/************************************************************************************************** */
/* New Font/Icon -
Note - Locate the old font/ico on style.css and replace with this. */
/************************************************************************************************** */

@charset "UTF-8";

@font-face {
	font-family: "dripicons-v2";
	src:url("../fonts/dripicons-v2.eot");
	src:url("../fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"),
	url("../fonts/dripicons-v2.woff") format("woff"),
	url("../fonts/dripicons-v2.ttf") format("truetype"),
	url("../fonts/dripicons-v2.svg#dripicons-v2") format("svg");
	font-weight: normal;
	font-style: normal;

}

.ficon {
	font-family: "dripicons-v2";
	font-style: normal;
}


/************************************************************************************************** */
/* Car Listing - Sold Label
/************************************************************************************************** */

p.t-sold {
	background: #dc5953;
}

/************************************************************************************************** */
/* Sell Your Car - CSS Addon
/************************************************************************************************** */

.header-mid div.btnbuyteam p {
	font-size: 14px;
	margin-bottom: 20px;
}
div.btnbuyteam a {
	border: none;
	margin: 10px 10px;
}
.pho-ic {
	padding-right: 5px;
}


/************************************************************************************************** */
/* Payment Summary - Cost breakdown
/************************************************************************************************** */
div.paymentsumbreak {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 30px;
}

div.paymentsumbreak .small {
	font-size: 11px;
	color: #999;
}

div.paymentsumbreak p {
	font-size: 13px;
}

div.paymentsumbreak table {
	width: 100%;
	vertical-align: top;
}

div.paymentsumbreak table tr {
	vertical-align: top;
	border-top: 1px solid #efefef;
}

div.paymentsumbreak table tr:last-child {
	border-bottom: 1px solid #efefef;
}

div.paymentsumbreak table tr td {
	padding: 10px 0;
}


div.paymentsumbreak table tr td.sumbreak-title {
	text-align: left;
	vertical-align: top;
}

div.paymentsumbreak table tr td.sumbreak-cost {
	text-align: right;
	vertical-align: top;
}

/************************************************************************************************** */
/* Updated .u-noti section - Need to edit
/************************************************************************************************** */

.u-noti p {
	color: #fff;
}

.main-nav div.u-noti {
	background: none;
}

.main-nav div.u-noti a.settings {
	padding: 0 10px;
}

.u-noti a.signout {
	background: none;
	margin: 0px;
}


/************************************************************************************************** */
/* Updated .u-noti section - Need to Add
/************************************************************************************************** */

.main-nav div.u-noti a.ficon {
	font-size: 18px;
	padding: 0 10px;
	color: #fff;
}



/************************************************************************************************** */
/* Order complete - Whats next
/************************************************************************************************** */

body.buycomplete div.c-ov {
	padding: 30px 0;

}

div.whatsnext {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 50px 20px;
	background: rgba(246,246,246,0.9);
}

div.whatsnext p {
	font-size: 13px;
}

div.whatsnext p.title {
	font-weight: bold;
}


/************************************************************************************************** */
/* Order Tracking
/************************************************************************************************** */

body.ordertracking header {
	padding-bottom:100px;
}

body.ordertracking div.header-mid h1 {
	margin-top: 100px;
	margin-bottom: 10px;
	text-shadow: none;
}

body.ordertracking div.header-mid p {
	font-size: 16px;
	font-weight: normal;
}

body.ordertracking div.overview {
	padding: 0px;
}

div.t-stage {
	width: 25%;
	display: inline-block;
	float: left;
}

div.t-stage h2 {
	padding: 0px;
	color: #bdbdbd;
	font-size: 22px;
	padding: 20px 20px 0 20px;
}

div.t-stage p {
	color: #bdbdbd;
	font-size: 13px;
	line-height: 1.3em;
	padding: 0 20px 0 20px;
}


div.t-onstage {
	background: #0076bc;
}

div.t-stage-txt {
	min-height: 150px;
}
div.t-onstage h2,
div.t-onstage p {
	color: #fff;
}


.t-bar-01 {
	width: 100%;
	display: inline-block;
	fill: #fff;
	margin-bottom: 20px;
}

.t-bar-02, .t-bar-03 {
	width: 100%;
	display: inline-block;
	fill: #e7e7e7;
	margin-bottom: 20px;
}

.t-bar-04 {
	width: 100%;
	display: inline-block;
	fill: #e7e7e7;
	transform: rotate(180deg);
	margin-bottom: 20px;
}


