.helpful-wrap>div:first-child,
  .menu-icon-help-header.pull-left {
    display: none
  }

  h1,
  h2,
  h3 {
    font-family: var(--zf-secondary-bold);
  }

  h2,
  .zsee h3,
  .zjoin h3,
  .zwhy h3,
  .zone h3 {
    font-family: var(--zf-secondary-bold);
    font-size: 40px;
  }

  .zsection .content-wrap {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    padding: 120px 0;
  }

  #header,
  .zbanner {
    background: #ffd200;
  }

  .zbanner {
    position: relative;
  }

  .zbanner .content-wrap {
    overflow: visible;
    width: 100%;
    max-width: 100%;
  }

  .zbanner h1 {
    font-size: 62px;
  }

  .i18n-es-xl .zbanner h1,
  .i18n-id .zbanner h1,
  .i18n-fr .zbanner h1,
  .i18n-pt-br .zbanner h1,
  .i18n-ja .zbanner h1,
  .i18n-th .zbanner h1,
  .i18n-ar .zbanner h1,
  .i18n-nl .zbanner h1 {
    font-size: 50px;
  }

  .i18n-de .zbanner h1 {
    font-size: 42px;
  }



  [class|=zoicon] {
    background-image: url(/sites/default/files/one/z-extensionicon.png);
    background-repeat: no-repeat;
    background-size: 666px auto;
    display: block;
  }


  .zbanner .zbanner-logo {
    max-width: 280px;
    position: relative;
    left: -10px;
    margin-left: 0;
  }

.i18n-ar .zbanner .zbanner-logo {
    left: unset;
    right: -10px;
}

  .zbanner .zinner,
  .zjoin .zinner {
    display: table;
  }

.zjoin .zinner {
    display: table;
   width: 100%;
    table-layout: fixed;
  }

  .zbanner .zinner {
    margin: 0 auto;
  }

  .zbanner .zinner>div,
  .zjoin .zinner>div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }

  .zbanner .zinner>div:nth-child(1) {
    padding-left: 250px;
  }

  .i18n-ar .zbanner .zinner>div:nth-child(1) {
    padding-left: 0;
    padding-right: 250px;
  }

  .zoicon-grow {
    background-position: 0 -21px;
    width: 106px;
    height: 63px;
    margin: 0 auto 24px;
  }

  .zoicon-integrate {
    background-position: -111px -2px;
    width: 63px;
    height: 63px;
  }

  .zoicon-smart {
    background-position: -184px 5px;
    width: 55px;
    height: 63px;
  }


  .zoicon-tools {
    background-position: -249px 2px;
    width: 65px;
    height: 63px;
  }



  .zbanner h1+p {
    margin-bottom: 36px;
  }

  .zbox {
    position: relative;
    margin: 12px 12px 24px 12px;
  }

  .zbox a img {
    border-radius: 5px;
  }

  .zcustomer-inner>div:last-child .zbox {
    margin-right: 0;
  }

  .zbox.znone a {
    cursor: unset;
  }

  .zvideo-play .zvideoplay-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    transition: all ease 0.3s;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    left: auto;
  }

  .zvideo-play .zvideoplay-icon:after {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    content: "";
    left: 41%;
    position: absolute;
    top: 35%;
    transition: all ease 0.1s;
  }

  .zvideo-play .zplay-text {
    font-family: var(--zf-primary-semibold);
    font-size: 12px;
    color: #000000;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    left: 20px;
    top: 23%;
    position: absolute;
    transition: all ease 0.1s;
    text-transform: uppercase;
  }

  .zbox a:hover .zplay-text {
    opacity: 1;
  }

  .zbox a:hover .zvideoplay-icon {
    width: 68px;
    border-radius: 25px;
    right: -31px;
  }

  .zbox a {
    position: relative;
  }

  .zbox a:hover .zvideoplay-icon:after {
    left: 12px;
  }

  .zdesc .zvideo-play {
    width: 36px;
    height: 36px;
    position: relative;
    margin-bottom: 5px;
    transform: scale(.8);
    left: -5px;
  }

  .zbox .zdesc.zvoice {
    bottom: 40%;
    left: 20px;
  }

  .zdesc.zvoice .span-head {
    font-family: "Roboto Slab";
  }

  .zcustomer {
    position: absolute;
    right: -3.4%;
    top: -11%;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    z-index: 8;
  }

  .i18n-ar .zcustomer {
    right: unset;
    left: -3.4%;
  }

