.bottom-txt-wrap {
    text-align: center;
    margin-bottom: 60px;
    border-top: 1px solid #e2e2e2;
    padding-top: 50px
}

.bottom-txt-wrap .content-wrap {
    max-width: 850px
}

.small-txt {
    font-size: 14px
}

.common-section {
    padding: 120px 0;
}

.i18n-en h2 {
    font-size: 48px;
}


/* header-section */

.header-section {
    padding: 60px 0 120px 0;
    background: #1A1141;
    color: #fff;
    text-align: center;
}

.zw-product-header {
    background: #1A1141;
}

.i18n-en h1 {
    font-family: var(--primaryfont-regular);
    font-size: 60px;
}

.i18n-en h1 span {
    font-family: var(--primaryfont-bold);
    display: block;
    color: #00B6FF;
}

.header-section p {
    max-width: 840px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.zcw-int-wrap {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    align-items: center;
}

@-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
    }
}

.zcw-int-box {
    background: #FFFFFF;
    border-radius: 16px;
    width: 170px;
    height: 170px;
    position: relative;
    opacity: 0;
}

.zcw-int-first {
    animation: fadeIn 1s ease-out .4s forwards;
}

.zcw-int-box span {
    text-wrap: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.zcw-int-last span {
    background: url(/sites/zweb/images/producticon/marketingautomation.svg) no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.zcw-int-first span {
    background: url(/sites/zweb/images/otherbrandlogos/hubspot-icon.svg) no-repeat;
    background-size: 85% auto;
    background-position: center center;
}

.arrowSliding-ban {
    position: absolute;
    animation: bannerArrowAnimation 3s linear infinite;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -5px;
}

.arrowSliding-ban .arrow {
    text-indent: 100%;
    text-wrap: nowrap;
    overflow: hidden;
    position: relative;
}

.arrowSliding-ban .arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #049949;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.delay1 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.arrowSliding-ban.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.arrowSliding-ban.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes bannerArrowAnimation {
    0% {
        opacity: .1;
        -webkit-transform: translateX(-25px) scale(0.5);
        transform: translateX(-25px) scale(0.5);
        z-index: 1
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
        z-index: 2
    }
    100% {
        opacity: .4;
        -webkit-transform: translateX(20px) scale(.5);
        transform: translateX(20px) scale(.5);
        z-index: 1
    }
}
.zcw-int-last {
    animation: fadeIn 1s ease-out .8s forwards;
}
.zcw-int-arrow {
    width: 90px;
    position: relative;
opacity: 0;
    animation: fadeIn 1s ease-out .6s forwards;
}


/* header-section */


/* comparison */

.zoho-logo {
    padding: 0;
    position: relative;
    width: 200px;
    height: 37px;
    background: url(/sites/zweb/images/productlogos/marketingautomation.svg) no-repeat;
    display: inline-block;
    left: 0;
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: 0 8px;
}

.social-logo {
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    font-family: var(--zf-primary-semibold);
    margin-left: 7px;
    line-height: 1.1;
    position: relative;
    top: 4px
}

.sb-comparison-inner table {
    width: 100%;
    box-sizing: border-box
}

.sb-comparison-inner table tr th:not(:last-child),
.sb-comparison-inner table tr td:not(:last-child) {
    border-right: 1px solid #d7cffe;
    width: 33%
}

.sb-comparison-inner table tr th:not(:last-child) {
    border-right: 1px solid #d7cffe
}

.sb-comparison-inner tbody tr td p {
    margin-bottom: 0;
    font-size: 15px
}

.sb-comparison-inner table tbody tr td {
    font-size: 15px
}

.sb-comparison {
    background: #fff 0% 0% no-repeat padding-box;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 60px;
    margin-top: 60px
}

.sb-competitor-logo {
    background: url(/sites/zweb/images/otherbrandlogos/hubspot-icon.svg) no-repeat;
    width: 50px;
    height: 40px;
    display: block;
    background-size: 35px auto;
    margin: auto;
    background-position: center center;
}

.sb-comparison-inner table tbody tr {
    border-top-left-radius: 10px
}

.pricing-faq ul li:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e7e7
}

