/*
* Template Name: Fresco Fruta
* Author:  Qamar Ul Zaman
* Author URL: http://pebitechnologies.com/
* 2020 Copyright, all rights reserved.
* Version: 1.0
*/

body{
	margin: 0;
    padding: 0;
	color: #3C3C3B;
	font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
	background: #fff;
	font-family: 'Gordita Regular';
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.center-wrapper{
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
@media (min-width: 1200px) {
	.center-wrapper{
		padding: 0 30px;
	}
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media(min-width:1540px) {
	.container ,.center-wrapper{
		max-width: 1500px;
	}
}
/* -------------------------------------------------------------------
 * ## links
 * ------------------------------------------------------------------- */
a {
    color: #1E1E46;
	text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s ;
}

a:hover, a:focus, a:active {
    color: #1E1E46;
	text-decoration: none;
	box-shadow: none;
	outline: 0;
}

a:hover, a:active {
    outline: 0;
}
a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
	-moz-outline-style: none;
}
button:focus,
button:visited ,
button:active,
button:hover{
     outline: 0!important;
	 box-shadow: 0;
	 -moz-outline-style: none;
}
*:focus,
*:active,
a:active,
a:focus,
input:focus,
input:active {
    -moz-outline-style: none;
	outline:none;
	outline: 0;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline : 0;
}

:-moz-any-link:focus {
  outline: none;
}
.btn ,button {
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
}
.ab-l-t{
	position: absolute;
	left: 0;
	top: 0;
}
.send-invoice{
    border: white !important;
}
.btn-bg-primary {
  min-width: 107px;
  border-radius: 21.5px;
  background-color: #6FC62F;
  border: solid 2px #6FC62F;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 9px 20px;
  font-family: 'Gordita Medium';
}
.btn-bg-primary:hover{
	color: #FFFFFF;
	background-color: transparent;
}
.header-signup-register .btn-bg-primary{
	min-width: 100px;
}
@media (min-width: 480px) {
	.header-signup-register .btn-bg-primary{
		min-width: 107px;
	}
}
/* ===================================================================
 * # typography & general theme styles
 *
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
    color: #1E1E46;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
h2{
    font-size: 33px;
    line-height: 42px;

}
.h2{
	color: #354052;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 15px;
}
h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 37px;
}

h2 b {
	font-weight: 300;
}
/* -------------------------------------------------------------------
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
    list-style: none;
}

ul {
    list-style: none;
}

li {
    display: list-item;
}

ol, ul {
    margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
}

/* -------------------------------------------------------------------
 * ## chevron arrows
 * ------------------------------------------------------------------- */
 .chevron::before {
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: '';
	display: inline-block;
	height: 12px;
	left: 0;
	position: relative;
	top: 0;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 12px;

}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	padding: 10px 0;
	z-index: 96;
	transition: all 0.5s;
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
}
#header .logo{
	transition: all 0.2s;
}
#header .logo h1 {
	font-size: 28px;
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #384046;
}

#header .logo a{
  display: block;
}

#header .logo a img{
  display: block;
}
.mobile-nav-active #header .logo{
	opacity: 0;
}
.after-border{
	position: relative;
}
.site-header .container-header {
	padding-right: 30px;
}
.site-header{
	background-color: #fff;
}
@media (min-width: 992px) {
	.site-header{
		background-color: transparent;
	}
}
@media (min-width: 768px) {
	#header .logo a{
	    width: inherit;
	}
}
@media (min-width: 992px) {
	#header {
	    padding: 10px 0;
	}
	.site-header .container-header {
		padding-right: 0;
	}
}
/*--------------------------------------------------------------
# Header Sign Up
--------------------------------------------------------------*/
.header-signup-register ul li{
	margin: 0 0 0 20px;
	position: relative;
}
.logged-on ul li{
	margin: 0 0 0 20px;
	position: relative;
}
ul li.visible-loggedin{
	display: none;
}
.logon ul li.visible-loggedin{
	display: block;
}
.logon ul li.btn-register{
	display: none;
}
.logon ul li.btn-sign-in{
	display: none;
}
.sm-car-icon a{
	font-size: 28px;
	color: #3C3C3B;
	margin-right: 20px;
}
.sm-car-icon a i{
	margin-top: 5px;
}

.sign-in,.font-small {
  padding: 0;
  color: #3C3C3B;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  display: block;
  text-align: center;
  font-family: 'Gordita Medium';
}
.sign-in span, .font-small span{
	display: block;
	width: 15px;
	height: 18px;
	margin: 0 auto 2px;
	line-height: 1;
	font-size: 17px;
}
.external-link span{
	margin-left: 10px;
	margin-top: -3px;
	font-size: 16px;
	display: inline-block;
	transform: rotate(45deg);
}
.font-small:hover{
	color: #FFFFFF;
}


.account-dropdown{
	padding: 10px 10px 10px;
	position: absolute;
	right: 0;
	z-index: 6;
	display: none;
	box-sizing: border-box;
	width: 252px;
	border: 1px solid #D7D5C7;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 8px 16px -4px rgba(0,0,0,0.19);
}
.account-dropdown h3{
  color: #9D9D9D;
  font-family: Gordita Regular;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 10px;
  margin: 0;
  border-bottom: solid 1px #DADADA;
}
.account-dropdown ul{
	margin: 10px 0;
}
.account-dropdown ul li a {
  color: #3C3C3B;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 34px;

}
.account-dropdown ul li a:hover{
	color: #ffffff;
}
.logout {
  padding-left: 20px;
  padding-top: 10px;
  border-top: 1px solid #DADADA;
}
.logout a {
  color: #3C3C3B;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 32px;
}
body.logon .logged-on{
	display: block;
}
body.logon .header-signup-register{
	display: none;
}
.logged-on .signup-car{
	display: none!important;
}
@media (min-width: 992px) {
	.account-dropdown{
		left: 50%;
		top: 100%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		box-sizing: border-box;
		width: 252px;
		border: 1px solid #D7D5C7;
		border-radius: 5px;
		background-color: #FFFFFF;
		box-shadow: 0 8px 16px -4px rgba(0,0,0,0.19);
	}
	.account-dropdown ul{
		margin: 10px -10px;
	}
	.account-dropdown ul li{
		margin: 0;
	}
	.account-dropdown ul li a{
		padding-left: 20px;
		display: block;
	}
	.account-dropdown ul li a:hover{
		background-color: rgba(231,229,215,0.49);
	}
}

@media (max-width: 991.68px) {
	.site-header .logged-on {
		display: none;
	}
	.logged-on {
		margin-top: auto;
		width: 280px;
	}
	.logged-on ul{
		text-align: center;
	}
	.logged-on .account-dropdown ul{
		text-align: left;
		margin-left: 20px;
	}
	.logged-on .account-dropdown .logout{
		text-align: left;
	}
	.logged-on .account-dropdown .logout a{
		padding: 0;
	}
	.logged-on ul li{
		margin: 0 10px;
	}
	.logged-on .account-dropdown ul li{
		margin: 0;
		font-family : Gordita Regular;
	}
	.logged-on li{
		display: inline-block;
		margin: 0;
	}
	.logon ul li.visible-loggedin {
		display: inline-block;
	}
	.logged-on .account-dropdown li{
		display: block;
		margin: 0;
	}
	.logged-on li.md-fullwidth{
		width: 100%;
		margin: 0;
	}
	.logged-on li.md-fullwidth a{
		color: #fff;
		border-radius: 0;
	}
	.account-dropdown ul li a {
	  line-height: 24px;
	}
	.account-dropdown{
		bottom: 100%;
	}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #3C3C3B;
  padding: 0 15px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  font-family: 'Gordita Medium';
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #FFFFFF;
  text-decoration: none;
}

.nav-menu li ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 5px 20px;
  font-size: 14px;
  text-transform: none;
  color: #3C3C3B;
  font-weight: 400;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #FFFFFF;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
