@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

html,
body {
  margin: 0 !important;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  touch-action: manipulation;
  top: 0 !important;
}
body {
  font-weight: normal;
  font-size: 16px;
}
.translated-rtl body {
  direction: rtl;
}
.skiptranslate iframe {
  display: none !important;
}
a {
  transition: 0.3s;
  text-decoration: none;
}
a:focus,
.form-control:focus,
button:focus,
select:focus {
  outline: none !important;
  border-color: #ff7001;
  box-shadow: none !important;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
img {
  width: 100%;
  transition: 0.3s;
}
/* Full-screen overlay */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fdeff0eb;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(10px);
}

/* Spinner styles */
.loader {
  border: 3px solid #fff;
  border-top: 3px solid #ff7001;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  animation: spin 1s linear infinite;
}
/* Animation keyframes */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select2-container--default .select2-selection--single {
  background-color: #fafafa;
  border: 1px solid #ebece6;
  min-height: 50px;
  padding: 10px 16px;
  color: #212529;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 8px 0 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #212529;
  border-right: 1px solid #212529;
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 11px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000;
  color: white;
}
.select2-dropdown {
  border: none !important;
  box-shadow: 0 0 12px #061c3d2e;
  border-radius: 3px !important;
  overflow: hidden;
}
.select2-container .select2-selection--single {
  height: unset;
}
.lang-option
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #212529;
}
.lang-option .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  min-height: unset;
  padding: 0;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.lang-option
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  top: 4px;
  right: 0;
}
.lang-option
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
}
.lang-option
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  text-overflow: unset;
  white-space: wrap;
  line-height: 21px;
  text-align: left;
}
@media (max-width: 1399px) {
  .container {
    max-width: 1304px;
  }
}
.lang-option select {
  padding: 0 12px 0 0;
  margin: 0 !important;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  background-position: center right;
  background-color: transparent;
  min-height: auto;
  line-height: unset;
  width: 82px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "DM Sans", sans-serif;
  color: #000;
}
.goog-te-gadget {
  font-size: 0 !important;
}
.goog-te-gadget span a {
  display: none !important;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.border-btn {
  border: 2px solid #e31d23;
  color: #e31d23;
  background-color: #0000;
  height: 48px;
  padding: 10px 52px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
.btn.border-btn:hover {
  border: 2px solid #e31d23;
  color: #fff;
  background-color: #e31d23;
}
.btn.bg-btn {
  border: 2px solid #ff7001;
  color: #fff;
  background-color: #ff7001;
  height: 48px;
  padding: 10px 52px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
.btn.bg-btn:hover {
  border: 2px solid #ff7001;
  color: #ff7001;
  background-color: #0000;
}
.site-brand .site-logo img {
  height: 70px;
  width: auto;
}
header.site-header {
  padding: 19px 0;
  background-color: #fff;
  position: sticky;
  z-index: 999;
  border-bottom: 1px solid #00000014;
  top: 0px;
}
.header-btns {
  display: flex;
  align-items: center;
  column-gap: 24px;
  row-gap: 15px;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
}
.site-header .navbar-collapse {
  justify-content: flex-end;
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.site-header .navbar-collapse .navbar-nav {
  height: 48px;
  background-color: #ff7001;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 2px;
  column-gap: 3px;
}
.site-header .navbar-collapse .navbar-nav li .nav-link {
  height: 44px;
  align-items: center;
  display: inline-flex;
  padding: 8px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  column-gap: 7px;
  border-radius: 50px;
}
.site-header .navbar-collapse .navbar-nav li .nav-link:hover,
.site-header .navbar-collapse .navbar-nav li .nav-link.active {
  background-color: #fff;
  color: #ff7001;
}
.site-header .navbar-collapse .navbar-nav li .nav-link svg {
  min-width: 15px;
  width: 15px;
  height: auto;
  position: relative;
  top: 2px;
}
.nav-item.dropdown .nav-link.dropdown-toggle svg path {
  fill: #fff;
  color: #fff;
  transition: 0.3s;
}
.nav-item.dropdown .nav-link.dropdown-toggle.active svg path,
.nav-item.dropdown .nav-link.dropdown-toggle:hover svg path {
  fill: #ff7001;
  color: #ff7001;
}
.nav-item.dropdown .nav-link.dropdown-toggle:hover svg path {
  fill: #ff7001;
  color: #ff7001;
}
.nav-item.dropdown .nav-link.dropdown-toggle:after {
  display: none;
}
.dropdown-menu {
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 0;
}
.dropdown-menu .dropdown-item {
  color: #011222;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 16px 16px;
}
.dropdown-menu li .dropdown-item {
  border-bottom: 1px solid #0000001a;
  background-color: transparent !important;
}
.dropdown-menu li .dropdown-item:hover {
  color: #ff7001;
}
.dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}

.bg-black {
  background-color: #000;
}
.bg-orange {
  background-color: #ff7001;
}
.section-padding {
  padding: 70px 0;
}
.brand-logos-sec {
  padding: 50px 0;
}
.brand-logos-row img {
  height: 22px;
  width: auto;
}
.brand-logos-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  row-gap: 24px;
  flex-wrap: wrap;
}
.iconsimg {
  width: 50px;
  height: 63px;
  position: absolute;
  right: 0;
  top: -12px;
}
.banner-content {
  position: relative;
}
.sub-title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 25%;
  text-transform: uppercase;
  color: #e31d23;
  margin-bottom: 18px;
}
.banner-content h1 {
  font-weight: 700;
  font-size: 55px;
  color: #100c08;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 16px;
}
.banner-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}
.btns-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 15px;
}
.banner-content .btns-group {
  padding-top: 30px;
}
.hero-section {
  position: relative;
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1000px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #e31d2321 0%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 1600px;
  z-index: 0;
}
.hero-section .container {
  position: relative;
  z-index: 1;
}
.hero-col-card {
  background-color: #fff;
  border: 1px solid #6e27081a;
  border-radius: 12px;
  box-shadow: 0px 15px 25px 0px #0000001a;
  padding: 32px;
}
.form-label {
  font-weight: 500;
  font-size: 14px;
  color: #212529;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.form-control {
  background-color: #fafafa;
  border: 1px solid #ebece6;
  min-height: 50px;
  padding: 10px 16px;
  color: #212529;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.form-control::placeholder {
  color: #212529;
}
.section-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 62.8px;
  letter-spacing: 0%;
  color: #100c08;
}
.icon-title {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 24px;
  flex-wrap: wrap;
}
.icon-title li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.icon-title li img {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.icon-title li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
.icon-title li.active {
  color: #ff7001;
}
.content-col .icon-title {
  margin: 24px 0;
}
.content-col p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000;
}
.about-col-btn {
  margin-top: 40px;
}
.about-img-row {
  display: flex;
  column-gap: 20px;
  justify-content: flex-end;
  align-items: flex-end;
}
.about-img-col {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-end;
}
.about-img-col:nth-child(2n + 1) {
  padding-bottom: 30px;
}
.about-img-col img {
  border-radius: 15px;
  width: auto;
  max-width: 304px;
}
.about-img-col img:hover {
  transform: translateY(-10px);
}

