@font-face {
    font-family: 'Circular-Book';
    src: url('../fonts/CircularStd-Book.eot');
    src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircularStd-Book.woff') format('woff'),
        url('../fonts/CircularStd-Book.ttf') format('truetype'),
        url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('../fonts/CircularStd-Medium.eot');
    src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircularStd-Medium.woff') format('woff'),
        url('../fonts/CircularStd-Medium.ttf') format('truetype'),
        url('../fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular';
    src: url('../fonts/CircularStd-Black.eot');
    src: url('../fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircularStd-Black.woff') format('woff'),
        url('../fonts/CircularStd-Black.ttf') format('truetype'),
        url('../fonts/CircularStd-Black.svg#CircularStd-Black') format('svg');
    font-weight: 800;
    font-style: normal;
}


* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	-webkit-text-size-adjust:none;
}

body {
	background-color:#fff;
	font-family: 'Circular-Book';
	font-size:16px;
	line-height:1.4;
	color:#6c6c6c;
}

a {
	text-decoration:none;
	color:#1da599
}
a:hover {
	text-decoration:none
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Circular';
	font-weight: 400;
}

.container {
	max-width:1200px;
	width:100%;
	padding:0 15px;
	margin:0 auto
}

img.logo {
	width: 100%;
	max-width: 62%;
	padding: 12px 0;
}

.header-wrapper {
	position:fixed;
    width: 100%;
	z-index: 99;
	border-bottom: solid 1px #7a8d9e;
	transition: all 0.4s ease;
}

.header-wrapper.sticky {
	background-color: #fff;
}

.header-wrapper.sticky .navbar-light .navbar-nav .nav-link {
	color:#1c1727;
}

.header-wrapper.sticky .navbar-light .navbar-nav .nav-link:focus, 
.header-wrapper.sticky .navbar-light .navbar-nav .nav-link:hover {
	color:#fff;
}

.header-wrapper.sticky .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, 
.header-wrapper.sticky .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color:#fff;
	background-color: #3560ff;
}

.navbar-expand-lg {
	padding: 0;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 32px 15px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color:#fff;
}

.navbar-light .navbar-nav .nav-link {
	color:#fff;
	font-family: 'Circular';
	font-size:16px;
	font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	background-color: #3560ff;
}

.carousel-caption {
	top: 50%;
	transform:translateY(-50%);
	bottom: auto;
}

.banner-wrapper h3 {
	font-size: 69px;
	font-family: 'Circular';
	font-weight: 400;
	padding-top: 40px;
}

.banner-wrapper p {
	font-size: 18px;
	width: 100%;
	max-width: 765px;
	margin: 0 auto;
	line-height: 1.4;
}

a.banner-btn {
	display: block;
	width: 100%;
	max-width: 185px;
	height: 62px;
	color: #fff;
	background-color: #3560ff;
	border-radius: 3px;
	line-height: 62px;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	margin: 70px auto 0;
}

