/********************************
*                               *
*  Style Sheet for Home-Global  *
*                               *
*********************************/

html {
	-ms-overflow-style: scrollbar;
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: rgb(98, 98, 98);
	overflow-x: hidden!important;
	font-family: 'Roboto', sans-serif !important;
}
@font-face {
	font-family: 'Helvetica-regular';
	src: url("../fonts/Helvitica/HELVETICA-NORMAL.otf") format("opentype");
	src: url("../fonts/Helvitica/HELVETICA-NORMAL.eot");
	src: url("../fonts/Helvitica/HELVETICA-NORMAL.eot") format('embedded-opentype');
	src: url("../fonts/Helvitica/HELVETICA-NORMAL.woff") format('woff');
}
@font-face {
	font-family: 'Helvetica-thin';
	src: url("../fonts/Helvitica/HelveticaNeue-Thin.ttf") format("truetype");
	src: url("../fonts/Helvitica/HelveticaNeue-Thin.eot");
	src: url("../fonts/Helvitica/HelveticaNeue-Thin.eot") format('embedded-opentype');
	src: url("../fonts/Helvitica/HelveticaNeue-Thin.woff") format('woff');
}
@font-face {
	font-family: 'Helvetica-bold';
	src: url("../fonts/Helvitica/HELVETICANEUE-BLACKCOND.TTF") format("truetype");
	src: url("../fonts/Helvitica/HELVETICANEUE-BLACKCOND.eot");
	src: url("../fonts/Helvitica/HELVETICANEUE-BLACKCOND.eot") format('embedded-opentype');
	src: url("../fonts/Helvitica/HELVETICANEUE-BLACKCOND.woff") format('woff');
}
input[type=text], input[type=email], input {
	text-align: left;
	padding-left: 10px;
}
input[type=text]:focus, input[type=email]:focus {
	outline: none;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration: none;
	color: #de2228;
	outline: none
}
a:focus, a:active {
	outline: none;
	color: inherit;
}
select.active {
	color: rgb(193, 10, 16) !important;
}
select.active option {
	color: rgb(63, 63, 63) !important;
}
 select.active option:first-child:selected {
 	color: rgb(63, 63, 63) !important;
}
form button {
	background: transparent;
	padding: 0;
	outline: none;
	border: none;
}
.wrap:after {
	content: "\f13a ";
	font-family: FontAwesome;
	color: inherit;
}
ul {
	padding: 0;
	margin: 0;
}

/*-- Buttons --*/

.btn, .btn-xs, .btn-sm, .btn-lg, .btn-xl{
	display: inline-block;
	margin-bottom: 15px;
	padding: 8px 25px;
	border: 1px solid transparent;
	color: #666;
	border-radius: 0px;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	transition: all 0.5s;
	text-align: center;
	overflow: hidden;
}
.btn-fill{
	background-color:#FFF;
}
.btn-fill.btn-yellow{
	background-color:#ff6c00;
	color:#000;
}
.btn-fill.btn-yellow:hover,
.btn-fill.btn-yellow:focus,
.btn-fill.btn-yellow:active{
	background-color:#ffcc00;
	color:#181818;
}
.form-group-tooltip{
	position: relative;
}

/*-- Radio Buttons & Checkboxes --*/
.cs-radio-wrap, .cs-checkbox-wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.cs-radio-wrap input[type="radio"], .cs-checkbox-wrap input[type="checkbox"] {
	display: none;
}
.cs-radio-wrap input[type="radio"] + span {
	background-color: #fefefe;
	border: 1px solid;
	border-radius: 0px;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 7px;
	padding: 7px;
	position: absolute;
	-webkit-appearance: none;
}
.cs-radio-wrap input[type="radio"]:checked + span {
	color: #ff0000;
}
.cs-radio-wrap input[type="radio"]:checked + span:after {
	background: #ff0000;
	border-radius: 0px;
	box-shadow: none;
	content: " ";
	height: 8px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 8px;
}
.cs-radio-wrap .radio-text, .cs-checkbox-wrap .checkbox-text {
	display: block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 400;
	font-size: 15px;
	margin-left: 25px;
}
.cs-radio-wrap.fill input[type="radio"]:checked + span {
	background: #F00;
}
.cs-radio-wrap.fill input[type="radio"]:checked + span:after {
	width: 8px;
	height: 8px;
	left: 3px;
	top: 3px;
	background: #FFF;
}
.cs-radio-wrap.square input[type="radio"] + span {
	border-radius: 0;
}
.cs-radio-wrap.square input[type="radio"]:checked + span:after {
	border-radius: 0;
}
.cs-radio-wrap.boxType {
	padding-bottom: 0;
	padding: 10px;
}
.cs-radio-wrap.boxType input[type="radio"] + span {
	background-color: #FFF;
	border: 1px solid #F00;
	color: #F00;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0px;
}
.cs-radio-wrap.boxType input[type="radio"] + span:after {
	background: #FFF;
	box-shadow: none;
	content: " ";
	border-radius: 0%;
	height: 12px;
	left: 10px;
	position: absolute;
	top: 11px;
	width: 12px;
	border: 1px solid #F00;
}
.cs-radio-wrap.boxType input[type="radio"]:checked + span:after {
	background: #FFF;
	border: 1px solid #fff;
}
.cs-radio-wrap.boxType input[type="radio"] + span:before {
	background: #FFF;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cs-radio-wrap.boxType input[type="radio"]:checked + span:before {
	background: #F00;
	opacity: 1;
}
.cs-radio-wrap.boxType .radio-text {
	color: #000;
	position: relative;
	text-align: left;
	margin-left: 20px;
	padding-bottom: 0px;
}
.cs-radio-wrap.boxType input[type="radio"]:checked + .radio-text {
	color: #FFF;
}
.cs-checkbox-wrap input[type="checkbox"] + span {
	background-color: #fefefe;
	border: 1px solid #5c5c5c;
	border-radius: 0px;
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
}
.cs-checkbox-wrap input[type="checkbox"]:checked + span {
	background: #c10a10;
	border: 1px solid #c10a10;
}
.cs-checkbox-wrap input[type="checkbox"]:checked + span::after {
	color: #FFF;
	content: '✓';
	font-size: 15px;
	left: 1px;
	position: absolute;
	top: 0px;
	line-height: 1;
	font-weight: bold;
	-webkit-text-stroke: 0px;
}
.cs-checkbox-wrap.curve input[type="checkbox"] + span {
	border-radius: 0px;
}
.cs-checkbox-wrap.circle input[type="checkbox"] + span {
	border-radius: 0%;
	width: 16px;
	height: 16px;
	opacity: 0.3;
	background: #F00;
	border-color: #F00;
}
.cs-checkbox-wrap.circle input[type="checkbox"]:checked + span {
	opacity: 1;
}
.cs-checkbox-wrap.circle input[type="checkbox"]:checked + span::after {
	font-size: 12px;
	left: 2px;
	top: 2px;
	line-height: 1;
}
.cs-checkbox-wrap.switch input[type="checkbox"] + span {
	width: 30px;
	border-radius: 0px;
	height: 16px;
	background: #F00;
	border-color: #F00;
	opacity: 0.2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cs-checkbox-wrap.switch input[type="checkbox"] + span::after {
	content: "";
	left: 0;
	position: absolute;
	line-height: 1;
	width: 14px;
	height: 14px;
	background-color: #FFF;
	-webkit-text-stroke: 0px;
	border-radius: 0%;
	top: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cs-checkbox-wrap.switch input[type="checkbox"]:checked + span {
	opacity: 1;
}
.cs-checkbox-wrap.switch input[type="checkbox"]:checked + span::after {
	left: 50%;
}
.cs-checkbox-wrap.switch .checkbox-text {
	margin-left: 35px;
}

/*-- Dropdowns --*/

.cs-dropdown {
	display: block;
	color: #3f3f3f;
	background-color: #fff;
	border-color: #ccc;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 7px 25px 4px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(cs-dropdown-icon-bg.svg) no-repeat;
	background-size: 11px 11px;
	background-position: right 9px center;
	margin-bottom: 10px;
	height: 34px;
}
.cs-dropdown:focus{
	outline:none !important;
}
.cs-dropdown.border {
	border: 1px solid transparent;
}
.cs-dropdown.xs {
	font-size: 13px;
	padding: 2px 22px 3px 10px;
	background-position: right 6px center;
	background-size: 9px;
	height: 27px;
}
.cs-dropdown.sm {
	font-size: 15px;
	padding: 3px 24px 3px 10px;
	background-position: right 9px center;
	height: 31px;
	line-height: 1;
}
.cs-dropdown.lg {
	font-size: 18px;
	padding: 4px 34px 4px 15px;
	background-position: right 11px top 56%;
	background-size: 16px;
	height: 40px;
	line-height: 1;
}
.cs-dropdown.curve,
.form-control.curve{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.cs-dropdown.shadow,
.form-control.shadow{
	/*-webkit-box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);*/
}
.cs-dropdown.bg-color {
	background-color: #CCC;
	border-color: #b7b7b7;
	background-image: url(cs-dropdown-icon-bg.svg) no-repeat;
}

@media only screen and (min-width: 1262px) {

.container {
	width: 1262px;
}

}

/*----- 5 columns ------*/

.col-xs-15, .col-sm-15, .col-md-15, .col-ms-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 991px) and (max-width: 1199px) {

.col-ms-15 {
	width: 20%;
	float: left;
}

}

@media (min-width: 768px) {

.col-sm-15 {
	width: 20%;
	float: left;
}

}

@media (min-width: 992px) {

.col-md-15 {
	width: 20%;
	float: left;
}

}

@media (min-width: 1200px) {

.col-lg-15 {
	width: 20%;
	float: left;
}

}

/*----- 5 columns ------*/

/*New Grid*/

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

@media (min-width: 991px) and (max-width: 1199px) {

  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12 {
    float: left;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }

.hidden-mid{
	display: none;
	}

}

/*New Grid*/


/************************
    Common Elements
*************************/

/* drop down using select tag */

.theme-btn {
	background-color: #ff6c00;
	color: white;
	padding: 8px 12px;
	font-weight: 600;
}
.black-txt {
	color: black;
}
.theme-btn:hover, .theme-btn:active, .theme-btn:focus {
	background: #ffcc00;
	color: black !important;
	border-color: black;/*  font-weight: 500;*/
}

/* end drop down */

/* headings */

.heading {
	color: #c10a10;
	font-size: 26px;
	font-weight: 700;
	padding: 35px 0;
	margin-bottom: 0;
	padding-bottom: 25px;
}
.heading img {
	margin-right: 13px;
	margin-top: -3px;
	margin-left: 0px;
}

/* end headings */

/* dark container (gray background)*/

.dark-container {
	background-color: #eaeaea;
	border-radius: 0px;
	margin-bottom: 20px;
}

/* end of dark container */

/* vehicle box */

.vehicle-boxes {
	list-style-type: none;
	margin-right: -10px;
	margin-left: -10px;
}
.vehicle-boxes>li {
	float: left;
	padding: 0 11px;
	width: 20%;
}
.vehicle-items {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
.vehicle-box {
	width: 100%;
	background: #eaeaea;
	border-radius: 0px;
	box-shadow: 0px 2px 2px #bbb;
	font-family: 'Roboto', sans-serif;
	height: 430px;
	position: relative;
}
.vehicle-boxes.two-tags .vehicle-box {
	height: 460px;
}
.product-single-vehicle-box {
	height: 445px;
}
.veh-box-footer {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
.vehicle-img {
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.vehicle-img:hover img, .vehicle-img:active img, .vehicle-img:focus img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.vehicle-img img {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.vehicle-tags {
	margin-top: -13.5px;
	height: 25px;
	margin-bottom: 10px;
}
.vehicle-boxes.tag-place-2 .vehicle-tags {
	margin-top: -28px;
}
.vehicle-boxes.two-tags .vehicle-tags {
	height: 55px;
}
.vehicle-tags .tag {
	padding-left: 15px;
	padding-right: 5px;
	font-size: 13px;
	position: relative;
	max-width: 100%;
	display: table;
	white-space: nowrap;
	box-shadow: 0px 1px 3px 0px #b3a7a7;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 1;
}
.tag p {
	margin-bottom: 0;
	padding: 5px 0;
	font-size: 11px;
	font-weight: 500;
}
.secondary-tag p {
	font-weight: 500;
}
.primary-tag {
	margin-bottom: 1px;
	z-index: 1;
}
.primary-tag p {
	color: white;
}
.vehicle-tags .secondary-tag {
	color: black;
	background: white;
}
.tag {
	box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.20) !important;
}
.tag:before {
	content: "";
	position: absolute;
	right: -12px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 13px solid transparent;
}
.secondary-tag:before {
	border-left: 13px solid white;
}
.special-tags .primary-tag:after {
	content: "";
	right: -12px;
	border-top: 11px solid transparent;
	border-bottom: 16px solid transparent;
}
.page-product-tag .sv-tags-wrapper .sv-tags .vehicle-tags .tag p {
	padding: 7px 0px 5px 15px !important;
}
.page-product-tag .sv-tags-wrapper .sv-tags .vehicle-tags .tag p {
	padding-right: 10px;
}
.page-product-tag .sv-tags-wrapper .sv-tags .vehicle-tags .tag:before {
	border-top: 17px solid transparent;
	border-bottom: 16px solid transparent;
}
.promotion-tag {
	background: #ffcc00;
}
.promotion-tag:before {
	border-left: 13px solid #ffcc00;
}
.clearance-tag {
	background: #bcde00;
}
.clearance-tag p, .promotion-tag p, .popular-tag p {
	color: black;
	font-weight: 800;
}
.clearance-tag:before {
	border-left: 13px solid #bcde00;
}
.popular-tag {
	background: #ffcc00;
}
.popular-tag:before {
	border-left: 13px solid #ffcc00;
}
.fuel-tag {
	background: #22a56c;
}
.fuel-tag:before {
	border-left: 13px solid #22a56c;
}
.new-tag {
	background: #2b85be;
}
.new-tag:before {
	border-left: 13px solid #2b85be;
}
.sale-tag {
	background: #c10a10;
}
.sale-tag:before {
	border-left: 13px solid #c10a10;
}
.see-btn {
	padding: 0 15px;
	margin-top: 5px;
}
.vehicle-desc {
	padding: 0 15px;
	height: 95px;
	overflow: hidden;
}
.vehicle-desc .year {
	font-size: 12px;
	margin-bottom: 0;
}
.vehicle-content {
	padding-bottom: 15px;
}
.vehicle-desc .vehicle-title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1;
	text-transform: capitalize;
}
.vehicle-desc .vehicle-milage {
	margin-bottom: 0;
	font-size: 12px;
}
.vehicle-desc .vehicle-chassis {
	margin-bottom: 0;
	font-size: 12px;
}
.vehicle-price {
	text-align: center;
	padding: 0 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 900;
}
.vehicle-box .theme-btn {
	width: 100%;
}
.vehicle-box .theme-btn {
	height: auto;
}
.vehicle-price {
	color: #0a588a;
}
.vehicle-price p {
	margin-bottom: 0;
}
.vehicle-price .actual-price {
	text-transform: uppercase;
	text-decoration: line-through;
	color: rgb(98, 98, 98);
}
.vehicle-price p {
	font-weight: 400;
}
.vehicle-price p:last-child {
	font-weight: 900;
	font-size: 15px;
}
.vehicle-compare {
	text-align: center;
	width: 100%;
	text-decoration: underline;
	margin-bottom: 0;
	margin-top: 6px;
	font-size: 12px;
	color: #ff6c00;
	font-weight: 700;
}
.favourite {
	text-align: center;
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 12px;
	cursor: pointer;
}
.favourite:hover,
.favourite:focus,
.vh-favourite:hover,
.vh-favourite:focus {
	color: red;
}
.favourite i {
	padding-right: 5px;
}

@media (max-width:1220px) {

.vehicle-box {
	height: 480px;
}
.vehicle-boxes.two-tags .vehicle-box {
	height: 510px;
}
.product-single-vehicle-box {
	height: 470px;
}
.vehicle-img {
	height: 200px;
}

}

@media only screen and (max-width: 1200px) {

.product-single-vehicle-box {
	height: 505px;
}
.fl-tag {
	padding: 5px 5px;
	font-size: 12px;
	line-height: 1.1;
}

}

@media only screen and (max-width: 991px) {

.vehicle-tags .tag {
	padding-left: 10px;
}
.vehicle-box {
	height: 410px;
}
.vehicle-boxes.two-tags .vehicle-box {
	height: 440px;
}
.product-single-vehicle-box {
	height: 400px;
}
.vehicle-img {
	height: 130px;
}

}

@media only screen and (max-width: 767px) {

.vehicle-desc .vehicle-milage,  .vehicle-desc .vehicle-chassis {
	font-size: 11px;
}
.vehicle-items {
	padding-bottom: 15px;
}
.vehicle-img {
	width: 100%;
	height: 260px;
}
.product-single-vehicle-box {
	height: 525px;
}
.vehicle-box {
	height: 540px;
}
.vehicle-boxes.two-tags .vehicle-box {
	height: 570px;
}
.vehicle-boxes>li {
	display: none;
}
.vehicle-boxes>li:first-child {
	display: block;
	padding-right: 7.5px !important;
}
.vehicle-boxes>li:nth-child(2) {
	display: block;
	padding-left: 7.5px;
}

}

@media (max-width:660px) {

.vehicle-box {
	height: 495px;
}
.vehicle-boxes.two-tags .vehicle-box {
	height: 525px;
}
.product-single-vehicle-box {
	height: 480px;
}
.vehicle-img {
	height: 220px;
}

}

@media (max-width:600px) {

.vehicle-box {
	height: 475px;
}
.vehicle-boxes.two-tags .vehicle-box {
	height: 505px;
}
.product-single-vehicle-box {
	height: 460px;
}
.vehicle-img {
	height: 200px;
}

}

@media (max-width:540px) {

.vehicle-box {
	height: 455px;
}
.vehicle-boxes.two-tags .vehicle-box {
	height: 485px;
}
.product-single-vehicle-box {
	height: 440px;
}
.vehicle-img {
	height: 180px;
}

}

@media (max-width:480px) {

.vehicle-box {
	height: 440px;
}
.vehicle-boxes.two-tags .vehicle-box {
	height: 470px;
}
.product-single-vehicle-box {
	height: 420px;
}
.vehicle-img {
	height: 160px;
}

}

@media (max-width:420px) {

.vehicle-box {
	height: 420px;
}
.vehicle-boxes.two-tags .vehicle-box {
	height: 450px;
}
.product-single-vehicle-box {
	height: 400px;
}
.vehicle-img {
	height: 140px;
}

}

@media (max-width:360px) {

.vehicle-box {
	height: 515px;
}
.vehicle-boxes.two-tags .vehicle-box {
	height: 545px;
}
.product-single-vehicle-box {
	height: 500px;
}
.vehicle-img {
	height: 240px;
}

}

/* end of vehicle box  */

/* blog box */

.blog-box {
	width: 100%;
	padding: 24px 26px 60px 26px;
	font-family: 'Roboto', sans-serif;
	background-color: white;
	border-radius: 0px;
	position: relative;
	line-height: 1.2;
	box-shadow: 0px 2px 0px 0px rgba(120, 120, 120, 0.49);
}
.blog-title {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 17px;
}
.blog-title a {
	color: #363636;
}
.blog-title a:hover {
	color: #de2228 !important;
}
.blog-img {
	margin-top: 15px;
	overflow: hidden;
}
.blog-img:hover img {
	transform: scale(1.2);
}
.blog-img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	object-position: center;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	border: 1px solid #ddd;
}
.blog-read-more {
	position: absolute;
	bottom: 25px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 13px;
	text-decoration: underline;
	font-weight: 500;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {

.blog-read-more {
	bottom: 12px;
}

}

@media only screen and (max-width : 767px) {

.blog-box {
	padding: 20px 15px 25px 15px;
	height: auto;
}
.blog-read-more {
	position: relative;
	bottom: auto;
	margin-top: 20px;
}
.blog-read-more a i, .view-all-review a i{
	margin-left: 5px;
	font-size: 16px;
	color: #000;
}

}

/* end blog box */

/************************
   Sticky Live Chat
*************************/
.sticky-chat {
	text-align: center;
	background: #73a921;
	color: white;
	position: fixed;
	right: 0;
	top: 62px;
	padding: 12px 8px 10px 10px;
	font-size: 10px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.20);
	z-index: 99;
}
.sticky-chat img{
	display: inline-block;
	width: 36px;
}
.sticky-chat span {
	display:block;
	margin-top:5px;
}
.searce-tags {
	padding-top:0px;
}

/************************
        Header
*************************/

header {
	position: fixed;
	top: 0;
	background: white;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.36);
	min-height: 96px;
}
.no-sticky-nav header{
	position:relative;
}
.primary-nav {
	padding-top: 18px !important;
	padding-bottom: 8px;
}
.primary-nav .nav-logo {
	float: left;
	padding-right: 10px;
}
.primary-nav .nav-logo img {
	max-height: 40px;
	transition: all 0.5s;
}
.primary-nav .nav-primary-content {
	padding-left: 10px;
	margin-top: 5px;
}
.primary-nav .nav-primary-content h2 {
	margin: 0;
}
.primary-nav .nav-primary-content .dropdown-select {
	color: rgb(147, 135, 135);
	font-weight: 500;
	font-size: 14px;
	margin-left: 5px;
	padding: 0em 2em 0em 0em !important;
 background-position: calc(100% - 18px) calc(1em + -7px), calc(100% - 13px) calc(1em + -7px), calc(100% + 0.2em) 0.5em;
	background-color: transparent;
	margin-top: -12px;
	margin-bottom: 13px;
	height: auto;
	line-height: unset;
	width: auto;
}
.dropdown-select {
	outline: none;
	border: none;
}
select::-ms-expand {
  border: none;
  margin-right: 1px;
  background-color: transparent;
}
.primary-nav .upper-nav>ul, .primary-nav .lower-nav>ul {
	list-style-type: none;
	float: right;
}
.primary-nav .upper-nav>ul>li {
	font-size: 12px;
}
.primary-nav .upper-nav>ul>li {
	color: #8c8787;
}
.primary-nav .upper-nav>ul>li, .primary-nav .lower-nav>ul>li {
	float: left;
	margin-left: 15px;
	position: relative;
	padding-bottom: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: #fff solid 1px;
}
.nav-dropdowns {
	padding-top: 4px;
}
.primary-nav .upper-nav>ul>li i, .primary-nav .lower-nav>ul>li i {
	margin-left: 5px;
}
.primary-nav .lower-nav {
	color: #3c3c3c
}
.mega-dropdown {
	display: none;
	position: absolute;
	list-style-type: none;
	white-space: nowrap;
	right: 0;
	padding: 15px;
	background: #efefef;
	color: rgb(98, 98, 98);
	z-index: 10;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	top: 24px;
	box-shadow: 0 0 2px black;
	min-width: 120px;
}
.mega-dropdown>li {
	padding: 2px 0;
}
.nav-primary-content>.dropdown-select {
	position: absolute;
	bottom: -10px;
	left: 77px;
	color: rgb(60, 60, 60) !important;
}
.primary-nav .upper-nav>ul>li:hover, .primary-nav .upper-nav>ul>li:active, .primary-nav .upper-nav>ul>li:focus, .primary-nav .lower-nav>ul>li:hover, .primary-nav .lower-nav>ul>li:active, .primary-nav .lower-nav>ul>li:focus {
	border-bottom: #de2228 solid 1px;
}
.primary-nav .lower-nav>ul>li:hover, .primary-nav .lower-nav>ul>li:active, .primary-nav .lower-nav>ul>li:focus {
	padding-bottom: 7px;
}
.primary-nav .upper-nav>ul>li:hover>a, .primary-nav .lower-nav>ul>li:hover>a {
	color: #de2228;
}
.primary-nav .upper-nav>ul>li:hover .mega-dropdown, .primary-nav .lower-nav>ul>li:hover .mega-dropdown {
	display: block;
}
.primary-nav .lower-nav>ul {
	font-size: 15px;
	margin-top: 13px;
	font-weight: 700;
}
.primary-nav .lower-nav>ul>li:last-child {
	color: #c10a10;
	border: #c10a10 solid 1px;
	border-radius: 0px;
	padding: 3px 10px;
	transition: 0.8s ease;
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	-ms-transition: 0.8s ease;
	padding-top: 5px;
	margin-top: -8px;
}
.primary-nav .lower-nav>ul>li:last-child:hover, .primary-nav .lower-nav>ul>li:last-child:focus, .primary-nav .lower-nav>ul>li:last-child:active {
	background-color: #ff6c00;
	border-color: #ff6c00;
}
.primary-nav .lower-nav>ul>li {
	margin-left: 25px;
}
.primary-nav .lower-nav>ul>li:last-child:hover a {
	color: white;
}
.lower-nav .mega-dropdown>li>ul:before {
	content: "";
	border-right: #c7c4c4 solid 1px;
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 10px;
}
.lower-nav .mega-dropdown>li:last-child>ul:before {
	content: "";
	border: none;
}
.lower-nav>ul>li:hover .mega-dropdown {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 31px;
	left: 100%;
	right: auto;
}
.sub-currency {
	min-width: 100%;
}
.lower-nav>ul>li .mega-dropdown>li>a {
	font-weight: 500;
	color: black;
}
.lower-nav>ul>li .mega-dropdown>li>ul>li {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 2px;
}
.lower-nav .mega-dropdown>li {
	display: table-cell;
	position: relative;
	padding: 15px 25px;
	padding-bottom: 35px;
}
.vehicle-dropdown-details {
	list-style-type: none;
	margin-top: 5px;
}
.lower-nav>ul>li .mega-dropdown>li>.view-all {
	position: absolute;
	bottom: 0;
	font-weight: 100;
	color: #a29e9e;
	font-size: 13px;
	padding: 0;
}
.mobile-menu {
	display: none;
	float: right;
	font-size: 32px;
	margin-top: 8px;
	line-height: 1.2;
	text-align: center;
}
.mobile-close {
	display: none;
	float: right;
	font-size: 28px;
	z-index: 212;
	position: absolute;
	color: white;
	right: 10px;
	top: 2px;
}
.mobile-overlay {
	display: none;
}
.mobile-chat {
	display: none;
	float: right;
	font-size: 32px;
	margin-top: 8px;
	margin-right: 20px;
	line-height: 1.2;
	text-align: center;
}

@media only screen and (max-width: 1220px) {

.primary-nav .upper-nav>ul>li,  .primary-nav .lower-nav>ul>li {
	margin-left: 7px;
}
.primary-nav .upper-nav>ul>li {
	font-family: 'Helvetica';
	font-weight: 700;
}

}

@media only screen and (max-width: 991px) {

header{
	position: relative;
}
.nav-primary-content>.dropdown-select {
	left: 65px;
	bottom: -12px;
}
.primary-nav {
	padding-bottom: 0;
}
.primary-nav .lower-nav>ul>li:last-child {
	background: #ffcc00;
	color: black;
	border: none;
}
.primary-nav .upper-nav>ul>li:hover,  .primary-nav .upper-nav>ul>li:active,  .primary-nav .upper-nav>ul>li:focus,  .primary-nav .lower-nav>ul>li:hover,  .primary-nav .lower-nav>ul>li:active,  .primary-nav .lower-nav>ul>li:focus {
	border: none;
}
.mega-dropdown {
	top: 5px;
}
.primary-nav {
	padding-top: 7px;
}
.primary-nav .nav-primary-content {
	padding-bottom: 0;
}
.mobile-dropdown {
	display: none;
}
.mobile-menu {
	display: block;
}
.mobile-menu p,  .mobile-chat p {
	font-size: 14px;
}
.mobile-chat {
	display: block;
}
.primary-nav .nav-primary-content h2 {
	font-size: 22px;
}
.sticky-chat {
	display: none;
}
.primary-nav .upper-nav>ul,  .primary-nav .lower-nav>ul {
	float: none;
	font-size: 16px;
	font-weight: 500;
}
.primary-nav .upper-nav>ul {
	display: flex;
	flex-direction: column;
	padding-top: 5px;
}
.primary-nav .upper-nav>ul>li {
	display: none;
}
.primary-nav .upper-nav>ul>li:first-child {
	display: block;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 2;
}
.primary-nav .upper-nav>ul>li:last-child {
	display: block;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	border-bottom: #999 solid 1px;
	margin-bottom: 15px;
}
.primary-nav .upper-nav>ul>li i {
	margin-left: 0px;
}
.primary-nav .upper-nav>ul>li,  .primary-nav .lower-nav>ul>li {
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #ffffff29 solid 1px;
	margin-left: -10px;
	margin-right: -10px;
	padding-right: 10px;
	padding-left: 10px;
	color: white;
	font-size: 14px;
}
.primary-nav .lower-nav>ul>li:first-child {
	display: none;
}
.mega-dropdown {
	position: relative;
	background: inherit;
	padding-bottom: 0;
	padding-top: 0;
	color: #8c8787;
	font-size: 14px;
}
.mobile-dropdown {
	background-color: #000000;
	color: #8c8787;
	z-index: 200;
	height: 100vh;
	top: 0;
	width: 80%;
	font-size: 14px;
}
.mobile-overlay {
	content: "";
	position: fixed;
	height: 100vh;
	width: 100vw;
	z-index: 150;
	background: #0000c7;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.lower-nav .mega-dropdown>li {
	display: none;
}

}

@media only screen and (max-width: 767px) {

header {
	border-bottom: 1px solid #e7e7e7;
}

}

/************************
         Hero Banner
*************************/

.hero-img {
	height: 370px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 20% 30%;
	margin-top: 94px;
	padding-top: 60px;
	align-items: center;
	padding-bottom: 90px;
}
.home-hero{
	background-position: center top;
}
.hero-img.category-hero-img {
	height: 280px;
	background-position: center bottom !important;
	padding-bottom: 30px;
	margin-top:0;
}
.hero-label li {
	float: left;
	color: #ff6c00;
	margin-left: 25px;
	font-size: 13px;
	font-weight: 100;
}
.hero-label li:first-child {
	list-style-type: none;
	margin: 0;
}
.hero-introduction h2 {
	color: white;
	margin-top: 15px;
	margin-bottom: 0;
}
.hero-introduction p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.502);
}
.dual-btn {
	margin-top: 30px;
}
.dual-btn .theme-btn {
	color: black;
	margin-right: 5px;
	border: #ff6c00 solid 1px;
}
.dual-btn .transparent-btn {
	background: transparent;
	color: #ff6c00;
	border: #ff6c00 solid 1px;
	padding: 8px 12px;
}
.dual-btn .transparent-btn:hover, .dual-btn .theme-btn:hover, .dual-btn .transparent-btn:focus, .dual-btn .theme-btn:focus, .dual-btn .transparent-btn:active, .dual-btn .theme-btn:active {
	background: #ffcc00;
	color: black;
	border-color: #ffcc00;
}
.quote-box {
	position: relative;
	background: #ffffff66;
	color: white;
	border: white solid 2px;
	border-radius: 0px;
	padding: 15px 25px;
	float: right;
	width: 310px;
	font-size: 14px;
	z-index: 150;
}
.quote-box:before {
	content: "";
	position: absolute;
	left: -17px;
	top: 21px;
	width: 0;
	height: 0;
	border-left: 17px solid white;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	-webkit-transform: scale(-1, -1);
	-moz-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
}
.quote-box .quote {
	margin-bottom: 3px;
}
.quote-box .see-more {
	font-size: 13px;
	text-decoration: underline;
}

