@charset "UTF-8";
/*!
* WSM Revamp Css v1.0.1 (https://wesimplifymarketing.com/)
*/
.modal-backdrop.in {
  opacity: 0.6;
}
.nearby-modal .modal-dialog,
.room-modal .modal-dialog {
  justify-content: center;
  align-items: center;
  display: flex;
  /* width: 80%; */
  min-height: calc(100% - 60px);
}
.room-modal .modal-dialog.modal-dialog-scrollable {
  height: calc(100% - 60px);
}
.room-modal .modal-dialog.modal-dialog-scrollable .modal-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
}
.room-modal .modal-dialog.modal-dialog-scrollable .modal-body {
  /* overflow-y: auto; */
  overflow-y: scroll;
}
.room-modal .modal-dialog.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  -webkit-appearance: none;
}
.room-modal .modal-dialog.modal-dialog-scrollable .modal-body::-webkit-scrollbar:vertical {
  width: 11px;
}
.room-modal .modal-dialog.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

/* .room-modal .modal-dialog.modal-dialog-scrollable .modal-body::-webkit-scrollbar:horizontal {
    height: 11px;
} */
.room-modal .modal-dialog.modal-lg {
  width: 675px;
}
.room-modal .modal-dialog .modal-content {
  width: 100%;
}

.room-details > .vc_column-inner {
  padding-top: 10px !important;
}