.our-promise-section {
  background-color: #fdeff0;
}
.our-promise-section .row {
  row-gap: 24px;
}
.our-promise-section .content-col {
  max-width: 536px;
  margin: 0 auto;
}
.our-promise-card {
  background-color: #fff;
  padding: 32px 20px;
  border-radius: 8px;
  transition: 0.3s;
  height: 100%;
}
.our-promise-card:hover,
.our-promise-card.active {
  background-color: #ff7001;
}
.our-promise-icon {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #e3e3e3;
  background-color: #fafafa;
  padding: 6px;
  margin-bottom: 32px;
  transition: 0.3s;
}
.our-promise-card:hover .our-promise-icon,
.our-promise-card.active .our-promise-icon {
  background-color: #fff;
  border-color: #fff;
}
.our-promise-card .our-promise-icon img {
  transition: 0.3s;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%)
    hue-rotate(164deg) brightness(95%) contrast(103%);
}
.our-promise-card:hover .our-promise-icon img,
.our-promise-card.active .our-promise-icon img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(86%) saturate(1490%)
    hue-rotate(2deg) brightness(104%) contrast(103%);
}
.our-promise-card h4 {
  font-weight: 600;
  color: #100c08;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 12px;
  transition: 0.3s;
}
.our-promise-card:hover h4,
.our-promise-card.active h4 {
  color: #fff;
}
.our-promise-card p {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  margin-bottom: 0;
  transition: 0.3s;
}
.our-promise-card:hover p,
.our-promise-card.active p {
  color: #fff;
}
.vehicle-classes-section .row {
  row-gap: 24px;
}
.vehicle-classes-section .content-col {
  max-width: 800px;
  margin: 0 auto;
}
.vehicle-classes-card {
  padding: 30px 16px 16px;
  text-align: center;
  border: 1px solid #dde1de;
  border-radius: 12px;
  transition: 0.3s;
  background-color: #fff;
  height: 100%;
}
.vehicle-classes-card:hover {
  background-color: #fdeff0;
  transform: translateY(-10px);
}
.vehicle-classes-img img {
  height: 180px;
  object-fit: contain;
}
.vehicle-classes-img {
  margin-bottom: 12px;
}
.vehicle-classes-card h4 {
  border: 1px solid #dde1de;
  border-radius: 24px;
  box-shadow: 0px 2px 7px 0px #00000012;
  background-color: #fff;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  width: fit-content;
  padding: 2px 24px;
  height: 28px;
  text-transform: uppercase;
  margin: 0 auto 19px;
}
.vehicle-classes-card p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000;
}
.counter-row {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  color: #fff;
  flex-wrap: wrap;
}
.counterItem h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 53.2px;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
}
.counterItem .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 37.5px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0;
}
.counter-sec {
  padding: 23px 0;
}
.counterItem {
  min-width: 150px;
}

