


/*********************************************************************** */
/* 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 {
	margin: 0 auto;
	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;
	}
}



