@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --primary-color: #1E84B5;
    --primary-light: #02202F;
    --primary-light1: #DEEEF6;
    --white-font: #FCFCFC;
    --black-font: #111111;
    --grey-font: #555555;
    --footer-bg: #05021A;


    /* font family  */
    /* body font  */
    --nunito-font: "Nunito", sans-serif;
    --helvetica-bold: Helvetica-Bold;
    --helvetica-bold-Oblique: Helvetica-Bold-Oblique;
    --helvetica-Compressed: Helvetica-Compressed;
}

@font-face {
    font-family: Helvetica-Bold;
    src: url('./font/Helvetica-Bold.ttf');
}

@font-face {
    font-family: Helvetica-Bold-Oblique;
    src: url('./font/Helvetica-BoldOblique.ttf');
}

@font-face {
    font-family: Helvetica-Compressed;
    src: url('./font/helvetica-compressed-5871d14b6903a.otf');
}

* {
    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: white;
    color: #111111;
    /* overflow-x: hidden; */
}

/* .hidden_sections{
    opacity: 0;
    transition: all 1s ease-in-out;
    filter: blur(5px);
    transform: translateX(-100%);
}
.show_sections{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
} */

/* CUSTOM FONT DEFINED  */
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 00;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.grey-text {
    color: var(--grey-font);
}

.black-text {
    color: #111111;
}

.off-white {
    color: #E2E2E2;
}

.neutral-white {
    color: #DBDBDB;
}

.brand-text {
    color: var(--primary-color);
}




/* CONTAINER WIDHT RE-DEFINED  */

/* .container {
    max-width: 1500px;
}

@media (max-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1100px;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        max-width: 100%;
    }
} */



/* NAVIGATION BAR CSS STARTS FROM HERE  */
.book_btn {
    background: var(--primary-color);
    border: none;
    border-radius: 50px;
    color: var(--white-font);
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    transition: all .5s ease-in-out;
    box-shadow: inset 0 -4px 4px 0 #00000040, inset -4px 0px 4px 0 #00000040,
        0 4px 10px 0 #00000033;
    width: max-content;
}

.navbar .book_btn:hover {
    border: 2px solid white;
    color: white;
}

.fa-bars-staggered,
.fa-xmark {
    font-size: 40px;
    color: var(--primary-color) !important;
    background: var(--primary-light1) !important;
    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);
    border: 2px solid var(--primary-color);
}

.logo {
    max-width: 180px;
    width: 100%;
}

.home_nav_bar {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 25px 0;
    border-bottom: 1px solid #6C8A98;
}

.navbar ul li a {
    color: #E2E2E2;
    font-size: 18px;
    font-weight: 500;
}

#scrollTopBtn {
    background: var(--primary-color);
    font-size: 25px;
    color: var(--white-font);
    position: fixed;
    bottom: 50px;
    right: 30px;
    border: none;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: all .5s ease-in-out;
    display: none;
}

#scrollTopBtn.show {
    display: flex;
}

#scrollTopBtn:hover {
    border: 2px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
}

.nav-link.active {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    pointer-events: none;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #02202FE5;
    border-bottom: 0;
    padding: 15px 0;
}

/* NAVIGATION BAR CSS ENDS HERE  */


/* HERO SECTION CSS STARTS FROM HERE  */
.hero_Section_home {
    background: url('./images/homePage/sevice5.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 850px;
    position: relative;
    margin-bottom: 100px;
}

.home_hero_overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: #02202FE5;
}

.hero_heading {
    font-size: 90px;
    padding-top: 200px;
    text-align: center;
    color: var(--white-font);
    font-family: var(--helvetica-Compressed);
    line-height: 1.2;
}

.hero_heading1 {
    font-size: 90px;
    text-align: center;
    color: var(--white-font);
    font-family: var(--helvetica-Compressed);
    line-height: 1.2;
}

.text_inside_image {
    height: 75px;
    width: 150px;
    border-radius: 75px;
    overflow: hidden;
    display: inline-flex;
}

.text_inside_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: inline-block;
}

.hero_service_Details {
    background: var(--white-font);
    padding: 40px;
    border-radius: 16px;
    position: absolute;
    bottom: -240px;
    box-shadow: 0 4px 10px 0 #00000033;
}

