.template-inner h1 {
    font-size: 63px;
    line-height: 1;
    margin: 0 auto
}

.template-inner h2 {
    font-size: 52px;
    line-height: 1.1
}

.template-inner h3 {
    font-size: 38px
}

.zb-ie {
    overflow-x: hidden
}

.zb-ie svg,
.zb-ie .default-alter {
    display: none !important
}

.ie-alter {
    display: none !important
}

.zb-ie .ie-alter {
    display: block !important
}

.template-inner .content-wrap {
    max-width: 1050px;
    padding: 0;
    overflow: visible
}

.banner-section {
    padding: 30px 0 50px;
}

.banner-inner.content-wrap {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 70px auto 80px
}

.banner-con,
.banner-form {
    display: table-cell;
    vertical-align: top
}

.banner-con {
    width: 55%
}

.body-umain .banner-con {
    width: 100%;
    max-width: 800px;
    display: block;
    text-align: center;
    margin: 0 auto
}

.banner-form {
    width: 45%
}

.body-umain .banner-form {
    display: none
}

.ban-text {
    margin: 35px 0;
    font-size: 19px
}

.banner-con a {
    margin: 0 15px 15px 0;
}

.body-umain .banner-con a {
    margin: 0 10px 15px;
}

.watch-btn {
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0 10px 40px;
    cursor: pointer;
    display: none !important;
    line-height: 1.6;
    font-family: var(--zf-primary-semibold);
}

.watch-btn:before {
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto
}

.watch-btn:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #000;
    left: 13px;
    top: 16px;
}

.signup-inner {
    display: block;
    max-width: 420px;
    margin: 0 0 0 auto;
    padding-left: 50px
}

.banner-box {
    position: relative
}

.banner-box img {
    -webkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease
}

.anim-start .bottom-animated .banner-box img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.anim-snippet {
    pointer-events: none
}

.anim-snippet span {
    display: block;
    line-height: 1.1
}

.b-anim-left {
    position: absolute;
    top: 0;
    left: -70px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 0 10px;
    background-size: 6000px auto;
    width: 270px;
    height: 160px;
    opacity: 0;
    visibility: hidden
}

.data-loaded .b-anim-left {
    background-image: url('//cdn.zoho.com.cn/sites/zweb/images/zeptomail/banner-arrow-left.png');
}

.anim-start .middle-animated .b-anim-left {
    opacity: 1;
    visibility: visible;
    -webkit-animation: leftArrowRun 1s steps(19) forwards;
    animation: leftArrowRun 1s steps(19) forwards
}

@-webkit-keyframes leftArrowRun {
    100% {
        background-position: -5715px 10px
    }
}

@keyframes leftArrowRun {
    100% {
        background-position: -5715px 10px
    }
}

.b-anim-left:after {
    content: '';
    background-repeat: no-repeat;
    background-position: -66px -44px;
    background-size: 300px auto;
    position: absolute;
    margin: auto;
    left: -15px;
    top: 0;
    bottom: -50px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .4s linear .3s;
    transition: -webkit-transform .4s linear .3s;
    -o-transition: transform .4s linear .3s;
    transition: transform .4s linear .3s;
    transition: transform .4s linear .3s, -webkit-transform .4s linear .3s
}

.anim-start .middle-animated .b-anim-left:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.b-anim-right {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 0 -15px;
    background-size: 7000px auto;
    width: 330px;
    height: 270px;
    opacity: 0;
    visibility: hidden
}

.data-loaded .b-anim-right {
    background-image: url('//cdn.zoho.com.cn/sites/zweb/images/zeptomail/banner-arrow-right.png');
}

.anim-start .middle-animated .b-anim-right {
    opacity: 1;
    visibility: visible;
    -webkit-animation: rightArrowRun 1s steps(19) .2s forwards;
    animation: rightArrowRun 1s steps(19) .2s forwards
}

@-webkit-keyframes rightArrowRun {
    100% {
        background-position: -6660px -15px
    }
}

@keyframes rightArrowRun {
    100% {
        background-position: -6660px -15px
    }
}

.b-anim-right:after {
    content: '';
    background-repeat: no-repeat;
    background-position: -2px -44px;
    background-size: 300px auto;
    position: absolute;
    margin: auto;
    right: 10px;
    top: -50px;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .4s linear .6s;
    transition: -webkit-transform .4s linear .6s;
    -o-transition: transform .4s linear .6s;
    transition: transform .4s linear .6s;
    transition: transform .4s linear .6s, -webkit-transform .4s linear .6s
}

