#icabbi-booking-form {
  padding: 15px 0 0;
}

.booking-table,
.icabbi-booking-form {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

form#location-form button {
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

form#location-form input,
form#location-form select {
  border: unset;
  border-radius: 5px;
}

.vehicle-options-wrap .options-wrap {
  flex-wrap: wrap;
  /*    justify-content: center*/
}

.vehicle-selection-opt .btn,
.vehicle-selection-opt .btn:hover {
  border-radius: 0;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  box-shadow: unset !important
}

.booking-wrap .bgwhite .form-box {
  max-width: unset;
}

.PassengersDropdown .DropdownList {
  padding: 0
}

#icabbi-booking-management .icabbi-form,
.PassengersDropdown .DropdownList li,
.booking-step.active {
  display: block
}

.PassengersDropdown .DropValue {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  border-radius: 5px;
}

.icabbi-booking-form {
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #fff
}

.fw-small {
  max-width: 550px;
}

.fw-small.w-full {
  width: 100%;
  max-width: 940px;
}

.frm_stp_wrp {
  padding: 20px
}

button:disabled {
  pointer-events: none;
  opacity: .8
}

.bg_blue_d,
.fw-small.w-full .bg_blue_d {
  background: #0c3458
}

#location-form label {
  color: #fff;
  font-size: 15px;
}

.stp-heading {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding: 3px 16px;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  display: inline-block
}

.error,
.success {
  padding: 4px 13px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 13px
}

.stp-heading.bg_green {
  background: #4ec09e;
  color: #000
}

.booking-step {
  animation: .3s ease-in fadeIn;
  display: none
}

.vehicle-option.selected {
  background: #f0f8ff
}

.error {
  background: linear-gradient(135deg, #f8d7da 0, #f5c6cb 100%);
  color: #721c24;
  border-left: 4px solid #dc3545
}

.success {
  background: linear-gradient(135deg, #d4edda 0, #c3e6cb 100%);
  color: #155724;
  border-left: 4px solid #28a745
}

.spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007cba;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: 1s linear infinite spin;
  margin: 0 auto 8px
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.form-group {
  margin-bottom: 18px
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
  font-size: 14px
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  font-size: 14px;
  padding: 6px 50px 6px 12px;
  margin: 0;
  border-radius: 0;
  height: 40px;
  border: 1px solid #bdbdbd;
  transition: border-color .3s;
  box-sizing: border-box
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: 0;
  border-color: #007cba
}

#icabbi-booking-management .icabbi-booking-card,
.swap_outer {
  position: relative
}

#swap-locations,
.gps_tracker-icn {
  position: absolute;
  cursor: pointer
}

#swap-locations {
  width: 19px;
  height: 31px;
  color: #fff;
  font-size: 30px;
  transition: transform .2s;
  left: -28px;
  top: 30%
}

.pickup-flightinfo-wrap .form-fields-container {
  display: flex;
  gap: 24px;
}

.fw-small .bg_blue_d {
  background: rgba(0, 0, 0, .85);
  border-radius: 0 10px 10px 10px;
}

.step2loaded #cal-h1,
.step2loaded #cal-h2,
.step2loaded .banner-back {
  display: none
}

form#location-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 10px 0px 25px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

#swap-locations:hover {
  color: #4ec09e
}

.frm_outr_sec {
  padding: 0px 0 20px;
}

#location-form button {
  padding: 6px 16px;
  border: 1px solid #4ec09e;
  border-radius: 6px;
  cursor: pointer;
  transition: .3s;
  height: 40px;
  background: #4ec09e;
  color: #fff;
  box-shadow: 0 10px 10px rgba(7, 7, 7, .13);
  font-size: 14px;
  font-weight: 500
}

.btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none
}

.btn-secondary {
  background: #6c757d;
  color: #fff
}

.btn-danger {
  background: linear-gradient(135deg, #ff6b6b 0, #ee5a52 100%);
  color: #fff
}

.vehicle-option {
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: .3s;
  background: #fafafa
}

.vehicle-option:hover {
  border-color: #007cba;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  transform: translateY(-2px)
}

.vehicle-option.selected {
  border-color: #007cba;
  background: linear-gradient(135deg, #f0f8ff 0, #e6f3ff 100%);
  box-shadow: 0 4px 20px rgba(0, 124, 186, .2)
}

.vehicle-info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.vehicle-info h4 {
  margin: 0 0 8px;
  color: #333;
  font-size: 18px
}

.vehicle-info p {
  margin: 4px 0;
  color: #666;
  font-size: 14px
}

.vehicle-price {
  font-size: 24px;
  font-weight: 700;
  color: #007cba
}

.error-message {
  color: red !important
}

.details-wrap .booking-info-wrap .vehicle-img img,
.gps_tracker-icn img {
  max-width: 100%
}

.booking-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden
}

.booking-table td {
  padding: 16px;
  border-bottom: 1px solid #e1e5e9
}

.booking-table td:first-child {
  background: #f8f9fa;
  font-weight: 600;
  width: 30%
}

.booking-actions {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 2px solid #e1e5e9
}

.gps_tracker-icn {
  right: 21px;
  top: 11px;
  width: 17px;
  text-align: center
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center
}

.clear-input {
  position: absolute;
  right: 8px;
  background: 0 0;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #888;
  line-height: 1
}

.clear-input:hover,
b.customh {
  color: #000
}

.vehicle-selection-opt .price span {
  color: #39b1e8 !important;
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 700
}

.vehicle-selection-opt .price small {
  display: inline-block;
  font-size: 62%;
  font-weight: 400
}

.vehicle-selection-opt .btn,
.vehicle-selection-opt .btn:hover {
  display: block;
  background: #4ec09e !important;
  border: 1px solid #4ec09e !important;
  letter-spacing: 1px;
  -moz-box-shadow: 0 10px 10px rgba(7, 7, 7, .13);
  -webkit-box-shadow: 0 10px 10px rgba(7, 7, 7, .13);
  box-shadow: 0 10px 10px rgba(7, 7, 7, .13);
  color: #fff;
  border-radius: 4px
}

b.customh {
  padding-left: 18px;
  display: inline-block
}

.back-btn,
a.edit_profile1 {
  background: #e3e3e3;
  color: #000;
  padding: 8px 20px;
  text-decoration: none
}

.pickup_point.airportpickup_point {
  margin-bottom: 15px
}

.back-btn:hover,
a.edit_profile1:hover {
  background: #4ec09e
}

#icabbi-booking-management {

  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
  color: #333;
  box-sizing: border-box
}