.hero_omg_man {
    height: 75px;
    width: 75px;
    background: var(--primary-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HERO SECTION CSS ENDS HERE  */


/* HOME PAGE ABOUR SECTION CSS STARTS FROM HERE  */
.about_section_home_page {
    padding: 85px 0;
    background: url('./images/homePage/about_bg_homw.png');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.about_section_home_page .about2_image {
    width: 100%;
    height: 700px;
    overflow: hidden;
    border-radius: 10px;
}

.about_section_home_page .about2_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.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: 65px;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--helvetica-Compressed);
}

.excellence_heading1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--black-font);
}

.excellence_heading2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--black-font);
}

.home_about_text {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

.percent98 {
    font-size: 65px;
    font-family: var(--helvetica-Compressed);
    font-weight: 500;
    line-height: 1;
}

.about_home_left_border {
    border-top: 1px solid #E1ECE9;
    border-bottom: 1px solid #E1ECE9;
    padding: 30px 0;
}

/* HOME PAGE ABOUT SECTION CSS ENDS HERE  */


/* HOME PAGE SERVICE SECTION CSS STARTS FROM HERE  */
.home_service_section {
    padding: 85px 0;
    background: var(--primary-light);
    color: var(--white-font);

}


.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: 380px;
    border-radius: 20px;
}

.service_image_container:hover .service_image_content {
    scale: 1;

}

.service_image_content {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    scale: 0;
    transition: all .5s ease-in-out;
}

.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;
}

.fs-25 {
    font-size: 25px;
}

.fist_div {
    padding: 20px;
    box-shadow: 2px 2px 16px -2px #0000001A;
    border-radius: 10px;
    display: flex;
    gap: 15px;
}

.first_div_bg_man {
    height: 70px;
    width: 70px;
    background: var(--primary-light1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

/* 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;
}

.about_doctor {
    padding: 85px 0;
    overflow-x: hidden;
    background: transparent !important;
}

.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;
    border-radius: 50%;
    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: "\f061";
    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: "\f060";
    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;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.doctor_image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: center; */
}

.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: 90px 0;
    background: var(--primary-light);
    color: var(--white-font);
}

.home_page_before_after1 {
    background: var(--primary-light);
    color: var(--white-font);
}

.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 {
    padding: 85px 0;
    background: var(--primary-light);
    color: var(--white-font);
}

.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;
    min-width: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client_profile_detail .profile_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client_Details {
    background: #092C3D;
    padding: 35px 30px;
    /* max-width: 600px; */
    width: 100%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    border-radius: 20px;

}

.client_stars {
    padding-bottom: 20px !important;
}

.client_name {
    font-size: 20px;
    font-weight: 700;
    color: var(--white-font);
}

.client_profile_detail {
    padding-top: 1.5rem;
    border-top: 1px solid #555555;
}

.mySwiperClient {
    position: relative;
}

.mySwiperClient .swiper-button-next {
    right: 2%;
    top: 85%;
    transform: translateY(-50%);
}

.mySwiperClient .swiper-button-prev {
    left: 75% !important;
    top: 85%;
    transform: translateY(-50%);
}

.mySwiperClient .swiper-button-next::after {
    color: var(--black-font);
}

.mySwiperClient .swiper-button-prev::after {
    color: var(--black-font) !important;
}

.mySwiperClient .swiper-button-next,
.mySwiperClient .swiper-button-prev {
    background-color: transparent;
    border: 1px solid #FCFCFC;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

}

.mySwiperClient .swiper-button-next::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    /* Required for FontAwesome */
    font-weight: 600;
    /* Needed for solid icons */
    color: #FCFCFC !important;
    font-size: 25px;
}

.mySwiperClient .swiper-button-prev::after {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    /* Required for FontAwesome */
    font-weight: 600;
    /* Needed for solid icons */
    color: #FCFCFC !important;
    font-size: 25px;
}


.mySwiperClient .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    width: 20px;
    height: 8px;
    border-radius: 10px;
}

.mySwiperClient .swiper-wrapper {
    display: flex;
}

.mySwiperClient .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
}

.testiright_one {
    width: 100%;
    overflow: hidden;
    height: 420px;
    border-radius: 20px;
}

.testiright_one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testiright_one_below {
    background: #B8D7E6;
    padding: 25px 35px;
    border-radius: 20px;
}

.testiright_one_below1 {
    background: #52BDF1;
    padding: 25px 35px;
    border-radius: 20px;
}

.fs-40 {
    font-size: 40px;
    color: #1E84B5;
}

.ccccc {
    color: var(--white-font) !important;
}


