/* common style */
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: 60px;
}
.top-pattern p {
  max-width: 720px;
  margin: 0 auto 20px;
}
/* helpyou-section */
.helpyou-section {
  text-align: center;
  padding: 80px 0;
  background-color: #f6fef1;
}
.helpyou-section p {
  max-width: 760px;
  margin: 0 auto;
}
/* unified section */
.unified-section {
  padding: 80px 0;
  text-align: center;
}
.unified-section .content-wrap > h2 {
  max-width: 600px;
  margin: 0 auto;
}
.unified-section .content-wrap > p {
  max-width: 700px;
  margin: 20px auto;
}
.lighted-txt {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
}
.channels-block {
  display: table;
  width: 100%;
  margin: 60px 0 0;
}
.channels-block > div {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.channel-img {
  width: 50%;
}
.channel-img img {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}
#unified-multichannel .channel-img img {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
#unified-multichannel .animated .channel-img img, .unified-section .animated .channel-img img {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.channel-content {
  text-align: left;
  padding: 0 100px 0 0;
}
#unified-multichannel img {
  max-width: 400px
}
.box-shadow {
  -webkit-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;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}
/* tab section */
.tabsection {
  padding: 80px 0;
}
.tabsection > .content-wrap {
  display: table;
  table-layout: fixed;
}
.tabsection > .content-wrap > div {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 0;
  position: relative;
}
.left-tab {
  width: 35%;
}
.tabs {
  margin: 0 auto;
  padding: 0;
  max-width: 300px;
  position: relative;
}
.tabs li {
  border-bottom: 1px solid #ddd;
  padding: 14px 20px;
  font-family: 'Roboto slab';
  cursor: pointer;
  position: relative;
}
.tabs li.selected {
  color: #fff;
}
.tabsection span.selected {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #03994f;
}
.tabsection span.selected: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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.tabs li > p {
  margin: 0;
}
.cont-sec {
  opacity: 0;
  visibility: hidden;
  -o-transition: opacity .3s linear .35s, visibility .4s linear .35s;
  transition: opacity .3s linear .35s, visibility .4s linear .35s;
  -webkit-transition: opacity .3s linear .35s, visibility .4s linear .35s;
  width: 100%;
  padding: 0 0 0 100px;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cont-sec.active-tab {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transition: opacity .3s linear 0.5s, visibility .4s linear 0.5s;
  transition: opacity .3s linear 0.5s, visibility .4s linear 0.5s;
  -webkit-transition: opacity .3s linear 0.5s, visibility .4s linear 0.5s;
}
.cont-sec h3 {
  font-family: 'Roboto slab';
  font-weight: 600;
}
.cont-sec p {
  margin: 0 0 40px;
}
.cont-sec video {
  width: 100%;
  height: auto;
}
.right-content {
  -o-transition: all .4s linear .35s;
  transition: all .4s linear .35s;
  -webkit-transition: all .4s linear .35s;
}
/* 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;
}
/* htabsection */
.htabsection {
  padding: 80px 0;
}
.htabsection h2 {
  font-size: 30px;
  font-family: var(--zf-primary-semibold);
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.htabs {
  margin: 60px auto 0;
  max-width: 420px;
  position: relative;
}
.htabs li {
  display: inline-block;
  width: 50%;
  margin: 0 0 0;
  padding: 12px;
  -webkit-box-sizing: border-box;
  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;
}
.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;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.htabs-content {
  max-width: 750px;
  margin: 40px auto 0;
  position: relative;
  -o-transition: all .4s linear .35s;
  transition: all .4s linear .35s;
  -webkit-transition: all .4s linear .35s;
}
.hcont-sec {
  opacity: 0;
  visibility: hidden;
  -o-transition: opacity .3s linear .35s, visibility .4s linear .35s;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hcont-sec.active-htab {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transition: opacity .3s linear 0.5s, visibility .4s linear 0.5s;
  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 > div {
  padding-top: 30px;
}
.hcont-sec video {
  width: 100%;
  height: auto;
}
/* setup section 2 */
.setup2 {
  max-width: 900px;
}
.setup-content.setup2 > div:last-child {
  width: 30%;
}
/* helpdesk-tool  */
.helpdesk-tool {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}
.helpdesk-tool p {
  margin: 0 0;
}
/* desk-webinar */
.desk-webinar {
  padding: 60px 0;
  background: #00a7f8;
  text-align: center;
  color: #fff;
}
.desk-webinar h4 {
  font-size: 30px;
}
.desk-webinar a {
  display: inline-block;
  font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
  padding: 10px 30px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  margin: 10px 0 0;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
/* footer section */
.footer-section {
  padding: 0;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
.footer-section img {
  max-width: 80%;
}
.footer-section h2 {
  margin: 30px 0;
}
.footer-section h2 a {
  position: relative;
  display: inline-block;
  color: #000;
}
/* more topics */
.moretopics-section {
  padding: 80px 0;
  text-align: center;
  max-width: 1170px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.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;
  border: 1px solid #eee;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.moretopics-section ul li:hover {
  border-color: #03a9f5;
  -webkit-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
  box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
}
.moretopics-section ul li a {
  display: block;
  padding: 30px 20px;
}
.moretopics-section p {
  margin: 0 0;
  color: #000;
}
.moretopics-section p:after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background: #000;
  margin: 10px auto 20px;
}
@media only screen and (max-width: 1024px) {
  .cont-sec {
    padding: 0 0 0 40px;
  }
  .moretopics-section ul li a {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 992px) {
  .top-pattern h1 {
    font-size: 40px;
  }
  .unified-section {
    padding: 60px 0;
  }
  .unified-section .content-wrap > p {
    max-width: 780px;
    margin: 20px auto;
  }
  .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;
  }
  .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;
  }
  .moretopics-section ul {
    border-spacing: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main-container-wrapper:before {
    height: 200px;
  }
  .top-pattern h1 {
    font-size: 36px;
  }
  .helpyou-section {
    padding: 40px 0;
  }
  h2 {
    font-size: 30px;
  }
  #unified-multichannel .channel-img img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    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;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    position: relative;
    padding: 0 0 60px;
    text-align: center;
  }
  .tabsection {
    padding: 0px 0;
  }
  .hcont-sec > div {
    padding-top: 10px;
  }
  .htabsection {
    padding: 80px 0 0;
  }
  .helpdesk-tool {
    padding: 60px 20px;
  }
  .moretopics-section {
    margin: 50px 0;
    padding: 0 10px;
  }
  .moretopics-section ul li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    min-height: 170px;
    margin: 10px;
  }
  .footer-section {
    padding: 40px 0 20px;
    max-width: 450px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 26px;
  }
  .htabs {
    margin: 40px auto 0;
    /*     position: -webkit-sticky;
    position: sticky; */
    top: 0;
    background-color: white;
    z-index: 9;
  }
  .htabs li {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
  }
  #unified-multichannel img {
    max-width: 100%;
  }
  .setup-content h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .htabsection {
    padding: 60px 0 0;
  }
  .htabsection h2 {
    font-size: 26px;
  }
  .desk-webinar h4 {
    font-size: 24px;
  }
  .desk-webinar a {
    padding: 6px 30px;
  }
  .setup-section {
    padding: 40px 0;
    margin-top: 60px;
  }
  .footer-section {
    padding: 0;
  }
  .moretopics-section {
    margin: 0 auto;
    padding: 60px 20px;
    max-width: 320px;
  }
  .moretopics-section h3 {
    font-size: 24px;
  }
  .moretopics-section ul {
    /* max-width: 240px; */
    margin: 0;
    border-spacing: 0;
  }
  .moretopics-section ul li {
    width: 100%;
    min-height: auto;
    margin: 10px 0px 5px;
  }
  .right-content .cont-sec h3 {
    margin: 0;
    padding: 12px 15px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    background-color: #f6f4f4;
    color: #000;
  }
  .right-content .cont-sec h3.active {
    background-color: #03994f;
    color: #fff;
    margin-bottom: 15px
  }
  .right-content .cont-sec:first-child h3 + div {
    display: block;
  }
  .right-content .cont-sec h3 + div {
    display: none
  }
  .right-content .cont-sec h3.active:before {
    content: '-';
  }
  .right-content .cont-sec h3:before {
    content: '+';
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    height: 25px;
    margin: auto;
  }
  .right-content .cont-sec {
    text-align: left;
    padding-bottom: 15px;
  }
  .cont-sec p {
    margin: 0 0 20px;
  }
  #unified-multichannel {
    padding-bottom: 40px;
  }
  .moretopics-section a span {
    display: none
  }
  .moretopics-section p:after {
    display: none
  }
  .moretopics-section ul li a {
    padding: 0px 0px;
  }
  .moretopics-section ul li {
    border: unset;
    text-align: left;
    position: relative;
  }
  .moretopics-section ul li:before {
    position: absolute;
    content: "=>";
    letter-spacing: -5px;
    left: 0;
    font-size: 21px;
    color: #299d5f;
    line-height: 0;
    top: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
    opacity: 0;
  }
  .moretopics-section ul li:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .moretopics-section p {
    display: inline;
    border-bottom: 1px solid #dad6d6;
    padding-bottom: 2px;
    font-size: 18px;
  }
}
/* Arabic Starts   */
.i18n-ar .top-pattern h1, .i18n-ar .top-pattern p, .i18n-ar .top-pattern .content-wrap, .i18n-ar .helpyou-section h2, .i18n-ar .helpyou-section p, .i18n-ar .unified-section .content-wrap > h2, .i18n-ar .unified-section .content-wrap > p, .i18n-ar .helpdesk-tool h2, .i18n-ar .helpdesk-tool p, .i18n-ar .footer-section .content-wrap, .i18n-ar .footer-section h2, .i18n-ar .footer-section p, .i18n-ar .moretopics-section h3 {
  text-align: center;
}
@media only screen and(max-width: 992px) {
  .i18n-ar .setup-content h4 {
    text-align: center;
  }
}
/* Arabic Ends   */
/*   */
.i18n-it .htabs li {
  vertical-align: middle;
  display: table-cell;
}
/*   */