@font-face {
    font-family: 'Axiforma';
    src: url('../font/Axiforma-Thin.woff2') format('woff2'),
        url('../font/Axiforma-Thin.woff') format('woff'),
        url('../font/Axiforma-Thin.ttf') format('truetype');
    font-weight: 100;
    /* SemiBold is usually 600 */
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../font/Axiforma-Light.woff2') format('woff2'),
        url('../font/Axiforma-Light.woff') format('woff'),
        url('../font/Axiforma-Light.ttf') format('truetype');
    font-weight: 300;
    /* SemiBold is usually 600 */
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../font/Axiforma-Regular.woff2') format('woff2'),
        url('../font/Axiforma-Regular.woff') format('woff'),
        url('../font/Axiforma-Regular.ttf') format('truetype');
    font-weight: 400;
    /* SemiBold is usually 600 */
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../font/Axiforma-Medium.woff2') format('woff2'),
        url('../font/Axiforma-Medium.woff') format('woff'),
        url('../font/Axiforma-Medium.ttf') format('truetype');
    font-weight: 500;
    /* SemiBold is usually 600 */
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../font/Axiforma-SemiBold.woff2') format('woff2'),
        url('../font/Axiforma-SemiBold.woff') format('woff'),
        url('../font/Axiforma-SemiBold.ttf') format('truetype');
    font-weight: 600;
    /* SemiBold is usually 600 */
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../font/Axiforma-Bold.woff2') format('woff2'),
        url('../font/Axiforma-Bold.woff') format('woff'),
        url('../font/Axiforma-Bold.ttf') format('truetype');
    font-weight: 700;
    /* SemiBold is usually 600 */
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../font/Axiforma-ExtraBold.woff2') format('woff2'),
        url('../font/Axiforma-ExtraBold.woff') format('woff'),
        url('../font/Axiforma-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    /* SemiBold is usually 600 */
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../font/Axiforma-Black.woff2') format('woff2'),
        url('../font/Axiforma-Black.woff') format('woff'),
        url('../font/Axiforma-Black.ttf') format('truetype');
    font-weight: 900;
    /* SemiBold is usually 600 */
    font-style: normal;
}

@font-face {
    font-family: 'switzer';
    src: url('../font/switzer/Switzer-Variable.woff2') format('woff2'),
        url('../font/switzer/Switzer-Variable.woff') format('woff'),
        url('../font/switzer/Switzer-Variable.ttf') format('truetype');
    /*font-weight: 900; */
    font-style: normal;
}

@font-face {
    font-family: 'FranklinGothicStd-Condensed';
    src: url('../font/franklin/FranklinGothicStd-Condensed.woff2') format('woff2'),
        url('../font/franklin/FranklinGothicStd-Condensed.woff') format('woff'),
        url('../font/franklin/FranklinGothicStd-Condensed.ttf') format('truetype');
}

@font-face {
    font-family: 'FranklinGothicStd-ExtraCond';
    src: url('../font/franklin/FranklinGothicStd-ExtraCond.woff2') format('woff2'),
        url('../font/franklin/FranklinGothicStd-ExtraCond.woff') format('woff'),
        url('../font/franklin/FranklinGothicStd-ExtraCond.ttf') format('truetype');
}

@font-face {
    font-family: 'FranklinGothicStd-Roman';
    src: url('../font/franklin/FranklinGothicStd-Roman.woff2') format('woff2'),
        url('../font/franklin/FranklinGothicStd-Roman.woff') format('woff'),
        url('../font/franklin/FranklinGothicStd-Roman.ttf') format('truetype');
}

* {
    font-family: 'switzer', Sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'switzer', Sans-serif;
}

.new_header ul {
    margin: 0;
    padding: 0;
}

.new_header {
    background-color: #002630;
    border-bottom: 1px solid #00dfaa;
    padding: 0px 10px;
}

.new_header .container {
    max-width: 1300px !important;
    width: 100%;
    padding: 20px 0px;
}

.new_header .container nav {
    gap: 10px;
}

.new_header .container nav .nav_logo {
    width: 22%;
}

.new_header .container nav ul.nav_menu {
    display: flex;
    align-items: center;
}

.new_header .container nav ul.nav_menu>li {
    position: relative;
    height: 35px;
    display: flex;
    align-items: center;
}

.new_header .container nav ul.nav_menu>li>a {
    font-family: 'switzer', Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #fff;
    padding: 0 14px;
}

.new_header .container nav ul.nav_menu>li ul.nav_dropdown {
    min-width: max-content;
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / .2);
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
    z-index: 999;
    opacity: 0;
    border: 1px solid #dadada;
    background-color: #f4f4f4;
    transition: transform .4s ease, -webkit-transform .4s ease;
    visibility: hidden;
}

