*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#fff;
color:#333;
}

.top-header{
background:#0d6efd;
color:#fff;
padding:10px 0;
font-size:14px;
}

.top-header i{
margin-right:5px;
}

.logo{
    width:180px;
    height:auto;
}

@media (max-width:768px){

.logo{
    width:140px;
}

}
.navbar-brand{
font-size:28px;
font-weight:700;
color:#0d6efd!important;
}
.navbar {
    padding: 15px 0;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #222;
    margin: 0 8px;
    transition: .3s;
}

.navbar-nav .nav-link:hover {
    color: #0d6efd;
}

.dropdown-menu {
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.dropdown-item {
    padding: 10px 22px;
    transition: .3s;
}

.dropdown-item:hover {
    background: #0d6efd;
    color: #fff;
}

/* Show dropdown on hover for desktop */
@media (min-width:992px){

.dropdown:hover>.dropdown-menu{
display:block;
margin-top:0;
}

}
.navbar-nav .nav-link{
font-weight:500;
margin-left:18px;
}

.navbar-nav .nav-link:hover{
color:#0d6efd;
}

.appointment-btn{
background:#0d6efd;
color:#fff;
padding:10px 22px;
border-radius:30px;
}

.appointment-btn:hover{
background:#084298;
color:#fff;
}

.hero{
padding:90px 0;
background:#f5fbff;
}

.hero h1{
font-size:52px;
font-weight:700;
line-height:1.2;
margin-bottom:20px;
}

.hero p{
font-size:18px;
color:#666;
margin-bottom:30px;
}

.hero-btn{
background:#0d6efd;
color:#fff;
padding:14px 32px;
border-radius:30px;
}

.hero-btn:hover{
background:#084298;
color:#fff;
}

.hero img{
border-radius:20px;
}

.about h2{
font-size:42px;
font-weight:700;
margin-bottom:20px;
}

.about p{
font-size:17px;
color:#666;
line-height:30px;
}

.about ul{
padding-left:18px;
margin:25px 0;
}

.about li{
margin-bottom:12px;
font-weight:500;
}

@media(max-width:991px){

.hero{
text-align:center;
}

.hero h1{
font-size:38px;
}

.about{
text-align:center;
}

.about img{
margin-bottom:30px;
}

}

@media(max-width:576px){

.top-header{
font-size:12px;
}

.navbar-brand{
font-size:22px;
}


.hero{
padding:60px 0;
}

.hero h1{
font-size:30px;
}

.hero p{
font-size:16px;
}

.about h2{
font-size:30px;
}

}

/*==========================
Services Section
===========================*/

.services-section{
    background:#f8fbff;
}

.sub-title{
    color:#0d6efd;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    margin:15px 0;
    color:#1d3557;
}

.section-text{
    color:#6c757d;
    font-size:17px;
    line-height:28px;
}

.service-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    transition:.4s;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    height:100%;
    border:1px solid transparent;
}

.service-card:hover{
    transform:translateY(-10px);
    border-color:#0d6efd;
    box-shadow:0 20px 40px rgba(13,110,253,.15);
}

.service-icon{
    width:80px;
    height:80px;
    background:#e8f1ff;
    color:#0d6efd;
    margin:auto;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    transition:.4s;
}

.service-card:hover .service-icon{
    background:#0d6efd;
    color:#fff;
    transform:rotateY(180deg);
}

.service-card h4{
    margin:25px 0 15px;
    font-size:24px;
    font-weight:600;
}

.service-card p{
    color:#666;
    line-height:28px;
    margin-bottom:20px;
}

.service-card a{
    text-decoration:none;
    color:#0d6efd;
    font-weight:600;
}

.service-card a i{
    margin-left:6px;
    transition:.3s;
}

.service-card:hover a i{
    margin-left:12px;
}

/*=====================
Responsive
======================*/

@media(max-width:991px){

.section-title{
    font-size:34px;
}

}

@media(max-width:576px){

.section-title{
    font-size:28px;
}

.service-card{
    padding:30px 20px;
}

.service-icon{
    width:70px;
    height:70px;
    font-size:30px;
}

}

/*==================================
Why Choose Us
==================================*/

.why-choose{
    background:#fff;
}

.why-image{
    position:relative;
}

.why-image img{
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.experience-box{

    position:absolute;

    bottom:30px;

    right:-20px;

    background:#0d6efd;

    color:#fff;

    width:150px;

    height:150px;

    border-radius:20px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    box-shadow:0 15px 35px rgba(13,110,253,.35);

}

.experience-box h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:5px;

}

.experience-box span{

    font-size:18px;

}

.feature-box{

    display:flex;

    gap:18px;

    background:#f8fbff;

    padding:20px;

    border-radius:15px;

    transition:.4s;

    height:100%;

}

.feature-box:hover{

    transform:translateY(-6px);

    background:#0d6efd;

    color:#fff;

}