#icabbi-booking-management .icabbi-booking-header {
  text-align: center;
  margin-bottom: 2rem
}

#icabbi-booking-management .icabbi-booking-header h2 {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: .5rem
}

#icabbi-booking-management .icabbi-booking-header p {
  font-size: 1.1rem;
  color: #7f8c8d
}

#icabbi-booking-management .icabbi-booking-search {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
  margin-bottom: 2rem
}

#icabbi-booking-management .icabbi-form-row,
#icabbi-booking-management .icabbi-meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem
}

#icabbi-booking-management .icabbi-form-group {
  flex: 1;
  min-width: 250px
}

#icabbi-booking-management .icabbi-form-label {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
  color: #34495e
}

#icabbi-booking-management .icabbi-form-input {
  width: 100%;
  padding: .75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: .3s
}

#icabbi-booking-management .icabbi-form-input:focus {
  border-color: #3498db;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, .1)
}

#icabbi-booking-management .icabbi-btn {
  display: inline-block;
  padding: .75rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
  font-size: 1rem;
  border: none
}

#icabbi-booking-management .icabbi-btn-primary {
  background-color: #3498db;
  color: #fff
}

#icabbi-booking-management .icabbi-btn-primary:hover {
  background-color: #2980b9
}

#icabbi-booking-management .icabbi-booking-details,
#icabbi-booking-management .icabbi-edit-container {
  display: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .05);
  padding: 2rem;
  margin-top: 2rem
}

#icabbi-booking-management .icabbi-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee
}

#icabbi-booking-management .icabbi-booking-status,
#icabbi-booking-management .icabbi-booking-status.paused {
  padding: .5rem 1rem;
  border-radius: 20px;
  font-size: .9rem;
  text-transform: capitalize;
  font-weight: 600
}

#icabbi-booking-management .icabbi-detail-header h3 {
  color: #2c3e50;
  font-size: 1.5rem;
  margin: 0
}

#icabbi-booking-management .icabbi-booking-status.confirmed {
  background-color: #d4edda;
  color: #155724
}

#icabbi-booking-management .icabbi-booking-status.pending {
  background-color: #fff3cd;
  color: #856404
}

#icabbi-booking-management .icabbi-booking-status.cancelled,
#icabbi-booking-management .icabbi-booking-status.dispatch_cancelled {
  background-color: #f8d7da;
  color: #721c24
}

#icabbi-booking-management .icabbi-booking-status.paused {
  background-color: #fff3cd;
  color: #856404;
  display: inline-block;
  border: 1px solid #ffeeba;
  position: relative;
  overflow: hidden
}

#icabbi-booking-management .icabbi-booking-status.paused::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, .5) 50%, transparent 100%);
  animation: 2s infinite icabbi_paused_shimmer;
}

@keyframes icabbi_paused_shimmer {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(100%)
  }
}

#icabbi-booking-management .icabbi-booking-status.enroute {
  background-color: #e6f2ff;
  border: 1px solid #b8d4ff;
  color: #06c;
  position: relative;
  overflow: hidden
}

#icabbi-booking-management .icabbi-booking-status.enroute::before {
  content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
  display: inline-block;
  font-weight: 700;
  animation: 1.5s infinite enrouteBounce
}

#icabbi-booking-management .icabbi-booking-status.enroute::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent);
  animation: 2.5s infinite enroutePulse
}

.icabbi-booking-status.enroute:hover {
  background-color: #d6e9ff;
  box-shadow: 0 1px 4px rgba(0, 102, 204, .2)
}

@keyframes enrouteBounce {

  0%,
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(3px)
  }
}

@keyframes enroutePulse {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(100%)
  }
}

.icabbi-booking-status.new, .icabbi-booking-status.completed {
  background-color: #fff8e6;
  border: 1px solid #ffecb3;
  color: #ff9800;
  position: relative;
  overflow: hidden
}

.icabbi-booking-status.new::before,  .icabbi-booking-status.completed::before{
  display: inline-block;
  animation: 1.5s infinite searchingPulse;
  font-size: 14px
}

.icabbi-booking-status.new::after, .icabbi-booking-status.completed::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff9800;
  opacity: 0;
  animation: 2s infinite searchingDot
}

@keyframes searchingPulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}

@keyframes searchingDot {
  0% {
    transform: translateX(0) translateY(-50%);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: translateX(120px) translateY(-50%);
    opacity: 0
  }
}

#icabbi-booking-management .icabbi-meta-item {
  font-size: .95rem
}

#icabbi-booking-management .icabbi-meta-label {
  font-weight: 600;
  color: #7f8c8d;
  display: inline-block;
  margin-right: .5rem
}

