html,body
{
    /* width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; */
    overflow-x: hidden; 
}
body{
    font-family: Inter,sans-serif;
}
.w-100 {
    width: 100%!important;
}
#more {display: none;}
header {
    position: absolute;
    width: 100%;
    height: 108px;
    background: 0 0;
    transition: .4s;
    z-index: 999999;
    padding: 1.5rem 0;
}
/* .banner {
    background-color: #f0f7f7;
} */
@media (min-width: 768px){
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
}
}
* {
    padding: 0;
    margin: 0;
}
.banner-bottom div[class*=col]:before {
    content: '';
    background: #fff;
    width: 98%;
    height: 94%;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 5px 20px;
}
.banner-bottom div[class*=col] {
    position: relative;
    background-image: linear-gradient(to right,#19aba7 ,#224f8f,#19aba7,#224f8f);
    border-radius: 5px 20px;
    padding: 15px;
}
@media only screen and (min-width: 992px){
.banner-bottom div[class*=col] {
    flex: 0 0 37.666666%;
    max-width: 37.666666%;
}
}
.banner-bottom img {
    width: 16%;
}
.banner-bottom, .banner-bottom img, .banner-bottom p {
    position: relative;
    z-index: 9999;
}
.my_design {
    max-width: 100%;
    height: auto;
}
.links a:hover, .text-blue {
    color: #224f8f!important;
}
.banner-bottom p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    margin-left: 10px;
}
@media only screen and (min-width: 768px){
.banner-bottom div[class*=col]:not(:first-child) {
    margin-left: 20px;
}
}
@media only screen and (min-width: 992px){
.page-title h1 {
    font-size: 2.75rem;
    line-height: 50px;
}
}
.logo a img {
    width: 52%;
}
.my_design {
    max-width: 100%;
    height: auto;
}
/* .banner .hero-img, .checkup-cat img {
    width: 80%;
    border-radius: 50%;
} */
@media (min-width: 768px){
.d-md-block {
    display: block!important;
}
}
.my_design {
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px){
.from-wrap {
    position: relative;
}
}
.from-wrap {
    border-radius: 1.25rem;
    height: 170px;
    box-shadow: 0 -1.25rem 1rem -1rem rgb(159, 161, 161)!important;
}
@media (min-width: 768px){
.pl-md-0, .px-md-0 {
    padding-left: 0!important;
}
}
.bg-light-gray {
    background: #eaeaea;
}

section.banner {
    background: white !important;
}
@media only screen and (min-width: 768px){

}
.button:after {
    width: 100%;
    z-index: -2;
}
.button:after, .button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}

.btn-gradient, .faq-section .mb-0>a, .text-blue-dark, label {
    color: white!important;
}

.btn-gradient {
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    background-color: transparent;
}
.btn {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    will-change: transform;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
    transition: .2s;
    will-change: transform;
    /* latter-spacing: 0.2px; */
    overflow: hidden;
    border: 0;
}
header.sticky {
    position: fixed;
    height: 80px;
    background-image:  linear-gradient(-140deg,#19aba7 0,#fff,#fff,#fff);;
    padding: 0.75rem 0;
}
.button:after {
    width: 100%;
    z-index: -2;
}
.button:after, .button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}
header .btn {
    opacity: 0;
}
header.sticky .btn, header.sticky .logo-sticky {
    opacity: 1;
}
@media only screen and (max-width: 480px){
header.sticky {
    display: none;
    /* align-items: center;
    height: auto;
    padding: 1rem 0;
    bottom: 0; */
    
}

}
.button:hover .call-white, .call-org, .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn, header .logo a:nth-child(2) img, header.sticky .logo a:first-child img {
    display: none;
}

header.sticky .logo a:nth-child(2) img {
    display: block;
    width: 40%;
}
.mt_top1{
    margin-top: 30px;
}