.feature-box:hover p{

    color:#fff;

}

.feature-box:hover .feature-icon{

    background:#fff;

    color:#0d6efd;

}

.feature-icon{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

    transition:.4s;

    flex-shrink:0;

}

.feature-box h5{

    font-weight:600;

    margin-bottom:8px;

}

.feature-box p{

    color:#666;

    margin:0;

    font-size:15px;

}

.why-list{

    list-style:none;

    padding:0;

    margin-top:20px;

}

.why-list li{

    margin-bottom:15px;

    font-size:17px;

    font-weight:500;

}

.why-list i{

    color:#0d6efd;

    margin-right:10px;

}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.experience-box{

    right:15px;

    bottom:15px;

    width:120px;

    height:120px;

}

.experience-box h2{

    font-size:32px;

}

}

@media(max-width:576px){

.experience-box{

    width:100px;

    height:100px;

}

.experience-box h2{

    font-size:26px;

}

.experience-box span{

    font-size:13px;

}

.feature-box{

    flex-direction:column;

    text-align:center;

    align-items:center;

}

}

/*====================================
Facilities Section
=====================================*/

.facilities-section{

    background:#f8fbff;

}

.facility-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    transition:.4s;

    box-shadow:0 8px 30px rgba(0,0,0,.08);

    height:100%;

    position:relative;

    overflow:hidden;

}

.facility-card::before{

    content:"";

    position:absolute;

    width:100%;

    height:5px;

    background:#0d6efd;

    left:-100%;

    top:0;

    transition:.4s;

}

.facility-card:hover::before{

    left:0;

}

.facility-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 45px rgba(13,110,253,.18);

}

.facility-icon{

    width:90px;

    height:90px;

    margin:auto;

    background:#e9f3ff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#0d6efd;

    font-size:36px;

    margin-bottom:25px;

    transition:.4s;

}

.facility-card:hover .facility-icon{

    background:#0d6efd;

    color:#fff;

    transform:rotate(360deg);

}

.facility-card h4{

    font-size:24px;

    font-weight:600;

    margin-bottom:15px;

    color:#1d3557;

}

.facility-card p{

    color:#666;

    line-height:28px;

    margin:0;

}

/*======================
Responsive
=======================*/

@media(max-width:991px){

.facility-card{

padding:35px 25px;

}

}

@media(max-width:576px){

.facility-card{

padding:30px 20px;

}

.facility-icon{

width:75px;

height:75px;

font-size:30px;

}

.facility-card h4{

font-size:21px;

}

}

/*====================================
 Counter Section
=====================================*/

.counter-section{

    background: url(../images/bg.jpg);
    background-size: cover;
    padding:80px 0;

}

.counter-box{

    background:#fff;

    border-radius:20px;

    padding:40px 20px;

    text-align:center;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

    height:100%;

}

.counter-box:hover{

    transform:translateY(-10px);

}

.counter-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    background:#e9f3ff;

    color:#0d6efd;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:20px;

}

.counter-box h2{

    font-size:48px;

    font-weight:700;

    color:#0d6efd;

    display:inline-block;

}

.counter-box span{

    font-size:36px;

    color:#0d6efd;

    font-weight:700;

}

.counter-box h5{

    margin-top:15px;

    font-weight:600;

    color:#1d3557;

}

/* Responsive */

@media(max-width:991px){

.counter-section{

padding:60px 0;

}

}

@media(max-width:576px){

.counter-box{

padding:30px 15px;

}

.counter-box h2{

font-size:36px;

}

.counter-icon{

width:70px;

height:70px;

font-size:28px;

}

}

/*==================================
 Doctors Section
==================================*/

.doctors-section{
    background:#fff;
}

.doctor-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.doctor-card:hover{
    transform:translateY(-10px);
}

.doctor-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    text-align:center;
    padding:30px 20px;
}

.doctor-image{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px;
}

.doctor-image img{
    width:160px;
    height:160px;
    border-radius:50%;
    object-fit:cover;
    border:6px solid #0d6efd;
    box-shadow:0 8px 20px rgba(13,110,253,.20);
    transition:.4s;
}

.doctor-card:hover .doctor-image img{
    transform:scale(1.08);
}

.doctor-social{

    position:absolute;

    right:15px;

    top:20px;

    display:flex;

    flex-direction:column;

    opacity:0;

    transition:.4s;

}

.doctor-card:hover .doctor-social{
    opacity:1;
}

.doctor-social a{

    width:42px;

    height:42px;

    background:#0d6efd;

    color:#fff;

    margin-bottom:10px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

}

.doctor-content{
    padding:25px;
    text-align:center;
}

.doctor-content h4{
    font-weight:700;
    margin-bottom:8px;
}

.doctor-content span{
    color:#0d6efd;
    font-weight:600;
}

