@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,500;0,700;0,800;1,200;1,500;1,700;1,800&display=swap");
body {
	font-family: "Mulish", sans-serif;
}
html {
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}

.skip-link {
	display: none;
}

body h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 2rem;
}
body h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 2.2rem;
}
body h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 1.2rem;
}
body h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 1rem;
}
body p {
	padding-bottom: 20px;
	color: #142e46;
	line-height: 160%;
	font-size: 14px;
}
body ol {
	font-size: 13px;
	list-style-type: lower-alpha;
	list-style-position: inside;
	color: #484848;
	margin-bottom: 15px;
}
body ol li {
	padding-bottom: 5px;
}
body ul {
	font-size: 13px;
	color: #484848;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 15px;
}
body ul li {
	padding-bottom: 5px;
}
img {
	height: auto;
}

.quote-inactive {
	opacity: 0.5;
	pointer-events: none;
}
.quote-active {
	opacity: 1;
	pointer-events: auto;
}
.text-cta {
	color: #142e46;
	text-decoration: underline;
}

.jade-calculator {
	background-image: url(/wp-content/uploads/lenders-img.webp) !important;
	background-color: #080a11 !important;
}

/* HEADER */
.header {
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: solid 1px #fff;
}
.header-inner {
	width: 1000px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.logo-container {
	float: left;
	max-width: 250px;
	width: 100%;
	margin-top: 6px;
}
.logo-container img {
	max-width: 100%;
}
.header-cta-wrapper {
	float: right;
}

.awards-banner {
	background-color: #0f273d;
	align-items: center;
	justify-content: center;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
/* JF COLUMNS */

.jf-wrap-all {
	width: 100%;
}
.jf-full-row {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.jf-full-row-inner {
	width: 1000px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	flex-wrap: wrap;
	display: flex;
}
.jf-full-width-inner {
	width: 1920px !important;
}

.jf-col-2,
.jf-col-3,
.jf-col-4,
.jf-col-6,
.jf-col-12,
.jf-col-8,
.jf-col-fifth,
.jf-col-2-fifth,
.jf-col-3-fifth {
	margin: 1%;
	background-color: rgba(0, 0, 0, 0);
}
.jf-col-12 {
	width: 98%;
}
.jf-col-6 {
	width: 48%;
}
.jf-col-8 {
	width: 64.666%;
}
.jf-col-4 {
	width: 31.333%;
}
.jf-col-3 {
	width: 23%;
}
.jf-col-2 {
	width: 14.666%;
}
.jf-col-fifth {
	width: 18%;
}
.jf-col-2-fifth {
	width: 38%;
}
.jf-col-3-fifth {
	width: 58%;
}

.jf-no-padding {
	padding-top: 0;
	padding-bottom: 0;
}
.jf-small-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}
.jf-large-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.jf-xl-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.flex-frows {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #444444;
	opacity: 1; /* Firefox */
}

.jade-standard-cta {
	float: left;
	background-color: #17b57c;
	color: #ffffff;
	padding: 15px 35px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
	border: solid 1px #6ceaad;
}

.jade-standard-cta:hover {
	background: #018555;
	border: solid 1px #6ceaad;
}

.jade-standard-cta-call {
	float: left;
	float: left;
	color: #ffffff;
	padding: 15px 25px 15px 25px;
	text-align: center;
	border-radius: 5px;

	background-repeat: no-repeat;
	background-position: 20px center;
	border: solid 1px rgba(0, 0, 0, 0);
}

.jade-standard-cta-call:hover {
	background-color: #018555;
	border: solid 1px #17b57c;
	border: solid 1px #6ceaad;
}

.award-img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/* FLEX BREAK */

.break {
	flex-basis: 100%;
	height: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
	font-weight: 800;
	line-height: 110%;
}

.intro h1 {
	color: #142e46;
	font-weight: 800;
	font-size: 3.5rem;
}
.intro {
	overflow: hidden;
}
.intro .jf-col-3-fifth {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

small {
	font-size: 11px;
	color: #484848;
}
strong {
	font-weight: 700;
}

#why-jade {
	text-align: center;
}
#why-jade img {
	max-width: 30%;
}

/* BUTTONS */
.header-phone {
	float: right;
	margin-left: 20px;
	line-height: 70px;
	font-size: 22px;
}
.button-blue-outline {
	background: transparent;
	border-radius: 100px;
	padding: 10px 20px;
	color: #17b57c;
	border: solid 1px;
}
.button-blue-solid {
	background: #17b57c;
	border-radius: 100px;
	padding: 15px 40px;
	color: #000000;
	border: solid 1px #17b57c;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	text-align: center;
}
.button-white-outline {
	background: transparent;
	border-radius: 3px;
	padding: 15px 40px;
	color: #fff;
	border: solid 1px #fff;
}

ul.intro-features {
	width: 100%;
	float: left;
	list-style-type: none;
}
ul.intro-features li {
	float: left;
	color: #142e46;
	padding-left: 35px;
	margin-right: 25px;
	background-image: url("wp-content/uploads/jade-check-solid.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
}

ul.intro-features li.inverse {
	background-image: url("/wp-content/uploads/jade-check-solid.svg");
}
ul.intro-features li.outline {
	background-image: url("/wp-content/uploads/jade-check-solid.svg");
}

ul.centered {
	text-align: center;
}
ul.centered li {
	display: inline;
	float: none;
}

#header-form-container {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(7, 33, 64, 0.9);
	position: relative;
	padding: 30px 30px 72px 30px;
}
#header-form-container h3 {
	text-align: center;
	padding-bottom: 13px;
	border-bottom: solid 1px #e0e0e0;
	margin-bottom: 15px;
	font-size: 1.5rem;
	margin-top: 0;
}

