/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

body {
    font-family: "Poppins", sans-serif !important;
}

body a, body a:hover {
    color: unset;
}

body .e-con {
    padding: 0;
}

.custom-container {
    max-width: 1730px;
    margin: 0 auto;
    padding: 0 25px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    letter-spacing: 0.41px;
    color: unset;
}

.large-heading {
    font-size: 22px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .large-heading {
        font-size: 40px;
        line-height: 50px;
    }
}

.medium-heading {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .medium-heading {
        font-size: 44px;
        line-height: 52px;
    }
}

.small-heading {
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 992px) {
    .small-heading {
        font-size: 30px;
        line-height: 40px;
    }
}

.paragraph {
    font-size: 15px;
    line-height: 20px;
}

@media (min-width: 992px) {
    .paragraph {
        font-size: 18px;
        line-height: 24px;
    }
}

.small-paragraph {
    font-size: 14px;
    line-height: 21px;
}

img {
    width: 100%;
}

.heading-underline {
    border-bottom: 5px solid;
    width: 170px;
    display: block;
    margin-bottom: 40px;
}

.thin-heading-underline {
    border-bottom: 3px solid;
    width: 100px;
    display: block;
}

.link-with-underline {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 7px;
    text-decoration-thickness: 2px !important;
    color: #000000;
}

.link-boxed {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    padding: 13px 24px;
    background-color: #E30613;
    text-decoration: none;
}

@media (min-width: 992px) {
    .link-boxed {
        font-size: 16px;
        line-height: 22px;
    }
}

.text-with-form-section {
    padding: 15px 0 40px;
}

.text-with-form-section .all-wrapper .text-content {
    width: 100%;
}

.text-with-form-section .text-content h2 {
    font-weight: 900;
}

.text-with-form-section .all-wrapper .form-box {
    background: #fff;
    border-radius: 20px;
    padding: 12px 15px 5px;
    width: 100%;
}

.text-with-form-section .all-wrapper .form-box hr {
    border-top: 4px solid #707070;
    padding-bottom: 10px;
    opacity: 1;
}

.text-with-form-section .all-wrapper .form-box a {
    text-decoration: underline;
    text-underline-offset: 7px;
}

.text-with-form-section .all-wrapper .form-box h4 {
    font-weight: 900;
    color: #1161AF;
}

.text-with-form-section .all-wrapper .form-box p {
    text-align: center;
    font-size: 11px;
    line-height: 17px;
    color: #707070;
    font-weight: 500;
}

@media (min-width: 992px) {

    .text-with-form-section .all-wrapper .form-box p {
        font-size: 15px;
        line-height: 22px;
    }

    .text-with-form-section .all-wrapper .form-box {
        padding: 25px 40px;
        width: 100%;
    }

    .text-with-form-section {
        padding: 143px 0 95px;
    }

    .text-with-form-section .all-wrapper {
        gap: 60px;
    }

    .text-with-form-section .all-wrapper.right {
        flex-direction: row;
    }

    .text-with-form-section .all-wrapper.left {
        flex-direction: row-reverse;
    }
}

.image-with-text-section {
    padding: 20px 0 30px;
}

.image-with-text-section .image-content .image-overlay {
    height: 100%;
    width: 100%;
    z-index: -1;
    right: -20px;
    bottom: -20px;
    border-radius: 30px;
}

.image-with-text-section .image-content .position-relative {
    left: 0;
}

.image-with-text-section .content-box h2 {
    font-weight: 800;
    color: #707070;
}

.image-with-text-section .content-box p {
    color: #707070;
    font-weight: 500;
}

.image-with-text-section .content-box .heading-underline {
    border-bottom: 5px solid;
    width: 220px;
    display: block;
    margin-bottom: 40px;
}

.image-with-text-section .content-box .loan-link {
    width: 100%;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    max-width: unset;
    padding: 14px 0;
    color: #fff;
    border-radius: 16px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
}

@media (min-width: 992px) {

    .image-with-text-section .content-box .loan-link {
        max-width: unset;
        font-size: 25px;
        line-height: 40px;
    }

    .image-with-text-section {
        padding: 60px 0 80px;
    }

    .image-with-text-section .all-wrapper {
        gap: 60px;
    }

    .image-with-text-section .all-wrapper > div {
        flex-basis: 0;
        flex-grow: 1;
    }

    .image-with-text-section .image-content .position-relative {
        left: -20px;
    }

    .image-with-text-section .all-wrapper.right {
        flex-direction: row;
    }

    .image-with-text-section .all-wrapper.left {
        flex-direction: row-reverse;
    }
}

