/*Other lang starts*/
.i18n-fr a.l-more {
  width: 150px;
}
/*Other lang ends*/
/*Arabic starts*/
.i18n-ar .zw-template-inner h1,
.i18n-ar .zw-template-inner p,
.i18n-ar .zw-template-inner .content-wrap.animated,
.i18n-ar .feat-sec.bg .cont-center,
.i18n-ar .bundle-left h3,
.i18n-ar .bundle-left p,
.i18n-ar .pro-bundle .bundle-left,
.i18n-ar .bundle-right h3,
.i18n-ar .bundle-right p,
.i18n-ar .bundle-right > div,
.i18n-ar .feat-sec.feat-sec-last .cont-center,
.i18n-ar .zw-template-inner .menu-title,
.i18n-ar .img-sec {
  text-align: center;
}
.i18n-ar .cont-left {
  padding-left: 30px;
  padding-right: unset;
}
.i18n-ar .cont-left h2,
.i18n-ar .cont-left p {
  text-align: right;
}
.i18n-ar .bundle-right > div:nth-child(2) {
  border-left: 1px solid #f2f2f2;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .i18n-ar .zw-template-inner *,
  .i18n-ar .feat-sec .cont-left h2,
  .i18n-ar .feat-sec .cont-left p,
  .i18n-ar .feat-sec .cont-left,
  .i18n-ar .feat-sec .apps-download-links-wrap.web,
  .i18n-ar .feat-sec .apps-download-links-wrap.mobile {
    text-align: center;
  }
  .i18n-ar .cont-left {
    padding-left: 0px;
  }
}
/*Arabic ends*/
html {
  scroll-behavior: smooth;
}

.zp-mobile-apps-wrap {
  margin-bottom: 15px;
}

.apps-download-links-wrap a:first-child {
  margin-left: 0;
}

.apps-download-links-wrap a {
  display: inline-block;
  text-indent: -999em;
  height: 40px;
  margin: 10px;
  background: url("/sites/zweb/images/writer/writer-apps-sprite2x.png")
    no-repeat left top;
  background-size: auto 40px;
  margin-left: 0;
}

.apps-download-links-wrap a.app-store {
  width: 135px;
  background-position: 0 0;
}

.apps-download-links-wrap a.mapp-store {
  width: 166px;
  background-position: -271px 0;
}

.apps-download-links-wrap a.g-play {
  width: 134px;
  background-position: -135px 0;
}

.zp-mobile-apps-wrap.banner .apps-download-links-wrap {
  margin-bottom: 0;
  margin-top: 12px;
}

.head-sec {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 0 70px;
}
.head-sec video,
.head-sec img {
  padding-top: 50px;
}
.head-sec img {
  display: none;
}
.head-sec p {
  max-width: 720px;
  margin: 0 auto 30px;
}
.head-sec .content-wrap {
  width: 100%;
}
.cont-right > img {
  opacity: 0;
  transition: all 1.4s ease 0s;
  transform: translateY(50px);
}

.animated .cont-right > img {
  opacity: 1;
  transform: translateY(0);
}
h1,
h2 {
  font-weight: bold;
}

p {
  font-size: 18px;
  line-height: 30px;
}
.footer-sec-wrap .product-links ul li a {
  font-family: var(--zf-primary-regular);
}
ul.menu-title > li {
  display: inline-block;
  padding: 9px 12px 0;
  cursor: pointer;
}

ul.menu-title > li:first-child {
  padding-left: 0;
}

ul.menu-title > li > a {
  color: #000;
  padding: 10px 0;
}

.stick-menu {
  position: relative;
  height: 46px;
}

.stickmenu-inner.zmakefixed {
  position: fixed;
  top: 66px;
  max-width: 100%;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 15px 20px -8px #0000000f;
}

.stickmenu-inner {
  position: absolute;
  width: 100%;
  transition: all 0.2s ease-in;
  background: #fff;
}

.menu-title {
  text-align: center;
}

