.zcust-bg {
    background: #f3f3f3
}

.zcta-btn {
    background: #f0483e;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    padding: 10px 30px;
    transition: all .5s ease 0s;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
}

.zsection .zcta-btn.zlog-out {
    display: inline-block;
}

.zsection .zcta-btn,
.umain .zsection .zcta-btn.zlog-out {
    display: none;
}

.umain .zcta-btn.zlog-in {
    display: inline-block;
}

.zw-product-67.zw-template-zp_feature_detail_pages .main-container-wrapper:before {
    background: none;
}

.zsection {
    position: relative;
}

.zsection .content-wrap {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    display: block;
    padding: 100px 0;
    overflow: hidden;
}

.zbanner .content-wrap {
    overflow: hidden;
}

.zrow-wrap {
    display: table;
    width: 100%;
}

.zrow-wrap>div {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}

.zbanner {
    background-color: #2A1445;
    color: #fff;
}

.zbanner-img {
    position: relative;
}

.zbanner-img video {
    position: absolute;
    width: 77%;
    left: 12.3%;
    top: 5%;
}

.zbanner .zrow-wrap>div:nth-child(1) {
    width: 35%;
    padding-right: 40px;
}

.zbanner .zrow-wrap>div:nth-child(2) {
    width: 65%;
}

.zbanner-img>img {
    max-width: 100%;
    width: 100%;
}

.zbanner-img>img:nth-child(1) {
    -ms-transform: translate(5px, 35px);
    /* IE 9 */
    -webkit-transform: translate(5px, 35px);
    /* Safari */
    transform: translate(5px, 35px);

}

.zbanner-img>img:nth-child(2) {
    transform: translateY(-35px);
    max-width: 49.6%;
}

.animated .zbanner-img img {
    transform: translateY(0);
}

.animated .zbanner-img>img:nth-child(1) {
    transform: translate(5px, 0);
}

h1 {
    max-width: 425px;
}

.zbanner .zbanner-subtext {
    color: #fff;
    font-size: 35px;
    margin-bottom: 28px;
}

.zbanner>p:nth-child(1) {
    width: 206px;
    color: #FFFFFF;

}

h2,
h3 {
    font-size: 38px;
    font-family: var(--zf-primary-bold);
}

.zweave .content-wrap,
.zbe .content-wrap {
    max-width: 900px;
    /* border: 1px solid; */
}

.zleft>div:nth-child(1) {
    padding-right: 120px;
}

.zright>div:nth-child(2) {
    padding-right: 100px;
}

.zgo {
    text-align: center;
}

.zgo .content-wrap {
    padding: 30px 0;
}

.zgo p {
    max-width: 590px;margin: 0 auto;
}

.zgo ul {
    min-height: 530px;
    margin-top: 60px;
    position: relative;
}

.zgo ul li {
    display: inline-block;
    max-width: 260px;
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);

}

.zgo ul li:nth-child(1) {
    left: 0;
    top: 15%;
}

.zgo ul li:nth-child(2) {
    left: 12%;
    top: 56%;
}

.zgo ul li:nth-child(3) {
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
}

.zgo ul li:nth-child(4) {
    right: 13%;
    top: 16%;
}

.zgo ul li:last-child {
    right: 0;
    top: 36%;
}

.zgo .animated ul li:nth-child(1) {
    animation: zgoanimate .6s ease .2s;
    animation-fill-mode: forwards;
}

.zgo .animated ul li:nth-child(2) {
    animation: zgoanimate .6s ease .49s;
    animation-fill-mode: forwards;
}

.zgo .animated ul li:nth-child(3) {
    animation: zgoanimate .6s ease 1s;
    animation-fill-mode: forwards;
}

.zgo .animated ul li:nth-child(4) {
    animation: zgoanimate .6s ease 1.8s;
    animation-fill-mode: forwards;
}

.zgo .animated ul li:last-child {
    animation: zgoanimate .6s ease 2.1s;
    animation-fill-mode: forwards;
}

