*, *:before, *:after {
    box-sizing: border-box;
}
.zgh-accounts {
    display: none !important;
}
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
    padding: 13px 0 0;
}
.apps-download-links-wrap{display:none !important}
.zin-mobile-only {
    display: none;
}
.apps-download-links-wrap a.app-store {
    display: inline-block !important
}

.apps-download-links-wrap a.g-play {
    display: none !important
}

#mini-panel-product_menu .zgh-accounts {
    display: none !important
}

.zwrapper {
    margin-top: 50px;
}

.zwrapper ul {
    font-size: 15px;
}

span.menu_btn {
    position: fixed;
    top: 0;
    height: 38px;
    width: 49px;
    z-index: 99;
    right: 15px;
    padding-top: 10px;
    cursor: pointer;
}

span.menu_btn>span {
    width: 22px;
    height: 2px;
    background: #000;
    display: block;
    margin: 7px 0 auto;
    float: right;
    border-radius: 10px;
    overflow: hidden;
}
span.menu_btn>span:nth-child(2) {
    width: 28px;
}
div#myOffcanvas {
    position: fixed;
    background: #ececec;
    height: 100%;
    z-index: 999;
    right: 0;
    top: 0;
    transition: 0.5s all;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translateX(100%);
}

div#myOffcanvas.active {
    transform: translateX(30%);
}

span.zm_close {
    position: relative;
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: inline-block;
    padding: 11px;
    border: 2px solid #eaeaea;
    cursor: pointer;
}

span.zm_close:after, span.zm_close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 23px;
    background: #000000;
    left: 21px;
}

span.zm_close:after {
    transform: rotate(-45deg);
}

span.zm_close:before {
    transform: rotate(40deg);
}

div#myOffcanvas ul li {
    display: inline-block;
    width: 100%;
}

div#myOffcanvas ul li a {
    padding: 7px 10px;
    display: inline-block;
    width: 100%;
    color: #000;
    border-bottom: 1px solid #fff;
    font-size: 13px;
}

.z-mobile-menu-v2 {
    display: none;
}

.content-wrap {
    width: 100%;
}

div#header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
}

.menu-icon-help-header .product-title {
    margin: 0;
    position: absolute;
    left: -10px;
    transform: scale(0.8);
}

.zfull-bg {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(/sites/default/files/classes/home/full-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 100vh;
    /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto;
    transition: 0.5s all;
}

.zflex-wrap>div>span {
    background: url(/sites/default/files/zoho_classes/home/home-sprite.png) no-repeat;
    background-size: 230px;
    width: 55px;
    height: 60px;
    display: table;
    margin: 0 auto;
}

.zflex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.zbottom-menu {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
}

.zflex-wrap>div {
    width: 25%;
    text-align: center;
    font-family: var(--zf-secondary-bold);
}

.zflex-wrap>div:nth-child(2) span {
    background-position: -51px 0;
    width: 74px;
}

.zflex-wrap>div:nth-child(3) span {
    background-position: -123px 0;
}

.zflex-wrap>div:nth-child(4) span {
    background-position: -175px 0;
    /* width: 74px; */
}

ul.reg_menu {
    position: fixed;
    right: 80px;
    width: auto;
    top: 22px;
    z-index: 99;
}

ul.reg_menu li {
    display: inline-block;
    padding: 0 0px;
    top: 0;
    position: relative;
}

ul.reg_menu li a {
    color: #000;
    padding: 5px 20px;
    font-size: 15px;
    display: inline-block;
}

ul.reg_menu li::after {content: "|";}

ul.reg_menu li:last-child::after {content: "";}


@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .zfull-bg {
        background-size: 460px;
        background-position: bottom center;
    }
}

@media only screen and (max-width: 414px) {
    .zbottom-menu {
        bottom: 90px;
    }
    .zflex-wrap>div>span {
        background-size: 190px;
        width: 45px;
        height: 50px;
    }
    .zflex-wrap>div {
        font-size: 14px;
    }
    .zflex-wrap>div:nth-child(2) span {
        background-position: -48px 0;
        width: 51px;
    }
    .zflex-wrap>div:nth-child(3) span {
        background-position: -102px 0;
    }
    .zflex-wrap>div:nth-child(4) span {
        background-position: -144px 0;
        /* width: 74px; */
    }
}

