/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/homepage-reviews-footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 520px;
    padding-left: 7.3%;
    padding-top: 50px;
    display: flex;
    align-items: start;
    justify-content: start;
    padding-bottom: 30px;
}

#homepage__reviews-section .container {
    max-width: 100%;
    padding: 0;

}

#homepage__reviews-section .heading-flex {
    display: flex;
    gap: 11px;
    justify-content: space-between;
    align-items: start;
    position: relative;
}


#homepage__reviews-section .home-flex-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
}

#homepage__reviews-section .row.align-end {
    justify-content: end;
    margin: 0;
}

#homepage__reviews-section .homepage__reviews-wrapper {
    display: flex;
    justify-content: start;
    padding-right: 0px;
    width: 100%;
}

#homepage__reviews-section .homepage__reviews-content {
    width: 808px;
    min-height: 414px;
    border-radius: 5px;
    background: linear-gradient(323deg, rgba(255, 255, 255, 0.00) -13.36%, #FFF 50.2%, #999 101.56%);
    padding: 44px 81px 48px 74px;
}

#homepage__reviews-section .homepage__reviews-content h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: var(--primary-color);
    text-transform: capitalize;
    margin-top: 7px;
    letter-spacing: -0.72px;
    padding: 0;
    padding-bottom: 40px;
    margin-left: 0px;
}

#homepage__reviews-section .homepage__reviews-flex-part .customer-rating {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    #homepage__reviews-section .homepage__reviews-flex-part .customer-rating {
        margin-right: 5px;
        margin-bottom: 14px;
        margin-left: 4px;
    }

}

#homepage__reviews-section .homepage__reviews-content p {
    color: var(--primary-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 37px;
    padding-right: 81px;
    margin-left: -1px;
    letter-spacing: 0.2px;
}

#homepage__reviews-section .home-review-para-wrapper {
    display: flex;
    gap: 0;
    align-items: start;
}

#homepage__reviews-section .home-reviews-flex-inner .flex-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: 215px;
    height: 55px;
    border-radius: 5px;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: unset;
    background: var(--button-color);
    border: none;
    padding: 15px;
    margin-bottom: 11px;
}


.home-reviews-flex-inner {
    padding-left: 0;
}

.home-reviews-flex-inner .customer-rating {
    justify-content: start;
}

.home-reviews-flex .customer-name {
    color: var(--primary-color);
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-left: 6px;
    text-transform: capitalize;
}

.home-reviews-flex .customer-name-location-date {
    color: var(--primary-color);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 4px;
    padding-left: 0px;
    text-transform: capitalize;
    margin-bottom: 2px;
    margin-left: 6px;
}


.home-reviews-flex .reviews-btn:focus,
.reviews-btn-main .reviews-btn.mobile:focus,
#homepage__reviews-section .homepage__reviews-content .reviews-btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (min-width:767px) {

    #homepage-monthly-budget .mobile-disappear {
        display: block !important;
        margin: 0 auto;
    }

    #homepage-monthly-budget .mobile-appear {
        display: none !important;
    }

    .home-grid-section .image-grid-two img.red-car-img {
        margin-top: -2px;
    }

    .home-grid-section .image-grid-two {
        margin-top: -52px;
    }

}

/* 
@media screen and (min-width:768px) and (max-width:1199px) {
    #homepage__reviews-section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url(/images/home/bgrnd-reviews-home.jpg);
    }
} */

