.zsection {
    padding: 120px 0;
}
.ztax-container{
    margin: 12px auto 0;
    width: calc(85% - 10px);
}
.zwc-table-wrap .ztax-container >p {
    font-size: 13px;
    text-align: right;
    width: 100%;
    display: none;
    margin: 8px;
    padding: 0;
    line-height: 1.2;
}
.wp-disclaimer-section .wp-disclaimer-text  {
    margin: 40px auto 0px;
    font-size: 14px;
    padding: 30px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #d6d6d6;
    border-radius: 20px;
    max-width: 80%;
}
a.act-btn.cta-btn,
a.req-demo {
    text-align: center;
    max-width: max-content;
    font-size: 16px;
    padding: 17px 25px;
    line-height: 1.6;
    font-family: var(--zf-secondary-medium);
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background: #0047ff;
    letter-spacing: -0.4px;
    cursor: pointer!important;
}

.ztac {
    text-align: center
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.zwc-banner-wrap {
    padding-bottom: 0;
    position: relative
}

.zwc-banner-wrap p {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -.24px;
    font-family: var(--primaryfont-regular);
    margin-bottom: 0
}

.zwc-img-block {
    max-width: max-content;
    margin: 140px auto auto;
    position: relative
}

.zwc-banner-wrap h1 {
    color: #000;
    margin-bottom: 8px
}

.zwc-banner-wrap h1 span.break {
    color: #000;
    font-size: 32px;
    line-height: normal;
    letter-spacing: -1.6px;
    font-family: var(--zf-secondary-medium)
}

.zwc-banner-wrap .btn-wrap {
    margin-top: 54px
}

.zwc-artwrk-1 {
    position: absolute;
    width: 100%;
    height: 260px;
    content: "";
    left: 0;
    bottom: 0;
    background: url(/sites/zweb/images/backstage/evenbrite/art-wrk-1.png) no-repeat bottom center / contain;
    z-index: 0
}

.float-img {
    position: absolute;
    left: -120px;
    bottom: 90px;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease-in;
    animation: float 3s ease-in-out infinite;
}

.float-img img {
    box-shadow: 47.05px 40px 37.86px 0px rgba(0, 0, 0, 0.14);
}

.middle-animated .float-img {
    opacity: 1;
    transform: translateY(0);
}

.zwc-fl-artwrk img {
    animation: float 2s ease-in-out infinite
}

.zwc-fl-artwrk {
    position: absolute;
    right: -170px;
    top: -120px
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

.btn-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px
}

.btn-wrap a.req-demo {
    padding: 18px 33px;
    background: #000
}

.ztck-wrap {
    max-width: 849px;
    margin: 0 auto
}

.ztck-wrap p {
    line-height: normal
}

.zwc-masonry-wrap {
    position: relative;
    max-width: 1150px;
    margin: 66px auto auto
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start
}

.zw-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 63px 28px 24px 36px;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.zw-box-1 {
    background: #ffe7eb;
    flex: calc(34% - 7px) 0 0;
    height: 437px;
    padding: 63px 28px 24px 36px
}

.zw-box-1 .zbimg-wrap,
.zw-box-2 .zbimg-wrap {
    align-self: end
}

.reg-main,
.fpay-main,
.ms-main,
.reg-app-main {
    opacity: 0;
    transition: all .5s ease-in
}

.zwe-om .reg-main,
.zwe-om .fpay-main,
.zwe-om .ms-main,
.zwe-om .reg-app-main {
    opacity: 1
}

.zw-box-2 {
    background: #cfd8dc;
    flex: 64% 0 0;
    height: 437px;
    padding: 41px 0 0 38px;
    justify-content: space-between;
    position: relative
}

.zbox-float-2 {
    position: absolute;
    bottom: 100px;
    right: -17px;
    transform: translateY(-30px);
    opacity: 0;
    transition: all .5s ease-in;
    filter: drop-shadow(-2px -2px 6px #cecece)
}

.zbox-float-2 img {
    transform: scale(.9)
}

.zwe-om .zbox-float-2 {
    opacity: 1;
    transform: translateY(0)
}

.zw-box-2 .zbimg-wrap img,
.zw-box-4 .zbimg-wrap img,
.zw-box-5 .zbimg-wrap img,
.zw-box-6 .zbimg-wrap img {
    display: block
}

.zw-box-3 {
    background: #031287;
    flex: calc(42% - 3px) 0 0;
    height: 341px;
    padding: 46px 0 0 46px;
    position: relative
}

.zw-icon {
    display: block;
    width: 56px;
    height: 56px;
    background: url(/sites/zweb/images/backstage/evenbrite/event-sprite.svg) no-repeat;
    background-position: 0 1px;
    background-size: 151px;
    margin-bottom: 16px;
    margin-bottom: 16px;
}

.zw-icon.zw-icon2 {
    background-position: -56px 1px;
}

.zw-box-3 .zbimg-wrap {
    align-self: flex-end
}

.zw-box-3 .zbimg-wrap img {
    position: absolute;
    bottom: 8px;
    right: 14px;
    transform: scale(1.1);
    opacity: .5
}

.zw-box-4 {
    background: #fee6db;
    flex: calc(56% - 4px) 0 0;
    height: 810px;
    padding: 56px 0 0;
    justify-content: space-between;
    position: relative
}

.zw-flex-float {
    position: absolute;
    bottom: 20px;
    right: 0;
    filter: drop-shadow(2px 2px 6px #cecece);
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease-in
}

.zwe-op .zw-flex-float {
    opacity: 1;
    transform: translateY(0)
}

.zw-box-5 {
    background: #e7f0ff;
    flex: calc(42% - 3px) 0 0;
    height: 638px;
    margin-top: -470px;
    position: relative;
    padding: 54px 9px 0 53px
}

.zw-box-5 .zbimg-wrap {
    align-self: end;
    margin-top: -10px
}

.sales-float {
    position: absolute;
    left: 21px;
    bottom: 0;
    opacity: 0;
    transform: translateX(-30px);
    transition: all .5s ease-in
}

.zwe-ot .sales-float {
    opacity: 1;
    transform: translateX(0)
}

.zw-box-6 {
    background: #0047ff;
    flex: calc(56% - 4px) 0 0;
    height: 514px;
    padding: 33px 0 0 44px;
    justify-content: space-between
}

.zw-box-6 .zbimg-wrap {
    align-self: flex-end;
    position: relative
}

.register-float {
    position: absolute;
    right: 30px;
    top: -50px;
    filter: drop-shadow(2px 2px 6px #cecece);
    opacity: 0;
    transform: translateX(30px);
    transition: all .5s ease-in
}

.zwe-om .register-float {
    opacity: 1;
    transform: translateX(0)
}

.zw-box-7 {
    background: #f0f0f0;
    flex: calc(42% - 3px) 0 0;
    height: 337px;
    margin-top: -347px
}

.zwc-platform-wrap .zbox-cont h3 {
    margin-bottom: 14px
}

.zwc-platform-wrap .zbox-cont p {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 20px
}

.zw-box-1 .zbox-cont p {
    max-width: 295px;
    margin-bottom: 28px
}

.zw-box-2 .zbox-cont p {
    max-width: 315px
}

.zwc-platform-wrap .zw-box-3 h3,
.zwc-platform-wrap .zw-box-3 p,
.zwc-platform-wrap .zw-box-6 h3,
.zwc-platform-wrap .zw-box-6 p {
    color: #fff
}

.zwc-platform-wrap .zw-box-3 h3 {
    max-width: 100%
}

.zwc-platform-wrap .zw-box-3 p {
    max-width: 220px
}

.zw-box-4 .zbox-cont {
    padding-left: 44px
}

.zw-box-4 .zbox-cont h3 {
    max-width: 237px
}

.zw-box-4 .zbox-cont p {
    max-width: 350px
}

.zw-box-5 .zbox-cont p {
    max-width: 204px
}

.zw-box-6 .zbox-cont p {
    max-width: 314px
}

.zw-box-7 .zbox-cont h3 {
    max-width: 237px
}

.zw-box-7 .zbox-cont p {
    max-width: 320px
}

.zwc-tab-wrap {
    padding-top: 0
}

.zwc-toggle-wrap {
    max-width: 1070px;
    margin: 116px auto 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 65px
}

.zwc-toggle-wrap .lhs-wrap {
    flex-basis: calc(40% - 8px)
}

.zwc-toggle-wrap .rhs-wrap {
    flex-basis: calc(57% - 6px)
}

.tab-cont {
    display: none
}

.image-display {
    margin-top: 20px;
    text-align: center
}

.toggle-accord:not(:first-child) {
    margin-top: 20px;
}

.toggle-accord {
    cursor: pointer;
    position: relative
}

.toggle-accord.active {
    background: #0047ff;
    padding: 40px 36px;
    box-sizing: border-box;
    border-radius: 5px
}

.toggle-accord .tab-label,
.toggle-accord.active .tab-label,
.toggle-accord:not(.active):hover .tab-label {
    position: relative;
}

.toggle-accord .tab-label:before,
.toggle-accord.active .tab-label:before,
.toggle-accord:not(.active):hover .tab-label:before {
    position: absolute;
    content: '';
    background: url(/sites/zweb/images/backstage/evenbrite/event-sprite.svg) no-repeat;
    width: 11px;
    height: 14px;
    left: -15px;
    top: 5px;
    background-position: -175px -52px;
    background-size: 200px;
}

.toggle-accord .tab-label:before {
    background-position: -155px -52px;
    left: 16px;
    top: 19px;
}

.toggle-accord:not(.active):hover .tab-label:before {
    background-position: -165px -52px;
    left: 16px;
    top: 19px;
}

.toggle-accord.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    left: 0;
    bottom: -.5px;
    z-index: 1;
    border-radius: 20px;
    animation: progress-line2 7s ease-in-out forwards;
    background: #7ca1ff;
    cursor: pointer;
    display: none;
}

@keyframes progress-line2 {
    0% {
        width: 0
    }

    100% {
        width: 99.6%
    }
}

.tab-btn {
    border: none;
    background: none;
    outline: none;
    text-align: unset;
    padding: 0;
}

.tab-label {
    display: block;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: normal;
    font-family: var(--zf-secondary-medium);
    cursor: pointer;
    color: #000;
}

.toggle-accord.active span,
.toggle-accord.active p {
    color: #fff
}

.toggle-accord:not(.active):hover .tab-label {
    color: #0047FF;
    background: #EDF2FF;
}

.toggle-accord:not(.active) .tab-label {
    padding: 15px 36px 15px 36px;
}

.toggle-accord.active .tab-label {
    font-family: var(--primaryfont-semibold);
}

.zwc-toggle-wrap .toggle-accord h3 {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: normal;
    margin-bottom: 8px
}

.zwc-toggle-wrap .toggle-accord p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.16px;
    max-width: 350px;
    margin-bottom: 0
}

.zwc-img-toggle {
    display: block;
    width: 100%;
    height: 100%;
    transition: background-image .5s linear
}

.zwc-img {
    border-radius: 20px;
    max-width: 584px;
    box-sizing: border-box;
    display: block;
    min-height: 100%;
    height: 526px
}

.zwc-img-cont {
    display: none;
    position: relative
}

.zwc-img-cont.active {
    display: block
}

.sub-float {
    position: absolute;
    top: 0;
    right: 0
}

.zwc-img-cont.active .sub-float1 img {
    transform: scale(.8);
    box-shadow: 47.05px 40px 37.86px 0px rgba(0, 0, 0, 0.14);
}

.sub-float3 img,
.sub-float4 img,
.sub-float5 img {
    box-shadow: 47.05px 40px 37.86px 0px rgba(0, 0, 0, 0.14);
}

.zwc-img-cont.active .sub-float1 {
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s linear 0s
}

.zwe-om .zwc-img-cont.active.current-tab .sub-float1 {
    opacity: 1;
    transform: translateY(0)
}

.sub-float1 {
    left: -21px;
    right: unset;
    top: 150px
}

.sub-float2 {
    right: 60px;
    top: 0;
    transform: translateX(30px);
}

.sub-float2 img {
    box-shadow: 47.05px 40px 37.86px 0px rgba(0, 0, 0, 0.14);
}

.zwc-img-cont .sub-float2 img {
    transform: scale(.8)
}

.zwc-img-cont .sub-float2,
.zwc-img-cont .sub-float5 {
    opacity: 0;
    transform: translateY(-30px);
    transition: all .3s linear 0s
}

.zwe-om .zwc-img-cont.active.current-tab .sub-float2,
.zwe-om .zwc-img-cont.active.current-tab .sub-float5 {
    opacity: 1;
    transform: translateY(0)
}

.sub-float3 {
    bottom: 90px;
    /* left: unset; */
    top: unset;
    right: -80px;
}

.zwc-img-cont .sub-float3,
.zwc-img-cont .sub-float4,
.zwc-img-cont .sub-float6,
.zwc-img-cont .sub-float7 {
    opacity: 0;
    transform: translateX(-30px);
    transition: all .3s linear 0s
}

.zwc-img-cont .sub-float6 {
    transform: translateX(-30px);
}

.zwc-img-cont .sub-float7 {
    transform: translateX(30px);
}

.zwe-om .zwc-img-cont.active.current-tab .sub-float3,
.zwe-om .zwc-img-cont.active.current-tab .sub-float4,
.zwe-om .zwc-img-cont.active.current-tab .sub-float6,
.zwe-om .zwc-img-cont.active.current-tab .sub-float7 {
    opacity: 1;
    transform: translateX(0)
}

.sub-float4 {
    right: -90px;
    top: 160px
}

.zwc-img-cont .sub-float4 {
    transform: translateX(30px)
}

.sub-float5 {
    right: -100px;
    bottom: 100px;
    top: unset;
}

.zwc-img-cont .sub-float5 {
    transform: translateY(30px)
}

.sub-float6 {
    bottom: 0px;
    left: 30px;
    top: unset;
    right: unset;
}

.sub-float7 {
    right: -56px;
    top: unset;
    bottom: 160px;
}

.zwc-table-wrap {
    padding-top: 50px
}

.zwc-table-inner {
    margin-bottom: 40px
}

.zwc-content-table {
    width: calc(89% - 10px);
    max-width: 100%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: unset
}

tbody {
    position: relative
}

.zwc-content-table thead {
    position: sticky;
    top: 60px;
    width: 100%;
    z-index: 10
}

.zwc-content-table thead tr {
    color: #fff
}

.zwc-content-table thead tr th {
    border: 1px solid #b9b9b952;
    padding: 20px 40px;
    vertical-align: middle;
    border-right: 0;
    border-bottom: 0;
    background: #000;
}

.zwc-content-table thead tr .bdr-lft {
    border-radius: 10px 0 0 0;
}

.zwc-content-table thead tr .bdr-ryt {
    border-radius: 0 10px 0 0;
}

.zwc-content-table tbody tr:first-child {
    background: #fff
}

.zwc-content-table td p.higlite {
    border-radius: 2px;
    background: #5840df;
    color: #fff;
    max-width: max-content;
    padding: 3px 25px
}

th:first-child,
td:first-child {
    text-align: left;
    vertical-align: middle;
    font-family: 'Zoho_Puvi_Regular';
}

th,
td {
    border: .8px solid #b6b6b6;
    padding: 12px 40px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle
}

td p {
    margin-bottom: 0
}

.sub-head {
    background: #f0f0f0
}

.sub-head h4 {
    margin-bottom: 0;
    font-size: 18px
}

.sub-head td {
    border: 0;
    padding-right: 0
}

.sub-head {
    font-family: var(--zf-secondary-medium)
}

.zwc-content-table .zws-tick,
.zwc-content-table .zws-untick {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    margin: 6px 0;
    border-radius: 50%
}

.zwc-content-table .zws-tick:before,
.zwc-content-table .zws-untick:before {
    position: absolute;
    content: "";
    transform: scale(1);
    height: 30px;
    width: 30px;
    z-index: 3;
    background: url(/sites/zweb/images/backstage/evenbrite/event-sprite.svg) no-repeat;
    background-size: 240px auto;
}

.zwc-content-table .zws-tick:before {
    background-position: -180px 1px;
}

.zwc-content-table .zws-untick:before {
    background-position: -211px 1px;
}

.zwc-content-table td span {
    display: block
}

.zwc-content-table td p {
    font-size: 16px
}

.zwc-content-table td .tooltip {
    position: relative;
    display: inline-block
}

.tool-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.tooltip:after,
.tooltip:before {
    opacity: 0;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top;
    transition: all .18s ease-out .18s;
    cursor: pointer
}

.tooltip:after {
    padding: 8px;
    background-color: #231a59;
    border-radius: 4px;
    box-shadow: 10px 0 50px rgba(0, 0, 0, 0.2);
    content: attr(data-tooltip);
    white-space: nowrap;
    margin-bottom: 11px;
    border-bottom: 2px solid #423880;
    color: #fff;
    font-size: 12px;
    font-family: var(--zf-primary-semibold);
    text-align: center;
    position: absolute
}

.tooltip:before {
    width: 0;
    height: 0;
    content: "";
    margin-bottom: 6px
}

.tooltip:hover:before,
.tooltip:hover:after {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0)
}

[data-tooltip-pos="pos"]:before,
[data-tooltip-pos="pos"]:after {
    bottom: auto;
    left: 93%;
    top: 50%;
    transform: translate(-10px, -50%)
}

[data-tooltip-pos="pos"]:hover:before,
[data-tooltip-pos="pos"]:hover:after {
    transform: translate(5px, -50%)
}

[data-tooltip-length]:after {
    white-space: normal
}

[data-tooltip-length="medium"]:after {
    width: 150px
}

[data-tooltip-length="large"]:after {
    width: 260px
}

[data-tooltip-length="fit"]:after {
    width: 100%
}

.tooltip i::after {
    content: "i";
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #0047ff;
    display: inline-block;
    border-radius: 100%;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #0047ff;
    margin-left: 4px;
    font-family: var(--zf-primary-semibold);
    vertical-align: top;
    margin-top: 4px;
    display: inline-block;
    cursor: pointer;
    font-style: initial
}
.un-tooltip.tooltip i:after{
    top: -10px;
    position: absolute;
}
.zwc-testimonial-wrap {
    padding-top: 0
}

.slide-top {
    margin-bottom: 60px
}

.slider-wrap {
    max-width: 790px;
    margin: auto;
    gap: 48px
}

.slider-inner {
    align-items: flex-start;
    justify-content: space-between
}

.slider-inner .lhs {
    max-width: 240px;
    min-height: 240px;
    border-radius: 4px;
    background: #edf3ff;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-inner .zcol-3 {
    flex-basis: calc(31.5% - 9px)
}

.slider-inner .zcol-6 {
    flex-basis: calc(64% - 5px)
}

.slick-next,
.slick-prev {
    width: 40px;
    height: 40px
}

.slick-prev,
.slick-next {
    left: 35%;
    top: unset;
    bottom: -27%;
    background: #ebebeb;
    border-radius: 50%
}

.slick-prev::before,
.slick-next::before {
    position: absolute;
    width: 38px;
    height: 38px;
    transform: unset
}

.slick-prev::before {
    position: absolute;
    background: url(/sites/zweb/images/fsm/industry/rotate-left.svg) no-repeat center / 100% !important;
    width: 20px;
    height: 20px;
    top: 9px;
    left: 9px
}

.slick-next {
    left: unset;
    right: 35%
}

.slick-next::before {
    background: url(/sites/zweb/images/fsm/industry/rotate-right.svg) no-repeat center / 100% !important;
    left: unset;
    right: 9px;
    width: 20px;
    height: 20px;
    top: 10px
}

.slick-dots {
    bottom: -20%;
    position: absolute
}

.slick-dots li {
    border-radius: 8px;
    width: 20px;
    height: 6px;
    border: 0
}

.slick-prev:after,
.slick-next:after {
    display: none
}

.slick-dots li.slick-active {
    background: #0047ff;
    width: 24px;
    height: 6px;
    border-radius: 10px;
    border: 0
}

.zwc-trustbrand-wrap {
    background: #000
}

.zcol-row h2 {
    color: #fff
}

.zwc-tb-wrap {
    justify-content: center;
    align-items: center
}

.zwc-tb-list {
    margin: 20px auto 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    max-width: 1000px;
    margin: 50px auto 0;
}

.zwc-tb-list::before,
.zwc-tb-list::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: none;
    top: 114px;
    left: 0;
    background: radial-gradient(circle, hsl(0 0 86% / 40%) 10%, rgb(220 220 220 / 0) 110%);
}