#loan-types img {
	margin-bottom: 20px;
}

#loan-types {
	background-color: #f5f5f5;
}

#loan-types .jf-col-4,
#loan-types .jf-col-3,
#loan-types .jf-col-6 {
	text-align: center;
	overflow: hidden;
	padding-bottom: 50px;
	background-color: #fff;
	border-radius: 10px;
}
#loan-types .jf-col-6 img {
	width: 100%;
}
#loan-types p {
	margin-bottom: 40px;
	padding: 10px 40px;
	font-weight: 300;
}

#step-by-step h4 {
	font-weight: 700;
	margin-bottom: 5px;
}

#step-by-step .jf-col-3 {
	background: none;
}

#step-by-step .jf-col-3:nth-child(even) {
	padding-top: 110px;
}

#step-by-step .jf-full-row-inner {
	background-image: url("/wp-content/uploads/flow-line.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: 80% 70%;
}

.step-number {
	font-size: 40px;
	float: left;
	width: 20%;
	font-weight: 700;
	padding-top: 10px;
	background-color: #fff;
}

.step-info {
	float: left;
	width: 80%;
}
.step-info p {
	font-size: 12px;
	background-color: #fff;
}
.step-info {
	background-color: #fff;
}
.step-wrap {
	background: #fff;
	float: left;
	padding: 10px;
}

#small-cta {
	background-image: url("/wp-content/uploads/truck-loans-with-low-rates.jpg");
	background-size: cover;
	background-position: center;
}
#small-cta .button-blue-solid {
	width: 100%;
}
#small-cta p {
	color: #fff;
}
#small-cta h2 {
	color: #fff;
	font-size: 2rem;
}

#why-jade h4 {
	margin-bottom: 20px;
	margin-top: 10px;
}
#why-jade p {
	font-size: 13px;
}
#why-jade h3 {
	font-size: 1.3rem;
}

#why-jade .jf-col-4 {
	margin-bottom: 30px;
	margin: 2%;
	width: 29.333%;
}

.aus-owned {
	background-image: url("/wp-content/uploads/australian-truck-finance.jpg");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

.aus-owned {
	color: #fff;
}
.aus-owned h3 {
	font-size: 2rem;
}
.aus-owned p {
	color: #fff;
}

.updates {
	font-size: 12px;
	background-image: url("/wp-content/uploads/green-circle.svg");
	background-size: 10px;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#feedback h3,
#faq-section h3,
#loan-types h2 {
	font-size: 1.5rem;
	color: #14133b;
}
#feedback .jf-col-fifth {
	border: solid 1px #14133b34;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 4px #ededf8;
	background: url("/wp-content/uploads/Google__G__Logo.svg.png");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 90% 90%;
}

#feedback .jf-col-fifth p {
	margin-bottom: 15px;
}

.review-author {
	font-size: 14px;
	color: #292930;
	font-weight: bold;
}
.review-author-role {
	font-size: 12px;
	color: #8a90a2;
}
/* FAQ */
.faq-box {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px 40px;
	margin-bottom: 20px;
	box-shadow: 0 4px 4px #ededf8;
	overflow: hidden;
}
.faq-box h3.question {
	color: #14133b;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9rem !important;
	width: 100%;
	position: relative;
	padding-right: 20px;
	line-height: 120%;
}
.faq-box h3.question .q-wrapper {
	width: calc(100% - 15px);
	float: left;
}
.faq-box h3.question:hover {
	cursor: pointer;
}
.faq-box .answer {
	border-top: solid 1px #f3f3fd;
	padding-top: 15px;
	display: none;
	margin-top: 20px;
	font-size: 14px;
}

.faq-box h3.question.rotate-arrow .faq-arrow {
	transform: rotate(90deg);
	opacity: 0.8;
}

.truck-box h3.question.rotate-plus .faq-arrow {
	transform: rotate(90deg);
	opacity: 0.8;
}

.faq-arrow {
	width: 15px;
	transform: rotate(0deg);
	opacity: 0.5;
	transition: all ease-in-out 0.3s;
	top: 0;
	position: absolute;
	right: -20px;
	transform-origin: center;
	padding-top: 1px;
}
.faq-arrow img {
	width: 100%;
}
/* Read More */
.read-more {
	cursor: pointer;
	padding-bottom: 10px;
	border-bottom: dotted 1px #555555;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border-top: dotted 1px #555555;
	padding-top: 10px;
}

.read-more-arrow {
	transform: rotate(90deg);
	opacity: 0.8;
}
.read-more.rotate-arrow .read-more-arrow {
	transform: rotate(90deg);
}

.read-more-arrow {
	float: right;
	width: 10px;
	transform: rotate(0deg);
	opacity: 0.5;
	transition: all ease-in-out 0.3s;
	float: right;
	transform-origin: center;
}
.read-more-arrow img {
	width: 100%;
	filter: saturate(0);
}