.cards-section {
    padding: 30px 0 50px;
}

.cards-section .cards {
    gap: 30px;
    color: #707070;
}

.cards-section .card {
    background: #f7f7f7;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 3px 6px #00000029;
    max-width: 300px;
    padding: 10px 15px;
    font-weight: 500;
    color: #707070;
}

.cards-section .cards .image-section {
    height: 120px;
}

.cards-section .card ul {
    padding-left: 10px;
}

.cards-section .card li,
.texts li {
    list-style: none;
}

.cards-section .card li:before,
.texts li:before {
    content: "";
    width: 15px;
    height: 11px;
    display: inline-block;
    background: #6FABB7;
    border-radius: 4px;
    margin-right: 5px;
}

.cards-section .card img {
    max-width: 120px;
}

.cards-section .card span {
    font-weight: 900;
}

@media (min-width: 992px) {

    .cards-section {
        padding: 100px;
    }

    .cards-section .cards {
        gap: 50px;
    }

    .cards-section .card {
        font-size: 18px;
        line-height: 27px;
        padding: 20px;
        max-width: 370px;
    }

    .cards-section .card li:before,
    .texts li:before {
        width: 21px;
        height: 15px;
    }
}

.marquee-section {
    padding: 30px 0;
}

.marquee-section .all-wrapper {
    gap: 20px;
}

.marquee-section .text-content h2 {
    font-weight: 600;
}

.marquee-section .marquee-links {
    padding: 15px 0;
}

.marquee-section .marquee-links a {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 13px;
}

.marquee-section .text-content p {
    font-weight: 500;
}

.marquee-section .marquee-links a:first-of-type {
    border: none;
}

.marquee-section .marquee-links a:last-of-type {
    border: 2px solid;
}

@media (min-width: 992px) {

    .marquee-section {
        padding: 20px 0 50px;
    }

    .marquee-section .all-wrapper.right {
        flex-direction: row;
    }

    .marquee-section .all-wrapper.left {
        flex-direction: row-reverse;
    }

    .marquee-section .text-content {
        max-width: 500px;
    }

    .marquee-section .marquee-links a {
        font-size: 25px;
        padding: 8px 20px;
    }

    .marquee-section .image-side {
        max-width: 800px;
    }
}

.rich-text-section {
    padding: 20px 0 30px;
}

.rich-text-section .texts h3 {
    font-weight: bold;
}

.rich-text-section .texts p {
    font-weight: 500;
}

@media (min-width: 992px) {
    .rich-text-section {
        padding: 30px 0 40px;
    }
}

.content-cards-section {
    padding: 30px 0 50px;
}

.content-cards-section .content-cards {
    gap: 20px;
}

.content-cards-section .content-card {
    width: 100%;
    max-width: 400px;
}

.content-cards-section .content-card .image-section {
    height: 120px;
}

.content-cards-section .content-card img {
    max-width: 110px;
}

.content-cards-section .content-card h5 {
    font-weight: bold;
}

.content-cards-section .content-card p {
    font-weight: 500;
}

@media (min-width: 992px) {
    .content-cards-section {
        padding: 40px 0 60px;
    }

    .content-cards-section .content-card img {
        max-width: 150px;
    }
}

.how-it-works-section .how-it-works-lists {
    gap: 20px;
}

.how-it-works-section .how-it-works-list {
    width: 100%;
    max-width: 400px;
}

.how-it-works-section .how-it-works-list h5 {
    margin-left: 35px;
    color: #3b8f9c;
    font-weight: 600;
}

.how-it-works-section ol {
    counter-reset: item;
    list-style-type: none;
}

.how-it-works-section ol li {
    display: block;
    position: relative;
}

.how-it-works-section ol li:before {
    content: counter(item) " ";
    counter-increment: item;
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    top: 0;
    color: #2567bc;
}

.how-it-works-section p {
    font-weight: 500;
}

.how-it-works-section a:hover {
    color: #fff;
}


