@charset "utf-8";

/* This is My Custom CSS */
/* 
   Author: Company Name,
   Author URL: Company URL,
   
   Site Name: Site Title,   
   Site Description: Site Field,
   Template: Responsive,
   Framework: Bootstrap v4.0.0    
*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000000;
  /* word-break: break-all; */
}

/* HTML Elements */
ul,
ol {
  margin: 0;
  padding: 0;
}

/* HTML Elements ends */

/* Typography CSS starts */
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
}

/* Typography CSS ends */
/* Global CSS */
.clear {
  clear: both;
}

.no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no-paddingR {
  padding-right: 0;
}

.no-paddingL {
  padding-left: 0;
}

/* Some Padding Field Changes ( for below media queries written) */
.change-padding {
  padding-right: 15px;
  padding-left: 15px;
}

.change-paddingR {
  padding-right: 0px;
}

.change-paddingL {
  padding-left: 0px;
}

.spl-padding {
  padding-right: 0;
  padding-left: 0;
}

a:hover {
  text-decoration: none;
}

/* Some Padding Field Changes ends */

img {
  max-width: 100%;
}

:root {
  --main-bg-color: #eebc1d;
  --main-bg-hover: #000000;
  --main-text-color: #000000;
  --white-text-color: #ffffff;

  --normal-text: 14px;
  --medium-weight: 600;
  --bold-weight: 700;

  --h3-size: 32px;
  --h3-weight: 600;
  --h4-size: 23px;
  --h4-weight: 600;
  --h5-size: 20;
  --h5-weight: 600;
  --sect-padding: 60px 0;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .change-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .change-paddingR {
    padding-right: 15px;
  }

  .change-paddingL {
    padding-left: 15px;
  }

  .spl-padding {
    padding-right: 15px;
    padding-left: 15px;
  }

  p {
    font-size: 14px;
  }

  :root {
    --h3-size: 20px;
    --h3-weight: 600;
    --h4-size: 20px;
    --h4-weight: 600;
    --h5-size: 20;
    --h5-weight: 600;
    --sect-padding: 30px 0;
  }


}

button:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

/* Section Headings Starts */
.main-heading {
  text-align: center;
}

h3 {
  font-size: var(--h3-size);
  font-weight: var(--h3-weight);
}

h4 {
  font-size: var(--h4-size);
  font-weight: var(--h4-weight);
}

h5 {
  font-size: var(--h5-size);
  font-weight: var(--h5-weight);
}

/* Section Heading Ends */

/* Home Page Starts */

/* Menu Starts */
.header-sec-outer .navbar {
  padding: 26px 0 26px 0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}

.header-sec-outer .navbar-brand {
  padding: 0 !important;
}

.header-sec-outer .nav-link {
  padding: 0 18px !important;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-text-color) !important;
  border-right: 1px solid #000;
}

.header-sec-outer .navbar-nav li:last-child .nav-link {
  border: none;
}

.header-sec-outer .navbar-collapse {
  flex: inherit !important;
}

.header-sec-outer .header-contact {
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 15px;
}

.header-sec-outer .contact-icon {
  -ms-flex-item-align: center !important;
  align-self: center !important;
  margin-right: 15px;
}

.header-sec-outer .contact-small-heading {
  display: inherit;
  font-size: 12px;
}

.header-sec-outer .contact-text {
  border-left: 1px solid #333;
  padding-left: 15px;
}

.header-sec-outer .contact-number {
  font-size: 14px;
  font-weight: 500;
}

.header-sec-outer .contact-number a {
  color: var(--main-text-color) !important;
}

.header-sec-outer .contact-number a:hover {
  text-decoration: none;
}

.header-sec-outer {
  transition: top 2s ease, left 2s ease;
  transition-delay: 4s;
}

.header-sec-outer.sticky-sec {
  position: fixed;
  top: 0;
  opacity: 1;
  visibility: hidden;
  transform: translate(0, -100%) scale(1);
  transition: .3s;
  z-index: 99;
  display: inline-block;
  width: 100%;
}

.header-sec-outer.sticky-sec .navbar {
  padding: 8px 0 8px 0;
}

