body{
	font-family: 'Poppins', sans-serif !important;
	background-repeat: no-repeat;
    background-image: url(https://i3.deals/dealerIframe_new/image/building.jpg);
    min-height: 100vh;
    background-color: #f3f7fa;
	padding:25px 0px;
	background-position:bottom ;
	overflow-x: hidden;

}
*{
	font-family: 'Poppins', sans-serif !important;
	
}

input, input:before, input:after {
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
   }
   
.button-list-holder{
	background-color: #fff;
}
ul,li{
	padding: 0px;
	margin:0px;
	list-style: none;
}
.list-unstyled li {
    color: red;
}
button.btn.btn-block.btn-postcode.postcode-lookup{
	margin-top:10px
}
.hide{display:none}#inputTel:not(:placeholder-shown){padding-top:0;padding-bottom:0}#inputTel:not(:placeholder-shown)~label{padding-top:0;padding-bottom:0;font-size:11px;color:#777}.intl-tel-input{display:table-cell}.intl-tel-input .selected-flag{z-index:4}.intl-tel-input .country-list{z-index:5}.input-group .intl-tel-input .form-control{border-top-left-radius:4px;border-top-right-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:0}#valid-msg{color:#00c900;margin-left:25px}#error-msg{color:red;margin-left:25px}.iti{width:100%}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background:0 0!important}.iti--separate-dial-code .iti__selected-flag{background:0 0!important}ul#iti-0__country-listbox{display:none}::placeholder{color:#111}
/* The Loader */
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
overflow: hidden;
}
.no-js #loader-wrapper {
display: none;
}
body{
background-repeat: no-repeat;
background-image: url(https://i3.deals/dealerIframe_new/image/building.jpg);

}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
z-index: 11;
/*border-radius: 50%;
border: 3px solid transparent;
border-top-color: #16a085;*/
/*-webkit-animation: spin 1.7s linear infinite;
animation: spin 1.7s linear infinite;*/
}
/*#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #e74c3c;
-webkit-animation: spin-reverse 0.6s linear infinite;
animation: spin-reverse 0.6s linear infinite;
}*/
/*#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #f9c922;
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}*/

/*@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes spin-reverse {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes spin-reverse {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}*/
#loader-wrapper .loader-section {
position: fixed;
top: 0;
width: 50%;
height: 100%;
background: #f5f7fb;
z-index: 10;
}

#loader-wrapper .loader-section.section-left {
left: 0;
bottom: 0;
background-color: #fff;
/*background-repeat: no-repeat;
background-image: url(https://i3.deals/dealerIframe_new/image/cars-bg-left.png);
background-position: 100% 100%;
background-size: 100%;*/
}

#loader-wrapper .loader-section.section-right {
right: 0;
bottom: 0;
background-color: #fff;
/*background-repeat: no-repeat;
background-image: url(https://i3.deals/dealerIframe_new/image/cars-bg-right.png);
background-position: 0% 100%;
background-size: 100%;*/
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
transform: translateX(-100%);
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
transform: translateX(100%);
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
opacity: 0;
transition: all 0.3s ease-out;
}
.loaded .letsTxt {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
visibility: hidden;
transform: translateY(-100%);
transition: all 0.3s 1s ease-out;
}

.letsTxt {
display: block;
position: absolute;
top: 9%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 11;
font-size: 36px;
letter-spacing: -1px;
font-weight: 700;
color: #000;
}
#confirm-address {
    border: 1px solid #ccc;
    padding: 18px 25px;
    width: 80%;
    margin: 10px auto;
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	background-color: #fff;
}
div#confirm-address br {
    display: none;
}
button#getaddress_button {
    display: block;
    color: #7ab048;
    border-color: #7ab048;
    height: 54px;
    margin-top: 0px;
    padding-top: 8px;
    font-size: 16px;
    background-color: white;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
