:root {
    --zwc-sprite-img: url(/sites/zweb/images/campaigns/marketing-automation/sprite.svg);
    /* --zwc-sprite-img-size: 665px auto; */
    --zwc-sprite-img-size: 936px auto;
}
/* padding */
.zwc-inner-wrap .act-btn{
    padding: 12px 30px;
   --clr:#fff;
}
.dark-btn {
    background: var(--primary-btn-color);
    text-transform: uppercase;
}
.zwc-inner-wrap section.zwc-faq-wrap {
    padding-top: 0;
}

.zwc-inner-wrap section.zwc-video-dashboard-sec,
.zwc-inner-wrap section.zwc-testimonial-sec {
    padding-bottom: 0;
}

.zwc-inner-wrap>section {
    padding: 100px 0;
}
.zwc-banner-sec .content-wrap,
.zwc-why-use-sec .content-wrap{
    padding-top: 20px;
    padding-bottom: 20px;
}
.zwc-video-dashboard-sec .content-wrap{
    padding-top: 5px;
}
.zwc-email-automation-sec .content-wrap{
    padding-top: 15px;
    padding-bottom: 15px;
}
.zwc-users-sec .content-wrap{
    padding-top: 10px;
    padding-bottom: 20px;
}
.zwc-features-sec .content-wrap{
    padding-top: 10px;
    padding-bottom: 20px;
}
.mob-visible {
    display:none;
}
/* padding */

.zw-template-inner a {
    color: var(--clr, var(--zwc-link-clr));
}

.zwc-inner-wrap h1 {
    font-size: 56px;
    /* line-height: 64px; */
    line-height: 1.1;
    max-width: 1050px;
    margin: 0 auto 25px;
}

.zwc-inner-wrap h2 {
    font-size: 48px;
    line-height: 1.1;
    font-family: var(--primaryfont-bold);
}

.zwc-inner-wrap h3 {
    font-size: 36px;
    font-family: var(--primaryfont-bold);
    /* line-height: 1.1; */
}

.zwc-inner-wrap h4 {
    font-size: 26px;
    font-family: var(--primaryfont-semibold);
}

.zwc-inner-wrap h5 {
    font-size: 22px;
    font-family: var(--primaryfont-bold);
    /* line-height: 1.1; */
}

.zwc-testimonial-content {
    font-size: 25px;
    line-height: 1.43;
}

.zwc-testimonial-author {
    font-size: 20px;
    font-family: var(--primaryfont-semibold);
}

.zwc-testimonial-author-designation {
    font-size: 18px;
}

.zwc-inner-wrap p {
    margin-bottom: 0;
}

.zwc-inner-wrap .zwc-hightlgt-text {
    display: inline-block;
}

/* Banner content styles */
.zwc-banner-sec {
    background-color: #0c2cb2;
    color: #FFF;
    text-align: center;
    position: relative;
}

.zwc-banner-sec h1>span {
    display: inline-block;
}

.zwc-banner-sec p .zwc-hightlgt-text {
    font-family: var(--primaryfont-semibold);
}

.zwc-banner-con h1 .zwc-hightlgt-text {
    /*background: linear-gradient(90deg, #FFEB50 0%, #55FCD2 100%);*/
    /* border-radius: 100px; */
    /* padding: 0 20px; */
    /* margin-top: 5px;  */
    color: #FFCD57;
}

.zwc-banner-con p {
    max-width: 820px;
    margin: 0 auto 25px;
}

.zwc-banner-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(/sites/zweb/images/campaigns/marketing-automation/banner-bg.png);
    background-size: 300px auto;
}

.zwc-banner-con {
    position: relative;
}

.zwc-banner-icons>li {
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #0d2daca6;
    border: 1px solid #264be4;
    transform: scale(.6);
    opacity: 0;
    transition: transform 1s ease, opacity .8s ease;
}
.animated .zwc-banner-icons>li {
    transform: scale(1);
    opacity: 1;
    /* animation: logos-animation .4s ease alternate both; */
}
.animated .zwc-banner-icons>li:nth-child(2),.animated .zwc-banner-icons>li:nth-child(3) {
    /* animation-delay: .5s; */
    transition-delay: .5s;
}
.zwc-banner-con .zwc-banner-icons>li{
    animation: wiggle-reverse 4s ease infinite 1.5s;
}
.zwc-banner-con .zwc-banner-icons>li:nth-child(2),.zwc-banner-con .zwc-banner-icons>li:nth-child(3) {
    animation: wiggle 4s ease infinite 1.5s;

}