.header-sec-outer.sticky-top-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1);
  transition: .3s;
}

/* Menu Ends */

/* Banner Starts */
.carousel-inner img {
  width: 100%;
  height: 100%;
}

/* Banner Ends */

/* Search Form Starts  */
.section-search {
  padding-bottom: 10px;
}

.search-box-banner {
  position: relative;
  margin: -100px auto auto;
}

.search-box-banner #bookingTab {
  background-color: #fff;
  border: none;
  border-radius: 100px;
  margin: 0;
}

.search-box-banner .nav-item {
  margin-top: 0;
}

#bookingTab .nav-link {
  background-color: transparent;
  border-radius: 100px;
  border: none;
  font-size: var(--normal-text);
  font-weight: 500;
  color: #000;
  padding: 10px 40px;
  position: relative;
  overflow: hidden;
}

#bookingTab .nav-link:hover,
#bookingTab .nav-link.active {
  background: var(--main-bg-color);
}

#bookingTabContent .tab-pane {
  background: #fff;
  padding: 45px 20px;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto !important;

}

.bootstrap-datetimepicker-widget.dropdown-menu ul {
  padding: 10px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 0;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0 !important;
}

.bootstrap-datetimepicker-widget table td {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.bootstrap-datetimepicker-widget .btn.btn-primary {
  background-color: #eebc1d;
  border: none;
  color: #000 !important;
  border-radius: 0;
}



.search-box-banner ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  outline: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center !important;
}

.search-box-banner .column-group-main {
  -ms-flex: 29%;
  flex: 29%;
  max-width: 29%;
}

.search-box-banner .column-group-last {
  -ms-flex: 13%;
  flex: 13%;
  max-width: 13%;
}

.search-box-banner .column-group-last:last-child {
  padding-right: 0;
}

.column-group-main .form-group-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.search-box-banner .form-group {
  margin: 0;
  padding: 0 10px;
}

.search-box-banner .form-group label {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 15px;
  color: #2F2F2F;
}

.search-box-banner .column-group-last .search-btn {
  margin-top: 30px;
}

.search-box-banner .search-btn .search-button {
  background-color: #FFA633;
  border: 1px solid #FFA633;
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
  width: 100%;
  padding: 6px 12px;
  border-radius: 5px;
}

.search-box-banner .search-btn .search-button:hover {
  background-color: #000;
  border: 1px solid #000;

}

.search-box-banner .search-btn .search-button .form-group.time-widge {
  position: relative;
}

.form-group #start-time-icon {
  position: absolute;
  right: 20px;
  top: 7px;
  color: #666;
}

.input-group.time {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  left: 0;
  right: 0;
  transition-duration: .9s;
  transition-timing-function: ease-in-out;
  background: #fff;
}

.input-group.time.hide-timepicker {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
  display: inline-block;
  left: 0;
  right: 0;
  background: #fff;
  transition-duration: .9s;
  transition-timing-function: ease;
}

.search-box-banner .form-control {
  border-radius: 6px;
  font-size: var(--normal-text);
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
}

.bootstrap-datetimepicker-widget table .date-widge td {
  padding: 20px;
  width: 100%;
}

.bootstrap-datetimepicker-widget table td.active {
  background-color: #FFA633;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #FFA633;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
  font-weight: 400;
  padding: 12px;
  width: 100%;
}

.bootstrap-datetimepicker-widget table td.day {
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}

.bootstrap-datetimepicker-widget .timepicker-hour table td {
  padding: 20px;
  width: 100%;
}

.bootstrap-datetimepicker-widget .timepicker-hour table th {
  font-size: 14px;
  font-weight: 400;
  padding: 12px;
  width: 100%;
}

.bootstrap-datetimepicker-widget .timepicker-minute table td {
  padding: 20px;
  width: 100%;
}

