@font-face {
	font-family: Calibri_Regular;
	src: url(font/Calibri_Regular.ttf);
}

body {
	overflow: hidden;
	font-family: Calibri_Regular;
}

body.no-scroll {
	overflow: hidden !important;
    position: fixed;
    width: 100%;
 }
 /*contact us css*/
 .main-header {
    background-color: #fff;
}
.logo-block img {
    width: 50px;
}
.contact-us-form {
	background-color: #ebdcfb;
    padding: 20px 0px;
}
.contact-us-required {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    padding: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-us-required .left {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.contact-us-required .right {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fb0405;
}
.contact-us-form-inner {
    border: 2px solid #000;
    background-color: #ffffff;
    padding: 20px;
}
.contact-us-form-inner label {
    color: #000;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
.contact-us-form-inner input {
    border: 2px solid #5d0cb0;
    border-radius: 0px;
    color: #000;
    -webkit-text-stroke-color: #000;
    height: 45px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}
.contact-us-form-button {
    width: 100%;
    border-radius: 0px;
    background-color: #5d0cb0 !important;
    border: 0px;
    color: #fff;
    padding: 6px;
    font-weight: 600;
    font-size: 16px;
}
.nav-item a.nav-link {
    color: #000;
    font-family: "Volkhov", serif;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0 10px;
	/* font-size: 18px; */
}
.contact-us-form-inner textarea {
    border: 2px solid #5d0cb0;
    border-radius: 0px;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 14px;
}
.toast-green
{
	background-color: green;
	color: #fff;
}
.toast-red
{
	background-color: red;
	color: #fff;
}
.toast-header {
    justify-content: space-between;
}
 /*contact us css*/
#card-errors {
    color: red;
}
.mobile-block
{
display: none;
}
#card-element {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 20px;
  }
  #payment-result {
	display: none;
	margin-top: 20px;
  }
  li span.inner-sub-heading {
    font-weight: 600;
    font-size: 16px;
}
.main_banner {
	position: relative;
	background-image: url("animate/banner.png");
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

img.car_animation_green {
	position: relative;
	animation: mymove 5s;
}
.privacy-policy-main {
	display: flex;
	width: 85%;
	align-items: baseline;
	justify-content: space-between;
}
.privacy-policy-right a
{
	cursor: pointer;
	text-decoration: none;
}

.car_green_right_img {
	position: relative;
	animation: mymove2 5s;
}

@keyframes mymove2 {
	from {
		left: -100%;
	}

	to {
		left: 0px;
	}
}

@keyframes mymove {
	from {
		right: -100%;
	}

	to {
		right: 0px;
	}
}

.banner_img img {
	width: 100%;
}

.car-green {
	text-align: left;
	display: flex;
	justify-content: end;
}

.car-green img {
	width: 100%;
	max-width: 300px;
}

.car_width {
	width: 70%;
	display: flex;
	justify-content: start;
}

.main_banner {
	position: relative;
}

.car-green {
	text-align: left;
	display: flex;
	justify-content: end;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 150px;
}

.lady_img {
	position: absolute;
	right: 35%;
	bottom: 120px;
	width: 100%;
	max-width: 150px;
}

.lady_img img {
	width: 100%;
	max-width: 120px;
}

.plane_img {
	width: 100%;
	/* max-width: 200px; */
	position: absolute;
	/* right: 30%; */
	bottom: 0;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 80px;
}

.plane_img img {
	max-width: 250px;
	position: relative;
}

/*
.plane_img {
width: 100%;
max-width:200px;
position: absolute;
right: 30%;
top: 0;
}
*/
/* CSS styles */
body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

header {
	background: linear-gradient(90deg, #490079 0%, #840073 100%);
	color: #fff;
	padding: 20px;
	text-align: left;
}
.terms-and-condition-data-block .one
{
	font-size: 26px;
font-weight: 500;
color: #490079;
margin-top: 20px;
}
.custom-links
{
	color: #5a0195;
	text-decoration: none;
	cursor: pointer;

}
.main-terms-and-condition-block h3
{
	font-size: 35px;
font-weight: 600;
margin-bottom: 3px;
}
.logo_form
{
	background-color: #fff;
}
.left-arrow-block {
	display: inline-block;
background-color: #5a0195;
width: 30px;
height: 30px;
line-height: 27px;
border-radius: 50%;
margin-right: 4px;
}
.sub-headings-and-data
{
margin-top: 20px;
}
.sub-headings-and-data .sub-headings
{
font-size: 20px;
font-weight: 600;
color: #000;
margin-bottom: 0px;
}
.sub-headings-and-data .sub-headings-data {
font-size: 16px;
color: #484848;
margin-bottom: 0px;
}
nav {
	padding: 10px;
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	display: flex;
	justify-content: end;
	left: 0;
	right: 0;
}

nav a {
	color: #000;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0 10px;
	font-size: 18px;
	font-family: "Volkhov", serif;
}

nav a:hover {
	color: #5d0cb0;
}

section {
	height: 100vh;
}

footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 10px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.booking_form_main {
	background-color: #fff;
	width: 100%;
	max-width: 300px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	border-radius: 40px;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 15px 25px;
}

.booking_form_main2 {
	background-color: #fff;
	width: 100%;
	max-width: 300px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	border-radius: 40px;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 15px 25px;
}

#submitButton:disabled {
	opacity: 0.5;
}

h2.cmpy_name {
	font-size: 20px;
	margin: 0;
}

.logo_form img {
	width: 100%;
	max-width: 70px;
}

.select_trip_type label {
	display: block
}

.main-select {
	display: flex;
	align-items: center;
}

.main-select-first img {
	width: 100%;
	max-width: 40px;
}

.select_trip_type select {
	width: 100%;
	border: 1px solid #ddd;
	min-height: 40px;
	border-radius: 5px;
	padding: 10px 15px;
}

h2.cmpy_name {
	font-size: 18px;
	margin: 0;
}

.trip_type h4 {
	font-size: 16px;
}

.form_logo_name {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 15px;
}

.trip_type {
	background-color: #eff4fe;
	padding: 10px;
	border-radius: 10px;
}

.iti {
	width: 100% !important;
}

label.spacing_right {
	padding-right: 25px;
}

.trip_type label {
	font-size: 14px;
	color: #6f97f6;
}

.location_select input,
.date_time_selector input,
.return_journey input {
	width: 100%;
	border: 1px solid #ddd;
	min-height: 40px;
	border-radius: 5px;
	padding: 10px 15px;
}



.trip_type2 {
	padding-bottom: 15px;
}

.form_btn button {
	width: 100%;
	padding: 5px;
	border: 0px;
	border-radius: 10px;
	background-color: #5d0cb0;
	color: #fff;
	font-size: 18px;
}

.return_journey {
	padding-bottom: 15px;
}

.text_transparent {
	max-width: 450px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px 15px;
	border-radius: 20px;
	position: absolute;
	bottom: 50px;
	right: 50px;
	text-align: center;
}

.transp2 {
	bottom: unset;
	top: 120px;
	border: 1px solid #5d0cb0;
	animation-delay: calc(var(--animate-delay)*7) !important;
}

.transp3 {
	bottom: unset;
	top: 120px;
	border: 1px solid #5d0cb0;
	animation-delay: calc(var(--animate-delay)*13);
}

.text_transparent p {
	margin: 0px;
	font-size: 16px;
	line-height: initial;
}

.about_us_main {
	position: relative;
	height: 100vh;
	width: 100%;
}

.shape_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
}