.doctor-content ul{
    list-style:none;
    padding:0;
    margin:20px 0;
}

.doctor-content li{
    margin-bottom:10px;
    color:#666;
}

.doctor-content li i{
    color:#0d6efd;
    margin-right:8px;
}

.doctor-btn{
    background:#0d6efd;
    color:#fff;
    padding:12px 28px;
    border-radius:30px;
}

.doctor-btn:hover{
    background:#084298;
    color:#fff;
}

@media(max-width:768px){

.doctor-image img{
height:300px;
}

}

/*==================================
Appointment Section
===================================*/

.appointment-section{

    background:#f8fbff;

}

.appointment-wrapper{

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.appointment-image{

    position:relative;

    height:100%;

}

.appointment-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    min-height:650px;

}

.appointment-info{

    position:absolute;

    bottom:30px;

    left:30px;

    background:#0d6efd;

    color:#fff;

    padding:20px 25px;

    border-radius:15px;

    display:flex;

    align-items:center;

    gap:18px;

    box-shadow:0 15px 35px rgba(13,110,253,.35);

}

.appointment-info i{

    font-size:35px;

}

.appointment-info span{

    font-size:14px;

    display:block;

}

.appointment-info h4{

    margin:0;

    font-weight:700;

}

.appointment-form{

    padding:60px 50px;

}

.appointment-form p{

    color:#666;

    margin-bottom:30px;

}

.form-control,

.form-select{

    height:55px;

    border-radius:10px;

    border:1px solid #ddd;

    box-shadow:none;

}

textarea.form-control{

    height:auto;

}

.form-control:focus,

.form-select:focus{

    border-color:#0d6efd;

    box-shadow:none;

}

.appointment-btn2{

    background:#0d6efd;

    color:#fff;

    padding:14px 35px;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

}

.appointment-btn2:hover{

    background:#084298;

    color:#fff;

}

/*==========================
Responsive
===========================*/

@media(max-width:991px){

.appointment-image img{

min-height:400px;

}

.appointment-form{

padding:40px 30px;

}

}

@media(max-width:576px){

.appointment-info{

left:15px;

right:15px;

padding:15px;

}

.appointment-info h4{

font-size:18px;

}

.appointment-form{

padding:30px 20px;

}

}

/*===================================
Testimonials
===================================*/

.testimonial-section{

    background:#f8fbff;

}

.testimonial-card{

    max-width:750px;

    margin:auto;

    background:#fff;

    padding:50px 40px;

    border-radius:20px;

    text-align:center;

    position:relative;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.quote-icon{

    position:absolute;

    top:25px;

    right:30px;

    font-size:55px;

    color:#0d6efd;

    opacity:.15;

}

.testimonial-card img{

    width:110px;

    height:110px;

    border-radius:50%;

    object-fit:cover;

    border:5px solid #0d6efd;

    margin-bottom:25px;

}

.testimonial-card p{

    color:#666;

    font-size:18px;

    line-height:32px;

    margin-bottom:25px;

}

.rating{

    color:#ffc107;

    margin-bottom:15px;

}

.rating i{

    margin:0 2px;

}

.testimonial-card h4{

    font-weight:700;

    margin-bottom:5px;

}

.testimonial-card span{

    color:#0d6efd;

    font-weight:500;

}

/* Carousel Buttons */

.carousel-control-prev,

.carousel-control-next{

    width:55px;

}

.carousel-control-prev-icon,

.carousel-control-next-icon{

    background-color:#0d6efd;

    border-radius:50%;

    padding:20px;

}

/* Responsive */

@media(max-width:768px){

.testimonial-card{

padding:35px 20px;

}

.testimonial-card img{

width:90px;

height:90px;

}

.testimonial-card p{

font-size:16px;

line-height:28px;

}

}

/*===================================
Health Tips / Blogs
===================================*/

.blog-section{
    background:#f8fbff;
}

.blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.blog-card:hover{
    transform:translateY(-10px);
}

.blog-image{
    position:relative;
    overflow:hidden;
}

.blog-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:.5s;
}

.blog-card:hover .blog-image img{
    transform:scale(1.08);
}

.blog-category{

    position:absolute;

    top:20px;

    left:20px;

    background:#0d6efd;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.blog-content{
    padding:25px;
}

.blog-date{
    color:#0d6efd;
    font-size:14px;
    margin-bottom:12px;
}

.blog-date i{
    margin-right:6px;
}

.blog-content h4{
    font-size:23px;
    font-weight:600;
    margin-bottom:15px;
    line-height:34px;
}

.blog-content p{
    color:#666;
    line-height:28px;
    margin-bottom:20px;
}

.blog-content a{
    text-decoration:none;
    color:#0d6efd;
    font-weight:600;
}

.blog-content a i{
    margin-left:8px;
    transition:.3s;
}

