@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--yellow: #FFDE59;
	--white: #ffffff;
	--black: #000;
	--red: #DC0000;
}

.text-red {
	color: var(--red);
}

.text-yellow {
	color: var(--yellow);
}

body {
	font-family: "Outfit", serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

html {
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6,  ul {
	margin: 0;
	padding: 0;
	font-family: "Outfit", serif;
}

ul {
	list-style: none;
}

.theme_container {
	margin: 0 auto;
	padding-left: 140px;
	padding-right: 140px;
}

.text-center {
	text-align: center;
}

.theme_outline_btn {
	background: #FFFFFF;
	border: 1px solid var(--red);
	border-radius: 4px;
	min-height: 57px;
	padding: 16px;
	font-weight: normal;
	line-height: 25px;
	font-size: 20px;
	letter-spacing: 0px;
	color: var(--red);
	cursor: pointer;
}

.theme_outline_btn:hover {
	background: var(--red);
	color: var(--white);
}

/* font-size */
.f-size-56 {
	font-size: 56px;
	line-height: 71px;
	font-weight: 600;
}

.f-size-24 {
	font-size: 24px;
	line-height: 30px;
}

.f-size-20 {
	font-size: 20px;
	line-height: 26px;
}

.f-size-18 {
	font-size: 18px;
	font-weight: normal;
}

.f-size-16 {
	font-size: 16px;
	line-height: 28px;
}

.fw-bold {
	font-weight: 600;
}

.fw-mbold {
	font-weight: 500;
}

.mb-15 {
	margin-bottom: 15px;
} 
/* margin-classes */
.thank-you-page .mb-32 {
	margin-bottom: 32px;
}
.mb-32 {
	margin-bottom: 32px;
}
.thank-you-page .banner-content {
	margin: 0 auto;
	text-align: center;
	max-width: 755px;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 30px;
	border-radius: 20px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.thank-you-icon {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
}

.repeterImg {
	position: absolute;
}
/* .iagree_radio label a {display: block;} */
/* banner css */
.iagree_radio label a {
	color: var(--red);
	text-decoration: underline;
}

.d_flex_all {
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-100 {
	width: 100%;
	max-width: 100%;
}

a:hover {
	color: var(--red);
}

a {
	color: var(--black);
}

/* main-header */
.secoure_img {
	max-width: 132px;
}

.logo-wrap img {
	max-width: 211px;
}

.main-header {
	border-bottom: 4px solid var(--red);
	padding-top: 7px;
	padding-bottom: 7px;
}

.main-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.secoure_wrap .theme_outline_btn {
	margin: 0 57px 0 42px;
}




/* formBox */
.several_elements ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.several_elements ul {
	margin-top: 40px;
}

.several_elements ul li .icon-wrap {
	margin-right: 15px;
}

.several_elements {
	max-width: 590px;
}

.site-banner {
	background: url(../images/banner-bg.webp);
	background-size: cover;
	background-position: center;
	padding-top: 100px !important;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.site-banner-inner {
	display: flex;
	align-items: Start;
	justify-content: space-between;
	padding-bottom: 75px;
}

.banner-content {
	max-width: 826px;
}

.formBox {
	background: #FFFFFF 0% 0%;
	box-shadow: 0px 0px 16px #0000000F;
	border: 1px solid #DDDDDD;
	border-radius: 24px;
	padding: 40px 47px;
	max-width: 672px;
	position: relative;
}

.sticky_form {
	position: relative;
	z-index: 9;
}

.sub_heading {
	max-width: 642px;
}

/* .formBox::after {
	content: "";
	background: url(../images/pointing-girl.png);
	position: absolute;
	width: 479px;
	height: 492px;
	background-size: cover;
	bottom: -76px;
	left: -348px;
	z-index: -1;
} */
.formBox::after {
    content: "";
    background: url(../images/pointing-girl.png);
    position: absolute;
    width: 524px;
    height: 562px;
    background-size: cover;
    bottom: -76px;
    left: -361px;
    z-index: -1;
}
/* .formBox::after {
    content: "";
    background: url(../images/pointing-girl.png);
    position: absolute;
    width: 427px;
    height: 460px;
    background-size: cover;
    bottom: -76px;
    left: -425px;
    z-index: -1;
} */
.formBox fieldset {
	border: none;
}

.lender-with-cross {
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 35px;
}

.lender-with-cross ul li .bankClkTrack:checked+label {
	pointer-events: none;
}

.lender-with-cross ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px 26px;
	width: 100%;
	list-style: none;
}

.lender-with-cross ul li {
	position: relative;
}

.lender-with-cross ul li:last-child {
	grid-column: 1 / -1;
}

.lender-with-cross input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	display: none;
}

.lender-with-cross ul li .custom-checkbox+label {
	position: relative;
	cursor: pointer;
	outline: 0;
	margin: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	color: #DC0000;
	font-size: 22px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	background: white;
	border: 1px solid #DC0000;
	border-radius: 8px;
	width: 100%;
}

.lender-with-cross ul li .custom-checkbox:checked+label {
	background: #dc0000;
	color: #fff;
	box-shadow: none;
	border: 2px solid #dc0000;
}

.lender-with-cross ul li .custom-checkbox+label:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 22px;
	width: 22px;
	border-radius: 50%;
	border: 1px solid #797979;
	background: #fff;
	display: none;
}

.lender-with-cross ul li .custom-checkbox+label:after {
	content: "";
	position: absolute;
	display: none;
	left: 11px;
	top: 50%;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg) translateY(-85%);
	-ms-transform: rotate(45deg) translateY(-85%);
	transform: rotate(45deg) translateY(-85%);
	display: none;
}

.lender-with-cross ul li .custom-checkbox:checked+label:after {
	display: block;
	border: solid #203267;
	display: none;
	border-width: 0 3px 3px 0;
}

 /* request_a_call */
.request_a_call {
	padding-top: 100px;
	padding-bottom: 90px;
}

.request_a_call_inner {
	max-width: 1423px;
	margin: 0 auto;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 20px #00000012;
	border-radius: 30px;
	padding: 25px;
	align-items: center;
	display: flex;
	margin-top: 55px;
	padding-right: 0;
}

.request_a_call_form {
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
	padding: 0 76px;
}

.submit_btn .theme_outline_btn {
	max-width: 126px;
	width: 100%;
}

.submit_btn {
	text-align: right;
	margin-top: 57px;
}

.request_a_call_img img {
	max-width: 650px;
}
/* form-group */
.form-group {
	margin-bottom: 20px;
}

.form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 10px;
	min-height: 60px;
	padding: 19px;
	width: 100%;
	border: 1px solid transparent;
	outline: none;
	font-size: 18px;
	color: var(--black);
}