ul.menu-title > li a.active {
  color: #03a9f5;
}

ul.menu-title > li > a.active:after {
  content: "";
  border-bottom: 2px solid #03a9f5;
  display: block;
  width: 100%;
  margin-top: 7px;
}

.menu-title {
  text-align: center;
}

.feat-sec {
  padding: 150px 0 0;
  background: #fff;
}

.feat-sec-last {
  padding-bottom: 150px;
  background: #f5f5f5;
}

.feat-sec .content-wrap {
  display: table;
  table-layout: fixed;
}

.cont-left {
  vertical-align: middle;
  display: table-cell;
  padding-right: 30px;
  width: 40%;
}

.cont-right {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
  overflow: visible;
}

.cont-right > img {
  max-width: 120%;
}

.cont-center h2,
.cont-center p {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 15px;
}

.cont-center {
  text-align: center;
}

a.l-more {
  padding: 12px 18px;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
}

.cont-left > p {
  display: block;
  margin-bottom: 40px;
}

div#Word > .content-wrap {
  width: 100%;
  max-width: 5000px;
  overflow: visible;
  display: block;
  table-layout: unset;
}

.cont-center > p {
  margin-bottom: 40px;
}

.img-sec {
  margin-top: 70px;
  position: relative;
  overflow: visible;
}

.img-sec > img {
  display: inline-block;
  max-width: 47%;
  margin: 20px;
  vertical-align: top;
}

div#Across {
  padding: 150px 0;
}

.feat-sec.bg {
  background: #222222;
  padding: 150px 0;
  color: #fff;
}

.feat-sec.bg a.l-more {
  padding: 12px 18px;
  border: 2px solid #fff;
  color: #fff;
}

.pro-bundle {
  display: table;
  table-layout: fixed;
  margin: 60px auto;
  width: 900px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.001);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.001);
}

.bundle-left {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  box-shadow: 3px 3px 10px 5px #d2d2d226;
  background: #fff;
  border-right: 1px solid #f2f2f2;
  background: #e7f8fe; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #e7f8fe 0%,
    #ffffff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #e7f8fe 0%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #e7f8fe 0%,
    #ffffff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f8fe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.bundle-right > div:nth-child(2) {
  border-right: 1px solid #f2f2f2;
}

.bundle-left > p {
  max-width: 280px;
  margin: 0 auto 20px;
}
.bundle-right {
  display: table-cell;
  background: #fff;
  width: 58%;
  vertical-align: middle;
  box-shadow: 3px 3px 10px 5px #d2d2d226;
}
.bundle-right > div p {
  margin-bottom: 20px;
}
.bundle-right > div {
  display: table-cell;
  padding: 60px 15px 80px 5px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
}
.bundle-right > div:nth-child(1) {
  margin-right: 1px solid;
}
.pro-bundle a.l-more {
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 24px;
  border: 1px solid #000;
}

[class|="zicon"] {
  background-image: url("/sites/zweb/images/writer/for-worksprite.png");
  background-size: 480px auto;
  display: inline-block;
  margin-bottom: 10px;
}

.zicon-workdrive {
  background-size: 190px auto;
  background: var(--zp-workdrive) no-repeat;
  width: 190px;
}

.zicon-workplace {
  background: var(--zp-workplace) no-repeat;
  width: 193px;
  background-size: 190px auto;
}
.zicon-one {
  background: var(--zp-one) no-repeat;
  width: 134px;
  background-size: 110px auto;
}
.zicon-workplace,
.zicon-one,
.zicon-workdrive {
  height: 50px;
}
.bundle-right > h3 {
  text-align: center;
  font-size: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0;
}

.bundle-left > h3 {
  margin: 0px auto 8px;
  display: none;
  font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
}

.bundle-right > div > h3 {
  margin-bottom: 26px;
  text-align: center;
}

a.imp:after {
  content: "";
  display: block;
  border-bottom: 2px solid #03a9f5;
  width: 100%;
  margin: 0 auto;
}

