.zmobile-menu-new-content li.zmenu-pricing,li.leaf.first.zmenu-pricing {
    display: none;
}
.zw-product-header .product-nav-links li.zmenu-demo a, .product-header-top li.zmenu-demo a {
    display: inline-block;
    border: 1px solid #f0483e;
    color: #f0483e;
    font-family: var(--zf-secondary-semibold);
    font-size: 13px;
    padding: 5px 20px;
}
.product-header-top li.zmenu-demo a {
    padding: 10px 20px;
}
.product-header-top li.zmenu-demo {
    margin-left: 25px;
}
.zwc-banner-content a.btn-pricing,
.zwc-banner-content a.show-slide-form {
    display: inline-block;
    border: 1px solid #f0483e;
    color: #f0483e;
    font-family: var(--zf-primary-semibold),sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}
body {
    background: #fffcf8;
}
.act-btn.cta-btn,  a.show-slide-form {
    padding: 14px 40px;
    border-radius: 3px;
}
img {
    display: block
}
h1 {
    font-size: 65px;
    line-height: 1.1;
    font-family: var(--primaryfont-regular);
}
h1 strong {
    font-family: var(--primaryfont-bold);
}
a.zwc-link {
    color: #004eff;
    text-decoration: underline;
}
body h2 {
    font-size: 50px;
    line-height: 1.1;
    font-family: var(--primaryfont-regular);
}
.rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rows>div {
    flex: 0 0 50%;
    max-width: 50%
}
.zw-product-header,.zwc-banner-section {
    background: #ffeedd;
}
.zwc-wrapper h4 {
    line-height: 1.2;
    font-family: var(--secondaryfont-bold);
    font-size: 26px
}
.img-shadow img {
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    border-radius: 8px;
    border: 1px solid #dfdfdf;
}

.data-loaded span.icon {
    background-image: url(/sites/zweb/images/notebook/business/zn-business-sprite.png);
}
.zwc-banner-img span.icon:before {
    content: "";
    background: url(/sites/zweb/images/notebook/business/zn-business-sprite.png) no-repeat;
    background-position: -49px -6px;
    background-size: 250px auto;
    width: 40px;
    height: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.8);
}
.zwc-banner-section {
    padding: 4em 0 7em;
    position: relative
}
.zwc-banner-content {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 60px;
}
.zwc-banner-section .rows {
    align-items: center;
}

