@media(max-width:991px){

.menu{

display:none;

}

.menu-toggle{

display:block;

}

.appointment-btn{

display:none;

}

}

@media(max-width:991px){

.hero-content h1{

font-size:38px;

}

.hero-content{

left:5%;

right:5%;

}

.emergency-box .container{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:768px){
.management-image img {
    width: 100%;
     height: 100%; 
    object-fit:cover;
    transition: .5s;
}
}

@media(max-width:768px){
.health-package-section {
    padding: 40px 0;
    background: #f8fbff;
}
}
@media(max-width:768px){
.departments-grid-section {
    padding:25px 0;
    background: #f7fbff;
    position: relative;
    overflow: hidden;
}
}
@media(max-width:768px){

.hero-slider{

height:75vh;

}

.hero-content h1{

font-size:30px;

}

.hero-buttons{

flex-direction:column;

}

.emergency-box .container{

grid-template-columns:1fr;

}

}

@media(max-width:991px){

.about-grid{

grid-template-columns:1fr;
gap: 50px;

}

.mission-grid{

grid-template-columns:1fr;

}

.counter-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.about-content h2{

font-size:30px;

}

.counter-grid{

grid-template-columns:1fr;

}

}


/*==========================
      RESPONSIVE
==========================*/

@media(max-width:991px){

.eh-about-wrapper{
    grid-template-columns:1fr;
    margin: auto;
}

.eh-about-content{
    order:2;
    margin: auto;
    padding: 20px 20px;
}

.eh-about-image{
    order:1;
}

}

@media(max-width:768px){

.eh-about-intro{
    padding:70px 0;
}

.eh-about-content h2{
    font-size:16px;
}

.eh-about-features{
    grid-template-columns:1fr;
}
.eh-about-content p {
    font-size: 12px;
    color: #fff;
    line-height: 1.9;
    margin-bottom: 35px;
}
.eh-about-tag{
    display: inline-block;
    padding: 6px 10px;
    background: #eaf6ff;
    color: #0088ff;
    border-radius: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 12px;

}

}


@media(max-width:1200px){

.department-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:991px){

.department-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.department-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:32px;

}

}

@media(max-width:1200px){

.doctor-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:991px){

.doctor-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.doctor-grid{

grid-template-columns:1fr;

}

}


