/* common style */
.tp-gradient-layer {
  background: #d8ffb4;
  background: -moz-linear-gradient(top, #d8ffb4 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #d8ffb4 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #d8ffb4 0%, #ffffff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d8ffb4', endColorstr='#ffffff', GradientType=0);
  width: 100%;
  height: 300px;
  z-index: -6;
  position: absolute;
  top: 0;
  left: 0;
}
.other-lang .moretopics-section {
  display: none;
}
.main-container-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 350px;
  left: 0;
  top: 0;
}
/* common style */
.content-wrap {
  max-width: 1170px;
}
h2 {
  font-family: var(--zf-primary-bold);
  font-size: 40px;
}
.top-pattern {
  padding: 80px 0;
  margin: 0;
  text-align: center;
}
.top-pattern h1 {
  font-size: 50px;
  margin: 0 0 30px;
}
.top-pattern p {
  max-width: 100%;
  margin: 0 auto 30px;
}
.top-pattern .banner-btm-cont {
  margin: 80px auto 0;
  max-width: 780px;
}
.top-pattern h1 em {
  display: inline-block !important;
}
.strike-container {
  position: relative;
}
.strike-container span.strike-animate {
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 30px;
  transform: rotate(4deg);
  transition: all 1s ease 0s;
  width: 90%;
}
.strike-container span > em {
  content: "";
  left: 0;
  position: absolute;
  top: 20px;
  width: 95%;
}
.strike-container span > em.strike-animated {
  /*-webkit-animation: strike 0.2s linear;
	-moz-animation: strike 0.2s linear;
	-ms-animation: strike 0.2s linear;
	-o-animation: strike 0.2s linear;
	animation: strike 0.2s linear;*/
  width: 95%;
}
.people-txt {
  position: absolute;
  top: -50px;
  left: 0;
  color: red;
  transform: rotate(0deg);
  /*transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	opacity: 0;*/
}
.strike-animate {
  background-image: url(/sites/zweb/images/desk/strike-img.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 100% auto;
  width: 100%;
  height: 43px;
}
.zbase-table ul li > span.numbers {
  font-size: 20px;
}
@keyframes strike {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* trust brands */
.trust-brands-wrap {
  text-align: center;
}
.trust-brands-wrap ul {
  margin: 40px 0 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);
}
.animated .trust-brands-wrap ul li {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.trust-brands-wrap ul li span {
  display: inline-block;
  margin: 10px 20px;
  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-sprite.png) no-repeat 0 0;
  background-size: 1103px auto;
  height: 40px
}
.trust-brands-wrap ul li.tb-sears span {
  width: 138px;
  background-position: -218px -240px;
}
.trust-brands-wrap ul li.tb-daimler span {
  width: 121px;
  background-position: -727px -80px;
}
.trust-brands-wrap ul li.tb-intel span {
  width: 61px;
  background-position: 0 0;
}
.trust-brands-wrap ul li.tb-aonhewitt span {
  width: 131px;
  background-position: -957px -80px;
}
.box-shadow {
  -webkit-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
  -moz-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
  box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
  margin: 0 auto;
  border: 1px solid #ededed;
  transition: all 2s ease 0s;
}
#auto-intelligent img {
  border: none;
}
/* tab section */
.tabsection {
  padding: 80px 0px 40px;
}
.tabsection h2 {
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
}
.tabsection > .content-wrap {
  display: table;
  table-layout: fixed;
  padding: 0 40px;
  box-sizing: border-box;
}
.tabsection > .content-wrap > div {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 80px 0 0;
  position: relative;
}
.left-tab {
  width: 270px;
}
.tabs {
  margin: 0 auto;
  padding: 0;
  width: 290px;
  position: relative;
  transition: all .3s ease 0s;
}
.tabs.fixed {
  position: fixed;
  top: 70px;
  width: 290px;
  left: auto;
  transition: all .3s ease 0s;
}
.tabs.attach {
  position: absolute;
  top: auto;
  bottom: 70px;
  transition: all .3s ease 0s;
}
.tabs li {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}
.tabs li a {
  color: #000;
  padding: 12px 15px;
  display: block;
  position: relative;
  font-family: 'Roboto slab';
}
.tabs li a.active {
  color: #fff;
  background: #03994f;
}
.tabs li a.active:after {
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #03994f;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -7px;
  margin: 0;
  transform: translateY(-50%);
  transition: all .3s ease 0s;
}
.tabsection span.selected {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #03994f;
  min-height: 57px;
  display: none;
}
.tabs li > p {
  margin: 0;
}
.cont-sec {
  width: 100%;
  padding: 0 0 0 100px;
  box-sizing: border-box;
}
.cont-sec h3 {
  font-size: 22px;
}
.cont-sec {
  margin: 0 0 60px;
}
.cont-sec video {
  max-width: 100%;
  height: auto;
}
.right-content {
  transition: all .4s linear .35s;
  -webkit-transition: all .4s linear .35s;
}
#multichannel img {
  max-width: 400px;
}
/* setup-section */
.setup-section {
  padding: 60px 0;
  background: #f6fef1;
}
.setup-content {
  display: table;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.setup-content > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 60px;
}
.setup-content h4 {
  font-size: 36px;
  line-height: 46px;
}
.setup-content > div:last-child {
  width: 40%;
  padding: 0;
  text-align: center;
}
/* setup section 2 */
.setup2 {
  max-width: 900px;
}
.setup-content.setup2 > div:last-child {
  width: 30%;
}
/* testimonial section */
.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: 0 50px;
  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;
}
/* footer section */
.footer-section {
  padding: 80px 0 70px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.footer-section h2 {
  margin: 30px 0;
}
.footer-section h2 a {
  position: relative;
  display: inline-block;
  color: #000;
}
.bottom-illustration ul {
  position: relative;
  max-width: 400px;
  background-image: url(/sites/zweb/images/desk/start-with-zoho-desk-sprite.png);
  background-size: 400px auto;
  height: 230px;
  margin: 50px auto 0;
}
.bottom-illustration ul li {
  position: absolute;
  top: 5%;
}
.bottom-illustration ul li span {
  display: block;
  width: 42px;
  height: 40px;
  background-image: url(/sites/zweb/images/desk/start-with-zoho-desk-sprite.png);
  background-size: 400px auto;
  background-position: 0px -230px;
  position: absolute;
}
.bottom-illustration ul li span.mail-icon {
  left: 45px;
  top: -35px;
  background-position: -42px -230px;
}
.bottom-illustration ul li span.insight-icon {
  top: 30px;
  left: 70px;
}
.bottom-illustration ul li span.crm-icon {
  top: -60px;
  left: 125px;
  background-position: -92px -230px;
  width: 55px;
}
.bottom-illustration ul li span.cliq-icon {
  background-position: -152px -230px;
  left: 240px;
  top: -30px;
}
.bottom-illustration ul li span.watch-icon {
  background-position: -195px -230px;
  left: 300px;
  top: -40px;
}
.bottom-illustration ul li span.ticket-icon {
  background-position: -235px -230px;
  left: 285px;
  top: 30px;
}
span.mail-icon, span.cliq-icon, span.ticket-icon {
  animation: zeven 6s linear .6s infinite;
}
span.insight-icon, span.crm-icon, span.watch-icon {
  animation: zodd 6s linear .6s infinite;
}
@-webkit-keyframes zeven {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes zeven {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes zodd {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes zodd {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 1024px) {
  .cont-sec {
    padding: 0;
  }
  .moretopics-section ul li a {
    padding: 30px 10px;
  }
  .tabs {
    display: none;
  }
  .tabsection > .content-wrap > div.left-tab {
    display: none;
  }
  .tabsection > .content-wrap > div {
    padding: 30px 0 0;
  }
  .tabsection h2 {
    max-width: 850px;
  }
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 32px;
  }
  .top-pattern h1 {
    font-size: 40px;
  }
  .top-pattern .banner-btm-cont {
    max-width: 680px;
  }
  .strike-container span > em {
    top: 15px;
  }
  .channels-block {
    display: block;
    margin: 0 0;
    text-align: center;
  }
  .channels-block > div {
    display: block;
  }
  .channel-img {
    width: 100%;
  }
  .channel-content {
    padding: 20px 0 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .tabsection h2 {
    max-width: 660px;
  }
  .left-tab {
    width: 25%;
  }
  .tabs {
    max-width: 210px;
  }
  .tabs li {
    border-bottom: 1px solid #ddd;
    padding: 15px;
  }
  .setup-content {
    max-width: 550px;
  }
  .setup-content > div {
    display: block;
    padding: 0 20px;
    text-align: center;
  }
  .setup-content > div:last-child, .setup-content.setup2 > div:last-child {
    width: 100%;
  }
  .setup-content h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .setup2 {
    max-width: 600px;
  }
  .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 only screen and (max-width: 767px) {
  .main-container-wrapper:before {
    height: 200px;
  }
  .top-pattern {
    padding: 80px 0 40px;
  }
  .top-pattern h1 {
    font-size: 36px;
  }
  .strike-container span > em {
    top: 10px;
  }
  .people-txt {
    position: absolute;
    bottom: -30px;
    top: auto;
  }
  h2 {
    font-size: 30px;
  }
  .trust-brands-wrap ul li {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  #unified-multichannel .channel-img img {
    transform: translateX(0);
    opacity: 1;
  }
  .tabs {
    display: none;
  }
  .tabsection > .content-wrap > div {
    display: block;
    text-align: center;
    width: 100%;
  }
  .cont-sec {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    position: relative;
    padding: 0 0 60px;
    text-align: left;
  }
  .tabsection > .content-wrap {
    padding: 0;
  }
  .tabsection {
    padding: 60px 20px 0;
  }
  .cont-sec {
    margin: 0;
    padding: 0 0 20px;
  }
  .tabsection .cont-sec img, .tabsection .cont-sec video {
    display: none;
  }
  #multichannel img {
    max-width: 100%;
    margin: 0;
  }
  .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;
  }
  .footer-section {
    padding: 40px 0 20px;
    max-width: 450px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 26px;
  }
  .top-pattern h1 {
    font-size: 32px;
    margin: 0 0 50px;
  }
  .top-pattern .banner-btm-cont {
    margin: 50px auto 0;
  }
  .trust-brands-wrap ul li:last-child span {
    margin-right: 20px;
  }
  .tabsection > .content-wrap > div {
    padding: 0;
  }
  .tabsection h2 {
    margin: 0 0 40px;
  }
  #unified-multichannel img {
    max-width: 100%;
  }
  .setup-content h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .setup-section {
    padding: 40px 0;
  }
  .bottom-illustration ul {
    max-width: 300px;
    background-size: 300px auto;
    height: 170px;
  }
  .bottom-illustration ul li span {
    width: 32px;
    height: 32px;
    background-size: 300px auto;
    background-position: 0px -170px;
  }
  .bottom-illustration ul li span.mail-icon {
    left: 35px;
    top: -35px;
    background-position: -32px -170px;
  }
  .bottom-illustration ul li span.insight-icon {
    top: 20px;
    left: 50px;
  }
  .bottom-illustration ul li span.crm-icon {
    top: -60px;
    left: 90px;
    background-position: -66px -170px;
    width: 50px;
  }
  .bottom-illustration ul li span.cliq-icon {
    background-position: -115px -170px;
    left: 180px;
    top: -30px;
  }
  .bottom-illustration ul li span.watch-icon {
    background-position: -148px -170px;
    left: 230px;
    top: -40px;
  }
  .bottom-illustration ul li span.ticket-icon {
    background-position: -475px -170px;
    left: 215px;
    top: 20px;
  }
  .footer-section {
    padding: 40px 0;
  }
}