/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

/* .btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
} */

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 25px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}
@media (min-width: 992px) {
    .lsbtns{display:none ; }
    .wslbtns{display:block ; }
}
@media (max-width: 991.98px) {
    /* .lsbtns{display:block ;margin-right: -55px; } */
    .wslbtns{display:none ; }
    .carousel-control-prev, .carousel-control-next{top: 46px;}
    .navbar-brand > h1{
        margin-bottom: 15px !important;
    }
   
}
@media (max-width: 1200px) {
    .pckimgdiv{
        display:none;
    }
    .pckimgdiv1{
        width:100%;
    }
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    .ng-fluid{
        padding:0px;
        background:#dde6e6;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 4%;
    top: 30%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width:2rem;
    height:2rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: 25px;
        z-index: 1;
    }
    .ng-fluid{
        padding:20px;
        padding-top:5px;
        background:#dde6e6;
    }
    .bnr-img{
        border-radius: 15px;
    }
}
@media (max-width: 460px) {
    .service-drop a{
        display: flex !important;
    }
    .service-drop {
        min-width: 296px !important;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgb(239 242 248 / 85%), rgb(91 94 99 / 85%)), url(../img/new/bn.jpeg) center center no-repeat;
    background-size: cover;
}
.cities-header {
    background: linear-gradient(rgb(239 242 248 / 5%), rgb(91 94 99 / 5%)), url(../img/new/c-b.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.he-header {
    background: linear-gradient(rgb(239 242 248 / 85%), rgb(91 94 99 / 85%)), url(../img/new/he2.png) center center no-repeat;
    background-size: 100% 100%;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #10c7c7;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    /*background: url(../img/new/Testimonials.jpg) center center no-repeat;*/
    background-size: cover;
}

.testimonial-carousel {
    background: rgb(35 33 33 / 13%);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

.ngb-home{
    height:320px;
}
.ngb-home:hover{
    box-shadow: 10px 10px 15px 10px rgb(0 0 0 / 30%);
    transition: all .5s;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.carousel-control-next-icon,.carousel-control-prev-icon
{
    background-color:#000;
}
.carousel-control-prev, .carousel-control-next{
    bottom:100px;
}
.ordermed{
    background-image: url("../img/new/p-b.jpg");
    background-size: 100% 100%;
}
.btn-pincode{
    overflow: auto;
    width: 200px;
    padding: 13px 30px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-right: 10px;
}
.btn-pincode:hover{
    background:#f9f9f9;
}
.mt-20{
    margin-top:20px;
}
.bg-tm{
    background-color: #44494b;
}

/*
.bn{
    background-color: #44494b !important;
        background: rgb(60 71 75 / 85%);
    background-image: url("../img/new/bn.jpeg");
    background-size: 100% 100%;
}*/
.div-pck{
    border:2px solid #f9f9f9; background:#fff ; padding:10px;
}
.div-pck:hover{
    box-shadow: rgb(28 28 28 / 8%) 0px 5px 2.85246px;
    border:2px solid #000;
}
.img-pck{
   height: 125px;
}
.heImgSize {
    height: 160px;
    width: 100% !important;
}
.heBackground{
    background-color: rgba(239, 239, 239, 0.258);
}
.paginationAlign{
    justify-content: center;
    align-items: center;
    display: flex;
}

.hide {
    display: none!important;
}
.cartScrool {
    overflow: auto;
    height: 300px;
}
.btn-primary,.bg-primary {
    background-color: #10c7c7 !important;
    border-color: #10c7c7 !important;
}
.btn-dark:hover,.btn-primary:hover,.bg-secondary,.btn-secondary{
    background:#af2c2c !important;
    color:#fff;
}
.color-light{
    color: rgba(0, 0, 0, 0.571);
    font-size: 13px;
}
.slash{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.16);
}
#enqBtn{
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    position: fixed;
    top: 30%;
    right:-35px;
    z-index:9999;
}
.home-book{
    background:#fff;
    padding: 10px;
    border-radius: 10px;
}
.home-cards {
    transition: all 0.2s ease;
}

.home-cards:hover {
    box-shadow: 5px 5px 6px 2px #e9ecef;
    transform: scale(1.1);
}
 @media (max-width:450px) {
    .col-p{
        padding:0px !important ; 
    } 
    /* .h-icons{
        width: 170px !important;
    }
    .serv-width{
        font-size: 15px !important;
        padding-left: 0px !important;
    }
    .h-icon-text {
        margin-left: 4px !important;
    } */
}
/*@media (max-width:360px) {
    .h-icons{
        width: 160px !important;
    }
    .serv-width{
        font-size: 14px !important;
        padding-left: 0px !important;
    }
    .h-icon-text {
        margin-left: 0px !important;
    }
} */

.health-services{
    justify-content: center;
    align-items: center;
    display: flex;
}
.h-icons{
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    width: 140px;
    margin-right: 10px;
    padding: 10px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    border-radius: 5px;
    text-align: center;
}
.h-icons:hover,.login-btn:hover{
    border-radius: 15px;
}
.h-icons-link{
    color:#091E3E;
    font-weight: 600;
}
.h-icon-text{
    margin-left:5px;
}
.login-btn{
    border: 1px solid #c3bfbf;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    border-radius: 5px;
}
.offcanvas-end {
    z-index: 99999;
}
.offcanvas-header{
    /* background-color: #f9f9f9; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.event-img{
    width: 373px;
    height: 303px;
}
.lite-white{
    background:#f9f9f9;
}
.service-drop{
    min-width: 400px;
}
.service-drop a{
    display: inline-table;
}
.userAc-drop{
    min-width: 200px;
}
.userAc-drop a{
    display: inline-table;
}
.navbar-home{
    background:#fff;
}
.btn-primary,.bg-primary {
    background-color: #3a4a88 !important;
    border-color: #3a4a88 !important;
}
.text-primary {
    color: #3a4a88 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.navbar-home {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.main-logo{
    width:240px;
}
.backbtn{
    padding-left: 20px !important;
}
.cat-link{
    width: 130px;
    background: #fff;
    padding: 10px 5px;
    margin: 5px;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    border-radius:5px ;
}
#successMessage {
    position: fixed;
    top: 2%;
    right: 5%;
    z-index: 9999;
}