@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

* {
    font-family: "Marcellus", serif;
    font-weight: 500;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

.logo img {
    width: 150px;
}

.navbar-expand-lg .offcanvas {
    flex-grow: 0;
}

.menubtn {
    font-size: 26px;
}

.herosection {
    background: url('../img/Hero/background.webp');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    padding: 100px 0;
}

.herosection .abouthero h2 {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: bold;
    color: white;
}

.herosection .abouthero h3 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    color: #00e8ff;
}

.herosection .abouthero p {
    font-size: 30px;
    color: white;
}

.herosection .author {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
}

.herosection .author .details h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.herosection .author .details h4 {
    color: #ffcf00;
    font-size: 26px;
    font-weight: bold;
}

.herosection .author .details h3 {
    font-size: 20px;
}

.herosection .author .details {
    background-color: #b82126;
    padding: 20px 20px 20px 100px;
    border-radius: 20px;
    transform: translate(-20%, 0px);
}

.herosection .author img {
    position: relative;
    z-index: 9;
    padding: 5px;
    border: 5px solid white;
    transform: scaleX(-1);
    border-radius: 50%;
    width: 220px;
}

.enquireformbox {
    background-color: white;
    padding: 20px;
    border-radius: 16px;
}

.enquireformbox h3 {
    color: #15726D;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.enquireformbox .looking_daabox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pispatinews img {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.enquireformbox .looking_daabox label {
    text-align: center;
    width: 50%;
    background: 0 0;
    font-size: 14px;
    padding: 5px 0;
    border-radius: 5px;
    border: 1px solid #b8b8b8;
    cursor: pointer;
}

.enquireformbox input[type="radio"]:checked+label {
    color: white;
    background-color: #15726D;
}

