/*
 *  index.css v1 | http://zyrgon.com | (c) 2019
 */

.header-top-spacer {
  height: 90px;
}

.section2 {
  padding-bottom:195px;
  background-size: 100% auto;
  height:550px;
  background-position: center top;
  background-repeat: no-repeat;      
}

.section3 {
  margin:50px 0px;
}
.section4 {
  margin:50px 0px;
}
.section5 {
  margin:50px 0px;
}
#image-height{
  visibility: hidden;
  overflow:hidden;
  max-height: 600px;
  /* z-index: -1; */

}
#index_cover {
	display: block;
	margin: 0px auto;
	position: relative;
  text-align: center;
}

#wellcome {
	text-align: center;
  padding-top:115px;
  text-shadow: 0px 0px 15px #000;
  color:#fff;
}

#wellcome p {
  text-shadow: 0 3px 6px #000000;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color:#fff;
  color: var(--white);

}


#index {
  width: 1096px;
  border-radius:10px;
  margin-left:auto;
  margin-right:auto;  
  padding: 0px;
  min-height: calc(100vh - 140px);
}



/* THE CSS FOR THE INPUTS STARTS HERE */

#index input::-webkit-input-placeholder {
    line-height:normal!important;
}

.select-child-ages-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: 11px!important;
  font-weight: 400!important;
  line-height: 1.33!important; 
  color: #3C4043;
}

#hotels_section {
  padding-left: unset;
  padding-right: unset;
}

#hotels {
  width: 250px;
  height: 42px;
  background-repeat: no-repeat;
  background-position-x: -30px;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 10px;
  background-image: url(/icons/hotel-sign.svg);
  padding-left: 40px !important;  
  /* fix overflow */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#hotels .single-hotel {
  pointer-events: none;
}

#calendar_dates {
  width: 310px;
  height: 42px;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #2c2f33;
  padding-left:0px!important;
  text-align:center;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
}


#calendar_dates_start , #calendar_dates_end {
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.cdsp , .cdep {
  width: 30px;
  height: 20px;
  float: left;
  background-image: url(/icons/calendar-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.cdsn , .cden {
  width: 30px;
  height: 20px;
  float: right;
  background-image: url(/icons/calendar-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.cdep {
  border-left: 1px solid #C5C5C5;
}

#guests {
  width: 209px;
  height: 42px;
  background-repeat: no-repeat;
  background-position-x: -35px;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 8px;
  background-image: url(/icons/guests.svg);
  padding-left: 50px !important;
  text-transform: lowercase;
}

#guests:hover {
  cursor: pointer;
}

#promo_code {
  width: 210px;
  height: 42px;
  cursor: pointer;
  background-image: url(/icons/coupon.svg);
  background-repeat: no-repeat;
  background-position-x: 12px;
  background-position-y: center;
  padding-left: 48px !important;
}

.promo_code {
  margin-right: 20px;
}

.search-button {
  width: 85px;
  height: 42px;
  background: #FEC437;
  border-radius: 4px;
  float: right;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: bold;
  /* margin-top: 20px; */
  transition: .15s ease-in-out;
}

.single_hotel_inputs .search-button {
  width: 200px;
}

.search-button.primary_button_v4, .search-button.primary_button_v4:hover {
  border: unset!important;
}

.search-button:focus {
  box-shadow: unset;
}

#autocomplete, #dates , #guests_div {
  margin-right: 10px;
}

#occupancy_dropdown {
  display: none;
}

::placeholder {
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  /*//line-height: 40px;*/
  letter-spacing: normal;
  color: #2c2f33;  
}

#guests_add_div {
	position: absolute;
	background-color: #ffffff;
	padding: 15px 10px;
  z-index: 2;
}

#guests_add_div2 {
  display: flex;
}

#guests_add_div2 select {
  width:100%;
  width: 80px;
  height: 42px;
  border-radius: 4px;
  background-image: url(/icons/icons_GreyDark/iconGreyDark_ArrowDown.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 8px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

#guests_adults {
  margin-right: 10px;
}

