/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/homepage-footer-reviews.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 620px;
    padding-left: 173px;
    padding-top: 174px;
    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 {
    position: relative;
}

#homepage__reviews-section img.quote {
    margin-right: 22px;
    margin-top: 21px;
}

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

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

#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(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 78px;
    padding-right: 11px;
}

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

#homepage__reviews-section .home-reviews-flex-inner .flex-content {
    display: flex;
    flex-direction: column;
    align-items: end;
}

#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: 254px;
    height: 60px;
    border-radius: 2px;
    font-family: var(--header-font);
    color: var(--white);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
    background-image: url("/images/common/stripe-background.svg");
    border: 1px solid var(--white);
    border-radius: 0;
    margin-right: 9px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    padding: 19px;
    background-position: right;
    background: transparent;
    margin-bottom: 0;
}


.home-reviews-flex-inner {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.home-reviews-flex-inner .customer-rating {
    margin-bottom: 16px;
    padding-right: 0;
    justify-content: start;
    margin-left: 0px;
    display: flex;
   align-items: start;
   margin-top: 5px;
}

.home-reviews-flex .customer-name {
    color: var(--white);
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-left: 2px;
    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: 0px;
    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 (max-width:1799px) and (min-width:991px) {
    #homepage__reviews-section {
        background-position: left;
        min-height: 520px;
        padding-top: 133px;
        padding-left: 135px;
    }
}

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

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

@media screen and (min-width:768px) {
    #homepage__reviews-section .home-reviews-flex-inner .flex-content {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-bottom: 3px;
    }
}


@media screen and (max-width:992px) {
    #homepage__reviews-section .heading-flex img.quote {
        top: 15px;
        right: 18px;
        width: 103px;
    }

    #homepage__reviews-section {
        min-height: 500px;
        background-position: left;
        padding-top: 93px;
        padding-left: 13%;
    }

    #homepage__reviews-section .home-review-para-wrapper img {
        display: none;
    }

    #homepage__reviews-section .home-review-para-wrapper {
        gap: 0;
        margin-left: 0;
    }
}

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

    #homepage__reviews-section .heading-flex img.quote {
        top: 59px;
        right: 18px;
        width: 103px;
    }

    #homepage-monthly-budget .mobile-appear {
        display: block !important;
        margin: 0 auto;
        margin-top: 9px;
        margin-bottom: 13px;
    }
    #homepage .overlay-text-flex{
        margin-left: 10px;
    }
    #homepage-monthly-budget .mobile-disappear {
        display: none !important;
    }

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

    #homepage__reviews-section .heading-flex img.quote {
        top: -25px;
        right: -9px;
    }

    #homepage__reviews-section {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        padding: 55px 41px 30px 35px;
        background-image: url(/images/home/mobile-homepage-footer-reviews.jpg);
        min-height: 1235px;
    }



    #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 .home-reviews-flex-inner .flex-content {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #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: 0;
        font-size: 15px;
        line-height: 21px;
        padding-bottom: 24px;
        margin-left: 1px;
        font-weight: 400;
        letter-spacing: 0.15px;
    }

    .home-reviews-flex-inner .customer-rating {
        margin-bottom: 16px;
    }

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

    #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: 0;
        margin-right: 0;
        text-decoration: none;
        margin-top: 44px;
    }

    .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 {
        position: relative;
    }

    .home-reviews-flex-inner {
        padding-left: 0;
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-direction: column;
    }

    .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 {
        padding: 38px 15px 30px;
    }

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

    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 7px;
    }

    .home-reviews-flex .customer-name {
        font-size: 16px;
        line-height: 20px;
    }

    #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: 25px;
        font-size: 30px;
    }

    #homepage__reviews-section .heading-flex img.quote {
        top: -18px;
        right: -2px;
        width: 89px;
    }
}

@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: 272px;
    height: 55px;
    border-radius: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    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;
    background-color: var(--button-color);
    border-radius: 5px;
}

#banner .btn {
    width: 254px;
    height: 60px;
    border: none;
    border-radius: 0px;
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--button-color);
    padding: 20px 0;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

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

.home-btn:hover,
#banner .btn {
    color: #fff;
}

@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-LUXURY-&-PERFORMANCE START */
@media screen and (min-width:1800px) {
    #luxury-and-performance .container {
        padding: 0;
        padding-right: 206px;
    }
}

#luxury-and-performance .container {
    display: grid;
    grid-template-columns: auto 187px;
    gap: 97px;
}

#luxury-and-performance .container .main-content {
    padding-top: 110px;
}

#luxury-and-performance .container .logo-content {
    padding-top: 81px;
}

#luxury-and-performance {
    background: linear-gradient(35deg, #F1F1F1 6.05%, #FFF 66.09%);
    display: grid;
    grid-template-columns: 892px auto;
    gap: 123px;
}

#luxury-and-performance .image-content .mobile-appear {
    display: none;
}

#luxury-and-performance .image-content .mobile-disappear {
    display: block;
    width: 100%;
}


#luxury-and-performance .container h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 25px;
    margin-left: 1px;
}

#luxury-and-performance .container p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.15px;
    margin-bottom: 44px;
    margin-left: 3px;
}

#luxury-and-performance .container .btn.home-luxury-btn {
    width: 254px;
    height: 60px;
    border: none;
    background: var(--button-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    color: var(--white);
    border-radius: 0;
}


@media screen and (min-width:768px) and (max-width:1899px) {
    #luxury-and-performance {
        display: grid;
        grid-template-columns: 50% auto;
        gap: 70px;
    }

    #luxury-and-performance .container {
        display: grid;
        grid-template-columns: auto 25%;
        gap: 30px;
        padding: 0 88px 0 25px;
    }

    #luxury-and-performance .container .logo-content img {
        width: 100%;
    }
}

