section.zd-banner,
.zw-product-header {
    background: #fcf7ec
}

.zd-wrapper section {
    padding: 130px 0;
    position: relative
}

.zd-banner-inner,
.zd-userprivision-inner {
    display: flex;
    justify-content: center;
    gap: 50px
}

.banner-content {
    width: 100%;
    max-width: 58%
}

.banner-imgae {
    width: 100%;
    max-width: 45%
}

.zd-wrapper .act-btn.cta-btn {
    padding: 15px 32px;
    border-radius: 5px;
    margin-top: 24px
}

.banner-content h1 {
    font-size: 46px;
    font-family: var(--zf-primary-bold);
    margin: 13px 0 20px
}

.zd-wrapper .banner-content p {
    max-width: 640px;
    font-size: 18px;
    margin-bottom: 15px
}

.zd-wrapper h2 {
    font-size: 52px;
    font-family: var(--primaryfont-bold)
}

.zd-wrapper h3 {
    font-size: 44px;
    font-family: var(--primaryfont-bold)
}

.banner-content span {
    text-transform: uppercase;
    color: #224f43;
    font-size: 16px;
    font-family: var(--secondaryfont-bold)
}

.zd-wrapper section.zd-userprivision {
    background: #fcf7ec;
    background: linear-gradient(180deg, rgba(252, 247, 236, 1) 50%, rgba(1, 78, 65, 1) 50%);
    padding: 0
}

.zd-userprivision-inner {
    background: #fff;
    border-radius: 16px;
    padding: 100px 70px
}

.zd-userprivision-inner h2 {
    color: #014e43;
    font-size: 46px
}

.zd-userprivision-inner .flex-right {
    width: 100%;
    max-width: 34%
}

.zd-userprivision-inner .flex-left {
    width: 100%;
    max-width: 57%
}

.flex-left a {
    font-family: var(--zf-primary-medium);
    position: relative
}

.flex-left a:before,
.flex-left a:after {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5.5px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -14px;
    top: 49%;
    width: 0;
    border-radius: 1px;
    transition: right .5s ease
}

.flex-left a:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

section.zd-greenbatch {
    background-color: #014e41;
    color: #fff
}

.zd-greenbatch-inner,
.zd-automating-inner,
.data-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px
}

.flex-content,
.flex-img,
.zwc-contenttab,
.zwc-imagetab {
    width: 100%;
    max-width: 47%;
    position: relative
}

.flex-content p {
    max-width: 555px
}

section.zd-automating {
    background: #fcf7ec
}

section.zd-automating h2 {
    max-width: 860px;
    margin: 0 auto 110px;
    text-align: center
}

.zd-automating-inner {
    align-items: flex-start
}

.zd-greenbatch-inner.zd-reverse {
    flex-direction: row-reverse;
    margin-top: 160px
}

.zd-automating-inner .flex-grid {
    width: 100%;
    max-width: 35%
}

.zd-automating-inner .flex-grid h3 {
    font-size: 25px
}

.flex-grid span.icons {
    display: block;
    width: 60px;
    height: 60px;
    background: url(/sites/zweb/images/directory/app-privision/app-provision-sprite.svg) no-repeat;
    background-size: 210px auto;
    margin-bottom: 20px
}

.flex-grid:nth-child(2) span.icons {
    background-position: -70px 0
}

.flex-grid:nth-child(3) span.icons {
    background-position: -139px 0;
    width: 70px
}

.zwc-contenttab h3 {
    max-width: 423px
}

.zwc-imagetab {
    text-align: center
}

.tab-content {
    display: none;
    position: absolute;
    bottom: 50px;
    left: -70px
}

.tab-content.current {
    display: inherit;
    animation: 1s ease normal none running slides
}