.children_age {
  margin: 10px 0px;
  color: #ffffff;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

#children {
  font-size:14px;
}

#adults {
  font-size:14px;
}

.search-save-button {
  border: 1px solid;
  border-radius: 50px;
  width: 80px;
  font-size: 13px;
  padding: 6px 12px;
  margin-top: 10px;
  float: right;
}

#index_form {
  width:1096px;
  align-items: center;
  /* margin-bottom: 60px; */
  padding-top: calc(10vw - 100px);
}

.inputs {
  position: relative;
  /* display: inline-block; */
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 15px;
}

.single_hotel_inputs .selected_hotel_prices {
  display: none;
}

.selected_hotel_prices {
    background-color: #273240;
    width: 160px;
    position: absolute;
    z-index: 9;
    top: 64px;
    border-radius: 4px;
    display: flex;
    margin-top: 2px;
}

.selected_hotel_prices:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(39, 50, 64, 0);
  border-bottom-color: #273240;
  border-width: 8px;
  margin-left: -65px;
}
.selected_text_prices {
  padding-top: 10px;
  padding-left: 16px;
  padding-bottom: 12px;
  color: #FFFFFF;
  font-size: 13px;
  font-family: 'Manrope', sans-serif;
}

.selected_icon_prices img{
  width: 9px;
  margin-bottom: 6px;
  margin-right: 6px;
}

.selected_icon_prices img:hover {
  cursor: pointer;
}

.inputs > div {
  float: left;
}


.promo-code-mobile-check {
  display: none;
}

.input_title {
	margin-bottom: 0px;
}


#guests select{
	margin: 10px 5px;
}


#promo_code {
	padding: 5px;
  user-select: none;
}

#promo_code_dropdown{
  display: none;
  z-index:18;
  padding:15px;
  background: #fff;
  color: #273240;
  box-shadow: 0px 5px 15px #00000026;
}

#loyalty_code,#group_code,#Code {
  width: 120px;
  height: 40px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.21;
  color: #2c2f33;
  padding-left: 10px;
  border-width:0;
  outline:none;
  border-radius:2px;
}

#loyalty_code,#group_code,#Code{
  width:170px;
  font-weight:normal;
}


#search {
	align-self: flex-end;
  padding:0px 20px;
  height: 65.33px;
}

#search button {
  min-width: 100px;
  height: 44px;
  border-radius: 50px;
  font-size: 13px;
  line-height: 1.15;
  font-weight: bold;
  background-color: #455A64;
  color: #FFFFFF;
  border: 1px solid #455A64;
  padding: 0px 0px;
}

.calendar-info {
    display: flex;
    /*float: left;*/
    font-size: 12px;
    align-items: baseline;
}

.calendar-info-price , .calendar-info-curr {
  font-size: 14px;
  font-weight: bold;
}

.minimum-price {
  display: none;
  /*border-right: 1px solid #C5C5C5;*/
  /*padding-right: 15.5px;*/
  /*height: 15px;*/
  /*margin-right: 15.5px*/
}

.calendar-info div:nth-child(1)  {
  /*margin-bottom: 10px;*/
  border-right: 1px solid #C5C5C5;
  line-height: 14px;
  /*height: 15px;*/
  padding-right: 15.5px;
  margin-right: 15.5px
}

.calendar-info div:nth-child(2) > span {
  margin-right: 30px;
  color: #9C9C9C;
}

.calendar-info div:nth-child(2) img {
  /*margin-right: 7px;*/
  position: relative;
  top: -1px;
  left: 0px;
}

.gray_close_icon {
  background-color: #f0f0f0;
  margin-right: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
}

.calendar-info .gray_close_icon img {
  margin-right: 0!important;
  width: 12px;
  height: 13px;
}

.search-button:hover {
  color: #fff;
  -webkit-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);   
}

.section3 {
	background-color: #EAEDF2;
}

.title-holder {
  padding-left: 10px;
  margin-bottom: 10px;
}

#incentives {
  padding-left: unset;
  padding-right: unset;
} 