.nav-menu .mobile-register-menu{
	display: none;
}
.mobile-register-menu .btn-bg-primary{
	color: #fff;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
	position: fixed;
	width: 320px;
	height: 100%;
	padding: 60px 20px 0;
	left: 0;
	top: 0;
	background-color: rgba(231,229,215);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 98;
	overflow: auto;
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.mobile-nav  li{
	margin-bottom: 10px;
}
.mobile-nav a {
	display: block;
	position: relative;
	color: #3C3C3B;
	padding: 5px 0px;
	font-weight: 500;
	outline: none;
	font-family: 'Gordita Medium';
}
.mobile-nav .account-dropdown a {
	font-family: 'Gordita Regular';
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #FFFFFF;
	text-decoration: none;
}

.mobile-nav .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down > a:after {
	content: "\eaa1";
}

.mobile-nav .drop-down > a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .logged-on .drop-down ul {
	display: block;
}
.mobile-nav .logged-on .drop-down ul li{
	padding-left: 0;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-overly {
	position: fixed;
	z-index: 97;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
}
.mobile-nav-active .mobile-nav-overly {
	visibility: visible;
	opacity: 0.59;
	background-color: #333333;
}
.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}
.mobile-nav-active .mobile-nav{
	left: 0;
	visibility: visible;
	filter: Alpha(opacity=100);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/*--------------------------------------------------------------
# HAMBURGER ICON
--------------------------------------------------------------*/
.hamburger-icon {
	display: block;
	width: 24px;
	height: 23px;
	position: fixed;
	right: 15px;
	top: 20px;
	overflow: hidden;
	z-index: 999;
}
@media (min-width: 768px) {
	.hamburger-icon {
		top: 30px;
	}
}
@media (min-width: 992px) {
	.hamburger-icon {
		display: none;
	}
}
.hamburger-icon button {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	opacity:0
}
.hamburger-icon .bar {
	height:3px
}
.hamburger-icon .bar,
.hamburger-icon .bar:before {
	position:absolute;
	display:block;
	width:100%;
	-webkit-transition:.3s ease-out;
	transition:.3s ease-out
}
.hamburger-icon .bar:before {
	content:"";
	height:100%;
	background: #3C3C3B;
}
.hamburger-icon .bar:first-child {
	top:0;
	left:0
}
.hamburger-icon .bar:nth-child(2) {
	top:18px;
	left:0;
}
.hamburger-icon .bar:nth-child(3) {
	left: 0px;
	top: 9px;
}
.mobile-nav-active .hamburger-icon .bar:first-child {
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	will-change:transform
}
.mobile-nav-active .hamburger-icon .bar:first-child:before {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	will-change:transform
}
.mobile-nav-active .hamburger-icon .bar:nth-child(2) {
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	will-change:transform
}

.mobile-nav-active .hamburger-icon .bar:nth-child(2):before {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	will-change:transform
}
.mobile-nav-active .hamburger-icon .bar:nth-child(3){
	left: -24px;
	opacity: 0;
}
.site-header.header-scrolled{
	background-color: #fff
}
/*--------------------------------------------------------------
# HOME PAGE
--------------------------------------------------------------*/
/* home intro */
#intro{
	background-color: rgba(231,229,215,0.8);
}
.intro-container{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	padding: 110px 0 30px;
}
.intro-container .container {
	position: relative;
	z-index: 6;
}
.car-left{
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
.car-right{
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}
.intro-container h1{
  color: #3C3C3B;
  font-family: 'TitlingGothicFB Comp Thin';
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 44px;
  text-align: center;
  margin: 0 0 10px;
}
.intro-container p {
  color: #3C3C3B;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.intro-container p strong{
  font-family: 'Gordita Medium';
  font-weight: 500;
}
.drodown-items{
	max-width: 1200px;
	margin: 30px auto 0
}
.drodown-items label {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 10px;
  letter-spacing: 0.83px;
  line-height: 14px;
}
.select-sm {
	width: 100%;
	margin-right: 0px;
}
.select-xs {
	width: 150px;
}
.drodown-items select {
  height: 45px;
  border: 0;
  border-radius: 5px;
  background-color: #FFFFFF;
  background-image: none;
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
}
.drodown-items select:focus{
	outline: 0;
	box-shadow: none;
}
.drodown-items select option {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
}
.box-select {
	position: relative;
}
.box-select:after {
	position: absolute;
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: '';
	display: inline-block;
	right: 15px;
	top: 15px;
	transform: rotate(135deg);
	vertical-align: top;
	height: 10px;
	width: 10px;
}
.mini-select{
	width: 280px;
	margin: 0px auto;
}
.select-distance{
	width: 280px;
	margin: 0 auto;
}
.dropdown-left{
   width: 280px;
   margin: 0 auto;
}
.mini-select .space {
  box-sizing: border-box;
  height: 3px;
  width: 11px;
  background: #3C3C3B;
  opacity: 0.5;
  margin: 0 5px;
}

.car-search{
	margin: 20px 0 0;
}
.search-input {
  height: 45px;
  width: 280px;
  border-radius: 32.5px;
  background-color: #6FC62F;
  color: #FFFFFF;
  font-family: 'Gordita Bold';
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  border: 0;
  padding: 5px 15px;
}
.search-input:focus{
	outline: 0;
}
.form-field input::-webkit-input-placeholder {
   color: #FFFFFF;
   opacity: 1
}
.form-field input::-moz-placeholder {
   color: #FFFFFF;
}
.form-field input:-ms-input-placeholder {
   color: #FFFFFF;
   opacity: 1
}
.form-field input:-moz-placeholder {
   color: #FFFFFF;
   opacity: 1
}
.form-field input::placeholder {
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}
.selling-points{
	margin: 40px 0 0;
}

.selling-points li .icon{
	width: 40px;
	height: 40px;
	display: block;
	margin:  0 auto 20px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	position: relative;
	overflow: hidden;
	background-color: #038781;
}
.selling-points li .icon:after{
	content : '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
  	-moz-transform: translate(-50%, -50%) rotate(-45deg);
  	-ms-transform: translate(-50%, -50%) rotate(-45deg);
  	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.selling-points li h4 {
  color: #3C3C3B;
  font-family: 'Gordita Bold';
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 480px) {
	.search-input {
	  height: 65px;
	  width: 372px;
	  font-size: 16px;
	  height: 65px;
	}
}
@media (min-width: 576px) {
   .dropdown-left{
	   width: auto;
   }
   .select-sm {
		width: 205px;
		margin-right: 20px;
	}
	.mini-select{
		width: 326px;
		margin: 0px auto;
	}
}
@media (min-width: 768px) {
	.intro-container h1{
	  font-size: 44px;
	  line-height: 54px;
	}
	.intro-container p {
	  font-size: 22px;
	  line-height: 30px;
	}
	.car-left,.car-right{
		width: 20%;
		display: block;
	}
}

@media (min-width: 992px) {
	.intro-container h1{
	  font-size: 50px;
	  line-height: 64px;
	  margin: 0 0 20px;
	}
	.selling-points{
		margin: 100px 0 0;
	}
	.car-search{
		margin: 40px 0 0;
	}
	.intro-container{
		padding: 205px 0 50px;
	}
	.selling-points li h4 {
		font-size: 16px;
		line-height: 21px;
	}
	.car-left,.car-right{
		width: 22%;
	}
	.mini-select{
		width: auto;
		margin-right: 20px;
		margin-left: 0;
		margin-top: 0;
	}
	.select-distance{
		width: auto;
		margin: 0;
		width: 150px;
	}
	.dropdown-left{
		width: auto;
		margin: 0;
	}

}

@media (min-width: 1200px) {
	.intro-container h1{
	  font-size: 70px;
	  line-height: 84px;
	}
	.car-left,.car-right{
		width: 25%;
	}
}
@media (min-width: 1400px) {
	.car-left,.car-right{
		width: auto;
	}
}
/* listing */
.sections{
	padding: 50px 0 50px;
}
.section-header h2 {
  max-width: 782px;
  color: #3C3C3B;
  font-size: 24px;
  letter-spacing: -0.44px;
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
}
.listing-header{
	margin: 30px 0 40px;
	text-align: center;
}
.live-number {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
.list-page-link a{
  color: #FFFFFF;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: right;
}
.list-page-link a i{
  color: #FFFFFF;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.tab-switch ul{
  height: 60px;
  width: 280px;
  margin: 20px auto;
  position: relative;
  border-radius: 29.5px;
  background-color: #E7E5D7;
}
.tab-switch li{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.tab-switch li:before{
	content: '';
	height: 48px;
	width: 136px;
	position: absolute;
	top: 0;
	z-index: -1;
	border-radius: 24px;
	background-color: #6FC62F;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.tab-switch li.toggle-left:before{
	right: -136px;
}
.tab-switch li.toggle-right:before{
	left: -136px;
}
.tab-switch li.toggle-left.current:before{
	right: 0;
}

.tab-switch li.toggle-right.current:before{
	left: 0;
}

.tab-switch ul li a{
	height: 48px;
	width: 136px;
	display: block;
	font-size: 14px;
	color: #3C3C3B;
	line-height: 48px;
	text-align: center;
	font-family: Gordita Medium;
	border-radius: 24px;
	position: relative;
	z-index: 10;
}
.tab-switch ul li.current a{
	color: #fff;
}
.car-card-item{
	margin-bottom: 30px;
}
.car-card {
  box-sizing: border-box;
  max-width: 343px;
  margin: 0 auto;
  border: 1px solid #DADADA;
  background-color: #FFFFFF;
}
.car-card-header{
	padding: 20px 60px 15px 15px;
	position: relative;
}
.car-card-header .year {
  height: 47px;
  width: 47px;
  display: block;
  background-color: #E7E5D7;
  color: #222222;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 20px;
}
.car-card-header h3 {
  color: #222222;
  font-family: Gordita Medium;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 15px;
}
.car-card-header ul li {
  color: #3C3C3B;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
  padding-left: 9px;
  margin-left: 10px;
}
.car-card-header ul li:first-child{
	margin: 0;
	padding: 0;
}
.car-card-header ul li:before{
	content: '';
	width: 1px;
	height: 18px;
	background: #DADADA;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.car-card-header ul li:first-child:before{
	content: none;
}
.item-price {
  color: #222222;
  font-family: 'TitlingGothicFB Comp Regular';
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
}
.item-price{
	padding: 15px 15px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
.car-card-footer{
	padding: 15px 15px;
}
.car-card-footer {
  color: #3C3C3B;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}
.car-card-footer span{
	display: block;
	margin-left: 5px;
}
.car-card-footer i{
	font-size: 14px;
	color: #3C3C3B;
}
.card-item-image{
	position: relative;
}
.div-slod{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(75,75,75,0.8);
	z-index: 6;
}
.div-slod h5 {
  color: #FFFFFF;
  font-family: "TitlingGothicFB Comp Light";
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 84px;
}
.icon-button{
	position: absolute;
	right: 5px;
	top: 5px;
}

.icon-button a{
  height: 35px;
  width: 35px;
  margin: 5px;
  color: #3C3C3B;
  font-size: 16px;
  border-radius: 50%;
  position: relative;
  background-color: #FFFFFF;
}
.icon-button a:hover{
  color: #fff;
  background-color: #3C3C3B;
}
.icon-button a.active{
  color: #fff;
  background-color: #3C3C3B;
}
.icon-button a span {
	height: 26px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: none;
	border-radius: 13px;
	background-color: #3C3C3B;
	position: absolute;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

}
.icon-button a span:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #3C3C3B;
	border-width: 8px;
	margin-left: -8px;
}
.icon-button a:hover span{
	display: block;
}
@media (min-width: 480px) {
	.tab-switch ul{
		width: 309px;
	}
	.tab-switch ul li a{
		height: 48px;
		width: 146px;
	}
	.tab-switch ul li:before{
		height: 48px;
		width: 146px;
	}
	.tab-switch li.toggle-left:before{
	 right: -146px;
	}
	.tab-switch li.toggle-right:before{
		left: -146px;
	}
}
@media (min-width: 992px) {
	.sections{
		padding: 70px 0 70px;
	}
	.section-header h2 {
	  font-size: 30px;
	  line-height: 50px;
	}
	.listing-header{
		margin: 70px 0 40px;
	}
	.listing-header	{
		text-align: left;
	}
	.tab-switch ul{
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.sections{
		padding: 113px 0 120px;
	}
	.listing-header{
		margin: 120px 0 40px;
	}
}
/* industry-news */
.industry-news{
	padding: 50px 0 60px;
	position: relative;
}
.industry-news:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.64;
	background-color: #E7E5D7;
}
.industry-news-wrapper{
	position: relative;
	z-index: 5;
}
.industry-news-wrapper h2 {
  color: #3C3C3B;
  font-family: 'TitlingGothicFB Comp Light';
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 54px;
}
.industry-news-wrapper h3{
  color: #3C3C3B;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  font-family: Gordita Regular;
}
.industry-news-wrapper{
	max-width: 1920px;
	margin: 0 auto;
}
.content-slider{
	margin-left: 15px;
	margin-top: 40px;
}
.entry-meta {
  opacity: 0.6;
  color: #222222;
  font-family: Gordita Medium;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  margin-top: 25px;
}
.entry-meta span{
	border-bottom: solid 1px #747470;
	text-transform: uppercase;
}
.entry-title h3 {
   max-width: 306px;
  color: #222222;
  font-family: Gordita Medium;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  margin: 20px 0 0;
}
.entry-title h3:hover{
	color: #FFFFFF;
	transition: all .5s;
}
.slider-card{
	max-width: 250px;
	padding: 0;
}
.slider-card-item{
	padding-right: 15px;
}
.slide-arrow {
  height: 58px;
  width: 58px;
  font-size: 36px;
  color: #3C3C3B;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.next-slide{
	margin-left: 10px;
}
.news-title{
	margin-bottom: 30px;
}
@media (min-width: 480px) {
	.slider-card{
		max-width: 344px;
		padding: 0;
	}
	.slider-card-item{
		padding-right: 30px;
	}
}
@media (min-width: 768px) {
	.industry-news-wrapper h2 {
	  font-size: 70px;
	  line-height: 84px;
	}
	.news-title{
		margin-bottom: 0px;
	}
}
@media (min-width: 992px) {
	.industry-news{
		padding: 130px 0 100px;
	}
	.industry-news-wrapper h2 {
	  font-size: 70px;
	  line-height: 84px;
	}
}
@media (min-width: 1200px) {
	.industry-news{
		padding: 130px 0 190px;
	}
	.content-slider{
		margin-top: 90px;
	}
}
@media (min-width: 1540px) {

}
@media (min-width: 1920px) {
	.content-slider{
		margin-left: 220px;
	}
}
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:      -o-transform, opacity;
	transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*--------------------------------------------------------------
# Footer Pre
--------------------------------------------------------------*/
.footer-pre{
	position: relative;
	padding: 0 0 0;
}
.footer-pre:before{
	content: none;
	width: 65%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
	background-color: #038781;
}
.footer-pre:after{
	content: none;
	width: 35%;
	height: 100%;
	position: absolute;
	right:0;
	top: 0;
	background-color: #DBB345;
}
.bg-sm-blue{
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #038781;
}
.bg-sm-yellow{
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #DBB345;
}
.footer-pre .center-wrapper{
	position: relative;
	z-index: 5;
}
.footer-pre h4 {
  color: #FFFFFF;
  font-family: Gordita Medium;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 20px;
}
.footer-pre h2 {
  max-width: 570px;
  color: #FFFFFF;
  font-family: 'TitlingGothicFB Comp Light';
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 54px;
  margin: 0;
}
.btn-joinus {
  height: 100px;
  width: 100px;
  display: block;
  border-radius: 50%;
  border: 0;
  color: #FFFFFF;
  font-size: 70px;
  background-color: #FFFFFF;
  margin-left : auto;
  margin-right: auto;
}
/* custom css */
.ajax-loader {
	visibility: hidden;
	background-color: rgba(255,255,255,0.7);
	position: fixed;
	z-index: 100000 !important;
	width: 100%;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
}

.ajax-loader img {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -50px;
	z-index:5;
}
/* custom css */
@media (min-width: 768px) {
	.footer-pre{
		padding: 50px 0 55px;
	}
	.footer-pre h2 {
	  max-width: 370px;
	  font-size: 50px;
	  letter-spacing: 1px;
	  line-height: 74px;
	}
	.btn-joinus {
	  height: 190px;
	  width: 190px;
	  font-size: 90px;
	  margin-left: auto;
	  margin-right: 0;
	}
	.footer-pre:before{
		width: 55%;
		content: '';
	}
	.footer-pre:after{
		width: 45%;
		content: '';
	}
	.bg-sm-blue{
		padding-top: 0;
		padding-bottom: 0;
		background-color: transparent;
	}
	.bg-sm-yellow{
		padding-top: 0;
		padding-bottom: 0;
		background-color: transparent;
	}
}
@media (min-width: 992px) {
	.footer-pre{
		padding: 90px 0 135px;
	}
	.footer-pre h2 {
	  max-width: 550px;
	  font-size: 50px;
	  letter-spacing: 1px;
	  line-height: 74px;
	}
	.btn-joinus {
	  height: 190px;
	  width: 190px;
	  font-size: 90px;
	}
	.footer-pre:before{
		width: 65%;
	}
	.footer-pre:after{
		width: 35%;
	}
}
@media (min-width: 1200px) {
	.footer-pre{
		padding: 125px 0 145px;
	}
	.footer-pre h2 {
	  max-width: 789px;
	  font-size: 70px;
	  letter-spacing: 1px;
	  line-height: 84px;
	}
	.btn-joinus {
	  height: 234px;
	  width: 234px;
	  font-size: 120px;
	}
}
@media (min-width: 1500px) {
	.footer-pre:before{
		width: 56%;
	}
	.footer-pre:after{
		width: 44%;
	}
}


/*--------------------------------------------------------------
# Directory page
--------------------------------------------------------------*/
.bg-gray{
	background-color: rgba(231,229,215,0.8);
}
.page-top{
	padding-top: 75px;
	padding-bottom: 5px;
	background-color: rgba(231,229,215,0.8);
}
.breadcrumbs ul li{
	position: relative;
	line-height: 22px;
	padding-right: 25px;
}
.breadcrumbs ul li:after{
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -1px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: '';
	display: inline-block;
	transform: rotate(45deg);
	vertical-align: top;
}
.breadcrumbs ul li:last-child:after{
	content: none;
}
.breadcrumbs ul li a {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 12px;
}
.page-top h1 {
  color: #3C3C3B;
  font-family: 'TitlingGothicFB Comp Light';
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 54px;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
	.page-top{
		padding-top: 140px;
		background-color: #fff
	}
	.page-top h1 {
	  font-size: 50px;
	  line-height: 64px;
	  margin-top: 30px;
	}
	.breadcrumbs ul li a {
	  font-size: 14px;
	  line-height: 19px;
	}
}
@media (min-width: 1200px) {
	.page-top h1 {
	  font-size: 70px;
	  line-height: 84px;
	  margin-top: 30px;
	}
}
/* search filds */
.directory-listing-search{
	padding: 20px 0 50px;
}
.search-field label,.price-min-max label,.form-reset label,.filter-select label {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.83px;
  line-height: 14px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.form-reset label{
	opacity: 0;
}
.car-search-filter select {
    display: inline-block;
    width: 100%;
    height: calc(1.8em + .75rem + 2px);
    padding: .310rem 15px .375rem 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #3C3C3B;
    vertical-align: middle;
    background: #E7E5D7 url("../images/dropdown-arrow.png") no-repeat right 15px center/14px 8px;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: 'Gordita Medium';
}
.sort-search-field select {
    display: inline-block;
    width: 100%;
    height: calc(1.8em + .75rem + 2px);
    padding: .310rem 15px .375rem 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #3C3C3B;
    vertical-align: middle;
    background: #CFCCBA url("../images/dropdown-arrow.png") no-repeat right 15px center/14px 8px;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: 'Gordita Medium';
}
.size-one{
	width: 100%;
}
.size-two{
	width: 135px;
}
.line-box{
	width: 20px;
	height: 45px;
	position: relative;
}
.sort-by{
	width: 177px;
	margin-right: 10px;
}
.count-view{
	width: 86px;
}
.line-box:after {
	box-sizing: border-box;
	height: 3px;
	width: 14px;
	background: #3C3C3B;
	opacity: 0.5;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.price-min-max {
	width: 290px;
}
.reset-input {
  height: 44px;
  width: 88px;
  position: relative;
  border-radius: 22px;
  background-color: #038781;
}
.reset-input input{
	border: 0;
	background: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 22px;
	color: #FFFFFF;
	font-family: Gordita Medium;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 19px;
	padding-left: 25px;
}
.reset-input i {
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  top: 16px;
}

.mr-lg-20{
	margin-right: 0px;
}
.col{
	padding: 0 15px;
}
.s-col-left {
	float: left;
	margin-left: 15px;
	width: calc(100% - 30px);
	max-width: 320px;
}
.s-col-right{
	float: left;
	width: 100%;
	margin: 0px 0 0;
}
.md-clear-left{
	margin-top: 20px;
}
.toggle-search{
	position: relative;
	color: #3C3C3B;
	font-family: Gordita Medium;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 28px;
	padding-left: 40px;
	display: block;
}
.toggle-search span{
	display: block;
	height: 29px;
	width: 29px;
	border-radius: 50%;
	background-color: #6FC62F;
	position: absolute;
	left: 0;
	top: 0;
}
.toggle-search span:before{
	content: '';
	width: 17px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.toggle-search span:after{
	content: '';
	width: 17px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
  	-moz-transform: translate(-50%, -50%) rotate(90deg);
  	-ms-transform: translate(-50%, -50%) rotate(90deg);
  	-o-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.toggle-search.active span:after{
	opacity: 0;
}
.xs-filter-button {
  height: 40px;
  width: 140px;
  position: relative;
  border-radius: 5px;
  text-align: center;
  background-color: #FFFFFF;
}
.xs-filter-button i{
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #3C3C3B;
}
.xs-filter-button span {
  height: 17px;
  width: 100%;
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  display : block;
}
.xs-filter-button sup{
  padding: 0px 5px;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  background-color: #6FC62F;
}
.s-col-left{
	display: none;
	background-color: #fff;
	padding-bottom: 30px;
}
.xs-ab-r{
	width: 100%;
	position: relative;
}
.xs-ab-r select{
	width: 135px;
}
.xs-ab-r .reset-input{
	position: absolute;
	right: 0;
	top: 20px;
}
.listing-filter-search{
	width: 100%;
	max-width: 343px;
	margin: 0 auto;
}
.advance-search{
	display: none;
}
@media (max-width: 400px) {
	.price-min-max .size-two{
		width: 120px;
	}
}
@media (min-width: 576px) {
	.listing-filter-search{
		width: 100%;
		max-width: 100%;
	}
	.s-col-left{
		display: block;
		margin-left: 0;
		width: 100%;
		max-width: 100%;
		padding-bottom: 0;
		background-color: transparent;
	}
	.load-more {
		width: 100%;
		height: 65px;
		max-width: 100%;
		margin-top: 50px;
	}
	.car-search-filter select {
		background: #fff url("../images/dropdown-arrow.png") no-repeat right 15px center/14px 8px;
	}
	.mr-lg-20{
		margin-right: 10px;
	}
	.size-one{
		width: 205px;
	}
	.search-field label,
	.price-min-max label,
	.form-reset label,
	.filter-select label{
		margin-top: 0;
	}
	.xs-ab-r{
		width: 135px;
	}
	.xs-ab-r select{
		width: 100%
	}
	.s-col-right{
		margin: 20px 0 0;
	}
	.xs-filter-button{
		display: none!important;
	}
}
@media (min-width: 992px) {
	.md-clear-left{
		margin-top: 0;
	}
	.directory-listing-search{
		padding: 50px 0 90px;
	}
}
@media (min-width: 1200px) {
	.s-col-left {
		float: left;
		width: 75%;
		max-width: 75%;
	}
	.s-col-right{
		float: right;
		width: 25%;
		margin: 0;

	}
}
@media (min-width: 1300px) {
	.mr-lg-20{
		margin-right: 20px;
	}
}
/*--------------------------------------------------------------
# Register Pages css
--------------------------------------------------------------*/
.register-body{
	padding: 0;
	position: relative;
	background-color: #ECEADF;
    height: 100vh;
}

.page-title{
	padding: 30px 15px 20px;
}
.register-body h1 {
  color: #3C3C3B;
  font-family: "TitlingGothicFB Comp Thin";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 54px;
  text-align: center;
	text-transform: uppercase;
}
.register-form-content {
	padding: 0 15px;
	margin : 0 auto;
	position: relative;
	z-index: 5;
}
.password-content{
	max-width: 777px;
}
.register-form-content .form-group{
	margin-bottom: 15px;
}
.register-form-content .form-control,.other-divs .form-control {
  height: 54px;
  border-radius: 5px;
  border: 0;
  padding: 17px 28px;
  background-color: #FFFFFF;
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
.register-form-content input::-webkit-input-placeholder {
   color: #3C3C3B;
   opacity: 1
}
.register-form-content input::-moz-placeholder {
   color: #3C3C3B;
}
.register-form-content input:-ms-input-placeholder {
   color: #3C3C3B;
   opacity: 1
}
.register-form-content input:-moz-placeholder {
   color: #3C3C3B;
   opacity: 1
}
.register-form-content input::placeholder {
  color: #3C3C3B;
  opacity: 1; /* Firefox */
}
.info-text{
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}


.register-body .btn-register,.load-more {
  height: 60px;
  width: 90%;
  margin: 0 auto;
  display: block;
  border-radius: 32.5px;
  background-color: #6FC62F;
  border: solid 1px #6FC62F;
  color: #FFFFFF;
  font-family: Gordita Bold;
  font-size: 16px;
  letter-spacing: .56px;
  line-height: 21px;
  text-align: center;
  transition: all 0.4s;
}
.href-btn{
	padding: 0;
	line-height: 56px;
}
.btn-rg-next{
	max-width: 595px;
	margin: 0 auto;
}
.register-body .btn-register:hover,.load-more:hover{
	background-color: transparent;
	color: #6FC62F;
}
.register-body .btn-register-sm,.load-more{
	width: 100%;
}
.register-body .btn-border-outline{
  color: #3C3C3B;
  box-sizing: border-box;
  border: 1px solid #3C3C3B;
  background-color: transparent;
}
.register-body .btn-border-outline:hover{
	background-color: #3C3C3B;
	color: #fff;
}
.register-body .btn-register-lg{
	width: 100%;
}
.btn-col{
	margin-top: 40px;
}
.have-an-account-sig{
	margin-top: 24px;
}
.seller-have-an-account-sig{
	margin-top: 50px;
}
.have-an-account-sig p {
  color: #000000;
  font-family: Gordita Medium;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}
.have-an-account-sig p a{
	color: #000000;
	text-decoration: underline;
}
.have-an-account-sig p a:hover{
	color: #6FC62F;
}
.form-paragraph p{
	max-width: 550px;
	margin: 0 auto;
}
.input-files li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #3A3A3A;
	font-family: Gordita Medium;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 19px;
	margin-bottom: 15px;
}
.input-files li span{
	margin-right: 16px;
	font-size: 30px;
}
#drop{
  margin-top: 25px;
  box-sizing: border-box;
  height: 110px;
  text-align: center;
  border: 1px dashed #3C3C3B;
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
}
#drop span{
	display: block;
	margin: 2px 0;
}
#drop a{
	color: #038781;
	border-bottom: solid 1px;
}
.check-style li{
	margin: 0 0 20px;
	display: inline-block;
}
.check-style li:last-child{
	display: block;
}
.check-style li:first-child{
	margin-right: 20px;
}
.check-style input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  color: #000000;
  font-family: Gordita Regular;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
  padding: 0 0 0 35px;
  position: relative;
}
.check-style li input[type=checkbox] {
  display: none;
}

.check-style li label:before {
  content: '';
  border: 1px solid #000000;
  border-radius: 0.2em;
  display: inline-block;
  height: 21px;
  width: 21px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.check-style li input[type=checkbox]:checked + label:before {
   background: #6FC62F;
   border-color: #6FC62F;
}
.check-style li label a{
	color: #000000;
	text-decoration: underline;
}
.forgot-password a{
  color: #000000;
  font-family: Gordita Medium;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
}
.thankyou .para1{
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.thankyou .para2 {
  max-width: 370px;
  color: #000000;
  margin:  50px auto 0;
}
@media (min-width: 768px) {
	.btn-register {
	  height: 65px;
	  width: 595px;
	}
	.btn-register-sm{
		width: 100%;
	}
	.btn-register-lg{
		width: 100%;
	}
}
@media (min-width: 992px) {
	.register-body{
		padding: 0;
		height: 100vh;
	}
	.register-body h1 {
	    font-size: 70px;
	    line-height: 84px;
	}
    .btn-col{
		margin-top: 84px;
	}
	.register-body .bg-image{
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.register-body .bg-image-right{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.page-title{
		padding: 20px 15px 20px;
	}
	.register-form-content .form-group{
		margin-bottom: 30px;
	}
}
/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.page-content{
	padding: 0px 0 70px;
	background-color: #ECEADF;
}
.faq-content{
    max-width: 1066px;
	margin: 0 auto;
	padding: 0 15px;
}
.faq-list li {
  box-sizing: border-box;
  border: 1px solid #DADADA;
  background-color: #FFFFFF;
  margin: 0 0 20px;
}
.faq-list li .acc-header {
  padding: 20px 17px;
  color: #000000;
  font-family: Gordita Medium;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
  position: relative;
}
.faq-list li .acc-header span{
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
}
.faq-list li .acc-header span:before,
.faq-list li .acc-header span:after{
	content: '';
	width: 13px;
	height: 1px;
	background: #3C3C3B;
	position: absolute;
}
.faq-list li .acc-header span:before{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.faq-list li .acc-header span:after{
	top: 0;
	left: 6px;
	opacity: 1;
	height: 13px;
	width: 1px;
}
.faq-list li .acc-header.active span:after{
	opacity: 0;
}
.acc-content{
	display: none;
	padding: 15px 17px 50px;
	border-top: 1px solid #DADADA;
}
.faq-list li:first-child .acc-content{
	display: block;
}
.acc-content p{
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  font-family: Gordita Regular;
}
/*--------------------------------------------------------------
# Page About
--------------------------------------------------------------*/
.about-content{
	max-width: 1380px;
	margin: 0 auto;
}
.relative{
	position: relative;
}
.column-image {
	position: relative
}
.column-image img{
	opacity: 0;
}
.column-image .image{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ab-r-t{
	right: 0;
	top: 0;
	height: 100%;
}
.ab-l-t{
	left: 0;
	top: 0;
	height: 100%;
}

.z-index{
	z-index: 5
}
.card-bg-green {
  background-color: #038781;
}
.card-bg-yellow {
  background-color: #DBB345;
}
.about-text-card{
	padding: 27px 24px;
}
.about-text-card h2 {
  color: #FFFFFF;
  font-family: "TitlingGothicFB Comp Light";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 54px;
  margin-bottom: 20px;
}
.about-text-card p {
  color: #FFFFFF;
  font-family: Gordita Medium;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}
.about-text-card p:last-child{
	margin: 0;
}
.logo {
    padding-top: 3vh;
}
@media (min-width: 768px) {
	.page-content{
		padding: 73px 0 133px;
		background-color: #ECEADF;
	}
	.about-text-card h2 {
		font-size: 50px;
		line-height: 64px;
		margin-bottom: 29px;
	}
	.column-image {
		position: absolute;
		width: 58%;
	}
	.row-odd .text-column {
		padding-top: 30px;
		padding-bottom: 100px;
	}
	.row-even{
		margin-top: -50px;
		z-index: 5;
	}
	.row-even .text-column{
		padding-top: 100px;
	}
	.row-even .column-image{
		max-height: 75%;
	}
}
@media (min-width: 992px) {
	.about-text-card h2 {
	  font-size: 70px;
	  line-height: 84px;
	  margin-bottom: 39px;
	}
	.row-odd .text-column {
		padding-top: 65px;
		padding-bottom: 140px;
	}
	.row-even .text-column{
		padding-top: 150px;
	}
	.about-text-card p {
	  font-size: 18px;
	  line-height: 32px;
	}
	.column-image img{
		display: none;
	}
}
@media (min-width: 1200px) {
	.row-even .text-column{
		padding-top: 265px;
	}
}
/*--------------------------------------------------------------
# Privacy
--------------------------------------------------------------*/
.center-content{
	max-width: 1062px;
	margin: 0 auto;
}
.center-content h3{
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 22px;
  letter-spacing: 0.31px;
  line-height: 29px;
}
.center-content p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
.privacy-content ul li{
	margin-bottom: 50px;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-featured-image{
	margin-bottom: 15px;
}
.resources-item-image{
	height: 320px;
	width: 100%;
	overflow: hidden;
	padding: 20px 15px;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.resources-item-image img{
	display: none;
}
.tips {
  height: 16px;
  width: 306px;
  opacity: 0.6;
  color: #222222;
  font-family: Gordita;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
}
.blog-category span{
  opacity: 0.6;
  color: #222222;
  font-family: Gordita Medium;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  display: inline-block;
  border-bottom: solid 1px #747470;
}
.blog-card h3 {
  max-width: 381px;
  color: #222222;
  font-family: Gordita Medium;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
}
.blog-card h3 a{
	color: #222222;
}
.blog-card h3 a:hover{
	color: #FFFFFF;
}
.blog-article{
	margin-bottom: 50px;
}

.searchBar{
	width: 100%;
	position: relative;
  height: 54px;
  border-radius: 27px;
  background-color: #FFFFFF;
}
.searchBar input[type="search"],
.searchBar input[type="text"]{
	width: 100%;
	background-color: transparent;
	border: 0;
	position: relative;
	padding: 10px 17px;
	height: 54px;
	color: #000000;
	font-family: Gordita Medium;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 20px;
}
.searchBar input::-webkit-input-placeholder {
   color: #000000;
   opacity: 1
}
.searchBar input::-moz-placeholder {
   color: #000000;
}
.searchBar input:-ms-input-placeholder {
   color: #000000;
   opacity: 1
}
..searchBar input:-moz-placeholder {
   color: #000000;
   opacity: 1
}
.searchBar input::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}
.search-submit{
	position: absolute;
	right: 19px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	padding: 0;
}
.aside{
	margin-top: 30px;
}
.aside h3 {
  color: #000000;
  font-family: Gordita Medium;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 0 10px 10px 5px;
  margin: 0;
   border-bottom: 1px solid #3C3C3B;
}
.aside .toggle-list{
	background: #fff;
	border-radius: 5px;
	font-size: 20px;
	padding: 5px 10px;
	position: relative;
	border: 0;
}
.aside .toggle-list:after{
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: '';
	display: inline-block;
	height: 12px;
	right: 25px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(135deg);
  	-moz-transform: translateY(-50%) rotate(135deg);
  	-ms-transform: translateY(-50%) rotate(135deg);
  	-o-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%)rotate(135deg);
	vertical-align: top;
	width: 12px;

}
.aside ul li {
  color: #000000;
  font-family: Gordita Medium;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  border-bottom: 1px solid #3C3C3B;
}
.category-list {
	margin-bottom: 30px;
}
.category-list ul li:last-child {
  border-bottom: 0
}
.aside ul li a{
	color: #000;
	display: block;
	padding: 20px 10px 20px 5px;
	position: relative;
	text-transform: uppercase;
}
.aside ul li a span{
	padding: 10px 8px;
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	right: 5px;
	top: 50%;
	z-index: 1;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.aside ul li a span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-top: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: #6FC62F;
	z-index: -1;
}
.signup-widget{
	background-color: #038781;
}
.signup-widget img{
	opacity: 0;
}
.signup-widget .image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.aside-body{
	 max-width: 325px;
	 margin: 0 auto;
	 padding: 40px 15px 30px;
}
.signup-widget h2 {
  color: #FFFFFF;
  font-family: "TitlingGothicFB Comp Light";
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
}
.btn-signup{
  height: 56px;
  max-width: 206px;
  padding: 10px 15px;
  border-radius: 32.5px;
  background-color: transparent;
   border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: Gordita Bold;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  display: block;
  margin: 40px auto 0;
}
.btn-signup:hover{
	background: #fff;
	color: #FFFFFF;
}
.category-list ul{
	display: none;
	background: #fff;
}
.social-share h4{
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}
.social-share ul{
	margin: 0 0 10px;
}
.social-share ul li{
	margin: 0 0 0 20px;
}
.social-share ul li:first-child{
	margin: 0;
}
.social-share ul li a{
	color: #000000;
	font-size: 24px;
}
.single-blog-content{
	border: solid 2px #dadada;
	border-top: 0;
	background: #fff;
}
.single-blog-content {
   counter-reset: list;
}

.single-blog-content h2::before {
    counter-increment: list;
    content: counters(list, ".") ". ";
	position: absolute;
	left: 0;
	top: 0;
}
.entry-content {
	padding: 0 15px 100px 15px;
}
.entry-content  h2 {
  color: #000000;
  font-family: Gordita Medium;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 20px 0;
  position: relative;
  padding-left: 25px;
}
.entry-content p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 20px;
}
.entry-content a{
	color:#FFFFFF;
}
.feat-thumb .image{
	width: 113px;
	height: 113px;
	margin-right: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.feat-thumb img{
	opacity: 0;
}
.recent-post h4 {
  color: #222222;
  font-family: Gordita Medium;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.recent-post strong {
  opacity: 0.6;
  color: #222222;
  font-family: Gordita Medium;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 16px;
  text-decoration : underline;
}
.btn-black-bg{
  height: 26px;
  width: 113px;
  text-align: center;
  border-radius: 13px;
  background-color: #3C3C3B;
  color: #FFFFFF;
  font-family: Gordita Medium;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
}
.btn-black-bg i{
	color: #fff;
	vertical-align: middle;
}
.btn-black-bg:hover{
	color: #fff;
}
@media (min-width: 768px) {
	.category-list ul{
		display: block;
		background: transparent;
	}
	.category-list ul li:last-child {
	  border-bottom: solid 1px;
	}
	.aside{
		margin-top: 46px;
	}
	.category-list {
		margin-bottom: 0px;
	}
	.entry-content  h2 {
	  font-size: 28px;
	  line-height: 36px;
	  margin: 30px 0;
	  padding-left: 30px;
	}
}
@media (min-width: 992px) {
	.blog-article{
		margin-bottom: 75px;
	}
	.entry-content  h2 {
	  font-size: 30px;
	  line-height: 38px;
	  margin: 30px 0;
	  padding-left: 35px;
	}
	.entry-content {
		padding: 0 60px 100px 35px;
	}
	.entry-content p {
	  font-size: 16px;
	  line-height: 25px;
	}
	.feat-thumb .image{
		margin-right: 30px;
	}
}
@media (min-width: 1200px) {
	.blog-card h3 {
	  font-size: 24px;
	  line-height: 30px;
	}
	.blog-sidebar{
		max-width: 286px;
		margin-left: auto;
	}
	.signup-widget h2 {
	  font-size: 45px;
	  line-height: 48px;
	}
	.entry-content  h2 {
	  font-size: 22px;
	  line-height: 34px;
	  margin: 35px 0 10px;
	  padding-left: 25px;
	}
	.feat-thumb .image{
		margin-right: 20px;
	}
}
/*--------------------------------------------------------------
# Compare
--------------------------------------------------------------*/
.compare-list {
	border-top: 1px solid #DADADA;
}
.compare-list li{
	padding: 15px 15px 15px 15px;
	border-bottom: 1px solid #DADADA;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.compare-list li strong {
  color: #000000;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19px;
}
.compare-list li span{
  color: #222222;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: right;
  margin-left: auto;
}
.buy-btn {
  height: 34px;
  width: 140px;
  border-radius: 17px;
  background-color: #038781;
  border: solid 1px #038781;
  color: #FFFFFF;
  font-family: Gordita Medium;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
.buy-btn:hover{
	color: #038781;
	background-color: transparent;
}
.message-seller {
  box-sizing: border-box;
  height: 35px;
  width: 141px;
  border: 1px solid #3C3C3B;
  border-radius: 17px;
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin-left: auto;
}
.message-seller:hover{
	background: #3C3C3B;
	color: #fff;
}
@media (min-width: 992px) {
	.compare-list li{
		padding: 15px 22px 15px 19px;
	}
}
/*--------------------------------------------------------------
# Send  message
--------------------------------------------------------------*/
.page-send-message{
	padding: 10px 0 50px;
	background-color: #ECEADF;
}
.top-back a {
  color: #FFFFFF;
  font-family: Gordita Medium;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: right;
}
.top-back a i{
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.send-message-box{
	max-width: 1064px;
	margin: 50px auto 0;
}
.send-message-box form{
	width: 100%;
}
.send-message-box textarea{
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	border: 1px solid #DADADA;
	background-color: #FFFFFF;
	color: #474747;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 30px;
}
.btn-send-message{
  height: 65px;
  width: 280px;
  padding: 10px 20px;
  border-radius: 32.5px;
  background-color: #6FC62F;
  border: solid 1px #6FC62F;
  color: #FFFFFF;
  font-family: Gordita Bold;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 45px;
  margin-top: 50px;
  margin-left: auto;
  display: block;
}
.btn-send-message:hover{
	background-color: transparent;
	color: #FFFFFF;
}
@media (min-width: 768px) {
	.btn-send-message{
		width: 370px;
	}
}
@media (min-width: 992px) {
	.send-message-box textarea{
		height: 393px;
	}
}
/*--------------------------------------------------------------
# Car details
--------------------------------------------------------------*/
.page-top h1 {
	position : relative;
	padding-right: 90px;
	display: inline-block;
}
.page-top h1 span{
  height: 74px;
  width: 74px;
  background-color: #038781;
  color: #FFFFFF;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  margin-left: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -42px;
  font-family: Gordita Regular;
}
.car-id{
  color: #717171;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 23px;
  margin-top: 20px;
}

/* gallery */
.gallery-col{position: relative; z-index:5}
.gallery-full-image{
  border-radius: 5px 5px 0 0;
  background-color: #E9E9E9;
  position: relative;
}
.slider-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.gb-image{
	padding: 33% 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.slider-image img{
	display: none;
}
.image-caption {
  color: #3C3C3B;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  padding: 15px 20px;
}
.image-caption p{
	margin: 0;
	font-size: 14px;
}
.prev-next-image{
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: -20px;
}
.arrow-btn{
	position: absolute;
	border: 0;
	padding: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	color: #3C3C3B;
	background: transparent;
}
.prev-image{
	left: 10px;
}
.next-image{
	right: 10px;
}
.arrow-btn::before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	vertical-align: top;
	height: 20px;
	width: 20px;
	position: relative;
}
.thumb-arrow::before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	left: 0;
	position: relative;
	top: 0;
	vertical-align: top;
	height: 15px;
	width: 15px;
}
.pic-prev::before{
	transform: rotate(-135deg);
}
.pic-next::before {
	transform: rotate(45deg);
}
.arrow-btn.prev-image{
	text-align: left;
}
.arrow-btn.next-image{
	text-align: right;
}
.arrow-btn.prev-image::before{
	transform: rotate(-135deg);
	margin-left: 30px;
}
.arrow-btn.next-image::before {
	transform: rotate(45deg);
	margin-right: 30px;
}
.slick-thumb-wrap{
	margin-top : 30px;
	position: relative;
	padding: 0 15px;
}
.thumb-image{
	padding: 0 5px;
}
.thumb-arrow{
	z-index: 5;
}
.gallery-thumb{
  height: 123px;
  max-width: 185px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.slick-filter{
  margin-top: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.img-count {
	height: 45px;
	padding-left: 15px;
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  padding-right: 15px;
}
.img-count i{
	font-size: 22px;
	margin-right: 10px;
	color: #3C3C3B;
}
.btn-img-cat{
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  border: 0;
  height: 41px;
  padding: 0 10px;
  background: #fff;
  border-right: 1px solid rgba(60,60,59,0.3);
}
.btn-img-cat.active{
	color: #FFFFFF;
	background-color: #038781;
}
.btn-img-cat:last-child{
	border: 0;
	border-top-right-radius: 20.5px;
	border-bottom-right-radius: 20.5px;
}
.btn-img-cat:first-child{
	border: 0;
	border-top-left-radius: 20.5px;
	border-bottom-left-radius: 20.5px;
}
.slick-counter{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  padding: 8px 15px 7px;
  border-radius: 20.5px;
  background-color: #FFFFFF;
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}
.sidebar-overview {
  margin-left: auto;
  border-radius: 5px;
  padding-bottom: 21px;
  background-color: #FFFFFF;
}
.overview-header{
	padding: 17px 21px;
	border-bottom: 1px solid #DADADA;
}
.overview-header h2 {
	color: #222222;
	font-family: Gordita Medium;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 23px;
}
.overview-header h2 span {
	color: #222222;
	font-family: Gordita Regular;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	padding: 3px 5px;
	background-color: #E9E9E9;
}
.overview-header p {
  color: #3C3C3B;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  margin: 0;
}
.overview-header p strong{
	text-align: center;
	background-color: #EFC552;
	color: #3C3C3B;
	font-family: Gordita Medium;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 17px;
	padding: 5px 8px;
	margin-right: 10px;
}

.overview-header p span{
	margin-right: 5px;
}
.overview-header p i{
	margin: 0 5px 0 0;
}
.overview-item-price{
	padding: 30px 15px;
	text-align: center;
}
.overview-item-price span {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: center;
  display : block;
  margin: 0 0 5px;
}
.overview-item-price strong{
  color: #3C3C3B;
  font-family: "TitlingGothicFB Comp Light";
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 84px;
  text-align: center;
}
.overview-bottons{
	padding: 0 20px;
}
.btn-overview{
  height: 40px;
  width: 247px;
  color: #FFFFFF;
  font-family: Gordita Bold;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 32.5px;
  display: block;
}
.btn-bg-red{
   background-color: #6FC62F;
   border: solid 1px #6FC62F;
}
.btn-bg-red:hover{
   background-color: transparent;
   color: #FFFFFF;
}
.btn-bg-black{
	color: #3C3C3B;
	border: 1px solid #3C3C3B;
	margin-bottom: 0;
}
.btn-bg-black:hover{
	color: #fff;
	background:  #3C3C3B;
}
.overview-compare {
	padding: 37px 0 50px;
}
.overview-compare ul{
	text-align : center;
}
.overview-compare ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.overview-compare ul li a {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}
.overview-compare ul li a i {
   font-size: 16px;
   margin-right: 0px;
   vertical-align: middle;
}
.overview-compare ul li a:hover{
	color: #FFFFFF;
}
.overview-tabs {
  box-sizing: border-box;
  border: 1px solid #DADADA;
  border-radius: 5px;
  margin: 0 10px;
  padding: 17px 10px 30px 10px;
}
.overview-tabs .item-tabs {
	position: relative;
}
.overview-tabs .item-tabs:after {
	content: none;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: #DADADA;
}
.overview-tabs .item-tabs li{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	position: relative;
	z-index: 2;
}
.overview-tabs .item-tabs li:last-child{
	margin-right: 0;
}
.overview-tabs .item-tabs li {
  color: #3C3C3B;
  font-family: "TitlingGothicFB Comp Light";
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26px;
  padding-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 0px solid transparent;
}
.overview-tabs .item-tabs li.current-tab{
	border-bottom: 0px solid #3C3C3B;
}
.overview-tab-wrap{
	padding: 10px 0 0;
}
.overview-tab-wrap ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 10px 10px 10px 8px;
	color: #3C3C3B;
	font-family: Gordita Medium;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 19px;
	background-color: #fff;
	font-weight: 500;
}
.overview-tab-wrap ul li strong{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.overview-tab-wrap ul li strong i{
	font-size: 16px;
	margin-right: 10px;
	width: 20px;
}
.overview-tab-wrap ul li span{
	margin-left: auto;
	font-family: Gordita Regular;
	font-weight: 400;
}
.overview-tab-wrap ul li:nth-child(2n+1) {
	background-color: #F5F5F5;
}
.overview-tab-wrap .tab{
	display: none;
}
.overview-tab-wrap .tab:first-child{
	display: block;
}
.tab-content {display:none;}
.vehicle-description h2{
  color: #3C3C3B;
  font-family: "TitlingGothicFB Comp Light";
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 54px;
  margin-bottom: 20px;
}
.vehicle-description p {
  max-width: 842px;
  color: #3C3C3B;
  font-size: 16px;
  letter-spacing: 0.23px;
  line-height: 25px;
}
.description-accordion{
	margin: 20px 0 0;
	border-bottom: 1px solid #3C3C3B;
}
.accordion-header {
	border-top: 1px solid #3C3C3B;
}
.accordion-header h3 {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.23px;
  line-height: 21px;
  margin: 0;
  padding: 20px;
}
.accordion-content {
  padding: 20px 45px 50px  20px;
  color: #3C3C3B;
  font-size: 16px;
  letter-spacing: 0.23px;
  line-height: 25px;
  border-top: 1px solid #D0CCB8;
  position: relative;
}
.accordion-content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.03;
  background-color: #000000;
}
.accordion-content ul {
	margin: 0 0 20px;
}
.accordion-content ul li{
	display: block;
	position: relative;
	padding: 0 0 0 15px;
	line-height: 20px;
	margin: 0 0 10px;
}
.accordion-content ul li:before{
	content: '';
	position: relative;
	width: 5px;
	height: 5px;
	background: #3C3C3B;
	position: absolute;
	top: 9px;
	left: 0;
	border-radius: 50%;
}
.vehicle-image-gallery h3 {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 15px;
}
.image-link{
  height: 71px;
  width: 107px;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
  background-color: #FFFFFF;
}
.image-link:after{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.5s;
}
.image-link i{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	z-index: 4;
	opacity: 0;
	transition: all 0.5s;
}
.image-link:hover i,.image-link:hover:after{
	opacity: 1;
}




/* Thumb */
.accordion-thumb {
  position: relative;
}
.accordion-thumb::before {
	content: '';
	display: inline-block;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	vertical-align: middle;
	border-right: 1px solid;
	border-bottom: 1px solid;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

/* Panel */
.accordion-panel {
  display: none;
}
.accordion-panel.is-active {
  display: block;
}
.vehicle-description-row{
	margin-top: 60px;
}
.print-this{
	margin-top: 40px;
}
.print-this a {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}
.print-this a i{
	font-size: 18px;
	margin-right: 6px;
}
#msg{
	display: none;
	transition: all 0.3s;
}
.alert{
	font-family: "Gordita Regular" !important;
}
/* images upload seller */
#car-images-content {
	width: 100%;
}

.custom-images {
	padding-bottom: 20px;
	width: 100%;
	float: left;
}

.custom-images .remove-btn {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 10;
}

.custom-images .remove-btn i {
	color: #000000;
	font-size: 25px;
	text-shadow: 0 0 8px;
}

.custom-images img {
	width: 100%;
	height: 150px;
}
/* end seller images */
@media (max-width: 480px) {
	.slick-filter{
		display: none;
	}
	.sidebar-overview{
		margin-top: 50px;
	}
	.image-link{
		margin-right: 0;
	}
}
@media (min-width: 568px) {
	.thumb-image{
		padding: 0 10px;
	}
	.slick-filter{
		height: 41px;
		width: auto;
		border-radius: 20.5px;
		background-color: #FFFFFF;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.btn-img-cat{
		padding: 0 12px;
	}
	.btn-img-cat:first-child{
		border: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.overview-tabs {
	  margin: 0 20px;
	  padding: 17px 20px 30px;
	}
	.overview-tabs .item-tabs li{
		margin-right: 20px;
	}
}
@media (min-width: 768px) {
	.overview-bottons{
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
        align-items: center;
        justify-content: center;
	}
	.btn-overview{
	  height: 60px;
	  width: 46%;
	  line-height: 60px;
	  margin: 0 2%;
	}
	.vehicle-description h2{
	  font-size: 40px;
	  line-height: 54px;
	}
}
@media (min-width: 992px) {
	.sidebar-overview {
	  max-width: 95%;
	}
}
@media (min-width: 1200px) {
	.prev-image{
		left: -55px;
	}
	.next-image{
		right: -55px;
	}
	.vehicle-description h2{
	  font-size: 50px;
	  line-height: 64px;
	}
}
@media (min-width: 1200px) {
	.car-id {
		margin-top: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}
	.vehicle-description-row{
		margin-top: 120px;
	}
	.vehicle-description h2{
	  font-size: 70px;
	  line-height: 84px;
	}
}
/* Gallery lightbox */
.full-gallery{
	position: fixed;
	width: 100%;
	height: 100%;
	background : #222;
	left: 0;
	top: 0;
	z-index: 456;
	overflow-y: auto;
	transition: all 0.3s;
}

.image-gallery-wrap{

}
.gallery-top-row{
	margin: 20px;
}
.image-counter{
  height: 41px;
  width: 91px;
  border-radius: 20.5px;
  background-color: #434343;
  color: #FFFFFF;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.gallery-cat-filter {
  height: 41px;
  margin-left: auto;
  border-radius: 20.5px;
  display: none;
}
.camera-icon {
	width: 60px;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	color: #FFFFFF;
	background-color: #434343;
	border-top-left-radius: 20.5px;
	border-bottom-left-radius: 20.5px;
}
.slick-buttons .btn {
  color: #FFFFFF;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  height: 41px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-left: 1px solid #000000;
  background-color: #434343;
}
.slick-buttons .btn:last-child{
	padding-right: 22px;
	border-top-right-radius:20.5px;
	border-bottom-right-radius:20.5px;
}
.slick-buttons .btn:first-child{
	border: 0;
}
.slick-buttons .btn.active{
	background-color: #038781;
}
.slick-buttons .btn:hover{
	background-color: #038781;
}
.fullImage-gallery{
	margin: 20px 15px;
}
.imageGallery{
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border box;
}
.slick-custom-arrow{
	position: absolute;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 66;
	color: #fff;
	font-size: 30px;
}
.slick-custom-arrow-right{
	right: -30px;
}
.slick-custom-arrow-left{
	left: -30px;
}


.fullImage-gallery  img {
	  display: block;
	  margin: 0 auto;
	  border-radius: 5px 5px 0 0;
    }

.image-description-col{
	background: #fff;
	padding: 21px;
}
.post-title h2 {
  max-width: 235px;
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}
.img-cat {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}
.img-cat strong{
	display: inline-block;
	margin: 0 10px 0 0;
}
.img-cat span {
  display: inline-block;
  border-radius: 11px;
  background: rgba(3,135,129,0.18);
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 4px 8px;
  text-transform: uppercase;
}
.description-text-widget {
  margin: 10px 0 0;
  color: #3C3C3B;
  font-family: Gordita Regular;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 23px;
}
.slick-row{
	margin: 0 -15px;
}
.small-image{
	padding: 15px;
}
.small-image .image{
	width: 170px;
	height: 113px;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.small-image .image img{
	opacity: 0;
}
.more-image-section{
	display: none;
}
.more-image-section h3 {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  margin: 0;
}
.modal-close {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 6666;
  border: 0;
  color: #fff;
  font-size: 20px;
  display : block;
  border-radius: 20.5px;
  background-color: #434343;
}
.expand-gallery {
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: right;
}
.expand-gallery i{
	font-size: 24px;
	margin-left: 10px;
}
.open-gallery {
  margin: 20px 0 0;
  color: #3C3C3B;
  font-family: Gordita Medium;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}
.open-gallery i{
	margin-right: 5px;
	color: #3C3C3B;
	font-size: 20px;
}
.header-signup-register ul li ul{
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(127 137 161 / 90%);
    transition: ease all 0.3s;
}
.header-signup-register ul li.dash-drop:hover ul{
    visibility: visible;
    opacity: 1;
}
.header-signup-register ul li ul li{
    min-width: 170px;
    position: relative;
    margin-left: 0;
}
.header-signup-register ul li ul a {
    padding: 5px 20px;
    font-size: 14px;
    text-transform: none;
    color: #3C3C3B;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Gordita Medium';
}
.header-signup-register ul li ul a:hover{
    color:#FFFFFF;
}
.header-signup-register ul li.dash-drop > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}
@media (max-width: 567.69px) {
	.gallery-cat-filter{
		display: none!important;
	}
	.imageGallery{
		padding: 0 0px;
	}
	.slick-custom-arrow-right{
		right: 10px;
	}
	.slick-custom-arrow-left{
		left: 10px;
	}

}
@media (max-width: 991.69px) {
	.full-gallery {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.image-description-col{
		margin-top: auto;
	}
}
@media (min-width: 992px) {
	.image-description-col{
		min-height: 100%;
		width: 394px;
		margin-left: auto;
		background: #fff;
		float: right;
		padding: 21px;
	}
	.image-gallery-wrap{
		width: calc(100% - 394px);
		height: 100%;
		float: left;
	}
	.more-image-section{
		display: block;
	}
	.fullImage-gallery{
		margin: 54px 66px;
	}
}
@media (min-width: 1200px) {
	.fullImage-gallery{
		margin: 54px 66px;
	}
	.imageGallery{
		padding: 0 60px;
	}
	.image-counter{
		margin-bottom: 0;
	}
	.slick-buttons .btn {
		padding: 0 16px;
	}
	.slick-custom-arrow-right{
		right: -60px;
	}
	.slick-custom-arrow-left{
		left: -60px;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer{
	padding-top: 40px;
	padding-bottom: 40px;
}
.mailinfo {
	margin: 0 20px 0 0;
	color: #3C3C3B;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 28px;
}
.mailinfo a{
  color: #3C3C3B;
}
.mailinfo a:hover{
  color: #000;
}
.mailinfo span {
	margin: 0 10px;
}
.social-icons{
	margin-top: 10px;
}
.social-icons li{
	margin-right: 15px;
}
.social-icons a{
	color: #3C3C3B;
	font-size: 22px;
}
.social-icons a:hover{
	color: #000;
}
.footer-base p {
  color: #3C3C3B;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
  font-family: 'Gordita Regular';
}
.footer-base  a{
	color: #3C3C3B;
	position: relative;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	font-size: 14px;
	font-family: 'Gordita Regular';
}
.footer-base  a:before{
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -2px;
	background: #3C3C3B;
	border-radius: 50%;
}
.footer-base  li:first-child a{
	margin-left: 0px;
}
.footer-base  li:first-child a:before{
	content: none;
}
.classic-logo {
	margin: 0 15px;
}
.classic-logo a{
	display: inline-block;
}
.classic-logo img{
	max-width: 170px;
}
/* feedback css */
.rating-block,
.rating-feedback,
.comment-block,
.thanks-block{
	display: none;
	transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.is-show{
	display: block;
	transition-delay: 0s;
}
.next{
	width: 300px;
}
.rating{
	text-align: left;
	margin-left: 21%;
}
.rating input[type=radio]{
	width: 15px;
	height: 15px;
	color: #FFFFFF;
	background-color: #6FC62F;
}
.rating input[type=radio]:checked{
	background-color: #6FC62F;
}
.textarea-div{
	width: 50%;
	margin: 0 auto;
}
.textarea-div .textarea{
	min-height: 200px;
}
/* end feedback css */
@media (max-width: 567.98px) {
	.mailinfo span {
		display: none;
	}
	.mailinfo a{
		display: block;
		margin-bottom: 10px;
	}
	.slider-card{
		max-width: 390px;
	}
	.classic-logo img{
		max-width: 120px;
	}
}
@media (min-width: 578px) {
	.social-icons {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.classic-logo {
		position: absolute;
		right: 0;
		top: 0;
	}
}
@media (min-width: 992px) {
	.footer-base  li:first-child a{
		margin-left: 20px;
	}
	.footer-base  li:first-child a:before{
		content: '';
	}
	.site-footer{
		padding-top: 120px;
		padding-bottom: 70px;
	}
}

/* Terms page style */

.terms-list ol {
  counter-reset: section;
  list-style-type: none;
}
.terms-list ol li{
	position: relative;
	padding-left: 40px;
	margin: 0 0 20px;
	line-height: 30px;
}
.terms-list ol ol{
	margin-top: 40px;
}
.terms-list ol ol li{
	padding-left: 60px;
}
.terms-list ol  li p{
	margin-top: 20px;
	color: #3C3C3B;
	font-size: 18px;
	line-height : 30px;
}
.terms-list ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: section;
  content: counters(section, ".") " ";
}
.terms-list ol li .inner-list{
	 counter-reset: listStyle;
}
.terms-list ol li .inner-list p{
	counter-increment: listStyle;
	position: relative;
	padding-left:35px;
}
.terms-list ol li .inner-list p:before{
	position: absolute;
	left: 0;
	top: 0;
	 content: "(" counter(listStyle, lower-alpha) ")";
}
.blog-excerpt{
	font-size: 14px;
	margin-top: 10px;
	color: #222222;
}
.vehicle-description-lg{
	display: none;
}
.auc-div{
	background: #bb5f4a;
	max-height: 35px;
}
.auc-green {
    background: #038781;
}
.auc-span{
	font-size: 24px;
	color: #ffffff;
}
.listing-banner{
	margin-bottom: 20px;
}
.listing-banner-left{
	display: flex;
	align-items: center;
}
/* first time appear popup style */
.popup-bg{
	background: rgb(231,229,215);
	padding: 10px 0;
}
.popup-btn{
	width: 56%;
	padding: 8px 0;
	height: auto;
	margin: 20px auto;
	line-height: 32px;
}
.sell-popup-btn{
	width: 75%;
}
.stack-img{
	position: relative;
	left: -30px;
}
.stack-right-img{
	left: 30px;
}
.sm-font{
	font-size: 13px;
}
/* end popup style */
@media (min-width: 992px) {
	.make-me-sticky {
	  position: -webkit-sticky;
		position: sticky;
		top: 80px;
	}
	.vehicle-description-row{
		display: none;

	}
	.vehicle-description-lg{
		display: block;
		margin-top: 150px;
	}
}
.popup-heading h1 {
	color: #3C3C3B;
	font-family: 'TitlingGothicFB Comp Thin';
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 44px;
	text-align: center;
}
/* bid overlay */
#highestBid{
	padding: 10px 30px 0 30px;
	border-radius: 10px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 70px;
	line-height: 84px;
}
h2.bid-heading{
	color: #3C3C3B;
	font-family: 'TitlingGothicFB Comp Light';
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 84px;
	margin-top: 30px;
}
.bid_input{
	padding: 16px 0;
	border: 1px solid;
	border-radius:10px;
	text-align: center;
	font-size:20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bid-overlay{
	background: #038781;
	color: #ffffff !important;

}
.auction-div strong{
	font-size: 55px;
}
.btn-clear{
	background-color: transparent !important;
	color: #3C3C3B !important;
	border: 1px solid #000 !important;
}
.btn-clear:hover{
	color: #fff !important;
	background-color: #3C3C3B !important;
}
.register-form-content textarea{
	min-height: 120px !important;
}
	/* Chrome, Safari, Edge, Opera */
.enter-bid-amount input::-webkit-outer-spin-button,
.enter-bid-amount input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.enter-bid-amount input[type=number] {
	-moz-appearance: textfield;
}
/* seller upload images view */
.bg-copy {
	background-color: rgba(231,229,215,0.8);
}
.header-wrap{
	padding: 60px 0;
}
.text-center{
	text-align: center;
}
.upload-section h2{
	color: #3C3C3B;
	font-family: 'TitlingGothicFB Comp Light';
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
}
.upload-wrap {
	max-width: 1309px;
	margin: 20px auto;
	padding: 40px 15px;
	background: #edeadf;
}
.upload-input{
	max-width: 1090px;
	margin: 0 auto;
	padding: 15px;
	border: dashed 2px #000;
	font-family: 'gorditabold';
}
.upload-input strong{
	display: block;
	margin: 5px 0;
	font-family: 'gorditabold';
}
.upload-input span{
	display: block;
	margin: 5px 0;
	color: #038781;
	text-decoration: underline;
}
.account-wrap a{
	font-family: 'gorditabold';
	color: #000;
}
.car-photography-wrap {
	max-width: 1500px;
	margin: 0 auto;
}
.car-photography-wrap .title-box {
	padding: 120px 60px;
	max-width: 60%;
	background-color: #038781;
}
.car-photography-wrap .title-box span{
	color: #FFFFFF;
	font-family: 'gorditaregular';
	font-size: 16px;
	line-height: 23px;
}
.car-photography-wrap .title-box h1 {
	color: #FFFFFF;
	font-family: 'TitlingGothicFB Comp Light';
	font-size: 70px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 70px;
	margin: 20px 0;
	max-width: 100%;/* new css */
	text-transform: uppercase;
}
.car-photography-image {
	max-width: 60%;
	position: relative;
	float: right;
	margin-top: -120px;
	z-index: 2;
	display: none;/* new css */
}
.car-photography{
	position: relative;
}
img{
	max-width: 100%;
}
.advice-container{
	padding: 70px 0;
}
.advice-content{
	max-width: 974px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
}
.intro-paragraph p {
	color: #3C3C3B;
	font-family: Gordita;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 35px;
	font-family: 'gorditabold';
	font-weight: 400;
}
.repeater-list{
	margin: 50px 0;
	position: relative;
	padding-left: 140px;
}
.icon-box{
	width: 101px;
	height: 101px;
	background-color: #038781;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.repeater-list p {
	color: #3C3C3B;
	font-family: 'gorditaregular';
	font-size: 17px;
	line-height: 30px;
	margin: 0 0 20px;
}
.repeater-list strong{
	color: #3C3C3B;
	font-family: 'gorditabold';
	font-size: 17px;
	line-height: 30px;
	margin: 0;
}
.repeater-list ul{
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.repeater-list ul li{
	padding: 0;
	margin: 0;
	color: #3C3C3B;
	font-family: 'gorditaregular';
	font-size: 17px;
	line-height: 30px;
	margin: 0 0 5px;
	position: relative;
	padding-left: 15px;
}
.repeater-list ul li:before{
	content: '';
	width: 5px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 14px;
	background-color: #3C3C3B;
}
.register-form-content .alert-success{
	font-size: 16px;
	text-align: center;
}
#carDetails select{
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 97% #fff;
	-webkit-appearance: none;
}
.bottom-thanks-text p{
	margin-top: 30px;
}
.reverse-btn{
	background-color:transparent !important;
	color:#FFFFFF !important;
}
.reverse-btn:hover{
	background-color:#6FC62F !important;
	color:#ffffff !important;
}
.additional-text{
    width: 93%;
    margin: 20px;
    font-size:12px;
}
.additional-text p,
.additional-text strong,
.additional-text span,
.additional-text p{
    font-size: 12px;
}
@media (max-width: 767.98px) {
	.car-photography-image {
		max-width: 100%;
		margin-top: 0;
		text-align: center;
	}
	.car-photography-wrap .title-box {
		max-width: 100%;
		padding: 70px 30px 50px;
	}
	.car-photography-wrap .title-box{
		text-align: center;
	}
	.car-photography-wrap .title-box h1 {
		font-size: 40px;
		line-height: 1;
		text-align: center;
		max-width: 100%;
	}
	.upload-section h2{
		font-size: 50px;
	}
	.repeater-list{
		margin: 50px 0;
		position: relative;
		padding-left: 0
	}
	.icon-box{
		width: 101px;
		height: 101px;
		background-color: #038781;
		border-radius: 50%;
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.car-photography-image {
		max-width: 60%;

	}
	.car-photography-wrap .title-box {
		max-width: 100%; /* old 50% */
		text-align: center;/* new css */
	}
}
@media (min-width: 1200px) {
	.car-photography-image {
		max-width: 50%;
	}
	.car-photography-wrap .title-box {
		max-width: 100%; /* old 60% */
		text-align: center;/* new css */
	}
	.car-photography-image {
		margin-top: -400px;
	}
}
@media (min-width: 1500px) {
	.car-photography-image {
		max-width: 60%;
	}
}
