/* 
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
*/


/* ====== custom-css-start-here ======= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

.dark-blue-btn a {
    background-color: #0d3b66 !important;
    color: #fff;
    font-weight: 400 !important;
    border: 1px solid #0d3b66;
    padding: 14px 28px;
    cursor: pointer;
    border-radius: 8px !important;
    line-height: normal;
    transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out,
        border-radius 0.3s ease-in-out !important;
}

.dark-blue-btn a:hover {
    background-color: #fff !important;
    color: #0b2f52;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.white-btn a {
    background-color: #fff !important;
    color: #0d3b66;
    font-weight: 400 !important;
    border: 1px solid #fff;
    padding: 14px 28px;
    cursor: pointer;
    border-radius: 8px !important;
    line-height: normal;
    transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out,
        border-radius 0.3s ease-in-out !important;
}

.white-btn a:hover {
    background-color: #0d3b66 !important;
    color: #fff !important;
    border: 1px solid #0d3b66;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.header-nav-menu-wrap a.hfe-menu-item {
    font-weight: 400 !important;
}

.header-nav-menu-wrap .current_page_item a.hfe-menu-item {
    font-weight: 600 !important;
}

.header-nav-menu-wrap .hfe-nav-menu {
    flex-wrap: nowrap !important;
}

.header-get-quote-btn a.elementor-button {
    border-radius: 8px !important;
    line-height: normal;
}

/* ====== home-page-css-start-here ====== */

.home-hero-sec-wrapper {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.home-banner-icon-box-container {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0px;
}

.home-banner-icon-box-col h5.elementor-icon-box-title {
    font-size: 18px;
    margin: 0px !important;
}

.home-hero-content-col h1 {
    line-height: normal;
    text-shadow: 3px 3px 4px #000000ad;
}

.home-hero-form-col .loan-form h4 {
    color: #0d3b66;
    line-height: normal;
    text-align: left;
    font-weight: 600;
}


.home-about-us-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.home-about-us-img-col img {
    width: 100%;
    height: 600px !important;
    object-fit: cover;
}

.home-about-us-content-subheading {
    font-weight: 600;
}

.home-about-us-content-col h2 {
    margin: 16px 0px 10px !important;
}


.home-about-us-content-des p {
    margin-bottom: 30px;
}

.home-about-us-content-list h3.elementor-icon-box-title {
    line-height: normal !important;
    margin: 0;
    color: #424040 !important;
}

.home-about-us-content-list .elementor-icon-box-wrapper {
    gap: 10px !important;
    margin-bottom: 15px;
    align-items: center !important;
}

.home-catelog-box-col {
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 10px #0000002e !important;
    padding: 25px;
    gap: 0;
    align-items: flex-start;
    transition: all 0.3s ease-in-out !important;
    transform: scale(1);
}

.home-catelog-box-col:hover {
    transition: all 0.3s ease-in-out !important;
    transform: scale(1.01);
}

.home-catelog-box-btn {
    margin-left: 70px;
    margin-top: 10px;
}

.home-catelog-box-btn a.elementor-button {
    font-weight: 600;
}

.home-catelog-box-iconbox span.elementor-icon svg {
    height: 50px;
    width: 50px;
}

.home-catelog-section {
    padding-bottom: 60px !important;
}

.home-catelog-box-iconbox h4.elementor-icon-box-title {
    margin: 0;
    margin-bottom: 10px;
    line-height: normal;
}

.home-featured-listings-section {
    padding-bottom: 60px !important;
}

.home-featured-listings-heading-with-viewall-tab>.e-con-inner {
    justify-content: space-between !important;
}

.properties .es-listing {
    background: #fff;
    font-size: 10px;
    color: #263238;
    font-weight: 400;
    width: 100%;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #0000001c;
}

.properties .es-listing .es-listing__image {
    border-top-right-radius: 10px;
    overflow: hidden;
    border-top-left-radius: 10px;
}

.loan-programs-section,
.property-types-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.loan-programs-sub-heading-wrap {
    margin-bottom: 10px !important;
}

.loan-programs-main-heading-wrap {
    margin-bottom: 30px !important;
}

.loan-program-container-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
}

.loan-program-container-col:first-child {
    border-right: 1px solid #fff;
}

.home-catelog-box-iconbox .elementor-icon-box-wrapper {
    display: grid;
    grid-template-columns: 15% 2fr;
}

.property-type-section-heading-wrap {
    margin-bottom: 16px !important;
}

.home-counter-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.home-counter-block-col {
    flex-direction: column !important;
    gap: 0px !important;
}

