/* Root styles start */
:root{
    --zwc-link-clr: #0047ff;
}
/* Root styles end*/

/* Base styles start */
h1 {
    font-size: 60px;
    line-height: 1;
}
.zw-other-lang h1 {
    font-size: 50px;
}
p {
    font-size: 16px;
    line-height: 1.8;
}
img{
    display: block; 
}
body h2 {
    font-size: 50px;
    font-family: var(--primaryfont-bold);
    line-height: 1.2;
}
body.zw-other-lang h2 {
    font-size: 37px;
}
/* Base styles ends */

/* Common class styles start */
a.act-btn.cta-btn {
    padding: 15px 30px;
    border-radius: 3px;
    border: 0;
}
.zwc-rows {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.zwc-rows > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}

h1 span {
    color: #f0483e;
}
h2 span {
    color: #fd4a47;
}
.zwc-item:focus {
    outline-width: 0;
}
.zw-product-header.product-nav-links .menu>li>a {
    padding: 20px 0 10px;
}
.zw-product-header, .zwc-banner-section {
    background: var(--zwc-common-banner-bg);
}
.zwc-btn-more {
    position: relative;
    background: var(--primary-btn-color);
    padding: 12px 45px 12px 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--secondaryfont-semibold);
    font-size: 15px;
    border-radius: 3px;
}
span.zwc-arrow {
    right: 15px;
    top: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    right: 0;
}
span.zwc-arrow::before {
    content: '';
    width: 16px;
    height: 2px;
    background: #ffdf02;
    position: absolute;
    top: 11px;
    right: 0;
}
span.zwc-arrow::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffdf02;
    position: absolute;
    right: 0;
    top: 7px;
    border-bottom: 2px solid #ffdf02;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.middle-animated span.zwc-icon.zwc-scaling1 {
    transition-delay: .5s
}
.middle-animated span.zwc-icon.zwc-scaling2 {
    transition-delay: 1.2s
}
.middle-animated span.zwc-icon.zwc-scaling3 {
    transition-delay: 1.4s
}
.middle-animated span.zwc-icon.zwc-scaling4 {
    transition-delay: 1.6s
}
.middle-animated span.zwc-icon.zwc-scaling5 {
    transition-delay: 1.8s
}
span.zwc-icon.zwc-scaling2,
span.zwc-icon.zwc-scaling3,
span.zwc-icon.zwc-scaling4,
span.zwc-icon.zwc-scaling5 {
    transform: scale(0.3);
    opacity: 0;
    transition: all .7s ease-out
}
.middle-animated span.zwc-icon.zwc-scaling2,
.middle-animated span.zwc-icon.zwc-scaling3,
.middle-animated span.zwc-icon.zwc-scaling4,
.middle-animated span.zwc-icon.zwc-scaling5,
.animated .banner-wrap {
    opacity: 1;
    transform: translate3d(0,0,0);
}
.zwc-btn-more span.zwc-arrow {
    top: 45%;
    right: 5px;
}
.zwc-btn-more span.zwc-arrow::before {
    background: #ffffff;
}
.zwc-btn-more span.zwc-arrow::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
/* Common class styles end */


/* Banner section styles start */
.zwc-banner-section{
        padding: 80px 0;
}
.body-umain .zwc-banner-section .zwc-col-1 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}
.body-umain .zwc-banner-section .zwc-banner-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.body-umain .zwc-banner-section .zwc-banner-content p {
    max-width: 690px;
    margin: 0 auto 15px;
}
.body-umain .zwc-banner-section .content-wrap {
    padding: 3em 0 2em;
}
.zwc-banner-section p.zwc-banner-des a {
    text-decoration: underline;
    color: #000;
    font-family: var(--primaryfont-semibold);
}
.zwc-banner-section a.cta-btn.act-btn {
    display: none;
}
.zwc-banner-section .content-wrap {
    z-index: 1;
    padding: 4em 0 1em;
}

.zwc-banner-section .zwc-banner-content p {
    max-width: 580px;
}

.zwc-banner-section .zwc-col-1{
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    max-width: 60%;
}
.zwc-banner-section .zwc-col-2 {
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    max-width: 40%;
}
.zwc-banner-section .signup-box {
    float: none;
    margin: 0 auto;
    max-width: 400px;
    min-height: 420px;
}
.zwc-banner-section .zwc-home-video {
    margin-top: 40px;
}
.zwc-banner-section .zwc-home-video a {
    color: #000;
    text-transform: uppercase;
    font-family: var(--zf-secondary-semibold);
    font-size: 15px;
    display: inline-block;
    position: relative;
    padding-left: 60px;
text-align: left;
}
.zwc-banner-section span.play-icon {
    width: 45px;
    height: 45px;
    background: #fe9300;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: block;
    cursor: pointer;
}
.zwc-banner-section span.play-icon::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    animation: 2s pulsate1 ease-out infinite;
    opacity: 1;
    border-radius: 50%;
    border: 7px solid #fe9300;
    top: -5px;
    left: -5px;
    transform-origin: center;
}
.zwc-banner-section span.play-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translate(-40%,-40%);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ffffff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55,0.055,0.675,0.19);
    transition: all 400ms cubic-bezier(0.55,0.055,0.675,0.19);
}

/* Banner section styles end */


/* Customer Brands section styles start */
.zwc-brand-sec {
    background: #f7f7f7;
    padding: 80px 0;
}
.zwc-brand-sec h4 {
    font-family: var(--zf-primary-semibold);
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}
.zwc-brand-sec .zwc-more-customer {
    text-align: center;
}
.zwc-brand-sec .zwc-more-customer a {
    text-align: center;
    color: var(--zwc-link-clr);
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
    display: inline-block;
    margin: 30px auto 0;
    position: relative;
    padding: 0 35px 4px 0;
    text-decoration: underline;
}
.zwc-brand-sec ul.global-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.zwc-brand-sec ul.global-count li {
    font-family: var(--primaryfont-semibold);
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50PX;
    text-align: center;
    padding: 0 50px;
    position: relative;
}
.zwc-brand-sec ul.global-count li span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--primaryfont-regular);
}
.zwc-brand-sec .zwc-salesiq-global-count {
    padding-top: 90px;
}
.zwc-brand-sec ul.global-count li:after {
    content: "";
    right: 0;
    width: 1px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px dotted #bfbfbf;
}
.zwc-brand-sec ul.global-count li:last-child:after {
    display: none;
}
.zwc-brand-sec .zwc-brands-wrap:before, .zwc-brand-sec .zwc-brands-wrap:after {
    background-image: linear-gradient(92deg, #f7f7f7 35%, rgba(255, 255, 255, 0) 100%);
}
.i18n-he .zwc-brand-sec .zwc-brands-wrap{
  direction: ltr;
}
.i18n-he .zwc-business-section .zwc-business-img h4::after{display: none}
.zwc-brand-sec .zwc-arrow::before {
    content: "";
    width: 16px;
    height: 2px;
    background: var(--zwc-link-clr);
    top: 11px;
}
.zwc-brand-sec .zwc-arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--zwc-link-clr);
    top: 7px;
    border-bottom: 2px solid var(--zwc-link-clr);
    transform: rotate(-45deg);
}
.zwc-brand-sec span.zwc-arrow{
   top: 12px;
}
.lang-rtl .zwc-brands-wrap,.lang-rtl ul.zwc-brand-list,.lang-rtl ul.zwc-brand-list * {
    direction: ltr;
}
/* Customer Brands section styles end */



/* Benefit section styles start */
.zwc-home-benefit-section {
    padding: 5em 0 3em;
}
.zwc-home-benefit-section .zwc-benefits-wrap .content-wrap {
    align-items: center;
}
.zwc-home-benefit-section h2 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 42px;
}
.zwc-home-benefit-section .zwc-benefit-title {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.zwc-home-benefit-section .zwc-benefit-image {
    margin: 0 auto;
    max-width: 423px;
}
.zwc-home-benefit-section .zwc-benefit-content .zwc-rows {
    background: #fff0ea;
    border-radius: 20px;
    padding: 60px 80px;
    align-items: center;
    border: 1px solid #f4d6cb;
    min-height: 570px;
}

.zwc-home-benefit-section .zwc-benefit-content {
    position: sticky;
    top: 160px;
    max-width: 1150px;
    margin: 0 auto;
    transition: all .5s ease;
    padding-bottom: 30px;
}
.zwc-home-benefit-section .zwc-benefit-content a {
    color: #000;
    font-family: var(--primaryfont-semibold);
    text-decoration: underline;
}
.zwc-home-benefit-section .zwc-benefit-content#analytics a {
    color: #fff;
}
.zwc-home-benefit-section .zwc-benefit-content .zwc-rows {
    align-items: center;
    min-height: 420px;
}
.zwc-home-benefit-section .zwc-benefit-content#lead-capture .zwc-rows{
   /* background-color:#FFF0E8; */
    background-color:#ffe9de;
}
.zwc-home-benefit-section .zwc-benefit-content#lead-nurturing .zwc-rows{
    background-color:#FFE4D6;
}
.zwc-home-benefit-section .zwc-benefit-content#omnichannel .zwc-rows{
    background-color: #FFD8C3;
}
.zwc-home-benefit-section .zwc-benefit-content#customer-support .zwc-rows{
    background-color: #FFC2A2;
}
.zwc-home-benefit-section .zwc-benefit-content#analytics .zwc-rows{
    background-color: #2C0B0B;
    color: #fff;
}
.zwc-home-benefit-section .zwc-benefit-content h3 {
    font-size: 34px;
    line-height: 1.1;
    font-family: var(--primaryfont-bold);
}