.testimonials-user-profile-dt img {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50px;
  object-fit: cover;
}
.testimonials-slider-cars {
  padding: 32px 24px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 12px 12px 0px #061c3d0a;
  margin: 12px 12px 30px;
  min-height: 248px;
}
.slick-dots {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  bottom: -32px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background-color: #fff;
  transition: 0.3s;
}
.slick-dots li.slick-active button {
  width: 32px;
  background-color: #ff7001;
}
.slick-dots li button:before,
.slick-dots li button:after {
  display: none;
}
.testimonials-user-profile-dt {
  display: flex;
  column-gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}
.testimonials-user-profile-dt h5 {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000;
}
.testimonials-user-profile-dt h5 span {
  font-weight: 400;
  font-size: 14px;
  color: #42526b;
  line-height: 20px;
  letter-spacing: 0%;
}
.testimonials-slider-cars p {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000;
}
.testimonials-slider-cars .star-rating {
  display: flex;
  column-gap: 4px;
  font-size: 18px;
  color: #ff8800;
}
.testimonials-slider .slick-arrow {
  display: none !important;
}
.how-it-work-row {
  display: flex;
  column-gap: 68px;
  justify-content: center;
  position: relative;
  padding: 48px 0;
}
.how-it-work-col {
  width: 158px;
  height: 355px;
  background-color: #eee;
  border-radius: 158px;
  padding: 24px 14px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
  position: relative;
  z-index: 2;
}
.how-it-work-col img {
  width: 40px;
  height: 40px;
  min-height: 40px;
  object-fit: contain;
}
.how-it-work-col h4 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
}
.how-it-work-col:nth-child(2n) {
  margin-top: 106px;
}
.how-it-work-col.selectTransfer {
  background-color: #fff3e9;
}
.how-it-work-col.fillTraveler {
  background-color: #ffedee;
}
.how-it-work-col.choosePayment {
  background-color: #ffeae1;
}
.how-it-work-col.confirmBooking {
  background-color: #e0ffeb;
}
.how-it-work-row .map-line-img {
  position: absolute;
  left: -0.5%;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
.map-line-dot {
  width: 28px;
  height: 28px;
  top: -47px;
  border: 3px solid #fff;
  border-radius: 30px;
  background-color: #eee;
  box-shadow: 0px 0px 24px 0px #00000054;
  position: absolute;
}

.how-it-work-col:nth-child(2n) .map-line-dot {
  top: unset;
  bottom: -47px;
}
.how-it-work-col.selectTransfer .map-line-dot {
  background-color: #ff7001;
  animation: selectTransfer-zoom-in-zoom-out 0.7s ease-out infinite;
}
@keyframes selectTransfer-zoom-in-zoom-out {
  0% {
    box-shadow: 0px 0px 24px 0px #00000054;
    transform: scale(1, 1);
  }
  50% {
    box-shadow: 0px 0px 24px 0px #ff7001;
    transform: scale(1.1, 1.1);
  }
  100% {
    box-shadow: 0px 0px 24px 0px #00000054;
    transform: scale(1, 1);
  }
}
.how-it-work-col.fillTraveler .map-line-dot {
  background-color: #e31d23;
  animation: fillTraveler-zoom-in-zoom-out 0.7s ease-out infinite;
}
@keyframes fillTraveler-zoom-in-zoom-out {
  0% {
    box-shadow: 0px 0px 24px 0px #00000054;
    transform: scale(1, 1);
  }
  50% {
    box-shadow: 0px 0px 24px 0px #e31d23;
    transform: scale(1.1, 1.1);
  }
  100% {
    box-shadow: 0px 0px 24px 0px #00000054;
    transform: scale(1, 1);
  }
}
.how-it-work-col.choosePayment .map-line-dot {
  background-color: #6e2708;
  animation: choosePayment-zoom-in-zoom-out 0.7s ease-out infinite;
}
@keyframes choosePayment-zoom-in-zoom-out {
  0% {
    box-shadow: 0px 0px 24px 0px #00000054;
    transform: scale(1, 1);
  }
  50% {
    box-shadow: 0px 0px 24px 0px #6e2708;
    transform: scale(1.1, 1.1);
  }
  100% {
    box-shadow: 0px 0px 24px 0px #00000054;
    transform: scale(1, 1);
  }
}
.how-it-work-col.confirmBooking .map-line-dot {
  background-color: #008130;
  animation: confirmBooking-zoom-in-zoom-out 0.7s ease-out infinite;
}
@keyframes confirmBooking-zoom-in-zoom-out {
  0% {
    box-shadow: 0px 0px 24px 0px #00000054;
    transform: scale(1, 1);
  }
  50% {
    box-shadow: 0px 0px 24px 0px #008130;
    transform: scale(1.1, 1.1);
  }
  100% {
    box-shadow: 0px 0px 24px 0px #00000054;
    transform: scale(1, 1);
  }
}
.inner-page-banner {
  display: flex;
  align-items: center;
  min-height: 490px;
}
.inner-page-banner .banner-content.text-center {
  max-width: 815px;
  margin: 0 auto;
}
.single-img img {
    border-radius: 12px;
     /*height: 426px;*/
    height: auto;
    object-fit: cover;
    aspect-ratio: 1.3;
}
.bg-light-orange {
  background-color: #fdeff0;
}
.accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 0;
  overflow: hidden;
}
.accordion-button {
  font-weight: 600;
  background-color: #fff;
  color: #061c3d;
  border-radius: 12px 12px 0 0 !important;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 20px;
}
.accordion-button:not(.collapsed) {
  background-color: #ff7001;
  color: white;
  box-shadow: none;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231a1a1a' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform 0.3s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 1 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  background-size: 28px;
  background-position: center;
}
.accordion-body {
  background-color: #fdeff0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 20px;
  color: #061c3d;
}
#faqAccordion.accordion {
  padding: 24px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 12px 56px 0px #061c3d14;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.inner-page-banner .banner-content.text-center p {
  padding-bottom: 66px;
}

