* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.z-main-container a {
  color: var(--zwc-link-clr);
}

.z-main-container .arrow-link.sprite-parent {
  color: var(--zwc-link-clr-dark);
}

.zw-product-header {
  background: #0a3052;
}

.z-main-container h1 {
  font-size: 46px;
  font-family: Zoho_Puvi_ExtraBold;
  margin: 0 auto 13px;
  width: 820px;
  max-width: 100%;
}

.z-main-container h2 {
  font-size: 36px;
  font-family: Zoho_Puvi_Bold;
}

.z-main-container h3 {
  font-size: 22px;
  font-family: Zoho_Puvi_Bold;
}

.z-main-container li {
  font-family: Zoho_Puvi_SemiBold;
}

.z-main-container section {
  position: relative;
}

.z-main-container img,
.z-main-container picture {
  display: block;
}

.z-main-container svg {
  outline: none;
}

.banner-title-wrap .assist-heading {
  width: 320px;
  max-width: 50%;
  display: block;
  margin: 0px auto 20px;
}

.z-main-container hr {
  border-top: 1px dashed #707070;
  width: 100%;
  -webkit-transform: translateY(65px);
  -ms-transform: translateY(65px);
  transform: translateY(65px);
}

.z-main-container .content-wrap {
  max-width: 1170px;
}

.z-main-container .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.z-main-container .flex-wrap>div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  z-index: 22;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.z-main-container .act-btn {
  margin: 10px auto 0;
  padding: 17px 30px;
  color: #fff;
}

