/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/bgrnd-reviews.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 486px;
    padding-right: 7.2%;
    padding-top: 80px;
    padding-bottom: 30px;
    display: flex;
    align-items: start;
    justify-content: end;
}

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

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

#homepage__reviews-section .homepage__reviews-wrapper {
    display: flex;
    justify-content: end;
}

#homepage__reviews-section .homepage__reviews-content {
    width: 581px;
    position: relative;
    padding: 39px 58px 40px 46px;
    border-radius: 5px;
    background: #FFF;
}
.reviews-btn-main .reviews-btn.mobile {
    margin-bottom: 0;
}

#homepage__reviews-section .homepage__reviews-content h4 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 37px;
    margin-top: 0;
    letter-spacing: 0.28px;
    padding: 0;
    text-transform: capitalize;
    margin-left: 10px;
}

#homepage__reviews-section .homepage__reviews-content p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 6px;
    margin-left: 0;
    padding-top: 1px;
}

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

.home-reviews-flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: end;
    gap: 5px;
}

.homepage__reviews-text-section {
    /* background-image: url("/images/home/icon-quote.svg"); */
    background-position: top 6px right;
    background-repeat: no-repeat;
    background-size: 180px;
}

.home-reviews-flex .reviews-btn, .reviews-btn-main .reviews-btn.mobile, #homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: auto;
    height: auto;
    border-radius: 5px;
    background: transparent;
    font-family: var(--header-font);
    color: #B08C4C;
    border:none;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 3px;
    margin-top: 6px;
    padding: 0;
}
.home-reviews-flex .reviews-btn:hover, #homepage__reviews-section .homepage__reviews-content .reviews-btn:hover {
    color: #B08C4C;
}
.home-reviews-flex-inner {
    padding-left: 1px;
}

.home-reviews-flex-inner .customer-rating {
    margin-bottom: 6px;
    padding-right: 1px;
    justify-content: end;
}

.home-reviews-flex .customer-name {
    color: var(--primary-color);
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 0;
    padding-left: 1px;
}

.home-reviews-flex .customer-name-location-date {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    padding-bottom: 0;
    margin-left: 0;
    padding-left: 1px;
}

.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) {
    .reviews-btn.mobile {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 41px;
    }
}

@media screen and (max-width:767px) {
    #homepage__reviews-section {
        padding: 0;
        min-height: auto;
        background-image: unset;
        display: flex;
        justify-content: center;
        align-items: end;
        padding: 0;
    }
    .homepage__reviews-text-section {
        background-position: top 5px right 10px;
        background-size: 130px;
    }
    .homepage__reviews-image-section {
        background-image: url(/images/home/bgrnd-reviews.jpg);
        background-position: center left 38%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 260px;
    }
    #homepage__reviews-section .homepage__reviews-wrapper {
        flex-direction: column;
    }

    #homepage__reviews-section .homepage__reviews-content {
        width: 91.8%;
        min-height: auto;
        padding: 29px 15px 30px 20px;
        margin: auto;
        margin-top: -67px;
    }
    #homepage__reviews-section .homepage__reviews-content p {
        margin-left: 0;
        margin-bottom: 16px;
        padding-right: 10px;
        margin-top: -1px;
        font-size: 14px;
        line-height: 19px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        margin-left: 0;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    #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: 0;
    }
    .home-reviews-flex .customer-name, .home-reviews-flex .customer-name-location-date {
        padding-left: 0;
        font-size: 14px;
        line-height: 19px;
    }

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

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

    .home-reviews-flex .reviews-btn, #homepage__reviews-section .homepage__reviews-content .reviews-btn  {
        display: none;
    }

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

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

    #homepage__reviews-section .home-btn.mobile {
        display: inline-block;
        margin-left: 0;
        height: 55px;
        font-weight: 700;
        padding: 19px;
    }
    .reviews-btn-main .reviews-btn.mobile {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 330px) {
    #homepage__reviews-section .homepage__reviews-content {
        width: 97%;
        padding: 23px 10px 25px 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 FINANCE SECTION */

#home_finance_section {
    padding-top: 43px;
    padding-bottom: 193px;
    background-image: url("/images/home/finance-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#home_finance_section .container {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px;
}

#home_finance_section h2.main-heading {
    color: var(--primary-color);
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    margin-bottom: 33px;
}

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

    #home_finance_section .container {
        max-width: 1654px;
        padding: 0;
        padding-right: 3px;
    }
}

#home_finance_section .text-part {
    padding: 30px 0 33px;
    background: #FFF;
    text-align: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 364px;
    min-height: 199px;
    margin-bottom: -113px;
    margin-left: 2px;
}

#home_finance_section .image-part {
    height: 281px;
    background-image: url("/images/home/home-finance.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
}

#home_finance_section .grid-part.finance .image-part {
    background-position: top right;
}

#home_finance_section .grid-part.valeting .image-part {
    background-image: url("/images/home/home-valeting.jpg");
}

#home_finance_section .grid-part.used-cars .image-part {
    background-image: url("/images/home/home-usedcars.jpg");
}

#home_finance_section .text-part h2 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 6px;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    padding: 0;
}

#home_finance_section .text-part p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    width: 95%;
    margin-bottom: 0;
    margin: auto;
}

#home_finance_section .btn-div {
    padding-top: 18px;
    padding-left: 1px;
    display: flex;
    justify-content: center;
}

.home-btn {
    width: 215px;
    height: 55px;
    border-radius: 0;
    border: 1px solid #AE8A5F;
    color: #012644;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--button-color);
}

.home-btn:hover {
    color: #012644;
}