.zwc-home-benefit-section .zwc-benefit-image img {
    width: 55%;
    margin: 0 auto;
}
/* Benefit section styles end*/

/* Brands section styles starts*/
.zwc-brand-sec .zwc-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
/* Brands section styles end*/

/* Awards section styles starts */
.zwc-badge-section{
   display:none;
}
.zwc-badge-section .zwc-badge-img .zwc-item {
    opacity: 0.5;
    transition: all 300ms ease;
    padding: 25px 15px;
    transform: scale(1);
    transform-origin: right;
}
.zwc-badge-section .slick-center.zwc-item {
    color: #e67e22;
    opacity: 1;
    transform: scale(2);
    transform-origin: center;
    z-index: 1;
    position: relative;
}
.zwc-badge-section {
    padding: 3em 0 5em;
}
.zwc-badge-section .content-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.zwc-badge-section .zwc-badge-img {
    max-width: 500px;
    margin: 0 auto;
}
.zwc-badge-section .slick-center+.slick-slide.zwc-item {
    transform-origin: left;
    left: -10px;
}
.zwc-badge-section .zwc-badge-img img {
    margin: 0 auto;
    display: block;
    width: 140px;
}
.zwc-badge-section .zwc-badge-img .slick-list {
    padding: 30px 0!important;
}
.zwc-badge-section .zwc-rows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.zwc-badge-section .zwc-col-1 {
    flex: 0 0 40%;
    max-width: 40%;
}
.zwc-badge-section .zwc-col-2 {
    flex: 0 0 50%;
    max-width: 40%;
    position: relative;
}
.zwc-badge-section h2 {
    font-size: 45px;
    line-height: 1;
}
.zw-other-lang .zwc-badge-section h2{
    font-size: 37px;
}
.zwc-badge-section span.zwc-icon {
    background: url(/sites/zweb/images/salesiq/zsalesiq-home-sprites.png) no-repeat;
    background-size: 2560px;
    position: absolute;
    width: 40px;
    height: 30px
}
.zwc-badge-section span.zwc-icon.zwc-icon-1 {
    background-position: -1762px -107px;
    top: -10px;
    left: 20px;
    height: 18px;
    width: 20px;
    transform: scale(0.7) rotate(-45deg);
}
.zwc-badge-section span.zwc-icon.zwc-icon-2 {
    background-position: -1600px -109px;
    top: 0px;
    right: 40px;
    height: 18px;
    width: 20px;
    transform: scale(0.6);
}
.zwc-badge-section span.zwc-icon.zwc-icon-3 {
    background-position: -1511px -109px;
    bottom: 10px;
    right: 65px;
    height: 26px;
    width: 24px;
    transform: scale(0.6);
}
.zwc-badge-section span.zwc-icon.zwc-icon-4 {
    background-position: -1622px -107px;
    bottom: 0px;
    left: 90px;
    height: 23px;
    width: 23px;
    transform: scale(0.5);
}
.zwc-badge-section .zwc-badge-img {
    height: 475px;
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease;
}
.zwc-badge-section .zwc-badge-img.slick-initialized {
    height: auto;
    overflow: visible;
    opacity: 1;
}
.zwc-badge-section .zwc-award-slider-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    background: #ededed;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    padding: 12px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s ease;
    overflow: hidden;
}
.zwc-badge-section .zwc-award-slider-toggle .zwc-award-icon-operate {
    position: absolute;
    transition: opacity .25s ease,transform .25s ease;
    font-size: 0;
    pointer-events: none;
}
.zwc-badge-section .zwc-award-slider-toggle .zwc-award-icon-play {
    opacity: 0;
    transform: scale(0.5);
}
.zwc-badge-section .zwc-award-slider-toggle.zwc-award-play .zwc-award-icon-pause {
    opacity: 0;
    transform: scale(0.5);
}
.zwc-badge-section .zwc-award-slider-toggle.zwc-award-play .zwc-award-icon-play {
    opacity: 1;
    transform: scale(1);
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #000;
    margin: 0 auto 0 2px;
}
.zwc-badge-section .zwc-award-slider-toggle .zwc-award-icon-pause {
    opacity: 1;
    transform: scale(1);
    width: 10px;
    height: 12px;
    border-right: 3px solid #000;
    border-left: 3px solid #000;
}
.zwc-badge-section .zwc-award-slider-toggle.zwc-award-pause .zwc-award-icon-play {
    opacity: 0;
    transform: scale(0.5);
}
.zwc-badge-section .zwc-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
/* Awards section styles end */

/* Why Industries common section styles start */
.zwc-industry-leaders {
    margin: 0px auto 110px;
}
/* Why Industries common section styles end */


/* Business section styles start */
.zwc-business-section {
    background: #ffe5e4;
    padding: 6em 0;
    position: relative;
}
.zwc-business-section h2 span{
    color:#000;
}
.zwc-business-section .zwc-business-slider img {
    width: 100%;
}
.zwc-business-section .zwc-title .content-wrap {
    max-width: 1100px;
    margin-bottom: 50px;
}
.zwc-business-section .zwc-title-right p a {
    color: #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.zwc-business-section .zwc-business-img {
    background: #fff;
    padding: 20px;
    margin: 10px;
}
.zwc-business-section .zwc-business-img a:focus-visible{
    display:block;
}
.zwc-business-section .zwc-business-img h4{
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 15px 0 0;
    position: relative;
    margin: 0;
}
.zwc-business-section .zwc-business-img h4::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    background: url(/sites/zweb/images/salesiq/zsalesiq-home-sprites.png);
    background-size: 2011px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: -365px -216px;
}
.zwc-business-section .zwc-business-img a:hover h4::after {
    background-position: -335px -216px;
}
.zwc-business-section .zwc-business-slider {
    margin: 0 0 0 auto;
    width: 100%;
}
.zwc-business-section .zwc-title-right {
    position: relative;
    max-width: 390px;
    margin-left: 120px;
    margin-top: 10px;
}
.zwc-business-section .zwc-title-right .zwc-navigation {
    position: relative;
    margin-left: -5px;
    margin-top: 10px;
}
.zwc-business-section .zwc-title-right p {
    margin: 0;
}
.zwc-business-section .zwc-business-slider {
    max-width: 1700px;
    margin: 0 auto;
}
.zwc-business-section .zwc-title-right button.slick-next {
    top: 0;
    left: 40px;
}
.zwc-business-section .zwc-title-right .slick-prev {
    left: 0;
    top: 0;
}
.lang-rtl .zwc-business-section .zwc-navigation{
    direction: ltr;
}

.zwc-home-benefit-section button.slick-arrow,
.zwc-business-section button.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: scale(0.8);
    transform-origin: center;
    border: 2px solid #fd2e40;
    transition: all .5s ease;
}
.zwc-home-benefit-section button.slick-arrow::before,
.zwc-home-benefit-section button.slick-arrow::after,
.zwc-business-section button.slick-arrow::before,
.zwc-business-section button.slick-arrow::after{
    height: 14px;
    width: 3px;
    background: #fd2f40;
}
.zwc-home-benefit-section .slick-prev:before,
.zwc-business-section .slick-prev:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 8px;
    left: 15px;
}
.zwc-home-benefit-section .slick-prev:after,
.zwc-business-section .slick-prev:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    bottom: 5px;
    left: 15px;
}
.zwc-home-benefit-section .slick-next:before,
.zwc-business-section .slick-next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 8px;
    right: 15px;
}
.zwc-home-benefit-section .slick-next:after,
.zwc-business-section .slick-next:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    bottom: 5px;
    right: 16px;
}

.zwc-home-benefit-section button.slick-arrow:hover,
.zwc-business-section button.slick-arrow:hover {
    background: #fd2e40;
}
.zwc-home-benefit-section button.slick-arrow:hover::before,
.zwc-home-benefit-section button.slick-arrow:hover::after,
.zwc-business-section button.slick-arrow:hover::before,
.zwc-business-section button.slick-arrow:hover::after{
    background: #fff;
}
.zwc-business-section span.zwc-icons {
    position:absolute;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    animation: 3s pulsate2 infinite;
}
.zwc-business-section span.zwc-icons.zwc-icon-1 {
    background: #ea7d7b;
    top: 100px;
    right: 240px;
    width: 20px;
    height: 20px;
}
.zwc-business-section span.zwc-icons.zwc-icon-2 {
    background: #f1da98;
    top: 170px;
    right: 240px;
    animation-delay: 5s;
}
.zwc-business-section span.zwc-icons.zwc-icon-3 {
    background: #6ec1ec;
    top: 140px;
    right: 120px;
    width: 20px;
    height: 20px;
    animation-delay: 10s;
}
.zwc-business-section .slick-next.slick-disabled,
.zwc-business-section .slick-prev.slick-disabled {
    opacity: 1;
}
.zwc-business-section button.slick-disabled::before,
.zwc-business-section button.slick-disabled::after {
    background: red;
}
.zwc-business-section button.slick-disabled {
    background: transparent;
    border: 2px solid #fd2e40;
}

.zwc-business-section button.slick-arrow.slick-disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
/* Business section styles end */


