/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/bgrnd-reviews-home.jpg);
    background-position: auto;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 621px;
    padding-left: 7.7%;
    padding-top: 111px;
    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;
    flex-direction: column;
    gap: 11px;
    justify-content: start;
    align-items: start;
    position: relative;
}

#homepage__reviews-section .heading-flex img.quote {
    position: absolute;
    top: 27px;
    right: 38px;
}

#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: 555px;
    height: auto;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

#homepage__reviews-section .homepage__reviews-content h4 {
    font-family: var(--header-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: var(--white);
    margin-top: 0;
    padding: 0;
    padding-bottom: 30px;
    margin-left: -1px;
}

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

#homepage__reviews-section .homepage__reviews-content p {
    color: var(--white);
    font-family: var(--roboto-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 62px;
    padding-right: 106px;
    letter-spacing: 0.18px;
}

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

#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: 254px;
    height: 60px;
    border-radius: 0;
    font-family: var(--body-font);
    color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: unset;
    position: relative;
    text-transform: uppercase;
    background: var(--button-color);
    border: none;
    margin-right: 41px;
    padding: 17px 8px 20px 0;
    background-image: url("/images/common/common-hero-btn-arrow.svg");
    background-position: right 10.4% center;
    background-repeat: no-repeat;
    background-size: auto;
    letter-spacing: 0.48px;
}


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

.home-reviews-flex-inner .customer-rating {
    margin-bottom: -5px;
    padding-right: 0;
    justify-content: start;
    margin-left: 1px;
}

.home-reviews-flex .customer-name {
    color: var(--white);
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    font-family: var(--header-font);
    margin-left: 3px;
    text-transform: capitalize;
}

.home-reviews-flex .customer-name-location-date {
    color: var(--white);
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin-top: 0;
    padding-left: 0px;
    text-transform: capitalize;
    margin-bottom: 14px;
    margin-left: 3px;
    letter-spacing: 0.15px;
}


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

    #homepage__reviews-section {
        width: 100%;
        min-height: 630px;
        display: flex;
        justify-content: center;
        align-items: start;
    }

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

    #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%;
        min-height: auto;
        margin: auto;
        margin-top: 0;
        z-index: 1;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 30px;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 29px;
        margin-left: 3px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        margin-left: 0;
        margin-bottom: 19px;
        padding-bottom: 0;
        font-style: normal;
        font-size: 28px;
    }

    #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-left: 1px;
        margin-bottom: 8px;
    }

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

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 30px;
        text-decoration: none;
    }

    .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;
        flex-direction: column;
        gap: 8px;
        justify-content: start;
        align-items: start;
        position: relative;
    }

    .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: 330px) {
    #homepage__reviews-section .homepage__reviews-content {
        padding: 32px 15px 35px 15px;
        padding-left: 0;
        padding-right: 0;
    }

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

    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 30px;
        font-size: 14px;
        padding-bottom: 20px;
        line-height: 19px;
    }

    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {
        font-size: 14px;
        line-height: 19px;
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        width: 213px;
        margin-top: 20px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        margin-left: 0;
        margin-bottom: 12px;
        font-size: 28px;
    }
}

@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;
    font-family: var(--header-font);
    text-transform: none;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 0;
}

#banner .btn {
    width: 254px;
    height: 60px;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.48px;
    color: var(--primary-color);
    padding: 21px 7px 20px 0;
    position: relative;
    text-transform: uppercase;
    box-shadow: unset;
    border: none;
    border-radius: 0;
    background-color: var(--button-color);
    background-image: url("/images/common/common-hero-btn-arrow.svg");
    background-position: right 10.4% center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 4px;
}

@media screen and (max-width: 330px) {
    #banner .btn {
        width: 100%;
    }
}

.home-btn:hover {
    color: var(--primary-color);
}

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


@media screen and (min-width:1500px) {
    .homepage-mid-section .container {
        max-width: 1405px;
        padding: 0;
    }
}

.homepage-mid-section .container {
    padding-top: 118px;
}

.homepage-mid-section .container .single-grid-img img:nth-child(1) {
    width: 100%;
}

.home-grid-section .image-grid-two img {
    width: 100%;
}


.homepage-mid-section {
    /* background-image: url(/images/home/home-page-grey-image-background.png); */
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.homepage-mid-section .single-grid-img {
    z-index: 2;
    margin-bottom: -29px;
    position: relative;
}

.homepage-mid-section .mid-logo {
    position: absolute;
    right: 52px;
    top: 30px;
}

.homepage-mid-section .home-mid-btn.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--body-font);
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.48px;
    color: var(--primary-color);
    padding: 18px 8px 18px 0;
    position: relative;
    text-transform: uppercase;
    width: 254px;
    height: 60px;
    box-shadow: unset;
    border: none;
    background-color: var(--button-color);
    background-image: url("/images/common/common-hero-btn-arrow.svg");
    background-position: right 9.6% center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: -1px;
}

.homepage-mid-section .home-mid-btn.btn:hover {
    color: var(--primary-color);
}

.homepage-mid-section .text-content {
    margin-top: 70px;
}

.homepage-mid-section .single-grid {
    display: grid;
    grid-template-columns: auto 839px;
    gap: 119px;
}

.homepage-mid-section h3 {
    color: var(--primary-color);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 24px;
}