@media (min-width: 992px) {

    .how-it-works-section ol li:before {
        position: unset;
        font-size: 70px;
    }

    .how-it-works-section .how-it-works-list h5 {
        margin-left: 0;
    }

    .how-it-works-section a {
        max-width: 300px;
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .menu-item-has-children > .sub-menu {
        display: block !important;
    }
}

.membership-badges-section {
    padding: 20px 0;
}

.membership-badges-section h3 {
    color: #707070;
    font-weight: 600;
}

.membership-badges-section .badges img {
    width: 100%;
    max-width: 132px;
}

@media (min-width: 992px) {
    .membership-badges-section {
        padding: 40px 0;
    }

    .membership-badges-section .badges img {
        max-width: 226px;
    }
}

.apply-now-section {
    padding: 10px 0 20px;
}

.apply-now-section a {
    color: #fff;
    background: #6fabb7;
    font-weight: bold;
    width: 100%;
    max-width: 120px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    padding: 7px;
    font-size: 16px;
}

.apply-now-section h3 {
    font-weight: 900;
}

.apply-now-section p {
    font-weight: 500;
}

@media (min-width: 992px) {

    .apply-now-section {
        padding: 30px 0 40px;
    }

    .apply-now-section a {
        font-size: 25px;
        max-width: 200px;
    }
}

.banner-section {
    padding: 30px 0;
}

.banner-section h1 {
    font-weight: bold;
}

@media (min-width: 992px) {
    .banner-section {
        padding: 50px;
    }
}

.call-to-action-section a {
    color: #fff;
    background: #388D9B;
    font-weight: bold;
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    padding: 10px;
    font-size: 16px;
}


.call-to-action-section a:hover {
    color: #fff;
}

@media (min-width: 992px) {
    .call-to-action-section a {
        max-width: 300px;
        padding: 20px;
        font-size: 25px;
    }
}

.customer-cards-section .card {
    max-width: 400px;
    width: 100%;
    border-radius: 39px;
    border-width: 4px;
}

.customer-cards-section .card h2 {
    font-weight: bold;
}

.customer-cards-section .card p {
    color: #6E6F6F;
    font-weight: 500;
}

.customer-cards-section .card img {
    max-width: 150px;
    width: 100%;
}

.contact-form-wrapper input, .contact-form-wrapper select, .contact-form-wrapper textarea {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    margin-bottom: 40px !important;
    color: #707070;
    font-weight: 500;
    border: 1px solid #707070 !important;
    border-radius: 7px !important;
}

.contact-form-wrapper textarea {
    min-height: 500px;
}

@media (min-width: 992px) {
    .contact-form-wrapper textarea {
        min-height: 700px;
    }
}

.contact-form-wrapper form p > span {
    display: block;
}

.contact-form-wrapper form p > span span {
    position: absolute;
    bottom: 10px;
}

.opt-out-form-wrapper input {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px !important;
    color: #707070;
    font-weight: 500;
    border: 1px solid #707070 !important;
    border-radius: 7px !important;
    padding: 10px 25px !important;
}

.short-form-section label {
    font-size: 20px;
    color: #707070;
    font-weight: 500;
}

.short-form-section input {
    font-size: 16px;
}

.contact-form-wrapper input[type='submit'] {
    width: 100%;
    background: #388D9B;
    border-radius: 12px !important;
    border: none !important;
    color: #fff;
    font-weight: 900;
    font-size: 22px !important;
    padding: 12px;
}

.contact-form-wrapper select,
.short-form-section select {
    -webkit-appearance: none;
    -moz-appearance: window;
    background: transparent url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat;
    background-position: right 10px center;
}

.short-form-section input,
.short-form-section select {
    border: 1px solid #707070 !important;
    padding: 10px;
    margin-top: 8px;
    border-radius: 5px !important;
}

.opt-out-form-wrapper form > p {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0;
}

.opt-out-form-wrapper input[type='submit'],
.short-form-section button {
    background: #388D9B;
    border-radius: 40px !important;
    border: none !important;
    color: #fff;
    font-weight: 900;
    font-size: 25px !important;
    padding: 14px !important;
}

.short-form-section {
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .opt-out-form-wrapper form > p {
        grid-template-columns: auto auto;
    }

    .opt-out-form-wrapper input[type='submit'] {
        grid-column: 1 / span 2;
        max-width: 280px;
        margin: 0 auto;
        width: 100%;
    }

    .short-form-section {
        grid-template-columns: auto auto;
    }

    .short-form-section label:first-of-type,
    .short-form-section button {
        grid-column: 1 / span 2;
    }
}

.short-form-section button {
    margin: 10px 0 25px;
}


.short-form-section button:hover {
    background: #388D9B;
}


.wpcf7-spinner {
    display: none;
}

form.submitting .wpcf7-spinner {
    display: block;
}