.pricing-faq ul li h3 {
    font-size: 26px;
    font-family: var(--zf-secondary-medium);
    margin-bottom: 0;
    cursor: pointer
}

.pricing-faq ul li h3 .arrow {
    width: 33px;
    height: 33px;
    float: right;
    border: 1px solid #000;
    border-radius: 100%;
    position: relative;
    text-align: center
}

.pricing-faq ul li.zactive h3,
.pricing-faq ul li.zactive h3 .arrow {
    opacity: 1
}

.sb-comparison-inner thead {
    background: #e8e3ff;
    border-bottom: 1px solid #d5d5d5
}

.pricing-faq .arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 14px;
    right: 8px;
    border-top: 8px solid #000
}

.pricing-faq .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: 14px;
    right: 10px
}

li.zactive h3 .arrow {
    transform: scaleY(-1);
    transform-origin: center
}

.sb-comparison-table {
    margin-top: 25px
}

.pricing-faq ul li.zactive {
    border-bottom: transparent;
    margin-bottom: 35px;
    background: #f7f5ff;
    border-radius: 20px;
    padding: 40px
}

.pricing-faq ul li {
    padding: 0 40px 0 40px
}

.sb-comparison-table tbody tr {
    background: #fff
}

.sb-comparison-inner table td,
.sb-comparison-inner table tr th {
    padding: 20px 40px;
    vertical-align: middle;
    border: 1px solid #d7cffe
}

.sb-comparison-inner table tr th:first-child {
    min-width: 280px;
    font-family: var(--zf-secondary-semibold)
}

.sb-comparison-inner table tr th:nth-child(2),
.sb-comparison-inner table tr th:nth-child(3),
.sb-comparison-inner table tr td:nth-child(2),
.sb-comparison-inner table tr td:nth-child(3) {
    text-align: center
}

.faq-content {
    width: 100%;
    box-sizing: border-box;
    display: none
}

.sb-comparison-table .yes,
.sb-comparison-table .no {
    margin: 0;
    font-weight: 600;
    position: relative
}

.sb-comparison-table .yes:after,
.sb-comparison-table .yes:before {
    background: #00933c none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 4px;
    position: absolute;
    top: 13px;
    transform: rotate(45deg);
    width: 7px
}

.sb-comparison-table .yes:before {
    left: 6px;
    top: 10px;
    transform: rotate(-52deg);
    width: 15px
}

.sb-comparison-table .yes,
.sb-comparison-table .no {
    height: 22px;
    width: 22px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent: -9999px;
    white-space: nowrap;
    display: block
}

.info-text {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px
}

