@media(max-width:767px){

    .wellness-section .slick-slide, .body-checkup-section .slick-slide, .fever-section .slick-slide {
        margin-right: 0.5px;
      
    }
    .navbar-brand {
     max-width: 150px;
    }
    
}


@media screen and (max-width:991px) {
    header{
        box-shadow: 0 3px 1px -1px rgba(0,0,0,.2);
        margin-bottom:5px;
    }

    table tr td b::before, .wellness-accordion .card-header .card-link::before {
        content: '';
        position: absolute;
        left: 0;
        width: 6px;
        height: 6px;
        background-color: #083659;
        border-radius: 100px;
        top: 10px;
    }


    .body-checkup-section .swiper-slide.slick-slide {
        border-radius: 10px;
        overflow: hidden;
        display: block;
        float: none;
        margin-bottom: 20px;
    }

    .wp-card-head-right {
        background: #0f9fb4;
        position: relative;
        border-radius: 0 0 8px 8px;
    }

    .body-checkup-section .swiper-wrapper .swiper-slide.slick-slide:last-of-type {
        margin-bottom: 0;
    }
    .wellness-title, .fever-title, .body-checkup-title, .section-title {
     
        width: 90%;
      
    }
    .wellness-title h3, .fever-section h3, .body-checkup-section h3, .why-choose .section-title h3 {
        color: #013975;
        display: inline-block;
        /* background: #033d71; */
        padding: 5px 10px;
        font-weight: 700;
        position: relative;
        font-size: 24px;
    }
    .section-title {
     
        width: 100%;
      
    }
    .why-choose .section-title h3{
        padding:5px;
    }
    .wellness-packages-list {
        height: 250px;
        max-height: initial;
        min-height: 250px;
        padding-bottom: 15px;
    }
    .slick-dots{
        padding-left: 0;
        list-style: none;
        display: flex;
        justify-content: center;
    }
    .slick-dots li {
        margin: 0 5px;
    }
    .slick-dots li button {
        font-size: 0;
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 100px;
        /* display: flex; */
        padding: 0;
        border: 0;
    }
    .slick-dots li.slick-active button{
        background-color: #023b73;
        
    }
    .fixed-footer a {
        font-size: 16px;
        padding: 5px 15px !important;
        color: #fff;
        font-weight: 600;
        background-color: #0f9fb4;
        margin: 10px;
        border-radius: 6px;
        text-decoration: none;
        animation: bookNow infinite ease alternate .5s;
    }
    @keyframes bookNow{
        0%{
            transform:translateY(4px);
        }
         -100%{
            transform:translateY(-4px);
        }
    }
    .footer {
     
        padding-bottom: 54px;
    }
    .fixed-footer {
       
        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;
    }
    #mainnav #menu {
        display: block;
    }

    #mainnav ul {
        display: none;
        background: #fff;
        padding: 0;
        text-align: left;
        /* box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
        border: 1px solid #Ccc;
        position: absolute;
        min-height: 100vh;
        z-index: 99;
        top: 45px;
        right: 0;
        width: 100vw;
        /* box-shadow: 0 0 0 999em rgb(0 0 0 / 80%); */
    }
    header.fixed .top-bar{ 
        display: none;
    }
    header.fixed  #mainnav ul {
        /* top: -15px; */
    }
    #mainnav ul li {
        display: block;
        border-bottom: 1px solid #001d52;
    }
    #mainnav ul li a {
        display: block;
        padding: 15px;
    }
    .txt-clr {
        font-size: 18px;
        /* vertical-align: 2px; */
    }
    .header-cal {
        max-width: 20px ;
    }

    .mob-nav img{
        max-width: 35px;
    }

    /* .wellness-title h3, .fever-section h3, .body-checkup-section h3, .why-choose .section-title h3 {
        color: #fff;
        display: inline-block;
        background: #033d71;
        padding: 5px 15px;
        font-weight: 400;
        position: relative;
        font-size: 16px;
    } */

    .wellness-section .nav-button.slick-arrow, .body-checkup-section .nav-button.slick-arrow, .fever-section .nav-button.slick-arrow {transform: translateY(-50% );bottom: -80px;border-radius: 100px;right: 0% !important;top: initial;}

    .wellness-section .nav-button.slick-arrow.prev-btn, .body-checkup-section .nav-button.slick-arrow.prev-btn, .fever-section .nav-button.slick-arrow.prev-btn {
        left: 0;
    }
    .checkup-text h2 {
        font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: white;
    text-align: justify;
    }
   #enquiry .form-group {
        margin-bottom: 10px;
    }
    .first {
        padding: 5px 0;
        font-size: 18px;
        margin-bottom: 0 !important;
    }
    .first {
        left: -30px;
    }
    .section-banner .first::before, .section-banner  h2::after, .section-banner  h2::before {
        border: 6px solid;
        bottom: -10px;
    }
    #enquiry .form-check-label {
        line-height: 100%;
    }
    #enquiry {
        padding: 20px 20px 13px;
        margin: 0;
    }
    .wp-card-head-left p {
        margin-bottom: 6px;
    }
    .wp-card-head-right hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .nav-call {
        padding: 10px 10px;
    }
}
@media (min-width:768px) {
    .swiper.swiperPackages {
        margin-right: -25px;
    }
    
}
@media (min-width:992px) {
  
    #mainnav ul li a:hover {
        color: #fff;
        background: #023b73;
        border-radius:4px ;
    }
    .navbar-brand {
  
        max-width: 200px;
    }
    .pos-ab{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media screen and (max-width:400px){
    .banner-slider .banner-slide img {
        height: 200px !important;
        object-fit: cover;
        object-position: 0% 20%;
    }
}