.loading-logo {
  margin-top: 40px;
  width: 250px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/logo/jf-logo.svg");
}
.home-feedback-error {
  border: 2px solid #d42424;
  border-radius: 6px;
  background: #ffecec;
  max-width: 50%;
  margin: 40px auto -80px;
  padding: 15px;
}
.home-feedback-error .feedback-item {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  color: #d42424;
  font-weight: 600;
  font-size: 18px;
  line-height: 22.6px;
}
.home-feedback-error .feedback-item a {
  color: #d42424;
}
select {
  padding: 5px 10px;
  border-radius: 50px;
  max-width: 100%;
}
.header-container {
  max-width: 1400px;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0 !important;
}
.left-scrollable.right-scrollable {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 15%, black 85%, rgba(0, 0, 0, 0) 100%);
}
.left-scrollable:not(.right-scrollable) {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 15%, black 85%, black 100%);
}
.right-scrollable:not(.left-scrollable) {
  mask-image: linear-gradient(to right, black 0%, black 15%, black 85%, rgba(0, 0, 0, 0) 100%);
}
.home-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.home-modal {
  position: relative;
  padding: 48px;
  background: #fff;
  border-radius: 20px;
  max-width: 600px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 20px;
}
.home-modal:focus-visible {
  outline: none !important;
}
.home-modal .modal-close-btn {
  position: absolute;
  right: 24px;
  top: 24px;
}
.home-modal .modal-close-btn:hover path {
  fill: #000;
}
.home-modal .error-modal-header {
  display: flex;
  align-items: center;
  gap: 24px;
  line-height: 26px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #bebebe;
}
.home-modal .error-modal-content {
  margin-top: 15px;
  padding-left: 90px;
}
.home-modal .error-modal-content ul {
  list-style: disc;
}
.home-modal .error-modal-content ul li {
  line-height: 40px;
}
.sunshine-header-nav {
  display: flex;
  align-items: center;
  gap: 56px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20.11px;
  color: #fff;
}
.sunshine-header-nav .navbar-app-download {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.sunshine-header-nav a {
  color: #fff;
}
.sunshine-header-nav a:hover {
  opacity: 0.6;
}
.sunshine-header-nav .navbar-language-selector-container, .sunshine-header-nav .navbar-account-item {
  position: relative;
  transition: all 0.3s;
}
.sunshine-header-nav .navbar-account-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.sunshine-header-nav .navbar-language-selector {
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  gap: 8px;
  cursor: pointer;
}
.sunshine-header-nav .navbar-language-selector:hover {
  opacity: 0.6;
}
.sunshine-header-nav .navbar-language-dropdown-list, .sunshine-header-nav .navbar-account-list {
  position: absolute;
  background: #fff;
  top: calc(100% + 5px);
  left: 4px;
  z-index: 1;
  border-radius: 16px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2117647059);
  overflow: hidden;
}
.sunshine-header-nav .navbar-language-dropdown-list > div, .sunshine-header-nav .navbar-account-list > div, .sunshine-header-nav .navbar-language-dropdown-list a, .sunshine-header-nav .navbar-account-list a {
  transition: all 0.3s;
  color: #444;
  padding: 16px 24px;
  white-space: nowrap;
  font-weight: 400;
}
.sunshine-header-nav .navbar-language-dropdown-list > div.active, .sunshine-header-nav .navbar-account-list > div.active, .sunshine-header-nav .navbar-language-dropdown-list a.active, .sunshine-header-nav .navbar-account-list a.active {
  background: #f0f0f0;
  font-weight: 600;
  cursor: default;
}
.sunshine-header-nav .navbar-language-dropdown-list > div.inactive, .sunshine-header-nav .navbar-account-list > div.inactive, .sunshine-header-nav .navbar-language-dropdown-list a.inactive, .sunshine-header-nav .navbar-account-list a.inactive {
  cursor: default;
}
.sunshine-header-nav .navbar-language-dropdown-list > div:not(.active):not(.inactive):hover, .sunshine-header-nav .navbar-account-list > div:not(.active):not(.inactive):hover, .sunshine-header-nav .navbar-language-dropdown-list a:not(.active):not(.inactive):hover, .sunshine-header-nav .navbar-account-list a:not(.active):not(.inactive):hover {
  background: #f0f0f0;
  cursor: pointer;
}
.sunshine-header-nav .navbar-language-dropdown-list > div:not(:last-child), .sunshine-header-nav .navbar-account-list > div:not(:last-child), .sunshine-header-nav .navbar-language-dropdown-list a:not(:last-child), .sunshine-header-nav .navbar-account-list a:not(:last-child) {
  border-bottom: 1px dashed #aaa;
}
.sunshine-header-nav .navbar-language-dropdown-list > div.user-details-item, .sunshine-header-nav .navbar-account-list > div.user-details-item, .sunshine-header-nav .navbar-language-dropdown-list a.user-details-item, .sunshine-header-nav .navbar-account-list a.user-details-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.sunshine-header-nav .navbar-language-dropdown-list > div.user-details-item .navbar-user-initials, .sunshine-header-nav .navbar-account-list > div.user-details-item .navbar-user-initials, .sunshine-header-nav .navbar-language-dropdown-list a.user-details-item .navbar-user-initials, .sunshine-header-nav .navbar-account-list a.user-details-item .navbar-user-initials {
  width: 48px;
  height: 48px;
  background: #f0f0f0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sunshine-header-nav .navbar-language-dropdown-list > div.user-details-item .navbar-user-full-name, .sunshine-header-nav .navbar-account-list > div.user-details-item .navbar-user-full-name, .sunshine-header-nav .navbar-language-dropdown-list a.user-details-item .navbar-user-full-name, .sunshine-header-nav .navbar-account-list a.user-details-item .navbar-user-full-name {
  font-weight: 600;
}
.sunshine-header-nav .navbar-language-dropdown-list > div.user-details-item .navbar-user-email, .sunshine-header-nav .navbar-account-list > div.user-details-item .navbar-user-email, .sunshine-header-nav .navbar-language-dropdown-list a.user-details-item .navbar-user-email, .sunshine-header-nav .navbar-account-list a.user-details-item .navbar-user-email {
  font-size: 14px;
}
.sunshine-header-nav .navbar-account-list {
  left: initial;
  right: 0;
}
.sunshine-header-nav .navbar-account-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 15px 20px;
  cursor: pointer;
}
.sunshine-header-nav .navbar-account-item .navbar-user-icon {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-left-scroll-arrow, .carousel-right-scroll-arrow {
  margin: 0;
  user-select: none;
  outline: none;
  text-decoration: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  cursor: pointer;
  color: #0f0e0f;
  background-color: white;
  border: 1px solid #cac8cc;
  padding: 4px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: normal;
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-radius: 1000px;
  box-shadow: rgba(39, 36, 41, 0.12) 0 6px 24px, rgba(39, 36, 41, 0.14) 0 4px 8px;
  position: absolute;
  top: calc(50% - 13px);
}
.carousel-left-scroll-arrow:hover, .carousel-right-scroll-arrow:hover {
  background-color: #f8f6f5;
  border: 1px solid #76737d;
}
.carousel-left-scroll-arrow:active, .carousel-right-scroll-arrow:active {
  background-color: #eae8eb;
  border: 1px solid #cac8cc;
}
.carousel-left-scroll-arrow.right, .carousel-right-scroll-arrow.right {
  right: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  font-family: Source Sans Pro, sans-serif !important;
  background-color: #fff;
  margin: 0;
}
.home-section-wrapper {
  max-width: 1400px;
  margin: auto;
  width: 100%;
}
#home-top-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover !important;
}
#home-top-section .product-type-selector-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 100px;
  width: fit-content;
  margin: auto;
  color: #fff;
  font-weight: 700;
}
#home-top-section .product-type-selector-container .product-type-selector-item {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 36px;
  border-radius: 100px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