#icabbi-booking-management .icabbi-section {
  margin-bottom: 2rem
}

#icabbi-booking-management .icabbi-section-title {
  color: #2c3e50;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px dashed #eee
}

#icabbi-booking-management .icabbi-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem
}

#icabbi-booking-management .icabbi-detail-item {
  margin-bottom: 1rem
}

#icabbi-booking-management .icabbi-detail-label {
  font-weight: 600;
  color: #7f8c8d;
  display: block;
  font-size: .9rem
}

#icabbi-booking-management .icabbi-detail-value {
  color: #34495e;
  font-size: 1rem
}

#icabbi-booking-management .icabbi-detail-note {
  font-size: .85rem;
  color: #666;
  margin-top: .25rem;
  font-style: italic
}

#icabbi-booking-management .icabbi-notes {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 5px;
  font-size: .95rem;
  line-height: 1.5
}

#icabbi-booking-management .icabbi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee
}

#icabbi-booking-management .icabbi-btn-danger {
  background-color: #e74c3c;
  color: #fff
}

#icabbi-booking-management .icabbi-btn-danger:hover {
  background-color: #c0392b
}

#icabbi-booking-management .icabbi-btn-secondary {
  background-color: #f8f9fa;
  color: #34495e;
  border: 1px solid #ddd
}

#icabbi-booking-management .icabbi-btn-secondary:hover {
  background-color: #e9ecef
}

#icabbi-booking-management .icabbi-loading {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: 1s linear infinite icabbi-spin;

}

@keyframes icabbi-spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

#icabbi-booking-management .icabbi-alert {
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1.5rem
}

#icabbi-booking-management .icabbi-alert-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb
}

#icabbi-booking-management .edit_booking_form {
  float: none;
  padding: 0
}

.persional-details textarea {
  border: 1px solid #bdbdbd
}

.loading-spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  border-top-color: currentColor;
  animation: 1s ease-in-out infinite spin;
  margin-right: 5px
}

.loading-spinner.small {
  width: .75em;
  height: .75em;
  border-width: 1.5px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 14px;
  min-height: 14px
}

.vehicle-options-wrap .options-wrap {
  display: flex
}

.options-box .icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0 22px
}

.options-box .luggage-icons i {
  background: url(../images/luggage@2x.png) left bottom/10px no-repeat;
  padding: 0 1px;
  width: 10px;
  height: 10px;
  display: inline-block
}

.options-box .pessenger-icons i {
  background-image: url(../images/passengers@2x.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 10px;
  padding: 0 1px;
  width: 10px;
  height: 10px;
  display: inline-block
}

.PassengersDropdown .DropValue strong {
  font-weight: 700;
}

.PassengersDropdown {
  border-radius: 5px;
  margin: 0;
}

.booking-wrap .line-wrap {
  margin: 15px 0 0;
  padding: 15px 0 0;
}

.booking-wrap .bgwhite .form-box input,
.booking-wrap .bgwhite .form-box select,
.booking-wrap .bgwhite .form-box textarea {
  border-radius: 5px;
}

.location-changer .changer-icon {
  padding: 20px 5px;
  background: transparent;
}

.location-changer .changer-icon img {
  width: 27px;
}

.booking-wrap .airportpickup_point,
.booking-wrap .flight_info {
  width: 50%;
  float: left;
  clear: unset !IMPORTANT;
  min-height: 70px;
}

.booking-wrap .airportpickup_point input,
.booking-wrap .flight_info input,
.booking-wrap .airportpickup_point select,
.booking-wrap .flight_info select {
  width: 100%;
}

.booking-wrap .date-time {
  clear: both;
  overflow: hidden;
}

.booking-wrap .flight_info {
  padding-left: 20px;
}

.booking-wrap .bgwhite .line-wrap .date_time {
  width: 50%;
}

.booking-wrap.form-field div.estimated-button {
  width: 50%;
  box-shadow: unset;
  float: left;
  padding: 17px 10px;
}

.booking-wrap .book_now_btn,
.booking-wrap.form-field .btn,
.booking-wrap .bgwhite .form-box button {
  width: calc(50% - 10px);
  float: right;
  margin: 0 0 0 10px;
  box-shadow: unset;
  color: #000 !important;
}

.booking-wrap .date-time .field-wrap.dat_time {
  width: 50%;
  float: left;
}

.booking-wrap .date-time .field-wrap.dat_time input {
  width: 83%;
}

.booking-wrap .date-time .field-wrap.dat_time i.side-icon {
  display: inline-block !important;
}

.details-wrap .bg-box {
  max-width: unset;
}

.details-wrap .line-wrap {
  padding: 0 !important;
  margin: 0 0 20px !important;
  border: unset !important;
}

.details-wrap .line-wrap:last-of-type {
  margin: 0 !important;
}

.details-wrap .line-wrap:has(#recaptcha-container) {
  margin: 0 !important;
}

.details-wrap.form-field .btn,
.form-field.details-wrap.bgwhite .form-box button {
  box-shadow: unset;
  color: #000 !important;
}

.form-field.details-wrap.bgwhite .form-box input,
.form-field.details-wrap.bgwhite .form-box textarea {
  border-radius: 5px;
}

.form-box .field-wrap .iti--show-flags input {
  font-size: 18px;
  padding-left: 77px !important;
}

.form-box .field-wrap .iti--show-flags input::placeholder {
   font-size: 18px;
}

.form-box .field-wrap .iti--show-flags .iti__country-container button {
  width: auto;
  margin: 0;
  font-size: 18px;
}

.form-box .iti--inline-dropdown .iti__dropdown-content {
  top: 36px;
}

.form-box .iti--inline-dropdown .iti__dropdown-content input {
    padding: 10px !important;
}

.details-wrap .booking-info {
  border-radius: 10px;
}

.booking-wrap .bgwhite .line-wrap {
  border-color: #e5e5e5;
  border-top-style: dashed;
  clear: both;
  /* overflow: hidden; */
}

.stripe-card-element {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: white;
}

.stripe-card-errors {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;

}

.payment-method-selector b {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #444;
}

div#error-message {
  margin-top: 10px;
}

