/* 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;
}
.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 auto;
  text-align: center;
  max-width: 870px;
}
.top-pattern h1 {
  font-size: 60px;
  margin: 0 auto 20px;
}
.top-pattern p {
  max-width: 100%;
  margin: 0 auto 30px;
}
.top-pattern .banner-btm-cont {
  margin: 80px auto 0;
  max-width: 780px;
}
/* trust brands */
.trust-brands-wrap {
  text-align: center;
  padding: 20px 0;
}
.trust-brands-wrap h2 {
  max-width: 650px;
  margin: 0 auto;
}
.trust-brands-wrap ul {
  margin: 20px auto 0;
  max-width: 850px;
}
.trust-brands-wrap ul li {
  display: inline-block;
  margin: 20px 0 0;
  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-aonhewitt span {
  width: 131px;
  background-position: -957px -80px;
}
.trust-brands-wrap ul li.tb-dhl span {
  width: 112px;
  background-position: -742px -40px;
}
.trust-brands-wrap ul li.tb-honeywell span {
  width: 118px;
  background-position: -926px -40px;
}
.trust-brands-wrap ul li.tb-hp span {
  width: 36px;
  background-position: -890px -40px;
}
.trust-brands-wrap ul li.tb-queensland span {
  width: 114px;
  background-position: -746px 0px;
}
.trust-brands-wrap ul li.tb-bridgestone span {
  width: 173px;
  background-position: -930px 0;
}
.trust-brands-wrap ul li.tb-amazon span {
  width: 98px;
  background-position: -886px -160px;
}
.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%;
}
/* htabsection */
.htabsection {
  padding: 80px 0;
}
.htabsection h2 {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.htabsection .content-wrap > 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: 0px;
  left: 0px;
  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: 750px;
  margin: 40px auto 0;
  position: relative;
  transition: all .4s linear .35s;
  -webkit-transition: all .4s linear .35s;
}
.hcont-sec {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s linear .35s, visibility .4s linear .35s;
  -webkit-transition: opacity .3s linear .35s, visibility .4s linear .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 .3s linear 0.5s, visibility .4s linear 0.5s;
  -webkit-transition: opacity .3s linear 0.5s, visibility .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 > div {
  padding-top: 30px;
}
.hcont-sec video {
  max-width: 100%;
  height: auto;
}
.z-accordian {
  max-width: 100%;
  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 > div {
  padding: 20px 15px;
  display: none;
}
.no-border {
  border: none;
}
/* good-customer section */
.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 #e6e5e5;
  padding: 0 0 20px;
}
.good-customer-section ul li:last-child {
  border: none;
  padding: 0;
}
.good-customer-section ul li h4 {
  font-family: 'Roboto Slab';
  font-weight: 700;
}
.customer-bg {
  background-color: #f6fef1;
}
/* 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;
  }
  .hcont-sec2 > div {
    padding: 0 20px;
  }
  .hcont-sec2 > div:last-child {
    width: 50%;
    padding: 0 0px;
  }
  .htabs-content2 {
    margin: 60px auto 40px;
  }
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 32px;
  }
  .top-pattern h1 {
    font-size: 50px;
  }
  .top-pattern .banner-btm-cont {
    max-width: 590px;
  }
  .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: 400px;
  }
  .left-tab {
    width: 25%;
  }
  .tabs {
    max-width: 210px;
  }
  .tabs li {
    border-bottom: 1px solid #ddd;
    padding: 15px;
  }
  .htabsection h2 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .htabs-content {
    min-height: 620px;
  }
  .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;
  }
}
@media screen and (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-container-wrapper:before {
    height: 200px;
  }
  .top-pattern {
    padding: 80px 0;
  }
  .top-pattern h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .trust-brands-wrap ul li {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    margin: 10px 0 0;
  }
  #unified-multichannel .channel-img img {
    transform: translateX(0);
    opacity: 1;
  }
  .tabsection h2 {
    max-width: 90%;
    text-align: left;
  }
  .htabsection h2 {
    text-align: left;
    max-width: 100%;
  }
  .tabs, .htabs {
    display: none;
  }
  .tabsection > .content-wrap > div {
    display: block;
    text-align: center;
    width: 100%;
  }
  .cont-sec, .hcont-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 0 0;
  }
  .cont-sec {
    margin: 0;
    padding: 0 0 20px;
  }
  .tabsection .cont-sec img, .tabsection .cont-sec video {
    display: none;
  }
  .htabs-content {
    display: none;
  }
  .hcont-sec > div {
    padding-top: 10px;
  }
  .htabsection {
    padding: 80px 0;
  }
  #multichannel img {
    max-width: 100%;
    margin: 0;
  }
  .footer-section {
    padding: 40px 0;
    max-width: 450px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 26px;
  }
  .top-pattern {
    padding: 80px 0 40px;
  }
  .top-pattern h1 {
    font-size: 32px;
  }
  .top-pattern .banner-btm-cont {
    margin: 50px auto 0;
  }
  .trust-brands-wrap ul li span {
    display: inline-block;
    margin: 10px 10px;
    text-indent: -9999px;
  }
  .trust-brands-wrap ul li:last-child span {
    margin-right: 10px;
  }
  .tabsection > .content-wrap > div {
    padding: 0;
  }
  .tabsection h2 {
    margin: 0 auto 40px;
  }
  .htabsection {
    padding: 60px 0;
  }
  .htabsection h2 {
    font-size: 26px;
  }
  #unified-multichannel img {
    max-width: 100%;
  }
  .setup-content h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .setup-section {
    padding: 40px 0;
  }
  .good-customer-section {
    padding: 60px 20px;
  }
  .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;
  }
  .footer-section h2 {
    margin: 30px 0;
    font-size: 22px;
  }
}
/*Arabic starts*/
.i18n-ar .top-pattern .content-wrap h1, .i18n-ar .top-pattern .content-wrap p, .i18n-ar .top-pattern .content-wrap, .i18n-ar .banner-btm-cont h2, .i18n-ar .trust-brands-wrap h2, .i18n-ar .trust-brands-wrap ul, .i18n-ar .hcont-sec h3, .i18n-ar .hcont-sec p, .i18n-ar .content-wrap .hcont-sec div, .i18n-ar .footer-section .content-wrap h2, .i18n-ar .footer-section .content-wrap p {
  text-align: center;
}
.i18n-ar .cont-sec {
  padding: 0 100px 0 0px;
}
.i18n-ar .tabs li a.active:after {
  left: -7px;
  right: auto;
  transform: scaleX(-1);
}
.i18n-ar .footer-section .content-wrap .bottom-illustration ul {
  direction: ltr;
}
@media only screen and (max-width: 1024px) {
  .i18n-ar .cont-sec {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .i18n-ar .htabsection h2 {
    text-align: right;
  }
}
/*Arabic ends*/
/* Other Languages */
.i18n-nl .htabs {
  margin: 60px auto 0;
  max-width: 800px;
  position: relative;
}
/* Other Languages */