
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #4a4a4a;
	background: #fff;
	font: 14px/1.5em  'Titillium Web', sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 

}


#wrapper{
	overflow: hidden;
	position: relative;
	width: 100%;
}

/* Main Header Styling */
#header:after{
	clear: both;
	content: "";
	display: block;
}
#header{
	padding: 12px 0;
	background: #131313;
	border-bottom: 1px solid #db2d2e;
}
#header .logo{
	float: left;
	width: 170px;
	margin: 0 54px 0 0;
}
#header .logo a{
	display: block;
}
#header .nav{
	margin: 0;
	float: left;
	padding: 22px 0 0;
	list-style: none;
}
#header .nav li{
	float: left;
	margin: 0 50px 0 0;
}
#header .nav li a{
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
}
#header .nav li a:hover{
	color: #db2d2e;
}
#header .right-panel{
	float: right;
	margin: 12px 0 0;
}
#header .right-panel .tel-num{
	float: right;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	position: relative;
}
#header .right-panel .tel-num:hover{
	color: #db2d2e;
}
#header .right-panel .tel-num:after{
	top: 0;
	left: -22px;
	width: 2px;
	height: 42px;
	content: "";
	position: absolute;
	background: #db2d2e
}
#header .right-panel .tel-num i{
	margin: 0 10px 0 0;
}
#header .right-panel .select-holder{
	float: left;
	color: #fff;
}
#header .right-panel .select-holder img{
	margin: 0 2px 0 0;
	display: inline-block;
}
#header .right-panel .select-holder select{
	color: #fff;
	width: 90px;
	font-size: 20px;
	line-height: 30px;
	margin: 0 50px 0 0;
	background: url(../images/img16.png) no-repeat 100% 14px;
}
/* End Main Header Styling */


/* Main Banner Styling */
.main-banner{
	min-height: 752px;
	padding: 40px 0 130px;
	background: url(../images/img6.png) no-repeat;
	background-size: 100% 100%; 
}
.main-banner h1{
	color: #fff;
	font-size: 47px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
}
.main-banner h1 span{
	font-weight: normal;
}
.main-banner h2{
	color: #fff;
	display: block;
	margin: 0 0 40px;
	text-align: center;
}
.main-banner .nav-tabs .nav-link:focus, .main-banner .nav-tabs .nav-link:hover{
	border: 1px solid transparent;
	background: rgba(184,45,46,.8);
	color: #fff;
}
.main-banner .nav-tabs .nav-link{
	color: #fff;
	font-size: 17px;
	min-height: 55px;
	font-weight: bold;
	padding: 14px 30px;	
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background: rgba(255,255,255,.2);
}
.main-banner .nav-tabs .nav-link img{
	margin: 0 10px 0 0;
}
.main-banner .nav-tabs .nav-item{
	margin: 0 2px 0 0;
}
.main-banner .nav-tabs .nav-item.show .nav-link, .main-banner .nav-tabs .nav-link.active{
	color: #fff;
	border-color: transparent;
	background: rgba(184,45,46,.8);
}
.nav-tabs{
	border: 0;
}
.main-banner .tab-content{
	padding: 30px 40px;
	background: rgba(255,255,255,.2);
}
.main-banner .tab-content .heading{
	color: #fff;
	display: block;
	font-size: 34px;
	font-weight: bold; 
	margin: 0 0 10px;
}
.main-banner .tab-content{
	font-size: 20px;
	color: #fff;
	margin: 0 0 20px;
	border-bottom: 8px solid #fff;
}
.main-banner .tab-content form{
	width: 100%;
	overflow: hidden;
}
.main-banner .tab-content .form-holder{
	display: flex;
	flex-wrap: wrap;
}
.main-banner .tab-content .form-holder select,
.main-banner .tab-content .form-holder input[type="tel"]{
	width: 24%;
	height: 38px;
	color: #636363;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	padding: 5px 16px;
	border-radius: 5px;
	vertical-align: top;
	margin: 0 30px 12px 5px;
	display: inline-block;
	border: 1px solid #959595;
	background: #fff url(../images/img5.png) no-repeat 95% 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 16px !important;
}
.main-banner .tab-content .form-holder select:focus,
.main-banner .tab-content .form-holder input[type="tel"]:focus{
	border-color: #db2d2e;
	color: #000;
}
.main-banner .tab-content .form-holder input[type="tel"]{
	background: #fff;
	width: 24%;
	margin: 0 0 0 5px;
	height: 40px;
}
.main-banner .tab-content .form-holder input[type="tel"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #636363;
  opacity: 1; /* Firefox */
}

.main-banner .tab-content .form-holder input[type="tel"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #636363;
}

.main-banner .tab-content .form-holder input[type="tel"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #636363;
}
.main-banner .form-group {
  display: block;
  margin-bottom: 15px;
}

.main-banner .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.main-banner .form-group label {
  position: relative;
  cursor: pointer;
}

.main-banner .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #959595;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -4px;
}

.main-banner .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #db2d2e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.main-banner button{
	color: #fff;
	display: block;
	cursor: pointer;
	font-size: 25px;
	font-weight: 600;
	margin: 30px auto;
	text-align: center;
	background: #db2d2e;
	border-radius: 5px;
	padding: 18px 60px;
	border: 2px solid #db2d23;
}
.main-banner button:hover{
	color: #db2d23;
	background: #fff;
}

.select2-container{
	width: 24% !important;
	margin: 0 5px 15px;
}



/* Car Offer Section Styling */

.car-offer{
	overflow: hidden;
	background: #fff;
	padding: 20px 0 50px; 
}
.car-offer h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 70px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.car-offer h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.car-offer .offer-holder{
	position: relative;
	overflow: hidden;
}
.car-offer .offer-holder:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 1024px;
	height: 480px;
	content: "";
	z-index: 0;
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.car-offer .offer-holder .column-left{
	z-index: 1;
	float: left;
	width: 50%;
	position: relative;
}
.car-offer .offer-holder .column-left img{
	display: block;
	width: 100%;
}
.car-offer .offer-holder .column-right{
	z-index: 1;
	float: right;
	width: 50%;
	position: relative;
	padding: 0 0 0 110px;
}
.car-offer .offer-holder .column-right ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.car-offer .offer-holder .column-right ul li{
	overflow: hidden;
	margin: 0 0 40px;
}
.car-offer .offer-holder .column-right ul li img{
	float: left;
	margin: 0 30px 0 0;
}
.car-offer .offer-holder .column-right ul li .txt-holder{
	overflow: hidden;
	display: block;
	max-width: 200px;
}
.car-offer .offer-holder .column-right ul li .txt-holder strong{
	font-size: 25px;
	color: #db2d2e;
	font-weight: bold;
	margin: 6px 0 10px;
	display: block;
}
.car-offer .offer-holder .column-right ul li .txt-holder p{
	color: #000;
	font-size: 18px;
}

/* What Expect Section Styling */