.screen_1 {
  /* max-width: 600px; */
  margin: 0 auto;
  width: 100%;
}
.screen_1 label {
    color: #fff;
    font-size: 15px;
    margin: 0 0 3px;
}
.screen_1 .outer_wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.screen_1 .marker_icn {
  position: absolute;
  left: 9px;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
  width: 24px;
}

.screen_1 .marker_icn img {
  max-width: 100%;
}

.screen_1 .location_input_2 .marker_icn {
  width: 20px;
  left: 10px;
  top: -1px;
}

.screen_1 .autocomplete {
  flex: 1;
  padding: 8px 28px 8px 17px;
  border: 0;
  font-size: 17px;
  outline: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  height: 38px;
  color: #000;
}

.screen_1 .autocomplete::placeholder {
  font-size: 17px !important;
}

.screen_1 .outer_wrap.location_input_2 i.clear_input_btn {
    right: 4px;
}

.screen_1 .outer_wrap.location_input_2 input#start_destination {
    height: 38px;
    background: #c3c3c3;
}

p.color_white {
  color: #fff;
  font-size: 18px;
}

.fw-small .bg_blue_d {
  padding: 10px 16px 15px;
}

.screen_1 .autocomplete:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.screen_1 .clear_input_btn {
  position: absolute;
  right: 26px;
  cursor: pointer;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}

.screen_1 .autocomplete:not(:placeholder-shown)+.clear_input_btn {
  opacity: 1;
  visibility: visible;
}

.screen_1 .clear_input_btn img {
  width: 17px;
  height: 17px;
  opacity: 1;
  transition: opacity 0.3s;
}

.screen_1 .clear_input_btn:hover img {
  opacity: 1;
}

.screen_1 .gps_tracker_icn {
  position: absolute;
  cursor: pointer;
  padding: 8px;
  z-index: 2;
  right: 0;
}

.screen_1 .gps_tracker_icn img {
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: opacity 0.3s;
}

.screen_1 .gps_tracker_icn:hover img {
  opacity: 1;
}

.screen_1 button {
  padding: 2px 10px;
  background-color: #ebbe5e;
  border: none;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
  width: 100%;
  color: #000;
  font-weight: 600;
  height: 38px;
  margin: 10px 0 0;
  border-radius: 6px;
}

.screen_1 .marker_icn + input {
    padding-left: 42px;
}

.screen_1 button:hover {
  background-color: #cba452;
}

.screen_1 button:focus {
  outline: none;
}

.screen_1 .autocomplete::placeholder {
  color: #000;
}

#swap-locations1 {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 10px auto -18px;
    cursor:pointer;
    z-index: 5;
}

#swap-locations1 .swap-icon1 {
  background: url('../images/swap.png') center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  transform: rotate(90deg);
}

.modal-open .mbr-section {
  z-index: unset !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .screen_1 {
    flex-direction: column;
    align-items: stretch;
  }

  .screen_1 .marker_icn {
    left: 7px !important;
    top: 7px !important;
    height: auto;
  }

  .screen_1 .autocomplete {
    padding-left: 40px;
    margin-bottom: 10px;
  }

  .screen_1 .clear_input_btn,
  .screen_1 .gps_tracker_icn {
    right: -3px;
    top: 2px;
  }

  .screen_1 button {
    width: 100%;
    margin-left: 0;
  }

  .screen_1 .outer_wrap {
    display: block;
  }

  .screen_1 .clear_input_btn {
    right: -1px !important;
    top: 5px;
  }
}

.step2loaded .screen_1 {
  display: none;
}

.step2loaded #location-form {
  padding-inline: 0;
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.step2loaded #location-form .swap_outer {
  display: flex;
  width: 73%;
}

.step2loaded #location-form .swap_outer #swap-locations {
  position: static;
  width: 38px;
  height: 38px;
  margin: 10px 0 0 0;
}

.step2loaded #location-form .swap_outer #swap-locations .swap-icon {
  background: url(../images/swap.png) center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.step2loaded #location-form>.form-controls {
  display: flex;
  width: 27%;
  margin: 0 -20px 0 0;
}

.step2loaded #location-form .swap_outer .swap-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  max-width: 30px;
  position: relative;
  z-index: 2;
}

.step2loaded #location-form .swap_outer>* {
  width: 100%;
}

.step2loaded #location-form>.form-controls>* {
  width: 50%;
  margin: 0 20px 0 0;
}

.step2loaded #location-form>.form-controls .quantity-input {
  display: flex;
  align-items: center;
  background: #fff;
  min-height: 40px;
  border-radius: 5px;
  padding: 5px 5px;

}

.step2loaded #location-form>.form-controls .quantity-input .quantity-adjust {
  width: 25px;
  height: 25px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 0 0 2px;
  cursor: pointer;
}

.step2loaded #location-form>.form-controls .quantity-input input {
  width: calc(100% - 50px);
  text-align: center;
}

.step2loaded #location-form>.form-controls .quantity-input input::-webkit-outer-spin-button,
.step2loaded #location-form>.form-controls .quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.step2loaded #location-form>.form-controls .quantity-input input[type=number] {
  -moz-appearance: textfield;
}

