.travelerItemHotel {
  margin-bottom: 15px;
}
.hotelBanner_hd {
  font-size: 24px;
  color: #fff;
  margin: 15px 0 15px;
  text-shadow: 1px 1px 2px #878787;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.HotelHeroBanner {
  padding-bottom: 30px;
  background-position: -1500px 0px !important;
  position: relative;
}

.HotelHeroBanner:before {
  content: "";
  background: rgb(24, 73, 93, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.hotelWidg {
  position: relative;
  z-index: 1;
}
.hotelmodifyWidg {
  padding: 10px;
  margin-top: 60px;
}
.mobhotelSort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.mobhotelSort .rs-picker-toggle-wrapper {
  width: 182px !important;
  height: auto !important;
}
.mobHotelFilter .rs-modal-header-close {
  right: 24px;
  top: 41px;
  border-radius: 20px;
  z-index: 1;
  width: 25px;
  height: 25px;
  background: #5e5d5d;
  color: #fff;
}
.hotelsDetail_page {
  background: #eeeeee;
  padding-top: 5px;
}
.hotelDetail_container {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.hotelDetail_left_container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hotelDetail_Right_container {
  width: 100%;
  margin: 0;
}
.pay-block {
  background: #fff;
  box-shadow: 0 0 0.3125rem 0 hsla(0, 0%, 68%, 0.4);
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 15px 0;
}
.pay-block ul {
  list-style: none;
}
.availability {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  border: 2px solid #a8a8a8;
}
.availability_mb {
  margin-bottom: 10px;
}

.availabilitybtn {
  background: #ff4600;
  border: 0;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  padding: 6px 20px;
  text-transform: uppercase;
  width: 100%;
}
.availability_mb .rs-dropdown,
.availability_mb .rs-dropdown-toggle.rs-btn {
  width: 100%;
}
.availability_mb.rs-dropdown-toggle.rs-btn svg {
  right: 10px;
}
.pay-hd {
  background: #063972;
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
}
.hotelpaymentpicker {
  width: 100%;
}
.hotelpaymentpickermgBo {
  margin-bottom: 10px;
}
.widget.rs-dropdown .rs-dropdown-menu,
.DetailWidgetGuest .rs-dropdown .rs-dropdown-menu {
  width: 100% !important;
  padding: 15px;
  z-index: 1000;
  font-size: 16px;
}
.detailspageHotelName {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 20px;
}
.hotelerrorIndex {
  z-index: 0 !important;
}

@media (min-width: 992px) {
  .HotelHeroBanner {
    padding-bottom: 0;
    background-position: center top !important;
    min-height: 300px !important;
  }

  .HotelHeroBanner:before {
    display: none;
  }

  .HotelHeroBanner ul.breadcrumb-hm {
    position: relative;
    top: 20px;
    float: left;
    margin-bottom: 30px;
  }
  .detailspageHotelName {
    flex-direction: row;
  }
  .widget.rs-dropdown .rs-dropdown-menu,
  .DetailWidgetGuest .rs-dropdown .rs-dropdown-menu {
    width: 100% !important;
  }
  .hotelpaymentpicker {
    width: 49%;
  }
  .hotelpaymentpickermgBo {
    margin-bottom: 0;
  }
  .hotelpaymenttitle {
    width: 33% !important;
  }
  .hotelDetail_container {
    flex-direction: row;
    margin: 0;
  }
  .hotelDetail_left_container {
    width: 69%;
  }
  .hotelDetail_Right_container {
    width: 30%;
    margin-left: 20px;
  }
  .hotelDetail_Right_container .stickhotelPayment {
    position: sticky;
    top: 90px;
  }
  .availability {
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  .availability_mb {
    margin-bottom: 0;
  }
  .availabilitybtn {
    width: auto;
  }

  .hotelSort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 10px 10px 5px 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
  }
  .hotelSort .rs-picker-toggle-wrapper {
    width: 182px !important;
  }
  .hotelmodifyWidg {
    border: 1px solid #c3bfbf;
    margin-top: 25px !important;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 0;
  }
  .hotelmodifyWidg .widgetItems {
    padding: 10px 10px 0px !important
  }
}