.label-text {
	margin-bottom: 20px;
	display: block;
}
/* redio_wrap */
.redio_wrap {
	display: flex;
	align-items: center;
	margin-top: 37px;
}

.iagree_radio input {
	display: none;
}

.redio_wrap .iagree_radio label {
	padding-top: 13px;
	margin-right: 68px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-40 {
	margin-top: 40px;
}

.iagree_radio label {
	position: relative;
	padding-left: 45px;
	margin-bottom: 10px;
	padding-top: 0;
	cursor: pointer;
	text-align: left;
	color: #000;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	text-align: left;
	color: #0f1427;
	display: block;
	line-height: 28px;
}

.mt-50 {
	margin-top: 50px;
}

.iagree_radio label a {
	color: #0f1427;
}

.iagree_radio input:checked+label:before {
	border: 2px solid var(--red);
}

.iagree_radio label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background: #fcfcfc;
	border: 2px solid var(--red);
}

.iagree_radio label::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 9px;
	width: 20px;
	height: 21px;
	background: url(../images/red-tick.png) no-repeat;
	background-size: contain;
	opacity: 0;
}

.iagree_radio input:checked+label:after {
	opacity: 1;
}

.signature_outer {
	margin-bottom: 34px;
}

hr.line {
	margin-bottom: 22px;
}

