.checkOutDisable {
  pointer-events: none;
}

.notShowInDropDown {
  display: none;
}

.calender-dynamic-text {
  text-align: center;
  padding: 9px 15px 2px 15px;
  white-space: initial;
}

.calender-dynamic-text span {
  color: #ad2132;
}

.calanderBottomMessage {
  z-index: 1;
  bottom: 0;
  font-size: 14px;
  white-space: normal;
  clear: both;
  padding: 0px 20px;
  text-align: center;
}

.calanderBottomMessage span {
  color: #ad2132;
}

.layout2 .calanderBottomMessage {
  padding: 5px 20px;
}

.bookingEnginePopOverlay {
  z-index: -1;
  position: fixed;
  top: 0px;
  transition: all linear 0.4s;
  left: 0px;
  background: #000;
  opacity: 0;
}

.bookingEnginePopOverlay.active {
  opacity: 0.7;
  z-index: 99991;
  width: 100%;
  height: 100%;
}

.bookingEnginePopOverlay .close {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -220px 0 0 229px;
  font-size: 30px;
  color: #fff;
}

.availability-cta .boxColumn {
  width: 450px;
}

.booking-engine {
  width: 100%;
  margin: 0 0%;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
  font-weight: 300;
  font-family: "flamabook";
  font-size: 1.3rem;
  position: relative;
  text-align: left;
}

.booking-engine .nightsWrap {
  position: relative;
  clear: both;
  border-top: 2px solid #c6c7c7;
}

.booking-engine .nightsWrap .label {
  text-align: center;
  font-size: 10px;
  padding: 10px 0 0 0;
  color: #afafaf;
}

.booking-engine .nightsWrap select.ddlHotelOfferNights {
  width: 100%;
  padding: 3px 5px 13px 5px;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 300;
  font-family: "flamabook";
  font-size: 15px;
}

.booking-engine .nightsWrap .arrowWrap {
  position: absolute;
  right: 12px;
  top: 13px;
  font-size: 20px;
  pointer-events: none;
}

.booking-engine .nightsWrap.active .arrowWrap i {
  transition: all linear 0.4s;
}

.booking-engine .nightsWrap.active .arrowWrap i.fa {
  transform: rotate(180deg);
}

.booking-engine.bkhOffset .cruiseSelectionWrap {
  display: none !important;
}

.booking-engine .cruiseSelectionWrap {
  display: none;
}

.booking-engine.overview-page {
  top: -30px;
}

.booking-engine.moveUp {
  transform: translate(0, -50%);
}

.booking-engine.reverse .hotelName .hotelListDropDown {
  top: auto;
  bottom: 50px;
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.05);
  z-index: 99991;
}

.booking-engine.reverse .checkInCheckOut .t-datepicker-day {
  top: auto;
  bottom: 50px;
  /* box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.05); */
  z-index: 99999;
  min-height: 335px;
  padding-top: 25px;
}

.booking-engine.reverse
  .checkInCheckOut
  .t-datepicker-day
  .cico-identification {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ad2132;
  font-weight: 600;
  top: 10px;
  display: none;
}

.booking-engine.reverse .checkInCheckOut .t-arrow-top {
  display: none !important;
}

.booking-engine .bookYourStay {
  float: left;
  width: 100%;
  font-weight: 400;
  background: #ebebeb;
  color: #000;
  padding: 5px 10px;
  font-size: 0.8em;
  margin: 0 0 10px 0;
  display: none;
}

.booking-engine .hotelName {
  float: left;
  width: 25%;
  padding: 10px;
  height: 39px;
  border-right: #ad2132 solid 1px;
  position: relative;
  font-size: 1.7rem;
}

.booking-engine .hotelName.NoClick {
  pointer-events: none;
}

.booking-engine .hotelName.NoClick .arrowWrap {
  display: none;
}

.booking-engine .hotelName .hotelLabel {
  float: left;
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
}

