.page_financing-opt .custom-table {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.menu-item-has-children .sub-menu .menu-item a {
	font-size: 16px;
}
.page_financing-opt .contact-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	width: 100%;
}
.page_financing-opt .contact-card {
	background-color: #606060;
	color: white;
	border-radius: 8px;
	text-align: center;
	width: 31%;
	box-sizing: border-box;
}

.page_financing-opt .contact-content {
    padding: 20px;	
}

.page_financing-opt .contact-title {
	color: white;
    font-size: 18px;
    margin-bottom: 10px;
    background: #000;
    padding: 20px;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.page_financing-opt .contact-name {
	font-weight: bold;
	color:#fff;
}
.page_financing-opt .contact-info {
	margin: 5px 0;
}
.page_financing-opt .contact-link {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
.page_financing-opt .contact-button {
	color: red;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
}
.page_financing-opt .dealer-contact {
	margin-top: 30px;
	font-size: 16px;
}

.page_financing-opt .main {
	flex-direction: column;
}

.contact-left-col .contact-left-title {
	color: red;
	margin-bottom: 50px;
	text-align: left;
	font-weight:bold;
}

.home-global-section:has(.contact-us-home-holder) {
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	min-height:60vh;
	height:60vh;
	display: flex;
	align-items: center;
}

.home-global-section:has(.contact-us-home-holder)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
	z-index: 1;
}

.contact-us-home-holder {
	position: relative;
	z-index: 2; /* Ensures content stays above the overlay */
}
.with-top-bar .website-top-bar-list {
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.with-top-bar .website-top-bar-list-item>a {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	line-height: 1.5;
}
.with-top-bar .website-top-bar-list>.website-top-bar-list-item:not(:last-child) {
	border-right: 1px solid #585858;
}
.with-top-bar .website-top-bar-list>.website-top-bar-list-item:not(:first-child) {
	border-left: 1px solid #585858;
	padding-left: 20px;
}
.with-top-bar .website-top-bar-list-item {
	height: 57px;
	border-right: 1px solid #585858;
}
.with-top-bar .website-top-bar-list-item>a {
	position: relative;
}
.with-top-bar .website-top-bar-list-item>a:hover:before {
	width: 100%;
	left: 0;
}
.with-top-bar .website-top-bar-list-item>a:before {
	transition: all 0.3s ease;
	display: inline-block;
	position: absolute;
	content: '';
	width: 0;
	height: 3px;
	left: 50%;
	bottom: 0;
	background-color: #fff;
}
.website-items>.current-menu-item>a:before, .website-items>.menu-item:not(:has(.current-menu-item))>a:hover:before {
	display: none;
}
.hero-holder a.slide-action {
	font-size: calc(14px + (26 - 14) * ((100vw - 768px) / (1920 - 768)));
	font-weight: 700;
	padding-left: 1rem;
	padding-right: .5rem;
	width: 100%;
	text-transform: uppercase;
	transition: all 0.3s ease;
	position: relative;
	line-height: 1.1;
	box-sizing: border-box;
	min-height: 50px;
}
.hero-holder a.slide-action:not(:last-of-type) {
	border-bottom: 1px solid #fff;
}
.hero-holder a.slide-action:hover {
	border: 1px solid transparent;
	padding-left: 2rem;
	background: linear-gradient(to bottom, #e20102 50%, #fd0203 50%);
	width: 106%;
}
.hero-holder a.slide-action:hover:before {
	opacity: 1;
}
.hero-holder a.slide-action:before {
	display: inline-block;
	transition: all 0.3s ease;
	position: absolute;
	content: '>';
	height: 90%;
	left: 5px;
	top: 5%;
	font-size: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	opacity: 0;
	z-index: 2;
}
.sub-menu {
	width: 100%;
	top: 7rem;
	max-width: max-content;
	margin: 0 auto;
	right: 0;
	min-width: 10vw;
}
.sub-menu .menu-item {
	margin: 0 auto;
}
.welcome-container:not(:has(.welcome-search)) {
	height: 70vh;
	min-height: 70vh;
	max-height: 70vh;
	padding: 2rem 0;
	box-sizing: border-box;
}
.welcome-holder {
	background-color: transparent;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 1rem;
	width: 50%;
	justify-content: center;
}
.welcome-title {
	font-size: clamp(21px, 2.5vw, 37px);
	text-wrap-style: pretty;
	line-height: 1.3;
	border-bottom: 1px solid var(--primary-color);
	padding-bottom: 1.5rem;
}
.welcome-sub-title {
	display: none;
}
.welcome-content span {
	color: #fff !important;
}
.v12-button.welcome-text-cta {
	background-color: var(--primary-color);
	color: #fff;
	transition: .25s all ease-in-out;
	position: relative;
	min-width: 200px;
}
.v12-button.welcome-text-cta:hover {
	background-color: transparent !important;
	color: var(--primary-color) !important;
	transition: .25s all ease-in-out;
}
.v12-button.welcome-text-cta:before {
	transition: all 0.3s ease;
	display: inline-block;
	position: absolute;
	font-family: FontAwesome;
	content: '\f105';
	color: #fff;
	font-size: 20px;
	right: 15px;
}
.v12-button.welcome-text-cta:hover:before {
	right: 7px;
	color: var(--primary-color);
}
.title-holder h3.footer-col-title {
	position: relative;
	font-weight: 500;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}
.title-holder h3.footer-col-title:before {
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	color: #FD0203;
	font-size: 26px;
	content: '\f0da';
}

.link-quick_links {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	transition: .25s all ease-in-out;
}
.link-quick_links:hover {
	text-decoration: underline;
}
.footer-contact-form iframe.google-map-iframe {
	max-height: 200px;
}
span.operation-day {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}
.contact-list .contact-item a {
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4;
}
.footer-contact-info i {
	color: var(--primary-color);
}
.input_group textarea+.floating_label {
	top: 10%;
}
body.transparent-bg.vdp_page {
	background-color: #fff;
}
.sec-vdp-1 .sec-slide {
	border: 1px solid #cbcbcb;
}
.sec-vdp-1 .sec-vhs-info {
	background-color: #f0f3f7;
	border-radius: 10px;
	border: 1px solid #cbcbcb;

}
.sec-vdp-1 .sec-title {
	border: 1px solid #cbcbcb;
}
.sec-vdp-1 .sec-vhs-info .svg-vhs-info {
	display: none;
}
.sec-vdp-1 .sec-vhs-info .grid-vhs-info {
	gap: 5px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	column-gap: 2rem;
}
.data-vhs-info {
	display: flex;
	align-items: center;
	width: 100%;
}
.sec-vdp-1 .sec-vhs-info .title-data-vhs-info {
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
}
.col-vhs-info:not(:last-child) {
	border-bottom: 1px solid #cbcbcb;
}
.vhs-info-vin {
	padding-left: 60px;
	color: #202020;
	position: relative;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: clamp(1.3125rem, 1.2102rem + 0.4545vw, 1.75rem);
	text-align: left;
}
.sec-vdp-1 .sec-vhs-info .subtitle-data-vhs-info {
	color: #252525;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}
.sec-vdp-1 .sec-vhs-info .title-data-vhs-info, .sec-vhs-info .subtitle-data-vhs-info {
	margin: 12px 0;
}
/* Responsive Design */

@media(width <= 1200px) {
	.welcome-holder {
		height: 100%;
		overflow: auto;
		padding: 1rem;
		width: 70%;
		justify-content: center;
	}
}
@media(width > 1024px) {
	.website-header-container .website-items > li.menu-item {
		position: relative;
		flex: 1;
	}
	.website-header-container .website-items > li.menu-item:not(:last-of-type):before {
		transition: all 0.3s ease;
		display: inline-block;
		position: absolute;
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 100%;
		background-color: #FD0203;
		right: 0;
		top: 50%;
	}
	.website-header-container .website-items > li.menu-item:hover:before {
		top: 0;
		height: 100%;
		border-radius: 0;
	}
	.menu-item a {
		font-size: clamp(16px, 1vw, 20px);
		text-transform: capitalize;
		font-weight: 700;
		justify-content: center;
	}

	.header-layout-2 .website-header-container, .header-layout-3 .website-header-container {
		height: 127px;
	}
	.website-header-container .website-navbar {
		max-width: 100%;
		width: 94%;
	}
	.menu-main-menu-container {
		width: 100%;
	}
	ul#menu-main-menu {
		justify-content: space-around;
		min-height: 100%;
		width: 100%;
		height: 120px;
		gap: 0;
	}
	.website-header-container .website-nav-logo .website-logo img {
		max-height: 90px;
	}
}
@media(width <= 1024px) {
	.hero-holder picture {
		position: relative;
	}
	.home-page_container .hero-slider {
		height: auto;
	}
	.hero-slider .slide-content {
		display: none;
	}
	.slide-actions-holder {
		height: 100% !important;
	}
}

@media(width <= 768px) {
	.slide-actions-holder {
		position: relative !important;
		max-width: 100% !important;
		top: -6px !important;
	}
}
@media (max-width: 900px) {
	.page_financing-opt  .contact-container {
		flex-direction: column;
		align-items: center;
	}
	.page_financing-opt .contact-card {
		width: 90%;
	}
}

@media (max-width: 600px) {
	.page_financing-opt  .contact-card {
		width: 100%;
		padding: 15px;
	}
	.home-global-section:has(.contact-us-home-holder) {
		min-height: 100vh;
		height: 100vh;
	}
	.welcome-container:not(:has(.welcome-search)) {
		max-height: 100% !important;
		padding: 1rem 0;
	}
	.welcome-holder {
		padding: 0;
	}
}




/* New Home css */
.hero-holder {
	display: flex;
	position: relative;
}
.hero-slider {
	height: calc(100vh - 184px);
	position: relative;
	z-index: 1;
	/*flex: 0 0 85%;*/
}
.slide-actions-holder {
	height: calc(100vh - 184px);
	/*flex: 0 0 15%;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 270px;
	z-index: 1;
}
a.slide-action {
	width: 100%;
	text-align: start;
	flex: 0 0 calc(100% / 6);
	background: linear-gradient(to bottom, #171717 50%, black 50%);
	color: #FFF;
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 23px;
	font-weight: 700;
	padding-left: 2em;
}

/* explore more  */
.home-global-section {
	padding: 40px;
	background: #fff;
}

.section-title {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

.explore-more-holder {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.explore-item {
	background: #fff;
	text-align: center;
	width: 30%;
	padding: 15px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.explore-item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.explore-item h3 {
	font-size: 16px;
	margin: 15px 0;
	font-weight: bold;
}

.btn {
	display: inline-block;
	padding: 10px 15px;
	background: red;
	color: white;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
}

.btn:hover {
	background: darkred;
}

@media screen and (max-width:768px){
	.shooping-tools-item {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		display: grid;
		gap: 1rem;
	}
	.hero-holder {
		flex-direction: column;
	}
	.hero-slider {
		flex: unset;
	}
	a.slide-action {
		min-height: 3.5em;
	}

	.explore-item {
		width: 100%;
	}
}


.listing-card-6 {
	background-color: #FFF;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	margin-bottom: 1em;
	overflow: hidden;
	padding: 0;
	width: 100%;
	border: 1px solid #eee;
}
.listing-card-6 .listing-vehicles-card {
	background-color: #FFF;
	border: none;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	gap: 0;
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
}
.listing-card-6 .card-holder-link.image-placeholder {
	border-radius: 0;
	flex: 0 0 40%;
	max-width: 40%;
	overflow: hidden;
	padding: 15px;
	position:relative;
}
.listing-card-6 .listing-vehicles-card .swiper-button-next,.listing-card-6 .listing-vehicles-card .swiper-button-prev{
	font-size: 13px !important;
	width: 25px;
	height: 25px;
	color: #FFF;
	background: red;
	border-radius: 50%;
	overflow: hidden;
}
.listing-card-6 .listing-vehicles-card .swiper-button-next::after,.listing-card-6 .listing-vehicles-card .swiper-button-prev::after{
	font-size:15px !important;
}
.card-6-devider {
	background: #eee;
	width: 2px;
	flex: 0 0 2px;
}
.listing-card-6 .media-action-holder {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 25px;
	gap: 10px;
	justify-content: flex-start;
	padding-left: 7px;
	position: absolute;
	bottom: 18px;
	right: 20px;
	z-index: 1;
}
.vehicle-card-6-info {
	flex: 0 0 60%;
	max-width: 60%;
	padding: 0;
}
.info-action-holder {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding:15px;
}
.listing-actions-holder {
	display: flex !important;
	flex-direction: column;
}
.listing-card-6 .vehicle-price-holder .display-price {
	background: transparent;
	border-radius: 0;
	color: #000;
	display: flex;
	flex-direction: row;
	font-size: 18px;
	font-weight: 700;
	justify-content: space-between;
	margin-top: 0;
	padding: 0;
}
.listing-card-6 .card-title-link {
	border: 0;
	color: #000;
	font: inherit;
	font-family: Open Sans, sans-serif;
	font-size: 100%;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.listing-card-6 .vehicle-price-holder {
	align-items: stretch;
	background-color: #fff;
	border-radius: 5px;
	color: #000;
	display: flex;
	flex: none;
	flex-direction: column;
	font-size: 14px;
	font-weight: 100;
	max-width: 25%;
	overflow: hidden;
	padding: 15px;
	text-align: center;
}
a.skew-button.v12-button.listing-button.btn-details {
	background: transparent;
	color: #000;
	border: none;
	border-top: 2px solid #EEE;
	border-radius: 0;
	margin-top: 10px;
	width: 100%;
}
.inventory-section .side-bar-filter-holder {
	background: #f0f3f7;
	border-radius:5px;
}
.accordion-filter-item {
	width: 100%;
	padding: 10px 5px !important;
	border:unset !important;
	border-bottom: 2px solid #C9C9C9 !important;
}
.inventory-title-search-holder {
	max-width: var(--layout-width);
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
body input:not([type=checkbox]):not([type=range]):not([type=radio]), body select {
	-webkit-appearance: none !important;
	background-color: #fff !important;
	border-radius: 5px 0 0 5px;
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
button.absolute.border-none.right-2.bg-transparent.\!max-w-fit.\!min-w-fit.cursor-pointer {
	position: relative;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0;
	user-select: none;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: 0 5px 5px 0;
}
.search_form_holder.relative {
	display: flex;
}
.search-form-price-buttons-holder
{
	width: 100%;
}
.inventory-title-search-holder h1{
	font-size: 38px;
	font-family: 'Roboto';
	font-weight: 500;
}
.inventory-section .sort-holder {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 45px;
	justify-content: flex-end;
	width: 100%;
}
.count-sort-holder.flex-1.count-sort-holder-layout-6 {
	margin-bottom: 0;
	background:transparent !important;
}
.layout-1-listing-holder .sort-holder .sort-input {
	min-width: 38%;
	background-color: #f0f3f7 !important;
	color: #000;
}
.inventory-section {
	background-color: #fff;
	padding: 1em 0;
}
.banner-action-holder{
	padding:0;
}
.listing-card-6 .vehicle-data-holder{
	justify-content: start !important;
}
.side-bar-block.side-bar-contact-info .title{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.panel-title {
	font-weight: 700 !important;
}
.side-bar-block .title {
	text-transform: none !important;
}