@media only screen and (max-width: 767px){
.from-wrap {
    bottom: 0;
    height: 100%;
    margin-bottom: 0;
}
.page-title h2 {
    font-size: 1rem;
    line-height: 24px;
    border-radius: 30px;
}
.banner-bottom div[class*=col] {
    margin-bottom: 1rem;
    width: 95%;
}
.mt_top1{
    margin-top: 30px;
}
.banner-bottom img {
    width: 10%;
}
.page-title h1 {
    font-size: 1.75rem;
    
}
form button {
    width: 100%;
}
.btn {
    font-size: .875rem;
}
.checkup-cat img, form .btn, form button {
    width: 100%;
}
header.sticky .logo a:nth-child(2) img{
    display: none;
}
}

.card-block {
    padding: 5px;
}

@media only screen and (min-width: 992px){
.banner .page-title h2 {
    font-size: 1.5rem;
}
}

.page-title h2 {
    border-radius: 10px 30px 30px 10px;
    font-weight: 500;
}
.bg-blue {
    color: black;
}
.accordion-button:not(.collapsed) {
    color: #215b92 !important;
    font-weight: bold;
    background-color: #e4e4e4 !important;
}
p.faq_head {
    font-size: 30px;
    text-align: center;
    color: #215b92;
    font-weight: 700;
    margin: 3pc 0px 30px 0px;
}
button.accordion-button.collapsed {
    border: 1px solid;
    background: #f1f1f1;
    border-radius: 3px;
}
footer {
    background: #eceded ;
    margin-top: 40px;
}
.foot-item img {
    /* border-radius: 50%; */
    width: 14%;
}
.footer-bottom p, footer .foot-item P {
    color: #333;
}
.foot-item {
    display: flex;
    padding: 2px;
    border-radius: 38px;
    transition: .8s;
    width: 90%;
}
.foot-item P {
    color: #1f85a7;
    margin-bottom: 0;
    font-weight: 600;
}
@media only screen and (min-width: 992px){
.foot-item P {
    font-size: 14px;
    line-height: 18px;
}
}
.social-icons a {
    margin-left: 20px;
    transition: transform .8s;
    display: inline-flex;
    background: #2c819f;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.social-icons a svg {
    width: 90%;
    fill: #eff0f0;
}
.footer-bottom p {
    font-size: .875rem;
    font-weight: 500;
}
p.footer_content {
    margin-top: 20px;
}
@media only screen and (max-width: 480px){
.foot-item P {
    font-size: 10px;
    line-height: 10px;
}
.foot-item img{
    margin-top: 11px;
}
img.footer_logo {
    width: 75px;
    margin-top: 13px;
}
.mt_top1{
    margin-top: 30px;
}
.mob_view{
    display: block!important ;
}
footer {
    background: #eceded;
    margin-top: 40px;
    margin-bottom: 50px;
}

}

img.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card {
    border-radius: 10px !important;
}
img.footer_logo {
    width: 126px;
    margin-top: 13px;
}
a {
    color: #000000 !important;
    text-decoration: none !important;
}
/* .offer {
    position: fixed;
    bottom: 18px;
    left: 32px;
    background: white;
    padding: 14px 6px;
    border-radius: 53px;
    z-index: 999;
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 13px;
} */
/* .offer {
    position: fixed;
    bottom: 18px;
    left: 10px;
    background: #224f8f;
    color: #fff;
    padding: 13px 6px;
    border-radius: 13px;
    z-index: 999;
    width: 67px;
    height: 48px;
    text-align: center;
    font-size: 13px;
    width: 140px;
} */
.offer1 {
    position: fixed;
    bottom: 18px;
    right: 10px;
    background: #03b4ac;
    color: #fff;
    padding: 13px 5px 0px 0px;
    border-radius: 13px;
    z-index: 999;
    width: 67px;
    height: 48px;
    text-align: center;
    font-size: 13px;
    width: 140px;
}

#more {display: none;}

button.readmore{
    float: left;
    background: #03b4ac;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
}

button.book{
    padding: 8px;
    
    background: linear-gradient(120deg, #19aba7, #224f8f);
    color: white;
    border: none;
    border-radius: 8px;
    float: right;
    font-size: 14px;
}

.mob_view{
    display: none;
}
@media only screen and (min-width: 760px){
    h1.font-weight-bold.mb-3{
        margin-top: 120px;

    }
}
