/* Large Devices, Wide Screens*/

@media only screen and (max-width: 1199.98px) {
  /*

    End This Query

*/
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991.98px) {
  /*

    End This Query

*/
}

/* Small Devices, Tablets */

@media only screen and (max-width: 767.98px) {
  .header-area.header-sticky {
    display: none;
  }
  .t-btn-primary.btn-lg {
    font-size: 18px;
  }
  .hero-top-info {
    padding-top: 0;
  }

  .text-btn .icon-arrow-right {
    margin-top: 0;
  }
  .hero-top-info .right-info,
  .hero-top-info .left-info h2,
  .info-box-1 .text-info .t-btn-primary {
    margin-bottom: 0;
  }

  .hero-top-info .left-info h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 12px;
  }

  .info-box-1 .thumb {
    max-width: 100%;
  }

  .sec-big-title h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 12px;
  }

  .room-slide-btn {
    justify-content: center;
    display: flex;
  }

  /*

    End This Query

*/
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 575.98px) {
  /*

    End This Query

*/
}

/* Small Phone */

@media only screen and (max-width: 480.98px) {
  /*

    End This Query

*/
}

/* Small Phone */

@media only screen and (max-width: 360.98px) {
  /*

    End This Query

*/
}