.truck-box {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 4px 4px #000;
	overflow: hidden;
}
.truck-box h3.question {
	color: #14133b;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1rem !important;
	width: 100%;
	position: relative;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 0px;
}
.truck-box h3.question .q-wrapper {
	width: calc(100% - 15px);
	float: left;
}
.truck-box h3.question:hover {
	cursor: pointer;
}
.truck-box .answer {
	border-top: solid 1px #f3f3fd;
	padding-top: 15px;
	display: none;
	margin-top: 20px;
}
.truck-box h3.question.rotate-arrow .faq-arrow {
	transform: rotate(0deg);
	opacity: 0.8;
}
.truck-box-gaq {
	margin-top: 20px;
	float: left;
	border: solid 1px #333;
	padding: 5px 20px;
	border-radius: 100px;
}
.truck-box-gaq:hover {
	background-color: #17b57c;
	border: solid 1px #17b57c;
	color: #000000;
}

.easyboat-pop-up {
	background: #fff;
	padding: 15px;
	border-radius: 0px;
	max-width: 100%;
	width: 400px;
	position: fixed;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.75);
	max-height: 100%;
	pointer-events: initial;
}
.easyboat-pop-up-inner {
	max-height: 100%;
	width: 100%;
	padding: 15px;
}
.easyboat-pop-up h2 {
	text-align: center;
	padding-bottom: 13px;
	border-bottom: solid 1px #e0e0e0;
	margin-bottom: 15px;
}

#pop-up-cover {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(19, 50, 97, 0.8);
	z-index: 5;
	width: 100%;
	height: 100%;
}

.pop-up-close {
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 5px;
	border-radius: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #17b57c;
	color: #fff;
}

.fixed-body {
	position: fixed;
}

.pop-form-container {
	background: #fff;
	height: 100vh;
	width: 400px;
	max-width: 100%;
}

.fast-track {
	background-image: url("/wp-content/uploads/fast-app-icon.svg") !important;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 45px;
	transition: all ease-in-out 0.3s;
	padding: 15px 90px 15px 40px;
}

.fast-track-box {
	background: white;
	padding: 50px;
	border-radius: 10px;
	margin-top: -80px;
	box-shadow: 0px 0px 7px rgba(14, 36, 90, 0.26);
}

.fast-track:hover {
	background-position: 95% 50%;
	box-shadow: 0px 1px 10px rgba(29, 98, 255, 0.5);
}

.rates-strap {
	font-size: 13px;
	background-image: url("/wp-content/uploads/jade-white-icon.svg");
	background-repeat: no-repeat;
	background-position: 20px 54%;
	background-size: 20px;
	padding: 15px 20px 15px 50px;
	background-color: #0e273d;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 30px;
	color: #ffffff;
}

.eligibility-check-list {
	list-style-type: none;
}

.eligibility-check-list li {
	background-color: #fff;
	border-radius: 4px;
	padding: 15px 30px;
	margin-bottom: 10px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	font-size: 1rem;
	border: solid 1px rgba(0, 0, 0, 0.15);
	line-height: 28px;
}

.eligibility-check-list li label {
	cursor: pointer;
	position: relative;
	padding-left: 40px;
}

.generic-cta {
	float: right;
	border-radius: 5px;
	padding: 20px 20px;
	border: solid 1px #6ceaad;
	background: #19cd76;
	color: #ffffff;
	text-align: center;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
}

.eligibility {
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/light-bg.svg");
}
/* Customize the label (the container) */
.check-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.check-container .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 100px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
	background-color: #19cd76;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
	left: 10px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.show-on-mobile {
	display: none;
}
.show-on-mobile.extra {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 0;
}
.cta-divider {
	background-color: #0f273d;
	background-image: url("/wp-content/uploads/dark-angle-bg.svg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 50%;
}

.cta-divider h3 {
	color: #fff;
	font-weight: 400;
}

.jade-mini-progressbar {
	z-index: 99;
	position: relative;
	color: #fff;
	left: 60px;
	top: 14px;
	padding: 5px 15px;
	position: absolute;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.25);
}

.jade-mini-progressbar.half-progress {
	background: #155d6b;
}
.jade-mini-progressbar.full-progress {
	background: #19cd76;
}

.jade-fullscreen-quote {
	position: fixed;
	z-index: 200;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	background: #f5f8fe;
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/light-bg.svg");
}

.qq-close {
	position: fixed;
	z-index: 300;
	width: 20px;
	height: 20px;
	right: 70px;
	top: 70px;
	cursor: pointer;
}
.qq-close img {
	max-width: 100%;
}
/* Jade Quote */
.jade-quote {
	cursor: pointer;
}

.final-contact-details {
	background: #fff;
	padding: 50px 50px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}

.ev-checkbox {
	text-align: center;
}

.img-shadow {
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.05);
}

.jade-gradient-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 1200px;
	background: linear-gradient(110deg, #28b582, #0e273d, #0e273d, #0e273d);
	padding: 0px 100px;
	border-radius: 10px;
	margin-top: 50px;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.05);
	color: #fff;
	overflow: hidden;
}

.jade-gradient-box-highlight {
	width: 100%;
	font-size: 0.9rem;
	padding-top: 10px;
	color: #fff;
	line-height: 11px;
	background: #0e273d;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.jade-white-icon {
	width: 30px;
	position: absolute;
	top: 30px;
	right: -75px;
}