@media (max-width:1365px) {

.hero-img {
	padding-bottom: 35px;
}

}

@media only screen and (max-width: 991px) {

.quote-box:before {
	display: none;
}
.quote-box {
	display: none;
}
.ad-search .toggle-side {
	width: 47.5%;
}
.hero-introduction h2 {
	margin-top: 0;
}

}

@media only screen and (max-width: 767px) {

.hero-row {
	padding-top: 25px;
}
.hero-img {
	height: auto;
	background-position: center;
	padding-bottom: 15px;
	margin-top: 65px;
}
.hero-label {
	display: inline-block;
	margin-bottom: 150px;
	margin-top: -20px;
}
.hero-introduction h2 {
	margin-bottom: 15px;
	margin-top: 20px;
}
.hero-introduction p {
	display: inline-block;
	padding: 0px 5%;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	margin-top: -10px;
	font-size: 18px;
	margin-bottom: 30px;
}
.dual-btn {
	text-align: center;
	margin-top: 0px;
	padding: 0 10%;
}
.quote-box {
	display: none;
}
.hero-label li {
	font-size: 13px;
}
.hero-introduction {
	text-align: center;
}
.quote-box {
	float: none;
	margin-top: 15px;
}
.quote-box:before {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	top: 15px;
	right: 35px;
	left: auto;
}
.dual-btn .transparent-btn {
	margin-top: 10px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.dual-btn .theme-btn {
	display: block;
	text-align: center;
	margin-right: 0px;
}

}

@media only screen and (max-width: 389px) {

.hero-introduction h2 {
	font-size: 32px;
}

}

@media only screen and (min-device-width: 1023px) and (max-device-width: 1365px) and (-webkit-min-device-pixel-ratio: 1.5) {

.hero-img {
	height: 270px;
	padding-bottom: 35px;
}
.sticky-search {
	top: 175px;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {

.hero-img {
	height: 310px;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

.hero-img {
	height: 345px;
}

}

/************************
       Search
*************************/

/* ADVANCE SEARCH */
.abcd {
	display: none;
}
.ad-search {
	background: #861418;
	border-radius: 0px;
	margin-bottom: 5px;
	padding: 28px 25px 22px 25px;
	color: white;
	display: none;
	z-index: 10;
	position: relative;
    margin-bottom: 20px;
	overflow: visible;
}
 .ad-search::-webkit-scrollbar {
 	width: 5px;
}
 .ad-search::-webkit-scrollbar-track {
 	background: #ddd;
}
 .ad-search::-webkit-scrollbar-thumb {
 	background: #ff6c00;
}
.ads-heading {
	font-size: 18px;
	margin-bottom: 15px;
}
.find-ads-veh {
	margin-left: -15px;
	padding-right: 0;
}
.find-ads-veh>a {
	width: 100%;
	color: black;
}
.ads-dropdown {
	width: 100%;
	color: rgb(63, 63, 63);
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 12px;
	background-position: calc(100% - 14px) calc(1em + 2px), calc(100% - 9px) calc(1em + 2px), calc(100% + 0.2em) 0.5em;
	padding: 0 12px;
}
.offer-check ul{
	padding:0;
	margin:0;
}
.offer-check ul li{
	display:block;
	list-style:none;
}
.offer-check ul li .cs-checkbox-wrap input[type="checkbox"]:checked + span{
	background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.offer-check ul li .cs-checkbox-wrap input[type="checkbox"] + span{
	width: 17px;
    height: 17px;
	border-radius: 0px;
    border-color: #ccc;
}
.offer-check ul li .cs-radio-wrap .radio-text,
.offer-check ul li .cs-checkbox-wrap .checkbox-text{
	font-size:13px;
	position:relative;
	top:3px;
}
.offer-check ul li .cs-radio-wrap,
.offer-check ul li .cs-checkbox-wrap{
    padding-bottom: 10px;
    padding-left: 5px;
    border-radius: 0px;
    display: block;
    padding-top: 6px;
}
.offer-check ul li .cs-radio-wrap.check-active,
.offer-check ul li .cs-checkbox-wrap.check-active {
	background-color:#ff6c1c;
	color:#3f3f3f;
}
.offer-check ul li .cs-checkbox-wrap.check-active .checkbox-text,
.offer-check ul li .cs-radio-wrap.check-active .radio-text{
	color:#000;
}
.offer-check ul li .cs-checkbox-wrap input[type="checkbox"]:checked + span::after{
    font-size: 15px;
    left: 1px;
    top: 2px;
}
.offer-check ul li .cs-checkbox-wrap input[type="checkbox"]:checked + span::after{
	color:#000;
}
.offer-check ul li .cs-radio-wrap .radio-text:hover,
.offer-check ul li .cs-checkbox-wrap .checkbox-text:hover{
	color:inherit;
}
.ad-search .toggle-side {
	width: 46%;
}
.ads-result {
	margin-top: 20px;
}
.ads-result>.ads-heading {
	margin-bottom: 5px;
}
.ads-count {
	border: #ccc solid 1px;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.149);
	padding: 8px 12px;
	text-align: center;
	position: relative;
	height: 60px;
}
.ads-count p {
	margin-bottom: 0;
	margin-top: 3px;
	font-size: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ads-input {
	width: 100%;
	height: 35px;
	border-radius: 0px;
	border: none;
	outline: none;
	color: rgb(98, 98, 98);
	font-size: 13px;
	padding: 0 10px;
	background: #dedede;
}
.ads-field-s {
	padding-top: 13px;
}
.ads-field-s-column{
	float:left;
	padding-right:15px;
	padding-left:15px;
}
.ads-field-s-column.col-1{
	width:79.1%;
}
.ads-field-s-column.col-2{
	width:20.9%;
	padding-right:0;
	padding-left:30px;
}
.ads-meme-txt {
	padding-top: 13px;
	float: none;
	text-align: center;
}
.ads-meme-txt > ul{
	display:block;
}
.ads-meme-txt > ul li{
	display:inline-block;
}
.ads-meme-txt > ul li .btn-reset,
.ads-meme-txt > ul li .btn-see-all{
	font-size:12px;
	text-align:center;
	border:0;
	background-color:transparent;
	padding:0 5px;
	font-weight:300;
	color:#ffcc00;
	text-decoration:underline;
}
.reset-btn-link{
	font-size: 12px;
    text-align: center;
    border: 0;
    background-color: transparent;
    padding: 0 5px;
    font-weight: 300;
    color: #ffcc00;
    text-decoration: underline;
	margin-top:8px;
	margin-bottom: 5px;
}
.ads-meme-txt > ul li .btn-reset:hover,
.ads-meme-txt > ul li .btn-reset:focus,
.ads-meme-txt > ul li .btn-see-all:hover,
.ads-meme-txt > ul li .btn-see-all:focus{
	color:#ffcc00;
}
.dropdown-help-icon {
	position: absolute;
	top: 7px;
	right: -18px;
}
.pro-help-ico{
	right: 13px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

.uld-txt {
	background-size: 17.5px !important;
 	background-position: calc(100% - 11px) calc(1em + -2px), calc(100% - 8px) calc(1em + 2px), calc(100% + 0.2em) 0.5em;
	background-image: url(https://cdn2.iconfinder.com/data/icons/bold-ui/100/down-128.png);
}

}

 @supports (-ms-ime-align:auto) {

 select {
 	-webkit-appearance: menulist;
}
 .uld-txt {
 	background-size: 15px;
 	background-image: url("https://cdn2.iconfinder.com/data/icons/arrows-and-universal-actions-icon-set/256/down-128.png");
 	background-position: calc(100% - 13px) calc(1em + -2px), calc(100% - 8px) calc(1em + 2px), calc(100% + 0.2em) 0.5em;
}

}

.before-class:before {
	content: '';
	position: fixed;
	background: rgba(222, 222, 222, 0.2);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 1;
}
.ul-dropdown-wrapper {
	margin-bottom: 8px;
	position: relative;
}
.ul-dropdown-wrapper  .uld-list-schema{
	width:100%;
	left:0;
	margin-bottom:15px;
}

.uld-toggle-list {
	display: none;
}
.list-by-uld-tag {
	width: calc(100% - 30px);
}
.uld-list-schema {
	position: absolute;
	z-index: 1;
	background: #dedede;
	color: black;
	box-shadow: rgba(1, 1, 1, 0.23) 0px 2px 5px 0px;
	padding: 22px;
	width: calc(100% - 30px);
    border-radius: 0px;
    left: 15px;
    right: 0;
}
.uld-row>ul {
	list-style: none;
	padding-bottom:20px;
}
.uld-row .ul-option-list li{
	float:left;
	width:20%;
	text-align:left;
}
.uld-row .ul-option-list .cs-checkbox-wrap input[type="checkbox"] + span {
	width: 13px;
    height: 13px;
}
.uld-row .ul-option-list .cs-checkbox-wrap input[type="checkbox"]:checked + span::after{
	top: 0px;
    line-height: 1.1;
	font-size:12px;
}
.uld-row .ul-option-list .cs-radio-wrap .radio-text,
.uld-row .ul-option-list .cs-checkbox-wrap .checkbox-text{
	top: 2px;
    position: relative;
	font-size:13px;
}
.uld-row{
	text-align:center;
}
.uld-btn-sec {
	text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.uld-btn-sec>p {
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	color: black;
	font-size: 13px;
	white-space: pre-line;
	padding-right: 10px;
}
.uld-btn-sec>a {
	display: table-cell;
	vertical-align: middle;
	width: 90px;
	padding: unset;
	height: 30px;
	line-height: 30px;
}
.uld-btn-sec>.theme-btn {
	color: white;
	background-color: black;
	padding-top: 1px;
}
.uld-list .uld-row>ul>li>p {
	margin-bottom: 0;
	font-size: 12px;
	margin-top: 3px;
	margin-left: 20px;
}
.list-by-uld>ul>li>label {
	display: table;
	width: 100%;
}
.list-by-uld>ul>li>label>div {
	float: left;
}
.list-by-uld>ul>li>label>input {
	float: right;
}
.uld-btn-normal.uld-btn-sec>p {
	display: block;
	text-align: center;
}
.uld-btn-normal.uld-btn-sec>.theme-btn {
	display: block;
	margin: auto;
}
.uld-btn-normal.uld-btn-sec>.theme-btn:focus, .uld-btn-normal.uld-btn-sec>.theme-btn:active, .uld-btn-normal.uld-btn-sec>.theme-btn:hover {
	color: #ffcc00 !important;
}
.uld-btn-normal {
	width: 100%;
}
.sliding-values {
	background: transparent;
	border: 0;
	outline: 0;
}
.uld-toggle-list.slider {
	display: none;
	position: absolute;
	z-index: 1;
	background: #f8f9fa;
	color: black;
	box-shadow: rgba(1, 1, 1, 0.23) 0px 2px 5px 0px;
	border-radius: 0px;
	width: calc(100% - 30px);
    left: 15px;
    right: 0px;
}
.sticky-search .ad-search {
	box-shadow: none;
}
.bar-close img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	display: block;
	max-width: 25px;
	height: auto;
}
.bar-close img:hover, .bar-close img:active, .bar-close img:focus {
	color: #ff6c00;
}
.slider-result {
	margin: 30px 0 15px 0;
	text-align: center;
}
.slider-result>input {
	text-align: center;
	padding: 0;
	font-weight: 700;
}
.slider-result>label {
	text-align: center;
	margin: 0;
	font-weight: 600;
}
.slider-submit {
	background-color: black;
	color: white;
	display: block;
	margin: auto;
	font-size: 14px;
    height: 32px;
    padding: 4px 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 500;
	margin-bottom:5px;
}
.uld-toggle-list.normal .slider-submit{
	font-size: 14px;
    height: 35px;
}
.slider-topic-sec {
	padding: 11px 15px 8px 15px;
	border-bottom: 1px solid white;
}
.slider-topic-sec>h2 {
	display: inline-block;
	font-size: 15px;
	margin: 0;
	padding-right: 15px;
	vertical-align: middle;
}
.slider-topic-sec > h2 > span.dropdown-head-span {
    color: #8c8787;
    font-size: 12px;
    vertical-align: middle;
}
.slider-topic-sec>span {
	color: rgb(98, 98, 98);
	font-size: 32px;
	margin-top: -8px;
	line-height: 1;
	position: absolute;
	right: 7px;
	top: 15px;
}
.slider-main-sec {
	padding: 15px 58px;
	text-align: center;
}
.uld-toggle-list.normal .slider-main-sec{
	padding: 15px 20px;
}

@media (max-width:991px) {

.slider-result>input {
	width: 100%;
}
.dropdown-head-span {
	font-size: 14px;
}

}

/* END OF ADVANCE SEARCH */

.sticky-search {
	z-index: 99;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
.search-bar {
	margin-top: -90px;
}
.page-category-searchbar .search-bar {
	margin-top: -45px;
}
.search-img>img {
	max-height: 155px;
	max-width: 140px;
	min-width: 140px;
	object-fit: cover;
	object-position: center;
}
.search-img {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
.search-row {
    background: #f8f9fa !important;
	position: relative;
	padding-top: 9px;
	padding-bottom: 6px;
	z-index: 5;
    margin-bottom: 30px;
    margin-top: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 50px;
}
.advanced-src {
    font-size: 13px;
    text-decoration: underline;
    margin-top: 3px;
    color: #ffcc00;
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
	position:absolute;
	left:0;
	right:0px;
	bottom:-10px;
	z-index:1;
}
.advanced-src a:hover, .advanced-src a:active, .advanced-src a:focus {
	color: #ffcc00 !important;
}
.ads-overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: transparent;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
.uld-toggle-list {
	z-index: 1499 !important;
}
.btn-clr {
	background-color: #ffcc00;
}
.searce-tags>a>span {
	color: rgb(255, 196, 198);
	font-size: 13px;
    font-weight: bold;
	text-decoration: underline;
	margin-left: 5px;
	letter-spacing:0.5px;
}
.search-options>select, .search-options>.theme-btn {
	width: 14%;
}
.search-options>.theme-btn {
	width: 12%;
	margin-left: 7px;
	color: rgb(45, 45, 45);
	box-shadow: 0px 2px 2px 1px rgba(1, 1, 1, 0.25);
	margin-top: -3px;
	font-weight: 600;
}
.primary-nav .lower-nav>ul>li:last-child a:hover {
	color: white !important;
}
.search-options>.make {
	margin-left: 0;
}
.search-options>.theme-btn:hover, .search-options>.theme-btn:focus, .search-options>.theme-btn:active {
	background-color: #ff6c00;
	border-color: #ff6c00;
	color: white !important;
}
.search-options>input {
	width: 29%;
	cursor: text;
	text-align: left;
	padding-right: 15px;
	margin-top: -3px;
}
 .search-options>input::placeholder, .search-options>select {
 	color: rgb(63, 63, 63);
 	font-size: 13px;
 	padding-right: 8px;
 	padding-right: 30px;
 	background-position: calc(100% - 18px) calc(1em + 1px), calc(100% - 13px) calc(1em + 1px), calc(100% + 0.2em) 0.5em;
 	padding-top: 2px;
}
.search-options>input, .search-options>select {
	background-color: rgb(236, 236, 236);
	-webkit-box-shadow: 0px 2px 2px 1px rgba(1, 1, 1, 0.25);
	-moz-box-shadow: 0px 2px 2px 1px rgba(1, 1, 1, 0.25);
	box-shadow: 0px 2px 2px 1px rgba(1, 1, 1, 0.25);
	margin-left: 7px;
	padding-left: 10px;
}
.search-options>.make, .search-options>.model {
	width: 11%;
}
 .search-options > input.btn::-moz-placeholder {
	color: black;
}
.searce-tags>a:not(:first-child) {
	margin-left: 26px;
}
.searce-tags>a:hover span, .searce-tags>a:focus span, .searce-tags>a:active span {
	color: #ffcc00;
}
.min-window-search {
	position: relative !important;
	width: unset !important;
	background: none !important;
	box-shadow: none !important;
	top: 0;
}
.vehicle-count h2 {
	color: white;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.only-for-mobile, .only-in-mobile {
	display: none;
}
div.ads-dropdown {
	padding: 0;
}
.list-by-uld>ul>li {
	padding: 3px 0;
}
.contry-location-flag-checkbox li{
	text-align:left;
}
.contry-location-flag-checkbox .cs-checkbox-right .cs-checkbox-wrap{
	padding-bottom:3px;
}
.contry-location-flag-checkbox .cs-checkbox-right .cs-checkbox-wrap .checkbox-text {
    margin-left: 0;
    margin-right: 5px;
}
.contry-location-flag-checkbox .cs-checkbox-right .cs-checkbox-wrap input[type="checkbox"] + span {
    right: 0;
	top:-2px;
    width: 14px;
    height: 14px;
    border-color: transparent;
}
.contry-location-flag-checkbox .cs-checkbox-right .cs-checkbox-wrap input[type="checkbox"]:checked + span::after{
	left: 1px;
    top: 1px;
    font-size: 12px;
}
.search-column,
.advs-column,
.advs-fields-column{
	float:left;
}
.search-column.col-1{
	width: 14.286%;
}
.search-column.col-2{
	width:85.174%;
}
.advs-column{
	position:relative;
}
.advs-column.col-1{
	width: 63%;
}
.advs-column.col-2{
	width: 37%;
}
.advs-fields-column{
	padding-right:15px;
	padding-left:15px;
	width:33.3333%;
}
.advs-column.col-2 .advs-column-right{
	float:left;
	padding-right:15px;
	padding-left:15px;
}
.advs-column.col-2 .advs-column-right.col-1{
	width:43.5%;
}
.advs-column.col-2 .advs-column-right.col-2{
	width:56.5%;
}
.search-review-img{
	padding-left:20px;
	padding-right:17px;
}
.search-row .cs-dropdown,
.search-row .form-control,
.ad-search .cs-dropdown,
.ad-search .form-control{
	font-size:13px;
	color: #3f3f3f;
	min-height:35px;
	padding: 5px 25px 4px 8px;
	border-color:transparent;
	/*-webkit-box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);*/
	letter-spacing: normal;
	/*background-color:#ececec;*/
}
.ad-search .cs-dropdown,
.ad-search .form-control{
	width:100%;
}
.search-row .form-group>input::placeholder,
.ad-search .form-group>input::placeholder{
	color: #3f3f3f;
}
.ads-input.form-control{
	padding-left:13px;
}
.search-fields-wrap .fields-column{
	float:left;
	position:relative;
}
.search-fields-wrap .fields-column.col-1{
	width: 51.17%;
}
.search-fields-wrap .fields-column.col-2{
	width: 48.83%;
}
.search-fields-wrap{
	position:relative;
	margin:0 -5px;
}
.search-row .form-group{
	padding:0 5px;
	display:table-cell;
	vertical-align:top;
	margin-bottom:0px;
}
.ad-search .form-group{
	margin-bottom:10px;
}
.search-row .listbox-make,
.search-row .listbox-model{
	width:140px;
}
.dm-cs-dropdown{
	cursor:default;
	position:relative;
}
.dm-cs-dropdown span{
	display: block;
	position: relative;
	top: 5px;
	white-space: nowrap;
	overflow: hidden;
	left:3px;
}
.search-row .dm-cs-dropdown{
	width:140px;
}
.search-row .search-keyword{
	width:343px;
	padding-bottom:5px;
}
.search-row .btn-search, .btn-advs-search{
	font-size: 14px;
	letter-spacing: normal;
	font-weight: 700;
	vertical-align: middle;
	padding: 4px 15px 4px 15px;
	min-width: 136px;
	line-height: 1;
	height: 35px;
}
.btn-advs-search{
	font-size:15px;
	padding: 6px 15px 4px 15px;
	width:100%;
}
.btn-shadow{
	/*border-color:transparent;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);*/
}
.dm-cs-dropdown.open-list:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 0 12px;
    border-color: #ececec transparent transparent transparent;
    line-height: 0px;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    bottom: -9px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media (max-width:1262px){

	.search-row .listbox-make, .search-row .listbox-model {
		max-width: 95px;
		width:100%;
	}
	.search-row .search-keyword{
		width:310px;
	}

}
@media (max-width:1199px){

	.searce-tags {
		padding-top: 0px;
		margin-bottom: 10px;
	}
	.vehicle-count h2{
		margin-top:10px;
	}
	.search-fields-wrap .fields-column.col-1,
	.search-fields-wrap .fields-column.col-2
	{
		width:100%;
	}
	.search-row .form-group {
		width: 25%;
		float: left;
	}
	.search-row .fields-column.col-2 .form-group:nth-child(1){
		width:75%;
	}
	.search-row .fields-column.col-2 .form-group:nth-child(2){
		width:25%;
	}
	.search-row .btn-search,
	.search-row .search-keyword {
		width:100%;
	}
	.search-row .listbox-make,
	.search-row .listbox-model,
	.search-row .dm-cs-dropdown {
		max-width: none;
		width: 100%;
	}
	.search-row{
		padding-right:15px;
	}
	.search-column.col-1 {
		width: 16%;
	}
	.search-column.col-2 {
		width: 83.5%;
	}
	.search-review-img {
		padding-left: 6px;
    	padding-right: 10px;
	}
	.search-review-img img{
		margin:0 auto;
	}
	.uld-toggle-list.slider{
		width: calc(100% - 10px);
		left: 5px;
	}
}
@media only screen and (max-height: 750px) {

.search-bar {
	margin-top: -104px;
}
.hero-img {
	padding-bottom: 50px;
}
.sticky-search {
	top: 135px;
}

}

@media (max-width:1365px) {

.search-bar {
	margin-top: -35px;
}
.hero-img {
	padding-bottom: 35px;
}

}

@media only screen and (max-width: 1220px) {

.search-bar {
	margin-top: -20px;
}
.hero-img {
	padding-bottom: 20px;
}
.sticky-search {
	top: 85px;
}
.search-options>input,  .search-options>select,  .search-options>.theme-btn {
	margin-left: 0;
}

}

@media only screen and (max-width: 991px) {

.hero-img {
	margin-top: 0px;
	padding-bottom: 35px;
}
.price-dd-sec .uld-toggle-list.slider,  .engine-sec .uld-toggle-list.slider {
	left: 15px;
}
.slider-topic-sec>h2 {
	font-size: 20px;
}
.offer-check {
	width: 100%;
}
.slider-topic-sec>span {
	font-size: 25px;
	margin-top: -6px;
}
.find-ads-veh {
	float: right;
	margin: 20px 0 40px 0;
	padding: 0 15px;
}
.uld-list {
	left: 15px;
}
.uld-list .list-line>ul>li {
	width: calc(100% / 5);
}
.uld-btn-sec {
	width: 100%;
}
.uld-btn-sec>p {
	text-align: right;
	padding-right: 15px;
}
.search-bar {
	margin-top: -35px;
}
.search-img {
	padding: 0;
}
.search-img>img {
	width: 100%;
	height: auto;
	margin-top: 15px;
	max-width: none;
	max-height: none;
}
.search-options>select,  .search-options>.theme-btn,  .price {
	width: 32% !important;
	margin-top: 5px;
}
.vehicle-count,  .search-options,  .searce-tags {
	padding: 0 15px;
}
.searce-tags {
	margin-top: 5px;
}
.ads-close {
	position: absolute;
	right: 10px;
	top: 5px;
	height: 30px;
	width: 30px;
	border: 2px solid white;
	border-radius: 0%;
}
.ads-close>i {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
}
.advanced-src {
	float: none;
}
.search-options>input {
	margin-top: -2px;
	width: 64.6%;
}

}

@media only screen and (max-width: 767px) {

section.search-bar.sticky-search {
	top: 0px;
}
select.make,  select.price {
	margin-right: 1px;
}
.mobile-searce-tags {
	color: rgb(255, 196, 198);
}
.ad-search {
	margin-top: 0px;
	width: auto;
	left: 0;
	overflow: auto;
}
.search-bar {
	margin-top: -140px;
}
.hero-img {
	padding-bottom: 140px;
}
.search-bar .search-img>img {
	float: left;
	max-width: 140px;
	margin: 0;
}
.mobile-searce-tags a {
	display: block;
	padding: 4px 0;
}
.mobile-searce-tags img {
	max-width: 17px;
	max-height: 17px;
	width: auto;
	height: auto;
}
.mobile-searce-tags span {
	text-decoration: underline;
	margin-left: 9px;
	font-size: 13px;
}
.only-for-mobile {
	max-height: 140px;
	height: 140px;
	display: table-cell;
	vertical-align: middle;
}
.hide-in-mobile {
	display: none;
}
.offer-check>p {
	font-size: 15px;
}
.vehicle-count {
	text-align: center;
}
.ads-meme-txt {
	float: none;
	text-align: center;
}
.ads-meme-txt .advanced-src {
	float: none;
	display: inline-block;
}
.sticky-search {
	position: relative;
	top: 0;
	background: transparent;
	box-shadow: none;
}
.only-in-mobile {
	display: block;
}
div.ads-dropdown {
	margin: 0;
}
.right-margin5 {
	margin-right: 5px !important;
}
.right-margin0 {
	margin-right: 0px !important;
}
.ads-heading, ads-location .ads-heading {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.ads-dropdown {
	float: left;
	width: 49%;
	margin-right: 5px;
}
.ful-ads-width {
	width: 100%;
}
.search-row {
	display: flex;
	flex-direction: column;
	width: auto;
	left: 0px;
}
.ad-search {
	padding-right: 0;
	padding-left: 0;
}
.search-img {
	order: 2;
	text-align: left;
}
.search-fields {
	order: 1;
}
.search-options>select {
	width: 49% !important;
	margin-top: 5px;
	margin-bottom: 5px;
}
.search-options>input {
	width: 99%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.search-options>.theme-btn {
	width: 99% !important;
}
.advanced-src {
	text-align: center;
	margin: 15px 0;
}
.ads-count {
	height: auto;
}
.ads-count p {
	position: relative;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	top: 0;
	left: 0;
}
.ads-count>.only-in-mobile {
	margin-top: 10px;
	margin-bottom: 6px;
}
.uld-toggle-list.slider,  .uld-list {
	width: calc(100% - 10px);
	left: 5px;
}
.uld-list .list-line>ul>li {
	width: calc(100% / 2);
}
.uld-btn-sec>.theme-btn {
	display: block;
	height: auto;
}
.uld-btn-sec>p {
	text-align: center;
	padding-right: 0;
}

}

@media (min-width: 1200px) {

.uld-toggle-list.slider.normal {
	width: 532px;
	left:79px;
	right:0;
}

}

/************************
      Vehicles
*************************/

.easy-search-box {
	background-color: #eaeaea;
	padding-left: 20px;
	padding-right: 15px;
	border-radius: 0px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	margin-top: -10px;
	z-index: 2;
	padding-top: 10px;
}
.ease-search-title {
	padding-top: 15px;
	font-size: 16px;
	color: black;
	font-weight: 700;
	line-height: 1.2;
}
.ease-search-top-title {
	padding-top: 15px;
}
.cat-sidebar .ease-search-top-title{
	padding-top: 17px;
}
.easy-search {
	list-style-type: none;
}
.single-easy-search {
	font-size: 12px;
	padding: 2px 0;
	margin-top: 2px;
}
.single-easy-search a {
	display: block;
	text-indent: -35px;
	padding-left: 35px;
	letter-spacing:-0.2px;
    width: max-content;
}
.list-logo {
	margin-right: 10px;
	max-height: 15px;
	max-width: 20px;
	object-fit: contain;
	object-position: center;
	width: 20px;
}
.subsribe-txt {
	font-size: 13px;
}
.subs-email {
	width: 70%;
	float: left;
	font-size: 15px;
	padding: 0 12px;
	height: 35px;
	color: #a1a1a1;
	border-radius: 0;
	border: 0px inset ThreeDLightShadow;
	border: 1px solid #CCC;
}
.subs-submit-icon {
	background-color: #c10a10;
	padding: 10px;
	color: white;
	height: 35px;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
}
.vehicle-pad {
	padding-left: 0;
}
.vehicle-heading-sec {
	padding: 0px 0;
}
.vehicle-heading {
	color: #c10a10;
	font-size: 18px;
	font-weight: 700;
	float: left;
}
.vehicle-heading-sec .view-all {
	padding: 0;
}
.vehicle-heading img {
	display: none;
}
.view-all a:hover, .view-all a:focus, .view-all a:active {
	color: #ff6c00;
}
.easy-search-filter-wrapper {
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 0px;
	display: block;
	position: relative;
}
#news-letter-search-box {
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 1220px) {

.vehicle-boxes>li,  .vehicle-boxes>li:first-child,  .vehicle-boxes>li:last-child {
	width: 33.33333%;
	padding: 0 10px;
	margin-top: 20px;
}

.primary-nav .lower-nav>ul {
	font-size: 15px;
}
.map-wrapper iframe {
	width: 300px;
}

}

@media only screen and (min-width: 992px) and (max-height:726px) {

.sticky-search {
	top: 135px;
}
.hero-img {
	height: 376px;
}
.search-bar {
	margin-top: -108px;
}
.hero-img {
	padding-bottom: 45px;
}
.hero-img.category-hero-img {
	height: 264px;
	padding-top: 50px;
	background-position: center bottom !important;
}
.search-img {
	float: none;
}
.search-fields {
	position: absolute;
	top: 10px;
	right: 0;
}

}

@media only screen and (max-width: 991px) {

.vehicle-boxes>li,  .vehicle-boxes>li:first-child,  .vehicle-boxes>li:last-child {
	padding: 0 10px;
	width: 33%;
	margin-top: 10px;
}

}

@media only screen and (max-width: 767px) {

.vehicle-pad {
	padding: 0 15px;
}
.vehicle-items,  .vehicle-heading {
	margin: 0 0 2px;
}
.vehicle-boxes>li,  .vehicle-boxes>li:first-child,  .vehicle-boxes>li:last-child {
	float: left;
	width: 50%;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
}
.vehicle-order {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.easy-search-box {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 10px;
}
.easy-search-filter-wrapper {
	cursor: pointer;
	background-color: #eaeaea;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ease-search-title-wrapper {
	position: relative;
	padding: 15px;
}
.ease-search-title-wrapper::after {
	float: right;
	content: '';
	background-image: url(../images/accrodian-plus.png);
	max-width: 20px;
	max-height: 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}
.ease-search-list-wrapper {
	padding: 0px 15px 15px;
}
.easy-search-filter-wrapper .ease-search-list-wrapper {
	display: none;
}
.ease-search-title {
	padding-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.ease-search-top-title {
	padding-top: 0px;
}
#news-letter-search-box {
	display: none;
}

}

@media (max-width: 768px) {

.vehicle-pad {
	width: 100%;
}
.vehicle-heading-sec {
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
}
.vehicle-side-bar {
	width: 100%;
}

}

/************************
      Why CarChief
*************************/

.car-chief .dark-container {
	padding-right: 35px;
}
.bg-grey {
	background-color: #eaeaea;
}
.why-txt {
	margin-left: 35px;
}
.whycc-img-wrapper {
	list-style-type: none;
	float: right;
}
.cc-single {
	float: left;
	padding: 0 15px;
}
.lower-review-row {
	margin-top: 35px;
	padding-bottom: 60px;
}
.cc-single img {
	height: 65px;
	object-fit: cover;
	object-position: center;
	width: 65px;
	border-radius: 0%;
}
.car-chief .review-box {
	margin-left: 35px;
}
.review-heading {
	font-size: 18px;
	font-weight: 600;
	color:#333333;
}
.review-img img {
	width: 100%;
	max-width: 100%;
	height: 175px;
	object-fit: cover;
	object-position: center;
}
.rating img {
	max-width: 100%;
	height: 17px;
	object-fit: contain;
	object-position: left;
}
.review-txt {
	margin-top: 15px;
	font-size: 14px;
	color: rgb(98, 98, 98);
}
.review-author {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	color:#333333;
}
.review-date {
	font-size: 13px;
	color: #333333;
}
.view-all-review {
	font-size: 14px;
	color: rgb(98, 98, 98);
	text-decoration: underline;
}
.car-count {
	background-color: #c0090f;
	color: white;
	padding: 35px 25px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.tot-car-sold {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	text-align: center;
	font-weight: 300;
}
.tot-car-sold p {
	margin-bottom: 10px;
	font-size: 23px;
}
.tot-car-sold p span {
	font-size: 42px;
}
.rank-sold ul {
	list-style-type: none;
	width: 100%;
	padding: 15px 0;
}
.rank-sold ul>li {
	display: inline-block;
	width: 24%;
	text-align: center;
}
.rank-sold ul>li p {
	font-size: 20px;
	margin-bottom: 0;
}
.rank-sold ul>li .count {
	font-size: 36px;
	margin-bottom: -10px;
	font-weight: 300;
}
.lower-review-row-separator {
	display: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {

.car-count {
	margin: 0 0px 0 35px;
	margin-top: 10px;
}

}

@media only screen and (max-width: 992px) {

.whycc-img-wrapper{
	float: none;
	display: table;
	margin: 10px auto 0px auto;
	text-align: center;
}
.car-chief .heading {
	padding-top: 25px;
	padding-bottom: 15px;
}
.whycc-img-wrapper .cc-single {
	float: none;
	display: inline-block;
}
.lower-review-row-separator {
	display: block;
	border-top: 0.6px solid #bbb;
	margin-top: 30px;
}
.lower-review-row {
	padding-bottom: 15px;
	margin-right: -15px;
}
.car-count {
	margin: 20px 0px 0px;
}
.rank-sold ul>li {
	width: 48%;
	margin-bottom: 10px;
}
.tot-car-sold p span {
	font-size: 36px;
}
.tot-car-sold p {
	font-size: 28px;
}
.car-chief .dark-container {
	padding-right: 20px;
	padding-left: 20px;
}
.car-chief.pr-testimonial-blk .dark-container .lower-review-row {
	padding-top: 30px;
	margin-top: 0px;
}
.recently-viewed{
	margin-bottom: 0px;
}
.why-txt,  .car-chief .review-box {
	margin-left: 0;
}
.stock-by-country {
	display: none;
}
.car-count {
	margin: 25px 0px 0 0px;
	padding: 35px 15px 15px 15px;
}

}

@media only screen and (max-width: 374px) {

.tot-car-sold p {
	font-size: 26px;
}

}

@media only screen and (max-width: 365px) {

.tot-car-sold p {
	font-size: 24px;
}

}

@media only screen and (max-width: 360px) {

.tot-car-sold p {
	font-size: 20px;
}
.whycc-img-wrapper .cc-single {
	padding: 0 9px;
}
.rank-sold ul>li p {
	font-size: 17px;
}

}

/************************
  See Stock By Country
*************************/

.flags {
	list-style-type: none;
}
.single-flag {
	float: left;
	width: 12.5%;
	text-align: center;
	height: 100px;
}
.single-flag img {
	max-width: 100%;
	padding: 0 26px;
	width: 135px;
    height: 50px;
}
.country-name {
	padding: 10px;
	color: black;
	font-weight: 600;
}
.single-flag a:hover p, .single-flag a:focus p, .single-flag a:active p {
	text-decoration: none;
	color: #de2228;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {

.single-flag {
	width: 25%;
}

}

@media only screen and (max-device-width : 767px) {

.single-flag {
	width: 50%;
}
.country-name {
	font-size: 13px;
}

}

/************************
        Blog
*************************/
.blog {
	background-color: #eaeaea;
	padding-bottom: 40px;
}
.view-all {
	float: right;
	padding: 35px 0;
	text-decoration: underline;
	color: #c10a10;
	font-size: 13px;
	padding-bottom: 25px;
	font-weight: 600;
}
.all-blog {
	list-style-type: none;
}
.all-blog>li {
	float: left;
	padding: 0 20px;
}
.all-blog>li:first-child {
	padding-left: 0;
}
.all-blog>li:last-child {
	padding-right: 0;
}
.single-blog {
	width: 33.33333333%;
}
.blog .heading {
	float: left;
}
.blog-desc {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 100;
	max-height: 140px;
	overflow: hidden;
	line-height: 1.45;
}
.blog .heading .blog-header-pointer {
	display: none;
}

@media only screen and (max-width: 992px) {

.heading img{
	max-width: 15px;
	margin-right: 5px;
	margin-left: -20px;
}

}

@media (max-width: 780px) {

.vehicle-heading img {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	margin-left: -30px;
	max-width: 20px;
}

.blog .heading .blog-header-pointer {
	display: inline-block;
	margin-right: 5px;
	max-width: 15px;
	margin-left: -25px;
}

}

@media only screen and (max-width: 768px) {

.blog {
	margin: 0px 24px 30px;
	padding-bottom: 30px;
	border-radius: 0px;
}
.all-blog>li {
	width: 100%;
	padding: 10px 0;
	display: none;
}
.all-blog>li:first-child {
	display: block !important;
	padding-top: 15px;
}
.blog .heading {
	padding-bottom: 0;
}
.heading img {
	max-width: 18px;
	margin-right: 5px;
	margin-left: -20px;
}
.blog .heading .blog-header-pointer {
	margin-left: -20px;
	max-width: 18px;
}

}

/************************
   Request a Callback
*************************/

.desktop-req-call {
	display: block;
}
.mobile-req-call {
	display: none;
}
.req-cal-wrapper {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, 0.43);
	z-index: 999;
	top: 0;
	display: none;
}
.inside-form {
	color: black;
	text-align: left;
	position: fixed;
	background: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px 60px;
	border-radius: 0px;
	font-family: 'Roboto', sans-serif;
	width: 500px;
	z-index: 1499;
	display: none;
}
.inside-form .heading {
	margin-left: -45px;
	padding: 0;
}
.inside-form .heading span {
	margin-left: 5px;
}
.form-close {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 25px;
	color: #c10a10;
	transition: all 0.2 ease;
	-webkit-transition: all 0.2 ease;
	-moz-transition: all 0.2 ease;
	-ms-transition: all 0.2 ease;
}
.form-close:hover, .form-close:active, .form-close:focus {
	color: #ffcc00;
}
.inside-form>.how-to {
	font-size: 15px;
	font-weight: 500;
	margin-top: 18px;
}
.inside-form>.btn-wrapper {
	margin-top: 15px;
	font-size: 14px;
	padding-bottom: 35px;
}
.inside-form>.btn-wrapper ul {
	list-style-type: none;
}
.inside-form>.btn-wrapper ul>li {
	float: left;
}
.inside-form>.btn-wrapper ul>li input {
	float: left;
}
.inside-form>.btn-wrapper ul>li p {
	margin-bottom: 0;
	float: right;
	margin-left: 2px;
	margin-right: 35px;
	font-weight: 400;
}
.req-cal-txt {
	border: rgb(98, 98, 98) solid 1px;
	width: 280px;
}
.cl-btn {
	width: 90px;
	margin-left: 5px;
	background-color: #c10a10;
}
.req-call {
	background: #c10a10;
	text-align: center;
	color: white;
	padding: 30px 0;
	position: relative;
	margin-top: 0px;
}
.right-txt p {
	text-align: right;
	font-size: 26px;
	margin-bottom: 0;
}
.right-txt {
	padding: 6px 14px;
}
.left-txt, .left-txt>a>img {
	margin-top: -4px;
}
.left-txt a {
	float: left;
	font-size: 26px;
}
.left-txt .btn {
	border: rgb(255, 128, 128) solid 1px;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.149);
	padding: 8px 12px;
	height: 55px;
	line-height: 55px;
	padding-top: 0;
}
.left-txt .btn:hover {
	background-color: rgb(255, 128, 128);
}
.left-txt span {
	margin-left: 15px;
}
.call-staff img {
	height: 80px;
	width: 80px;
	border-radius: 0%;
	object-fit: cover;
	object-position: center;
}
.call-txt {
	margin-top: 15px;
}
.contact-also {
	margin-top: 35px;
}
.contact-also p {
	font-size: 24px;
}
.contact-also span {
	margin-left: 15px;
}
.contact-also a {
	color: #fff044;
}
.contact-also a:hover {
	color: rgb(255, 128, 128);
}
.contact-also img {
	margin-left: 15px;
	margin-top: -7px;
	max-height: 40px;
}

@media only screen and (max-width: 991px) {

.inside-form>.btn-wrapper ul>li p {
	margin-right: 15px;
}

}

@media only screen and (max-width: 767px) {

.desktop-req-call {
	display: none;
}
.mobile-req-call {
	display: block;
}
.right-txt p,  .left-txt a {
	text-align: center;
	float: none;
}
.left-txt a {
	font-size: 20px;
}
.left-txt .btn {
	margin-top: 15px;
	height: 42px;
}
.contact-also {
	margin-top: 25px;
}
.contact-also p {
	font-size: 18px;
}
.contact-also img {
	display: none;
}
.inside-form {
	width: 100%;
	padding: 20px 15px;
}
.inside-form .heading {
	margin-left: 0;
}
.inside-form .heading img {
	display: none;
}
.cl-btn {
	margin-left: 0;
	margin-top: 3px;
}
.req-cal-txt {
	margin-top: 5px;
}
.req-call {
	padding: 65px 0;
}
.call-txt {
	margin-top: 0;
}
.vehicle-heading img{
	margin-left: -23px;
}
.hero-img.category-hero-img{
	height: 192px;
    background-position: center top -60px !important;
}

}
/************************
       Footer
*************************/
footer {
	padding-top: 25px;
	background-color: #2c2c2c;
	color: white;
}
.col-span ul {
	list-style-type: none;
}
.col-span>ul>li {
	font-size: 12px;
	font-weight: 400;
	margin-bottom:5px;
}
.col-span>ul>li a{
	display:block;
	line-height:1.1;
}
.col-span a>p {
	margin-bottom: 15px;
	font-size: 14px;
}
.p-span p {
	margin: 0;
	font-size: 14px;
}
.social i {
	font-size: 30px;
	margin: 0 1px;
}
.wrap-text {
	margin-top: 25px;
	font-size: 14px;
}
.wrap-text p, .subscriber-wrapper p {
	margin-bottom: 0;
}
.subscriber-wrapper {
	margin-top: 40px;
}
.subscriber-wrapper h4 {
	font-size: 18px;
}
.subscriber-wrapper p {
	font-weight: 100;
	font-size: 12px;
	font-family: 'Helvetica-thin';
    letter-spacing: 0.8px;
}
.subscriber {
	width: 180px;
	margin-top: 15px;
}
.subscriber .subscriber-email {
	width: 145px;
	padding: 7px;
	border: none;
	outline: none;
	color: rgb(98, 98, 98);
}
.subscriber .submit-icon {
	height: 35px;
	width: 30px;
	background: #c10a10;
	float: right;
	position: relative;
	cursor: pointer;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
}
.subscriber .submit-icon:hover, .subscriber .submit-icon:active, .subscriber .submit-icon:focus, .subs-submit-icon:hover, .subs-submit-icon:active, .subs-submit-icon:focus {
	background: #ff1d13;
}
.subscriber button {
	position: absolute;
	margin-left: 5px;
}
.subscriber .submit-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.copyright {
	border-top: #494949 solid 1px;
	padding-top: 25px;
	margin-top: 25px;
	padding-bottom: 25px;
}
.copyright p {
	font-size: 13px;
	margin-bottom: 0;
}
.copyright .left-cop {
	text-align: left;
}
.copyright .right-cop {
	text-align: right;
}
.social2 {
	display: none;
}
.social2 a {
	margin: 0px 5px;
}
.social2 i {
	font-size: 30px;
	margin: 0 1px;
}

@media only screen and (max-width: 992px) {

.footer-mb-copyright{
	padding-left: 30px;
}

}

@media only screen and (max-width: 991px) {

.copyright .right-cop,  .copyright .left-cop {
	text-align: right;
}
.wrap-text {
	float: left;
}
.subscriber-wrapper {
	float: left;
	margin: 20px 0 0 0;
}
.col-span a > p{
	font-size: 12px;
}
.p-span p{
	font-size: 12px;
}
.social i{
	font-size: 25px;
}
.wrap-text{
	font-size: 12px;
}
.copyright p{
	font-size: 11px;
}
.copyright .left-cop p{
	float: left;
}

}

@media only screen and (max-width: 991px) {

.fl-left{
	float: left;
}
.fl-right{
	float: right;
}
footer{
	padding-top: 0px;
}
.footer-mb-wrap{
	padding-top: 28px;
	padding-bottom: 100px;
	padding-left: 0px;
	padding-right: 0px;
}
.pr-footer .footer-mb-wrap{
	padding-bottom: 17px;
}
.footer-mb-block{
	margin-bottom: 20px;
	border-bottom: 1px solid #494949;
	padding-bottom: 20px;
}
.footer-social{
	display: block;
}
.footer-social.fl-left,	.scroll-btn.fl-right{
	margin-bottom: 25px;
}
.footer-social a i{
	font-size: 35px;
	margin-right: 5px;
}
.scroll-mb-top{
	background-color: #d4d4d4;
	color: #000;
	padding: 8px 10px 4px 10px;
	border-radius: 0px;
}
.scroll-mb-top:hover, .scroll-mb-top:focus, .scroll-mb-top:active{
	color: #000;
	text-decoration: none;
}
a.scroll-mb-top:before {
	font-family: FontAwesome;
	content: "\f0d8";
	color: #000;
	font-size: 25px;
	padding-right: 6px;
	vertical-align: sub;
}
.footer-mb-links ul{
	list-style-type: none;
	color: #fff;
}
.fixed-mobile{
	background-color: #fff;
	position: fixed;
    bottom: 0;
    width: 100%;
	padding: 15px 0 15px 0;
	z-index: 99;
}
.chat-btn-mb{
	border-radius: 0px;
	background-image: -moz-linear-gradient( 90deg, rgb(222,35,41) 0%, rgb(255,108,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(222,35,41) 0%, rgb(255,108,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(222,35,41) 0%, rgb(255,108,0) 100%);
  	box-shadow: 0px 2px 1px 0px rgba(1, 1, 1, 0.22);
	padding: 10px 16px 8px 16px;
	min-width: 260px;
	color: #fff;
	display: inline-block;
}
.chat-icon{
	margin-right: 5px;
}
.chat-btn-mb:hover{
	color: #000;
}

}

@media only screen and (max-width: 536px) {
.footer-mb-wrap{
	padding-left: 15px;
	padding-right: 15px;
}

}

@media only screen and (max-width: 480px) {

.footer-mb-links ul li{
	font-size: 14px;
}
.footer-mb-links p{
	font-size: 14px;
}
.footer-mb-copyright p{
	font-size: 12px;
}
.footer-mb-block{
	padding-left: 0px;
	padding-right: 0px;
}
.footer-social a i{
	font-size: 30px;
}
.scroll-mb-top{
	font-size: 12px;
}
a.scroll-mb-top::before{
	font-size: 20px;
}
.footer-mb-copyright{
	padding-left: 15px;
	padding-right: 0px;
}
.schTab h2{
	font-size: 23px;
}

}

@media only screen and (max-width: 360px) {

.footer-mb-links ul li{
	font-size: 13px;
}
.footer-mb-links p{
	font-size: 12px;
}
.footer-mb-copyright p{
	font-size: 11px;
}
.footer-mb-copyright .footer-btm-links{
	font-size: 10px;
}

}

@media only screen and (max-width: 320px) {
.footer-mb-links p{
	font-size: 11px;
}

}

/************************
   Request a Callback Mobile
*************************/

.mobile-req-call-img {
	max-width: 30px;
	margin-top: 20px;
}
.mobile-req-call a:hover, .mobile-req-call a:active, .mobile-req-call a:focus {
	color: #fff;
}
.mobile-req-call-heading {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 24px;
}
.mobile-req-call-subheading {
	color: #ffcc00;
	font-size: 22px;
}
.main-heading {
	font-size: 24px;
}
.visible-span-sm {
	display: none;
}
.visible-span-xs {
	display: none;
}
.hidden-span-sm {
	display: inline-block;
}
.hidden-span-xs {
	display: inline-block;
}
/* Review Heading */
.review-heading-pointer img {
	max-width: 15px;
}
.review-heading-pointer {
	margin-left: -20px;
	margin-right: 5px;
}

@media only screen and (max-width: 768px) {

.review-heading-pointer img{
	max-width: 18px;
}

}

/************************
Main Banner
*************************/

.search-hero-img {
	background-image: url('../images/search-hero.jpg');
	background-position: right;
}
.local-hero-banner {
	background-image: url('../images/local-home-banner.jpg');
}

@media (max-width:991px) {

.hero-img {
	background-image: url('../images/ipad-hero.jpg');
	background-position: bottom;
	background-size: cover;
}
.local-hero-banner {
	background-image: url('../images/local-home-banner-ipad.jpg');
}

}

/************************
Mobile Header
*************************/

.mobile-chat a:hover, .mobile-chat a:active, .mobile-chat a:focus {
	color: rgb(98, 98, 98);
}
.mobile-chat img {
	max-width: 40px;
}

/************************
Responsive Break Points
*************************/

.search-options .ads-dropdown {
	width: 13%;
	display: inline-block;
	margin-bottom: 0;
	height: 35px;
	margin-left: 7px;
	margin-right: 0;
	position: relative;
}
.search-options .ads-dropdown .uld-txt {
	box-shadow: 0px 2px 2px 1px rgba(1, 1, 1, 0.25);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 12px;
	background-color: #ececec;
	font-size: 13px;
	line-height: 2.9;
}
.search-options .ads-dropdown .uld-toggle-list.slider {
	top: 50px;
	left: auto !important;
	right: 0;
}
.search-options .ads-dropdown #price-top-dropdown~.uld-toggle-list.slider {
	left: 0;
	right: auto;
}
.advs-close {
	float: right;
	height: 30px;
	width: 30px;
	border: 2px solid;
	border-radius: 0%;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 99999;
	cursor: pointer;
}
.advs-close i {
	position: absolute;
	top: 46%;
	left: 49%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.help-text-whole-wrapper>p, .help-text-whole-wrapper>div {
	display: inline-block;
}
.help-text-whole-wrapper>div {
	cursor: pointer;
}
.help-box-wrapper {
	position: absolute;
    background: white;
    color: #626262;
    padding: 10px;
    border-radius: 0px;
    top: 30px;
    left: 41px;
    width: 220px;
    border: 2px solid #626262;
    display: none;
    z-index: 99999;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.35);
}
.help-box-wrapper>div,
.help-box-wrapper>label{
	 display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    font-size: 13px;
	margin-bottom:0;
}
.help-box-toggler:hover~.help-box-wrapper {
	display: block;
}
.review-box .rating .jq-ry-container{
	padding-left:0;
}

@media only screen and (max-width: 991px) {

.search-options .ads-dropdown {
	width: 31%;
}
.search-options .ads-dropdown .uld-toggle-list.slider {
	left: -156px !important;
}
.search-options .ads-dropdown #price-top-dropdown~.uld-toggle-list.slider {
	left: auto !important;
	right: 0;
}
.advs-close {
	position: absolute;
	right: 15px;
	top: 15px;
}
.help-box-wrapper {
	left: 0;
}

}

@media only screen and (max-width: 767px) {

.search-options .ads-dropdown.price-dd-sec {
	margin-right: 0;
}
.search-options .ads-dropdown {
	width: 99% !important;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.search-options .ads-dropdown .uld-txt {
	top: 0;
}
.search-options .ads-dropdown .uld-toggle-list.slider {
	width: 100%;
	left: 0 !important;
}
.search-options .ads-dropdown #price-top-dropdown~.uld-toggle-list.slider {
	left: 0 !important;
}
.advanced-src {
	margin-right: 0;
}
.help-box-wrapper {
	top: 20px;
	left: 150px;
}

}

@media only screen and (max-width: 992px) {

.vehicle-boxes>li:nth-child(4),  .vehicle-boxes>li:nth-child(5) {
	display: none;
}
.footer-menu-container {
	margin-bottom: 15px;
}
.visible-span-sm {
	display: inline-block;
}
.hidden-span-sm {
	display: none;
}
.review-heading {
	color: #c10a10;
	margin-bottom: 15px;
}

}

@media only screen and (max-width: 768px) {

.footer-menu-container {
	margin-bottom: 40px;
}
.hero-img {
	background-image: url('../images/mobile-banner.jpg');
	background-position: center;
}
.local-hero-banner {
	background-image: url('../images/local-home-banner-mobile.jpg');
}
.hero-img .container {
	padding-bottom: 10px;
}
.vehicle {
	margin-top: 0px;
}
.visible-span-xs {
	display: inline-block;
}
.hidden-span-xs {
	display: none;
}
.review-box .rating {
	margin-top: 15px;
}
.review-txt {
	font-style: italic;
}
.vehicle-tags {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	max-width: 38%;
}
.vehicle-tags .primary-tag {
	width: auto;
}
.vehicle-tags .primary-tag.sale-tag {
	max-width: 70%;
}
.vehicle-tags .primary-tag.new-tag {
	max-width: 100%;
}
.vehicle-tags .primary-tag.fuel-tag {
	max-width: 70%;
}
.vehicle-tags .primary-tag.popular-tag {
	max-width: 60%;
}
.vehicle-tags .secondary-tag {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.heading {
	font-size: 18px;
}
.vehicle-heading-sec {
	text-align: right;
}
.vehicle-heading-sec .vehicle-heading {
	text-align: left;
	max-width: 50%;
	padding-left: 5px;
}
.vehicle-heading-sec .view-all {
	padding: 3px 0px 0px 5px;
	display: inline-block;
	font-size: 12px;
	float: none;
}
.blog .view-all {
	margin-right: 32px;
	padding: 36px 0px 0px;
}
.blog .container {
	padding-right: 20px;
	padding-left: 20px;
}
.review-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.testimonial{
	text-align: center;
}
#rateYo{
	margin: 0 auto;
}
.vehicle-price .actual-price {
	font-size: 13px;
	font-weight: 400;
}
.selling-price-sub {
	font-weight: 500;
}
.only-for-mobile {
	padding-left: 25px;
}
.mega-dropdown>li {
	padding: 10px 0;
}
.single-easy-search {
	font-size: 16px;
	padding: 2px 0;
	margin-top: 10px;
}
.slider-main-sec {
	padding: 30px 30px;
}
.slider-wrapper {
	width: 100%;
}
.slider-topic-sec {
	position: relative;
	padding: 3px 30px 0px;
}
.slider-topic-sec>h2 {
	font-size: 14px;
}
.dropdown-head-span {
	font-size: 12px !important;
}
.slider-topic-sec>span {
	top: 5px;
	right: 5px;
	position: absolute;
	margin-top: 0px;
}
.slider-topic-sec>h2 {
	display: block;
}
.slider-submit {
	font-size: 16px;
	height: 30px;
}
.latest-blog{
	margin-right: 15px;
}

}

@media only screen and (max-width: 767px) {

.blog{
	margin: 0px 15px 30px;
}
.latest-blog{
	margin-right: -15px;
}
.blog .view-all	{
	margin-right: 0px;
}

}

@media only screen and (max-width: 360px) {

.vehicle-boxes>li,  .vehicle-boxes>li:first-child,  .vehicle-boxes>li:last-child {
	width: 100%;
}
.vehicle-boxes>li:nth-child(2) {
	display: none;
}
.hero-label li {
	font-size: 12px;
	margin-left: 22px;
}
.whycc-img-wrapper .cc-single img {
	height: 50px;
	width: 50px;
}
.tot-car-sold p span {
	font-size: 30px;
}
 .search-options>input::placeholder,  .search-options>select {
	font-size: 12px;
}
.vehicle-boxes>li:first-child {
	padding-right: 0 !important;
}
.review-heading {
	font-size: 16px;
}
.vehicle-heading-sec {
	text-align: left;
}
.vehicle-items,  .vehicle-heading {
	float: none;
}
.vehicle-tags .primary-tag.sale-tag {
	max-width: 45%;
}
.vehicle-tags .primary-tag.new-tag {
	max-width: 50%;
}
.vehicle-tags .primary-tag.fuel-tag {
	max-width: 50%;
}
.vehicle-tags .primary-tag.popular-tag {
	max-width: 50%;
}
.vehicle-tags .secondary-tag {
	max-width: 70%;
}
.only-for-mobile {
	padding-left: 0px;
}
.vehicle-heading-sec .vehicle-heading {
	max-width: 100%;
	display: inline-block;
}
.vehicle-heading img {
	margin-left: -20px;
	margin-right: 4px;
	position: relative;
	max-width: 15px;
}
.review-heading-pointer img,
.blog .heading .blog-header-pointer,
.heading img{
	max-width: 10px;
}
.heading{
	font-size: 16px;
}
.view-all{
	font-size: 12px;
}

}

/************************
  Search Hero Banner
*************************/

.sr-wrapper {
	display: table;
}
.sr-wrapper>div {
	display: table-cell;
	vertical-align: top;
}
.search-banner-img-wrapper>img {
	border-radius: 0px;
}
.search-banner-content {
	padding-left: 20px;
}
.search-banner-content>h1 {
	color: white;
	margin-top: 0;
	margin-bottom: 5px;
}
.category-pg .search-banner-content>h1 {
	font-size: 28px;
}
.search-banner-content>p {
	color: rgba(255, 255, 255, 0.502);
	line-height: 1.3;
}
.text-center {
	text-align: center !important;
}

@media (max-width:767px) {

.category-pg .search-banner-img-wrapper {
	display: none;
}
.sr-wrapper {
	text-align: center;
}
.search-hero-img .container {
	padding-top: 150px;
	padding-bottom: 30px;
}

}

/************************
  Price Calculator
*************************/
.calculator-row {
	border: 1px solid rgb(192, 192, 192);
	border-radius: 0px;
	background-color: rgb(224, 241, 252);
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 25px 15px 15px 15px;
}
.clac-column{
	float:left;
	padding-right:15px;
	padding-left:15px;
}
.clac-column.col-1{
	width:34%;
}
.clac-column.col-2{
	width:29%;
}
.clac-column.col-3{
	width:37%;
	padding-right:0;
}
.calculator-row .col-md-7 .col-md-6 .pc-dropdown-wrapper:last-child>select {
	margin-bottom: 0;
}
#sr-pagination {
	margin-top: 25px;
}
.calculator-row .cs-dropdown{
	height: 36px;
    font-size: 13px;
    color: #3f3f3f;
    padding: 7px 25px 3px 12px;
    border-color: transparent;
	margin-bottom:0;
}
.calc-btn-clr {
	background-color: rgb(0, 51, 84);
	color: white;
	box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
}
.calc-txt-content h4, .calc-txt-content p {
	margin: 0;
}
.calc-txt-content h4 {
	color: black;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 20px;
}
.calc-txt-content h4 img{
	display: inline-block;
    width: 17px;
    height: 17px;
	margin-right: 8px;
	margin-bottom: 20px;
    vertical-align: top;
}
.calc-txt-content p {
	color: rgb(111, 111, 111);
	font-size:16px;
}
.pc-dropdown-wrapper select {
	width: 90%;
	margin-bottom: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
	color: rgb(111, 111, 111);
}
.pc-dropdown-wrapper select:last-child {
	margin-bottom: 0;
}
.pc-dropdown-wrapper i, .pc-checkboxes label i {
	color: #b3c1ca;
	font-size: 16px;
	margin-left: 5px;
	display:inline-block;
}
.pc-dropdown-wrapper .form-group select,
.pc-dropdown-wrapper select{
	display:inline-block;
}
.pc-checkboxes>label {
	display: block;
	font-weight: 100;
	color: rgb(56, 56, 56);
	font-size: 14px;
}
.pc-checkboxes-align {
	max-width: 207px;
	padding-top:5px;
}
.cs-checkbox-right .cs-checkbox-wrap.curve input[type="checkbox"] + span{
	right: 0;
    border-color: #999;
    width: 18px;
    height: 18px;
}
.cs-checkbox-right .cs-checkbox-wrap input[type="checkbox"]:checked + span::after{
	left: 2px;
    top: 2px;
}
.cs-checkbox-right .cs-radio-wrap .radio-text,
.cs-checkbox-right .cs-checkbox-wrap .checkbox-text{
	margin-left:0;
	margin-right:5px;
}
.pc-btn-controlls{
	padding-right:0;
	text-align:right;
}
.pc-btn-controlls .actions-wrapper{
	max-width:136px;
	display:inline-block;
	width:100%;
}
.pc-checkboxes-align>label {
	position: relative;
	padding-right: 15px;
}
.pc-checkboxes-align>label>input[type=checkbox] {
	position: absolute;
	right: -4px;
	top: -2px;
	-webkit-appearance: none;
	border-radius: 0;
	width: 10px;
	height: 10px;
}
.pc-checkboxes label span {
	display: inline-block;
}
.pc-checkboxes input[type=checkbox] {
	margin-right: 5px;
	cursor: pointer;
	font-size: 14px;
	width: 15px;
	height: 12px;
	position: relative;/* visibility: hidden; */
}
.pc-checkboxes input[type=checkbox]:after {
	position: absolute;
	width: 15px;
	height: 15px;
	content: " ";
	background-color: #fff;
	color: rgb(111, 111, 111);
	border: 1px solid rgb(111, 111, 111);
	display: inline-block;
	visibility: visible;
	text-align: center;
	border-radius: 0px;
	line-height: 15px;
	left: -2px;
	top: -2px;
}
.pc-checkboxes input[type=checkbox]:checked:after {
	content: "✓";
	font-size: 12px;
}
.pc-btn-controlls>.actions-wrapper>a {
	display: block;
	max-width: 136px;
	margin: auto;
	text-align: center;
}
.calc-reset {
	margin-top: 17px !important;
	text-decoration: underline;
	color: rgb(111, 111, 111);
	font-size: 13px;
	font-weight: 700;
}
.calculator-row .form-group-tooltip .help-box-wrapper{
	left:auto;
	right:25px;
	top:0px;
}

@media (max-width:992px) {
.calculator-row .cs-dropdown{
	margin-bottom: 4px;
}
.calculator-row .form-group-tooltip .help-box-wrapper{
	 top:-16px;
}
.pc-dropdown-wrapper select {
	width: 96%;
}
.calculator-row .pc-checkboxes {
	margin-top: 15px;
}

}

@media (max-width:767px) {

.pc-dropdown-wrapper select {
	width: 91%;
}

}
/************************
  Search Result
*************************/

.search-result {
	font-family: Roboto;
	margin-top: -10px;
}
.result-root p {
	color: rgb(144, 144, 144);
	font-size: 11px;
}
.result-topic h4 {
	/*font-family: 'Helvetica-regular';*/
	color: black;
	font-weight: 700;
	margin-bottom: 8px;
	padding-top:2px;
}
.sr-tags {
	border-bottom: 1px solid rgb(188, 188, 188);
    height: 40px;
    margin-top: 25px;
}
.sr-tag-wrapper {
	float: left;
	display: table;
	margin-left: 15px;
}
.sr-selection-wrapper {
	float: right;
	margin-top: -10px;
}
.sr-tag-wrapper span:first-child {
	margin-right: -4px !important;
}
.sr-selection-wrapper .cs-dropdown{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 25px 1px 12px;
    height: 36px;
}
.sr-tag-wrapper span {
	border: 1px solid rgb(188, 188, 188);
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    height: 40px;
    background-color: rgb(244, 244, 244);
    color: rgb(98, 98, 98);
    font-weight: 600;
    cursor: pointer;

}
.sr-tag-wrapper span.active {
	height: 46px;
    margin-top: -6px;
    padding-top: 14px;
    border-bottom-color: white;
    background-color: white;
    position: relative;

}
.sr-selection-wrapper label, .sort-selection label {
	font-weight: 500;
	font-size: 13px;
	margin: 0;
}
.sr-selection-wrapper label:first-child {
	margin-right: 10px;
}
.sr-selection-wrapper label select, .sort-selection label select {
	background-color: rgb(236, 236, 236);
	box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
}
.sr-selection-wrapper label span, .sort-selection label span {
	margin-right: 10px;
	margin-left: 10px;
}
.result-set>table {
	width: 100%;
	text-align: center;
	border-collapse: separate;
}
.result-set>table th, .sticky-table-head th{
    text-align: center;
    padding: 12px 0 13px 0;
    font-size: 14px;
    font-weight: 700;
    color: #484848;
    background-color: #FFF;
}
.sticky-table-head{
	position:relative;
	z-index:99;
}
.sticky-table-head.is-affixed > table{
	box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
}
.sticky-table-head.is-affixed th{
	border-right:1px solid #CCC;
}
.sticky-table-head.is-affixed th:nth-child(1){
	border-right:0px solid #CCC;
}
.result-set>table th i {
	margin-left: 7px;
}
.result-set>table .vehicle-tags {
	margin-top: 0;
	height: 55px;
}
td.srv-model.vehicle-desc {
	text-align: left;
	position: relative;
}
.srv-img>img {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	object-position: center;
}
.result-set>table tbody tr {
	background-color: #ffffff;
}
.result-set>table tbody tr td {
	border-right: 1px solid rgb(188,188,188);
	border-bottom: 1px solid rgb(188,188,188);
	padding: 5px;
	font-weight: 400;
	font-size: 13px;
	min-width:40px;
    background-color: #f5f5f5;
}
.result-set>table tbody tr:first-child td {
	border-top: 1px solid rgb(188,188,188);
}
.result-set>table tbody tr td.srv-img {
	padding: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	width: 198px;
	vertical-align: top;
    background-color: #fff;
    border-left: 1px solid #ccc;
}
.result-set>table tbody td .vehicle-title {
	font-size: 15px;
	margin: 10px 0;
	margin-top:0;
}
.result-set>table tbody td.srv-model.vehicle-desc .last-element {
	margin-bottom: 5px;
}
.result-set>table tbody td.srv-model.vehicle-desc p.vehicle-chassis {
	font-weight: 500;
}
td.srv-location, td.srv-trans {
	text-transform: uppercase;
}
td.srv-fob .current {
	color: rgb(0, 151, 167);
	font-size: 18px;
	font-weight: 700;
}
td.srv-fob .actual {
	margin-bottom: 0;
	text-decoration: line-through;
}
td.srv-fob .discount {
	font-style: italic;
}
td.srv-model.vehicle-desc {
	padding: 0 15px !important
}
td.srv-est-tot .vehicle-price {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
td.srv-est-tot .theme-btn {
	width: auto;
	color: white;
	height: auto;
	line-height: 1.4;
	padding: 5px 12px;
	font-weight: 700;
	font-size: 13px;
	margin-bottom:0;
}
td.srv-est-tot .btn-cal-total{
		background-color: rgb(0, 51, 84);
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 4px 12px;
    border-radius: 0px;
    margin-bottom: 7px;
    display: inline-block;
	font-weight: 700;
    line-height: 1.2;
}
.scrollToPriceCal.btn-cal-total{
		background-color: rgb(0, 51, 84);
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 4px 12px;
    border-radius: 0px;
    margin-bottom: 7px;
    display: inline-block;
		font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 1223px) {
td.srv-est-tot .theme-btn {
	width: auto;
}
}
tr.spacer {
	display: none;
	height: 0px;
}
.srv-et-change {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 10px;
}
.srv-est-tot .reserved-txt{
	font-size: 18px;
    font-weight: 700;
    margin: 0;
	color: #0a588a;
	margin-bottom:10px;
}
.result-set>table tbody tr.reserved-item td{
	background-color: #CCC;
}
.letmeknow-btn a{
	background-color: rgb(0, 51, 84);
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 5px 12px 4px 12px;
    border-radius: 0px;
    margin-bottom: 7px;
    display: inline-block;
    border: 1px solid transparent;
    font-weight: 700;
}
.letmeknow-btn a:hover,
.letmeknow-btn a:focus{
	background: #ffcc00;
    color: black;
	border-color:#000;
}
.srv-et-change span {
	font-size: 11px;
}
.srv-tag {
	margin-left: -15px;
}
.red-tag {
	background: #ff2424 !important;
}
.red-tag p {
	color: white !important;
}
.red-tag:before {
	border-left: 13px solid #ff2424;
}
.yellow-tag {
	background: #ffdd3f !important;
}
.yellow-tag p {
	color: black !important;
	font-weight: 500;
}
.yellow-tag:before {
	border-left: 13px solid #ffdd3f;
}
.green-tag {
	background: #4fd100 !important;
}
.green-tag p {
	color: black !important;
	font-weight: 500;
}
.green-tag:before {
	border-left: 13px solid #4fd100;
}
.white-tag {
	background: #fff !important;
}
.white-tag p {
	color: black !important;
	font-weight: 500;
}
.white-tag:before {
	border-left: 13px solid #fff;
}
.sort-selection {
	display: inline-block;
}
.sort-selection .cs-dropdown{
	display:inline-block;
	vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 25px 1px 12px;
    height: 36px;
}
.pagination-pages {
	float: right;
}
.pagination-pages label {
	margin: 0;
}
.pagination-pages label span {
	background-color: rgb(236, 236, 236);
	padding: 7px 12px;
	display: table-cell;
	box-shadow: 0px 2px 0px 0px rgba(1, 1, 1, 0.25);
	border: 1px solid #d2d2d2;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	font-size: 13px;
    font-weight: 400;
}
.pagination-pages label span:hover, .pagination-pages label span:active, .pagination-pages label span:focus {
	background-color: #d2d2d2;
}
.pagination-pages label span:first-child {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination-pages label span:last-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pagination-pages label span.active {
	background-color: #d2d2d2;
}
.quater-list {
	list-style-type: none;
	margin-left: -1%;
}
.quater-list>li {
	width: 23%;
	float: left;
	margin: 0% 1%;
	font-size: 14px;
}
.red-title {
	color: rgb(193, 10, 16);
	font-weight: 600;
	margin-bottom: 15px;
}
.popular-vehicles {
	margin: 0;
	margin-bottom: 25px;
	float: left;
	color: rgb(80, 80, 80);
}
.pv-row {
	margin-left: 0;
	margin-right: 0;
	border-radius: 0px;
	background-color: rgb(234, 234, 234);
	padding: 20px 40px;
	font-weight: 500;
	/*font-family: 'Helvetica-regular';*/
}
.pv-intro, .pv-models, .pv-types {
	margin: 0;
	margin-bottom: 25px;
}
.pv-intro p {
	margin-bottom: 0;
}
.stock-list-result {
	display: block;
}
.price-list-result {
	display: none;
	margin: 25px 0;
}
.account-list-result {
	display: block;
}
.contact-list-result {
	display: none;
	margin: 25px 0;
}
.shipment-list-result {
	display: none;
	margin: 25px 0;
}
.discount-list-result {
	display: none;
	margin: 25px 0;
}
.pls-table {
	overflow: auto;
}
.pl-btn {
	border-radius: 4px;
	background-color: rgb(236, 236, 236);
	box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
	padding: 6px 12px;
	margin-right: 8px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pl-btn.active {
	background-color: rgb(134, 203, 0);
	color: #333;
}
.pl-btn:hover {
	color: white !important;
	background-color: #ff6c00;
}
.pl-short-result {
	margin: 15px 0;
	margin-bottom: 5px;
}
.pl-min-max {
	float: right;
}
.pls-table table {
	width: 100%;
	font-size: 13px;
}
.pls-table table td {
	font-weight: 500;
}
.pls-table table td.total {
	color: #337cd6;
}
.pls-table table td.value {
	color: #337cd6;
	background: #e0f1fc;
}
.pls-table table td.high {
	color: #337cd6;
	background: rgb(134, 203, 0);
}
.pls-table table td, .pls-table table th {
	border: 1px solid #dddddd;
	padding: 2px;
	text-align: center;
}
.pls-table table>tbody tr:first-child {
	background: #ececec;
}
.pls-table table .pl-price-title {
	background: #ececec;
}
.pls-table table>thead th {
	background: #cccccc !important;
	padding: 8px 3px;
	color: #333;
	font-size: 13px;
}
.pls-table table .vertival-col {
	background: #cccccc !important;
	font-weight: 600;
	color: #333;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}

@media (max-width:991px) {

.quater-list>li {
	width: 50%;
    margin: 0;
    padding: 0 5px;
}
.result-set,  #sr-pagination {
	display: none;
}
.popular-vehicles {
	margin-top: -10px;
}
.pv-row {
    padding: 20px 15px;
}
.pv-models{
	margin-bottom:0;
}

}

@media (max-width:767px) {

.popular-vehicles {
	margin-top: 0;
}
.quater-list>li {
	width: 100%;
}

}

/************************
  Single Vehicle
*************************/

#sv-single-vehicle {
	margin-top: 94px;
}
.sv-slider-item img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	object-position: center;
}
.sv-slider .owl-thumbs {
	white-space: nowrap;
	overflow: auto;
}
.sv-slider .owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	right: 0;
	left: 0;
}
.sv-slider .owl-nav>button {
	position: absolute;
	height: 27px;
	width: 27px;
	border: 2px solid #333 !important;
	border-radius: 0%;
	background: rgba(206, 205, 205, 0.6) !important;
	color: #333 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sv-slider .owl-nav>button.owl-prev {
	left: 15px;
}
.sv-slider .owl-nav>button.owl-next {
	right: 15px;
}
.sv-slider .owl-nav>button>i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sv-slider .owl-nav>button.owl-next>i {
	left: 58%;
}
.sv-slider .owl-nav>button.owl-prev>i {
	left: 45%;
}
.sv-slider .owl-nav>button:focus, .sv-slider .owl-nav>button:active, .sv-slider .owl-nav>button:hover {
	background: white !important
}
.thumbnail-slider {
	position: relative;
}
.thumbnail-slider .owl-nav {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	color: white;
}
.thumbnail-slider .owl-carousel .owl-stage-outer {
	position: relative;
	z-index: 9;
}
.thumbnail-slider .owl-item {
	cursor: pointer;
}
.thumbnail-slider .owl-carousel .owl-item img {
	height: 75px;
	object-fit: cover;
	object-position: center;
}
.thumbnail-slider .owl-item.active {
	border: 4px solid transparent;
}
.thumbnail-slider .owl-item.active.current {
	border-color: #ff6c00;
}
.thumbnail-slider .owl-nav button {
	position: absolute;
	background: #333 !important;
	height: 100%;
	width: 30px;
	z-index: 999;
}
.thumbnail-slider .owl-nav button.owl-prev {
	left: 0;
}
.thumbnail-slider .owl-nav button.owl-next {
	right: 0;
}
#specification {
	padding: 20px 0;
}
.spe-title {
	font-weight: 600;
	color: #333;
	font-size: 18px;
	margin: 17px 0;
}
#specification .dark-txt {
	font-family: "Roboto";
	color: rgb(63, 63, 63);
	font-weight: 900;
}
#specification .dark-value {
	font-family: "Roboto";
	font-weight: 400;
}
#specification table {
	width: 100%;
	border-collapse: separate;
}
#specification table>tbody td {
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(197, 197, 197);
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 6px 12px;
    font-size: 13px;
}
#specification table>tbody td.dark-txt {
	border-right-width: 0;
}
#specification table>tbody td {
	border-bottom-width: 0;
}
#specification table>tbody>tr:last-child td {
	border-bottom-width: 1px;
}
#specification table>tbody td.dark-value {
	border-left-width: 0;
}
#specification table>tbody>tr:first-child>td.dark-txt:first-child {
	border-top-left-radius: 0px;
}
#specification table>tbody>tr:first-child>td.dark-value:last-child {
	border-top-right-radius: 0px;
}
#specification table>tbody>tr:last-child>td.dark-txt:first-child {
	border-bottom-left-radius: 0px;
}
#specification table>tbody>tr:last-child>td.dark-value:last-child {
	border-bottom-right-radius: 0px;
}
#specification table>tbody>tr>td.beauty-border {
	border-right-width: 0;
}
#dspecification {
	padding: 20px 0;
}
.dspe-title {
	font-weight: 600;
	color: #333;
	font-size: 18px;
	margin: 17px 0;
}
#dspecification .dark-txt {
	font-family: "Roboto";
	color: rgb(63, 63, 63);
	font-weight: 900;
}
#dspecification .dark-value {
	font-family: "Roboto";
	font-weight: 400;
}
#dspecification table {
	width: 100%;
	border-collapse: separate;
}
#dspecification table>tbody td {
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(197, 197, 197);
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 6px 12px;
    font-size: 13px;
}
#dspecification table>tbody td.dark-txt {
	border-right-width: 0;
}
#dspecification table>tbody td {
	border-bottom-width: 0;
}
#dspecification table>tbody>tr:last-child td {
	border-bottom-width: 1px;
}
#dspecification table>tbody td.dark-value {
	border-left-width: 0;
}
#dspecification table>tbody>tr:first-child>td.dark-txt:first-child {
	border-top-left-radius: 0px;
}
#dspecification table>tbody>tr:first-child>td.dark-value:last-child {
	border-top-right-radius: 0px;
}
#dspecification table>tbody>tr:last-child>td.dark-txt:first-child {
	border-bottom-left-radius: 0px;
}
#dspecification table>tbody>tr:last-child>td.dark-value:last-child {
	border-bottom-right-radius: 0px;
}
#dspecification table>tbody>tr>td.beauty-border {
	border-right-width: 0;
}
.feature-list-wrapper ul {
	list-style-type: none;
	width: calc(100% + 9px);
	margin-left: -3px;
	display: table;
}
.feature-list-wrapper ul>li {
	width: 25%;
	float: left;
	padding: 3px;
}
.fl-tag {
	color: rgb(197, 197, 197);
	border: 1px solid rgb(197, 197, 197);
	border-radius: 0px;
	display: table;
	width: 100%;
	padding: 1px 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	min-height: 45px;
	font-size: 13px;
}
.icon-holder {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.fl-tag i {
	height: 17px;
    width: 17px;
   	border-radius: 0%;
    background: #333;
    color: white;
    display: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fl-tag i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.feature-list-wrapper ul>li.active .fl-tag i {
	display: block;
}
.fl-tag span {
	display: table-cell;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 10px;
    width: 18px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
}
.feature-list-wrapper ul>li.active .fl-active>i {
	display: block;
}
.feature-list-wrapper ul>li.active .fl-tag {
	background-color: rgb(246, 246, 246);
	color: #333;
}
.feature-desc {
	margin: 25px 0;
}
.root-sv-title {
	font-weight: 600;
	text-decoration: underline;
}
.sv-content {
	margin: 20px 0;
}
.sv-content .sv-root-row{
	padding-top:0px;
}
.sv-root-row .result-root {
	display: inline-block;
}
.sv-root-row .sv-views {
	float: right;
	font-size: 13px;
	font-weight: 700;
	margin-top: 2px;
}
.sv-des-row .sv-title {
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
	font-size: 30px;
	margin-top: 3px;
}
.sv-price-row .vehicle-price {
	margin-top: 10px;
}
.sv-td-check.pc-checkboxes label i {
	margin-left: 0;
}
.sv-des-row .sv-ref-txt {
	font-size: 12px;
	font-weight: 700;
	color: #333;
}
.sv-tags-wrapper {
	display: table;
	margin-top: 14px;
	width: 100%;
}
.sv-tags-wrapper>div {
	display: table-cell;
	vertical-align: middle;
}
.sv-tags-wrapper .sv-tags .vehicle-tags {
	margin-top: 0;
	height: auto;
}
.sv-tags-wrapper .sv-tags .vehicle-tags .tag {
	margin-left: -30px;
}
.sv-tags-wrapper .sv-tags .vehicle-tags .primary-tag p {
	font-size: 15px !important;
}
.sv-tags-wrapper .sv-tags .vehicle-tags .tag p {
	font-size: 13px;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 10px;
}
.sv-tags-wrapper .sv-tags .vehicle-tags .tag:before {
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}
.sv-tags-wrapper .sv-labels {
	text-align: right;
	font-size: 13px;
	text-decoration: underline;
	line-height: 20px;
}
.sv-tags-wrapper .sv-labels p {
	margin-bottom: 0;
}
.sv-tags-wrapper .sv-labels .favourite {
	text-align: right;
	margin: 0;
}
.sv-price-row .vehicle-price {
	text-align: left;
	padding: 0;
}
.sv-price-row .vehicle-price .actual-price {
	font-size: 12px;
	color: rgb(167, 167, 167);
}
.sv-price-row .vehicle-price .selling-price {
	font-size: 20px;
}
.sv-price-row .vehicle-price .selling-price span {
	color: rgb(167, 167, 167);
	font-size: 12px;
}
.sv-btn-wrapper {
	margin: 10px 0px;
}
.sv-btn-wrapper .btn {
	height: 40px;
	padding: 10px 22px;
	font-size: 15px;
}
.sv-btn-wrapper .sv-enquire-btn {
	color: #ff6c00;
	text-decoration: underline;
	font-weight: 700;
	font-size: 18px;
}
.sv-transport-details {
    border: 1px solid rgb(192, 192, 192);
    border-radius: 0px;
    background-color: rgb(243, 243, 243);
    padding: 30px;
    position: relative;
    margin: 20px 0 30px;
}
.sv-transport-details.sv-td-step2 {
	padding: 20px 30px;
}
.title-pre {
	position: absolute;
	left: -30px;
	margin-top: 3px;
}
.sv-td-title {
	font-size: 18px;
	color: #ff6c00;
	font-weight: 600;
}
.sv-td-sel {
	display: table;
	width: 100%;
	margin: 15px 0;
}
.sv-td-sel>div {
	display: table-cell;
	width: 50%;
}
.sv-td-sel select {
	width: 87%;
	margin-bottom: 10px;
	color: rgb(30, 30, 30);
	border: 1px solid rgb(197, 197, 197);
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
	font-weight: 400;
	font-size:13px;
}
.sv-td-sel>div i {
	color: #b3c1ca;
	font-size: 16px;
	margin: 0px;
}
.sv-td-check {
	margin: 5px 0;
}
.sv-td-check>label {
	display: inline-block;
	position: relative;
}
.sv-td-check input[type=checkbox] {
	margin-left: 3px;
	margin-top: -2px;
	margin-right: 30px;
	vertical-align: top;
}
.sv-transport-details .sv-td-check input[type=checkbox] {
	margin-top: 1px;
}
.sv-td-check.pc-checkboxes input[type=checkbox]:after {
	width: 20px;
	height: 20px;
}
.sv-td-check.pc-checkboxes input[type=checkbox]:checked:after {
	font-size: 15px;
	padding-top: 3px;
}
.sv-td-table table {
	width: 100%;
	border-collapse: separate;
	background-color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	border: 1px solid rgb(192, 192, 192);
    border-radius: 0px;
    overflow: hidden;
}
.sv-td-table table>tbody>tr>th {
	vertical-align: top;
	padding-top: 10px;
	color: rgb(70, 70, 70);
	border-top: 1px solid rgb(192, 192, 192);
    position: relative;
    top: -1px;
	border-bottom:0;
}
.sv-td-table table>tbody>tr .select-btn-wrap .btn {
	border: 1px solid rgb(192, 192, 192);
	height: auto;
	padding: 2px 15px;
	font-size: 12px;
	margin: 6px 0;
}
.sv-td-table>table th, .sv-td-table>table td {
	border-bottom: 1px solid rgb(192, 192, 192);
	padding: 12px 12px;
}
.sv-td-table>table td {
	padding: 1px 10px;
}
.sv-td-table>table>thead th {
	border-right-width: 0;
	border-left-width: 0;
	color: rgb(70, 70, 70);
	padding: 6px 12px;
}
.sv-td-table>table>thead th:first-child {
	border-left-width: 1px;
	border-top-left-radius: 0px;
}
.sv-td-table>table>thead th:last-child {
	border-right-width: 1px;
	border-top-right-radius: 0px;
}
.sv-td-table>table td {
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
}
.sv-td-table>table td.price-tot {
	color: rgb(0, 78, 128);
}
.sv-td-polygon {
	text-align: center;
	margin: -15px 0;
}
.sv-td-table>table td:last-child {
	border-right-width: 1px;
}
.sv-td-table>table>tbody>tr:last-child {
	border-left: 0;
}
.sv-td-table>table>tbody>tr:last-child td {
	border-bottom:0;
}
.special-tags .primary-tag p {
	font-size: 18px !important;
}
.special-tags .primary-tag.tag:before {
	border-top: 16px solid transparent !important;
	border-bottom: 14px solid transparent !important;
}
.td-table-annotate {
	margin: 15px 0;
	font-size: 13px;
}
.td-table-annotate>ul {
	list-style-type: none;
	width: 100%;
	display: table;
}
.td-table-annotate>ul>li {
	margin-left: 0px;
	margin-right: 5px;
	padding: 5px 0;
	display: inline-block;
	vertical-align: top;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -0.2px;
}
.td-table-annotate>ul>li>img {
	margin-right: 7px;
}
.td-note {
	display: table;
	width: calc(100% + 60px);
	margin-left: -30px;
	padding: 0 30px;
	border-top: 1px solid rgb(192, 192, 192);
	padding-top: 20px;
	margin-bottom: -10px;
}
.note-icon, .note-txt {
	display: table-cell;
	vertical-align: middle;
}
.note-icon>img {
	height: 40px;
	width: auto;
	margin-right: 20px;
}
.note-txt>h2 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-top: 0;
	margin-bottom: 2px;
}
.note-txt>p {
	margin-bottom: 0;
	font-size: 13px;
}
.select-btn-wrap.active>.sel-btn {
	background: #ff6c00;
	color: white;
}
.sel-btn, .login-btn {
	-webkit-transition: all 0.3s all;
	-moz-transition: all 0.3s all;
	-ms-transition: all 0.3s all;
	transition: all 0.3s all;
}
.sel-btn:hover, .login-btn:hover {
	background: #ff6c00 !important;
	color: white !important;
}
.sv-td-heading {
	position: relative;
}
.single-easy-search.active {
	color: #c10a10;
}
.sv-td-step2 .sv-td-heading {
	width: 80%;
	display: inline-block;
	vertical-align: top;
}
.login-btn-wrapper {
	right: -8px;
	width: 18%;
	position: relative;
	display: inline-block;
	text-align: right;
}
.login-btn-wrapper a.login-btn.btn {
border: 1px solid rgb(192, 192, 192);
    height: 26px;
    padding: 5px 12px;
    background: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
}
.sv-td-heading>p {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.sv-td-form {
	margin: 25px 0;
	margin-bottom: 0;
}
.sv-td-form>form div>label {
	display: block;
	margin: 0;
	font-weight: 100;
	font-size: 13px;
	margin-top: 10px;
}
.sv-td-form>form>div input,
.sv-td-form>form>div select.cs-dropdown.border {
	width: 100%;
	background-color: white;
	height: 35px;
	border: 1px solid rgb(192, 192, 192);
	border-radius: 0px;
	color: rgb(98, 98, 98);
}
.required-err {
	display: inline-block !important;
	font-size: 11px !important;
	font-style: italic;
	margin-top: 7px !important;
	margin-bottom: 5px !important;
}
.form-submit .theme-btn.btn {
	display: block;
	font-size: 15px;
	padding: 12px 12px 10px 12px;
}
.form-submit .pc-checkboxes>label {
	text-align: center;
}
.form-submit .pc-checkboxes input[type=checkbox] {
	float: none;
}
.ml-vehicles ul {
	list-style-type: none;
	display: inline-block;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
.ml-vehicles ul>li {
	width: 16.66%;
	padding: 0 5px 0 0px;
}
.recently-viewed {
	margin-bottom: 35px;
}
.recently-viewed.top-spaced {
	/*font-family: 'Helvetica-regular';*/
	margin-top: 52px;
	margin-bottom: 35px;
}

@media only screen and (max-width:1220px) {

.ml-vehicles .vehicle-boxes>li,  .ml-vehicles .vehicle-boxes>li:first-child,  .ml-vehicles .vehicle-boxes>li:last-child {
	width: calc(100% / 4);
}

}

@media only screen and (max-width:1199px){

#specification table>tbody td {
	padding: 8px 5px;
}
.vhicleboxes-space992 {
	margin-left: -10px;
	margin-right: -10px;
}

}

@media only screen and (max-width:992px) {

.recently-viewed.top-spaced {
	margin-top: 10px;
	margin-bottom: 20px;
}
.ml-vehicles .vehicle-boxes>li,  .ml-vehicles .vehicle-boxes>li:first-child,  .ml-vehicles .vehicle-boxes>li:last-child {
	width: calc(100% / 4);
}
.fl-tag {
	min-height: 60px;
}
.fl-tag span {
	height: 35px;
}

}

@media only screen and (max-width:768px) {

.ml-vehicles .vehicle-boxes>li,  .ml-vehicles .vehicle-boxes>li:first-child,  .ml-vehicles .vehicle-boxes>li:last-child {
	width: calc(100% / 2);
}
.vhicleboxes-space992 {
	margin-left: 0px;
	margin-right: 0px;
}

}

/* Local Home Page */
.local-city-delivery .dark-container {
	padding-bottom: 40px;
}
.heading .heading-flag img {
	margin-right: 0;
	margin-top: 0;
	margin-left: 15px;
	max-width: 40px;
}
.local-city-delivery .map-wrapper {
	margin-left: 35px;
	margin-bottom: 15px;
	width: 90%;
}
.local-city-delivery .map-wrapper img {
	max-width: 100%;
}
.map-delivery-details {
	margin-left: 35px;
}
.map-delivery-details .map-delivery-details-heading {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	color: #252525;
}
.map-delivery-details .map-delivery-details-subheading {
	font-size: 13px;
	font-weight: 300;
}
.benifits-wrapper {
	margin-right: 35px;
	margin-left: 34px;
}
.benifits-wrapper table th {
	color: #252525;
}
.benifits-wrapper table th, .benifits-wrapper table td {
	width: 33%;
	padding: 10px 5px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	line-height: 1.2;
}
.benifits-wrapper table tr th:first-child, .benifits-wrapper table tr td:first-child {
	text-align: left !important;
}
.benifits-wrapper table tr {
	border-bottom: 0.1px solid #bebebe;
}

/* local contact section */
.local-contact-office .dark-container {
	padding-bottom: 40px;
}
.local-contact-details-heading {
	font-size: 14px;
	font-weight: 700;
	color: #252525;
}
.local-contact-details-subheading {
	font-size: 13px;
	font-weight: 300;
}
.local-contact-office .map-wrapper {
	margin-right: 35px;
}
.local-contact-office .map-wrapper img {
	max-width: 100%;
}
.local-contact-details-col1 {
	margin-left: 35px;
}
.contact-details-list {
	list-style: none;
}
.local-contact-details-heading.office-hours {
	margin-bottom: 0;
}
.local-contact-details-col2 {
	padding: 15px 0;
}
.contact-email, .contact-phone {
	margin-bottom: 15px;
}
.contact-details-list .sub-list-heading {
	padding-left: 25px;
	font-size: 11px;
}
ul.contact-details-list li span {
	padding-left: 10px;
}
.contact-details-list li {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 3px;
}
.contact-details-list li i {
	color: #000;
}
.contact-details-list li img {
	max-width: 13px;
	max-height: 13px;
}
.select-local-offices-list {
	list-style: none;
}
.select-local-offices-list li {
	font-size: 15px;
	font-weight: 700;
	padding: 10px 10px 8px;
	border-radius: 0px;
	line-height: 1;
	vertical-align: middle;
	margin: 5px 0px;
	color: #252525;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.select-local-offices-list li img {
	float: right;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.select-local-offices-list li.active {
	background-color: #fff;
	color: #c10a10;
}
.select-local-offices-list li:hover {
	background-color: #fff;
	color: #c10a10;
}
.select-local-offices-list li:hover img {
	opacity: 1;
}
.select-local-offices-list li.active img {
	opacity: 1;
}

/* local Faq section*/
.faq-section .container {
	padding-bottom: 40px;
}
.faq-section .faq-box {
	padding: 0px 35px;
	margin-bottom: 20px;
}
.faq-box-title-wrapper {
	padding: 10px 0px;
	cursor: pointer;
}
.faq-box-title-wrapper::after {
	float: right;
	content: '';
	background-image: url(../images/accrodian-plus.png);
	max-width: 20px;
	max-height: 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.search-fields .vehicle-count h2 span {
	border-bottom: 1px solid rgb(255, 196, 198);
	display: inline-block;
}
.faq-box-title-wrapper.open-accro::after {
	background-image: url(../images/accrodian-minus.png);
	opacity: 0.5;
}
.faq-box-title {
	margin-bottom: 0px;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #252525;
	max-width: 90%;
}
.map-wrapper iframe {
	border: 1px solid #bebebe !important;
}
.faq-box-text-wrapper {
	padding: 0px 0px 15px;
	margin-right: 30px;
	display: none;
}
.faq-box-text-wrapper p {
	font-size: 13px;
	margin: 0;
}
.faq-box-question-wrapper {
	border-bottom: 0.1px solid #bebebe;
}
.faq-text p{
	display: inline-block!important;
}
.faq-text .view-all{
	margin-right: 32px;
}
.benefit-txt .heading{
	margin-left: 35px;
}

@media only screen and (max-width: 992px) {

.benifits-wrapper {
	margin-right: 0px;
	margin-left: 35px;
}
.btm-wrap .heading img{
	margin-right: 10px;
	margin-left: 1px;
}
.heading .heading-flag img{
	max-width: 24px;
	margin-right: 0px;
	margin-left: 5px;
}

}

@media only screen and (max-width:768px) {

	.local-city-delivery .map-wrapper{
		width: 100%;
	}

}

@media only screen and (max-width: 767px) {

.local-city-delivery .dark-container,  .local-contact-office .dark-container,  .faq-section .dark-container {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.btm-wrap .heading img{
	margin-left: -19px;
}
.heading .heading-flag img {
	margin-left: 10px;
	max-width: 30px;
}
.local-city-delivery .map-wrapper,  .map-delivery-details,  .local-contact-details-col1 {
	margin-left: 0px;
}
.faq-box-title {
	width: 90%;
}
.faq-section .faq-box {
	padding: 0;
}
.benifits-wrapper {
	margin-right: 0px;
	margin-left: 0px;
}
.local-contact-office .map-wrapper {
	margin-right: 0px;
}

.faq-text .visible-xs{
	display: inline-block!important;
}

.faq-text .view-all{
	margin-right: 0px;
}

}

@media only screen and (max-width: 360px) {

.benifits-wrapper {
	overflow-x: scroll;
}
.benifits-wrapper table th,  .benifits-wrapper table td {
	width: 28%;
	padding: 10px 14px 10px 0px;
	font-size: 12px;
	line-height: 1.2;
}
.heading .heading-flag img {
	margin-left: 5px;
	max-width: 22px;
}

}

/* local request call */
.local-home-req-call .contact-also {
	display: table;
	width: 95%;
	text-align: left;
	margin: 0 auto;
}
.local-home-req-call .contact-also>.call-staff, .local-home-req-call .contact-also>p {
	display: table-cell;
	vertical-align: middle;
}
.local-home-req-call .contact-also>.call-staff img {
	height: 70px;
	width: 70px;
	max-height: 70px !important;
}

@media (max-width:991px) {

.local-home-req-call .contact-also {
	text-align: center;
}
.local-home-req-call .contact-also>.call-staff,  .local-home-req-call .contact-also>p {
	display: block;
}
.local-home-req-call .contact-also>p {
	line-height: 2;
	margin-top: 15px;
}
.map-wrapper iframe {
	width: 100%;
	height: 300px;
}

}

/* end of local request call */
.country-select .locations {
	position: absolute;
	bottom: 0;
	left: 59px;
	top: 20px;
	cursor: pointer;
	margin-top: 3px;
	transition: all 0.5s;
}
.dropbtn {
	border: none;
	cursor: pointer;
	position: relative;
	min-width: 95px;
	font-size: 12px;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	width: 150px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	padding-top: 5px;
}
.dropdown-content a {
	color: black;
	padding: 5px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a .list-logo {
	float: left;
}
.dropbtn .list-logo {
	float: none;
}
.dropdown a:hover {
	background-color: #ddd;
}
.show {
	display: block;
}
.dropbtn i {
	position: absolute;
	z-index: 11;
	top: 0px;
	right: 0px;
}

@media (max-width:991px) {

.country-select .locations {
	left: 82px;
	top: 33px;
}
.benefit-txt .heading{
	margin-left: 0px;
}

}

.login-btn-wrapper a i {
	float: right;
	padding-left: 4px;
	margin-top: 1px;
	margin-right: -1px;
}
.login-btn-wrapper a i {
	float: none;
	padding-left: 4px;
	margin-top: 1px;
	margin-right: -1px;
}
input, input:before, input:after {
	-webkit-user-select: initial !important;
	-khtml-user-select: initial !important;
	-moz-user-select: initial !important;
	-ms-user-select: initial !important;
	user-select: initial !important;
}

@media (min-width:992px) {

header .primary-nav {
	transition: ease 0.3s all;
}
header.sticky-nav .primary-nav {
	padding-top: 10px !important;
	padding-bottom: 5px !important;
}

}

header.sticky-nav {
	min-height: 78px;
}

/* Fixes */
.p-t-10 {
	padding-top: 10px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.m-l-10 {
	margin-left: 10px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-r-0 {
	margin-right: 0px !important;
}
.m-l-0 {
	margin-left: 0px !important;
}
.m-t-20 {
	margin-top: 20px;
}
.f-s-italic {
	font-style: italic;
}
.float-r {
	float: right;
}

/* New Cta */
.new-cta {
	padding: 0 0px 0px 20px;
	list-style: none;
	text-align: left;
	font-size: 20px;
}
.new-cta li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.new-cta li a {
	color: #fff044;
}
.new-cta li a:hover, .new-cta li a:focus{
	color: #000;
}
.new-cta li a img {
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px !important;
}

@media only screen and (max-width:991px){

.new-cta{
	padding: 0px;
	font-size: 13px;
}
.new-cta li{
	margin-right: 7px;
}
.new-cta li a img{
	max-width: 20px;
}
.req-call{
	padding: 20px 0;
}

}

@media only screen and (max-width:767px){

.call-txt p{
	margin: 0px;
}
.main-heading{
	font-style: italic;
	font-size: 20px;
}
.sub-heading{
	font-size: 16px;
	color: #fff045;
}
.req-call{
	padding: 0px;
}
.mb-call-top{
	padding: 20px 0px 19px 0px;
	border-bottom: 1px solid #dd2f35;
}
.mb-call-mid{
	padding: 24px 0px 23px 0px;
	border-bottom: 1px solid #dd2f35;
}
.mobile-req-call-img{
	max-width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
.sml-heading{
	font-size: 14px;
	color: #fff;
}
.mb-pop-call{
	display: inline-block;
}
.mb-call-btm{
	padding: 28px 0px 22px 0px;
}
.bd-right-call{
	border-right: 1px solid #dd2f35;
}

}

@media only screen and (max-width: 360px) {

.sub-heading{
	font-size: 14px;
}
.sml-heading{
	font-size: 13px;
}

}

/* Drop Downs New  */

.dropdown-head-span {
	color: #8c8787;
	font-size: 13px;
	vertical-align: middle;
}
.slider-result-new {
	display: inline-block;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #e6a06d;
	outline: 1px solid #ffcc00;
}
.slider-result-new p {
	margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 2px;
}
.bar-slider-wrapper{
	height: 55px;
    position: relative;
}
.svg-bar-chart{
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	padding-right: 15px;
    padding-left: 15px;
}
.noUi-target,.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
	z-index: 10;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s,top .3s;
	transition: left 0.3s,top .3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-base,.noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.noUi-horizontal {
	height: 5px;
}
.bar-slider-wrapper .noUi-horizontal .noUi-handle {
	left: -10px;
    top: -7px;
    width: 21px;
    height: 21px;
    border-radius: 0px;
    background-color: #ffcc00;
    z-index: 9;
    box-shadow: 0px 2px 2px 0px rgba(1, 1, 1, 0.25);
}
.bar-slider-wrapper .noUi-handle:after{
    text-align: center;
    content: "< >";
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    font-size: 10px;
    font-weight: bold;
    padding-left: 1px;
}
.noUi-background {
	background: #b1b1b1;
}
.bar-slider-wrapper .noUi-handle.noUi-active{
	background-color:#ffffff;
}
.noUi-connect {
	background: #ff6c00;
	-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 0px;
}
.noUi-target {
	border-radius: 0px;
}

/* Handles and cursors */

.noUi-draggable {
	cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}
.noUi-handle {
	cursor: default;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
[disabled].noUi-connect,[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-origin,[disabled] .noUi-handle {
	cursor: not-allowed;
}
.graph {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	position:relative;
	position: absolute;
	bottom:0;
}
.graphline {
    width: calc(100% / 1);
    display: block;
    background: rgb(199, 199, 199);
    float: left;
    margin: 0px 0.5px;
	position:relative;
}
.bar-slider-wrapper .graphline.fill{
	background-color:#5a5a5a;
}
.svg-bar-chart {
	width: 100%;
}
.bar-slider-wrapper .slider-bar{
    width: 100%;
    height: 5px;
    background-color: #b1b1b1;
    top: -5px;
    border-radius: 0px;
    position: relative;
}
.bar-slider-wrapper .slider-min,
.bar-slider-wrapper .slider-max{
	position: absolute;
    left: -12px;
    top: 21px;
	text-align:center;
	line-height:1.2;
	font-size: 14px;
    font-weight: 700;
	text-transform:uppercase;
}
.bar-slider-wrapper .slider-max{
    right: -12px;
	left:auto;
}
.bar-slider-wrapper .slider-min > span,
.bar-slider-wrapper .slider-max > span{
	display:block;
	font-size:12px;
}

/* Product page mobile */

@media (max-width: 768px) {

.specification-tbl {
	overflow-x: scroll;
}
.sv-td-table {
	overflow-x: scroll;
}
.feature-list-wrapper ul>li {
	width: 33.3%;
}

}

@media (max-width: 360px) {

.feature-list-wrapper ul>li {
	width: 50%;
}

}

@media screen and (min-width:992px) and (max-width:1199px) {

.search-img {
	padding-left: 0px;
	padding-right: 0px;
}
.search-options > input::placeholder, .search-options > select {
 padding: 0 6px !important;
}
.search-options > input::placeholder {
 font-size: 12px;
}
.search-options > .make, .search-options > .model {
	width: 10%;
	line-height: 37px;
}
.search-options .ads-dropdown {
	width: 17%;
}
.search-options > .theme-btn {
	font-size: 13px;
	width: 13%;
}
.uld-txt {
	padding: 0 6px;
}
.login-btn-wrapper a.login-btn.btn {
	font-size: 13px;
	padding: 4px 15px 4px 10px;
}
.login-btn-wrapper a i {
	margin-right: -10px;
}
.social {
	text-align: right;
}

}

@media (max-width: 1366px) {

.sticky-chat {
	top: 90px;
}

}

@media screen and (min-width:992px) and (max-width:1261px) {

.new-cta {
	padding: 0 0px 0px 0px;
	font-size: 17px;
}
.td-table-annotate {
	font-size: 12px;
}

}

@media screen and (min-width:992px) and (max-width:1220px) {

.result-set > table th {
	font-size: 13px;
}
.primary-nav .lower-nav > ul {
	font-size: 14px;
}
.primary-nav .upper-nav > ul > li, .primary-nav .lower-nav > ul > li {
	margin-left: 15px;
}
.search-bar {
	margin-top: -104px;
}
.lower-nav > ul > li:hover .mega-dropdown {
	top: 29px;
}

}
.ml-vehicles ul > li:last-child {
	padding-right: 0px;
	float: right;
}

/*Vehicle Boxes Start*/

.d-row {
	/*display: table-row;*/
	position: relative;
}
.d-cell {
	display: table-cell;
}
.vehicle-bx-body {
	height: 100%;
}
.vehicle-bx-wrapper {
	display: block;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	height: 100%;
}
.vehicle-bx {
	width: 100%;
	background: #eaeaea;
	border-radius: 0px;
	box-shadow: 0px 2px 2px #bbb;
	font-family: 'Roboto', sans-serif;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding: 0px 0px 0px 0px;
}
.vehicle-bx .d-table {
	height: 100%;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.vehicle-bx-img-block {
	position: relative;
}
.vehicle-bx .d-cell {
	position: relative;
}
.vehicle-bx-img-block .d-cell {
	vertical-align: top;
}
.vh-item-row {
	margin-right: -10px;
	margin-left: -10px;
}
.vh-item-pr-row{
	margin-right: -15px;
	margin-left: -15px;
}
.first-pointer {
	top: -15px;
}
.second-pointer {
	top: -11px;
}
.vh-pointer span {
	margin-bottom: 0;
	padding: 0px 0;
	font-size: 11px;
	font-weight: 500;
}
.vh-img {
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.vh-img:hover img, .vh-img:active img, .vh-img:focus img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.vh-img img {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
	min-height: 100%;
	object-fit: fill;
	object-position: center;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.vh-tags {
	margin-top: -13px;
	position: absolute;
}
.vh-tags.srch-tble-tag{
	position:relative;
	margin-top:0;
	left:-15px;
}
.vh-tags.srch-tble-tag .vh-pointer{
	display:table;
	padding-top:2px;
}
.vh-tags.srch-tble-tag .vh-pointer span{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.vh-desc {
	padding: 0 5px;
	margin-top: 22px;
	margin-bottom: 0px;
	position: relative;
}
.vh-desc .year {
	font-size: 12px;
	margin-bottom: 0;
}
.vh-desc .vehicle-title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1;
	text-transform: capitalize;
}
.vh-desc .vehicle-milage {
	margin-bottom: 0;
	font-size: 12px;
}
.vh-desc .vehicle-chassis {
	margin-bottom: 0;
	font-size: 12px;
}
.vh-box-footer {
	padding: 10px 15px 20px 15px;
}
.vh-price {
	color: #0a588a;
	text-align: center;
	padding: 0 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 900;
}
.vh-price .actual-price {
	text-transform: uppercase;
	text-decoration: line-through;
	color: rgb(98, 98, 98);
}
.vh-price p:last-child {
	font-weight: 900;
	font-size: 15px;
}
.vh-price p {
	font-weight: normal;
	margin-bottom: 0;
}
.see-vh-btn .theme-btn {
	display: block;
}
.vh-compare {
	text-align: center;
	width: 100%;
	text-decoration: underline;
	margin-bottom: 0;
	margin-top: 6px;
	font-size: 12px;
	color: #ff6c00;
	font-weight: 700;
}
.vh-favourite {
	text-align: center;
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 12px;
	cursor: pointer;
}
.vh-favourite i {
	padding-right: 5px;
}
.vh-pointer {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1px 27px 7px 16px;
	display: table;
	background-position: center right;
}
.vh-bx-btm {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 8px 12px;
	width: 85%;
	border-top: 0px solid #bdbebf;
	vertical-align: bottom;
	text-align: center;
}
.vh-box-cta {
	padding: 0 15px 20px 5px;
}
.body-scroll {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	height: 100%;
}
.vehicle-bx-body .body-scroll {
	overflow-x: hidden;
}
p.no-price {
	margin-top: 2.8rem;
}
.clr-top-sp {
	margin-top: 30px;
}

/*tag colors*/

.red-pointer {
	background-image: url(../images/tags/tag-red.svg);
}
.white-pointer {
	background-image: url(../images/tags/tag-white.svg);
}
.green-pointer  {
	background-image: url(../images/tags/tag-green.svg);
}
.yellow-pointer {
	background-image: url(../images/tags/tag-yellow.svg);
}
.red-pointer span {
	color: #FFFFFF;
}
.white-pointer span {
	color: #000;
}
.green-pointer span {
	color: #000;
}
.yellow-pointer span {
	color: #000;
}
.blue-pointer span {
	color: #fff;
}
.dark-green-pointer {
	color: #FFFFFF;
}

/*tag colors*/

/*Stock by Country Start*/

.country-blk {
	background-color: #eaeaea;
	margin-bottom: 20px;
}
.top-country-block .heading {
	float: left;
}
.top-country-block .view-all {
	padding-right: 38px;
}

/*Stock by Country End*/

/*scroll to top*/

.goto-top {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #c10a10;
	position: fixed;
	right: 165px;
	bottom: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	z-index: 99;
}
.goto-top:before {
	content: '\f106';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	position: absolute;
	top: -8px;
	left: 13px;
	font-size: 40px;
	color: #FFFFFF;
}

@media(max-width:992px) {

.goto-top {
	width: 25px;
	height: 25px;
	border-radius: 0%;
	right: 10px
}
.goto-top:before {
	font-size: 22px;
	top: -5px;
	left: 5px;
}

}

/*scroll to top*/

.country-wrap{
	top:0px;
    left: auto;
    right: 17px;
}
.photo-plugin img{
	max-width: 100%;
	height: auto;
}
.chk-full-bx{
	display: inline-block;
	padding-right:10px;
}
.chk-full-bx span{
	display: inline-block;
}
.chk-full-bx.cs-checkbox-right .checkbox-text{
	margin-right:15px;
	position: relative;
    top: -1px;
}
.chk-full-bx.cs-checkbox-right .cs-checkbox-wrap{
	margin-right:25px;
}
.chk-full-bx.cs-checkbox-right .cs-radio-wrap .radio-text, .cs-checkbox-wrap .checkbox-text {
	font-size:12px;
}
.chk-full-bx.cs-checkbox-right .cs-checkbox-wrap.curve input[type="checkbox"] + span{
	width:16px;
	height:16px;
}
.chk-full-bx.cs-checkbox-right label i{
	position:relative;
	top:1px;
}
.chk-full-bx.cs-checkbox-right .cs-checkbox-wrap input[type="checkbox"]:checked + span::after{
	left: 2px;
    top: 2px;
    font-size: 12px;
}
.chk-full-bx .chk-help-ico{
	display: inline-block;
	top: 0px;
	right: 0px;
	position: relative;
}
.chk-full-bx .chk-box{
	display: inline-block;
}
.social{
	text-align: right;
	padding-right: 0px;
}
.footer-address p{
	font-size: 13px;
}
.pc-btn-controlls .theme-btn{
	line-height: 1.1;
	padding: 10px 12px 7px 12px;
}
.paddingTop120{
	margin-top:180px;
	padding-bottom: 60px;
}
.vh-tags.pr-top-tag{
	margin-top: -32px;
	margin-left: -30px;
}
.vh-tags.pr-top-tag .vh-pointer{
	padding: 8px 27px 7px 30px;
}
.pr-top-tag .first-pointer span{
	font-size: 15px;
}
.pr-top-tag .second-pointer span{
	font-size: 13px;
}
.notify-btn-des{
	border-radius: 0px;
	box-shadow: 0px 2px 1px 0px rgba(1, 1, 1, 0.22);
	margin-bottom: 0px;
	padding: 6px 25px 5px 25px;
	border: 1px solid #ff6c00;
	background-color: #ff6c00;
	color: #fff;
}
.notify-btn-des:after {
    font-family: FontAwesome;
    content: "\f0da";
    padding-left: 8px;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}

/*animation start*/

@-webkit-keyframes bounceInUp {

0%, 100%, 60%, 75%, 90% {
	-webkit-transition-timing-function:cubic-bezier(0, 0, 0, 0);
	transition-timing-function:cubic-bezier(0, 0, 0, 0)
}
0% {
	opacity:0;
	-webkit-transform:translate3d(0, 3000px, 0);
	transform:translate3d(0, 3000px, 0)
}
60% {
	opacity:1;
	-webkit-transform:translate3d(0, 0px, 0);
	transform:translate3d(0, 0px, 0)
}
75% {
	-webkit-transform:translate3d(0, 0px, 0);
	transform:translate3d(0, 0px, 0)
}
90% {
	-webkit-transform:translate3d(0, 0px, 0);
	transform:translate3d(0, 0px, 0)
}
100% {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}

}

@keyframes bounceInUp {

0%, 100%, 60%, 75%, 90% {
	-webkit-transition-timing-function:cubic-bezier(0, 0, 0, 0);
	transition-timing-function:cubic-bezier(0, 0, 0, 0)
}
0% {
	opacity:0;
	-webkit-transform:translate3d(0, 3000px, 0);
	transform:translate3d(0, 3000px, 0)
}
60% {
	opacity:1;
	-webkit-transform:translate3d(0, 0px, 0);
	transform:translate3d(0, 0px, 0)
}
75% {
	-webkit-transform:translate3d(0, 0px, 0);
	transform:translate3d(0, 0px, 0)
}
90% {
	-webkit-transform:translate3d(0, 0px, 0);
	transform:translate3d(0, 0px, 0)
}
100% {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}

}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOutDown {

20% {
	-webkit-transform:translate3d(0, 10px, 0);
	transform:translate3d(0, 10px, 0)
}
40%, 45% {
	opacity:1;
	-webkit-transform:translate3d(0, -20px, 0);
	transform:translate3d(0, -20px, 0)
}
100% {
	opacity:0;
	-webkit-transform:translate3d(0, 2000px, 0);
	transform:translate3d(0, 2000px, 0)
}

}

@keyframes bounceOutDown {

20% {
	-webkit-transform:translate3d(0, 10px, 0);
	transform:translate3d(0, 10px, 0)
}
40%, 45% {
	opacity:1;
	-webkit-transform:translate3d(0, -20px, 0);
	transform:translate3d(0, -20px, 0)
}
100% {
	opacity:0;
	-webkit-transform:translate3d(0, 2000px, 0);
	transform:translate3d(0, 2000px, 0)
}

}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

/*animation end*/

/*Mobile and Tab Fixes Start*/

@media (min-width:991px) and (max-width:1199px){

.social i{
	font-size: 25px;
}
.fl-tag{
	padding: 5px 13px 8px 13px;
}
.pro-help-ico{
	right: 7px;
}
.chk-full-bx.cs-checkbox-right .cs-checkbox-wrap{
	margin-right: 7px;
}
.service-details img{
	max-width: 33%;
}
.sv-td-table > table td{
	padding: 6px 10px;
}
td.srv-model.vehicle-desc {
	padding: 10px 15px !important;
}
.result-set > table th, .sticky-table-head th{
	font-size: 12px;
}
.vh-tags.srch-tble-tag .vh-pointer span{
	display: inline-block;
}
}

@media only screen and (max-width:1199px){

.hidden-last-bx{
	display: none;
}
.easy-search-box{
	padding-left: 10px;
	padding-right: 5px;
}
.list-logo{
	max-width: 20px;
}
.single-easy-search{
	font-size: 11px;
}
.ease-search-title{
	font-size: 14px;
}
.list-logo{
	margin-right: 5px;
	margin-top: 2px;
}

}

@media only screen and (max-width:992px){

.clear-left{
	padding-left: 0px;
}
.clear-right{
	padding-right: 0px;
}
.top-bx-sp{
	margin-top: 0px;
}
.vh-img{
	height: 160px;
}
.row-separator{
	clear: both;
}
.vehicle-order{
	margin-bottom: 20px;
}
.vehicle-pad{
	padding-left: 15px;
}
#sv-single-vehicle{
	margin-top: 0px;
}
.sv-tags-wrapper .sv-tags .vehicle-tags .tag{
	margin-left: 0px;
}
.fixed-mobile ul.btm-mb-blk{
	padding-left: 15px;
	padding-right: 15px;
}
.btm-mb-blk li a{
	border-radius: 0px;
	box-shadow: 0px 2px 1px 0px rgba(1, 1, 1, 0.22);
	margin-bottom: 0px;
	padding: 8px 25px 5px 25px;
	border: 1px solid #ff6c00;
}
.BannerPadding
{
    padding: 0px;
}
.dark-container {
	background-color: #ffffff;
	border-radius: 0px;
	margin-bottom: 20px;
}
.sv-enquire-btn{
	background-color: #fff;
	color: #ff6c00;
	min-width: 200px;
}
.quote-btn{
	background-color: #ff6c00;
	color: #fff;
	min-width: 400px;
}
.quote-btn:after{
	font-family: FontAwesome;
	content: "\f0da";
	padding-left: 8px;
	color: #fff;
	font-size: 17px;
	vertical-align: middle;
}
.order-btn{
	background-color: #fff;
	color: #ff6c00;
	min-width: 200px;
}
.reserved-btn{
	background-color: #fff;
	color: #ff6c00;
	min-width: 200px;
}
.notifyme-btn{
	background-color: #fff;
	color: #ff6c00;
	min-width: 400px;
}
.enquireSec-on,	.quoteSec-on, .orderSec-on, .reservedSec-on, .notifymeSec-on{
	position: fixed;
}
.enquireSec-off, .quoteSec-off, .orderSec-off, .reservedSec-off, .notifymeSec-off{
	display: none!important;
}
.hide{
	display: none!important;
}
.show{
	display: block!important;
}
.closebtBlk{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9999;
}
.closebt{
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.mobile-sli-block{
	padding: 20px 10px 40px 10px;
}
.mb-enq-top h2{
	font-size: 25px;
	margin-top: 0px;
}
.mb-enq-top h3{
	font-size: 16px;
	margin-top: 0px;
}
.mb-vh-img{
	padding: 10px 0px 0px 0px;
}
.mb-top-blk{
	margin-bottom: 20px;
}
.enq-mb-frm-top .sv-td-heading{
	padding-top: 10px;
}
.enq-mb-frm-top .sv-td-heading{
	padding-top: 12px;
}
.enq-mb-frm-top .sv-td-title{
	font-size: 18px;
}
.enq-mb-frm-top .title-pre{
	margin-top: 3px;
}
.login-btn{
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 5px 25px 3px 25px;
	border: 1px solid #c5c5c5;
	background-color: #fff;
}
.login-btn:after{
	font-family: FontAwesome;
	content: "\f0da";
  	padding-left: 8px;
	color: #c5c5c5;
  	font-size: 22px;
	vertical-align: sub;
}
.mb-frm{
	margin-top: 20px;
}
.mb-frm .form-group{
	margin-bottom: 30px;
}
.mb-frm .form-group.btnSubmitTab{
	margin-bottom: 20px;
}
.req-sml{
	font-size: 14px;
	margin-top: 10px;
}
.enq-btn{
	border-radius: 0px;
	background-color: #ff6c00;
  	box-shadow: 0px 2px 1px 0px rgba(1, 1, 1, 0.22);
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	width: 100%;
	padding: 14px 0px 9px 0px;
	font-size: 18px;
}
.sv-td-step2 .sv-td-heading{
	width: auto;
	display: inline-block;
}
.login-btn-mb-wrapper{
	display: inline-block;
	float: right;
}
.form-submit{
	margin-top: 20px;
}
.vh-tags.pr-top-tag{
	margin-left: 0px;
}

/*video swiper*/

.video{
	position: relative;
	height: 100%;
	width: 100%;
}
.video img{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	cursor: pointer;
}
.video:after{
	content: "";
	position: absolute;
	display: block;
	top: 45%;
	left: 45%;
	width: 46px;
	height: 36px;
	z-index: 30;
	cursor: pointer;
}
.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video.player img{
	display: none;
}
.video.player:after{
	display: none;
}

/*video swiper*/

/*specify block mobile start*/

#specification{
	padding: 20px 0 0px 0px;
}
#features {
	padding: 20px 0 0px 0px;
}
.specify-blk-mb{
	margin-top: 20px;
}

/*-- Tabs --*/

.panel.with-nav-tabs .panel-heading{
    padding: 0px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li > a,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li > a:focus{
    color: #000;
	border-radius: 0px;
	border-color: #c5c5c5;
	border-bottom-color: transparent;
	margin-right: 0px;
	padding: 13px 15px 10px 15px;
	font-weight: 700;
}
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.active > a,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus{
	color: #000;
	background-color: #fff;
	border-bottom-color: transparent;
	padding: 20px 15px 10px 15px;
	margin-top: -6px;
}
.specify-blk-mb .panel-default{
	border: none;
	box-shadow: none;
	margin-bottom: 0px;
	border-radius: 0;
}
.specify-blk-mb .panel-default > .panel-heading{
	background: none;
}
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.fir > a,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.fir > a:hover,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.fir > a:focus{
	border-left: 1px solid #ccc;
	border-right: 0px solid transparent;
}
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.sec > a,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.sec > a:hover,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.sec > a:focus{
	border-left: 0px solid transparent;
	border-right: 1px solid #ccc;
}
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.sec.active > a,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.sec.active > a:hover,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.sec.active > a:focus{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.fir.active > a,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.fir.active > a:hover,
.specify-blk-mb .with-nav-tabs.panel-default .nav-tabs > li.fir.active > a:focus{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.specify-blk-mb .panel-body{
	padding: 0px 15px;
}
.feature-desc{
	margin: 25px 0 0 0;
}
.sv-td-table > table td.service-details{
	padding: 10px;
}

/*specify block mobile end*/

/*-- Tabs --*/

.mb-check-bx{
	margin-top: 15px;
}
.mb-check-bx span{
	display: inline-block;
	margin-right: 8px;
	font-size: 13px;
}
.mb-check-bx input[type="checkbox"]{
	display: inline-block;
	width: auto;
	height: auto;
}
.mb-vh-num{
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	font-size: 12px;
	padding: 6px 10px;
	z-index: 800;
	position: relative;
	margin: -50px auto 0 auto;
	text-align: center;
	width: 70px;
}

}

@media only screen and (max-width:991px){

.vehicle{
	margin-bottom: 30px;
}
.theme-btn{
	padding: 6px 12px 8px 12px;
}
.vehicle-pad {
	padding-left: 15px;
}
.slick-slide{
	margin: 0px 5px;
}
.vehicle-items{
	padding-bottom: 0px;
}
.vh-box-cta-mb{
	padding: 0 0px 0px 0px;
	display: inline-block;
}
.vh-favourite-mb{
	display: inline-block;
	margin-right: 3px;
}
.vh-favourite-mb a{
	border-radius: 0px;
    background-color: #fc9411;
    padding: 17px 23px 3px 23px;
    margin-top: 1px;
}
.vh-favourite-mb.active-fav a{
	background-color: #f63f3f;
}
.fav-heart {
	background-image: url(../images/like-2.svg);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-size: cover;
	position: absolute;
	margin-top: -30px;
	margin-left: 11px;
}
.vh-favourite-mb.active-fav .fav-heart {
	background-image: url(../images/like.svg);
}
.see-vh-btn-mb{
	display: inline-block;
}
.visible-ms{
	display: block!important;
}
.hidden-ms{
	display: none;
}
.first-pointer{
	top: 0px;
	z-index: 15;
	position: relative;
}
.second-pointer{
	top: 0px;
	z-index: 1;
	margin-top: -6px;
	position: relative;
}

}

@media (min-width:767px) and (max-width:991px){

.vehicle-bx-img-block .d-cell{
	width: 220px;
}

}

@media only screen and (max-width:768px){

.sv-tags-wrapper .sv-tags .vehicle-tags .tag p{
	padding-left: 22px;
}
.sv-tags-wrapper .sv-tags .vehicle-tags .tag{
	margin-left: -30px;
}
.yellow-tag:before{
	right: -1px;
}
.sv-price-row .vehicle-price .selling-price span{
	display: inline-block;
}
.specify-blk-mb .panel-default{
	margin-left: -15px;
	margin-right: -15px;
}
.panel.with-nav-tabs .panel-heading{
	padding: 0px 15px;
}
.specify-blk-mb .panel-body{
	border-bottom: 0px solid #c5c5c5;
	border-left: 0px solid #c5c5c5;
	border-right: 0px solid #c5c5c5;
}
.vh-tags.pr-top-tag{
	margin-left: -28px;
}
.fl-tag span{
	height: 30px;
}
.fl-tag{
	min-height: 30px;
}

}

@media only screen and (max-width:767px){

.footer-mb-wrap{
	padding-bottom: 80px;
}
.vehicle-heading-sec .vehicle-heading{
	font-size: 16px;
}
.sv-enquire-btn{
	min-width: 150px;
}
.quote-btn{
	min-width: 250px;
}
.order-btn{
	min-width: 150px;
}
}

@media only screen and (max-width:640px){

.sv-transport-details{
	border: none;
	padding: 0px;
	background: none;
}
.sv-td-sel > div{
	display: block;
	width: auto;
}
.chk-full-bx{
	display: block;
	padding-right: 10px;
}
.cs-checkbox-right .cs-checkbox-wrap.curve input[type="checkbox"] + span{
	left: 0px;
}
.chk-full-bx.cs-checkbox-right .checkbox-text{
	margin-left: 22px;
}
.chk-full-bx.cs-checkbox-right .cs-checkbox-wrap{
	margin-right: 0px;
}
.sv-transport-details.sv-td-step2{
	padding: 20px 0px 0px 0px;
	border-top: 1px solid rgb(192, 192, 192);
}
.title-pre{
	left: -28px;
}
.sv-td-table{
	margin-top: 20px;
	border: none;
	overflow-x: auto;
}
.td-note{
	display: block;
	width: 100%;
	padding: 20px 0px;
	margin: 0px;
}
.sv-td-polygon{
	margin: -30px 0px 0px 0px;
}

}

@media only screen and (max-width:450px){

.sv-enquire-btn{
	min-width: 120px;
}
.quote-btn{
	min-width: 220px;
}
.order-btn{
	min-width: 120px;
}
.pr-top-tag .first-pointer span{
	font-size: 13px;
}
.pr-top-tag .second-pointer span{
	font-size: 11px;
}

}

@media only screen and (max-width:420px){

.vh-favourite-mb a{
	padding: 13px 8px 0px 23px;
}
.fav-heart{
	width: 20px;
	height: 20px;
	margin-top: -26px;
	margin-left: 6px;
}
.vh-favourite-mb{
	margin-right: 0px;
}
.theme-btn{
	padding: 6px 6px 5px 6px;
	font-size: 13px;
}
.vh-desc .vehicle-title{
	margin-bottom: 5px;
}
.service-details img{
	max-width: 28%;
}
.sv-td-table table{
	font-size: 12px;
}
.sv-td-table > table > thead th{
	padding: 6px 9px;
}
.sv-td-table > table td{
	padding: 1px 6px;
}
.sv-td-table table > tbody > tr > th{
	padding-left: 9px;
}
.btm-mb-blk li a{
	padding: 10px 12px 5px 12px;
	height: 39px;
	line-height: 1.4;
}
.sv-enquire-btn{
	min-width: 100px;
}
.quote-btn{
	min-width: 199px;
}
.order-btn{
	min-width: 100px;
}
}

@media only screen and (max-width:378px){

.mb-enq-top h2{
	font-size: 22px;
}
.mb-enq-top h3{
	font-size: 14px;
}
.closebtBlk{
	right: 14px;
}
.mb-top-blk{
	margin-bottom: 30px;
}
.mb-frm .form-group{
	margin-bottom: 20px;
}
.mb-frm .control-label{
	font-size: 13px;
}
.req-sml{
	font-size: 11px;
}
.mobile-sli-block{
	padding: 20px 0px 0px 0px;
}
.enq-mb-frm-top .sv-td-title{
	font-size: 20px;
}
.enq-mb-frm-top .title-pre{
	left: -20px;
	margin-top: 2px;
}
.mb-top-blk .col-xs-7{
	padding-left: 0px;
}
.sv-price-row .vehicle-price .selling-price{
	font-size: 19px;
}
.login-btn{
	padding: 2px 15px 0px 15px;
	font-size: 13px;
}
.login-btn:after{
	font-size: 19px;
}
.enq-mb-frm-top .sv-td-heading{
	padding-top: 3px;
}
.enq-btn{
	padding: 10px 0px 3px 0px;
}
.specify-block .title-pre{
	left:-20px;
}

}


@media only screen and (max-width:360px){

.vehicle-heading-sec .vehicle-heading{
	font-size: 12px;
	margin-bottom: 2px;
	vertical-align: bottom;
	padding-left: 0px;
}
.vehicle-heading-sec .view-all {
	display: block;
	float: right;
	padding: 3px 0px 0px 5px;
	font-size: 12px;
}
.vh-pointer{
	padding: 1px 18px 7px 9px;
}
.vh-price{
	padding: 0 10px;
}
.vh-desc{
	padding: 0 10px;
}
.sv-td-title{
	font-size: 17px;
}
.fixed-mobile ul.btm-mb-blk{
	padding-left: 0px;
	padding-right: 0px;
}
.sv-td-table table > tbody > tr .select-btn-wrap .btn{
	padding: 2px 5px;
}
.sv-td-table table{
	font-size: 11px;
}
.btm-mb-blk li a{
	padding: 8px 10px 5px 10px;
}
.sv-enquire-btn{
	min-width: 100px;
}
.quote-btn{
	min-width: 170px;
}
.order-btn{
	min-width: 100px;
}
}
.whatsapp-ico 
{
    bottom: 1px;
    min-height: 72px;
    min-width: 65px;
    overflow: hidden;
    position: fixed;
    right: 85px;
    width: 70px;
    z-index: 2147483600;
}
#fc_frame, #fc_frame.fc-widget-normal 
{
    bottom: 2px !important;
    /*right: 80px !important;*/
}
@media only screen and (max-width: 991px) {
    .whatsapp-ico 
    {
        bottom: 1px;
        min-height: 72px;
        min-width: 65px;
        overflow: hidden;
        position: fixed;
        right: 85px;
        width: 70px;
        z-index: 2147483600;
    }
    #fc_frame, #fc_frame.fc-widget-normal 
    {
        bottom: 2px !important;
        /*right: 10px !important;*/
    }
}
@media only screen and (max-width: 992px) {
    .whatsapp-ico 
    {
        bottom: 1px;
        min-height: 70px;
        min-width: 65px;
        overflow: hidden;
        position: fixed;
        right: 15px;
        width: 70px;
        z-index: 2147483600;
        margin-bottom: 65px;
    }
    #fc_frame, #fc_frame.fc-widget-normal 
    {
        bottom: 2px !important;
        /*right: 20px !important;*/
    }
}
@media only screen and (max-width:320px){

.vehicle-heading-sec .view-all{
	font-size: 11px;
}
.vehicle-heading-sec .vehicle-heading{
	font-size: 12px;
	display: inline-block;
}
.vh-num{
	display: none;
}

}

/*Mobile and Tab Fixes End*/
