.hpcContainer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .hpcContainer {
    max-width: 562px;
  }
}
@media (min-width: 768px) {
  .hpcContainer {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .hpcContainer {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .hpcContainer {
    max-width: 1190px;
  }
}

/* form starting stylings ------------------------------- */
.group {
  position: relative;
  margin-bottom: 10px;
}

.NewsletterInput {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border-bottom: 3px solid #c5a102;
  background: none;
  color: white;
}

.NewsletterInput:focus {
  outline: none;
}

/* LABEL  */
.NewsletterLabel {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
.NewsletterInput:focus ~ label,
.NewsletterInput:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #ffffff;
}

/* BOTTOM BARS */
.bar {
  position: relative;
  display: block;
  width: 300px;
}

.bar:before,
.bar:after {
  content: "";
  height: 3px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: rgb(245, 203, 67);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */
.NewsletterInput:focus ~ .bar:before,
.NewsletterInput:focus ~ .bar:after {
  width: 50%;
}

/*Custom Border in Quick Peek Section on Homepage*/
@media screen and (min-width: 767px) {
  .customBorder {
    border-left: 2px solid #bf840d;
    border-right: 2px solid #bf840d;
  }
  .dashedBorder {
    border-right: 2px dashed #bf840d;
  }
}
@media screen and (max-width: 766px) {
  .dashedBorder {
    border-bottom: 2px dashed #bf840d;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) {
  .leftBorder {
    border-left: 2px solid #bf840d;
  }
}
.checkout-num {
  position: absolute;
  top: 0.8125rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 15px;
  background: #6e1200;
  text-align: center;
  line-height: 1.45rem;
  left: 2.59375rem;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .checkout-num {
    top: 12px;
  }
}
/* Booking Engine Desktop */
.chk-opt {
  position: relative;
  top: -27px;
  width: 70%;
  font-size: 0.9375em;
  background: white;
  padding: 5px 0px;
  z-index: 999;
}

a[aria-expanded="true"] > .expand_caret {
  transform: rotate(-180deg);
}
.checkInCheckOut {
  display: flex;
  float: left;
  width: 50%;
  height: 39px;
  padding: 10px 0;
  color: #242424;
  flex-wrap: nowrap;
  position: relative !important;
  clear: none;
  white-space: nowrap;
}

.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;
}

.checkInCheckOut .t-datepicker-day {
  top: 50px;
  padding-top: 25px;
}

.checkInCheckOut .t-datepicker-day .cico-identification {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #bf840d;
  font-weight: 600;
  top: 10px;
  display: none;
}

.checkInCheckOut .datesWrap {
  width: 50%;
  display: flex;
  padding: 0 20px;
}

.checkInCheckOut .datesWrap.disableCheckout:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 50%;
  height: 38px;
}

.checkInCheckOut .datesWrap .label {
  width: 75px;
  white-space: nowrap;
  padding: 0 10px 0 0;
}

.checkInCheckOut .datesWrap.disabled .label {
  opacity: 0.3;
}

.checkInCheckOut .datesWrap .dateWrap {
  float: left;
  width: 100%;
  /* background: url("../../assets/img/calendar.png") left center no-repeat;
  background-size: 12px; */
  border: 0;
  position: relative;
}
.chk-opt .checkInCheckOut .datesWrap .dateWrap::before {
  float: left;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  color: #bf840d;
}
.checkInCheckOut .datesWrap .dateWrap.t-check-in,
.checkInCheckOut .datesWrap .dateWrap.t-check-out {
  position: static;
}

.checkInCheckOut .datesWrap .dateWrap .t-datepicker-day {
  left: 0px;
  padding-top: 25px;
}

.checkInCheckOut .datesWrap .dateWrap .t-datepicker-day .cico-identification {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #bf840d;
  font-weight: 600;
  top: 10px;
  display: none;
}

.checkInCheckOut .datesWrap .dateWrap .t-dates {
  padding: 0 0 0 23px;
  height: auto;
  border: 0;
}

.checkInCheckOut .datesWrap .dateWrap .t-dates span {
  font-weight: 400;
}

.checkInCheckOut .datesWrap .dateWrap .t-dates span {
  font-weight: 400;
}

.checkInCheckOut .datesWrap .dateWrap .t-dates .fa {
  opacity: 0;
}

.checkInCheckOut .datesWrap.disabled .dateWrap .t-dates {
  opacity: 0.3;
}

.noOfRoomsWrap {
  float: left;
  width: 15%;
  height: 39px;
  padding: 10px 20px 10px 10px;
  border-left: 2px solid #bf840d;
  border-right: 2px solid #bf840d;
  position: relative;
}

.noOfRoomsWrap .addRoomLabel {
  float: left;
  width: 100%;
  cursor: pointer;
}

.noOfGuestWrap {
  float: left;
  width: 15%;
  height: 39px;
  padding: 10px 20px 10px 10px;
  position: relative;
}
.noOfGuestWrap .addGuestLabel {
  float: left;
  width: 100%;
  cursor: pointer;
}
.addGuestDropDown .blockWrapper {
  float: left;
  width: 100%;
}

.addGuestDropDown .blockWrapper .block {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 10px 0 0 0;
  border-bottom: #d7d7d7 solid 1px;
  position: relative;
}

.addGuestDropDown .blockWrapper .block:first-child {
  margin-top: 0;
}

.addGuestDropDown .blockWrapper .block .editBlock {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
}

.addGuestDropDown .blockWrapper .block .editBlock .edit {
  float: left;
  color: #bf840d;
  cursor: pointer;
  font-size: 0.92em;
  padding: 0 5px 0 0;
}

.addGuestDropDown .blockWrapper .block .roomsIndividualCount {
  float: left;
  width: 100%;
  font-weight: 700;
}

.addGuestDropDown .blockWrapper .block .roomGuestCount {
  float: left;
  width: 100%;
  white-space: nowrap;
}

.addGuestDropDown .blockWrapper .block .roomGuestCount .choose {
  float: left;
  width: 40%;
}

.addGuestDropDown .blockWrapper .block .roomGuestCount .choose .label {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}

.addGuestDropDown .blockWrapper .block .roomGuestCount .choose .number {
  float: left;
  width: auto;
  margin: 0 0 5px 0;
}

.addGuestDropDown .blockWrapper .block .roomGuestCount .choose .number ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.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;
}

.addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number
  ul
  li.active,
.addGuestDropDown
  .blockWrapper
  .block
  .roomGuestCount
  .choose
  .number
  ul
  li:hover {
  background: #bf840d;
  color: #fff;
}

.addGuestDropDown .blockWrapper .block .roomGuestCount .closeIcn {
  float: left;
  width: 15px;
  height: 15px;
  border: #bf840d solid 1px;
  border-radius: 50%;
  text-align: center;
  color: #bf840d;
  font-size: 11px;
  margin-left: 2px;
  cursor: pointer;
  display: none;
  line-height: 12px;
}

.addGuestDropDown .blockWrapper .block .roomGuestCount .closeIcn:hover {
  background: #bf840d;
  color: #fff;
  border: #bf840d solid 1px;
}

.addGuestDropDown .actionWrap {
  float: left;
  width: 100%;
  padding: 10px 0 0;
}

.addGuestDropDown .actionWrap .actionButton {
  float: right;
  width: auto;
  cursor: pointer;
}

.addGuestDropDown .actionWrap .actionButton:hover {
  color: #bf840d;
}
.viewAvailabilityButton {
  float: left;
  width: auto;
  height: 39px;
  background: #bf840d;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
}
.viewAvailabilityButton:hover {
  background: #cf9a0a;
}

/* Booking Engine Mobile */
.booking-engine.layout2 .checkInCheckOut {
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  max-width: 100%;
  white-space: normal;
  position: relative;
}

.booking-engine.layout2 .checkInCheckOut .t-mobile-heading {
  background: #fff;
  visibility: visible;
  padding-top: 30px;
  z-index: 9999999;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap {
  border: #f3f3f3 solid 1px;
  border-bottom: 0;
  border-left: 0;
  padding: 10px 12%;
  display: inline;
  position: static;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap:last-child {
  border-left: 0;
  border-right: 0;
}

.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: #afafaf;
}

.booking-engine.layout2 .checkInCheckOut .datesWrap .dateWrap {
  background: none;
  padding: 0;
}

.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-datepicker-day {
  left: auto;
  right: 0px;
  top: 71px;
  min-height: 335px;
  padding-top: 25px;
}

.booking-engine.layout2
  .checkInCheckOut
  .datesWrap
  .dateWrap
  .t-datepicker-day
  .cico-identification {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #bf840d;
  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: 400;
}

.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: 30px;
  line-height: 30px;
  font-weight: 400;
}

.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;
}

