#bookingModal .modal-title {
  margin-top: 0;
  font-weight: 600 !important;
  width: 100%;
  text-align: center;
}

#bookingModal .modal-header {
  border-bottom: none;
}

#bookingModal .modal-header,
#bookingModal .modal-body {
    padding: 10px;
}

#bookingModal .is-invalid {
  border-color: red;
}

#bookingModal .review-section {
  margin-bottom: 20px;
}

#bookingModal .review-section h5 {
  margin-bottom: 10px;
  margin-top: 0px;
      font-weight: 600 !important;
    font-size: 18px;
}

#bookingModal #review-features {
    list-style: none;
    padding-left: 20px;
    margin-left: 0px;
    position: relative;
}

#bookingModal #review-features li {

}

#bookingModal #review-features li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    margin-top: 5px;
    color: #FF9F00;
    position: absolute;
    left: 0;
    font-weight: 900;
}

#bookingModal .modal-xl {
  max-width: 600px;
}
#bookingModal .modal-body {
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#bookingModal .form-step {
  display: none;
}
#bookingModal .form-step.active {
  display: block;
}
#bookingModal .review-section {
  padding: 15px;
}
#bookingModal .review-section p {
  margin-bottom: 10px;
}
#bookingModal .review-section ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

#bookingModal .form-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#bookingModal label.form-label {
    font-size: 14px;
    margin-bottom: 0px;
}

#bookingModal .col-md-6.mb-3 {
    margin-bottom: 5px !important;
}

#bookingModal h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-top: 6px;
}

#bookingModal .modal-content {
  overflow: visible;
  border-radius: 5px;
}

#bookingModal button.close-btn {
    border-radius: 24px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #285a59;
}

#bookingModal .next-step {
    width: 150px;
    margin-top: 10px;
}

@media (max-width: 768px) {
  #bookingModal .modal-xl {
    max-width: 95%;
  }
  #bookingModal .review-section {
    margin-bottom: 20px;
  }
}