/* Cross-sell promotion popup
/* .non-umain .zwc-cross-sell-popup {
  display: none !important;
}  */

.zwc-cross-sell-popup{
    position: fixed;
    inset: 0;
    z-index: 999;
     display: none; 
}
.zwc-cs-overley{
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;

}
.zwc-pop-msg-ctn p{
    max-width: 300px;
    margin: 0 auto;
    font-size: 16px;
}
.zwc-cs-pop-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.zwc-cs-ctn-area {
    position: relative;
    background: url(/sites/zweb/images/forms/popup-bg.png) no-repeat 0 0 / 100%;
    max-width:454px;
    width: 100%;
    min-height: 494px;
    z-index: 2;
    /* border-radius: 10px; */
}
.zwc-cs-ctn-area-inside{
    display: flex;
    flex-direction: column;
}
.zwc-cs-ctn-area-inside .zwc-wel-ctn{
    min-height: 169px;
    color: #fff;
    display: flex;
    align-items: center;
}
.zwc-cs-ctn-area-inside h2{
    font-size: clamp(26px, 4vw, 32px);
    max-width: 278px;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    margin: 0 auto;
}
.zwc-pop-msg-ctn {
    text-align: center;
    padding: 30px 0;
}
p.zwc-new-rewardtxt {
    font-size: clamp(22px, 3vw, 30px);
    font-family: var(--zf-primary-bold);
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
    padding: 0 10px;
}
.bgnwallet-main {
    font-family: var(--zf-primary-medium);
    font-size: clamp(18px, 4vw, 22px);
    margin-top: 4px;
    display: block;
    color: #0d8a5c;
}
.zwc-cs-ctn-area-inside a{
    margin: 20px 0 15px 0;
}
.zwc-cross-sell-popup .zwc-zmodal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 21px;
    height: 21px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    cursor: pointer;
}
.zwc-zmodal-close:before, .zwc-zmodal-close:after {
    content: '';
    position: absolute;
    left: 10px;
    content: " ";
    height: 15px;
    width: 1px;
    background-color: #fff;
}
.zwc-zmodal-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.zwc-zmodal-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.zwc-redeem-btn {
    display: inline-block;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding:15px 30px;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
     background: var(--primary-btn-color);
    color: #fff;
}
/* Cross-sell promotion popup end */

.zwc-form-main h2,
.zwc-form-main h3 {
  font-family: var(--zf-secondary-semibold);
  line-height: 1.1;
}
/* .langstrip {
  display: none !important;
} */
.zwc-2col-lft,
.zwc-2col-rht {
  z-index: 1;
  width: 100%;
  position: relative;
}

.zwc-2col-lft,
.zwc-2col-rht,
.zwc-auto-sec,
.zwc-banner-sec,
.zwc-card-img,
.zwc-data-collection-main,
.zwc-feature-card,
.zwc-our-brands,
.zwc-page-btn {
  position: relative;
}
.zpromotion {
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  background: rgb(3, 33, 22);
  padding: 12px 20px;
  background: #0d8a5c;
}
.zpromotion p {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: var(--zf-primary-semibold);
  max-width: 100%;
  margin: 0px;
}
.zpromotion p a {
  display: inline-block;
  color: rgb(255, 228, 27);
  line-height: 1.3;
  margin-left: 7px;
  border-bottom: 1px solid rgb(249, 223, 30);
  padding: 0px;
}
.slick-arrow,
.zwc-page-btn {
  font-family: var(--zf-primary-semibold);
}

.zw-product-header {
  background: rgb(232, 242, 253);
}

:root {
  --section-p-t: 6em;
  --section-p-b: 6em;
  --section-m-t: 6em;
  --section-inr-top: 3em;
  --section-m-b: 6em;
  --sprite: url(/sites/zweb/images/forms/home/sprite.svg);
}

.zwc-form-main h1 span,
img {
  display: block;
}

.zwc-main-sec {
  padding-top: var(--section-p-t);
  padding-bottom: var(--section-p-t);
}

.zwc-min-wrap {
  max-width: 1050px;
  margin: 0px auto;
}

.act-btn {
  padding: 13px 30px;
  border-radius: 3px;
  margin: 10px 0px 0px;
}

.zwc-form-main {
  overflow: hidden;
}

.zwc-form-main h1 {
  font-family: var(--zf-secondary-semibold);
  font-size: 3.5rem;
  letter-spacing: -1.5px;
}

.body-umain .zwc-form-main h1 {
  font-size: 4rem;
  max-width: 950px;
  margin: 0px auto 20px;
  letter-spacing: -1.5px;
}

