.mobile-only {
    display: none;
}

.common-section {
    padding: 110px 0;
}

.common-section .content-wrap,
.header-section .content-wrap {
    max-width: 1170px;
}

.lang-en h1 {
    font-size: 50px;
}

.lang-en h2 {
    font-size: 46px;
}

h1 span,
h2 span,
h3 span {
    color: #FF6914;
}

h2 {
    font-family: var(--zf-primary-bold);
    letter-spacing: -1.6px;
    line-height: normal;
}

.table-wrap {
    display: flex;
    align-items: center;
}

.header-section {
    padding: 60px 0 0px 0;
    text-align: center;
}

h1+p {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.header-section h1 {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 15px;
    letter-spacing: -1.5px;
}

.img-div {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    margin-top: 80px;
}


/* zwc-why-section */

.zwc-why-section {
    margin-top: -20px;
}

.zwc-why-section .content-wrap {
    background: #190a37;
    padding: 90px 90px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    max-width: 1280px;
}

.zwc-why-section .content-wrap:after {
    content: '';
    background: url(/sites/zweb/images/social/retail/pattern.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.zwc-why-section h2,
.zwc-why-section p {
    position: relative;
    z-index: 2;
}

.zwc-why-section h2 {
    max-width: 840px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.zwc-why-section p {
    line-height: 34px;
    margin-bottom: 0;
}

.common-section.zwc-why-section {
    padding-top: 0px;
    padding-bottom: 0;
    position: relative;
}

.zwc-why-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 40%;
    bottom: 0;
    z-index: 0;
    background: #FFF9EB;
    display: none;
}

.zwc-publish-section,
.zwc-customer-section,
.zwc-monitor-section,
.zwc-integrations-section {
    background: #FFF9EB;
}

.zwc-s-head {
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}

.zwc-img-left .column.left {
    width: 65%;
}

.zwc-img-left .column.right {
    padding-left: 6%;
    width: 35%;
}

.zwc-market-section .zwc-s-head2 {
    text-align: center;
}

.zwc-market-section .table-wrap {
    min-height: 580px;
}

.zwc-market-section .acc-wrap:not(:last-child) {
    margin-bottom: 30px;
}

.zwc-market-section .zwc-s-head2 h2 {
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.zwc-market-section .zwc-s-head2 h2+p {
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.zwc-s-head:after {
    content: '';
    width: 40%;
    height: 1px;
    border-radius: 5px;
    opacity: 0.2;
    background: linear-gradient(90deg, #FFF9EB 0%, #FF6914 18.5%, #FF6914 78.5%, #FFF9EB 99.99%, #141414 100%);
    display: inline-block;
    display: none;
}


/* zwc-why-section */

.lang-en .zwc-s-font h2 {
    font-size: 40px;
}

.zwc-publish-section,
.zwc-customer-section,
.zwc-monitor-section,
.zwc-analyze-section {
    text-align: center;
}

.zwc-publish-section .zwc-s-head2 h2,
.zwc-customer-section h2 {
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.zwc-monitor-section h2 {
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.zwc-publish-section .zwc-s-head2 h2+p,
.zwc-monitor-section h2+p {
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.zwc-customer-section h2+p {
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.zwc-cus-content {
    padding-top: 20px;
}

.zwc-cus-content>p {
    font-size: 22px;
}

.common-section p {
    line-height: 32px;
    margin-bottom: 20px;
}
.common-section p:last-child{
    margin-bottom: 0;
}

.img-wrap {
    padding-top: 20px;
    position: relative;
}

.zwc-customer-popup-img {
    position: absolute;
    left: -3%;
    right: 0;
    top: -27%;
    bottom: 0;
    margin: auto;
    max-width: 105%;
}

.zwc-customer-section .img-wrap {
    max-width: 1040px;
    margin: 0 auto;
}

.zwc-collaborate-section .table-wrap .column.left {
    width: 50%;
    padding-right: 7%;
}

.zwc-collaborate-section .table-wrap .column.right {
    width: 60%;
    position: relative;
}

.zwc-collaborate-popup-img {
    position: absolute;
    right: -20px;
    bottom: 0;
    max-width: 80%;
}

.zwc-analyze-section h2 {
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.zwc-analyze-section h2+p {
    max-width: 910px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.bottom-cta-section {
    text-align: center;
}

.lang-en .bottom-cta-section h2 {
    font-size: 40px;
}

.bottom-cta-section .content-wrap {
    max-width: 840px;
}

.zwc-elevate-sec {
    padding: 100px 0 50px 0;
}

.zwc-business-section,
.zwc-market-section {
    margin: 0 50px;
    border-radius: 20px;
}

.zwc-market-section {
    background: #FFF9EB;
}

.zwc-market-section .table-wrap {
    margin-top: 40px;
}

.text-wrapper h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.line-animate {
    width: 100%;
    height: 2px;
    display: block;
    left: 0;
    bottom: 2px;
    position: relative;
    opacity: 0;
    margin-bottom: 15px;
    opacity: 1;
    font-size: 0;
    border-bottom: 1px solid #E3E3E3;
}

.line-animate:before {
    content: '';
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background: #FF6914;
    opacity: 1;
}

@keyframes progresswidth {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.animated .acc-wrap.current .line-animate:before {
    animation: progresswidth 10s linear forwards;
}

.acc-wrap:not(:last-child) {
    margin-bottom: 40px;
}

.acc-wrap p {
    line-height: 30px;
}

.acc-wrap {
    cursor: pointer;
    transition-delay: 100ms;
}

.market-source-tracking {
    max-width: 750px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.acc-wrap.current {
    opacity: 1;
}

.img-area-wrap .common-area {
    display: none;
}

.img-area-wrap .common-area.current {
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.zwc-market-section .text-wrapper .acc-wrap.current p {
    display: block;
    margin-bottom: 0;
}

.zwc-headpara-sec {
    text-align: center;
    margin-bottom: 50px;
}

.i18n-en .zwc-headpara-sec h2 {
    font-size: 46px
}

.zwc-headpara-sec h2 {
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.zwc-headpara-sec p {
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.zwc-img-right .table-wrap .column.left {
    width: 35%;
    padding-right: 8%;
}

.zwc-img-right .table-wrap .column.right {
    width: 65%;
}

.zwc-img-left .table-wrap .column.right {
    width: 35%;
    padding-left: 6%;
    padding-right: 0%;
}

.zwc-cservice-section .content-wrap,
.zwc-market-section .content-wrap,
.zwc-business-section .content-wrap,
.zwc-listen-section .content-wrap {
    max-width: 1280px
}

.acc-wrap.current h3 {
    color: #FF6914;
}

.zwc-business-section {
    background: #FFF9EB;
}

.inte-section {
    text-align: center;
    margin-bottom: 50px;
}

.inte-section .content-wrap {
    max-width: 800px;
}

.zwc-int-section .table-wrap {
    display: block;
}

.zwc-int-section {
    text-align: center;
    background: #F8F8F8;
    margin: 0 70px;
    border-radius: 20px;
}

.i18n-en .zwc-int-section h2 {
    font-size: 34px;
    max-width: 100%;
}

.zwc-int-section .zwc-headpara-sec p {
    max-width: 1040px;
}

.zwc-int-section.common-section {
    padding: 100px 0;
}

.common-section.zwc-crm-section {
    padding-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.zwc-int-section .table-wrap .text-wrapper .acc-wrap {
    display: inline-block;
    border-radius: 54px;
    border: 1px solid #000;
    background: #F4F4F4;
    padding: 6px 20px;
    margin: 0 5px;
    font-size: 17px;
    font-family: var(--zf-primary-medium);
    position: relative;
    overflow: hidden;
}

.zwc-int-section .table-wrap .text-wrapper .acc-wrap.current {
    background: #4A88FF;
    border: 1px solid #4A88FF;
    color: #fff;
}

.zwc-int-section .table-wrap .text-wrapper .acc-wrap.current:before {
    animation: progresswidth 10s linear forwards;
}

.zwc-int-section .table-wrap .text-wrapper .acc-wrap:before {
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    bottom: 0px;
    position: absolute;
    background: rgb(255 255 255 / 20%);
    z-index: 0;
}

.zwc-int-section .table-wrap .text-wrapper .acc-wrap span {
    z-index: 1;
    position: relative;
}

.zwc-int-section .table-wrap .column.left {
    margin-bottom: 40px;
}

.zwc-int-section .table-wrap .column.right {
    max-width: 1100px;
    margin: 0 auto;
}

.zwc-int-section .table-wrap .column.right p {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 22px;
    font-family: var(--zf-primary-medium);
    font-size: 18px;
}


/* zwc-cus-section */

.zwc-cus-section .content-wrap {
    max-width: 1040px;
}

.zwc-cus-section h2 {
    max-width: 480px;
    position: relative;
}

.zwc-cus-section h2:before {
    content: '';
    background: url(/sites/zweb/images/social/ecommerce/cus-quote.svg) no-repeat;
    width: 100px;
    height: 80px;
    position: absolute;
    left: -70px;
    top: -50px;
}

.zwc-cus-wrap .table-wrap .column.left {
    width: 70%;
    padding-right: 8%;
    position: relative;
    z-index: 2;
}

.zwc-cus-wrap .table-wrap .column.right {
    width: 30%;
    position: relative;
    top: -120px;
}

.zwc-cus-wrap .table-wrap .column.left>p {
    font-size: 20px;
    padding-top: 20px;
}

.zwc-cus-detail h5 {
    margin-bottom: 10px;
    line-height: 1;
}

.zwc-cus-wrap .table-wrap .column.left .zwc-cus-detail p {
    font-size: 14px;
    line-height: normal;
}

.zwc-cus-mwrap {
    position: relative;
}

.zwc-cus-mwrap img {
    border-radius: 100%;
    height: 312px;
    width:312px;
    object-fit: cover;
}

.zcs-watch-video {
    position: absolute;
    background: #000 0% 0% no-repeat padding-box;
    border-radius: 40px;
    bottom: 0;
    display: inline-table;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    padding: 0 20px 0 50px;
    font-size: 14px;
    font-family: var(--zf-secondary-semibold);
    letter-spacing: -0.3px;
    height: 45px;
    line-height: 45px;
}

.zcs-watch-video span {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #ea4343;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

.zcs-watch-video span:after {
    content: '';
    left: 8px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    position: absolute;
    bottom: 0;
    margin: auto;
}

.zwc-extra-sl span {
    position: absolute;
    border-radius: 100%;
}

.zwc-cus-detail {
    margin-top: 40px;
}

.zwc-extra-sl span:nth-child(1) {
    width: 20px;
    height: 20px;
    border: 2px solid #F8B11C;
    left: 0;
    bottom: 0;
}

.zwc-extra-sl span:nth-child(2) {
    width: 12px;
    height: 12px;
    border: 2px solid #FF827B;
    top: 0;
    left: 0;
}

.zwc-extra-sl span:nth-child(3) {
    width: 26px;
    height: 26px;
    border: 2px solid #75A4FF;
    right: -50px;
    bottom: 100px;
}

.common-section.zwc-cus-section {
    padding-top: 150px;
    padding-bottom: 0;
}

/* .common-section.bottom-cta-section {
    padding-top: 0px;
} */

.zwc-arrows {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 100%;
}

.next-arrow {
    margin-right: 10px;
}

.zwc-arrows .zwc-a-i {
    position: relative;
}

.next-arrow .zwc-a-i:after,
.next-arrow .zwc-a-i:before,
.prev-arrow .zwc-a-i:after,
.prev-arrow .zwc-a-i:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background: #000000;
    transition: .5s ease;
}

.next-arrow .zwc-a-i:before {
    transform: rotate(45deg);
    top: 4px;
    right: -13px;
}

.next-arrow .zwc-a-i:after {
    transform: rotate(-45deg);
    bottom: -4px;
    right: -13px;
}

.prev-arrow .zwc-a-i:before {
    transform: rotate(-45deg);
    top: 3px;
    left: 17px;
}

.prev-arrow .zwc-a-i:after {
    transform: rotate(-135deg);
    bottom: -3px;
    left: 17px;
}

.zwc-custom-arrow {
    position: absolute;
    bottom: 70px;
    z-index: 999;
}

.zwc-cus-wrap {
    position: relative;
}
.zwc-cus-wrap .table-wrap{
    align-items: inherit;
}
.zwc-cus-content-wrap .slick-arrow {
    border: 1px solid #000;
    border-radius: 100%;
    position: absolute;
}

.zwc-cus-content-wrap .slick-next:after,
.zwc-cus-content-wrap .slick-next:before,
.zwc-cus-content-wrap .slick-prev:after,
.zwc-cus-content-wrap .slick-prev:before {
    background: #000;
}

.zwc-cus-content-wrap .slick-next:after,
.zwc-cus-content-wrap .slick-next:before,
.zwc-cus-content-wrap .slick-prev:after,
.zwc-cus-content-wrap .slick-prev:before {
    height: 10px;
    left: 11px;
}

.zwc-cus-content-wrap .slick-prev:before {
    top: 6px;
}

.zwc-cus-content-wrap .slick-prev:after {
    bottom: 6px;
    left: 11px;
}

.zwc-cus-content-wrap .slick-next:before {
    top: 6px;
    left: 13px;
}

.zwc-cus-content-wrap .slick-next:after {
    bottom: 6px;
    left: 13px;
}

.zwc-cus-content-wrap .slick-arrow .slick-next {
    right: auto;
    left: 0;
}

.zwc-cus-content-wrap .slick-arrow.slick-next {
    right: auto;
    left: 40px;
}

.zwc-cus-content-wrap .slick-arrow {
    top: auto;
    bottom: -25%;
}


/* zwc-cus-section */

.zwc-cservice-section .table-wrap {
    min-height: 540px;
}

.zwc-business-section .table-wrap {
    min-height: 580px;
}

.zwc-listen-section .table-wrap {
    min-height: 540px;
}

.zwc-crm-section .table-wrap .column.right {
    /* min-height: 670px; */
}

.zwc-desk-section .table-wrap .column.right {
    /* min-height: 700px; */
}

/* Faq */

.pricing-faq>ul>li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 25px
}

.pricing-faq li>p {
    font-size: 16px
}

.pricing-faq>ul>li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.faq-content {
    display: none
}

.faq-content ul li {
    list-style-type: disc;
    margin-bottom: 15px
}

.faq-content ul {
    padding-left: 15px
}

.qus-block h5 {
    font-size: 17px;
    margin-bottom: 5px
}

.pricing-faq li:first-child>p {
    display: block
}

.pricing-faq ul li h3 {
    font-size: 22px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    font-family: var(--zf-secondary-semibold);
    color: #000
}

h3 .arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 17px;
    right: 0;
    border-top: 8px solid #000
}

h3 .arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 16px;
    right: 2px
}

li.zactive h3 .arrow {
    transform: scaleY(-1);
    transform-origin: center;
    top: 3px
}

h3 .arrow {
    position: absolute;
    right: 0;
    top: -9px;
    transition: all 500ms ease;
    width: 30px;
    height: 30px
}

.pricing-faq {
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 0 auto;
    padding-top: 40px
}

.pricing-faq h2 {
    text-align: left;
    margin-left: 0;
    margin-bottom: 20px
}

.zlink {
    margin-bottom: 0
}

.faq-section h2 {
    font-size: 36px;
    text-align: center
}

.common-section.faq-section {
    padding: 30px 0 120px 0
}

.faq-section .content-wrap {
    max-width: 940px;
    padding-bottom: 0;
    padding-top: 20px
}

.pricing-faq ul li.zactive h3 .arrow::before {
    border-top: 8px solid #1875d1
}

.zwc-faq-section h2 {
    text-align: center;
}

.lang-en .zwc-faq-section h2 {
    font-size: 36px;
}

.zwc-faq-section .content-wrap {
    max-width: 1000px;
}


/* Faq */
.zwc-int-section .all-img-wraps img {
    border-radius: 10px;
}
/* animation code */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*Right*/

@keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(30px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateX(30px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateX(0);
    }
}


/*slideUp*/

@keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
    }
}


/*slideDown*/

@keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
    }
}


/*slideleft*/

@keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes autoScale {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zeven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -14px);
        transform: translate(0, -14px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes zeven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -14px);
        transform: translate(0, -14px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes zodd {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 14px);
        transform: translate(0, 14px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes zodd {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 14px);
        transform: translate(0, 14px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.header-image,
.zwc-publish-img,
.zwc-customer-popup-img,
.zwc-collaborate-popup-img,
.zwc-monitor-img,
.zwc-analyze-img {
    opacity: 0;
}

.zwe-om .header-image {
    animation: fadeIn 1s ease-out 0.5s forwards;
}

.zwe-om .zwc-publish-img {
    animation: slideDown 1s ease-out 0.5s forwards;
}

.zwe-om .zwc-customer-popup-img {
    animation: slideDown 1s ease-out 0.5s forwards;
}

.zwe-om .zwc-collaborate-popup-img {
    animation: slideDown 1s ease-out 0.5s forwards;
}

.zwe-om .zwc-monitor-img {
    animation: slideDown 1s ease-out 0.5s forwards;
}

.zwe-om .zwc-analyze-img {
    animation: slideDown 1s ease-out 0.5s forwards;
}


/* animation code end*/


/* responsive */

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1440px) {
    .zwc-int-section {
        margin: 0 50px;
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {
    .zwc-business-section,
    .zwc-market-section,
    .zwc-int-section.common-section {
        margin: 0px;
        border-radius: 0px;
    }
}

@media screen and (max-width: 1279px) {
    h1+p {
        max-width: 610px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    h1 {
        max-width: 850px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .lang-en h1 {
        font-size: 48px;
    }
    .lang-en h2 {
        font-size: 40px;
    }
    .zwc-market-section .column.left {
        display: none;
    }
    .zwc-img-left .column.left,
    .zwc-img-left .column.right {
        width: 100%;
    }
    .zwc-img-left .table-wrap .column.right,
    .zwc-img-left .table-wrap .column.left {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .zwc-img-right .table-wrap .column.right {
        display: none;
    }
    .zwc-img-right .table-wrap .column.right,
    .zwc-img-right .table-wrap .column.left {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .zwc-img-left .column.left {
        display: none;
    }
    .line-animate {
        display: none;
    }
    .mobile-only {
        display: block;
        max-width: 740px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .zwc-market-section .text-wrapper .acc-wrap p {
        display: block;
    }
    .market-source-tracking {
        margin: 0 auto;
        max-width: 100%;
    }
    .zwc-int-section.common-section {
        margin: 0;
    }
    .zwc-int-section {
        border-radius: 0px;
    }
    .img-div {
        max-width: 900px;
    }
    .acc-wrap.current h3 {
        color: #000;
    }
    .acc-wrap p {
        max-width: 85%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .acc-wrap:not(:last-child) {
        margin-bottom: 90px;
    }
    .common-section {
        padding: 90px 0;
    }
    .lang-en h1 {
        font-size: 40px;
        max-width: 840px;
    }
    h1+p {
        max-width: 740px;
    }
    .zwc-why-section .content-wrap {
        padding: 80px 50px;
    }
    .lang-en h2 {
        font-size: 34px;
    }
    .zwc-s-head {
        max-width: 640px;
    }
    .lang-en .zwc-s-font h2 {
        font-size: 36px;
    }
    .zwc-market-section .zwc-s-head2 h2 {
        max-width: 740px;
    }
    .zwc-market-section .acc-wrap:not(:last-child) {
        margin-bottom: 80px;
    }
    .zwc-int-section .table-wrap .text-wrapper .acc-wrap.current {
        background: none;
        border: none;
        border-radius: 0px;
        color: #000;
    }
    .zwc-int-section .table-wrap .text-wrapper .acc-wrap:before {
        display: none;
    }
    .zwc-int-section .table-wrap .text-wrapper .acc-wrap {
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        overflow: visible;
    }
    .zwc-desk-section .table-wrap .column.right,
    .zwc-market-section .table-wrap,
    .zwc-cservice-section .table-wrap,
    .zwc-business-section .table-wrap,
    .zwc-listen-section .table-wrap,
    .zwc-crm-section .table-wrap .column.right,
    .zwc-desk-section .table-wrap .column.right {
        min-height: inherit;
    }
    .text-wrapper h3 {
        margin-bottom: 5px;
        font-size: 28px;
    }
    #zwcc-cservice-engagement.acc-wrap p {
        max-width: 590px;
    }
    #zwcc-blk-generate.acc-wrap p {
        max-width: 590px;
    }
    #zwcc-blk-st.acc-wrap p {
        max-width: 730px;
    }
    #zwcc-listen-st.acc-wrap p {
        max-width: 630px;
    }
    #zwcc-crm-leads.acc-wrap p {
        max-width: 730px;
    }
    .zwc-int-section .table-wrap .text-wrapper .acc-wrap span {
        font-size: 28px;
        font-family: var(--primaryfont-semibold);
    }
    .zwc-int-section .mobile-only {
        margin-top: 10px;
    }
    .zwc-int-section .zwc-headpara-sec p {
        max-width: 840px;
    }
    .zwc-int-section .acc-wrap p {
        font-family: var(--secondaryfont-regular);
    }
    .zwc-why-section h2 {
        max-width: 640px;
    }
    .zwc-int-section .table-wrap .text-wrapper .acc-wrap:not(:last-child) {
        margin-bottom: 70px;
    }
    .zwc-crm-section .table-wrap .column.right,
    .zwc-desk-section .table-wrap .column.right {
        display: none;
    }
    .zwc-int-section .table-wrap .column.left {
        margin-bottom: 0;
    }
    #zwcc-desk-automate.acc-wrap p {
        max-width: 95%;
    }
    .zwc-cus-wrap .table-wrap .column.right {
        position: inherit;
    }
    .zwc-cus-wrap .table-wrap {
        flex-direction: column-reverse;
    }
    .zwc-cus-wrap .table-wrap .column.left,
    .zwc-cus-wrap .table-wrap .column.right {
        width: 100%;
        padding: 0;
    }
    .zwc-cus-section .content-wrap {
        text-align: center;
        max-width: 740px;
    }
    .zwc-cus-section .content-wrap h2 {
        margin: 0 auto;
        max-width: 100%;
    }
    .zwc-cus-section h2:before {
        display: none;
    }
    .zwc-cus-mwrap img {
        display: block;
        margin: 0 auto;
    }
    .zwc-cus-mwrap {
        text-align: center;
    }
    .zwc-cus-wrap {
        margin-top: 60px;
    }
    .zwc-cus-wrap .table-wrap .column.right {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .zwc-extra-sl {
        display: none;
    }
    .common-section.bottom-cta-section {
        padding-top: 80px;
    }
    .common-section.zwc-cus-section {
        padding-top: 80px;
    }
    .zwc-business-section,
    .zwc-market-section {
        margin: 0px;
        border-radius: 0px;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .lang-en h1 {
        font-size: 38px;
    }
    h1 {
        max-width: 680px;
    }
    .lang-en h2 {
        font-size: 36px;
    }
    .lang-en h1 {
        max-width: 640px;
        font-size: 32px;
    }
    h1+p {
        max-width: 640px;
    }
    .img-div {
        max-width: 720px;
    }
    .lang-en h2 {
        font-size: 32px;
    }
    .zwc-why-section .content-wrap {
        padding: 70px 40px 60px 40px;
    }
    .lang-en .zwc-s-font h2 {
        font-size: 32px;
    }
    .zwc-market-section .zwc-s-head2 h2 {
        max-width: 640px;
    }
    .zwc-market-section .zwc-s-head2 h2+p {
        max-width: 630px;
    }
    .common-section p {
        line-height: 28px;
    }
    .mobile-only {
        max-width: 640px;
    }
    .i18n-en .zwc-headpara-sec h2 {
        font-size: 34px;
    }
    .i18n-en .zwc-headpara-sec h2 {
        max-width: 640px;
    }
    .zwc-cus-section .content-wrap {
        max-width: 540px;
    }
    .lang-en .bottom-cta-section h2 {
        font-size: 32px;
    }
    .common-section.bottom-cta-section {
        padding-top: 50px;
    }
    .lang-en .zwc-faq-section h2 {
        font-size: 32px;
    }
    #zwcc-blk-st.acc-wrap p {
        max-width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .lang-en h1 {
        font-size: 32px;
    }
    .lang-en h2 {
        font-size: 28px;
    }
    .text-wrapper h3 {
        font-size: 25px;
    }
    .zwc-market-section .acc-wrap:not(:last-child) {
        margin-bottom: 60px;
    }
    .i18n-en .zwc-headpara-sec h2 {
        font-size: 32px;
    }
    .lang-en .zwc-faq-section h2 {
        font-size: 30px;
    }
    .zwc-int-section.common-section {
        padding: 70px 0;
    }
}

@media screen and (max-width: 640px) {
    .common-section {
        padding: 80px 0;
    }
    .lang-en h1 {
        font-size: 32px;
    }
    .lang-en h2 {
        font-size: 30px;
    }
    .lang-en .bottom-cta-section h2 {
        font-size: 30px;
    }
    .zwc-elevate-sec {
        padding: 80px 0 40px 0;
    }
}

@media screen and (max-width: 480px) {
    .zwc-cus-wrap .table-wrap .column.right {
        max-width: 300px;
    }
    .zwc-cus-mwrap img{
        width: 290px;
        height: 290px;
    }
}