.bootstrap-datetimepicker-widget .timepicker-minute table th {
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

.search-box-banner .group-img input {
  padding: 4px 13px 4px 36px;
}

.search-box-banner .group-img {
  position: relative;
}

.search-box-banner .group-img i {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #787878;
}

.section-search .form-field-wrap {
  background: #fff;
  padding: 45px 20px;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.switches-container {
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: var(--main-bg-color);
  line-height: 3rem;
  border-radius: 100px;
  width: 355px;
}

.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #000;
}

.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
  border-radius: 3rem;
  background: #fff;
  height: 100%;
}

.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #000;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}

/* Search Form Ends */

/* How It Works Starts */
.how-its-work-sec {
  background-color: #fff;
  padding: var(--sect-padding);
}

.main-heading h3 {
  position: relative;
  margin-bottom: 30px;
}

.main-heading h3:after {
  content: "";
  position: absolute;
  background-image: url(../images/title-head.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  height: 11px;
  right: 0;
  bottom: -22px;
  z-index: 99;
}

.how-its-work-sec .services-group {
  margin: 0 0 24px;
  text-align: center;
  position: relative;
}

.how-its-work-sec .services-icon {
  border-radius: 50px;
  margin: 0 0 35px;
  padding: 10px;
  background: #ffffff;
  position: relative;
  border: 2px dashed #eebc1d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.how-its-work-sec .services-icon .icon-img {
  border-radius: 50px;
  padding: 10px;
}

/* How It Works Ends */

/* Explore More  Popular Car Starts */
.explore-popular-sec {
  background-color: #f2f7f6;
  padding: var(--sect-padding);
}

.popular-brands-sec {
  text-align: center;
  margin-bottom: 50px;
}

.popular-brands-sec ul {
  display: inline-block;
}

.popular-brands-sec li {
  display: inline-block;
}

.popular-brands-sec .brands-icon {
  background: #ffffff;
  border: 1px solid #F4F4F4;
  padding: 10px 23px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  color: #2F2F2F;
  border-radius: 6px;
  display: inline-block;
  margin: 0 10px;
}

.popular-brands-sec ul li a span {
  margin: 0 10px 0 0;
  padding: 10px;
  line-height: 0;
  background: #FCFCFC;
  border: 1px solid #F2F7F6;
  border-radius: 6px;
  width: 35px;
  height: 35px;

}

/* List item Starts */
.listing-item {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  margin: 0 0 30px 0;
  padding: 20px;
}

.listing-item .listing-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 10px;
}

.listing-img .fav-item {
  position: absolute;
  top: 10px;
  left: 10px;
}

.listing-img .featured-text {
  background: #ffffff;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 14px;
  color: #333;
}