input#getaddress_input {
    height: 74px;
    text-align: center;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #437bfd;
    font-family: "Poppins", sans-serif !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 2px;
    margin-bottom: 20px;
}
select#getaddress_dropdown {
    color: #444;
    height: 74px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 6px 12px;
    width: 100%;
    border: 2px solid #437bfd !important;
    margin: 20px 0;
}
.custom-inputs::placeholder{
	font-family: "Poppins", sans-serif !important;
    font-weight: 600  !important;
	font-size: 16px  !important;
  }
.car-finance-eligibility h3 {
	font-weight: 700;
	color: rgb(9, 21, 70);
	font-size: 41px;
	line-height: 38px;
	font-family: 'Poppins', sans-serif;
}

.car-finance-eligibility p {
	font-size: 15px;
	color: #2f697d;
	font-family: 'Poppins', sans-serif;
}

.progress-container {
	height: 25px;
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 30px;
    margin-top: 26px;
}

.progress-step-container {
	max-width: 500px;
	width: 90%;
	top: 10px;
	margin: 0 auto;
	position: relative;
}

.progress-line-container {
	background-color: #D8DEE5;
	height: 2px;
	width: 100%;
}

.progress-line {
	background: #05cab6;
	height: 2px;
	width: 0;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.progress-bullet-container {
	background: transparent;
	width: 0;
	height: 0;
	overflow: visible;
	position: relative;
	display: block;
}

.progress-bullet.active {
	background-color: #05CAB6;
}

.progress-bullet {
	width: 22px;
	height: 22px;
	background: #D8DEE5;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	-moz-transform: translate(-12px, -12px);
	-ms-transform: translate(-12px, -12px);
	-webkit-transform: translate(-12px, -12px);
	transform: translate(-10px, -10px);
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.step-form-content h3 {
	font-weight: 700;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	line-height: 50px;
	margin: 0px
}

.step-form-content p {
	font-size: 18px;
	color: #444a51;
	margin-bottom:18px;
}
#confirm-address p{
	margin-bottom:0px !important;
}
.button-list-holder {
	color: #333;
	height: 89px;
	line-height: 89px;
	border: 1px solid #DCE1E6;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 500;
	background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(224, 234, 246, 1) 100% );
	box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 6px 8px rgb(0 0 0 / 11%), 0 8px 16px rgb(0 0 0 / 11%);
}

.button-list {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px
}

.form-holder {
	padding-left: 178px;
    padding-right: 178px;
}

.btn-default {
	background-color: #00bce4;
	color: white;
	font-size: 18px;
    height: 63px;
    padding-top: 17px;
    border: none;
    margin-top: 16px;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    padding-bottom: 6px;
    border-radius: 34px;
    transition: 0.5s ease-in-out;
	font-family: 'Poppins', sans-serif !important;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}
.postcode-checker {
	padding:0px !important
}
.btn-default:hover{
	background-color: #000 !important;
}

.btn-default:hover,
.btn-default:focus {
	outline: none;
}

.btn-default:hover {
	color: white
}

