/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/common/reviews-homepage-footer-yellow-outline.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 496px;
    padding-right: 7.2%;
    padding-top: 72px;
    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 .heading-flex img {
    margin-right: 15px;
}

#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: end;
    padding-right: 0px;
    width: 100%;
}

#homepage__reviews-section .homepage__reviews-content {
    width: 581px;
    height: auto;
    border-radius: 5px;
    background: var(--white);
    padding: 37px 37px 36px 58px;
}

#homepage__reviews-section .homepage__reviews-content h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: var(--secondary-color);
    margin-top: 3px;
    padding: 0;
    padding-bottom: 21px;
    margin-left: 0;
}

#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;
    }

}

#homepage__reviews-section .homepage__reviews-content p {
    color: var(--primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 31px;
    padding-right: 23px;
    margin-left: -1px;
}

#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: 229px;
    height: 60px;
    border-radius: 2px;
    color: var(--secondary-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: unset;
    text-transform: uppercase;
    background: var(--button-color);
    border: none;
    padding: 18px;
}


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

.home-reviews-flex-inner .customer-rating {
    justify-content: start;
    margin-bottom: 8px;
}

.home-reviews-flex .customer-name {
    color: var(--primary-color);
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    margin-left: 2px;
    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: 0;
    padding-left: 0px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-left: 2px;
}


.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);
    }
} */
.home-reviews-broder-top-wrapper.mobile-appear {
    display: none;
}

@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 {
        top: 47px;
        right: 13px;
    }

    #homepage__reviews-section {
        width: 100%;
        min-height: 724px;
        padding: 50px 21px 36px;
        display: flex;
        justify-content: center;
        align-items: end;
        background-image: url("/images/home/mobile-reviews-footer-homepage.jpg");
    }

    .home-reviews-broder-top-wrapper.mobile-appear {
        display: block;
        min-height: 10px;
        width: 100%;
        background-color: #FFD457;
    }

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

    #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: 41px 23px 39px 34px;
        margin: auto;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        font-weight: 400;
        font-size: 15px;
        padding-bottom: 31px;
        padding-left: 3px;
        padding-right: 2px;
        line-height: 22px;
    }

    #homepage__reviews-section .homepage__reviews-content h3 {
        padding-bottom: 20px;
        margin-top: 0;
        margin-left: 4px;
    }

    #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: 9px;
    }


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

    .homepage__reviews-flex-part {
        margin-left: 5px;
    }

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

    #homepage__reviews-section .heading-flex {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 0;
        justify-content: space-between;
    }

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

    #homepage__reviews-section .heading-flex img {
        margin-right: 3px;
        margin-top: -3px;
    }

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

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

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

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

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

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

    #homepage__reviews-section .heading-flex img {
        width: 60px;
    }

    .home-reviews-flex .customer-name {
        font-size: 18px;
    }

    .home-reviews-flex .customer-name-location-date {
        font-size: 15px;
    }
}

@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-monthly-budget__btn {
    width: 214px;
    height: 55px;
    border-radius: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;

    text-transform: none;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 0;
}


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


}

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

/* HOMEPAGE-MID-SECTION */
@media screen and (min-width:1600px) {
    .common-styling .container {
        max-width: 1444px;
        padding: 0;
    }

}

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


    .common-styling .container .home-wrapper {
        margin-top: 39px;
    }

}

.common-styling .container {
    display: grid;
    grid-template-columns: auto 511px;
    padding-top: 54px;
    padding-bottom: 60px;
    gap: 113px;
}

.common-styling .home-wrapper {
    display: grid;
    grid-template-columns: 278px auto;
    gap: 157px;

}

.common-styling .container h3 {
    color: var(--secondary-color);

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 17px;
}

.common-styling .container p {
    color: var(--primary-color);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 23px;
}

.common-styling .container table {
    color: var(--primary-color);

    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-left: 3px;
}

.common-styling .container table tr td:nth-child(1) {
    padding-right: 9px;
}

.common-styling .container .home-mid-btn.btn {
    border-radius: 2px;
    background: #FFD457;
    color: var(--secondary-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 19px 0;
    width: 229px;
    height: 60px;
    text-transform: uppercase;
    margin-top: 11px;
}

.common-styling .container .logo-content img {
    width: 100%;
}

.common-styling .container .img-content img {
    width: 100%;
}

@media screen and (min-width:1400px) and (max-width:1599px) {
    .common-styling .home-wrapper {
        display: grid;
        grid-template-columns: 250px auto;
        gap: 70px;
    }

    .common-styling .container {
        display: grid;
        grid-template-columns: auto 511px;
        padding-top: 54px;
        padding-bottom: 60px;
        gap: 65px;
    }

    .common-styling .container {
        max-width: 90%;
    }

}

.common-styling .img-content .mobile-appear {
    display: none;
}

.common-styling .img-content .mobile-disappear {
    display: block;
}

@media screen and (min-width:991px) and (max-width:1399px) {
    .common-styling .home-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .common-styling .container {
        display: grid;
        grid-template-columns: auto 50%;
        padding-top: 54px;
        padding-bottom: 60px;
        gap: 50px;
        max-width: 85%;
        align-items: end;

    }

    .common-styling .container .logo-content img {
        width: 211px;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {

    .common-styling .container .logo-content img {
        width: 278px;
    }
}

@media screen and (max-width:992px) {
    .common-styling .container {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 34px;
        padding-bottom: 51px;
        gap: 39px;
    }

    .common-styling .home-wrapper {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
        justify-content: center;
        text-align: center;


    }

    .common-styling .img-content .mobile-appear {
        display: block;
    }

    .common-styling .img-content .mobile-disappear {
        display: none;
    }

    .common-styling .container .logo-content img {
        width: 209px;
        margin-bottom: 29px;
    }

    .common-styling .container h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .common-styling .container p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 auto;
        margin-bottom: 23px;
        width: 80%;
    }

}

@media screen and (max-width:767px) {
    .common-styling .container p {
        width: 92%;
    }
}

@media screen and (max-width: 767px) and (min-width: 600px) and (orientation:landscape) {
    #homepage__reviews-section .homepage__reviews-content {
        max-width: 581px;
    }
}

/* HOMEPAGE-MID-SECTION */