.product-header-top .menu>li>a, .product-header-top .product-nav-links li .nolink {
    padding: 17.5px 0;
}
.product-header-top .product-title a {
    min-height: 55px;
}
.zw-template-inner *, .zw-template-inner :after, .zw-template-inner :before{
    box-sizing: content-box;
}
.zw-template-inner .signup-box *, .footer-search .footer-search-btn, .zw-template-inner footer * {
    box-sizing: border-box;
}
.z-bottom-cta-menu.withCW a {
    width: calc(100% - 100px);
}
.case-cmb {
    position: relative;
}
.case-cmb>a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.signup-box #countryCodeDiv, .signup-box #countryconfirmCodeDiv {
    height: 41px;
}
.za-state-container {
    margin: 15px 0 0;
}
.signup-box .socl-signup {
    text-align: right;
}
.ncrm-lang, .ncrm-page .zgh-nav.active, .ncrm-page .bottom-promo, .ncrm-page .zgh-localization, .ncrm-page .zlang-container {
    display: none !important;
 }
.rmv-prd-menu header, .footer-sec-wrap .product-links ul li a.learnmore span.sprite-icns-svg,.r-g-f footer{
    display: none !important;
}
.footer-sec-wrap.two-column .promo-section-wrap,.other-lang .footer-sec-wrap {
    display: block;
}
.footer-sec-wrap .promo-section-wrap .article-list .btm-cta-wrap{
    border-top: 0!important;
}
.other-lang .social_icons {
    position: static;
}
.zw-product-header .content-wrap {
    z-index: 99;
}
.menu .dropdown-menu li a {
    padding: 7px 30px;
}
.footer-sec-wrap .product-links {
    max-width: 980px;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}
  .canvs-new-label {
    margin-left: 5px;
    color: rgb(81, 63, 3);
    padding: 3px 6px;
    border-radius: 15px;
    background: rgb(255, 198, 0);
    font: 600 10px/1.1 Roboto;
    display: inline-block;
  }
  /*lyte lazy loading css*/
  .zcp_lazy {
    transition: all 0.3s ease;
  }
  .zcp_loading {
    filter: blur(10px);
  }
  .lyteLazyEntered.zcp_loading {
    filter: none;
  }
  /*lyte lazy css*/
  /*zwf_webform style start*/
  .zwf_success_alert {
    display: none;
    margin: 0px auto 0;
    height: 42px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
  }
  .zwf_scs_pop_inr {
    padding: 12px;
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    background: #40BD60;
    width: 100%;
    opacity: 0;
    box-sizing: border-box;
  }
  .zwf_scs_pop_inr.zwf_animate {
    animation: zwf_bounceIn 0.8s forwards;
    -webiki-animation: zwf_bounceIn 0.8s forwards;
  }
  .zwf_success_alert .zwf_scs_txt {
    font-size: 16px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff;
  }
  .zwf_success_alert .zwf_close_icn {
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    font-family: var(--zf-primary-regular);
    position: absolute;
    top: 15px;
    right: 12px;
  }
  @-webkit-keyframes zwf_bounceIn {
    from, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
    }
    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes zwf_bounceIn {
    from, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
    }
    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  .zwf_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }
  .zwf_overlay.active {
    display: block;
  }
  .zwf_side_form p, .zwf_side_form input, .zwf_side_form span, .zwf_side_form li, .zwf_side_form a, .zwf_side_form textarea {
    font-family: var(--zf-primary-regular);
  }
  .zwf_side_form {
    width: 100%;
    overflow: hidden;
    max-width: 415px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
    -moz-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
    box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    opacity: 0;
    min-height: 100vh;
    overflow-y: auto;
  }
  .zwf_side_form.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  .zwf_side_form .zwf_top_sec {
    position: relative;
    max-height: calc(100vh - 160px);
    height: 100%;
    overflow-y: auto;
    padding: 30px 20px 0px;
    box-sizing: border-box;
  }
  .zwf_side_form .zwf_inner_form {
    position: relative;
  }
  .zwf_side_form .zwf_header {
    position: relative;
    padding-bottom: 25px;
  }
  .zwf_side_form .zwf_header h2 {
    font: 30px/1 var(--zf-primary-bold);
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .i18n-ar .zwf_side_form .zwf_header h2 {
    text-align: right;
  }
.za-rmobile-container.za-arrow-inactive .za-country_code-container select {
    visibility: hidden;
}
  .zwf_side_form .zwf_form_close {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    margin-right: -10px;
  }
  .zwf_side_form .zwf_form_close:after, .zwf_side_form .zwf_form_close:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #888;
    transform: rotate(45deg);
  }
  .zwf_side_form .zwf_form_close:before {
    transform: rotate(-45deg);
  }
  .zwf_side_form p.zwf_text_description {
    font: 14px/1.5 var(--zf-primary-regular);
    margin: 10px 0px 0px;
    padding-right: 15px;
    text-align: left;
  }
  .i18n-ar .zwf_side_form p.zwf_text_description {
    text-align: right;
    padding-right: 0px;
    padding-left: 15px;
  }
  .zwf_side_form .zwf_formgroup, .zwf_side_form .zgdprform-state-container, .zwf_side_form .zgdprform-countrylist-container {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 0px;
  }
  .zwf_side_form .zwf_formgroup.zwf_captcha_field {
    margin-bottom: 0px;
  }
  .zwf_side_form .zwf_formgroup.fixed {
    position: fixed;
    bottom: 0px;
    background: #fff;
    max-width: 100%;
    width: 100%;
    padding: 10px 20px 30px;
    right: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    z-index: 2;
  }
  .zwf_side_form .zwf_label_field, .zwf_formgroup .zwf_info_label {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 14px;
    top: 12px;
    opacity: .5;
    z-index: 1;
    transition: all ease .8s;
    pointer-events: none;
    line-height: 1;
    margin: 0px;
  }
  .i18n-ar .zwf_side_form .zwf_label_field, .i18n-ar .zwf_formgroup .zwf_info_label {
    left: unset;
    right: 14px;
  }
  .zwf_side_form .zwf_label_field.zwf_description_label {
    display: none
  }
  .zwf_side_form .zwf_label_field span {
    color: red;
    line-height: 1;
    margin-left: 2px;
    font-size: 13px;
  }
  .zwf_side_form .zwf_formgroup .zwf_label_field.active {
    transform: translateY(-27px) translateX(-14px);
    -webkit-transform: translateY(-27px) translateX(-14px);
    font-size: 12px;
    opacity: 1;
  }
  .i18n-ar .zwf_side_form .zwf_formgroup .zwf_label_field.active {
    transform: translateY(-27px) translateX(14px);
    -webkit-transform: translateY(-27px) translateX(14px);
  }
  .zwf_side_form .zwf_formgroup .zwf_formcontrol, .zwf_side_form div.zgdprform-countrylist-container .globalcountrycode, .zwf_side_form div.zgdprform-state-container .globalstatecode {
    font-size: 14px;
    padding: 10px 12px !important;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: block;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.2;
    max-width: 100% !important;
  }
  .zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol::-webkit-outer-spin-button, .zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .zwf_side_form .zwf_formgroup .zwf_error {
    display: none;
    color: red;
    font: 12px/1 var(--zf-primary-regular);
    margin-top: 5px;
  }
  .zwf_side_form .zwf_formgroup .zwf_info_label {
    display: flex;
    align-items: center;
    position: relative;
    top: unset;
    left: 0px;
    margin-bottom: 5px;
    opacity: 1;
  }
  .bg_lazy_loaded .sprite-img {
    background: url(//cdn.zoho.com.cn/sites/zweb/images/crm/pricing-icon-sprite.svg);
  }
  .zwf_side_form .zwf_formgroup .zwf_file_upload p span {
    font-size: 13px;
    text-decoration: underline;
    color: #006cff;
  }
  .zwf_side_form .price-tooltip {
    display: none;
    padding: 10px 15px;
    color: #fff;
    background: #333333;
    max-width: 305px;
    box-shadow: 0px 0px 14.72px 1.28px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: absolute;
    right: -25px;
    font-size: 12px;
    line-height: 1.6;
    box-sizing: border-box;
    z-index: 999;
    bottom: 30px;
  }
  .zwf_side_form .zwf_formfile {
    display: block;
    height: 105px;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 20px;
    cursor: pointer;
    font: 16px var(--zf-primary-regular);
    line-height: 28px;
    font-weight: 400;
  }
  .zwf_side_form .zwf_formgroup .zwf_file_upload {
    height: 105px;
    padding: 15px 15px 30px;
    text-align: center;
    border: 1px dashed #dedede;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
  }
  .zwf_side_form .zwf_formgroup .zwf_file_upload p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    color: #757575;
    text-align: center;
  }
  .zwf_side_form .zwf_file_upload span {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #757575;
  }
  .zwf_side_form .progress-bar {
    display: none;
    height: 4px;
    background: #dddddd;
    width: 100%;
    position: relative;
    bottom: 1px;
  }
  .zwf_side_form .progress-bar span {
    background: #2d73f6;
    height: 100%;
    width: 0%;
    transition: 1s all linear;
  }
  .zwf_side_form .zwf_formgroup .files {
    list-style: none;
    position: relative;
    bottom: 1px;
  }
  .zwf_side_form .info {
    cursor: pointer;
    display: none;
    width: 12px;
    height: 14px;
    background-position: 0px;
    margin-left: 5px;
    transform: rotate(180deg);
  }
  .zwf_side_form .price-tooltip:before {
    color: #333333;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #333333;
    top: -7%;
    height: 0px;
    left: 104px;
    position: absolute;
    width: 0px;
    content: '';
    transform: rotate(180deg);
  }
  .zwf_side_form .zwf_formgroup .files .file-list {
    padding: 7.5px 15px;
    border: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
  .zwf_side_form .zwf_formgroup .files .file-list p {
    width: 94%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
    padding-bottom: 0;
    font-size: 16px;
  }
  .zwf_side_form .zwf_formgroup .files .file-list:last-child {
    border-radius: 0px 0px 4px 4px;
  }
  .zwf_side_form .zwf_formgroup .file-list span {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-position: 28px;
  }
  .zwf_side_form .zwf_formgroup.invalid .zwf_error, .zwf_webform .zwf_formgroup.invalid .error {
    display: block;
    text-align: left;
  }
  .i18n-ar .zwf_side_form .zwf_formgroup.invalid .zwf_error, .i18n-ar .zwf_webform .zwf_formgroup.invalid .error {
    text-align: right;
  }
  .zwf_side_form .zwf_select_dd:after, .zwf_side_form div.zgdprform-state-container:after, .zwf_side_form div.zgdprform-countrylist-container:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #888;
    position: absolute;
    right: 12px;
    top: 17px;
    display: block;
    z-index: 1;
    pointer-events: none;
    margin-top: 0px;
    border-radius: 6px;
  }
  .i18n-ar .zwf_side_form .zwf_select_dd:after, .i18n-ar .zwf_side_form div.zgdprform-state-container:after, .i18n-ar .zwf_side_form div.zgdprform-countrylist-container:after {
    right: unset;
    left: 12px;
  }
  .zwf_side_form .zwf_select_dd select.zwf_formcontrol {
    appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }
  .zwf_side_form .zwf_select_dd select.zwf_formcontrol:invalid {
    color: #767676;
  }
  .zwf_side_form .zgdprform-opt-container .chk_bx {
    position: absolute;
    left: 0;
    margin: 3px 0 0;
  }
  .zwf_side_form .sign_agree p, .zwf_side_form .zgdprform-opt-container {
    font: 12px var(--zf-primary-regular);
    line-height: 18px;
    margin: 10px 0 0;
  }
  .zwf_side_form .sign_agree p {
    margin-bottom: 20px;
    color: #000;
  }
  .zwf_inr_tooltip {
    position: absolute;
    font-style: normal;
    color: #fff;
    background-color: #262626;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding: 10px;
    font-weight: 400;
    width: 225px;
    z-index: 1;
    box-shadow: 0 2px 7px #d1d1d1;
    left: 20px;
    bottom: -68px;
    display: none;
    box-sizing: border-box;
  }
  .zwf_inr_tooltip:before {
    content: '';
    position: absolute;
    display: block;
    left: 14px;
    top: -5px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #262626;
    transform: rotate(45deg);
    z-index: 2;
  }
  .zwf_formgroup.zwf_act:hover .zwf_inr_tooltip {
    display: block;
  }
  .zwf_side_form .sign_agree {
    max-width: 100%;
    padding-bottom: 0px;
  }
  .zwf_side_form .zwf_formgroup label.check-box a, .zwf_side_form .sign_agree p a {
    font-size: 12px;
    text-decoration: underline;
    color: #006cff;
  }
  .zwf_side_form .zwf_captcha_box {
    height: 130px;
    border: 1px solid #dedede;
    border-radius: 4px;
  }
  .zwf_side_form .zwf_d_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .zwf_side_form .zwf_d-flex a {
    margin-right: 10px;
    color: #006cff
  }
  .zwf_side_form .sign_agree.show {
    display: block;
    margin-top: 0;
  }
  .zwf_side_form .zgdprform-opt-container {
    margin: 10px 0 5px;
    padding-left: 20px;
    position: relative;
  }
  .zwf_side_form .zwf_captcha_box .zwf_formcontrol {
    border: 0;
    border-top: 1px solid #dedede;
    position: absolute;
    top: 93px;
    width: 99%;
  }
  .zwf_webform img[id^="imgid"] {
    border: 0px;
  }
  .zwf_side_form .zwf_captcha_field .zwf_label_field {
    top: 105px;
  }
  .zwf_side_form .zwf_captcha_field .zwf_label_field.active {
    transform: translateY(-27px) translateX(-9px);
    -webkit-transform: translateY(-27px) translateX(-9px);
  }
  .i18n-ar .zwf_side_form .zwf_captcha_field .zwf_label_field.active {
    transform: translateY(-27px) translateX(9px);
    -webkit-transform: translateY(-27px) translateX(9px);
  }
  .zwf_side_form .zwf_captcha_box .reload-img {
    margin-right: 10px;
  }
  .i18n-ar .zwf_side_form .zwf_captcha_box .reload-img {
    margin-left: unset;
    margin-left: 10px;
  }
  .zwf_side_form input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .zwf_side_form .zwf_formgroup .submit-btn {
    background-color: #ed4a44;
    padding: 15px;
    font: 16px/1.2 var(--zf-primary-semibold);
    color: #fff;
    max-width: 100%;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    text-transform: uppercase;
    border: 1px solid #ed4a44;
    cursor: pointer;
    margin: 0px;
  }
  .error.z-form-error {
    display: none !important;
  }
  /*zwf_webform style end*/
  .product-nav-links .menu li.zmenu-solutions:first-child .dropdown-menu > li:last-child a {
    margin: 0px !important;
    border: inherit;
    transition: unset;
    text-align: inherit;
    border-radius: inherit;
  }
  .zw-product-header .product-nav-links .menu > li.enterprise-last-leaf > a,.zw-product-header .product-header-top .menu li.enterprise-last-leaf a {
    color: #039b3f;
    font-family: var(--zf-primary-semibold);
  }
  .menu-icon-help-header .product-title a {
    padding: 16px 0 9px 10px;
  }
  .og-context-node-96 .zgh-nav > ul > li:first-child {
    display: inline-block
  }
  .act-btn {
    padding: 10px 30px 8px;
    font-size: 15px;
  }
  .signup-box #countryCodeDiv, .signup-box #countryconfirmCodeDiv {
    line-height: 24px;
  }
  .menu-icon-help-header > a img {
    width: 48px;
  }
  .app-title {
    color: #000;
    position: relative;
    padding: 7px 30px !important;
    line-height: 22px !important;
    display: inline-block;
    font-size: 16px !important;
    transition: background .25s ease;
    white-space: nowrap;
    box-shadow: none !important;
    font-family: var(--zf-primary-bold);
    font-weight: bold;
  }
  .dropdown-menu .app-more{
    border: 1px solid #333;
    text-align: center;
    margin: 0px 25px 30px;
    border-radius: 8px;
    color: #000!important;
  }
  .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
    padding: 10px 0 6px;
  }
  .menu .dropdown-menu li:first-child {
    padding-top: 12px !important;
  }
  .dropdown-menu .sub-level.nodrop > a:after {
    display: none;
  }
  .menu .dropdown-menu li:last-child {
    padding-bottom: 12px !important;
  }
  .menu {
    padding: 0;
  }
  .domain-in .changePriceContainer-common, .other-lang .changePriceContainer-common, .other-lang .z3usersSpl, .other-lang li.en-only {
    display: none !important;
  }
  .dropdown-menu li.active > a, .dropdown-menu li.sub-level.active > a, .dropdown-menu .sub-dropdown a:hover {
    color: rgb(0, 103, 255) !important;
  }
  .dropdown-menu .sub-level.active > a:after {
    border-left-color: rgb(0, 103, 255);
  }
  .subdropdown-right .sub-level.active > a:after {
    border-right-color: rgb(0, 103, 255);
  }
  .dropdown-menu li a {
    font-family: Roboto !important;
  }
  /**** For other languages ****/
  /*** ar language footer ***/
  .i18n-ar .footer-sec-wrap h4:before, .zau-location > h5:before {
    left: unset;
    right: 0;
  }
  .i18n-ar .footer-sec-wrap .product-links.three-column > div:last-child {
    padding: 0 40px 0 0;
  }
  .i18n-ar .footer-sec-wrap .product-links.three-column > div:first-child {
    padding: 0;
  }
  .i18n-ar .footer-brand_icon1, .i18n-ar .footer-brand_icon2, .i18n-ar .footer-brand_icon3, .i18n-ar .footer-brand_icon4, .i18n-ar .footer-brand_icon5 {
    margin-right: 0;
    margin-left: 25px;
  }
  .i18n-ar .soc-icon1, .i18n-ar .soc-icon2, .i18n-ar .soc-icon3, .i18n-ar .soc-icon4, .i18n-ar .soc-icon5 {
    margin-left: 8px;
    margin-right: 0 !important;
  }
  .i18n-ar .btm-cta-inner .crm-hub-plansbtn {
    margin-left: 0;
    margin-right: 20px;
  }
  .i18n-ar .btm-cta-img-con {
    padding-right: 0;
    padding-left: 50px;
    text-align: right;
  }
  .og-context-node-96.other-lang .footer-sec-wrap {
    display: block;
  }
  .other-lang .zau-location, .other-lang .request-drop-wrap, .other-lang .quick-connect-links-wrap {
    display: none !important;
  }
  .other-lang .footer-sec-wrap.two-column .promo-section-wrap {
    width: 34%;
  }
  .i18n-ja .footer-sec-wrap.two-column .promo-section-wrap {
    width: 35% !important;
  }
  .i18n-ja .footer-sec-wrap.two-column .promo-section-wrap .container-div {
    max-width: 350px;
    width: 100%;
    margin: 0
  }
  .other-lang .banner-wrap .search-wrap, .other-lang .footer-help-cont {
    visibility: hidden;
  }
  /**** For other languages ****/
  /*--Home page---*/
  .node-tnid-27970 .trust-brands-wrap ul li.tb-amazon span {
    background-position: -417px -280px;
    width: 92px;
  }
  /*--Home page ENDS---*/
  /*--Feature page---*/
  .features-banner-wrap .explore-features, .za-captcha-container {
    display: none
  }
  .panel-panel .features-banner-wrap {
    min-height: auto !important;
  }
  /*CRM*/
  #back-top {
    display: none !important;
  }
  /*****************Help Header Menu****************************/
  .main-container-wrapper .product-nav-links .menu > li:nth-child(n+6), .main-container-wrapper #mini-panel-product_menu .product-nav-links .menu > li:nth-child(n+6) {
    display: none;
  }
  .main-container-wrapper .product-nav-links .menu > li:nth-child(n+6).zmenu-bulletin, .main-container-wrapper #mini-panel-product_menu .product-nav-links .menu > li:nth-child(n+6).zmenu-bulletin, .main-container-wrapper .product-nav-links .menu > li:nth-child(n+6).zmenu-services, .main-container-wrapper #mini-panel-product_menu .product-nav-links .menu > li:nth-child(n+6).zmenu-services {
    display: block
  }
  .zmobile-menu-new-content > ul > li:nth-child(n+6) {
    display: none;
  }
  .zmobile-menu-new-content > ul > li:nth-child(n+6).zmenu-bulletin {
    display: block;
  }
  .node-type-product-help-2-0-content-section .zmobile-menu-new-content > ul > li:nth-child(-n+5) {
    display: none
  }
  .helpful-wrap > div:last-child {
    display: none
  }
  .product-nav-links .menu li a.app-title, .zph-sticky .zmobile-menu-new ul li .dropdown-menu a.app-title {
    color: #000 !important;
    font-weight: 600 !important;
    background: none;
  }
  /*****************Help Header Menu****************************/
  .plHr-high-topic-box {
    border: 15px solid #F4F4F4;
    padding: 15px;
    margin-bottom: 30px;
  }
  .plHr-high-topic-box h2 {
    padding: 0 0 10px;
    margin: 0
  }
  /************** CRM Features Banner **************/
  .features-item .content-wrap {
    max-width: 940px
  }
  .features-item .image-part > div {
    max-width: 900px
  }
  /************** CRM Features Banner **************/
  /* webinar new label css */
  .zwp_labelnew {
    position: absolute;
    top: 5px;
    right: -7px;
    padding: 2px 5px;
    background: #ffbe00 none repeat scroll 0 0;
    color: #000;
    font: 11px/1 var(--zf-primary-regular);
    text-transform: uppercase;
  }
  /* webinar new label css */
  /************** CRM Footer **************/
  .bottom-promo {
    text-align: center;
    background: #fff;
    display: block !important;
  }
  .bottom-promo .content-wrap {
    margin: 40px auto
  }
  .bottom-promo .content-wrap a.promo-link {
    color: #00aeef;
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: underline;
  }
  .customer-stories-box {
    padding: 20px 60px;
    background: #fff;
    margin-bottom: 10px
  }
  .customer-stories-box h2 {
    text-align: center;
    font-family: var(--zf-primary-black);
    text-transform: uppercase
  }
  .customer-stories-box h2 a {
    color: #000
  }
  .customer-stories p a span {
    display: inline-block;
    color: #00aeef
  }
  .customer-stories p {
    max-width: 240px;
    margin: 0 auto
  }
  .footer-sec-wrap .promo-section-wrap a {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
    color: #ccc;
  }
  #footer_sec_img {
    margin-bottom: 50px;
  }
 .footer-seolink {
    display: inline!important;
 }
 .btm-whitepaper {
    width: 100%;
    height: 100%;
    background: #f5a927;
    z-index: -1;
    transition: all ease 0.3s;
    padding: 12px 20px;
    font-size: 16px;
 }
 .btm-cta-wrap p{
    font-size: 17px;
 }
  /************** CRM Footer **************/
  /********** CRM HELP FEEDBACK CSS********/
  #TB_window {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    color: #000000;
    display: none;
    left: 50%;
    position: fixed;
    padding: 20px;
    text-align: left;
    top: 50%;
    z-index: 102;
    box-sizing: border-box;
    height: 380px
  }
  #TB_overlay {
    background: none repeat scroll 0 0 #0e161e;
    height: 100%;
    left: 0;
    opacity: 0.96;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  #TB_window a {
    position: relative;
    display: inline-block
  }
  #TB_window > span {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 24px
  }
  #TB_window a:visited {
    color: #666666;
  }
  #TB_ajaxWindowTitle {
    float: left;
  }
  .helpful-wrap {
    display: none
  }
  .help-content-panel .help-content-inner-wrap .script p {
    word-wrap: break-word;
  }
  .help-content-panel .help-content-inner-wrap .faq-list h3 {
    cursor: pointer
  }
  /****** Popup Video ******/
  .video-img-container {
    max-width: 350px;
    position: relative;
    width: 100%;
  }
  .video-img-container:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .video-img-container img {
    width: 100%;
    vertical-align: top;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .videoplay-circle {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 100%;
    display: inline-block;
    height: 45px;
    left: 44%;
    position: absolute;
    top: 41%;
    width: 45px;
    z-index: 1;
    cursor: pointer;
  }
  .videoplay-circle:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #fff;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: " ";
    height: 0;
    left: 44%;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    top: 44%;
    width: 0;
  }
  .video-img-container .video-text {
    bottom: 65px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    color: #333;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  }
  .z-pouup-wrap, .z-popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    z-index: 100;
  }
  .z-pouup-wrap {
    display: none;
  }
  .z-pouup-wrap-inner {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    overflow: auto;
    z-index: 101;
  }
  .z-pouup-wrap-inner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -5px;
  }
  .z-popup-content-inner .popup-data {
    display: block;
  }
  .z-popup-overlay {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
  }
  .z-popup-content-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    width: 100%;
  }
  .z-popup-content {
    margin: 50px auto;
    max-width: 800px;
    background: #fff;
    z-index: 6;
    position: relative;
    text-align: initial;
    width: 90%;
    border: 1px solid #ddd;
  }
  .z-video-wrap .z-popup-content {
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: 70%;
  }
  .popup-data {
    display: none;
  }
  .popup-data-inner {
    padding: 70px;
  }
  .z-popup-close {
    display: block;
    position: fixed;
    right: 25px;
    top: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    text-align: center;
    color: #000;
    text-decoration: none;
    z-index: 2;
    background: url('/creator/images/e-p-sprite.png') no-repeat 10px -6px;
    text-indent: -1000px;
    overflow: hidden;
  }
  .og-context-node-14130 .region-footer:nth-child(2) {
    display: none
  }
  p.pSpan {
    display: none;
  }
  .changePriceContainer-common {
    text-align: right;
  }
  .changeCurrencyCommon {
    padding: 6px 10px 0px;
    border-bottom: 1px solid;
    opacity: 0.3;
    display: none;
    cursor: pointer;
    font-size: 15px;
  }
  .changeCurrencyCommon.showThis {
    display: inline-block;
  }
  .changeCurrencyCommon.action {
    color: #000;
    cursor: default;
    border-bottom: 1px solid #000;
    opacity: 1;
  }
  /* Header Dropdown */
  #mini-panel-product_menu {
    z-index: 99;
  }
  #mini-panel-product_menu .content-wrap {
    overflow: visible;
  }
  .ft-menu-con {
    max-width: 514px;
    width: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 99;
    display: none;
  }
  ul.menu > li.has-dropdown-container:hover > .ft-menu-con {
    display: block;
  }
  .ft-menu-con:hover {
    display: block !important;
  }
  .ft-menu-con-inner {
    padding: 25px;
    position: relative;
  }
  .ft-left-sec, .ft-right-sec {
    float: left;
    width: 52%;
    height: 420px;
    position: relative;
    box-sizing: border-box !important;
  }
  .ft-left-sec ul, .sep-box ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    transition: none;
    z-index: 1;
    border: 0;
  }
  .ft-right-sec {
    float: left;
    width: 48%;
    padding: 0;
  }
  .ft-left-sec {
    box-sizing: border-box;
    border-right: 1px solid #e3e3e3;
  }
  .ft-right-sec {
    box-sizing: border-box;
  }
  .product-nav-links .menu li.ft-list, .og-context-node-96 .product-nav-links .menu li.ft-list:first-child, .og-context-node-96 .product-header-top .menu li.ft-list:first-child {
    display: block;
    list-style-type: none;
    padding: 3px 0 4px 8px;
    position: relative;
    cursor: pointer;
    line-height: 1.6;
    width: 100%;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    border: 0;
  }
  .product-nav-links .menu li.ft-list a {
    padding: 0 !important;
    line-height: 1.6;
  }
  .product-nav-links .menu li.ft-list:hover {
    background: #f4f4f4;
  }
  .product-nav-links .menu li.ft-list.active:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 8px;
    width: 0;
    height: 0;
    border-left: 6px solid #03579B;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .product-nav-links .menu li.ft-list.active {
    background: #CFEFFE;
  }
  .product-nav-links .menu li.ft-list a > span {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-family: var(--zf-primary-regular);
    background: none;
    width: auto;
    height: auto;
    color: #000;
  }
  .product-nav-links .menu li.sub-ftr-lt, .og-context-node-96 .product-nav-links .menu li.sub-ftr-lt:first-child, .og-context-node-96 .product-header-top .menu li.sub-ftr-lt:first-child {
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-top: 0;
    width: 100%;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  .product-header-top .menu li.sub-ftr-lt > a.nav-go, .menu li.sub-ftr-lt > a.nav-go {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    border: none;
    display: block;
    padding: 10px 12px 5px 0 !important;
  }
  a.nav-go h4 {
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
    margin: 0 !important;
    line-height: 24px;
    color: #333;
    padding: 0;
    transition: all ease 0.25s;
    cursor: pointer;
  }
  .product-header-top .menu li.sub-ftr-lt:hover h4, .menu li.sub-ftr-lt:hover h4 {
    color: #2b98f0;
  }
  .product-header-top .menu li.sub-ftr-lt > p, .menu li.sub-ftr-lt > p {
    font-family: var(--zf-primary-regular);
    font-size: 12px;
    line-height: 18px;
  }
  .sep-box {
    display: none;
  }
  .sep-box:first-child {
    display: block;
  }
  .product-nav-links .menu li a.has-dropdown {
    padding-right: 15px !important;
    position: relative;
  }
  .product-nav-links .menu li a.has-dropdown:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    width: 0;
    height: 0;
    border-left: 6px solid #333;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: rotate(90deg);
    margin-top: 4px;
  }
  .product-header-top .product-nav-links .menu li a.has-dropdown:after {
    margin-top: -4px;
  }
  .node-type-zp-home .product-nav-links .menu li a.has-dropdown:after {
    margin-top: 4px;
  }
  .node-type-zp-home .product-header-top .product-nav-links .menu li a.has-dropdown:after {
    margin-top: -4px;
  }
  .product-nav-links .menu li a.ft-tip-go-tag {
    display: block;
    color: #03a9f5 !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    outline: none;
    font-family: var(--zf-primary-semibold);
    position: absolute;
    bottom: 0;
    left: 22px;
    padding: 0;
    border-bottom: 1px solid #03a9f5;
  }
  .product-nav-links .menu li a.ft-tip-go-tag.access-dropdown {
    display: none;
  }
  .ft-right-inner {
    padding: 0 0 0 22px;
  }
  .product-nav-links .ft-menu-con-inner li:nth-child(n+6) {
    display: block;
  }
  /*new footer styles*/
  .footer-sec-wrap.two-column .promo-section-wrap {
    background: #333333;
  }
  .footer-sec-wrap .content-wrap {
    background: #333333;
  }
  .footer-sec-wrap.one-column .content-wrap {
    margin: 0 auto
  }
  .footer-sec-wrap.one-column {
    background: #333333;
  }
  .footer-sec-wrap.one-column .brand_icons {
    max-width: 980px;
    margin: 0 auto;
  }
  .zen .zfooter-submenu-header, .footer-sec-wrap .product-links ul li a {
    color: #cccccc;
  }
  .footer-sec-wrap.two-column .content-wrap > div {
    float: left;
    padding: 60px 60px 40px;
    box-sizing: border-box;
    /*width: 66%;*/
  }
  .footer-sec-wrap.two-column .footer-links-wrap {
    width: 65%; 
}
  .footer-sec-wrap.one-column .content-wrap > div {
    padding: 60px 60px 40px;
    box-sizing: border-box;
  }
  .footer-sec-wrap.two-column .content-wrap > div:after {
    clear: both;
    display: block
  }
  .footer-sec-wrap .product-links ul li a {
    font: 14px/20px 'Roboto';
    font-weight: 400;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  .footer-sec-wrap .product-links ul li a:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: left;
    -webkit-transform-origin: left;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    transition: all ease .45s;
  }
  .footer-sec-wrap .product-links ul li a:hover {
    color: #fff
  }
  .footer-sec-wrap .product-links ul li a:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
  }
  .footer-sec-wrap .product-links h4.connect_us_title:before {
    display: none
  }
  .footer-sec-wrap .product-links.three-column > div > div:first-child {
    padding-bottom: 35px;
  }
  .footer-sec-wrap .product-links.three-column > div:last-child {
    padding: 0
  }
  .brand_icons {
    margin-right: 30px;
    padding-top: 25px;
    border-top: 1px solid #ffffff33;
  }
  .i18n-ar .brand_icons {
    margin-left: 30px;
    margin-right: 0;
  }
  .footer-sec-wrap.two-column .product-links.three-column, .footer-sec-wrap.one-column .product-links.three-column {
    padding-bottom: 30px;
  }
  .footer-sec-wrap.two-column .promo-section-wrap {
    vertical-align: top;
  }
  .zdc-container a:hover, .zlang-container a:hover, .zgh-localization a:hover {
    color: rgb(0, 103, 255);
  }
  .social_icons > div {
    margin-top: 10px
  }
  .bg_lazy_loaded .new_crm_soc_sprite {
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/crm/crm_footer_sprite_new.png);
    display: inline-block;
    vertical-align: middle;
    background-size: 940px;
  }
  .social_icons .new_crm_soc_sprite {
    transition: all 0.5s linear;
    opacity: 1;
    cursor: pointer
  }
  .social_icons .new_crm_soc_sprite.opcty {
    opacity: 0.5
  }
  .soc-icon1 {
    background-position: -735px -22px;
    width: 31px;
    height: 31px;
  }
  .soc-icon2 {
    background-position: -769px -22px;
    width: 31px;
    height: 31px;
  }
  .soc-icon3 {
    background-position: -804px -22px;
    width: 31px;
    height: 31px;
  }
  .soc-icon4 {
    background-position: -839px -22px;
    width: 31px;
    height: 31px;
  }
  .soc-icon5 {
    background-position: -873px -22px;
    width: 32px;
    height: 31px;
  }
  .soc-icon6 {
    background-position: -908px -22px;
    width: 25px;
    height: 31px;
  }
  .soc-icon1, .soc-icon2, .soc-icon3, .soc-icon4, .soc-icon5 {
    margin-right: 8px
  }
  .footer-brand_icon1 {
    background-position: -5px -1px;
    width: 111px;
    height: 68px;
  }
  .footer-brand_icon2 {
    background-position: -117px -1px;
    width: 172px;
    height: 68px;
  }
  .footer-brand_icon3 {
    background-position: -343px -1px;
    width: 111px;
    height: 68px;
  }
  .footer-brand_icon4 {
    background-position: -459px -1px;
    width: 67px;
    height: 66px;
  }
  .footer-brand_icon5 {
    background-position: -530px -1px;
    width: 66px;
    height: 66px;
  }
  .footer-brand_icon6 {
    background-position: -646px -2px;
    width: 78px;
    height: 65px;
  }
  .footer-brand_icon1, .footer-brand_icon2, .footer-brand_icon3, .footer-brand_icon4, .footer-brand_icon5 {
    margin-right: 25px
  }
  /* Header Dropdown - Ends */
  .product-nav-links .menu li:first-child .dropdown-menu > li:last-child a , .product-nav-links .menu li:nth-child(3) .dropdown-menu li:nth-child(17) a{
    font-family: 'Roboto';
    color: #000 !important;
    background: #fff;
    margin: 15px 25px 30px !important;
    border: 1px solid #000;
    transition: background .25s ease;
    text-align: center;
    border-radius: 6px;
  }
  .product-nav-links .menu li:first-child .dropdown-menu > li:last-child a:hover, .product-nav-links .menu li:nth-child(3) .dropdown-menu li:nth-child(17) a:hover {
    border-color: rgb(0, 103, 255);
    color: rgb(0, 103, 255) !important;
  }