.details-wrap .pdOuterWrap * {
  color: #000;
}

.details-wrap .pdOuterWrap {
  font-size: 18px;
  font-weight: 300;
}

.details-wrap .pdOuterWrap .nowOrLater {
  display: flex;
  align-items: center;
}

.details-wrap .pdOuterWrap .nowOrLater .fieldWrap {
  margin: 0 0 0 20px;
}

.details-wrap .pdOuterWrap .nowOrLater .fieldWrap>* {
  margin: 0 0 0 20px;
}

.details-wrap .pdOuterWrap .nowOrLater .fieldWrap>*:first-child {
  margin: 0;
}

.details-wrap .pdOuterWrap .pdSecDateTime {
  display: flex;
  width: 100%;
  padding: 20px 0 20px;
  flex-wrap: wrap;
}

.details-wrap .pdOuterWrap .pdSecDateTime>* {
  display: flex;
  padding: 0 20px 0 0;
  flex-direction: column;
}

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecDate {
  width: 50%;
}

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime {
  width: 50%;
}

.details-wrap .pdOuterWrap .pdSecDateTime input,
.details-wrap .pdOuterWrap .pdSecDateTime select {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  width: 100%;
  background: #fff;
}

.details-wrap .pdOuterWrap .pdSecDateTime>* label {
  margin: 0 0 7px;
  font-weight: 500;
}

.details-wrap .pdOuterWrap .pdSecDateTime .input-append {
  position: relative;
  width: 100%;
}

.details-wrap .pdOuterWrap .pdSecDateTime .input-append i {
  position: absolute;
  top: 9px;
  right: 10px;
}

.details-wrap .pdOuterWrap .pdSecDateTime>*:last-child {
  padding: 0;
}

/* .details-wrap .pdOuterWrap .pdSecDateTime:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  margin: 24px 0 10px;
} */

.details-wrap .custom-time-picker .time-separator {
  padding: 0;
  width: auto;
}

.details-wrap .pdOuterWrap b {
  font-weight: 600;
  /* font-size: 20px; */
}

.details-wrap .pdOuterWrap .payment-options .payment-option {
  margin: 0 10px 8px 0;
  font-size: 16px;
}

.details-wrap .pdOuterWrap .payment-options {}

.details-wrap .pdOuterWrap .payment-options>* {
  display: inline-block;
  vertical-align: middle;
}

/* .details-wrap .pdOuterWrap .payment-options  .payment-option-notes {
    font-size: 14px;
    color: #fff;
    background: #4dc09e;
    border: 1px solid #4dc09e;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: 500;
}

.details-wrap .pdOuterWrap .payment-options .payment-option-notes:hover {
    background: #fff;
    color: #4dc09e;
} */

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecDate > label {
    margin: 0 0 27px;
}

.custom-time-picker > * {
    width: 100%;
}

/* Scoped popup styles with unique class prefix */
.custom-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9999;
  /* High z-index to ensure it's on top */
  overflow-y: auto;
  /* Allow scrolling if content is tall */
}

.custom-popup__container {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  position: relative;
  margin: 5vh auto;
  /* Center vertically with margin */

  /* Perfect centering */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.line-wrap.efse3 {
  overflow: visible !important;
}

.editpdSecTop .fieldWrap label {
  margin: 0;
  margin-left: 20px;
}

#res_con {
  display: flex;
  padding: 0;
  background: transparent;
}

#res_con .pdOuterWrap {
  padding: 25px 25px;
  width: 65%;
  background: #fff;
  border-radius: 4px 0 0 4px;
}

.custom-time-picker {
  width: 100%;
}

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime .custom-time-picker .time-component {
  /* flex-direction: unset; */
  align-items: stretch;
}

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime .custom-time-picker .time-component .time-adjust {
  display: flex;
  justify-content: center;
  text-align: center;
}

.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime .custom-time-picker .time-component .time-adjust i {
  /* transform-origin: center; */
  /* transform: rotate(-90deg); */
}

/*.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime input,*/
/*.details-wrap .pdOuterWrap .pdSecDateTime .pdSecTime select {*/
/*  font-size: 14px;*/
/*}*/

#res_con .form-box {
  width: 100%;
}

#res_con .form-box .field-wrap {
  padding: 0;
}

#res_con .form-box .field-wrap label {
  position: static;
  display: block;
  transform: unset;
}

#res_con h1 {
  font-size: 33px;
  margin: 0 0 20px;
}

.payment-options .contactless-prepayment-box {
  width: 100%;
  display: block !important;
  background: #f8fafc;
  border: 1px solid #d7dfe8;
  font-size: 14px;
  line-height: normal;
  padding: 10px 15px !important;
  margin: 10px 0 !important;
  color: #9ca3ae !important;
  cursor: pointer;
}

.payment-options .contactless-prepayment-box p {
  margin: 0 !important;
  color: inherit !important;
}

.payment-options .contactless-prepayment-box p:first-child {
  color: #6b7079 !important;
}

#res_con .booking-info-wrap {
  background: #0c3458;
  padding: 25px 25px;
  border-radius: 0 4px 4px 0;
  width: 35%;
}

#res_con .booking-info-wrap .booking-summary-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#res_con .booking-info-wrap .booking-summary-container .footer-note {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  color: #ffffffbd;
}

#res_con .booking-info-wrap h3 {
  font-size: 27px;
  margin: 0 0 19px;
}

#res_con .booking-info-wrap .vehicle-details {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
}

#res_con .booking-info-wrap .vehicle-details .vehicle-image-wrapper {
  padding: 0 0 0 10px;
}