.listing-item .listing-img img {
  width: 100%;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.listing-item:hover .listing-img img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.listing-item .listing-content {
  margin-top: 15px;
}

.listing-item .listing-content .listing-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.listing-item .listing-content .listing-title a {
  font-weight: 600;
  color: var(--main-text-color);
}

.listing-features .divider {
  background: #ccc;
  height: 1px;
  width: 100%;
}

.listing-details-group {
  margin: 20px 0 15px 0;
}

.listing-details-group ul {
  display: -ms-flexbox !important;
  display: flex !important;
}

.listing-details-group ul li {
  -ms-flex: 33.33%;
  flex: 33.33%;
  max-width: 33.33%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.listing-details-group ul li span {
  margin-right: 10px;
}

.listing-details-group ul li p {
  font-size: var(--normal-text);
  line-height: inherit;
}

.listing-details-group ul li img {
  height: 18px;
  margin-right: 10px;
}

.listing-details-group p {
  margin: 0;
}

.listing-location-details {
  background: #F2F7F6;
  padding: 8px 15px;
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-radius: 10px;
}

.listing-location-details .listing-price img {
  margin-right: 10px;
}

.listing-location-details .listing-price h6 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #C80C0C;
}

.listing-location-details .listing-price h6 span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.listing-location-details .listing-price {
  font-size: 16px;
}

.btn.btn-order {
  position: relative;
  background: var(--main-bg-color);
  color: var(--main-text-color);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.btn.btn-order:hover {
  background: var(--main-bg-hover);
  color: var(--white-text-color);
}

.btn.btn-border {
  position: relative;
  background: transparent;
  border: 2px solid #333;
  color: var(--main-text-color);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
}

.btn.btn-border:hover {
  background: var(--main-bg-color);
  color: var(--white-text-color);
  border-color: #eebc1d;
}

/* List item Ends */

/* Explore More  Popular Car Ends */

/* Most Popular Car Type Starts  */
.most-popular-sec {
  background: #fcfbfb;
  padding: var(--sect-padding);
}

.slick-slide {
  margin: 20px 10px;
}

.box-single {
  background: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(245, 245, 245, 1);
  -moz-box-shadow: 3px 3px 5px 1px rgba(245, 245, 245, 1);
  box-shadow: 3px 3px 5px 1px rgba(245, 245, 245, 1);
  border-radius: 10px;
}

.box-single img {
  margin: 0 auto;
  width: 75%;
}

.box-single h5 {
  margin-bottom: 0;
}

.slick-prev {
  position: relative;
}

.slick-prev:before {
  content: "";
  background: url(../images/arrow-left.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.slick-next:after {
  content: "";
  background: url(../images/arrow-right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.box-single .car-number {
  font-size: var(--normal-text);
}

.most-popular-btn {
  display: block;
  text-align: center;
  margin-top: 40px;
}

.most-popular-btn .btn.btn-border {
  display: inline;
}

/*  Most Popular Car Type Ends */


/*  Testimonial Sec Starts */
.testimonial-sec {
  background: url(../images/testi-bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: var(--sect-padding);
}

.testimonial-sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.testimonial-sec .main-heading h3,
.testimonial-sec .main-heading p {
  color: var(--white-text-color);
}

.testimonial-sec .card {
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);
  margin: 0 0 24px;
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 10px;
}

.testimonial-sec .card-body {
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  -webkit-box-shadow: 0 4px 24px rgba(225, 225, 225, .25);
  box-shadow: 0 4px 24px rgba(225, 225, 225, .25);
  border-radius: 10px;
}

.testimonial-sec .card .card-body {
  position: relative;
  padding: 1.5rem;
}

.testimonial-sec .quotes-head::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/quote.svg) no-repeat center center;
  margin: 0 0 20px;
}

.testimonial-sec .review-box {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

.testimonial-sec .review-box .review-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #ff9307;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.testimonial-sec .review-box .review-img img {
  border-radius: 50px;
}

.testimonial-sec .review-box .review-details {
  margin-left: 18px;
}

/*  Testimonial Sec Ends */

/* Explore-uae-sec Starts */
.explore-uae-sec {
  padding: var(--sect-padding);
}

/* Explore-uae-sec Ends */

/*  Footer Sec Starts */
footer {
  background: #000;
  color: var(--white-text-color);
  padding: var(--sect-padding);
}

.foot-inn {
  text-align: center;
}

.foot-inn p {
  font-size: var(--normal-text);
}

.foot-inn ul li {
  display: inline-block;
  padding: 0 15px;
}

.foot-inn ul.mail-phone {
  margin-bottom: 1rem;
}

.foot-inn ul.mail-phone li {
  border-right: 1px solid #fff;
}

.foot-inn ul.mail-phone li a {
  font-size: var(--normal-text);
}

.foot-inn ul.mail-phone li:last-child {
  border: none;
}

.foot-inn ul li a {
  color: var(--white-text-color);
}

.foot-inn ul li a:hover {
  color: #eebc1d;
  text-decoration: none;
}

.foot-inn ul.social-media li {
  padding: 0;
}

.foot-inn ul.social-media li a {
  padding: 0 10px;
}

/*  Footer Sec Ends */


/*  Fleets Page Starts */
.inner-banner-sec {
  height: 400px;
}

.inner-banner-sec img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.fleets-list-sec {
  background-color: #fff;
  padding: var(--sect-padding);
}

.fleets-list-sec .main-heading {
  text-align: left;
  margin-bottom: 35px;
}

.fleets-list-sec .main-heading h3 {
  float: left;
  margin-bottom: 0;
}

.fleets-list-sec .main-heading h3:after {
  display: none;
}

.fleets-list-sec .fleets-filter {
  float: right;
  display: flex;
}

.fleets-list-sec .sigle-fleets-filter {
  min-width: 180px;
}

.fleets-list-sec .sigle-fleets-filter:first-child {
  margin-right: 15px;
}

.fleets-list-sec .sigle-fleets-filter .select2-container {
  width: 100% !important;
}

.fleets-list-sec .select2-selection.select2-selection--single {
  border: none;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #000;
}

.fleets-list-sec .select2-search.select2-search--dropdown {
  display: none;
}

.fleets-list-sec .select2-dropdown {
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--main-bg-color);
  color: white;
}

.fleets-list-sec .listing-item {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
}

.fleets-list-sec .select2-selection__placeholder {
  color: #000 !important;
  font-size: 14px;
}

.fleets-list-sec .select2-results__option {
  font-size: 14px;
}

.fleets-list-sec .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: none;
  border-width: 0;
  height: 24px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 24px;
  left: inherit;
}

.fleets-list-sec .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e92e";
  font-family: 'feather' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
}

.fleets-list-sec .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "\e931";
}

