.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1440px;
}

:root {
	--theme-color: #00083e;
	--color-white: #ffffff;
	--color-black: #000000;
	--box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	--color-dark: #111827;
	--transition: all 0.3s ease;
}

.cmn-gap {
	padding: 80px 0;
}

.section-title {
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
	margin-top: -7px;
}
.section-title img {
	margin-bottom: 5px;
}
.section-title span {
	color: var(--theme-color);
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}
.section-title h2 {
    font-size: 32px;
    line-height: 45px;
    margin: 0;
    font-weight: 600;
    color: var(--color-black);
}

.banner-form .nav li {
	margin-right: 8px;
}
.banner-form .nav li:last-child {
	margin-right: 0;
}
.banner-form .nav li .nav-link {
	font-size: 14px;
	font-weight: 500;
	color: #111827;
	border-radius: 74px;
	padding: 8px 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner-form .nav li .nav-link.active,
.banner-form .nav li .nav-link:hover {
	color: #fff;
	background: #cf3425;
}
.banner-form .form-info {
	border: 1px solid #e4ebf1;
	border-radius: 4px;
	width: 100%;
}
@media (max-width: 991.98px) {
	.banner-form .form-info {
		flex-wrap: wrap;
		margin-bottom: 16px;
	}
}
.banner-form .form-info .form-item {
	flex: 1;
	text-align: left;
	padding: 8px;
	border-left: 1px solid #e4ebf1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
}
@media (max-width: 991.98px) {
	.banner-form .form-info .form-item {
		width: 50%;
		flex: unset;
	}
}
@media (max-width: 575.98px) {
	.banner-form .form-info .form-item {
		width: 100%;
		border-left: 0;
		border-bottom: 1px solid #e4ebf1;
	}
	.banner-form .form-info .form-item:last-child {
		border-bottom: 0;
	}
}
.banner-form .form-info .form-item:first-child {
	border-left: 0;
}
@media (max-width: 991.98px) {
	.banner-form .form-info .form-item:nth-child(odd) {
		border-left: 0;
	}
}
.banner-form .form-info .form-item .way-icon {
	position: absolute;
	top: 33%;
	left: -14px;
	padding: 7px;
	background-color: var(--theme-color);
}
@media (max-width: 575.98px) {
	.banner-form .form-info .form-item .way-icon {
		left: 50px;
		top: 0;
	}
}
.banner-form .form-info .form-item .form-control {
	font-size: 13px;
	font-weight: 700;
	padding: 0;
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	height: 24px !important;
	color: var(--theme-color);
}
.banner-form .form-info .form-item .form-control::placeholder {
	color: var(--theme-color);
	font-weight: 700;
	font-size: 13px;
}
.banner-form .form-info .form-item.dropdown .dropdown-menu {
	padding: 20px;
	max-height: 300px;
	overflow-y: auto;
}
.banner-form .form-info .form-item.dropdown .dropdown-menu.dropdown-xl {
	min-width: 600px;
	width: 100%;
}
@media (max-width: 767.98px) {
	.banner-form .form-info .form-item.dropdown .dropdown-menu.dropdown-xl {
		min-width: 300px;
	}
}
@media (max-width: 991.98px) {
	.banner-form .form-info .form-item.dropdown .dropdown-menu {
		max-height: 300px;
	}
}
.banner-form .form-info .form-item.round-drip,
.banner-form .form-info .form-item.return-drop,
.banner-form .form-info .form-item.dropoff-time,
.banner-form .form-info .form-item.pickup-airport,
.banner-form .form-info .form-item.hourly-time {
	display: none;
}
.banner-form .info-item {
	padding: 20px;
}
.banner-form .search-btn {
	padding: 20px;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	border-radius: 0 0.25rem 0.25rem 0 !important;
}
@media (max-width: 991.98px) {
	.banner-form .search-btn {
		width: 100%;
		margin: 0;
		padding: 12px;
	}
}
.banner-form .search-btn.btn-lg {
	padding: 13px 12px;
}
.banner-form .input-search .input-group .form-control {
	border-color: #e4ebf1;
	height: 44px;
	padding-left: 16px;
	font-size: 14px;
	font-weight: 400;
	border-right: 0;
}
.banner-form .input-search .input-group .input-group-text {
	background: transparent;
	border-color: #e4ebf1;
	color: #111827;
	border-left: 0;
}

.form-item.dropdown.to-location {
	padding-left: 20px;
}
.form-item.dropdown label,
.form-item .form-label {
	color: #626971;
	font-size: 14px;
	font-weight: 700;
}
.banner-form .card-body {
	padding: 1rem;
}
.banner-form {
	margin-top: 35px;
}

/* ===================
hero css 
====================== */

.hero-section {
	position: relative;
}

.hero-single {
	padding-top: 150px;
	padding-bottom: 140px;
	background-position: 0% 32% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	background-image: url("../../assets/images/car/car-ban.webp");
}

.hero-single::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.65);
	z-index: -1;
}

