/*---------------------
        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: #cff5e7 !important;
    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_section p {
    width: 47em;
    max-width: 100%;
    margin: auto;
    margin-top: 0em;
    margin-bottom: 3.5em;
    color: #000;
    text-align: center;
    font-size: clamp(22px, 1.2em, 6vw);
    line-height: 1.7;
    font-weight: 400 !important;
    /* background-repeat: no-repeat !important; */
}

.pathero_image {
    width: 80em;
    max-width: 100%;
    /* : #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 70px 0px 70px;
}

.professionals_container h1 {
    width: fit-content;
    margin: auto;
    height: 100px;
    font-size: 2.8em;
    text-align: center;
    color: #000;
    font-weight: 700;
    background: url(/IMAGES/b_breakingground_line.png) no-repeat;
    background-size: 100% 25px;
    background-position: center;
    background-position-x: 0px;
    background-position-y: 35px;
}

.professionals02 p {
    font-size: clamp(20px, 1.45em, 6vw);
    line-height: 1.4;
    font-weight: 400 !important;
    padding-bottom: 4em;
}

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

}

.exist_card {
    border: 1px solid black;
    padding: 1.3em 1.5em;
    border-radius: 10px;
}

.hero_share_img {
    width: fit-content;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 2em;
}

.hero_share_img img {
    width: 170px;
}

.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;
}

.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
-----------------------*/







.testimonials-slides {
    position: relative;
    z-index: 1;
    width: 100% !important;
}

.testimonials-slides .single-testimonial-slide {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.testimonials-slides .center .single-testimonial-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    width: 68px;
    height: 68px;
    position: absolute;
    border-radius: 50px;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -29px;
    margin-top: -19px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    background-color: #1BD18C;
    font-size: 52px;
}

.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    padding-top: 8px !important;
}

.testimonials-slides .owl-prev:hover,
.testimonials-slides .owl-next:hover {
    background-color: #947054;
}

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

    .testimonials-slides .owl-prev,
    .testimonials-slides .owl-next {
        display: none !important;
    }

    .testimonials-slides .single-testimonial-slide {
        position: relative;
        z-index: -1;
        display: none;
    }

    .testimonials-slides .center .single-testimonial-slide {
        position: relative;
        z-index: -1;
        display: inline-block;
        margin-left: -100px !important;
    }
}

@media only screen and (max-width: 667px) {
    .testimonials-slides .single-testimonial-slide {
        position: relative;
        z-index: -100 !important;
        display: inline-block;
    }

    .testimonials-slides .center .single-testimonial-slide {
        position: relative;
        display: inline-block;
        margin-left: 50px !important;
        z-index: 99999;
    }
}

.testimonials-slides .owl-next {
    left: auto;
    right: -15px;
}

/*---------------------
    Featured-Event Ends
-----------------------*/
.south_testimonials_area {
    margin-top: 5em;
    padding: 0 100px;
    background: rgba(250, 237, 237, 0.36);
}

.south_testimonials_area .wrap {
    overflow: hidden;
}

.container_warp h1 {
    color: #000;
    font-size: 3em;
    text-align: center;
    font-weight: 700;
}

.container_warp .testi01_p {
    width: 50rem;
    max-width: 100%;
    margin: auto;
    color: #000;
    font-size: 25px;
    text-align: center !important;
    font-weight: 500;
}

.south_testimonials_area .carousel {
    display: flex;
    left: -100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transform: translateX(100%);
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.carousel_seat {
    padding: 0 2em;
}

.testimonial_quoteimg {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 120px;
}

.testimonial_individual_wrap {
    position: relative;
    min-height: 22rem;
    background: url(/IMAGES/providers_img/gradient_bg.png) no-repeat;
    background-size: 100% 30em;
    border-radius: 40px;
}

.testimonial_individual_wrap p {
    height: 99px;
}

.testimonial_individual img {
    width: 75px;
}

.testimonial_individual span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 30em) {
    .south_testimonials_area .carousel {
        left: -50%;
        transform: translateX(50%);
    }
}