.fleets-list-sec .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.fleets-list-sec .select2-container--default .select2-selection--single .select2-selection__clear {
  padding: 0 8px;
  font-size: 19px;
}

.fleets-list-sec .select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: red;
}

.pagination {
  margin-top: 30px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-link {
  color: #000;
  font-size: 14px;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: var(--main-bg-color);
  border-color: #eebc1d;
}

/*  Fleets Page Ends */

/* Car Booking Page Starts */
.booking-sec-outer {
  position: relative;
}

#map {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
}

.booking-form-outer {
  padding-top: 21px;
  padding-bottom: 21px;
}

.booking-form {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.car-booking-img {
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  margin-bottom: 1rem;
}

.car-thumb-img {
  width: 158px;
  height: 87px;
}

.car-thumb-img img {
  height: 87px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.car-name {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.car-name {
  font-size: 16px;
  font-weight: var(--medium-weight);
  margin-left: 15px;
}

.booking-edit {
  position: absolute;
  right: 0;
  top: 0;
}

.booking-edit i {
  color: #666;
}

.booking-edit i:hover {
  color: #eebc1d;
}

.pick-destina-outer {
  position: relative;
}

.car-booking-form .form-control {
  font-size: var(--normal-text);
  padding: 8px 10px;
}

.pick-destina-outer .pickup,
.pick-destina-outer .destination {
  position: relative;
  margin-bottom: 1rem;
}

.pick-destina-outer .pickup i,
.pick-destina-outer .destination i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #000;
}

.pick-destina-outer .form-control {
  padding-left: 30px;
  text-overflow: ellipsis;
}

.traffic-line {
  background: #000;
  width: 2px;
  height: 31px;
  display: inline-block;
  position: absolute;
  top: 51%;
  left: 17px;
  transform: translateY(-51%);
}

.pickup-time {
  position: relative;
}

.pickup-time-text {
  background: #FFEDB5;
  font-size: 9px;
  padding: 2px 7px;
  position: absolute;
  right: 9px;
  top: -6px;
  border-radius: 2px;
}

.total-amount .form-control {
  text-align: right;
}

.total-amount {
  position: relative;
}

.total-amount .form-control {
  border-color: #EEBC1D;
  font-size: 21px;
  font-weight: var(--medium-weight);
  color: #000;
}

.total-amount .form-control:disabled,
.name-group .form-control:disabled,
.mail-group .form-control:disabled,
.phone-group .form-control:disabled,
.pick-destina-outer .form-control:disabled,
.pickup-time .form-control:disabled {
  background-color: transparent;
}

.total-amount-text {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.car-booking-form .btn.btn-order {
  margin-top: 19px;
}

.payment-method-group .custom-control-label {
  cursor: pointer;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #000;
}

.custom-control-label::before {
  background-color: #dee2e6;
}

/* Car Booking Page Ends */


/* Contact Page Starts */
.text-banner-sec {
  background: #000;
  padding: 35px 0;
}

.text-banner-sec h6 {
  margin-bottom: 0;
  color: #fff;
}

.contact-form {
  padding: var(--sect-padding);
}

.contact-form .btn.btn-order {
  width: auto;
  padding: 10px 25px;
}

.form-control {
  font-size: var(--normal-text);
}

/* Contact Page Ends */

/* thank You Page Starts */
.thank-you-sec {
  padding: var(--sect-padding);
}

.thank-you-inn {
  padding: var(--sect-padding);
}

.thank-you-sec .btn {
  width: auto;
  padding: 10px 25px;

}

/* thank You Page Ends */

/* Home Page Ends */



/* .most-popular-sec,
footer,
.explore-uae-sec,
.testimonial-sec,
.explore-popular-sec,
.how-its-work-sec,
.header-sec-outer,
.mob-header-sec{
  display: none !important;
}
.carousel-item{
  opacity: 0;
} */

/* Payment Page Starts */
.form-inn {
  box-shadow: 2px 1px 2px rgba(0, 0, 0, .09), 2px 4px 12px rgba(0, 0, 0, .08);
  padding: 40px;
  border-radius: 20px;
}

.payment-sec {
  padding: var(--sect-padding);
}

.payment-details>div {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.expiry-month-sec .select2.select2-container,
.expiry-year-sec .select2.select2-container {
  width: 100% !important;
}

.expiry-month-sec .select2-selection,
.expiry-year-sec .select2-selection {
  height: 38px;
}

.expiry-month-sec .select2-selection__arrow,
.expiry-year-sec .select2-selection__arrow {
  height: 38px !important;
}

.expiry-month-sec .select2-selection__rendered,
.expiry-year-sec .select2-selection__rendered {
  height: 38px;
  line-height: 38px !important;
}

#expiry-month-down .select2-search,
#expiry-year-down .select2-search {
  display: none;
}

.pay-now-btn {
  margin-top: 30px;
}

/* Payment Page Ends */

.booking-form {
  position: relative;
}

.booking-form .spinner {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 20px;
  border-radius: 20px;
  background: rgba(241, 241, 241, .8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.spinner-circle {
  width: 4em;
  height: 4em;
  border: 0.5em solid rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-left-color: #eebc1d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.hide {
  display: none;
}

#booking-form .error-msg {
  font-size: 13px;
  color: red;
}

#booking-form .coupon-code-error-msg {
  font-size: 13px;
  color: red;
}

.search-box-banner .form-control {
  border-radius: 50px;
}

.search-box-banner .search-btn .search-button {
  border-radius: 50px;
}

.search-box-banner .search-btn .search-button {
  background-color: #eebc1d;
  border: 1px solid #eebc1d;
  color: #000;
}

.search-box-banner .search-btn .search-button:hover {
  color: #fff;
}

.contact-form .form-group span {
  font-size: 13px;
}

.payment-sec .alert-danger.alert {
  margin-bottom: 0;
  color: red;
  padding: 6px;
  font-size: 14px;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

/* New style starts */
#booking-form .iti.iti--allow-dropdown {
  width: 100%;
}

#iti-0__country-listbox li {
  font-size: 12px;
}

.navbar-brand img {
  max-height: 50px;
}

.navbar.navbar-expand-lg.navbar-light.bg-light {
  background-color: #fff !important;
}

/* New style ends*/


/* About Us Starts */
.about-us {
  min-height: 80vh;
  padding: var(--sect-padding);
}

.about-us-inn img {
  width: 400px;
}

/* About Us Ends */

/* Services Sec Starts */
.services-sec {
  padding: var(--sect-padding);
}

.box-services {
  box-shadow: 0px 0px 10px 0px rgba(219, 212, 201, 0.88);
  padding: 20px 30px;
  height: 100%;
}

.box-services-sec {
  margin-bottom: 30px;
}

/* Services Sec Ends */


/* About Us Starts */
.about-us {
  min-height: 60vh;
  padding: var(--sect-padding);
}

.about-us-inn img {
  width: 400px;
}

/* About Us Ends */

/* Services Sec Starts */
.services-sec {
  padding: var(--sect-padding);
}

.box-services {
  box-shadow: 0px 0px 10px 0px rgba(219, 212, 201, 0.88);
  padding: 20px 30px;
  height: 100%;
}

.box-services-sec {
  margin-bottom: 30px;
}

/* Services Sec Ends */


/* Services Sec Starts */
.box-services {
  text-align: center;
  border-radius: 20px;
}

.services-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #eebc1d;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.box-services img {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.box-services p {
  text-align: justify;
  text-justify: inter-word;
}

/* Services Sec Ends */

.price-from {
  font-size: 12px !important;
}

.header-sec-outer.sticky-sec {
  z-index: 999;
}

.listing-img img {
  height: 209px;
  object-fit: contain;
}

li.nav-item:hover .nav-link,
li.nav-item.active .nav-link {
    color: #eebc1d !important;
}

.box-single img {
  height: 70px;
  width: auto;
  object-fit: contain !important;
  margin-bottom: 10px;
}

/* Normal Content Sec */
.normal-content-sec {
  padding: var(--sect-padding);
}

.normal-content-inn{
  min-height: 60vh;
}
.normal-content-inn ol{
  padding-left: 20px;
  margin-bottom: 1rem;
}
.normal-content-inn h5{
  margin-bottom: .5rem;
}
/* Normal Content Sec Ends*/

.useful-links {
  margin-bottom: 1rem;
}
.foot-inn .useful-links li {
  border-right: 1px solid #fff;
}
.foot-inn .useful-links li:last-child {
  border: none;
}
.foot-inn p {
  padding: 0 5%;
}

.coupon-code-group #btn-apply-coupon-code {
  width: 100%;
  background-color: #333;
}
.coupon-code-group #btn-apply-coupon-code:hover {
  background-color: #eebc1d;
  border-color: #eebc1d;
  color: #000;
}