.t-onstage {
	-webkit-box-shadow: inset -11px -2px 41px -24px rgba(0,0,0,0.4);
	-moz-box-shadow: inset -11px -2px 41px -24px rgba(0,0,0,0.4);
	box-shadow: inset -11px -2px 41px -24px rgba(0,0,0,0.4);
}

div.t-onstage .t-bar-01,
div.t-onstage .t-bar-02,
div.t-onstage .t-bar-03,
div.t-onstage .t-bar-04
{
	width: 100%;
	display: inline-block;
	fill: #f26522;
}

@media only screen and (max-width: 820px) {
	body.ordertracking .dash-cont {
		padding: 0px;
	}

}
@media only screen and (max-width: 768px) {
	div.t-stage {
		width: 100%;
		overflow: hidden;
		position: relative;
		-webkit-box-shadow: inset 0px -20px 32px -30px rgba(0,0,0,0.4);
		-moz-box-shadow: inset 0px -20px 32px -30px rgba(0,0,0,0.4);
		box-shadow: inset 0px -20px 32px -30px rgba(0,0,0,0.4));

	}

	div.t-stage-txt {
		width: 80%;
		float: left;
	}

	.t-bar-01, .t-bar-02, .t-bar-03, .t-bar-04 {
		width: 200px;
		transform: rotate(90deg);
		display: inline-block;
		float: right;
		position: absolute;
		right: -60px;
		top: 50px;
	}

	.t-bar-04 {
		width: 200px;
		transform: rotate(270deg);
		position: absolute;
		right: -60px;
		top: 50px;
	}



	div.t-onstage .t-bar-01,
	div.t-onstage .t-bar-02,
	div.t-onstage .t-bar-03,
	div.t-onstage .t-bar-04
	{
		width: 200px;
		display: inline-block;
		fill: #f26522;
	}

}


/************************************************************************************************** */
/* Dashboard v2
/************************************************************************************************** */


body.dashboardv2 div.overview {
	display: inline-block;
	padding: 1.5%;
}

body.dashboardv2 h2 {
	font-size: 16px;
	padding: 0px;
}

.tabs a, .tabs p {
	line-height: 15px;
}


div.mycaroverview {
	width: 70%;
	float: left;
	display: inline-block;
	margin-right: 1.5%;
}

div.watchlistupdates {
	width: 28.5%;
	float: left;
	display: inline-block;
}

div.dashcar {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-image: url(../images/car/img-car-sample1.jpg);
	background-position: center center;
	background-size: cover;
	border-radius: 3px;
	min-height: 500px;
}
div.dashcar img.object-fit {
	display: block;
	object-fit: cover;
	min-height: 500px;
}

div.dashcar.tbcar img.object-fit{
	display: block;
	object-fit: cover;
	min-height: 500px;
}

.dashcar:after{
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:0;
	background-color: rgba(0,0,0,0.5);
}

div.dashcar div.c-ov-desc {
	width: 50%;
	position: absolute;
	bottom: 20px;
	z-index: 1000;
	color: #fff;
	font-size: 12px;
}

div.dashcar div.c-ov-desc h3 {
	color: #fff;
}


div.dashcar div.c-ov-desc table {
	padding: 0px;
	margin: 0px;
}

div.dashcar div.c-ov-desc table tr td {
	padding: 2px 0;
}

div.dashcar div.c-ov-desc table tr td,
div.dashcar div.c-ov-desc table {
	border: none;
}

div.dashcar div.c-ov-desc table td.t-data {
	text-align: left;
}
div.dashcar div.c-ov-desc a.btn {
	font-size: 11px;
	cursor: pointer;
	padding: 0px 10px;
	margin: 20px 10px 0 0;
	background: none;
	border: 1px solid rgba(255,255,255,0.3);
}


div.dashcar div.c-ov-desc a.btn:hover {
	background: #0076bc;
}

div.currentontb {
	margin: 30px 0 0 0;
}


div.tbcar {
	background-image: url(../images/car/img-car-sample4.jpg);
}

div.dashcar.tbcar div.c-ov-desc a.btn-buyit {
	background: #f26522;
	border-color: #f26522;
}

div.tbstatus {
	background: #0076bc;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 1000;
}

div.tbstatus p {
	font-size: 12px;
	color: #fff;
}