.sb-comparison-inner table tbody td:first-child span {
    font-family: var(--zf-secondary-semibold);
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.sb-comparison-inner table tbody td:first-child span+p {
    font-size: 16px;
    margin-bottom: 0
}

.sb-comparison-table .no:after,
.sb-comparison-table .no:before {
    background: #ff3231 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 4px;
    position: absolute;
    top: 10px;
    transform: rotate(44deg);
    width: 15px
}

.sb-comparison-table .no:before {
    left: 4px;
    top: 10px;
    transform: rotate(312deg);
    width: 15px
}

.sb-comparison-inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.i18n-en h2 {
    font-size: 48px;
}

.feature-section .content-wrap {
    max-width: 1040px;
}

.feature-section h2 {
    text-align: center
}


/* comparison end*/


/* saa-how-section */

.saa-how-section {
    background: #1B1141;
    color: #fff;
}

.saa-how-section h2 {
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.zss-how-main-each {
    text-align: left;
    display: flex;
    margin-top: 55px;
    flex-wrap: wrap;
    color: #000;
    justify-content: center;
}

.zss-how-each {
    background: #fafafa;
    margin: 0 10px;
    padding: 50px 40px;
    width: 31%;
    border: 1px solid #dfe4ed;
    margin: 10px;
    border-radius: 6px;
    transform: translateY(60px);
}
.zss-how-each h3 {
    font-size: 25px;
}
.zwe-ob.zss-how-each {
    transform: translateY(0px);
}

.zwe-ob.zss-how-each1,
.zwe-ob.zss-how-each2,
.zwe-ob.zss-how-each3 {
    transition: 1s ease;
}

.zwe-ob.zss-how-each4,
.zwe-ob.zss-how-each5,
.zwe-ob.zss-how-each6 {
    transform: translateY(0);
    transition: 1s .15s ease;
}

.zwe-ob.zss-how-each7,
.zwe-ob.zss-how-each8 {
    transform: translateY(0);
    transition: 1s .30s ease;
}

.zss-p-e-icon {
    background: url(/sites/zweb/images/marketingautomation/sma-mailchimp-sprite.svg) no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
    background-size: 390px auto;
    margin-bottom: 10px;
    text-indent: 100%;
    text-wrap: nowrap;
    overflow: hidden;
}

.zss-p-e-icon1 {
    background-position: 0 0
}

.zss-p-e-icon2 {
    background-position: -43px 9px;
    background-size: 320px auto;
}

.zss-p-e-icon3 {
    background-position: -98px 9px;
    background-size: 320px auto;
}

.zss-p-e-icon4 {
    background-position: -138px 13px;
    background-size: 290px auto;
    width: 65px;
}

.zss-p-e-icon5 {
    background-position: -229px 9px;
    background-size: 330px auto;
}

.zss-p-e-icon6 {
    background-position: -282px 3px;
    background-size: 330px auto;
}
.zss-p-e-icon7 {
    background: url(/sites/zweb/images/marketingautomation/active-campaigns-sprite.svg) no-repeat;
    background-position: 0 0;
    width: 55px;
    background-size: 330px auto;
}
.zss-p-e-icon8 {
    background-position: -138px 13px;
    background-size: 290px auto;
    width: 65px;
}

.saa-how-section h2+p {
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    margin-bottom: 25px;
}


/* saa-how-section */


/* why-section */

.zmm-why-section h2 {
    text-align: center;
}

.zmm-why-section .zmm-why-wrap {
    background: #000000;
    color: #fff;
    border-radius: 20px;
    display: flex;
    padding: 100px 100px 100px 100px;
    margin-top: 50px;
}

.zmm-why-wrap .column.left {
    width: 35%;
    padding-right: 5%;
    position: relative;
    flex: 1 0 auto;
}

.column.right {
    width: 70%;
    padding-left: 5%;
    align-self: flex-end;
}

.zmm-why-wrap .column.left img {
    max-width: 320px;
    position: relative;
    top: 140px;
}

.smm-qustion {
    background: url(/sites/zweb/images/marketingautomation/sma-question-mark.svg) no-repeat;
    text-wrap: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 70px;
    height: 100px;
    position: absolute;
    left: 10px;
    top: 80px;
    background-size: 60px auto;
}

.zmm-why-wrap ul li {
    border: 1px dashed #707070;
    border-radius: 26px;
    padding: 20px 50px 20px 70px;
    margin-bottom: 25px;
    position: relative;
    transform: translateY(60px);
}

.zmm-why-wrap ul li.zwe-ob {
    transform: translateY(0px);
}

.zmm-why-wrap ul li.zwe-ob:nth-child(1) {
    transition: 1s ease;
}

.zmm-why-wrap ul li.zwe-ob:nth-child(2) {
    transition: 1s .15s ease;
}

.zmm-why-wrap ul li.zwe-ob:nth-child(3) {
    transition: 1s .20s ease;
}

.zmm-why-wrap ul li.zwe-ob:nth-child(4) {
    transition: 1s .25s ease;
}

.zmm-why-wrap ul li.zwe-ob:nth-child(5) {
    transition: 1s .30s ease;
}

.zmm-why-wrap ul li:last-child {
    margin-bottom: 0;
}

.zmm-arrow {
    text-wrap: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #E4A53F;
    border-radius: 100%;
}

.zmm-arrow::before,
.zmm-arrow::after {
    background: #E4A53F none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 10px;
    left: 3px;
    top: 13px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 5px;
    margin: 0 auto;
}

.zmm-arrow:before {
    left: 7px;
    top: 11px;
    transform: rotate(-52deg);
    width: 12px;
}

.common-section.zmm-why-section {
    padding-bottom: 0;
}


/* why-section end*/


/* zmm-badges-section */

.zmm-badges-section {
    text-align: center;
}

.i18n-en .zmm-badges-section h2 {
    font-size: 36px;
}

.zmm-badges-section h2 {
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.mah-badge-each {
    background: #f3f3f3;
    padding: 20px;
    width: 160px;
    height: 160px;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    text-indent:-9999px;
}

.mah-badge-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto
}

.mah-badge-each span {
    width: 110px;
    height: 125px;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    text-wrap: nowrap;
    overflow: hidden;
}

@-webkit-keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.7)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.7)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-moz-keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.7)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.mah-badge-each.mah-badge1 span {
    background: url(/sites/zweb/images/otherbrandlogos/g2-leader-small-business-spring.png) no-repeat;
    background-size: 100% auto;
}