.hero-single .hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.hero-single .hero-content .hero-title {
	color: var(--color-white);
	font-size: 50px;
	font-weight: 600;
	margin: 20px 0;
	text-transform: capitalize;
}

.hero-single .hero-content .hero-title span {
	color: var(--theme-color);
}

.hero-single .hero-content p {
	color: var(--color-white);
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.hero-single .hero-content .hero-btn {
	gap: 2rem;
	display: flex;
	margin-top: 1rem;
	justify-content: start;
}

/* =================== Feature css ====================== */

.feature-benefit-items {
	margin-top: 30px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 9;
	background-color: var(--color-white);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.feature-benefit-items .icon-box-shape {
	position: absolute;
	top: -35px;
	right: -10px;
}
.feature-benefit-items .bg-button-shape {
	position: absolute;
	bottom: -68%;
	right: -31%;
	z-index: 1;
}
.feature-benefit-items .feature-content {
	box-shadow: var(--box-shadow);
	background-color: var(--color-white);
	padding: 40px 50px;
	border-radius: 10px;
}
.feature-benefit-items .feature-content h4 {
	margin-bottom: 15px;
}
.feature-benefit-items .feature-content p {
	margin: 0 0 20px 0;
	height: 50px;
}
.feature-benefit-items .feature-content .icon {
	width: 98px;
	height: 98px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--theme-color);
	border: 9px solid var(--color-white);
	margin: 0 0 -100px 0;
	z-index: 9;
	position: relative;
	transition: all 0.4s ease-in-out;
}
.feature-benefit-items .feature-button {
	padding: 25px 40px;
	text-align: right;
	background-color: #e4e7eb;
	transition: all 0.4s ease-in-out;
}
.feature-benefit-items .feature-button .link-btn {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: var(--color-black);
	position: relative;
	z-index: 9;
}
.feature-benefit-items:hover .feature-button {
	background-color: var(--theme-color);
}
.feature-benefit-items:hover .feature-button a {
	color: var(--color-white);
}
.feature-benefit-items:hover .feature-content .icon {
	background-color: var(--theme-color);
}

/* sesesesesesesesesesesesesesesesesesesesesesesesesese */

.about-wrapper .about-image-items {
	position: relative;
}
.about-wrapper .about-image-items .color-shape {
	position: absolute;
	top: 58%;
	left: -95px;
	transform: translateY(-50%);
	z-index: -1;
}
.about-wrapper .about-image-items .car-shape {
	position: absolute;
	bottom: -47px;
	right: 0;
	z-index: 9;
}
.about-wrapper .about-image-items .counter-content {
	padding: 26px;
	background-color: var(--theme-color);
	border-radius: 0 10px 10px 0;
	max-width: 160px;
	position: absolute;
	top: 7%;
	left: 31%;
	z-index: 9;
}
.about-wrapper .about-image-items .counter-content::before {
	width: 0;
	height: 0;
	border-top: 24px solid var(--theme-color);
	border-right: 30px solid transparent;
	content: "";
	left: 0px;
	position: absolute;
	top: -23px;
	transform: rotate(-180.509deg);
}
.about-wrapper .about-image-items .about-image-1 {
	text-align: right;
	position: relative;
	z-index: 1;
}
.about-wrapper .about-image-items .about-image-1 img {
	max-width: 100%;
	border-radius: 10px;
}
.about-wrapper .about-image-items .about-image-2 {
	margin-top: -140px;
	position: relative;
	z-index: 1;
	border-radius: 15px;
	overflow: hidden;
}
.about-wrapper .about-image-items .about-image-2 img {
	border-radius: 15px;
	overflow: hidden;
}
.about-wrapper .about-content {
	margin-left: 30px;
}
.about-wrapper .about-content h4 {
	color: var(--theme-color);
	font-weight: 400;
	margin-bottom: 20px;
	    font-size: 20px;
}
.about-wrapper .about-content .about-list-item {
	margin-top: 21px;
	align-items: center;
	margin-bottom: 40px;
}
.about-wrapper .about-content .about-list-item {
	margin-top: 21px;
	align-items: center;
	margin-bottom: 40px;
}
.about-wrapper .about-content .about-list-item ul {
	margin-bottom: 0;
}
.about-wrapper .about-content .about-list-item ul li {
	font-size: 16px;
	color: var(--color-black);
	padding-bottom: 5px;
	border-bottom: 1px solid var(--theme-color);
	transition: all 0.4s ease-in-out;
	margin-bottom: 4px;
    border-bottom: 0;
	    list-style-position: inside !important;
    list-style: disc;
}
.about-wrapper .about-content .about-list-item ul li:not(:last-child) {
    margin-bottom: 4px;
    border-bottom: 0;
}
.about-wrapper {
	padding-bottom: 100px;
}

/* sesesesesesesesesesesesesesesesesesesesesesesese */

.car-rentals-items {
	margin-top: 30px;
}
.car-rentals-items .car-image {
	position: relative;
	overflow: hidden;
}
.car-rentals-items .car-image img {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
	transition: all 0.4s ease-in-out;
}
.car-rentals-items .car-content {
	padding: 25px 35px;
	background-color: var(--color-white);
	border-radius: 0 0 10px 10px;
	border: 1px solid #d0d7de;
	position: relative;
}
.car-rentals-items .car-content .post-cat {
	padding: 8px 14px;
	border-radius: 10px;
	background-color: var(--theme-color);
	color: var(--color-white);
	position: absolute;
	right: 30px;
	top: -15px;
	font-size: 14px;
	line-height: 1.3;
}
.car-rentals-items .car-content .star {
	margin-bottom: 5px;
}
.car-rentals-items .car-content h4 {
	margin-bottom: 10px;
	font-size: 22px;
}
.car-rentals-items .car-content h6 {
	font-size: 14px;
	color: var(--color-black);
}
.car-rentals-items .car-content .icon-items {
	margin-top: 20px;
	border-top: 1px solid var(--theme-color);
	padding-top: 20px;
	display: flex;
	align-items: center;
	gap: 70px;
	margin-bottom: 20px;
}
.car-rentals-items .car-content .icon-items ul li:not(:last-child) {
	margin-bottom: 10px;
}
.car-rentals-items .car-content .icon-items ul li {
	display: flex;
	align-items: center;
}
.car-rentals-items .car-content .icon-items ul li img {
	width: 27px;
	margin-right: 10px;
}
.car-rentals-items .car-content .theme-btn {
	line-height: 1;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.3px;
}
.theme-btn {
	background-color: var(--theme-color);
	color: var(--color-white);
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 40px;
	border-radius: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 1;
	line-height: 1.3;
	border-radius: 10px;
	width: max-content;
}
.theme-btn::before {
	content: "";
	background-color: var(--theme-color);
	width: 0;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: -1;
	border-radius: 10px 10px 0 0;
}
.theme-btn::after {
	content: "";
	background-color: var(--theme-color);
	width: 0;
	height: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: -1;
	border-radius: 0 0 10px 10px;
}

.theme-btn.bg-color:hover {
	color: var(--color-white);
}

.slick-slide {
	margin: 0 10px;
}
.slick-list {
	margin: 0 -10px;
}
.car-rentals-items .car-content h6 {
	font-size: 20px;
	color: var(--theme-color);
}

.slick-prev,
.slick-next {
	background: #222;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	transition: background 0.3s;
}

.slick-prev:hover,
.slick-next:hover {
	background: #ff4b2b;
}

/* Position them */
.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

/* Optional: hide default text */
.slick-prev::before,
.slick-n


/* ===================================================== */

.car-service-section {
	margin-top: 60px;
}
.car-service-wrapper {
	background-color: #edf2f5;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 60px;
}

.car-service-wrapper .shape-image {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.1;
}
.car-service-wrapper .service-car-image {
	position: relative;
	overflow: hidden;
}
.car-service-wrapper .service-car-image img {
	width: 100%;
	height: 100%;
}
.car-service-wrapper .service-car-image .color-shape {
	position: absolute;
	bottom: -40px;
	right: 0;
}
.car-service-wrapper .service-car-image img {
	width: 100%;
	height: 100%;
}
.car-service-wrapper .service-car-image .booking-content {
	position: absolute;
	bottom: 50px;
	right: 30px;
}
.car-service-wrapper .service-car-image .color-shape {
	position: absolute;
	bottom: -40px;
	right: 0;
}
.car-service-wrapper .service-car-image .booking-content p {
	color: var(--color-white);
	margin-bottom: 10px;
	text-align: right;
}
.car-service-wrapper .service-car-image .booking-content h3 {
	font-size: 24px;
}
.car-service-wrapper .service-car-image .booking-content h3 a {
	color: var(--color-white);
}
.car-service-wrapper .service-car-content {
	margin-left: 40px;
}
.car-service-wrapper {
	background-color: #edf2f5;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.car-service-wrapper .service-car-content h2 {
	font-size: 40px;
}
.car-service-wrapper .service-car-content h3 {
	font-size: 40px;
	color: var(--theme-color);
	margin-top: 20px;
	margin-bottom: 40px;
}
.car-service-wrapper .service-car-content h3 span {
	font-size: 18px;
	color: var(--color-black);
	font-weight: 400;
	text-transform: initial;
}
.car-service-wrapper .service-car-content h3 sup {
	margin-right: -7px;
}
.car-service-wrapper .service-car-content h3 span {
	font-size: 18px;
	color: var(--color-black);
	margin-left: -10px;
	font-weight: 400;
	background: transparent;
	text-transform: initial;
}

/* ================================================ */
.funfact-section {
	background-color: var(--theme-color);
	margin-top: -80px;
	margin-bottom: -9px;
}
.funfact-wrapper {
	margin-top: 80px;
	margin-bottom: -9px;
}
.funfact-wrapper .funfact-counter-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.funfact-wrapper .funfact-counter-area .funfact-items {
	height: 190px;
	width: 190px;
	border-radius: 50%;
	background-color: var(--color-white);
	text-align: center;
	padding-top: 45px;
	position: relative;
}
.funfact-wrapper .funfact-counter-area .funfact-items .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: var(--theme-color);
	border-radius: 50%;
}
.funfact-wrapper .funfact-counter-area .funfact-items .icon img {
    filter: brightness(0.1) invert(1);
    width: 29px;
}
.funfact-wrapper .funfact-counter-area .funfact-items h2 {
	color: var(--theme-color);
	font-size: 40px;
	margin-bottom: 5px;
}
.funfact-wrapper .funfact-counter-area .funfact-items p {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3;
}
.funfact-wrapper .section-title span {
	color: var(--color-white);
}

