:root {
    --section-p: 6em;
    --section-m: 6em;
    --inner-sec-t: 4.5em;
    --sprite: url(/sites/zweb/images/survey/home/home-sprite.svg);
    --font-size-1: 40px;
    --font-size-2: 32px;
    --font-size-3: 24px;
    --font-size-4: 20px;
    --font-size-5: 18px;
    --font-size-6: 16px;
    --font-size-7: 14px;
}
.zwc-survey-main a {
    color: rgb(0, 71, 255);
}
img {
    width: 100%;
    display: block;
}
p:last-child {
    margin-bottom: 0px;
}
button {
    background: transparent;
    border: 0px;
}
.zpromotion {
    background: #003061;
    padding: 10px 10px;
    position: relative;
    width: 100%;
    z-index: 3;
    color: #fff;
    display: none;
}
.i18n-en .zpromotion {
    display: block;
}
.i18n-en .zpromotion.deactive {
    display: none
}
.zpromotion::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #002B58, #3A95F1 70%, #3A95F1 70%, #002B58);
    /* background-image: linear-gradient(90deg, #002B58 0%, #004388 27.4%, #3A95F1 52.4%, #004388 76.44%, #003164 99.99%); */
    
    background-size: 200% 200%;
    animation: 5s linear 0s infinite normal none running loading;
}
@keyframes loading {
    0% {
        background-position: 0 center;
    }
    100% {
        background-position: -200% center;
    }
}
.zpromotion-wrap {
    position: relative;
    z-index: 2;
}
.zpromotion-wrap svg {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    position: relative;
    top: 10px
}
.zpromotion p {
    margin: 0;
    text-align: center;
    font-size: 17px;
    padding: 0 40px;
}
.zpromotion p a {
    border-bottom: 0 solid #000;
    padding: 0;
    display: inline-block;
    margin-left: 0;
    text-decoration: underline;
    color: #FFFC4A;
    font-family: var(--zf-primary-semibold)
}
.zpromotion.zpromotion-au {
    background-color: #ffd7b7;
    color: #000;
    font-family: var(--zf-primary-semibold);
    padding: 10px
}
.zpremoclose {
    position: absolute;
    right: 22px;
    top: 13px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
}
.zpremoclose:before,
.zpremoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #0a0000;
    top: 5px
}
.zpremoclose:after {
    transform: rotate(-45deg)
}
.zpremoclose:before {
    transform: rotate(45deg)
}
.zpromotion.zpromotion-au p a {
    color: #003994
}
.zwc-survey-main {
    max-width: 1920px;
    margin: 0 auto;
}
.zw-product-header {
    position: relative;
    z-index: 11;
}
.zwc-survey-main h1 {
    font-size: clamp(36px, 5vw, 80px);
    line-height: 1.1;
    letter-spacing: -1.76px;
    font-family: var(--zf-primary-semibold);
    margin-bottom: 30px;
    color: rgb(34, 34, 34);
}
.zwc-survey-main h2 {
    font-size: clamp(1.8em, 4vw, 3.5em);
    line-height: 1.11;
    letter-spacing: -1.12px;
    font-family: var(--zf-primary-semibold);
}
.zwc-survey-main h3 {
    font-size: clamp(1.3em, 2vw, 2.5em);
    letter-spacing: -0.64px;
    font-family: var(--zf-primary-medium);
}
.zwc-survey-main p b {
    font-family: var(--zf-primary-bold);
}
.act-btn {
    padding: 16px 24px;
    margin: 10px 0px 0px;
    border-radius: 4px;
}
.zwc-grid {
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
}
.zwc-large-span-4 {
    grid-column: span 4;
}
.zwc-large-span-5 {
    grid-column: span 5;
}
.zwc-large-span-6 {
    grid-column: span 6;
}
.zwc-large-span-7 {
    grid-column: span 7;
}
.zwc-flex {
    display: flex;
}
.zwc-tab-scrn-inr > .zwc-flex.zwc-fl-end,
.zwc-flex {
    justify-content: flex-end;
}
.zwc-2col-wrap {
    justify-content: center;
    gap: 50px;
    padding-top: var(--inner-sec-t);
    align-items: flex-start;
}
.zwc-icon {
    width: 37px;
    height: 61px;
    display: inline-block;
    background: var(--sprite) no-repeat 0 0 / 350px;
    margin-bottom: 10px;
}
.zwc-2col-wrap.zwc-oc .zwc-2col-lft {
    order: 2;
}
.zwc-2col-lft {
    max-width: 50%;
    width: 100%;
    position: relative;
}
.zwc-2col-rht {
    max-width: 45%;
    width: 100%;
    position: relative;
}
.zwc-min-wrap {
    max-width: 850px;
    margin: 0px auto;
    width: 100%;
}
.zwc-main-sec {
    padding-top: var(--section-p);
    padding-bottom: var(--section-p);
}
.pt-0 {
    padding-top: 0px;
}
.zwc-cta-sec {
    text-align: center;
    padding: 7em 0 9em 0px;
    background: url("/sites/zweb/images/survey/home/home-footer.jpg") center bottom / cover no-repeat;
}
.body-umain .zwc-page-sign-btn .act-btn {
    display: block;
}
.body-umain .zwc-cta-sec .req-demo {
    display: none;
}
.zwc-cta-sec .req-demo {
    display: block;
}
.zwc-page-sign-btn {
    align-items: center;
    gap: 10px;
    margin-top: 55px;
}
.zwc-cta-sec .zwc-page-sign-btn {
    justify-content: center;
}
.body-umain .zwc-page-sign-btn {
    justify-content: center;
}
.zwc-page-sign-btn {
    justify-content: flex-start;
    margin: 40px 0px 54px;
}
.zwc-page-sign-btn a.req-demo {
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    padding: 16px 24px;
    border-radius: 4px;
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    position: relative;
    background: linear-gradient(90deg, rgb(0, 0, 0) 50%, rgb(255, 255, 255) 0px) 100% 100% / 200% 99%;
    transition: 0.3s ease-in-out;
}
.zwc-page-sign-btn a.req-demo::before {
    display: none;
}
.zwc-page-sign-btn a.req-demo span {
    position: relative;
    padding-right: 28px;
    display: inline-block;
    text-transform: uppercase;
}
.zwc-page-sign-btn a.req-demo span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 18px;
    background: var(--sprite) no-repeat -67px -4px / 260px;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    transition: 0.3s ease-in-out;
}
.lang-rtl .zpromotion::after {
    right: 0;
    left: unset;
}
.lang-rtl .zpromotion p {
    text-align: center;
}
.lang-rtl .zpromotion p a {
    margin-right: 0;
    margin-left: unset;
}
.lang-rtl .zpremoclose {
    left: 22px;
    right: unset;
}
.lang-rtl .zpremoclose:before,
.lang-rtl .zpremoclose:after {
    right: 9px;
    left: unset;
}
.lang-rtl .zwc-grid {
    margin-left: auto;
    margin-right: auto;
}
.lang-rtl .zwc-cta-sec {
    padding: 7em 0px 9em 0;
}
.lang-rtl .zwc-page-sign-btn a.req-demo span {
    padding-left: 28px;
    padding-right: unset;
}
.lang-rtl .zwc-page-sign-btn a.req-demo span::before {
    left: 0px;
    right: unset;
    transform: scale(-1);
}
.lang-rtl .zwc-cta-sec {
    text-align: center;
}
.lang-rtl .zwc-cta-sec * {
    text-align: center;
}
.lang-rtl .faq-section h2 {
    text-align: center;
}
.lang-rtl .faq-content button {
    padding: 24px 24px 24px 60px;
    text-align: right;
}
.lang-rtl .accord-content {
    padding: 0px 24px 25px 20px;
}
.lang-rtl span.faq-arrow {
    left: 24px;
    right: unset;
}
.lang-rtl .faq-arrow::after,
.lang-rtl .faq-arrow::before {
    left: 50%;
    right: unset;
}
.lang-rtl .faq-arrow::before {
    left: 50%;
    right: unset;
}
.lang-rtl .faq-arrow::after {
    left: 50%;
    right: unset;
}
.lang-rtl .accord-content ul li {
    padding: 10px 30px 10px 10px;
}
.lang-rtl.body-umain .zwc-banner-ctn h1,
.lang-rt.body-umain .zwc-banner-ctn p {
    text-align: center;
}
.lang-rtl .zwc-sign-title {
    text-align: right;
}
.lang-rtl .zwc-banner-point li span {
    right: 0px;
    left: unset;
}
.lang-rtl .zwc-banner-point li span::before {
    transform: translate(-25%, -50%);
}
.lang-rtl .zwc-pro-tour-tooltip {
    padding: 22px 30px 25px 27px;
}
.lang-rtl .zwc-tour-ar-rht {
    margin-right: 3px;
    margin-left: unset;
}
.lang-rtl .line-animate1 {
    right: 0px;
    left: unset;
}
.lang-rtl .line-animate2 {
    left: 0px;
    right: unset;
}
.lang-rtl .line-animate3 {
    left: 0px;
    right: unset;
}
.lang-rtl .line-animate4 {
    right: 0px;
    left: unset;
}
.lang-rtl .zwc-tol-arw:hover::before {
    margin-right: 2px;
    margin-left: unset;
}
.lang-rtl .zwc-scroll-control {
    margin: 35px auto 0 0;
}
.lang-rtl .zwc-brand-hdt {
    margin: 0px auto 40px auto;
}
.lang-rtl .zwc-brand {
    padding: 6em 0 4em 0;
}
.lang-rtl .zwc-tol-arw::before {
    transform: scale(-1) translate(50%, 50%);
}
.lang-rtl .zwc-journey h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.lang-rtl .tab-li {
    margin-right: -30px;
    margin-left: unset;
}
.lang-rtl .tab-li > span {
    padding: 24px 32px 30px 32px;
    text-align: right;
}
.lang-rtl .tab-li::after {
    border-radius: 8px 8px 0 0;
}
.lang-rtl .tab-li::before {
    left: 110%;
    right: 0;
}
.lang-rtl .tab-li.active::before {
    left: 0;
    right: 0;
}
.lang-rtl .zwc-tab-scrn-inr.active img {
    transform: translateX(0px);
}
.lang-rtl .zwc-data-card {
    padding: 50px 28px 50px 23px;
}
.lang-rtl .zwc-data-card::before {
    left: 0px;
    right: 0px;
}
.lang-rtl .zwc-data-card::after {
    left: 0px;
    right: 0px;
}
.lang-rtl .zwc-fea-btm-link {
    padding-left: 30px;
    padding-right: unset;
}
.lang-rtl .zwc-fea-btm-link::after {
    right: 0px;
    left: unset;
}
.lang-rtl .zwc-fea-btm-link::before {
    left: 0px;
    right: unset;
    transform: scale(-1) translateY(50%);
}
.lang-rtl .zwc-data-card:hover .zwc-fea-btm-link::before {
    left: -5px;
    right: unset;
}
.lang-rtl button.slick-prev.slick-arrow {
    border-radius: 0 50px 50px 0px;
    left: 47px;
    right: unset;
}
.lang-rtl button.slick-next.slick-arrow {
    border-radius: 50px 0px 0px 50px;
}
.lang-rtl .slick-next::before,
.lang-rtl .slick-prev::before {
    transform: rotate(180deg) translate(50%, 50%);
}
.lang-rtl .zwc-title-sec h2,
.lang-rtl .zwc-title-sec p {
    margin-left: auto;
    margin-right: auto;
}
.lang-rtl .zwc-btn-style2 span {
    padding-left: 31px;
    padding-right: unset;
}
.lang-rtl .zwc-btn-style2 span::before {
    left: 0px;
    right: unset;
    transform: scale(-1);
}
.lang-rtl .zwc-btn-style2:hover span::before {
    left: -3px;
    right: unset;
}
.lang-rtl .zwc-temp-card {
    margin-left: 11px;
    margin-right: 10px;
}
.lang-rtl .zwc-temp-card-img img.zwc-home-edu {
    right: -8px;
    left: unset;
}
.lang-rtl .zwc-temp-card-img img.zwc-home-event {
    right: 8px;
    left: unset;
}
.lang-rtl .zwc-temp-card-img img.zwc-home-health {
    right: 9px;
    left: unset;
}
.lang-rtl .zwc-temp-card-img img.zwc-home-business {
    right: 0;
    left: unset;
}
.lang-rtl .zwc-temp-card-img img.zwc-home-marketing {
    right: 0;
    left: unset;
}
.lang-rtl .zwc-temp-card-img img.zwc-home-ecommerce {
    right: 7px;
    left: unset;
}
.lang-rtl .zwc-template-type .slick-list {
    padding-left: 10px;
    padding-right: 10px;
}
.lang-rtl .zwc-template-sec button.slick-prev.slick-arrow {
    left: inherit;
    right: -50px;
}
.lang-rtl .zwc-template-sec button.slick-next.slick-arrow {
    left: -50px;
    right: unset;
}
.lang-rtl .rating-section ul li {
    text-align: center;
}
.lang-rtl .rating-section ul li::before {
    left: 0px;
    right: unset;
}
.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 .zwc-whychoose-card li span {
    padding-right: 43px;
    padding-left: unset;
}
.lang-rtl .zwc-whychoose-card li span::before {
    right: 0px;
    left: unset;
}
.lang-rtl .zwc-product-feature h2 {
    text-align: center;
}
.lang-rtl .zwc-title-ctn p {
    text-align: center;
}
.lang-rtl .zwc-testi-lft {
    padding: 52px 42px 52px 0px;
}
.lang-rtl .zwc-testi-rht {
    border-radius: 0px 0px 12px 12px;
}
.lang-rtl .zwc-testi-video::after {
    border-right: 12px solid #fff;
    border-left: unset;
    transform: translate(50%, -50%);
    right: 50%;
    left: unset;
}
.lang-rtl .zwc-testi-rht .item {
    padding: 0px 60px 0px 40px;
}
.lang-rtl .zwc-testimonial button.slick-prev.slick-arrow,
.lang-rtl .zwc-testimonial button.slick-next.slick-arrow {
    left: inherit;
    right: unset;
}
.lang-rtl .zwc-brand-hdt,
.lang-rtl .zwc-brand-wrap,
.lang-rtl .zwc-template-sec .zwc-title-sec,
.lang-rtl .zwc-temp-card-ctn,
.lang-rtl .counter-star,
.lang-rtl .zwc-mobile-app .apps-download-links-wrap,
.lang-rtl.body-umain .zwc-banner .zwc-banner-ctn {
    text-align: center;
}
.lang-rtl .zwc-brand-hdt *,
.lang-rtl .zwc-brand-wrap *,
.lang-rtl .zwc-template-sec .zwc-title-sec *,
.lang-rtl .zwc-temp-card-ctn *,
.lang-rtl .counter-star *,
.lang-rtl .zwc-mobile-app .apps-download-links-wrap *,
.lang-rtl.body-umain .zwc-banner .zwc-banner-ctn * {
    text-align: center;
}
.other-lang section.zwc-main-sec.zwc-testimonial-main {
    display: none;
}
.lang-rtl .zwc-testimonial button.slick-prev.slick-arrow {
    right: 0px;
    left: unset;
}
.lang-rtl .zwc-testimonial button.slick-next.slick-arrow {
    right: 48px;
    left: unset;
}
.lang-rtl .zwc-tab-scrn-inr img.zwc-white-lable2 {
    right: 8%;
    left: unset;
}
.lang-rtl .zwc-tab-scrn-inr img.zwc-multingual-2 {
    right: 2%;
    left: unset;
}
/* .lang-rtl .zwc-tab-scrn-inr img.zwc-custom-collect-ss1 { margin: 0 0 0 auto; } */