.blog-card:hover a i{
    margin-left:14px;
}

/* Responsive */

@media(max-width:991px){

.blog-content h4{
font-size:21px;
}

}

@media(max-width:576px){

.blog-image img{
height:220px;
}

.blog-content{
padding:20px;
}

.blog-content h4{
font-size:19px;
line-height:30px;
}

}

/*====================================
 FAQ Section
=====================================*/

.faq-section{

    background:#ffffff;

}

.faq-image{

    margin-top:30px;

}

.accordion-item{

    border:none;

    margin-bottom:18px;

    border-radius:15px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.accordion-button{

    background:#fff;

    font-size:18px;

    font-weight:600;

    color:#1d3557;

    padding:22px;

    box-shadow:none;

}

.accordion-button:not(.collapsed){

    background:#0d6efd;

    color:#fff;

}

.accordion-button:focus{

    box-shadow:none;

}

.accordion-body{

    padding:22px;

    color:#666;

    line-height:30px;

    background:#fff;

}

.accordion-button::after{

    filter:brightness(0);

}

.accordion-button:not(.collapsed)::after{

    filter:brightness(100);

}

/*====================
Responsive
=====================*/

@media(max-width:991px){

.faq-image{

display:none;

}

}

@media(max-width:576px){

.accordion-button{

font-size:16px;

padding:18px;

}

.accordion-body{

padding:18px;

}

}

/*====================================
Contact Section
=====================================*/

.contact-section{
    background:#f8fbff;
}

.contact-info,
.contact-form{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    height:100%;

}

.contact-info h3{

    font-weight:700;

    margin-bottom:20px;

    color:#1d3557;

}

.contact-info p{

    color:#666;

}

.contact-box{

    display:flex;

    align-items:flex-start;

    gap:18px;

    margin-top:30px;

}

.contact-icon{

    width:60px;

    height:60px;

    background:#0d6efd;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

    flex-shrink:0;

}

.contact-box h5{

    font-weight:600;

    margin-bottom:5px;

}

.form-control{

    border-radius:10px;

    height:55px;

    box-shadow:none;

}

textarea.form-control{

    height:auto;

}

.form-control:focus{

    border-color:#0d6efd;

    box-shadow:none;

}

.contact-btn{

    background:#0d6efd;

    color:#fff;

    padding:14px 35px;

    border-radius:40px;

    font-weight:600;

}

.contact-btn:hover{

    background:#084298;

    color:#fff;

}

.map-box{

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.map-box iframe{

    display:block;

}

/*====================
Responsive
=====================*/

@media(max-width:991px){

.contact-info{

margin-bottom:30px;

}

}

@media(max-width:576px){

.contact-info,
.contact-form{

padding:25px;

}

.contact-box{

flex-direction:column;

text-align:center;

align-items:center;

}

}

/*==================================
 Footer
===================================*/

.footer-section{

    background:#0b2341;

    color:#fff;

    padding:80px 0 30px;

}

.footer-logo{

    margin-bottom:25px;

}

.footer-logo a{

    display:inline-block;

}

.footer-logo-img{

    width:220px;

    height:auto;

    display:block;

}

/* Mobile */

@media (max-width:576px){

.footer-logo-img{

    width:180px;

}

}

.footer-widget p{

    color:#d8d8d8;

    line-height:30px;

}

.footer-widget h4{

    margin-bottom:25px;

    font-size:22px;

    font-weight:600;

}

.footer-widget ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-widget ul li{

    margin-bottom:15px;

}

.footer-widget ul li a{

    color:#d8d8d8;

    text-decoration:none;

    transition:.3s;

}

.footer-widget ul li a:hover{

    color:#00d4ff;

    padding-left:6px;

}

.footer-social{

    margin-top:25px;

}

.footer-social a{

    width:45px;

    height:45px;

    background:rgba(255,255,255,.08);

    display:inline-flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    color:#fff;

    margin-right:10px;

    text-decoration:none;

    transition:.3s;

}

.footer-social a:hover{

    background:#0d6efd;

    transform:translateY(-5px);

}

.footer-contact li{

    display:flex;

    gap:15px;

    align-items:flex-start;

}

.footer-contact i{

    color:#00d4ff;

    margin-top:5px;

}

.footer-section hr{

    border-color:rgba(255,255,255,.15);

    margin:50px 0 30px;

}

.copyright{

    margin:0;

    color:#d8d8d8;

}

.footer-section .text-md-end a{

    color:#d8d8d8;

    text-decoration:none;

    margin:0 6px;

}

.footer-section .text-md-end a:hover{

    color:#00d4ff;

}

/* Responsive */

@media(max-width:768px){

.footer-section{

text-align:center;

}

.footer-contact li{

justify-content:center;

}

.footer-social{

margin-bottom:25px;

}

.text-md-end{

text-align:center!important;

margin-top:15px;

}

}

/*=========================
WhatsApp Button
==========================*/

.whatsapp-btn{

    position:fixed;

    bottom:25px;

    right:25px;

    width:60px;

    height:60px;

    background:#25D366;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

    text-decoration:none;

    box-shadow:0 10px 30px rgba(0,0,0,.25);

    z-index:999;

    animation:whatsapp 1.5s infinite;

}

@keyframes whatsapp{

0%{

transform:scale(1);

}

50%{

transform:scale(1.1);

}

100%{

transform:scale(1);

}

}

.whatsapp-btn:hover{

color:#fff;

}


.call-btn{

    position:fixed;

    bottom:100px;

    right:25px;

    width:60px;

    height:60px;

    background:#0d6efd;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:25px;

    text-decoration:none;

    z-index:999;

    box-shadow:0 10px 30px rgba(0,0,0,.25);

}

.call-btn:hover{

color:#fff;

background:#084298;

}

#topBtn{

position:fixed;

left:25px;

bottom:25px;

width:55px;

height:55px;

border:none;

background:#0d6efd;

color:#fff;

font-size:24px;

border-radius:50%;

cursor:pointer;

display:none;

z-index:999;

box-shadow:0 10px 25px rgba(0,0,0,.20);

}

#preloader{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:#fff;

display:flex;

justify-content:center;

align-items:center;

z-index:99999;

}

