.zwrapper {
    overflow: hidden;
}
.zw-product-header {
    background: #34287a;
    color: #fff;
}
.zflex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.zcontent-part {
    width: 60%;
}

.zimage-part {
    width: 40%;
}

.contact-slider li {
    width: 380px;
    position: absolute;
    color: #000;
    text-align: center;
    transition: 1s all ease
}

.contact-slider li img {
    box-shadow: 12px 5px 31px 3px rgba(0, 0, 0, .05);
}

.contact-slider li:nth-child(1) {
    transform: translate(60px, 60px);
}

.contact-slider li:nth-child(2) {
    transform: translate(30px, 30px)
}

.contact-slider li:nth-child(3) {
    transform: translate(0px, 0px);
}
.contact-slider li.animate:nth-child(4) {
    transition: 1s all ease;
    opacity: 0;
    transform: translate(-80px, -80px);
}
span.bg-color {
    position: absolute;
    width: 700px;
    height: 700px;
    top: 50%;
    transform: translateY(-50%);
    right: -330px;
    background: radial-gradient(circle, rgba(56,121,226,1) -10%, rgba(48,41,115,0.3) 65%);
    border-radius: 100%;
}
.banner-wrap .content-wrap {
    z-index: 1;
}
.banner-wrap {
    width: 100%;
    background: #34287a;
    color: #fff;
    padding: 100px 0 140px;
    position: relative;
    overflow: hidden;
}

.banner-wrap h1 {
    max-width: 640px;
}

.banner-wrap .zcontent-part {
    margin-top: 30px;
}

.banner-wrap .zimage-part {
    position: relative;
}

.banner-wrap .zflex-wrap {
    align-items: flex-start;
}

h1 {
    font-size: 65px;
    margin-bottom: 30px;
    line-height: 1.1;
}

h2 {
    font-size: 40px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 20px;
}

.banner-wrap p {
    font-size: 22px;
    max-width: 480px;
    margin-bottom: 30px;
}

.subicons {
    position: absolute;
    font-size: 0;
}
.banner-wrap .slick-next:before,.banner-wrap .slick-prev:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 9px;
    height: 9px;
    background: no-repeat;
    transform: rotate(45deg) translate(-50%,-50%);
    top: 56%;
    right: 33%;
    transition: none
}
.banner-wrap .slick-next:after,.banner-wrap .slick-prev:after {
    background: #fff;
    transform: rotate(90deg) translate(-50%,-50%);
    left: 27%;
    top: 35%;
    right: auto;
    height: 13px;
    width: 2px;
    transition: none
}
.banner-wrap .slick-prev:after {
    left: 24%
}
.banner-wrap .slick-prev:before {
    left: 40%
}
.banner-wrap .slick-prev:hover,.banner-wrap .slick-next:hover {
    background: #ff5858
}
.banner-wrap .slick-prev:hover:after {
    background: #fff
}
.banner-wrap .slick-next:hover:after,
.banner-wrap .slick-next:hover:before,
.banner-wrap .slick-prev:hover:after,
.banner-wrap .slick-prev:hover:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff
}
.banner-wrap .slick-next,.banner-wrap .slick-prev {
    right: 0;
    background: #ff5858;
    top: 0;
    position: relative;
    left: 0;
    transform: none;
    width: 35px;
    height: 35px;
    border-radius: 7px
}
.banner-wrap .slick-prev {
    left: -8px;
    right: auto;
    transform: rotate(-180deg) translate(0,0);
    margin-right: 4px
}
.banner-wrap .slider-navigation {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -50px;
}
.banner-wrap button.slick-next.slick-disabled,.banner-wrap button.slick-prev.slick-disabled {
    background: #2c4a9e;
    border: 1px solid #000;
    opacity: 1;
}
.banner-wrap button.slick-prev.slick-disabled::before,.banner-wrap button.slick-next.slick-disabled::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
.banner-wrap button.slick-prev.slick-disabled::after,.banner-wrap button.slick-next.slick-disabled::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(0px);
    }
}

@keyframes MoveUpDown_1 {
    0%, 100% {
        transform: rotate(30deg) translate(5px, 5px);
    }

    50% {
        transform: rotate(30deg) translate(0px, 0px);
    }
}

@keyframes MoveUpDown_2 {
    0%, 100% {
        transform: translateY(15px);
    }

    50% {
        transform: translateY(0px);
    }
}

@keyframes MoveUpDown_3 {
    0%, 100% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0px);
    }
}
/* ----- Our Brand ----- */
.zwc-brand-sec{
    padding: 2em 0;
}
.zwc-brand-title {
    position: relative;
    font-size: 17px;
    font-family: var(--zf-primary-regular);
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase;
}
.zwc-brand-title::before{
    content: '';
    position: absolute;
    left: calc(0% - 80px);
    width: 60px;
    background: #a3a3a3;
    height: 1px;
    top: 50%;
}
.zwc-brand-title::after{
    content: '';
    position: absolute;
    right: calc(0% - 80px);
    width: 60px;
    background: #a3a3a3;
    height: 1px;
    top: 50%;
}
.zwc-marquee-wrap {
    display: flex;
    overflow: hidden;
}
.zwc-marquee-inr{
    display: flex;
}
.zwc-our-brands {
    display: flex;
}
.zwc-our-brands li {
    display: flex;
    align-items: center;
    width: 200px;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 0 10px;
    background: #fff;
}
.zwc-our-brands li img {
    width: 85%;
    display: block;
    margin: auto;
}
.zwc-brand-sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent 50%, #000 0);
    background-size: 11px 4px;
}
/* ----- Our Brand End ----- */
.subicons.sicon1 {
    width: 8px;
    height: 8px;
    border: 1px solid #42c4a5;
    border-radius: 50%;
    top: 10px;
    left: -41px;
    animation: MoveUpDown_3 2.5s ease infinite;
}

.subicons.sicon2 {
    width: 10px;
    height: 10px;
    border: 1px solid #2dc3ec;
    border-radius: 50%;
    top: 70px;
    right: 30px;
    animation: MoveUpDown_2 3s ease infinite;
}