span.checkBox-white {
	position: absolute;
	width: 13px;
	background: white;
	top: -1px;
	height: 13px;
	left: 19px;
}

.rotate-svg {
	flex: 0 0 30px;
}
/* frequently_asked_questions */
.frequently_asked_questions {
	position: relative;
	padding-bottom: 110px;
}

.frequently_asked_questions::after {
	content: "";
	position: absolute;
	background: url(../images/faq-shaps.png);
	background-position: center;
	right: 0;
	top: 0;
	height: 431px;
	width: 222px;
	background-size: cover;
}

.card {
	border-radius: 0px;
	overflow: hidden;
}

.card-header {
	background-color: transparent;
	padding: 25px 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid lightgray;
}

.card-body-inner {
	padding: 30px 20px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 10px #0000001A;
	border-radius: 10px;
	opacity: 1;
	margin: 5px;
}

.btn {
	text-decoration: none;
	color: #333;
	background: no-repeat;
	border: none;
}

svg.rotate-svg.rotate {
	fill: var(--red);
}

.card.show .card-header {
	border-bottom: 0;
}

.faqs_wrap {
	max-width: 972px;
	margin-right: 50px;
}

.card-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3sease-out;
}

.rotate-svg {
	transition: transform 0.3s ease-in-out;
}

.rotate-svg.rotate {
	transform: rotate(180deg);
}

.frequently_asked_questions_inner {
	display: flex;
	position: relative;
	z-index: 4;
	align-items: flex-end;
	justify-content: space-between;
}

.mobile_number p.error-message {
	position: absolute;
}
/* custom-inpu */
.custom-input {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	background: #fcfcfc;
	border: 2px solid #00000040;
	font-weight: normal;
	font-size: 18px;
	line-height: 8px;
	text-align: left;
	color: #585858;
	padding: 20px;
	outline: none;
	line-height: normal;
}

.input-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 25px;
}

.pl-124 {
	padding-left: 55px !important; 
}

.input-wrap {
	position: relative;
}
 
/* footer */
.footer {
	background: var(--red);
	padding-top: 22px;
	padding-bottom: 22px;
}

.footer_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_inner p,
.footer_inner p a,
.footer_inner ul li a {
	color: white;
}

.footer_inner ul li a {
	text-decoration: underline;
}

.footer a:hover {
	color: var(--black);
}

.footer_inner ul {
	list-style: none;
	display: flex;
	align-items: center;
}

.footer-links ul li:last-child {
	margin-left: 28px;
}
 
/* .footer_links {margin-top: 70px;} */
.footer_links a:hover {
	color: var(--yellow);
}

.footer_links a {
	font-size: 22px;
	color: var(--black);
	text-decoration: none;
	font-weight: bold;
	margin-right: 70px;
}

.footer_links a:last-child {
	margin: 0;
}

.footer-bottom {
	text-align: center;
	padding: 14px 0;
}

span.copy-icon {
	font-size: 21px;
	line-height: normal;
	margin-right: 5px;
}

.copy-right p {
	display: flex;
	align-items: center;
}
/* thank_you_page */
.txt-left {
	text-align: left  !important;
}

.thank-you-page .banner_content {
	text-align: center;
	max-width: 100%;
	margin: 0 auto 0px 0px;
	width: 100%;
	text-align: left;
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(17px);
		transform: translateY(17px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.grid_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 10px;
}

.post_code_icon {
	position: relative;
	display: flex;
}

.post_code_icon input#postcode {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

input#AddressCapture_FindButton {
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #313131;
	font-size: 19px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: white;
	border: 1px solid #313131;
	padding: 2px 21px;
	cursor: pointer;
}

.img_wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
button.theam_Btn.req_q2 {
    margin-top: 35px;
}
.custom_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/angle-down.svg);
	background-repeat: no-repeat;
	background-position-x: calc(100% - 15px);
	background-position-y: center;
	background-size: auto;
}
.post_code_icon .error-message {
    position: absolute;
    bottom: -15px;
}