.new_header .container nav ul.nav_menu>li:hover ul.nav_dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}

.new_header .container nav ul.nav_menu>li:hover>a {
    color: #00dfaa;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.new_header .container nav ul.nav_menu a>svg {
    margin-left: 4px;
}

.new_header .container nav ul.nav_menu>li ul.nav_dropdown>li {
    position: relative;
}

.new_header .container nav ul.nav_menu>li ul.nav_dropdown>li>a {
    padding: 15px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    transition: all .3s;
    font-family: 'switzer', Sans-serif;
}

.new_header .container nav ul.nav_menu>li ul.nav_dropdown>li>a svg {
    margin-left: 8px;
}

.new_header .container nav ul.nav_menu>li ul.nav_dropdown>li>a:hover {
    color: #fff;
    background: #002630;
}

.new_header .container nav ul.nav_menu>li ul.nav_dropdown>li>ul.nav_sub_dropdown {
    min-width: max-content;
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / .2);
    position: absolute;
    top: 0%;
    left: 100%;
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
    z-index: 999;
    opacity: 0;
    border: 1px solid #dadada;
    background-color: #f4f4f4;
    transition: transform .4s ease, -webkit-transform .4s ease;
    visibility: hidden;
}

.new_header .container nav ul.nav_menu>li ul.nav_dropdown>li:hover ul.nav_sub_dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}

.new_header .container nav ul.nav_menu>li ul.nav_dropdown>li>ul.nav_sub_dropdown a {
    padding: 15px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    transition: all .3s;
    font-family: 'switzer', Sans-serif;
}

.new_header .container nav ul.nav_menu>li ul.nav_dropdown>li:hover ul.nav_sub_dropdown a:hover {
    color: #fff;
    background: #002630;
}

