grid-template-columns:repeat(2,1fr);




/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@700&display=swap');

.insurance-hero{
    background:#fff;
    padding:90px 20px;
}

.insurance-hero .container{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.insurance-hero h1{
    font-family:'Playfair Display',serif;
    font-size:72px;
    line-height:1.08;
    font-weight:700;
    color:#0d234d;
    margin-bottom:35px;
}

.insurance-hero h3{
    color:#175cdd;
    margin-bottom:35px;
}

.insurance-hero p{
    line-height:1.9;
    max-width:850px;
    margin:0 auto;
}

.insurance-hero strong{
    color:#0d234d;
    font-weight:700;
}

.hero-buttons{
    margin-top:50px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

/* Primary Button */

.btn-primary{
    display:inline-block;
    background:#175cdd;
    color:#fff;
    text-decoration:none;
    padding:16px 36px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
    box-shadow:0 10px 20px rgba(23,92,221,.18);
}

.btn-primary:hover{
    background:#0f4fc4;
    transform:translateY(-2px);
}

/* Outline Button */

.btn-outline{
    display:inline-block;
    background:#fff;
    color:#175cdd;
    border:2px solid #175cdd;
    text-decoration:none;
    padding:16px 36px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-outline:hover{
    background:#175cdd;
    color:#fff;
}

/* Responsive */

@media(max-width:992px){

    .insurance-hero h1{
        font-size:56px;
    }

    .insurance-hero h3{
        font-size:28px;
    }

    .insurance-hero p{
        font-size:18px;
    }

}

@media(max-width:768px){

    .insurance-hero{
        padding:70px 20px;
    }

    .insurance-hero h1{
        font-size:42px;
    }

    .insurance-hero h3{
        font-size:24px;
    }

    .insurance-hero p{
        font-size:17px;
        line-height:1.8;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:center;
    }

    .btn-primary,
    .btn-outline{
        width:280px;
        text-align:center;
    }

}




@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@300;400;500;600;700&display=swap');

.insurance-support{
    padding:90px 20px;
    background:#fff;
}

.container{
    max-width:1200px;
    margin:auto;
}

.row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:60px;
}

/* Left Side */

.left-content{
    width:55%;
}

.badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#eef5ff;
    color:#175cdd;
    border:1px solid #d8e7ff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.8px;
}

.badge i{
    font-size:15px;
}

.left-content h2{
    font-family:'Playfair Display',serif;
    color:#0d234d;
    font-size:28px;
    line-height:1.1;
    margin:15px 0;
}

.left-content p{
    color:#66768a;
    line-height:1.9;
	
}

/* Right Card */

.insurance-card{
    width:40%;
    background:#fff;
    border-radius:24px;
    padding:30px;
    border:1px solid #e8edf3;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.insurance-card h3{
    font-family:'Playfair Display',serif;
    font-size:28px;
    color:#0d234d;
    margin: 15px 0;
}

.subtitle{
    color:#7a8798;
    margin:18px 0 35px;
    font-size:18px;
}

.providers{
    display:grid;
    
    gap:35px;
}
.left-content .providers{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}
.providers ul{
    list-style:none;
    padding:0;
    margin:0;
}

.providers li{
    display:flex;
    align-items:center;
    margin-bottom:10px;
    font-size:18px;
    color:#16335c;
    font-weight:500;
}
.left-content .providers li{
    display:flex;
    align-items:center;
    margin-bottom:15px;
    font-size:18px;
    color:#16335c;
    font-weight:500;
}
.providers i{
    color:#175cdd;
    margin-right:14px;
    font-size:20px;
}

/* Responsive */

@media(max-width:992px){

.left-content,
.insurance-card{
    width:100%;
}

.providers{
    grid-template-columns:1fr;
}

.left-content h2{
    font-size:44px;
}

.insurance-card h3{
    font-size:34px;
}

}

@media(max-width:768px){

.insurance-support{
    padding:70px 20px;
}

.left-content h2{
    font-size:36px;
}

.left-content p,
.providers li,
.subtitle{
    font-size:16px;
}

.insurance-card{
    padding:30px;
}

}




@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* Section */

.schemes-section{
    padding:90px 20px;
}

.container{
    max-width:1200px;
    margin:auto;
}

/* Card */

.scheme-card{
    display:grid;
    grid-template-columns:1fr 1fr;
    overflow:hidden;
    border-radius:28px;
    background:#175cdd;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

/* Left */

.scheme-content{
    padding:60px;
}

.section-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.12);
    color:#ffffff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.section-badge i{
    color:#8de0ff;
}