.sicon3 {
    border: 1px solid #fa7080;
    width: 10px;
    height: 10px;
    transform: rotate(30deg);
    top: 70%;
    left: -40px;
    /* animation: MoveUpDown_1 2s ease infinite; */
}

.sicon4 {
    background: url(/sites/zweb/images/forms/form-icons-sprite.png) no-repeat;
    width: 50px;
    height: 50px;
    left: -60px;
    background-size: 500px auto;
    top: 20%;
    animation: MoveUpDown_3 2s ease infinite;
}

.sicon5 {
    background: url(/sites/zweb/images/forms/form-icons-sprite.png) no-repeat;
    width: 50px;
    height: 50px;
    right: -60px;
    background-size: 500px auto;
    top: 50%;
    background-position: -50px 0px;
    animation: MoveUpDown_3 2s ease infinite;
}

.sicon6 {
    background: url(/sites/zweb/images/forms/form-icons-sprite.png) no-repeat;
    width: 110px;
    height: 87px;
    right: -50px;
    background-size: 400px auto;
    bottom: 0px;
    background-position: 0px -41px;
    z-index: 9;
}

section.zgather-contacts {
    text-align: center;
    padding: 120px 0;
}

section.zgather-contacts .zflex-wrap {
    align-items: self-start;
}

section.zgather-contacts p {
}

section.zgather-contacts p.zdesc {
    max-width: 660px;

    margin: 0 auto 30px;
}

section.zgather-contacts .zitem {
    width: calc(100%/3);
    padding: 0 30px;
    margin-top: 50px;
}

section.zgather-contacts .zitem .zicon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fc6a90;
    margin: 0 auto 30px;
    position: relative;
}

section.zgather-contacts .zitem .zicon:before {
    background: url(/sites/zweb/images/forms/form-icons-sprite.png) no-repeat;
    width: 52px;
    height: 60px;
    position: absolute;
    content: "";
    background-size: 620px auto;
    left: 24px;
    top: 19px;
}

section.zgather-contacts .zitem .zicon.zicon1:before {
    background-position: -129px 0;
}

section.zgather-contacts .zitem .zicon.zicon2:before {
    background-position: -253px 0;
}

section.zgather-contacts .zitem .zicon.zicon3:before {
    background-position: -190px 0;
}

section.zgather-contacts .zitem .zicon2 {
    background: #9372fc;
}

section.zgather-contacts .zitem .zicon3 {
    background: #ff9e36;
}

section.zmobile-contact-form .zflex-wrap {
    z-index: 1;
    position: relative;
}

section.zmobile-contact-form {
    background: #3849a5 url(/sites/zweb/images/forms/form-bgpattern.jpg);
    padding: 90px 0 50px;
    color: #fff;
    font-size: 20px;
    position: relative;
    background-size: 150px;
}

section.zmobile-contact-form .content-wrap {
    max-width: 1050px;
}

section.zmobile-contact-form:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ff7fff+100&0+0,0.4+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 127, 255, 0.4) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 127, 255, 0.4) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 127, 255, 0.4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66ff7fff', GradientType=1);
    /* IE6-9 */
    content: "";
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    top: 0;
}

.zwc-contact-feature-section ul li,section.zmobile-contact-form ul li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.zwc-contact-feature-section ul li:before,section.zmobile-contact-form ul li:before {
    background: url(/sites/zweb/images/forms/form-icons-sprite.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    background-size: 500px;
    left: 0;
    background-position: -460px -9px;
}

section.zmobile-contact-form .zimage-part {
    width: 45%;
}

section.zmobile-contact-form .zcontent-part {
    width: 50%;
}

section.zmobile-contact-form .zimage-part img {
    max-width: 300px;
    float: right;
    transition: 0.7s all ease 0.3s;
    width: 50%;
}

img.fios {
    transform: translateY(50px);
    opacity: 0;
}

img.fandroid {
    transform: translateY(50px);
    opacity: 0;
}

.animated img.fios {
    transform: translateY(130px);
    opacity: 1;
}

.animated img.fandroid {
    transform: translateY(0px);
    opacity: 1;
}

.zcircle {
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(245, 147, 49, 0.1);
    border-radius: 50%;
    font-size: 0;
}

.zcircle1 {
    width: 400px;
    height: 400px;
    left: 49%;
    top: 10%;
}

.zcircle2 {
    right: -100px;
    top: 10%;
    width: 70px;
    height: 70px;
}

.zcircle3 {
    right: -60px;
    bottom: 10%;
    background: rgba(0, 0, 0, 0.1);
}

section.collect-data-section {
    padding-top: 180px;
    position: relative;
    padding-bottom: 100px;
}

section.collect-data-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

section.collect-data-section .content-wrap {
    max-width: 820px;
}

section.collect-data-section ul li {
    border-bottom: 1px solid #efefef;
    padding: 30px 0 30px 80px;
    position: relative;
}

section.collect-data-section ul li:last-child {
    border: 0px;
}

section.collect-data-section ul li::before {
    background: url(/sites/zweb/images/forms/form-icons-sprite.png) no-repeat;
    position: absolute;
    background-size: 500px;
    content: "";
    width: 50px;
    left: 0;
    height: 50px;
    background-position: -251px 0px;
}

section.collect-data-section ul li:nth-child(2n):before {
    background-position: -301px 0px;
}

section.collect-data-section ul li:nth-child(3):before {
    background-position: -351px 0px;
}

section.collect-data-section ul li:nth-child(4):before {
    background-position: -401px 0px;
}

section.collect-data-section ul li p {
    margin-bottom: 0;
}

/* integration starts */
/*** integration styles ***/
.zintegration {
    text-align: center;
    background: #f6f6f6;
}

.zintegration p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 20px
}

.zintegration .content-wrap {
    padding: 120px 0 120px 0;
}

.zintegration h2 {
    text-align: center;
    margin: 0 auto 20px;
}

.zintegration-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 110px 0 110px 0;
    opacity: 0;
}

.zintegration-list.in-view {
    opacity: 1;
    padding-left: 0;
    margin-top: 50px;
    /* outline: 1px solid; */
}

