/* home reviews */

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

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

}

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

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

#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: 581px;
    height: auto;
    border-radius: 20px;
    background: var(--white);
    padding: 41px 65px 47px 55px;
}

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

#homepage__reviews-section .homepage__reviews-content h4 {
    font-family: var(--header-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: var(--primary-color);
    margin-top: 0;
    padding: 0;
    padding-bottom: 24px;
    padding-left: 2px;
}

#homepage__reviews-section .homepage__reviews-content p {
    color: var(--primary-color);
    font-family: var(--body-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 27px;
    padding-right: 19px;
    margin-left: 2px;
    letter-spacing: 0.15px;
}

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

.flex-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
}

#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: 232px;
    height: 60px;
    border-radius: 10px;
    background: transparent;
    font-family: var(--header-font);
    color: var(--white);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    display: flex;
    padding: 15px 0;
    justify-content: center;
    margin-bottom: 2px;
    position: relative;
    text-transform: capitalize;
    background: var(--button-color);
    align-items: center;
}


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

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

.home-reviews-flex .customer-name {
    color: var(--primary-color);
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-left: 2px;
    margin-top: 5px;
}

.home-reviews-flex .customer-name-location-date {
    color: var(--primary-color);
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
    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;
}
#homepage__reviews-section .logo-img {
    margin-top: -12px;
}

@media screen and (min-width:768px) and (max-width:1399px) {
    #homepage__reviews-section {
        padding-right: 6%;
    }
}

@media screen and (min-width:767px) {
    .reviews-btn.mobile {
        display: none;
    }

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

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

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

    #homepage__reviews-section {
        padding: 0;
        width: 100%;
        min-height: 654px;
        display: flex;
        justify-content: start;
        align-items: start;
        padding: 59px 22px 30px 17px;
        background-image: url(/images/home/home-reviews-mob.jpg);
    }

    .home-reviews-flex-inner {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #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;
        padding: 41px 20px 45px 44px;
        margin: auto;
        margin-top: 0;
        z-index: 1;
    }

    #homepage__reviews-section .homepage__reviews-content p {
        padding-right: 0;
        padding-bottom: 18px;
    }

    #homepage__reviews-section .homepage__reviews-content h4 {
        margin-left: 0;
        margin-bottom: 24px;
        padding-bottom: 0;
    }

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

    .home-reviews-flex .customer-name,
    .home-reviews-flex .customer-name-location-date {
        
    }

    #homepage__reviews-section .homepage__reviews-content .reviews-btn {
        margin-top: 29px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .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-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 20px;
    }
}

@media screen and (max-width: 330px) {
    #homepage__reviews-section .container {
        max-width: 100%;
    }

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

    #homepage__reviews-section .homepage__reviews-content p, .home-reviews-flex .customer-name {
        font-size: 15px;
    }

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

/* home single review */

#homepage__reviews-section .owl-nav {
    position: absolute;
    right: 5px;
    display: flex;
    justify-content: space-between;
    width: 745px;
    top: 34%;
    right: 0;
}

#homepage__reviews-section .owl-carousel .owl-item img {
    width: auto;
}


/* logo-section */
@media screen and (min-width:1100px) {
    .logo-container-wrapper .container {
        max-width: 978px;
        padding: 0;
    }
}

