.language-wrap,
.other-lang .quick-connect-links-wrap {
    display: none!important;
}
.og-context-node-100 .expanded.dropdown .caret{ -webkit-filter: none;}
.help-promotional-section {
    display: none
}

.node-type-product-help-2-0-content-section .content-panel-wrap>.help-content-panel {
    padding-top: 20px;
}
.zpromotion{background: #3182ff;}
.zpromotion p a{color: #ffffff;}
/********************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: 0px;
    width: 70px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #1970e3;
    height: 364px;
    /*padding: 8px 0px;*/
    z-index: 999;
   /*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;
    height: 138px;
    position: fixed;
    bottom: 140px;
    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*************************/

/****************************************Help Pages Css****************************************/

.banner-wrap.banner-resize+.help-note {
    margin: 0 auto 40px;
    max-width: 720px;
    width: 90%;
    box-sizing: border-box;
    text-align: left;
    padding: 15px 20px;
    background: #fffde8;
}

.banner-wrap.banner-resize+.help-note p {
    display: inline-block;
    font-size: 14px;
    margin: 0;
}

.banner-wrap.banner-resize+.help-note p span {
    display: inline-block;
}

.body-help-pages .field-body .script {
    word-wrap: break-word;
    background: #F4F4F4;
    border: 1px dotted;
    margin: 20px 0;
    padding: 20px;
    font-size: 14px;
}

.main-content .content-panel li,
.field-body .content-panel li {
    margin: 10px 0;
}

.main-content .scriptNew,
.field-body .scriptNew {
    background: #E5F2FF;
    padding: 20px;
    border: none;
    border-left: 2px solid #9DCDFB;
    font-family: 'menlo';
    font-size: 13px !important;
    line-height: 1.6em;
}

.main-content .content-panel .noteNew p,
.field-body .content-panel .noteNew p {
    margin: 0px;
}

.main-content pre,
.field-body pre {
    background-color: none !important;
    white-space: pre-wrap !important;
}


/** Sticky CSS Starts**/

.main-content .followMeBar,
.field-body .followMeBar {
    position: relative;
    z-index: 1;
    width: 755px;
    margin-top: 0px;
}

.main-content .followMeBar.fixed,
.field-body .followMeBar.fixed {
    position: fixed;
    top: 0;
    z-index: 0;
}

.main-content .followMeBar.fixed.absolute,
.field-body .followMeBar.fixed.absolute {
    position: absolute;
}


/** Sticky CSS Ends **/

.main-content .fixed,
.field-body .fixed {
    position: fixed;
    top: 0;
}

.main-content .scriptNew,
.field-body .scriptNew {
    background: #E5F2FF;
    padding: 20px;
    border: none;
    border-left: 2px solid #9DCDFB;
    font-family: 'menlo';
    font-size: 13px !important;
    line-height: 1.6em;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}

.main-content .noteNew,
.field-body .noteNew {
    background: #FEFFEF;
    padding: 10px;
    border: none;
    border-left: 2px solid #F6FF6F;
    margin-bottom: 13px;
    overflow: hidden;
}

.main-content .noteNew ul,
.field-body .noteNew ul {
    display: inline-block;
    float: left;
}

.main-content .reponseFormat,
.field-body .reponseFormat {
    font-family: 'monaco';
    line-height: 1.6em;
    padding: 10px;
    background: #FBFBFB;
}

.main-content .responseSuccess,
.field-body .responseSuccess {
    border-left: 2px solid #8ADCC2;
    font-size: 14px;
}

.main-content .responseFailure,
.field-body .responseFailure {
    border-left: 2px solid #E89B9B;
}

.main-content .dataTypeNew,
.field-body .dataTypeNew {
    border: 1px solid #D2E2FF;
    padding: 3px;
    background: #F6FAFF;
    margin: 3px;
}

.main-content .wherePara,
.field-body .wherePara {
    padding: 10px 0px 10px 0px !important;
}

.main-content .whereTable,
.field-body .whereTable {
    display: table;
    border-spacing: 15px;
    padding: 10px;
    margin-left: 23px;
    background: #FDFDFD;
    margin-bottom: 15px;
    line-height: 1.6em;
    border: 1px solid #EFEFEF;
}

.main-content .whereRow,
.field-body .whereRow {
    display: table-row;
}

.main-content .whereRow>div:first-child,
.field-body .whereRow>div:first-child {
    font-family: monaco;
}

.main-content .whereRow>div:nth-child(2),
.field-body .whereRow>div:nth-child(2) {
    padding-bottom: 6px
}

.main-content .whereColumn,
.field-body .whereColumn {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.main-content .whereColumn pre,
.field-body .whereColumn pre {
    border-right: 1px solid #B5B3B3;
    padding: 0px 20px 3px 3px;
    margin-bottom: 6px;
}

.main-content .field-body tr:hover,
.field-body .field-body tr:hover {
    background: rgb(239, 239, 239);
}

.main-content .cm-s-default,
.field-body .cm-s-default {
    background: none;
    font: inherit;
}

.main-content .cm-s-default .cm-tag,
.field-body .cm-s-default .cm-tag {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-variable,
.field-body .cm-s-default .cm-variable {
    color: #5E57B5;
}

.main-content .cm-s-default .cm-tag,
.field-body .cm-s-default .cm-tag {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-operator,
.field-body .cm-s-default .cm-operator {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-syntax,
.field-body .cm-s-default .cm-syntax {
    color: #C69060;
}

.main-content .cm-s-default .cm-brackets,
.field-body .cm-s-default .cm-brackets {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-tag,
.field-body .cm-s-default .cm-tag {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-variable,
.field-body .cm-s-default .cm-variable {
    color: #5E57B5;
}

.main-content .cm-s-default .cm-tag,
.field-body .cm-s-default .cm-tag {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-variable,
.field-body .cm-s-default .cm-variable {
    color: #5E57B5;
}

.main-content .cm-s-default .cm-tag,
.field-body .cm-s-default .cm-tag {
    color: #7e7d7c;
}

.cm-s-default .cm-variable {
    color: #5E57B5;
}

.main-content .cm-s-default .cm-tag,
.field-body .cm-s-default .cm-tag {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-variable,
.field-body .cm-s-default .cm-variable {
    color: #5E57B5;
}

.main-content .cm-s-default .cm-brackets,
.field-body .cm-s-default .cm-brackets {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-tag,
.field-body .cm-s-default .cm-tag {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-tag,
.field-body .cm-s-default .cm-tag {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-brackets,
.field-body .cm-s-default .cm-brackets {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-semicolon,
.field-body .cm-s-default .cm-semicolon {
    color: #7e7d7c;
}

.main-content .cm-s-default .cm-constant,
.field-body .cm-s-default .cm-constant,
.cm-s-default span.cm-string {
    color: #d10000!important;
}

.main-content .content-panel li ol li,
.field-body .content-panel li ol li {
    list-style: decimal !important;
}

.main-content .content-panel li ol li ul li,
.field-body .content-panel li ol li ul li {
    list-style: disc !important;
}

.whereColumn pre {
    border-radius: 0px !important;
}


/****************************************Help Pages Css****************************************/

.customer-stories p a {
    font-size: 14px;
}


/***Creator New Help***/

.plHr-high-topic-box {
    border: 15px solid #F4F4F4;
    padding: 15px 15px 0;
    margin-bottom: 30px;
}

.plHr-high-topic-box h2 {
    padding: 0 0 10px;
    margin: 0
}

.help-menu-panel>div>ul>li>a,
.help-menu-panel {
    color: #333;
    font-size: 16px;
}

.search-wrap .search-box h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.helpful-wrap>div.feedback {
    display: none
}


/***Creator New Help***/


/*----------------Remove app deck link for .in domain----------------------*/

.domain-in .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links>ul>li:nth-child(2),
.domain-in .product-header-top .menu>li:nth-child(2),
.domain-in .footer-sec-wrap .product-links>div:nth-child(2) li:nth-child(2),
.domain-in.node-tnid-28633 .app-sec {
    /*    display: none;*/
}

.domain-in.node-tnid-28633 .strip-sec {
    padding-bottom: 40px;
}


/*----------------Remove app deck link for .in domain ENDS----------------------*/

.node-tnid-28633 .socl-signup .vi-google,
.page-node-31653 .socl-signup .vi-google,
.page-node-31206 .socl-signup .vi-google {
    background-position: -104px 0;
}


/*.node-tnid-28633 .zp-home-banner-wrap>.content-wrap>.zp-home-left {
    width: 100%;
    text-align: center;
}

.node-tnid-28633 .zp-home-left h1 {
    max-width: 800px;
    margin: 0 auto 15px;
}

.node-tnid-28633 .zp-home-left h1+p {
    max-width: 720px;
    margin: 0 auto 20px;
}

.node-tnid-28633 .zp-home-banner-wrap>.content-wrap>.zp-home-right {
    display: none;
}

.node-tnid-28633 .umain .zp-home-banner-wrap>.content-wrap>div.zp-home-left {
    max-width: 980px;
    padding: 0;
}

.node-tnid-28633 .socl-signup a {
    margin-left: 8px;
}*/

.node-tnid-28633 .promo-sec-wrap .slide-wrap .tab-slide {
    display: none;
}

.zp-home-right .signup-box input,
.zp-home-right form .za-country-container .globalcountrycode-signup {
    border: 1px solid #999;
}

.get-signup-plan input[type="radio"] {
    border: none !important;
}

.zp-home-right .signup-box input.signupbtn {
    border: none;
}

.node-tnid-28633 .zp-home-banner-wrap:after {
    content: none;
}

.node-tnid-28633 .strip-sec {
    text-align: center;
}

.node-tnid-28633 .strip-sec h2 {
    max-width: 620px;
    margin: 10px auto 15px;
    font-size: 30px;
}

.node-tnid-28633 .strip-sec p {
    max-width: 700px;
    margin: 0 auto 20px;
}

.node-tnid-28633 .box-center {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.node-tnid-28633 .box-centerInner {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 40px;
}

.node-tnid-28633 .app-sec {
    padding: 0 0 80px;
}

.node-tnid-28633 .apps-box {
    overflow: hidden;
}

.node-tnid-28633 .app-boxInner {
    width: 33.333%;
    float: left;
    padding: 0 35px;
    text-align: center;
}

.node-tnid-28633 .app-boxInner:nth-child(2) {
    margin-top: 60px;
}

.node-tnid-28633 .app-boxInner img {
    border-radius: 4px;
    transition: box-shadow .4s ease;
}

.node-tnid-28633 .app-boxInner img:hover {
    box-shadow: 0 10px 20px -1px rgba(0, 0, 0, .20);
}

.node-tnid-28633 .app-boxInner a {
    margin: 0 auto 50px;
    display: block;
}

.node-tnid-28633 .app-boxInner a:last-child {
    margin-bottom: 0;
}

.node-tnid-28633 .app-boxInner span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.node-tnid-28633 .app-boxInner a:nth-child(even) {
    transform: translate(0, 0);
    animation: floateven 5s linear 6s infinite;
}

.node-tnid-28633 .app-boxInner a:nth-child(odd) {
    transform: translate(0, 0);
    animation: floatodd 5s linear 6s infinite;
}

.node-tnid-28633 .app-boxInner:nth-child(2) a:nth-child(even) {
    transform: translate(0, 0);
    animation: floatodd 5s linear 6s infinite;
}

.node-tnid-28633 .app-boxInner:nth-child(2) a:nth-child(odd) {
    transform: translate(0, 0);
    animation: floateven 5s linear 6s infinite;
}



@keyframes floateven {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -8px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes floatodd {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 8px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.node-tnid-28633 .z-video-sec {
    background: #090747;
}

.node-tnid-28633 .z-video-sec .content-wrap {
    padding-bottom: 0;
}

.node-tnid-28633 .z-video-sec * {
    color: #fff;
}

.node-tnid-28633 .z-video-head {
    max-width: 700px;
    text-align: center;
    margin: 0 auto 50px;
}

.node-tnid-28633 .z-video-head a {
    color: #fff;
    border-bottom-color: #fff;
}

.node-tnid-28633 .z-video-inner {
    width: 90%;
    margin: 0 auto;
}

.node-tnid-28633 .z-video-inner img,
.node-tnid-28633 .z-video-inner video {
    vertical-align: bottom;
    transform: translateY(50px);
    transition: 1s ease-in-out;
}

.node-tnid-28633 .animated .z-video-inner img,
.node-tnid-28633 .animated .z-video-inner video {
    transform: translateY(2px);
}

.node-tnid-28633 .z-video-inner video {
    display: block;
}

.node-tnid-28633 .hire-sec {
    padding: 50px 0;
}

.node-tnid-28633 .hire-sec .box-center {
    padding: 0 30px;
}

.node-tnid-28633 .hire-sec img {
    max-width: 300px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.node-tnid-28633 .zp-home-testimonial-wrap {
    display: none
}

.node-tnid-28633 .zp-highlighted-features-wrap .content-wrap h2 {
    max-width: 600px
}

.node-tnid-28633 .bottom-cta-wrap {
    border-bottom: 1px solid #d7d7d7;
}

.node-tnid-28633 .bottom-cta-wrap .content-wrap:after {
    content: none;
}

.node-tnid-28633 .bottom-cta-wrap:before {
    content: none;
}

.node-tnid-28633 .integration-visual-wrap .content-wrap:before {
    background: url(/sites/default/files/projects-integration-bg.svg) no-repeat center center;
}

.node-tnid-28633 .integration-visual-wrap ul li.zp-main div:after {
    background: url(/sites/default/files/creator-integration-icon-2x.png) no-repeat left top;
    background-size: cover;
}

.node-tnid-28633 .integration-visual-wrap ul li div:before {
    border: 1px solid #8fc9ff
}

.node-tnid-28633 .integration-visual-wrap ul li:first-child div:after {
    background-position: -1150px 0
}

.node-tnid-28633 .integration-visual-wrap ul li:nth-child(2) div:after {
    background-position: -1100px 0px
}

.node-tnid-28633 .integration-visual-wrap ul li:nth-child(3) div:after {
    background-position: -250px -100px
}

.node-tnid-28633 .integration-visual-wrap ul li:nth-child(4) div:after {
    background-position: -1050px 0
}

.node-tnid-28633 .integration-visual-wrap ul li:nth-child(6) div:after {
    background-position: -50px 0
}

.node-tnid-28633 .integration-visual-wrap ul li:nth-child(7) div:after {
    background-position: -1000px 0
}

.node-tnid-28633 .integration-visual-wrap ul li:nth-child(8) div:after {
    background-position: -150px 0
}

.node-tnid-28633 .integration-visual-wrap ul li:nth-child(9) div:after {
    background-position: -350px 0
}

.other-lang.node-tnid-28633 .zp-home-left h1,
.other-lang.node-tnid-28633 .strip-sec h2 {
    max-width: 900px;
}

.other-lang.node-tnid-28633 .umain .zp-home-left h1 {
    margin: 0 auto 20px;
}
/*----------------Rating Section starts ----------------------*/

.zcr-flex-part-four {
  width: 25%;
}
.zcr-rated-platform {
  padding: 90px 0;
  overflow: hidden;
  background-color: #000;
  color: #fff;
}
.zcr-rated-platform .content-wrap {
  border: 1px dashed #2f2f2f;
  border-radius: 10px;
  background-color: #070707;
}
.zcr-rated-platform .flex-content {
  max-width: 900px;
  margin: 0 auto;
  display: inherit;
}
.platform-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.tech-platform {
  width: 50%;
  padding: 0 15px;
}
.tech-platform .tech-lists {
  border-radius: 10px;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tech-platform h3 {
  font-size: 20px;
}
.tech-lists p {
  max-width: 320px;
  margin: 10px 0 0;
}
.platform-leader .tech-platform .tech-leader {
  border: 1px solid #1ba8ea;
}
.platform-leader .tech-platform:first-child h3 {
  color: #1ba8ea;
}
.platform-leader .tech-platform .leader-in {
  border: 1px solid #bf1e1e;
}
.platform-leader .tech-platform:last-child h3 {
  color: #bf1e1e;
}
.platform-list {
  width: 100%;
}
.zcr-rated-platform .platform-list .flex-content {
  margin: 0 -15px;
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-list .zcr-flex-part-four {
  padding: 0 15px;
  text-align: center;
  margin-top: 30px;
}
.platform-list span {
  display: block;
}
.platform-list .zcr-flex-part-four div {
  border-radius: 10px;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px 0;
}
.platform-list span.platform-star {
  font-family: var(--secondaryfont-bold);
  color: #f8a927;
  text-transform: uppercase;
  margin: 0 auto 10px;
  max-width: 100%;
  line-height: normal;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
}
.platform-star:before,
.platform-star:after {
  content: "\2605\2605\2605\2605\2605";
  position: absolute;
  top: 0;
  left: 0;
}
.platform-star:before {
  color: #777;
  z-index: 0;
  width: auto;
  height: auto;
}
.platform-star:after {
  color: #f9a826;
  overflow: hidden;
  -webkit-transition: width 2.5s ease;
  -o-transition: width 2.5s ease 1s;
  -webkit-transition: width 2.5s ease 1s;
  transition: width 2.5s ease 1s;
  width: 0;
  height: auto;
  direction: ltr;
  z-index: 1;
}
.in-view .platform-star:after {
  width: 90%;
}
.in-view .platform-list .zcr-flex-part-four:nth-child(2) .platform-star:after {
  width: 86%;
}
.in-view .platform-list .zcr-flex-part-four:nth-child(3) .platform-star:after {
  width: 87%;
}
.in-view .platform-list .zcr-flex-part-four:nth-child(4) .platform-star:after {
  width: 84%;
}
.platform-list p {
  margin-bottom: 0;
  font-family: var(--primaryfont-semibold);
  font-size: 20px;
}
.platform-list p span {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  color: #747474;
}
.data-loaded .rating-logo {
  background-image: url(/sites/default/files/creator/rating-reviews-sprites.svg);
  background-size: 850px auto;
}
.data-loaded .rating-gartner {
  background-position: 0 0;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.data-loaded .rating-tr-star {
  background-position: -309px 0;
}
.data-loaded .rating-capterra {
  background-position: 489px 0;
}
.data-loaded .rating-crowd {
  background-position: -1665px 0;
}
.rating-logo {
  left: 0;
  right: 0;
  margin: 0 auto 10px;
  display: block;
}
.rating-gartner {
  width: 147px;
  height: 36px;
}
.rating-tr-star {
  top: 79px;
  width: 53px;
  height: 35px;
}
.rating-capterra {
  width: 145px;
  height: 34px;
  left: -3px;
  position: relative;
}
.rating-crowd {
  top: 82px;
  width: 34px;
  height: 35px;
}

/*----------------Rating Section ends ----------------------*/

@media only screen and (min-width:768px) and (max-width:1110px) {
    .node-tnid-28633 .app-sec {
        padding: 0 0 20px;
    }
    .node-tnid-28633 .app-boxInner {
        width: 50%;
        padding: 0 15px;
    }
    .node-tnid-28633 .app-boxInner a {
        max-width: 100px;
    }
    .node-tnid-28633 .app-boxInner:last-child {
        display: none;
    }
    .node-tnid-28633 .hire-sec {
        padding: 0;
    }
}

@media only screen and (max-width:1024px) {
    .node-tnid-28633 .promo-sec-wrap .slide-wrap .dt-slide {
        display: none;
    }
    .node-tnid-28633 .promo-sec-wrap .slide-wrap .tab-slide {
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .node-tnid-28633 .integration-visual-wrap ul li:first-child div:after {
        background-position: -920px 0
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(2) div:after {
        background-position: -880px 0px
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(3) div:after {
        background-position:-200px -80px
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(4) div:after {
        background-position: -840px 0px
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(6) div:after {
        background-position: -40px 0
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(7) div:after {
        background-position: -800px 0
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(8) div:after {
        background-position: -120px 0
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(9) div:after {
        background-position: -280px 0
    }
}

@media only screen and (max-width:767px) {
    .node-tnid-28633 .promo-sec-wrap .slide-wrap .tab-slide {
        display: none;
    }
    .node-tnid-28633 .strip-sec h2 {
        font-size: 26px;
    }
    .node-tnid-28633 .app-sec {
        padding: 0 0 30px;
    }
    .node-tnid-28633 .box-centerInner {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        padding: 0 10px;
    }
    .node-tnid-28633 .box-centerInner:last-child {
        margin-bottom: 0;
    }
    .node-tnid-28633 .apps-box {
        margin: 40px auto 0;
        max-width: 500px;
    }
    .node-tnid-28633 .app-boxInner {
        padding: 0 15px;
    }
    .node-tnid-28633 .app-boxInner a {
        max-width: 95px;
    }
    .node-tnid-28633 .app-boxInner span {
        font-size: 14px;
    }
    .node-tnid-28633 .z-video-inner img,
    .node-tnid-28633 .z-video-inner video,
    .node-tnid-28633 .animated .z-video-inner img,
    .node-tnid-28633 .animated .z-video-inner video {
        transform: translateY(0);
    }
    .node-tnid-28633 .hire-sec {
        padding: 40px 0 0;
    }
    .node-tnid-28633 .hire-sec .box-center {
        padding: 0;
    }
    .node-tnid-28633 .hire-sec img {
        max-width: 200px;
    }
    .node-tnid-28633 .integration-visual-wrap ul li:first-child div:after {
        background-position: -690px 0
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(2) div:after {
        background-position: -660px 0px
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(3) div:after {
        background-position: -150px -60px
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(4) div:after {
        background-position: -630px 0px
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(6) div:after {
        background-position: -30px 0
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(7) div:after {
        background-position: -600px 0
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(8) div:after {
        background-position: -90px 0
    }
    .node-tnid-28633 .integration-visual-wrap ul li:nth-child(9) div:after {
        background-position: -210px 0
    }
}

@media only screen and (max-width:480px) {
    .node-tnid-28633 .app-boxInner:last-child {
        display: none;
    }
    .node-tnid-28633 .app-boxInner {
        width: 50%;
    }
}


/*----------------Home page ends----------------------*/


/*----------------Feature Business starts----------------------*/

.node-tnid-28458 .main-container-wrapper:before {
    content: none;
}

.node-tnid-28458 a.cta-btn {
    display: none;
    margin-top: 20px;
}

.node-tnid-28458 .features-banner-content {
    position: relative;
    margin-top: 130px;
}

.node-tnid-28458 .feature-tab {
    position: absolute;
    top: -110px;
    right: 0;
    left: 0;
    margin: auto;
    width: 400px;
}

.node-tnid-28458 .feature-tab li {
    display: inline-block;
}

.node-tnid-28458 .feature-tab a {
    padding: 8px 10px;
    display: inline-block;
    color: #ccc;
    border: 1px solid #ccc;
    font-weight: 600;
    font-size: 15px;
}

.node-tnid-28458 .feature-tab li:first-child a {
    border-right: none;
}

.node-tnid-28458 .feature-tab li:last-child a {
    border-left: none;
}

.lang-ar.node-tnid-28458 .feature-tab li:last-child a {
    border-left: 1px solid #ccc;
    border-right: none;
}

.node-tnid-28458 .feature-tab li:first-child.active a {
    border: 1px solid #777;
    color: #000;
}

.node-tnid-28458 .feature-tab li:last-child.active a {
    border: 1px solid #000;
    color: #000;
}

.node-tnid-28458 .og-context-node-100.node-type-features .main-container-wrapper:before {
    background: none;
}

.node-tnid-28458 .quick-connect-links-wrap {
    display: none;
}

.node-tnid-28458 .features-header-promo {
    text-align: center;
}

.node-tnid-28458 .features-header-promo h4 {
    margin-top: 120px;
}

.node-tnid-28458 .features-header-promo img {
    max-width: 350px;
    width: 90%;
}

.node-tnid-28458 .features-banner-content a.f-banner-cta {
    margin: 15px 0 0;
}

.node-tnid-28458 .features-item .cont-part ul li {
    font-size: 18px;
    background: url(/sites/default/files/creator-green-tick.png) no-repeat;
    background-position: 0px 6px;
    padding-left: 25px;
    background-size: 15px;
    padding-right: 0;
    margin: 0 0 20px;
}

.node-tnid-28458 .features-item:nth-child(2) .image-part>div {
    text-align: left;
}

.node-tnid-28458 .features-item:first-child .image-part img {
    max-width: 400px;
    display: block;
    width: 100%;
}

.node-tnid-28458 .features-item:nth-child(n+2) .content-wrap,
.node-tnid-28458 .features-item:nth-child(n+2) .image-part {
    overflow: visible;
}

.node-tnid-28458 .features-item:nth-child(n+2) .image-part img,
.node-tnid-28458 .features-item:nth-child(n+2) .image-part video {
    max-width: 140%;
    box-shadow: 0px 0px 14px 0px rgba(176, 176, 176, 0.3);
}

.node-tnid-28458 .features-item:nth-child(2) .image-part img,
.node-tnid-28458 .features-item:nth-child(2) .image-part video,
.node-tnid-28458 .features-item:nth-child(4) .image-part img,
.node-tnid-28458 .features-item:nth-child(4) .image-part video {
    position: relative;
    left: -40%;
}

.node-tnid-28458 .features-item .image-part {
    position: relative;
}

.node-tnid-28458 .features-item .image-part img.animate-img1,
.node-tnid-28458 .features-item .image-part img.animate-img2,
.node-tnid-28458 .features-item .image-part img.animate-img3 {
    box-shadow: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.node-tnid-28458 .features-item .image-part img.animate-img1 {
    top: 70%;
    right: -7%;
    max-width: 160px;
    box-shadow: 0 5px 20px -1px rgba(0, 0, 0, .20);
}

.node-tnid-28458 .features-item .image-part img.animate-img2 {
    top: 70%;
    right: -40px;
    max-width: 420px;
    box-shadow: 0 5px 20px -1px rgba(0, 0, 0, .20);
}

.node-tnid-28458 .features-item .image-part img.animate-img3 {
    top: 73%;
    max-width: 150px;
    right: 180px;
}

.node-tnid-28458 .features-item .animated .image-part img.animate-img1 {
    opacity: 1;
    top: 62%;
}

.node-tnid-28458 .features-item .animated .image-part img.animate-img2 {
    opacity: 1;
    top: 30%;
}

.node-tnid-28458 .features-item .animated .image-part img.animate-img3 {
    opacity: 1;
    top: 68%;
}

.node-tnid-28458 .inline-block {
    display: inline-block;
}

@media all and (min-width:1025px) {
    .node-tnid-28458 .features-item.left-image .content-wrap>div.cont-part,
    .node-tnid-28458 .features-item.right-image .content-wrap>div.cont-part {
        width: 45%;
    }
    .node-tnid-28458 .features-banner-content {
        max-width: 700px;
    }
    .node-tnid-28458 .features-item:first-child .content-wrap>div.cont-part h2 {
        max-width: 400px;
    }
    .node-tnid-28458 .features-item:nth-child(2) .content-wrap>div.cont-part h2 {
        max-width: 430px;
    }
}

@media all and (max-width:991px) {
    .node-tnid-28458 .features-header-promo h4 {
        margin-top: 60px;
    }
    .node-tnid-28458 .features-item:nth-child(n+2) .image-part img,
    .node-tnid-28458 .features-item:nth-child(n+2) .image-part video {
        max-width: 100%;
    }
    .node-tnid-28458 .features-item .cont-part ul {
        margin: 40px auto;
        max-width: 580px;
        text-align: left;
    }
    .node-tnid-28458 .features-item.right-image .image-part img.animate-img1 {
        max-width: 100px;
        right: 24%;
        top: 57%;
    }
    .node-tnid-28458 .features-item.right-image .image-part img.animate-img2 {
        max-width: 60%;
        right: 18%;
        top: 24%;
    }
    .node-tnid-28458 .features-item:nth-child(4) .image-part img.animate-img3 {
        max-width: 80px;
        top: 63%;
        left: 24%;
    }
    .node-tnid-28458 .features-item:nth-child(4) .image-part img {
        left: auto;
    }
    .node-tnid-28458 .features-item .image-part img.animate-img1,
    .node-tnid-28458 .features-item .image-part img.animate-img2,
    .node-tnid-28458 .features-item .image-part img.animate-img3 {
        opacity: 1;
    }
    .node-tnid-28458 .features-item:nth-child(2) .image-part img,
    .node-tnid-28458 .features-item:nth-child(2) .image-part video,
    .node-tnid-28458 .features-item:nth-child(4) .image-part img,
    .node-tnid-28458 .features-item:nth-child(4) .image-part video {
        position: static;
    }
    .node-tnid-28458 .features-item:nth-child(4) .image-part .animate-img3 {
        position: absolute;
    }
    .node-tnid-28458 h2 {
        max-width: 600px;
        margin: 0 auto 15px;
        text-align: center;
    }
.platform-leader {
    margin-top: 40px;
  }
  .pagewrapper .zcr-rated-platform .content-wrap {
    padding: 70px 20px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .node-tnid-28458 .features-banner-wrap .content-wrap {
        margin: 10px auto 20px;
    }
    .pagewrapper .zcr-rated-platform .content-wrap {
    padding: 40px 20px;
  }
  .tech-platform h3 {
    font-size: 17px;
  }
  .tech-platform .tech-lists {
    min-height: 271px;
  }
  .rating-gartner,
  .rating-tr-star,
  .rating-capterra,
  .rating-crowd {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media all and (max-width:767px) {
    .node-tnid-28458 .features-banner-wrap .content-wrap {
        margin: 20px auto;
    }
    .node-tnid-28458 .features-item .image-part>div:before {
        content: none;
    }
    .node-tnid-28458 .image-part>div {
        padding: 0 20px;
    }
    .node-tnid-28458 .features-item .cont-part ul li {
        text-align: left;
    }
    .node-tnid-28458 .features-item:nth-child(2) .image-part>div {
        text-align: center;
    }
    .node-tnid-28458 .features-item:nth-child(n+2) .image-part img,
    .node-tnid-28458 .features-item:nth-child(n+2) .image-part video {
        max-width: 100%;
    }
  .pagewrapper .zcr-rated-platform .content-wrap {
    padding: 60px 0;
  }
  .zcr-rated-platform {
    padding: 0;
  }
  .zcr-rated-platform .flex-content {
    margin: 0;
  }
  .zcr-rated-platform .content-wrap {
    background: transparent;
    border: 0;
  }
  .zcr-rated-platform .text-center {
    text-align: left;
  }
  .platform-leader {
    margin: 0;
    width: 100%;
  }
  .tech-lists div {
    max-width: 300px;
    margin: 0 auto;
  }
  .tech-platform {
    padding: 0;
    width: 100%;
  }
  .tech-platform div {
    text-align: center;
    max-width: 100%;
  }
  .platform-leader .tech-platform:first-child {
    margin-bottom: 0;
  }
  .platform-list {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  .platform-list .flex-part-two {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
  }
  .zcr-rated-platform .platform-list .flex-content {
    margin: 0 -10px;
  }
  .platform-list span:first-child {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .platform-list p span:first-child {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .rating-gartner,
  .rating-logo {
    margin-bottom: 5px;
  }
  .platform-leader .tech-platform .leader-in {
    margin-top: 20px;
  }
  .platform-list .zcr-flex-part-four {
    padding: 0 10px;
    margin-top: 20px;
    width: 50%;
  }
  .platform-star {
    margin: 0 auto 10px;
  }
  .i18n-ar .rated-platform h2,
  .i18n-he .rated-platform h2 {
    text-align: right;
  }
  .i18n-ar .rated-platform.cnt-alg-center h2,
  .i18n-he .rated-platform.cnt-alg-center h2,
  .i18n-ar .cnt-alg-center.rated-platform .text-center p,
  .i18n-he .cnt-alg-center.rated-platform .text-center p {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .platform-list .flex-part-two {
    width: 100%;
  }
  .platform-list .flex-part-two:nth-child(2) {
    margin-top: 20px;
  }
  .rating-capterra {
    width: 140px;
    height: 31px;
    left: 0;
    position: relative;
  }
  .data-loaded .rating-capterra {
    background-position: 457px 0;
  }
  .data-loaded .rating-logo.rating-capterra {
    background-size: 750px auto;
  }
}
/*----------------Feature Business ends----------------------*/


/*----------------Feature Admin starts----------------------*/

.node-tnid-28603 .main-container-wrapper:before {
    content: none;
}

.node-tnid-28603 a.cta-btn {
    display: none;
    margin-top: 20px;
}

.node-tnid-28603 .features-banner-content {
    position: relative;
    margin-top: 130px;
}

.node-tnid-28603 .feature-tab {
    position: absolute;
    top: -110px;
    right: 0;
    left: 0;
    margin: auto;
    width: 390px;
}

.node-tnid-28603 .feature-tab li {
    display: inline-block;
}

.node-tnid-28603 .feature-tab a {
    padding: 8px 10px;
    display: inline-block;
    color: #ccc;
    border: 1px solid #ccc;
    font-weight: 600;
    font-size: 15px;
}

.node-tnid-28603 .feature-tab li:first-child a {
    border-right: none;
}

.node-tnid-28603 .feature-tab li:last-child a {
    border-left: none;
}

.lang-ar.node-tnid-28603 .feature-tab li:first-child a {
    border-right: 1px solid;
    border-left: none;
}

.node-tnid-28603 .feature-tab li:first-child.active a {
    border: 1px solid #777;
    color: #000;
}

.node-tnid-28603 .feature-tab li:last-child.active a {
    border: 1px solid #000;
    color: #000;
}

.node-tnid-28603 .og-context-node-100.node-type-features .main-container-wrapper:before {
    background: none;
}

.node-tnid-28603 .quick-connect-links-wrap {
    display: none;
}

.node-tnid-28603 .features-header-promo {
    text-align: center;
}

.node-tnid-28603 .features-header-promo h4 {
    margin-top: 120px;
}

.node-tnid-28603 .features-header-promo img {
    max-width: 350px;
    width: 90%;
}

.node-tnid-28603 .features-banner-content a.f-banner-cta {
    margin: 15px 0 0;
}

.node-tnid-28603 .features-item .cont-part ul li {
    font-size: 18px;
    background: url(/sites/default/files/creator-green-tick.png) no-repeat;
    background-position: 0px 6px;
    padding-left: 25px;
    background-size: 15px;
    padding-right: 0;
    margin: 0 0 20px;
}

.node-tnid-28603 .features-item:nth-child(-n+6) .content-wrap,
.node-tnid-28603 .features-item:nth-child(-n+6) .image-part {
    overflow: visible;
}

.node-tnid-28603 .features-item:nth-child(-n+6) .image-part img,
.node-tnid-28603 .features-item:nth-child(-n+6) .image-part video {
    max-width: 140%;
    box-shadow: 0px 0px 14px 0px rgba(176, 176, 176, 0.3);
}

.node-tnid-28603 .features-item:nth-child(2) .image-part img,
.node-tnid-28603 .features-item:nth-child(4) .image-part img,
.node-tnid-28603 .features-item:nth-child(6) .image-part img,
.node-tnid-28603 .features-item:nth-child(2) .image-part video,
.node-tnid-28603 .features-item:nth-child(4) .image-part video,
.node-tnid-28603 .features-item:nth-child(6) .image-part video {
    position: relative;
    left: -40%;
}

.node-tnid-28603 .features-item .image-part {
    position: relative;
}

.node-tnid-28603 .inline-block {
    display: inline-block;
}

@media all and (min-width:1025px) {
    .node-tnid-28603 .features-item.left-image .content-wrap>div.cont-part,
    .node-tnid-28603 .features-item.right-image .content-wrap>div.cont-part {
        width: 45%;
    }
    .node-tnid-28603 .features-item:first-child .content-wrap>div.cont-part h2 {
        max-width: 400px;
    }
    .node-tnid-28603 .features-item:nth-child(2) .content-wrap>div.cont-part h2 {
        max-width: 430px;
    }
}

@media all and (max-width:991px) {
    .node-tnid-28603 .features-header-promo h4 {
        margin-top: 60px;
    }
    .node-tnid-28603 .features-item:nth-child(-n+6) .image-part img,
    .node-tnid-28603 .features-item:nth-child(-n+6) .image-part video {
        max-width: 100%;
    }
    .node-tnid-28603 .features-item .cont-part ul {
        margin: 40px auto;
        max-width: 580px;
        text-align: left;
    }
    .node-tnid-28603 .features-item:nth-child(2) .image-part img,
    .node-tnid-28603 .features-item:nth-child(4) .image-part img,
    .node-tnid-28603 .features-item:nth-child(6) .image-part img,
    .node-tnid-28603 .features-item:nth-child(2) .image-part video,
    .node-tnid-28603 .features-item:nth-child(4) .image-part video,
    .node-tnid-28603 .features-item:nth-child(6) .image-part video {
        position: static;
    }
    .node-tnid-28603 h2 {
        max-width: 600px;
        margin: 0 auto 15px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .node-tnid-28603 .features-banner-wrap .content-wrap {
        margin: 10px auto 20px;
    }
}

@media all and (max-width:767px) {
    .node-tnid-28603 .features-banner-wrap .content-wrap {
        margin: 20px auto;
    }
    .node-tnid-28603 .features-item .image-part>div:before {
        content: none;
    }
    .node-tnid-28603 .image-part>div {
        padding: 0 20px;
    }
    .node-tnid-28603 .features-item .cont-part ul li {
        text-align: left;
    }
}


/*----------------Feature Admin ends----------------------*/

.all-features {
    display: none
}


/*footer banner img style starts */

.customer-stories img {
    /*  padding: 20px 0; */
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}


/*footer banner img style ends */

/* FOOTER SOCIAL ICONS Links CSS */

ul.zft-social-icons li {
    display: inline-block;
    margin: 0 15px 0 0;
}

ul.zft-social-icons li a {
    display: inline-block;
    text-indent: -999px;
    height: 32px;
    width: 32px;
background: url(/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png) no-repeat 0 0/750px auto;
}
ul.zft-social-icons li.zft-twitter a {
background-position: -382px 0;
}
ul.zft-social-icons li.zft-linkedin a {
background-position: -412px 0;
}
ul.zft-social-icons li.zft-youtube a {
background-position: -472px 0;
}


/* FOOTER SOCIAL ICONS Links CSS */





/*Zoho support login and without login for help pages starts*/

.node-type-product-help-2-0-home-section .start-freetrail,
.node-type-product-help-2-0-content-section .start-freetrail,
.node-type-product-help-2-0-index .start-freetrail {
    background: none repeat scroll 0 0 #f0483e !important;
    color: #fff !important;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto 30px;
    max-width: 200px;
    padding: 12px 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.node-type-product-help-2-0-home-section .usefull-links span,
.node-type-product-help-2-0-content-section .usefull-links span,
.node-type-product-help-2-0-index .usefull-links span {
    color: #999;
    display: block;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
}

.node-type-product-help-2-0-home-section .usefull-links a,
.node-type-product-help-2-0-content-section .usefull-links a,
.node-type-product-help-2-0-index .usefull-links a {
    color: #00add5 !important;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 2px 5px 0;
    text-decoration: underline;
}

.node-type-product-help-2-0-home-section .more-links-part,
.node-type-product-help-2-0-content-section .more-links-part,
.node-type-product-help-2-0-index .more-links-part {
    padding-top: 30px;
}


/*Zoho support login and without login for help pages end*/

.help-content-inner-wrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}


/* HIDE Dropdown for main level pages */
.zmenu-resources .dropdown-menu, .zmenu-resources.expanded.dropdown .caret{
  // display: none;
}

.node-type-product-help-2-0-index .zmenu-resources .dropdown-menu, .node-type-product-help-2-0-index .zmenu-resources.expanded.dropdown .caret, .node-type-product-help-2-0-content-section .zmenu-resources .dropdown-menu, .node-type-product-help-2-0-content-section .zmenu-resources.expanded.dropdown .caret{
  display: inline-block;
}

/* HIDE Dropdown for main level pages ENDS */

/* HIDE IDP */
.socl-signup{display: none;}
/* HIDE IDP ENDS*/

.resendotp.nonclickelem {
    pointer-events: none;
}

.product-nav-links .menu li:first-child ul.dropdown-menu, .product-nav-links .menu li:first-child ul.dropdown-menu li ul ,.product-nav-links .menu li:nth-child(3) ul.dropdown-menu , .product-nav-links .menu li:nth-child(3) ul.dropdown-menu li ul{
    height: auto!important;
}
 .product-nav-links .menu li:first-child ul.dropdown-menu li:first-child ul,.product-nav-links .menu li:first-child ul.dropdown-menu li:nth-child(2)  ul{
    width:auto!important;
}
.zcr-btn-clr, .zcr-btn-clr-sml, .zcr-txt-clr, .zcr-txt-clr-sml {
    color: #fff;
    background: #2869f6;
}
.zcr-btn-brd, .zcr-btn-brd-sml, .zcr-btn-clr, .zcr-btn-clr-sml, .zcr-txt-clr, .zcr-txt-clr-sml {
    display: inline-block;
    font-family: var(--primaryfont-semibold);
    border-radius: 3px;
    font-size: 15px;
    padding: 12px 30px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
	/* Trusted */
	.zcr-tr-brand-dark-thm{background-color:#15002e;color:#fff;}
	
	.zcr-tb-list>h2{display:block;
	text-align:center;
	position:relative;}
	
	.zcr-tb-list ul{text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:20px 0px 0;}
	
	.zcr-tb-list li{display:inline-block;
	background:transparent;
	padding:10px 20px;
	position:relative;
	border-radius:5px;
	border:1px solid #ccc;
	width:15%;
	margin-top:30px;}
	
	.zcr-tr-brand-dark-thm .zcr-tb-list li{border:1px solid #373737}
	
	.zcr-tb-list li span{display:inline-block;
	background:url(/sites/default/files/creator/creator-trusted-brand-sprite.svg) no-repeat;
	background-size:500px auto;
	vertical-align:middle;
	-webkit-transform:scale(.2);
	-ms-transform:scale(.2);
	transform:scale(.2);
	opacity:0;
	-ms-filter:"alpha(opacity=0)";
	-webkit-transition:all .6s ease;
	-o-transition:all .6s ease;
	transition:all .6s ease;
	position:relative;}
	
	.in-view .zcr-tb-list li span{opacity:1;
	-ms-filter:"alpha(opacity=100)";
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);}
	
	.in-view .zcr-tb-list li.zcr-tb-mtn span{-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);}
	
	.zcr-tb-list .zcr-tb-amazon span{background-position:2px 0px;
	width:118px;
	height:35px;
	background-size:540px;
	left:0;
	top:12px;}
	
	.zcr-tr-brand-dark-thm .zcr-tb-amazon span{background-size:950px;
	background-position:-725px -66px;}
	
	.zcr-tb-list .zcr-tb-saintgobian span{background-position:-173px 0;
	width:120px;
	height:51px;
	top:0px;
	background-size:800px;}
	
	.zcr-tb-list .zcr-tb-volkswagen span{background-position:-294px 0;
	width:54px;
	height:51px;
	background-size:800px;
	top:2px;}
	
	.zcr-tb-list .zcr-tb-marriott span{background-position:-468px -65px;
	width:122px;
	height:48px;
	background-size:930px;}
	
	.zcr-tb-list .zcr-tb-swiggy span{background-position:-421px 0;
	width:31px;
	height:51px;
	background-size:700px;
	top:2px;}
	
	.zcr-tb-list .zcr-tb-mtn span{background-position:-776px -15px;
	width:76px;
	height:43px;
	background-size:1200px;
	top:2px;}
	
	.zcr-tb-list .zcr-tb-lyft span{background-position:-633px 1px;
	width:65px;
	height:46px;
	background-size:700px;}
	
	.zcr-tb-list .zcr-tb-up span{background-position:-498px 0;
	width:137px;
	height:46px;
	background-size:700px;
	top:2px;}
	
	.zcr-tr-brand-dark-thm .zcr-tb-up span{background-position:-615px -96px;
	background-size:800px;}
	
	.zcr-tb-list .zcr-tb-comcast span{background-position:-590px -65px;
	width:120px;
	height:48px;
	background-size:930px;}
	
	.zcr-tr-brand-dark-thm .zcr-tb-comcast span{background-position:-590px -112px;}
	
	.zcr-tb-list .zcr-tb-cbre span{background-position:-198px -41px;
	width:123px;
	height:48px;
	background-size:640px;
	left:0;
	top:6px;}
	
	.zcr-tb-list .zcr-tb-srtyker span{background-position:-60px -41px;
	width:138px;
	height:48px;
	background-size:640px;
	left:0;
	top:6px;}
	
	.zcr-tb-list .zcr-tb-pwc span{background-position:26px -66px;
	width:117px;
	height:50px;
	background-size:940px;
	left:0;
	top:1px;}
	
	.zcr-tr-brand-dark-thm .zcr-tb-pwc span{background-position:26px -116px;}
	
	.zcr-tb-list .zcr-tb-audile span{background-size:770px;
	background-position:-334px 1px;
	width:129px;
	height:50px;
	left:0;
	top:0px;}
	
	.zcr-tr-brand-dark-thm .zcr-tb-audile span{background-position:-1012px -79px;
	background-size:1140px;}
	
	.zcr-tr-brand-dark-thm .zcr-tb-volkswagen span,
	.zcr-tr-brand-dark-thm .zcr-tb-srtyker span{filter:brightness(100) invert(1);}
	
	.zcr-tb-list li:first-child span{-webkit-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s;}
	
	.zcr-tb-list li:nth-child(2) span{-webkit-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s;}
	
	.zcr-tb-list li:nth-child(3) span{-webkit-transition-delay:.4s;
	-o-transition-delay:.4s;
	transition-delay:.4s;}
	
	.zcr-tb-list li:nth-child(4) span{-webkit-transition-delay:.5s;
	-o-transition-delay:.5s;
	transition-delay:.5s;}
	
	.zcr-tb-list li:nth-child(5) span{-webkit-transition-delay:.6s;
	-o-transition-delay:.6s;
	transition-delay:.6s;}
	
	.zcr-tb-list li:nth-child(6) span{-webkit-transition-delay:.7s;
	-o-transition-delay:.7s;
	transition-delay:.7s;}
	
	.zcr-tb-list li:nth-child(7) span{-webkit-transition-delay:.8s;
	-o-transition-delay:.8s;
	transition-delay:.8s;}
	
	.zcr-tb-list li:nth-child(8) span{-webkit-transition-delay:.9s;
	-o-transition-delay:.9s;
	transition-delay:.9s;}
	
	.zcr-tb-list li:nth-child(9) span{-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	transition-delay:1s;}
	
	.zcr-tb-list li:nth-child(10) span{-webkit-transition-delay:1.1s;
	-o-transition-delay:1.1s;
	transition-delay:1.1s;}
	
	.zcr-tb-list li:nth-child(11) span{-webkit-transition-delay:1.2s;
	-o-transition-delay:1.2s;
	transition-delay:1.2s;}
	
	.zcr-tb-list li:nth-child(12) span{-webkit-transition-delay:1.3s;
	-o-transition-delay:1.3s;
	transition-delay:1.3s;}
	
	.zcr-tb-list li:nth-child(13) span{-webkit-transition-delay:1.4s;
	-o-transition-delay:1.4s;
	transition-delay:1.4s;}
	
	.zcr-tr-brand-white-thm .zcr-tb-amazon,
	.zcr-tr-brand-white-thm .zcr-tb-audile{background:#f4f4f4;
	border:1px solid #d6d6d6;}
	
	.zcr-tr-brand-white-thm .zcr-tb-saintgobian,
	.zcr-tr-brand-white-thm .zcr-tb-swiggy,
	.zcr-tr-brand-white-thm .zcr-tb-mtn,
	.zcr-tr-brand-white-thm .zcr-tb-pwc{background:#fff6ef;
	border:1px solid #f1b312;}
	
	.zcr-tr-brand-white-thm .zcr-tb-volkswagen,
	.zcr-tr-brand-white-thm .zcr-tb-srtyker{background:#e1ecfe;
	border:1px solid #a9c2ea;}
	
	.zcr-tr-brand-white-thm .zcr-tb-cbre{background:#d8ffed;
	border:1px solid #95edc7;}
	
	.zcr-tr-brand-white-thm .zcr-tb-up{background:#e8fbff;
	border:1px solid #9feeff;}
	
	.zcr-tr-brand-white-thm .zcr-tb-comcast{background:#ffecee;
	border:1px solid #ffb3b9;}
	
	.zcr-tr-brand-white-thm .zcr-tb-lyft{background:#ffebfd;
	border:1px solid #f796d1;}
	
	.zcr-tr-brand-white-thm .zcr-tb-marriott{background:#fdf0f5;
	border:1px solid #c3607e;}
	
	/* End Trusted */

	@media only screen and (max-width:991px){
	/* Trusted Brands */
	.zcr-tb-list ul{max-width:550px;
	 margin:20px auto 0px;}
	
	.zcr-tb-list li{width:32%;
	 height:73px;
	 margin-top:20px;}
	
	/* End Trusted Brands */
	}
	
	
	@media all and (max-width:600px){
	/* Trusted Brands */
	.zcr-tb-list ul{max-width:370px;}
	
	.zcr-tb-list li{width:48%;}
	
	/* End Trusted Brands */
	}
	
	@media all and (max-width:480px){
	/* Trusted Brands */
	.zcr-tb-list ul{max-width:200px;}
	
	.zcr-tb-list li{width:100%;}
	
	/* End Trusted Brands */
       /*Product Logo*/
       .menu-icon-help-header>a{
           display: block;
           filter: brightness(0) invert(1);
           padding-top: 10px;
       }
       /*Product Logo End*/
        }





/*LOGO*/
.menu-icon-help-header .product-title, .product-header-top .menu-icon-help-header .product-title{
    display: none;
}
.menu-icon-help-header>a img {
 /*  filter: brightness(0) invert(1); */
    width: auto;
    height: 44px;
}
.product-header-top .menu-icon-help-header>a{
    background-image: url(/sites/default/files/styles/product-home-page/public/creator_3.png);
    background-size: 157px auto;
    width: 170px;
}
/*LOGO*/

/*FAQ*/
.faq h2{text-align: center;margin-bottom: 60px;}
.faq h2:before {display: block;content: '';background: url(/sites/default/files/creator/home/red-faq-icon.png
) no-repeat;width: 90px;height: 70px;background-size: 100%;margin: auto;}
.faq-wrap{max-width: 980px;margin:auto;}
.faq-item {border-bottom: 1px solid #707070;}
.faq-item:first-child .faq-ans{display:block;}
.faq-ans {display: none;padding-bottom: 10px;padding-left: 42px;}
.faq-item h4 {margin-bottom: 0;font-family: var(--zf-secondary-medium);padding: 20px 0px 20px 40px;cursor: pointer;position: relative;font-size: 20px;color:#000;}
.faq-item h4:hover{color:#555;}
.faq-item h4:before,.faq-item h4:after{content:'';position: absolute;background: #ea5154;}
.faq-item:hover h4:before,.faq-item:hover h4:after{background: #555;}
.faq-item h4:before{left:0px;top:35px;height: 2px;width:16px;}
.faq-item h4:after{left: 7px; width: 2px;top: 28px;height: 15px; }
.faq-item.active h4:after{ height: 0px; }
/*FAQ*/

/*Footer ratings and privacy*/
.footer-sec-wrap .customer-ratings {
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
    overflow: hidden;
    text-align: center;
    padding: 25px 20px 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 5px;
}
.footer-sec-wrap .customer-ratings .cust-rating-logo {
    width: calc(50% - 5px);
    border: 1px solid #eaeaea;
    border-radius: 4px;
}
.footer-sec-wrap .customer-ratings .cust-rating-logo:last-child {
    margin-right:0%;
}
.footer-sec-wrap .customer-ratings .cust-rating-logo img{
    vertical-align: middle;
}
footer .security-badge-table {
    margin:20px auto 0;
    text-align:center;
    overflow:hidden;
    justify-content:space-between;
    display:flex;
    flex-direction:column;
}
footer .security-badge-table p.zheading {
    font-size:16px;
    position:relative;
    margin:0;
    padding:0 20px;
    align-self:center;
    color:#000;
}
footer .security-badge-table p.zheading:before,
footer .security-badge-table p.zheading:after {
    content:'';
    width:130%;
    height:1px;
    background:#999;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
footer .security-badge-table p.zheading:before {
    right:100%;
}
footer .security-badge-table p.zheading:after {
    left:100%;
}
footer .security-badge-table {
    width:100%;
}
footer .security-badge-table ul {
    margin:15px auto;
    display:flex;
    flex-wrap:wrap;
    gap:15px 5px;
}
footer .security-badge-table [class^="sb-icon-"] {
    display: inline-block;
    background: url(/sites/default/files/zh-hans/creator/compliance-badges.png) 0 0/830px auto no-repeat;
    width: 115px;
    height: 61px;
}
footer .data-loaded [class^="sb-icon-"] {
    background-image: url(/sites/default/files/zh-hans/creator/compliance-badges.png);
}
footer .security-badge-table span {
    font-size:12px;
    display:block;
    text-align:center;
    text-transform:uppercase;
    font-family:var(--zf-primary-semibold)
}
footer .security-badge-table .sb-icon-1 {
    background-position:0 0
}
    footer .security-badge-table .sb-icon-2 {
    background-position:-115px 0;
}
footer .security-badge-table .sb-icon-3 {
    background-position:-230px 0;
}
footer .security-badge-table .sb-icon-4 {
    background-position:-344px 0;
}
footer .security-badge-table .sb-icon-5 {
    background-position:-460px 0;
}
footer .security-badge-table .sb-icon-soc,
footer .security-badge-table .sb-icon-hippa,
footer .security-badge-table .sb-icon-gdpr {
    background-size:600px auto;
}
footer .security-badge-table .sb-icon-soc {
    width:61px;
    background-position:-416px 0px;
}
footer .security-badge-table .sb-icon-hippa {
    width:70px;
    background-position:0 -60px;
}
footer .security-badge-table .sb-icon-gdpr {
    width:61px;
    background-position:-244px -61px;
}
@media screen and (max-width: 1400px){
    .footer-sec-wrap .customer-ratings {
        width: 80%;
        max-width: 360px;
    }
    .page-node-54412 .footer-sec-wrap .customer-ratings {
        width: 100%;
        max-width: 398px;
    }
}
@media only screen and (min-width:768px) and (max-width:1380px) {
    footer .security-badge-table ul{
        max-width: 660px;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
    .footer-sec-wrap .customer-stories,
    .footer-sec-wrap .customer-ratings{
        width: 100%;
        max-width: 760px;
    }
    .footer-sec-wrap .customer-ratings{
        flex-wrap: nowrap;
    }
    .footer-sec-wrap .customer-ratings .cust-rating-logo {
        width: 100%;
    }
}
@media only screen and (max-width:767px) {
    .footer-sec-wrap .customer-ratings {
        width:100%;
        max-width:385px;
        padding:20px 15px 0;
    }
    footer .security-badge-table ul{
        gap: 15px;
    }
}
@media only screen and (max-width:480px) {
    footer .security-badge-table {
        max-width:95%;
    }
}
/*Footer ratings and privacy End*/

/* Article */
.page-node-type-article-content .page-content .widget-cta h3:first-child, .page-node-type-article-home .page-content .widget-cta h3:first-child{
    color: #ffd600;
    font-weight: bold;
}
/* Article End */

/** Customer Cases Page CTA **/
.crm-hub-ctasec {
    padding: 70px 0;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    width: 100%;
}
.btm-cta-inner {
    max-width: 1060px;
    margin: 0 auto;
}
.btm-cta-img-con {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-right: 50px;
    box-sizing: border-box;
}
.btm-cta-img-con img {
    max-width: 457px;
    width: 100%;
    display: inline-block;
}
.zcp_lazy {
    transition: all .3s ease;
}
.btm-cta-txt-con {
    text-align: left;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.btm-cta-inner h3 {
    font-size: 42px;
    font-family: var(--zf-primary-bold);
    line-height: 48px;
    padding-bottom: 10px;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: bold;
}
.btm-cta-inner .btm-cta-para {
    font-family: var(--zf-primary-light);
    font-size: 25px;
    line-height: 34px;
    padding-bottom: 18px;
    color: #444;
    margin: 0 auto;
}
.crm-hub-sinup, .btm-cta {
    padding: 13px 24px;
    background: #f0483e;
    display: inline-block;
    cursor: pointer;
    font: 15px var(--zf-primary-semibold);
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    text-transform: uppercase;
    border: 0;
}
.crm-hub-sinup::before, .btm-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eb4c49;
    z-index: -1;
    transition: all ease .3s;
}
.crm-hub-plansbtn {
    background: #fff;
}
.btm-cta-inner .crm-hub-plansbtn {
    margin-left: 20px;
    color: #0067ff;
}
.crm-hub-plansbtn::before {
    background: transparent;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.btm-cta-inner .crm-hub-plansbtn::before {
    border: 2px solid #0067ff;
}
.inner_wrap {
    display: block;
    font-family: var(--zf-primary-bold);
}
@media screen and (max-width: 1023px) {
    .btm-cta-img-con {
        display: none;
    }
    .btm-cta-txt-con {
        width: 100%;
        text-align: center;
    }
    .btm-cta-inner h3 {
        font-size: 38px;
        line-height: 42px;
        padding-bottom: 8px;
    }
    .btm-cta-inner .btm-cta-para {
        font-size: 20px;
        line-height: 26px;
        padding: 4px 0 18px;
    }
}
@media only screen and (max-width: 767px) {
    .btm-cta-inner h3 {
        font-size: 32px;
    }
    .crm-hub-sinup {
        font-size: 16px;
        padding: 12px 24px;
    }
    .crm-hub-ctasec .zcrm-pricingtoggle {
        display: none !important;
    }
}
@media screen and (max-width: 550px) {
    .btm-cta-inner .crm-hub-plansbtn {
        margin: 20px 0 0;
    }
}
/** Customer Cases Page CTA End**/

/*top banner color*/
.zpromotion{
 background: #f0483e;
}