.zwc-form-main h2 {
  font-size: 3.3rem;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.faq-content:last-child,
.zwc-p-wid,
p:last-child {
  margin-bottom: 0px;
}

.zwc-form-main h2 span {
  color: rgb(71, 73, 255);
}

.zwc-text-center {
  text-align: center;
}

.zwc-form-main h3 {
  font-size: 2.3rem;
}

.zwc-form-main h4 {
  font-size: 27px;
  font-family: var(--zf-secondary-bold);
}

.zwc-h2-wid {
  max-width: 720px;
}

.zwc-p-wid {
  max-width: 800px;
}

.zwc-mar-auto {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.zwc-flex {
  display: flex;
}

.zwc-2col-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zwc-2col-inner h3 {
  font-size: 32px;
}

.zwc-2col-inner {
  padding-top: var(--section-p-t);
}

.zwc-p-t-0 {
  padding-top: 0px;
}

.zwc-2col-inner h2 {
  font-size: 28px;
  max-width: 400px;
}

.zwc-2col-lft {
  max-width: 45%;
}

.zwc-2col-rht {
  max-width: 45%;
}

.zwc-2col-oc .zwc-2col-lft {
  order: 2;
}

.zwc-page-btn {
  padding: 13px 50px 13px 30px;
  font-size: 14px;
  border-radius: 70px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  display: inline-block;
  text-transform: uppercase;
  margin-top: 20px;
}
.zwc-page-btn:hover,
.zwc-page-btn.bg-blk:hover {
  background: rgba(39, 18, 203, 0.89);
  color: #fff;
}
.zwc-page-btn:hover::before {
  filter: invert(1);
}
.zwc-page-btn::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 30px;
  height: 14px;
  background: url("/sites/zweb/images/forms/home/forms-nav-arrow.svg") 0px 0px /
    18px no-repeat;
  top: 18px;
  transition: 0.3s ease-in-out;
}

.zwc-page-btn.bg-blk {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.zwc-page-btn.bg-blk::before {
  filter: invert(1);
}

.zwc-page-btn:hover::before {
  right: 8px;
}

.zwc-banner-sec {
  padding: 4em 0px 6em;
  background: linear-gradient(
      0deg,
      rgb(255, 255, 255) 0px,
      rgb(232, 246, 254) 61%,
      rgb(232, 242, 254) 100%
    )
    0px 0px no-repeat padding-box padding-box transparent;
}
.zwc-banner-animate {
  max-width: 100%;
  width: 100%;
}
.body-umain .zwc-banner-sec {
  padding: 4em 0px 0px;
}

.body-umain .zwc-banner-sec .zwc-flex {
  flex-direction: column;
}

.body-umain .zwc-banner-ctn {
  text-align: center;
  max-width: 900px;
  margin: 0px auto;
}

.zwc-banner-sec .zwc-flex {
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.signup-box {
  margin: 0 0 0 auto;
  max-width: 400px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}

.zwc-banner-ctn {
  max-width: 48%;
}

.body-umain .zwc-banner-ctn p {
  font-family: var(--zf-secondary-regular);
  font-size: 18px;
  margin: 0px auto;
  max-width: 750px;
}

.zwc-banner-ctn p {
  font-family: var(--zf-secondary-regular);
  font-size: 18px;
  max-width: 600px;
  margin-bottom: 0px;
}

.ismobileapp.zos-android p span.vi-apple.sig-mac,
.signup-box .socl-signup span.vi-apple,
.ismobileapp .signup-box .socl-signup a.vi-apple,
.ismobileapp.zos-mac p span.vi-apple.sig-android,
.ismobileapp.zos-ios p span.vi-apple.sig-android {
  display: none !important;
}

.zwc-home-sign {
  max-width: 40%;
  width: 100%;
}

.zwc-points li,
.zwc-spl-card h2 {
  font-family: var(--zf-primary-medium);
}

.zwc-banner-ctn > a {
  margin-top: 30px;
}

.zwc-banner-img {
  display: none;
}

.body-umain .zwc-banner-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -12em;
  width: 100%;
}

.zwc-banner-ctn a {
  display: none;
}

.body-umain .zwc-banner-ctn a {
  display: inline-block;
}

.zwc-banner-lft {
  max-width: 33%;
  width: 100%;
}

.zwc-banner-rht {
  max-width: 38%;
  width: 100%;
}

.zwc-banner-box {
  background: linear-gradient(106deg, rgb(11, 42, 124) 0px, rgb(2, 8, 14) 100%)
    no-repeat padding-box padding-box;
  border-radius: 40px;
  padding: 5em;
  color: rgb(255, 255, 255);
  width: calc(110%);
  margin-left: -5%;
  justify-content: space-between;
  align-items: center;
}

.zwc-form-builder,
.zwc-form-design,
.zwc-template,
.zwc-app-store {
  width: calc(110%);
  margin-left: -5%;
  color: rgb(255, 255, 255);
  border-radius: 30px;
}
  .lang-rtl .zpromotion p { text-align: center; }
  .lang-rtl .zpromotion p a { margin-right: 7px; margin-left: unset; }
  .lang-rtl .zwc-mar-auto { margin-left: auto; margin-right: auto; }
  .lang-rtl .zwc-page-btn { padding: 13px 30px 13px 50px; }
  .lang-rtl .zwc-page-btn::before {left: 10px;right: unset;transform: scale(-1);}
  .lang-rtl .zwc-page-btn:hover::before { left: 8px; right: unset; }
  .lang-rtl .signup-box { margin: 0 auto 0 0; }
  .lang-rtl .zwc-banner-box { margin-right: -5%; margin-left: unset; }
  .lang-rtl .zwc-form-builder, .lang-rtl .zwc-form-design, .lang-rtl .zwc-template, .lang-rtl .zwc-app-store { margin-right: -5%; margin-left: unset; }
  .lang-rtl .zwc-text-center, .lang-rtl .zwc-mar-auto, .lang-rtl.body-umain .zwc-banner-ctn { text-align: center; }
  .lang-rtl .zwc-text-center *, .lang-rtl .zwc-mar-auto *, .lang-rtl.body-umain .zwc-banner-ctn * { text-align: center; }
  .other-lang .zwc-testi-inr {
    display: none;
}
.other-lang .zwc-min-wrap h2.zwc-mar-auto {
    display: none;
}

.other-lang .zwc-form-main h2 {
    font-size: 2.5rem;
}

.lang-rtl .zwc-line-animate svg {
    transform: rotateY(185deg);
}

  .lang-rtl .zwc-user-title::before { right: -115px; left: unset; }
  .lang-rtl .zwc-user-title::after { left: -115px; right: unset; }
  .lang-rtl .zwc-user-count li,.lang-rtl .zwc-user-count li * { text-align: center; }
  .lang-rtl .zwc-our-brands-main::before { left: 0px; right: 0px; }
  .lang-rtl .zwc-our-brands-main { padding: 40px 0 60px 0; }
  .lang-rtl .zwc-card-img::before { right: -25px; left: unset; }
  .lang-rtl .zwc-feature-card:nth-child(2) .zwc-card-img::before { left: inherit; right: -25px; }
  .lang-rtl .zwc-small-business {left: 0px;right: unset;transform: rotateY(181deg);}
  .lang-rtl .zwc-ask-question .zwc-flex { margin: var(--section-inr-top) auto 0 auto; }
  .lang-rtl .zwc-pro-border span:first-child { right: -8px; left: unset; }
  .lang-rtl .zwc-pro-border span:nth-child(2) { right: 95%; left: unset; }
  .lang-rtl .zwc-pro-border span:nth-child(3) { right: 95%; left: unset; }
  .lang-rtl .zwc-pro-border span:nth-child(4) { right: -8px; left: unset; }
  .lang-rtl .zwc-name-ss { left: -60px; right: unset; }
  .lang-rtl .zwc-design-lft, .lang-rtl .zwc-design-rht { padding-left: 30px; padding-right: unset; }
  .lang-rtl .zwc-design-rht { padding-left: 0px; padding-right: 30px; }
  .lang-rtl .zwc-design-lft span.zwc-text { left: 153px; right: unset; }
  .lang-rtl .zwc-design-rht span.zwc-scale { left: 30%; right: unset; }
  .lang-rtl .zwc-line-animate { left: 0px; right: 0px; }
  .lang-rtl .zwc-form-tab-inner .slick-prev {left: 7%;right: unset;transform: translate(0, -50%) scale(-1);}
  .lang-rtl .zwc-automate-ss-1 { left: 16%; right: unset; }
  .lang-rtl .zwc-automate-ss-2 { right: 7%; left: unset; }
  .lang-rtl .zwc-points li { padding-right: 30px; padding-left: unset; }
  .lang-rtl .zwc-points li::after {right: 4px;left: unset;}
  .lang-rtl .slick-arrow::before {right: 13px;left: unset;transform: scale(-1) translateY(50%);}
  .lang-rtl .slick-prev { left: 70px; right: inherit; }
  .lang-rtl .zwc-testi-inr .slick-prev { left: 10%; right: inherit; }
  .lang-rtl .zwc-testi-inr .slick-next { left: 4%; right: unset; }
  .lang-rtl .slick-arrow.slick-prev::before {right: 10px;left: unset;transform: scale(1) translateY(20%);}
  .lang-rtl .zwc-form-tab .slick-arrow.slick-prev::before {right: 10px;left: unset;transform: scale(-1) translateY(20%);}
  .lang-rtl .zwc-template-inner .item a { transform: translate(50%, -50%); right: 50%; left: unset; }
  .lang-rtl .zwc-testi-inr .navigation { left: 5%; right: unset; }
  .lang-rtl .zwc-testi-inr::after { border-left: 50px solid rgb(32, 170, 147); border-right: unset; left: 60px; right: unset; }
  .lang-rtl .zwc-testi-profile::before { left: -45%; right: unset; }
  .lang-rtl .zwc-testi-ctn { padding-right: 40px; padding-left: unset; }
  .lang-rtl .rating-section ul li,.lang-rtl .rating-section ul li * { text-align: center; }
  .lang-rtl .rating-section ul { margin-left: auto; margin-right: auto; }
  .lang-rtl .stars-container::before { right: 0px; left: unset; }
  .lang-rtl .stars-container::after { right: 0px; left: unset; }
  .lang-rtl .rating-section h5 { text-align: center; }
  .lang-rtl .apps-download-links-wrap a { margin: 0px 0px 5px 5px; }
  .lang-rtl .zwc-app-store .zwc-points li::before {right: 0px;left: unset;}
  .lang-rtl .zwc-app-store .zwc-points li::after {right: 5px;left: unset;}
  .lang-rtl .faq-section h2 { text-align: center; }
  .lang-rtl .faq-content h3 { padding: 0px 0px 15px 16px; }
  .lang-rtl .faq-content span.faq-arrow { transform: translate(50%, 4%) rotate(-45deg); border-left: 2px solid rgb(0, 0, 0); border-right: unset; left: 0px; right: unset; border-color: #000; }
.lang-rtl .slick-next {
    left: 0;
    right: unset;
}
.lang-rtl .faq-content.active .faq-arrow {
    transform: rotate(225deg);
}


  .lang-rtl .accord-content ul li { padding: 10px 30px 10px 20px; }
  .lang-rtl .zwc-left-tab-nav li.active::before { left: 100%; right: 0px; }
  .lang-rtl .zwc-left-tab-nav li button { text-align: right; }
  .lang-rtl .zwc-left-tab-nav li button span::before {border-right: 1px solid rgb(255, 255, 255);border-left: unset;right: 6px;left: unset;transform: rotate(135deg);}
  .lang-rtl .zwc-left-tab-nav li button span { left: 0px; right: unset; }
  .lang-rtl .zwc-left-tab-ctn::before { margin: 0px auto 0px 0px; }
  .lang-rtl .zwc-lead-generate { margin: 0px auto 0px 0px; }
  .lang-rtl .zwc-basic-field { right: 0px; left: unset; }
  .lang-rtl .zwc-download-ebook { margin: 0px auto 0px 0px; }
  .lang-rtl .zwc-basic-fld { right: 0px; left: unset; }
  .lang-rtl .zwc-workshop { margin: 0px auto 0px 12%; }
  .lang-rtl .zwc-embed-ss { right: 0px; left: unset; }
  .lang-rtl .zwc-othb-logo { left: 2%; right: unset; }
  .lang-rtl .zwc-folder-icn { right: 10%; left: unset; }
  .lang-rtl .zwc-order-frm { margin-right: 61px; margin-left: unset; }
  .lang-rtl .zwc-order-frm-human { left: 11%; right: unset; }
  .lang-rtl .zwc-cus-order-frm { margin: 0px auto 0px 15%; }
.lang-rtl li.active button span::before {
    transform: rotate(45deg);
}
  .lang-rtl .zwc-customize { right: 0px; left: unset; }
  .lang-rtl .zwc-st-page { left: 0px; right: unset; }
  .lang-rtl .zwc-frm-tool { left: 0px; right: unset; }
  .lang-rtl .zwc-track-count { left: 0px; right: unset; }
  .lang-rtl .zwc-track-count-2 { left: 0px; right: unset; }
  .lang-rtl .zwc-track-count-3 { right: 0px; left: unset; }
  .lang-rtl .zwc-track-count-4 { left: 18%; right: unset; }
  .lang-rtl .zwc-act-tab { right: 13%; left: unset; }
  .lang-rtl .zwc-security-mob { left: 0px; right: unset; }
  .lang-rtl .paly-pasue { left: 0; right: unset; }
  .lang-rtl .paly-pasue.active::before { border-right: 9px solid #888; border-left: unset; transform: translate(50%, -50%); right: 50%; left: unset; }
  .lang-rtl .zwc-form-main h2.zwc-user-title, .lang-rtl .zwc-our-brands, .lang-rtl .zwc-explore-btn, .lang-rtl .slick-arrow, .lang-rtl .counter-star, .lang-rtl .apps-download-links-wrap, .lang-rtl .zwc-cta-sec, .lang-rtl .zwc-spl-title, .lang-rtl .zwc-tooltip { text-align: center; }
  .lang-rtl .zwc-form-main h2.zwc-user-title *, .lang-rtl .zwc-our-brands *, .lang-rtl .zwc-explore-btn *, .lang-rtl .slick-arrow *, .lang-rtl .counter-star *, .lang-rtl .apps-download-links-wrap *, .lang-rtl .zwc-cta-sec *, .lang-rtl .zwc-spl-title *, .lang-rtl .zwc-tooltip * { text-align: center; }
.lang-rtl .zwc-our-brands {
    animation: 30s linear 0s infinite normal none running marquee-ar;
}

@keyframes marquee-ar {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(100%)
    }
}

@media screen and (min-width: 1600px) {
  .zwc-banner-box,
  .zwc-form-builder,
  .zwc-form-design,
  .zwc-template,
  .zwc-app-store {
    width: calc(120%);
    margin-left: -10%;
  }

  .zwc-banner-lft,
  .zwc-banner-rht {
    position: relative;
  }

  .zwc-banner-lft {
    left: -5%;
  }

  .zwc-banner-rht {
    right: -5%;
  }
  .lang-rtl .zwc-banner-box, .lang-rtl .zwc-form-builder, .lang-rtl .zwc-form-design, .lang-rtl .zwc-template, .lang-rtl .zwc-app-store { margin-right: -10%; margin-left: unset; }
  .lang-rtl .zwc-banner-lft { right: -5%; left: unset; }
  .lang-rtl .zwc-banner-rht { left: -5%; right: unset; }
}

.zwc-user-sec {
  max-width: 100%;
  width: 100%;
}

.zwc-form-main h2.zwc-user-title {
  font-family: var(--zf-primary-regular);
  font-size: 18px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.zwc-user-title-warp {
  justify-content: center;
}

.zwc-user-title::before,
.zwc-user-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: linear-gradient(
      270deg,
      rgb(95, 140, 255) 0px,
      rgba(2, 8, 14, 0) 100%
    )
    0px 0px no-repeat padding-box padding-box transparent;
  opacity: 0.5;
}

.zwc-user-title::before {
  left: -115px;
  top: 10px;
}

.zwc-user-title::after {
  right: -115px;
  top: 10px;
  transform: rotate(180deg);
}

.zwc-count-num {
  font-size: 3.5rem;
  font-family: var(--zf-splfontserif-light);
  color: rgb(250, 238, 96);
}

.zwc-count-txt,
.zwc-testi-inr {
  font-family: var(--zf-splfontserif-regular);
}

.zwc-count-txt {
  font-size: 22px;
  width: 100%;
  margin: 0px auto;
}

.zwc-form-builder p.zwc-p-wid,
.zwc-pro-name {
  font-size: 18px;
}

.zwc-user-count {
  justify-content: center;
}

.zwc-user-count li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 270px;
}

.zwc-spl-card {
  background: linear-gradient(142deg, rgb(8, 100, 71) 0px, rgb(2, 14, 2) 100%)
    no-repeat padding-box padding-box;
  padding: 2em;
  border-radius: 20px;
  max-width: 270px;
}

.zwc-spl-card div {
  margin-bottom: 25px;
}

.zwc-spl-card p b {
  font-family: var(--zf-primary-bold);
}

.zwc-spl-card h2 {
  font-size: 3rem;
  margin-bottom: 5px;
}

.zwc-our-brands-main::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.1) 0px)
    0px 0px / 11px 4px;
}
.zwc-our-brands-main {
  overflow: hidden; 
  display:flex;
}
.zwc-our-brands-main {
  padding: 40px 0 60px 0;
}