.lang-rtl .zwc-tab-scrn-inr img.zwc-custom-collect-ss2 {
    left: 8%;
}
/* .lang-rtl .zwc-tab-scrn-inr img.zwc-personal-view { margin: 0 auto -4px -3px; } */
/* .lang-rtl .zwc-tab-scrn-inr img.zwc-automotive { margin: 0 auto 0 -1px; } */

.lang-rtl .zwc-tab-scrn-inr img.zwc-survey-int {
    margin: 0 auto 0 0;
}
.lang-rtl .zwc-tab-scrn-inr img.zwc-transparent-ss2 {
    left: 3%;
    right: unset;
}
.lang-rtl .zwc-recognition {
    text-align: center;
}
.lang-rtl .zwc-recognition * {
    text-align: center;
}
.lang-rtl .slick-next {
    left: 0;
    right: unset;
}
.lang-rtl .zwc-page-sign-btn a.req-demo:hover span::before {
    transform: translateX(-3px) scale(-1);
}
.lang-rtl #marquee {
    animation: 40s linear 0s infinite normal none running marquee-ar;
}
.i18n-ar .zwc-tab-scrn-inr>.zwc-flex,
.i18n-ar .zwc-tab-scrn-inr>.zwc-flex.zwc-multi-dis-sec {
    flex-direction: row-reverse;
}
.i18n-ar .zwc-req-btn {
    left: 0;
    right: unset;
    margin: -6% 0 0 10px;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: center left;
}
.i18n-ar .chat-widget {
    left: 10px;
    right: unset
}
@keyframes marquee-ar {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(1280px)
    }
}
.other-lang h1 {
    font-size: 4rem;
}
.i18n-ar .zwc-scroll-control span::before {
    inset: 50% 50% 0 0%;
    transform: translate(50%, -50%);
}
.lang-rtl .zws-close {
    left: 5px;
    right: unset;
}
.i18n-vi .zwc-brand {
    padding: 2em 0 4em 0;
}
.i18n-vi .body-umain .zwc-banner-ctn p span,
.i18n-vi .zwc-journey h2 span,
.i18n-vi .zwc-tab-ctn h3 span,
.i18n-vi .zwc-data-management h2 span,
.i18n-vi .zwc-data-card h3 span,
.i18n-vi .zwc-banner-ctn p span {
    display: block;
}
@media only screen and (max-width: 767px) {
    .zwc-req-btn {
        display: none !important;
    }
    .zwc-survey-main h1 {
        margin-bottom: 15px;
    }
    .zwc-cta-sec .zwc-page-sign-btn a.req-demo:hover,
    .zwc-banner-ctn .zwc-page-sign-btn a.req-demo:hover {
        background-position: right;
        color: #000;
    }
    .zwc-cta-sec .zwc-page-sign-btn a.req-demo:hover span::before,
    .zwc-banner-ctn .zwc-page-sign-btn a.req-demo:hover span::before {
        transform: translateX(3px);
        filter: inherit
    }
    .lang-rtl .zwc-cta-sec .zwc-page-sign-btn a.req-demo:hover span::before,
    .lang-rtl .zwc-banner-ctn .zwc-page-sign-btn a.req-demo:hover span::before {
        transform: translateX(-3px);
    }
    .other-lang .zwc-cta-sec h2 {
        font-size: 30px;
    }
}
.i18n-ar .zwc-page-sign-btn a.req-demo,
.i18n-ar .zwc-page-sign-btn .act-btn {
    background-position: -100% 100%;
}
.zwc-page-sign-btn .act-btn:hover {
    background-position: 0px 100%;
}
.zwc-page-sign-btn a.req-demo:hover {
    background-position: 0px 100%;
    color: rgb(255, 255, 255);
}
.zwc-page-sign-btn a.req-demo:hover span::before {
    transform: translateX(3px);
    filter: invert(1);
}
.zwc-cta-sec h2 {
    font-size: 54px;
}
.zwc-page-sign-btn {
    gap: 10px;
    display: flex;
}
.zwc-page-sign-btn .act-btn {
    color: #fff;
}
.zwc-cta-sec .content-wrap {
    max-width: 850px;
}
.faq-section {
    background: rgb(242, 242, 242);
}
.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;
}
.faq-content {
    transition: 0.5s;
    background: rgb(38, 38, 38);
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}
.faq-content.active {
    box-shadow: rgba(118, 118, 118, 0.14) 0px 4px 12px;
}
.faq-content button {
    border: 0;
    position: relative;
    font-size: var(--font-size-4);
    cursor: pointer;
    transition: 0.5s;
    padding: 24px 60px 24px 24px;
    font-family: var(--zf-secondary-semibold);
    margin-bottom: 0px;
    line-height: 1.5;
    color: #fff;
    width: 100%;
    text-align: left;
}
.faq-content button span {
    max-width: 540px;
    width: 100%;
    display: inline-block;
}
.faq-content:last-child {
    margin-bottom: 0px;
}
.accord-content {
    display: none;
    padding: 0px 20px 25px 24px;
    max-width: 650px;
}
.accord-content p {
    font-size: var(--font-size-6);
}
.accord-content span {
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
}
span.faq-arrow {
    position: absolute;
    right: 24px;
    top: 40px;
    width: 25px;
    height: 25px;
    transition: 0.5s;
    border: 1.5px solid rgb(255, 255, 255);
    border-radius: 50%;
    margin-top: -13px;
    background: rgb(255, 255, 255);
}
.faq-arrow::after,
.faq-arrow::before {
    content: "";
    position: absolute;
    display: block;
    right: -9px;
    width: 12px;
    height: 2px;
    background: rgb(0, 0, 0);
    border-radius: 2px;
    transition: 0.5s;
}
.faq-arrow::after {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    margin-left: -1px;
}
.faq-arrow::before {
    left: 50%;
    top: 50%;
    height: 2px;
    width: 12px;
    transform: translate(-50%, -50%)
}
.faq-content.active span.faq-arrow::after {
    transform-origin: center center;
    transform: rotate(90deg)
}
.accord-content a {
    text-decoration: underline;
    color: rgb(102, 145, 255);
}
.accord-content ul.number li,
ul.list li {
    margin-bottom: 15px;
}
.accord-content ul li {
    padding: 10px 10px 10px 30px;
    position: relative;
}
.accord-content ul li::before {
    content: "";
    inset: 22px 0px 0px 4px;
    width: 10px;
    height: 10px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    position: absolute;
}
.accord-content ul li::after {
    content: "";
    inset: 18px 0px 0px;
    width: 18px;
    height: 18px;
    border: 1px dashed rgb(128, 128, 128);
    border-radius: 50%;
    position: absolute;
}
.banner-mbl-ss {
    display: none;
}
.zwc-banner {
    position: relative;
    margin-top: -80px;
    padding-bottom: 450px;
    background: url(/sites/zweb/images/survey/home/home-head-v2.jpg) no-repeat center bottom / 100%;
}
/* .zwc-banner::before{
    position: absolute;
    content: '';
    inset: 0 0 21% 0;
    background: url(../images/home-header.jpg) no-repeat 0 0 / cover;
} */