.zwc-tb-list::after {
    top: unset;
    bottom: 114px
}

.zwc-tb-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 0;
    justify-content: center;
    position: relative;
    align-self: center;
}

.zwc-tb-list li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: radial-gradient(circle, hsl(0 0 86% / 40%) 10%, rgb(220 220 220 / 0) 110%)
}

.zwc-tb-list li:nth-child(4):after,
.zwc-tb-list li:nth-child(8):after,
.zwc-tb-list li:nth-child(11):after {
    background: 0
}

.zwc-brnd-item.zwc-tglobal {
    padding: 36px 84px;
}

.zwc-brnd-item.zwc-startup {
    padding: 36px 38px;
}

.zwc-amazon img {
    width: 102px;
    height: 32px;
    transition-delay: 200ms;
}

.zwc-razorpay img {
    width: 117px;
    height: 27px;
    transition-delay: 300ms;
}

.zwc-hindu img {
    width: 200px;
    height: 20px;
    transition-delay: 400ms;
}

.zwc-nudge img {
    width: 135px;
    height: 28px;
    transition-delay: 500ms;
}

.zwc-psai img {
    width: 106px;
    height: 32px;
    transition-delay: 600ms;
}

.zwc-tglobal img {
    width: 132px;
    height: 47px;
    transition-delay: 700ms;
}