div.watchlistupdates .wl-up-ls {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
div.wl-up-cr {
	width: 100%;
	background: #efefef;
	display: inline-block;
}

div.wl-up-cr a.cr-lk {
	display: inline-block;
}
div.wl-up-im {
	width: 26%;
	display: inline-block;
	float: left;
}
div.wl-up-im img {
	display: block;
}
div.wl-up-dt {
	width: 74%;
	display: inline-block;
	float: left;
	padding: 5px 10px
}

div.wl-up-dt p {
	font-size: 12px;
}
div.wl-up-dt p.cr-tl {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

div.wl-up-dt p.cr-pc {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


div.wl-up-nw {
	padding: 10px;
	background: #f7f7f7;
}
div.wl-up-nw p {
	line-height: 14px;
	font-size: 12px;
}
div.wl-up-nw span.pc {
	font-size: 9px;
	color: #999;
}
div.wl-up-nw span.nw-tt {
	font-weight: 600;
	padding-bottom: 4px;
}




div.continueroder {
	padding: 2% 0;
	background: #efefef;
}
div.continueroder div.col div.col4 p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div.continueroder div.col div.col4 {
	padding: 0px;
}
div.continueroder div.col div.col4 h4 {
	font-size: 13px;
}
div.continueroder div.col div.col4 p.small {
	font-size: 11px;
}
div.continueroder div.paymentsumbreak {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
}
div.continueroder div.paymentsumbreak table {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.continueroder div.paymentsumbreak table tr {
	border-top: 1px solid rgba(0,0,0,0.1);
}

div.continueroder div.paymentsumbreak table tr:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

div.co-wp {
	margin: 0 1.5%;
	overflow: hidden;
	position: relative;
	padding: 0 0 20px 0;
	background: url(../images/linebreak.png) 0 0 no-repeat;
}
div.co-wp h3 {
	margin: 0px;
	padding: 0px;
	background: #ececec;
	z-index: 1000;
	display: inline-block;
	padding-right: 20px;
}


a.btn-x {
	font-size: 24px;
	float: right;
	position: absolute;
	right: 0px;
	top: 2px;
	z-index: 10;
	color: #475568;
	background: #ececec;
	padding: 0 2px 0 10px;
}
a.btn-sm {
	font-size: 11px;
	font-weight: 600;
	padding: 0px 10px;
	background: #b6b6b6;
	margin-bottom: 30px;
}

div.co-wp a.btn-sm {
	float: right;
	background: #475568;
}
.btn-cont {
	background: #f26522;
	float: right;
}
.btn-rem {
	background: #e3e3e3;
	margin: 0 10px 0 0;
	color: #999;
	float: right;
}

.btn-rem:hover {
	background: #006bb4;
	margin: 0 10px 0 0;
	color: #999;
	float: right;
}


/************************************************************************************************** */
/* Dash Responsive
/************************************************************************************************** */


@media only screen and (max-width: 820px) {

	body.dashboardv2 .dash-cont {
		padding: 0px;
	}

	body.dashboardv2 div.overview {
		padding: 4% 2%;
	}

	div.continueroder div.col .col4 {
		padding-top: 10px;
	}
	div.continueroder div.col .col4.cr-im {
		width: 100%;
	}

	div.continueroder div.col .col4.paymentcd {
		width: 100%;
	}

	div.continueroder div.paymentsumbreak {
		max-width: none;
	}

}
@media only screen and (max-width: 768px) {
	div.continueroder {
		padding: 4% 0;
	}

	div.mycaroverview {
		width: 100%;
	}

	div.watchlistupdates {
		width: 100%;
		margin-top: 4%;
	}

}

@media only screen and (max-width: 768px) {

	div.continueroder div.col .col4 {
		padding: 0 2%;
	}

	body#dashboard div.overview {
		padding: 4%;
	}

	div.dashcar div.c-ov-desc {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {



	div.continueroder div.col div.col4 {
		padding: 0px 3%;
		margin: 0 0;
	}

	div.co-wp {
		margin: 0 3%;
	}

	div.dashcar {
		min-height: 400px;
	}


}


@media only screen and (max-width: 415px) {


	div.continueroder {
		padding-top: 20px;

	}

	div.continueroder div.col div.col4 {
		padding: 0px 4%;
		margin: 0 0;
	}

	div.co-wp {
		margin: 0 4%;
	}

	div.#dashboard div.overview {

	}

}


/************************************************************************************************** */
/* My Car
/************************************************************************************************** */


body.mycarv2 div.mycaroverview {
	width: 100%;
}

div.order-hs {
	padding-top: 30px;
}
div.od-hs-ls {
	background: none;
}

div.order-hs div.col div.col4 {
	margin: 0 1.5% 15px 0;
	padding: 0px;
}


/************************************************************************************************** */
/* My Car Details
/************************************************************************************************** */


body.mycardetail div.mycaroverview {
	width: 70%;
	margin-right: 0px;
}
body.mycardetail .dashcar {
	background: none;
	min-height: auto;
}
body.mycardetail .dashcar:after{
	display: none;
	background-color: rgba(0,0,0,0);
}

body.mycardetail .c-ov-desc {
	font-size: 12px;
}

body.mycardetail h2 {
	color: #999;
}

body.mycardetail h2 a {
	color: #006bb4;
}

body.mycardetail div.dash-cont h3{
	font-size: 20px;
}

body.mycardetail div.dash-cont p.price{
	font-size: 30px;
}

body.mycardetail .c-ov-desc table tr td.t-title {
	width: 60%;
}

body.mycardetail .c-ov-desc table tr td.t-data {
	width: 40%;
}

body.mycardetail div.c-ov-desc .btn-rem {
	float: left;
	margin: 0px;
}


/************************************************************************************************** */
/* My Car Details RESPONSIVE
/************************************************************************************************** */


@media only screen and (max-width: 1110px) {
	body.mycardetail div.mycaroverview {
		width: 60%;
	}

	body.mycardetail .c-ov-desc {
		width: 40%;
	}
}


@media only screen and (max-width: 820px) {
	body.mycardetail div.mycaroverview {
		width: 100%;
	}

	body.mycardetail .c-ov-desc {
		width: 100%;
		max-width: none;
		padding: 0px;
	}
}



/************************************************************************************************** */
/* Watchlist v2
/************************************************************************************************** */

body.watchlistv2 .mycaroverview {
	width: 100%;
}
body.watchlistv2 .wl-it {
	width: 49.25%;
	margin: 0 0.75% 1.5% 0;
	float: left;
	background-image: url(../images/car/img-car-sample3.jpg);
	background-position: 0% 0%;
	background-size: 200%;
}

div.wl-it:nth-child(even) {
	margin: 0 0 1.5% 0.75%;
}

body.watchlistv2 div.c-ov-desc {
	width: 80%;
}
div.wl-it div.wl_ico a {
	font-size: 20px;
}
div.wl-it h3 {
	margin-bottom: 10px;
}
div.wl-it p.price {
	color: #fff;
	font-size: 30px;
}
div.wl-it p.price sup {
	vertical-align: super;
}

div.dashcar div.c-ov-desc a.btn-tb {
	background: #0076bc;
	border: #0076bc;
}

body.watchlistv2 .wl-up-nw {
	background: none;
	padding: 15px 0 0 0px;
}

body.watchlistv2 .wl-up-nw p {
	color: #fff;
}

body.watchlistv2 span.pc {
	color: #efefef;
}

/************************************************************************************************** */
/* Watchlist v2 Responsive
/************************************************************************************************** */

@media only screen and (max-width: 820px){
	body.watchlistv2 .wl-it {
		width: 48%;
		margin: 0 2% 2% 0;
		float: left;
	}

	div.wl-it:nth-child(even) {
		margin: 0 0 2% 1%;
	}

	body.watchlistv2 .wl-it {
		background-position: 0% 0%;
		background-size: cover;
	}


}

@media only screen and (max-width: 768px){
	body.watchlistv2 .wl-it {
		width: 100%;
		margin: 0 0 4% 0;
		float: left;
	}

	body.watchlistv2 .wl-it {
		background-position: 0% 0%;
		background-size: 170%;
	}

	body.watchlistv2 div.dashcar {
		min-height: 500px;
	}
}



@media only screen and (max-width: 640px){
	body.watchlistv2 .wl-it {
		background-position: 0% 0%;
		background-size: cover;
	}
}

@media only screen and (max-width: 414px){


	body.watchlistv2 .wl-it {
		background-position: 0% 0%;
		background-size: cover;
	}

	body.watchlistv2 div.c-ov-desc {
		width: 100%;
	}

}



/************************************************************************************************** */
/* Sell a Car - Step Update
/************************************************************************************************** */

div.sellacar_steps .col4 {
	position: relative;
	margin-bottom: 30px;
}

div.sellacar_steps .col4 .sell_steps_numb {
	position: relative;
	font-size: 50px;
	margin-bottom: 0px;
	float: none;
	min-height: 0px;
}


div.sell-getmequote {
	padding: 30px;
}




/******/
/* Add Payment icons */
/*****/

footer div.footer-bottom div.wrapper div {
	padding-right: 2%;
}

.ico-payments {
	width: 30px;
	margin-right: 10px;
}

footer div.footer-top div.wrapper {}




/*********************************************************************** */
/* Home - CTA _ UPDATE to Existing
/*********************************************************************** */

section.cta-w {
	background: #fff;
}
section.cta-w .col {
	background: none;
}
section .cta {
	width: 31.33%;
	margin: 20px 1%;
	background: #fff;
	border: 1px solid rgba(230, 230, 230, 0.9);
}
.cta {
	text-align: center;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cta:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.2);
	border:1px solid rgba(203,225,238,1);
}

.cta h3 {

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cta:hover h3 {
	color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cta a {
	width: 100%;
	display: block;
	padding: 10%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-height: 317px;
	cursor: pointer;
}
.cta a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.btn-browsecar {
	font-size: 16px;
	padding: 15px 25px;
	text-align: center;
	margin: 50px auto 10px auto;
	display: inline-block;
	background: #f26522;
}
.hiw-w p.note {
	font-size: 13px;
	margin: 10px 10px 50px 10px;
	color: #666;
}


.w-step1,
.w-step2,
.w-step3 {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0px auto 30px auto;
	min-height: 140px;
	vertical-align: middle;
	z-index: 200;
	position: relative;
}

.w-step1 {
	margin: 90px auto 30px auto;
}

.w-step2 {
	margin: 40px auto 30px auto;
}

.w-step3 {
	margin: 100px auto 30px auto;
}



/*********************************************************************** */
/* Testimonial - css update
/*********************************************************************** */
div.testi-slider-w {
	border: none;
}

section.testi-w {
	background: #006bb4;
	padding-top: 50px;
}

/*********************************************************************** */
/* how it work - hiw-w - Update
/*********************************************************************** */

section.hiw-w, .hiw-w section.col {
	background: #fafafa;
}

section.hiw-w {
	padding-top: 200px;
	margin-top: -150px;
}






/*********************************************************************** */
/* Feature Product - CTA
/*********************************************************************** */


.carbarpluslogo {
	width: 180px;
	margin-top: 60px;
	margin-bottom: 0px;
}

.cta.cbplus {

}

.cta.cbplus:hover h3 {
	color: #000;
}


.featuredcta {
	width: 98%;
	margin: 1% 1% 0 1%;
	padding: 20px 50px;
	background-size: cover;
	position: relative;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
}


.featuredcta.f-carbarplus {
	background: url(../images/carbarplus-featurecta.png) bottom right no-repeat;
	background-size: cover;
}

.featuredcta.f-newcar {
	background: url(../images/newcar-bg.jpg) bottom right no-repeat;
	background-size: cover;
	text-align: center;
	display: none;
}
.f-newcar .cta-content h3 {
	width: 100%;
}

.featuredcta .btn {
	margin-bottom: 40px;
}

.cta-content {
	margin: 40px 0;
}

.cta-content h3 {
	width: 50%;
	font-size: 36px;
	color: #fff;
	margin: 0px 0 5px 0;
	padding: 0px;
}

.cta-content h4 {
	font-size: 18px;
	color: #fff;
	margin: 0px 0 30px 0;
	padding: 0px;
}

.cta-content .btn {
	padding: 10px 30px;
	font-size: 14px;
}

.cta-content p.tiny {
	font-size: 9px;
	color: #fff;
	position: absolute;
	bottom: 20px;
}






/*********************************************************************** */
/* Home - CTA _ Responsoive
/*********************************************************************** */

@media only screen and (max-width: 768px){
	.cta-w .cta {

	}

	.cta-w .cta p {
		font-size: 13px;
	}

	.f-carbarplus .cta-content {
		margin: 30px 0;
	}
	.f-carbarplus .cta-content h3 {
		width: 100%;
		font-size: 30px;
	}

}


@media only screen and (max-width: 640px){

	.cta-w .cta {
		width: 98%;
	}


	.carbarpluslogo {
		width: 150px;
		margin-top: 60px;
		margin-bottom: 0px;
	}
	.featuredcta.f-carbarplus {
		padding: 20px;
		background-position-x: -130px;
	}

	.featuredcta.f-carbarplus .cta-content h3 {
		font-size: 22px;
	}

	.featuredcta.f-carbarplus .cta-content h4 {
		font-size: 16px;
	}

	section.cta-w .wrapper {
		display: flex;
		flex-direction: column-reverse;
	}

	section.cta-w .col {
		flex-direction: column;
	}

}



/*********************************************************************** */
/* Dash - Setting Page Update - Add Carbarplus Subscription Management
/*********************************************************************** */


div.st-r {
	margin: 0px 0 30px 0;
}


.cbp-i {
	padding: 0px 1px;
	display: inline-block;
}

section.ff-sec {
	background: none;
	padding: 20px 0px;
	/*padding: 20px 20px;
	background: rgba(250,250,250,1);*/
}

section.ps-rs {
	background: rgba(180,180,180,0.1);
	margin: 0 0 20px 0;
	padding: 20px;
}


section.ps-rs section.form-wrapper, section.ps-rs section.form-wrapper input {
	background: none;
}

section.ps-rs section.form-wrapper input {
}





/*********************************************************************** */
/* MyCar - Sold It
/*********************************************************************** */

/*SEMANTIC UI OVERRIDE */
i.icon.cancel:before, i.icon.close:before, i.icon.delete:before, i.icon.x:before {
	/*font-family: 'ElegantIcons'!important;*/
	content: "\00d7";
	font-size: 20px;
}

.ui.dimmer {
	background-color: rgba(0,0,0,0.4);
}

.ui.modal {
	box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.24);
}


div.cr-rm-rq .ui.form .field>label {
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

.ui.selection.dropdown.reasonsold {
	width: 100%;
	margin: 0 0 20px 0;
	border-radius: 0px;
}



div.cr-rm-rq .rg-wrap {
	width: 100%;
}

div.cr-rm-rq .rg-wrap h3 {
	margin: 0px 0px 50px 0;
	text-align: center;
}

div.cr-rm-rq .ui.button {
	background: #dc5953;
	color: #fff;
	width: 100%;
}

.cr-rm-rq .ui.form input[type=text] {
	border: none;
	border-bottom: 1px solid #efefef;
	width: 100%;
	max-width: 400px;
	resize: none;
	border-radius: 0px;
	padding-left: 0px;


}

.ui.form input:not([type]):focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=email]:focus, .ui.form input[type=file]:focus, .ui.form input[type=number]:focus, .ui.form input[type=password]:focus, .ui.form input[type=search]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=text]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus {
	border-radius: 0px;
	border-color: #0076bc;
	padding-left: 0px;
}


.svgremove {
	width: 100%;
	padding: 20px;
}




/*********************************************************************** */
/* CARBARPLUS - HEADER
/*********************************************************************** */

body#carbarplus header {
	margin: 0 0;
	background: url(../images/hero-carbarplus-bg.jpg) center center no-repeat;
	background-size: cover;
	background-position: 40% 60%;
	padding-bottom: 50px;
}

body#carbarplus .header-mid h1 {
	padding-top: 100px;
	text-shadow: none;
	line-height: 1.4em;
}

body#carbarplus  h2 {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.4em;
	max-width: 740px;
}
body#carbarplus .v-points {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}
body#carbarplus .v-points .col3 {
	padding: 20px;
	margin-bottom: 0px;
	position: relative;
}