/* Chat section styles start */
.zwc-chat-section .zwc-mobapp-slider img {
    border: 4px solid #000;
    border-radius: 35px;
    max-width: 100%;
    margin:10px auto 0;
}
.zwc-chat-section .zwc-chat-img {
    max-width: 450px;
    margin: 0 auto;
}
.zwc-chat-section {
    padding: 6em 0;
    background: #f7f7f7;
    border-top: 1px solid #f2e4d6;
    border-bottom: 1px solid #f2e4d6;
}
.zwc-chat-section .zwc-rows {
    align-items: center;
    margin: 0 auto;
}
.zwc-chat-section .zwc-mobapp-slider{
    display: flex;
    gap: 35px;
}
.zwc-chat-section .zwc-item.zwc-cchange{
    margin-top: 0;
}
.zwc-chat-section .zwc-item{
    margin-top: 50px;
}
.zwc-chat-section .zwc-chat-content {
    max-width: 450px;
}
/* Chat section styles end */


/* Integrate apps section styles start */
.zwc-integration-section {
    padding: 5em 0;
    position: relative;
    background: #ffe5e4;
    text-align: center;
    background-repeat: repeat;
    background-size: 360px;
    overflow: hidden;
}
.zwc-integration-section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    width: 100%;
    background: #ffffff;
    content: "";
}
.zwc-integration-section .content-wrap {
    max-width: 1550px;
    width: auto;
    z-index: 1;
}
.zwc-integration-section .zwc-title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 3em;
} 
.zwc-integration-section .zwc-title h2 {
    font-size: 50px;
    max-width: 460px;
    margin: 0 auto 15px;
}
.zw-other-lang .zwc-integration-section .zwc-title h2{
    font-size: 37px;
    max-width: 680px;
}

