* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px;
}

header {
  background: #000 !important;
}

.review-booking-container {
  font-family: Arial, sans-serif;
  margin-top: 110px;
  padding: 0px 40px;
}
.review-booking-container > .back a {
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 18px;
}
.review-booking-container .review-booking-child {
  display: flex;
  align-items: flex-start;
}
.review-booking-container .review-booking-child .booking-details,
.review-booking-container .review-booking-child .payment-summary {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 20px;
  border-radius: 15px;
  width: 70%;
  overflow: hidden;
}
.review-booking-container .review-booking-child .payment-summary {
  width: 30%;
  padding: 30px 20px;
  background: #f5f5f5;
  margin-left: 15px;
}
.review-booking-container .review-booking-child .payment-summary .price-list {
  margin: 20px 0px;
}
.review-booking-container .review-booking-child .payment-summary .price-list p {
  padding: 18px 0px;
  border-bottom: 1px solid #bababa;
}
.review-booking-container .review-booking-child .payment-summary .price-list p:last-child {
  border-bottom: 0px;
}
.review-booking-container .review-booking-child .booking-details .heading {
  font-size: 24px;
  background: #d2a400;
  font-weight: 600;
  padding: 12px 50px;
}
.review-booking-container .review-booking-child .booking-details .content {
  padding: 30px 50px;
}
.review-booking-container .review-booking-child .booking-details .content h3 {
  color: #d2a400;
  font-size: 24px;
}
.review-booking-container .review-booking-child .booking-details .content > p {
  margin: 10px 0px;
}
.review-booking-container .review-booking-child .booking-details .content .p_details {
  margin-bottom: 30px;
}
.review-booking-container .review-booking-child .booking-details .journey-details {
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
  padding: 15px 20px;
  border-radius: 10px;
}
.review-booking-container .review-booking-child .booking-details .journey-details .head {
  display: flex;
  justify-content: space-between;
}
.review-booking-container .review-booking-child .booking-details .journey-details .head p {
  font-size: 20px;
  word-wrap: break-word;
  word-break: break-word;
}
.review-booking-container .review-booking-child .booking-details .journey-details .journey-details-list {
  margin: 15px 0px;
}
.review-booking-container .review-booking-child .booking-details .journey-details .journey-details-list i {
  margin-right: 15px;
}

.booking-details .journey-details p > span {
  font-weight: 500;
  width: 130px;
  display: inline-block;
  font-size: 16px;
}

.booking-details .journey-details .head .trip-type {
  background: #d2a400;
  padding: 7px 25px;
  border-radius: 50px;
}

.section-right section {
  background: #f5f5f5;
  padding: 8px;
  border-radius: 5px;
}

.section-right section p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-right section p:not(:last-child) {
  border-bottom: 1px solid #000000;
}

button[type=submit] {
  background-color: #d2a400;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
}

button[type=submit]:hover {
  background-color: #d4901d;
}

