@import url("https://fonts.googleapis.com/css?family=Karla:400,700");
@import url("https://fonts.googleapis.com/css?family=Rubik:500");
:root {
      --accent: #ffc71a;
      --accent2: #6c63ff;
      --white: #ffffff;
      --dark: #0a0a14;
      --card-bg: #13131f;
      --tr: 0.9s cubic-bezier(.77,0,.18,1);
    }
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit; }

.relative {
  position: relative; }

.primary {
  color: #00CC37; }

.regular {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.p {
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "rubik";  */
}

h1 {
  font-size: 40px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 14px; }

.transition-3s, .offcanvas-nav_links li, .offcanvas-nav_profile-links li, .dropdown-nav-button, .dropdown-nav-item, .input-addon, .text-input {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.flex-row-center, .dropdown-nav-button, .form-submit-button, .form-submit-button--square, .service-round-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.no-border-top-radius {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important; }

.no-border-bottom-radius, .dropdown-nav-button {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

html,
body {
  font-family: "karla";
  color: #02001C;
  margin: 0;
  padding: 0; }

.light {
  font-weight: 400; }

.rubik {
  font-family: rubik; }

.karla {
  font-family: karla; }

.primary {
  color: #00CC37; }

.back-primary {
  background-color: #00CC37; }

.wrapper {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%; }

.container-large {
  max-width: 1360px; }

.slick-list {
  overflow-x: hidden; }

.mt-120 {
  margin-top: 120px; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.right-nav-trigger,
.left-nav-trigger {
  display: none; }

.offcanvas-nav {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 999; }
  .offcanvas-nav_links {
    margin-top: 100px; }
    .offcanvas-nav_links li {
      border-bottom: 1px solid rgba(2, 0, 28, 0.1);
      text-align: center;
      font-size: 18px;
      padding: 40px;
      font-weight: 500; }
      .offcanvas-nav_links li:hover {
        color: #00CC37; }
  .offcanvas-nav_profile-section {
    width: 100%;
    position: relative;
    margin-top: 80px; }
  .offcanvas-nav_user-icon {
    display: inline-block;
    background-color: white;
    height: 80px;
    width: 80px;
    border: 1px solid #00CC37;
    border-radius: 50px;
    overflow: hidden; }
    .offcanvas-nav_user-icon img {
      width: 100%;
      height: 100%; }
  .offcanvas-nav_profile-links {
    margin: 0 auto; }
    .offcanvas-nav_profile-links li {
      text-align: center;
      padding: 20px;
      font-weight: 500; }
      .offcanvas-nav_profile-links li:hover {
        color: #00CC37; }
  .offcanvas-nav_logo img {
    display: block;
    margin: 0px auto;
    margin-top: 40px; }
  .offcanvas-nav_close {
    position: absolute;
    right: 30px;
    top: 30px; }
    .offcanvas-nav_close:hover {
      cursor: pointer; }

.left-side-nav {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: -400px;
  will-change: transform;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .left-side-nav.active {
    left: 0px;
    opacity: 1;
    visibility: visible; }

.left-nav-trigger:hover {
  cursor: pointer; }

.right-side-nav {
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: -400px;
  will-change: transform;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .right-side-nav.active {
    right: 0px;
    opacity: 1;
    visibility: visible; }

.right-nav-trigger .user-icon {
  display: inline-block;
  background-color: white;
  height: 44px;
  width: 44px;
  border: 1px solid #00CC37;
  border-radius: 22px;
  overflow: hidden; }
  .right-nav-trigger .user-icon img {
    width: 100%;
    height: 100%; }
  .right-nav-trigger .user-icon:hover {
    cursor: pointer; }

.navbar-collapse {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.nav-item {
  margin: 0 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px !important;
  position: relative; }
  .nav-item:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffc71a;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0; }
  .nav-item:hover::after {
    opacity: 1; }

.nav-item.active {
  font-weight: 700; }
  .nav-item.active:after {
    opacity: 1; }

.dropdown-nav-button {
  position: relative;
  top: 10px;
  background-color: transparent;
  padding: 10px;
  width: 210px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  z-index: 90;
  position: relative; }
  .dropdown-nav-button:hover {
    cursor: pointer; }
  .dropdown-nav-button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .dropdown-nav-button:after {
    display: none; }

.dropdown-nav-user {
  display: inline-block;
  background-color: white;
  height: 44px;
  width: 44px;
  border: 1px solid #00CC37;
  border-radius: 22px;
  margin-right: 10px;
  overflow: hidden; }
  .dropdown-nav-user img {
    width: 100%;
    height: 100%; }

.dropdown-nav-menu {
  z-index: 10;
  top: -70px !important;
  left: 10px !important;
  width: 210px;
  border-radius: 6px;
  border: 0;
  margin-top: 0px;
  padding: 0px;
  padding-top: 70px;
  background-color: white;
  overflow: hidden; }

.dropdown-nav-item {
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid rgba(0, 204, 55, 0.15); }
  .dropdown-nav-item:nth-child(3) {
    border-bottom: 0; }
  .dropdown-nav-item:hover {
    color: white;
    background-color: #00CC37; }

.dropdown-nav-icon {
  margin-right: 10px; }

.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  position: relative; }
  .login-container h6 {
    padding-right: 10px;
    margin-bottom: 0px; }

[data-target]:hover {
  cursor: pointer; }

.login-popup {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  padding: 40px 30px;
  padding-bottom: 30px;
  width: 350px;
  z-index: 5;
  background-color: white;
  -webkit-box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3);
  box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3); }
  .login-popup.active {
    display: block; }
  .login-popup:after {
    content: '';
    position: absolute;
    background: transparent;
    top: -12.5px;
    right: 45px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white;
    -webkit-filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1));
    filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1)); }
  .login-popup .form-group {
    margin-bottom: 40px; }
  .login-popup input {
    border: 1px solid #00CC37; }

.login-helper{
      color: #000;
}
.login-helper span {
  opacity: .5; }

.hero-section, .hero-section--home, .hero-section--about, .hero-section--contact {
  height: 100vh;
   height: 400px;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-section--home {
    background-image: url("../../assets/images/frontend-fleet-hero2.jpg"); }

  
  .hero-section--about {
    background-image: url("../../assets/images/inner_banner3.jpg"); }
    .hero-section--event {
    background-image: url("../../assets/images/inner_banner4.jpg"); }
    .hero-section--gallery {
    background-image: url("../../assets/images/inner_banner1.jpg"); }
  .hero-section--contact {
    background-image: url("../../assets/images/inner_banner2.jpg");  }
    .forgot_password_bg{
    background-image: url("../../assets/images/inner_banner3.jpg");
}

.hero-form-container {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
  max-width: 450px;
  margin: 0 auto;
  max-height: 700px; }

.form-tabs {
  width: 100%;
  height: 70px;
  position: relative; }

.tab-button {
  background-color: black;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  border: 0;
  border-radius: 4px !important;
  color: white;
  padding: 10px 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .tab-button:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 20px rgba(52, 64, 75, 0.5);
    box-shadow: 0px 3px 20px rgba(52, 64, 75, 0.5); }
  .tab-button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0; }

.js-booklater-show {
  display: none;
  position: relative; }

.tab-button.active {
  color: white;
  background-color: #02001C; }

.form-group {
  position: relative; }

.form-group.white-label .label-stay,
.form-group.white-label .label-top {
  color: white; }

label {
  font-weight: 500;
  font-size: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.label-animate {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #02001C; }
  .label-animate:hover {
    cursor: text; }

.label-top {
  top: -15px;
  -webkit-transform: 0;
  transform: 0;
  font-size: 12px;
  opacity: 1;
  color: rgba(2, 0, 28, 0.5); }

.label-top.stay {
  /* color: rgba(2, 0, 28, 0.5);  */
  color: rgb(255 255 255);
    left: 0px;
}
.card_fwd{
  max-width: 800px;
  margin: auto;
      text-align: center;
}
.card_fwd p{
     font-size: 1.5rem;
         margin-bottom: 40px;

}

.label-hidden {
  opacity: 0; }

.input-addon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  opacity: .5; }

.hide-book-later {
  display: none; }

.text-input {
  font-size: 14px;
  border-radius: 2px;
  padding: 10px 30px;
  padding-right: 35px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 3px rgba(2, 0, 28, 0.05);
  box-shadow: 0px 2px 3px rgba(2, 0, 28, 0.05);
  border: 0;
  width: 100%;
  border: 1px solid transparent; }
  .text-input:focus {
    outline: 0;
    border: 1px solid #00CC37; }
  .text-input:focus + span {
    opacity: 1; }

.nice-select {
  border: 0;
  color: #02001C; }
  .nice-select .option.selected {
    color: #009929;
    font-weight: 700; }
  .nice-select .option:hover {
    color: #009929;
    background-color: white; }

.nice-select .list {
  border-radius: 20px;
  margin-top: 10px; }

textarea.text-input {
  border-radius: 2px; }

.form-submit-button, .form-submit-button--square {
     background-color: black;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    border: 0;
    border-radius: 4px !important;
    color: white;
    padding: 10px 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
 }
  .form-submit-button--square {
    border-radius: 4px; }
  .form-submit-button:hover, .form-submit-button--square:hover {
    -webkit-box-shadow: 0px 3px 10px rgba(52, 64, 75, 0.2);
    box-shadow: 0px 3px 10px rgba(52, 64, 75, 0.2); }
    .form_field{
        font-weight: 500;
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 4px !important;
    padding: 10px 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 1px;
    max-width: 400px;
    width: 100%;
    margin-bottom: 49px;
    }

.section-title {
  position: relative; }

.section-title .underline {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  height: 3px;
  width: 70px;
  background-color: #00CC37; }

.vehicle-section {
  background-image: url("../../assets/images/frontend-fleet-vehicles-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0px;
  position: relative; }

.vehicle-slider {
  padding-top: 50px;
  margin: 100px 0px;
  margin-bottom: 40px; }
  .vehicle-slider .col-sm-4 {
    padding: 0px 40px; }
  .vehicle-slider img {
    -o-object-fit: cover;
    object-fit: cover; }

.vehicle-slider .slick-slide {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .6; }

.vehicle-slider .slick-list.draggable {
  overflow: visible !important; }

.vehicle-slider .slick-center {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.vehicle-details-container {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 400px; }
  .vehicle-details-container .vehicle_name {
    text-align: center;
    margin-bottom: 20px; }
  .vehicle-details-container .vehicle_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .vehicle-details-container .vehicle_details img {
      width: 38px;
      height: 32px; }

.vehicle-details-slider [data-animation-in] {
  opacity: 0; }

.vehicle-section .custom-controls-container {
  position: absolute;
  top: 180px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .vehicle-section .custom-controls-container h6 {
    margin: 0px 20px; }

.vehicle-section .custom-dots .slick-dots {
  padding: 0;
  margin-bottom: 12px; }

.vehicle-section .custom-dots li button {
  display: none; }

.vehicle-section .custom-dots {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .vehicle-section .custom-dots h6 {
    margin: 0px 15px; }

.vehicle-section .custom-dots li {
  position: relative;
  display: inline-block;
  margin-right: 20px; }
  .vehicle-section .custom-dots li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    width: 12px;
    height: 4px;
    border-radius: 2px; }
  .vehicle-section .custom-dots li.slick-active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00CC37;
    width: 12px;
    height: 4px;
    border-radius: 2px; }

.booking-section {
  background-color: #00CC37; }

.form-inputs .form-group {
  margin-bottom: 30px; }

.form-group {
  margin-bottom: 40px; }

.checkboxes .pretty .custom-state label {
  font-size: 18px;
  padding-left: 5px; }
  .checkboxes .pretty .custom-state label::before {
    border: 4px solid white; }
  .checkboxes .pretty .custom-state label::after {
    background-color: transparent; }

.checkboxes .pretty.p-default input:checked ~ .state label:after {
  background-color: black !important; }

.service-round-element {
  width: 120px;
  height: 120px;
  margin: 0px;
  border-radius: 50%;
  background-color: rgba(0, 204, 55, 0.7);
  position: relative; }
  .service-round-element:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    -webkit-transform: translateX(-15px) translateY(-15px);
    transform: translateX(-15px) translateY(-15px);
    border-radius: 50%;
    z-index: -1;
    background-color: rgba(0, 204, 55, 0.25); }
  .service-round-element:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    height: 180px;
    -webkit-transform: translateX(-30px) translateY(-30px);
    transform: translateX(-30px) translateY(-30px);
    border-radius: 50%;
    z-index: -2;
    background-color: rgba(0, 204, 55, 0.15);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(-30px) translateY(-30px) scale(0);
    transform: translateX(-30px) translateY(-30px) scale(0);
    opacity: 1; }
  30% {
    opacity: .8; }
  100% {
    -webkit-transform: translateX(-30px) translateY(-30px) scale(1.2);
    transform: translateX(-30px) translateY(-30px) scale(1.2);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: translateX(-30px) translateY(-30px) scale(0);
    transform: translateX(-30px) translateY(-30px) scale(0);
    opacity: 1; }
  30% {
    opacity: .8; }
  100% {
    -webkit-transform: translateX(-30px) translateY(-30px) scale(1.2);
    transform: translateX(-30px) translateY(-30px) scale(1.2);
    opacity: 0; } }

.service-slide-prev,.package-slide-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  left: 30px; }

.service-slide-next,.package-slide-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  right: 30px; }

.testimonial-image-block {
  width: 300px;
  height: 350px;
  position: relative;
  /* background-image: url("../../assets/images/frontend-icons-fleet-testimonial.png"); */
  background-size: cover;
  overflow: hidden; }
  .testimonial-image-block .testimonial-image {
    display: block;
    margin: 0 auto;
    margin-top: 27px;
    width: 180px;
    height: 180px;
    /* border-radius: 50%; */
    -o-object-fit: cover;
    object-fit: cover; }
  .testimonial-image-block .quote-round img {
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover; }
  .testimonial-image-block .testimonial-name {
    color: white;
    position: absolute;
    bottom: 0px;
    right: 50px; }
  .testimonial-image-block .quote-round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 40px;
    height: 68px;
    width: 68px;
    border-radius: 40px;
    background-color: #00CC37;
    -webkit-box-shadow: 0px 3px 10px rgba(2, 0, 28, 0.2);
    box-shadow: 0px 3px 10px rgba(2, 0, 28, 0.2); 
  display: none;}

.testimonial-content {
  margin-top: 80px;
  text-align: left;
  font-size: 18px; 
  font-style: italic;
  color: #7f7f7f;
  padding-right: 80px;
}

.testimonial-dots .slick-dots li button {
  display: none; }

.testimonial-dots .slick-dots li {
  position: relative;
  display: inline-block;
  margin-right: 30px; }
  .testimonial-dots .slick-dots li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #02001C;
    background-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 15px; }
  .testimonial-dots .slick-dots li.slick-active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #ffc71a;
    background-color: #ffc71a;
    width: 12px;
    height: 12px;
    border-radius: 15px; }

div[class^='col']:focus,
div:focus,
div[class*='col']:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.login-modal-wrapper {
  min-height: 100%;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  display: none;
  z-index: 20;
    /* background: #00cc37; */
    background-image: url("../../assets/images/register.jpg.jpeg");
    /* background: #00cc3700; */
    padding-top: 11rem;
}
.login-modal-wrapper .modal-content{
   background: #00cc3700;
}
  .login-modal-wrapper.active {
    display: block; }

.login-modal-wrapper::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */ }

.modal {
  padding: 0px !important;
  margin: 0px; }
  .modal textarea::-webkit-input-placeholder {
    font-size: 16px; }
  .modal textarea:-ms-input-placeholder {
    font-size: 16px; }
  .modal textarea::-ms-input-placeholder {
    font-size: 16px; }
  .modal textarea::placeholder {
    font-size: 16px; }

.login-modal {
  max-width: 100%;
  margin: 0px;
  height: 100%; }
  .login-modal .modal-title {
    color: #02001C; }
  .login-modal .modal-close {
    position: absolute;
    right: 20px;
    top: 0px;
    opacity: .6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .login-modal .modal-close:hover {
      cursor: pointer;
      opacity: 1; }
    .login-modal .modal-close i {
      font-size: 22px;
      color: white; }
  .login-modal .modal-title {
    position: relative; }
  .login-modal .modal-content {
    height: 100%;
    border-radius: 2px;
    border: 0; }
  .login-modal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px !important; }
  .login-modal .tab-button {
    padding: 10px 70px; }

footer {
  background-color: #02001C;
  padding: 20px 0; }
  footer hr {
    border-color: rgba(255, 255, 255, 0.1); }

.footer-col {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-col p {
    margin-bottom: 0px; }
  .footer-col:before {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-color: white;
    opacity: .4; }

.vertical-spacer {
  opacity: .4;
  padding: 0 10px; }

.footer-social a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .footer-social a:hover {
    color: white; }

.link {
  opacity: .7;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .link:hover {
    opacity: 1;
    cursor: pointer; }

.hero-content, .hero-content--about, .hero-content--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* background-image: url("../../assets/images/frontend-fleet-about-title.png"); */
  background-image: url("../../assets/images/bar.png");
  background-repeat: no-repeat;
  background-position: right;
  color: white;
  color: #000;
  padding: 40px 0px; }
  .hero-content--about {
    padding-right: 150px; }
  .hero-content--contact {
    padding-right: 350px; }

.about-fleet {
 
  padding: 50px 0;
    text-align: center;
  /* background-image: url("../../assets/images/frontend-fleet-about-content.png");  */
}
  .about-fleet p {
    opacity: .6;
    font-size: 18px;
    margin-top: 40px; }

.fleet-member, .fleet-member--flip {
  background-color: #02001C;
  color: white;
  margin-bottom: 50px; }
  .fleet-member .fleet-shape, .fleet-member--flip .fleet-shape {
    position: relative;
    z-index: 1; }
    .fleet-member .fleet-shape::before, .fleet-member--flip .fleet-shape::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("../../assets/images/frontend-fleet-about-minds.png");
      background-repeat: no-repeat;
      background-image: contain;
      z-index: -1; }
  .fleet-member--flip {
    text-align: right; }
    .fleet-member--flip .fleet-shape::before {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
  .fleet-member .col, .fleet-member--flip .col {
    padding: 30px 15px; }
  .fleet-member_image {
    height: 192px;
    width: 192px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #d8dede;
    margin: 0px auto; }
    .fleet-member_image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .fleet-member_content span {
    font-size: 12px; }

.contact-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contact-tile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .contact-tile-image img {
    -ms-flex-item-align: center;
    align-self: center; }

.contact-tile-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.contact-map-section {
  height: 600px;
  position: relative; }

.contact-address {
  background-color: white;
  position: absolute;
  bottom: 30px;
  left: 0px;
  padding: 15px; }
  .contact-address h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px; }

.contact-form {
  padding: 15px 0px;
  background-color: #02001C;
  width: 400px;
  height: 90%;
  border-radius: 2px;
  position: absolute;
  right: 30px;
  top: 5%;
  color: white;
  -webkit-box-shadow: 0px 4px 20px rgba(2, 0, 28, 0.5);
  box-shadow: 0px 4px 20px rgba(2, 0, 28, 0.5); }

hr.primary {
  border-color: #00CC37; }

.contact-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-social-icons .social-icon, .contact-social-icons .social-icon--facebook, .contact-social-icons .social-icon--twitter, .contact-social-icons .social-icon--instagram {
  margin: 0 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: rgba(0, 204, 55, 0.15); }
  .contact-social-icons .social-icon a, .contact-social-icons .social-icon--facebook a, .contact-social-icons .social-icon--twitter a, .contact-social-icons .social-icon--instagram a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 25px;
    color: #00CC37; }

.social-icon--facebook:hover {
  background-color: #d1e2f2; }

.social-icon--facebook:hover a {
  color: #1f77be; }

.social-icon--twitter:hover {
  background-color: rgba(79, 172, 234, 0.2); }

.social-icon--twitter:hover a {
  color: #4facea; }

.social-icon--instagram:hover {
  background-color: rgba(154, 38, 102, 0.2); }

.social-icon--instagram:hover a {
  color: #c446ab; }

.booking {
  padding: 45px 50px;
  padding-bottom: 20px;
  border: 2px dashed rgba(2, 0, 28, 0.1);
  position: relative;
  margin-bottom: 60px; }
  .booking p {
    font-size: 16px;
    font-weight: 300; }

.pills-container .pill {
  margin-right: 10px;
  margin-bottom: 10px; }

.pill {
  display: inline-block;
  background-color: rgba(2, 0, 28, 0.08);
  padding: 0 14px;
  line-height: 2.5em;
  border-radius: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 5px; }
  .pill img {
    position: relative;
    top: -1px;
    margin: 0px 5px; }
  .pill.primary {
    color: #00CC37;
    background-color: rgba(0, 204, 55, 0.1); }
    .pill.primary.filled {
      background-color: #00CC37;
      color: white; }
  .pill.danger {
    background-color: #ffe8eb;
    color: #e83d33; }
    .pill.danger.filled {
      background-color: #e83d33;
      color: white; }

.booking .booking-date {
  position: absolute;
  background-color: #02001C;
  color: white;
  top: -20px;
  left: 45px;
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600; }

.booking .booking-status {
  position: absolute;
  right: 45px;
  top: -20px;
  border-radius: 2px;
  font-weight: 600; }

.bg-strip {
  background-image: url("../../assets/images/frontend-icons-fleet-heading-strip.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
  color: white;
  text-align: center; }

.booking-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative; }
  .booking-search input {
    color: white;
    line-height: 2em;
    width: 40px;
    will-change: transform;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid rgba(2, 0, 28, 0.1);
    cursor: default; }
    .booking-search input::-webkit-input-placeholder {
      color: white; }
    .booking-search input:-ms-input-placeholder {
      color: white; }
    .booking-search input::-ms-input-placeholder {
      color: white; }
    .booking-search input::placeholder {
      color: white; }
    .booking-search input:focus {
      border: 2px solid rgba(2, 0, 28, 0.3);
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: 0; }
    .booking-search input.active {
      color: #02001C;
      padding-left: 20px;
      padding-right: 40px;
      width: 100%;
      line-height: 2em; }
      .booking-search input.active::-webkit-input-placeholder {
        color: rgba(2, 0, 28, 0.3); }
      .booking-search input.active:-ms-input-placeholder {
        color: rgba(2, 0, 28, 0.3); }
      .booking-search input.active::-ms-input-placeholder {
        color: rgba(2, 0, 28, 0.3); }
      .booking-search input.active::placeholder {
        color: rgba(2, 0, 28, 0.3); }
  .booking-search .search-icon {
    position: absolute;
    right: 0px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }

.rupees {
  font-size: 16px; }

 /* ──────────── WHY CHOOSE ──────────── */
    .why-section {
      background: #1a2133;
      padding: 77px 60px;
      text-align: center;
    }
    .main_title{
      font-size: 3.2rem;
      font-weight: 700;
      color: white;
      margin-bottom: 36px;
      text-align: center;
    }

    .main_title span{
       color: #ffc71a;
      font-weight: 900;
      text-transform: uppercase;
    }

    .why-section h2 {
      font-size: 3.2rem;
      font-weight: 700;
      color: white;
      margin-bottom: 36px;
    }

    .why-section h2 span {
      color: #ffc71a;
      font-weight: 900;
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 22px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .why-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
          border: 1px solid #a5a5a561;
    padding: 15px;
    border-radius: 20px;
    }

    .why-icon {
      width: 58px; height: 58px;
      background: rgba(255,255,255,0.1);
      border: 2px solid rgba(255,213,79,0.4);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 22px;
      color: #ffc71a;
      transition: background 0.3s, transform 0.3s;
    }

    .why-card:hover .why-icon {
      background: rgba(255,213,79,0.2);
      transform: scale(1.1);
    }

    .why-card h4 {
         font-size: 1.1rem;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    margin-top: 15px;
    }

    .why-card p {

    font-size: 13px;
    color: #a5a5a5;
    line-height: 1.5;
    font-weight: 100;
    }


    /* Packages */
    .sec-spacer{
    padding:80px 0;
}

.packages-header h6{
    letter-spacing:2px;
    color:#fff;
    font-size:14px;
    margin-bottom:5px;
}

.appreciation_br{
      border: 10px solid #ffc71a;
}

/* ----- PACKAGE CARD STYLE ----- */
.pckg-card{
    background:white;
    border-radius: 45px 0px 0px 0px;
    /* box-shadow:0 8px 35px rgba(0,0,0,0.25); */
    overflow:hidden;
    position:relative;
}

.packg-item-outer{
    padding:20px;
    position:relative;
}

/* Slanted border paper effect */
.pckg-item:before{
    content:"";
    position:absolute;
    top:-15px;
    left:10px;
    width:90%;
    height:105%;
    background:white;
    transform:rotate(-3deg);
    border-radius:12px;
    z-index:-1;
    box-shadow:0 8px 35px rgba(0,0,0,0.15);
}

/* Image */
.pckg-image img{
    width:100%;
    border-radius: 25px 0px 0px 0px;
    object-fit:cover;
}

/* Content */
.pckg-content h4{
    margin:15px 0 8px;
    font-size:22px;
    font-weight:700;
    color:#222;
}

.pckg-content p{
    color:#666;
    font-size:15px;
    line-height:1.6;
    min-height: 96px;
}

/* WhatsApp Button */
.bttn{
    display:inline-block;
    background:#f4a100;
    color:#000;
    padding:10px 20px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

/* Carousel arrows hide */
.owl-nav{
    display:none !important;
}

.owl-dots button span{
    background:#fff !important;
}

/* Center alignment helpers */
.text-center{
    text-align:center;
}
.packages,.testimonial_bg {
    position: relative;
    z-index: 1;
}

.packages::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/slider/slider9.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: .5; /* ONLY background fades */
    z-index: -1; /* Places image behind content */
}
.testimonial_bg::before{
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(255 199 26 / 74%), rgb(255 199 26 / 57%)), url(../images/slider/slider8.jpg) center / cover no-repeat fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: .5; /* ONLY background fades */
    z-index: -1; /* Places image behind content */
}
.js-testimonial-slider{
  background: #fff;
    color: #000;
    margin-bottom: 6rem;
}
.testimonial-dots{
  margin-top: -50px;
    cursor: pointer;
}
.testi_name{
  color: #3bb54a;
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: 600;
    font-style: normal;
}


/* popular destination */
.popular_destinations{
text-align: center;
    padding: 70px 0px;
    background: #fff;
}
.popular_destinations h2{
  color: #000;
}
.gallery {
    display: block;
    position: relative;
}
.gallery-container {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-gap: 15px;
}
.gallery-item {
    overflow: hidden;
    position: relative;
    transition: 0.5s linear;
}
.gallery-item-1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 7;
}
.gallery-item-2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
}
.gallery-item-3 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7;
}
.gallery-item-4 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 7;
}
.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms linear;
    position: relative;
}
.gallery-item:hover::after {
    width: 100%;
}
.gallery-item .gallery-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.gallery-item .gallery-text h5 {
        position: relative;
    letter-spacing: 4px;
    padding-bottom: 10px;
    width: fit-content;
    font-size: 1.7rem;
    text-transform: uppercase;
}
.gallery-text {
    position: relative;
    z-index: 3;
}
.gallery-item .gallery-text h6 {
    font-weight: 300;
    /* transition: 0.5s linear; */
    opacity: 0;
}
.gallery-item::after {
    background-color: #ffc71a8a;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.5s linear;
}
.gallery-item:hover .gallery-text h6 {
    opacity: 1;
}
.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}
.gallery-item:hover .gallery-text h5::after {
    width: 100%;
}
.gallery-item:hover .gallery-text{
color: #000000;
}
.gallery-item .gallery-text h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: rgb(0, 0, 0);
    width: 0;
    transition: 0.5s linear;
}

/* Book Your Cab now ! */
.book_now_cab_section{
text-align: center;
        padding: 70px 0px 0px;

    background: #fff;
}
.cab_content .call{
    font-size: 8rem;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}
.cab_content .number{
    font-size: 2.8rem;
    color: #e41e26;
    text-align: left;
    margin-top: -9px;
    font-weight: 500;
}
.cab_content h2{
      font-size: 2.5rem;
}
.cab_content p{
      font-size: 16px;
    font-weight: 500;
}
.w-90{
  width: 90%;
}

.cab_sections{
  text-align: center;
        padding: 70px 0px;

    background: #fff;
}
.cab_sections img{
  transition: box-shadow .3s;
      margin-top: 15px;
}
.cab_sections img:hover {
      box-shadow: 0px 20px 20px 12px rgb(255 199 26 / 20%);
}
.vehicle_name{
  color: #000;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    text-align: center;
  margin-top: 25px;
}
.vehicle_name::before{
content: "";
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    bottom: 0;
    height: 3px;
    background-color: rgb(255 199 26);
    width: 45%;
    text-align: center;
}
.cab_content{
      color: #000;
    text-align: left;
}
.cab_content a{
    background-color: rgb(255 199 26);
    color: #000;
}
.taxi_booking{
      transition-duration: 1500ms;
      transform: scale(.8);
}
.taxi_booking:hover{
transform: scale(1);
    will-change: transform;
}


.sticky{
      background: #000000d1;
    position: fixed;
    color: #fff;
    z-index: 22;

}


/* about section */
.ceo-message-section{
  position: relative;
    z-index: 1;
        padding: 80px 0;
}
.ceo-message-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: linear-gradient(rgb(228 30 38 / 70%), rgb(228 30 38 / 84%)), url(../images/banner12.jpg.jpeg) center / cover no-repeat;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}
.ceo-profile{
  color: #fff;
}

/*  */

.w-max-content{
      width: max-content !important;
}

 /* ══ HEADER ══════════════════════════════════════════ */
    header {
      position:fixed; top:0; left:0; right:0; z-index:200;
      display:flex; align-items:center; justify-content:space-between;
      /* background:rgba(255, 255, 255, 0.4);
      backdrop-filter:blur(16px); */
      border-bottom:1px solid rgba(255,255,255,.07);
    }
    .logo { font-size:1.6rem; font-weight:900; letter-spacing:3px; }
    .logo span { color:var(--accent); }
    nav { display:flex; gap:30px; }
    nav a { color:#fff; text-decoration:none; font-size:.92rem; letter-spacing:1px; transition:color .3s; 
    text-shadow: #000 8px 2px 20px;
    }
    nav a:hover { color:var(--accent); }
    .login-container h6{
      color: #ffffff;
    }

/*  */
  @media (max-width: 1200px) {
  .why-card h4 {
      font-size: 1rem;
      
  }
  }
 @media (max-width: 900px) {
  .mob_order1{
    order: 1;
  }
  .mission_container img{
  margin-bottom: 25px;
}
  .main_title{
      font-size: 2.2rem;
  }
  .cab_content .call{
font-size: 6rem;
    padding-left: 15px;
  }
  .cab_content .number{
   font-size: 2.5rem;
       padding-left: 15px;
           margin-top: -35px;
  }
  .why-section { padding: 50px 24px; }
  .why-grid{
        grid-template-columns: repeat(3, 1fr);
  }
  .why-card h4 {
    font-size: 13px;
  }
  
    .why-card p {
      font-size: 11px;
    }
    .cab_sections{
      padding: 70px 20px;
    }
    .sec-spacer {
    padding: 80px 30px;
}
.gallery-container {
    display: contents;
}
.gallery-item,.testimonial_bg{
  padding: 15px;
}
.testimonial-image-block {
      height: auto;
    margin-bottom: 39px;

 }
     .testimonial-content {    padding-right: 0;}
}


@media (max-width: 450px) {
  .hero-section--home {
    background-size: 200%;
    background-position: left 150px;
    background-position-x: 0px !important; }
  .hero-section--contact {
    background-size: cover;
    background-position-x: -300px; }
  .hero-form-container {
    max-height: none; }
  .testimonial-content {
    font-size: 14px; }
  .login-popup {
    width: 320px;
    right: -15px; }
  .navbar-collapse {
    background-color: white;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.2);
    box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.2);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .navbar-collapse .navbar-nav {
      padding: 10px 0; }
    .navbar-collapse a {
      padding: 10 px 0px; }
      .navbar-collapse a:after {
        display: none; }
  .service-slider-arrow .arrow-prev {
    left: 20px; }
  .service-slider-arrow .arrow-next {
    right: 20px; }
  .js-service-slider .col-sm-4,
  .js-service-slider .col-sm-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .js-service-slider h6 {
    margin-top: 40px; }
  .no-padding-mobile {
    padding-left: 0;
    padding-right: 0; }
  .footer-col {
    text-align: center;
    margin-bottom: 30px; }
  .about-feature h3 {
    position: relative;
    top: -200px;
    font-size: 32px; }
  .about-feature p {
    position: relative;
    top: -20px; }
  .contact-form {
    width: 90%;
    top: 3%;
    left: 5%; }
  .contact-social-icons .social-icon, .contact-social-icons .social-icon--facebook, .contact-social-icons .social-icon--twitter, .contact-social-icons .social-icon--instagram {
    margin: 0 10px; }
  .booking {
    padding-left: 15px;
    padding-right: 15px; }
  .booking .booking-date {
    left: 15px; }
  .booking .booking-status {
    right: 15px; } }

@media (max-width: 991px) {
  .bg-strip {
    background-image: url("../../assets/images/frontend-icons-fleet-heading-strip-tablet.png"); }
  .hero-section--home {
    background-position-x: 15px; }
  .right-nav-trigger,
  .left-nav-trigger {
    display: inline-block; }
  .testimonial-content {
    margin-top: 0px; }
  .footer-col:before {
    display: none; }
  .hero-content--about,
  .hero-content--contact {
    background-image: none;
    background-color: rgba(0, 204, 55, 0.95);
    padding: 30px 20px; }
    .hero-content--about .inner-content,
    .hero-content--contact .inner-content {
      display: block;
      width: 100%;
      text-align: center; }
      .hero-content--about .inner-content h1,
      .hero-content--contact .inner-content h1 {
        font-size: 30px; }
      .hero-content--about .inner-content h5,
      .hero-content--contact .inner-content h5 {
        margin-top: 10px;
        font-size: 18px; }
  .fleet-shape::before {
    display: none; }
  .fleet-member_content {
    margin-top: -20px;
    text-align: center;
    padding-bottom: 10px; }
  .contact-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contact-tile .contact-tile-details {
      margin-top: 30px;
      text-align: center; }
  .contact-address {
    bottom: -60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact-address h4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (max-width: 1025px) {
  .js-service-slider {
    max-width: 570px;
    margin: 0 auto; }
  .login-modal {
    height: auto; }
  .fleet-shape::before {
    background-position: -20px 0px; }
  .service-slide-prev,
  .service-slide-next {
    top: 51%; }
  .vehicle-slider {
    margin-top: 0px; }
  .vehicle-slider .col-sm-4 {
    margin: 0px auto; }
    .vehicle-slider .col-sm-4 img {
      display: block;
      margin: 0 auto; }
  .vehicle-slider .slick-slide {
    opacity: 1; }
  .custom-controls-container {
    bottom: -320px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: auto; }
  .vehicle-details-container .vehicle_details {
    padding: 0 30px; } }
    .black{
  color: #000;
}
