/* * Application Form Style */
.applicationFromOuter {
	position: relative;
}
.applicationFromWraper {
	max-width: 730px;
	margin: 0px auto;
}
.applicationFromWraper .appFormBody {
}
.applicationFromWraper .appFormBody .appFormHeadline {
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	color: blue;
	margin-bottom: 30px;
}
.applicationFromWraper .appFormBody .alertWrap {
	text-align: left;
}
.applicationFromWraper .appFormBody .alertWrap a {
	color: inherit;
}
.applicationFromWraper .appFormBody .alertWrap .alert ul {
	padding-left: 10px;
	margin-top: 0;
}
.applicationFromWraper .appFormBody .alertWrap .alert ul li {
	padding-bottom: 10px;
}
.applicationFromWraper .appFormBody .appFormPage:not(.active) {
	display: none;
}
.applicationFromWraper .appFormBody .appFormPage .grid32 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.applicationFromWraper .appFormBody .appFormPage .grid32 .fullRow {
	grid-column: -1;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields {
	display: flex;
	flex-wrap: wrap;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField {
	margin-bottom: 25px;
	flex: 1 100%;
	text-align: left;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField label {
	color: #151940;
	font-weight: 500;
	font-size: 16px;
	line-height: 19.92px;
	margin-left: 13px;
	margin-bottom: 15px;
	display: block;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input::-webkit-outer-spin-button, .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input[type=number] {
	-moz-appearance: textfield;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField select, .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input {
	border: 0px solid #fff;
	border-radius: 5px;
	color: #7F8192;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	padding: 16px 30px 16px 16px;
	line-height: 1.15rem;
	background-color: #fff;
	text-align: left;
	text-align-last: left;
	-moz-text-align-last: left;
	background: #FFFFFF;
	box-shadow: 0px 15px 60px rgba(138, 149, 158, 0.15);
	border-radius: 5px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField select::placeholder, .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input::placeholder {
	color: #6d6d6d;
	opacity: 1;
	/* Firefox */
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input {
	padding: 16px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap {
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap .innerWrap {
	position: relative;
	background: #FFFFFF;
	border-radius: 5px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap .dIcon {
	z-index: 1;
	position: absolute;
	right: 1rem;
	bottom: 1.3rem;
	box-sizing: border-box;
	height: 7px;
	width: 7px;
	border-style: solid;
	border-color: #7F8192;
	border-width: 0px 2px 2px 0px;
	transform: rotate(45deg);
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap.loading .dIcon::before {
	content: "\f021";
	animation: fa-spin 0.8s linear infinite;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap .appFieldSelect {
	background: transparent !important;
	z-index: 5;
	position: relative;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.oneHalfField {
	flex: 1 calc(50% - 5px);
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.marginRight {
	margin-right: 5px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.marginLeft {
	margin-left: 5px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter {
	margin-top: 20px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter .btnWrap .btn {
	width: 100%;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter .btnWrap .appFormPageNextBtn {
	font-weight: 700;
	font-size: 18px;
	line-height: 28.48px;
	color: white;
	padding: 15px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter .btnWrap .appFormPageNextBtn i {
	font-size: 20px;
	margin-left: 19px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter .btnWrap .appFormPageNextBtn .icon {
	margin-left: 19px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper {
	margin-top: 20px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage {
	color: #656565;
	padding: 20px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage:not(.active) {
	display: none;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage .icon {
	width: 194px;
	height: 194px;
	background: #2AB479;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto 60px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage p {
	color: #848484;
	font-size: 16px;
	line-height: 26.24px;
	font-weight: 400;
	margin-bottom: 35px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage h3 {
	font-size: 27px;
	line-height: 33.88px;
	font-weight: 500;
	border-bottom: 0;
	margin-bottom: 14px;
	padding: 0;
	color: #232323;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage h2 {
	color: #f37335;
	font-size: 30px;
	margin-top: 40px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage .carValueAmount {
	font-weight: bold;
	font-size: 26px;
	color: #29b479;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage.redirectMsg .carValueAmount {
	font-size: 20px;
	font-weight: inherit;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage .btn {
	padding: 15px 20px;
	min-width: auto;
	font-size: 14px;
	border: 1px solid #f37335 !important;
	box-shadow: inset 0px 1px 0px #000;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage .btnWrap {
	display: none;
	margin-top: 30px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage .btnWrap .btn {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage .btnWrap .btn:hover {
	color: white;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage .btn.phoneBtn {
	background: linear-gradient(170deg, rgba(250, 209, 38, 0.96) -0.13%, #F37335 71.53%);
	box-shadow: -4.74667px 30px 30px rgba(120, 101, 35, 0.25);
	border-radius: 12px;

	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	border: none !important;
	display: block;
	text-decoration: none;
}
@media (max-width: 991.98px) {
	.applicationFromOuter {
		margin-bottom: 30px;
	}
}
@media (max-width: 767.98px) {
	.applicationFromWraper .progressBarWrap .progressBar {
		min-height: unset;
	}
	.applicationFromWraper .progressBarWrap .progressBar .pbStep:not(.active) .stepLbl {
		display: none;
	}
	.applicationFromWraper .progressBarWrap .progressBar .pbStep.active .stepLbl {
		font-size: 16px;
	}
	.applicationFromWraper .appFormBody .appFormHeadline {
		font-size: 22px;
	}
	.applicationFromWraper .appFormBody .appFormPage .grid32 {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField select, .applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField input {
		padding: 14px 30px 14px 16px;
	}
	.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.appFieldSelectWrap::before {
		bottom: 0.7rem;
	}
	.applicationFromWraper .appFormBody .appFormPage .appFormPageFields .appFormPageField.oneHalfField {
		flex: 1 100%;
		margin-left: 0;
		margin-right: 0;
	}
	/* .applicationFromWraper .appFormBody .appFormPage .appFormPageFooter .btnWrap .appFormPageNextBtn {
		font-size: 20px;
		padding: 13px 10px;
	}
	.applicationFromWraper .appFormBody .appFormPage .appFormPageFooter .btnWrap .appFormPageNextBtn i {
		font-size: 16px;
	} */
}
.headerForm.successMsgWrap .formHeadlinePortion {
	display: none;
}
.headerForm.successMsgWrap .applicationFromWraper .progressBarWrap, .headerForm.successMsgWrap .applicationFromWraper .appFormPage:not(.successMsgPage) {
	display: none;
}
.headerForm.successMsgWrap .applicationFromWraper .appFormPage.successMsgPage {
	display: block;
}
.applicationFromWraper .appFieldConsentDesc {
	font-size: 12px;
	line-height: 14.94px;
	font-weight: 300;
	color: #808292;
	padding: 0px 6px;
}
.applicationFromWraper .appFieldConsentDesc a {
	color: #f37335;
	text-decoration: none;
}


.loadingWrap {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
body.loading {
	overflow: hidden;
}
body.loading .loadingWrap {
	display: block;
}
.loadingWrap .innerWrap {
	position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 80px;
    height: 80px;
    background: rgb(255 255 255 / 80%);
    border: 2px solid #F37335;
    border-radius: 8px;
}
.loadingWrap svg {
	max-width: 50px;
	max-height: 50px;
	/* fill: #F37335; */
}
.loadingWrap::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.5);
}

.spinner {
	animation: rotate 2s linear infinite;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
}
.spinner .path {
	stroke: hsl(210, 70, 75);
	stroke-linecap: round;
	animation: dash 1.1s ease-in-out infinite;
}
@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}

.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage .disclmr {
    font-size: 12px;
    line-height: 1.25;
    max-width: 285px;
    margin: 20px auto 0px;
}

.twoCtaStepWrap a {
	color: #656565;
}
.twoCtaStepWrap .ctaStep1 {
	border-bottom: 2px solid #dadada;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.twoCtaStepWrap .ctaStep1 h3,
.twoCtaStepWrap .ctaStep2 h3 {
	border: none !important;
	font-size: 22px !important;
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
}
.twoCtaStepWrap .ctaStep1 h3 i {
	color: #1f3a93;
}
.twoCtaStepWrap .ctaStep1 p {
	margin-bottom: 5px !important;
	font-size: 18px !important;
}
.twoCtaStepWrap .ctaStep1 p a {
	color: #656565;
}
.twoCtaStepWrap .ctaStep1 .btn {
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px !important;
	margin-top: 20px;
	min-width: 200px !important;
}

.twoCtaStepWrap .ctaStep2 h3 i {
	color: #29b479;
}
.applicationFromWraper .appFormBody .appFormPage .appFormConfirmationWrapper .appFormConfirmationMessage .twoCtaStepWrap .btn {
	font-weight: 700;
    font-size: 18px;
    line-height: 28.48px;
    color: white;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 10px;
	border: none !important;
	text-decoration: none !important;
	text-transform: none;
	box-shadow: none;
}