.bannerStyle {
  position: relative;
  height: 100bh;
}

.booking-form {
  position: absolute;
  bottom: 2em;
  width: 100%;
  z-index: 9;
}
.booking-form .booking-form-inn {
  background: rgba(0, 0, 0, 0.7);
  padding: 1.5em;
  padding-bottom: 2em;
  border-radius: 4px;
}

.book-right ul {
  margin: 0;
  padding: 0;
}
.book-right ul li {
  display: flex;
  grid-gap: 5px;
}

.number-box .minus,
.number-box .plus {
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.number-box input {
  width: 60px;
}

.adults-box {
  width: 150px;
}

.children-size {
  font-size: 1.2em !important;
}

.adults-size {
  font-size: 2em !important;
}

.amen-style {
  margin: 0;
  padding: 0;
}
.amen-style li {
  display: block;
}

.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Position the items */
}

.make-me-sticky {
  position: sticky;
  top: 0;
  padding: 0 15px;
}

.amenities-ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.amenities-ul li {
  display: block;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.amenities-ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 10px;
}

.book-your-stay .imgbook {
  height: 220px;
}

.accordion-button:not(.collapsed) {
  background: var(--themeBtn);
  color: #fff;
}

.book-page .accordion-body {
  background: #f8f8f8;
}

.border-dot {
  border-bottom: rgba(34, 34, 34, 0.2588235294) 1px dotted;
  position: relative;
  margin: 1em 0;
}
.border-dot .orbx {
  position: absolute;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  top: -10px;
  background: #fff;
  width: 50px;
}

.cu-accordion-item {
  border-bottom: 1px solid var(--text-gray);
  outline: none;
  position: relative;
}

.cu-accordion-item:last-child {
  border-bottom: none;
}

.cu-btn-accordion {
  width: 100%;
  color: black;
  text-transform: capitalize;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding: 0.5em 1em 0.5em 2em;
}

.cu-btn-accordion:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  color: var(--themeBtn);
  left: 0.5em;
}

.cu-btn-accordion:not(.collapsed):after {
  content: "\f077";
}

@media only screen and (max-width: 768px) {
  .booking-form {
    position: relative;
    margin-top: 3em;
    bottom: auto;
  }
}/*# sourceMappingURL=booking.css.map */