/*common styles*/
h1 {
  font-size: 45px;
}
h2 {
  font-family: var(--zf-primary-bold);
}
:focus {
  outline: none;
}
.zd-bc-links {
    list-style-type: none;
    max-width: 1170px;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0 0;
}
.zd-bc-links li, .features-qlinks ul li {
    display: inline-block;
    margin: 0 25px 0 0;
    font: 12px/1.2 var(--zf-primary-semibold);
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.zd-bc-link a, .features-qlinks li a {
    color: #00000073;
    position: relative;
    display: inline-block;
}
.zd-bc-link a:before, .features-qlinks li a:before {
    content: ">";
    position: absolute;
    right: -15px;
    display: inline-block;
}
.zd-bc-link a:after, .features-qlinks ul li a::after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: #1e0101;
    transition: all .3s linear;
}
/*banner-section*/
.banner-section {
  width: 90%;
  margin: 80px auto;
  display: table;
}
.banner-section div {
  box-sizing: border-box;
}
.banner-content {
  float: left;
  width: 40%;
  padding: 40px 0 0;
}
.banner-img {
  float: right;
  width: 60%;
  padding: 30px 0px 30px 60px;
  text-align: center;
}
/* MOBILE VIDEO SECTION CSS */
.mobile-slider {
  padding: 80px 0;
  background: #f9f9f9;
}
.mobile-slider1 {
  padding: 80px 0;
}
.mobile-slider h2 {
  margin: 0 0 50px 155px;
  max-width: 380px;
  font-size: 40px;
}
.mobile-slider1 h2 {
  margin: 0 170px 50px auto;
  max-width: 380px;
  font-size: 40px;
}
.mobilize-work {
  width: 90%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.mobilize-work > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0;
  position: relative;
  width: 50%;
}
.mobilize-work > div.cont-area {
  padding: 0 8%;
}
.mobilize-work .cont-area > div {
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  z-index: 1;
  margin: 0 0 20px;
}
.video-cont-sec h4, .video-cont-sec1 h4 {
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  font-size: 22px;
}
.video-cont-sec p, .video-cont-sec1 p {
  position: relative;
  z-index: 1;
  margin: 0;
}
.video-cont-sec:before, .video-cont-sec:after, .video-cont-sec1:before, .video-cont-sec1:after {
  content: '';
  width: 135%;
  height: 120%;
  position: absolute;
  background: #b5d8c4;
  display: block;
  z-index: 0;
  left: -10%;
  top: -10%;
  opacity: 0;
  transform: scale(0.6);
  transition: all .3s ease 0s;
}
.video-cont-sec:after, .video-cont-sec1:after {
  width: 135%;
  height: 100%;
  background: #76ba92;
  left: -15%;
  top: 0;
  transition: all .6s ease 0s;
}
.video-cont-sec.selected:before, .video-cont-sec.selected:after, .video-cont-sec1.selected:before, .video-cont-sec1.selected:after {
  opacity: .1;
  transform: scale(1);
}
.multi-video-sec {
  background-image: url(/sites/zweb/images/desk/mobile-helpdesk-backdrop.png);
  background-repeat: no-repeat;
  background-size: 400px auto;
  background-position: 80% 50%;
}
.mobilize-work .video-sec, .mobilize-work .video-sec1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity .3s linear .35s, visibility .4s linear .35s;
  -webkit-transition: opacity .3s linear .35s, visibility .4s linear .35s;
  top: 0;
  width: 100%;
  padding: 0 0 0 60px;
  box-sizing: border-box;
  text-align: center;
}
.mobilize-work .video-sec1 {
  padding: 0 60px 0 0;
}
.mobile-slider1 .multi-video-sec {
  background-position: 45% 50%;
}
.mobilize-work .video-sec img, .mobilize-work .video-sec1 img {
  display: inline-block;
  max-width: 340px;
  margin: 0 auto;
  vertical-align: bottom;
}
.mobilize-work .video-sec.active-video, .mobilize-work .video-sec1.active-video {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s linear 0.5s, visibility .4s linear 0.5s;
  -webkit-transition: opacity .3s linear 0.5s, visibility .4s linear 0.5s;
}
.mobile-sec-image {
  display: none;
}
/* Other lang starts */
.i18n-de .support-customers {
    min-height: 960px;
}
@media screen and (max-width: 1200px) {
  .mobile-slider h2 {
    margin: 0 0 50px 115px;
  }
  .mobile-slider1 h2 {
    margin: 0 100px 50px auto;
  }
  .mobilize-work .video-sec, .mobilize-work .video-sec1 {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
  }
  .multi-video-sec, .multi-video-sec1 {
    background-position: 100% 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobilize-work > div {
    float: none;
    padding: 0;
  }
  .mobilize-work {
    margin: 40px auto 80px;
  }
  .mobilize-work .video-sec img {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #features-1.features-item .content-wrap > div.cont-part {
    max-width: 100%;
  }
  .mobilize-work > div {
    float: none;
    padding: 0;
    background: none;
  }
  .mobilize-work {
    margin: 40px auto 0;
  }
  .mobilize-work .video-sec video {
    max-width: 280px;
    margin: 0 auto;
  }
  .mobilize-work .video-cont-sec h4:before {
    top: 10px;
  }
  .mobile-slider h2, .mobile-slider1 h2 {
    margin: 0 auto 90px;
    text-align: center;
    max-width: 400px;
  }
}
@media only screen and (max-width:767px) {
  .mobilize-work {
    margin: 40px auto 0;
  }
  .mobile-slider h2, .mobile-slider1 h2 {
    margin: 0 auto 50px;
    font-size: 36px;
    max-width: 400px;
    text-align: center;
  }
  .video-cont-sec:before, .video-cont-sec:after, .video-cont-sec1:before, .video-cont-sec1:after {
    display: none;
  }
  .mobile-slider {
    padding: 80px 0 60px;
  }
  .mobilize-work > div {
    display: block;
    width: 90%;
  }
  .mobilize-work > div.cont-area {
    padding: 0;
    width: 100%;
  }
  .mobilize-work .cont-area > div {
    padding: 30px 0 0;
    border: none;
    text-align: center;
  }
  .mobile-sec-image {
    display: inline-block;
    max-width: 350px;
    margin-top: 30px;
  }
  .video-cont-sec h4, .video-cont-sec.selected h4 {
    color: #000;
    font-size: 26px;
  }
  .video-cont-sec h4:before, .mobilize-work .multi-video-sec {
    display: none;
  }
}
/* MOBILE VIDEO SECTION CSS ENDS*/
/* support-customers */
.support-customers {
  padding: 200px 0 40px;
  min-height: 650px;
}
.support-customers h2 {
  max-width: 400px;
  margin: 30px auto -230px;
  text-align: center;
  font-size: 34px;
}
.support-customers ul {
  margin: auto;
  padding: 0;
  width: 100%;
  border-spacing: 50px 10px;
}
.support-customers ul li {
  display: table-cell;
  width: 30%;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  padding: 70px 50px 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}
.support-customers ul li span {
  border: 1px solid #f1f1f1;
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 45px #cccccc42;
}
.support-customers ul li span:before {
  background-image: url(/sites/zweb/images/desk/mhds-sprite-icons.png);
  background-repeat: no-repeat;
  background-size: auto 50px;
  width: 50px;
  height: 50px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.support-customers ul li h4 {
  font-size: 22px;
  margin: 0 0 10px;
}
.support-customers ul li:first-child span:before {
  background-position: 0 0px;
}
.support-customers ul li:nth-child(2) span:before {
  background-position: -50px 0px;
  top: 10px;
}
.support-customers ul li:last-child span:before {
  background-position: -100px 0px;
}
.support-customers ul li:nth-child(2) {
  margin: 0;
  position: relative;
  top: 350px;
}
/* testimonial section */
.testimonial-section {
  text-align: center;
  padding: 80px 0 100px;
  background: #e8fdf1;
}
.testimonial-section h2 {
  margin-bottom: 30px;
}
.testimonial-txt {
  margin: 0 auto;
}
.testimonial-wrap {
  max-width: 920px;
  position: relative;
  margin: 0 auto;
  padding: 50px 50px 0;
  box-sizing: border-box;
}
.testimonial-wrap p {
  font-size: 22px;
  max-width: 600px;
  margin: 0 auto;
  float: right;
  padding: 0 0 0 54px;
  box-sizing: border-box;
  text-align: left;
  width: 60%;
}
p.testi-one {
  margin: 40px auto 0;
}
p.testi-two {
  margin: 22px auto 0;
}
.client-title {
  margin-bottom: 20px;
  display: block;
}
.client-designation {
  color: #6c6c6c;
}
.z-testdetails {
  margin: 40px 0 0;
  display: block;
  line-height: 24px;
  float: left;
  width: 40%;
  font-size: 16px;
}
.z-testdetails img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 100%;
  margin: 0 auto 10px;
}
.z-testdetails span {
  display: block;
  font-family: var(--zf-primary-semibold);
  font-size: 18px;
}
.slick-dots {
  margin: 20px 0 0;
}
.slick-dots li {
  background: #b7d6c5;
  border: none;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  transition: none;
}
.slick-dots li.slick-active {
  background: #178d48;
  border: none;
  width: 12px;
  height: 12px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding: 0 40px;
}
.slick-next, .slick-prev {
  height: 24px;
}
.slick-next:after, .slick-next:before, .slick-prev:after, .slick-prev:before {
  background: #4a4949;
  width: 1px;
  height: 14px;
}
.slick-next:hover:after, .slick-next:hover:before, .slick-prev:hover:after, .slick-prev:hover:before {
  background: #525252;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  opacity: 0;
}
.slick-next {
  right: -30px;
}
/*-------------------- Trust Brands Starts ------------------*/
.trust-brands-wrap {
  text-align: center;
  padding: 0;
}
.trust-brands-wrap p:after {
  content: '';
  position: absolute;
  left: 20%;
  width: 60%;
  height: 1px;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(215, 215, 215, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 50%, rgba(255, 255, 255, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.trust-brands-wrap p:after {
  bottom: -10px;
}
.trust-brands-wrap p {
  position: relative;
  padding: 0 0 30px;
  background: #fff;
  display: block;
  margin-bottom: 0;
  max-width: 100%;
}
.trust-brands-wrap ul {
  margin: 0 0 60px;
}
.trust-brands-wrap ul li {
  display: inline-block;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transform: scale(0.4, 0.4);
  -webkit-transform: scale(0.4, 0.4);
  background: none;
}
.animated .trust-brands-wrap ul li {
  opacity: 1;
  transform: scale(1, 1);
}
.trust-brands-wrap ul li span {
  display: inline-block;
  margin: 10px 40px;
  text-indent: -9999px
}
.trust-brands-wrap ul li:first-child span {
  margin-left: 0
}
.trust-brands-wrap ul li:last-child span {
  margin-right: 0
}
.trust-brands-wrap ul li span {
  background: url(/sites/zweb/images/desk/trust-brands-sprites.png) no-repeat 0 0;
  background-size: 1103px auto;
  height: 40px
}
.trust-brands-wrap ul li.tb-sears span {
  width: 137px;
  background-position: -219px -240px
}
.trust-brands-wrap ul li.tb-daimler span {
  width: 121px;
  background-position: -727px -80px;
}
.trust-brands-wrap ul li.tb-int span {
  width: 61px;
  background-position: 0 0;
}
.trust-brands-wrap ul li.tb-essilor span {
  width: 109px;
  background-position: -848px -80px;
}
.trust-brands-wrap ul li.tb-aonhewitt span {
  width: 131px;
  background-position: -957px -80px;
}
/*-----------------------------------------------------------*/
.bottom-feature {
  background: #f9f9f9;
  padding: 80px 0;
  text-align: center;
}
.bottom-feature .content-wrap {
  max-width: 980px;
}
.bottom-cta-wrap {
  max-width: 500px;
  margin: 0 auto;
  padding: 100px 0;
}
.bottom-cta-wrap h2 {
  font-size: 30px;
  font-family: var(--zf-primary-semibold);
}
.features-item .cont-part a.l-m {
  display: inline-block;
  float: none;
  clear: both;
  padding-top: 0;
  margin: 10px 0 0;
  text-decoration: none;
  position: relative;
  padding-right: 12px;
  line-height: 1.4;
}
.features-item .cont-part a.l-m:after {
  border-color: transparent transparent transparent #00aeef;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  content: "";
  height: 0;
  right: 0;
  position: absolute;
  top: 8px;
  width: 0;
}
@media screen and (max-width: 1200px) {
  .banner-content {
    padding: 0;
  }
  .support-customers {
    min-height: 700px;
  }
  .support-customers {
    min-height: auto;
    padding: 100px 0;
  }
  .support-customers h2 {
    max-width: 520px;
    margin: 0 auto 120px;
    text-align: center;
    font-size: 40px;
  }
  .support-customers ul {
    margin: auto;
    padding: 0;
    width: 100%;
    border-spacing: 0;
    max-width: 400px;
  }
  .support-customers ul li {
    display: block;
    width: 100%;
    padding: 70px 50px 20px;
    margin: 100px 0 0;
  }
  .support-customers ul li:nth-child(2) {
    margin: 100px 0 0;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner-section {
    margin: 40px auto;
  }
  .banner-content {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .banner-img {
    float: none;
    width: 80%;
    padding: 0;
    text-align: center;
    margin: 40px auto 0;
  }
  .testimonial-wrap {
    padding: 50px 0px 0;
  }
  .trust-brands-wrap ul li span {
    margin: 10px 10px;
  }
  .slick-next {
    right: -10px;
  }
  p.testi-one {
    margin: 20px auto 0;
  }
  p.testi-two {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .support-customers {
    min-height: auto;
    padding: 80px 0;
  }
  .support-customers h2 {
    max-width: 520px;
    margin: 0 auto 120px;
    text-align: center;
    font-size: 36px;
  }
  .trust-brands-wrap {
    padding: 0;
  }
  .trust-brands-wrap ul li {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .trust-brands-wrap ul li span {
    margin: 10px 20px
  }
  .trust-brands-wrap ul li:last-child span {
    margin-right: 20px;
  }
  .slick-dotted.slick-slider {
    padding: 0;
  }
  .testimonial-section {
    padding: 60px 0;
  }
  .testimonial-wrap p {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  p.testi-one, p.testi-two {
    margin: 0;
  }
  .z-testdetails {
    float: none;
    width: 100%;
  }
  .testimonial-wrap {
    padding: 20px 0 0;
    box-shadow: none;
  }
  .bottom-cta-wrap {
    padding: 80px 0;
  }
  .bottom-cta-wrap h2 {
    font-size: 26px;
    padding: 0 20px;
  }
  .features-item .cont-part a.l-m:after {
    top: 8px;
  }
}
@media screen and (max-width: 480px) {
  .banner-section {
    margin: 40px auto;
    width: 100%;
  }
  h1 {
    font-size: 32px;
  }
  .apps-download-links-wrap {
    margin: 20px 0 0;
  }
  .mobile-slider h2, .mobile-slider1 h2 {
    font-size: 30px;
    margin: 0 auto;
  }
  .mobilize-work {
    margin: 0 auto;
  }
  .mobilize-work .cont-area > div {
    padding: 50px 0 0;
    border: none;
    text-align: center;
  }
  .mobile-slider1 {
    padding: 60px 0;
  }
  .support-customers {
    min-height: auto;
    padding: 60px 0;
  }
  .support-customers h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
  .support-customers ul li {
    padding: 70px 30px 20px;
    margin: 80px 0 0;
  }
  .support-customers ul li:nth-child(2) {
    margin: 80px 0 0;
  }
  .bottom-feature {
    padding: 60px 0;
  }
  .bottom-cta-wrap {
    padding: 60px 0;
  }
  .bottom-cta-wrap h2 {
    font-size: 22px;
    padding: 0 20px;
  }
  .mobile-slider {
    padding: 60px 0 40px;
  }
}
/*Other lang starts*/
.other-lang .testimonial-wrap {
  display: none;
}
.other-lang .testimonial-section {
  padding: 80px 0 40px;
}
/*Other lang ends*/
/*Arabic starts*/
.i18n-ar .mobile-slider h2 {
  margin: 0 155px 50px 0;
  margin-top: 0px;
  margin-right: 155px;
  margin-bottom: 50px;
  margin-left: 0px;
}
.i18n-ar .mobile-slider1 h2 {
  margin: 0 auto 50px 170px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: 170px;
}
.i18n-ar .testimonial-section .content-wrap.animated h2, .i18n-ar .testimonial-section .content-wrap.animated ul {
  text-align: center;
}
.i18n-ar .features-item.bottom-feature .content-wrap.animated h2, .i18n-ar .features-item.bottom-feature .content-wrap.animated p {
  text-align: center;
}
.i18n-ar bottom-cta-wrap h2, .i18n-ar .bottom-cta-wrap .apps-download-links-wrap {
  text-align: center;
}
.i18n-ar .features-item.bottom-feature .content-wrap.animated .cont-part {
  text-align: center;
}
.i18n-ar .banner-content {
  float: right;
}
.i18n-ar .banner-img {
  float: left;
  padding: 30px 60px 30px 0;
}
.i18n-ar .video-cont-sec:before, .i18n-ar .video-cont-sec:after, .i18n-ar .video-cont-sec1:before, .i18n-ar .video-cont-sec1:after {
  right: -10%;
  left: auto;
}
.i18n-ar .mobilize-work .video-sec, .i18n-ar .mobilize-work .video-sec1 {
  padding: 0 60px 0 0;
}
.i18n-ar .multi-video-sec {
  background-position: 50%;
}
.i18n-ar .bottom-cta-wrap h2, .i18n-ar .bottom-cta-wrap div {
  text-align: center;
}
.i18n-ar .features-item .cont-part a.l-m {
  padding-left: 12px;
  padding-right: 0;
}
.i18n-ar .features-item .cont-part a.l-m:after {
  border-color: transparent #00aeef transparent transparent;
  border-width: 5px 7px 5px 0px;
  left: 0;
  right: auto;
}
.i18n-ar .apps-download-links-wrap a {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 991px) {
  .i18n-ar .banner-content h1, .i18n-ar .banner-content p, .i18n-ar .banner-content div {
    text-align: center;
  }
  .i18n-ar .mobile-slider h2 {
    margin: 0 auto 90px;
  }
  .i18n-ar .mobile-slider1 h2 {
    margin: 0 auto 50px;
  }
  .i18n-ar .banner-img {
    float: none;
    padding: 0;
  }
  .i18n-ar .mobilize-work .video-sec, .i18n-ar .mobilize-work .video-sec1 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .i18n-ar .mobile-slider1 .content-wrap h2, .i18n-ar .mobile-slider1 .cont-area > div h4, .i18n-ar .mobile-slider1 .cont-area > div p, .i18n-ar .video-cont-sec h4, .i18n-ar .video-cont-sec p {
    text-align: center;
  }
}
/*Arabic ends*/