.page-content__pagination{
    margin-top: 50px;

}

.page-content__pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-content__pagination ul li:not(:last-child) {
    margin-right: 5px;
}

.page-content__pagination ul li:not(:last-child) {
    margin-right: 5px;
}
.page-content__pagination ul li > a {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(30, 30, 30, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page-content__pagination ul li > a {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(30, 30, 30, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color:#353535;
}
.page-content__pagination ul {
    gap: 0px;

}
.page-content__pagination ul li {
    cursor: pointer;
    background-color: #fff;
    border-radius: 0px;
    padding-inline: 0px;
    text-align: center;
    height: 55px;
    border: 0px solid #2baae1;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 600;
    width: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: auto;
}
.page-content__pagination ul li.is-active > a {
    border: 2px solid #4a8f00;
}
.page-content__pagination ul li:hover, .page-content__pagination ul li.is-current {
    background-color: transparent !important;
    color: #fff;
}

.alert {
    background: #eee;
    padding: 20px;
    border-radius: 11px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.alert button.close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.alert-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    font-size: 20px;
    color: #fff;
    background-color: #005e8e;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.alert-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #0c1f34;
    line-height: 1.3;
    margin-bottom: 5px;
}
.alert-text {
    font-size: 14px;
    color: #394857;
}

.society-header {
    margin-bottom: 50px;
}
.society-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .society-header ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
    }
}
.society-header ul li:not(:last-child) {
    margin-right: 20px;
}
.society-header ul li:hover > a, .society-header ul li.is-active > a {
    background-color: #004f85;
    color: #fff;
}
.society-header ul li > a {
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    height: 40px;
    padding-inline: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 11px;
    border: 1px solid #004f85;
    color: #004f85;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.society-content ul li {
    background-color: #f8f8f8;
    border-radius: 11px;
    border: 1px solid #e6e6e6;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}
.society-content ul li:not(:last-child) {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .society-content ul li {
        padding: 5px 10px;
    }
}
.society-content ul li .title {
    font-size: 16px;
    font-weight: 700;
    color: #021d73;
    text-transform: uppercase;
    width: 42%;
}
@media (max-width: 767px) {
    .society-content ul li .title {
        font-size: 12px;
    }
}
.society-content ul li .text {
    font-size: 14px;
    color: #000;
}
@media (max-width: 767px) {
    .society-content ul li .text {
        font-size: 12px;
    }
}