.zwc-banner-icons>li::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 35px;
    height: 30px;
    background-image: var(--zwc-sprite-img);
    background-repeat: no-repeat;
    background-size: var(--zwc-sprite-img-size);
    background-position: -66px -27px;
}

.zwc-banner-icons>li:nth-child(2)::before {
    background-position: 1px -26px;
    width: 30px;
}

.zwc-banner-icons>li:nth-child(3)::before {
    background-position: -101px -23px;
    height: 35px;
    width: 42px;
}

.zwc-banner-icons>li:nth-child(4)::before {
    background-position: -29px -23px;
}

.zwc-banner-icons>li:first-child {
    bottom: 90%;
    left: 13%;
}

.zwc-banner-icons>li:nth-child(2) {
    bottom: 90%;
    right: 8%;
}

.zwc-banner-icons>li:nth-child(3) {
    top: 75%;
    left: 5%;
}

.zwc-banner-icons>li:nth-child(4) {
    top: 75%;
    right: 5%;
}

.zwc-banner-elem>li {
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: var(--zwc-sprite-img);
    background-repeat: no-repeat;
    background-size: var(--zwc-sprite-img-size);

}

.zwc-banner-elem>li:nth-child(1) {
    background-position: -170px -32px;
    bottom: 96%;
    left: 28%;
}

.zwc-banner-elem>li:nth-child(2) {
    background-position: -191px -31px;
    bottom: 80%;
    right: 18%;
}

.zwc-banner-elem>li:nth-child(3) {
    background-position: -215px -31px;
    top: 31%;
    left: 0%;
}

.zwc-banner-elem>li:nth-child(4) {
    background-position: -145px -31px;
    top: 35%;
    right: 0%;
}
.zwc-demo-btn{
    border: 1px solid #fff;
    color: #fff;
}