.zwc-flex.zwc-maruqee-flex {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0px;
}
.zwc-our-brands {
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 50px;
    margin-right:50px;
    white-space: nowrap;
     animation: 30s linear 0s infinite normal none running marquee;
}
.zwc-our-brands li {
  flex: 1 0 130px;
}
.zwc-our-brands li img {
  width: 100%;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-1980px);
  }
}
.zwc-feature-card {
  max-width: 100%;
  width: 100%;
}

.zwc-card-img::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 200px;
  border-radius: 10px;
  background: linear-gradient(
      0deg,
      rgba(130, 23, 23, 0.26) 0px,
      rgba(51, 33, 181, 0) 100%
    )
    no-repeat padding-box padding-box;
  left: -25px;
  bottom: -25px;
  opacity: 0.4;
}

.zwc-feature-card:nth-child(2) .zwc-card-img::before {
  background: linear-gradient(
      0deg,
      rgba(105, 86, 42, 0.255) 0px,
      rgba(51, 33, 181, 0) 100%
    )
    no-repeat padding-box padding-box;
  left: -25px;
  right: inherit;
  top: inherit;
  bottom: -25px;
}

.zwc-feature-card .zwc-card-ctn {
  padding: 2em;
}

.zwc-small-business {
  max-width: 40%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.zwc-every-business .zwc-card-ctn p {
  max-width: 340px;
}

.zwc-every-business .zwc-card-ctn h3 {
  max-width: 300px;
}

.zwc-every-business .zwc-flex {
  justify-content: space-between;
  gap: 30px;
  max-width: 1150px;
  width: 100%;
  margin: 0px auto;
}

.zwc-every-business .zwc-feature-card {
  border-radius: 15px;
  overflow: hidden;
}

.zwc-every-business .zwc-feature-card:first-child {
  background: rgb(224, 241, 253);
}

.zwc-every-business .zwc-feature-card:nth-child(2) {
  background: rgb(249, 243, 228);
}

.zwc-form-builder {
  background: rgba(39, 18, 203, 0.89);
  padding: 5em 4em;
}

.zwc-integration {
  background: rgba(39, 18, 203, 0.89);
  padding: 5em 6em;
  margin-top: var(--section-m-t);
}

.zwc-form-main .zwc-ask-question h3 {
  font-size: 1.7rem;
}

.zwc-ask-question .zwc-flex {
  gap: 120px;
  max-width: 1050px;
  margin: var(--section-inr-top) auto 0 auto;
}

.zwc-ask-question .zwc-card-ctn {
  padding: 20px 0px 0px;
  margin-top: 2em;
}

.zwc-ask-question .zwc-feature-card img {
  width: 100%;
  border-radius: 10px;
  display: block;
  position: relative;
}

.zwc-form-design {
  background: linear-gradient(106deg, rgb(11, 42, 124) 0px, rgb(2, 8, 14) 100%)
    no-repeat padding-box padding-box;
  padding: 5em 2em 0px;
}

.zwc-pro-border {
  color: rgb(70, 73, 255);
  border: 2.4px solid rgb(71, 73, 255);
  padding: 0px 15px;
  position: relative;
}

.zwc-pro-border span {
  width: 13px;
  height: 13px;
  background: rgb(71, 73, 255);
  display: inline-block;
  position: absolute;
  opacity: 0.8;
}

.zwc-pro-border span:first-child {
  left: -8px;
  top: -8px;
}

.zwc-pro-border span:nth-child(2) {
  left: 95%;
  top: -8px;
}

.zwc-pro-border span:nth-child(3) {
  left: 95%;
  bottom: -8px;
}

.zwc-pro-border span:nth-child(4) {
  left: -8px;
  bottom: -8px;
}

.zwc-name-ss {
  position: absolute;
  right: -60px;
  top: 35px;
  max-width: 150px;
}

.zwc-design-ele {
  width: 100%;
  margin-top: var(--section-inr-top);
}

.zwc-design-lft,
.zwc-design-rht {
  max-width: 30%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 30px;
  position: relative;
}

.zwc-design-rht {
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 0px;
}

.zwc-design-lft span,
.zwc-design-rht span {
  display: inline-block;
  background-image: url("/sites/zweb/images/forms/home/forms-deign-element.svg");
  background-repeat: no-repeat;
}

.zwc-design-lft span.zwc-file {
  width: 214px;
  height: 61px;
  background-position: 0px 0px;
  background-size: 1300px;
  transform: rotate(15deg);
  transform-origin: 100% 0px;
}

.zwc-design-lft span.zwc-search {
  width: 77px;
  height: 81px;
  background-position: -151px 0px;
  background-size: 860px;
  position: absolute;
  bottom: 64px;
  transition: 0.4s ease-in-out;
}

.zwc-design-lft span.zwc-mail {
  width: 92px;
  height: 65px;
  background-position: -348px 0px;
  background-size: 910px;
  position: absolute;
  bottom: 158px;
  transform: rotate(14deg);
}

.zwc-design-lft span.zwc-bell {
  width: 55px;
  height: 65px;
  background-position: -387px 0px;
  background-size: 790px;
  position: absolute;
  bottom: 229px;
}

.zwc-design-lft span.zwc-text {
  width: 85px;
  height: 77px;
  background-position: -231px 0px;
  background-size: 840px;
  position: absolute;
  bottom: 130px;
  right: 153px;
  transform: rotate(-15deg);
}

.zwc-design-rht span.zwc-check-bx {
  width: 67px;
  height: 70px;
  background-position: -767px 0px;
  background-size: 910px;
  transform: rotate(15deg);
  transform-origin: 100% 0px;
}

.zwc-design-rht span.zwc-scale {
  width: 77px;
  height: 80px;
  background-position: -517px 0px;
  background-size: 910px;
  transform: rotate(15deg);
  transform-origin: 100% 0px;
  position: absolute;
  right: 30%;
}

.zwc-design-rht span.zwc-file-2 {
  width: 176px;
  height: 47px;
  background-position: -655px 0px;
  background-size: 990px;
  transform: rotate(15deg);
  transform-origin: 100% 0px;
  position: absolute;
  bottom: 50px;
}

.zwc-design-rht span.zwc-chat {
  width: 77px;
  height: 85px;
  background-position: -718px 0px;
  background-size: 783px;
  transform: rotate(155deg);
  transform-origin: 100% 100%;
  position: absolute;
  bottom: 189px;
}

.zwc-design-mid {
  max-width: 60%;
  width: 100%;
  position: relative;
}

.zwc-line-animate {
  max-width: 520px;
  position: absolute;
  top: 28%;
  width: 100%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.zwc-design-mid img,
.zwc-line-animate svg,
.zwc-site-inspection {
  width: 100%;
}

.middle-animated #zwc-gr-line {
  stroke-dasharray: 640;
  stroke-dashoffset: 640;
  animation: 3.7s ease-in-out 0s 1 normal forwards running draw;
}

@keyframes draw {
  0% {
    stroke-dasharray: 640;
    visibility: hidden;
  }
  100% {
    stroke-dashoffset: 1280;
    visibility: visible;
  }
}

.zwc-inte-logo li:first-child {
  align-items: flex-start;
}

.zwc-form-tab .zwc-2col-flex {
  align-items: flex-start;
}
.zwc-form-tab h2 {
  max-width: 400px;
  margin-bottom: -100px;
}
.zwc-explore-btn {
  text-align: center;
  margin-top: var(--section-inr-top);
}

.zwc-form-tab .zwc-2col-lft {
  margin-top: 120px;
  max-width: 50%;
}

.zwc-form-tab .zwc-2col-rht {
  max-width: 45%;
}

.zwc-form-tab .zwc-form-tab-inner {
  margin-top: var(--section-inr-top);
  margin-bottom: 0px;
}

.zwc-form-tab-inner .navigation {
  position: static;
}

.zwc-form-tab-inner .slick-prev {
  right: 7%;
}

.zwc-constrution-img {
  border-radius: 10px;
  margin: 0px auto;
}

.zwc-auto-sec .zwc-flex h2 {
  max-width: 50%;
  margin-bottom: 130px;
}

.zwc-auto-sec-inr {
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
}

.zwc-auto-sec::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-image: radial-gradient(
    rgba(217, 217, 217, 0.47) 2px,
    transparent 0px
  );
  background-size: 30px 30px;
  background-position: 0px 0px;
}

