@media screen and (min-width: 1400px) {

  .container-xxl {
    max-width: 1250px;
  }

}



@media only screen and (max-width:1400px) {



  .search-panel {
    width: unset;
    margin: 10px;
  }

  .our-property-slider.slick-dotted.slick-slider,
  .trending-promotion-slider.slick-dotted.slick-slider,
  .testimonial-slider.slick-dotted.slick-slider {
    padding-bottom: 3rem;
    margin: 0 0 2rem 0;
  }




  .trending-promotion {
    background: url(../images/trending-promotions-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }

  .check-validator.error-null {
    position: relative;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
  }


}


@media only screen and (max-width:1300px) {


  .navbar-brand img {
    width: 200px;
  }



  .testimonial-slider {
    padding: 0 10px;
  }

  button#filter {
    padding: 18px 10px;
    min-width: 150px;
  }


}

@media only screen and (max-width:1200px) {



  header .btn-black {
    padding: 12px 16px;
    font-size: 1.2rem;
    line-height: 1.rem;
  }

  .navbar-nav {
    align-items: end;
  }

  .navbar-nav .nav-link.active {
    font-weight: normal;
    color: #333;
  }

  .navbar-nav a:hover::before,
  .nav-link.active::before {
    display: none;
  }

  .navbar-nav a.nav-link {
    font-size: 1.3rem;
    margin: 6px;
  }

  .navbar .navbar-toggler {
    background-color: transparent;
    border: 0;
    padding-right: 4px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler i {
    color: var(--primary);
    font-size: 30px;
  }

  .navbar-nav a.btn-primary {
    padding: 10px 10px 8px 10px !important;
  }

  .navbar-nav>* {
    display: none;
  }

  .navbar-nav>ul.mobile-menu {
    display: block;
    margin-top: 2rem;
  }

  .search-panel {
    position: relative;
    inset: 0;
    bottom: 0;

    padding: 6px;
  }

  .select2-container--default .select2-selection--single,
  .t-check-out>div {
    border: 0px !important;
  }

  .search-panel .select2-box,
  .search-panel .t-datepicker,
  .search-panel .guests-dropdown {
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-bottom: 15px;
  }


  .search-panel .btn-primary {
    height: calc(100% - 15px);
  }


  .video-nav .slick-slide {
    margin: 30px 10px 15px;
  }




  .widget-form {
    position: unset;
    top: 0;
  }

  footer {
    padding-bottom: 60px;
  }


}

@media only screen and (max-width:991px) {



  .banner-slider h2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .banner-slider figcaption h2,
  .banner-slider figcaption p {
    width: unset;
    margin: 20px;
  }


  .link-availability {
    right: -125px;
  }


  .widget-form {
    margin-bottom: 20px;
  }



  .banner-slider .slick-slide {
    top: 6px !important;
  }


  .slick-prev {
    left: 0px;
  }

  .slick-next {
    right: 0px;
  }


  .our-property-slider.detail-box,
  .trending-promotion-slider.detail-box {
    margin: 0;
  }

  .trending-promotion-slider h5 {
    font: 1.4rem;
  }



  .testimonial-slider {
    padding: 0;
  }

  .video-height {
    min-height: unset;
  }

  /* .video-nav .slick-slide img {
    height: 120px;
  } */


  .video-height iframe,
  .video-play .slick-slide img {
    height: 450px;
  }


  .video-nav {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary);
    padding: 0 25px;
  }


  .footer-nav {
    flex-wrap: wrap;
  }

  #scroll {
    border: 1px solid #fff;
  }






}