.zbv-ie-11.i18n-ar .zcustomer {
    right: auto;
}

  .zcustomer-inner>div {
    display: inline-block;
    vertical-align: middle;
  }

  .zcustomer-inner>div:nth-child(2) {
    position: relative;
    top: 50px;
  }

  .zb-video .watch-btn {
    text-transform: initial;
    padding: 4px 0 5px 30px;
    font-family: var(--zf-primary-bold);
  }

  .zbox span.zdivision {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 16px;
    font-family: var(--zf-primary-bold);
    color: #000;
  }

  .zbox .zdesc {
    position: absolute;
    bottom: 20px;
    left: 12px;
    color: #fff;
    margin-bottom: 0;
  }

  .zbox .zdesc>span {
    display: block;
  }

  .zbox .span-head {
    font-family: var(--zf-primary-bold);
  }

  .zbox a {
    display: block;
  }

  .zbox a.watch-btn {
    padding: 0;
  }

  .zbox a.watch-btn:before,
  .zbox a.watch-btn:after {
    content: none;
  }

  .zbox-inner>div {
    opacity: 0;
    -webkit-transition: all 900ms ease;
    -o-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  .zbox-inner>div:nth-child(1) {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .zbox-inner>div:nth-child(2) {
    -webkit-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
  }

  .zbox-inner>div:nth-child(3) {
    -webkit-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
  }

  .animated .zbox-inner>div {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .zbox .watch-btn {
    margin-bottom: 18px
  }

  .watch-btn {
    position: relative;
  }

  .watch-btn:before,
  .watch-btn:after {
    content: '';
    position: absolute;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
  }

  .watch-btn {
    text-transform: initial;
    padding: 4px 0 5px 30px;
    font-family: var(--zf-primary-bold);
  }

  .watch-btn:before {
    left: 0;
    top: 3px;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    background: #fff;
  }

  .watch-btn:after {
    left: 11px;
    top: 11px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000
  }

  /* grow */

  .zgrow {
    text-align: center;
    background: #fafafa;
  }

  .zgrow h2 {
    max-width: 460px;
    margin: 0 auto 20px;
  }

  .zgrow h2+p {
    max-width: 680px;
    margin: 0 auto 80px;
  }

  .zgrow-list ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .zgrow-list ul li {
    text-align: left;
    width: 30%;
    margin-right: 7%;
    float: left;
  }

  .zgrow-list ul li:last-child {
    margin-right: 0;
  }

  .zgrow-list ul li h3 {
    font-family: var(--zf-primary-bold);
    margin-top: 16px;
  }

  .zgrow-list ul li a {
    font-family: var(--zf-primary-semibold);
    color: #116eec;
    border-bottom: 1px solid #116eec;
  }

  /* see */

  .zsee h3 {
    max-width: 480px;
    margin: 0 auto 20px;
    text-align: center;
  }

  .zsee-video .watch-btn:before {
    border: 1px solid #000;
  }

  .zsee-video .watch-btn:before,
  .zsee-video .watch-btn:after {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  p.zsee-video {
    text-align: center;
  }

  .zsee-inner {
    max-width: 930px;
    margin: 60px auto 0;
  }

  .zsee-inner>div {
    position: relative;
    display: inline-block;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin: 2% 1.4% 1.5% 1.4%;
    text-align: center;
    border-radius: 5px;
    text-align: left;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 700ms ease .4s;
    -o-transition: all 700ms ease .4s;
    transition: all 700ms ease .4s;
  }

  .zsee-inner>div:nth-child(1) {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .zsee-inner>div:nth-child(2) {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }

  .zsee-inner>div:nth-child(3) {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }

  .zsee-inner>div:nth-child(4) {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
  }

  .zsee-inner>div:nth-child(5) {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
  }

  .zsee-inner>div:nth-child(6) {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
  }

  .animated .zsee-inner>div {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .zsee>div a span {
    color: #000;
    font-family: var(--zf-primary-bold);
    font-size: 25px;
  }

  .zsee>div a span:nth-child(2) {
    display: block;
    margin-top: 28px;
    margin-bottom: 6px;
  }

  .zsee-inner>div>a {
    display: inline-block;
    padding: 40px;
  }

  .zsee-inner>div p {
    color: #000;
    min-height: 56px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

.i18n-de .zsee-inner>div p {
      min-height: 81px;
      font-size: 18px;
    }

  .zsee>div span.zbox-text {
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
    text-transform: capitalize;
    margin-bottom: 0;
    color: #116eec;
  }

  /* tile-animation */

  .zsee-inner>div a .ztile-sales {
    background-image: url(/sites/default/files/one/ztile-sale.png);
    background-repeat: no-repeat;
    background-size: 1300px auto;
    height: 140px;
    width: 100px;
    background-position: 0;
    display: inline-block;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    margin-left: -15px;
  }

  .zsee-inner>div a:hover .ztile-sales {
    -webkit-animation: ztilesales .6s steps(12) forwards;
    animation: ztilesales .6s steps(12) forwards;
  }

  @-webkit-keyframes ztilesales {
    from {
      background-position: 0;
    }

    to {
      background-position: -1200px;
    }
  }

  @keyframes ztilesales {
    from {
      background-position: 0;
    }

    to {
      background-position: -1200px;
    }
  }

  .zsee-inner>div a .ztile-market {
    background-image: url(/sites/default/files/one/ztile-market.png);
    background-repeat: no-repeat;
    background-size: 1319px auto;
    height: 140px;
    width: 100px;
    background-position: 0;
    display: inline-block;
  }

  .zsee-inner>div a:hover .ztile-market {
    -webkit-animation: ztilemarket .6s steps(10) forwards;
    animation: ztilemarket .6s steps(10) forwards;
  }

  @-webkit-keyframes ztilemarket {
    from {
      background-position: 0;
    }

    to {
      background-position: -1200px;
    }
  }

  @keyframes ztilemarket {
    from {
      background-position: 0;
    }

    to {
      background-position: -1200px;
    }
  }

  .zsee-inner>div a .ztile-account {
    background-image: url(/sites/default/files/one/ztile-account.png);
    background-repeat: no-repeat;
    background-size: 1200px auto;
    height: 140px;
    width: 100px;
    background-position: 0;
    display: inline-block;
  }

  .zsee-inner>div a:hover .ztile-account {
    animation: ztileaccount .6s steps(11) forwards;
  }

  @keyframes ztileaccount {
    from {
      background-position: 0;
    }

    to {
      background-position: -1100px;
    }
  }

  @keyframes ztileaccount {
    from {
      background-position: 0;
    }

    to {
      background-position: -1100px;
    }
  }

  .zsee-inner>div a .ztile-hr {
    background-image: url(/sites/default/files/one/ztile-hr.png);
    background-repeat: no-repeat;
    background-size: 1200px auto;
    height: 140px;
    width: 100px;
    background-position: 0;
    display: inline-block;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    left: 24px;
  }

  .zsee-inner>div a:hover .ztile-hr {
    -webkit-animation: ztilehr .6s steps(11) forwards;
    animation: ztilehr .6s steps(11) forwards;
  }

  @-webkit-keyframes ztilehr {
    from {
      background-position: 0;
    }

    to {
      background-position: -1100px;
    }
  }

  @keyframes ztilehr {
    from {
      background-position: 0;
    }

    to {
      background-position: -1100px;
    }
  }


  .zsee-inner>div a .ztile-support {
    background-image: url(/sites/default/files/one/ztile-support.png);
    background-repeat: no-repeat;
    background-size: 1100px auto;
    height: 140px;
    width: 100px;
    background-position: 0;
    display: inline-block;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    left: 10px;
  }
.i18n-ar .zsee-inner>div a .ztile-support{
    left: -10px;
  }
  .zsee-inner>div a:hover .ztile-support {
    -webkit-animation: ztilesupport .6s steps(10) forwards;
    animation: ztilesupport .6s steps(10) forwards;
  }

  @-webkit-keyframes ztilesupport {
    from {
      background-position: 0;
    }

    to {
      background-position: -1000px;
    }
  }

  @keyframes ztilesupport {
    from {
      background-position: 0;
    }

    to {
      background-position: -1000px;
    }
  }


  .zsee-inner>div a .ztile-operations {
    background-image: url(/sites/default/files/one/ztile-operations.png);
    background-repeat: no-repeat;
    background-size: 1362px auto;
    height: 140px;
    width: 113.5px;
    background-position: 0;
    display: inline-block;
  }

  .zsee-inner>div a:hover .ztile-operations {
    -webkit-animation: ztileoperations .6s steps(11) forwards;
    animation: ztileoperations .6s steps(11) forwards;
  }

  @-webkit-keyframes ztileoperations {
    from {
      background-position: 0;
    }

    to {
      background-position: -1248.5px;
    }
  }

  @keyframes ztileoperations {
    from {
      background-position: 0;
    }

    to {
      background-position: -1248.5px;
    }
  }

  .ztile-grow {
    background-image: url(/sites/default/files/one/ztile-fly.png);
    background-repeat: no-repeat;
    background-size: 2900px auto;
    height: 140px;
    width: 100px;
    background-position: 0;
    display: inline-block;
    transform: scale(1.4);
  }

  .animated .ztile-grow {
    animation: ztilegrow 3.5s steps(28) forwards infinite;
  }

  @keyframes ztilegrow {
    from {
      background-position: 0;
    }

    to {
      background-position: -2800px;
    }
  }

  /* tile-animation */

  .zsee .zsale {
    background: #b6d4fd;
  }

  .zsee .zmarket {
    background: #fec3b7;
  }

  .zsee .zaccount {
    background: #c6f0f1;
  }

  .zsee .zhr {
    background: #f9cbd8;
  }

  .zsee .zsupport {
    background: #c6f1df;
  }

  .zsee .zoperate {
    background: #fbe7b8;
  }

  /* join */
  .zteam-mobile {
    display: none;
  }

  .zjoin {
    background: #171d2f;
    color: #fff;
  }

  .zjoin>div p+a {
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
    text-transform: capitalize;
    margin-bottom: 0;
    color: #03a9f5;
    border-bottom: 1px solid #03a9f5;
  }

  .zjoin .content-wrap {
    padding: 0;
  }

  .zjoin-text {
    padding-right: 120px;
  }

  .i18n-ar .zjoin-text {
    padding-right: 0;
    padding-left: 120px;
  }

  .zslide-inner ul li>div {
    width: 26%;
    background: #1f263e;
    min-height: 100px;
    display: inline-block;
    margin: 8px;
    padding: 10px;
    vertical-align: text-bottom;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
  }

  .zslide-inner ul li h3 {
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
    color: #d8e6e8;
    margin: 8px auto 0px auto;
  }

  .zslide-inner ul li p {
    font-size: 12px;
    color: #79aff5;
    margin-bottom: 0;
  }

  .zslide-inner ul li [class|=zoicon] {
    margin: 0 auto;
  }

  .zslide {
    height: 725px;
    overflow: hidden;
  }

  .zslide-inner {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
  }

  .animated .zslide-inner {
    -webkit-animation: scrollUp 25s linear infinite .4s;
    animation: scrollUp 25s linear infinite .4s;
  }

  @-webkit-keyframes scrollUp {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    100% {
      -webkit-transform: translateY(-725px);
      transform: translateY(-725px)
    }
  }

  @keyframes scrollUp {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    100% {
      -webkit-transform: translateY(-725px);
      transform: translateY(-725px)
    }
  }

  .zslide-inner:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  .zslide-inner ul li>div.zempty {
    padding: 0;
  }

  .zslide-inner ul li>div.zempty.zexpand {
    width: 54.5%;
  }

  .zempty img {
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
  }

  .zempty a img {
    display: inline-block;
    width: 100%;
  }

  .zslide-inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


  .zoicon-twilio {
    background-position: -320px 0;
    width: 46px;
    height: 46px;
  }

  .zoicon-zen {
    background-position: -475px -9px;
    width: 36px;
    height: 28px;
  }

  .zoicon-evernote {
    background-position: -425px -3px;
    width: 35px;
    height: 40px;
  }

  .zoicon-drive {
    background-position: -373px -5px;
    width: 40px;
    height: 36px;
  }

  .zoicon-analytics {
    background-position: -524px -4px;
    width: 38px;
    height: 38px;
  }

  .zoicon-chimp {
    background-position: -573px -2px;
    width: 39px;
    height: 41px;
  }

  .zoicon-trello {
    background-position: -459px -71px;
    width: 47px;
    height: 46px;
  }

  /* why customer */
  .zwhy h3 {
    text-align: center;
  }

  .zone-customer {
    margin-top: 60px;
  }

  .zone-customer>div {
    float: left;
    width: 30%;
    margin-right: 5%;
    min-height: 100px;
    text-align: center;
  }

  .zone-customer>div a:before,
  .zone-customer>div a:after {
    content: none;
  }

  .zone-customer>div a {
    display: block;
    padding: 0;
  }

  .zdetail-inner {
    position: relative;
  }



  .zone-customer>div:last-child {
    margin-right: 0;
  }

  .zdetails {
    text-align: center;
    position: absolute;
    top: 10%;
    left: 0;
    margin: auto;
    right: 0;
    color: #000;
  }



  .zone-customer>div p {
    font-family: var(--zf-primary-semibolditalic);
    margin-top: 26px;
    font-size: 17px;
  }

  .zone-customer .zdetails h3 {
    font-family: var(--zf-primary-semibold);
    font-size: 25px;
    margin-bottom: 6px;
  }

  .zdetail-inner span.watch-btn {
    position: absolute;
    bottom: 17px;
    right: 20px;
    color: #fff;
  }

  .zone-customer .zdetails p {
    font-size: 18px;
    font-family: var(--zf-primary-regular);
    margin-top: 0;
  }

  /* footer */
  .zsection.zone .content-wrap {
    padding: 10px 0 50px 0;
  }

  .zone {
    text-align: center;
  }

  .zone h3 {
    margin-bottom: 40px;
  }


  /* other languages */
  .other-lang .zgrow h2 {
    max-width: 620px;
  }

  .other-lang .zsee h3 {
    max-width: 540px;
  }

  .other-lang.lang-th .zgrow h2 {
    max-width: 580px;
  }

  .other-lang .zone-customer>div>p {
    display: none;
  }

  .lang-ar .zcustomer-inner>div:last-child .zbox {
    margin-left: 0;
    margin-right: 12px;
  }

  /* other languages */

    /* french testimonial */
    .i18n-fr .zone-customer.zonly-french {
        display: none;
    }

    .zone-customer.zonly-french>div {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .zone-customer.zonly-french {
        overflow: hidden;
        width: 100%;
        display: block;
        text-align: center;
    }

    span.z-case {
        position: absolute;
        bottom: 23px;
        right: 20px;
        color: #fff;
        border-bottom: 2px solid;
    }

    .zone-customer.zonly-french .zdetails h3 {
        font-size: 22px;
    }

    .zone-customer.zonly-french .zdetails h3 span {
        display: block;
    }

    .zfr span.z-case {
        position: absolute;
    bottom: 26px;
    right: 30px;
    color: #fff;
    border-bottom: 2px solid;
    }

    @media only screen and (max-width: 991px) {
       .i18n-fr .zone-customer {
            display: none;
        }
        .i18n-fr .zone-customer.zonly-french {
            display: block;
        }
        .zone-customer.zonly-french>div{
            margin-bottom: 40px;
        }
    }

    /* french testimonial */


  @media only screen and (min-width: 1681px) {
    .zsection.zbanner .content-wrap {
      width: 90%;
      max-width: 1250px;
    }

    .zbanner .zinner>div:nth-child(1) {
      padding-left: 0;
      padding-right: 100px;
    }

    .i18n-ar .zbanner .zinner>div:nth-child(1) {
      padding-left: 100px;
      padding-right: 0;
    }

    .zcustomer {
      position: absolute;
      right: -6%;
      top: -12%;
      -webkit-transform: scale(.8);
      -ms-transform: scale(.8);
      transform: scale(.8);
    }

    .i18n-ar .zcustomer {
      right: unset;
      left: -6%;
    }
.zbv-ie-11.i18n-ar .zcustomer {
    right: auto;
}
  }

  @media only screen and (max-width: 1600px) {
    .zbanner h1 {
      font-size: 52px;
      max-width: 450px;
      margin-left: 0;
    }

    .i18n-es-xl .zbanner h1,
    .i18n-id .zbanner h1,
    .i18n-fr .zbanner h1,
    .i18n-pt-br .zbanner h1,
    .i18n-ja .zbanner h1,
    .i18n-th .zbanner h1,
    .i18n-ar .zbanner h1,
    .i18n-nl .zbanner h1 {
      font-size: 42px;
    }

    .i18n-de .zbanner h1 {
      font-size: 36px;
    }
  }


  @media only screen and (max-width: 1440px) {
    .zbanner .zinner>div:nth-child(1) {
      padding-left: 1%;
    }

    .i18n-ar .zbanner .zinner>div:nth-child(1) {
      padding-right: 1%;
      padding-left: 0;
    }

    .zbanner h1+p {
      max-width: 460px;
    }

    .zcustomer {
      right: -5.4%;
      top: -12%;
      -webkit-transform: scale(.8);
      -ms-transform: scale(.8);
      transform: scale(.8);
    }

    .i18n-ar .zcustomer {
      right: unset;
      left: -5.4%;
    }
.zbv-ie-11.i18n-ar .zcustomer {
    right: auto;
}
  }

  @media only screen and (max-width: 1280px) {
    .zbanner .zinner>div:nth-child(1) {
      padding-left: 1%;
    }

    .zcustomer {
      right: -10.5%;
      top: -24%;
      -webkit-transform: scale(.65);
      -ms-transform: scale(.65);
      transform: scale(.65);
    }

    .i18n-ar .zcustomer {
      right: unset;
      left: -10.5%;
    }
.zbv-ie-11.i18n-ar .zcustomer {
    right: auto;
}
  }

  @media only screen and (max-width: 1200px) {

    .zbanner .content-wrap {
      padding-bottom: 100px;
      overflow: hidden;
    }
  }

  @media only screen and (max-width: 1140px) {
    .zbanner h1 {
      font-size: 42px;
    }

    .zbanner h1+p {
      max-width: 350px;
    }

    .zcustomer {
      right: -12.8%;
    }

    .i18n-ar .zcustomer {
      right: unset;
      left: -12.8%;
    }
.zbv-ie-11.i18n-ar .zcustomer {
    right: auto;
}

    .zslide-inner ul li h3 {
      font-size: 13px;
    }

    .zjoin-text {
      padding-right: 20px;
    }

    .i18n-ar .zjoin-text {
      padding-right: 0;
      padding-left: 20px;
    }

    .zslide-inner ul li>div {
      padding: 10px 5px;
    }

    .zgrow-list ul li {
      margin-right: 5%;
    }

    .zgrow-list ul li h3 {
      font-size: 18px;
    }

.i18n-es-xl .zsee-inner>div>a {    
    padding: 36px;
}

  }

  @media only screen and (max-width: 991px) {
    .animated .zslide-inner {
      -webkit-animation: unset;
      animation: unset;
    }

    .zteam-mobile {
      display: block;
      max-width: 86%;
      margin: 40px auto 0;
    }

    .zslide {
      height: 586px;
    }

    .zjoin .content-wrap {
      padding: 120px 0;
      text-align: center;
    }

    .zjoin .zinner {
      display: block;
    }


    .zjoin .zinner>div {
      width: 100%;
      display: block;
    }

    .zjoin .zinner>div:nth-child(1) {
      display: none;
    }

    .zjoin-text {
      padding-right: 0;
      max-width: 610px;
      margin: 0 auto 20px;
    }

    .i18n-ar .zjoin-text {
      padding-left: 0;
    }

    .other-lang .zsection.zone .content-wrap {
      padding-top: 30px;
    }

    .zbanner .zinner {
      display: block;
    }

    .zbanner .zbanner-logo {
      margin: 0 auto 10px;
    }

    .zbanner .zinner>div {
      width: 100%;
      display: block;
    }

    .zbanner .zinner>div:nth-child(2) {
      display: none;
    }

    .zbanner h1 {
      margin: 0 auto 20px;
    }

    .zbanner h1+p {
      max-width: 100%;
    }

    .zbanner-logo {
      left: 0;
      margin: 0 auto;
    }

    .zbanner .content-wrap {
      padding-bottom: 100px;
      padding-top: 70px;
    }

    .zbanner .zinner>div:nth-child(1) {
      padding-left: 0;
      max-width: 600px;
      margin: 0 auto;
      text-align: center;
    }

    .zbanner .content-wrap {
      overflow: initial;
      width: 90%;
      max-width: 100%;
    }

    .zsee-inner>div p {
      margin-bottom: 0;
    }

    .zsee-inner>div a {
      padding: 18px;
    }

    .zsee-inner>div p,.i18n-de .zsee-inner>div p {
      font-size: 15px;
    }

    .other-lang .zsee-inner>div p {
      min-height: 66px;
    }
    .zslide-inner ul li h3 {
      font-size: 14px;
    }

    .zone-customer {
      overflow: hidden;
    }



    .zone-customer>div {
      width: 100%;
      float: none;
      margin-right: 0;
      max-width: 350px;
      margin: 0 auto 80px;
    }

    .zone-customer>div:last-child {
      margin-right: auto;
      margin-bottom: 0;
    }

    .zgrow-list ul li {
      text-align: left;
      width: 34%;
      margin-right: 3.5%;
      float: left;
    }
    .i18n-es-xl .zbanner h1,
    .i18n-id .zbanner h1,
    .i18n-fr .zbanner h1,
    .i18n-pt-br .zbanner h1,
    .i18n-ja .zbanner h1,
    .i18n-th .zbanner h1,
    .i18n-ar .zbanner h1,
    .i18n-nl .zbanner h1,
    .i18n-de .zbanner h1  {
      max-width: 610px;
    }
.i18n-ja .zsee>div a>span {
    font-size: 21px;
}
.i18n-ja .zsee>div span.zbox-text{
    font-size: 14px;
}
  }

  @media only screen and (max-width: 844px) {

    .helpful-wrap>div:first-child,
    .menu-icon-help-header.pull-left {
      display: none;
    }
  }


  @media only screen and (max-width: 767px) {

    .helpful-wrap>div:first-child,
    .menu-icon-help-header.pull-left {
      display: block;
    }

    .zsee-inner>div a {
      padding: 18px;
    }

    .zsee-inner>div p {
      font-size: 16px;
    }
    .other-lang .zsee-inner>div p {
      min-height: auto;
    }
    .zgrow-list ul {
      display: block;
      max-width: 370px;
      margin: 0 auto;
    }

    .zgrow-list ul li span[class|=zoicon] {
      margin: 0 auto;
    }

    .zgrow-list ul li:last-child {
      margin-bottom: 0;
    }

    .zgrow-list ul li {
      width: 100%;
      margin-right: 0;
      float: none;
      margin-bottom: 60px;
      text-align: center
    }

    .zbanner-logo {
      display: none;
    }

    .zbanner h1 {
      font-size: 34px;
      max-width: 300px;
    }


    .i18n-es-xl .zbanner h1,
    .i18n-id .zbanner h1,
    .i18n-fr .zbanner h1,
    .i18n-pt-br .zbanner h1,
    .i18n-ja .zbanner h1,
    .i18n-th .zbanner h1,
    .i18n-ar .zbanner h1,
    .i18n-nl .zbanner h1 {
      font-size: 32px;
      max-width: 500px;
    }

    .i18n-de .zbanner h1 {
      font-size: 30px;
    }

    .zsection.zgrow .content-wrap {
      padding-top: 50px;
    }

    .zgrow-list ul li p {
      max-width: 298px;
      margin: 0 auto 20px;
    }

    .zone-customer {
      margin-top: 40px;
    }

    h2,
    .zsee h3,
    .zjoin h3,
    .zwhy h3,
    .zone h3 {
      font-size: 28px;
    }

    .zbanner-logo {
      display: none;
    }

    .zsection .content-wrap {
      padding: 70px 0;
    }

    .zone h3 {
      margin-bottom: 30px;
    }

    .zsection.zbanner .content-wrap {
      padding: 50px 0 65px 0;
    }

    .zsection.zwhy .content-wrap {
      padding-bottom: 40px;
    }

    .footer-wrapper {
      margin: 20px auto 0;
    }

    .zwhy h3 {
      max-width: 300px;
      margin: 0 auto;
    }

    .zsee-inner {
      max-width: 85%;
    }

    .zsee-inner>div a {
      padding: 30px 30px 40px 30px;
    }

    .zsee-inner>div p {
      min-height: auto;
    }

    .zsee-inner>div {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      width: 100%;
      margin-bottom: 30px;
    }

    .zsee-inner>div:last-child {
      margin-bottom: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    .zone-customer>div {
      max-width: 100%;
    }

    .zdetail-inner span.watch-btn {
      right: 50px;
    }
  }

  /*** Promotion ***/
  .zpromotion {
    display: none;
    background: #323435;
    top: 0;
    position: relative;
    padding: 6px 0;
  }

  .other-lang .zpromotion {
    display: none;
  }

  .zpromotion.zmore {
    display: none;
  }

  .zpromotion p {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
  }

  .zpromotion-wrap {
    margin: 0 auto;
    width: 80%;
    position: relative;
    z-index: 99;
    text-align: center;
  }

  .zpromotion a {
    text-decoration: none;
    color: #fff;
  }

  .zpromotion a span {
    color: #fff;
    text-decoration: underline;
  }

  .zpremoclose {
    right: 22px;
    top: 0px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    z-index: 99;
    position: absolute;
    cursor: pointer;
    font-size: 4px;
    bottom: 0;
    margin: auto;
    text-indent: -999999px;
  }

  .zpremoclose:before,
  .zpremoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #000;
    top: 5px;
  }

  .zpremoclose:after {
    transform: rotate(-45deg);
  }

  .zpremoclose:before {
    transform: rotate(45deg);
  }

  @media only screen and (max-width: 767px) {
    .zpromotion {
      top: 0px;
    }

    .zpromotion a {
      display: block;
    }

    .zpromotion-wrap {
      padding-right: 50px;
    }
  }

  /*chat widget start*/
  .chat-widget {
    position: fixed;
    right: 0;
    bottom: -40px;
    width: 160px;
    height: 140px;
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 1000ms ease;
  }

  .chat-widget.active {
    visibility: visible;
    opacity: 1;
  }

  /*chat widget start*/

  @media all and (max-width:767px) {
    .zph-sticky .chat-widget {
      display: block !important;
    }

    .other-lang.zph-sticky .chat-widget {
      display: none !important;
    }

    .chat-widget {
      max-width: 140px;
      height: auto;
      bottom: 40px;
    }
  }

  .other-lang .chat-widget {
    display: none;
  }

  .i18n-ar .zdivision,
  .i18n-ar .zbox .zdesc {
    direction: ltr;
  }

  .i18n-ar .zbox .zdesc>span {
    text-align: left;
  }

  .i18n-ar .zgrow .content-wrap,
  .i18n-ar .zsection.zone h3,
  .i18n-ar .zsection.zone p,
  .i18n-ar .zdetails p,
  .i18n-ar .zone-customer>div p {
    text-align: center;
  }

  .i18n-ar .zgrow-list ul li {
    margin-right: 0;
    margin-left: 7%;
    text-align: right;
  }

  .i18n-ar .zgrow-list ul li:last-child {
    margin-left: 0;
  }

  .i18n-ar .zsee-inner>div>a {
    display: block;
  }

  .i18n-ar .zsee-inner>div a .ztile-hr {
    left: 0;
  }

  .i18n-ar .zdetail-inner span.watch-btn {
    right: unset;
    left: 20px;
  }
  .zbv-ie-11.i18n-ar .zdetail-inner span.watch-btn {
    right: auto;
}

  @media only screen and (max-width: 991px) {
    .i18n-ar .zsection.zbanner h1,
    .i18n-ar .zsection.zbanner p,
    .i18n-ar .zsection.zgrow h2,
    .i18n-ar .zsection.zgrow h2+p,
    .i18n-ar .zsection.zjoin h3,
    .i18n-ar .zsection.zjoin p,
    .i18n-ar .zsection.zjoin .zinner>div {
      text-align: center;
    }
  }

  @media only screen and (max-width: 767px) {

    .i18n-ar .zgrow-list ul li,
    .i18n-ar .zgrow-list ul li h3,
    .i18n-ar .zgrow-list ul li p {
      text-align: center;
    }



    .i18n-es-xl .zbanner h1,
    .i18n-id .zbanner h1,
    .i18n-fr .zbanner h1,
    .i18n-pt-br .zbanner h1,
    .i18n-ja .zbanner h1,
    .i18n-th .zbanner h1,
    .i18n-ar .zbanner h1,
    .i18n-nl .zbanner h1 {
      font-size: 26px;
    }

    .i18n-de .zbanner h1 {
      font-size: 24px;
    }

    .other-lang a.act-btn.cta-btn {
      font-size: 12px;
    }

  }