@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700");
html,
body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #fefefe;
  margin: 0;
}

body {
  overflow-y: hidden;
  position: relative;
}

* {
  transition: 0.1s all;
}

input,
textarea {
  transition: none;
}

html, body {
  color: #333333;
  font-family: "IBM Plex Sans", "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 980px) {
  html, body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1080px) {
  html, body {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "IBM Plex Sans", "Roboto", Helvetica, sans-serif;
  letter-spacing: -0.8px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1, .h1 {
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -1.5px;
  color: #1F295C;
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 1.12;
  }
}

h2, .h2 {
  font-size: 30px;
  line-height: 1.3;
  color: #1F295C;
}
@media (max-width: 480px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.3;
}

h5, .h5 {
  font-size: 22px;
  line-height: 1.3;
}

h6, .h6 {
  font-size: 18px;
  letter-spacing: -0.62px;
  line-height: 33px;
}

p, .p, ul, li {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.5px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  margin-bottom: 0.25em;
}

a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}
a:hover {
  color: #1F295C;
  text-decoration: underline;
}

span[style*=underline] {
  display: inline-block;
  text-decoration: none !important;
  border-bottom: 1px solid white;
}

strong {
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

.bold {
  font-weight: 700 !important;
}

.semibold {
  font-weight: 600 !important;
}

.blue {
  color: #1F295C !important;
}

.grid, .grid-gutter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.grid-gutter {
  width: 104%;
  margin-left: -2%;
}

.column, .column-full, .column-half, .column-1of3, .column-2of3, .column-4of10, .column-6of10 {
  display: inline-block;
  width: 100%;
  min-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.column-gutter, .column-full-gutter, .column-half-gutter, .column-1of3-gutter, .column-2of3-gutter, .column-4of10-gutter, .column-6of10-gutter {
  width: 96%;
  min-width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

@media only screen and (min-width: 768px) {
  .column-half {
    width: 50%;
    min-width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .column-half-gutter {
    width: 46%;
    min-width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .column-1of3 {
    width: 33.33%;
    min-width: 33.33%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .column-1of3-gutter {
    width: 29.33%;
    min-width: 29.33%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .column-2of3 {
    width: 66.66%;
    min-width: 66.66%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .column-2of3-gutter {
    width: 62.66%;
    min-width: 62.66%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .column-1of4 {
    width: 25%;
    min-width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .column-1of4-gutter {
    width: 21%;
    min-width: 21%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .column-3of4 {
    width: 75%;
    min-width: 75%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .column-3of4-gutter {
    width: 71%;
    min-width: 71%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 973px;
  width: 100%;
}
@media (max-width: 973px) {
  .container {
    padding: 0 15px;
  }
}
.container:after {
  content: "";
  display: table;
}
.container-login {
  max-width: 460px;
}
.container-mt-50 {
  margin-top: 50px;
}
.container-small {
  max-width: 768px;
}
@media (max-width: 1280px) {
  .container-small {
    padding: 0 5rem;
  }
}
.container-large {
  max-width: 1280px;
}
@media (max-width: 1280px) {
  .container-large {
    padding: 0 5rem;
  }
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1F295C !important;
  font-size: 15px;
  font-weight: 500;
  background-color: #E4AF53;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 3px;
}
.button:hover {
  color: #FFFFFF !important;
  background-color: #1F295C;
  text-decoration: none;
}
.button-disabled {
  background-color: rgba(151, 151, 151, 0.22);
  color: #788995 !important;
  cursor: not-allowed;
}
.button-disabled:hover {
  color: #788995 !important;
  background-color: rgba(151, 151, 151, 0.22);
}
.button-disabled:focus {
  outline: none;
}
.button-100 {
  width: 100%;
}
.button-right {
  margin-left: auto;
}
.button-left {
  margin-right: auto;
}
.button-center {
  margin-left: auto;
  margin-right: auto;
}
.button-mb-50 {
  margin-bottom: 50px;
}
.button-yellow-hover:hover {
  background-color: #AB8239;
  color: #1F295C;
}
.button-white-hover:hover {
  background-color: #FFFFFF;
  color: #1F295C !important;
}
.button-red {
  background-color: #E45353;
  color: #FFFFFF !important;
}
.button-red:hover {
  background-color: #D32D2D;
}
.button-blue {
  background-color: #1F295C;
  color: #FFFFFF !important;
}
.button-blue:hover {
  background-color: #E4AF53;
}

.spaced {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spaced-mb50 {
  margin-bottom: 50px;
}

.close-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.close-icon img {
  width: 30px;
  height: 30px;
  display: block;
}

.vertically-centered-block {
  display: table;
  width: 100%;
}

.vertically-centered-block-middle {
  display: table-cell;
  vertical-align: middle;
}

.vertically-centered-block-inner-left {
  margin-left: 0;
  margin-right: auto;
}
.vertically-centered-block-inner-center {
  margin-left: auto;
  margin-right: auto;
}
.vertically-centered-block-inner-right {
  margin-left: auto;
  margin-right: auto;
}

.blue-block {
  background-color: #1F295C;
  width: 100%;
  min-height: 250px;
  height: auto;
  padding: 50px 0;
}
.blue-block * {
  color: #FFFFFF;
}

.module {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.17);
  padding: 20px 20px;
  margin-bottom: 50px;
}
.module h1 {
  font-size: 24px;
  color: #1F295C;
  letter-spacing: -0.64px;
}
.module h2 {
  color: #333333;
  font-weight: 500;
  margin-bottom: 20px;
}
.module h5 {
  font-weight: 500;
  margin-bottom: 20px;
}
.module p {
  font-weight: 300;
  color: #333333;
  font-size: 12px;
  margin-bottom: 20px;
}
.module a {
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 20px;
  text-decoration: none;
}
.module a:hover {
  text-decoration: underline;
}
.module hr {
  margin: 20px 0;
  height: 1px;
  background-color: rgba(151, 151, 151, 0.29);
  border: 0;
}
.module-booking p {
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.5px;
  font-weight: 400;
  margin-bottom: 5px;
}
.module-booking .module-container-booking-body {
  width: 100%;
}
@media (max-width: 768px) {
  .module-booking {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .module-booking .module-container {
    flex-direction: column;
    align-items: center;
  }
  .module-booking .module-container .module-container-booking-stupid-mobile-fix {
    width: 100%;
  }
  .module-booking .module-container .module-container-booking-hotel-image {
    margin-right: 0 !important;
    margin-bottom: 40px;
    width: 100% !important;
  }
  .module-booking .module-container .module-container-booking-hotel-image img {
    width: 100% !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .module-booking .module-container .module-container-booking-hotel-image .icon-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .module-booking .module-container .module-container-booking-body {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .module-booking .module-container .module-container-booking-body .button {
    margin: 20px auto;
  }
}
.module .module-container-profile {
  margin-right: auto;
  width: 70%;
}
@media (max-width: 1024px) {
  .module .module-container-profile {
    width: 100%;
  }
}
.module .module-container-booking {
  display: flex;
}
.module .module-container-booking .module-container-booking-hotel-image {
  width: 330px;
  height: 330px;
  border-radius: 8px;
  margin-right: 30px;
}
.module .module-container-booking .module-container-booking-hotel-image img {
  width: 330px;
  height: 330px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .module .module-body {
    padding: 0 20px;
  }
}

.icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.icon-text .icon {
  margin-right: 20px;
  height: 25px;
}
.icon-text .icon img {
  height: 25px;
  display: block;
}
.icon-text * {
  margin-bottom: 0 !important;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.side-navigation {
  display: flex;
}
.side-navigation .navigation {
  width: 35%;
}
.side-navigation .navigation * {
  color: #9D9D9D;
  margin-bottom: 20px;
}
.side-navigation .navigation .selected {
  color: #1F295C;
}
@media (max-width: 768px) {
  .side-navigation {
    flex-direction: column;
  }
  .side-navigation .navigation {
    width: 100%;
    border-bottom: 1px solid #9D9D9D;
    margin-bottom: 20px;
  }
}

.question {
  margin-bottom: 20px;
}
.question p {
  margin-top: 20px;
  margin-left: 40px;
}

.hero-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 620px;
  position: relative;
}
.hero-block .hero-block-callout {
  padding: 30px;
  box-sizing: content-box;
  background-color: #1F295C;
  width: 280px;
  margin-top: -100px;
}
.hero-block .hero-block-callout * {
  color: #FFFFFF;
}
.hero-block .hero-block-callout-right {
  margin-left: auto;
}
@media (max-width: 768px) {
  .hero-block-desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  .hero-block-mobile {
    display: none;
  }
}
.hero-block-mobile {
  background-image: none !important;
  flex-direction: column;
  height: auto;
}
.hero-block-mobile img {
  width: 100%;
  display: block;
}
.hero-block-mobile .hero-block-callout {
  margin-top: 0px;
  width: 100%;
  box-sizing: border-box;
}

.filter {
  width: 270px;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.07);
  padding: 30px 20px;
  position: relative;
  top: -30px;
  right: 0;
}
.filter .star-ratings {
  margin-bottom: 20px;
}
.filter .rc-slider {
  height: 25px;
  margin-bottom: 20px;
}
.filter .rc-slider-rail {
  height: 25px;
}
.filter .rc-slider-track {
  height: 25px;
  background-color: rgba(81, 109, 251, 0.07);
}
.filter .rc-slider-handle {
  margin-top: 0;
  width: 10px;
  height: 25px;
  border: 0;
  border-radius: 4px;
  background-color: #1F295C;
}
@media (max-width: 868px) {
  .filter-desktop {
    display: none;
  }
}
.filter input {
  width: 100%;
  font-size: 12px;
  border: solid 1px #e0e7ee;
  height: 30px;
  padding: 0 10px;
}
@media (max-width: 868px) {
  .filter input {
    font-size: 16px;
  }
}
.filter-mobile {
  position: fixed;
  padding-left: 15px;
  padding-right: 15px;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #1F295C;
  transform: scaleY(0);
  transform-origin: top center;
  overflow-y: scroll;
  padding-bottom: 170px;
}
@media (min-width: 868px) {
  .filter-mobile {
    display: none;
  }
}
.filter-mobile .filter-mobile-body {
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
}
.filter-mobile-active {
  transform: scaleY(1);
}

.filter-text {
  font-weight: 500;
  color: #1F295C;
  margin-bottom: 10px;
}

.filter-facilities {
  margin-bottom: 20px;
}
.filter-facilities .filter-facilities-checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.filter-facilities .filter-facilities-checkbox-container:last-of-type {
  margin-bottom: 0;
}
.filter-facilities .filter-facilities-checkbox-container .filter-facilities-checkbox {
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 2px;
  background-color: #f3f5fe;
  margin-right: 10px;
  cursor: pointer;
}
.filter-facilities .filter-facilities-checkbox-container .filter-facilities-checkbox input {
  width: 15px;
  height: 15px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  margin: 0;
}
.filter-facilities .filter-facilities-checkbox-container .filter-facilities-checkbox.rc-checkbox-checked:after {
  content: "";
  background-image: url("/images/Filter/tick.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  display: block;
}

.rooms-filter {
  position: relative;
  top: -60px;
  right: 0;
  padding: 30px 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.07);
  width: 300px;
  z-index: 4;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rooms-filter .pax-select {
  box-shadow: none;
  height: 55px;
  border: solid 1px #e5e5e5;
  padding-left: 20px;
}
.rooms-filter .pax-select-icon {
  display: none;
}
.rooms-filter .pax-menu, .rooms-filter .pax-menu-expanded {
  width: 260px;
}
.rooms-filter .rooms-filter-bar-mobile {
  display: none;
}
.rooms-filter.rooms-filter-expand {
  top: 0;
  padding: 110px 20px 20px 20px;
}
@media (max-width: 768px) {
  .rooms-filter {
    padding: 20px;
    top: auto;
    bottom: 0;
    position: fixed;
    width: 100%;
    overflow: scroll;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  }
  .rooms-filter .rooms-filter-bar-mobile {
    display: flex;
  }
  .rooms-filter .rooms-filter-body-mobile {
    transform: scaleY(0);
    transform-origin: bottom center;
    height: 0;
    margin-top: 20px;
    display: none;
  }
  .rooms-filter .rooms-filter-body-mobile-expanded {
    transform: scaleY(1);
    height: auto;
    display: block;
  }
  .rooms-filter .pax-select {
    width: 100%;
    box-shadow: none !important;
  }
  .rooms-filter .dropdown {
    width: 100%;
  }
  .rooms-filter .dropdown-expanded {
    width: 100%;
  }
  .rooms-filter .dropdown-body-expanded {
    transform: scaleY(1);
    transform-origin: top;
    transition: 0.1s all;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 9;
  }
}

.rooms-filter-filter {
  margin-bottom: 12px;
}
.rooms-filter-filter .location-search-date-picker {
  width: 100%;
  box-shadow: none;
  border: solid 1px #e5e5e5;
}
.rooms-filter-filter .location-search-date-picker .singleDatePickerInput {
  box-shadow: none !important;
}
.rooms-filter-filter .location-search-date-picker .input-group {
  width: 100%;
}
.rooms-filter-filter .location-search-date-picker .input-group .register-name-input input {
  text-align: center;
}
.rooms-filter-filter .location-search-pax-container {
  width: 100%;
  float: left;
  border: solid 1px #e5e5e5;
  box-shadow: none;
}
.rooms-filter-filter .location-search-pax-container .pax-select {
  padding: 0 10px;
  border: none;
}
.rooms-filter-filter .custom-select {
  max-width: 100%;
}
.rooms-filter-filter .custom-select .sorting {
  right: 0;
  background: url("../images/dropdown-carrot.png") no-repeat 95% center;
}
.rooms-filter-filter .custom-select .select-selected {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #333333;
}
.rooms-filter-filter .custom-select .select-selected:after {
  background: url("../images/dropdown-carrot.png") no-repeat center center;
  border-left: none;
}
.rooms-filter-filter .custom-select .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  transform-origin: center;
}
.rooms-filter-filter .select-items {
  position: relative;
  z-index: auto;
}
.rooms-filter-filter .select-items div {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #333333;
}
.rooms-filter-filter .DateRangePicker {
  border: solid 1px #e5e5e5;
}

.rooms-filter-dropdown {
  width: 260px;
  height: 56px;
}
.rooms-filter-dropdown .dropdown-header {
  padding: 15px;
  border: solid 1px #e5e5e5;
  border-radius: 0;
  margin-bottom: 0;
}
.rooms-filter-dropdown .dropdown-header:hover {
  border: solid 1px #e5e5e5;
}
.rooms-filter-dropdown .dropdown-placeholder * {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #333333;
}
.rooms-filter-dropdown .dropdown-option {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  height: auto;
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  box-shadow: none;
}
.rooms-filter-dropdown .dropdown-option:last-child {
  margin-bottom: 20px;
}
.rooms-filter-dropdown .dropdown-option .dropdown-room {
  width: 60%;
}
.rooms-filter-dropdown .dropdown-option .dropdown-room .dropdown-room-name {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #333333;
  margin-bottom: 5px;
}
.rooms-filter-dropdown .dropdown-option .dropdown-room .dropdown-room-bedding {
  font-size: 9px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.rooms-filter-dropdown .dropdown-option .dropdown-room .icon-text .icon {
  height: 19px;
  margin-right: 10px;
}
.rooms-filter-dropdown .dropdown-option .dropdown-room .icon-text .icon img {
  height: 19px;
  display: block;
}
.rooms-filter-dropdown .dropdown-option .dropdown-room .icon-text .text p {
  font-size: 10px;
  line-height: 1.4;
}
.rooms-filter-dropdown .dropdown-option .dropdown-price {
  width: 40%;
}
.rooms-filter-dropdown .dropdown-option .dropdown-price-price {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: right;
  color: #1F295C;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .rooms-filter-dropdown .dropdown-option .dropdown-price-price {
    font-size: 16px !important;
  }
}
.rooms-filter-dropdown .dropdown-option .dropdown-nights {
  font-size: 9px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: right;
  color: #333333;
}
.rooms-filter-dropdown .dropdown-option .non-refundable {
  font-size: 10px;
  background-color: #333333;
  padding-left: 3px;
  padding-right: 3px;
  color: #FFFFFF;
  margin-top: 5px;
}

.rooms-filter-heading {
  color: #333333;
  font-weight: 500;
  margin-bottom: 0px;
}

.rooms-filter-book-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E4AF53;
  color: #1F295C;
  width: 100%;
  height: 45px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
}
.rooms-filter-book-button:hover {
  background-color: #1F295C;
  color: #FFFFFF;
}

.rooms-filter-book-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: rgba(151, 151, 151, 0.22);
  color: #788995;
}

.filter-facilities-item {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #333333;
}

.apply-for-mob {
  display: block;
}
@media (min-width: 992px) {
  .apply-for-mob {
    display: none;
  }
}

.hotel-search-block-container {
  margin-top: 30px;
  width: 67%;
}
.hotel-search-block-container .hotel-search-block-show-filter {
  display: none;
}
@media (max-width: 868px) {
  .hotel-search-block-container {
    width: 100%;
  }
  .hotel-search-block-container .hotel-search-block-show-filter {
    display: block;
    margin-bottom: 20px;
  }
}

.hotel-search-block {
  display: flex;
  width: 100%;
  height: 250px;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  padding-right: 15px;
  cursor: pointer;
}
@media (max-width: 508px) {
  .hotel-search-block {
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .hotel-search-block .hotel-search-block-image {
    width: 100%;
    margin-right: 0;
    max-height: 225px;
  }
  .hotel-search-block .hotel-search-block-image img {
    max-height: 225px;
    height: 225px;
  }
  .hotel-search-block .hotel-search-block-details {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.hotel-search-block-image {
  width: 50%;
  height: 100%;
  margin-right: 30px;
}
.hotel-search-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.hotel-search-block-details {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-bottom: 15px;
  width: 50%;
}

.hotel-search-block-name {
  font-size: 20px;
  line-height: 1.2;
  color: #1F295C;
  text-transform: capitalize;
}

.hotel-search-block-location {
  font-size: 10px;
  color: #333333;
  line-height: 1.4;
  text-transform: capitalize;
}

.hotel-search-block-tripadvisor-rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.hotel-search-block-tripadvisor-rating-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #E4AF53;
  color: #FFFFFF;
  font-size: 8px;
  font-weight: 500;
  margin-right: 5px;
}

.hotel-search-block-tripadvisor-rating-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: normal;
  color: #333333;
}

.hotel-search-block-price-container {
  margin-top: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.hotel-search-block-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #1F295C;
  text-align: right;
}

.hotel-search-block-price-loading {
  font-weight: 500;
  line-height: 1.1;
  text-align: right;
}

.hotel-search-block-view-details {
  font-size: 12px;
  line-height: 1.83;
  color: #1F295C;
  text-align: right;
  text-decoration: none;
}
.hotel-search-block-view-details:hover {
  text-decoration: underline;
}

.hotel-search-block-location-container {
  display: flex;
}

.hotel-search-block-location-icon {
  margin-right: 5px;
  width: 22px;
  height: 22px;
  margin-top: 2.5px;
  display: flex;
  justify-content: center;
}
.hotel-search-block-location-icon img {
  width: 9px;
  height: 12px;
  display: block;
}

.hotel-search-block-stars {
  margin-bottom: 5px;
}
.hotel-search-block-stars ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.hotel-search-block-stars ul li {
  display: inline-block;
  margin-right: 15px;
}
.hotel-search-block-stars ul li i {
  font-size: 18px;
  color: #e4af53;
}

.showing-wrap {
  max-height: 400px;
  overflow: scroll;
  border: 1px solid #DDE3E8;
}

.dropdown {
  height: 55px;
  margin-bottom: 7px;
}
.dropdown-expanded {
  height: auto;
}
.dropdown-expanded .dropdown-carrot-image {
  transform: rotate(180deg);
  transform-origin: center;
}
.dropdown-control, .dropdown-value-container {
  max-height: 100%;
}

.dropdown-body {
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.1s all;
}
.dropdown-body-expanded {
  transform: scaleY(1);
  transform-origin: top;
  transition: 0.1s all;
}

.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  border: 1px solid #788995;
  border-radius: 5px;
  padding: 0 20px 0 40px;
  cursor: pointer;
  margin-bottom: 7px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dropdown-header:hover {
  border: solid 1px #88bfff;
}
.dropdown-header .dropdown-placeholder {
  color: #445870;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 15px;
}

.dropdown-icon-container {
  display: flex;
  align-items: center;
  margin-right: 20px;
  width: 30px;
}

.dropdown-option-icon-container {
  display: flex;
  align-items: center;
  margin-right: 20px;
  width: 30px;
}

.dropdown-option {
  display: flex;
  align-items: center;
  background-color: #f6f7f9;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #e0e7ee;
  height: 65px;
  padding: 0 20px 0 40px;
  margin-bottom: 7px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-decoration: none;
}
.dropdown-option:hover {
  box-shadow: 0 0 0 1px #88bfff;
}

.dropdown-carrot-container {
  margin-left: auto;
}

.dropdown-first-label {
  font-size: 14px;
  color: #445870;
  width: 190px;
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-second-label {
  font-size: 14px;
  color: #445870;
  text-decoration: none;
}

.location-search-search-buton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1F295C !important;
  font-size: 15px;
  font-weight: 500;
  background-color: #E4AF53;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  width: 14%;
  height: 55px;
}
.location-search-search-buton:hover {
  color: #FFFFFF !important;
  background-color: #1F295C;
  text-decoration: none;
}
.location-search-search-buton-disabled {
  background-color: rgba(151, 151, 151, 0.22);
  color: #788995 !important;
  cursor: not-allowed;
}
.location-search-search-buton-disabled:hover {
  color: #788995 !important;
  background-color: rgba(151, 151, 151, 0.22);
}
.location-search-search-buton-disabled:focus {
  outline: none;
}
.location-search-search-buton-100 {
  width: 100%;
}
.location-search-search-buton-right {
  margin-left: auto;
}
.location-search-search-buton-left {
  margin-right: auto;
}
.location-search-search-buton-center {
  margin-left: auto;
  margin-right: auto;
}
.location-search-search-buton-mb-50 {
  margin-bottom: 50px;
}
.location-search-search-buton-yellow-hover:hover {
  background-color: #AB8239;
  color: #1F295C;
}
.location-search-search-buton-white-hover:hover {
  background-color: #FFFFFF;
  color: #1F295C !important;
}
@media (max-width: 1024px) {
  .location-search-search-buton {
    font-size: 12px;
  }
}
@media (max-width: 868px) {
  .location-search-search-buton {
    font-size: 16px;
    width: 100%;
  }
}

.location-search-search-container {
  display: flex;
  width: 100%;
}
@media (max-width: 868px) {
  .location-search-search-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.location-search-destinations-container {
  width: 40%;
  margin-right: 5px;
}
@media (max-width: 868px) {
  .location-search-destinations-container {
    width: 100%;
    margin-bottom: 20px;
  }
}

.location-search-destinations-control {
  height: 55px;
  border: none;
  border-radius: 3px !important;
  border-width: 0 !important;
  background-color: rgba(255, 255, 255, 0.94) !important;
  width: 100%;
}
@media (max-width: 868px) {
  .location-search-destinations-control {
    width: 100%;
  }
}

.location-search-destinations-indicators {
  display: none !important;
}

.location-search-date-picker {
  width: 25%;
  align-items: center;
  margin-right: 5px;
}
@media (max-width: 868px) {
  .location-search-date-picker {
    width: 100%;
    margin-bottom: 20px;
  }
  .location-search-date-picker .location-search-start-date, .location-search-date-picker .location-search-end-date {
    width: 49%;
  }
  .location-search-date-picker .location-search-start-date .SingleDatePicker, .location-search-date-picker .location-search-end-date .SingleDatePicker {
    width: 100%;
  }
  .location-search-date-picker .location-search-start-date .SingleDatePicker .SingleDatePickerInput, .location-search-date-picker .location-search-end-date .SingleDatePicker .SingleDatePickerInput {
    width: 100%;
  }
}
@media (max-width: 606px) {
  .location-search-date-picker .location-search-start-date, .location-search-date-picker .location-search-end-date {
    width: 48%;
  }
}
@media (max-width: 868px) {
  .location-search-date-picker .location-search-start-date {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .location-search-date-picker .location-search-start-date {
    margin-right: 10px;
  }
}
.location-search-date-picker .location-search-start-date .register-name-input {
  margin-bottom: 0;
  padding: 0 15px;
}
.location-search-date-picker .location-search-start-date, .location-search-date-picker .location-search-end-date {
  width: 100%;
}
.location-search-date-picker .location-search-start-date .SingleDatePicker, .location-search-date-picker .location-search-end-date .SingleDatePicker {
  width: 100%;
}
.location-search-date-picker .location-search-start-date .SingleDatePicker .SingleDatePickerInput, .location-search-date-picker .location-search-end-date .SingleDatePicker .SingleDatePickerInput {
  border-radius: 3px;
  height: 55px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  background-color: rgba(255, 255, 255, 0.94);
}

.SingleDatePickerInput {
  display: flex !important;
  align-items: center;
}
.SingleDatePickerInput .register-name-input input {
  padding: 0;
}

.calendar-icon {
  padding-left: 15px;
}
.calendar-icon img {
  width: 16px;
}

.adult-icon {
  padding-right: 10px;
}
.adult-icon img {
  width: 16px;
}

.DateRangePicker {
  width: 100%;
}
.DateRangePicker .DateRangePickerInput {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.94);
  padding: 0;
}
@media (max-width: 868px) {
  .DateRangePicker .DateRangePickerInput {
    justify-content: flex-start;
    padding-left: 30px !important;
    border-radius: 3px;
  }
}
@media (max-width: 1024px) {
  .DateRangePicker .DateRangePickerInput {
    padding: 0;
  }
  .DateRangePicker .DateRangePickerInput .DateRangePickerInput_calendarIcon {
    margin: 0;
    width: 10px;
    height: 15px;
    padding: 0;
    margin-right: 10px;
    user-select: none;
  }
  .DateRangePicker .DateRangePickerInput .DateRangePickerInput_calendarIcon img {
    height: 15px;
    display: block;
    user-select: none;
  }
  .DateRangePicker .DateRangePickerInput .DateRangePickerInput_clearDates {
    display: none;
  }
}

.DateRangePickerInput_calendarIcon {
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 15px !important;
}

.DateInput {
  width: auto !important;
  background: none;
  background-color: transparent !important;
  padding-right: 20px !important;
  box-sizing: content-box;
}
@media (max-width: 868px) {
  .DateInput {
    width: auto !important;
  }
}

.DateInput-SpanArrow {
  padding: 0 10px;
}

.DateInput_input-focused {
  border-bottom: 2px solid transparent !important;
}

.DateInput_input {
  font-size: 14px !important;
  color: #333333 !important;
  font-weight: normal !important;
  letter-spacing: -0.4px !important;
  padding: 0 !important;
  background: transparent !important;
  width: 70px !important;
}
.DateInput_input::placeholder {
  color: #333333;
}
@media (max-width: 1024px) {
  .DateInput_input {
    font-size: 12px !important;
    width: 55px !important;
  }
}
@media (max-width: 868px) {
  .DateInput_input {
    font-size: 16px !important;
    width: 90px !important;
  }
}
@media (max-width: 600px) {
  .DateInput_input {
    font-size: 12px !important;
    width: 60px !important;
  }
}

.DateInput_fang {
  display: none;
}

.CalendarDay-blocked_out_of_range {
  border: 0px !important;
  font-weight: 700 !important;
  font-family: "IBM Plex Sans", "Roboto", Helvetica, sans-serif;
}

.CalendarDay-default {
  border: 0px !important;
}

.CalendarDay-selected {
  background-color: #E4AF53 !important;
  border: 0px !important;
  font-weight: 700 !important;
}

.CalendarDay-selected_span {
  background-color: rgba(228, 175, 83, 0.6) !important;
  border: 0px !important;
  font-weight: 700 !important;
}
.CalendarDay-selected_span:hover {
  background-color: rgba(228, 175, 83, 0.6) !important;
  border: 0px !important;
  font-weight: 700 !important;
}

.CalendarDay-hovered_span {
  background-color: rgba(228, 175, 83, 0.6) !important;
  border: 0px !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

.DayPickerKeyboardShortcuts_show-bottomRight {
  border-right: 33px solid #E4AF53 !important;
}

.location-search-destinations-placeholder {
  display: flex;
  font-size: 14px;
  color: #333333 !important;
  letter-spacing: -0.4px;
  text-align: center;
  align-self: flex-start;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .location-search-destinations-placeholder {
    font-size: 12px;
  }
}
@media (max-width: 868px) {
  .location-search-destinations-placeholder {
    font-size: 16px;
  }
}

.location-search-destinations-value-container {
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  padding-left: 15px;
  position: relative;
}

.location-search-destinations-single-value {
  padding-left: 30px;
  font-size: 14px;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .location-search-destinations-single-value {
    font-size: 12px;
  }
}
@media (max-width: 868px) {
  .location-search-destinations-single-value {
    font-size: 16px;
  }
}

.location-search-destinations-input {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
}
.location-search-destinations-input:before {
  display: inline-block;
  content: "";
  background-image: url("../images/location-search-icon.png");
  background-size: 16px 24px;
  width: 16px;
  height: 24px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .location-search-destinations-input {
    font-size: 12px;
  }
}
@media (max-width: 868px) {
  .location-search-destinations-input {
    font-size: 16px;
  }
}

.location-search-destinations-menu {
  margin-top: 0 !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19) !important;
}

.location-search-destinations-menu-list {
  padding-top: 0 !important;
}

.location-search-destinations-option {
  font-size: 14px !important;
  color: #333333;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .location-search-destinations-option {
    font-size: 12px !important;
  }
}
@media (max-width: 868px) {
  .location-search-destinations-option {
    font-size: 16px !important;
  }
}

.location-search-date-picker-icon {
  width: 16px;
}

.location-search-pax-container {
  width: 20%;
  background: rgba(255, 255, 255, 0.94);
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  margin-right: 5px;
  padding: 0 10px;
}
@media (max-width: 868px) {
  .location-search-pax-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.location-search-pax-container .register-name-input {
  margin: 0;
  font-size: 12px;
}
.location-search-pax-container .register-name-input select {
  border: none;
  background: none;
  width: auto;
}
.location-search-pax-container input {
  border: 0;
  height: 55px;
  padding-left: 30px;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.4px;
  background-color: rgba(255, 255, 255, 0.94);
}
.location-search-pax-container input::placeholder {
  color: #333333;
}
@media (max-width: 1024px) {
  .location-search-pax-container input {
    font-size: 12px;
  }
}
@media (max-width: 868px) {
  .location-search-pax-container input {
    font-size: 16px !important;
  }
}
.location-search-pax-container .pax-select {
  float: left;
  border-radius: 3px;
  box-shadow: none !important;
}
@media (max-width: 868px) {
  .location-search-pax-container .pax-select .pax-select-text * {
    font-size: 16px !important;
  }
}

.DateRangePickerInput_clearDates {
  display: flex;
  height: 36px;
}

.location-search-destinations-menu-notice {
  color: #333333 !important;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .location-search-destinations-menu-notice {
    font-size: 12px;
  }
}
@media (max-width: 868px) {
  .location-search-destinations-menu-notice {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .DateRangePicker_picker {
    top: 100px !important;
    left: 0px !important;
    position: fixed !important;
    z-index: 9999999999 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: calc(100vh - 100px) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  background: none;
  display: inline-block;
  margin-right: 15px;
}
.rating-stars ul > li.star .fa-star {
  font-size: 20px;
  color: #cbd3e3;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover .fa-star {
  color: #e4af53;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected .fa-star {
  color: #e4af53;
}

div.NCS.parent {
  position: absolute;
  z-index: 1000;
  background: white;
  border: 0.5px solid #dddddd;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 10px;
  text-align: center;
  overflow: hidden;
  min-width: 200px;
}

div.NCS.category {
  border-bottom: 0.5px solid #dddddd;
  padding: 10px;
}

div.NCS.room {
  height: 5px;
}

div.NCS.display {
  overflow: hidden;
  background: transparent;
  z-index: 999;
  position: absolute;
  border-radius: 5px;
  padding: 5px 2.5px;
  box-sizing: border-box;
  align-items: center;
}

div.NCS.inlinedisplay {
  height: 100%;
  width: 10000px;
}

div.NCS.displayelement:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

div.NCS.displayelement {
  display: inline-block;
  background: #3d9bff;
  color: white;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  margin: 0 2.5px;
  padding: 2.5px 5px;
  box-sizing: border-box;
  line-height: 100%;
  height: 100%;
  border-radius: 2.5px;
}

a.NCS.close {
  opacity: 1;
  text-align: center;
  font-size: 14px;
  margin: 5px;
  text-decoration: underline;
}

div.NCS.name, div.NCS.value {
  font-size: 16px;
  float: left;
}

div.NCS.text {
  clear: both;
  display: inline-block;
}

div.NCS.name, a.NCS.close, div.NCS.value {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #272727;
}

div.NCS.buttons {
  width: 100px;
  margin: 0 auto;
}

a.NCS.button {
  color: white;
  text-decoration: none;
  width: 45%;
  padding: 3px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  font-weight: 700;
  margin: 2.5%;
  background: #357ebd;
}

a.NCS.button.inactive {
  background: lightgrey;
}

.rested {
  background: white;
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
  z-index: 1;
  position: absolute;
  top: 54px;
  left: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}
.rested ul {
  margin: 0;
  padding: 0;
}
.rested ul li {
  list-style: none;
  cursor: pointer;
  padding: 5px 20px;
}
.rested ul li:hover {
  background-color: rgba(31, 41, 92, 0.2);
  color: #1F295C;
}

.pax-menu-buttons-minus-icon, .pax-menu-buttons-plus-icon {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.pax-menu-buttons-minus-icon img, .pax-menu-buttons-plus-icon img {
  width: 16px;
  height: 16px;
  display: block;
}

.pax-menu {
  transform: scaleY(0);
  transform-origin: top;
  position: absolute;
}

.pax-menu-expanded {
  transform: scaleY(1);
  transform-origin: top;
  width: 200px;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19) !important;
  background-color: rgba(255, 255, 255, 0.94);
  position: absolute;
  z-index: 2;
}
@media (max-width: 1024px) {
  .pax-menu-expanded {
    width: 140px;
  }
}

.pax-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.pax-menu-label * {
  font-size: 12px;
  letter-spacing: -0.4px;
  color: #333333;
}

.pax-menu-buttons {
  display: flex;
  align-items: center;
}

.pax-menu-buttons-number {
  font-size: 12px;
  letter-spacing: -0.4px;
  color: #1B2125;
  margin: 0;
}

.pax-select {
  display: flex;
  align-items: center;
  height: 55px;
}
@media (max-width: 868px) {
  .pax-select {
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19) !important;
  }
}

.pax-select-icon {
  width: 17px;
  height: 15px;
  margin: 0 10px 0 20px;
}
.pax-select-icon img {
  width: 17px;
  height: 15px;
  display: block;
}

.pax-select-text * {
  font-size: 14px;
  letter-spacing: -0.4px;
  color: #333333;
  margin: 0;
}
@media (max-width: 1024px) {
  .pax-select-text * {
    font-size: 12px;
  }
}
@media (max-width: 868px) {
  .pax-select-text * {
    font-size: 14px;
  }
}

.pax-menu-close {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 500;
  color: #E4AF53;
  letter-spacing: -0.6px;
}
.pax-menu-close:hover {
  text-decoration: underline;
}

.childagerow {
  width: 100%;
  position: absolute;
  top: 55px;
  right: 0px;
  z-index: 1;
  padding: 25px 15px 15px 15px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 992px) {
  .childagerow {
    margin-top: 20px;
    padding-right: 30px;
    text-align: right;
    top: 35px;
  }
}
.childagerow .pax-select {
  width: 100%;
  display: block;
  height: auto;
}
.childagerow .childselect {
  font-size: 14px;
  width: 100%;
  display: inline-block;
}
.childagerow .childselect select {
  background: none;
  border: none;
}

@media (max-width: 768px) {
  .hotel-page-container .location-search-pax-container .pax-select {
    width: auto;
  }
}

.location-search-date-picker .singleDatePickerInput .input-group {
  width: 100%;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 12px;
  background: #E4AF53;
  color: white;
  border: none;
  border-radius: 3px;
}
.daterangepicker .drp-buttons .btn.btn-default:hover {
  background: #1F295C;
}
.daterangepicker .drp-buttons .btn.btn-primary {
  background: #1F295C;
}
.daterangepicker .drp-buttons .btn.btn-primary:hover {
  background: #E4AF53;
}

.navigation-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
  margin-top: 25px;
  padding-top: 25px;
  border-bottom: 1px solid #9d9d9d;
}

.navigation-container-link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 35px;
  width: 150px;
  flex-grow: 0;
}
.navigation-container-link * {
  font-weight: 400;
  color: #1F295C;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #9d9d9d;
}
.navigation-container-link *:hover {
  text-decoration: none;
}
.navigation-container-link-active {
  border-bottom: 2px solid #1F295C;
}
.navigation-container-link-active * {
  color: #1F295C;
}
.navigation-container-link-checkout {
  width: auto;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .navigation-container-link {
    height: 45px;
  }
}

.editable-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  border-radius: 4px;
  border: solid 1px #f3f3f3;
  padding: 20px 10px 15px 15px;
  margin-bottom: 10px;
}
.editable-card p {
  font-size: 12px !important;
  color: #333333;
  letter-spacing: -0.4px;
}
.editable-card p.big {
  font-size: 24px !important;
  letter-spacing: -1px;
  color: #333333;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .editable-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    position: relative;
  }
  .editable-card .editable-card-image-container {
    margin-bottom: 10px;
  }
  .editable-card .editable-card-card-number {
    text-align: center;
    margin-bottom: 20px;
  }
  .editable-card .editable-card-card-number p {
    line-height: 1.3;
  }
  .editable-card .editable-card-balance {
    margin: 0;
    margin-bottom: 20px;
  }
  .editable-card .editable-card-remove {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.editable-card-image-container {
  width: 40px;
}
.editable-card-image-container img {
  width: 40px;
}

.editable-card-card-number {
  width: 160px;
}
.editable-card-card-number * {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
}

.editable-card-balance {
  width: 120px;
  margin-right: 20px;
}
.editable-card-balance * {
  text-align: center;
}

.editable-card-input {
  width: 120px;
}
.editable-card-input input {
  width: 120px;
  height: 40px;
  border: solid 1px rgba(151, 151, 151, 0.24);
  color: #3686ff;
  font-size: 24px;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.editable-card-input p {
  font-size: 11px !important;
  letter-spacing: -0.3px;
  color: #4a90e2 !important;
  font-weight: 500;
}

.editable-card-remove {
  position: relative;
  bottom: 15px;
  cursor: pointer;
}

.add-gift-card h4 {
  font-size: 18px;
  color: #333333;
  letter-spacing: -0.75px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .add-gift-card h4 {
    text-align: center;
  }
}
.add-gift-card p {
  color: #333333;
  letter-spacing: -0.4px;
}
.add-gift-card input {
  width: 130px;
  height: 40px;
  border-radius: 7px;
  border: solid 1px #E0E7EE;
  padding: 0 40px;
  font-size: 18px;
  color: #333333;
  margin-right: 10px;
  margin-bottom: 30px;
}
.add-gift-card input:focus {
  border: 2px solid #283261;
  outline: 0;
}
.add-gift-card .add-gift-card-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.add-gift-card .add-gift-card-info h4 {
  margin-bottom: 0 !important;
}
.add-gift-card .add-gift-card-info p {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .add-gift-card .add-gift-card-info {
    flex-direction: column;
    justify-content: center;
  }
  .add-gift-card .add-gift-card-info p {
    margin: 0;
  }
}
.add-gift-card .button {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .add-gift-card .button {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .add-gift-card-input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .add-gift-card-input-container {
    flex-direction: column;
  }
}

.non-editable-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  border-radius: 4px;
  border: solid 1px #f3f3f3;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.17);
  padding: 20px;
  margin-bottom: 10px;
}
.non-editable-card p {
  font-size: 14px !important;
  color: #333333;
  letter-spacing: -0.4px;
  line-height: 1.4;
}
.non-editable-card p.big {
  font-size: 24px !important;
  letter-spacing: -1px;
  color: #333333;
  margin-bottom: 5px;
}
.non-editable-card p.small {
  font-size: 10px !important;
}
.non-editable-card p.blue {
  color: #1F295C;
}
.non-editable-card .vertical-line {
  width: 1px;
  height: 100%;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .non-editable-card {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .non-editable-card .profile-card-added-on {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .non-editable-card .profile-card-added-on p {
    line-height: 1.4;
  }
  .non-editable-card .profile-card-added-on img {
    margin-bottom: 10px;
  }
  .non-editable-card .profile-card-card-number {
    margin-top: 10px;
  }
  .non-editable-card .profile-card-card-number * {
    text-align: center;
    line-height: 1.4;
  }
  .non-editable-card .profile-card-original-value {
    margin-top: 10px;
  }
  .non-editable-card .profile-card-original-value * {
    text-align: center;
  }
  .non-editable-card .profile-card-current-value {
    margin-top: 10px;
  }
  .non-editable-card .profile-card-current-value * {
    text-align: center;
  }
}

.form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-row label {
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}
.form-row input, .form-row .dropdown, .form-row .dropdown-control {
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #DDE3E8;
  height: 40px;
  margin-bottom: 20px;
  color: #333333;
  font-size: 16px;
  font-family: "IBM Plex Sans", "Roboto", Helvetica, sans-serif;
}
.form-row .dropdown-option-is-selected {
  background-color: #1F295C;
}
.form-row input, .form-row .dropdown {
  width: 100%;
}
.form-row input {
  padding: 0 10px;
}
.form-row .dropdown {
  border: 0;
}
.form-row .form-group {
  display: flex;
  flex-direction: column;
}
.form-row .dropdown-control {
  height: 40px;
}
.form-row .dropdown-input input {
  margin: 0 !important;
}
.form-row .dropdown-menu-list {
  padding: 0;
}
.form-row .dropdown-option {
  height: 40px;
  margin: 0;
}
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-row .form-small, .form-row .form-medium, .form-row .form-large {
    width: 100%;
  }
}

.form-row-title {
  margin-bottom: 25px;
}
.form-row-title p {
  font-weight: 600;
}

.form-small {
  width: 30%;
}

.form-medium {
  width: 40%;
}

.form-large {
  width: 48%;
}

.form-extra-small {
  width: 15%;
}

.form-extra-large {
  width: 80%;
}

.form-fullwidth {
  width: 100%;
}

.form-card-number {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #DDE3E8;
  padding: 10px 10px;
  margin-bottom: 20px;
  color: #788995;
}

.form-card-expiry {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #DDE3E8;
  padding: 10px 10px;
  margin-bottom: 20px;
  color: #788995;
}

.form-card-cvc {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #DDE3E8;
  padding: 10px 10px;
  margin-bottom: 20px;
  color: #788995;
}

.form-credit-card-icons {
  height: 20px;
}
.form-credit-card-icons img {
  height: 20px;
  display: block;
}

.react-select-dropdown {
  width: 260px;
  margin-bottom: 20px;
}
.react-select-dropdown .react-select-dropdown-control {
  background-color: #FFFFFF;
}
.react-select-dropdown .react-select-dropdown-indicator-separator {
  display: none;
}
.react-select-dropdown .react-select-dropdown-dropdown-indicator svg {
  color: #1F295C;
}

.container-login .register-name-input input {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.header {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  height: 100px;
  background-color: #1F295C;
  z-index: 9;
}
@media (min-width: 974px) {
  .header {
    padding: 0 5rem;
  }
}

.header-navigation {
  display: flex;
  align-items: center;
}
.header-navigation ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}
.header-navigation ul li:not(:last-child) {
  margin-right: 20px;
}
.header-navigation ul a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .header-navigation {
    display: none;
  }
}

.header-navigation-icon img {
  width: 18px;
}

.header-navigation-text {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.3px;
}
.header-navigation-text a {
  color: #ffffff;
}

.header-navigation-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: -0.38px;
  color: #1F295C;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 10px 20px;
}
.header-navigation-button a:hover {
  background-color: #E4AF53;
  color: #ffffff;
}
.header-navigation-button-outline a {
  background-color: transparent !important;
  border: 1px solid #ffffff;
  color: #ffffff !important;
}
.header-navigation-button-outline a:hover {
  background-color: #E4AF53 !important;
}
.header-navigation-button-gold a {
  background-color: #E4AF53 !important;
  color: #1F295C !important;
}
.header-navigation-button-gold a:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.header-logo {
  width: calc(162px / 2);
}
.header-logo img {
  width: calc(162px / 2);
}

.header-hamburger {
  display: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.header-hamburger img {
  width: 30px;
  height: 20px;
}
@media (max-width: 1024px) {
  .header-hamburger {
    display: flex;
  }
}

.header-mobile-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #1F295C;
  transform: scaleY(0);
  transform-origin: top center;
  padding: 0 5rem;
}

.header-mobile-menu-selected {
  transform: scaleY(1);
}

.header-mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
}

.header-mobile-menu-body {
  margin-top: 50px;
}
.header-mobile-menu-body ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header-mobile-menu-body hr {
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  height: 1px;
  width: 100%;
  display: block;
}
.header-mobile-menu-body p {
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #ffffff;
  margin-bottom: 10px;
}
.header-mobile-menu-body a {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #ffffff;
  text-decoration: none;
}
.header-mobile-menu-body a:hover {
  text-decoration: underline;
}
.header-mobile-menu-body .header-navigation-text {
  margin-bottom: 15px;
  display: block;
}

.header-mobile-menu-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
}
.header-mobile-menu-footer a {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.header-mobile-menu-footer a:hover {
  text-decoration: underline;
}

.header-mobile-menu-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header-mobile-menu-close img {
  width: 30px;
  height: 30px;
  display: block;
}

.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  padding: 50px;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.6);
}
.loading-overlay img {
  width: 100px;
  height: auto;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-overlay h6 {
  margin-top: 20px;
  color: #FFFFFF;
}

.main-content {
  position: relative;
  margin-top: 100px;
  min-height: calc(100vh + 350px - 100px);
  margin-bottom: 100px;
  padding-bottom: 250px;
}
@media (max-width: 768px) {
  .main-content {
    padding-bottom: 410px;
  }
}

.page-center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 100px);
}

.footer {
  background-color: #1F295C;
  height: 350px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 5rem;
  padding-top: 45px;
}
@media (max-width: 768px) {
  .footer {
    height: 510px;
  }
}

.footer-logo {
  width: 81px;
  height: 76px;
  margin-bottom: 35px;
}
.footer-logo img {
  width: 81px;
  height: 76px;
  display: block;
}

.footer-row {
  display: flex;
}
@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
  }
}

.footer-column {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-right: 50px;
  z-index: 1;
}

.footer-image {
  position: absolute;
  bottom: 0;
  right: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.footer-text {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  text-decoration: none;
  max-width: 160px;
}
.footer-text:hover {
  color: #FFFFFF;
}

.footer-text-light {
  opacity: 0.6;
}

.home-explore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto 20px auto;
}
@media (max-width: 768px) {
  .home-explore #mobile-text {
    display: inline !important;
  }
  .home-explore #desktop-text {
    display: none;
  }
}
.home-explore #mobile-text {
  display: none;
  color: #878787;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.home-explore #desktop-text {
  color: #878787;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.home-explore h2 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .home-explore h2 {
    margin-bottom: 20px;
  }
}

.home-slider {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 22px 0;
}

.home-slider-title-container {
  width: 160px;
  margin-right: 60px;
}
.home-slider-title-container .home-slider-title {
  color: #333333;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-slider-title-container {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .home-slider-title-container {
    margin-right: 0;
    margin-bottom: 20px;
    width: 200px;
  }
  .home-slider-title-container .home-slider-title {
    text-align: center;
  }
}

.home-slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .home-slider-container {
    flex-direction: column;
    margin-bottom: 0;
  }
  .home-slider-container:last-child {
    margin-bottom: 50px;
  }
}

.location-block {
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
  height: 250px;
}
.location-block a {
  text-decoration: none;
}
.location-block a:visited {
  color: inherit;
}
@media (max-width: 1024px) {
  .location-block {
    height: 270px;
  }
}
@media (max-width: 768px) {
  .location-block {
    height: 250px;
    margin-right: 20px;
    padding-bottom: 10px;
  }
}

.location-block-image-container {
  width: 200px;
  height: 230px;
  border-radius: 8px;
  overflow: hidden;
}
.location-block-image-container:hover .location-block-image-overlay {
  display: block;
}
.location-block-image-container img {
  width: 200px;
  height: 230px;
  transition: width, height;
  transition: all 0.15s ease-in-out;
}
.location-block-image-container img:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .location-block-image-container {
    width: 200px;
    height: 250px;
  }
  .location-block-image-container img {
    width: 200px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .location-block-image-container {
    width: 200px;
    height: 230px;
  }
  .location-block-image-container img {
    width: 200px;
    height: 230px;
  }
}

.location-block-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.location-block-image-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 41, 92, 0.7);
  display: none;
}
.location-block-image-overlay .location-block-image-text {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.location-block-image-overlay .location-block-image-text p {
  color: #ffffff;
}

.location-block-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 170px;
  padding: 20px;
  position: absolute;
  bottom: -20px;
  left: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.07);
}
.location-block-card h3 {
  color: #333333;
}
.location-block-card h6 {
  color: #333333;
}
.location-block-card:hover {
  background-color: #1F295C;
}
.location-block-card:hover * {
  color: #ffffff;
}
.location-block-card:hover .location-block-arrow-container {
  background-color: #E4AF53;
}
.location-block-card:hover #hotel-name {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  max-height: 100px;
  overflow: hidden;
  white-space: normal;
  text-overflow: initial;
}
.location-block-card .location-block-arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1F295C;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.location-block-card .location-block-arrow-container:after {
  content: url(/images/gold-arow.png);
  width: 12px;
  height: 12px;
}
@media (max-width: 1024px) {
  .location-block-card {
    width: 170px;
    left: 15px;
  }
}
@media (max-width: 768px) {
  .location-block-card {
    width: 170px;
    left: 15px;
  }
}

