.ced-header {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

/* Banner start  */
.banner-section {
    z-index: 1;
    overflow: hidden;
    background-color: var(--ced-black-color);
}

.banner-section h1 {
    font-family: var(--ced-montserrat-b);
}

.baner-para {
    color: var(--ced-blue-30);
    font-family: var(--ced-montserrat-sb);
}

.seller-success-section .section-head {
    display: none;
}

.banner-content {
    z-index: 1;
    overflow: hidden;
}

.banner-content::after {
    content: '';
    position: absolute;
    left: -60px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/04/multi-gradient.png);
    background-position: left top;
    background-repeat: no-repeat;
    z-index: -1;
}

.banner-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .20);
    z-index: -1;
    backdrop-filter: blur(8px);
}

/* Banner Responsisve start  */

@media screen and (min-width: 1400px) {
    .banner-section h1 {
        font-size: 60px;
        line-height: 75px;
    }

    .banner-section::before {
        right: -120px;
    }

    .banner-section::before {
        top: 130px;
        width: 640px;
        height: 640px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-section h1 {
        font-size: 54px;
        line-height: 68px;
    }

    .banner-section::before {
        right: -170px;
    }

    .banner-section::before {
        top: 170px;
        width: 600px;
        height: 600px;
    }
}

@media screen and (min-width: 1200px) {
    .banner-content {
        max-width: 1100px;
    }


    .banner-btn-text-wrap .banner-subhead {
        width: calc(100% - 350px);
    }

    .banner-content {
        padding: 70px 55px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section h1 {
        font-size: 45px;
        line-height: 60px;
    }

    .banner-section::before {
        top: 160px;
        width: 550px;
        height: 550px;
        right: -130px;
    }

    .banner-btn-text-wrap .banner-subhead {
        width: calc(100% - 300px);
    }

    .banner-content {
        padding: 55px 50px;
    }

}

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

    .banner-section {
        padding: 190px 0px 110px;
    }

    .banner-btn-text-wrap {
        margin-top: 35px;
    }

    .banner-content {
        border-radius: 35px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {

    .banner-section {
        padding: 170px 0px 100px;
    }

    .banner-section h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .banner-section::before {
        top: 100px;
        width: 500px;
        height: 600px;
        right: -150px;
    }

    .banner-content {
        padding: 50px 40px;
        border-radius: 30px;
    }

    .banner-btn-text-wrap {
        margin-top: 26px;
    }

}


@media screen and (max-width: 767px) {

    .banner-section {
        padding: 130px 0px 80px;
    }

    .banner-content {
        border-radius: 24px;
    }

}


@media screen and (min-width: 576px) and (max-width:767px) {

    .banner-section::before {
        top: 120px;
        width: 450px;
        height: 500px;
        right: -120px;
    }

    .banner-section h1 {
        font-size: 32px;
        line-height: 46px;
    }

    .banner-content {
        padding: 45px 35px;
    }

    .banner-btn-text-wrap {
        margin-top: 22px;
    }
}

@media screen and (min-width: 576px) {
    .banner-subhead {
        line-height: 30px;
    }

    .banner-section::before {
        content: '';
        position: absolute;
        background-image: url(http://172.16.53.225//wp-content/uploads/2024/06/full-ced.svg);
        background-position: right center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }

}

@media screen and (max-width: 575px) {
    .banner-section {
        background-size: 650px;
    }

    .banner-subhead {
        line-height: 26px;
        font-size: 15px;
    }

    .banner-section h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .baner-para {
        font-size: 14px;
    }

    .banner-content {
        padding: 35px 25px;
    }

    .banner-btn-text-wrap {
        margin-top: 20px;
    }
}

.why-join-us-section {
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
    background-position: bottom;
}

.why-join-us-wrap {
    border-radius: 15px;
    display: flex;
    align-items: center;
    text-align: left;
    border: 0;
    transition: all .5s;
    padding: 10px 15px;
}

.why-join-us-wrap h3 {
    font-family: var(--ced-montserrat-sb);
    margin-bottom: 0px;
    padding-left: 8px;
    transition: 0.5s all;
    color: var(--ced-grey-60);
}

.why-join-us-wrap p {
    margin-bottom: 0;
    font-family: var(--ced-montserrat-m);
    line-height: 26px;
    color: var(--ced-subheading-color);
}

.why-join-us-wrap.active,
.why-join-us-wrap.active:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    background-color: var(--ced-blue-60);
    background-image: linear-gradient(126deg, rgba(255, 255, 255, 0.34) 2.09%, rgba(255, 255, 255, 0.05) 97.24%);
}

.why-join-us-wrap.active h3,
.why-join-us-wrap.active:hover h3 {
    color: var(--ced-white-color);
}

.why-join-us-section h4 {
    font-family: var(--ced-montserrat-m);
    color: var(--ced-grey-60);
}

.why-join-us-wrap:hover h3 {
    color: var(--ced-blue-60);
}


@media screen and (min-width: 1400px) {
    .why-join-us-wrap h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .why-join-us-wrap h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .why-join-us-section h4 {
        font-size: 28px;
        line-height: 42px;
        max-width: 95%;
    }

    .tabs-wrapper {
        max-width: 1150px;
        padding: 55px 50px;
    }

    .why-join-us-wrap {
        width: 95%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .why-join-us-section h4 {
        font-size: 26px;
        line-height: 38px;
    }

    .why-join-us-wrap h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .tabs-wrapper {
        padding: 45px 40px;
    }

}

@media screen and (min-width: 992px) {
    .why-join-us-section p {
        font-size: 17px;
        line-height: 33px;
    }
}

@media screen and (max-width: 991px) {
    .why-join-us-section p {
        font-size: 15px;
        line-height: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {


    .why-join-us-wrap h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .why-join-us-section h4 {
        font-size: 18px;
        line-height: 30px;
    }
}



@media screen and (min-width: 768px) {
    .why-join-us-section .accrodion-custom {
        display: none;
    }

    .tabs-wrapper {
        border-radius: 30px;
        background-image: linear-gradient(120deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 100%);
    }

    .why-join-us-wrap {
        background-color: transparent;
    }

    .why-join-us-wrap:hover {
        background-color: var(--ced-bg-gray);
    }

    .collapse:not(.show) {
        display: unset !important;
    }
}

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

    .why-join-us-wrap img {
        max-width: 50px;
    }

}

@media screen and (min-width: 576px) and (max-width: 767px) {

    .why-join-us-wrap h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .why-join-us-section .nav {
        display: none;
    }

    .why-join-us-section .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }

    .why-join-us-wrap:not(.collapsed) {
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
        background-color: var(--ced-blue-60);
        background-image: linear-gradient(126deg, rgba(255, 255, 255, 0.34) 2.09%, rgba(255, 255, 255, 0.05) 97.24%);
    }

    .why-join-us-wrap:not(.collapsed) h3 {
        color: var(--ced-white-color);
    }

    .why-join-us-wrap {
        background-color: var(--ced-white-color);
        margin-bottom: 20px;
        width: 100%;
    }

    .why-join-us-section h4 {
        font-size: 20px;
        line-height: 32px;
    }

}

@media screen and (max-width: 575px) {


    .why-join-us-wrap h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .why-join-us-wrap img {
        max-width: 40px;
    }


}