@media screen and (min-width:1200px) and (max-width:1899px) {
    #luxury-and-performance .container h3 {
        width: 370px;
    }
}

@media screen and (min-width:991px) and (max-width:1499px) {
    #luxury-and-performance .container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }

    #luxury-and-performance {
        gap: 30px;
    }

    #luxury-and-performance .container .main-content {
        padding-top: 0;
        margin-bottom: 30px;
    }

    #luxury-and-performance .container p {
        width: 94%;
        margin-bottom: 30px;
    }

    #luxury-and-performance .container .logo-content {
        grid-row-start: 1;
        padding-top: 0;
    }

    #luxury-and-performance .container .logo-content img {
        width: 100px;
    }

    #luxury-and-performance .image-content .mobile-disappear {
        width: 100%
    }

    #luxury-and-performance .image-content .mobile-appear {
        display: none !important;
    }

    #luxury-and-performance .image-content .mobile-disappear {
        display: block !important;
        width: 100%;
    }

    #luxury-and-performance .image-content {
        display: flex;
        align-items: end;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    #luxury-and-performance .container p {
        width: 90% !important;
    }

    #luxury-and-performance .image-content .mobile-appear {
        display: none !important;
    }

    #luxury-and-performance .image-content .mobile-disappear {
        display: block !important;
        width: 100%;
    }
    #luxury-and-performance .container{
        padding-inline:0 ;
    }
}

@media screen and (max-width:992px) {
    #luxury-and-performance {
        order: 3;
        grid-template-columns: 1fr;
        gap: 34px;
        padding-top: 0;
    }

    #luxury-and-performance .container .logo-content {
        grid-row-start: 1;
        margin-bottom: 18px;
        display: flex;
        justify-content: center;
    }

    #luxury-and-performance .container .logo-content {
        padding-top: 0;
    }

    #luxury-and-performance .container .logo-content img {
        width: 157px;
    }

    #luxury-and-performance .container {
        grid-template-columns: 1fr;
        grid-row-start: 1;
        gap: 0;
        padding-top: 0;
        margin: 0 auto;
    }

    #luxury-and-performance .image-content .mobile-appear {
        display: block;
        width: 100%;
    }

    #luxury-and-performance .container .main-content {
        padding-top: 0;
    }

    #luxury-and-performance .image-content .mobile-disappear {
        display: none;
    }

    #luxury-and-performance .container h3 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 21px;
        margin-left: 0;
        text-align: center;
        letter-spacing: 0.48px;
    }

    #luxury-and-performance .container p {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.15px;
        margin: 0 auto;
        margin-bottom: 31px;
        text-align: center;
        width: 97%;
    }

    #luxury-and-performance .container .btn.home-luxury-btn {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

}

@media screen and (max-width:360px) {
    #luxury-and-performance .container .logo-content img {
        width: 130px;
    }

    #luxury-and-performance .container {
        padding-left: 13px;
    }

    #luxury-and-performance .container h3 {
        font-size: 22px;
    }
}

/* HOMEPAGE-LUXURY-&-PERFORMANCE END */
/* brandwindow */
#homepage .overlay-text-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
}

@media screen and (min-width:768px) {
    #homepage .overlay-text-flex {
        display: flex;
        align-items: start;
        justify-content: center;
        margin-bottom: 10px;
    }
}

#homepage .overlay-text-flex hr {
    width: 1px;
    height: 24px;
    margin: 0;
    margin-left: 11px;
    margin-right: 13px;
    background-color: #D9D9D9;
}

/* brandwindow */

/* START OF HOMEPAGE MID SECTION STYLING */

#home-mid-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-top: -74px;
}
@media screen and (min-width: 1920px) {
    #home-mid-section {
        margin-top: -100px;
    }
}
@media screen and (min-width: 2800px) {
    #home-mid-section {
        margin-top: -3.7%;
    }
}
#home-mid-section .text-content {
    background-image: url("/images/home/homepanel-previouslysold.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 484px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}
#home-mid-section .text-content.cashforcars {
    background-image: url("/images/home/homepanel-selltous.jpg");
    padding-left: 0;
}
#home-mid-section h3 {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px; 
    padding: 0;
    padding-bottom: 15px;
    text-transform: capitalize;
}
#home-mid-section a.home-btn {
    width: 254px;
    height: 60px;
    border: none;
    background: var(--button-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    color: var(--white);
    border-radius: 0;
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    #home-mid-section {
        margin-top: 0;
        order: 2;
        grid-template-columns: 1fr;
        gap: 0;
    }
    #home-mid-section .text-content {
        background-image: url("/images/home/mobile-homepanel-previouslysold.jpg");
        background-position: center bottom;
        height: 237px;
        padding: 0;
        justify-content: start;
        padding-top: 64px;
    }
    #home-mid-section .text-content.cashforcars {
        background-image: url("/images/home/mobile-homepanel-selltous.jpg");
        padding-top: 80px;
    }
    #home-mid-section .text-content.cashforcars h3 {
        padding-bottom: 7px;
    }
    #home-mid-section h3 {
        font-size: 24px;
        padding-bottom: 12px;
    }
    #home-mid-section a.home-btn {
        width: 204px;
        height: 47px;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.39px;
        padding: 16px;
        margin-left: 0;
    }
}
@media screen and (max-width:767px) and (orientation:landscape){
	#home-mid-section .text-content {
        background-position: center;
        height: 300px;
    }
}

/* END OF HOMEPAGE MID SECTION STYLING */