.zwc-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

section {
    padding: 100px 0;
}

/* banner section code starts */
.bnr-left-con {
    width: 40%;
    max-width: 510px;
    padding-bottom: 140px;
}

.zwc-bnr-sec .content-wrap {
    justify-content: space-around;
}

.bnr-right-con {
    max-width: 580px;
    width: 46%;
    position: relative;
}

.zwc-bnr-sec {
    background-color: #FFF5E5;
    overflow: hidden;
}

.zwc-retail-bnr-img {
    position: relative;
    display: block;
    top: 20%;
    left: 20%;
    z-index: 1;
}

.zwc-rock {
    position: absolute;
    display: block;
    background-image: url(/sites/zweb/images/campaigns/sprite.svg);
    background-size: 350px;
    width: 77px;
    height: 50px;
    top: -6%;
    left: 19%;
    background-position: -28px -14px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s ease;
    transition-delay: 1.5s;
}

.zwc-bnr-sec {
    padding: 140px 0 0 0;
}

.bnr-right-con::before {
    content: " ";
    max-width: 579px;
    max-height: 627px;
    height: 100%;
    border-radius: 627px;
    opacity: 0.5;
    background: linear-gradient(180deg, #FFF5E5 4.63%, #FFC7AF 50.08%);
    display: block;
    position: absolute;
    transition: translate;
    transform: translate(0%, 48%);
    bottom: 0;
    width: 100%;
}

.offer-img {
    position: absolute;
    top: -5%;
    right: -11%;
    width: 40%;
    max-width: 232px;
    transition: all .5s ease;
}

.zwc-spring {
    display: block;
    width: 27px;
    height: 38px;
    background-image: url(/sites/zweb/images/campaigns/sprite.svg);
    background-size: 350px;
    background-position: -350px -24px;
    position: absolute;
    bottom: 8%;
    left: 14%;
}

.zwc-dotted-line {
    position: absolute;
    top: 3%;
    left: 17%;
    max-width: 295px;
    height: 152px;

}

.zwc-retail-bnr-img {
    animation: slideTop 1s ease-out .5s forwards;
    opacity: 0;
}

@keyframes slideTop {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

.bnr-right-con .zwc-dotted-line #path_1 {
    fill: none;
    stroke: #F5A514;
    stroke-dasharray: 1000;
    stroke-dashoffset: 2000;
    animation: dash2 2s linear forwards .2s;
}

@keyframes dash2 {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 2000;
    }
}

.bottom-animated .zwc-rock {
    opacity: 1;
    visibility: visible;
}

