.home_b2c_banner {
    position: relative;
    min-height: 450px;
    z-index: 1;
    background-color: var(--bobex-local-bg-color) !important;
}

.home_b2c_banner::after {
    display: none;
}

#banner_image_2_wrapper {
    width: 450px;
    height: 450px;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 3px 6px 10px 3px #00000030;
    top: -30%;
    left: 30%;
    margin-top: 6em;
}

.cheat-margin {
    margin-bottom: -30px;
}

/* Left side of wavy banner */
.banner_headings {
    font-weight: 00;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: var(--bobex-local-title-color);
    font-size: 42px;
    line-height: 53px;
}

.single_local_subheading_text {
    color: var(--bobex-local-text-color);
    margin: 20px 0;
    font-size: 16px;
    line-height: 24px;
}

.single_supplier_subheading_text {
    color: var(--bobex-local-text-color);
    font-size: 35px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 7px;
    text-align: center;
}

.banner-supplier-rating {
    display: flex;
    align-items: end;
    justify-content: center;
}

.banner-supplier-rating i,
.banner-supplier-rating .score,
.banner-supplier-rating .number-of-reviews {
    line-height: 37px;
}

.banner-supplier-rating i {
    font-size: 27px;
    margin-right: 5px;
}

.banner-supplier-rating i:last-child {
    margin-right: 0;
}

.banner-supplier-rating .score {
    font-size: 30px;
    font-weight: 600;
    color: var(--bobex-local-title-color);
    line-height: 33px;
    margin: 0 5px;
}

.banner-supplier-rating .number-of-reviews {
    font-size: 25px;
    font-weight: 500;
    color: var(--bobex-local-title-color);
}

.banner-supplier-logo-wrapper {
    display: none;
}

/* Cards */
.bbx-card-wrapper {
    flex-direction: column;
}

.tag-img {
    max-width: 60px;
    margin-right: 20px;
    height: fit-content;
}

h1 {
    font-size: 28px !important;
    line-height: 36px !important;
}

.bbx-card-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    color: var(--bobex-local-title-color);
}

.bbx-card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--bobex-local-title-color);
}

.banner-supplier-buttons-wrapper {
    display: flex;
    gap: 50px;
    margin-top: 60px;
    justify-content: center;
}

.supplier_buttons {
    border-radius: 10px;
    transition: all ease-out 0.2s;
    padding: 10px 20px;
    font-weight: 600;
    width: inherit;
}

.supplier_profile_button {
    color: var(--bobex-orange-logo);
    border-color: var(--bobex-orange-logo);
    float: left;
    margin-bottom: 20px;
}

.supplier_profile_button:hover {
    background: var(--bobex-orange-logo);
}

.supplier_quote_button {
    background: var(--bobex-orange-logo);
    border-color: var(--bobex-orange-logo);
    float: right;
}

.supplier_quote_button:hover i {
    color: var(--bobex-orange-logo);
}

.arrow-right i {
    transition: all ease-out 0.02s;
    position: relative;
    top: 1px;
    left: 5px;
}

.arrow-right:hover i {
    left: 10px;
}

/* Quotes */
.home_b2c_banner.quotes {
    background-color: white !important;
}

.home_b2c_banner.quotes .quotes-title {
    display: block;
    margin-bottom: 25px;
}

.quotes-wavy-banner {
    width: 100vw;
    display: flex;
    justify-content: center;
    height: 62px;
}

.quotes-wavy-banner .quotes-btn {
    position: absolute;
    /*bottom: -16px;*/
    bottom: -27px;
    border-radius: 50px;
    background-color: var(--bobex-orange-logo);
    color: white;
    font-weight: bold;
    padding: 15px 30px;
    cursor: pointer;
    transition: .3s all ease;
    border: 2px solid var(--bobex-orange-logo);
    z-index: 1;
}

.quotes-wavy-banner .quotes-btn:hover {
    background-color: white;
    color: var(--bobex-orange-logo);
}
/* End quotes */

/* Media queries */
@media screen and (max-width: 991px) {
    .banner-supplier-rating .score {
        font-size: 20px;
    }

    .banner-supplier-rating .number-of-reviews {
        font-size: 15px;
    }

    .bbx-card {
        margin: 20px 0;
    }

    .bbx-card:first-of-type {
        margin-top: 50px;
    }

    .bbx-card:last-of-type {
        margin-bottom: 50px;
    }
}

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


    .bbx-card-title {
        font-size: 18px;
    }

    .bbx-card-text {
        font-size: 14px;
    }

    .tag-img {
        max-width: 50px;
        margin-right: 15px;
    }

    .bbx-card-title {
        font-size: 30px;
        line-height: 36px;
    }

    h1 {
        font-size: 42px !important;
        line-height: 53px !important;
    }

    .bbx-card-wrapper {
        padding-bottom: 50px;
        flex-direction: row;
    }

    .banner_local_content,
    .banner_supplier_content {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .home_b2c_banner {
        background-image: url(/wp-content/themes/bobex.com/wp-images/local/wave01.svg) !important;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: bottom;
    }

    .home_b2c_banner.quotes {
        background-size: cover;
    }

    .bbx-card-wrapper {
        /*padding-bottom: 90px;*/
        padding-bottom: 125px;
    }

    .home_b2c_banner .banner_column_1 {
        max-height: 555px;
    }

    .quotes .banner_column_1 {
        max-height: 460px;
    }
}

@media screen and (min-width: 1279px) {
    .single_supplier_subheading_text {
        text-align: left;
    }

    .banner-supplier-rating {
        justify-content: flex-start;
    }

    .banner-supplier-buttons-wrapper {
        justify-content: flex-start;
    }

    .banner-supplier-logo-wrapper {
        position: absolute;
        width: 235px;
        height: 235px;
        border-radius: 100%;
        background: #FFFFFF;
        overflow: hidden;
        display: flex;
        align-items: center;
        right: 300px;
        /*bottom: 60px;*/
        bottom: 100px;
        border: 6px solid var(--bobex-local-bg-color);
        z-index: 2;
    }

    .banner-supplier-logo-wrapper .banner-supplier-logo {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1336px) {
    .banner_column_1 {
        padding-top: 5em;
    }

    .banner-supplier-logo-wrapper {
        bottom: 60px;
    }
}

@media screen and (min-width: 1400px) {
    .bbx-card-wrapper {
        padding-bottom: 155px;
    }

    .banner-supplier-logo-wrapper {
        right: 375px;
        bottom: 60px;
    }
}

@media screen and (min-width: 1800px) {
    .bbx-card-wrapper {
        padding-bottom: 240px;
    }
}

@media screen and (min-width: 1932px) {
    .bbx-card-wrapper {
        padding-bottom: 235px;
    }
}