* {
    padding: 0;
    margin: 0;
}

.html,
body {
    font-size: 16px;
    color: #2D2D2D;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden !important;
}

@media screen and (max-width: 500px) {
    body {
        font-size: 14px;
    }
}

p {
    margin: 0;
    padding: 0;
    color: #6C6C6C;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

a {
    text-decoration: none;
    text-transform: capitalize;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 25px;
    }
}

.row {
    --bs-gutter-x: 30px !important;
    --bs-gutter-y: 30px !important;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0 !important;
}

.g-0, .gy-0 {
    --bs-gutter-y: 0 !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1374px;
    }
}

img {
    aspect-ratio: 1/1;
    object-fit: contain;
}

::placeholder {
    color: #2D2D2D;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2D2D2D;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #2d2d2d;
}

/*HEADER SECTION */
.header-logo {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-image img {
    height: 90px;
    aspect-ratio: 0 !important;
}

.header-image {
    position: relative;
}

.form-control {
    font-family: "Poppins", sans-serif;
}

.no-data-found {
    padding: 20px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #6C6C6C;
}

.searchInput {
    position: relative;
    width: 367px;
}

@media screen and (max-width: 991px) {
    .searchInput {
        margin-top: 20px;
    }

    .header-logo {
        flex-direction: column;
    }
}

.searchInput input {
    border: 1px solid rgba(108, 108, 108, 0.2);
    border-radius: 12px;
    height: 56px;
    color: #6c6c6c;
    padding: 15px 24px;
    font-size: 16px;
    width: 100%;
}

.searchInput.active input {
    border-radius: 12px 12px 0 0;
}


.searchInput input:focus-visible {
    outline: 1px solid rgba(108, 108, 108, 0.2);
}

.searchInput .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 482px;
    overflow-y: auto;
}

@media screen and (max-width: 1399px) {
    .searchInput .resultBox {
        max-height: 280px;
    }
}

.searchInput.active .resultBox {
    padding: 0 24px;
    opacity: 1;
    pointer-events: auto;
    border: 1px solid rgba(108, 108, 108, 0.2);
    border-radius: 0 0 12px 12px;
    position: absolute;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    margin-top: 8px;
}

.search-box {
    border-bottom: 1px solid rgb(133 133 133 / 20%);
    padding: 24px 0;
    position: relative;
    text-align: left;
}

@media screen and (max-width: 1399px) {
    .search-box {
        padding: 20px 0;
    }
}

.search-section {
    text-align: center;
}

.search-section:last-of-type .search-box {
    border-bottom: 0;
}

.search {
    margin: 0 auto 24px auto;
    /*display: none !important;*/
}

/*.search-section:last-of-type .search{*/
/*    display: inline-block !important;*/
/*}*/
.search-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 6px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.search-box:hover .search-text {
    color: #007FE0;
}

.search-image {
    height: 102px;
}

.search-image img {
    object-fit: cover;
    height: 100%;
}

.searchInput .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #007FE0;
    border-radius: 0px 8px 8px 0px;
    width: 56px;
    height: 56px;
    padding: 18px 19px;
    text-align: center;
    color: #fff;
    cursor: pointer;

}

.searchInput .icon:hover {
    transform: scale(1.02);
}

.search-title p {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

/* NAVBAR SECTION */
.navbar {
    background-color: #007FE0;
}

.navbar .nav-link {
    color: #fff;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 400;
    position: relative;
}

.navbar .nav-item {
    padding-right: 53px !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar .nav-item {
        padding-right: 25px !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar .nav-item {
        padding: 0;
        margin-bottom: 10px;
    }
}

.navbar .nav-link.active {
    color: #fff;
    font-weight: 600;
}

.navbar .nav-link.active::before {
    content: "";
    width: 45px;
    height: 4px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -22px;
    border-radius: 0px 0px 3px 3px;
}

@media screen and (max-width: 991px) {
    .navbar .nav-link.active::before {
        top: -3px;
    }
}

.navbar-toggler {
    border: 1px solid #fff;
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        text-align: center;
    }
}

.dropdown-item {
    font-weight: 600;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

/*ALERT SECTOIN */
.alerts {
    box-shadow: 0px 2px 4px rgba(38, 51, 77, 0.12);
    height: 66px;
    padding: 13px 0;
}

@media screen and (max-width: 1199px) {
    .alerts {
        height: auto;
    }
}


.alerts-box {
    background-color: #E40A0A;
    border-radius: 4px;
    height: 40px;
    padding: 8px 16px;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
}

@media screen and (max-width: 574px) {
    .alerts-box {
        text-align: left;
    }

    .alerts-box p {
        font-size: 12px !important;
    }
}

.alerts-box::before {
    position: absolute;
    content: "";
    text-align: right;
    top: 0;
    left: 100%;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent transparent #E40A0A;
    height: 40px;
}


.alerts-box p {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 21px;
}

@media screen and (max-width: 991px) {
    .alerts-right {
        margin-top: 20px;
    }
}

.alerts-message {
    color: #007FE0;
    line-height: 24px;
    font-weight: 500;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.alert-text-message {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 386px) and (max-width: 991px) {
    .alert-text-message {
        width: 65%;
    }
}

@media screen and (max-width: 385px) {
    .alert-text-message {
        width: 60%;
    }
}

.alerts-message:hover {
    color: #E40A0A;
}

@media screen and (max-width: 1199px) {
    .alerts-message {
        padding: 5px 0 0 30px;
    }
}

.alerts-sec {
    display: flex;
}

.alerts-icon {
    display: flex;
    position: relative;
}

.alerts-icon p {
    line-height: 24px;
    font-weight: 600;
    color: #2D2D2D;
    text-transform: capitalize;
    padding: 5px 0 0 8px;
}

/* .alerts-column {
    width: 150px;
} */
.alerts-column-nepali {
    width: 180px;
}

@media screen and (min-width: 386px) and (max-width: 991px) {
    /* .alerts-column {
        width: 35%;
    } */
    .alerts-column-nepali {
        width: 35%;
    }
}

@media screen and (max-width: 385px) {
    /* .alerts-column {
        width: 40%;
    } */
    .alerts-column-nepali {
        width: 40%;
    }
}

.alerts-icon p:hover {
    color: #007FE0 !important;
}

.alerts-icon:last-of-type {
    padding-left: 52px;
}

@media screen and (max-width: 1399px) {
    .alerts-icon:last-of-type {
        padding-left: 15px;
    }
}

/* FOOTER SECTION */
.footer {
    background-color: #007FE0;
    padding: 70px 0 19px 0;
    color: #fff;
}

.footer h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 27px;
    padding-bottom: 12px;
}

.footer p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 24px 0;
    text-align: justify;
    color: #fff;
}

.footer-social {
    background-color: #fff;
    height: 44px;
    width: 44px;
    border-radius: 4px;
    padding: 6px 0;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 10px 10px 0;
    justify-content: center;
}

.footer-socila:last-of-type {
    margin-right: 0;
}

.footer-row .row > * {
    padding-right: 0;
}

.footer-app {
    aspect-ratio: 0 !important;
}

.footer-appStore {
    --bs-gutter-x: 6px !important;
    --bs-gutter-y: 6px !important;
}

.footer-box {
    background-color: #fff;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
}

.footer-box img {
    height: 50px;
    aspect-ratio: 0 !important;
}

.footer ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    margin-top: 3px;
}

