body {
  margin: 0;
  /* font-family: 'Noto Sans', sans-serif; */
  /* font-family: 'Poppins', sans-serif; */
  font-size: var(--bs-body-font-size);
  font-weight: 500;
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

/* @media (max-width: 768px) {
    body {
        transform: scale(0.9);
        transform-origin: top left;
        width: 111.11%;
    }
} */

.email-link {
  color: inherit;
  text-decoration: none;
}

.mobile-link {
  color: inherit;
  text-decoration: none;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.8rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 30 30"%3e%3cpathstroke="rgba%2833, 37, 41, 0.75%29"stroke-linecap="round"stroke-miterlimit="10"stroke-width="2"d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e
  );
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #121212;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

#location_flex {
  display: flex;
  align-content: space-between;
  align-items: flex-start;
}

#mail_flex {
  display: flex;
  align-content: space-between;
  align-items: flex-start;
}

#call_flex {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

#profile_circle {
  font-size: 31px;
  color: #f0f8ff;
}

#search_plan {
  font-size: 29px;
}

.d-profile {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  text-indent: 5px;
  align-items: center;
  justify-content: space-evenly;
}

.search1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.link-item3 {
  padding-left: 25px;
}

.link-item2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

/* .carousel-caption {
    position: absolute;
    right: 14%;
    bottom: 1.25rem;
    left: 14%;
    padding-top: 1.25rem;
    top: 30px;
    color: #fff;
    text-align: center;
} */

.caption-content {
  font-size: 5.5em;
  font-weight: 600;
}

.card-group > .card {
  flex: 1 0 0%;
  margin-bottom: 0;
  margin: 20px;
  background: #f7f7f7;
  border: 1px solid #cfcfcf;
}

.card-group > .card + .card {
  margin-left: 0;
  border-left: 0;
  background: #f7f7f7;
  border: 1px solid #cfcfcf;
}

.dropdown-toggle::after {
  display: inline-block;
  /* margin-left: 0.4em; */
  vertical-align: 0.2em;
  font-size: 19px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  margin-top: var(--bs-dropdown-spacer);
}

/* .fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
} */

.fa:hover {
  opacity: 0.7;
}

.email-address {
  display: inline-block;
  word-break: break-all;
  width: 200px;
  max-width: 200px;
  /* Adjust the width as needed */
}

.fa-facebook {
  /* background: #3B5998; */
  color: white;
}

#available_cars_text {
  top: 34%;
}

/* Add this CSS to style the radio buttons and labels */
.custom-radio {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}

.custom-radio input[type="radio"] {
  opacity: 0;
}

.custom-radio .form-check-label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #125d30;
  border-radius: 50%;
  background-color: #fff;
}

.custom-radio .form-check-input:checked + .form-check-label:before {
  background-color: #007bff;
}

.custom-radio .form-check-input:checked + .form-check-label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.custom-radio .form-check-label:hover:before {
  border-color: #007bff;
}

.custom-radio .form-check-label:hover:after {
  background-color: #007bff;
}

.custom-radio .form-check-label {
  padding-left: 30px;
}