/* ============================================== */
.popular-car-section {
	background: var(--theme-color);
}
.popular-card-items {
	display: flex;
	align-items: center;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.popular-card-items .content {
	flex-basis: 50%;
	padding-left: 30px;
}
.popular-card-items .content a {
	padding: 12px;
	margin-top: 10px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: start;
	    font-size: 17px;
}
.popular-card-items .content a {
    padding: 0;
    margin-top: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 18px;
}
.popular-card-items .content a.theme-btn {
    padding: 12px;
    margin-top: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    background: transparent;
    border: 1px solid var(--theme-color);
    padding: 8px;
    color: var(--theme-color);
}
.popular-card-items .content h4 {
	margin-bottom: 5px;
}

.popular-card-items .car-image {
	max-width: 300px;
	position: relative;
	height: 180px;
	overflow: hidden;
}
.popular-card-items .car-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popular-card-items .car-image::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #fefdfd 0%, rgba(254, 253, 253, 0) 38%);
	z-index: 1;
}
.funfact-wrapper .funfact-counter-area .funfact-items {
	border: 1px solid #242b5b;
}
/* responsive */

@media (max-width: 576px) {
}

@media (max-width: 576px) {
	.hero-single {
		padding-top: 90px;
		padding-bottom: 20px;
	}
	.hero-single .hero-content .hero-title {
		font-size: 21px !important;
	}
	.hero-single .hero-content p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 0;
	}

	.hero-single .hero-content .hero-title {
		font-size: 21px;
		margin-bottom: 5px;
	}
	.banner-form {
		margin-top: 13px;
	}
	.form-item.dropdown label,
	.form-item .form-label {
		font-size: 11px;
	}
	.banner-form .form-info .form-item .form-control {
		font-size: 12px;
	}
	.banner-form .form-info .form-item .form-control::placeholder {
		font-size: 12px;
	}
	.banner-form .form-info .form-item .way-icon {
		left: 50%;
		top: -14px;
	}
	.form-item.dropdown.to-location {
		padding-left: 9px;
	}
	.hero-single .hero-content {
		flex-direction: column-reverse;
	}
	.section-title h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.section-title {
		margin-bottom: 0;
	}
	.cmn-gap {
		padding: 15px 0;
	}
	.feature-benefit-items {
		margin-top: 7px;
	}
	.feature-benefit-items .feature-content h4 {
		font-size: 18px;
	}
	.feature-benefit-items .feature-content {
		padding: 32px 13px;
	}
	.feature-benefit-items .feature-content .icon {
		width: 70px;
		height: 70px;
		line-height: 55px;
		margin: 0 0 -70px 0;
	}
}