.product-nav-links .menu li:nth-child(3) .dropdown-menu li ul:first-child li:last-child a{
    color: #000 !important;
    background: #fff;
    margin: 15px 25px 30px !important;
    border: 1px solid #000;
    transition: background .25s ease;
    text-align: center;
    border-radius: 6px;
}
  .menu .dropdown-menu {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .dropdown-menu .sub-dropdown {
    border-bottom-right-radius: 6px;
  }
  /* .product-nav-links .menu li:first-child .dropdown-menu>li#zmenu-developeredition a {
      font-family: var(--zf-primary-regular);
      margin-top: 0px;
      color: #333 !important;
      background: #fff;
  } */
  /*** Help Conternt Text style ***/
  .c-align-menu {
    display: inline-block;
    vertical-align: top;
    margin: 22px 0 0 20px;
  }
  .product-header-top .c-align-menu {
    margin: 12px 0 0 20px;
  }
  .c-algn {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    padding: 3px 12px 2px;
    background: #d5ebff;
    border-radius: 20px;
    font-size: 12px;
    font-family: var(--primaryfont-regular);
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .c-algn:hover {
    background: #97ccfc;
  }
  .c-algn a {
    color: #000;
  }
  .c-algn.act {
    background: #0067ff !important;
  }
  .c-algn.act a {
    color: #fff;
  }
  section.write-us-wrap {
    display: none;
  }
  section.footer-help-cont h3 {
    line-height: 40px;
    color: #666;
  }
  section.footer-help-cont {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    text-align: center;
  }
  /*** Footer CTA Section Style ***/
  .footer-sec-wrap .product-links h4 {
    margin: 0 0 10px;
    font: 16px var(--zf-primary-bold);
    color: #fff;
    text-transform: uppercase;
    position: relative
  }
  .footer-sec-wrap h4:before, .zau-location > h5:before {
    content: '';
    position: absolute;
    background-color: rgb(255, 198, 0);
    width: 24px;
    height: 2px;
    bottom: -5px;
    left: 0;
  }
  /*** Help Feedback Form ***/
  .helpful-wrap.crm {
    display: block;
  }
  .helpful-wrap.crm .input-field-radio input {
    margin: 20px 6px 0 12px;
  }
  .helpful-wrap.crm .input-field-radio input:first-child {
    margin-left: 0;
  }
  .helpful-wrap.crm > div.feedback span a, .helpful-wrap.crm > div.feedback span {
    display: none;
  }
  .helpful-wrap.crm div.feedback fieldset label > span {
    border: unset;
    background: unset;
    width: unset;
    height: unset;
    cursor: unset;
    padding: 10px 0;
  }
  .helpful-wrap.crm input[type="text"], .helpful-wrap.crm select, .helpful-wrap.crm textarea {
    width: 100%;
    height: 35px;
    line-height: 22px;
    font-size: 14px;
    padding: 0px 5px;
    border: 1px solid #7f7f7f;
    margin: 15px 0 2px;
    max-width: 450px;
  }
  .helpful-wrap.crm select.globalcountrycode:before {
    position: absolute;
    content: '';
    left: 60px;
    top: 18px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #666;
  }
  .helpful-wrap.crm div.zgdprform-opt-container, .helpful-wrap.crm .sign_agree {
    max-width: 450px;
    line-height: 18px;
    padding-bottom: 0;
    color: #000;
    font-family: var(--zf-primary-semibold);
  }
  .helpful-wrap.crm > div .sign_agree p {
    line-height: 18px;
  }
  .helpful-wrap.crm .zgdprform-countrylist-container select.globalcountrycode {
    border: 1px solid #7f7f7f !important;
    border-radius: unset !important;
    -webkit-appearance: none !important;
    box-sizing: unset !important;
    max-width: 430px;
    margin-top: 15px !important;
  }
  .helpful-wrap.crm .text-cent input {
    background: #41abf6;
    color: #fff;
    font-weight: 600;
    border: 1px solid;
    padding: 8px 24px;
    font-size: 14px;
    cursor: pointer;
  }
  .helpful-wrap.crm .feedback label.error {
    font-size: 14px;
  }
  .help-promo-panel {
    display: block;
    margin-bottom: 0;
  }
  /*** Help Feedback Form ***/
  .zp-strike-out {
    text-decoration: line-through;
  }
  .crm-lp.zph-sticky .z-mobile-menu-v2 {
    display: none;
  }
  /* New Common Bottom Section */
  .body-umain .crm-hub-ctasec {
    display: none;
  }
  .footer-sec-wrap {
    border-top: none
  }
 .footer-sec-wrap {
    background: #333;
  }
  .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;
  }
  .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;
  }
  .inner_wrap {
    display: block;
    font-family: var(--zf-primary-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 0.3s;
    text-transform: uppercase;
    border: none
  }
  .other-lang .crm-hub-sinup, .other-lang .btm-cta {
    padding: 12px 20px;
    font-size: 16px
  }
  .i18n-pt-br .btm-cta-txt-con {
    width: 51%;
  }
  .i18n-pt-br .btm-cta-img-con {
    width: 49%;
  }
  .crm-hub-plansbtn {
    background: #fff;
  }
  .btm-cta-inner .crm-hub-plansbtn {
    margin-left: 20px;
    color: #0067ff;
  }
  .crm-hub-sinup::before, .btm-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235, 76, 73);
    z-index: -1;
    transition: all ease 0.3s;
  }
  .btm-whitepaper::before {
    background: #f5a927;
  }
  .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;
  }
  .crm-hub-sinup:hover::before, .btm-cta:hover::before, .btm-whitepaper:hover::before {
    transform: scaleX(1.03);
    -webkit-transform: scaleX(1.03);
  }
  /* New Common Bottom Section - Ends*/
  /* Bottom AU address */
  .zau-location {
    max-width: 350px;
    margin: 40px auto 0;
    min-height: 220px;
    width: 90%;
    text-align: left;
  }
  .zau-location > h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--zf-primary-bold);
    position: relative;
  }
  p.zau-address {
    max-width: 250px;
    font-size: 16px;
    margin-bottom: 25px;
    color: #cccccc;
  }
  p.zau-toll-free {
    font-size: 16px;
    color: #cccccc;
    margin: 10px 0 4px;
  }
  p.zau-title {
    color: #fff;
    font-family: var(--zf-primary-semibold);
  }
  .footer-sec-wrap .zau-location .zau-toll-free span {
    font-size: 16px;
    margin-left: 0;
    font-family: var(--zf-primary-semibold);
    display: block;
  }
  .footer-sec-wrap .zau-location .zau-toll-free span a {
    display: inline;
    color: rgb(255, 198, 0);
  }
  /*common lp crm footer css*/
  .zcrmlp_ftr {
    background: #fff;
    color: #000000;
  }
  .zcrmlp_ftr p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px;
    font-size: 12px;
  }
  .zcrmlp_ftr a, .footer-copy a {
    color: #000000;
    text-decoration: underline;
  }
  /* chat popup css */
  .chat-popup-bg{
    display: none;
    width: 100%;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    max-width: 730px;
  }
  .crm-pop-bg-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.8);
    z-index: 999;
  }
  .crm-pop-conatainer picture{display: inline;}
  .crm-pop-conatainer {
    width: 100%;
    max-width: 730px;
    background: #fff;
    padding: 6px;
    border-radius: 18px;    box-sizing: border-box;
  }
  .bg_lazy_loaded.crm-pop-top-sec {
    position: relative;
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/crm/crm-popup-bg-pattern.png);
    background-size: 25px auto;
    background-repeat: repeat;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .pop-top-content-con {
    max-width: 480px;
    padding: 32px 30px 35px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
  }
  .crm-pop-header {
    font: 34px/1.1 var(--zf-primary-extrabold);
    margin: 0 0 10px;
    padding: 0;
    color: #fff;letter-spacing: 0;
  }
  .hlp-txt {
    font: 18px/1.5 var(--zf-primary-regular);
    letter-spacing: -0.5px;
    padding: 0 0 20px;
    margin: 0;
    color: #b0caff;
  }
 .pop-top-content-con a{
    font: 16px/1.5 var(--zf-primary-semibold);
    padding: 10px 20px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
 }
  .chat-us-btn{
    background: #f6c401;
    color: #000;
    margin-right: 20px;
 }
  .crm-pop-cta {
    background: #f0483e;
    color: #fff;
  }
  .crm-trst-txt {
    color: #fcd391;
    font: 15px/1.5 var(--zf-primary-bold);
    margin: 15px 0 0;
  }
  .crm-pop-image {
    position: absolute;
    right: 0;
    bottom: -18px;
    display: block;
    width: 288px;
  }
  .crm-pop-btm-sec {
    padding: 30px 30px 30px;
    background: #fff;
    position: relative;
    text-align: center;
  }
  .intrst-txt {
    font: 18px/1.6 var(--zf-primary-semibold);
    margin: 0;
    padding: 0; letter-spacing:0;
  }