.jade-flex-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.jade-solid-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 1200px;
	background: #0e273d;
	padding: 0px 100px;
	border-radius: 10px;
	margin-top: 50px;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.05);
}

.jade-solid-box-highlight {
	margin-top: 10px;
	padding: 20px;
	width: 60%;
	margin-right: 40%;
	font-size: 0.9rem;
	color: #fff;
	line-height: 11px;
	border: dotted 1px #ffff;
	border-radius: 4px;
	float: left;
	margin-bottom: 20px;
}

ul.jade-check-list-long {
	list-style-type: none;
}
ul.jade-check-list-long li {
	padding: 9px 10px 9px 30px;
	background-image: url("/wp-content/uploads/jade-check-solid.svg");
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 16px;
}

.double-text-column .jf-col-6:first-child {
	padding-right: 15px;
}
.double-text-column .jf-col-6:last-child {
	padding-left: 15px;
}

.hero-cta-label {
	display: none;
}

.last-step-heading {
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
}

.fullscreen-price-field input[type="text"] {
	background-image: url("/wp-content/uploads/jade-dollar-sign.svg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 50px;
	padding-left: 70px !important;
	max-width: 400px;
	font-size: 17px;
	border: solid 1px #cecece !important;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.03);
}
.loan-frequency {
	float: right;
	margin-top: -53px;
	margin-right: 14px;
}
.loan-yearly {
	float: right;
	margin-top: -42.5px;
	margin-right: 0px;
	font-size: 14px;
	font-weight: 700;
}
.loan-percent {
	float: right;
	margin-top: -41px;
	margin-right: 0px;
	font-size: 14px;
	font-weight: 700;
}
/* NEW CALCULATOR */
h4.calc-heading {
	border-bottom: dotted 1px #ffffff;
	padding-bottom: 20px;
}
#calculator-container {
	box-shadow: 0px 1px 10px rgba(29, 98, 255, 0.25);
	background: #fff !important;
	border-radius: 10px;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: center;
}
.fp-form-strap {
	font-size: 13px;
	background-image: url("/wp-content/uploads/easy-icon.svg");
	background-repeat: no-repeat;
	background-position: 25px 54%;
	background-size: 20px;
	padding: 10px 25px 10px 55px;
	background-color: #eef0f7;
	border-radius: 100px;
	display: inline-block;
}
.calculator-strap {
	font-size: 13px;
	background-image: url("/wp-content/uploads/easy-icon.svg");
	background-repeat: no-repeat;
	background-position: 15px 54%;
	background-size: 20px;
	float: left;
	margin-top: -72px;
	margin-left: 26px;
	padding: 10px 15px 10px 45px;
	background-color: #eef0f7;
	border-radius: 100px;
}
.partial_entry_calculator {
	font-size: 11px;
	text-align: left;
	color: #444;
	background-image: url("/wp-content/uploads/security-assured.svg");
	background-repeat: no-repeat;
	background-position: 17px 50%;
	background-color: #ffffff;
	padding: 22px 20px 22px 56px;
	background-size: 30px;
	margin-top: -81px;
	border-radius: 10px;
	border: solid 1px #efefef;
	float: left;
}
.calculator-head-info {
	padding: 20px;
	background-color: #f6f6f6;
	width: 100%;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
}
.calculator-head-info span {
	text-decoration: underline;
}