.dropdown-menu,
list {
  width: 15.5em;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.home-testimonial {
  background-color: #342b18;
  height: 35.5em;
}

.home-testimonial-bottom {
  background-color: #f8f8f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
  height: 130px;
  top: 190px;
}

.home-testimonial h3 {
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.home-testimonial h2 {
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.testimonial-inner {
  position: relative;
  top: 50px;
}

.testimonial-pos {
  position: relative;
  top: 24px;
}

.btn:hover {
  color: #fff;
}

.testimonial-inner .tour-desc {
  border-radius: 5px;
  padding: 40px;
}

.color-grey-3 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #212529;
}

.testimonial-inner img.tm-people {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

.link-name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #212529;
}

.link-position {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #212529;
}

.dark-green-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 11%;
  height: 4px;
  background-color: darkgreen;
}

.dark-white-line {
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 8%;
  height: 4px;
  background-color: #fff;
}

.rating {
  color: #ffcc00;
  /* Set the color of the stars (yellow in this case) */
  font-size: 24px;
  /* Adjust the size of the stars as needed */
  padding-bottom: 10px;
  /* Add some spacing between the stars and text */
}

.star {
  margin-right: 3px;
  /* Add some spacing between individual stars */
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  width: 0%;
  padding: 0px;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.banner-section {
  position: relative;
  height: 400px;
  color: #fff;
  overflow: hidden;
}


.banner-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.rn-icon-input {
  position: relative;
}

.mb-30 {
  margin-bottom: 30px;
}

.rn-icon-input i {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000006b;
  z-index: -1;
}

.banner-caption {
  font-size: 46px;
  font-weight: bold;
  top: 50px;
  margin-bottom: 0px;
  padding-top: 3em;
  color: #fff;
}

.about-caption {
  font-size: 48px;
  font-weight: bold;
  top: 50px;
  margin-bottom: 0px;
  padding-top: 1em;
  color: #fff;
}

.banner-subcaption {
  font-size: 18px;
}

.rn-counter-item {
  background-color: rgb(255 255 255 / 29%);
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}

.rn-counter-item .rn-counter-number-container {
  font-size: 40px;
  font-size: 2.85714rem;
}

.rn-counter-item .rn-counter-text {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 500;
}

.rn-section,
rn-about-counter {
  background: #fff;
}

/* .image-rent {
  background: #f57b20cc;
} */
.image-rent {
  background-image: url('../images/footer-cta-background.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
  height: 585px;
  align-items: center;
  display: flex;
}
.image-rent::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 585px;
  background-color: black;
  opacity: 0.5; 
  z-index: 1;
}

.image-rent > * {
  position: relative;
  z-index: 2; 
}
@media screen and (max-width: 570px) {
  .image-rent {
    height: 200px;
  }
  .image-rent::before {
    height: 200px;
  }
  .cta-mobile-container{
    display: flex !important;
  }
}

display-flex,
.display-flex,
.display-flex-center,
.signup-content,
.signin-content,
.social-login,
.socials {
  display: flex;
  display: -webkit-flex;
}

list-type-ulli,
.socials {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

input[type="radio"] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

figure {
  margin: 0;
}

.sign_up {
  /* width: 900px; */
  background: #fff;
  margin: 0 auto;
  /* box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05); */
  -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 20px 5px rgb(0 0 0 / 18%);
  -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}

.display-flex-center {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.custom-input ::placeholder {
  color: #808080;
}

.signup-content {
  padding: 45px 0;
}

.signup-form,
.signup-image,
.signin-form,
.signin-image {
  width: 50%;
  overflow: hidden;
}

.signup-image {
  margin: 0 55px;
}

.form-title {
  margin-bottom: 33px;
}

.signup-image {
  /* margin-top: 45px; */
  /* background: url(./assets/images/partner_login.png); */
}

figure {
  margin-bottom: 50px;
  text-align: center;
}

.form-submit {
  display: inline-block;
  background: #1c49a7;
  color: #fff;
  border-bottom: none;
  border-radius: 55px;
  /* padding: 15px 39px; */
  /* border-radius: 5px; */
  -moz-border-radius: 5px;
  /* -webkit-border-radius: 5px; */
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
}

#signin {
  margin-top: 16px;
}

.signup-image-link {
  font-size: 14px;
  color: #222;
  display: block;
  text-align: center;
}

.term-service {
  font-size: 13px;
  color: #222;
}

.signup-form {
  margin-left: 75px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
}

.register-form {
  width: 100%;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.form-group:last-child {
  margin-bottom: 0px;
}

/* input {
	width: 100%;
	display: block;
	border: none;
	border-bottom: 1px solid #999;
	padding: 6px 30px;
	font-family: Poppins;
	box-sizing: border-box;
} */

/* input[type=checkbox]:not(old) {
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	display: none;
}

input[type=checkbox]:not(old)+label {
	display: inline-block;
	line-height: 1.5em;
	margin-top: 6px;
} */

/* label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #222;
} */

.form-check {
  position: relative;
  display: block;
  padding-left: 0rem;
}

.label-has-error {
  top: 22%;
}

label.error {
  position: relative;
  background-position-y: 3px;
  padding-left: 20px;
  display: block;
  margin-top: 20px;
}

label.valid:after {
  /* font-family: 'Material-Design-Iconic-Font'; */
  content: "\f269";
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 16px;
  color: green;
}

.label-agree-term {
  position: relative;
  top: 0%;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.material-icons-name {
  font-size: 18px;
}

.signin-content {
  padding-top: 67px;
  padding-bottom: 87px;
}

.social-login {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-top: 80px;
}

.social-label {
  display: inline-block;
  margin-right: 15px;
}

.socials li {
  padding: 5px;
}

.socials li:last-child {
  margin-right: 0px;
}

.socials li a {
  text-decoration: none;
}

.socials li a i {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.socials li:hover a i {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

.custom-card {
  background-color: grey;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
}

.head-office {
  background: #dddddd;
  border: 2px solid #006CB5;
  border-radius: 10px;
  padding: 15px;
}

.phone-office {
  background: #dddddd;
  border: 2px solid #006CB5;
  border-radius: 10px;
  padding: 15px;
}

.chat-office {
  background: #dddddd;
  border: 2px solid #006CB5;
  border-radius: 10px;
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .container {
    width: calc(100%);
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .social-login {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .social-label {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 900px) and (min-width: 200px) {
  .form-check-label {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #222;
  }
  .banner-section {
    height: 130px;
  }
  .banner-caption {
    font-size: 18px;
    font-weight: bold;
    top: 50px;   
    padding-top: 2em;
   
}

  .rn-icon-input i {
    position: absolute;
    top: 40%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .custom-tab-width {
    width: 100% !important;
  }

  .signup-image {
    margin-top: 15px;
    /* background: url(./assets/images/partner_login.png); */
  }
}

.container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .content .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}

.content .left-side::before {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}

.content .left-side .details {
  margin: 14px;
  text-align: center;
}

.content .left-side .details i {
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}

.content .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
  font-size: 14px;
  color: #afafb6;
}

.container .content .right-side {
  width: 75%;
  margin-left: 75px;
}

.content .right-side .topic-text {
  font-size: 23px;
  font-weight: 600;
  color: #3e2093;
}

.right-side .input-box {
  height: 50px;
  width: 100%;
  margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #f0f1f8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}

.right-side .message-box {
  min-height: 110px;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #f0f1f8;
  border-radius: 6px;
  padding: 10px 15px;
  resize: none;
}

.right-side .input-box textarea {
  padding-top: 6px;
}

.card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  box-shadow: none;
}

.right-side .button {
  display: inline-block;
  margin-top: 12px;
}

.right-side .button input[type="button"] {
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button input[type="button"]:hover {
  background: #5029bc;
}

.vehicle-section {
  height: 88%;
}

@media (max-width: 950px) {
  /* .container {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }

    .container .content .right-side {
        width: 75%;
        margin-left: 55px;
    } */
}

@media (max-width: 820px) {
  .container {
    /* margin: 40px 0; */
    height: 100%;
  }

  .container .content {
    flex-direction: column-reverse;
  }

  .container .content .left-side {
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .container .content .left-side::before {
    display: none;
  }

  .container .content .right-side {
    width: 100%;
    margin-left: 0;
  }
}

#button-spacing {
  margin-left: 0px;
}

#payment-section {
  border-radius: 14px;
  border: 2px solid #ededed;
  box-shadow: 0px 0px 9px 1px #ededed;
}

.green {
  color: rgb(15, 207, 143);
  font-weight: 680;
}

@media (max-width: 567px) {
  .mobile {
    padding-top: 40px;
  }
}

@media (min-width: 1080px) and (min-height: 720px) and (max-width: 1920px) and (max-height: 1080px) {
  body {
    /* zoom: 0.9;  */
    /* transform: scale(1.0);  */
    /*transform-origin: top left; */
    width: 100%;
  }

  .carousel-caption {
    position: absolute;
    right: 14%;
    bottom: 1.25rem;
    left: 14%;
    padding-top: 1.25rem;
    top: 30px;
    /* padding-bottom: 28.25rem; */
    color: #fff;
    text-align: center;
  }
}

/* Custom styles for the tabs */
.custom-tabs {
  background-color: #f8f9fa;
  /* Background color */
  border-radius: 8px;
  /* Rounded corners */
  padding: 10px;
  /* Add some space around the tabs */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Add a subtle shadow */
}

/* Custom styles for the tab content */
.custom-tab-content {
  border: 1px solid #ced4da;
  /* Add a border to the tab content */
  border-radius: 8px;
  width: 85%;
  /* Rounded corners */
  padding: 20px;
  /* Add some space around the content */
  background-color: #ffffff;
  /* Content background color */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Add a subtle shadow */
}

/* Style for active tab */
.nav-pills .nav-link.active {
  background-color: #006CB5;
  /* Active tab background color */
  color: #ffffff;
  /* Active tab text color */
}

.custom-tab-style {
  border-right: 1px solid #c5c8cb;
  padding-right: 10px;
}

/* #mail_flex {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
} */

.form-control {
  display: block;
  width: 100%;
  padding: 1px 0px 1px 1px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid gray;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

:where(.css-dev-only-do-not-override-1w4v3hc).ant-picker
  .ant-picker-input
  > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 1px;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 17px;
  line-height: 1.5714285714285714;
  background-color: #ffffff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  border-radius: 0;
  transition: all 0.2s;
  flex: auto;
  height: auto;
  background: transparent;
  border: 0;
}

.tour-item {
  padding-bottom: 10px;
}

#register-image {
  display: block;
}

/* #pickup-Location {
  color: #eeeeee;
} */

.search-container {
  display: block;
}

#enquiry-image {
  display: block;
}

.about-para {
  line-height: 1.5em;
  padding-top: 1.5em;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
} */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: inline-flex;
  flex-wrap: inherit;
  align-items: center;
  /* justify-content: space-between; */
}

@media (max-width: 575px) {
  .about-para {
    line-height: 1.3em;
    padding-top: 1.3em;
  }

  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
  }

  .display-3 {
    font-size: x-large;
    font-weight: 300;
    line-height: 1.2;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    z-index: 1;
    top: 100%;
    background: white;
    color: white;
    /* width: 73%; */
    padding-left: inherit;
    position: absolute;
    align-items: center;
  }

  .form-check {
    /* position: relative; */
    display: initial;
    padding-left: 0rem;
  }

  #enquiry-image {
    display: none;
  }

  /* #pickup-Location {
    color: #020202;
  } */

  .search-container {
    display: none;
  }

  #register-image {
    display: none;
  }

  .about-caption {
    font-size: 14px;
    font-weight: bold;
    top: 50px;
    margin-bottom: 0px;
    padding-top: 1em;
    color: #fff;
  }
}

@media (min-width: 575px) and (max-width: 778px) {
  .about-caption {
    font-size: 18px;
    font-weight: bold;
    top: 50px;
    margin-bottom: 0px;
    padding-top: 1em;
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-inner .tour-desc {
    border-radius: 5px;
    padding: 20px;
  }

  /* #pickup-Location{
    color: #020202;
  } */

  .about-caption {
    font-size: 18px;
    font-weight: bold;
    top: 50px;
    margin-bottom: 0px;
    padding-top: 1em;
    color: #fff;
  }
}

@media screen and (max-width: 900px) and (min-width: 200px) {
  .custom-tab-content {
    border: 1px solid #ced4da;
    border-radius: 8px;
    width: 60%;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  /* #button-spacing {
        margin-left: 1px;
        margin-top: 10px;
    } */
}

.cia-title-bg {
  display: block;
  width: 100%;
  font-weight: 900;
  font-size: 60px;
  font-size: 4.28571rem;
  line-height: 1;
  letter-spacing: -3px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  color: rgba(211, 220, 225, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-confirm-button-class {
  background-color: #0b381d !important;
  /* Use !important to override SweetAlert's default styles */
  color: white !important;
  border-color: #0b381d !important;
}

:where(.css-dev-only-do-not-override-1w4v3hc).ant-input-affix-wrapper-lg {
  padding: 13px 11px;
  font-size: 16px;
  line-height: 1.1;
  border-radius: 2px;
  border-color: #0000004d;
}

.user-buttons {
  display: flex;
  /* display: unset; */
  align-content: space-around;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 8vw;
}

.custom-tab-width {
  width: 12vw;
}

:where(.css-dev-only-do-not-override-1w4v3hc).ant-checkbox-wrapper:not(
    .ant-checkbox-wrapper-disabled
  ):hover
  .ant-checkbox-checked:not(.ant-checkbox-disabled)
  .ant-checkbox-inner {
  background-color: #4096ff;
  border-color: #4096ff;
}

:where(.css-dev-only-do-not-override-1w4v3hc).ant-checkbox-wrapper:not(
    .ant-checkbox-wrapper-disabled
  ):hover
  .ant-checkbox-checked:not(.ant-checkbox-disabled):after {
  border-color: #4096ff;
}

@media (min-width: 1200px) {
  .full-width {
    max-width: 1500px !important;
  }

  .custom-header {
    font-family: "Secular One", sans-serif;
    font-size: 42px !important;
  }
}

@media (min-width: 1920px) {
  .custom-header {
    font-family: "Secular One", sans-serif;
    font-size: 50px !important;
  }

  .full-width {
    max-width: 114.5rem !important;
  }
}

@media (min-width: 545px) and (max-width: 980px) {
  #pickrnfield {
    width: 34.6em;
    max-width: 34.6em;
  }

  .pt-3 {
    padding-top: 0.1rem !important;
  }

  #find-car-transfer {
    padding: 14px;
    font-size: initial;
  }

  .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
    color: rgb(240, 240, 240) !important;
  }

  #pickup_location {
    padding: 20px 19px;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: -1;
  }

  .carousel-caption {
    position: initial;
    /* right: 15%; */
    /* bottom: 1.25rem; */
    width: 100%;
    /* left: 15%; */
    top: 0px;
    /* padding-top: 1.25rem; */
    /* padding-bottom: 1.25rem; */
    color: #fff;
    text-align: center;
    margin-top: -43%;
  }

  .tabs {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: large;
    font-size: 12px;
    text-indent: -2px;
    flex-wrap: wrap;
  }

  .tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    border-radius: 5px;
    display: none;
    padding: 1rem;
    background: #0de3b105;
  }

  :where(.css-dev-only-do-not-override-1w4v3hc).ant-picker {
    box-sizing: border-box;
    margin: 0;
    /* padding: 4px 21px 4px !important; */
    color: rgb(194 195 195);
    font-size: 0px;
    line-height: 1;
    list-style: none;
    position: relative;
    display: inline-flex;
    width: 46%;
    align-items: center;
    background: #ffffff;
    border-left: 0px solid #585a58;
    border: 0px solid #747474;
    border-radius: 1px;
    transition: border 0.2s, box-shadow 0.2s;
  }

  #find-car {
    /* padding: 14px 50px; */
    font-size: 18px;
    /* font-size: 1.28571rem; */
    font-weight: 300;
  }

  .navbar-expand-sm .navbar-collapse {
    display: none !important;
    flex-basis: auto !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: block !important;
  }

  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y)
      var(--bs-navbar-toggler-padding-x) !important;
    font-size: var(--bs-navbar-toggler-font-size) !important;
    line-height: 1 !important;
    color: var(--bs-navbar-color) !important;
    background-color: transparent !important;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color) !important;
    border-radius: var(--bs-navbar-toggler-border-radius) !important;
    transition: var(--bs-navbar-toggler-transition) !important;
  }

  .navbar-collapse.collapse.show {
    display: block !important;
  }

  .navbar-header .collapse,
  .navbar-toggler {
    display: block !important;
  }

  .navbar-header {
    float: none;
  }
}
.lease-height {
  margin-top: 8rem !important;
}
@media (min-width: 714px) and (max-width: 1074px) {
  .container {
    width: 100%;
  }

  .hp-fleet-vehicle {
    margin-top: 0px !important;
  }

  /* .row {
    zoom: 70%;
  } */

  /* #pickup-Location {
    color: #020202;
  } */

  .pickup_address {
    width: 100% !important;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: #fff;
  }

  .drop_airport {
    width: 100% !important;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: #fff;
  }

  .why-choose-us {
    margin-top: 8.5rem;
    min-height: 500px;
    margin-top: 10% !important;
  }

  .display-3 {
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.2;
    color: rgb(240, 240, 240) !important;
  }

  .modal-dialog {
    zoom: 115%;
  }

  .mleko {
    zoom: 95%;
  }
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: #006CB5 !important;
  border-color: #006CB5 !important;
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.cancel-booking:focus-visible {
  background: #006CB5!important;
}

.swal-confirm-button {
  background-color: green !important;
}

.swal-cancel-button {
  background-color: red !important;
}
.lease-reg-heading {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.track-booking-cancel-btn {
  color: #198754;
  border: solid 1px #198754;
}

.track-booking-cancel-btn:hover {
  color: #ffffff;
  background-color: #198754;
}

@media (min-width: 0px) and (max-width: 980px) {
  #pickup-Location {
    color: #020202;
  }
}

@media (min-width: 981px) and (max-width: 2440px) {
  #pickup-Location {
    color: #eeeeee;
  }
}

/* Google translator */

body > .skiptranslate {
  display: none;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
@media print {
  #google_translate_element {
    display: none;
  }
}

#wa-widget-send-button {  
  box-shadow: 0px 3px 11px rgb(0 0 0 / 60%);
  animation: scalePulse 4s infinite ease-in-out; 
}

#wa-widget-send-button:hover{
  background-color: #006CB5;

}
/* Keyframes for scale up and down */
@keyframes scalePulse {
  0%, 100% {
      transform: scale(0.9); 
  }
  50% {
      transform: scale(1.1); 
  }
}