body#carbarplus .v-points .col3 p {
	font-size: 13px;
	line-height: 1.4em;
	position: relative;
	z-index: 100;
}
body#carbarplus .v-points .col3 h4 {
	line-height: 1.6em;
	margin: 0 0 5px 0;
	color: #006bb4;
}

span.tx-js-sb {
	display: block;
}

.cbp {
	font-weight: 600;
}

.btn-reg {
	font-weight: bold!important;
}

p.disc {
	width: 100%;
	text-align: center;
	display: block;
	padding: 50px 0;
	font-size: 9px;
}
.wrapper.samplecars {
	max-width: none;
	display: flex;
	padding: 100px 0;
}

.cr-id-cd {
	width: 23%;
	max-width: 280px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0;
	transform: translate3d(0px, 0px, 0px);
	transition: transform .5s ease-in-out;
}

.cr-id-cd:hover {
	transform: translate3d(0px, -5px, 50px);
	transition: transform .5s ease-in-out;
}

.cr-id-cd .btn {
	font-size: 11px;
	font-weight: 600;
	padding: 10px 15px;
	border-radius: 2px;
	line-height: 1em;
	margin-bottom: 10px;
}

.tx-wrap {padding: 10px 20px;}
.btn-showme {
	vertical-align: middle;
	box-shadow: none;
	background: #0076bc;
	color: #fff;
}
.btn-showme a {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-showme:hover {
	background: #475568;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-showme:hover a {
	color: #fff!important;
}
.btn-showme:hover a span.blue {
	color: #fff!important;
}
.btn-showme a {
	display: block;
	text-align: center;
	padding: 45% 0;
}

.txsample {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #666;
}
.cr-id-cd h5 {
	margin-top: 5px;
}

.cr-id-cd.desc {
	padding: 20px;
	box-shadow: none;
	background: none;
}
.cr-id-cd.desc p {
	display: block;
	text-align: left;
	padding: 45% 0;

}

body#carbarplus .v-points.hiw {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 50px;
}
body#carbarplus .v-points.hiw span.blue {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #333!important;
	display: none;
}