.mah-badge-each.mah-badge2 span {
    background: url(/sites/zweb/images/otherbrandlogos/g2-momentum-leader-summer-2023.png) no-repeat;
    background-size: 100% auto;
}

.mah-badge-each.mah-badge3 span {
    background: url(/sites/zweb/images/otherbrandlogos/g2-leader-small-business-winter.png) no-repeat;
    background-size: 100% auto;
}

.mah-badge-each.mah-badge4 span {
    background: url(/sites/zweb/images/otherbrandlogos/g2-small-business-asia-winter.png) no-repeat;
    background-size: 100% auto;
}

.mah-badge-each.mah-badge5 span {
    background: url(/sites/zweb/images/otherbrandlogos/g2-leader-summer.png) no-repeat;
    background-size: 100% auto;
}

.mah-badge-each.mah-badge6 span {
    background: url(/sites/zweb/images/otherbrandlogos/email-marketing-crozdesk-leader-2023.png) no-repeat;
    background-size: 100% auto;
}

.mah-badge-each.mah-badge7 span {
    background: url(/sites/zweb/images/otherbrandlogos/crozdesk-trusted-vendor.png) no-repeat;
    background-size: 100% auto;
}

.mah-badge-each.mah-badge8 span {
    background: url(/sites/zweb/images/otherbrandlogos/crozdesk-quality-choice.png) no-repeat;
    background-size: 100% auto;
}

.mah-badge1 {
    background: #ebf3ff
}

.mah-badge2 {
    background: #ffebeb
}

.mah-badge3 {
    background: #f4f0ff
}

.mah-badge4 {
    background: #ecf7f0
}

.mah-badge5 {
    background: #eff7ff
}

.mah-badge6 {
    background: #f4f0ff
}

.mah-badge7 {
    background: #e8fdff
}

.mah-badge8 {
    background: #fcecff
}

.mah-badges-section {
    text-align: center
}

.mah-badge-sec {
    margin-top: 35px
}

.zwe-om .mah-badge-each.mah-badge1 {
    animation: fadeScale 1s ease-out .2s forwards
}

.zwe-om .mah-badge-each.mah-badge2 {
    animation: fadeScale 1s ease-out .4s forwards
}

.zwe-om .mah-badge-each.mah-badge3 {
    animation: fadeScale 1s ease-out .6s forwards
}

.zwe-om .mah-badge-each.mah-badge4 {
    animation: fadeScale 1s ease-out .8s forwards
}

.zwe-om .mah-badge-each.mah-badge5 {
    animation: fadeScale 1s ease-out 1s forwards
}