.body-umain .zwc-banner .zwc-page-sign-btn {
    margin-top: 40px;
    margin-bottom: 0px;
}
.zwc-banner-inner {
    flex-direction: column;
    gap: 100px;
}
.zwc-banner-inner {
    padding-top: 3em;
}
.zwc-banner-ctn p {
    font-size: clamp(17px, 4vw, 20px);
    letter-spacing: -0.2px;
    line-height: 1.6;
    color: rgb(34, 34, 34);
    font-family: var(--zf-primary-medium);
}
.zwc-banner-ctn a.act-btn {
    display: none;
}
.body-umain .zwc-banner .zwc-banner-ctn {
    align-items: center;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.body-umain .zwc-banner-ctn h1,
.body-umain .zwc-banner-ctn p {
    max-width: 680px;
    text-align: center;
}
.body-umain .zwc-banner-ctn a {
    display: inline-block;
}
.body-umain .zwc-signup {
    display: none;
}
.zwc-sign-title {
    font: 19px / 1.4 Zoho_Puvi_SemiBold;
    text-align: left;
    color: #000;
}
.zwc-signup .signup-box {
    opacity: 1;
    visibility: visible;
    background: #fff;
    padding: 32px 48px;
    max-width: 450px;
    box-shadow: 0px 50px 30px 0px rgba(84, 84, 84, 0.05), 0px 22px 22px 0px rgba(84, 84, 84, 0.09), 0px 6px 12px 0px rgba(84, 84, 84, 0.10);
    border-radius: 16px;
    border: 1px solid #F7F7F7;
}
/* .zwc-signup input[type='text'], .zwc-signup input[type='password']{
    border: 2px solid #919191;
    border-radius: 4px;
} */
/* .zwc-signup .signup-box #countryCodeDiv, .zwc-signup .signup-box #countryconfirmCodeDiv {
    border-right: 2px solid #919191;
    background: transparent;
} */

.zwc-signup .signup-box .sgfrm {
    margin-top: 20px;
}
.zwc-flex.zwc-banner-point {
    gap: 23px;
    margin-top: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.body-umain .zwc-banner-point {
    gap: 40px;
    margin-top: 50px;
    justify-content: center;
}
.zwc-banner-point li::before {
    content: "";
    position: absolute;
}
.zwc-banner-inner > .zwc-flex {
    justify-content: center;
    gap: 60px;
}
.zwc-banner-inner .zwc-2col-rht {
    max-width: 35%;
}
.body-umain .zwc-banner-inner .zwc-2col-rht {
    max-width: 45%;
}
.zwc-banner-point li {
    font-size: var(--font-size-4);
    font-family: var(--zf-primary-medium);
    position: relative;
    display: flex;
    gap: 15px;
    color: #000;
    letter-spacing: -0.2px;
}
.zwc-banner-point li span {
    left: 0px;
    top: 2px;
    width: 25px;
    height: 25px;
    background: #025CCB;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}
.zwc-banner-point li span::before {
    content: "";
    position: absolute;
    inset: 50% 0px 0px 50%;
    background-image: var(--sprite);
    background-size: 237px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
}
span.zwc-calender::before {
    background-position: 1px -2px;
}
span.zwc-clock::before {
    background-position: -18px -3px;
}
span.zwc-credit-card::before {
    background-position: -36px -2px;
}
.zwc-pro-tour {
    display: block;
}
.zwc-pro-tour-wrap {
    position: relative;
    margin-top: -29%;
    border-radius: 28px;
    border: 1px solid #FFF;
    background: rgba(247, 247, 247, 0.10);
    box-shadow: 0px -2px 30.2px 3px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(67.43333435058594px);
}
.zwc-pro-tour-ss {
    position: relative;
    opacity: 0;
    height: 0px;
    visibility: hidden;
    /* transition: 0.1s ease-in-out; */
    
    overflow: hidden;
}
.zwc-pro-tour-ss img:focus {
    outline-offset: -2px;
}
.zwc-template-sec .zwc-title-sec h2 {
    max-width: 900px;
}
.zwc-template-sec .zwc-title-sec h2 span {
    display: block;
}
.zwc-pro-tour-ss.active {
    opacity: 1;
    height: auto;
    visibility: visible;
}
.zwc-pro-tour-wrap img {
    border-radius: 32px;
    padding: 16px;
}
.body-umain .zwc-pro-tour {
    display: block;
}
.zwc-pro-tour-tooltip {
    border-radius: 15px;
    border: 4px solid rgb(132, 159, 214);
    background: rgb(0, 38, 117);
    width: 100%;
    padding: 22px 27px 25px 30px;
    color: rgb(255, 255, 255);
    max-width: 380px;
    position: absolute;
    bottom: 3%;
    left: 4%;
    transform: translateY(15px);
    transition: 0.5s ease-in-out 0.2s;
    opacity: 0;
    letter-spacing: -0.2px;
    animation: 7s ease-out 0.9s infinite normal forwards running floating;
}
@keyframes floating {
    0%, 100% {
        transform: translateY(15px);
    }
    50% {
        transform: translateY(0px);
    }
}
.zwc-pro-tour-ss.active .zwc-pro-tour-tooltip {
    transform: translateY(15px);
    opacity: 1;
}
.zwc-pro-tour-tooltip::before {
    content: "";
    position: absolute;
    left: 11%;
    top: -14px;
    width: 10px;
    height: 10px;
    border-bottom: 10px solid rgb(132, 159, 215);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
#zwc-pro-ss2 .zwc-pro-tour-tooltip {
    top: 15%;
    bottom: inherit;
    left: 28%;
}
#zwc-pro-ss2 .zwc-pro-tour-tooltip::before {
    left: -17px;
    top: 10%;
    transform: rotate(-90deg);
}
#zwc-pro-ss3 .zwc-pro-tour-tooltip {
    top: 12%;
    bottom: inherit;
    left: 10%;
}
#zwc-pro-ss3 .zwc-pro-tour-tooltip::before {
    left: 100%;
    top: 10%;
    transform: rotate(90deg);
}
#zwc-pro-ss4 .zwc-pro-tour-tooltip {
    top: 12%;
    bottom: inherit;
    left: 28%;
}
#zwc-pro-ss4 .zwc-pro-tour-tooltip::before {
    left: -4%;
    top: 10%;
    transform: rotate(-90deg);
}
#zwc-pro-ss5 .zwc-pro-tour-tooltip {
    bottom: 13%;
    left: 57%;
}
#zwc-pro-ss5 .zwc-pro-tour-tooltip::before {
    left: -4%;
    top: 80%;
    transform: rotate(-90deg);
    display: none;
}
#zwc-pro-ss6 .zwc-pro-tour-tooltip {
    bottom: 19%;
    left: 57%;
}
#zwc-pro-ss6 .zwc-pro-tour-tooltip::before {
    left: 50%;
    top: -14px;
    transform: rotate(0deg) translateX(-50%);
    display: none;
}
#zwc-pro-ss7 .zwc-pro-tour-tooltip {
    top: 20%;
    bottom: inherit;
    right: 5%;
    left: inherit;
}
#zwc-pro-ss7 .zwc-pro-tour-tooltip::before {
    left: 51%;
    top: -6%;
    transform: rotate(0deg);
    display: none;
}
.zwc-banner-req-demo a::before,
.zwc-banner-req-demo .zwc-tol-arw::before {
    display: none;
}
.zwc-pro-tour-tooltip .zwc-banner-req-demo .zwc-tol-arw {
    width: auto;
    height: auto;
    padding: 8px 18px;
    font-size: 14px;
    transform: rotate(0deg);
    color: rgb(255, 255, 255);
    font-family: var(--zf-primary-regular);
}
.zwc-pro-tour-tooltip span.zwc-tool-title {
    font-family: var(--zf-primary-semibold);
    margin-bottom: 10px;
    display: inline-block;
    font-size: var(--font-size-4);
}
.zwc-pro-tour-tooltip p {
    font-size: var(--font-size-7);
}
.lang-rtl .zwc-template-sec .slick-next:before {
    right: unset;
}
.zwc-tol-arw {
    border-radius: 6px;
    background: #3070f4;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
    width: 43px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease-in-out;
    font-size: 0px;
    color: #fff;
    cursor: pointer;
}
.zwc-tour-ar-lft {
    transform: rotate(180deg);
}
.zwc-tour-ar-rht {
    margin-left: 3px;
    overflow: hidden;
}
.line-animate {
    position: absolute;
    width: 100%;
}
.line-animate1 {
    top: 0px;
    left: 0px;
    height: 1px;
    animation: 2s linear 0s infinite normal none running animate1;
    background: linear-gradient(to right, rgb(65, 102, 177), rgb(132, 159, 214));
}
.line-animate2 {
    top: 0px;
    right: 0px;
    width: 1px;
    height: 100%;
    background: linear-gradient(rgb(65, 102, 177), rgb(132, 159, 215));
    animation: 2s linear 1s infinite normal none running animate2;
}
.line-animate3 {
    bottom: 0px;
    right: 0px;
    height: 1px;
    background: linear-gradient(to left, rgb(65, 102, 177), rgb(132, 159, 215));
    animation: 2s linear 2s infinite normal none running animate3;
}
.line-animate4 {
    bottom: 0px;
    left: 0px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, rgb(65, 102, 177), rgb(132, 159, 215));
    animation: 2s linear 3s infinite normal none running animate4;
}
@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
.zwc-tol-arw::before {
    content: "";
    position: absolute;
    inset: 50% 0px 0px 50%;
    width: 20px;
    height: 13px;
    transform: translate(-50%, -50%);
    background: var(--sprite) no-repeat -106px -7px / 290px;
    transition: all 0.3s ease-in-out;
}
.zwc-tol-arw.zwc-tour-ar-lft::before {
    background-position: -106px -8px;
}
.zwc-tol-arwa:hover {
    background: rgb(74, 112, 189);
}
.zwc-tol-arw:hover::before {
    margin-left: 2px;
}
.zwc-banner-btm-txt {
    display: none;
}
.zwc-banner-btm-txt {
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: flex;
    margin-top: 50px;
}
.zwc-banner-btm-txt span.zwc-hgl-ctn {
    margin-bottom: 0px;
    color: #000;
    font-size: clamp(1.3em, 2vw, 2.5em);
    letter-spacing: -0.64px;
    font-family: var(--zf-primary-medium);
}
.zwc-banner-btm-txt span.zwc-hgl-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(245, 248, 254);
    border: 3px solid rgb(255, 255, 255);
    position: relative;
}
.zwc-banner-btm-txt span.zwc-hgl-icon::before {
    content: "";
    inset: 50% 0px 0px 50%;
    width: 33px;
    height: 24px;
    background: var(--sprite) no-repeat -108px 1px / 243px;
    position: absolute;
    transform: translate(-50%, -50%);
}
.lang-rtl .zwc-banner-btm-txt span.zwc-hgl-icon::before{
inset: 50%  50% 0 0;
transform: translate(50%, -50%);
}
.zwc-scroll-control {
    background: rgb(240, 240, 241);
    border-radius: 6px;
    max-width: 40px;
    width: 100%;
    margin: 35px 0 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.zwc-scroll-control span {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
    font-size: 0px;
}
.zwc-scroll-control span:hover,
.zwc-scroll-control span.active {
    background: rgb(255, 255, 255);
}
.zwc-scroll-control span::before {
    content: "";
    position: absolute;
    inset: 50% 0px 0px 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 271px;
}
.zwc-scroll-control span.zwc-play-btn::before {
    background-position: -174px -6px;
    width: 11px;
    height: 13px;
}
.zwc-ply-text {
    font-size: 0;
}
.zwc-scroll-control span.zwc-play-btn.active::before {
    background-position: -160px -6px;
}
.zwc-scroll-control span.zwc-pause-btn::before {
    background-position: -160px -6px;
    width: 12px;
    height: 13px;
}
.zwc-brand-hdt {
    max-width: 630px;
    margin: 0px auto 40px auto;
    font-family: var(--zf-primary-semibold);
    font-size: var(--font-size-4);
    text-align: center;
    color: rgb(34, 34, 34);
    display: block;
}
.zwc-brand {
    padding: 6em 0 4em 0;
}
.zwc-brand .zwc-flex {
    gap: 40px;
    flex-direction: column;
}
#marquee {
    animation: 40s linear 0s infinite normal none running marquee;
}
.zwc-brand-wrap {
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.zwc-brand .zwc-flex.zwc-maruqee-flex {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0;
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-1280px);
    }
}
.zwc-brand-wrap span {
    height: 66px;
    margin: 0px 31px 6px;
    display: flex;
    align-items: center;
}
.zwc-brand .content-wrap {
    overflow: hidden;
}
.zwc-itc {
    /* background: url("https://www.zoho.com/sites/zweb/images/otherbrandlogos/itc.svg") 0px 0px / 61px no-repeat; */
    
    width: 68px;
}
.zwc-adani {
    /* background: url("https://www.zoho.com/sites/zweb/images/survey/home/adani.webp") 0px 15px / 85px no-repeat; */
    
    width: 86px;
}
.zwc-aditya {
    /* background: url("https://www.zoho.com/sites/zweb/images/survey/home/aditiya.webp") 0px 1px / 111px no-repeat; */
    
    width: 110px;
}
.zwc-asian-paint {
    /* background: url("https://www.zoho.com//sites/zweb/images/otherbrandlogos/asainpaints.png") 0px 22px / 164px no-repeat; */
    
    width: 165px;
}
.zwc-asian-paint img {
    top: 11px;
    position: relative;
}
.zwc-hotstar {
    /* background: url("https://www.zoho.com//sites/zweb/images/otherbrandlogos/hotstar.svg") 0px 2px / 159px no-repeat; */
    
    width: 160px;
}
.zwc-godrej {
    /* background: url("https://www.zoho.com//sites/zweb/images/otherbrandlogos/goorej.png") 0px 11px / 100px no-repeat; */
    
    width: 103px;
}
.zwc-skill {
    /* background: url("https://www.zoho.com//sites/zweb/images/otherbrandlogos/skills-education-group.svg") 0px 11px / 100px no-repeat; */
    
    width: 103px;
}
.zwc-samsung {
    /* background: url("https://www.zoho.com//sites/zweb/images/otherbrandlogos/samsung.svg") 0px 18px / 117px no-repeat; */
    
    width: 120px;
}
.zwc-marriott {
    /* background:url("https://www.zoho.com//sites/zweb/images/otherbrandlogos/marriott-international.png") 0px 8px / 117px no-repeat; */
    
    width: 120px;
}
.zwc-max-life {
    /* background: url("https://www.zoho.com//sites/zweb/images/otherbrandlogos/max-life-insurance.svg") 0px 4px / 76px no-repeat; */
    
    width: 90px;
}
.zwc-journey {
    background: linear-gradient(0deg, rgb(242, 245, 251) 0%, rgba(252, 253, 253, 0.5) 50%, rgba(253, 254, 254, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
    /* overflow: hidden; */
}
.zwc-journey h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
.zwc-tab {
    margin-top: var(--inner-sec-t);
    flex-direction: column;
    gap: 72px;
}
.zwc-tab-panel {
    position: relative;
    z-index: 0;
}
.zwc-tab-nav {
    border-radius: 4px;
    border: 1px solid rgb(235, 232, 232);
    background: rgb(246, 246, 246);
    margin: 0px auto;
    gap: 3px;
    padding: 5px;
    z-index: 1;
    position: sticky;
    top: 66px;
}
.zwc-tab-nav.active {
    position: sticky;
    top: 0;
    justify-content: center;
    animation: slowlyShow 0.5s ease-in-out forwards;
}
@keyframes slowlyShow {
    0% {
        top: -30px;
    }
    100% {
        top: 60px;
    }
}
.zwc-tab-nav li span {
    padding: 8px 32px;
    background: rgb(246, 246, 246);
    font-size: var(--font-size-4);
    border: 0px;
    font-family: var(--zf-primary-medium);
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    letter-spacing: -0.3px;
    display: inline-block;
}
.zwc-tab-nav li.active span {
    background: rgb(0, 71, 255);
    color: rgb(255, 255, 255);
    font-family: var(--zf-primary-semibold);
}
.zwc-tab-nav li span:hover {
    background: rgb(224, 233, 255);
}
.zwc-tab-nav li.active span:hover {
    background: rgb(0, 71, 255);
}
.zwc-tab-item {
    opacity: 0;
    height: 0px;
    transition: 0.3s ease-in-out;
    visibility: hidden;
}
.zwc-tab-item.active {
    opacity: 1;
    height: auto;
    visibility: visible;
}
.zwc-tab-item > .zwc-flex {
    justify-content: space-between;
    align-items: center;
}
.zwc-tab-ctn {
    max-width: 500px;
    width: 100%;
}
.zwc-tab-ctn h3 {
    font-size: var(--font-size-2);
    font-family: var(--zf-primary-semibold);
    margin-bottom: 32px;
}
.tab-li {
    position: relative;
    margin-bottom: 10px;
    margin-left: -30px;
}
.tab-li > span {
    display: inline-block;
    padding: 24px 32px 30px 32px;
    letter-spacing: -0.4px;
    text-align: left;
    cursor: pointer;
    position: relative;
    border: 1px solid transparent;
    z-index: 2;
    width: 100%;
}
.tab-li:last-child {
    margin-bottom: 0px;
}
.tab-li span,
.tab-li span p {
    position: relative;
    z-index: 2;
}
.tab-li span.zwc-btn-tit {
    margin-bottom: 14px;
    font-family: var(--zf-primary-semibold);
    font-size: var(--font-size-4);
    transition: 0.3s ease-in-out;
    position: relative;
    color: rgb(34, 34, 34);
    display: inline-block;
}
.tab-li p {
    font-size: var(--font-size-5);
    font-family: var(--zf-primary-medium);
    color: rgb(34, 34, 34);
    line-height: 1.3;
    letter-spacing: -0.2px;
    max-width: 420px;
}
.tab-li::after {
    border-radius: 8px 8px 0px 0px;
    content: "";
    position: absolute;
    inset: 0px 0px 0px 0;
    border: 1px solid rgb(235, 235, 235);
    background: rgb(255, 255, 255);
    box-shadow: rgba(10, 10, 10, 0.05) 0px 5px 10px -5px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.tab-li:hover::after,
.tab-li.active::after {
    opacity: 1;
}
.tab-li::before {
    content: "";
    position: absolute;
    background: rgb(0, 71, 255);
    border-radius: 0px;
    height: 2px;
    z-index: 2;
    right: 110%;
    bottom: -1px;
    left: 0;
}
.tab-li.active::before {
    /* animation: 5s ease-in-out 0.3s 1 normal forwards running draw-line;
     */
    
    right: 0;
}
@keyframes draw-line {
    0% {
        width: 0px;
    }
    100% {
        width: 108.6%;
    }
}
.tab-li.active span,
.tab-li:hover span {
    color: rgb(0, 71, 255);
}
.zwc-tab-scrn {
    background: url("/sites/zweb/images/survey/home/nature-bg.jpg") 0px 0px / cover no-repeat;
    min-height: 650px;
    position: relative;
    width: 100%;
    max-width: 53%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 17px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}
.zwc-tab-scrn-inr {
    opacity: 0;
    height: 0px;
}
.zwc-tab-scrn-inr.active {
    opacity: 1;
    height: auto;
}
.zwc-tab-scrn-inr > .zwc-flex {
    justify-content: space-between;
    align-items: flex-end;
}
.zwc-tab-scrn-inr > .zwc-flex img {
    margin: 0px;
}
.zwc-tab-scrn-inr img {
    margin: 0px auto;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.zwc-tab-scrn-inr.active img {
    transform: translateX(0px);
    opacity: 1;
}
.zwc-rapid-rollout-ss1 {
    max-width: 45%;
}
.zwc-rapid-rollout-ss2 {
    max-width: 50%;
}
.zwc-data-management {
    padding-bottom: var(--section-p);
    overflow: hidden;
}
.zwc-data-management h2 {
    max-width: 980px;
}
.zwc-data-management-wrap {
    margin-top: var(--inner-sec-t);
    transition: transform 0.5s ease-out;
}
.zwc-data-management .slick-list {
    overflow: inherit;
}
.zwc-data-card {
    border-radius: 16px;
    padding: 50px 23px 50px 28px;
    color: rgb(255, 255, 255);
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 16px 24px;
    margin: 0px 8px;
    background-repeat: no-repeat;
    background-size: 435px;
    transition: background-size 0.3s ease-in-out;
    position: relative;
}
.zwc-data-card > div {
    position: relative;
    z-index: 2;
}
.zwc-data-card::before {
    content: "";
    position: absolute;
    top: 0px;
    background-image: linear-gradient(rgb(0, 0, 0) -19.34%, rgba(0, 0, 0, 0.04) 69.85%, rgba(0, 0, 0, 0) 100%);
    left: 0px;
    right: 0px;
    height: 40%;
    transition: height 0.4s ease-in-out;
}
.zwc-data-card::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 62%;
    background: linear-gradient(365deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 23%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) 100%);
    transition: height 0.4s ease-in-out;
}
.zwc-data-card div .zwc-tag-span {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(7.5px);
    font-family: var(--zf-primary-semibold);
    font-size: var(--font-size-7);
    padding: 8px 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}
span.zwc-overley {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    inset: 0px;
    transition: 0.3s;
    opacity: 0;
}
.zwc-data-card h3 {
    font-family: var(--zf-primary-semibold);
    font-size: var(--font-size-2);
    line-height: 1.2;
    transition: 0.3s ease-in-out;
}
.zwc-data-card:hover h3 {
    letter-spacing: -0.26px;
}
.zwc-data-card:hover::before {
    height: 130%;
}
.zwc-data-card:hover::after {
    height: 130%;
}
.zwc-data-card p {
    font-family: var(--zf-primary-medium);
    font-size: var(--font-size-5);
    line-height: 1.3;
    letter-spacing: -0.36px;
}
.zwc-fea-btm-link {
    font-family: var(--zf-primary-medium);
    font-size: var(--font-size-6);
    color: rgb(255, 255, 255);
    letter-spacing: -0.32px;
    position: relative;
    padding-right: 30px;
    padding-bottom: 5px;
    display: inline-block;
}
.zwc-fea-btm-link::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    height: 1px;
    width: calc(0%);
    transition: width 0.3s ease-in-out;
}
.zwc-data-card:hover .zwc-fea-btm-link::after {
    width: calc(100% - 30px);
}
.zwc-data-management .slick-initialized .slick-slide {
    width: 450px;
}
.zwc-fea-btm-link::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    background: var(--sprite) no-repeat -117px -9px / 319px;
    right: 0;
    transition: .3s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
}
.zwc-data-card:hover .zwc-fea-btm-link::before {
    right: -5px;
}
.zwc-data-card a.zwc-fea-link {
    position: absolute;
    inset: 0px;
    z-index: 3;
    background: transparent;
}
.zwc-cutomer-exp {
    background-image: url("/sites/zweb/images/survey/home/customer-experience.jpg");
}
.zwc-employee-exp {
    background-image: url("/sites/zweb/images/survey/home/employee-exp.jpg");
}
.zwc-market-exp {
    background-image: url("/sites/zweb/images/survey/home/market-research.jpg");
}
.zwc-brand-exp {
    background-image: url("/sites/zweb/images/survey/home/brand-exp.jpg");
}
.zwc-product-exp {
    background-image: url("/sites/zweb/images/survey/home/product-exp.jpg");
}
.zwc-data-card:hover {
    background-size: 440px;
}
.slick-next,
.slick-prev {
    top: -110px;
    background: rgb(231, 231, 231);
    width: 48px;
    height: 48px;
}
button.slick-prev.slick-arrow {
    border-radius: 50px 0px 0px 50px;
    left: inherit;
    right: 47px;
}
button.slick-next.slick-arrow {
    border-radius: 0px 50px 50px 0px;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 1;
}
.slick-next::after,
.slick-next::before,
.slick-prev::after,
.slick-prev::before {
    display: none;
}
.slick-next::after,
.slick-prev::after {
    width: 40px;
    height: 40px;
    background: rgb(231, 231, 231);
    border-radius: 50%;
    content: "";
    position: absolute;
    inset: 24px 0px 0px 3px;
    display: block;
    transform: inherit;
}
.slick-prev::after {
    left: 6px;
}
.i18n-ar .slick-prev::after {
    left: inherit;
    right: 5px;
}
.i18n-ar .zwc-data-management .slick-next::after {
    right: 3px;
}
.lang-rtl .zwc-data-management .slick-next::before {
    right: 14px;
}
.slick-next::before,
.slick-prev::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 14px;
    background: var(--sprite) no-repeat -149px -2px / 200px;
    z-index: 2;
    transform: rotate(0deg) translate(-50%, -50%);
}
.slick-prev::before {
    border-top: inherit;
    border-right: inherit;
    background: var(--sprite) no-repeat -139px -2px / 200px;
}
.slick-prev:hover::before {
    background: var(--sprite) no-repeat -139px -2px / 200px;
}
.slick-next:hover::before {
    background: var(--sprite) no-repeat -149px -2px / 200px;
}
.slick-next:hover::after,
.slick-prev:hover::after,
.slick-arrow::after {
    background: #fff
}
.slick-arrow.slick-disabled {
    cursor: inherit;
}
.zwc-template-sec .slick-arrow.slick-disabled {
    opacity: 0.4;
}
.slick-arrow.slick-disabled::before {
    opacity: .5;
}
.slick-arrow.slick-disabled::after {
    background-color: transparent;
}
.zwc-testimonial .slick-next::after,
.zwc-testimonial .slick-prev::after {
    background: rgb(255, 255, 255);
}
.slick-disabled.slick-prev:hover::after,
.slick-disabled.slick-next:hover::after {
    background: transparent;
}
.zwc-testimonial .slick-next:hover::after,
.zwc-testimonial .slick-prev:hover::after {
    background: rgb(231, 231, 231);
}
.zwc-template-sec .zwc-title-sec {
    color: rgb(255, 255, 255);
    text-align: center;
}
.zwc-title-sec h2,
.zwc-title-sec p {
    margin-left: auto;
    margin-right: auto;
}
.zwc-template-sec {
    position: relative;
    padding-bottom: 3em;
}
.zwc-template-sec::before {
    content: "";
    position: absolute;
    inset: 0px 0px 23%;
    background: rgb(26, 26, 26);
}
.zwc-title-sec h2 {
    max-width: 640px;
    margin-bottom: 24px;
}
.zwc-title-sec p {
    max-width: 650px;
}
.zwc-survey-main .zwc-btn-style2 {
    border-radius: 4px;
    background: rgb(0, 71, 255);
    font-size: var(--font-size-6);
    color: rgb(255, 255, 255);
    padding: 10px 16px;
    font-family: var(--zf-primary-medium);
    display: inline-block;
    margin-top: 40px;
    transition: 0.3s ease-in-out;
}
.zwc-btn-style2:hover {
    background: rgb(36, 96, 250);
}
.zwc-btn-style2 span {
    position: relative;
    padding-right: 31px;
    display: inline-block;
}
.zwc-btn-style2 span::before {
    content: "";
    position: absolute;
    background: var(--sprite) no-repeat -117px -10px / 320px;
    width: 22px;
    height: 13px;
    right: 0px;
    top: 8px;
    transition: 0.3s ease-in-out;
}
.zwc-btn-style2:hover span::before {
    right: -3px;
}
.zwc-temp-card {
    border-radius: 16px;
    /* border: 1px solid rgb(220, 220, 220); */
    
    background: #edf0f4;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 20px 26px -16px;
    margin-left: 11px;
    margin-right: 10px;
    padding: 7px;
}
.zwc-temp-card-img {
    border-radius: 12px;
    background: #fff;
    padding: 35px 0;
    min-height: 205px;
    display: flex;
    align-items: center;
}
/* .zwc-events {
    background: #DDE4F0;
}

.zwc-health {
    background: #E7D8EA;
}

.zwc-business {
    background: #FFDCE9;
}
.zwc-ecommerce {
    background: #DDEFF1;
} */