.what-expect{
	padding: 60px 0;
	background: #e1e1e1;
	position: relative;
}
.what-expect:after{
	right: 0;
	bottom: 0;
	content: "";
	width: 856px;
	height: 550px; 
	z-index: 0;
	position: absolute;
	background: #db2d2e;
}
.what-expect h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.what-expect h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.what-expect h3{
	color: #000;
	font-size: 17px;
	margin: 0 0 100px;
	text-align: center;
}
.what-expect .two-columns{
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.what-expect .two-columns .column{
	width: 50%;
	display: inline-block;
}
.what-expect .two-columns .column.left img{
	display: block;
	width: 100%;
}
.what-expect .two-columns .expect-list{
	margin: 0;
	list-style: none;
	padding: 0 0 0 40px;
}
.what-expect .two-columns .expect-list li{
	overflow: hidden;
	margin: 0 0 10px;
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 50px;
}
.what-expect .two-columns .expect-list li strong{
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px;
	position: relative;
}
.what-expect .two-columns .expect-list li strong:after{
	top: 5px;
	left: -40px;
	width: 28px;
	height: 16px;
	content: "";
	position: absolute;
	background: url(../images/img12.png) no-repeat;
}

/* Happy Customer Section Styling */

.happy-customers{
	overflow: hidden;
	padding: 100px 0;
}
.happy-customers h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.happy-customers h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.happy-customers h3{
	color: #000;
	font-size: 17px;
	margin: 0 0 100px;
	text-align: center;
}
.happy-customers .slider-columns{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.happy-customers .slider-columns .column{
	width: 50%;
	text-align: center;
	display: inline-block;
}
.happy-customers .slider-columns .column .name{
	color: #000;
	display: block;
	font-size: 22px;
	margin: 0 0 30px;
	font-weight: bold;
}
.happy-customers .slider-columns .column p{
	color: #000;
	max-width: 64%;
	font-size: 20px;
	margin: 0 auto;
}
.happy-customers .carousel-indicators{
	position: static;
}
.happy-customers .carousel-indicatorsitem{
	display: none;
}
.happy-customers .carousel-indicators li{
	border: 0;
	width: 16px;
	height: 16px;
	background: #ccc;
	border-radius: 100%;
	display: inline-block;
}
.carousel-indicators li.active{
	background: #db2d2e;
}

/* Footer Styling */
#footer{
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #1a1a21;
	position: relative;
}
#footer:after{
	top: 40px;
	left: 0;
	right: 0;
	width: 1024px;
	height: 480px;
	content: "";
	z-index: 0;
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
#footer .top-nav{
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer .top-nav ul{
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	list-style: none;
}
#footer .top-nav ul li{
	width: 20%;
	display: inline-block;
}
#footer .top-nav ul li a{
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#footer .top-nav ul li a:hover{
	color: #db2d2e;
}
.footer-logo{
	display: block;
	width: 100%;
	text-align: center;
	padding: 40px 20px;
}
.footer-logo a{
	display: inline-block;
}
.footer-columns{
	display: flex;
	flex-wrap: wrap;
}
.footer-columns .column{
	width: 25%;
	display: inline-block;
}
.footer-columns .column span{
	color: 12px;
	color: #8a8a8a;
	display: block;
	margin: 0 0 6px;
	font-family: 'Open Sans', sans-serif;
}
.footer-columns .column span i{
	color: #db2d2e;
	margin: 0 6px 0 0;
}
.footer-columns .column p{
	max-width: 150px;
	color: #fff;
}
.footer-columns .column a{
	color: #fff;
}
.footer-columns .column a:hover{
	color: #db2d2e;
}
.footer-columns .column:nth-child(3) p{
	margin: 0 0 6px;
}
.footer-columns .column textarea{
	border: 0;
	width: 100%;
	height: 90px;
	resize: none;
	padding: 10px;
	font-size: 14px;
	margin: 0 0 6px;
}
.footer-columns .column button{
	padding: 0 ;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	background: #db2d2e;
	display: inline-block;
	border: 2px solid #db2d2e;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.footer-columns .column button:hover{
	color: #db2d2e;
	background: #fff;
}
#footer .social-icons{
	text-align: center;
	padding: 50px 0;
}

#footer .social-icons span{
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 0 0 10px;
}
#footer .social-icons ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .social-icons ul li{
	margin: 0 5px;
	vertical-align: top;
	display: inline-block;
}
#footer .social-icons ul li a{
	display: block;
}
.bottom-footer{
	padding: 20px;
	text-align: center;
	background: #c9c9c9;
}
.bottom-footer p{
	color: #000;
	font-size: 12px;
	margin: 0;
}
.bottom-footer p a:hover{
	color: #db2d2e;
}

.main-banner.banner{
	min-height: 300px;
	background-size: 100% 100%;
}
.faqs p{
	max-width: 56%;
	text-align: center;
	margin: 0 auto;
}

.faq-holder .accordion{
	z-index: 1;
	max-width: 730px;
	position: relative;
	margin: 50px auto 0;
}
.accordion .card .card-header h2{
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #000;
	font-size: 22px;
}
.accordion .card .card-header h2 span{
	padding: 20px;
	float: left;
}
.accordion .card .card-header h2:after{
	display: none;
}
.accordion .card .card-header h2 button{
	width: 100%;
	text-align: left;
	padding: 0;
	color: #000;
	font-size: 22px;
	font-weight: 600;
}
.accordion .card .card-header h2 img{
	top: 0;
	right: 0;
	bottom: 0;
	width: 66px;
	height: 100%;
	position: absolute;
	background-size: 100% 100%; 
}
.accordion .card .card-header{
	padding: 0;

}
.card-header{
	z-index: 1;
	position: relative;
	background: none;
	background: #fff;
	border: 1px solid #959595;
}
.card:after{
	top: -22px;
	left: -22px;
	width: 134px;
	height: 120px;
	content: "";
	position: absolute;
	background: #c7c7c7; 
	z-index: -1;
}
.card{
	padding: 0 0 1px;
	margin: 0 0 80px;
	border-radius: 0;
	border: 0;
	position: relative;
	z-index: 99;
	overflow: visible !important;	
}
.card-body{
	padding: 0;
	background: #fff;
	border: 1px solid #959595;
}
.accordion .faq-list{
	padding: 0 36px;
	margin: 0;
	list-style: none;
}
.accordion .faq-list li{
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #959595;
}
.accordion .faq-list li:last-child{
	border: 0;
}
.accordion .faq-list li span{
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: #db2d2e;
}
.accordion .faq-list li em{
	float: right;
	color: #000;
	font-size: 20px;
	font-style: normal;
	background: #e3e3e3;
	border-radius: 5px;
	padding: 6px 20px;
}