.zwc-banner-content p {
    max-width: 700px;
    margin: 0 auto 20px;
}
.zwc-banner-content span.zwc-persons {
    background: url(/sites/zweb/images/notebook/business/znb-persons.png) no-repeat;
    background-size: 160px auto;
    background-position: -5px -5px;
    width: 160px;
    height: 70px;
    display: inline-block;
}
.zwc-banner-img .img-3 {
    position: absolute;
    transform: translateY(-50%);
    left: -30px;
    top: 50%;
    max-width: 110px;
}
.zwc-banner-img span.icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fec739;
    border: 1px solid #000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.zwc-banner-img span.icon.icon-1 {
    right: -20px;
    bottom: -30px;
}
.zwc-banner-img .img-2 img {
    box-shadow: 5px 11px 90px rgba(0,0,0,0.2);
}
.zwc-banner-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;
    background: #fffcf8;
}
.zwc-banner-img span.icon.icon-2 {
    top: 40px;
    right: -25px;
    background: #f77979;
    border-color: #c35959;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.zwc-banner-img span.icon.icon-2:before {
    background-position: 2px -9px;
    transform: translate(-50%,-50%) scale(0.6);
    width: 50px;
    height: 32px;
}
.zwc-banner-img {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.zwc-banner-img .img-2 {
    position: absolute;
    bottom: -50px;
    max-width: 330px;
    right: -70px;
}
.zwc-banner-img .img-3 img, .zwc-banner-img .img-2 img {
    border-radius: 10px;
}

/****** Rating *******/

.zwc-rating-section {
    text-align: center;
}
.zwc-rating-section .content-wrap {
    padding: 0 0 80px;
    border-radius: 20px;
    max-width: 1200px
}
.zwc-rating-section h2 {
    margin: 0 auto 50px;
    max-width: 600px;
    font-size: 28px;
    font-family: var(--primaryfont-regular);
    display: inline-block;
    position: relative;
    padding-left: 160px;
    padding-right: 160px;
}
.zwc-rating-section h2 span:before,.zwc-rating-section h2 span:after {
    content:"";
    background-image: linear-gradient(270deg, rgba(155,154,152,1) 0%, rgb(255 252 248) 100%);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
}
.zwc-rating-section h2 span {
    height: 9px;
    width: 140px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.zwc-rating-section h2 span:last-child {
    right: 0;
    left: auto;
}
.zwc-rating-section h2 span:after {
    bottom: 0;
}
.zwc-rating-section h2 span:last-child:before,.zwc-rating-section h2 span:last-child:after {
    background-image: linear-gradient(90deg, rgba(155,154,152,1) 0%, rgb(255 252 248) 100%);
}
.zwc-rating-section ul {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}
.zwc-rating-section ul li {
    width: 150px;
}
.zwc-rating-section ul li img {
    max-width: 130px;
    margin: 0 auto;
}
.zwc-rating-section ul li.playstore img {
    max-width: 150px;
}
.zwc-rating-img {
    min-height: 40px;
    display: flex;
    align-items: center;
}
.zwc-rating-content.zwc-badge img {
    max-width: 90px;
}
.counter-star {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #888;
    font-size: 12px
}
.current-value {
    font-size: 18px;
    color: #000
}
.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 21px;
    letter-spacing: 2px;
    margin: 6px 0;
}
.stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605\2605\2605\2605\2605';
    color: #d0d0d0
}
.stars-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605\2605\2605\2605\2605';
    color: #f9a826;
    overflow: hidden;
    transition: ease all 3s;
    -webkit-transition: ease all 3s;
    width: 0
}
.middle-animated ul li .stars-container.stars-5:after {
    width: 100%
}
.middle-animated ul li .stars-container.stars-4:after {
    width: 80%
}
.bottom-animated ul li .stars-container.stars-4-4:after {
    width: 88%
}
.middle-animated ul li .stars-container.stars-4-5:after {
    width: 90%
}

/****** choose-section *****/

span.icon {
    display: block;
    height: 70px;
    width: 66px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 300px auto;
    margin-bottom: 10px;
}
.zwc-choose-section h2 {
    font-family: var(--primaryfont-regular);
    max-width: 390px;
    margin-bottom: 60px;
}
.zwc-choose-section {
    padding: 6em 0;
}
.zwc-choose-section span.icon {
    background-size: 310px auto;
    width: 75px;
    height: 65px;
    background-position: -115px 0;
    margin-bottom: 20px;
}
.zwc-choose-section .bx-2 span.icon {
    background-position: -185px 0;
    width: 72px;
}
.zwc-choose-section .bx-3 span.icon {
    background-position: -253px 0;
    width: 60px;
}
.rows.three-column > div {
    max-width: 28%;
    flex: 0 0 33.33%;
}
.zwc-wrapper .zwc-choose-section h3{
    font-size: 30px;
}
.zwc-choose-section {
    background: #f0f4d6;
}

/******* Feature ********/

.zwc-feature-section {
    padding: 3em 0;
}
.zwc-feature-section h2 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.zwc-wrapper h3 {
    font-size: 45px;
    line-height: 1.1;
    font-family: var(--primaryfont-regular);
}
.zwc-feature-section .content-wrap.rows:nth-child(2n+2) {
    flex-direction: row-reverse;
}
.zwc-feature-section .content-wrap {
    padding-top: 8em;
    align-items: center;
    justify-content: space-evenly;
}
.zwc-feature-section .col-1 {
    max-width: 35%;
    flex: 0 0 40%;
    margin: 0 auto;
}