.shape_bottom img {
	width: 100%;
	max-width: 900px;
}

.car-blue-main img {
	max-width: 700px;
	width: 100%;
}

.car-blue-main {
	position: absolute;
	bottom: 0;
	right: -100px;
}

h2.h2_hd {
	text-align: center;
	padding: 50px 30px 15px 30px;
	color: #821774;
	font-weight: 600;
}

.hd_white {
	color: #ffffff !important;
	opacity: 0.6;
}

.services_main {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	max-width: 700px;
	padding: 0px 30px;
	position: relative;
	z-index: 1;
}

.serbox {
	width: calc(50% - 20px);
	display: flex;
	align-items: center;
	gap: 15px;
}

.serbox {
	width: calc(50% - 8px);
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 30px 15px;
	border-radius: 15px;
	color: #fff;
}

.ser_icon img {
	width: 100%;
	max-width: 70px;
}

.ser1 {
	background-image: linear-gradient(to right, #fe6464, #ffd868);
}

.ser2 {
	background-image: linear-gradient(to right, #056ea7, #7bf5c7);
}

.ser3 {
	background-image: linear-gradient(to right, #fd9585, #ee5ced);
}

.ser4 {
	background-image: linear-gradient(to right, #60eed4, #f8fc8b);
}

.ser5 {
	background-image: linear-gradient(to right, #7131a0, #e88cd1);
}

.ser6 {
	background-image: linear-gradient(to right, #3d6aee, #73ebff);
	animation-delay: calc(var(--animate-delay)*6);
}

.ser_text p {
	margin: 0;
	line-height: initial;
}

.ser_icon {
	width: 60px;
}

.ser_text {
	width: calc(100% - 60px);
}

.banner2 {
	position: relative;
	background-image: url("animate/banner2.png");
	width: 100%;
	height: 100vh;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.shape_right {
	position: absolute;
	top: 0;
	left: -1px;
	height: 100%;
	z-index: 1;
}

.shape_right img {
	height: 100%;
}

.car_green_right img {
	max-width: 250px;
}

.car_green_right {
	text-align: right;
	position: absolute;
	width: 100%;
	right: 100px;
	bottom: 100px;
}

.men_img {
	position: absolute;
	bottom: 65px;
	right: 28%;
}

.men_img img {
	width: 100%;
	max-width: 120px;
}

.door2city_text {
	padding: 50px 30px 30px 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	position: relative;
	z-index: 1;
	max-width: 50%;
	width: 100%;
}

.city_txt {
	background-color: rgb(204 204 204);
	padding: 15px;
	border-radius: 10px;
	max-width: 200px;
}

.city_txt p {
	margin: 0px;
	text-align: center;
	color: #821774;
}

.shift1 {
	margin-left: 5%;
	animation-delay: calc(var(--animate-delay)*5);
}

.shift2 {
	margin-left: 10%;
	animation-delay: calc(var(--animate-delay)*6);
}

.shift3 {
	margin-left: 15%;
	animation-delay: calc(var(--animate-delay)*7);
}

.shift4 {
	margin-left: 20%;
	animation-delay: calc(var(--animate-delay)*8);
}

.shift5 {
	margin-left: 20%;
	animation-delay: calc(var(--animate-delay)*9);
}

.shift6 {
	margin-left: 15%;
	animation-delay: calc(var(--animate-delay)*10);
}

.shift7 {
	margin-left: 10%;
	animation-delay: calc(var(--animate-delay)*11);
}

.shift8 {
	margin-left: 5%;
	animation-delay: calc(var(--animate-delay)*12);
}
.location_pickup,.location_drop{
	position: relative;
}
.location-suggestions,.location-suggestions2 {
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
	border: 1px solid #ccc;
	background-color: white;
	max-height: 150px;
	overflow-y: auto;
	z-index: 1000;
	position: absolute;
	width: 100%;
}

.location-suggestions li,.location-suggestions2 li {
	padding: 8px;
	cursor: pointer;
}

.location-suggestions li:hover,.location-suggestions2 li:hover {
	background-color: #f0f0f0;
}


.about_main {
	position: relative;
	background-image: url("animate/banner10.png");
	width: 100%;
	height: 100vh;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
}

.location_pop {
	width: 100%;
	max-width: 200px;
	text-align: center;
}

.location_icon img {
	width: 100%;
	max-width: 25px;
}

.location_pop p {
	color: #fff;
	font-size: 18px;
	width: 100px;
	margin: 0 auto;
}

.location_popup1 {
	position: absolute;
	top: 50%;
	left: 5%;
}

.location_popup2 {
	position: absolute;
	left: 18%;
	top: 20%;
}

.location_popup4 {
	position: absolute;
	left: 23%;
	bottom: 30%;
}

.location_popup3 {
	position: absolute;
	bottom: 35%;
	left: 14%;
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay)*3);
	animation-delay: calc(var(--animate-delay)*3);
}
nav ul{
	list-style-type: none;
	padding-left: 0px;
	display: flex;
}

html {
	scroll-behavior: smooth;
	overflow-y: auto;
}
.contact_sec_main {
	position: relative;
	background-image: url("animate/banner5.png");
	width: 100%;
	height: 100vh;
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
}

.address {
	padding: 0px 50px;
	max-width: 800px;
}

.address h4 {
	font-size: 32px;
	font-weight: 600;
}

.social_media_icons svg {
	width: 40px;
	height: 40px;
}

.otp-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	text-align: center;
}
.fetch-after-otp {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	text-align: center;
	width: 60%;
height: 85vh;
overflow-y: hidden;
}
.fetch-after-otp4 {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	text-align: center;
	width: 40%;
height: 85vh;
overflow-y: auto;
scrollbar-width: thin; /* For Firefox */
scrollbar-color: #fff transparent; /* For Firefox */
}
.fetch-after-otp4::-webkit-scrollbar {
    width: 1px;
}

.fetch-after-otp4::-webkit-scrollbar-thumb {
    background: #ccc; /* Scrollbar color */
    border-radius: 10px;
}

.fetch-after-otp4::-webkit-scrollbar-track {
    background: transparent; /* Scrollbar track background */
}
p.pay-with-card {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.fetch-after-otp::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('./animate/map.png');
	background-size: 600px;
	background-position: left center;
	background-repeat: no-repeat;
	opacity: 0.2;
	z-index: -1;
}
.input-field.card-payment-main {
    text-align: left;
	margin-bottom: 20px;
}
.input-field.card-payment-main label {
	color:hsl(0deg 0% 10% / 70%);
	font-weight: 500;
	font-size:16px
}
.input-field.card-payment-main input{
	border: 1px solid #ccc;
    padding: 7px;
    border-radius: 4px;
	width: 100%;
}
.stripe-logo-block {
    width: 100%;
    margin: auto;
}
.stripe-logo-block img {
    width: 30px;
    margin: auto;
}
.setup-button{
	width: 100%;
    background-color: rgb(0, 116, 212);
    color: #fff;
    border: 0px;
    border-radius: 5px;
    padding: 7px;
}
.input-field.card-payment-main select{
	border: 1px solid #ccc;
    padding: 7px;
    border-radius: 4px;
	width: 100%;
}

.fetch-after-otp-inner::-webkit-scrollbar,.fetch-after-otp-inner4::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  .fetch-after-otp-inner::-webkit-scrollbar-track,.fetch-after-otp-inner4::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  /* Handle */
  .fetch-after-otp-inner::-webkit-scrollbar-thumb,.fetch-after-otp-inner4::-webkit-scrollbar-thumb {
	background: #5d0cb0;
  }

/* .main-popup-block
{
	display: flex;
	margin-bottom: 15px;
} */
.fetch-after-otp button#submitOtp,.fetch-after-otp4 button#submitOtp {
	background-color: #5d0cb0;
	color: #ffffff;
	border: 0px;
	padding: 8px 20px;
	border-radius: 8px;
}
.fetch-after-otp-first
{
	display: flex;
	align-items: center;
border-radius: 10px;

}
.fetch-after-otp-second {
	width: 100%;
max-width: 100px;
height: 100%;
min-height: 60px;
background-color: #5d0cb01c;
line-height: 60px;
border-radius: 10px;
}
.calculations-block-upper {
height: 100%;
margin-left: 19px;
border-radius: 10px;
padding: 20px;
box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
background-color: #ffffff;
}
.calculations-block .ride-fare,.calculations-block .vat,.calculations-block .commission{
margin-bottom: 5px;
color: #000;
font-size: 18px;
font-weight: 600;
}
.calculations-block .total-fare{
margin-bottom: 0px;
color: #000;
font-size: 20px;
font-weight: 600;
padding-top: 10px;
margin-top: 20px;
border-top: 1px solid #000;
}
.location_drop {
margin-bottom: 10px;
}
.location_pickup {
margin-bottom: 10px;
}
.fetch-after-otp-inner {
overflow-y: auto;
overflow-x: hidden;
padding-right: 30px;
padding-left: 5px;
}
.main-popup-block
{
margin-bottom: 10px;
}
.calculations-block {
text-align: right;
height: 100%;
display: flex;
flex-direction: column;
/* justify-content: space-between; */
}
.name-and-price {
width: 100%;
}
.name-and-price-inner{
display: flex;
align-items: center;
}
.name-and-price-inner .name-block
{
font-size: 16px;
font-weight: 600;
width: 49%;
text-align: left;
color: #000;
margin-bottom: 0px;
}
.calculate-fare-main {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}

.name-and-price-inner .price-block
{
font-size: 16px;
font-weight: 600;
color: #000;
white-space: nowrap;
text-align: right;
margin-bottom: 0px;
}
.fetch-after-otp-second img
{
width: 100%;
max-width: 75px;
}

.cross-block {
	position: relative;
}

.cross-block span {
	position: absolute;
}

.otp-popup h3 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.otp-popup button#submitOtp, #submitReserve {
	background-color: #5d0cb0;
	color: #ffffff;
	border: 0px;
	padding: 8px 20px;
	border-radius: 8px;
	
}
.calculate-fare-left p,.calculate-fare-right p
{
	margin-bottom: 0px;
}
.calculate-fare-left p
{
font-size: 16px;
font-weight: 600;
color: #000;
}
.calculate-fare-right p
{
	
font-size: 18px;
font-weight: 600;
color: #000;
}
#submitReserve
{
	margin-top: 20px;
	width: 300px;
}
.calculate-fare-main-total
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0px;
}
.fetch-after-otp-inner-upper
{
	display: flex;
	height: 88%;
}

.otp-popup input#otp {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #cacaca;
	padding: 8px;
	border-radius: 10px;
}
.cross-block {
	position: relative;
}
.cross-block span {
	position: absolute;
	right: -8px;
	top: -47px;
	/* width: 30px; */
	/* height: 30px; */
	/* background-color: gray; */
	/* border-radius: 20px; */
	font-size: 20px;
	cursor: pointer;
}
/* Hide arrows in webkit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Hide arrows in Firefox */
input[type="number"] {
-moz-appearance: textfield;
}