@media screen and (max-width:767px) {
    #homepage__reviews-section .row {
        margin: 0;
    }

    #homepage-monthly-budget .mobile-appear {
        display: block !important;
        margin: 0 auto;
        margin-top: 9px;
        margin-bottom: 13px;
    }

    #homepage-monthly-budget .mobile-disappear {
        display: none !important;
    }

    #homepage__reviews-section .container {
        padding: 0;
    }

    #homepage__reviews-section .heading-flex img.quote {
        margin-right: 7px;
        width: 38px;
        margin-top: 6px;

    }

    #homepage__reviews-section {
        width: 100%;
        min-height: 863px;
        padding: 38px 14px 30px 13px;
        display: flex;
        justify-content: center;
        align-items: start;
        background-image: url("/images/home/home-reviews-bg-mobile.jpg");
        background-position: center top;
    }

    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {
        margin-left: 3px;
    }

    #homepage__reviews-section .home-reviews-flex-inner .flex-content {
        flex-direction: column;
        align-items: start;
        gap: 22px;
    }

    #homepage__reviews-section .row.align-end {
        justify-content: start;
        margin: 0;
    }

    #homepage__reviews-section .homepage__reviews-wrapper {
        flex-direction: column;
        padding: 0;
    }

    #homepage__reviews-section .homepage__reviews-content {
        width: 100%;
        padding: 42px 35px 32px 38px;
        margin: auto;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        font-weight: 400;
        font-size: 18px;
        padding-bottom: 38px;
        padding-left: 0px;
        padding-right: 4px;
        margin-left: 1px;
        line-height: 25px;
    }

    #homepage__reviews-section .homepage__reviews-content h3 {
        padding-bottom: 33px;
        font-size: 30px;
        font-weight: 700;
        margin-top: 0;
        margin-left: 0px;
        width: 172px;
        line-height: 35px;
    }

    #homepage__reviews-section .home-review-para-wrapper img {
        width: 28px;
    }

    #homepage__reviews-section .home-review-para-wrapper {
        gap: 11px;
    }

    .homepage__reviews-flex-part .customer-rating {
        margin-bottom: 14px;
        margin-left: 3px !important;
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        margin-left: 5px;
        margin: 0;
        width: 276px;
    }

    .home-reviews-flex {
        margin-bottom: 0;
        gap: 0;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding-left: 0;
    }

    .reviews-btn-main {
        display: flex;
        justify-content: end;
    }

    #homepage__reviews-section .heading-flex {
        display: flex;
        gap: 0;
        justify-content: space-between;
        align-items: start;
    }

    .homepage__reviews-text-section {
        text-align: left;
    }

    #homepage__reviews-section .home-btn {
        margin: auto;
    }

    .reviews-btn-main .reviews-btn.mobile {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 360px) {
    #homepage__reviews-section .homepage__reviews-content {
        padding: 32px 20px 35px;
    }

    #homepage__reviews-section .container {
        max-width: 100%;
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        width: 220px;
    }

    #homepage__reviews-section .homepage__reviews-content h3 {
        font-size: 28px;
    }

    #homepage__reviews-section {
        padding-left: 3%;
        padding-right: 3%;
    }
}

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

    .reviews-btn-main .reviews-btn.mobile {
        font-size: 15px;
    }


    .home-reviews-flex .customer-name-location-date {
        padding-bottom: 0;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        font-size: 16px;
        line-height: 22px
    }
}



.home-grid-section .image-grid-two .mobile-appear {
    display: none;
}

.home-grid-section .image-grid-two {
    display: flex;
    gap: 11px;
}

@media screen and (min-width:1700px) {
    #monthly-budget-home-section .container {
        max-width: 1637px;
        padding: 0;
    }

    .home-grid-section .image-grid-two {
        display: grid;
        grid-template-columns: 57.6% auto;
        gap: 11px;
    }

}

#monthly-budget-home-section .container {
    display: grid;
    grid-template-columns: auto 902px;
    gap: 158px;
}

/* HOMEPAGE-MID-SECTION */

.homepage-mid-section .container {
    padding: 0;
    max-width: 100%;
}


.homepage-mid-section {
    background-image: url(/images/home/homepage-finance-image.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 520px;
    margin-bottom: 6px;
    padding-left: 179px;
    padding-top: 104px;
    margin-top: 76px;
}

.homepage-mid-section .container h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    margin-bottom: 11px;
    color: var(--white);
}

.homepage-mid-section .container h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0.24px;
    margin-bottom: 29px;
    color: var(--white);
}

.homepage-mid-section .container p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 39px;
    width: 90%;
    margin-left: 2px;
    color: var(--white);
    width: 372px;
    letter-spacing: 0.2px;
}

.homepage-mid-section .container .btn.home-mid-btn {
    width: 215px;
    height: 55px;
    padding: 14px 0;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: unset;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 5px;
    margin-left: 1px;
}

@media screen and (max-width:1599px) and (min-width:1300px) {
    .homepage-mid-section .container {
        display: grid;
        grid-template-columns: 50% auto;
        gap: 70px;
    }

}

@media screen and (max-width:992px) and (min-width:768px) {
    .homepage-mid-section {
        padding-left: 12%;
        background-position: center left -200px;
    }

    #homepage__reviews-section {
        padding: 4%;
    }

}

@media screen and (max-width:767px) {
    #homepage__reviews-section .homepage__reviews-flex-part .customer-rating img{
        width: 20px;
    }
    #homepage .homepage-mid-section {
        order: 4;
        background-image: url(/images/home/mobile-homepage-finance.jpg);
        padding: 61px 57px 30px;
        height: 733px;
    }

    .homepage-mid-section .homepage-background-wrapper .container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 28px;
        padding-bottom: 62px;
    }

    .homepage-mid-section .container p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
        width: 95%;
    }

    .homepage-mid-section .container h2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:360px) {
    #homepage .homepage-mid-section {
        padding-left: 30px;
    }

    .homepage-mid-section .container p {
        width: 100%;
    }
}

/* HOMEPAGE-MID-SECTION */