.hero-page-section.hero-page-section-ecommerce{
    background:url("../../../images/clickdealer/ecommerce-hero-bg.png")no-repeat center center / cover;
}
.hero-page-section.hero-page-section-ecommerce .hero-page-section-info{
    max-width:626px;
}


.ecommerce-advantages{
    background: #F3F4F5;
}

.ecommerce-advantages-wrap{
    padding:60px 15px;
    max-width:1240px;
    margin:0 auto;
}

.ecommerce-advantages-list{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding-bottom:110px;
}

.ecommerce-advantages-item{
    border-radius: 30px;
    padding:30px 22px;
    width:23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.ecommerce-advantages-item img{
    width:174px;
}

.ecommerce-advantages-item h5{
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.ecommerce-advantages-item:nth-of-type(1) h5{
padding:0 26px;
}

.ecommerce-advantages-item:nth-of-type(1){
    color:#fff;
    background: linear-gradient(180deg, #3DA4EE 0%, #00479B 100%);
}
.ecommerce-advantages-item:nth-of-type(2){
    color:#fff;
    background: linear-gradient(181deg, #6D46ED 0.91%, #0B1529 65.93%);
}
.ecommerce-advantages-item:nth-of-type(3){
    color:#fff;
    background: #0C172F;
}
.ecommerce-advantages-item:nth-of-type(4){
    color:#131313;
    background: #FFF;
}

.ecommerce-advantages-tabs h2{
    margin:0 0 30px 0;
    color: #131313;
    text-align: center;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 71px;
    padding:0 86px;
}
.ecommerce-advantages-content-image{
    width:38%
}
.ecommerce-advantages-content-image img{
    width:100%;
}



.ecommerce_tab_content .tab_item { display: none; }
.ecommerce_tab_content .tab_item:first-child { display: block; }

.ecommerce-advantages-tabs .ecommerce_tabs{
    display: flex;
    justify-content: center;
}

.ecommerce-advantages-tabs .ecommerce_tabs span{
    cursor: pointer;
    padding:10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 76px;
    background: #FFF;
    color: #131313;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.ecommerce-advantages-tabs .ecommerce_tabs span.active{
    background:#141414;
    color:#fff;
    margin:0 10px;
}

.ecommerce-advantages-content{
    display: flex;
    justify-content: space-between;
    padding-top:30px;
}

.ecommerce-advantages-content-list{
    padding:30px;
    border-radius: 30px;
    background: #FFF;
    width:60%;
}

.ecommerce-advantages-content-list ul{
    margin-bottom: 0;
}

.ecommerce-advantages-content-list ul li{
    color: #131313;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 142%; /* 28.4px */
    display: flex;
    padding-bottom:7px;
}

.ecommerce-advantages-content-list ul li:before{
    width:6px;
    height:6px;
    background:#131313;
    content:"";
    display: block;
    flex-shrink: 0;
    margin-right:15px;
    margin-top:10px;
    border-radius:50%;
}

.ecommerce-advantages-content-list ul li:last-child{
    padding-bottom:0;
}

@media(max-width:1000px){
    .ecommerce-advantages-item{
        width:48.5%;
        margin-bottom:20px;
    }
    .ecommerce-advantages-tabs h2{
        font-size:52px;
        line-height:60px;
    }
    .ecommerce-advantages-content-image{
        width:48%
    }
    .ecommerce-advantages-content-list{
        width:48%
    }
}

@media(max-width:900px){
    .ecommerce-advantages-tabs h2{
        font-size:36px;
        line-height:44px;
        padding:0;
    }
    .ecommerce-advantages-content{
        flex-direction: column;
    }
    .ecommerce-advantages-content-list, .ecommerce-advantages-content-image{
        width:100%;
    }
    .ecommerce-advantages-content-list{
        margin-bottom:20px;
    }
}

@media(max-width:768px){
    .ecommerce-advantages-item{
        width:100%;
    }
}

.how-it-work-leadgen{
    background:url(../../../images/clickdealer/how-does-it-work.png) no-repeat center center / cover;
}

.how-it-work-leadgen-wrap{
    max-width:1240px;
    margin:0 auto;
    width:100%;
    padding:100px 15px 100px;
}

.how-it-work-leadgen h2{
    color: #FFF;
    text-align: center;
    margin-bottom:10px;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
    text-transform: capitalize;
}

.how-to-work-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:36px 0 36px 0;
}

.how-to-work-list-item{
    width:15%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-to-work-list-item h5{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
    text-transform: uppercase;
    min-height:81px;
}

.how-it-work-leadgen-wrap .btn{
    border-radius: 76px;
    background: #FFF;
    width:max-content;
    height:46px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #131313;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.how-it-work-leadgen-wrap .btn:hover{
    background:#fff;
    color:#3D4FF0;
}

.how-it-work-leadgen-wrap .btn:focus,
.how-it-work-leadgen-wrap .btn:active{
    background:#fff;
    color:#1628CD;
}

@media(max-width:1000px){
    .how-it-work-leadgen h2{
        font-size:52px;
        line-height:60px;
    }

    .how-it-work-leadgen-wrap{
        padding:60px 15px;
    }
}

@media(max-width:900px){
    .how-it-work-leadgen h2{
        font-size:36px;
        line-height:46px;
    }
    .how-to-work-list{
        flex-direction: column;
    }

    .how-to-work-list-item{
        width:100%;
    }

    .separator-icon-holder{
        margin-bottom: 15px;
        position: relative;
        transform: rotate(90deg);
    }

}


.ecommerce-categories{
    background: linear-gradient(180deg, #02215E 0%, #10D8D1 100%);
    padding:60px 0;
}

.ecommerce-categories h2{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
    text-transform: capitalize;
    margin-bottom:30px;
}

.ecommerce-categories-item{
    border-radius: 30px;
    padding:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    min-height:220px;
}

.ecommerce-categories-item img{
    flex-shrink: 0;
    width:144px !important;
}

.ecommerce-categories-item h4{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 111.111% */
    letter-spacing: 1.8px;
    text-transform: capitalize;
}

 .ecommerce-categories-item.travel{
    background: #57A0F8;
    color:#fff;
}

.ecommerce-categories-item.babies{
    background: #EDB7E4;
    color:#fff;
}

.ecommerce-categories-item.dropshipping{
     background: #303FC4;
     color:#fff;
 }
.ecommerce-categories-item.pets{
    background: #fff;
    color:#131313;
}

.ecommerce-categories-item.electronics{
    background: #1A2128;
    color:#fff;
}

.ecommerce-categories-item.beauty{
    background: #EFD493;
    color:#fff;
}
.ecommerce-categories-item.home{
    background: #B5BCCD;
    color:#fff;
}
.ecommerce-categories-item.flowers{
    background: #FF89BC;
    color:#fff;
}
.ecommerce-categories-item.apparel{
    background: #AC9BFF;
    color:#fff;
}
.ecommerce-categories-item.sports{
    background: #FFBE09;
    color:#fff;
}

.owl-carousel-ecommerce .owl-nav{
   position: absolute;
    width:100%;
    top:50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding-left:80px;
    padding-right:80px;
}

.owl-carousel-ecommerce .owl-nav button{
    width:40px;
    height:40px;
    border-radius: 50px;
}

.owl-carousel-ecommerce .owl-nav button span{
    display: none;
}

.owl-carousel-ecommerce .owl-nav button.disabled{
    background:transparent !important;
}

.owl-carousel-ecommerce .owl-nav button.owl-next{
    background:url(../../../images/clickdealer/arrow-right-slider-dark.png) no-repeat center center;
}
.owl-carousel-ecommerce .owl-nav button.owl-prev{
    background:url(../../../images/clickdealer/arrow-left-slider-dark.png) no-repeat center center;
}

.owl-carousel-ecommerce .owl-nav button.owl-next{
    background:url(../../../images/clickdealer/arrow-right-slider-dark.png) no-repeat center center;
}
.owl-carousel-ecommerce .owl-nav button.owl-prev:hover{
    background:url(../../../images/clickdealer/arrow-left-slider-white.png) no-repeat center center, #3D4FF0 !important;;
}
.owl-carousel-ecommerce .owl-nav button.owl-next:hover{
    background:url(../../../images/clickdealer/arrow-right-slider-white.png) no-repeat center center, #3D4FF0 !important;;
}

@media(max-width:1000px){
    .ecommerce-categories h2{
        font-size:54px;
        line-height: 60px;
    }
}

@media(max-width:900px){
    .ecommerce-categories h2{
        font-size:36px;
        line-height: 60px;
    }
}

@media(max-width:480px){
    .owl-carousel-ecommerce .owl-item{
    }
    .ecommerce-categories-item{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin:0 65px;
        padding:20px;
        height:300px;
    }
    .ecommerce-categories-item h4{
        font-size:27px;
        text-align: center;
    }
    .owl-carousel-ecommerce .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        padding-left: 27px;
        padding-right: 27px;
    }
}