[lang="fr"] .site-header .navbar-collapse,
[lang="fr"] .header-btns {
  column-gap: 14px;
}
[lang="fr"] .header-btns a.btn {
  padding: 10px 24px;
}

.footer-main {
  background-color: #000;
  padding: 0;
  color: #fff;
}
.footer-col.footer-left-space {
  padding-left: 50px;
}
.footer-main .footer-inner {
  padding: 60px 0 40px;
}
.footer-logo .site-logo img {
  height: 103px;
  width: auto;
}
.footer-logo {
  margin-bottom: 32px;
}
.footer-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.66px;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 20px;
}
.footer-menus {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer-menus .menu-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.32px;
  color: #fff;
  opacity: 0.9;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  column-gap: 12px;
}
.footer-menus .menu-item a:hover {
  opacity: 1;
  color: #ff7001;
}
.footer-menus .menu-item a svg {
  min-width: 18px;
  width: 18px;
}
.bottom-footer {
  border-top: 1px solid #ffffff24;
  padding: 20px 0;
}
.bottom-footer .col-12 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 12px;
  text-align: center;
  justify-content: space-between;
}
.bottom-footer .col-12 img {
  width: auto;
  height: 43px;
  padding: 2px 10px;
  background-color: #fff;
  border-radius: 4px;
}
.copyright-data {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.42px;
}
.social-icon {
  display: flex;
  column-gap: 20px;
}
.social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 4px;
  font-size: 11px;
}
.social-icon a:hover {
  background-color: #ff7001;
  border-color: #ff7001;
}
.copyright-data a {
  color: #fff;
}
.copyright-data a:hover {
  color: #ff7001;
}
.payments-supported-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
  row-gap: 10px;
}

.vehicle-classes-section.how-it-work-sec {
  overflow: hidden;
}
.hero-section .row,
.about-section .row {
  row-gap: 24px;
}
.hero-col-card .form .row {
  row-gap: 0;
}

/*-----------login-page-start----------*/