.zwc-automate-ss-1 {
  width: 100%;
  max-width: 330px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 13px 56px;
  position: absolute;
  right: 16%;
  top: 0px;
  border-radius: 8px;
  border: 1px solid rgb(218, 217, 217);
  z-index: 2;
  opacity: 0;
}

.zwc-automate-ss-2 {
  width: 100%;
  max-width: 330px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 13px 56px;
  position: absolute;
  left: 7%;
  bottom: 0px;
  border-radius: 8px;
  border: 1px solid rgb(223, 222, 222);
  z-index: 2;
  opacity: 0;
}

.zwc-auto-sec .zwc-flex:nth-child(2) {
  justify-content: flex-end;
}

.zwc-auto-sec .zwc-flex:nth-child(2) p {
  max-width: 43%;
}

.zwc-template h2 {
  max-width: 600px;
}

.zwc-template .slick-list {
  overflow: visible;
}

.zwc-template .item div {
  width: 95%;
  border-radius: 7px;
  overflow: hidden;
}

.zwc-points {
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.zwc-points li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.zwc-points li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 12px;
  height: 5px;
  border-left: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  transform: rotate(-50deg);
}

.slick-arrow {
  width: 55px;
  height: 55px;
  text-align: center;
  margin: 0px 5px;
  position: absolute;
  border: 1px solid rgb(0, 0, 0);
  z-index: 2;
  background: rgb(255, 255, 255);
  border-radius: 50%;
}

.slick-arrow::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  background: url("/sites/zweb/images/forms/home/forms-nav-arrow.svg") 3px 0px /
    24px no-repeat;
  width: 32px;
  height: 17px;
  display: block;
  z-index: 2;
  transform: translateY(-50%);
}

.slick-prev {
  top: -30%;
  left: inherit;
  right: 70px;
}

.slick-next {
  top: -30%;
}

.zwc-testi-inr .slick-prev {
  bottom: 4%;
  left: inherit;
  right: 10%;
  top: inherit;
}

.zwc-testi-inr .slick-next {
  top: inherit;
  bottom: 4%;
  right: 4%;
}

.zwc-form-tab-inner .slick-prev,
.zwc-form-tab-inner .slick-next {
  top: -8%;
}

.slick-arrow::after {
  display: none;
}

.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
  left: 10px;
  top: 32%;
}

button.slick-next.slick-disabled,
button.slick-prev.slick-disabled {
  opacity: 0.3;
}

.slick-arrow:hover::before {
  background: url("/sites/zweb/images/forms/home/forms-nav-arrow.svg") 3px 0px /
    24px no-repeat;
}

.zwc-template {
  background: rgb(244, 244, 244);
  border-radius: 40px;
  padding: 5em 6em;
  color: rgb(0, 0, 0);
  margin-bottom: var(--section-m-b);
}

.faq-content:first-child,
.zwc-data-collection,
.zwc-template-inner {
  margin-top: var(--section-inr-top);
}

.zwc-template-inner img {
  width: 100%;
}

.zwc-template-inner .item > div {
  position: relative;
}

.zwc-template-inner .item div::before {
  position: absolute;
  content: "";
  inset: 0px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.zwc-template-inner .item:hover div::before {
  opacity: 1;
}

.zwc-template-inner .item a {
  position: absolute;
  left: 50%;
  top: 52%;
  padding: 10px 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.zwc-template-inner .item:hover a {
  top: 50%;
  opacity: 1;
}

.zwc-template-inner .item a.zwc-page-btn::before {
  display: none;
}

.zwc-inte-logo li {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 33%;
  width: 100%;
}

.zwc-inte-logo li:nth-child(2) {
  justify-content: space-between;
}

.zwc-inte-logo li:nth-child(3) {
  align-items: flex-end;
}

.zwc-app-store .zwc-flex,
.zwc-testi-inr {
  justify-content: space-between;
  margin-top: var(--section-inr-top);
}

.zwc-testi-inr {
  background: rgb(32, 170, 147);
  padding: 5em 5em 7em;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  align-items: center;
  position: relative;
}

.zwc-testi-inr .navigation {
  bottom: 10%;
  top: inherit;
  right: 5%;
}

.zwc-testi-inr .zwc-flex {
  align-items: center;
}

.zwc-testi-inr .navigation .slick-arrow::after {
  border-color: transparent;
}

.zwc-testi-inr .navigation .slick-arrow {
  color: rgb(255, 255, 255);
}

.zwc-testi-inr::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: -50px;
  border-right: 50px solid rgb(32, 170, 147);
  border-bottom: 50px solid transparent;
}

.zwc-testi-inr::before {
  content: "";
  position: absolute;
  inset: 50% 0px 0px;
  background: linear-gradient(
      182deg,
      rgb(255, 255, 255) 0px,
      rgba(208, 240, 210, 0.04) 100%
    )
    no-repeat padding-box padding-box;
  opacity: 0.05;
  transform: rotate(340deg) scale(1.3);
}

.zwc-testi-profile {
  max-width: 28%;
  width: 100%;
  position: relative;
}

.zwc-testi-profile::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  transform: rotate(90deg);
  top: 40%;
  right: -45%;
  z-index: 1;
  clip-path: polygon(
    0px 0px,
    64px 0px,
    59px calc(100% - 1px),
    96px 0px,
    100% 0px,
    100% 1px,
    96px 1px,
    59px 100%,
    58px 100%,
    63px 1px,
    0px 1px
  );
  background: rgb(78, 196, 176);
}

.zwc-testi-ctn {
  max-width: 70%;
  width: 100%;
  padding-left: 40px;
}

.zwc-testi-ctn p {
  font-size: 24px;
}

.rating-section ul {
  max-width: 900px;
  margin: 35px auto 0px;
  display: flex;
  justify-content: space-between;
}

.rating-section ul li {
  opacity: 0;
  text-align: center;
}

.rating-section ul {
  max-width: 740px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--section-inr-top);
}

.rating-section ul li .img-leads {
  width: 160px;
  display: block;
  margin: 0px auto 15px;
}

.rating-section ul li .img-leads img {
  width: 100%;
  display: block;
  min-height: 70px;
}

.getapp .img-leads img {
  max-width: 130px;
  margin: 0 auto;
}

.g2 .img-leads img {
  max-width: 60px;
  margin: 0 auto;
}

.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 21px;
  letter-spacing: 2px;
}

.stars-container::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "★★★★★";
  color: rgb(208, 208, 208);
}

.stars-container::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "★★★★★";
  color: rgb(249, 168, 38);
  overflow: hidden;
  transition: 3s;
  width: 0px;
}

.bottom-animated ul li .stars-container.stars-5::after {
  width: 100%;
}

.bottom-animated ul li .stars-container.stars-4::after {
  width: 80%;
}

.bottom-animated ul li .stars-container.stars-4-4::after {
  width: 88%;
}

.bottom-animated ul li .stars-container.stars-4-5::after {
  width: 90%;
}

.counter-star {
  display: block;
  text-align: center;
  font-weight: 300;
  color: rgb(136, 136, 136);
}

.rating-section {
  margin-bottom: var(--section-m-b);
}

.rating-section h5 {
  text-align: center;
}

.rating-section .bottom-animated ul li:nth-child(1) {
  animation: 0.6s ease-out 0.2s 1 normal forwards running opacity;
}

.rating-section .bottom-animated ul li:nth-child(2) {
  animation: 0.6s ease-out 0.4s 1 normal forwards running opacity;
}

.rating-section .bottom-animated ul li:nth-child(3) {
  animation: 0.6s ease-out 0.6s 1 normal forwards running opacity;
}