.scheme-content h2{
    font-family:'Playfair Display',serif;
    color:#fff;
    font-size:40px;
    line-height:1.05;
    margin:22px 0;
}

.scheme-content p{
    color:#d8edf8;
    line-height:1.9;
}

.scheme-list{
    list-style:none;
    padding:0;
    margin:0;
}

.scheme-list li{
    display:flex;
    align-items:flex-start;
    gap:14px;
    color:#fff;
    font-weight:500;
    margin-bottom:15px;
    line-height:1.6;
}

.scheme-list i{
    color:#69d6ff;
    font-size:18px;
    margin-top:2px;
}

/* Right */

.scheme-image{
    background:#0a527b;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
}

.trust-box{
    text-align:center;
}

.trust-icon{
    width:130px;
    height:130px;
    margin:auto;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;
    justify-content:center;
    align-items:center;
}

.trust-icon i{
    font-size:70px;
    color:#6fcff6;
}

.trust-box h3{
    /*font-family:'Playfair Display',serif; */
    color:#fff;
    font-size:30px;
    margin:6px 0 0;
}

.trust-box p{
    color:#cfe8f6;
    font-size:px;
}

/* Responsive */

@media(max-width:992px){

.scheme-card{
    grid-template-columns:1fr;
}

.scheme-content{
    padding:45px;
}

.scheme-content h2{
    font-size:48px;
}

.trust-box{
    padding:40px 0;
}

}

@media(max-width:768px){

.schemes-section{
    padding:70px 15px;
}

.scheme-content{
    padding:35px;
}

.scheme-content h2{
    font-size:38px;
}

.scheme-content p{
    font-size:17px;
}

.scheme-list li{
    font-size:16px;
}

.trust-icon{
    width:100px;
    height:100px;
}

.trust-icon i{
    font-size:52px;
}

.trust-box h3{
    font-size:36px;
}

.trust-box p{
    font-size:18px;
}

}



#orthopedic-insurance .row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
	gap:0;
}




@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@300;400;500;600;700&display=swap');

body{
    margin:0;
    font-family:'Poppins',sans-serif;
    background:#fff;
}

.women-health-section{
    padding:0px 20px;
    background:#fff;
}

.container{
    max-width:1200px;
    margin:auto;
}

.women-health-wrapper{
    display:flex;
    gap:60px;
    align-items:flex-start;
}

/* Left */

.health-content{
    flex:0 0 38%;
}

.section-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#eef5ff;
    color:#175cdd;
    border:1px solid #d7e5ff;
    border-radius:30px;
    padding:8px 18px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.7px;
}

.section-badge i{
    font-size:14px;
}

.health-content h2{
    margin:25px 0;
    font-family:'Playfair Display',serif;
    color:#0d234d;
    font-size:40px;
    line-height:1.08;
}

.health-content p{
    color:#66768a;
    line-height:1.9;
    margin-bottom:35px;
}

/* Bottom Note */

.note-box{
    background:#fff;
    border:1px solid #e5eaf1;
    border-radius:20px;
    padding:25px;
    color:#566579;
    font-size:18px;
    line-height:1.8;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

/* Right Card */

.consultation-card{
    flex:1;
    background:#fff;
    border-radius:24px;
    border:1px solid #e5eaf1;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.consultation-card h3{
    margin:0 0 35px;
    font-family:'Playfair Display',serif;
    color:#0d234d;
    font-size:32px;
}

.consultation-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

.consultation-list ul{
    list-style:none;
    padding:0;
    margin:0;
}

.consultation-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:12px;
    color:#17335c;
    font-weight:500;
    line-height:1.6;
}

.consultation-list i{
    color:#175cdd;
    margin-top:2px;
}

/* Responsive */

@media(max-width:992px){

.women-health-wrapper{
    flex-direction:column;
}

.health-content,
.consultation-card{
    width:100%;
}

.consultation-list{
    grid-template-columns:1fr;
}

.health-content h2{
    font-size:44px;
}

.consultation-card h3{
    font-size:34px;
}

}