.zfull-bg:after {
    display: none;
    position: absolute;
    content: "";
    background: #fff;
    bottom: 40px;
    width: 100%;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+72&0+0,1+71,1+71 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 72%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 72%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 71%, rgba(255, 255, 255, 1) 72%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    height: 170px;
}

.zcontent {
    padding: 20px;
}

.zcontent h1 {
    font-family: var(--zf-secondary-bold);
}

.zcontent h1 span {
    display: block;
    font-family: var(--zf-secondary-light);
    font-size: 23px;
}

.zfull-content.zfull-bg-bot {
    position: relative;
}

.zfull-content.zfull-bg-bot .zcontent {
    position: absolute;
    top: 0;
}

.apps-download-links-wrap a {
    margin-left: 0
}
 ul.reg_menu{display:none}
.zwrapper_lap,.zflex-wfull-wrap {
   display: none ;
}

.zsec {
    min-height: 600px;
    height: 100vh;
    max-height: 800px;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
}

.zsec .content-wrap {
    height: 100%;
}

.zin-abcontent {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    padding: 40px;
    top: 20%;
    max-width: 460px;
    right: 0;
    color: #fff;
}

.zinner-wrap .zin-abcontent h1:after {
    background: #fff;
}

.zin-abcontent.white_bg {
    background: rgb(255, 255, 255);
    color: #000;
}

.zinner-wrap .zin-abcontent.white_bg h1:after {
    background: #000;
}

.zright-sec .zin-abcontent {
    left: 0
}

.zinner-wrap {
    padding: 100px 0
}

.zinner-wrap .content-wrap {
    max-width: 1000px;
}

.zinner-wrap h1 {
    text-transform: uppercase;
    font-family: var(--zf-secondary-bold);
    position: relative;
    padding-bottom: 15px;
    font-size: 28px;
}

.zinner-wrap h1 span {
    display: block;
    font-family: var(--zf-secondary-light);
    font-size: 27px;
}

.zinner-wrap h1:after {
    content: "";
    position: absolute;
    width: 150px;
    border-radius: 60px;
    background: #000;
    height: 5px;
    bottom: 0;
    left: 0;
}

.zinner-wrap p {
    font-size: 19px;
}

.zinner-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 50px;
}

.zin-content {
    max-width: 580px;
    padding: 40px 40px 40px 100px;
    /* width: 50%; */
}
.zinner-flex.in-right-img .zin-content {
    padding: 40px 100px 40px 40px;
}
.zin-img {
    max-width: 320px;
}
.zin-img img{
    transform: translateX(-100px);
    opacity: 0;
}
.in-right-img .zin-img img{
    transform: translateX(100px);
}
.zin-img img{
   
    transition: 1s all;
}
.animated .zin-img img{
    transform: translateX(0);
    opacity: 1;
}


.zinner-flex.in-right-img .zin-img {
    order: 2;
}


.stick-head div#header {
        box-shadow: 0 0 6px 0px #d6d6d6;
    }

@media only screen and (min-width:768px) {
.zmobile-only,.zin-mobile-only {
    display: none !important;
}

.zwrapper_lap,.zflex-wfull-wrap{
   display: block !important;
}
    ul.reg_menu{display:block;top: 62px;}
    .stick-head div#header {
        box-shadow: 0 0 6px 0px #d6d6d6;
        /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
    }
   .page-node-67227 .zwrapper, .zwrapper ,.other-lang .zwrapper{
        margin-top: 114px;
        margin-bottom: 0px;
    }
    section#block-block-4 {
        display: none;
    }
    span.menu_btn {
        position: fixed;
        top: 33px;
        height: 77px;
        width: 40px;
        z-index: 99;
        right: 20px;
        padding-top: 25px;
        cursor: pointer;
        text-align: right;
    }
    div#myOffcanvas.active {
        transform: translateX(70%);
    }
div#myOffcanvas ul li a{font-size:17px}
    .menu-icon-help-header .product-title {
        position: relative;
    }
    .content-wrap {
        max-width: 700px;
    }
.footer-sec-wrap{display:none}
}

@media only screen and (max-width:767px) {
.watch-btn{font-size:13px}
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
    padding: 0;
}
.zin-mobile-only{display:block!important}
.zin-desk-only{display:none !important}
}


@media only screen and (min-width:768px) and (max-width:1024px){
.zinner-wrap {
    padding: 40px 0;
}

.zwrapper .zflex-wrap-desk .zcontent-part p {
    font-size: 19px;
}
span.watch-btn{
    font-size: 13px;
}
}