body#carbarplus .v-points p.stepnumb {
	position: absolute;
	top: 10px;
	left: 10%;
	font-family: 'Poppins', sans-serif;
	font-size: 200px;
	color: #d0e6f4;
	font-weight: 600;
	opacity: 0.3;
	z-index: 0;
}


.btn-checkcbplus {
	margin: 0 auto;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 2px;
	font-family: 'Poppins', sans-serif;

}

.reg-form-wp {
	width: 100%;
	padding: 30px;
	max-width: 360px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0px 20px 55px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 20px 55px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 20px 55px -2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 2px;
}

.reg-form-wp h4 {
	display: block;
	padding: 0px 0 30px 0;
	font-size: 28px;
	font-weight: 300;
	color: #006bb4;
}
.reg-form-wp .ui.form label {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	display: block;
}
.reg-form-wp .ui.form input {
	border: none;
	border-bottom: 1px solid #efefef;
	border-radius: 0px;
	padding: 0px 15px 10px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0 0 10px 0px;
}

.reg-form-wp .ui.form .field.error input[type=text]{
	background: none;
}

.reg-form-wp .ui.button {
	background: #006bb4;
	color: #fff;
}
.reg-form-wp .dropdown.icon:before {
	content: 'A';
}

section.reg-sec {
	padding-bottom: 50px;
	text-align: center;
}

