.react_modal_overlay {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.book_modal .modal-content {
  border-radius: 10px;
  padding: 10px;
}

.book_modal .banner_section .banner_form {
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 10;
  width: 450px;
  background: #f2f2f2 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  padding: 25px 10px;
}

.book_modal .banner_section .banner_form .form_title {
  font-size: 30px;
  font-weight: 400;
  color: #202020;
  margin-bottom: 50px;
}

.book_modal .banner_form .react_select .react-select__control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}

.book_modal .banner_form .react-tel-input .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: unset;
}

.book_modal .banner_form input,
.book_modal .banner_form select,
.book_modal .banner_form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background: transparent !important;
  border-radius: 0;
  color: #000;
  font-size: 14px;
}

.book_modal .banner_form .form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #ccc;
}

.react_select__control {
  width: 100% !important;
  padding: 2px 0 !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  outline: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 38px !important;
}

.react_select__control--is-focused {
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
}

/* Value text */
.react_select__single-value {
  color: #000 !important;
  font-size: 14px !important;
}

/* Placeholder */
.react_select__placeholder {
  color: #707070 !important;
  font-size: 14px !important;
}

/* Dropdown menu */
.react_select__menu {
  border-radius: 0 !important;
  font-size: 14px;
}

/* Option */
.react_select__option {
  color: #000 !important;
}

.react_select__option--is-focused {
  background: #f2f2f2 !important;
  cursor: pointer;
}

.book_modal .banner_form .submit_btn {
  margin: 40px 0 0 auto;
}

.book_modal .banner_form .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

 .modal_close {
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #202020;
  display: none;
}

/* =================== Media Queries ================== */

@media (min-width: 0) and (max-width: 767px) {
 .modal_close {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