.current-location {
    font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 2px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  width: auto;
}
.current-location i {
  display: inline-block;
  left: inherit !important;
  top: inherit !important;
  font-size: 16px;
  float: left;
  position: relative !important;
  margin-top: 2px;
  margin-right: 4px;
}
.current-location span {
  margin-top: -1px !important;
}
.current-location:hover {
  color: #eebc1d !important;
}

.location-loader {
  height: 20px;
}

#booking-form .otp-success-msg {
  font-size: 13px;
  color: green;
}

#booking-form .otp-validate-msg, 
#booking-form .otp-error-msg {
  font-size: 13px;
  color: red;
}

.otp-group #btn-send-otp {
  width: 100%;
  background-color: #333;
}
.otp-group #btn-send-otp:hover {
  background-color: #eebc1d;
  border-color: #eebc1d;
  color: #000;
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 0.74);
  top: 0;
  z-index: 99999;
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box;
}

.half-circle-spinner {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: fixed;
  top: 38%;
  left: 50%;
}

.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: calc(60px / 10) solid transparent;
}

.half-circle-spinner .circle.circle-1 {
  border-top-color: #eebc1d;
  animation: half-circle-spinner-animation 2s infinite;
}

.half-circle-spinner .circle.circle-2 {
  border-bottom-color: #eebc1d;
  animation: half-circle-spinner-animation 2s infinite alternate;
}