.intrst-txt span:not(:first-child){
    position: relative;
    margin-left: 15px;
}
.intrst-txt span:not(:first-child):after {
    content: '';
    position: absolute;
    background: #000;
    height: 62%;
    width: 2px;
    left: -8px;
    top: 4px;
}
  .crmpop-prd-con {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;justify-content: space-between;
      max-width: 645px;
  }
  .crmpop-prd-name {
    display: inline-block;
    position: relative;
    font: 16px/1.4 var(--zf-primary-bold);
    margin: 0 0 2px;
    padding: 0 30px 0 0; letter-spacing:0;
  }
  .crmpop-prd-name:after {
    background-position: -39px -7px;
    width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    top: 1px;
    right: 4px;
  }
  .prd-desc {
    font: 16px/1.4 var(--zf-primary-regular);
    margin: 0;
    padding: 0; letter-spacing:0;
  }
  .crmpop-prd-sec.bigin {
    position: relative;
  }
  .crmpop-prd-sec.bigin:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translateY(-50%);
    background: #d3d9e3;
    width: 1px;
    height: 50px;
  }
  .bg_lazy_loaded.popz-close, .bg_lazy_loaded .crmpop-prd-name:after {
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/crm/crm-popup-sprite.svg);
  }
  .popz-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -6px -6px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    z-index: 2;
  }
  .crmpop-go-tag {
    text-decoration: none;
    cursor: pointer;
    color: #000;
  }
  /*signup loader css start*/
  .loader_popupSec {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #0d1e2f;
    content: "";
    display: block;
    overflow: hidden;
    top: calc(100vh);
    left: 0;
    transition: all 0.4s 0.7s;
    opacity: 0;
  }
  .loader_cont {
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    margin: 0;
    transition: all 0.4s 0.7s;
  }
  .loader_des {
    font: 22px/1.2 Roboto;
    color: #fff;
    text-align: center;
    padding-top: 20px;
  }
  .loader_popupSec.active {
    top: 0;
    opacity: 1;
  }
  .loader_popupSec.active .loader_cont {
    transform: translate(-50%, -50%) scale(1);
  }
  /*signup loader css end*/
  /*password Eye icon css start*/
  .sgfrm {position:relative;}
  .pwd_eye {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 27px;
    right: 0px;
    cursor: pointer;
    z-index: 1;
    content: "";
    display: inline-block;
  }
  .pwd_eye::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 14px;
    background: url('//cdn.zoho.com.cn/sites/zweb/images/crm/crm_footer_sprite_new.png') no-repeat -618px -5px;
    background-size: 940px auto;
    top: 14px;
    left: 11px;
  }
  .i18n-ar .pwd_eye, .i18n-he .pwd_eye {
    right: unset;
    left: 2px;
  }
  #czone-home .pwd_eye {
    top: 2px;
  }
  .pwd_eye.eye_show:after {
    background-position: -597px -5px;
  }