.location_block-loc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.grey-background {
  background-color: #fafafa;
}

.home-video-modal-overlay {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.home-video-modal-close {
  position: absolute;
  top: -60px;
  right: -30px;
}
@media (max-width: 1068px) {
  .home-video-modal-close {
    top: -50px !important;
    right: 10px !important;
  }
}
.home-video-modal-close img {
  width: 30px;
  margin-left: auto;
  display: block;
}

.home-hero-video {
  margin-top: 50px;
  cursor: pointer;
  width: 260px;
}
@media (max-width: 868px) {
  .home-hero-video {
    margin: 50px auto 0;
  }
}
@media (max-width: 480px) {
  .home-hero-video {
    margin: 30px auto;
  }
}
.home-hero-video img {
  margin: 0 5px;
  width: 22px;
  padding-right: 15px;
  box-sizing: content-box;
}
.home-hero-video p {
  padding-right: 5px;
  color: #ffffff;
  font-size: 15px;
}

.checkout-container {
  width: 880px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}
.checkout-container h1 {
  color: #1F295C;
  font-size: 24px;
  letter-spacing: -0.64px;
  font-weight: 400;
  margin-bottom: 20px;
}
.checkout-container p {
  font-size: 15px;
}
.checkout-container p.total {
  font-size: 18px;
  font-weight: 700;
  color: #1F295C;
}
@media (max-width: 1024px) {
  .checkout-container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .checkout-container .navigation-container {
    visibility: hidden;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .checkout-container {
    width: 100%;
    padding: 0 15px;
  }
}

.checkout-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 20px;
}
.checkout-navigation .checkout-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border-bottom: 1px solid #F2F2F2;
}
.checkout-navigation .checkout-link-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #F2F2F2;
  text-decoration: none;
  padding: 30px 0;
  font-size: 14px;
  font-weight: 500;
}
.checkout-navigation .checkout-link-container-active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border-bottom: 1px solid #1F295C;
}
.checkout-navigation .checkout-link-container-active a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #1F295C;
  text-decoration: none;
  padding: 30px 0;
  font-size: 14px;
  font-weight: 500;
}

