/*---------------------
        General body
-----------------------*/

* {
    font-family: 'Poppins' !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 14px;
    overflow-x: hidden !important;
}

body.fix_padding {
    padding-top: 95px;
}

.bodyOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: 300ms linear !important;
}

.bodyOverlay.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .63);
    z-index: 200;
    opacity: 1;
    visibility: visible;
    transition: 300ms linear !important;
}


/*---------------------
    About Hero Section Starts
-----------------------*/

.hero_section {
    background-color: #ffffef;
    min-height: 53em;
}

.hero_container {
    padding: 9em 100px 0px 100px !important;
    background: url(/IMAGES/hero_bg_lines.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}

.hero_container h1 {
    width: 24em;
    max-width: 100%;
    margin: auto;
    height: 100px;
    font-size: 2.8em;
    text-align: center;
    color: #000;
    font-weight: 700;
    background: url(/IMAGES/patients_img/title_line.png) no-repeat;
    background-size: 60% 40px;
    background-position: center;
    /* background-position-x: 0px;
    background-position-y: 20px; */
}

.hero_section p {
    margin-top: 1.5em;
    margin-bottom: 3.5em;
    color: #000;
    text-align: center;
    font-size: clamp(20px, 1.2em, 6vw);
    line-height: 1.7;
    font-weight: 400 !important;
    /* background-repeat: no-repeat !important; */
}

.pathero_image {
    width: 80em;
    max-width: 100%;
    /* border: #000 2px solid; */
}

.pathero_image img {
    aspect-ratio: 2.0;
    object-fit: fill;
}

.hero_image_wrap {
    position: relative;
    height: 100%;
    font-size: 20px;
}

.about_heroimg {
    width: 100%;
}

.about_heroimg img {
    width: 100%;
}

.starimg {
    width: 260px !important;
    position: absolute;
    top: -5em;
    left: 55%;
    transform: translateX(-50%);
}

.hero_image_wrap p {
    margin-bottom: 3.5em;
    color: #000;
    font-size: clamp(24px, 1.3em, 6vw);
    line-height: 1.7;
    font-weight: 400 !important;
    /* background-repeat: no-repeat !important; */
}

.professionals_section {
    background-color: white;
}

.professionals_container {
    padding: 0em 100px 0px 100px !important;
}

.professionals p {
    color: #000;
    font-size: clamp(24px, 1.45em, 6vw);
    line-height: 1.4;
    font-weight: 300 !important;

}

/*---------------------
    Hero Section Ends
-----------------------*/


/*---------------------
    Featured-Event Section Starts
-----------------------*/

.book_service_section .book_service {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4em 3.5em 0px 3.5em;
    width: 85em;
    max-width: 100%;
    color: #fff;
    /* background-color: #fff; */
    background: linear-gradient(89.83deg, #1BD18C 13.13%, #1CAA90 52.52%, #1DC178 93.75%, #F4C26C 101.6%);
    background-size: 100% 100%;
    border: #1BD18C 1px solid;
    overflow-x: hidden;
}

.book_service_section h1 {
    width: 27em;
    max-width: 100%;
    margin: auto;
    font-size: 2.7em;
    color: #fff;
    font-weight: 700;
}

.book_service_section .book_service p {
    font-size: 22px;
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    text-align: center;
    font-weight: 400;
    width: 55rem;
    max-width: 100%;
    margin: auto;
    color: white;
    line-height: 1.5;
}

.our_services_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 4em;
    margin-bottom: 3em;
}

.our_services_wrap .our_services {
    width: 250px;
    max-width: 300px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    gap: 13px;
    border-radius: 6px;
    padding: 1.6em .9em;
    background-color: rgba(27, 76, 26, 1);
}

.our_services_wrap .our_services img {
    width: 25px;
}

.our_services_wrap .our_services span {
    font-size: 17px;
}

.hero_share_img {
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 1em;
    margin-bottom: 5em;
}

.hero_share_img img {
    width: 220px;
}

.founder_img_wrap {
    position: relative;
}

.founder_img_wrap .founder_namestar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    z-index: 10;
}