/* Calculator */
.frequency-options {
	margin-bottom: 20px !important;
}
/* LAPTOP STYLES - MDPI */
@media screen and (min-device-width: 1100px) and (max-device-width: 1440px) {
	.aus-owned.left-bg {
		background-position: -55% 50% !important;
	}
	.aus-owned.right-bg {
		background-position: 145% 50% !important;
	}
}
@media (max-width: 1440px) {
	.intro {
		background-position: 150% center !important;
	}
	.hero-asset {
		margin-left: 15% !important;
	}
}
@media (max-width: 1280px) {
	.intro {
		background-position: 190% center !important;
	}
	.hero-asset {
		margin-left: 15% !important;
	}
}
@media (max-width: 1080px) {
	.intro {
		background-position: 550% center !important;
	}
	.hero-asset {
		margin-left: 0 !important;
	}
}
/* MOBILE */
@media (max-width: 820px) {
	div.header-cta-wrapper {
		float: none;
	}
	div.header-cta-wrapper a.header-cta {
		position: relative;
		transition: all 0.2s ease;
		float: none;
		margin: 0 auto;
		padding: 16px 20px 16px 50px;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		background: rgba(20, 46, 70, 1);
	}
	div.header-cta-wrapper a.header-cta::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		border-radius: 28px;
		width: 56px;
		height: 56px;
		transition: all 0.3s ease;
	}
	div.header-cta-wrapper a.header-cta span {
		position: relative;
		font-size: 22px;
		line-height: 22px;
		font-weight: 900;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		color: #fff;
		vertical-align: middle;
	}
	div.header-cta-wrapper a.header-cta span::before {
		content: url("/wp-content/uploads/small-phone-icon.png");
		position: absolute;
		top: 0;
		left: -35px;
		display: flex;
		border-radius: 28px;
		transition: all 0.3s ease;
		align-content: center;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
	}
	div.header-cta-wrapper a.header-cta svg {
		position: relative;
		top: 0;
		margin-left: 10px;
		fill: none;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke: #17b57c;
		stroke-width: 2;
		transform: translateX(-5px);
		transition: all 0.3s ease;
	}
	div.jf-full-row.intro.jade-hero {
		padding: 0;
	}
	div.header {
		border-bottom: 0;
	}
	div.jf-full-row.intro.jade-hero {
		-webkit-mask-image: none;
		mask-image: none;
	}
	div.jf-full-row.intro.jade-hero #jfHeroTrigger,
	div.jf-full-row.intro.jade-hero #jFtrigger {
		margin: 2rem auto;
	}
	div.jf-full-row.intro.jade-hero .jf-full-row-inner {
		background: linear-gradient(180deg, #17b57c, #17b57c, #f8faff, #f8faff);
	}
	div.jf-full-row.intro.jade-hero h1 {
		text-align: center;
		margin: 1rem auto 0;
		font-size: 2.2rem;
	}
	div.jf-full-row.intro.jade-hero ul.intro-features {
		width: 100%;
		display: flex !important;
		text-align: left;
		margin-bottom: 0;
	}
	div.jf-full-row.intro.jade-hero ul.intro-features li {
		padding-left: 27px !important;
		background-size: 20px;
		font-size: 14px !important;
		text-align: left;
		line-height: 1rem;
		margin-right: 1.2rem;
	}
	div.jf-full-row.intro.jade-hero ul.intro-features li.outline {
		background-image: url("/wp-content/uploads/jade-green-check-white-new.svg");
	}
	div.jf-full-row.intro.jade-hero .hero-tag {
		opacity: 1 !important;
		margin-bottom: 0;
	}
	div.jade__calcDisc {
		padding: 1rem 1.5rem;
		background: #fafafa;
	}
	#header-form-container {
		padding: 30px 30px 90px 30px;
	}
	.easyboat-pop-up-inner {
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100vh;
		width: 100%;
		padding: 15px;
		padding-bottom: 50px;
	}
	.jf-col-2,
	.jf-col-3,
	.jf-col-4,
	.jf-col-6,
	.jf-col-12,
	.jf-col-8,
	.jf-col-fifth,
	.jf-col-2-fifth,
	.jf-col-3-fifth {
		width: 90%;
		margin: 2% 5%;
	}
	.jf-xl-padding {
		padding-top: 4rem;
		padding-bottom: 7rem;
	}
	.intro h1 {
		font-size: 1.7rem;
		margin-bottom: 30px;
	}
	.intro .jf-col-3-fifth:first-child {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		text-align: center;
	}
	.highlight-word {
		background-position: 0% 80%;
	}
	#step-by-step .jf-col-3:nth-child(2n) {
		padding-top: 0;
	}
	#step-by-step .jf-full-row-inner {
		background-image: none;
	}
	#small-cta .button-blue-solid {
		width: 100%;
	}
	.aus-owned {
		background-position: top !important;
		padding-top: 290px;
	}
	.aus-owned .button-blue-solid {
		width: 100%;
		float: left;
		margin: 0 !important;
		text-align: center;
		margin-bottom: 15px !important;
	}
	.aus-owned .button-white-outline {
		float: left;
		width: 100%;
		text-align: center;
	}
	.faq-arrow {
		margin-top: 0px;
		margin-right: -10px;
	}
	.faq-box .question {
		font-size: 15px;
	}
	.faq-box:last-child {
		margin-bottom: 9px;
	}
	.truck-box .question {
		font-size: 15px;
	}
	.truck-box:last-child {
		margin-bottom: 9px;
	}
	#footer .jf-col-4 {
		text-align: center;
	}
	#footer .header-phone {
		margin-left: 0;
		float: none;
	}
	#footer .jade-footer-logo {
		display: block;
		margin: 0 auto;
	}
	.hide-on-mobile {
		display: none !important;
	}
	.logo-container {
		max-width: 100%;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
	.logo-container img {
		width: 130px;
		margin: 0 auto 1rem;
	}
	.header {
		padding-bottom: 0px;
		border-bottom: 0;
	}
	.strap {
		padding: 10px !important;
		background: #17b57c;
		border-radius: 5px;
		margin-top: 15px;
		color: #142e46;
		font-size: 1.5rem;
	}
	.rates-strap {
		font-size: 11px;
	}
	.rate-box-header {
		font-size: 1.1rem !important;
		margin-bottom: 15px !important;
	}
	.rates-container {
		margin-top: -240px !important;
	}
	.fast-track-box {
		padding: 20px;
		margin-top: -80px !important;
	}
	#why-jade .jf-col-4 {
		margin-bottom: 30px;
		width: 90%;
		margin: 2% 5%;
	}
	.show-on-mobile {
		display: block !important;
	}
	.intro .jf-col-2-fifth img {
		max-width: 100% !important;
		margin: 0 !important;
		padding-top: 20px;
	}
	.intro {
		background-image: none !important;
		padding-top: 10px;
	}
	.rates-bar .jf-col-3 {
		width: 40%;
	}
	.rates-bar .jf-col-3 .rate-box {
		width: 100%;
		padding-right: 0;
	}
	.current-advertised-rate {
		font-size: 2.5rem !important;
		margin-right: 5px !important;
	}
	.percent-holder {
		font-size: 0.8rem !important;
	}
	.rates-bar .jf-col-6 p {
		font-size: 0.85rem !important;
		text-align: center;
	}
	.rates-bar h4 {
		margin-top: 10px;
		text-align: center;
	}
	.rate-box p {
		font-size: 10.5px !important;
	}
	.img-extra-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.eligibility {
		background-image: none;
	}
	.eligibility-check-list li {
		padding: 15px 15px;
	}
	.jade-gradient-box .jf-col-6 {
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: 100% !important;
		z-index: 99;
	}
	.jade-gradient-box .jf-col-6:last-child {
		margin-left: 0;
		padding: 0 !important;
	}
	.jade-gradient-box .jf-col-6:last-child img {
		border-top: solid 1px #142e47;
	}
	.jade-standard-cta {
		margin-right: 0 !important;
		width: 100% !important;
	}
	.hero-cta-label {
		display: inline-block;
		padding: 5px;
		background: #fff;
		width: 200px;
		border: solid 1px #e0e5f2;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: -14px;
		font-size: 0.8rem;
		border-radius: 5px;
		position: relative;
	}
	.jade-standard-cta-call {
		padding: 15px 0px 15px 0px;
		background-image: none;
		font-size: 30px;
		text-align: center;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.speak-to-a-human {
		margin-left: auto;
		margin-right: auto;
		float: none !important;
		max-width: 100% !important;
		margin-top: 0;
	}
	.mini-rates {
		display: none;
	}
	.jade-calculator .jf-col-6 {
		height: 720px;
	}
	.jade-calculator {
		padding-top: 30px !important;
		margin-top: 0 !important;
		background: #f5f8fe !important;
	}
	.eligibility h2 {
		font-size: 2.2rem !important;
	}
	.fbaa {
		margin-top: 10px;
	}
	.hero-tag {
		margin-left: auto;
		margin-right: auto;
	}
	.jade-gradient-box {
		border-radius: 0;
	}
	.jade-fullscreen-quote {
		background-image: none;
	}
	.jade-fullscreen-quote .gchoice {
		display: block;
		margin-bottom: 5px;
	}
	.jade-fullscreen-quote #field_4_34 .gchoice {
		width: 98%;
	}
	.qq-close {
		right: 20px;
		top: 20px;
	}
	#field_4_24 .gchoice label {
		max-width: 78% !important;
	}
	.jade-fullscreen-quote .gchoice label {
		padding: 15px 10px;
	}
	.jade-fullscreen-quote .jf-large-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.jade-fullscreen-quote .jf-col-8 {
		padding-top: 20px !important;
	}
	input[type="submit"] {
		padding: 9.5px 28px 9.5px 15px !important;
	}
	.jade-fullscreen-quote #field_4_39 .gchoice label,
	.jade-fullscreen-quote #field_4_37 .gchoice label {
		padding: 10px 9px;
	}
	.qq-logo {
		max-width: 120px;
		height: auto;
	}
	.final-contact-details {
		padding: 15px 15px;
	}
	.last-step-heading {
		font-size: 1.3rem;
	}
	.jade-footer-logo {
		width: 50% !important;
		height: auto;
	}
	input[type="checkbox"] {
		appearance: checkbox !important;
		width: 20px !important;
		height: 20px !important;
		background-color: #efefef;
		border: solid 1px #555;
		border-radius: 100px;
	}
	input[type="checkbox"]:checked {
		background-color: #19cd76;
		background-image: url("/wp-content/uploads/check-only.svg");
		background-size: 10px;
		background-position: center;
		background-repeat: no-repeat;
		border: solid 1px #6bff95;
	}
	.loan-percent {
		margin-top: -34px;
	}
	.loan-yearly {
		margin-top: -34.5px;
	}
	.loan-frequency {
		display: none;
	}
	#calculator-container {
		padding: 10px;
		margin-top: -234px !important;
	}
	.calculator-strap {
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 10px;
		padding-left: 48px;
	}
	.partial_entry_calculator {
		margin-top: -10px;
	}
	.calculator-head-info {
		font-size: 11px;
	}
	.award-img {
		width: 425px;
		height: auto;
		max-width: 100%;
	}
}
.jf-full-row-inner ul li {
	margin-left: 15px;
	padding-left: 15px;
}
.jf-full-row-inner ul {
	list-style-type: square !important;
	list-style-position: outside !important;
	line-height: 160%;
}
.jade-image {
	border-radius: 10px;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.05);
	height: auto;
}
ul.intro-features li {
	margin-left: 0 !important;
	padding-left: 35px !important;
}
ul.intro-features {
	list-style-type: none !important;
}
.trust-section p {
	color: #ffffff !important;
}
.repeater-section .jf-full-row-inner:nth-child(even) {
	flex-direction: row-reverse !important;
}
.repeater-section .jf-full-row-inner:nth-child(odd) .jf-col-6:first-child {
	padding-right: 15px;
}
.repeater-section .jf-full-row-inner:nth-child(odd) .jf-col-6:last-child {
	padding-left: 15px;
}
.repeater-section .jf-full-row-inner:nth-child(even) .jf-col-6:first-child {
	padding-left: 15px;
}
.repeater-section .jf-full-row-inner:nth-child(even) .jf-col-6:last-child {
	padding-right: 15px;
}
.repeater-section .jf-full-row-inner:nth-child(even) {
	padding-top: 25px;
	padding-bottom: 25px;
}
.repeater-section img {
	border-radius: 10px;
}
.repeater-section .jf-col-6 {
}
.eligibility-check-list li {
	margin-left: 0 !important;
}
/* CTA Contact Number Header CSS */
a.header-cta {
	position: relative;
	transition: all 0.2s ease;
	float: right;
	margin: 10px auto;
	padding: 16px 20px 16px 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
a.header-cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 28px;
	width: 56px;
	height: 56px;
	transition: all 0.3s ease;
}
a.header-cta span {
	position: relative;
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #142e46;
	vertical-align: middle;
}
a.header-cta span::before {
	content: url("/wp-content/uploads/small-phone-icon.png");
	position: absolute;
	top: 0;
	left: -35px;
	display: flex;
	border-radius: 28px;
	transition: all 0.3s ease;
	align-content: center;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}