#scheduleDate
{
	cursor: pointer;
}
.cross-block2 {
	position: relative;
}
.cross-block2 span {
	position: absolute;
	right: -8px;
	top: -27px;
	/* width: 30px; */
	/* height: 30px; */
	/* background-color: gray; */
	/* border-radius: 20px; */
	font-size: 20px;
	cursor: pointer;
}
/* Hide the actual radio button */
/* .hidden-radio {
display: none;
} */

/* Style the label to make it look like a clickable box */
.fetch-after-otp-label {
box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
padding: 10px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s, border-color 0.3s;
background-color: #ffffff;
}

/* Add hover effect */
.fetch-after-otp-label:hover {
background-color: #f0f0f0;
border-color: #007bff;
}

/* Style the box when the radio button is checked */
/* .hidden-radio:checked + .fetch-after-otp-first {
background-color: #007bff;
border-color: #007bff;
color: #fff;
} */
.fetch-after-otp-label {
display: flex;
align-items: center;
gap: 15px;
min-width: 400px;
width: 100%;
}
.fetch-after-otp-first {
display: flex;
align-items: center;
width: 100%;
gap: 20px;
}
.cross-block4 {
    text-align: right;
}
.vector-img
{
width: 200px;
}
.vector-img img
{
width: 100%;
opacity: 0.3;
}
.form-check
{
	text-align: left;
	cursor: pointer;
}