.rating-section .bottom-animated ul li:nth-child(4) {
  animation: 0.6s ease-out 0.8s 1 normal forwards running opacity;
}

@keyframes opacity {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

.zwc-pic {
  width: 170px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background: rgb(255, 255, 255);
  margin-bottom: 20px;
}

.zwc-pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.zwc-pro-name {
  display: block;
  font-family: var(--zf-splfontserif-bold);
  line-height: 1;
  margin-bottom: 5px;
}

.faq-content h3,
.zwc-spl-title {
  font-family: var(--zf-secondary-medium);
}

.zwc-pro-desc {
  font-size: 14px;
  display: inline-block;
}

.apps-download-links-wrap a {
  height: 41px;
  width: 119px;
  margin: 0px 5px 5px 0px;
  background-size: 804px;
  background-position: 0px -34px;
  display: inline-block;
  text-indent: -99999px;
}

.apps-download-links-wrap {
  margin-top: 8px;
  text-align: center;
}

.apps-download-links-wrap a.app-store {
  background-position: 0px -35px;
}

.apps-download-links-wrap a.g-play {
  width: 133px;
  background-position: -120px -35px;
}

.zwc-app-store {
  background: linear-gradient(106deg, rgb(11, 42, 124) 0px, rgb(2, 8, 14) 100%)
    no-repeat padding-box padding-box;
  border-radius: 40px;
  padding: 5em 6em 0px;
  color: rgb(255, 255, 255);
}

.zwc-app-store .zwc-points li {
  position: relative;
  border-bottom: 1px solid rgba(242, 242, 244, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}

.zwc-app-store .zwc-points li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.zwc-app-store .zwc-points li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(250, 238, 96);
  border-radius: 3px;
}

.zwc-app-store .zwc-points li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 10px;
  height: 5px;
  border-left: 1px solid rgb(250, 238, 96);
  border-bottom: 1px solid rgb(250, 238, 96);
  transform: rotate(-50deg);
}

.faq-content.active,
.faq-content.active .faq-arrow {
  border-color: rgb(19, 177, 25);
}

.zwc-app-store .zwc-flex div {
  max-width: 30%;
  width: 100%;
}

.zwc-data-collection-main::before {
  content: "";
  position: absolute;
  inset: -300px 0px 0px;
  background-color: rgb(242, 242, 244);
  z-index: -1;
}

.zwc-data-collection {
  flex-wrap: wrap;
  gap: 20px;
}

.zwc-data-collection .item {
  max-width: 32%;
  width: 100%;
}

.zwc-dc-item {
  background: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 4em 2.5em;
  min-height: 450px;
  height:100%;
}

.zwc-dc-item span {
  width: 50px;
  height: 59px;
  display: inline-block;
  margin-bottom: 15px;
  background: var(--sprite) no-repeat 0 0 / 330px;
}

span.zwc-paperless-data {
  background-position: 0px 0px;
}

span.zwc-efficiency {
  background-position: -52px 0px;
}

span.zwc-ease-use {
  background-position: -110px 0px;
}

span.zwc-paperless {
  background-position: -226px 0px;
}

span.zwc-report {
  background-position: -280px 0px;
}

.zwc-dc-item h3 {
  font-size: 1.6rem;
}

.zwc-paperless-data {
  background-position: 0px 0px;
}

.zwc-efficiency {
  background-position: 0px 0px;
}

.zwc-ease-use {
  background-position: 0px 0px;
}

.zwc-dc-item span.zwc-effective {
  background-position: -162px 0px;
  width: 59px;
}

.zwc-paperless {
  background-position: 0px 0px;
}

.zwc-report {
  background-position: 0px 0px;
}

.faq-section {
  background: rgb(250, 250, 250);
}

.faq-section .zwc-min-wrap {
  margin-top: var(--inner-sec-t);
}

.zwc-faq-sec .zwc-page-title {
  margin-bottom: 40px;
}

.zwc-faq-sec .zwc-page-title h2 {
  font-size: 36px;
}

.faq-section h2 {
  margin-bottom: var(--section-m-t-60);
  text-align: center;
  font-size: clamp(2em, 3vw, 2.5em);
  font-family: var(--zf-primary-semibold);
  letter-spacing: -0.7px;
}

.accordion {
  margin: 3rem auto 0px;
  max-width: 880px;
}

.faq-content {
  transition: 0.5s;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 25px 35px 5px;
  margin-bottom: 15px;
  border: 1px solid rgb(221, 221, 221);
}

.faq-content.active {
  background: rgb(246, 252, 235);
  border: 1px solid rgb(81, 174, 57);
}

.faq-content.active .faq-arrow {
  transform: rotate(135deg);
}

.faq-content.active h3 {
  color: rgb(64, 172, 29);
  font-family: var(--zf-primary-bold);
}

.faq-content h3 {
  position: relative;
  font-size: 22px;
  cursor: pointer;
  transition: 0.5s;
  padding: 0px 16px 15px 0px;
  font-family: var(--zf-secondary-medium);
  margin-bottom: 0px;
  line-height: 1.5;
}

.faq-content:last-child {
  margin-bottom: 0px;
}

.accord-content {
  display: none;
  padding: 0px 0px 25px;
  max-width: 750px;
}

.accord-content span {
  font-family: var(--zf-primary-semibold);
  font-size: 15px;
}

.faq-content span.faq-arrow {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 10px;
  height: 10px;
  transition: 0.5s;
  transform: translate(-50%, 4%) rotate(45deg);
  border-top: 2px solid rgb(0, 0, 0);
  border-right: 2px solid rgb(0, 0, 0);
}

.accord-content a {
  text-decoration: underline;
}

.accord-content ul.number li,
ul.list li {
  margin-bottom: 15px;
}

.accord-content ul li {
  padding: 10px 20px 10px 30px;
  position: relative;
}

.accord-content ul li::before {
  content: "";
  inset: 18px 0px 0px 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background: #3fac1d;
}

.accord-content ul li::after {
  content: "";
  inset: 14px 0px 0px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  border: 1px dashed #3fac1d;
}

.zwc-cta-sec .content-wrap {
  max-width: 950px;
  margin: 0px auto;
}

.zwc-cta-sec {
  color: rgb(255, 255, 255);
  text-align: center;
  position: relative;
  background: linear-gradient(104deg, rgb(11, 42, 124) 0px, rgb(2, 8, 14) 100%)
    no-repeat padding-box padding-box;
  padding: 5em 0px;
}

.zwc-cta-sec h2 {
  font-family: var(--zf-primary-medium);
}

.zwc-spl-title {
  color: rgb(35, 181, 97);
  display: block;
  text-align: center;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  padding: 3px 10px;
  max-width: 260px;
  margin: 0px auto 10px;
}

.zwc-tab-sec {
  background: var(--primary-color);
  color: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 80px;
}

.zwc-tab-sec .zwc-page-title p {
  max-width: 600px;
  margin: 15px auto 0px;
}

.zwc-tab-sec .zwc-page-title h2 {
  font-size: 30px;
}

.zwc-left-tab-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: var(--section-inr-top);
  align-items: center;
}

.zwc-left-tab-nav {
  width: 100%;
  max-width: 40%;
}

.zwc-left-tab-nav li {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zwc-left-tab-nav li.active::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  right: 100%;
  height: 2px;
  background: rgb(250, 238, 96);
  animation: 5s ease-in-out 0.3s 1 normal forwards running draw-line;
}

@keyframes draw-line {
  0% {
    right: 100%;
  }

  100% {
    right: 0px;
  }
}

.zwc-left-tab-nav li button {
  background: 0px center;
  width: 100%;
  text-align: left;
  font-family: var(--zf-primary-semibold);
  font-size: 24px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  position: relative;
  border: 0px;
  padding: 25px 0px;
}

.zwc-left-tab-nav li button span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
  display: block;
  left: 6px;
  top: 7px;
  transform: rotate(-135deg);
  transition: 0.3s ease-in-out;
}

.zwc-left-tab-nav li button span {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 25px;
  border: 1px solid rgb(255, 255, 255);
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}

.zwc-left-tab-nav li.active button span,
.zwc-left-tab-nav li.active button span::before {
  border-color: rgb(255, 255, 255);
}

li.active button span::before {
  transform: rotate(-45deg);
  transform-origin: 50% 20%;
}

.zwc-left-tab-ctn {
  width: 100%;
  max-width: 53%;
  position: relative;
}

.zwc-left-tab-ctn::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(
      181deg,
      rgba(33, 9, 229, 0.27) 0px,
      rgba(0, 0, 0, 0.11) 24%,
      rgba(62, 44, 208, 0) 100%
    )
    no-repeat padding-box padding-box;
  margin: 0px 0px 0px auto;
  opacity: 0;
}

.zwc-left-hide {
  opacity: 0;
  height: 0px;
  position: relative;
}

.zwc-left-active {
  opacity: 1;
  transform: translateY(0px);
  position: relative;
  height: 100%;
}

.zwc-left-tab-image {
  transform: translateY(20px);
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 50px;
}

.zwc-lead-generate {
  max-width: 60%;
  margin: 0px 0px 0px auto;
  border-radius: 10px;
}

.zwc-basic-field {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 40%;
}

.zwc-download-ebook {
  max-width: 58%;
  width: 100%;
  margin: 0px 0px 0px auto;
  border-radius: 10px;
}

.zwc-basic-fld {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 44%;
}

.zwc-workshop {
  max-width: 60%;
  margin: 0px 12% 0px auto;
  border-radius: 10px;
  width: 100%;
}

