/*==================================================
            RESPONSIVE DESIGN
==================================================*/


/*==================================================
        1920px & Above
==================================================*/

@media (min-width:1920px){
    .container{
        max-width:1700px;
    }

    .main-header{
        padding:22px 0;
    }

    .header-logo{
    width:300px;
}
    .navbar-nav{
        gap:18px;
    }

    .nav-link{
        font-size:18px;
        margin-left:0;
    }

    .consultation-btn{
        padding:16px 36px;
        font-size:17px;
        margin-left:40px;
    }

    /* ==========================================
   Hero Section
========================================== */

.hero-section{
    padding:140px 0;
}

.hero-title{
    font-size:72px;
    max-width:760px;
}

.hero-description{
    font-size:22px;
    max-width:680px;
    margin-top:25px;
}

.hero-buttons{
    margin-top:45px;
}

.hero-btn-primary,
.hero-btn-secondary{
    padding:18px 38px;
    font-size:18px;
}

/* Right */

.hero-image-wrapper{
    min-height:760px;
}

.hero-circle{

    width:500px;
    height:500px;

    right:20px;
    top:90px;

}

.hero-doctor{

    width:600px;

    right:0;
    bottom:0;

}

/* Floating Cards */

.hero-card{

    width:280px;
    padding:32px;

}

.hero-card h4{
    font-size:40px;
}

.hero-card p{
    font-size:18px;
}

.hero-card i{
    font-size:44px;
}

.card-one{

    top:70px;
    left:-20px;

}

.card-two{

    top:200px;
    right:-30px;

}

.card-three{

    bottom:50px;
    left:20px;

}
   /* ==========================================
   about Section
========================================== */

.about-section{

    padding:140px 0;

}

.about-content{

    max-width:700px;

}

.section-title{

    font-size:68px;

    line-height:1.15;

}

.section-description{

    font-size:21px;

    line-height:2;

}

.about-image{

    max-width:760px;

}

.about-features{

    gap:28px;

}

.feature-item{

    padding:22px 28px;

}

.about-stat-box{

    padding:38px 25px;

}

.about-stat-box h3{

    font-size:58px;

}

.about-buttons{

    margin-top:55px;

}

.about-btn,
.about-btn-outline{

    padding:20px 46px;

    font-size:19px;

}


}



/*==================================================
      1600px - 1919px
==================================================*/

@media (min-width:1600px) and (max-width:1919px){

    .container{
        max-width:1500px;
    }

    .main-header{
        padding:18px 0;
    }

    .header-logo{
    width:280px;
}

    .navbar-nav{
        gap:14px;
    }

    .nav-link{
        font-size:17px;
        margin-left:0;
    }

    .consultation-btn{
        padding:15px 32px;
        font-size:16px;
        margin-left:35px;
    }

    /* ==========================================
   Hero Section
========================================== */

.hero-section{
    padding:120px 0;
}

.hero-title{
    font-size:64px;
    max-width:680px;
}

.hero-description{
    font-size:20px;
    max-width:620px;
    margin-top:22px;
}

.hero-buttons{
    margin-top:40px;
}

.hero-btn-primary,
.hero-btn-secondary{
    padding:17px 34px;
    font-size:17px;
}

/* Right */

.hero-image-wrapper{
    min-height:700px;
}

.hero-circle{
    width:460px;
    height:460px;

    right:25px;
    top:85px;
}

.hero-doctor{
    width:560px;

    right:0;
    bottom:0;
}

/* Floating Cards */

.hero-card{
    width:265px;
    padding:30px;
}

.hero-card h4{
    font-size:36px;
}

.hero-card p{
    font-size:17px;
}

.hero-card i{
    font-size:40px;
}

.card-one{
    top:65px;
    left:-10px;
}

.card-two{
    top:185px;
    right:-20px;
}

.card-three{
    bottom:45px;
    left:25px;
}

/* ==========================================
   Trust Section
========================================== */

.trust-section{
    padding:75px 0;
}

.trust-box{
    padding:32px 20px;
}

.trust-box i{
    width:70px;
    height:70px;
    font-size:30px;
}

.trust-box h5{
    font-size:21px;
}

.trust-box p{
    font-size:15px;
}

   /* ==========================================
   About Section
========================================== */

.about-section{
    padding:130px 0;
}

.about-image{
    max-width:680px;
}

.about-image-wrapper{
    min-height:720px;
}

.about-content{
    padding-left:70px;
}

.section-title{
    font-size:60px;
    line-height:1.15;
}

.section-description{
    font-size:19px;
    line-height:1.9;
}

.about-features{
    gap:24px;
}

.feature-item{
    padding:20px 24px;
}

.about-stat-box h3{
    font-size:52px;
}

.about-btn,
.about-btn-outline{
    padding:19px 42px;
    font-size:17px;
}

}



/*==================================================
      1400px - 1599px
==================================================*/

@media (min-width:1400px) and (max-width:1599px){

     .container{
        max-width:1320px;
    }

    .main-header{
        padding:16px 0;
    }

    .header-logo{
    width:255px;
}

    .navbar-nav{
        gap:10px;
    }

    .nav-link{
        font-size:16px;
        margin-left:0;
        padding:8px 12px !important;
    }

    .consultation-btn{
        padding:14px 28px;
        font-size:15px;
        margin-left:28px;
    }

    /* ==========================================
   Hero Section
========================================== */

.hero-section{
    padding:110px 0;
}

.hero-title{
    font-size:58px;
    max-width:640px;
}

.hero-description{
    font-size:18px;
    max-width:580px;
    margin-top:20px;
}

.hero-buttons{
    margin-top:35px;
}

.hero-btn-primary,
.hero-btn-secondary{

    padding:16px 32px;
    font-size:16px;

}

/* Right */

.hero-image-wrapper{
    min-height:640px;
}

.hero-circle{

    width:420px;
    height:420px;

    right:20px;
    top:80px;

}

.hero-doctor{

    width:510px;

    right:0;
    bottom:0;

}

/* Floating Cards */

.hero-card{

    width:240px;
    padding:26px;

}

.hero-card h4{

    font-size:32px;

}

.hero-card p{

    font-size:16px;

}

.hero-card i{

    font-size:38px;

}

.card-one{

    top:55px;
    left:0;

}

.card-two{

    top:170px;
    right:-10px;

}

.card-three{

    bottom:40px;
    left:20px;

}

/* ==========================================
   Trust Section
========================================== */

.trust-section{
    padding:70px 0;
}

.trust-box{
    padding:30px 18px;
}

.trust-box i{
    width:68px;
    height:68px;
    font-size:28px;
    margin-bottom:18px;
}

.trust-box h5{
    font-size:20px;
}

.trust-box p{
    font-size:14px;
}

   /* ==========================================
   About Section
========================================== */

.about-section{
    padding:120px 0;
}

.about-image-wrapper{
    min-height:680px;
}

.about-image{
    max-width:620px;
}

.about-content{
    padding-left:50px;
}

.section-title{
    font-size:54px;
    line-height:1.2;
}

.section-description{
    font-size:18px;
    line-height:1.85;
}

.about-features{
    gap:22px;
}

.feature-item{
    padding:18px 22px;
}

.feature-icon{
    width:52px;
    height:52px;
}

.about-stat-box{
    padding:32px 20px;
}

.about-stat-box h3{
    font-size:46px;
}

.about-btn,
.about-btn-outline{
    padding:18px 38px;
    font-size:16px;
}



}



/*==================================================
      1200px - 1399px
==================================================*/