@media (max-width: 767px) {
	.popular-card-items .content h4 a {
    font-size: 16px;
}
	.car-form.banner-form {
		margin-top: 6px !important;
	}
	.section-title span {
		font-size: 14px;
	}
	.section-title h2 {
		font-size: 18px;
		line-height: 1.5;
	}
	.feature-content h4 a {
		font-size: 16px;
	}
	.feature-benefit-items .feature-content p {
		font-size: 14px;
	}
	.about-wrapper .about-image-items .about-image-2 {
    display: none;
}
	.about-wrapper .about-content {
		margin-top: 73px;
		margin-left: 0px;
	}
	.about-wrapper .about-image-items .car-shape {
    bottom: -96px;
}
	.about-wrapper .about-content h4 {
		font-size: 16px;
		line-height: 1.5;
	}
	.about-content p {
		font-size: 14px;
	}
	.about-wrapper .about-content .about-list-item ul li {
		font-size: 15px;
	}
	.popular-card-items .content h4 a {
		font-size: 20px;
	}
	.theme-btn {
		font-size: 14px;
		border-radius: 6px;
		padding: 10px 12px !important;
	}
	.car-service-wrapper .service-car-content {
		margin-left: 0;
		padding: 16px;
	}
	.car-service-wrapper .service-car-content h2 {
		font-size: 18px;
	}
	.car-service-wrapper .service-car-content h3 span {
		margin-left: 0px;
	}
	.car-service-wrapper .service-car-content h3 {
		font-size: 20px;
		font-weight: 600;
	}
	.funfact-wrapper .funfact-counter-area .funfact-items .icon {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
	}
	.funfact-wrapper .funfact-counter-area .funfact-items .icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.funfact-wrapper .funfact-counter-area .funfact-items h2 {
		font-size: 20px;
		font-weight: 600;
	}
	.funfact-wrapper .funfact-counter-area {
		gap: 8px;
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 32px;
		padding-top: 16px;
	}
	.funfact-wrapper .funfact-counter-area .funfact-items {
		height: 141px;
		width: 141px;
		border-radius: 50%;
		text-align: center;
		padding-top: 0;
		position: relative;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.funfact-section .section-title {
		text-align: center;
	}
	.car-service-section {
		padding-top: 16px;
	}
	.about-wrapper {
		padding-bottom: 0px;
	}
	.car-service-wrapper .service-car-image .booking-content h3 {
		font-size: 20px;
		font-weight: 600;
	}
	.banner-form .form-info {
		border: none;
	}
	.car-form.banner-form .form-info .form-item:first-child {
		border-radius: 6px 6px 0px 0px;
	}
	.car-form.banner-form .form-info .form-item:last-child {
		border-radius: 0px 0px 6px 6px;
	}
	.car-form.banner-form .card-body {
		padding: 6px;
	}
	.car-form.banner-form .form-info {
		margin-bottom: 0px !important;
	}
	.car-form.banner-form .search-btn {
		margin-top: 12px;
		border-radius: 6px !important;
	}
	.about-wrapper .about-image-items .counter-content {
		left: 8px;
		padding: 16px;
		top: -13px !important;
		border-radius: 0px;
	}
	.about-wrapper .about-image-items .counter-content::before {
		content: "";
		position: absolute;
		top: 0px;
		left: auto;
		right: -14px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0px 14px 13px 0;
		border-color: transparent #000210 transparent transparent;
		transform: rotate(-180.509deg);
	}
	.about-section .counter-content p {
		margin-bottom: 0px;
		font-size: 14px;
	}
}
/* new css add 01.11.2025 */
.feature-content .icon img {
	width: 40px;
	height: 40px;
}
@media (max-width: 991px) {
.hero-single .hero-content .hero-title {
    font-size: 40px;
}
.car-form.banner-form {
    margin-top: 17px;
}
}
@media (max-width: 767px) {
	.popular-card-items .content h4 a {
    font-size: 16px;
}
.popular-car-section .section-title {
	margin-bottom: 20px;
}
.car-form .form-item.dropdown label, .car-form .form-item .form-label {
    font-size: 14px!important;
}
}

@media (max-width: 20px) {
.hero-single .hero-content .hero-title {
    font-size: 40px;
}
}