a.header-cta svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #17b57c;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}
a.header-cta:hover:before {
	width: 100%;
	background: rgba(20, 46, 70, 1);
}
a.header-cta:hover span {
	color: #fff;
}
a.header-cta:hover svg {
	transform: translateX(0);
}
a.header-cta:active {
	transform: scale(0.96);
}
#validation_message {
	margin-top: 25px;
}
#validation_message span {
	clear: both;
	font-family: inherit;
	font-size: 15px;
	letter-spacing: normal;
	line-height: inherit;
	padding-top: 13px;
	width: 100%;
	background: #fff9f9;
	border: 1px solid #c02b0a;
	font-size: 14.992px;
	margin-top: 8px;
	padding: 12.992px 24px;
}
@media (max-width: 425px) {
	#validation_message span {
		font-size: 10.992px;
		padding: 12.992px 8px;
	}
}
.accr_imgs img.hide-on-mobile {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
input#miniorange_otp_token_submit {
	text-align: center;
	width: 100%;
	max-width: 100%;
	font-size: 0.8rem;
	background: #19cd76;
	color: #fff;
	padding: 0.6rem;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: underline;
}
div#mo_message {
	padding: 0.8rem !important;
	font-size: 0.8rem !important;
	font-family: inherit !important;
	line-height: 1.2rem;
}
.jade__calcDisc {
	background: #f5f8fe;
	font-size: 0.8rem;
	padding: 1rem 3rem;
	border-radius: 0 0 10px 10px;
	position: absolute;
	overflow: hidden;
}
.header .header-inner {
	width: 1140px;
}
.jade-fullscreen-quote .jf-col-8 {
	background: #fff;
	padding: 5px;
	border-radius: 1rem;
	z-index: 2;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
	margin-top: 10%;
}
.jf-full-row.intro.jade-hero {
	padding: 6rem 0;
	overflow: hidden;
	background-color: #f8faff;
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-mask-image: linear-gradient(180deg, #142e46 80%, transparent);
	mask-image: linear-gradient(180deg, #142e46 80%, transparent);
	position: relative;
}
.jf-full-row.intro.jade-hero .jf-full-row-inner {
	width: 1140px;
	align-items: center;
}
.jf-full-row.intro.jade-hero .jf-full-row-inner .jf-col-6 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.jf-full-row.intro.jade-hero .svg-hlder {
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 4rem;
	height: 945px;
	width: 945px;
	transform: translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
	-webkit-mask-image: linear-gradient(180deg, #142e46 20%, transparent 75%);
	mask-image: linear-gradient(180deg, #142e46 20%, transparent 75%);
}
.svg-hlder svg {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
}
.jf-full-row.intro.jade-hero #jFtrigger,
.jf-full-row.intro.jade-hero #jfHeroTrigger,
.jf-full-row.intro.jade-hero #jFtriggerPersonalMb,
.jf-full-row.intro.jade-hero #jFtriggerTruckMb {
	background: #fff;
	padding: 5px;
	border-radius: 1rem;
	z-index: 2;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
	position: static;
	max-width: 100%;
	width: 100%;
}
@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
.animate-spin-reverse-slower {
	animation: spin-reverse 6s linear infinite;
}
.animate-spin-slow {
	animation: spin 4s linear infinite;
}
@keyframes spin-reverse {
	to {
		transform: rotate(-1turn);
	}
}
.animate-spin-slower {
	animation: spin 6s linear infinite;
}
#field_13_44 img.info-disc {
	display: none;
}
body.page-id-437 #field_13_44 {
	position: relative;
}
body.page-id-437 #field_13_44 .info-disc {
	position: absolute;
	display: flex;
	top: 5%;
	right: 1%;
	cursor: pointer;
}
#custom__disc.modal {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
#custom__disc .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 10% auto;
	padding: 2rem;
	border: 1px solid #888;
	width: 42rem;
	border-radius: 10px;
}
#disc-msg {
	font-size: 1rem;
	line-height: 1.5rem;
}
#custom__disc .close {
	color: #fff;
	position: absolute;
	font-size: 1.7rem;
	font-weight: bold;
	right: 0.3rem;
	background: #19cd76;
	border-radius: 20em;
	width: 2rem;
	height: 2rem;
	top: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin: 0;
	padding: 0;
}
#custom__disc .close:hover,
#custom__disc .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.hidden {
	display: none;
}
body.page-id-437 p.pl-disc {
	font-size: 0.7rem !important;
}
body.page-id-437 .pl-list li {
	font-size: 1rem !important;
	list-style-position: inside !important;
	padding: 0;
	line-height: 1.5rem;
}