.anim-start .middle-animated .b-anim-right:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.b-anim-top,
.w-anim-2 {
    width: 200px;
    background: #fff;
    -webkit-box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    border-top-left-radius: 0;
    padding: 15px 0 15px 60px;
    position: absolute;
    top: 10%;
    right: -9%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.b-anim-bottom {
    width: 200px;
    background: #fff;
    -webkit-box-shadow: -1px 8px 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 8px 20px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px 10px 30px 65px;
    position: absolute;
    bottom: 13%;
    left: -3%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.anim-start .middle-animated .b-anim-top,
.anim-start .middle-animated .w-anim-2 {
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease
}

.anim-start .middle-animated .b-anim-bottom {
    -webkit-transition: opacity 1s ease .5s, -webkit-transform 1s ease .5s;
    transition: opacity 1s ease .5s, -webkit-transform 1s ease .5s;
    -o-transition: transform 1s ease .5s, opacity 1s ease .5s;
    transition: transform 1s ease .5s, opacity 1s ease .5s;
    transition: transform 1s ease .5s, opacity 1s ease .5s, -webkit-transform 1s ease .5s
}

.anim-start .middle-animated .b-anim-top,
.anim-start .middle-animated .w-anim-2,
.anim-start .middle-animated .b-anim-bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.b-anim-top:before,
.w-anim-2:before {
    content: '';
    background-repeat: no-repeat;
    background-position: -118px -26px;
    background-size: 180px auto;
    position: absolute;
    margin: auto;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.anim-start .middle-animated .b-anim-top:before,
.anim-start .middle-animated .w-anim-2:before {
    -webkit-animation: top-ring 6s linear .5s forwards;
    animation: top-ring 6s linear .5s forwards
}

@-webkit-keyframes top-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    1% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    3% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg)
    }
    5% {
        -webkit-transform: rotate(34deg);
        transform: rotate(34deg)
    }
    7% {
        -webkit-transform: rotate(-32deg);
        transform: rotate(-32deg)
    }
    9% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    11% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg)
    }
    13% {
        -webkit-transform: rotate(26deg);
        transform: rotate(26deg)
    }
    15% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    17% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    19% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    21% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    23% {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg)
    }
    25% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }
    27% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    29% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    31% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    33% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    35% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    37% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    39% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }
    41% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
    43% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes top-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    1% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    3% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg)
    }
    5% {
        -webkit-transform: rotate(34deg);
        transform: rotate(34deg)
    }
    7% {
        -webkit-transform: rotate(-32deg);
        transform: rotate(-32deg)
    }
    9% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    11% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg)
    }
    13% {
        -webkit-transform: rotate(26deg);
        transform: rotate(26deg)
    }
    15% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    17% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    19% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    21% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    23% {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg)
    }
    25% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }
    27% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    29% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    31% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    33% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    35% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    37% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    39% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }
    41% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
    43% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.b-anim-bottom:before {
    content: '';
    background: url(//cdn.zoho.com.cn/sites/zweb/images/zeptomail/transmail-home-sprite.png) no-repeat -206px -36px / 260px auto;
    position: absolute;
    margin: auto;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.anim-start .middle-animated .b-anim-bottom:before {
    -webkit-animation: smallGear 5s linear .8s infinite;
    animation: smallGear 5s linear .8s infinite
}

@-webkit-keyframes smallGear {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes smallGear {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.b-anim-top .f-s,
.w-anim-2 .f-s,
.b-anim-bottom .l-s,
.w-anim-7 .l-s {
    font-size: 15px;
    font-family: var(--zf-primary-semibold)
}

.b-anim-top .l-s,
.w-anim-2 .l-s,
.b-anim-bottom .f-s,
.w-anim-7 .f-s {
    font-size: 13px;
    color: #000;
    padding-bottom: 5px
}

.b-anim-bottom .l-s,
.w-anim-7 .l-s {
    color: #03d678
}

.table-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 140px 0
}

.table-con,
.table-media {
    display: table-cell;
    vertical-align: middle
}

.table-con {
    width: 50%
}

.table-media {
    width: 50%;
    text-align: center
}

.trust-section {
    padding: 40px 0
}

.trust-section .table-box {
    margin: 100px 0 120px
}

.trust-section .table-con {
    padding-right: 30px
}

.trust-section .table-con span.trusted-by {
    display: block
}

.trust-section .table-con p {
    font-family: var(--zf-primary-semibold);
    font-size: 19px
}

.trust-section .table-media {
    padding-left: 30px
}

.trust-status {
    width: 300px;
    height: 300px;
    display: table;
    table-layout: fixed;
    -webkit-box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    margin: 0 auto;
    position: relative
}

.trust-status p {
    font-family: var(--zf-primary-semibold);
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.trust-status p span {
    display: block;
    font-family: var(--zf-secondary-bold);
    font-size: 78px;
    line-height: 1;
    color: #366cf3;
    -webkit-text-stroke: 2px #0049fe
}

.i18n-ja .trust-status p span{
     font-size: 45px;
}

.middle-animated .trust-status p span {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #0049ff), color-stop(40%, #366cf3), color-stop(60%, #366cf3), color-stop(80%, #0049ff));
    background: -o-linear-gradient(left, #0049ff 20%, #366cf3 40%, #366cf3 60%, #0049ff 80%);
    background: linear-gradient(to right, #0049ff 20%, #366cf3 40%, #366cf3 60%, #0049ff 80%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: textGradient 1s linear infinite;
    animation: textGradient 1s linear infinite
}

.zb-ie .middle-animated .trust-status p span {
    background: transparent;
    color: #366cf3
}

.trust-status .t-fade-outer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

@-webkit-keyframes textGradient {
    to {
        background-position: 200% center
    }
}

@keyframes textGradient {
    to {
        background-position: 200% center
    }
}

.t-fade-box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: absolute;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: -webkit-transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.t-fade-box.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: -webkit-transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out
}

.t-fade-box-1 {
    background: rgba(236, 236, 236, 0.5);
    left: -60px;
    top: 0;
    width: 40px;
    height: 40px
}

.t-fade-box-2 {
    background: rgba(253, 119, 119, 0.5);
    top: -70px;
    right: 0
}

.t-fade-box-3 {
    background: rgba(236, 236, 236, 0.5);
    top: -50px;
    right: -40px;
    z-index: -1;
    width: 40px;
    height: 40px
}

.t-fade-box-4 {
    background: rgba(5, 193, 109, 0.51);
    left: -20px;
    bottom: -20px;
    width: 60px;
    height: 60px
}

.t-fade-box-5 {
    background: rgba(236, 236, 236, 0.5);
    bottom: -65px;
    right: 40px;
    width: 30px;
    height: 30px
}

.t-fade-box-6 {
    background: rgba(255, 217, 131, 0.52);
    bottom: -70px;
    right: -20px
}

.t-fade-box-7 {
    background: rgba(0, 73, 255, 0.51);
    top: -30px;
    left: 0
}

.why-section {
    margin-top: 60px
}

.why-con-outer {
    background: #ebf7ff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 247, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(235, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(235, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ebf7ff", endColorstr="#ffffff", GradientType=1);
    padding: 120px 0 40px;
    max-width: 1400px;
    margin: 0 auto
}

.why-con h2 span {
    display: block
}

.why-title {
    max-width: 610px;
    margin: 30px 0 15px;
    line-height: 1.8
}

.why-con ul {
    display: table;
    width: 100%;
    margin: 50px 0 100px
}

[class*="w-box-"] {
    width: 230px;
    float: left;
    border-radius: 15px;
    padding: 90px 20px 40px;
    margin-right: 3%;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    -o-transition: transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.middle-animated [class*="w-box-"] {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.w-icon {
    font-family: var(--zf-secondary-bold);
    line-height: 1.2;
    display: block;
    font-size: 19px;
    position: relative;
    padding: 55px 0 0
}

.w-box-1 {
    background: #ffc9d8
}

.middle-animated .w-box-1 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.w-box-2 {
    background: #bcf3de
}

.middle-animated .w-box-2 {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.w-box-3 {
    background: #b1d4ff
}

.middle-animated .w-box-3 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.w-box-4 {
    background: #fee7b2
}

.middle-animated .w-box-4 {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.w-icon:before {
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 280px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in
}

.middle-animated .w-icon:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.w-icon-2:before {
    background-position: -40px 0
}

.w-icon-3:before {
    background-position: -80px 0
}

.w-icon-4:before {
    background-position: -120px 0
}

.middle-animated .w-icon-1:before {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.middle-animated .w-icon-2:before {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.middle-animated .w-icon-3:before {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.middle-animated .w-icon-4:before {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.w-icon span {
    display: block
}

.why-note {
    max-width: 750px;
    margin: 0 auto;
    font-size: 15px;
    padding-left: 90px;
    position: relative;
    font-weight: 300
}

.why-note:before {
    content: '';
    width: 70px;
    height: 70px;
    background: #fff0b9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px
}

.why-note:after {
    content: '';
    background-repeat: no-repeat;
    background-position: -180px 0;
    background-size: 320px auto;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto
}

.why-section .table-media {
    padding: 0 70px 0 0;
    width: 55%
}

.why-section .table-con {
    padding: 0 0 0 70px;
    width: 45%
}

.why-section .table-media-right .table-con {
    padding: 0 70px 0 0
}

.why-section .table-media-right .table-media {
    padding: 0 0 0 70px
}

.why-section .table-media-inner,
.support-section .table-media-inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    -o-transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease
}

.table-media-right .table-media-inner,
.support-section .table-media-inner {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
}

.anim-start .middle-animated .table-media-inner {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.w-features-1 .table-media-inner:before,
.w-features-2 .table-media-inner:before,
.w-features-3 .table-media-inner:before {
    content: '';
    width: 1px;
    height: 70%;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 10px 10px 70px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 70px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1
}

.w-features-2 .table-media-inner:before {
    left: inherit;
    right: 0
}

.w-anim-1 {
    width: 90px;
    height: 90px;
    background: #ffc9d8;
    border-radius: 15px;
    position: absolute;
    top: -5%;
    right: -5%;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity .7s ease 1s, -webkit-transform .7s ease 1s;
    transition: opacity .7s ease 1s, -webkit-transform .7s ease 1s;
    -o-transition: transform .7s ease 1s, opacity .7s ease 1s;
    transition: transform .7s ease 1s, opacity .7s ease 1s;
    transition: transform .7s ease 1s, opacity .7s ease 1s, -webkit-transform .7s ease 1s
}

.anim-start .middle-animated .w-anim-1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.w-anim-1:before {
    content: '';
    background-repeat: no-repeat;
    background-position: -285px 0;
    background-size: 400px auto;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.w-anim-2 {
    text-align: left;
    top: inherit;
    right: 0;
    bottom: 12%;
    margin: auto
}

.anim-start .middle-animated .w-anim-2 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.anim-start .middle-animated .w-anim-2:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.w-anim-3 {
    background: #3e3e3e;
    font-size: 13px;
    font-family: var(--zf-primary-semibold);
    color: #fff;
    width: 150px;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    -webkit-transition: opacity .7s linear 1.8s;
    -o-transition: opacity .7s linear 1.8s;
    transition: opacity .7s linear 1.8s;
    opacity: 0
}

.anim-start .middle-animated .w-anim-3 {
    opacity: 1;
    -webkit-animation: toolJump 3s linear 1.8s infinite;
    animation: toolJump 3s linear 1.8s infinite
}

@-webkit-keyframes toolJump {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes toolJump {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

.w-anim-3:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #e25050;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0
}

.w-anim-3:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 13px solid #3e3e3e;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0
}

.w-anim-4 {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    left: 27%;
    bottom: 2%;
    z-index: 9;
    margin: auto;
    -webkit-box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.07);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .5s linear .5s;
    transition: -webkit-transform .5s linear .5s;
    -o-transition: transform .5s linear .5s;
    transition: transform .5s linear .5s;
    transition: transform .5s linear .5s, -webkit-transform .5s linear .5s
}

.w-anim-4:before {
    content: '';
    background-repeat: no-repeat;
    background-position: -345px 0;
    background-size: 400px auto;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.anim-start .middle-animated .w-anim-4 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.w-anim-5 {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%
}

.anim-line-1,
.anim-line-2,
.anim-line-3 {
    stroke: #cbcbcb
}

.anim-start .middle-animated .anim-line-1 {
    stroke-dasharray: 150;
    stroke-dashoffset: -150;
    -webkit-animation: anim-line-1 .3s linear .7s forwards;
    animation: anim-line-1 .3s linear .7s forwards
}

@-webkit-keyframes anim-line-1 {
    from {
        stroke-dashoffset: -150
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes anim-line-1 {
    from {
        stroke-dashoffset: -150
    }
    to {
        stroke-dashoffset: 0
    }
}

.anim-start .middle-animated .anim-line-2 {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    -webkit-animation: anim-line-2 .3s linear 1s forwards;
    animation: anim-line-2 .3s linear 1s forwards
}

@-webkit-keyframes anim-line-2 {
    from {
        stroke-dashoffset: 150
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes anim-line-2 {
    from {
        stroke-dashoffset: 150
    }
    to {
        stroke-dashoffset: 0
    }
}

.anim-start .middle-animated .anim-line-3 {
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    -webkit-animation: anim-line-2 .3s linear 1.3s forwards;
    animation: anim-line-2 .3s linear 1.3s forwards
}

.w-anim-6 {
    width: 55px;
    height: 55px;
    background: #ffcdd2;
    border-radius: 50px;
    display: table;
    position: absolute;
    left: -5%;
    top: -8%;
    z-index: -1;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: opacity 1s linear 1s;
    -o-transition: opacity 1s linear 1s;
    transition: opacity 1s linear 1s
}

.anim-start .middle-animated .w-anim-6 {
    opacity: 1
}

.w-anim-6:before {
    content: 'API';
    font-family: var(--zf-secondary-semibold);
    display: table-cell;
    vertical-align: middle
}

.w-anim-6:after {
    content: '';
    background-repeat: no-repeat;
    background-position: -192px -65px;
    background-size: 440px auto;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    right: -50%;
    margin: auto
}

.b-anim-left:after,
.b-anim-right:after,
.b-anim-top:before,
.w-anim-2:before,
.b-anim-bottom:before,
.w-icon:before,
.why-note:after,
.w-anim-1:before,
.w-anim-4:before,
.w-anim-6:after {
    background-image: url('//cdn.zoho.com.cn/sites/zweb/images/zeptomail/zeptomail-home-sprite.png');
}

.anim-start .middle-animated .w-anim-6:after {
    -webkit-animation: smallGear 8s linear .4s infinite;
    animation: smallGear 8s linear .4s infinite
}

@keyframes smallGear {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.w-anim-7 {
    width: 160px;
    background: #fff;
    -webkit-box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 20px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 15px 20px;
    text-align: left;
    position: absolute;
    bottom: 25%;
    right: -5%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: opacity 1s ease .5s, -webkit-transform 1s ease .5s;
    transition: opacity 1s ease .5s, -webkit-transform 1s ease .5s;
    -o-transition: transform 1s ease .5s, opacity 1s ease .5s;
    transition: transform 1s ease .5s, opacity 1s ease .5s;
    transition: transform 1s ease .5s, opacity 1s ease .5s, -webkit-transform 1s ease .5s
}

.anim-start .middle-animated .w-anim-7 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.gr-line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000
}

.anim-start .middle-animated .gr-line {
    -webkit-animation: graphLine 1s linear forwards .5s;
    animation: graphLine 1s linear forwards .5s
}

@-webkit-keyframes graphLine {
    from {
        stroke-dashoffset: 1000
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes graphLine {
    from {
        stroke-dashoffset: 1000
    }
    to {
        stroke-dashoffset: 0
    }
}

.gr-p-1,
.gr-p-2,
.gr-p-3 {
    opacity: 0;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease
}

.anim-start .middle-animated .gr-p-1,
.anim-start .middle-animated .gr-p-2,
.anim-start .middle-animated .gr-p-3 {
    opacity: 1
}

.anim-start .middle-animated .gr-p-1 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.anim-start .middle-animated .gr-p-2 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.anim-start .middle-animated .gr-p-3 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.w-anim-9 {
    width: 220px;
    height: 220px;
    position: absolute;
    top: -15%;
    right: 40px
}

.w-anim-9 svg {
    width: 220px;
    height: 220px
}

.cc-1 {
    stroke-dasharray: 165;
    stroke-dashoffset: 165
}

.anim-start .middle-animated .cc-1 {
    -webkit-animation: cc-1 .4s ease-out forwards .5s;
    animation: cc-1 .4s ease-out forwards .5s
}

@-webkit-keyframes cc-1 {
    from {
        stroke-dashoffset: 165
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes cc-1 {
    from {
        stroke-dashoffset: 165
    }
    to {
        stroke-dashoffset: 0
    }
}

.cc-2 {
    stroke-dasharray: 520;
    stroke-dashoffset: 520
}

.anim-start .middle-animated .cc-2 {
    -webkit-animation: cc-2 .8s ease-out forwards .8s;
    animation: cc-2 .8s ease-out forwards .8s
}

@-webkit-keyframes cc-2 {
    from {
        stroke-dashoffset: 520
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes cc-2 {
    from {
        stroke-dashoffset: 520
    }
    to {
        stroke-dashoffset: 0
    }
}

.report-box {
    position: absolute;
    left: 0;
    top: 30px
}

.report-box .r-b,
.report-box .r-y {
    display: block;
    position: relative;
    font-size: 15px;
    color: #777;
    margin: 15px 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    padding-left: 20px;
    text-align: left
}

.anim-start .middle-animated .r-b,
.anim-start .middle-animated .r-y {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.anim-start .middle-animated .r-b {
    -webkit-transition: opacity 1s ease .8s, -webkit-transform 1s ease .8s;
    transition: opacity 1s ease .8s, -webkit-transform 1s ease .8s;
    -o-transition: transform 1s ease .8s, opacity 1s ease .8s;
    transition: transform 1s ease .8s, opacity 1s ease .8s;
    transition: transform 1s ease .8s, opacity 1s ease .8s, -webkit-transform 1s ease .8s
}

.anim-start .middle-animated .r-y {
    -webkit-transition: opacity 1s ease .5s, -webkit-transform 1s ease .5s;
    transition: opacity 1s ease .5s, -webkit-transform 1s ease .5s;
    -o-transition: transform 1s ease .5s, opacity 1s ease .5s;
    transition: transform 1s ease .5s, opacity 1s ease .5s;
    transition: transform 1s ease .5s, opacity 1s ease .5s, -webkit-transform 1s ease .5s
}

.report-box .r-b:before,
.report-box .r-y:before {
    content: '';
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.report-box .r-b:before {
    background: #366cf3
}

.report-box .r-y:before {
    background: #ffc800
}

.r-toolTip {
    background: #3e3e3e;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    color: #fff;
    width: 130px;
    padding: 11px 8px;
    position: absolute;
    top: -50px;
    left: 0;
    border-radius: 15px;
    -webkit-transition: opacity .5s linear 1s;
    -o-transition: opacity .5s linear 1s;
    transition: opacity .5s linear 1s;
    opacity: 0
}
.l-more {	
    position: relative;	
    text-transform: uppercase;	
    color: #1975d2;	
    padding: 3px 25px 3px 0;	
    font-size: 15px;	
    display: inline-block;	
    letter-spacing: 1.8px;	
    font-family: var(--zf-primary-semibold)	
}	
.i18n-ar .l-more {	
    padding: 3px 0 3px 25px	
}	
.l-more:before {	
    content: '';	
    width: 14px;	
    height: 14px;	
    position: absolute;	
    border-radius: 50px;	
    background: #1975d2;	
    top: 0;	
    right: 0;	
    bottom: 0;	
    margin: auto	
}	
.i18n-ar .l-more:before {	
    left: 0;	
    right: inherit	
}	
.l-more:after {	
    content: '';	
    display: block;	
    width: 6px;	
    height: 6px;	
    border: solid #fff;	
    border-width: 0 2px 2px 0;	
    transform: rotate(-45deg);	
    position: absolute;	
    top: 0;	
    right: 5px;	
    bottom: 0;	
    margin: auto	
}	
.i18n-ar .l-more:after {	
    left: 3px;	
    right: inherit	
}	


.anim-start .middle-animated .r-toolTip {
    opacity: 1;
    -webkit-animation: toolTipJump 3s linear 1s infinite;
    animation: toolTipJump 3s linear 1s infinite
}

@-webkit-keyframes toolTipJump {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes toolTipJump {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.r-toolTip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #383838;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto
}

.support-con-outer {
    margin: 170px auto 0;
    padding: 100px 0;
    max-width: 1400px;
    background: #fff0b9
}

.support-con-outer .table-box {
    margin: 0 auto
}

.support-con-outer h2 {
    color: #366cf3;
    display: inline-block;
    margin: 0 0 5px
}

.support-con-outer p {
    padding-right: 50px
}

.support-con-outer img {
    max-width: 380px;
    width: 100%
}

.faq-section {
    padding: 100px 0 0;
}

.faq-section h2 {
    text-align: center
}

.faq-accordian {
    max-width: 900px;
    margin: 60px auto 0;
    counter-reset: number
}

.faq-accordian li {
    border-top: 1px solid #ccc;
    padding: 40px 50px;
    cursor: pointer
}

.faq-accordian li:last-child {
    border-bottom: 1px solid #ccc
}

.faq-accordian h5 {
    position: relative;
    color: #000000;
    margin: 0;
    padding-right: 30px;
    font-size: 20px;
}

.faq-accordian h5.active {
    color: #1194f6
}

.faq-accordian h5:before {
    counter-increment: number;
    content: counter(number) ". "
}

.faq-accordian h5:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px
}

.faq-accordian h5.active:after {
    content: '-'
}

.faq-accordian p {
    margin: 0;
    font-size: 15px;
    padding: 10px 30px 0 0;
    display: none
}

.faq-accordian p.active {
    display: block
}

.bottom-section {
    padding: 120px 0;
    text-align: center
}

.bottom-section h2 {
    max-width: 700px;
    margin: 0 auto 30px
}

/* +++++ */

.zwrapper-updated{
}
.body-umain .zwrapper-updated .banner-con{
    max-width: 900px;
}
.zwrapper-updated h1+h3{
    margin-top: 5px;
}
.zwrapper-updated .ban-text{
    margin-top: 25px;
}

.ts-content-box{
    display: grid;
    gap: 30px;
    width: 100%;
    margin: 40px 0 10px;
}
.content-box-top{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 30px;
}
.content-box-top > div{
    position: relative;
}
.tc-left {
    background: #edf8ff;
    border-radius: 20px;
}
.tc-right {
    background: #FFF8D9;
    border-radius: 20px;
}
.content-box-bot{
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 30px;
    width: 100%;
    position: relative;
}
.readmore-link-box {
    text-align: center;
    margin: 0;
}
.testimonial-box{
    background: #F8F8F8;
    border-radius: 20px;
    padding: 50px 100px;
    width: 100%;
    display: grid;
}

.zwrapper-updated .support-con-outer{
    max-width: 100%;
}

.features-section {
    background: #fff0b9;
    margin: 170px auto 0;
    padding: 100px 0;
}

.feature-content-box .fl-box .spr-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
}
.feature-content-box .fl-box.zwe-op .spr-icon{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.feature-content-box .fl-box .spr-icon.segment-icon{
    background-position: 0 -148px;
}
.feature-content-box .fl-box .spr-icon.suppression-icon{
    background-position: -51px -148px;
}
.feature-content-box .fl-box .spr-icon.email-temp-icon{
    background-position: -102px -148px;
}
.feature-content-box .fl-box .spr-icon.support-icon{
    background-position: -153px -148px;
}

.feature-content-box .features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 70px;
}

.feature-content-box .fl-box {
    display: grid;
    align-items: flex-start;
}
.feature-content-box .fl-box p{
    margin: 0;
}
.feature-content-box .fl-box h4{
    margin-bottom: 20px;
}
.feature-content-box p a {
    text-decoration: underline;
    color: #1975d2;
}

.trust-hl-box {
    padding: 50px 50px 60px 50px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.trust-hl-box .thl-title {
    font-family: var(--primaryfont-semibold);
    margin-bottom: 20px;
}

.trust-hl-box .thl-list-box {
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: column;
    gap: 50px;
    width: 100%;
}

.trust-hl-box .thl-list {
    display: grid;
    text-align: center;
}
.trust-hl-box .thl-list-box.trusted-box {
    grid-template-columns: 1fr 1fr;
}

.thl-list-in {
    display: grid;
}
.trust-hl-box .thl-list .txt-big {
    font-size: 72px;
    line-height: 1;
}

.trust-hl-box .txt-sm {
    font-size: 14px;
}

.testimonial-box .testi-list {
    display: grid;
    grid-template-columns: 1fr 2.2fr;
}

span.badge {
    width: 200px;
    display: block;
    height: 50px;
    margin-top: 30px;
}
.branson-logo.zm-sprite-icon {
    background-position: 0px -201px;
}
.in-cements-logo.zm-sprite-icon {
    background-position: 0 -250px;
    width: 95px;
    margin-left: 53px;
}
.bob-logo.zm-sprite-icon {
    background-position: -260px -132px;
    height: 108px;
    width: 135px;
    margin-top: 0;
    margin-left: 35px;
    transform: scale(.8);
}

.tl-content{
    font-size: 14px;
}
.tl-content p{
    font-size: 16px;
}

span.tl-name {
    color: #366CF3;
    font-family: var(--primaryfont-semibold);
}

.tl-info {
    display: grid;
    gap: 5px;
}
span.name-role-info {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    gap: 10px;
    line-height: 1;
}
span.name-role-info span.tl-role {
    position: relative;
    padding-left: 10px;
    text-align: left;
}

span.name-role-info span.tl-role:before {
    position: absolute;
    width: 1px;
    height: 100%;
    left: -1px;
    background: #000000;
    content: "";
}

.tl-info span.dom-name {
    color: #666;
    font-size: 12px;
}
.tc-left:before, .tc-left:after, .tc-right:before, .tc-right:after{
    content: "";
    display: block;
    position: absolute;
    background: url('//cdn.zoho.com.cn/sites/zweb/images/zeptomail/zeptomail-home-sprite.png') top center no-repeat;
    background-size: 420px auto;
    background-position: -202px -213px;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear
}
.tc-left:before, .tc-left:after, .tc-right:before, .tc-right:after{
    width: 25px;
    height: 25px;
}
.tc-left:before {
    left: -25px;
    bottom: -20px;
}
.tc-left:after {
    left: -40px;
    bottom: -5px;
    transform: scale(.6);
}
.tc-right:before, .tc-right:after{
    content: "";
    display: block;
    position: absolute;
    background-position: -230px -213px;
}
.tc-right:before {
    right: -25px;
    top: -20px;
    transform: scale(.6);

}
.tc-right:after {
    top: -35px;
    right: -10px;
}
.content-box-top.active-star{

}

.content-box-top.active-star .tc-left:after, .content-box-top.active-star .tc-right:before{
    transform: scale(1);
}
.content-box-top.active-star .tc-left:before, .content-box-top.active-star .tc-right:after{
    transform: scale(.6);
}

.slick-arrow-box {
    width: 200px;
    height: 50px;
    position: absolute;
    bottom: 40px;
    left: 100px;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    gap: 10px;
}

.slick-arrow-box span.zslick-arrow {
    width: 25px;
    height: 25px;
    background: #000;
    display: grid;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.slick-arrow-box span.zslick-arrow::before{
    /* content: "";
    width: 10px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute; */
}

.slick-arrow-box span.zslick-arrow::after{
    /* content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    border: 5px solid transparent; */
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 9px;
    
}
.slick-arrow-box span.zslick-arrow.zslick-right::before{
    /* left: 6px; */
}
.slick-arrow-box span.zslick-arrow.zslick-left::before{
    /* right: 6px; */
}
.slick-arrow-box span.zslick-arrow.zslick-right::after{
    /* border-left-color: #fff;
    left: 14px; */
    transform: rotate(-45deg);
    left: 7px;
}
.slick-arrow-box span.zslick-arrow.zslick-left::after{
    /* border-right-color: #fff;
    right: 14px; */
}
.zm-sprite-icon{
    background: url('//cdn.zoho.com.cn/sites/zweb/images/zeptomail/zeptomail-home-sprite.png') top center no-repeat;
    background-size: 420px auto;
}

@media only screen and (min-width: 768px) {

.feature-content-box .fl-box.zwe-op:nth-child(2) .spr-icon, .feature-content-box .fl-box.zwe-op:nth-child(4) .spr-icon{
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

}

@media only screen and (min-width: 1400px) and (max-width:1599px) {
    .template-inner h1 {
        font-size: 68px
    }
    .template-inner h2 {
        font-size: 48px
    }
    .template-inner h3 {
        font-size: 33px
    }
}

@media only screen and (max-width: 1399px) {
    .template-inner h1 {
        font-size: 58px
    }
    .template-inner h2 {
        font-size: 43px
    }
    .template-inner h3 {
        font-size: 30px
    }
}

@media only screen and (max-width: 1250px) {
    .banner-box {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    .ts-content-box{
        margin-top: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .template-inner h1 {
        font-size: 53px
    }
    .template-inner h2 {
        font-size: 38px
    }
    .template-inner h3 {
        font-size: 28px
    }
   .body-umain .banner-inner.content-wrap {
        margin: 50px auto 0
    }
    .banner-box {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    .ban-text {
        font-size: 17px
    }
    [class*="w-box-"] {
        width: 210px;
        padding: 80px 20px 30px
    }
    .w-icon {
        font-size: 17px
    }
    .trust-section .table-box {
        margin: 40px 0 100px
    }
    .why-con ul {
        margin: 50px 0 80px
    }
    .w-anim-6 {
        left: 20px
    }
    .support-con-outer {
        margin: 140px auto 0;
        padding: 80px 0
    }
    .faq-section {
        padding: 80px 0 0
    }
    .bottom-section {
        padding: 90px 0
    }
    .ts-content-box{
        padding: 0 30px;
        margin-bottom: 0;
    }
    /*  */
    .zwrapper-updated .banner-box{
        margin: 0 0 -60px 0;
    }
    .features-section{
        padding: 80px 0;
        margin-top: 80px;
    }
    .zwrapper-updated .why-con-outer{
        padding-top: 80px;
    }
}


@media only screen and (max-width: 1024px) {
    .why-con-outer {
        padding: 90px 0 40px
    }
    [class*="w-box-"] {
        width: 200px;
        margin-right: 20px
    }
    .w-anim-9 svg,
    .w-anim-9 {
        width: 190px;
        height: 190px
    }
    /*  */
    .testimonial-box{
        padding-left: 80px;
        padding-right: 80px;
    }
    .slick-arrow-box{
        left: 80px;
    }
    .tl-right{
        padding-left: 15px;
    }
    .ts-content-box{
        margin: 0;
    }
    .zwrapper-updated .why-section {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-con .act-btn {
        display: none
    }
    .body-umain .act-btn {
        display: inline-block
    }
}

@media only screen and (max-width: 991px) {
    .template-inner h1 {
        font-size: 48px
    }
    .template-inner h2 {
        font-size: 33px
    }
    .template-inner h3 {
        font-size: 24px
    }
    .banner-inner.content-wrap {
        margin: 20px auto 0
    }
    .banner-con {
        text-align: center;
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto
    }
    .banner-con a {
        margin: 0 10px 15px;
    }
    .banner-form {
        display: none
    }
    .b-anim-left,
    .b-anim-right {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    .trust-section .table-box {
        margin: 0 0 50px
    }
    .trust-status {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    .trust-status p span {
        font-size: 58px
    }
    .i18n-ja .trust-status p span{
        font-size: 40px;
    }
    .why-con h2 {
        text-align: center;
        max-width: 500px;
        margin: 0 auto 15px
    }
    .why-con h2 span {
        display: inline-block
    }
    .why-title {
        margin: 30px auto 15px;
        text-align: center
    }
    .why-title + p {
        text-align: center;
        margin-bottom: 0;
    }
    .why-con ul {
        max-width: 500px;
        margin: 50px auto 60px;
        text-align: center
    }
    [class*="w-box-"] {
        margin: 15px;
        float: none;
        display: inline-block;
        text-align: left
    }
    .why-section .table-con,
    .why-section .table-media-right .table-media {
        padding: 0 0 0 50px
    }
    .why-section .table-media,
    .why-section .table-media-right .table-con {
        padding: 0 50px 0 0
    }
    .w-anim-1 {
        -webkit-transform: translateX(50px) scale(.8);
        -ms-transform: translateX(50px) scale(.8);
        transform: translateX(50px) scale(.8)
    }
    .anim-start .middle-animated .w-anim-1 {
        -webkit-transform: translateX(0) scale(.8);
        -ms-transform: translateX(0) scale(.8);
        transform: translateX(0) scale(.8)
    }
    .w-anim-2,
    .w-anim-7 {
        -webkit-transform: translateY(50px) scale(.8);
        -ms-transform: translateY(50px) scale(.8);
        transform: translateY(50px) scale(.8)
    }
    .anim-start .middle-animated .w-anim-2,
    .anim-start .middle-animated .w-anim-7 {
        -webkit-transform: translateY(0) scale(.8);
        -ms-transform: translateY(0) scale(.8);
        transform: translateY(0) scale(.8)
    }
    .anim-start .middle-animated .w-anim-4 {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    .w-anim-6 {
        top: -10%;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    .w-anim-7 {
        right: -10%
    }
    .w-anim-9 {
        top: -10%
    }
    .w-anim-9 svg,
    .w-anim-9 {
        width: 150px;
        height: 150px
    }
    .support-con-outer {
        padding: 90px 0 75px 0;
    }
    .support-con-outer img {
        max-width: 280px
    }

    /*  */

    .ts-content-box{
        padding: 0 35px;
    }
    .testimonial-box .testi-list{
        grid-template-columns:auto;
    }
    .branson-logo.zm-sprite-icon{
        margin-left: auto;
        margin-right: auto;
        transform: scale(1);
    }
    span.badge{
        margin-top: 0;
    }
    .content-box-bot{
        position: relative;
    }
    .slick-arrow-box {
        bottom: 40px;
        width: 100%;
        left: 0;
    }
    .testimonial-box {
        padding-bottom: 110px;
    }

    span.badge{
        margin-left: auto;
        margin-right: auto;
    }
    .bob-logo.zm-sprite-icon, .in-cements-logo.zm-sprite-icon{
        margin-left: auto;
        margin-right: auto;
    }
    .tl-content{
        text-align: center;
    }
    .tl-info{
        align-items: center;
        justify-content: center;
    }
    .slick-arrow-box{
        align-items: center;
    }
    .trust-hl-box .thl-list .txt-big{
        font-size: 55px;
    }
    .zwrapper-updated .banner-section{
        padding-bottom: 40px;
    }
    .trust-hl-box .thl-list-box{
        gap: 30px;
    }
    .tl-right{
        padding-left: 0;
        padding-top: 20px;
    }
    .feature-content-box .features-list{
        gap: 40px;
    }
    .features-section{
        margin-top: 120px;
    }
    .zwrapper-updated .why-section {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 850px) {
    .w-anim-1 {
        -webkit-transform: translateY(50px) scale(.7);
        -ms-transform: translateY(50px) scale(.7);
        transform: translateY(50px) scale(.7)
    }
    .anim-start .middle-animated .w-anim-1 {
        -webkit-transform: translateY(0) scale(.7);
        -ms-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    .w-anim-2,
    .w-anim-7 {
        -webkit-transform: translateY(50px) scale(.7);
        -ms-transform: translateY(50px) scale(.7);
        transform: translateY(50px) scale(.7)
    }
    .anim-start .middle-animated .w-anim-2,
    .anim-start .middle-animated .w-anim-7 {
        -webkit-transform: translateY(0) scale(.7);
        -ms-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    .anim-start .middle-animated .w-anim-4 {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
    .w-anim-9 svg,
    .w-anim-9 {
        width: 120px;
        height: 120px
    }
    .support-con-outer img {
        max-width: 260px
    }
}

@media only screen and (min-width: 768px) and (max-width:1150px) {
    .why-section>.content-wrap,
    .support-section .content-wrap {
        overflow: hidden
    }
    .why-section>.content-wrap .table-box {
        margin: 140px 0 0
    }
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none
    }
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
        margin-top: 20px
    }
    .main-container-wrapper.body-umain #mini-panel-product_menu .menu-icon-help-header {
        margin-top: 0
    }
    .template-inner h1 {
        font-size: 36px;
        margin: 0 auto 5px
    }
    .template-inner h2 {
        font-size: 28px
    }
    .template-inner h3 {
        font-size: 21px
    }
    .banner-inner.content-wrap {
        margin: 20px auto 0
    }
    .b-anim-top {
        top: 0;
        right: -19%
    }
    .b-anim-bottom {
        bottom: 3%;
        left: -13%
    }
    .b-anim-top,
    .b-anim-bottom {
        -webkit-transform: translateY(50px) scale(.7);
        -ms-transform: translateY(50px) scale(.7);
        transform: translateY(50px) scale(.7)
    }
    .anim-start .middle-animated .b-anim-top,
    .anim-start .middle-animated .b-anim-bottom {
        -webkit-transform: translateY(0) scale(.7);
        -ms-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }
    .b-anim-left,
    .b-anim-right {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
    .trust-section {
        padding: 0 0 30px;
    }
    .trust-section .table-con,
    .trust-section .table-media {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0
    }
    .trust-section .table-con {
        padding: 30px 0 90px
    }
    .trust-status {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 220px;
        height: 220px
    }
    .trust-section .table-con p {
        font-size: 17px;
        line-height: 1.6
    }
    .trust-status p span {
        font-size: 43px
    }
    .i18n-ja .trust-status p span{
        font-size: 35px;
     }
    .t-fade-box.active {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    .table-con,
    .table-media,
    .why-section .table-con,
    .why-section .table-media,
    .why-section .table-media-right .table-con,
    .why-section .table-media-right .table-media {
        display: block;
        width: 100%;
        padding: 0
    }
    .why-con ul {
        margin: 50px auto 30px
    }
    [class*="w-box-"] {
        width: 100%;
        margin: 0 0 20px;
        display: block;
        padding: 30px 20px 30px 100px
    }
    .w-icon {
        padding: 0;
        font-size: 19px
    }
    .w-icon:before {
        left: -55px;
        bottom: 0;
        margin: auto
    }
    .w-icon span {
        display: inline
    }
    .why-note {
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
        padding: 50px 0 0
    }
    .why-note:before {
        content: none
    }
    .why-note:after {
        bottom: initial;
        right: 0;
        margin: 0 auto
    }
    .why-section .table-con {
        text-align: center
    }
    .why-section .table-media {
        padding-top: 40px
    }
    .why-section .table-con p {
        max-width: 500px;
        margin: 0 auto 20px
    }
    .why-section .table-media-inner,
    .support-section .table-media-inner {
        max-width: 400px;
        margin: 0 auto;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
    .w-features-2 .table-media-inner,
    .w-features-4 .table-media-inner {
        margin-top: 70px
    }
    .why-section .table-box {
        margin: 100px 0 0
    }
    .w-features-1 .table-box {
        margin: 70px 0 0;
    }
    .w-features-4 .table-box {
        margin: 100px 0 0
    }
    .why-section .w-features-2 .table-media {
        padding: 0 0 30px
    }
    .why-section .w-features-3 .table-media {
        padding: 60px 0 0
    }
    .w-anim-6 {
        left: 0
    }
    .support-con-outer {
        margin: 90px auto 0
    }
    .support-con-outer .table-con {
        text-align: center
    }
    .support-con-outer p {
        padding: 0;
        max-width: 400px;
        margin: 0 auto 40px
    }
    .faq-section {
        padding: 70px 0 0px;
    }
    .faq-accordian h5 {
        font-size: 18px;
    }
    .bottom-section {
        padding: 70px 0 75px 0;
    }
    .banner-section{
    }
    .body-umain .banner-inner.content-wrap {
        margin: 20px auto 0;
    }
    .support-con-outer{
        padding-top: 70px;
    }
    .why-con-outer {
        padding: 70px 0 40px;
    }
    /*  */
    .content-box-top{
        grid-template-columns: auto;
    }
    .ts-content-box {
        padding: 30px 15px 0;
    }
    .trust-hl-box .thl-list-box{
        /* gap: 50px; */
    }
    .trust-hl-box{
        padding: 35px 35px 45px 35px;
    }
    .testimonial-box {
        padding-left: 50px;
        padding-right: 50px;
    }
    .feature-content-box .features-list{
        grid-template-columns: auto;
    }
    .feature-content-box .fl-box{
        justify-content: center;
        text-align: center;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .feature-content-box .fl-box .spr-icon{
        margin-left: auto;
        margin-right: auto;
    }
    .feature-content-box .features-list {
        gap: 50px;
    }
    .features-section{
        padding: 70px 0;
    }
    .features-section{
        margin-top: 60px;
    }
    span.name-role-info{
        grid-auto-flow: row;
        margin-bottom: 5px;
    }
    span.name-role-info span.tl-role{
        padding-left: 0;
    }
    span.name-role-info span.tl-role:before{
        display: none;
    }
    .zwrapper-updated .why-section {
        margin-top: 30px;
    }
    .zwrapper-updated .banner-section {
        padding-bottom: 50px;
    }
    .zwrapper-updated .banner-box {
        margin: 0 0 -45px 0;
    }
}

@media only screen and (max-width: 480px) {
    .banner-inner.content-wrap {
        margin: 20px auto 0
    }
    .banner-con {
        padding: 0 0 30px 0
    }
    .banner-box {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .zwrapper-updated .banner-box {
        margin: 0 0 0px 0;
    }
    .b-anim-top,
    .b-anim-bottom,
    .b-anim-left,
    .b-anim-right,
    .report-box {
        display: none
    }
    .why-note {
        font-size: 13px
    }
    [class*="w-box-"] {
        padding: 30px 20px 30px 80px
    }
    .w-icon {
        font-size: 17px
    }
    .w-anim-1 {
        top: -25%;
        right: 0
    }
    .w-anim-4 {
        bottom: -5%
    }
    .w-anim-6 {
        top: -15%
    }
    .w-anim-9 {
        right: initial;
        left: 20px;
        top: 0
    }
    .w-features-4 .table-box {
        margin: 90px 0 0
    }
    .faq-accordian {
        margin: 40px auto 0
    }
    .faq-accordian li {
        padding: 20px 10px
    }
    .faq-accordian h5 {
        padding-right: 20px
    }
    .faq-accordian p {
        padding: 10px 20px 0 0
    }
    /*  */
    .trust-hl-box .thl-list-box{
        grid-auto-flow: row;
        gap: 30px;
    }
    .trust-hl-box .thl-list-box.trusted-box{
        grid-template-columns: auto;
    }
    .zwrapper-updated .banner-section {
        padding-bottom: 50px;
    }
    .tc-left:before, .tc-left:after, .tc-right:before, .tc-right:after, span.name-role-info span.tl-role:before{
        display: none;
    }
    .ts-content-box {
        padding: 20px 0px 0;
    }
    .zwrapper-updated .why-section{
        /* margin-top: 40px; */
    }
    .testimonial-box {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .readmore-link-box .l-more{
        padding-right: 0;
    }
    .readmore-link-box .l-more:before{
        display: none;
    }
    .readmore-link-box .l-more:after{
        display: none;
    }
}

.zpromotion {
    background: #0d1c45;
    color: #fff;
    position: relative;
}

.zpromotion-wrap {
    max-width: 1980px;
    width: 100%;
    padding: 10px 50px 10px 10px;
    box-sizing: border-box !important;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display:block;
    color:#fff;
}

.zpromotion p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    position: relative;
    z-index: 9;
    display: inline-block;
}

.dis-am {
    color: #ffd600;
}

.dis-date {
    text-decoration: underline
}

.zpremoclose {
    position: absolute;
    right: 15px;
    top: 13px;
    width: 18px;
    height: 18px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px;
    z-index:9;
}

.zpremoclose:before,
.zpremoclose:after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 9px;
    width: 2px;
    background-color: #000;
    top: 5px
}

.zpremoclose:after {
    transform: rotate(-45deg)
}

.zpremoclose:before {
    transform: rotate(45deg)
}

@media only screen and (max-width: 767px) {
    .zpromotion p {
        font-size: 13px
    }
}