.main-banner.banner-confirm{
	margin: 0 0 110px;
	min-height: 680px;
	background-size: 100% 100%; 
}
.banner-confirm .banner-columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.banner-confirm .banner-columns .column{
	width: 50%;
	text-align: left;
	display: inline-block;
}
.banner-confirm .banner-columns .column h2{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 54px;
	text-align: left;
	font-weight: bold;
}
.banner-confirm .banner-columns .column p{
	color: #fff;
}
.banner-confirm .banner-columns .column .what-next{
	width: 88%;
	padding: 40px 30px;
	background: #db2d2e;
}
.banner-confirm .banner-columns .column .what-next h3{
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}
.banner-confirm .banner-columns .column .what-next ul{
	margin: 0;
	padding: 0;
	width: 326px;
	list-style: none;
}
.banner-confirm .banner-columns .column .what-next ul li{
	color: #fff;
	font-size: 16px;
	margin: 0 0 20px;
}
.banner-confirm .banner-columns .column .what-next .btn-holder{
	overflow: hidden;
	width: 100%;
}
.banner-confirm .banner-columns .column .what-next .btn-holder label{
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.banner-confirm .banner-columns .column .what-next .btn-holder button{
	display: block;
	width: 100%;
	color: #000;
	font-size: 25px;
	font-weight: bold;
	background: #fff;
}
.banner-confirm .banner-columns .column .what-next .btn-holder button:hover{
	color: #fff;
	background: #000;
}
.banner-confirm .banner-columns .question-block{
	width: 100%;
	margin: 0 0 14px;
	overflow: hidden;
}
.banner-confirm .banner-columns .question-holder{
	width: 80%;
	float: right;
	padding: 18px;
	background: #d2d2d2;
}
.banner-confirm .banner-columns .question-holder .img-holder{
	width: 98px;
	float: left;
	height: 98px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	margin: 0 34px 0 0;
	border: 1px solid #636363;
}
.banner-confirm .banner-columns .question-holder .img-holder i{
	color: #000;
	font-size: 62px;
}
.banner-confirm .banner-columns .question-holder .txt-holder{
	overflow: hidden;
}
.banner-confirm .banner-columns .question-holder .txt-holder span{
	color: #db2d2e;
	font-size: 35px;
	font-weight: bold;
	display: block;
	margin: 0 0 8px;
}
.banner-confirm .banner-columns .question-holder .txt-holder p{
	color: #000;
	font-size: 17px;
	margin: 0 0 12px;
}
.banner-confirm .banner-columns .question-holder .txt-holder a{
	color: #000;
	font-size: 30px;
	font-weight: bold;	
}

.banner-confirm .banner-columns .question-holder .txt-holder a:hover{
	color: #db2d2e;
}
.banner-confirm .banner-columns .print-frame{
	width: 100%;
	position: relative;
}
.banner-confirm .banner-columns .print-frame:after{
	left: -10px;
	top: 100%;
	bottom: 0;
	width: 105px;
	height: 397px;
	content: "";
	position: absolute;
	background: url(../images/img36.png) no-repeat;
}
.banner-confirm .banner-columns .print-holder{
	width: 80%;
	float: right;
	font-size: 18px;
	line-height: 26px;
	padding: 44px 22px;
	position: relative;
	background: rgba(0,0,0,.6);
}
.banner-confirm .banner-columns .print-holder:before{
	top: 0;
	bottom: 0;
	left: -90px;
	width: 90px;
	height: 100%;
	content: "";
	position: absolute;
	background: url(../images/img37.png) no-repeat;
	background-size: 100% 100%; 
}
.banner-confirm .banner-columns .print-holder:after{
	top: 14px;
	right: 16px;
	width: 230px;
	height: 350px;
	content: "";
	position: absolute;
	background: url(../images/img22.png) no-repeat;
}
.banner-confirm .banner-columns .print-holder img{
	float: left;
	margin: 0 16px 0 0;
}
.banner-confirm .banner-columns .print-holder p{
	overflow: hidden;
	display: block;
}
.banner-confirm .banner-columns .print-holder a{
	color: #fff;
	font-size: 22px;
	margin: 4px 0 0;
	font-weight: bold;
	display: inline-block;
	text-decoration: underline;
}
.banner-confirm .banner-columns .print-holder a:hover{
	color: #db2d2e;
}
.banner-confirm .banner-columns .print-block{
	overflow: hidden;
	margin: 0 0 8px;
}
.banner-confirm .banner-columns a.print-confirm{
	color: #db2d2e;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}


.blog-section{
	overflow: hidden;
	padding: 100px 0;
}
.blog-section h2{
	color: #000;
	display: block;
	font-size: 34px;
	max-width: 50%;
	padding: 0 0 20px;
	margin: 0 auto 40px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.blog-section h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.blog-section .blog-columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-section .blog-columns .column{
	width: 30%;
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin: 0 30px 90px 0;
}
.blog-section .blog-columns .column .img-holder{
	width: 100%;
	height: 228px;
	object-fit: cover;
	object-position: center;
	border-top: 4px solid #2f3a43;
}
.blog-section .blog-columns .column .img-holder img{
	display: block;
	width: 100%;
	height: 100%;
}
.blog-section .blog-columns .column .txt-box{
	overflow: hidden;
	background: #2f3a43;
	padding: 20px 20px 50px;
}
.blog-section .blog-columns .column .txt-box strong{
	color: #fff;
	display: block;
	font-size: 19px;
	font-weight: bold;
	padding: 0 0 12px;
	margin: 0 0 12px;
	border-bottom: 1px solid #fff;
	font-family: 'Open Sans', sans-serif;
}
.blog-section .blog-columns .column .txt-box p{
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.blog-section .blog-columns .column .date-holder{
	overflow: hidden;
}
.blog-section .blog-columns .column .date-holder .left{
	color: #fff;
	float: left;
	font-size: 16px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #fff;
	font-family: 'Open Sans', sans-serif;
}
.blog-section .blog-columns .column .date-holder .right{
	float: left;
	color: #1dbead;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.blog-section .blog-columns .column a{
	left: 0;
	right: 0;
	content: "";
	color: #fff;
	width: 140px;
	padding: 12px;
	bottom: -20px;
	margin: 0 auto;
	font-size: 18px;
	position: absolute;
	text-align: center;
	border-radius: 10px;
	background: #db2d2e;
	border: 1px solid #db2d2e;
	font-family: 'Open Sans', sans-serif;
}
.blog-section .blog-columns .column a:hover{
	color: #db2d2e;
	background: #fff;
}

.pagination{
	padding: 20px 0;
	overflow: hidden;
}
.pagination ul{
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
.pagination ul li{
	margin: 0 2px ;
	display: inline-block;
	vertical-align: middle;
}
.pagination ul li.active a{
	pointer-events: none;
}
.pagination ul li.active a,
.pagination ul li:hover a{
	color: #fff;
	background: #db2d2e;
}
.pagination ul li a{
	display: block;
	padding: 6px 14px;
	background: #d7d7d7;
}
.pagination ul li a i{
	margin: 0 8px;
}
.pagination ul li.dots a{
	background: none;
	pointer-events: none;
}

.blog-detail-section{
	overflow: hidden;
	padding: 60px 0;
}
.blog-detail-section .blog-detail-img-holder{
	width: 100%;
	height: 410px;
}
.blog-detail-section .blog-detail-img-holder img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.blog-detail-section .blog-text{
	color: #000;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.blog-detail-section .blog-text p{
	margin: 0 0 40px;
	line-height: 26px;
}
.blog-detail-section .blog-text p a:hover{
	color: #db2d2e;
}
.blog-detail-section .blog-text em{
	display: block;
	color: #000;
	font-size: 22px;
	width: 100%;
	margin: 40px 0;
	padding: 0 0 40px;
	border-bottom: 1px solid #000;
}
.blog-detail-section .blog-text strong{
	display: block;
	color: #db2d2e;
	margin: 0 0 40px;
	line-height: 44px;
	font-size: 36px;
	font-weight: bold;
}
.blog-detail-section .blog-text .detail-list{
	margin: 0;
	list-style: none;
	padding: 0 0 0 100px;
}
.blog-detail-section .blog-text .detail-list li{
	width: 100%;
	margin: 0 0 40px;
	position: relative;
	padding: 0 0 0 34px;
}
.blog-detail-section .blog-text .detail-list li:after{
	left: 0;
	top: 5px;
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	border-radius: 100%;
	background: #db2d2e;
}

.modal-header{
	text-align: center;
	border: 0;
}
.modal-header .modal-title{
	color: #000;
	width: 100%;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.modal-body{
	color: #000;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}
.modal-footer{
	border: 0;
	justify-content: center;
}
.modal-footer button{
	border: 0;
	z-index: 9;
	color: #fff;
	font-size: 24px;
	padding: 6px 50px;
	font-weight: bold;
	position: relative;
	background: #db2d2e;
}
.modal-footer button:hover{
	background: #f53f40;
}
.modal-content:after{
	top: -66px;
	left: -100px;
	width: 370px;
	height: 358px;
	content: "";
	position: absolute;
	background: url(../images/img30.png) no-repeat;
}

.banner-confirm .banner-columns .column .what-next ul.price-list{
	width: 100%;
	padding: 20px 20px;
	background: #fff;
}
.banner-confirm .banner-columns .column .what-next ul.price-list li{
	color: #000;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 40px;
}
.banner-confirm .banner-columns .column .what-next ul.price-list li:after{
	top: 4px;
	left: 0;
	width: 28px;
	height: 16px;
	content: "";
	position: absolute;
	background: url(../images/img12.png) no-repeat;
}
.banner-confirm .banner-columns .column .sell-form{
	top: 0;
	right: 0;
	width: 470px;
	padding: 26px 36px;
	position: absolute;
	background: rgba(0,0,0,.4);
}
.banner-confirm .banner-columns .column .sell-form .heading{
	color: #fff;
	display: block;
	font-size: 34px;
	margin: 0 0 34px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.banner-confirm .banner-columns .column .sell-form .heading:after{
	top: 0;
	right: -24px;
	width: 228px;
	height: 160px;
	content: "";
	position: absolute;
	background: url(../images/img31.png) no-repeat;
}
.banner-confirm .banner-columns .column .sell-form .near-location{
	width: 100%;
	color: #fff;
	padding: 12px;
	display: block;
	font-size: 25px;
	margin: 0 0 74px;
	text-align: center;
	border-radius: 5px;
	background: #db2d2e;
}
.banner-confirm .banner-columns .column .sell-form .or{
	width: 100%;
	color: #fff;
	display: block;
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 10px;
	text-align: center;
	font-style: normal;
}
.banner-confirm .banner-columns .column .sell-form select,
.banner-confirm .banner-columns .column .sell-form input[type="date"],
.banner-confirm .banner-columns .column .sell-form input[type="tel"],
.banner-confirm .banner-columns .column .sell-form input[type="text"]{
	width: 100%;
	height: 48px;
	margin: 0 0 10px;
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #959595;
}
.banner-confirm .banner-columns .column .sell-form select{
	background: #fff url(../images/img5.png) no-repeat 95% 19px;
}
.banner-confirm .banner-columns .column .sell-form p{
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.inspection{
	overflow: hidden;
	padding: 0 0 100px;
}
.inspection .inspection-holder{
	max-width: 50%;
}
.inspection h2{
	display: block;
	color: #db2d2e;
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 40px;
}
.inspection .inspection-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.inspection .inspection-list li{
	width: 100%;
	color: #000;
	font-size: 17px;
	margin: 0 0 10px;
}

.main-banner.location{
	padding: 0;
	z-index: 99;
	position: relative;
	min-height: 150px;
	background-size: 100% 100%;
	background: url(../images/img32.png) no-repeat;
	background-size: 100% 100%; 
}

.locations{
	margin: -90px 0 0;
	position: relative;
}
.locations img.align-right{
	top: 0;
	right: 0;
	content: "";
	position: absolute;
}
.locations .left-bar{
	margin: 0;
	z-index: 9;
	width: 320px;
	background: #fff;
	min-height: 780px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	padding: 100px 30px 30px;
}
.locations .left-bar:after{
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 210px;
	content: "";
	position: absolute;
	background: url(../images/img33.png) no-repeat;
}
.locations .left-bar:before{
	left: 0;
	bottom: 30px;
	width: 324px;
	height: 300px;
	content: "";
	position: absolute;
	background: url(../images/img34.png) no-repeat;
}
.locations .left-bar .holder{
	z-index: 99;
	position: relative;
}
.locations .left-bar .search-box{
	width: 100%;
	padding: 10px;
	margin: 0 0 40px;
	background: #fff;
	border: 1px solid #aaa8a6;
}
.locations .left-bar .search-box img {
	margin: 0 10px 0 0;
}
.locations .left-bar .search-box input[type="search"]{
	border: 0;
	width: 80%;
	background: #fff;

}



#main .heading{
	display: block;
	font-size: 24px;
	color: #db2d2e;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #aaa8a6;
}
#main #faq .card {
  margin-bottom: 0;
  border: 0;
  background: transparent;
}
#main #faq .card:after{
	display: none;
}
#main #faq .card .card-header {
  border: 0;
  padding: 0;
  background: transparent; 
}
#main .card-body{
	border: 0;
	background: transparent;
}
#main .card-body ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#main .card-body ul li{
	width: 100%;
}
#main .card-body ul li a{
	display: block;
	/*padding: 10px;*/
	border-bottom: 1px sloid #d7d7d7;
}
#main .card-body ul li a:last-child{
	border: 0;
}

#main #faq .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	color: #000;
	padding: 10px 0;
	background: none;
	font-size: 20px;
	font-weight: 600;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
  transition: all .5s ease-in-out;
}