#res_con .booking-info-wrap .vehicle-details .vehicle-text p {
  margin: 0;
}

#res_con .booking-info-wrap .vehicle-details .vehicle-text .vehicle-meta {
  font-size: 11px;
  font-weight: 400;
  color: #ffffff73;
  margin: 4px 0 0;
}

#res_con .booking-info-wrap .vehicle-details>* {
  width: 50%;
}

#res_con .booking-info-wrap .booking-details .booking-row {
  display: flex;
  color: #ffffffbd;
  line-height: 1;
}

#res_con .booking-info-wrap .booking-details .booking-row .label {
  width: 40%;
  color: inherit;
}

#res_con .booking-info-wrap .booking-details .booking-row .value {
  width: 60%;
  text-align: right;
  color: inherit;
  padding: 0 0 13px 10px;
}

#res_con .booking-info-wrap .divider {
  border-color: #58667b;
}

#res_con .booking-info-wrap .rate-row {
  font-size: 26px;
  margin: 0 -10px 20px 0;
}

#res_con .booking-info-wrap .rate-row>* {
  margin: 0 10px 0 0;
}

#res_con .booking-info-wrap .rate-row .rate-amount {
  font-size: 60%;
  color: #ffffffbd;
}

#res_con .booking-info-wrap .rate-row .rate-amount * {
  color: inherit;
}

#res_con .booking-info-wrap .rate-row .price {
  font-style: normal;
  color: #4dc09e;
  margin: 0 4px 0 0;
}

#res_con .booking-info-wrap .edit-button {
  width: 100%;
  margin: 0 0 25px;
  background: transparent;
  border: 1px solid #4dc09e;
  color: #4dc09e;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 18px;
}



#res_con .booking-info-wrap .edit-button:hover {
  background: #4dc09e;
  color: #fff;
}

#model_booking .modal-header {
  padding: 0;
  border: unset;
  font-size: 0;
}

#model_booking .modal-header .modal-title {
  display: none !important;
}

.modal-header .close {
  margin: 0 0 0 auto;
  padding: 4px 12px 0;
}

.model_booking-inner-wrap {
  display: flex;
  align-items: end;
}

#model_booking .modal-body {
  padding: 0;
}

.model_booking-inner-wrap .text-content {
  width: 50%;
  padding: 20px 0px 40px 30px;
}

.model_booking-inner-wrap .img-col {
  width: 50%;
}

.model_booking-inner-wrap .text-content h1,
.model_booking-inner-wrap .text-content strong {
  color: #4dc09e;
}

.model_booking-inner-wrap .text-content ul {
  margin: 0;
  padding: 0;
}

.model_booking-inner-wrap .text-content ul>li {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
}

.model_booking-inner-wrap .text-content ul>li svg {
  width: 20px;
  fill: #4dc09e;
  position: absolute;
  top: 4px;
  left: 2px;
}

.model_booking-inner-wrap .text-content ul>li h3 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 3px;
}

.custom-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #666;
  background: none;
  border: none;
  padding: 0 8px;
  line-height: 1;
}

.custom-popup__content {
  padding: 10px 0;
  max-height: calc(90vh - 100px);
  /* Account for padding and close button */
  overflow-y: auto;
}

.custom-popup__content p {
  font-size: 18px;
}

div#vh-baby-seat {
  border-bottom: 1px solid #bdbdbd;
  padding: 10px 0 20px;
  margin-bottom: 24px;
}

.pdSecDateTime.datetime-disabled {
  pointer-events: none;
}

.err_val.final_step .smf {
  margin-bottom: 0;
  margin-top: 9px;
  font-size: 15px;
  text-align: left;
  line-height: 1;
}

.loader-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.edit_booking_form .form-box {
  padding: 10px 20px 10px;
}

.details-wrap .line-wrap #submit-button {
  padding: 7px 10px;
}

/******************************************************************************/
.pasbags .quantity-control .quantity-input {
  display: flex;
  align-items: center;
  background: #fff;
  min-height: 40px;
  border-radius: 5px;
  padding: 0 6px;
  border: 1px solid #bdbdbd;
  min-width: 180px;
}

.pasbags .quantity-control .quantity-input .quantity-adjust {
  width: 25px;
  height: 25px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 0 0 2px;
  cursor: pointer;
}

.pasbags .quantity-control .quantity-input input {
  width: calc(100% - 50px);
  text-align: center;
  border: unset !important;
  height: 38px;
}

.pasbags .form-controls {
  display: flex;
  margin: 0 -20px 0 0;
}

.pasbags .form-controls .quantity-control {
  width: auto;
  margin: 0 20px 0 0;
}

.pasbags,
.editpdSecTop {
  margin: 0 0 30px;
  padding: 0 0 0 145px;
}

.editpdSecTop {
  margin: 0 0;
  ;
}

.editpdSecTop .nowOrLater {
  display: flex;
  align-items: center;
  margin: 5px 0 0px;
}

.editpdSecTop .nowOrLater .fieldWrap {
  margin: 0 0 0 20px;
}

.editpdSecTop .nowOrLater b {}

.editpdSecTop .pdSecDateTime {
  display: flex;
  width: 100%;
  padding: 10px 0 0px;
  flex-wrap: wrap;
}

.editpdSecTop .pdSecDateTime>* {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 20px 0 0;
}

.editpdSecTop .pdSecDateTime>* label {
  margin: 0 15px 0 0;
  font-weight: 500;
}

.editpdSecTop .pdSecDateTime .input-append {
  position: relative;
  width: calc(100% - 110px);
}

.editpdSecTop .pdSecDateTime input,
.editpdSecTop .pdSecDateTime select {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  width: 100%;
  background: #fff;
}