@media(max-width:768px){

.women-health-section{
    padding:70px 20px;
}

.health-content h2{
    font-size:36px;
}

.health-content p,
.note-box,
.consultation-list li{
    font-size:16px;
}

.consultation-card{
    padding:30px;
}

}

@media only screen and (min-width: 980px) {
 #orthopedic-insurance   .service-item ul.highlight-list {
        min-height: 120px;
    }
}

/*  why choose section */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@300;400;500;600;700&display=swap');

body{
    margin:0;
    background:#fff;
    font-family:'Poppins',sans-serif;
}

.why-choose-section{
    padding:90px 20px;
    background:#fff;
}

.container{
    max-width:1200px;
    margin:auto;
}

.section-badge{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:max-content;
    margin:auto;
    padding:8px 18px;
    border-radius:30px;
    border:1px solid #dce9ff;
    background:#f4f9ff;
    color:#175cdd;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.8px;
}

.section-badge i{
    font-size:14px;
}

.why-choose-section h2{
    margin:25px 0 15px;
    text-align:center;
    font-family:'Playfair Display',serif;
    color:#0d234d;
    font-size:40px;
}

.section-subtitle{
    text-align:center;
    color:#175cdd;
    font-size:20px;
    font-weight:600;
    margin-bottom:40px;
}

.doctor-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.doctor-card{
    background:#fff;
    border:1px solid #e5eaf1;
    border-radius:22px;
    padding:35px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.doctor-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(23,92,221,.12);
}

.doctor-header{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:28px;
}

.doctor-icon{
    width:70px;
    height:70px;
    background:#eef7ff;
    color:#175cdd;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.doctor-header h3{
    margin:0;
    font-size:36px;
    font-family:'Playfair Display',serif;
    color:#0d234d;
}

.doctor-header span{
    display:block;
    margin-top:8px;
    color:#175cdd;
    font-weight:600;
    font-size:17px;
}

.doctor-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.doctor-card li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:18px;
    color:#16335c;
    font-weight:500;
}

.doctor-card li i{
    color:#175cdd;
    font-size:21px;
}

@media(max-width:992px){

.doctor-wrapper{
    grid-template-columns:1fr;
}

.why-choose-section h2{
    font-size:42px;
}

.section-subtitle{
    font-size:24px;
}

.doctor-header h3{
    font-size:30px;
}

}

@media(max-width:768px){

.why-choose-section{
    padding:70px 20px;
}

.why-choose-section h2{
    font-size:34px;
}

.section-subtitle{
    font-size:20px;
}

.doctor-header{
    flex-direction:column;
    text-align:center;
}

.doctor-card{
    padding:28px;
}

.doctor-card li{
    font-size:16px;
}

}

/* commitment section  */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@300;400;500;600;700&display=swap');

body{
    margin:0;
    font-family:'Poppins',sans-serif;
    background:#fff;
}

/* Section */

.commitment-section{
    padding:90px 20px;
    background:#fff;
}

.container{
    max-width:1200px;
    margin:auto;
}

/* Badge */

.section-badge{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:max-content;
    margin:auto;
    padding:8px 18px;
    border-radius:30px;
    border:1px solid #dce9ff;
    background:#f4f9ff;
    color:#175cdd;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.8px;
}

.section-badge i{
    font-size:14px;
}

/* Heading */

.commitment-section h2{
    text-align:center;
    font-family:'Playfair Display',serif;
    font-size:40px;
    color:#0d234d;
    margin:22px 0 18px;
}

.section-description{
    text-align:center;
    color:#66768a;
    font-size:18px;
    max-width:760px;
    margin:0 auto 60px;
    line-height:1.7;
}

/* Grid */

.commitment-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

/* Card */

.commitment-card{
    background:#fff;
    border:1px solid #e6edf5;
    border-radius:20px;
    padding:24px;
    display:flex;
    align-items:center;
    gap:18px;
    min-height:110px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.commitment-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 35px rgba(23,92,221,.12);
}

.icon{
    width:48px;
    height:48px;
    background:#eef7ff;
    color:#175cdd;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.icon i{
    font-size:22px;
}

.commitment-card p{
    margin:0;
    color:#16335c;
    font-size:18px;
    font-weight:500;
    line-height:1.6;
}

/* Responsive */

@media (max-width:992px){

.commitment-grid{
    grid-template-columns:repeat(2,1fr);
}

.commitment-section h2{
    font-size:44px;
}

.section-description{
    font-size:18px;
}

}

