.booking {
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.booking > * {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.booking__border {
  width: 1px;
  height: 13px;
  background-color: #4a4a4a;
}
.booking__select {
  padding-left: 10px;
}
.booking__btnSubmit {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border-color: #B399AA !important;
  background-color: #B399AA !important;
  color: #fff !important;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}

header {
  position: relative;
}

.elementor-widget {
  position: static;
}
/*# sourceMappingURL=booking.css.map */