.name-and-price-inner {
display: flex;
justify-content: space-between;
width: 100%;
}

.name-block, .price-block {
margin: 0;
}


.error-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 51px 30px 30px 30px;
	border: 0px solid #ccc;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	max-width: 400px;
	text-align: center;
}

.error-popup h3 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: red;
	margin-bottom: 0px;
	font-weight: 500;
}

.error-popup button#submitOtp {
	background-color: #5d0cb0;
	color: #ffffff;
	border: 0px;
	padding: 8px 20px;
	border-radius: 8px;
}

.error-popup input#otp {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #cacaca;
	padding: 8px;
	border-radius: 10px;
}

.overlay-error {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.overlay3 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.overlay4 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.overlay-loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(184 182 182 / 50%);
	z-index: 9999;
}
#overlay{	
	position: fixed;
	top: 0;
	z-index: 100000;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
  }
  .cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
  }
  .spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
	100% { 
	  transform: rotate(360deg); 
	}
  }
  .is-hide{
	display:none;
  }

.location_error
{
	font-size: 30px;
}
div#loader {
    top: 48%;
    position: fixed;
    /* top: 0; */
    left: 48%;
	color: black;
    opacity: 1;
    z-index: 1000000;
}
.active {
	color: #5d0cb0;; /* Example style for the active class */
	font-weight: bold;
}
.social_media_icons {
	display: flex;
	gap: 15px;
	padding: 65px 0px 30px 0;
}