#home-top-section .product-type-selector-container .product-type-selector-item:not(.active) {
  cursor: pointer;
}
#home-top-section .product-type-selector-container .product-type-selector-item.active {
  background: #fff;
  color: #222;
}
#home-top-section .product-type-selector-container .product-type-selector-item.active .student-discount-container {
  color: #dc6803;
}
#home-top-section .product-type-selector-container .product-type-selector-item.active .student-discount-container span {
  color: #344054;
}
#home-top-section .product-type-selector-container .product-type-selector-item:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
}
#home-top-section .product-type-selector-container .product-type-selector-item .product-type-selector-label {
  display: flex;
  gap: 8px;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#home-top-section .product-type-selector-container .product-type-selector-item .product-type-selector-label img {
  height: 14px;
}
#home-top-section .product-type-selector-container .product-type-selector-item .product-type-selector-label img.hotel, #home-top-section .product-type-selector-container .product-type-selector-item .product-type-selector-label img.activities, #home-top-section .product-type-selector-container .product-type-selector-item .product-type-selector-label img.transfers, #home-top-section .product-type-selector-container .product-type-selector-item .product-type-selector-label img.cruises {
  height: 18px;
}
#home-top-section .product-type-selector-container .product-type-selector-item .product-type-selector-label img.parking {
  height: 20px;
}
#home-top-section .product-type-selector-container.product-type-selector-container--student .product-type-selector-item {
  padding: 8px 36px;
}
#home-top-section .student-discount-container {
  display: flex;
  gap: 4px;
  color: #d0d5dd;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 6px;
  border-radius: 6px;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
