.image-part img {
  max-width: 330px
}

.market-place-banner {
  height: 790px;
  position: relative;
  /* overflow: hidden; */
  background: rgba(179,223,248,1);
  background: linear-gradient(#b2def7,#fdf5ea);
  background: -webkit-linear-gradient(#b2def7,#fdf5ea);
  background: -moz-linear-gradient(#b2def7,#fdf5ea)
}

.market-place-banner:before {
  background-image: url(/sites/zweb/images/marketplace/particles-line.png);
  content: '';
  position: absolute;
  background-size: 1679px auto;
  width: 100%;
  height: 100%;
  bottom: -230px;
  left: 0;
  right: 0;
  margin: 0 auto
}

.features-banner-wrap {
  display: table;
  width: 100%;
  padding: 0;
  max-width: 1170px;
  margin: 0 auto;
  height: 790px
}

.features-banner-wrap .features-banner-content h1 {
  margin-bottom: 35px;
  font-size: 48px;
}

.features-banner-wrap .content-wrap {
  overflow: visible;
  display: table-cell;
  vertical-align: middle
}

.features-banner-content {
  margin: 30px auto 20px
}

.features-banner-wrap .features-banner-content p {
  margin-bottom: 40px
}

.zbanner-illustration {
  max-width: 1040px;
  margin: 0 auto
}

.zbanner-illustration li:nth-child(odd) {
  -webkit-animation: zodd 5s linear 6s infinite;
  animation: zodd 5s linear 6s infinite
}

.zbanner-illustration li div {
  display: block;
  position: relative;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  height: 80px;
  width: 80px;
}

.z-signup-enabled {
  margin-top: 0;
  display: block
}

.zbanner-illustration li div:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  border: 1px solid #e0e0e0
}

.zbanner-illustration li:nth-child(3) div:before,.zbanner-illustration li:nth-child(7) div:before {
  width: 90px;
  height: 90px
}

.zbanner-illustration li div:after,.zapp-list li span {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  background: var(--product-icons) no-repeat;
  background-size: var(--zp-i-bs);
  width: var(--zp-i-w);
  height: var(--zp-i-h)
}

.zbanner-illustration li {
  position: absolute;
  z-index: -1
}

.partner-columns .each-column .icon:before {
  background-image: url(/sites/zweb/images/marketplace/marketplace-partner-sprite-2x.png);
  background-size: 120px auto;
  background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),not all,only screen and (min-resolution:240dpi) {
  .partner-columns .each-column .icon:before {
      background-image:url(/sites/zweb/images/marketplace/marketplace-partner-sprite-2x.png);
      background-size: 120px auto;
      background-repeat: no-repeat
  }
}

.zbanner-illustration li:nth-child(even) {
  -webkit-animation: zeven 5s linear 6s infinite;
  animation: zeven 5s linear 6s infinite
}

.zbanner-illustration li:first-child div:after {
  background-position: var(--zp-assist-bp);
  transform: scale(.8);
}

.zbanner-illustration li:nth-child(2) div:after {
  background-position: var(--zp-creator-bp)
}

.zbanner-illustration li:nth-child(3) div:after {
  background-position: var(--zp-salesiq-bp);
  transform: scale(.8);
}

.zbanner-illustration li:nth-child(4) div:after {
  background-position: var(--zp-crm-bp)
}

.zbanner-illustration li:nth-child(5) div:after {
  background-position: var(--zp-recruit-bp);
  transform: scale(.8);
}

.zbanner-illustration li:nth-child(6) div:before {
  width: 120px;
  height: 120px
}

.zbanner-illustration li:nth-child(7) div:after {
  background-position: -280px 0
}

.zbanner-illustration li:nth-child(8) div:after {
  background-position: var(--zp-analytics-bp)
}

.zbanner-illustration li:nth-child(9) div:after {
  background-position: var(--zp-mail-bp);
  transform: scale(.8);
}

.zbanner-illustration li:nth-child(10) div:after {
  background-position: var(--zp-sprints-bp);
  transform: scale(.8);
}

.zbanner-illustration li:first-child {
  bottom: -10px;
  left: 20px;
}

.zbanner-illustration li:nth-child(2) {
  bottom: -120px;
  right: 20px;
}

.zbanner-illustration li:nth-child(3) {
  top: -50px;
  left: -80px;
}

.zbanner-illustration li:nth-child(4) {
  bottom: 30px;
  left: -140px;
}

.zbanner-illustration li:nth-child(5) {
  right: 30px;
  top: 50px;
}

.zbanner-illustration li:nth-child(6) {
  top: 59%;
  right: 50%;
  display: none
}

.zbanner-illustration li:nth-child(7) {
  top: 34%;
  right: 32%;
  display: none
}

.zbanner-illustration li:nth-child(8) {
  top: 10px;
  right: -120px;
}

.zbanner-illustration li:nth-child(9) {
  right: -130px;
  bottom: -10px;
}

.zbanner-illustration li:nth-child(10) {
  top: -110px;
  right: 0px;
}

@-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)
  }
}

