
@media only screen and (min-width: 992px) {
    #bannerSection .formSection{
        position: absolute;
        top: 56%;
        left: 46%;
        transform: translate(-44%, -55%);
        z-index: 2;
    }
}
.form-box h2{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
    text-align: center;
    font-weight: 500;
    color: #001b54;
}
.footer-inner{background-color: #007dc6;}
.sec-title { margin-bottom: 8px; padding-bottom: 8px; }
.sec-title h2 { font-size: 30px; margin-bottom: 10px; font-weight: 700; line-height: normal; text-transform: capitalize; color: #001b54; }
.overview-section p{font-size: 15px; line-height: 26px; color: #000; margin-bottom: 6px;}
.causes-section .card-body{
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;}
.cta-section{
    background-image: url('../img/mar-backrgound.jpg');
    background-size: cover;
    background-position: center;
}
.cardHeight240{min-height: 250px;}
.bg-blue{background-color: #001b54;}
.process-section .card{background-color: transparent; position: relative; border: 1px solid #4d6088;}
.process-section .card{min-height: 331px;}
.heading.heading-border {
    margin-bottom: 25px;
}
.expert-section .owl-carousel .owl-item img, 
.expert-section .doctor-profile img {
    transform-style: unset;
    height: 200px;
    width: 200px;
    margin: auto;
    object-fit: cover;
    object-position: top;
    border: 1px solid #001d52;
    border-radius: 50%;
}
/* .expert-section  .owl-stage-outer {
    display: flex;
    justify-content: center;
} */
.fixed-footer { display: none; }
.treatment-list ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.treatment-list ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 22px;
    font-size: 15px;
    color: #000;
}
.treatment-list ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 0;
    left: 3px;
    color: #001b54;
}
.toggle-content p{color: #000;}
.ortho-expert .doctor-card p{color: #000; margin-bottom: 10px; line-height: 20px; min-height: 62px;}
.neuro-expert .doctor-card p{color: #000; margin-bottom: 10px; line-height: 20px; min-height: 42px;}
.our-approach img {
    transform-style: unset;
    height: 150px;
    width: 150px;
    margin: auto;
    object-fit: cover;
    object-position: top;
    border: 1px solid #001d52;
}
.lung-diagnosis-section .list-icons-style-2 li {
    padding-left: 20px;
    position: relative;
}

.lung-diagnosis-section .list-icons-style-2 li::before {
    content: '\f101';
    left: 0;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}
.card-height-335{min-height: 355px;}
.border-top-blue{border-top: 1px solid #001b54;}
.kidney-transplant-process .card{min-height: 282px !important;}
.spa-div {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    min-height: 340px;
}
.f-17 {
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.bg-blue-primary {
    background: #0088CC;
}
.packages-list {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    overflow: auto;
}
.packages-list .card {
    border-radius: 0;
    box-shadow: none;
    overflow-y: auto;
    max-height: 250px;
    background-color: inherit;
    border: none;
    padding: 0 0px 0 10px;
}
.packages-inner {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.wp-card-head-right {
    background: #0088CC;
    position: relative;
}
.btn-2 {
    color: #033d71;
    font-size: 16px;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    background: #fff;
    font-weight: 700;
    text-decoration: none;
}
.form-control{
    height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control{
    height: auto;
}
.form-group{
    margin-bottom: 6px;
}
.expert-section .owl-stage-outer {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    section.section{padding: 35px 0;}
    .sec-title h2{ font-size: 25px; font-weight: 700; line-height: normal;}
    .overview-section p { font-size: 14px;}
    .process-section .card{height: auto;}
    .faq-section{padding-top: 0 !important;}
    .fixed-footer {
        padding: 10px 0;
        background-color: #001d52 !important;
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        color: white;
        text-align: center;
        justify-content: space-around;
        z-index: 99;
    }
    .fixed-footer a.btn {
        width: 46%;
        font-size: 14px;
        padding: 15px 25px !important;
    }
    .cardiac-secience-faq{padding-top: 35px !important;}
    .kidney-transplant-process .card{min-height: auto;}
    .ortho-expert .doctor-card p{min-height: auto;}
    .expert-section .owl-stage-outer{display: inherit;}
}