/* 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_section1 {
    background: #F3F9FC;
}

.blog_article_container {
    max-width: 500px;
}

.insights_image_container {
    height: 450px;
    overflow: hidden;
    width: 100%;
    border-radius: 25px;
}

.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;
    border-radius: 50%;
    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: "\f061";
    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: "\f060";
    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 END HERE  */


/* HOME PAGE FREQUENTLY ASKED QUESTION SECTION STATS FORM HERE  */
.frequently_asked_section {
    padding: 90px 0;
    background: var(--primary-light);
    color: var(--white-font);
}

.height_cusotn_fq {
    height: 720px;
    overflow: hidden;
    border-radius: 30px;
}

.frequently_asked_section .accordion {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.frequently_asked_section .accordion .accordion-item {
    box-shadow: none !important;
    border: none !important;
    background: #092C3D !important;
    color: #DBDBDB;
    padding: 25px 15px !important;
    border-radius: 20px;
    box-shadow: 2px 2px 16px -2px #0000001A;
}

.frequently_asked_section .accordion .accordion-item .accordion-button {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    color: var(--white-font);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-weight: 700;
}

.frequently_asked_section .accordion-button::after {
    display: none !important
}

.frequently_asked_section .accordion-button .icon::before {
    content: "\f107";
    /* FontAwesome down arrow */
    font-family: "Font Awesome 6 Free";
    /* Required for FontAwesome */
    font-size: 18px;
    font-weight: bold;
    margin-left: auto;
    /* Push to right */
    transition: transform 0.3s ease;
    display: inline-block;
}

.frequently_asked_section .accordion-button[aria-expanded="true"] .icon::before {
    transform: rotate(180deg);
    /* Fully rotate the arrow */
}



/* HOME PAGE FREQUENTLY ASKED QUESTION SECTION ENDS HERE  */

/* HOME PAGE CONTACT SECTION STARTS FORM HERE  */
.home_page_contact {
    padding: 90px 0;
}

.home_page_contact1 {
    padding: 90px 0;
    background: none !important;
}

.icon_bg {
    height: 55px;
    width: 55px;
    background: #FCFCFC;
    border-radius: 8px;
    overflow: hidden;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.detail_contact1 {
    font-size: 22px;
    font-weight: 700;
}

.left_contact_content {
    background: #F3F9FC;
    padding: 40px;
    position: sticky;
    /* height:50vh; */
    left: 0;
    top: 0;
    border-radius: 16px;
}

.contact_social_icons .fa-facebook-f,
.contact_social_icons .fa-instagram,
.contact_social_icons .fa-x-twitter {
    font-size: 25px;
    background: #FCFCFC;
    color: var(--primary-color);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.brand_color {
    color: var(--primary-color);
}

.brand_color img {
    margin-bottom: 50px;
}

.contact_social_icons .fa-facebook-f:hover,
.contact_social_icons .fa-instagram:hover,
.contact_social_icons .fa-x-twitter:hover {
    background: var(--primary-color);
    color: var(--white-font);

}

.contact_socila_container {
    padding-top: 50px;
    border-top: 1px solid #E8E8E8;
}

.contact_heading {
    font-size: 55px;
    font-family: var(--helvetica-Compressed);
    font-weight: 500;
}

.contact_form {
    border: 1px solid #D4D4D4;
    padding: 40px;
    border-radius: 20px;
}

.contact_form form input,
.contact_form form textarea {
    padding: 15px 20px;
    border: 1px solid #D4D4D4;
    width: 100%;
    outline: none;
    background-color: transparent;
    border-radius: 30px;
}

.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_background {
    background: url('./images/homePage/sevice5.jpeg');
    padding: 90px 0;
    border-radius: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 120px;
    /* margin-top: 100px; */
    position: relative;
    overflow: hidden;
    padding-right: 25px;
}

.overlay_backseat {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #02202F00, #02202F64, #02202FCC, #02202F);
}

.backsear_heading {
    color: var(--white-font);
}

.offcanvas-backdrop.show {
    opacity: .5;
    height: 100%;
    width: 100%;
}

.book_btn1 {
    border: 1px solid var(--white-font);
    background: transparent;
    color: var(--white-font);
    font-size: 20px;
    font-weight: 600;
    padding: 20px 40px;
    border-radius: 10px;
    transition: all .5s ease-in-out;
}

.book_btn1:hover {
    border: none;
    background: var(--white-font);
    color: var(--primary-color);
    transition: all .5s ease-in-out;
}

/* last section css home page ends */


/* FOOTER SECTION CSS STARTS FROM HERE  */
footer {
    padding-top: 85px;
    background: var(--footer-bg);
}

.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: #3596C4;
    color: var(--white-font);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.footer_social_icons .fa-facebook-f:hover,
.footer_social_icons .fa-instagram:hover,
.footer_social_icons .fa-pinterest-p:hover,
.footer_social_icons .fa-twitter:hover {
    background: white;
    color: var(--primary-color);
}

.f-color {
    color: #CDCDCD;
    font-weight: 500;
    font-size: 18px;
}

.footer_social_icons {
    padding-top: 48px;
    border-top: 1px solid #DBDBDB;
}

.footer_heading_link {
    font-size: 22px;
    font-weight: 700;
    color: var(--white-font);
}

.f-color2 {
    color: #DBDBDB;
}

.w-50 {
    width: 50%;
}

footer iframe {
    max-width: 600px;
    width: 100%;
    border-radius: 15px;
    height: 200px;
}

.last_footer {
    font-size: 20px;
    font-weight: 500;
    color: var(--white-font);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer_bg_primaey {
    background: var(--primary-color);
    color: var(--white-font);
    padding: 40px;
    margin-top: -140px;
    border-radius: 20px;
    max-height: 850px;
}

/* FOOTER SECTION ENDS  HERE  */


/* ABOUT PAGE CSS STARTS FROM HERE  */

.about_page_hero_section {
    height: 700px;
    background: url('./images/homePage/sevice5.jpeg');
    /* border: 2px solid red; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.about_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #02202FE5;
    height: 100%;
    width: 100%;
}

.about_hero_content {
    max-width: 600px;
    margin: auto;
    margin-top: 100px;
}

/* about page vision and mission css starts from here  */
.our_mission_vision {
    padding: 85px 0;
    background: var(--primary-light);
    color: var(--white-font);
    overflow-x: hidden;
}

/* about page vision and mission css ends here */
.misssion_visioin_container {
    background: #092C3D;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    height: 400px;
}

.vision_icon {
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    background: #0F3A4F;
}

.visiono_heding {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.about_hero_content p:nth-child(2) {
    text-align: center;
}

/* ABOUT PAGE CSS ENDS HERE  */

/* SERVICE PAGE CSS STARTS FROM HERE  */



/* SERVICE PAGE CSS ENDS HERE  */



/* TESTINOMIAL PAGE CSS STARTS FROM HERE  */
.testinomila_customer_feedback {
    background: var(--primary-light);
    padding: 85px 0;
}

.testinomial_vidoes_container {
    height: 460px;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.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;
    overflow-x: hidden;
}

.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(--primary-light);
    color: var(--white-font);
}

.contact_map {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.contact_map iframe {
    height: 550px;
    width: 100%;
}

.mt-80 {
    margin-top: 85px;
}

/* INDIVIDUAL BLOG PAGE CSS STARTS FORM HERE  */
.individual_blog_description {
    padding: 85px 0;
}

.h-650 {
    height: 650px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.indiviual_content_bg {
    background: #F3F9FC;
    padding: 45px 35px;
}

.contodfhk {
    font-size: 25px;
    font-weight: 700;
    color: var(--black-font);
}

.bg_primagry_imdiviaul {
    background: #DEEEF6;
    border-left: 5px solid var(--primary-color);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px 0;
}

.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;
}

/* 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;
    border-radius: 30px;
}

.input_border_radio1 {
    padding: 10px 15px;
    border: 2px solid #DEDEDE;
    border-radius: 30px;
    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;
    border-radius: 30px;
}

.time_d1 {
    padding: 10px 15px;
    font-size: 18px;
    color: var(--grey-font);
    background: transparent;
    border: 1px solid #DEDEDE;
    border-radius: 30px;
    width: max-content;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.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 25px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    position: sticky;
    right: 0;
    top: 0;
}


.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;
    border-radius: 30px;
}

.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: #F3F9FC;
    color: var(--black-font);
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 40px;
}

.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);
}

/* APPONTMENT PAGE CSS ENDS HERE  */

@media (max-width: 992px) {
    .service_image_content {
        scale: 1;
    }

    .navbar-nav {
        display: block;
    }

    .nav-link {
        margin-bottom: 10px;
    }

    .hero_service_Details {
        position: static;
        margin-top: 40px;
        border-radius: 0;
        box-shadow: none;
    }

    .navbar ul li a {
        color: var(--black-font);
    }

    .nav-link.active {
        color: var(--primary-color) !important;
        font-weight: 600 !important;
    }

    .fa-bars-staggered,
    .fa-xmark {
        background: transparent;
    }

    .about_section_home_page {
        background-size: 100%;
    }

    .about_image_contaier {
        padding: 0;
    }

    .about_hero_content {
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .offcanvas-body {

        padding-left: 30px;
    }

    .footer_bg_primaey {
        height: auto;
    }


    .about_section_home_page .about2_image {
        height: auto;
    }

    .about_image_contaier {
        padding: 100px 0;
    }

    .mySwiperClientReview {
        right: -35%;
        bottom: -95%;
    }

    .client_swiper .swiper-button-next {
        position: absolute;
        top: 380px !important;
        left: 150px !important;
    }

    .client_swiper .swiper-button-prev {
        position: absolute;
        top: 380px !important;
        left: 50px !important;
    }

    .client_swiper .book_btn {
        position: absolute;
        top: 430px !important;
        left: 50px !important;
    }

    .backseat_content {
        padding: 30px;
    }

    .about_page_hero_section {
        height: auto;
    }

    .about_hero_right .hero_right {
        position: static;
    }

    .about_heroImgar_right {
        position: static;
        width: 100%;
        height: 100%;
    }

    .excellence_heading1,
    .excellence_heading2 {
        font-size: 50px;
    }

    .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_heading,
    .hero_heading1 {
        font-size: 60px;
        width: 100%;
    }

    .text_inside_image {
        height: 60px;
        width: 100px;
    }

    .clinic_heading {
        font-size: 20px;
    }

    .excellence_heading,
    .excellence_heading1,
    .excellence_heading2 {
        font-size: 40px;
    }

    .about_image_contaier {
        padding: 80px 0;
    }

    .customer_feedback_home {
        height: auto;
    }

    .mySwiperClientReview {
        right: -5%;
        bottom: -90%;
    }

    .client_swiper .swiper-button-next {
        position: absolute;
        top: 220% !important;
        left: 150px !important;
    }

    .client_swiper .swiper-button-prev {
        position: absolute;
        top: 220% !important;
        left: 50px !important;
    }

    .client_swiper .book_btn {
        position: absolute;
        top: 240% !important;
        left: 50px !important;
    }

    .about_hero_left {
        padding-top: 75px;
    }

    .footer_bg_primaey {
        height: auto;
    }

    .mySwiperClient .swiper-button-next {
        right: 20px;
    }





}



@media (max-width: 576px) {

    .mySwiperClient .swiper-button-next {
        right: 20px;
    }

    .backseat_background {
        padding-right: 0px;
    }

    .mySwiperClient .swiper-button-prev {
        left: 62% !important;
        top: 95%;

    }

    .mySwiperClient .swiper-button-next {
        right: 10px;
        top: 95%;
        transform: translateY(-50%);
    }

    .about_image_contaier {
        padding-top: 0;
        padding-bottom: 50px;
    }



    .blog_slider_Content_container {
        flex-direction: column;
        height: max-content;

    }

    .blog_slider_Content_container .imge_container {
        width: 100%;

    }

    .blog_slider_Content_container .imge_container img {
        aspect-ratio: 3/2;
    }

    .blog_slider_Content_container .half_right_content {
        width: 100%;
        overflow: hidden;
        height: 100%;
        padding: 20px 10px;
    }

    .frequently_asked_section .accordion .accordion-item {
        padding: 10px !important;
    }

    .mySwiperClientReview {
        right: -5%;
        bottom: -90%;
    }

    .client_swiper .swiper-button-next {
        position: absolute;
        top: 220% !important;
        left: 150px !important;
    }

    .client_swiper .swiper-button-prev {
        position: absolute;
        top: 220% !important;
        left: 50px !important;
    }

    .client_swiper .book_btn {
        position: absolute;
        top: 240% !important;
        left: 50px !important;
    }

    .w_30 {
        width: 100%;
    }

    .w_70 {
        width: 100%;
    }

    .fist_div {
        flex-direction: column;
    }

    .contact_form {
        padding: 20px 15px;
    }

    .footer_bg_primaey {
        margin-top: 0px;
    }

    footer,
    .about_section_home_page,
    .home_page_why_choose,
    .home_page_contact,
    .backseat,
    .customer_feedback_home,
    .home_page_before_after,
    .home_service_section,
    .frequently_asked_section,
    .testinomila_customer_feedback,
    .service_dental_care {
        overflow-x: hidden;
    }

}