@keyframes half-circle-spinner-animation {
  0% {
      transform: rotate(0deg);
  }

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

.testimonial-sec .btn.btn-order {
  display: inline-block;
  width: auto;
  padding: 10px 25px;
}
.customer-review {
  text-align: center;
}
#testimonial-form .modal-header {
  background: var(--main-bg-color);
  color: var(--main-text-color);
}
#testimonial-form .close {
  position: absolute;
  right: -10px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: -10px;
  opacity: 1;
}
#testimonial-form .close i {
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-shadow: none;
}
#testimonial-form .modal-content {
  border: none;
  border-radius: 12px !important;
}
#testimonial-form .modal-body {
  padding: 15px 25px;
}
#testimonial-form label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
#testimonial-form .btn-form-group {
  text-align: center;
}
#testimonial-form  .btn.btn-order {
  display: inline-block;
  width: auto;
  padding: 7px 20px;
  border-radius: 7px;
}
.toast-danger {
  background: indianred !important;
}

.toast-success {
  background: green !important;
}

/* Car Edit Booking form Starts */
#booking-edit {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#booking-edit i {
  color: #666;
}
#booking-edit:hover i{
  color: #eebc1d;
}

.car-booking-form {
  position: relative;
}
.edit-fleet-list {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #ccc;
  background: #fff;
  top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.edit-fleet-list.show{
  top: 0;
  opacity: 1;
  visibility: visible;
}
.edit-fleet-list .single-fleet-item {
  display: -ms-flexbox !important;
  display: flex !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .02);
  padding: 5px;
  margin-bottom: 11px;
  border-radius: 7px;
  padding: 10px 5px;
  cursor: pointer;
  background: #fff;
}
.edit-fleet-list .single-fleet-item:hover{
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
}
.edit-fleet-list .car-thumb-img {
  width: 20%;
  height: auto;
}
.edit-fleet-list .car-thumb-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.edit-fleet-list .car-name-details{
  width: 60%;
  padding: 0 10px;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.edit-fleet-list .car-price-sec{
  width: 20%;
  padding: 0;
  text-align: right;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.edit-fleet-list .car-name-sec h5{
  font-size: 14px;
  margin-bottom: 0;
}
.edit-fleet-list .car-price-sec h6{
  font-size: 14px;
  font-weight: 700;
  color: #C80C0C;
  margin-bottom: 0;
}

.edit-fleet-list .single-fleet-heading{
  margin-bottom: 20px;
}
.edit-fleet-list .single-fleet-heading h5{
  margin-bottom: 0;
}
.edit-fleet-list .single-fleet-heading #close-edit {
  -ms-flex-item-align: center !important;
  align-self: center !important;
  cursor: pointer;
}
.edit-fleet-list .single-fleet-heading #close-edit:hover i{
  color: #eebc1d;
}
.edit-fleet-list .single-fleet-heading #close-edit i{
  font-size: 19px; 
}
.single-fleet-item .listing-details-group {
  margin: 0;
}
.single-fleet-item .listing-details-group ul li span{
  margin-right: 5px;
}
.single-fleet-item .listing-details-group ul li img{
  margin-right: 0;
  height: 12px;
  opacity: .8;
}
.listing-details-group ul li p {
  font-weight: 500;
}