.loader{

width:70px;

height:70px;

border:6px solid #ddd;

border-top:6px solid #0d6efd;

border-radius:50%;

animation:spin 1s linear infinite;

}

@keyframes spin{

100%{

transform:rotate(360deg);

}

}


.emergency-bar{

background:#0d6efd;

color:#fff;

padding:10px 0;

font-size:15px;

font-weight:500;

}

/*====================================
Breadcrumb Section
=====================================*/

.breadcrumb-section{

    position:relative;

    background:url("../images/breadcrumb.jpg") center center/cover no-repeat;

    padding:120px 0;

    overflow:hidden;

}

.breadcrumb-overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:linear-gradient(rgb(99 157 242 / 80%), rgb(1 47 101 / 85%));

}

.breadcrumb-content{

    position:relative;

    z-index:2;

    text-align:center;

}

.breadcrumb-content h1{

    color:#fff;

    font-size:52px;

    font-weight:700;

    margin-bottom:20px;

}

.breadcrumb{

    background:rgba(255,255,255,.15);

    display:inline-flex;

    padding:12px 25px;

    border-radius:50px;

    backdrop-filter:blur(8px);

}

.breadcrumb-item{

    color:#fff;

    font-size:16px;

}

.breadcrumb-item a{

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.breadcrumb-item a:hover{

    color:#ffd54f;

}

.breadcrumb-item+.breadcrumb-item::before{

    color:#fff;

}

.breadcrumb-item.active{

    color:#ffd54f;

    font-weight:600;

}

/* Responsive */

@media(max-width:991px){

.breadcrumb-section{

padding:90px 0;

}

.breadcrumb-content h1{

font-size:40px;

}

}

@media(max-width:576px){

.breadcrumb-section{

padding:70px 0;

}

.breadcrumb-content h1{

font-size:30px;

}

.breadcrumb{

padding:10px 18px;

font-size:14px;

}

}

/*====================================
Vision & Mission Section
=====================================*/

.vision-mission-section{

    background:#f8fbff;

}

.vm-card{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

    border-top:5px solid #0d6efd;

}

.vm-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.vm-icon{

    width:80px;

    height:80px;

    background:#eaf3ff;

    color:#0d6efd;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    margin-bottom:25px;

}

.vm-card h3{

    font-size:30px;

    font-weight:700;

    color:#1d3557;

    margin-bottom:18px;

}

.vm-card p{

    color:#666;

    line-height:30px;

    margin-bottom:25px;

}

.vm-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.vm-card ul li{

    margin-bottom:14px;

    color:#555;

    font-weight:500;

}

.vm-card ul li i{

    color:#0d6efd;

    margin-right:10px;

}

/* Responsive */

@media(max-width:991px){

.vm-card{

padding:30px;

}

}

@media(max-width:576px){

.vm-card{

padding:25px;

}

.vm-card h3{

font-size:24px;

}

.vm-icon{

width:70px;

height:70px;

font-size:28px;

}

}

/*====================================
Gynecology Service Details
=====================================*/

.service-details{

    background:#fff;

}

.service-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.service-content{

    padding-left:20px;

}

.service-content p{

    color:#666;

    line-height:30px;

    margin-bottom:20px;

}

.service-list{

    list-style:none;

    padding:0;

    margin:0;

}

.service-list li{

    margin-bottom:15px;

    font-size:16px;

    color:#444;

}

.service-list li i{

    color:#0d6efd;

    margin-right:10px;

}

.service-btn{

    margin-top:30px;

    background:#0d6efd;

    color:#fff;

    padding:14px 35px;

    border-radius:40px;

    font-weight:600;

}

.service-btn:hover{

    background:#084298;

    color:#fff;

}

/* Responsive */

@media(max-width:991px){

.service-content{

padding-left:0;

margin-top:20px;

}

}

@media(max-width:576px){

.service-content{

text-align:center;

}

.service-list{

text-align:left;

margin-top:20px;

}

}

/*====================================
Our Gynecology Services
=====================================*/

.gyne-services{

    background:#f8fbff;

}

.gyne-card{

    background:#fff;

    padding:35px 30px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    border-bottom:4px solid transparent;

}

.gyne-card:hover{

    transform:translateY(-10px);

    border-color:#0d6efd;

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.gyne-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    background:#eaf3ff;

    color:#0d6efd;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:36px;

    transition:.4s;

}

.gyne-card:hover .gyne-icon{

    background:#0d6efd;

    color:#fff;

    transform:rotateY(180deg);

}

.gyne-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

    color:#1d3557;

}