@media(max-width:991px){

.appointment-wrapper{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.appointment-content h2{

font-size:34px;

}

.appointment-form{

padding:30px;

}

}
@media(max-width:991px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

.award-wrapper{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.gallery-grid{

grid-template-columns:1fr;

}

.award-wrapper{

grid-template-columns:1fr;

}

}


@media(max-width:1200px){

.departments-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.departments-grid{

grid-template-columns:1fr;

}

.section-heading h2{

font-size:38px;

}

.department-box{

height:380px;

}

}




/*=========================================================
EVAN HOSPITAL
GLOBAL RESPONSIVE STYLESHEET
Part 1
=========================================================*/

/*====================================
1400px
====================================*/

@media (max-width:1400px){

.container{

    max-width:1140px;
    padding:0 20px;

}

.hero-content h1{

    font-size:58px;

}

.section-heading h2{

    font-size:46px;

}

}

/*====================================
1200px
====================================*/

@media (max-width:1200px){

.container{

    max-width:960px;

}

section{

    padding:110px 0;

}

.hero-content h1{

    font-size:52px;

}

.hero-content p{

    font-size:18px;

}

.section-heading{

    margin-bottom:60px;

}

.section-heading h2{

    font-size:42px;

}

.section-heading p{

    max-width:700px;
    margin:auto;

}

.grid-4{

    grid-template-columns:repeat(2,1fr);

}

.grid-3{

    grid-template-columns:repeat(2,1fr);

}

}

/*====================================
992px
====================================*/

@media (max-width:992px){

.container{

    max-width:720px;

}

/* Header */

.header{

    height:80px;

}

.header .container{

    height:80px;

}

.logo img{

    height:50px;

}

/* Desktop Navigation */

.main-menu{

    display:none;

}

/* Mobile Toggle */

.mobile-toggle{

    display:flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    cursor:pointer;

}

.mobile-toggle i{

    font-size:28px;

}

/* Mobile Menu */

.mobile-menu{

    position:fixed;

    top:0;
    right:-100%;

    width:320px;
    height:100vh;

    background:#fff;

    overflow-y:auto;

    transition:.35s;

    z-index:9999;

    padding:40px 30px;

    box-shadow:-10px 0 30px rgba(0,0,0,.12);

}

.mobile-menu.active{

    right:0;

}

.mobile-menu ul{

    padding:0;
    margin:40px 0 0;
    list-style:none;

}

.mobile-menu li{

    border-bottom:1px solid #eee;

}

.mobile-menu li a{

    display:block;
    padding:16px 0;
    color:#021c3a;
    font-weight:600;

}

.mobile-overlay{

    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;

}

.mobile-overlay.active{

    opacity:1;
    visibility:visible;

}

/* Hero */

.hero-section,
.about-hero,
.department-hero,
.contact-hero,
.gallery-hero,
.service-hero,
.doctor-hero,
.packages-hero,
.insurance-hero,
.testimonial-hero{

    height:auto;
    min-height:auto;
    padding:140px 0 90px;

}

.hero-content{

    max-width:100%;

}

.hero-content h1{

    font-size:46px;
    line-height:1.2;

}

.hero-btns{

    flex-wrap:wrap;

}

/* Generic 2 Column */

.two-column,
.about-wrapper,
.story-wrapper,
.contact-wrapper,
.helpdesk-wrapper,
.leader-wrapper{

    grid-template-columns:1fr;
    gap:50px;

}

img{

    max-width:100%;
    height:auto;

}

}

/*====================================
768px
====================================*/

@media (max-width:768px){

.container{

    width:100%;
    padding:0 18px;

}

section{

    padding:90px 0;

}

.hero-content{

    text-align:center;

}

.hero-content span{

    font-size:13px;

}

.hero-content h1{

    font-size:36px;

}

.hero-content p{

    font-size:16px;
    line-height:1.8;

}

.hero-btns{

    flex-direction:column;
    gap:15px;

}

.primary-btn,
.secondary-btn{

    width:100%;
    justify-content:center;

}

/* Heading */

.section-heading{

    margin-bottom:45px;

}

.section-heading h2{

    font-size:32px;

}

.section-heading p{

    font-size:16px;

}

/* Generic Grids */

.grid-2,
.grid-3,
.grid-4,
.stats-grid,
.department-grid,
.service-grid,
.facility-grid,
.gallery-grid,
.doctor-grid,
.package-grid,
.special-grid,
.partner-grid,
.timeline,
.choose-grid,
.value-grid,
.process-grid,
.contact-grid,
.trust-grid,
.why-grid{

    grid-template-columns:1fr;

}

/* Cards */

.card,
.department-card,
.service-card,
.facility-card,
.doctor-card,
.package-card,
.special-card,
.contact-card,
.value-card{

    padding:30px;

}

/* Forms */

.form-grid{

    grid-template-columns:1fr;

}

input,
select,
textarea{

    font-size:15px;

}

.contact-form{

    padding:30px;

}

/* Tables */

table{

    min-width:700px;

}

.table-responsive{

    overflow-x:auto;

}

/* Footer */

.footer-top{

    grid-template-columns:1fr;
    gap:35px;

}

.footer-bottom{

    flex-direction:column;
    gap:15px;
    text-align:center;

}

}

/*====================================
576px
====================================*/

@media (max-width:576px){

.logo img{

    height:42px;

}

.hero-content h1{

    font-size:30px;

}

.section-heading h2{

    font-size:28px;

}

.card,
.department-card,
.service-card,
.facility-card,
.package-card{

    padding:25px;

}

.contact-form{

    padding:25px 20px;

}

.mobile-menu{

    width:280px;

}

}

/*====================================
400px
====================================*/

@media (max-width:400px){

.hero-content h1{

    font-size:26px;

}

.section-heading h2{

    font-size:24px;

}

.primary-btn,
.secondary-btn{

    padding:14px 22px;
    font-size:14px;

}

.contact-card,
.package-card,
.service-card{

    padding:20px;

}

}


/*=========================================================
RESPONSIVE.CSS
PART 2
Home • About • Departments • Doctors • Gallery
=========================================================*/


/*=========================================
1200px
=========================================*/

@media (max-width:1200px){

/* Home Hero */

.hero-content{

    max-width:650px;

}

.hero-content h1{

    font-size:54px;

}

/* About */

.about-wrapper,
.story-wrapper,
.leader-wrapper{

    gap:60px;

}

.story-content h2,
.leader-content h2{

    font-size:44px;

}

/* Statistics */

.stats-grid{

    gap:25px;

}

/* Departments */

.department-grid{

    gap:25px;

}

/* Doctors */

.doctor-grid{

    gap:25px;

}

/* Gallery */

.gallery-grid{

    gap:18px;

}

}



/*=========================================
992px
=========================================*/

@media (max-width:992px){

/* Home */

.hero-section{

    text-align:center;

}

.hero-content{

    max-width:100%;

}

.hero-btns{

    justify-content:center;

}

/* About */

.about-wrapper,
.story-wrapper,
.leader-wrapper{

    grid-template-columns:1fr;

}

.about-image,
.story-image,
.leader-image{

    order:1;

}

.about-content,
.story-content,
.leader-content{

    order:2;
    text-align:center;

}

.about-content h2,
.story-content h2,
.leader-content h2{

    font-size:40px;

}

/* Mission */

.mission-grid{

    grid-template-columns:1fr;

}

/* Core Values */

.value-grid{

    grid-template-columns:repeat(2,1fr);

}

/* Why Choose */

.choose-grid{

    grid-template-columns:repeat(2,1fr);

}

/* Timeline */

.timeline{

    grid-template-columns:repeat(2,1fr);

}

/* Statistics */

.stats-grid{

    grid-template-columns:repeat(2,1fr);

}

/* Departments */

.department-grid{

    grid-template-columns:repeat(2,1fr);

}

/* Doctors */

.doctor-grid{

    grid-template-columns:repeat(2,1fr);

}

/* Doctor Details */

.doctor-details-wrapper{

    display:grid;
    grid-template-columns:1fr;
    gap:50px;

}

.doctor-profile{

    text-align:center;

}

.doctor-profile img{

    margin:auto;

}

/* Gallery */

.gallery-grid{

    grid-template-columns:repeat(2,1fr);

}

.gallery-item img{

    height:280px;
    object-fit:cover;

}

}



/*=========================================
768px
=========================================*/

@media (max-width:768px){

/* Home */

.hero-section{

    padding:120px 0 80px;

}

.hero-content h1{

    font-size:36px;

}

.hero-content p{

    font-size:16px;

}

/* Section Heading */

.section-heading h2{

    font-size:32px;

}

.section-heading p{

    font-size:16px;

}

/* About */

.about-content h2,
.story-content h2,
.leader-content h2{

    font-size:34px;

}

.about-content p,
.story-content p,
.leader-content p{

    font-size:15px;

}

/* Mission */

.mission-card{

    padding:35px 28px;

}

.mission-card h3{

    font-size:28px;

}

/* Values */

.value-grid{

    grid-template-columns:1fr;

}

.value-card{

    padding:35px 25px;

}

.value-card h3{

    font-size:24px;

}

/* Choose */

.choose-grid{

    grid-template-columns:1fr;

}

.choose-item{

    font-size:17px;

}

/* Timeline */

.timeline{

    grid-template-columns:1fr;

}

.timeline-box{

    padding:35px 25px;

}

/* Departments */

.department-grid{

    grid-template-columns:1fr;

}

.department-card{

    padding:35px;

}

.department-card h3{

    font-size:26px;

}

/* Doctors */

.doctor-grid{

    grid-template-columns:1fr;

}

.doctor-card{

    padding:30px;

}

.doctor-card img{

    width:100%;
    height:380px;
    object-fit:cover;

}

/* Doctor Details */

.doctor-profile{

    padding:30px;

}

.doctor-profile h2{

    font-size:32px;

}

.doctor-info{

    margin-top:40px;

}

/* Gallery */

.gallery-grid{

    grid-template-columns:1fr;

}

.gallery-item img{

    height:260px;

}

.gallery-filter{

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;

}

.gallery-filter button{

    margin:0;

}

}



/*=========================================
576px
=========================================*/

@media (max-width:576px){

.hero-content h1{

    font-size:30px;

}

.section-heading h2{

    font-size:28px;

}

.about-content h2,
.story-content h2,
.leader-content h2{

    font-size:30px;

}

.mission-card,
.department-card,
.doctor-card,
.value-card{

    padding:25px;

}

.doctor-card img{

    height:320px;

}

.gallery-item img{

    height:220px;

}

.stats-grid{

    grid-template-columns:1fr;

}

}



/*=========================================
400px
=========================================*/

@media (max-width:400px){

.hero-content h1{

    font-size:26px;

}

.section-heading h2{

    font-size:24px;

}

.about-content h2,
.story-content h2,
.leader-content h2{

    font-size:26px;

}

.department-card h3,
.doctor-card h3{

    font-size:22px;

}

.gallery-item img{

    height:180px;

}

}

/*=========================================================
RESPONSIVE.CSS
PART 3
Appointment • Services • Facilities
Insurance • Health Packages
Testimonials • Contact
=========================================================*/


/*=========================================
1200px
=========================================*/

@media (max-width:1200px){

/* Appointment */

.appointment-wrapper{

grid-template-columns:1fr;

gap:50px;

}

/* Services */

.service-grid{

grid-template-columns:repeat(2,1fr);

gap:30px;

}

/* Facilities */

.facility-grid{

grid-template-columns:repeat(2,1fr);

gap:30px;

}

/* Insurance */

.insurance-grid,
.partner-grid{

grid-template-columns:repeat(3,1fr);

}

/* Packages */

.package-grid,
.special-grid{

grid-template-columns:repeat(2,1fr);

}

/* Testimonials */

.testimonial-grid{

grid-template-columns:repeat(2,1fr);

}

.video-grid{

grid-template-columns:repeat(2,1fr);

}

.review-stats .stats-grid{

grid-template-columns:repeat(2,1fr);

}

/* Contact */

.contact-grid{

grid-template-columns:repeat(2,1fr);

}

}



/*=========================================
992px
=========================================*/

@media (max-width:992px){

/* Appointment */

.appointment-wrapper{

grid-template-columns:1fr;

}

.appointment-image{

order:1;

}

.appointment-form{

order:2;

}

/* Services */

.service-grid{

grid-template-columns:repeat(2,1fr);

}

.service-card{

padding:35px;

}

/* Facilities */

.facility-grid{

grid-template-columns:repeat(2,1fr);

}

.facility-card{

padding:35px;

}

/* Insurance */

.partner-grid{

grid-template-columns:repeat(2,1fr);

}

.insurance-grid{

grid-template-columns:repeat(2,1fr);

}

/* Packages */

.package-grid{

grid-template-columns:repeat(2,1fr);

}

.special-grid{

grid-template-columns:1fr;

}

.combo-grid{

grid-template-columns:1fr;

}

/* Comparison */

.comparison-table{

overflow-x:auto;

}

.comparison-table table{

min-width:850px;

}

/* Testimonials */

.testimonial-grid{

grid-template-columns:1fr;

}

.video-grid{

grid-template-columns:1fr;

}

.trust-grid{

grid-template-columns:repeat(2,1fr);

}

/* Contact */

.contact-wrapper{

grid-template-columns:1fr;

}

.contact-map{

margin-top:40px;

}

.emergency-box{

flex-direction:column;

text-align:center;

}

}



/*=========================================
768px
=========================================*/

@media (max-width:768px){

/* Appointment */

.appointment-form{

padding:30px;

}

.form-grid{

grid-template-columns:1fr;

}

/* Services */

.service-grid{

grid-template-columns:1fr;

}

.service-card{

padding:30px;

}

/* Facilities */

.facility-grid{

grid-template-columns:1fr;

}

.facility-card{

padding:30px;

}

/* Insurance */

.partner-grid,
.insurance-grid{

grid-template-columns:1fr;

}

/* Packages */

.package-grid{

grid-template-columns:1fr;

}

.special-grid{

grid-template-columns:1fr;

}

.combo-grid{

grid-template-columns:1fr;

}

.why-grid{

grid-template-columns:1fr;

}

.timeline{

grid-template-columns:1fr;

}

/* Testimonials */

.review-stats .stats-grid{

grid-template-columns:1fr;

}

.testimonial-grid{

grid-template-columns:1fr;

}

.video-grid{

grid-template-columns:1fr;

}

.trust-grid{

grid-template-columns:1fr;

}

.testimonial-card{

padding:30px;

}

/* Contact */

.contact-grid{

grid-template-columns:1fr;

}

.contact-form{

padding:30px;

}

.contact-map iframe{

min-height:400px;

}

.emergency-box{

padding:40px 25px;

}

.emergency-box h2{

font-size:34px;

}

.contact-cta h2{

font-size:36px;

}

}



/*=========================================
576px
=========================================*/

@media (max-width:576px){

.service-card,
.facility-card,
.package-card,
.special-card,
.combo-box,
.testimonial-card,
.contact-card{

padding:25px;

}

.service-card h3,
.facility-card h3,
.package-card h3{

font-size:24px;

}

.review-stats .stat-card h2{

font-size:36px;

}

.contact-form{

padding:25px 20px;

}

.contact-form h2{

font-size:30px;

}

.health-cta h2,
.contact-cta h2{

font-size:30px;

}

.health-cta p,
.contact-cta p{

font-size:16px;

}

}



/*=========================================
400px
=========================================*/

@media (max-width:400px){

.service-card,
.facility-card,
.package-card,
.special-card,
.combo-box{

padding:20px;

}

.service-card h3,
.facility-card h3{

font-size:22px;

}

.package-card h4{

font-size:32px;

}

.review-stats .stat-card h2{

font-size:30px;

}

.contact-form{

padding:20px 18px;

}

.contact-map iframe{

min-height:320px;

}

.emergency-box h2{

font-size:28px;

}

.contact-cta h2{

font-size:28px;

}

}
/*=========================================================
RESPONSIVE.CSS
PART 4 (FINAL)
Utilities • Sliders • Tables • Footer
Animations • Performance • Large Screens
=========================================================*/


/*=========================================
1600px+
Ultra Wide Screens
=========================================*/

@media (min-width:1600px){

.container{

    max-width:1450px;

}

.hero-content h1{

    font-size:76px;

}

.section-heading h2{

    font-size:58px;

}

}



/*=========================================
Landscape Phones
=========================================*/

@media (max-height:600px) and (orientation:landscape){

.hero-section,
.about-hero,
.department-hero,
.gallery-hero,
.contact-hero,
.service-hero,
.packages-hero,
.insurance-hero,
.testimonial-hero{

padding:120px 0 80px;
height:auto;

}

}



/*=========================================
Images
=========================================*/

@media(max-width:768px){

img{

max-width:100%;
height:auto;
display:block;
margin:auto;

}

}



/*=========================================
Videos
=========================================*/

@media(max-width:768px){

iframe,
video{

width:100%;

}

}



/*=========================================
Buttons
=========================================*/

@media(max-width:768px){

.primary-btn,
.secondary-btn{

display:inline-flex;
justify-content:center;
align-items:center;

min-height:52px;

padding:15px 28px;

font-size:15px;

}

}



/*=========================================
Forms
=========================================*/

@media(max-width:768px){

input,
textarea,
select{

font-size:16px;

}

}



/*=========================================
Swiper / Owl Carousel / Slick
=========================================*/

@media(max-width:768px){

.swiper-button-next,
.swiper-button-prev,
.owl-nav,
.slick-arrow{

display:none !important;

}

}



/*=========================================
Modal
=========================================*/

@media(max-width:768px){

.modal-dialog{

width:95%;
margin:auto;

}

}



/*=========================================
Tables
=========================================*/

@media(max-width:768px){

.table-responsive{

overflow-x:auto;
-webkit-overflow-scrolling:touch;

}

table{

min-width:700px;

}

}



/*=========================================
Breadcrumb
=========================================*/

@media(max-width:768px){

.breadcrumb{

justify-content:center;
flex-wrap:wrap;
gap:8px;

font-size:14px;

}

}



/*=========================================
Pagination
=========================================*/

@media(max-width:576px){

.pagination{

flex-wrap:wrap;
justify-content:center;

}

}



/*=========================================
Sidebar
=========================================*/

@media(max-width:992px){

.sidebar{

margin-top:50px;

}

}



/*=========================================
Footer
=========================================*/

@media(max-width:768px){

.footer{

text-align:center;

}

.footer-top{

grid-template-columns:1fr;

}

.footer-links ul{

padding:0;

}

.footer-social{

justify-content:center;

}

.footer-newsletter form{

flex-direction:column;

}

.footer-newsletter input{

width:100%;

}

.footer-newsletter button{

width:100%;

margin-top:12px;

}

}



/*=========================================
Back To Top
=========================================*/

@media(max-width:768px){

.back-to-top{

right:18px;
bottom:18px;

width:48px;
height:48px;

}

}



/*=========================================
Loader
=========================================*/

@media(max-width:768px){

.page-loader img{

width:80px;

}

}



/*=========================================
Animation Optimization
=========================================*/

@media(max-width:768px){

.wow,
.aos-init,
.fade-up,
.fade-down,
.fade-left,
.fade-right{

animation-duration:.5s !important;

}

}



/*=========================================
Reduce Motion
=========================================*/

@media(prefers-reduced-motion:reduce){

*{

animation:none !important;
transition:none !important;
scroll-behavior:auto !important;

}

}



/*=========================================
Print
=========================================*/

@media print{

header,
footer,
.back-to-top,
.hero-btns,
.mobile-menu,
.mobile-toggle{

display:none !important;

}

body{

background:#fff;
color:#000;

}

a{

text-decoration:none;
color:#000;

}

}



/*=========================================
Utility Classes
=========================================*/

@media(max-width:768px){

.text-center-sm{

text-align:center !important;

}

.mt-sm-0{margin-top:0!important;}
.mt-sm-20{margin-top:20px!important;}
.mt-sm-30{margin-top:30px!important;}
.mt-sm-40{margin-top:40px!important;}

.mb-sm-20{margin-bottom:20px!important;}
.mb-sm-30{margin-bottom:30px!important;}
.mb-sm-40{margin-bottom:40px!important;}

.pt-sm-60{padding-top:60px!important;}
.pb-sm-60{padding-bottom:60px!important;}

.d-none-sm{

display:none!important;

}

.w-100-sm{

width:100%!important;

}

}



/*=========================================
Touch Devices
=========================================*/

@media(hover:none){

.card:hover,
.service-card:hover,
.department-card:hover,
.doctor-card:hover,
.contact-card:hover,
.package-card:hover{

transform:none;

}

}



/*=========================================
Mobile Performance
=========================================*/

@media(max-width:768px){

.hero-section,
.about-hero,
.department-hero,
.gallery-hero,
.contact-hero{

background-attachment:scroll;

}

}
@media(max-width:991px){

    .menu{
        flex-direction:column;
    }

    .submenu{
        position:static;
        opacity:1;
        visibility:visible;
        transform:none;
        width:100%;
        display:none;
        box-shadow:none;
        border-radius:0;
        background:#f8f8f8;
    }

    .dropdown:hover .submenu{
        display:block;
    }
}



/* Responsive */

@media(max-width:1200px){

.management-grid{
grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:991px){

.management-grid{
grid-template-columns:repeat(2,1fr);
}

.section-title h2{
font-size:34px;
}

}

@media(max-width:576px){

.management-grid{
grid-template-columns:1fr;
}

.management-image{
height:450px;
}

.section-title h2{
font-size:28px;
}

.management-section{
padding:70px 0;
}

}

@media(max-width:991px){

    .footer-top{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .footer{
        padding:60px 0 20px;
    }

    .footer-top{
        grid-template-columns:1fr;
        gap:40px;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer-links{
        justify-content:center;
    }

    .footer-social{
        justify-content:center;
    }

    .footer-logo{
        font-size:28px;
    }

}

/*=========================================
          RESPONSIVE
=========================================*/

@media(max-width:992px){

    .team-heading h2{
        font-size:36px;
    }

}

@media(max-width:768px){

    .medical-team-area{
        padding:70px 0;
    }

    .team-heading{
        margin-bottom:50px;
    }

    .team-heading h2{
        font-size:30px;
    }

    .specialist-image img{
        height:320px;
    }

}

@media(max-width:576px){

    .specialist-info{
        padding:25px;
    }

    .specialist-info h3{
        font-size:22px;
    }

    .specialist-info h5{
        font-size:15px;
    }

}

/*=============================
        RESPONSIVE
==============================*/

@media(max-width:768px){

.eh-insurance-area{

    padding:40px 0;

}

.eh-insurance-header h2{

    font-size:30px;

}

.eh-logo-item{

    width:170px;
    height:90px;

}

.eh-logo-item img{

    max-width:110px;

}

}

/*=============================
Responsive
=============================*/

@media(max-width:992px){

.insurance-partners{
    padding:80px 0;
}

.insurance-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.insurance-partners .section-title h2{
    font-size:34px;
}

.insurance-grid{
    gap:20px;
}

.insurance-card{
    min-height:120px;
    padding:25px 20px;
    font-size:16px;
}

}

@media(max-width:576px){

.insurance-grid{
    grid-template-columns:1fr;
}

.insurance-partners{
    padding:60px 0;
}

.insurance-partners .section-title h2{
    font-size:28px;
}

.insurance-card{
    min-height:110px;
    font-size:15px;
}

}



<!-- New Responsive css -->

/* ==========================
   RESPONSIVE CSS
========================== */

/* Laptop */
@media (max-width:1200px){

    .container{
        width:95%;
    }

    .menu{
        gap:20px;
    }

    .appointment-btn a{
        padding:10px 18px;
        font-size:14px;
    }

}

/* Tablet */
@media (max-width:991px){

    .logo img{
        max-width:150px;
    }

    .menu{
        gap:15px;
    }

    .menu li a{
        font-size:14px;
    }

    .appointment-btn{
        display:none;
    }

}

@media (max-width:768px){
    .eh-about-image img{
    width:100%;
    height: 50vh;
    border-radius:25px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
    transition:.5s;
}
}


/* Mobile */
@media (max-width:768px){

    /* Top Bar */

    .top-bar .container{
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:10px;
    }

    .top-left{
        display:flex;
        flex-direction:column;
        gap:8px;
    }

    .top-right{
        margin-top:5px;
    }

    /* Navbar */

    nav .container{
        position:relative;
        justify-content:space-between;
    }

    .menu-toggle{
        display:block;
        cursor:pointer;
        font-size:28px;
    }

    .menu{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        display:none;
        flex-direction:column;
        box-shadow:0 8px 20px rgba(0,0,0,.15);
        z-index:999;
    }

    .menu.active{
        display:flex;
    }

    .menu li{
        width:100%;
    }

    .menu li a{
        display:block;
        padding:15px 20px;
        border-bottom:1px solid #eee;
    }

    .submenu{
        position:static;
        width:100%;
        display:none;
        box-shadow:none;
    }

    .dropdown:hover .submenu{
        display:block;
    }

}

/* Small Mobile */
@media (max-width:576px){

    .logo img{
        max-width:120px;
    }

    .top-left a{
        font-size:13px;
        word-break:break-word;
    }

    .top-right a{
        margin:0 5px;
    }

    .menu li a{
        font-size:14px;
        padding:14px 15px;
    }

}

/* Extra Small Devices */
@media (max-width:380px){

    .top-left a{
        font-size:12px;
    }

    .logo img{
        max-width:100px;
    }

    .menu-toggle{
        font-size:24px;
    }

}
/* ===== Mobile ===== */

@media (max-width:768px){

    .eh-wrapper{
        display:-webkit-box;
        flex-direction:column;
        text-align:center;
    }

    .eh-contact{
        /* flex-direction:column; */
        width:100%;
        gap:10px;
    }

    .eh-contact a{
        
        justify-content:center;
        font-size:15px;
    }

    .eh-social{
        justify-content:center;
        margin-top:10px;
    }

}

/* ==================== */
/* Responsive */
/* ==================== */

@media(max-width:991px){

    .evan-about-grid{
        flex-direction:column;
    }

    .evan-about-right{
        text-align:center;
    }

    .evan-about-right h2{
        font-size:34px;
    }

}

@media(max-width:768px){

    .evan-small-image,
    .evan-exp-box,
    .evan-ceo-box{
        position:static;
        width:100%;
        margin-top:20px;
    }

    .evan-small-image img{
        width:100%;
    }

    .evan-feature-grid{
        grid-template-columns:1fr;
        text-align:left;
    }

    .evan-counter-box{
        flex-direction:column;
    }

    .evan-about-right h2{
        font-size:28px;
    }

    .evan-btn{
        width:100%;
        justify-content:center;
    }

}

/* ===========================
   Tablet
=========================== */

@media (max-width:992px){

    .doctor-hero{
        min-height:450px;
    }

    .doctor-hero-content h1{
        font-size:42px;
    }

    .doctor-hero-content p{
        font-size:16px;
    }

}

/* ===========================
   Mobile
=========================== */

@media (max-width:768px){

    .doctor-hero{
        min-height:380px;
        text-align:center;
    }

    .doctor-hero .container{
        padding:0 15px;
    }

    .doctor-hero-content{
        max-width:100%;
    }

    .hero-label{
        font-size:12px;
        padding:7px 16px;
    }

    .doctor-hero-content h1{
        font-size:32px;
        line-height:1.3;
    }

    .doctor-hero-content p{
        font-size:15px;
        line-height:1.6;
        margin:auto;
    }

}

/* ===========================
   Small Mobile
=========================== */

@media (max-width:480px){

    .doctor-hero{
        min-height:320px;
    }

    .doctor-hero-content h1{
        font-size:26px;
    }

    .doctor-hero-content p{
        font-size:14px;
    }
    .doctor-overlay img{
        width: 100%;
    height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }

}

@media (max-width: 992px) {

    .medical-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .specialist-image img {
        height: 260px;
    }
}

/* ==========================
   Mobile
========================== */
@media (max-width: 768px) {

    .medical-team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .specialist-card {
        max-width: 380px;
        margin: auto;
    }

    .specialist-image img {
        height: 320px;
    }

    .specialist-info {
        padding: 18px;
    }

    .specialist-info h3 {
        font-size: 22px;
    }

    .specialist-info h5 {
        font-size: 17px;
    }

    .specialist-info p {
        font-size: 14px;
    }
}

/* Small Mobile */
@media (max-width:480px){

    .specialist-image img{
        height:280px;
    }

    .specialist-info{
        padding:15px;
    }

    .specialist-info h3{
        font-size:20px;
    }

    .specialist-info h5{
        font-size:16px;
    }

    .speciality-tag{
        font-size:12px;
        padding:5px 12px;
    }

    .specialist-info p{
        font-size:13px;
    }
}

/* Mobile */
@media (max-width:768px) {

    .doctor-schedule {
        min-width: 100%;
    }

    .doctor-schedule th,
    .doctor-schedule td {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width:480px) {

    .doctor-schedule th,
    .doctor-schedule td {
        padding: 8px;
        font-size: 13px;
    }
}



/* Large Tablet */
@media (max-width:992px){

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .stat-box{
        padding:25px 15px;
    }

    .stat-box h2{
        font-size:34px;
    }

}

/* Mobile */
@media (max-width:768px){

    .stats-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .stat-box{
        max-width:350px;
        width:100%;
        margin:auto;
        padding:22px 15px;
    }

    .stat-box i{
        font-size:38px;
    }

    .stat-box h2{
        font-size:30px;
    }

    .stat-box p{
        font-size:16px;
    }

}

/* Small Mobile */
@media (max-width:480px){

    .stat-box{
        padding:20px 12px;
    }

    .stat-box i{
        font-size:34px;
    }

    .stat-box h2{
        font-size:26px;
    }

    .stat-box p{
        font-size:15px;
    }

}



/* Tablet */
@media (max-width:992px){

    .expertise-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .expertise-card{
        padding:25px 18px;
    }

    .expertise-card h3{
        font-size:20px;
    }

}

/* Mobile */
@media (max-width:768px){

    .expertise-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .expertise-card{
        max-width:350px;
        width:100%;
        margin:auto;
        padding:22px 15px;
    }

    .expertise-card i{
        font-size:38px;
    }

    .expertise-card h3{
        font-size:18px;
    }

}

/* Small Mobile */
@media (max-width:480px){

    .expertise-card{
        padding:20px 15px;
    }

    .expertise-card i{
        font-size:34px;
    }

    .expertise-card h3{
        font-size:17px;
    }

}

/* Tablet */
@media (max-width:768px){

    .opd-table{
        min-width:100%;
    }

    .opd-table th,
    .opd-table td{
        padding:10px;
        font-size:14px;
    }

}

/* Small Mobile */
@media (max-width:480px){

    .opd-table th,
    .opd-table td{
        padding:8px;
        font-size:13px;
    }

}





@media (max-width:992px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .service-card{
        padding:25px 20px;
    }

    .service-card h3{
        font-size:22px;
    }

}

/* ===========================
   Mobile
=========================== */
@media (max-width:768px){

    .services-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .service-card{
        max-width:360px;
        width:100%;
        margin:auto;
        padding:25px 18px;
    }

    .service-icon{
        width:70px;
        height:70px;
    }

    .service-icon i{
        font-size:30px;
    }

    .service-card h3{
        font-size:20px;
    }

    .service-card p{
        font-size:14px;
    }

}

/* ===========================
   Small Mobile
=========================== */
@media (max-width:480px){

    .service-card{
        padding:20px 15px;
    }

    .service-icon{
        width:65px;
        height:65px;
    }

    .service-icon i{
        font-size:26px;
    }

    .service-card h3{
        font-size:18px;
    }

    .service-card p{
        font-size:13px;
        line-height:1.6;
    }

}




@media (max-width:992px){

    .process-wrapper{
        grid-template-columns:1fr;
        gap:20px;
    }

    .process-item{
        padding:22px;
    }

}

/* ===========================
   Mobile
=========================== */

@media (max-width:768px){

    .process-wrapper{
        grid-template-columns:1fr;
    }

    .process-item{
        flex-direction:column;
        align-items:center;
        text-align:center;
        padding:20px;
    }

    .process-number{
        width:60px;
        height:60px;
        min-width:60px;
        font-size:22px;
        margin-bottom:10px;
    }

    .process-content h3{
        font-size:20px;
    }

    .process-content p{
        font-size:14px;
    }

}

/* ===========================
   Small Mobile
=========================== */

@media (max-width:480px){

    .process-item{
        padding:18px 15px;
    }

    .process-number{
        width:55px;
        height:55px;
        min-width:55px;
        font-size:20px;
    }

    .process-content h3{
        font-size:18px;
    }

    .process-content p{
        font-size:13px;
        line-height:1.6;
    }

}
@media (max-width:992px){

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .stat-card{
        padding:25px 15px;
    }

    .stat-card h2{
        font-size:36px;
    }

    .stat-card p{
        font-size:16px;
    }

}

/* ==========================
   Mobile
========================== */

@media (max-width:768px){

    .stats-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .stat-card{
        max-width:350px;
        width:100%;
        margin:auto;
        padding:22px 15px;
    }

    .stat-card h2{
        font-size:32px;
    }

    .stat-card p{
        font-size:15px;
    }

}

/* ==========================
   Small Mobile
========================== */

@media (max-width:480px){

    .stat-card{
        padding:20px 12px;
    }

    .stat-card h2{
        font-size:28px;
    }

    .stat-card p{
        font-size:14px;
    }

}


@media (max-width:992px){

    .why-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .why-content h2{
        font-size:34px;
    }

    .why-image{
        order:1;
    }

    .why-content{
        order:2;
    }

}

/* ===========================
   Mobile
=========================== */

@media (max-width:768px){

    .why-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .why-content{
        text-align:center;
    }

    .why-content h2{
        font-size:28px;
    }

    .why-content ul li{
        justify-content:center;
        font-size:15px;
    }

    .why-image img{
        border-radius:12px;
    }

    .primary-btn{
        padding:12px 25px;
        font-size:15px;
    }

}

/* ===========================
   Small Mobile
=========================== */

@media (max-width:480px){

    .why-content h2{
        font-size:24px;
    }

    .why-content span{
        font-size:13px;
    }

    .why-content ul li{
        font-size:14px;
        margin-bottom:12px;
    }

    .primary-btn{
        width:100%;
        text-align:center;
        padding:14px;
    }

}



@media(max-width:992px){

    .footer-top{
        grid-template-columns:repeat(2,1fr);
        gap:35px;
    }

}

/* ==========================
   Mobile
========================== */

@media(max-width:768px){

    .footer-top{
        grid-template-columns:1fr;
        gap:30px;
        text-align:center;
    }

    .footer-about{
        order:1;
    }

    .footer-column{
        order:2;
    }

    .footer-badges{
        justify-content:center;
    }

    .footer-contact li{
        justify-content:center;
        text-align:left;
    }

    .footer-social{
        justify-content:center;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer-links{
        justify-content:center;
        flex-wrap:wrap;
    }

}

/* ==========================
   Small Mobile
========================== */

@media(max-width:480px){

    .footer-top{
        padding:40px 0 30px;
    }

    .footer-logo{
        font-size:24px;
    }

    .footer-column h3{
        font-size:20px;
    }

    .footer-about p,
    .footer-column ul li{
        font-size:14px;
        text-align:center;
    }

    .footer-badges span{
        font-size:12px;
        padding:6px 10px;
    }

    .footer-social a{
        width:38px;
        height:38px;
        font-size:15px;
    }

    .copyright{
        font-size:13px;
    }

}


@media(max-width:992px){

    .footer-top{
        grid-template-columns:repeat(2,1fr);
        gap:35px;
    }

}

/*==========================
    Mobile
==========================*/

@media(max-width:768px){

    .footer-top{
        grid-template-columns:1fr;
        text-align:center;
        gap:30px;
    }

    .footer-column h3::after{
        left:50%;
        transform:translateX(-50%);
    }

    .footer-badges{
        justify-content:center;
    }

    .footer-contact li{
        justify-content:center;
        text-align:left;
    }

    .footer-social{
        justify-content:center;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer-links{
        justify-content:center;
        flex-wrap:wrap;
    }

}

/*==========================
    Small Mobile
==========================*/

@media(max-width:480px){

    .footer-top{
        padding:50px 0 30px;
    }

    .footer-logo{
        font-size:26px;
    }

    .footer-column h3{
        font-size:20px;
    }

    .footer-about p,
    .footer-column ul li,
    .footer-contact li{
        font-size:14px;
    }

    .footer-badges span{
        font-size:12px;
        padding:7px 12px;
    }

    .footer-social a{
        width:40px;
        height:40px;
        font-size:16px;
    }

    .copyright{
        font-size:13px;
    }

}




@media (max-width:992px){

    .gallery-stat-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .gallery-stat-grid h2{
        font-size:40px;
    }

}

/*==========================
        Mobile
==========================*/

@media (max-width:768px){

    .gallery-stats{
        padding:50px 0;
    }

    .gallery-stat-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .gallery-stat-grid div{
        max-width:350px;
        width:100%;
        margin:auto;
        padding:25px 15px;
    }

    .gallery-stat-grid h2{
        font-size:34px;
    }

    .gallery-stat-grid p{
        font-size:16px;
    }

}

/*==========================
      Small Mobile
==========================*/

@media (max-width:480px){

    .gallery-stat-grid div{
        padding:20px 15px;
    }

    .gallery-stat-grid h2{
        font-size:28px;
    }

    .gallery-stat-grid p{
        font-size:14px;
    }

}

@media (max-width:992px){

    .contact-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .contact-card{
        padding:30px 20px;
    }

}

/*==========================
        Mobile
==========================*/

@media (max-width:768px){

    .contact-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .contact-card{
        max-width:360px;
        width:100%;
        margin:auto;
        padding:25px 20px;
    }

    .contact-card i{
        width:65px;
        height:65px;
        line-height:65px;
        font-size:26px;
    }

    .contact-card h3{
        font-size:20px;
    }

    .contact-card p{
        font-size:14px;
        line-height:1.7;
    }

}

/*==========================
      Small Mobile
==========================*/

@media (max-width:480px){

    .contact-card{
        padding:20px 15px;
    }

    .contact-card i{
        width:60px;
        height:60px;
        line-height:60px;
        font-size:24px;
    }

    .contact-card h3{
        font-size:18px;
    }

    .contact-card p{
        font-size:13px;
    }

}





@media(max-width:992px){

    .why-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

    .why-title h2{
        font-size:34px;
    }

}

/*==========================
        Mobile
==========================*/

@media(max-width:768px){

    .why-title{
        margin-bottom:40px;
        padding:0 15px;
    }

    .why-title span{
        font-size:14px;
    }

    .why-title h2{
        font-size:28px;
    }

    .why-title p{
        font-size:15px;
    }

    .why-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .why-card{
        max-width:360px;
        width:100%;
        margin:auto;
        padding:30px 20px;
    }

    .why-icon{
        width:70px;
        height:70px;
    }

    .why-icon i{
        font-size:30px;
    }

    .why-card h3{
        font-size:20px;
    }

    .why-card p{
        font-size:14px;
    }

}

/*==========================
      Small Mobile
==========================*/

@media(max-width:480px){

    .why-title h2{
        font-size:24px;
    }

    .why-title p{
        font-size:14px;
    }

    .why-card{
        padding:25px 18px;
    }

    .card-number{
        width:36px;
        height:36px;
        font-size:14px;
    }

    .why-icon{
        width:65px;
        height:65px;
    }

    .why-icon i{
        font-size:26px;
    }

    .why-card h3{
        font-size:18px;
    }

    .why-card p{
        font-size:13px;
    }

}

@media(max-width:992px){

    .process-line{
        /* grid-template-columns:repeat(2,1fr)!important; */
        gap:35px;
        display:flex;
        flex-direction:column;
    }

    .process-line::before{
        display:none;
    }

    .section-heading h2{
        font-size:34px;
    }

}

/*==========================
        Mobile
==========================*/

@media(max-width:768px){

    .section-heading{
        margin-bottom:40px;
    }

    .section-heading span{
        font-size:14px;
    }

    .section-heading h2{
        font-size:28px;
    }

    .process-line{
        grid-template-columns:1fr;
        gap:25px;
    }

    .process-step{
        max-width:340px;
        margin:auto;
        background:#fff;
        padding:25px 20px;
        border-radius:15px;
        box-shadow:0 10px 25px rgba(0,0,0,.08);
    }

    .circle{
        width:70px;
        height:70px;
        font-size:24px;
        margin-bottom:15px;
    }

    .process-step h4{
        font-size:20px;
    }

    .process-step p{
        font-size:14px;
    }

}

/*==========================
      Small Mobile
==========================*/

@media(max-width:480px){

    .section-heading h2{
        font-size:24px;
    }

    .circle{
        width:60px;
        height:60px;
        font-size:20px;
        border-width:4px;
    }

    .process-step{
        padding:20px 15px;
    }

    .process-step h4{
        font-size:18px;
    }

    .process-step p{
        font-size:13px;
    }

}


@media(max-width:992px){

.department-header h1{
    font-size:40px;
}

.section-title h2{
    font-size:32px;
}

.services-grid{
    grid-template-columns:repeat(2,1fr);
}

.list-grid ul{
    grid-template-columns:1fr;
}

}

/*==============================
        Mobile
==============================*/

@media(max-width:768px){

.department-details{
    padding:70px 0;
}

.department-header h1{
    font-size:30px;
}

.department-header p{
    font-size:15px;
}

.department-section{
    padding:60px 0;
}

.section-title h2{
    font-size:28px;
}

.services-grid{
    grid-template-columns:1fr;
}

.service-card{
    padding:25px 20px;
}

.department-cta{
    padding:60px 20px;
}

.department-cta h2{
    font-size:30px;
}

.department-cta p{
    font-size:15px;
}

.primary-btn{
    padding:14px 28px;
}

}

/*==============================
      Small Mobile
==============================*/

@media(max-width:480px){

.department-header span{
    font-size:12px;
}

.department-header h1{
    font-size:24px;
}

.section-title h2{
    font-size:24px;
}

.department-section p{
    font-size:14px;
}

.list-grid li{
    font-size:14px;
    padding:14px 16px;
}

.service-card h3{
    font-size:20px;
}

.service-card p{
    font-size:14px;
}

.department-cta h2{
    font-size:24px;
}

.primary-btn{
    width:100%;
    text-align:center;
}

}



/* Mobile */

@media(max-width:768px){

.floating-contact{
    right:15px;
    bottom:20px;
}

.floating-contact a{
    width:55px;
    height:55px;
    font-size:24px;
}

}

/* Mobile */

@media(max-width:768px){

.emergency-btn{

left:70px;

bottom:20px;

width:210px;

padding:10px 15px;

}

.emergency-icon{

width:50px;

height:50px;

min-width:50px;

}

.emergency-icon i{

font-size:22px;

}

.emergency-content span{

font-size:11px;

}

.emergency-content strong{

font-size:12px;

}

}

/*==========================
    TABLET
==========================*/

@media(max-width:992px){

.logo-ring{
    width:140px;
    height:140px;
}

.logo-ring img{
    width:90px;
}

.preloader-text h3{
    font-size:28px;
}

.preloader-text h1{
    font-size:42px;
}

.preloader-text p{
    font-size:18px;
}

.loading-bar{
    width:280px;
}

}

/*==========================
    MOBILE
==========================*/

@media(max-width:768px){

.loader-content{
    padding:15px;
}

.logo-ring{
    width:120px;
    height:120px;
    margin-bottom:20px;
}

.logo-ring img{
    width:75px;
}

.preloader-text h3{
    font-size:22px;
    letter-spacing:2px;
}

.preloader-text h1{
    font-size:30px;
    line-height:1.35;
    margin-bottom:12px;
}

.preloader-text p{
    font-size:15px;
    line-height:1.6;
    margin-bottom:25px;
}

.loading-bar{
    width:220px;
    height:6px;
}

}

/*==========================
    SMALL MOBILE
==========================*/

@media(max-width:480px){

.logo-ring{
    width:95px;
    height:95px;
}

.logo-ring img{
    width:60px;
}

.preloader-text h3{
    font-size:18px;
}

.preloader-text h1{
    font-size:24px;
}

.preloader-text p{
    font-size:13px;
}

.loading-bar{
    width:180px;
    height:5px;
}

}

/*==============================
RESPONSIVE
===============================*/

@media(max-width:991px){

.patient-registration form{

grid-template-columns:1fr;

padding:30px;

}

.form-header h2{

font-size:32px;

}

}

@media(max-width:576px){

.patient-registration{

padding:60px 0;

}

.patient-registration form{

padding:20px;

border-radius:15px;

}

.form-header h2{

font-size:26px;

}
}


/* Responsive */
@media(max-width:991px){

    .eh-about-wrapper{
        flex-direction:column;
    }

    .eh-about-image img{
        max-width:100%;
    }

}

/*====================
Responsive
=====================*/

@media(max-width:992px){

.eh-doctor-grid{

grid-template-columns:repeat(2,1fr);

}

.eh-doctor-heading h2{

font-size:34px;

}

}

@media(max-width:768px){

.eh-doctor-grid{

grid-template-columns:1fr;

}

.eh-doctor-image{

height:450px;

}

.eh-doctor-heading h2{

font-size:28px;

}

.eh-doctors-section{

padding:70px 0;

}

}

@media(max-width:992px){

.ev-facility-row,

.ev-facility-row.reverse{

flex-direction:column;

}

.ev-sec-title h2{

font-size:36px;

}

.ev-facility-content h3{

font-size:30px;

}

}
 @media (max-width: 900px) {
            .hpk-rows {
                grid-template-columns: 1fr;
                max-width: 420px;
                margin: 0 auto;
            }
        }
    



/* ═══════════════════════════════════
           RESPONSIVE — Tablet (≤900px)
           ═══════════════════════════════════ */
        @media (max-width: 900px) {
            .hpk-block {
                padding: 64px 0 80px;
            }

            .hpk-header {
                margin-bottom: 40px;
            }

            .hpk-rows {
                grid-template-columns: 1fr;
                max-width: 400px;
                margin: 0 auto;
                gap: 20px;
            }

            .hpk-tile {
                padding: 32px 24px 28px;
            }

            .hpk-tile--hero {
                padding: 36px 24px 32px;
            }
        }


        /* ═══════════════════════════════════
           RESPONSIVE — Large Phone (≤600px)
           ═══════════════════════════════════ */
        @media (max-width: 600px) {
            .hpk-block {
                padding: 52px 0 68px;
            }

            .hpk-wrap {
                padding: 0 16px;
            }

            .hpk-header {
                margin-bottom: 36px;
            }

            .hpk-tag {
                font-size: 9px;
                letter-spacing: 2px;
                padding: 5px 12px;
                margin-bottom: 14px;
            }

            .hpk-sub {
                font-size: 13px;
                line-height: 1.55;
            }

            .hpk-rows {
                max-width: 100%;
                gap: 16px;
            }

            .hpk-tile {
                padding: 28px 20px 24px;
                border-radius: 16px;
            }

            .hpk-tile--hero {
                padding: 32px 20px 28px;
            }

            .hpk-ico {
                width: 40px;
                height: 40px;
                border-radius: 12px;
                font-size: 17px;
                margin-bottom: 16px;
            }

            .hpk-name {
                font-size: 17px;
                margin-bottom: 8px;
            }

            .hpk-pills {
                font-size: 10px;
                padding: 3px 10px;
                gap: 4px;
                margin-bottom: 14px;
            }

            .hpk-pills i {
                font-size: 9px;
            }

            .hpk-rate {
                font-size: 30px;
                letter-spacing: -1.5px;
                margin-bottom: 4px;
            }

            .hpk-meta {
                font-size: 11px;
                margin-bottom: 18px;
            }

            .hpk-rule {
                margin-bottom: 18px;
            }

            .hpk-list {
                gap: 10px;
                margin-bottom: 24px;
            }

            .hpk-list li {
                font-size: 13px;
                gap: 10px;
            }

            .hpk-list li i {
                width: 22px;
                height: 22px;
                border-radius: 5px;
                font-size: 9px;
            }

            .hpk-cta {
                padding: 13px 20px;
                font-size: 13px;
                border-radius: 10px;
            }

            .hpk-ribbon {
                top: 16px;
                right: 16px;
                font-size: 9px;
                padding: 4px 10px;
                letter-spacing: 1px;
            }

            .hpk-foot {
                margin-top: 36px;
            }

            .hpk-foot p {
                font-size: 13px;
                margin-bottom: 14px;
            }

            .hpk-foot a {
                padding: 11px 20px;
                font-size: 12px;
                border-radius: 10px;
                gap: 6px;
            }

            .hpk-foot a i {
                font-size: 11px;
            }
        }


        /* ═══════════════════════════════════
           RESPONSIVE — Small Phone (≤380px)
           ═══════════════════════════════════ */
        @media (max-width: 380px) {
            .hpk-block {
                padding: 44px 0 56px;
            }

            .hpk-wrap {
                padding: 0 12px;
            }

            .hpk-header {
                margin-bottom: 28px;
            }

            .hpk-tag {
                font-size: 8px;
                letter-spacing: 1.5px;
                padding: 4px 10px;
            }

            .hpk-title {
                font-size: 24px;
                letter-spacing: -0.5px;
            }

            .hpk-sub {
                font-size: 12px;
            }

            .hpk-rows {
                gap: 14px;
            }

            .hpk-tile {
                padding: 24px 16px 20px;
                border-radius: 14px;
            }

            .hpk-tile--hero {
                padding: 28px 16px 24px;
            }

            .hpk-ico {
                width: 36px;
                height: 36px;
                border-radius: 10px;
                font-size: 15px;
                margin-bottom: 14px;
            }

            .hpk-name {
                font-size: 16px;
            }

            .hpk-rate {
                font-size: 26px;
                letter-spacing: -1px;
            }

            .hpk-list li {
                font-size: 12px;
                gap: 8px;
            }

            .hpk-list li i {
                width: 20px;
                height: 20px;
                font-size: 8px;
                border-radius: 4px;
            }

            .hpk-cta {
                padding: 12px 16px;
                font-size: 12px;
            }

            .hpk-ribbon {
                font-size: 8px;
                padding: 3px 8px;
            }
        }        
/*=========================================
Responsive
=========================================*/

@media(max-width:991px){

.special-grid,
.combo-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.special-packages,
.combo-packages{

padding:50px 0;

}

.special-card,
.combo-box{

padding:35px;

}

.special-card h3{

font-size:26px;

}

.combo-box h2{

font-size:30px;

}

}

/* Responsive */

@media(max-width:991px){

    .health-package-box{
        flex-direction:column;
        text-align:center;
        padding:40px 30px;
    }

    .package-content h2{
        font-size:34px;
    }

}

@media(max-width:576px){

    .package-content h2{
        font-size:28px;
    }

    .package-content p{
        font-size:15px;
    }

    .package-btn a{
        width:100%;
        justify-content:center;
    }

}

@media(max-width:992px){

.ev-facility-box,
.ev-facility-box.reverse,
.ev-bottom-banner{

    flex-direction:column;

}

.ev-section-heading h2{
    font-size:32px;
}

.ev-content h3{
    font-size:28px;
}

}
/*=========================================
Responsive
=========================================*/

@media(max-width:991px){

.category-grid,

.package-grid{

grid-template-columns:repeat(2,1fr);

}

.packages-hero h1{

font-size:52px;

}

}

@media(max-width:768px){

.packages-hero{

height:auto;

padding:120px 0;

}

.category-grid,

.package-grid{

grid-template-columns:1fr;

}

.package-category,

.health-packages{

padding:50px 0;

}

.packages-hero h1{

font-size:38px;

}

.packages-hero p{

font-size:17px;

}

.hero-btns{

flex-direction:column;

}

.package-card.featured{

transform:none;

}

}
