.booking-form-modal .modal-wrapper {
  max-width: 1368px;
  margin: 0 auto;
  background: #e5e5e5;
  top: 70px;
}

.booking-form-header {
  background: #fff;
  padding: 20px 24px 20px 23.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.booking-form-header .title {
  font-size: 24px;
  line-height: 133.4%;
  text-align: center;
  color: #000000;
}

.booking-form-header .btn-close {
  background: transparent;
  border: none;
}

.booking-form-modal .MuiOutlinedInput-root,
.booking-form-modal .MuiInputLabel-asterisk {
  font-size: 14px !important;
}

.booking-textField input {
  padding-top: 12px;
  padding-bottom: 12px;
}

.stopoff-btn-wrap {
  background: #fff;
  padding: 20px;
}

.stopoff-btn-wrap button {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: 0.46px;
  text-align: left;
  color: #2789fb;
}
/*# sourceMappingURL=BookingForm.css.map */