/* =========================================
HOME LOAN SECTION
========================================= */

.home-ready-wrap{
    position:relative;
    width:100%;
    overflow:hidden;
}

.home-ready-image{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}

.home-ready-content{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    z-index:2;
    max-width:520px;
}

.home-ready-title{
    margin:0 0 18px;
    font-size:32px;
    font-weight:800;
    margin-left: -184px;
    font-style:italic;
    line-height:1.1;
    color:#0B4EA2;
    text-transform:uppercase;
}

/* .home-ready-title::before{
    content:"◆◆";
    display:inline-block;
    font-size:22px;
    letter-spacing:-2px;
    margin-right:8px;
} */

.home-ready-sub-span{
    display:block;
    margin-left:15px;
    font-size:22px;
    font-weight:700;
    color:#0B4EA2;
}

.home-ready-features{
    list-style:none;
    padding:0;
    margin:0 0 22px;
}

.home-ready-features li{
    position:relative;
    padding-left:24px;
    margin-bottom:10px;
    font-size:14px;
    font-weight:600;
    color:#5b5b5b;
}

.home-ready-features li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#39c65a;
    font-weight:bold;
}

.home-ready-btn{
    display:inline-block;
    padding:10px 18px;
    background:#e31c23;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-size:14px;
    font-weight:700;
}

/* MOBILE */

/* ==========================
TABLET
========================== */
@media (max-width:991px){

    .home-ready-content{
        left:5%;
        max-width:420px;
    }

    .home-ready-title{
        font-size:22px;
        margin-left:-167;
    }

    .home-ready-sub-span{
        font-size:16px;
        margin-left:0;
        margin-top: -23px;
    }

    .home-ready-features li{
        font-size:12px;
    }
}

/* ==========================
MOBILE
========================== */
@media (max-width:767px){

    .home-ready-content{
        width:50%;
        left:10px;
    }

    .home-ready-title{
        font-size:14px !important;
        margin:0 0 5px 0 !important;
        margin-left:0 !important;
        line-height:1.1;
        display:flex;
        align-items:center;
        gap:3px;
    }

    .home-ready-symbol{
        font-size:10px;
        margin:0;
        line-height:1;
    }

    .home-ready-sub-span{
        font-size:10px;
        margin-left:0;
        margin-top:2px;
    }

    .home-ready-features{
        margin:6px 0;
    }

    .home-ready-features li{
        font-size:8px;
        line-height:1.3;
        margin-bottom:2px;
        padding-left:12px;
    }

    .home-ready-features li::before{
        font-size:8px;
    }

    .home-ready-btn{
        font-size:8px;
        padding:4px 8px;
    }
}

/* ==========================
320px MOBILE
========================== */
@media (max-width:480px){

    .home-ready-content{
        width:52%;
        left:8px;
    }

    .home-ready-title{
        font-size:11px !important;
    }

    .home-ready-symbol{
        font-size:8px;
    }

    .home-ready-sub-span{
        font-size:8px;
    }

    .home-ready-features li{
        font-size:7px;
        padding-left:10px;
    }

    .home-ready-btn{
        font-size:7px;
        padding:3px 6px;
    }
}