.address p.addr {
	margin: 0;
	font-size: 16px;
	color: #7d7a7a;
}

.address p.footer_ready_content {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	max-width: 500px;
}

.contact-icon img {
	max-width: 50px;
}

.footer_contact {
	color: #ffffff;
	text-align: center;
}

.footer_contact_main {
	display: flex;
	gap: 30px;
	align-items: center;
	padding-top: 20px;
	justify-content: space-between;
}

.footer_contact p {
	margin: 0;
}

.address {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100vh - 130px);
}

.about_main {
	padding: 0px 15px;
}

@media screen and (min-width: 1600px) {
	.footer {
		padding-top: 100px;
	}

	.address h4 {
		font-size: 40px;
	}

	.address p.footer_ready_content {
		margin: 0;
		font-size: 24px;
		color: #ffffff;
		max-width: unset;
	}

	.address p.addr {
		margin: 0;
		font-size: 35px;
	}
}

@media screen and (min-width: 1440px) {
	.footer {
		padding-top: 50px;
	}

	.car-green {
		bottom: 190px;
	}

	.booking_form_main {
		max-width: 350px;
		left: 75px;
	}

	.booking_form_main2 {
		max-width: 350px;
		left: 75px;
		height: 500px;
		display: flex;
		align-items: center;
	}

	.lady_img {
		right: 40%;
	}

	.service_main_top {
		padding-top: 100px;
	}

	.door2city_text {
		gap: 30px;
		padding-left: 100px;
	}

	.car-blue-main img {
		max-width: 1000px;
	}

	.car_green_right {
		bottom: 120px;
	}

	.car_green_right img {
		max-width: 400px;
	}

	.men_img {
		bottom: 65px;
		right: 30%;
	}

	.men_img img {
		max-width: 180px;
	}

	.car-green img {
		max-width: 350px;
	}

	.lady_img img {
		width: 100%;
		max-width: 150px;
	}
}