.zwc-startup img {
    width: 104px;
    height: 24px;
    transition-delay: 800ms;
}

.zwc-levis img {
    width: 102px;
    height: 42px;
    transition-delay: 900ms;
}

.zwc-ind-space img {
    height: 40px;
    transition-delay: 1s;
}

.zwc-hindustan img {
    width: 216px;
    height: 32px;
    transition-delay: 1.1s;
}
.zwc-ramchandra img{
    transition-delay: 1.2s;
}
.zwc-brnd-item {
    width: auto;
    text-align: center;
    padding: 36px 52px;
    height: auto;
    position: relative;

}

.zwc-brnd-item img {
    max-width: none;
    margin: 0 auto 0px;
    transition: opacity .3s ease-in-out;
    transition-delay: .5s;
    display: flex;
    align-items: center;
    align-self: center;
    opacity: 0;
}
.middle-animated .zwc-brnd-item img {
    opacity: 1;
}
.middle-animated .zwc-brnd-item.zwc-amazon img {
    transition-delay: 200ms;
}
.middle-animated .zwc-brnd-item.zwc-razorpay img {
    transition-delay: 300ms;
}
.middle-animated .zwc-brnd-item.zwc-hindu img {
    transition-delay: 400ms;
}
.middle-animated .zwc-brnd-item.zwc-nudge img {
    transition-delay: 500ms;
}
.middle-animated .zwc-brnd-item.zwc-psai img {
    transition-delay: 600ms;
}
.middle-animated .zwc-brnd-item.zwc-tglobal img {
    transition-delay: 700ms;
}
.middle-animated .zwc-brnd-item.zwc-startup img {
    transition-delay: 800ms;
}
.middle-animated .zwc-brnd-item.zwc-levis img {
    transition-delay: 900ms;
}
.middle-animated .zwc-brnd-item.zwc-ind-space img {
    transition-delay: 1s;
}
.middle-animated .zwc-brnd-item.zwc-hindustan img {
    transition-delay: 1.1s;
}
.middle-animated .zwc-brnd-item.zwc-ramchandra img{
    transition-delay: 1.2s;
}