.zwe-om .mah-badge-each.mah-badge6 {
    animation: fadeScale 1s ease-out 1.2s forwards
}

.zwe-om .mah-badge-each.mah-badge7 {
    animation: fadeScale 1s ease-out 1.4s forwards
}

.zwe-om .mah-badge-each.mah-badge8 {
    animation: fadeScale 1s ease-out 1.6s forwards
}

.common-section.zmm-badges-section {
    padding-bottom: 0;
}


/* zmm-badges-section */


/* zmm-cus-section */

.zmm-cus-section .content-wrap {
    background: #1b1141;
    border-radius: 20px;
    padding: 100px 100px 100px 100px;
}
.zmm-cus-section {
    color: #fff;
}
.zmm-cus-wrap {
    display: flex;
    align-items: center;
}

.zmm-cus-wrap .column.left {
    width: 40%;
    padding-right: 5%;
}

.zmm-cus-wrap .column.right>p {
    font-size: 29px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.zmm-cus-detail {
    display: flex;
}

.zmm-cus-detail-profile {
    width: 80px;
}

.zmm-cus-detail-profile span {
    width: 80px;
    height: 80px;
    background: url(/sites/zweb/images/marketingautomation/adrienne_thumbnail.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: 100%;
    text-wrap: nowrap;
    overflow: hidden;
    background-size: 110px auto;
    background-position: -18px 0px;
    border-radius: 100%;
    border: 2px solid #FFB52B;
}

.zmm-cus-detail-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.zmm-cus-detail-content p span {
    display: block;
    font-family: var(--secondaryfont-semibold);
}

.zmm-cus-detail-content {
    padding-left: 20px;
}

.common-section.zmm-cus-section {
    padding-bottom: 0;
}
.watch-btn {
    padding: 9px 0 9px 30px;
    text-transform: none;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0px;
    color: var(--primary-anchor-clr);
}

.watch-btn:after,.watch-btn:before {
    position: absolute;
    content: ''
}

.watch-btn:before {
    left: 0;
    top: 8px;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    background: #fff
}

.watch-btn:after {
    left: 9px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000
}

/* zmm-cus-section */


/* bottom-section */

.bottom-cta-section {
    text-align: center;
}
.bottom-cta-section .content-wrap{
    max-width: 780px;
}

.zmm-cus-wrap .column.right>p:after {
    content: '';
    background: url(/sites/zweb/images/marketingautomation/sma-double-quotes.svg) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -30px;
    top: -30px;
    background-size: 100px auto;
    z-index: 0;
}


/* bottom-section */


/* animation code */

@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);
    }
}

.img-wrap img {
    opacity: 0;
}

.zwe-om .img-wrap img {
    animation: slideDown 0.8s ease-out 0.3s forwards;
}


/* animation code end*/


/* responsive */

@media screen and (max-width: 1366px) {
    .zmm-cus-section .content-wrap {
        padding: 100px 80px 100px 80px;
    }
    .i18n-en .zmm-cus-section h2 {
        font-size: 43px;
    }
}

@media screen and (max-width: 1280px) {
    .zmm-why-wrap .column.left img {
        top: 190px;
    }
}

