@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px !important;
    }
}
@media (max-width: 1199px) {
    .menu-inner {
 
    column-gap: 1rem !important;
   
}
}


@media (max-width: 991.98px) {
    /* .banner-column {
        height: 70vh;
    } */
      /* .banner-column {
    height: 472px;
    object-fit: contain;
} */
}
@media (max-width: 482px){
.white-btn {
    font-size: 7px;
    padding: 2px 4px;
}
}
@media (min-width: 768px) {
    .col:nth-child(odd) .service-card-inner {
        transform: translateY(-20px);
    }

    .col:nth-child(even) .service-card-inner {
        transform: translateY(20px);
    }


}


@media (max-width: 575.98px) {

    
    /* .banner-column {
    height: 472px;
    object-fit: contain;
} */

    .body {
        overflow-x: hidden !important;
    }

      .h2 {
        text-align: center;
      }

      img.img-fluid-contact {
    height: auto;
    width: 250px;
}

    .banner-content {
        /* display: none; */
    }

    .common-gap {
        padding: 50px 0;
    }

    .book-now-left {
        margin-bottom: 40px;
    }

    .about-right-content {
        margin-bottom: 20px;
    }

    .common-image .image-1,
    .common-image .image-2 {
        width: 100% !important;
        height: auto !important;
        margin-top: 20px;
    }

    .mobile-2 {
        display: none;
    }

    /* .banner-section {
        display: none;
    } */

    .bottom-image {
        flex-basis: 100%;
        max-width: 350px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .rating-box {
        margin: 40px 0px;
        /* width: 270px;
        height: 284px;
        padding-top: 0; */

    }

    .col:nth-child(odd) .service-card-inner {
        transform: translateY(0px);
    }

    .col:nth-child(even) .service-card-inner {
        transform: translateY(0px);
    }

    .service-card {
        margin-top: 0px !important;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .testimonial-main {
        margin-top: 0px !important;
        align-items: center;
    }

    .testimonial-slider-inner {
        margin-top: 50px;
    }

    .contact-form-img {
        margin-bottom: 50px;
    }

    section,
    header {
        max-width: 14200px !important;
    }
}



@media (max-width: 420px) {
   .white-btn {
    padding: 2px 4px;
    font-size: 7px;
    line-height: 14px;
}

    .header .logo img {
    max-width: 82px;
}
}

@media (max-width: 379px) {
.white-btn {
    /* padding: 2px 4px; */
    font-size: 6px !important;
    line-height: 8px !important;
}
  .header .logo img {
    max-width: 68px;
}
}





@media (min-width: 576px) and (max-width: 767b98px) {}