@keyframes zgoanimate {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.zgo ul li:nth-child(1) img {
    max-width: 263px;
}

.zgo ul li:nth-child(2) img {
    max-width: 180px;
}

.zgo ul li:nth-child(3) img {
    max-width: 360px;
}

.zgo ul li:nth-child(4) img {
    max-width: 170px;
}

.zgo ul li:last-child img {
    max-width: 263px;
}

.zbe img,
.zweave img:nth-child(1) {
    max-width: 350px;
}

.zweave .content-wrap {
    overflow: hidden;
}

.img-wrap {
    position: relative;
}

.zweave img:nth-child(2) {
    max-width: 200px;
    position: absolute;
    top: 38%;
    right: -50px;
}


.zlogo {
    color: #fff;
    margin-top: 60px;
}

.zlogo p {
    color: #fff;
}

.zlogo:before {
    content: '';
    position: absolute;
    right: 0;
    width: 78%;
    height: 100%;
    background-color: #2A1445;
}

.zlogo-iconcon {
    position: absolute;
    right: 78%;
    background-color: #0076D9;
    padding: 16px;
    top: -60px;
}

.zlogo-iconcon .zicon-ready {
    margin-bottom: 0;
}

.zlogo .content-wrap>div {
    max-width: 436px;
    text-align: left;
    margin: 0 auto;
}

.zlogo ul {
    padding-left: 60px;
}

.zlogo ul li {
    margin-bottom: 80px;
    position: relative;
}

.zlogo ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/sites/zweb/images/cliq/zcp-sprite.png');
    background-size: 250px auto;
    background-repeat: no-repeat;
    display: inline-block;
    left: -110px;
}

.zlogo ul li:nth-child(1):after {
    background-position: 0 -60px;
    width: 52px;
    height: 52px;
}

.zlogo ul li:nth-child(2):after {
    background-position: -71px -61px;
    width: 43px;
    height: 54px;
}

.zlogo ul li:nth-child(3):after {
    background-position: -133px -61px;
    width: 51px;
    height: 51px;
}

.zlogo ul li:last-child,
.zlogo ul li:last-child p {
    margin-bottom: 0;
}

.zlogo ul li h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.zask {
    text-align: center;
}

.zask-imgwrap {
    position: relative;
    max-width: 1040px;
    margin: 60px auto 40px;
}

.zask-imgwrap>img:nth-child(2) {
    position: absolute;
    left: 3px;
    bottom: 14%;
    max-width: 190px;
    z-index: -1;
}

.zask-imgwrap>img:nth-child(3) {
    max-width: 24%;
    position: absolute;
    right: 0;
    bottom: -10px;
    transform: translateY(40px);
    transition: all 1s ease .6s;
    opacity: 0;
}

.animated .zask-imgwrap>img:nth-child(3) {
    transform: translateY(0);
    opacity: 1;
}

.zready {
    text-align: center;
    background-color: #2A1445;
}

.zready h3 {
    max-width: 728px;
    color: #fff;
    margin: 0 auto 40px;
}

.zready p {
    margin-bottom: 0;
}

[class|=zicon] {
    background: url('/sites/zweb/images/cliq/zcp-sprite.png');
    background-size: 250px auto;
    background-repeat: no-repeat;
    display: inline-block;

}

.zicon-ready {
    background-position: 2px -111px;
    width: 72px;
    height: 76px;
    margin-bottom: 32px;
    background-size: 210px auto;
}

.zicon-banner {
    background-position: -64px 1px;
    width: 47px;
    height: 44px;
    position: absolute;
    right: -20px;
    top: 25%;
    transform: rotate(-20deg);
}

.zp-mobile-apps-wrap {
    margin-bottom: 15px;
}

.apps-download-links-wrap {
    margin-bottom: 0;
}

.apps-download-links-wrap a:first-child {
    margin-left: 0;
}

.apps-download-links-wrap a {
    display: inline-block;   
    margin: 10px; 
}