.editpdSecTop .pdSecDateTime .input-append i {
  position: absolute;
  top: 9px;
  right: 10px;
  font-family: "Font Awesome 6 Free";
}

.editpdSecTop .pdSecDateTime .custom-time-picker {
  display: flex;
  align-items: center;
  gap: 5px;
}

.editpdSecTop .pdSecDateTime .custom-time-picker>* {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.editpdSecTop .pdSecDateTime .custom-time-picker>* i {
  font-family: "Font Awesome 6 Free";
}

.editpdSecTop .pdSecDateTime .custom-time-picker input {
  width: 50px;
  text-align: center;
  -moz-appearance: textfield;
}

.editpdSecTop .pdSecDateTime .custom-time-picker input::-webkit-outer-spin-button,
.editpdSecTop .pdSecDateTime .custom-time-picker input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul.button-links {
  padding: 10px 0 0 0 !important;
  margin: 0 !important;
}

ul.button-links>li {
  display: inline-block !important;
  vertical-align: middle;
  padding: 0 10px 0 0 !important;
  margin: 0 !important;
}

ul.button-links>li a {
  display: block;
}

ul.button-links>li img {
  height: 50px;
}

.frm_outr_sec .total-years {
  z-index: 1 !important;
}

.iti input.iti__tel-input::placeholder {
    color: #999;
}
/* Responsive adjustment for small screens */

@media (max-height: 600px) {
  .custom-popup__container {
    max-height: 80vh;
    margin: 10vh auto;
  }
}

@media (max-width: 1199px) {
  .banner-back {
    width: 41% !important;
    top: 65% !important;
  }

  .frm_outr_sec .total-years {
    width: 120px;
    top: 10px !important;
  }
}

@media (max-width: 991px) {
    
  #icabbi-booking-form {
    max-width: 100%;
  }

  .step2loaded #location-form .swap_outer,
  .step2loaded #location-form>.form-controls {
    width: 100%;
  }

  .step2loaded #location-form>.form-controls>*:last-child {
    margin: 0 !important;
  }

  ul.button-links>li img {
    height: 47px !important;
  }

  ul.button-links {
    text-align: center !important;
  }

  .model_booking-inner-wrap .img-col {
    display: none;
  }

  .model_booking-inner-wrap .text-content {
    width: 100%;
    padding: 0px 16px 20px;
    text-align: center;
  }

  .model_booking-inner-wrap .text-content h1 {
    font-size: 30px;
    margin: 0 0 12px;
  }

  .model_booking-inner-wrap .text-content p {
    margin-bottom: 13px;
    line-height: normal !important;
  }

  .model_booking-inner-wrap .text-content ul {
    text-align: left;
  }

  .banner-back {
    width: 100% !important;
    position: static !important;
    margin: 0 auto;
    max-width: 720px;
  }

  .vehicle-options-wrap .options-box .btWrap {
    margin-top: 0 !important;
    position: static !important;
  }

  .options-box .icon-row {
    padding: 9px 0 13px !important;
  }

  .vehicle-options-wrap .options-box {
    padding: 10px 0px 10px;
    width: 31.33%;
  }

  .details-wrap .pdOuterWrap .pdSecDateTime>* {
    width: 100% !important;
    padding: 0 0 15px;
  }
  
  .details-wrap .pdOuterWrap .nowOrLater {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .details-wrap .pdOuterWrap .nowOrLater .fieldWrap {
      margin: 0;
  }
  
  #res_con .pdOuterWrap {
    width: 53%;
  }

  #res_con .booking-info-wrap {
    width: 47%;
  }

  .frm_outr_sec>#cal-h1,
  .frm_outr_sec>#cal-h1+#cal-h2 {
    max-width: calc(100% - 120px);
  }
}