.zwc-embed-ss {
  position: absolute;
  left: 0px;
  max-width: 25%;
  top: 9%;
  border-radius: 5px;
}

.zwc-othb-logo {
  padding: 8px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  width: 50px;
  position: absolute;
  right: 2%;
  top: 35%;
}

.zwc-othb-logo span {
  width: 36px;
  display: block;
  margin: 0px auto 14px;
  height: 36px;
  transform: scale(0.9);
}

.zwc-othb-logo span.zwc-x {
  background: rgb(0, 0, 0);
  border-radius: 50%;
  display: flex;
}

.zwc-othb-logo span.zwc-x img {
  filter: invert(1);
  width: 18px;
  display: block;
  margin: 0px auto;
}

.zwc-othb-logo span:last-child {
  margin-bottom: 0px;
}

.zwc-folder-icn {
  background: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 6px;
  width: 60px;
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.zwc-order-frm {
  max-width: 55%;
  border-radius: 10px;
  margin-left: 61px;
}

.zwc-order-frm-human {
  max-width: 40%;
  position: absolute;
  right: 11%;
  bottom: 0px;
  width: 100%;
}

.zwc-cus-order-frm {
  max-width: 55%;
  margin: 0px 15% 0px auto;
  border-radius: 10px;
  width: 100%;
}

.zwc-customize {
  max-width: 28%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 7px;
  box-shadow: rgba(118, 118, 118, 0.13) 0px 0px 46px;
}

.zwc-st-page {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 30%;
  border-radius: 7px;
  box-shadow: rgba(118, 118, 118, 0.13) 0px 0px 46px;
}

.zwc-frm-tool {
  position: absolute;
  right: 0px;
  top: 27%;
  max-width: 7%;
}

.zwc-active-cus {
  max-width: 57%;
  margin: 0px 13% auto;
  border-radius: 7px;
  width: 100%;
}

.zwc-track-count {
  max-width: 28%;
  position: absolute;
  right: 0px;
  top: 12%;
  border-radius: 8px;
}

.zwc-track-count-2 {
  max-width: 27.5%;
  position: absolute;
  right: 0px;
  bottom: 17%;
  border-radius: 5px;
}

.zwc-track-count-3 {
  max-width: 11%;
  position: absolute;
  left: 0px;
  bottom: 25%;
  border-radius: 5px;
}

#zwc-left-tab-5 .zwc-left-tab-image {
  padding-top: 40px;
}

.zwc-track-count-4 {
  max-width: 9%;
  position: absolute;
  right: 18%;
  bottom: 0px;
  border-radius: 5px;
}

.zwc-act-tab {
  max-width: 41%;
  position: absolute;
  left: 13%;
  top: 3%;
}

.zwc-security-desk {
  max-width: 80%;
  width: 100%;
  border-radius: 7px;
  padding-bottom: 60px;
}

.zwc-security-mob {
  max-width: 28%;
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.333) 10px 13px 40px;
  border: 2px solid #3e3e3e;
  border-radius: 16px;
}

.zwc-left-active .zwc-left-tab-image {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.zwc-left-tab-nav a {
  font-size: 14px;
  font-family: var(--zf-primary-regular);
  border-radius: 30px;
  margin: 20px 0px;
  display: inline-block;
  padding: 8px 17px;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}

@keyframes lineAnimation {
  0% {
    right: 100%;
  }

  100% {
    right: 0px;
  }
}

.zwc-left-tab-nav li p {
  margin-bottom: 30px;
  font-size: 16px;
}

.zwc-acc-ctn {
  display: none;
}

.zwc-left-tab-nav li.active {
  background: rgb(63, 44, 209);
  color: rgb(255, 255, 255);
}

.zwc-left-tab-nav li.active button {
  color: rgb(255, 235, 0);
}

.zwc-flow-app-section-inner {
  max-width: 1510px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 0px 20px;
}

.zwc-form-app-connect-wrapper {
  background: rgb(13, 18, 41);
  color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
}

.zwc-app-lists-type a {
  cursor: pointer;
  border: 2px solid rgb(32, 37, 62);
  transition: 0.7s ease-out;
  background: rgb(15, 20, 44);
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 140px;
  height: 130px;
  border-radius: 5px;
  justify-content: center;
}

.zwc-tooltip {
  text-align: center;
  border-radius: 4px;
  z-index: 1;
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin-top: 10px;
}

.zwc-app-lists-type:hover .zwc-tooltip {
  visibility: visible;
}

.zwc-app-lists-type img {
  max-height: 35px;
  max-width: 40px;
  margin: 0px auto;
}

.zwc-app-lists-type img.google-workspace {
  max-width: 110px;
}

.zwc-app-lists-type a:hover {
  border: 2px solid rgb(4, 120, 255);
}

.zwc-flow-app-section-inner {
  margin-top: var(--section-inr-top);
  position: relative;
}

.zwc-app-lists--25 a img {
  filter: invert(1);
}
.paly-pasue {
  width: 30px;
  height: 30px;
  border: 2px solid #888;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 17px;
  background: #fff;
}
.paly-pasue.active::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 9px solid #888;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.paly-pasue.active::after {
  display: none;
}
.paly-pasue::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 10px;
  border-left: 2px solid #888;
  border-right: 2px solid #888;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
@media screen and (min-width: 767px) {
  .middle-animated .zwc-automate-ss-1 {
    animation: 0.5s ease-in-out 0.2s 1 normal forwards running slideDown;
  }

  .middle-animated .zwc-automate-ss-2 {
    animation: 0.5s ease-in-out 3s 1 normal forwards running slideDown;
  }

  .zwc-left-active .zwc-left-tab-image img {
    transition: 0.5s ease-in-out;
    transform: translateY(20px);
  }

  .zwc-left-active .zwc-left-tab-image img:nth-child(1) {
    transform: translateY(0px);
  }

  .zwc-left-active .zwc-left-tab-image img:nth-child(2) {
    transition-delay: 0.3s;
    transform: translateY(0px);
  }

  .zwc-left-active .zwc-left-tab-image img:nth-child(3),
  .zwc-left-active .zwc-left-tab-image img:nth-child(4),
  .zwc-left-active .zwc-left-tab-image img:nth-child(5),
  .zwc-left-active .zwc-left-tab-image img:nth-child(6) {
    transition-delay: 0.5s;
    transform: translateY(0px);
  }

  .zwc-design-lft span.zwc-file,
  .zwc-design-lft span.zwc-search,
  .zwc-design-lft span.zwc-mail,
  .zwc-design-lft span.zwc-text,
  .zwc-design-lft span.zwc-bell,
  .zwc-design-rht span.zwc-check-bx,
  .zwc-design-rht span.zwc-scale,
  .zwc-design-rht span.zwc-file-2,
  .zwc-design-rht span.zwc-chat {
    opacity: 0;
  }

  .top-animated .zwc-design-lft span.zwc-file,
  .top-animated .zwc-design-lft span.zwc-search,
  .top-animated .zwc-design-lft span.zwc-mail,
  .top-animated .zwc-design-lft span.zwc-text,
  .top-animated .zwc-design-rht span.zwc-check-bx,
  .top-animated .zwc-design-rht span.zwc-scale,
  .top-animated .zwc-design-rht span.zwc-file-2,
  .top-animated .zwc-design-rht span.zwc-chat {
    animation: 0.3s ease-in-out 0.3s 1 normal forwards running fadein;
  }

  .top-animated .zwc-design-lft span.zwc-search,
  .top-animated .zwc-design-rht span.zwc-check-bx {
    animation-delay: 0.6s;
  }

  .top-animated .zwc-design-lft span.zwc-mail,
  .top-animated .zwc-design-rht span.zwc-scale {
    animation-delay: 1s;
  }

  .top-animated .zwc-design-lft span.zwc-text,
  .top-animated .zwc-design-rht span.zwc-file-2 {
    animation-delay: 1.5s;
  }

  .top-animated .zwc-design-rht span.zwc-chat {
    animation-delay: 1.8s;
  }

  .top-animated .zwc-automate-ss-2 {
    animation-delay: 3.3s;
  }

  @keyframes fadein {
    0% {
      visibility: hidden;
      opacity: 0;
    }

    100% {
      visibility: visible;
      opacity: 1;
    }
  }

  @keyframes slideDown {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translateY(30px);
    }

    100% {
      visibility: visible;
      opacity: 1;
      transform: translateY(0px);
    }
  }

  @keyframes slideLeft {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(30px);
    }

    100% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0px);
    }
  }

  @keyframes scale {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: scale(0.8);
    }

    100% {
      visibility: visible;
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes slideRight {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-30px);
    }

    100% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0px);
    }
  }

  @keyframes floating {
    0%,
    100% {
      transform: translateY(15px);
    }

    50% {
      transform: translateY(0px);
    }
  }

  @keyframes floatingX {
    0%,
    100% {
      transform: translateX(15px);
      opacity: 1;
    }

    50% {
      transform: translateX(0px);
    }
  }

  .top-animated .zwc-design-lft span.zwc-bell {
    animation: 5s ease-in-out 1.8s infinite normal forwards running floatingX;
  }
}

