/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* Links & button */
.dialog-close-button:focus-visible {
	outline: none;	
}


/* Loan FAQs */
.faqs_accordion .accordion-item:not(:last-child) {
	border-bottom: 1px solid #eceef6;
}
.faqs_accordion .tab-title {
	padding: 30px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.faqs_accordion .accordion-title {
	cursor: pointer;
}

.faqs_accordion .accordion-icon {
	height: 40px;
	width: 40px;
	padding: 10px 0;
	background-color: #f7f8fb;
	border-radius: 20px;
	text-align: center;
	margin-left: 16px;
	cursor: pointer;
}
.faqs_accordion .accordion-icon i {
	font-size: 20px;
}

.faqs_accordion .accordion-content {
	margin-bottom: 50px;
}




/* Multistep forms Progress Bar and loading spinner */
form .form_progress_bar .progress_step {
	font-size: 0;
}
.loading-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.loading-overlay.long-form {
	position: fixed;
	z-index: 999;
}

.loading-overlay .loading-text {
	margin-top: 20px;
	font-size: 18px;
}
.loading-overlay .loading-text.spanish {
	display: none;
}

.spanish .loading-overlay .loading-text.english {
	display: none;
}
.spanish .loading-overlay .loading-text.spanish {
	display: block;
}

.lds-spinner {
	color: #007BFF;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #007BFF;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}



/* jQuery UI styles */
.ui-datepicker {
	max-width: 240px;
	width: 100%;
	font-family: "Hind", sans-serif;
}
.ui-datepicker .ui-datepicker-header {
	border: none;
	background: transparent;
}
.ui-datepicker .ui-datepicker-title {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 8px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	padding: 6px;
	width: calc((100% - 8px)/2);
	font-size: 13px;
	outline: none;
	border: 1px solid #d1d2d4;
	border-radius: 5px;
	color: #162d5a;
	height: 30px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border-color: #0d1c39;
	background: #162d5a;
	color: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border-color: #1b895f;
	background: #007BFF;
	color: #fff;
}




/* Main Forms */
div.wpcf7 form {
	font-family: "Hind", Sans-Serif;
}

div.wpcf7 form:has(.fieldset-cf7mls) {
	min-height: 400px;
}

div.wpcf7 form .fieldset-cf7mls {
	padding: 0;
	margin: 0;
	height: 480px;
	display: flex;
	flex-direction: column;
}

div.wpcf7 form.popup-form.resetting .fieldset-cf7mls-wrapper .fieldset-cf7mls:not(:last-child), div.wpcf7 form.popup-form.sent .fieldset-cf7mls-wrapper .fieldset-cf7mls:not(:last-child) {
	position: absolute;
	left: 0;
	top: 15px;
	transform: translate(110%,0);
	-webkit-transform: translate(110%,0);
	-moz-transform: translate(110%,0);
}

div.wpcf7 form .fieldset-cf7mls p {
	margin: 0
}

div.wpcf7 form .fieldset-cf7mls .step_title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	color: #162d5a;
	margin-bottom: 0.7em;
	width: 90%;
}

div.wpcf7 form .fieldset-cf7mls .wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
	width: 90%;
	margin-bottom: 16px;
}

div.wpcf7 form .fieldset-cf7mls .wpcf7-radio .wpcf7-list-item>label {
	display: flex;
	align-content: start;
}

div.wpcf7 form .fieldset-cf7mls .wpcf7-radio .wpcf7-list-item>label input {
	display: inline-block;
	align-self: flex-start;
}

div.wpcf7 form .fieldset-cf7mls .wpcf7-radio .wpcf7-list-item>label span {
	display: inline-block;
	margin-left: 10px;
	color: #333B4B;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.1;
	cursor: pointer;
}