@media (max-width: 575px) {
  .stm-navigation > ul {
    flex-direction: column;
  }

  .datepicker-form .datepicker__month-button::before {
    height: auto;
  }
  .datepicker-form .datepicker__month-button--prev::before {
    margin-bottom: 0;
  }

  .container .top-filter.tlahotel-topsection-infocol {
    margin-top: 0 !important;
  }
  .top-filter #mobile-sticky-label {
    display: none !important;
  }
  .top-filter #rvsh-gallery-col .tlahotel-topbanner-hotelgallerysection {
    margin-top: 0 !important;
  }
  .top-filter #rvsh-gallery-col .tlahotel-topbanner-hotelgallerysection .wpb_column {
    margin-bottom: 0;
  }
  .top-filter .rvsh-filter {
    /* padding: 0 5px 5px 0; */
    padding: 0px 5px 5px 0px !important;
  }
  .top-filter .rvsh-filter .stm_wp_hotelier_form {
    margin-top: 0;
    margin-bottom: 0;
  }
  .top-filter #hotelier-datepicker {
    padding-top: 0;
  }
  #sticky_header .datepicker__month,
  .top-filter .datepicker__month {
    margin-bottom: 0;
  }

  #sticky_header {
    margin-top: 0 !important;
  }
  #sticky_header .rvsh-filter {
    background-color: #fff;
    padding-top: 0 !important;
  }
  #sticky_header .rvsh-filter .filter-logo {
    display: none !important;
  }
  #sticky_header .rvsh-filter .vc_column-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  #sticky_header .rvsh-filter .stm_wp_hotelier_form {
    padding: 10px 0 0 0 !important;
    margin: 0;
  }
  #sticky_header .rvsh-filter .stm_wp_hotelier_form .datepicker-form {
    padding: 8px 10px;
    border: 1px solid #d1d5db;
    box-shadow: none;
  }
  #sticky_header .rvsh-filter #mobile-sticky-label {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  #sticky_header .rvsh-filter #mobile-sticky-label .msl-data {
    display: flex;
    flex-direction: column;
  }
  #sticky_header .rvsh-filter #mobile-sticky-label .msl-btn .stmicon-search::before {
    font-size: 1.6em;
  }
  #sticky_header .rvsh-filter #mobile-sticky-label .msl-hotel {
    font-weight: 600 !important;
  }
  #sticky_header.mobile-popup .first-row-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #sticky_header .rvsh-filter #first_row {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    display: block;
    transform: translateY(-100%);
    /* transition: all 0.3s linear; */
  }
  #sticky_header.mobile-popup .rvsh-filter #first_row {
    transform: translateY(0);
    transition: all 0.3s linear;
  }
  #sticky_header.mobile-popup .rvsh-filter #first_row > .form-group {
    margin-bottom: 15px;
  }
  #sticky_header.mobile-popup .rvsh-filter #first_row > .form-group:last-child {
    padding-top: 10px;
    margin-bottom: 5px;
  }
  #sticky_header.mobile-popup .rvsh-filter #first_row > .form-group label {
    display: inline-block;
    color: #000;
    letter-spacing: 0px !important;
    margin-bottom: 5px;
  }
  #sticky_header.mobile-popup .rvsh-filter .select2-selection,
  #sticky_header.mobile-popup .rvsh-filter .datepicker-input-select,
  #sticky_header.mobile-popup .rvsh-filter #first_row > .form-group input[type="text"] {
    border: 1px solid #e5e5e5;
  }

  #sticky_header .rvsh-filter .input-badge {
    top: 56%;
    transform: none;
  }

  #sticky_header .rvsh-filter .datepicker__topbar {
    margin-bottom: 10px;
  }

  #sticky_header.mobile-popup .grc-dd {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .top-filter .rvsh-filter .nv_submit_btn,
  #sticky_header.mobile-popup .rvsh-filter .nv_submit_btn {
    padding: 8px 15px;
    background-color: #003580 !important;
  }
  #sticky_header.mobile-popup .rvsh-filter .nv_submit_btn .btn__icon {
    display: none;
  }
  #sticky_header.mobile-popup .rvsh-filter .nv_submit_btn .btn-txt-check {
    display: block;
    text-transform: capitalize;
    font-weight: 800 !important;
  }
  #sticky_header .rvsh-tabs {
    box-shadow: 0 30px 50px 0 rgba(153, 153, 153, 0.3);
  }
  #sticky_header .rvsh-tabs ul {
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    box-shadow: none;
    margin-left: -15px;
    margin-right: -15px;
  }
  #sticky_header .rvsh-tabs ul::-webkit-scrollbar {
    display: none;
  }
  #sticky_header .rvsh-tabs ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  #gapi-hotel-nearby {
    padding: 10px;
  }
  .datepicker__info--selected,
  .datepicker__info-text--selected-days {
    display: flex !important;
  }
  #placesTab {
    margin-bottom: 15px !important;
  }
  #nearbyPlacesModal .modal-content {
    padding: 10px;
    max-width: 100%;
  }
  #nearbyPlacesModal .modal-header {
    padding: 10px 15px 0 !important;
  }
  #nearbyPlacesModal .modal-body {
    padding-top: 0 !important;
  }
  #nearbyPlacesModal .modal-body .nav-tabs {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 0 !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  #nearbyPlacesModal .modal-body .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  #roomDetailsModal .modal-title {
    font-size: 1.4em !important;
  }
  .room-modal.modal.in {
    display: flex !important;
    align-items: center;
  }
  .modal-dialog.modal-lg {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-header {
    padding: 0 15px 15px !important;
  }
  .modal-header.has-title {
    padding-top: 15px !important;
  }
  .modal-body {
    padding: 15px !important;
  }
  /* .datepicker__info--selected {
    display: flex !important;
  } */
  /* #lightbox {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
  } */
  /* .tlahotel-hotel-trsnportvhcleinfo-indisection-popup.modal.in { */
  .tlahotel-hotel-trsnportvhcleinfo-indisection-popup.modal.modal-in {
    display: flex !important;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* .tlahotel-facilitieseeall-info-popupsection.modal.in { */
  .tlahotel-facilitieseeall-info-popupsection.modal.modal-in {
    display: flex !important;
    align-items: center;
  }
  .page .site-content .tlahotel-h2hoteltitlesection-indisect {
    margin-bottom: 20px !important;
  }
  .post-content .tlahotel-freefacilitiesinfo-popupsection ul > li:last-child {
    margin-bottom: 50px !important;
  }
  .datepicker-form .datepicker__month-day--today {
    color: #000 !important;
    font-weight: 800;
    background-color: #fff !important;
    font-size: 14px !important;
  }
  .datepicker-form .datepicker__month-day--first-day-selected,
  .datepicker-form .datepicker__month-day--last-day-selected {
    font-weight: normal;
    font-size: 11px !important;
  }

  #lightbox {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column-reverse;
  }
  #lightbox .lb-dataContainer {
    margin-bottom: 5px;
  }
  #lightbox .lb-data .lb-close {
    border: 0 !important;
  }
  #galleryModal {
    padding-left: 15px !important;
  }
  #galleryModal .modal-header {
    min-height: 36px;
    padding-bottom: 0 !important;
    padding-top: 15px !important;
  }
  #galleryModal .modal-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #galleryModal .modal-body > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  #galleryModal .modal-body .tab-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  #galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__container .stm-image {
    width: 50%;
  }
  #galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__categories ul {
    margin-bottom: 0px !important;
  }
  #galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__categories ul li {
    margin-bottom: 0 !important;
  }
  #galleryModal .stm_images_gallery_with_categories_style_1 .stm-images__categories ul li a {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .tlahotel-specialoffertoday-popupinfo .popupmodal-content-column h3 {
    margin-top: 0;
  }
  .tlahotel-specialoffertoday-popupinfo .popupmodal-content-column .tlahotel-hotelroomsinfo-popupinfo-closebtn {
    margin-bottom: 0;
  }
  #rvsh-gallery-col {
    margin-bottom: 10px;
  }
  #rvsh-gallery-col .hotelgallerysection-col-2 .tlahotel-bannerroomprice-indisection {
    width: auto !important;
    padding: 5px 10px 8px !important;
    margin-top: 0 !important;
    margin-right: -5px !important;
    margin-bottom: -10px !important;
    border-radius: 6px;
  }
  #rvsh-gallery-col .hotelgallerysection-col-2 .wpb_single_image .wpb_heading {
    font-size: 18px !important;
  }
  .tlahotel-bannerroomprice-indisection p {
    text-align: left;
  }
  #rvsh-gallery-col .tlahotel-bannerroomprice-indisection p span {
    font-size: 15px !important;
    line-height: 1 !important ;
  }

  #rvsf-con > .flex {
    line-height: 1;
  }
  #rvsf-con .rvsf-label {
    margin-bottom: 5px;
    display: block;
  }

  .room-details > .vc_column-inner {
    padding-top: 20px !important;
  }

  .tlahotel-transportvhicle-seemore-btn p,
  .tlahotel-facilities-seeall-btn p {
    font-weight: 700 !important;
  }
}

/* sm */
@media (min-width: 576px) {
  #lightbox {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column-reverse;
  }
  .datepicker-form .datepicker__month-day--today {
    color: #000 !important;
    font-weight: 800;
    background-color: #fff !important;
    font-size: 14px !important;
  }
  .datepicker-form .datepicker__month-day--first-day-selected,
  .datepicker-form .datepicker__month-day--last-day-selected {
    font-weight: normal;
    font-size: 11px !important;
  }
}

/* md */
@media (min-width: 768px) {
}

/* lg */
@media (min-width: 992px) {
  .modal-xl {
    width: 800px;
  }
}

/* xl */
@media (min-width: 1200px) {
  .modal-xl {
    width: 1140px;
  }
  .hotelgallerysection-col-1 .wpb_single_image img {
      height: 395px;
  }
  .hotelgallerysection-col-2 .wpb_single_image img {
      height: 192px;
      margin-top: 0;
  }
}

/* xxl */
@media (min-width: 1400px) {
}