@keyframes logos-animation {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes wiggle {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(-.5rem);
        opacity: 1
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes wiggle-reverse {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(.5rem);
        opacity: 1
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}
/* Banner content styles */
/* Why Use styles */
.zwc-why-use-wrap {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.zwc-why-use-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    max-width: 520px;
}

.zwc-why-use-illus-wrap {
    background: #ECF4FF;
    display: grid;
    max-height: 670px;
    border-radius: 8px;
}

.zwc-why-use-illus {
    line-height: 0;
    align-self: center;
    justify-self: center;
    grid-area: 1/1/2/2;
    opacity: 0;
    visibility: hidden;
    padding: 60px 50px;
    transition: opacity .2s ease, visibility .2s ease;
}

.zwc-why-use-illus.active {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s ease, visibility .6s ease;
}

.zwc-why-use-con {
    /* padding-block: 25px; */
    padding-right: 10px;
    cursor: pointer;
}



.zwc-why-use-con:not(:last-child) {
    border-bottom: 1px solid #919191;
}



.zwc-why-use-con h5 {
    /* padding-block: 25px; */
    margin-bottom: 0;
    position: relative;
}

.zwc-why-use-desc {
    /* margin-top: 15px; */
    padding-bottom: 25px;
}

.zwc-why-use-con h5::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid black;
    border-top: 2px solid black;
    right: 0;
    transform: rotate(224deg);
    top: 34px;
}

.zwc-why-use-con.active h5::after {
    top: 38px;
    transform: rotate(45deg);
}

/* Why Use styles */
/* Types of users styles */
.zwc-users-title h2>span {
    display: block;
}
.zwc-users-title .zwc-hightlgt-text{
    color: #FFCD57;
}
.zwc-users-sec {
    background: #0C0D1A;
    color: #fff;
    text-align: center;
}

.zwc-users-title {
    max-width: 700px;
    margin-inline: auto;
    margin-block-end: 100px;
}

.zwc-users-title>h2 {
    margin-bottom: 25px;
}

.zwc-users-type-wrap h3 {
    /* margin-block-end: 60px; */
    margin-bottom: 0;
}

.zwc-users-type li {
    font-size: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.zwc-users-type li::before {
    content: '';
    display: inline-block;
    margin-inline-end: 10px;
    width: 20px;
    height: 20px;
    /* border: 1px solid #37FFA5; */
    background-image: var(--zwc-sprite-img);
    background-repeat: no-repeat;
    background-size: var(--zwc-sprite-img-size);
    background-position: -237px -30px;
}

.zwc-users-type {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 15px 0; */
    /* display: grid;
    grid-auto-flow: column; */
    margin-block: 60px;
    background: #121F56;
    border-radius: 8px;
}

.zwc-users-type li:nth-child(n) {
    /* background-color: rebeccapurple; */
}

.zwc-users-type-desc {
    border-radius: 10px;
    background: #FFF;
    color: #000;
    text-align: left;
    padding: 16px 12px 56px 12px;
    max-width: 424px;
}

.zwc-users-type-desc-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.zwc-users-type-desc h4,
.zwc-users-type-desc p {
    padding-inline: 15px;
}

.zwc-user-desc-illus {
    line-height: 0;
}

.zwc-users-type-desc h4 {
    margin-block-start: 30px;
    margin-block-end: 20px;
}

/* Types of users styles */
/* Testimonial styles */
.zwc-why-use-sec .content-wrap,
.zwc-testimonial-sec .content-wrap,
.zwc-users-sec .content-wrap {
    max-width: 1320px;
}

.zwc-testimonial-author-designation span {
    display: block;
}

.zwc-testimonial-content-wrap:not(.slick-initialized) {
    display: grid;
}

.zwc-testimonial-content-wrap:not(.slick-initialized)>div {
    grid-area: 1/1/2/2;
}

.zwc-testimonial-content-wrap:not(.slick-initialized)>div:not(:first-child) {
    opacity: 0;
    visibility: hidden;
}

.zwc-customer-logo-wrap {
    /* max-width: 600px; */
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-auto-rows: max-content;
    gap: 10px;
    position: relative;
    padding-right: 70px;
    padding-top: 20px;
}

.zwc-testimonial-wrap {
    max-width: 680px;
    padding-left: 70px;
}

.zwc-customer-logo-wrap::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 85%;
    opacity: 0.2;
    background: #000;
    right: 0;
    bottom: 0;
    top: 0;
}

.zwc-customer-logo-wrap button>img,
.zwc-customer-logo>img {
    height: 50px;
    max-width: 180px;
    object-fit: contain;
    object-position: center;
}

.zwc-customer-logo-wrap button,
.zwc-customer-logo {
    border: 1px solid #DFDFDF;
    background: #FFF;
    padding: 20px 40px;
    max-width: 280px;
    max-height: 100px;
    cursor: pointer;
    line-height: 0;
}
.zwc-customer-logo-wrap button{
    border: 2px solid #DFDFDF;
}
.zwc-customer-logo-wrap button.is-active{
    border: 2px solid #303AFF;
}
.zwc-testimonial-link {
    display: inline-block;
    /* color: #2235E0; */
    color: var(--zwc-link-clr);
    font-size: 16px;
    font-weight: var(--primaryfont-semibold);
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 16px;
}

.zwc-testimonial-con h2 {
    text-align: center;
    margin-bottom: 88px;
    max-width: 1100px;
    margin-inline: auto;
}

.zwc-testimonial-con-inner {
    display: flex;
    justify-content: center;
    /* gap: 40px; */
}

.zwc-testimonial-wrap .zwc-testimonial-content {
    margin-bottom: 48px;
}

.zwc-testimonial-content-wrap {
    position: relative;
    padding-bottom: 55px;
}

.zwc-testimonial-content-wrap .slick-arrow::before,
.zwc-testimonial-content-wrap .slick-arrow::after {
    height: 10px;
    background-color: transparent;
}

.zwc-testimonial-content-wrap .slick-arrow {
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    height: 50px;
    width: 50px;
    /* background-color: #000; */
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #fff;
    transition: background-color .4s ease;
    transform: translate(0, 0)
}

.zwc-testimonial-content-wrap .slick-prev {
    right: 120px
}

.zwc-testimonial-content-wrap .slick-next {
    right: 60px
}

.zwc-testimonial-content-wrap .slick-arrow:hover {
    /* background-color: #d9d9d9; */
    /* background-color: #FFCD57; */
}

.zwc-testimonial-content-wrap .slick-prev {
    right: 130px;
}

.zwc-testimonial-content-wrap .slick-next {
    right: 60px;
}

.zwc-testimonial-content-wrap .slick-prev::before,
.zwc-testimonial-content-wrap .slick-next::before,
.zwc-testimonial-content-wrap .slick-prev::after,
.zwc-testimonial-content-wrap .slick-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.zwc-testimonial-content-wrap .slick-prev::before,
.zwc-testimonial-content-wrap .slick-next::before {
    background-color: black;
    width: 14px;
    height: 2px;
}

.zwc-testimonial-content-wrap .slick-prev::before {
    transform: translate(0, 50%);
}

.zwc-testimonial-content-wrap .slick-next::before {
    transform: translate(0, 50%);
}

.zwc-testimonial-content-wrap .slick-prev::after,
.zwc-testimonial-content-wrap .slick-next::after {
    width: 8px;
    height: 8px;
    border: 2px solid black;
}

.zwc-testimonial-content-wrap .slick-prev::after {
    border-width: 2px 0 0 2px;
    transform: rotate(-45deg) translate(-30%, -10%);
}

.zwc-testimonial-content-wrap .slick-next::after {
    border-width: 2px 2px 0 0;
    transform: rotate(45deg) translate(30%, -10%);
}

.zwc-testimonial-content-wrap .slick-next.slick-disabled,
.zwc-testimonial-content-wrap .slick-prev.slick-disabled {
    opacity: .3;
}

/* Testimonial styles */


/* Dashboard Video styles */
.zwc-video-dashboard-sec {
    background: #000;
    color: #fff;
}

.zwc-dashboard-con>h2 {
    text-align: center;
    margin-bottom: 56px;
    max-width: 900px;
    margin-inline: auto;
}

.zwc-dashboard-illus {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    max-width: 1190px;
}

/* .zwc-watch-btn, */
.zwc-dashboard-img,
.zwc-dashboard-video {
    transition: opacity .35s linear, visibility .35s linear;
}

.zwc-watch-btn {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 42px;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    font-family: var(--zf-primary-semibold);
    font-size: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 1; */
}

.zwc-dashboard-illus .zwc-watch-btn {
    /* color: #fff; */
}

.zwc-dashboard-img {
    line-height: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

/* .zwc-watch-btn::after {
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    left: 28px;
    background-color: #fff;
    clip-path: polygon(100% 47%, 10% 0, 10% 100%);
}

.zwc-watch-btn:before {
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid var(--zwc-link-clr);
    box-sizing: border-box;
    border-radius: 100%;
    background: var(--zwc-link-clr);
} */

.zwc-dashboard-video {
    width: 100%;
    height: 100%;
    /* height: calc(100% - 3px); */
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.zwc-dashboard-video #dashboard-video {
    width: 100%;
    height: 100%;
    /* max-height: calc(100% - 3px); */
    border: 0;
    border-radius: 20px 20px 0 0;
}

.zwc-dashboard-img,
.zwc-dashboard-video,
.zwc-dashboard-illus.is-video-playing .zwc-dashboard-video {
    opacity: 1;
    visibility: visible;
}

/* .zwc-dashboard-illus.is-video-playing .zwc-watch-btn, */
.zwc-dashboard-illus.is-video-playing .zwc-dashboard-img,
.zwc-dashboard-video {
    opacity: 0;
    visibility: hidden;
}

/* Dashboard Video styles */

/* Features Styles */
.zwc-features-con>h2,.zwc-features-con>p {
    text-align: center;
    margin-inline: auto;
    max-width: 750px;
}
.zwc-features-con>p{
    margin-bottom: 64px;
}
.zwc-features-box h3 {
    font-family: var(--primaryfont-semibold);
}

.zwc-features-box {
    border-radius: 14px;
    border: 1px solid #FFD891;
    background: #FFFDF7;
    padding: 40px 40px 72px 56px;
}
.zwc-features-link{
    /* text-decoration: underline; */
    display: inline-block;
    margin-top: 15px;
    position: relative;
}
.zwc-features-link::after{
   content: '';
   width: 100%;
   height: 1px;
   background-color: var(--zwc-link-clr);
   position: absolute;
   bottom: 1px;
   left: 0;
}
.zwc-features-box h4::before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background-image: var(--zwc-sprite-img);
    background-repeat: no-repeat;
    background-size: var(--zwc-sprite-img-size);
    background-position: -345px -10px;
    margin-bottom: 20px;
}

.zwc-features-box:nth-child(2) h4::before {
    background-position: -480px -10px;
}

.zwc-features-box:nth-child(3) h4::before {
    background-position: -263px -8px;
    width: 78px;
    height: 77px;
}

.zwc-features-box:nth-child(4) h4::before {
    background-position: -552px -6px;
    width: 79px;
    height: 77px;
}

.zwc-features-box:nth-child(5) h4::before {
    background-position: -410px -10px;
}

.zwc-features-wrap {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1050px;
    margin-inline: auto;
}

.zwc-features-box:last-child {
    grid-area: 3/1/4/3;
}

/* Features Styles */
/* Email automation styles */
.zwc-email-automation-sec {
    background: #0F2DB1;
    color: #fff;
}

.zwc-email-automation-sec .zwc-email-automation-con a {
    --clr: #fff;
    text-decoration: underline;
}

.zwc-email-automation-con {
    display: flex;
    /* gap: 50px; */
    /* justify-content: space-between; */
    align-items: flex-start;
    position: relative;
}

.zwc-automation-desc {
    padding-bottom: 40px;
}
.zwc-automation-desc::before{
    content: '';
    display: block;
    width: 65px;
    height: 70px;
    background-image: var(--zwc-sprite-img);
    background-repeat: no-repeat;
    background-size: var(--zwc-sprite-img-size);
    background-position: -629px 0;
    margin-bottom: 20px;
}
.zwc-automation-desc:nth-child(2):before{
    background-position: -692px -3px;
 }
.zwc-automation-desc:nth-child(3):before{
    background-position: -759px -7px;
}
.zwc-automation-desc:nth-child(4):before{
    background-position: -825px 0;
    width: 55px;
}
.zwc-automation-desc:nth-child(5):before{
    background-position: -878px 0;
}
.zwc-email-automation-title {
    padding-right: 60px;
}

.zwc-email-automation-title::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    opacity: 0.2;
    background: #5C7BFF;
    right: 0px;
    bottom: 0;
    top: 0;
}