.content-wrap.noteboard-section,.content-wrap.zwc-admin-section {
    background: #f1f1f1;
    padding: 6em 40px;
    margin: 7em auto 0;
    border-radius: 20px;
}
.zwc-feature-section .col-2 {
    max-width: 55%;
    flex: 0 0 60%;
}
.zwc-feature-main .content-wrap:nth-child(2n+2) .col-2 {
    padding-left: 0;
    padding-right: 50px;
}
.brainstorm-section img {
    border: 0;
}
.brainstorm-section .img-2 {
    position: absolute;
    bottom: 90px;
    right: -40px;
    max-width: 210px;
}
.zwc-feature-section .content-wrap:first-child {
    padding-top: 0;
}
.content-wrap.zwc-admin-section {
    background: #fff3dc;
}
.zwc-admin-section .zwc-feature-img {
    max-width: 520px;
    margin: 0 auto;
}
.zwc-colloborate-section .col-1 {
    padding: 0;
    max-width: 40%;
}

/***** secure section *******/
.zwc-feature-section .content-wrap.rows.zwc-secure-section {
    flex-direction: row;
    padding-bottom: 8em;
}
.zwc-secure-section .col-1 {
    max-width: 30%;
    flex: 0 0 30%;
    padding: 0 10px;
}
.zwc-secure-section .col-2 {
    max-width: 55%;
    flex: 0 0 60%;
    margin: 0 auto;
}
.zwc-secure-section .img-2 {
    position: absolute;
    right: -100px;
    max-width: 180px;
    bottom: -80px;
}
.zwc-secure-section .img-1 img {
    border: 10px solid #000;
    border-radius: 30px;
}

/************* Testimonials ***************/

.testi-section {
    background: #fff8f7;
    padding: 5em 0 9em;
}
.testi-section h2 {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 700px;
}
.testi-section p {
    font-family: var(--zf-splfont-regular);
    margin: 20px 0 30px;
    color: #000;
    font-weight: 400;
    line-height: 2;
    font-size: 18px;
}
.testi-section svg {
    width: 45px;
    opacity: 0.2;
}
.testi-section .item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 7px;
    margin: 20px 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.06);
}

.testi-details > img {
    border-radius: 100%;
    max-width: 50px;
    margin-right: 13px;
}

.testi-details {
    display: flex;
    flex-direction: column;
}


.testi-section .testi-details:has(.zwc-customer-img){
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-direction: row;
}
.testi-section .zwc-customer-img {
    width: 50px;
    border-radius: 50%;
}
.testi-section .testi-details:has(.zwc-customer-img) .zwc-test-customer-wrap{
width: 70%;
}

.testi-section span.design strong {
    display: block;
    font-family: var(--secondaryfont-bold);
    font-size: 18px;
}

.testi-section span.design {
    font-size: 14px;
}

.testi-section button.slick-next.slick-disabled,
.testi-section button.slick-prev.slick-disabled {
    background: #fff;
    opacity: 1
}

.testi-section button.slick-prev.slick-disabled::before,
.testi-section button.slick-next.slick-disabled::before {
    box-shadow: 2px -2px 0 0 #000 inset;
    opacity: .2
}

.testi-section button.slick-prev.slick-disabled::after,
.testi-section button.slick-next.slick-disabled::after {
    background: #000;
    opacity: .2
}

.testi-section button.slick-prev::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    box-shadow: 2px -2px 0 0 #fff inset;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    height: 10px;
    left: 13px;
    right: 0;
    top: 11px;
    background: 0
}

.testi-section button.slick-prev::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 2px;
    left: 13px;
    right: 0;
    background: #fff;
    transform: none;
    -webkit-transform: none;
    top: 15px;
    border-radius: 10px
}

.testi-section button.slick-next:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    box-shadow: 2px -2px 0 0 #fff inset;
    transform: rotate(45deg);
    -webkit-transform: rotate(-130deg);
    -ms-transform: rotate(45deg);
    height: 10px;
    left: 16px;
    right: 0;
    top: 10px;
    background: 0
}