div.wpcf7 form .fieldset-cf7mls .cf7mls-btns,
div.wpcf7 form .fieldset-cf7mls .form-submit {
	min-height: 0;
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

div.wpcf7 form .fieldset-cf7mls:last-child .cf7mls-btns {
	display: none;
}

div.wpcf7 form .fieldset-cf7mls .cf7mls-btns .cf7mls_next.action-button,
div.wpcf7 form .fieldset-cf7mls .form-submit input[type=submit],
div.wpcf7 form .fieldset-cf7mls .form-submit button {
	margin: 0;
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	padding: 0.9em 1em 0.7em;
	border-radius: 2em;
	border: 1px solid #007BFF;
	background-color: #007BFF;
	color: #fff;
	float: none;
	width: fit-content;
	outline: none;
}
.spanish div.wpcf7 form .fieldset-cf7mls .form-submit button i {
	display: none;
}

.landing-form div.wpcf7 form .fieldset-cf7mls .form-submit > p {
	width: 100%
}

.landing-form div.wpcf7 form .fieldset-cf7mls .cf7mls-btns .cf7mls_next.action-button,
.landing-form div.wpcf7 form .fieldset-cf7mls .form-submit input[type=submit],
.landing-form div.wpcf7 form .fieldset-cf7mls .form-submit button {
	width: 100%;
	font-size: 20px;
	padding: 0.8em 1.4em 0.6em;
}

div.wpcf7 form .fieldset-cf7mls .cf7mls-btns .cf7mls_next.action-button:hover,
div.wpcf7 form .fieldset-cf7mls .form-submit input[type=submit]:hover,
div.wpcf7 form .fieldset-cf7mls .form-submit button:hover {
	background-color: transparent;
	color: #007BFF;
}

div.wpcf7 form .fieldset-cf7mls .form-submit .wpcf7-spinner {
	/* position: absolute;
	right: 50%;
	transform: translateX(50%);
	margin: 0; */
	display: none;
}


div.wpcf7 form .fieldset-cf7mls .privacy_note {
	display: flex;
	align-items: center;
}

.landing-form div.wpcf7 form fieldset .privacy_note {
	display: none;
}

div.wpcf7 form .fieldset-cf7mls .privacy_note .privacy_icon {
	padding-right: 12px;
}

div.wpcf7 form .fieldset-cf7mls .privacy_note .privacy_icon img {
	height: 32px;
	width: 100%;
	max-width: 26px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(90%) sepia(14%) saturate(155%) hue-rotate(179deg) brightness(84%) contrast(88%);
}

div.wpcf7 form .fieldset-cf7mls .privacy_note .privacy_label {
	text-transform: uppercase;
	color: #bac0ca;
	font-size: 15px;
	font-weight: 500;
	max-width: 100px;
	line-height: 1.2;
}
div.wpcf7 form .fieldset-cf7mls .privacy_note .privacy_label.spanish {
	display: none;
}
.spanish div.wpcf7 form .fieldset-cf7mls .privacy_note .privacy_label.spanish {
	display: block
}
.spanish div.wpcf7 form .fieldset-cf7mls .privacy_note .privacy_label.english {
	display: none;
}

div.wpcf7 form .fieldset-cf7mls .fields_row {
	display: flex;
	column-gap: 8px;
}

div.wpcf7 form .fieldset-cf7mls .step_field.col_6 {
	width: 50%;
}

div.wpcf7 form .fieldset-cf7mls .step_field input.wpcf7-text,
div.wpcf7 form .fieldset-cf7mls .step_field input.wpcf7-number,
div.wpcf7 form .fieldset-cf7mls .step_field select {

	height: 55px;
	margin-bottom: 12px;
	border: 1px solid #d2d1d6;
	border-radius: 3px;
	font-size: 17px;
	font-family: "Hind", Sans-Serif;
	color: #102850;
	outline: none;
	box-shadow: inset 3px 5px 3px 0 rgba(22, 45, 90, 0.05);
	background-color: #fff;
}


div.wpcf7 form .fieldset-cf7mls .step_field input.wpcf7-text::placeholder,
div.wpcf7 form .fieldset-cf7mls .step_field input.wpcf7-number::placeholder {
	color: #5F6779;
}

div.wpcf7 form .fieldset-cf7mls .step_field select {
	color: #5F6779;
}

div.wpcf7 form .fieldset-cf7mls .step_field select[aria-invalid="false"] {
	color: #102850;
}

div.wpcf7 form .fieldset-cf7mls .step_field select option {
	color: #102850;
}

div.wpcf7 form .fieldset-cf7mls .step_field select option:first-child {
	color: #8692a2;
}

div.wpcf7 form .fieldset-cf7mls .terms_field .wpcf7-list-item {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
}

div.wpcf7 form .fieldset-cf7mls .terms_field input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	accent-color: var(--e-global-color-accent);
}

div.wpcf7 form .fieldset-cf7mls .terms_field label.error {
	display: none !important;
}

div.wpcf7 form .fieldset-cf7mls .terms_field input.error~.wpcf7-list-item-label {
	color: #F23332;
}

div.wpcf7 form .fieldset-cf7mls .terms_field .wpcf7-list-item-label {
	color: #50596c;
	font-size: 15px;
	font-weight: 300;
	padding-left: 8px;
	width: calc(100% - 30px);
}
div.wpcf7 form .fieldset-cf7mls .terms_field .wpcf7-list-item-label .terms-link {
	text-decoration: underline;
	font-weight: 500;
	cursor: pointer;
}