/* FBAA component */
.fbaa-sec__container {
	margin: -17rem auto 4rem;
	width: fit-content;
}

.fbaa-sec__wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: dotted 1px #a7b7d3;
	padding: 2.2rem 2rem;
	margin-top: 50px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.02);
	gap: 2rem;
}

.fbaa-sec__wrapper img:last-child {
	width: 6rem;
	margin-top: 0.2rem;
}

.fbaa-sec__wrapper div:first-child {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.google-rating__text {
	--primary-color: #0f273e;
	color: var(--primary-color);
	margin-right: 0.5rem;
	font-size: 1.65rem;
	font-weight: 600;
	padding-bottom: 0;
}

.google-rating__flex-div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.fbaa-sec__textWrapper p {
	padding-bottom: 0;
}

.fbaa-sec__textWrapper p:first-child {
	--primary-color: #0f273e;
	color: var(--primary-color);
	font-weight: 600;
	font-size: 1.4rem;
}

.fbaa-sec__textWrapper p:last-child {
	color: #9b9b9b;
}

.fbaa-sec__logoWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-self: center;
	padding-left: 1rem;
	border-left: solid 1px #e5edfa;
}

.fbaa-sec__logoImg {
	--primary-color: #0f273e;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-self: center;
	fill: var(--primary-color);
}