@-moz-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)
  }
}

@-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)
  }
}

@-moz-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)
  }
}

.zbanner-illustration li:first-child div:before {
  width: 50px;
  height: 50px
}

.zbanner-illustration li:nth-child(2) div:before,.zbanner-illustration li:nth-child(9) div:before {
  width: 60px;
  height: 60px
}

.zbanner-illustration li:nth-child(5) div:before,.zbanner-illustration li:nth-child(6) div:before {
  width: 60px;
  height: 60px
}

.zbanner-illustration li:nth-child(3) div:before,.zbanner-illustration li:nth-child(7) div:before {
  width: 70px;
  height: 70px
}

.zbanner-illustration li:nth-child(4) div:before,.zbanner-illustration li:nth-child(8) div:before {
  width: 80px;
  height: 80px
}

.features-banner-wrap .features-ban-left {
  text-align: center;
  display: block;
  width: 100%
}

.lg-marketplace-icon {
  text-indent: -9999px;
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: url(/sites/zweb/images/producticon/marketplace.svg);
  background-size: contain
}

.inner-marketplace-section {
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box
}

.benifits-head {
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  text-align: center
}

.features-item:nth-child(even) {
  background: #fbfbfb
}

.features-item .image-part img {
  max-height: 280px
}

.market-analysis {
  padding: 150px 0;
  text-align: center
}

.market-container {
  max-width: 1170px;
  margin: 0 auto
}

.analysis h1 {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto
}

.market-analysis .analysis {
  display: inline-block;
  margin: 0 6%;
  position: relative
}

.analysis h5 {
  margin-top: 30px
}

.marketplace-extension:before {
  content: '';
  background: #fbfbfb;
  position: absolute;
  width: 100%;
  height: 60%;
  z-index: -1;
  top: 0
}

.marketplace-extension {
  position: relative;
  z-index: 2;
  padding-bottom: 120px
}

.marketplace-extension .wrapper img {
  margin-top: 150px;
  box-shadow: 0px 0px 16px #00000029;
}

.partner-zoho h1 {
  margin-bottom: 25px
}

.partner-zoho p {
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 20px
}

.marketplace-partner {
  text-align: center;
  padding: 80px 20px 100px 20px;
  box-sizing: border-box
}

.partner-columns .each-column h2 {
  margin-bottom: 35px
}

.partner-columns {
  display: inline-block;
  position: relative
}

.partner-columns .each-column .icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(0,0,0,0.07);
  margin: 0 auto;
  margin-bottom: 70px;
  display: block;
  position: relative;
  background: #fff
}

.partner-columns .each-column {
  width: 33.333%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box
}

.partner-columns .each-column h2 {
  margin-bottom: 35px
}

.partner-columns .each-column .icon:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  margin-top: 19px
}

.partner-columns .each-column .icon1:before {
  background-position: 0 0
}

.partner-columns .each-column .icon2:before {
  background-position: -40px 0
}

.partner-columns .each-column .icon3:before {
  background-position: -80px 0
}

