.taxi-booking-banner {
	padding: 180px 0 40px;
	min-height: 100vh;

	/* background: url('../img/taxi-booking/home-bg.png'); */
	position: relative;
	overflow: hidden;
}

.taxi-image {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.food-img {
	margin-top: 100px;
}

.taxi-app-rt {
	position: relative;
	z-index: 9;
}

.taxi-map {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .05;
}

.app-high-lt {
	display: flex;
	background: #fff;
	border-radius: 4px;
	width: 100%;
	gap: 15px;
	padding: 16px 10px;
	border: 1px solid rgba(33, 33, 33, 0.1);
}

.app-tech {
	display: flex;
	align-items: center;
	gap: 10px;
}

.app-tech a h4 {
	transition: all .3s ease-in-out;
}

.app-tech .app-icn h2 {
	margin: 0px;
	color: #0083EB;
}

.app-tech a h4:hover {
	color: #0083EB;
}

.app-tech {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: calc(25% - 10px);
	max-width: calc(25% - 10px);
	justify-content: safe;
	position: relative;
}

.app-tech::after {
	height: 60px;
	width: 1px;
	background: #eee;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	content: '';
	position: absolute;
}

.app-tech:last-child::after {
	display: none;
}

.app-tech h4 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.mobile-app-left>h1 {
	font-size: 56px;
	font-weight: 800;
	color: #212121;
	line-height: 66px;
	text-align: left;
}

.mobile-app-left h1 span {
	color: #0083EB;
}

.user-list ul li {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #494949;
	margin-bottom: 18px;
}

.user-list .icon i {
	color: #0083eb !important;
}

.user-app-dis .small-heading {
	font-size: 34px;
	line-height: 34px;
	font-weight: 600;
	color: #212121 !important;
}

.taxi-experties .ai-experties-box {
	border: 1px solid #eee;
	border-radius: 0px;
}

.taxi-experties .ai-experties-box {
	padding: 36px;
	margin-bottom: 24px;
	height: calc(100% - 24px);
	transition: all .3s ease-in-out;
	border: 1px solid #eee;
}

.taxi-experties .expert-icon {
	display: inline-block;
	margin-bottom: 15px;
	height: 60px;
	width: 60px;
}

.taxi-experties .ai-experties-box:hover {
	background: radial-gradient(26.2% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}


.about-sec-2-left,
.about-sec-2-right {
	padding: 64px;
}

.about-sec-2-left .sec-title,
.about-sec-2-left .sub-heading {
	color: #fff !important;
}

.ai-why-choose-us {
	background: radial-gradient(50% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.about-sec-2-left,
.about-sec-2-right {
	padding: 64px;
}

.ai-experties-content ul li p {
	font-size: 18px;
	line-height: 21px;
	color: #494949;
	margin-bottom: 6px;
	margin-top: 16px;
}

.about-sec-2-left {
	background-color: #0083EB;
}

.theme-new-btn.white {
	background-color: #fff;
	color: #212121;
	border-color: #fff;
}

.build-lft h4 {
	color: #fff !important;
	margin-bottom: 22px !important;
}

.user-app-dis .small-heading span {
	color: #0083EB;
}


.theme-new-outline-btn {
	font-size: 20px;
	line-height: 23px;
	background-color: transparent;
	color: #0083eb;
	border: 1px solid #0083eb;
	font-weight: 500;
	border-radius: 0;
	padding: 14px 25px;
	transition: all 0.5s ease-in-out;
	display: inline-flex;
	gap: 12px;
	align-items: center;
}

.theme-new-outline-btn:hover {
	color: #fff;
	background-color: #0083eb;
}

.taxi-booking-banner .hero_side_element.right_side {
	right: -80px;
	top: 260px;
}

.taxi-booking-banner .hero_side_element {
	position: absolute;
}

.taxi-booking-banner .hero_side_element.left_side {
	bottom: 0px;
	left: 0px;
}

.taxi-booking-banner .hero_side_element.right_side img {
	width: 280px;
}

@media (max-width: 1440px) {
	.taxi-booking-banner {
		padding: 110px 0 40px !important;
		min-height: 105vh;

	}

	.taxi-experties .expert-icon {
		height: 40px;
		width: 40px;
	}

	.ai-why-choose-list-icon img {
		height: 40px;
		width: 40px;
	}
}



@media (max-width:767px) {
	.user-app-lft {
		margin-bottom: 30px;
	}

	.taxi-booking-banner {
		padding: 40px 0 40px !important;
		min-height: 80vh;
		position: relative;
		overflow: hidden;
	}

	.taxi-booking-banner .ai-banner-box h1 {
		text-align: center !important;
		line-height: 35px;
	}

	.taxi-booking-banner .ai-banner-box p {
		text-align: center !important;
	}

	.theme-new-btn {
		font-size: 14px;
	}

	.theme-new-outline-btn {
		font-size: 14px;
	}

	.taxi-experties .ai-experties-box {
		padding: 24px;
	}

	.app-dash-view {
		display: none;
	}

	.user-list {
		gap: 0px !important;
	}

	.user-list ul li {

		font-size: 16px;
		line-height: 24px;
		margin-bottom: 18px;
	}
}


@media (max-width:475px) {
	.ai-banner-box.text-center i {
		display: none;
	}

	taxi-booking-banner {
		min-height: 60vh;
	}

	.ai-banner-box .theme-new-btn,
	.ai-banner-box .theme-new-outline-btn {
		font-size: 14px;
		padding: 14px;
	}
}