.new_header .container nav .apply_now {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.new_header .container nav .apply_now a {
    background-color: #48b8ff;
    font-family: 'switzer', Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 2px;
    color: #002630;
    border-style: solid;
    border-width: 1px;
    border-color: #48b8ff;
    border-radius: 50px;
    padding: 14px 25px 12px 25px;
    display: block;
    text-align: center;
}

.new_header .container button.hamburger_btn {
    color: #00dfaa;
    border: none;
    background-color: transparent;
    display: none;
}

.new_header .mobile_nav_wrapper {
    background-color: rgb(0 0 0 / .8);
    justify-content: flex-start;
    align-items: center;
    pointer-events: all;
    visibility: hidden;
    user-select: auto;
    bottom: 0;
    height: 100%;
    left: -100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.new_header .mobile_nav_wrapper.active {
    visibility: visible;
    left: 0%;
}

.mobile_nav_wrapper .mobile_nav_sidebar {
    position: fixed;
    top: 0;
    left: -360px;
    width: 360px;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    background-color: #F7F7F1;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    overflow: auto;
    padding: 0;
    line-height: 1.5;
    border-radius: 0;
    pointer-events: all;
    padding: 20px 0;
    transition: all .7s ease-in-out;
    opacity: 0;
}

.mobile_nav_wrapper .mobile_nav_sidebar.active {
    left: 0px;
    opacity: 1;
}

.mobile_nav_wrapper .mobile_nav_sidebar .hamburger_btn_close {
    border: none;
    background: transparent;
    color: #000;
}

.mobile_nav_wrapper .mobile_nav_sidebar .mobile_nav_header {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    width: 100%;
    margin-bottom: 20px;
}

/* Base list items */
.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu>li {
    position: relative;
}

/* Shared styles for all menu links */
.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 20px;
    color: #002630;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'switzer', Sans-serif;
    transition: all 0.2s ease;
    text-decoration: none;
    /* optional, keeps links clean */
}

/* Level-specific adjustments */
.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu>li>ul.mobile_mobile_nav_dropdown>li>a {
    border-left: 8px solid transparent;
}

.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu>li>ul.mobile_mobile_nav_dropdown>li>ul.mobile_nav_sub_dropdown li a {
    border-left: 16px solid transparent;
}

/* Dropdown visibility */
.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu>li>ul.mobile_mobile_nav_dropdown {
    display: none;
}

.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu>li.active>ul.mobile_mobile_nav_dropdown {
    display: block;
}

.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu>li>ul.mobile_mobile_nav_dropdown>li>ul.mobile_nav_sub_dropdown {
    display: none;
}

.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu>li>ul.mobile_mobile_nav_dropdown>li.active>ul.mobile_nav_sub_dropdown {
    display: block;
}

.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu>li:hover>a,
.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu>li>ul.mobile_mobile_nav_dropdown>li:hover>a,
.mobile_nav_wrapper .mobile_nav_sidebar ul.mobile_nav_menu>li>ul.mobile_mobile_nav_dropdown>li>ul.mobile_nav_sub_dropdown li:hover>a {
    color: #fff;
    background-color: #00dfaa;
}

/**/
.new_footer {
    background-color: #002630;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.new_footer .container {
    max-width: 1324px;
}

.new_footer .footer_first_section {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
    border-bottom: 1px solid #dcdcde42;
}

.new_footer .footer_first_section .footer_logo_wrapper {
    width: 33%;
}

.new_footer .footer_second_section .quick_links .footer_logo {
    margin-bottom: -10px !important;
    display: block;
    width: 200px;
    max-width: 100%;
}

.new_footer .footer_second_section .quick_links .footer_logo img {
    max-width: 100%;
}

.new_footer .footer_second_section .quick_links p {
    text-align: left;
    font-size: 15px;
    line-height: 1.2em;
    color: #ffffff;
    font-family: 'switzer', Sans-serif;
    margin-bottom: 0;
}

.new_footer .footer_second_section .quick_links p span {
    color: #00DFAA;
    font-weight: 700;
}

.new_footer .footer_first_section .footer_contact_wrapper {
    width: 19%;
}

.new_footer .footer_first_section .footer_contact_wrapper .call-link {
    color: #fff !important;
    font-family: 'switzer', Sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.new_footer .footer_second_section .social-link {
    gap: 9px;
    margin-top: -15px !important;
}

.new_footer .footer_second_section .social-link li a {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    background-color: #00DFAA;
    border-radius: 100px;
}

/* .new_footer .footer_second_section .footer_partner_logo_wrapper {
    width: 48%;
} */

.new_footer .footer_second_section .footer_partner_logo_wrapper div {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0 20px;
}

.new_footer .footer_second_section .footer_partner_logo_wrapper img {
    max-width: 129px;
    width: 100%;
}

.new_footer .footer_second_section .footer_partner_logo_wrapper img:last-child {
    max-width: 112px;
}

.new_footer .footer_second_section {
    display: flex;
    flex-wrap: wrap;
}

.new_footer .footer_second_section .quick_links {
    width: 30%;
}

.new_footer .footer_second_section .business_links {
    width: 20%;
}

.new_footer .footer_second_section .property_links {
    width: 22%;
}

.new_footer .footer_second_section .follow_links {
    width: 23%;
}

.new_footer .footer_second_section .footer_links {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.new_footer .footer_second_section .footer_links h4 {
    margin-bottom: 0px;
}

.new_footer .footer_second_section .quick_links h4,
.new_footer .footer_second_section .follow_links h4 {
    margin-bottom: 26px;
}

.new_footer .footer_second_section .footer_links h4 {
    font-family: 'switzer', Sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    max-width: 198px;
    width: 100%;
    color: #fff;
}

.new_footer .footer_second_section .footer_links ul {
    margin: 0px;
    padding: 0px;
}

.new_footer .footer_second_section .footer_links ul li {
    margin-block-end: 4px;
}

.new_footer .footer_second_section .footer_links ul li a {
    font-family: 'switzer', Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    transition: color 0.3s;
}

.new_footer .footer_second_section .footer_links ul li a:hover {
    color: rgb(201, 193, 193);
}

.new_footer .footer_second_section .footer_links.follow_links ul li a {
    display: flex;
    gap: 5px;
    align-items: center;
}

.bottom_footer .container {
    max-width: 1300px;
}

.bottom_footer {
    background-color: #00dfaa;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bottom_footer p {
    font-family: 'switzer', Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #002630;
}

/**/
.new_page_banner {
    width: 100%;
    background: url('../images/new-banner-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 20px;
}

.new_page_banner h1,
.new_page_banner H1 span {
    font-family: 'FranklinGothicStd-Condensed';
    font-weight: 700;
    font-size: 100px;
    line-height: 82px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
}

.new_page_banner H1 span {
    display: block;
    text-align: center;
    color: #00DFAA;
}

.fund_your_right {
    height: 100%;
    padding: 40px 0px 40px 100px;
    border-left: .5px solid #00DFAA;
}

.fund_your_right h4 {
    font-family: 'switzer', Sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    color: #444A55;
    margin: 0;
    margin-bottom: 20px;
}

.fund_your_right .what_do_need ul {
    margin: 0;
    padding: 0;
    margin-bottom: 18px;
}

.fund_your_right .what_do_need ul li {
    font-family: 'switzer', Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
    color: #444444;
}

.fund_your_right .what_do_need ul li i {
    color: #00DFAA;
    margin-right: 4px;
}

.fund_your_right .have_questions p {
    font-family: 'switzer', Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 30px;
}

.fund_your_right .have_questions ul li a {
    font-family: 'switzer', Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00DFAA;
}

.fund_your_right .have_questions ul li a i {
    margin-right: 7px;
}

.fund_your_left h2,
.fund_your_left h2 span {
    font-family: 'FranklinGothicStd-ExtraCond';
    font-weight: 400;
    font-size: 70px;
    line-height: 61px;
    text-transform: uppercase;
    text-align: left;
}

.fund_your_left h2 span {
    display: block;
    text-align: left;
    color: #00DFAA;
}

.fund_your_left .quick_easy_application {
    font-family: 'switzer', Sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    color: #002630;
    margin-bottom: 0;
}

.fund_your_left .first-card .radio-info input[type=radio]:checked+label:after {
    background-color: #002630;
}

.fund_your_left .first-card .radio-info input[type=radio]+label:before {
    border-color: #98A6AD;
}

.fund_your_left .first-card .radio-info input[type=radio]:checked+label:before {
    border-color: #00DFAA;
}

.fund_your_left .first-card h4 {
    color: #00DFAA;
}

.fund_your_left .first-card a {
    color: #000;
    padding: 14px 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #00DFAA;
    border-color: #00DFAA;
}

.new_design .btn-success {
    background: #00DFAA;
    border-color: #00DFAA;
    color: #000;
}

.new_design .form-control:focus {
    border-color: #00DFAA;
}

.new_design .terms-condition a {
    color: #00DFAA;
}

.new_design a {
    color: #00DFAA;
    transition: 0.5s;
}

.new_design input.form-control {
    border-radius: 100px;
}

.new_login_page {
    background: #002630;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 15%);
}

.new_login_page .background_cover {
    background-image: url('../images/side-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.new_login_page .login_card {
    background-color: #00DFAA;
}

.new_login_page .login_card .otp-form .otp-field {
    height: 40px;
    width: 40px;
}

.new_login_page .login_card .submit_button {
    background-color: #002630;
}

.new_login_page .login_card .submit_button:hover {
    background-color: #073845;
}

.loan-applicant-class {
    background-color: #f6f6f6 !important;
}

.loan-applicant-class #wrapper {
    background: transparent !important;
}

.loan-applicant-class .color-knote {
    background-color: #00DFAA;
}

.loan-applicant-class .color-knote h3.text-white {
    color: #002630 !important;
}

.loan-applicant-class #sidebar-menu ul li.active,
.loan-applicant-class #sidebar-menu ul li:hover {
    background-color: #002630;
}

.loan-applicant-class #sidebar-menu ul.sidebar-menu-color-wt i,
.loan-applicant-class #sidebar-menu ul.sidebar-menu-color-wt span {
    color: #002630 !important;
}

.loan-applicant-class #sidebar-menu ul.sidebar-menu-color-wt li.active i,
.loan-applicant-class #sidebar-menu ul.sidebar-menu-color-wt li:hover i,
.loan-applicant-class #sidebar-menu ul.sidebar-menu-color-wt li.active span,
.loan-applicant-class #sidebar-menu ul.sidebar-menu-color-wt li:hover span {
    color: #fff !important;
}

.loan-applicant-class .btn-success {
    background-color: #00DFAA;
    border-color: #00DFAA;
    color: #002630;
}

.loan-applicant-class .text-success {
    color: #00DFAA !important;
}

.new_footer .tablet-images {
    display: none;
}

.new_footer .tablet-images-two {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .new_footer .footer_first_section .footer_partner_logo_wrapper div {
        gap: 0px 40px;
    }

    .new_footer .footer_first_section .footer_partner_logo_wrapper div img {
        max-width: 100px
    }

    .fund_your_right {
        padding: 40px 0px 40px 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .new_header .container nav ul.nav_menu {
        display: none;
    }

    .new_header .container nav .nav_logo {
        width: 34%;
        ;
        display: flex;
        align-items: center;
    }

    .new_header .container nav .nav_logo img {
        max-width: 100%;
    }

    .new_header .container nav .apply_now {
        width: auto;
        margin-left: auto;
    }

    .new_header .container {
        padding: 15px 0px;
    }

    .new_header .container button.hamburger_btn {
        display: block;
    }

    .new_header {
        padding: 0px 20px;
    }

    .new_footer .footer_first_section .footer_logo_wrapper {
        width: 50%;
    }

    .new_footer .footer_first_section .footer_contact_wrapper {
        width: 50%;
    }

    .new_footer .footer_first_section .footer_partner_logo_wrapper {
        width: 100%;
        margin-top: 40px;
    }

    .new_footer .footer_first_section .footer_partner_logo_wrapper div {
        justify-content: flex-start;
    }

    .new_footer .footer_second_section .quick_links {
        width: 44%;
    }

    .new_footer .footer_second_section .business_links {
        width: 21%;
    }

    .new_footer .footer_second_section .property_links {
        width: 28%;
    }

    .new_footer .footer_second_section .follow_links {
        width: 100%;
    }

    .new_footer .footer_second_section .follow_links h4 {
        margin-bottom: 0px;
    }

    .new_page_banner {
        padding: 50px 20px;
    }

    .new_page_banner h1,
    .new_page_banner H1 span {
        font-size: 50px;
        line-height: 42px;
    }

    .new_footer .tablet-images {
        display: block;
    }

    .new_footer .tablet-images-two {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .fund_your_right {
        padding: 40px 0px 00px 00px;
        border-left: 0;
    }

    .fund_your_left h2,
    .fund_your_left span {
        font-size: 60px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .new_header .container nav .apply_now a {
        padding: 12px 17px 10px 17px;
    }

    .new_footer .footer_second_section .footer_links {
        gap: 25px;
    }

    .new_footer .footer_second_section .footer_links h4 {
        margin-bottom: 0px;
    }

    .new_footer .footer_first_section .footer_logo_wrapper {
        width: 50%;
        margin-bottom: 20px;
    }

    .new_footer .footer_first_section .footer_contact_wrapper .social-link,
    .new_footer .footer_first_section .footer_contact_wrapper .call-link {
        justify-content: left !important;
    }

    .new_footer .footer_first_section .footer_contact_wrapper {
        width: 100%;
    }

    .new_footer .footer_second_section .quick_links,
    .new_footer .footer_second_section .business_links,
    .new_footer .footer_second_section .property_links {
        width: 100%;
        margin-bottom: 24px;
    }

    .new_footer .footer_second_section .business_links {
        width: 50%;
        margin-bottom: 24px;
    }

    .new_footer .footer_second_section .property_links {
        width: 50%;
        margin-bottom: 24px;
    }

    .new_footer .footer_first_section .footer_partner_logo_wrapper div {
        gap: 0px 20px;
    }

    .new_footer .footer_first_section .footer_partner_logo_wrapper div img {
        max-width: 90px
    }

    .fund_your_left h2,
    .fund_your_left span {
        font-size: 54px;
        line-height: 46px;
    }

    .new_footer .tablet-images {
        display: none;
    }

    .new_footer .tablet-images-two {
        display: block !important;
    }
}