h1,
h2,
h3 {
    font-family: 'gilroybold'
}

h4,
h5 {
    font-family: 'gilroysemibold'
}

.common-links.common-links-js:before {
    content: none;
}
.region-footer{display: none!important;}
/*.menu-icon-help-header>a img {
    width: auto;
    height: 26px;
    margin: 7px 0 0;
}*/

/*.footer-sec-wrap {
    display: none;
}*/
/********************Right Contact Information Bar*************************/
.page-node-type-article-content .zsiq_floatmain.zsiq_theme1.siq_bR, .page-node-type-article-home .zsiq_floatmain.zsiq_theme1.siq_bR {
    display: none!important;
}
.side-bar{
  /*transition: all .3s cubic-bezier(.25,.8,.25,1);
   -webkit-animation: .3s zoomIn;
  visibility:hidden;*/
}
.side-bar{
    position: fixed;
    bottom: 100px;
    right: 0;
    width: 70px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #1970e3;
    z-index: 99;
    padding-bottom: 10px;
   /*display: none;*/
}
.side-bar .wechat,.side-bar .tel,.side-bar .chat,.side-bar .subtn{
    padding: 12px 6px 0px 6px;
    /*height: 70px;*/
}
.page-node-type-article-content .side-bar .wechat,.page-node-type-article-content .side-bar .tel,.page-node-type-article-content .side-bar .chat,.page-node-type-article-content .side-bar .subtn,
.page-node-type-article-home .side-bar .wechat,.page-node-type-article-home .side-bar .tel,.page-node-type-article-home .side-bar .chat,.page-node-type-article-home .side-bar .subtn{
    height: 80px;
}
.side-bar .wechat-img img,.side-bar .tel-img img,.side-bar .chat img,.side-bar .subtn img{
   width: 70%;
    margin: 0 auto;
    display: block;
}
.tel-img img{
   z-index: 999;
}
.side-bar p{
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.side-bar .tel-info p{
    color: #000;
    font-size: 16px;
    margin: 0;
    text-align: left;
    padding: 0 14px;
}
.side-bar span.line{
    height: 1px;
    width: 56px;
    background: #fff;
    display: block;
    margin: 8px auto 0;
}
.wechat{
    display: block;
    z-index: 50;
    cursor: pointer;
    opacity:1;
}
.wechat-info{
   display: none;
    /* width: 120px; */
    width: 180px;
    height: 138px;
    position: fixed;
    /* bottom: 140px; */
    bottom: 340px;
    right: 70px;
    /*border: 1px solid rgba(241,243,245,1);
    box-shadow: 0px 1px 12px 0px rgb(230 230 230 / 50%); */
    border-right: 8px solid rgb(230 230 230 / 0%);
}

.tel{
    display: block;
    z-index: 50;
    cursor: pointer;
    opacity:1;
}
.tel-info{
    display:none;
    background: #fff;
    font-size: 16px;
    padding: 5px 20px 5px 5px;
    text-align: center;
    position: fixed;
    /*top: 220px;*/
    right: 70px;
    border-right: 8px solid rgb(255 255 255 / 0);
    background-clip: padding-box;
}
.chat{
    display: block;
    z-index: 50;
    cursor: pointer;
    opacity: 1;
}

.subtn{
    display: block;
    z-index: 50;
    cursor: pointer;
    opacity: 1;
}
.mask-img{
    width: 40px;
    height: 40px;
    display: block;
    margin-left: 14px;
}
.r-mask-tip{
    width: 160px;
    font-size: 14px!important;
    line-height: 20px!important;
    display: none;
    padding-bottom: 10px!important;
}
.mask-part{
    width: 56px;
}
.mask-part:hover .r-mask-tip {
    display: block;
}
/********************Right Contact Information Bar End*************************/
.node-type-product-pricing-2-0 .main-container-wrapper:before {
    background: #f5f7d7;
    background: -moz-linear-gradient(top, #f5f7d7 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f5f7d7 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f7d7 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f7d7', endColorstr='#ffffff', GradientType=0);
}


/*-----------Request Demo------------*/

.rd-popupWrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 380px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.rd-scroll-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.rd-popupWrapper.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.rd-popup-container {
    color: #000;
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    right: -100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.rd-popupContent {
    max-height: 480px;
    overflow-y: auto;
    padding: 0 30px 30px;
    color: #000;
    font-family: var(--zf-primary-regular);
}

.rd-popupbtn {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.is-visible .rd-popup-container {
    right: 0;
    opacity: 1;
}

.btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    cursor: pointer;
}

.btn-close:before,
.btn-close:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #fff;
}

.btn-close:before {
    transform: rotate(45deg);
}

.btn-close:after {
    transform: rotate(-45deg);
}

.btn-close:hover {
    opacity: 1;
}

.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.rd-popup-container h2 {
    text-align: center;
    font-family: var(--zf-primary-semibold);
    font-size: 18px;
    padding: 10px;
    padding-left: 15px;
    line-height: 1;
    color: #fff;
    text-align: left;
    margin: 0 0 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #333;
}

.rd-popupContent p {
    margin-top: 0;
    margin-bottom: 20px;
}

body.open-in {
    overflow: hidden;
}

.rd-sgfrm {
    font-size: 14px;
    padding: 10px 0 8px;
}

.rd-sgfrm select {
    outline: none;
}

.rd-txtfldnew,
.rd-txtfldnew.error {
    display: inline-block;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    padding: 10px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    transition: all ease .5s;
}

.rd-sgfrm label.error {
    color: #db4c4a;
    display: inline-block;
    padding-top: 5px;
}

.rd-textarea {
    display: inline-block;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    padding: 10px;
    width: 100%;
    height: 100px;
    resize: none;
    outline: none;
    transition: all ease .5s;
    box-sizing: border-box;
}

.rd-txtfldnew:focus,
.rd-textarea:focus {
    border-color: #03a9f5
}

.rd-success-msg {
    text-align: center;
    padding: 30px 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.09);
    max-width: 320px;
    margin: auto;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 9999;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all .3s ease;
}

.rd-success-msg span {
    line-height: 1.3;
}

.rd-success-msg span:first-child {
    width: 60px;
    height: 60px;
    background: #39B54A;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 2px 4px 20px rgba(0, 0, 0, .2);
    display: block;
    margin: 0 auto 20px;
    position: relative;
}

.rd-success-msg span:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 50px;
    background: url('https://www.zoho.com/mail/images/wp-tick-icon.svg') no-repeat;
    background-size: 100% 100%;
}

