<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.other-lang .testimonial-wrap {
  display: none;
}
.other-lang .testimonial-section {
  padding: 80px 0 25px;
}
.i18n-de .htabs li,
.i18n-pt-br .htabs li,
.i18n-th .htabs li {
  font-size: 15px;
}
.i18n-ar .banner-content h1,
.i18n-ar .banner-content p {
  text-align: center;
}
.i18n-ar ul#zp-list li &gt; span {
  text-align: right;
}
.i18n-ar .zbase-table li span.icon-heading {
  padding: 15px 2% 15px 5%;
}
.i18n-ar .hcont-sec h3,
.i18n-ar .hcont-sec p {
  text-align: center;
}
.i18n-ar .htabsection .content-wrap .htabs-content .hcont-sec div {
  text-align: center;
}
.i18n-ar .testimonial-section .content-wrap ul,
.i18n-ar .testimonial-section h2 {
  text-align: center;
}
.i18n-ar .three-col {
  float: right;
}
.i18n-ar section#comparison p {
  text-align: center;
}
.i18n-ar .bottom-cta-section h2,
.i18n-ar .bottom-cta-section .content-wrap {
  text-align: center;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1 {
  font-size: 50px;
}
h4 {
  font-size: 20px;
}
:focus {
  outline: 0;
}
.maincontainer {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.maincontainer h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 50px;
  padding: 0 40px;
  font-family: var(--zf-primary-bold);
}
.box-shadow {
  -webkit-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  border: 1px solid #ededed;
  transition: all 2s ease 0;
}
.banner-content {
  padding: 80px 20px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.zbase-table {
  padding: 60px 0;
  margin-bottom: 80px;
  max-width: 900px;
  margin: 0 auto;
}
.zpcontainer h2 {
  margin-bottom: 0;
  max-width: 500px;
}
.zp-header {
  display: table;
  width: 100%;
}
.zbase-table .zp-header li {
  width: 33.33%;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}
.zbase-table .zp-header li:first-child span {
  font-size: 22px;
  font-family: var(--zf-primary-semibold);
  padding: 20px 17px;
}
.zbase-table .zp-header li:nth-child(2) {
  background: #f6fef1;
  border-left: 1px solid #f1fde9;
  border-right: 1px solid #f1fde9;
  border-bottom-color: #f6fef1;
}
.zbase-table li span.company-logo {
  background-image: url("/sites/zweb/images/jp/desk/desk-alternative-sprites.png");
  background-repeat: no-repeat;
  background-size: auto 60px;
  width: 160px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.zbase-table li span.company-logo.desk {
  background-position: -840px 0;
  background-color: #f6fef1;
  border: 0;
  width: 110px;
  padding: 35px 0;
}
.zbase-table li .desk-logo {
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
  display: block;
  padding: 0 15px 20px;
}
.zbase-table li span.company-logo.freshdesk {
  background-position: -930px 10px;
  border: 0;
  width: 115px;
  padding: 35px 0;
  background-size: auto 40px;
}
.zbase-table .zp-header li:nth-child(2):after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  top: -30px;
  background: #f6fef1;
  left: -1px;
  z-index: -1;
  border-left: 1px solid #f1fde9;
  border-top: 1px solid #f1fde9;
  border-right: 1px solid #f1fde9;
}
.zbase-table .zp-header li:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.zp-header.fixed {
  position: fixed;
  max-width: 900px;
  top: 65px;
  margin: 0 auto;
  z-index: 100;
  box-shadow: 0 1px 4px 0 #0000000a;
  background: #fff;
}
@media only screen and (max-width: 1199px) {
  .zp-header.fixed {
    top: 0 !important;
  }
}
.zbase-table .zp-header.fixed li:nth-child(2):after {
  display: none;
}
.zbase-table ul {
  margin: 0;
}
.zbase-table ul li {
  display: table;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  min-height: 54px;
  width: 100%;
  background: 0;
}
.zbase-table ul li &gt; span {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
  color: #000;
  display: table-cell;
  float: none;
  font-size: 16px;
  list-style: outside none none;
  margin: 0;
  padding: 15px 2%;
  position: relative;
  transition: all 1s ease 0;
  vertical-align: middle;
  width: 33.333%;
  z-index: 2;
}
.zbase-table ul li &gt; span.icon-heading {
  font-size: 18px;
}
.zbase-table ul li span:nth-child(3) {
  border-right: 0;
}
.zbase-table li span.icon-heading {
  text-align: left;
  padding: 15px 5% 15px 2%;
}
.zbase-table li span:nth-child(2) {
  box-shadow: 0 30px 73px 0 rgba(222, 222, 222, 0.23);
  -webkit-box-shadow: 0 30px 73px 0 rgba(222, 222, 222, 0.23);
  margin-top: -2px;
  z-index: 5;
  border-left: 1px solid #f1fde9;
  border-right: 1px solid #f1fde9;
  border-top: 0;
  border-bottom: 0;
  background: #f6fef1;
  color: #fff;
}
.zbase-table li:last-child span:nth-child(4):after {
  top: auto;
  bottom: -30px;
  box-shadow: 0 26px 73px 0 rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0 26px 73px 0 rgba(0, 0, 0, 0.32);
}
.zcircle-tick {
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.zcircle-tick:after,
.zcircle-tick:before {
  background: #00933c none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 4px;
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 7px;
}
.zcircle-tick:before {
  left: 6px;
  top: 10px;
  transform: rotate(-52deg);
  width: 15px;
}
.zbase-table li span:nth-child(3) span.zcircle-tick:after,
.zbase-table li span:nth-child(3) span.zcircle-tick:before {
  background: #00933c;
}
.zcircle-cross {
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.zcircle-cross:after,
.zcircle-cross:before {
  background: #ff3231 none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 4px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 15px;
}
.zcircle-cross:before {
  left: 4px;
  top: 10px;
  transform: rotate(-52deg);
  width: 15px;
}
.fade-eff {
  opacity: 0;
}
.zbase-table ul li:last-child &gt; span:nth-child(2) {
  border-left: 1px solid #f1fde9;
  border-right: 1px solid #f1fde9;
}
.reasons-section {
  padding: 60px 0 80px;
}
.grid-wrapper {
  display: table;
  padding: 20px 0 0;
}
.four-col {
  width: 50%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 0;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
}
[class|=aicon] {
  background-image: url("/sites/zweb/images/jp/desk/organic-alternative-sprite-icons.png");
  background-repeat: no-repeat;
  background-size: auto 90px;
  width: 50px;
  height: 50px;
  margin: 0 0 20px;
  display: block;
}
.aicon-ticket {
  background-position: -620px 0;
}
.aicon-context {
  background-position: -670px 0;
}
.aicon-automations {
  background-position: -720px 0;
}
.reasons-section h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.four-col:nth-child(3),
.four-col:nth-child(4) {
  margin-top: 40px;
}
.htabsection {
  padding: 120px 0 80px;
}
.htabsection h2 {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.htabsection .content-wrap &gt; p {
  text-align: center;
  max-width: 640px;
  margin: 20px auto 0;
}
.htabs {
  margin: 60px auto 0;
  max-width: 700px;
  position: relative;
}
.htabs li {
  display: inline-block;
  width: 33%;
  margin: 0 2px 0 0;
  padding: 12px;
  box-sizing: border-box;
  background: rgba(187, 173, 173, 0.16);
  font-family: 'Roboto slab';
  text-align: center;
  cursor: pointer;
  position: relative;
}
.htabs li.selected {
  color: #fff;
}
.htabs span.selected {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #03994f;
  width: 210px;
}
.htabs span.selected:after {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #03994f;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin: 0;
  transform: translateX(-50%);
}
.htabs-content {
  text-align: center;
  min-height: 620px;
  margin: 40px auto 0;
  position: relative;
  transition: all 0.4s linear 0.35s;
  -webkit-transition: all 0.4s linear 0.35s;
}
.hcont-sec {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear 0.35s, visibility 0.4s linear 0.35s;
  -webkit-transition: opacity 0.3s linear 0.35s, visibility 0.4s linear 0.35s;
  width: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  box-sizing: border-box;
}
.hcont-sec.active-htab {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 0.3s linear 0.5s, visibility 0.4s linear 0.5s;
  -webkit-transition: opacity 0.3s linear 0.5s, visibility 0.4s linear 0.5s;
}
.hcont-sec h3 {
  font-family: 'Roboto slab';
  font-weight: 600;
}
.hcont-sec h3 a {
  color: #000;
}
.hcont-sec p {
  max-width: 800px;
  margin: 0 auto 40px;
}
.hcont-sec &gt; div {
  padding-top: 30px;
}
.hcont-sec video {
  max-width: 900px;
  height: auto;
}
#common-tasks img {
  border: 0;
}
.z-accordian {
  max-width: 600px;
  margin: 50px auto 0;
  text-align: left;
}
.z-accordianBox {
  margin: 0 0 5px;
}
.z-accordianBox h3 {
  margin: 0;
  padding: 12px 15px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  background-color: #f6f4f4;
  color: #000;
}
.z-accordianBox h3:before {
  content: '+';
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  font-size: 18px;
  font-weight: 600;
  height: 25px;
  margin: auto;
}
.z-accordianBox h3.active {
  background-color: #03994f;
  color: #fff;
}
.z-accordianBox h3.active:before {
  content: '-';
  right: 32px;
}
.z-accordianBox &gt; div {
  padding: 20px 15px;
  display: none;
}
.testimonial-section {
  text-align: center;
  padding: 80px 0 100px;
  background: #f6fef1;
}
.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;
  display: none;
}
.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: 0;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  transition: none;
}
.slick-dots li.slick-active {
  background: #178d48;
  border: 0;
  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-wrap {
  text-align: center;
  padding: 0;
}
.trust-brands-wrap p:after {
  content: '';
  position: absolute;
  left: 20%;
  width: 60%;
  height: 1px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #d7d7d7 50%, #ffffff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0, #ffffff), color-stop(50%, #d7d7d7), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%, #d7d7d7 50%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #d7d7d7 50%, #ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #d7d7d7 50%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #d7d7d7 50%, #ffffff 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;
}
.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: 0;
}
.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/jp/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;
}
.assistance-section {
  padding: 100px 0;
}
.assistance-wrapper {
  display: table;
}
.assistance-section h2 {
  margin-bottom: 70px;
}
.assistance-section h4 {
  font-size: 19px;
  margin-bottom: 10px;
}
.three-col {
  width: 33.33%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 0;
  transition: all 1s ease 0;
  -webkit-transition: all 1s ease 0;
}
.assistance-wrapper .three-col:nth-child(2) {
  transition: all 2s ease 0;
  -webkit-transition: all 1.5s ease 0;
}
.assistance-wrapper .three-col:last-child {
  transition: all 3s ease 0;
  -webkit-transition: all 2s ease 0;
}
.assistance-wrapper .three-col [class|=aicon] {
  background-size: auto 90px;
  width: 90px;
  height: 90px;
  margin: 0 0 10px;
  display: block;
}
.aicon-migrating {
  background-position: 0 0;
}
.aicon-webinars {
  background-position: -90px 0;
}
.aicon-help {
  background-position: -180px 0;
}
.customer-bg {
  background-color: #f6fef1;
}
.good-customer-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
.good-customer-section ul li {
  margin: 50px 0 0;
  border-bottom: 1px solid #bdbdbd;
  padding: 0 0 20px;
}
.good-customer-section ul li:last-child {
  border: 0;
  padding: 0;
}
.good-customer-section ul li h4 {
  font-family: 'Roboto Slab';
  font-weight: 700;
}
.z-comparison {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.z-comparison h2 {
  padding: 0;
}
#comparison h2 span {
  color: #27ae60;
}
.graph-key {
  margin: 0;
  font-size: 14px;
}
.barchart-wrap {
  position: relative;
  height: 350px;
  margin: 0 auto;
  max-width: 250px;
  transform: rotate(90deg);
}
.bar-wrap {
  width: 50%;
  display: block;
  float: left;
  height: 100%;
  position: relative;
}
.bar {
  position: absolute;
  bottom: 0;
  height: 25%;
  background: #728089;
  width: 40%;
  left: 20%;
  transition: height 0.5s ease;
}
.bar span {
  position: absolute;
  bottom: -30px;
  width: 80px;
  text-align: left;
  left: 0;
  color: #919191;
  font-size: 14px;
  transform: rotate(-90deg);
}
.bar span.price {
  bottom: auto;
  top: -45px;
  width: 100%;
}
.bar span:nth-child(2) {
  bottom: 30px;
  left: 30px;
}
.bar.zoho-bar {
  background: #27ae60;
}
.bar.zendesk-bar {
  background: #03363d;
}
.bar.freshdesk-bar {
  background: #009cdb;
}
#slider {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #27ae60;
  height: 12px;
  border: 0;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
#slider span {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  margin-left: -10px;
  top: -5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.bottom-cta-section {
  text-align: center;
  padding: 0 0 80px;
  max-width: 650px;
  margin: 0 auto;
}
.bottom-cta-section h2 {
  padding: 0 40px;
  font-family: var(--zf-primary-bold);
  margin: 0 auto 30px;
}
.moretopics-section {
  padding: 40px 0 120px;
  text-align: center;
  max-width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
}
.moretopics-section .content-wrap {
  width: 100%;
}
.moretopics-section h3 {
  font-family: var(--zf-primary-regular);
  font-size: 30px;
}
.moretopics-section ul {
  margin: 40px 0 0;
  padding: 0;
  display: table;
  border-spacing: 20px;
}
.moretopics-section ul li {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.9s ease 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.moretopics-section ul li:hover {
  border-color: #03a9f5;
  box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.05);
}
.moretopics-section ul li::before,
.moretopics-section ul li::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
}
.moretopic::before,
.moretopic::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.moretopic::before {
  top: 0;
  left: 0;
}
.moretopic::after {
  bottom: 0;
  right: 0;
}
.moretopic:hover {
  color: #60daaa;
}
.moretopic:hover::before,
.moretopic:hover::after {
  width: 100%;
  height: 100%;
}
.moretopic:hover::before {
  border-top-color: #03a9f5;
  border-right-color: #03a9f5;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.moretopic:hover::after {
  border-bottom-color: #03a9f5;
  border-left-color: #03a9f5;
  transition: border-color 0 ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.moretopics-section ul li a {
  display: block;
  padding: 30px 20px;
}
.moretopics-section p {
  margin: 0;
  color: #000;
}
.moretopics-section p:after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background: #000;
  margin: 10px auto 20px;
}
@media screen and (max-width: 1024px) {
  .zp-header.fixed {
    top: 0;
  }
  .hcont-sec2 &gt; div {
    padding: 0 20px;
  }
  .hcont-sec2 &gt; div:last-child {
    width: 50%;
    padding: 0;
  }
  .htabs-content2 {
    margin: 60px auto 40px;
  }
}
@media screen and (min-width: 991px) {
  .four-col {
    padding: 0 60px;
  }
  .four-col:nth-child(odd) {
    padding-left: 0;
  }
  .four-col:nth-child(even) {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
  .banner-content {
    padding: 50px 0;
  }
  .assistance-wrapper {
    max-width: 800px;
    margin: 0 auto;
  }
  .four-col {
    width: 50%;
  }
  .reasons-section {
    padding: 40px 0 60;
  }
  .assistance-section {
    padding: 80px 0;
  }
  .testimonial-wrap {
    padding: 50px 0 0;
  }
  .trust-brands-wrap ul li span {
    margin: 10px;
  }
  .slick-next {
    right: -10px;
  }
  p.testi-one {
    margin: 20px auto 0;
  }
  p.testi-two {
    margin: 0;
  }
  .htabsection h2 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .htabs-content {
    min-height: 620px;
  }
  .hcont-sec video {
    max-width: 100%;
    height: auto;
  }
  .zpcontainer h2 {
    margin-bottom: 0;
    max-width: 360px;
  }
  .moretopics-section ul {
    border-spacing: 10px;
  }
  .moretopics-section {
    padding: 0 0 120px;
  }
}
@media screen and (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  .maincontainer h2 {
    margin-bottom: 30px;
  }
  .banner-content {
    padding: 50px 0 80px;
  }
  .box-section {
    position: relative;
  }
  .zpcontainer h2 {
    margin-bottom: 0;
  }
  .htabs {
    display: none;
  }
  .htabs-content {
    display: none;
  }
  .hcont-sec2 &gt; div img {
    display: none;
  }
  .hcont-sec {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    position: relative;
    padding: 0 0 60px;
    text-align: left;
  }
  .hcont-sec2 ul li {
    text-align: left;
    padding: 4px 0 0 50px;
    font-size: 16px;
  }
  .hcont-sec2 h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .htabsection2 {
    padding: 80px 0 0;
  }
  .hcont-sec &gt; div {
    padding-top: 10px;
  }
  .htabsection {
    padding: 80px 0;
  }
  .hcont-sec2 &gt; div {
    padding: 0;
  }
  .good-customer-section {
    padding: 50px 0;
  }
  .three-col {
    width: 100%;
  }
  .assistance-section {
    padding: 60px 0;
  }
  .assistance-section h2 {
    margin-bottom: 30px;
  }
  .assistance-section .three-col {
    width: 50%;
  }
  .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-section h2 {
    margin-bottom: 20px;
    padding: 0 40px;
  }
  .bottom-cta-section {
    padding: 0 0 60px;
  }
  .moretopics-section {
    margin: 50px 0;
    padding: 0 10px;
  }
  .moretopics-section ul li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    min-height: 170px;
    margin: 10px;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@media screen and (max-width: 480px) {
  .main-container-wrapper:before {
    height: 200px;
  }
  .zpcontainer h2 {
    padding: 0;
  }
  .three-col,
  .assistance-section .three-col {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
    text-align: center;
    margin-top: 40px;
  }
  .four-col {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
    text-align: center;
    margin-top: 60px;
  }
  [class|=aicon] {
    margin: 0 auto 20px;
  }
  .grid-wrapper {
    padding: 0;
  }
  .z-comparison .maincontainer h2 {
    margin: 0 auto 20px;
  }
  .zpcontainer {
    margin: 0 30px;
  }
  h1 {
    font-size: 30px;
  }
  .maincontainer h2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .banner-content .banner-para-heading {
    font-size: 20px;
  }
  .banner-content {
    padding: 60px 0 40px;
  }
  .zbase-table .zp-header li:first-child span {
    font-size: 18px;
    padding: 20px 0;
  }
  .zbase-table li span:nth-child(2) {
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 30%;
  }
  .zbase-table li span.company-logo.desk {
    background-position: -848px 0;
    width: 32px;
  }
  .zbase-table ul li span:nth-child(3) {
    border-right: 0;
    width: 30%;
  }
  .zbase-table li span.company-logo.freshdesk {
    width: 22px;
    background-position: -933px 10px;
    background-size: auto 40px;
  }
  .zbase-table .zp-header li:nth-child(2),
  .zbase-table .zp-header li:last-child {
    width: 30%;
  }
  .zbase-table ul li &gt; span.icon-heading {
    font-size: 16px;
    padding: 15px 0;
  }
  .lang-de .zbase-table ul li &gt; span.icon-heading,
  .lang-nl .zbase-table ul li &gt; span.icon-heading {
    font-size: 14px;
    word-break: break-word;
    padding-right: 12px;
  }
  .zbase-table li:last-child span:nth-child(2):after {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .clkaway-txt {
    max-width: 190px;
    margin: 0 auto 20px;
  }
  .reasons-section .four-col &gt; span {
    margin: 0 auto 10px;
  }
  .reasons-section {
    padding: 40px 0;
  }
  .assistance-section {
    padding: 60px 0;
  }
  .assistance-wrapper .three-col span {
    margin: 0 auto 10px;
  }
  .assistance-wrapper .three-col [class|=aicon] {
    margin: 0 auto 10px;
  }
  .testimonial-section {
    text-align: center;
    padding: 60px 0;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .trust-brands-wrap ul {
    margin: 0 0 40px;
  }
  .trust-brands-wrap ul li:last-child span {
    margin-right: 20px;
  }
  #slider {
    width: 300px;
  }
  .z-comparison {
    padding: 60px 0 20px;
  }
  .barchart-wrap {
    height: 250px;
    max-width: 220px;
  }
  .bottom-cta-section h2 {
    padding: 0;
  }
  .common-links p {
    padding: 0;
    margin: 0 0 10px;
  }
  .moretopics-section {
    margin: 30px auto;
    padding: 0 20px;
    max-width: 300px;
  }
  .moretopics-section h3 {
    font-size: 24px;
  }
  .moretopics-section ul {
    margin: 0;
  }
  .moretopics-section ul li {
    width: 100%;
    min-height: auto;
    margin: 10px 0;
  }
}
#zp-list + p {
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
  color: #000;
}
#zp-list + p &gt; span {
  color: red;
  font-weight: bold;
  margin-right: 3px;
  display: inline-block;
  font-size: 14px;
}
.zp-header.fixed {
  z-index: 50;
}
/*# sourceMappingURL=freshdesk_alternative.css.map */</pre></body></html>