.zmain-container *,.zmain-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.signup-box .za-email-container a{color: #FFF;}
.text-center {
    text-align: center
}

.zmain-container .content-wrap {
    overflow: unset;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    padding: 0
}

.zmain-container .content-wrap-custom {
    padding: 100px 0
}

.zmain-container section.bg-sec {
    margin: 0 0 100px
}

.inline-block {
    display: inline-block
}

.zmain-container .content-wrap-custom {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 1
}

body .zmain-container .pt-0 {
    padding-top: 0
}

body .zmain-container .pb-0 {
    padding-bottom: 0
}

body .zmain-container .pt-0 {
    padding-top: 0
}

@media only screen and (max-width: 1199px) {
    .zmain-container .content-wrap-custom {
        width:95%
    }
}

@media only screen and (max-width: 991px) {
    .zmain-container .content-wrap-custom {
        width:95%
    }
}

@media only screen and (max-width: 767px) {
    .zmain-container .content-wrap-custom {
        width:90%
    }
}

.zmain-container .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.zmain-container .flex-wrap>div {
    width: 50%
}

.zmain-container .top-align {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.zmain-container .space-btwn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zmain-container .sub-img {
    position: absolute
}

.zmain-container .svg-sprite,.zmain-container .svg-sprite-before::before,.zmain-container .svg-sprite-after::after {
    content: "";
    background-image: url('//cdn.zoho.com.cn/sites/zweb/images/assist/home-page/home-sprite-svg.svg')
}

.zmain-container .sprite,.zmain-container .sprite-before::before,.zmain-container .sprite-after::after {
    content: "";
    background-image: url('//cdn.zoho.com.cn/sites/zweb/images/assist/home-page/home-sprite.png')
}

.zmain-container h1,.zmain-container h2,.zmain-container h3 {
    font-family: var(--primaryfont-bold)
}

@media only screen and (max-width: 1280px) {
    .banner-img {
        padding-bottom:140px
    }
}

@media only screen and (min-width: 1200px) {
    .lang-en .zmain-container h1 {
        font-size:41px
    }

    .zmain-container h2 {
        font-size: 30px
    }

    .zmain-container .max-w-0 {
        width: 100%;
        max-width: 100%
    }

   .lang-en .info-img .count {
        font-size: 44px
    }

    .zmain-container h3 {
        font-size: 24px
    }

    .zmain-container p {
        line-height: 30px;
        font-size: 17px
    }

    .content-side p {
        font-size: 17px
    }

    .banner-content p {
        font-size: 20px;
        line-height: 30px
    }

    .banner-content>div>span {
        font-size: 20px;
        line-height: 34px
    }

    .mb-50 {
        margin-bottom: 60px
    }
}

@media only screen and (min-width: 1400px) {
    .za-common-trust-brands-wrap ul {
        -webkit-transform:scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1)
    }
}

@media only screen and (min-width: 768px) {
    body:not(.body-umain) .bottom-sec .mobile-cta,.banner-sec .mobile-cta {
        display:none !important
    }

    .zmain-container .zoom {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .8s cubic-bezier(0.11,0.16,0.43,0.86);
        -o-transition: all .8s cubic-bezier(0.11,0.16,0.43,0.86);
        transition: all .8s cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .zmain-container .transition-alone {
        -webkit-transition: all 1300ms cubic-bezier(0.11,0.16,0.43,0.86);
        -o-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        -webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .zmain-container .fadein {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        -o-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .zmain-container .fadeinup {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        -o-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .zmain-container .fadeinupcontent {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        -o-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .zmain-container .fadeindown {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        -o-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .zmain-container .fadeinleft {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        -o-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .zmain-container .fadeinright {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        -moz-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        -ms-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86);
        -o-transition: all 1000ms cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .zmain-container .middle-animated .fadein {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    .middle-animated .fadeinup,.middle-animated .fadeinupcontent,.zmain-container .middle-animated .fadeindown {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -ms-filter: "alpha(opacity=100)"
    }

    .middle-animated .fadeinleft,.middle-animated .fadeinright,.middle-animated .fadeinleft,.zmain-container .middle-animated .fadeinright {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -ms-filter: "alpha(opacity=100)"
    }

    .zmain-container .middle-animated .zoom {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .zmain-container .delay1 {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms
    }

    .zmain-container .delay2 {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms
    }

    .zmain-container .delay3 {
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms
    }

    .zmain-container .delay4 {
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms
    }

    .zmain-container .delay5 {
        -webkit-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms
    }

    .zmain-container .delay6 {
        -webkit-transition-delay: 1200ms;
        -o-transition-delay: 1200ms;
        transition-delay: 1200ms
    }

    .zmain-container .delay7 {
        -webkit-transition-delay: 1400ms;
        -o-transition-delay: 1400ms;
        transition-delay: 1400ms
    }

    .zmain-container .delay8 {
        -webkit-transition-delay: 1600ms;
        -o-transition-delay: 1600ms;
        transition-delay: 1600ms
    }

    .zmain-container .delay9 {
        -webkit-transition-delay: 1800ms;
        -o-transition-delay: 1800ms;
        transition-delay: 1800ms
    }

    .zmain-container .delay10 {
        -webkit-transition-delay: 2000ms;
        -o-transition-delay: 2000ms;
        transition-delay: 2000ms
    }

    .middle-animated .float-vertical {
        -webkit-animation: float-vertical 3s infinite;
        animation: float-vertical 3s infinite
    }

    .middle-animated .float-zoom-vertical {
        -webkit-animation: float-zoom-vertical 3s infinite;
        animation: float-zoom-vertical 3s infinite
    }

    .middle-animated .anim-delay2 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .middle-animated .anim-delay3 {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .middle-animated .anim-delay4 {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

    .middle-animated .anim-delay5 {
        -webkit-animation-delay: 5s;
        animation-delay: 5s
    }

    @-webkit-keyframes float-vertical {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        50% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px)
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @-webkit-keyframes float-zoom-vertical {
        0% {
            -webkit-transform: translateY(0);
            transform: scale(1) translateY(0)
        }

        50% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px)
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
}

.zw-product-header .product-nav-links .menu li,.zw-product-header .product-nav-links .menu>li>a,.zw-product-header .menu-icon-help-header .product-title a,.zw-product-header .menu-icon-help-header+.product-nav-links li a,.za-email-container a {
    color: #fff
}

#signup-newsletter.checked::before,#signup-termservice.checked::before,#signup-newsletter.checked::after,#signup-termservice.checked::after {
    background: #fff
}
.signup-box .socl-signup span.vi-linkedin {
    background-color: #fff;
    height: 29px;
    width: 29px;
    border-radius: 3px;
}
.signup-box h5 {
    color: #fff;
}

.signup-box #signup-newsletter, .signup-box #signup-termservice{
    border-color:#fff;
}
.signup-box #signup-newsletter.checked::before, .signup-box #signup-termservice.checked::before,.signup-box #signup-newsletter.checked::after, .signup-box #signup-termservice.checked::after{
    background: #fff
}

.menu-icon-help-header>a img {
    filter: brightness(0) invert(1)
}

.zw-product-header{
	background-color: #1b4c50;
    color: #fff;
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/assist/home-page/pattern1.jpeg);
    background-repeat: repeat;
    background-size: 300px;
}
.banner-sec {
    background-color: #1b4c50;
    color: #fff;
    padding-top: 50px;
    background-image: url('//cdn.zoho.com.cn/sites/zweb/images/assist/home-page/pattern1.jpeg');
    background-repeat: repeat;
    background-size: 300px
}

.main-img .zmain-img {
    max-width: 49.2%;
    display: block;
    margin: 0 auto
}

.main-img video {
    display: none
}

.main-img video:not(.show-video) {
    display: none
}

.signup-form-wrap {
    display: none
}

.non-umain .signup-form-wrap {
    display: block
}

.signup-form-wrap .signup-box {
    max-width: 350px;
    float: right;
    width: 100%;
    margin-top: 30px
}

.banner-img>div>.sub-img {
    opacity: 0
}

.banner-img .video-1 {
    -webkit-transform: scale(1.4) translate3d(135%,59%,30px);
    transform: scale(1.4) translate3d(135%,59%,30px);
    z-index: 1
}

.banner-img .video-2 {
    -webkit-transform: scale(1.4) translate3d(-139%,79%,20px);
    transform: scale(1.4) translate3d(-139%,79%,20px);
    z-index: 1
}

.banner-img .video-3 {
    -webkit-transform: scale(1.7) translate3d(-123%,-12%,30px);
    transform: scale(1.7) translate3d(-123%,-12%,30px);
    z-index: 1
}

.banner-img .show-person.sub-img {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0)
}

.video-1 {
    width: 230px;
    left: 3%;
    max-width: 19.7%
}

.video-2 {
    width: 230px;
    right: 2%;
    top: 5%;
    max-width: 20%
}

.video-3 {
    width: 200px;
    right: 6%;
    top: 30%;
    max-width: 17.1%
}

.banner-img .main-img video.sub-img {
    width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 23%;
    max-width: 25.7%
}

.banner-img .main-img {
    text-align: center
}

h1 span {
    color: #f7dab4
}

.banner-content>div>span {
    font-family: 'Zoho_Puvi_SemiBold';
    color: #f7dab4;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 20px;
    max-width: 100%;
    display: block
}

.banner-content>div>span .banner-divider {
    padding: 0 15px
}

.banner-wrap {
    display: block;
    width: 100%
}

.banner-img {
    padding-top: 70px;
    text-align: center;
    padding-bottom: 12%;
    position: relative;
    width: 100%;
    display: block;
    max-width: 1050px;
    margin: 0 auto
}

.banner-img video {
    display: inline-block
}

.user {
    width: 690px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 1;
    max-width: 59%
}

.za-common-trust-brands-wrap {
    text-align: center
}

.za-common-trust-brands-wrap ul li {
    display: inline-block;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition: .5s ease
}

.za-common-trust-brands-wrap ul li span {
    display: inline-block;
    text-indent: -9999px
}

.za-common-trust-brands-wrap ul li span {
    background: url(//cdn.zoho.com.cn/sites/zweb/images/commonroot/zp-trust-brands-sprite.png) no-repeat 0 0;
    background-size: 1103px auto;
    height: 40px
}

.za-common-trust-brands-wrap ul li.tb-ather-energy span {
    width: 109px;
    background-position: -628px -1200px;
    background-size: 860px auto
}

.za-common-trust-brands-wrap ul li.tb-scania span {
    width: 134px;
    background-position: 2px -907px;
    background-size: 620px auto
}

.za-common-trust-brands-wrap ul li.tb-hexaware span {
    width: 130px;
    background-position: -104px -947px;
    background-size: 620px auto
}

.za-common-trust-brands-wrap ul li.tb-motorola-solutions span {
    width: 216px;
    background-position: -137px -903px;
    background-size: 620px auto
}

.za-common-trust-brands-wrap ul li.tb-fedex span {
    width: 108px;
    background-position: -743px -1200px;
    background-size: 860px auto
}

.za-common-trust-brands-wrap ul li.tb-usha span {
    width: 69px;
    background-position: -375px -1004px;
    background-size: 620px auto
}

.global-brands {
    background: #f8f4ef;
    color: #000;
    padding: 50px 0;
    border-radius: 8px 8px 0 0
}

.za-common-trust-brands-wrap ul li span,.za-common-trust-brands-wrap ul li:first-child span {
    margin: 15px
}

.za-common-trust-brands-wrap ul {
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    max-width: 85%;
    margin: 0 auto;
    transform: scale(1.2);
    flex-wrap: wrap
}

.za-common-trust-brands-wrap h2 {
    font-size: 20px;
    line-height: 24px
}

.enterprise-content {
    width: 700px;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%
}

.blue-btn {
    border: 1px solid #1893fa;
    padding: 10px 30px;
    font-family: var(--secondaryfont-semibold);
    line-height: normal;
    display: inline-block;
    background: #1893fa;
    color: #fff;
    text-transform: uppercase
}

.enterprise-img-wrap {
    width: 950px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-top: 80px;
    max-width: 90%
}

.enterprise-img-wrap .sub-img1 {
    width: 40%;
    left: 6%;
    bottom: 9%;
    -webkit-box-shadow: 0 18px 46px #8E8E8E4E;
    box-shadow: 0 18px 46px #8E8E8E4E;
    border-radius: 6px
}

.enterprise-img-wrap .sub-img2 {
    width: 29%;
    left: 52%;
    bottom: 8%;
    border-radius: 6px
}

.enterprise-img-wrap .icon-sub1 {
    left: -4%;
    bottom: 40%
}

.enterprise-img-wrap .icon-sub1::before {
    width: 70px;
    height: 70px;
    background-position: -215px -41px;
    display: inline-block;
    background-size: 520px auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.enterprise-img-wrap .icon-sub2 {
    left: 25%;
    top: 15%
}

.enterprise-img-wrap .icon-sub2::before {
    width: 113px;
    height: 113px;
    background-position: 2px 0;
    display: inline-block;
    background-size: 520px auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.enterprise-img-wrap .icon-sub3 {
    right: 32%;
    bottom: 37%
}

.enterprise-img-wrap .icon-sub3::before {
    width: 70px;
    height: 70px;
    background-position: -112px -114px;
    display: inline-block;
    background-size: 520px auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.enterprise-img-wrap .icon-sub4 {
    right: 0;
    bottom: 28%
}

.enterprise-img-wrap .icon-sub4::before {
    width: 104px;
    height: 104px;
    background-position: -112px -9px;
    display: inline-block;
    background-size: 520px auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.person {
    background-position: -267px -90px;
    width: 55px;
    height: 55px;
    background-size: 405px auto;
    right: 0;
    top: -30px
}

.person2 {
    background-position: -320px -90px;
    top: -19%;
    right: -4%
}

.person3 {
    background-position: -213px -90px;
    right: -14%;
    top: 11%
}

.icon-sub1::before {
    background-position: 0 10px
}

.enterprise-img-wrap .icon-sub5 {
    width: 54px;
    height: 49px;
    background-position: -368px -62px;
    left: 32%;
    top: 35%
}

.enterprise-img-wrap .icon-sub6 {
    width: 58px;
    height: 58px;
    background-position: -368px 0;
    right: 22%;
    top: 19%
}

.customer-support-info-wrap {
    background: #f8f4ef
}

.customer-support-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    max-width: 90%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto
}

.customer-support-info .svg-sprite {
    width: 80px;
    height: 72px;
    position: relative;
    display: inline-block;
    background-size: 500px auto;
    background-position: -2px 0
}

.customer-support-info .info-img {
    text-align: center;
    padding: 0 10px
}

.cus-suprt-icon1 {
    background-position: -226px 0;
    width: 31px;
    height: 33px;
    background-size: 430px auto;
    right: 21%;
    bottom: 77%
}

.support-text {
    max-width: 100%
}

.info-img .count {
    display: block;
    width: 200px;
    color: #1c6e76;
    margin-top: 5px;
    margin-bottom: 0;
    font-size:18px;
}

.why-use-img .out-sourced-icon1 {
    left: 3%;
    top: 10%
}

.why-use-img .out-sourced-icon2 {
    top: 21%;
    left: 3%
}

.info-img .info-name {
    font-size: 20px;
    width: 100%
}

.remote .svg-sprite {
    background-position: -83px -14px;
    background-size: 482px auto
}

.global-customer .svg-sprite {
    background-position: -155px -9px;
    background-size: 452px auto
}

.customer-support-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.out-sourced {
    background-color: #e3f7f8
}

.customer-support-wrap>div {
    width: 33.333%;
    position: relative;
    padding: 50px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    overflow: hidden
}

.cus-suprt {
    background-color: #f7f3d6
}

.it-helps {
    background-color: #c0efe5
}

.outsource1 {
    width: 40%;
    bottom: -0.2%;
    left: 28%;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    border: 2px solid #fff
}

.outsource2 {
    width: 27%;
    right: 5%;
    bottom: 68%;
    -webkit-box-shadow: 0 18px 26px #184D7124;
    box-shadow: 0 18px 26px #184D7124;
    border-radius: 4px
}

.support-img1 {
    width: 22%;
    bottom: 65%;
    right: 5%;
    -webkit-box-shadow: 0 18px 26px #add5c4;
    box-shadow: 0 18px 26px #add5c4;
    border-radius: 4px
}

.it-helps-icon1 {
    background-position: -214px -11px;
    width: 72px;
    height: 70px;
    background-size: 390px auto;
    right: 10%;
    bottom: 52%;
    -webkit-transform: translate3d(-50px,50px,0);
    transform: translate3d(-50px,50px,0);
    -webkit-transition: all .5s cubic-bezier(0.11,0.16,0.43,0.86) 1s;
    -o-transition: all .5s cubic-bezier(0.11,0.16,0.43,0.86) 1s;
    transition: all .5s cubic-bezier(0.11,0.16,0.43,0.86) 1s;
    z-index: 0
}

.middle-animated .it-helps-icon1 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.it-helps-icon2 {
    background-position: -286px -6px;
    width: 52px;
    height: 45px;
    background-size: 390px auto;
    left: 7%;
    bottom: -1%
}

.it-helps-icon2 {
    background-position: -286px -6px;
    width: 52px;
    height: 45px;
    background-size: 390px auto;
    left: 7%;
    bottom: -1%
}

.it-helps-icon3 {
    background-position: -336px -7px;
    width: 52px;
    height: 58px;
    background-size: 390px auto;
    right: 7%;
    bottom: -1%
}

.out-sourced-icon1 {
    background-position: 0 -60px;
    width: 60px;
    height: 60px;
    left: 5%;
    background-size: 280px auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20%
}

.out-sourced-icon2 {
    background-position: 103px 0;
    width: 27px;
    height: 28px;
    left: 5%;
    background-size: 270px auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 35%;
    z-index: 1
}

.out-sourced .support-img {
    width: 99%;
    max-width: 99%
}

.support-img2 {
    width: 56%;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 10px 16px #00000029;
    box-shadow: 0 10px 16px #00000029;
    border-radius: 4px;
    margin: 0 auto
}

.support-img {
    line-height: normal;
    font-size: 0;
    position: relative;
    width: 530px;
    max-width: 99%
}

.it-helps1 {
    width: 55%;
    right: 17%;
    left: auto;
    bottom: 0;
    margin: 0 auto
}

.support-text p {
    width: 430px;
    max-width: 100%;
    margin: 0 auto 50px
}

.btn-wrap {
    margin: 50px 0;
    text-align: center
}

.why-use-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.why-use-content {
    width: 45%
}

.why-use-img {
    width: 55%
}

.why-use-content li {
    font-family: var(--zf-secondary-medium);
    list-style-type: none;
    padding-bottom: 25px;
    padding-left: 20px;
    position: relative
}

.why-use-content ul {
    padding-top: 20px
}

.why-use-img>div {
    width: 560px;
    max-width: 75%;
    margin: 0 auto;
    position: relative;
    padding: 0 30px
}

.why-use-content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 10px
}

.why-use1 {
    width: 100%;
    bottom: 0;
    left: -3%;
    -webkit-box-shadow: 0 10px 16px #00000029;
    box-shadow: 0 10px 16px #00000029;
    border-radius: 4px
}

.why-use2 {
    right: 0;
    width: 37%;
    bottom: 36%;
    border: 1px solid #e2e2e2;
    border-radius: 4px
}

.why-use-content>div {
    max-width: 520px
}

.features {
    text-align: center
}

.features-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

.single-feature {
    width: 31.6%;
    margin-top: 30px;
    padding: 40px 20px 40px;
    background: #f8f4ef;
    border: 1px solid #f2ece6;
    border-radius: 12px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.feature2 {
    max-width: 300px
}
.img-side .feature3{
    width: 220px;
    bottom: -5%;
    position: relative;
}

.other-lang .feature3 {
    position: relative;
    margin-top: -7%;
    margin-left: 20%
}

.img-side img {
    width: 250px;
    max-width: 100%
}

.img-side {
    height: 170px
}

.img-side .feature4 {
    width: 220px;
    margin-left: -6%
}

.feature5 {
    position: relative;
    margin-top: -1%
}

.feature6 {
    margin-left: 10%;
    margin-top: 0
}

.content-side {
    width: 300px;
    margin: 0 auto 0;
    max-width: 100%
}

.single-feature .blue-btn {
    padding: 10px 30px;
    font-family: var(--secondaryfont-semibold)
}

.content-side p {
    margin-bottom: 30px
}

li.slider-pointer span:not(.name) {
    width: 55px;
    height: 50px;
    display: inline-block
}

.slider-pointers li:hover .svg-sprite,.slider-pointers li:hover .name {
    filter: opacity(1);
    opacity: 1
}

.slider-pointers li .svg-sprite,.slider-pointers li .name {
    transition: all .3s ease-in-out
}

.windows {
    background-position: -287px -166px
}

.macos {
    background-position: -245px -161px;
    width: 42px !important
}

.android {
    background-position: -200px -161px;
    width: 42px !important
}

.ios {
    background-position: -97px -161px
}

.linux {
    background-position: -152px -164px;
    width: 47px !important
}

.raspberry {
    background-position: -3px -163px;
    width: 37px !important
}

.chrome {
    background-position: -43px -163px;
    width: 49px !important
}

.slider-pointers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 97%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

li.slider-pointer .name {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    font-size: 15px
}

.slider-pointers li {
    margin: 40px 0;
    position: relative;
    cursor: pointer
}

.security-bg {
    background: #f8f4ef;
    width: 1350px;
    margin: 0 auto;
    max-width: 100%
}

.security-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto
}

.security-content {
    width: 55%
}

.security-bg .content-wrap {
    max-width: 1140px;
    margin: 0 auto
}

.security-img {
    width: 45%;
    text-align: right;
    position: relative
}

.security-video-wrap {
    position: relative;
    z-index: 1
}

.security-sheild {
    position: absolute;
    width: 30%;
    top: 50%;
    right: 33.3%;
    z-index: 2;
    transform: translateY(-50%)
}

.security-video-wrap video {
    position: absolute;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: 6.9%
}

section.remote-support {
    background: #17494e;
    color: #fff;
    background-image: url('//cdn.zoho.com.cn/sites/zweb/images/assist/home-page/pattern2.png');
    background-repeat: repeat;
    background-size: 300px
}

.remote-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%
}

.remote-content {
    width: 50%
}

.tabs-img img {
    max-height: 560px
}

.remote-img {
    width: 50%;
    text-align: center;
    padding: 0 20px
}

.tabs {
    display: table;
    margin: 0 auto 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 30px;
    overflow: hidden
}

.tabs span {
    display: inline-block;
    padding: 10px 15px;
    font-size: 11px;
    background: white;
    color: #000;
    cursor:pointer;
}

.tabs-img img:not(.active) {
    display: none
}

.tab.active {
    background-color: #2b83c1;
    color: #fff
}

.click-here {
    letter-spacing: -0.2px;
    top: 0;
    left: 5%;
    opacity: .5
}

.remote-img>div {
    position: relative
}

.arrow {
    background-position: 336px -126px;
    width: 67px;
    height: 30px;
    top: 5%;
    left: 15%
}

section.device {
    text-align: center
}

.device-wrap {
    max-width: 1000px;
    margin: 0 auto
}

.scroll-sec {
    border: 1px solid #d5d5d5;
    margin: 0 2px;
    font-size: 0;
    line-height: 0;
    padding: 20px
}

.single-slide img {
    border-radius: 6px;
    max-height: 540px;
    width: auto
}

.slider-section {
    margin-top: 0
}

.slider-section>.single-slide {
    display: none
}

section.bottom-sec {
    text-align: center
}

.apps-download-links-wrap a.app-store {
    width: 118px;
    background-position: 0 -34px
}

.apps-download-links-wrap a {
    display: inline-block;
    height: 41px;
    margin: 0 5px 5px 0;
    background: var(--common-elements) no-repeat;
    background-size: 800px auto;
    text-indent: -99999px
}

a.g-play {
    width: 133px;
    background-position: -119px -34px
}

.rating-testi-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1060px;
    margin: 0 auto;
    max-width: 100%;
    align-items: center
}

.rating-wrap {
    width: 50%
}

.single-rating {
    max-width: 100%;
    text-align: center
}

.single-rating * {
    text-align: center
}

.zlogo {
    width: 167px;
    height: 31px;
    display: inline-block;
    margin-bottom: 5px;
    background-position: 0 -119px
}

.single-rating p {
    font: 20px/normal var(--zf-primary-regular)
}

.rating-section ul {
    max-width: 510px;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 15px;
    letter-spacing: 5px;
    line-height: normal
}

.stars-container::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605\2605\2605\2605\2605';
    color: #d0d0d0;
    display: inline-block
}

.stars-container::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605\2605\2605\2605\2605';
    color: #f9a826;
    overflow: hidden;
    -webkit-transition: ease all 2.5s;
    -o-transition: ease all 2.5s;
    transition: ease all 2.5s;
    width: 0
}

.stars-container.done::after {
    width: 89%
}

.reviews-heading {
    text-align: center;
    margin: 0 auto 50px
}

.reviews-heading h2 {
    width: 580px;
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.reviews-heading span {
    border-bottom: 2px solid #17494e;
    border-radius: 0;
    padding: 5px 0;
    margin-bottom: 20px;
    display: inline-block;
    line-height: normal;
    font-family: var(--primaryfont-bold)
}

.counter-star {
    display: block;
    color: #888;
    margin-top: 3px;
    font-size: 13px
}

.counter-star>span {
    font-size: 18px;
    color: #000;
    line-height: normal;
    font-family: var(--secondaryfont-bold) !important;
}

.testimonial-section {
    width: 50%;
    padding-left: 5%;
    position: relative;
    border-left: 2px dashed #e8e8e8;
    margin-top: 20px
}

.testimonial-section::before {
    position: absolute;
    top: 0;
    height: 10%;
    background: #fff;
    width: 2px;
    left: -2px;
    bottom: auto
}

.testimonial-section::after {
    position: absolute;
    top: auto;
    height: 10%;
    background: #fff;
    width: 2px;
    left: -2px;
    bottom: 0
}

.testimonial-wrap:before {
    content: '';
    position: absolute;
    left: 7%;
    background-size: 580px auto;
    background-repeat: no-repeat;
    display: block;
    height: 74px;
    width: 97px;
    top: -18%;
    background-position: -485px -27px;
    z-index: -1;
    opacity: .2
}

.single-slider p {
    font: italic 26px/38px var(--zf-primary-regular);
    max-width: 500px
}

.name-design {
    display: inline-block;
    padding: 3px 0 5px 70px;
    position: relative
}

.name-design span {
    width: 100%;
    display: inline-block
}

.name-design span:not(.bld) {
    font-size: 16px
}

.name-design.sprite-before::before {
    content: "";
    position: absolute;
    background-position: -122px -76px;
    width: 60px;
    height: 60px;
    background-size: 350px auto;
    top: 0;
    left: 0
}

.name-design .bld {
    font-family: var(--zf-primary-semibold)
}

.name-design span:not(.bld) {
    font-size: 16px
}

.feature_icon_wrap span {
    -webkit-filter: opacity(0.3);
    filter: opacity(0.3)
}

.currentpointer .feature_icon_wrap span {
    -webkit-filter: opacity(1);
    filter: opacity(1)
}

.rating-logo {
    width: 100px;
    height: 25px;
    display: block;
    background-position: -248px -555px;
    background-size: 450px auto;
    z-index: 1
}

.getapp {
    background-position: -350px -559px;
    width: 80px;
    margin: 0 auto
}

.g2 {
    background-position: -735px -591px;
    width: 25px;
    margin: 0 auto;
    background-size: 380px auto
}

.single-rating div {
    padding: 5px 30px 0;
    position: relative
}

.single-rating .svg-sprite-before::before,.single-rating .svg-sprite-after::after {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    background-position: -302px -90px;
    background-size: 470px auto;
    left: 0;
    top: 0
}

.single-rating .svg-sprite-after::after {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.scrolling-slide {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px
}

.scrolling-slide .slick-slide ul {
    list-style-type: disc;
    list-style: none;
    text-align: left;
    display: inline-block
}

.scrolling-slide ul li {
    display: inline-block;
    margin: 10px 10px 10px 0
}

.scrolling-slide ul li a {
    list-style-type: disc;
    list-style: disc;
    padding: 7px 12px;
    border: 1px solid #03a9f5;
    border-radius: 5px;
    font-size: 16px;
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;
    margin-right: 5px
}

.scolling-content-slider {
    background: #f8f4ef;
    padding: 80px 20px;
    max-width: 1350px;
    margin: 0 auto 100px
}

.gartner-wrap {
    background: #2675c6;
    color: #fff;
    padding: 60px 0;
    margin: 0 0 100px;
    display: inline-block;
    width: 100%
}

.gartner-wrap .content-wrap {
    padding: 0
}

.bi-wrap {
    display: flex;
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center
}

.gartner-image {
    width: 30%;
    text-align: center
}

.gartner-content {
    width: 70%
}

.gartner-content>div {
    width: 630px;
    max-width: 100%;
    padding-left: 30px
}

.bi-wrap a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: 'Zoho_Puvi_Medium'
}

.gartner-content p {
    margin-bottom: 10px
}

.gartner-image img {
    width: 200px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.apps-download-links-wrap.mobile {
    display: none
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .support-img .main-img {
        max-width:230px
    }

    h1 {
        font-size: 38px
    }
}

@media only screen and (max-width: 1199px) {
    .zmain-container .content-wrap-custom {
        padding:70px 0
    }

    .customer-support .content-wrap-custom {
        width: 100%
    }

    .slider-pointers ul {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    .rating-wrap {
        width: 100%
    }

    .rating-section ul {
        margin: 30px auto 30px
    }

    .testimonial-section {
        border-left: 0;
        margin: 80px auto 0;
        width: 500px;
        max-width: 100%
    }

    .reviews-heading {
        margin-bottom: 30px
    }

    .single-slide img {
        max-height: 430px
    }

    .slider-pointers li.currentpointer::before {
        content: none
    }

    .slider-pointers li {
        margin: 30px 0;
        width: 14%
    }

    .device-wrap {
        max-width: 800px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 991.5px) {
    .banner-content {
        text-align:center
    }

    .zmain-container .tab-hide {
        display: none
    }

    .banner-img {
        padding-bottom: 0
    }

    /* .banner-sec {
        padding-top:90px;
    } */

    .customer-support-wrap>div {
        max-width: 600px;
        width: 100%;
        margin: 30px auto 0
    }

    .customer-support-wrap>div:first-child {
        margin-top: 0
    }

    .info-img .count {
        width: 100px;
        margin: 0 auto
    }

    .single-slide img {
        max-height: 300px
    }

    .device-wrap {
        max-width: 570px
    }

    .zmain-container .content-wrap-custom {
        padding: 50px 0
    }

    .why-use-img .sub-img {
        display: none
    }

    li.slider-pointer span:not(.name) {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    li.slider-pointer .name {
        font-size: 14px
    }

    .slider-pointers li.currentpointer::before {
        width: 100px;
        height: 100px
    }

    .slider-section {
        margin-top: 60px
    }

    .single-feature {
        width: 48.5%
    }

    .click-here {
        font-size: 12px;
        left: 0;
        top: 2%
    }

    .arrow {
        top: 8%;
        left: 2%
    }

    .tabs-img img {
        max-width: 150px
    }

    .scolling-content-slider {
        padding: 40px 10px
    }

    .signup-form-wrap,.non-umain .signup-form-wrap {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .zmain-container .mob-hide,.security-sheild {
        display:none
    }

    .apps-download-links-wrap.mobile {
        display: block
    }

    .apps-download-links-wrap.web {
        display: none
    }

    .main-container-wrapper .zw-product-header .menu-icon-help-header .product-title a {
        color: #fff
    }

    .main-img .zmain-img {
        max-width: 100%
    }

    .scolling-content-slider .slick-next,.scolling-content-slider .slick-prev {
        top: 100px
    }

    .why-use-content,.why-use-img,.why-use-content>div,.single-feature,.security-content,.security-img {
        max-width: 100%;
        width: 100%
    }

    .why-use-content h2 {
        text-align: center
    }

    .why-use-img {
        display: none
    }

    .enterprise-img-wrap {
        padding-top: 40px
    }

    .security-video-wrap video {
        display: none
    }

    .slider-pointers ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slider-pointers ul li {
        margin: 10px;
        width: auto;
        display: inline-block;
        border-bottom: 1px solid #fff
    }

    .slider-pointers li.currentpointer {
        color: #288ed3;
        border-bottom: 1px solid #288ed3
    }

    .slider-pointers li.currentpointer::before {
        content: none
    }

    .remote-content,.remote-img {
        width: 100%;
        text-align: center
    }

    .remote-img {
        max-width: 400px;
        margin: 30px auto 0
    }

    .tabs-img img {
        width: 200px;
        margin: 0 auto
    }

    .security-wrap,.security-img {
        text-align: center
    }

    .security-img {
        margin-top: 20px
    }

    li.slider-pointer span:not(.name) {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        display: none
    }

    .slider-pointers ul {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .slider-pointers ul li,li.slider-pointer .name {
        margin: 0
    }

    li.slider-pointer .name {
        font-size: 12px
    }

    .slider-pointers ul li {
        margin: 5px
    }

    .za-common-trust-brands-wrap h2,.info-img .info-name {
        font-size: 16px
    }

    .customer-support-info .svg-sprite {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }

    .rating-section ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        max-width: 100%
    }

    .rating-section ul li {
        margin: 10px
    }

    .single-slider p {
        font-size: 18px;
        line-height: 30px
    }
}

@media only screen and (max-width: 480px) {
    .single-feature {
        padding:30px 15px 30px
    }

    .single-feature:first-child {
        margin-top: 10px
    }

    .single-slide img {
        max-height: 200px
    }

    .click-here {
        font-size: 12px;
        left: 0;
        top: 0;
        display: none
    }

    .arrow {
        display: none
    }

    .info-img .count {
        width: 80px;
        font-size: 17px
    }

    .info-img .info-name {
        font-size: 13px;
        line-height: normal
    }

    .scrolling-slide ul li a {
        font-size: 14px
    }

    .customer-support .content-wrap-custom {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .gartner-wrap {
        margin:20px 0 60px
    }

    .gartner-image {
        margin-bottom: 20px
    }

    .gartner-image,.gartner-content {
        width: 100%;
        text-align: center
    }

    .gartner-content>div {
        padding: 0
    }
}

@media only screen and (min-width: 992px) {
    .non-umain .banner-form {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .banner-content {
        width: 67%;
        text-align: left;
        max-width: 67%
    }

    .body-umain .banner-content {
        width: 1010px;
        text-align: center;
        margin: 0 auto;
        display: block;
        max-width: 100%
    }

    .body-umain .banner-content>div {
        width: 100%;
        max-width: 100%
    }

    .non-umain .banner-content>div>span {
        margin-left: 0
    }

    .non-umain .signup-form-wrap {
        width: 33%;
        text-align: left;
        max-width: 33%
    }

    .banner-content>div {
        max-width: 95%;
        width: 750px
    }

    .non-umain .banner-content .cta-btn {
        display: none
    }

    .signup-box span#zip-countryname-change,.socl-signup p,.signup-box .sign_agree a,.signup-box .za-tos-container label,.signup-box .sign_agree {
        color: #fff
    }

    .zmain-container .signup-box p {
        font-size: 11px;
        color: #fff;
    }

    #signup-newsletter,#signup-termservice {
        border-color: #fff
    }

    .socl-signup span:not(.vi-google) {
        /* -webkit-filter: invert(1); */
        /* filter: invert(1); */
    }
}



   /* Assist index page  */

   /* other lang  */
   .other-lang .testimonial-section,
   .other-lang .scrolling-content{display: none;}
   .other-lang .rating-wrap{margin: 0 auto;}
   .other-lang .click-here{
	left: -7%;
   }


   /* AR starts  */
   .i18n-ar .banner-form, .umain.i18n-ar .banner-form *, .i18n-ar .za-common-trust-brands-wrap h2, .i18n-ar .enterprise-content, .i18n-ar .enterprise-content *, .i18n-ar .customer-support-info, .i18n-ar .customer-support-info *, .i18n-ar .customer-support-wrap, .i18n-ar .customer-support-wrap *, .i18n-ar .content-wrap .btn-wrap, .i18n-ar .features, .i18n-ar .features *, .i18n-ar .device, .i18n-ar .device *, .i18n-ar .rating-testimonial, .i18n-ar .rating-testimonial *, .i18n-ar .remote-img .tabs-img, .i18n-ar .bottom-sec, .i18n-ar .bottom-sec *{text-align: center;}
   .i18n-ar .why-use-content li{padding-left: 0;padding-right: 20px;}
   .i18n-ar .why-use-content ul li::before{left: auto;right: 0;}
   .i18n-ar .scrolling-slide .slick-slide ul{text-align: right;}
   .i18n-ar .slick-slider .slick-dots{display: flex;flex-direction: row-reverse;justify-content: center;}
   .i18n-ar .stars-container::after{right: 0;left: auto;}
   .i18n-ar .stars-container::before{right: 0;left: auto;}
   .i18n-ar .slick-prev.slick-arrow{text-indent: -70px;}
   .i18n-ar .gartner-content>div{padding-left: 0;padding-right: 30px;}

@media screen and (max-width: 991px){
    .i18n-ar .banner-form, .i18n-ar .banner-form *{text-align: center;}
}
   @media only screen and (max-width: 767px){
    .i18n-ar .security-content, .i18n-ar .security-content *, .i18n-ar .remote-content, .i18n-ar .remote-content *{text-align: center;}
   }
@media only screen and (max-width: 480px){
    .i18n-ar .gartner-content>div{padding: 0}
    .i18n-ar .gartner-wrap *{text-align: center;}
}
.other-lang .device{display:none;}
.i18n-vi .single-rating .svg-sprite-before::before, .i18n-vi .single-rating .svg-sprite-after::after{
    height: 97%;
}
.i18n-vi .remote-wrap{
    width: 1280px;
}
.i18n-vi .arrow{
    left: 8%;
}
@media only screen and (max-width: 1280px) {
    .i18n-vi .click-here{
        left: -13%;
    }
    .i18n-vi .arrow{
        top: 8%;
    }
}
@media only screen and (max-width: 1100px) {
    .i18n-vi .click-here{
        left: -18%;
    }
    .i18n-vi .arrow{
        left: 0%;
    }
}
@media only screen and (max-width: 1023px) {
    .other-lang .click-here,.other-lang .arrow{
        display: none;
    }
}
@media only screen and (min-width:768px) and (max-width: 991px) {
    .i18n-vi .tabs{
        transform: scale(.8);
    }
    .i18n-vi .remote-img{
        width: 60%;
    }
    .i18n-vi .remote-content{
        width: 40%;
    }
}
@media only screen and (max-width: 767px) {
    .i18n-vi .remote-img {
        max-width: 440px;
    }
}
@media only screen and (max-width: 480px) {
    .other-lang .remote-img{
        display: none;
    }
}