.zwv-wrapper section {
    padding: 120px 0
}

.zwv-wrapper section.zwv-banner {
    padding-top: 80px
}

.zw-product-header,
.zwv-banner {
    background: #e6dff1
}

.non-umain .signup_btn {
    display: none
}

.zwv-banner-inner,
.zwv-cloudcc-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.zwv-banner-inner .banner-cont {
    width: 100%;
    max-width: 47%
}

.banner-cont h1 {
    color: #2a1152;
    font-size: 72px
}

.hidden {
    opacity: 0;
    transition: all .5s ease 0s
}

.zwv-wrapper h2 {
    font-size: 56px;
    font-family: var(--primaryfont-bold)
}

.zwv-wrapper .banner-cont:nth-child(1) p {
    font-size: 20px;
    margin: 24px 0 30px;
    max-width: 570px
}

a.zwv-democta {
    color: #3e2369;
    border: 2px solid #3e2369;
    font-weight: 600;
    padding: 13px 35px;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease 0s;
    font-family: var(--zf-primary-semibold), sans-serif;
    text-transform: uppercase
}

.cta-bts {
    display: flex;
    column-gap: 15px
}

.act-btn.cta-btn {
    padding: 13px 40px;
    border-radius: 5px;
    font-size: 18px;
    font-family: var(--zf-primary-semibold), sans-serif
}

.signup-box {
    background: #fff;
    padding: 30px;
    max-width: 496px;
    border-radius: 5px
}

.signup-box>p {
    margin-bottom: 0;
    font-family: var(--primaryfont-semibold)
}

.signup-box-wrap {
    text-align: center;
    margin: 0 auto
}

.signup-box>p.znote {
    color: #c25b41;
    font-size: 14px;
    font-family: var(--zf-secondary-medium);
    margin-top: 10px
}

.bannr-img {
    display: none;
    opacity: 1
}

.umain .bannr-img {
    display: block;
    text-align: center
}

section.zwv-cloudcc {
    background: linear-gradient(#e6dff1 50%, #3d2268 50%);
    padding-top: 0
}

.zwv-cloudcc-inner {
    background: #dcf2b0;
    padding: 60px;
    border-radius: 16px;
    gap: 100px
}

.cloudcc-img {
    width: 100%;
    max-width: 38%
}

.cloudcc-cont {
    width: 100%;
    max-width: 50%
}

.cloudcc-cont p {
    margin-bottom: 0
}

.dark-purple {
    background: #3e2369;
    color: #fff
}

.zwv-wrapper section.pricing-section,
.zwv-wrapper section.zwv-compliance {
    padding: 0
}

section.zwv-tab {
    position: sticky;
    top: 64px;
    z-index: 10;
    transition: all .5s ease 0s;
    padding: 10px 0
}

.feature-tabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    border: 1px solid rgba(164, 138, 207, 0.4);
    border-radius: 60px;
    max-width: 940px;
    margin: 0 auto
}

.feature-tabs ul li {
    color: #c580e9;
    font-size: 17px;
    text-transform: uppercase;
    padding: 12px 44px 12px 60px;
    position: relative;
    transition: all .5s ease 0s;
    cursor: pointer;
    font-family: var(--zf-primary-medium)
}

.feature-tabs ul li::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 28px;
    top: 10px;
    left: 26px;
    background: url("//cdn.zoho.com.cn/sites/zweb/images/voice/contact-center/voice-cc-sprite.svg") 0 0 / 100px no-repeat
}

.feature-tabs ul li:nth-child(2)::before {
    background-position: -24px 0
}

.feature-tabs ul li:nth-child(3)::before {
    background-position: -50px 0
}

.feature-tabs ul li:nth-child(4)::before {
    background-position: -76px 0
}

.feature-tabs ul li.active {
    background: #2a1152;
    border-radius: 100px;
    color: #dcf2b0;
    transition: all .3s ease 0s
}