@media (min-width: 40em) {
    .south_testimonials_area .carousel {
        left: -50%;
        transform: translateX(50%);
    }
}

.south_testimonials_area .carousel.is-reversing {
    transform: translateX(-100%);
}

@media (min-width: 30em) {
    .south_testimonials_area .carousel.is-reversing {
        transform: translateX(-50%);
    }
}

@media (min-width: 40em) {
    .south_testimonials_area .carousel.is-reversing {
        transform: translateX(-50%);
    }
}

.south_testimonials_area .carousel.is-set {
    transform: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.south_testimonials_area .carousel_seat {
    /* background: #ddd; */
    flex: 1 0 80%;
    order: 2;
}

.south_testimonials_area .carousel_seat:nth-child(even) {
    /* background: #d5d5d5; */
}

.carousel_seat p {
    width: 25rem;
    max-width: 100%;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

@media (min-width: 30em) {
    .south_testimonials_area .carousel_seat {
        flex-basis: 50%;
    }
}

@media (min-width: 40em) {
    .south_testimonials_area .carousel_seat {
        flex-basis: 50%;
    }
}

.south_testimonials_area .carousel_seat.is-ref {
    order: 1;
}

.south_testimonials_area h2 {
    color: #aaa;
    font-size: 7em;
    font-weight: normal;
    margin: 0;
    padding: 0.6em 0;
    text-align: center;
}

.south_testimonials_area .controls {
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    text-align: center;
}

.south_testimonials_area .controls button {
    background: rgba(243, 243, 243, 1);
    border: 0;
    border-radius: 0;
    padding: 0.6em 1em;
    transition: .2s ease;
    box-shadow: 0px 4px 12.800000190734863px 0px rgba(191, 180, 180, 0.25);
}

.south_testimonials_area .controls button i {
    font-size: 30px;
    vertical-align: middle;
    color: #000;
    transition: .2s ease;
}

.south_testimonials_area .controls button:hover,
.south_testimonials_area .controls .toggle.active {
    background-color: #1BD18C;
}

.south_testimonials_area .controls button:hover i {
    color: white;
}

@media screen and (max-width: 40rem) {
    .testimonial_quoteimg {
        position: absolute;
        top: 10px;
        left: 25px;
        width: 50px;
    }

    .testimonial_individual_wrap {
        margin: auto;
        position: relative;
        min-height: 18rem;
        width: 330px !important;
        background: url(/IMAGES/providers_img/gradient_bg.png) no-repeat;
        background-size: 100% 30em;
        border-radius: 20px;
        padding: 0 15px;
    }
    .testimonial_individual_wrap p {
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carousel_seat {
        padding: 0 0em;
    }

    .south_testimonials_area .carousel_seat {
        flex-basis: 100% !important;
    }

    .carousel_seat p {
        margin-bottom: 2em;
        font-size: 20px;
    }

    .testimonial_individual img {
        width: 50px;
    }

    .testimonial_individual span {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
}

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

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

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

    .south_testimonials_area {
        margin-top: 5em;
        padding: 0 30px;
        background: rgba(250, 237, 237, 0.36);
    }
}

@media screen and (max-width: 768px) {
    .professionals_container {
        padding: 0em 15px 0px 15px;
    }

    .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; */
    }

    .container_warp h1 {
        color: #000;
        font-size: 2em;
        text-align: center;
        font-weight: 700;
        padding: 0 30px !important;
    }

    .container_warp .testi01_p {
        width: 50rem;
        max-width: 100%;
        margin: auto;
        color: #000;
        font-size: 18px;
        text-align: center !important;
        font-weight: 500;
        padding: 0 30px !important;
    }
}

@media screen and (max-width: 576px) {
    .south_testimonials_area {
        margin-top: 5em;
        padding: 0 0px !important;
        background: rgba(250, 237, 237, 0.36);
    }
}