@media (max-width: 992px) {
  .review-booking-container .review-booking-child {
    flex-wrap: wrap;
  }
  .review-booking-container .review-booking-child .booking-details,
  .review-booking-container .review-booking-child .payment-summary {
    width: 100%;
    margin-left: 0px;
  }
  .review-booking-container .review-booking-child .booking-details .content {
    padding: 10px 15px;
  }
  .review-booking-container .review-booking-child .booking-details .journey-details .journey-details-list {
    margin: 20px 0px;
  }
}
.book-now-form form {
  display: grid;
  gap: 1rem !important;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr)) !important;
}
.book-now-form form a[rel=noopener] {
  display: none !important;
}
.book-now-form form #categoryFilters .nav-link {
  padding: 8px 16px;
  display: inline-block;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid #ddd;
  margin-right: 5px;
  border-radius: 4px;
  text-decoration: none;
  color: #d2a400;
}
.book-now-form form #categoryFilters .nav-link.active {
  background-color: #d2a400;
  color: #fff;
}
.book-now-form form .col {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0px 7px 9px 2px rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  /* Hide the number input arrows for Webkit browsers */
  /* Hide the default appearance of the radio button */
  /* Create the checked state with a yellow circle inside */
  /* Hide the number input arrows for Firefox */
}
.book-now-form form .col #map {
  border-radius: 10px;
}
.book-now-form form .col > h2,
.book-now-form form .col h3,
.book-now-form form .col h4 {
  color: #000;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
}
.book-now-form form .col .check-box-container {
  flex-wrap: nowrap;
}
.book-now-form form .col .check-box-container label {
  cursor: pointer;
}
.book-now-form form .col i {
  color: #d2a400;
}
.book-now-form form .col .icon {
  top: 40px;
  right: 15px;
}
.book-now-form form .col #pickup,
.book-now-form form .col #dropoff,
.book-now-form form .col #via {
  padding-right: 65px;
}
.book-now-form form .col #flightnumber-container,
.book-now-form form .col #hour-count-container,
.book-now-form form .col .dropoff-checkbox-container {
  display: none; /* Hide the dropoff container initially */
}
.book-now-form form .col #showViaBtn {
  display: none;
}
.book-now-form form .col .clear-icon {
  position: absolute;
  font-size: 20px;
  top: 35px;
  right: 40px;
  left: auto;
  display: none;
}
.book-now-form form .col .clear-icon.show {
  display: inline-block;
}
.book-now-form form .col #via-container .remove-icon {
  position: absolute;
  font-size: 20px;
  top: 35px;
  right: 10px;
}
.book-now-form form .col .route-detail h3 {
  font-size: 18px;
  color: midnightblue;
}
.book-now-form form .col input[type=number]::-webkit-inner-spin-button,
.book-now-form form .col input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.book-now-form form .col input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #d2a400; /* Yellow border */
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-bottom: -2px;
}
.book-now-form form .col input[type=radio]:checked::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d2a400; /* Yellow inner dot */
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
}
.book-now-form form .col input[type=number] {
  -moz-appearance: textfield;
}
.book-now-form form .col #airport-address-container {
  top: 100%;
  background: white;
  z-index: 3000;
  display: none;
}
.book-now-form form .col #airport-address-list {
  list-style-type: none;
  padding: 0;
}
.book-now-form form .col #airport-address-list li {
  padding: 10px 15px;
}
.book-now-form form .col #airport-address-list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.book-now-form form .col #airport-address-list li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.book-now-form form #proceedButton {
  border-radius: 100px;
}
.book-now-form form #loadMoreBtn {
  background-color: #d2a400;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  transition: 0.5s;
  padding: 8px 20px;
  width: 80%;
  margin: 0px auto;
}
.book-now-form form .error {
  color: red;
  font-size: 0.875em;
}
.book-now-form form .car-selection {
  height: 430px;
  overflow-y: auto;
}
.book-now-form form .car-selection img {
  width: 100%;
  height: auto;
}
.book-now-form form .car-selection .card {
  cursor: pointer;
}
.book-now-form form .car-selection .vehicle-card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1764705882);
  border-radius: 8px;
}
.book-now-form form .car-selection .selected {
  border: 2px solid #d2a400;
}
.book-now-form form .car-selection .selected .select_car_btn {
  background: #d2a400;
}
.book-now-form form .iti {
  width: 100%;
}
.book-now-form form .booking-vehicle-card {
  background: #fff;
  gap: 20px;
  align-items: center;
  border-radius: 8px;
  padding: 0px 10px 0px 10px;
  flex-wrap: wrap;
  position: relative;
}
.book-now-form form .booking-vehicle-card .info {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.book-now-form form .booking-vehicle-card .card-title {
  font-size: 20px;
  font-weight: 600;
}
.book-now-form form .booking-vehicle-card .card-img-top {
  width: 30%;
}
.book-now-form form .booking-vehicle-card .card-body {
  width: 70%;
}
.book-now-form form .booking-vehicle-card .card-body .card-text i {
  font-size: 20px;
}
.book-now-form form .booking-vehicle-card .card-body p {
  padding: 5px 0px;
}
.book-now-form form .booking-vehicle-card .card-body .price p {
  font-size: 16px;
  font-weight: 400;
}
.book-now-form form .booking-vehicle-card .card-body .price .starting {
  font-size: 14px;
  color: #000;
}
.book-now-form form .booking-vehicle-card .card-body .price .info-icon {
  position: relative;
  cursor: pointer;
  color: #007bff;
  margin-left: 8px;
}
.book-now-form form .booking-vehicle-card .card-body .price .info-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #333;
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  font-size: 0.875rem;
  display: none;
  z-index: 1000;
}
.book-now-form form .booking-vehicle-card .card-body .price .info-icon:hover::after {
  display: block;
}
.book-now-form form .booking-vehicle-card .card-body .price .actual-price {
  text-decoration: line-through;
  color: rgb(210, 4, 4);
}
.book-now-form form .booking-vehicle-card .card-body .price p:has(.actual-price) {
  display: none;
}
.book-now-form form .booking-vehicle-card .card-body .price .km-rate {
  font-weight: 400;
  color: rgb(0, 143, 0);
  font-size: 23px;
}
.book-now-form form .booking-vehicle-card .card-body .price .offer-price {
  color: rgb(0, 143, 0);
  font-size: 23px;
  display: none;
}
.book-now-form form .booking-vehicle-card .card-footer {
  border-top: 1px solid #cdcdcd;
  padding: 8px 0px;
  position: relative;
}
.book-now-form form .booking-vehicle-card .card-footer > span {
  background: #5daa00;
  border-radius: 50px;
  padding: 6px 10px;
  color: #fff;
  position: absolute;
  top: -120%;
  right: 0px;
  display: none;
}
.book-now-form form .booking-vehicle-card .card-footer .select_car_btn {
  border: 1px solid rgb(168, 109, 0);
  padding: 5px 8px;
  cursor: pointer;
  border-radius: 8px;
}
.book-now-form .mobile-popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}
.book-now-form .mobile-popup .popup-content {
  width: 100%;
  max-width: 500px;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 20px;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.3s ease-out;
}
.book-now-form .mobile-popup .popup-content .popup-header {
  font-size: 18px;
  font-weight: 600;
}
.book-now-form .mobile-popup .popup-content .popup-body p {
  margin: 10px 0;
  font-size: 15px;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.book-now-form .btn-close {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
}
.book-now-form .popup-footer .btn {
  font-size: 16px;
  border-radius: 8px;
}

#map {
  height: 400px;
  width: 100%;
}