@media (min-width:1200px) and (max-width:1399px){

     .container{
        max-width:1140px;
    }

    .main-header{
        padding:15px 0;
    }

    .navbar{
        padding:0;
    }

    .header-logo{
    width:230px;
}

    .navbar-nav{
        gap:6px;
    }

    .nav-link{
        font-size:15px;
        font-weight:500;
        margin-left:0;
        padding:8px 10px !important;
    }

    .consultation-btn{

        margin-left:22px;

        padding:13px 24px;

        font-size:14px;

        border-radius:10px;

    }

    /* ==========================================
   Hero Section
========================================== */

.hero-section{
    padding:100px 0;
}

.hero-title{
    font-size:52px;
    max-width:580px;
    line-height:1.2;
}

.hero-description{
    font-size:17px;
    max-width:540px;
    margin-top:18px;
}

.hero-buttons{
    margin-top:32px;
    gap:15px;
}

.hero-btn-primary,
.hero-btn-secondary{

    padding:15px 28px;
    font-size:15px;

}

/* Right */

.hero-image-wrapper{
    min-height:600px;
}

.hero-circle{

    width:390px;
    height:390px;

    right:15px;
    top:80px;

}

.hero-doctor{

    width:470px;

    right:0;
    bottom:0;

}

/* Floating Cards */

.hero-card{

    width:220px;
    padding:24px;

}

.hero-card h4{
    font-size:30px;
}

.hero-card p{
    font-size:15px;
}

.hero-card i{
    font-size:36px;
}

.card-one{

    top:45px;
    left:0;

}

.card-two{

    top:160px;
    right:-5px;

}

.card-three{

    bottom:35px;
    left:15px;

}

/* ==========================================
   Trust Section
========================================== */

.trust-section{
    padding:50px 0;
}

.trust-box{
    padding:28px 16px;
    border-radius:20px;
}

.trust-box i{
    width:64px;
    height:64px;
    font-size:26px;
    margin-bottom:16px;
}

.trust-box h5{
    font-size:19px;
    margin-bottom:6px;
}

.trust-box p{
    font-size:14px;
    line-height:1.5;
}

   /* ==========================================
   About Section
========================================== */

.about-section{
    padding:90px 0;
}

.about-image-wrapper{
    min-height:640px;
}

.about-image{
    max-width:580px;
}

.about-content{
    padding-left:40px;
}

.section-tag{
    font-size:15px;
    padding:10px 20px;
}

.section-title{
    font-size:48px;
    line-height:1.22;
}

.section-description{
    font-size:17px;
    line-height:1.8;
}

.about-features{
    gap:18px;
}

.feature-item{
    padding:16px 20px;
}

.feature-icon{
    width:48px;
    height:48px;
}

.feature-icon i{
    font-size:20px;
}

.about-stats{
    gap:18px;
}

.about-stat-box{
    padding:28px 18px;
}

.about-stat-box h3{
    font-size:42px;
}

.about-stat-box p{
    font-size:15px;
}

.about-buttons{
    gap:18px;
}

.about-btn,
.about-btn-outline{
    padding:16px 34px;
    font-size:16px;
}

/*==========================================
        Services Section
==========================================*/

.services-section{

    padding:110px 0;

}

.services-section::before{

    width:420px;
    height:420px;

    top:-180px;
    left:-180px;

}

.services-section::after{

    width:360px;
    height:360px;

    bottom:-160px;
    right:-160px;

}

/*==========================================
        Section Heading
==========================================*/

.section-heading{

    max-width:700px;

    margin:0 auto 60px;

}

.services-section .section-title{

    font-size:54px;

    line-height:1.2;

}

.services-section .section-description{

    max-width:640px;

    font-size:17px;

    line-height:1.8;

}

/*==========================================
        Service Cards
==========================================*/

.service-card{

    padding:35px 28px;

    border-radius:24px;

}

.service-card h4{

    font-size:24px;

    margin-bottom:16px;

}

.service-card p{

    font-size:15px;

    line-height:1.8;

    margin-bottom:24px;

}

/*==========================================
        Service Icon
==========================================*/

.service-icon{

    width:72px;
    height:72px;

    font-size:30px;

    border-radius:20px;

    margin-bottom:24px;

}

/*==========================================
        Service Link
==========================================*/

.service-link{

    font-size:15px;

    gap:8px;

}

/*==========================================
        Why Choose Us
==========================================*/

.why-section{

    padding:90px 0;

}

.why-section::before{

    width:430px;
    height:430px;

    top:-180px;
    right:-180px;

}

.why-section::after{

    width:360px;
    height:360px;

    left:-150px;
    bottom:-150px;

}

/*==========================================
        Content
==========================================*/

.why-section .section-title{

    font-size:54px;

    line-height:1.2;

}

.why-section .section-description{

    font-size:17px;

    line-height:1.8;

    margin-bottom:40px;

}

/*==========================================
        Why Item
==========================================*/

.why-list{

    gap:20px;

}

.why-item{

    padding:22px;

    border-radius:22px;

}

.why-item h5{

    font-size:21px;

    margin-bottom:8px;

}

.why-item p{

    font-size:15px;

    line-height:1.75;

}

/*==========================================
        Icon
==========================================*/

.why-icon{

    width:66px;

    height:66px;

    min-width:66px;

    font-size:26px;

    border-radius:18px;

}

/*==========================================
        Image
==========================================*/

.why-image-wrapper{

    min-height:650px;

}

.why-image{

    max-width:560px;

}

/*==========================================
        Floating Card
==========================================*/

.why-floating-card{

    top:70px;

    left:-10px;

    padding:18px 22px;

}

.why-floating-card i{

    font-size:30px;

}

.why-floating-card h4{

    font-size:28px;

}

/*==========================================
        Badge
==========================================*/

.why-badge{

    right:10px;

    bottom:50px;

    padding:16px 22px;

    font-size:14px;

}

.why-badge i{

    width:44px;

    height:44px;

    font-size:20px;

}

/*==========================================
        Case Studies
==========================================*/

.case-section{

    padding:90px 0;

}

.case-section .section-heading{

    max-width:720px;

    margin:0 auto 70px;

}

.case-content{

    padding:30px;

}

.case-card{

    min-height:700px;

}

.case-image{

    height:280px;

    padding:25px 20px 0;

}

.case-image::before{

    width:300px;
    height:300px;

    bottom:-135px;

}

.case-image img{

    max-width:290px;

}

.case-badge{

    top:20px;
    right:20px;

    padding:10px 18px;

    font-size:17px;

}

.case-category{

    padding:9px 16px;

    font-size:13px;

    margin-bottom:20px;

}

.case-category i{

    width:28px;
    height:28px;

    font-size:13px;

}

.case-content h4{

    font-size:27px;

    margin-bottom:15px;

}

.case-content p{

    font-size:15px;

    line-height:1.8;

    margin-bottom:24px;

}

.case-stats{

    gap:12px;

    margin-bottom:26px;

}

.case-stat-box{

    padding:15px 16px;

}

.case-stat-box i{

    width:44px;
    height:44px;

    font-size:17px;

}

.case-stat-box h5{

    font-size:22px;

}

.case-btn{

    padding:16px 24px;

    font-size:15px;

}

/*==================================================
      TESTIMONIAL SECTION
      1200px - 1399px
==================================================*/

.testimonial-section{

    padding:90px 0;

}

.testimonial-section .section-heading{

    max-width:720px;

    margin:0 auto 65px;

}

.testimonial-card{

    min-height:640px;

}

.testimonial-image{

    height:290px;

    padding:28px 22px 0;

}

.testimonial-image img{

    max-width:290px;

}

.quote-icon{

    width:64px;
    height:64px;

    top:22px;
    right:22px;

}

.quote-icon i{

    font-size:30px;

}

.testimonial-content{

    padding:30px 28px;

}

.testimonial-content p{

    font-size:15px;

    line-height:1.8;

}

.testimonial-user h5{

    font-size:21px;

}

.testimonial-user span{

    font-size:13px;

    padding:8px 15px;

}

/*==================================================
      FAQ SECTION
      1200px - 1399px
==================================================*/

.faq-section{

    padding:90px 0;

}

.faq-section .section-heading{

    max-width:730px;

    margin:0 auto 65px;

}

.faq-section .section-description{

    font-size:17px;

}

.faq-accordion{

    gap:20px;

}

.faq-accordion .accordion-item{

    border-radius:22px;

}

.faq-accordion .accordion-button{

    padding:26px 72px 26px 30px;

    font-size:20px;

}

.faq-accordion .accordion-button::after{

    width:46px;

    height:46px;

    font-size:26px;

}

.faq-accordion .accordion-body{

    padding:0 30px 28px;

    font-size:15px;

    line-height:1.8;

}

/*==================================================
        CTA SECTION (1200px - 1399px)
==================================================*/

.cta-section{

    padding:90px 0;

}

.cta-wrapper{

    padding:60px;

    border-radius:32px;

}

.cta-wrapper h2{

    font-size:46px;

    line-height:1.2;

    margin-bottom:20px;

}

.cta-wrapper p{

    font-size:17px;

    line-height:1.8;

    max-width:560px;

    margin-bottom:32px;

}

.cta-buttons{

    gap:16px;

}

.btn-primary-custom,

.btn-outline-custom{

    padding:16px 30px;

    font-size:15px;

}

.cta-card{

    padding:38px 30px;

    border-radius:28px;

}

.cta-icon{

    width:82px;

    height:82px;

    margin-bottom:22px;

}

.cta-icon i{

    font-size:38px;

}

.cta-card h3{

    font-size:28px;

    margin-bottom:20px;

}

.cta-card p{

    font-size:16px;

    margin:10px 0;

}

.cta-price{

    margin-top:24px;

    padding:14px 32px;

    font-size:26px;

}

/*==================================================
      CONTACT SECTION
      1200px - 1399px
==================================================*/

.contact-section{

    padding:90px 0;

}

.contact-content{

    padding-right:25px;

}

.contact-content .section-title{

    font-size:48px;

    line-height:1.2;

    margin:18px 0;

}

.contact-content .section-description{

    font-size:16px;

    line-height:1.8;

    margin-bottom:30px;

}

/*==========================================
        Contact Cards
==========================================*/

.contact-info{

    gap:16px;

    margin-bottom:26px;

}

.contact-card{

    padding:20px;

    border-radius:20px;

}

.contact-icon{

    width:58px;

    height:58px;

    border-radius:16px;

    font-size:22px;

}

.contact-text small{

    font-size:13px;

}

.contact-text h5{

    font-size:18px;

}

/*==========================================
        Working Hours
==========================================*/

.working-hours{

    padding:16px 20px;

    border-radius:18px;

    margin:25px 0;

}

.working-hours i{

    width:48px;

    height:48px;

    font-size:20px;

}

.working-hours span{

    font-size:15px;

}

/*==========================================
        Social Icons
==========================================*/

.contact-social{

    gap:14px;

    margin-top:20px;

}

.contact-social a{

    width:48px;

    height:48px;

    border-radius:14px;

    font-size:18px;

}

/*==========================================
        Contact Form
==========================================*/

.contact-form-wrapper{

    padding:38px;

    border-radius:28px;

}

.contact-form label{

    font-size:14px;

    margin-bottom:8px;

}

.contact-form .form-control,

.contact-form .form-select{

    height:56px;

    font-size:15px;

    border-radius:15px;

}

.contact-form textarea.form-control{

    height:160px;

    padding-top:15px;

}

/*==========================================
        Button
==========================================*/

.contact-btn{

    height:58px;

    font-size:16px;

    border-radius:50px;

}

.contact-btn i{

    font-size:18px;

}

/*==================================================
      FOOTER
      1200px - 1399px
==================================================*/

.footer-section{

    padding:90px 0 0;

}

.footer-about{

    padding-right:25px;

}

.footer-logo img{

    max-width:200px;

}

.footer-about p{

    font-size:15px;

    line-height:1.8;

    margin-bottom:28px;

}

/*==========================================
        Social Icons
==========================================*/

.footer-social{

    gap:12px;

}

.footer-social a{

    width:46px;

    height:46px;

    border-radius:14px;

    font-size:17px;

}

/*==========================================
        Footer Links
==========================================*/

.footer-links{

    padding-left:15px;

}

.footer-links h4{

    font-size:21px;

    margin-bottom:28px;

}

.footer-links h4::after{

    width:48px;

}

.footer-links ul li{

    margin-bottom:16px;

}

.footer-links ul li a{

    font-size:15px;

    gap:10px;

}

.footer-links ul li a i{

    font-size:12px;

}

/*==========================================
        Contact Info
==========================================*/

.footer-contact li{

    gap:14px;

    margin-bottom:20px;

}

.footer-contact i{

    width:44px;

    height:44px;

    border-radius:12px;

    font-size:17px;

}

.footer-contact span{

    font-size:15px;

    line-height:1.7;

}

/*==========================================
        Footer Bottom
==========================================*/

.footer-bottom{

    margin-top:60px;

    padding:24px 0;

}

.footer-bottom p{

    font-size:14px;

}

.footer-bottom-links{

    gap:24px;

}

.footer-bottom-links a{

    font-size:14px;

}

}



/*==================================================
      992px - 1199px
==================================================*/