.zwv-wrapper .zwv-platform {
    padding-top: 80px
}

section.zwv-platform h2 {
    text-align: center;
    color: #dcf2b0;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.zwv-platform-inner {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}

.platform-grid {
    width: 100%;
    max-width: 49%;
    background: #2a1152;
    padding: 50px;
    border-radius: 10px
}

.platform-grid span {
    display: block;
    width: 60px;
    height: 60px;
    background: url("//cdn.zoho.com.cn/sites/zweb/images/voice/contact-center/icon-sprite.png") 0 0 / 710px no-repeat;
    margin-bottom: 20px
}

span.grid-icon1 {
    background-position: -408px 0;
    width: 50px
}

span.grid-icon2 {
    background-position: 10px 0;
    width: 56px
}

span.grid-icon3 {
    background-position: -50px 0
}

span.grid-icon4 {
    background-position: -293px 0;
    width: 50px
}

span.grid-icon5 {
    background-position: -112px 0;
    width: 94px
}

span.grid-icon6 {
    background-position: -654px 0
}

span.grid-icon7 {
    background-position: -346px 0
}

span.grid-icon8 {
    background-position: -457px 0;
    width: 60px
}

section.zwv-compliance {
    background: linear-gradient(#3e2369 50%, #fff 50%)
}

.zwv-compliance-inner {
    background: #111;
    color: #fff;
    padding: 60px;
    border-radius: 16px;
    display: flex;
    gap: 15px;
    justify-content: right;
    position: relative;
    align-items: center;
    z-index: 2;
    overflow: hidden
}

.zwv-compliance-inner span {
    font-family: var(--zf-primary-semibold);
    color: #d0ec97
}

.zwv-compliance-inner::before {
    content: "";
    position: absolute;
    background: url("//cdn.zoho.com.cn/sites/zweb/images/voice/contact-center/compliance-lock.png") no-repeat;
    background-size: 258px auto;
    background-position: left;
    width: 260px;
    height: 260px;
    top: -5px;
    left: 20px;
    z-index: 1;
    opacity: .6
}

.zwv-compliance-inner h3 {
    font-size: 32px;
    max-width: 20%;
    width: 100%
}

.zwv-compliance-inner p {
    width: 100%;
    max-width: 59%;
    margin-bottom: 0
}

section.zwv-features {
    background: #e6e0f1;
    position: relative;
    padding-top: 110px
}

section.zwv-features::after {
    content: "";
    position: absolute;
    background: url("//cdn.zoho.com.cn/sites/zweb/images/voice/contact-center/contactcenter-star.svg") 0 0 / 359px no-repeat;
    width: 350px;
    height: 350px;
    right: 0;
    bottom: -150px;
    z-index: 0
}

.zwv-features-inner,
.zwv-features-grid {
    display: flex;
    gap: 40px;
    margin-top: 70px;
    flex-flow: wrap;
    justify-content: space-evenly
}

.feature-list {
    padding-bottom: 20px;
    position: relative;
    padding-left: 10px
}

.feature-list a {
    border: 2px solid #3d2268;
    padding: 15px 30px;
    border-radius: 5px;
    color: #3d2268;
    font-family: var(--primaryfont-semibold);
    text-transform: uppercase
}

.feature-list.feature-cta {
    padding: 80px 0;
    text-align: center
}

.zwv-features-grid {
    margin-top: 40px
}

.zwv-features-grid .feature-list {
    width: 100%;
    max-width: 31%
}

.feature-list h3 {
    font-size: 23px
}

.feature-list h3::before {
    content: "";
    position: absolute;
    background: url("//cdn.zoho.com.cn/sites/zweb/images/voice/contact-center/tick-purple.svg") 0 0 / 18px no-repeat;
    width: 100%;
    height: 100%;
    top: 7px;
    left: -19px
}

.features-img {
    width: 100%;
    max-width: 64%
}

.features-img img {
    border-radius: 30px
}

.features-cont {
    width: 100%;
    max-width: 30%
}

.pricing-inner {
    background: #dcf2b0;
    padding: 80px 140px;
    border-radius: 16px;
    position: relative;
    overflow: hidden
}

.pricing-inner::after {
    content: "";
    position: absolute;
    background: url("//cdn.zoho.com.cn/sites/zweb/images/voice/contact-center/voice-pricing.png") 0 0 / 329px no-repeat;
    width: 320px;
    height: 190px;
    right: 0;
    bottom: 0
}

section.pricing-section {
    background: linear-gradient(#e6dff1 50%, #fff 50%);
    padding-top: 60px !important
}

.pricing-inner a {
    background: #2a1152;
    color: #fff;
    padding: 17px 30px;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    font-family: var(--primaryfont-semibold)
}

.faq-accordian {
    max-width: 900px;
    margin: 60px auto 0;
    min-height: 460px
}

.faq-accordian li {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    cursor: pointer
}

.faq-accordian h4.active {
    color: #3e;
    padding-bottom: 15px
}

.faq-accordian h4 {
    position: relative;
    color: #000;
    margin: 0;
    padding-right: 30px;
    font-size: 19px
}

.faq-accordian h4.active::after {
    content: "-"
}

.faq-accordian h4::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px
}

.faq-inner h2 {
    text-align: center
}

section.zwv-btmcta {
    background: #2a1152;
    position: relative;
    overflow: hidden
}

.zwv-btmcta-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center
}

.cta-cont h2 {
    color: #dcf2b0;
    max-width: 600px
}

.cta-cont {
    display: inline-grid;
    z-index: 1
}

.cta-cont span {
    font-size: 23px;
    color: #fff;
    max-width: 260px
}

.cta-cont a {
    background: #a48acf;
    display: inline;
    padding: 15px 20px;
    color: #3e2369;
    border-radius: 5px;
    font-size: 17px;
    font-family: var(--zf-primary-medium);
    margin-top: 20px;
    max-width: 402px;
    text-align: center;
    text-transform: uppercase
}

section.zwv-btmcta::after {
    content: "";
    position: absolute;
    background: url("//cdn.zoho.com.cn/sites/zweb/images/voice/contact-center/contact-center-voicecall.png") 0 0 / 359px no-repeat;
    width: 320px;
    height: 320px;
    right: 118px;
    bottom: -60px;
    z-index: 0;
    transform: rotate(16deg)
}

.zwv-growbusiness h2 {
    max-width: 830px;
    color: #3d2268;
    margin-bottom: 70px;
    z-index: 2;
    position: relative
}

.zwv-growbusiness {
    position: relative;
    display: block
}

.zwv-growbusiness::before {
    content: "";
    position: absolute;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/voice/contact-center/voice-shapes.svg) left center / 310px no-repeat #fff;
    width: 380px;
    height: 380px;
    top: 30px;
    background-position: 0 0;
    left: 0;
    z-index: 2
}