/* .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;
}

.zready-btn {
    background: #f0483e;
    color: #fff;
    display: inline-block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    padding: 10px 30px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    margin: 0;
    color: #333;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
}

.zsection.zcust-bg .cont-part {
    padding-left: 100px;
    padding-right: 0;
}

.zsection.zcust-bg img {
    max-width: 440px;
    width: 100%;
}

@media screen and (max-width: 1260px) {

    .zbanner .zrow-wrap>div:nth-child(1) {
        padding-right: 0;
    }

    .zgo ul {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        transform: scale(.8);
        margin-top: 0;
    }

    .zgo .content-wrap {
        padding-bottom: 0;
    }

    .zask-imgwrap>img:nth-child(3) {
        max-width: 25%;
    }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {

    .zgo ul li:nth-child(1),
    .zgo ul li:nth-child(2),
    .zgo ul li:nth-child(4),
    .zgo ul li:nth-child(5) {
        display: none;
    }

    .zgo ul li {
        position: static;

    }

    .zgo ul {
        min-height: auto;
        margin-top: -40px;
    }

}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 28px;
    }

    .zbanner .zbanner-subtext {
        font-size: 25px;
    }

    h2,
    h3,
    .zlogo ul li h3 {
        font-size: 26px;
    }

    .zbe img,
    .zweave img:nth-child(1) {
        max-width: 80%;
    }

    .zleft>div:nth-child(1),
    .zright>div:nth-child(2) {
        padding-right: 60px;
    }

    .zready h3 {
        max-width: 478px;
    }

    .zbe .content-wrap {
        padding: 80px 0;
    }

    .zlogo:before {
        width: 100%;
    }

    .zlogo-iconcon {
        display: none;
    }

    .zsection .content-wrap {
        padding: 90px 0;
    }

    .zsection.zgo .content-wrap {
        padding-bottom: 0;
    }

    .zlogo {
        margin-top: 0;
    }

    .zbanner .zrow-wrap>div:nth-child(1) {
        margin-bottom: 40px;
        width: 100%;
        text-align: center
    }

    h1 {
        margin: 0 auto 30px;
    }

    .zbanner .zrow-wrap>div:nth-child(2) {
        width: 100%;
        margin: 0 auto;
        padding: 0 100px;
    }
}

@media screen and (max-width: 767px) {
    .zbanner .zrow-wrap>div:nth-child(2) {
        padding: 0;
    }

    .zask-imgwrap>img:nth-child(2),
    .zask-imgwrap>img:nth-child(1) {
        display: none;
    }

    .zask-imgwrap>img:nth-child(3) {
        display: block;
        position: relative;
        opacity: 1;
        max-width: 80%;
        transform: translateY(0);
        margin: 0 auto;
    }

    .zlogo ul li {
        margin-bottom: 50px;
    }

    .zrow-wrap>div:nth-child(1) {
        margin-bottom: 40px;
    }

    .zsection.zcust-bg .cont-part {
        padding-left: 0;
    }

    .zsection.zbanner .content-wrap {
        padding-top: 60px;
    }

    .zsection .content-wrap {
        padding: 70px 0;
    }

    .zsection.zweave .content-wrap {
        padding-bottom: 10px;
    }

    .zbanner .zrow-wrap>div:nth-child(1),
    .zbanner .zrow-wrap>div:nth-child(2) {
        width: 100%;
        display: block;
        text-align: center;
    }

    .zrow-wrap>div {
        width: 100%;
        display: block;
    }

    .zrow-wrap,
    .zgo .content-wrap>div {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }

    .zbe img,
    .zweave img:nth-child(1) {
        max-width: 100%;
    }

    .zgo ul li:nth-child(3) {
        opacity: 1;
        transform: translateX(0);
    }

    h1 {
        margin: 0 auto 15px;
    }

    .zgo ul li:nth-child(3) img {
        max-width: 100%;
    }

    .zweave img:nth-child(2),
    .zicon-banner {
        display: none;
    }

    .zgo ul {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        margin-top: 40px;
    }

    .zbanner-img>img:nth-child(1),
    .zbanner-img>img:nth-child(2) {
        transform: translateY(0);
    }

    .zlogo ul li:after {
        background-size: 200px auto;
        left: -65px;
    }

    .zlogo ul li:nth-child(1):after {
        background-position: 4px -50px;
        width: 52px;
        height: 42px;
    }

    .zlogo ul li:nth-child(2):after {
        background-position: -52px -47px;
        width: 41px;
        height: 49px;
    }

    .zlogo ul li:nth-child(3):after {
        background-position: -101px -46px;
        width: 45px;
        height: 46px;
    }

    .zask-imgwrap {
        margin-top: -10px;
        margin-bottom: 10px;
    }


    .apps-download-links-wrap {
        margin-bottom: 0;
    }
}

@media screen and (max-width:480px) {
    .zbanner-img video {
        left: 11.7%;
    }
}
.features-header-promo,.features-banner-wrap{display:none}