.representative-example p {
	color: #2f697d;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9em;
	margin-top: 55px;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.custom-inputs {
    height: 74px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #437bfd;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
	border-radius: 9px;
}
span.dob-error{
    display: block;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.step-7 input::placeholder,
.employment-months::placeholder,
.employment-years::placeholder,
.custom-placeholder::placeholder {
	font-weight: bold;
	color: #a39c99;
}

.step-7 .form-label,
.almost-done label {
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #000000;
}

.step-7 label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.net-monthly {
	
	font-weight: bold;
}

.amount-input {
	text-align: left;
	padding-left: 75px;
}

.pound-icon {
	position: absolute;
	top: 15px;
	left: 60px;
	font-size: 30px;
	color: #00bce4;
	font-weight: 400;
}

.no-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.col-xs-6 {
	width: 50%;
	float: left
}

.no-radius-right {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.no-radius-left {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.label-button {
    border-left: 0;
    height: 74px;
    text-align: center;
    font-size: 21px;
    line-height: 59px;
    font-weight: 500;
    color: #000;
	font-family: 'Poppins', sans-serif !important;
	background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(224, 234, 246, 1) 100% );
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn-postcode {
	color: #7ab048;
	border-color: #7ab048;
	height: 54px;
	margin-top: 0px;
	padding-top: 8px;
	width: 55%;
	font-size: 16px;
	background-color: white;
	line-height: 40px;
}

.btn-postcode:hover,
.btn-postcode:focus {
	outline: none;
	color: white;
	background-color: #7ab048;
}

.city-select {
	height: 100px!important;
	font-size: 20px;
	font-weight: bold
}

.custom-address label {
	width: 100%;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	color: #1c5399;
	font-weight: bold;
}

.label-sh-marketing input {
	display: none;
}

.label-sh-marketing input+span {
	display: block;
	width: 38px;
	height: 18px;
	left: 1px;
	top: 1px;
	background: #f2f7fd;
	border-radius: 15px;
	position: relative;
}

.label-sh-marketing input:not(:checked)+span:before {
	content: '\2716';
	right: 5px;
	color: #c21807;
}

.label-sh-marketing input+span:before {
	position: absolute;
	vertical-align: middle;
	line-height: 18px;
	font-size: 14px;
	transition: opacity ease-in-out 0.2s;
	opacity: 1;
}

.label-sh-marketing input+span:after {
	content: '';
	height: 18px;
	width: 18px;
	background: #7ab047;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	-webkit-transition: all ease-in-out 0.2s 0s;
	-moz-transition: all ease-in-out 0.2s 0s;
	transition: all ease-in-out 0.2s 0s;
	left: 0;
}

.label-sh-marketing {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	background: #E5EAF0;
	border-radius: 15px;
	cursor: pointer;
	margin-top: 15px;
}

.label-sh-marketing {
	margin-top: 0px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.label-sh-marketing input:checked+span:before {
	left: 5px;
	content: '\2713 ';
	color: #7ab047;
}

.label-sh-marketing input+span:before {
	position: absolute;
	vertical-align: middle;
	line-height: 18px;
	font-size: 14px;
	transition: opacity ease-in-out 0.2s;
	opacity: 1;
}

.label-sh-marketing input:checked+span:after {
	left: 100%;
	background: #7ab047;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.aggrement-text {
	font-size: 15px;
	margin-top: 17px !important;
}

.sh-marketing-text {
	font-size: 15px;
}

.add-class-active {
	background: #05CAB6;
	color: #ffffff;
}
.w400{
	font-weight:400;
}
.w600{
	font-weight:600;
}
.w700{
	font-weight:700;
}
.w800{
	font-weight:800;
}
.stepCard{
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:30px;
	border-radius:20px;
	background: linear-gradient( to bottom, rgba(224, 234, 246, 1) 0%, rgba(255, 255, 255, 1) 100% );
	box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 45%);

}
.button-list-holder,.stepCard{
	border:none !important;
}

.button-list-holder:hover {
    box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 3px 3px rgb(0 0 0 / 11%), 0 8px 8px rgb(0 0 0 / 11%);
    transform: scale(0.98);
}
button#getaddress_button{
	height: 74px;
	color:#000;
	border:none;
	cursor:pointer;
}
.custom-address{
	margin-top:10px
}
.fieldInfoTxt {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    border: 0px;
    padding: 10px 10px;
    margin: 0px auto 15px;
    background: #8502d8;
    border-radius: 5px;
}
.infoIco {
    position: absolute;
    top: -16px;
    right: -10px;
}
.infoIco img {
    width: 30px;
}
@media (max-width: 991px) and (min-width: 768px)
{
.car-finance-eligibility h3  {
    font-size: 33px!important;
}
}
@media(max-width: 1200px)
{
	.form-holder {
    padding-left: 74px;
    padding-right: 74px;
}
}
@media(max-width: 963px)
{
	.form-holder {
    padding-left: 37px!important;
    padding-right: 37px!important;
}
}
@media(max-width: 890px)
{
	.form-holder {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
}
@media(max-width: 710px)
{
	.car-finance-eligibility h3  {
    font-size: 30px!important;
    line-height: 40px!important;
}
}
@media(max-width: 1100px)
{
	.car-finance-eligibility p {

    line-height: 26px!important;

}
}
@media(max-width: 340px)
{
	.form-holder {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
}
@media(max-width: 295px){
	.button-list-holder{
	font-size: 15px!important;
	height: 88px!important;
    line-height: unset !important;
}
}

@media (max-width: 768px) and (min-width: 576px)
{
.car-finance-eligibility h3  {
    font-size: 30px!important;
}
.step-form-content h3{
	font-size:25px;
}
.step-form-content p{
	font-size: 18px;
}
}

@media (max-width: 576px)
{
	body{
		padding-top: 0!important;
	}
	.car-finance-eligibility h3 {
		font-size: 22px !important;
		line-height: 32px!important;
	}
	.letsTxt{
		font-size: 24px !important;
		line-height: 32px!important;
	}
	.step-form-content h3 {
		font-size: 20px;
	}
	.button-list-holder,.step-form-content p{
		font-size: 13px;
	}
	.button-list-holder{
		height: 56px;
		line-height: 56px;
	}
	.btn-default{
		font-size: 16px;
		padding-top: 16px;
		height: 55px;
	}
	.custom-inputs{
		height: 60px;
   		 font-size: 15px;
	}
	.step-7 .form-label, .almost-done label{
		font-size: 17px;
	}
	::placeholder{
		font-size:15px;
	}
	span.employer-error ul li,.Job-title-error ul li,span.help-block ul li{
		font-size: 13px;
    margin-left: 10px;
    margin-top: 6px;
	color:#ff0000;
	}
	.label-button{
		height: 60px;
		font-size: 15px;
		line-height: 46px;

	}
	.pound-icon{
		top: 9px;
		left: 34px;
		font-size: 27px;

	}
	.amount-input{
		padding-left: 49px;
	}
	input#getaddress_input{
		height: 60px;
		font-size: 15px;
	}
	button#getaddress_button{
		height: 60px;
	}
	select#getaddress_dropdown{
		height: 60px;
		font-size: 15px;
	}
	.btn-postcode{
		width: 100%;
		font-size: 15px;
	}
	#confirm-address{
		width: 100%;
	}
	#confirm-address p{
		font-size: 14px;
	}
	label.form-label.font-weight-bold{
		margin-top:10px
	}
	custom-inputs::placeholder{
		font-size: 15px !important;
    font-weight: 600 !important;
	}
	.progress-bullet {
		width: 16px;
		height: 16px;
		transform: translate(-10px, -9px);
	}
	.aggrement-text,.sh-marketing-text{
		font-size: 12px;
	}
	.fieldInfoTxt{
		font-size: 12px;
		line-height: 18px;
	}
	.stepCard {
		padding: 0;
		background: none;
		box-shadow: none;
	}
	.form-holder {
		padding: 0 !important;
	}
	.step-form-content h3 {
		font-size: 30px;
	}
	.button-list-holder, .step-form-content p {
		font-size: 19px;
	}
	.button-list-holder {
		height: 85px;
		line-height: 85px;
	}
	.button-list {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
	/* body.view-page {
		background:none;
		min-height: auto;
	} */
	.modal-body {
		padding: 0 !important;
	}
}
body.view-page {
	background:none;
	min-height: auto;
}

@media screen and (max-width: 576px){
	#loader-wrapper{
		display: none;
	}
}


#loader img{
	width: 100%;
	height: 50%;
}


/*NEW CSS START*/

.custom-vehicletype .VehicleType-step {
    display: block;
}
.custom-vehicletype .VehicleType-step img {
    margin-top: 5px;
}
.custom-vehicletype img.ctm-icons {
    opacity: .8;
}

/*NEW CSS END*/