.autocomplete-container {
  position: relative;
  width: 400px;
  margin: 0 auto;
}

.suggestions-container {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 2000;
}

.suggestions-heading {
  font-weight: bold;
  padding: 8px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
}

.suggestion {
  padding: 8px;
  cursor: pointer;
}

.suggestion:hover {
  background-color: #e0e0e0;
}

.alert {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 10%;
}

.loading-container {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4470588235);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
}
.loading-container .wrap {
  width: 100%;
  position: absolute;
  top: 50%;
}
.loading-container .spinner-wrap {
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.loading-container .spinner {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin: -25px auto 0;
  animation: spin 1s steps(12, end) infinite;
}
.loading-container .spinner:first-child {
  margin-right: 25px;
}
.loading-container .spinner i {
  height: 15px;
  width: 3px;
  margin-left: -1.5px;
  display: block;
  transition: height 1s;
  position: absolute;
  left: 50%;
  transform-origin: center 25px;
  background: #fff;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.loading-container .spinner:hover i {
  height: 3px;
}
.loading-container .spinner:hover:nth-child(2) i {
  height: 15px;
}
.loading-container .spinner i:nth-child(1) {
  opacity: 0.08;
}
.loading-container .spinner i:nth-child(2) {
  transform: rotate(30deg);
  opacity: 0.167;
}
.loading-container .spinner i:nth-child(3) {
  transform: rotate(60deg);
  opacity: 0.25;
}
.loading-container .spinner i:nth-child(4) {
  transform: rotate(90deg);
  opacity: 0.33;
}
.loading-container .spinner i:nth-child(5) {
  transform: rotate(120deg);
  opacity: 0.4167;
}
.loading-container .spinner i:nth-child(6) {
  transform: rotate(150deg);
  opacity: 0.5;
}
.loading-container .spinner i:nth-child(7) {
  transform: rotate(180deg);
  opacity: 0.583;
}
.loading-container .spinner i:nth-child(8) {
  transform: rotate(210deg);
  opacity: 0.67;
}
.loading-container .spinner i:nth-child(9) {
  transform: rotate(240deg);
  opacity: 0.75;
}
.loading-container .spinner i:nth-child(10) {
  transform: rotate(270deg);
  opacity: 0.833;
}
.loading-container .spinner i:nth-child(11) {
  transform: rotate(300deg);
  opacity: 0.9167;
}
.loading-container .spinner i:nth-child(12) {
  transform: rotate(330deg);
  opacity: 1;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 576px) {
  .check-box-container {
    display: unset !important;
  }
  .check-box-container > div {
    margin-top: 10px;
  }
  .book-now-form form {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
  }
  .book-now-form form .col:nth-child(2) {
    order: -1;
  }
  .book-now-form form .col {
    padding: 5px;
  }
  .book-now-form form .booking-vehicle-card {
    display: block !important;
    padding: 10px;
  }
  .book-now-form form .booking-vehicle-card .card-img-top {
    width: 100%;
  }
  .book-now-form form .booking-vehicle-card .card-body {
    width: 100%;
  }
}
.owl-carousel .owl-item.active {
  min-height: 320px;
}

@media (max-width: 776px) {
  .book-now-form #journeyForm .col {
    padding: 15px;
  }
  .book-now-form #journeyForm .col #categoryFilters .nav-link {
    margin-top: 10px;
  }
  .book-now-form #journeyForm .col .car-selection {
    height: auto;
  }
  .book-now-form #journeyForm #proceedButton {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */