
@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;
    }
}


.banner-form{
    background-color: #ffff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    max-width: 350px;
    padding: 18px 16px;
    margin-left: auto;
}
.banner-form .heading-bg{
    width: Calc(100% - 170px);
    padding: 6px 14px;
}
.banner-form .heading-bg{
    background-color: #e22027;
    position: relative;
    left: -17px;
    top: -6px;
}
.banner-form h2{ 
    color: #fff; 
    font-size: 22px;
    font-weight: 600; 
    margin-bottom: 8px; 
    line-height: 26px;
    text-align: center;
}
.image-bg{
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: bottom;
}
.why-section{
    display: flex;
    align-items: center;
}
.why-section h3{font-size: 30px; font-weight: 600; margin-bottom: 0; line-height: normal; color: #966b34; text-align: center; text-transform: none;}
.why-section .card{
    background-color: #ffffffd9;
    border: 0;
}
.sec-title{ 
    margin-bottom: 8px; 
    padding-bottom: 8px;
    position: relative;
}
.span{
    font-size: 35px;
    background-color: #966b34;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    padding: 14px 12px;
    text-transform: uppercase;
}
.payment-icon {
    top: 3%;
    width: 205px;
    position: fixed;
    right: 4px;
    z-index: 10;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    opacity: 0;
}
.payment-icon.show {visibility: visible;  opacity: 1;}

.section-bg{background-color: #e1f7e0;}
.sec-title h2{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    color: #966b34;
    position: relative;
    padding-bottom: 5px;
}
.sec-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background: #e22027;
    bottom: 0;
    left: calc(50% - 42px);
}
.usp-card-content{
    position: relative;
    padding: 60px 15px 20px;
    background-color: #45a040;
    border-radius: 20px;
    min-height: 345px;
}
.card-icon img{width: 115px;}
.usp-card-content ul{margin-bottom: 0;}
.usp-card-content ul li{color: #fff; margin-bottom: 5px; font-size: 15px;}
.strip-heading h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    color: #45a040;
    text-align: center;
}
.strip-heading {
    background-color: #fff;
    padding: 10px 12px;
    position: absolute;
    width: 100%;
    top: 8px;
    left: 0;
}
.site-slider img{border-radius: 6px;}
.about-section .card{
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.about-section .card-body{
    background-color: #45a040;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 1rem;
}
.card-img-top{
    height: 200px;
    object-fit: cover;
}
.card-title{color: #fff;font-weight: 500;}
.secondary-bg{background-color: #f8f8f8;}
.review-slider .card{min-height: 385px;}
.home-intro h2 {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 30px;
}
html body .tabs .nav-tabs .nav-link.active{border-top-color: #45a040;}
html body .tabs .nav-tabs .nav-link:hover{border-top-color: #45a040;}
html body .tabs .nav-tabs .nav-link{color: #000;}
html body .tabs .nav-tabs .nav-link.active{color: #45a040;}
/* .left-icon-box {
    width: 35%;
    flex: 0 0 auto;
}
.right-icon-box {
    width: 25%;
    flex: 0 0 auto;
} */
.header-logo img{height: 88px;}
.header-logo .left-icon-box img{margin: 0 8px;}

.site-slider.owl-carousel .owl-nav button.owl-prev{
    left: -40px;
}
.site-slider.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}
.sec-title p{ font-size: 16px; margin-bottom: 5px; font-weight: 600;}
.condition-section .tab-content ul li{color: #000;}
.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.whatsapp-float:hover, a.whatsapp-float:focus { color: #fff; }
.cta-button {
    display: flex;
    align-items: center;
    justify-content: end;
}
.cta-button span {
    display: block;
    color: #fff;
    background-color: #45a040;
    font-weight: 500;
    padding: 8px 22px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.button-group span:nth-child(2).button-icon {
    background-color: #d77102;
    padding: 7.5px 18px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sticky-bar{display: none;}
.sticky-bar { background-color: #45a040; position: fixed; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 99; padding: 10px 15px;}
.amenities-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #966b34;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.amenities-icon img {
    width: 50px;
}
.amenities-content h3 {
    font-size: 15px;
    text-transform: none;
    color: #000;
    margin-bottom: 0;
    line-height: 22px;
    font-weight: 500;
    margin-top: 8px;
}

@media only screen and (max-width: 991px) {
    .hospital-feature { padding: 15px 30px; border-radius: 20px; }
    .sec-title h2{ font-size: 22px; line-height: normal;}
    .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;}
    .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%; }
    .sec-title h2::after{bottom: -6px;}
}

@media only screen and (max-width: 767px) {
    .payment-icon{
        width: 125px;
        position: fixed;
    }
    .header-logo{display: none;}
    .usp-card-content{min-height: auto;}
    .sticky-bar{display: block;}
}




.wrapped{
		text-align: center;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		display: table;
		position: absolute;
		height: 100%;
		width: 100%;
	}
	.wrapped h1{
		color: #444;
		font-size: 70px;
		font-weight: 700;
		padding: 0px 0 0px 15px;
		margin: 0 0 30px 0;
		text-transform: uppercase;
	}
	.middle {
	    display: table-cell;
	    vertical-align: middle;
	}
	.inner {
	    margin-left: auto;
	    margin-right: auto;
	}
	.counter-class > div{
		display: inline-block;
		color: #e22027 !important;
	}
	.counter-class .counter-days,
	.counter-class .counter-hours,
	.counter-class .counter-minutes,
	.counter-class .counter-seconds{
		font-weight: 600;
		font-size: 18px;
	}