.zwc-temp-card-img img {
    max-width: 160px;
    margin: 0px auto;
    position: relative;
}
.zwc-temp-card-img img.zwc-home-edu {
    top: 0;
    max-width: 154px;
    left: -8px;
}
.zwc-temp-card-img img.zwc-home-event {
    max-width: 156px;
    left: -13px;
    left: 8px;
}
.zwc-temp-card-img img.zwc-home-health {
    max-width: 150px;
    left: -3px;
    left: 9px;
}
.zwc-temp-card-img img.zwc-home-business {
    max-width: 145px;
    left: 0;
}
.zwc-temp-card-img img.zwc-home-marketing {
    max-width: 140px;
    left: 0;
}
.zwc-temp-card-img img.zwc-home-ecommerce {
    max-width: 157px;
    left: -7px;
    left: 7px;
}
.zwc-temp-card-ctn {
    padding: 24px 0px;
    text-align: center;
}
.zwc-temp-card a {
    color: #000;
}
.zwc-temp-card-ctn span {
    font-family: var(--zf-primary-semibold);
    font-size: var(--font-size-5);
    display: inline-block;
    color: #000;
}
.zwc-template-type .slick-list {
    padding-bottom: 70px;
    margin-top: var(--inner-sec-t);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.zwc-template-sec button.slick-prev.slick-arrow {
    border-radius: 50%;
    right: inherit;
    top: 50%;
    left: -50px;
    margin-top: -24px;
    width: 35px;
    height: 35px;
}
.zwc-template-sec button.slick-next.slick-arrow {
    border-radius: 50%;
    right: -50px;
    top: 50%;
    margin-top: -24px;
    width: 35px;
    height: 35px;
}
/* .zwc-template-sec button.slick-next.slick-arrow:hover, .zwc-template-sec button.slick-prev.slick-arrow:hover {
    background: rgb(255, 255, 255);
} */

.zwc-template-sec .slick-next::after,
.zwc-template-sec .slick-prev::after {
    display: none;
}
.rating-section ul {
    max-width: 740px;
    margin: 35px auto 0px;
    display: flex;
    justify-content: space-between;
}
.rating-section ul li {
    /* opacity: 0; */
    
    text-align: center;
    max-width: 20%;
    width: 100%;
    position: relative;
}
.rating-section ul li > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.stars-container {
    order: 2;
}
.current-value {
    font-size: 12px;
    font-family: var(--zf-primary-semibold);
    color: rgb(0, 0, 0);
}
.rating-section ul li::before {
    content: "";
    position: absolute;
    right: 0px;
    width: 1px;
    bottom: 20%;
    top: 20%;
    border: 1px dashed rgb(234, 224, 199);
}
.rating-section ul li:last-child::before {
    border: 0px;
}
.rating-section ul {
    max-width: 1200px;
    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 {
    display: block;
    margin: 0px auto 15px;
}
.rating-section ul li .img-leads img {
    display: block;
    min-height: 52px;
}
.capterra .img-leads img {
    max-width: 140px;
    margin: 0px auto;
}
.app-store .img-leads img {
    max-width: 50px;
    margin: 0px auto;
}
.google-play .img-leads img {
    max-width: 150px;
    margin: 0px auto;
}
.getapp .img-leads img {
    max-width: 124px;
    margin: 0px auto;
}
.g2 .img-leads img {
    max-width: 50px;
    margin: 0px auto;
}
.stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: monospace !important;
}
.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;
}