.zwc-faq-wrap {
    background: #FFF
}

.acc-wrap {
    max-width: 830px;
    margin: 40px auto 0
}

.zwc-faq-wrap .top-cont h2 {
    margin-bottom: 12px
}

.zwc-faq-wrap .top-cont h2 span {
    display: block;
    border-radius: 2px;
    background: #5840df;
    color: #fff;
    max-width: max-content;
    padding: 3px 25px;
    font-size: 20px;
    letter-spacing: -.4px;
    box-sizing: border-box;
    margin: auto auto 12px
}

.zwc-faq-wrap .top-cont p {
    margin-bottom: 0
}

.zwc-faq-wrap .top-cont p a {
    color: #0047ff;
    border-bottom: 1px solid#0047ff
}

.zwc-faq-wrap .top-cont {
    margin-bottom: 72px;
    text-align: center
}

.item-list {
    max-width: 850px;
    margin: 0 auto
}

.item-list ul {
    margin: 0 0 30px
}

.item-list ul li {
    position: relative
}

.item-list ul li:not(:last-child) {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 30px
}
.item-list ul li h3{
    cursor: pointer;
}
.item-list ul li h3 .faq-question {
    color: #000;
    cursor: pointer;
    position: relative;
    font-size: 24px;
    margin-top: 18px;
    line-height: normal;
    letter-spacing: -1.12px;
    font-family: var(--zf-secondary-medium);
    border: 0;
    background: none;
    padding: 0;
}

