@media all and (max-width: 800px) {
  .owl-carousel .carousel_se_01_carousel .owl-item img {
    height: 350px;
    max-height: 100%;
  }
}
@media (min-width: 320px) {
  .owl-carousel .carousel_se_01_carousel .owl-item img {
    height: 200px;
    max-height: 100%;
  }
}
@media (min-width: 481px) {
  .owl-carousel .carousel_se_01_carousel .owl-item img {
    height: 460px;
    max-height: 100%;
  }
}
@media (min-width: 1025px) {
  .owl-carousel .carousel_se_01_carousel .owl-item img {
    height: 690px;
    max-height: 100%;
  }
}

@media all and (max-width: 800px) {
  .owl-carousel .carousel_se_02_carousel .owl-item img {
    height: auto;
    max-height: 100%;
  }
}
@media (min-width: 320px) {
  .owl-carousel .carousel_se_02_carousel .owl-item img {
    height: 304px;
    max-height: 100%;
  }
}
@media (min-width: 481px) {
  .owl-carousel .carousel_se_02_carousel .owl-item img {
    height: 420px;
    max-height: 100%;
  }
}
@media (min-width: 1025px) {
  .owl-carousel .carousel_se_02_carousel .owl-item img {
    height: 520px;
    max-height: 100%;
  }
}

@media screen and (max-width: 970px) {
  .col-9.mob-header,
  .col-3.mob-header {
    width: 100%;
  }
  .t4s-mb-nav__icon {
    width: 50px;
    height: 39px;
    margin-right: -20px;
    border-left: 1px solid rgba(var(--text-color-rgb), 0.2);
  }

  .t4s-mb-nav__icon:after {
    content: "\f35a";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    position: relative;
    right: 40px;
    float: right;
  }
  .t4s-mb-nav__icon:after {
    width: 1px;
    height: 12px;
  }

  .wrapper .btn {
    display: block;
  }
  .mySlides.fade img {
    height: auto;
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #f2f2f2;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    visibility: hidden;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px -10px;
    border-bottom: 1px solid #000;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 0px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  /* #galleryDrop:checked ~ .drop-menu,
    #megaMenu_:checked ~ .mega-box,
    #generalMega:checked ~ .mega-box{
      max-height: 100%;
    } */
  [id^="megaMenu_"]:checked ~ .mega-box {
    max-height: 100%;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover {
    background: #f2f2f2;
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 14px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 0px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: 0px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
    body button.owl-prev,body button.owl-next {
        top: 38%;
    }
    .list-img-container {
        height: auto;
    }
    body nav .wrapper {
        padding: 0px 5px !important;
        margin: -5px;
    }
    #menu-btn:checked ~ .nav-links {
        max-width: 88%;
    }
    nav .wrapper .btn.close-btn {
        right: 5px;
        top: 5px;
    }
    nav .wrapper label.btn.close-btn {
        color: red;
        font-size: 25px;
        padding: 0 5px;
        background: #c59696;
    }
    .homepage-slider-wrapper .owl-carousel .item img {
      height: 200px !important;
      object-fit:fill;
    }
    .homepage-video {
      height: inherit;
    }
    .mobile-only {
      height: 300px;
    }
    .desktop-only {
      /* display: none; */
    }
    .owl-carousel .owl-nav button span {
      height: 30px;
      width: 30px;
      font-size: 2rem;
  }
    .col-6.col-md-6.text-right {
      width: 100%;
    }
  }