section.banner-section {
    background: rgb(10, 68, 232);
    background: linear-gradient(90deg, rgba(10, 68, 232, 1) 0%, rgba(15, 26, 72, 1) 48%);
    color: #fff;
    padding: 130px 0 120px;

}

.banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.zwc-content,
.zwc-image {
    width: 100%;
    max-width: 50%;
}

.act-btn.cta-btn {
    padding: 15px 30px
}

.zwc-content h1 {
    font-size: 48px
}

.zwc-content h1 span {
    color: #FFE450
}

.zwc-content p {
    max-width: 600px;
    margin-bottom: 40px;
    font-size: 18px;
}

.zwc-sticky-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start
}

section.sticky-section {
    padding: 90px 0
}

.zwc-sticky-nav {
    width: 450px;
    background-color: #fafafa;
    border-radius: 10px;
    height: auto;
    padding: 40px 40px;
    position: sticky;
    top: 100px
}

.zwc-sticky-nav li:not(.zwc-maincont) {
    font: 16px/2.25 var(--primaryfont-regular);
    position: relative;
    padding-left: 15px
}

.zwc-sticky-nav li {
    cursor: pointer;
    width: fit-content
}

.zwc-sticky-nav li:not(.zwc-maincont)::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 14px;
    left: 0
}

.zwc-sticky-nav li:first-child:before,
.zwc-sticky-nav li:last-child:before {
    content: none;
}

.zwc-sticky-nav li:first-child,
.zwc-sticky-nav li:last-child {
    padding-left: 0;
}

.zwc-sticky-nav li:last-child {
    padding-top: 20px;
}

.zwc-sticky-nav li.list-none {
    font-size: 18px;
    line-height: 32px;
    padding: 10px;
    font-family: var(--primaryfont-bold)
}

.zwc-sticky-nav li.list-none:not(.zwc-sticky-heading)::before {
    display: none
}

.zwc-scroller-parent {
    max-width: 690px
}

.zwc-scroller-parent h2 {
    font: 33px/1.5 var(--primaryfont-bold);
    margin-bottom: 15px
}

.zwc-scroller-child {
    margin-bottom: 50px
}

.zwc-scroller-parent h3 {
    margin-bottom: 15px
}

.zwc-scroller-parent p {
    margin-bottom: 15px
}


.active-li {
    color: #000;
    font-family: var(--primaryfont-bold) !important
}

.zwc-image-wrap span {
    width: 100%;
    max-width: 29%;
    border: 1px solid #ddd;
    padding: 20px;
    height: 140px;
    border-radius: 12px;
    position: relative;
}

.zwc-image-wrap span:nth-child(3) {
    transform: scale(1.4);
    background: #fff;
    position: relative;
    right: -40px;
    top: -30px;
    box-shadow: 0px 6px 12px #21A1FF29;
    border: 1px solid #1359C9;
}

.zwc-image-wrap img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.zwc-image-wrap:after {
    content: '';
    position: absolute;
    right: -100px;
    top: 90px;
    background: url(/sites/zweb/images/dataprep/tools/arrow.png) no-repeat;
    background-size: 120px auto;
    width: 130px;
    height: 130px;
}

/* .box {
    background: #f7f5d9;
    padding: 60px;
    margin-bottom: 30px
} */

.box ul li {
    padding-left: 25px;
    padding-bottom: 17px
}

h5 {
    font-size: 20px
}

.zwc-scroller-child [class$="-grid"] {
    padding: 50px 60px;
    border-radius: 5px
}

.zwc-scroller-child [class$="-grid"] ul li {
    list-style: inside;
    padding-bottom: 9px
}

.zwc-scroller-child [class$="-grid"] span {
    font-size: 19px;
    font-family: var(--zf-primary-semibold);
    padding-bottom: 10px;
    display: block
}

.zwc-image-wrap {
    text-align: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 20px;
    background: #fff;
    padding: 30px 10px;
    border-radius: 10px;
    position: relative;
}


section.cta-section {
    background: #26354a;
    padding: 90px 0;
    text-align: center;
    color: #fff
}

.features-count p span,
.zwc-sticky-nav p {
    font-family: var(--primaryfont-bold);

    margin-bottom: 10px;
}

.features-count {
    padding: 20px 0;
}

.cta-inner-section h2 {
    font-size: 48px
}

@media only screen and (min-width: 1300px) {
    .zwc-scroller-child p {
        line-height: 34px
    }



    .cta-inner-section h5 {
        font-size: 24px
    }
}

@media only screen and (max-width: 1440px) {
    .zwc-content h1 {
        font-size: 54px
    }

    .zwc-scroller-parent h2 {
        font-size: 37px
    }

    .zwc-scroller-parent h3 {
        font-size: 30px
    }

    .zwc-sticky-nav {
        width: 400px;
        padding: 40px 30px
    }

    .zwc-image-wrap:after {
        right: 0;
    }
}