#incentives_divs {
	display: flex;
}

.incentives_title {
    margin-bottom:10px;
    display: inline-block;
    color: #000000;
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #2c2f33;
}


.card-img-top {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  object-fit: cover;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  max-width: 256px;
  height: 171px;
  background-color: #455A64;
}

.card-body {
  padding:10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.card-margin {
  margin-top:10px;
}

.card-text {
  margin-bottom:0px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #2c2f33;
  height: 39px;
  margin-bottom: 20px;
}

.card-text-package {
  margin-bottom: 21px;
}

.card-text-incentive {
  margin-bottom: 30px;
}

.card-text-hotel {
  margin-bottom: 9px;
}

.card-title {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #2c2f33;
  margin-bottom:5px;
  /* height: 20px; */
}

.discount {
  align-self: center;
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.23;
  text-align: center;
  margin-bottom: 0;
}

.discount-text {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21;
  text-align: center;
}

.incentive-type {
  margin-bottom:0;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #2c2f33;
  margin-bottom: 20px;
}

.show-more {
  background-color: #455A64;
  color: #FFFFFF;
  border:1px solid #455A64;
  border-radius: 50px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.18;
  padding: 9px 13px;  
}

.show-more:hover {
  -webkit-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  color: white; 
}

.price {
  font-size: 20px;
  font-family: 'Manrope', sans-serif;
  line-height: 1.2;
  color: #53ac2a;
  margin-bottom: 20px;
}

.small-text {
  font-size: 11px;
  font-family: 'Manrope', sans-serif;
  line-height: 1.18;
  color: #2c2f33;
  vertical-align: 3px;
}

.location-index {
  font-size: 13px;
  font-family: 'Manrope', sans-serif; 
  line-height: 1.15;
  color: #2c2f33;
  margin-bottom:20px;
}

.index-top {
  background-color: #ffffff;
  height: 50px;
  box-shadow: 3px 0 40px 0 rgba(0, 0, 0, 0.2);
}

.index-top-contain {
    padding: 0;
}

.index-flex {
    justify-content: center;
    align-items: center;
}

.index-row {
    display: inline-block;
    max-width: 206px;
    justify-content: center;
}

.middle-basket {
    margin-right:40px;
    margin-left: 40px;
    white-space: nowrap;
}

.checkmark-title {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #2c2f33;
}

.checkmark-title img {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
}

.clock, .lock, .checkmark-mobile {
  display: none;
}

#promotions {
  padding-left: unset;
  padding-right: unset;

}

.MaxPartialPaymentParcel {
  position: absolute;
  top: 10px;
  background-color: #53AC2A;
  color: #ffffff;
  z-index: 1;
  font-weight: normal;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 6px;
}

.MaxPartialPaymentParcel p {
  margin:0;

}

.MaxPartialPaymentParcel img {
  margin-left: 5px;
}

.MaxPartialPaymentParcel:hover {
  cursor: pointer;
  text-decoration: underline;
}

.custom-promotion-bg {
    /*background-image: url(img/placeholder.png);*/
    height: 171px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    object-fit: cover;
    max-width: 256px;
}

.close_icon {
    width: 24px;
    height: 24px;
}

.popup-button {
  color: #ffffff;
  text-shadow: none;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 1;
}

.promotion-background {
  width: 960px;
}

.popup-container {
  width: 1086px;
}

#index-promotion-modal {
  background-color: rgba(0, 0, 0, 0.9);
}

.checkmark-title span {
    text-transform: uppercase;
}

.custom-card {
  flex-direction: column;
  max-height: unset;
  max-width: 256px;
  margin-top: 0;
}

.custom-card:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;  
}

.button-text-holder {
  flex-direction: column;
}

.card-padding-width {
  padding-left: 10px;
  padding-right: 10px;
}

#calendar {
  width:972px;
}

.search-menu-icon {
  display: none;
}

.redirect-button:hover {
  box-shadow:inset 0px -5px 0px 40px rgba(0,0,0,0.1);
}


.mobile-index-icons {
  display: none;
}