#main #faq .card .card-header .btn-header-link.collapsed {
	color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f105";
}

#main #faq .card .collapsing {
  background: transparent;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #000;
}	


.contact-us{
	overflow: hidden;;
	padding: 50px 0;
}
.contact-us .contact-columns{
	display: flex;
	flex-wrap: wrap;
	background: url(../images/img11.png) no-repeat;
}
.contact-us .contact-columns .column{
	width: 50%;
	display: inline-block;
}
.contact-us .contact-columns .column h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 16px;
	margin: 0 0 30px;
	font-weight: bold;
	position: relative;
}
.contact-us .contact-columns .column h2:after{
	left: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.contact-us .contact-columns .column p,
.contact-us .contact-columns .column a{
	font-size: 16px;
	color: #000;
}
.contact-us .contact-columns .address-holder{
	width: 100%;
	margin: 0 0 30px;
}
.contact-us .contact-columns .address-holder span{
	color: #000;
	display: block;
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	overflow: hidden;
}
.contact-us .contact-columns .address-holder .icon-box{
	float: left;
	width: 30px;
	margin: 3px 2px 0 0;
}
.contact-us .contact-columns .address-holder .icon-box i{
	color: #db2d2e;
	font-size: 22px;
}
.contact-us .contact-columns .address-holder .txt-box{
	overflow: hidden;
	display: block;
}
.contact-us .contact-columns .contact-form {
	width: 100%;
	margin: 40px 0 0;
	position: relative;
	padding: 30px 40px;
	border: 1px solid #b5b5b5;
	background: rgba(255,255,255,.7);
}
.contact-us .contact-columns .contact-form h3{
	margin: 0 0 60px;
}
.contact-us .contact-columns .contact-form .box{
	top: -20px;
	left: -20px;
	width: 130px;
	height: 120px;
	content: "";
	z-index: -1;
	position: absolute;
	background: #c7c7c7;
}
.contact-us .contact-form .form-holder{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 0 24px;
	align-items: center;
	justify-content: space-between;
}
.contact-us .contact-form .form-holder label{
	color: #000;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

.contact-us .contact-form .form-holder i{
	margin: 0 8px 0 0;
}
.contact-us .contact-form .form-holder input[type="text"],
.contact-us .contact-form .form-holder input[type="tel"],
.contact-us .contact-form .form-holder input[type="email"],
.contact-us .contact-form .form-holder input[type="password"],
.contact-us .contact-form .form-holder textarea{
	border: 0;
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	background: #e1e1e1;
}
.contact-us .contact-form .form-holder .col-left{
	float: left;
	width: 48%;
}
.contact-us .contact-form .form-holder .right-left{
	float: right;
	width: 48%;
}
.contact-us .contact-form .form-holder textarea{
	height: 140px;
	padding: 10px;
	resize: none;
}
.contact-us .contact-form button{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px;
	background: #db2d2e;
	border-radius: 8px;
	width: 170px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.contact-us .social-icons{
	padding: 0 0;
}

.contact-us .social-icons span{
	color: #000;
	display: block;
	font-size: 12px;
	margin: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
}
.contact-us .social-icons ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.contact-us .social-icons ul li{
	margin: 0 5px;
	vertical-align: top;
	display: inline-block;
}
.contact-us .social-icons ul li a{
	display: block;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
     content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:checked + p{
	border: 1px solid #db2d2e;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
     content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #db2d2e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.car-search form{
	overflow: hidden;
}
.car-search .car-brand-search{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	height: 240px;
	overflow: auto;
	align-content: baseline;
}
.car-search form .radio-holder{
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 5px;
	width: 100%;
}
.car-search form .radio-holder p{
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 6px 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.car-search form .radio-holder:first-child{
	margin: 0px 0 10px;
}
.car-search button.search-car{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background: #db2d2e;
	border-radius: 5px;
	width: 170px;
	display: block;
	margin: 20px auto;
	position: relative;
	z-index: 99;
	padding: 14px;
}
.car-search button.search-car i{
	margin: 0 6px 0 0;
}

.car-search .right-content{
	width: 68%;
	float: right;
	padding: 60px 0 0;
	position: relative;
	z-index: 99;
}
.car-search .right-content select{
	color: #fff;
	padding: 6px;
	float: right;
	width: 130px;
	height: 35px;
	font-size: 16px;
	margin: 0 0 15px;
	border-radius: 6px;
	background: #555 url(../images/img16.png) no-repeat 90% 14px;
}
.car-search .right-content .search-holder{
	overflow: hidden;
	width: 100%;
	padding: 0 0 15px;
	margin: 0 0 34px;
	border-bottom: 1px solid #aaa8a6;
}
.car-search .right-content .search-holder strong{
	float: left;
	color: #db2d2e;
	font-size: 24px;
	margin: 36px 0 0;
	font-weight: bold;
}
.car-search .right-content .search-holder .search-box{
	float: right;
	width: 400px;
	height: 58px;
	color: #9f9f9f;
	font-size: 16px;
	background: #fff;
	overflow: hidden;
	padding: 14px 20px;
	border-radius: 8px;
	border: 1px solid #aaa8a6;
}
.car-search .right-content .search-holder .search-box input[type="search"]{
	float: left;
	border: 0;
	width: 86%;
}
.car-search .right-content .search-holder .search-box .search-button{
	float: right;
	border: 0;
	background: none;
}
.locations.car-search{
	background: #e1e1e1;
}
.locations.car-search .container-holder{
	max-width: 1370px;
	margin: 0 auto;
	padding:  0 15px;
	overflow: hidden;
}
.car-search .right-content .search-columns{
	display: flex;
	flex-wrap: wrap;
}
.car-search .right-content .search-columns .column{
	width: calc(33% - 10px);
	display: inline-block;
	vertical-align: top;
	padding: 14px;
	background: #fff;
	text-align: center;
	margin: 0 10px 30px;
}
.car-search .right-content .search-columns .column .img-holder{
	height: 148px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #838181;
}
.car-search .right-content .search-columns .column .img-holder img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.car-search .right-content .column strong{
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 10px 0;
	line-height: 23px;
}
.car-search .right-content .column .model{
	display: block;
	color: #605f5f;
	font-size: 15px;
	font-weight: 600;
}
.car-search .right-content .column .price{
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 600;
	background: #db2d2e;
	border-radius: 6px;
	padding: 14px 5px;
	margin: 10px 0;
}
.car-search .right-content .column .location-box{
	overflow: hidden;
}
.car-search .right-content .column .location-box .mark{
	float: left;
	color: #605f5f;
	font-size: 15px;
	font-weight: 600;
	background: none
}
.car-search .right-content .column .location-box .star{
	float: right;
	font-size: 20px;
	color: #605f5f;
}
.car-search .right-content .column .location-box .star.yellow{
	color: #faa61a;
}

.car-detail{
	overflow: hidden;
	margin: -100px 0 0;
	background: #e1e1e1;
	padding-bottom: 80px;
}
.car-detail .container-holder{
	max-width: 1370px;
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}
.main-banner.car-detail-holder {
    padding: 0;
    z-index: 99;
    position: relative;
    min-height: 150px;
    background-size: 100% 100%;
    background:  url(../images/img32.png) no-repeat;
}
.car-detail .container-holder .column{
	width: 49%;
	float: left;
	padding: 120px 0 0;
}
.car-detail .column .top-section{
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px;
	margin: 0 0 20px;
	border-bottom: 1px solid #aaa8a6;
}
.car-detail .column .top-section .top-left{
	float: left;
	width: 50%;
}
.car-detail .column .top-section .top-left strong{
	display: block;
	color: #db2d2e;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
}
.car-detail .column .top-section .top-left em{
	color: #000;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
}
.car-detail .column .top-section .top-right{
	float: right;
	width: 50%;
	text-align: right;
}
.car-detail .column .top-section .top-right .price{
	color: #000;
	width: 100%;
	display: block;
	font-size: 26px;
	margin: 0 0 10px;
	font-weight: bold;
}
.car-detail .column .top-section .top-right a{
	color: #000;
	font-size: 32px;
	font-weight: bold;
}
#carousel img {
    display: block;
    opacity: .8;
    cursor: pointer;
}
#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}
.car-detail .column .slider-holder{
	margin: 0 0 130px;
}
.car-detail .column .slider-holder .carousel.slide{
	background: #fff;
	padding: 40px 70px;
}
.car-detail .column .slider-holder .carousel-indicators{
	bottom: -112px;
	margin: 0;
}
.car-detail .column .slider-holder .carousel-indicators li{
	width: 134px;
	height: auto;
}
.car-detail .column .slider-holder .carousel-indicators li.active{
	background: none;
}
.car-detail .column .carousel-control-next,
.car-detail .column .carousel-control-prev{
	top: 50%;
	bottom: auto;
	width: 31px;
	height: 31px;
	opacity: 1;
	background: #000;
	border-radius: 100%;
}
.car-detail .column .carousel-control-next:hover,
.car-detail .column .carousel-control-prev:hover{
	background: #db2d2e;
}
.car-detail .column .carousel-control-prev{
	left: 20px;
}
.car-detail .column .carousel-control-next{
	right: 20px;
}

.car-detail .column .overview-holder{
	background: #fff;
	padding: 30px;
}
.car-detail .column .overview-holder h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 70px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.car-detail .column .overview-holder h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.car-detail .column .overview-columns{
	display: flex;
	flex-wrap: wrap;
}
.car-detail .column .overview-columns .column{
	width: 33%;
	padding: 0;
	margin: 0 0 30px;
	display: inline-block;
}
.car-detail .column .overview-columns .column img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.car-detail .column .overview-columns .column span{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.car-detail .general-info{
	overflow: hidden;
	padding:30px;
}

.car-detail .general-info h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 70px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.car-detail .general-info h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.car-detail .general-info .info-list{
	margin: 0;
	padding: 0 30px;
	list-style: none;
}
.car-detail .general-info .info-list li{
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin: 0 0 14px;
	padding: 16px 25px;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.car-detail .general-info .info-list li span{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.car-detail .general-info .info-list li span.left{
	float: left;
}
.car-detail .general-info .info-list li span.right{
	float: right;
}
.car-detail .general-info .view-all{
	color: #fff;
	width: 170px;
	display: block;
	margin: 10px auto 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border-radius: 8px;
	padding: 12px 10px;
	background: #db2d2e;
}

.car-detail .performance{
	overflow: hidden;
	padding: 50px 0;
	background: #fff;
}
.car-detail .performance h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 70px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.car-detail .performance h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.car-detail .performance .info-list{
	margin: 0;
	padding: 0 30px;
	list-style: none;
}
.car-detail .performance .info-list li{
	width: 100%;
	overflow: hidden;
	margin: 0 0 14px;
	padding: 16px 25px;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.car-detail .performance .info-list li span{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.car-detail .performance .info-list li span.left{
	float: left;
}
.car-detail .performance .info-list li span.right{
	float: right;
}

.car-detail .column.right{
	width: 49%;
	float: right;
	padding-left: 26px;
	padding-right: 26px;
	background: #fff;	
}
.car-detail .column.right h2{
	color: #db2d2e;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 40px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.car-detail .column.right h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.car-detail .column.right .test-drive{
	margin: 0 0 14px;
	padding: 30px 14px;
	border: 1px solid #ccc;
}
.car-detail .column.right form{
	overflow: hidden;
	width: 100%;
}
.car-detail .column.right form input[type="text"],
.car-detail .column.right form input[type="tel"],
.car-detail .column.right form textarea{
	width: 100%;
	height: 54px;
	font-size: 18px;
	margin: 0 0 14px;
	padding: 5px 20px;
	border: 1px solid #ccc;
}
.car-detail .column.right form textarea{
	border: 0;
	resize: none;
	height: 150px;
	padding: 15px;
	background: #fff;
}
.car-detail .column.right form input[type="submit"]{
	width: 100%;
	color: #fff;
	border: 0;
	padding: 18px;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	background: #363636;
}
.car-detail .column.right form input[type="submit"]:hover{
	background: #000;
}
.car-detail .column.right .payment-option{
	margin: 0 0 14px;
	padding: 30px 14px;
	border: 1px solid #ccc;
}
.car-detail .column.right .payment-option .nav-tabs .nav-link{
	color: #000;
	width: 165px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background: #e1e1e1;
	padding: 20px 10px;
}
.car-detail .payment-option .nav-tabs .nav-item.show .nav-link, 
.car-detail .payment-option .nav-tabs .nav-link.active{
	border: 0;
	color: #fff !important;
	background: #363636 !important;
}
.car-detail .payment-option .tab-content{
	padding: 40px 16px;
	background: #363636;
}
.car-detail .value-added-services .tab-content {
	background: #e1e1e1;
}
.car-detail .value-added-services .tab-content h3{
	color: #db2d2e !important;
}
.car-detail .payment-option .tab-content h3{
	color: #fff;
	font-size: 24px;
	margin: 0 0 16px;
	font-weight: bold;
}
.car-detail .payment-option .tab-content  input[type="text"],
.car-detail .payment-option .tab-content  input[type="tel"]{
	width: 100%;
	height: 54px;
	font-size: 18px;
	background: #fff;
	margin: 0 0 14px;
	padding: 5px 20px;
}
.car-detail .payment-option .tab-content  input[type="submit"]{
	display: block;
	width: 170px !important;
	color: #fff !important;
	padding: 14px !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin: 20px auto !important;
	background: #db2d2e !important;
	border-radius: 5px !important;
	text-align: center !important;
	border: 1px solid #ccc !important;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
.car-detail .payment-option .tab-content  input[type="submit"]:hover{
	color: #db2d2e !important;
	background: #ccc !important;
}
.car-detail .payment-option .tab-content .check-box{
	padding: 20px 0;
}
.car-detail .payment-option label {
  position: relative;
  cursor: pointer;
  color: #ccc;
  font-size: 18px;
  font-weight: 600;
}

.car-detail .payment-option label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.car-detail .payment-option input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 8px;
  height: 16px;
  border: solid #db2d2e;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.car-detail .value-added-services .tab-content .btn-holder{
	overflow: hidden;
}
.car-detail .value-added-services .tab-content .btn-holder a{
	color:#fff;
	width: 46%;
	padding: 12px;
	font-size: 18px;
	font-weight: 600;
	background: #db2d2e;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
}
.car-detail .value-added-services .tab-content .btn-holder a.agent{
	background: #363636;
}
.car-detail .value-added-services .tab-content .btn-holder span{
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin: 0 10px;
}

.about-section{
	position: relative;
	padding: 60px 0;
	min-height: 620px;
}
.about-section:after{
	top: 50%;
	left: 0;
	width: 271px;
	height: 352px;
	content: "";
	margin: -170px 0 0;
	position: absolute;
	background: url(../images/img53.png) no-repeat;
}
.about-section:before{
	top: 50%;
	right: 0;
	width: 271px;
	height: 352px;
	content: "";
	margin: -170px 0 0;
	position: absolute;
	background: url(../images/img54.png) no-repeat;
}
.about-section h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 70px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.about-section h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.about-section .about-columns{
	position: relative;
	max-width: 880px;
	margin: 0 auto;
	z-index: 99;
}
.about-section .about-columns:after{
	top: -70px;
	left: 0;
	right: 0;
	z-index: -1;
	width: 820px;
	height: 455px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img11.png) no-repeat;
	background-size: 100% 100%; 
}
.about-section .about-columns .column:first-child{
	width: 55%;
	float: left;
}
.about-section .about-columns .column{
	width: 38%;
	float: right;
	vertical-align: top;
	display: inline-block;
}
.about-section .about-columns .column p{
	margin: 0;
	color: #000;
	font-size: 20px;
	line-height: 28px;
}
.about-section .about-columns .column img{
	float: right;
}

.used-cars{
	width: 100%;
	padding: 50px 0 100px;
	overflow: hidden;
	position: relative;
	background: #e1e1e1;
}

.used-cars:after{
	bottom: 0;
	right: 0;
	width: 854px;
	height: 590px;
	content: "";
	z-index: 0;
	background: #000;
	position: absolute;
}
.used-cars h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 70px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.used-cars h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.used-cars .used-cars-columns{
	/*overflow: hidden;*/
	position: relative;
	z-index: 99;
}

.used-cars .used-cars-columns .column{
	width: 49%;
	vertical-align: top;
	display: inline-block;
}
.used-cars .used-cars-columns .column .img-holder{
	width: 100%;
	position: relative;
}
.used-cars .used-cars-columns .img-holder .caption{
	color: #fff;
	right: 0;
	bottom: 0;
	width: 360px;
	content: "";
	z-index: 9;
	position: absolute;
	padding: 20px 30px;
	background: #161616;
}
.used-cars .used-cars-columns .img-holder .box{
	top: 165px;
	right: -56px;
	width: 347px;
	height: 320px;
	content: "";
	position: absolute;
	background: #db2d2e;
}
.used-cars .used-cars-columns .list{
	margin: 0;
	list-style:  none;
	padding: 0 0 0 170px;
}
.used-cars .used-cars-columns .list li{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 0 34px;
	align-items: center;
}
.used-cars .used-cars-columns .list li img{
	float: left;
	margin: 0 26px 0 0;
}
.used-cars .used-cars-columns .list li span{
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

.sales-platform{
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #f4f4f4;
	padding: 60px 0 100px;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #f8f8f8 78%, #fbfbfb 79%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#f8f8f8 78%,#fbfbfb 79%,#fdfdfd 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#f8f8f8 78%,#fbfbfb 79%,#fdfdfd 100%);
}
.sales-platform:after{
	right: 0;
	bottom: 50px;
	width: 588px;
	height: 550px;
	content: "";
	position: absolute;
	background: url(../images/img67.png) no-repeat;
}
.sales-platform h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 70px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.sales-platform h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.sales-platform .platform-columns{
	position: relative;
	z-index: 99;
}
.sales-platform .column{
	float: left;
	width: 50%;
}
.sales-platform .column p{
	color: #000;
	font-size: 18px;
	margin: 0 0 40px;
}
.sales-platform .column .p-list{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
.sales-platform .column .p-list li{
	width: 100%;
	color: #161616;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	margin: 0 0 20px;
}
.sales-platform .column .p-list li img{
	float: left;
	margin: 0 30px 0 0;
}
.sales-platform .column .text-holder{
	position: relative;
	padding: 0 0 80px;
}
.sales-platform .column .text-holder:after{
	top: -42px;
	left: -50px;
	width: 378px;
	height: 452px;
	content: "";
	position: absolute;
	background: url(../images/img66.png) no-repeat;
}
.sales-platform .column .text-holder .get-access{
	left: 40%;
	bottom: 0;
	color: #fff;
	width: 170px;
	padding: 14px;
	font-size: 18px;
	font-weight: bold;
	border-radius:6px;
	position: absolute;
	background: #db2d2e;
}

.our-services{
	overflow: hidden;
	padding: 60px 0;
	background: #e1e1e1;
}
.our-services h2{
	color: #000;
	display: block;
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 70px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.our-services h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 128px;
	height: 12px;
	margin: 0 auto;
	content: "";
	position: absolute;
	background: url(../images/img14.png) no-repeat;
}
.our-services .services-columns{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.our-services .services-columns .column{
	width: 25%;
	color: #000;
	padding: 0 9px;
	font-size: 17px;
	line-height: 25px;
	vertical-align: top;
	display: inline-block;
}
.our-services .services-columns .column img{
	height: 100px;
	margin: 0 0 20px;
	display: inline-block;
	object-fit: scale-down;
	object-position: center;
}
.our-services .services-columns .column .heading{
	display: block;
	color: #000;
	font-size: 26px;
	padding: 0 0 20px;
	margin: 0 0 30px;
	font-weight: bold;
	position: relative;
}
.our-services .services-columns .column .heading:after{
	left: 0;
	right: 0;
	right: 0;
	bottom: 0;
	width: 93px;
	height: 7px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img72.png) no-repeat;
}
.our-services .services-columns .column a:hover{
	color: #db2d2e;
}
.menu{
	color: #fff;
	float: right;
	font-size: 30px;
	margin: 10px 0 0;
	display: none;
}


.left-bar.add-car #main .heading{
	color: #fff;
	padding: 14px;
	text-align: center;
	background: #db2d2e;
}
.left-bar.add-car ul{
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 16px;
	list-style: none;
	background: #f0f0f0;
	border-top: 1px solid #d4d3d2;
}
.left-bar.add-car ul li{
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
}
.add-car-form{
	display: flex;
	flex-wrap: wrap;
}
.add-car-form .car-row{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 0 10px;
	justify-content: space-between;	
}	
.add-car-form .car-row .col{
	max-width: 32%;
	padding: 0;
}
.add-car-form .car-row .col .select2-container{
	margin: 0 0 10px !important;
	width: 98% !important;
}
.add-car-form .car-row .col label{
	display: block;
	color: #000;
	font-size: 14px;
	margin: 0 0 5px;
}
.add-car-form .car-row .col select{
	width: 100%;
	height: 40px;
	background: #fff;
	border-radius: 6px;
}
.add-car-form .car-row .col_6{
	width: 48%;
}
.add-car-form .car-row .col_6 img{
	width: 100px;
	height: 100px;
	object-fit: contain;
	object-position: top;
}
.add-car-form .car-row-btns{
	width: 100%;
	margin: 20px 0 ;
	padding: 20px 0 ;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #ccc;
}
.add-car-form .car-row-btns a{
	margin: 0 10px;
}
.select2-container--default .select2-selection--single{
	height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #000 transparent transparent transparent;
}

.alert-success{
	width: 100%;
}

.sell-booking-form .select2-container,
.sell-booking-form .select2-selection--single{
	width: 100% !important;
	margin: 0 0 6px;
}
.sell-booking-form .select2-container--default .select2-selection--single{
	height: 48px !important;
}
.sell-booking-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-width: 8px 5px 0 5px;
	margin-left: -20px;
}
.sell-booking-form .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 48px !important;
}


@media ( max-width: 1299px ){
	.car-search .right-content{
		width: 65%;
	}
}

@media ( max-width: 1199px ){
	#header .nav li{
		margin: 0 22px 0 0;
	}
	#header .right-panel .tel-num{
		font-size: 20px;
	}
	#header .right-panel{
		margin: 20px 0 0;
	}
	.used-cars .used-cars-columns .img-holder .box{
		top: 86px;
	}
	.used-cars .used-cars-columns .list{
		padding: 0 0 0 110px;
	}
	.used-cars .used-cars-columns .list li span{
		font-size: 20px;
	}
	.sales-platform::after{
		width: 470px;
		height: 450px;
		background-size: 100% 100%;
	}
	.blog-section .blog-columns .column .date-holder .right,
	.blog-section .blog-columns .column .date-holder .left{
		font-size: 13px;
	}
	.car-detail .column .slider-holder .carousel-indicators{
		bottom: -77px;
	}
	.car-detail .column .overview-columns .column span{
		font-size: 15px;
	}
	.car-detail .value-added-services .tab-content .btn-holder a{
		font-size: 14px;
		width: 44%;
	}
	.car-search .right-content{
		width: 59%;
	}
	.car-search .right-content{
		padding: 90px 0 0;
	}
	.car-search .right-content .search-columns .column{
		width: calc(50% - 10px);
	}
	.banner-confirm .banner-columns .question-holder .txt-holder a{
		font-size: 26px;
	}
	.banner-confirm .banner-columns .question-holder .img-holder{
		margin: 0 20px 0 0;
	}
	.banner-confirm .banner-columns .question-holder .txt-holder p{
		font-size: 15px;
	}
	.banner-confirm .banner-columns .print-holder::after{
		top: 30px;
	}
	.main-banner .tab-content .form-holder select, .main-banner .tab-content .form-holder input[type="tel"]{
		width: 31%;
		margin: 0 12px 12px;
	}
	.main-banner .tab-content .form-holder input[type="tel"]{
		margin: 0 0 0 4px;
		height: 40px;
	}
	.main-banner .tab-content{
		padding: 30px 20px;
	}
	.select2-container{
		width: 23.8% !important;
	}
}

@media ( max-width: 991px ){
	#header .logo{
		width: 140px;
		margin: 0 20px 0 0;
	}
	#header .nav li a{
		font-size: 16px;
	}
	#header .nav li{
		margin: 0 20px 0 0;
	}
	#header .right-panel .tel-num{
		font-size: 16px;
	}
	#header .right-panel .select-holder select{
		width: 72px;
		margin: 0 20px 0 0;
		font-size: 14px;
	}
	#header .right-panel .tel-num::after{
		left: -10px;
		height: 30px;
	}
	.used-cars .used-cars-columns .column{
		width: 100%;
	}
	.used-cars .used-cars-columns .column .img-holder img{
		width: 100%;
		display: block;
	}
	.used-cars .used-cars-columns .img-holder .box{
		top: 202px;
		height: 260px;
	}
	.used-cars .used-cars-columns .img-holder .caption{
		bottom: 60px;
	}
	.used-cars::after{
		display: none;
	}
	.used-cars .used-cars-columns .list{
		padding: 50px 0 0 20px;
	}
	.used-cars .used-cars-columns .column:last-child{
		background: #000;
	}
	.sales-platform .column{
		width: 100%;
		padding: 0 0 0 30px;
	}
	.sales-platform::after{
		opacity: .3;
	}
	.our-services .services-columns .column{
		width: 50%;
		margin: 0 0 20px;
	}
	.blog-section .blog-columns .column{
		width: 45%;
	}
	.blog-detail-section .blog-detail-img-holder{
		height: 250px;
	}
	.blog-detail-section .blog-text strong{
		font-size: 28px;
		line-height: 40px;
	}
	.blog-detail-section .blog-text .detail-list{
		padding: 0 0 0 50px;
	}
	.car-detail .container-holder .column{
		width: 100%;
	}
	.car-detail .column .slider-holder .carousel-indicators{
		bottom: -110px;
	}
	.car-detail .column.right{
		width: 100%;
		margin: 20px 0 0;
	}
	.locations .left-bar,
	.car-search .right-content{
		width: 100%;
	}
	.car-search .right-content{
		padding: 20px 0 0;
	}
	.banner-confirm .banner-columns .column{
		width: 100%;
	}
	.banner-confirm .banner-columns .question-holder{
		width: 100%;
	}

	.banner-confirm .banner-columns .question-holder .img-holder{
		width: 78px;
		height: 88px;
		padding: 14px;
	}
	.banner-confirm .banner-columns .question-holder .txt-holder a{
		font-size: 22px;
	}
	.banner-confirm .banner-columns .print-holder::before,
	.banner-confirm .banner-columns .print-frame::after,
	.banner-confirm .banner-columns .print-holder::after{
		display: none;
	}
	.banner-confirm .banner-columns .print-holder{
		width: 100%;
	}
	.contact-us .contact-columns .contact-form{
		margin: 0;
		padding: 30px 20px;
	}
	.contact-us .contact-form .form-holder .col-left{
		width: 100%;
		margin: 0 0 10px;
	}
	.contact-us .contact-form .form-holder .right-left{
		width: 100%;
	}

	.faq-holder .accordion{
		max-width: 94%;
	}
	.accordion .faq-list li span{
		font-size: 22px;
	}
	.accordion .faq-list li{
		padding: 20px;
	}
	.main-banner .tab-content{
		padding: 20px;
	}
	.main-banner .tab-content .form-holder select, .main-banner .tab-content .form-holder input[type="tel"]{
		margin: 0 12px 12px 0;
	}
	.car-offer .offer-holder .column-left{
		float: none;
		width: 600px;
		margin: 0 auto;
	}
	.car-offer .offer-holder .column-right{
		width: 100%;
	}
	.what-expect .two-columns .column{
		width: 100%;
	}
	.what-expect .two-columns .expect-list{
		padding: 40px 0 0 40px;
	}
	.locations img.align-right{
		position: static;
	}
	.banner-confirm .banner-columns .column .sell-form{
		position: static;
	}
	.banner-confirm .banner-columns .column{
		width: 50%;
	}
	.banner-confirm .banner-columns .column .sell-form{
		width: 100%;
	}
	.inspection .inspection-holder{
		max-width: 100%;
	}
	.banner-confirm .banner-columns .column .sell-form .near-location{
		font-size: 18px;
	}
	.banner-confirm .banner-columns .column .sell-form .heading::afte{
		width: 160px;
		right: -40px;
		background-size: 100% 100%; 
	}
	.select2-container{
		width: 48% !important;
	}
	.main-banner .tab-content .form-holder input[type="tel"]{
		margin: 0 0 0 5px;
		width: 48%;
	}
}

