.region-sanctioned .zsc-note p {
    text-align: left;
}
.other-lang.umain .z-product, .other-lang.region-sanctioned .zsc-note p, .umain.other-lang.region-sanctioned .zsc-note p {
    text-align: center;
}
.loggedin-userinfo {
    padding: 0 0 60px;
  }
  .loggedin-userinfo h2 {
    font: 34px/1.25 var(--primaryfont-bold);
  }
  .umain.other-lang .zcrm_signupHeader {
      padding-bottom: 10px;
  }
  .access-apps {
    background: #f0483e;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #f0483e;
    text-decoration: none;
    font: 16px/1.2 var(--primaryfont-semibold);
    margin-top: 25px;
  }
  .umain .zcrm_spRht_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
  body {
    font: 400 18px/1.6 var(--zf-primary-regular);
  }
  .industry-list-box {
    display: none;
    position: absolute;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 0px;
    top: 70px;
    background: #fff;
    max-height: 240px;
    overflow-x: hidden;
    z-index: 999;
  }
  .industry-list-data {
    display: block;
    font-size: 14px;
    padding: 0px 7.5px;
    cursor: pointer;
  }
  .industry-list-data.industry-active {
    color: #009eda;
    font-weight: 700;
  }
  .industry-list-data:hover {
    color: #009eda;
  }
  .zcrm_MainSec {
    width: 100%;
    background: #fff;
  }
  .zcrm_signupHeader {
    width: 100%;
    position: relative;
    background: transparent;
    z-index: 99;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .zlogo-product {
      display: flex;
      align-items: center;
      padding: 10px 0 0 10px;
  }
  .login-text {
    font-size: 14px;
    display: block;
    overflow: hidden;
    padding: 21px 0;
    text-align: right;
    /*background: #fff;*/
    width: 72%;
    line-height: 28px;
  }
  .zlogo-product a {
      background: var(--zoho-logo-darkbg) no-repeat;
      background-size: 100% auto;
      width: 100px;
      height: 60px;
      text-indent: -99999px;
      padding: 0;
  }
  .other-lang .zlogo-product a {background: var(--zoho-logo-web) no-repeat; }
  .z-product {
      margin: 100px 0 20px;
  }
  .z-product a img {
      height: 44px;
      width: auto;
  }
  .login {
    margin: 0 20px 0 5px;
    display: inline-block;
    color: #f0483e;
    text-transform: uppercase;
    font-size: 12px;
  }
  .zcrm_signupSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: -73px;
  }
  .zcrm_spLft {
    position: relative;
    width: 28%;
    background-color: rgb(33, 25, 55);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-size: cover;
    max-width: 400px;
      background-repeat: no-repeat;
      background-position: left top;
  }
  .zcrm_spLft.bg_lazy_loaded {
    background-image: url(//cdn.zoho.com.cn/sites/zweb/images/crm/images/zcrm_signup_bg.jpg);
  }
  .zcrm_spLft:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .35);
  }
  .zcrm_spRht {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
  }
  .zcrm_spRht_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
  }
  .testimonial-section {
    width: 80%;
    color: #fff;
    margin: 200px auto 0;
    text-align: center;
    transition: margin .7s ease 0s;
    position: relative;
    z-index: 1;
  }
  .testimonial-img {
    margin: 0 auto 15px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/crm/images/zcrm-signup-icons.png) no-repeat -611px -18px;
    background-size: auto 250px;
  }
  .testimonial-section p {
    font: 18px/1.5 var(--zf-splfontserif-regular);
    color: #f2f2f2;
    margin: 0 0 20px;
  }
  .customer-name, .customer-desig {
    font: 14px/1.4 var(--primaryfont-bold);
    color: #00add5;
    text-transform: uppercase;
    display: block;
    padding-bottom: 4px;
  }
  .customer-desig {
    font: 12px/1.4 var(--zf-primary-regular);;
    text-transform: inherit;
  }
  /*Signup form CSS start*/
  .signup-box {
    max-width: 440px;
    float: none;
    margin: 0 0 60px;
    box-sizing: border-box;
    width: 60%;
    min-height: 520px;
  }
  .signup-box h1 {
    font: 24px/1.2 var(--primaryfont-bold);
    margin-bottom: 20px;
  }
  .signup-box .socl-signup span.vi-google:before, .signup-box .socl-signup span.vi-linkedin:before {
    background: url('//cdn.zoho.com.cn/sites/zweb/images/crm/images/zcrm-signup-icons.png') no-repeat 0 0;
    margin: 0;
    background-size: auto 250px;
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
  }
  .signup-box .socl-signup span.vi-google:before {
    background-position: -442px -154px;
    width: 42px;
    height: 41px;
  }
  .signup-box .socl-signup span.vi-linkedin:before {
    background-position: -487px -154px;
    width: 43px;
    height: 41px;
  }
  .signup-box .socl-signup a, .signup-box .socl-signup span.vi-linkedin, .signup-box .socl-signup span.vi-google {
    background: #065f92;
    font: 500 14px/23px var(--zf-primary-regular);
    text-indent: inherit;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    width: auto;
    height: auto;
    line-height: 24px;
    vertical-align: middle;
    position: relative;
    padding: 8px 13px 9px 55px;
    border-radius: 3px;
    text-align: center;
  }
  .signup-box .socl-signup a.vi-google, .signup-box .socl-signup span.vi-google {
    background: #4285f4;
    font: 500 14px/23px var(--zf-primary-regular);
    text-indent: inherit;
    width: auto;
    height: auto;
    transform: unset;
  }
  .socl-signup p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
  }
  .socl-signup p.eu_signup {
    justify-content: center;
  }
  .signup-box .socl-signup .eu_signup span.vi-google {
    line-height: 24px;
    width: 100%;
  }
  .zcrm_split {
    position: relative;
    font: 14px/1.4 var(--zf-secondary-regular);
    padding: 15px 0;
    text-align: center;
     display:none;
  }
  .zcrm_split span {
    padding: 0 10px;
    background: #ffffff;
    color: #737373;
    position: relative;
    z-index: 1;
  }
  .zcrm_split:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #8695a7;
  }
  .signup-box input[type='email']:focus, .signup-box input[type='number']:focus, .signup-box input[type='password']:focus, .signup-box input[type='search']:focus, .signup-box input[type='tel']:focus, .signup-box input[type='text']:focus, .signup-box input[type='url']:focus, .signup-box textarea:focus, .signup-box .za-country-container .globalcountrycode-signup:focus, .signup-box .za-state-container .za-globalstate-signup:focus {
    border-color: #4285f4;
  }
  .signup-box input[type='email'], .signup-box input[type='number'], .signup-box input[type='password'], .signup-box input[type='search'], .signup-box input[type='tel'], .signup-box input[type='text'], .signup-box input[type='url'], .signup-box textarea, .signup-box .za-country-container .globalcountrycode-signup, .signup-box .za-state-container .za-globalstate-signup, .sgnindustry {
    border: 1px solid #8695a7;
    background: #f0f7ff;
    margin: 0 0 2px;
    font: 15px/1.2 var(--zf-primary-medium);
    padding: 11px 12px;
    color: #000;
    display: block;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: .5s ease;
    border-radius: 0;
  }
  .signup-box input[type='number'] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .zcrm_industryField:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
    position: absolute;
    right: 12px;
    top: 47px;
    content: "";
    display: block;
    z-index: 9;
  }
  .zcrm_industryField select, .signup-box .za-country-container .globalcountrycode-signup, .signup-box .za-state-container .za-globalstate-signup {
    font-weight: 400;
    line-height: 1.6;
    padding: 8px 12px;
  }
  .signup-box #countryCodeDiv, .signup-box #countryconfirmCodeDiv {
    background-color: #f0f7ff;
    border-right: 1px solid #8695a7;
    min-height: 40px;
    padding: 8px 0 7px 10px;
    font: 15px/1.6 var(--zf-primary-medium);
    height: 42px;
  }
  .mobile-container.sgfrm, .za-rmobile-container.sgfrm {
    padding: 25px 0 20px;
    margin-bottom: 0;
  }
  .signup-box .za-country_code-container select, .signup-box .za-ccountry_code-container select {
    padding: 8px;
    min-height: 42px;
    font: 15px/1.2 var(--zf-secondary-regular);
  }
  .zcrm_placeholder {
    font: 14px/1.2 var(--zf-secondary-regular);
  }
  .sgfrm {
    margin-bottom: 12px;
  }
  .sgfrm.zcrm_industryField {
    margin-bottom: 20px;
  }
  .signup-box .field-error .field-msg {
    line-height: 0;
  }
  .signup-box .error, .signup-box .za-email-suggestion .za-domain-error {
    line-height: 1.4;
  }
  .signup-box .sign_agree, .signup-box label {
    font: 12px/1.4 var(--zf-secondary-regular);
  }
  .signup-box .sgnbtn input[type="submit"], .signup-box .sgnbtn input[type="button"] {
    font: 16px/1.2 var(--primaryfont-semibold);
  }
  .mobile-container .zcrm_placeholder, .za-rmobile-container .zcrm_placeholder {
    position: absolute;
    top: -20px;
    left: 0;
  }
  /* Form Section CSS end */
  /* Passwoed Section CSS start */
  .pwd_infoSec {
    position: absolute;
    top: 30px;
    right: -260px;
    content: "";
    width: 250px;
    padding: 12px 15px;
    border: 1px solid #8695a7;
    z-index: 99;
    text-align: left;
    background: #fcfcfc;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2), inset 1px 1px rgba(255, 255, 255, .5), inset 0 0 3px rgba(255, 255, 255, .3);
    display: none;
  }
  .pwd_infoSec.active, .crm_tollfree:hover .help_infoSec, .industry-list-box.industry-active {
    display: block;
  }
  .pwd_infoSec:before, .pwd_infoSec:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }
  .pwd_infoSec:after {
    border-right: 9px solid #fff;
    border-left: 0;
    right: auto;
    left: -7px;
  }
  .pwd_infoSec:before {
    border-right: 9px solid #8695a7;
    border-left: 0;
    right: auto;
    left: -9px;
  }
  .pwd_info {
    font: 13px/1.2 var(--zf-primary-semibold);
    margin: 0;
  }
  .pwd_ruleSec {
    padding-top: 0px;
  }
  .pwd_rules {
    font: 13px/1.2 var(--zf-primary-regular);
    position: relative;
    padding-left: 25px;
  }
  .pwd_rules:after {
    background: url(//cdn.zoho.com.cn/sites/zweb/images/crm/images/zcrm-signup-icons.png);
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background-position: -511px -31px;
    background-size: auto 250px;
    width: 15px;
    height: 15px;
    filter: grayscale(1);
    opacity: 0.3;
  }
  .pwd_rules.active:after {
    filter: grayscale(0);
    opacity: 1;
  }
  /* Passwoed Section CSS end */
  /* Help Section CSS start */
  .zcrm_formSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
  }
  .zcrm_helpSec {
    width: 40%;
  }
  .zcrm_helpInner {
    padding: 60px 40px;
  }
  .zcrm_helpInner h2 {
    font: 18px/1.4 var(--primaryfont-semibold);
    margin: 0;
  }
  .zcrm_supportSec, .zcrm_mailSec {
    padding-top: 12px;
  }
  .zcrm_support, .zcrm_mail {
    font: 14px/1.4 var(--zf-primary-regular);
    display: block;
    color: #333333;
  }
  .zcrm_mailId, .zcrm_phId {
    position: relative;
    font: 18px/1.4 var(--primaryfont-semibold);
    padding-left: 30px;
    display: inline-block;
    color: #000000;
  }
  a.zcrm_mailId {
    color: #000000;
  }
  .zcrm_mailId:after, .zcrm_phId:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    background: url('//cdn.zoho.com.cn/sites/zweb/images/crm/images/zcrm-signup-icons.png') no-repeat -431px -26px;
    width: 26px;
    height: 26px;
    background-size: auto 250px;
  }
  .zcrm_phId:after {
    background-position: -431px -26px;
  }
  .zcrm_mailId:after {
    background-position: -461px -26px;
  }
  .zcrm_mailId:before {
    position: absolute;
    content: "";
    bottom: 1px;
    right: 0;
    width: calc(100% - 30px);
    height: 1.5px;
    background: #b0b0b0;
  }
  .uniq_number {
    border-bottom: 1px solid #b0b0b0;
    display: block;
    color: #000000;
  }
  /* Security Certificate Section CSS start */
  .zcrm-soc-logo {
    text-align: left;
    max-width: 420px;
  }
  .zsoc-logo1 {
    background-position: -13px -168px;
    width: 117px;
    height: 60px;
  }
  .zsoc-logo2 {
    background-position: -133px -170px;
    width: 172px;
    height: 57px;
  }
  .zsoc-logo3 {
    background-position: -309px -169px;
    width: 111px;
    height: 66px;
  }
  .zsoc-logo4 {
    background-position: -132px -79px;
    width: 69px;
    height: 69px;
  }
  .zsoc-logo5 {
    background-position: -538px -144px;
    width: 66px;
    height: 66px;
  }
  .bg_lazy_loaded [class^="zsoc"] {background-image: url(//cdn.zoho.com.cn/sites/zweb/images/crm/images/zcrm-signup-icons.png);}
  [class^="zsoc"] {
    background-repeat: no-repeat;
    background-size: auto 250px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    margin: 0 20px 15px 0;
    vertical-align: middle;
  }
  .copyright-footer {
    padding: 80px 0 25px;
  }
  .copyright-footer p {
    font: 14px/1.2 var(--zf-primary-regular);
    margin: 0;
  }
  .signup-box.lead-lp .field-error::after {
    content: url(//cdn.zoho.com.cn/sites/zweb/images/crm/images/err-img.svg);
    color: #c23934;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 36px;
    right: 12px;
    z-index: 1;
  }
  .signup-box.lead-lp #dialogRegister .field-valid > div:not(.field-error)::after {
    content: url(//cdn.zoho.com.cn/sites/zweb/images/crm/images/success-img.svg);
    color: #c23934;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 36px;
    right: 12px;
    z-index: 1;
  }
  .signup-box.lead-lp .field-error input[type='email'], .signup-box.lead-lp .field-error input[type='number'], .signup-box.lead-lp .field-error input[type='password'], .signup-box.lead-lp .field-error input[type='search'], .signup-box.lead-lp .field-error input[type='tel'], .signup-box.lead-lp .field-error input[type='text'], .signup-box.lead-lp .field-error input[type='url'], .signup-box.lead-lp .field-error textarea, .signup-box.lead-lp .field-error .za-country-container .globalcountrycode-signup, .signup-box.lead-lp .field-error .za-state-container .za-globalstate-signup {
    background: #f6e2e1;
    border: 1px solid #c23934;
  }
  .lead-lp .field-error .pwd_eye, .lead-lp .za-tos-container .field-error::after, .lead-lp #dialogRegister .field-valid.za-password-container > div:not(.field-error)::after, .industry-array-data, .d-none, .footer-wrapper, #header, .copyright-footer.mbl_footer, .loggedin-userinfo, .umain .zcrm_helpSec, .umain .zcrm-soc-logo, .z-mobile-menu-v2 {
    display: none;
  }
  .lead-lp .za-country_code-container.field-error::after {
    top: 12px;
  }
  .signup-box.lead-lp #dialogRegister .mobile-container.field-valid > div:not(.field-error)::after {
    top: 10px;
  }
  .lead-lp .za-tos-container .field-error .field-msg, .signup-box p.zcountry-info, .signup-box .za-country_code-container, .signup-box .za-ccountry_code-container {
    margin: 0;
  }
.i18n-es .zcrm_spLft.zcp_lazy_bg {
    display: none;
}
  @media only screen and (min-width:1400px) {
  .zlogo-product a {
    width: 130px;
    height: 60px;
  }
  }
  @media only screen and (max-width:1124px) {
    .zcrm_spLft, .menu-icon-help-header {
      width: 35%;
    }
    .zcrm_spRht, .login-text {
      width: 65%;
    }
    .zcrm_formSec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start;
      margin: 0 auto;
      justify-content: inherit;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .testimonial-section {
      width: 86%;
    }
    .signup-box {
      max-width: 500px;
      margin: 60px 0 40px;
      width: 100%;
    }
    .zcrm_helpSec {
      width: 100%;
    }
    .zcrm_helpInner {
      padding: 40px 0;
    }
    .copyright-footer {
      padding: 60px 0 25px;
    }
    .pwd_infoSec {
      top: 80px;
      left: 0px;
    }
    .pwd_infoSec:before, .pwd_infoSec:after {
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
    }
    .pwd_infoSec:before {
      border-bottom: 9px solid #8695a7;
      border-top: 0;
      top: -9px;
      left: 25px;
    }
    .pwd_infoSec:after {
      border-bottom: 9px solid #fff;
      border-top: 0;
      top: -7px;
      left: 25px;
    }
  }
  @media only screen and (max-width:991px) {
  .zlogo-product a {background: var(--zoho-logo-web) no-repeat; }
    .zcrm_spLft.bg_lazy_loaded {
      background-size: cover;
    }
    .zcrm_signupSec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      margin: 0 auto;
      max-width: 900px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      width: 90%;
    }
    .zcrm_spLft {
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
      align-items: center;
      width: 100%;
      max-width: 900px;
    }
    .testimonial-section {
      margin: 60px auto;
    }
    .zcrm_spRht {
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
      width: 100%;
      margin: 0 auto;
    }
    .zcrm_spRht_inner {
      width: 100%;
    }
    .umain .zcrm_spRht_inner {
      height: auto;
      align-items: center;
      text-align: center;
    }
    .loggedin-userinfo {
      padding:0 0 40px;
    }
    .loggedin-userinfo h2 {
      font-size: 30px;
    }
    .zcrm_formSec {
      display: block;
    }
    .signup-box {
      max-width: 500px;
      display: block;
      margin: 40px auto 20px;
    }
    .zcrm_helpSec {
      max-width: 500px;
      margin: 0 auto;
    }
    .zcrm-soc-logo {
      text-align: left;
      max-width: 500px;
      margin: 0 auto;
      padding-bottom: 60px;
    }
    .copyright-footer {
      display: none;
    }
    .copyright-footer.mbl_footer {
      display: block;
      width: 90%;
      margin: 0 auto;
      text-align: center;
    }
    .zlogo-product a {
      color: #000;
    }
    .access-apps {
      margin-top: 15px;
    }
  .z-product {
      margin: 20px 0;
  }
  }
  @media only screen and (max-width:767px) {
    .loggedin-userinfo h2 {
      font-size: 24px;
    }
    .copyright-footer {
      padding: 20px 0;
    }
    .testimonial-section {
      margin: 50px auto;
    }
    .testimonial-section p {
      font-size: 16px;
    }
    .zcrm-soc-logo {
      padding-bottom: 50px;
    }
    .zcrm_helpInner {
      padding: 30px 0;
    }
    .zcrm_mailId, .zcrm_phId {
      font-size: 16px
    }
    .signup-box {
      margin: 50px auto 20px;
    }
    .signup-box h1 {
      font-size: 22px
    }
    .zcrm_signupSec {
      width: 100%;
    }
    .zcrm_spRht {
      width: 90%;
    }
  }
  @media only screen and (max-width:550px) {
    .socl-signup p {
      flex-flow: wrap;
      justify-content: left;
      margin-bottom: 0;
    }
    .signup-box .socl-signup a.vi-google, .signup-box .socl-signup span.vi-google {
      line-height: 24px;
      width: 100%;
    }
    .signup-box .socl-signup a, .signup-box .socl-signup span.vi-linkedin, .signup-box .socl-signup span.vi-google {
      display: block;
      width: 100%;
      margin-bottom: 15px;
    }
  }
  @media only screen and (max-width:450px) {
    .menu-icon-help-header {
      width: 42%;
    }
    .login-text {
      width: 58%;
      font-size: 12px;
    }
  }
  /*Arabic starts*/
  .lang-rtl .zcrm_mailId, .lang-rtl .zcrm_phId {padding-right: 30px; padding-left: 0px;}
  .lang-rtl .zcrm_mailId:after, .lang-rtl .zcrm_phId:after {right: 0; left: initial;}
  .lang-rtl .zcrm_mailId:before {left: 0; right: initial;}
  .lang-rtl .zcrm_split, .lang-rtl .loggedin-userinfo * {text-align: center;}
  .lang-rtl .signup-box .socl-signup a, .lang-rtl .signup-box .socl-signup span {
    margin: 0 0 0 10px;
  }