@keyframes slides {
    0% {
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.slide-content h3 {
    max-width: 700px;
    margin: 0 auto 80px;
    text-align: center
}

.zwc-righttab {
    position: relative;
    padding-left: 35px;
    max-width: 420px
}

.zwc-righttab p.tab-link {
    font-size: 24px;
    margin-bottom: 44px;
    position: relative;
    cursor: pointer
}

.zwc-righttab p.tab-link.current {
    color: #014e41;
    font-family: var(--primaryfont-semibold)
}

.zwc-righttab p.tab-link span {
    display: block;
    font-size: 18px;
    font-family: var(--primaryfont-regular);
    color: #333
}

p.tab-link.current.processbar:before {
    content: '';
    position: absolute;
    background: #014e41;
    width: 2px;
    height: 100px;
    left: -35px;
    top: 30px;
    animation: processbar-animation 5s linear
}

@keyframes processbar-animation {
    from {
        height: 0
    }

    to {
        height: 100px
    }
}

.data-tabs {
    align-items: flex-start
}

.zwc-righttab:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 92%;
    background: #ddd;
    top: 28px;
    left: 0
}

p.tab-link span.steps {
    position: absolute;
    left: -39px;
    z-index: 2;
    top: 3px;
    font-size: 18px
}

p.tab-link span.steps:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #014e41;
    border-radius: 40px;
    left: -10px;
    top: 1px;
    z-index: -1
}

p.tab-link.current span.steps:before {
    background: #014e41
}

p.tab-link.current span.steps {
    color: #ffff
}

section.zwc-cta {
    background: #004e42;
    color: #fff;
    text-align: center
}

.zwc-cta-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.benefit-left-inner .item.slick-current::after {
    width: 100%;
    transition: all 9s ease-in-out;
    -webkit-transition: all 9s ease-in-out
}

.zwp-mblimg {
    display: none
}

section.zwc-related {
    text-align: center;
    padding-top: 0
}

.zwc-related-inner .flex-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px
}

.relate-src {
    width: 100%;
    max-width: 33%;
    background: #f8f8f8;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

.relate-src h4 {
    font-size: 18px;
    max-width: 310px;
    margin: 10px 0 15px;
}

.relate-src a {
    color: var(--anchor-clr);
    position: relative;
    font-family: var(--primaryfont-semibold);
}

a.zwc-rscbtn {
    position: relative;
}



a.zwc-rscbtn:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #0047ff;
    width: 16px;
    right: -24px;
    top: 10px;
    z-index: 0;
    transition: right .5s ease
}

a.zwc-rscbtn:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #0047ff;
    border-left: 2px solid #0047ff;
    width: 10px;
    height: 10px;
    right: -25px;
    top: 6px;
    transform: rotate(218deg);
    transition: right .5s ease
}


.pricing-faq ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e2e2e2;
    padding: 25px
}

.pricing-faq ul li:nth-child(6) {
    display: none
}

.pricing-faq li>p {
    display: none;
    font-size: 16px
}

.pricing-faq ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.pricing-faq li:first-child>p {
    display: block
}

.pricing-faq ul li h3 {
    font-size: 22px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    font-family: var(--zf-secondary-semibold);
    color: #000
}

h3 .arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 17px;
    right: 0;
    border-top: 8px solid gray
}

h3 .arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 16px;
    right: 2px
}

li.zactive h3 .arrow {
    transform: scaleY(1);
    transform-origin: center;
    top: -5px
}

h3 .arrow {
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease;
    width: 30px;
    height: 30px;
    transform: scaleY(-1);
    transform-origin: center
}

.pricing-faq {
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 0 auto;
    padding-top: 40px
}

.pricing-faq h2 {
    text-align: left;
    margin-left: 0;
    margin-bottom: 20px
}

.faq-section h2 {
    font-size: 36px;
    text-align: center
}

.common-section.faq-section {
    background: #fcf7ec
}

.faq-section .content-wrap {
    max-width: 940px
}

.pricing-faq ul li.active h3 .arrow::before {
    border-top: 8px solid #004e42
}

.pricing-faq ul li.active h3 {
    color: #004e42
}

@media only screen and (min-width: 1280px) {
    .zd-wrapper p {
        font-size: 18px;
        line-height: 34px
    }
}

@media only screen and (max-width: 1440px) {
    .banner-content h1 {
        font-size: 42px
    }

    .zd-userprivision-inner h2 {
        font-size: 40px
    }

    .zd-wrapper h2 {
        font-size: 45px
    }
}