@media ( max-width: 767px ){
	.about-section .about-columns .column:first-child,
	.about-section .about-columns .column{
		width: 100%;
	}
	.about-section .about-columns .column img{
		width: 100%;
		margin: 20px 0 0;
	}
	.used-cars .used-cars-columns .img-holder .box{
		display: none;
	}
	.sales-platform .column .text-holder .get-access{
		left: 50%;
		bottom: 20px;
	}
	#header .right-panel .select-holder img{
		display: none;
	}
	#header .right-panel{
		top: 0;
		right: 0;
		margin: 0;
		width: 100%;
		padding: 10px;
		text-align: right;
		position: absolute;
		border-bottom: 1px solid #fff;
	}
	#header .right-panel .select-holder{
		float: none;
		display: inline-block;
	}
	#header{
		padding: 64px 0 10px;
	}
	#header .nav{
		float: none;
		width: 100%;
		left: -100%;
		top: 125px;
		z-index:999;
		padding: 20px 0;
		position: absolute;
		background: #131313;
		border-bottom: 2px solid #db2d2e;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
	}
	#header .nav li{
		display: block;
		width: 100%;
		float: none;
		margin: 0;
	}
	#header .nav li a{
		display: block;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 20px;
	}
	#header .nav li a:hover{
		background: #fff !important;
	}
	.menu{
		display: inline-block;
	}
	body.open-nav .nav{
		left: 0 !important;
		top: 125px;
	}
	.menu:hover,
	.menu:focus{
		color: #db2d2e;
	}
	#header .right-panel .tel-num{
		margin: 6px 0 0;
	}
	#header .right-panel .tel-num::after{
		top: -6px;
	}
	.blog-section .blog-columns .column{
		width: 100%;
		margin: 0 0 60px;
	}
	.blog-section h2{
		max-width: 100%;
		padding: 0 15px 20px;
	}
	.blog-detail-section .blog-text strong br{
		display: none;
	}
	.blog-detail-section .blog-detail-img-holder{
		height: 200px;
	}
	.banner-confirm .banner-columns{
		flex-wrap: wrap;
	}
	.banner-confirm .banner-columns .column .what-next{
		width: 100%;
		margin: 0 0 20px;
	}
	.banner-confirm .banner-columns .column h2{
		font-size: 42px;
	}
	.banner-confirm .banner-columns .column p br{
		display: none;
	}
	.banner-confirm .banner-columns .column .what-next{
		padding: 20px;
	}
	.banner-confirm .banner-columns .column .what-next ul li{
		margin: 0 0 6px;
	}
	.banner-confirm .banner-columns .column .what-next .btn-holder button{
		margin: 20px auto 0;
	}
	.banner-confirm .banner-columns .print-holder{
		background: transparent;
	}
	.faqs p{
		max-width: 90%;
	}
	.accordion .card .card-header h2 img{
		width: 40px;
		height: 100%;
	}
	.accordion .card .card-header h2 span{
		padding: 10px;
	}
	.accordion .card .card-header h2 span{
		font-size: 17px;
	}
	.card::after{
		display: none;
	}

	.card{
		margin: 0 0 14px;
	}
	.accordion .faq-list{
		padding: 0 10px;
	}
	.accordion .faq-list li span{
		font-size: 16px;
	}
	.accordion .faq-list li{
		padding: 10px;
	}
	.accordion .faq-list li em{
		font-size: 14px;
	}
	.accordion .card .card-header h2 span{
		padding: 10px 45px 10px 10px;
	}
	.main-banner h1{
		font-size: 32px;
	}
	.main-banner h2{
		font-size: 24px;
		margin: 0 0 20px;
	}
	.main-banner .tab-content .form-holder select, .main-banner .tab-content .form-holder input[type="tel"]{
		width: 47%;
	}
	.car-offer .offer-holder .column-right{
		padding: 30px 0 0;
	}
	.what-expect .two-columns .expect-list{
		padding: 40px 0 0;
	}
	.happy-customers .slider-columns .column p{
		max-width: 90%;
	}
	.happy-customers{
		padding: 50px 0;
	}
	.car-offer .offer-holder .column-left{
		width: 100%;
	}
	.what-expect::after{
		display: none;
	}
	.what-expect .two-columns .expect-list{
		background: #db2d2e;
	}
	.what-expect h3,
	.happy-customers h3{
		margin: 0 0 50px;
	}
	.banner-confirm .banner-columns .column{
		width: 100%;
	}
	.banner-confirm .banner-columns .column .sell-form select, .banner-confirm .banner-columns .column .sell-form input[type="tel"], .banner-confirm .banner-columns .column .sell-form input[type="text"]{
		width: 100%;
		font-size: 13px;
	}
	.main-banner button{
		padding: 10px;
		margin: 10px auto;
		font-size: 18px;
	}
	.banner-confirm .banner-columns .column .sell-form p{
		font-size: 16px;
	}
	.select2-container{
		width: 47% !important;
	}
}

