
@media only screen and (min-width: 992px) {
    #bannerSection .formSection {
        position: absolute;
        top: 59%;
        left: 46%;
        transform: translate(-44%, -55%);
        z-index: 0;
    }
    .w-lg-50{ width: 50% !important;}
    .site-header {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .custom-border{ border-left: 1px solid #ffff;}
    .sticky-bar{ }
}
@media only screen and (min-width: 1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1280px;
    }
}
.top-header{ background-color: #940a17;}

.banner-form{
    background-color: #ffff;
    border-radius: 25px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    max-width: 350px;
    padding: 12px 16px;
    margin: 0 auto;
}
.banner-form h2{ color: #940a17; font-size: 16px; font-weight: 600; margin-bottom: 8px; line-height: 26px;}
.hospital-feature{
    background-color: #940a17;
    padding: 15px 50px;
    border-radius: 110px;
    margin-top: -4%;
    position: relative;
}
.hospital-feature img{ width: 200px; }
.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;
}
.sec-title p{ font-size: 16px; margin-bottom: 5px; font-weight: 600;}
.treatment-section{ background-color: #940a17;}
.custom-btn{ background-color: #5f6060; border-radius: 8px; border: 1px solid #5f6060; color: #fff; width: 16%;}
.custom-btn:hover{ background-color: #fff; color: #000; border: #5f6060;}
.custom-btn.active{ background-color: #fff; color: #940a17;}
.treatment-card{
    background-color: #fff;
    border: 2px solid #fff;
    transition: all .5s ease-in;
    border-radius: 8px;
    min-height: 180px;
}
.treatment-card .card-body{ padding: 15px 18px; border-radius: 6px;}
.treatment-card h2{ 
    font-size: 16px; 
    font-weight: 600; 
    line-height: 22px; 
    margin-bottom: 6px; 
    color: #940a17;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.span-line{ display: block; width: 100%; height: 2px; background-color: #940a17;}
.treatment-card p{ 
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px; 
    margin-bottom: 0; 
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.treatment-btn a{ position: relative; color: #940a17; text-decoration: none; font-weight: 600;}
.treatment-btn a:hover{ text-decoration: none;}
.treatment-btn a::before{
    width: 2px;
    height: 2px;
    right: -20px;
    opacity: 0;
}
.treatment-btn a::after{
    width: 8px;
    height: 8px;
    right: -16px;
    transform: rotate(-135deg);
    margin-top: -3px;
}
.treatment-btn a::before, 
.treatment-btn a::after {
    content: "";
    display: block;
    position: absolute;
    border: solid;
    top: 50%;
    border-width: 0 0 2px 2px;
    transition: 0.3s;
}
.treatment-btn a:hover::before {
    width: 14px;
    right: -20px;
    opacity: 1;
}
.treatment-btn a:hover::after {
    right: -20px;
}
.doctor-section{
    background-image: url('../img/doctor-bg.jpg');
    background-size: cover;
    background-position: center;
}
.agis-doctor h3{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
    text-transform: none;
}
.agis-doctor h2{
    color: #940a17;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 20px;
}
.agis-doctor p{
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}
.doctor-card img{
    border-radius: 6px;
    border: 1px solid #940a17;
}
.doctor-card h2{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
    color: #000;
}
.doctor-card p{
    color: #000;
    font-size: 15px;
    line-height: 20px;
}
.circle-btn{
    background-color: #940a17;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    padding: 6px;
}
/* faq section */
.wp-block-yoast-faq-block .schema-faq-section {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
a.schema-faq-question {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 10px 65px 10px 0;
    font-size: 16px;
    text-decoration: none;
    color: #940a17;
}
a.schema-faq-question:hover{ text-decoration: none;}
.schema-faq-question:after {
    position: absolute;
    content: "+";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #940a17;
    line-height: 1;
    border-radius: 50%;
    font-size: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    background: #940a17;
}
.schema-faq-section.active .schema-faq-question:after {
    content: "-";
    align-items: normal;
    font-size: 25px;
}
.schema-faq-answer {
    display: none;
    margin: 0 0 10px;
    padding: 15px 20px 15px 0;
}
.faq-content p {
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
}
.hospital-content h2{
    background-color: #f9ebe3;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 22px;
    min-height: 64px;
}
.hospital-content p{
    background-color: #000;
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
    line-height: 18px;
    min-height: 55px;
    display: flex;
}
.hospital-content .fnd-btn{
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #940a17;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 100%;
    display: block;
    text-align: center;
}
.hospital-img img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.hospital-section .owl-theme .owl-nav.disabled+.owl-dots{ margin-top: 2rem;}
.technology-section{
    border-bottom: 1px solid #e9c3c6;
}
.round-custom-btn{
    width: 26%;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    margin-left: -20% !important;
}
.technology-img img{
    width: 80px;
}
.testimonial-section{ background-color: #940a17;}
.testimonial-content h2{
    color: #fff;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 8px;
}
.testimonial-content p{
    color: #fff;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
}
.span-botton-border{
    display: inline-block;
    width: 70%;
    height: 1px;
    background-color: #fff;
}
/* .doctor-down{ margin-bottom: -6%;} */
.feature-doctor {
    background-color: #efe6df;
    padding: 15px;
    margin-top: -6%;
    position: relative;
    z-index: 222;
}
.feature-doctor h2{color: #940a17; font-size: 25px; font-weight: 600; line-height: 26px; margin-bottom: 8px;}
.feature-doctor p{font-size: 16px; line-height: normal; margin-bottom: 0; color: #000;}
.site-header h2{ font-size: 2.5rem; font-weight: 700; line-height: 1.1; text-transform: capitalize;}
.site-header .fa-check{ color: #940a17; font-size: 6rem; font-weight: 800;}
.circle-btn img { width: 45px; height: 45px; }
.col-grid{width: 20%;}
.phone-header-icon {
    border-radius: 50%;
    border: 1px solid #940a17;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-block{display: none;}
@media only screen and (max-width: 991px) {
    .hospital-feature { padding: 15px 30px; border-radius: 20px; }
    .sec-title h2{ font-size: 22px; line-height: 26px;}
    .doctor-down {  margin-bottom: 16px; }
    section.section{ padding: 35px 0;}
    .custom-btn{ width: 32%;}
    .treatment-card{ min-height: auto;}
    .hospital-section{ padding-bottom: 0 !important;}
    .agis-doctor h2{ font-size: 22px;}
    .banner-form h2{ text-align: center;}
    #header .header-top{ min-height: 40px;}
    #footer{ margin-top: 0;}
    .sticky-bar { background-color: #940a17; position: fixed; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 99; padding: 10px 15px;}
    .call-cta{ color: #fff; text-decoration: none; font-size: 16px; font-weight: 400;}
    .phone-icon{ border-radius: 50%; padding: 6px; border: 1px solid #fff; rotate: 455deg;}
    .col-grid { width: 50%; }
    .mobile-block{display: block;}
}
