.modal-lg, .modal-xl {
    max-width: 900px;
}
.cursor-pointer {
  cursor: pointer;
}
.hvr-text-underline:hover {
  text-decoration: underline;
}
.popup-form-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkrate-modal .modal-content {
  border-radius: 0;
  border: 0;
}
.checkrate-modal .modal-header {
  border-bottom: 1px solid rgba(255,255,255,.4);
  flex-direction: column;
  position: relative;
  padding: 0;
}
.checkrate-modal .close {
  text-shadow: none;
  opacity: 1;
  display: block;
  margin-top: -30px;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  right: -15px;
  outline: 0;
  background: transparent;
  border: 0;
}
.checkrate-modal .close span {
    position: relative;
    right: -5px;
    top: -5px;
}
.checkrate-modal .form-info {
  padding: 24px 20px 15px 13px;
}
.checkrate-modal .form-info1 .modal-title {
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
.checkrate-modal .form-info1 .modal-description {
  font-size: 12px;
  color: #7a7a7a;
}
.form-info2 {
  display: none;
}
.form-info3 {
  display: none;
}
.form-control-input {
  font-size: 14px;
  border-radius: 0;
  height: 40px;
  border: 1px solid #e4e4e4;
}
.form-info1 select.form-control-input {
  height: 40px !important;
  padding-left: 8px;
}
.room-caption {
  margin-bottom: 4px;
  font-weight: 500;
}
.room-select-label {
  margin-top: 4px;
  font-size: 14px;
}
.room-select-control {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  border: 0;
  margin-bottom: 8px;
  outline: 0;
  font-size: 14px;
}
select.room-select-control {
  padding-left: 3px;
}
.book-btns-group span {
  border: 1px solid #9f9f9f;
  background: #9f9f9f;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
  cursor: pointer;
  font-size: 14px;
}
.book-btns-group span.active {
  background: #0faf39;
  border: 1px solid #0faf39;
}
.additional-requirements {
  width: 100%;
  border: 1px solid #e4e4e4;
  padding: 8px;
  height: 80px;
  outline: 0;
  font-size: 12px;
}
input[type="date"] {
  position: relative;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.traveller-date-input::before {
  content: 'Traveller Date';
  position: absolute;
  background-color: #fff;
}

.room-type-table-wrap {
  overflow-x: auto;
}
.room-type-table {
  margin-bottom: 0;
  border: 1px solid #e4e4e4;
}
.room-type-table thead tr th {
    border-top: 0;
    font-size: 12px;
    background: #fffadf;
    color: #252525;
    border-bottom: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.room-type-table tbody tr td .btn {
    background-color: #a32c59;
    color: #fff;
}
.room-type-table tbody tr td {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
}
.room-type-table tbody tr td i {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 2px;
}
.room-type-table tbody tr td .input-pax {
    width: 60px;
    margin-bottom: 0;
    padding: 8px 5px;
    height: 24px;
    font-size: 12px !important;
    border: 1px solid #e4e4e4;
    border-radius: 0;
}
.form-check-group {
  display: flex;
  flex-wrap: wrap;
}
.form-check-group .form-check {
  margin-right: 10px;
  display: inline-block;
  padding-left: 0;
}
.form-check-group .form-check .form-check-label {
  margin-top: 2px;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.form-check-group .form-check .form-check-input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form-check-group .form-check .form-check-input[type=checkbox] + .form-check-label {
    position: relative;
}
.form-check-group .form-check .form-check-input[type=checkbox] + .form-check-label:before {
    content: "";
    background-color: #ffffff;
    border: 2px solid #9f9f9f;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 0;
    margin-right: 2px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.form-check-group .form-check .form-check-input[type=checkbox]:checked + .form-check-label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    width: 7px;
    height: 14px;
    border: solid #0faf39;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.form-check-group .form-check .form-check-input[type=checkbox]:focus + .form-check-label:before {
  outline: none;
}

.cost-list {
    padding: 0;
}
.cost-list li {
    list-style-type: none;
    margin-bottom: 8px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.cost-list li strong {
  margin-right: 8px;
}

#sendEnquiryNew .frt-mob-pad {
    text-align: right;
}
.submitSendEnquiryCheck {
  background-color: var(--maincolor) !important;
  border-color: var(--maincolor) !important;
  color: #fff;
}
.submitSendEnquiryCheck:hover {
  background-color: var(--maincolor) !important;
  border-color: var(--maincolor) !important;
  color: #fff;
}

@media (max-width: 992px) {
  .book-btns-group span {
    padding: 6px 12px;
  }
  #myModa1packageRateEnquiry .modal-dialog {
    height: auto !important;
}
  .name-fill {
    margin-bottom: 10px;
    width: 100%;
    display: block !important;
}
}

@media (max-width: 399px) {
  .checkrate-modal .close {
    margin-top: -30px;
    right: -5px;
  }
  .checkrate-modal .form-info {
    padding: 15px;
  }
}
.form-group.form-group1.date-parent {
    margin-top: 0px;
}
.form-group.form-group1.date-parent {
    margin-bottom: 0px;
}
.form-group {
    margin-bottom: 10px;
}
.name-fill {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
}
.form-group.widthadjust.first {
    margin-left: 0px !important;
}