.dropdown-menu li.active>a, .dropdown-menu li.sub-level.active>a,.zmenu-submenu a:hover {
    color: #089949 !important;
}  
.og-context-node-17126 .content-wrap {
    overflow: visible;
}
.og-context-node-17126 .customer-detailed-content-row{
    overflow: hidden;
    clear: both;
}
#footer_sec_img {
    margin-top: 50px;
    display: inline-block;
}
/*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;
  }
  .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;
  }
  .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(/sites/default/files/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*/
.signup-box #countryCodeDiv, .signup-box #countryconfirmCodeDiv {
    z-index: 1
}
.other-lang .ztop-smm-inner>a {
    width:50%
   }
   .other-lang .ztop-smm-inner>a:last-child{
    display: none
}
   body.lang-pt-br #mini-panel-product_menu div.product-nav-links .menu .zmenu-features.dropdown ul li:last-child a {
    word-break:break-all;
    display:inline-block;
    padding-left:5px !important;
    padding-right:5px !important
   }
   .signup-box .za-country_code-container select, .signup-box .za-ccountry_code-container select {
    min-height: 45px;
}
.za-rmobile-container, .mobile-container{
    margin: 15px 0 0;
}
.za-rmobile-container #countryCodeDiv::before {
    display: none
}
.za-rmobile-container .za-country_code-container select {
    visibility: hidden;
}
.resendotp.nonclickelem {
    opacity: .3;
    pointer-events: none;
}
.signupotpcontainer .resendotp.otp_hide {
    display: none;
}
.signupotpcontainer .otpmobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 15px;
}
/* case study theme css */
.customer-cont-area .customer-detailed-page {background: #d3fece;}
.customer-cont-area .customer-detailed-page>div>h1 {color: #000;}
.customer-detailed-content-row .double-quote {border-left: 5px solid #089949;}
.customer-detailed-content a, .customer-detailed-content-row a, .og-context-node-17126 .customer-detailed-content>div>p>a {color: #0F7C37;}
/* case study theme css */
.footer-sec-wrap,.footer-sec-wrap.two-column .promo-section-wrap,.footer-sec-wrap.two-column .promo-section-wrap {
    background: #333 !important;
}
.footer-sec-wrap.two-column .content-wrap>div {
    vertical-align: top;
        box-sizing: border-box;
}
.footer-sec-wrap .product-links ul li a {
    color: #ccc;
    position: relative;
}
.footer-sec-wrap .product-links ul li a:hover, .footer-sec-wrap .product-links h4,.promo-section-wrap h4 {
    color: #fff;
}
.footer-sec-wrap .product-links ul li a:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.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 .footer-links-wrap .product-links ul.zft-social-icons li.zft-fb a {
    margin-right: 0;
}
.footer-sec-wrap .footer-links-wrap .product-links ul.zft-social-icons li.zft-youtube a {
    background-position: -474px 0;
    width: 28px;
}
.footer-sec-wrap .product-links ul.zft-social-icons li a:before {
    display: none;
}
.footer-sec-wrap .footer-links-wrap .product-links ul.zft-social-icons li {
    margin: 0 0 15px;
}
.footer-sec-wrap ul.zft-social-icons li.zft-instagram a {
    background-size: 750px auto;
    background-position: -503px 0;
    width: 30px;
    height: 33px;
}
.footer-sec-wrap ul.zft-social-icons li.zft-fb a {
    background-position: -353px 0;
    width: 30px;
    height: 31px;
    background-size: 750px auto;
}
.footer-sec-wrap  .mrg-btm{
   margin-bottom: 50px
}
.footer-sec-wrap  .mrg-btm1{
   margin-bottom: 112px
}
.footer-sec-wrap .product-links h4 {
    margin: 0 0 25px;
    font: 16px var(--zf-primary-bold);
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}
.footer-sec-wrap h4:before, .zau-location>h5:before {
    content: '';
    position: absolute;
    background-color: #d8ae52;
    width: 24px;
    height: 2px;
    bottom: -5px;
    left: 0;
}
  /* case study theme css */
  .footer-sec-wrap.two-column .promo-section-wrap {
    width: 35%;
    padding: 60px 60px 40px;
    background: #f5f5f5;
    vertical-align: middle
  }
  .footer-sec-wrap .customer-stories {
    max-width: 100%;
    width: 100%
  }
  .promo-section-wrap {
    text-align: center
  }
  .other-lang .footer-solutions .apps-download-links-wrap a.app-store {
    display: none
  }
  .footer-quicklinks .apps-download-links-wrap, .footer-quicklinks .apps-download-links-wrap a.g-play {
    display: inline-block
  }
  .apps-download-links-wrap a {
    margin: 0 10px 5px 0;
    display: inline-block
  }
  .apps-download-links-wrap {
    display: block
  }
  .footer-quicklinks .apps-download-links-wrap a, .footer-solutions .apps-download-links-wrap a {
    display: none
  }
  .footer-sec-wrap.two-column .content-wrap {
    max-width: 1480px;
    width: 100%
  }
.footer-sec-wrap .product-links.three-column>div {
    flex: 0 0 35%;
    max-width: 35%;
}
.footer-sec-wrap.two-column .product-links.three-column, .footer-sec-wrap.one-column .product-links.three-column {
    padding-bottom: 45px;
}
.brand_icons {
    margin-right: 30px;
    padding-top: 25px;
    border-top: 1px solid #ffffff33
}
.new_crm_soc_sprite {
    background-image: url(/sites/default/files/desk/desk_footer_sprite_new.png);
    display: inline-block;
    vertical-align: middle;
    background-size: 729px
}
.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: -645px -1px;
    width: 78px;
    height: 67px;
}
.footer-brand_icon1,.footer-brand_icon2,.footer-brand_icon3,.footer-brand_icon4,.footer-brand_icon5 {
    margin-right: 25px
}
.ztopstrip-container {
    background: rgb(7, 60, 44);
    padding: 0 10px;
    position: relative;
    z-index: 10
}
.disp {
    display: inline-block;
}
.strip-section {
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ztopstrip-strip {
    font: 16px/1.2 var(--zf-primary-bold);
    text-align: center;
    margin: 0;
    color: #d8ae52;
    padding: 12px 10px;
    letter-spacing: 0.32px;
}
.whatsnew-lnk {
    position: relative;
    font: 16px/1.2 var(--zf-primary-regular);
    text-decoration: none;
    color: #ffffff;
    padding-left: 5px;
}
.whatsnew-lnk span {
    background: #ffffff;
    width: 12px;
    height: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 7px;
    transition: all ease .35s;
}
.whatsnew-lnk span:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid #ffffff;
    transform: rotate(-45deg);
    border-left: 0;
    border-top: 0;
    top: -2px;
    right: 0;
    box-sizing: border-box;
}
.ztopstrip-sprite {
    background-image: url('/sites/default/files/desk/top-banner-band-sprite.png');
    background-size: 144px auto;
    background-repeat: no-repeat;
    display: inline-block;
}
.ztopstrip-lft {
    background-position: -7.5px -12.5px;
    width: 32px;
    height: 27px;
}
.ztopstrip-rgt {
    background-position: -52px -9.5px;
    width: 32px;
    height: 30px;
}
.ztopstrip-close {
    cursor: pointer;
    background-position: -106px -15px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 620px) {
    .ztopstrip-lft, .ztopstrip-rgt {
        display: none;
    }
    .strip-section {
        width: 100%;
        padding: 0px 25px;
    }
}
  @media screen and (min-width:991px) {
    .footer-sec-wrap.two-column .product-links {
      display: flex;
      justify-content: space-between;
      max-width: 1100px;
      margin: auto;
      flex-wrap: nowrap;
    }
  }
  @media screen and (max-width:1400px){
    .footer-sec-wrap.two-column .promo-section-wrap {
      padding-bottom: 0
    }
    .footer-sec-wrap.two-column.fourColList .content-wrap > div {
      max-width: 1200px;
      margin: auto;
      width: 90%
    }
    .footer-sec-wrap .customer-stories {
    max-width: 360px;
    margin: 0;
    width: 100%;
    padding: 0;
  }
 .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
    }
}
@media screen and (max-width:1200px){
    .footer-sec-wrap.two-column .footer-links-wrap {
      padding: 40px;
    }
    .footer-sec-wrap .product-links > div {
      padding: 0;
      min-width: unset
    }
.footer-sec-wrap .product-links {
    max-width: 980px;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}
.footer-sec-wrap.two-column .content-wrap>div, .footer-sec-wrap.one-column .content-wrap>div {
    padding: 60px 30px 40px;
}
}
   @media screen and (min-width:991px) {
    .footer-solutions .apps-download-links-wrap,
    .footer-solutions .apps-download-links-wrap a.app-store {
     display:inline-block
    }
   }
  @media screen and (min-width:991px) {
    .footer-solutions .apps-download-links-wrap, .footer-solutions .apps-download-links-wrap a.app-store {
      display: inline-block
    }
  }
 @media screen and (max-width:1100px) {
   .footer-sec-wrap.two-column .content-wrap,.footer-sec-wrap.two-column .content-wrap>div,.footer-sec-wrap .product-links ul li,.apps-download-links-wrap a {
    display: block !important;
}
.footer-sec-wrap.two-column .content-wrap>div{
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    float: none !important;
}
.footer-sec-wrap .product-links.three-column>div, .footer-sec-wrap .product-links.four-column>div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-width: inherit;
       display: table-cell;
}
}
  @media screen and (max-width:992px) {
    .footer-quicklinks .apps-download-links-wrap a.app-store {
      display: inline-block;
      margin-right: 10px
    }
    .footer-quicklinks .apps-download-links-wrap a, .footer-solutions .apps-download-links-wrap a {
      margin: 20px 0 0
    }
   .ftr-download-links {
       display: none;
   }
  }
@media screen and (max-width:480px) {
.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 {
        margin-right: 15px
    }
.footer-sec-wrap .product-links ul.zft-social-icons {
    margin: 0;
}
.brand_icons {
    margin: 0;
    padding: 30px 20px 30px 25px;
    border-top: 1px solid #ffffff33;
}
.footer-sec-wrap ul.zft-social-icons li.zft-reddit a {
    background-position: -590px -4px;
    width: 28px;
    height: 30px;
}
.apps-download-links-wrap {
    padding: 0 30px;
}
.apps-download-links-wrap a {
    margin: 10px 10px 30px 0;
}
.footer-sec-wrap ul.zft-social-icons {
    display: flex !important;
    margin: 10px 0 0 !important;
}
.zft-social-icons{
    padding: 0 20px;
    margin-top: 10px;
    max-width: 100% !important;
}
.footer-sec-wrap ul.zft-social-icons li {
    margin: 0 20px 24px 0;
}
.footer-sec-wrap ul.zft-social-icons li.zft-fb a {
    margin: 0 ;
}
.footer-sec-wrap ul.zft-social-icons li.zft-fb {
    margin-right: 0;
}
.footer-sec-wrap.two-column .content-wrap>div.social_icons {
    padding: 0 0 20px;
}
.social_icons h4{
    font: 16px var(--zf-primary-bold);
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px 15px;
}
    .footer-quicklinks .apps-download-links-wrap, .footer-solutions .apps-download-links-wrap {
      display: none
    }
    .footer-sec-wrap.two-column .content-wrap > div {
      padding-bottom: 30px
    }
    .footer-sec-wrap.two-column .content-wrap {
      width: 100%
    }
.footer-sec-wrap .product-links.three-column>div, .footer-sec-wrap .product-links.four-column>div {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: inherit;
   display: block;
    padding: 0;
}
.footer-sec-wrap .product-links h4 {
    background: #333;
    border-bottom: none;
}
.footer-sec-wrap .product-links ul li a {
    line-height: 32px;
}
.footer-sec-wrap h4:before, .zau-location>h5:before {
    display: none
}
.footer-sec-wrap .product-links h4:after {
    border-color: #fff;
}
.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-wrap .product-links ul {
    padding: 10px 30px;
}
.footer-sec-wrap.two-column .product-links.three-column, .footer-sec-wrap.one-column .product-links.three-column {
    padding-bottom: 20px;
}
.footer-sec-wrap .mrg-btm,.footer-sec-wrap .product-links h4,.footer-sec-wrap .mrg-btm1 {
    margin: 0;
}
.footer-sec-wrap .product-links>div {
    display: block;
    overflow: hidden;
}
.footer-sec-wrap .product-links h4 {
    padding: 15px 20px;
}
  }
   .product-nav-links .menu li:first-child .dropdown-menu>li:last-child a,
   .zmenu-features.dropdown-menu li:last-child.active>a {
    font-family:var(--primaryfont-semibold);
    margin-top:10px;
    border:1px solid #089949;
    text-align:center;
    border-radius:4px;
    color:#089949
   }
   .dropdown-menu li:last-child>a {
    background-color:unset
   }
   .zmenu-features.dropdown-menu li:last-child>a {
    color:#089949 !important
   }
   .lang-fr .product-nav-links .menu li:first-child .dropdown-menu>li:last-child a {
    word-wrap:break-word;
    display:inline-block;
    padding:7px 10px !important
   }
   .product-nav-links .menu li:first-child .dropdown-menu {
    z-index:2
   }
   @media screen and (max-width:767px) {
    #footer_sec_img {
      margin-top: 50px;
   }
    .product-nav-links .menu li:first-child .dropdown-menu>li:last-child a {
     background:transparent
    }
    .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: 0
    }
   }
   .og-context-node-17126.i18n-fr .promo-section-wrap .customer-stories,
   .og-context-node-17126.i18n-de .promo-section-wrap .customer-stories,
   .og-context-node-17126.i18n-pt-br .promo-section-wrap .customer-stories,
   .og-context-node-17126.i18n-es-xl .promo-section-wrap .customer-stories,
   .og-context-node-17126.i18n-nl .promo-section-wrap .customer-stories {
    display:none
   }
   .og-context-node-17126.i18n-fr .footer-sec-wrap.two-column .promo-section-wrap,
   .og-context-node-17126.i18n-de .footer-sec-wrap.two-column .promo-section-wrap,
   .og-context-node-17126.i18n-pt-br .footer-sec-wrap.two-column .promo-section-wrap,
   .og-context-node-17126.i18n-es-xl .footer-sec-wrap.two-column .promo-section-wrap,
   .og-context-node-17126.i18n-nl .footer-sec-wrap.two-column .promo-section-wrap {
    width:20%
   }
   @media only screen and (max-width:991px) {
    .og-context-node-17126.i18n-fr .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap,
    .og-context-node-17126.i18n-de .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap,
    .og-context-node-17126.i18n-pt-br .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap,
    .og-context-node-17126.i18n-es-xl .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap,
    .og-context-node-17126.i18n-nl .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap {
     display:none
    }
     .footer-sec-wrap .customer-stories>a, .footer-sec-wrap .customer-stories>span {
    max-width: 330px;
    margin: auto 1.5%;
    display: block;
}
#footer_sec_img {
    margin-top: 0;
}
.footer-sec-wrap .customer-stories {
    max-width: 100%;
    display: flex;
}
   }
   .node-type-product-pricing-2-0 .umain .start-freetrail {
    display:none
   }
   .node-type-product-pricing-2-0 .main-container-wrapper::before {
    background:#d8ffb4;
    background:-moz-linear-gradient(top,#d8ffb4 0%,#fff 100%);
    background:-webkit-linear-gradient(top,#d8ffb4 0%,#fff 100%);
    background:linear-gradient(to bottom,#d8ffb4 0%,#fff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8ffb4',endColorstr='#ffffff',GradientType=0);
    opacity:0
   }
   .og-context-node-17126.node-type-features .main-container-wrapper:before {
    opacity:0
   }
   .node-type-product-pricing-2-0 .product-block:nth-child(1) span.detail span:nth-child(2),
   .node-type-product-pricing-2-0 .product-block:nth-child(2) span.detail span:nth-child(2) {
    color:#666
   }
   .node-type-product-pricing-2-0 .next-actions {
    text-align:center;
    margin-bottom:40px
   }
   .node-type-product-pricing-2-0 .next-actions a {
    font-size:19px;
    border-bottom:1px solid #03a9f5
   }
   .node-type-product-pricing-2-0 .start-freetrail {
    background:none repeat scroll 0 0 #03a9f5;
    color:#fff;
    display:block;
    font-size:15px;
    font-weight:600;
    margin:0 auto 30px;
    max-width:280px;
    padding:12px 25px;
    text-transform:uppercase;
    width:100%;
    text-align:center
   }
   .node-type-product-pricing-2-0 .usefull-links {
    text-align:center
   }
   .node-type-product-pricing-2-0 .usefull-links span {
    color:#666;
    display:block;
    font-size:15px;
    margin-bottom:10px
   }
   .node-type-product-pricing-2-0 .usefull-links a {
    color:#03a9f5;
    display:inline-block;
    font-size:15px;
    margin:0 10px;
    border-bottom:1px solid #03a9f5
   }
   @media only screen and (max-width:767px) {
    .node-type-product-pricing-2-0 .pricing-wrap.pricing-box-3 .content-wrap .product-block:nth-child(2) {
     margin-top:60px
    }
.footer-sec-wrap .customer-stories>a:last-child {
    margin-left: auto;
}
.footer-sec-wrap .customer-stories>a, .footer-sec-wrap .customer-stories>span {
    margin: 0 auto;
}
#footer_sec_img {
    margin-top: 50px;
}
.footer-sec-wrap .customer-stories {
    max-width: 100%;
    display: block;
}
   }
   .header {
    overflow:visible;
    position:relative;
    z-index:100
   }
   .umain .bot-banner-wrap {
    display:none
   }
   #bottom-section {
    background-color:#27ae60;
    text-align:center;
    padding:80px 0;
    color:#fff
   }
   .bot-banner-wrap#bottom-section h2 {
    font-weight:600
   }
   .bot-banner-wrap#bottom-section p {
    margin-bottom:20px
   }
   .cta-subtext {
    margin:20px 0;
    display:block;
    font-size:12px;
    font-weight:600
   }
   #bottom-section p a {
    color:#fff;
    background:#f0483e;
    padding:10px 30px;
    font-weight:600
   }
   .features-banner-content .bg-color {
    display:none
   }
   @font-face {
    font-family:'learning_curve_proregular';
    src:url('/salesinbox/css/learningcurve/learningcurve_ot-webfont.woff2') format('woff2'),
    url('/salesinbox/css/learningcurve/learningcurve_ot-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal
   }
   .features-item .cont-part p.curve {
    font-family:"learning_curve_proregular" !important;
    font-size:30px
   }
   .zsection {
    margin:50px auto
   }
   .zsection#ph_testimonial {
    margin:0
   }
   .features-banner-wrap .button-cta {
    margin-top:20px
   }
   .button-cta {
    background:#f0483e none repeat scroll 0 0;
    border:1px solid #f0483e;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:15px;
    padding:10px 30px;
    text-transform:uppercase
   }
   .zbanner-part p {
    max-width:580px
   }
   .top-middle-nav {
    text-align:center;
    margin:-24px auto 0
   }
   .top-middle-nav .top-middle-nav-selected {
    background:#199eea none repeat scroll 0 0;
    border:1px solid #199eea;
    color:white
   }
   .top-middle-nav a {
    background:#f1f8ff none repeat scroll 0 0;
    border:1px solid #ced8e4;
    color:black;
    cursor:pointer;
    display:inline-block;
    font-size:13px;
    padding:14px 45px;
    position:relative;
    text-align:center;
    margin:0 auto;
    min-width:70px;
    text-transform:uppercase
   }
   .top-middle-nav-selected:after {
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #199eea;
    bottom:-10px;
    content:"";
    height:0;
    left:50%;
    margin-left:-5px;
    position:absolute;
    width:0
   }
   .circle-links {
    margin:0 auto
   }
   .circle-links li {
    width:75px;
    height:75px;
    display:inline-block;
    margin:40px 20px 0;
    border-radius:100%;
    background:rgba(255,255,255,0.1) none repeat scroll 0 0;
    position:relative
   }
   .circle-links li:after,
   .circle-links li:first-child:before {
    background:rgba(0,0,0,0.5) none repeat scroll 0 0;
    content:"";
    height:1px;
    position:absolute;
    right:-37px;
    top:50%;
    width:30px
   }
   .circle-links li:first-child:before {
    background:linear-gradient(to right,transparent 70%,#241711 0) repeat scroll 0 0 / 22px 2px,rgba(0,0,0,0) linear-gradient(to right,#fff,#fff) repeat scroll 0 0 / 100% 2px;
    right:auto;
    left:-35px
   }
   .circle-links li:last-child:after {
    background:linear-gradient(to right,transparent 70%,#28271a 0) repeat scroll 0 0 / 22px 2px,rgba(0,0,0,0) linear-gradient(to right,#fff,#fff) repeat scroll 0 0 / 100% 2px
   }
   .circle-links a {
    display:inline-block
   }
   .circle-links a {
    width:75px;
    height:75px;
    background-image:url("/desk/images/trialroom-icons.png");
    background-size:225px auto;
    background-repeat:no-repeat;
    margin-bottom:10px;
    text-indent:-999px;
    overflow:hidden
   }
   .no-shadow {
    box-shadow:none !important
   }
   .zimage-border-top {
    border-top:1px solid #f4f4f4
   }
   .zimage-border-left {
    border-left:1px solid #f4f4f4
   }
   .circle-links li:nth-child(1) a {
    background-position:15px 15px
   }
   .circle-links li:nth-child(1) a:hover {
    background-position:15px -238px
   }
   .circle-links li:nth-child(2) a {
    background-position:-76px 16px
   }
   .circle-links li:nth-child(2) a:hover {
    background-position:-76px -238px
   }
   .circle-links li:nth-child(3) a {
    background-position:-167px 14px
   }
   .circle-links li:nth-child(3) a:hover {
    background-position:-169px -238px
   }
   .circle-links li:nth-child(4) a {
    background-position:16px -60px
   }
   .circle-links li:nth-child(4) a:hover {
    background-position:15px -313px
   }
   .circle-links li:nth-child(5) a {
    background-position:-78px -60px
   }
   .circle-links li:nth-child(5) a:hover {
    background-position:-78px -311px
   }
   .circle-links li:nth-child(6) a {
    background-position:-167px -58px
   }
   .circle-links li:nth-child(6) a:hover {
    background-position:-167px -309px
   }
   .circle-links li:nth-child(1):hover {
    background-color:#3649ac;
    transition-duration:.5s
   }
   .circle-links li:nth-child(2):hover {
    background-color:#e0524d;
    transition-duration:.5s
   }
   .circle-links li:nth-child(3):hover {
    background-color:#01a768;
    transition-duration:.5s
   }
   .circle-links li:nth-child(4):hover {
    background-color:#5d4037;
    transition-duration:.5s
   }
   .circle-links li:nth-child(5):hover {
    background-color:#298bd6;
    transition-duration:.5s
   }
   .circle-links li:nth-child(6):hover {
    background-color:#ffc920;
    transition-duration:.5s
   }
   #floating-tab-container {
    width:100%;
    margin-top:25px;
    text-align:center;
    max-width:700px;
    margin:0 auto
   }
   .floating-tab {
    padding:15px 40px;
    position:relative;
    background:#f3f3f3;
    display:inline-block;
    border-radius:25px;
    margin:15px 7px
   }
   .floating-tab:hover {
    background:#3b43b3
   }
   .floating-tab span {
    color:#333;
    cursor:default
   }
   .floating-tab:hover span {
    color:#fff
   }
   .floating-tab:hover p {
    display:block
   }
   .floating-tab p {
    background:#fff none repeat scroll 0 0;
    border-radius:10px;
    padding:15px;
    position:absolute;
    width:400px;
    z-index:10;
    top:100%;
    box-shadow:0 0 17px -7px #333;
    margin-top:8px;
    left:0;
    display:none
   }
   .floating-tab.center-popup p {
    left:-130px
   }
   .floating-tab.right-popup p {
    left:auto;
    right:0
   }
   .floating-tab:hover:after {
    position:absolute;
    content:"";
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #fff;
    bottom:-9px;
    left:50%;
    margin-left:-5px;
    z-index:11
   }
   .container700,
   .container800 {
    max-width:700px;
    width:90%;
    margin:0 auto;
    text-align:center
   }
   .container800 {
    max-width:800px
   }
   .success-mesg {
    display:none
   }
   .option-form {
    width:49%;
    display:inline-block;
    box-sizing:border-box;
    text-align:center;
    vertical-align:top;
    padding:0 5%;
    margin-top:25px
   }
   .option-form ul {
    width:100%
   }
   .option-form ul li {
    width:100%;
    text-align:left;
    padding:15px 25px 15px 0;
    box-sizing:border-box;
    position:relative;
    font-size:13px;
    border-bottom:1px solid #e3e3e3
   }
   .option-form ul li a {
    color:#1a79bb
   }
   .option-form input {
    position:absolute;
    right:5px;
    top:14px
   }
   .mail-field {
    width:80%;
    max-width:250px;
    border:0;
    border-bottom:1px solid #e3e3e3;
    margin-right:20px;
    vertical-align:bottom;
    display:table-cell;
    padding-bottom:5px;
    font-size:15px;
    box-sizing:border-box
   }
   .email-submit {
    margin-top:25px
   }
   .email-submit p {
    width:100%;
    text-align:center;
    font-size:13px;
    margin-top:10px
   }
   .email-submit p.error-p {
    color:red;
    font-size:14px
   }
   #article {
    max-width:550px;
    text-align:center;
    margin:0 auto
   }
   .email-submit .mail-field:hover {
    box-shadow:0 0 3px #1a79bb;
    border-radius:3px;
    border:1px solid #1a79bb
   }
   .desk-two-col {
    display:table;
    padding:70px 0
   }
   .desk-two-col ul li>div {
    width:50%;
    float:left;
    text-align:left;
    padding:0 40px;
    box-sizing:border-box
   }
   .desk-two-col ul li>div p {
    max-width:100%
   }
   .desk-two-col h3,
   .desk-two-col h2 {
    font-weight:400
   }
   .desk-two-col {
    max-width:980px;
    margin:0 auto;
    width:90%;
    position:relative;
    z-index:1
   }
   .watch-video {
    cursor:pointer
   }
   @media screen and (max-width:992px) {
    .circle-links {
     display:none
    }
   }
   @media screen and (max-width:767px) {
    .desk-two-col ul li>div {
     width:100%;
     padding:20px 0
    }
    .floating-tab span {
     font-size:19px
    }
    .floating-tab {
     padding:0;
     border-radius:0;
     margin:0 0 40px 0;
     background:0;
     text-align:left;
     width:100%
    }
    .floating-tab:last-child {
     margin-bottom:0
    }
    .floating-tab:hover {
     background:0
    }
    .floating-tab:hover span {
     color:#333
    }
    .floating-tab p {
     display:block;
     position:relative;
     width:100%;
     box-shadow:none;
     border-radius:none;
     background:0;
     padding:0;
     margin-top:15px;
     left:0 !important;
     right:0 !important;
     top:0 !important
    }
    .option-form {
     width:100%;
     max-width:450px
    }
    .email-submit p {
     text-align:center !important
    }
    #floating-tab-container {
     margin-top:50px
    }
   }
   @media screen and (max-width:600px) {
    .container800,
    .container700 {
     width:80%
    }
   }
   .node-tnid-22792 .trust-brands-wrap ul li.tb-sears span {
    width:140px;
    background-position:-218px -240px
   }
   .node-tnid-17173 form .zgdprform-countrylist-container,
   .node-tnid-17176 form .zgdprform-countrylist-container,
   .node-tnid-17177 form .zgdprform-countrylist-container,
   .node-tnid-17178 form .zgdprform-countrylist-container,
   .node-tnid-17179 form .zgdprform-countrylist-container,
   .node-tnid-17180 form .zgdprform-countrylist-container {
    max-width:270px !important;
    margin:25px auto !important
   }
   .node-tnid-17173 form div.zgdprform-opt-container,
   .node-tnid-17176 form div.zgdprform-opt-container,
   .node-tnid-17177 form div.zgdprform-opt-container,
   .node-tnid-17178 form div.zgdprform-opt-container,
   .node-tnid-17179 form div.zgdprform-opt-container,
   .node-tnid-17180 form div.zgdprform-opt-container {
    max-width:480px !important;
    margin:15px auto 25px !important
   }
   .node-type-z-signup .sgfrm.za-portal-container.added-placeholder .placeholder,
   .node-type-z-signup .za-portal-container .placeholder,
   .node-type-z-signup .sgfrm.za-portal-container.field-error .placeholder {
    top:-6px !important;
    font-size:11px;
    left:0;
    color:#00add5
   }
   .node-type-z-signup .za-portal-container #sPortalInpId {
    left:10px;
    top:22px
   }
   .node-type-z-signup .za-portal-container.field-error {
    padding:10px 0
   }
   .node-type-z-signup .za-portal-container>input {
    padding-left:252px !important
   }
   .og-context-node-17126.node-type-features-landing-page .main-container-wrapper:before {
    background:#d8ffb4;
    background:-moz-linear-gradient(top,#d8ffb4 0,#fff 100%);
    background:-webkit-linear-gradient(top,#d8ffb4 0,#fff 100%);
    background:linear-gradient(to bottom,#d8ffb4 0,#fff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8ffb4',endColorstr='#ffffff',GradientType=0);
    z-index:-1;
    opacity:0
   }
   .request-drop-wrap-new {
    position:fixed;
    right:30px;
    bottom:30px;
    width:60px;
    border-radius:100%;
    height:60px;
    border:1px solid #d4d4d4;
    box-shadow:0 0 20px rgba(0,0,0,0.13);
    overflow:hidden;
    z-index:9999;
    background-color:#fff;
    transition:all .3s ease 0
   }
   .request-drop-click-new {
    background-image:url(//www.zohowebstatic.com/sites/default/files/desk/request-demo-icon.png);
    background-repeat:no-repeat;
    width:30px;
    height:32px;
    box-sizing:border-box;
    background-size:30px auto;
    padding:0;
    margin:auto;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:transparent;
    display:block;
    color:#fff;
    cursor:pointer
   }
   .request-drop-wrap-new:hover {
    border:1px solid #078e45
   }
   @media screen and (max-width:991px) {
    .request-drop-wrap-new {
     display:none
    }
   }
   section#sign-form-customized {
    display:inline-block;
    position:fixed;
    height:calc(100vh - 40px);
    top:0;
    right:-520px;
    transition:all 500ms;
    background-color:white;
    z-index:999;
    overflow:scroll;
    padding:70px 30px 0 40px;
    border-left:1px solid rgba(0,0,0,0.1);
    box-shadow:0 0 40px rgba(0,0,0,0.1)
   }
   section#sign-form-customized.active {
    right:0
   }
   section#sign-form-customized span.close-btn {
    position:absolute;
    width:12px;
    height:12px;
    padding:10px;
    line-height:1;
    border:1px solid #dfdfdf;
    border-radius:50%;
    left:20px;
    top:20px;
    cursor:pointer;
    background-image:url(//www.zohowebstatic.com/sites/default/files/orchestly/home/sprite.png);
    background-repeat:no-repeat;
    background-position:-772px -44px;
    text-indent:-9999px;
    background-size:950px auto
   }
   section#sign-form-customized span.close-btn::after {
    transform:rotate(-45deg)
   }
   section#sign-form-customized span.close-btn::before {
    transform:rotate(45deg)
   }
   .zsiq-newtheme.zsiq_size2[embedtheme],
   .zsiq_size2[embedtheme] {
    z-index:847 !important
   }
   .menu .dropdown-menu {
    box-shadow:0 14px 40px rgba(0,0,0,.13);
    border:1px solid #ddd;
    padding:10px 30px 15px 15px
   }
   .menu .dropdown.active .dropdown-menu.threeCol-sec {
    width:450px !important
   }
   .menu .dropdown.active .dropdown-menu.twoCol-sec {
    width:360px !important
   }
   .menu .zmenu-platform.dropdown.active .dropdown-menu.threeCol-sec {
    width:580px !important
   }
   .menu .dropdown.active .dropdown-menu.threeCol-sec,
   .menu .dropdown.active .dropdown-menu.twoCol-sec {
    padding:20px 10px
   }
   ul.dropdown-menu li {
    width:100%;
    display:inline-block;
    padding:0 4% !important;
    box-sizing:border-box !important;
    vertical-align:top
   }
   .quick-connect-links-wrap>span {
    background:#089949
   }
   ul.dropdown-menu li:last-child {
    padding-right:0 !important
   }
   ul.dropdown-menu li a {
    padding:5px 0 !important;
    cursor:pointer;
    font-size:14px !important
   }
   .zmenu-features ul.dropdown-menu li:last-child a:hover {
    color:#fff !important;
    background:#089949
   }
   ul.dropdown-menu.twoCol-sec li {
    width:48.5%
   }
   ul.dropdown-menu.threeCol-sec li {
    width:32.5%
   }
   .dropdown-menu>li>a:hover {
    background:#fafafa00
   }
   li.zmenu-submenu h5 {
    color:#039a49;
    margin:30px 0 10px;
    font-size:16px;
    font-family:var(--primaryfont-bold)
   }
   .menu.nav li.zmenu-submenu h5 a {
    color:#007bff;
    font-size:16px !important
   }
   li.zmenu-submenu div:first-child h5 {
    margin:0 0 10px
   }
   @media only screen and (min-width:768px) and (max-width:991px) {
       .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;
}
    .menu .dropdown.active .dropdown-menu.threeCol-sec,
    .menu .dropdown.active .dropdown-menu.twoCol-sec {
     left:auto
    }
    .menu .dropdown.active .dropdown-menu.threeCol-sec,
    .menu .dropdown.active .dropdown-menu.twoCol-sec {
     padding:20px 10px 20px 5px
    }
    ul.dropdown-menu.threeCol-sec li a,
    ul.dropdown-menu.twoCol-sec li a {
     padding:5px 10px 5px 0 !important;
     display:block;
     white-space:normal;
     font-size:12px !important;
     line-height:18px !important
    }
    .dropdown-menu li a {
     font-size:12px !important;
     line-height:18px !important
    }
    .zmenu-submenu>div {
     margin-bottom:10px
    }
    li.zmenu-submenu>div:nth-child(2) h5 {
     margin:10px 0 10px
    }
    li.zmenu-submenu div:first-child h5 {
     font-size:14px
    }
    .expanded.dropdown .caret {
     border-width:5px 5px 0 5px
    }
    .menu .zmenu-platform.dropdown.active .dropdown-menu.threeCol-sec {
     width:500px !important;
     left:0
    }
    .main-container-wrapper #mini-panel-product_menu .content-wrap>.product-nav-links li,
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li {
     margin:3px 12px 0 5px
    }
   }
   @media only screen and (max-width:767px) {
    ul.dropdown-menu.threeCol-sec li,
    ul.dropdown-menu.twoCol-sec li {
     width:100%;
     margin-bottom:15px !important;
     padding:0 !important
    }
    li.zmenu-submenu h5 {
     color:#000;
     margin:15px 0 10px;
     font-size:15px
    }
    li.zmenu-submenu div:first-child h5 {
     margin:10px 0 10px 0
    }
    ul.dropdown-menu.threeCol-sec li a,
    ul.dropdown-menu.twoCol-sec li a {
     font-size:13px !important;
     padding:5px 0 5px 12px !important
    }
   }
   .zmenu-partnerships,
   .zmenu-enterprise {
    display:none
   }
   .sgfrm.za-company-container {
    position:relative
   }
   .other-lang #header .menu li.first li:nth-child(1),
   .other-lang #header .menu li.first li:nth-child(3) {
    display:none
   }
   .zd-bc-links {
    list-style-type:none;
    max-width:1170px;
    margin:0 auto;
    width:90%;
    padding:20px 0 0
   }
   .features-qlinks {
    display:block !important
   }
   .zd-bc-links li,
   .features-qlinks ul li {
    display:inline-block;
    margin:0 25px 0 0;
    font:12px/1.2 var(--zf-primary-semibold);
    color:#000;
    text-transform:uppercase;
    position:relative;
    z-index:2
   }
   .zd-bc-link a,
   .features-qlinks li a {
    color:#00000073;
    position:relative;
    display:inline-block
   }
   .zd-bc-link a:before,
   .features-qlinks li a:before {
    content:">";
    position:absolute;
    right:-15px;
    display:inline-block
   }
   .zd-bc-link a:after,
   .features-qlinks ul li a::after {
    content:'';
    display:block;
    position:absolute;
    left:auto;
    right:0;
    bottom:-4px;
    height:1px;
    width:0;
    background:#1e0101;
    transition:all .3s linear
   }
   .zd-bc-link a:hover,
   .features-qlinks ul li a:hover,
   .features-qlinks ul li:last-child {
    color:#000;
    opacity:1
   }
   .zd-bc-link a:hover:after,
   .features-qlinks ul li a:hover:after {
    width:100%;
    left:0;
    right:auto;
    transition:all .2s linear
   }
   .other-lang.ccode-ar .zmenu-partnerships {
    display:none !important
   }
   .product-links ul {
    list-style:none;
    overflow:hidden;
    padding:0
   }
   .footer-sec-wrap ul.zft-social-icons {
    display:flex;
    max-width:300px;
    margin:auto;
    justify-content:center;
    overflow:hidden
   }
   .footer-sec-wrap ul.zft-social-icons li a {
    display:inline-block;
    text-indent:-999px;
    height:32px;
    width:32px;
    background:url(//www.zohowebstatic.com/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png) no-repeat 0 0/750px auto;
    padding:0;
    margin:0 10px 0 0
   }
   
   .footer-sec-wrap ul.zft-social-icons li.zft-twitter a {
    background-position:-384px 0;
    width:30px
   }
   .footer-sec-wrap ul.zft-social-icons li.zft-linkedin a {
    background-position:-412px 0
   }
   .footer-sec-wrap ul.zft-social-icons li.zft-youtube a {
    background-position:-568px -3px;
    background-size:auto 90px;
    width:35px
   }
   .footer-sec-wrap ul.zft-social-icons li.zft-fb a {
    background-position:-352px 0
   }
   .footer-sec-wrap ul.zft-social-icons li.zft-office365 a {
    background-position:-444px 0;
    width:30px
   }
   .footer-sec-wrap .footer-links-wrap .product-links ul.zft-social-icons li.zft-reddit a {
    background-position:-590px -3px;
    width: 30px;
    margin: 0 7px 0 0;
   }
   .footer-sec-wrap ul.zft-social-icons li.zft-instagram a {
    background-position:-504px 0;
    width:30px
   }
.footer-sec-wrap ul.zft-social-icons {
    display: flex;
    max-width: 300px;
    margin: 0;
    justify-content: flex-start;
    overflow: hidden;
    align-items: center;
    flex-wrap: wrap;
}
   .promo-section-wrap h4 {
    margin-top:20px
   }
   .lp-page .zmenu-enterprise,
   .lp-page .zmenu-customers,
   .lp-page .zmenu-partnerships,
   .lp-page .zmenu-solutions,
   .lp-page .zmenu-resources,
   .lp-page div#header .header,
   .lp-page .footer-sec-wrap {
    display:none !important
   }
   /*new-form-css*/
   form label.error{
    display: block;
    font-size: 14px;
    color: red;
    margin-top: 3px;
    font-weight: 400;
    text-align: left;
   }
   /*popup-css*/
   .success-alert {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000030;
    z-index: 999;
   }
   .scs-pop-inr {
    max-width: 490px;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px #00000052;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%,-50%);
    text-align: center;
   }
   .scs-txt {
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
   }