.signup-box input[type='password'] {padding: 15px 45px 14px 12px;}
  /*password Eye icon css end*/
  /*signup OTP sec css start*/
.mobile-container, .za-rmobile-container {
    margin-top: 15px;
}
.verifyheader {
    font: 15px/1.4 var(--primaryfont-regular);
    margin-bottom: 15px;
}
.signupotpcontainer .otpmobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.otpAlert {
    margin-top: 15px;
}
.signupotpcontainer .resendotp.otp_hide {display: none}
.resendotp.nonclickelem {
    opacity: .3;
    pointer-events: none;
}
.za-rmobile-container #countryCodeDiv::before {
    display: none
}

  /*signup OTP sec css end*/
  .menu .dropdown-menu.solution-drpdwn {
    /*padding-right: 30px;*/
    width: 380px !important;
  }
  .dropdown-menu.solution-drpdwn ul {
    min-height: unset !important;
  }
  .two-clmbox li:hover a {
    color: #0067ff !important;
    background: #fafafa;
  }
  .case-cmb:hover a, .case-cmb li:hover a {
    background: unset !important
  }
  .two-clmbox {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .menu .case-cmb {
    background: #f2f7ff;
    margin-top: 15px !important;
    padding-top: 13px !important;
  }
  .menu .rgtclm li span, .menu .rgtclm li a {
    padding: 7px 15px !important;
  }
  .menu .case-cmb li a {
    color: #0067ff;
    font-size: 14px !important;
  }
  .menu .rgtclm li .case-title {
    padding: 7px 15px 5px !important;
  }
  .menu .rgtclm li .case-para {
    padding: 0px 15px !important;
  }
  .case-title {
    color: #000;
    line-height: 22px !important;
    display: inline-block;
    font-size: 16px !important;
    white-space: nowrap;
    font-family: var(--zf-primary-bold);
  }
  .case-para {
    color: #000;
    display: inline-block;
    font: 400 14px/1.5 "Roboto";
  }
.menu .menu-hot {
    background-image: none;
    position: initial;
    background-color: #f6ed66;
    position: relative;
    top: -2px;
    padding: 4px;
    left: 4px;
    border-radius: 8px;
    font-size: 10px;
    color: #ff0000;
    font-weight: bold;
}
  /*webinar banner without slick css*/
  .node-type-zp-recorded-webinars .zpov-slider, .node-type-zp-webinars .zpov-slider {
    opacity: 1;
    padding: 80px 0 0 0;
    margin: -80px auto 0;
    position: relative;
  }
  .node-type-zp-webinars .zpov-banner .zpov-slider .zpov-content, .node-type-zp-recorded-webinars .zpov-banner .zpov-slider .zpov-content {
    opacity: 1;
    top: 0;
  }
  .node-type-zp-webinars .zpov-banner .zpov-slider .zpov-content > span, .node-type-zp-webinars .zpov-banner .zpov-slider .zpov-content > h1, .node-type-zp-webinars .zpov-banner .zpov-slider .zpov-content > h4, .node-type-zp-webinars .zpov-banner .zpov-slider .zpov-content > p, .node-type-zp-recorded-webinars .zpov-banner .zpov-slider .zpov-content > span, .node-type-zp-recorded-webinars .zpov-banner .zpov-slider .zpov-content > h1, .node-type-zp-recorded-webinars .zpov-banner .zpov-slider .zpov-content > h4, .node-type-zp-recorded-webinars .zpov-banner .zpov-slider .zpov-content > p {
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .node-type-zp-webinars .zpov-slider > div, .node-type-zp-recorded-webinars .zpov-slider > div {
    padding: 30px 0 0px 0px;
  }
  .footer-sec-wrap .product-links>div {
    position: relative;
    display: table-cell;
}
.social_icons {
    position: absolute;
    bottom: 45px;
}
.footer-sec-wrap .product-links ul li a.learnmore {
    padding-top: 20px;
    margin: 0 auto
}
.footer-sec-wrap .product-links ul li a.learnmore span{
    background: #ffc600;
    width: 12px;
    height: 1px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    transition: all ease .35s;
}
.footer-sec-wrap .product-links ul li a.learnmore span:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #ffc600;
    transform: rotate(-45deg);
    border-left: 0;
    border-top: 0;
    top: -3px;
    right: 0;
}
.i18n-ar .footer-sec-wrap .product-links ul li a.learnmore span {
    margin: 2px 7px 0 0;
}
.i18n-ar .footer-sec-wrap .product-links ul li a.learnmore span:before {
    right: unset;
    left: 0;
    transform: rotate(-225deg);
}
  /*Media query starts*/

  @media only screen and (max-width: 1380px) {
    /*new footer styles*/
    .footer-brand_icon1, .footer-brand_icon2, .footer-brand_icon3, .footer-brand_icon4, .footer-brand_icon5, .footer-brand_icon6 {
      margin-bottom: 20px
    }
    .footer-brand_icon1, .footer-brand_icon2, .footer-brand_icon3, .footer-brand_icon4, .footer-brand_icon5 {
      margin-right: 15px;
    }
    .i18n-ar .footer-brand_icon1, .i18n-ar .footer-brand_icon2, .i18n-ar .footer-brand_icon3, .i18n-ar .footer-brand_icon4, .i18n-ar .footer-brand_icon5 {
      margin-left: 15px;
    }
  }
  @media only screen and (max-width: 1200px) {
  .other-lang .social_icons {
      position: static;
  }
    /*new footer styles*/
   .product-header-top {
       display: block;
   }
    .footer-sec-wrap.two-column .content-wrap > div, .footer-sec-wrap.one-column .content-wrap > div {
      padding: 60px 30px 40px;
    }
    .i18n-ar .soc-icon1, .i18n-ar .soc-icon2, .i18n-ar .soc-icon3, .i18n-ar .soc-icon4, .i18n-ar .soc-icon5 {
      margin-left: 4px;
    }
  }
  @media only screen and (max-width: 1279px) {
  .guide_tour{
      display: none !important
  }
  }
  @media only screen and (max-width:1199px) {
    /*new footer styles*/
    .node-type-zp-home .product-nav-links .menu li a.has-dropdown:after {
      margin-top: 4px;
    }
     .zw-product-header .menu li {
    margin-left: 25px;
}
  }
  @media only screen and (max-width:1140px) {
   .product-header-top {
       display: none;
   }
  }
  @media only screen and (max-width: 1080px) {
    /*new footer styles*/
    .footer-sec-wrap .product-links > div {
      padding: 0 15px 0 0;
    }
    .soc-icon1, .soc-icon2, .soc-icon3, .soc-icon4, .soc-icon5 {
      margin-right: 4px
    }
    .i18n-ar .soc-icon1, .i18n-ar .soc-icon2, .i18n-ar .soc-icon3, .i18n-ar .soc-icon4, .i18n-ar .soc-icon5 {
      margin-left: 2px;
    }
    .i18n-ar .footer-sec-wrap .product-links.three-column > div:last-child {
      padding: 0 15px 0 0;
    }
    .soc-icon1, .soc-icon2, .soc-icon3, .soc-icon4, .soc-icon5 {
      margin: 10px 25px 10px 0;
    }
    .brand_icons {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 1023px) {
    /* New Common Bottom Section*/
    .Nc_wrap {
      white-space: inherit;
    }
 .footer-sec-wrap.two-column {
    padding: 0 0 50px;
  }
    .btm-cta-txt-con, .i18n-pt-br .btm-cta-txt-con {
      width: 100%;
      text-align: center;
    }
    .crm-hub-ctasec {
      padding: 65px 30px 70px;
    }
    .btm-cta-img-con {
      display: none;
    }
    .btm-cta-inner .btm-cta-para {
      font-size: 20px;
      line-height: 26px;
      padding: 4px 0 18px;
    }
    .btm-cta-inner h3 {
      font-size: 38px;
      line-height: 42px;
      padding-bottom: 8px;
    }
     .product-nav-links .menu li a {
        padding: 10px 2px;
    }
  }
  @media only screen and (max-width:992px) {
    /*zwf_webform style start*/
    .zwf_side_form h2 {
      font-size: 24px;
    }
    .zwf_side_form .zwf_top_sec {
      max-height: unset;
    }
    .zwf_side_form .zwf_formgroup.fixed {
      position: relative;
    }
    /*zwf_webform style end*/
    /*new footer styles*/
    .i18n-ja .footer-sec-wrap.two-column .promo-section-wrap {
      width: 100% !important;
    }
    .i18n-pt-br .crm-hub-sinup, .i18n-pt-br .btm-cta {
      padding: 12px 24px;
    }
    .node-type-zp-home .product-nav-links .menu li a.has-dropdown:after {
      margin-top: 3px;
    }
    .product-nav-links .menu li a.ft-tip-go-tag {
      font-size: 14px;
    }
    .ft-menu-con {
      max-width: 450px;
    }
    .product-nav-links .menu li.ft-list > span {
      font-size: 14px;
    }
    .ft-menu-con-inner {
      padding: 25px;
    }
    .ft-left-sec, .ft-right-sec {
      height: 390px;
    }
    .product-nav-links .menu li.ft-list {
      line-height: 20px;
      padding: 3px 0 4px 8px;
    }
    a.nav-go h4 {
      font-size: 12px;
      line-height: 20px;
    }
    .product-header-top .menu li.sub-ftr-lt > a.nav-go, .menu li.sub-ftr-lt > a.nav-go {
      padding: 2px 12px 0px 0;
    }
    .ft-right-inner {
      height: 290px;
    }
    #footer_sec_img {
      margin-bottom: 0;
    }
    .footer-sec-wrap.two-column .promo-section-wrap {
      width: 100% !important;
    }
    .i18n-ar .btm-cta-inner h3, .i18n-ar .btm-cta-inner .btm-cta-para, .i18n-ar .btm-cta-inner .btm-cta-txt-con, .i18n-ar .inner_wrap {
      text-align: center;
    }
    .i18n-en .footer-sec-wrap.two-column .content-wrap > div, .i18n-ja .footer-sec-wrap.two-column .content-wrap > div {
      display: block
    }
    .i18n-en .footer-sec-wrap.two-column .content-wrap .promo-section-wrap, .i18n-ja .footer-sec-wrap.two-column .content-wrap .promo-section-wrap {
      text-align: left;
      padding: 60px 0 30px 10px;
    }
    .footer-sec-wrap .product-links > div {
      padding: 0 30px 0 0;
    }
    .i18n-ar .footer-sec-wrap .product-links.three-column > div:last-child {
      padding: 0 30px 0 0;
    }
    .footer-sec-wrap.two-column .footer-links-wrap, .i18n-ar .footer-sec-wrap.two-column .footer-links-wrap, .footer-sec-wrap.one-column .footer-links-wrap {
      width: 100% !important;
      padding: 60px 30px;
    }
    .footer_connect_us h4 {
      display: inline-block
    }
    .footer_connect_us > div {
      padding: 30px 0 50px;
    }
    .footer_sec .social_icons {
      padding-bottom: 40px;
    }
    .footer_connect_us {
      padding: 0 30px;
    }
    .soc-icon1, .soc-icon2, .soc-icon3, .soc-icon4, .soc-icon5 {
      margin-right: 8px;
    }
    .i18n-ar .soc-icon1, .i18n-ar .soc-icon2, .i18n-ar .soc-icon3, .i18n-ar .soc-icon4, .i18n-ar .soc-icon5 {
      margin-left: 8px;
    }
  }
  .footer-sec-wrap .zen .product-links ul > li {
    float: none;
    margin: 0;
    display: block;
    position: relative;
  }
  .zen .zfooter-submenu-header {
    font-size: 15px;
    cursor: pointer;
    padding-left: 0px;
    position: relative;
    line-height: 30px;
    color: #333;
  }
  .i18n-ar .zen .zfooter-submenu-header {
    padding: 0 20px 0 0;
  }
  .footer-sec-wrap .zen .product-links ul li .zfooter-submenu {
    display: none;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .i18n-ar .footer-sec-wrap .zen .product-links ul li .zfooter-submenu {
    padding: 0 40px 0 0;
  }
  .footer-sec-wrap .zen .product-links .zfooter-submenu li {
    display: block !important;
  }
  .footer-sec-wrap .zen .product-links .zfooter-submenu li a {
    font-size: 14px;
    line-height: 1.4;
  }
  @media only screen and (max-width: 991px) {
    /*** Help Feedback Form ***/
    .helpful-wrap.crm input[type="text"], .helpful-wrap.crm select, .helpful-wrap.crm textarea, .helpful-wrap.crm div.zgdprform-opt-container, .helpful-wrap.crm .sign_agree {
      max-width: 400px;
    }
    .helpful-wrap.crm .zgdprform-countrylist-container {
      max-width: 380px !important;
    }
    /*other language*/
    .other-lang .footer-sec-wrap.two-column .content-wrap > div.promo-section-wrap {
      display: none;
      padding: 0
    }
    .i18n-ja .footer-sec-wrap.two-column .content-wrap > div.promo-section-wrap {
      display: block;
      padding: 60px 30px 40px;
      width: 100% !important
    }
    .node-type-zp-webinars .zpov-slider {
      padding: 60px 0;
    }
    .zgh-nav > ul > li:nth-last-child(3) {
      display: none
    }
    .node-type-zp-webinars .zpov-slider > div {
      padding: 30px 0;
    }
      .zw-product-header .menu li {
    margin-left: 0px;
}
     .product-nav-links .menu li a {
        padding: 10px 5px;
    }
  }
  @media screen and (max-width: 900px) {
    /*new footer styles*/
    .footer_sec .brand_icons, .footer_sec .social_icons {
      float: none;
      width: 100%;
      margin: 0 auto;
      text-align: left
    }
    .c-algn {
      padding: 2px 8px 1px;
      margin: 0 4px;
    }
    .umb-body .menu {
      padding: 0 15px;
    }
    .umb-body #mini-panel-product_menu .content-wrap > .product-nav-links li {
      margin: 0 6px 0 8px;
    }
  }
  @media only screen and (max-width:767px) {
    .zw-product-header .content-wrap {
         padding: 10px 0 0;
    }
    /* New Mobile Menu CSS */
   .social_icons {
    position: static;
   }
    .umb-body .product-title {
      margin-top: 0px !important;
    }
    .umb-body .c-align-menu {
      margin: 0;
    }
    .umb-body .field-body {
      padding-top: 65px;
    }
    .umb-body .field-body .field-body {
      padding-top: 0;
      margin-top: -12px;
    }
    .umb-body .c-algn {
      margin: 0 6px;
      padding: 3px 12px 2px;
    }
    .umb-body .zcrm-home-banner-sec {
      padding: 65px 0 0;
    }
    .body-umain .umb-body .c-align-menu {
      margin: 0;
      position: absolute;
      width: 100%;
      left: 10px;
      top: 65px;
    }
    .body-umain .umb-body .zp-home-banner-wrap {
      padding: 35px 0 0;
    }
    .body-umain .umb-body .zcrm-home-banner-sec {
      padding: 60px 0 0;
    }
    .z-bottom-cta-menu.crm-two-col-btn a {
      display: inline-block;
      width: 50%;
      font-size: 14px;
      padding: 16px 0 14px;
      margin-left: 0;
    }
    .z-bottom-cta-menu a.crm-callbck-btn {
      display: none;
      background: #00000000;
      color: #000;
      border-right: 2px solid #000;
      margin-left: 50px;
    }
    .z-bottom-cta-menu.crm-two-col-btn a.crm-callbck-btn {
      display: inline-block;
    }
    .z-bottom-cta-menu.crm-two-col-btn {
      display: flex;
      border: 1px solid #000;
    }
    /*new footer styles*/
    .ft-menu-con {
      display: none !important;
    }
    /* New Common Bottom Section*/
    .zcrm-pricingtoggle {
      display: none !important;
    }
    .btm-cta-inner h3 {
      font-size: 32px;
    }
    .crm-hub-sinup {
      font-size: 16px;
      padding: 12px 24px;
    }
    .crm-hub-ctasec .zcrm-pricingtoggle {
      display: none !important;
    }
    /* Mobile Menu CSS */
    .zmobile-menu-new ul li a, .zmobile-menu-new ul li > span {
      padding: 8px 25px 8px 0 !important;
    }
    .dropdown-menu .sub-dropdown li::before {
      display: none;
    }
    .dropdown-menu .sub-dropdown li {
      background: #fff !important;
    }
    /* Bottom AU address - Ends*/
    .node-type-z-signup .signup-box .socl-signup {
      display: block;
    }
    .act-btn.cta-btn {
      display: none !important;
    }
    .z-bottom-cta-menu a {
      color: #fff;
      background: #f0483e;
    }
    /*** Help Conternt Text style ***/
    .i18n-ar .footer-sec-wrap .product-links > div, .i18n-ar .footer-sec-wrap .product-links.three-column > div:last-child {
      padding: 0;
    }
    .i18n-ar h4.connect_us_title {
      text-align: right;
    }
    body:not(.node-type-zp-home) .zgh-accounts .zgh-signup {
      display: none;
    }
    .footer-brand_icon1, .footer-brand_icon2, .footer-brand_icon3, .footer-brand_icon4 {
      margin-bottom: 20px
    }
    .footer-sec-wrap .product-links.three-column > div > div {
      padding-bottom: 35px;
    }
    .main-container-wrapper .product-nav-links .menu > li.featured-apps-part, .main-container-wrapper #mini-panel-product_menu .product-nav-links .menu > li.featured-apps-part {
      display: block;
    }
    .product-nav-links .menu li:first-child .dropdown-menu > li:last-child a {
      background: transparent;
    }
    .i18n-en .footer-sec-wrap.two-column .content-wrap .promo-section-wrap, .i18n-ja .footer-sec-wrap.two-column .content-wrap .promo-section-wrap {
      text-align: center;
    }
    .i18n-en .footer-sec-wrap .promo-section-wrap a, .i18n-ja .footer-sec-wrap .promo-section-wrap a,.i18n-en-in .footer-sec-wrap .promo-section-wrap a,.i18n-en-au .footer-sec-wrap .promo-section-wrap a {
      display: block;
    }
    #footer_sec_img {
      margin-bottom: 50px;
    }
    .node-type-product-help-2-0-content-section .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li:nth-child(-n+5) {
      display: none
    }
    /*.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li:nth-child(n+6){display:none}*/
    .node-type-product-help-2-0-content-section .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li:nth-child(n+6) {
      display: inline-block
    }
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li.featured-apps-part {
      display: block
    }
    #mini-panel-product_menu .menu-icon-help-header .product-title a {
      padding-top: 1px;
    }
    .zmobile-menu-new .two-clmbox {
      padding: 0 0 0 15px;
    }
    .zmobile-menu-new .case-cmb ul {
      padding: 0;
    }
    .zmobile-menu-new ul li > span.case-para {
      padding: 7px 25px 0 12px !important;
    }
    .case-cmb li a {
      color: #0067ff !important;
    }
    .case-para {
      font-size: 13px !important;
    }
  }
  @media screen and (max-width: 550px) {
    /* New Common Bottom Section*/
    .btm-cta-inner .crm-hub-plansbtn {
      margin: 20px 0 0;
    }
    /*** Help Feedback Form ***/
    .helpful-wrap.crm input[type="text"], .helpful-wrap.crm select, .helpful-wrap.crm textarea, .helpful-wrap.crm div.zgdprform-opt-container, .helpful-wrap.crm .sign_agree {
      max-width: 300px;
    }
    .helpful-wrap.crm .zgdprform-countrylist-container {
      max-width: 280px !important;
    }
  }
  @media screen and (max-width: 480px) {
    /*** Footer CTA Section Style ***/
    .footer-sec-wrap .product-links h4 {
      margin: 0;
      background: #333333;
      border: none
    }
    .i18n-en .footer-sec-wrap.two-column .content-wrap .promo-section-wrap, .i18n-ja .footer-sec-wrap.two-column .content-wrap .promo-section-wrap {
      text-align: center;
      padding: 60px 0 30px;
    }
    .footer-sec-wrap h4:before {
      display: none
    }
    .footer-sec-wrap .product-links.three-column > div > div:first-child, .footer-sec-wrap .product-links.three-column > div > div {
      padding-bottom: 0;
    }
    .footer-sec-wrap .product-links h4:after {
      border-color: #fff;
    }
    .footer-sec-wrap .product-links h4.connect_us_title:after {
      display: none
    }
    .social_icons {
      padding: 0 0 30px
    }
    .social_icons > div {
      padding: 0 30px
    }
    h4.connect_us_title {
      font: 16px var(--zf-primary-bold);
      color: #fff;
      text-transform: uppercase;
      padding: 0 30px;
    }
    .other-lang .footer-sec-wrap.two-column .content-wrap .footer-links-wrap {
      padding-top: 30px
    }
    .brand_icons {
      padding: 30px 30px 30px 25px;
      margin-right: 0px;
    }
    .i18n-ar .brand_icons {
      margin-left: 0px;
      margin-right: 0;
    }
    .footer_connect_us > div {
      border-top: unset;
    }
    .footer-sec-wrap .product-links ul li a {
      line-height: 30px;
    }
    .footer-sec-wrap .product-links ul {
      padding: 10px 30px;
    }
    .footer-brand_icon1, .footer-brand_icon2, .footer-brand_icon3, .footer-brand_icon4 {
      margin: 0 0 20px
    }
    .footer-brand_icon1, .footer-brand_icon3, .footer-brand_icon4, .footer-brand_icon55 {
      margin-right: 15px;
    }
    .i18n-ar .footer-brand_icon1, .i18n-ar .footer-brand_icon3, .i18n-ar .footer-brand_icon4 {
      margin-left: 15px;
    }
    .footer-sec-wrap.two-column .content-wrap > div, .footer-sec-wrap.one-column .content-wrap > div {
      padding: 60px 0 40px;
    }
    .footer-sec-wrap .product-links ul li a:before {
      display: none
    }
    .footer-sec-wrap .product-links > div, .i18n-ar .footer-sec-wrap .product-links > div, .i18n-ar .footer-sec-wrap.two-column .footer-links-wrap {
      padding: 0;
    }
    .footer-sec-wrap .product-links.three-column > div > div, .footer-sec-wrap .product-links > div:nth-last-child(2), .footer-sec-wrap .product-links > div:nth-last-child(1) {
      border-bottom: 1px solid rgb(132, 141, 155, 0.4);
    }
    .footer_sec .brand_icons {
      padding-top: 30px;
      border-top: 1px solid rgb(132, 141, 155, 0.4);
    }
    .footer-sec-wrap.two-column .product-links.three-column, .footer-sec-wrap.one-column .product-links.three-column {
      padding-bottom: 20px;
    }
    .i18n-ja .footer-sec-wrap.two-column .content-wrap > div.promo-section-wrap {
      display: block;
      width: 100% !important;
    }
    .soc-icon1, .soc-icon2, .soc-icon3, .soc-icon4, .soc-icon5 {
      margin: 10px 25px 10px 0;
    }
    .i18n-ar .soc-icon1, .i18n-ar .soc-icon2, .i18n-ar .soc-icon3, .i18n-ar .soc-icon4, .i18n-ar .soc-icon5 {
      margin-left: 25px;
    }
    .zen .zfooter-submenu-header {
      line-height: 35px;
    }
    /*** Help Conternt Text style ***/
    .helppage-socialsec li {
      display: block;
    }
    .helppage-socialsec li:nth-child(-n+2) {
      border-right: none;
      padding-right: 0;
    }
    .footer-sec-wrap .product-links ul li a:hover {
      color: #cccccc
    }
    .footer-sec-wrap.two-column .content-wrap>div {
      display: block;
      width: 100%;
  }
.footer-sec-wrap .product-links>div {
    display: block;
    overflow: hidden;
 }
  }
  @media only screen and (max-width: 400px) {
    /*** Help Feedback Form ***/
    .helpful-wrap.crm input[type="text"], .helpful-wrap.crm select, .helpful-wrap.crm textarea, .helpful-wrap.crm div.zgdprform-opt-container, .helpful-wrap.crm .sign_agree {
      max-width: 240px;
    }
    .helpful-wrap.crm .zgdprform-countrylist-container {
      max-width: 220px !important;
    }
  }
  @media only screen and (max-width: 380px) {
    .footer-sec-wrap .promo-section-wrap > a {
      padding: 0 20px;
      box-sizing: border-box;
    }
  }
  @media screen and (max-width: 360px) {
    /*** Help Conternt Text style ***/
    .footer_sec .brand_icons {
      max-width: 100%;
      text-align: center;
    }
    .footer-brand_icon1, .footer-brand_icon2, .footer-brand_icon3, .footer-brand_icon4, .footer-brand_icon5 {
      margin: 0 auto 20px !important;
      display: block
    }
    .footer-brand_icon5 {
      margin-bottom: 0
    }
  }
   .other-lang .footer-sec-wrap.two-column .promo-section-wrap {
   width: 34% !important;
   }
  @media only screen and (max-width: 1300px) and (min-width: 768px) {
    /*** Help Conternt Text style ***/
    .footer-sec-wrap.two-column .promo-section-wrap {
      width: 35% !important;
    }
    .other-lang .footer-sec-wrap.two-column .promo-section-wrap {
      width: 34% !important;
    }
    .i18n-ja .footer-sec-wrap.two-column .promo-section-wrap {
      width: 35% !important;
    }
    .i18n-en .footer-sec-wrap.two-column .content-wrap > div, .i18n-ja .footer-sec-wrap.two-column .content-wrap > div {
      display: table-cell
    }
    .footer-sec-wrap.two-column .footer-links-wrap {
      width: 65% !important;
    }
    .i18n-ar .footer-sec-wrap.two-column .footer-links-wrap {
      width: 68% !important;
    }
    .footer-sec-wrap.two-column .content-wrap > div, .footer-sec-wrap.one-column .content-wrap > div {
      padding: 60px 30px 40px;
    }
    .footer-sec-wrap .product-links > div {
      padding: 0 30px 0 0;
    }
    .i18n-en .footer-sec-wrap.two-column .content-wrap .promo-section-wrap, .i18n-ja .footer-sec-wrap.two-column .content-wrap .promo-section-wrap {
      text-align: center;
    }
    .i18n-en .footer-sec-wrap .promo-section-wrap a, .i18n-ja .footer-sec-wrap .promo-section-wrap a,.i18n-en-in .footer-sec-wrap .promo-section-wrap a,.i18n-en-au .footer-sec-wrap .promo-section-wrap a {
      display: inline-block;
      max-width: 330px;
      margin: auto 1.5%;
    }
    .i18n-en .footer-sec-wrap .promo-section-wrap .partner-banner, .i18n-ja .footer-sec-wrap .promo-section-wrap .partner-banner {
      margin: auto 20px;
    }
    .footer-brand_icon1, .footer-brand_icon2, .footer-brand_icon3, .footer-brand_icon4, .footer-brand_icon5 {
      margin-bottom: 20px
    }
  }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .footer-sec-wrap .zen .product-links > div {
      display: table-cell;
    }
    .footer-sec-wrap.two-column .content-wrap > div, .i18n-ar .footer-sec-wrap.two-column .content-wrap > div, .footer-sec-wrap.one-column .content-wrap > div {
      display: block !important;
      width: 100% !important;
      text-align: left !important;
      float: none !important
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-nav-links .menu li a {
      margin-top: 2px;
      padding: 10px 5px
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li {
      margin-left: 22px;
    }
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li:first-child {
      margin-left: 0;
    }
    .footer-brand_icon1, .footer-brand_icon2, .footer-brand_icon3, .footer-brand_icon4, .footer-brand_icon5, .footer-brand_icon6 {
      margin-bottom: 0 !important
    }
  }
/*CRM 底部加图片样式调整*/
.footer-sec-wrap .promo-section-wrap .article-list .btm-cta-wrap {
    padding: 0!important;
    margin-top: 0!important;}
.footer-sec-wrap .promo-section-wrap span a:before {display:none;}
/*CRM 底部加图片样式调整*/
.wechat-info {
    height: 329px;
    width: 180px;
}
.wechat .wechat-info{
    bottom: 324px;
}
/*Signup Tips*/
form{
     transition: all 0.5s;
}
.cn-tips-new {
   opacity: 0;
    transition: all 0.9s;
    display: none;
    border: 1px solid #f00;
    line-height: 20px;
    border-radius: 5px;
    padding: 4px 10px;
    margin-top: 6px;
}
.cn-tips-new p{
    line-height: 20px;
    color: #f00;
    font-size: 12px;
    margin: 0;
}
input.sgnemail:focus~div,input.sgnpaswrd:focus+div{
     opacity: 1;
     display: block;
     animation: hideIndex 0.8s;
    -moz-animation: hideIndex  0.8s; /* Firefox */
    -webkit-animation: hideIndex  0.8s; /* Safari and Chrome */
    -o-animation: hideIndex  0.8s; /* Opera */
}
@keyframes hideIndex{
    0%{ opacity: 0;  }
    100%{opacity: 1;  }
}
input.sgnemail:focus~div.cn-tips-new-email{
     width:158px;
}
input.sgnpaswrd:focus+div.cn-tips-new-password{
     width:306px;
}
/*Signup Tips End*/

/*QR Code hide*/

.right_fc {
 display: none !important;
}

/*QR Code hide*/
.canvs-new-label.ftr-ele{
 display: none;
}

/*********White paper form Style Start***********/
.bps input {
	padding: 4px;
}

.bps .hint {
	font-size: 14px;
	display: block;
	text-align: left;
	margin: 4px 0px;
	color: #f0483e;
}

.bps .mask {
	background: #000;
	filter: alpha(opacity=65);
	opacity: .65;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: block;
}

.bps .zw-template-inner .contactus .section-1 .section-left h1 {
	font-size: 40px;
	color: #202020;
	margin: 0 auto;
}

.bps .zw-template-inner .contactus .section-1 {
	width: 1200px;
	margin: 0 auto;
	/*position: absolute;
	left: 16%;
	top: 32%;*/
}
		/*.section-left{width:46%;color:#fff;}*/
.bps .color-element {
	width: 100px;
	height: 6px;
	background: #fff;
	margin-top: 16px;
}

/*h2 {
	margin-top: 60px;
	margin-bottom: 40px;
}*/

.bps .content-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
}

