/* banner section */
.zw-product-header {
    position: relative;
    top: 0;
    background: #b2ffdf;
}

.zp-home-banner-wrap {
    position: relative;
    overflow: hidden;
    clear: both;
}

.zp-home-banner-wrap>.content-wrap {
    position: relative;
    padding: 70px 0 0;
    max-width: 1170px;
    text-align: center;
}

.zp-home-banner-wrap>.content-wrap>div.zp-home-left {
    padding: 30px 0 0;
}

.zp-home-banner-wrap>.content-wrap>div {
    display: inline-block;
    box-sizing: border-box;
}

.zp-home-banner-wrap>.content-wrap .apps-download-links-wrap {
    margin: 20px auto 0;
}

.zp-home-banner-wrap .content-wrap>div.zp-home-right {
    width: 40%;
}

.zp-home-banner-wrap .content-wrap>div.zp-home-right .signup-box {
    max-width: 340px;
    float: right;
    width: 100%;
}

.promo-sec-wrap {
    position: relative;
    text-align: center;
}

.zp-home-banner-wrap #zwave-banner {
    opacity: 0;
}

.zp-home-banner-wrap #zwave-banner {
    opacity: 1;
}

#zwave-banner {
    width: 2560px;
    position: absolute;
    left: -50%;
    right: -50%;
    margin: auto;
    top: 30%;
    max-width: inherit;
}

.promo-sec-wrap .content-wrap {
    padding: 70px 0 0;
    overflow: hidden;
}

.promo-sec-wrap .content-wrap .slide-wrap {
    margin: 0 auto 30px;
    text-align: center;
    overflow: hidden;
}

.promo-sec-wrap .content-wrap .slide-wrap img {
    margin: 0 auto;
}

.promo-sec-wrap .content-wrap .slide-wrap .mob-slide {
    display: none;
}

/* banner section */

.zp-highlighted-features-wrap {
    text-align: center;
}

.zp-highlighted-features-wrap .content-wrap {
    padding: 80px 0 40px;
}

.zp-highlighted-features-wrap .content-wrap h2 {
    max-width: 900px;
    margin: 0 auto 15px;
}

.zp-highlighted-features-wrap .content-wrap h2+p {
    max-width: 780px;
    margin: 0 auto 20px;
}

.zp-highlighted-features-wrap .features-box-wrap {
    max-width: 1170px;
    margin: 20px auto;
    display: table;
    table-layout: fixed;
    vertical-align: top;
    width: inherit;
    overflow: hidden;
}

.zp-highlighted-features-wrap .features-box-wrap.features-box-col3>div,
.zp-highlighted-features-wrap .features-box-wrap.features-box-col2>div {
    visibility: visible;
}

.zp-highlighted-features-wrap .features-box-wrap>div {
    visibility: hidden;
}

.zp-highlighted-features-wrap .features-box-wrap>div {
    display: table-cell;
}

.middle-animated .features-box.box-1 {
    transition: .5s ease;
}

.content-wrap .features-box-wrap  div .features-box{
    opacity: 0;
   transform: translateY(150px);
}

.middle-animated .features-box-wrap  div .features-box{
    opacity: 1;
    margin: 30px 15px;
    transform: translateY(0);
}
/* .content-wrap .features-box-wrap  div .features-box{
    opacity: 1;
    margin: 30px 15px;
    transform: translateY(0);
} */

/* .content-wrap .features-box {
    transform: translateY(150px);
} */

.features-box {
    text-align: left;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    margin: 30px 15px;
    overflow: hidden;
}

.features-box.box-1>div span {
    background-position: 0 0;
}

.features-box>div span {
    display: inline-block;
    height: 50px;
    min-width: 50px;
    background: #efefef;
    margin-bottom: 10px;
}

.middle-animated .features-box h4+p {
    margin: 0;
}

.middle-animated .features-box.box-4 {
    transition: .5s .45s ease;
}

.features-box.box-4>div span {
    background-position: -150px 0;
}

.middle-animated .features-box.box-2 {
    transition: .5s .15s ease;
}

.features-box.box-2>div span {
    background-position: -50px 0;
}

.middle-animated .features-box.box-5 {
    transition: .5s .6s ease;
}

.features-box.box-5>div span {
    background-position: -200px 0;
}

.middle-animated .features-box.box-3 {
    transition: .5s .3s ease;
}

.features-box.box-3>div span {
    background-position: -100px 0;
}

.middle-animated .features-box.box-6 {
    transition: .5s .75s ease;
}

.features-box.box-6>div span {
    background-position: -250px 0;
}