.login-section {
  width: 100%;
  height: 100%;
  position: relative;
}
.login-data-head {
  text-align: center;
  margin-bottom: 50px;
}
.login-data-head h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #100c08;
}
.login-data-head p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.forgot-pass {
  color: #e31d23;
  text-align: right;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 14px;
  text-decoration: underline;
  display: block;
}
.forgot-pass:hover,
.login-bottom-data a:hover {
  color: #ff7001;
}
.login-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  top: -3px;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0%, 100% 0, 100% 53%, 0 84%);
  background: #000000;
}
.login-section .hero-col-card {
  max-width: 636px;
  margin: 90px auto 225px auto;
  box-shadow: 0px 20px 30px 0px #0000001a;
}
.form-btn-main {
  text-align: center;
}
.form-btn-main .form-btn {
    max-width: 361px;
    margin-top: 32px;
    margin-bottom: 24px;
    width: 100%;
}
.login-bottom-data {
  text-align: center;
}
.login-bottom-data a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.login-section .otp-inputs {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.login-section .otp-inputs input {
  height: 78px;
  text-align: center;
}
.password-toggle {
  position: absolute;
  top: 43px;
  right: 18px;
  cursor: pointer;
}
.password-input {
  position: relative;
}
/*-----------login-page-end----------*/
/*-----------premium-ride-banner-start---------*/
.hero-col-card.book-premium-ride-box-form {
  max-width: 636px;
  margin: 70px auto;
}
.hero-col-card.book-premium-ride-box-form .select2-container {
  width: 100% !important;
}
.premium-ride-banner {
  align-items: start;
}
.premium-ride-banner .banner-content h1 {
  font-size: 36px;
}
.premium-ride-left {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #6e27081a;
  box-shadow: 0px 15px 25px 0px #0000001a;
}
.premium-ride-left-top {
  padding: 21px 24px 24px 24px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-bottom: 1px solid #dddddd66;
}

.premium-ride-icon i {
  color: #b1893f;
}
.premium-date-time {
  padding: 24px;
  border-bottom: 1px solid #dddddd66;
}
.premium-ride-data span {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}
.premium-ride-data p {
  color: #100c08;
  font-weight: 600;
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 0px;
}
.passenger-details {
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.passenger-details .premium-ride-data {
  width: 48%;
}
.premium-ride-map iframe {
  height: 355px;
  width: 100%;
}

.premium-ride-map-data span {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}
.premium-ride-map-data img {
  min-width: 24px;
  width: 24px;
}

.premium-ride-map-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 15px 25px 0px #0000001a;
}
.premium-ride-map-data {
  display: flex;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
}
.premium-ride-map-bottom .premium-ride-map-data:first-child {
  border-right: 1px solid #00000014;
}
.premium-ride-map {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

/*-----------premium-ride-banner-end----------*/
/*-----------Select a vehicle class-start----------*/
.vehicle-heading h2 {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
.vehicle-heading {
  margin-bottom: 32px;
}
.vehicle-heading p {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
}
.vehicle-classes-list {
  text-align: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.select-vehicle-section .vehicle-classes-card p {
  text-align: left;
}
.vehicle-classes-list li {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.vehicle-classes-bottom span {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.vehicle-classes-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.vehicle-classes-list li img {
  width: 24px;
  max-width: 24px;
}
.vehicle-classes-list li:last-child {
  margin-bottom: 0px;
}
.vehicle-classes-lable {
  padding: 0px;
  border-radius: 12px;
  width: 100%;
}
.select-vehicle-section .btn-check:focus + .btn,
.select-vehicle-section .btn:focus {
  box-shadow: none;
  border: 1px solid #ff7001;
}
.vehicle-classes-lable .vehicle-classes-card:hover {
  transform: translateY(0px);
}

.vehicle-form-btn .form-link-page {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.vehicle-form-btn {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  text-align: center;
}
.vehicle-form-btn .btn.bg-btn {
  width: 361px;
}

/*-----------Select a vehicle class--end----------*/

/*------------information-section-start----------*/
.information-box {
  padding: 30px 24px;
  border-radius: 10px;
  border: 1px solid #0000001a;
  box-shadow: 0px 20px 25px 0px #0000001a;
  display: flex;
  align-items: center;
  column-gap: 15px;
  height: 100%;
}
.information-box h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}
.information-box p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
.information-img img {
  width: 40px;
  max-width: 40px;
}
.information-section .row {
  row-gap: 20px;
}
/*------------information-section-end----------*/
/*-----------premium-ride-form-start-----------*/
.form-radio label.btn {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.passanger-form h2 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
}

.form-radio .btn-check + .btn {
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  border-color: #d9d9d980;
  margin-bottom: 24px;
}
.form-radio .btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
  border-color: #ff7001;
}
.form-input-phone {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.form-input-phone .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    max-width: 87px !important;
    position: relative;
    vertical-align: middle;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.passanger-form-right .vehicle-classes-card {
  margin-top: 32px;
  padding-top: 0px;
  padding-left: 24px;
  border: 1px solid #6e27081a;
  box-shadow: 0px 15px 25px 0px #0000001a;
}
.passanger-form-right .vehicle-classes-card:hover {
  background-color: #ffffff;
  transform: translateY(0px);
}
.form-book-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding: 24px 24px 0px 24px;
  margin: 0px;
  text-align: left;
}
.passenger-car-box-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.passenger-car-box-data span {
  font-size: 24px;
  font-weight: 700;
}
.passenger-car-box-data .vehicle-classes-img img {
  height: 144px;
}
.payment-summry {
  box-shadow: 0px 15px 25px 0px #0000001a;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #6e27081a;
  margin-top: 32px;
}

.payment-summry .payment-summry-data {
  padding: 24px;
  border-bottom: 1px solid #dddddd66;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vehicle-classes-card .form-book-heading {
  padding-left: 0px;
}
.payment-summry .payment-summry-data:last-child {
  border-bottom: 0px;
}
.passanger-form-car-data {
  text-align: left;
}
.payment-summry .payment-summry-data h4 {
  font-size: 14px;
  color: #444444;
}
.payment-summry .payment-summry-data span {
  font-size: 16px;
  font-weight: 600;
  color: #100c08;
}
.payment-summry-main .payment-summry-data:last-child span {
  font-size: 24px;
}
.payment-summry-btn {
  padding: 0px 24px 24px;
}
/*-----------premium-ride-form-end-----------*/
/*-----------successful-main-end-----------*/
.successful-main .thankyou-image img {
  width: 250px;
  max-width: 250px;
}
.successful-main .thankyou-image {
  margin-bottom: 31px;
}
.successful-main span {
  color: #ff7001;
  font-weight: 700;
  font-size: 18px;
}
.inner-page-banner.successful-main .banner-content p {
  padding-bottom: 40px;
}
.inner-page-banner.successful-main {
  align-items: center;
  min-height: 780px;
}
/*-----------successful-main-end-----------*/
/*-----------become-a-chauffeur-partner-start-----------*/

.inner-page-banner.chauffeur-partner .banner-content.text-center p {
  padding-bottom: 40px;
}
.howit-work-icon img {
  width: 44px;
  max-width: 44px;
}
.howit-work-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 32px;
}
.orange-color {
  background-color: #ff7001;
}
.red-color {
  background-color: #e31d23;
}
.brown-color {
  background-color: #6e2708;
}
.howit-work-arrow img {
  width: 140px;
  max-width: 140px;
}
.howit-work {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.howit-work h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #100c08;
  margin-bottom: 16px;
}
.howit-work p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 0px;
}
.howit-work-arrow {
  position: absolute;
  top: 28%;
  right: -19%;
}
.howit-work-icon span {
  width: 30px;
  height: 30px;
  font-weight: 500;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  position: absolute;
  display: flex;
  right: 0px;
  top: 13px;
  border: 3px solid #fff;
  align-items: center;
  justify-content: center;
}
.howit-work-section .row {
  row-gap: 24px;
}
.red-icon-bg img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(92%) saturate(3477%)
    hue-rotate(348deg) brightness(90%) contrast(97%);
}

/*-----------become-a-chauffeur-partner-end-----------*/
/*-----------Requirements & Qualifications-end-----------*/
.requirements-section {
  background-color: #fdeff0;
}
.requirement-list-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #6e27081a;
  box-shadow: 0px 14px 34px 0px #0000000d;
  transition: all 0.3s ease-in-out;
}
.requirement-list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.requirement-list h3 {
  color: #100c08;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
.requirement-list-inner h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #100c08;
}
.requirement-list-inner p {
  margin-bottom: 0px;
}
.requirements-section .row {
  row-gap: 24px;
}
.requirement-list-inner:hover {
  transform: translateY(-5px);
  background-color: #ff7001;
}
.requirement-list-inner:hover h4,
.requirement-list-inner:hover p {
  color: #fff;
}
/*-----------Requirements & Qualifications-end-----------*/
/*-----------you-need-list-start-----------*/
.you-need-list li img {
  width: 24px;
  max-width: 24px;
}
.you-need-list {
  padding: 0px;
}
.you-need-list li {
  list-style-type: none;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000;
  column-gap: 10px;
}
/*-----------you-need-list-end-----------*/
.partner-with-us {
  background-color: #fff;
}
/*-----------conditions-start-----------*/
.inner-page-banner.terms-main-wraper {
  min-height: 300px;
}
.terms-content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #100c08;
  margin-bottom: 24px;
  margin-top: 40px;
}
.terms-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #100c08;
  margin-bottom: 24px;
}
.terms-content p,
.terms-content a,
.terms-content ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 16px;
}
.terms-content a:hover {
  color: #ff7001;
}