@media (min-width:992px) and (max-width:1199px){

    .container{
        max-width:960px;
    }

    .main-header{
        padding:14px 0;
    }

    .navbar{
        padding:0;
    }

    .header-logo{
    width:210px;
}

    .navbar-nav{
        gap:2px;
    }

    .nav-link{
        font-size:14px;
        padding:8px 8px !important;
        margin-left:0;
    }

    .consultation-btn{
        margin-left:16px;
        padding:12px 18px;
        font-size:13px;
        border-radius:10px;
    }

    /* ==========================================
   Hero Section
========================================== */

.hero-section{
    padding:90px 0;
}

.hero-title{
    font-size:46px;
    line-height:1.2;
    max-width:520px;
}

.hero-description{
    font-size:16px;
    line-height:1.8;
    max-width:480px;
    margin-top:18px;
}

.hero-buttons{
    margin-top:28px;
    gap:12px;
}

.hero-btn-primary,
.hero-btn-secondary{

    padding:14px 24px;
    font-size:14px;

}

/* Right */

.hero-image-wrapper{
    min-height:540px;
}

.hero-circle{

    width:340px;
    height:340px;

    right:10px;
    top:80px;

}

.hero-doctor{

    width:410px;

    right:0;
    bottom:0;

}

/* Floating Cards */

.hero-card{

    width:190px;
    padding:20px;

}

.hero-card h4{

    font-size:26px;

}

.hero-card p{

    font-size:14px;

}

.hero-card i{

    font-size:32px;

}

.card-one{

    top:40px;
    left:0;

}

.card-two{

    top:145px;
    right:0;

}

.card-three{

    bottom:30px;
    left:10px;

}

/* ==========================================
   Trust Section
========================================== */

.trust-section{
    padding:40px 0;
}

.trust-box{
    padding:24px 14px;
    border-radius:18px;
}

.trust-box i{
    width:58px;
    height:58px;
    font-size:24px;
    margin-bottom:15px;
}

.trust-box h5{
    font-size:17px;
    margin-bottom:6px;
}

.trust-box p{
    font-size:13px;
    line-height:1.5;
}

   /* ==========================================
   About Section
========================================== */

.about-section{
    padding:70px 0;
}

.about-image-wrapper{
    min-height:600px;
}

.about-image{
    max-width:520px;
}

.about-content{
    padding-left:30px;
}

.section-tag{
    font-size:14px;
    padding:9px 18px;
}

.section-title{
    font-size:42px;
    line-height:1.25;
}

.section-description{
    font-size:16px;
    line-height:1.8;
}

.about-features{
    gap:16px;
}

.feature-item{
    padding:15px 18px;
}

.feature-icon{
    width:44px;
    height:44px;
}

.feature-icon i{
    font-size:18px;
}

.about-stats{
    gap:16px;
}

.about-stat-box{
    padding:24px 16px;
}

.about-stat-box h3{
    font-size:36px;
}

.about-stat-box p{
    font-size:14px;
}

.about-buttons{
    gap:16px;
    margin-top:35px;
}

.about-btn,
.about-btn-outline{
    padding:15px 30px;
    font-size:15px;
}

/*==========================================
        Services Section
==========================================*/

.services-section{

    padding:95px 0;

}

.services-section::before{

    width:360px;
    height:360px;

    top:-170px;
    left:-170px;

}

.services-section::after{

    width:320px;
    height:320px;

    bottom:-150px;
    right:-150px;

}

/*==========================================
        Section Heading
==========================================*/

.section-heading{

    max-width:650px;

    margin:0 auto 55px;

}

.services-section .section-title{

    font-size:48px;

    line-height:1.25;

}

.services-section .section-description{

    max-width:620px;

    font-size:16px;

    line-height:1.8;

}

/*==========================================
        Service Card
==========================================*/

.service-card{

    padding:32px 24px;

    border-radius:22px;

}

.service-card h4{

    font-size:22px;

    line-height:1.35;

    margin-bottom:15px;

}

.service-card p{

    font-size:15px;

    line-height:1.75;

    margin-bottom:22px;

}

/*==========================================
        Service Icon
==========================================*/

.service-icon{

    width:66px;

    height:66px;

    font-size:28px;

    border-radius:18px;

    margin-bottom:22px;

}

/*==========================================
        Service Link
==========================================*/

.service-link{

    font-size:15px;

    gap:8px;

}

/*==========================================
        Why Choose Us
==========================================*/

.why-section{

    padding: 70px 0;

}

.why-section::before{

    width:360px;
    height:360px;

    top:-160px;
    right:-160px;

}

.why-section::after{

    width:300px;
    height:300px;

    left:-130px;
    bottom:-130px;

}

/*==========================================
        Content
==========================================*/

.why-section .section-title{

    font-size:48px;

    line-height:1.25;

}

.why-section .section-description{

    font-size:16px;

    line-height:1.8;

    margin-bottom:36px;

}

/*==========================================
        Why List
==========================================*/

.why-list{

    gap:18px;

}

.why-item{

    gap:18px;

    padding:20px;

    border-radius:20px;

}

.why-item h5{

    font-size:20px;

    margin-bottom:8px;

}

.why-item p{

    font-size:15px;

    line-height:1.7;

}

/*==========================================
        Why Icon
==========================================*/

.why-icon{

    width:62px;

    height:62px;

    min-width:62px;

    font-size:24px;

    border-radius:18px;

}

/*==========================================
        CTA Button
==========================================*/

.why-section .about-btn{

    margin-top:10px;

    padding:16px 34px;

}

/*==========================================
        Image
==========================================*/

.why-image-wrapper{

    min-height:600px;

}

.why-image{

    max-width:510px;

}

/*==========================================
        Floating Card
==========================================*/

.why-floating-card{

    top:60px;

    left:0;

    gap:14px;

    padding:16px 20px;

    border-radius:20px;

}

.why-floating-card i{

    font-size:28px;

}

.why-floating-card h4{

    font-size:26px;

}

.why-floating-card span{

    font-size:13px;

}

/*==========================================
        Badge
==========================================*/

.why-badge{

    right:0;

    bottom:40px;

    padding:15px 20px;

    font-size:14px;

}

.why-badge i{

    width:42px;

    height:42px;

    font-size:18px;

}

/*==========================================
        Case Studies
==========================================*/

.case-section{

    padding:70px 0;

}

.case-section .section-heading{

    max-width:700px;

    margin:0 auto 65px;

}

.case-section .section-title{

    font-size:50px;

}

.case-section .section-description{

    font-size:17px;

    max-width:650px;

    margin:auto;

}

.case-card{

    min-height:670px;

}

.case-content{

    padding:26px;

}

.case-image{

    height:260px;

    padding:20px 18px 0;

}

.case-image::before{

    width:280px;
    height:280px;

    bottom:-125px;

}

.case-image img{

    max-width:260px;

}

.case-badge{

    top:18px;
    right:18px;

    padding:9px 16px;

    font-size:16px;

}

.case-category{

    padding:8px 15px;

    font-size:12px;

    margin-bottom:18px;

}

.case-category i{

    width:28px;
    height:28px;

    font-size:13px;

}

.case-content h4{

    font-size:24px;

    line-height:1.3;

    margin-bottom:14px;

}

.case-content p{

    font-size:15px;

    line-height:1.75;

    margin-bottom:22px;

}

.case-stats{

    gap:12px;

    margin-bottom:24px;

}

.case-stat-box{

    padding:14px 16px;

    gap:14px;

}

.case-stat-box i{

    width:42px;
    height:42px;

    font-size:16px;

}

.case-stat-box h5{

    font-size:21px;

}

.case-stat-box span{

    font-size:12px;

}

.case-btn{

    padding:15px 22px;

    font-size:15px;

}

/*==================================================
      TESTIMONIAL SECTION
      992px - 1199px
==================================================*/

.testimonial-section{

    padding:80px 0;

}

.testimonial-section .section-heading{

    max-width:700px;

    margin:0 auto 60px;

}

.testimonial-section .section-title{

    font-size:50px;

}

.testimonial-section .section-description{

    font-size:17px;

}

.testimonial-card{

    min-height:610px;

}

.testimonial-image{

    height:260px;

    padding:25px 20px 0;

}

.testimonial-image::before{

    width:280px;
    height:280px;

    bottom:-120px;

}

.testimonial-image img{

    max-width:250px;

}

.quote-icon{

    width:58px;
    height:58px;

    top:20px;
    right:20px;

}

.quote-icon i{

    font-size:28px;

}

.testimonial-content{

    padding:28px 24px;

}

.testimonial-stars{

    margin-bottom:18px;

}

.testimonial-stars i{

    font-size:16px;

}

.testimonial-content p{

    font-size:15px;

    line-height:1.8;

    margin-bottom:24px;

}

.testimonial-user{

    padding-top:18px;

}

.testimonial-user h5{

    font-size:20px;

}

.testimonial-user span{

    font-size:12px;

    padding:7px 14px;

}

/*==================================================
      FAQ SECTION
      992px - 1199px
==================================================*/

.faq-section{

    padding:80px 0;

}

.faq-section .section-heading{

    max-width:700px;

    margin:0 auto 60px;

}

.faq-section .section-title{

    font-size:50px;

}

.faq-section .section-description{

    font-size:17px;

    line-height:1.8;

}

.faq-accordion{

    gap:18px;

}

.faq-accordion .accordion-item{

    border-radius:22px;

}

.faq-accordion .accordion-button{

    padding:24px 70px 24px 28px;

    font-size:19px;

    line-height:1.45;

}

.faq-accordion .accordion-button::after{

    width:44px;

    height:44px;

    font-size:24px;

}

.faq-accordion .accordion-body{

    padding:0 28px 26px;

    font-size:15px;

    line-height:1.8;

}

/*==================================================
        CTA SECTION (992px - 1199px)
==================================================*/
.cta-section{

    padding:80px 0;

}

.cta-wrapper{

    padding:55px 45px;

    border-radius:30px;

}

.cta-wrapper h2{

    font-size:40px;

    line-height:1.2;

    margin-bottom:20px;

}

.cta-wrapper p{

    font-size:16px;

    line-height:1.8;

    margin-bottom:30px;

    max-width:100%;

}

.cta-tag{

    padding:9px 20px;

    font-size:13px;

    margin-bottom:20px;

}

.cta-buttons{

    gap:15px;

    flex-wrap:wrap;

}

.btn-primary-custom,

.btn-outline-custom{

    padding:15px 26px;

    font-size:15px;

}

.btn-primary-custom i,

.btn-outline-custom i{

    font-size:16px;

}

.cta-card{

    padding:34px 24px;

    border-radius:26px;

}

.cta-icon{

    width:75px;

    height:75px;

    margin-bottom:20px;

}

.cta-icon i{

    font-size:34px;

}

.cta-card h3{

    font-size:24px;

    margin-bottom:18px;

}

.cta-card p{

    font-size:15px;

    margin:10px 0;

}

.cta-price{

    margin-top:22px;

    padding:12px 28px;

    font-size:24px;

}

/*==================================================
      CONTACT SECTION
      992px - 1199px
==================================================*/

.contact-section{

    padding:70px 0;

}

.contact-content{

    padding-right:15px;

}

.contact-content .section-title{

    font-size:42px;

    line-height:1.2;

    margin:16px 0;

}

.contact-content .section-description{

    font-size:16px;

    line-height:1.8;

    margin-bottom:28px;

}

/*==========================================
        Contact Info
==========================================*/

.contact-info{

    gap:15px;

    margin-bottom:24px;

}

.contact-card{

    padding:18px;

    gap:16px;

    border-radius:18px;

}

.contact-icon{

    width:54px;

    height:54px;

    border-radius:15px;

    font-size:20px;

}

.contact-text small{

    font-size:12px;

}

.contact-text h5{

    font-size:16px;

    line-height:1.4;

}

/*==========================================
        Working Hours
==========================================*/

.working-hours{

    padding:15px 18px;

    gap:12px;

    margin:22px 0;

    border-radius:16px;

}

.working-hours i{

    width:46px;

    height:46px;

    font-size:18px;

}

.working-hours span{

    font-size:14px;

    line-height:1.5;

}

/*==========================================
        Social Icons
==========================================*/

.contact-social{

    gap:12px;

}

.contact-social a{

    width:46px;

    height:46px;

    border-radius:14px;

    font-size:17px;

}

/*==========================================
        Contact Form
==========================================*/

.contact-form-wrapper{

    padding:32px;

    border-radius:26px;

}

.contact-form label{

    font-size:13px;

    margin-bottom:8px;

}

.contact-form .form-control,

.contact-form .form-select{

    height:54px;

    padding:0 16px;

    font-size:14px;

    border-radius:14px;

}

.contact-form textarea.form-control{

    height:150px;

    padding-top:14px;

}

/*==========================================
        Submit Button
==========================================*/

.contact-btn{

    height:56px;

    font-size:15px;

    border-radius:50px;

}

.contact-btn i{

    font-size:17px;

}

/*==================================================
      FOOTER
      992px - 1199px
==================================================*/

.footer-section{

    padding:70px 0 0;

}

.footer-about{

    padding-right:10px;

}

.footer-logo{

    margin-bottom:24px;

}

.footer-logo img{

    max-width:180px;

}

.footer-about p{

    font-size:15px;

    line-height:1.8;

    margin-bottom:26px;

}

/*==========================================
        Social Icons
==========================================*/

.footer-social{

    gap:12px;

}

.footer-social a{

    width:44px;

    height:44px;

    border-radius:12px;

    font-size:16px;

}

/*==========================================
        Footer Links
==========================================*/

.footer-links{

    padding-left:8px;

}

.footer-links h4{

    font-size:20px;

    margin-bottom:26px;

    padding-bottom:10px;

}

.footer-links h4::after{

    width:46px;

}

.footer-links ul li{

    margin-bottom:15px;

}

.footer-links ul li a{

    font-size:15px;

    gap:10px;

}

.footer-links ul li a i{

    font-size:12px;

}

/*==========================================
        Contact Info
==========================================*/

.footer-contact li{

    gap:12px;

    margin-bottom:18px;

}

.footer-contact i{

    width:42px;

    height:42px;

    border-radius:12px;

    font-size:16px;

}

.footer-contact span{

    font-size:14px;

    line-height:1.7;

}

/*==========================================
        Footer Bottom
==========================================*/

.footer-bottom{

    margin-top:55px;

    padding:22px 0;

}

.footer-bottom p{

    font-size:14px;

}

.footer-bottom-links{

    gap:18px;

    flex-wrap:wrap;

    justify-content:flex-end;

}

.footer-bottom-links a{

    font-size:14px;

}


}



/*==================================================
      768px - 991px
==================================================*/