.lang-rtl .copyright-footer p{text-align: center;}
  .lang-rtl [class^="zsoc"] {
    margin: 0 0 15px 20px;
  }
  .lang-rtl .pwd_infoSec:before {
    border-left: 9px solid #8695a7;
    border-right: 0;
    left: auto;
    right: -9px;
  }
  .lang-rtl .pwd_infoSec::after {
    border-left: 9px solid #fff;
    border-right: 0;
    left: auto;
    right: -7px;
  }
  .lang-rtl .pwd_infoSec {
    top: 30px;
    left: -260px;
    right: auto;
  }
  .lang-rtl .pwd_rules {
    padding-right: 25px;
  }
  .lang-rtl .zcrm_industryField:after {
    left: 12px;
    top: 45px;
    right: auto;
  }
  .lang-rtl .signup-box #countryCodeDiv, .lang-rtl .signup-box #countryconfirmCodeDiv {
    padding: 8px 10px 8px 0;
  }
  .lang-rtl .mobile-container .zcrm_placeholder, .lang-rtl .za-rmobile-container .zcrm_placeholder {
      right: 0;
  }
  @media only screen and (max-width:1124px) {
    .lang-rtl .pwd_infoSec {
      top: 80px;
      left: 0px;
    }
    .lang-rtl .pwd_infoSec:before, .lang-rtl .pwd_infoSec:after {
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
    }
    .lang-rtl .pwd_infoSec:before {
      border-bottom: 9px solid #8695a7;
      border-top: 0;
      top: -9px;
      left: 25px;
      right: auto;
    }
    .lang-rtl .pwd_infoSec:after {
      border-bottom: 9px solid #fff;
      border-top: 0;
      top: -7px;
      left: 25px;
      right: auto;
    }
  }
  /*Arabic ends*/
  /*Hebrew starts*/
  .i18n-he .zcrm_mailId, .i18n-he .zcrm_phId {padding-right: 30px; padding-left: 0px;}
  .i18n-he .zcrm_mailId:after, .i18n-he .zcrm_phId:after {right: 0; left: initial;}
  .i18n-he .zcrm_mailId:before {left: 0; right: initial;}
  .i18n-he .zcrm_split {text-align: center;}
  .i18n-he .mobile-container .zcrm_placeholder, .i18n-he .za-rmobile-container .zcrm_placeholder {
      right: 0;
  }
  .i18n-he .signup-box .socl-signup a, .i18n-he .signup-box .socl-signup span {
    margin: 0 10px 15px 0;
  }
  .i18n-he span.login-text, .lang-rtl span.login-text {
    text-align: left;
  }
  .i18n-he .login {
    margin: 0 5px 0 20px;
  }
  .i18n-he .signup-box #countryCodeDiv, .i18n-he .signup-box #countryconfirmCodeDiv, .lang-rtl .signup-box #countryCodeDiv, .lang-rtl .signup-box #countryconfirmCodeDiv {
    padding: 10px 10px 5px 0;
  }
  .i18n-he .zcrm_signupHeader .menu-icon-help-header {
    direction: ltr;
  }
  .i18n-he .mobile-container .zcrm_placeholder, .lang-rtl .mobile-container .zcrm_placeholder, .lang-rtl .pwd_rules:after {
    right: 0;
    left: auto;
  }
  .i18n-he .copyright-footer p, .i18n-he .testimonial-section p, .i18n-he .testimonial-section span, .lang-rtl .testimonial-section p, .lang-rtl .testimonial-section span, .i18n-ar .zcrm_split {
    text-align: center;
  }
  @media only screen and (max-width: 991px) {
    .i18n-he .copyright-footer p, .i18n-he .testimonial-section p, .i18n-he .testimonial-section, .i18n-he .testimonial-section span {
      text-align: center;
    }
  }
  @media only screen and (max-width: 767px) {
    .i18n-he .zcrm_signupHeader span.login-text {
      text-align: left;
    }
  }
@media only screen and (max-width: 550px){
	.lang-rtl .signup-box .socl-signup a, .lang-rtl .signup-box .socl-signup span{margin:0 0 15px 10px}
}
  /*Hebrew ends*/
  /*Other lang starts*/
  .other-lang .zcrm_spLft {
      /*display: none;*/
  }
  .other-lang .menu-icon-help-header {background: #ffffff;}
  .other-lang .login-text {
      width: 100%;
  }
  .other-lang .loggedin-userinfo h2, .other-lang .loggedin-userinfo, .other-lang.umain .copyright-footer p {
      text-align: center;
  }
  /*Other lang ends*/