@media (min-width: 1250px) and (max-width: 1500px) {
  :root {
    --layout-width: 1220px !important;
  }
	.home-section, .home-section-layout2 {
        width:var(--layout-width) !important;
    }
}

.page-template-home-page section:nth-of-type(even) {
     background-color:#f8f8f8;
}
.page-template-home-page section:nth-of-type(odd) {
    background-color:#ffffff;
}
body{
	font-family: 'Inter', sans-serif !important;
}
.website-header-container .website-nav-logo .website-logo img {
	max-height: 100px;
}
.website-header-container .website-nav-logo {
    flex: 0 0 20%;
}
.with-top-bar .website-top-bar-list {
    justify-content: flex-end;
}
.social-action-icons {
    flex: 0 0 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.menu-item a{
	color: #090B0D;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.search-form-price-buttons-holder {
    align-items: flex-start;
}
.slide-description-search {
    width: var(--layout-width);
	margin-right: 16px;
}
.hero-slider .slide-text-holder {
    align-items: self-start;
    gap: 0;
    padding: 0 30px;
    width: var(--layout-width);
    margin-left: auto;
    margin-right: auto;
}
.hero-slider .search_buttons_block {
    max-width: var(--layout-width);
    padding: 0 30px;
}
.slide-description-search {
    width: var(--layout-width);
    margin-right: 16px;
    margin-left: auto;
    margin-right: auto;
}
.hero-slider .slide-tag-line {
    max-width: 100%;
    text-align: left;
    width: auto;
	color: var(--text-primary-white, #FFF);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.5px;
	padding: .5rem 0px;
}
.hero-slider .slide-title {
    max-width: 100%;
}
.hero-slider .search_block_advanced form {
    width: 100%;
}
.search_buttons_block .search_block {
    padding: 16px;
    border-radius: 12px;
    background: var(--background-default, #FFF);
}
.hero-slider .slide-title{
	overflow: hidden;
	color: var(--text-primary-white, #FFF);
	text-overflow: ellipsis;
	font-family: Inter;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 72px; /* 112.5% */
	letter-spacing: -1px;
	text-transform: capitalize;
	padding: .5rem 0px;
}
.search-slide-section select {
    border-radius:8px;
    border: 1px solid #C2C8D1;
    background: #FFF;
}
.search_block_advanced .search-slide-section #search-button {
    color: #fff;
    min-width: 180px;
    max-width: 253px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.search-slide-section #search-button {
	border-radius: 8px;
}
.search-slide-section {
    gap: 16px;
}
.with-top-bar .website-top-bar-list-item>a{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
}
#inventory-vehicle-holder > a > div > .info-holder > p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    color: #505D6F;
}
.inventory-grid .vehicle-holder .title-holder{
    min-height:unset;
    overflow: hidden;
    color:#000;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
    text-align: left;
}
.home-incentory-tabs-section, .home-inventory-tabs-section{
	border-top:unset;
}
.millage-holder, .transition-holder{
    padding:0;
    align-items: center;
    background-color: unset;
    gap: 5px;
    color: #505D6F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.millage-holder{
    justify-content: start;
}
.transition-holder{
    justify-content: end;
	    align-items: self-start;
}
.vehicle-holder .info-holder {
    padding: 24px;
}
.inventory-tbas-card-holder-link    .price-row{
            display: flex;
    justify-content: space-between;
    }
  .inventory-tbas-card-holder-link  .price-row .price-title{
        color: #505D6F;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; 
    }
   .inventory-tbas-card-holder-link .price-row .price-value{
        color: #000;
        text-align: right;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
.vehicle-holder a {
    color: #00924C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #00924C;
    background: #FFF;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
	padding: 12px 24px;
}
.vehicle-holder a:hover{
	background-color:#00924C;
	color:#fff;
}
p.short-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--text-neutral-2, #505D6F);
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
button#submit-form, button.submit-form{
	background: #00924C;
	color:#fff;
	color: var(--Button-primary-text-default, #FFF);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 8px;
}
.side-bar-home-block h2{
	color:#323945;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}
.side-bar-holder .side-bar-home-block {
	background: #F8F8F8;
	border-radius: 8px;
border: 1px solid #C2C8D1;
}
.see-all-action-holder {
    justify-content: start;
}
#read-reviews, #read-reviews:hover, #read-testimonials, #read-testimonials:hover, #view-featured, #view-featured:hover, a.v12-button.see-all-action, a.v12-button.see-all-action:hover {
	border-radius: 8px;
	font-weight:600;
}
.testimonials-1-container .testimonials>p {
    text-align: left;
}
.testimonials-1-container .testimonials {
    padding: 2em;
    width: 100%;
}
.template5 .testimonials-1-container .swiper-slide{
	border-radius: 8px;
	border: 1px solid #C2C8D1;
	background: #FFF;
}
.testimonials-1-container .name {
    width: 100%;
}
.testimonials-holder {
    gap: 1em;
}
.inventory-container {
	align-items: start;
}
.home_section_sub_title {
    text-align: left;
}
.template5 #view-featured-grid {
    margin: auto;
}
.price-row {
    display: flex;
    justify-content: space-between;
}
span.price-title {
    overflow: hidden;
    color: #505D6F;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
span.price-value {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.inventory-container .title-price-holder .title-holder .title{
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.5px;
}
.inventory-container .inventory-info-trim p{
	overflow: hidden;
	color: var(--text-neutral-2, #505D6F);
	text-overflow: ellipsis;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.template5 .home_section_headline {
    text-align: left;
}
.reviews-holder, .testimonials-holder {
	align-items: self-start;
}
.inventory-container .icons-list-info {
    justify-content: space-between;
    width: 100%;
}
.list-icon-info {
    width: 100%;
}
.icon-info-item span{
	color: #505D6F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}
.viewdetailsfreatured{
    color: #00924C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #00924C;
    background: #FFF;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
	padding: 12px 24px;
}
.viewdetailsfreatured:hover{
	background-color:#00924C;
	color:#fff;
}
.footer-operation-info .operation-list .operation-item span.operation-range {
    text-align: right;
}
#acf-form .input_group .form_input:not([type=checkbox]) , #acf-form .input_group textarea{
	border-radius:8px;
}
.website-items>.current-menu-item>a:before , .website-items>.current-menu-item>a:before, .website-items>.menu-item:not(:has(.current-menu-item))>a:hover:before{
	bottom: 16px;
}
.vehicle-holder .image-holder img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.vehicle-holder {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
a.inventory-card-link {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.featured-navigation.swiper-button-next, .featured-navigation.swiper-button-prev, .reviews-navigation.swiper-button-next, .reviews-navigation.swiper-button-prev, .testimonials-navigation.swiper-button-next, .testimonials-navigation.swiper-button-prev{
	bottom:0;
	box-shadow:unset;
}
.featured-navigation.swiper-button-next:after, .featured-navigation.swiper-button-prev:after, .testimonials-navigation.swiper-button-next:after, .testimonials-navigation.swiper-button-prev:after{
	content:unset;
}
.swiper-navigation-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    padding: 0 20px;
}

.navigation-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navigation-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.featured-navigation {
    width: 60px !important;
    height: 40px;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.featured-navigation:hover {
    background: #00924C;
    border-color: #00924C;
    color: white;
}

.featured-navigation.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


	.featured_inventory_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
}

.featured_inventory_title h2 {
    margin: 0;
}

.view-all-link{
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #00924C;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	white-space: nowrap;
	text-transform: uppercase;
}
.viewdetailsfreatured , #read-reviews, #read-reviews:hover, #read-testimonials, #read-testimonials:hover, #view-featured, #view-featured:hover, a.v12-button.see-all-action, a.v12-button.see-all-action:hover , .vehicle-holder a , .search_block_advanced .search-slide-section #search-button  {
	text-transform: uppercase;
}
.sec-vdp-1 .sec-from-us #btn-from-us , .v12-button ,  .v12-button.listing-button , .sec-vdp-1 .sec-btn-sidebar .btn-sidebar , .sec-vdp-1 .sec-btn-sidebar .btn-check{
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}
@media (max-width:1024px){
	.slide-description-search{
		   width: auto;
	}
	.hero-slider .slide-text-holder{
		width:auto;
	}
	.hero-slider .slide-title{
		text-align: left;
        padding: 0;
        font-size: 32px;
		line-height: 38px;
	}
	.hero-slider .slide-tag-line{
		padding:0;
		font-weight: 500;
		text-align:left;
		font-size: 17px;
	}
	.slide-description-search {
        width: auto;
        padding-left: 15px;
    }
	.search_block_advanced .search-slide-section #search-button {
		color: #fff;
		min-width: unset;
		max-width: unset; 
		font-size: 12px;
		font-weight: 600;
	}
	.search_buttons_block .search_block {
		padding: unset;
		border-radius: unset;
		background: unset;
	}
	.home-incentory-tabs-section, .home-inventory-tabs-section {
		border-top: unset;
	}
	    .home-block-inventory .image-placeholder {
        min-height: auto;
    }
}