.testi-section button.slick-next:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 2px;
    left: 13px;
    right: 0;
    background: #fff;
    transform: none;
    -webkit-transform: none;
    top: 14px;
    border-radius: 10px
}
.testi-section button.slick-prev,
.testi-section button.slick-next {
    background: #f69501;
    width: 40px;
    height: 35px;
    box-shadow: 0 0 25px #eaeaea;
    transition: auto;
    position: relative;
    left: 0;
    right: 0;
}
.testi-section .slick-next:after,
.testi-section .slick-next:before,
.testi-section .slick-prev:after,
.testi-section .slick-prev:before {
    transition: all .1s;
    -webkit-transition: all .1s
}
.testi-section .slick-next:hover:before,
.testi-section .slick-prev:hover:before {
    background: transparent;
}
.testi-section .slick-next:hover:after,
.testi-section .slick-prev:hover:after {
    background: #fff;
}

.test-navigation {
    display: flex;
    position: absolute;
    bottom: -90px;
    right: 18px;
}
a.zwc-watch-video {
    color: #0042ff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    margin-top: 11px;
}
/****** CTA Section ********/

.zwc-cta-section {
    background: #131418 url(/sites/zweb/images/salesiq/salesiq-home-pattern.jpg);
    text-align: center;
    color: #fff;
    padding: 4em 0
}
.zwc-cta-section h2 {
    margin-bottom: 25px
}
.zwc-cta-section .content-wrap {
    max-width: 600px;
}