.check-in-mobile  {
  display: none;
}


.mobile-i-have-a-code {
  display: none;
}

/*REMOVE INNER BOX SHADOW ON IOS DEVICES*/
#search-hotels-input {
    -webkit-appearance: none;
}


@media (max-width: 1200px) and (min-width: 992px) {
  #calendar{
    width:972px;
  } 
}

@media(max-width: 1279px) {
  #index_form {
    padding-top: 0px;
  }
  #autocomplete {
    padding-top: 20px;
  }
}

@media(max-width: 992px) {

  #occupancy_dropdown , #promo_code_dropdown {
      position: static!important;
      padding: 15px 0px;
      width: 100%;
  }


  #occupancy_dropdown .text-right, #promo_code_dropdown .text-right { 
    text-align:center!important;
   }

  #search button {   
  padding: 0px 40px;
  }

  #calendar  {
  width:unset;
  }

  #wellcome {
    padding-top: 20px;
  }

  #wellcome p {
    font-family: 'Manrope', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    color: var(--white);
  }

  #index {
    height:auto;
    /* padding: 0px 11px 22px 11px; */
    margin-top: 20px;
    max-width: unset;
    width: calc(100% - 30px);
    position: relative;
    /*z-index: 21;*/
    top: 0px;
  }

  #index input {
    width: 100%;
  }

  .mdc-checkbox--touch .mdc-checkbox__native-control {
    width: 16px!important;
    height: 16px!important;
    top: 0;
    left: 0;
  }

  .mdc-checkbox__checkmark {
    width: 16px;
    height: 16px;
  }

  #index_form {
    flex-direction: column;
    /*width: 290px;*/
    width: 100%;
    height: unset;  
    align-items: unset;
    /*width: min-content;*/
  }

  .inputs {
     padding: 0px 11px 22px 11px;
  }

  #hotels,#calendar_dates, #guests, #promo_code{
    width: 260px;
    height: 45px;
    padding-left: 32px!important;
  }

  #autocomplete {
    padding-top: 20px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }

  .promo_code {
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
  }

  #search {
    align-self: unset;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min-content;
    padding-top: 15px;
  }


  .section2 {
    height: auto;
    background-size: cover;
    padding-bottom: 0px;
    padding-bottom: 30px;
  }
  
  .section3 {
    padding:20px 0px;
  }

  .section4 {
    padding-bottom:20px;
  }

  .section5 {
    padding-bottom: 30px;
  }

  .section3,.section4,.section5 {
    margin: 0;
  }

  .checkmark-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85px;
    text-align: center;
    word-break: inherit;
  }

  .checkmark-title span {
    text-transform: lowercase;
  }

  .checkmark-title span:first-letter {
    text-transform: capitalize;
  }

  .incentives_title {
    margin-bottom: 0;
  }

  .show-more {
    padding: 11px 0px;
    width: 100%;
    max-width: 180px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
  }

  .index-flex {
    justify-content: center;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .index-top {
    height: 90px;
  }

  .middle-basket {
    margin: 0px;
    white-space: unset;
  }

  .clock, .lock, .checkmark-mobile {
    display: block;
  }

  .checkmark {
    display: none;
  }

  .mobile_search {
    display: none;
  }


  .popup-container {
    width: unset;
  }

  .card-img-top {
    height: 171px;
  }

  .card-body {
    /*padding:10px;*/
    padding:10px 10px 15px 10px;
  }

  .incentive-type {
    margin-bottom: 20px;
  }

  .price {
    margin-bottom: 20px;
  }

  .location-index {
    margin-bottom: 20px;
  }

  .hotel-image {
    margin-top:9px;
    margin-bottom: 5px;;
  }

  .card-title {
    text-align: center;
    text-decoration: none;
  }

  .card-text {
    text-align: center;
  }

  .card-alignment {
    padding-left: 5px;
  }

  .search-menu-icon {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    left: 5px;
    bottom: 20px;
    pointer-events: none;    
  }

  .search-menu-calendar {
    width: 16.2px;
    height: 16.2px;
  }

  .search-menu-person {
    width: 16.1px;
    height: 16.6px;
    top:35px;
  }

  .search-menu-promo {
    width: 16.2px;
    height: 13.3px;
    top:39px;
  }

  #hotels {
    background-image: none;
  }

  #dates {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }

  #calendar_dates {
    text-align: left;
  }

  #guests_div {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }

  .promo_code {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }

  .search-button {
    font-size: 16px;
  }

}