/* CMS - page */
.privacy-policy {
	background: #f4f4f4;
	padding:70px 0px 40px;
}

.privacy-policy .landingPage_heading {
	font-size: 36px;
	color: #2870c5;
	margin-bottom: 20px;
	display: inline-block;
	border-left: 4px solid #2256b5;
	padding-left: 15px;
	position: relative;
}

.privacy-policy .mini-heading {
	margin: 30px 0 20px 0;
	font-size: 24px;
	font-weight: 600;
}

.privacy-policy .sub-heading {
	margin: 20px 0 20px 0;
	font-size: 17px;
}

.privacy-policy table {
	width: 100%;
}

.privacy-policy table tr {
	border: 2px solid #eeeeee;
}

.privacy-policy table tr td.tbhd {
	font-weight: 700;
}

.privacy-policy tr td {
	border-right: 1px solid #eeeeee;
	padding: 6px 10px;
	font-size: 16px;
	line-height: 24px;
	color: #2b2b2b;
}

.privacy-policy td,  
.privacy-policy td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.privacy-policy .landingPage_content p, 
.privacy-policy .landingPage_content ol li,
.privacy-policy .landingPage_content ul li {
	font-size: 19px;
	text-align: justify;
	margin-bottom: 15px;
}

.privacy-policy .custom-style li {
	list-style: disc;
	list-style-position: inside;
}

.privacy-policy .divider {
	width: 100%;
	border: 1px solid #0000002e;
	margin-bottom: 18px;
	margin-top: 24px;
}

ol.d {
	list-style-type: upper-alpha;
	list-style-position: inside;
	padding-left: 23px;
}

 

@media (max-width: 768px) {
	.privacy-policy  ul.pl-5 {
		padding-left: 20px !important;
	}

	.privacy-policy table {
		width: 100%;
		display: block;
		overflow-x: auto;
	}

	.privacy-policy .landingPage_content {
		padding: 0 20px;
	}

	.privacy-policy .landingPage_content p {
		margin-bottom: 15px;
	}

	.privacy-policy .landingPage_content p, 
    .privacy-policy .landingPage_content ol li,
    .privacy-policy .landingPage_content ul li {
		font-size: 15px;
		line-height: 23px;
	}

	.privacy-policy.mini-heading {
		margin: 30px 0 20px 0;
	}

	.privacy-policy .landingPage_heading {
		font-size: 32px;
	}

	.privacy-policy {
		padding: 70px 0px 40px;
	}
}

@media (max-width: 568px) {
	.privacy-policy.landingPage_heading {
		font-size: 23px;
	}

	.privacy-policy .mini-heading {
		margin: 10px 0 20px 0;
		font-size: 20px;
	}
}

::placeholder {
	color: #888888;
	opacity: 1;
 /* Firefox */;
}

::-ms-input-placeholder {
 /* Edge 12 -18 */
	color: #888888;
}

.thirdFormBox {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #707070 !important;
	border-radius: 24px;
	opacity: 1;
	padding: 36px 32px 32px;
}

.second_step_active .site-banner-inner,
.third_step_active .site-banner-inner,
.fourth_step_active .site-banner-inner {
	display: unset;
}

.second_step_active .formBox,
.third_step_active .formBox {
	margin: 0 auto;
}

.lender-with-cross.lender_year ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px 14px;
	width: 100%;
	list-style: none;
}

.lender-with-cross.lender_year ul li:last-child {
	grid-column: unset;
}

.second_step_active .formBox,
.third_step_active .formBox,
.fourth_step_active .formBox {
	margin: 0 auto;
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
}

.btnBack {
	background: #FFDE59 0% 0% no-repeat padding-box;
	border-radius: 8px;
	height: 64px;
	/* max-width: 574px; */
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: none;
	font-size: 24px;
	letter-spacing: 0px;
	color: #FFFFFF;
	cursor: pointer;
}

