.pr_booking_slider {
  max-height: 231px;
  overflow: hidden;
}

.form_required {
  color: red;
  font-size: 10px;
}

/* Confirm */

.input_box-total {
  margin-top: 0px;
  right: 0;
}

.input_box-total .total {
  background: transparent;
}

@media (max-width: 600px) {
  .input_box-total .total {
    width: 100%;
    height: auto;
    bottom: 0;
  }
}

.input_box-total .total-box {}

@media (max-width: 600px) {
  .input_box-total .total-box {
    padding: 10px 16px;
    border: none;
    border-radius: 0px;
  }
}

.input_box-total .total-box-course img {
  height: 238.67px;
  width: 358px;
}

.input_box-total .total-box-course-txt {
  border-bottom: 1px solid #DDDDDD;
  margin: 10px 0;
}

.input_box-total .total-box-course-txt .ttl {
  font-size: 14px;
  font-weight: bold;
}

.input_box-total .total-box-course-txt .times {
  font-size: 14px;
}

.input_box-total .total-box-options-option {
  display: flex;
  justify-content: space-between;
}

.input_box-total .total-box-options-option p {
  font-size: 14px;
  font-weight: bold;
}

.input_box-total .total-box-options-option span {
  font-size: 16px;
}

.input_box-total .total-box-options-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 60px;
  line-height: 2.5;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .input_box-total .total-box-options-total {
    display: flex;
    flex-direction: column;
    height: 0px;
    line-height: 1.5;
  }
}

.input_box-total .total-box-options-total p {
  font-size: 10px;
  font-weight: bold;
}

.input_box-total .total-box-options-total span {
  font-size: 24px;
}

.input_box-total .total .remarks {
  font-size: 10px;
  color: #999999;
  margin-top: 10px;
  display: block;
}

@media (max-width: 600px) {
  .input_box-total .total .remarks {
    margin-top: 50px;
  }
}

.cv-btn {
  width: 100%;
  height: 45px;
  background: #C43527;
  border-radius: 4px;
  text-align: center;
}

.cv-btn span {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .cv-btn {
    width: 50%;
    float: inline-end;
  }
}

.flight-name {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.flight-name p {
  font-size: 20px !important;
}
.pjb-detail-form .item {
  margin-bottom: 5px;
}
p.target-confirm {
  margin-bottom: 3px;
}
#pjb-detail-mobile {
  display: none;
}
@media (max-width: 768px) {
  #privatejet-entryinfo-confirm {
    flex-direction: column-reverse !important;
  }
  #pjb-detail-mobile {
    display: block;
  }
}
.pr_booking_modal_dialog {
  display: block;
}
.pr_booking_modal_dialog.ar_d_none {
  display: none;
}