.single-fleet-category {
  padding: 1px 6px;
  position: relative;
  padding-top: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
}
.fleet-category-head {
  display: inline-block;
  background: #eebc1d;
  position: absolute;
  padding: 4px 15px;
  top: -10px;
  border-radius: 5px;
}
.fleet-category-head h6 {
  margin: 0;
  font-size: 14px;
  font-family: 'Montserrat';
  font-style: normal;
}
 
/* Car Edit Booking Form Ends */
#offer-modal .close {
  position: absolute;
  right: -10px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: -10px;
  opacity: 1;
}
#offer-modal .close i {
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-shadow: none;
}
#offer-modal .modal-content {
  border: none;
  background-color: transparent;
}
#offer-modal .offer-modal-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
#offer-modal label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
#offer-modal .offer-modal-image img {
  max-width: 100%; 
  max-height: 90vh; 
  width: auto;
  height: auto;
}

.round-trip .form-check-label {
  width: 100%;
  padding: 6px 0;
  height: calc(2.25rem + 2px);
  border-radius: 0.25rem;
  cursor: pointer;
}
.round-trip {
  user-select: none; /* Disable text selection */
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none; /* For Firefox */
  -ms-user-select: none; /* For older IE versions */
}
.round-trip input[type=checkbox] {
  position: relative;
    border: 2px solid #333;
    border-radius: 0;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
  opacity: .5;
  border-radius: 0.15rem;
}
.round-trip input[type=checkbox]:hover {
  opacity: 1;
}
.round-trip input[type=checkbox]:checked {
  background-color: #333;
  opacity: 1;
}
.round-trip input[type=checkbox]:before {
  content: "\e92b";
  font-family: 'feather' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
  opacity: 0;
}
.round-trip input[type=checkbox]:checked:before{
  opacity: 1;
}