.faq-answers .item-list>ul>li {
    position: relative;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ececec
}


.arrow {
    position: absolute;
    right: 0;
    top: 19px;
    transition: all 1s linear;
    width: 26px;
    height: 26px
}

.arrow:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 26px;
    height: 26px
}

.item-list ul li .arrow:after,.item-list ul li.active .arrow:after {
    top: 0px;
    right: 0;
    transition: all .5 linear;
    cursor: pointer;
}
.item-list ul li .arrow:after {
    background: url(/sites/zweb/images/backstage/evenbrite/event-sprite.svg) no-repeat -135px -21px / 180px auto;
    width: 17px;
    height: 18px;
}

.item-list ul li.active .arrow:after {
    background: url(/sites/zweb/images/backstage/evenbrite/event-sprite.svg) no-repeat -154px -27px / 180px auto;
    width: 17px;
    height: 4px;
}

.item-list ul li {
    margin: 10px 0 0 20px
}

.field-faq-question {
    color: #000;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding-right: 20px;
    position: relative;
    z-index: 2
}

.field-faq-answer {
    display: none;
    margin: 10px 0;
    max-width: 90%
}

.faq-answers .item-list>ul>li.active .field-faq-answer {
    display: block
}

.field-faq-answer p {
    margin: 0
}

.field-faq-question:focus,
.field-faq-answer:focus {
    outline: 2px solid #007bff
}

.dashboard-wrap svg:focus:not(:focus-visible),
.field-faq-question:focus:not(:focus-visible),
.field-faq-answer:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none
}

.dashboard-wrap svg:focus:not(:focus-visible),
.field-faq-question:focus:not(:focus-visible),
.field-faq-answer:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none
}

.zwc-bottom-wrap {
    background: #000
}

.zbtm-cont {
    color: #fff;
    margin: auto
}

.zwc-bottom-wrap .zbtm-cont h2 {
    color: #fff;
    max-width: 627px;
    margin: auto auto 16px
}

.zwc-bottom-wrap .zbtm-cont p {
    color: #a0a0a0;
    max-width: 780px;
    margin: auto auto 40px;
    font-size: 24px;
    letter-spacing: -.24px;
    line-height: 1.6
}

@media only screen and (max-width: 1399px) {
    .zw-template-inner {
        overflow: hidden;
    }

    .zsection {
        padding: 100px 0
    }

    .zwc-banner-wrap.zsection {
        padding-bottom: 0
    }

    .zwc-table-wrap.zsection,
    .zwc-tab-wrap.zsection,
    .zwc-testimonial-wrap.zsection {
        padding-top: 0
    }

    .sub-float4,
    .sub-float7 {
        right: 0px;
    }

    .sub-float3,
    .sub-float5 {
        right: 0px;
    }


    .zwc-bottom-wrap .zbtm-cont p {
        max-width: 730px;
        margin: auto auto 32px;
        font-size: 20px
    }

    .zwc-tb-list li:first-child .zwc-brnd-item {
        padding: 24px 36px;
    }
    .zw-box-5 .zbox-cont p {
        max-width: 80%;
        margin-bottom: 20px;
    }
    .zw-box-5{
        justify-content: flex-end;
    }
    .zw-box-5 .zbimg-wrap .ms-main {
        bottom: 0px;
    }

}

