.why-sell-section-new {
    /* background-color: var(--ced-heading-color); */
    z-index: 1;
    overflow: hidden;
}

.why-sell-section-new::before,
.why-sell-section-new::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.why-sell-section-new::before {
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2024/02/bg-home-43.png);
    background-position: top right;
    z-index: -1;
}

.why-sell-section-new::after {
    left: 0;
    bottom: 0px;
    background-image: url(/wp-content/uploads/2024/02/bg-home-021.png);
    background-position: left bottom;
    z-index: -1;
}

.pointers-card {
    border-radius: 30px;
    padding: 50px;
    margin-top: 60px;
}

.pointers-card.image-right {
    background: linear-gradient(126.37deg, #393366 2.09%, #070707 66.22%);
}

.pointers-card.image-left {
    background: linear-gradient(98.33deg, #070707 37.93%, #393366 83.73%);
}

.pointers-card .section-head {
    font-family: 'montserratmedium';
}

@media screen and (max-width: 1200px) {
    .pointers-card.image-right>.row>div:last-child {
        order: -1;
    }
}

@media screen and (max-width: 767px) {
    .pointers-card {
        padding: 20px;
    }
}

/* why choose us */

.why-choose-us-new {
    background-color: var(--ced-heading-color);
}

.feature-card {
    background: linear-gradient(102.51deg, rgba(255, 255, 255, 0.3) 1.21%, rgba(255, 255, 255, 0.1) 95.11%);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.feature-card .section-subhead {
    font-family: 'montserratbold';
}

.feature-card p {
    line-height: 30px;
}

/* testimonial */

.testimonial-dark {
    background-color: var(--ced-heading-color);
    background-image: url(/wp-content/uploads/2024/02/bg-orange.png);
    background-position: top right;
    background-size: cover;
}

.testimonial-section .testimonial-slider {
    border-radius: 25px;
    background-color: #FDFCF5;
}

.testimonial-section .testimonial-slider h3 {
    font-family: var(--ced-montserrat-m);
}


.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {

    position: absolute;

}

.testimonial-slider .owl-prev {
    background-image: url("/wp-content/uploads/2023/08/chevron-left-Black.svg") !important;
}

.testimonial-slider .owl-next {
    background-image: url("/wp-content/uploads/2023/08/chevron-right-Black.svg") !important;
}

.testimonial-slider .owl-prev:hover,
.testimonial-slider .owl-next:hover {
    opacity: .9;
}

.play-wrap {
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    background-color: var(--ced-red-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.play-btn {
    position: relative;
    z-index: 2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid var(--ced-white-color);
    border-radius: 3px;
}

.play-wrap .ripple-effect {
    opacity: 0;
    position: absolute;
    border-radius: 100px;
    border: 5px solid var(--ced-red-color);
    animation: ripple 3s infinite;
}

.ripple-effect:nth-child(2) {
    animation-delay: 0.5s;
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.video-section iframe {
    width: 100%;
}

.initial-text-icon {
    border-radius: 50%;
    border: 2px solid var(--ced-orange-color);
    background-color: var(--ced-light-orange);
    font-family: var(--ced-montserrat-sb);
    color: var(--ced-grey-60);
}

.testimonial-section .name {
    font-family: var(--ced-montserrat-m);
}

.testimonial-section .location {
    color: var(--ced-subheading-color);
}

.client-detail h3 {
    margin: 50px 0 28px !important;
}

.testimonial-dark .owl-stage-outer {
    border-radius: 24px;
}

.testimonial-slider .owl-nav .owl-next,
.testimonial-slider .owl-nav .owl-prev {
    transition: 0.3s all;
    background-repeat: no-repeat !important;
    text-indent: -10000px !important;
    background-position: center !important;
    border-radius: 50% !important;
}

@media screen and (min-width: 1200px) {
    .testimonial-section .name {
        font-size: 22px;
    }

    .testimonial-section .location {
        font-size: 18px;
    }
}

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


    .testimonial-section .section-head {
        max-width: 50%;
    }


    .initial-text-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
    }

    .play-wrap {
        bottom: 100px;
        left: 40px;
    }

    .testimonial-section .client-detail {
        padding: 30px 50px 30px 75px;
    }

    .testimonial-slider .owl-prev {
        right: 59px;
    }

    .testimonial-slider .owl-prev,
    .testimonial-slider .owl-next {
        width: 65px;
        height: 55px;
        background-size: 22px !important;
    }

}

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

    .testimonial-slider .owl-nav .owl-next,
    .testimonial-slider .owl-nav .owl-prev {
        top: 50%;
    }

    .play-wrap {
        width: 70px;
        height: 70px;
    }

    .play-wrap .ripple-effect {
        height: 130px;
        width: 130px;
    }

    .YouTubePopUp-Content iframe {
        height: 400px;
    }

    .testimonial-item .name {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-section .testimonial-slider .dark-text {
        display: none;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .testimonial-section .client-detail {
        padding: 20px 20px 20px 45px;
    }

    .play-wrap {
        bottom: 55px;
        left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-slider .owl-prev {
        right: 38px;
    }

    .testimonial-slider .owl-prev,
    .testimonial-slider .owl-next {
        width: 44px;
        height: 44px;
        background-size: 18px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .initial-text-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .testimonial-section h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .play-wrap {
        width: 50px;
        height: 50px;
    }

    .play-wrap .ripple-effect {
        height: 100px;
        width: 100px;
    }

    .initial-text-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .testimonial-section h3 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 30px !important;
    }
}

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

    .testimonial-slider .owl-nav .owl-next,
    .testimonial-slider .owl-nav .owl-prev {
        background-color: rgba(0, 0, 0, 0.2) !important;
        filter: invert(1);
        border: 2px solid rgba(0, 0, 0, 0.4) !important;
    }

    .testimonial-slider .owl-nav .owl-next,
    .testimonial-slider .owl-nav .owl-prev {
        background-size: 26px !important;
        height: 50px;
        width: 50px;
    }

    .testimonial-slider .owl-nav .owl-next,
    .testimonial-slider .owl-nav .owl-prev {

        right: -60px;
    }

    .testimonial-slider .owl-prev {
        left: -60px;
    }
}

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

    .testimonial-slider .owl-nav .owl-next,
    .testimonial-slider .owl-nav .owl-prev {
        transform: translateY(-50%);
    }
}

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

    .testimonial-slider .owl-nav .owl-next,
    .testimonial-slider .owl-nav .owl-prev {
        background-size: 26px !important;
        height: 40px;
        width: 40px;
    }

    .testimonial-slider .owl-nav .owl-next,
    .testimonial-slider .owl-nav .owl-prev {
        border: 1px solid var(--ced-orange-color) !important;
        background-color: var(--ced-light-orange) !important;
        filter: unset;
        opacity: 0.8;
    }


    .testimonial-slider .owl-nav .owl-next {
        right: -20px;
    }

    .testimonial-slider .owl-prev {
        left: -20px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .YouTubePopUp-Content iframe {
        height: 320px;
    }

    .testimonial-slider .owl-nav .owl-next {
        right: 10px;
        top: -30px;
    }

    .testimonial-slider .owl-prev {
        right: 55px;
        left: unset;
        top: -30px !important;
    }

}

@media screen and (max-width: 575px) {
    .testimonial-section .testimonial-slider {
        width: 320px;
        margin: 0px auto;
    }

    .testimonial-section .client-detail {
        padding: 38px 35px 30px;
    }

    .play-wrap {
        bottom: -22px;
        left: 40px;
    }

    .testimonial-slider .owl-prev,
    .testimonial-slider .owl-next {
        bottom: 125px;
        background-color: rgba(0, 0, 0, 0.2) !important;
        filter: invert(1);
        border: 2px solid rgba(0, 0, 0, 0.4) !important;
    }

    .YouTubePopUp-Content iframe {
        height: 250px;
    }

    .testimonial-slider .owl-nav .owl-next {
        right: 10px;
    }

    .testimonial-slider .owl-prev {
        right: 55px;
        left: unset;
    }

}

@media screen and (max-width: 991px) {
    .partners-wrapper {
        padding: 0 15px;
        flex-wrap: wrap;
    }
    .brand-logo img {
    max-width: 94px;
}
}

/* use this code */


@media screen and (min-width: 1400px) {
    .seller-card .stats-number {
        line-height: normal;
    }
}


@media screen and (min-width: 1201px) and (max-width: 1399px) {
    .seller-card .title {
        padding-left: 70px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .seller-card .title {
        padding-left: 65px;
    }
}



@media screen and (max-width: 575px) {
    .seller-card .title {
        padding-left: 8px;
    }
}


.owl-carousel.seller-success-slider .owl-stage { display: flex; }

        .seller-card {
        height: 100%;
        min-height: unset;
        margin-left: 2px;
    }

.seller-success-slider .owl-stage-outer {
    padding-bottom: 70px;
}

.seller-card img {
    max-width: 64px;
}

.seller-success-slider .owl-nav .owl-next {
    margin-left: 10px;
}

.seller-card,
.seller-card img {
    width: auto !important;
}

.seller-success-slider .owl-prev {
    background-image: url("/wp-content/uploads/2023/08/chevron-left-Black.svg") !important;
}

.seller-success-slider .owl-next {
    background-image: url("/wp-content/uploads/2023/08/chevron-right-Black.svg") !important;
}

.seller-success-slider .owl-prev:hover,
.seller-success-slider .owl-next:hover {
    opacity: .9;
}

.seller-success-slider .owl-nav .owl-next,
.seller-success-slider .owl-nav .owl-prev {
    transition: 0.3s all;
    background-repeat: no-repeat !important;
    text-indent: -10000px !important;
    background-position: center !important;
    border-radius: 50% !important;
}

.seller-success-slider .owl-nav .owl-next,
.seller-success-slider .owl-nav .owl-prev {
    background-color: rgba(0, 0, 0, 0.2) !important;
    filter: invert(1);
    border: 2px solid rgba(0, 0, 0, 0.4) !important;
}

@media screen and (min-width: 992px) {
    .seller-success-slider .owl-prev,
    .seller-success-slider .owl-next {
        width: 65px;
        height: 55px;
        background-size: 22px !important;
    }
}

@media screen and (max-width: 991px) {
    .seller-success-slider .owl-prev,
    .seller-success-slider .owl-next {
        background-size: 18px !important;
    }
}

@media screen and (min-width: 1450px) {
    .seller-success-slider .owl-nav .owl-next,
    .seller-success-slider .owl-nav .owl-prev {
        height: 44px;
        width: 44px;
    }
}

@media screen and (max-width: 1449px) {
    .seller-success-slider .owl-nav .owl-next,
    .seller-success-slider .owl-nav .owl-prev {
        height: 40px;
        width: 40px;
    }
}

@media screen and (min-width: 576px) {
    .seller-success-slider .owl-nav {
        margin-top: -35px;
        text-align: end;
    }
}

@media screen and (max-width: 575px) {
.seller-success-slider .owl-nav {
    margin-top: -45px;
    text-align: center;
}
.seller-card img {
max-width: 50px;
}

}