section.reg-sec h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 26px;
	text-align: center;
	display: block;
	padding: 50px 0;
}

.ui.budget.dropdown {
	background: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../images/svg-arrow.svg) no-repeat 96% center;
	background-size: 11px;
}

.ui.selection.dropdown:focus; .ui.selection.dropdown:hover  {
								  border: 1px solid rgba(34,36,38,0.1);
							  }

/*********************************************************************** */
/* Carbarplus -  Responsive
/*********************************************************************** */
@media only screen and (max-width: 940px){

	body#carbarplus .v-points .col3 {
		width: 31.33%;
	}
}


@media only screen and (max-width: 768px){
	.wrapper.samplecars {
		display: block;
	}
	.cr-id-cd {
		width: 46%;
		margin: 2%;
		float: left;
		max-width: none;
	}
}

@media only screen and (max-width: 500px){

	body#carbarplus .header-mid h1 {
		font-size: 24px;
	}
	body#carbarplus .header-mid h1 span {
		display: block;
	}

	body#carbarplus h2 {
		font-size: 18px;
		margin-top: 100px;
	}
	.cr-id-cd {
		width: 96%;
		margin: 2%;
		float: left;
		max-width: none;
	}

	body#carbarplus .v-points p.stepnumb {
		display: none;
	}

	body#carbarplus .v-points.hiw span.blue {
		display: block;
	}

	.cr-id-cd.desc p {
		padding: 10% 0;
		text-align: center;
	}

	body#carbarplus div.sell-getmequote {
		padding: 20px 0;
	}
	.wrapper.samplecars {
		padding: 50px 0 0 0;
	}
	body#carbarplus .v-points .col3 {
		text-align: center;
		width: 98%;
	}

	body#carbarplus .v-points.hiw span.blue {
		font-size: 14px;
	}
	.reg-form-wp h4 {
		font-size: 26px;
	}
}