.bps .content p {
	font-size: 18px;
	line-height: 36px;
}

.bps .content-erweima {
	margin-top: 40px;
}

.bps .content-bg {
	margin-top: -160px;
	margin-left: 240px;
}

.bps .signup-form {
	width: 547px;
    display:inline-block !important;
    height: 458px !important;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 12px 6px #99999924;
    position: absolute;
    right: 20%;
    top: 0;
    padding-top: 2%;
    margin-top: 10%;
    border-radius: 8px;
}

.bps .form-btn {
	font-size: 16px;
	line-height: 40px;
	padding: 0 60px;
	background: #f0483e;
	text-transform: uppercase;
	border: 0;
	color: #fff;
        margin-right: 5px;
        margin-bottom: 5px;
}

.bps .form-btns {
	font-size: 16px;
	line-height: 40px;
	padding: 0 60px;
	background: #f0483e;
	text-transform: uppercase;
	border: 0;
	color: #fff;
        margin-bottom: 5px;
}

.bps .form-name {
	word-break: break-word;
	text-align: left;
	font-size: 16px;
	font-family: Arial;
	width: 23%;
}

.bps .text box {
	width: 80%;
}

.bps .book-b img{
	 margin-top: 47px;
    max-width: 549px;
    height: 410px;
    width: 100%;
}
.bps .book-b {
    width:50%;
}
.bps .bottom-promo {
	display: none;
}
.bps .section-left img{
	width: 33px;
    height: 38px;
    float: left;
    margin-top: 4px;
    margin-right: 15px;
}