/*-----------conditions-end-----------*/
/*-----------help and faq-start-----------*/
.tab-left {
  width: 100%;
}
.tab-left .nav-pills {
  width: 100%;
}
.tab-left .nav-pills .nav-link,
.tab-full .nav-pills .nav-link {
  padding: 20px 24px;
  text-align: left;
  border-radius: 15px;
  border: 1px solid #0000001a;
  background-color: #fdeff0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.tab-left .nav-pills .nav-link.active,
.tab-full .nav-pills .nav-link.active {
  background-color: #ff7001;
  color: #fff;
}
.tab-left .nav-pills {
  row-gap: 24px;
}
.tab-left .nav-pills {
  row-gap: 24px;
  background-color: #fdeff0;
  padding: 16px;
  border-radius: 15px;
}
.faq-section {
  max-width: 1076px;
  margin: 0 auto;
}
.faq-section #faqAccordion.accordion {
  margin-top: 50px;
}
.tab-full .nav-pills {
  width: 100%;
  column-gap: 24px;
  justify-content: center;
}
.tab-full .nav-pills .nav-link {
  border-radius: 45px;
}
/*-----------help and faq-end-----------*/
/*-----------becomeaa-chauffeur-partner1-2-start-----------*/
.book-premium-ride-box-form {
  max-width: 572px;
  margin: 70px auto;
}
.book-premium-ride-box-form h4,
.book-premium-ride-box-form p {
  text-align: center;
}
.book-premium-ride-box-form h4 {
  font-weight: 700;
}
.book-premium-ride-box-form .btn.bg-btn {
  max-width: 361px;
}
a.back-btn {
  display: flex;
  width: fit-content;
  align-items: center;
  column-gap: 10px;
}

.back-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ff7001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-icon i {
  color: #fff;
}
.back-btn span {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.custom-file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: sans-serif;
  font-size: 14px;
  background-color: #fafafa;
  border: 1px solid #ebece6;
  border-radius: 50px 4px 4px 50px;
}

.upload-label {
  background-color: #000000;
  padding: 14px 26px 14px 17px;
  border-radius: 35px;
  cursor: pointer;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #ccc;
  transition: background 0.2s;
}

.upload-label:hover {
  background-color: #ff7001;
}

#file-upload {
  display: none;
}

.file-name {
  color: #666;
}