.zp-mobile-apps-wrap {
    position: relative;
    text-align: center;
    margin: 0;
}

.zp-mobile-apps-wrap .content-wrap {
    padding-bottom: 0;
}

.zp-mobile-apps-wrap .content-wrap.animated>h2,
.zp-mobile-apps-wrap .content-wrap.animated>h2+p {
    margin-top: 0;
    opacity: 1;
    transform: scale(1, 1);
}

.zp-mobile-apps-wrap .content-wrap>h2 {
    max-width: 840px;
    margin: 0 auto 15px;
}

.zp-mobile-apps-wrap .m-apps-poster-wrap img {
    vertical-align: bottom;
}

.bottom-cta-wrap {
    text-align: center;
    position: relative;
}

.bottom-cta-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #c3ffe6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #c3ffe6 100%);
    background: linear-gradient(to bottom, #fff 0%, #c3ffe6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c3ffe6', GradientType=0)
}

.bottom-cta-wrap .content-wrap {
    padding: 90px 0 140px;
}

.bottom-cta-wrap .content-wrap h2 {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto 15px;
}

.bottom-cta-wrap .content-wrap a.cta-btn {
    margin-top: 20px;
}

.apps-download-links-wrap {
    margin-bottom: 40px;
}

.zp-mobile-apps-wrap .content-wrap {
    padding: 80px 0 40px
}