.gyne-card p{

    color:#666;

    line-height:28px;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.gyne-card{

padding:30px 20px;

}

}

@media(max-width:576px){

.gyne-icon{

width:75px;

height:75px;

font-size:30px;

}

.gyne-card h4{

font-size:21px;

}

}

/*====================================
Obstetrics Section
=====================================*/

.obstetrics-section{

    background:#fff;

}

.obstetrics-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.obstetrics-content p{

    color:#666;

    line-height:30px;

    margin-bottom:20px;

}

.ob-list{

    list-style:none;

    padding:0;

}

.ob-list li{

    margin-bottom:15px;

    color:#444;

}

.ob-list i{

    color:#0d6efd;

    margin-right:10px;

}

.obstetrics-btn{

    margin-top:30px;

    background:#0d6efd;

    color:#fff;

    padding:14px 35px;

    border-radius:40px;

    font-weight:600;

}

.obstetrics-btn:hover{

    background:#084298;

    color:#fff;

}

/* Responsive */

@media(max-width:991px){

.obstetrics-content{

margin-bottom:30px;

}

}

@media(max-width:576px){

.obstetrics-content{

text-align:center;

}

.ob-list{

text-align:left;

margin-top:20px;

}

}

/*====================================
Our Obstetric Services
=====================================*/

.ob-services{

    background:#f8fbff;

}

.ob-card{

    background:#fff;

    padding:35px 30px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    border-bottom:4px solid transparent;

}

.ob-card:hover{

    transform:translateY(-10px);

    border-color:#0d6efd;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.ob-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    background:#eaf3ff;

    color:#0d6efd;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:36px;

    transition:.4s;

}

.ob-card:hover .ob-icon{

    background:#0d6efd;

    color:#fff;

    transform:rotateY(180deg);

}

.ob-card h4{

    font-size:24px;

    font-weight:700;

    color:#1d3557;

    margin-bottom:15px;

}

.ob-card p{

    color:#666;

    line-height:28px;

}

/* Responsive */

@media(max-width:991px){

.ob-card{

padding:30px 20px;

}

}

@media(max-width:576px){

.ob-icon{

width:75px;

height:75px;

font-size:30px;

}

.ob-card h4{

font-size:20px;

}

}

/*====================================
General Medical Care
=====================================*/

.general-care{

    background:#fff;

}

.general-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.general-content p{

    color:#666;

    line-height:30px;

    margin-bottom:20px;

}

.general-list{

    list-style:none;

    padding:0;

}

.general-list li{

    margin-bottom:15px;

    color:#444;

}

.general-list li i{

    color:#0d6efd;

    margin-right:10px;

}

.general-btn{

    margin-top:30px;

    background:#0d6efd;

    color:#fff;

    padding:14px 35px;

    border-radius:40px;

    font-weight:600;

}

.general-btn:hover{

    background:#084298;

    color:#fff;

}

@media(max-width:991px){

.general-content{

margin-top:30px;

}

}

@media(max-width:576px){

.general-content{

text-align:center;

}

.general-list{

text-align:left;

margin-top:20px;

}

}


/*====================================
Our General Medical Services
=====================================*/

.medical-services{

    background:#f8fbff;

}

.medical-card{

    background:#fff;

    padding:35px 30px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    border-bottom:4px solid transparent;

}