.checkout-with-details {
  max-width: 590px;
}
@media (max-width: 768px) {
  .checkout-with-details {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .checkout-with-details {
    max-width: 65%;
  }
}

.booking-block {
  background-color: #FFFFFF;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
}
.booking-block h2 {
  color: #333333;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.booking-block hr {
  border-color: rgba(151, 151, 151, 0.29);
  margin-bottom: 10px;
}

.booking-block-container {
  display: flex;
  padding: 30px;
}

.booking-block-image-container {
  margin-right: 45px;
  width: 330px;
  height: 330px;
}
.booking-block-image-container img {
  max-width: 330px;
  width: 330px;
  height: 330px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.booking-block-icon-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.booking-block-icon-container .booking-block-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.booking-block-icon-container p {
  font-size: 15px;
}

.booking-details-desktop {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .booking-details-desktop {
    width: 250px;
    position: absolute;
    top: 100px;
    right: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
.booking-details-desktop .booking-block-icon-container {
  margin-bottom: 10px;
}
.booking-details-desktop .booking-block-icon-container .booking-block-icon {
  width: 15px;
  height: auto;
}
.booking-details-desktop .booking-block-icon-container .booking-block-icon img {
  max-width: 100%;
}
.booking-details-desktop .booking-details-heading .booking-block-icon-container p {
  font-size: 12px;
}
.booking-details-desktop .booking-details-image {
  width: 250px;
  height: 140px;
  margin-bottom: 25px;
  display: none;
}
@media (min-width: 992px) {
  .booking-details-desktop .booking-details-image {
    display: block;
  }
}
.booking-details-desktop .booking-details-image img {
  width: 250px;
  height: 140px;
  display: block;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.booking-details-desktop .booking-details-content {
  padding: 0 17px;
}
.booking-details-desktop .booking-details-content hr {
  background-color: rgba(228, 234, 238, 0.48);
  margin: 0;
  height: 2px;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
.booking-details-desktop .booking-details-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 3px;
}
.booking-details-desktop .booking-details-heading * {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #272727;
}
.booking-details-desktop .booking-details-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3px;
  margin-bottom: 10px;
}
.booking-details-desktop .booking-details-detail-row * {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #333333;
}
.booking-details-desktop .booking-details-detail-row-highlight * {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #1F295C;
}
.booking-details-mobile {
  position: unset;
  margin-top: 50px;
}

.billing-form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 50px 20px;
  border: solid 1px #dde3e8;
  margin-bottom: 20px;
}

.billing-info-detail .register-name-input input {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.payment-info-detail .register-name-input.card-expire input {
  width: 30%;
  margin-right: 4%;
}
.payment-info-detail .register-name-input.card-expire input:last-child {
  margin-right: 0;
}
.payment-info-detail .register-name-input .card-expire-wrap {
  width: 100%;
}

.guest-select-wrap select {
  width: 30%;
  background: url(../images/arrow-down.svg) no-repeat 95% center;
  background-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 19px 15px;
  margin-right: 4%;
  border-radius: 3px;
}
.guest-select-wrap select:last-child {
  margin-right: 0;
}

.module-container-booking-body table {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ddd;
}
.module-container-booking-body table th {
  font-size: 14px;
  border-bottom: none;
  padding: 5px;
}
.module-container-booking-body table td {
  font-size: 14px;
  padding: 5px;
}

.module-container-booking-body table.table .warning th {
  background: #1F295C;
  color: white;
  font-size: 16px;
}

.table-striped th {
  background: #1F295C;
  color: white;
  font-size: 14px;
}
.table-striped tr {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table-striped tr:nth-of-type(even) {
  background-color: #ddd;
}

@media (max-width: 768px) {
  .module.module-booking {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}

.module.module-booking .module-container-booking .module-container-booking-hotel-image {
  height: auto;
}

.table-responsive {
  overflow: auto;
}

@media (max-width: 768px) {
  .my-bookings .module-booking .module-container .module-container-booking-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.coupon-balance-wrap {
  margin-bottom: 30px;
}

.webp .searcher {
  background-image: url("https://storage.googleapis.com/the-hotel-card.appspot.com/Image-assets/san-francisco-hero.webp");
}

.searcher {
  background-image: url("https://storage.googleapis.com/the-hotel-card.appspot.com/Image-assets/san-francisco-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  position: relative;
  background-position: top;
  z-index: 1;
}
@media (max-width: 868px) {
  .searcher {
    padding: 40px 20px;
    box-sizing: content-box;
  }
  .searcher .container {
    background-color: #1F295C !important;
    padding: 20px;
    height: auto !important;
    border-radius: 6px;
  }
  .searcher h1 {
    color: #FFFFFF;
  }
}
.searcher .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: inherit;
}
.searcher .LocationSearch {
  width: 100%;
}
.searcher h1 {
  margin-bottom: 20px;
  letter-spacing: -1.3px;
  font-size: 40px;
}
@media (max-width: 868px) {
  .searcher h1 {
    font-size: 28px;
  }
}

.search-page {
  display: block;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 992px) {
  .search-page {
    display: flex;
  }
}
.search-page .sort {
  width: 260px;
}
@media (max-width: 868px) {
  .search-page .sort {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .search-page .filter {
    max-height: 100%;
  }
}
@media (max-width: 991px) {
  .search-page .filter.hotel-room-filter {
    width: 100%;
    transform: scaleY(0);
  }
}
.search-page .filter.filter-mobile {
  transform: scaleY(1);
}
.search-page .filter.filter-mobile .filter-for-mobile {
  background: white;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.07);
}

.search-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/search-background.jpg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 50px 0;
  background-color: #1F295C;
  box-sizing: content-box;
}
.search-header h1 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -1.4px;
  color: #ffffff;
  margin-bottom: 25px;
}
.search-header h1 .search-header-result {
  color: #E4AF53;
}
.search-header .container .location-search-search-container {
  width: 100%;
}
.search-header .search-again {
  display: none;
}
@media (max-width: 768px) {
  .search-header .search-again {
    display: block;
    color: #FFFFFF !important;
    text-decoration: underline;
    font-size: 16px !important;
  }
  .search-header .LocationSearch {
    display: none;
  }
  .search-header .LocationSearch.open {
    display: block;
  }
}

/*the container must be positioned relative:*/
.custom-select {
  max-width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .custom-select {
    max-width: 260px;
  }
}

.custom-select select {
  width: 100%;
  padding: 12px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
}
.custom-select select.sorting {
  background: url("../images/arrow-down.svg") no-repeat 95% center;
  background-size: 20px;
  position: relative;
  color: gray;
  font-size: 16px;
}
.custom-select select.sorting:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  background-size: 20px;
  width: 20px;
  height: 20px;
  padding-left: 10px;
  border-left: 1px solid #aaaaaa;
}

.select-selected {
  background: none;
  font-size: 16px;
  color: #cccccc;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  background: url("../images/arrow-down.svg") no-repeat right center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  padding-left: 10px;
  border-left: 1px solid #aaaaaa;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #aaaaaa;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  user-select: none;
  border-radius: 3px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  font-size: 16px;
  border-radius: 0;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Create a custom checkbox */
.rc-checkbox-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.filter-facilities-checkbox-container:hover input ~ .rc-checkbox-inner {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filter-facilities-checkbox-container input:checked ~ .rc-checkbox-inner {
  background-color: #2196F3;
}
.filter-facilities-checkbox-container input:checked ~ .rc-checkbox-inner:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create the checkmark/indicator (hidden when not checked) */
.filter-facilities-checkbox-container:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filter-facilities-checkbox-container input:checked ~ .rc-checkbox-inner:after {
  display: block;
}

.form-sort {
  margin-bottom: 25px;
}

.roomresult_div h5 {
  font-size: 14px;
}
.roomresult_div .roomresult-container {
  overflow-y: auto;
  max-height: 400px;
}
.roomresult_div .dropdown--expanded {
  padding: 10px;
  border: 1px solid #DDE3E8;
}
.roomresult_div .dropdown--expanded .dropdown__room-name {
  font-size: 14px;
  font-weight: bold;
}
.roomresult_div .dropdown--expanded .dropdown__price {
  font-size: 14px;
}
.roomresult_div .dropdown--expanded .dropdown__price .prebook {
  background: #1f295c;
  padding: 5px;
  display: block;
  text-align: center;
  color: white;
  border-radius: 3px;
  margin-top: 5px;
}
.roomresult_div .dropdown--expanded .dropdown__price .prebook:hover {
  background: #E4AF53;
}

.register-facebook-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #4267B2;
  width: 100%;
  height: 40px;
  cursor: pointer;
  margin-bottom: 15px;
}

.register-facebook-icon {
  width: 18px;
  margin-right: 10px;
}
.register-facebook-icon img {
  width: inherit;
  display: block;
}

.register-facebook-text {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
}

.register-google-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #FFFFFF;
  border: solid 1px rgba(124, 123, 123, 0.7);
  width: 100%;
  height: 40px;
  cursor: pointer;
  margin-bottom: 15px;
}

.register-google-icon {
  width: 18px;
  margin-right: 10px;
}
.register-google-icon img {
  width: inherit;
  display: block;
}

.register-google-text {
  color: #333333;
  font-size: 12px;
  font-weight: 500;
}

.register-email-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #1F295C;
  width: 100%;
  height: 40px;
  font-size: 12px;
  cursor: pointer;
}

.register-email-icon {
  width: 19px;
  margin-right: 10px;
}
.register-email-icon img {
  width: inherit;
  display: block;
}

.register-email-text {
  color: #FFFFFF;
  font-weight: 500;
}

.register-or {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.register-or hr {
  flex-grow: 1;
  border-color: rgba(151, 151, 151, 0.32);
}

.register-or-text {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}

.register-name-input {
  margin-bottom: 15px;
  width: 100%;
}
.register-name-input input {
  width: 100%;
  height: 54px;
  background: none;
  border-radius: 6px;
  border: none;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
}
.register-name-input input:focus {
  box-shadow: none;
  outline: none;
}

.register-password-input {
  width: 100%;
  margin-bottom: 20px;
}
.register-password-input input {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: solid 1px rgba(151, 151, 151, 0.47);
  padding: 0 25px;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}

.register-password-information {
  align-self: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.register-title {
  text-align: center;
  margin-bottom: 60px;
}

.container-login .register-name-input select {
  width: 100%;
  background: url("../images/arrow-down.svg") no-repeat 95% center;
  background-size: 20px;
  padding: 17px 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.how-it-works-body header {
  background-color: #1f295c;
  color: #fff;
}
.how-it-works-body header .container {
  color: #fff;
  padding: 2rem 0 4rem 2rem;
}
.how-it-works-body .how-it-works-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  box-sizing: content-box;
}
.how-it-works-body .how-it-works-content h5 {
  color: #1f295c;
  font-size: 1.2em;
}
.how-it-works-body .how-it-works-content h6 {
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
  text-transform: uppdercase;
  color: #9FA4B8;
}
.how-it-works-body .how-it-works-content p {
  color: #383838;
  line-height: 1.65;
  font-size: 0.95rem;
}
.how-it-works-body .how-it-works-content .description-one {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  padding-bottom: 78px;
}
.how-it-works-body .how-it-works-content .description-one img {
  max-width: 260px;
  max-height: 200px;
  height: auto;
  margin-left: 0;
  margin-right: auto;
}
.how-it-works-body .how-it-works-content .description-one a {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .how-it-works-body .how-it-works-content .description-one {
    flex-direction: column;
  }
  .how-it-works-body .how-it-works-content .description-one img {
    margin: 0 auto 50px;
  }
  .how-it-works-body .how-it-works-content .description-one .content {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .how-it-works-body .how-it-works-content .description-one * {
    text-align: center;
  }
}
.how-it-works-body .how-it-works-content .reverse {
  flex-direction: row-reverse;
}
.how-it-works-body .how-it-works-content .reverse .content {
  padding-left: 0px;
  padding-right: 70px;
}
@media (max-width: 768px) {
  .how-it-works-body .how-it-works-content .reverse {
    flex-direction: column;
  }
  .how-it-works-body .how-it-works-content .reverse img {
    margin: 0 auto 50px;
  }
  .how-it-works-body .how-it-works-content .reverse .content {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .how-it-works-body .how-it-works-content .reverse * {
    text-align: center;
  }
}
.how-it-works-body .how-it-works-content .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 70px;
}
.how-it-works-body .retailers {
  background-color: #fafafa;
  width: 100%;
  padding: 50px 0;
}
.how-it-works-body .retailers .container {
  padding: 0 50px;
}
.how-it-works-body .retailers .container img {
  max-height: 32px;
  margin-right: 35px;
  margin-top: 30px;
}
.how-it-works-body .service {
  background-color: #fff;
  width: 100%;
  padding: 70px 0;
}
.how-it-works-body .service .container {
  padding: 0 50px;
}
.how-it-works-body .service .container img {
  max-height: 28px;
  margin-right: 35px;
}

.hotel-info {
  max-width: 560px;
}
.hotel-info h1 {
  margin-bottom: 10px;
}
.hotel-info h2 {
  color: #333333;
  margin-bottom: 15px;
}
.hotel-info hr {
  height: 1px;
  margin-top: 0;
  margin-bottom: 50px;
  background-color: #979797;
  border: none;
}
@media (max-width: 938px) {
  .hotel-info {
    max-width: none;
  }
}

.hotel-page-container {
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1024px;
  justify-content: space-between;
  box-sizing: content-box;
  position: relative;
}

.hotel-info-image-mask {
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .hotel-info-image-mask {
    height: 200px;
  }
}

.hotel-info-main-image {
  width: 105vw;
  height: 500px;
  object-fit: cover;
  filter: blur(10px);
  position: relative;
  top: -50px;
  left: -2vw;
}
.hotel-info-main-image-local-image {
  width: 100vw;
  height: 400px;
  top: 0;
  left: 0;
  filter: none;
}
@media (max-width: 768px) {
  .hotel-info-main-image {
    height: 200px;
    filter: none;
  }
}

.hotel-info-small-image {
  position: relative;
  top: -70px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
  object-fit: cover;
}
.hotel-info-image-rectify {
  position: relative;
  top: -70px;
  margin-bottom: 70px;
}

.hotel-info-back {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.36;
  letter-spacing: -0.5px;
  color: #333333;
  margin-bottom: 30px;
}

.hotel-info-highlight-text {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.5;
  color: #333333;
  line-height: 27px;
  margin-bottom: 20px;
}

.hotel-info-address {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.hotel-info-address * {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.93;
  letter-spacing: -0.5px;
  color: #333333;
  text-transform: capitalize;
}

.hotel-info-address-icon {
  margin-right: 15px;
  width: 12px;
  height: 18px;
}
.hotel-info-address-icon img {
  width: 12px;
  height: 18px;
  display: block;
}

.hotel-info-facilities-block-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hotel-info-facility-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  width: 50%;
}
@media (max-width: 768px) {
  .hotel-info-facility-block {
    width: 100%;
  }
}

.hotel-info-facilities-icon {
  width: 50px;
  height: 50px;
  background-color: #E4AF53;
  margin-bottom: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.hotel-info-facilities-icon img {
  width: 50px;
}

.hotel-info-facilities-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.6px;
  color: #333333;
  text-align: left;
}

.cards-container {
  width: 880px;
  margin: 0 auto;
  min-height: 100vh;
}
.cards-container h1 {
  color: #1F295C;
  font-size: 24px;
  letter-spacing: -0.64px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cards-container h1 {
    text-align: center;
  }
}
.cards-container p {
  font-size: 15px;
}
@media (max-width: 1024px) {
  .cards-container {
    width: 80%;
  }
}

.cards-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #E8E8E8;
}
.cards-navigation .cards-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  border-bottom: 2px solid transparent;
}
.cards-navigation .cards-link-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #121212;
  text-decoration: none;
  padding: 30px 0;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.5;
}
.cards-navigation .cards-link-container-active {
  border-bottom: 2px solid #1F295C;
}
.cards-navigation .cards-link-container-active a {
  color: #1F295C;
  opacity: 1;
}

.cards-content-container h1 {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.8px;
  color: #333333;
}
.cards-content-container h2 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.cards-content-container .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1F295C !important;
  font-size: 15px;
  font-weight: 500;
  background-color: #E4AF53;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 3px;
}
.cards-content-container .button:hover {
  color: #FFFFFF !important;
  background-color: #1F295C;
  text-decoration: none;
}
.cards-content-container .button-disabled {
  background-color: rgba(151, 151, 151, 0.22);
  color: #788995 !important;
  cursor: not-allowed;
}
.cards-content-container .button-disabled:hover {
  color: #788995 !important;
  background-color: rgba(151, 151, 151, 0.22);
}
.cards-content-container .button-disabled:focus {
  outline: none;
}
.cards-content-container .button-100 {
  width: 100%;
}
.cards-content-container .button-right {
  margin-left: auto;
}
.cards-content-container .button-left {
  margin-right: auto;
}
.cards-content-container .button-center {
  margin-left: auto;
  margin-right: auto;
}
.cards-content-container .button-mb-50 {
  margin-bottom: 50px;
}
.cards-content-container .button-yellow-hover:hover {
  background-color: #AB8239;
  color: #1F295C;
}
.cards-content-container .button-white-hover:hover {
  background-color: #FFFFFF;
  color: #1F295C !important;
}
.cards-content-container .cards-add-card-title {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.1px;
  color: #333333;
  margin-bottom: 15px;
}

.cards-no-cards {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cards-no-cards-image {
  width: 70px;
  height: 40px;
  margin-bottom: 20px;
}
.cards-no-cards-image img {
  width: 70px;
  height: 40px;
  display: block;
}

.cards-new-card-added {
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cards-new-card-added img {
  margin-bottom: 10px;
}
.cards-new-card-added h1 {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f295c;
  margin-bottom: 10px;
}
.cards-new-card-added p {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}
.cards-new-card-added .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1F295C !important;
  font-size: 15px;
  font-weight: 500;
  background-color: #E4AF53;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  font-stretch: 12px;
  font-weight: 400;
}
.cards-new-card-added .button:hover {
  color: #FFFFFF !important;
  background-color: #1F295C;
  text-decoration: none;
}
.cards-new-card-added .button-disabled {
  background-color: rgba(151, 151, 151, 0.22);
  color: #788995 !important;
  cursor: not-allowed;
}
.cards-new-card-added .button-disabled:hover {
  color: #788995 !important;
  background-color: rgba(151, 151, 151, 0.22);
}
.cards-new-card-added .button-disabled:focus {
  outline: none;
}
.cards-new-card-added .button-100 {
  width: 100%;
}
.cards-new-card-added .button-right {
  margin-left: auto;
}
.cards-new-card-added .button-left {
  margin-right: auto;
}
.cards-new-card-added .button-center {
  margin-left: auto;
  margin-right: auto;
}
.cards-new-card-added .button-mb-50 {
  margin-bottom: 50px;
}
.cards-new-card-added .button-yellow-hover:hover {
  background-color: #AB8239;
  color: #1F295C;
}
.cards-new-card-added .button-white-hover:hover {
  background-color: #FFFFFF;
  color: #1F295C !important;
}

.cards-add-card-card-number-text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cards-add-card-card-number-text h4 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #333333;
  width: 200px;
}
.cards-add-card-card-number-text p {
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #333333;
}

.cards-add-card-where {
  display: flex;
  display: none;
  align-items: center;
}
.cards-add-card-where img {
  margin-right: 10px;
  margin-bottom: 10px;
}
.cards-add-card-where * {
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #333333;
}

.cards-add-card-input {
  width: 130px;
  height: 40px;
  border-radius: 7px;
  border: solid 1px #e0e7ee;
  padding: 0 45px;
  font-size: 11px;
  color: #333333;
  margin-right: 10px;
  margin-bottom: 20px;
}
.cards-add-card-input:focus {
  outline: 0;
}

.cards-add-card-tcs {
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #333333;
}
@media (max-width: 768px) {
  .cards-add-card-tcs {
    margin-bottom: 20px;
    text-align: center;
  }
}

.not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1F295C;
  height: calc(100vh - 100px);
  width: 100%;
  background-image: url("/images/not-found/not-found.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
.not-found * {
  color: #FFFFFF;
}
.not-found h1 {
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.3px;
  margin-bottom: 10px;
}
.not-found p {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  text-align: center;
}
.not-found .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1F295C !important;
  font-size: 15px;
  font-weight: 500;
  background-color: #E4AF53;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.not-found .button:hover {
  color: #FFFFFF !important;
  background-color: #1F295C;
  text-decoration: none;
}
.not-found .button-disabled {
  background-color: rgba(151, 151, 151, 0.22);
  color: #788995 !important;
  cursor: not-allowed;
}
.not-found .button-disabled:hover {
  color: #788995 !important;
  background-color: rgba(151, 151, 151, 0.22);
}
.not-found .button-disabled:focus {
  outline: none;
}
.not-found .button-100 {
  width: 100%;
}
.not-found .button-right {
  margin-left: auto;
}
.not-found .button-left {
  margin-right: auto;
}
.not-found .button-center {
  margin-left: auto;
  margin-right: auto;
}
.not-found .button-mb-50 {
  margin-bottom: 50px;
}
.not-found .button-yellow-hover:hover {
  background-color: #AB8239;
  color: #1F295C;
}
.not-found .button-white-hover:hover {
  background-color: #FFFFFF;
  color: #1F295C !important;
}

.not-found-no-background {
  background-image: none;
}

.not-found-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not-found-links p {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  margin-bottom: 10px;
}
.not-found-links a {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
}
.not-found-links a:hover {
  text-decoration: underline;
}

.receipt-advance-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #FAFAFA;
  padding: 100px;
}
.receipt-advance-payment h3 {
  color: #1F295C;
  font-size: 22px;
  font-weight: 500;
}
.receipt-advance-payment .receipt-advance-payment-text {
  max-width: 670px;
}
.receipt-advance-payment .receipt-advance-payment-text p {
  color: #333333;
  font-size: 16px;
  text-align: center;
}

.receipt-email {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #0E163E;
  padding: 100px;
}
.receipt-email .receipt-email-icon {
  margin-bottom: 10px;
}
.receipt-email h3 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.profile-container {
  width: 868px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .profile-container {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .profile-container {
    width: 100%;
    padding: 0 15px;
  }
}
.profile-container h1 {
  color: #1F295C;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.64px;
}
.profile-container .profile .form-large.profile-gender label {
  display: block;
}
.profile-container .profile .form-large.profile-gender select {
  width: 100%;
  background: url("../images/arrow-down.svg") no-repeat 95% center;
  background-size: 20px;
  margin-bottom: 20px;
  padding: 11px 15px 10px 15px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.profile-container .profile .profile-dob-container {
  width: 100%;
}
.profile-container .profile .profile-dob-wrap .profile-dob-block {
  width: 30%;
  margin-right: 4%;
  display: inline-block;
}
.profile-container .profile .profile-dob-wrap .profile-dob-block:last-child {
  margin-right: 0;
}
.profile-container .profile .profile-dob-wrap select {
  width: 100%;
  background: url("../images/arrow-down.svg") no-repeat 95% center;
  background-size: 20px;
  margin-bottom: 20px;
  padding: 11px 15px 10px 15px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.my-bookings .module h5 {
  margin-bottom: 10px;
}

.booking-block-icon-container {
  margin-bottom: 0;
}
.booking-block-icon-container .booking-block-icon {
  width: 15px;
  height: auto;
}
.booking-block-icon-container .booking-block-icon img {
  max-width: 100%;
}

.booking-details-heading .booking-block-icon-container p {
  font-size: 12px;
}

.total-spaced p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #1F295C;
}

.facebook-competition_container {
  display: flex;
  flex: 1;
  align-content: center;
  justify-content: space-around;
}
.facebook-competition_container .facebook-competition_body {
  margin-top: 4rem;
  width: 80%;
}
.facebook-competition_container .facebook-competition_body li {
  margin-bottom: 1rem;
}

.card-error_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-error_container p {
  line-height: 1.5;
}

.card-error_content {
  max-width: 500px;
}

.card-error_h1 {
  margin-top: 51px;
  margin-bottom: 26px;
}

.text-block_container {
  margin-bottom: 24px;
}

.text-block_header {
  font-size: 16px;
  color: "#383838";
  line-height: 1.5;
}

.card-error_date-picker {
  margin-top: 31px;
  width: 40%;
}

.success-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 200px;
  max-width: 500px;
}
.success-container h1 {
  margin-bottom: 26px;
}

.success-container_button {
  margin-top: 45px;
  border: none;
  background-color: #1f295c !important;
  color: #ffffff;
  text-decoration: none;
  width: 130px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}

.card-error_input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-error_input-container .card-error_input-content {
  display: flex;
  flex-direction: row;
}
.card-error_input-container .card-error_email-container {
  margin-right: 20px;
}
.card-error_input-container .card-error_email-container .form-group input {
  color: #333333;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #b8b8b8;
}
.card-error_input-container .card-error_date-container .SingleDatePickerInput {
  height: 40px;
}
.card-error_input-container .card-error_date-container .SingleDatePickerInput .DateInput_input {
  margin-left: 10px;
}
.card-error_input-container p {
  margin-right: 5px;
}

.card-error_submit-button {
  margin-top: 15px;
  border: none;
  background-color: #1f295c !important;
  color: #ffffff;
  text-decoration: none;
  width: 130px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}

.top-hotels-container {
  margin: auto;
}
.top-hotels-container p {
  color: #878787;
  font-size: 16;
  font-weight: 500;
}

.top-hotels-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top-hotels-list {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    width: 100vw;
    margin-left: -40px;
    margin-bottom: 10px;
  }
}
.top-hotels-list p {
  color: #878787;
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

.top-hotels-option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 1px solid #878787;
  border-radius: 5px;
  padding: 3px 10px;
  margin: 5px 5px;
  background-color: #ffffff;
  cursor: pointer;
}
.top-hotels-option:focus {
  outline: 0;
}
@media (max-width: 768px) {
  .top-hotels-option {
    white-space: nowrap;
  }
  .top-hotels-option:first-child {
    margin-left: 40px;
  }
}
.top-hotels-option:hover {
  background-color: #1f295c;
}
.top-hotels-option:hover .number-hotels {
  color: #ffffff;
}
.top-hotels-option:hover .location {
  color: #ffffff;
}
.top-hotels-option .number-hotels {
  color: #878787;
  margin-bottom: 0 !important;
  padding-right: 0.2rem;
}
.top-hotels-option .location {
  color: #343434;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.selected {
  background-color: #1f295c;
  outline: 0;
}
.selected .number-hotels {
  color: #ffffff;
}
.selected .location {
  color: #ffffff;
}

.top-hotels-hotels-list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .top-hotels-hotels-list {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    justify-content: left;
  }
  .top-hotels-hotels-list .location-block:first-child {
    margin-left: 40px;
  }
}

.top_hotels-load_more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.top_hotels-load_more p {
  color: #1d295c;
  font-weight: 500;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .top_hotels-load_more {
    display: none;
  }
}

#hotel-name {
  text-align: center;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
  max-height: 25px;
  overflow: hidden;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-hotels-hotels-container #mobile-info {
  display: none;
}
@media (max-width: 768px) {
  .top-hotels-hotels-container {
    margin: 0 -40px;
  }
  .top-hotels-hotels-container #mobile-info {
    margin-left: 40px;
    display: block;
    font-size: 14px;
    color: #878787;
    font-weight: 500;
    margin-bottom: 10px;
  }
}

p {
  font-family: "IBM Plex Sans", "Roboto", Helvetica, sans-serif !important;
}

button {
  font-family: "IBM Plex Sans", "Roboto", Helvetica, sans-serif !important;
}

[id*=booking-] input {
  width: 100%;
}
[id*=booking-] input[readonly] {
  background: transparent;
  border: none;
  padding-left: 0;
}

/*# sourceMappingURL=style.css.map */