div.wpcf7 form .fieldset-cf7mls .step_field input.wpcf7-text.error, div.wpcf7 form .fieldset-cf7mls .step_field input.wpcf7-text.wpcf7-not-valid:not(.valid),
div.wpcf7 form .fieldset-cf7mls .step_field input.wpcf7-number.error, div.wpcf7 form .fieldset-cf7mls .step_field input.wpcf7-number.wpcf7-not-valid:not(.valid),
div.wpcf7 form .fieldset-cf7mls .step_field select.error, div.wpcf7 form .fieldset-cf7mls .step_field select.wpcf7-not-valid:not(.valid) {
	border-color: #F23332;
}

div.wpcf7 form .fieldset-cf7mls .step_field label.error {
	display: none !important;
}

div.wpcf7 form .wpcf7-response-output {
	display: none !important;
}

div.wpcf7 form .wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7 form .hidden {
	display: none !important;
}

div.wpcf7 form .cf7mls_next.action-button img {
	display: none !important;
}

div.wpcf7 .form_progress_bar {
	display: flex;
	margin-bottom: 24px
}

.landing-form div.wpcf7 .form_progress_bar {
	display: flex;
	margin-bottom: 16px;
	column-gap: 8px;
}

:not(.landing-form) > div > div > div.wpcf7 .form_progress_bar .progress_step {
	min-width: 24px;
	background-color: #007BFF;
	border-radius: 12px;
	display: block;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	padding: 6px 0 5px;
	text-align: center;
}

.landing-form div.wpcf7 .form_progress_bar .progress_step {
	flex-grow: 1;
	background-color: #007BFF;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-top: 2px;
}

:not(.landing-form) > div > div > div.wpcf7 .form_progress_bar .progress_step span {
	display: none;
}

:not(.landing-form) > div > div > div.wpcf7 .form_progress_bar .progress_step:not(:first-child) {
	margin-left: 24px;
	background-color: #e1e4ed;
}

.landing-form div.wpcf7 .form_progress_bar .progress_step:not(:first-child) {
	background-color: #e1e4ed;
}

:not(.landing-form) > div > div > div.wpcf7 .form_progress_bar .progress_step:not(:first-child)::before {
	content: "";
	display: inline-block;
	height: 3px;
	width: 18px;
	background-color: #e1e4ed;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
}

div.wpcf7 .form_progress_bar .progress_step.active,
div.wpcf7 .form_progress_bar .progress_step.completed,
div.wpcf7 .form_progress_bar .progress_step.active::before,
div.wpcf7 .form_progress_bar .progress_step.completed::before {
	background-color: #007BFF !important;
}

@media (max-width: 1024px) {
	div.wpcf7 form .fieldset-cf7mls {
		height: 400px;
	}

	div.wpcf7 form .fieldset-cf7mls .step_title {
		font-size: 20px;
		width: 100%;
	}

	div.wpcf7 form .fieldset-cf7mls .wpcf7-radio .wpcf7-list-item {
		width: 100%;
		margin-bottom: 12px;
	}

	div.wpcf7 form .fieldset-cf7mls .wpcf7-radio .wpcf7-list-item>label span {
		margin-left: 8px;
		font-size: 17px;
	}

	div.wpcf7 form .fieldset-cf7mls:last-child .cf7mls-btns {
		display: none;
	}

	div.wpcf7 form .fieldset-cf7mls .cf7mls-btns .cf7mls_next.action-button,
	div.wpcf7 form .fieldset-cf7mls .form-submit input[type=submit],
	div.wpcf7 form .fieldset-cf7mls .form-submit button {
		font-size: 18px;
	}

	div.wpcf7 form .fieldset-cf7mls .cf7mls-btns .cf7mls_next.action-button img {
		width: 14px;
	}

	div.wpcf7 form .fieldset-cf7mls .privacy_note .privacy_icon {
		padding-right: 10px;
	}

	div.wpcf7 form .fieldset-cf7mls .privacy_note .privacy_icon img {
		height: 32px;
		max-width: 26px;
	}

	div.wpcf7 form .fieldset-cf7mls .privacy_note .privacy_label {
		font-size: 14px;
		max-width: 95px;
	}

	div.wpcf7 form .fieldset-cf7mls .fields_row {
		column-gap: 6px;
	}

	div.wpcf7 form .fieldset-cf7mls .step_field input.wpcf7-text,
	div.wpcf7 form .fieldset-cf7mls .step_field input.wpcf7-number,
	div.wpcf7 form .fieldset-cf7mls .step_field select {
		height: 45px;
		margin-bottom: 10px;
		border-radius: 2px;
		font-size: 17px;
		box-shadow: inset 2px 4px 2px 0 rgba(22, 45, 90, 0.05);
		padding: 0.5rem;
	}

	div.wpcf7 .form_progress_bar {
		margin-bottom: 16px
	}
}