@media screen and (max-width: 1279px) {
    .zss-how-each {
        padding: 30px 30px;
    }
    .common-section {
        padding: 100px 0;
    }
    .zmm-why-wrap .column.left {
        display: none;
    }
    .column.right {
        width: 100%;
        padding: 0;
    }
    .zmm-why-section .zmm-why-wrap {
        padding: 70px 70px;
    }
    .zmm-why-section .content-wrap {
        max-width: 870px;
    }
    .i18n-en h2 {
        font-size: 42px;
    }
    .saa-how-section h2 {
        max-width: 740px;
    }
    .i18n-en h1 {
        font-size: 54px;
    }
    .zmm-cus-wrap {
        flex-wrap: wrap;
    }
    .zmm-cus-wrap .column.left,
    .zmm-cus-wrap .column.right {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .zmm-cus-detail {
        justify-content: center;
        text-align: left;
    }
    .zmm-cus-section .content-wrap {
        padding: 70px 60px 80px 60px;
    }
    .zmm-cus-wrap .column.right>p:after {
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
    .i18n-en h1 {
        font-size: 48px;
    }
    .header-section p {
        max-width: 620px;
    }
    .sb-comparison-inner {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .sb-comparison-inner table {
        width: 100%;
        box-sizing: border-box
    }
    .common-section {
        padding: 90px 0;
    }
    .zss-how-each {
        width: 46%;
    }
    .zmm-cus-wrap .column.right>p:after {
        display: none;
    }
    .header-section {
        padding: 60px 0 100px 0;
    }
    .sb-comparison {
        padding: 35px;
    }
    .sb-comparison-inner table tr th:nth-child(2) {
        min-width: 260px;
    }
    .sb-comparison-inner table tr th:last-child {
        min-width: 180px;
    }
    .zmm-cus-wrap .column.right>p{
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .i18n-en h1 {
        font-size: 40px;
    }
    .i18n-en h2 {
        font-size: 36px;
    }
    .sb-comparison {
        padding: 60px 15px 40px 15px
    }
    .pricing-faq ul li h3 {
        font-size: 18px
    }
    .zss-how-each {
        width: 100%;
    }
    .zmm-why-section .zmm-why-wrap {
        padding: 50px 40px;
    }
    .zmm-why-wrap ul li {
        padding: 20px 35px 20px 70px;
    }
    .i18n-en .zmm-cus-section h2 {
        font-size: 30px;
    }
    .zmm-cus-wrap .column.right>p{
        line-height: 1.4;
        font-size: 26px;
    }
}

@media screen and (max-width: 640px) {
    .zcw-int-box {
        width: 90px;
        height: 90px;
    }
    .zcw-int-box span {
        width: 60px;
        height: 60px;
        background-size: 80% auto;
    }
    .zcw-int-wrap {
        max-width: 270px;
        margin: 0 auto;
        margin-top: 80px;
    }
    .zmm-cus-detail {
        flex-direction: column;
        text-align: center;
    }
    
    .zmm-cus-detail-profile {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .header-section {
        padding: 60px 0 80px 0;
    }
    .common-section {
        padding: 70px 0;
    }
    .i18n-en h2 {
        font-size: 30px;
    }
    .sb-comparison {
        margin-top: 40px;
    }
    .zmm-why-section .zmm-why-wrap {
        padding: 30px 20px;
    }
    .zmm-cus-wrap .column.right>p {
        font-size: 18px;
    }
    .zmm-cus-section .content-wrap {
        padding: 50px 30px;
    }
    .i18n-en .zmm-cus-section h2 {
        font-size: 24px;
    }
    .zmm-cus-detail-profile span {
        width: 60px;
        height: 60px;
        background-size: 90px auto;
        background-position: -18px -2px;
    }
    .zmm-cus-detail-content {
        padding-left: 15px;
    }
    .zmm-cus-detail-profile {
        width: 60px;
    }
    .zmm-cus-detail-content p {
        font-size: 11px;
    }
    .i18n-en .zmm-badges-section h2 {
        font-size: 30px;
    }
    .zmm-arrow {
        top: 27px;
        bottom: auto;
        display: none;
    }
    .zmm-why-wrap ul li {
        padding: 20px;
    }
    .zmm-why-section .zmm-why-wrap {
        margin-top: 30px;
    }
    .i18n-en h1 {
        font-size: 38px;
    }
    .pricing-faq ul li h3 {
        font-size: 16px;
    }
    .pricing-faq ul li {
        padding: 40px;
    }
    .pricing-faq ul li {
        padding: 0 25px 0 25px;
    }
    .pricing-faq ul li.zactive {
        padding: 25px;
    }
}

@media screen and (max-width: 375px) {
    .pricing-faq ul li h3 {
        font-size: 12px;
    }
    .pricing-faq ul li h3 .arrow {
        top: -9px;
    }
}