 /*Arabic starts*/
.i18n-ar .z-small-content-wrap h3 {
    text-align: center;
}
/*Arabic ends*/
 .features-item .content-wrap{
      max-width:900px;
  }
.features-item.bottom-image .cont-part p, .features-item.middle-image .cont-part p{
    max-width: 600px;
}
  .zimgbanner-container {
      position: relative;
      margin-top: 30px;
  }
  img.zimgbanner-lap {
      -webkit-box-shadow: 8px 7px 15px #d7d7d7;
      -moz-box-shadow: 8px 7px 15px #d7d7d7;
      box-shadow: 8px 7px 15px #d7d7d7;
  }
  .zimgbanner-lap-cstm {
      border-radius: 3px;
  }
  img.zimgbanner-mobile {
      position: absolute;
      width: 230px;
      bottom: -65px;
      right: -40px;
      top: auto;
      box-shadow: initial;
  }
  .features-item.bottom-image .cont-part, .features-item.middle-image .cont-part{
      overflow: unset;
  }
  .image-part>div img, .image-part>div video{
      box-shadow:unset;
      border:unset;
  }
  .zimg-container {
      max-width: 300px;
      width: 100%;
      margin: 30px auto 0px;
      position: relative;
  }
img.zimg-screen, video.zimg-screen{
    position: absolute;
    z-index: 1;
    top: 12%;
    left: 4.8%;
  width: 90%;
    box-shadow: initial;
    border: 1px solid #d7d7d7;
  }
  .zmore-card {
      padding: 50px 0 30px 0;
      text-align: center;
  }
  .z-row {
      padding: 100px 0px;
  }
  .z-small-content-wrap {
      max-width: 900px;
      margin:  auto;
  }
  .zmore-card h3 {
      margin-bottom: 40px;
  }
  .zmore-card ul li.active {
      opacity: .4;
  }
  .zmore-card ul li {
      transition: all .4s ease-in-out;
  }
  .zmore-card ul li {
      display: inline-block;
      width: 12%;
      margin-right: 3%;
      text-align: center;
  }
  .zmore-card ul li span {
      display: block;
      line-height: 16px;
      font-size: 14px;
      margin-top: 12px;
      color: #000;
  }

.zmore-card ul li:hover {
transform: scale(1.08);
-webkit-transform: scale(1.08);
}
  @media only screen and (max-width: 992px){
    img.zimgbanner-mobile {
        display: none;
    }
  }
  @media only screen and (max-width: 767px){
.zmore-card ul li {
    width: 24%;
}
.zmore-card ul li span {
    min-height: 34px;
}
  }
.z-small-content-wrap ul li:hover{
    transform: scale(1.1);
}