.body-umain .features-ban-left {
    text-align: center;
    margin: 0 auto;
    flex: 0 0 100%;
    max-width: 100%;
}
.body-umain .features-banner-content {
    max-width: 700px;
    margin: 0 auto;
}

.features-banner-content a.f-banner-cta {
    margin: 20px 0 50px;
}

.zp-mobile-apps-wrap {
    margin-bottom: 15px;
}

.features-banner-content {
    margin-bottom: 0;
}

.features-item .content-wrap {
    padding: 10px 0 60px 0;
}

.main-container-wrapper:before {
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 216, 216, 1)), color-stop(40%, rgba(252, 232, 209, 1)), color-stop(73%, rgba(255, 239, 222, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 216, 216, 1) 0%, rgba(252, 232, 209, 1) 40%, rgba(255, 239, 222, 1) 73%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 216, 216, 1) 0%, rgba(252, 232, 209, 1) 40%, rgba(255, 239, 222, 1) 73%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 216, 216, 1) 0%, rgba(252, 232, 209, 1) 40%, rgba(255, 239, 222, 1) 73%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 216, 216, 1) 0%, rgba(252, 232, 209, 1) 40%, rgba(255, 239, 222, 1) 73%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fed8d8', endColorstr='#ffffff', GradientType=0);
}

.zbtn-cta {
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 50px;
    padding: 5px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.main-container-wrapper:before {
    height: 960px;
}

/* .apps-download-links-wrap a {
    display: inline-block;
    text-indent: -999em;
    height: 40px;
    margin: 10px;

    background-size: auto 40px;
} */

/* .apps-download-links-wrap a.app-store {
    width: 135px;
    background-position: 0 0;
} */

/* .apps-download-links-wrap a.g-play {
    width: 134px;
    background-position: -135px 0;
} */

.zp-mobile-apps-wrap.banner .apps-download-links-wrap {
    margin-bottom: 0;
    margin-top: 12px;
}

.bottom-cta-wrap .content-wrap {

    text-align: center;
    padding: 80px 0;
    max-width: 820px;
    margin: 0 auto 12px;
}

.bottom-cta-wrap .zbtn-cta {
    margin-bottom: 0;
}

.bottom-cta-wrap .zbtn-cta:focus {
    color: #fff;
}

.zneed {
    text-align: center;
}

.zneed h4 {
    font-size: 22px;
}

.zneed-column {
    overflow: hidden;
    margin-top: 70px;
    position: relative;
    z-index: 1;
}

.animated .zneed-column:before {

    content: "";
    position: absolute;
    top: 85px;
    left: -75px;
    right: 0;
    width: 0%;
    overflow: hidden;
    animation: zwave 1.8s linear .8s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    z-index: -1;
    background: url(/sites/zweb/images/forms/workflow-wave.png) no-repeat 0 0/1065px auto;
    min-height: 160px;
}

@keyframes zwave {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.zneed .content-wrap {
    max-width: 1040px;
    padding: 80px 0;
    overflow: hidden;
}

.zneed .zcolumn-block {
    width: 30%;
    margin-right: 5%;
    float: left;
    text-align: left;
}

.zcolumn-block img {
    margin-bottom: 40px;
}

.zneed .zcolumn-block:last-child {
    margin-right: 0;
}

.zneed .zcolumn-block:nth-child(2),
.zneed .zcolumn-block:nth-child(3) {
    transition: all .6s ease 0s;
    transform: translateX(-50px);
    opacity: 0;
}

.zneed .zcolumn-block:nth-child(3) {
    transition: all .6s ease .4s;
}



.animated .zcolumn-block {
    /* border: 1px solid red; */
    transform: translateX(0) !important;
    opacity: 1 !important;
}

.features-banner-content {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.features-ban-left {
    flex: 0 0 50%;
    max-width: 50%;
}

.features-ban-right {
    flex: 0 0 50%;
    max-width: 50%;
}
.signup-box {
       margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    .features-ban-left {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
    .features-banner-content {
        display: block;
    }
    .zneed .zcolumn-block {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 80px;
        float: none;
        text-align: center;
    }

    .zneed .zcolumn-block:last-child {
        margin: 0 auto;
    }

    .animated .zneed-column:before {
        display: none;
    }

    .zneed .zcolumn-block:nth-child(2),
    .zneed .zcolumn-block:nth-child(3) {
        opacity: 1;
        transform: translateX(0);
    }

    .features-item .content-wrap {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {

    .zneed-column {
        margin-top: 40px;
    }

    .zcolumn-block img {
        margin-bottom: 0;
        max-width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .common-links p {
        margin-bottom: 0
    }
}


@media only screen and (max-width: 420px) {
    h1 {
        max-width: 320px;
        margin: 0 auto;
    }
}