.zintegration-list li {
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    position: relative
}

.zintegration-list li:nth-child(odd) {
    vertical-align: bottom
}

.zintegration-list li.zp-main {
    width: 20%;
    vertical-align: middle;
    height: 200px
}

.zintegration-list li div {
    position: relative;
    font-size: 0px;
    height: 80px;
}

.zintegration-list li div:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #D6D6D6;
}

.zintegration-list li div:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 34px;
    background: url(/sites/zweb/images/forms/forms-integration-icons.png) no-repeat left top;
    background-size: 900px auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.zintegration-list li:first-child div:after {
      background:var(--product-icons);
    background-size:var(--zp-i-bs);
    background-position:var(--zp-campaigns-bp);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
}

.zintegration-list li:nth-child(2) div:after {
    background:var(--product-icons);
    background-size:var(--zp-i-bs);
    background-position:var(--zp-crm-bp);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
}

.zintegration-list li:nth-child(3) div:after {
     background:var(--product-icons);
    background-size:var(--zp-i-bs);
    background-position:var(--zp-flow-bp);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
}

.zintegration-list li:nth-child(5) {
    left: 17%;
    top: auto;
    bottom: 10%;
}

.zintegration-list li:nth-child(5) div:after {
    background-position: -315px -21px;
    width: 43px;
    height: 50px;
}

.zintegration-list li:nth-child(6) div:after {
    background-position: -437px -20px;
    width: 59px;
    height: 46px;
}

.zintegration-list li:nth-child(7) div:after {
    background-position: -117px -13px;
    width: 37px;
    height: 28px;
}

.zintegration-list li:nth-child(8) div:after {
    height: 30px;
    background-position: -505px -31px;
    width: 50px;
}

.zintegration-list li:nth-child(9) div:after {
    background-position: -576px -26px;
    width: 38px;
    height: 38px;
}

.zintegration-list li:nth-child(10) div:after {
    background-position: -702px -26px;
    width: 45px;
    height: 38px;
}

.zintegration-list li:nth-child(11) div:after {
     background:var(--product-icons);
    background-size:var(--zp-i-bs);
    background-position:var(--zp-recruit-bp);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
}

.zintegration-list li:nth-child(12) div:after {
    background-position: -765px -22px;
    width: 44px;
    height: 43px;
}

.zintegration-list li:nth-child(13) div:after {
    background-position: -831px -24px;
    width: 44px;
    height: 43px;
}

.zintegration-list li.zp-main div {
    height: 160px
}

.zintegration-list li.zp-main>a {
    display: inline
}

.zintegration-list li div:hover:before {
    background-color: rgba(238, 238, 238, 0.3);
}

.zintegration-list li.zp-main div:before {
    margin-left: -80px;
    width: 165px;
    height: 165px;
    top: 1px;
    border: 1.8px dashed #000;
    -webkit-animation: spinPulse 50s infinite linear;
    animation: spinPulse 50s infinite linear;
}

.zintegration-list li.zp-main div:after {
    background-position: 0px 0px;
    background-size: 1000px auto;
    width: 124px;
    height: 118px;
    top: 15px;
    left: 9px;
    z-index: 1;
}

.circle-bg {
    position: absolute;
    width: 140px;
    height: 140px;
    left: 50%;
    top: 50%;
    margin-top: -67px;
    margin-left: -67px;
    border-radius: 50%;
    background: #f7f7f7;
}

.zintegration-list li a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.zplus {
    position: absolute;
    color: #D6D6D6;
    font-size: 26px;
    -webkit-animation: spinPulse 8s infinite linear;
    animation: spinPulse 8s infinite linear;
    font-family: var(--zf-primary-semibold);
}

.zplus1 {
    left: -110px;
}

.zplus2 {
    left: 90px;
    top: -40px;
}

.zplus3 {
    left: -120px;
    bottom: -30px;
}

.zplus4 {
    left: 100px;
    bottom: -10px;
}

.zplus5 {
    top: -60px;
}

.zplus6 {
    top: -60px;
    left: 90px;
}

.zplus7 {
    top: 40px;
    left: -60px;
}