/* banner section code ends */
/* block-1 code starts */
.block1-top-con {
    max-width: 743px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.zwc-block1 h2 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.zwc-block1 h2,
.zwc-block2 h2,
.zwc-block6 h2,
.zwc-block4 h2,
.zwc-testi h2 {
    font-family: 'Zoho_Puvi_Bold';
}

.block1-btm-box {
    max-width: 530px;
    width: 100%;
    padding: 80px 80px 40px 80px;
    border-radius: 10px;
  border: 1px solid #e9e9e9;
  background: #F5F5F5;

}
.email-marketing2,.email-marketing3,.email-marketing4 {
    position: relative;
    bottom: -5%;
}

.block1-btm-box:not(:last-child) {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.block1-btm-box:last-child {
    max-width: 1085px;
}

.block1-btm-con .zwc-flex {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px 25px;
}

.btm-last-left {
    max-width: 500px;
    width: 100%;
}

.block1-btm-con {
    padding-top: 30px;
}
.block1-btm-box div:nth-child(1){
    padding-bottom: 10px;
}
.zwc-block1,
.zwc-block2 {
    padding: 100px 0 0 0;
}

.zwc-block6 {
    padding: 0 0 100px 0;
}

/* .block1-btm-box img{
    padding-top:40px;
} */
/* block-1 code ends */
/* block-2 code starts */
.zwc-block2-tle {
    max-width: 887px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.zwc-block2-con {
  background-color: #171717;
    padding: 80px 80px;
    border-radius: 20px;

}

.zwc-block2-con * {
    color: #FFFFFF;
}

.block2-btm-con.zwc-flex {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

.block2-btm-box {
    max-width: 426px;
    padding-top: 40px
}

.block2-innr-tle {
    text-align: center;
    margin: 0 auto;
}

.block2-btm-box::before {
    content: "";
    background-image: url(/sites/zweb/images/campaigns/sprite.svg);
    width: 47px;
    height: 60px;
    background-size: 350px;
    display: block;
    margin-bottom: 10px;

}

.block2-btm-box:nth-child(1):before {
    background-position: -108px 0;
}

.block2-btm-box:nth-child(2):before {
    background-position: -514px 0;
}

.block2-btm-box:nth-child(3):before {
    background-position: -567px 0;
    width: 37px;

}

.block2-btm-box:nth-child(4):before {
    background-position: -610px 0;

}


/* block-2 code ends */
/* testimonial code starts */
.zwc-testi h2 {
    text-align: center;
}

.zwc-testi-left {
    max-width: 250px;
    width: 22%;
    text-align: center;
    position: relative;

}

.zwc-testi-left::after {
    content: "";
    background-image: url(/sites/zweb/images/campaigns/testi-border.svg);
    width: 12px;
    height: 232px;
    display: block;
    position: absolute;
    right: -25%;
    top: 0;
}

.zwc-cus-name {
    color: #2D42BF;
    font-family: "Zoho_Puvi_Semibold";
}

.zwc-testi-left span {
    display: block;
    /* text-align: center; */
}

.zwc-testi-right {
    max-width: 728px;
    width: 57%;
    position: relative;
}

.zwc-testi-right p {
    font-style: italic;
}

.zwc-cus-sec.zwc-flex {
    justify-content: space-around;
}

.zwc-testi-right::after {
    display: block;
    content: "";
    background-image: url(/sites/zweb/images/campaigns/sprite.svg);
    width: 69px;
    height: 57px;
    background-position: 65px -24px;
    background-size: 500px;
    position: absolute;
    top: -55%;
    right: 0;
}

/* testimonial code ends */
/* block-4 code starts */
.zwc-block4 h2 {
    text-align: center;
}

.zwc-block4 {
    border-radius: 20px;
    background: #FFF5E5;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.block4-innr-left {
    max-width: 384px;
    width: 100%;
}

.zwc-block4-innr {
    padding-top: 50px
}

.block4-innr-right img {
    border-radius: 6px;
}

.zwc-block4-innr.zwc-flex {
    justify-content: space-between;
}

.zwc-block4 .content-wrap {
    max-width: 1380px;
}

.block4-innr-right img {
    animation: slideRight 1s ease-out .5s forwards;
    opacity: 0;
    transition: all 2s ease;
}

@keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

/* block-4 code ends */
/* block-5 code starts */
.zwc-block5 {
    text-align: center;
    background: url(/sites/zweb/images/campaigns/small-business/ssb-pattern.jpeg);
    background-size: 121.3px auto;
    margin: 0 50px;
    padding: 200px 0 245px 0;
    margin-bottom: 100px;
}

.zwc-block5 p {
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.zwc-block5 .content-wrap {
    max-width: 1050px;
    position: relative;
}

/* .zwc-crm-logo{
    position: absolute;
    bottom: -100%;
    right: 13%;
} */

.zwc-int {
    position: relative;
    box-shadow: 3px 3px 9px 2px #e8e8e8;
    border-radius: 100%;
    background: #fff;
}

.zwc-int-crm {
    width: 85px;
    height: 85px;
    display: block;
}

.zwc-int-wrap li {
    position: absolute;
}

.zwc-int-wrap li:nth-child(1),
.zwc-int-wrap li:nth-child(4),
.zwc-int-wrap li:nth-child(6),
.zwc-int-wrap li:nth-child(7) {
    animation: zodd 5s linear 1s infinite;
}

.zwc-int-wrap li:nth-child(2),
.zwc-int-wrap li:nth-child(3),
.zwc-int-wrap li:nth-child(5),
.zwc-int-survey-monkey,
.offer-img {
    animation: zeven 5s linear 1s infinite;


}

.zwc-int-wrap li:nth-child(1) {
    bottom: -100%;
    right: 13%;
}

.zwc-int-wrap li:nth-child(2) {
    top: -90%;
    left: 26%;
}

.zwc-int:after {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.zwc-int-crm:after {
    background: url(/sites/zweb/images/producticon/crm.svg);
    background-size: 100% auto;
    width: 46px;
    height: 45px;
}

.zwc-int-books {
    width: 78px;
    height: 78px;
    display: block;
}

.zwc-int-books:after {
    background: url(/sites/zweb/images/producticon/books.svg) no-repeat;
    background-size: 100% auto;
    width: 35px;
    height: 35px;
}

.zwc-int-survey {
    width: 95px;
    height: 95px;
    display: block;
}

.zwc-int-wrap li:nth-child(3) {
    top: -92%;
    right: 20%;
}

.zwc-int-survey:after {
    background: url(/sites/zweb/images/producticon/survey.svg);
    background-size: 100% auto;
    width: 50px;
    height: 50px;
}

.zwc-int-wrap li:nth-child(4) {
    left: -5%;
    bottom: -30%;
}

.zwc-int-meeting {
    width: 90px;
    height: 90px;
    display: block;
}

.zwc-int-meeting:after {
    background: url(/sites/zweb/images/producticon/meeting.svg);
    background-size: 100% auto;
    width: 50px;
    height: 50px;
}

.zwc-int-wrap li:nth-child(5) {
    bottom: -120%;
    left: 17%;
}

.zwc-int-hubspot {
    width: 85px;
    height: 85px;
    display: block;
}

.zwc-int-hubspot:after {
    background: url(/sites/zweb/images/otherbrandlogos/hubspot-icon.svg) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 45px;
}

.zwc-int-wrap li:nth-child(6) {
    top: -50%;
    right: 0;
}

.zwc-int-shopify {
    width: 60px;
    height: 60px;
    display: block;
}

.zwc-int-shopify:after {
    background: url(/sites/zweb/images/otherbrandlogos/shopify-icon.svg) no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 35px;
}

.zwc-int-wrap li:nth-child(7) {
    top: 55%;
    right: -5%;
}

.zwc-int-salesforce {
    width: 80px;
    height: 80px;
    display: block;
}

.zwc-int-salesforce:after {
    background: url(/sites/zweb/images/otherbrandlogos/salesforce.svg) no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 36px;
}

.zwc-int-wrap li:nth-child(8) {
    top: -47%;
    left: 3%;
}

.zwc-int-survey-monkey {
    width: 70px;
    height: 70px;
    display: block;
}

.zwc-int-survey-monkey:after {
    background: url(/sites/zweb/images/otherbrandlogos/survey-monkey-icon.svg) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 35px;
}

.zwc-int-wrap li p {
    margin-top: 5px;
}

@keyframes zeven {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -14px);
        transform: translate(0, -14px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes zodd {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 14px);
        transform: translate(0, 14px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* block5 code ends */
/* block6 code starts */
.zwc-block6 {
    max-width: 830px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.zwc-block6 h2 {
    margin-bottom: 20px;
}

/* block6 code end */
.other-lang section.zwc-testi.zwc-block3 {
    display: none;
}
.other-lang .zwc-block4 {
    margin: 150px auto;
}
/* media query starts */
@media screen and (min-width: 1280px) {
    h1 {
        font-size: 56px;
        letter-spacing: -1.12px;
        line-height: normal;
    }

    .bnr-left-con p,
    .zwc-block1 p,
    .block1-btm-box p,
    .zwc-block2-tle p,
    .zwc-block2-con p,
    .block2-btm-box p,
    .block4-innr-left p {
        font-size: 18px;
        letter-spacing: -0.36px;
        line-height: 30.6px;
    }

    .zwc-block1 h2,
    .zwc-block2-tle h2 {
        font-size: 48px;
        letter-spacing: -0.96px;
        line-height: normal;
    }

    .zwc-block1 p,
    .zwc-block2-tle p,
    .zwc-block2-con p,
    .block2-btm-box p,
    .block4-innr-left p {
        line-height: 27px;

    }

    .block1-btm-box h3,
    .block2-btm-box h4 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.48px;
    }

    .block2-btm-box h3 {
        line-height: normal;

    }

    .block1-btm-box p {
        line-height: 29px;
    }

    .zwc-block2-con h3 {
        font-size: 36px;
        line-height: normal;
        letter-spacing: -0.72px;
    }

    .zwc-testi h2,
    .zwc-block4 h2 {
        font-size: 44px;
        letter-spacing: -0.88px;
        line-height: 57px;
    }

    .block4-innr-left h3 {
        font-size: 30px;
        line-height: normal;
        letter-spacing: -0.6px;

    }

    .zwc-cus-name {
        font-size: 22px;
        line-height: 50px;

    }

    .zwc-cus-desc,
    .zwc-cus-com {
        font-size: 17px;
        line-height: 30px;

    }

    .zwc-testi-right p {
        font-size: 28px;
        line-height: 50px;
        /* 178.571% */
        letter-spacing: -0.56px;

    }

    .zwc-block5 h2 {
        font-size: 46px;
    }

    .zwc-int-wrap li p {
        font-size: 16px;
    }

    .zwc-block6 h2 {
        font-size: 44px;
        line-height: 60px;
        letter-spacing: -0.92px;
    }
}

@media screen and (max-width: 1440px) {
    .block1-btm-box {
        max-width: 435px;
        padding: 60px 60px 40px 60px;
    }

    .block1-btm-box:last-child {
        max-width: 896px;
    }

    .zwc-testi-right {
        max-width: 500px;
    }

    .zwc-cus-sec.zwc-flex {
        justify-content: space-evenly;
    }

}

@media screen and (max-width: 1199px) {
    .zwc-testi-right::after {
        top: -75%;
    }

    .block4-innr-left {
        padding-right: 25px;
    }

    .zwc-block2-con {
        padding: 60px 40px 40px;
    }

    .block2-btm-box {
        max-width: 393px;
    }

    .block2-btm-box {
        padding-top: 20px
    }

    .zwc-bnr-sec .content-wrap {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {

    .block1-btm-box:last-child,
    .block1-btm-box {
        max-width: 473px;
    }



}

@media screen and (max-width: 991px) {

    .zwc-bnr-sec .content-wrap,
    .zwc-block4-innr.zwc-flex,
    .block2-btm-con.zwc-flex {
        display: block;
    }

    .bnr-left-con {
        width: 100%;
        padding-bottom: 40px;
    }

    .bnr-right-con {
        margin: 0 auto;
    }

    .block4-innr-left {
        padding-right: unset;
        max-width: 590px;
    }
    .block4-innr-right,
    .bnr-left-con,
    .block4-innr-left,
    .block2-btm-box::before,
    .block2-btm-box {
        margin: 0 auto;
        text-align: center;
    }

    .bnr-right-con {
        width: 70%;
    }

    .block1-btm-con {
        padding-top: 20px;
    }

    .block4-inner1 {

        padding-top: 20px;
    }

    .block2-btm-box::before {
        margin-bottom: 10px;
    }

    .zwc-bnr-sec,
    .zwc-block1,
    .zwc-block2 {
        padding: 80px 0 0 0;
    }

    section {
        padding: 80px 0;
    }

    .zwc-block4 {
        margin-bottom: 80px;
    }

    .zwc-block5 {
        margin-bottom: 80px;
        padding: 70px 0 53px 0;
    }

    .zwc-block6 {
        padding: 0 0 80px 0;
    }

    .zwc-block2-tle {
        padding-bottom: 20px;
    }

    .zwc-int-wrap {
        max-width: 530px;
        margin: 0 auto;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .zwc-int-crm,
    .zwc-int-books,
    .zwc-int-survey,
    .zwc-int-meeting,
    .zwc-int-hubspot,
    .zwc-int-shopify,
    .zwc-int-salesforce,
    .zwc-int-survey-monkey {
        width: 100px;
        height: 100px;
    }

    .zwc-int-wrap li {
        position: relative;

        display: inline-block;

    }

    .zwc-int-wrap li:nth-child(1),
    .zwc-int-wrap li:nth-child(2),
    .zwc-int-wrap li:nth-child(3),
    .zwc-int-wrap li:nth-child(4),
    .zwc-int-wrap li:nth-child(5),
    .zwc-int-wrap li:nth-child(6),
    .zwc-int-wrap li:nth-child(7),
    .zwc-int-wrap li:nth-child(8) {
        animation: none;
        left: auto;
        right: auto;
    }

    .zwc-int {
        margin: 10px;
    }

    .zwc-cus-sec.zwc-flex {
        display: block;
    }

    .zwc-testi-left,
    .zwc-testi-right {
        margin: 0 auto;
        text-align: center;
    }

    .zwc-testi-left::after {
        content: unset;
    }

    .zwc-testi-left {
        max-width: 235px;
        width: 100%;
        padding-bottom: 20px;
    }

    .zwc-testi-right {
        max-width: 430px;
        width: 100%;
    }

    .zwc-testi-right::after {
        top: -85%;
        right: -10%;
        display: none;
    }

    .zwc-dotted-line,
    .zwc-rock {
        display: none;
    }
.other-lang .zwc-block4 {
    margin: 80px auto;
}
}

@media screen and (max-width: 480px) {
    .block1-btm-box {
        padding: 40px 20px 20px 20px;
    }

    .zwc-block2-con {
        padding: 40px 20px 20px;
    }

    .zwc-bnr-sec,
    .zwc-block1,
    .zwc-block2 {
        padding: 60px 0 0 0;
    }

    section {
        padding: 60px 0;
    }

    .zwc-block4 {
        margin-bottom: 60px;
    }

    .zwc-block6 {
        padding: 0 0 60px 0;
    }

    .zwc-block5 {
        margin: 10px;
    }
.other-lang .zwc-block4 {
    margin: 60px auto;
}
}

/* media query ends */