#home-top-section .student-discount-container span {
  color: #d0d5dd;
}
#home-top-section .student-discount-container sup {
  font-size: 18px;
  margin-top: 2px;
  margin-left: -3px;
}
#home-top-section .checkbox-container {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 26px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
}
#home-top-section .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  /* Create a custom checkbox */
}
#home-top-section .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 3px;
  /* On mouse-over, add a grey background color */
}
#home-top-section .checkbox-container:hover input ~ .checkmark {
  background-color: #f0f0f0;
  /* Create the checkmark/indicator (hidden when not checked) */
}
#home-top-section .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  /* Show the checkmark when checked */
}
#home-top-section .checkbox-container input:checked ~ .checkmark:after {
  display: block;
  /* Style the checkmark/indicator */
}
#home-top-section .checkbox-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#home-top-section .radio__label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  line-height: 28px;
  font-size: 16px;
}
#home-top-section .radio__label input[type="radio"] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  height: 0;
  width: 0;
}
#home-top-section .radio__label .input__radioMark {
  position: absolute;
  top: 5px;
  left: 3px;
  height: 17px;
  width: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #9b9b9b;
}
#home-top-section .radio__label .input__radioMark:after {
  content: "";
  position: absolute;
  display: none;
  width: 7px;
  height: 14px;
  border: solid #444;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  bottom: 0;
  top: -3px;
}
#home-top-section .radio__label input:checked ~ .input__radioMark {
  background-color: #fff;
  box-shadow: 0 0 0 1px #777777;
}
#home-top-section .radio__label input:checked ~ .input__radioMark:after {
  display: block;
}
.home-title {
  font-size: 50px;
  text-align: center;
  line-height: 62.85px;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 5px;
  font-weight: 500;
}
.home-title span {
  color: #ffffff;
  font-weight: 700;
}
.home-subtitle {
  font-size: 24px;
  line-height: 30.17px;
  text-align: center;
  color: #fff;
}
.home-payment-method__wrapper {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.home-payment-method__wrapper .home-payment-method__title {
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  margin-right: 12px;
  white-space: nowrap;
}
.home-payment-method__wrapper .home-payment-method__text {
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
  white-space: nowrap;
}
.home-payment-method__wrapper .home-payment-method__logo-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.home-payment-method__wrapper .home-payment-method__logo {
  border-radius: 6px;
  background: #fff;
  width: 42px;
  height: 42px;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-payment-method__wrapper .home-payment-method__logo-affirm img {
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .home-payment-method__wrapper .home-payment-method__title {
    font-size: 16px;
  }
  .home-payment-method__wrapper .home-payment-method__text {
    font-size: 12px;
  }
  .home-payment-method__wrapper .home-payment-method__logo {
    width: 34px;
    height: 34px;
  }
}
.home-student-discount__wrapper {
  display: flex;
  padding: 6px 10px 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  color: #344054;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 40px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.home-student-discount__wrapper .home-student-discount__icon {
  font-size: 14px;
  color: #f79009;
  margin-bottom: 2px;
}
.home-student-discount__wrapper--cars {
  margin: 0 auto 18px;
}
.home-student-discount__disclaimer {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding-top: 18px;
}
.home-student-discount__promo-code {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 40px;
}
.home-student-discount__promo-code span {
  font-weight: 700;
}
.home-student-discount__promo-code sup {
  font-size: 18px;
  display: inline-flex;
}
.home-trust-pilot__reviews {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 40px;
}
.home-trust-pilot__reviews .home-trust-pilot__stars {
  width: 102px;
  height: 20px;
}
.home-trust-pilot__reviews .home-trust-pilot__reviews-text {
  font-size: 16px;
  font-weight: 400;
}
.home-trust-pilot__reviews .home-trust-pilot__logo {
  width: 90px;
  height: 22px;
}
.home-search-form-wrapper {
  margin-top: 100px;
}
.home-search-form-wrapper .home-search-form-trip-tabs:not(.mobile) {
  background: rgba(255, 255, 255, 0.17);
  border-radius: 100px;
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.home-search-form-wrapper .home-search-form-trip-tabs:not(.mobile) > div {
  padding: 8px 0;
  border-radius: 100px;
  width: 120px;
  text-transform: lowercase;
}
.home-search-form-wrapper .home-search-form-trip-tabs:not(.mobile) > div:first-letter {
  text-transform: uppercase;
}
.home-search-form-wrapper .home-search-form-trip-tabs:not(.mobile) > div:not(.active) {
  cursor: pointer;
}
.home-search-form-wrapper .home-search-form-trip-tabs:not(.mobile) > div:not(.active):hover {
  background: rgba(200, 200, 200, 0.17);
}
.home-search-form-wrapper .home-search-form-trip-tabs:not(.mobile) > div.active {
  background: #fff;
  color: #222;
  font-weight: 700;
  cursor: default;
}
.home-search-form-wrapper .home-search-form-trip-tabs:not(.mobile) > div.trip-type-multi {
  width: 200px;
}
.home-search-form-wrapper .home-search-form-selector-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  color: #fff;
  font-size: 16px;
  height: initial;
}
.home-search-form-wrapper .home-search-form-selector-wrapper .search-form-selector {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.home-search-form-wrapper .segment-wrapper.multi .home-search-form-left, .home-search-form-wrapper .segment-wrapper.oneway .home-search-form-left, .home-search-form-wrapper .segment-wrapper.multi .home-search-form-right, .home-search-form-wrapper .segment-wrapper.oneway .home-search-form-right {
  width: 50%;
}
.home-search-form-wrapper .segment-wrapper.multi .search-form-passenger-input-wrapper, .home-search-form-wrapper .segment-wrapper.oneway .search-form-passenger-input-wrapper {
  flex: 1;
}
.home-search-form-wrapper .home-search-input-wrapper {
  display: flex;
  margin-top: 24px;
  width: 100%;
}
.home-search-form-wrapper .home-search-input-wrapper > div {
  display: flex;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-left {
  background: #fff;
  padding-left: 32px;
  border-radius: 100px 0 0 100px;
  flex-grow: 1;
  transition: all 0.3s;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-left > div {
  flex: 1;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-left .home-search-destination-wrapper {
  position: relative;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-left .home-search-destination-wrapper .swap-arrows-icon {
  transition: all 0.3s;
  position: absolute;
  left: -40px;
  top: calc(50% - 13px);
  cursor: pointer;
  z-index: 2;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-left .home-search-destination-wrapper .swap-arrows-icon:hover > * {
  stroke: #444;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-left .home-search-destination-wrapper .swap-arrows-icon:active > * {
  fill: #f0f0f0;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-right {
  border-radius: 0 100px 100px 0;
  flex: 0 0 54%;
  transition: all 0.3s;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-right > div:not(.home-search-form-submit):not(.search-form-passenger-input-wrapper) {
  flex: 1;
  background: #fff;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-right .search-form-passenger-input-wrapper {
  background: #fff;
  width: 165px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-right > button {
  flex: 1;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input {
  padding: 15px;
  position: relative;
  transition: all 0.3s;
}
.home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  animation: fade-in 0.3s;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .airport-list-container, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .destination-list-container {
  flex: 1;
  overflow: auto;
}
.home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .home-mobile-input-container {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .home-mobile-input-container .close-btn {
  top: 50% !important;
}
.home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .home-mobile-selector-main-content {
  overflow: auto;
}
.home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .cancel-btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 50px;
  width: 120px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #adadad;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container input, .home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .datepicker-input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .datepicker-input, .home-search-form-wrapper .home-search-input-wrapper .home-search-form-input input::placeholder, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container input::placeholder, .home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .hotel-room-input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .hotel-room-input {
  padding-left: 0 !important;
  font-size: 16px !important;
  width: 100%;
  padding-right: 20px;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container input, .home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .datepicker-input:not(.placeholder), .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .datepicker-input:not(.placeholder) {
  color: #444 !important;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .home-search-form-input-label, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .home-search-form-input-label, .home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .fancy-input-placeholder.placeholder-top, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .fancy-input-placeholder.placeholder-top {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.08px;
  margin-bottom: 4px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .home-search-form-input-label, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .home-search-form-input-label {
  white-space: nowrap;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .airport-input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .airport-input, .home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .hotel-input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .hotel-input {
  padding-right: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .fancy-input-value, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .fancy-input-value {
  font-family: Source Sans Pro, sans-serif !important;
  font-size: 13px;
  line-height: 20.11px;
  white-space: nowrap;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container input {
  border: none;
  font-family: Source Sans Pro, sans-serif !important;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input input::placeholder, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container input::placeholder {
  color: #777;
  font-size: 13px;
  line-height: 20.11px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .close-btn, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .close-btn {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: calc(50% - 7px);
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .close-btn path, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .close-btn path {
  fill: #b0aeae;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .close-btn:hover path, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .close-btn:hover path {
  fill: #6b6969;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input.departure input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container.departure input {
  padding-right: 80px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input.departure .close-btn, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container.departure .close-btn {
  right: 60px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .home-search-form-divider-input.multi-input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .home-search-form-divider-input.multi-input {
  display: flex;
  gap: 15px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .home-search-form-divider-input.multi-input > div, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .home-search-form-divider-input.multi-input > div {
  flex: 1;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .home-search-form-divider-input.multi-input > div.last-input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .home-search-form-divider-input.multi-input > div.last-input {
  border-left: 1px solid #d6d6d6;
  padding-left: 14px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .placeholder, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .placeholder {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
  color: #777;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-input .datepicker-input, .home-search-form-wrapper .home-search-input-wrapper .home-mobile-selector-container .datepicker-input {
  cursor: pointer;
  font-size: 13px;
  line-height: 20.11px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-submit:not(.flights) {
  flex: 1;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-submit.flights {
  width: fit-content;
  padding: 0 32px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-submit, .home-search-form-wrapper .home-search-input-wrapper .home-search-form-segment-remove {
  transition: all 0.3s;
  display: flex;
  gap: 12px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #037fe5;
  font-size: 24px;
  line-height: 30.16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  padding: 8px;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-submit:hover, .home-search-form-wrapper .home-search-input-wrapper .home-search-form-segment-remove:hover {
  background: #0063b5;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-submit > *, .home-search-form-wrapper .home-search-input-wrapper .home-search-form-segment-remove > * {
  cursor: pointer;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-segment-remove, .home-search-form-wrapper .home-search-input-wrapper .home-search-form-submit {
  border-radius: 0 100px 100px 0;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-segment-actions {
  display: flex;
  flex: 2 !important;
  align-items: center;
  gap: 32px;
  background: none !important;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-segment-actions .home-search-form-segment-remove {
  width: fit-content;
  padding: 0 24px 0 24px;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-segment-actions .home-search-form-segment-add {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 12px;
  font-size: 16px;
  line-height: 20.11px;
  border: 1px solid #fff;
  border-radius: 27.5px;
  padding: 14px 16px;
  cursor: pointer;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-segment-actions .home-search-form-segment-add:hover path {
  transition: all 0.3s;
  fill: #1da0c7;
}
.home-search-form-wrapper .home-search-input-wrapper .home-search-form-segment-actions .home-search-form-segment-add:active path {
  fill: #0c7b9b;
}
.home-search-form-wrapper__cars .home-search-form-selector-wrapper {
  margin-top: 18px;
}
.home-search-form-wrapper__cars .home-search-form-selector-wrapper__powered-by {
  display: flex;
  justify-content: space-between;
}
.home-search-form-wrapper__cars .home-search-form-powered-by {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}
.home-search-form-wrapper__cars .home-search-form-powered-by__turo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px auto 0;
}
.home-search-form-wrapper__cars .home-search-form-powered-by__turo img {
  width: 77px;
}
.home-search-form-wrapper__cars .home-search-form-powered-by__rental-cars {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}
.home-search-form-wrapper__cars .home-search-form-powered-by__rental-cars img {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .home-search-form-wrapper__cars .home-search-input-wrapper {
    margin-top: 0;
  }
  .home-search-form-wrapper__cars .home-search-form-left {
    border-radius: 0 0 0 0 !important;
  }
  .home-search-form-wrapper__cars .home-search-form-selector-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
.home-search-input-wrapper.home-car-search.fr .hotel-room-input, .home-search-input-wrapper.home-car-search.fr .datepicker-input, .home-search-input-wrapper.home-car-search.fr .hotel-input {
  font-size: 14px !important;
}
.home-search-input-wrapper.home-car-search.fr .home-search-form-submit {
  font-size: 22px !important;
}
.home-search-form-trip-tabs {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  background: #f5f5f5;
  border-radius: 20px;
  color: #444;
  margin: 20px 15px 5px;
}
.home-search-form-trip-tabs div {
  transition: all 0.3s;
  flex: 1;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
}
.home-search-form-trip-tabs div.active {
  background: #212121;
  color: #fff;
}
.passenger-input-wrapper {
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  cursor: pointer;
}
.passenger-input-wrapper .fancy-input-value {
  cursor: pointer;
}
.passenger-input-wrapper .passenger-input-dropdown-arrow {
  align-items: flex-end;
  margin-bottom: 8px;
  cursor: pointer;
}
.passenger-input-wrapper input {
  -webkit-tap-highlight-color: transparent;
}
.passenger-input-wrapper .landing-cta-btn:hover {
  color: #444 !important;
}
.search-form-selector-list {
  position: absolute;
  top: calc(100% + 10px);
  left: -15px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 1px 1px 10px 0 #00000036;
  z-index: 10;
  min-width: 175px;
  max-height: 250px;
  overflow: auto;
  animation: fade-in 0.3s;
  transition: all 0.3s;
}
.search-form-selector-list > div {
  padding: 16px 15px 16px 15px;
  font-size: 16px;
  line-height: 20.11px;
  color: #222;
  white-space: nowrap;
}
.search-form-selector-list > div.active {
  font-weight: 700;
}
.search-form-selector-list > div:not(.active):hover {
  cursor: pointer;
  background: #f4f4f4;
}
.search-form-selector-list > div:not(:last-child) {
  border-bottom: 1px dashed #d6d6d6;
}
.search-form-selector-list > div span {
  color: #dc6803;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 6px;
  border-radius: 6px;
  border: 1px solid #d0d5dd;
}
.search-form-selector-list > div span sup {
  color: #344054;
  font-size: inherit;
  vertical-align: baseline;
}
.hotel-room-input {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  cursor: pointer;
}
.room-selector-list:not(.home-mobile-list), .age-selector-dropdown-list {
  max-height: 200px;
  top: 25px;
  overflow: auto;
  left: -8px;
}
.room-selector-list:not(.home-mobile-list) div, .age-selector-dropdown-list div {
  font-size: 13px;
  line-height: 20.11px;
  padding: 12px 25px;
}
.room-selector-list.home-mobile-list div {
  padding-left: 20px !important;
}
.children-ages {
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #dadada;
  font-size: 12px;
  line-height: 16px;
}
.children-ages .children-ages-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.children-ages .children-ages-wrapper .age-selector {
  position: relative;
  cursor: pointer;
  width: calc(50% - 10px);
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.children-ages .children-ages-wrapper .age-selector .search-form-selector-list {
  top: 50px;
  max-height: 300px;
}
.hotel-input {
  width: 100%;
}
.destination-autocomplete-list .airport-autocomplete-list-item-code, .airport-autocomplete-list .airport-autocomplete-list-item-code {
  line-height: 24px;
}
.destination-autocomplete-list .destination-autocomplete-list-item, .airport-autocomplete-list .destination-autocomplete-list-item {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20.11px;
  gap: 12px;
  cursor: pointer;
}
.destination-autocomplete-list .destination-autocomplete-list-item:hover, .airport-autocomplete-list .destination-autocomplete-list-item:hover {
  background: #f0f0f0;
}
.destination-autocomplete-list .destination-autocomplete-list-item:not(:last-child), .airport-autocomplete-list .destination-autocomplete-list-item:not(:last-child) {
  border-bottom: 1px dashed #aaa;
}
.destination-autocomplete-list .destination-autocomplete-list-item img, .airport-autocomplete-list .destination-autocomplete-list-item img {
  padding: 0 12px;
}
.destination-autocomplete-list .destination-autocomplete-list-item div, .airport-autocomplete-list .destination-autocomplete-list-item div {
  font-weight: 300;
}
.destination-autocomplete-list .destination-autocomplete-list-item.active, .airport-autocomplete-list .destination-autocomplete-list-item.active {
  background: #f0f0f0;
}
.home-mobile-selector-container .destination-autocomplete-list-item:last-child {
  border-bottom: 1px dashed #aaa;
}
.datepicker-input {
  padding-right: 0 !important;
}
.datepicker-input:focus {
  outline: none;
}
.fancy-input-value:focus-visible, .airport-input:focus-visible, .hotel-input:focus-visible {
  outline: none;
}
.cars-age-selector {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.cars-age-selector .search-form-selector {
  color: #444;
  background: #fff;
  border-radius: 12px;
  padding: 5px 10px;
  font-size: 14px;
}
.cars-age-selector .search-form-selector div {
  font-size: 14px;
}
.passenger-input-wrapper {
  display: flex;
}
.passenger-input-wrapper .dropdown-list.passenger-list {
  border-top: none;
  border-radius: 6px;
  box-shadow: 1px 1px 10px 0 #00000036;
  padding: 8px 16px 16px;
  max-width: 350px;
}
.passenger-input-wrapper .dropdown-arrow {
  border: none;
}
.passenger-input-wrapper .dropdown-item {
  font-size: 16px !important;
  line-height: 20.11px;
  color: #444;
  padding: 12px 0;
}
.passenger-input-wrapper .dropdown-item:has(+ .children-ages) {
  border-bottom: none !important;
}
.passenger-input-wrapper .dropdown-item span.fa {
  margin-top: 2px;
}
.passenger-input-wrapper button {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.45px;
  border-radius: 19px;
  padding: 8px 32px;
  color: #444;
  border: 1px solid #444;
  cursor: pointer;
  background: #fff;
}
.passenger-input-wrapper button:hover {
  background: #f0f0f0;
}
.home-component-wrapper {
  margin: 80px 0;
  color: #444;
}
.home-component-wrapper .home-component-title {
  font-size: 32px;
  line-height: 40.22px;
  font-weight: 700;
}
.home-component-wrapper .home-component-subtitle {
  font-size: 24px;
  line-height: 30.17px;
  color: #444;
}
.home-component-wrapper .home-component-subtitle span {
  color: #f26538;
}
.home-deals-wrapper {
  position: relative;
  margin-top: 32px;
}
.home-deals-wrapper .chevron-left-icon, .home-deals-wrapper .chevron-right-icon {
  position: absolute;
  cursor: pointer;
  top: calc(50% - 21px);
}
.home-deals-wrapper .chevron-left-icon path, .home-deals-wrapper .chevron-right-icon path {
  fill: #e5e5e5;
}
.home-deals-wrapper .chevron-left-icon:hover path, .home-deals-wrapper .chevron-right-icon:hover path {
  fill: #444;
}
.home-deals-wrapper .chevron-left-icon {
  left: -48px;
}
.home-deals-wrapper .chevron-right-icon {
  right: -46px;
}
.home-deals-wrapper .home-deal-dates {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.8px;
  color: #777;
}
.home-deals-wrapper .home-deals-wrapper-inner {
  display: flex;
  gap: 2%;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.home-deals-wrapper .home-deals-wrapper-inner::-webkit-scrollbar {
  display: none;
}
.home-deals-wrapper .home-deal-placeholder {
  width: 100%;
  height: 400px;
}
.home-deals-wrapper .home-deal-item {
  cursor: pointer;
  min-width: 32%;
}
.home-deals-wrapper .home-deal-item .home-deal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.home-deals-wrapper .home-deal-item .home-deal-header .home-deal-route {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 22.63px;
  font-weight: 600;
}
.home-deals-wrapper .home-deal-item .home-deal-header .home-deal-price {
  color: #f26538;
  border: 1px solid #f26538;
  border-radius: 19px;
  line-height: 20.11px;
  padding: 8px 12px;
  transition: all 0.3s;
}
.home-deals-wrapper .home-deal-item .home-deal-image {
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  filter: sepia(0.5);
}
.home-deals-wrapper .home-deal-item:hover .home-deal-price {
  color: #fff;
  background: #f26538;
}
.home-deals-wrapper .home-deals-disclaimer {
  margin-top: 20px;
  color: #999;
  text-align: right;
}
.extra-product-container {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 12px;
  margin: 0 auto;
}
.extra-product-container__item {
  border-radius: 6px;
  background: #2b343a;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  height: 105px;
  min-width: 125px;
}
.extra-product-container__item-label {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.extra-product-container__item img {
  width: 32px;
}
@media (max-width: 768px) {
  .extra-product-container__item-label {
    font-size: 14px;
  }
  .extra-product-container__item img {
    width: 26px;
  }
}
@media (max-width: 400px) {
  .extra-product-container__item {
    min-width: 90px;
    height: 80px;
  }
  .extra-product-container__item-label {
    font-size: 13px;
  }
  .extra-product-container__item img {
    width: 20px;
  }
}
.product-disclaimer {
  display: flex;
  align-items: center;
  gap: 38px;
}
.product-disclaimer__text {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding-left: 38px;
  border-left: 1px solid #222222;
}
.product-disclaimer__text a {
  color: inherit;
  text-decoration: underline;
}
.product-disclaimer__icon {
  width: 46px;
}
@media screen and (max-width: 768px) {
  .product-disclaimer {
    align-items: flex-start;
    gap: 22px;
  }
  .product-disclaimer__icon {
    width: 33px;
  }
  .product-disclaimer__text {
    font-size: 12px;
    padding-left: 22px;
  }
  .product-disclaimer__text a {
    color: inherit;
    text-decoration: underline;
  }
}
.home-hotels-city-selector-wrapper {
  position: relative;
}
.home-hotels-city-selector-wrapper .home-hotels-city-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 15px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.home-hotels-city-selector-wrapper .home-hotels-city-selector::-webkit-scrollbar {
  display: none;
}
.home-hotels-city-selector-wrapper .home-hotels-city-selector .home-hotels-city-item {
  color: #444;
  border: 1px solid #444;
  border-radius: 21.5px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
}
.home-hotels-city-selector-wrapper .home-hotels-city-selector .home-hotels-city-item.active {
  background: #444;
  color: #fff;
  cursor: default;
}
.home-hotels-city-selector-wrapper .home-hotels-city-selector .home-hotels-city-item:not(.active) {
  cursor: pointer;
}
.home-hotels-city-selector-wrapper .home-hotels-city-selector .home-hotels-city-item:not(.active):hover {
  background: #f0f0f0;
}
.hotel-deals-section {
  margin-bottom: 0;
}
.why-us-section {
  margin-top: 0;
}
.why-us-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.why-us-wrapper .why-us-tile {
  position: relative;
  background: #f6f6f5;
  border-radius: 20px;
  padding: 52px 28px 28px;
  flex: 1;
}
.why-us-wrapper .why-us-tile .why-us-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -27px;
  left: 28px;
  width: 54px;
  height: 54px;
  border-radius: 12px;
}
.why-us-wrapper .why-us-tile .why-us-icon.best-deals {
  background: #2fb9e3;
}
.why-us-wrapper .why-us-tile .why-us-icon.one-stop {
  background: #f8cc35;
}
.why-us-wrapper .why-us-tile .why-us-icon.travel {
  background: #f26638;
}
.why-us-wrapper .why-us-tile .why-us-icon img {
  width: 32px;
}
.why-us-wrapper .why-us-tile .why-us-tile-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34.18px;
}
.why-us-wrapper .why-us-tile .why-us-tile-text {
  margin-top: 4px;
  font-size: 18px;
  line-height: 24px;
  color: #888;
}
.home-component-wrapper.mobile-app-banner {
  background: #f6f6f5;
  border-radius: 20px;
  margin-top: 92px;
}
.home-mobile-app-banner {
  background-position-x: 100%;
  background-position-y: top;
  background-repeat: no-repeat;
  display: flex;
  margin: 0 auto;
  padding: 52px;
}
.home-mobile-app-banner .home-mobile-app-banner-info {
  max-width: 50%;
}
.home-mobile-app-banner .home-mobile-app-banner-info .home-mobile-app-banner-subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #ff6432;
}
.home-mobile-app-banner .home-mobile-app-banner-info .home-mobile-app-banner-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #121212;
  margin: 20px 0;
}
.home-mobile-app-banner .home-mobile-app-banner-info .home-mobile-app-banner-text {
  font-size: 16px;
  line-height: 23px;
  color: #121212;
}
.home-mobile-app-banner .home-mobile-app-banner-info .home-mobile-app-banner-text span {
  color: #ff6432;
}
.home-mobile-app-banner .home-mobile-app-banner-info .home-mobile-app-banner-ctas {
  display: flex;
  gap: 32px;
  margin-top: 20px;
  align-items: center;
}
.home-reviews-wrapper {
  padding: 20px 0 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 32px;
}
.home-reviews-wrapper .home-reviews-header {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d6d6d6;
  align-items: center;
}
.home-reviews-wrapper .home-reviews-header > img {
  width: 740px;
  height: 116px;
  margin: auto;
}
.home-reviews-wrapper .home-reviews-header .home-reviews-stats {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 22.63px;
}
.home-reviews-wrapper .home-reviews-header .home-reviews-stats .home-reviews-count {
  font-size: 34px;
  font-weight: 700;
  line-height: 42.74px;
}
.home-reviews-wrapper .home-reviews-content {
  display: flex;
  align-items: center;
}
.home-reviews-wrapper .home-reviews-content .home-review-item {
  flex: 1;
  padding: 40px 52px 20px 0;
}
.home-reviews-wrapper .home-reviews-content .home-review-item:not(:first-child) {
  border-left: 1px solid #d6d6d6;
  padding-left: 52px;
}
.home-reviews-wrapper .home-reviews-content .home-review-item .home-review-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 30px;
}
.home-reviews-wrapper .home-reviews-content .home-review-item .home-review-item-header .home-review-item-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-reviews-wrapper .home-reviews-content .home-review-item .home-review-item-content .home-review-item-text {
  font-style: italic;
  margin: 20px 0;
}
.home-reviews-wrapper .home-reviews-content .home-review-item .home-review-item-content .home-review-item-reviewer {
  font-weight: 600;
}
.home-reviews-wrapper .home-reviews-content .home-review-item .home-review-item-content .home-review-item-trustpilot {
  display: flex;
  justify-content: flex-end;
}
.newsletter-subscription-wrapper {
  background: #f6f6f5;
  padding: 32px 0;
  margin-top: 120px;
}
.newsletter-subscription-wrapper .newsletter-subscription-content {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-title-wrapper {
  color: #444;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-title-wrapper .newsletter-subscription-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 42.74px;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-title-wrapper .newsletter-subscription-subtitle {
  font-size: 24px;
  line-height: 32.68px;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-email {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-email input, .newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-email .newsletter-subscription-signup-btn {
  box-shadow: 1px 1px 1px 0 #00000040;
  border-radius: 28.5px;
  font-size: 16px;
  line-height: 24px;
  border: none;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-email input {
  width: 450px;
  padding: 15px 32px;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-email input::placeholder {
  font-size: 16px;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-email .newsletter-subscription-signup-btn {
  background: #2fb9e3;
  color: #fff;
  padding: 10px 32px;
  cursor: pointer;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-email .newsletter-subscription-signup-btn:hover {
  background: #0c95be;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-email .newsletter-feedback {
  position: absolute;
  top: -50px;
  left: 0;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  padding: 12px 25px;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-email .newsletter-feedback.success {
  background: #5bab47;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-email .newsletter-feedback.error {
  background: #ce3737;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-links {
  margin-top: 10px;
  display: flex;
  gap: 24px;
  justify-content: end;
  padding-right: 160px;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-links a {
  font-size: 14px;
  line-height: 17.6px;
  font-weight: 600;
  color: #888;
  text-decoration: underline;
}
.newsletter-subscription-wrapper .newsletter-subscription-content .newsletter-subscription-links a:hover {
  text-decoration: none;
}
.mobile-app-banner-mobile {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.mobile-app-banner-mobile img {
  width: 100%;
}
.mobile-app-banner-mobile img.dimmed {
  filter: brightness(0.75);
}
.mobile-app-banner-mobile .mobile-app-banner-mobile-content {
  position: absolute;
  color: #fff;
  top: 24px;
  width: 56%;
  left: 16px;
}
.mobile-app-banner-mobile .mobile-app-banner-mobile-content .mobile-app-banner-mobile-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.mobile-app-banner-mobile .mobile-app-banner-mobile-content .mobile-app-banner-mobile-subtitle span {
  font-weight: 700;
}
.mobile-app-banner-mobile .mobile-app-banner-mobile-content .mobile-app-banner-mobile-cta {
  margin-top: 20px;
  background: #ff6432;
  border-radius: 100px;
  text-align: center;
  padding: 12px;
  font-weight: 700;
}
@media screen and (min-width: 1401px) {
  .footer-wrapper {
    padding: 32px 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  .title-wrapper {
    margin-left: 0 !important;
  }
  .home-section-wrapper, .newsletter-subscription-content, .footer-wrapper {
    max-width: 1250px !important;
  }
  .home-search-input-wrapper.home-car-search.fr .datepicker-input {
    font-size: 12px !important;
  }
  .footer-wrapper {
    padding: 32px 50px !important;
  }
}
@media screen and (max-width: 1300px) {
  .home-section-wrapper, .newsletter-subscription-content, .footer-wrapper {
    max-width: 1200px !important;
  }
  .sunshine-header-nav:lang(fr) {
    gap: 20px;
    font-size: 14px !important;
  }
  .newsletter-subscription-email input {
    width: 350px !important;
  }
  .product-type-selector-container {
    flex-wrap: wrap !important;
    background: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .home-mobile-app-banner {
    background-position-x: 120%;
  }
  .home-section-wrapper, .newsletter-subscription-content, .footer-wrapper {
    max-width: 1100px !important;
  }
  .home-deal-item {
    min-width: 375px !important;
  }
  .home-reviews-wrapper .home-reviews-header > img {
    width: 600px;
    height: 94px;
  }
  .newsletter-subscription-content {
    justify-content: center !important;
  }
  .newsletter-subscription-content input {
    width: 450px !important;
  }
  .footer-footer-wrapper {
    justify-content: center !important;
    gap: 30px;
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1101px) {
  .home-search-form-divider-input {
    padding-left: 15px;
    border-left: 1px solid #d6d6d6;
  }
  .sunshine-burger-nav-button {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .home-mobile-app-banner {
    background-position-x: 145%;
  }
  .header-container .navbar-container .sunshine-header-nav {
    display: none;
  }
  .sunshine-burger-nav svg {
    transform: scale(1.5);
  }
  .home-search-form-left, .home-search-form-right {
    width: initial !important;
  }
  .home-search-input-wrapper, .home-search-form-left, .home-search-form-right {
    flex-direction: column;
  }
  .home-search-input-wrapper .search-form-passenger-input-wrapper, .home-search-form-left .search-form-passenger-input-wrapper, .home-search-form-right .search-form-passenger-input-wrapper {
    width: 100% !important;
  }
  .home-search-form-left {
    border-radius: 12px 12px 0 0 !important;
    padding-left: 0 !important;
  }
  .home-search-form-left > div:not(.home-search-form-trip-tabs) {
    border-bottom: 1px solid #e0e0e0;
  }
  .home-search-form-right > div:not(.home-search-form-submit):not(.home-search-form-segment-remove):not(.home-search-form-segment-actions) {
    padding-left: 15px !important;
  }
  .home-search-form-right > div:not(.home-search-form-submit):not(.home-search-form-segment-remove):not(.home-search-form-segment-actions):not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  .home-search-form-segment-actions {
    flex-wrap: wrap;
    padding-left: 0 !important;
  }
  .home-search-form-segment-actions .home-search-form-segment-remove {
    width: 100% !important;
  }
  .swap-arrows-icon {
    top: -13px !important;
    left: initial !important;
    right: 15px;
    transform: rotate(90deg);
    background: #fff;
  }
  .fancy-input-wrapper {
    width: 100%;
  }
  .passenger-input-dropdown-arrow {
    margin-right: 20px;
  }
  .home-search-form-divider-input {
    padding: 0 !important;
    border: none !important;
  }
  .home-search-form-divider-input.multi {
    display: flex;
  }
  .home-search-form-divider-input.multi .home-mobile-divider {
    height: 100%;
    border-right: 1px solid #e0e0e0;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .home-search-form-divider-input.multi .fancy-input-value {
    text-overflow: ellipsis;
  }
  .home-search-form-divider-input.multi > div:last-child {
    padding-right: 0 !important;
  }
  .home-search-form-divider-input.multi > div:last-child .dropdown-arrow {
    margin-right: 15px !important;
  }
  .dropdown-list {
    right: 20px;
  }
  .date-picker {
    transition: all 0.3s;
    left: initial !important;
    right: 0;
    width: 400px !important;
    padding: 20px 36px !important;
  }
  .date-picker .rdrMonthAndYearWrapper {
    top: initial;
  }
  .date-picker .rdrDateRangeWrapper {
    width: 325px;
  }
  .date-picker .rdrMonth:not(:first-child) {
    display: none;
  }
  .date-picker .date-picker-footer, .date-picker .date-picker-footer-left {
    flex-wrap: wrap;
    gap: 12px !important;
  }
  .date-picker .date-picker-footer > div:last-child {
    flex: 1;
    text-align: end;
  }
  .home-search-form-submit, .home-search-form-segment-remove {
    border-radius: 0 0 12px 12px !important;
    padding: 16px 0 !important;
  }
  .home-search-form-input .airport-input {
    padding-right: 80px !important;
  }
  .home-search-form-input .airport-input + .close-btn {
    right: 60px !important;
    top: calc(50% + 1px) !important;
  }
  .home-search-form-input .hotel-input + .close-btn {
    right: 20px !important;
  }
  .home-search-form-submit.flights {
    width: 100% !important;
  }
  .home-search-form-selector-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 1030px) {
  .home-reviews-wrapper .home-reviews-header > img {
    width: 500px;
    height: 78px;
  }
}
@media screen and (max-width: 950px) {
  .home-mobile-app-banner {
    background-position-x: 200%;
  }
  .home-reviews-wrapper .home-reviews-header > img {
    width: 400px;
    height: 63px;
  }
}
@media screen and (min-width: 851px) {
  .navbar-container .search-form-selector {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .product-type-selector-container {
    display: none !important;
  }
  .navbar-container {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .navbar-container .search-form-selector {
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 100px;
    color: #fff;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .navbar-container .search-form-selector__inner {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .navbar-container .search-form-selector__inner span {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .home-subtitle {
    line-height: 30px !important;
    margin-top: 15px;
  }
  .home-search-form-wrapper {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 838px) {
  .home-deals-disclaimer {
    text-align: center !important;
  }
  .why-us-icon {
    left: calc(50% - 27px) !important;
  }
  .why-us-tile {
    width: 100%;
    flex: initial !important;
    text-align: center;
  }
  .why-us-tile:not(:first-child) {
    margin-top: 32px;
  }
  .home-reviews-wrapper, .home-reviews-header {
    border: none !important;
  }
  .home-reviews-wrapper .home-reviews-header > img {
    width: 700px;
    height: 110px;
  }
  .home-reviews-stats {
    justify-content: center !important;
    gap: 50px;
  }
  .home-reviews-stats div {
    text-align: center;
  }
  .home-review-item {
    padding-right: 0 !important;
  }
  .home-review-item:last-child {
    display: none;
  }
  .home-review-item .home-review-item-title {
    line-height: 24px !important;
  }
  .home-review-item .home-review-item-title > img {
    margin-top: 8px;
  }
  .home-review-item .home-review-item-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .home-review-item .home-review-item-text {
    font-size: 18px;
    line-height: 30px;
  }
  .home-review-item .home-review-item-reviewer {
    font-size: 18px;
  }
  .newsletter-subscription-wrapper {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 766px) {
  .home-title {
    font-size: 40px;
    line-height: 50px;
  }
  .home-subtitle {
    font-size: 20px;
    line-height: 25px;
  }
  .home-reviews-wrapper .home-reviews-header > img {
    width: 600px;
    height: 94px;
  }
  .home-component-title, .why-us-tile-title, .newsletter-subscription-title {
    font-size: 20px !important;
    text-align: center !important;
    line-height: 28.14px !important;
  }
  .home-component-subtitle, .why-us-tile-text, .newsletter-subscription-subtitle {
    font-size: 16px !important;
    text-align: center !important;
    font-weight: 300 !important;
    line-height: 24.11px !important;
  }
  .newsletter-subscription-title-wrapper {
    justify-content: center;
    padding: 0 40px;
  }
  .newsletter-subscription-signup-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .newsletter-subscription-email {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .newsletter-subscription-email input {
    width: 300px !important;
    margin-left: 15px;
    height: 54px;
  }
  .newsletter-subscription-email .newsletter-subscription-signup-btn {
    padding: 15px 32px !important;
  }
  .newsletter-subscription-links {
    width: 100%;
    padding-right: 0 !important;
    justify-content: center !important;
  }
  .footer-links {
    gap: 40px;
  }
  .footer-links-column {
    width: 40%;
  }
}
@media screen and (max-width: 650px) {
  .past-searches-item {
    width: 325px;
  }
  .past-searches-item .past-searches-item-info {
    flex: 1;
  }
  .home-component-wrapper {
    margin: 60px 0 !important;
  }
  .home-reviews-wrapper .home-reviews-header > img {
    width: 500px;
    height: 78px;
  }
}
@media screen and (max-width: 600px) {
  .home-reviews-wrapper .home-reviews-header > img {
    width: 400px;
    height: 63px;
  }
}
@media screen and (max-width: 550px) {
  #home-top-section {
    min-height: 100%;
  }
  .footer-header-wrapper {
    justify-content: center !important;
    gap: 40px;
  }
  .title-wrapper {
    padding: 0;
  }
  .sunshine-burger-nav svg {
    transform: scale(1.2) !important;
  }
  .date-picker {
    width: 350px !important;
    padding: 10px 10px 0 !important;
  }
  .hotel-options .checkbox-container {
    width: fit-content;
    margin: 25px auto 0;
    color: #fff;
  }
  .home-search-form-selector-wrapper {
    margin-left: 0 !important;
    flex-wrap: wrap;
    height: fit-content !important;
    gap: 16px !important;
  }
  .home-search-form-selector-wrapper label, .home-search-form-selector-wrapper .cars-age-selector {
    font-size: 14px !important;
  }
  .home-title {
    font-size: 26px;
    line-height: 32px;
    margin-top: -30px !important;
  }
  .home-title--students {
    margin-top: 0 !important;
  }
  .home-student-discount__wrapper {
    font-size: 14px;
    margin: 18px auto !important;
  }
  .home-student-discount__wrapper .home-student-discount__icon {
    font-size: 12px;
  }
  .home-subtitle {
    font-size: 14px;
    line-height: 17px !important;
  }
  .home-search-form-wrapper {
    margin-top: 30px !important;
  }
  .home-section-wrapper {
    padding: 0 12px !important;
  }
  .home-search-form-input input {
    outline: none !important;
  }
  .footer-wrapper {
    padding: 32px 15px !important;
  }
  .hide-fr:lang(fr) {
    display: none;
  }
  .carousel-left-scroll-arrow, .carousel-right-scroll-arrow {
    display: none;
  }
  .home-hotels-wrapper iframe {
    border: none;
  }
  .home-reviews-wrapper {
    margin-top: 10px !important;
  }
  .home-review-item {
    padding: 40px 20px !important;
  }
  .newsletter-subscription-email {
    flex-wrap: wrap;
    margin-top: 20px !important;
  }
  .newsletter-subscription-email input {
    width: 100% !important;
    margin: 0 20px !important;
  }
  .sunshine-burger-menu > div {
    font-size: 14px !important;
  }
  .sunshine-burger-menu a {
    text-decoration: none;
  }
  .sunshine-burger-nav .sunshine-burger-menu > div:not(.navbar-app-download) {
    padding: 15px !important;
  }
  .navbar-app-download {
    padding: 15px 0 15px 15px !important;
  }
  .navbar-app-download .exclusive-pricing-tag {
    font-size: 12px !important;
  }
  .home-search-form-input .destination-autocomplete-list, .home-search-form-input .airport-autocomplete-list {
    max-width: 98%;
    left: 1%;
  }
  .destination-autocomplete-list .destination-autocomplete-list-item, .airport-autocomplete-list .destination-autocomplete-list-item {
    white-space: break-spaces;
    padding: 10px !important;
  }
  .destination-autocomplete-list .destination-autocomplete-list-item img, .airport-autocomplete-list .destination-autocomplete-list-item img {
    padding: 0 4px !important;
  }
  .home-deals-wrapper .chevron-left-icon, .home-deals-wrapper .chevron-right-icon {
    display: none;
  }
}
@media screen and (max-width: 550px), screen and (max-height: 550px) and (orientation: landscape) {
  .date-picker .date-picker-footer, .date-picker-ctas {
    justify-content: center !important;
  }
  .date-picker .date-picker-footer .date-picker-matrix > div {
    padding: 8px 16px !important;
    font-size: 14px !important;
  }
  .home-search-form-selector-wrapper {
    justify-content: center !important;
  }
  .home-deal-item:hover .home-deal-price {
    color: #f26538 !important;
    background: #fff !important;
  }
  .home-deals-wrapper .home-deals-wrapper-inner {
    gap: 7% !important;
  }
  .footer-links {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  footer:not(:lang(fr)) .footer-links {
    padding-left: 10px !important;
  }
  .newsletter-subscription-signup-btn {
    padding: 10px 32px !important;
  }
  .home-modal .error-modal-content {
    padding-left: 0 !important;
  }
  .footer-socials {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .footer-socials li {
    list-style: none;
  }
  .footer-links-column {
    padding: 0;
  }
  .footer-links-column li {
    list-style: none;
  }
  .footer-links-column li a {
    text-decoration: none;
    white-space: break-spaces;
  }
}
@media screen and (max-width: 550px), screen and (max-height: 550px) and (orientation: landscape) {
  .dropdown-list {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: initial !important;
    border-radius: 0 !important;
  }
  .dropdown-list.passenger-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 !important;
  }
  .dropdown-list.passenger-list .passenger-list__container {
    padding: 0 15px;
  }
  .dropdown-list.passenger-list .dropdown-item, .dropdown-list.passenger-list .children-ages {
    border-bottom: 1px dashed #d6d6d6;
  }
  .home-mobile-selector-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 50;
    animation: fade-in;
  }
  .home-mobile-selector-modal .home-mobile-list {
    padding: 0 15px;
  }
  .home-mobile-selector-modal .home-mobile-list > div {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 1px dashed #d6d6d6;
  }
  .home-mobile-selector-modal .home-mobile-list > div.active {
    background: #f9f9f9;
  }
  .home-mobile-selector-modal .home-mobile-list > div:hover {
    background: #f9f9f9;
  }
  .home-mobile-selector-modal .home-mobile-list > div .checkmark {
    border: 1px solid #9b9b9b;
    top: initial !important;
  }
  .home-mobile-selector-modal .home-mobile-list > div .checkmark:after {
    top: 0 !important;
    left: 4px !important;
  }
  .home-mobile-selector-modal .home-mobile-list > div input {
    width: fit-content !important;
  }
  form.multi-city-form .home-search-input-wrapper:not(:first-child) {
    margin-top: 0 !important;
  }
  form.multi-city-form .home-search-input-wrapper:not(:first-child) .home-search-form-left {
    border-radius: 0 !important;
  }
  form.multi-city-form .home-search-input-wrapper:not(:first-child) .home-search-form-segment-title {
    padding-top: 40px;
  }
  form.multi-city-form .home-search-form-segment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.11px;
    padding: 15px 0;
    color: #ff6432;
    padding-left: 15px;
  }
  form.multi-city-form .home-search-form-segment-title .close-btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff6432;
    border-radius: 2px;
    margin-right: 15px;
    width: 20px;
    height: 20px;
  }
  form.multi-city-form .home-search-form-segment-title .close-btn path {
    fill: #ff6432;
  }
  form.multi-city-form .home-search-form-segment-add {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  form.multi-city-form .home-search-form-segment-add > div {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #212121;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 20px 0;
  }
  form.multi-city-form .home-search-form-segment-add.disabled div {
    opacity: 0.4;
  }
  .home-modal .error-modal-content {
    padding-left: 0 !important;
  }
}
@media screen and (max-height: 550px) and (orientation: landscape) {
  .dropdown-list.passenger-list {
    padding: 0 !important;
  }
  .dropdown-list .passenger-list__container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 400px) {
  .home-reviews-wrapper .home-reviews-header > img {
    width: 350px;
    height: 55px;
  }
}
@media (max-width: 1250px) {
  .home-section-wrapper {
    padding: 0 52px;
  }
}
.flight-item {
  border: 1px solid #dee2e6;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
}
.flight-item:hover {
  background-color: #f5f5f5;
}
.flight-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flight-details {
  /* display: none; */
  margin-top: 10px;
  border-top: 1px solid #dee2e6;
  /* Add a separator line */
  padding-top: 10px;
  /* Add some padding */
}
.flight-item.active .flight-details {
  display: block;
}
.flight-item .fa-chevron-down, .flight-item .fa-chevron-up {
  transition: transform 0.2s ease;
}
.flight-item.active .fa-chevron-down {
  transform: rotate(180deg);
}
.leg {
  /* Style for individual legs */
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ced4da;
  /* Light gray border */
  border-radius: 5px;
}
.leg-info {
  display: flex;
  justify-content: space-between;
}
#loading-overlay {
  position: fixed;
  /* Stay in place */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  z-index: 9999;
  /* Ensure it's on top */
}
#loading-overlay .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  /* Spin animation */
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Hide the overlay initially */
#loading-overlay {
  display: none;
}
.guest-new.active .guest-drop.passenger-drop {
  width: 350px !important;
}
.valunum input.guest-select {
  display: inline-block;
  width: 70px !important;
  text-align: center;
  font-size: 20px;
  border: none;
  padding: 0px 8px;
  vertical-align: middle;
  -moz-appearance: textfield;
}
.multi-date-picker {
  height: 20px;
}