@media screen and (max-width: 1440px) {
  .zwc-app-store,
  .zwc-banner-box,
  .zwc-form-builder,
  .zwc-form-design,
  .zwc-integration,
  .zwc-template {
    width: 100%;
    margin-left: 0px;
  }
   .zwc-left-tab-nav,
  .zwc-left-tab-ctn {
    max-width: 46%;
  }
  .zwc-banner-ctn p {
    max-width: 630px;
  }

  .zwc-banner-lft {
    max-width: 300px;
    position: relative;
    left: 3%;
  }

  .zwc-banner-rht {
    max-width: 350px;
    position: relative;
    right: 3%;
  }

  .zwc-banner-box {
    padding: 4em 2em;
  }

  .zwc-left-tab-ctn::before {
    display: none;
  }

  .body-umain .zwc-banner-img {
    /* margin-top: -6em; */
    margin-top: -10em;
  }

  .zwc-data-collection .item {
    max-width: 45%;
  }

  .zwc-data-collection {
    justify-content: center;
  }
  .lang-rtl .zwc-app-store, .lang-rtl .zwc-banner-box, .lang-rtl .zwc-form-builder, .lang-rtl .zwc-form-design, .lang-rtl .zwc-integration, .lang-rtl .zwc-template { margin-right: 0px; margin-left: unset; }
  .lang-rtl .zwc-banner-lft { right: 3%; left: unset; }
  .lang-rtl .zwc-banner-rht { left: 3%; right: unset; }
  .lang-rtl .zwc-banner-box { padding: 4em 2em; }
}

@media screen and (max-width: 1200px) {
  .zpromotion p {
    max-width: 650px;
    margin: 0 auto;
  }
  .body-umain .zwc-form-main h1 {
    font-size: 3.5rem;
    max-width: 840px;
  }

  .zwc-form-main h1 {
    font-size: 3rem;
  }

  .zwc-design-lft,
  .zwc-design-rht {
    display: none;
  }

  .zwc-design-mid {
    max-width: 500px;
    margin: 0px auto;
  }

  .zwc-form-main h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .zwc-banner-img {
    margin-top: -7em;
  }

  .zwc-count-num {
    font-size: 4rem;
  }

  .zwc-count-txt {
    font-size: 1.2rem;
    max-width: 100%;
  }

  .zwc-form-main .zwc-data-collection h3 {
    font-size: 1.5rem;
  }

  .zwc-dc-item {
    min-height: auto;
    height: 100%;
  }

  .zwc-app-store {
    padding-left: 2em;
    padding-right: 2em;
  }

  .zwc-banner-lft {
    max-width: 240px;
  }

  .zwc-banner-rht {
    max-width: 300px;
  }

  

  .zwc-left-tab-nav li button {
    font-size: 20px;
  }

  .zwc-ask-question .zwc-flex {
    gap: 70px;
  }
  .lang-rtl .zpromotion p { margin: 0 auto; }
  .lang-rtl .zwc-design-mid { margin: 0px auto; }
  .lang-rtl .zwc-app-store { padding-left: 2em; padding-right: 2em; }
}