.slider-content .zwv-types {
    padding: 80px 60px;
    margin-right: 15px;
    border-radius: 16px
}

.slider-content .zwv-types h4 {
    font-size: 32px;
    font-family: var(--primaryfont-bold)
}

.slider-content .zwv-types p {
    margin-bottom: 0
}

.zwv-types.purple {
    background: #f1edf8
}

.zwv-types.limegreen {
    background: #f1fadf
}

.zwv-types.blue {
    background: #d7f3ff
}

.zwv-growbusiness .content-wrap {
    position: relative;
    width: 90%;
    max-width: 1550px;
    margin: 0 0 0 auto;
    overflow: hidden
}

.zwv-growbusiness-inner {
    display: flex;
    grid-auto-flow: column;
    align-items: center
}

.slide-img {
    width: 100%;
    max-width: 38%;
    z-index: 1;
    background: #fff;
    text-align: center;
    padding: 0 0 80px
}

.slide-wrap {
    width: 100%;
    max-width: 40%
}

.slick-list {
    margin: 0;
    padding: 0;
    overflow: visible !important
}

.slick-next,
.slick-prev {
    width: 55px;
    height: 55px;
    border: 2px solid #cdcdcd;
    border-radius: 100%;
    top: 112%
}

.slick-next::after,
.slick-next::before,
.slick-prev::after,
.slick-prev::before {
    height: 14px;
    background: #cdcdcd;
    left: 0;
    right: -3px;
    margin: auto
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:hover:after,
.slick-prev:hover:before {
    border-color: #3d2268
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
    background: #3d2268
}

.slick-prev::after,
.slick-next::after {
    bottom: 13px
}

.slick-prev::before,
.slick-next::before {
    top: 14px
}

.slick-prev::after,
.slick-prev::before {
    right: 8px
}

.slick-prev {
    left: 0
}

.slick-next {
    left: 75px
}

.slider-content {
    margin-bottom: 100px
}

.other-lang .cta-bts a {
    margin: 20px 0 0 0
}

.other-lang .cta-bts {
    flex-wrap: wrap
}

.other-lang .feature-tabs ul {
    max-width: fit-content
}

.other-lang .cta-cont h2 {
    max-width: 800px
}

.other-lang .feature-list.feature-cta:last-child {
    max-width: 41%;
    width: 100%
}

/* En-page after inspect */



/*En-page after inspect */
/* other-lang after inspect */

.other-lang .zwv-compliance-inner {
    gap: 30px
}

.other-lang .cta-cont span {
    max-width: 360px;
}

.other-lang .zwv-compliance-inner h3 {
    max-width: 22%;
    font-size: 23px;
}

.other-lang .feature-list.feature-cta:last-child {
    max-width: 45%;
}

.other-lang .i18n-fr .zwv-compliance-inner {
    gap: 0;
}

.other-lang .i18n-fr .feature-list.feature-cta:last-child {
    max-width: 47%;
}

.other-lang .i18n-fr .zwv-compliance-inner {
    gap: 45px
}

.other-lang .i18n-nl section.zwv-tab {
    margin: -1px 0px;
}



/* other-lang after inspect end */

@media(min-width: 1440px) {
    .other-lang .banner-cont h1 {
        font-size: 52px
    }
}

@media only screen and (min-width: 1340px) {
    .zwv-wrapper p {
        line-height: 1.7
    }

    .rl-img,
    .lr-img {
        transition: all 1.5s
    }

    .rl-img {
        transform: translateX(40px);
        opacity: .8
    }

    .lr-img {
        transform: translateX(-40px);
        opacity: .8
    }

    .middle-animated .rl-img {
        transform: translateX(0);
        opacity: 1
    }

    .middle-animated .lr-img {
        transform: translateX(0);
        opacity: 1
    }
}

@media only screen and (max-width: 1440px) {
    .banner-cont h1 {
        font-size: 68px
    }

    /* for other lang edit */
    .other-lang .banner-cont h1 {
        font-size: 60px
    }

    /* for other lang edit */
    .slide-img {
        padding: 50px 0 80px
    }

    .slider-content .zwv-types {
        padding: 70px 50px
    }

    .zwv-features-inner,
    .zwv-features-grid {
        gap: 20px
    }

    .zwv-features-grid {
        margin-top: 20px
    }
}

@media only screen and (max-width: 1340px) {
    .banner-cont h1 {
        font-size: 64px
    }

    .feature-list h3 {
        font-size: 22px
    }

    .slider-content .zwv-types h4 {
        font-size: 30px
    }

    .slider-content .zwv-types {
        padding: 70px 30px
    }

    /* for other lang edit */
    .other-lang .banner-cont h1 {
        font-size: 55px
    }

    /* for other lang edit */
}

@media only screen and (max-width: 1280px) {
    .slide-img {
        padding: 70px 0 80px
    }

    .slider-content .zwv-types h4 {
        font-size: 28px
    }

    .banner-cont h1 {
        font-size: 60px
    }

    .features-img {
        width: 100%;
        max-width: 60%
    }

    /* for other lang edit */
    .other-lang .banner-cont h1 {
        font-size: 55px
    }

    .other-lang .i18n-nl .banner-cont h1 {
        font-size: 45px
    }

    .other-lang .zwv-wrapper h2 {
        font-size: 42px;
    }

    /* for other lang edit */
}

@media only screen and (max-width: 1199px) {
    section.zwv-tab {
        top: 0
    }

    .banner-cont h1 {
        font-size: 55px
    }

    /* for other lang edit */
    .other-lang .banner-cont h1 {
        font-size: 50px
    }

    /* for other lang edit */

    .zwv-growbusiness .content-wrap {
        position: relative;
        width: 90%;
        max-width: 1280px;
        margin: 0 auto
    }

    .slick-list {
        overflow: hidden !important
    }

    .zwv-growbusiness::before {
        z-index: 1
    }

    .slider-content {
        margin-bottom: 0
    }

    .slide-wrap {
        width: 100%;
        max-width: 50%
    }

    .slide-img {
        padding: 0;
        width: 100%;
        max-width: 48%
    }

    .zwv-growbusiness-inner {
        gap: 20px
    }

    .features-img {
        width: 100%;
        max-width: 70%;
        margin-bottom: 40px
    }

    .features-cont {
        display: flex;
        width: 100%;
        max-width: 100%;
        gap: 20px;
        flex-flow: wrap
    }

    .zwv-compliance-inner {
        justify-content: right;
        gap: 30px
    }

    .feature-list h3 {
        font-size: 19px
    }

    .feature-list a {
        padding: 15px 19px
    }

    .features-cont .feature-list {
        width: 100%;
        max-width: 31%
    }

    section.zwv-features h2,
    .zwv-growbusiness h2 {
        text-align: center;
        margin: 0 auto 30px
    }

    .zwv-wrapper h2 {
        font-size: 50px
    }

    section.zwv-btmcta::after {
        right: 0
    }

    .cta-cont h2 {
        max-width: 540px
    }

    .zwv-cloudcc-inner {
        gap: 50px
    }

    .feature-list.feature-cta {
        padding: 0 0 0 10px;
        text-align: left
    }

    .zwv-features-grid .feature-list {
        width: 100%;
        max-width: 42%
    }

    .zwv-features-grid .feature-list:last-child {
        display: none
    }

    .act-btn.cta-btn {
        padding: 13px 30px
    }

    .cta-bts {
        flex-wrap: wrap
    }

    .other-lang .cta-cont h2 {
        max-width: 550px
    }
 
}

@media only screen and (max-width: 1024px) {
    .banner-cont h1 {
        font-size: 52px
    }

    /* for other lang edit */
    .other-lang .banner-cont h1 {
        font-size: 40px
    }

    /* for other lang edit */

    .zwv-wrapper h2 {
        font-size: 44px
    }

    .cta-bts,
    .zwv-btmcta-inner {
        flex-wrap: wrap;
        gap: 12px
    }

    a.zwv-democta {
        padding: 13px 29px
    }

    .cta-cont {
        width: 100%;
        margin: 0 auto;
        max-width: 80%
    }

    .other-lang .feature-tabs ul li {
        font-size: 12px;
    }

    .other-lang .feature-tabs ul li::before {
        top: 3px;
    }
}

@media only screen and (max-width: 991px) {
    .bannr-img {
        display: block
    }

    .zwv-compliance-inner {
        justify-content: center;
        gap: 70px
    }

    .zwv-compliance-inner::before,
    .zwv-growbusiness::before {
        display: none
    }

    .zwv-wrapper h2 {
        font-size: 38px
    }

    .banner-cont h1 {
        font-size: 44px
    }

    .zwv-wrapper .banner-cont:nth-child(1) p {
        font-size: 18px
    }

    .cta-cont a {
        max-width: 368px
    }

    .zwv-wrapper section {
        padding: 90px 0
    }

    .zwv-wrapper section.zwv-banner {
        padding: 70px 0 0
    }

    .zwv-wrapper section.zwv-tab,
    section.pricing-section {
        padding: 0 !important
    }

    .feature-tabs ul li {
        font-size: 15px
    }

    .feature-tabs ul {
        gap: 20px;
        border: 0
    }

    .other-lang .cta-cont span {
        max-width: 360px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 880px) {
    .pricing-inner {
        padding: 80px 50px
    }

    .zwv-growbusiness-inner,
    .zwv-banner-inner,
    .zwv-cloudcc-inner {
        flex-wrap: wrap;
        gap: 30px
    }

    .slide-img {
        width: 100%;
        max-width: 68%;
        margin: 0 auto
    }

    .slide-wrap {
        width: 100%;
        max-width: 80%;
        margin: 0 auto
    }

    .zwv-growbusiness h2 {
        max-width: 660px
    }

    .cloudcc-img,
    .cloudcc-cont,
    .zwv-banner-inner .banner-cont {
        width: 100%;
        max-width: 80%;
        text-align: center
    }

    .cta-bts,
    .zwv-btmcta-inner {
        justify-content: center
    }

    .zwv-wrapper .banner-cont:nth-child(1) p {
        font-size: 18px;
        margin: 0 auto 30px
    }

    .zwv-cloudcc-inner {
        flex-direction: column-reverse
    }

    .platform-grid {
        padding: 40px
    }

    .zwv-features-grid .feature-cta {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

}

@media only screen and (max-width: 768px) {
    .feature-tabs ul li {
        padding: 12px 24px 12px 57px
    }

    .feature-tabs ul li {
        font-size: 14px
    }

    .platform-grid {
        width: 100%;
        max-width: 84%
    }

    .zwv-compliance-inner {
        gap: 10px;
        flex-flow: column
    }

    .zwv-compliance-inner h3,
    .zwv-compliance-inner p {
        max-width: 100%
    }

    .slider-content .zwv-types h4 {
        font-size: 23px
    }

    .cloudcc-img,
    .cloudcc-cont,
    .zwv-banner-inner .banner-cont {
        width: 100%;
        max-width: 85%;
        text-align: center
    }

    .zwv-wrapper h2 {
        font-size: 30px
    }

    .zwv-growbusiness h2 {
        max-width: 530px
    }

    .platform-grid,
    .slide-wrap {
        width: 100%;
        max-width: 80%
    }

    .slider-content .zwv-types {
        border-radius: 15px;
        margin-top: 20px;
    }
    .other-lang .zwv-compliance-inner h3 {
        max-width: 100%;
        font-size: 24px;
    }
    .other-lang .zwv-compliance-inner {
        gap: 10px;
    }
    .other-lang .zwv-wrapper h2 {
        font-size: 34px;
        word-wrap: break-word;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content .zwv-types {
        padding: 70px 30px;
        margin-bottom: 20px;
        margin-right: 0
    }

    .zwv-wrapper section.zwv-tab {
        padding: 0;
        display: none
    }

    .zwv-features-grid .feature-list {
        width: 100%;
        max-width: 82%
    }

    .pricing-inner::after {
        right: -80px;
        bottom: -20px;
        background-size: 267px
    }

    .pricing-inner a,
    .cta-cont a {
        padding: 14px 20px;
        font-size: 16px
    }

    .cta-cont a {
        max-width: 338px
    }

    .cta-cont {
        width: 100%;
        margin: 0 auto;
        max-width: 100%
    }

    .platform-grid,
    .slide-wrap {
        width: 100%;
        max-width: 100%
    }

    .banner-cont h1 {
        font-size: 38px;
        word-wrap: break-word;
    }



    .other-lang .zwv-compliance-inner {
        gap: 10px;
    }

  
}


@media only screen and (max-width: 690px) {
    section.zwv-btmcta::after {
        right: -60px;
        background-size: 280px;
        bottom: -100px
    }

    section.zwv-features::after,
    .zwv-growbusiness::before {
        display: none
    }

    .pricing-inner::after {
        right: -140px;
        bottom: -60px;
        background-size: 197px
    }

    /* by edit */
    .zwv-wrapper section.zwv-cloudcc {
        padding-bottom: 0
    }

    /* by edit */
}

@media only screen and (max-width: 620px) {
    .banner-cont h1 {
        font-size: 32px
    }

    .zwv-wrapper section.zwv-banner {
        padding: 30px 0 0
    }

    /* 
    .zwv-wrapper section.zwv-cloudcc {
        padding-bottom: 0
    } */

    .zwv-wrapper section {
        padding: 70px 0
    }

    section.zwv-btmcta::after {
        right: -100px;
        background-size: 230px;
        bottom: -170px
    }

    .zwv-features-inner,
    .zwv-features-grid {
        margin-top: 40px
    }

    .zwv-wrapper h2 {
        font-size: 27px
    }

    .cta-cont h2 {
        max-width: 360px;
        margin-bottom: 0
    }

    .cta-cont span {
        max-width: 240px;
        font-size: 18px
    }

    .platform-grid {
        padding: 40px 26px
    }

    .zwv-compliance-inner {
        padding: 50px 30px
    }

    .slide-img {
        width: 100%;
        max-width: 88%
    }

    .other-lang .banner-cont h1 {
        font-size: 30px;
    }

    .other-lang .pricing-inner {
        padding: 50px 20px;
    }

    .other-lang .cta-cont a {
        max-width: max-content;
        font-size: 12px;
    }
}

@media only screen and (max-width: 540px) {
    .banner-cont h1 {
        font-size: 28px
    }

    .zwv-wrapper h2 {
        font-size: 24px
    }

    .zwv-cloudcc-inner {
        padding: 50px 13px
    }

    .zwv-compliance-inner h3 {
        font-size: 25px
    }

    .faq-accordian h4 {
        font-size: 17px
    }

    .zwv-features-grid .feature-list {
        width: 100%;
        max-width: 92%;
        padding-bottom: 0
    }

    .pricing-inner {
        padding: 50px 30px
    }

    .faq-accordian {
        margin: 30px auto 0
    }

    .cta-cont a {
        max-width: 308px;
        font-size: 14px
    }

    .cloudcc-img,
    .cloudcc-cont,
    .zwv-banner-inner .banner-cont {
        width: 100%;
        max-width: 96%;
        text-align: center
    }

    .feature-list a {
        padding: 15px 19px;
        font-size: 15px
    }

    .zwv-features-inner,
    .zwv-features-grid {
        margin-top: 0
    }

    .features-img {
        width: 100%;
        max-width: 90%;
        margin-bottom: 20px
    }

    .slider-content .zwv-types {
        padding: 40px 30px
    }
    .other-lang .pricing-inner a, .other-lang .cta-cont a{
        font-size: 12px;
    }
}

@media only screen and (max-width: 435px) {
    .banner-cont h1 {
        font-size: 25px
    }

    .zwv-wrapper .banner-cont:nth-child(1) p {
        font-size: 16px
    }

    .act-btn.cta-btn,
    a.zwv-democta {
        font-size: 16px
    }

    section.zwv-btmcta::after,
    .pricing-inner::after {
        display: none
    }

    .cta-cont a {
        max-width: 300px;
        font-size: 13px
    }

    .feature-list a {
        padding: 15px 12px;
        font-size: 13px
    }

    .other-lang .zwv-wrapper h2 {
        font-size: 22px;
    }

    .other-lang .cta-bts {
        gap: 10px
    }
}