.logo-container-wrapper .container a {
    border-radius: 10px;
    border: 1px solid #B7B7B7;
    background: var(--white);
    width: 177px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container-wrapper .container {
    padding-top: 36px;
    padding-bottom: 29px;
}

.logo-container-wrapper .container h3 {
    color: var(--primary-color);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
}

.logo-container-wrapper .container p {
    color: var(--primary-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 22px;
}

.logo-container-wrapper .container .logo-flex {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 23px;
}

@media screen and (min-width:992px) {
    .logo-container-wrapper .container .logo.skoda {
        padding-left: 3px;
        margin-top: -8px !important;
    }

    .logo-container-wrapper .container .logo.smart {
        margin-top: -4px !important;
    }

    .logo-container-wrapper .container .logo {
        margin-top: -7px !important;
    }

}

.logo-container-wrapper .container .logo {
    margin-top: -2px;
}

.logo-container-wrapper .container .vw-com {
    padding-top: 12px;
}

@media screen and (min-width:991px) and (max-width:1199px) {
    .logo-container-wrapper .container .logo-flex {
        display: grid;
        grid-template-columns: repeat(4, 19%);
        gap: 23px;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width:500px) and (max-width:992px) {
    .logo-container-wrapper .container .logo-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 23px;
        justify-content: center;
        align-items: center;
    }

    .logo-container-wrapper {
        order: 2;
    }
}

@media screen and (max-width:499px) {
    .logo-container-wrapper {
        order: 2;
    }

    .logo-container-wrapper .container {
        padding: 0;
        padding-top: 58px;
        padding-bottom: 40px;
    }

    .logo-container-wrapper .container .logo-flex {
        display: grid;
        grid-template-columns: repeat(2, 153px);
        row-gap: 11px;
        column-gap: 10px;
        justify-content: center;
        align-items: center;
        padding: 0 29px;
    }

    .logo-container-wrapper .container a {
        width: 153px;
        height: 108px;
    }

    .logo-container-wrapper .container .vw {
        width: 67px;
    }

    .logo-container-wrapper .container .skoda {
        width: 75px;
    }

    .logo-container-wrapper .container .merc {
        width: 85px;
    }

    .logo-container-wrapper .container .vw-com {
        width: 68px;
        padding-top: 9px;
    }

    .logo-container-wrapper .container .smart {
        width: 45px;
    }

}


@media screen and (max-width:360px) {
    .logo-container-wrapper .container p {
        width: 100%;
    }

    .logo-container-wrapper .container .logo-flex {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
    }
}


#homepage__reviews-section .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 675px;
    top: 11%;
    right: -65px;
}

#homepage__reviews-section .owl-carousel .owl-item img {
    width: auto;
}

@media screen and (min-width:992px) and (max-width:1299px) {
    #homepage__reviews-section .owl-nav {
        right: -30px;
        width: 640px;
    }
}

@media screen and (max-width:992px) {
    #homepage__reviews-section .owl-nav {
        display: none;
    }

    .homepage__reviews-image-section {
        background-image: none;
        background-position: right 40% top;
        background-repeat: no-repeat;
        background-size: cover;
        height: unset;
    }
}

#homepage__reviews-section .mobile-appear.image {
    display: none !important;
}

.homepage_logo_section .kia-logo{
    width: 145px;
    margin-top: 2px;
}

.homepage_logo_section .peugeot-logo{
    margin-left: 3px;
    margin-top: -3px;
}

.homepage_logo_section .citroen-logo{
    width: 97px;
}

.homepage_logo_section img{
    cursor: pointer;
}
.homepage_logo_section{
    width: 462px;
    margin: 37px auto 44px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:767px) {
    #homepage__reviews-section .home-flex-wrap {
        flex-direction: column;
        align-items: start;
    }

    #homepage__reviews-section .mobile-appear.image img {
        width: 100%;
    }

    #homepage__reviews-section .mobile-appear.image {
        display: block !important;
    }

    #homepage__reviews-section .logo-img {
        margin-top: -24px;
        margin-right: -22px;
    }
    
    .homepage_logo_section .kia-logo{
        width: 86px;
        margin-top: 0px;
    }

    .homepage_logo_section .peugeot-logo{
        margin-left: 1px;
        margin-top: -3px;
        width: 45px;
    }

    .homepage_logo_section .citroen-logo{
        width: 58px;
    }

    .homepage_logo_section{
        margin: 30px auto 34px;
        padding-left: 40px;
        padding-right: 61px;
        order: 2;
    }
}

@media screen and (max-width:500px) {
    .homepage_logo_section{
        width: 100%;
    }
}
@media screen and (max-width:369px) {
    .homepage_logo_section{
        padding: 0;
        width: 85%;
    }
}
@media screen and (max-width:330px) {
    #homepage__reviews-section .logo-img {
        margin-top: -10px;
        margin-right: -5px;
    }
}

@media screen and (min-width:1700px) {
    #home-page-mid {
        background-position: bottom center;
        margin-bottom: -1px;
    }
}

@media screen and (min-width:1921px) {
    #home-page-mid {
        background-size: cover;
    }
}