a.imp {
  display: inline-block;
}

@media only screen and (min-width: 1401px) {
  h1 {
    font-size: 48px;
    font-weight: bold;
  }

  h2 {
    font-size: 40px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1400px) {
  .cont-right > img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1279px) {
  .cont-left > p {
    margin-bottom: 30px;
  }
  .feat-sec-last .content-wrap {
    padding-bottom: 110px;
  }
  .head-sec {
    padding: 70px 0 100px;
  }

  .feat-sec {
    padding: 100px 0 0;
  }

  div#Across,
  .feat-sec.bg {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .stickmenu-inner.zmakefixed {
    top: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .stickmenu-inner.zmakefixed {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .stick-menu.active {
    top: 0;
  }
}
@media only screen and (max-width: 1040px) {
  .feat-sec .img-sec > img {
    margin-bottom: 20px;
  }
  .head-sec .content-wrap {
    width: 90%;
  }
  .stick-menu {
    display: none;
  }
  .head-sec video {
    display: none;
  }
  .head-sec img {
    display: inline-block;
  }
  .zicon-workplace, .zicon-one, .zicon-workdrive{
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 991px) {
  .cont-left > p {
    max-width: 700px;
    margin: 0 auto 40px;
  }
  .bundle-left,
  .bundle-right {
    width: 100%;
    display: block;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    min-height: 160px;
  }
  .bundle-right,
  .bundle-left {
    background: transparent;
    box-shadow: none;
  }
  .pro-bundle {
    width: 100%;
  }
  h1 {
    max-width: auto;
  }
  .bundle-right {
    padding: 28px;
    width: 88%;
  }

  ul.menu-title > li {
    padding: 15px 5px 0;
  }

  .cont-right,
  .cont-left {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
    text-align: center;
  }

  .cont-right {
    margin-top: 50px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .img-sec {
    width: 100%;
    max-width: 991px;
    margin: 70px auto 0;
  }

  div#Word > .content-wrap {
    width: 90%;
  }

  .img-sec > img {
    max-width: 100%;
    margin: 0;
  }

  .head-sec {
    padding: 60px 0 10px;
  }

  .feat-sec {
    padding: 90px 0 0;
  }

  div#Across,
  .feat-sec.bg {
    padding: 90px 0;
  }

  .bundle-right > div {
    padding: 50px 33px;
  }
  .bundle-right > div:nth-child(2) {
    border-right: 1px solid #ccc;
  }
  .bundle-right > h3 {
    border-bottom: 1px solid #ccc;
  }

}

@media only screen and (max-width: 767px) {
  .bundle-right > div:nth-child(2) {
    border-right: 1px solid transparent;
  }
  .feat-sec-last .content-wrap {
    padding-bottom: 0;
  }
  .bundle-right > div {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .cont-right > img {
    opacity: 1;
    transform: translateY(0);
  }
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  .pro-bundle {
    width: 100%;
    margin: 20px auto;
  }

  .cont-right {
    padding: 0;
  }

  .bundle-left,
  .bundle-right {
    width: 100%;
    display: block;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    min-height: 160px;
  }

  .bundle-right h3 {
    text-align: center;
    border-bottom: 1px solid #ded6d6;
  }

  .bundle-right > div {
    display: inline-block;
  }

  .stick-menu {
    display: none;
  }

  .head-sec {
    padding: 40px 0 10px;
  }

  .feat-sec {
    padding: 70px 0 0;
  }

  div#Across,
  .feat-sec.bg {
    padding: 70px 0;
  }

  .bundle-right,
  .bundle-left {
    background: transparent;
    box-shadow: none;
  }

  .feat-sec.feat-sec-last {
    padding-bottom: 60px;
  }

  a.imp:after {
    content: none;
  }
  #Integrations {
    padding-bottom: 70px;
  }
  .head-sec img {
    padding-top: 30px;
  }
}

.i18n-zh-hant .zpromotion {
  display: none;
}