.footer ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    position: relative;
}

.footer ul li:last-of-type {
    margin-bottom: 0;
}

.footer ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.footer a {
    color: #fff;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}

.footer a:last-of-type {
    margin-bottom: 0;
}

.footer-video {
    border-radius: 16px;
}

.footer-video iframe {
    border-radius: 16px;
    height: 187px;
}

@media screen and (max-width: 767px) {
    .footer-video iframe {
        width: 100%;
        height: 250px;
    }
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-top: 49px;
    padding-top: 20px;
}

.footer-padding {
    padding-right: 32px;
}

/* MAIN BODY SECTION */

/* BUTTONS */
/* WELCOME BUTTON */
.welcome-button {
    background-color: rgba(0, 127, 224, 0.05);
    border-radius: 24px;
    text-transform: capitalize;
    padding: 16px 26px;
    display: inline-block;
}

/* LOAD BUTTON */
.load-button {
    background-color: rgba(0, 127, 224, 0.05);
    border-radius: 24px;
    text-transform: capitalize;
    padding: 16px 26px;
    display: flex;
    border: none;
    margin: 20px auto 0 auto;
}

.load-button:hover {
    color: #007FE0;
}

/* GUIDELINE BUTTON */
.guidline-button {
    text-align: center;
    margin: 36px auto 0 auto;
}

/* MESSAGE BUTTON */
.message-button {
    background-color: rgba(0, 127, 224, 0.05);
    border-radius: 24px;
    text-transform: capitalize;
    padding: 16px 26px;
    display: inline-block;
    border: 0;
    margin-top: 20px;
}

/* HEALTH CLUSTER BUTTON */
.healthCluster-button {
    background: rgba(45, 45, 45, 0.05);
    border: 1px solid #E1E1E1;
    border-radius: 28px;
    padding: 16px 0;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    display: block;
    color: #2d2d2d;
    width: 600;
}

.mainHome-owl .owl-box {
    height: 600px;
    position: relative;
}

@media screen and (min-width: 1330px) and (max-width: 1799px) {
    .mainHome-owl .owl-box {
        height: 440px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .mainHome-owl .owl-box {
        height: 300px;
    }
}

@media screen and (min-width: 500px) and (max-width: 992px) {
    .mainHome-owl .owl-box {
        height: 400px;
    }
}

@media screen and (max-width: 499px) {
    .mainHome-owl .owl-box {
        height: 500px;
    }
}

.mainHome-owl .owl-item img {
    aspect-ratio: 0 !important;
    height: 100%;
    object-fit: cover !important;
}

.mainHome-owl .owl-text {
    position: absolute;
    border: 24px;
    width: 100%;
    color: #fff;
    left: 0;
    bottom: 0;
    background: linear-gradient(190deg, rgba(0, 0, 0, 0) -2.92%, rgba(0, 0, 0, 0) 30.88%, rgba(0, 0, 0, 0.5) 92.51%, #000000 92.51%);
}

.mainHome-owl .owl-text h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin: 0 24px;
}

.mainHome-owl .owl-text p {
    margin: 8px 24px 40px 24px;
    line-height: 24px;
    font-weight: 400;
    color: #fff
}

.mainHome-owl .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
}

/* @media screen and (min-width: 1750px) and (max-width: 1800px) {
    .mainHome-owl .owl-dots{
        bottom: 15px;
    }
}
@media screen and (min-width: 1510px) and (max-width: 1749px) {
    .mainHome-owl .owl-dots{
        bottom: 80px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1509px) {
    .mainHome-owl .owl-dots{
        bottom: 18%;
    }
}
@media screen and (min-width: 1199px) and (max-width: 1399px) {
    .mainHome-owl .owl-dots{
        bottom: 16px;
    }
} */
.mainHome-owl .owl-dot {
    border: 1px solid #007FE0 !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin-right: 6px;
    background-color: rgb(244 248 251 / 50%) !important;
}

.mainHome-owl .owl-dot.active {
    background-color: rgb(255 255 255 / 90%) !important;
    width: 16px;
    height: 16px;
}

.healthCluster-button:hover {
    background: #007FE0;
    border: 1px solid #007FE0;
    border-radius: 28px;
    color: #fff;
}

/* OWL CAROUSEL */
/*MESSAGE PAGE */
.message-owl .owl-nav .owl-next {
    position: absolute;
    right: -76px;
    top: 35%;
}

.message-owl .owl-nav .owl-prev {
    position: absolute;
    left: -76px;
    top: 35%;
}

.message-owl .owl-nav button {
    border-radius: 50%;
    background-color: #007FE0 !important;
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
    .message-owl .owl-nav .owl-prev {
        left: -35px;
    }

    .message-owl .owl-nav .owl-next {
        right: -35px;
    }
}

@media screen and (min-width: 621px) and (max-width: 991px) {
    .message-owl .owl-nav .owl-prev {
        top: 30%;
        left: -25px;
    }

    .message-owl .owl-nav .owl-next {
        top: 30%;
        right: -25px;
    }
}

@media screen and (max-width: 620px) {
    .message-owl .owl-nav .owl-prev {
        left: 7px;
    }

    .message-owl .owl-nav .owl-next {
        right: 7px;
    }
}

/* HOME PAGE HEALTH CLUSTER CAROUSEL */
.healthCluster .details-owl .owl-nav .owl-next {
    position: absolute;
    right: -76px;
    top: 35%;
}

.healthCluster .details-owl .owl-box {
    position: relative;
}

.healthCluster .details-owl .owl-nav .owl-prev {
    position: absolute;
    left: -76px;
    top: 35%;
}

.healthCluster .details-owl .owl-nav {
    display: block;
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
    .healthCluster .details-owl .owl-nav .owl-prev {
        left: -35px;
    }

    .healthCluster .details-owl .owl-nav .owl-next {
        right: -35px;
    }
}

@media screen and (min-width: 621px) and (max-width: 991px) {
    .healthCluster .details-owl .owl-nav .owl-prev {
        top: 30%;
        left: -25px;
    }

    .healthCluster .details-owl .owl-nav .owl-next {
        top: 30%;
        right: -25px;
    }
}

.healthCluster .details-owl .owl-nav button {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

@media screen and (max-width: 620px) {
    .healthCluster .details-owl .owl-nav {
        display: none;
    }
}

.healthCluster .owl-box {
    background: rgba(0, 127, 224, 0.05);
    border-radius: 16px;
    padding: 18px 27px;
    height: 200px;
    width: 245px;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
    .healthCluster .owl-box {
        height: 170px;
        width: auto;
    }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
    .healthCluster .owl-box {
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 483px) {
    .healthCluster .owl-box {
        margin: 0 auto;
    }
}

.healthCluster .owl-box img {
    aspect-ratio: 1/1;
    height: 100%;
}


/* HOME PAGE */
/* MAIN BODY SECTION */
/* .mainBody .owl-carousel{
    margin-top: -4%;
}
@media screen and (min-width: 1699px) and (max-width: 1710px) {
    .mainBody .owl-carousel{
        margin-top: -6%;
    }
}
@media screen and (min-width: 1599px) and (max-width: 1698px) {
    .mainBody .owl-carousel{
        margin-top: -7%;
    }
}
@media screen and (max-width: 1598px) {
    .mainBody .owl-carousel{
        margin-top: -8%;
    }
}
@media screen and (min-width: 1400px)  and (max-width: 1499px) {
    .mainBody .owl-carousel{
        margin-top: -11%;
    }
}
@media screen  and (max-width: 1399px) {
    .mainBody .owl-carousel{
        margin-top: -3%;
    }
} */
.mainBody-box {
    background-color: #F4F8FB;
    border-radius: 4px;
    margin: 30px;
}

.mainBody-height {
    max-height: 456px;
    overflow-y: scroll;
}

.mainBody-height::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 1999px) {
    .mainBody-height {
        max-height: 500px;
    }
}

@media screen and (min-width: 1750px) and (max-width: 1799px) {
    .mainBody-box {
        margin: 30px 30px 0 30px;
    }

    .mainBody-height {
        max-height: 418px !important;
    }
}

@media screen and (min-width: 1650px) and (max-width: 1749px) {
    .mainBody-height {
        max-height: 330px !important
    }

    .mainBody-box {
        margin: 30px 30px 0 30px;
    }
}

@media screen and (min-width: 1480px) and (max-width: 1649px) {
    .mainBody-height {
        max-height: 343px !important
    }

    .mainBody-box {
        margin: 30px 30px 0 30px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1479px) {
    .mainBody-height {
        max-height: 305px !important
    }

    .mainBody-box {
        margin: 30px 30px 0 30px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .mainBody-height {
        max-height: 290px !important
    }

    .mainBody-box {
        margin: 30px 30px 0 30px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    /*.mainBody-height {*/
    /*    max-height: 250px !important;*/
    /*}*/

    .mainBody-box {
        margin: 30px 30px 0 30px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .mainBody-box {
        margin: 30px 30px 20px 30px;
    }

    .mainBody-height {
        max-height: 200px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
    .mainBody-box {
        margin: 20px 30px 20px 30px;
    }

    .mainBody-height {
        max-height: 172px !important;
    }
}

@media screen and (max-width: 991px) {
    .mainBody-box {
        margin: 20px 20px;
    }

    .mainBody-height {
        max-height: 350px !important;
    }
}

.mainBody-head {
    background-color: rgba(0, 127, 224, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 10px 24px;
    border-radius: 8px 8px 0px 0px;
    gap: 10px;
}

.mainBody-head p {
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    color: #2D2D2D;
}

.mainBody-body {
    padding: 0 30px 0 30px;
}

@media screen and (max-width: 1600px) {
    .mainBody-body {
        padding: 20px 20px 0 20px;
    }
}

.mainBody-text {
    border-bottom: 1px solid #858585;
    padding-bottom: 10px;
}

.mainBody-text p {
    line-height: 14px;
}

@media screen and (max-width: 1600px) {
    .mainBody-text p {
        font-size: 14px;
    }
}

.mainBody-text p svg {
    margin-right: 10px;
}

.mainBody-text p:last-of-type {
    margin-bottom: 8px;
    line-height: 27px;
}

@media screen and (max-width: 1200px) {
    .mainBody-text p:last-of-type {
        line-height: 20px;
    }
}

.mainBody-text h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 13px 0 12px 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .mainBody-text h6 {
        font-size: 18px;
        margin: 5px 0;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
    .mainBody-text h6 {
        font-size: 16px;
        margin: 5px 0;
    }
}

@media screen and (max-width: 1200px) {
    .mainBody-text h6 {
        font-size: 16px;
        margin: 5px 0;
        line-height: 20px;
    }
}

.mainBody-text a {
    font-weight: 500;
}

.mainBody-body:last-of-type .mainBody-text {
    border: 0;
}

.mainBody-text:last-of-type p:first-of-type {
    padding-top: 29px;
}

@media screen and (max-width: 1440px) {
    .mainBody-text:last-of-type p:first-of-type {
        padding-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .order {
        order: 2;
    }

    .order-image {
        order: 1;
    }
}

/* WELCOME SECTION */
.welcome {
    background-color: #F4F8FB;
    padding: 120px 0;
}

@media screen and (max-width: 1600px) {
    .welcome {
        padding: 50px 0 !important;
    }

    .welcome-box {
        margin: 50px 0 0 0 !important;
    }

    .guideline {
        padding: 50px 0 !important;
    }

    .information {
        padding-top: 50px !important;
    }

    .healthCluster {
        padding: 50px 0 !important;
    }

    .healthCluster-carousel {
        margin: 0 0 50px 0 !important
    }
}

.welcome-head {
    text-align: center;
}

.welcome-head h3 {
    text-transform: capitalize;
}

.welcome-head p {
    display: none;
}

.welcome-head p:first-of-type {
    display: block;
    line-height: 32px;
    font-weight: 500;
    margin: 32px 0 16px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.welcome-box {
    background-color: #fff;
    margin: 96px 0 0 0;
    padding: 48px;
    border-radius: 12px;
}

@media screen and (max-width: 499px) {
    .welcome-box {
        padding: 20px;
    }
}

@media screen and (max-width: 394px) {
    .welcome-boxMini {
        padding: 15px !important;
    }
}

.welcome-image {
    border-radius: 8px;
    width: 100%;
}

.welcome-text h4 {
    font-size: 20px;
    font-weight: 500;
}

.welcome-text h2 {
    padding: 12px 0 16px 0;
    font-size: 32px;
    font-weight: 700;
}

@media screen and (max-width: 499px) {
    .welcome-text h2 {
        font-size: 25px;
    }

    .welcome-text h4 {
        font-size: 18px;
    }
}

.owl-carousel .owl-item img {
    margin: 0 auto;
}

.welcome-boxMini {
    background-color: #F4F8FB;
    border-radius: 12px;
    padding: 30px;
}

.welcome-boxMini p {
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 12px;
}

.welcome-boxMini-padding {
    padding-right: 36px;
}

.welcome-boxMini-pad {
    padding-bottom: 12px;
}

@media screen and (min-width: 992) and (max-width: 1199px) {
    .welcome-boxMini p {
        line-height: 27px;
    }
}

@media screen and (max-width: 991px) {
    .welcome-boxMini p {
        line-height: 19px;
    }
}

/* HEALTH EMERGENCY SECTION */
.healthEmergency {
    padding: 48px 0;
    text-align: center;
}

.healthEmergency-box {
    background-color: #F4F8FB;
    padding: 23px 0;
    text-align: center;
    position: relative;
    max-height: 200px;
    padding-right: 5px;
}

@media screen and (max-width: 767px) {
    .healthEmergency-box {
        max-height: auto;
    }
}

.healthEmergency .owl-carousel .owl-stage-outer {
    padding: 5px 0;
}

.healthEmergency .owl-box {
    border: 1px solid #F4F8FB;
    overflow: hidden;
    border-radius: 16px;
}

.healthEmergency .owl-box:hover {
    border: 1px solid #007FE0;
}

.healthEmergency-box:hover {
    box-shadow: 0px 2px 4px #F4F8FB;
    transform: scale(1.05);
}

.healthEmergency-box-image {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px auto;
}

.healthEmergency-box p {
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
    .healthEmergency-column {
        width: 20%;
    }
}

/* GUIDELINE SECTION */
.guideline {
    background-color: #F4F8FB;
    padding: 120px 0;
    text-align: center;
}

.guideline h3 {
    text-transform: capitalize;
}

.guideline-text p {
    line-height: 32px;
    padding: 32px 0 48px 0;
    max-width: 1140px;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .guideline-text p {
        line-height: 25px;
    }
}

.guideline-box {
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 8px;
    text-align: left;
    position: relative;
    height: 220px;
}

.iec-box {
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 8px;
    text-align: left;
    position: relative;
    height: 120px;
}

.guideline-images {
    height: 100px;
}

@media screen and (max-width: 767px) {
    .guideline-box {
        height: auto !important;
    }

    .guideline-image {
        height: auto !important;
    }
}

.guideline-image img {
    object-fit: cover;
    height: 163px;
}

@media screen and (max-width: 575px) {
    .guideline-image {
        text-align: center;
        height: auto;
    }
}

.guideline-date {
    font-size: 14px;
    line-height: 24px;
}

.guide-img {
    text-align: center;
}
.guide-img img {
    max-height: 600px;
    aspect-ratio: unset;
    object-fit: unset;
}

.guideline-icon {
    border-radius: 4px;
    width: 24px;
    height: 24px;
}


.guideline-nepaliText p:first-of-type {
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.guideline-nepaliText p {
    display: none;
}

@media screen and (max-width: 1199px) {
    .guideline-nepaliText p {
        line-height: 20px;
    }
}

.guideline-headLink {
    font-size: 18px;
    line-height: 24px;
    margin: 3px 0 8px 0;
    font-weight: 700;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .guideline-headLink {
        font-size: 16px;
        line-height: 20px;
    }
}

/* INFORMATION SECTION */
.information {
    padding-top: 120px;
}

@media screen and (max-width: 499px) {
    .information {
        padding-top: 50px;
    }

    .guideline {
        padding: 50px 0;
    }
}

.information-box {
    background-color: rgba(0, 127, 224, 0.05);
    border-radius: 16px;
    padding: 24px;
    text-align: left;
    position: relative;
    height: 250px;
}

.information-box:hover .information-icon {
    background-color: #007FE0;
}

.information-box:hover .information-icon-image {
    background-color: #fff;
}

.information-icon-image {
    width: 28px;
    height: 28px;
    background: #007FE0;
    transition: .3s ease-in-out;
    flex-shrink: 0;
}

.information-box h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 16px 0;
}

@media screen and (max-width: 1199px) {
    .information-box h2 {
        font-size: 20px;
    }
}

.information-box p {
    text-transform: capitalize;
}

.information-icon {
    background-color: rgba(0, 127, 224, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.information-icon img {
    width: 28px;
    height: 28px;
}

/* EVENT SECTION */
.event {
    padding: 48px 0 64px 0;
    text-align: center;
}

.event h3 {
    text-transform: capitalize;
}

.event h4 {
    font-size: 24px;
    font-weight: 600;
}

.event-flex {
    display: flex;
    padding: 12px 0 16px 0;
    justify-content: space-between;
}

.event-date {
    overflow-y: scroll;
    height: 574px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .event-date {
        height: 465px !important;
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
    .event-date {
        height: 388px !important;
    }
}

@media screen and (min-width: 991px) and (max-width: 992px) {
    .event-date {
        height: 387px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .event-date {
        height: 236px !important;
    }
}

@media screen and (max-width: 767px) {
    .event-date {
        height: 350px !important;
    }
}

.event-date::-webkit-scrollbar {
    display: none;
}

.event-box {
    background-color: #F4F8FB;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    margin-bottom: 16px;
}

.event-box-1 {
    background-color: rgba(45, 45, 45, 0.05);
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 12px;
    display: flex;
}

.event-box-date {
    border-radius: 12px;
    background-color: #007FE0;
    color: #fff;
    height: 96px;
    padding: 20px 0;
    text-align: center;
    width: 96px;
    flex-shrink: 0;
}

.event-box-date-1 {
    background-color: rgba(45, 45, 45, 0.05);
    color: #6C6C6C;
    border-radius: 12px;
    height: 96px;
    width: 96px;
    padding: 20px 0;
    text-align: center;
    flex-shrink: 0;
}

.event-box-date-1 h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}

.event-box-date h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}

.event-box-1 .event-box-date-1 p {
    color: #6C6C6C;
}

.event-box-date p {
    color: #fff;
}

.event-box-text {
    text-transform: capitalize;
    text-align: left;
    padding-left: 24px;
}

.event-box-text h5 {
    font-size: 18px;
    margin-bottom: 8px;
    word-break: break-word;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .event-box-text h5 {
        font-size: 16px;
    }

    .event-box-text p {
        font-size: 14px;
    }
}

/* HEALTH CLUSTER SECTION */
.healthCluster {
    background-color: #F4F8FB;
    text-align: center;
    padding: 120px 0 100px 0;
}

.healthCluster h3 {
    text-transform: capitalize;
}

.healthCluster h3:last-of-type {
    padding-bottom: 48px;
}

.healthCluster-carousel {
    margin: 0 0 120px 0;
}

.healthCluster .row {
    margin-top: 48px;
}

.quick-link {
    text-align: justify;
    text-transform: none;
}

/* ABOUT PAGE */
/* ABOUT US PAGE */
.alerts h4 {
    font-size: 24px;
    line-height: 32px;
    color: #007FE0;
    text-transform: capitalize;
    font-weight: 700;
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #6C6C6C;
    text-transform: capitalize;
}

.breadcrumb a {
    color: #6C6C6C;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        margin-top: 5px;
    }
}

/* MAIN BODY */
.alert-flex {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .alert-flex {
        flex-direction: column;
    }
}

.aboutUs {
    padding: 72px 0 100px 0;
    background-color: #F4F8FB;
    margin-top: -15px;
}

@media screen and (max-width: 1600px) {
    .aboutUs {
        padding: 50px 0;
    }
}

.p-tags p {
    padding: 24px 0 0 0;
    line-height: 32px;
    text-align: justify;
}

.aboutUs-image {
    padding: 36px 0 0 0;
}


/* ORGANOGRAM PAGE */
.organogram-image {
    position: relative;
    margin: 36px 0;
}

.organogram-image img {
    width: 100%;
    aspect-ratio: 0 !important;
}

.organogram-image-up {
    position: absolute;
    top: 24px;
    right: 25px;
    display: flex;
}

@media screen and (max-width: 991px) {
    .organogram-image-up {
        position: relative;
        right: 0;
    }
}

.organogram-button {
    background: #007FE0;
    border-radius: 8px;
    text-align: center;
    padding: 12px;
    color: #fff;
    height: 48px;
}

.organogram-button img {
    margin-right: 13px;
    width: auto;
}

.organogram-button:last-of-type {
    background-color: #35BE53;
    margin-left: 12px;
}

.organogram-link {
    padding: 36px 0 24px 0;
    color: #007FE0;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}

.organogram-list {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    margin-bottom: 48px;
}

.organogram-list:last-of-type {
    margin: 0;
}

.aboutUs ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #6C6C6C;
}

/*OUR TEAM PAGE */
.ourTeam-image {
    position: relative;
    margin-top: 32px;
    height: 343px;
}

.ourTeam-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.ourTeam-box {
    background-color: #fff;
    position: absolute;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 8px 8px;
    border-top: 5px solid #007FE0;
    padding: 12px;
    text-align: center;
    bottom: -8%;
    left: 7%;
    width: 269px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .ourTeam-box {
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .ourTeam-box {
        left: 5%;
    }
}

@media screen and (max-width: 767px) {
    .ourTeam-box {
        left: 50%;
        transform: translateX(-50%);
    }
}

.ourTeam-box p {
    font-weight: 500;
    line-height: 24px;
}

@media screen and (max-width: 1399px) {
    .ourTeam-box p {
        font-size: 14px;
        line-height: 20px;
    }
}

.ourTeam-box h4 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 2px;
}

/* MESSAGE FROM DIRECTOR PAGE */
.director-box {
    box-shadow: 0px 2px 4px rgba(38, 51, 77, 0.12);
    padding: 24px;
    text-align: center;
}

.director-box-image {
    height: 367px;
    width: 100%;
}

.director-box-image img {
    max-height: 100%;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    object-fit: cover;
    width: 100%;
}

.white-main-box {
    background-color: #fff;
    border-radius: 16px;
}

.director-box p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 16px;
}

.director-box h4 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 8px;
}

.director-message {
    font-weight: 500;
    line-height: 32px;
    padding-top: 24px;
    text-align: justify;
}

/*HEAALTH EMERGENCY AS CYCLE PAGE */
.health-list {
    margin: 24px 0 48px 0;
}

.health-figure {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 24px;
    padding: 23px 0 36px 0;
    color: #007FE0;
    cursor: pointer;
}

.health-date {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 36px 0 16px 0;
}

.health-background {
    color: #007FE0;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 24px 0;
    text-transform: capitalize;
}

.health-para {
    font-weight: 500;
    line-height: 32px;
}

.health-background-1 {
    padding: 36px 0 24px 0;
    color: #007FE0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.healthEmg-list {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    margin-top: 3px;
}

.health-body {
    padding-bottom: 36px;
}

/* GALLERY */
.gallery-box {
    background-color: #fff;
    display: flex;
    border-radius: 8px;
    padding: 11px 16px;
    margin-bottom: 24px;
}

@media screen and (max-width: 370px) {
    .gallery-box {
        flex-direction: column;
    }
}

.gallery-miniBox.active {
    background-color: #007FE0;
    color: #fff;
    padding: 10px 24px;
    border-radius: 4px;
}

.gallery-miniBox {
    color: #6C6C6C;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    padding: 11px 25px;
}

@media screen and (max-width: 370px) {
    .gallery-miniBox {
        padding: 20px 0 0 0;
    }
}

.gallery-image {
    position: relative;
    cursor: pointer;
    height: 255px;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-image:hover img {
    transform: scale(1.05);
}

@media screen and (max-width: 575px) {
    .gallery-image {
        height: auto;
    }
}

.gallery-image img {
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .gallery-image img {
        object-fit: fill;
        height: auto;
        width: auto;
    }
}

.gallery-image-1 {
    position: relative;
    cursor: pointer;
}

.gallery-image-1 img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.gallery-image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(190deg, rgba(0, 0, 0, 0) -2.92%, rgba(0, 0, 0, 0) 30.88%, rgba(0, 0, 0, 0.5) 92.51%, #000000 92.51%);
}

/* MODAL CLOSE BUTTON */
.mfp-image-holder .mfp-close {
    display: none !important;
}

.gallery-image-text h5 {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    padding-left: 14px;
}

.gallery-image-text p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 0 8px 14px;
}

.clickable-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

/* ALBUM PAGE */
.album-modal {
    padding-top: 24px;
}

.album-modal-text {
    color: #fff;
    font-weight: 700;
}

.gallery-modal {
    background-color: rgb(0 0 0 / 90%);
}

.gallery-modal .modal-content {
    background-color: transparent;
    align-items: center;
}

.aboutUs .modal-owl .owl-nav {
    position: absolute;
    left: -58px;
    right: -58px;
    top: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
    .aboutUs .modal-owl .owl-nav {
        left: -35px;
        right: -35px;
    }
}

@media screen and (max-width: 991px) {
    .aboutUs .modal-owl .owl-nav {
        top: 23%;
    }
}

@media screen and (max-width: 620px) {
    .aboutUs .modal-owl .owl-nav {
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.image img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 0 !important;
    height: 100%;
    border-radius: 16px;;
}

/* GUIDELINES AND PUBLICATIONS PAGE */
.guide-body {
    padding-top: 32px;
}

.guide-flex {
    margin-bottom: 30px;
}

@media screen and (max-width: 1299px) {
    .guide-flex .input-group:first-of-type {
        margin: 0 0 20px 0;
    }
}

.guide-flex .form-control {
    border: 1px solid rgb(108 108 108 / 20%);
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 15px 24px;
    background-color: transparent;
    height: 56px;
}

.guide-flex .input-group:first-of-type {
    margin-right: 30px;
}

.guide-flex .input-group-text {
    background: #007FE0;
    border-radius: 0px 8px 8px 0px;
    color: #fff;
    width: 60px;
    padding: 18px 20px;
    height: 56px;
}

.form-control:focus {
    box-shadow: 0 0 0 0;
}

/* PAGINATION */
.pagination {
    padding-top: 36px;
    text-align: center;
    justify-content: center;
}

.page-item {
    border-radius: 4px;
    margin-left: 10px;
    width: 48px;
    height: 48px;
}

.page-link {
    border: 0;
    color: #6C6C6C;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
}

.page-link:focus {
    box-shadow: 0 0 0 0;
}

.page-link.active {
    border: 1px solid #007FE0;
    background-color: #fff;
    color: #007FE0;
}

/* GUIDLINES AND PUBLICATIONS DETAILS PAGE */
.pub-flex {
    display: flex;
    justify-content: space-between;
    padding: 24px 0 16px 0;
    align-items: center;
}

.pub-flex img {
    aspect-ratio: 0 !important;
}

.pub-text  {
    padding-top: 12px;
    line-height: 32px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 15px;
}

.pub-button {
    background: #35BE53;
    border-radius: 5px;
    text-align: center;
    padding: 6px 10px;
    color: #fff;
    text-transform: capitalize;
}

.btn-blue {
    background: #007FE0;
}

.pub-headLink {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin: 6px 0 4px 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.guideline-images img {
    object-fit: cover;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .guideline-images {
        height: auto !important;
    }
}

.pub-other {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {
    .pub-other{
        padding: 5% 0 0 0;
    }
}

.pub-box {
    border-bottom: 1px solid rgb(133 133 133 / 20%);
    padding: 24px 16px;
    text-align: left;
    margin-bottom: 24px;
    position: relative;
}

.pub-box:last-of-type {
    border: 0;
    margin: 0;
}

/* DATA COLLECTION PAGE */
/* .data-box {
    padding: 48px 48px 72px 48px;
    background-color: #fff;
    border-radius: 16px;
} */

.data-box p {
    line-height: 32px;
    padding: 12px 0 20px 0;
}

/* .data-box .form-control {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    background-color: #F4F8FB;
    border-radius: 8px;
    padding: 20px 24px;
    color: #000000;
} */

/* @media screen and (max-width: 1399px) {
    .data-box .form-control {
        font-size: 16px;
    }

    .data-flex [type=file] + label {
        font-size: 16px !important;
    }
}

.data-button {
    background-color: #007FE0;
    color: #fff;
    border-radius: 8px;
    max-width: 206px;
    height: 72px;
    padding: 20px 56px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    border: 0;
} */

/* .data-button:hover {
    background-color: rgb(0 127 224 / 50%);
} */

/*
.data-flex {
    display: flex;
} */

/* .data-flex [type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}

.data-flex [type=file] + label {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    background-color: #F4F8FB;
    border-radius: 8px;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    padding: 20px 24px;
    color: #6C6C6C;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    width: 100%;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */

/* @media screen and (max-width: 991px) {
    .data-flex {
        flex-direction: column;
    }
}

.data-flex .form-control::-webkit-input-placeholder {
    color: #6C6C6C !important;
}

.data-flex .form-control::-moz-placeholder {
    color: #6C6C6C !important;
}

.data-flex .form-control:-ms-input-placeholder {
    color: #6C6C6C !important;
}

.data-flex .form-control:-moz-placeholder {
    color: #6C6C6C !important;
} */

/* EVENT PAGE */
.event-box-mini {
    padding: 36px;
    margin-bottom: 72px;
}

.event-box-mini input[type="date"]::before {
    content: attr(data-placeholder);
    width: 100%;
}

.event-box-mini .form-control {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    background-color: #F4F8FB;
    border-radius: 8px !important;
    padding: 20px 24px;
    color: #000000;
}

@media screen and (max-width: 399px) {
    .event-box-mini .form-control {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 379px) {
    .date-icon {
        display: none;
    }
}

.event-box-mini .form-control:focus {
    border: 1px solid #dee2e6;
}

.date-icon {
    position: absolute;
    right: 3%;
    top: 33%;
}

.event-dropdown {
    background-color: #F4F8FB;
    border: 1px solid #dee2e6;
    border-left: 0;
    border-radius: 8px;
    padding-right: 24px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.event-drop {
    border-right: 0;
}

.event-button {
    color: #fff;
    border-radius: 8px;
    padding: 20px 36px;
    font-size: 24px;
    font-weight: 700;
    background-color: #007FE0;
    border: 0;
    height: 72px;
    text-transform: capitalize;
}

.event-box-mini-flex-half {
    display: flex;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .event-box-mini-flex {
        flex-direction: column;
    }

    .event-box-mini-flex .input-group {
        width: 100% !important;
    }

    .event-box-mini-flex .input-group:nth-child(2) {
        width: 100% !important;
    }

    .event-button {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .event-box-mini-flex {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .event-box-mini-flex-half {
        flex-direction: column;
    }

    .event-box-mini-flex .input-group:nth-last-child(even) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .event-box-mini-flex .input-group {
        width: 100% !important;
    }
}

.event-box-2 {
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
    display: flex;
}

.event-box-mini-flex {
    display: flex;
}

.event-box-mini-flex .input-group:nth-last-child(even) {
    margin: 0 30px;
}

.event-box-mini-flex .input-group:nth-child(2) {
    width: 249px;
}

.event-box-mini-flex .input-group {
    width: 345px;
    height: 72px;
}

.event-box-date-2 {
    background-color: rgba(45, 45, 45, 0.05);
    color: #000;
    text-align: center;
    border-radius: 12px;
    width: 96px;
    height: 96px;
    padding: 20px 0;
    flex-shrink: 0;
}

.event-box-date-2 p {
    color: #000000;
}

.event-bold {
    font-weight: 700;
}

/* CONTACT US PAGE*/
.contact {
    margin: 24px 0 32px 0;
    display: flex;
}

@media screen and (max-width: 1199px) {
    .contact {
        flex-direction: column;
    }
}

.contact-box:nth-of-type(even) {
    margin: 0 30px;
}

@media screen and (min-width: 600px) and (max-width: 1199px) {
    .contact-box:nth-of-type(even) {
        margin: 20px 0;
    }
}

@media screen and (max-width: 599px) {
    .contact-box {
        width: 100% !important;
    }

    .contact-box:nth-of-type(even) {
        margin: 20px 0;
    }
}

.contact-box {
    display: flex;
    padding: 24px;
    width: 450px;
}

.contact-icon {
    background: rgb(0 127 224 / 5%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #007FE0;
    padding: 21px;
}

.contact-text {
    padding-left: 24px;
}

.contact-text h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 4px;
    position: relative;
    word-break: break-word;
}

.contact-main {
    padding: 48px;
}

.contact-form {
    margin-top: 24px;
}

.contact-map iframe {
    width: 100%;
    height: 680px;
    border-radius: 16px;
}

.contact-form .form-label {
    color: #6C6C6C;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    padding-bottom: 8px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.contact-form .form-label:after {
    content: "*";
    position: absolute;
    color: #6C6C6C;
}

.contact-form .form-control {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    background-color: #fff;
    height: 56px;
}

.contact-message {
    height: 140px !important;
}

.contact-button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px 0 16px 0;
    text-transform: capitalize;
}

/* RESOURCES PAGE */
/* IEC MATERIALS */
.iec-icon {
    background: rgba(0, 127, 224, 0.05);
    border-radius: 8px;
    width: 50px;
    height: 52px;
    padding: 10px;
}

/* NEWS AND UPDATES PAGE */
.news-main {
    padding: 36px;
    margin-bottom: 72px;
}

.news-title p {
    color: #007FE0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.news-date p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.news-heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 16px 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-main-text p {
    font-weight: 500;
    line-height: 32px;
}

.news-main-text {
    padding-bottom: 24px;
}

.news-tabs {
    margin-top: 32px;
}

.news-tabs .tab-content {
    min-height: 300px;
}

.news-tabs .nav {
    margin-bottom: 24px;
    padding: 11px 16px;
    border-radius: 8px;
}

@media screen and (max-width: 482px) {
    .news-tabs .nav {
        flex-direction: column;
    }

    .news-tabs .nav-link {
        margin-right: 0px !important;
        margin-top: 10px;
    }
}

.news-tabs .nav-link {
    margin-right: 58px;
    font-size: 18px;
    font-weight: 600;
    color: #6C6C6C;
    line-height: 27px;
    text-transform: capitalize;
}

@media screen and (min-width: 483px) and (max-width: 1199px) {
    .news-tabs .nav-link {
        margin-right: 20px;
    }
}

.news-tabs .nav-link.active {
    border-radius: 4px;
    font-size: 700;
}

.news-content {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.03);
    padding: 24px;
    height: 350px;
}

button {
    font-family: "Poppins", sans-serif
}

.para-half p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.para-half-2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-details {
    padding-bottom: 16px;
}

.news-other {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    padding-bottom: 24px;
    text-transform: capitalize;
}

.news-detail-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 6px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-row {
    margin-bottom: 30px;
    position: relative;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .news-row {
        margin-bottom: 20px;
    }

    .news-detail-text {
        font-size: 16px;
        line-height: 27px;
    }
}

.news-image {
    display: flex;
    align-items: center;
    max-height: 102px;
}

.news-image img {
    object-fit: cover;
    aspect-ratio: 1/1;
    height: 102px;
    width: auto;
    border-radius: 8px;
}

/* .news-image-main{
    max-height: 300px
} */
.news-image-main img {
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 0 !important;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .news-image-main img {
        aspect-ratio: 1/1 !important;
    }

    .news-image-main {
        max-height: auto !important;
    }
}

.news-pad {
    padding-bottom: 16px;
}

/* EMERGNCY CONTACT PAGE */
.emergency-contact .input-group {
    width: auto;
    border: 1px solid rgb(108 108 108 / 20%);
    border-radius: 8px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .emergency-contact .input-group {
        margin-top: 10px;
    }
}

.emergency-contact .form-control {
    padding: 15px 24px;
    border: 0;
    color: #6C6C6C;
}

.emergency-contact .input-group-text {
    background: #007FE0;
    border-radius: 0px 8px 8px 0px;
    width: 60px;
    padding: 18px 20px;
}

.emergency-table {
    margin-top: 32px;
}

.emergency-table .table {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.03);
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

.emergency-table .table thead {
    background-color: #007FE0;
    border-radius: 12px 12px 0px 0px;
    color: #fff;
}

.emergency-table .table tbody {
    border: 1px solid rgba(108, 108, 108, 0.2);
}

.emergency-table .table thead th {
    border: 1px solid rgba(108, 108, 108, 0.2);
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
}

.emergency-table .table tbody td {
    border: 1px solid rgba(108, 108, 108, 0.2);
    vertical-align: middle;
}

.emergency-table .table tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 12px;
}

.emergency-table .table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 12px 0;
}

.table-center {
    text-align: center;
}

.table-button {
    background: #35BE53;
    border-radius: 4px;
    color: #fff;
    padding: 6px 17px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 0;
}

.table-button:hover {
    background-color: #35BE53;
}

.emergency-table .table tbody tr td:nth-of-type(even) {
    border-left: 0;
    border-right: 0;
}

.emergency-table .table thead tr th:nth-of-type(even) {
    border-left: 0;
    border-right: 0;
}

.emergency-table .table tbody tr td:last-of-type {
    border-right: 1px solid rgb(108 108 108 / 20%);
}

.emergency-table .table tbody tr:nth-of-type(even) td {
    border-bottom: 0;
    border-top: 0;
}

/* 404 ERROR PAGE */
.error {
    text-align: center;
}

.error h1 {
    font-size: 350px;
    font-weight: 700;
    line-height: 300px;
}

.error h2 {
    font-size: 48px;
    color: #6C6C6C;
    line-height: 72px;
    font-weight: 700;
    padding: 24px 0 12px 0;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .error h1 {
        font-size: 250px;
        line-height: 200px;
    }

    .error h2 {
        font-size: 30px;
    }

    .error p {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 499px) and (max-width: 1199px) {
    .error h1 {
        font-size: 200px;
        line-height: 100px;
    }

    .error h2 {
        font-size: 30px;
    }

    .error p {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 498px) {
    .error h1 {
        font-size: 80px;
        line-height: 50px;
    }

    .error h2 {
        font-size: 20px;
    }

    .error p {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

.error p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    padding-bottom: 32px;
}

.error-button {
    background-color: #007FE0;
    color: #fff;
    text-transform: capitalize;
    border-radius: 28px;
    padding-top: 18px;
    text-align: center;
    width: 250px;
    height: 56px;
    display: block;
    margin: 0 auto;
}

.healthEmergency .health-owl .owl-nav .owl-next {
    position: absolute;
    right: -76px;
    top: 30%;
}

.healthEmergency .health-owl .owl-nav .owl-prev {
    position: absolute;
    left: -76px;
    top: 30%;
}

.healthEmergency .health-owl .owl-nav {
    display: block;
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
    .healthEmergency .health-owl .owl-nav .owl-prev {
        left: -35px;
    }

    .healthEmergency .health-owl .owl-nav .owl-next {
        right: -35px;
    }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
    .healthEmergency .health-owl .owl-nav .owl-prev {
        top: 20%;
        left: -28px;
    }

    .healthEmergency .health-owl .owl-nav .owl-next {
        top: 20%;
        right: -28px;
    }
}

@media screen and (max-width: 599px) {
    .healthEmergency .health-owl .owl-nav .owl-prev {
        top: 20%;
        left: 5px;
    }

    .healthEmergency .health-owl .owl-nav .owl-next {
        top: 20%;
        right: 5px;
    }
}

.healthEmergency .health-owl .owl-nav button {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

@media screen and (max-width: 483px) {
    .healthEmergency .owl-box {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
    }

    .healthEmergency-box {
        width: 350px;
        border: 1px solid #F4F8FB;
    }
}

/* MESSAGE PAGE */
.message-body p {
    line-height: 32px;
    font-weight: 500;
}

.message-body h2 {
    padding: 16px 0 12px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.message-box {
    padding: 48px 0;
    margin: 72px 0 14px 0;
    text-align: center;
}

.message-box .owl-box p {
    display: none;
}

.message-box .owl-box p:first-of-type {
    margin: 0 auto;
    max-width: 1064px;
    margin-top: 24px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .message-box .owl-box p {
        max-width: 800px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .message-box .owl-box p {
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .message-box .owl-box p {
        max-width: 100%;
        margin: 24px 10px;
    }
}

.message-box .owl-body p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0px;
}

.message-box .owl-body h2 {
    padding: 36px 0 8px 0;
}

.message-owl .owl-dots {
    position: absolute;
    bottom: -77px;
    left: 50%;
    display: block !important;
}

.message-owl .owl-dot {
    border: 1px solid #fff !important;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 6px;
    background-color: rgb(45 45 45 / 10%) !important;
}

.message-owl .owl-dot.active {
    background-color: #2D2D2D !important;
    width: 12px;
    height: 12px;
}

#mapid {
    height: 700px;
}

/*digital mapings*/
.districtLabel {
    color: #000;
    background-color: #fff !important;
    border-radius: 8px;
    padding: 6px 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 130px !important;
    height: 36px !important;
}

/* SEARCH RESULT PAGE */
.searchResult h3 {
    text-transform: capitalize;
    line-height: 60px;
    padding-bottom: 36px;
}

.searchResult span {
    color: #007FE0;
}

.searchResult-box {
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 8px;
    text-align: left;
    position: relative;
    /* height: 200px; */
}

.updates {
    color: #007FE0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.searchResult-box h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 8px 0 6px 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.search-button {
    text-transform: capitalize;
}

.searchResult-box img {
    /* height: 152px;
    object-fit: cover; */
    aspect-ratio: 0;
}

.mapping {
    margin-bottom: 16px;
}

.mapping .input-group {
    height: 56px;
}

@media screen and (max-width: 1400px) {
    .mapping .input-group {
        height: 40px;
    }
}

.mapping .input-group-text {
    /* border-radius: 8px !important; */
    border-left: 0;
    background-color: #F4F8FB;
}

.mapping .form-control {
    border-right: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.mapping .form-control:focus {
    border-right: 0;
}

.mapping-padding {
    padding: 12px 36px;
    margin-bottom: 48px;
}

.mapping-border {
    border-right: 1px solid #D9D9D9;
}

@media screen and (max-width: 991px) {
    .mapping-border {
        border-right: 0;
    }
}

/* .mapping-padding col:last-of-type .mapping-border{
    border-right: 0;
} */
.mapping-padding p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #2D2D2D;
}

.mapping-padding span {
    color: #007FE0;
    font-weight: 700;
}

.leaflet-container {
    background-color: #fff !important;
}

/* BREADCRUMB */
.breadcrumb-item:last-of-type {
    max-width: 150px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.searchResult-box img {
    height: 152px;
    object-fit: cover;
}

/* EVENT CALENDAR */
.fc-right .fc-prev-button, .fc-right .fc-next-button {
    background-color: rgba(45, 45, 45, 0.05) !important;
    background-image: none !important;
    color: #fff !important;
    border-radius: 50% !important;
    border: 0 !important;
    margin-left: 12px !important;
    width: 30px !important;
    height: 30px !important;
}

.fc-scroller {
    overflow: hidden !important;
    height: auto !important;
}

.fc-button {
    padding: 0 !important
}

.fc-content-skeleton td {
    text-align: center !important;
}

.fc-day-number {
    float: none !important;
}

.fc-icon {
    margin: 0 auto !important;
}

.fc td, .fc th {
    border-style: none !important;
}

.fc-left h2 {
    font-size: 24px !important;
}

.fc-unthemed {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    border-radius: 16px !important;
}

.fc-toolbar.fc-header-toolbar {
    padding: 32px !important;
    border-radius: 16px 16px 0 0 !important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
}

.fc-view-container {
    padding: 0 24px !important;
}

.fc-today-button {
    display: none !important;
}

.fc-event {
    border: 0 !important;
}

.fc-event:before {
    content: "";
    width: 56px;
    height: 56px;
    background-color: rgba(45, 45, 45, 0.05) !important;
    display: block !important;
    position: absolute !important;
    top: -37px;
    left: 15%;
    border-radius: 50% !important;
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
    .fc-event:before {
        left: 20% !important;
    }

    .future-date-event:before {
        left: 20% !important;
    }
}

@media screen and (max-width: 549px) {
    .future-date-event:before {
        width: 35px !important;
        height: 35px !important;
        top: -31px !important;
        left: 13% !important;
    }

    .fc-event:before {
        width: 35px !important;
        height: 35px !important;
        top: -31px !important;
        left: 13% !important;
    }
}

.future-date-event:before {
    content: "";
    width: 56px;
    height: 56px;
    background-color: #B3D9F6 !important;
    display: block !important;
    position: absolute !important;
    top: -40px;
    left: 15%;
    border-radius: 50% !important;
}

.fc-day-top {
    padding-top: 20px !important;
}

.fc-day-number {
    position: relative !important;
    z-index: 999999 !important;
}

.fc-row {
    height: auto !important;
}

.fc-unthemed td.fc-today {
    background: #ffffff !important;
}

.planning-image img {
    max-width: 100%;
    height: auto;
}

.planning-image table {
    width: 100% !important;
}

.table-width {
    width: 80px;
}

.table-nodata {
    text-align: center;
}

.message-modal .modal-header h2 {
    font-size: 20px;
    padding: 10px;
}

.message-modal .modal-body p {
    word-break: break-word;
    text-align: justify;
    padding: 10px;
}

.news-details-main p {
    padding-top: 12px;
    line-height: 32px;
    font-weight: 500;
    color: #6C6C6C !important;
    text-align: justify;
}

.phone-label:after {
    display: none;
}

.press-image img {
    object-fit: cover;
    height: 169px;
}

@media screen and (min-width: 1400px) and (max-width: 1450px) {
    .press-image img {
        height: 150px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
    .guideline-box {
        height: 200px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .press-image img {
        height: 139px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .press-image img {
        margin: 0 auto;
        display: flex;
    }

    .guideline-box {
        height: auto !important;
    }
}

@media screen and (max-width: 576px) {
    .press-image img {
        margin: 0 auto;
        display: flex;
    }
}

.location-button {
    background-color: transparent;
    border: 0;
}

.location-button:hover {
    background-color: transparent;
}

.location-modal .modal-title {
    margin-left: 16px;
}

.location-modal .modal-content {
    background-color: #F4F8FB;
    border-radius: 8px;
}

.location-modal .modal-title h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #2D2D2D;
}

.location-modal .modal-title p {
    margin-top: 4px;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.location-modal .modal-body {
    padding: 0 24px 24px 24px;
}

.location-modal .modal-body table {
    width: 100%;
    border-top: 1px solid rgb(133 133 133 / 20%);
    padding-top: 16px;
}

.location-modal .modal-body table tr:nth-of-type(3) th {
    padding-bottom: 16px;
}

.location-modal .modal-header {
    justify-content: normal !important;
    border-bottom: 0;
    padding: 24px 24px 16px 24px;
}

/* .modal-border{
    border-bottom: 1px solid rgb(133 133 133 / 20%);
} */
.map-category {
    color: #2d2d2d;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 120px;
    padding-top: 16px;
}

.map-head {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #2D2D2D;
    text-transform: capitalize;
    max-width: 200px;
    padding-top: 16px;
}

.map-content {
    height: 100px;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 4px;
    vertical-align: top;

    color: #2D2D2D;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px 12px 16px 12px;
}

.map-content::-webkit-scrollbar {
    display: none;
}

.leaflet-div-icon {
    background-color: transparent !important;
    border: 0 !important;
}

/* LANGUAGE CHANGE */
.language-dropdown {
    margin-left: 24px;
}

@media screen and (max-width: 991px) {
    .language-dropdown {
        margin-top: 20px;
    }
}

.language-dropdown .dropdown-toggle::after {
    display: none;
}

.language-dropdown .dropdown-toggle {
    width: 56px;
    height: 56px;
    background-color: #007FE0;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-dropdown .dropdown-menu {
    margin-top: 10px !important;
}

.language {
    display: flex;
}

@media screen and (max-width: 489px) {
    .language {
        flex-direction: column;
    }

    .language-dropdown {
        margin-left: 0;
    }

    .searchInput {
        width: 100%;
    }
}

.language-dropdown .dropdown-item:hover {
    background-color: #007FE0;
    color: #fff;
}

.location-modal .modal-header img {
    width: 100px;
    aspect-ratio: 0 !important;
    object-fit: cover !important;
}

.viewModal .btn-close {
    border: 1px solid #E40A0A;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    /*margin-top: 5px;*/
}

/*.viewModal .modal-header{*/
/*    border: 0;*/
/*    height: 10px;*/
/*}*/
.viewModal table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.viewModal table tbody {
    border: 0 !important;
}

.normalFont {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #2D2D2D;
    text-transform: capitalize;
    width: 200px;
    text-align: start;
}

.boldFont {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #2D2D2D;
    text-transform: capitalize;
    text-align: start;
}

.viewModal .modal-body img {
    max-height: 350px;
}

.noCap {
    text-transform: lowercase;
}