@media only screen and (max-width: 1280px) {
    .banner-content h1 {
        font-size: 38px
    }

    .zd-wrapper .banner-content p {
        font-size: 18px
    }

    .zd-wrapper h2 {
        font-size: 40px
    }

    .zd-wrapper h3 {
        font-size: 35px
    }

    .flex-content,
    .flex-img,
    .zwc-contenttab,
    .zwc-imagetab {
        width: 100%;
        max-width: 42%
    }

    .zd-greenbatch-inner,
    .data-tabs {
        gap: 80px
    }

    .slide-content h3 {
        max-width: 495px
    }

    .zwc-righttab p.tab-link {
        font-size: 22px
    }

    .zwc-cta-inner {
        width: 100%;
        max-width: 900px
    }

    section.zd-automating h2 {
        max-width: 700px;
        margin: 0 auto 70px
    }

    p.tab-link span.steps:before {
        top: -1px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-content h1 {
        font-size: 34px
    }

    .zd-wrapper h2 {
        font-size: 36px;
    }

    .banner-content span {
        font-size: 12px;
    }

    .zd-userprivision-inner {
        padding: 70px 50px
    }

    .flex-content,
    .flex-img,
    .zwc-contenttab,
    .zwc-imagetab {
        width: 100%;
        max-width: 47%
    }

    .zd-greenbatch-inner.zd-reverse {
        flex-direction: row-reverse;
        margin-top: 110px
    }

    .zd-wrapper section {
        padding: 110px 0
    }

    .zd-automating-inner {
        gap: 24px
    }

    .data-tabs {
        gap: 10px
    }

    .zwc-righttab {
        max-width: 350px
    }

    .zwc-cta-inner {
        width: 100%;
        max-width: 800px;
    }
}

@media only screen and (max-width: 1024px) {


    .zd-wrapper .banner-content p {
        font-size: 16px
    }

    .zd-greenbatch-inner,
    .zd-banner-inner {
        gap: 20px
    }

    .banner-content,
    .banner-imgae {
        width: 100%;
        max-width: 47%
    }
}

@media only screen and (max-width: 991px) {
    .zd-wrapper section.zd-banner {
        padding-top: 70px
    }

    .zd-userprivision-inner,
    .zd-greenbatch-inner,
    .zd-banner-inner,
    .zd-automating-inner {
        flex-flow: wrap;
        text-align: center;
        gap: 0
    }

    .zwc-cta-inner {
        width: 100%;
        max-width: 850px
    }

    .zd-userprivision-inner .flex-right,
    .zd-userprivision-inner .flex-left {
        width: 100%;
        max-width: 68%
    }

    .flex-content,
    .flex-img,
    .zwc-contenttab,
    .zwc-imagetab,
    .zd-automating-inner .flex-grid,
    .banner-content,
    .banner-imgae {
        width: 100%;
        max-width: 65%
    }


    .flex-content p {
        max-width: 560px;
        margin: 0 auto
    }

    .flex-grid span.icons {
        margin: 0 auto 10px
    }

    .zd-greenbatch-inner {
        gap: 20px;
        justify-content: center
    }

    .zd-automating-inner .flex-grid,
    .zd-automating-inner .flex-grid:last-child {
        margin: 0 auto 50px
    }

    .zd-automating-inner .flex-grid:last-child {
        margin-bottom: 0
    }

    .zd-wrapper .banner-content .act-btn.cta-btn {
        margin-top: 0;
        margin-bottom: 40px
    }

    p.tab-link span.steps:before {
        top: 0
    }
}

@media only screen and (max-width: 880px) {
    .data-tabs {
        flex-flow: wrap
    }

    .zwc-righttab {
        max-width: 80%;
        margin: 0 auto
    }

    p.tab-link span.steps {
        top: 8px
    }

    .zd-userprivision-inner .flex-right,
    .zd-userprivision-inner .flex-left {
        width: 100%;
        max-width: 88%
    }

    .flex-content,
    .flex-img,
    .zwc-contenttab,
    .zwc-imagetab,
    .zd-automating-inner .flex-grid,
    .banner-content,
    .banner-imgae {
        width: 100%;
        max-width: 70%
    }

    .zd-wrapper .banner-content p {
        font-size: 16px
    }

    .zwp-mblimg {
        display: block
    }

    .zwc-imagetab,
    p.tab-link.current.processbar:before {
        display: none
    }

    .zwc-righttab p.tab-link {
        margin-bottom: 20px;
        margin-top: 50px
    }

    .zwc-righttab p.tab-link:first-child {
        margin-top: 0
    }

    p.tab-link.current span.steps:before {
        background: #fff
    }

    p.tab-link.current span.steps {
        color: #333
    }

    .zwc-righttab:before {
        height: 100%
    }

    .zwc-contenttab {
        margin: 0 auto
    }

    .zwc-righttab p.tab-link {
        color: #014e41;
        font-family: var(--primaryfont-semibold)
    }

    .zwc-related-inner .flex-wrap {
        flex-flow: wrap
    }

    .relate-src {
        width: 100%;
        max-width: 43%
    }
}

@media only screen and (max-width: 768px) {

    .flex-content,
    .flex-img,
    .zwc-contenttab,
    .zwc-imagetab,
    .zd-automating-inner .flex-grid,
    .banner-content,
    .banner-imgae,
    .zd-automating-inner .flex-grid:last-child {
        width: 100%;
        max-width: 80%;
        margin: 0 auto
    }

    .zd-wrapper h2 {
        font-size: 28px
    }

    .zd-wrapper h3 {
        font-size: 26px
    }

    section.zd-automating h2 {
        max-width: 491px
    }

    .zwc-cta-inner {
        width: 100%;
        max-width: 520px
    }

    .tab-content {
        bottom: -20px;
        left: -26px;
        width: 340px
    }

    .slide-content h3 {
        max-width: 455px
    }

    .zd-wrapper section {
        padding: 90px 0
    }

    .zd-automating-inner .flex-grid,
    .zd-automating-inner .flex-grid:last-child {
        margin: 0 auto 50px
    }
}

@media only screen and (max-width: 640px) {

    .flex-content,
    .zwc-imagetab,
    .zd-automating-inner .flex-grid,
    .banner-content,
    .banner-imgae,
    .zwc-righttab,
    .relate-src {
        width: 100%;
        max-width: 100%
    }

    .zd-userprivision-inner .flex-right,
    .zd-userprivision-inner .flex-left {
        width: 100%;
        max-width: 98%
    }

    .zwc-contenttab {
        max-width: 70%
    }

    .flex-img {
        max-width: 90%
    }

    .zwc-righttab p.tab-link {
        font-size: 20px
    }

    .tab-content {
        bottom: -20px;
        left: 20px
    }

    .zd-wrapper section {
        padding: 80px 0
    }

    .slide-content h3 {
        margin: 0 auto 40px
    }

    .tab-content {
        width: 230px
    }

    .zd-greenbatch-inner,
    .data-tabs {
        gap: 20px;
        margin: 0 auto;
        justify-content: center
    }

    .zd-wrapper section.zd-banner {
        padding-top: 30px
    }

    .banner-content span {
        font-size: 15px;
        width: 100%;
        max-width: 340px;
        display: block;
        margin: 0 auto
    }

    .zwc-righttab p.tab-link span {
        font-size: 15px
    }
    .pricing-faq ul li{
        padding: 25px 10px;
    }
}

@media only screen and (max-width: 520px) {
    .banner-content h1 {
        font-size: 28px
    }

    p.tab-link span.steps {
        top: 0
    }

    .zd-userprivision-inner {
        padding: 50px 30px
    }

    .zd-wrapper h3 {
        font-size: 24px
    }

    .zd-wrapper h2 {
        font-size: 26px
    }

    .zd-automating-inner .flex-grid h3 {
        font-size: 20px
    }

    .slide-content h3 {
        max-width: 405px
    }

    .flex-img,
    .zwc-contenttab {
        max-width: 100%
    }

    .zd-greenbatch-inner,
    .data-tabs {
        gap: 20px;
        margin: 0 auto;
        justify-content: center
    }

    .pricing-faq ul li h3 {
        font-size: 18px;
    }

    .flex-content,
    .flex-img,
    .zwc-contenttab,
    .zwc-imagetab,
    .zd-automating-inner .flex-grid,
    .banner-content,
    .banner-imgae,
    .zd-automating-inner .flex-grid:last-child {
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .flex-left a {
        font-size: 12px
    }
}

@media only screen and (max-width: 440px) {
    .banner-content span {
        font-size: 14px
    }

    .banner-content h1 {
        font-size: 26px
    }

    .zwc-righttab p.tab-link span {
        left: -29px
    }

    p.tab-link.current.processbar:before {
        left: -25px
    }

    .zwc-righttab:before {
        left: 10px
    }
}