@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --primary-color: #20C997;
    --white-font: #FFFFFF;
    --black-font: #111111;
    --grey-font: #555555;
    --footer-bg: #000F0B;

    --light-green-border: #D7FCF1;
    --light-green-bg: #DBF4EC;
    --social-color: #2ECC9E;
    --light-green-bg2: #F6FFFC;

    /* green btn gradient  */
    --button-gradient1: #20C997;
    --button-gradient2: #0D9C72;
    --hero-gradient1: #F3FFFB;
    --hero-gradient2: #C7EEE1;

    /* font family  */
    /* body font  */
    --nunito-font: "Nunito", sans-serif; 
    /* heading font  */
    --lato-font:  "Lato", sans-serif;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
body{
    font-size: 18px;
    font-weight: 400;
    font-family: var(--nunito-font);
    background: var(--white-font);
}

/* CUSTOM FONT DEFINED  */
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-600{
    font-weight: 700;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.fs-20{
    font-size: 20px;
}
.grey-text{
    color: var(--grey-font);
}



/* NAVIGATION BAR CSS STARTS FROM HERE  */
.book_btn{
    /* background: linear-gradient(to right, var(--button-gradient1), var(--button-gradient2)); */
    background: var(--primary-color);
    border: 5px solid var(--light-green-border);
    border-radius: 0;
    color: var(--white-font);
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    transition: all .5s ease-in-out;
    width: max-content;
}
.fa-bars-staggered, .fa-xmark{
    font-size: 40px;
    color: var(--primary-color) !important;
    background: var(--light-green-border);
    padding: 10px;
    border-radius: 10px;
}
.custom-close-btn {
    font-size: 10px !important;
    color: var(--primary-color) !important;
    background: var(--light-green-border);
    padding: 5px;
    border-radius: 10px;
    border: none;
    margin-left: auto;
}


.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: none !important;
}
.navbar-toggler{
    border: none;
}
.book_btn:hover{
    color: var(--primary-color);
    background: transparent;
    transform: scale(.9);
}
.logo{
    max-width: 180px;
    width: 100%;
}
.navbar{
    padding: 20px 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.home_nav_bar{
    background: var(--white-font);
}
.navbar ul li a{
    color: var(--grey-font);
    font-size: 18px;
    font-weight: 500;
}
.nav-link.active{
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}
/* NAVIGATION BAR CSS ENDS HERE  */


/* HERO SECTION CSS STARTS FROM HERE  */
.hero_section{
    background: url('./images/homePage/herobg.svg');
    height: 110vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero_section .hero_left{
      padding-top: 80px;
      max-width: 600px;
      position: relative;
}
.hero_left .hero_heading{
    font-size: 60px;
    font-weight: 800;
    font-family: var(--lato-font);
    max-width: 500px;
    line-height: 1.3;
    width: max-content;
}
.brand_color{
    color: var(--primary-color);
}
.hero_right{
    padding: 35px 65px;
    background: var(--white-font);
    width: max-content;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 140px;
    margin-left: -100px;
}
.hero_right .ok_bg{
    background: var(--primary-color);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .ok_bg1{
    background: var(--primary-color);
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.star{
    color: #FFC300;
    padding-right: 5px;
}
 .clinic_heading{
    font-size: 22px;
    font-weight: 700;
}
.open_hours{
    background: var(--white-font);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 35px;
    position: absolute;
    bottom: -180px;
    left: 0;
    width: 900px;
}
/* HERO SECTION CSS ENDS HERE  */


/* HOME PAGE ABOUR SECTION CSS STARTS FROM HERE  */
.about_section_home_page{
    padding: 85px 0;
    background: var(--light-green-bg2);
    overflow-x: hidden;
}
.about_section_home_page .about1_image, .about_section_home_page .about2_image{
    width: 280px;
    height: 550px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.about_section_home_page .about1_image img, .about_section_home_page .about2_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_section_home_page .about1_image{
    transform: translateY(60px);
}
.about2_image{
    position: relative;
}
.about2_image .palyIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    will-change: transform;
    height: 100px !important;
    width: 100px !important;
    object-fit: contain !important;
    animation: pulse 1.5s infinite ease-in-out;
}
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}
.excellence_heading{
    font-size: 50px;
    font-weight: 800;
    font-family: var(--lato-font);
    line-height: 1.4;
    color: var(--black-font);
}
.excellence_heading1{
    font-size: 70px;
    font-weight: 800;
    font-family: var(--lato-font);
    line-height: 1.4;
    color: var(--black-font);
}
.home_about_text{
    font-size: 18px;
    font-weight: 600;
    font-family: var(--nunito-font);
    color: var(--primary-color);
}
/* HOME PAGE ABOUT SECTION CSS ENDS HERE  */


/* HOME PAGE SERVICE SECTION CSS STARTS FROM HERE  */
.home_service_section{
    padding: 85px 0;
}
.service_learn_btn{
    font-size: 18px;
    font-weight: 500;
    color: #FCFCFC;
    background: transparent;
    border: none;
    padding: 10px 0 30px 20px;
}
.service_learn_btn span i{
    transition: all .5s ease-in-out;
}
.service_learn_btn:hover span i{
    transform: translateX(10px);
}
.service_image_container{
    position: relative;
    overflow: hidden;
    height: 350px;
}
.service_image_container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service_image_content{
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.care_heading{
    font-size: 25px;
    font-weight: 700;
    font-family: var(--nunito-font);
    color: #FCFCFC;
    padding: 0 0 0px 20px;
}
/* HOME PAGE SERVICE SECTION CSS END HERE  */


/* HOME PAGE WHY CHOOSE SECTION CSS STARTS FROM HERE  */
.home_page_why_choose{
    padding: 85px 0;
    background: var(--light-green-bg2);
    overflow-x: hidden;
}
.percentage{
    font-size: 50px;
    font-weight: 800;
    font-family: var(--lato-font);
    color: var(--primary-color);
}
.Y25year{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 220px;
    background: var(--primary-color);
    color: var(--white-font);
    padding: 10px;
    border-top: 20px solid var(--light-green-bg2);
    border-right: 20px solid var(--light-green-bg2);
}
.Y25year p:nth-of-type(1){
    font-size: 90px;
    font-weight: 800;
    font-family: var(--lato-font);
    line-height: 1;
}
.Y25year p:nth-of-type(2){
    font-size: 18px;
    font-weight: 500;
}
/* HOME PAGE WHY CHOOSE SECTION CSS ENDS HERE  */

/* HOME PAGE OUR DOCTOR SECTION CSS STARTS FROM HERE  */
.home_page_our_doctor{
    padding: 85px 0;
    overflow-x: hidden;
    background: var(--light-green-bg2);
}
.doctor_name{
    font-size: 25px;
    font-weight: 700;
}
.doctor_social_icon .fa-facebook-f, .doctor_social_icon .fa-instagram, .doctor_social_icon .fa-x-twitter{
    font-size: 22px;
    background: #FCFCFC;
    color: var(--primary-color);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doctor_social_icon{
    position: absolute;
    top: 20px;
    right: 20px;
}
.mySwiperDoctor .swiper-pagination-bullet-active {
    background-color: var(--primary-color); /* Change to your preferred color */
    width: 20px; /* Increase width when active */
    height: 8px; /* Keep the height same */
    border-radius: 10px; /* Make it rounded */
}
.mySwiperDoctor .swiper-button-next, 
.mySwiperDoctor .swiper-button-prev {
    background-color: white;  
    width: 50px; 
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

}

.mySwiperDoctor .swiper-button-next::after{ 
    content: "\f105"; 
    font-family: "Font Awesome 6 Free"; /* Required for FontAwesome */
    font-weight: 600; /* Needed for solid icons */
    color: var(--primary-color) !important;
    font-size: 25px;
}
.mySwiperDoctor .swiper-button-prev::after { 
    content: "\f104";  
    font-family: "Font Awesome 6 Free"; /* Required for FontAwesome */
    font-weight: 600; /* Needed for solid icons */
    color: var(--primary-color) !important;
    font-size: 25px;
}
.mySwiperDoctor{
    position: relative;
    overflow: visible;
}
.mySwiperDoctor .swiper-button-next {
    right: -20px; 
    top: 50%;
    transform: translateY(-50%);
}

.mySwiperDoctor .swiper-button-prev {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);    
}
.doctor_image_container{
    height: 500px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.doctor_image_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiperDoctor .swiper-slide{
    padding-bottom: 60px;
    margin-top: 50px;
}

/* HOME PAGE OUR DOCTOR SECTION ENDS HERE  */




/* HOME PAGE BEFORE AND AFTER SECTION CSS STARTS FROM HERE  */
.home_page_before_after{
    padding: 85px 0;
    background: var(--light-green-bg2);
    overflow-x: hidden;
}
.before_after_image_container{
    height: 350px;
    overflow: hidden;
}
.before_after_image_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}
/* HOME PAGE BEFORE AND AFTER SECTION CSS ENDS HERE  */



/* CUSTOMER FEEDBACK SECTION CSS STARTS FROM HERE  */
.customer_feedback_home{
    background: url('./images/homePage/consumerbg.svg');
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.p-85{
    padding-top: 85px;
    padding-bottom: 30px;
}
.client_Details .client_stars i{
    color: #FFBB00;
    font-size: 20px;
}
.client_profile_detail .profile_image{
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 50%;
}
.client_profile_detail .profile_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.client_Details{
    background: var(--white-font);
    padding: 35px 30px;
    /* max-width: 500px; */
    width: 100%;
    margin: auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);

}
.client_stars{
    padding-bottom: 20px !important;
}
.client_name{
    font-size: 20px;
    font-weight: 700;
    color: var(--black-font);
}
.client_profile_detail{
    padding-top: 1.5rem;
    border-top: 1px solid #E8E8E8;
}

.client_swiper .swiper-button-next1, 
.client_swiper .swiper-button-prev1 {
    background-color: transparent;  
    width: 50px; 
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--primary-color);
    border-radius: 1px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

}



.client_swiper .swiper-button-next1::after{ 
    content: "\f105"; 
    font-family: "Font Awesome 6 Free"; /* Required for FontAwesome */
    font-weight: 600; /* Needed for solid icons */
    color: var(--primary-color) !important;
    font-size: 25px;
}
.client_swiper .swiper-button-prev1::after { 
    content: "\f104";  
    font-family: "Font Awesome 6 Free"; /* Required for FontAwesome */
    font-weight: 600; /* Needed for solid icons */
    color: var(--primary-color) !important;
    font-size: 25px;
}


.review_slider_container{
    position: relative !important;

}
.client_swiper .swiper-button-next1 {
    position: absolute;
    top: 380px !important;
    left: 90px !important;
}

.client_swiper .swiper-button-prev1 {
    position: absolute;
    top: 380px !important;  
    left: 0  !important;
}
.client_swiper .book_btn {
    position: absolute;
    top: 430px !important;  
    left: 0  !important;
}
.mySwiperClientReview{
    max-width: 900px;
    position: absolute;
    right: 0;
    bottom: -110%;
    width: 100%;
}
/* CUSTOMER FEEDBACK SECTION ENDS HERE  */


/* HOME PAGE BLOG AND ARTICLE SECTION STARTS FROM HERE  */
.blog_article_section{
    padding: 85px 0;
    background: var(--light-green-bg2);
    overflow-x: hidden;
}
.blog_article_container{
    max-width: 500px;
}
.insights_image_container{
    max-width: 500px;
    max-height: 400px;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.insights_image_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}
.insights_content .desc{
    font-size: 25px;
    font-weight: 700;
    font-family: var(--nunito-font);
    line-height: 1.4;
}
.no_border_btn{
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    background: transparent;
    border: none;
    transition: all .5s ease-in-out;
    width: max-content  ;
}
.no_border_btn i{
    transition: all .3s ease;
}
.no_border_btn:hover{
    background: var(--primary-color);
    color: var(--white-font);
}
.no_border_btn:hover i{
    transform: translate(10px);
}

.mySwiperInsigth .swiper-button-next, 
.mySwiperInsigth .swiper-button-prev {
    background-color: white;  
    width: 50px; 
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

}

.mySwiperInsigth .swiper-button-next::after{ 
    content: "\f105"; 
    font-family: "Font Awesome 6 Free"; /* Required for FontAwesome */
    font-weight: 600; /* Needed for solid icons */
    color: var(--primary-color) !important;
    font-size: 25px;
}
.mySwiperInsigth .swiper-button-prev::after { 
    content: "\f104";  
    font-family: "Font Awesome 6 Free"; /* Required for FontAwesome */
    font-weight: 600; /* Needed for solid icons */
    color: var(--primary-color) !important;
    font-size: 25px;
}
.mySwiperInsigth{
    position: relative;
    overflow: visible;
}
.mySwiperInsigth .swiper-button-next {
    right: -20px; 
    top: 50%;
    transform: translateY(-50%);
}

.mySwiperInsigth .swiper-button-prev {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);    
}
.mySwiperInsigth .swiper-slide {
    display: flex;
    justify-content: center;   
}
/* HOME PAGE BLOG AND ARTICLE SECTION STARTS FROM HERE  */


/* HOME PAGE CONTACT SECTION STARTS FORM HERE  */
.home_page_contact{
    padding: 85px 0;
    overflow-x: hidden;
}
.icon_bg {
    width: 45px;
    height: 45px;
    background: #DBF4EC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    flex-shrink: 0;
}

.icon_bg img {
    width: 100%; 
    height: 100%;
    object-fit: contain; 
}

.detail_contact1{
    font-size: 22px;
    font-weight: 700;
}
.left_contact_content{
    background: var(--light-green-bg2);
    padding: 30px;
    position: sticky;
    /* height:50vh; */
    left: 0;
    top: 0;
}
.contact_social_icons .fa-facebook-f, .contact_social_icons .fa-instagram, .contact_social_icons .fa-x-twitter{
    font-size: 25px;
    background: #DBF4EC;
    color: var(--primary-color);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}
.contact_socila_container{
    padding-top: 50px;
    border-top: 1px solid #E8E8E8;
}
.contact_heading{
    font-size: 50px;
    font-weight: 800;
    font-family: var(--lato-font);
}
.contact_form{
    border: 1px solid #D4D4D4;
    padding: 40px;
}
.contact_form form input, .contact_form form textarea{
    padding: 15px 20px;
    border: 1px solid #D4D4D4;
    width: 100%;
    outline: none;
}
.contact_form form input::placeholder, .contact_form form textarea::placeholder{
    font-size: 16px;
    font-weight: 500;
    color: #BFBFBF;
}
/* HOME PAGE CONTACT SECTION ENDS  HERE  */

/* last section css home page starts  */
.backseat{
    padding: 85px 0;
    overflow-x: hidden;
}

 .backseat_background{
    background: url('./images/homePage/bglase.svg');
    /* padding: 85px 0; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 }
 .backseat_content{
    padding-top: 80px;
 }
 .inst_imge{
    z-index: 2;
    margin-left: -100px;
    width: 100%;
 }
.backsear_heading{
    padding-bottom: 30px;
}
.inst_imge img {
    filter: drop-shadow(12px 2px 0px white) 
            drop-shadow(-2px -2px 0px white)
            drop-shadow(2px -2px 0px white)
            drop-shadow(-2px 2px 0px white);
}
.offcanvas-backdrop.show{
    opacity: .5;
    height: 100%;
    width: 100%;
}

/* last section css home page ends */


/* FOOTER SECTION CSS STARTS FROM HERE  */
footer{
    padding-top: 85px;
    background: var(--footer-bg);
    overflow-x: hidden;
}
.footer_social_icons .fa-facebook-f, .footer_social_icons .fa-instagram, .footer_social_icons .fa-pinterest-p, .footer_social_icons .fa-twitter{
    font-size: 25px;
    background: #02251B;
    color: var(--white-font);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.f-color{
    color: #CDCDCD;
    font-weight: 500;
    font-size: 18px;
}
.footer_social_icons{
    padding-top: 48px;
    border-top: 1px solid #33336E;
}
.footer_heading_link{
    font-size: 22px;
    font-weight: 700;
    font-family: var(--nunito-font);
    color: var(--primary-color);
}
.f-color2{
    color: #CDCDCD;
}
.w-50{
    width: 50%;
}
footer iframe{
    max-width: 600px;
    width: 100%;
    /* height: 250px; */
}
.last_footer{
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}
/* FOOTER SECTION ENDS  HERE  */


/* ABOUT PAGE CSS STARTS FROM HERE  */

.about_page_hero_section{
   height: 600px;
    background: url('./images/bg_2.svg');
    /* border: 2px solid red; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
    /* overflow-x: hidden; */
}

/* about page vision and mission css starts from here  */
.our_mission_vision{
    padding: 85px 0;
    overflow-x: hidden;
}
.about_hero_left{
    max-width: 600px;
    padding-top: 150px;
}
.about_hero_right{
    position: relative;
    /* width: 100%; */
}
.about_hero_right .hero_right{
    position: absolute;
    top: -80px;
    left: -120px;
    padding: 30px 80px 30px 20px;
    z-index: 1;
}
.about_heroImgar_right{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -550px;
    height: 450px;
    /* border: 3px solid red; */
    width: 100%;
    object-fit: contain ;
}
/* about page vision and mission css ends here */
.misssion_visioin_container{
    background: var(--light-green-bg2);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    height: 320px;
}
.vision_icon{
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    background: var(--primary-color);
}
.visiono_heding{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
/* ABOUT PAGE CSS ENDS HERE  */



/* TESTINOMIAL PAGE CSS STARTS FROM HERE  */
.testinomila_customer_feedback{
    background: var(--light-green-bg2);
    padding: 85px 0;
}
.testinomial_vidoes_container{
    height: 460px;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.testinomial_vidoes_container::before{
    background: rgba(0, 0, 0, 0.0.5);
    background: rgba(0, 0, 0, 0.0.5);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.testinomial_video_section{
    padding: 85px 0;
}
.testinomial_vidoes_container img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.testinomial_vidoes_container .testinomial_paly_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    will-change: transform;
    object-fit: contain !important;
    width: 100px;
    height: 100px;
    animation: pulse 1.5s infinite ease-in-out;
    cursor: pointer;
}
/* TESTINOMIAL PAGE CSS ENDS HERE  */

/* GALLARY PAGE CSS  */
.gallary_before_after{
    padding: 85px 0;
    background: transparent !important;
}
.get_in_touch_contact{
    padding: 85px 0;
    background: var(--light-green-bg2);
}
.contact_map{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.contact_map iframe{
  height: 550px;
  width: 100%;
}


/* INDIVIDUAL BLOG PAGE CSS STARTS FORM HERE  */
.individual_blog_description{
    padding: 85px 0;
}
.h-650{
    height: 650px;
}
.indiviual_content_bg{
    background: var(--light-green-bg2);
    padding: 45px 35px;
}
.contodfhk{
    font-size: 25px;
    font-weight: 700;
    color: var(--black-font);
}
.bg_primagry_imdiviaul{
    background: #DBF4EC;
    border-left: 5px solid var(--primary-color);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.gren{
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    padding-top: 40px;
}
.h-300{
    height: 300px;
}
.h-500{
    height: 500px;
}
/* INDIVIDUAL BLOG PAGE ENDS HERE  */

/* APPOINTMENT PAGE CSS STARTS FROM HERE  */
.appointment_contact_form{
    padding: 85px 0;
    background: var(--light-green-bg2) !important;
}
/* Customizing the radio button */
input[type="radio"] {
    width: 22px !important; /* Outer circle size */
    height: 22px !important;
    border: 4px solid var(--primary-color) !important; /* Border color */
    border-radius: 50% !important; /* Ensures a perfect circle */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    /* background-color: white; */
}

/* Custom checked state */
input[type="radio"]:checked::before {
    content: "";
    width: 12px !important; /* Inner circle size should be smaller than outer */
    height: 12px !important;
    background-color: var(--primary-color) !important; /* Inner circle color */
    border-radius: 50%;
    position: absolute;
}
.input_border_radio{
    padding: 10px 15px;
    border: 2px solid var(--primary-color);
    width: max-content;
}
.input_border_radio1{
    padding: 10px 15px;
    border: 2px solid #DEDEDE;
    width: max-content;
}
.patientDetails{
    display: none;
}
.time_d{
    padding: 10px 15px;
    font-size: 18px;
    color: var(--white-font);
    background: var(--primary-color);
    width: max-content;
    font-weight: 500;
}
.time_d1{
    padding: 10px 15px;
    font-size: 18px;
    color: var(--grey-font);
    background: transparent;
    border: 1px solid #DEDEDE;
    width: max-content;
    font-weight: 500;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.bottom_Border_tme{
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 40px;
}
.bottom_Border_tme1{
    padding-top: 40px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 40px;
}
.w_30{
    width: 30%;
}
.w_70{
    width: 70%;
}
.Dental_care_btns_container{
    padding: 30px 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    position: sticky;
    right: 0;
    top: 0;
}
/* APPONTMENT PAGE CSS ENDS HERE  */

.appointment_contact_form .contact_form form input, .appointment_contact_form.contact_form form textarea{
    padding: 15px 20px;
    border: 1px solid #D4D4D4;
    width: 100%;
    outline: none;
    background: transparent;
}
.appointment_contact_form .contact_form form select{
    padding: 15px 20px;
    background-color: transparent !important;
    color: #BFBFBF;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #DEDEDE;
}

.appointment_contact_form .contact_form form select:focus{
    box-shadow: none !important;
    outline: none !important;
    /* border: none !important; */
}
.Patient{
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 20px;
}
.service_dental_care{
    padding: 85px 0;
}
.Dental_care_btns_container button{
    padding: 10px 20px;
    width: 100%;
    background: var(--light-green-bg2);
    color: var(--black-font);
    font-size: 18px;
    font-weight: 500;
    border: none;
}
.Dental_care_btns_container button.active{
    background: var(--primary-color);
    color: var(--white-font);
}
.time_buttons p:hover{
    background: var(--primary-color);
    color: var(--white-font);
}

@media (max-width: 992px) {
    .navbar-nav{
        display: block;
    }
    .nav-link{
        margin-bottom: 10px;
    }
    .hero_right{
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 0;
        padding: 20px;
    }
    .hero_section{
        height: max-content;
    }
    .open_hours{
        width: max-content;
        position: static;
    }
    .hero_section .hero_left{
        padding-top: 50px;
        width: 100% !important;
    }
    .about_section_home_page .about1_image, .about_section_home_page .about2_image
    {
        height: auto;
    }
    .about_image_contaier{
        padding: 100px 0;
    }
    .mySwiperClientReview {
        right: -35%;
        bottom: -110%;
    }
    .client_swiper .swiper-button-next1 {
        position: absolute;
        top: 700px !important;
        left: 150px !important;
    }
    
    .client_swiper .swiper-button-prev1 {
        position: absolute;
        top: 700px !important;  
        left: 50px  !important;
    }
    .client_swiper .book_btn {
        position: static;
        margin-bottom: 20px;
    }
    .mySwiperClientReview{
        position: static;
        /* display: none; */
    }
    .customer_feedback_home{
        height: 800px;
    }

    .backseat_content{
        padding: 30px;
    }
    .about_page_hero_section{
        height: auto;
    }

    .about_hero_right .hero_right{
        position: static;
        padding: 20px;
    }
    .about_heroImgar_right{
        position: static;
        width: 100%;
        height: 100%;
    }
    .excellence_heading1{
        font-size: 50px;
    }

    /* service button dental button change  */
    .Dental_care_btns_container {
        display: flex;
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 20px !important;
        justify-content: space-between;

    }

    .Dental_care_btns_container button {
        width: 140px;
        font-size: 16px;
        border-radius: 10px;
    }
    
}

@media (max-width: 768px) {
    .hero_left .hero_heading {
        font-size: 40px;
        width: 100%;
    }
    .open_hours{
        padding: 10px;
    }
    .ok_bg1{
        height: 50px;
        width: 50px;
    }
    .clinic_heading{
        font-size: 20px;
    }
    .excellence_heading, .excellence_heading1{
        font-size: 40px;
    }
    .about_image_contaier{
        padding: 80px 0;
    }
    .customer_feedback_home{
        height: 800px;
    }


    .about_hero_left{
        padding-top: 75px;
    }
 
}



@media (max-width: 576px) {
    
    .about_image_contaier{
        padding-top: 0;
        padding-bottom: 50px;
    }
    .Y25year{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 150px;
        height: 150px;
        background: var(--primary-color);
        color: var(--white-font);
        padding: 10px;
        border-top: 10px solid var(--light-green-bg2);
        border-right: 10px solid var(--light-green-bg2);
    }
    .Y25year p:nth-of-type(1){
        font-size: 40px;
    }
    .Y25year p:nth-of-type(2){
        font-size: 16px;
        font-weight: 400;
    }

    .customer_feedback_home{
        height: 1000px;
    }
    .client_swiper .swiper-button-next1 {
        position: absolute;
        top: 800px !important;
        left: 100px !important;
    }
    
    .client_swiper .swiper-button-prev1 {
        position: absolute;
        top: 800px !important;  
        left: 50px  !important;
    }
    .client_swiper .book_btn {
        position: static;
        margin-bottom: 20px;
    }

    .client_Details {
        background: var(--white-font);
        padding: 15px;
        width: 320px;
    }
    .w_30{
        width: 100%;
    }
    .w_70{
        width: 100%;
    }
    .client_swiper .swiper-button-prev1{
        left: 20px !important;
    }
    .contact_form{
        padding: 20px;
    }
    .mySwiperDoctor .swiper-button-next{
        right: 0;
    }
    .mySwiperDoctor .swiper-button-prev{
        left: 0;
    }
    .mySwiperInsigth .swiper-button-next{
        right: 0;
    }
    .mySwiperInsigth .swiper-button-prev{
        left: 0;
    }
    .about_page_hero_section, .testinomial_video_section, .testinomila_customer_feedback, .service_dental_care{
        overflow-x: hidden;
    }
}

