/* ==========================================
   OnlineOPD Funnel CSS
   ========================================== */

body{
    background:#f8fafc;
    font-family:Arial,Helvetica,sans-serif;
}

/* Headings */

.section-title{
    font-size:46px;
    font-weight:700;
    color:#213547;
    margin-bottom:15px;
}

.section-subtitle{
    max-width:760px;
    margin:auto;
    color:#8c98a4;
    font-size:18px;
    line-height:32px;
    font-weight:400;
}

.page-title{
    font-size:36px;
    font-weight:700;
    color:#24364b;
    margin-bottom:15px;
}

.consult-desc{
    font-size:15px;
    line-height:32px;
    color:#5f6f81;
    font-weight:500;
    max-width:950px;
    margin-bottom:40px;
}

/* ==========================================
   Country Cards
   ========================================== */

.location-card{
    background:#fff;
    border-radius:18px;
    padding:45px;
    border:1px solid #edf2f7;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
    transition:.35s;
    height:100%;
}

.location-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.10);
}

.location-card .icon{
    font-size:58px;
    text-align:center;
    margin-bottom:20px;
}

.location-card h3{
    text-align:center;
    font-size:38px;
    font-weight:700;
    color:#213547;
    margin-bottom:20px;
}

.location-card .desc{
    text-align:center;
    color:#8c98a4;
    font-size:16px;
    line-height:30px;
    margin-bottom:35px;
}

.location-card ul{
    list-style:none;
    padding:0;
    margin-bottom:35px;
}

.location-card ul li{
    padding:8px 0;
    font-size:16px;
    color:#55606e;
}

.location-card ul li i{
    color:#27ae60;
    margin-right:10px;
}

.btn-location{
    border-radius:40px;
    padding:14px;
    font-size:18px;
    font-weight:600;
}

/* ==========================================
   Service Cards
   ========================================== */

.service-card{
    background:#fff;
    border-radius:18px;
    padding:40px;
    border:1px solid #edf2f7;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.service-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#eaf5ff;
    color:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.service-card h3{
    margin-top:25px;
    font-size:28px;
    font-weight:700;
    color:#22364d;
}

.service-card p{
    color:#8b97a6;
    line-height:30px;
    margin:20px 0;
}

.service-card ul{
    list-style:none;
    padding:0;
}

.service-card ul li{
    padding:8px 0;
    color:#55606d;
}

.service-card ul li i{
    color:#27ae60;
    margin-right:10px;
}

.btn-service{
    margin-top:25px;
    border-radius:35px;
    padding:12px;
    font-weight:600;
}

/* ==========================================
   Forms
   ========================================== */

.form-group{
    margin-bottom:25px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-size:16px;
    font-weight:600;
    color:#24364b;
}

.form-control{
    border-radius:30px;
    border:1px solid #d9e2ec;
    box-shadow:none;
    font-size:15px;
    padding-left:20px;
}

.form-control:focus{
    border-color:#2f80ed;
    box-shadow:0 0 0 .15rem rgba(47,128,237,.15);
}

textarea.form-control{
    height:170px;
    border-radius:15px;
    padding-top:15px;
}

.required{
    color:#dc3545;
    font-weight:700;
}

/* ==========================================
   Buttons
   ========================================== */

.btn-submit{
    background:#2f80ed;
    color:#fff;
    border:none;
    border-radius:30px;
    padding:14px 45px;
    font-size:17px;
    font-weight:600;
    transition:.3s;
    margin-bottom:60px;
}

.btn-submit:hover{
    background:#1d6fd6;
    color:#fff;
}

.section-divider{
    height:1px;
    background:#edf2f7;
    margin:30px 0;
}

/* ==========================================
   Responsive
   ========================================== */

@media(max-width:768px){

.section-title{
    font-size:34px;
}

.section-subtitle{
    font-size:15px;
    line-height:28px;
}

.location-card{
    padding:30px;
}

.location-card h3{
    font-size:30px;
}

.page-title{
    font-size:30px;
}

.service-card{
    padding:30px;
}

.service-card h3{
    font-size:24px;
}

}
.patient-services{
background:#f7f9fc;
padding:80px 0;
}

.section-title{
font-size:42px;
font-weight:700;
color:#16325B;
margin-bottom:15px;
}

.section-subtitle{
font-size:18px;
color:#666;
max-width:850px;
margin:auto;
line-height:30px;
}

.service-box{
background:#fff;
border-radius:18px;
padding:35px;
height:100%;
transition:.35s;
border:1px solid #edf1f5;
box-shadow:0 10px 30px rgba(0,0,0,.06);
position:relative;
overflow:hidden;
}

.service-box:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.service-icon{
width:80px;
height:80px;
line-height:80px;
border-radius:50%;
font-size:34px;
color:#fff;
margin-bottom:25px;
}

.icon-blue{
background:#0d6efd;
}

.icon-green{
background:#16a34a;
}

.icon-orange{
background:#ff9800;
}

.service-box h3{
font-size:26px;
font-weight:700;
margin-bottom:15px;
color:#16325B;
}

.service-box p{
font-size:16px;
line-height:28px;
color:#666;
margin-bottom:20px;
}

.service-box ul{
padding:0;
margin:0 0 25px;
list-style:none;
}

.service-box ul li{
padding:10px 0;
font-size:15px;
color:#555;
}

.service-box ul li i{
color:#28a745;
margin-right:10px;
}

.btn-service{
border-radius:40px;
padding:14px;
font-size:16px;
font-weight:600;
}

.ribbon{
position:absolute;
top:18px;
right:-35px;
background:#ff9800;
color:#fff;
padding:8px 45px;
transform:rotate(45deg);
font-size:12px;
font-weight:600;
}

.patient-services{
background:#f7f9fc;
padding:80px 0;
}

.section-title{
font-size:42px;
font-weight:700;
color:#16325B;
margin-bottom:15px;
}

.section-subtitle{
font-size:18px;
color:#666;
max-width:850px;
margin:auto;
line-height:30px;
}

.service-box{
background:#fff;
border-radius:18px;
padding:35px;
height:100%;
transition:.35s;
border:1px solid #edf1f5;
box-shadow:0 10px 30px rgba(0,0,0,.06);
position:relative;
overflow:hidden;
}

.service-box:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.service-icon{
width:80px;
height:80px;
line-height:80px;
border-radius:50%;
font-size:34px;
color:#fff;
margin-bottom:25px;
}

.icon-blue{
background:#0d6efd;
}

.icon-green{
background:#16a34a;
}

.icon-orange{
background:#ff9800;
}

.service-box h3{
font-size:26px;
font-weight:700;
margin-bottom:15px;
color:#16325B;
}

.service-box p{
font-size:16px;
line-height:28px;
color:#666;
margin-bottom:20px;
}

.service-box ul{
padding:0;
margin:0 0 25px;
list-style:none;
}

.service-box ul li{
padding:10px 0;
font-size:15px;
color:#555;
}

.service-box ul li i{
color:#28a745;
margin-right:10px;
}

.btn-service{
border-radius:40px;
padding:14px;
font-size:16px;
font-weight:600;
}

.ribbon{
position:absolute;
top:18px;
right:-35px;
background:#ff9800;
color:#fff;
padding:8px 45px;
transform:rotate(45deg);
font-size:12px;
font-weight:600;
}
.icon-info{
    background:#17a2b8;
}

.icon-warning{
    background:#ff9800;
}