.zwc-email-automation-title>h2 {
    max-width: 660px;
}

.zwc-email-automation-title>p {
    max-width: 600px;
}

.zwc-automation-desc-wrap {
    max-width: 500px;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    padding-left: 60px;
}

.zwc-email-automation-title>h2>span {
    display: inline-block;
}

.zwc-title-wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 10px;
    max-width: 450px;
}

.zwc-title-wrap.in-active {
    /* display: none; */
    opacity: 0;
    visibility: hidden;
}

.zwc-title-wrap button {
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    padding: 16px 24px;
    border-radius: 30px;
    border: 1px solid #F2F2F2;
    background: transparent;
    color: #fff;
    transition: background .35s linear, color .35s linear;
    /* line-height: 28px; */
}

.zwc-title-wrap button.active {
    background: #FFCD57;
    border: 1px solid transparent;
    color: #000;
}

.zwc-automation-desc {
    height: 504px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zwc-automation-desc.active h4 {
    /* color: #FFCD57; */
}

/* Email automation styles */
/* Bottom section styles */
.zwc-bottom-con {
    text-align: center;
    max-width: 970px;
    margin-inline: auto;
}

.act-btn.zwc-compare-btn {
    border: 1px solid #000;
    --clr: #000;
}

.zwc-bottom-cta,.zwc-banner-cta {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Bottom section styles */
/* FAQ section styles */
.zfaq-section {
    margin: 0 auto;
    text-align: center;
    padding: 0 80px 80px;
    border-radius: 7px
}

.faq-section .content-wrap {
    padding: 40px 0 40px
}

.faq-section,
.faq-section * {
    box-sizing: border-box
}

.zfaq-section div {
    width: 970px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 100%
}

.zfaq_wrapper .zfaq-wrap:first-child {
    border-top: 0
}
.zfaq-wrap p{
    margin-bottom: 20px;
}
.zfaq_wrapper .zfaq-wrap {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #000000;
    /* border-top: 1px solid #fff;
    margin-bottom: 5px; */
}

.faq-heading {
    position: relative;
    padding: 0px 0 15px
}

.faq-wrap1 {
    margin-top: 50px;
}

.zfaq_wrapper button {
    padding-top: 0
}

.zfaq_wrapper button:not(.faq-heading) {
    color: #000;
    font-size: 19px;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    /* vertical-align: text-top; */
    width: 100%;
    padding: 25px 35px 25px 25px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    font-family: var(--zf-secondary-semibold);
    text-align: left;
    margin-top: 0;
    background-color: #fff;
    border: none;
}

.zfaq_wrapper .zfaq-wrap p {
    display: none;
    padding: 0 25px;
    text-align: left
}

.zfaq_wrapper .zfaq-wrap .faq-arrow {
    position: absolute;
    right: 22px;
    top: 34px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    font-size: 16px;
    left: auto
}

.zfaq_wrapper .zfaq-wrap .faq-arrow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    -ms-transform: rotate(45deg);
    z-index: 99;
}

.zfaq-wrap.active .faq-arrow:before {
    transform: rotate(315deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 1px;
    -ms-transform: rotate(135deg)
}

.zfaq_wrapper .zfaq-wrap .arrow {
    position: absolute;
    right: 22px;
    top: 34px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    font-size: 16px;
}

.zwc-faq-con {
    max-width: 800px;
    margin-inline: auto;
}

.zwc-faq-con h2 {
    text-align: center;
}
.zfaq_wrapper {
    counter-reset: faq-item;
}
.zfaq_wrapper button::before {
    position: absolute;
    left: 0;
    top: 25px;
    counter-increment: faq-item;
    content: counter(faq-item) ". ";
}
.zfaq_wrapper button::after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    border: 2px solid;
    border-width: 0 0 2px 2px;
    right: 0;
    transform: rotate(-45deg);
    bottom: 30px;
    transition: all .5s ease-in-out;
}
.zfaq-wrap.active button::after {
    transform: rotate(135deg);
}
/* FAQ section styles */
@media only screen and (min-width:1025px) {
    .zwc-why-use-con:not(:first-child) .zwc-why-use-desc {
        display: none;
    }

    .zwc-why-use-illus:nth-child(3) {
        padding-block: 30px;
    }

    .zwc-email-automation-title {
        position: sticky;
        top: 150px;
    }
    .zwc-customer-logo{
        display: none;
    }
    .zwc-why-use-con h5 {
        padding-block: 25px;
    }
}

@media only screen and (max-width:1440px) {
    .zwc-testimonial-wrap {
        max-width: 560px;
    }

    .zwc-customer-logo-wrap button {
        max-width: 220px;
        padding: 20px;
    }
    .zwc-customer-logo-wrap button>img, .zwc-customer-logo>img {
        max-width: 170px;
    }
}

@media only screen and (max-width:1280px) {
    .zwc-inner-wrap h1 {
        font-size: 50px;
    }

    .zwc-inner-wrap h2 {
        font-size: 42px;
    }
    
    .zwc-inner-wrap h3 {
        /* font-size: 34px; */
    }
    .zwc-inner-wrap h4 {
        /* font-size: 30px; */
    }
    .zwc-users-title {
        margin-block-end: 80px;
    }

    .zwc-dashboard-con>h2 {
        max-width: 900px;
    }

    .zwc-testimonial-wrap {
        padding-left: 45px;
        max-width: 500px;
    }

    .zwc-customer-logo-wrap {
        padding-right: 45px;
    }


}

@media only screen and (max-width:1199px) {

    .zwc-banner-icons>li:first-child {
        left: 8%;
    }

    .zwc-banner-icons>li:nth-child(2) {
        right: 3%;
    }

    .zwc-banner-icons>li:nth-child(3) {
        left: 0%;
    }

    .zwc-banner-icons>li:nth-child(4) {
        right: 0%;
    }

    .zwc-banner-elem>li:nth-child(1) {
        left: 25%;
    }

    .zwc-banner-elem>li:nth-child(2) {
        right: 13%;
    }

    .zwc-banner-elem>li:nth-child(3) {
        left: 0%;
    }

    .zwc-banner-elem>li:nth-child(4) {
        right: 0%;
    }

    .zwc-why-use-title {
        max-width: 400px;
    }
}

@media only screen and (max-width:1024px) {
    .zwc-inner-wrap h1 {
        font-size: 45px;
        max-width: 850px;
    }

    .zwc-inner-wrap h2 {
        font-size: 38px;
    }

    .zwc-inner-wrap h3 {
        /* font-size: 34px; */
    }

    .zwc-inner-wrap>section {
        padding: 80px 0;
    }
   .zwc-why-use-sec .content-wrap{
        padding-top: 10px;
    }
    .zwc-email-automation-sec .content-wrap {
        padding-top: 10px;
    }
    .zwc-banner-icons,
    .zwc-banner-elem,
    .zwc-why-use-illus-wrap,
    .zwc-why-use-con h5::after,
    .zwc-customer-logo-wrap,
    .zwc-title-wrap,
    .zwc-email-automation-title::after {
        display: none;
    }

    .zwc-why-use-con:not(:last-child) {
        border-bottom: none;
    }

    .zwc-why-use-title {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }

    .zwc-why-use-illus {
        opacity: 1;
        visibility: visible;
        background-color: #ECF4FF;
        padding: 40px;
        width: 100%;
        border-radius: 8px;
    }

    .zwc-why-use-illus>img {
        max-height: 400px;
        width: auto;
    }

    .zwc-why-use-con .zwc-why-use-desc {
        margin-bottom: 30px;
        margin-top: 8px;
        padding-bottom: 0;
    }

    .zwc-why-use-con-wrap .zwc-why-use-con {
        padding-right: 0;
        padding-block: 25px;
    }
    .zwc-why-use-con-wrap .zwc-why-use-con:last-child {
        padding-block-end: 0;
    }
    
    .zwc-why-use-con-wrap .zwc-why-use-con:first-child {
        padding-block-start: 0;
    }
    .zwc-users-type-desc-wrap {
        grid-template-columns: 1fr;
    }

    .zwc-users-type-desc {
        margin: 0 auto;
    }

    .zwc-customer-logo {
        margin-bottom: 25px;
        margin-inline: auto;
        padding: 15px 20px;
        max-width: 250px;
    }
    .zwc-testimonial-wrap .zwc-testimonial-content {
        margin-bottom: 35px;
    }
    .zwc-testimonial-content-wrap .slick-arrow {
        top: auto;
        bottom: 0;
        height: 55px;
        width: 55px;
    }
    .zwc-testimonial-content-wrap .slick-prev, .zwc-testimonial-content-wrap .slick-next {
        right: 0;
        left: 0;
        margin: auto;
    }
    .zwc-testimonial-content-wrap .slick-prev {
        transform: translate(-62%, 0);
    }
    .zwc-testimonial-content-wrap .slick-next {
        transform: translate(62%, 0);
    }
    .zwc-testimonial-wrap {
        text-align: center;
        padding-left: 0;
        /* max-width: 700px; */
    }

    .zwc-testimonial-con h2 {
        max-width: 750px;
    }

    .zwc-email-automation-con {
        flex-direction: column;
    }

    .zwc-automation-desc-wrap {
        padding-left: 0;
        grid-template-rows: auto;
    }

    .zwc-email-automation-title {
        padding-right: 0;
    }
    .zwc-automation-desc{
        height: max-content;
    }
    .zwc-automation-desc-wrap,.zwc-email-automation-title,.zwc-email-automation-title>p{
        margin-inline: auto;
        text-align: center;
        max-width: 600px;
    }
    .zwc-email-automation-title{
        margin-bottom: 50px;
    }
    .zwc-automation-desc {
        padding-bottom: 30px;
    }
    .zwc-automation-desc:last-child{
        padding-bottom: 0;
    }
    .zwc-bottom-con {
        max-width: 750px;
    }
    .zwc-users-title>h2 {
        margin-bottom: 15px;
    }
    .zwc-users-title {
        margin-block-end: 70px;
    }
    .zwc-users-type {
        margin-block: 45px 60px;
        max-width: 800px;
        margin-inline: auto;
    }
    .zwc-users-type li {
        font-size: 18px;
    }
    .zwc-users-type-desc h4 {
        margin-block-end: 10px;
    }
    .zwc-users-type-desc {
        padding: 16px 12px 36px 12px;
    }
    .zwc-testimonial-con h2 {
        margin-bottom: 40px;
    }  
    .zwc-features-wrap{
        grid-template-columns: 1fr;
    }  
    .zwc-features-box:last-child {
        grid-area: auto;
    }
    .zwc-features-box{
        max-width: 500px;
        margin-inline: auto;
        padding: 40px;
    }
    .zwc-why-use-title,.zwc-features-box,.zwc-users-type-desc{
        /* max-width: 500px; */
    }
    .zwc-features-con>h2, .zwc-features-con>p {
        max-width: 700px;
    }
    .zwc-dashboard-con>h2 {
        max-width: 700px;
        margin-bottom: 40px;
    }
    .zwc-testimonial-content-wrap {
        padding-bottom: 80px;
    }
    .zwc-testimonial-author-designation>span {
        display: inline-block;
        position: relative;
        margin-left: 10px;
        padding-left: 10px;
    }
    .zwc-testimonial-author-designation>span::before {
        content: '';
        height: 70%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin-block: auto;
        background-color: #000;
        width: 1px;
    }
    .zwc-automation-desc::before{
        margin-inline: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:991px) {
    .zwc-inner-wrap h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .zwc-inner-wrap h2 {
        font-size: 35px;
    }
    .zwc-inner-wrap h3 {
        font-size: 30px;
    }
    .zwc-inner-wrap h4 {
        font-size: 25px;
    }
}


@media only screen and (max-width:767px) {
    .zw-template-inner .desk-visible {
        display: none !important;
    }
    .mob-visible {
        display:block;
    }
    
    .zwc-inner-wrap>section {
        padding: 60px 0;
    }
    .zwc-inner-wrap h1 {
        font-size: 38px;
        margin-bottom: 15px;
    }
    .zwc-inner-wrap h2 {
        font-size: 33px;
    }
    .zwc-inner-wrap h3 {
        font-size: 28px;
    }
    .zwc-inner-wrap h4 {
        font-size: 23px;
    }
    .zwc-users-title {
        max-width: 550px;
    }
   
    .zwc-users-title {
        margin-block-end: 60px;
    }
    .zwc-testimonial-wrap .zwc-testimonial-content {
        margin-bottom: 25px;
    }
    .zwc-features-con>p {
        margin-bottom: 40px;
    }
    .zwc-automation-desc h4{
        margin-bottom: 8px;
    }
    .zwc-email-automation-title {
        margin-bottom: 40px;
    }
    .zwc-testimonial-wrap {
        max-width: 430px;
    }
    .zwc-testimonial-content {
        font-size: 20px;
    }
    .zwc-automation-desc::before {
        margin-bottom: 5px;
    }
    .zfaq-section {
        padding: 0 30px 60px
    }
    .zfaq_wrapper button:not(.faq-heading) {
        line-height: 1.4
    }

    .zfaq-wrap p {
        font-size: 16px
    }
    .zfaq_wrapper button:not(.faq-heading){
        font-size: 18px;
        padding: 20px 35px 20px 25px;
    }
    .zfaq_wrapper button::before{
        top: 20px;
    }
    .zfaq_wrapper .zfaq-wrap p {
        padding: 0 20px;
    }
    .zwc-dashboard-video #dashboard-video {
        border-radius: 10px 10px 0 0;
    }
}

@media only screen and (max-width:480px) {
    .zwc-inner-wrap>section {
        padding: 45px 0;
    }
    .zwc-inner-wrap h1 {
        font-size: 32px;
    }
    .zwc-inner-wrap h2 {
        font-size: 28px;
    }
    .zwc-inner-wrap h3 {
        font-size: 23px;
    }
    .zwc-inner-wrap h4 {
        font-size: 20px;
    }
    .zwc-why-use-title{
        gap: 30px;
    }
    .zwc-why-use-con-wrap .zwc-why-use-con {
        padding-block: 20px;
    }
    .zwc-why-use-con .zwc-why-use-desc {
        margin-bottom: 25px;
    }
    .zwc-why-use-illus{
        padding: 30px 20px;
    }
    .zwc-users-type li{
        padding: 10px;
    }
    .zwc-users-type-desc h4 {
        margin-block-start: 20px;
        margin-block-end: 8px;
    }
    .zwc-features-con>p {
        margin-bottom: 30px;
    }
    .zwc-features-box h4::before{
        margin-bottom: 15px;
    }
    .zwc-features-box {
        padding: 40px 20px;
    }
    .zwc-testimonial-wrap {
        max-width: 290px;
    }
    .zwc-customer-logo>img {
        max-width: 120px;
    }
    .zwc-customer-logo {
        max-width: fit-content;
    }
    .zwc-customer-logo{
        padding: 10px 20px;
    }
    .zwc-users-type {
        margin-block: 35px 40px;
    }
    .zwc-testimonial-content-wrap .slick-arrow {
        height: 45px;
        width: 45px;
    }
    .zwc-testimonial-author {
        font-size: 19px;
    }
    
}


/* -------- media Query ------- */