.book-premium-ride-box-form .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}
.book-premium-ride-box-form .accordion-body {
  background-color: #ffffff;
}
.book-premium-ride-box-form .accordion-body .form-input {
  margin-bottom: 24px;
}
.book-premium-ride-box-form .accordion-button {
  color: #100c08;
}
.book-premium-ride-box-form .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231a1a1a' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: 20px;
}
.book-premium-heading {
  font-weight: 700;
  font-size: 20px;
}
/*-----------becomeaa-chauffeur-partner1-2-end-----------*/


/*-----------help-detail-start-----------*/
.breadcrumb-main{
  margin-bottom:20px;
}
.breadcrumb-main .breadcrumb a {
    color: #FF7001;
    font-weight: 500;
    font-size: 14px;
}
.breadcrumb-main .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #FF7001;
    font-family: "Font Awesome 6 free";
    content: "\f054";
    font-weight: 900;
    font-size: 11px;
    line-height: 25px;
}
li.breadcrumb-item.active {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.table-help th {
    padding: 24px;
    background-color: #F6F6F6;
    border: none;
}
.table-help tr th:first-child{
  border-radius: 15px 0px 0px 0px;
}
.table-help tr th:last-child{
  border-left: 1px solid #D9D9D9;
  border-radius: 0px 15px 0px 0px;
}
.table-help tr td {
  border-left: 1px solid #D9D9D9;
    
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 24px;
    font-weight: 500;
    color: #000;
}
.table-help tr td:last-child{
    border-right: 1px solid #D9D9D9;
}
.help-detail-data-inner h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
}
.help-detail-heading h2{
    font-weight: 700;
    font-size: 36px;
    color: #100C08;
}
.help-detail-heading p {
    font-weight: 500;
}
.help-detail-heading span{
  font-size: 16px;
  font-weight: 600;
  color: #FF7001;
  margin-bottom: 30px;
  display: block;
}

.help-detail-data-inner {
    margin-top: 50px;
}
.help-detail-heading{
  margin-top: 40px;
}
.help-detail-list {
    list-style-type: none;
    padding: 0px;
    margin-top: 10px;
}
.help-detail-list li{
  margin-bottom: 10px;
}
.help-detail-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
    background-color: #fff;
    color: #061C3D;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
}
.help-detail-list li a i{
   color: #FF7001;
}

.want-answer-img img {
    width: 52px;
    max-width: 52px;
}
.service-help-detail .help-detail-heading{
  margin-top: 0px;
}
.want-answer-inner {
    max-width: 713px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding: 24px;
    background-color: #F6F6F6;
    border-radius: 15px;
}
.want-answer-img {
    display: flex;
    align-items: center;
    column-gap: 32px;
}
.table-help.table-responsive {
    max-height: 550px;
    overflow-y: auto;
    scrollbar-width: thin;
}
/*----------help-detail-end----------*/

.help-detail-section .table table {
    width: 100%;
}
.help-detail-section .table table td {
    padding: 13px;
        border-bottom: 1px solid #D9D9D9;
            border-left: 1px solid #D9D9D9;
}
.help-detail-section tbody tr td:first-child {
    vertical-align: baseline;
}
.help-detail-section .table table th {
      padding: 24px;
    background-color: #F6F6F6;
    border: none !important;
}
.help-detail-section h2 {
    margin-top: 30px;
}
.help-detail-section  h3 {
    margin: 30px 0px;
}
.help-detail-section .table>:not(caption)>*>* {
  border: none !important;
}
.help-detail-section .table table tr th:first-child {
    border-radius: 15px 0px 0px 0px;
    
}
.help-detail-section .table table tr th:last-child {
  border-left: 1px solid #D9D9D9;
    border-radius: 0px 15px 0px 0px;
}
.help-detail-section .table table tbody tr td:last-child {
    border-right: 1px solid #D9D9D9;
}

section.service-help-detail {
    margin-bottom: 50px;
}
.help-detail-section
 {
    padding-bottom: 0px;
}
 


.booking-box .required{
 color:#ff7001;
}
.booking-box .input-box{
 position:relative;
}
.booking-box .form-control{
 cursor:pointer;
}
.booking-box .icon{
 position:absolute;
 right:15px;
 top:13px;
 color:#777;
}
.booking-box .popup-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 15px;
    margin-top: 0;
    display: none;
    z-index: 10;
    position: absolute;
    width: 100%;
}
.booking-box .popup-box#timeBox {
    max-height: 200px;
    overflow-x: auto;
}
.booking-box .calendar-header{
 display:flex;
 justify-content:space-between;
 align-items:center;
 margin-bottom:10px;
 font-weight:600;
}
.booking-box .calendar-days, .booking-box .calendar-dates {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 2px;
    text-align: center;
}
.booking-box .calendar-dates div {
    padding: 3px 0;
    border-radius: 50%;
    cursor: pointer;
    height: 26px;
    width: 26px;
    font-size: 13px;
}
.booking-box .calendar-dates div {
    padding: 3px 0;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    width: 28px;
}
.booking-box .calendar-header .btn.btn-sm {
    font-size: 24px;
    line-height: 1;
    height: 26px;
    padding: 0 10px;
}
.booking-box .calendar-dates div:hover{
 background:#f2f2f2;
}
.booking-box .active-date,
.booking-box .active-date:hover {
 background:#ff7001 !important;
 color:#fff !important;
}
.booking-box .time-grid{
 display:grid;
 grid-template-columns:repeat(4,1fr);
 gap:5px;
}
.booking-box .time-btn {
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 6px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}
.booking-box .time-btn:hover{
 background:#f4f4f4;
}
.booking-box .active-time,
.booking-box .active-time:hover {
 background:#ff7001;
 color:#fff;
 border-color:#ff7001;
}
.booking-box .note{
 margin-top:12px;
 font-size:13px;
 color:#888;
} 
.swap_icon {
    cursor: pointer;
    font-size: 24px;
    color: #ff7001;
    transition: 0.3s;
    transform: rotate(90deg) scale(1);
    width: fit-content;
    height: fit-content;
    margin-left: auto;
}
.swap_icon:hover {
    transform: rotate(90deg) scale(1.05);
}