.partner-columns .each-column .icon {
  transform: translateX(-50px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease
}

.partner-columns .each-column .animation-open.icon1 {
  transform: translateX(0);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease
}

.partner-columns .each-column .animation-open.icon2 {
  transform: translateX(0);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease
}

.partner-columns .each-column .animation-open.icon3 {
  transform: translateX(0);
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease
}

.marketplace-features {
  position: relative;
  text-align: center;
  padding-bottom: 80px
}

.marketplace-line {
  position: absolute;
  right: 0;
  margin: 0 auto;
  top: -30px;
  z-index: -8;
  display: inline-block;
  left: 0;
  max-width: 1380px
}

.partner-columns .each-column .icon2 {
  position: relative;
  top: -25px
}

.partner-columns .each-column .icon1 {
  position: relative;
  top: 0
}

.partner-columns .each-column .icon3 {
  position: relative;
  top: 20px
}

.bottom-cta-wrap .content-wrap {
  padding: 60px 0 100px 0
}

@keyframes starray-three {
  100% {
      stroke-dasharray: 490 0;
      stroke-dashoffset: 10
  }
}

@-webkit-keyframes starray-three {
  100% {
      stroke-dasharray: 490 0;
      stroke-dashoffset: 10
  }
}

@-moz-keyframes starray-three {
  100% {
      stroke-dasharray: 490 0;
      stroke-dashoffset: 10
  }
}

@keyframes dotenable-three {
  0% {
      opacity: 0
  }

  50% {
      opacity: 0
  }

  75% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  100% {
      opacity: 1
  }
}

@-webkit-keyframes dotenable-three {
  0% {
      opacity: 0
  }

  50% {
      opacity: 0
  }

  75% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  100% {
      opacity: 1
  }
}

@-moz-keyframes dotenable-three {
  0% {
      opacity: 0
  }

  50% {
      opacity: 0
  }

  75% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  100% {
      opacity: 1
  }
}

.animation-open .animation-three {
  stroke-dasharray: 0 490;
  stroke-dashoffset: 0;
  animation: starray-three 2s linear forwards;
  -webkit-animation: starray-three 2s linear forwards;
  -moz-animation: starray-three 2s linear forwards
}

.animation-open .dot-three {
  animation: dotenable-three 2.6s linear forwards;
  -webkit-animation: dotenable-three 2.6s linear forwards;
  -moz-animation: dotenable-three 2.6s linear forwards
}

@keyframes starray-two {
  100% {
      stroke-dasharray: 600 0;
      stroke-dashoffset: 10
  }
}

@-webkit-keyframes starray-two {
  100% {
      stroke-dasharray: 600 0;
      stroke-dashoffset: 10
  }
}

@-moz-keyframes starray-two {
  100% {
      stroke-dasharray: 600 0;
      stroke-dashoffset: 10
  }
}

@keyframes dotenable-two {
  0% {
      opacity: 0
  }

  50% {
      opacity: 0
  }

  75% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  100% {
      opacity: 1
  }
}

@-webkit-keyframes dotenable-two {
  0% {
      opacity: 0
  }

  50% {
      opacity: 0
  }

  75% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  100% {
      opacity: 1
  }
}

@-moz-keyframes dotenable-two {
  0% {
      opacity: 0
  }

  50% {
      opacity: 0
  }

  75% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  100% {
      opacity: 1
  }
}

.animation-open .animation-two {
  stroke-dasharray: 0 600;
  stroke-dashoffset: 0;
  animation: starray-two 2s linear forwards;
  -webkit-animation: starray-two 2s linear forwards;
  -moz-animation: starray-two 2s linear forwards
}

.animation-open .dot-two {
  animation: dotenable-two 2.5s linear forwards;
  -webkit-animation: dotenable-two 2.5s linear forwards;
  -moz-animation: dotenable-two 2.5s linear forwards
}

.features-item .content-wrap {
  padding: 100px 0;
  display: flex;
  align-items: center;
  max-width: 1170px;
}

.features-item .content-wrap > div {
  width: 50%;
}

.image-part {
  text-align: center;
}

.left-image .cont-part {
  padding: 0 0 0 60px;
}

.right-image .cont-part {
  padding: 0 60px 0 0;
}


@keyframes starray-one {
  100% {
      stroke-dasharray: 430 0;
      stroke-dashoffset: 10
  }
}

@-webkit-keyframes starray-one {
  100% {
      stroke-dasharray: 430 0;
      stroke-dashoffset: 10
  }
}

@-moz-keyframes starray-one {
  100% {
      stroke-dasharray: 430 0;
      stroke-dashoffset: 10
  }
}

@keyframes dotenable-one {
  0% {
      opacity: 0
  }

  50% {
      opacity: 0
  }

  75% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  100% {
      opacity: 1
  }
}

@-webkit-keyframes dotenable-one {
  0% {
      opacity: 0
  }

  50% {
      opacity: 0
  }

  75% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  100% {
      opacity: 1
  }
}

@-moz-keyframes dotenable-one {
  0% {
      opacity: 0
  }

  50% {
      opacity: 0
  }

  75% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  100% {
      opacity: 1
  }
}

.animation-open .animation-one {
  stroke-dasharray: 0 430;
  stroke-dashoffset: 0;
  animation: starray-one 2s linear forwards;
  -webkit-animation: starray-one 2s linear forwards;
  -moz-animation: starray-one 2s linear forwards
}

.animation-open .dot-one {
  animation: dotenable-one 2.5s linear forwards;
  -webkit-animation: dotenable-one 2.5s linear forwards;
  -moz-animation: dotenable-one 2.5s linear forwards
}

.market-place-banner {
  //background: linear-gradient(to right,#774ea3,#667de8);
  //background: -webkit-linear-gradient(to right,#774ea3,#667de8);
  //background: -moz-linear-gradient(to right,#774ea3,#667de8);
  background: #cde6f4
}

.market-place-banner:before {
  display: none
}

.zbanner-illustration li {
  position: absolute;
  z-index: 1;
  display: inline-block;
}

.banner-sec-right {
  width: 60%;
  float: left
}

.zbanner-illustration {
  max-width: 250px;
  margin: 0 auto;
  border-radius: 100%;
  min-height: 250px;
  position: relative;
  margin-top: 100px
}

.features-ban-left .content-wraper {
  width: 40%;
  text-align: left;
  float: left;
  padding-top: 20px
}

.features-banner-content {
  overflow: visible;
  display: inline-block;
  width: 100%
}

.zbanner-illustration:before {
  content: '';
  width: 600px;
  height: 600px;
  position: absolute;
  z-index: 0;
  right: 0;
  margin: 0 auto;
  background: url(/sites/zweb/images/marketplace/marketplace_circles_border.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-size: contain
}

.zbanner-illustration li:nth-child(2) div:before {
  width: 70px;
  height: 70px
}

.zbanner-illustration li:nth-child(2) div:after {
  background-position: var(--zp-creator-bp);
  transform: scale(.8);
}

@media only screen and (max-width: 1300px) {
  .marketplace-line {
      max-width:100%
  }
}

@media only screen and (max-width: 1199px) {
  .zbanner-illustration {
      display:none
  }

  .market-place-banner {
      padding: 70px 0;
      box-sizing: border-box;
      height: auto
  }

  .features-banner-wrap {
      padding: 0;
      box-sizing: border-box;
      height: auto
  }

  .marketplace-line {
      display: none
  }

  .marketplace-extension .wrapper img {
      margin-top: 60px;
      max-width: 90%;
      margin: 0 auto;
      display: block
  }

  .market-analysis .analysis {
      margin: 0 3%
  }

  .partner-columns .each-column .icon {
      position: inherit;
      margin-bottom: 30px
  }

  .partner-columns .each-column h2 {
      margin-bottom: 15px
  }

  .features-banner-content {
      margin: 0 auto 20px
  }

  .features-ban-left .content-wraper {
      width: 100%;
      text-align: center;
      float: none;
      padding: 0 20px;
      box-sizing: border-box;
      max-width: 850px;
      margin: 0 auto;
  }

  .features-banner-content {
      display: block
  }
}

@media only screen and (max-width: 991px) {
  .market-analysis .analysis {
      display:block;
      max-width: 340px;
      margin: 0 auto;
      margin-bottom: 60px
  }

  .image-part img {
      max-width: 240px
  }

  .partner-columns .each-column p {
      max-width: 500px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box
  }
  .features-item .content-wrap
  {
    flex-direction: column;
  }
  .features-item.left-image .content-wrap {
    flex-direction: column-reverse;
}
  .features-item .content-wrap > div {
    width: 100%;
    text-align: center;
}
.left-image .cont-part, .right-image .cont-part {
  padding: 0 0 40px 0;
}

}

@media only screen and (max-width: 767px) {
  .features-banner-wrap {
      padding: 60px 20px;
  }

  .features-banner-wrap .features-banner-content h1 {
      margin-bottom: 25px;
      font-size: 36px
  }

  .inner-marketplace-section {
      padding: 40px 20px
  }

  .analysis h5 {
      margin-top: 15px
  }

  .market-analysis {
      padding: 70px 0
  }

  .marketplace-extension {
      padding-bottom: 50px
  }

  .partner-columns .each-column {
      width: 100%;
      margin-bottom: 50px
  }

  .marketplace-partner {
      padding: 50px 20px 50px 20px
  }

  .marketplace-features {
      padding-bottom: 20px
  }

  .market-place-banner {
      padding: 0 0 0;
  }

  .features-item .image-part img {
      max-height: inherit
  }
}

@media only screen and (max-width: 480px) {
  .features-banner-wrap .features-banner-content h1 {
      margin-bottom:25px;
      font-size: 28px
  }
}