.btnBack:hover {
	background: var(--red);
}

.my-75 {
	margin: 74px auto 100px;
}

.second_step_active .site-banner ~ section {
	display: none;
}


/*---progress-bar---*/
.progress_container {
	position: relative;
	max-width: 850px;
	margin: 0px auto 60px auto;
}

.progress_inner {
	display: flex;
	justify-content: space-between;
	max-width: 850px;
	margin: 0 auto;
}

.progress_container:before {
	content: "";
	background: #A2A2A2;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
	height: 2px;
	width: calc(100% - 69px);
	z-index: 9;
}

.progress_container .progress {
	background: #dc0000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 4px;
	width: 0%;
	z-index: 99;
	transition: .4sease;
}

.progress_container .circle {
	color: #999;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #ffffff;
	position: relative;
	z-index: 99;
	transition: .4sease;
	font-size: 12px;
	box-shadow: 0 0 0 2px #A2A2A2, 0 0 0 2px #A2A2A2;
	background: #A2A2A2;
}

.progress_container .circle.active {
	box-shadow: 0 0 0 2px #dc0000, 0 0 0 2px #dc0000;
	background: #dc0000;
}

.progress_container .circle.complete {
	background: #fff;
	border-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.progress_container .circle.complete svg {
	width: 14px;
	height: 14px;
}

.progress_text_container {
	flex: 0 0 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
	display: flex;
	justify-content: space-between;
}

.pl-30 {
	padding-left: 45px;
}

.progress_text {
	color: #A2A2A2;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

.progress_text.active {
	font-weight: 500;
	color: #000000;
}

.progress_text.complete {
	color: #fff;
	opacity: 0.45;
}

.step_two_content {
	display: none;
}

.step_three_content_inner {
	max-width: 1390px;
	margin: 0 auto;
	text-align: center;
}

.step_three_content_inner h1 {
	max-width: 1262px;
	margin-left: auto;
	margin-right: auto;
}

.step_three_content_inner p {
	max-width: 1210px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.theam_Btn {
	height: 80px;
	background: var(--red) 0% 0%;
	border-radius: 8px;
	opacity: 1;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	cursor: pointer;
	border: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.theam_Btn:hover {
	background: var(--yellow);
}

.mt-32 {
	margin-top: 32px   !important;
}

.lender-with-cross ul li .custom-checkbox+label:hover {
	transform: scale(1.06);
	transform-origin: left center;
	background: var(--red);
	color: #fff;
}

.lender-with-cross ul li .custom-checkbox+label[for="Other"]:hover {
	transform: none;
}

.lender-with-cross ul li .custom-checkbox+label[for="Other"]:hover span {
	transform: scale(1.1);
}

.lender-with-cross ul li .custom-checkbox+label {
	transition: all 0.5s;
}

.thirdFormBox {
	position: relative;
}

.thirdFormBox::after {
	content: "";
	background: url(../images/young-woman-with-finger.png);
	left: -361px;
	position: absolute;
	height: 882px;
	width: 359px;
	bottom: -197px;
	background-size: cover;
}

.gridFour {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px 10px;
	width: 100%;
}

.label_wrap label {
	margin-bottom: 9px;
	display: block;
}

.thirdFormBox .custom-input {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #E3E3E3;
	border-radius: 8px;
	opacity: 1;
	min-height: 70px;
	font-weight: normal;
}

.thirdFormBox .custom-input::placeholder {
	color: #E0DCDC;
	opacity: 1;
 /* Firefox */;
}

.thirdFormBox .custom-input::-ms-input-placeholder {
 /* Edge 12 -18 */
	color: #E0DCDC;
}

.step_three_content,
  .step_four_content {
	display: none;
}

.step_two_content {
	display: none;
}

.second_step_active .banner-content.step_one_content,
.third_step_active .banner-content.step_one_content,
.fourth_step_active .banner-content.step_one_content,
.fourth_step_active .banner-content.step_one_content {
	display: none;
}

.second_step_active .step_three_content,
.third_step_active .banner-content.step_three_content,
.fourth_step_active .banner-content.step_four_content {
	width: 100%;
	max-width: 100%;
}

.second_step_active .step_two_content {
	display: block;
}

.third_step_active .step_three_content {
	display: block;
}

.second_step_active .banner-content.step_two_content {
	max-width: 1106px;
	margin: 0 auto;
	text-align: center;
}

.fourth_step_active .banner-content.step_four_content {
	display: block;
}

.second_step_active .formBox::after,
.third_step_active .formBox::after,
.fourth_step_active .formBox::after,
.onSubmitContactForm .formBox::after{
	display: none;
}
.second_step_active .secoure_wrap a,
.third_step_active .secoure_wrap a,
.fourth_step_active .secoure_wrap a,
.onSubmitContactForm  .secoure_wrap a
{
	display: none;
}
.second_step_active .site-banner ~ section,
.third_step_active .site-banner ~ section,
.fourth_step_active .site-banner ~ section,
.onSubmitContactForm .site-banner ~ section{
	display: none;
}
.second_step_active .several_elements_Wrap.mobile_view,
.third_step_active .several_elements_Wrap.mobile_view,
.fourth_step_active .several_elements_Wrap.mobile_view  {
	display: none;
}

.several_elements_Wrap.mobile_view .several_elements ul {
	margin-top: 24px;
}
.several_elements_Wrap.mobile_view {
	display: none;
	margin-top: 35px;
}
 .onSubmitContactForm_content{
	display: none;
 }
 .onSubmitContactForm .several_elements_Wrap {
    display: none;
}
.onSubmitContactForm .site-banner-inner {
    display: unset;
}
.label_wrap label {
	font-size: 20px;
}
.onSubmitContactForm .formBox:after {
    display: block;
}
.onSubmitContactForm .site-banner {
    overflow: hidden;
}
img#reapeaterimg {
	position: absolute;
}
.onSubmitContactForm .onSubmitContactForm_content {
    display: block;
    margin: 0 auto;
}
.onSubmitContactForm .sticky_form {
    padding-bottom: 60px;
}
.onSubmitContactForm .step_one_content{
  display: none;
}
.onSubmitContactForm .formBox {
    margin: 0 auto;
}
/* .third_step_active .thirdFormBox {
	margin-top: 60px;
} */

.third_step_active .site-banner,
.fourth_step_active .site-banner {
	overflow: hidden;
}
.error-message{
	color: var(--red);
}
.Passport_wrap .input-wrap p.error-message {
	position: absolute;
	bottom: -17px;
}

img.input-icon.Secure-icon {
	right: 14px;
	left: auto;
	width: 38px;
}

.postcode_div .img_wrap {
	left: 20px;
}

/* input#fullAddressText { */
	/* background: #b1b1b138;
	pointer-events: none; */
	/* padding: 0 15px; */
/* } */

.data8-pa-autocomplete {
	border: 2px solid #828282;
}

button.theme_btn.w-100.mt-50:hover {
	color: white;
}

.data8-pa-autocompletetitle.data8-pa-title {
	font-size: 16px;
	text-align: left;
	background: var(--red);
	color: white;
	padding: 9px;
}

.data8-pa-autocompleteitem {
	cursor: pointer !important;
	padding: 7px !important;
	border-bottom: 1px solid #828282 !important;
}

.data8-pa-autocompleteitem:hover {
	background: var(--red) !important;
	color: white !important;
	border-bottom: 1px solid var(--red) !important;
}

/* #fullAddressText {
	margin-top: 10px;
} */

p#fullAddressText {
	border: 1px solid black;
	padding: 9px;
	line-height: 28px;
	margin-top: 15px;
}

.canvas_wrapper {
	border: 2px solid #7979794d;
	overflow: hidden;
	border-radius: 17px;
	min-height: 300px;
}

div#your_signature_err {
	color: var(--red);
}

button#clear-signature {
	border-radius: 8px;
	padding-left: 23px;
	padding-right: 23px;
	background: linear-gradient(#de1515 0%, #aa152c 100%);
	width: 100%;
	color: white;
	min-height: 65px;
	border: 2px solid #480808;
	font-size: 18px;
	text-transform: uppercase;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.39));
	margin-top: 20px;
	cursor: pointer;
}

