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



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




  .clients-logos .slick-track .slick-slide {
    padding: 0 10px;
  }

  .mid-gallery-panel {
    margin: 0;
  }

  .search-panel.home {
    width: 95%;
  }

  .custom-width {
    width: unset;
    padding: 22px 20px;
  }



}


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

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



  .ihg-hotels ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
  }

  .ihg-hotels ul li {
    margin: 0px;
    text-align: center;
  }

  .detail-box ul {
    gap: 8px 16px;
    flex-wrap: wrap;
    list-style: none;
  }

  .navbar-toggler {
    margin: 6px 0 6px auto;
    background: #fff;
  }

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

  .navbar .nav-item {
    padding: 0px 0px;
    border: 0;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 8px;
  }

  .navbar a {
    font-size: 1rem;
  }

  .explore-panel aside,
  .mid-img-panel figcaption,
  .explore-panel .panel figcaption,
  .mid-panel-center .panel figcaption {
    position: relative;
    top: -10px;
    padding: 35px 20px;
    width: 100%;
    color: #333;
    background: #eee;
    border-radius: 0 0 8px 8px;
  }

  .mid-img-panel a {
    color: unset;
  }



  footer ul.footer-menu {
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }


}

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

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

  h1,
  h2 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-weight: 400;

  }

  h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }


  h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  h6 {
    font-size: 1.1rem;
  }

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

  .btn-primary {
    padding: 10px 14px;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }

  .header-left {
    display: none;
  }

  .logo {
    max-width: 160px;
    padding: 10px 0;
  }

  header.fixedTop .header-right {
    opacity: 1;
  }


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


  .banner-slider img,
  .subpage-banner img {
    height: 300px;
    object-fit: cover;
  }

  .banner-slider figcaption {
    padding-bottom: 0;
  }


  .explore-panel figure::before {
    display: none;
  }


  .search-panel.home {
    display: none;
  }


  .slick-prev {
    left: 20px;
  }

  .slick-next {
    right: 20px;
  }


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

  .rooms-types ul {
    gap: 30px;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 38px;
  }

  .rooms-types>figure img,
  .rooms-types ul li figure img {
    height: 400px;
  }

  .apartment-features ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
    max-width: 760px;
    margin-inline: auto;
  }

  .apartment-features ul li {
    min-width: 0;
    justify-content: flex-start;
  }

  .apartment-features ul li h3 {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
  }

  .apartment-features ul li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
  }


 


}



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

  .offer-tabs-container {
    overflow-x: scroll;
  }

  .slidePlaceholder {
    display: block;
  }



}






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

  .logo {
    max-width: 130px;
    padding: 10px 0;
  }


  .clients-logos {
    margin: 20px auto;
  }



  .banner-slider figcaption p {
    display: none;

  }

    .banner-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .banner-slider>.slick-dots {
    bottom: 12px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: max-content;
    margin: 0;
    padding: 5px 9px;
    line-height: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 999px;
  }

  .banner-slider>.slick-dots li {
    flex: 0 0 20px;
    margin: 0;
  }

  .banner-slider>.slick-dots li button::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

   /* --------------- Content -------------- */
  

  .customBlock {
    margin-bottom: 1rem;
  }

  .customBlock .content {
    flex-direction: column !important;
    gap: 1.5rem;
  }

  .customBlock .media-block {
    width: 100% !important;
  }

  .customBlock .content-block {
    width: 100%;
  }

  .arrow .media-block::after {
    display: none;
  }

  .custom-table .table {
    width: 990px;
  }

  .custom-table>div>div {
    width: 100%;
    overflow-x: auto;
  }

  .btn-fixed-right {
    position: fixed;
    top: auto;
    right: 0px;
    bottom: 0;
    z-index: 5;
    transform: unset;
    padding: 12px 25px;
    border-radius: 0;
    width: 100%;
    text-align: center;
  }

  footer {
    padding-bottom: 40px;
  }

  .explore-panel img,
  .mid-img-panel img {
    height: 200px;
    object-fit: cover;
  }

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

  .side-curve::after {
    display: none;
  }

  .order-md-last .side-curve,
  .side-curve {
    position: relative;
  }


  footer h4 {
    margin-top: 20px;
  }


}


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



  .newsletter {
    width: 100%;
  }

  .newsletter .btn {
    flex-basis: 130px;
    line-height: 1.5rem;
    padding: 8px 10px;
  }

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

  .restaurant-features li {
    flex-basis: 100%;
  }

  .apartment-features-section .row {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .apartment-features ul {
    gap: 20px 12px;
  }

  .apartment-features ul li {
    gap: 8px;
  }

  .apartment-features ul li>span {
    width: 52px;
    height: 52px;
    border-width: 5px;
    font-size: 1.45rem;
  }

  .apartment-features ul li h3 {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .apartment-features ul li h3 small {
    margin-bottom: 2px;
    font-size: .9rem;
    line-height: 1.1;
  }

  .social-links {
    justify-content: center;
  }




}

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

  .homeGallerySlider.slick-slider>.slick-dots,
  .tab-content .homeGallerySlider.slick-slider>.slick-dots {
    gap: 4px;
    padding: 5px 8px;
  }

  .homeGallerySlider.slick-slider>.slick-dots li {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .homeGallerySlider.slick-slider>.slick-dots li button {
    width: 18px;
    height: 18px;
    padding: 0;
  }

  .homeGallerySlider.slick-slider>.slick-dots li button::before {
    width: 13px;
    height: 13px;
  }

}

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

  .apartment-features ul {
    gap: 18px 8px;
  }

  .apartment-features ul li {
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
    text-align: center;
  }

  .apartment-features ul li h3 {
    font-size: 1rem;
    line-height: 1.15;
  }

  .apartment-features ul li h3 small {
    font-size: .85rem;
  }

  .exclusive-deals img {
    aspect-ratio: 4/3.2;
  }

}


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

  .features ul {
    justify-content: space-between;
  }
}