@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%;
 }

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

.social_media_icons .insta,
.social_media_icons .linkedin,
.social_media_icons .facebook {
	cursor: pointer;
}

img.car_animation_green {
	position: relative;
	animation: mymove 5s;
}

.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;
}

.app-store {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
    z-index: -1;
}

.app-store1,
.app-store2 {
	width: 100%;
	max-width: 100px;
	margin-right: 10px;
	z-index: 9999;

}

.app-store1 img,
.app-store2 img {
	width: 100%;
	cursor: pointer;
}

.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;
}
.cstmImage img {
	width: 100%;
	border-radius: 20px;
}
.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-color: #333;
	color: #fff;
	padding: 20px;
	text-align: center;
}

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;
}

nav a:hover {
	color: #ff0000;
}

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: 200px;
}

.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;
	justify-content: center;
	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;
}

.privacy-policy-main {
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.add-package-heading {
	width: 100%;
	align-items: center;
	display: flex;
	background-color: #ff0000;
	padding: 4px 10px;
}

.package-form-data {
	padding: 30px;
}

.add-package-form {
	border: 0px !important;
}

.add-package-heading-left {
	width: 98%;
}

.add-package-heading-left h2 {
	margin-bottom: 0px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.add-package-form {
	padding: 0px !important;
	width: 60vw !important;
	height: 65vh !important;
}

.add-package-block {
	text-align: right !important;
}

.cross-block4 {
	width: 2%;
	cursor: pointer;
}

.add-package-block button {
	border: 0px;
	background-color: #ff0000;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
	padding: 2px 10px;
	font-size: 12px;
}

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

.package_inner_button {
	padding: 8px;
	border: 0px;
	border-radius: 10px;
	background-color: #ff0000;
	color: #fff;
	font-size: 18px;
	width: 130px !important;
    margin: 0 10px;
}

.d-flex {
	display: flex;
	justify-content: end;
}

form#reservationForm2 {
    margin: 10px 0;
}

header {
	background: linear-gradient(90deg, #FF0000 0%, #FCD20F 100%);
	color: #fff;
	padding: 20px;
	text-align: left;
}

.terms-and-condition-data-block .one {
	font-size: 26px;
	font-weight: 500;
	color: #ff0000;
	margin-top: 20px;
}

.custom-links {
	color: #ff0000;
	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: #ff0000;
	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;
}

.footer_contact p a {
	color: #fff;
	cursor: pointer;
}

.footer_contact p a {
	color: #fff;
	cursor: pointer;
}

.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;
}
.main_banner .text_transparent {
	max-width: 600px;
	max-height: 570px;
}
.transp2 {
	bottom: unset;
	top: 120px;
	border: 1px solid #ff0000;
	animation-delay: calc(var(--animate-delay)*7) !important;
}

.transp3 {
	bottom: unset;
	top: 120px;
	border: 1px solid #ff0000;
	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: #ff0000;
	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: #ff0000;
}

.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);
}

.about_main {
	position: relative;
	background-image: url("animate/banner3.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;
}

p.vehicleName {
	margin-bottom: 0px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-top: 6px;
}

.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;
}

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

/* .main-popup-block
{
	display: flex;
	margin-bottom: 15px;
} */
.fetch-after-otp button#submitOtp {
	background-color: #ff0000;
	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;
}

.price-information-block {
	text-align: right;
	width: 35%;
}

.price-information-block .desc-text {
	font-size: 14px;
	margin-bottom: 0px;
}

p.mrp-amount {
	margin-bottom: 0px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	text-decoration: line-through;
}

p.mrp-amount-original {
	font-size: 22px;
	color: #1341ec;
	font-weight: bold;
	margin-bottom: 0px;
}

span.symbel-icon {
	font-size: 15px;
}

p.tax-text {
	margin-bottom: 0px;
	font-size: 14px;
	color: #000;
}

.standurd-block .standurd-block-inner {
	text-align: left;
	font-size: 24px;
	color: #000;
font-weight: 600;
	margin-bottom: 0px;
}

.mobileMenu {
	display: none;
}

.name-and-price-inner .name-block {
	font-size: 18px;
	font-weight: 500;
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;
}

.address_up1 {
	display: flex;
	justify-content: space-between;
width: 100%;
}

.address_up2,
.address_up3 {
	width: 50%;
}

.address_up31 img {
	width: 100%;

}

.address_up31 {
	margin: auto;
	width: 100%;
	max-width: 200px;
	margin-bottom: 20px;
}

.address_up312 {
	margin: auto;
	width: 100%;
	max-width: 150px;
}

.address_up312 img {
	width: 100%;
}

.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: #ff0000;
	color: #ffffff;
	border: 0px;
	padding: 8px 20px;
	border-radius: 8px;
	width: 130px;
	
}
.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%;
	overflow-y: auto;
}

.custom-disabled {
	opacity: 0.4;
	border: 1px solid #b5b4b4;
	border-radius: 5px;
	padding: 0px 6px;
}

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

.name-block img,
.price-block img {
	width: 20px;
}

.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;
}
.vector-img
{
width: 200px;
}
.vector-img img
{
width: 100%;
opacity: 0.3;
}

.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;
}
.location_error
{
	font-size: 30px;
}
.active {
	color: #ff0000;
	;
	/* 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;
}

.footer_ready_content {
    max-width: 650px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 5px;
    border-radius: 20px;
	margin: 0;
}

.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;
}

.added-packages {
	margin-top: 20px;
}

#packageList {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding: 15px;
}

.added-packages h4 {
	font-size: 18px;
	font-weight: bold;
}

.package-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	/* border-bottom: 1px solid #ff0000; */
	padding: 10px;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
}