@media (max-width: 768px) {

  .frm_outr_sec>#cal-h1,
  .frm_outr_sec>#cal-h1+#cal-h2 {
    max-width: 100%;
  }

  .screen_1 {
    flex-direction: column;
    align-items: stretch;
  }

  .screen_1 .map_marker {
    left: 15px;
    top: 18px;
  }

  .screen_1 .autocomplete {
    padding-left: 40px !important;
    margin-bottom: 0px;
    width: 100%;
  }

  .screen_1 .gps_tracker,
  .screen_1 .gps_tracker2 {
    right: 15px;
    top: 18px;
  }

  .screen_1 button {
    width: 100%;
    margin-left: 0;
  }

  #icabbi-booking-management .icabbi-form-row {
    flex-direction: column;
    gap: 1rem;
  }

  #icabbi-booking-management .icabbi-detail-grid {
    grid-template-columns: 1fr;
  }

  #icabbi-booking-management {
    padding: 0 .5rem;
  }

  #icabbi-booking-management .icabbi-booking-details,
  #icabbi-booking-management .icabbi-booking-search {
    padding: 1.5rem;
  }

  .icabbi-booking-form {
    margin: 10px;
    padding: 16px
  }

  .vehicle-info {
    flex-direction: column;
    text-align: center
  }

  .vehicle-price {
    margin-top: 12px
  }

  .btn-danger,
  .btn-primary,
  .btn-secondary {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px
  }

  .booking-wrap .date-time .field-wrap.dat_time {
    float: none;
    width: auto;
  }

  #icabbi-booking-management .icabbi-booking-details,
  #icabbi-booking-management .icabbi-edit-container {
    padding: 20px 5px;
  }

  .booking-wrap.form-field div.estimated-button {
    width: 100%;
  }

  .booking-wrap .book_now_btn,
  .booking-wrap.form-field .btn,
  .booking-wrap .bgwhite .form-box button {
    width: 100%;
    margin: 10px 0 0 0;
  }

  form#location-form {
    flex-wrap: wrap;
    gap: unset;
    padding: 0px 0px 0px 12px;
  }

  form#location-form>div {
    width: 100%;
  }

  .banner-back {
    width: 100% !important;
    position: static !important;
    width: 100% !important;
    max-width: 720px;
    margin: 0 auto;
    height: 130px !important;
    display: none;
  }

  .details-wrap .booking-info tr,
  .details-wrap .booking-info tr td {
    display: block;
    width: 100% !important;
    line-height: normal;
  }

  .details-wrap .booking-info-wrap .vehicle-img {
    margin: 0 0 10px;
  }

  .details-wrap .booking-info table tr td {
    padding: 0 0 5px;
  }

  .details-wrap .booking-info table tr {
    padding: 0 0 15px;
  }

  .details-wrap .booking-info {
    padding: 20px 20px 10px;
  }

  .back-btn,
  a.edit_profile1 {
    display: block;
  }

  .pickup-flightinfo-wrap .form-group {
    width: 46%;
  }

  .pickup-flightinfo-wrap {
    margin-top: 13px;
  }

  .step2loaded #location-form>.form-controls>* {
    width: 50%;
  }

  .step2loaded #location-form .swap_outer {
    flex-direction: column;
  }

  .step2loaded #location-form .swap_outer .swap-container {
    margin: 0 auto -16px;
  }

  .step2loaded #location-form .swap_outer #swap-locations {
    height: 30px;
    width: 30px;
    margin: 0;
  }

  .details-wrap .pdOuterWrap .pdSecDateTime>* {
    width: 100%;
    padding: 0 0 15px 0;
    flex-direction: column;
    align-items: baseline;
  }
  
  .details-wrap .pdOuterWrap .pdSecDateTime .pdSecDate > label {
    margin: 0 0 7px;
}
  
  .details-wrap .pdOuterWrap .pdSecDateTime {
    flex-direction: column;
    padding: 10px 0 10px;
  }

  .details-wrap .pdOuterWrap .nowOrLater {
    flex-direction: column;
    align-items: flex-start;
  }

  .details-wrap .pdOuterWrap .nowOrLater .fieldWrap {
    margin: 0;
  }

  .details-wrap .pdOuterWrap .pdSecDateTime .input-append {
    width: 100%;
    /* margin: 10px 0 0; */
  }

  #res_con .pdOuterWrap {
    width: 100%;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 15px 20px;
  }

  #res_con h1 {
    font-size: 30px;
    margin: 0 0 10px;
  }

  #res_con {
    flex-wrap: wrap;
  }

  #res_con .booking-info-wrap {
    width: 100%;
    border-radius: 4px;
  }

  .pasbags .form-controls {
    flex-direction: column;
    margin: 0;
  }

  .pasbags .form-controls .quantity-control {
    width: 100%;
    margin: 0 0 20px;
  }

  .pasbags .form-controls .quantity-control:last-of-type {
    margin: 0;
  }

  .editpdSecTop .nowOrLater {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 10px;
  }

  .editpdSecTop .nowOrLater .fieldWrap {
    margin: 0;
  }

  .editpdSecTop .nowOrLater .fieldWrap input {
    width: auto;
  }

  .editpdSecTop .nowOrLater .fieldWrap label {
    margin: 5px 20px 0 0;
  }

  .editpdSecTop .nowOrLater .fieldWrap label:last-of-type {
    margin-right: 0;
  }

  .editpdSecTop .pdSecDateTime {
    flex-direction: column;
  }

  .editpdSecTop .pdSecDateTime>* {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 15px;
  }

  .editpdSecTop .pdSecDateTime .input-append {
    width: 100%;
  }

  .editpdSecTop .pdSecDateTime>* label {
    margin: 0 0 10px;
  }

  .pasbags,
  .editpdSecTop {
    padding: 0;
  }

  .booking-wrap .bgwhite .line-wrap.efse2>* {
    width: 100%;
  }

  .booking-wrap .bgwhite .line-wrap.efse2>*:last-of-type {
    padding: 0;
  }

  .additional-charges ul.disc {
    padding: 10px 0 0 15px;
    margin: 0;
  }

  .form-group {
    margin-bottom: 7px;
  }

  .vehicle-options-wrap .options-box {
    width: 48%;
  }
}

@media (max-width: 575px) {
  .modal#model_booking {
    top: 44px !important;
  }
}


@media only screen and (max-width: 991px) {
    html:has(#wprmenu_bar) {
        padding: 0 !important;
    }
    html:has(#wprmenu_bar) header {
        padding-top: 52px;
    }
    .location_input_1 i.clear_input_btn {
      right: 21px !important;
      top: 6px;
    }
    .screen_1 .location_input_1 .autocomplete {
      padding-right: 45px !important;
    }
    .page-template-template-thankyou-php .footerCTA, .page-template-template-booking-management .footerCTA{
		display: none !important; 
	}
}

@media (max-width: 991px) {
  .page-template-template-thankyou-php .footerCTA {
      display: none !important;
  }
  .aeroport-booking-confirmation .confirmation-body {
      padding: 15px;
  }
  .aeroport-booking-confirmation {
      margin: 0 auto !important;
  }
  .aeroport-booking-confirmation .confirmation-header {
      padding: 15px 10px;
  }
  .aeroport-booking-confirmation .detail-card {
      padding: 5px 15px;
  }
  .aeroport-booking-confirmation .notes-section {
      padding: 10px 15px;
  }
}