.bps .contactus{
    height: 592px;
    /* width: 1080px; */
    margin: 50px;
}

@media screen and (max-width: 480px)
.bps .mobile-bfc {
    overflow: hidden;
    height: auto !important;
    min-height: auto !important;
    width: 100% !important;
    min-width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    position: static !important;
}

@media only screen and (max-width: 1600px) {

	.bps .signup-form {
         width: 40%;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0px 3px 10px #90909045;
        position: absolute;
        right: 6%;
        top: 87px;
        padding-top: 4%;
	}

	.bps .form-name {
		width: 30%;
	}

	.bps .text-box {
		width: 70%;
	}
}

@media only screen and (max-width: 1600px) and (min-width:1024px) {
	.bps .form-name {
		width: 30%;
	}

	.bps .text-box {
		width: 70%;
	}

.bps .section-1 {
	width: 100%;
	margin: 0 auto;
	/*position: absolute;
	left: 16%;
	top: 32%;*/
}

}

@media only screen and (max-width: 1024px) {

.bps .contactus{
    height: 913px;
    /* width: 1080px; */
    margin: 50px;
}

	.bps .contactus-bg {
		width: 100%;
		height: 800px;
		background-color: #348fff;
		margin-bottom: 860px;
	}

	.bps .section-1 {
		position: absolute;
		top: 14%;
		width: 70%;
		left: 18%;
	}

	.bps .section-left {
		width: 100%;
	}

	.bps .signup-form {
		position: absolute;
		top: 509px;
		left: 0;
		width: 80%;
		margin: 0 auto;
	}

	.bps .form-name {
		width: 20%;
	}

	.bps .text-box {
		width: 80%;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.bps .contactus-bg {
		width: 100%;
		height: 860px;
		background-color: #348fff;
		margin-bottom: 800px;
	}

	.bps .section-1 {
		position: absolute;
		top: 25%;
		width: 70%;
		left: 18%;
	}

.bps .contactus{
    height: 918px;
    /* width: 1080px; */
    margin: 50px;
}

	.bps .signup-form {
		position: absolute;
		top: 540px;
		left: 0;
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.bps .contactus-bg {
		width: 100%;
		height: 800px;
		background-color: #348fff;
	}

	.bps .section-1 {
		position: absolute;
		top: 20%;
		width: 70%;
		left: 18%;
	}

	.bps .section-left {
		width: 100%;
	}

	/*.signup-form {
		position: static;
		top: 870px;
		left: 0;
		width: 100%;
		margin: 0 auto;
	}*/

	.bps .form-name {
		width: 40%;
	}

	.bps .text-box {
		width: 60%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 375px) {
.bps .contactus {
    height: 980px;

    margin: 0 auto;
    margin-top: 29px;
}
.bps .book-b img {
    margin-top: 40px;

    height: 232px;
}
.bps .section-1 {
    position: static;
    top: 10%;
    width: 80%;
    left: auto;
    margin: 0 auto;
}
.bps .signup-form {
    position: static;
    top: 480px;
    left: 0;
    width: 100%;
    height: 542px;
    margin: 0 auto;
}
.bps .form-btn{
    margin-right: 0px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background-color: red;
    text-align: center;
}
	.bps .contactus-bg {
		width: 100%;
		height: 860px;
		background-color: #348fff;
	}

	/*.section-1 {
		position: absolute;
		top: 16%;
		width: 70%;
		left: 18%;
	}*/

	.bps .form-name {
		width: 30%;
	}

	.bps .text-box {
		width: 70%;
	}
}

@media only screen and (max-width: 375px) {



	.bps .contactus-bg {
		width: 100%;
		height: 960px;
		background-color: #348fff;
	}

	.bps .content-bg {
		margin-top: -200px;
		margin-left: 140px;
	}

	.bps .section-1 {
		position: absolute;
		top: 20%;
		width: 70%;
		left: 18%;
	}

	.bps .section-left {
		width: 100%;
	}

	.bps .signup-form {
		position: absolute;
		top: 870px;
		left: 0;
		width: 100%;
		margin: 0 auto;
	}

	.bps .form-name {
		width: 40%;
	}

	.bps .text-box {
		width: 60%;
	}
}

.bps .footer-sec-wrap{background:#333;}
@media only screen and (max-width: 1024px) {
.bps .book-b {
    
    width: 100%;
    text-align: center;
}
    .bps .section-1 {
        position: relative;
top:auto;
        width: 100%;
        left:auto;
    }
    .bps .section-left img{
        display: inline-block;
        float:none;
    }
    .bps .section-left h1{
        display:inline-block;
        margin:0;
    }
    .bps .book-b img {
    height: 100% !important;
    width:100% !important;
    }
    
    .bps .section-left {
    display: inline-block;    
    text-align: center;       
}
    .bps .signup-form {
        position: relative;
        top: 0;
        left: 0;
        width: 90%;
        margin: 0 auto;
        right:0;
        height: auto !important;
    }
            .bps .contactus {
        height: auto;
        margin: 50px;
    }
}
@media only screen and (max-width:480px){
    
    .bps .contactus {
        height: auto;
        margin: 20px;
    }
    .bps .section-left img {
        display:none
        }
}
/*********White paper form Style End***********/

.za-newsletter-container.snews-letter {
    display: none !important;
}

/*****czone-signup******/
.signup-box #czone-signup .sgfrm{
    margin-bottom: 25px;
}
.signup-box #czone-signup .zcrm_placeholder{
    color: #666;
    font-size: 15px;
    left: 10px;
    position: absolute;
    top: 12px;
    transition: all .5s ease .1s;
    z-index: 7;
    pointer-events: none;
}
.signup-box #czone-signup .added-placeholder .zcrm_placeholder{top:-20px;font-size:11px;color:#00add5;left:0}
.signup-box #czone-signup .za-country-container.added-placeholder .zcrm_placeholder{top:-20px}
.signup-box #czone-signup input[type='text']:focus{
    border-color: #03a9f5;
}
.signup-box #czone-signup .pwd_eye::after{
    top: -10px;
}
.signup-box #czone-signup .zcrm_split, .signup-box #czone-signup .pwd_rules{
    display: none !important;
}
.signup-box #czone-signup .za-rmobile-container .zcrm_placeholder{
    padding-left: 80px;
}
.signup-box #czone-signup .za-rmobile-container .added-placeholder .zcrm_placeholder{
    left: -80px;
}
/*****czone-signup End******/

