.main-page-header {
    box-sizing: border-box;
    background-image: url("/assets/images/resource/page-header-bg.png");
    margin: 0 auto;
    margin-top: 160px;
    border-radius: 13px;
    width: 98%;
    margin-inline: auto;
    padding-inline: 24px;
    padding-block: 100px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.main-page-header h1 {
    margin: 0;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    /* line-height: 1.1; */
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 16px;
}

.main-page-header p {
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
}

@media only screen and (max-width:1200px) {
    .main-page-header {
        margin-top: 150px !important;
    }
}

@media only screen and (max-width:990px) {
    .main-page-header {
        margin-top: 80px !important;
    }

    .main-page-header h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:676px) {
    .main-page-header h1 {
        font-size: 32px;
    }

    .main-page-header p {
        font-size: 14px;
    }
}

@media only screen and (max-width:420px) {
    .main-page-header h1 {
        font-size: 28px;
    }

    .main-page-header p {
        font-size: 13px;
    }
}

.hospital-guide-wrapper {
    padding: 24px 16px;
    /* background-color: #fff; */
    background-color: #e9f1fe;

    margin: 16px;
    border-radius: 17px;
}

.divider-header {
    padding-block: 16px;
    padding-block-end: 30px;
}

.divider-header .divider {
    height: 2px;
    background-color: #ED3438;
    margin-block: 16px;
}

.divider-header h2,
.divider-header p {
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

.divider-header h2 {
    color: #3E4095;
}

.divider-header p {
    color: #006B3E;
    font-size: 14px;
}

@media only screen and (max-width:767px) {

    .divider-header h2,
    .divider-header p {
        margin-bottom: 10px;
        text-align: center;
    }
}

/* About Us Section */

/* About */

.about-bg .about-thumb img {
    width: 100%;
}

.about-bg .thumbs-bxs {
    width: 175px;
    height: 175px;
    right: 0;
    top: 0;
    line-height: 175px;
}

.about-bg .thumbs-bxs .icon img {
    width: 55px;
    height: 55px;
    padding: 8px;
    object-fit: contain;

}

.about-bg .thumbs-bxs .text-circle svg {
    width: 110px;

}

.hospital-guide-wrapper {
    background: linear-gradient(to bottom, #E5F1FF, #FFF);

    z-index: 2;
    position: relative;
    padding-bottom: 150px;
}

#vison-mission {
    background-color: #3E4095;
    border-radius: 17px;
    /* padding: 100px 0; */
    /* margin-top: -120px; */
    /* z-index: 1; */
    position: relative;
    /* top: -150px; */
    margin-top: -150px;
}

.vision-cards {

    max-width: 1200px;
    margin: 0 auto;
    z-index: 10 !important;
    position: relative;
}

.vision-card {
    background-image: url("/assets/images/resource/about/vision-stethoscope.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #C7E1FF;
    border-radius: 17px;
    height: 100%;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    border: 2px solid #FFF;
}

.header-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-icon h2 {
    font-family: "DM Sans", Sans-Serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3E4095;
}

.header-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.header p {
    margin: 24px 0;
    font-family: "DM Sans", Sans-Serif;
    color: #555657;
    font-size: 16px;
}

.vision-card a {
    background: #ED3438;
    padding: 12px 35px;
    border-radius: 50px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 2px solid #ED3438;
    transition: all 0.3s ease-in-out;

}

.vision-card a:hover {
    background: #FFF;
    color: #ED3438;
    transition: all 0.3s ease-in-out;

}

.vision-card a i {
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out;
}

.vision-card a:hover i {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

@media only screen and (max-width:991px) {
    .vision-card {
        margin-inline: 24px;
    }
}

#message-from-ceo,
#accreditations {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 60px;
}

#accreditations h2,
#message-from-ceo h2 {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
}

#accreditations h2 {
    color: #3E4095;
}

#accreditations .divider-header,
#message-from-ceo .divider-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #FFF;
}

#accreditations .divider-header {
    border-bottom-color: #ED3438;
}



#message-from-ceo .divider-header a,
#accreditations .divider-header a {
    background: #ED3438;
    padding: 12px 35px;
    border-radius: 50px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 2px solid #ED3438;
    transition: all 0.3s ease-in-out;

}

#accreditations .divider-header a:hover,
#message-from-ceo .divider-header a:hover {
    background: #FFF;
    color: #ED3438;
    transition: all 0.3s ease-in-out;

}

#accreditations .divider-header a i,
#message-from-ceo .divider-header a i {
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out;
}

#accreditations .divider-header a:hover i,
#message-from-ceo .divider-header a:hover i {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

@media only screen and (max-width:676px) {

    #accreditations .divider-header,
    #message-from-ceo .divider-header {
        flex-direction: column;
        align-items: start;
    }

    #accreditations h2,
    #message-from-ceo h2 {
        margin-bottom: 16px;
    }


}

/* CEO Message */
.ceo-message {
    padding-block: 75px;
    max-width: 1200px;
    margin: 0 auto;
}

.ceo-message img {
    width: 100%;
}

.ceo-message p {
    font-family: "DM Sans", Sans-Serif;
    font-size: 16px;
    color: #555657;
}

.ceo-message a {
    font-family: "DM Sans", Sans-Serif;
    font-size: 16px;
    color: #ED3438;
    font-weight: 600;
}


/* Accreditations */

.accreditations-list {
    font-family: "DM Sans", Sans-Serif;
    font-size: 16px;
    color: #555657;
    margin: 30px 0;
}

@media only screen and (max-width:676px) {
    #accreditations {
        margin-top: 0;
    }
}