@media(max-width: 576px) {



  #wellcome {
    padding-top: 20px;
  }

  #wellcome p {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    color: var(--white);
  }

  #index {
    /*max-width: 290px;*/
    max-width: 100%;
    height: auto;
    /* padding: 0px 11px 22px 11px; */
    margin-top: 20px;
  }

  #index_form {
    flex-direction: column;
    /*width: 290px;*/
    height: unset;  
    align-items: unset;
    width:100%;
    /*width: min-content;*/
  }

  .inputs {
    padding: 0px 11px 22px 11px;
  }

  #hotels,#calendar_dates, #guests, #promo_code{
    width: 260px;
    height: 45px;
  }

  #autocomplete {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .promo_code {
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
    /*padding: 5px;*/
  }

  #search {
    align-self: unset;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min-content;
    padding-top: 15px;
  }

  .section2 {
    height: auto;
    background-size: auto 100%;
    /*padding: 0 15px;*/
    padding-bottom: 25px;
  }
  
  .section3 {
    padding:20px 0px;
  }

  .section4 {
    padding-bottom:20px;
  }

  .section5 {
    padding-bottom: 30px;
  }

  .section3,.section4,.section5 {
    margin: 0;
  }

  .checkmark-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85px;
    text-align: center;
    word-break: inherit;
  }

  .checkmark-title span {
    text-transform: lowercase;
  }

  .checkmark-title span:first-letter {
    text-transform: capitalize;
  }

  .incentives_title {
    margin-bottom: 0;
  }

  .show-more {
    padding: 11px 0px;
    width: 100%;
    max-width: 180px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
  }

  .index-flex {
    justify-content: center;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .index-top {
    height: 90px;
  }

  .middle-basket {
    margin: 0px;
    white-space: unset;
  }

  .clock, .lock, .checkmark-mobile {
    display: block;
  }

  .checkmark {
    display: none;
  }

  .mobile_search {
    display: none;
  }

  .hotels_dropdown{
    width:260px !important;
  }

  .popup-container {
    width: unset;
  }


}







/* INTERNET EXPLORER FIX */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
   // IE9+ CSS
   body{
      color: red;
   }
}





.left-part-of-rate  {
  max-width: calc(100% - 256px);
}








/*  MOBILE */

@media (max-width: 1279px) { 



  #index {
    height: auto;
    /* padding: 0px 20px; */
    width: 100%;
    margin-top: 0px;
    max-width: 100%;
    background-color: #fff;
    border-radius: unset;
    height: calc(100vh - 70px);
  }

  #index_form {
    width: 100%;
    background-color: #fff;
  }

  .selected_hotel_prices {
    display: none;
  }

  .inputs {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0px 20px;
    background-color: #fff;
  }


  .footer {
    display: none;
  }

  .inputs > div {
    float: none;
  }
  
  #promo_code_dropdown .input-title {
    font-size: 16px;
  }

  .mobile-index-icons {
    display: flex;
    /* margin-top: 30px; */
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    /*margin: 20px auto;*/
    justify-content: space-evenly;
    background-color: #fff;
  }

  .mobile-index-icons div {
    /* width: 33%; */
    width: 72px;
    text-align: center;
    font-size: 12px;
    /* padding: 0px 20px; */
  }

  .mobile-index-icons img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #show_checkin, #show_checkout {
    width: 100%;
    height: 35px;
    padding-top: 9px;
    display: inline-block;
    min-width: 90px;
    text-transform: capitalize;
  }

  .cdsp, .cdep, .cdsn, .cden {
    width: inherit;
  }
}