.outerCircle {
    position: absolute;
    left: -32px;
    max-width: 180%;
    top: -27px;
    width: 200%;
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinPulse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes moveleft {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    70% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes moveleft {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    70% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes moveright {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    70% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes moveright {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    70% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}
section.zwc-contact-feature-section .rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
section.zwc-contact-feature-section .rows > div {
    max-width: 50%;
}
section.zwc-contact-feature-section .rows .col-1 {
    max-width: 40%;
}
section.zwc-contact-feature-section .content-wrap:nth-child(2n+2) .col-1 {
    order: 2;
}
.zwc-contact-feature-section .content-wrap {
    padding-bottom: 100px;
}

    .zwc-contact-feature-section ul li:before {
        filter: invert(0) brightness(0);
    }
.create-forms-section .zwc-fea-img {
    max-width: 520px;
    margin: 0 auto;
}
.contact-form-gen-section .zwc-fea-img {
    max-width: 540px;
    margin: 0 auto;
}


/********* story-section **********/

.story-section {
    padding: 4em 0;
}
.story-section h2 {
    /* font-family: var(--zf-secondary-light); */
    font-size: 45px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 50px;
}

.story-section h2 span {
    font-family: var(--primaryfont-bold);
}

.story-slider-1 .item p, .name {
    font-size: 18px;
    line-height: 2;
}

.story-slider-1 {
    max-width: 700px;
    margin: 0 auto;
}

.name {
    font-family: var(--secondaryfont-semibold);
    margin-bottom: 40px;
}

.name small {
    font-family: var(--secondaryfont-regular);
}

.story-section .col-1 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.story-section .col-2 {
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    max-width: 60%;
    position: relative;
}

.story-section .story-slider-2 .item {
    padding: 2px;
    margin-right: 0;
    float: none;
    height: 74px;
    width: 74px !important;
    position: relative;
    cursor: pointer;
    border: 2px solid #fd4947;
    border-radius: 50%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    padding: 0;
}

.story-section .story-slider-2 .slick-track {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flexpack: center;
}

.story-slider-2 {
    margin: 0 0 20px;
    text-align: center;
}
.story-slider-2 img {
    max-width: 70px;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.story-section span.icons {
    background: url(/sites/zweb/images/forms/zf-fbuilder-sprite.png);
    display: block;
    background-size: 105px auto;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    position: absolute;
    z-index: 1;
}
.story-section span.icons.icons-1 {
    top: -15px;
    left: -22px;
    border-radius: 50%;
    transform: scale(0.2);
    opacity: 0;
    transition: all .5s ease;
}


.story-section .story-slider-2 .item.slick-current.slick-active,
.slick-current img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}


.story-slider-2 .item:first-child img {
    background: #e3e3f2;
}
.story-slider-2 .item:nth-child(2) img {
    background: #e0fde0;
}
.story-slider-2 .item:last-child img {
    background: #d6eefd;
}

.story-section .slick-current span.icons.icons-1 {
    opacity: 1;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    display: block;
}
.story-section .slick-prev {
    left: 150px;
}
.story-section .slick-next {
    right: 150px;
}
.story-slider-1 .item p {
    /* max-width: 760px; */
    /* margin: 0 auto 20px; */
}
.story-slider-2 .item:nth-child(1) {
    border-color: #eeb4d3;
}
.story-slider-2 .item:nth-child(2) {
    border-color: #aee8ae;
}
.story-slider-2 .item:nth-child(3) {
    border-color: #88cdf7;
}
.story-section .story-slider-2 .slick-track {
    transform: none !important;
    width: 100% !important;
}

.story-slider-1 .item.slick-current {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
}
.story-slider-1 .item {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: all .8s!important;
    -webkit-transition: all .8s!important;
    opacity: 0;
}
.story-section .slick-next:before,.story-section .slick-prev:before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    width: 9px;
    height: 9px;
    background: no-repeat;
    transform: rotate(45deg) translate(-50%,-50%);
    top: 58%;
    right: 28%;
    transition: none
}
.story-section .slick-next:after,.story-section .slick-prev:after {
    background: #000;
    transform: rotate(90deg);
    left: 13px;
    top: 29%;
    right: auto;
    height: 13px;
    width: 2px;
    transition: none
}
.story-section .slick-prev:hover:before,.story-section .slick-next:hover:before {
    background: 0
}
.story-section .slick-prev:after {
    left: 13px;
    top: 9px
}
.story-section .slick-prev:before {
    left: 12px
}
.story-section .slick-prev:hover,
.story-section .slick-next:hover {
    background: #ff5858
}

.story-section .slick-prev:hover:after {
    background: #fff
}
.story-section .slick-next:hover:after,.story-section .slick-next:hover:before,.story-section .slick-prev:hover:after,.story-section .slick-prev:hover:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff
}
.story-section .slick-prev {
    left: -90px;
    right: auto;
    transform: rotate(-180deg)
}
.story-section .slick-next,.story-section .slick-prev {
    right: -90px;
    background: #e2e2e2;
    border-radius: 100%;
    top: 90px
}

/**** rating *****/

.rating-section {
    padding: 5em 0;
    background: #f6f9ff;
}
.rating-section ul {
    max-width: 740px;
    margin: 35px auto 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.rating-section ul li .img-leads {
    height: 70px;
    width: 160px;
    background-image: url(/sites/zweb/images/forms/form-home-sprites.png);
    background-size: 665px auto;
    background-repeat: no-repeat;
    background-position: left 0;
    display: block;
    margin: 0 auto 15px;
}
.rating-section ul li:nth-child(2) .img-leads {
    background-position: -165px -3px;
    width: 185px;
}
.rating-section ul li:nth-child(3) .img-leads {
    background-position: -490px -16px;
    width: 70px;
    height: 70px;
    background-size: 900px;
}
.rating-section ul li:nth-child(4) .img-leads {
    background-position: -425px -4px;
    width: 55px;
}
.rating-main {
    text-align: center;
}
.rating-main p {
    border-bottom: 1px solid #333;
    display: inline-block;
}


.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 21px;
    letter-spacing: 2px;
}
.stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605\2605\2605\2605\2605';
    color: #d0d0d0;
}
.stars-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605\2605\2605\2605\2605';
    color: #f9a826;
    overflow: hidden;
    transition: ease all 3s;
    -webkit-transition: ease all 3s;
    width: 0%;
}
.counter-star {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #888;
}
.current-value {
    font-size: 25px;
    color: #000;
}

.rating-section ul li {
    opacity: 0;
}
.bottom-animated ul li .stars-container.stars-5:after{
	width: 100%;
} 
.bottom-animated ul li .stars-container.stars-4:after{
	width: 80%;
} 
.bottom-animated ul li .stars-container.stars-4-4:after{	
	width: 88%;
}
.bottom-animated ul li .stars-container.stars-4-5:after{
	width: 90%;
} 
.rating-section .bottom-animated  ul li:nth-child(1) {
   animation: opacity .6s ease-out .2s forwards;
   -webkit-animation: opacity .6s ease-out .2s forwards;
}
.rating-section .bottom-animated ul li:nth-child(2) {
   animation: opacity .6s ease-out .4s forwards;
   -webkit-animation: opacity .6s ease-out .4s forwards;
}
.rating-section .bottom-animated ul li:nth-child(3) {
   animation: opacity .6s ease-out .6s forwards;
   -webkit-animation: opacity .6s ease-out .6s forwards;
}
.rating-section .bottom-animated ul li:nth-child(4) {
   animation: opacity .6s ease-out .8s forwards;
   -webkit-animation: opacity .6s ease-out .8s forwards;
}

@keyframes opacity {
    from {
        visibility: hidden;
        opacity: 0
    }

    to {
        visibility: visible;
        opacity: 1
    }
}

.rating-section ul li {
    opacity: 0
}

.rating-section .bottom-animated ul li:nth-child(1) {
    animation:opacity .6s ease-out .2s forwards;
    -webkit-animation:opacity .6s ease-out .2s forwards;
}

.rating-section .bottom-animated ul li:nth-child(2) {
    animation: opacity .6s ease-out .4s forwards;
    -webkit-animation: opacity .6s ease-out .4s forwards
}