@media (max-width:768px) {

  .stay-box.offer-bx figure img {
    min-height: 260px;
    object-fit: cover;
  }

  .choose-listing {
    padding: 0;
  }

  .choose-listing li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    list-style: none;
  }

  .choose-box {
    flex-direction: column;
  }

  .choose-box .choose-pic {
    text-align: center;
    margin: 0 auto 1rem;
  }

  .choose-box .choose-content {
    width: 100%;
    text-align: center;
  }

  .btnPrev,
  .btnNext {
    left: -20px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .btnNext {
    left: auto;
    right: -20px;
  }

  .prop-buttons {
    display: grid !important;
  }

  .d-flex.justify-content-between.prop-buttons h4 {
    order: 1;
  }

  .d-flex.justify-content-between.prop-buttons a {
    order: 2;
  }

  .t-check-in .t-date-info-title,
  .t-check-out .t-date-info-title,
  .select2-container--default .select2-selection--single,
  .guests .form-control {
    font-size: 1.2rem;
  }

  .bg-section-pattern1 {
    background-size: cover;
  }





}



@media only screen and (max-width:767px) {



  h1,
  h2,
  .stay-box figcaption {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 400;

  }

  h3 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }


  h4 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  p,
  main,
  header {
    font-size: 1.2rem;
  }

  .topbar p,
  .topbar i {
    display: none;
  }

  .best-property-slider .stay-box figcaption {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
  }





  .banner-slider figure img {
    height: 370px;
    object-fit: cover;
  }

  .banner-slider h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 15px;
  }

  .banner-slider figcaption p {
    display: none;

  }

  .search-top {
    margin: 0 auto;
  }

  .news-ticker {
    display: none;
  }

  .mid-text {
    padding: 2rem;
  }

  .mid-text h3 {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }

  .image-gallery>li {
    height: 150px;
  }


  #location iframe {
    width: 100%;
  }

  .clients-logos {
    padding: 0px;
  }



  .clients-logos ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  footer h4 {
    margin-top: 20px;
  }



  .btn-primary {
    padding: 12px 16px;
    font-size: 1.2rem;
    line-height: 1.rem;
  }

  .btn-primary.btn-small {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.2rem;
  }

  .video-nav .slick-slide.slick-current img {
    height: 140px;
  }

  .video-nav .slick-slide img {
    height: 120px;
  }

  .video-nav .slick-slide h4 {
    font-size: 15px;
  }



  .filter-panel>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 13px;
  }

  .price-range, .room-type, .sort-by{
    justify-content: start;
  }

  .filter-panel h5 {
    /* margin-top: 20px !important; */
    width: 120px;
  }


  .video-height {
    min-height: none;
  }


  .detail-box .btn-primary {
    padding: 15px 16px;
    flex-shrink: 0;
  }

  .slick-dots {
    background:rgba(0,0,0,0.25);
    padding: 9px 4px 3px 7px;
    display: flex;
  }

  .banner-slider .slick-dots li button::before {
    background: #999;
  }

  .banner-slider .slick-dots li.slick-active button::before {
    background: var(--primary);
  }

  .banner-slider .slick-dots {
    background: rgba(255,255,255,0.9);
  }




}


@media only screen and (max-width:576px) {

  .navbar-brand img {
    width: 150px;
  }

  #searchform {
    width: 100%;
  }

  .video-height {
    min-height: 300px;
  }


  .video-height iframe,
  .video-play .slick-slide img {
    height: 300px;
    object-fit: cover;
  }

  .video-nav {
    padding: 0;
  }

  .video-nav .slick-slide {
    margin-top: 60px;
  }

  .video-nav .slick-slide h4 {
    display: none;
  }

  .video-nav .slick-slide.slick-current h4 {
    top: -40px;
    width: 300px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: no-repeat;
    pointer-events: none;
  }

  .video-nav .slick-slide.slick-current img {
    height: 100px;
  }

  .video-nav .slick-slide img {
    height: 80px;
  }

  .search-panel.subpage {
    width: unset;
  }


  footer .form-floating {
    width: 100%;
  }


  .filter-nearby {
    align-items: flex-start;
    flex-direction: column;
  }

  footer {
    padding-bottom: 120px;
  }







}

@media only screen and (max-width:420px) {}


.btn-outline.btn-black {
  background: #000;
}