@media screen and (max-width: 991px) {

	.location_popup2 {
		position: absolute;
		left: 220px;
		top: 240px;
	}

	.location_popup1 {
		position: absolute;
		top: 320px;
		left: 40px;
	}

	.location_popup4 {
		position: absolute;
		left: 300px;
		bottom: 220px;
	}

	.location_popup3 {
		position: absolute;
		bottom: 265px;
		left: 170px;
	}

	.address {
		height: calc(100vh - 100px);
	}

	.car-green {
		bottom: 0;
	}

	.car_width {
		width: 100%;
	}

	.lady_img {
		display: none;
	}

	.plane_img {
		display: none;
	}

	.main_banner {
		position: relative;
		padding: 60px 30px;
	}

	.booking_form_main {
		position: unset;
		transform: unset;
		padding: 10px 20px;
		border-radius: 15px;
		margin: 0 auto;
	}

	.form_logo_name {
		padding-bottom: 10px;
	}

	.location_select input,
	.date_time_selector input,
	.return_journey input {
		max-height: 40px;
		padding: 10px 10px;
	}

	.return_journey {
		padding-bottom: 10px;
	}

	.trip_type2 {
		padding-bottom: 10px;
	}

	.text_transparent {
		padding: 10px 10px;
		border-radius: 10px;
		margin: 10px auto;
		position: unset;
		text-align: center;
	}

	.text_transparent h4 {
		font-size: 18px;
	}

	.text_transparent p {
		font-size: 14px;
	}

	nav a {
		padding: 5px 10px;
		margin: 0;
		font-size: 18px;
	}

	nav {
		justify-content: center;
	}

	h2.h2_hd {
		padding: 50px 30px 0px 30px;
		font-size: 22px;
	}

	.services_main {
		margin: 0 auto;
	}

	.serbox {
		padding: 20px 15px;
	}

	.about_us_main {
		padding: 15px;
	}

	.services_main {
		padding: 0px 0px;
	}

	.banner2 {
		padding: 50px 15px;
	}

	.car_green_right {
		right: 0;
	}

	.door2city_text {
		max-width: unset;
	}

	.shape_right {
		z-index: 0;
	}

	.contact_sec_main {
		background-position: left;
	}

	.contact-icon img {
		max-width: 35px;
	}

	.contact-icon {
		padding-bottom: 5px;
	}

	.footer_contact_main {
		display: flex;
		gap: 10px;
		align-items: start;
		padding-top: 20px;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	.trans_text_ani.first_text.text_transparent {
		animation: unset !important;
	}
	nav.desktopMenu
	{
		display: none;
	}
	.about_main {
		position: relative;
		background-image: url(animate/about-responsive.png);
		width: 100%;
		height: 100vh;
		background-position: left;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.shape_right img {
		height: 100%;
		width: 125px;
	}
	.mobileMenuTopLogo {
		display: flex;
		align-items: center;
		padding: 10px 15px;
		width: 100%;
	}
	.mobileMenuTopLogo .logo_form img {
		max-width: 40px !important;
	}
	.logo_form img {
		max-width: 120px;
	}
	.privacy-policy-main {
		display: flex;
		width: 100%;
		align-items: baseline;
		justify-content: space-between;
		flex-direction: column;
	}
	.mobileMenu .navbar-collapse ul {
        gap: 10px;
        align-items: start;
        padding: 0px 15px;
    }
	.mobileMenu .navbar-collapse {
		position: absolute;
		width: 100%;
		top: 76px;
		background-color: #ffffff;
		left: 0;
		right: 0;
	}
	.mobile-block {
		background-color: #fff;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
		margin-bottom: 1px;
	}
	.privacy-policy-right {
		display: flex;
		gap: 15px;
		padding-top: 30px;
	}
	.social_media_icons {
		display: flex;
		gap: 15px;
		padding: 33px 0px 30px 0;
	}
	.trans_text_ani.text_transparent.transp3 {
		animation: unset!important;
		position: relative;
		z-index: 1;
		top: 0;
		right: 0;
		left: 0;
	}
	.booking_form_main {
		padding: 30px 20px;
	}
	.car-green {
		display: none;
	}
	.main_banner {
		background-image: url("animate/Banner_mobile.png");
		background-position: left;
	}
	.city_txt {
		padding: 10px;
		max-width: 150px;
	}
	.door2city_text {
		padding: 15px 30px 0px 50px;
		justify-content: start;
		gap: 10px;
	}

	nav a {
		padding: 5px 8px;
		font-size: 14px;
	}

	.ser_icon {
		width: 40px;
	}

	.ser_icon img {
		max-width: 40px;
	}

	.ser_text {
		width: calc(100% - 40px);
	}

	.serbox {
		gap: 10px;
		padding: 10px;
	}

	.services_main {
		gap: 10px;
	}

	.serbox {
		width: calc(50% - 5px);
	}

	.ser_text h5 {
		font-size: 18px;
		margin: 0;
	}

	.main_banner {
		padding: 50px 15px;
	}

	h2.h2_hd {
		padding: 30px 30px 0px 30px;
	}
}

@media screen and (max-width: 480px) {
	.ser_icon img {
		max-width: 30px;
	}

	.logo_form img {
		max-width: 40px;
	}

	.serbox {
		gap: 5px;
	}

	.ser_text {
		width: 100%;
		font-size: 13px;
	}

	.ser_text h5 {
		font-size: 15px;
		margin: 0;
	}

	.ser_text {
		text-align: center;
	}

	.serbox {
		width: calc(50% - 5px);
		flex-direction: column;
	}

	.footer_contact h5 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.footer_contact p {
		margin: 0;
		font-size: 13px;
	}

	.address {
		padding: 0px 15px;
	}

	.address p.addr {
		font-size: 18px;
	}

	.address h4 {
		font-size: 28px;
	}

	.location_icon img {
		max-width: 18px;
	}

	.location_pop p {
		font-size: 14px;
	}

	.location_pop {
		max-width: 100px;
	}

	.location_popup4 {
		left: 250px;
	}
}


@media only screen and (max-width: 768px) {
	.fetch-after-otp, .otp-popup,.fetch-after-otp4 {
		
		width: 90%;

	}
	.fetch-after-otp-inner-upper {
		display: block;
		height: 88%;
		overflow-y: auto;
	}
	.fetch-after-otp-inner {
		padding-right: 0px;
	}
	.fetch-after-otp-label {
		display: block;
		align-items: center;
		gap: 15px;
		min-width: initial;
		width: 100%;
	}
	.fetch-after-otp,.fetch-after-otp4 {
		padding-left: 10px;
		padding-right: 10px;
	}
	#submitReserve {
		margin-top: 20px;
		width: 200px;
	}
}