.enquire_now_btn {
    border-radius: 0.375rem;
    color: white;
    width: 100%;
    background: linear-gradient(90deg, #d8463c, #d27734);
    border: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.whatsapp_chat a {
    color: white;
    background-color: #15726D;
    text-decoration: none;
    padding: .375rem .75rem;
    position: fixed;
    right: 0;
    top: 50%;
    transform: rotate(-90deg) translate(-0px, 60px);
}

.enquirenowmodal a {
    display: none;
}


.space {
    padding: 40px 0;
}

.statscard {
    display: grid;
    height: 100%;
    text-align: center;
    align-items: center;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 2rem 1px #00000026;
    padding: 20px;
    border: 1px solid #d27734;
}

.statscard h5 {
    color: #d27734;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}
#WhyJaslok h5{
    margin-top: 16px;
    color: #d27734;
    font-weight: bold;
    font-size: 22px;
}

.about_us h3 {
    color: #d8463c;
    font-size: 34px;
    font-weight: bold;
}

.about_us {
    background: #15726d1f;
}

.navbar-collapse {
    flex-grow: 0;
}

.headlines h3 {
    color: #d8463c;
    font-size: 33px;
    text-align: center;
    font-weight: bold;
}

/* nav .nav-link{
    color: #15726d;font-weight: 500;
} */
.offcanvas .menulist ul {
    list-style: none;
}

.offcanvas .menulist ul li {
    margin-bottom: 30px;
}

.offcanvas .menulist ul li a {
    color: #15726d;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.profile_summary h3 button {
    color: #15726d !important;
    font-weight: 600;
    font-size: 20px;
}

.profile_summary .accordion-button:focus {
    box-shadow: none;
}

.profile_summary .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.profile_summary ul {
    /* counter-reset: list-counter; */
    padding-top: 1rem;
    padding-left: 3rem;
}

.profile_summary.accordion-item:not(:first-of-type) {
    border-top: 1px solid #cdcdcd;
}

.profile_summary ul li {
    counter-increment: list-counter;
    position: relative;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
    padding-bottom: 7px;
}

/* .profile_summary ul li::before {
    content: counter(list-counter) '/11';
    display: block;
    font-size: 20px;
    color: #15726d;
    position: absolute;
    transform: translate(-50px, 0px);
    left: 0;
    top: 0;
    border-radius: 50%;
} */

/* .profile_summary .memberships li::before {
    content: counter(list-counter) '/5';

} */

/* .profile_summary .expertise li::before {
    content: counter(list-counter) '/8';
} */
.testimonials_card {
    margin-bottom: 20px;
}

.testimonials_card .details {
    border: 1px solid #16726c;
    padding: 30px;border-radius: 16px;
}

.testimonials_card .details i {
    color: #d8463c;
    font-size: 47px;
    opacity: 0.2
}

.testimonials_card .details p {
    font-size: 16px;
}
.profile_summary ul li:last-child::after {
    display: none;
}

.publications_list ul {
    padding: 0;
    margin-top: 30px;
    /* list-style: none;
    counter-reset: list-counter; */
}
.gallery_img img{
    width: 100%;
    height: 350px;
    object-fit: fill;
}
.publications_list ul li {
    padding-bottom: 7px;
    counter-increment: list-counter;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    margin-bottom: 30px;
}

/* .publications_list ul li::before {
    content: counter(list-counter) '/20';
    display: block;
    font-size: 20px;
    color: #15726d;
    position: absolute;
    transform: translate(-70px, 0px);
    left: 0;
    top: 0;
    border-radius: 50%;
} */

.why_daa {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why_daa_card {
    border: 1px solid #8080801c;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    place-content: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.why_daa_card img {
    width: 90px;
    height: auto;
    margin: 0 auto 1rem auto;
    display: block;
    object-fit: contain;
}

.pispati_img img {
    width: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.why_daa_card h5 {
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: bold;
    color: #15726d;
}

.before_after.owl-carousel.owl-theme .owl-nav {
    text-align: end;
}

.before_after.owl-carousel .owl-nav button.owl-prev,
.before_after.owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    place-content: center;
    font-size: 30px;
}

.before_after.owl-carousel .owl-nav button {
    margin: 0 20px;
    color: #c1c1c1;
}

.before_after.owl-carousel .owl-nav button:hover {
    color: #15726d;
}

.before_after.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.before_after_card .counts {
    color: #15726d;
}

.before_after_card .counts span {
    font-size: 36px;
}

.before_after_card .patient_details h3 {
    color: #15726d;
    font-weight: bold;
}






.owl-Testimonials.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-Testimonials.owl-carousel .owl-nav button {
    margin: 0 20px;
    color: #c1c1c1;
}

.owl-Testimonials.owl-carousel .owl-nav button:hover {
    color: #15726d;
}


.faq_box .accordion-item {
    background-color: transparent;
    color: white;
}

.faq_box .accordion-button {
    box-shadow: none;
    background-color: transparent;
    color: white;
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.faq_box .accordion-button::after {
    content: "+";
    background: none;
}

.faq_box .accordion-button:not(.collapsed)::after {
    content: "-";
}

.faq_box .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    content: "-";
}

.contact_details_card {
    margin-bottom: 20px;
    display: flex;
}

.contact_details_card i {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #15726D;
    display: grid;
    place-content: center;
    color: white;
}

.contact_details_card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact_details_card p,
.contact_details_card a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.contact_details .socials {
    display: flex;
}

.contact_details .socials i {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(90deg, #d8463c, #d27734);
    display: grid;
    place-content: center;
    color: white;
}

nav.navbar.nrear {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    border-bottom: 1px solid #b8b8b8;
}

nav.navbar.nrear .logo img {
    width: 100px;
}












@media (max-width:991px) {
    .enquirenowmodal a {
        display: block;
        color: white !important;
        background-color: #d8463c;
        text-decoration: none;
        padding: .375rem .75rem;
        position: fixed;
        right: -39px;
        top: 67%;
        transform: rotate(-90deg);
    }

    .enquireformbox {
        display: none;
    }

    .enquireformboxshow::after {
        content: "";
        background-color: #000;
    }

    .enquireformboxshow .enquireformbox {
        display: block !important;

    }

    .why_daa {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width:768px) {
    .herosection .abouthero h2 {
        font-size: 50px;
    }

    .herosection .author {
        display: block;
    }

    .herosection .author img {
        margin: 0 auto;
        display: block;
    }

    .herosection .author .details {
        text-align: center;
        padding: 20px;
        transform: translate(0%, 15px);
    }

    .abouthero {
        text-align: center;
    }
}

@media (max-width:568px) {
    .enquirenowmodal a {
        text-align: center;
        width: 50%;
        height: auto;
        display: block;
        color: white;
        background-color: #d8463c;
        text-decoration: none;
        padding: .375rem .75rem;
        position: fixed;
        right: auto;
        bottom: 0;
        top: auto;
        transform: rotate(0deg);
    }

    .why_daa {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .whatsapp_chat a {
        text-align: center;
        width: 50%;
        height: auto;
        display: block;
        color: white;
        background-color: #15726D;
        text-decoration: none;
        padding: .375rem .75rem;
        position: fixed;
        left: auto;
        bottom: 0;
        top: auto;
        transform: rotate(0deg);
    }
}

@media (max-width:480px) {
    .why_daa {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}