.package-item .package-image img {
	max-width: 60px;
	max-height: 60px;
	margin-right: 15px;
}

.package-item .package-details p {
	margin: 5px 0;
}

.next-step-btn {
	margin-top: 20px;
	text-align: center;
}

#nextStepButton {
	background-color: #ff0000;
	color: white;
	padding: 8px;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	cursor: pointer;
	display: none;
}

#nextStepButton:hover {
	background-color: #cc0000;
}

.package-form-data {
	overflow: scroll;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
}


.combined-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 85vh;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
}

.tab-button {
	padding: 10px 20px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-weight: bold;
}

.tab-button.active {
	border-bottom: 2px solid #ff0000;
}

.tab-content {
	display: none;
	padding: 20px;
	overflow-y: auto;
}

.tab-content.active {
	display: block;
}

div#post-otp,
div#packages {
	display: block;
	overflow: auto;
	width: 100%;
	height: 85%;
	padding: 0;
}

.combined-popup.fetch-after-otp {
    height: 80vh !important;
    width: 75vw !important;
}

  .fetch-after-otp {
	overflow: hidden;
  }
  
  .fetch-after-otp-inner-upper {
	overflow-y: auto; /* Enable scrolling within the popup */
  }
  
.navbar-collapse{
	justify-content: end;
}
body.modal-open{
    overflow:hidden;
}
.error-message {
	color: red;
	font-size: 0.80rem !important;
	text-align: left;
	margin-left: 5px;
	display: block;
}
  
@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) {

	.ujeff-main {
		display: flex;
		flex-direction: column;
		float: right;
	}

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

	.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: 30px 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) {
	/* nav.desktopMenu {
		display: none;
	} */
	/* .ujeff-main {
		display: flex;
		gap: 20px;
		padding-top: 30px;
	} */
	.booking_form_main {
		left: 30%;
	}

	.ujeff-main-text{
		display: none;
	}

	.fetch-after-otp-label {
		display: initial;
	}

	.mobile-block {
		background-color: #fff;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
		margin-bottom: 1px;
	}

	.mobileMenu .navbar-collapse ul {
		gap: 10px;
		align-items: start;
		padding: 0px 15px;
	}

	.about_main {
		background-image: url(animate/banner3-12.png);

	}

	.location_popup1 {
		position: absolute;
		bottom: 48px;
		left: 40px;
		top: initial;
	}

	.fetch-after-otp-second {
		width: 150px;
		height: 100%;
		margin: auto;
	}

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

	.location_popup2 {
		position: absolute;
		left: 185px;
		bottom: 200px;
		top: initial;
	}

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

	.mobileMenu {
		display: block;
		position: relative;
		width: 100%;
	}

	.name-and-price {
		padding: 10px;
		border: 0px;
	}

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

	.price-information-block {
		text-align: right;
		width: 100%;
	}

	.name-and-price-inner .name-block,
	.name-and-price-inner .price-block {
		text-align: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.mobileMenu .navbar-collapse {
		position: absolute;
		width: 100%;
		top: 76px;
		background-color: #ffffff;
		left: 0;
		right: 0;
	}

	.fetch-after-otp-first {
		display: block;
	}

	.mobileMenuTopLogo {
		display: flex;
		align-items: center;
		/* padding: 10px 15px; */
	}

	.mobileMenuTopLogo .logo_form img {
		max-width: 175px !important;
	}

	.trans_text_ani.first_text.text_transparent {
		animation: unset !important;
		order: 2;
		margin-top: 85px;
	}

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

	.trans_text_ani.text_transparent.transp3 {
		animation: unset!important;
		position: relative;
		z-index: 1;
		top: 0;
		right: 0;
		left: 0;
	}

	.address_up2,
	.address_up3 {
		width: 100%;
	}

	.address_up31 {
		margin: auto;
		width: 100%;
		max-width: 150px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.address_up1 {
		display: initial !important;
		justify-content: space-between;
		width: 100%;
	}

	.booking_form_main {
		padding: 30px 20px;
		margin-top: 40px;
		order: 1;
	}
	.car-green {
		z-index: 100;
	}

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

	.car_width {
		justify-content: center;
	}

	.lady_img {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: unset;
		text-align: right;
		z-index: 0;
		padding-right: 30px;
	}

	.lady_img img {
		max-width: 60px;
		animation-delay: 2s;
	}

	.address_up3 {
		display: flex;
		gap: 20px;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.address_up31 {
		width: 100%;
		max-width: 150px;
		background-color: #f7f7f7;
		box-shadow: rgba(0, 0, 0, 0.1) 2px 1px 8px 0px;
		margin: 0;
		border-radius: 10px;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.address_up312 {
		margin: auto;
		width: 100%;
		max-width: 150px;
		width: 100%;
		max-width: 150px;
		background-color: #f7f7f7;
		box-shadow: rgba(0, 0, 0, 0.1) 2px 1px 8px 0px;
		margin: 0;
		border-radius: 10px;
		padding: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.address_up31 img {
		width: 100%;
		max-width: 100px;
	}
	.main_banner {
		background-image: url("animate/Banner_mobile.png");
		background-position: left;
		display: flex;
        flex-direction: column;
	}

	.calculations-block-upper {
		margin-left: 0px;
	}

	.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:0;
	}

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

@media screen and (max-width: 650px) {
	.trans_text_ani.first_text.text_transparent{
		margin: 10px 0;
	}
	
	.booking_form_main {
		position: unset;
		transform: unset;
		padding: 10px 20px;
		border-radius: 15px;
		margin: 0 auto;
		margin-top: 40px;
	}
	.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 {

		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 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#submitReserve {
		margin-top: 20px;
		width: 200px;
	}
}