.z-main-container .zmoveup {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.z-main-container .zmoveup_icon {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  opacity: 0;
}

.z-main-container .middle-animated .zmoveup {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.z-main-container .middle-animated .zmoveup_icon {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.z-main-container .zdelay100 {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.z-main-container .zdelay200 {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.z-main-container .zdelay300 {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.z-main-container .zdelay400 {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.z-main-container .zdelay500 {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.z-main-container .zdelay600 {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.z-main-container .zdelay700 {
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.z-main-container .zdelay800 {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.z-main-container .zdelay900 {
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.z-main-container .middle-animated .visible {
  opacity: 1;
}

#block-panels-mini-product-menu {
  background: #0a3052;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a {
  color: #fff;
}

#mini-panel-product_menu .expanded.dropdown .caret {
  background-position: -168px 0;
}

#mini-panel-product_menu .product-nav-links li .nolink,
#mini-panel-product_menu .product-nav-links .menu>li>a {
  color: #fff;
}

#mini-panel-product_menu .product-header-top .menu li a {
  color: #000;
}


/*banner-section-start*/
.z-main-container .banner-section {
  background: #0a3052;
  padding: 80px 0px 0px;
  color: #fff;
}

.z-main-container .mobile-banner {
  display: none;
}

.z-main-container .web-banner>span {
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  position: absolute;
  display: inline-block;
}

.z-main-container .banner-img-wrap img {
  position: relative;
  bottom: -34px;
  margin: 0px auto;
}

.z-main-container .banner-sprite-a {
  height: 66px;
  width: 70px;
  left: 2%;
  bottom: 44%;
  background-size: 920px auto;
  background-position: 1px -20px;
  -webkit-animation: 7s ease infinite normal none running floatY_a_vertical;
  animation: 7s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .banner-sprite-b {
  height: 106px;
  width: 110px;
  left: 30%;
  top: 2%;
  background-size: 920px auto;
  background-position: -69px 0;
  -webkit-animation: 5s ease infinite normal none running floatY_a_vertical;
  animation: 5s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .banner-sprite-c {
  height: 60px;
  width: 65px;
  left: 60%;
  bottom: 52%;
  background-size: 920px auto;
  background-position: -178px -22px;
  -webkit-animation: 3s ease infinite normal none running floatY_a_vertical;
  animation: 3s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .banner-sprite-d {
  height: 101px;
  width: 101px;
  right: 4%;
  bottom: 47%;
  background-size: 920px auto;
  background-position: -243px -2px;
  -webkit-animation: 6s ease infinite normal none running floatY_a_vertical;
  animation: 6s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .banner-sprite-e {
  height: 45px;
  width: 48px;
  right: 59%;
  bottom: 64%;
  background-size: 1040px auto;
  background-position: -60px -40px;
  z-index: 1;
  -webkit-animation: 5s ease infinite normal none running floatY_a_vertical;
  animation: 5s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .banner-sprite-f {
  height: 52px;
  width: 53px;
  right: 25%;
  bottom: 77%;
  background-size: 910px auto;
  background-position: 1px -29px;
  z-index: 1;
  -webkit-animation: 5s ease infinite normal none running floatY_a_vertical;
  animation: 5s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .sprite-bg2 {
  background-image: url('//cdn.zoho.com.cn/sites/zweb/images/assist/enterprise/za-ent-re-sprite2.png');
  background-repeat: no-repeat;
  z-index: 1;
}

.z-main-container .sprite-bg1 {
  background-image: url('//cdn.zoho.com.cn/sites/zweb/images/assist/enterprise/za-ent-re-sprite1.svg');
  background-repeat: no-repeat;
}

.z-main-container .banner-title-wrap {
  text-align: center;
  padding: 0px 10px;
  width: 931px;
  margin: 0px auto 0px;
  max-width: 100%;
}

.z-main-container .req-demo {
  margin-right: 10px;
}

.z-main-container .get-quote {
  margin-left: 10px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.z-main-container .banner-img-wrap {
  max-width: 1000px;
  margin: 0px auto 0px;
  position: relative;
  top: 70px;
}


/*banner-section-end*/
/*trust-brad-start*/
.z-main-container .trusted-brand-wrap {
  padding: 0;
  border-radius: 10px;
  text-align: center;
}

.z-main-container .trusted-brand-wrap>p {
  font-family: Zoho_Puvi_Bold;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 40px;
}

.z-main-container .trusted-brand-wrap>p::after {
  content: "";
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
}

.z-main-container .trusted-brand-wrap>p::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.z-main-container .trust-brand-sprites {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0a3052;
  border-radius: 10px;
  padding: 30px 10px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.z-main-container .trust-brand-sprites>li {
  height: 45px;
}

.z-main-container .trust-brand-sprites>li>span {
  display: block;
  height: 80%;
  width: 100%;
  background: url("//cdn.zoho.com.cn/sites/zweb/images/commonroot/zp-trust-brands-sprite.png") 0px 0px / 1103px no-repeat;
  margin: 0px auto;
}

.z-main-container .trust-brand-sprites .merk {
  background-position: -444px -653px;
  width: 119px;
}

.z-main-container .trust-brand-sprites .hitachi {
  width: 105px;
  background-position: -419px -1398px;
}

.z-main-container .trust-brand-sprites .mg {
  width: 70px;
  background-position: -757px -1400px;
  height: 60px;
}

.z-main-container .trust-brand-sprites .unf {
  width: 125px;
  background-position: -444px -40px;
}

.z-main-container .trust-brand-sprites .oneplus {
  width: 117px;
  background-position: -537px -1402px;
}

.z-main-container .trust-brand-sprites .ola {
  width: 91px;
  background-position: -666px -1402px;
}

.z-main-container .trust-brand-sprites .tata {
  width: 57px;
  background-position: -361px -496px;
}

/*trust-brad-end*/
/*specification-start*/
.z-main-container .specification-section .flex-wrap>div:nth-child(1) {
  padding-right: 40px;
}

.z-main-container .specification-section ul {
  margin-top: 40px;
}

.z-main-container .specification-section ul li {
  position: relative;
  margin-bottom: 35px;
  padding-left: 60px;
  padding-right: 30px;
  font-family: 'Zoho_Puvi_Medium';
}

.z-main-container .specification-section ul li:last-child {
  margin-bottom: 0;
}

.z-main-container .specification-section ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 40px;
  height: 40px;
  top: -6px;
  border-radius: 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 6px;
}

.z-main-container .specification-section ul li::after {
  content: "";
  position: absolute;
  background: url("//cdn.zoho.com.cn/sites/zweb/images/assist/enterprise/za-ent-re-sprite1.svg") -145px -20px / 1000px no-repeat;
  height: 35px;
  width: 35px;
  display: inline-block;
  left: 0px;
  top: -4px;
}

.z-main-container .specification-section ul li:nth-child(1)::after {
  background-position: 4px 2px;
}

.z-main-container .specification-section ul li:nth-child(2)::after {
  background-position: -32px 2px;
  width: 24px;
  left: 8px;
  top: -5.5px;
}

.z-main-container .specification-section ul li:nth-child(3)::after {
  background-position: -56px 2px;
  width: 18px;
  left: 11px;
  top: -4px;
}

.z-main-container .specification-section ul li:nth-child(4)::after {
  background-position: -67px 2px;
  width: 23px;
  left: 11px;
  top: -2px;
  background-size: 900px auto;
}

.z-main-container .specification-section ul li:nth-child(5)::after {
  background-position: -100px 2px;
  width: 19px;
  left: 11px;
  top: -4px;
}

.z-main-container .specification-section ul li:nth-child(6)::after {
  background-position: -121px 2px;
  width: 24px;
  left: 9px;
  top: -4px;
}

/*specification-end*/
/*features-section-start*/
.z-main-container .features-section .slider-section .single-box {
  margin-bottom: 50px;
  text-align: left;
  width: 500px;
  padding-right: 10px;
}

.z-main-container .features-head-wrap {
  text-align: left;
  width: 100%;
  margin: 0px auto 50px;
}

.z-main-container .features-section .slider-section .single-box>div:nth-child(1) {
  width: 280px;
  margin: 0 0 30px;
  position: relative;
  height: 150px;
}

.slide3-1>div:nth-child(1) {
  height: 180px !important
}

/* .slide3-2>div:nth-child(1) {height: 150px !important;} */
.slide3-3>div:nth-child(1) {
  height: 190px !important;
}

.slide3-4>div:nth-child(1) {
  height: 140px !important;
}

.z-main-container .features-section span {
  position: absolute;
  background: url('//cdn.zoho.com.cn/sites/zweb/images/assist/enterprise/za-ent-re-sprite1.svg') 0px 0px no-repeat;
  display: inline-block;
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}


@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes floatY_a_vertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes floatY_a_vertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes floatY_b_vertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes floatY_b_vertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes floatY_c_vertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes floatY_c_vertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.z-main-container .features-section .fcol-a-anim-1 {
  background-position: -436px -80px;
  background-size: 965px;
  height: 36px;
  width: 98px;
  right: -8px;
  bottom: 0px;
  -webkit-box-shadow: 0px 23px 26px #00000029;
  box-shadow: 0px 23px 26px #00000029;
}

.z-main-container .features-section .slick-active .fcol-a-anim-1 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  right: -19px;
  bottom: 46px;
}

.z-main-container .single-box.features-col-1-anim img {
  position: relative;
  top: 60px;
  left: 34px;
}

.z-main-container .features-section .fcol-a-anim-2 {
  background-size: 1104px;
  height: 45px;
  width: 45px;
  left: 52px;
  top: 27px;
  -webkit-box-shadow: rgba(160, 158, 158, 0.4) 0px 6px 16px;
  box-shadow: rgba(160, 158, 158, 0.4) 0px 6px 16px;
  background-position: -454px -82px;
  border-radius: 50px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.z-main-container span.fcol-a-anim-3.small-circle {
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 13px 16px #000 29;
  box-shadow: 0px 13px 16px #000 29;
  border: none;
  top: 10px;
  right: 0;
}

.z-main-container .features-section .slick-active .fcol-a-anim-2 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  left: 3px;
  top: 20px;
}

.z-main-container .features-section .fcol-b-anim-1 {
  position: absolute;
  top: 42px;
  left: 4px;
  width: 84px;
  height: 87px;
  background-position: -854px -8px;
  background-size: 1040px auto;
  z-index: -1;
  -webkit-transform-origin: 51.8% 51%;
  -ms-transform-origin: 51.8% 51%;
  transform-origin: 50.1% 52%;
}

.z-main-container .features-section .slick-active .fcol-b-anim-1 {
  -webkit-animation: rotation 3s infinite ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.z-main-container .features-section .fcol-b-anim-2 {
  position: absolute;
  top: 0;
  left: 190px;
  width: 44px;
  height: 44px;
  background-position: -637px -26px;
  background-size: 865px auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 33px 33px #411908 24;
  box-shadow: 0px 33px 33px #411908 24;
}

.z-main-container .features-section .fcol-b-anim-3 {
  position: absolute;
  top: 137px;
  left: 115px;
  width: 25px;
  height: 25px;
  background-position: -724px -38px;
  background-size: 915px auto;
  border-radius: 50%;
}

.z-main-container .features-section .slick-active .fcol-b-anim-3 {
  -webkit-animation: 4s ease infinite normal none running floatY_a_vertical;
  animation: 4s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .features-section .fcol-d-anim-1 {
  position: absolute;
  top: 110px;
  left: 5px;
  width: 38px;
  height: 38px;
  background-position: -115px -118px;
  background-size: 1338px auto;
  border-radius: 50%;
  border: 3px solid #fff;
}

.z-main-container .features-section .slick-active .fcol-d-anim-1 {
  -webkit-animation: 3s ease infinite normal none running floatY_a_vertical;
  animation: 3s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .features-section .fcol-d-anim-2 {
  position: absolute;
  top: 17px;
  left: 82px;
  width: 39px;
  height: 39px;
  background-position: -180px -82px;
  background-size: 918px auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 23px 26px #000 1A;
  box-shadow: 0px 23px 26px #000 1A;
  border: 1px solid #fff;
}

.z-main-container .features-section .fcol-d-anim-3 {
  position: absolute;
  top: 100px;
  left: 187px;
  width: 28px;
  height: 28px;
  background-position: -221px -82px;
  background-size: 915px auto;
  border-radius: 50%;
  opacity: 0;
}

.z-main-container .features-section .slick-active .fcol-d-anim-2 {
  -webkit-animation: 5s ease infinite normal none running floatY_a_vertical;
  animation: 5s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .features-section .fcol-d-anim-4 {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 50px;
  height: 50px;
  background-position: -484px -32px;
  background-size: 870px auto;
  border-radius: 50%;
  border: 3px solid #fff;
}

.z-main-container .features-section .slick-active .fcol-d-anim-4 {
  -webkit-animation: 6s ease infinite normal none running floatY_a_vertical;
  animation: 6s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .features-section .slick-active .fadeup {
  opacity: 1;
  -webkit-transition: all 0.9s ease-out 1s;
  -o-transition: all 0.9s ease-out 1s;
  transition: all 0.9s ease-out 1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.z-main-container .features-section .fcol-c-anim-1 {
  position: absolute;
  top: 83px;
  left: 65px;
  width: 27px;
  height: 28px;
  margin: -60px 0px 0px -60px;
  background-position: -517px -80px;
  background-size: 930px auto;
  z-index: -1;
  display: block;
  opacity: 0;
}

.z-main-container .features-section .slick-active .fcol-c-anim-1 {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-animation: 7s ease 0s infinite normal none running floatY_a_vertical;
  animation: 7s ease 0s infinite normal none running floatY_a_vertical;
}

.z-main-container .features-section .fcol-c-anim-2 {
  position: absolute;
  top: 153px;
  left: 87px;
  width: 45px;
  height: 45px;
  margin: -60px 0px 0px -60px;
  background-position: -545px -80px;
  background-size: 930px auto;
  z-index: -1;
  display: block;
  opacity: 0;
}

.z-main-container .features-section .slick-active .fcol-c-anim-2 {
  opacity: 1;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
  -webkit-animation: 4s ease 0s infinite normal none running floatY_a_vertical;
  animation: 4s ease 0s infinite normal none running floatY_a_vertical;
}

.z-main-container .features-section .slick-active .fcol-c-anim-3 {
  opacity: 1;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
  -webkit-animation: 5.5s ease 0s infinite normal none running floatY_a_vertical;
  animation: 5.5s ease 0s infinite normal none running floatY_a_vertical;
}

.z-main-container .features-section .fcol-c-anim-3 {
  position: absolute;
  top: 13px;
  left: 215px;
  width: 53px;
  height: 52px;
  background-position: -631px -86px;
  background-size: 990px auto;
  z-index: -1;
  display: block;
  opacity: 0;
}

.z-main-container span.fcol-e-anim-1 {
  position: absolute;
  top: 16px;
  left: 93px;
  width: 44px;
  height: 44px;
  background-position: 1px -86px;
  background-size: 950px auto;
  border-radius: 50%;
}

.z-main-container .slick-active .fcol-e-anim-1 {
  -webkit-animation: 3s ease infinite normal none running floatY_a_vertical;
  animation: 3s ease infinite normal none running floatY_a_vertical;
}

.z-main-container span.fcol-e-anim-2 {
  position: absolute;
  top: 101px;
  left: 23px;
  width: 44px;
  height: 44px;
  background-position: -312px -115px;
  background-size: 960px auto;
  -webkit-box-shadow: 0px 13px 16px #000 29;
  box-shadow: 0px 13px 16px #000 29;
  border-radius: 8px;
}

.z-main-container span.fcol-e-anim-3.small-circle {
  left: 7%;
  top: 50%;
  width: 10px;
  height: 10px;
}

.z-main-container .slick-active .fcol-e-anim-2 {
  -webkit-animation: 5s ease infinite normal none running floatY_a_vertical;
  animation: 5s ease infinite normal none running floatY_a_vertical;
}

.z-main-container span.fcol-f-anim-1 {
  position: absolute;
  top: 80px;
  left: 223px;
  width: 24px;
  height: 24px;
  background-position: -75px -77px;
  background-size: 890px auto;
  border-radius: 50%;
}

.z-main-container .slick-active .fcol-f-anim-1 {
  -webkit-animation: 3s ease infinite normal none running floatY_a_vertical;
  animation: 3s ease infinite normal none running floatY_a_vertical;
}

.z-main-container span.fcol-f-anim-2 {
  position: absolute;
  top: 105px;
  left: -4px;
  width: 44px;
  height: 44px;
  background-position: -339px -83px;
  background-size: 910px auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 23px 26px #000 10;
  box-shadow: 0px 23px 26px #000 10;
}

.z-main-container .slick-active .fcol-f-anim-2 {
  -webkit-animation: 4s ease infinite normal none running floatY_a_vertical;
  animation: 4s ease infinite normal none running floatY_a_vertical;
}

.z-main-container span.fcol-g-anim-1 {
  position: absolute;
  top: 0;
  left: 4px;
  width: 89px;
  height: 80px;
  background-position: -802px 0px;
  background-size: 890px auto;
}

.z-main-container .slick-active .fcol-g-anim-1 {
  -webkit-animation: 3s ease infinite normal none running floatY_a_vertical;
  animation: 3s ease infinite normal none running floatY_a_vertical;
}

.z-main-container span.fcol-g-anim-2 {
  position: absolute;
  top: 80px;
  left: 45px;
  width: 34px;
  height: 42px;
  background-position: -113px -87px;
  background-size: 1008px auto;
}

.z-main-container .slick-active .fcol-g-anim-2 {
  -webkit-animation: 4s ease infinite normal none running floatY_a_vertical;
  animation: 4s ease infinite normal none running floatY_a_vertical;
}

.z-main-container span.fcol-g-anim-3 {
  position: absolute;
  top: -10px;
  right: 35px;
  width: 43px;
  height: 43px;
  background-position: -139px -82px;
  background-size: 938px auto;
}

.z-main-container .slick-active .fcol-g-anim-3 {
  -webkit-animation: 5s ease infinite normal none running floatY_a_vertical;
  animation: 5s ease infinite normal none running floatY_a_vertical;
}

.z-main-container .small-circle {
  width: 14px;
  border: 1px solid #e7e9f0;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: 4%;
}

.z-main-container span.fcol-h-anim-1 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 68px;
  height: 49px;
  background-position: -723px -92px;
  background-size: 938px auto;
  opacity: 0;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}

.z-main-container .slick-active .fcol-h-anim-1 {
  opacity: 1;
}

.z-main-container span.fcol-h-anim-2 {
  position: absolute;
  bottom: -6px;
  left: 75px;
  width: 66px;
  height: 21px;
  background-position: -652px -82px;
  background-size: 938px auto;
  border-radius: 15px;
  -webkit-box-shadow: 0px 23px 26px #000 29;
  box-shadow: 0px 23px 26px #000 29;
}

.z-main-container .slick-active .fcol-h-anim-2 {
  -webkit-animation: 7s ease infinite normal none running floatY_a_vertical;
  animation: 7s ease infinite normal none running floatY_a_vertical;
}

.z-main-container span.fcol-h-anim-3 {
  position: absolute;
  top: 38px;
  right: 86px;
  width: 43px;
  height: 43px;
  background-position: -792px -88px;
  background-size: 938px auto;
  -webkit-transform-origin: 0% 70%;
  -ms-transform-origin: 0% 70%;
  transform-origin: 0% 70%;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}

.z-main-container .features-section .slick-active .fcol-h-anim-3 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 1s;
  -o-transition: all 0.3s ease-out 1s;
  transition: all 0.3s ease-out 1s;
}

.z-main-container span.fcol-h-anim-4 {
  position: absolute;
  bottom: 23px;
  right: 15px;
  width: 27px;
  height: 32px;
  background-position: -837px -85px;
  background-size: 938px auto;
  -webkit-box-shadow: 0px 23px 26px #000 1A;
  box-shadow: 0px 23px 26px #000 1A;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}

.z-main-container .slide1-2 div:first-child {
  padding-left: 26px;
}

.z-main-container .single-box.slide1-2 img {
  position: relative;
  bottom: -20px;
}

.z-main-container .single-box.slide1-4>div:first-child {
  padding-left: 50px;
}

.z-main-container .single-box.slide2-2>div:first-child {
  padding-left: 15px;
}

.z-main-container .single-box.slide2-3>div:first-child {
  padding-left: 50px;
}

.z-main-container .single-box.slide2-4>div:first-child {
  padding-left: 40px;
}

.z-main-container .single-box span:not(.no-anim) {
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}

.z-main-container .slick-active span:not(.no-anim) {
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.z-main-container .slick-active .single-box img+span {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.z-main-container .slick-active .single-box img+span+span {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.z-main-container .slick-active .single-box img+span+span+span {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.z-main-container .slick-active .single-box img+span+span+span+span {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}


/*features-section-end*/
/*integration-start*/
.z-main-container .integration-section .flex-wrap>div:nth-child(1) {
  padding-right: 80px;
}

.z-main-container .first-layer {
  height: 470px;
  width: 470px;
  border-radius: 15em;
  margin: 0px auto;
  border: 1px dashed #e6e6e6;
  position: relative;
}

.z-main-container .first-layer .second-layer {
  border: none;
}

.z-main-container .first-layer .third-layer {
  border: 1px solid #e6e6e6;
}

.z-main-container .first-layer div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0px auto;
  border: 1px dashed #e6e6e6;
  border-radius: 15em;
}

.z-main-container .first-layer>span {
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  left: 50%;
  top: 50%;
  border-radius: 5em;
  background: #fff;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.z-main-container .middle-animated .first-layer>span {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.z-main-container .first-layer>span>span::before {
  content: "";
  background: url(//cdn.zoho.com.cn/sites/zweb/images/commonroot/integration-icons-sprite-2x.png) 0px 0px no-repeat;
  background-size: 1200px auto;
  display: block;
}

.z-main-container .first-layer .assist {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.z-main-container .first-layer .assist::after {
  height: 30px;
  width: 150px;
  background-position: -916px -20px;
}

.z-main-container .first-layer .g-suite {
  top: 60px;
  left: 60px;
  height: 110px;
  width: 110px;
}

.z-main-container .first-layer .g-suite::after {
  height: 30px;
  width: 80px;
  background-position: -1066px -20px;
}

.z-main-container .first-layer .salesiq {
  top: 80px;
  left: 408px;
  height: 84px;
  width: 84px;
  background: #fff7f7;
}

.z-main-container .first-layer .crm {
  top: 110px;
  left: 260px;
  height: 116px;
  width: 116px;
  background: #EFF7FF;
}

.z-main-container .first-layer .zendesk {
  top: 250px;
  left: 8px;
  height: 111px;
  width: 111px;
  background: #ebfcff;
}

.z-main-container .first-layer .slack {
  top: 330px;
  left: 168px;
  height: 107px;
  width: 107px;
  background: #FFF3E5;
}

.z-main-container span.pro-name {
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 14px;
  text-align: center;
}

.z-main-container .first-layer .desk {
  left: 70px;
  top: 70px;
  height: 137px;
  width: 137px;
  background: #f2fdf8;
}

.z-main-container .first-layer .desk .pro-name::before {
  width: 37px;
  background-position: -150px 0;
  height: 51px;
  margin: 0px auto 5px;
}

.z-main-container .first-layer .zendesk .pro-name::before {
  /* width: 37px; */
  /* background-position: -39px -121px; */
  width: 50px;
  height: 40px;
  margin: 0px auto 0px;
  /* background-size: 970px auto; */
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/zendesk-icon.svg);
  background-size: 50px;
}

.z-main-container .first-layer .slack .pro-name::before {
  width: 46px;
  /* background-position: -351px 0; */
  height: 47px;
  margin: 0px auto 0px;
  /* background-size: 970px auto; */
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/slack-icon.svg);
  background-size: 46px;
}

.z-main-container .first-layer .salesiq .pro-name::before {
  width: 26px;
  background-position: -186px -54px;
  height: 24px;
  margin: 0 auto 5px;
  background-size: 660px auto;
}

.z-main-container .first-layer .crm .pro-name::before {
  width: 45px;
  background-position: -49px 0;
  height: 46px;
  margin: 0px auto 5px;
}

.z-main-container .first-layer .servicenow .pro-name::before {
  /* width: 33px;
    background-position: -794px -218px;
    height: 32px;
    margin: 0px auto 5px;
    background-size: 900px auto; */
  width: 98px;
  height: 30px;
  margin: 10px auto -13px;
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/servicenow.svg) no-repeat;
  background-size: 98px;
}

.z-main-container .first-layer .jira .pro-name::before {
  width: 48px;
  /* background-position: -843px -242px; */
  height: 46px;
  margin: 0px auto 2px;
  /* background-size: 1000px auto; */
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/jira-icon.svg);
  background-size: 48px;
}

.z-main-container span.servicenow.zdelay900 span {
  font-size: 12px;
}

.z-main-container span.zendesk span {
  font-size: 12px;
}

.z-main-container .first-layer .freshdesk {
  left: 380px;
  top: 386px;
  height: 100px;
  width: 100px;
}

.z-main-container .first-layer .freshdesk::after {
  height: 60px;
  width: 60px;
  background-position: -48px -75px;
}

.z-main-container .first-layer .spiccework {
  left: 430px;
  top: 130px;
  height: 100px;
  width: 100px;
}

.z-main-container .first-layer .spiccework::after {
  height: 60px;
  width: 60px;
  background-position: 7px -74px;
}

.z-main-container .first-layer .jira {
  left: 310px;
  top: 450px;
  height: 115px;
  width: 115px;
  background: #f0f7ff;
}

.z-main-container .first-layer .servicenow {
  left: 440px;
  top: 290px;
  height: 115px;
  width: 115px;
  background: #effff8;
}

.z-main-container .first-layer>.small-g-circle {
  right: 70px;
  bottom: -9px;
  width: 40px;
  height: 40px;
  -webkit-animation: 7s ease 0s infinite normal none running scale_even;
  animation: 7s ease 0s infinite normal none running scale_even;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  background: #fff;
  top: auto;
}

.z-main-container .first-layer .small-g-circle.violet {
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  -webkit-animation: 7s ease 0s infinite normal none running scale_even;
  animation: 7s ease 0s infinite normal none running scale_even;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eff7ff;
  border: none;
}

.z-main-container .second-layer {
  height: 320px;
  width: 320px;
}

.z-main-container .second-layer>span {
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 5em;
  background: #f2f2f2;
  z-index: 3;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.z-main-container .middle-animated .second-layer>span {
  opacity: 1;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.z-main-container .second-layer .small-g-circle:nth-child(1) {
  left: 29px;
  top: 367px;
  -webkit-animation: 7s ease 0s infinite normal none running scale_odd;
  animation: 7s ease 0s infinite normal none running scale_odd;
  background: #f0f7ff;
}

.z-main-container .second-layer .small-g-circle:nth-child(2) {
  left: 272px;
  top: 213px;
  width: 33px;
  height: 33px;
  -webkit-animation: 7s ease 0s infinite normal none running scale_even;
  animation: 7s ease 0s infinite normal none running scale_even;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  background: #fff7f7;
}

.z-main-container .second-layer .small-g-circle:nth-child(3) {
  left: 350px;
  top: 167px;
  -webkit-animation: 7s ease 0s infinite normal none running scale_even;
  animation: 7s ease 0s infinite normal none running scale_even;
  display: none;
}

.z-main-container .second-layer .small-g-circle:nth-child(4) {
  left: 45px;
  top: 117px;
  width: 30px;
  height: 30px;
  -webkit-animation: 7s ease 0s infinite normal none running scale_odd;
  animation: 7s ease 0s infinite normal none running scale_odd;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.z-main-container .third-layer {
  height: 250px;
  width: 250px;
}

.z-main-container span.z-assist {
  padding-left: 89px;
  position: relative;
  margin-bottom: 5px;
  font: 26px/1.25 var(--zf-secondary-semibold);
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  margin: 0 auto;
}

.z-main-container span.z-assist::before {
  /*content: "";
    background-image: url(/images/prd-common-sprite@2x.png);
    background-size: 146px auto;
    background-position: 0 0;
    width: 85px;
    position: absolute;
    left: 0;
    top: -1px;
    bottom: auto;
    height: 35px;*/
  content: "";
  background-image: url(//cdn.zoho.com.cn/sites/zweb/images/productlogos/assist.svg);
  background-size: 146px auto;
  background-position: 0 0;
  width: 145px;
  position: absolute;
  left: -30px;
  top: 0px;
  /* bottom: auto; */
  height: 55px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  display: block;
}


@-webkit-keyframes scale_odd {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(.7);
    transform: translate(-50%, -50%) scale(.7)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes scale_odd {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(.7);
    transform: translate(-50%, -50%) scale(.7)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }
}

@-webkit-keyframes scale_even {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
  }
}

@keyframes scale_even {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
  }
}

/*integration-end*/


/*Testimonial-start*/
.z-main-container .testimonial-section .content-wrap {
  background: #ebfff7;
  display:none;
}

.z-main-container .bg-padding-100 {
  padding: 100px 0px;
}

.z-main-container .testimonial-head {
  text-align: center;
  margin: 0px auto;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
}

.z-main-container .z-testimonial-head h3 {
  font-size: 22px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-style: italic;
  line-height: 1.6;
}

.z-main-container .z-testimonial-head {
  width: 800px;
  margin: 0px auto 30px;
  max-width: 100%;
}

.z-main-container .t-bold-span {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Zoho_Puvi_Bold';
}

.z-main-container .t-small-span {
  font-size: 16px;
}

.z-main-container .quattion {
  width: 80px;
  height: 51px;
  display: block;
  margin: 0px auto 10px;
  background-position: -558px -23px;
  background-size: 920px auto;
}

.z-main-container .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: black;
}

.z-main-container .slick-prev:before {
  top: 7px;
  left: 17px;
}

.z-main-container .slick-prev:after {
  bottom: 18px;
  left: 6px;
  background-position: 884px -76px;
}

.z-main-container .slick-next:before {
  top: 7px;
  left: 20px;
}

.z-main-container .slick-next:after {
  bottom: 18px;
  right: 7px;
  background-position: 884px -76px;
}

.z-main-container .slick-slide {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 60px;
}

.z-main-container .slick-dots li.slick-active {
  background: unset;
  border: unset;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  opacity: 1;
}

.z-main-container .circle {
  stroke: #fff;
}

.z-main-container .slick-active .circle {
  display: block;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: 50s ease-out 1 normal none running ringloader;
  animation: 50s ease-out 1 normal none running ringloader;
  stroke: #4ce0a4;
}


@-webkit-keyframes ringloader {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes ringloader {
  100% {
    stroke-dashoffset: 0;
  }
}

/*Testimonial-end*/
/*Cutomer-ratiing-section-Start*/
.z-main-container .rating-txt span {
  font-size: 22px;
  color: #333;
  background-position: -588px -369px;
}

.z-main-container .star-con {
  width: 113px;
  position: relative;
  height: 20px;
  margin: 0px auto;
}

.z-main-container .four_half1,
.z-main-container .four_half2,
.z-main-container .four_half3,
.z-main-container .four_star,
.z-main-container .star-con .gray-star {
  width: 113px;
  height: 20px;
}

.z-main-container .star-con .anim-star {
  width: 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position: -588px -369px;
}

.z-main-container .star-con .gray-star {
  background-position: -730px -369px;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
}

.z-main-container .four_star {
  background-position: -20px -369px;
}

.z-main-container .rating .static-value {
  font-size: 16px;
  color: #838383;
}

.z-main-container .rating-list h5 {
  text-align: center;
}

.z-main-container .rating-wrap {
  margin: 0px auto;
  text-align: center;
}

.z-main-container .rating-wrap>h2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0em;
  max-width: 550px;
  margin: 0px auto 10px;
}

.z-main-container .rating-list>ul {
  width: 100%;
}

.z-main-container .rating-list>li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(89%/6);
  margin: 10px 10px;
  padding: 20px 15px;
  border-radius: 10px;
}

.z-main-container .rating-list>li:nth-child(1) {
  background: #f8f5ff;
}

.z-main-container .rating-list>li:nth-child(2) {
  background: #f0f9ff;
}

.z-main-container .rating-list>li:nth-child(3) {
  background: #f2f7ff;
}

.z-main-container .rating-list>li:nth-child(4) {
  background: #fff2f0;
}

.z-main-container .rating-list>li:nth-child(5) {
  background: #f2faff;
}

.z-main-container .rating-list>li:nth-child(6) {
  background: #f6ffef;
}

.z-main-container .rating-list .stars-container {
  position: relative;
  display: block;
  color: transparent;
  font-size: 18px;
  letter-spacing: 7px;
  text-align: center;
  max-width: 120px;
  margin: 0px auto;
}

.z-main-container .rating-list .stars-container::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '\2605\2605\2605\2605\2605';
  color: #d0d0d0;
}

.z-main-container .rating-list .stars-container::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '\2605\2605\2605\2605\2605';
  color: #f9a826;
  overflow: hidden;
  -webkit-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
  width: 0px;
}

.z-main-container .rating-list .stars-90.done::after {
  width: 90%;
}

.z-main-container .rating-list .stars-91.done::after {
  width: 92.5%;
}

.z-main-container .rating-list .stars-85.done::after {
  width: 85%;
}

.z-main-container .rating-list .stars-99.done::after {
  width: 96%;
}

.z-main-container .counter-star {
  display: block;
  text-align: center;
  font-weight: 300;
  color: #888;
  margin-top: 5px;
}

.z-main-container .counter-star span {
  color: #000;
}

.z-main-container .rating-list .img-leads {
  background-image: url("//cdn.zoho.com.cn/sites/zweb/images/assist/images/za-customer-review-sprite.png");
  background-size: 510px auto;
  background-repeat: no-repeat;
  display: block;
  margin: 0px auto 5px;
  height: 40px;
}

.z-main-container .peer-insights {
  width: 150px;
  background-position: 0 0;
}

.z-main-container .capterra {
  width: 116px;
  background-position: -150px 6px;
}

.z-main-container .trust-radius {
  width: 53px;
  background-position: -270px -10px;
}

.z-main-container .g2 {
  width: 40px;
  background-position: -325px 2px;
}

.z-main-container .f-logo {
  width: 56px;
  background-position: -365px 2px;
}

.z-main-container .getapp {
  width: 90px;
  background-position: -423px 8px;
}


/*Cutomer-ratiing-section-end*/
/*Footer-section-start*/
.z-main-container .footer-wrap {
  text-align: center;
  padding: 70px 20px;
  background: #0A3052;
  color: #ffff;
  margin: 0px auto 50px;
  max-width: 900px;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.z-main-container .footer-wrap span {
  width: 90px;
  height: 60px;
  display: block;
  margin: 0px auto 15px;
  background-position: -438px -13px;
  background-size: 1110px auto;
}

/*Footer-section-end*/

.z-main-container .solution-wrap {
  text-align: center;
  padding-top: 50px;
  -o-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
  -webkit-transition: padding .3s ease-in-out;
  -ms-transition: padding .3s ease-in-out;
}

.z-main-container .solution-cover {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.z-main-container .box-wrap {
  width: 33%;
  padding: 70px 0;
  position: relative;
}

.z-main-container .box-content {
  display: inline-block;
  position: relative;
}

.z-main-container .content-sec {
  width: 312px;
  max-width: 100%;
  padding-top: 130px;
}

.z-main-container .box-wrap:nth-child(2)::after,
.z-main-container .box-wrap:nth-child(5)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #e8e8e8;
  right: 10%;
}

.z-main-container .box-wrap:nth-child(2)::before,
.z-main-container .box-wrap:nth-child(5)::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #e8e8e8;
  left: -10%;
}

.z-main-container .box-wrap:nth-child(1),
.z-main-container .box-wrap:nth-child(2),
.z-main-container .box-wrap:nth-child(3) {
  padding-top: 0;
  border-bottom: 1px solid #e8e8e8;
}

.z-main-container .box-wrap:nth-child(1)::after {
  content: "";
  position: absolute;
  background:
    #fff;
  height: 20px;
  width: 20px;
  right: 6.7%;
  bottom: -2%;
  z-index: 1;
}

.z-main-container .box-wrap:nth-child(3)::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 20px;
  width: 20px;
  left: -13.6%;
  bottom: -2%;
  z-index: 1;
}

.z-main-container .box-wrap:nth-child(4),
.z-main-container .box-wrap:nth-child(5),
.z-main-container .box-wrap:nth-child(6) {
  padding-bottom: 0;
}

.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a {
  color: #fff;
}

.z-main-container .solution-wrap h2 {
  margin-bottom: 50px;
}

.z-main-container .ent-level-sec.section {
  margin-bottom: 240px;
}

.z-main-container .ent-level-sec-bg {
  padding: 160px 0 0px;
  text-align: center;
  color: #fff;
  background: url('//cdn.zoho.com.cn/sites/zweb/images/assist/enterprise/za-ent-re-sheild.png') #082C4B no-repeat 50% 9%;
}

.z-main-container .ent-level-sec-cover {
  width: 960px;
  max-width: 100%;
  margin: 0px auto;
}

.z-main-container .ent-level-sec-cover h2 {
  width: 560px;
  margin: 0px auto 30px;
  max-width: 100%;
}

.z-main-container .content-box div {
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 40px auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}

.z-main-container .badges-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: 80px;
  -webkit-box-shadow: 0px 63px 86px #00000010;
  box-shadow: 0px 63px 86px #00000010;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 100px;
}

.z-main-container .green-sec {
  width: 25%;
  padding: 70px 70px 50px;
  background: #26c482;
  position: relative;
  overflow: hidden;
}

.z-main-container .white-sec {
  width: 75%;
  background: #fff;
  padding: 50px 100px;
  color: #000;
  font-family: 'Zoho_Puvi_SemiBold';
  text-align: left;
}

.z-main-container .green-sec>div {
  width: 100%;
  display: inline-block;
  text-align: left;
}

.z-main-container .green-sec>div span:first-child {
  color: #0a3052;
  font-size: 32px;
  font-family: 'Zoho_Puvi_Medium';
}

.z-main-container .green-sec>div span:last-child {
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 40px;
  display: inline-block;
  width: 100%;
  color: #0a3052;
  line-height: normal;
}

.z-main-container .green-sec span:first-child::before {
  content: "";
  width: 40px;
}

.z-main-container .green-sec>div span:first-child::before {
  content: "";
  position: absolute;
  border: 10px solid #22be7c;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  top: -30px;
  left: -66px;
}

.z-main-container .green-sec>div span:last-child::before {
  content: "";
  position: absolute;
  border: 10px solid #22be7c;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  bottom: -30px;
  right: -30px;
}

.z-main-container .green-sec>div span:first-child::after {
  content: "";
  position: absolute;
  border: 5px solid #22be7c;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  bottom: 30px;
  left: 30px;
}

.z-main-container .half-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
}

.z-main-container .features-head-wrap h2 {
  width: 40%;
}

.z-main-container .slider-section .slick-dots li {
  background: #d5d5d5;
  width: 50px;
  height: 6px;
  border: unset;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.z-main-container .slider-section .slick-dots li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 40px;
  background: #4f89f6;
  width: 0;
}

.z-main-container .slider-section .slick-dots li.slick-active::after {
  width: 100%;
  -webkit-transition: 5s ease-out all;
  -o-transition: 5s ease-out all;
  transition: 5s ease-out all;
  height: 100%;
}

.z-main-container .slider-section .slick-arrow {
  display: block;
  height: 58px;
  width: 58px;
  background: #0a3052;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  position: absolute;
  bottom: -10%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  top: auto;
  left: 29%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.z-main-container .slider-section .slick-arrow:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.z-main-container .slider-section .slick-next {
  top: -98px;
  right: 0;
  left: auto;
}

.z-main-container .slider-section .slick-prev {
  top: -98px;
  right: 60px;
  left: auto;
}

.z-main-container .slider-section .slick-arrow::before {
  content: none;
}

.z-main-container .slider-section .slick-next::after,
.z-main-container .slider-section .slick-prev::after {
  content: "";
  width: 40px;
  height: 20px;
  background-image: url('//cdn.zoho.com.cn/sites/zweb/images/assist/enterprise/za-ent-re-sprite1.svg');
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  z-index: 1;
  background-color: transparent;
  background-size: 1400px;
}

.z-main-container .slider-section .slick-prev::after {
  -webkit-transform: rotate(180deg) scale(0.7);
  -ms-transform: rotate(180deg) scale(0.7);
  transform: rotate(180deg) scale(0.7);
}

.z-main-container .slider-section .slick-next:hover:after,
.z-main-container .slider-section .slick-prev:hover:after {
  background-position: 884px -76px;
  background-color: transparent;
}

.z-main-container .features-section .slick-slide {
  padding: 0;
}

.z-main-container .features-section .slick-dots {
  text-align: left;
}

.z-main-container .service-cover {
  text-align: center;
}

.z-main-container .service-cover>p {
  width: 803px;
  margin: 0px auto 50px;
  max-width: 100%;
}

.z-main-container .service-box-wrap {
  display: inline-block;
  width: 100%;
}

.z-main-container .box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.z-main-container .single-content-box {
  width: 550px;
  position: relative;
  background: #0a3052;
  border: 1px solid #d6d6d6;
  color: #fff;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  max-width: 49%;
}

.z-main-container .single-content-box::before {
  width: 70px;
  height: 70px;
  position: absolute;
  background: #35ce8d;
  left: 0;
  top: 0;
  content: "";
}

.z-main-container .single-content-box img {
  width: 70px;
  position: absolute;
  padding: 10px;
  left: 0;
  top: 0;
}

.z-main-container .single-content-box h3 {
  font-family: 'Zoho_Puvi_Bold';
  font-size: 22px;
  margin-bottom: 8px;
}

.z-main-container .single-content-box p {
  margin-bottom: 0;
}

.z-main-container .global-presence {
  background: #022c52;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}

.z-main-container .global-presence-wrap>p {
  width: 630px;
  max-width: 100%;
  margin: 0px auto 50px;
}

.z-main-container .section,
.z-main-container section {
  margin-bottom: 150px;
}

.z-main-container .features-section section .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.z-main-container .box-content img {
  position: absolute;
}

.z-main-container .solution-cover .box-wrap:nth-child(1) img {
  top: 12px;
}

.z-main-container .sprite-parent {
  position: relative;
}

.z-main-container span.sprite-bg2.badge1 {
  background-position: -352px 0px;
  width: 146px;
  height: 100px;
  background-size: 940px auto;
}

.z-main-container span.sprite-bg2.badge2 {
  background-position: -503px 0px;
  width: 146px;
  height: 100px;
  background-size: 940px auto;
}

.z-main-container span.sprite-bg2.badge3 {
  background-position: -666px -11px;
  width: 83px;
  height: 83px;
  background-size: 960px auto;
}

.z-main-container span.sprite-bg2.badge4 {
  background-position: -750px -11px;
  width: 83px;
  height: 84px;
  background-size: 960px auto;
}

.z-main-container .space-even {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.z-main-container .white-sec>span {
  margin-bottom: 10px;
  display: inline-block;
}

.z-main-container .green-sec::after {
  background-image: url('//cdn.zoho.com.cn/sites/zweb/images/assist/enterprise/za-ent-re-sprite1.svg');
  background-repeat: no-repeat;
  z-index: 1;
  content: "";
  position: absolute;
  width: 71px;
  height: 119px;
  background-position: -267px 0;
  right: 11%;
  top: 10%;
}

.z-main-container .testimonial-section .slick-next,
.z-main-container .testimonial-section .slick-prev {
  top: 30%;
}

.z-main-container .oneplus {
  /* background-position: 135px -40px;
    width: 135px;
    height: 37px;
    display: inline-block;
    background-size: 1030px auto;
    background-repeat: repeat; */
  width: 125px;
  height: 35px;
  display: inline-block;
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/oneplus.svg) no-repeat;
  background-size: 125px;
}

.z-main-container .arrow-link span {
  width: 22px;
  height: 15px;
  background-position: -829px -78px;
  display: inline-block;
  position: relative;
  bottom: -5px;
  background-size: 900px;
  margin-left: 5px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.z-main-container .arrow-link:hover span {
  left: 10px;
}

.z-main-container .content-navigator ul {
  margin: 0 auto;
  display: table;
  padding: 0 15px;
}

.z-main-container .content-navigator li:first-child {
  margin-left: 0;
}

.z-main-container .content-navigator li {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  text-align: center;
  margin-left: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  padding-top: 40px;
  position: relative;
}

.z-main-container .nav-outer-wrap {
  height: 30px;
  background-position: -105px -46px;
  width: 20px;
  margin: 0px auto 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.z-main-container .tab2 .nav-outer-wrap {
  background-position: -126px -45px;
}

.z-main-container .tab3 .nav-outer-wrap {
  background-position: -147px -45px;
}

.z-main-container .tab4 .nav-outer-wrap {
  background-position: -168px -45px;
  width: 23px;
}

.z-main-container .tab5 .nav-outer-wrap {
  background-position: -191px -45px;
  width: 25px;
}

.z-main-container .tab6 .nav-outer-wrap {
  background-position: -216px -45px;
  width: 24px;
}

.z-main-container .tab7 .nav-outer-wrap {
  background-position: -240px -45px;
  width: 23px;
}

.z-main-container .fixed .nav-outer-wrap {
  opacity: 0;
  visibility: hidden;
}

.z-main-container .fixed .content-navigator li {
  padding-top: 0;
}

.z-main-container .content-navigator {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.z-main-container .icons-sprite {
  background-image: url(//cdn.zoho.com.cn/sites/zweb/images/assist/icons.png);
  width: 40px;
  height: 38px;
  margin: 0 auto;
  background-size: 221px;
}

.z-main-container li.active {
  border-bottom: 2px solid var(--zwc-link-clr);
}

.z-main-container .active .navigator-text {
  color: var(--zwc-link-clr);
  font-family: 'Zoho_Puvi_SemiBold';
}

.z-main-container .navigator-text {
  font-size: 17px;
  font-family: 'Zoho_Puvi_Regular';
}

.z-main-container .sticked-header {
  position: relative;
  padding-bottom: 70px;
}

.z-main-container .sticked-now .solution-wrap {
  padding-top: 120px;
}

.z-main-container .content-navigator.fixed {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 30;
  -webkit-box-shadow: 0 0 4px #eaeaea;
  box-shadow: 0 0 4px #eaeaea;
  text-align: center;
  /* padding: 15px 0;
    */
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.z-main-container .fixed.content-navigator li {
  padding: 20px 0 10px;
}

.z-main-container .testimonial-section button {
  display: none;
}

@media (max-width: 1199px) {
  .z-main-container h1 {
    font-size: 38px;
  }

  .z-main-container h2 {
    font-size: 32px;
  }

  .z-main-container .green-sec>div span:first-child {
    font-size: 22px;
  }

  .z-main-container .green-sec>div span:last-child {
    font-size: 33px;
  }

  .z-main-container .green-sec::after {
    right: 4%;
  }

  .z-main-container .single-content-box {
    padding-top: 70px;
  }

  .z-main-container .content-sec {
    width: 250px;
  }
}

@media (max-width: 1140px) {
  .z-main-container .content-navigator.fixed {
    top: 0;
  }
}

@media (max-width: 991px) {
  .z-main-container .box-wrap {
    width: 50%;
    padding: 30px 0;
  }

  .z-main-container .box-wrap:nth-child(1),
  .z-main-container .box-wrap:nth-child(2),
  .z-main-container .box-wrap:nth-child(3) {
    padding-top: 30px;
    border-bottom: none;
  }

  .z-main-container .box-wrap:nth-child(n)::after,
  .z-main-container .box-wrap:nth-child(n)::before {
    content: none;
  }

  .z-main-container .content-sec {
    width: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .z-main-container .main-container-wrapper {
    overflow: hidden;
  }

  .z-main-container .banner-title-wrap>p {
    padding: 0px 0px;
  }

  .z-main-container .content-navigator li {
    margin-left: 15px;
  }

  .z-main-container .navigator-text {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .z-main-container .box-wrap {
    width: 100%;
    padding: 20px 0;
  }

  .z-main-container .box-wrap:nth-child(1),
  .z-main-container .box-wrap:nth-child(2),
  .z-main-container .box-wrap:nth-child(3) {
    padding-top: 20px;
  }
}

@media (max-width: 500px) {
  .z-main-container .banner-img-wrap img {
    bottom: -34px;
  }
}

@media only screen and (max-width: 767px) {
  .z-main-container .flex-wrap {
    display: block;
  }

  .z-main-container .flex-wrap>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .z-main-container h1 {
    font-size: 28px;
  }

  .z-main-container h2 {
    font-size: 26px;
  }

  .z-main-container h3 {
    font-size: 16px;
  }

  .z-main-container .features-section .flex-wrap>.single-box {
    padding: 0px 0px;
  }

  .z-main-container .mobile-banner {
    display: block;
  }

  .z-main-container .web-banner {
    display: none;
  }

  .z-main-container .act-btn {
    padding: 10px 15px;
  }

  .z-main-container .banner-title-wrap {
    padding: 0px 0px;
  }

  .z-main-container .banner-section {
    padding: 50px 0px 0px;
  }

  .z-main-container .banner-img-wrap {
    margin: 50px auto 0px;
    top: 0;
  }

  .z-main-container .req-demo {
    margin-right: 0px;
  }

  .z-main-container .integration-section .flex-wrap>div:nth-child(1) {
    padding-right: 0px;
    margin-bottom: 70px;
  }

  .z-main-container .specification-section ul li {
    padding-right: 0px;
  }

  .z-main-container .rating-list>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(90%/2);
  }

  .z-main-container .rating-list .img-leads .peer-insights {
    width: 120px;
    background-position: -840px -6px;
    background-size: 1280px auto;
  }

  .z-main-container .rating-wrap .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    max-width: 450px;
  }

  .z-main-container .rating-list>li {
    margin: 10px 8px;
  }

  .z-main-container .slick-slide {
    padding: 0px 20px;
  }

  .z-main-container .slick-prev {
    left: 10px;
  }

  .z-main-container .slick-next {
    right: 10px;
  }

  .z-main-container .z-testimonial-head h3 {
    font-size: 18px;
  }

  .z-main-container .trust-brand-sprites>li {
    width: calc(96% / 2);
  }

  .z-main-container .section,
  .z-main-container section {
    margin-bottom: 100px;
  }

  .z-main-container .fade {
    opacity: 1;
  }

  .z-main-container .utd,
  .z-main-container .dtu,
  .z-main-container .ltr,
  .z-main-container .rtl,
  .z-main-container .zoom-out,
  .z-main-container .zoom-out-half {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  .z-main-container .badges-sec {
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    top: 50px;
    margin-top: 10px;
    border-radius: 10px;
  }

  .z-main-container .green-sec {
    width: 100%;
  }

  .z-main-container .white-sec {
    width: 100%;
    padding: 50px 10px;
    text-align: center;
  }

  .z-main-container .white-sec .sprite-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .z-main-container .green-sec>div {
    text-align: center;
  }

  .z-main-container .green-sec::after {
    background: none;
  }

  .z-main-container .half-slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .z-main-container .features-section .slider-section .single-box {
    width: 100%;
  }

  .z-main-container .features-section .slider-section .half-slide+.half-slide .single-box:last-child {
    margin-bottom: 0;
  }

  .z-main-container .features-head-wrap h2 {
    width: 100%;
  }

  .z-main-container .features-section .slider-section .slick-arrow {
    display: none !important;
  }

  .z-main-container .specification-section img {
    margin-top: 50px;
  }

  .z-main-container .single-content-box {
    max-width: 100%;
  }

  .z-main-container .box-contents {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .z-main-container .integration-section {
    text-align: center;
  }

  .z-main-container .content-navigator li {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    float: none;
    padding-top: 0;
  }

  .z-main-container .content-navigator ul {
    text-align: center;
  }

  .z-main-container .fixed.content-navigator li {
    padding: 10px 0 0;
  }

  .z-main-container .nav-outer-wrap {
    display: none;
  }

  .z-main-container .bg-padding-100 {
    padding: 50px 0px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .z-main-container .rating-list>li {
    width: calc(90%/3);
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .z-main-container .first-layer {
    -webkit-transform: scale(0.77);
    -ms-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }

  .z-main-container .web-banner {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .z-main-container .specification-section ul li {
    padding-right: 10px;
  }

  .z-main-container .features-section .flex-wrap>.single-box {
    padding: 0 30px;
  }

  .z-main-container .trust-brand-sprites>li {
    width: calc(96% / 4);
  }

  .z-main-container .section,
  .z-main-container section {
    margin-bottom: 100px;
  }

  .z-main-container .features-section .slider-section .half-slide+.half-slide .single-box {
    margin-bottom: 0;
  }

  .z-main-container .service-box-wrap .box-contents+.box-contents .single-content-box {
    margin-bottom: 0;
  }

  .z-main-container .green-sec {
    width: 30%;
    padding: 80px 50px 60px;
  }

  .z-main-container .white-sec {
    width: 70%;
    padding: 20px;
  }

  .z-main-container .features-head-wrap h2 {
    width: 50%;
  }

  .z-main-container .ent-level-sec.section {
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .z-main-container .fade.content-opacity {
    opacity: 1;
  }

  .z-main-container .fade {
    opacity: 0;
  }

  .z-main-container .middle-animated .fade {
    opacity: 1;
  }

  .z-main-container .delay1 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.5s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.5s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.5s;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
  }

  .z-main-container .delay2 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.9s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.9s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.9s;
  }

  .z-main-container .delay3 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.3s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.3s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.3s;
  }

  .z-main-container .delay4 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.8s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.8s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1.8s;
  }

  .z-main-container .delay5 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.3s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.3s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.3s;
  }

  .z-main-container .delay6 {
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.8s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.8s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 2.8s;
  }

  .z-main-container .utd {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  .z-main-container .dtu {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }

  .z-main-container .ltr {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  .z-main-container .rtl {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
  }

  .z-main-container .zoom-out {
    -webkit-transform: translate(0, 0) scale(0.01);
    -ms-transform: translate(0, 0) scale(0.01);
    transform: translate(0, 0) scale(0.01);
  }

  .z-main-container .zoom-out-half {
    -webkit-transform: translate(0, 0) scale(0.5);
    -ms-transform: translate(0, 0) scale(0.5);
    transform: translate(0, 0) scale(0.5);
  }

  .z-main-container .popup {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1s;
    -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1s;
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 1s;
  }

  .z-main-container .middle-animated .utd,
  .z-main-container .middle-animated .dtu,
  .z-main-container .middle-animated .ltr,
  .z-main-container .middle-animated .rtl,
  .z-main-container .middle-animated .zoom-out,
  .z-main-container .middle-animated .zoom-out-half {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  .z-main-container .middle-animated .popup {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  .z-main-container .banner-slide {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -o-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);
  }

  .z-main-container .middle-animated .banner-slide {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@media (min-width: 1400px) {
  .z-main-container picture.container-right-img {
    -webkit-transform: scale(1.3) translateX(20px);
    -ms-transform: scale(1.3) translateX(20px);
    transform: scale(1.3) translateX(20px);
    right: -10px;
    position: relative;
  }
}

@media only screen and (max-width: 550px) {
  .z-main-container .first-layer {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) scale(0.6);
    -ms-transform: translate(-50%, 0%) scale(0.6);
    transform: translate(-50%, 0%) scale(0.6);
  }

  .z-main-container .integration-section,
  .z-main-container .integration-section .flex-wrap>div:nth-child(1) {
    margin-bottom: 0
  }
}

section.customer-rating-section {
  display: none;
}

.features-section .slick-arrow {
  font-size: 0;
  color: #000;
}

/* other lang start */

.other-lang .testimonial-section {
  display: none;
}

.i18n-ar .banner-title-wrap h1,
.i18n-ar .banner-title-wrap p,
.i18n-ar .banner-title-wrap>div,
.i18n-ar .solution-wrap.section h2,
.i18n-ar .solution-wrap.section .content-wrap,
.i18n-ar .ent-level-sec-cover h2,
.i18n-ar .ent-level-sec-cover .content-box p,
.i18n-ar .service-cover h2,
.i18n-ar .service-cover p,
.i18n-ar .box-contents h4,
.i18n-ar .global-presence-wrap h2,
.i18n-ar .footer-wrap.sprite-parent h2 {
  text-align: center;
}

.i18n-ar .z-main-container .get-quote {
  margin-right: 10px;
  margin-left: unset;
}

.i18n-ar .z-main-container .integration-section .flex-wrap>div:nth-child(1) {
  padding-right: 0;
  padding-left: 80px
}

.i18n-ar .z-main-container .req-demo {
  margin-left: 10px;
  margin-right: unset;
}

.i18n-ar .z-main-container .box-wrap:nth-child(2)::after,
.i18n-ar .z-main-container .box-wrap:nth-child(5)::after {
  left: 10%;
  right: auto;
}

.i18n-ar .z-main-container .box-wrap:nth-child(2)::before,
.i18n-ar .z-main-container .box-wrap:nth-child(5)::before {
  right: -10%;
  left: auto;
}

.i18n-ar span.sprite-bg1 {
  transform: scale(-1);
}

.i18n-ar .z-main-container .arrow-link span {
  margin-right: 5px;
  margin-left: unset;
  right: 0;
  left: unset;
}

.i18n-ar .z-main-container .slider-section .slick-next {
  left: 0;
  right: unset;
}

.i18n-ar .z-main-container .slider-section .slick-prev {
  left: 60px;
  right: auto;
}

.i18n-ar .z-main-container .slider-section .slick-prev::after {
  transform: rotate(360deg) scale(0.7);
}

.i18n-ar .z-main-container .slider-section .slick-next::after {
  transform: scale(-0.7);

}

.i18n-ar .z-main-container .white-sec,
.i18n-ar .z-main-container .features-section .slick-dots {
  text-align: right;
}

.i18n-ar .z-main-container .single-content-box img,
.i18n-ar .z-main-container .single-content-box::before {
  right: 0;
  top: 0;
}

.i18n-ar .z-main-container .specification-section ul li {
  padding-right: 60px;
  padding-left: 30px;
}

.i18n-ar .z-main-container .specification-section ul li::before {
  right: 0;
  left: unset;
}

.i18n-ar .z-main-container .specification-section ul li::after {
  right: 0;
  left: unset;
}

.i18n-ar .z-main-container .specification-section .flex-wrap>div:nth-child(1) {
  padding-left: 60px;
  padding-right: unset;
}

.i18n-ar .green-sec span {
  text-align: left;
}

@media (min-width: 1400px) {
  .i18n-ar .z-main-container picture.container-right-img {
    left: -10px;
    right: unset;
  }

}

@media (min-width: 991px) {
  .other-lang .z-main-container .green-sec>div span:first-child {
    font-size: 20px;
  }

  .other-lang .z-main-container .green-sec>div span:last-child {
    font-size: 34px;
  }

  .other-lang .z-main-container .green-sec {
    padding: 100px 70px 50px 30px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .other-lang .z-main-container .green-sec>div span:first-child {
    font-size: 18px;
  }

  .other-lang .z-main-container .green-sec>div span:last-child {
    font-size: 28px;
  }

  .other-lang .z-main-container .green-sec {
    padding: 100px 70px 50px 30px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .i18n-ar .z-main-container .first-layer {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
}

@media (max-width: 550px) {
  .i18n-ar .z-main-container .first-layer {
    right: 50%;
    left: unset;
    transform: translate(50%, 0%) scale(0.6);
  }

}

@media (max-width: 767px) {

  .i18n-ar .green-sec span,
  .i18n-ar .z-main-container .white-sec,
  .i18n-ar .integration-section.section h2,
  .i18n-ar .integration-section.section p,
  .i18n-ar .integration-section.section .flex-wrap>div {
    text-align: center;
  }

  .i18n-ar .z-main-container .integration-section .flex-wrap>div:nth-child(1) {
    padding-left: 0
  }
}


.other-lang h2.dtu.delay1 {
  max-width: 300px;
}

/* other lang end */
/* FAQ Section */
.zfaq-section .content-wrap {
  max-width: 1280px;
}

.zfaq-wrapper {
  /* padding: 80px 0 80px; */
  /* background: #fff5e2;     */
  /* border-radius: 20px; */
  /* margin-bottom: 100px; */
  position: relative;
}

.faq-head h2 {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 30px
}

.zfaq-wrapper div {
  width: 1000px;
  padding: 0 0px;
  margin: 0 auto;
  max-width: 100%;
}

.faq-wrapper h4:before,
.faq-wrapper button:before {
  counter-increment: my-sec-counter;
  content: "" counter(my-sec-counter) ".";
  /* font-size: 20px; */
  position: absolute;
  margin: 5px 0 0 -20px
}

.faq-wrapper button {
  border: none;
  background: none;
  padding: 0;
  width: 100%;
}

.faq-wrapper {
  counter-reset: my-sec-counter;
  position: relative;
  padding: 50px 0 0 40px
}

.zfaq-wrapper .faq-wrap {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #cccccc7d
}

.zfaq-wrapper .faq-wrap:not(:last-child) {
  border-bottom: 1px solid #cccccc7d
}

.faq-wrapper h4:not(.faq-head),
.faq-wrapper button:not(.faq-head) {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 90%;
  padding: 20px 35px 20px 20px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  font-family: var(--zf-secondary-semibold);
  text-align: left;
  margin-top: 0;
}

.faq-wrapper .faq-wrap p {
  padding: 0 0 0 20px;
  text-align: left;
  max-width: 90%
}

.faq-wrapper .faq-wrap .arrow {
  position: absolute;
  right: 22px;
  top: 34px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  font-size: 16px
}

.faq-wrapper .faq-wrap .arrow:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  transition: .4s all
}

.faq-wrapper .faq-wrap.active .arrow:before {
  transform: rotate(315deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000
}

.faq-wrapper .faq-wrap:first-child>span {
  transform: scaleY(1)
}

.faq-wrapper .faq-wrap>span {
  transform: scaleY(1)
}

.faq-ans {
  display: none;
}

.faq-ans ul {
  position: relative;
  list-style-type: disc;
  padding-left: 35px;
  margin-bottom: 20px;
  width: 90%;
}

.faq-ans ul li {
  margin-bottom: 6px;
}

/* FAQ Section */
@media only screen and (min-width: 1200px) {

  .faq-wrapper h4:not(.faq-head),
  .faq-wrapper h4:before,
  .faq-wrapper button:not(.faq-head),
  .faq-wrapper button:before {
    font-size: 20px;
  }
}

@media only screen and (max-width: 610px) {

  .faq-wrapper h4:not(.faq-head),
  .faq-wrapper button:not(.faq-head) {
    padding: 20px 10px 20px 20px;
  }

  .faq-wrapper .faq-wrap p {
    max-width: 93%;
  }
}