.Advance_booking_note .field_holder {
  display: flex;
}

.Advance_booking_note .icon_holder {
  width: fit-content;
  height: fit-content;
  margin-right: 30px;
}

.Advance_booking_note .icon_holder .edit_pen_icon {
  font-size: 30px;
  color: #202020;
}

.Advance_booking_note .info_text_holder {
  width: 100%;
}

.Advance_booking_note .info_text_holder .form-label {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #202020;
}

.Advance_booking_note .info_text_holder .form-control {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #202020 !important;
  border-radius: 0px !important;
}

.Advance_booking_note .btn_holder {
  text-align: end;
}

.Advance_booking_note .btn_holder .bookbbtn {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  font-size: 20px;
}

.Advance_booking_note .btn_holder .bookbbtn:hover span {
  color: #000;
  position: relative;
  z-index: 99;
}

.Advance_booking_note .btn_holder .bookbbtn::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  top: 50%;
  right: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

.Advance_booking_note .btn_holder .bookbbtn:hover::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

.Advance_booking_note .btn_holder .bookbbtn::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 50%;
  right: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

.Advance_booking_note .btn_holder .bookbbtn:hover::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Advance_booking_note .icon_holder .edit_pen_icon {
    font-size: 18px;
    color: #202020;
  }

  .Advance_booking_note .info_text_holder .form-label {
    font-size: 15px;
  }

  .Advance_booking_note .btn_holder .bookbbtn {
    font-size: 11px;
}
}