@media screen and (max-width: 1024px) {
  :root {
    --section-p-t: 4em;
    --section-p-b: 4em;
    --section-m-t: 4em;
    --section-m-b: 4em;
    --section-inr-top: 2em;
  }
  .zwc-banner-sec .zwc-flex{
    justify-content: space-evenly;
  }
  .zwc-every-business .zwc-card-ctn h3 {
    max-width: 100%;
  }

  .zwc-explore-btn .zwc-page-btn {
    margin-top: 0px;
  }

  .zwc-testi-inr .navigation {
    right: 0px;
  }

  .zwc-testi-profile::before {
    display: none;
  }

  .zwc-name-ss {
    right: 0px;
  }

  .zwc-count-num {
    font-size: 3.5rem;
  }

  .zwc-form-main h1 {
    font-size: 3rem;
  }

  .zwc-forms-main h2 {
    font-size: 2rem;
    max-width: 100%;
  }

  .zwc-banner-img,
  .zwc-left-tab-ctn {
    display: none;
  }

  .zwc-banner-box {
    flex-direction: column;
    max-width: 800px;
    margin: 0px auto;
  }

  .zwc-count-txt,
  .zwc-spl-card {
    max-width: 100%;
  }

  .zwc-spl-card {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

  .zwc-2col-flex {
    flex-direction: column;
    gap: 30px;
  }

  .zwc-form-tab .zwc-2col-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .body-umain .zwc-banner-sec,
  .zwc-banner-sec {
    padding-bottom: 4em;
    padding-top: 3em;
  }

  .zwc-left-tab-nav li button {
    padding: 20px 35px 20px 0px;
  }

  .zwc-left-tab-nav li button span {
    top: 20px;
  }

  .zwc-2col-lft,
  .zwc-2col-rht {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
  }

  .zwc-left-tab-nav {
    max-width: 600px;
  }

  .zwc-2col-oc .zwc-2col-lft {
    order: 0;
  }

  .zwc-2col-rht img {
    margin: 0px auto;
  }

  .zwc-every-business .zwc-flex {
    flex-direction: column;
    max-width: 700px;
  }

  .zwc-small-business {
    max-width: 35%;
  }

  .zwc-left-tab-flex {
    justify-content: center;
  }

  .zwc-auto-sec .zwc-flex h2,
  .zwc-auto-sec .zwc-flex:nth-child(2) p {
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .zwc-form-tab .zwc-2col-lft {
    max-width: 600px;
    margin-top: 0px;
  }

  .zwc-line-animate {
    display: none;
  }

  .zwc-template {
    padding: 4em 2em;
  }

  .navigation {
    top: 0px;
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }

  .zwc-template .slick-list {
    overflow: hidden;
  }

  .zwc-app-store .zwc-points li {
    font-size: 18px;
  }

  .zwc-app-store .zwc-flex {
    justify-content: space-evenly;
  }

  .zwc-app-store .zwc-flex div:nth-child(2) {
    display: none;
  }

  .zwc-app-store .zwc-flex div {
    max-width: 40%;
  }

  .zwc-app-store {
    padding-top: var(--section-p-t);
    padding-bottom: var(--section-p-b);
  }

  .rating-section ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .zwc-banner-lft,
  .zwc-banner-rht {
    display: none;
  }

  .body-umain .zwc-banner-img {
    margin-top: -5em;
  }
  .zwc-banner-animate {
    display: none;
  }

  .body-umain .zwc-banner-ctn {
    padding-top: 0px;
    padding-bottom: 3em;
  }

  .body-umain .zwc-form-main h1 {
    font-size: 3em;
  }
  .zwc-testi-inr {
    padding: 4em 25px;
  }

  .zwc-testi-inr .zwc-flex {
    flex-direction: column;
    text-align: center;
    max-width: 600px;
    margin: 0px auto;
  }

  .zwc-testi-profile {
    border-right: 0px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .zwc-pic {
    margin: 0px auto 20px;
  }

  .zwc-testi-ctn {
    max-width: 100%;
    padding-left: 0px;
  }

  .zwc-testi-ctn p {
    font-size: 20px;
  }

  .zwc-auto-sec .zwc-flex:nth-child(2) {
    margin-bottom: 30px;
  }

  .zwc-automate-ss-1,
  .zwc-automate-ss-2 {
    position: static;
    opacity: 1;
    margin: 10px auto;
  }

  .zwc-auto-sec .zwc-flex h2 {
    margin-bottom: 20px;
  }

  .zwc-user-count {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .zwc-user-count li {
    max-width: 172px;
  }

  .zwc-form-main h3 {
    font-size: 2rem;
  }

  .faq-content h3 {
    font-size: 20px;
  }

  .zwc-form-tab-inner,
  .zwc-template-inner {
    padding-bottom: 5em;
  }

  .zwc-form-tab-inner .slick-next,
  .slick-next,
  .zwc-testi-inr .slick-next {
    top: inherit;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    margin-left: 35px;
  }

  .zwc-form-tab-inner .slick-prev,
  .slick-prev,
  .zwc-testi-inr .slick-prev {
    bottom: 0px;
    top: inherit;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    margin-left: -35px;
  }

  .zwc-form-tab .zwc-2col-flex {
    flex-direction: column;
    max-width: 600px;
    border: 1px solid rgb(221, 221, 221);
    padding: 30px 30px 0px;
    border-radius: 10px;
    margin: 0px auto;
    background: rgb(238, 255, 245);
  }

  .slick-dots {
    margin-top: 40px;
  }

  .slick-dots li {
    border: 0px;
    background: rgb(94, 223, 201);
  }

  .slick-dots li.slick-active {
    background: rgb(255, 255, 255);
  }

  .zwc-form-tab h2 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
  }

  .zwc-banner-ctn p {
    margin: 0px auto;
  }

  .zwc-form-tab-inner .zwc-2col-rht {
    max-width: 500px;
    & .zwc-testi-profile::before {
      display: none;
    }
  .lang-rtl .zwc-testi-inr .navigation { left: 0px; right: unset; }
  .lang-rtl .zwc-name-ss { left: 0px; right: unset; }
  .lang-rtl .zwc-banner-box { margin: 0px auto; }
  .lang-rtl .zwc-left-tab-nav li button { padding: 20px 0px 20px 20px; }
  .lang-rtl .zwc-2col-lft, .lang-rtl .zwc-2col-rht { margin: 0px auto; }
  .lang-rtl .zwc-2col-rht img { margin: 0px auto; }
  .lang-rtl .zwc-auto-sec .zwc-flex h2, .lang-rtl .zwc-auto-sec .zwc-flex:nth-child(2) p { text-align: center; margin-left: auto; margin-right: auto; }
  .lang-rtl .zwc-template { padding: 4em 2em; }
  .lang-rtl .zwc-testi-inr { padding: 4em 25px; }
  .lang-rtl .zwc-testi-inr .zwc-flex { margin: 0px auto; }
  .lang-rtl .zwc-testi-profile { border-left: 0px; border-right: unset; }
  .lang-rtl .zwc-pic { margin: 0px auto 20px; }
  .lang-rtl .zwc-testi-ctn { padding-right: 0px; padding-left: unset; }
  .lang-rtl .zwc-automate-ss-1, .lang-rtl .zwc-automate-ss-2 { margin: 10px auto; }
  .lang-rtl .zwc-form-tab-inner .slick-next, .lang-rtl .slick-next, .lang-rtl .zwc-testi-inr .slick-next { transform: translateX(50%) scale(0.9); right: 50%; left: unset; margin-right: 35px; margin-left: unset; }
  .lang-rtl .zwc-form-tab-inner .slick-prev, .lang-rtl .slick-prev, .lang-rtl .zwc-testi-inr .slick-prev { transform: translateX(50%) scale(0.9); right: 50%; left: unset; margin-right: -35px; margin-left: unset; }
  .lang-rtl .zwc-form-tab .zwc-2col-flex { padding: 30px 30px 0px; margin: 0px auto; }
  .lang-rtl .zwc-form-tab h2 { text-align: center; }
  .lang-rtl .zwc-banner-ctn p { margin: 0px auto; }
  .lang-rtl .zwc-spl-card, .lang-rtl .zwc-form-tab .zwc-2col-flex, .lang-rtl .zwc-2col-lft, .lang-rtl .zwc-2col-rht, .lang-rtl .zwc-testi-inr .zwc-flex { text-align: center; }
  .lang-rtl .zwc-spl-card *, .lang-rtl .zwc-form-tab .zwc-2col-flex *, .lang-rtl .zwc-2col-lft *, .lang-rtl .zwc-2col-rht *, .lang-rtl .zwc-testi-inr .zwc-flex * { text-align: center; }
  }
  @media screen and (max-width: 991px) {
     .zwc-home-sign {
      display: none;
    }
    .zwc-banner-ctn a {
      display: inline-block;
    }
    .zwc-banner-ctn {
      max-width: 700px;
      text-align: center;
    }
  .lang-rtl .zwc-banner-ctn { text-align: center; }
  .lang-rtl .zwc-banner-ctn * { text-align: center; }
  }
  @media screen and (max-width: 767px) {
    .zwc-every-business .zwc-feature-card,
    .zwc-form-main h2,
    .zwc-p-wid {
      text-align: center;
    }
   .zwc-template h2{
         margin: 0 auto;
     }
    .zw-product-header .content-wrap {
      margin-top: 10px;
    }

    :root {
      --section-inr-top: 40px;
    }

    .zwc-template {
      padding-left: 25px;
      padding-right: 25px;
    }

    .zwc-flow-app-section-inner span:nth-child(2n + 1) {
      display: none;
    }

    .zwc-form-main h1,
    .body-umain .zwc-form-main h1 {
      font-size: 2.6rem;
    }

    .zwc-form-main h2 {
      font-size: 2.4rem;
    }

    .zwc-count-num {
      font-size: 3rem;
    }

    .zwc-count-txt {
      font-size: 1rem;
    }

    .zwc-faq-sec .zwc-page-title h2 {
      font-size: 30px;
    }

    .zwc-form-main .faq-content h3 {
      font-size: 18px;
      padding: 0px 20px 20px 0px;
      line-height: 1.5;
    }

    .accord-content {
      padding-left: 0px;
    }

    .accord-content ul li {
      font-size: 15px;
    }

    .zwc-banner-img {
      position: inherit;
      margin-top: 20px;
    }

    .zwc-template .item div {
      margin: 0px auto;
    }

    .zwc-banner-img-inr {
      max-width: 80%;
      bottom: 0px;
      left: 0px;
      margin: 2em 0px 3em;
      align-items: center;
    }

    .zwc-banner-human,
    .zwc-banner-rating,
    .zwc-card-img::before,
    .zwc-pro-border span,
    .zwc-small-business {
      display: none;
    }

    .zwc-banner-ctn p {
      font-size: 16px;
    }

    .zwc-every-business .zwc-feature-card h3,
    .zwc-every-business .zwc-feature-card p,
    .zwc-form-main .zwc-form-tab h2 {
      max-width: 100%;
    }

    .zwc-form-builder {
      padding: 3em 2em;
      border-radius: 20px;
    }

    .zwc-form-builder p.zwc-p-wid {
      font-size: 18px;
    }

    .zwc-acc-ctn {
      padding-right: 0px;
    }

    .zwc-ask-question .zwc-flex {
      flex-direction: column;
      max-width: 400px;
      gap: 50px;
    }

    .zwc-ask-question .zwc-card-ctn {
      margin-top: 0px;
      text-align: center;
    }

    .zwc-form-design {
      padding: 4em 2em 0px;
    }

    .zwc-form-design h2 {
      max-width: 300px;
    }

    .zwc-form-main h2 span {
      padding: 0px;
    }

    .zwc-pro-border {
      border: 0px;
    }

    .zwc-data-collection .item {
      max-width: 570px;
    }

    .zwc-app-store .zwc-flex {
      flex-direction: column;
      align-items: center;
    }

    .zwc-app-store .zwc-flex div {
      max-width: 400px;
    }

    .zwc-app-store .zwc-points li:last-child {
      border-bottom: 1px solid rgba(242, 242, 244, 0.1);
      padding-bottom: 20px;
      margin-bottom: 20px;
    }

    .zwc-dc-item {
      padding: 30px;
    }

    .zwc-name-ss {
      max-width: 100px;
    }

    .faq-content {
      padding: 20px 20px 0px;
    }

    .zwc-cta-sec {
      padding: 4em 0px;
    }

    .zwc-ask-question .zwc-card-ctn p {
      margin-bottom: 0px;
    }
    .zwc-our-brands li img {
      display: block;
      margin: 0 auto;
    }
    .paly-pasue {
      display: none;
    }
  .lang-rtl .zwc-template { padding-left: 25px; padding-right: 25px; }
  .lang-rtl .zwc-form-main .faq-content h3 { padding: 0px 0px 20px 20px; }
  .lang-rtl .accord-content { padding-right: 0px; padding-left: unset; }
  .lang-rtl .zwc-template .item div { margin: 0px auto; }
  .lang-rtl .zwc-banner-img-inr { margin: 2em 0px 3em; right: 0px; left: unset; }
  .lang-rtl .zwc-form-builder { padding: 3em 2em; }
  .lang-rtl .zwc-acc-ctn { padding-left: 0px; padding-right: unset; }
  .lang-rtl .zwc-form-design { padding: 4em 2em 0px; }
  .lang-rtl .zwc-form-main h2 span { padding: 0px; }
  .lang-rtl .zwc-dc-item { padding: 30px; }
  .lang-rtl .faq-content { padding: 20px 20px 0px; }
  .lang-rtl .zwc-cta-sec { padding: 4em 0px; }
  .lang-rtl .zwc-our-brands li img { margin: 0 auto; }
  .lang-rtl .zwc-every-business .zwc-feature-card, .lang-rtl .zwc-form-main h2, .lang-rtl .zwc-p-wid, .lang-rtl .zwc-ask-question .zwc-card-ctn { text-align: center; }
  .lang-rtl .zwc-every-business .zwc-feature-card *, .lang-rtl .zwc-form-main h2 *, .lang-rtl .zwc-p-wid *, .lang-rtl .zwc-ask-question .zwc-card-ctn * { text-align: center; }
   .lang-rtl .zwc-our-brands {
            animation: 10s linear 0s infinite normal none running marquee-ar
        }
  }

  @media only screen and (max-width: 480px) {
       .zwc-cs-ctn-area{
            background:#fff;
            min-height:auto;
            border-radius:5px;
            overflow:hidden;
            max-width:90%;
        }
        .zwc-cs-ctn-area-inside .zwc-wel-ctn{
            background:#3f2cd1;
            min-height:auto;
            padding:35px 0
        }
    .zwc-form-main h1 {
      max-width: 380px;
      font-size: 2.2rem;
      letter-spacing: -1px;
    }

    .zwc-left-tab-nav li button {
      font-size: 18px;
    }

    .zwc-form-main h2 {
      font-size: 2rem;
    }

    .zwc-form-main h3 {
      font-size: 1.6rem;
    }

    .zwc-spl-card {
      padding: 2em 1.5em;
    }

    .zwc-banner-img-inr {
      max-width: 100%;
    }

    .zwc-feature-card .zwc-card-ctn {
      padding: 2em;
    }

    .zwc-ask-question .zwc-card-ctn {
      padding: 35px 0px 20px;
    }

    .zwc-constrution-img {
      max-width: 100%;
    }

    .zwc-count-num {
      font-size: 2rem;
    }

    .zwc-user-count li {
      max-width: 147px;
    }

    .zwc-banner-box {
      padding: 3em 20px;
    }
    .zwc-form-design {
      padding-left: 25px;
      padding-right: 25px;
    }

    .zwc-testi-ctn p {
      font-size: 16px;
    }

    .zwc-form-design h2 {
      max-width: 250px;
    }
  .lang-rtl .zwc-spl-card { padding: 2em 1.5em; }
  .lang-rtl .zwc-feature-card .zwc-card-ctn { padding: 2em; }
  .lang-rtl .zwc-ask-question .zwc-card-ctn { padding: 35px 0px 20px; }
  .lang-rtl .zwc-banner-box { padding: 3em 20px; }
  .lang-rtl .zwc-form-design { padding-left: 25px; padding-right: 25px; }
     .other-lang .zwc-form-main h1 {
            font-size: 1.8rem;
        }
  }
     
}