.rating-section .bottom-animated ul li:nth-child(5) {
    animation: 0.6s ease-out 1s 1 normal forwards running opacity;
} */

.zwc-whychoose-card {
    margin-top: 40px;
}
.zwc-whychoose-card li {
    border-radius: 8px;
    background: rgb(255, 255, 255);
    padding: 18px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 20px 24px 0px;
    margin-bottom: 15px;
}
.zwc-whychoose-card li p {
    font-family: var(--zf-primary-medium);
    font-size: var(--font-size-6);
    letter-spacing: -0.32px;
}
.zwc-whychoose-card li span {
    font-size: var(--font-size-4);
    font-family: var(--zf-primary-semibold);
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    padding-left: 43px;
}
.zwc-whychoose-card li span.zwc-solution::before {
    background-position: 0 -30px;
}
.zwc-whychoose-card li span.zwc-support::before {
    background-position: -29px -31px;
    width: 30px;
}
.zwc-whychoose-card li span.zwc-compliance::before {
    background-position: -58px -29px;
    width: 29px;
}
.zwc-whychoose-card li span.zwc-trust::before {
    background-position: -88px -30px;
}
.zwc-whychoose-card li span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 29px;
    height: 29px;
    background: var(--sprite) 0px 5px / 286px no-repeat;
}
.zwc-product-feature h2 {
    text-align: center;
}
.zwc-product-feature .zwc-grid .zwc-scenario-tile {
    background: url("/sites/zweb/images/survey/home/nature-bg-2.jpg") 0px 0px / cover no-repeat;
    border-radius: 19px;
    border: 1px solid rgb(220, 220, 220);
    padding: 72px;
    /* padding:84px 72px; */
    
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}
.zwc-product-feature .zwc-grid .zwc-scenario-tile.zwc-mobile-app,
.lang-rtl .zwc-product-feature .zwc-grid .zwc-scenario-tile.zwc-mobile-app {
    background-image: url("/sites/zweb/images/survey/home/nature-bg-3.jpg");
    padding-bottom: 0px;
}
.zwc-product-feature .zwc-grid .zwc-scenario-tile h2 {
    font-size: 48px;
}
.zwc-title-ctn p {
    font-size: var(--font-size-6);
    font-family: var(--zf-primary-medium);
    text-align: center;
    max-width: 400px;
    margin: 0px auto;
}
.zwc-mobile-app .apps-download-links-wrap {
    text-align: center;
    margin-top: 25px;
    display: block !important;
}
.apps-download-links-wrap a {
    display: inline-block;
    margin: 0 5px 5px 0 !important;
}
.zwc-mobile-ss {
    max-width: 350px;
    margin: 0px auto;
}
.zwc-testimonial-main {
    background: url("/sites/zweb/images/survey/home/home-testimonial.jpg") center bottom / cover no-repeat;
    padding-bottom: 18em;
}
.zwc-testimonial {
    border-radius: 15px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(220, 220, 220);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 16px;
    justify-content: space-between;
    padding: 12px;
}
.zwc-testi-lft {
    align-items: flex-start;
    max-width: 38%;
    padding: 52px 0px 52px 42px;
    color: rgb(34, 34, 34);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.zwc-testi-rht {
    max-width: 56%;
    border-radius: 0px 12px 12px 0px;
    background: rgb(249, 250, 252);
    padding: 52px 0px;
    color: rgb(34, 34, 34);
}
.zwc-testi-lft p {
    letter-spacing: -0.2px;
}
.zwc-testi-lft p,
.zwc-testi-ctn p {
    font-size: var(--font-size-4);
    font-family: var(--zf-primary-regular);
}
.zwc-testi-ctn p {
    line-height: 1.6;
    letter-spacing: -0.3px;
}
.zwc-testi-profile {
    align-items: center;
    gap: 20px;
    margin-top: 65px;
    color: rgb(34, 34, 34);
}
.zwc-testi-profile span {
    font-size: var(--font-size-5);
    font-family: var(--zf-primary-semibold);
    letter-spacing: -0.4px;
}
.zwc-testi-profile p {
    font-size: var(--font-size-7);
    font-family: var(--zf-primary-medium);
    letter-spacing: -0.28px;
    margin-bottom: 0px;
}
.zwc-testi-pic {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgb(228, 189, 144);
    overflow: hidden;
}
.zwc-testi-video {
    position: relative;
}
.zwc-testi-video a {
    display: block;
}
.zwc-testi-video::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.zwc-testi-video::after {
    content: '';
    position: absolute;
    display: inline-block;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.zwc-testi-video:hover::before {
    opacity: 1;
}
.zwc-testi-video:hover::after {
    opacity: 1;
}
.zwc-testi-rht .item:nth-child(1) .zwc-testi-pic {
    background: rgb(228, 189, 144);
}
.zwc-testi-rht .item:nth-child(2) .zwc-testi-pic {
    background: rgb(178, 207, 214);
}
.zwc-testi-rht .item:nth-child(3) .zwc-testi-pic {
    background: rgb(246, 209, 208);
}
.zwc-testi-rht .item:nth-child(4) .zwc-testi-pic {
    background: rgb(242, 219, 181);
}
.zwc-testi-pic img {
    object-fit: cover;
    height: 65px;
}
.zwc-testi-rht .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 400px;
    padding: 0px 40px 0px 60px;
}
.zwc-testimonial button.slick-prev.slick-arrow,
.zwc-testimonial button.slick-next.slick-arrow {
    bottom: -27%;
    top: inherit;
    right: inherit;
    background: rgb(255, 255, 255);
}
@media screen and (max-width: 1600px) {
    .zwc-data-management .content-wrap {
        padding-bottom: 8%;
    }
    .zwc-data-management button.slick-prev.slick-arrow,
    .zwc-data-management button.slick-next.slick-arrow {
        bottom: -23%;
        top: inherit;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .zwc-data-management button.slick-prev.slick-arrow {
        left: inherit;
        right: 48px;
    }
    .zwc-data-management button.slick-next.slick-arrow {
        left: inherit;
        right: 0;
    }
    .lang-rtl .zwc-data-management button.slick-prev.slick-arrow,
    .lang-rtl .zwc-data-management button.slick-next.slick-arrow {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .lang-rtl .zwc-data-management button.slick-prev.slick-arrow {
        left: 48px;
        right: inherit;
    }
    .lang-rtl .zwc-data-management button.slick-next.slick-arrow {
        left: 0;
        right: inherit;
    }
}
.zwc-testimonial button.slick-prev.slick-arrow {
    left: 0px;
}
.zwc-testimonial button.slick-next.slick-arrow {
    left: 48px;
}
.zwc-recognition {
    text-align: center;
    background: rgb(249, 250, 252);
}
.zwc-recognition .zwc-brand-hdt {
    max-width: 500px;
    color: rgb(18, 18, 18);
    display: block;
}
.zwc-recognition-inr {
    margin-top: 50px;
}
.zwc-recognition-inr span {
    border-radius: 8px;
    border: 1px solid rgb(235, 235, 235);
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 17.793px 17.793px -5.931px;
    padding: 20px;
    margin: 0px 5px;
    max-width: 146px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.zwc-recognition-inr span img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}
/* .zwc-recognition-inr span::before {
    content: "";
    position: absolute;
    inset: 25px;
} */
/* 
.zwc-software-top::before {
    background: url("/sites/zweb/images/otherbrandlogos/software-reviews-top-rated-2024.png") center center / contain no-repeat;
}

.zwc-software-advice::before {
    background: url("/sites/zweb/images/otherbrandlogos/software-advice-front-runners-2024.png") center center / contain no-repeat;
}

.zwc-software-suggest::before {
    background: url("/sites/zweb/images/otherbrandlogos/software-suggest-customers-choice.png") center center / contain no-repeat;
}

.zwc-capterra-short::before {
    background: url("/sites/zweb/images/otherbrandlogos/capterra-shortlist-2023.svg") center center / contain no-repeat;
}

.zwc-getapp-leader::before {
    background: url("/sites/zweb/images/otherbrandlogos/getapp-badge.svg") center center / contain no-repeat;
}

.zwc-software-review::before {
    background: url("/sites/zweb/images/otherbrandlogos/software-reviews-champion-2023.png") center center / contain no-repeat;
}

.zwc-leader-enter::before {
    background: url("/sites/zweb/images/otherbrandlogos/g2-leader-enterprise-fall-2024.svg") center center / contain no-repeat;
}

.zwc-leader-fall::before {
    background: url("/sites/zweb/images/otherbrandlogos/g2-leader-fall-2024.svg") center center / contain no-repeat;
} */

.zwc-faq-main {
    background: rgb(3, 3, 3);
    color: rgb(255, 255, 255);
}
.slider-counter {
    border-radius: 22px;
    background: rgb(237, 240, 244);
    display: inline-block;
    padding: 8px 24px;
    font-family: var(--zf-primary-medium);
    font-size: 16px;
}
@keyframes opacity {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
.zwc-tab-scrn-inr > div {
    position: relative;
}
.zwc-tab-scrn-inr img.zwc-smart-logic {
    width: 85%;
}
.zwc-tab-scrn-inr img.zwc-tailored {
    max-width: 475px;
}
.zwc-tab-scrn-inr img.zwc-multingual,
.zwc-tab-scrn-inr img.zwc-logo-brand {
    max-width: 520px;
}
.zwc-tab-scrn-inr img.zwc-white-lable1 {
    max-width: 85%;
    z-index: 2;
    margin: 0 0 0 auto;
}
.zwc-tab-scrn-inr img.zwc-white-lable2 {
    max-width: 60%;
    z-index: 2;
    position: absolute;
    left: 8%;
    bottom: 8%;
    box-shadow: 0px 48px 80px -24px rgba(0, 0, 0, 0.12);
}
.zwc-tab-scrn-inr img.zwc-multingual-2 {
    max-width: 71%;
    position: absolute;
    left: 2%;
    bottom: 0;
}
.zwc-tab-scrn-inr img.zwc-offline-ss1 {
    max-width: 80%;
    margin: 0 auto 0 0;
}
.zwc-tab-scrn-inr img.zwc-offline-ss2 {
    position: absolute;
    bottom: 21%;
    left: 35%;
    max-width: 56%;
    box-shadow: 0px 48px 80px -24px rgba(0, 0, 0, 0.12);
}
.zwc-tab-scrn-inr img.zwc-custom-collect-ss1 {
    margin: 0 auto 0 0;
    max-width: 76%;
}
.zwc-tab-scrn-inr img.zwc-custom-collect-ss2 {
    position: absolute;
    max-width: 34%;
    right: 8%;
    bottom: 11%;
    box-shadow: 0px 48px 80px -24px rgba(0, 0, 0, 0.12);
}
.zwc-tab-scrn-inr img.zwc-personal-view,
.zwc-tab-scrn-inr img.zwc-emotional-view,
.zwc-tab-scrn-inr img.zwc-visual-feedback,
.zwc-tab-scrn-inr img.zwc-detail-compare {
    max-width: 87%;
    margin: 0 0 0 auto;
}
.zwc-tab-scrn-inr img.zwc-personal-view {
    margin: 0 -3px -4px auto;
}
.zwc-tab-scrn-inr img.zwc-automotive {
    max-width: 85%;
    margin: 0 -1px 0 auto;
}
.zwc-tab-scrn-inr img.zwc-survey-int {
    max-width: 90%;
    margin: 0 0 0 auto;
}
.zwc-tab-scrn-inr img.zwc-robust {
    max-width: 80%;
    margin: 0 auto 20%;
}
.zwc-tab-scrn-inr img.zwc-post-survey {
    max-width: 78%;
}
.zwc-tab-scrn-inr img.zwc-transparent-ss1 {
    max-width: 85%;
    margin: 0 0 0 auto;
}
.zwc-tab-scrn-inr img.zwc-transparent-ss2 {
    position: absolute;
    bottom: 5%;
    right: 3%;
    max-width: 64%;
    box-shadow: 8px 11px 24px 0px rgba(0, 0, 0, 0.16);
}
.zwc-tab-scrn-inr > .zwc-flex.zwc-multi-dis-sec {
    justify-content: flex-start;
}
.zwc-multi-dis-sec {
    justify-content: flex-start;
    gap: 20px;
}
.zwc-tab-scrn-inr img.zwc-multi-dis,
.zwc-tab-scrn-inr img.zwc-multi-dis-2 {
    max-width: 42%;
}
.zwc-tab-scrn-inr img.zwc-multi-dis-2 {
    margin-bottom: -6px;
}
.zwc-tab-scrn-inr img.zwc-enhance {
    max-width: 85%;
    margin: 0 0 0 auto;
}
.i18n-vi .zwc-tab-nav li span {
    font-size: var(--font-size-5);
}
.lang-rtl .zwc-page-sign-btn a.cta-btn {
    padding: 16px 24px 16px 45px
}
.lang-rtl .zwc-page-sign-btn a::before {
    right: unset;
    left: 0;
    margin-left: 18px;
    margin-right: 0;
    transform: rotate(180deg);
    transform-origin: 50% 25%;
}
@media only screen and (max-width: 1400px) {
    .zwc-tab-nav {
        border: 0;
        background: transparent;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 767px;
    }
    .body-umain .zwc-banner-ctn h1 {
        max-width: 560px;
    }
    .zwc-tab-item>.zwc-flex {
        gap: 30px;
    }
    .zwc-tab-scrn {
        min-height: auto;
    }
    .zwc-data-card h3 {
        font-size: var(--font-size-3);
    }
    .zwc-data-card p {
        font-size: var(--font-size-6);
    }
    .zwc-data-card {
        min-height: 480px;
        box-shadow: none;
        padding: 30px 23px 30px 28px;
    }
    .zwc-data-card.zwc-cutomer-exp {
        background-position: center;
    }
    .zwc-product-feature .zwc-grid .zwc-scenario-tile h2 {
        font-size: var(--font-size-1);
    }
    .zwc-cta-sec {
        padding: 6em 0px;
    }
    .tab-li::after {
        left: 0;
    }
    .tab-li.active::before {
        left: 0;
        width: 100%;
    }
    @keyframes draw-line {
        0% {
            width: 0;
        }
        100% {
            width: 100%;
        }
    }
    .tab-li button {
        padding: 32px;
    }
    .zwc-data-card::before {
        background-image: linear-gradient(rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0.04) 70%, rgba(0, 0, 0, 0) 100%);
    }
    .zwc-data-card::before,
    .zwc-data-card::after {
        height: 100%;
    }
    .zwc-banner-inner {
        padding-top: 4.5em;
    }
    .zwc-banner-inner .zwc-2col-rht {
        max-width: 40%;
    }
    .lang-rtl .zwc-data-card {
        padding: 30px 28px 30px 23px;
    }
    .lang-rtl .zwc-cta-sec {
        padding: 6em 0px;
    }
    .lang-rtl .tab-li::after {
        right: 0;
        left: 0;
    }
    .lang-rtl .tab-li.active::before {
        right: 0;
        left: unset;
    }
    .lang-rtl .tab-li button {
        padding: 32px;
    }
}
.lang-rtl .slick-slide {
    float: right;
}
@media only screen and (max-width: 1200px) {
    .lang-rtl .zwc-template-sec button.slick-arrow {
        transform: translate(-10px, -15px);
    }
    .zwc-data-card::before,
    .zwc-data-card::after {
        height: 130%;
    }
    .zwc-sign-title {
        font-size: 17px;
    }
    .body-umain .zwc-banner-ctn h1 {
        max-width: 450px;
    }
    .zwc-tab-nav {
        position: static;
    }
    .zwc-banner-inner .zwc-2col-rht {
        max-width: 40%;
    }
    .zwc-pro-tour-tooltip {
        display: none;
    }
    .banner-mbl-ss {
        display: block;
        border-radius: 10px;
    }
    .zwc-pro-tour-ss {
        display: none;
    }
    .zwc-tab-ctn {
        max-width: 400px;
    }
    .tab-li.active::before {
        display: none;
    }
    .tab-li p {
        font-size: var(--font-size-6);
    }
    .tab-li:hover::after,
    .tab-li.active::after {
        transform: scale(1);
    }
    .tab-li {
        margin-bottom: 5px;
        margin-left: 0;
    }
    .zwc-data-management h2 {
        max-width: 850px;
    }
    .zwc-template-sec::before {
        bottom: 7%;
    }
    .zwc-template-sec button.slick-prev.slick-arrow {
        left: 50%;
        bottom: -18%;
        top: inherit;
        margin-left: -48px;
    }
    .zwc-template-sec button.slick-next.slick-arrow {
        left: 50%;
        bottom: -18%;
        top: inherit;
        margin-left: 0px;
    }
    .zwc-template-sec {
        padding-bottom: 10em;
    }
    .zwc-product-feature .zwc-grid .zwc-scenario-tile {
        padding: 50px 40px;
    }
    .zwc-testi-rht .item {
        min-height: auto;
    }
    .zwc-template-type .slick-list {
        padding-bottom: 40px;
    }
    .zwc-data-management button.slick-prev.slick-arrow {
        left: 0;
    }
    .zwc-data-management button.slick-next.slick-arrow {
        left: 48px;
    }
    .zwc-banner {
        padding-bottom: 400px;
    }
    .lang-rtl .tab-li {
        margin-right: 0;
        margin-left: unset;
    }
    .lang-rtl .zwc-template-sec button.slick-prev.slick-arrow {
        right: 50%;
        left: unset;
        margin-left: unset;
        margin-right: -48px;
    }
    .lang-rtl .zwc-template-sec button.slick-next.slick-arrow {
        right: 50%;
        left: unset;
        margin-right: 0px;
        margin-left: unset;
    }
    .lang-rtl .zwc-product-feature .zwc-grid .zwc-scenario-tile {
        padding: 50px 40px;
    }
    .lang-rtl .zwc-data-management button.slick-prev.slick-arrow {
        right: 0;
        left: 48px;
    }
    .lang-rtl .zwc-data-management button.slick-next.slick-arrow {
        right: 48px;
        left: 0;
    }
    .other-lang h1 {
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 1024px) {
    :root {
        --section-p: 4em;
        --inner-sec-t: 2em;
    }
    .zwc-survey-main h1 {
        letter-spacing: -1px;
    }
    .zwc-2col-wrap {
        gap: 40px;
    }
    .zwc-data-management .slick-list {
        overflow: hidden;
    }
    .body-umain .zwc-banner-ctn h1 {
        max-width: 400px;
    }
    .zwc-banner .zwc-page-sign-btn {
        margin-top: 20px;
    }
    .zwc-banner-point {
        gap: 20px;
    }
    .zwc-banner-inner {
        gap: 60px;
    }
    .zwc-tab-item > .zwc-flex {
        flex-direction: column;
        align-items: center;
        max-width: 530px;
        gap: 40px;
        margin: 0px auto;
    }
    .zwc-tab-scrn {
        max-width: 100%;
        overflow: hidden;
    }
    .zwc-tab-ctn {
        max-width: 100%;
        text-align: center;
    }
    .tab-li {
        text-align: center;
        margin-bottom: 5px;
    }
    .tab-li > span {
        text-align: center;
    }
    .zwc-template-type .slick-list,
    .lang-rtl .zwc-template-type .slick-list {
        padding-left: 0;
        padding-right: 0;
    }
    .zwc-data-management h2 {
        max-width: 750px;
        margin: 0px auto;
        text-align: center;
    }
    button.slick-prev.slick-arrow {
        top: inherit;
        bottom: -18%;
        left: 50%;
        margin-left: -48px;
    }
    button.slick-next.slick-arrow {
        top: inherit;
        bottom: -18%;
        left: 50%;
        margin-left: 0px;
    }
    .zwc-data-management {
        padding-bottom: var(--section-p);
    }
    .zwc-data-card {
        background-size: cover;
        background-position: center center;
    }
    .zwc-data-card:hover {
        background-size: cover;
    }
    .rating-section ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .rating-section ul li {
        max-width: 210px;
        border: 1px dashed rgb(234, 224, 199);
        padding: 10px;
        border-radius: 10px;
    }
    .rating-section ul li .img-leads {
        margin-bottom: 5px;
    }
    .rating-section ul li::before,
    .slider-counter {
        display: none;
    }
    .zwc-btn-style2 {
        margin-top: 10px;
    }
    .zwc-small-span-12 {
        grid-column: span 12;
    }
    .zwc-ctn-sec {
        max-width: 700px;
        margin: 0px auto;
    }
    .zwc-mobile-ss {
        margin-top: 50px;
    }
    .zwc-testimonial {
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 700px;
        margin: 0px auto;
    }
    .zwc-testi-lft {
        max-width: 100%;
        padding: 40px 30px;
        text-align: center;
    }
    .zwc-testi-rht {
        max-width: 100%;
    }
    .zwc-testi-profile {
        text-align: left;
    }
    .zwc-testi-lft p,
    .zwc-testi-ctn p {
        font-size: var(--font-size-6);
    }
    /* .zwc-testi-ctn p {
        text-align: left;
    } */
    
    .zwc-testi-profile {
        margin-top: 30px;
    }
    .zwc-testimonial button.slick-next.slick-arrow,
    .zwc-testimonial button.slick-prev.slick-arrow {
        left: 50%;
        bottom: -120px;
    }
    .zwc-testimonial-main {
        padding-bottom: 10em;
    }
    .zwc-faq-main h2 {
        text-align: center;
    }
    .zwc-cta-sec h2 {
        font-size: var(--font-size-1);
    }
    .zwc-cta-sec {
        padding-top: var(--section-p);
        padding-bottom: var(--section-p);
    }
    .zwc-page-sign-btn {
        margin-top: 30px;
    }
    .zwc-recognition-inr {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .zwc-banner {
        padding-bottom: 350px;
    }
    .zwc-template-sec .zwc-btn-style2 {
        margin-top: 10px;
    }
    .tab-li p {
        max-width: 100%;
    }
    .lang-rtl .zwc-tab-item > .zwc-flex {
        margin: 0px auto;
    }
    .lang-rtl .tab-li > span {
        text-align: center;
        border: 1px solid transparent;
    }
    .lang-rtl .zwc-data-management h2 {
        margin: 0px auto;
        text-align: center;
    }
    .lang-rtl button.slick-prev.slick-arrow {
        right: 50%;
        left: unset;
        margin-right: -48px;
        margin-left: unset;
    }
    .lang-rtl button.slick-next.slick-arrow {
        right: 50%;
        left: unset;
        margin-right: 0px;
        margin-left: unset;
    }
    .lang-rtl .rating-section ul li {
        padding: 10px;
    }
    .lang-rtl .zwc-ctn-sec {
        margin: 0px auto;
    }
    .lang-rtl .zwc-testimonial {
        margin: 0px auto;
    }
    .lang-rtl .zwc-testi-lft {
        padding: 40px 30px;
    }
    .lang-rtl .zwc-testi-profile {
        text-align: right;
    }
    .lang-rtl .zwc-testimonial button.slick-next.slick-arrow,
    .lang-rtl .zwc-testimonial button.slick-prev.slick-arrow {
        right: 50%;
        left: unset;
    }
    .lang-rtl .zwc-faq-main h2 {
        text-align: center;
    }
    .lang-rtl .zwc-recognition-inr {
        margin-left: auto;
        margin-right: auto;
    }
    .lang-rtl .zwc-tab-ctn,
    .lang-rtl .tab-li,
    .lang-rtl .zwc-testimonial,
    .lang-rtl .zwc-testi-lft {
        text-align: center;
    }
    .lang-rtl .zwc-tab-ctn *,
    .lang-rtl .tab-li *,
    .lang-rtl .zwc-testimonial *,
    .lang-rtl .zwc-testi-lft * {
        text-align: center;
    }
    .other-lang.body-umain .zwc-banner-ctn h1 {
        max-width: unset;
    }
}
@media only screen and (max-width: 991px) {
    .zwc-banner-inner .zwc-2col-lft {
        max-width: 650px;
        text-align: center;
    }
    .zwc-page-sign-btn a.act-btn,
    .zwc-cta-sec .zwc-page-sign-btn .act-btn {
        display: block;
    }
    .zwc-banner .zwc-page-sign-btn {
        margin: 40px 0px;
        justify-content: center !important;
    }
    .zwc-banner-inner .zwc-2col-rht {
        display: none;
    }
    .zwc-flex.zwc-banner-point {
        justify-content: center;
    }
    .zwc-page-sign-btn {
        margin: 30px 0px;
    }
    .zwc-banner-ctn a {
        display: block;
    }
    .zwc-banner-inner > .zwc-flex {
        gap: 0px;
    }
    .zwc-page-sign-btn.zwc-flex {
        gap: 10px;
    }
    .body-umain .zwc-banner-point {
        gap: 25px;
    }
    .body-umain .zwc-banner-point {
        margin-top: 20px;
    }
    .body-umain .zwc-banner .zwc-page-sign-btn {
        margin: 25px 0;
    }
    .zwc-brand,
    .lang-rtl .zwc-brand {
        padding-top: var(--section-p);
        padding-bottom: 2em;
    }
    .zwc-pro-tour-wrap {
        border-radius: 15px;
    }
    .zwc-pro-tour-wrap img {
        border-radius: 22px;
    }
    .zwc-banner {
        padding-bottom: 35%;
    }
    .lang-rtl .zwc-banner .zwc-page-sign-btn {
        margin: 40px 0px;
    }
    .lang-rtl .zwc-page-sign-btn {
        margin: 30px 0px;
    }
    .lang-rtl.body-umain .zwc-banner .zwc-page-sign-btn {
        margin: 25px 0;
    }
    .lang-rtl .zwc-banner-inner .zwc-2col-lft {
        text-align: center;
    }
    .lang-rtl .zwc-banner-inner .zwc-2col-lft * {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .zwc-cta-sec .zwc-page-sign-btn .act-btn {
        display: block;
    }
    .zwc-cta-sec a.req-demo {
        display: none;
    }
    .zwc-banner-inner {
        padding-top: 3.5em;
    }
    .zwc-banner-point li {
        font-size: var(--font-size-6);
    }
    .zwc-page-sign-btn {
        margin-top: 10px;
    }
    .zwc-banner-point {
        margin: 0px auto;
        max-width: 300px;
        justify-content: flex-start;
    }
    .zwc-banner-inner {
        gap: 30px;
    }
    .zwc-banner-btm-txt {
        flex-direction: column;
        text-align: center;
    }
    .zwc-banner-btm-txt h3 {
        font-size: var(--font-size-4);
    }
    .zwc-banner-inner .zwc-flex {
        margin-left: auto;
        margin-right: auto;
        justify-content: flex-start;
    }
    .zwc-brand-wrap span {
        margin: 0px 18px;
        border-radius: 5px;
    }
    .zwc-brand {
        padding-bottom: var(--section-p)
    }
    .zwc-brand-wrap span.zwc-itc {
        background-size: 50px;
    }
    .zwc-brand-wrap span.zwc-adani,
    .zwc-brand-wrap span.zwc-godrej {
        background-size: 70px;
    }
    .zwc-temp-card-img {
        padding: 15px 25px;
    }
    .zwc-whychoose-card {
        margin-top: 20px;
    }
    .zwc-testi-rht {
        padding: 30px 0px;
    }
    .zwc-testi-rht .item {
        padding: 0px 30px;
    }
    .zwc-data-management .content-wrap {
        padding-bottom: 20%;
    }
    .zwc-testimonial-main {
        padding-top: 0px;
    }
    .zwc-tab-ctn h3 {
        font-size: var(--font-size-3);
        padding-top: 30px;
        margin-bottom: 15px;
    }
    .zwc-cta-sec .zwc-page-sign-btn {
        margin-top: 35px;
    }
    .zwc-data-card::before {
        height: 100%;
    }
    .zwc-tab-nav {
        display: none;
    }
    .zwc-tab-item::before {
        content: attr(data-con);
        text-transform: capitalize;
        padding: 10px 20px;
        width: 100%;
        display: block;
        font-family: var(--zf-primary-medium);
        background: rgb(246, 246, 246);
        border-radius: 7px;
        margin: 15px auto 0px;
        max-width: 530px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 18px;
    }
    .zwc-tab-item::after {
        content: "";
        position: absolute;
        display: block;
        right: 20px;
        top: 23px;
        width: 10px;
        height: 14px;
        background: var(--sprite) no-repeat -149px -2px / 200px;
        z-index: 2;
        transform: rotate(0deg) translate(-50%, -50%);
        transition: 0.3s ease-in-out;
    }
    .zwc-tab-item.active::after {
        transform: rotate(90deg);
        transform-origin: 100% 30%;
        filter: invert(1);
    }
    .zwc-tab-item.active::before {
        background: rgb(0, 71, 255);
        color: rgb(255, 255, 255);
    }
    .zwc-tab-item {
        opacity: 1;
        height: auto;
        visibility: visible;
        position: relative;
        max-width: 530px;
        margin: 0px auto;
    }
    .zwc-tab-item > .zwc-flex {
        opacity: 0;
        height: 0px;
        visibility: hidden;
        transition: 0.3s ease-in-out;
        border-right: 1px solid rgb(233, 233, 233);
        border-bottom: 1px solid rgb(233, 233, 233);
        border-left: 1px solid rgb(233, 233, 233);
        padding: 0px 25px 10px;
        margin-top: -3px;
        border-radius: 0px 0px 10px 10px;
    }
    .zwc-tab-item.active .zwc-flex {
        opacity: 1;
        height: auto;
        visibility: visible;
        position: relative;
    }
    .tab-li > span {
        padding: 30px 20px;
    }
    .zwc-banner::before {
        bottom: 30%;
        background-position: center top;
        background-size: 1640px;
    }
    .tab-li::before {
        display: none;
    }
    /* #marquee{
        animation-duration: 10s;
    } */
    
    .lang-rtl .zwc-banner-point {
        margin: 0px auto;
    }
    .lang-rtl .zwc-banner-inner .zwc-flex {
        margin-left: auto;
        margin-right: auto;
    }
    .lang-rtl .zwc-brand-wrap span {
        margin: 0px 18px;
    }
    .lang-rtl .zwc-temp-card-img {
        padding: 15px 25px;
    }
    .lang-rtl .zwc-testi-rht {
        padding: 30px 0px;
    }
    .lang-rtl .zwc-testi-rht .item {
        padding: 0px 30px;
    }
    .lang-rtl .zwc-tab-item::before {
        padding: 10px 20px;
        margin: 15px auto 0px;
    }
    .lang-rtl .zwc-tab-item::after {
        transform: rotate(180deg) translate(50%, 50%);
        left: 20px;
        right: unset;
    }
    .lang-rtl .zwc-tab-item {
        margin: 0px auto;
    }
    /* .lang-rtl .zwc-tab-item > .zwc-flex { border-left: 1px solid rgb(233, 233, 233); border-right: unset; border-right: 1px solid rgb(233, 233, 233); border-left: unset; padding: 0px 25px 10px; border-radius: 0px 10px 10px 0px; } */
    
    .lang-rtl .tab-li > span {
        padding: 30px 20px;
    }
    .lang-rtl .zwc-banner-btm-txt {
        text-align: center;
    }
    .lang-rtl .zwc-banner-btm-txt * {
        text-align: center;
    }
    .lang-rtl .zwc-tab-item.active::after {
        transform: rotate(90deg);
    }
    .other-lang:not(.i18n-ar) ul.zwc-flex.zwc-banner-point {
        text-align: left;
    }
    .other-lang h1 {
        font-size: 3rem 48px;
    }
    .i18n-fr .zwc-banner-point {
        max-width: 500px;
    }
    .other-lang h1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 480px) {
    .zwc-page-sign-btn {
        flex-wrap: wrap;
        width: 100%;
    }
    .zwc-recognition-inr span {
        max-width: 125px;
    }
    .zwc-recognition-inr span img {
        height: 80px;
    }
    .zwc-page-sign-btn a {
        text-align: center;
    }
    .zwc-data-card {
        min-height: 480px;
    }
    .i18n-es-xl .zwc-banner .zwc-page-sign-btn {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .rating-section ul li {
        max-width: 160px;
    }
    .google-play .img-leads img,
    .capterra .img-leads img,
    .google-play .img-leads img {
        max-width: 100px;
    }
    .g2 .img-leads img,
    .app-store .img-leads img {
        max-width: 40px;
    }
    .zwc-product-feature .zwc-grid .zwc-scenario-tile h2 {
        font-size: var(--font-size-2);
    }
    .zwc-product-feature .zwc-grid .zwc-scenario-tile {
        padding: 30px 20px;
    }
    .zwc-mobile-ss {
        max-width: 240px;
    }
    .tab-li span {
        color: rgb(0, 71, 255) !important;
    }
    .zwc-testi-profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .zwc-cta-sec .zwc-page-sign-btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
    }
    .zwc-cta-sec h2 {
        font-size: var(--font-size-2);
    }
    .tab-li > span {
        padding: 20px 15px 0 20px;
    }
    .zwc-testi-rht .item {
        align-items: center;
    }
    .zwc-tab-item > .zwc-flex {
        padding: 0px 15px 10px;
    }
    .zwc-tab-scrn {
        display: none;
    }
    .tab-li:hover::after,
    .tab-li.active::after {
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .zwc-tab-ctn {
        padding-bottom: 20px;
    }
    .zwc-itc {
        width: 60px;
    }
    .zwc-adani {
        width: 80px;
    }
    .zwc-aditya {
        width: 100px;
    }
    .zwc-asian-paint {
        width: 160px;
    }
    .zwc-hotstar {
        width: 160px;
    }
    .zwc-godrej {
        width: 95px;
    }
    .zwc-max-life {
        width: 80px;
    }
    .zwc-marriott {
        width: 110px;
    }
    .zwc-samsung {
        width: 110px;
    }
    .zwc-skill {
        width: 100px;
    }
    .lang-rtl .zwc-page-sign-btn a {
        text-align: center;
    }
    .lang-rtl .zwc-product-feature .zwc-grid .zwc-scenario-tile {
        padding: 30px 20px;
    }
    .lang-rtl .zwc-cta-sec .zwc-page-sign-btn {
        margin-left: auto;
        margin-right: auto;
    }
    .lang-rtl .tab-li > span {
        padding: 20px 20px 0 15px;
    }
    .lang-rtl .zwc-tab-item > .zwc-flex {
        padding: 0px 15px 10px;
    }
    .lang-rtl .zwc-testi-profile {
        text-align: center;
    }
    .lang-rtl .zwc-testi-profile * {
        text-align: center;
    }
    .other-lang h1 {
        font-size: 2.5rem;
    }
    .other-lang .zwc-whychoose-card li span {
        font-size: var(--font-size-5);
    }
    .other-lang .zwc-data-management {
        font-size: 27px;
    }
    .other-lang .zwc-cta-sec h2 {
        font-size: var(--font-size-3);
    }
    .other-lang h1 {
        font-size: 2rem;
    }
    .other-lang .zwc-survey-main h2 {
        font-size: 28px;
    }
    .other-lang .zwc-cta-sec h2 {
        font-size: 25px;
    }
}
.animate-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: 3s linear 0s 1 normal forwards running draw;
}
@keyframes draw {
    100% {
        stroke-dashoffset: 0;
    }
}
@media screen and (min-width: 767px) {
    .zwc-our-brand li {
        transform: translateY(10px);
        transition: 0.3s ease-in-out;
    }
    .zwc-our-brand .middle-animated li {
        transform: translateY(0px);
    }
    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
        }
    }
}
.i18n-ar .zwc-template-type.slick-slider .slick-list,
.i18n-ar .zwc-data-management-wrap.slick-slider .slick-list {
    direction: inherit !important;
}