@media only screen and (max-width: 1199px) {
    .break {
        display: block
    }

    .zwc-banner-wrap h1 span.break {
        font-size: 24px
    }

    .zwc-img-block {
        margin: 110px auto auto;
        max-width: 90%;
    }

    .float-img {
        left: -30px
    }
    .float-img img {
        max-width: 80%;
    }
    .zwc-fl-artwrk {
        right: 0px;
        transform: scale(.8)
    }

    .zwc-banner-wrap p {
        font-size: 20px;
        max-width: 600px;
        margin: auto
    }

    .zwc-banner-wrap .btn-wrap {
        margin-top: 24px
    }

    .ztck-wrap p {
        max-width: 700px;
        margin: auto
    }

    .zwc-toggle-wrap {
        margin: 64px auto 0;
        gap: 36px
    }

    .register-float,
    .zbox-float-2 {
        right: 20px;
    }

    .sub-float3 {
        bottom: 90px;
        top: unset;
        right: 0px;
    }


    .sub-float4,
    .sub-float7 {
        right: 0;
    }

    .sub-float7 img {
        max-width: 90%;
    }

    .sub-float5 {
        right: 20px;
        bottom: 70px;
    }

    .zwc-content-table thead {
        top: 0px;
    }

    .zwc-brnd-item,
    .zwc-tb-list li:first-child .zwc-brnd-item,
    .zwc-brnd-item.zwc-tglobal,
    .zwc-brnd-item.zwc-startup {
        padding: 20px 20px;
    }

    .zwc-faq-wrap .top-cont h2 span {
        padding: 2px 16px;
        font-size: 16px
    }

    .item-list ul li h3 .faq-question {
        font-size: 20px;
        margin-top: 22px
    }

    .zwc-bottom-wrap .zbtm-cont p {
        margin: auto auto 24px;
        font-size: 20px
    }

    .table-content-wrap {
        overflow-x: scroll
    }

    .zwc-tb-list::before,
    .zwc-tb-list::after,
    .zwc-tb-list li:after {
        background: none;
    }

    .zw-box-5 .zbimg-wrap {
        margin-top: 3px;
    }

    .sales-float {
        left: 23px;
        bottom: 0;
    }

    .toggle-accord.active {
        padding: 40px 24px 40px 36px;
    }

    .toggle-accord .tab-label {
        font-size: 18px;
    }

    .toggle-accord:not(.active) .tab-label {
        padding: 15px 24px 15px 36px;
    }
    .zw-box-5 .zbox-cont p {
        max-width: 80%;
        margin-bottom: 20px;
    }
    .zw-box-5{
        justify-content: flex-end;
    }
    .zw-box-5 .zbimg-wrap .ms-main {
        bottom: 0px;
    }
    .item-list ul li .faq-answer p {
        max-width: 90%;
    }
    
}