.zwc-integration-section .zwc-title h2 span{
   color:#000;
}
.zwc-integration-section .zwc-integration-list ul {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    transform: scale(0.9);
}
.zwc-integration-section .zwc-int-logo img {
    margin: 0 auto 11px;
}
.zwc-integration-section .zwc-integration-list li > div span {
    background: url(/sites/zweb/images/commonroot/integration-icons-sprite-2x.png);
    width: 55px;
    height: 55px;
    display: block;
    background-size: 1310px;
    background-position: -51px 0;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
}
.zwc-integration-section .zwc-integration-list li > div {
    background: #fff;
    margin: 15px 10px;
    border-radius: 15px;
    font-size: 16px;
    font-family: var(--secondaryfont-semibold);
    width: 150px;
    height: 150px;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    box-shadow: 0px 5px 30px #0000001c;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform-origin: center;
    -webkit-transform-origin: center;
}
.zwc-integration-section .zwc-integration-list ul li:nth-child(2n+2) {
    position: relative;
    top: -80px;
}
.zwc-integration-section .zwc-integration-list ul li:nth-child(4), .zwc-integration-section .zwc-integration-list ul li:nth-child(6) {
    top: 0;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-woopra span {
    background-position: -1100px -260px;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-crm span,
.zwc-integration-section .zwc-integration-list li .zwc-zint-campaigns span,
.zwc-integration-section .zwc-integration-list li .zwc-zint-analytics span,
.zwc-integration-section .zwc-integration-list li .zwc-zint-desk span {
    background: var(--product-icons) no-repeat;
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    background-size: var(--zp-i-bs);
    transform: scale(1.2);
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-crm span {
    background-position: var(--zp-crm-bp);
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-analytics span {
    background-position: var(--zp-analytics-bp);
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-desk span {
    background-position: var(--zp-desk-bp);
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-campaigns span {
    background-position: var(--zp-campaigns-bp);
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-hubspot span {
    background: url(/sites/zweb/images/otherbrandlogos/hubspot-icon.svg)no-repeat;
    background-size: 100%;
    width: 40px;
    height: 50px;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-clearbit span {
    background: url(/sites/zweb/images/otherbrandlogos/clearbit-icon.svg) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-leadberry span {
    background-position: -944px -261px;
    width: 52px;
    height: 35px;
    transform: scale(1.4);
    margin-bottom: 15px;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-ganalytics span {
    background-position: -786px 0;
}
.zwc-integration-section .zwc-integration-list li .zint-shopify span {
    background-position: -890px 0;
}

.zwc-integration-section .zwc-integration-list li .zint-stripe span {
    background-position: -888px -209px;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-mailchimp span {
    background-position: -731px 0;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-kissmetrics span {
    background-position:-836px -260px;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-salesforce span {
    background-position: -314px 0;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-wordpress span {
    background-position: -942px 0;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-zendesk span {
    background-position: -994px 2px;
}
.zwc-integration-section .zwc-integration-list li .zwc-zint-dotmailer span {
    background-position: -1000px -266px;
    width: 100px;
    height: 40px;
    transform: scale(1.2);
}
.zwc-integration-section .zwc-integration-list li > div {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 1s cubic-bezier(0, 0, 0.18, 0.97);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.97);
}
.zwc-integration-section .middle-animated .zwc-integration-list li > div{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.zwc-integration-section .zwc-integration-list ul li:nth-child(2n+2){
    animation: 15s floating linear infinite;
    -webkit-animation: 15s floating linear infinite;
}
.zwc-integration-section .zwc-integration-list ul li{
    animation: 15s floatingrev linear infinite;
    -webkit-animation: 15s floatingrev linear infinite;
}
.zwc-integration-section .middle-animated .zwc-integration-list li > div:last-child {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}
/* Integrate apps section styles end */


/* Testimonial Section styles start */
.zwc-testimonial-section .zwc-cutomer-details {
    display: flex;
    margin-top: 30px;
}
.zwc-testimonial-section .zwc-testi-img img {
    border-radius: 100%;
    width: 55px;
}
.zwc-testimonial-section .zwc-name {
    font-family: var(--primaryfont-semibold);
    padding-left: 13px;
}
.zwc-testimonial-section .zwc-name small {
    display: block;
    font-family: var(--primaryfont-regular);
    font-size: 15px;
}
.zwc-testimonial-section .zwc-testimonial-main p {
    font-size: 18px;
}

.zwc-testimonial-section .zwc-more-customers {
    text-align: center;
    margin-top: 50px;
}
.zwc-testimonial-section h2 {
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1;
}
.zwc-testimonial-section {
    padding: 30px 0 70px;
}
.zwc-testimonial-section h2 span {
    display: block;
}
.zwc-testimonial-section .slick-next:before,.zwc-testimonial-section .slick-prev:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 9px;
    height: 9px;
    background: no-repeat;
    transform: rotate(45deg) translate(-50%,-50%);
    top: 58%;
    right: 28%;
    transition: none
}
.zwc-testimonial-section .slick-next:after,.zwc-testimonial-section .slick-prev:after {
    background: #fff;
    transform: rotate(90deg);
    left: 13px;
    top: 29%;
    right: auto;
    height: 13px;
    width: 2px;
    transition: none
}
.zwc-testimonial-section .slick-prev:hover:before,.zwc-testimonial-section .slick-next:hover:before {
    background: 0
}
.zwc-testimonial-section .slick-prev:after {
    left: 13px;
    top: 9px
}
.zwc-testimonial-section .slick-prev:before {
    left: 12px
}
.zwc-testimonial-section .slick-prev:hover,.zwc-testimonial-section .slick-next:hover {
    background: #ff5858
}
.zwc-testimonial-section .slick-prev:hover:after {
    background: #fff
}
.zwc-testimonial-section .slick-next:hover:after,.zwc-testimonial-section .slick-next:hover:before,.zwc-testimonial-section .slick-prev:hover:after,.zwc-testimonial-section .slick-prev:hover:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff
}
.zwc-testimonial-section .slick-prev {
    left: -90px;
    right: auto;
    transform: rotate(-180deg) translate(0,0);
    margin-right: 4px;
}
.zwc-testimonial-section .slick-next,.zwc-testimonial-section .slick-prev {
    right: 0;
    background: #ff5858;
    top: 0;
    position: relative;
    left: 0;
    box-shadow: 0 0 25px #eaeaea;
}
.zwc-testimonial-section .zwc-item {
    position: relative;
    padding: 40px 40px;
    margin: 0 12px;
    height: auto;
    border-radius: 10px;
    background: #f8f8f8;
}

.zwc-testimonial-section .zwc-item:nth-child(1){
        background: #FFF3DB;
}
.zwc-testimonial-section .zwc-item:nth-child(2){
        background: #D8F2FE;
}
.zwc-testimonial-section .zwc-item:nth-child(3){
        background: #FFE7E6;
}
.zwc-testimonial-section .slick-track {
    display: flex;
}
.zwc-testimonial-section .zwc-test-navigation {
    display: flex;
    position: absolute;
    right: 30px;
    top: 65px;
}
.zwc-testimonial-section .slick-next {
    transform: none;
}
.zwc-testimonial-section button.slick-next.slick-disabled,
.zwc-testimonial-section button.slick-prev.slick-disabled {
    background: #fff;
    opacity: 1;
}
.zwc-testimonial-section button.slick-prev.slick-disabled::before,
.zwc-testimonial-section button.slick-next.slick-disabled::before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    opacity: 0.3;
}
.zwc-testimonial-section button.slick-prev.slick-disabled::after,
.zwc-testimonial-section button.slick-next.slick-disabled::after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    opacity: 0.3;
}
.zwc-testimonial-section .zwc-testi-slider {
    display: flex;
}
/* Testimonial Section styles end */


/* Make deals over mobile section styles start */
.zwc-mobapp-section .zwc-mob-img img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    z-index: 1;
    position: relative
}
.zwc-mobapp-section .zwc-mob-img img {
    border: 3px solid #000;
    border-radius: 35px 35px 0 0px;
    border-bottom: 0;
}
.zwc-mobapp-section .zwc-visitor-sec::after {
    width: 370px;
    height: 370px;
    border: 1px solid #eeccca;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}
.zwc-mobapp-section .zwc-visitor-sec {
    width: 500px;
    height: 500px;
    border: 1px solid #eeccca;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    top: 60%;
    left: 50%
}
.zwc-mobapp-section h2 span{
   color:#000;
}
.zwc-mobapp-section span.zwc-icon {
    position: absolute;
    background: url(https://www.zohowebstatic.com/sites/zweb/images/salesiq/images/salesiq-mob-sprites.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    background-position: -2px -5px;
    background-size: 2200px
}
.zwc-mobapp-section span.zwc-icon.zwc-cus-1 {
    top: 90px;
}
.zwc-mobapp-section span.zwc-icon.zwc-cus-2 {
    background-position: -170px -5px;
    bottom: 100px;
    left: -10px;
}
.zwc-mobapp-section span.zwc-icon.zwc-cus-3 {
    right: 0;
    background-position: -86px -3px;
    top: 90px
}
.zwc-mobapp-section span.zwc-icon.zwc-cus-4 {
    background-position: -253px -3px;
    right: -20px;
    bottom: 130px;
}
.zwc-mobapp-section .zwc-mob-img div.zwc-img-1 {
    opacity: 0;
    transform: translate3d(0,50px,0);
    -ms-filter: "alpha(opacity=100)";
    transition: all 1s ease;
    z-index: 1;
    position: relative
}
.zwc-mobapp-section .middle-animated .zwc-mob-img div.zwc-img-1 {
    opacity: 1;
    transform: translate3d(0,0,0);
}
.zwc-mobapp-section .zwc-mob-img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: -110px auto 0;
    overflow: hidden;
}
.zwc-mobapp-section  .zwc-visitor-sec {
    opacity: 0;
    transform: translate(-50%,-50%) scale(0.3);
    transition: all 1s ease;
    transition-delay: 300ms;
    transform-origin: top left;
}
.zwc-mobapp-section .content-wrap::after {
    left: 0;
    right: 0;
    top: 70px;
    bottom: 50px;
    position: absolute;
    content: "";
    z-index: -1;
}
.zwc-mobapp-section .zwc-rows {
    align-items: center;
    flex-direction: row-reverse;
}
.zwc-mobapp-section .zwc-col-2 {
    max-width: 480px;
}
.zwc-mobapp-section .content-wrap {
    background: #ffe5e4;
    margin: 60px auto 80px;
    border-radius: 10px;
}
.zwc-mobapp-section .zwc-col-1 {
    position: relative;
    height: 460px;
}
.zwc-mobapp-section .middle-animated .zwc-visitor-sec {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}
/* Make deals over mobile section styles end */


/* CTA section styles start */
.zwc-cta-section {
    background-color: #2b0606;
    color: #fff;
    text-align: center;
    padding: 6em 0;
    background-repeat: repeat;
}
.zwc-cta-section .content-wrap {
    max-width: 768px;
}
.zwc-cta-section .middle-animated span.zwc-icon.zwc-scaling2,
.zwc-cta-section .middle-animated span.zwc-icon.zwc-scaling3,
.zwc-cta-section .middle-animated span.zwc-icon.zwc-scaling4,
.zwc-cta-section .middle-animated span.zwc-icon.zwc-scaling5{
    opacity: .3;
}
.data-loaded.zwc-cta-section span.zwc-icon{
    background-image: url(/sites/zweb/images/salesiq/zsalesiq-home-sprites.png);
}
.zwc-cta-section .zwc-cta-content a.act-btn.cta-btn {
    margin-top: 10px;
}
.zwc-cta-section p {
    margin: 0;
}
.zwc-cta-section span.zwc-icon {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1400px;
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 35px;
    opacity: 0;
}
.zwc-cta-section .in-view span.zwc-icon {
    opacity: 0.4;
}
.zwc-cta-section span.zwc-icon.zwc-icon-2 {
    background-position: -1231px -107px;
    top: 0;
    left: -1em;
    width: 32px;
}
.zwc-cta-section span.zwc-icon.zwc-icon-4 {
    background-position: -1355px -107px;
    bottom: -2em;
    right: -6em;
    width: 34px;
}
.zwc-cta-section span.zwc-icon.zwc-icon-5 {
    background-position: -1262px -107px;
    top: 0;
    right: 2em;
    width: 33px;
}
.zwc-cta-section span.zwc-icon.zwc-icon-3 {
    background-position: -1293px -107px;
    bottom: 10px;
    right: 80px;
    width: 32px;
}
.zwc-cta-section span.zwc-icon.zwc-icon-1 {
    left: 4em;
    top: 5em;
    background-position: -1196px -107px;
    width: 35px;
}
.zwc-cta-section span.zwc-icon.zwc-icon-6 {
    background: none;
    border: 1px solid #615f70;
    width: 12px;
    height: 12px;
    left: -5em;
    top: 5em;
}
.zwc-cta-section span.zwc-icon.zwc-icon-7 {
    background: none;
    border: 1px solid #615f70;
    width: 12px;
    height: 12px;
    right: -1em;
    top: 3em;
    border-radius: 50%;
    opacity: 1;
}
.zwc-cta-section span.zwc-icon.zwc-icon-6 {
    animation: 5s rotate linear infinite;
    opacity: 1;
}
/* CTA section styles end */


/* Animation styles starts */
.zwc-textup1,
.zwc-textup2,
.zwc-textup3{
    transform: translate3d(0,50px,0);
    -webkit-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.middle-animated .zwc-textup1,
.middle-animated .zwc-textup2,
.middle-animated .zwc-textup3{
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.zwc-textup1{
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.zwc-textup2{
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}
.zwc-textup3{
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}
.zwc-scaling1,
.zwc-scaling2,
.zwc-scaling3,
.zwc-scaling4,
.zwc-scaling5,
.zwc-scaling6,
.zwc-scaling7{
    opacity: 0;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
    -webkit-transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
}
.zwc-scaling1{
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}
.zwc-scaling2{
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}
.zwc-scaling3{
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}
.zwc-scaling4{
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
}
.zwc-scaling5{
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
}
.zwc-scaling6{
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
}
.zwc-scaling7{
    transition-delay: 2.1s;
}

.zwc-mobapp-section .zwc-scaling1{
    opacity: 0;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3);
    -webkit-transition: all 1s cubic-bezier(0.39,0.575,0.565,1.3)
}

.zwc-mobapp-section .zwc-scaling1 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}

@keyframes pulsate1 {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate1 {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes pulsate2 {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        transform: scale(0.5);
        opacity: 1;
    }
}
@keyframes fadeup{
    0%{
        opacity: 0;
        transform: translate3d(0,50px,0);
    }
    100%{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
@-webkit-keyframes fadeup{
    0%{
        opacity: 0;
        transform: translate3d(0,50px,0);
    }
    100%{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
@keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes floating{
    0%{
        transform: translateY(-30px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-30px);
    }
}
@-webkit-keyframes floating{
    0%{
        transform: translateY(-30px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-30px);
    }
}
@keyframes floatingrev{
    0%{
        transform: translateY(30px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(30px);
    }
}
@-webkit-keyframes floatingrev{
    0%{
        transform: translateY(30px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(30px);
    }
}
@keyframes slideup{
    0%{
        opacity: 0;
        transform: translateY(50px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@-webkit-keyframes slideup{
    0%{
        opacity: 0;
        transform: translateY(50px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes smileyanim-72 {
    0% {
        background-position: 0px -1px;
    }
    100% {
        background-position: 0 -8761px;
    }
}
@-webkit-keyframes smileyanim-72 {
    0% {
        background-position: 0px -1px;
    }
    100% {
        background-position: 0 -8761px;
    }
}
@-moz-keyframes smileyanim-72 {
    0% {
        background-position: 0px -1px;
    }
    100% {
        background-position: 0 -8761px;
    }
}
/* Animation styles starts */
.lang-rtl .zwc-btn-more {
    padding: 12px 25px 12px 45px;
}

.lang-rtl span.zwc-arrow {
    transform: translate(50%, -50%);
    left: 0;
    right: unset;
}

.lang-rtl span.zwc-arrow::before {
    left: 0;
    right: unset;
}

.lang-rtl span.zwc-arrow::after {
    border-left: 2px solid #ffdf02;
    border-right: unset;
    left: 0;
    right: unset;
}

.lang-rtl .middle-animated span.zwc-icon.zwc-scaling2, .lang-rtl .middle-animated span.zwc-icon.zwc-scaling3, .lang-rtl .middle-animated span.zwc-icon.zwc-scaling4, .lang-rtl .middle-animated span.zwc-icon.zwc-scaling5, .lang-rtl .animated .banner-wrap {
    transform: translate3d(0,0,0);
}

.lang-rtl .zwc-btn-more span.zwc-arrow {
    left: 5px;
    right: unset;
}

.lang-rtl .zwc-btn-more span.zwc-arrow::after {
    border-left: 2px solid #fff;
    border-right: unset;
    transform: rotate(45deg);
}

.lang-rtl .zwc-banner-section .zwc-home-video a {
    padding-right: 60px;
    padding-left: unset;
}

.lang-rtl .zwc-banner-section span.play-icon {
    transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 0;
    left: unset;
}

.lang-rtl .zwc-banner-section span.play-icon::before {
    right: -5px;
    left: unset;
}

.lang-rtl .zwc-banner-section span.play-icon::after {
    transform: rotate(180deg);
    border-right: 12px solid #fff;
    border-left: unset;
    right: 0;
    left: 3px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.lang-rtl .zwc-brand-sec h4 {
    text-align: center;
}

.lang-rtl .zwc-brand-sec .zwc-more-customer a {
    text-align: center;
    padding: 0 0 4px 35px;
}

.lang-rtl .zwc-brand-sec ul.global-count li,.lang-rtl .zwc-brand-sec ul.global-count li * {
    text-align: center;
}

.lang-rtl .zwc-brand-sec ul.global-count li:after {
    border-right: 1px dotted #bfbfbf;
    border-left: unset;
    left: 0;
    right: unset;
}

.lang-rtl .zwc-brand-sec .zwc-arrow::after {
    border-left: 2px solid var(--zwc-link-clr);
    border-right: unset;
    transform: rotate(45deg);
}

.lang-rtl .zwc-home-benefit-section h2 {
    text-align: center;
}

.lang-rtl .zwc-badge-section .slick-center+.slick-slide.zwc-item {
    right: -10px;
    left: unset;
}

.lang-rtl .zwc-badge-section span.zwc-icon.zwc-icon-1 {
    right: 20px;
    left: unset;
}

.lang-rtl .zwc-badge-section span.zwc-icon.zwc-icon-2 {
    left: 40px;
    right: unset;
}

.lang-rtl .zwc-badge-section span.zwc-icon.zwc-icon-3 {
    left: 65px;
    right: unset;
}

.lang-rtl .zwc-badge-section span.zwc-icon.zwc-icon-4 {
    right: 90px;
    left: unset;
}

.lang-rtl .zwc-badge-section .zwc-award-slider-toggle {
    left: 10px;
    right: unset;
}
.i18n-ar .zwc-business-section .zwc-business-img h4::after{display: none;}
.lang-rtl .zwc-business-section .zwc-business-img h4::after {
    left: 0;
    right: unset;
}

.lang-rtl .zwc-business-section .zwc-title-right {
    margin-right: 120px;
    margin-left: unset;
}

.lang-rtl .zwc-business-section .zwc-title-right .zwc-navigation {
    margin-right: -5px;
    margin-left: unset;
}

.lang-rtl .zwc-home-benefit-section .slick-prev:before, .lang-rtl .zwc-business-section .slick-prev:before {
    right: 15px;
    left: unset;
}

.lang-rtl .zwc-home-benefit-section .slick-prev:after, .lang-rtl .zwc-business-section .slick-prev:after {
    right: 15px;
    left: unset;
}

.lang-rtl .zwc-home-benefit-section .slick-next:before, .lang-rtl .zwc-business-section .slick-next:before {
    left: 15px;
    right: unset;
}

.lang-rtl .zwc-home-benefit-section .slick-next:after, .lang-rtl .zwc-business-section .slick-next:after {
    left: 16px;
    right: unset;
}

.lang-rtl .zwc-business-section span.zwc-icons.zwc-icon-1 {
    left: 240px;
    right: unset;
}

.lang-rtl .zwc-business-section span.zwc-icons.zwc-icon-2 {
    left: 240px;
    right: unset;
}

.lang-rtl .zwc-business-section span.zwc-icons.zwc-icon-3 {
    left: 120px;
    right: unset;
}

.lang-rtl .zwc-integration-section::after {
    left: 0;
    right: 0;
}

.lang-rtl .zwc-integration-section .zwc-integration-list li>div {
    text-align: center;
}

.lang-rtl .zwc-testimonial-section .zwc-name {
    padding-right: 13px;
    padding-left: unset;
}

.lang-rtl .zwc-testimonial-section h2,.lang-rtl .zwc-testimonial-section h2 span {
    text-align: center;
}

.lang-rtl .zwc-testimonial-section .slick-next:before, .lang-rtl .zwc-testimonial-section .slick-prev:before {
    border-left: 2px solid #fff;
    border-right: unset;
    transform: rotate(45deg) translate(50%, -50%);
    left: 28%;
    right: unset;
}

.lang-rtl .zwc-testimonial-section .slick-next:after, .lang-rtl .zwc-testimonial-section .slick-prev:after {
    left: auto;
    right: 13px;
}

.lang-rtl .zwc-testimonial-section .slick-prev:after {
    right: 13px;
    left: unset;
}

.lang-rtl .zwc-testimonial-section .slick-prev:before {
    right: 12px;
    left: unset;
}

.lang-rtl .zwc-testimonial-section .slick-next:hover:after, .lang-rtl .zwc-testimonial-section .slick-next:hover:before, .lang-rtl .zwc-testimonial-section .slick-prev:hover:after, .lang-rtl .zwc-testimonial-section .slick-prev:hover:before {
    border-left: 2px solid #fff;
    border-right: unset;
}

.lang-rtl .zwc-testimonial-section .slick-prev {
    transform: rotate(-180deg) translate(0,0);
    left: auto;
    right: -90px;
    margin-left: 4px;
    margin-right: unset;
}

.lang-rtl .zwc-testimonial-section .slick-next, .lang-rtl .zwc-testimonial-section .slick-prev {
    left: 0;
    right: 0;
}

.lang-rtl .zwc-testimonial-section .zwc-test-navigation {
    left: 30px;
    right: unset;
}

.lang-rtl .zwc-testimonial-section button.slick-prev.slick-disabled::before, .lang-rtl .zwc-testimonial-section button.slick-next.slick-disabled::before {
    border-left: 2px solid #000;
    border-right: unset;
}

.lang-rtl .zwc-testimonial-section button.slick-prev.slick-disabled::after, .lang-rtl .zwc-testimonial-section button.slick-next.slick-disabled::after {
    border-left: 2px solid #000;
    border-right: unset;
}

.lang-rtl .zwc-mobapp-section .zwc-visitor-sec::after {
    transform: translate(50%, -50%);
    right: 50%;
    left: unset;
}

.lang-rtl .zwc-mobapp-section .zwc-visitor-sec {
    right: 50%;
    left: unset;
}

.lang-rtl .zwc-mobapp-section span.zwc-icon.zwc-cus-2 {
    right: -10px;
    left: unset;
}

.lang-rtl .zwc-mobapp-section span.zwc-icon.zwc-cus-3 {
    left: 0;
    right: unset;
}

.lang-rtl .zwc-mobapp-section span.zwc-icon.zwc-cus-4 {
    left: -20px;
    right: unset;
}

.lang-rtl .zwc-mobapp-section .zwc-mob-img div.zwc-img-1 {
    transform: translate3d(0,50px,0);
}

.lang-rtl .zwc-mobapp-section .middle-animated .zwc-mob-img div.zwc-img-1 {
    transform: translate3d(0,0,0);
}

.lang-rtl .zwc-mobapp-section .zwc-mob-img {
    left: 0;
    right: 0;
}

.lang-rtl .zwc-mobapp-section .zwc-visitor-sec {
    transform: translate(50%, -50%) scale(0.3);
}

.lang-rtl .zwc-mobapp-section .content-wrap::after {
    left: 0;
    right: 0;
}

.lang-rtl .zwc-mobapp-section .middle-animated .zwc-visitor-sec {
    transform: translate(50%, -50%) scale(1);
}

.lang-rtl .zwc-cta-section span.zwc-icon.zwc-icon-2 {
    right: -1em;
    left: unset;
}

.lang-rtl .zwc-cta-section span.zwc-icon.zwc-icon-4 {
    left: -6em;
    right: unset;
}

.lang-rtl .zwc-cta-section span.zwc-icon.zwc-icon-5 {
    left: 2em;
    right: unset;
}

.lang-rtl .zwc-cta-section span.zwc-icon.zwc-icon-3 {
    left: 80px;
    right: unset;
}

.lang-rtl .zwc-cta-section span.zwc-icon.zwc-icon-1 {
    right: 4em;
    left: unset;
}

.lang-rtl .zwc-cta-section span.zwc-icon.zwc-icon-6 {
    right: -5em;
    left: unset;
}

.lang-rtl .zwc-cta-section span.zwc-icon.zwc-icon-7 {
    left: -1em;
    right: unset;
}

.lang-rtl .zwc-textup1, .lang-rtl .zwc-textup2, .lang-rtl .zwc-textup3 {
    transform: translate3d(0,50px,0);
}

.lang-rtl .middle-animated .zwc-textup1, .lang-rtl .middle-animated .zwc-textup2, .lang-rtl .middle-animated .zwc-textup3 {
    transform: translate3d(0,0,0);
}

.lang-rtl.body-umain .zwc-banner-section .zwc-banner-content, .lang-rtl .zwc-brand-sec .zwc-more-customer, .lang-rtl .zwc-home-benefit-section .zwc-benefit-title, .lang-rtl .zwc-integration-section, .lang-rtl .zwc-integration-section .zwc-title, .lang-rtl .zwc-testimonial-section .zwc-more-customers, .lang-rtl .zwc-cta-section {
    text-align: center;
}

.lang-rtl.body-umain .zwc-banner-section .zwc-banner-content *, .lang-rtl .zwc-brand-sec .zwc-more-customer *, .lang-rtl .zwc-home-benefit-section .zwc-benefit-title *, .lang-rtl .zwc-integration-section *, .lang-rtl .zwc-integration-section .zwc-title *, .lang-rtl .zwc-testimonial-section .zwc-more-customers *, .lang-rtl .zwc-cta-section *,.lang-rtl .zwc-industry-leaders .zwc-brands-choosed,.lang-rtl .zwc-industry-leaders .zwc-brands-choosed * {
    text-align: center;
}


.lang-rtl .zwc-industry-leaders .zwc-demo-cta input {
    margin-left: 10px;
    margin-right: unset;
}

.lang-rtl .zwc-industry-leaders .zwc-demo-cta button {
    left: 17px;
    right: unset;
}

.other-lang section.zwc-testimonial-section {
    display: none;
}

.lang-rtl button.zwc-slider-toggle {
    left: 0;
    right: unset;
}

.lang-rtl .zwc-industry-leaders h2 {
    text-align: center;
}

.lang-rtl .zwc-industry-leaders .zwc-brands-wrapper {
    flex-direction: row-reverse;
}
.lang-rtl .zwc-industry-leaders .zwc-description {
    font-size: 16px;
}
 .lang-rtl .zwc-industry-leaders .zwc-percentage sub { margin-right: 10px; margin-left: unset; }


 .lang-rtl .zwc-industry-leaders .zwc-error{
    max-width: 670px;
    text-align: right;
}


.zw-other-lang .zwc-industry-leaders .zwc-brands-choosed {
    flex-basis: 33.33%;
}
.zw-other-lang .zwc-industry-leaders .zwc-brands-choosed:after {
    right: 0;
}
.zw-other-lang .zwc-industry-leaders .zwc-description {
    max-width: 180px;
    margin: auto;
}



.lang-rtl .zwc-industry-leaders .zwc-percentage{
    font-size: 35px;
}

.zw-other-lang .zwc-industry-leaders .zwc-demo-cta button{
       font-size: 16px;
}
.zw-other-lang .zwc-industry-leaders .zwc-demo-cta input {
    width: 670px;
    font-size: 16px;
}
.zw-other-lang .zwc-industry-leaders .zwc-error{
    max-width: 670px;
}

.lang-rtl .zwc-business-section .zwc-title-right .slick-prev{
    left: auto;
    right: 40px;
}
.lang-rtl .zwc-business-section .zwc-title-right button.slick-next {
    right: 0;
    left: auto;
}

/* Responsive styles start */
@media screen and (max-width:1440px) {
    body h2,
    .zwc-integration-section h2 {
        font-size: 40px;
    }
    body.zw-other-lang h2,
   .zw-other-lang .zwc-integration-section h2,
   .zw-other-lang .zwc-badge-section h2 {
        font-size: 34px;
    }
  .zw-other-lang .zwc-home-benefit-section .zwc-benefit-content h3 {
      font-size: 30px;
    }
    .zwc-business-section span.zwc-icons {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .zwc-brand-sec ul.global-count li {
        font-size: 26px;
        padding: 0 30px;
    }
    .zwc-integration-section{         
        padding-bottom: 0;
    }
    .zwc-integration-section .zwc-integration-list ul {
        justify-content: center;
        -ms-flex-pack: center;
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform-origin: center;
        -webkit-transform-origin: center;
    }  
    .zwc-business-section span.zwc-icons.zwc-icon-1 {
        right: 60px;
    }

    .zwc-business-section span.zwc-icons.zwc-icon-2 {
        right: 40px;
        top: 200px;
    }
    .zwc-business-section span.zwc-icons.zwc-icon-3 {
        right: 20px;
    }
    .lang-rtl .zwc-brand-sec ul.global-count li {
        padding: 0 30px;
    }

    .lang-rtl .zwc-business-section span.zwc-icons.zwc-icon-1 {
        left: 60px;
        right: unset;
    }

    .lang-rtl .zwc-business-section span.zwc-icons.zwc-icon-2 {
        left: 40px;
        right: unset;
    }

    .lang-rtl .zwc-business-section span.zwc-icons.zwc-icon-3 {
        left: 20px;
        right: unset;
    }
}


@media screen and (max-width: 1280px) {
    h1 {
        font-size: 50px;
    }
    .body-umain .zwc-banner-section .zwc-banner-content {
        max-width: 700px;
    }
    .zwc-business-section .zwc-business-img a {
        font-size: 15px;
    }
    .zwc-chat-section {
        padding: 2em 0;
    }
    .zwc-testimonial-section .zwc-name {
        margin-bottom: 10px;
    }
    .zwc-integration-section .zwc-title h2{          
        font-size: 40px;
    }
    .zwc-integration-section .zwc-integration-list ul{
        transform: scale(0.7);
    }
    .zwc-testimonial-section .zwc-more-customers {
        margin-top: 20px;
    }
 .lang-rtl .zwc-chat-section {
        padding: 2em 0;
    }
}

@media screen and (max-width:1199px) {
    h1,.zw-other-lang h1 {
        font-size: 45px;
    }
    p {
        font-size: 15px;
    }
    body h2, .zwc-integration-section h2, .zwc-badge-section h2,.zwc-home-benefit-section h2 {
        font-size: 34px;
    }
    body.zw-other-lang h2,.zw-other-lang .zwc-badge-section h2,.zw-other-lang .zwc-integration-section .zwc-title h2{
        font-size: 32px;
    }
    .zwc-banner-section .zwc-banner-content {
        max-width: 540px;
    }
    .zwc-banner-section .content-wrap {
        padding: 3em 0 0em;
    }
    .zwc-business-section .zwc-title .content-wrap {
        max-width: 850px;
        margin-bottom: 0;
    }
    .zwc-chat-section .zwc-chat-img {
        max-width: 350px;
        margin: 0 auto;
    }
    .zwc-chat-section .zwc-chat-content {
        max-width: 490px;
    }
    .zwc-cta-section {
        padding: 4em 0;
    }
    .zwc-testimonial-section .zwc-testimonial-main p {
        font-size: 17px;
    }
    .zwc-testimonial-section .zwc-item {
        padding: 30px 25px;
    }
    .zwc-testimonial-section {
        padding-bottom: 40px;
    }
    .zwc-integration-section{
        padding: 3em 0 0;
    }
    .zwc-integration-section .zwc-integration-list ul {
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
        margin-top: -50px;
    }
    .zwc-business-section span.zwc-icons{
        display: none;
    }
    .zwc-business-section span.zwc-icons.zwc-icon-2 {
        top: 222px;
        left: -25px;
    }
    .zwc-business-section span.zwc-icons.zwc-icon-5 {
        bottom: 84px;
    }
    .zwc-mobapp-section .content-wrap {
        overflow: hidden;
        padding-top: 90px;
    }
    .zwc-mobapp-section .zwc-col-2 {
        padding: 0 50px;
        margin-top: -90px;
    }
    .zwc-mobapp-section .zwc-mob-img {
        transform: scale(0.9);
        transform-origin: bottom left;
        overflow: visible;
    }
    .zwc-benefits-section .zwc-benefit-image {
        max-width: 280px;
    }
    .zwc-benefits-section .zwc-benefit-content {
        top: 120px;
    }
    .zwc-benefits-section .zwc-benefit-content h3 {
        font-size: 26px;
    }
    .lang-rtl .zwc-banner-section .content-wrap {
        padding: 3em 0 0;
    }

    .lang-rtl .zwc-chat-section .zwc-chat-img {
        margin: 0 auto;
    }

    .lang-rtl .zwc-cta-section {
        padding: 4em 0;
    }

    .lang-rtl .zwc-testimonial-section .zwc-item {
        padding: 30px 25px;
    }

    .lang-rtl .zwc-integration-section {
        padding: 3em 0 0;
    }

    .lang-rtl .zwc-business-section span.zwc-icons.zwc-icon-2 {
        right: -25px;
        left: unset;
    }

    .lang-rtl .zwc-mobapp-section .zwc-col-2 {
        padding: 0 50px;
    }
    .zw-other-lang .zwc-industry-leaders .zwc-brands-choosed{
          flex-basis: 50%;
    }
    .zw-template-inner{
          overflow: hidden;
    }
}

@media screen and (max-width:1024px) {
    body.zw-other-lang h2, .zw-other-lang .zwc-badge-section h2, .zw-other-lang .zwc-integration-section .zwc-title h2 {
        font-size: 30px;
    }
   .zw-other-lang .zwc-home-benefit-section .zwc-benefit-content h3 {
        font-size: 26px;
    }
    .zwc-brand-sec ul.global-count li:after {
        height: 30px;
    }
    .zwc-brand-sec .zwc-salesiq-global-count {
        padding-top: 60px;
    }
    section.zwc-brand-sec {
        padding: 40px 0;
    }
    .zwc-chat-section div > * {
        text-align: center;
    }
    .zwc-rows > div{
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    
    .zwc-business-section .zwc-title-right {
        margin: 0 auto;
        max-width: max-content;
    }
    .zwc-business-img a {
        font-size: 14px;
    }
    .zwc-business-section {
        padding: 3em 0 5em;
    } 
    .zwc-business-section .zwc-title {
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
    }
    .zwc-business-section .slick-dots li {
        background: #485159;
        border: 1px solid #485159;
    }
    .zwc-chat-section {
        padding: 3em 0;
    }
    .zwc-business-section .slick-dots li.slick-active {
        background: #fd4947;
        border: 1px solid #fd4947;
    }
    .zwc-chat-section .zwc-chat-content {
        max-width: 530px;
        margin:0 auto 20px;
        text-align: center;
    }      
    .zwc-integration-section .zwc-integration-list ul li:nth-child(6), .zwc-integration-section .zwc-integration-list ul li:nth-child(7),
    .zwc-cta-section span.zwc-icon {
        display: none;
    }
    .zwc-integration-section .zwc-integration-list ul {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
    }
    .slick-dots li.slick-active {
        background: #fd4b46;
        width: 25px;
        height: 12px;
        border: 1px solid #fd4b46;
        border-radius: 10px;
    }
    .zwc-home-benefit-section .zwc-navigation {
        left: 30px;
        bottom: 30px;
    }
    .zwc-home-benefit-section.zwc-benefit-content .zwc-rows {
        padding-bottom: 70px;
        min-height: max-content;
        align-content: space-between;
    }
    .zwc-home-benefit-section .zwc-benefit-main {
        padding-bottom: 0;
    }
    .zwc-home-benefit-section .zwc-benefits-wrap .content-wrap {
        max-width: 860px;
        padding: 50px 40px;
        text-align: center;
    }
    .zwc-home-benefit-section .zwc-benefit-image img {
        width: 100%;
    }
    .zwc-home-benefit-section .zwc-benefit-content .zwc-benefit-image {
        max-width: 280px;
    }
    .zwc-integration-section{
        padding: 3em 0;
    }

    .zwc-integration-section .zwc-title h2 {
        font-size: 36px;
    }
    .zwc-chat-section .zwc-chat-img {
        max-width: 400px;
        margin: 0 auto;
    }  
    .zwc-chat-section .zwc-chat-content > * {
        transform: none;
    }
    .zwc-mobapp-section .zwc-col-1 {
        order: 2;
    }
    .zwc-mobapp-section .zwc-mob-img {
        transform: scale(0.9);
        transform-origin: bottom center;
    }
    .zwc-mobapp-section .zwc-col-2 {
        margin: 0 auto 50px;
        text-align: center;
        max-width: 700px;
    }
    .zwc-mobapp-section .content-wrap {
        padding-top: 50px;
        max-width: 600px;
        margin: 0 auto 70px;
    }
    .zwc-testimonial-section .zwc-testi-slider {
        max-width: 900px;
        margin: 0 auto;
    }
    .zwc-testimonial-section .zwc-testi-slider .slick-dots li {
        width: 12px;
        height: 12px;
    }
    .zwc-testimonial-section .zwc-testi-slider .slick-dots li.slick-active {
        background: #fd4b46;
        border: 0;
    }
    .zwc-home-benefit-section .zwc-benefit-content h3 {
        font-size: 30px;
    }
    .zwc-home-benefit-section .zwc-benefit-content {
        opacity: 1;
        transform: none;
        padding: 0;
        margin-bottom: 30px;
        height: 700px;
        display: flex;
        align-items: stretch;
    }
    .zwc-home-benefit-section .zwc-benefit-content p{
    margin-bottom: 50px;
    }
    .apps-download-links-wrap {
        justify-content: center
    }
    .zwc-banner-section .zwc-rows {
        align-items: flex-start;
    }
    .zwc-banner-section .zwc-banner-content {
        margin: 0;
    }
    .zwc-banner-section .content-wrap {
        padding: 3em 0 0em;
    }
    .zwc-business-section .zwc-title-right .zwc-navigation {
        justify-content: center;
        display: flex;
    }
    .zwc-home-benefit-section button.slick-arrow, .zwc-business-section button.slick-arrow {
        position: relative;
        left: 0;
        right: 0;
    }
    .zwc-business-section .zwc-title-right button.slick-next {
        top: 0;
        left: auto;
    }
    .zwc-home-benefit-section {
        padding: 5em 0 0;
    }
    .zwc-home-benefit-section .zwc-benefit-content {
        position: relative;
        top: 0;
    }
    .zwc-chat-section .zwc-mobapp-slider {
        justify-content: center;
    }
    .zwc-testimonial-section .zwc-testi-slider {
        display: block;
    }
 .lang-rtl section.zwc-brand-sec {
        padding: 40px 0;
    }

    .lang-rtl .zwc-chat-section div>* {
        text-align: center;
    }

    .lang-rtl .zwc-business-section .zwc-title-right {
        margin: 0 auto;
    }

    .lang-rtl .zwc-business-section {
        padding: 3em 0 5em;
    }

    .lang-rtl .zwc-business-section .zwc-title {
        margin: 0 auto;
    }

    .lang-rtl .zwc-chat-section {
        padding: 3em 0;
    }

    .lang-rtl .zwc-chat-section .zwc-chat-content {
        margin: 0 auto 20px;
    }

    .lang-rtl .zwc-home-benefit-section .zwc-navigation {
        right: 30px;
        left: unset;
    }

    .lang-rtl .zwc-home-benefit-section .zwc-benefits-wrap .content-wrap {
        padding: 50px 40px;
    }

    .lang-rtl .zwc-integration-section {
        padding: 3em 0;
    }

    .lang-rtl .zwc-chat-section .zwc-chat-img {
        margin: 0 auto;
    }

    .lang-rtl .zwc-mobapp-section .zwc-col-2 {
        margin: 0 auto 50px;
    }

    .lang-rtl .zwc-mobapp-section .content-wrap {
        margin: 0 auto 70px;
    }

    .lang-rtl .zwc-testimonial-section .zwc-testi-slider {
        margin: 0 auto;
    }

    .lang-rtl .zwc-home-benefit-section .zwc-benefit-content {
        padding: 0;
    }

    .lang-rtl .zwc-banner-section .zwc-banner-content {
        margin: 0;
    }

    .lang-rtl .zwc-banner-section .content-wrap {
        padding: 3em 0 0;
    }

    .lang-rtl .zwc-home-benefit-section button.slick-arrow, 
    .lang-rtl .zwc-business-section button.slick-arrow,
   .lang-rtl .zwc-business-section .zwc-title-right .slick-prev {
        left: 0;
        right: 0;
    }

    .lang-rtl .zwc-business-section .zwc-title-right button.slick-next {
        right: auto;
        left: unset;
    }

    .lang-rtl .zwc-home-benefit-section {
        padding: 5em 0 0;
    }

    .lang-rtl .zwc-business-section .zwc-title, .lang-rtl .zwc-chat-section .zwc-chat-content, .lang-rtl .zwc-home-benefit-section .zwc-benefits-wrap .content-wrap, .lang-rtl .zwc-mobapp-section .zwc-col-2 {
        text-align: center;
    }

    .lang-rtl .zwc-business-section .zwc-title *, .lang-rtl .zwc-chat-section .zwc-chat-content *, .lang-rtl .zwc-home-benefit-section .zwc-benefits-wrap .content-wrap *, .lang-rtl .zwc-mobapp-section .zwc-col-2 * {
        text-align: center;
    }
}  

@media screen and (max-width: 991px) {
    .zwc-banner-section {
        padding:3em 0 5em
    }
    .zwc-banner-section .zwc-col-1 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .zwc-banner-section .signup-box {
        display: none;
    }
    .body-umain .zwc-banner-section .content-wrap {
        padding-top: 0
    }
    .zwc-banner-section a.cta-btn.act-btn {
        display: inline-block
    }
    .zwc-banner-section .content-wrap {
        padding: 0;
        margin: 0 auto
    }
    .zwc-banner-section .zwc-banner-content {
        max-width: 500px;
        margin: 0 auto;
        text-align: center
    }
    .zwc-banner-section div>* {
        text-align: center
    }
    .apps-download-links-wrap {
        justify-content: center
    }
    .zwc-chat-section .zwc-mobapp-slider {
        justify-content: center;
        margin-top: 40px;
    }
    .zwc-home-benefit-section .zwc-benefit-main{
        padding-bottom: 50px;
    }
    .zwc-home-benefit-section .zwc-benefits-wrap .content-wrap {
        padding: 50px 0 0;
    }
    .zwc-home-benefit-section .zwc-benefit-content {
        height: 100%;
    }
    .zwc-home-benefit-section .zwc-benefit-title {
        margin: 0px auto 0;
    }
    .lang-rtl .zwc-banner-section {
        padding: 3em 0 5em;
    }

    .lang-rtl .zwc-banner-section .content-wrap {
        padding: 0;
        margin: 0 auto;
    }

    .lang-rtl .zwc-banner-section .zwc-banner-content {
        margin: 0 auto;
    }

    .lang-rtl .zwc-banner-section div>* {
        text-align: center;
    }

    .lang-rtl .zwc-home-benefit-section .zwc-benefits-wrap .content-wrap {
        padding: 50px 0 0;
    }

    .lang-rtl .zwc-home-benefit-section .zwc-benefit-title {
        margin: 0 auto 0;
    }

    .lang-rtl .zwc-banner-section .zwc-banner-content {
        text-align: center;
    }

    .lang-rtl .zwc-banner-section .zwc-banner-content * {
        text-align: center;
    }
   .zw-other-lang .zwc-industry-leaders .zwc-demo-cta input,.zw-other-lang .zwc-industry-leaders .zwc-error {
      width: 570px;
       font-size: 13px;
   }

  .zw-other-lang .zwc-business-section .zwc-business-img h4 {
      font-size: 12px;
   }
}

@media screen and (max-width:767px) {
   .zwc-banner-section .zwc-home-video a {
      font-size: 14px;
   }
  .i18n-de .zwc-banner-section .zwc-home-video a{
      font-size: 13px;
   }
    .zwc-brand-sec ul.global-count li:after {
        display: none;
    }
    .zwc-brand-sec ul.global-count {
        max-width: 400px;
        margin: 0 auto;
    }
    .zwc-brand-sec h4 {
       font-size: 26px;
        text-align: left;
        max-width: 310px;
    }
   
    .zwc-banner-section {
        padding: 3em 0 3em;
    }

    h1 {
        font-size: 32px;
    }
    .zw-other-lang h1 {
        font-size: 32px;
    }
    body h2, .zwc-integration-section h2,
    .zwc-home-benefit-section h2 {
        font-size: 30px;
    }
    .zwc-home-benefit-section .zwc-benefit-content h3 {
        font-size: 26px;
    }
    .zwc-home-benefit-section .zwc-benefits-wrap .content-wrap {
        padding: 0;
    }
    .zwc-business-section .zwc-title,.zwc-navigation {
        text-align: center;
    }
    .zwc-business-section .zwc-title-right .zwc-navigation .slick-next,.zwc-business-section .zwc-title-right .zwc-navigation .slick-prev {
        position: relative;
        left: 0;
        right: 0;
    }
    .zwc-business-section .zwc-title-right .zwc-navigation {
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
        display: flex;
        display: -ms-flexbox;
        justify-content: center;
        -ms-flex-pack: center;
    }
    .zwc-business-section .zwc-title-right {
        margin: 0 auto;
    }
    .zwc-business-section .zwc-title-left {
        margin: 0 auto;
    }
    .zwc-integration-section {
        padding: 3em 0;
    }
    .zwc-integration-section .zwc-integration-list ul{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        margin: 0;
    }
    .zwc-integration-section .zwc-integration-list ul li {
        animation: none;
    }
    .zwc-integration-section .zwc-integration-list ul li:nth-child(4),
    .zwc-integration-section .zwc-integration-list ul li:nth-child(6) {
        display: none!important;
    }
    .zwc-integration-section .zwc-integration-list ul li:nth-child(2n+2) {
        position: relative;
        top: 0;
    }
    .zwc-integration-section .zwc-integration-list ul li {
        display: flex;
    }
    .zwc-integration-section::after{
        height: 0;
    }
    
    .zwc-integration-section .content-wrap {
        padding: 0 20px;
    } 
    .zwc-testimonial-section {
        padding: 4em 0;
    }
    .zwc-business-section span.zwc-icons,.zwc-business-section span.zwc-pattern{
        display: none;
    }
    .zwc-business-section span.zwc-icons{
        display: none;
    }
    .zwc-business-section .zwc-business-slider {
        max-width: 600px;
        margin: 0 auto;
    }
    .zwc-badge-section .zwc-rows {
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .zwc-badge-section .zwc-col-1 {
        max-width: 100%;
    }
   .zwc-badge-section h2{
        text-align: center;
        font-size:26px;
        margin: 0 auto 50px;
    }
    .zwc-badge-section .zwc-award-slider-toggle {
       bottom: 0;
       top: auto;
     }
    .zwc-badge-section .zwc-col-2 {
        max-width: 290px;
        margin: auto;
    }
    .zwc-badge-section {
        padding: 0 0 60px;
    }
    .zwc-mobapp-section .zwc-visitor-sec {
        display: none;
    }
    .zwc-mobapp-section .content-wrap {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        margin: 0 auto;
    }
    .zwc-mobapp-section .zwc-col-2 {
        padding: 0 15px;
    }
    .zwc-home-benefit-section .zwc-benefit-content {
        padding: 0;
        margin-top: 15px;
    }
    .zwc-chat-section .zwc-item{
        margin-left: -110px;
    }
    .zwc-chat-section .zwc-item.zwc-cchange{
        margin-left: 0px;
    }
    .zwc-book-demo-band .zwc-industry-leaders {
        margin: 0;
    }
    .zwc-home-benefit-section .zwc-benefit-details p {
        margin-bottom: 60px;
    }
    .zwc-home-benefit-section .zwc-benefit-title {
        margin: 0 auto 0;
        max-width: 450px;
        padding: 0 20px 0;
    }
    .zwc-home-benefit-section {
        padding: 5em 0 0;
    }
    .zwc-home-benefit-section .zwc-benefit-content .zwc-rows {
        padding: 50px;
        align-content: space-between;
    }
    .zw-product-header {
        padding: 0;
    }
    .zwc-banner-section {
        padding: 2em 0 3em;
    }
    .zwc-book-demo-band .zwc-industry-leaders .zwc-demo-cta {
        max-width: 400px;
        margin: auto;
    }
    .zwc-integration-section .zwc-integration-list ul li,.zwc-integration-section .zwc-integration-list ul li:nth-child(2n+2){
        animation: none;
    }
 .lang-rtl .zwc-brand-sec ul.global-count {
        margin: 0 auto;
    }

    .lang-rtl .zwc-brand-sec h4 {
        text-align: right;
    }

    .lang-rtl .zwc-banner-section {
        padding: 3em 0 3em;
    }

    .lang-rtl .zwc-home-benefit-section .zwc-benefits-wrap .content-wrap {
        padding: 0;
    }

    .lang-rtl .zwc-business-section .zwc-title-right .zwc-navigation .slick-next, .lang-rtl .zwc-business-section .zwc-title-right .zwc-navigation .slick-prev {
        left: 0;
        right: 0;
    }

    .lang-rtl .zwc-business-section .zwc-title-right .zwc-navigation {
        margin: 0 auto;
    }
    .lang-rtl .zwc-business-section .zwc-title-right {
        margin: 0 auto;
    }

    .lang-rtl .zwc-business-section .zwc-title-left {
        margin: 0 auto;
    }

    .lang-rtl .zwc-integration-section {
        padding: 3em 0;
    }

    .lang-rtl .zwc-integration-section .zwc-integration-list ul {
        margin: 0;
    }

    .lang-rtl .zwc-integration-section .content-wrap {
        padding: 0 20px;
    }

    .lang-rtl .zwc-testimonial-section {
        padding: 4em 0;
    }

    .lang-rtl .zwc-business-section .zwc-business-slider {
        margin: 0 auto;
    }

    .lang-rtl .zwc-badge-section h2 {
        text-align: center;
        margin: 0 auto 50px;
    }

    .lang-rtl .zwc-badge-section .zwc-col-2 {
        margin: auto;
    }

    .lang-rtl .zwc-badge-section {
        padding: 0 0 60px;
    }

    .lang-rtl .zwc-mobapp-section .content-wrap {
        margin: 0 auto;
    }

    .lang-rtl .zwc-mobapp-section .zwc-col-2 {
        padding: 0 15px;
    }

    .lang-rtl .zwc-home-benefit-section .zwc-benefit-content {
        padding: 0;
    }

    .lang-rtl .zwc-chat-section .zwc-item {
        margin-right: -110px;
        margin-left: unset;
    }

    .lang-rtl .zwc-chat-section .zwc-item.zwc-cchange {
        margin-right: 0;
        margin-left: unset;
    }

    .lang-rtl .zwc-book-demo-band .zwc-industry-leaders {
        margin: 0;
    }

    .lang-rtl .zwc-home-benefit-section .zwc-benefit-title {
        margin: 0 auto 0;
        padding: 0 20px 0;
    }

    .lang-rtl .zwc-home-benefit-section {
        padding: 5em 0 0;
    }

    .lang-rtl .zwc-home-benefit-section .zwc-benefit-content .zwc-rows {
        padding: 50px;
    }

    .lang-rtl .zw-product-header {
        padding: 0;
    }

    .lang-rtl .zwc-banner-section {
        padding: 2em 0 3em;
    }

    .lang-rtl .zwc-book-demo-band .zwc-industry-leaders .zwc-demo-cta {
        margin: auto;
    }

    .lang-rtl .zwc-business-section .zwc-title, .lang-rtl .zwc-navigation {
        text-align: center;
    }

    .lang-rtl .zwc-business-section .zwc-title *, .lang-rtl .zwc-navigation * {
        text-align: center;
    }
.lang-rtl .zwc-industry-leaders .zwc-brands-wrapper {
    flex-direction: column;
}
.lang-rtl .zwc-industry-leaders .zwc-error{max-width: 470px;}
.zw-other-lang .zwc-industry-leaders .zwc-demo-cta input{
    width: 100%;
    margin-right: 0;
}
.zw-other-lang .zwc-industry-leaders .zwc-error {
          max-width: 480px;
        position: absolute;
        top: 54px;
}
.zw-other-lang  .zwc-book-demo-band .zwc-industry-leaders .zwc-demo-cta {
        max-width: 480px;
        position: relative;
}
.zw-other-lang .zwc-industry-leaders .zwc-demo-cta button {
    position: relative;
    display: block;
    margin-top: 35px;
    width: 100%;
    right: 0;
}
   .zw-other-lang .zwc-brand-sec h4 {
        font-size: 22px;
   }
}

@media screen and (max-width:480px) {   
    .zwc-home-benefit-section .zwc-benefit-content .zwc-rows {
        padding: 30px;
   }
 .lang-rtl .zwc-home-benefit-section .zwc-benefit-content .zwc-rows {
        padding: 30px;
    }
    .zwc-brand-sec h4 {
        max-width: 230px;
    }

/* NL starts */
.i18n-nl .zwc-home-benefit-section .zwc-benefit-content h3{
font-size:22px;
}
/* NL ends */
 .zw-other-lang .zwc-industry-leaders .zwc-error {
        font-size: 11px;
}
}

@media screen and (max-width:375px) {    
    .zwc-integration-section .zwc-integration-list li > div {
        font-size: 14px;
        width: 130px;
        height: 130px;
        margin: 10px 8px;
    }
 .lang-rtl .zwc-integration-section .zwc-integration-list li>div {
        margin: 10px 8px;
    }
}
/* Responsive styles end */