.booking-engine .hotelName .hotelLabel .name {
  float: left;
  width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.booking-engine .hotelName .hotelLabel .name abbr {
  font-weight: 400;
  display: block;
}

.booking-engine .hotelName .hotelLabel .name .desktopN {
  display: inline;
  font-family: "flamalight";
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.booking-engine .hotelName .hotelLabel .name .mobileN {
  display: none;
}

.booking-engine .hotelName .hotelLabel .arrowWrap {
  float: left;
  width: 5%;
  padding: 0;
  font-size: 20px;
  line-height: 10px;
  position: relative;
}

.booking-engine .hotelName .hotelLabel .arrowWrap i.fa {
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}

.booking-engine .hotelName .hotelListDropDown {
  position: absolute;
  width: 911px;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  left: -10px;
  top: 50px;
  z-index: 12;
  display: none;
  width: 105%;
}

.booking-engine .hotelName .hotelListDropDown .mobileHeader {
  display: none;
}

.booking-engine .hotelName .hotelListDropDown .allHotels {
  float: left;
  width: 100%;
  background: #fff;
}

.booking-engine .hotelName .hotelListDropDown .allHotels .hotelList {
  float: left;
  width: 100%;
  padding: 10px 15px;
  border-left: #ebebeb solid 1px;
}

.booking-engine .hotelName .hotelListDropDown .allHotels .hotelList:first-child,
.booking-engine .hotelName .hotelListDropDown .allHotels .hotelList:last-child {
  border: 0 !important;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList:nth-child(2) {
  border-right: #ebebeb solid 1px;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList.hotelListCol3 {
  width: 24%;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock:last-child {
  margin: 0;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .heading {
  float: left;
  width: 100%;
  color: #ad2132;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list {
  float: left;
  width: 100%;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul {
  list-style: none;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li {
  float: left;
  width: auto;
  margin: 0 0 10px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: normal;
  position: relative;
  clear: both;
  font-family: "flamalight";
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li:hover,
.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li.active {
  color: #ad2132;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .label {
  float: left;
  width: 100%;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav {
  position: absolute;
  width: 220px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #000;
  margin: 0px 0 0 0;
  left: 0;
  top: 100%;
  z-index: 2;
  background: #fff;
  display: none;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .head {
  float: left;
  width: 100%;
  padding: 10px;
  border-top: #e6e6e6 solid 1px;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .head:hover {
  color: #ad2132;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .head:first-child {
  border: 0;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .head
  .arrowWrap {
  float: right;
  transition: all 0.3 ease-in-out;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .head.active
  .arrowWrap {
  transform: rotate(180deg);
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .content {
  float: left;
  width: 100%;
  padding: 0;
  display: none;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .content
  .values {
  float: left;
  width: 100%;
  padding: 5px 10px;
  margin: 0;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .content
  .values:hover,
.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .content
  .values.active {
  color: #ad2132;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .content
  .values:first-child {
  padding-top: 0;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .content
  .actionWrap {
  float: left;
  width: 100%;
  padding: 10px;
  border-top: #e6e6e6 solid 1px;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .content
  .actionWrap:hover,
.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .content
  .actionWrap.active {
  color: #ad2132;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li
  .subNav
  .content
  .actionWrap
  .button {
  float: left;
  width: auto;
  font-size: 0.95em;
}

.booking-engine
  .hotelName
  .hotelListDropDown
  .allHotels
  .hotelList
  .hotelBlock
  .list
  ul
  li:hover
  .subNav {
  display: inline;
}

.booking-engine .NumberOfNights {
  float: left;
  width: 100%;
  padding: 8px;
  clear: both;
  margin-left: 0px;
  border-top: #c6c7c7 solid 2px;
  background: #fff;
  position: relative;
  text-align: center;
}

.booking-engine .NumberOfNights .nightsWrap {
  border-top: none;
}

.booking-engine .NumberOfNights .label {
  clear: both;
  text-align: center;
  font-size: 10px;
  padding: 4px 0 4px 0;
  color: #afafaf;
}

.booking-engine .NumberOfNights.NoClick {
  pointer-events: none;
}

.booking-engine .NumberOfNights.NoClick .arrowWrap {
  display: none;
}

.booking-engine .NumberOfNights .NumberOfNightsLabel {
  float: left;
  width: 100%;
  cursor: pointer;
}

.booking-engine .NumberOfNights .NumberOfNightsLabel .name {
  float: left;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
}

.booking-engine .NumberOfNights .NumberOfNightsLabel .name abbr {
  font-weight: 400;
  display: block;
}

.booking-engine .NumberOfNights .NumberOfNightsLabel .name .desktopN {
  display: inline;
}

.booking-engine .NumberOfNights .NumberOfNightsLabel .name .mobileN {
  display: none;
}

.booking-engine .NumberOfNights .NumberOfNightsLabel .arrowWrap {
  float: right;
  width: auto;
  padding: 0 0 0 7px;
  font-size: 20px;
  line-height: 10px;
  color: #000000;
  top: -11px;
  right: 34px;
}

.booking-engine .NumberOfNights .NumberOfNightsLabel .arrowWrap i.fa {
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}

.booking-engine .NumberOfNights .NumberOfNightsLabel.active i.fa {
  transform: rotate(180deg);
}

.booking-engine .NumberOfNights .NumberOfNightsDropDown {
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  left: 0px;
  top: 50px;
  z-index: 10;
  display: none;
}

.booking-engine .NumberOfNights .NumberOfNightsDropDown .list span {
  padding: 5px 10px;
}

.booking-engine .NumberOfNights .NumberOfNightsDropDown ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.booking-engine .NumberOfNights .NumberOfNightsDropDown ul li {
  width: 100%;
  list-style-type: none;
  padding: 5px 10px;
  cursor: pointer;
  font-family: "flamabook";
}

.booking-engine .NumberOfNights .NumberOfNightsDropDown ul li.active {
  color: #ad2132;
  background: #fff;
}

.booking-engine .NumberOfNights .NumberOfNightsDropDown .mobileHeader {
  display: none;
}

.booking-engine .NumberOfNights .NumberOfNightsDropDown .NumberOfNights {
  float: left;
  width: 100%;
  padding: 0;
  border-left: #ebebeb solid 1px;
}

.booking-engine
  .NumberOfNights
  .NumberOfNightsDropDown
  .NumberOfNights:first-child {
  border: 0 !important;
}

.booking-engine .checkInCheckOut {
  display: flex;
  float: left;
  width: 38%;
  height: 39px;
  padding: 10px 0;
  border-right: #ad2132 solid 1px;
  color: #242424;
  flex-wrap: nowrap;
  position: relative !important;
  clear: none;
  white-space: nowrap;
  padding-top: 5px;
  width: 38%;
}

.booking-engine .checkInCheckOut .t-mobile-heading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 0 0;
  z-index: 10000;
  visibility: hidden;
  padding: 0 0 20px 0;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.05);
}

.booking-engine .checkInCheckOut .t-mobile-heading .backWrap {
  float: left;
  width: 100%;
  text-align: left;
  padding: 5% 5% 10px 5%;
}

.booking-engine .checkInCheckOut .t-mobile-heading .backWrap svg {
  width: 15px;
  fill: #000;
}

.booking-engine .checkInCheckOut .t-mobile-heading .dateWrap {
  float: left;
  width: 100%;
}

.booking-engine
  .checkInCheckOut
  .t-mobile-heading
  .dateWrap
  .mobCheckInCheckOut {
  float: left;
  width: 50%;
  padding: 0 5%;
  text-align: left;
  position: relative;
}

.booking-engine
  .checkInCheckOut
  .t-mobile-heading
  .dateWrap
  .mobCheckInCheckOut.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ad2132;
  left: 0;
  bottom: -20px;
}

.booking-engine
  .checkInCheckOut
  .t-mobile-heading
  .dateWrap
  .mobCheckInCheckOut
  .label {
  color: #9b9b9b;
  font-size: 10px;
  float: left;
  width: 100%;
  font-weight: normal;
}

.booking-engine
  .checkInCheckOut
  .t-mobile-heading
  .dateWrap
  .mobCheckInCheckOut
  .dates {
  float: left;
  width: 100%;
  font-weight: 700;
  border: 0;
  height: 20px;
  font-size: 1.4em;
}

.booking-engine
  .checkInCheckOut
  .t-mobile-heading
  .dateWrap
  .mobCheckInCheckOut
  .dates
  .t-dates {
  padding: 0;
  height: auto;
}

.booking-engine
  .checkInCheckOut
  .t-mobile-heading
  .dateWrap
  .mobCheckInCheckOut
  .dates
  .t-dates
  span {
  font-weight: 400;
}

.booking-engine .checkInCheckOut .t-mobile-heading .close {
  float: right;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ad2132;
  border-radius: 50%;
  color: #fff;
  right: 0;
  font-size: 15px;
  font-weight: 700;
  position: fixed;
  left: 50%;
  bottom: 35px;
  transform: translate(-50%, 0);
  z-index: 10000;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  display: none !important;
}

.booking-engine .checkInCheckOut .calenderWrap {
  position: absolute;
  width: 700px;
  left: 0px;
  padding: 10px;
  top: 49px;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.booking-engine .checkInCheckOut .t-datepicker-day {
  top: 50px;
  padding-top: 25px;
}

.booking-engine .checkInCheckOut .t-datepicker-day .cico-identification {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ad2132;
  font-weight: 600;
  top: 10px;
  display: none;
}

.booking-engine .checkInCheckOut .datesWrap {
  width: 50%;
  display: flex;
  padding: 0 20px;
  display: block;
}

.booking-engine .checkInCheckOut .datesWrap.disableCheckout:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 50%;
  height: 38px;
}

.booking-engine .checkInCheckOut .datesWrap .label {
  width: 75px;
  white-space: nowrap;
  padding: 0 10px 0 0;
  margin-bottom: 7px;
  font-weight: 600;
}

.booking-engine .checkInCheckOut .datesWrap.disabled .label {
  opacity: 0.3;
}

.booking-engine .checkInCheckOut .datesWrap .dateWrap {
  float: left;
  width: 100%;
  background: url(../svg/calender-icon.svg) 98%
    center no-repeat;
  border: 0;
  background-size: 21px;
  min-height: 20px;
}
.com_booking-engine
  .booking-engine
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates.t-date-check-out {
  min-height: 15px;
}
.booking-engine .checkInCheckOut .datesWrap .dateWrap.t-check-in,
.booking-engine .checkInCheckOut .datesWrap .dateWrap.t-check-out {
  position: static;
}

.booking-engine .checkInCheckOut .datesWrap .dateWrap .t-datepicker-day {
  left: 0px;
  padding-top: 25px;
}

.booking-engine
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-datepicker-day
  .cico-identification {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ad2132;
  font-weight: 600;
  top: 10px;
  display: none;
}

.booking-engine .checkInCheckOut .datesWrap .dateWrap .t-dates {
  padding: 0 0 0 0px;
  height: auto;
  border: 0;
}

.booking-engine .checkInCheckOut .datesWrap .dateWrap .t-dates span {
  font-weight: 400;
}

.booking-engine
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-date-info-title,
.booking-engine
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-date-info-title {
  top: 0;
  left: 0;
  opacity: 0;
  position: relative;
}

.booking-engine .checkInCheckOut .datesWrap .dateWrap .t-dates span {
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
}

.booking-engine .checkInCheckOut .datesWrap .dateWrap .t-dates .fa {
  opacity: 0;
}

.booking-engine .checkInCheckOut .datesWrap.disabled .dateWrap .t-dates {
  opacity: 0.3;
}

.booking-engine.reverse .noOfRoomsWrap .addRoomDropDown {
  top: auto;
  bottom: 50px;
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.05);
}

.booking-engine .noOfRoomsWrap {
  float: left;
  width: 10%;
  height: 39px;
  padding: 10px 20px 10px 10px;
  border-right: #ad2132 solid 1px;
  position: relative;
}

.booking-engine .noOfRoomsWrap .addRoomLabel {
  float: left;
  width: 100%;
  cursor: pointer;
}

.booking-engine .noOfRoomsWrap .addRoomLabel .deskTop {
  float: left;
  width: 100%;
}

.booking-engine .noOfRoomsWrap .addRoomLabel .deskTop .roomsCount {
  float: left;
  width: 95%;
}

.booking-engine .noOfRoomsWrap .addRoomLabel .deskTop .arrowWrap {
  float: left;
  width: 5%;
  font-size: 20px;
  line-height: 10px;
}

.booking-engine .noOfRoomsWrap .addRoomLabel .deskTop .arrowWrap i.fa {
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}

.booking-engine .noOfRoomsWrap .addRoomLabel .mobile {
  float: left;
  width: 100%;
  display: none;
}

.booking-engine .noOfRoomsWrap .addRoomLabel.active i.fa {
  transform: rotate(180deg);
}

.booking-engine .noOfRoomsWrap .addRoomDropDown {
  position: absolute;
  width: 200px;
  background: #fff;
  padding: 20px 20px 10px 20px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  top: 50px;
  left: 0;
  display: none;
}

.booking-engine .noOfRoomsWrap .addRoomDropDown .mobileHeader {
  display: none;
}

.booking-engine .noOfRoomsWrap .addRoomDropDown .block {
  float: left;
  width: 100%;
  padding: 0 0 0px 0;
  position: relative;
}

.booking-engine .noOfRoomsWrap .addRoomDropDown .block .roomSelectOption {
  float: left;
  width: 100%;
  padding: 10px 10px;
  border-bottom: #d7d7d7 solid 1px;
  background: #fff;
  cursor: pointer;
}

.booking-engine
  .noOfRoomsWrap
  .addRoomDropDown
  .block
  .roomSelectOption:first-child {
  padding-top: 0;
}

.booking-engine
  .noOfRoomsWrap
  .addRoomDropDown
  .block
  .roomSelectOption:last-child {
  border: 0;
  padding-bottom: 0;
}

.booking-engine .noOfRoomsWrap .addRoomDropDown .block .roomSelectOption.active,
.booking-engine .noOfRoomsWrap .addRoomDropDown .block .roomSelectOption:hover {
  color: #ad2132;
}

.booking-engine .noOfRoomsWrap .addRoomDropDown .actionWrap {
  float: left;
  width: 100%;
  border-top: #d7d7d7 solid 1px;
  display: none;
}

.booking-engine .noOfRoomsWrap .addRoomDropDown .actionWrap .addRoomButton {
  float: left;
  width: auto;
  text-transform: uppercase;
  cursor: pointer;
  border: #a1a1a1 solid 1px;
  padding: 8px 10px;
}

.booking-engine
  .noOfRoomsWrap
  .addRoomDropDown
  .actionWrap
  .addRoomButton:hover {
  background: #ad2132;
  color: #fff;
  border-color: #ad2132;
}

.booking-engine .noOfRoomsWrap .addRoomDropDown .actionWrap .actionButton {
  float: right;
  width: auto;
  padding: 8px 0px;
  cursor: pointer;
}

.booking-engine
  .noOfRoomsWrap
  .addRoomDropDown
  .actionWrap
  .actionButton:hover {
  color: #ad2132;
}

.booking-engine.bkhOffset.reverse .noOfGuestWrap .addGuestDropDown {
  top: auto;
  bottom: 50px;
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.05);
}

.booking-engine .noOfGuestWrap {
  float: left;
  width: 10%;
  height: 39px;
  padding: 10px 20px 10px 10px;
  position: relative;
}

.booking-engine .noOfGuestWrap .addGuestLabel {
  float: left;
  width: 100%;
  cursor: pointer;
}

.booking-engine .noOfGuestWrap .addGuestLabel .guestCount {
  float: left;
  width: 95%;
}

.booking-engine .noOfGuestWrap .addGuestLabel .arrowWrap {
  float: left;
  width: 5%;
  font-size: 20px;
  line-height: 10px;
}

.booking-engine .noOfGuestWrap .addGuestLabel .arrowWrap i.fa {
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}

.booking-engine .noOfGuestWrap .addGuestLabel.active i.fa {
  transform: rotate(180deg);
}

.booking-engine .noOfGuestWrap .addGuestDropDown {
  position: absolute;
  width: 337px;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
  top: 60px;
  left: 0;
  display: none;
}

.booking-engine .noOfGuestWrap .addGuestDropDown .mobileHeader {
  display: none;
}

.booking-engine .noOfGuestWrap .addGuestDropDown .blockWrapper {
  float: left;
  width: 100%;
}

.booking-engine .noOfGuestWrap .addGuestDropDown .blockWrapper .block {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 10px 0 0 0;
  border-bottom: #d7d7d7 solid 1px;
  position: relative;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block:first-child {
  margin-top: 0;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .editBlock {
  position: absolute;
  width: auto;
  right: 5px;
  top: 5px;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .editBlock
  .edit {
  float: left;
  color: #ad2132;
  cursor: pointer;
  font-size: 0.92em;
  border-right: #b1b1b1 solid 1px;
  padding: 0 5px 0 0;
  line-height: 10px;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .editBlock
  .closeIcn {
  float: left;
  /* width: 13px;
	height: 13px; */
  /* border: #b1b1b1 solid 1px; */
  /* border-radius: 50%; */
  text-align: center;
  color: #ad2132;
  font-size: 0.92em;
  font-family: "flamabook";
  margin: 0px 0 0 5px;
  cursor: pointer;
  line-height: 10px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .child
  .closeIcn {
  width: 13px;
  height: 13px;
  border: #b1b1b1 solid 1px;
  border-radius: 50%;
  right: -7px;
  margin-top: 0px;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .editBlock
  .closeIcn:hover {
  /* background: #AD2132;
	color: #fff;
	border: #AD2132 solid 1px; */
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomsIndividualCount {
  float: left;
  width: 100%;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #ad2132;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount {
  float: left;
  width: 100%;
  white-space: nowrap;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose {
  float: left;
  width: 40%;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .label {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number {
  float: left;
  width: auto;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number
  ul {
  list-style-type: none;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number
  ul
  li {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 0.8em;
  margin: 0 0 0 0;
  cursor: pointer;
  font-family: "flamabook";
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number
  ul
  li.active,
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number
  ul
  li:hover {
  background: #ad2132;
  color: #fff;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .closeIcn {
  float: left;
  /* width: 13px;
	height: 13px; */
  /* border: #b1b1b1 solid 1px; */
  /* border-radius: 50%; */
  text-align: center;
  color: #b1b1b1;
  font-size: 9px;
  font-family: "flamabook";
  margin: 2px 0 0 10px;
  cursor: pointer;
  display: none;
  line-height: 11px;
}

/* .booking-engine .noOfGuestWrap .addGuestDropDown .blockWrapper .block .roomGuestCount .closeIcn:hover {
	background: #AD2132;
	color: #fff;
	border: #AD2132 solid 1px
} */

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  display: none;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap
  .label {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap
  .ageList {
  float: left;
  width: 100%;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap
  .ageList
  ul {
  list-style-type: none;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap
  .ageList
  ul
  li {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.1rem;
  margin: 0 0px 0 0;
  cursor: pointer;
  font-family: "flamabook";
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap
  .ageList
  ul
  li.active,
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap
  .ageList
  ul
  li:hover {
  background: #ad2132;
  color: #fff;
}

.booking-engine .noOfGuestWrap .addGuestDropDown .actionWrap {
  float: left;
  width: 100%;
  padding: 10px 0 0;
}

.booking-engine .noOfGuestWrap .addGuestDropDown .actionWrap .addRoomButton {
  float: left;
  width: auto;
  text-transform: uppercase;
  cursor: pointer;
  /* border: #AD2132 solid 1px; */
  padding: 8px 15px;
  /* background: #AD2132;
	color: #fff; */
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .actionWrap
  .addRoomButton:hover {
  background: none;
  color: #ad2132;
  /* border-color: #a1a1a1; */
}

.booking-engine .noOfGuestWrap .addGuestDropDown .actionWrap .actionButton {
  float: right;
  width: auto;
  padding: 8px 15px;
  cursor: pointer;
  text-transform: uppercase;
  border: #ad2132 solid 1px;
  background: #ad2132;
  color: #fff;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .actionWrap
  .actionButton:hover {
  color: #606161;
  border-color: #a1a1a1;
  background: none;
}

.booking-engine .viewAvailabilityButton {
  float: left;
  width: auto;
  height: 39px;
  background: #ad2132;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
}

.booking-engine .viewAvailabilityButton:hover {
  background: #c36512;
}

.booking-engine .plusIcon {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  margin: 10px 0 0 25px;
  position: relative;
}

.booking-engine .plusIcon .imgIconWrap {
  float: left;
  width: 20px;
  height: 20px;
  background: url(../png/sprites-icons.png) left
    top no-repeat;
  background-position: -119px -166px;
}

.booking-engine .plusIcon.active .imgIconWrap {
  background-position: -119px -186px;
}

.booking-engine .plusIcon.activeAlways .imgIconWrap {
  background-position: -119px -186px;
}

.booking-engine .plusIcon .toolTipWrap {
  position: absolute;
  width: auto;
  padding: 2px 5px;
  background: #fff;
  left: 33px;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  font-size: 11px;
  display: none;
}

.booking-engine .plusIcon .toolTipWrap:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #fff;
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: 2;
}

.booking-engine .plusIcon .toolTipWrap:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  left: -12px;
  top: 9px;
  z-index: 1;
}

.booking-engine .plusIcon:hover .toolTipWrap {
  display: inline;
}

.booking-engine .promocodeDropDown {
  position: absolute;
  width: 240px;
  background: #fff;
  padding: 20px 15px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  top: 60px;
  right: 0;
  display: none;
}

.booking-engine .promocodeDropDown .input {
  float: left;
  width: 160px;
  height: 30px;
  line-height: 30px;
  border: #c8c9ce solid 1px;
  padding: 0 10px;
  font-size: 0.9375em;
}

.booking-engine .promocodeDropDown .submit {
  float: left;
  width: 50px;
  height: 30px;
  line-height: 30px;
  background: #d7d7d7;
  padding: 0px;
  /* font-size: .9375em; */
  cursor: pointer;
  border: none;
  font-family: "flamabook";
  text-align: center;
}

.booking-engine .promocodeDropDown .submit:hover {
  background: #ad2132;
  color: #fff;
}

.booking-engine .promocodeDropDown .errorMsg {
  float: left;
  width: 100%;
  color: #f00;
  font-size: 11px;
  padding: 5px 0 0 0;
  text-transform: initial;
}
.booking-engine.bkhOffset.reverse .promocodeDropDown {
  top: auto;
  bottom: 78px;
}

.booking-engine .offerMsgWrap {
  float: left;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  display: none;
  color: #ff0000;
  font-size: 12px;
}

.booking-engine.layout2.left .hotelName .hotelListDropDown {
  right: auto;
  left: 0;
}

.booking-engine.layout2.left
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-datepicker-day {
  right: 36px;
  left: auto;
  min-height: 344px;
  padding-top: 25px;
}
.booking-engine .datesWrap .calendar-container .t-table-condensed {
  min-height: 330px;
}

.booking-engine.layout2 .calender-price-msg {
  bottom: -20px;
  background: #fff;
}

.booking-engine.layout2.left
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-datepicker-day
  .cico-identification {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ad2132;
  font-weight: 600;
  top: 10px;
  display: none;
}
.booking-engine.layout2 .noOfGuestWrap .addGuestDropDown {
  padding: 20px 20px 10px 20px;
}
/* .booking-engine.layout2.left .noOfGuestWrap .addGuestDropDown {
	left: 0px;
	right: auto
} */

.booking-engine.layout2 {
  width: 100%;
  margin: 0;
  box-shadow: none;
  border: 1px solid #ebebeb;
  padding-top: 15px;
  padding: 30px 20px 15px;
  text-transform: initial;
  display: none;
}

.booking-engine.layout2 .hotelName .arrowWrap {
  margin: 10px 0 0 -30px;
}

.booking-engine.layout2 .bookYourStay {
  padding: 10px 15px;
  font-family: "flamabook";
  font-size: 0.938em;
}

.booking-engine.layout2.moveUp {
  transform: none;
}

.booking-engine.layout2 .bookYourStay {
  display: inline;
}

.booking-engine.layout2 .hotelName {
  width: 100%;
  height: auto;
  border: 0;
  padding: 10px 0;
  position: relative;
}

.booking-engine.layout2 .hotelName .name {
  text-align: center;
}

.booking-engine.layout2 .hotelName .name abbr {
  font-weight: 400;
  display: block;
}

.booking-engine.layout2 .hotelName .name .desktopN {
  display: none;
}

.booking-engine.layout2 .hotelName .name .mobileN {
  display: inline;
  font-family: "flamalight";
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.booking-engine.layout2 .hotelName .hotelListDropDown {
  position: absolute;
  width: 911px;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  right: 0px;

  top: 100%;
  z-index: 2;
  display: none;
  left: auto;
  bottom: auto;
  right: auto;
}

.booking-engine.layout2 .hotelName .hotelListDropDown.singleHotelList {
  width: 66%;
  box-shadow: 0px 2px 4px #00000059;
  left: 0px;
}

.booking-engine.layout2
  .hotelName
  .hotelListDropDown.singleHotelList
  .hotelList {
  width: 100%;
}

.booking-engine.layout2
  .hotelName
  .hotelListDropDown.singleHotelList
  .hotelList {
  border: none;
}

.booking-engine.layout2 .hotelName .hotelListDropDown .mobileHeader {
  display: none;
}

.booking-engine.layout2 .cruiseSelectionWrap {
  float: left;
  width: 100%;
  border-top: #c6c7c7 solid 2px;
  display: none;
}

.booking-engine.layout2 .checkInCheckOut {
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  max-width: 100%;
  white-space: normal;
  position: relative;
  margin-top: 10px;
}

.booking-engine.layout2 .checkInCheckOut .t-mobile-heading {
  background: #fff;
  visibility: visible;
  padding-top: 30px;
  z-index: 9999999;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap {
  border: #c6c7c7 solid 2px;
  border-bottom: 0;
  border-left: 0;
  padding: 20px 3% 20px 0px;
  display: inline;
  position: static;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap:last-child {
  border-left: 0;
  border-right: 0;
  padding-left: 4%;
  padding-right: 0px;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap.disableCheckout:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap.active {
  background-color: #ebebeb;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap .label {
  width: 100%;
  font-size: 10px;
  padding: 0;
  color: #606161;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap {
  /* background: none; */
  padding: 0;
  background-position: 98% 2px;
}

.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-datepicker-day {
  left: auto;
  right: 0px;
  top: 71px;
  min-height: 325px;
  padding-top: 25px;
  padding-bottom: 0px;
}

.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-datepicker-day
  .cico-identification {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ad2132;
  font-weight: 600;
  top: 10px;
  display: none;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap .t-dates {
  padding: 0;
  position: relative;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap .t-dates span {
  font-weight: 600;
  text-transform: uppercase;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap .t-dates .fa {
  display: none;
}

.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-day-check-in,
.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-day-check-out {
  font-size: 2.5rem;
  line-height: 2.5rem;
  /* font-weight: 400; */
  vertical-align: middle;
}
.booking-engine
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-month-check-in,
.booking-engine
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-month-check-out {
  line-height: 100%;
}
.booking-engine .checkInCheckOut .datesWrap .dateWrap .t-dates .t-year-check-in,
.booking-engine
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-year-check-out {
  line-height: 100%;
}
.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-month-check-in,
.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-month-check-out {
  font-size: 13px;
  padding: 0 0 0 5px;
  font-weight: 400 !important;
}

.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-year-check-in,
.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  .t-year-check-out {
  font-size: 13px;
  font-weight: 400;
}

.booking-engine.layout2 .noOfRoomsWrap {
  width: 50%;
  border: 0;
  height: 90px;
  padding: 20px 4% 20px 0px;
  border: #c6c7c7 solid 2px;
  border-left: 0;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .mobile {
  display: none;
  padding: 0 10%;
  cursor: auto;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .mobile span.value {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomLabel
  .mobile
  span.value
  .counter {
  text-align: center;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomLabel
  .mobile
  span.value
  .spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 0.8em;
  cursor: pointer;
  user-select: none;
  font-weight: 300;
  font-size: 12px !important;
  line-height: 15px;
  margin: 0;
  text-indent: -100px;
  overflow: hidden;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomLabel
  .mobile
  span.value
  .spinner.minus {
  margin-right: 3px;
  background: url(../png/mobile-minus.png) right
    45% no-repeat;
  background-size: 100%;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomLabel
  .mobile
  span.value
  .spinner.plus {
  margin-right: 3px;
  background: url(../png/mobile-plus.png) left 45%
    no-repeat;
  background-size: 100%;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .mobile span.lbl {
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(0, -50%);
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount {
  text-align: left;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount .lbl {
  float: left;
  width: 40%;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount .value {
  float: left;
  width: 50%;
  padding: 0px;
  white-space: nowrap;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomLabel
  .roomsCount
  .value
  .counter {
  text-align: center;
  padding: 0 5px;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomLabel
  .roomsCount
  .value
  .spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 0.8em;
  cursor: pointer;
  user-select: none;
  font-weight: 300;
  font-size: 12px !important;
  line-height: 15px;
  margin: 0;
  text-indent: -100px;
  overflow: hidden;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomLabel
  .roomsCount
  .value
  .spinner.minus {
  margin-right: 3px;
  background: url(../png/mobile-minus.png) right
    45% no-repeat;
  background-size: 60%;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomLabel
  .roomsCount
  .value
  .spinner.plus {
  margin-right: 3px;
  background: url(../png/mobile-plus.png) left 45%
    no-repeat;
  background-size: 60%;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl {
  position: absolute;
  left: 20%;
  top: 53%;
  font-size: 13px;
  transform: translate(0, -50%);
  font-weight: 400;
}

.booking-engine.layout2 .noOfRoomsWrap .arrowWrap {
  margin-top: 10px;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomDropDown {
  width: 100%;
  left: 0;
  top: 100%;
  padding: 0px 0px 0px 0px;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomDropDown
  .block
  .roomSelectOption {
  padding: 10px;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomDropDown
  .block
  .roomSelectOption:first-child {
  padding-top: 10px;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomDropDown
  .block
  .roomSelectOption:last-child {
  padding-bottom: 10px;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomDropDown .mobileHeader {
  display: block;
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0px;
  font-weight: 1em;
  font-weight: 700;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomDropDown .mobileHeader .close {
  float: right;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #ad2132;
  color: #fff;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: 300;
}

.booking-engine.layout2 .noOfGuestWrap {
  width: 50%;
  border: 0;
  height: 90px;
  padding: 20px 0px 20px 4%;
  border: #c6c7c7 solid 2px;
  border-right: 0;
  border-left: 0;
}

.booking-engine.layout2 .noOfGuestWrap .guestCount {
  text-align: left;
}

.booking-engine.layout2 .noOfGuestWrap .guestCount span.value {
  font-size: 2.5rem;
  line-height: 40px;
  padding-left: 8px;
  /* font-weight: 400; */
}
.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomLabel
  .deskTop
  .roomsCount
  .value {
  font-size: 2.5rem;
  padding-left: 8px;
  /* font-weight:400; */
}

.booking-engine.layout2 .noOfGuestWrap .guestCount span.lbl {
  position: absolute;
  left: 21%;
  top: 53%;
  transform: translate(0, -50%);
  font-size: 13px;
  font-weight: 400;
}

.booking-engine.layout2 .noOfGuestWrap .arrowWrap {
  margin-top: 10px;
}

.booking-engine.layout2 .noOfGuestWrap .addGuestDropDown {
  left: auto;
  right: 0;
}

.booking-engine.layout2 .t-arrow-top {
  display: none !important;
}

.booking-engine.layout2 .viewAvailabilityButton {
  /* margin: 20px 0 20px 50%;
	transform: translate(-50%, 0) */
  float: right;
  padding: 9px 20px;
  background: #ad2132;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: auto;
}

.booking-engine.layout2 .plusIcon {
  width: auto;
  text-align: center;
  margin: 18px 0 0 0px;
  height: auto;
  float: right;
}
.booking-engine.layout2 .plusIcon .imgIconWrap {
  display: none;
}

.booking-engine.layout2 .plusIcon .toolTipWrap {
  left: 50%;
  top: auto;
  bottom: 100%;
  transform: translate(-50%, -50%);
}

.booking-engine.layout2 .plusIcon .toolTipWrap:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}

.booking-engine.layout2 .plusIcon .toolTipWrap:after {
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid rgba(0, 0, 0, 0.05);
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}

.booking-engine.layout2 .promocodeDropDown {
  position: relative;
  width: 300px;
  float: left;
  margin-left: 50%;
  transform: translate(-50%, 0);
  top: auto;
  padding: 10px;
  box-shadow: none;
  z-index: 0;
}

.booking-engine.layout2 .promocodeDropDown.activeAlways {
  display: block !important;
}

.booking-engine.layout2 .promocodeDropDown .input {
  width: calc(100% - 50px);
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
}

.booking-engine.layout2 .promocodeDropDown .submit {
  width: 50px;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  font-family: "flamabook";
  color: #000;
}

.booking-engine.layout2 .offerMsgWrap {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.boxColumn {
  float: right;
}

header
  .header-right-unit
  .right-side-menu
  .dynamicMsgWrap.calanderBottomMessage
  br {
  display: none;
}

.selectEmbarkationBox {
  width: 100%;
  height: auto;
  border: 0;
  padding: 10px 0;
  position: relative;
  float: left;
}

.selectEmbarkationBox .name {
  float: left;
  width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.selectEmbarkationBox .hotelLabel {
  float: left;
  width: 100%;
  cursor: pointer;
}

.selectEmbarkationBox .hotelLabel .arrowWrap {
  float: left;
  width: 5%;
  padding: 0;
  font-size: 20px;
  line-height: 10px;
  margin: 10px 0 0 -35px;
}

.selectEmbarkationBox .arrowWrap i.fa {
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}
.booking-engine-close-btn {
  position: absolute;
  right: 15px;
  top: 25px;
  cursor: pointer;
  font-size: 2rem;
  font-family: "flamabook";
  display: inline-block;
  z-index: 2;
}
/*----------------new booking engine code start here--------------*/
.booking-engine.layout2 .t-datepicker-days {
  width: 517px;
  margin-left: -8%;
}
.booking-engine.layout2 .noOfGuestWrap .addGuestDropDown {
  width: 217%;
  right: -8.5%;
}
/*----------temporary code for booking engine---------*/
.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-datepicker-day {
  position: relative;
  margin-top: 10px;
  /* border-top: #c6c7c7 solid 2px; */
  top: 0px;
  box-shadow: none !important;
}
.booking-engine.layout2
  .checkInCheckOut
  .datesWrap.checkOutDate
  .dateWrap
  .t-datepicker-day {
  margin-left: -127%;
}

.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-datepicker-day
  .cico-identification {
  position: relative;
  top: -4px;
  font-weight: 400;
}
.booking-engine.layout2 .hotelName .hotelLabel .name {
  width: 68%;
  display: inline-block;
  text-align: left;
  font-size: 1.5rem;
}
.booking-engine .t-day:hover {
  color: #fff;
  background: #ab2530;
}
.booking-engine .t-table-condensed .t-month {
  text-transform: uppercase;
}
.booking-engine .t-day:hover .date-price {
  color: #fff !important;
}
.c-main-wrap img {
  max-width: 100%;
  width: auto;
}

.synaxisDownTimeMsg {
  position: absolute;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  position: fixed;
  width: 39%;
  display: none;
}

.synaxisDownTimeMsg img {
  max-width: 100%;
}

.closeBtnDownTime {
  position: absolute;
  background: #000;
  width: 30px;
  height: 30px;
  z-index: 999999;
  top: -8px;
  right: -2px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.synaxisDownTimeMsg .mobHide {
  display: block;
}
.synaxisDownTimeMsg .deskHide {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .synaxisDownTimeMsg {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .synaxisDownTimeMsg {
    width: 75%;
  }

  .synaxisDownTimeMsg .deskHide {
    display: block;
  }

  .synaxisDownTimeMsg .mobHide {
    display: none;
  }
  header #Menu {
    min-width: 30px !important;
  }
}

@media only screen and (min-width: 1440px) {
  .booking-engine .checkInCheckOut {
    width: 41%;
  }
}
@media only screen and (min-width: 1800px) {
  .booking-engine .checkInCheckOut {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .booking-engine .noOfGuestWrap .addGuestDropDown {
    padding: 10px 10px 10px 10px;
  }

  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomsIndividualCount {
    margin-bottom: 8px;
  }

  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap {
    margin-top: 10px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .booking-engine .nightsWrap select.ddlHotelOfferNights {
    padding-left: 36.5%;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  .booking-engine {
    width: 100%;
    margin: 0;
  }
  .booking-engine .viewAvailabilityButton {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .availability-cta .booking-engine.layout2 .plusIcon {
    margin: 20px 0 0 -4%;
  }

  .booking-engine {
    width: 100%;
    margin: 0;
  }

  .booking-engine.moveUp {
    transform: translate(0, 0%);
  }

  .booking-engine .hotelName {
    width: 21%;
  }

  .booking-engine .checkInCheckOut {
    width: 39%;
  }

  .booking-engine .checkInCheckOut .datesWrap {
    padding: 0 5px 0 10px;
  }

  .booking-engine .checkInCheckOut .datesWrap:last-child {
    padding: 0 0 0 5px;
  }

  .booking-engine .noOfRoomsWrap {
    width: 11%;
  }

  .booking-engine .noOfGuestWrap {
    width: 11%;
  }

  .booking-engine.layout2.left .hotelName .hotelListDropDown {
    left: 0px;
    right: auto;
  }
  .availability-cta .booking-engine.layout2.left .hotelName .hotelListDropDown {
    left: 0px;
    right: auto;
  }

  .booking-engine.layout2.left
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-datepicker-day {
    left: auto;
    right: 0;
  }

  .booking-engine.layout2.left .noOfGuestWrap .addGuestDropDown {
    left: auto;
    right: 0;
  }

  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .mobile {
    cursor: auto;
  }

  .booking-engine .plusIcon {
    margin-left: 10px;
  }

  .booking-engine .plusIcon .toolTipWrap {
    left: auto;
    right: 33px;
  }

  .booking-engine .plusIcon .toolTipWrap:before {
    border-right: none;
    border-left: 12px solid #fff;
    left: auto;
    right: -10px;
  }

  .booking-engine .plusIcon .toolTipWrap:after {
    border-right: 0;
    border-left: 13px solid rgba(0, 0, 0, 0.05);
    left: auto;
    right: -12px;
  }

  .booking-engine.layout2 .checkInCheckOut .datesWrap {
    border: #c6c7c7 solid 2px;
    border-bottom: 0;
    padding: 10px 12%;
    display: inline;
    position: static;
  }

  .booking-engine.layout2
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-datepicker-day {
    right: 0;
    left: auto;
  }

  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .mobile span.lbl {
    left: 60%;
  }
}

.t-check-in .t-datepicker-day .cico-identification.CheckIn {
  display: block !important;
}

.t-check-out .t-datepicker-day .cico-identification.CheckOut {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  /* .booking-engine, .booking-engine.layout2, .booking-engine.reverse {
		height: 100vh;
		left: 0;
		position: fixed;
		top: 50%;
		transform: translate(0px, -50%);
		width: 100%;
		z-index: 9999;
		overflow: scroll;
		padding-top: 45px;
	}	 */
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .com_booking-engine.booking-engine-wrap {
    padding: 0px;
  }
  .booking-engine .checkInCheckOut {
    width: 35%;
  }
  .availability-cta .booking-engine.layout2 .bookDirectBenifits {
    font-size: 1rem;
  }
  .booking-engine.layout2 .checkInCheckOut .datesWrap {
    padding: 10px 4%;
  }
}
@media only screen and (max-width: 991px) {
  .t-check-in .t-datepicker-day .cico-identification.CheckIn {
    display: none !important;
  }

  .t-check-out .t-datepicker-day .cico-identification.CheckOut {
    display: none !important;
  }

  .availability-cta .booking-engine.layout2.left .noOfGuestWrap,
  .availability-cta .booking-engine.layout2.left .noOfRoomsWrap,
  .availability-cta .booking-engine.layout2.left .checkInCheckOut .datesWrap,
  .availability-cta .booking-engine.layout2.left .checkInCheckOut .datesWrap {
    padding: 10px 4%;
  }

  .availability-cta .booking-engine.layout2.left .hotelName .arrowWrap {
    margin: 10px 0 0 -30px;
  }

  .availability-cta .booking-engine.layout2.left .noOfRoomsWrap .arrowWrap,
  .availability-cta .booking-engine.layout2.left .noOfGuestWrap .arrowWrap {
    top: 12px;
  }

  .availability-cta .booking-engine.layout2.left .hotelName .arrowWrap {
    margin: 4px 0 0 -30px;
  }

  .banner-component-style1 .booking-engine {
    top: -30px;
    display: none;
  }

  .booking-engine,
  .booking-engine.layout2,
  .booking-engine.reverse {
    width: 100%;
    margin: 0 0 5% 0;
    display: none;
  }
  .booking-engine,
  .booking-engine.layout2,
  .booking-engine.reverse {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    z-index: 9999;
    overflow: scroll;
    padding-top: 60px;
  }
  .booking-engine-close-btn {
    top: 40px;
  }

  .booking-engine.moveUp,
  .booking-engine.layout2.moveUp,
  .booking-engine.reverse.moveUp {
    transform: none;
  }

  .booking-engine .bookYourStay,
  .booking-engine.layout2 .bookYourStay,
  .booking-engine.reverse .bookYourStay {
    display: inline;
  }

  .booking-engine .hotelName,
  .booking-engine.layout2 .hotelName,
  .booking-engine.reverse .hotelName {
    width: 100%;
    height: auto;
    border: 0;
    padding: 10px 0;
    position: static;
    margin-bottom: 12px;
    margin-top: 10px;
    border-bottom: #c6c7c7 solid 1.5px;
    color: #606161;
  }

  .booking-engine .hotelName .hotelLabel .name,
  .booking-engine.layout2 .hotelName .hotelLabel .name,
  .booking-engine.reverse .hotelName .hotelLabel .name {
    /* text-align: center; */
    width: 99%;
  }

  .booking-engine .hotelName .hotelLabel .name .desktopN,
  .booking-engine.layout2 .hotelName .hotelLabel .name .desktopN,
  .booking-engine.reverse .hotelName .hotelLabel .name .desktopN {
    display: none;
  }

  .booking-engine .hotelName .hotelLabel .name .mobileN,
  .booking-engine.layout2 .hotelName .hotelLabel .name .mobileN,
  .booking-engine.reverse .hotelName .hotelLabel .name .mobileN {
    display: inline;
    font-family: "flamabook";
    font-size: 1.4rem;
  }

  .booking-engine .hotelName .hotelListDropDown,
  .booking-engine.layout2 .hotelName .hotelListDropDown,
  .booking-engine.reverse .hotelName .hotelListDropDown {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0 !important;
    top: 0;
    padding: 50px 0 50px 0;
    overflow: auto;
    z-index: 999999;
    right: auto;
  }
  .booking-engine.layout2 .hotelName .hotelListDropDown.singleHotelList {
    width: 100%;
  }

  .booking-engine .hotelName .hotelListDropDown .mobileHeader,
  .booking-engine.layout2 .hotelName .hotelListDropDown .mobileHeader,
  .booking-engine.reverse .hotelName .hotelListDropDown .mobileHeader {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px;
    font-weight: 1em;
    font-weight: 700;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.05);
  }

  .booking-engine .hotelName .hotelListDropDown .mobileHeader .close,
  .booking-engine.layout2 .hotelName .hotelListDropDown .mobileHeader .close,
  .booking-engine.reverse .hotelName .hotelListDropDown .mobileHeader .close {
    float: left;
    width: auto;
    line-height: 50px;
    text-align: center;
    color: #000;
    right: 0;
    top: 0;
    font-size: 20px;
    padding: 0 5%;
  }

  .booking-engine .hotelName .hotelListDropDown .mobileHeader .close svg,
  .booking-engine.layout2
    .hotelName
    .hotelListDropDown
    .mobileHeader
    .close
    svg,
  .booking-engine.reverse
    .hotelName
    .hotelListDropDown
    .mobileHeader
    .close
    svg {
    width: 15px;
    fill: #000;
  }

  .booking-engine .hotelName .hotelListDropDown .allHotels .hotelList,
  .booking-engine.layout2 .hotelName .hotelListDropDown .allHotels .hotelList,
  .booking-engine.reverse .hotelName .hotelListDropDown .allHotels .hotelList {
    width: 100% !important;
    border: 0;
    padding: 12px 20px 0 20px;
  }

  .booking-engine
    .hotelName
    .hotelListDropDown
    .allHotels
    .hotelList.hotelListCol3,
  .booking-engine.layout2
    .hotelName
    .hotelListDropDown
    .allHotels
    .hotelList.hotelListCol3,
  .booking-engine.reverse
    .hotelName
    .hotelListDropDown
    .allHotels
    .hotelList.hotelListCol3 {
    padding-top: 0px;
  }

  .booking-engine .checkInCheckOut,
  .booking-engine.layout2 .checkInCheckOut,
  .booking-engine.reverse .checkInCheckOut {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    max-width: 100%;
    white-space: normal;
  }

  .booking-engine .checkInCheckOut .t-mobile-heading,
  .booking-engine.layout2 .checkInCheckOut .t-mobile-heading,
  .booking-engine.reverse .checkInCheckOut .t-mobile-heading {
    background: #fff;
    visibility: visible;
    z-index: 9999999;
    padding-top: 0px;
  }

  .booking-engine
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile,
  .booking-engine.layout2
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile,
  .booking-engine.reverse
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile {
    text-align: center;
    padding: 9px 15px 2px 35px;
    white-space: initial;
    position: absolute;
    top: 30px;
    font-weight: normal;
  }

  .booking-engine
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile
    span,
  .booking-engine.layout2
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile
    span,
  .booking-engine.reverse
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile
    span {
    color: #ad2132;
  }

  .booking-engine .checkInCheckOut .datesWrap,
  .booking-engine.layout2 .checkInCheckOut .datesWrap,
  .booking-engine.reverse .checkInCheckOut .datesWrap {
    border: #c6c7c7 solid 1.5px;
    border-bottom: 0;
    padding: 10px 5% 10px 10%;
    display: inline;
    position: relative;
  }

  .booking-engine .checkInCheckOut .datesWrap.disableCheckout:before,
  .booking-engine.layout2 .checkInCheckOut .datesWrap.disableCheckout:before,
  .booking-engine.reverse .checkInCheckOut .datesWrap.disableCheckout:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .booking-engine .checkInCheckOut .datesWrap:last-child,
  .booking-engine.layout2 .checkInCheckOut .datesWrap:last-child,
  .booking-engine.reverse .checkInCheckOut .datesWrap:last-child {
    border-left: 0;
  }
  .booking-engine.layout2 .checkInCheckOut .datesWrap:last-child {
    border-right: 1.5px solid #c6c7c7;
  }

  .booking-engine .checkInCheckOut .datesWrap .label,
  .booking-engine.layout2 .checkInCheckOut .datesWrap .label,
  .booking-engine.reverse .checkInCheckOut .datesWrap .label {
    width: 100%;
    font-size: 10px;
    padding: 0;
    color: #afafaf;
  }

  .booking-engine .checkInCheckOut .datesWrap .dateWrap,
  .booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap,
  .booking-engine.reverse .checkInCheckOut .datesWrap .dateWrap {
    background: none;
    padding: 0;
  }

  .booking-engine .checkInCheckOut .datesWrap .dateWrap.t-check-in,
  .booking-engine .checkInCheckOut .datesWrap .dateWrap.t-check-out,
  .booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap.t-check-in,
  .booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap.t-check-out,
  .booking-engine.reverse .checkInCheckOut .datesWrap .dateWrap.t-check-in,
  .booking-engine.reverse .checkInCheckOut .datesWrap .dateWrap.t-check-out {
    position: relative;
  }

  .booking-engine .checkInCheckOut .datesWrap .dateWrap .t-dates,
  .booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap .t-dates,
  .booking-engine.reverse .checkInCheckOut .datesWrap .dateWrap .t-dates {
    padding: 0;
  }

  .booking-engine .checkInCheckOut .datesWrap .dateWrap .t-dates .fa,
  .booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap .t-dates .fa,
  .booking-engine.reverse .checkInCheckOut .datesWrap .dateWrap .t-dates .fa {
    display: none;
  }

  .booking-engine
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-day-check-in,
  .booking-engine
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-day-check-out,
  .booking-engine.layout2
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-day-check-in,
  .booking-engine.layout2
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-day-check-out,
  .booking-engine.reverse
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-day-check-in,
  .booking-engine.reverse
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-day-check-out {
    font-size: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }

  .booking-engine
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-month-check-in,
  .booking-engine
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-month-check-out,
  .booking-engine.layout2
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-month-check-in,
  .booking-engine.layout2
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-month-check-out,
  .booking-engine.reverse
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-month-check-in,
  .booking-engine.reverse
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-month-check-out {
    font-size: 13px;
    padding: 0 0 0 10px;
  }

  .booking-engine
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-year-check-in,
  .booking-engine
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-year-check-out,
  .booking-engine.layout2
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-year-check-in,
  .booking-engine.layout2
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-year-check-out,
  .booking-engine.reverse
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-year-check-in,
  .booking-engine.reverse
    .checkInCheckOut
    .datesWrap
    .dateWrap
    .t-dates
    .t-year-check-out {
    font-size: 13px;
  }

  .booking-engine .checkInCheckOut .t-datepicker-day,
  .booking-engine.layout2 .checkInCheckOut .t-datepicker-day,
  .booking-engine.reverse .checkInCheckOut .t-datepicker-day {
    top: 100px;
    z-index: 99999;
  }

  .booking-engine .checkInCheckOut .t-datepicker-day .calender-dynamic-text,
  .booking-engine.layout2
    .checkInCheckOut
    .t-datepicker-day
    .calender-dynamic-text,
  .booking-engine.reverse
    .checkInCheckOut
    .t-datepicker-day
    .calender-dynamic-text {
    text-align: center;
    padding: 9px 15px 2px 15px;
  }

  .booking-engine
    .checkInCheckOut
    .t-datepicker-day
    .calender-dynamic-text
    span,
  .booking-engine.layout2
    .checkInCheckOut
    .t-datepicker-day
    .calender-dynamic-text
    span,
  .booking-engine.reverse
    .checkInCheckOut
    .t-datepicker-day
    .calender-dynamic-text
    span {
    color: #ad2132;
  }

  .booking-engine .checkInCheckOut .t-datepicker-day .t-table-wrap,
  .booking-engine.layout2 .checkInCheckOut .t-datepicker-day .t-table-wrap,
  .booking-engine.reverse .checkInCheckOut .t-datepicker-day .t-table-wrap {
    padding: 0 5%;
  }

  .booking-engine
    .checkInCheckOut
    .t-datepicker-day
    .t-table-wrap:first-child
    .t-table-condensed,
  .booking-engine.layout2
    .checkInCheckOut
    .t-datepicker-day
    .t-table-wrap:first-child
    .t-table-condensed,
  .booking-engine.reverse
    .checkInCheckOut
    .t-datepicker-day
    .t-table-wrap:first-child
    .t-table-condensed {
    margin-top: 80px;
  }

  .booking-engine .noOfRoomsWrap,
  .booking-engine.layout2 .noOfRoomsWrap,
  .booking-engine.reverse .noOfRoomsWrap {
    width: 50%;
    border: 0;
    height: 80px;
    padding: 10px 10%;
    border: #c6c7c7 solid 1.5px;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel,
  .booking-engine.reverse .noOfRoomsWrap .addRoomLabel {
    cursor: auto;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .mobile,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .mobile,
  .booking-engine.reverse .noOfRoomsWrap .addRoomLabel .mobile {
    display: block;
    padding: 0 5%;
    position: relative;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .mobile span.value,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .mobile span.value,
  .booking-engine.reverse .noOfRoomsWrap .addRoomLabel .mobile span.value {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    display: flex;
    align-items: center;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .mobile span.value .counter,
  .booking-engine.layout2
    .noOfRoomsWrap
    .addRoomLabel
    .mobile
    span.value
    .counter,
  .booking-engine.reverse
    .noOfRoomsWrap
    .addRoomLabel
    .mobile
    span.value
    .counter {
    text-align: center;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .mobile span.value .spinner,
  .booking-engine.layout2
    .noOfRoomsWrap
    .addRoomLabel
    .mobile
    span.value
    .spinner,
  .booking-engine.reverse
    .noOfRoomsWrap
    .addRoomLabel
    .mobile
    span.value
    .spinner {
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    text-indent: -100px;
    overflow: hidden;
  }

  .booking-engine
    .noOfRoomsWrap
    .addRoomLabel
    .mobile
    span.value
    .spinner.minus,
  .booking-engine.layout2
    .noOfRoomsWrap
    .addRoomLabel
    .mobile
    span.value
    .spinner.minus,
  .booking-engine.reverse
    .noOfRoomsWrap
    .addRoomLabel
    .mobile
    span.value
    .spinner.minus {
    margin-right: 3px;
    background: url(../png/mobile-minus.png) right
      45% no-repeat;
    background-size: 60%;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .mobile span.value .spinner.plus,
  .booking-engine.layout2
    .noOfRoomsWrap
    .addRoomLabel
    .mobile
    span.value
    .spinner.plus,
  .booking-engine.reverse
    .noOfRoomsWrap
    .addRoomLabel
    .mobile
    span.value
    .spinner.plus {
    margin-right: 3px;
    background: url(../png/mobile-plus.png) left
      45% no-repeat;
    background-size: 60%;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .mobile span.lbl,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .mobile span.lbl,
  .booking-engine.reverse .noOfRoomsWrap .addRoomLabel .mobile span.lbl {
    position: absolute;
    left: 67%;
    top: 17px;
    transform: translate(0, 0);
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .roomsCount,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount,
  .booking-engine.reverse .noOfRoomsWrap .addRoomLabel .roomsCount {
    text-align: left;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .roomsCount .lbl,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount .lbl,
  .booking-engine.reverse .noOfRoomsWrap .addRoomLabel .roomsCount .lbl {
    float: left;
    width: 40%;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .roomsCount .value,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount .value,
  .booking-engine.reverse .noOfRoomsWrap .addRoomLabel .roomsCount .value {
    float: left;
    width: 60%;
    padding: 0px;
    white-space: nowrap;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    display: flex;
    align-items: center;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .roomsCount .value .counter,
  .booking-engine.layout2
    .noOfRoomsWrap
    .addRoomLabel
    .roomsCount
    .value
    .counter,
  .booking-engine.reverse
    .noOfRoomsWrap
    .addRoomLabel
    .roomsCount
    .value
    .counter {
    text-align: center;
    padding: 0 5px;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .roomsCount .value .spinner,
  .booking-engine.layout2
    .noOfRoomsWrap
    .addRoomLabel
    .roomsCount
    .value
    .spinner,
  .booking-engine.reverse
    .noOfRoomsWrap
    .addRoomLabel
    .roomsCount
    .value
    .spinner {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border: #000 solid 1px;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 0.8em;
    cursor: pointer;
    user-select: none;
    font-weight: 300;
    font-size: 12px !important;
    line-height: 15px;
    margin: 0;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .roomsCount .value .spinner.plus,
  .booking-engine.layout2
    .noOfRoomsWrap
    .addRoomLabel
    .roomsCount
    .value
    .spinner.plus,
  .booking-engine.reverse
    .noOfRoomsWrap
    .addRoomLabel
    .roomsCount
    .value
    .spinner.plus {
    margin-left: -3px;
  }

  .booking-engine .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl,
  .booking-engine.reverse .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl {
    position: absolute;
    left: 47px;
    top: 60%;
    transform: translate(0, -50%);
    font-size: 13px;
  }

  .booking-engine .noOfRoomsWrap .addRoomDropDown,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomDropDown,
  .booking-engine.reverse .noOfRoomsWrap .addRoomDropDown {
    width: 100%;
    left: 0;
    top: 100%;
    padding: 0 20px;
  }

  .booking-engine .noOfRoomsWrap .addRoomDropDown .mobileHeader,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomDropDown .mobileHeader,
  .booking-engine.reverse .noOfRoomsWrap .addRoomDropDown .mobileHeader {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px;
    font-weight: 1em;
    font-weight: 700;
  }

  .booking-engine .noOfRoomsWrap .addRoomDropDown .mobileHeader .close,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomDropDown .mobileHeader .close,
  .booking-engine.reverse .noOfRoomsWrap .addRoomDropDown .mobileHeader .close {
    float: right;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #ad2132;
    color: #fff;
    right: 0;
    top: 0;
    font-size: 20px;
    font-weight: 300;
  }

  .booking-engine .noOfGuestWrap,
  .booking-engine.layout2 .noOfGuestWrap,
  .booking-engine.reverse .noOfGuestWrap {
    width: 50%;
    border: 0;
    height: 80px;
    padding: 10px 10%;
    border: #c6c7c7 solid 1.5px;
  }

  .booking-engine .noOfGuestWrap .guestCount,
  .booking-engine.layout2 .noOfGuestWrap .guestCount,
  .booking-engine.reverse .noOfGuestWrap .guestCount {
    text-align: left;
  }

  .booking-engine .noOfGuestWrap .guestCount span.value,
  .booking-engine.layout2 .noOfGuestWrap .guestCount span.value,
  .booking-engine.reverse .noOfGuestWrap .guestCount span.value {
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
  }

  .booking-engine .noOfGuestWrap .guestCount span.lbl,
  .booking-engine.layout2 .noOfGuestWrap .guestCount span.lbl,
  .booking-engine.reverse .noOfGuestWrap .guestCount span.lbl {
    position: absolute;
    left: 35px;
    top: 54%;
    transform: translate(0, -50%);
    font-size: 13px;
  }

  .booking-engine .noOfGuestWrap .addGuestDropDown,
  .booking-engine.layout2 .noOfGuestWrap .addGuestDropDown,
  .booking-engine.reverse .noOfGuestWrap .addGuestDropDown {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 70px 20px 100px 20px;
    position: fixed;
    overflow: auto;
    z-index: 999999;
  }

  .booking-engine.layout2 .noOfGuestWrap .addGuestDropDown {
    width: 100%;
    right: 0%;
  }
  .availability-cta
    .booking-engine.layout2.left
    .noOfGuestWrap
    .addGuestDropDown {
    right: 0%;
  }
  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList,
  .booking-engine.layout2
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList,
  .booking-engine.reverse
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList {
    overflow: initial;
  }

  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul,
  .booking-engine.layout2
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul,
  .booking-engine.reverse
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul {
    float: left;
    width: 540px;
  }

  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li,
  .booking-engine.layout2
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li,
  .booking-engine.reverse
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li {
    width: auto;
    height: 28px;
    line-height: 28px;
    /* border: #AD2132 solid 1px; */
    margin-right: 5px;
  }
  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul {
    width: 100% !important;
  }

  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li:hover,
  .booking-engine.layout2
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li:hover,
  .booking-engine.reverse
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li:hover {
    background: transparent;
    color: #000;
  }

  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li:last-child,
  .booking-engine.layout2
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li:last-child,
  .booking-engine.reverse
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li:last-child {
    /* border-right: #AD2132 solid 1px; */
  }

  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li.active,
  .booking-engine.layout2
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li.active,
  .booking-engine.reverse
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap
    .ageList
    ul
    li.active {
    background: #ad2132;
    color: #fff;
  }

  .booking-engine .noOfGuestWrap .addGuestDropDown .mobileHeader,
  .booking-engine.layout2 .noOfGuestWrap .addGuestDropDown .mobileHeader,
  .booking-engine.reverse .noOfGuestWrap .addGuestDropDown .mobileHeader {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 5%;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding-top: 40px;
  }

  .booking-engine .noOfGuestWrap .addGuestDropDown .mobileHeader .close,
  .booking-engine.layout2 .noOfGuestWrap .addGuestDropDown .mobileHeader .close,
  .booking-engine.reverse
    .noOfGuestWrap
    .addGuestDropDown
    .mobileHeader
    .close {
    float: left;
    width: auto;
  }

  .booking-engine .noOfGuestWrap .addGuestDropDown .mobileHeader .close svg,
  .booking-engine.layout2
    .noOfGuestWrap
    .addGuestDropDown
    .mobileHeader
    .close
    svg,
  .booking-engine.reverse
    .noOfGuestWrap
    .addGuestDropDown
    .mobileHeader
    .close
    svg {
    width: 15px;
    fill: #000;
  }

  .booking-engine .t-datepicker-day,
  .booking-engine.layout2 .t-datepicker-day,
  .booking-engine.reverse .t-datepicker-day {
    position: fixed !important;
    left: 0 !important;
    top: 0;
    width: 100%;
    /* height: calc(100% - 100px); */
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    padding: 0 0 100px 0;
    margin-left: 0px !important;
  }

  .booking-engine .t-arrow-top,
  .booking-engine.layout2 .t-arrow-top,
  .booking-engine.reverse .t-arrow-top {
    display: none !important;
  }

  .booking-engine .viewAvailabilityButton,
  .booking-engine.layout2 .viewAvailabilityButton,
  .booking-engine.reverse .viewAvailabilityButton {
    /* margin: 20px 0 20px 50%;
		transform: translate(-50%, 0); */
    padding: 10px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: auto;
    margin-left: 0px;
    font-size: 1.8rem;
  }

  .booking-engine .plusIcon,
  .booking-engine.layout2 .plusIcon,
  .booking-engine.reverse .plusIcon {
    /* width: 100%;
		text-align: center;
		margin: 0;
		height: auto; */
  }

  .booking-engine .plusIcon .imgIconWrap,
  .booking-engine.layout2 .plusIcon .imgIconWrap,
  .booking-engine.reverse .plusIcon .imgIconWrap {
    display: none;
  }

  .booking-engine .plusIcon .toolTipWrap,
  .booking-engine.layout2 .plusIcon .toolTipWrap,
  .booking-engine.reverse .plusIcon .toolTipWrap {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    box-shadow: none;
    font-size: 1em;
    font-size: 700;
  }

  .booking-engine .plusIcon .toolTipWrap::before,
  .booking-engine .plusIcon .toolTipWrap::after,
  .booking-engine.layout2 .plusIcon .toolTipWrap::before,
  .booking-engine.layout2 .plusIcon .toolTipWrap::after,
  .booking-engine.reverse .plusIcon .toolTipWrap::before,
  .booking-engine.reverse .plusIcon .toolTipWrap::after {
    display: none;
  }

  .booking-engine .promocodeDropDown,
  .booking-engine.layout2 .promocodeDropDown,
  .booking-engine.reverse .promocodeDropDown {
    position: relative;
    width: 100%;
    float: left;
    top: auto;
    padding: 10px;
    box-shadow: none;
    z-index: 0;
    padding-right: 0px;
  }

  .booking-engine .promocodeDropDown .input,
  .booking-engine.layout2 .promocodeDropDown .input,
  .booking-engine.reverse .promocodeDropDown .input {
    width: calc(100% - 50px);
    padding: 5px 10px;
    height: 39px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
  }

  .booking-engine .promocodeDropDown .submit,
  .booking-engine.layout2 .promocodeDropDown .submit,
  .booking-engine.reverse .promocodeDropDown .submit {
    /* width: 50px;
		height: 42px;
		padding: 5px 10px; */
  }

  .booking-engine .offerMsgWrap,
  .booking-engine.layout2 .offerMsgWrap,
  .booking-engine.reverse .offerMsgWrap {
    display: inline;
  }

  .availability-cta .boxColumn {
    width: 100%;
    margin: 0;
    right: 0px;
  }

  .booking-engine.layout2 .offerMsgWrap {
    white-space: initial;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .availability-cta .booking-engine.layout2 .hotelName .allHotels {
    height: 90vh !important;
  }

  .availability-cta .booking-engine.layout2.left .checkInCheckOut .datesWrap {
    padding: 10px 5%;
  }

  .availability-cta .booking-engine.layout2.left .noOfRoomsWrap,
  .availability-cta .booking-engine.layout2.left .noOfGuestWrap {
    padding: 10px 2%;
    height: 82px;
  }
  .booking-engine .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl,
  .booking-engine.reverse .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl {
    top: 56%;
    left: 42px;
  }
  .booking-engine .noOfGuestWrap .guestCount span.lbl,
  .booking-engine.layout2 .noOfGuestWrap .guestCount span.lbl,
  .booking-engine.reverse .noOfGuestWrap .guestCount span.lbl {
    /* left:30px; */
  }
  .booking-engine .hotelName .hotelLabel .name,
  .booking-engine.layout2 .hotelName .hotelLabel .name,
  .booking-engine.reverse .hotelName .hotelLabel .name {
    width: 35%;
  }

  .availability-cta .booking-engine.layout2.left .noOfRoomsWrap .arrowWrap,
  .availability-cta .booking-engine.layout2.left .noOfGuestWrap .arrowWrap {
    top: 12px;
  }

  .availability-cta
    .booking-engine.layout2
    .noOfGuestWrap
    .addGuestLabel
    .guestCount {
    width: 95%;
  }

  .booking-engine.layout2
    .checkInCheckOut
    .t-datepicker-day
    .t-table-wrap:nth-child(2)
    .t-table-condensed {
    margin-top: 80px;
  }

  .booking-engine .bookYourStay,
  .booking-engine.layout2 .bookYourStay {
    font-size: 0.9375em;
  }

  .booking-engine .hotelName .hotelListDropDown .mobileHeader .close,
  .booking-engine.layout2 .hotelName .hotelListDropDown .mobileHeader .close {
    padding: 0 20px;
  }

  .booking-engine .checkInCheckOut,
  .booking-engine.layout2 .checkInCheckOut {
    width: 50%;
  }

  .booking-engine .checkInCheckOut .t-mobile-heading,
  .booking-engine.layout2 .checkInCheckOut .t-mobile-heading {
    padding: 0 0 20px 0;
  }

  .booking-engine .checkInCheckOut .t-mobile-heading .backWrap,
  .booking-engine.layout2 .checkInCheckOut .t-mobile-heading .backWrap {
    padding: 20px;
  }

  .booking-engine
    .checkInCheckOut
    .t-mobile-heading
    .dateWrap
    .mobCheckInCheckOut,
  .booking-engine.layout2
    .checkInCheckOut
    .t-mobile-heading
    .dateWrap
    .mobCheckInCheckOut {
    padding: 0 20px;
  }

  .booking-engine .checkInCheckOut .t-datepicker-day,
  .booking-engine.layout2 .checkInCheckOut .t-datepicker-day {
    top: 112px;
  }

  .booking-engine .checkInCheckOut .t-datepicker-day .t-table-wrap,
  .booking-engine.layout2 .checkInCheckOut .t-datepicker-day .t-table-wrap {
    padding: 0 20px;
    margin: 0;
    width: 50%;
  }

  .booking-engine .checkInCheckOut .datesWrap,
  .booking-engine.layout2 .checkInCheckOut .datesWrap {
    border: #c6c7c7 solid 1px;
    height: 82px;
    padding: 0px 10% 10px 10%;
  }

  .booking-engine .checkInCheckOut .datesWrap:last-child,
  .booking-engine.layout2 .checkInCheckOut .datesWrap:last-child {
    border-right: 0;
  }

  .booking-engine .noOfRoomsWrap,
  .booking-engine.layout2 .noOfRoomsWrap {
    width: 25%;
    border-right: 0;
    padding: 10px 5%;
    margin-top: 10px;
  }

  .booking-engine .noOfGuestWrap,
  .booking-engine.layout2 .noOfGuestWrap {
    width: 25%;
    padding: 10px 0;
    margin-top: 10px;
  }

  .booking-engine .noOfGuestWrap .addGuestLabel .guestCount,
  .booking-engine.layout2 .noOfGuestWrap .addGuestLabel .guestCount {
    width: 100%;
    text-align: center;
  }

  .booking-engine .noOfGuestWrap .addGuestLabel .guestCount span.value,
  .booking-engine.layout2 .noOfGuestWrap .addGuestLabel .guestCount span.value {
    position: relative;
    left: -40%;
  }

  .booking-engine .noOfGuestWrap .addGuestLabel,
  .booking-engine.layout2 .noOfGuestWrap .addGuestLabel {
    text-align: center;
  }

  .booking-engine .noOfGuestWrap .addGuestDropDown .mobileHeader,
  .booking-engine.layout2 .noOfGuestWrap .addGuestDropDown .mobileHeader {
    padding: 20px;
  }

  .booking-engine .promocodeDropDown,
  .booking-engine.layout2 .promocodeDropDown {
    /* width: 300px;
		transform: translate(-50%, 0);
		margin-left: 50% */
  }
  .availability-cta .booking-engine.layout2.left .hotelName .hotelListDropDown {
    left: 0px;
    right: auto;
  }

  .booking-engine .plusIcon .toolTipWrap,
  .booking-engine.layout2 .plusIcon .toolTipWrap {
    font-size: 0.9375em;
    font-weight: 700;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .right-side-menu .availability-cta .booking-engine {
    padding-top: 55px;
  }

  .booking-engine .checkInCheckOut .t-mobile-heading .backWrap {
    padding-top: 8%;
  }

  .booking-engine.layout2 .offerMsgWrap {
    white-space: initial;
  }

  .booking-engine
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile,
  .booking-engine.layout2
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile,
  .booking-engine.reverse
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile {
    top: 50px;
    line-height: 16px;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .right-side-menu .availability-cta .booking-engine {
    padding-top: 55px;
  }

  .booking-engine .checkInCheckOut .t-mobile-heading .backWrap {
    padding-top: 8%;
  }

  .booking-engine
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile,
  .booking-engine.layout2
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile,
  .booking-engine.reverse
    .checkInCheckOut
    .t-mobile-heading
    .calender-dynamic-text-mobile {
    top: 50px;
    line-height: 16px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .booking-engine .checkInCheckOut .datesWrap .label {
    width: auto;
  }
}
/*---------------css for booking engine-------------*/
.booking-engine {
  font-family: "flamabook";
}

.booking-engine .hotelName .hotelLabel {
}
.booking-engine .hotelName .hotelLabel .arrowWrap {
}
.booking-engine .hotelName .hotelLabel .arrowWrap:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 0px;
  right: 0px;
  transform: rotate(-135deg);
}
.com_booking-engine .booking-engine .hotelName .hotelLabel .arrowWrap:after {
  right: 5px;
}
.booking-engine .noOfRoomsWrap .addRoomLabel .deskTop .arrowWrap:after,
.booking-engine .noOfGuestWrap .addGuestLabel .arrowWrap:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  bottom: 25px;
  right: 0px;
  transform: rotate(-135deg);
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .deskTop .arrowWrap:after,
.booking-engine .noOfGuestWrap .addGuestLabel .arrowWrap:after {
  right: 6px;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .deskTop .arrowWrap:after,
.booking-engine.layout2 .noOfGuestWrap .addGuestLabel .arrowWrap:after {
  bottom: 18px;
}
.booking-engine .hotelName .hotelListDropDown {
}

.booking-engine .checkInCheckOut .datesWrap .dateWrap {
}
.booking-engine .checkInCheckOut {
}
.booking-engine .checkInCheckOut .datesWrap {
}
.booking-engine .checkInCheckOut .datesWrap .dateWrap {
}
.booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap {
}
.booking-engine .checkInCheckOut .datesWrap .dateWrap .t-dates {
}
.booking-engine .noOfRoomsWrap .addRoomLabel .deskTop .roomsCount .lbl {
  display: block;
}
.booking-engine .noOfRoomsWrap .addRoomLabel .deskTop .roomsCount .value {
  display: block;
  margin-top: 4px;
  font-size: 2.5rem;
  font-weight: 600;
}
.booking-engine .noOfGuestWrap .addGuestLabel .guestCount .lbl {
  display: block;
}
.booking-engine .noOfGuestWrap .addGuestLabel .guestCount .value {
  display: block;
  margin-top: 4px;
  font-size: 2.5rem;
  font-weight: 600;
}
.booking-engine .noOfRoomsWrap .addRoomLabel,
.booking-engine .noOfGuestWrap .addGuestLabel {
  position: relative;
}

.booking-engine .hotelName,
.booking-engine .checkInCheckOut,
.booking-engine .noOfRoomsWrap {
  border-right: 1.5px solid #b5b6b6;
}
.booking-engine .checkInCheckOut,
.booking-engine .hotelName,
.booking-engine .noOfRoomsWrap,
.booking-engine .noOfGuestWrap {
  height: 60px;
  color: #606161;
}
.booking-engine
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  span.t-day-check-in,
.booking-engine
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-dates
  span.t-day-check-out {
  font-size: 2.5rem;
  font-weight: 600;
}
.booking-engine .checkInCheckOut .label,
.booking-engine .hotelName .label,
.booking-engine .noOfRoomsWrap .lbl,
.booking-engine .noOfGuestWrap .lbl {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.booking-engine .noOfRoomsWrap,
.booking-engine .noOfGuestWrap {
  color: #606161;
  border-right: 1.5px solid #b5b6b6;
  padding: 10px 15px 10px 15px;
}
.booking-engine .noOfGuestWrap {
  padding: 10px 8px 10px 15px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number
  ul
  li {
  float: none;
  display: block;
  width: auto;
  height: auto;
  text-align: left;
  padding-left: 5px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .label {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
  cursor: pointer;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .label:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  bottom: 10px;
  right: 1px;
  transform: rotate(-135deg);
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number {
  width: 100%;
  position: relative;
  display: none;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number
  ul {
  position: absolute;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 2;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(229, 229, 229, 1);
  -moz-box-shadow: 3px 3px 5px 0px rgba(229, 229, 229, 1);
  box-shadow: 3px 3px 5px 0px rgba(229, 229, 229, 1);
}
.booking-engine .noOfGuestWrap .addGuestDropDown .blockWrapper .block {
  font-size: 1.1rem;
  border: 1px solid #e3e3e3;
  padding: 5px 10px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount {
  position: relative;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap
  .label
  sup {
  font-size: 60%;
  margin-left: -2px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .closeIcn {
  right: 10px;
  position: absolute;
  line-height: 11px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose.adult {
  width: 25% !important;
  padding-right: 10px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount.extraGuestCount
  .choose.adult {
  width: 50% !important;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose.child {
  width: 25% !important;
  padding-right: 10px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount.extraGuestCount
  .choose.child {
  width: 50% !important;
}

.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap {
  width: 25%;
  margin-top: 0px;
  padding-right: 10px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount.extraGuestCount
  .childAgeWrap {
  width: 33.33%;
  margin-top: 5px;
}
.booking-engine.layout2
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose.adult,
.booking-engine.layout2
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose.child,
.booking-engine.layout2
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap {
  padding-right: 15px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap
  .ageList
  ul
  li {
  display: block;
  float: none;
  width: 100%;
}
.booking-engine .noOfGuestWrap .addGuestDropDown .roomGuestDropDownTxt {
  width: 100%;
  clear: both;
  border: 1px solid #e3e3e3;
  padding: 4px 10px;
  cursor: pointer;
  position: relative;
}
.booking-engine .noOfGuestWrap .addGuestDropDown .roomGuestDropDownTxt:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  bottom: 10px;
  right: 6px;
  transform: rotate(-135deg);
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap
  .ageList {
  position: relative;
  display: none;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .childAgeWrap
  .ageList
  ul {
  position: absolute;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(229, 229, 229, 1);
  -moz-box-shadow: 3px 3px 5px 0px rgba(229, 229, 229, 1);
  box-shadow: 3px 3px 5px 0px rgba(229, 229, 229, 1);
  z-index: 2;
}
.booking-engine .plusIcon {
  margin-top: 20px;
}
.booking-engine .viewAvailabilityButton {
  margin-top: 14px;
}
.booking-engine .viewAvailabilityButton {
  background: none;
  color: #ad2132;
  border: 1px solid #ad2132;
  height: auto;
  padding: 9px 20px;
  line-height: 100%;
  margin-left: 15px;
  letter-spacing: 2px;
  text-align: center;
}
.booking-engine .viewAvailabilityButton:hover {
  color: #fff;
  background: #ad2132;
  border: 1px solid transparent;
}
.booking-engine .plusIcon {
  margin-left: 10px;
}
.boxColumn {
  position: fixed;
  right: 3%;
  top: 20px;
}
.booking-engine.layout2 .hotelName .name abbr {
  display: none;
}

.booking-engine.layout2 .hotelName .label {
  /* padding-left:12%; */
}
.booking-engine.layout2 .hotelName .arrowWrap {
  margin-top: 0px;
}
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number
  ul
  li.active,
.booking-engine
  .noOfGuestWrap
  .addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number
  ul
  li:hover {
  background: #f2f2f2;
  color: #ad2132;
}
.booking-engine.layout2 .plusIcon .promoCodeLabel {
  position: relative;
  padding-right: 20px;
  text-transform: initial;
}
.booking-engine.layout2 .plusIcon .promoCodeLabel:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  bottom: 8px;
  right: 0px;
  transform: rotate(-135deg);
}
.booking-engine.layout2 .bookDirectBenifits {
  display: inline-block;
  float: left;
  width: 28%;
  margin-top: 14px;
  font-size: 1.1rem;
  text-transform: initial;
}
header
  .headerRightSection
  .headerRightLinks
  .booking-engine.layout2
  .bookDirectBenifits
  a {
  background: none;
  padding: 0px;
}
.booking-engine.layout2 .bookDirectBenifits img {
  max-width: 100%;
}
.booking-engine.layout2 .bookDirectBenifits span {
  display: block;
  text-transform: capitalize;
}
.booking-engine.layout2 .checkInCheckOut .datesWrap {
  border-right: none;
  position: relative;
}
.booking-engine.layout2 .checkInCheckOut .datesWrap:after {
  position: absolute;
  top: 0px;
  /* transform:translateY(-50%); */
  right: 0px;
  content: "";
  background: #c6c7c7;
  width: 1px;
  height: 100%;
}
.booking-engine.layout2 .checkInCheckOut .datesWrap:last-child:after {
  display: none;
}
.booking-engine.layout2 .noOfRoomsWrap {
  border-right: none;
  position: relative;
}
.booking-engine.layout2 .noOfRoomsWrap:after {
  position: absolute;
  top: 0px;
  /* transform:translateY(-50%); */
  right: 0px;
  content: "";
  background: #c6c7c7;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 1920px) {
  .com_booking-engine
    .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .child
    .closeIcn {
    right: -5px;
    top: -10px;
  }
}
@media only screen and (max-width: 1440px) {
  .com_booking-engine.booking-engine-wrap {
    padding: 0px 6%;
  }
  .booking-engine .noOfGuestWrap .addGuestDropDown {
    width: 310px;
  }
  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .choose.child {
    padding-right: 4px;
  }

  .booking-engine .noOfGuestWrap .addGuestDropDown .blockWrapper .block {
    font-size: 1rem;
  }
  .booking-engine.layout2
    .checkInCheckOut
    .datesWrap.checkOutDate
    .dateWrap
    .t-datepicker-day {
    margin-left: -125%;
    width: 510px;
  }
}

@media only screen and (max-width: 1366px) {
  .booking-engine .noOfGuestWrap .addGuestDropDown {
    width: 329px;
  }
}

@media only screen and (max-width: 1280px) {
  .booking-engine .noOfGuestWrap .addGuestDropDown {
    width: 309px;
  }
}

@media only screen and (max-width: 991px) {
  .booking-engine.layout2 .noOfGuestWrap {
    border-left: none;
  }
  .booking-engine.layout2 .bookDirectBenifits {
    width: auto;
  }
  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .choose.adult {
    width: 50% !important;
  }
  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .choose.child {
    width: 50% !important;
  }
  .booking-engine.layout2
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .choose.child {
    padding-right: 0px;
  }
  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap {
    width: 50%;
    padding-top: 5px;
  }
  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .childAgeWrap.childAge2 {
    padding-right: 0px;
  }
  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block
    .roomGuestCount
    .child
    .closeIcn {
    top: 30px;
    right: 0px;
  }
  .booking-engine.layout2 .bookDirectBenifits img {
    width: 76%;
  }
  .booking-engine .noOfGuestWrap .addGuestDropDown .blockWrapper .block {
    font-size: 1.3rem;
  }
  .booking-engine
    .noOfGuestWrap
    .addGuestDropDown
    .blockWrapper
    .block:first-child {
    margin-top: 12px;
  }
  .overflowHiddenInMob {
    overflow: hidden;
  }

  .booking-engine,
  .booking-engine.layout2,
  .booking-engine.reverse {
    top: 0;
    transform: none;
    height: 100%;
  }
  .booking-engine-close-btn {
    right: 20px;
  }
  .booking-engine.layout2
    .noOfRoomsWrap
    .addRoomLabel
    .deskTop
    .roomsCount
    .value {
    font-size: 30px;
    font-weight: 400;
  }
  .bookDirectBenifits a {
    text-align: left !important;
  }
  .booking-engine.layout2
    .checkInCheckOut
    .datesWrap.checkOutDate
    .dateWrap
    .t-datepicker-day {
    width: 100%;
  }
  .t-next,
  .t-prev,
  .t-table-condensed td,
  .t-table-condensed
    th
    .form-wellness-box-wrapper
    .row100Per
    .wellness-form-field-box
    input.calendar {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .booking-engine .noOfRoomsWrap,
  .booking-engine.layout2 .noOfRoomsWrap,
  .booking-engine.reverse .noOfRoomsWrap {
    padding: 10px 2%;
  }
  .booking-engine .checkInCheckOut .datesWrap,
  .booking-engine.layout2 .checkInCheckOut .datesWrap,
  .booking-engine.reverse .checkInCheckOut .datesWrap {
    padding: 10px 5% 10px 3%;
  }
  .booking-engine .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl,
  .booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl,
  .booking-engine.reverse .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl {
    left: 50px;
    top: 57%;
  }
  .booking-engine .noOfGuestWrap,
  .booking-engine.layout2 .noOfGuestWrap,
  .booking-engine.reverse .noOfGuestWrap {
    padding: 10px 3%;
  }
  .booking-engine .noOfGuestWrap .guestCount span.lbl,
  .booking-engine.layout2 .noOfGuestWrap .guestCount span.lbl,
  .booking-engine.reverse .noOfGuestWrap .guestCount span.lbl {
    left: 47px;
    top: 57%;
  }
  .booking-engine.layout2
    .noOfRoomsWrap
    .addRoomLabel
    .deskTop
    .roomsCount
    .value {
    font-size: 30px;
    font-weight: 400;
    padding-left: 1px;
  }
  .booking-engine.layout2 .noOfGuestWrap .guestCount span.value {
    padding-left: 1px;
  }
}
@media only screen and (max-width: 991px) {
  .booking-engine .hotelName .hotelLabel .name .mobileN,
  .booking-engine.layout2 .hotelName .hotelLabel .name .mobileN,
  .booking-engine.reverse .hotelName .hotelLabel .name .mobileN {
    padding-left: 4%;
    color: #000;
    font-size: 13px;
    font-weight: 600;
  }

  .booking-engine .hotelName .hotelLabel {
    margin-top: 0px;
  }
  .booking-engine .hotelName,
  .booking-engine.layout2 .hotelName,
  .booking-engine.reverse .hotelName {
    border: #c6c7c7 solid 1.5px;
    margin: 25px 0px 10px 0px;
  }
  .availability-cta .booking-engine.layout2.left .hotelName .arrowWrap {
    margin-top: 0px;
  }
  .booking-engine.layout2 .hotelName .name .mobileN {
    font-family: "flamabook";
  }
}

/*----------------cruise calender css merged------------*/
html {
  scroll-behavior: smooth;
}

footer {
  margin-bottom: 20px;
}

.c-main-wrap {
  width: 100%;
  max-width: 480px;
  position: absolute;
  left: 0;
  z-index: 10;
  top: 57px;
  display: none;
  font-family: Roboto, sans-serif;
}
.bookingEnginePopOverlay .close {
  cursor: pointer;
  top: 51%;
}

.booking-engine.layout2 .offerMsgWrap {
  padding: 0px !important;
  bottom: 45px;
  position: initial;
}

@media only screen and (max-width: 1199px) {
  .booking-engine.layout2 .offerMsgWrap {
    position: static;
  }
  .c-main-wrap {
    top: 154px;
  }
}

@media only screen and (max-width: 991px) {
  .booking-engine .checkInCheckOut .datesWrap .label,
  .booking-engine.layout2 .checkInCheckOut .datesWrap .label,
  .booking-engine.reverse .checkInCheckOut .datesWrap .label {
    color: #000 !important;
  }

  .c-main-wrap {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    position: absolute;
    padding: 0;
    max-width: 100%;
    left: 0;
    padding: 0 10px;
    height: 75%;
    overflow-y: auto;
  }
}

.booking-engine .viewAvailabilityButton.disable {
  pointer-events: none;
}