div#is_aggree_error {
	color: var(--red);
}

.thank-you-page {
	min-height: 659px;
}




/**=====================2.21 Loader CSS Start==========================**/ 
.loader-wrapper {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed; 
    z-index: 9999;
    top: 0;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    backdrop-filter: blur(5.242000102996826px);
    --webkit-backdrop-filter: blur(5.242000102996826px);
    background-color: rgb(0 0 0 / 9%);
}

.loader-wrapper .loader {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 75px;
	display: inline-block;
	vertical-align: middle;
}

.loader-wrapper .loader-1 .loader-outter {
	position: absolute;
	border: 4px solid #000;
	border-left-color: transparent;
	border-bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: loader-1-outter 1.5s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
	animation: loader-1-outter 1.5s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.loader-wrapper .loader-1 .loader-inner {
	position: absolute;
	border: 4px solid #dc0000;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	border-right: 0;
	border-top-color: transparent;
	-webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
	animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.loader-wrapper .loader-1 .loader-inner-1 {
	position: absolute;
	border: 4px solid #ffde59;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	border-right: 0;
	border-top-color: transparent;
	-webkit-animation: loader-1-inner 2s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
	animation: loader-1-inner 2s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-1-inner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes loader-1-inner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes loader-1-outter {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-1-outter {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
} 

.card-body-inner p,
.card-body-inner ul li {
    margin-bottom: 15px;
}
ul.custom-style {
    padding-left: 29px;
    list-style: circle;
}

.generic_site_modal_dialog {
    background: white;
    padding: 40px;
    border-radius: 10px;
    margin: 0 20px;
	text-align: center;
}
.generic_site_modal_dialog {
    background: white;
    padding: 40px;
    border-radius: 10px;
}


.contact_modal,
.lead_exist_modal {
    position: fixed;
    top: 0; 
    right: 0;
    z-index: 999;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    backdrop-filter: blur(5.242000102996826px);
    --webkit-backdrop-filter: blur(5.242000102996826px);
    background-color: rgb(0 0 0 / 9%);
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.action_btns button {
    background: #DC0000;
    padding: 16px 34px;
    border-radius: 10px;
    color: white;
    margin: 0 auto;
    display: flex
;
    cursor: pointer;
    font-size: 18px;
}
.generic_site_modal_dialog .action_btns {
    margin-top: 20px; 
}
.nested-lenders{
	grid-column: span 4!important;
	margin-top: -15px;
}
.custom-button.theme_outline_btn{
	background-color: #DC0000;
	color: #fff;
	width: 100%;
	border-radius: 8px;
}
.custom-button.theme_outline_btn:hover{
	background-color: #fff;
	color: #DC0000;
}
.requested-submitted {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
}

.lender-with-cross.lender_year {
    display: block;
}
button#toggleYears {
    margin-top: 37px;
}
/* / Chrome, Safari, Edge, Opera / */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* / Firefox / */
input[type=number] {
  -moz-appearance: textfield;
}

 
.thirdFormBox::after{
	display: none;
}

/* .banner-content.step_one_content {
    position: sticky;
    top: 12px;
} */


/* @media (max-width: 1200px) {
	.banner-content.step_one_content {
		position: relative;
		top: unset;
	}
} */

/* .lender-with-cross.lender_year ul li:last-child {
	grid-column: 1 / -1;
 } */








/* .upload_inner */
.upload_id_page .upload_id_content {width: 420px;margin: 0 auto;}
.upload_id_page .btn-wrap.mt-50.text-center { margin-top: 28px;}
.upload_id_page p.sec-para.text-center.mb_30 {text-align: center !important;}
img.preview-image.dummy-image {width: 100%;  }
.upload_inner {max-width: 520px;margin: 0 auto; padding: 30px;border: 2px solid #A098C8;border-radius: 10px;background: white;}
.mb_30{margin-bottom: 30px;}
.upload-success {width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;border: 2px solid #19dcb0;border-radius: 20px; overflow: hidden;}
.upload_inner .btn-wrap .theme_green_btn {width: 100%;max-width: 100%;} 
.upload_inner h3 {text-align: left;}
.thanku_main .good_news_content p {margin-top: 20px;text-align: left;margin-top: 0;max-width: 100%;margin-left: 0;margin-bottom: 30px;}
.upload_id_page .good_news_content.more_thing {margin-bottom: 9px;}
.upload_id_page .click_to_upload { min-height: 70px !important;}
.upload_id_page .fileupload_thanku {max-width: 100%;margin: 0 auto;}
.upload-success {max-width: 100%;height: 250px;margin-bottom: 20px;margin: 0 auto 20px;display: flex;}
.upload-success img {max-width: 239px;}
.upload_id_page .fileupload-inner.click_to_upload p {font-size: 20px;}
.upload_id_page .upload_inner .btn-wrap .theme_green_btn {width: 100%;max-width: 100%;min-height: 75px;}
.click_to_upload {
    display: flex;
    align-items: center;
    justify-content: center; 
}
.upload_id_page .fileupload_thanku {
    max-width: 100%;
    margin: 0 auto;
}

.upload_id_page .btn-wrap .theme_green_btn {
    width: 100%;
    max-width: 100%;
    min-height: 75px;
}

.upload_id_page .btn-wrap .theme_green_btn {
    width: 100%;
    max-width: 100%;
}
.theme_green_btn {
    border-radius: 100px;
    background: linear-gradient(0deg, #10D5A6 0%, #35F3D1 100%);
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.20);
    max-width: 412px;
    color: #FFF;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    min-height: 106px;
    width: 100%;
    cursor: pointer;
    border: none;
}

.fileupload_thanku input.upload {
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -1px;
    padding: 5px;
    height: 100%;
    width: 100%;
    top: 0;
}
.fileupload_thanku {
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    margin-top: 30px;
    background: #F3F1FF;
    border: 3px solid #5D2EDC;
    color: #5D2EDC;
}
.click_to_upload img {
    width: 31px;
}
.upload_id_page .fileupload-inner.click_to_upload p {
    font-size: 20px;
}

.fileupload_thanku .fileupload-inner p {
    margin: 0 0 0 12px;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}
.upload_id_page .inner__container.site-banner-inner {
    justify-content: center;
}
@media(max-width:568px){
	.upload_id_page .upload_inner .btn-wrap .theme_green_btn {
        width: 100%;
        max-width: 100%;
		font-size: 18px;
        min-height: 70px !important;
    }
    .upload_inner { padding: 28px 16px; border-radius: 5px;}
    .upload-success { height: 250px;border-radius: 5px; }
    .more_thing {margin-bottom: 26px;}
    .thanku_main .good_news_content p {margin-bottom: 15px;}
	.fileupload_thanku {
        margin-top: 15px;
    }
	.upload_id_page .btn-wrap.mt-50.text-center {
		margin-top: 28px;
	}
	.fileupload_thanku input.upload {
        font-size: 18px;
    }
	.upload_id_page .upload_id_content {
		width: 100%;
		margin: 0 auto;
	}
}





.thanku_main .good_news_content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 641px;
    text-align: center;
}

.thank-you-page .theam_Btn {
    font-size: 18px; 
    border-radius: 50px;
    max-width: 389px;
    height: 60px;
    margin: 15px auto 0;
}
.thank-you-id .banner-content {
    width: 100%;
}
.thank-you-id .banner-content {
    width: 100%;
}

.generic_site_modal_dialog { 
    max-width: 519px;
}