@font-face {
    font-family: 'Droid Serif';
    src: url('./fonts/DroidSerif-Bold.woff2') format('woff2'),
        url('./fonts/DroidSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('./fonts/DroidSans-Bold.woff2') format('woff2'),
        url('./fonts/DroidSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('./fonts/DroidSans.woff2') format('woff2'),
        url('./fonts/DroidSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('./fonts/DroidSerif.woff2') format('woff2'),
        url('./fonts/DroidSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h2 {
    font-family: 'Droid Serif';
}

/* p {
    font-family: 'Droid Sans';
 }
*/
span {
    font-family: 'Droid Sans';
}

body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Poppins", sans-serif; */
}


.container {
    max-width: 1920px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}



.corporate_hero {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 185px;
}

.corporate_hero_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.corporate_hero_left {
    width: 50%;
    background-color: #FBB04A;
    height: 655px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 21px;
}

.corporate_hero_left h1 {
    font-size: 35px;
    text-align: center;
    color: #4376a3;
    font-weight: 800;
}

.corporate_hero_left span {
    font-size: 35px;
    text-align: center;
    color: #ffff;
    font-weight: 400;
    font-style: italic;
}

.corporate_hero_right {
    width: 50%;
    height: 655px;
    position: relative;
}

/* Rotated image effect using ::after */
.corporate_hero::after {
    content: "";
    position: absolute;
    top: 95%;
    left: 0;
    width: 100%;
    height: 100px;
    transform: rotate(-2deg);
    /* Adjust the angle as needed */
    z-index: 1;
    background-color: #fff;
}



.corporate_text {
    padding: 37px 0 214px 0;
}

.corporate_text p {
    font-size: 20px;
    color: #707070;
    line-height: 40px;
    max-width: 1419px;
    width: 100%;
    text-align: left;
}

.corporate_text span {
    font-size: 25px;
    color: #707070;
    line-height: 40px;
    text-align: left;
    font-weight: 600;
}

.corporate_text .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 100px;
}


.doctor {
    padding-bottom: 194px;
    overflow: hidden;
    position: relative;
    background-image: url(images/Image-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}

.doctor::after {
    content: "";
    position: absolute;
    top: 83%;
    left: 0;
    width: 100%;
    height: 201px;
    transform: rotate(3deg);
    z-index: 1;
    background-color: #fff;
}



.current_corporate {
    padding: 100px 0;

    .container {
        max-width: 1500px;
        padding: 0 100px;
        margin: 0 auto;
    }

    h2 {
        color: #4376a3;
        text-align: left;
        font-size: 35px;
        line-height: 58px;
        font-weight: 800;
        font-family: droid-serif, serif;
    }

    .desc {
        font-size: 20px;
        color: #707070;
        line-height: 40px;
        max-width: 1419px;
        width: 100%;
        margin: 0 0 35px;
    }

    span.current_span {
        color: #4376a3;
        text-align: left;
        margin-left: 0px;
        font-size: 50px;
        line-height: 58px;
        font-weight: 800;
        display: flex;
        margin-bottom: 39px;
        font-weight: 400;
    }

    .current_logo {
        max-width: 260px;
        display: flex;
    }

    .current_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 7px solid #FBB04A;
        border-top: 7px solid #FBB04A;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .current_corporate_content span {
        font-size: 25px;
        margin-top: 20px;
        margin-left: 20px;
        text-align: left;
        color: #707070;
        line-height: 40px;
        display: flex;
        margin-bottom: 28px;
        font-family: droid-sans, sans-serif;
    }

    .current_corporate_content a {

        color: #707070 !important;

    }

    .current_corporate_content ul p {
        font-size: 15px;
        line-height: 15px;
        font-family: droid-sans, sans-serif;
        color: #707070;
        margin-bottom: 17px;
    }

    .current_corporate_content ul {
        margin-left: 20px;
    }

    .current_corporate_content {
        margin: 106px 0 135px 0;
    }
}


.current_corporate_infant {
          padding: 20px 0;

    h2 {
        color: #4376a3;

        font-family: droid-serif, serif;
    }
.desc_bold {
    font-weight: 700;
    margin-top: 30px;
}
    .desc {
        color: #707070;
        margin: 0 0 35px;
    }

    span.current_span {
        color: #4376a3;
        text-align: left;
        margin-left: 0px;
        font-size: 50px;
        line-height: 58px;
        font-weight: 800;
        display: flex;
        margin-bottom: 39px;
        font-weight: 400;
    }

    .current_logo {
        max-width: 260px;
        display: flex;
    }

    .current_wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        border-bottom: 7px solid #FBB04A;
        border-top: 7px solid #FBB04A;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .current_corporate_content span {
        font-size: 20px;
        margin-top: 15px;
        margin-left: 15px;
        text-align: left;
        color: #707070;
        line-height: 40px;
        display: flex;
        margin-bottom: 28px;
        font-family: droid-sans, sans-serif;
    }

    .current_corporate_content a {

        color: #707070 !important;

    }

    .current_corporate_content ul p {
        font-size: 15px;
        line-height: 15px;
        font-family: droid-sans, sans-serif;
        color: #707070;
        margin-bottom: 17px;
    }

    .current_corporate_content ul {
        margin-left: 20px;
    }

    .current_corporate_content {
        margin: 45px 0;
    }
}



.corporate_hdi {
    padding: 90px 0 125px;
    position: relative;
}

.corporate_hdi .container {
    max-width: 1500px;
    padding: 0 100px;
    margin: 0 auto;
}

.corporate_hdi::after {
    content: "";
    position: absolute;
    top: 85%;
    left: -2px;
    width: 100%;
    height: 150px;
    transform: rotate(-3deg);
    z-index: 1;
    background-color: #ffff;
}

.corporate_hdi_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdi_left h2 {
    font-size: 35px;
    color: #4376a3;
    font-weight: 800;
    line-height: 58px;
    margin-bottom: 52px;
    font-family: droid-serif, serif;
}

.hdi_left span {
    font-size: 20px;
    color: #707070;
    text-align: left;
    line-height: 25px;
    display: flex;
    margin-bottom: 75px;
    font-family: droid-sans, sans-serif;
}

.hdi_left ul li {
    font-size: 20px;
    color: #707070;
    text-align: left;
    line-height: 25px;
    margin-bottom: 25px;
}


.xray {
    overflow: hidden;
    position: relative;
    background-image: url(images/Image-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}

.xray::after {
    content: "";
    position: absolute;
    top: 92%;
    left: 0px;
    width: 100%;
    height: 190px;
    transform: rotate(3deg);
    z-index: 1;
    background-color: #EEEEEE;
}

.level {
    background-color: #4376A3;
    padding: 300px 0 230px 0;
}

.level .container {
    max-width: 1500px;
    padding: 0 100px;
    margin: 0 auto;
}

.hdi_left {
    width: 65%;
}

.hdi_right {
    width: 35%;
}

.hdi_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 270px;
}

.level h2 {
    font-size: 35px;
    text-align: left;
    color: #FBB04A;
    line-height: 58px;
    font-weight: 800;
    margin-bottom: 40px;
    font-family: droid-serif, serif;
}

.level_-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.level_content h3 {
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    color: #ffff;
    margin-bottom: 12px;
}

.level_content span {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #ffff;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.silver_level {
    background-color: #E4F5FD;
    height: 440px;
    width: 324px;
    padding: 40px 30px 50px 53px;
    text-decoration: none;
}

ul.silver_level li {
    font-size: 25px;
    margin-bottom: 32px;
    color: #4376A3;
    text-align: left;
    line-height: 30px;
    text-decoration: none;
}

ul.gold_level {
    background-color: #E4F5FD;
    height: 603px;
    width: 324px;
    padding: 40px 30px 50px 53px;
    text-decoration: none;
}

ul.gold_level li {
    font-size: 25px;
    margin-bottom: 32px;
    color: #4376A3;
    text-align: left;
    line-height: 30px;
    text-decoration: none;
}



.join {
    padding: 240px 0 283px 0;
    background-color: #EEEEEE;
}

.join .container {
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
}

.join_wrapper h2 {
    font-size: 35px;
    text-align: left;
    line-height: 58px;
    color: #FBB04A;
    margin-bottom: 32px;
    font-family: droid-serif, serif;
}

.join_wrapper p {
    font-size: 20px;
    color: #707070;
    line-height: 30px;
    text-align: left;
    max-width: 1200px;
    margin-bottom: 61px;
}

.join_wrapper p span a {
    font-size: 25px;
    color: #707070;
    line-height: 25px;
    text-decoration: none;
    text-align: left;
    font-weight: 800;
}

.join_btns {
    display: flex;
    align-items: center;
    gap: 70px;
}

.join_btns a {
    background-color: #707070;
    width: 254px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    /* Removes underline */
    color: #fff;
    /* Ensure text is white */
    padding: 25px 0;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
}

.join_btns a:visited {
    color: #fff;
    text-decoration: none;
}

.join_btns a:hover {
    text-decoration: none;
}

.join_btns a.join_btn_2 {
    background-color: #707070;
    width: 524px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffff;
    padding: 25px 10px;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
}

.mobile_wrapper {
    display: none;
}

@media screen and (max-width:768px) {

    .corporate_hero {
        margin-bottom: 90px;
    }

    .corporate_hero_wrapper {
        flex-direction: column;
    }

    .corporate_hero_left {
        width: 100%;
        height: 320px;
        gap: 13px;
    }

    .corporate_hero_left h1 {
        font-size: 30px;
    }

    .corporate_hero_left span {
        font-size: 30px;
    }

    .corporate_hero_right {
        width: 100%;
        height: 400px;
    }

    .corporate_hero::after {
        display: none;
    }



    .corporate_text {
        padding: 25px 0 100px 0;
    }

    .corporate_text p {
        font-size: 18px;
        line-height: 25px;
        width: 100%;
    }

    .corporate_text span {
        font-size: 18px;
        line-height: 25px;
    }

    .corporate_text .container {
        padding: 0 30px;
    }

    .doctor::after {
        display: none;
    }

    .current_corporate {
        padding: 50px 0;
    }

    .current_corporate h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 14px;
        text-align: left;
    }

    span.current_span {
        font-size: 30px !important;
        line-height: 34px !important;
        margin-bottom: 18px !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .current_corporate .container {
        padding: 0 30px;
    }

    .current_wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .current_corporate_content {
        margin: 50px 0 50px 0;
    }

    .current_logo {
        margin: 0 auto;
    }

    .current_corporate_content span {
        font-size: 20px;
        margin-top: 13px;
        margin-left: 0px;
        justify-content: flex-start;
        align-items: flex-start;
        color: #707070;
        line-height: 30px;
        margin-bottom: 18px;
    }

    .current_corporate_content ul {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .corporate_hdi {
        padding: 50px 0 80px;
        position: relative;
    }

    .corporate_hdi::after {
        display: none;
    }

    .corporate_hdi_wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 70px;
    }

    .corporate_hdi .container {
        padding: 0 60px;
    }

    .hdi_left h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
        text-align: left;
    }

    .hdi_left span {
        font-size: 18px;
        text-align: left;
        line-height: 20px;
        justify-content: center;
        display: flex;
        margin-bottom: 40px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .hdi_left ul li {
        font-size: 18px;
        text-align: left;
        line-height: 20px;
        margin-bottom: 18px;
    }

    .hdi_left {
        width: 100%;
    }

    .hdi_right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .mobile_wrapper {
        display: block;
    }

    .level_-wrapper {
        display: none;
    }

    .level h2 {
        font-size: 50px !important;
        text-align: left !important;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .level .container {
        padding: 0 30px;
    }

    .level {
        padding: 70px 0;
    }

    .join_wrapper h2 {
        font-size: 30px;
        text-align: center;
        line-height: 32px;
        margin-bottom: 22px;
    }

    .join_wrapper p {
        font-size: 21px;
        line-height: 24px;
        text-align: left;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .join_wrapper span a strong {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .join_btns {
        flex-direction: column;
        gap: 30px;
    }

    .join_btns a {
        width: 190px;
        font-size: 18px;
        line-height: 22px;
    }

    .join_btns a.join_btn_2 {
        font-size: 18px !important;
        line-height: 22px !important;
        width: 320px !important;
        font-size: 16px !important;
    }

    .join .container {
        padding: 0 30px;
    }
}

@media (min-width:991px) {
    .current_wrapper {
        align-items: flex-start;
    }

    .current_corporate_content img {
        height: 60px;
    }
}

@media screen and (max-width:1024px) {
    .current_wrapper {
        flex-wrap: wrap;
    }

    .join {
        padding: 80px 0 100px 0;
    }

    .xray::after {
        display: none;
    }

    .current_corporate_content {
        margin: 30px 0 70px 0;
    }

    .corporate_text p {
        font-size: 20px;
        color: #707070;
        line-height: 36px;
        width: 100%;
        text-align: left;
    }

    .doctor::after {
        display: none;
    }

    .current_corporate::after {
        display: none;
    }
}


@media screen and (max-width:458px) {
    span.current_span {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .current_corporate h2 {
        font-size: 20px;
        line-height: 26px;
    }

}

@media screen and (max-width:824px) {
    span.current_span {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 29px;
    }

    .join_btns a.join_btn_2 {
        width: 520px;
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (max-width:624px) {
    .level h2 {
        font-size: 32px !important;
        text-align: left;
        line-height: 38px;
        margin-bottom: 40px;
    }
}