/* Dynamic WYSIWYG Content */
.wysiwyg-content {
	font-size: 18px;
}

.wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
	font-family: "Hind", Sans-Serif;
	color: var(--e-global-color-primary);
	font-weight: 500;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
	line-height: 1.2;
}
.wysiwyg-content p {
	font-family: "Hind", Sans-Serif;
	color: var(--e-global-color-secondary);
	font-weight: 300;
	line-height: 1.8;
	font-size: var(--e-global-typography-text-font-size);
	margin-bottom: 1.8em;
}

.wysiwyg-content strong, .wysiwyg-content b {
	font-weight: 600;
}

.wysiwyg-content h2 strong, .wysiwyg-content h3 strong, .wysiwyg-content h4 strong, .wysiwyg-content h5 strong, .wysiwyg-content h6 strong {
	font-weight: 500;
}
.wysiwyg-content h2 b, .wysiwyg-content h3 b, .wysiwyg-content h4 b, .wysiwyg-content h5 b, .wysiwyg-content h6 b {
	font-weight: 500;
}

.wysiwyg-content h2 {
	/* 		font-size: 1.4em; */
	font-size: 1.6em;
}
.wysiwyg-content h3 {
	/* 		font-size: 1.3em; */
	font-size: 1.45em;
}
.wysiwyg-content h4 {
	/* 		font-size: 1.2em; */
	font-size: 1.3em;
}
.wysiwyg-content h5 {
	/* 		font-size: 1.1em; */
	font-size: 1.15em;
}
.wysiwyg-content h6 {
	font-size: 1em;
}
.wysiwyg-content ul {
	font-family: "Hind", Sans-Serif;
	margin-bottom: 1.8em;
	color: var(--e-global-color-secondary);
	font-weight: 300;
}
.wysiwyg-content li {
	margin-bottom: 0.8em;
	line-height: 1.5
}
.wysiwyg-content .video_container {
	max-width: 480px;
	margin: 2em auto;
}
.wysiwyg-content .video_box {
	position: relative;
	padding-bottom: 56.25%;  
}
.wysiwyg-content .video_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wysiwyg-content hr {
	height: 1px;
	background-color: #e0e1f0;
	border: none;
}

@media (max-width: 1024px){
	.wysiwyg-content {
		font-size: 16px;

	}
	.wysiwyg-content p {
		margin-bottom: 1.6em;
	}
}


/* US Map */
#tipus {
    max-width: 360px;
}
@media (max-width: 768px){
    #tipus {
        max-width: none;
        left: 10% !important;
        right: 10% !important;
    }
}
@media (max-width: 576px){
    #tipus {
        left: 20px !important;
        right: 20px !important;
    }
}

#tipus {
    background-color: #fff !important;
    box-shadow: 14px 14px 28px 0 rgba(11, 29, 65, 0.1) !important;
    border: none !important;
}

#tipus .usmap-state {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 16px;
}

#tipus .usmap-state-img {
    display: inline-block;
    text-align: center;
    padding-right: 16px;
    min-width: 52px;
    max-width: 52px;
    
}
#tipus .usmap-state-img img {
    width: 100%;
    padding: 0;
    float: none;
}

#tipus .usmap-state-info {
    display: inline-block;
    font-family: "Hind", Sans-Serif;
    line-height: 1.3;
    width: calc(100% - 52px);
}
#tipus .usmap-state-info h6 {
    font-size: 16px;
    color: #162d5a;
    margin: 0 auto 4px;
    font-weight: 600;
}
#tipus .usmap-state-info p {
    font-size: 14px;
    color: #8891a3 !important;
}


/* Revwid Filter button */
.revwid-container .revwid-header .revwid-overall-rating .revwid-overall-rating-sum {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.revwid-container .revwid-header .revwid-overall-rating-sum .revwid-ctas {
	margin-bottom: 0 !important;
	margin-left: 30px !important;
}
@media screen and (max-width: 768px){
	.revwid-container .revwid-header  .revwid-overall-rating-sum .revwid-ctas {
		width: 100% !important;
		margin-top: 10px !important;
		margin-left: 0 !important;
	}
	.revwid-container .revwid-header .revwid-button {
		margin-bottom: 0 !important;
	}
}