.rd-success-msg span:last-child {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    font-family: var(--zf-primary-regular);
    color: #39B54A;
    font-size: 17px;
}

.rd-success-msg.in {
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadeInDown .5s ease-in-out;
    animation: fadeInDown .5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.rd-success-msg.out {
    opacity: 0;
    visibility: hidden;
    -webkit-animation: fadeInUp .5s ease-in-out;
    animation: fadeInUp .5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.rd-demoButton {
    position: fixed;
    bottom: 0;
    right: 30px;
    background-color: #f0483e;
    border: 0 solid #f0483e;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    height: 35px;
    line-height: 35px !important;
    padding: 0px 30px 0 12px;
    width: auto;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 2px 0 10px #e4e4e4;
}

.rd-demoButton:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 16px;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rd-button {
    background-color: #03a9f5;
    border: 0 solid #03a9f5;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    height: 35px;
    line-height: 35px !important;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.rd-sgfrm select {
    width: 100% !important;
    padding: 0 25px 0 5px !important;
    margin: 0 0 5px !important;
    background: unset !important;
    border: 1px solid #e4e4e4 !important;
    font-size: 14px !important;
    height: 35px !important;
    appearance: menulist !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
}

@media only screen and (max-width: 767px) {
    .rd-embed {
        display: none;
    }
}

/* video popup css start */
.zcs_Freeze {overflow:hidden;}
.zcs-video-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    overflow: auto;
    z-index: 9999;
    display: none;
}
.zcs-video-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(https://www.zoho.com/creator/images/e-p-sprite.png) no-repeat 5px -10px;
    top: 15px;
    right: 20px;
}
.zcs-video-modal * {
    box-sizing: border-box;
}
.zcs-video-modalInner {
    max-width: 70%;
    width: 90%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 20px auto;
}
.zcs-video-container {
    display: table-cell;
    vertical-align: middle;
}
.zcs-video-box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.zcs-video-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



/*LOGO*/
.menu-icon-help-header .product-title, .product-header-top .menu-icon-help-header .product-title{
    display: none;
}
.menu-icon-help-header>a img {
    width: auto;
    height: 44px;
}
.product-header-top .menu-icon-help-header>a{
    background-image: url(/sites/default/files/styles/product-home-page/public/workplace-logo.png);
    background-size: 157px auto;
    width: 160px;
}

/*LOGO*/

/**********Right Contact Information Bar***************/
.side-bar {
position: fixed;
    bottom: 100px;
    right: 0;
    width: 70px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #1970e3;
    z-index: 99;
    padding-bottom: 10px;
    /* display: none; */
}
.side-bar .wechat, .side-bar .tel, .side-bar .chat, .side-bar .subtn {
    padding: 12px 6px 0px 6px;
    /*height: 82px;*/
}
.chat {
    display: block;
    z-index: 50;
    cursor: pointer;
    opacity: 1;
}
.side-bar span.line {
    height: 1px;
    width: 56px;
    background: #fff;
    display: block;
    margin: 8px auto 0;
}
.wechat {
    display: block;
    z-index: 50;
    cursor: pointer;
    opacity: 1;
}
.tel {
    display: block;
    z-index: 50;
    cursor: pointer;
    opacity: 1;
}
.tel-info {
    display: none;
    background: #fff;
    font-size: 16px;
    padding: 5px 20px 5px 5px;
    text-align: center;
    position: fixed;
    /* top: 220px; */
    right: 70px;
    border-right: 8px solid rgb(255 255 255 / 0);
    background-clip: padding-box;
}
.side-bar .tel-info p {
    color: #000;
    font-size: 16px;
    margin: 0;
    text-align: left;
    padding: 0 14px;
}
.side-bar p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
}
.wechat-info {
   display: none;
    /* width: 120px; */
    width: 180px;
    height: 138px;
    position: fixed;
    /* bottom: 140px; */
    bottom: 340px;
    right: 70px;
    border-right: 8px solid rgb(230 230 230 / 0%);
}
.subtn {
    display: block;
    z-index: 50;
    cursor: pointer;
    opacity: 1;
}
.side-bar .wechat-img img, .side-bar .tel-img img, .side-bar .chat img, .side-bar .subtn img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

/**********Right Contact Information Bar End***************/
/*.og-context-node-99 .side-bar .wechat, .side-bar .tel, .side-bar .chat, .side-bar .subtn{height: 70px;}*/
/*.og-context-node-20287 .page-node-type-article-content,.page-node-type-article-home .side-bar .wechat, .side-bar .tel, .side-bar .chat, .side-bar .subtn{height: 70px;}*/

.page-node-type-article-home .zsiq_theme1 .zsiq_flt_rel{display: none;}
/*top banner*/
.zpromotion {
    background: #f0483e !important;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 48px;
}
.zpromotion-wrap {
            display: flex;
            align-items: center; 
        }
.zpromotion-wrap img {
            max-width: 73px; 
            height: auto;
        }
.zpromotion-wrap p {
            margin: 0;
            margin-left: 20px; 
            display: inline-block; 
        }
.zpromotion p a { color: #ffffff;}
@media only screen and (max-width: 767px) {
.zpromotion {
    height: 100px;
}
}
/*top banner end*/