.zp-home-banner-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
    background: #fff;
    background: -moz-linear-gradient(top, #b2ffdf 0%, #ceffff 46%, #fff 100%);
    background: -webkit-linear-gradient(top, #b2ffdf 0%, #ceffff 46%, #fff 100%);
    background: linear-gradient(to bottom, #b2ffdf 0%, #ceffff 46%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2ffdf', endColorstr='#ffffff', GradientType=0)
}

.features-box>div span {
    background: url(//cdn.zoho.com.cn/sites/zweb/images/sheet/sheet-home-icons-sprite-2x.png) no-repeat 0 0;
    background-size: auto 50px
}

.zp-home-testimonial-wrap,
.bottom-cta-wrap .content-wrap:after {
    display: none
}

.body-umain .zp-home-banner-wrap>.content-wrap>div.zp-home-left {
    max-width: 900px
}

.page-node-31337 h1 {
    word-break: break-word
}



.sheet-special-section-wrap .content-wrap {
    max-width: 1170px;
    display: table;
    table-layout: fixed;
    width: 90%;
    padding: 80px 0 40px;
}

.sheet-special-section-wrap .content-wrap>div {
    display: table-cell;
    padding: 0 50px;
    text-align: left
}

.sheet-special-section-wrap .content-wrap>div h4 {
    margin: 0 0 5px
}

.sheet-special-section-wrap .content-wrap>div span {
    background: url(//cdn.zoho.com.cn/sites/zweb/images/sheet/sheet-special-home-icons-sprite-2x.png) no-repeat 0 0;
    background-size: auto 80px
}

.sheet-special-section-wrap .content-wrap>div span {
    display: inline-block;
    width: 76px;
    height: 70px;
    margin: 0 0 10px
}

.sheet-special-section-wrap .content-wrap>div:nth-child(2) span {
    background-position: -7px -5px
}

.sheet-special-section-wrap .content-wrap>div:first-child span {
    background-position: -96px -7px;
    width: 70px;
    background-size: auto 90px;
    height: 76px
}

.sheet-special-section-wrap .content-wrap>div:last-child span {
    background-position: -149px -2px;
    width: 100px
}

.row .sheet-special-section-wrap .content-wrap>div p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .zp-home-banner-wrap>.content-wrap {
        text-align: center;
    }

    /* .content-wrap {
        width: 95%;
    } */
    .zp-home-banner-wrap>.content-wrap>div {
        float: none;
        display: block;
        width: 100%;
    }

    .zp-home-banner-wrap>.content-wrap>div.zp-home-left>p {
        max-width: 90%;
        margin: 0 auto 20px;
    }

    .zp-home-banner-wrap>.content-wrap>div.zp-home-right {
        display: none;
    }

    .zp-home-banner-wrap>.content-wrap>div {
        float: none;
    }

    .zp-home-banner-wrap #zwave-banner {
        display: none;
    }

    .zp-highlighted-features-wrap .features-box-wrap>div {
        visibility: visible;
        transform: translateY(0);
    }

    .zp-highlighted-features-wrap .features-box-wrap>div {
        margin: 15px 15px;
        display: inline-block;
        width: 45%;
        vertical-align: top;
        padding: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .sheet-special-section-wrap .content-wrap>div {
        padding: 0 20px
    }

    .sheet-special-section-wrap .content-wrap>div span {
        Width: 60px;
        height: 55px;
        background-size: auto 60px
    }

    .sheet-special-section-wrap .content-wrap>div:first-child span {
        background-position: -63px -5px;
        Width: 48px;
        height: 50px;
        background-size: auto 60px
    }

    .sheet-special-section-wrap .content-wrap>div:nth-child(2) span {
        background-position: -6px -2px;
        Width: 52px;
        height: 50px;
        background-size: auto 55px
    }

    .sheet-special-section-wrap .content-wrap>div:last-child span {
        background-position: -102px -2px;
        width: 72px;
        height: 50px;
        background-size: auto 55px
    }

    .zpromotion p {
        font-size: 14px;
        line-height: 1.7
    }

    .bottom-cta-wrap .content-wrap {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .sheet-special-section-wrap {
        margin-top: 60px;
        text-align: center
    }

    .row .sheet-special-section-wrap .content-wrap>div p {
        font-size: 16px
    }

    .row .sheet-special-section-wrap .content-wrap>div p {
        text-align: center
    }

    .sheet-special-section-wrap .content-wrap>div {
        padding: 0;
        display: block;
        margin: 0 auto 30px;
        max-width: 340px;
        text-align: center
    }

    .sheet-special-section-wrap .content-wrap>div:last-child {
        margin: 0 auto
    }

    .promo-sec-wrap .content-wrap .slide-wrap .mob-slide {
        max-width: 320px
    }

    .zpromotion {
        position: relative;
        top: 0;
        z-index: 999;
        padding-right: 50px
    }

    .zp-home-banner-wrap>.content-wrap {
        text-align: center;
        padding: 80px 0 30px;
    }

    .zp-home-banner-wrap>.content-wrap>div {
        float: none;
        display: block;
        width: 100%;
    }

    .zp-home-banner-wrap>.content-wrap>div.zp-home-left>h1 {
        max-width: 90%;
        margin: 0 auto 10px;
    }

    .zp-home-banner-wrap>.content-wrap>div.zp-home-left>p {
        max-width: 90%;
        margin: 0 auto 20px;
    }

    .zp-home-banner-wrap>.content-wrap>div.zp-home-right {
        display: none;
    }

    .zp-home-banner-wrap>.content-wrap>div {
        float: none;
    }

    .zp-home-banner-wrap #zwave-banner {
        display: none;
    }

    .zp-home-banner-wrap .promo-sec-wrap .content-wrap {
        padding: 0;
    }

    .promo-sec-wrap .content-wrap .slide-wrap {
        margin: 0 auto 30px;
        opacity: 1;
    }

    .promo-sec-wrap .content-wrap .slide-wrap .dt-slide {
        display: none;
    }

    .promo-sec-wrap .content-wrap .slide-wrap .mob-slide {
        max-width: 320px;
        display: block;
    }

    .zp-highlighted-features-wrap .features-box-wrap {
        width: 100%;
    }

    .zp-highlighted-features-wrap .features-box-wrap>div {
        visibility: visible;
    }

    .zp-highlighted-features-wrap .features-box-wrap>div {
        margin: 15px auto;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 30px 20px;
        max-width: 480px;
    }

    .content-wrap .features-box {
        opacity: 1;
        transform: scale(1, 1);
        margin: 30px 15px;
    }
}

.i18n-en .features-box.box-6>div span {
    background-position: -150px 0
}

.i18n-en .features-box.box-4>div span {
    background-position: -250px 0
}

.other-lang .zpromotion {
    display: none
}

.zpromotion {
    background: #f1c077;
    padding: 10px 80px 10px 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box !important
}

.zpromotion p {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: var(--zf-primary-semibold)
}

.zpromotion p a {
    border-bottom: 1px solid #000;
    padding: 0;
    display: inline-block;
    color: #000;
    margin-left: 0;
    font-size: 14px
}

.zpremoclose {
    position: absolute;
    right: 22px;
    top: 13px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #000;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer
}

.zpremoclose:before,
.zpremoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #fff;
    top: 5px
}

.zpremoclose:after {
    transform: rotate(-45deg)
}

.zpremoclose:before {
    transform: rotate(45deg)
}

@media only screen and (max-width: 480px) {
    .zpremoclose {
        right: 15px
    }
}

@media only screen and (max-width: 450px) {
    .promo-sec-wrap .content-wrap .slide-wrap .mob-slide {
        max-width: 250px
    }
}