.homepage-mid-section p {
    color: var(--primary-color);
    font-family: var(--header-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 32px;
    margin-left: 1px;
}

@media screen and (min-width:992px) and (max-width:1699px) {
    .home-grid-section .image-grid-two {
        display: grid;
        grid-template-columns: 62% 45%;
        gap: 0;
        column-gap: 10px;
    }
}

@media screen and (min-width:1300px) and (max-width:1499px) {
    .homepage-mid-section .single-grid {
        display: grid;
        grid-template-columns: auto 60%;
        gap: 40px;
    }
}

@media screen and (min-width:768px) and (max-width:1299px) {
    .homepage-mid-section h3 {
        color: var(--primary-color);
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 39px;
        margin-bottom: 25px;
    }

    .homepage-mid-section .text-content {
        margin-top: 0px;
    }

    .homepage-mid-section .single-grid-img {
        margin-bottom: -20px;
    }

    .homepage-mid-section .single-grid {
        display: grid;
        grid-template-columns: auto 55%;
        gap: 40px;
    }

    .homepage-mid-section .mid-logo {
        position: absolute;
        right: 20px;
        top: 20px;

    }

    .homepage-mid-section .mid-logo img {
        width: 50px;
    }

}

.homepage-mid-section .mobile-appear {
    display: none;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .homepage-mid-section h3 {
        color: var(--primary-color);
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        margin-bottom: 19px;
    }

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

    .home-grid-section .image-grid-two .mobile-disappear {
        display: block !important;
    }

    .home-grid-section .image-grid-two img.red-car-img {
        margin-top: 0px;
        min-height: 100%;
    }


    .homepage-mid-section .container {
        max-width: 98%;
        padding-top: 60px;
    }

    .home-grid-section .image-grid-two {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 11px;
        margin-top: -30px;
    }

    .homepage-mid-section .mobile-appear {
        display: none !important;
    }

    .homepage-mid-section .mobile-disappear {
        display: block !important;
    }

    .homepage-mid-section .single-grid-img {
        margin-bottom: 0;
    }

    .homepage-mid-section .mid-logo {
        display: none;

    }

    .homepage-mid-section p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0.8px;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .homepage-mid-section .single-grid {
        display: grid;
        grid-template-columns: auto 55%;
        gap: 30px;
    }

    .homepage-mid-section .mid-image.mobile-appear {
        display: none !important;
    }

    .homepage-mid-section .mid-image.mobile-disappear {
        display: block !important;
    }

}


@media screen and (max-width:767px) {
    .homepage-mid-section {
        order: 3;
    }

    .homepage-mid-section .single-grid {
        grid-template-columns: 1fr;
        gap: 98px;
    }

    .homepage-mid-section .single-grid-img {
        margin: 0;
    }

    .homepage-mid-section .container {
        margin-top: 97px;
        padding: 0;
    }

    .homepage-mid-section .mobile-appear {
        display: block;
    }

    .homepage-mid-section .mid-logo {
        display: none;
    }

    .home-grid-section .image-grid-two {
        flex-direction: column;
        gap: 10px;
    }

    .homepage-mid-section h3 {
        color: var(--primary-color);
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 15px;
        text-align: center;
    }

    .homepage-mid-section .container {
        max-width: 100%;
        margin: 0;
        padding: 0 26px 0 27px;
        margin-top: 90px;
    }

    .homepage-mid-section .single-grid-img {
        margin-bottom: 0;
    }

    .homepage-mid-section .mid-logo {
        position: absolute;
        right: 20px;
        top: 20px;

    }

    .homepage-mid-section .home-mid-btn.btn {
        margin: 0 auto;
    }

    .homepage-mid-section .text-content {
        margin-top: 0px;
    }

    .homepage-mid-section p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
        letter-spacing: 0.8px;
        text-transform: capitalize;
        margin-bottom: 33px;
        text-align: center;
    }

    .home-grid-section .image-grid-two img:nth-child(3) {
        margin-top: -26px;
    }

    .home-grid-section {
        order: 3;
    }
}

@media screen and (max-width: 360px) {
    .homepage-mid-section .container {
        max-width: 100%;
        margin: 0;
        padding: 0 15px;
        margin-top: 97px;
    }

    .home-grid-section .image-grid-two img:nth-child(3) {
        margin-top: -10px;
    }

    .homepage-mid-section h3 {
        font-size: 23px;
        line-height: 26px;
    }
}

/* HOMEPAGE-MID-SECTION */

/* START OF INSTA FEED STYLING */

#social-feed .press {
    margin-top: 54px;
    margin-bottom: 65px;
}

#homepage #social-feed {
    background-image: url("/images/common/insta-feed-background.jpg");
    padding-bottom: 34px;
	order:4;
}

#social-feed {
    background-image: url("/images/common/insta-feed-background-long.jpg");
    background-position: center top;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 114px;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    #social-feed .container {
        max-width: 1099px;
        padding: 0;
    }
    #social-feed h2 {

    }
    #social-feed .instagram h2, #social-feed .instagram img {

    }
}

#homepage #social-feed h2, #homepage #social-feed .instagram img {

}

 #social-feed .instagram img {
    margin-bottom: 7px;
 }

#social-feed h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 31px;
}

#social-feed .instagram h2 {
    margin-bottom: 41px;
}

#homepage #social-feed .instagram h2 {
    margin-bottom: 46px;
}

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


    #social-feed {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #social-feed h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    #social-feed .press {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    #homepage .homepage-background-wrapper {
        background-image: url(/images/common/home-page-bgrnd-mobile.png);
        background-position: bottom -7% left;
    }
}

@media screen and (min-width:376px) and (max-width:767px){
    #homepage .homepage-background-wrapper {
        background-size: cover;
    }
}
/* END OF INSTA FEED STYLING */