.rating-section .bottom-animated ul li:nth-child(3) {
    animation: opacity .6s ease-out .6s forwards;
    -webkit-animation: opacity .6s ease-out .6s forwards
}

.rating-section .bottom-animated ul li:nth-child(4) {
    animation: opacity .6s ease-out .8s forwards;
    -webkit-animation: opacity .6s ease-out .8s forwards
}
.more-customers a {
    color: #03a9f5;
    border: 1px solid #03a9f5;
    display: inline-block;
    padding: 12px 30px;
    font-family: var(--primaryfont-semibold);
    text-transform: uppercase;
}
.banner-wrap .zcontent-part {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 90px;
}
.banner-wrap .zimage-part {
    flex: 0 0 55%;
    max-width: 55%;
}
.contact-form-slider {
    height: 475px;
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.contact-form-slider.slick-initialized.slick-slider {
    height: auto;
    overflow: visible;
    opacity: 1;
}
.banner-wrap .zimage-part img {
    border-radius: 10px;
    width: 100%;
}
.zintegration-list li.zp-main a {
    cursor: unset;
}
.zwc-create-cf-section .zwc-create-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.content-wrap.zwc-create-cf-section {
    padding: 50px 0 100px;
}
/***** FAQ **************/

.faq-section {
    padding: 90px 0
}
.faq-section h2 {
    text-align: center;
    font-family: var(--primaryfont-semibold);
    font-size: 36px;
}
.faq-content {
    border: 1px solid #ebebeb;
    transition: all .5s ease;
    border-radius: 5px;
    margin: 30px 0
}
.faq-content.active {
    border-color: #000000;
    padding-bottom: 20px
}
.faq-content h3.active {
    color: #000000;
}
.faq-content h3 {
    position: relative;
    font-size: 21px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    margin: 0;
    transition: all .5s ease;
    padding: 30px 42px 30px 25px;
}
.faq-content h4 {
    font-size: 26px;
    color: #177dfc
}
.faq-content.active h4 {
    color: #177dfc
}
.faq-content .faq-arrow::after,.faq-content .faq-arrow::before {
    content: '';
    position: absolute;
    display: block;
    right: -9px;
    width: 12px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: all .5s
}
.faq-content.active .faq-arrow::after,.faq-content.active .faq-arrow::before {
    background: #000000;
}
.faq-content .faq-arrow::before {
    top: 5px;
    right: 1px
}
.faq-content .faq-arrow::after {
    right: inherit;
    left: 7px;
    transform: rotate(90deg);
    top: 5px
}
.faq-content h3.active span.faq-arrow:before {
    transform: rotate(-90deg)
}
.faq-content h3 span.faq-arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 20px;
    height: 15px;
    transition: all .5s ease;
    transform: translate(-50%,-50%) rotate(-90deg)
}
.accordion {
    margin: 50px auto 0;
    max-width: 780px
}
ul.list ul li::before,ul.list ul li::after {
    display: none
}
ul.list li {
    position: relative;
    padding: 12px 0 0 25px;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.5
}
ul.list li:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 10px;
    box-shadow: 4px -4px 0 0 #000 inset;
    transform: rotate(-45deg) scale(0.5);
    -webkit-transform: rotate(-45deg) scale(0.5);
    -ms-transform: rotate(-45deg) scale(0.5);
    left: 0;
    top: 20px
}
ul.list li:after {
    content: "";
    position: absolute;
    border: 1px solid #000;
    width: 17px;
    height: 17px;
    top: 17px;
    left: 0;
    border-radius: 50%
}
.accord-content {
    display: none;
    padding: 0 30px;
    margin-top: -15px;
}
.other-lang section.story-section {
    display: none;
}
.i18n-ar .banner-wrap .zcontent-part {
    padding-left: 90px;
    padding-right: unset;
}
.i18n-ar .zgather-contacts h2,.i18n-ar .zgather-contacts .zflex-wrap *,.i18n-ar .zdesc,.i18n-ar .zwc-create-content *,.i18n-ar .zintegration *,.i18n-ar .rating-section *,.i18n-ar .zfooter-wrapper *{
    text-align: center;
}
.i18n-ar .zwc-contact-feature-section ul li,.i18n-ar .zmobile-contact-form ul li {
    padding-right: 40px;
    padding-left: unset;
}
.i18n-ar .zwc-contact-feature-section ul li:before, .i18n-ar .zmobile-contact-form ul li:before ,.i18n-ar section.collect-data-section ul li::before,.i18n-ar .stars-container:after{
    right: 0;
    left: unset;
}
.i18n-ar .mob-image-wrapper {
    padding-right: 60px;
    padding-left: unset;
    margin-right: 0;
    margin-left: unset;
    float: left;
}
.i18n-ar section.collect-data-section ul li {
    padding: 30px 80px 30px 0;
}
.i18n-ar .counter-star {
    direction: ltr;
}
.i18n-ar .faq-content h3 {
    padding: 30px 25px 30px 42px
}
.i18n-ar .faq-content .faq-arrow::before {
    left: 1px;
    right: unset;
}
.i18n-ar .faq-content h3 span.faq-arrow {
    right: unset;
    left: 5px;
    transform: translate(50%,-50%) rotate(90deg);
}
.i18n-ar .faq-content .faq-arrow::after {
    left: inherit;
    right: 7px;
}
.i18n-ar .banner-wrap .slick-prev {
    right: -8px;
    left: auto;
    margin-left: 4px;
    margin-right: unset;
}
.i18n-ar .banner-wrap .slick-next:before, .i18n-ar .banner-wrap .slick-prev:before {
    border-left: 2px solid #fff;
    border-right: 0;
    transform: rotate(-45deg) translate(50%, -50%);
    left: 33%;
    right: unset;
}
.i18n-ar .banner-wrap .slick-next:hover:after,.i18n-ar .banner-wrap .slick-next:hover:before,.i18n-ar .banner-wrap .slick-prev:hover:after,.i18n-ar .banner-wrap .slick-prev:hover:before,.i18n-ar .banner-wrap button.slick-prev.slick-disabled::before, .i18n-ar .banner-wrap button.slick-next.slick-disabled::before {
    border-left: 2px solid #fff;
    border-right: 0;
    
}
@media only screen and (min-width: 1920px){

    span.bg-color {
        width: 1500px;
        height: 1500px;
        top: -20px;
        transform: none;
        background: radial-gradient(circle, rgba(56,121,226,1) -10%, rgba(48,41,115,0) 61%);
        right: -500px;
    }
}
@media (min-width: 1500px) {
    .other-lang h1 {
        font-size: 45px;
    }
}
@media (min-width: 991px) {
    .other-lang h1 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 1140px) and (min-width: 768px) {
    .zintegration-list {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    .zplus {
        display: none;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .zintegration-list li {
        min-width: 70px;
    }

    .zplus, .outerCircle {
        display: none;
    }

    .zintegration .content-wrap {
        width: 95%;
    }
}

@media only screen and (min-width: 768px) {
    .zintegration-list li:first-child {
        top: -160px;
        left: 4%;
    }

    .zintegration-list li:nth-child(2) {
        top: 57px;
        left: 7%;
    }

    .zintegration-list li:nth-child(3) {
        left: -11%;
        top: 10px;
    }

    .zintegration-list li:nth-child(6) {
        left: -190px;
        top: 100px;
    }

    .zintegration-list li:nth-child(4) {
        left: 40px;
        top: -50px;
    }

    .zintegration-list li:nth-child(5) {
        left: -11%;
        top: auto;
        bottom: -80px;
        top: auto;
    }

    .zintegration-list li:nth-child(4) div:after {
        background-position: -374px -27px;
        height: 40px;
    }

    .zintegration-list li:nth-child(6) {
        left: -6%;
        top: 110px;
    }

    .zintegration-list li:nth-child(7) {
        left: -2%;
        top: 0px;
    }

    .zintegration-list li:nth-child(8) {
        left: 3%;
        top: -52px;
    }

    .zintegration-list li:nth-child(9) {
        left: -5%;
        top: -22px;
    }

    .zintegration-list li:nth-child(10) {
        left: 1%;
        top: 28px;
    }

    .zintegration-list li:nth-child(11) {
        left: -6%;
        top: 60px;
    }

    .zintegration-list li:nth-child(12) {
        left: 1%;
        top: -42px;
    }

    .zintegration-list li:last-child {
        /* top: -10px; */
        left: -6%;
    }

    .zintegration-list.in-view li:first-child {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveleft 2s 1 ease-in-out;
        animation: moveleft 2s 1 ease-in-out;
    }

    .zintegration-list.in-view li:nth-child(2) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveleft 1.5s 1 ease-in-out;
        animation: moveleft 1.5s 1 ease-in-out;
    }

    .zintegration-list.in-view li:nth-child(3) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveleft 1s 1 ease-in-out;
        animation: moveleft 1s 1 ease-in-out;
    }

    .zintegration-list.in-view li:nth-child(4) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveleft 1s 1 ease-in-out;
        animation: moveleft 1s 1 ease-in-out;
    }

    .zintegration-list.in-view li:nth-child(5) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveleft 1s 1 ease-in-out;
        animation: moveleft 1s 1 ease-in-out;
    }

    .zintegration-list.in-view li:nth-child(6) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveright 1s 1 ease-in-out;
        animation: moveright 1s 1 ease-in-out;
    }

    .zintegration-list.in-view li:nth-child(8) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveright 1.5s 1 ease-in-out;
        animation: moveright 1.5s 1 ease-in-out;
    }

    .zintegration-list.in-view li:nth-child(9) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveright 1s 1 ease-in-out;
        animation: moveright 1s 1 ease-in-out;
    }

    .zintegration-list.in-view li:nth-child(10) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveright 1.5s 1 ease-in-out;
        animation: moveright 1.5s 1 ease-in-out;
    }

    .zintegration-list.in-view li:nth-child(11) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveright 1.5s 1 ease-in-out;
        animation: moveright 1.5s 1 ease-in-out;
    }

    .zintegration-list.in-view li:nth-child(12) {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-animation: moveright 1.5s 1 ease-in-out;
        animation: moveright 1.5s 1 ease-in-out;
    }

    .zintegration-list.in-view li:last-child {
        /* -webkit-transform: translateX(0px); */
        /* transform: translateX(0px); */
        /* -webkit-animation: moveright 2s 1 ease-in-out; */
        animation: moveright 2s 1 ease-in-out;
    }
}

