
@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, .generic-content 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: 253px;}
.heading.heading-border {
    margin-bottom: 25px;
}
.expert-section .owl-carousel .owl-item img {
    transform-style: unset;
    height: 200px;
    width: 200px;
    margin: auto;
    object-fit: cover;
    object-position: top;
    border: 1px solid #001d52;
    border-radius: 50%;
}

.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;
}
.doctor-card p{
    color: #000;
    line-height: 25px;
    margin-bottom: 0;
    min-height: 52px;
}

.nc-height{min-height:inherit !important;}
.p-t{    padding-top: 30px;}
.trearment-section ul{
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.trearment-section ul li{
    position: relative;
    margin-bottom: 8px;
    padding-left: 22px;
    font-size: 16px;
    color: #000;
	  list-style: none;
}
.trearment-section ul li::before{
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 0;
    left: 0px;
    color: #001b54;
	  list-style: none;
}

#Package-Cost  img {
    transform-style: unset;
    height: 150px;
    width: 150px;
    margin: auto;
    object-fit: cover;
    object-position: top;
    border: 1px solid #001d52;
    border-radius: 50% !important;
}
.m-h{min-height: 357px;}

.packages-inner {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.bg-blue-primary {
    background: #0088CC;
}
.f-17 {
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.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;
}
.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;
}
.form-control{
    height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control{
    height: auto;
}
.form-group{
    margin-bottom: 6px;
}
.video-content{width: 100%; display: flex; }
.generic-content h3{
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 10px;
    text-transform: none;
    color: #000;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    section.section{padding: 25px 0;}
    .sec-title h2{font-size: 22px; line-height: 30px; margin-bottom: 0;}
    .process-section .card{height: auto;}
    .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;
    }
    .doctor-card p{min-height: auto; margin-bottom: 12px;}
    .expert-section{padding-bottom: 0 !important;}
}