.about-services .row{
	justify-content: center;
}
.about-services .about-services-block {
	margin-bottom: 25px;
}
.about-services .about-services-block .about-services-block-inner {
	padding: 10px 20px;
	height: 100%;
	text-align: center;
}
.about-services .about-services-block .about-services-block-inner img {
	margin: 0 auto;
	width: 300px;
	height: 200px;
	object-fit: contain;
	object-position: center;
}
.about-services .about-services-block .about-services-block-inner h3 {
	color: #000;
	font-family: 'Eurostile Extended';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 15px 0;
}
.about-services .about-services-block .about-services-block-inner p {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
   margin: 0;
}

.testimonialsiderwrap,.customersiderwrap {
  margin-left: -10px;
  margin-right: -10px;
}
.ourcustomerslider .owl-stage {
	display: flex;
}
.ourcustomerslider .owl-dots {
	text-align: center;
	margin-top: 15px;
	line-height: 14px;
}
.ourcustomerslider .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 0 3px;
	background: #E1E1E1;
	border-radius: 100px;
	vertical-align: top;
}
.ourcustomerslider .owl-dots .owl-dot.active {
	background: #ED3237;
}
.testimonials-items {
	box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.06);
	padding: 40px 20px;
	height: 100%;
	background: #fff;
}
.customer-items{
	border-radius: 14px;
	height: 100%;
	background: #fff;
	overflow: hidden;
	padding: 4px;
}
.customer-items img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.testimonials-items .testi-profile-details {
	position: relative;
	padding-left: 74px;
	min-height: 60px;
	margin-bottom: 16px;
}
.testimonials-items .testi-profile-details img {
	width: 60px;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.testimonials-items .testi-profile-details .testi-name {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
.testimonials-items .testi-profile-details .testi-time {
	display: block;
	clear: both;
	width: 100%;
	color: #818181;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.testimonials-items .testi-review {
	display: flex;
	margin-bottom: 16px;
}
.testimonials-items .testi-review img {
	width: 24px;
	margin: 0 6px 0 0;
}
.testimonials-items p {
	margin: 0;
	color: #1E1E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.224px;
}
/* Reesponsive */
@media only screen and (max-width: 1199px) {
  .about-services .about-services-block .about-services-block-inner h3 {
      font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .about-services .about-services-block .about-services-block-inner h3 {
      font-size: 16px;
  }
  .about-services .about-services-block .about-services-block-inner p {
      font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
	.about-services .about-services-block {
	    margin-bottom: 20px;
	}
	.about-services .about-services-block:last-child {
		margin-bottom: 0;
	}
	.about-services .about-services-block .about-services-block-inner span {
		height: 80px;
	}
	.customer-items img{
		height: 400px;
	}
}
@media only screen and (max-width: 768px) {
	.ourcustomerslider .owl-dots {
		margin-top: 5px;
	}
	.testimonials-items .testi-profile-details .testi-name {
		font-size: 16px;
		margin: 0 0 2px 0;
	}
	.testimonials-items .testi-profile-details .testi-time {
		font-size: 12px;
	}
	.customer-items img{
		height: 350px;
	}	
	.about-services .about-services-block .about-services-block-inner{
		padding: 6px 10px;
	}
}
@media only screen and (max-width: 575px) {
	.about-services .about-services-block{
		margin: 0;
	}
	.about-services .about-services-block .about-services-block-inner{
		padding: 5px 0;
	}
	.about-services .about-services-block-inner {
	  display: flex;
	  align-items: center;
	  flex-wrap: nowrap;
	}
	.about-services .about-services-block .about-services-block-inner img{
		margin: 0 10px;
		width: 150px;
		height: 150px;
		object-fit: contain;
	}
	.about-services .about-services-block .about-services-block-inner h3{
		flex-basis: calc(100% - 80px);
		text-align: left;
		margin: 5px 0;
	}
	.about-services .about-services-block .about-services-block-inner p{
		display: none;
	}
	.about-services .row .about-services-block{
		max-width:fit-content;
	}
}

/* PRODUCT LISTING START */
.product-listing-items {
	margin-bottom: 20px;
}
.product-listing-item {
	border-radius: 6px;
	border: 1px solid #E1E1E1;
	background: #FFF;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.product-listing-item:hover {
    box-shadow: 0px 0px 10px 3px #ccc;
    border-color: #ccc;
}
.product-listing-item .listing-img{
	position: relative;
	flex-grow: 0;
}
.product-listing-item .product-details{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.product-listing-item .listing-img img{
	width: 100%;
	/*height: auto;*/
	object-fit: cover;
	object-position: center bottom;
	height: 270px;
}
.product-listing-item .listing-img img.placeholder_fimg{
	object-position: center;
}
.product-listing-item .listing-img a {
	display: block;
}
.product-listing-item .listing-img .vehicle-stock {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: var(--text);
  color: var(--dwhite);
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
}
.product-listing-item .product-name {
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 14px 0 0 0;
	min-height: 60px;
	padding: 0 18px;
	flex-grow: 1;
}
.product-listing-item .product-name a {
	color: #000;
	text-transform: uppercase;
}
.product-listing-item .price-box::before {
	content: "";
	background: #ED3237;
	width: 40px;
	height: 2px;
	display: block;
	text-align: center;
	clear: both;
	margin: 14px auto;
}
/*.product-listing-item .price-box {
	color: #201E1E;
	text-align: center;
	font-family: "Open Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}*/
.product-listing-item .price-box {
	color: #201E1E;
	text-align: center;
	font-family: "Open Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 14px;
	flex-grow: 1;
}
.product-listing-item .price-box .price-caption {
	display: block;
	font-size: 17px;
	line-height: normal;
	font-weight: 400;
}
.price-box .noprice{
	color: var(--red);
}
.product-function {
	border-top: 1px solid #E1E1E1;
	padding: 11px 7px;
	background: var(--red);
	min-height: 85px;
	flex-grow: 0;
}
.product-function ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-function li {
	color: var(--white);
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	white-space: wrap;
}
.product-function ul li {
  flex-basis: 49%;
  margin-bottom: 5px;
  margin-right: 2px;
  display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.product-function li img {
	margin-right: 4px;
	filter: invert(100%) brightness(200%);
	max-width: 30px;
}
@media only screen and (max-width: 1330px) {  
	.product-listing-section .product-listing-items {
		width: 50%;
	}
}
@media only screen and (max-width: 991px) {  
	.product-listing-item .product-name {
		font-size: 20px;
		min-height: 54px;
	}
	.product-listing-item .price-box::before {
		margin: 8px auto;
	}
	.product-listing-item .price-box {
		margin-bottom: 8px;
	}
}
@media only screen and (max-width: 768px) {  
	.product-listing-section .product-listing-items {
		width: 100%;
	}
}
/* PRODUCT LISTING END */

/* Featured Vehicles Style Start */ 
.listing-buttons {
	text-align: center;
	margin-top: 45px;
}
@media only screen and (max-width: 1330px) {  
	.home-product-listing .product-listing-items {
		width: 33.33%;
	}
	.product-listing-item .listing-img img{
	  height: 260px;
	}
}
@media only screen and (max-width: 991px) {
	.home-product-listing .product-listing-items {
		width: 50%;
	}	
	.home-product-listing .listing-buttons {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {  
	.home-product-listing .product-listing-items {
		width: 100%;
	}
}
/* Featured Vehicles Style End */

/*Vehicle body type slider */
.vehicle_body_tabContent{
	position: relative;
	min-height: 150px;
}
.vehicle_body_tabContent .loading-indicator{
	  background: #f7f7f7;
}
.vehicle-bodytype-items{
	margin-left: -10px;
	margin-right: -10px;
}
/*#vehicle_body_tab {
  flex-wrap: nowrap;
  line-height: 1;
  border: 0;
  align-items: flex-end;
}*/
/*#vehicle_body_tab li {
  flex-grow: 1;
}*/
/*#vehicle_body_tab .nav-link.active span{
	font-weight: bold;
}*/
/*#vehicle_body_tab li:hover img,
#vehicle_body_tab .nav-link.active img,
#vehicle_body_tab li.show .nav-link img {
  filter: grayscale(100%) brightness(0%);
}*/
.vehicle_body_tab.nav-tabs{
	border: 0;
	display: flex;
	justify-content: center;
}
.vehicle_body_tab.nav-tabs li button,.vehicle_body_tab.nav-tabs li button.active{ 
	border:0;
	color: var(--text); 
	background-color: transparent;
	margin: 0 auto;
}
.vehicle_body_tab li button img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
#vehicle_body_tab li button span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: var(--text);
	font-weight: 500;
}
#vehicle_body_tab li:hover button span {
    text-shadow: 0 0 var(--text);
    color: var(--red);
}
#vehicle_body_tab li:hover button img{
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}
/*#vehicle_body_tab li:hover button span,
#vehicle_body_tab .nav-link.active span,
#vehicle_body_tab li.show .nav-link span{
	color: var(--text);
}*/
#vehicle_body_tab .nav-link,#vehicle_body_tab .nav-link.active, #vehicle_body_tab .nav-item.show .nav-link,
#vehicle_body_tab .nav-link:hover, #vehicle_body_tab .nav-link:focus {
  border: 0;
}
.vehicle-bodytype-items .owl-stage {
	display: flex;
}
.vehicle-bodytype-items .owl-dots {
	text-align: center;
	margin-top: 15px;
	line-height: 14px;
}
.vehicle-bodytype-items .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 0 3px;
	background: #E1E1E1;
	border-radius: 100px;
	vertical-align: top;
}
.vehicle-bodytype-items .owl-dots .owl-dot.active {
	background: #ED3237;
}
.vehicle-bodytype-items .owl-item {
	padding: 15px 12px;
}
.vehiclebodytypeslider.owl-theme .owl-next, .vehiclebodytypeslider.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 49%;
}
.vehiclebodytypeslider.owl-theme .owl-prev {
	left: 10px;
}
.vehiclebodytypeslider.owl-theme .owl-next {
	right: -10px;
}
.vehiclebodytypeslider.owl-theme .owl-nav button {
  	color: transparent;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background: url(../images/pdp-slider-arrow.svg) no-repeat center center;
	background-color: #fff;
	border: 1px solid var(--red);
	background-size: 24px;
}
.vehiclebodytypeslider.owl-theme .owl-nav button.owl-prev {
	rotate: 180deg;
}
.vehiclebodytypeslider.owl-theme .owl-nav button svg {
	display: none;
}

@media(min-width:768px){
	/*#vehicle_body_tab li button span {
		display: none;
	}*/
}
@media(max-width:1024px){
	.vehicle_body_tab li button img {
	  width: 80px;
	  height: 80px;
	}
	/*#vehicle_body_tab{
		flex-wrap: wrap;
		justify-content: center;
	}*/
	/*#vehicle_body_tab li{
		flex-grow: unset;
	}*/
}
@media(max-width:767px){
	.vehiclebodytypeslider.owl-theme .owl-nav button{
		width: 30px;
	  	height: 30px;
		background-size: 18px;
	}	
	.vehiclebodytypeslider.owl-theme .owl-prev{
		left: 12px;
	}
	.vehiclebodytypeslider.owl-theme .owl-next, .vehiclebodytypeslider.owl-theme .owl-prev{
		top: 55%;
	}
}