/*********************************************************************** */
/* CARBARPLUS THANKS - HEADER
/*********************************************************************** */

body#carbarplus.carbarplusthanks header {
	margin: 0 0;
	background: url(../images/hero-carbarplus-thanks.jpg) center center no-repeat;
	background-size: cover;
	background-position: 40% 60%;
	padding-bottom: 50px;
	height: 70vh;
}

body#carbarplus.carbarplusthanks header h1 {
	padding: 20vh 0 0 0;
}




i.icon.doc:before {
	font-family: "dripicons-v2";
	content: "m";
	color: #0076bc;
}


div.center {
	text-align: center;
}

.btn-null {
	text-decoration: underline!important;
	font-size: 13px;
	color: #666;
}
span.ficon {
	vertical-align: middle;
	padding-right: 10px;
	line-height: 2em;
}




/*********************************************************************** */
/* CARBARPLUS - pointcheck
/*********************************************************************** */
body#carbarplus.creditcheck header {
	margin: 0 0;
	background: url(../images/hero-carbarplus-idcheck.jpg) center center no-repeat;
	background-size: cover;
	background-position: 40% 60%;
	padding-bottom: 50px;
}

body.creditcheck .small {
	font-size: 11px;
}

body#carbarplus.creditcheck div.v-points {
	width: 100%;
	margin: 0 auto;
}