.pattern:before {
	content: "";
	display: block;
	position: absolute;
	top: 130px;
	left: 0;
	width:6%;
	height: 80px;
	background-image: url('../images/animation-top.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}

.pattern:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 130px;
	right: 0;
	width:6%;
	height: 80px;
	background-image: url('../images/animation-bottom.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 1;
}

.about-wrapper {
	padding: 85px 0 100px;
}

.banner-wrapper .carousel-indicators li {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: transparent;
	border:solid 2px #fff;
	margin-left: 5px;
	margin-right: 5px;
}

.banner-wrapper .carousel-indicators li.active {
	background-color: #3560ff;
	border-color: #3560ff;
}

.section-title h4 {
	color:#3560ff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Circular';
}

.section-title h2 {
	color: #1c1727;
	font-size:50px;
	font-weight: 800;
	margin-bottom: 40px;
}

.section-title h2 span {
	color:#3560ff;
}

.about-image + .about-image {
	margin-top: 37px;
}

.about-image-left {
	flex: 0 0 61.333%;
	max-width: 61.333333%;
}

.about-image-right {
	flex: 0 0 38.667%;
	max-width: 38.667%;
}

.about-sub-heading {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 25px;
}

.about-text {
	padding-left: 30px;
}

.about-text p {
	font-size: 16px;
	color: #6c6c6c;
	line-height: 1.6;
	margin-bottom: 25px;
}

.about-ul {
	padding: 0;
	margin:0; 
	list-style: none;
}

.about-ul li {
	padding-left: 30px;
	margin: 8px 0;
}

.about-ul li:before {
	content: "";
	display: block;
	position: absolute;
	top:10px;
	left: 0;
	width: 15px;
	height: 3px;
	background-color: #3560ff;
}

.primary-btn {
	color:#fff;
	background-color:#3560ff;
	font-size: 16px;
	text-transform:uppercase;
	padding: 12px 20px 10px;
	border-radius: 3px; 
}

.primary-btn:hover {
	color: #fff;
	background-color: #0230db;
}

.secondary-btn {
	color:#fff;
	background-color:#000;
	font-size: 16px;
	text-transform:uppercase;
	padding: 12px 20px 10px;
	border-radius: 3px; 
}

.secondary-btn:hover {
	background-color: #1e1d1d;
	color:#fff;
}

.about-btn-row {
	padding-top: 50px;
}

.about-btn-row .btn + .btn {
	margin-left: 20px;
}

.sell-car-wrapper {
	padding: 62px 0;
	background-image: url('../images/sell-banner.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.sell-car-wrapper .section-title h2 {
	margin-bottom: 15px;
}

.sell-car-wrapper .section-title h4,
.sell-car-wrapper .section-title h2 {
	color:#fff;
}

.sell-car-wrapper p {
	color:#fff;
	font-size: 16px;
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
}

.sell-car-wrapper .primary-btn {
	margin-top: 60px;
}

.why-choose-wrapper {
	padding: 100px 0 70px;
	background-color: #fbfcff;
}

.choose-col {
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
}

.choose-col img.choose-icon {
	display: block;
	width: 100%;
	max-width: 45px;
	margin-bottom: 40px;
}

.choose-col h3 {
	font-size: 26px;
	color:#000;
	font-weight: 500;
	min-height: 100px;
	margin-bottom: 15px;
}

.choose-col p {
	font-size: 16px;
	color: #6c6c6c;
	line-height: 1.6;
}

.choose-col:hover {
	background-color: #3560ff;
	box-shadow: 0 8px 15px rgba(53,96,255,0.5);
}

.choose-col:hover h3, 
.choose-col:hover p {
	color:#fff;
}

.choose-col:hover img.choose-icon {
	filter: brightness(0) invert(1);
}

.gallery-wrapper.pattern:after {
	display: none;
}

.gallery-wrapper {
	padding: 80px 0 85px;
}

.loan-wrapper {
	background-image: url('../images/loan-bg.jpg');
}

.brands-wrapper {
	padding: 70px 0;
}

.enquiry-wrapper .container {
	max-width: 100%;
	padding: 0;
}

.enquiry-wrapper .container .row {
	margin: 0; 
}

.enquiry-wrapper .container .row .col-md-5 {
	padding: 0;
}

.enquiry-col {
	padding:80px 100px 80px 80px;
}

.enquiry-col .section-title h2 {
	margin-bottom: 15px;
}

.enquiry-col p {
	width: 100%;
	max-width: 600px;
	line-height: 1.6;
}

.enquiry-form {
	padding-top: 20px;
}

.enquiry-form input, .enquiry-form textarea, .enquiry-form select {
	border:0;
	border-bottom: solid 1px #000;
	border-radius: 0;
	padding:10px 0; 
	color:#161616;
}

.enquiry-form select {
	height: 44px !important;
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   background-image: url('../images/down-arrow.png');
   background-repeat: no-repeat;
   background-size: 11px;
   background-position: 96% center;
}

.enquiry-form input:focus, .enquiry-form textarea:focus, .enquiry-form select:focus {
	border-bottom:solid 2px #3560ff;
	outline: 0;
	box-shadow: none;
}

.enquiry-form .form-group {
	margin-bottom: 35px;
}

.enquiry-form .form-group label {
	color:#1c1827;
	font-weight: 500;
	font-family: 'Circular';
	display: inline-block;
	margin-bottom: 0;
}

.footer-wrapper {
	padding:0 0 60px;
	background-color: #f0f0f0;
}

.gallery{
	display: flex;
}

.column{
	display: block;
	margin-right: 20px;
	width: 100%;
}

.item{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.img{
	display: block;
	position: relative;
	transition: .2s;
	width: 100%;
	height: 100%;
}

.enquiry-image {
	background-image: url('../images/enquiry.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
}

.footer-top {
	border-bottom: solid 1px #a8a8a8;
	margin-bottom: 50px;
}

.follow-title {
	color: #3560ff;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Circular';
	margin-bottom: 15px;
}

.comprehensive-text {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding-top: 20px;
}

.buy-car-wrapper {
	padding: 60px 0;
	background-color: #fbfcff;
}

.social-area {
	border-right: solid 1px #a8a8a8;
}

.footer-col {
	padding: 35px 10px;
}

.footer-col-first {
	padding: 60px 0 0;
}

.footer-col-first img {
	display: block;
	margin: 0 auto 30px;
}

.footer-col-second, .footer-col-third {
	border-left: solid 1px #a8a8a8;
	padding-left: 25px;
	padding-right: 25px;
}

.footer-col-second .col-md-3:nth-of-type(3),
.footer-col-second .col-md-3:nth-of-type(4) {
	margin-top: 23px;
}

.footer-title {
	color: #1c1827;
	font-weight: 500;	
	font-family: 'Circular';
	margin-bottom: 10px;
}

.footer {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer li {
	margin: 10px 0;
	display: block;
}

.footer-brands:before, .footer-brands:after {
	content: "";
	display: block;
	clear: both;
}

.footer-brands li {
	float: left;
	width: 33.333%;
	padding-right: 5px;
}

.footer li a {
	display: inline-block;
	color:#6c6c6c;
}

.footer li a:hover {
	color:#3560ff;
}

.footer-col-first {
	padding-right: 15px;
}

.footer-wrapper.pattern:before, .footer-wrapper.pattern:after {
	z-index:9;
}

.social-icon {
	padding: 0;
	margin: 0;
	list-style: none;
}

.social-icon li {
	display: inline-block;
	margin-right: 30px;
}

.copyright-wrapper {
	padding: 14px 0;
	background-color: #161616;
	color: #fff;
	font-size: 14px;
}

.brands-carousel {
	border-top: solid 1px #999;
	padding-top: 30px;
}

.brands-wrapper .section-title h2 {
	margin-bottom: 20px;
}

.brands-carousel .slick-prev:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url('../images/arrow-left.png');
	background-size: contain;
	width: 25px;
	height: 25px;
}

.brands-carousel .slick-next:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url('../images/arrow-right.png');
	background-size: contain;
	width: 25px;
	height: 25px;
}

.brands-carousel .slick-arrow {
	position: absolute;
	top: -40px;
}

.brands-carousel .slick-arrow.slick-next {
	left: auto;
	right:10px;
}

.brands-carousel .slick-arrow.slick-prev {
	left: auto;
	right: 50px;
}

.brands-slider ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.brands-slider ul li {
	display: inline-block;
	width: 46%;
	font-size: 0;
	margin-left: 6%;
	margin-bottom: 20px;
	border:solid 1px #d4d4d4; 
	border-radius: 2px;
	overflow: hidden;
}

.brands-slider ul li:hover {
	background-color:#3560ff;
	box-shadow: 0 4px 10px rgba(53,96,255,0.5);
}

.brands-slider ul li:nth-of-type(odd) {
	clear: left;
	margin-left: 0;
}

/*.brands-slider ul li a {
	display: block;
	width: 100%;
	font-family: 'Circular';
	font-weight: 500;
	font-size: 18px;
	color:#000;
	padding: 14px 24px;
	position: relative;
}
*/
.brands-slider ul li a {
	display: block;
	width: 100%;
	font-family: 'Circular';
	font-weight: 500;
	font-size: 18px;
	color:#000;
	padding: 14px 24px;
	position: relative;
}

.brands-slider ul li img {
    width:100%;
    max-width:108px;
}

.brands-slider ul li a span {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.brands-slider ul li a:hover {
	color:#fff;
}

.brands-slider .slick-prev:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url('../images/arrow-left.png');
	background-size: contain;
	width: 25px;
	height: 25px;
}

.brands-slider .slick-next:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url('../images/arrow-right.png');
	background-size: contain;
	width: 25px;
	height: 25px;
}

.brands-slider .slick-arrow {
	position: absolute;
	top: -50px;
}

.brands-slider .slick-arrow.slick-next {
	left: auto;
	right:10px;
}

.brands-slider .slick-arrow.slick-prev {
	left: auto;
	right: 50px;
}

.brand-col {
	margin-top: 20px;
}

.style-col {
	margin-top: 20px;
	border-left: solid 1px #c9cacc;
}

.brands-subheading {
	color: #252525;
	font-size: 18px;
	font-family: 'Circular';
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.brands-subheading span {
	color: #3560ff;
}

.inner-banner-wrapper {
	padding:150px 0 100px;
	background-image:url('../images/inner-banner.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;  
}

.inner-banner-container {
	text-align: center;
}

.banner-title {
	color:#fff;
	font-size: 60px;
    font-family: 'Circular';
    font-weight: 400;
}

.inner-banner-wrapper p {
	color:#fff;
	font-size: 16px;
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
}

.listing-wrapper {
	padding: 70px 0 120px;
}

.bar-title {
	border-bottom: solid 1px #979799;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.filter-title {
	display: inline-block;
	color: #252525;
	font-size: 30px;
	font-family: 'Circular';
	font-weight: 800;
}

.reset-btn {
	float: right;
	background-color: transparent;
	color: #b6b6b7;
	font-size: 16px;
	font-family: 'Circular';
	font-weight: 800;
}

.reset-btn:hover {
	color:#3560ff;
}

.result-title {
	display: inline-block;
	color:#252525;
	font-size: 18px;
	font-family: 'Circular';
	font-weight: 800;
	padding-bottom: 15px;
}

.cars-numbering {
	float: right;
	display: inline-block;
	color:#3560ff;
	font-size: 18px;
	font-family: 'Circular';
	font-weight: 800;
}

.listing-price {
	color:#fff;
	background-color: rgba(53,96,255,0.8);
	height: 50px;
	width: calc(100% - 50px);
	padding: 0 20px;
	font-size: 24px;
	font-family: 'Circular';
	font-weight: 800;
	line-height: 50px;
	bottom: 0;
	position: relative;
}

.listing-price:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -49px;
	border-top: 50px solid transparent;
  	border-bottom: 0px solid transparent; 
  	border-left:50px solid rgba(53,96,255,0.8);
}

.listing-col {
	margin: 30px 0;
    border: 1px solid #cccccc;
}

.listing-col {
	border:solid 1px transparent;
}

.listing-col:hover {
	border:solid 1px #3560ff;
	box-shadow: 0 8px 15px rgba(53,96,255,0.5);
}

.listing-detail {
	padding:20px 20px 30px;
	background-color: #fff;
}

.listing-name {
	color:#000;
	font-size: 28px;
	font-family: 'Circular';
	font-weight: 800;	
}

.listing-description {
	border-top: solid 1px #d4d4d4;
	margin-top:20px;
	width: 100%;
	padding-top: 15px;
}

.listing-label {
	display: block;
	font-size: 18px;
	color:#a7a7a9;
}

.listing-label.black {
	display: block;
	color: #000;
	font-family: 'Circular';
	font-weight: 800;
}

.listing-description div {
	width: 33.333%;
}

.price-row {
	margin: 25px 0;
}

.price-row .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

.price-tag {
	color:#252525;
	font-size: 18px;
	font-family: 'Circular';
	font-weight: 800;
	text-transform: uppercase;
	padding-top: 5px;
}

.price-amount {
	color:#3560ff;
	font-size: 24px;
	font-family: 'Circular';
	font-weight: 800;
}

.listing-left {
	padding-left: 60px;
}

.min {
	margin-top: 35px;
	width:50px;
	text-align: center;
	font-size: 20px;
}

.filter-container {
	max-height: 160px;
	overflow-y: scroll;
	margin-top: 12px;
	border:solid 1px #d4d4d4;
	border-left: 0;
}

.filter-container .form-check {
	margin:6px 0;
}

.filter-category {
	display: block;
	color:#252525;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Circular';
	font-weight: 800;
	margin-top: 30px;
	padding-right: 30px;
	background-image: url('../images/down-arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.apply-filter-btn {
	color: #fff;
	background-color: #3560ff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: 52px;
	border-radius: 4px;
	line-height: 36px;
	margin: 40px 0;
}

.load-more-btn {
	color: #fff;
	background-color: #3560ff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	height: 52px;
	border-radius: 4px;
	line-height: 36px;
	display: block;
}

.enquire-team-wrapper {
	padding:120px 0 70px;
	background-image: url('../images/enquire-team-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; 
}

.enquiry-team-text {
	width: 100%;
	max-width: 625px;
	margin: 0 auto;
}

.enquire-team-wrapper .section-title h2 {
	margin-bottom: 10px;
} 

.enquiry-team-form input {
	border:0;
	border-bottom: solid 1px #000;
	border-radius: 0;
	padding:10px 0; 
	color:#161616;
	background-color: transparent;
}

.enquiry-team-form textarea {
	border:0;
	border-bottom: solid 1px #000;
	border-radius: 0;
	padding:10px 0; 
	min-height: 150px;
	color:#161616;
	background-color: transparent;
}

.enquiry-team-form {
	margin-top: 40px;
}

.enquiry-team-form input:focus {
	border-bottom:solid 2px #3560ff;
	outline: 0;
	box-shadow: none;
	background-color: transparent;
}

.enquiry-team-form .btn {
	margin: 30px auto 0;
	display: block;
	background-color: #3560ff;
}

.buy-car-wrapper .section-title h2 {
	margin-bottom:10px; 
}
/*.buy-car-wrapper .brands-slider.carousel li img {
	width: 100%;
    text-align: right;
    max-width: 66px;
    max-height: 47px;
    height: auto;
}
*/

.brands-slider {
	margin-top: 25px;
}

.navbar-light .navbar-toggler {
	border:0; 
}

.navbar-toggler:focus, .navbar-toggler:hover {
	outline: none;
}

.detail-wrapper {
	padding: 70px 0 120px;
}

.detail-row {
	padding-top: 20px;
}

.car-name {
	font-size: 28px;
	color: #3560ff;
	font-family: 'Circular';
}

.detail-price {
	color: #000;
	font-size: 53px;
	font-family: 'Circular';
}

.detail-inner {
	padding:35px 15px;
	border-top: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
	margin-top: 20px;
}

.type-icon-image {
	width: 100%;
	max-width: 38px;
}

.type-icon-category {
	padding-left: 15px;
}

.detail-inner-right {
	color: #000;
	font-size: 28px;
	font-family: 'Circular';
	font-weight: 800;
}

.detail-inner .row {
	margin-bottom: 20px;
}

.detail-inner .row:last-of-type {
	margin-bottom: 0;
}

.type-icon-category {
	color: #000;
	font-size: 18px;
}

.filter-bar.sticky {
	position: sticky;
	top: 100px;
}

.contact-wrapper {
	padding: 80px 0;
}

.map-wrapper {
	line-height: 0.5;
}

.contact-wrapper .enquiry-team-form .btn {
	display: inline-block;
}

.contact-detail {
	padding-left: 20px;
}

.contact-detail-block {
	background-color: #3560ff;
	color: #fff;
	border:solid 10px #d0d9fc;
	padding:30px 25px; 
}

.seperator {
	border-top: solid 1px #d0d9fc;
}

.phone-icon img {
	width: 100%;
	max-width: 20px;
	margin-right: 13px;
}

.contact-detail-block h5 {
	margin-bottom: 10px;
}

.seperator {
	margin: 15px 0;
}

.phone-icon {
	margin-bottom: 6px;
}

.contact-detail-block a {
	color: #fff;
	text-decoration: underline;
}

.contact-detail-block p {
	margin-bottom: 5px;
}

#EnquiryModal .modal-dialog {
	width: 100%;
	max-width: 700px;
}

#EnquiryModal .modal-header, #EnquiryModal .modal-body {
	padding-left: 25px;
	padding-right: 25px;
}

.request-btn-row {
	padding: 20px 15px;
}

.request-call-btn {
	display: block;
	width: 100%;
	height: 54px;
	border-radius: 3px;
	background-color: #3560ff;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 54px;
	text-transform: uppercase;
}

.request-call-btn:hover {
	color: #fff;
}

.whatsapp-btn {
	display:block;
	width: 100%;
	height: 54px;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;	
	line-height: 54px;
	text-transform: uppercase;
}

.whatsapp-btn:hover {
	color: #fff;
}

.request-btn-row .flex-row div {
	width: 100%;
}

img.whatsapp-icon {
	display: inline-block;
	width: 100%;
	max-width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.detail-block, .description-block {
	margin-top: 30px;
}

.bar-title .result-title {
	padding-bottom: 0;
}

.detail-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.detail-list:before, .detail-list:after {
	content: "";
	display: block;
	clear: both;
}

.detail-list li {
	float: left;
	width: 33.333%;
	padding-right: 15px;
	color: #000;
	font-size: 22px;
	font-family: 'Circular';
	font-weight: 800;
	margin-bottom: 15px;
}

.detail-list li span {
	display: block;
	color: #a7a7a9;
	font-size: 16px;
	font-family: 'Circular-Book';
	font-weight: 400;
}

.request-call-wrapper {
	padding: 70px 0;
	background-color: #152666;
}

.request-call-wrapper .section-title h2 {
	margin-bottom: 0;
	color: #fff;
}

.request-call-wrapper .section-title p {
	color: #fff;
}

.detail-enquiry {
	background-image: none;
	background-color: #fff;
}

.request-btn-wrapper {
	width: 100%;
	max-width: 230px;
	float: right;
}

.call-btn {
	background-color: #fff;
	color: #3560ff;
	margin-top: 30px;
}

.filter-button {
	display: none;
	padding:6px 20px;
	border:solid 1px #ced4da;
	text-transform: uppercase; 
	border-radius: 4px;
	background-color: #fff;
	font-size: 15px;
	cursor: pointer;
	margin-bottom: 30px;
}

.filter-button span {
	display: inline-block;
	vertical-align: middle;
}

.filter-button img {
	display: inline-block;
	width: 100%;
	max-width: 15px;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 10px;
}

.about-wrapper2 {
	padding: 80px 0;
	background-image: url('../images/enquire-team-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.team-wrapper {
	padding: 80px 0;
}

.team-name {
	margin-top: 15px;
	color: #252525;
	font-size: 20px;
	font-family: 'Circular';
	font-weight: 800;
}

.team-col {
	margin-bottom: 35px;
}

.mission-wrapper {
	padding: 20px 0 70px;
}

.mission-icon {
	width: 100%;
	max-width: 120px;
}

.mission-heading {
	color: #252525;
	font-size: 24px;
	font-family: 'Circular';
	font-weight: 800;
	margin: 20px 0 10px;
}

.mission-wrapper p {
	line-height: 1.6;
}

.sell-car-wrapper-detail {
	background-image: url('../images/sell-banner.jpg');
}

.banner-title span {
	color:#3560ff;
}

.why-sell-wrapper {
	padding: 80px 0;
}

.sell-steps-block {
	background-color: #fff;
	height: 100%;
	padding:25px 20px;
	border-radius: 4px;
}

.sell-steps-block img.why-sell-icon {
	display: block;
	width: 100%;
	max-width: 50px;
	margin-bottom: 40px;
}

.sell-steps-block:hover img.why-sell-icon {
	filter: brightness(0) invert(1);
}

.sell-steps-block h4 {
	font-size: 26px;
	font-family: 'Circular';
	color: #000;
}

.sell-steps-block:hover {
	background-color: #3560ff;
	box-shadow: 0 8px 15px rgba(53,96,255,0.5);
}

.sell-steps-block:hover h4 {
	color:#fff;
}

.car-detail-wrapper .section-title h2 {
	margin-bottom: 10px;
}

.car-detail-wrapper p {
	width: 100%;
	max-width: 600px;
	margin:0 auto; 
}

.car-detail-wrapper {
	padding:70px 0 80px;
}

.car-detail-form {
	width: 100%;
	max-width: 1040px;
	margin: 40px auto 0;
}

.car-detail-form .btn {
	margin-top: 30px;
}

.purchase-criteria-wrapper {
	padding: 80px 0;
	background-color: #152666;
}

.purchase-criteria-ul {
	padding: 0;
	margin:0;
	list-style: none; 
}

.purchase-criteria-ul li {
	position: relative;
	border-bottom: solid 1px #34437a;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Circular';
	padding: 13px 0 13px 30px;
}

.purchase-criteria-ul li:before {
	content:"";
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width:12px;
	height:12px;
	border-radius: 3px;
	background-color: #3560ff;
}

.purchase-criteria-wrapper .section-title h2 {
	color: #fff;
}

.purchase-criteria-wrapper p {
	color: #fff;
}

.sell-brands-wrapper {
	padding: 80px 0;
	background-color: #f5f7ff;
}

.brands-we-buy {
	padding: 0;
	margin: 0;
	list-style:none;
}

.brands-we-buy:before,.brands-we-buy:after {
	content:"";
	display: block;
	clear:both;
}

.brands-we-buy li {
	float: left;
	width: 12.5%;
	margin-left: 2%;
	margin-bottom: 20px;
	background-color: #fff;
	text-align: center;
	height: 100px;
	position: relative;
	border-radius: 3px;
}

.brands-we-buy li:nth-of-type(7n+1) {
	clear: left;
	margin-left: 0;
}

.brands-we-buy li:hover {

}

.brands-we-buy li img {
	max-height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.brands-we-buy li:hover {
	background-color: #3560ff;
	box-shadow: 0 8px 15px rgba(53,96,255,0.5);
}

.finance-wrapper {
	padding: 80px 0;
}

.why-finance ul {
	padding: 0;
	margin:30px 0 0;
	list-style: none; 
}

.why-finance ul li {
	position: relative;
	padding-left: 40px;
	color: #fff;
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.why-finance ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-size: contain;
	left: 0;
	top: 5px;
	background-image: url('../images/white-tick.png');
	background-repeat: no-repeat;
}


.txt-white {
	color:  #fff;
}


.logo-cent {
	display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1200px) {
	.banner-wrapper .carousel-caption {
		left: 5%;
		right: 5%;
	}
	.banner-wrapper h3 {
		font-size: 52px;
	}
	.banner-wrapper p {
		font-size: 16px;
	}
	a.banner-btn {
		margin: 35px auto 0;
	}
	.enquiry-col {
		padding: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.banner-wrapper h3 {
		font-size: 34px;
	}
	.banner-wrapper p {
		font-size: 15px;
	}
	a.banner-btn {
		margin: 20px auto 0;
		height: 52px;
		line-height: 52px;
	}
	.about-wrapper {
		padding: 60px 0;
	}
	.section-title h2 {
		font-size: 40px;
	}
	.section-title h4 {
		font-size: 15px;
	}
	.about-sub-heading {
		font-size: 18px;
	}
	.about-text {
		padding-left: 10px;
	}
	.about-btn-row {
		padding-top: 30px;
	}
	.about-btn-row .btn + .btn {
		margin-left: 7px;
	}
	.buy-car-wrapper {
		padding:30px 0; 
	}
	.brand-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.style-col {
		flex: 0 0 100%;
		max-width: 100%;
		border-left: 0;
		border-top: solid 1px #c9cacc;
		padding-top: 30px;
	}
	.why-choose-wrapper {
		padding: 70px 0 40px;
	}
	.choose-col h3 {
		font-size: 22px;
	}
	.gallery-wrapper {
		padding: 30px 0 40px;
	}
	.brands-wrapper {
		padding:50px 0; 
	}
	.car-name {
		font-size: 24px;
	}
	.detail-price {
		font-size: 43px;
	}
	.type-icon-image {
		max-width: 30px;
	}
	.type-icon-category {
		font-size: 17px;
	}
	.detail-inner-right {
		font-size: 22px;
	}
	.detail-list li {
		font-size: 20px;
	}
	.detail-list li span {
		font-size: 15px;
	}
	.why-sell-wrapper {
		padding: 60px 0 40px;
	}
	.sell-steps-block h4 {
		font-size: 24px;
	}
	.purchase-criteria-ul li {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-expand-lg {
		float: right;
		margin-top: 20px;	
	}
	.navbar {
		justify-content: end;
	}
	.navbar-light .navbar-nav .nav-link {
		color:#fff !important;
		background-color: rgba(0,0,0,0.8);
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 15px;
	}
	.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, 
	.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
		background-color: #3560ff;
	}
	.header-wrapper {
		position: fixed;
		background-color: #fff;
	}
	.navbar {
		position: static;
	}
	#navbarNav.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		right: 0;
		background-color: #fff;
	}
	.header-wrapper .col-md-9 {
		position: static;
	}
	.banner-wrapper {
		padding-top: 84px;
	}
	.footer-brands li {
		width: 50%;
	}
	.listing-detail {
		padding: 15px 15px 20px;
	}
	.listing-name {
		font-size: 20px;
	}
	.listing-description {
		margin-top: 10px;
		padding-top: 10px;
	}
	.listing-label {
		font-size: 15px;
	}
	.listing-col {
		margin: 20px 0;
	}
	.listing-wrapper {
		padding:50px 0 80px; 
	}
	.filter-title {
		font-size: 21px;
	}
	.reset-btn {
		font-size: 15px;
		padding-right: 0;
	}
	.type-icon-image {
		font-size: 24px;
	}
	.type-icon-category {
		padding-left: 10px;
	}
	.detail-inner-right {
		font-size: 20px;
		margin-top: 5px;
	}
	.detail-list li {
		width: 50%;
	}
	.detail-wrapper {
		padding: 70px 0;
	}
	.request-call-wrapper {
		padding: 60px 0;
	}
	.detail-enquiry {
		padding: 70px 0;
	}
	.sell-steps-block {
		padding: 25px 12px;
	}
	.sell-steps-block h4 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.banner-wrapper h3 {
		font-size: 32px;
		padding-top: 0;
	}
	.banner-wrapper p {
		font-size: 14px;
	}
	.about-wrapper {
		padding: 50px 0;
	}
	.about-text {
		padding-top: 20px;
	}
	.brands-slider ul li {
		width: 48%;
		margin-left: 3%;
	}
	.enquiry-image {
		padding-bottom: 100%;
	}
	.enquiry-col {
		padding: 50px 10px;
	}
	.footer-col {
		text-align: center;
		padding:25px 10px; 
	}
	.comprehensive-text {
		padding-top: 0;
	}
	.footer-col-first {
		padding:0 15px 0;
	}
	.footer-col-second, .footer-col-third {
		border-left: 0;
	}
	.footer li {
		display: inline-block;
		width: 32%;
		margin-bottom: 5px;
	}
	.footer-title {
		margin-top: 20px;
	}
	.footer-col-second .col-md-3:nth-of-type(3), 
	.footer-col-second .col-md-3:nth-of-type(4) {
		margin-top: 0;
	}
	.footer-wrapper {
		padding: 0 0 25px;
	}
	img.logo {
		max-width: 60px;
		padding:9px 0; 
	}
	.navbar-expand-lg {
		margin-top: 20px;
	}
	.banner-wrapper p {
		display: none;
	}
	.banner-wrapper {
		padding-top: 69px;
	}
	.listing-price {
		font-size: 22px;
	}
	.listing-left {
		padding-left: 15px;
	}
	.enquire-team-wrapper {
		padding: 70px 0;
	}
	.inner-banner-wrapper {
		padding: 120px 0 70px;
	}
	.banner-title {
		font-size: 44px;
	}
	.contact-wrapper {
		padding:50px 0; 
	}
	.contact-detail {
		padding-left: 0;
		margin-top: 60px;
	}
	.filter-button {
		display: block;
		position: relative;
		z-index: 9;
	}
	.filter-bar {
		display: none;
	}
	.filter-bar.filtershow {
		display: block;
	}
	.detail-right-col {
		margin-top: 30px;
	}
	.request-btn-wrapper {
		float: none;
		margin-top: 15px;
	}
	.brands-we-buy li:nth-of-type(7n+1) {
		clear: none;
		margin-left: 2%;
	}
	.brands-we-buy li {
		width: 18%;
	}
	.purchase-criteria-ul li {
		font-size: 16px;
	}
	.car-detail-wrapper {
		padding: 40px 0;
	}
	.purchase-criteria-wrapper {
		padding: 60px 0;
	}
	.sell-brands-wrapper {
		padding: 60px 0;
	}
	.filter-sticky {
		position: sticky;
		top: 100px;
		z-index: 9;
		background-color:#fff;
	}
	.bannerdesc {
		display:none;
	}

}

@media only screen and (max-width: 575px) {
	.brands-slider ul li a {
		font-size: 15px;
		padding:14px; 
	}
	.section-title h4 {
		font-size: 14px;
	}
	.section-title h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.brands-subheading {
		font-size: 15px;
	}
	.banner-wrapper h3 {
		font-size: 30px;
	}
	.enquiry-col {
		padding:40px 0; 
	}
	.choose-col h3 {
		min-height: auto;
	}
	.choose-col {
		margin: 10px 0;
	}
	.footer-wrapper {
		padding: 0 0 20px;
	}
	a.banner-btn {
		margin: 10px auto 0;
		height: 48px;
		line-height: 50px;
	}
	.banner-wrapper .carousel-caption {
		padding-top: 0;
	}
	.banner-wrapper .carousel-indicators {
		bottom: 0;
	}
	.banner-title {
		font-size: 36px;
	}
	.inner-banner-wrapper p {
		font-size: 14px;
	}
	.filter-category {
		font-size: 16px;
	}
	.detail-wrapper {
		padding: 45px 0;
	}
	.car-name {
		font-size: 22px;
	}
	.detail-price {
		font-size: 34px;
	}
	.whatsapp-btn {
		margin-top: 20px;
	}
	.detail-list li {
		font-size: 17px;
	}
	.request-call-wrapper {
		padding: 50px 0;
	}
	.detail-enquiry {
		padding: 50px 0;
	}
	.team-wrapper {
		padding: 45px 0;
	}
	.mission-wrapper {
		padding: 20px 0 45px;
	}
	.brands-we-buy li {
		width: 23%;
	}
	.purchase-criteria-ul li {
		font-size: 14px;
	}
	.sell-brands-wrapper {
		padding: 40px 0;
	}
	.finance-wrapper {
		padding: 50px 0;
	}
	.why-finance ul li {
		font-size: 16px;
		padding-left: 35px;
	}
}

@media only screen and (max-width: 480px) {
	.banner-wrapper h3 {
		font-size: 22px;
	}
	.section-title h4 {
		font-size: 13px;
	}
	.section-title h2 {
		font-size: 22px;
	}
	.about-sub-heading {
		font-size: 16px;
	}
	.about-text p {
		font-size: 14px;
	}
	.about-ul li {
		font-size: 14px;
	}
	.brands-slider ul li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.social-icon li {
		margin-right: 20px;
	}
	.footer li {
		width: 48%;
	}
	a.banner-btn {
		max-width: 125px;
		font-size: 13px;
		height: 38px;
		line-height: 38px;
	}
	.social-area {
		padding-bottom: 0;
	}
	.footer-top {
		margin-bottom: 25px;
	}
	.footer-col-first img {
		margin: 0 auto 20px;
	}
	.inner-banner-wrapper {
		padding: 100px 0 50px;
	}
	.banner-title {
		font-size: 30px;
	}
	.listing-wrapper {
		padding: 30px 0 40px;
	}
	.listing-price {
		font-size: 18px;
	}
	.listing-name {
		font-size: 17px;
	}
	.listing-label {
		font-size: 14px;
	}
	.listing-detail {
		padding: 10px 10px 15px;
	}
	.listing-col {
		margin: 10px 0;
	}
	.enquire-team-wrapper {
		padding: 40px 0;
	}
	.enquiry-team-form {
		margin-top: 20px;
	}
	.enquiry-team-text {
		font-size:14px;
	}
	.detail-inner {
		padding: 25px 0;
	}
	.type-icon-image {
		max-width:22px;
	}
	.type-icon-category {
		padding-left: 5px;
	}
	.type-icon-category {
		font-size: 14px;
	}
	.detail-inner-right {
		font-size: 16px;
	}
	.why-sell-wrapper {
		padding: 35px 0;
	}
	.sell-steps-block img.why-sell-icon {
		margin-bottom: 30px;
	}
	.sell-steps-block h4 {
		font-size: 17px;
	}
	.purchase-criteria-ul li::before {
		width: 9px;
		height: 9px;
	}
	.purchase-criteria-ul li {
		padding-left: 20px;
	}
}