.medical-card:hover{

    transform:translateY(-10px);

    border-color:#0d6efd;

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.medical-icon{

    width:90px;

    height:90px;

    background:#eaf3ff;

    color:#0d6efd;

    border-radius:50%;

    margin:auto;

    margin-bottom:25px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:35px;

    transition:.4s;

}

.medical-card:hover .medical-icon{

    background:#0d6efd;

    color:#fff;

    transform:rotateY(180deg);

}

.medical-card h4{

    font-size:24px;

    font-weight:700;

    color:#1d3557;

    margin-bottom:15px;

}

.medical-card p{

    color:#666;

    line-height:28px;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.medical-card{

padding:30px 20px;

}

}

@media(max-width:576px){

.medical-icon{

width:75px;

height:75px;

font-size:28px;

}

.medical-card h4{

font-size:20px;

}

}



/*====================================
Pregnancy Care Overview
=====================================*/

.pregnancy-care{

    background:#fff;

}

.pregnancy-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.pregnancy-content p{

    color:#666;

    line-height:30px;

    margin-bottom:20px;

}

.pregnancy-list{

    list-style:none;

    padding:0;

}

.pregnancy-list li{

    margin-bottom:15px;

    color:#444;

}

.pregnancy-list li i{

    color:#0d6efd;

    margin-right:10px;

}

.pregnancy-btn{

    margin-top:30px;

    background:#0d6efd;

    color:#fff;

    padding:14px 35px;

    border-radius:40px;

    font-weight:600;

}

.pregnancy-btn:hover{

    background:#084298;

    color:#fff;

}

/* Responsive */

@media(max-width:991px){

.pregnancy-content{

margin-top:30px;

}

}

@media(max-width:576px){

.pregnancy-content{

text-align:center;

}

.pregnancy-list{

text-align:left;

margin-top:20px;

}

}


/*====================================
Our Pregnancy Care Services
=====================================*/

.pregnancy-services{

    background:#f8fbff;

}

.pregnancy-card{

    background:#fff;

    padding:35px 30px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    border-bottom:4px solid transparent;

}

.pregnancy-card:hover{

    transform:translateY(-10px);

    border-color:#0d6efd;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.pregnancy-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    background:#eaf3ff;

    color:#0d6efd;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:36px;

    transition:.4s;

}

.pregnancy-card:hover .pregnancy-icon{

    background:#0d6efd;

    color:#fff;

    transform:rotateY(180deg);

}

.pregnancy-card h4{

    font-size:24px;

    font-weight:700;

    color:#1d3557;

    margin-bottom:15px;

}

.pregnancy-card p{

    color:#666;

    line-height:28px;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.pregnancy-card{

padding:30px 20px;

}

}

@media(max-width:576px){

.pregnancy-icon{

width:75px;

height:75px;

font-size:30px;

}

.pregnancy-card h4{

font-size:20px;

}

}

/*====================================
Women's Health Checkup
=====================================*/

.women-health-section{

    background:#fff;

}

.women-health-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.women-health-content p{

    color:#666;

    line-height:30px;

    margin-bottom:20px;

}

.women-list{

    list-style:none;

    padding:0;

}

.women-list li{

    margin-bottom:15px;

    color:#444;

}

.women-list li i{

    color:#0d6efd;

    margin-right:10px;

}

.women-btn{

    margin-top:30px;

    background:#0d6efd;

    color:#fff;

    padding:14px 35px;

    border-radius:40px;

    font-weight:600;

}

.women-btn:hover{

    background:#084298;

    color:#fff;

}

/* Responsive */

@media(max-width:991px){

.women-health-content{

margin-bottom:30px;

}

}

@media(max-width:576px){

.women-health-content{

text-align:center;

}

.women-list{

text-align:left;

margin-top:20px;

}

}



/*====================================
Our Women's Health Checkup Services
=====================================*/

.women-services{

    background:#f8fbff;

}

.women-service-card{

    background:#fff;

    padding:35px 30px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    border-bottom:4px solid transparent;

}

.women-service-card:hover{

    transform:translateY(-10px);

    border-color:#0d6efd;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.women-service-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    background:#eaf3ff;

    color:#0d6efd;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:36px;

    transition:.4s;

}

.women-service-card:hover .women-service-icon{

    background:#0d6efd;

    color:#fff;

    transform:rotateY(180deg);

}

.women-service-card h4{

    font-size:24px;

    font-weight:700;

    color:#1d3557;

    margin-bottom:15px;

}

.women-service-card p{

    color:#666;

    line-height:28px;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.women-service-card{

padding:30px 20px;

}

}

@media(max-width:576px){

.women-service-icon{

width:75px;

height:75px;

font-size:30px;

}

.women-service-card h4{

font-size:20px;

}

}



/*====================================
24×7 Emergency Care
=====================================*/

.emergency-care{

    background:#fff;

}

.emergency-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.emergency-content p{

    color:#666;

    line-height:30px;

    margin-bottom:20px;

}

.emergency-list{

    list-style:none;

    padding:0;

    margin:0;

}

.emergency-list li{

    margin-bottom:15px;

    color:#444;

    font-weight:500;

}

.emergency-list li i{

    color:#0d6efd;

    margin-right:10px;

}

.emergency-btn{

    background:#0d6efd;

    color:#fff;

    padding:15px 35px;

    border-radius:50px;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.emergency-btn i{

    margin-right:8px;

}

.emergency-btn:hover{

    background:#0d6efd;

    color:#fff;

}

/* Responsive */

@media(max-width:991px){

.emergency-content{

margin-bottom:30px;

}

}

@media(max-width:576px){

.emergency-content{

text-align:center;

}

.emergency-list{

text-align:left;

margin-top:20px;

}

}


/*====================================
Our Emergency Services
=====================================*/

.emergency-services{

    background:#f8fbff;

}

.emergency-card{

    background:#fff;

    padding:35px 30px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    border-bottom:4px solid transparent;

}

.emergency-card:hover{

    transform:translateY(-10px);

    border-color:#0d6efd;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.emergency-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    background:#eaf3ff;

    color:#0d6efd;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:36px;

    transition:.4s;

}

.emergency-card:hover .emergency-icon{

    background:#0d6efd;

    color:#fff;

    transform:rotateY(180deg);

}

.emergency-card h4{

    font-size:24px;

    font-weight:700;

    color:#1d3557;

    margin-bottom:15px;

}

.emergency-card p{

    color:#666;

    line-height:28px;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.emergency-card{

padding:30px 20px;

}

}

@media(max-width:576px){

.emergency-icon{

width:75px;

height:75px;

font-size:30px;

}

.emergency-card h4{

font-size:20px;

}

}

/*==================================
Booking Section
==================================*/

.booking-section{

    background:#f8fbff;

}

.booking-image{

    position:relative;

}

.booking-image img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.booking-info{

    background:#0d6efd;

    color:#fff;

    padding:30px;

    border-radius:20px;

    margin-top:-70px;

    position:relative;

    width:90%;

    margin-left:auto;

    margin-right:auto;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.booking-info h4{

    font-weight:700;

    margin-bottom:15px;

}

.booking-info p{

    color:#fff;

}

.booking-info ul{

    list-style:none;

    padding:0;

    margin-top:20px;

}

.booking-info ul li{

    margin-bottom:12px;

}

.booking-info i{

    color:#fff;

    margin-right:10px;

}

.booking-form{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.booking-form p{

    color:#666;

    margin-bottom:30px;

}

.booking-form .form-control,
.booking-form .form-select{

    height:55px;

    border-radius:12px;

    border:1px solid #ddd;

}

.booking-form textarea.form-control{

    height:auto;

}

.booking-form .form-control:focus,
.booking-form .form-select:focus{

    border-color:#0d6efd;

    box-shadow:none;

}

.booking-btn{

    background:#0d6efd;

    color:#fff;

    padding:15px 40px;

    border-radius:50px;

    border:none;

    font-weight:600;

    transition:.3s;

}

.booking-btn:hover{

    background:#084298;

    color:#fff;

}

/* Responsive */

@media(max-width:991px){

.booking-info{

margin-top:30px;

width:100%;

}

.booking-form{

margin-top:20px;

}

}

@media(max-width:576px){

.booking-form{

padding:25px;

}

.booking-btn{

width:100%;

}

}

/*====================================
Gallery Section
=====================================*/

.gallery-section{

    background:#f8fbff;

}

.gallery-menu button{

    border:none;

    background:#fff;

    padding:12px 28px;

    margin:8px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.gallery-menu button.active,
.gallery-menu button:hover{

    background:#0d6efd;

    color:#fff;

}

.gallery-box{

    position:relative;

    overflow:hidden;

    border-radius:20px;

}

.gallery-box img{

    width:100%;

    height:300px;

    object-fit:cover;

    transition:.5s;

}

.gallery-box:hover img{

    transform:scale(1.1);

}

.gallery-overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(13,110,253,.75);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    transition:.4s;

}

.gallery-overlay i{

    color:#fff;

    font-size:40px;

}

.gallery-box:hover .gallery-overlay{

    opacity:1;

}

@media(max-width:576px){

.gallery-menu button{

padding:10px 18px;

font-size:14px;

}

.gallery-box img{

height:250px;

}

}


/*====================================
Doctor Schedule
=====================================*/

.doctor-schedule{

    background:#f8fbff;

}

.schedule-wrapper{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.schedule-table{

    margin:0;

}

.schedule-table thead{

    background:#0d6efd;

    color:#fff;

}

.schedule-table thead th{

    padding:20px;

    font-size:17px;

    font-weight:600;

    border:none;

    white-space:nowrap;

}

.schedule-table tbody td{

    padding:18px;

    vertical-align:middle;

    border-color:#edf2f7;

}

.schedule-table tbody tr{

    transition:.3s;

}

.schedule-table tbody tr:hover{

    background:#f5f9ff;

}

.schedule-table i{

    color:#0d6efd;

}

@media(max-width:768px){

.schedule-table{

min-width:700px;

}

}