@media ( max-width: 575px ){
	.main-banner h1{
		font-size: 36px;
	}
	.main-banner h2{
		font-size: 24px;
	}
	.main-banner.banner{
		min-height: 200px;
	}
	.main-banner{
		padding: 40px 0 60px;
	}
	.used-cars .used-cars-columns .img-holder .caption{
		width: 100%;
		position: static;
		border: 1px solid #fff;
	}
	.used-cars .used-cars-columns .list li span{
		font-size: 16px;
	}
	.sales-platform .column{
		padding: 0;
	}
	.sales-platform .column .text-holder::after{
		display: none;
	}
	.sales-platform .column .text-holder .get-access{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.our-services .services-columns .column{
		width: 100%;
	}
	#footer .top-nav ul li{
		width: 32%;
	}
	.footer-columns .column{
		width: 50%;
		margin: 0 0 20px;
	}
	.blog-detail-section .blog-text em{
		font-size: 18px;
		line-height: 26px;
	}
	.blog-detail-section .blog-text em br{
		display: none;
	}
	.blog-detail-section .blog-text{
		font-size: 16px;
	}

	.blog-detail-section .blog-text strong{
		font: 20px ;
		line-height: 30px;
	}
	.car-detail .column .top-section .top-left,
	.car-detail .column .top-section .top-right{
		width: 100%;
	}
	.car-detail .column .top-section .top-left{
		margin: 0 0 10px;
	}
	.car-detail .column .top-section .top-right .price{
		width: 50%;
		font-size: 24px;
	}
	.car-detail .column .top-section .top-right .price{
		float: left;
		margin: 0;
	}
	.car-detail .column .slider-holder .carousel.slide{
		padding: 20px;
	}
	.car-detail .column .slider-holder .carousel-indicators{
		bottom: -58px;
	}
	.car-detail .column .overview-columns .column{
		width: 50%;
	}
	.car-detail .general-info{
		padding: 20px 10px;
	}
	.car-detail .general-info .info-list{
		padding: 0;
	}
	.car-detail .column.right .payment-option .nav-tabs .nav-link{
		width: 124px;
		font-size: 14px;
	}
	.car-detail .payment-option .tab-content h3{
		font-size: 18px;
	}
	.car-detail .value-added-services .tab-content .btn-holder a{
		width: 100%;
	}
	.car-detail .value-added-services .tab-content .btn-holder span{
		display: block;
		text-align: center;
		margin: 10px 0;
	}
	.main-banner.car-detail-holder{
		background-size: 100% 100%; 
	}
	.car-search .right-content .search-holder .search-box{
		width: 100%;
	}
	.car-search .right-content .search-holder .search-box input[type="search"]{
		width: 84%;
		font-size: 14px;
	}
	.car-search .right-content .search-columns .column{
		width: 300px;
		margin: 0 auto;
	}
	.contact-us .contact-columns .column{
		width: 100%;
		margin: 0 0 20px;
	}
	.main-banner h1{
		font-size: 28px;
	}
	.main-banner h2{
		font-size: 18px;
	}
	.main-banner .nav-tabs .nav-link{
		padding: 14px 10px;
	}
	.main-banner .tab-content .heading{
		font-size: 24px;
	}
	.main-banner .tab-content{
		font-size: 16px;
	}
	.main-banner .tab-content .form-holder select, .main-banner .tab-content .form-holder input[type="tel"]{
		width: 100%;
		margin: 0 0 12px;
	}
	.main-banner button{
		width: 100%;
		margin: 0 auto;
		font-size: 20px;
		padding: 14px 10px;
	}
	.main-banner .tab-content{
		border: 0;
	}
	.happy-customers .slider-columns .column{
		width: 100%;
	}
	.happy-customers .carousel-indicators{
		margin: 20px 0 0;
	}
	.banner-confirm .banner-columns .column .what-next h3{
		font-size: 26px;
	}
	.banner-confirm .banner-columns .column .sell-form .heading::after{
		display: none;
	}
	.banner-confirm .banner-columns .column .sell-form .near-location{
		margin: 0 0 10px;
	}
	.banner-confirm .banner-columns .column .sell-form{
		padding: 20px 15px;
	}
	.banner-confirm .banner-columns .column .sell-form select, .banner-confirm .banner-columns .column .sell-form input[type="tel"], .banner-confirm .banner-columns .column .sell-form input[type="text"]{
		width: 100%;
	}

	.main-banner.banner-confirm{
		padding: 40px 0 122px;
	}
}