.home-counter-col-content .elementor-counter {
    flex-direction: column;
}

.home-counter-col-content .elementor-counter-number-wrapper {
    --counter-prefix-grow: unset !important;
}

.home-counter-block-col:first-child,
.home-counter-block-col:nth-child(2) {
    border-right: 1px solid #fff;
}

.testimonial-section,
.home-contact-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.testimonial-slider-main-div-wrap .sp-testimonial-free {
    border: 1px solid #f4f4f4 !important;
    border-radius: 10px !important;
    padding: 30px !important;
    height: 100% !important;
    box-shadow: 1px 1px 10px #00000017;
}

.testimonial-slider-main-div-wrap .sp-testimonial-free-wrapper .swiper-wrapper {
    padding: 30px;
}

.testimonial-slider-main-div-wrap .sp-testimonial-item {
    height: auto;
}

/*.our-blog-grid-container-wrapper {
    padding-bottom: 40px;
}*/

.secure-financing-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.secure-financing-btn-col a.elementor-button {
    padding: 14px 28px;
    font-size: 16px;
    line-height: normal;
    border-radius: 8px !important;
}

.footer-section-wrapper>.elementor-element {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-about-us-content-heading {
    font-weight: 600;
}

.noptin-form-footer {
    padding: 0 !important;
}

.noptin-form-submit {
	border: none;
}

.crel-catelog-box-iconbox h4 {
	font-size: 18px !important;
}

.crel-catelog-box-iconbox p {
	font-size: 12px !important;
}

/* ====== home-page-css-end-here ====== */



/* Add your custom styles here */
.loan-form {
    max-width: 500px;
    margin: auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.loan-form h3 {
    color: #1e3a5f;
    margin-bottom: 5px;
}

.loan-form input,
.loan-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.loan-form input[type="submit"] {
    background: #0d3b66;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: normal;
}

.loan-form input[type="submit"]:hover {
    background: #0b2f52;
}

.cf7-custom-form {
    width: 100%;
}

.cf7-row {
    margin-bottom: 15px;
}

.cf7-custom-form .cf7-row:first-child {
    display: flex;
    gap: 15px;
}

.cf7-col {
    flex: 1;
}

.cf7-custom-form input,
.cf7-custom-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    box-sizing: border-box;
}

.cf7-custom-form textarea {
    height: 110px;
    resize: vertical;
}

.cf7-custom-form input::placeholder,
.cf7-custom-form textarea::placeholder {
    color: #999;
}

.cf7-custom-form input[type="submit"] {
    background: #1a3d6d;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
}

.cf7-custom-form input[type="submit"]:hover {
    opacity: 0.9;
}

.secure-text {
    font-size: 16px;
    color: #0d3b66;
    font-weight: 500;
}

.es-powered.content-font {
    display: none;
}

.custom-blog-wrapper {
    max-width: 100%;
    margin: auto;
    /* padding: 10px 10px 0;*/
}

.custom-blog-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.custom-blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s ease !important;
    border: 1px solid #ddd;
}

.custom-blog-card:hover {
    transition: all .3s ease !important;
    transform: translateY(-6px);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .08);
}

.custom-blog-thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.custom-blog-content {
    padding: 22px;
}

.custom-blog-date {
    font-size: 13px;
    color: #777;
}

.custom-blog-title {
    font-size: 18px;
    margin: 10px 0;
}

.custom-blog-title a {
    color: #111;
    text-decoration: none;
}

.custom-blog-excerpt {
    font-size: 15px;
    color: #555;
    margin-bottom: 16px;
}

.custom-blog-readmore {
    font-weight: 600;
    color: #166DA4;
    text-decoration: none;
}

.custom-blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.custom-blog-pagination .page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 8px 14px;
    border-radius: 6px;
    background: #f3f3f3;
    color: #333;
    text-decoration: none;
}

.custom-blog-pagination .current {
    background: #166DA4;
    color: #fff;
}

/* Container */
.custom-single-container {
    max-width: 1140px;
    margin: 40px auto;
    padding: 0 20px;
}

/* Title */
.custom-single-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

/* Meta */
.custom-single-meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Featured Image */
.custom-single-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 25px;
}

/* Content */
.custom-single-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/*Resouces page Blog shortcode*/
.custom-blog-list-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 20px;
}

.custom-blog-list-title a {
    color: #1a3d6d;
    text-decoration: underline;
    font-size: 22px;
    font-weight: 600;
}

.custom-blog-list-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 10px;
}