/****** Follow us Start********/
.footer-sec-wrap ul li.zft-wechat img {
    width: 114px;
    position: absolute;
    margin-top: -54px;
    margin-left: 84px;
    display: none;
    max-width: none;
}
.footer-sec-wrap ul li.zft-wechat:hover img {
    display: inherit;
}
/****** Follow us End********/
/****** Signup Form ******/
.signupcontainer  .form-label {
    font-size: 12px;
    font-weight: bold;
    padding-left: 2px;
    letter-spacing: 1px;
    line-height: 1.6;
    cursor: auto;
    margin: 0;
}
.signupcontainer .form-label  span{
    background: #ff0600;
    font-size: 9px;
    color: #fff;
    margin-left: 5px;
    line-height: 10px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    padding: 1px 3px;
    border-radius: 1px;
}
.signupcontainer  input[type='text']{
    margin: 0;
    height: 45px;
    font-size: 13px;
    border: 1px solid #333;
    border-radius: 2px;
    transition: .5s background-color, 0.5s border-color, 0s background-image;
}
.signupcontainer  input[name="firstname"]:focus{
    border-color: #4167f7;
    background-color: #dce6fe;
}
.signupcontainer  .za-password-container .strong-pass-field {
    display: none;
}
.signupcontainer   .za-password-container .wrap-elm{
    position: relative;
}
.signupcontainer   .za-password-container .wrap-elm .password-strength-field {
    position: absolute;
    top: 100%;
    width: 100%;
}
.signupcontainer .za-password-container .wrap-elm .password-strength-field p {
    font-size: 10px;
    margin: 0;
    line-height: 1.6;
    color: #000;
}
.signupcontainer   .za-password-container .wrap-elm .password-strength-field .strengths-bar-field {
    height: 10px;
    background: #e6e6e6;
    max-width: 274px;
    position: relative;
    margin-top: 3px;
}
.signupcontainer   .za-password-container .wrap-elm .password-strength-field .strengths-bar-field span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    background: rgb(209, 209, 209);
    transition: 0.6s;
}
.signupcontainer   .za-password-container .wrap-elm.field-error .password-strength-field .strengths-bar-field span {
    width: 50%;
    background: linear-gradient(to right, rgb(228, 110, 63) 0px, rgb(237, 161, 71) 100%);
}
.signupcontainer    .za-password-container .wrap-elm.has-8-char.added-placeholder .password-strength-field .strengths-bar-field span {
    width: 100%;
    background: #8ace4e;
    background: -moz-linear-gradient(left,#8ace4e 0,#00c158 100%);
    background: -webkit-linear-gradient(left, #8ace4e 0, #00c158 100%);
    background: linear-gradient(to right, #8ace4e 0, #00c158 100%);
}
.za-password-container span.zpassword-show:before{
    top: 50px;
}
.signup-box #ccodediv::before, .signup-box #otp-ccodediv::before {
    position: absolute;
    content: '';
    left: 60px;
    top: 18px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #666;
}
.signup-box input[type='password']{
    border: 1px solid #333;
    padding: 14px 12px;
}
.signupotpcontainer .otpmobile, .signupotpcontainer .resendotp{
    color: #000;
}
#czone-home .signupotpcontainer .za-submitbtn-otp .signupbtn{
    height: auto;
    padding: 9px;
}
/****** Signup Form End ******/

/*Footer privacy*/
.footer-sec-wrap.two-column .promo-section-wrap{
    padding-top: 0px;
}
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: #c6c8ca;
}
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(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/crm/compliance-badges.png) 0 0/830px auto no-repeat;
    width: 115px;
    height: 61px;
}
footer .data-loaded [class^="sb-icon-"] {
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/crm/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-dbs,
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-dbs {
    width:56px;
    background-position:-545px -61px;
}
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: 686px;
    }
}
@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 privacy End*/