a.btn-pricing {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 3px;
    font-size: 15px;
    margin-left: 11px;
    font-family: var(--primaryfont-semibold);
}
.zwc-cta-section a.btn-popup {
    padding: 12px 32px;
    border: 1px solid transparent;
    font-size: 15px;
}
ul.list-btn {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.other-lang .testi-section {
    display: none;
}
  .i18n-ar .product-header-top li.zmenu-demo { margin-right: 25px; margin-left: unset; }
  .i18n-ar .zwc-banner-img span.icon:before { transform: translate(50%, -50%) scale(0.8); right: 50%; left: unset; }
  .i18n-ar .zwc-banner-img .img-3 { right: -30px; left: unset; }
  .i18n-ar .zwc-banner-img span.icon { left: 0; right: unset; }
  .i18n-ar .zwc-banner-img span.icon.icon-1 { left: -20px; right: unset; }
  .i18n-ar .zwc-banner-section:after { left: 0; right: 0; }
  .i18n-ar .zwc-banner-img span.icon.icon-2 { left: -25px; right: unset; }
  .i18n-ar .zwc-banner-img span.icon.icon-2:before { transform: translate(50%, -50%) scale(0.6); }
  .i18n-ar .zwc-banner-img .img-2 { left: -70px; right: unset; }
  .i18n-ar .zwc-rating-section h2 { padding-left: 160px; padding-right: 160px; }
  .i18n-ar .zwc-rating-section h2 span:before, .i18n-ar .zwc-rating-section h2 span:after { right: 0; left: unset; }
  .i18n-ar .zwc-rating-section h2 span { right: 0; left: unset; }
  .i18n-ar .zwc-rating-section h2 span:last-child { left: 0; right: auto; }
  .i18n-ar .stars-container:before { right: 0; left: unset; }
  .i18n-ar .stars-container:after { right: 0; left: unset; }
  .i18n-ar .zwc-feature-section h2 { text-align: center; }
  .i18n-ar .zwc-feature-main .content-wrap:nth-child(2n+2) .col-2 { padding-left: 50px; padding-right: 0; }
  .i18n-ar .brainstorm-section .img-2 { left: -40px; right: unset; }
  .i18n-ar .zwc-secure-section .img-2 { left: -100px; right: unset; }
  .i18n-ar .testi-section h2 { text-align: center; }
  .i18n-ar .testi-details>img { margin-left: 13px; margin-right: unset; }
  .i18n-ar .testi-section button.slick-prev::before { left: 0; right: 13px; }
  .i18n-ar .testi-section button.slick-prev::after { left: 0; right: 13px; }
  .i18n-ar .testi-section button.slick-next:before { left: 0; right: 16px; }
  .i18n-ar .testi-section button.slick-next:after { left: 0; right: 13px; }
  .i18n-ar .testi-section button.slick-prev, .i18n-ar .testi-section button.slick-next { left: 0; right: 0; }
  .i18n-ar .test-navigation { left: 18px; right: unset; }
  .i18n-ar a.btn-pricing { margin-right: 11px; margin-left: unset; }
  .i18n-ar .zwc-banner-content, .i18n-ar .zwc-rating-section, .i18n-ar .counter-star, .i18n-ar .zwc-cta-section { text-align: center; }
  .i18n-ar .zwc-banner-content *, .i18n-ar .zwc-rating-section *, .i18n-ar .counter-star *, .i18n-ar .zwc-cta-section * { text-align: center; }
.other-lang .zwc-wrapper h3 {
    font-size: 37px;
}


@media screen and (min-width: 768px) {
    .zwc-feature-img, span.icon, span.zwc-persons, .img-1, .img-2, .zwc-banner-img .img-2,.zwc-banner-img .img-3 img {
        opacity:0;
    }
    .middle-animated span.zwc-persons{
        animation: slideRight .7s ease-out .7s forwards
    }
    .middle-animated:nth-child(2n+2) .zwc-feature-img{
        animation: slideLeft 1s ease-out forwards
    }
    .middle-animated .zwc-feature-img{
        animation: slideRight 1s ease-out forwards
    }

    .zwc-banner-section .middle-animated span.icon {
        animation: scaling .7s ease-out .7s forwards;
    }
    .zwc-banner-section .middle-animated span.icon.icon-2{
        animation: scaling .7s ease-out 1s forwards;
    }
    .animated .zwc-banner-img .img-2 {
        animation: slideDown 1s ease-out .5s forwards;
    }
    .animated .zwc-banner-img .img-3 img {
        animation: slideDown 1s ease-out .2s forwards;
    }
    .middle-animated .col span.icon {
        animation: scaling .3s ease-out 100ms forwards;
    }
    .middle-animated .col:nth-child(2) span.icon {
        animation: scaling .3s ease-out .2s forwards;
    }
    .middle-animated .col:nth-child(3) span.icon {
        animation: scaling .3s ease-out .4s forwards
    }
    .zwc-multilingual-section .img-1,
    .zwc-multilingual-section .img-2 {
        opacity: 0;
    }
    .middle-animated .img-1 {
        animation: slideDown .5s ease-out forwards;
    }
    .middle-animated .img-2 {
        animation: slideDown .5s ease-out .3s forwards;
    }
    @keyframes slideLeft {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(-20px)
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0)
        }
    }
    @keyframes slideRight {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(20px)
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0)
        }
    }
    @keyframes slideUp {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(-20px)
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0)
        }
    }
    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(20px)
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0)
        }
    }
    @keyframes scaling {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: scale(.2)
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: scale(1)
        }
    }
}
@media screen and (max-width: 1440px) {
    h1 {
        font-size: 55px;
    }
    body h2 {
        font-size: 42px
    }
    .zwc-banner-section {
        padding: 4em 0 6em;
    }
    .zwc-wrapper .zwc-choose-section h3{
        font-size: 28px;
    }
  .i18n-ar .zwc-banner-section { padding: 4em 0 6em; }
.other-lang .zwc-wrapper h3 {
    font-size: 35px;
}


}

@media screen and (max-width: 1280px) {
    h1 {
        font-size:42px
    }
    h3 {
        font-size: 24px;
    }
    .zwc-banner-content {
        max-width: 680px;
    }
    .zwc-banner-content span.zwc-persons {
        background-size: 115px auto;
        width: 110px;
        height: 40px;
    }
    .zwc-banner-img {
        transform: scale(0.9);
        transform-origin: top;
        margin-bottom: -50px;
    }
    .zwc-feature-section h3 {
        font-size: 40px;
    }
    .zwc-cta-section {
        padding: 4em 0
    }
    .zwc-cta-content h2 {
        font-size: 36px
    }
    .zwc-cta-section .content-wrap {
        max-width: 710px;
    }
  .i18n-ar .zwc-cta-section { padding: 4em 0; }
.other-lang .zwc-wrapper h3 {
    font-size: 30px;
}

}