#home_finance_section .grid-part {
    position: relative;
}


@media screen and (min-width: 767px) and (max-width: 1700px) {
    #home_finance_section .container {
        grid-gap: 30px;
        max-width: 95%;
    }
}

@media screen and (max-width: 1300px) {
    #home_finance_section .container {
        display: grid;
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
        grid-row-gap: 145px;
    }
    #home_finance_section {
        padding-top: 30px;
        padding-bottom: 165px;
    }
}
@media screen and (max-width: 992px) {
    #home_finance_section .text-part {
        width: 92%;
    }
}


@media screen and (max-width: 767px) {
    #home_finance_section .container {
        max-width: 100%;
    }
    #home_finance_section .container {
        display: grid;
        padding: 0;
        grid-template-columns: 1fr;
        padding: 0 8px;
        grid-gap: 138px;
    }

    #home_finance_section .text-part {
        padding: 0;
        padding-top: 20px;
        padding-bottom: 25px;
        min-height: auto;
    }
    #home_finance_section {
        padding-top: 25px;
        padding-bottom: 150px;
    }
    #home_finance_section h2.main-heading {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    #home_finance_section .text-part h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 3px;
    }
    #home_finance_section .text-part p {
        width: 90%;
        line-height: 21px;
    }
    #home_finance_section .btn-div {
        padding-top: 21px;
        padding-left: 0;
    }
    #home_finance_section .home-btn {
        margin: auto;
        padding-right: 20px;
    }
}


/* home_our_brands */

@media screen and (min-width: 767px) {
    .home_our_brands{
       max-width: 737px;
       margin: auto;
    }
}

.home_our_brands {
    margin-top: 22px;
    text-align: center;
}

.home_our_brands h3 {
    color: var(--primary-color);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 7px;
    text-transform: capitalize;
    margin-left: 9px;
}

.home_our_brands p {
    color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 8px;
}

@media screen and (max-width:767px) {
    
	.home_our_brands p {
		margin: 0;
        margin: auto;
        width: 82%;
        padding-left: 19px;
	}
    .home_our_brands h3 {
        margin-bottom: 11px;
        margin-left: 14px;
    }
}

@media screen and (max-width:360px) {
    .home_our_brands p {
        width: 90%;
        padding-left: 0;
	}
    .home_our_brands h3 {
        margin-left: 0;
    }
}

/* START OF HOME BRANDS V2 */


/* home_our_brands */

#homepage-our-brands-v2 h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
    margin: auto;
    margin-top: 61px;
    margin-bottom: 36px;
    padding-left: 43px;
    padding-right: 44px;
    background: #FFF;
    width: 260px;
    position: relative;
    z-index: 2;
}

#homepage-our-brands-v2 hr {
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: #ADADAD;
    height: 1px;
    margin-top: -52px;
    position: relative;
    z-index: 1;
    margin-bottom: 52px;
}

.homepage-our-brands__inner {
    display: flex;
    align-items: start;
    justify-content: start;
    max-width: 98%;
    padding: 0;
    width: auto;
}

@media screen and (min-width: 1700px) {
    .homepage-our-brands__inner {
        max-width: 1656px;
        padding: 0;
    }
}

#homepage .homepage-our-brands__inner .slick__prev {
    position: absolute;
    left: 15px;
    top: 65px;
    z-index: 1;
}

#homepage .homepage-our-brands__inner .slick__next {
    position: absolute;
    right: 15px;
    top: 65px;
}

#homepage .homepage-our-brands__inner img.eight {
    margin-top: 8px;
    margin-right: 41px;
    margin-left: 52px;
}

#homepage .homepage-our-brands__inner img.seven {
    margin-top: 10px;
}

#homepage .homepage-our-brands__inner img.six {
    margin-top: 4px;
    margin-right: 33px;
    margin-left: 73px;
}

#homepage .homepage-our-brands__inner img.five {
    margin-top: 31px;
}

#homepage .homepage-our-brands__inner img.four {
    margin-top: 32px;
    margin-right: 50px;
    margin-left: 51px;
}

#homepage .homepage-our-brands__inner img.three {
    margin-top: 29px;
}

#homepage .homepage-our-brands__inner img.two {
    margin-top: 21px;
    margin-right: 76px;
    margin-left: 29px;
}

#homepage .homepage-our-brands__inner img.one {
    margin-top: 6px;
}

@media screen and (max-width: 1700px) {
    .homepage-our-brands__inner {
        flex-wrap: wrap;
        justify-content: center;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    #homepage .homepage-our-brands__inner .slick__prev {
        left: 0;
    }

    #homepage .homepage-our-brands__inner .slick__next {
        right: 0;
    }
}

@media screen and (min-width: 992px) {
    #homepage .homepage-our-brands__inner .slick__prev {
        display: none !important;
    }

    #homepage .homepage-our-brands__inner .slick__next {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    #homepage-our-brands-v2 hr {
        display: none;
    }
    #homepage-our-brands-v2 h2 {
        margin-top: 54px;
        margin-bottom: 15px;
    }
    .homepage-our-brands__inner-logo {
        text-align: center;
        display: flex !important;
        justify-content: center;
        align-items: center;
        min-height: 152px !important;
    }
    #homepage .homepage-our-brands__inner img{
        margin: 0 !important;
        
    }
    .homepage-our-brands__inner{
        margin-bottom: 33px;
    }
}

/* END OF HOME BRANDS V2 */

@media screen and (min-width:992px) {
    #homepage__reviews-section .homepage__reviews-content .reviews-btn{
        margin-right: -10px;
    }
}