* {
  box-sizing: border-box;
}
.column{ display: none;}
.zjh-page-wrapper h1 {
  font-size: 65px;
  line-height: 74px;
  font-family: var(--zf-secondary-bold);
}

.i18n-es-xl .zjh-page-wrapper h1 {
  font-size: 42px;
  line-height: 52px;
}
.i18n-es-xl .zjh-banner-section h1 {
  max-width: 650px;
}

.zjh-page-wrapper h2 {
  font-size: 45px;
  font-family: var(--zf-secondary-bold);
}

.header,
section#block-panels-mini-product-menu {
  display: none;
}

.footer-sec-wrap {
  display: none;
}

.slideup1,
.slideup2,
.slideup3,
.slideup4,
.slideup5,
.slideup6 {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.slideup1 {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.slideup2 {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.slideup3 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.slideup4 {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.slideup5 {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.slideup6 {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.in-view .slideup1,
.in-view .slideup2,
.in-view .slideup3,
.in-view .slideup4,
.in-view .slideup5,
.in-view .slideup6 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

[class|=zjhicons] {
  background: url(/sites/default/files/zh-hans/enterprise/home-sprite-icons.png);
  background-repeat: no-repeat;
  background-size: 578px auto;
  content: '';
  display: block;
  width: 50px;
  height: 50px;
}

/* header section  */

.zjh-header-section {
  background: #463FB1;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.zjh-header-section.fixed {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 1px 5px 0px #00000047;
  transition: all .3s ease;
}

.zjh-header-section.fixed .zjh-logo-title,
.zjh-header-section.fixed .zjh-nav ul li a {
  color: #000;
}

.zjh-logo-title {
  float: left;
  font-size: 20px;
  color: #fff;
  font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
  line-height: 20px;
  padding: 13px 0 6px;
  transition: all .3s ease;
}

span.z-logo {
  background: url(/sites/default/files/zoho_general_pages/zoho-logo-darkbg.svg) no-repeat;
    width: 120px;
    display: inline-block;
    background-size: 91%;
    background-position: 0 0;
    padding: 14px 0 3px 5px;
    height: 50px;
}
.fixed span.z-logo{
  background: url(/sites/default/files/zoho_general_pages/zoho-logo-web.svg) no-repeat;
}
.zjh-nav {
  float: right;
}

.zjh-nav ul li {
  display: inline-block;
  margin-left: 40px;
}

.zjh-nav ul li a {
  color: #fff;
  border-bottom: 2px solid transparent;
  display: block;
  padding: 20px 0 10px;
  font-size: 15px;
  line-height: 30px;
  transition: all .3s ease;
}

.zjh-nav ul li.active a {
  font-family: var(--zf-secondary-semibold);
  color: #463fb1 !important;
  border-bottom: 2px solid;
}

span.menu_btn {
  position: fixed;
  top: 10px;
  height: 30px;
  width: 40px;
  z-index: 101;
  right: 40px;
  cursor: pointer;
  display: none;
}

span.menu_btn>span {
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 7px 0 auto;
  float: right;
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s ease;
  position: relative;
}

.zjh-header-section.fixed span.menu_btn>span,
.zjh-nav.active span.menu_btn>span {
  background: #000;
}

.zjh-nav.active .menu_btn>span:first-child {
  transform: rotate( 45deg);
  top: 7px;
}

.zjh-nav.active .menu_btn>span:last-child {
  transform: rotate( -45deg);
  top: -11px;
}

.zjh-nav.active .menu_btn>span:nth-child(2) {
  opacity: 0;
  transform: translate(30px, 0);
}

span.menu_btn>span:nth-child(2) {
  width: 28px;
}

/* banner section */

.zjh-banner-section {
  background: #463fb1;
  color: #fff;
  padding: 160px 0 0;
}

.zjh-banner-wrap {
  display: flex;
}

.zjh-banner-wrap>div.zjh-banner-cont {
  width: 50%;
  padding: 0 50px 0 0;
}

.zjh-banner-wrap>div.zjh-banner-img {
  width: 50%;
}

.zjh-banner-img img {
  width: 700px;
  max-width: 130%;
  display: block;
}

.zjh-banner-section h1 {
  max-width: 550px;
  margin: 0 0 30px;
}

.zjh-banner-section p {
  max-width: 510px;
  margin: 0;
}

.zjh-banner-section a {
  font-size: 16px;
  color: #fff;
  background: #F1483E;
  display: inline-block;
  padding: 12px 30px;
  font-family: var(--secondaryfont-semibold);
  text-transform: uppercase;
  margin: 30px 0 0;
}

/* Industry section */

.zjh-industry-section {
  background: #fbfbfd;
  text-align: center;
  padding: 120px 0;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 0 0 34px 34px;
}

.zjh-industry-section p {
  max-width: 600px;
  margin: 0 auto;
}

.industry-box {
  margin: 120px 0 0;
}

.industry-box ul {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.industry-box ul li {
  width: 33%;
  text-align: left;
  font-family: var(--primaryfont-semibold);
  font-size: 18px;
  position: relative;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.industry-box.in-view ul li {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.industry-box ul li:first-child div {
  max-width: 338px;
}

.industry-box ul li:nth-child(2) div {
  max-width: 298px;
  top: -50px;
  left: 20px;
}

.industry-box ul li:nth-child(3) div {
  max-width: 292px;
  right: -10px;
  top: -30px;
}

.industry-box ul li:nth-child(4) div {
  max-width: 296px;
  margin: 0 0 0 auto;
  right: -20px;
  top: -30px;
}

.industry-box ul li:nth-child(5) div {
  max-width: 284px;
  top: -80px;
  margin: 0 0 0 auto;
  right: 4px;
}

.industry-box ul li:last-child div {
  max-width: 276px;
  margin: 0 0 0 auto;
  right: 30px;
  top: -10px;
}

.industry-box ul li div {
  position: relative;
}

.indus-txt {
  position: absolute;
  left: 0;
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
}

.industry-box ul li:first-child .indus-txt {
  top: 90px;
  left: 30px;
}

.industry-box ul li:nth-child(2) .indus-txt {
  top: 100px;
  left: 60px;
}

.industry-box ul li:nth-child(3) .indus-txt {
  top: 90px;
  left: 40px;
}

.industry-box ul li:nth-child(4) .indus-txt {
  bottom: 50px;
  left: 20px;
}

.industry-box ul li:nth-child(5) .indus-txt {
  bottom: 120px;
  left: 35px;
}

.industry-box ul li:nth-child(6) .indus-txt {
  left: 110px;
  top: 20px;
}

.industry-box ul li .indus-txt:before {
  content: '';
  width: 22px;
  height: 50px;
  position: absolute;
  background: url(/sites/default/files/zh-hans/enterprise/home-sprite-icons.png);
  background-repeat: no-repeat;
  background-size: 578px auto;
}

.industry-box ul li:first-child .indus-txt:before {
  left: 50px;
  top: -50px;
  background-position: 0 -70px;
}

.industry-box ul li:first-child .indus-txt:after {
  content: '';
  height: 35px;
  position: absolute;
  background: url(/sites/default/files/zh-hans/enterprise/home-sprite-icons.png);
  background-repeat: no-repeat;
  background-size: 578px auto;
  background-position: -24px -67px;
  width: 35px;
  top: 50px;
  left: -10px;
}

.industry-box ul li:nth-child(2) .indus-txt:before {
  background-position: -60px -58px;
  width: 45px;
  top: -65px;
  left: -5px;
}

.industry-box ul li:nth-child(3) .indus-txt:before {
  background-position: -105px -58px;
  width: 42px;
  top: -50px;
  left: 10px;
}

.industry-box ul li:nth-child(4) .indus-txt:before {
  background-position: -150px -58px;
  width: 22px;
  top: -60px;
  left: 20px;
}

.industry-box ul li:nth-child(5) .indus-txt:before {
  background-position: -170px -58px;
  width: 45px;
  top: -70px;
  left: 20px;
}

.industry-box ul li:nth-child(5) .indus-txt:after {
  content: '';
  height: 35px;
  position: absolute;
  background: url(/sites/default/files/zh-hans/enterprise/home-sprite-icons.png);
  background-repeat: no-repeat;
  background-size: 578px auto;
  background-position: -212px -65px;
  width: 25px;
  top: 65px;
  left: 60px;
}

.industry-box ul li:nth-child(6) .indus-txt:before {
  background-position: -235px -58px;
  width: 28px;
  top: 20px;
  left: -75px;
}

/* How it works section */

.zjh-howitworks-section {
  padding: 100px 0;
}

.zjh-howitworks-section h2 {
  text-align: center;
}

.howitworks-list {
  margin: 80px 0;
}

.howitworks-list .slick-track {
  display: flex;
  margin: 0 auto;
}

.howitworks-list ul li {
  width: 20%;
  font-family: var(--zf-secondary-medium);
  text-align: center;
  cursor: pointer;
  /* opacity: .3; */
}

/* .howitworks-list ul li.slick-current {
  font-family: var(--zf-secondary-semibold);
} */

.howitworks-list ul li span {
  width: 50px;
  height: 52px;
  margin: 0 auto 40px;
}

.zjhicons-requirements {
  background-position: 1px 0;
}

.zjhicons-documentation {
  background-position: -48px 0;
}

.zjhicons-implementation {
  background-position: -97px 0;
}

.zjhicons-onboarding {
  background-position: -146px 0;
}

.zjhicons-projectsignoff {
  background-position: -196px 0;
}

.howitworks-slider1 .slick-dots {
  text-align: center;
  margin: 0;
}

.howitworks-slider1 .slick-dots li {
  background: #cfcfcf;
  width: 7px;
  height: 7px;
}

.howitworks-slider1 .slick-dots li.slick-active {
  background: #463fb1;
  width: 20px;
  height: 7px;
}

/*  Progress Bar */

.progress {
  display: block;
  position: relative;
  top: 70px;
  width: 90%;
  margin: 0 auto;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #eaeaea;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 20% 100%;
  transition: background-size .4s ease-in-out;
}

.howitworks-inner-wrap {
  display: flex;
  align-items: center;
}

.howitworks-img {
  width: 65%;
}

.howitworks-img img {
  margin: auto;
  display: block;
}

.howitworks-img1 {
  max-width: 403px;
}

.howitworks-img2 {
  max-width: 609px;
}

.howitworks-img3 {
  max-width: 591px;
}

.howitworks-img4 {
  max-width: 571px;
}

.howitworks-img5 {
  max-width: 587px;
}

.howitworks-content {
  width: 35%;
}

.howitworks-content h3 {
  font-size: 34px;
}

.howitworks-content a {
  font-size: 16px;
  color: #fff;
  background: #F1483E;
  display: inline-block;
  padding: 12px 24px;
  font-family: var(--secondaryfont-semibold);
  text-transform: uppercase;
  margin: 0;
}

/* Ready section */

.zjh-ready-section {
  padding: 100px 0;
  background: url(/sites/default/files/zoho_general_pages/jumpstart/pricing-bg.png);
  background-color: #29163b;
  text-align: center;
  color: #fff;
}

.zjh-ready-desc {
  max-width: 700px;
  margin: 0 auto;
}

.plan-desc {
  background: #fff;
  max-width: 420px;
  padding: 75px 30px;
  color: #000;
  border-radius: 13px;
  margin: 80px auto 0;
  position: relative;
}

.plan-desc li {
  font-size: 15px;
}

.plan-desc li span.zjh-plan-ind {
  font-family: var(--zf-secondary-regular);
}

.ccode-in span.zjh-plan-ind {
  display: none;
}

.plan-desc li::before,
.plan-desc li::after {
  background: url(/sites/default/files/zh-hans/enterprise/home-sprite-icons.png);
  background-repeat: no-repeat;
  background-size: 578px auto;
  content: '';
  display: block;
  width: 50px;
  height: 52px;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.75s ease-in, -webkit-transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.75s ease-in, -webkit-transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.75s ease-in, transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.75s ease-in, transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.plan-desc li:first-child:before {
  background-position: -262px -60px;
  width: 22px;
  top: -20px;
  left: -80px;
  transform: translate(250px, 220px);
}

.plan-desc li:first-child:after {
  background-position: -284px -60px;
  width: 18px;
  top: 110px;
  left: -160px;
  transform: translate(350px, 120px);
}

.plan-desc li:nth-child(2):before {
  background-position: -302px -60px;
  width: 35px;
  top: 250px;
  left: -90px;
  transform: translate(270px, -30px);
}

.plan-desc li:nth-child(2):after {
  background-position: -337px -58px;
  top: 380px;
  left: -150px;
  width: 36px;
  transform: translate(340px, -170px);
}

.plan-desc li:nth-child(3):before {
  background-position: -374px -58px;
  top: 0;
  right: -50px;
  width: 25px;
  transform: translate(-250px, 220px);
}

.plan-desc li:nth-child(3):after {
  background-position: -400px -58px;
  top: 210px;
  right: -80px;
  width: 38px;
  transform: translate(-280px, 0px);
}

.plan-desc li:nth-child(4):before {
  background-position: -438px -58px;
  top: 290px;
  right: -150px;
  width: 17px;
  transform: translate(-360px, -80px);
}

.plan-desc li:nth-child(4):after {
  background-position: -455px -58px;
  top: 390px;
  right: -70px;
  width: 10px;
  transform: translate(-280px, -180px);
}

.zjh-ready-section .middle-animated .plan-desc li::before,
.zjh-ready-section .middle-animated .plan-desc li::after {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0);
  transform: translate3d(0px, 0px, 0);
}

.plan-desc li span {
  font-family: var(--zf-secondary-bold);
}

.plan-desc li span sup {
  font-size: 50px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
}

.plan-amt {
  font-size: 80px;
  line-height: 75px;
}

.plan-hour {
  display: block;
  font-size: 30px;
}

.plan-desc li a {
  font-size: 16px;
  color: #fff;
  background: #F1483E;
  display: inline-block;
  padding: 12px 24px;
  font-family: var(--secondaryfont-semibold);
  text-transform: uppercase;
  margin: 30px 0 0;
}

.line {
  background-image: linear-gradient(to right, #000 50%, #000 0, transparent 50%);
  background-size: 15px 1px;
  height: 1px;
  margin: 50px auto;
  max-width: 70%;
}

.middle-animated .plan-desc li:first-child:before,
.middle-animated .plan-desc li:nth-child(2):before,
.middle-animated .plan-desc li:nth-child(3):after,
.middle-animated .plan-desc li:nth-child(4):after {
  -webkit-animation: zeven 6s linear 2s infinite;
  animation: zeven 6s linear 2s infinite;
}

.middle-animated .plan-desc li:first-child:after,
.middle-animated .plan-desc li:nth-child(2):after,
.middle-animated .plan-desc li:nth-child(3):before,
.middle-animated .plan-desc li:nth-child(4):before {
  -webkit-animation: zodd 6s linear 2s infinite;
  animation: zodd 6s linear 2s infinite;
}

@-webkit-keyframes zeven {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  50% {
      -webkit-transform: translate(0, -12px);
      transform: translate(0, -12px);
  }
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

@keyframes zeven {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  50% {
      -webkit-transform: translate(0, -12px);
      transform: translate(0, -12px);
  }
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

@-webkit-keyframes zodd {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  50% {
      -webkit-transform: translate(0, 12px);
      transform: translate(0, 12px);
  }
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

@keyframes zodd {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  50% {
      -webkit-transform: translate(0, 12px);
      transform: translate(0, 12px);
  }
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

/* Get In Touch section */

.zjh-getintouch-section {
  padding: 120px 0;
  text-align: center;
}

.zjh-getintouch-section p {
  max-width: 750px;
  margin: 0 auto;
}

.zjh-getintouch-box {
  max-width: 620px;
  border: 1px solid;
  border-radius: 15px;
  margin: 50px auto 0;
  padding: 60px;
  text-align: left;
}

.blockit {
  display: block;
}

/* form style starts */

.zform-container {
  padding: 0 50px;
  margin: 0 0 0 auto;
  max-width: 480px
}

.zfields {
  width: 100%;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.zfields-tarea {
  width: 100%;
  position: relative;
  margin-bottom: 10px
}

.zfields-label {
  display: none;
  color: #333;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px
}

.zfields-element,
.zfields-element-tarea {
  width: 100%;
  border: 1px solid #d1d1d1;
  padding: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px
}

.zfields-tarea span {
  width: unset;
  font-size: 14px;
  left: 13px;
  position: absolute;
  top: 13px;
  z-index: 1;
  color: #666;
  display: block;
  margin-bottom: unset
}

textarea {
  height: 90px
}

.zcaptcha img {
  margin-right: 10px
}

.zcaptcha a {
  display: inline-block;
  position: relative;
  top: -20px
}

.zcaptcha {
  background: #fff;
  border: 1px solid #d1d1d1;
  margin-bottom: 15px
}

body .zgdprform-countrylist-container select.globalcountrycode {
  height: auto !important;
  width: 100% !important;
  border: 1px solid #d1d1d1 !important;
  padding: 16px 12px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  background: #fff !important
}

div.zgdprform-opt-container,
p.zgdprform-opt-container {
  font-size: 15px;
  margin: 0
}

div.zgdprform-state-container .globalstatecode,
div.zgdprform-countrylist-container .globalcountrycode {
  border: 1px solid #d1d1d1;
  padding: 15px 10px
}

.added-placeholder .zfields-label {
  color: #000
}

.zfields-element-ccode {
  width: 25%;
  float: left;
  margin-right: 5%
}

.zfields-element-ph {
  width: 100%
}

label.error {
  width: 100%;
  display: block;
  font-size: 14px;
  color: red;
  margin-top: 5px
}

.zhide {
  display: none
}

#zsuccess {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

div#zsuccess:before {
  content: '';
  width: 100%;
  background: #171538;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .95;
}

.zsuccess-wrap {
  position: absolute;
  width: 416px;
  height: 115px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  padding: 30px 70px 30px 40px;
  background: #e2fbe0;
  border-radius: 10px;
  opacity: 0;
}

.zclose {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #1ab59f;
  border-radius: 100%;
}

.zclose::after,
.zclose::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #fff;
  transform: rotate( 45deg);
  margin-top: -1px;
  border-radius: 5px;
}

.zclose::before {
  transform: rotate(-45deg)
}

#zsuccess p {
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  font-family: var(--primaryfont-semibold);
  max-width: 380px;
  margin: 0;
}

#zsuccess.zshow {
  display: block
}

.zsuccess-wrap.animate {
  animation: bounceIn .8s forwards;
  -webiki-animation: bounceIn .8s forwards
}

.zsuccess-shapes,
.zsuccess-shapes:before,
.zsuccess-shapes:after,
.zsuccess-shapes>span,
.zsuccess-shapes>span:before,
.zsuccess-shapes>span:after {
  background: url(/sites/default/files/zh-hans/enterprise/home-sprite-icons.png);
  background-repeat: no-repeat;
  background-size: 578px auto;
  content: '';
  position: absolute;
  height: 52px;
}

.zsuccess-shapes {
  background-position: -284px -60px;
  width: 50px;
  width: 18px;
  top: -60px;
  left: -20px;
  transform: scale(.7);
}

.zsuccess-shapes:before {
  background-position: -337px -58px;
  top: 100px;
  left: -90px;
  width: 36px;
}

.zsuccess-shapes:after {
  background-position: -262px -60px;
  top: 270px;
  left: -10px;
  width: 22px;
}

.zsuccess-shapes>span {
  background-position: -400px -58px;
  width: 38px;
  top: 0;
  left: 660px;
  transform: scale(.7);
}

.zsuccess-shapes>span:before {
  background-position: -302px -60px;
  top: 160px;
  left: -20px;
  width: 35px;
}

.zsuccess-shapes>span:after {
  background-position: -438px -58px;
  top: 340px;
  left: 10px;
  width: 17px;
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
  }
  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)
  }
  100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1)
  }
}

.zhde {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1
}

.zfields-double {
  overflow: hidden;
  width: 100%
}

form div.zgdprform-opt-container {
  clear: both;
  text-align: left;
  padding-left: 18px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  max-width: 460px;
  margin-top: 20px;
  color: #333;
  display: none
}

form .zgdprform-opt-container input.chk_bx {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important
}

#zprd-list.zfields-element {
  padding: 11px
}

/* form style end */

.zprd-list-container {
  position: relative
}

.zprd-list-container:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  border-radius: 6px
}

.added-placeholder .zprd-list-container:after {
  border-top: 6px solid #000
}

.zfields-terms-container {
  position: relative;
  max-width: 410px;
  cursor: pointer
}

.zfields-submit {
  margin-top: 25px
}

.zfields-submit>.zfields-element {
  background: #f0483f;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  display: inline;
  font-family: var(--zf-primary-semibold);
  border-radius: 0;
  cursor: pointer
}

/* Testimonial section */

.zjh-testi-section {
  padding: 100px 0;
  background: #463FB1;
  color: #fff;
}

.i18n-es-xl .zjh-testi-section {
  display: none;
}

.zjh-testi-section h2 {
  text-align: center;
}

.zjh-testi-box {
  background: #4f48b5;
  border-radius: 17px;
  padding: 60px 50px;
  margin: 70px 0 0;
}

.zjh-testi-wrap {
  display: flex;
  align-items: center;
}

.zjh-testi-wrap>div {
  width: 68%;
}

.zjh-testi-wrap>div:first-child {
  width: 32%;
  border-right: 1px solid #726bca;
  position: relative;
}

.zjh-testi-wrap>div:first-child:before,
.zjh-testi-wrap>div:first-child:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 40%;
}

.zjh-testi-wrap>div:first-child:before {
  right: -1px;
  border-top: 15px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 17px solid #4f48b5;
  z-index: 2;
}

.zjh-testi-wrap>div:first-child:after {
  right: 0px;
  border-top: 16px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 18px solid #726bca;
  z-index: 1;
}

.testi-left {
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.testi-left>span {
  width: 110px;
  height: 120px;
}

.zjhicons-cust1 {
  background-position: 0 -110px;
}

.zjhicons-cust2 {
  background-position: -111px -110px;
}

.zjhicons-cust3 {
  background-position: -222px -110px;
}

.zjhicons-cust4 {
  background-position: -333px -110px;
}

.zjhicons-cust5 {
  background-position: -444px -110px;
}

.testi-details {
  margin: 0 0 0 20px;
}

.cus-name {
  display: block;
  font-family: var(--zf-secondary-bold);
  font-size: 20px;
  margin: 0 0 5px;
}

.testi-details p {
  margin: 0;
  color: #d6d6d6;
  font-size: 15px;
  line-height: 22px;
}

.zjh-slider1 .slick-dots {
  display: none !important;
}

.zjh-slider2 {
  padding: 40px 0 0 80px;
}

.testi-right {
  max-width: 540px;
  position: relative;
  padding: 60px 0 0;
}

span.zjhicons-quotes {
  background-position: right -20px;
  width: 113px;
  height: 82px;
  position: absolute;
  right: -100px;
  top: -8px;
  display: none;
}

.zjh-slider2:after {
  background: url(/sites/default/files/zh-hans/enterprise/home-sprite-icons.png);
  background-repeat: no-repeat;
  background-size: 578px auto;
  content: '';
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 70px;
  background-position: right -20px;
  width: 113px;
  height: 82px;
}

.testi-right h5 {
  font-size: 24px;
}

.slick-dots {
  text-align: left;
}

.slick-dots li {
  background: #ffffff6b;
  border: none;
  width: 18px;
  height: 6px;
  border-radius: 10px;
}

.slick-dots li.slick-active {
  background: #ffffff;
  width: 45px;
  height: 6px;
  border: none;
}

/* implement section */

.zjh-header-section .content-wrap {
    padding-top: 20px;
}

.implement-in {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    background: #f8f8f9;
    padding: 140px 0 90px;
    border-radius: 0px 0px 14px 14px;
}

.zjh-nav ul li.brochure a {
    border: 1px solid #fff;
    padding: 8px 18px;
    font-size: 13px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 10px;
}

.zjh-header-section.fixed .zjh-nav ul li.brochure a{
   border: 1px solid #03a9f5;
   color: #03a9f5 !important;
}


.z-prod span {
    display: block;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 16px;
}

.implement-in h2 {
    margin-bottom: 25px;
}


.z-prod {
    width: 150px;
    min-height: 150px;
    background: antiquewhite;
    border-radius: 10px;
}

.implement-wrap {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    row-gap: 12px;
    flex-wrap: wrap;
    padding-top: 25px;
}

.implement-wrap .z-prod:nth-child(-n + 2) {
    background: #E7EFF7;
}

.implement-wrap .z-prod:nth-last-child(-n + 2) {
    background: #E6F4EB;
}

.zpro-logo {
    background: url(/sites/default/files/zp-global-icon-sprite-2x.png) no-repeat;
    background-size: 750px auto;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 35px auto 15px;

}

span.zpro-logo.z-crm {
    background-position: -100px 0;
}

span.zpro-logo.z-crmplus {
    background-position: -400px -125px;
}

span.zpro-logo.z-desk {
    background-position: -246px 0;
}

span.zpro-logo.z-bigin {
    background-position: -200px -125px;
}

.zjh-header-section.fixed .content-wrap{
   padding: 0;
}


/* implement section */

/* FAQ section */

.zjh-faq-section {
  padding: 100px 0;
}

.zjh-faq-section h2 {
  text-align: center;
}

.faq-wrap {
  max-width: 980px;
  margin: 50px auto 0;
}

.faq-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
}

.faq-item.active {
  background-color: #fff
}

/* .faq-item:first-child .faq-ans {
  display: block;
} */

.faq-ans {
  display: none;
  padding-bottom: 10px;
  padding-left: 0px;
}

.faq-item h4 {
  margin-bottom: 0;
  font-family: var(--zf-secondary-regular);
  padding: 20px 60px 20px 0px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  color: #000;
  transition: all .3s ease;
}

.faq-item.active h4,
.faq-item h4:hover {
  color: #463FB1;
}

.faq-item h4:before,
.faq-item h4:after {
  content: '';
  position: absolute;
  background: #333;
}

.faq-item h4:before {
  right: 0px;
  top: 35px;
  height: 2px;
  width: 16px;
}

.faq-item h4:after {
  right: 7px;
  width: 2px;
  top: 28px;
  height: 15px;
}

.faq-item.active h4:after {
  height: 0px;
}

.faq-item p strong {
  font-family: var(--primaryfont-semibold);
}

/* sticky form */

.freeze_layer {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: none
}

.formSec {
  width: 100%;
  overflow: auto;
  max-width: 450px;
  position: fixed;
  transform: translateX(120%);
  -webkit-transform: translateX(120%);
  right: 0;
  top: 0;
  z-index: 0;
  box-shadow: -7px 0 28px 0 rgba(0, 0, 0, 0.46);
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .75s ease;
  transition: all .75s ease
}

.formSec.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  z-index: 9999999999999;
  opacity: 1
}

.formInner {
  padding: 35px 55px 45px 44px;
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  text-align: left;
  overflow: auto;
}

.formInner h4+p {
  font-size: 14px;
}

.form-close {
  background: url(/sites/default/files/crm/sprite-icons4.svg) -576px -16px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.chat-widget {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 1000ms ease
}

.chat-widget.active {
  visibility: visible;
  opacity: 1
}

.chat-widget a {
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--secondaryfont-semibold);
  font-size: 14px;
  padding: 12px 20px;
  border: 1px solid;
  border-bottom: none;
}

.chat-widget a.cwid-contact {
  color: #fff;
  background: #F1483E;
  border-color: #F1483E;
  margin: 0 10px 0 0;
}

.zjh-bottom-section {
  max-width: 850px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

.zjh-bottom-section h2 {
  margin-bottom: 30px;
}

.zjh-bottom-section a {
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--secondaryfont-semibold);
  font-size: 14px;
  padding: 12px 20px;
  border: 1px solid;
}

.zjh-bottom-section a.zbtm-contact {
  color: #fff;
  background: #F1483E;
  border-color: #F1483E;
  margin: 0 10px 0 0;
}

.mobile-only {
  display: none;
}

/* es-xl table styles */

table,
table th,
table td {
  border: 1px solid #433353;
  border-collapse: collapse;
}

.pricing-wrap thead {
  font-family: var(--zf-secondary-bold);
}

tooltip {
  display: none;
}

.pricing-wrap table {
  width: 100%;
}

.pricing-wrap tr th {
  font-size: 24px;
  padding: 25px 15px;
  background: #29163b;
}

.crm-table tr:first-child th:first-child {
  font-size: 28px;
}

.crm-table tr:last-child th:last-child {
  width: 220px;
}

.crm-table tr:last-child th:first-child {
  padding-left: 70px;
  text-align: left;
}

tbody tr td {
  background: #1f0b33;
}

tbody .tr-head td {
  color: #fcde86;
  text-align: left;
  background: #2f1d40;
  font-family: var(--zf-secondary-bold);
  font-size: 20px;
}

.js-tick {
  background: url(/sites/default/files/zoho_general_pages/jumpstart/js-pricing-tick.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px auto;
  display: inline-block;
  position: relative;
  top: 10px;
}

tbody tr td:first-child {
  text-align: left;
  padding-left: 70px;
}

tbody tr td {
  padding: 15px 20px;
  border-bottom: none;
  /* line-height: 2.7; */
  border-top: none;
}

tbody tr.tr-head td {
  padding: 10px 20px;
  line-height: normal;
  padding-left: 70px;
}

.td-first td {
  padding-top: 40px;
}

.td-last td {
  padding-bottom: 40px;
}

.two-col-table thead tr:not(:first-child) th {
  font-size: 22px;
  border-bottom: none;
  border-top: none;
  padding: 10px 15px;
  line-height: normal;
}

.two-col-table tr th {
  font-size: 26px
}

.two-col-table tr th {
  padding: 40px 15px;
}

.two-col-table thead tr:nth-child(2) th {
  padding-top: 35px;
}

.two-col-table thead tr:last-child th {
  padding-bottom: 35px;
}

.js-porduct-tabs {
  margin-top: 60px;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}

.js-porduct-tabs .js-product-list {
  float: left;
}

.js-porduct-tabs .toggle-currency {
  float: right;
}

.js-porduct-tabs .js-product-list {
  float: left;
}

.js-icon:before {
  background: url(/sites/default/files/zp-global-icon-sprite-2x.png) no-repeat;
  content: '';
  width: 45px;
  height: 35px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 1260px auto;
}

.js-icon {
  position: relative;
  padding: 17px 20px 17px 70px;
  font-family: var(--zf-secondary-semibold);
  font-size: 20px;
  margin-right: 20px;
  border: 1px solid #433353;
  transition: ease all 0.5s;
  cursor: pointer;
  border-radius: 5px;
}

.js-icon.current:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid rgb(255, 255, 255);
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}

.js-crm::before {
  background-position: -82px -89px;
}

.js-mail::before {
  background-position: -663px -65px;
  background-size: 1000px auto;
  height: 36px;
  width: 37px;
  left: 20px;
}

.js-icon.current {
  background: #fff;
  color: #000;
}

.js-icon.js-bigin {
  padding: 17px 20px 17px 65px;
}

.js-bigin::before {
  background-position: 7px -130px;
  background-size: 1000px auto;
  height: 38px;
  width: 40px;
}

.toggle-currency span {
  font-size: 20px;
  font-family: var(--zf-secondary-semibold);
  cursor: pointer;
  position: relative;
  color: #7f7389;
  padding-bottom: 10px;
}

.toggle-currency {
  border-bottom: 2px solid #7f7389;
  padding-bottom: 5px;
}

.mxn-only {
  padding-right: 10px;
}

.usd-only {
  padding-left: 10px;
}

.toggle-currency span.current:after {
  content: '';
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}

.toggle-currency span.current {
  color: #fff;
}

.js-table-wrap .common-table {
  display: none;
}

.js-table-wrap .common-table.current {
  display: block;
}

.two-col-table th {
  width: 50%;
}

.js-mxn,
.js-usa {
  display: none;
}

.js-mxn.active,
.js-usa.active {
  display: block;
}

.crm-table thead tr th:nth-child(2),
.crm-table thead tr th:nth-child(3),
.crm-table thead tr th:nth-child(4) {
  min-width: 220px;
}

.two-col-table thead tr th.font-small {
  font-size: 18px;
}

.crm-table .sticky-sec tbody tr th:nth-child(2),
.crm-table .sticky-sec tbody tr th:nth-child(3),
.crm-table .sticky-sec tbody tr th:nth-child(4) {
  width: 220px;
}

.sticky-sec {
  overflow: hidden;
  position: sticky;
  /*     position: absolute; */
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 1;
  transition: .5s opacity ease;
  opacity: 0;
  height: 0;
}

.sticky-sec.zshow {
  height: auto;
  opacity: 1;
}

.pricing-wrap {
  position: relative;
}

.two-col-table .sticky-sec table {
  width: 100%;
}

.pd-icon {
  background: url(/sites/default/files/zh-hans/enterprise/home-sprite-icons.png) no-repeat;
  background-size: 578px auto;
  position: absolute;
  width: 50px;
  height: 52px;
  opacity: 0.3;
}

.pd-icon.pd-icon1 {
  background-position: -262px -60px;
  width: 22px;
  top: 350px;
  left: -80px;
  animation: zodd 5s linear 1s infinite;
}

.pd-icon.pd-icon2 {
  background-position: -284px -60px;
  width: 18px;
  top: 750px;
  left: -160px;
  animation: zeven 5s linear 1s infinite;
}

.pd-icon.pd-icon3 {
  background-position: -302px -60px;
  width: 35px;
  top: 50%;
  left: -90px;
  animation: zodd 5s linear 1s infinite;
}

.pd-icon.pd-icon4 {
  background-position: -337px -58px;
  top: 90%;
  left: -150px;
  width: 36px;
  animation: zeven 5s linear 1s infinite;
}

.pd-icon.pd-icon5 {
  background-position: -374px -58px;
  top: 350px;
  right: -110px;
  width: 25px;
  animation: zodd 5s linear 1s infinite;
}

.pd-icon.pd-icon6 {
  background-position: -400px -58px;
  top: 55%;
  right: -80px;
  width: 38px;
  animation: zeven 5s linear 1s infinite;
}

.pd-icon.pd-icon7 {
  background-position: -438px -58px;
  top: 75%;
  right: -150px;
  width: 17px;
  animation: zodd 5s linear 1s infinite;
}

.pd-icon.pd-icon8 {
  background-position: -455px -58px;
  top: 85%;
  right: -70px;
  width: 10px;
  animation: zeven 5s linear 1s infinite;
}

.zoho-products-pricing {
  position: relative;
}

.js-notes p {
  font-size: 13px;
  text-align: right;
  margin-bottom: 5px;
}

.js-notes {
  margin-top: 15px;
}

.has-tooltip tooltip {
  position: absolute;
  font-style: normal;
  color: #484848;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  padding: 15px;
  font-weight: 400;
  width: 260px;
  z-index: 1;
  left: auto;
  top: 50px;
  display: none;
  box-sizing: border-box;
  font-family: var(--zf-secondary-semibold);
  margin: 0 auto;
}

.crm-table tr:last-child th:first-child tooltip {
  top: 70px;
}

.td-first .has-tooltip tooltip {
  top: 90px;
}

.has-tooltip span {
  position: relative;
}

.has-tooltip ul li {
  margin-bottom: 10px;
}

.has-tooltip ul li:last-child {
  margin-bottom: 0px;
}

.two-col-table thead tr .has-tooltip tooltip {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80px;
}

.two-col-table thead tr .has-tooltip tooltip>span {
  left: 0;
  right: 0;
  margin: auto;
}

.two-col-table thead tr:last-child .has-tooltip tooltip {
  top: 60px;
}

.has-tooltip>span:after {
  content: 'i';
  background: rgb(255 255 255 / 20%);
  border-radius: 100%;
  color: #FDFDFD;
  display: inline-block;
  font-size: 10px;
  height: 6px;
  line-height: .6;
  padding: 4px;
  text-align: center;
  width: 6px;
  cursor: help;
  position: relative;
  right: -10px;
  top: -3px;
  bottom: 0;
  margin: auto;
}

.has-tooltip tooltip>span {
  position: absolute;
  display: none;
  left: 17px;
  top: -5px;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  z-index: 2;
}

.has-tooltip:hover tooltip,
.has-tooltip:hover tooltip span {
  display: block
}

.has-tooltip {
  position: relative;
}

.csymbol {
  font-size: 18px;
  position: relative;
  top: -6px;
  margin-right: 4px;
}

.currency-swap {
  font-size: 22px;
  margin-top: 10px;
}

.currency-swap b {
  font-size: 16px;
  margin-left: 5px;
}

.two-col-table .currency-swap {
  margin-top: 0;
}

.two-col-table .currency-swap {
  font-size: 28px;
}

@-webkit-keyframes zeven {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  50% {
      -webkit-transform: translate(0, -14px);
      transform: translate(0, -14px);
  }
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

@keyframes zeven {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  50% {
      -webkit-transform: translate(0, -14px);
      transform: translate(0, -14px);
  }
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

@-webkit-keyframes zodd {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  50% {
      -webkit-transform: translate(0, 14px);
      transform: translate(0, 14px);
  }
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

@keyframes zodd {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  50% {
      -webkit-transform: translate(0, 14px);
      transform: translate(0, 14px);
  }
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

/* es-xl table styles end*/

@media only screen and (min-width: 1681px) {
  .zjh-banner-section {
      padding: 200px 0 0;
  }
  .zjh-banner-wrap>div.zjh-banner-cont {
      width: 55%;
      padding: 0 20px 0 0;
  }
  .zjh-banner-img img {
      width: 784px;
      max-width: 140%;
      display: block;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .zjh-banner-wrap>div.zjh-banner-cont {
      padding: 0 40px 0 0;
  }
  .zjh-banner-section {
      overflow: hidden;
  }
}

@media (max-width: 1200px) {
    .implement-in {
        padding: 100px 0 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .i18n-es-xl .zjh-page-wrapper h1 {
    font-size: 42px;
}
  .i18n-es-xl .zjh-banner-section h1 {
    max-width: 540px;
  }
  .zjh-banner-wrap>div.zjh-banner-cont {
      width: 55%;
      padding: 0 30px 0 0;
  }
  .zjh-banner-section {
      overflow: hidden;
  }
  .zjh-page-wrapper h1 {
    font-size: 48px;
    line-height: 55px;
  }
  .zjh-banner-section h1 {
    max-width: 380px;
    margin: 0 0 20px;
  }
  .zjh-banner-wrap>div.zjh-banner-img {
      width: 45%;
      padding: 40px 0 0 0;
  }
  .zjh-banner-img img {
      max-width: 110%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .i18n-es-xl .zjh-page-wrapper h1 {
    font-size: 30px;
    line-height: 40px;
}
  .i18n-es-xl .zjh-banner-section h1 {
    max-width: 500px;
  }
  .zjh-banner-wrap>div.zjh-banner-cont {
      width: 55%;
      padding: 0 20px 0 0;
  }
  .zjh-banner-section {
      overflow: hidden;
      padding: 120px 0 0;
  }
  .zjh-page-wrapper h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .zjh-page-wrapper h2 {
      font-size: 36px;
  }
  .zjh-banner-section h1 {
    max-width: 340px;
    margin: 0 0 20px;
  }
  .zjh-banner-wrap>div.zjh-banner-img {
      width: 45%;
      padding: 40px 0 0;
  }
  .zjh-banner-img img {
      max-width: 110%;
  }
  .zjh-industry-section,
  .zjh-howitworks-section,
  .zjh-getintouch-section,
  .zjh-testi-section,
  .zjh-faq-section {
      padding: 80px 0;
  }
  .zjh-industry-section {
      max-width: 100%;
      border-radius: 0;
  }
  .zjh-getintouch-section p {
      max-width: 520px;
  }
  .testi-left {
      display: block;
  }
  .testi-details {
      margin: 10px 0 0;
  }
  .zjh-testi-wrap>div:first-child {
      width: 25%;
  }
  .zjh-testi-wrap>div {
      width: 75%;
  }
  .chat-widget a {
      background: #fff;
  }
  .zjh-bottom-section {
      max-width: 660px;
  }
}

@media (max-width: 991px) {
    .implement-in {
        padding: 80px 0;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
  .i18n-es-xl .zjh-page-wrapper h1 {
    font-size: 30px;
    line-height: 40px;
}
  .i18n-es-xl .zjh-banner-section h1 {
    max-width: 620px;
  }

  span.z-logo
  {
    margin: 0;
  }
  .zjh-nav ul li:first-child,
  .zjh-nav ul li:last-child {
    margin-left: 10px;
}
.zjh-nav ul li.brochure a {
  padding: 8px 10px;
  font-size: 12px;
}
.zjh-nav ul li {
  margin-left: 15px;
}
 .zjh-banner-wrap {
      display: block;
  }
  .zjh-banner-wrap>div.zjh-banner-cont {
      width: 100%;
      padding: 0;
      text-align: center;
  }
  .zjh-banner-section {
      overflow: hidden;
      padding: 120px 0 0;
  }
  .zjh-page-wrapper h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .zjh-page-wrapper h2 {
      font-size: 36px;
  }
  .zjh-banner-section h1 {
      max-width: 420px;
      margin: 0 auto 20px;
  }
  .zjh-banner-section p {
      max-width: 510px;
      margin: 0 auto;
  }
  .zjh-banner-wrap>div.zjh-banner-img {
      width: 100%;
      padding: 50px 0 0;
  }
  .zjh-banner-img img {
      max-width: 440px;
      margin: 0 auto;
      width: 100%;
  }
  .zjh-industry-section,
  .zjh-howitworks-section,
  .zjh-getintouch-section,
  .zjh-testi-section,
  .zjh-faq-section,
  .zjh-ready-section {
      padding: 80px 0;
  }
  .zjh-industry-section {
      max-width: 100%;
      border-radius: 0;
  }
  .industry-box {
      margin: 90px 0 0;
  }
  .industry-box ul li:first-child .indus-txt {
      top: 20px;
      left: 20px;
  }
  .industry-box ul li:first-child .indus-txt:before {
      left: 170px;
      top: -10px;
      background-position: 0 -70px;
  }
  .industry-box ul li:nth-child(2) div {
      top: -40px;
      left: 10px;
  }
  .industry-box ul li:nth-child(2) .indus-txt {
      top: 80px;
      left: 30px;
  }
  .industry-box ul li:nth-child(3) div {
      max-width: 220px;
      right: -18px;
      top: -30px;
  }
  .industry-box ul li:nth-child(3) .indus-txt {
      top: 60px;
      left: 20px;
  }
  .industry-box ul li:nth-child(4) .indus-txt:before {
      top: -50px;
      left: 10px;
  }
  .industry-box ul li:nth-child(5) div {
      max-width: 214px;
      top: -60px;
      margin: 0 0 0 auto;
      right: -6px;
  }
  .industry-box ul li:nth-child(5) .indus-txt:before {
      top: -60px;
  }
  .industry-box ul li:last-child div {
      max-width: 226px;
      margin: 0 0 0 auto;
      right: 0px;
      top: -20px;
  }
  .howitworks-inner-wrap {
      display: block;
  }
  .howitworks-img {
      width: 100%;
  }
  .howitworks-content {
      width: 100%;
      margin: 40px 0 0;
      text-align: center;
  }
  .progress {
      width: 100%;
  }
  .zjh-getintouch-section p {
      max-width: 520px;
  }
  .testi-left {
      display: block;
  }
  .testi-details {
      margin: 10px 0 0;
  }
  .zjh-testi-box {
      padding: 60px 20px;
  }
  .zjh-testi-wrap>div:first-child {
      width: 25%;
  }
  .zjh-testi-wrap>div {
      width: 75%;
  }
  .testi-details p {
      font-size: 13px;
      line-height: 20px;
  }
  .zjh-slider2 {
      padding: 50px 0 0 40px;
  }
  .zjh-slider2:after {
      right: 0;
  }
  .faq h2 {
      margin-bottom: 30px
  }
  .chat-widget a {
      background: #fff;
  }
  .zjh-bottom-section {
      max-width: 660px;
      padding: 80px 0;
  }

}

@media all and (max-width:767px) {
  .i18n-es-xl .zjh-page-wrapper h1 {
      font-size: 24px;
      line-height: 34px;
  }
  span.menu_btn {
      display: block;
  }
  .z-bottom-cta-menu {
      display: none;
  }
  .zjh-logo-title {
      padding: 13px 0 13px;
  }
  .zjh-nav ul {
      position: fixed;
      top: 0;
      right: -260px;
      background: #fff;
      width: 240px;
      height: 100%;
      z-index: 100;
      padding: 40px 20px 0;
      box-shadow: -2px 0px 16px #0000003b;
      transition: all .3s ease;
  }
  .zjh-nav.active ul {
      right: 0;
  }
  .zjh-nav ul li {
      display: block;
      margin-left: 0;
  }
  .zjh-nav ul li a {
      color: #000;
  }
  .zjh-banner-wrap {
      display: block;
  }
  .zjh-banner-wrap>div.zjh-banner-cont {
      width: 100%;
      padding: 0;
      text-align: center;
  }
  .zjh-banner-section {
      overflow: hidden;
      padding: 100px 0 0;
  }
  .zjh-page-wrapper h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .zjh-page-wrapper h2 {
      font-size: 36px;
  }
  .zjh-banner-section h1 {
      max-width: 420px;
      margin: 0 auto 20px;
  }
  .zjh-banner-section p {
      max-width: 510px;
      margin: 0 auto;
  }
  .zjh-banner-wrap>div.zjh-banner-img {
      width: 100%;
      padding: 30px 0 0;
  }
  .zjh-banner-img img {
      max-width: 360px;
      margin: 0 auto;
      width: 100%;
  }
  .zjh-industry-section,
  .zjh-howitworks-section,
  .zjh-getintouch-section,
  .zjh-testi-section,
  .zjh-faq-section,
  .zjh-ready-section {
      padding: 80px 0;
  }
  .zjh-industry-section {
      max-width: 100%;
      border-radius: 0;
  }
  .industry-box ul li {
      width: 100%;
  }
  .industry-box {
      margin: 40px 0 0;
  }
  .industry-box ul li div {
      position: relative;
      max-width: 260px !important;
      margin: 0 auto !important;
  }
  .industry-box ul li:first-child div {
      left: 0;
      top: 0;
  }
  .industry-box ul li:first-child .indus-txt {
      top: 20px;
      left: 20px;
  }
  .industry-box ul li:first-child .indus-txt:before {
      left: 170px;
      top: -10px;
      background-position: 0 -70px;
  }
  .industry-box ul li:nth-child(2) div {
      left: 0;
      top: 0;
  }
  .industry-box ul li:nth-child(2) .indus-txt {
      top: 80px;
      left: 30px;
  }
  .industry-box ul li:nth-child(3) div {
      left: 0;
      top: 0;
  }
  .industry-box ul li:nth-child(3) .indus-txt {
      top: 60px;
      left: 20px;
  }
  .industry-box ul li:nth-child(4) div {
      top: 0;
      left: 0;
  }
  .industry-box ul li:nth-child(4) .indus-txt:before {
      top: -50px;
      left: 10px;
  }
  .industry-box ul li:nth-child(5) div {
      left: 0;
      top: 0;
  }
  .industry-box ul li:nth-child(5) .indus-txt:before {
      top: -60px;
  }
  .industry-box ul li:last-child div {
      left: 0;
      top: 0;
  }
  .howitworks-list {
      margin: 80px 0;
      display: none;
  }
  .howitworks-inner-wrap {
      display: flex;
      flex-wrap: wrap-reverse;
  }
  .howitworks-content h3 {
      font-size: 24px;
  }
  .howitworks-img {
      width: 100%;
      display: none;
  }
  .howitworks-img img {
      margin: auto;
      display: block;
      max-width: 100%;
  }
  .howitworks-img .howitworks-img1 {
      max-width: 340px;
  }
  .howitworks-content {
      width: 100%;
      margin: 40px 0 0;
      text-align: center;
  }
  .progress {
      width: 100%;
  }
  .howitworks-content p {
      text-align: left;
  }
  .mobile-only {
      display: block;
  }
  .howitworks-slider1 .mobile-only {
      margin: 30px 0;
  }
  .howitworks-slider1 .mobile-only img {
      margin: auto;
      display: block;
      max-width: 100%;
  }
  .howitworks-slider1 .mobile-only img.howitworks-img1 {
      max-width: 260px;
  }
  .plan-desc {
      max-width: 390px;
      padding: 75px 20px;
  }
  .plan-amt {
      font-size: 64px;
      line-height: 54px;
  }
  .plan-desc li span sup {
      font-size: 36px;
      line-height: 30px;
  }
  .plan-desc li:first-child:before {
      left: -40px;
  }
  .plan-desc li:first-child:after {
      left: -40px;
  }
  .plan-desc li:nth-child(2):before {
      left: -70px;
  }
  .plan-desc li:nth-child(2):after {
      left: -60px;
  }
  .plan-desc li:nth-child(3):after {
      top: 160px;
      right: -60px;
  }
  .plan-desc li:nth-child(4):before {
      right: -40px;
  }
  .zjh-getintouch-section p {
      max-width: 520px;
  }
  .zjh-testi-wrap {
      display: flex;
      align-items: center;
      flex-wrap: wrap-reverse;
  }
  .testi-left {
      padding: 0;
  }
  .testi-details {
      margin: 0 0 0 10px;
  }
  .zjh-testi-box {
      padding: 60px 20px;
  }
  .zjh-testi-wrap>div:first-child {
      width: 100%;
      border-right: none;
  }
  .zjh-testi-wrap>div:first-child:before,
  .zjh-testi-wrap>div:first-child:after {
      display: none;
  }
  .zjh-testi-wrap>div {
      width: 100%;
  }
  .testi-details p {
      font-size: 13px;
      line-height: 20px;
  }
  .zjh-slider1 .slick-dots {
      display: block !important;
  }
  .zjh-slider2 {
      padding: 0;
  }
  .zjh-slider2:after {
      right: 0;
      top: -100px;
  }
  .zjh-slider2 .slick-dots {
      display: none !important;
  }
  .zsuccess-shapes {
      display: none;
  }
  .zsuccess-wrap {
      width: 90%;
      height: 105px;
  }
  #zsuccess p {
      font-size: 17px;
      line-height: 24px;
      max-width: 290px;
  }
  .testi-right {
      max-width: 100%;
      padding: 0;
  }
  .faq h2 {
      margin-bottom: 30px
  }
  .faq-item {
      padding: 0 0px;
  }
  .faq-item h4 {
      padding: 20px 20px 20px 0px;
      font-size: 18px;
  }
  .faq h2 {
      margin-bottom: 20px
  }
  .chat-widget a {
      background: #fff;
  }
  .zjh-bottom-section {
      max-width: 500px;
      padding: 80px 0;
  }
.zjh-implement-section {
        background: #f8f8f9;
    }
 .zjh-nav ul li.brochure a {
        font-size: 13px;
    line-height: 30px;
    padding: 8px 18px;
    margin-top: 20px;
    }
.zjh-header-section .content-wrap {
    padding-top: 0; 
}
}

@media only screen and (max-width: 480px) {
  span.menu_btn {
      right: 30px;
  }
  .zjh-page-wrapper h1 {
      font-size: 26px;
      line-height: 35px;
  }
  .zjh-banner-section h1 {
      max-width: 310px;
      margin: 0 auto 10px;
  }
  .zjh-banner-section a {
      margin: 15px 0 0;
      padding: 10px 24px;
  }
  .zjh-banner-img img {
      max-width: 320px;
      margin: 0 auto;
      width: 100%;
  }
  .zjh-industry-section,
  .zjh-howitworks-section,
  .zjh-getintouch-section,
  .zjh-testi-section,
  .zjh-faq-section,
  .zjh-ready-section {
      padding: 60px 0;
  }
  .zjh-page-wrapper h2 {
      font-size: 30px;
  }
  .howitworks-content {
      margin: 20px 0 0;
  }
  .howitworks-content h3 {
      font-size: 22px;
  }
  .howitworks-img .howitworks-img1 {
      max-width: 240px;
  }
  .plan-desc {
      max-width: 280px;
      padding: 40px 15px;
      margin: 30px auto 0;
  }
  .plan-amt {
      font-size: 54px;
      line-height: 40px;
  }
  .plan-hour {
      font-size: 24px;
  }
  .plan-desc li a {
      padding: 10px 24px;
  }
  .plan-desc li span sup {
      font-size: 26px;
      line-height: 18px;
  }
  .line {
      margin: 30px auto;
  }
  .zjh-ready-section .middle-animated .plan-desc li::before,
  .zjh-ready-section .middle-animated .plan-desc li::after {
      display: none;
  }
  .zjh-getintouch-section p {
      max-width: 380px;
  }
  .zjh-getintouch-section p .blockit {
      display: inline;
      padding: 0 2px 0 0px;
  }
  .zjh-getintouch-box {
      border-radius: 8px;
      margin: 30px auto 0;
      padding: 30px 20px;
  }
  .testi-right h5 {
      font-size: 21px;
  }
  .cus-name {
      font-size: 17px;
  }
  .testi-details p {
      font-size: 12px;
      line-height: 17px;
  }
  .testi-left>span {
      width: 110px;
      height: 120px;
      transform: scale(0.7);
  }
  .zjh-bottom-section {
      max-width: 340px;
      padding: 60px 0;
  }
  .zjh-bottom-section h3 {
      font-size: 24px;
      margin-bottom: 20px;
  }

  .implement-in {
        padding: 60px 0;
    }

    .implement-in h2 {
        margin-bottom: 15px;
    }

    .implement-wrap{
        padding: 0;
    }
}

/* es-xl table styles start*/

@media only screen and (max-width:1366px) {
  tbody tr td:first-child {
      padding-left: 30px;
  }
}

@media only screen and (max-width:1279px) {
  .pd-icon {
      display: none;
  }
  .pricing-wrap {
      display: block;
      width: 100%;
      overflow-x: auto;
  }
  .crm-table tr:last-child th:first-child {
      min-width: 340px;
  }
  .two-col-table thead tr:nth-child(1) th {
      min-width: 320px;
  }
  .two-col-table tr th {
      padding: 25px 15px;
  }
  .pricing-wrap {
      overflow: scroll;
  }
  .crm-table .pricing-wrap table,
  .crm-table .sticky-sec {
      width: 1220px;
  }
  .sticky-sec {
      position: absolute;
      display: none;
  }
}

@media only screen and (max-width:767px) {
  .two-col-table .pricing-wrap table,
  .two-col-table .sticky-sec {
      width: 730px;
  }
  .two-col-table tr th {
      padding: 25px 15px;
  }
  .js-icon {
      margin-right: 10px;
      font-size: 14px;
      padding: 13px 10px 13px 40px;
  }
  .js-icon:before {
      width: 25px;
      height: 25px;
      background-size: 750px auto;
      left: 8px;
  }
  .js-crm::before {
      background-position: -50px -51px;
  }
  .js-mail::before {
      background-position: -499px -51px;
  }
  .js-bigin::before {
      background-position: 0px -100px;
  }
  .js-icon.js-bigin {
      padding: 13px 10px 13px 40px;
  }
  .toggle-currency span {
      font-size: 14px;
  }
}

@media only screen and (max-width:480px) {
  .js-icon {
      padding: 13px 10px 13px 35px;
  }
  .js-icon.js-bigin {
      padding: 13px 10px 13px 35px;
  }
  .js-porduct-tabs .toggle-currency {
      float: none;
      max-width: 86px;
      margin: 0 auto;
      margin-top: 50px;
  }
  .js-porduct-tabs .js-product-list {
      float: none;
  }
  .js-icon:before {
      left: 5px;
  }
}

/* es-xl table styles end */

.i18n-es-xl .zjh-bottom-section a {
  border: none;
  text-transform: none;
  font-size: 17px;
  padding: 0;
  text-decoration: underline;
}

.zlang-container {
  display: none;
}