@media (min-width: 0px) and (max-width: 1199px) {
  .how-it-work-row {
    max-width: 767px;
    margin: 0 auto;
    column-gap: 25px;
  }
  .how-it-work-col h4 {
    font-size: 16px;
  }
  .how-it-work-col {
    width: 110px;
    height: 245px;
  }
  .how-it-work-col:nth-child(2n) {
    margin-top: 48px;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .inner-page-banner .banner-content.text-center p {
    padding-bottom: 26px;
  }
  .inner-page-banner {
    min-height: 300px;
  }
  .our-promise-card {
    border: 1px solid #eee;
  }
  .hero-section::before {
    top: 0;
    height: 100%;
  }
  .banner-content h1 {
    font-size: 32px;
  }
  .section-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .footer-col.footer-left-space {
    padding-left: 0;
  }
  .site-brand {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .howit-work-arrow img {
    width: 73px;
    max-width: 73px;
}
  .vehicle-class-form .row {
    row-gap: 20px;
  }
  .vehicle-form-btn .btn.bg-btn {
    width: 285px;
  }
  .navbar-toggler {
    background-color: #ff7001;
    width: 52px;
    padding: 0;
    height: 38px;
    border-radius: 5px;
  }
  .site-header .navbar-collapse {
    margin-top: 10px;
    /*flex-direction: column;
		align-items: center;
		row-gap: 0;*/
  }
  .navbar-collapse.show {
    /*display: flex;*/
  }
  .site-header .navbar-collapse .navbar-nav {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    row-gap: 2px;
    margin-bottom: 15px;
  }
  .site-header .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .site-header .navbar-collapse .navbar-nav li .nav-link {
    width: 100%;
    border-radius: 8px;
  }
  .header-btns {
    width: 100%;
    justify-content: center;
  }
  .about-img-col img {
    width: 100%;
  }
  .footer-inner .row {
    row-gap: 35px;
  }
  .about-img-row {
    justify-content: center;
  }
  .lang-option select {
    width: auto;
  }
  .hero-col-card.book-premium-ride-box-form {
    margin: 0px auto;
  }
  .login-section .hero-col-card {
    margin: 60px auto 60px auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.site-header {
    padding: 8px 0;
  }
  .site-brand .site-logo img {
    height: 52px;
  }
  .footer-logo .site-logo img {
    height: 70px;
  }
  .footer-main .footer-inner {
    padding: 35px 0 35px;
  }
  .how-it-work-row .map-line-img {
    display: none;
  }
  .how-it-work-col {
    flex-direction: row;
    justify-content: center;
    column-gap: 15px;
    padding: 12px;
  }
  .how-it-work-col img {
    width: 35px;
    height: 35px;
    min-height: 35px;
  }
  .howit-work-arrow {
    position: absolute;
    bottom: -27%;
    top: auto;
    right: 36%;
    transform: rotate(90deg);
  }
  .howit-work-arrow img {
      width: 100px;
      max-width: 100px;
  }
  .btn.bg-btn,
  .btn.border-btn {
    height: 40px;
    padding: 10px 22px;
  }
  .header-btns {
    column-gap: 10px;
    row-gap: 10px;
  }
  .footer-col.footer-left-space {
    padding-left: 0;
  }
  .how-it-work-col {
    width: 100%;
    height: auto;
    margin: 0 !important;
  }
  .header-btns .btn {
    width: 100%;
    padding: 10px 10px;
  }
  .header-btns .btn {
    width: 100%;
  }
  .lang-option {
    width: 100%;
  }
  .lang-option select {
    padding: 10px 12px;
    background-color: #eee;
    border-radius: 50px;
    width: 100%;
  }
  .section-padding {
    padding: 35px 0;
  }
  .how-it-work-row {
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 0;
  }
  .map-line-dot {
    display: none !important;
  }
  .inner-page-banner .banner-content.text-center p {
    padding-bottom: 15px;
  }
  .inner-page-banner {
    min-height: 150px;
  }
  section .slick-slide .testimonials-slider-cars {
    min-height: 280px !important;
    height: 357px !important;
  }
  .testimonials-slider-cars p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  } 
}