@media screen and (max-width: 1199px) {
    
    body h2 {
        font-size: 32px
    }
    .zwc-banner-section {
        padding: 3em 0 5em;
    }
    .zwc-banner-img {
        transform: scale(1);
        transform-origin: center;
        margin-bottom: 0;
        width: auto;
        max-width: 800px;
    }
    .zwc-banner-img .img-2 {
        max-width: 210px;
        right: -60px;
    }
    
    .zwc-feature-section .col-1 {
        max-width: 40%;
    }
    .zwc-rating-section ul li {
        max-width: 180px
    }
    .zwc-choose-section h2 {
        max-width: 600px;
        margin: 0 auto 50px;
    }
    .zwc-wrapper .zwc-choose-section h3 {
        font-size: 26px;
    }
    .zwc-feature-section {
        padding: 4em 0;
    }
  .i18n-ar .zwc-banner-section { padding: 3em 0 5em; }
  .i18n-ar .zwc-banner-img .img-2 { left: -60px; right: unset; }
  .i18n-ar .zwc-choose-section h2 { margin: 0 auto 50px; }
  .i18n-ar .zwc-feature-section { padding: 4em 0; }
}

@media screen and (max-width: 1024px) {
    .zw-product-header .product-nav-links li.zmenu-demo a {
         padding: 0;
         color: #000;
         border: 0;
         font-family: var(--zf-secondary-regular);
    }
    h1 {
        font-size:36px
    }
    body h2{
        font-size: 36px;
    }
    .zwc-wrapper h4 {
        font-size: 22px
    }
    p {
        font-size: 16px
    }
    .zwc-banner-img {
        padding: 0 90px;
    }
    .zwc-banner-img .img-2 {
        right: 60px;
        max-width: 160px;
        padding-right: 20px;
    }
    .zwc-banner-img .img-3 {
        max-width: 80px;
        left: 70px;
    }
    .zwc-banner-img span.icon.icon-1 {
        right: 0;
    }
    span.icon.icon-2 {
        display: none;
    }
    .zwc-rating-section ul li.zwc-badge {
        max-width: 90px;
    }
    .rows>div, 
    .zwc-feature-section .col-1,
    .zwc-feature-section .col-2{
        flex: 0 0 100%;
            max-width: 100%;
    }
    .zwc-feature-main .content-wrap:nth-child(2n+2) .col-2 {
        padding: 0;
    }
    .zwc-feature-section h3 {
        font-size: 34px;
    }
    .zwc-secure-section .zwc-feature-img {
        padding-right: 40px;
    }
    .zwc-secure-section .img-2 {
        right: 0;
        bottom: -60px;
        max-width: 150px;
    }
    .zwc-feature-section .content-wrap.rows.zwc-secure-section {
        padding-bottom: 4em;
    }
    .zwc-rating-section ul {
        max-width: 600px;
        justify-content: center
    }
    .zwc-rating-section ul li {
        margin: 10px 10px 20px;
    }
    .zwc-rating-section h2 {
        margin-bottom: 30px;
    }
    .zwc-rating-section .content-wrap {
        padding: 60px 0 0;
    }
    .zwc-choose-section .rows.three-column > div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .zwc-choose-section .rows {
        max-width: 460px;
        margin: 0 auto;
    }
    .zwc-feature-section .content-wrap {
        padding-top: 5em;
    }
    .zwc-feature-content {
        text-align: center;
        max-width: 520px;
        margin: 0 auto 30px;
    }
    .zwc-feature-img {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
    }
    .zwc-choose-section h2 {
        text-align: center;
    }
    .zwc-choose-section {
        padding: 4em 0 2em;
    }
    .zwc-cta-section .content-wrap {
        max-width: 705px
    }
    .zwc-cta-content h2 {
        font-size: 32px
    }
  .i18n-ar .zw-product-header .product-nav-links li.zmenu-demo a { padding: 0; }
  .i18n-ar .zwc-banner-img { padding: 0 90px; }
  .i18n-ar .zwc-banner-img .img-2 { left: 60px; right: unset; padding-left: 20px; padding-right: unset; }
  .i18n-ar .zwc-banner-img .img-3 { right: 70px; left: unset; }
  .i18n-ar .zwc-banner-img span.icon.icon-1 { left: 0; right: unset; }
  .i18n-ar .zwc-feature-main .content-wrap:nth-child(2n+2) .col-2 { padding: 0; }
  .i18n-ar .zwc-secure-section .zwc-feature-img { padding-left: 40px; padding-right: unset; }
  .i18n-ar .zwc-secure-section .img-2 { left: 0; right: unset; }
  .i18n-ar .zwc-rating-section ul li { margin: 10px 10px 20px; }
  .i18n-ar .zwc-rating-section .content-wrap { padding: 60px 0 0; }
  .i18n-ar .zwc-choose-section .rows { margin: 0 auto; }
  .i18n-ar .zwc-feature-content { margin: 0 auto 30px; }
  .i18n-ar .zwc-feature-img { margin: 0 auto; }
  .i18n-ar .zwc-choose-section h2 { text-align: center; }
  .i18n-ar .zwc-choose-section { padding: 4em 0 2em; }
  .i18n-ar .zwc-feature-content { text-align: center; }
  .i18n-ar .zwc-feature-content * { text-align: center; }
}
@media screen and (max-width: 991px) {
li.leaf.first.zmenu-notebookforbusiness {
    display: none;
}
}
@media screen and (max-width: 767px) {
    h1 {
        font-size:30px;
        line-height: 1.2
    }
    body h2 {
        font-size: 30px
    }
    .zwc-banner-section {
        padding: 3em 0 4em;
    }
    .zwc-banner-content {
        margin: 0 auto;
    }
    .zwc-secure-section .img-2 {
        right: 0;
        bottom: -30px;
        max-width: 100px;
    }
    .zwc-secure-section .img-1 img {
        border: 7px solid #000;
        border-radius: 25px;
    }
    .zwc-rating-section h2{
        font-size: 24px;
        font-family: var(--primaryfont-semibold);
        padding: 0;
    }
    .zwc-rating-section h2 span:before, .zwc-rating-section h2 span:after,
    .zwc-banner-img,.zwc-banner-section:after {
        display: none;
    }
    .zwc-feature-section h3 {
        font-size: 30px;
        font-family: var(--primaryfont-semibold);
    }
    .zwc-rating-section ul {
        flex-direction: column;
        align-items: center;
    }
    .content-wrap.noteboard-section, .content-wrap.zwc-admin-section {
        padding: 40px 15px;
        margin: 5em auto 0;
    }
    .brainstorm-section .img-2 {
        right: 0;
        bottom: 38px;
        max-width: 130px;
    }
    .brainstorm-section .zwc-feature-img {
        padding-right: 35px;
        position: relative;
    }
    .zwc-secure-section .img-2 {
        max-width: 100px;
    }
    .test-navigation {
        right: auto;
        left: 15px;
    }
    a.btn-pricing, .act-btn.cta-btn, a.show-slide-form {
        padding: 12px 18px;
    }
  .i18n-ar .zwc-banner-section { padding: 3em 0 4em; }
  .i18n-ar .zwc-banner-content { margin: 0 auto; }
  .i18n-ar .zwc-secure-section .img-2 { left: 0; right: unset; }
  .i18n-ar .zwc-rating-section h2 { padding: 0; }
  .i18n-ar .content-wrap.noteboard-section, .i18n-ar .content-wrap.zwc-admin-section { padding: 40px 15px; margin: 5em auto 0; }
  .i18n-ar .brainstorm-section .img-2 { left: 0; right: unset; }
  .i18n-ar .brainstorm-section .zwc-feature-img { padding-left: 35px; padding-right: unset; }
  .i18n-ar .test-navigation { left: auto; right: 15px; }
  .i18n-ar a.btn-pricing, .i18n-ar .act-btn.cta-btn, .i18n-ar a.show-slide-form { padding: 12px 18px; }
}