.common_hero_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 385px;
    padding-top: 84px;
    padding-left: 7.0%;
    display: flex;
    align-items: start;
    justify-content: start;
}

.common_hero_section.finance {
    background-image: url(/images/common/header-finance.jpg);
}

#team-section .common_hero_section {
    background-image: url(/images/common/header-team.jpg);
}

#about .common_hero_section {
    background-image: url(/images/common/header-history.jpg);
    background-position: right;
}

#servicing-page .common_hero_section {
    background-image: url(/images/common/header-aftersales.jpg);
}

#reviews .common_hero_section {
    background-image: url(/images/common/header-reviews.jpg);
}

#ev-guide .common_hero_section {
    background-image: url(/images/common/header-evguide.jpg);
}

#contactus .common_hero_section {
    background-image: url(/images/common/header-contact.jpg);
    padding-left: 0;
}

#seat-fleet.mercedes__page .common_hero_section {
    background-image: url(/images/common/header-merc-fleet.jpg);
}

#seat-fleet .common_hero_section {
    background-image: url(/images/common/header-seat.jpg);
}

.cashforcars .common_hero_section {
    background-image: url(/images/common/header-webuycars.jpg);
}

#careers_section .common_hero_section {
    background-image: url(/images/common/header-careers.jpg);
}

.common_hero_section .common-hero-content {
    border-radius: 2px;
    background: linear-gradient(124deg, #FFF 7.5%, rgba(255, 255, 255, 0.70) 70%);
    padding: 29px 54px 39px 49px;
    width: 432px;
    min-height: 216px;

}

@media screen and (min-width: 1700px) {
    #contactus .common_hero_section .container {
        max-width: 1650px;
        padding: 0;
    }
}

@media screen and (max-width: 1700px) and (min-width: 768px) {
    #contactus .common_hero_section .container {
        max-width: 95%;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    #contactus .common_hero_section .container {
        max-width: 80%;
    }
}

.common_hero_section .common-btn {
    border: none;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--white);
    padding: 19px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    height: 55px;
    background: var(--button-color);
    box-shadow: unset;
    border: none;
    display: inline-block;
    line-height: normal;
}

.common_hero_section p,
#ev-guide .common_hero_section p {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 25px;
    margin-left: 2px;
}


.common_hero_section h3,
#ev-guide .common_hero_section h3 {
    color: var(--primary-color);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 10px;
}


@media screen and (max-width:767px) {
    .common_hero_section .common-hero-content {
        padding: 30px 20px;
        min-height: auto;
        width:100%;
    }

    #contactus .common_hero_section .container {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    #contactus .common_hero_section,
    .common_hero_section {
        padding: 0 4%;
        height: 280px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .common_hero_section h3,
    #ev-guide .common_hero_section h3 {
        font-size: 25px !important;
        margin-bottom: 8px !important;
        line-height: 30px;
    }

    .common_hero_section p,
    #ev-guide .common_hero_section p {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 19px;
    }
    .common_hero_section .btn{
        width: 290px;
    }
}

@media screen and (max-width:360px) {
    .common_hero_section .btn {
        width: 100%;
    }

}

/* cashforcars */
.common_hero_section.cashforcars {
    justify-content: space-between;
    padding-right: 138px;
    gap: 30px;
}

.common_hero_section.cashforcars .right-content h3 {
    font-size: 20px;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: left;
    color: var(--white);
    display: flex;
    align-items: center;
    margin-left: 2px;
    gap: 12px;
    text-transform: none;
}

.common_hero_section.cashforcars .right-content p {
    font-size: 14px;
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: var(--white);
    margin-left: 0;
    margin-bottom: 0;
}

.common_hero_section.cashforcars .right-content {
    background: rgba(0, 0, 0, 0.80);
    width: 492px;
    min-height: 168px;
    padding: 28px 31px 30px 44px;
    margin-top: 4px;
}


@media screen and (min-width:991px) and (max-width:1600px) {
    .common_hero_section.cashforcars {
        padding-right: 6%;
        padding-left: 6%;
    }

    .common_hero_section .right-content {
        margin-top: 0;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .common_hero_section.cashforcars {
        flex-direction: column;
        height: auto;
        padding-bottom: 40px;
        padding-top: 40px;
        gap: 20px;

    }
}

@media screen and (max-width:767px) {
    .common_hero_section.cashforcars {
        flex-direction: column;
        height: auto;
        padding-bottom: 30px;
        padding-top: 30px;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding-right: 4%;

    }

    .common_hero_section.cashforcars .right-content {
        width: 100%;
        gap: 20px;
        padding: 30px 20px;
        margin-bottom: 0;
    }

    .common_hero_section.cashforcars .right-content h3 {
        font-size: 17px !important;
        margin-bottom: 18px;
        text-align: left;
        line-height: 20px;
    }

    .common_hero_section.cashforcars .right-content p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 18px;
        text-align: left;
    }

    .common_hero_section .right-content {
        background: rgba(0, 0, 0, 0.70);
        display: flex;
        flex-wrap: wrap-reverse;
        height: auto;
        padding: 26px 20px 36px 20px;
        gap: 20px;
        margin-top: 0;
        margin-bottom: 50px;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    #cashforcars .common_hero_section {
        gap: 30px;
        flex-direction: column;
        height: auto;
        padding-top: 50px;
    }
}

@media screen and (min-width:500px) and (max-width:767px) and (orientation: landscape) {
    .common_hero_section.cashforcars .right-content {
        width: 500px;
    }

    .common_hero_section .common-hero-content {
        width: 450px;
    }
}

/* cashforcars */