@import url(./customized.ui.min.css);
.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.-top-5 {
  top: -1.25rem;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.left-full {
  left: 100%;
}

.top-0 {
  top: 0px;
}

.top-12 {
  top: 3rem;
}

.-z-10 {
  z-index: -10;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-9 {
  margin-right: 2.25rem /* 36px */;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.grid {
  display: grid;
}

.h-10 {
  height: 2.5rem;
}

.h-15 {
  height: 3.75rem;
}

.h-24{
  height: 6rem;
}

.h-36 {
  height: 9rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-\[208px\] {
  height: 208px;
}

.h-\[299px\] {
  height: 299px;
}

.h-\[429px\] {
  height: 429px;
}

.h-\[519px\] {
  height: 519px;
}

.w-16 {
  width: 4rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-44 {
  width:11rem;
}

.w-60 {
  width: 15rem;
}

.w-\[106px\] {
  width: 106px;
}

.w-\[323px\] {
  width: 323px;
}

.w-\[54\%\] {
  width: 54%;
}

.w-\[99\%\] {
  width: 99%;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[2\.34\] {
  flex: 2.34;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.origin-right {
  transform-origin: right;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.justify-end {
  justify-content: flex-end;
}

.gap-14 {
  gap: 3.5rem;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--primary-100);
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[42px\] {
  border-radius: 42px;
}

.rounded-\[43px\] {
  border-radius: 43px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

.border-\[0\.2px\] {
  border-width: 0.2px;
}

.border-solid {
  border-style: solid;
}

.border-primary-100 {
  border-color: var(--primary-100);
}

.border-primary-900 {
  border-color: var(--primary-900);
}

.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.bg-primary-50 {
  background-color: var(--primary-50);
}

.bg-primary-900 {
  background-color: var(--primary-900);
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-secondary-200 {
  background-color: var(--secondary-200);
}

.bg-secondary-50 {
  background-color: var(--secondary-50);
}

.bg-secondary-600 {
  background-color: var(--secondary-600);
}

.bg-secondary-700 {
  background-color: var(--secondary-700);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-9 {
  padding-left: 2.25rem /* 36px */;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-primary-300 {
  color: var(--primary-300);
}

.text-primary-900 {
  color: var(--primary-900);
}

.text-secondary-600 {
  color: var(--secondary-600);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.faq-shadow {
  box-shadow: 0px 4px 4px 0px #00000040;
}

.article-shadow {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.7%, #000000 91.96%);
}

.h1-tag{
  position: absolute;
  width: 1px;
  padding: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}

.mask-image {
  -webkit-mask-image: url(../images/mask-shape.svg);
  mask-image: url(../images/mask-shape.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  width: 100%;
  display: block;
  height: 429px;
}

.swiper-article .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 2px !important;
}

.swiper-article .swiper-pagination-bullet-active {
  background-color: #cbb06b;
  width: 14px;
  height: 8px;
  border-radius: 21px !important;
}

.hover\:bg-primary-900:hover {
  background-color: var(--primary-900);
}

.hover\:bg-secondary-600:hover {
  background-color: var(--secondary-600);
}

.hover\:bg-secondary-700:hover {
  background-color: var(--secondary-700);
}

.hover\:text-primary-900:hover {
  color: var(--primary-900);
}

.hover\:text-secondary-600:hover {
  color: var(--secondary-600);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:invisible {
  visibility: hidden;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.group\/leveltwo:hover .group-hover\/leveltwo\:scale-x-100 {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

@media not all and (min-width: 1280px) {
  .max-xl\:w-\[97\%\] {
    width: 97%;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:w-\[90\%\] {
    width: 90%;
  }

  .max-lg\:w-\[95\%\] {
    width: 95%;
  }
}

@media (min-width: 1280px) {
  .xl\:w-\[97\%\] {
    width: 97%;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }
}
.drop-shadow-\[2px_4px_6px_rgba\(0\2c 0\2c 0\2c 0\.9\)\] {
  --tw-drop-shadow: drop-shadow(2px 4px 6px rgba(0,0,0,0.9));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #7a82ab;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #cbb06b;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.loader-fetch {
  width: 48px;
  height: 48px;
  border:10px solid #FFF;
  border-radius: 50%;
  position: relative;
  transform:rotate(45deg);
  box-sizing: border-box;
}
.loader-fetch::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  inset:-10px;
  border-radius: 50%;
  border:10px solid #8e7430;
  animation: prixClipFix 2s infinite linear;
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
  

.r-flight.module-form {
  padding: 18px 16px 34px 16px;
}
.r-hotel.module-form,
.r-flighthotel.module-form,
.r-tour.module-form,
.r-service.module-form,
.r-insurance.module-form {
  padding: 83px 16px 34px 16px;
}

.r-flight.module-form,
.r-hotel.module-form,
.r-flighthotel.module-form,
.r-tour.module-form,
.r-service.module-form,
.r-insurance.module-form {
  background-color: #f4f4f5;
  border: 1px solid #c4c8dc;
  border-radius: 24px;
  box-shadow: 0px 4px 30px 0px #0000001a;
}

.m-auto.w-full {
  position: relative;
}

.search-nav {
  position: absolute;
  z-index: 10;
  background: #242453;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  top: -26px;
  padding: 12px 8px;
  border-radius: 12px;
}
.module-banner-image img{
  height: 519px;
  object-fit: cover;
  width: 100%;
}

.module-name {
  color: white;
}

.reservation-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reservation-item li {
  height: auto !important;
  padding: 0;
}

.reservation-item li:hover {
  background-color: #ffffff;
  border-radius: 8px;
}
.reservation-item li:hover span {
  color: #242453;
}

.reserve-btn {
  margin: 0 !important;
  height: auto;
}

.Basis_Calendar{
  font-family: "YekanBakh" !important
}

.Basis_Calendar .selected_date {
  background: var(--secondary) !important;
}
.confirm-date-content button:hover {
  background: var(--secondary);
}
.confirm-date-content button {
  background: var(--primary);
  color: #fff;
}
.calendar-apply-date:hover {
  background: var(--secondary);
}
.calendar-apply-date {
  background: var(--primary);
  color: #fff;
}
.Basis_Calendar .selected_day {
  background: var(--secondary);
}
.day.days_available {
  background: var(--primary);
}
.calendar-switch {
  color: var(--primary);
}
.Basis_Calendar .section_next_month,
.Basis_Calendar .section_prev_month {
  color: var(--primary);
}
.Basis_Calendar .current_day::after {
  border-color: var(--secondary) transparent transparent;
}
.Basis_Calendar
  .month_day_list
  table
  td:not(.disable_day, .empty_day, .expire_day):hover {
  border-color: var(--primary);
}
.Basis_Calendar .current_day {
  background: var(--primary) !important;
  color: #fff !important;
}
.Basis_Calendar_Box {
  font-family: "YekanBakh" !important;
  margin-top: 1rem;
}
.calendar-apply-date,
.calendar-switch,
.calendar-today,
.calendar-footer input::placeholder {
  font-family: "YekanBakh" !important;
}
.calendar-footer input,
.calendar-footer ::placeholder {
  font-family: "YekanBakh";
}

.active-module {
  background-color: #ffffff !important;
}

.active-module .module-name {
  color: #242453 !important;
}

.active-module .module-name:hover {
  color: #242453 !important;
}

#oneway,
#backtoback,
#multi {
  padding: 8px !important;
  text-align: left !important;
}
#oneway:hover,
#backtoback:hover,
#multi:hover,
.FlightClass.hidden-box li:hover {
  background-color: #242453;
  border-radius: 8px !important;
}

#oneway:hover span,
#backtoback:hover span,
#multi:hover span,
.FlightClass.hidden-box li:hover span {
  color: white !important;
}
.search-box-container .active-r-btn,
.active-FlightClass {
  border-radius: 8px !important;
  background-color: #242453 !important;
}
.search-box-container .active-r-btn span,
.active-FlightClass span {
  color: #ffffff !important;
}
.search-box-container .active-r-btn:hover span,
.search-box-container .active-FlightClass:hover span {
  color: #ffffff !important;
}
.search-box-container input::placeholder {
  color: #242453;
}
.passenger-counts {
  color: #242453 !important;
}

.passenger-counts.passenger-count{
  padding-top: 0.25rem;
}

.section_prev_month svg,
.section_next_month svg{
  width: 28px !important;
  height: 28px !important;
}

.search-box-container svg {
  width: 48px;
  height: 48px;
}

.flighttype-items {
  width: fit-content !important;
  background-color: #fff3e0;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 30px !important;
}

.flighttype-field.flighttype-dropDown .flighttype-items {
  top: 100%;
  width: 100% !important;
  right: 0;
}

.flighttype-field.flighttype-dropDown .flighttype-items li:hover {
  transition: all 300ms ease;
  background-color: #242453;
}

.flighttype-field.flighttype-dropDown span {
  margin-bottom: 0;
}
.flighttype-field.flighttype-dropDown .flighttype-dropDown-text{
  line-height: 3.25rem;
}

.search-box-container .reserve-btn.active-module {
  padding-left: 12px;
  height: auto;
  border-radius: 8px;
}

.flighttype-field.flighttype-dropDown {
  width: 181px;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: white;
}

.flighttype-dropDown-text {
  margin-bottom: 0;
}

.reserve-field.flightclass-field {
  width: 181px !important;
  height: 56px !important;
  position: absolute !important;
  top: 17px;
  right: 1rem;
  background-color: #fff;
  border-radius: 12px;
}
.reserve-field.flightclass-field div:first-of-type {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding: 0 12px;
}
.reserve-field.flightclass-field .down-icon {
  margin-top: 0;
  height: 48px !important;
}
.reserve-field.flightclass-field .clr {
  position: absolute;
}

.reserve-field.flightclass-field label.float-right.w-full:first-of-type span {
  display: none;
}

.reserve-field.departure-date,
.click-content,
.reserve-field.passengers-field,
.reserve-field.return-date {
  background-color: #ffffff !important;
  height: 64px !important;
  border-radius: 12px;
  padding: 8px 12px !important;
  border: 1px solid #c4c8dc;
}
.click-content::placeholder {
  color: #242453 !important;
}
.reserve-field.departure-route,
.reserve-field.destination-route {
  height: 64px !important;
}

.reserve-field.departure-route label span,
.reserve-field.departure-route p,
.reserve-field.destination-route label span,
.reserve-field.destination-route p,
.reserve-field.departure-date label span,
.reserve-field.departure-date p,
.reserve-field.return-date label span,
.reserve-field.return-date p {
  display: none !important;
}

.reserve-field.departure-route {
  display: flex;
}

.Basis_Date.start_date,
.Basis_Date.end_date {
  padding-top: 0 !important;
}

.reserve-field.flightclass-field svg:first-of-type {
  display: none;
}

.search-flight,
.search-hotel,
.search-flighthotel,
.search-tour,
.search-service,
.search-insurance {
  width: 150px !important;
  background-color: #242453 !important;
  height: 60px !important;
  color: white !important;
  margin-left: 26px !important;
  margin-top: 0 !important;
  border-radius: 40px;
  transition: all 300ms ease;
}
.search-flight:hover,
.search-hotel:hover,
.search-flighthotel:hover,
.search-tour:hover,
.search-service:hover,
.search-insurance:hover {
  background-color: #8e7430 !important;
}

.search-flight svg,
.search-hotel svg,
.search-flighthotel svg,
.search-tour svg,
.search-service svg,
.search-insurance svg {
  display: none;
}

.search-box-container input,
.search-box-container select,
.search-box-container button {
  font-family: "YekanBakh" !important;
}

.search-box-container label {
  width: auto !important;
}

.click-content {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.reserve-field.passengers-field,
.reserve-field.departure-route,
.reserve-field.departure-route .click-content {
  width: auto !important;
  flex: 1;
}
.reserve-field.destination-route {
  flex: 1;
  width: auto !important;
}
.flight-routes {
  flex: 2;
  width: auto !important;
}
.Basis_Date_Box {
  flex: 2;
  width: auto !important;
}
.Wrapper-ExteraHoteldate .Basis_Date_Box {
  width: 100% !important;
}

.Basis_Date_ExteraHoteldate,
.Basis_Date_ExteraHoteldate{
  padding: 0 !important;
  position: static !important;

}

.Flightclass-Passenger {
  flex: 1;
}

#serviceSearch .Basis_Date_Box {
  flex: 1;
}

.Basis_Date_Box,
.form-search.formflight,
.flight-routes,
.Flightclass-Passenger,
#insuranceSearch,
#flightHotelSearch div:first-of-type,
#serviceSearch,
#tourSearch,
#hotelSearch {
  gap: 0.25rem !important;
}

.formtour,
.formhotel,
#flightHotelSearch .flex.gap-2.max-xl:block.max-xl:gap-0,
#serviceSearch,
.forminsurance {
  gap: 0.25rem !important;
}

.exchangeRoute {
  background-color: #cbb06b !important;
  border-radius: 100%;
  width: 3rem !important;
  height: 3rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -24px !important;
  top: 8px !important;
}

.exchangeRoute svg {
  width: 26px !important;
  height: 18px !important;
}

.reserve-search {
  height: 64px !important;
  width: auto !important;
}

.multiroute-fields > .reserve-field {
  width: auto !important;
}

.reserve-field.passengers-field {
  cursor: pointer;
}

.Basis_Date.start_date,
.Basis_Date.end_date {
  position: static !important;
  padding: 0 !important;
}

.reserve-field.departure-date div:first-of-type {
  display: flex;
  align-items: center;
  padding: 0;
}
.reserve-field.return-date div:first-of-type {
  display: flex;
  align-items: center;
  padding: 0;
}

.reserve-field.passengers-field label,
.Flightclass-Passenger {
  width: auto !important;
  cursor: pointer;
}

.reserve-field.passengers-field
  div.border-type-1.h-full.rounded-type-1.px-2:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 8px 0 0 !important;
}

.multicity-flight-form .reserve-field.passengers-field
div.border-type-1.h-full.rounded-type-1.px-2:first-child{
  gap: 0;
}

.reserve-field.passengers-field label[for="passenger1"]  span,
.reserve-field.passengers-field label[for="passenger8"]  span {
  display: none;
}
.reserve-field.passengers-field label[for="passenger1"] svg,
.reserve-field.passengers-field label[for="passenger8"] svg {
  width: 24px;
  height: 24px;
}

.multicity-flight-form .reserve-field.passengers-field label[for="passenger1"] svg{
  width: 48px !important;
}

.reserve-field.passengers-field label .down-icon {
  display: none;
}

.reserve-field.passengers-field label svg:nth-child(2) {
  margin-top: 0 !important;
}

.passengers-field .birthdate-dates {
  display: block !important; 
}

.multicity-flight-form .route-content:first-of-type div.route-minus-btn,
.multicity-flight-form .route-content:nth-child(2) div.route-minus-btn {
  display: none !important;
}
.multicity-flight-form .route-content-inner {
  gap: 0.25rem !important;
}

.multicity-flight-form .route-content {
  margin-bottom: 10px !important;
}
.multi-route-tlt {
  margin-bottom: 12px !important;
}
.route-minus-btn span {
  display: none;
}

.multicity-flight-form .route-minus-btn {
  top: 0;
  right: 0;
  width: auto !important;
  position: absolute;
  display: flex;
  line-height: normal !important;
}

.multicity-flight-form .reserve-field.destination-route {
  flex: 1;
}
.multicity-flight-form .flight-routes {
  flex: 1.4;
}
.multicity-flight-form .Basis_Date_Box {
  flex: 0.9;
}

.multicity-flight-form .reserve-field.passengers-field {
  max-width: 379px !important;
}

.multicity-flight-form .remove-routs {
  display: none;
}

.multicity-flight-form .reserve-search {
  margin: 0 auto 0 0 !important;
  height: auto !important;
}

.multicity-flight-form .search-flight {
  margin: 0 auto 0 0 !important;
}

.multicity-flight-form .search-flight:hover {
  background-color: #242453;
}

.multicity-flight-form .add-routs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px !important;
  height: 60px !important;
  color: #242453 !important;
  margin-right: auto !important;
  font-size: 16px !important;
  border: 1px solid #242453;
  border-radius: 40px;
  transition: all 300ms ease;
}
.multicity-flight-form .add-routs:hover {
  border: 1px solid #8e7430;
  color: #8e7430 !important;
}
.addroute-icon {
  display: none;
}

.removeroute-icon{
  width: 24px !important;
  height: 24px !important;
}

.flighttype-field-icon {
  display: block !important;
  right: 0;
}
.flighttype-field-icon svg{
  height: 48px !important;
  margin-top: 0 !important;
  margin-right: 0.5rem;
}

.reserve-location.form-search-input{
  font-weight: bold;
  padding-right: 0 !important;
  font-size: 16px !important;
}

.FlightClass.hidden-box {
  padding: 8px;
  border-radius: 0.25rem;
  border: 1px solid #737373;
  background-color: #fff;
  width: 100%;
}

.FlightClass.hidden-box li {
  line-height: 2rem;
  font-size: 1rem;
  text-align: left;
  display: block;
  margin: 5px 0;
  border: unset;
  padding: 6px;
}

.remove-multiroute-icon::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.711 15.4237L14.65 16.4847L12.249 14.0857L9.849 16.4817L8.789 15.4207L11.188 13.0257L8.789 10.6277L9.85 9.56667L12.25 11.9657L14.651 9.56867L15.711 10.6307L13.311 13.0257L15.711 15.4237ZM12.25 3.28467C6.874 3.28467 2.5 7.65867 2.5 13.0347C2.5 18.4107 6.874 22.7847 12.25 22.7847C17.626 22.7847 22 18.4107 22 13.0347C22 7.65867 17.626 3.28467 12.25 3.28467Z" fill="%23FFCDD2"/></svg>')
    no-repeat center center;
  background-size: contain;
}

.searchList {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  left: 0 !important;
}
.passengerbox.hidden-box {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin-top: 9px;
}

.ul-list ul li:not(:last-child) {
  border-bottom: 1px solid #ffebee;
}
.ul-list ul li {
  text-align: center;
}
.ul-list ul li:first-of-type {
  background-color: #242453;
  color: white !important;
}

.ul-list ul li:hover {
  background-color: #242453;
  color: white !important;
  transition: all 300ms ease;
}

.passenger-item.child-passenger-item ul,
.passenger-item.adult-passenger-item ul,
.passenger-item.infant-passenger-item ul, 
.passenger-item.room-passenger-item ul,
.passengerbox.hidden-box .passenger-item ul {
  height: auto !important;
  line-height: normal !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.passenger-item.adult-passenger-item,
.passenger-item.child-passenger-item,
.passenger-item.infant-passenger-item,
.passenger-item.room-passenger-item,
.passengerbox.hidden-box .passenger-item {
  display: flex;
  flex-direction: column;
}

.plus-count span {
  font-size: 19px;
  padding-top: 0.25rem;
  color: white;
}

.minus-count,
.plus-count {
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
}
.minus-count div,
.plus-count div {
  width: 32px !important;
  height: 32px !important;
  background: #ad924c;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px;
}
.minus-count span {
  font-size: 18px;
  padding-top: 0.25rem;
  color: white;
}

.close-passenger-box svg {
  width: 24px !important;
  height: 24px !important;
}

.createChildDropdown .select-age {
  border: 1px solid #7a82ab ;
  border-radius: 8px;
  outline: none;
  height: 48px !important;
}

.search-box-container .birthdate-dates div::after{
  top: 0.8em !important;
}
.birthdate-day-value,
.birthdate-month-value,
.birthdate-year-value {
  border: 1px solid #7a82ab !important;
  border-radius: 8px;
  margin-top: 0.5rem;
}

.reserve-field.CheckHotelDate{
  margin-top: 3rem !important;
}

.contact-form
  [data-bc-schema-direction="rtl"]
  [data-bc-title-container]
  [data-bc-question-title] {
  display: none !important;
}
.contact-form [data-bc-answer-container] input[type="text"] {
  background-color: white !important;
  color: #18181B !important;
  height: 56px !important;
  padding: 16px 12px;
  font-weight: 400 !important;
  outline: none !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 16px !important;
  direction: ltr;
}
.contact-form [data-bc-answer-container] textarea {
  background-color: white !important;
  color: #18181B !important;
  height: 56px;
  padding: 16px 12px;
  font-weight: 400 !important;
  outline: none !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 16px !important;
  direction: ltr;
}
.contact-form [data-bc-schema-direction="rtl"] [data-bc-part-container] {
  width: 100%;
}
.contact-form [data-bc-answer-container] input[type="text"]::placeholder {
  color: #18181B !important;
}
.contact-form [data-bc-answer-container] textarea::placeholder {
  color: #18181B !important;
}
.contact-form [data-bc-answer-container] {
  width: 100% !important;
}
.contact-form [data-bc-schema-column] {
  display: flex;
  gap: 12px;
}
.contact-form [data-bc-schema-info-part="1"] [data-bc-part-related-cell] {
  width: 100% !important;
}

.contact-form legend {
  display: none;
}
.contact-form [data-bc-section] {
  width: 50% !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.contact-form [data-bc-validation-part]{
  direction: ltr !important;
}

.contact-form [data-bc-part] {
  margin-bottom: 0 !important;
}


.suggest-form [data-bc-schema-direction="rtl"] [data-bc-title-container] {
  display: none !important;
}
.suggest-form
  [data-bc-schema-direction="rtl"]
  [data-bc-title-container]
  [data-bc-question-title] {
  display: none !important;
}
.suggest-form [data-bc-answer-container] input[type="text"] {
  background-color: white !important;
  color: #18181B !important;
  height: 56px !important;
  padding: 16px 12px !important;
  font-weight: 400 !important;
  outline: none !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 16px !important; 
  direction: ltr;
}
.suggest-form [data-bc-answer-container]  textarea {
  background-color: white !important;
  color: #18181B !important;
  height: 71px !important;
  padding: 16px 12px !important;
  font-weight: 400 !important;
  outline: none !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 16px !important;
  direction: ltr;
}
.suggest-form [data-bc-answer-container] select{
  background-color: white !important;
  color: #18181B !important;
  height: 56px !important;
  padding: 16px 12px !important;
  font-weight: 400 !important;
  outline: none !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 16px !important; 
  direction: ltr;
}
.suggest-form [data-bc-schema-direction="rtl"] [data-bc-part-container] {
  width: 100%;
}
.suggest-form [data-bc-answer-container] input[type="text"]::placeholder {
  color: #18181B !important;
}
.suggest-form [data-bc-answer-container] textarea::placeholder {
  color: #18181B !important;
}
.suggest-form [data-bc-answer-container] {
  width: 100% !important;
}
.suggest-form [data-bc-schema-info-part="1"] [data-bc-part-related-cell] {
  width: 100% !important;
}
.suggest-form [data-bc-section]{
  margin: 0 !important;
  padding: 0 !important;
}
.suggest-form fieldset:first-of-type legend {
  display: none;
}
.suggest-form fieldset:nth-child(2) legend {
  margin-bottom: 8px;
  float: left;
}

.suggest-form fieldset:first-of-type {
  border-bottom: 1px solid #E0CFA5;
  margin-bottom: 24px !important;
  padding-bottom: 24px !important;
}

.suggest-form .left-form-message{
  margin-bottom: 0;
}

.suggest-form [data-bc-question]:nth-child(2){
  margin-bottom: 0 !important;
}

.suggest-form [data-bc-validation-part]{
  direction: ltr !important;
}