body#carbarplus.creditcheck div.v-points .col2 {
	margin: 0 auto;
	max-width: 360px;
	text-align: center;
}

body#carbarplus.creditcheck div.v-points .col2 .list {
	text-align: left;
}

body#carbarplus.creditcheck div.v-points h2 {
	font-weight: 600;
	color: #006bb4;
	margin-bottom: 50px;
}

.ui.form .field>.selection.dropdown>.dropdown.ficon {
	float: right;
}


.btn-letsgetstarted {
	font-size: 16px;
	padding: 15px 25px;
	border-radius: 2px;
	margin: 30% auto;
	display: inline-block;
}

object.lb {
	height: 1px;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	display: block;
}


/*********************************************************************** */
/* CARBARPLUS - pointcheck - RESPONSIVE
/*********************************************************************** */


@media only screen and (max-width: 700px){
	.btn-letsgetstarted {
	}
}


/*********************************************************************** */
/* CARBAR - LISTING UPDATE
/*********************************************************************** */






/*********************************************************************** */
/* Upload Drag Drop
/*********************************************************************** */

body#carbarplus .col.v-points.uploaddoc {
	padding-bottom: 150px;
}
.dropzone {
	width: 100%;
	padding: 30px 10px;
	border-radius: 2px;
	margin: 30px 0 50px 0;
}

.btn-submit .ficon {
	font-size: 24px;
	font-weight: normal;
}
.btn-submit {
	background: #006bb4;
	color: #fff;
	border-radius: 2px;
	padding: 10px 15px;
	vertical-align: middle;
	font-weight: 600;
	cursor: pointer;
	border: none;
}
.btn-submit:hover {
	color: #fff;
}
.btn-submit.active {
	background: #006bb4;
}

.btn-submit.null {
	background: #ccc;

}

.btn-select {
	padding: 5px 8px;
	margin: 0 5px;
	background: #006bb4;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}
.uploaddoc form p {
	margin-top: -52px;
}

div.up-wp {
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border: 1px dashed rgba(0, 118, 188, 0.2);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.uploaddoc form{
	width: 100%;
	margin: 0 auto;
}

.uploaddoc div.up-wp:focus, .uploaddoc div.up-wp:hover,  .uploaddoc div.up-wp:active{
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px dashed rgba(0, 118, 188, 0.7);
	padding: 10px 10px 30px 10px;
}



.uploaddoc form input{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 72px;
	outline: none;
	display: block;
	opacity: 0;
	transition: transform .5s ease-in-out;
}



/*********************************************************************** */
/* Request for cars
/*********************************************************************** */

div.ls-car.pro_point.requestcar {
	background: #465569;
	padding: 20px;
}

div.ls-car.pro_point.requestcar .ls-desc {
	margin: 0px;
}

div.ls-car.pro_point.requestcar .ls-desc  h3 {
	font-size: 22px;
	padding: 0px;
	margin: 20px 0 0 0;
}

div.ls-car.pro_point.requestcar .ls-desc label {
	color: #fff;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}


.requestcar .ui.form input[type=text]:focus {
	border-radius: 0px;
	border-color: #0076bc;
	padding: 0.67857143em 1em!important;

}

.pop-cf {
	width: 260px;
	position: fixed;
	right: 0px;
	bottom: 30vh;
	background: #475568;
	z-index: 1100;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.2);
	opacity: 1;
	padding: 20px 20px;
	vertical-align: middle;
}
.pop-cf a {

}
.pop-cf h5 {
	color: #fff;
	float: left;
	display: inline-block;
	margin-top: 0px;
	padding: 0px;
	width: 70%;
	font-size: 16px;

}
.pop-cf p {
	color: #fff;
	font-size: 12px;
	line-height: 1.2em;
	clear: both;
}

.ico-cantfind {
	width: 30px;
	display: inline-block;
	height: 25px;
	z-index: 100;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.btn-iamfine {
	position: absolute;
	text-align: right;
	left: -10px;
	top: -10px;
	line-height: 1em;
	vertical-align: middle;
	padding: 0px!important;
}

.ico-close {
	width: 20px;
	height: 20px;
	padding-top: 2px;
}

div#requestforcar.ui.modal>.header {
	background: #475568;
	color: #fff;
	border-bottom: none;
}

div#requestforcar.ui.modal>.content {
	background: #475568;
	color: #fff;
	border: none;
}

div#requestforcar.ui.modal>.actions {
	background: #475568;
	color: #fff;
	border: none;
}

div#requestforcar.ui.modal>.content label {
	color: #fff;
}