@media (max-width:768px){

.commitment-grid{
    grid-template-columns:1fr;
}

.commitment-section{
    padding:70px 20px;
}

.commitment-section h2{
    font-size:36px;
}

.commitment-card{
    min-height:auto;
    padding:20px;
}

.commitment-card p{
    font-size:17px;
}

}


/* consultation-section */


.consultation-section{
    padding:90px 20px;
}

.container{
    max-width:1200px;
    margin:auto;
}

/*====================================
Wrapper
====================================*/

.consultation-wrapper{
    display:grid;
    grid-template-columns:38% 62%;
    border-radius:28px;
    overflow:hidden;
    background:#fff;
    border:1px solid #dbe8ff;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

/*====================================
Left Panel
====================================*/

.consultation-left{
    background:#175cdd;
    color:#fff;
    padding:55px 42px;
}

.section-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    border-radius:30px;
    background:rgba(255,255,255,.15);
    color:#fff;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.8px;
}

.section-badge.light{
    background:#eef6ff;
    color:#175cdd;
    border:1px solid #cfe2ff;
}

.consultation-left h2{
    font-family:'Playfair Display',serif;
    font-size:32px;
    line-height:1.08;
    margin:20px 0;
	color:#fff;
}

.consultation-left h5{
    font-size:18px;
    margin-bottom:25px;
    font-weight:600;
	color:#fff;
}

.left-description{
    font-size:18px;
    line-height:1.8;
    color:#edf6ff;
    font-style:italic;
}

.trust-box{
    margin-top:45px;
    background:rgba(255,255,255,.12);
    border-radius:18px;
    padding:18px 22px;
    /*display:flex;*/
    align-items:center;
    gap:15px;
}

.trust-box i{
    font-size:28px;
}

.trust-box span{
    font-size:17px;
    font-weight:500;
}

/*====================================
Right Panel
====================================*/

.consultation-right{
    padding:55px 48px;
}

.consultation-right h2{
    font-family:'Playfair Display',serif;
    color:#0d234d;
    font-size:40px;
    margin:20px 0;
}

.right-description{
    color:#66768a;
    font-size:18px;
    line-height:1.5;
    max-width:650px;
}

/*====================================
Buttons
====================================*/

.consultation-buttons{
    display:flex;
    gap:18px;
    margin:45px 0;
    flex-wrap:wrap;
}

.btn-primary,
.btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-decoration:none;
    border-radius:50px;
    padding:18px 38px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.btn-primary{
    background:#175cdd;
    color:#fff;
    box-shadow:0 12px 30px rgba(23,92,221,.25);
}

.btn-primary:hover{
    background:#114fbf;
    transform:translateY(-3px);
}

.btn-outline{
    color:#175cdd;
    border:2px solid #cfe2ff;
    background:#fff;
}

.btn-outline:hover{
    background:#175cdd;
    color:#fff;
}

/*====================================
Visiting Hours
====================================*/

.visiting-hours{
    background:#f4faff;
    border:1px dashed #cfe2ff;
    border-radius:22px;
    padding:20px;
}

.hours-title{
    display:block;
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    color:#5b7194;
    margin-bottom:12px;
}

.visiting-hours h4{
    margin:0 0 10px;
    color:#0d234d;
    font-size:22px;
    font-weight:700;
}

.visiting-hours p{
    margin:0;
    color:#66768a;
    font-size:17px;
}

/*====================================
Responsive
====================================*/

@media (max-width:991px){

.consultation-wrapper{
    grid-template-columns:1fr;
}

.consultation-left,
.consultation-right{
    padding:40px;
}

.consultation-left h2,
.consultation-right h2{
    font-size:44px;
}

.consultation-buttons{
    flex-direction:column;
}

.btn-primary,
.btn-outline{
    width:100%;
}

}

@media (max-width:768px){

.consultation-section{
    padding:70px 15px;
}

.consultation-left,
.consultation-right{
    padding:30px;
}

.consultation-left h2,
.consultation-right h2{
    font-size:34px;
}

.consultation-left h5{
    font-size:18px;
}

.left-description,
.right-description{
    font-size:16px;
}

.visiting-hours h4{
    font-size:22px;
}

.btn-primary,
.btn-outline{
    padding:15px 25px;
    font-size:16px;
}

.trust-box{
    flex-direction:column;
    text-align:center;
}

}