@media only screen and (max-width: 991px) {
    .break {
        display: block
    }

    .zsection {
        padding: 60px 0
    }

    a.act-btn.cta-btn,
    a.req-demo {
        font-size: 15px;
        padding: 15px 24px
    }

    .btn-wrap a.req-demo {
        padding: 16px 32px
    }

    .zwc-banner-wrap h1 span.break {
        font-size: 24px
    }

    .zwc-banner-wrap p {
        font-size: 18px;
        line-height: 1.5;
        max-width: 550px;
        margin: auto
    }

    .zwc-banner-wrap .btn-wrap {
        margin-top: 40px
    }

    .zwc-fl-artwrk {
        right: 0;
        top: -120px
    }

    .float-img {
        left: -40px
    }
    .float-img img {
        max-width: 80%;
    }
    .zw-box-5 .zbox-cont {
        margin-bottom: 24px
    }

    .zw-box-5 .zbimg-wrap img {
        transform: scale(.9);
        position: relative;
        bottom: -18px
    }
    .zw-box-5 .zbox-cont p {
        max-width: 90%;
    }
.zw-box.zw-box-5{
    justify-content: flex-end;
} 
    .zw-box-5 .zbimg-wrap {
        margin-top: -13px;
    }
    .zw-box-5 .zbimg-wrap .ms-main {
        bottom: -20px;
    }
    
    .sales-float {
        left: -10px;
        bottom: -33px;
    }

    .zwe-ot .sales-float {
        transform: translateX(0) scale(.8);
    }

    .sales-float img {
        position: relative;
        bottom: 0
    }

    .register-float {
        right: unset;
        top: -43px;
        transform: scale(.8)
    }

    .zwc-toggle-wrap {
        margin: 56px auto 0;
        gap: 30px
    }

    .zwc-toggle-wrap .rhs-wrap {
        flex-basis: calc(54% - 6px)
    }

    .zwc-img {
        height: auto
    }

    .zwc-toggle-wrap .toggle-accord h3 {
        font-size: 18px
    }

    .toggle-accord:not(:first-child) {
        margin-top: 24px
    }

    .toggle-accord.active {
        padding: 32px 20px
    }

    .zwe-om .zwc-img-cont.active .sub-float1 {
        transform: translateY(0) scale(.6)
    }

    .sub-float1 {
        left: -40px;
        right: unset;
        top: 100px
    }

    .zwe-om .zwc-img-cont.active .sub-float1,
    .zwe-om .zwc-img-cont.active .sub-float2 {
        transform: translateY(0) scale(.6)
    }

    .sub-float2 {
        top: -40px
    }

    .zwc-img-cont .sub-float2 img {
        transform: scale(.6);
    }

    .sub-float3 {
        left: unset;
        right: -10px;
    }

    .sub-float3 img {
        transform: scale(.7);
    }

    .sub-float4 {
        right: 0px;
        top: 100px;
    }

    .zwe-om .zwc-img-cont.active.current-tab .sub-float4 {
        transform: translateX(0) scale(.7);
    }

    .sub-float5 {
        right: 0px;
        bottom: 50px;
    }

    .zwe-om .zwc-img-cont.active.current-tab .sub-float5 {
        transform: translateY(0) scale(.7)
    }


    .sub-float7 {
        right: 20px;
    }

    .zwe-om .zwc-img-cont.active.current-tab .sub-float7 {
        opacity: 1;
        transform: translateX(0) scale(.6);
    }

    .sub-head h4 {
        font-size: 15px;
    }

    .slider-inner .test-cont {
        max-width: 440px
    }

    .item-list ul li h3 .faq-question {
        font-size: 20px
    }

    .item-list ul li h3 .faq-answer {
        max-width: 90%;
    }

    .arrow {
        right: 30px;
        transform: scale(.9);
    }

    .zwc-faq-wrap .top-cont h2 span {
        padding: 2px 20px;
        font-size: 15px
    }

    .zwc-faq-wrap .top-cont {
        margin-bottom: 40px
    }

    .zwc-bottom-wrap .zbtm-cont p {
        margin: auto auto 32px;
        font-size: 18px;
        line-height: 1.5
    }

    .zwc-tb-list::before,
    .zwc-tb-list::after {
        display: none
    }

    .zwc-content-table {
        width: calc(100% - 10px)
    }

    .zwc-tb-list {
        margin: 32px auto 0;
    }

    .zwc-brnd-item,
    .zwc-brnd-item.zwc-tglobal,
    .zwc-brnd-item.zwc-startup,
    .zwc-tb-list li:first-child .zwc-brnd-item {
        padding: 18px 18px;
    }

    .zwc-content-table thead tr th,
    .zwc-content-table thead tr td {
        padding: 12px 15px
    }

    .zwc-content-table th,
    .zwc-content-table td {
        padding: 12px 15px;
        font-size: 15px;
        min-width: 340px
    }

    [data-tooltip-pos="pos"]:hover:before,
    [data-tooltip-pos="pos"]:hover:after {
        transform: translate(-60px, -50%);
    }

    .toggle-accord.active {
        padding: 40px 24px 40px 36px;
    }

    .toggle-accord .tab-label {
        font-size: 16px;
        color: #000;
    }

    .toggle-accord:not(.active) .tab-label {
        padding: 12px 18px 12px 32px;
    }

    .toggle-accord .tab-label:before {
        top: 15px;
    }

    .toggle-accord:not(.active):hover .tab-label:before {
        top: 15px;
    }

    .toggle-accord.active .tab-label:before {
        top: 3px;
    }
    .wp-disclaimer-section .wp-disclaimer-text  {
        max-width: 100%;
    }
    .item-list ul li .faq-answer p{
        max-width: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .zcontact-form.float_btn.float_btn {
        display: none;
    }
    .btn-wrap {
        gap: 8px
    }

    .content-wrap {
        max-width: 560px
    }

    .zwc-banner-wrap h1 span.break {
        font-size: 20px
    }

    .zwc-banner-wrap p {
        font-size: 16px;
        max-width: 400px;
        margin: auto
    }

    .zwc-banner-wrap .btn-wrap {
        margin-top: 28px
    }

    .zwc-img-block {
        margin: 64px auto auto
    }

    .zwc-masonry-wrap {
        margin: 36px auto auto
    }

    .float-img {
        left: -20px;
        bottom: 20px;
        transform: translateY(0) scale(.7)
    }

    .zwc-fl-artwrk img {
        display: none;
    }

    .float-img img {
        max-width: 60%;
        display: block;
    }

    .zwc-fl-artwrk {
        right: -8px;
        top: -120px;
        transform: scale(.7)
    }
    .toggle-accord .tab-label {
        color: #fff;
    }
    
    .wp-disclaimer-section .wp-disclaimer-text{
        border: 0px;
        border-radius: 0px;
        margin: 0px auto 0;
    }
    .wp-disclaimer-section{
        border: 1px solid #d6d6d6;
        border-radius: 20px;
        margin-top: 20px;
    }
    .zwc-toggle-wrap {
        margin: 40px auto 0
    }

    .zw-box-1,
    .zw-box-2,
    .zw-box-3,
    .zw-box-4,
    .zw-box-5,
    .zw-box-6,
    .zw-box-7 {
        flex: calc(100% - 7px) 0 0;
        height: auto;
        max-width: 500px;
        margin: auto
    }

    .zwc-platform-wrap .zbox-cont {
        margin-bottom: 32px
    }

    .zbox-float-2 {
        bottom: -19px;
        right: -20px;
        filter: drop-shadow(-2px -2px 6px #cecece)
    }

    .zwe-om .zbox-float-2 {
        opacity: 1;
        transform: translateY(0) scale(.55);
    }

    .zw-box-3 {
        padding: 32px
    }
    .zw-box-5 .zbimg-wrap .ms-main{
        bottom: -18px;
    }
    .sales-float {
        left: 80px;
        bottom: -60px;
    }
    .zwe-ot .sales-float {
        transform: translate(-10px, -27px) scale(.8)!important;
    }
    .zwe-ot .sales-float {
        opacity: 1;
        transform: translateX(0) scale(.8);
    }


    .zwe-om .register-float {
        transform: translateX(0) scale(.7);
    }

    .zw-box-5,
    .zw-box-7 {
        margin-top: 0
    }

    .zwc-toggle-wrap .lhs-wrap {
        flex-basis: calc(100% - 0px)
    }

    .slider-inner .zcol-3,
    .slider-inner .zcol-6 {
        flex-basis: calc(100% - 0px)
    }

    .zwc-toggle-wrap .rhs-wrap {
        display: none
    }

    .toggle-accord {
        background: #0047ff;
        padding: 40px 36px;
        box-sizing: border-box;
        border-radius: 5px;
        max-width: 500px;
        margin: auto;
        text-align: center
    }

    .toggle-accord.active {
        background: unset;
        padding: unset;
        box-sizing: border-box
    }

    .zwc-toggle-wrap .toggle-accord h3,
    .zwc-toggle-wrap .toggle-accord p {
        color: #fff
    }

    .zwc-toggle-wrap .toggle-accord p {
        font-size: 15px;
        max-width: 100%;
        margin: auto;
    }

    .tab-cont {
        max-width: 75%;
        margin: auto;
    }

    .toggle-accord:not(:first-child) {
        margin-top: 24px
    }

    .toggle-accord.active:before {
        display: none
    }

    .table-content-wrap {
        overflow-x: scroll
    }

    .zwc-content-table {
        overflow: unset;
        width: 100%
    }

    .zwc-content-table thead tr th {
        padding: 12px 15px
    }



    .slider-inner {
        align-items: center;
        justify-content: center;
        gap: 12px;
        text-align: center
    }

    .slider-inner .lhs {
        max-width: 200px;
        min-height: 200px;
        margin: auto
    }

    .slick-dots {
        bottom: -10%
    }

    .zwc-faq-wrap .top-cont h2 span {
        padding: 3px 25px;
        font-size: 13px
    }

    .zwc-faq-wrap .top-cont {
        margin-bottom: 40px
    }

    .item-list ul li {
        margin: 10px 0 0 0;
        cursor: pointer;
    }

    .item-list ul li h3 .faq-question {
        font-size: 18px;
        max-width: 80%;
        text-align: unset;
    }

    .item-list ul li:not(:last-child) {
        padding-bottom: 20px
    }

    .field-faq-question {
        font-size: 18px;
        width: 95%;
        padding-right: 0
    }

    .zwc-faq-wrap .top-cont p a {
        display: block;
        max-width: max-content;
        margin: auto
    }

    .arrow {
        right: 0
    }

    .zwc-faq-wrap .top-cont h2 span {
        padding: 2px 20px;
        font-size: 15px
    }

    .zwc-bottom-wrap .zbtm-cont p {
        margin: auto auto 24px;
        font-size: 16px
    }

    .toggle-accord {
        padding: 36px 24px;
    }

    .slider-inner .test-cont {
        margin: 16px auto 0;
    }

    .tab-label {
        color: #fff;
        font-family: 'Zoho_Puvi_SemiBold';
    }

    .toggle-accord:not(.active):hover .tab-label {
        background: transparent;
        color: #fff;
    }

    .toggle-accord:not(.active) .tab-label {
        padding: 0;
        transition: unset;
    }

    .toggle-accord .tab-label:before,
    .toggle-accord.active .tab-label:before,
    .toggle-accord:not(.active):hover .tab-label:before {
        content: unset;
    }

    .toggle-accord .tab-label {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .zw-box-5 .zbox-cont p {
        max-width: 90%;
        margin-bottom: 15px;
    }
    
}

@media only screen and (max-width: 539px) {
    .zwc-banner-wrap .btn-wrap {
        flex-direction: column;
        margin: 28px auto 0;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .sales-float {
        left: 30px;
    }
    
}


@media only screen and (min-width: 1200px) {
    .break {
        display: block
    }

    .zsection h1 {
        font-size: 80px;
        line-height: 1.1;
        font-family: var(--zf-secondary-medium);
        letter-spacing: -1.6px
    }

    .zsection h2 {
        font-size: 48px;
        line-height: 1.2;
        font-family: var(--zf-secondary-medium);
        letter-spacing: -.96px
    }

    .zsection h3 {
        font-size: 32px;
        line-height: normal;
        letter-spacing: -1.6px;
        font-family: var(--zf-secondary-medium)
    }

    .zsection p {
        color: #333;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: -0.4px;
        font-family: var(--primaryfont-regular)
    }
}

@media only screen and (min-width: 992px) {
    .zcol-wrap-1 {
        max-width: calc(12.5% - 6px);
        flex-basis: calc(12.5% - 6px)
    }

    .zcol-wrap-2 {
        max-width: calc(25% - 6px);
        flex-basis: calc(25% - 6px)
    }

    .zcol-wrap-3 {
        max-width: calc(37.5% - 6px);
        flex-basis: calc(37.5% - 6px)
    }

    .zcol-wrap-4 {
        max-width: calc(50% - 6px);
        flex-basis: calc(50% - 6px)
    }

    .zcol-wrap-5 {
        max-width: calc(62.5% - 6px);
        flex-basis: calc(62.5% - 6px)
    }

    .zcol-wrap-6 {
        max-width: calc(75% - 6px);
        flex-basis: calc(75% - 6px)
    }

    .zcol-wrap-7 {
        max-width: calc(87.5% - 6px);
        flex-basis: calc(87.5% - 6px)
    }

    .zcol-wrap-8 {
        max-width: calc(100% - 6px);
        flex-basis: calc(100% - 6px)
    }
}

@media only screen and (min-width: 768px) {
    .zcol-8 {
        flex-basis: calc(100% - 6px)
    }

    .zcol-7 {
        max-width: calc(87.5% - 6px);
        flex-basis: calc(87.5% - 6px)
    }

    .zcol-6 {
        max-width: calc(75% - 6px);
        flex-basis: calc(75% - 6px)
    }

    .zcol-5 {
        max-width: calc(62.5% - 6px);
        flex-basis: calc(62.5% - 6px)
    }

    .zcol-4 {
        max-width: calc(50% - 6px);
        flex-basis: calc(50% - 6px)
    }

    .zcol-3 {
        max-width: calc(37.5% - 6px);
        flex-basis: calc(37.5% - 6px)
    }

    .zcol-2 {
        max-width: calc(25% - 6px);
        flex-basis: calc(25% - 6px)
    }
}