@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 992px) {
  .testimonial_box-text p {
    color: #293241;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    /* text-align: center; */
    /* min-height: 350px; */
  }
  .image-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 9;
  }
  #mainnav ul li a:hover {
    color: #fff;
    background: #7a2776;
    border-radius: 4px;
  }

  .pos-ab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 991px) {
  header {
    box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
  }

  .section-title {
    width: 100%;
  }
  .sec-title h2 {
    color: #013975;
    display: inline-block;
    /* background: #033d71; */
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    font-size: 24px;
  }
  .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 {
    min-width: 48%;
    font-size: 16px;
    padding: 15px 25px !important;

    color: #fff;
    font-weight: 600;
  }
  .steps-sec .steps-inner p {
    min-height: auto;
  }
  .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;
  }
  .get-a-doc-bg:before {
    content: none;
  }
  .inner-benifits {
    display: none;
  }
  .custom--column {
    width: 50%;
  }
}
@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: 250px;
  }
}

@media (min-width: 768px) {
  .swiper.swiperPackages {
    margin-right: -25px;
  }
}