section.zfooter-wrapper h2 {
    text-align: center;
    font-size: 42px;
    max-width: 870px;
    margin: 0 auto 20px;
}

section.zfooter-wrapper {
    background: #1a1a25;
    text-align: center;
    color: #fff;
    padding: 4em 0;
}

.mob-image-wrapper {
    padding-left: 60px;
    max-width: 500px;
    background: url(/sites/zweb/images/forms/forms-contact-ios.png) no-repeat;
    background-size: 100% 682px;
    min-height: 600px;
    width: 378px;
    margin-bottom: -180px;
    margin-left: 0;
    margin-top: -50px;
    float: right;
    padding-bottom: 40px;
}

.mob-image-wrapper video {
    width: 259px;
    float: none;
    /* height: 500px; */
    margin-top: 108px;
    padding-bottom: 79px;
    box-sizing: content-box;
}

@media only screen and (max-width: 1500px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    .contact-slider li {
        width: 300px;
    }

    .subicons.sicon2 {
        right: 80px;
    }

    .zcircle2 {
        right: 0;
    }

    .zcircle3 {
        right: 0;
    }
}
@media only screen and (max-width: 1280px) {
    .banner-wrap .zcontent-part {
        padding-right: 50px;
    }

    section.zmobile-contact-form .zcontent-part {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1199px) {
        
    .banner-wrap {
        padding: 70px 0 120px;
    }
    .subicons {
        display: none;
    }
	.story-section {
        padding: 2em 0 4em;
    }
    .story-section h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .story-section .slick-prev {
        left: 0;
    }
    .story-section .slick-next {
        right: 0;
    }
}
@media only screen and (max-width: 1300px) {
    .zintegration-list {
        position: relative;
        height: 450px;
    }

    .zintegration-list li {
        position: absolute;
    }

    .zintegration-list li:first-child {
        top: 80px;
        left: 4%;
    }

    .zintegration-list li:nth-child(2) {
        top: 38%;
        left: 17%;
    }

    .zintegration-list li:nth-child(3) {
        left: 5%;
        top: auto;
        bottom: 24%;
    }

    .zintegration-list li:nth-child(6) {
        left: -190px;
        top: 100px;
    }

    .zintegration-list li:nth-child(4) {
        left: 30%;
        top: 15%;
    }

    .zintegration-list li:nth-child(5){
         left: 18%;
         bottom: 20px;
    }
    .zintegration-list li:nth-child(4) div:after {
        background-position: -374px -27px;
        height: 40px;
    }

    .zintegration-list li:nth-child(6) {
        left: 30%;
        top: auto;
        bottom: 24%;
    }

    .zintegration-list li:nth-child(7) {
        left: 40%;
        top: 29%;
    }

    .zintegration-list li:nth-child(8) {
        left: auto;
        top: 15%;
        right: 30%;
    }

    .zintegration-list li:nth-child(9) {
        left: auto;
        top: auto;
        right: 30%;
        bottom: 30%;
    }

    .zintegration-list li:nth-child(10) {
        left: auto;
        top: 35%;
        right: 19%;
    }

    .zintegration-list li:nth-child(11) {
        left: auto;
        top: auto;
        bottom: 14%;
        right: 18%;
    }

    .zintegration-list li:nth-child(12) {
        right: 6%;
        top: 13%;
        left: auto;
    }

    .zintegration-list li:last-child {
        bottom: 34%;
        right: 6%;
        left: auto;
    }

    section.zfooter-wrapper h2 {
        text-align: center;
        font-size: 30px;
        max-width: 620px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-wrap .zimage-part,.banner-wrap .zcontent-part {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-wrap .zimage-part {
        max-width: 630px;
        margin: 20px auto 0;
    }
    .zcontent-part {
        width: 100%;
    }

    .zimage-part {
        width: 100%;
    }

    .banner-wrap h1, .banner-wrap p {
        margin: 0 auto 20px;
        text-align: center
    }

    .banner-wrap .zcontent-part {
        padding-right: 0;
    }

    /* .banner-wrap .zimage-part {
        height: 540px;
        margin-top: -50px;
    } */

    .contact-slider li {
        width: 350px;
        max-width: 300px;
    }

    .contact-slider {
        max-width: 400px;
        margin: 0 auto;
        margin-top: 100px;
    }

    section.zgather-contacts .zitem {
        width: 100%;
        max-width: 400px;
        margin: 40px auto 0;
    }

    section.zmobile-contact-form .zcontent-part {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    section.zmobile-contact-form .zimage-part {
        width: 100%;
        margin: 0 auto;
        max-width: 470px;
    }

    section.zmobile-contact-form .zimage-part img {
        max-width: 350px;
        width: 49%;
    }

    section.zmobile-contact-form .zimage-part {
        width: 100%;
        margin: 0 auto;
    }

    section.zmobile-contact-form .zimage-part .mob-image-wrapper {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
        background-size: 377px 682px;
    }

    .zintegration-list {
        -webkit-transform: scale(.8);
        transform: scale(0.9);
    }

    .zintegration-list li:first-child {
        top: 80px;
        left: 0;
    }

    .zintegration-list li:nth-child(2) {
        top: 38%;
        left: 15%;
    }

    .zintegration-list li:nth-child(3) {
        left: 0;
        top: auto;
        bottom: 24%;
    }

    .zintegration-list li:nth-child(6) {
        left: -190px;
        top: 100px;
    }

    .zintegration-list li:nth-child(4) {
        left: 30%;
        top: 15%;
    }

    .zintegration-list li:nth-child(4) div:after {
        background-position: -374px -27px;
        height: 40px;
    }

    .zintegration-list li:nth-child(6) {
        left: 30%;
        top: auto;
        bottom: 24%;
    }

    .zintegration-list li:nth-child(7) {
        left: 40%;
        top: 29%;
    }

    .zintegration-list li:nth-child(8) {
        left: auto;
        top: 15%;
        right: 25%;
    }

    .zintegration-list li:nth-child(9) {
        left: auto;
        top: auto;
        right: 26%;
        bottom: 30%;
    }

    .zintegration-list li:nth-child(10) {
        left: auto;
        top: 37%;
        right: 13%;
    }

    .zintegration-list li:nth-child(11) {
        left: auto;
        top: auto;
        bottom: 15%;
        right: 12%;
    }

    .zintegration-list li:nth-child(12) {
        right: 0%;
        top: 13%;
        left: auto;
    }

    .zintegration-list li:last-child {
        bottom: 34%;
        right: 0%;
        left: auto;
    }
    section.zwc-contact-feature-section .rows .col-1,section.zwc-contact-feature-section .rows .col-2 {
        max-width: 100%;
    }
    .zwc-fea-img {
        max-width: 480px;
        margin: 0 auto;
        display: block;
    }
    section.zwc-contact-feature-section .rows {
        display: block;
        text-align: center;
    }
    .zwc-fea-content {
        max-width: 600px;
        margin: 0 auto;
    }
    section.zwc-contact-feature-section .create-forms-section .rows {
        text-align: left;
    }
    .banner-wrap {
        padding: 10px 0 100px;
    }


	.story-slider-1 .item p, .name {
        font-size: 18px;
        line-height: 2;
    }
    .story-slider-1 .item p {
        max-width: 530px;
    }
	.story-section {
        padding: 2em 0 4em;
    }
    .story-section span.icons{
        display: none;
    }
    .story-section .name small {
        display: block;
    }
    .story-section .slick-prev {
        left: 50px;
    }
    .story-section .slick-next {
        right: 50px;
    }
    .faq-section {
        padding: 60px 0;
    }
   .i18n-ar .banner-wrap .zcontent-part {
    padding-left: 0;
    padding-right: unset;
}
.i18n-ar .zwc-contact-feature-section * {
    text-align: center;
}
.i18n-ar .zwc-fea-content ul li {
    text-align: right;
}
}

@media only screen and (max-width: 767px) {
    .zw-product-header .product-nav-links .menu>li>a {
        color: #000;
    }

    .zplus, .outerCircle, .prd-name {
        display: none;
    }

    .zintegration-list li {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        min-width: 70px;
    }

    .zintegration-list {
        -webkit-transform: scale(.8);
        transform: scale(1);
    }

    .zintegration-list li:first-child {
        top: 26%;
        left: 11%;
    }

    .zintegration-list li:nth-child(2) {
        top: 39%;
        left: 9%;
    }

    .zintegration-list li:nth-child(3) {
        left: 13%;
        top: auto;
        bottom: 35%;
    }

    .zintegration-list li:nth-child(6) {
        left: -190px;
        top: 100px;
    }

    .zintegration-list li:nth-child(4) {
        left: 26%;
        top: 18%;
    }

    .zintegration-list li:nth-child(4) div:after {
        background-position: -374px -27px;
        height: 40px;
    }

    .zintegration-list li:nth-child(6) {
        left: 41%;
        top: auto;
        bottom: 24%;
    }

    .zintegration-list li:nth-child(8) {
        left: auto;
        top: 16%;
        right: 41%;
    }

    .zintegration-list li:nth-child(9) {
        left: auto;
        top: auto;
        right: 27%;
        bottom: 27%;
    }

    .zintegration-list li:nth-child(10) {
        left: auto;
        top: 19%;
        right: 24%;
    }

    .zintegration-list li:nth-child(11) {
        left: auto;
        top: auto;
        bottom: 34%;
        right: 13%;
    }

    .zintegration-list li:nth-child(12) {
        right: 12%;
        top: 27.8%;
        left: auto;
    }

    .zintegration-list li:last-child {
        bottom: 46.5%;
        right: 10%;
        left: auto;
    }

    .zintegration .zintegration-list {
        height: 600px;
        position: relative;
        padding: 0;
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: -80px;
    }
    .zintegration-list li:nth-child(5) {
        left: 24.7%;
        top: auto;
        bottom: 26.3%;
    }
    .zintegration-list li.zp-main div, .zintegration-list li.zp-main {
        height: 160px;
        width: 160px;
    }
    .zintegration-list li:nth-child(7) {
        left: 31%;
        top: 32%;
    }
    .zintegration p {
        position: relative;
        z-index: 99;
    }
    section.zmobile-contact-form .zimage-part img {
        opacity: 1;
        transform: inherit;
    }
    section.zmobile-contact-form {
        padding: 80px 0
    }
    .zcircle {
        display: none;
    }
    .zintegration .content-wrap {
        padding: 70px 0 60px;
    }
}

@media only screen and (max-width: 767px) {
    h1, h1.center, h2 {
        font-size: 30px;
    }

    .banner-wrap p {
        font-size: 18px;
    }

    section.zfooter-wrapper h2 {
        font-size: 26px;
    }

    .banner-wrap {
        padding: 20px 0 80px;
    }

    section.zgather-contacts, section.collect-data-section {
        padding: 80px 0;
    }

    .contact-slider {
        max-width: 350px;
    }

	.story-section h2 {
        font-size: 34px;
        max-width: 330px;
        margin: 0 auto 40px;
    }
	.story-section .slick-dots li.slick-active {
	    width: 18px;
	    height: 10px;
	}
	.story-section .slick-dots li {
	    border-radius: 10px;
	    width: 10px;
	    height: 10px;
	    border: 0;
	}
    .story-section .slick-dots li.slick-active {
        background: #fd4947;
        border-color: #fd4947;
    }
    .story-section {
        padding: 4em 0;
    }
    .story-section .col-1 {
        max-width: 100%;
    }
    .story-section .more-customers {
        margin-top: 40px;
    }

	.rating-section ul li {
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		padding: 0 0 30px;
	}
	.rating-section ul {
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-end;
		-ms-flex-align: flex-end;
	}
	.rating-section {
		padding: 2em 0 2em;
	}
    .banner-wrap .slider-navigation {
        left: 0;
    }
    .faq-section h2 {
        font-size: 30px;
    }
    .faq-content h3 {
        font-size: 18px;
    }  
}

@media only screen and (max-width: 480px) {
    .zintegration .zintegration-list {
        height: 600px;
        position: relative;
        padding: 0;
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: -129px;
        width: 433px;
        margin-left: 0px;
        margin-top: -90px;
    }

    .zintegration-list {
        -webkit-transform: scale(.8);
        transform: scale(0.8);
    }

    .contact-slider li {
        max-width: 250px;
    }

    .mob-image-wrapper video {
        width: 217px;
        margin-top: 98px;
        padding-bottom: 79px;
    }

    section.zmobile-contact-form .zimage-part .mob-image-wrapper {
        padding-left: 50px;
        background-size: 317px 582px;
        width: 315px;
        /* margin-top: -50px; */
    }
    .contact-slider {
        margin-top: 60px;
    }

	.rating-section ul li {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 414px) {
    .zintegration .zintegration-list {
        margin-left: -30px;
    }
    .i18n-ar .zintegration .zintegration-list {
        margin-right: -30px;
        margin-left: unset;
    }
}
@media only screen and (max-width: 375px) {
    .zintegration .zintegration-list {
        margin-left: -45px;
    }
.i18n-ar .zintegration .zintegration-list {
        margin-right: -45px;
        margin-left: unset;
    }
}
@media only screen and (max-width: 360px) {
    .zintegration .zintegration-list {
        margin-left: -56px;
        transform: scale(0.7);
    }
.zintegration .zintegration-list {
        margin-right: -56px;
        margin-left: unset;
    }
}
@media only screen and (max-width: 320px) {
    .zintegration .zintegration-list {
        margin-left: -72px;
        transform: scale(0.7);
    }
    .i18n-ar .zintegration .zintegration-list {
        margin-right: -56px;
        margin-left: unset;
    }
}