.advisory_board_section {
    position: relative;
    background-color: #fff;
    border: none !important;
}

.advisory_board_wrap {
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.advisory_board_wrap h1 {
    width: fit-content;
    height: 100px;
    font-size: 2.8em;
    color: #000;
    font-weight: 500;
    background: url(/IMAGES/b_breakingground_line.png) no-repeat;
    background-size: 100% 30px;
    background-position-x: 0px;
    background-position-y: 30px;
}

.cardimg_wrap {
    border-radius: 15px 15px 0 0 !important;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px !important;
}

.cardimg_wrap img {
    aspect-ratio: 0.9;
    object-fit: fill;
    transform: translateY(3em);
}

.advisory_card {
    border-radius: 15px 15px 0 0 !important;
    box-shadow: 0px 4px 47.70000076293945px 0px rgba(0, 0, 0, 0.25);
    border: none !important;
}

/*---------------------
    Featured-Event Ends
-----------------------*/

/* --------------------- Media Responsive Styles --------------------- */

@media screen and (max-width: 1200px) {
    .hero_container {
        padding: 100px 30px !important;
    }

    .professionals_container {
        padding: 0em 30px 0px 30px !important;
    }

    .advisory_board_wrap {
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .hero_section p {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
        color: #000;
        text-align: center;
        font-size: clamp(20px, 1.2em, 6vw);
        line-height: 1.7;
        font-weight: 400 !important;
        /* background-repeat: no-repeat !important; */
    }

    .professionals p {
        color: #000;
        font-size: clamp(19px, 1.25em, 6vw);
        line-height: 1.7;
        font-weight: 300 !important;

    }

    .hero_section {
        background-color: #ffffef;
        min-height: 50em !important;
    }

    .hero_container {
        padding: 60px 20px 0px 20px !important;
        background: url(/IMAGES/hero_bg_lines.png) no-repeat;
        background-position: center bottom;
        background-size: 100% 100%;
    }

    .hero_container h1 {
        width: 24em;
        max-width: 100%;
        margin: auto;
        height: auto !important;
        font-size: 2.3em;
        line-height: 1.6;
        text-align: center;
        color: #000;
        font-weight: 700;
        background: url(/IMAGES/patients_img/title_line.png) no-repeat;
        background-size: 60% 40px;
        background-position: bottom;
        /* background-position-x: 0px;
    background-position-y: 20px; */
    }

    .book_service_section .book_service {
        position: relative;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 4em 1.5em 0px 1.5em;
        width: 85em;
        max-width: 100%;
        color: #fff;
        /* background-color: #fff; */
        background: linear-gradient(89.83deg, #1BD18C 13.13%, #1CAA90 52.52%, #1DC178 93.75%, #F4C26C 101.6%);
        background-size: 100% 100%;
        border: #1BD18C 1px solid;
        overflow-x: hidden;
    }

    .book_service_section h1 {
        width: 27em;
        max-width: 100%;
        margin: auto;
        font-size: 2.2em;
        color: #fff;
        font-weight: 600;
    }

    .book_service_section .book_service p {
        font-size: 18px;
        margin-top: 2em !important;
        margin-bottom: 2em !important;
        text-align: center;
        font-weight: 400;
        width: 55rem;
        max-width: 100%;
        margin: auto;
        color: white;
        line-height: 1.5;
    }

    .hero_share_img {
        width: fit-content;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        margin-top: 1em;
        margin-bottom: 5em;
    }

    .hero_share_img img {
        width: 180px;
    }

    .advisory_board_wrap {
        padding: 0 15px !important;
    }

    .advisory_board_wrap h1 {
        width: fit-content;
        height: 100px;
        font-size: 2.8em;
        color: #000;
        font-weight: 500;
        background: url(/IMAGES/b_breakingground_line.png) no-repeat;
        background-size: 100% 30px;
        background-position-x: 0px;
        background-position-y: 30px;
    }
}