@media (min-width:768px) and (max-width:991px){
      .container{
        max-width:720px;
    }

    .main-header{
        padding:12px 0;
    }

    .navbar{
        padding:0;
    }

    .header-logo{
    width:220px;
}

    .navbar-toggler{
        border:none;
        padding:6px;
        box-shadow:none !important;
    }

    .navbar-toggler:focus{
        box-shadow:none !important;
    }

    .navbar-collapse{

        margin-top:18px;

        padding:22px;

        background:#ffffff;

        border-radius:18px;

        box-shadow:0 15px 35px rgba(15,76,129,.10);

    }

    .navbar-nav{

        align-items:flex-start !important;

        gap:0;

    }

    .navbar-nav .nav-item{

        width:100%;

    }

    .navbar-nav .nav-link{

        width:100%;

        margin:0;

        padding:13px 0 !important;

        font-size:16px;

        border-bottom:1px solid #EEF4F8;

    }

    .navbar-nav .nav-item:last-child .nav-link{

        border-bottom:none;

    }

    .consultation-btn{

        width:100%;

        margin:20px 0 0;

        padding:14px 20px;

        font-size:15px;

        text-align:center;

        justify-content:center;

    }

    /* ==========================================
   Hero Section
========================================== */

.hero-section{
    padding:50px 0;
    min-height:auto;
}

.hero-section .row{
    flex-direction:column;
    text-align:center;
}

.hero-section .col-lg-6:first-child{
    order:1;
}

.hero-section .col-lg-6:last-child{
    order:2;
    margin-top:0px;
}

.hero-tag{
    margin-bottom:20px;
}

.hero-title{
    font-size:42px;
    max-width:100%;
}

.hero-description{
    font-size:17px;
    max-width:100%;
    margin:20px auto 0;
}

.hero-buttons{

    justify-content:center;

    margin-top:30px;

}

.hero-image-wrapper{

    position:relative;

    min-height:640px;

    max-width:520px;
    
    margin:0px auto 0;

}

.hero-circle{

    width:330px;
    height:330px;

    left:50%;
    top:130px;

    transform:translateX(-50%);

    right:auto;

}

.hero-doctor{

    width:390px;

    left:10%;

    transform: none;

    bottom:30px !important;

    right:auto;

}

.hero-card{
    width:150px;
    padding:16px;
    border-radius:20px;
}

.hero-card i{
    font-size:24px;
}

.hero-card h4{
    font-size:20px;
    margin-top:10px;
}

.hero-card p{
    font-size:12px;
    margin-bottom:0;
}

.card-one{

    top:70px;

    left:0;

}

.card-two{

    top:170px;

    right:0;

}

.card-three{

    bottom:40px;

    left:20px;

}

/* ==========================================
   Trust Section
========================================== */

.trust-section{
    padding:60px 0;
}

.trust-box{
    padding:28px 20px;
    border-radius:18px;
}

.trust-box i{
    width:65px;
    height:65px;
    font-size:26px;
    margin-bottom:18px;
}

.trust-box h5{
    font-size:19px;
}

.trust-box p{
    font-size:14px;
}

/*==========================================
        About Section
==========================================*/

.about-section{
    padding:60px 0;
}

.about-section .row{
    flex-direction:column;
}

.about-image-wrapper{

    position:relative;

    min-height:560px;

    max-width:430px;

    margin:0 auto 60px;

}

.about-image{

    width:100%;

    max-width:310px;

    margin:0 auto;

}

.about-content{

    padding-left:0;

    text-align:center;

    max-width:720px;

    margin:auto;

}

.about-content::before{
    display:none;
}

.section-tag{
    margin-bottom:18px;
}

.section-title{

    font-size:40px;

    line-height:1.25;

}

.section-description{

    font-size:17px;

    max-width:680px;

    margin:0 auto 20px;

}

/*==========================================
        Features
==========================================*/

.about-features{

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:35px;

    margin-bottom:40px;

}

.feature-item{

    padding:16px 18px;

}

.feature-item span{

    font-size:15px;

}

.feature-icon{

    width:50px;

    height:50px;

}

.feature-icon i{

    font-size:20px;

}

/*==========================================
        Stats
==========================================*/

.about-stats{

    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin-bottom:40px;

}

.about-stat-box{

    padding:24px 16px;

}

.about-stat-box h3{

    font-size:36px;

}

.about-stat-box p{

    font-size:14px;

}

/*==========================================
        Buttons
==========================================*/

.about-buttons{

    justify-content:center;

}

/*==========================================
        Floating Cards
==========================================*/

.experience-card{

    top:20px;

    left:-25px;

    width:180px;

    padding:16px;

}

.review-card{

    left:-20px;

    bottom:90px;

    width:190px;

    padding:16px;

}

.success-card{

    right:-25px;

    bottom:35px;

    width:215px;

    padding:16px;

}

/*==========================================
        Card Content
==========================================*/

.exp-icon,
.success-card > i{

    width:50px;

    height:50px;

    font-size:22px;

}

.exp-content h2{

    font-size:28px;

}

.success-content h4{

    font-size:26px;

}

.review-card h4{

    font-size:20px;

}

.exp-content p,
.review-card p,
.success-content p{

    font-size:13px;

    line-height:1.5;

}

/*==========================================
        Services Section
==========================================*/

.services-section{

    padding:80px 0;

}

.services-section::before{

    width:300px;
    height:300px;

    top:-150px;
    left:-150px;

}

.services-section::after{

    width:280px;
    height:280px;

    bottom:-140px;
    right:-140px;

}

/*==========================================
        Section Heading
==========================================*/

.section-heading{

    max-width:620px;

    margin:0 auto 50px;

}

.services-section .section-title{

    font-size:42px;

    line-height:1.25;

}

.services-section .section-description{

    max-width:600px;

    font-size:16px;

    line-height:1.75;

}

/*==========================================
        Services Row
==========================================*/

.services-section .row{

    row-gap:24px;

}

/*==========================================
        Service Card
==========================================*/

.service-card{

    padding:30px 24px;

    border-radius:22px;

}

.service-card h4{

    font-size:22px;

    margin-bottom:14px;

    line-height:1.35;

}

.service-card p{

    font-size:15px;

    line-height:1.75;

    margin-bottom:22px;

}

/*==========================================
        Service Icon
==========================================*/

.service-icon{

    width:64px;

    height:64px;

    font-size:26px;

    border-radius:18px;

    margin-bottom:22px;

}

/*==========================================
        Service Link
==========================================*/

.service-link{

    font-size:15px;

    gap:8px;

}

/*==========================================
        Why Choose Us
==========================================*/

.why-section{

    padding:60px 0;

}

.why-section .row{

    flex-direction:column-reverse;

}

/*==========================================
        Content
==========================================*/

.why-section .section-tag{

    margin-bottom:20px;

}

.why-section .section-title{

    font-size:42px;

    line-height:1.25;

}

.why-section .section-description{

    font-size:16px;

    line-height:1.8;

    margin-bottom:35px;

}

.why-list{

    gap:18px;

}

.why-item{

    padding:20px;

    gap:18px;

}

.why-item h5{

    font-size:20px;

}

.why-item p{

    font-size:15px;

}

.why-icon{

    width:60px;

    height:60px;

    min-width:60px;

    font-size:24px;

    border-radius:18px;

}

.why-section .about-btn{

    margin-top:10px;

}

/*==========================================
        Image Area
==========================================*/

.why-image-wrapper{

    min-height:620px;

    max-width:520px;

    margin:0 auto 60px;

}

.why-image{

    max-width:390px;

    margin:0 auto;

}

/*==========================================
        Floating Card
==========================================*/

.why-floating-card{

    top:40px;

    left:0;

    padding:16px 20px;

    gap:12px;

}

.why-floating-card i{

    font-size:26px;

}

.why-floating-card h4{

    font-size:24px;

}

.why-floating-card span{

    font-size:13px;

}

/*==========================================
        Trusted Badge
==========================================*/

.why-badge{

    right:0;

    bottom:30px;

    padding:14px 18px;

    font-size:13px;

}

.why-badge i{

    width:42px;

    height:42px;

    font-size:18px;

}

/*==========================================
        Case Studies
==========================================*/

.case-section{

    padding:60px 0;

}

.case-section .section-heading{

    max-width:650px;

    margin:0 auto 55px;

}

.case-section .section-title{

    font-size:42px;

    line-height:1.25;

}

.case-section .section-description{

    font-size:16px;

    max-width:620px;

    margin:auto;

}

/*==========================================
        Cards
==========================================*/

.case-card{

    min-height:auto;

    max-width:520px;

    margin:0 auto;

}

.case-content{

    padding:24px;

}

.case-image{

    height:250px;

    padding:18px 18px 0;

}

.case-image::before{

    width:260px;
    height:260px;

    bottom:-115px;

}

.case-image img{

    max-width:240px;

}

.case-badge{

    top:16px;
    right:16px;

    padding:8px 16px;

    font-size:15px;

}

.case-category{

    padding:8px 14px;

    font-size:12px;

    margin-bottom:18px;

}

.case-category i{

    width:28px;
    height:28px;

    font-size:13px;

}

.case-content h4{

    font-size:30px;

    line-height:1.25;

    margin-bottom:14px;

}

.case-content p{

    font-size:15px;

    line-height:1.75;

    margin-bottom:22px;

}

/*==========================================
        Stats
==========================================*/

.case-stats{

    gap:12px;

    margin-bottom:24px;

}

.case-stat-box{

    padding:14px 16px;

    gap:14px;

}

.case-stat-box i{

    width:42px;

    height:42px;

    font-size:16px;

}

.case-stat-box h5{

    font-size:21px;

}

.case-stat-box span{

    font-size:12px;

}

/*==========================================
        Button
==========================================*/

.case-btn{

    padding:15px 22px;

    font-size:15px;

}

/*==========================================
    Third Card Center
==========================================*/

.case-section .row > div:last-child{

    margin-left:auto;

    margin-right:auto;

}

/*==================================================
      TESTIMONIAL SECTION
      768px - 991px
==================================================*/

.testimonial-section{

    padding:90px 0;

}

.testimonial-section .section-heading{

    max-width:650px;

    margin:0 auto 55px;

}

.testimonial-section .section-title{

    font-size:44px;

    line-height:1.25;

}

.testimonial-section .section-description{

    font-size:16px;

    line-height:1.8;

}

.testimonial-card{

    min-height:auto;

}

.testimonial-image{

    height:240px;

    padding:22px 18px 0;

}

.testimonial-image::before{

    width:240px;
    height:240px;

    bottom:-105px;

}

.testimonial-image img{

    max-width:220px;

}

.quote-icon{

    width:54px;
    height:54px;

    top:18px;
    right:18px;

}

.quote-icon i{

    font-size:24px;

}

.testimonial-content{

    padding:24px 22px;

}

.testimonial-stars{

    gap:5px;

    margin-bottom:16px;

}

.testimonial-stars i{

    font-size:15px;

}

.testimonial-content p{

    font-size:15px;

    line-height:1.8;

    margin-bottom:22px;

}

.testimonial-user{

    padding-top:18px;

}

.testimonial-user h5{

    font-size:20px;

}

.testimonial-user span{

    font-size:12px;

    padding:7px 14px;

}

/* Last card center */

.testimonial-section .row>div:last-child{

    margin:0 auto;

}

/*==================================================
      FAQ SECTION
      768px - 991px
==================================================*/

.faq-section{

    padding:70px 0;

}

.faq-section .section-heading{

    max-width:650px;

    margin:0 auto 55px;

}

.faq-section .section-title{

    font-size:44px;

    line-height:1.25;

}

.faq-section .section-description{

    font-size:16px;

    line-height:1.8;

}

.faq-accordion{

    gap:16px;

}

.faq-accordion .accordion-item{

    border-radius:20px;

}

.faq-accordion .accordion-button{

    padding:22px 65px 22px 24px;

    font-size:18px;

    line-height:1.45;

}

.faq-accordion .accordion-button:hover{

    padding-left:30px;

}

.faq-accordion .accordion-button::after{

    width:42px;

    height:42px;

    font-size:22px;

}

.faq-accordion .accordion-body{

    padding:0 24px 24px;

    font-size:15px;

    line-height:1.8;

}

/*==================================================
        CTA SECTION (768px - 991px)
==================================================*/
.cta-section{

    padding:80px 0;

}

.cta-wrapper{

    padding:55px 45px;

    border-radius:28px;

}

.cta-wrapper .row{

    row-gap:50px;

}

.cta-wrapper .col-lg-7,
.cta-wrapper .col-lg-5{

    text-align:center;

}

.cta-wrapper h2{

    font-size:42px;

    line-height:1.25;

    margin-bottom:20px;

}

.cta-wrapper p{

    max-width:650px;

    margin:0 auto 35px;

    font-size:17px;

    line-height:1.8;

}

.cta-tag{

    margin-bottom:22px;

}

.cta-buttons{

    justify-content:center;

    gap:18px;

}

.btn-primary-custom,
.btn-outline-custom{

    padding:17px 30px;

    font-size:15px;

}

.cta-card{

    max-width:520px;

    margin:0 auto;

    padding:40px 35px;

    border-radius:28px;

}

.cta-icon{

    width:82px;

    height:82px;

    margin-bottom:24px;

}

.cta-icon i{

    font-size:38px;

}

.cta-card h3{

    font-size:28px;

    margin-bottom:20px;

}

.cta-card p{

    font-size:16px;

}

.cta-price{

    margin-top:24px;

    font-size:26px;

    padding:14px 32px;

}

/*==================================================
      CONTACT SECTION
      768px - 991px
==================================================*/

.contact-section{

    padding:50px 0;

}

.contact-section .row{

    flex-direction:column;

}

.contact-content{

    padding-right:0;

    text-align:center;

    margin-bottom:50px;

}

.contact-content .section-title{

    font-size:40px;

    line-height:1.25;

    margin:18px 0;

}

.contact-content .section-description{

    max-width:680px;

    margin:0 auto 30px;

    font-size:16px;

    line-height:1.8;

}

/*==========================================
        Contact Info
==========================================*/

.contact-info{

    max-width:650px;

    margin:0 auto 28px;

    gap:16px;

}

.contact-card{

    padding:20px;

    border-radius:20px;

    text-align:left;

}

.contact-icon{

    width:56px;

    height:56px;

    border-radius:16px;

    font-size:21px;

}

.contact-text h5{

    font-size:17px;

}

/*==========================================
        Working Hours
==========================================*/

.working-hours{

    max-width:650px;

    margin:0 auto 25px;

    padding:18px 20px;

    border-radius:18px;

    text-align:left;

}

.working-hours i{

    width:48px;

    height:48px;

    font-size:20px;

}

.working-hours span{

    font-size:15px;

}

/*==========================================
        Social Icons
==========================================*/

.contact-social{

    justify-content:center;

    gap:14px;

}

.contact-social a{

    width:48px;

    height:48px;

    border-radius:15px;

}

/*==========================================
        Contact Form
==========================================*/

.contact-form-wrapper{

    max-width:700px;

    margin:0 auto;

    padding:35px;

    border-radius:28px;

}

.contact-form label{

    font-size:14px;

}

.contact-form .form-control,

.contact-form .form-select{

    height:56px;

    font-size:15px;

    border-radius:15px;

}

.contact-form textarea.form-control{

    height:160px;

}

.contact-btn{

    height:58px;

    font-size:16px;

    border-radius:50px;

}

/*==================================================
      FOOTER
      768px - 991px
==================================================*/

.footer-section{
    padding:60px 0 0;
}

.footer-section .row{
    row-gap:60px;
}

/*==========================================
            About
==========================================*/

.footer-about{
    padding:0;
    max-width:700px;
    margin:0 auto;
    text-align:center;
}

.footer-logo{
    display:flex;
    justify-content:center;
    margin-bottom:25px;
}

.footer-logo img{
    max-width:190px;
}

.footer-about p{
    max-width:620px;
    margin:0 auto 30px;
    font-size:15px;
    line-height:1.9;
}

.footer-social{
    display:flex;
    justify-content:center;
    gap:15px;
}

.footer-social a{
    width:46px;
    height:46px;
}

/*==========================================
        Bootstrap Columns
==========================================*/

.footer-section .col-lg-4.col-md-12{
    margin-bottom:5px;
}

.footer-section .col-lg-2.col-md-6,
.footer-section .col-lg-3.col-md-6{
    margin-bottom:0;
}

.footer-section .col-lg-3.col-md-12{
    margin-top:10px;
}

/*==========================================
            Footer Links
==========================================*/

.footer-links{
    padding-left:0;
}

.footer-links h4{
    font-size:21px;
    margin-bottom:25px;
}

.footer-links ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links ul li{
    margin-bottom:15px;
}

.footer-links ul li:last-child{
    margin-bottom:0;
}

.footer-links ul li a{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
}

.footer-links ul li a:hover{
    padding-left:8px;
}

/*==========================================
          Contact Info
==========================================*/

.footer-section .col-lg-3.col-md-12 .footer-links{
    max-width:420px;
    margin:0 auto;
}

.footer-contact{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:20px;
}

.footer-contact li:last-child{
    margin-bottom:0;
}

.footer-contact i{
    width:46px;
    height:46px;
    flex-shrink:0;
    font-size:17px;
}

.footer-contact span{
    flex:1;
    font-size:15px;
    line-height:1.7;
}

/*==========================================
          Footer Bottom
==========================================*/

.footer-bottom{
    margin-top:55px;
    padding:25px 0;
}

.footer-bottom .row{
    justify-content:center;
    text-align:center;
    row-gap:18px;
}

.footer-bottom p{
    margin:0;
    font-size:14px;
}

.footer-bottom-links{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.footer-bottom-links a{
    font-size:14px;
}

}



/*==================================================
      576px - 767px
==================================================*/

@media (min-width:576px) and (max-width:767px){

    .container{
    max-width:540px;
}

.main-header{
    padding:10px 0;
}

.navbar{
    padding:0;
}

.header-logo{
    width:190px;
}

.navbar-toggler{
    border:none;
    padding:5px;
    box-shadow:none !important;
}

.navbar-toggler:focus{
    box-shadow:none !important;
}

.navbar-collapse{

    margin-top:15px;

    padding:20px;

    background:#ffffff;

    border-radius:16px;

    box-shadow:0 15px 35px rgba(15,76,129,.10);

}

.navbar-nav{

    align-items:flex-start !important;

}

.navbar-nav .nav-item{

    width:100%;

}

.navbar-nav .nav-link{

    width:100%;

    margin:0;

    padding:12px 0 !important;

    font-size:15px;

    border-bottom:1px solid #EEF4F8;

}

.navbar-nav .nav-item:last-child .nav-link{

    border-bottom:none;

}

.consultation-btn{

    width:100%;

    margin-top:18px;

    margin-left:0;

    padding:14px;

    font-size:15px;

    justify-content:center;

}

/* ==========================================
   Hero Section
========================================== */

.hero-section{
    padding:45px 0;
    min-height:auto;
}

.hero-section .row{
    flex-direction:column;
    text-align:center;
}

.hero-section .col-lg-6:first-child{
    order:1;
}

.hero-section .col-lg-6:last-child{
    order:2;
    margin-top:10px;
}

.hero-tag{
    margin-bottom:18px;
}

.hero-title{
    font-size:38px;
    line-height:1.18;
    max-width:100%;
}

.hero-description{
    font-size:16px;
    line-height:1.8;
    max-width:100%;
    margin:20px auto 0;
    padding:0 10px;
}

.hero-buttons{

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:15px;

    margin-top:30px;

}

.hero-buttons .primary-btn,
.hero-buttons .secondary-btn{

    width:100%;

    max-width:320px;

    justify-content:center;

}

.hero-image-wrapper{

    position:relative;

    max-width:460px;

    min-height:560px;

    margin:0px auto 0;

}

.hero-circle{

    width:280px;
    height:280px;

    left:50%;
    top:120px;

    transform:translateX(-50%);

}

.hero-doctor{

    width:330px;

    left:12%;

    transform:translateX(-50%);

    bottom:40px;

}

.hero-card{

    width:155px;

    padding:16px;

}

.hero-card i{

    font-size:26px;

}

.hero-card h4{

    font-size:22px;

}

.hero-card p{

    font-size:13px;

}

.card-one{

    top:60px;

    left:0;

}

.card-two{

    top:160px;

    right:0;

}

.card-three{

    bottom:30px;

    left:15px;

}

/* ==========================================
   Trust Section
========================================== */

.trust-section{
    padding:55px 0;
}

.trust-box{
    padding:24px 16px;
    border-radius:16px;
}

.trust-box i{
    width:58px;
    height:58px;
    font-size:24px;
    margin-bottom:16px;
}

.trust-box h5{
    font-size:17px;
    margin-bottom:6px;
}

.trust-box p{
    font-size:13px;
    line-height:1.5;
}

/*==========================================
        About Section
==========================================*/

.about-section{
    padding:50px 0;
}

.about-section .row{
    flex-direction:column;
}

.about-image-wrapper{

    position:relative;

    max-width:360px;

    min-height:470px;

    margin:0 auto 45px;

}

.about-image{

    display:block;

    width:100%;

    max-width:260px;

    margin:0 auto;

}

.about-content{

    padding-left:0;

    text-align:center;

}

.about-content::before{
    display:none;
}

.section-tag{

    font-size:14px;

    padding:10px 18px;

    margin-bottom:18px;

}

.section-title{

    font-size:34px;

    line-height:1.3;

    margin-bottom:20px;

}

.section-description{

    font-size:16px;

    line-height:1.8;

    margin-bottom:18px;

}

/*==========================================
        Features
==========================================*/

.about-features{

    grid-template-columns:1fr;

    gap:16px;

    margin-top:30px;

}

.feature-item{

    padding:16px 18px;

}

.feature-icon{

    width:48px;

    height:48px;

}

.feature-icon i{

    font-size:18px;

}

.feature-item span{

    font-size:15px;

}

/*==========================================
        Stats
==========================================*/

.about-stats{

    grid-template-columns:repeat(3,1fr);

    gap:12px;

    margin-top:30px;

}

.about-stat-box{

    padding:18px 12px;

}

.about-stat-box h3{

    font-size:30px;

}

.about-stat-box p{

    font-size:13px;

    line-height:1.4;

}

/*==========================================
        Buttons
==========================================*/

.about-buttons{

    flex-direction:column;

    align-items:center;

    gap:15px;

    margin-top:30px;

}

.about-btn,
.about-btn-outline{

    width:260px;

    justify-content:center;

}

/*==========================================
        Floating Cards
==========================================*/

.experience-card{

    width:160px;

    padding:14px;

    top:20px;

    left:-15px;

}

.review-card{

    width:170px;

    padding:14px;

    left:-10px;

    bottom:75px;

}

.success-card{

    width:180px;

    padding:14px;

    right:-15px;

    bottom:20px;

}

.exp-icon,
.success-card > i{

    width:44px;

    height:44px;

    font-size:18px;

}

.exp-content h2{

    font-size:24px;

}

.review-card h4{

    font-size:18px;

}

.success-content h4{

    font-size:22px;

}

.exp-content p,
.review-card p,
.success-content p{

    font-size:12px;

    line-height:1.5;

}

/*==========================================
        Services Section
==========================================*/

.services-section{

    padding:70px 0;

}

.services-section::before{

    width:260px;
    height:260px;

    top:-130px;
    left:-130px;

}

.services-section::after{

    width:240px;
    height:240px;

    bottom:-120px;
    right:-120px;

}

/*==========================================
        Section Heading
==========================================*/

.section-heading{

    max-width:100%;

    margin:0 auto 45px;

}

.services-section .section-tag{

    font-size:14px;

    padding:10px 18px;

}

.services-section .section-title{

    font-size:36px;

    line-height:1.3;

    margin-top:16px;

    margin-bottom:18px;

}

.services-section .section-description{

    font-size:15px;

    line-height:1.75;

    max-width:100%;

}

/*==========================================
        Services Row
==========================================*/

.services-section .row{

    row-gap:22px;

}

/*==========================================
        Service Card
==========================================*/

.service-card{

    padding:26px 22px;

    border-radius:20px;

}

.service-card h4{

    font-size:21px;

    margin-bottom:14px;

    line-height:1.35;

}

.service-card p{

    font-size:14px;

    line-height:1.75;

    margin-bottom:22px;

}

/*==========================================
        Service Icon
==========================================*/

.service-icon{

    width:60px;

    height:60px;

    font-size:24px;

    border-radius:18px;

    margin-bottom:20px;

}

/*==========================================
        Service Link
==========================================*/

.service-link{

    font-size:14px;

    gap:8px;

}

/*==========================================
        Why Choose Us
==========================================*/

.why-section{

    padding:50px 0;

}

.why-section .row{

    flex-direction:column-reverse;

}

/*==========================================
        Content
==========================================*/

.why-section .section-tag{

    margin-bottom:18px;

}

.why-section .section-title{

    font-size:36px;

    line-height:1.3;

}

.why-section .section-description{

    font-size:15px;

    line-height:1.75;

    margin-bottom:30px;

}

.why-list{

    gap:16px;

}

.why-item{

    padding:18px;

    gap:16px;

    border-radius:20px;

}

.why-item h5{

    font-size:18px;

    margin-bottom:8px;

}

.why-item p{

    font-size:14px;

    line-height:1.7;

}

.why-icon{

    width:56px;

    height:56px;

    min-width:56px;

    font-size:22px;

    border-radius:16px;

}

.why-section .about-btn{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    margin-top:8px;

}

/*==========================================
        Image Area
==========================================*/

.why-image-wrapper{

    min-height:540px;

    max-width:430px;

    margin:0 auto 50px;

}

.why-image{

    max-width:330px;

    margin:0 auto;

}

/*==========================================
        Floating Card
==========================================*/

.why-floating-card{

    top:30px;

    left:0;

    padding:14px 18px;

    gap:10px;

    border-radius:18px;

}

.why-floating-card i{

    font-size:22px;

}

.why-floating-card h4{

    font-size:22px;

}

.why-floating-card span{

    font-size:12px;

}

/*==========================================
        Trusted Badge
==========================================*/

.why-badge{

    right:0;

    bottom:20px;

    padding:12px 16px;

    gap:10px;

    font-size:12px;

}

.why-badge i{

    width:38px;

    height:38px;

    font-size:16px;

}

/*==========================================
        Case Studies
==========================================*/

.case-section{

    padding:50px 0;

}

.case-section .section-heading{

    max-width:100%;

    margin:0 auto 50px;

}

.case-section .section-title{

    font-size:36px;

    line-height:1.3;

}

.case-section .section-description{

    font-size:16px;

    line-height:1.8;

    max-width:100%;

}

/*==========================================
        Cards
==========================================*/

.case-card{

    min-height:auto;

    max-width:520px;

    margin:0 auto;

    border-radius:24px;

}

.case-content{

    padding:22px;

}

.case-image{

    height:230px;

    padding:18px 18px 0;

}

.case-image::before{

    width:240px;
    height:240px;

    bottom:-105px;

}

.case-image img{

    max-width:220px;

}

.case-badge{

    top:15px;
    right:15px;

    padding:8px 15px;

    font-size:15px;

}

.case-category{

    padding:8px 14px;

    font-size:12px;

    margin-bottom:18px;

}

.case-category i{

    width:28px;
    height:28px;

    font-size:13px;

}

.case-content h4{

    font-size:28px;

    line-height:1.3;

    margin-bottom:14px;

}

.case-content p{

    font-size:15px;

    line-height:1.8;

    margin-bottom:22px;

}

/*==========================================
        Stats
==========================================*/

.case-stats{

    gap:12px;

    margin-bottom:22px;

}

.case-stat-box{

    padding:14px 16px;

    gap:14px;

}

.case-stat-box i{

    width:42px;
    height:42px;

    font-size:16px;

}

.case-stat-box h5{

    font-size:21px;

}

.case-stat-box span{

    font-size:12px;

}

/*==========================================
        Button
==========================================*/

.case-btn{

    padding:15px 22px;

    font-size:15px;

}

/*==================================================
      TESTIMONIAL SECTION
      576px - 767px
==================================================*/

.testimonial-section{

    padding:70px 0;

}

.testimonial-section .section-heading{

    max-width:100%;

    margin:0 auto 50px;

}

.testimonial-section .section-title{

    font-size:38px;

    line-height:1.25;

}

.testimonial-section .section-description{

    font-size:16px;

    line-height:1.8;

}

.testimonial-card{

    min-height:auto;

    border-radius:24px;

}

.testimonial-image{

    height:220px;

    padding:20px 18px 0;

}

.testimonial-image::before{

    width:220px;
    height:220px;

    bottom:-95px;

}

.testimonial-image img{

    max-width:190px;

}

.quote-icon{

    width:50px;
    height:50px;

    top:16px;
    right:16px;

}

.quote-icon i{

    font-size:22px;

}

.testimonial-content{

    padding:22px 20px;

}

.testimonial-stars{

    gap:5px;

    margin-bottom:16px;

}

.testimonial-stars i{

    font-size:15px;

}

.testimonial-content p{

    font-size:15px;

    line-height:1.8;

    margin-bottom:20px;

}

.testimonial-user{

    padding-top:16px;

}

.testimonial-user h5{

    font-size:20px;

}

.testimonial-user span{

    font-size:12px;

    padding:7px 14px;

}

.testimonial-section .row{

    row-gap:25px;

}

/*==================================================
      FAQ SECTION
      576px - 767px
==================================================*/

.faq-section{

    padding:50px 0;

}

.faq-section .section-heading{

    max-width:100%;

    margin:0 auto 50px;

}

.faq-section .section-title{

    font-size:38px;

    line-height:1.3;

}

.faq-section .section-description{

    font-size:15px;

    line-height:1.8;

}

.faq-accordion{

    gap:15px;

}

.faq-accordion .accordion-item{

    border-radius:18px;

}

.faq-accordion .accordion-button{

    padding:20px 60px 20px 20px;

    font-size:17px;

    line-height:1.45;

}

.faq-accordion .accordion-button:hover{

    padding-left:24px;

}

.faq-accordion .accordion-button::after{

    width:40px;

    height:40px;

    font-size:20px;

}

.faq-accordion .accordion-body{

    padding:0 20px 22px;

    font-size:14px;

    line-height:1.75;

}

/*==================================================
        CTA SECTION (576px - 767px)
==================================================*/
.cta-section{

    padding:70px 0;

}

.cta-wrapper{

    padding:45px 30px;

    border-radius:24px;

}

.cta-wrapper .row{

    row-gap:45px;

}

.cta-wrapper .col-lg-7,
.cta-wrapper .col-lg-5{

    text-align:center;

}

.cta-tag{

    font-size:13px;

    padding:8px 18px;

    margin-bottom:20px;

}

.cta-wrapper h2{

    font-size:36px;

    line-height:1.25;

    margin-bottom:18px;

}

.cta-wrapper p{

    font-size:16px;

    line-height:1.8;

    max-width:100%;

    margin:0 auto 30px;

}

.cta-buttons{

    flex-direction:column;

    align-items:center;

    gap:16px;

}

.btn-primary-custom,
.btn-outline-custom{

    width:100%;

    max-width:320px;

    justify-content:center;

    padding:16px 24px;

    font-size:15px;

}

.cta-card{

    max-width:420px;

    margin:0 auto;

    padding:35px 28px;

    border-radius:24px;

}

.cta-icon{

    width:75px;

    height:75px;

    margin-bottom:22px;

}

.cta-icon i{

    font-size:34px;

}

.cta-card h3{

    font-size:24px;

    margin-bottom:18px;

}

.cta-card p{

    font-size:15px;

    margin:10px 0;

}

.cta-price{

    margin-top:22px;

    padding:12px 30px;

    font-size:22px;

}

/*==================================================
      CONTACT SECTION
      576px - 767px
==================================================*/

.contact-section{

    padding:50px 0;

}

.contact-section .row{

    flex-direction:column;

}

.contact-content{

    padding-right:0;

    text-align:center;

    margin-bottom:40px;

}

.contact-content .section-title{

    font-size:36px;

    line-height:1.25;

    margin:16px 0;

}

.contact-content .section-description{

    font-size:15px;

    line-height:1.8;

    max-width:100%;

    margin:0 auto 28px;

}

/*==========================================
        Contact Info
==========================================*/

.contact-info{

    gap:14px;

    margin-bottom:24px;

}

.contact-card{

    padding:18px;

    gap:15px;

    border-radius:18px;

    text-align:left;

}

.contact-icon{

    width:52px;

    height:52px;

    border-radius:15px;

    font-size:20px;

}

.contact-text small{

    font-size:12px;

}

.contact-text h5{

    font-size:16px;

    line-height:1.4;

}

/*==========================================
        Working Hours
==========================================*/

.working-hours{

    padding:16px 18px;

    gap:12px;

    margin:22px 0;

    border-radius:16px;

    text-align:left;

}

.working-hours i{

    width:46px;

    height:46px;

    font-size:18px;

}

.working-hours span{

    font-size:14px;

    line-height:1.6;

}

/*==========================================
        Social Icons
==========================================*/

.contact-social{

    justify-content:center;

    gap:12px;

}

.contact-social a{

    width:46px;

    height:46px;

    border-radius:14px;

    font-size:17px;

}

/*==========================================
        Contact Form
==========================================*/

.contact-form-wrapper{

    margin-top:35px;

    padding:28px 22px;

    border-radius:22px;

}

.contact-form label{

    font-size:13px;

    margin-bottom:8px;

}

.contact-form .form-control,

.contact-form .form-select{

    height:52px;

    padding:0 15px;

    font-size:14px;

    border-radius:14px;

}

.contact-form textarea.form-control{

    height:150px;

    padding-top:14px;

}

/*==========================================
        Button
==========================================*/

.contact-btn{

    height:54px;

    font-size:15px;

    border-radius:50px;

}

.contact-btn i{

    font-size:16px;

}

/*==================================================
      FOOTER
      576px - 767px
==================================================*/

.footer-section{
    padding:5ch 0 0;
    text-align:center;
}

.footer-section .row{
    row-gap:50px;
}

/*==========================================
                About
==========================================*/

.footer-about{
    padding:0;
    max-width:100%;
    margin:0 auto;
}

.footer-logo{
    display:flex;
    justify-content:center;
    margin-bottom:20px;
}

.footer-logo img{
    max-width:170px;
}

.footer-about p{
    max-width:500px;
    margin:0 auto 28px;
    font-size:15px;
    line-height:1.8;
}

.footer-social{
    display:flex;
    justify-content:center;
    gap:12px;
}

.footer-social a{
    width:44px;
    height:44px;
    font-size:17px;
}

/*==========================================
            Footer Links
==========================================*/

.footer-links{
    padding:0;
    text-align:center;
}

.footer-links h4{
    font-size:20px;
    margin-bottom:22px;
}

.footer-links h4::after{
    left:50%;
    transform:translateX(-50%);
}

.footer-links ul{
    margin:0 123px;
    padding:0;
    list-style:none;
}

.footer-links ul li{
    margin-bottom:14px;
}

.footer-links ul li:last-child{
    margin-bottom:0;
}

.footer-links ul li a{
    justify-content:center;
    font-size:15px;
    gap:10px;
}

.footer-links ul li a:hover{
    padding-left:0;
}

/*==========================================
            Contact
==========================================*/

.footer-contact{
    max-width:360px;
    margin:0 auto;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:14px;
    text-align:left;
    margin-bottom:18px;
}

.footer-contact i{
    width:44px;
    height:44px;
    font-size:16px;
    flex-shrink:0;
}

.footer-contact span{
    font-size:15px;
    line-height:1.7;
}

/*==========================================
            Footer Bottom
==========================================*/

.footer-bottom{
    margin-top:45px;
    padding:22px 0;
}

.footer-bottom .row{
    row-gap:15px;
}

.footer-bottom p{
    text-align:center;
    margin:0;
    font-size:14px;
}

.footer-bottom-links{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
}

.footer-bottom-links a{
    font-size:14px;
}



}



/*==================================================
      375px - 575px
==================================================*/

@media (min-width:375px) and (max-width:575px){

    .container{
    max-width:100%;
    padding-left:18px;
    padding-right:18px;
}

.main-header{
    padding:8px 0;
}

.navbar{
    padding:0;
}

.header-logo{
    width:170px;
}

.navbar-toggler{
    border:none;
    padding:4px;
    box-shadow:none !important;
}

.navbar-toggler:focus{
    box-shadow:none !important;
}

.navbar-collapse{

    margin-top:12px;

    padding:18px;

    background:#ffffff;

    border-radius:16px;

    box-shadow:0 12px 30px rgba(15,76,129,.10);

}

.navbar-nav{

    align-items:flex-start !important;

}

.navbar-nav .nav-item{

    width:100%;

}

.navbar-nav .nav-link{

    width:100%;

    margin:0;

    padding:11px 0 !important;

    font-size:15px;

    border-bottom:1px solid #EEF4F8;

}

.navbar-nav .nav-item:last-child .nav-link{

    border-bottom:none;

}

.consultation-btn{

    width:100%;

    margin-top:16px;

    margin-left:0;

    padding:13px 16px;

    font-size:14px;

    border-radius:12px;

    justify-content:center;

}

/* ==========================================
   Hero Section
========================================== */

.hero-section{
    padding:30px 0;
    min-height:auto;
}

.hero-section .row{
    flex-direction:column;
    text-align:center;
}

.hero-section .col-lg-6:first-child{
    order:1;
}

.hero-section .col-lg-6:last-child{
    order:2;
    margin-top:10px;
}

.hero-tag{
    margin-bottom:18px;
    font-size:14px;
    padding:10px 18px;
}

.hero-title{
    font-size:32px;
    line-height:1.25;
    max-width:100%;
}

.hero-description{
    font-size:15px;
    line-height:1.8;
    max-width:100%;
    margin:18px auto 0;
    padding:0 8px;
}

.hero-buttons{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    margin-top:28px;
}

.hero-btn-primary,
.hero-btn-secondary{
    width:100%;
    max-width:300px;
    padding:14px 24px;
    font-size:15px;
}

.hero-image-wrapper{

    position:relative;

    max-width:360px;

    min-height:500px;

    margin:25px auto 0;

}

.hero-circle{

    width:240px;
    height:240px;

    left:50%;
    top:110px;

    transform:translateX(-50%);

    right:auto;

}

.hero-doctor{

    width:250px;

    left:20%;

    transform:translateX(-50%);

    bottom: 130px;

    right:auto;

}

.hero-card{

    width:140px;

    padding:14px;

    border-radius:16px;

}

.hero-card i{
    font-size:22px;
}

.hero-card h4{
    font-size:20px;
}

.hero-card p{
    font-size:12px;
}

/* ==========================================
   Trust Section
========================================== */

.trust-section{
    padding:50px 0;
}

.trust-box{
    padding:20px 14px;
    border-radius:14px;
}

.trust-box i{
    width:54px;
    height:54px;
    font-size:22px;
    margin-bottom:14px;
}

.trust-box h5{
    font-size:16px;
    margin-bottom:5px;
}

.trust-box p{
    font-size:12px;
    line-height:1.4;
}

/*==========================================
        About Section
==========================================*/

.about-section{
    padding:40px 0;
}

.about-section .row{
    flex-direction:column;
}

.about-image-wrapper{

    position:relative;

    max-width:300px;

    min-height:400px;

    margin:0 auto 40px;

}

.about-image{

    display:block;

    width:100%;

    max-width:220px;

    margin:0 auto;

}

/*==========================================
        About Content
==========================================*/

.about-content{

    padding-left:0;

    text-align:center;

}

.about-content::before{
    display:none;
}

.section-tag{

    font-size:13px;

    padding:8px 16px;

    margin-bottom:16px;

}

.section-title{

    font-size:28px;

    line-height:1.35;

    margin-bottom:18px;

}

.section-description{

    font-size:15px;

    line-height:1.75;

    margin-bottom:16px;

}

/*==========================================
        Features
==========================================*/

.about-features{

    grid-template-columns:1fr;

    gap:14px;

    margin-top:25px;

}

.feature-item{

    padding:15px 16px;

}

.feature-icon{

    width:44px;

    height:44px;

}

.feature-icon i{

    font-size:18px;

}

.feature-item span{

    font-size:14px;

}

/*==========================================
        Stats
==========================================*/

.about-stats{

    grid-template-columns:1fr;

    gap:14px;

    margin-top:25px;

}

.about-stat-box{

    padding:20px 16px;

}

.about-stat-box h3{

    font-size:34px;

}

.about-stat-box p{

    font-size:14px;

}

/*==========================================
        Buttons
==========================================*/

.about-buttons{

    flex-direction:column;

    gap:14px;

    margin-top:28px;

}

.about-btn,
.about-btn-outline{

    width:100%;

    justify-content:center;

}

/*==========================================
        Floating Cards
==========================================*/

.experience-card{

    width:145px;

    padding:12px;

    top:15px;

    left:-10px;

}

.review-card{

    width:155px;

    padding:12px;

    left:-5px;

    bottom:60px;

}

.success-card{

    width:165px;

    padding:12px;

    right:-10px;

    bottom:10px;

}

.exp-icon,
.success-card > i{

    width:40px;

    height:40px;

    font-size:16px;

}

.exp-content h2{

    font-size:22px;

}

.review-card h4{

    font-size:17px;

}

.success-content h4{

    font-size:20px;

}

.exp-content p,
.review-card p,
.success-content p{

    font-size:11px;

    line-height:1.4;

}

/*==========================================
        Services Section
==========================================*/

.services-section{

    padding:55px 0;

}

.services-section::before{

    width:220px;
    height:220px;

    top:-110px;
    left:-110px;

}

.services-section::after{

    width:200px;
    height:200px;

    bottom:-100px;
    right:-100px;

}

/*==========================================
        Section Heading
==========================================*/

.section-heading{

    max-width:100%;

    margin:0 auto 40px;

}

.services-section .section-tag{

    font-size:13px;

    padding:9px 16px;

}

.services-section .section-title{

    font-size:30px;

    line-height:1.3;

    margin-top:15px;

    margin-bottom:16px;

}

.services-section .section-description{

    font-size:15px;

    line-height:1.75;

    max-width:100%;

}

/*==========================================
        Services Row
==========================================*/

.services-section .row{

    row-gap:20px;

}

/*==========================================
        Service Card
==========================================*/

.service-card{

    padding:24px 20px;

    border-radius:18px;

}

.service-card h4{

    font-size:22px;

    margin-bottom:14px;

    line-height:1.35;

}

.service-card p{

    font-size:14px;

    line-height:1.7;

    margin-bottom:22px;

}

/*==========================================
        Service Icon
==========================================*/

.service-icon{

    width:58px;

    height:58px;

    font-size:22px;

    border-radius:16px;

    margin-bottom:18px;

}

/*==========================================
        Service Link
==========================================*/

.service-link{

    font-size:14px;

    gap:8px;

}

/*==========================================
        Why Choose Us
==========================================*/

.why-section{

    padding:40px 0;

}

.why-section .row{

    flex-direction:column-reverse;

}

/*==========================================
        Content
==========================================*/

.why-section .section-tag{

    margin-bottom:16px;

}

.why-section .section-title{

    font-size:30px;

    line-height:1.3;

}

.why-section .section-description{

    font-size:15px;

    line-height:1.75;

    margin-bottom:26px;

}

.why-list{

    gap:14px;

}

.why-item{

    padding:16px;

    gap:14px;

    border-radius:18px;

}

.why-item h5{

    font-size:18px;

    line-height:1.35;

    margin-bottom:6px;

}

.why-item p{

    font-size:14px;

    line-height:1.65;

}

.why-icon{

    width:52px;

    height:52px;

    min-width:52px;

    font-size:20px;

    border-radius:15px;

}

.why-section .about-btn{

    width:100%;

    justify-content:center;

    margin-top:10px;

}

/*==========================================
        Image Area
==========================================*/

.why-image-wrapper{

    min-height:470px;

    max-width:340px;

    margin:0 auto 45px;

}

.why-image{

    max-width:280px;

    margin:0 auto;

}

/*==========================================
        Floating Card
==========================================*/

.why-floating-card{

    top:20px;

    left:0;

    padding:12px 14px;

    gap:8px;

    border-radius:16px;

}

.why-floating-card i{

    font-size:20px;

}

.why-floating-card h4{

    font-size:20px;

}

.why-floating-card span{

    font-size:11px;

}

/*==========================================
        Trusted Badge
==========================================*/

.why-badge{

    right:0;

    bottom:12px;

    padding:10px 14px;

    gap:8px;

    font-size:11px;

}

.why-badge i{

    width:34px;

    height:34px;

    font-size:15px;

}

/*==========================================
        Case Studies
==========================================*/

.case-section{

    padding:40px 0;

}

.case-section .section-heading{

    margin:0 auto 40px;

}

.case-section .section-title{

    font-size:32px;

    line-height:1.3;

}

.case-section .section-description{

    font-size:15px;

    line-height:1.8;

}

/*==========================================
        Card
==========================================*/

.case-card{

    min-height:auto;

    border-radius:22px;

}

.case-image{

    height:210px;

    padding:15px 15px 0;

}

.case-image::before{

    width:220px;
    height:220px;

    bottom:-95px;

}

.case-image img{

    max-width:190px;

}

.case-badge{

    top:14px;
    right:14px;

    padding:7px 14px;

    font-size:14px;

}

.case-content{

    padding:20px;

}

.case-category{

    padding:7px 13px;

    font-size:11px;

    margin-bottom:16px;

}

.case-category i{

    width:26px;
    height:26px;

    font-size:12px;

}

.case-content h4{

    font-size:26px;

    line-height:1.3;

    margin-bottom:14px;

}

.case-content p{

    font-size:15px;

    line-height:1.7;

    margin-bottom:20px;

}

/*==========================================
        Stats
==========================================*/

.case-stats{

    gap:10px;

    margin-bottom:20px;

}

.case-stat-box{

    padding:13px 14px;

    gap:12px;

    border-radius:16px;

}

.case-stat-box i{

    width:40px;
    height:40px;

    font-size:15px;

}

.case-stat-box h5{

    font-size:20px;

}

.case-stat-box span{

    font-size:12px;

}

/*==========================================
        Button
==========================================*/

.case-btn{

    width:100%;

    justify-content:center;

    padding:14px 20px;

    font-size:15px;

}

/*==================================================
      TESTIMONIAL SECTION
      375px - 575px
==================================================*/

.testimonial-section{

    padding:50px 0;

}

.testimonial-section .section-heading{

    margin:0 auto 45px;

}

.testimonial-section .section-title{

    font-size:32px;

    line-height:1.3;

}

.testimonial-section .section-description{

    font-size:15px;

    line-height:1.8;

}

.testimonial-card{

    min-height:auto;

    border-radius:22px;

}

.testimonial-image{

    height:200px;

    padding:18px 15px 0;

}

.testimonial-image::before{

    width:200px;
    height:200px;

    bottom:-85px;

}

.testimonial-image img{

    max-width:170px;

}

.quote-icon{

    width:46px;
    height:46px;

    top:14px;
    right:14px;

}

.quote-icon i{

    font-size:20px;

}

.testimonial-content{

    padding:20px 18px;

}

.testimonial-stars{

    gap:4px;

    margin-bottom:14px;

}

.testimonial-stars i{

    font-size:14px;

}

.testimonial-content p{

    font-size:14px;

    line-height:1.75;

    margin-bottom:18px;

}

.testimonial-user{

    padding-top:15px;

}

.testimonial-user h5{

    font-size:18px;

}

.testimonial-user span{

    font-size:11px;

    padding:6px 12px;

}

.testimonial-user span::before{

    width:20px;
    height:20px;

    font-size:11px;

}

.testimonial-section .row{

    row-gap:22px;

}

/*==================================================
      FAQ SECTION
      375px - 575px
==================================================*/

.faq-section{

    padding:40px 0;

}

.faq-section .section-heading{

    margin:0 auto 45px;

}

.faq-section .section-title{

    font-size:32px;

    line-height:1.3;

}

.faq-section .section-description{

    font-size:15px;

    line-height:1.75;

}

.faq-accordion{

    gap:14px;

}

.faq-accordion .accordion-item{

    border-radius:16px;

}

.faq-accordion .accordion-button{

    padding:18px 58px 18px 18px;

    font-size:16px;

    line-height:1.5;

}

.faq-accordion .accordion-button:hover{

    padding-left:22px;

}

.faq-accordion .accordion-button::after{

    width:38px;

    height:38px;

    font-size:18px;

}

.faq-accordion .accordion-body{

    padding:0 18px 20px;

    font-size:14px;

    line-height:1.7;

}

/*==================================================
        CTA SECTION (375px - 575px)
==================================================*/
.cta-section{

    padding:50px 0;

}

.cta-wrapper{

    padding:40px 22px;

    border-radius:20px;

}

.cta-wrapper::before{

    width:240px;

    height:240px;

    top:-120px;

    right:-120px;

}

.cta-wrapper::after{

    width:180px;

    height:180px;

    left:-80px;

    bottom:-80px;

}

.cta-wrapper .row{

    row-gap:40px;

}

.cta-wrapper .col-lg-7,
.cta-wrapper .col-lg-5{

    text-align:center;

}

.cta-tag{

    padding:8px 16px;

    font-size:12px;

    gap:8px;

    margin-bottom:18px;

}

.cta-tag i{

    font-size:13px;

}

.cta-wrapper h2{

    font-size:30px;

    line-height:1.25;

    margin-bottom:18px;

}

.cta-wrapper p{

    font-size:15px;

    line-height:1.8;

    margin:0 auto 28px;

}

.cta-buttons{

    flex-direction:column;

    align-items:center;

    gap:14px;

}

.btn-primary-custom,

.btn-outline-custom{

    width:100%;

    justify-content:center;

    padding:15px 22px;

    font-size:15px;

}

.btn-primary-custom i,

.btn-outline-custom i{

    font-size:15px;

}

.cta-card{

    padding:30px 22px;

    border-radius:22px;

}

.cta-icon{

    width:70px;

    height:70px;

    margin-bottom:20px;

}

.cta-icon i{

    font-size:32px;

}

.cta-card h3{

    font-size:22px;

    line-height:1.35;

    margin-bottom:18px;

}

.cta-card p{

    font-size:15px;

    margin:10px 0;

}

.cta-price{

    margin-top:22px;

    padding:12px 28px;

    font-size:22px;

    letter-spacing:.5px;

}

/*==================================================
      CONTACT SECTION
      375px - 575px
==================================================*/

.contact-section{

    padding:40px 0;

}

.contact-section .row{

    flex-direction:column;

}

.contact-content{

    padding-right:0;

    text-align:center;

    margin-bottom:35px;

}

.contact-content .section-title{

    font-size:32px;

    line-height:1.3;

    margin:16px 0;

}

.contact-content .section-description{

    font-size:15px;

    line-height:1.75;

    margin:0 auto 25px;

}

/*==========================================
        Contact Info
==========================================*/

.contact-info{

    gap:14px;

    margin-bottom:22px;

}

.contact-card{

    padding:16px;

    gap:14px;

    border-radius:16px;

    text-align:left;

}

.contact-icon{

    width:50px;

    height:50px;

    border-radius:14px;

    font-size:18px;

}

.contact-text small{

    font-size:11px;

}

.contact-text h5{

    font-size:15px;

    line-height:1.4;

    word-break:break-word;

}

/*==========================================
        Working Hours
==========================================*/

.working-hours{

    padding:15px 16px;

    gap:12px;

    margin:20px 0;

    border-radius:16px;

    text-align:left;

}

.working-hours i{

    width:44px;

    height:44px;

    font-size:18px;

}

.working-hours span{

    font-size:13px;

    line-height:1.6;

}

/*==========================================
        Social Icons
==========================================*/

.contact-social{

    justify-content:center;

    gap:10px;

}

.contact-social a{

    width:44px;

    height:44px;

    border-radius:12px;

    font-size:16px;

}

/*==========================================
        Contact Form
==========================================*/

.contact-form-wrapper{

    margin-top:30px;

    padding:22px 18px;

    border-radius:20px;

}

.contact-form .row{

    --bs-gutter-y:18px;

}

.contact-form label{

    font-size:13px;

    margin-bottom:7px;

}

.contact-form .form-control,

.contact-form .form-select{

    height:50px;

    padding:0 14px;

    font-size:14px;

    border-radius:12px;

}

.contact-form textarea.form-control{

    height:140px;

    padding-top:14px;

}

/*==========================================
        Submit Button
==========================================*/

.contact-btn{

    height:52px;

    font-size:15px;

    border-radius:50px;

}

.contact-btn i{

    font-size:15px;

}

/*==================================================
      FOOTER
      375px - 575px
==================================================*/

.footer-section{
    padding:40px 0 0;
    text-align:center;
}

.footer-section .row{
    row-gap:45px;
}

/*==========================================
                About
==========================================*/

.footer-about{
    padding:0;
    max-width:100%;
    margin:0 auto;
}

.footer-logo{
    display:flex;
    justify-content:center;
    margin-bottom:18px;
}

.footer-logo img{
    max-width:155px;
}

.footer-about p{
    margin:0 auto 25px;
    font-size:14px;
    line-height:1.8;
}

.footer-social{
    display:flex;
    justify-content:center;
    gap:10px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:12px;
    font-size:16px;
}

/*==========================================
            Footer Links
==========================================*/

.footer-links{
    padding:0;
    text-align:center;
}

.footer-links h4{
    display:inline-block;
    font-size:19px;
    margin-bottom:20px;
}

.footer-links h4::after{
    left:50%;
    transform:translateX(-50%);
    width:45px;
}

.footer-links ul{
    margin:0 40px;
    padding:0;
    list-style:none;
}

.footer-links ul li{
    margin-bottom:12px;
}

.footer-links ul li:last-child{
    margin-bottom:0;
}

.footer-links ul li a{
    justify-content:center;
    gap:8px;
    font-size:14px;
}

.footer-links ul li a:hover{
    padding-left:0;
}

/*==========================================
            Contact
==========================================*/

.footer-contact{
    max-width:320px;
    margin:0 auto;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    text-align:left;
    margin-bottom:16px;
}

.footer-contact li:last-child{
    margin-bottom:0;
}

.footer-contact i{
    width:42px;
    height:42px;
    border-radius:12px;
    font-size:15px;
    flex-shrink:0;
}

.footer-contact span{
    font-size:14px;
    line-height:1.6;
}

/*==========================================
            Footer Bottom
==========================================*/

.footer-bottom{
    margin-top:40px;
    padding:20px 0;
}

.footer-bottom .row{
    row-gap:14px;
}

.footer-bottom p{
    margin:0;
    font-size:13px;
    line-height:1.7;
    text-align:center;
}

.footer-bottom-links{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
}

.footer-bottom-links a{
    font-size:13px;
}

}



/*==================================================
      320px - 374px
==================================================*/

@media (max-width:374px){

    .container{
    max-width:100%;
    padding-left:15px;
    padding-right:15px;
}

.main-header{
    padding:8px 0;
}

.navbar{
    padding:0;
}

.header-logo{
    width:150px;
}

.navbar-toggler{
    padding:3px;
    border:none;
    box-shadow:none !important;
}

.navbar-toggler:focus{
    box-shadow:none !important;
}

.navbar-collapse{

    margin-top:10px;

    padding:16px;

    background:#ffffff;

    border-radius:14px;

    box-shadow:0 10px 25px rgba(15,76,129,.10);

}

.navbar-nav{
    align-items:flex-start !important;
}

.navbar-nav .nav-item{
    width:100%;
}

.navbar-nav .nav-link{

    width:100%;

    margin:0;

    padding:10px 0 !important;

    font-size:14px;

    border-bottom:1px solid #EEF4F8;

}

.navbar-nav .nav-item:last-child .nav-link{
    border-bottom:none;
}

.consultation-btn{

    width:100%;

    margin:15px 0 0 0;

    padding:12px;

    font-size:13px;

    text-align:center;

    border-radius:10px;

    white-space:normal;

    box-sizing:border-box;

}

.navbar-collapse .consultation-btn{

    width:100%;

    max-width:100%;

    margin-left:0;

    display:flex;

    justify-content:center;

    align-items:center;

}

/* ==========================================
   Hero Section
========================================== */

.hero-section{
    padding:20px 0;
    min-height:auto;
}

.hero-section .row{
    flex-direction:column;
    text-align:center;
}

.hero-section .col-lg-6:first-child{
    order:1;
}

.hero-section .col-lg-6:last-child{
    order:2;
    margin-top:0;
}

.hero-tag{
    font-size:12px;
    padding:10px 16px;
    margin-bottom:16px;
}

.hero-title{
    font-size:30px;
    line-height:1.3;
    max-width:100%;
}

.hero-description{
    font-size:15px;
    line-height:1.7;
    max-width:100%;
    margin:16px auto 0;
}

.hero-buttons{
    justify-content:center;
    margin-top:24px;
    gap:12px;
}

.hero-btn-primary,
.hero-btn-secondary{
    width:100%;
    padding:13px 18px;
    font-size:14px;
}

.hero-image-wrapper{

    position:relative;

    max-width:300px;

    min-height:420px;

    margin:10px auto 0;

}

.hero-circle{

    width:200px;
    height:200px;

    left:50%;
    top:95px;

    right:auto;

    transform:translateX(-50%);

}

.hero-doctor{

    width:200px;

    left:20%;

    right:auto;

    bottom:95px;

    transform:translateX(-50%);

}

.hero-card{

    width:125px;

    padding:12px;

    border-radius:14px;

}

.hero-card i{
    font-size:20px;
}

.hero-card h4{
    font-size:18px;
}

.hero-card p{
    font-size:11px;
    line-height:1.4;
}

.card-one{

    top:45px;

    left:0;

}

.card-two{

    top:125px;

    right:0;

}

.card-three{

    bottom:20px;

    left:8px;

}

/* ==========================================
   Trust Section
========================================== */

.trust-section{
    padding:45px 0;
}

.trust-box{
    padding:18px 12px;
    border-radius:12px;
}

.trust-box i{
    width:50px;
    height:50px;
    font-size:20px;
    margin-bottom:12px;
}

.trust-box h5{
    font-size:15px;
    margin-bottom:4px;
}

.trust-box p{
    font-size:11px;
    line-height:1.4;
}

/*==========================================
        About Section
==========================================*/

.about-section{
    padding:30px 0;
}

.about-section .row{
    flex-direction:column;
}

.about-image-wrapper{

    position:relative;

    max-width:260px;

    min-height:350px;

    margin:0 auto 35px;

}

.about-image{

    display:block;

    width:100%;

    max-width:190px;

    margin:0 auto;

}

.about-content{

    padding-left:0;

    text-align:center;

}

.about-content::before{
    display:none;
}

.section-tag{

    font-size:12px;

    padding:8px 14px;

    margin-bottom:15px;

}

.section-tag i{

    font-size:13px;

}

.section-title{

    font-size:24px;

    line-height:1.35;

    margin-bottom:16px;

}

.section-description{

    font-size:14px;

    line-height:1.7;

    margin-bottom:16px;

}

/*==========================================
        Features
==========================================*/

.about-features{

    grid-template-columns:1fr;

    gap:12px;

    margin-top:22px;

}

.feature-item{

    padding:14px;

}

.feature-icon{

    width:42px;

    height:42px;

    min-width:42px;

}

.feature-icon i{

    font-size:16px;

}

.feature-item span{

    font-size:13px;

    line-height:1.5;

}

/*==========================================
        Stats
==========================================*/

.about-stats{

    grid-template-columns:1fr;

    gap:12px;

    margin-top:24px;

}

.about-stat-box{

    padding:18px 14px;

}

.about-stat-box h3{

    font-size:30px;

}

.about-stat-box p{

    font-size:13px;

}

/*==========================================
        Buttons
==========================================*/

.about-buttons{

    flex-direction:column;

    gap:12px;

    margin-top:25px;

}

.about-btn,
.about-btn-outline{

    width:100%;

    justify-content:center;

    padding:14px 20px;

    font-size:14px;

}

/*==========================================
        Floating Cards
==========================================*/

.experience-card{

    width:130px;

    padding:10px;

    top:10px;

    left:-5px;

}

.review-card{

    width:140px;

    padding:10px;

    left:0;

    bottom:50px;

}

.success-card{

    width:145px;

    padding:10px;

    right:-5px;

    bottom:5px;

}

.exp-icon,
.success-card > i{

    width:36px;

    height:36px;

    font-size:15px;

}

.exp-content h2{

    font-size:20px;

}

.review-card h4{

    font-size:16px;

}

.success-content h4{

    font-size:18px;

}

.exp-content p,
.review-card p,
.success-content p{

    font-size:10px;

    line-height:1.4;

}

.review-stars i{

    font-size:10px;

}

/*==========================================
        Services Section
==========================================*/

.services-section{

    padding:45px 0;

}

.services-section::before{

    width:180px;
    height:180px;

    top:-90px;
    left:-90px;

}

.services-section::after{

    width:170px;
    height:170px;

    bottom:-85px;
    right:-85px;

}

/*==========================================
        Section Heading
==========================================*/

.section-heading{

    max-width:100%;

    margin:0 auto 35px;

}

.services-section .section-tag{

    font-size:12px;

    padding:8px 14px;

}

.services-section .section-title{

    font-size:26px;

    line-height:1.35;

    margin-top:14px;

    margin-bottom:15px;

}

.services-section .section-description{

    font-size:14px;

    line-height:1.7;

    max-width:100%;

}

/*==========================================
        Services Row
==========================================*/

.services-section .row{

    row-gap:18px;

}

/*==========================================
        Service Card
==========================================*/

.service-card{

    padding:20px 18px;

    border-radius:16px;

}

.service-card h4{

    font-size:20px;

    line-height:1.35;

    margin-bottom:12px;

}

.service-card p{

    font-size:13px;

    line-height:1.7;

    margin-bottom:20px;

}

/*==========================================
        Service Icon
==========================================*/

.service-icon{

    width:52px;

    height:52px;

    font-size:20px;

    border-radius:14px;

    margin-bottom:16px;

}

/*==========================================
        Service Link
==========================================*/

.service-link{

    font-size:13px;

    gap:6px;

}

.service-link i{

    font-size:12px;

}

/*==========================================
        Why Choose Us
==========================================*/

.why-section{

    padding:30px 0;

}

.why-section .row{

    flex-direction:column-reverse;

}

/*==========================================
        Content
==========================================*/

.why-section .section-tag{

    font-size:12px;

    padding:8px 14px;

    margin-bottom:15px;

}

.why-section .section-title{

    font-size:26px;

    line-height:1.35;

}

.why-section .section-description{

    font-size:14px;

    line-height:1.7;

    margin-bottom:24px;

}

/*==========================================
        Why List
==========================================*/

.why-list{

    gap:12px;

}

.why-item{

    padding:14px;

    gap:12px;

    border-radius:16px;

}

.why-item h5{

    font-size:16px;

    line-height:1.35;

    margin-bottom:5px;

}

.why-item p{

    font-size:13px;

    line-height:1.6;

}

.why-icon{

    width:46px;

    height:46px;

    min-width:46px;

    font-size:18px;

    border-radius:14px;

}

/*==========================================
        Button
==========================================*/

.why-section .about-btn{

    width:100%;

    justify-content:center;

    padding:14px 18px;

    font-size:14px;

    margin-top:10px;

}

/*==========================================
        Image Area
==========================================*/

.why-image-wrapper{

    max-width:280px;

    min-height:400px;

    margin:0 auto 40px;

}

.why-image{

    max-width:220px;

    margin:0 auto;

}

/*==========================================
        Floating Growth Card
==========================================*/

.why-floating-card{

    top:15px;

    left:0;

    gap:8px;

    padding:10px 12px;

    border-radius:14px;

}

.why-floating-card i{

    font-size:18px;

}

.why-floating-card h4{

    font-size:18px;

}

.why-floating-card span{

    font-size:10px;

}

/*==========================================
        Trusted Badge
==========================================*/

.why-badge{

    right:0;

    bottom:8px;

    padding:9px 12px;

    gap:8px;

    font-size:10px;

}

.why-badge i{

    width:30px;

    height:30px;

    font-size:13px;

}

/*==========================================
        Case Studies
==========================================*/

.case-section{

    padding:30px 0;

}

.case-section .section-heading{

    margin:0 auto 35px;

}

.case-section .section-tag{

    font-size:12px;

    padding:8px 14px;

}

.case-section .section-title{

    font-size:26px;

    line-height:1.35;

    margin-top:14px;

    margin-bottom:14px;

}

.case-section .section-description{

    font-size:14px;

    line-height:1.7;

}

/*==========================================
        Card
==========================================*/

.case-card{

    min-height:auto;

    border-radius:20px;

}

.case-image{

    height:190px;

    padding:14px 14px 0;

}

.case-image::before{

    width:190px;
    height:190px;

    bottom:-85px;

}

.case-image img{

    max-width:170px;

}

.case-badge{

    top:12px;
    right:12px;

    padding:6px 12px;

    font-size:13px;

}

/*==========================================
        Content
==========================================*/

.case-content{

    padding:18px;

}

.case-category{

    padding:7px 12px;

    font-size:10px;

    margin-bottom:14px;

    gap:8px;

}

.case-category i{

    width:24px;

    height:24px;

    font-size:11px;

}

.case-content h4{

    font-size:22px;

    line-height:1.35;

    margin-bottom:12px;

}

.case-content p{

    font-size:13px;

    line-height:1.7;

    margin-bottom:18px;

}

/*==========================================
        Stats
==========================================*/

.case-stats{

    gap:10px;

    margin-bottom:18px;

}

.case-stat-box{

    padding:12px;

    gap:10px;

    border-radius:14px;

}

.case-stat-box i{

    width:36px;

    height:36px;

    font-size:14px;

}

.case-stat-box h5{

    font-size:18px;

}

.case-stat-box span{

    font-size:11px;

}

/*==========================================
        Button
==========================================*/

.case-btn{

    width:100%;

    justify-content:center;

    padding:13px 18px;

    font-size:14px;

    gap:8px;

}

.case-btn i{

    font-size:13px;

}

/*==========================================
        Testimonial Section
==========================================*/

.testimonial-section{

    padding:30px 0;

}

.testimonial-section .section-heading{

    margin:0 auto 35px;

}

.testimonial-section .section-tag{

    font-size:12px;

    padding:8px 14px;

}

.testimonial-section .section-title{

    font-size:26px;

    line-height:1.35;

    margin-top:14px;

    margin-bottom:14px;

}

.testimonial-section .section-description{

    font-size:14px;

    line-height:1.7;

}

/*==========================================
        Testimonial Card
==========================================*/

.testimonial-card{

    min-height:auto;

    border-radius:20px;

}

.testimonial-image{

    height:180px;

    padding:15px 12px 0;

}

.testimonial-image::before{

    width:180px;

    height:180px;

    bottom:-75px;

}

.testimonial-image img{

    max-width:155px;

}

.quote-icon{

    width:42px;

    height:42px;

    top:12px;

    right:12px;

}

.quote-icon i{

    font-size:18px;

}

/*==========================================
        Content
==========================================*/

.testimonial-content{

    padding:18px 16px;

}

.testimonial-stars{

    gap:4px;

    margin-bottom:12px;

}

.testimonial-stars i{

    font-size:13px;

}

.testimonial-content p{

    font-size:13px;

    line-height:1.7;

    margin-bottom:16px;

}

.testimonial-user{

    padding-top:14px;

}

.testimonial-user h5{

    font-size:17px;

}

.testimonial-user span{

    font-size:10px;

    padding:6px 10px;

}

.testimonial-user span::before{

    width:18px;

    height:18px;

    font-size:10px;

}

/*==========================================
        Row
==========================================*/

.testimonial-section .row{

    row-gap:20px;

}

/*==========================================
        FAQ Section
==========================================*/

.faq-section{

    padding:30px 0;

}

.faq-section .section-heading{

    margin:0 auto 35px;

}

.faq-section .section-tag{

    font-size:12px;

    padding:8px 14px;

}

.faq-section .section-title{

    font-size:26px;

    line-height:1.35;

    margin-top:14px;

    margin-bottom:14px;

}

.faq-section .section-description{

    font-size:14px;

    line-height:1.7;

}

/*==========================================
        FAQ Accordion
==========================================*/

.faq-accordion{

    gap:12px;

}

.faq-accordion .accordion-item{

    border-radius:15px;

}

.faq-accordion .accordion-button{

    padding:16px 52px 16px 16px;

    font-size:15px;

    line-height:1.45;

}

.faq-accordion .accordion-button:hover{

    padding-left:18px;

}

.faq-accordion .accordion-button::after{

    width:34px;

    height:34px;

    font-size:17px;

}

.faq-accordion .accordion-body{

    padding:0 16px 18px;

    font-size:13px;

    line-height:1.7;

}

/*==================================================
        CTA SECTION (320px - 374px)
==================================================*/
.cta-section{

    padding:30px 0;

}

.cta-wrapper{

    padding:35px 18px;

    border-radius:18px;

}

.cta-wrapper::before{

    width:180px;

    height:180px;

    top:-90px;

    right:-90px;

}

.cta-wrapper::after{

    width:140px;

    height:140px;

    left:-60px;

    bottom:-60px;

}

.cta-wrapper .row{

    row-gap:35px;

}

.cta-wrapper .col-lg-7,
.cta-wrapper .col-lg-5{

    text-align:center;

}

/*==========================================
        CTA Content
==========================================*/

.cta-tag{

    padding:7px 14px;

    font-size:11px;

    gap:6px;

    margin-bottom:16px;

}

.cta-tag i{

    font-size:12px;

}

.cta-wrapper h2{

    font-size:26px;

    line-height:1.35;

    margin-bottom:16px;

}

.cta-wrapper p{

    font-size:14px;

    line-height:1.7;

    margin:0 auto 24px;

}

/*==========================================
        CTA Buttons
==========================================*/

.cta-buttons{

    flex-direction:column;

    align-items:center;

    gap:12px;

}

.btn-primary-custom,

.btn-outline-custom{

    width:100%;

    justify-content:center;

    padding:14px 18px;

    font-size:14px;

    gap:8px;

}

.btn-primary-custom i,

.btn-outline-custom i{

    font-size:14px;

}

/*==========================================
        CTA Card
==========================================*/

.cta-card{

    padding:25px 18px;

    border-radius:18px;

}

.cta-icon{

    width:60px;

    height:60px;

    margin-bottom:18px;

}

.cta-icon i{

    font-size:28px;

}

.cta-card h3{

    font-size:20px;

    line-height:1.3;

    margin-bottom:16px;

}

.cta-card p{

    font-size:14px;

    margin:8px 0;

}

.cta-price{

    margin-top:18px;

    padding:10px 22px;

    font-size:20px;

    letter-spacing:.5px;

}

/*==================================================
      CONTACT SECTION
      320px - 374px
==================================================*/

@media (max-width:374px){

.contact-section{

    padding:30px 0;

}

.contact-section .row{

    flex-direction:column;

}

.contact-content{

    padding-right:0;

    text-align:center;

    margin-bottom:30px;

}

.contact-content .section-title{

    font-size:26px;

    line-height:1.35;

    margin:14px 0;

}

.contact-content .section-description{

    font-size:14px;

    line-height:1.7;

    margin:0 auto 22px;

}

/*==========================================
        Contact Info
==========================================*/

.contact-info{

    gap:12px;

    margin-bottom:20px;

}

.contact-card{

    padding:14px;

    gap:12px;

    border-radius:15px;

    text-align:left;

}

.contact-icon{

    width:46px;

    height:46px;

    border-radius:12px;

    font-size:17px;

}

.contact-text small{

    font-size:10px;

}

.contact-text h5{

    font-size:14px;

    line-height:1.4;

    word-break:break-word;

}

/*==========================================
        Working Hours
==========================================*/

.working-hours{

    padding:14px;

    gap:10px;

    margin:18px 0;

    border-radius:14px;

    text-align:left;

}

.working-hours i{

    width:40px;

    height:40px;

    font-size:16px;

}

.working-hours span{

    font-size:12px;

    line-height:1.6;

}

/*==========================================
        Social Icons
==========================================*/

.contact-social{

    justify-content:center;

    gap:10px;

}

.contact-social a{

    width:40px;

    height:40px;

    border-radius:10px;

    font-size:15px;

}

/*==========================================
        Contact Form
==========================================*/

.contact-form-wrapper{

    margin-top:25px;

    padding:18px 15px;

    border-radius:18px;

}

.contact-form .row{

    --bs-gutter-y:16px;

}

.contact-form label{

    font-size:12px;

    margin-bottom:6px;

}

.contact-form .form-control,

.contact-form .form-select{

    height:48px;

    padding:0 12px;

    font-size:13px;

    border-radius:10px;

}

.contact-form textarea.form-control{

    height:130px;

    padding-top:12px;

}

.contact-btn{

    height:50px;

    font-size:14px;

    border-radius:40px;

    gap:8px;

}

.contact-btn i{

    font-size:14px;

}

}

/*==================================================
      FOOTER
      320px - 374px
==================================================*/

.footer-section{
    padding:30px 0 0;
    text-align:center;
}

.footer-section .row{
    row-gap:40px;
}

/*==========================================
                About
==========================================*/

.footer-about{
    padding:0;
    max-width:100%;
    margin:0 auto;
}

.footer-logo{
    display:flex;
    justify-content:center;
    margin-bottom:16px;
}

.footer-logo img{
    max-width:140px;
}

.footer-about p{
    margin:0 auto 22px;
    font-size:13px;
    line-height:1.8;
}

.footer-social{
    display:flex;
    justify-content:center;
    gap:8px;
}

.footer-social a{
    width:40px;
    height:40px;
    border-radius:10px;
    font-size:15px;
}

/*==========================================
            Footer Links
==========================================*/

.footer-links{
    padding:0;
    text-align:center;
}

.footer-links h4{
    display:inline-block;
    font-size:18px;
    margin-bottom:18px;
}

.footer-links h4::after{
    left:50%;
    transform:translateX(-50%);
    width:40px;
}

.footer-links ul{
    margin:0 ;
    padding:0;
    list-style:none;
} 

.footer-links ul li{
    margin-bottom:10px;
}

.footer-links ul li:last-child{
    margin-bottom:0;
}

.footer-links ul li a{
    justify-content:center;
    gap:8px;
    font-size:13px;
}

.footer-links ul li a:hover{
    padding-left:0;
}

/*==========================================
            Contact
==========================================*/

.footer-contact{
    max-width:280px;
    margin:0 auto;
}

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    text-align:left;
    margin-bottom:15px;
}

.footer-contact li:last-child{
    margin-bottom:0;
}

.footer-contact i{
    width:38px;
    height:38px;
    border-radius:10px;
    font-size:14px;
    flex-shrink:0;
}

.footer-contact span{
    font-size:13px;
    line-height:1.6;
}

/*==========================================
            Footer Bottom
==========================================*/

.footer-bottom{
    margin-top:35px;
    padding:18px 0;
}

.footer-bottom .row{
    row-gap:12px;
}

.footer-bottom p{
    margin:0;
    font-size:12px;
    line-height:1.7;
    text-align:center;
}

.footer-bottom-links{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    gap:10px;
}

.footer-bottom-links a{
    font-size:12px;
}

}