.custom-blog-list-image {
    flex: 0 0 200px;
}

.custom-blog-list-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.custom-blog-list-text {
    flex: 1;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.custom-blog-list-buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.custom-blog-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
}

.btn-readmore { background: #e9622a; }
.btn-rates    { background: #4caf50; }
.btn-quote    { background: #1a3d6d; }

@media (max-width: 600px) {
    .custom-blog-list-row {
        flex-direction: column;
    }
    .custom-blog-list-image {
        flex: none;
        width: 100%;
    }
}

.sidebar-rate-table {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 18px;
    margin-bottom: 25px;
}

.sidebar-rate-table h4 {
    margin: 0 0 5px;
    font-size: 17px;
    color: #1a3d6d;
}

.rate-date {
    font-size: 12px;
    color: #888;
    margin: 0 0 12px;
}

.sidebar-rate-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.sidebar-rate-table th {
    text-align: left;
    background: #1a3d6d;
    color: #fff;
    padding: 6px 8px;
}

.sidebar-rate-table td {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
}

.sidebar-rate-table tr:nth-child(even) td {
    background: #f7f9fb;
}

.rate-disclaimer {
    font-size: 11px;
    color: #999;
    margin-top: 10px;
    line-height: 1.4;
}
.simple-loan-calculator {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 18px;
    margin-bottom: 25px;
}

.simple-loan-calculator h4 {
    margin: 0 0 12px;
    font-size: 17px;
    color: #1a3d6d;
}

.simple-loan-calculator label {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 4px;
    color: #444;
}

.simple-loan-calculator input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.simple-loan-calculator button {
    margin-top: 14px;
    width: 100%;
    background: #1a3d6d;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.simple-loan-calculator button:hover {
    background: #14304f;
}

#sc-result {
    margin-top: 14px;
    font-size: 15px;
    color: #222;
}

.icon-text h4 {
	margin: 0;
}

.get-in-touch h4 {
	margin: 0;	
}

/* ===== media-query-start-here ===== */

@media screen and (max-width:1600px) {

    .dark-blue-btn a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .white-btn a {
        padding: 10px 20px;
        font-size: 14px;
    }

    h1 {
        font-size: 36px !important;
    }

    h2 {
        font-size: 28px !important;
        line-height: normal !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    p {
        font-size: 14px !important;
    }

    ::placeholder {
        font-size: 14px !important;
    }

    .loan-form input,
    .loan-form select {
        padding: 8px 15px;
        line-height: normal;
        font-size: 14px;
    }

    .loan-form {
        max-width: 450px;
        padding: 20px;
    }

    .loan-form input[type="submit"] {
        padding: 10px 20px;
        font-size: 14px;
    }

    .top-header-email-col a.elementor-icon svg {
        height: 14px;
        width: 14px;
    }

    .top-header-email-col h3.elementor-icon-box-title a {
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .top-header-wrapper .elementor-icon-box-wrapper {
        gap: 10px !important;
        align-items: center !important;
    }

    .top-header-social-icon-wrap .elementor-icon svg {
        height: 16px;
        width: 16px;
    }

    .header-nav-menu-wrap .hfe-nav-menu li a {
        font-size: 13px !important;
    }

    .home-banner-icon-box-col h5.elementor-icon-box-title {
        font-size: 16px;
        margin: 0px !important;
    }

    .home-about-us-content-list h3.elementor-icon-box-title {
        font-size: 14px !important;
    }

    .home-about-us-content-col h2 {
        margin: 5px 0px 10px !important;
    }

    .home-about-us-img-col img {
        height: 450px !important;
    }

    .home-catelog-box-iconbox span.elementor-icon svg {
        height: 40px;
        width: 40px;
    }

    .home-catelog-box-col:last-child .home-catelog-box-iconbox span.elementor-icon svg {
        height: 40px;
        width: 40px;
    }

    .home-catelog-box-iconbox h4.elementor-icon-box-title {
        font-size: 16px !important;
    }

    .home-catelog-box-btn a.elementor-button {
        font-weight: 500;
        font-size: 14px;
    }

    .home-catelog-box-btn {
        margin-left: 45px;
        margin-top: 5px;
    }

    .home-catelog-box-col {
        padding: 16px;
    }

    .home-featured-listings-heading-container {
        gap: 10px;
    }

    .home-featured-listings-viewall-tab a.elementor-button {
        font-size: 14px;
    }

    .home-featured-listing-cards-wrapper .js-es-listings {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
        gap: 16px !important;
    }

    .loan-program-iconbox-wrap span.elementor-icon svg {
        height: 30px;
        width: 30px;
    }

    .loan-program-iconbox-wrap h3 {
        font-size: 14px !important;
    }

    .testimonial-slider-main-div-wrap .sp-testimonial-free {
        padding: 20px !important;
    }

    .testimonial-slider-main-div-wrap .sp-testimonial-free .sp-testimonial-title {
        margin-bottom: 15px;
    }

    .testimonial-slider-main-div-wrap .sp-testimonial-free .sp-testimonial-title h3 {
        font-size: 16px;
    }

    .testimonial-slider-main-div-wrap .sp-testimonial-free p {
        padding: 0;
    }

    .testimonial-slider-main-div-wrap .sp-testimonial-free h4.sp-testimonial-client-name {
        font-size: 16px !important;
        margin-bottom: 0px;
    }

    .testimonial-slider-main-div-wrap .sp-testimonial-free .sp-testimonial-client-rating i {
        font-size: 14px !important;
    }

    .testimonial-slider-main-div-wrap .sp-testimonial-free .sp-testimonial-client-designation {
        font-size: 14px !important;
    }

    .testimonial-slider-main-div-wrap .sp-testimonial-free img.tfree-client-image.wp-post-image {
        height: 80px;
        width: 80px;
    }

    .testimonial-slider-main-div-wrap .sp-testimonial-free .sp-testimonial-client-image {
        margin-bottom: 10px;
    }

    .our-blog-heading-col-wrap {
        gap: 10px;
    }

    .our-blog-heading-btn-wrap a.elementor-button {
        font-size: 14px;
    }

    .custom-blog-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .custom-blog-title {
        font-size: 16px;
        line-height: normal;
    }

    .secure-financing-btn-col a.elementor-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .secure-financing-content-col h6 {
        font-size: 14px;
        font-weight: 400;
    }

    .home-contact-map-col iframe {
        height: 350px !important;
    }

    .footer-section-wrapper h4 {
        font-size: 16px !important;
    }

    .footer-links-col {
        gap: 0px;
    }

    .footer-links-col a.hfe-menu-item {
        font-size: 14px !important;
        padding-bottom: 4px !important;
        font-weight: 300 !important;
    }

    .footer-newsletter-col {
        gap: 0px;
    }

    .footer-newsletter-col pre {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .footer-logo-col h6 {
        font-size: 14px;
        font-weight: 300;
        line-height: normal;
        margin: 0;
    }
}

@media (max-width: 1024px) {

    h2 {
        font-size: 26px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    .custom-blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-banner-icon-box-col .elementor-icon-box-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .home-catelog-box-iconbox .elementor-icon-box-wrapper {
        grid-template-columns: 1fr;
        gap: 10px !important;
    }

    .home-catelog-box-btn {
        margin-left: 0;
    }

    .home-catelog-box-btn a.elementor-button {
        padding-left: 0px;
        padding-right: 0px;
    }

    .loan-program-container-col {
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }

    .property-type-container-wrap .e-con-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-counter-col-icon .elementor-icon svg {
        height: 30px !important;
        width: 30px;
    }

    .home-counter-col-icon .elementor-icon {
        font-size: 30px !important;
    }

    .home-counter-col-content .elementor-counter-title {
        line-height: normal;
        margin-bottom: 16px;
        font-size: 18px;
    }

    .home-counter-col-content .elementor-counter-number-wrapper * {
        font-size: 35px;
    }

    .our-blog-heading-btn-wrap a.elementor-button {
        padding-left: 0;
    }

    .header-logo-wrap {
        order: 1;
    }

    .header-get-quote-btn {
        order: 2;
        width: max-content !important;
    }

    .header-nav-menu-wrap {
        order: 3;
        width: auto !important;
    }

    .header-logo-wrap {
        width: 130px;
    }

    .header-container-wrapper>.e-con-inner {
        display: grid;
        grid-template-columns: auto max-content max-content;
        justify-content: unset !important;
        gap: 10px;
    }

    .header-nav-menu-wrap nav.hfe-nav-menu__layout-horizontal ul.hfe-nav-menu {
        flex-direction: column !important;
    }

    .header-nav-menu-wrap nav.hfe-nav-menu__layout-horizontal {
        width: 100vw !important;
        display: none;
    }

    .header-nav-menu-wrap nav.hfe-nav-menu__layout-horizontal.menu-is-active {
        display: block !important;
        right: -10px;
        left: auto !important;
        margin-top: 20px;
    }

    .header-logo-wrap img {
        object-fit: contain !important;
    }
}


@media screen and (max-width:992px) {
    .home-hero-banner-container .e-con-inner {
        flex-direction: column !important;
    }

    .home-hero-content-col,
    .home-hero-form-col {
        width: 100% !important;
    }

    .home-about-us-container .e-con-inner {
        flex-direction: column !important;
    }

    .home-about-us-img-col,
    .home-about-us-content-col {
        width: 100% !important;
    }

    .home-catelog-container-wrap .e-con-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-featured-listing-cards-wrapper .js-es-listings {
        grid-template-columns: 1fr 1fr 1fr !important;
        row-gap: 30px !important;
    }

    .home-counter-col-content .elementor-counter-title {
        text-align: center;
    }

    .our-blog-heading-container-wrap .e-con-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0px;
    }

    .our-blog-heading-btn-wrap {
        width: 100%;
        text-align: right;
    }

    .secure-financing-container-wrap .e-con-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 10px;
    }

    .secure-financing-btn-col {
        justify-content: flex-start !important;
    }

    .home-contact-form-wrap .cf7-row {
        display: grid !important;
        gap: 0px !important;
    }

    .home-featured-listings-heading-with-viewall-tab>.e-con-inner {
        flex-direction: column !important;
        gap: 0;
        align-items: flex-start !important;
    }

    .home-featured-listings-viewall-tab {
        width: 100%;
        text-align: right;
    }
}

/* Responsive */
@media (max-width: 900px) {
    .custom-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .custom-single-title {
        font-size: 24px;
    }

    .custom-single-container {
        margin: 20px auto;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .cf7-custom-form .cf7-row:first-child {
        flex-direction: column;
        gap: 10px;
    }

    .top-header-email-col>.elementor-element .elementor-icon-box-wrapper {
        flex-direction: row !important;
        align-items: center !important;
    }

    .top-header-email-col {
        justify-content: space-between;
    }

    .top-header-wrapper>.e-con-inner {
        gap: 0;
    }

    .top-header-social-icon-wrap {
        justify-content: center;
        padding-top: 0;
        gap: 10px;
    }

    .top-header-social-icon-wrap .elementor-icon svg {
        height: 16px !important;
        width: 16px !important;
    }

    .header-logo-wrap img {
        height: auto !important;
    }

    .header-logo-wrap {
        width: 100px;
    }

    .header-get-quote-btn a.elementor-button {
        font-size: 14px;
        padding: 10px 20px;
    }

    .home-hero-sec-wrapper,
    .home-about-us-section,
    .loan-programs-section,
    .property-types-section,
    .testimonial-section,
    .home-contact-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .our-blog-grid-container-wrapper {
        padding-bottom: 20px;
    }

    .secure-financing-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .home-hero-content-col {
        padding: 0px !important;
    }

    .home-about-us-content-list .elementor-icon-box-wrapper {
        flex-direction: row !important;
        text-align: left !important;
    }

    .home-catelog-box-btn {
        width: 100%;
    }

    .home-featured-listing-cards-wrapper .js-es-listings {
        grid-template-columns: 1fr 1fr !important;
        row-gap: 20px !important;
    }

    .loan-program-container-col:first-child {
        border-right: 0px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .home-counter-block-col:first-child,
    .home-counter-block-col:nth-child(2) {
        border-right: 0px solid #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .custom-blog-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:576px) {
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h5 {
        font-size: 15px !important;
    }

    .home-hero-content-col .dark-blue-btn a {
        padding: 10px 16px;
    }

    .home-banner-icon-box-container .home-banner-icon-box-col .elementor-icon-box-wrapper {
        flex-direction: row !important;
        align-items: center !important;
    }

    .home-banner-icon-box-col span.elementor-icon svg {
        height: 24px !important;
        width: 24px !important;
    }

    .home-hero-form-col {
        padding: 0px !important;
    }

    .home-about-us-img-col img {
        height: 300px !important;
    }

    .home-catelog-container-wrap .e-con-inner {
        grid-template-columns: 1fr;
    }

    .home-featured-listing-cards-wrapper .js-es-listings {
        grid-template-columns: 1fr !important;
        row-gap: 16px !important;
    }

    .property-type-container-wrap .e-con-inner {
        grid-template-columns: 1fr;
    }

    .secure-financing-btn-col a.elementor-button {
        padding: 10px 12px;
    }

    .home-contact-map-col iframe {
        height: 300px !important;
    }
}

/* ===== media-query-end-here ===== */