.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;
  display: none;
}
.booking-engine.layout2 .noOfRoomsWrap {
  width: 50%;
  border: 0;
  height: 70px;
  padding: 10px 12%;
  border: #f3f3f3 solid 1px;
  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(/images/oberoihotels/booking-engine/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(/images/oberoihotels/booking-engine/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(/images/oberoihotels/booking-engine/mobile-minus.png) right
    45% no-repeat;
  background-size: 60%;
}

.booking-engine.layout2
  .noOfRoomsWrap
  .addRoomLabel
  .roomsCount
  .value
  .spinner.plus {
  margin-right: 3px;
  background: url(/images/oberoihotels/booking-engine/mobile-plus.png) left 45%
    no-repeat;
  background-size: 60%;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomLabel .roomsCount span.lbl {
  position: absolute;
  left: 42%;
  top: 52%;
  font-size: 13px;
  transform: translate(0, -50%);
  text-align: center;
}

.booking-engine.layout2 .noOfRoomsWrap .arrowWrap {
  margin-top: 10px;
}

.booking-engine.layout2 .noOfRoomsWrap .addRoomDropDown {
  width: 100%;
  left: 0;
  top: 100%;
  padding: 0px 20px 20px 20px;
}

.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: #bf840d;
  color: #fff;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: 300;
}

.booking-engine.layout2 .noOfGuestWrap {
  width: 50%;
  border: 0;
  height: 70px;
  padding: 10px 12%;
  border: #f3f3f3 solid 1px;
  border-right: 0;
  border-left: 0;
}

.booking-engine.layout2 .noOfGuestWrap .guestCount {
  text-align: left;
}

.booking-engine.layout2 .noOfGuestWrap .guestCount span.value {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.booking-engine.layout2 .noOfGuestWrap .guestCount .lbl {
  float: left;
  width: 40%;
}
.booking-engine.layout2 .noOfGuestWrap .guestCount span.lbl {
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 13px;
  text-align: center;
}

.booking-engine.layout2 .noOfGuestWrap .arrowWrap {
  margin-top: 10px;
}

.booking-engine.layout2 .noOfGuestWrap .addGuestDropDown {
  left: auto;
  right: 0;
}

.top-link {
  display: inline-flex; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
}
.top-link img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top-link:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.hpclogoft {
  -webkit-filter: drop-shadow(0px 0px 25px white);
  filter: drop-shadow(0px 0px 25px white);
}
.hpclogohd {
  -webkit-filter: drop-shadow(0px 0px 25px gray);
  filter: drop-shadow(0px 0px 25px gray);
}
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.jssorb102 .i {
  position: absolute;
  cursor: pointer;
}
.jssorb102 .i .ci {
  fill: #fff;
}
.jssorb102 .i .co {
  fill: #000;
  opacity: 0.2;
}
.jssorb102 .i:hover .co {
  fill: #bf840d;
  opacity: 1;
}
.jssorb101 .i:hover .ci {
  fill: #000;
}
.jssorb102 .iav .ci {
  fill: #000;
  stroke-width: 0;
}
.jssorb102 .iav .co {
  fill: #bf840d;
  opacity: 1;
}
.jssorb102 .i.idn {
  opacity: 0.3;
}
.jssora055 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora055 .a {
  fill: none;
  stroke: #bf840d;
  stroke-width: 960;
  stroke-miterlimit: 10;
}
.jssora055:hover {
  opacity: 0.8;
}
.jssora055.jssora055dn {
  opacity: 0.5;
}
.jssora055.jssora055ds {
  opacity: 0.3;
  pointer-events: none;
}
.act {
  border-bottom: 2.5px solid #bf840d;
}
.selection-delete {
  position: absolute;
  top: 20%;
  right: 20%;
  height: 24px;
  height: 1.5rem;
  cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .selection-delete {
    top: 25%;
  }
}
.checkout-container {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  /* min-height: 5.5625rem; */
  /* width: 12.9375rem; */
  width: 50%;
  color: #fff;
  padding: 14px 19px 27px 15px;
  padding: 14px 1.1875rem 27px 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.checkout-anchor {
  /* pointer-events: none; */
  color: #fff;
  display: inline-block;
  width: 100%;
}
a.checkout-anchor:hover {
  color: #fff;
}
.checkout-image {
  float: left;
}
.ckeckout-details {
  position: absolute;
  right: 19px;
  right: 1.1875rem;
  margin-left: 24px;
  margin-left: 1.5rem;
}