@media only screen and (max-width: 1300px) {
    .zwc-content h1 {
        font-size: 50px
    }

    .zwc-scroller-parent {
        max-width: 670px
    }
}

@media only screen and (max-width: 1199px) {
    /* .rating-assest {
        left:130px
    } */

    .zwc-content h1 {
        font-size: 36px
    }

    .zwc-scroller-parent h2 {
        font-size: 30px
    }

    .zwc-sticky-nav li:not(.zwc-sticky-heading) {
        font-size: 14px;
        line-height: 35px
    }

    .zwc-scroller-parent h3 {
        font-size: 25px
    }

    .zwc-sticky-wrap {
        gap: 50px
    }

    .zwc-scroller-parent {
        max-width: 621px
    }

    section.banner-section {
        padding: 50px 0 60px
    }

    .zwc-sticky-nav {
        top: 40px
    }

    .zwc-image-wrap span:nth-child(3) {
        transform: scale(1.1);
        right: 0;
        top: 0;
    }

    .zwc-image-wrap:after {
        right: 0;
        top: 130px;
        background-size: 80px auto;
    }

    .zwc-image-wrap span {
        height: 110px;
    }
}

@media only screen and (max-width: 1024px) {
    /* .zwc-image-wrap .rating-assest {
        width:50%;
        bottom: -10px;
        left: 110px
    } */

    .zwc-sticky-nav li.list-none {
        padding: 0
    }

    /* img.top-assest {
        top: 70px;
        width: 40%;
        left: 35px
    } */

    /* img.bottom-assest {
        top: 180px;
        width: 15%;
        right: 35px
    } */
    .cta-inner-section h2 {
        font-size: 38px;
    }

    .zwc-sticky-nav {
        padding: 40px 30px
    }
}

@media only screen and (max-width: 991px) {
    .zwc-content h1 {
        font-size: 34px
    }

    .zwc-sticky-nav li {
        line-height: 20px
    }

    .zwc-sticky-wrap {
        gap: 30px
    }

    .zwc-content p {
        margin: 0 auto 20px
    }

    .zwc-scroller-parent h2 {
        font-size: 27px
    }

    .zwc-scroller-parent h3 {
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 14px
    }

    .banner-inner {
        flex-flow: column;
        text-align: center
    }

    .zwc-content {
        width: 100%;
        max-width: 78%
    }

    .zwc-sticky-nav {
        display: none
    }

    img.bottom-assest {
        right: 5px
    }

    .zwc-scroller-child {
        margin-bottom: 30px
    }

    .zwc-content,
    .zwc-image {
        width: 100%;
        max-width: 70%;
    }
/* rtl css  */
    .lang-rtl .banner-inner *{
        text-align: center !important;
    }
/* ends  */
}

@media only screen and (max-width: 767px) {
    .zwc-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto -30px
    }

    section.cta-section {
        padding: 70px 0;
    }

    .cta-inner-section h2 {
        font-size: 30px
    }

    .zwc-content h1 {
        font-size: 28px
    }

    .box {
        padding: 30px 50px
    }

    .zwc-image {
        width: 100%;
        max-width: 80%
    }

    section.sticky-section {
        padding: 70px 0
    }

    .zwc-image-wrap:after {
        right: -30px;
        top: 100px;
    }
}

@media only screen and (max-width: 640px) {
    .zwc-content h1 {
        font-size: 23px
    }

    .zwc-scroller-parent h2 {
        font-size: 20px
    }

    .zwc-scroller-parent h3 {
        font-size: 19px
    }

    h5 {
        font-size: 18px
    }

    .box {
        padding: 30px
    }

    .zwc-image-wrap span {
        height: 90px;
        width: 100%;
        max-width: 28%;
        padding: 10px;

    }

    .zwc-image-wrap:after {
        right: -30px;
        top: 70px;
        transform: scale(0.7);
    }


    .zwc-scroller-child [class$="-grid"] {
        padding: 50px 30px
    }

    .zwc-scroller-child [class$="-grid"] span {
        font-size: 17px
    }

    .zwc-image {
        width: 100%;
        max-width: 100%;
    }
}

.bottom-section {
    color: #fff;
    text-align: center;
    padding: 80px 0 80px;
    background-image: -webkit-linear-gradient(90deg, #041b26 0, #083349 100%);
    background-image: -ms-linear-gradient(90deg,#041b26 0,#083349 100%);
}
.zcollaborate-section h2, .bottom-section h2 {
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 42px;
font-family: 'Zoho_Puvi_Bold';
    font-size: 44px;
}