.fbaa-sec__logoText {
	--primary-color: #0f273e;
	font-size: 0.5rem;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: 100;
	letter-spacing: 0.2rem;
	text-align: match-parent;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.5rem;
	color: var(--primary-color);
	padding-bottom: 0;
}

@media (max-width: 48rem) {
	div.fbaa-sec__container {
		margin: -3rem auto 2rem;
	}

	.fbaa-sec__wrapper {
		flex-direction: column;
		gap: 1rem;
	}

	.fbaa-sec__textWrapper {
		text-align: center;
	}

	.fbaa-sec__logoWrapper {
		border: 0;
	}
}

/* end of FBAA component */

/* Google Strap */
.google-container__flex-div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 0.8rem;
	margin: 2rem auto;
}
.google-reviews-section__text {
	--primary-color: #0f273e;
	color: var(--primary-color);
	font-size: 1rem;
	padding-bottom: 0;
}
.google-reviews-tag__text {
	--primary-color: #0f273e;
	color: var(--primary-color);
	margin-right: 0.5rem;
	font-size: 1.65rem;
	font-weight: 600;
	padding-bottom: 0;
}
img.google-reviews-rating__image {
	height: auto;
	width: 9rem;
}
@media (max-width: 48rem) {
	.google-container__flex-div {
		flex-direction: column;
		gap: 0.2rem;
	}
	.calc__wrapper {
		margin-bottom: 14rem;
	}
}
/* end of Google Strap component */

/*Awards Section*/
#awards-sec {
	background: #fff;
	margin-bottom: 1rem;
}
#awards-sec .jf-full-row-inner {
	text-align: center;
	align-items: center;
	justify-content: center;
}
.ss-awards-group {
	display: flex;
	margin-bottom: 1rem;
}
.ss-awards-wrapper {
	display: flex;
	justify-content: center;
}
.ss-awards-wrapper img {
	width: auto;
	height: 7.5rem;
	object-fit: contain;
	margin-left: -1.2rem;
}
.ss-awards-wrapper img:hover {
	transform: scale(1.05);
}
@media (max-width: 75rem) {
	#awards-sec .ss-awards-wrapper img {
		height: 4.2rem;
	}
}
@media (max-width: 48rem) {
	#awards-sec.awards-banner {
		margin-bottom: 0;
		padding: 0;
	}
	#awards-sec .ss-awards {
		max-width: 100%;
	}
	#awards-sec .ss-awards-group {
		padding-left: 0.5rem;
		flex-direction: column;
	}
	#awards-sec .ss-awards-wrapper img {
		height: 2.8rem;
	}
}
/* end of Awards Section component */

/*Lender Section*/
.lender-slider {
	--primary-color: #0f273d;
	background: var(--primary-color);
	padding: 1.3rem;
}
.lender-slider__container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
}
.lender-slider__div {
	display: flex;
	justify-content: center;
}
.lender-slider__imgs {
	height: 3.25rem !important;
	margin: 0 30px;
	vertical-align: middle;
	flex-shrink: 0;
	filter: brightness(0) invert(1);
	transition: filter 0.5s ease;
	width: auto;
	object-fit: contain;
}
@media (max-width: 36rem) {
	div.lender-slider__div {
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 0;
		column-gap: 4rem;
	}
	img.lender-slider__imgs {
		margin: 0 auto;
	}
}
/* end of Lender Section component */

.jade-gradient-box h2,
.jade-gradient-box p,
.jade-gradient-box div,
.jade-gradient-box li,
.jade-gradient-box .jade-gradient-box-highlight {
	color: #ffffff !important;
}

.easy-icon img {
	display: block;
	margin: 0 auto;
}
