* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    /* scroll-behavior: smooth; */
}
header {
    background: #213926;
}
.content-wrap {
    max-width: 1170px;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.act-btn {
    padding: 15px 30px;
}

h1 {
    font-family: var(--zf-primary-bold);
    font-size: 56px;
    margin: 0 0 20px;
    line-height: 65px;
    color: #FEC331;
}

h2 {
    font-size: 30px;
    font-family: var(--zf-primary-bold);
    margin: 0 0 20px;
    color: #000;
}

h3 {
    font-size: 23px;
    font-family: var(--zf-primary-semibold);
    margin: 0 0 0px;
}



.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.z-section {
    position: relative;
    padding: 100px 0 100px;
    color: #000;
    background: #f3f7fa;
}

.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* .compmob{
    display: none;
} */


#mini-panel-product_menu .menu-icon-help-header .product-title a,
#mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
    color: #fff;
}

#mini-panel-product_menu .product-nav-links .menu>li>a {
    color: #fff;
}

/* Banner Section */
.banner-section {
    padding-top: 100px;
    overflow: hidden;
    background: #203826;
    color: #fff;
}

.banner-section .content-wrap {
    max-width: 1280px;
}

.banner-inner-section {
    display: flex;
}

.banner-cont,
.banner-image {
    width: 100%;
    position: relative;
    transition: .5s all ease;
}

.banner-cont {
    width: 54%;
    padding-right: 60px;
}

.banner-cont p {
    font-size: 20px;
    font-family: var(--zf-secondary-medium);
    width: 100%;
    max-width: 100%
}

.banner-image {
    width: 50%;
    position: relative;
}

.sub-img {
    position: relative;
    width: 100%;
    -webkit-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    transition: 1.5s all ease;
}

.ban-rimg-1 {
    max-width: 88%;
    left: 6.5%
}

.middle-animated .ban-rimg-1 {
    left: 10.5%
}

.ban-rimg-2 {
    max-width: 90%;
    left: 5%;
    transform: translateY(-6%)
}

.middle-animated .ban-rimg-2 {
    transform: translateY(0)
}

.ban-rimg-3 {
    max-width: 98%;
    transform: translateY(8%)
}

.middle-animated .ban-rimg-3 {
    transform: translateY(-0%)
}

.ban-rimg-4 {
    max-width: 95%;
    left: 3%;
    transform: translateY(8%);
    transition-delay: 300ms;
}

.middle-animated .ban-rimg-4 {
    transform: translateY(-0%)
}

.ban-rimg-5 {
    max-width: 50%;
    top: 50%;
    position: absolute;
    left: 105%;
    transform: translateY(-35%);
}

.middle-animated .ban-rimg-5 {
    left: 101%;
}

.bannerleft-img,
.bannerright-img {
    width: 100%;
    transition: 1.5s all ease
}

.bannerright-img {
    margin-right: -12%
}

.middle-animated .bannerright-img {
    margin-right: -7%
}

.bannerleft-img {
    justify-content: space-between;
    flex-direction: row
}

.bannerleft-img div {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.5%
}

.bannerleft-img div:nth-child(2) {
    align-items: flex-start
}

/* Banner Section */
/* Features section */
.features-cont {
    position: relative;
    width: 100%;
    max-width: 66.5%;
    margin: 0 auto;
    align-items: center;
}

.insta-logo,
.zlp-logo,
.logoarrow {
    position: relative;
    width: 100%;
    max-width: 37.4%;
    transition: .5s all ease;
}

.insta-logo {
    opacity: 0;
    visibility: hidden;
    background: url(/sites/zweb/images/landingpage/unbounce/lp-fea-sprites.png) no-repeat;
    background-size: 700px auto;
    width: 200px;
    height: 50px;
    background-position: -305px -215px;
    left: 13%;
}

.middle-animated .insta-logo {
    opacity: 1;
    visibility: visible;
}

.zlp-logo {
    max-width: 40%;
    opacity: 0;
    transition-delay: 1.2s;
}

.middle-animated .zlp-logo {
    opacity: 1;
}

.logoarrow {
    position: absolute;
    max-width: 13.5%;
    inset: 0;
    margin: auto;
}

.middle-animated .features-cont .logoarrow::before {
    width: 0;
}

.features-cont .logoarrow::before {
    content: '';
    position: absolute;
    width: 105px;
    height: 105px;
    right: 0;
    top: 0;
    background: #f3f7fa;
    transition: .8s all linear;
    transition-delay: 600ms;
}

.features-wrap {
    position: relative;
    width: 100%;
    max-width: 62.5%;
    margin: 100px auto 0;
}

.featuresbx {
    position: relative;
    width: 100%;
    margin: 0 0 120px;
}
.featuresbx h3 {
    font-size: 22px;
    color: #000;
    margin: 0 0 20px;
}
.featuresbx p {
    margin-bottom: 0;
}

.featuresbx:last-child {
    margin: 0;
}

.fea-ico {
    width: 72px;
    height: 70px;
    display: block;
    margin: 0 0 20px;
    background: url(/sites/zweb/images/landingpage/unbounce/lp-fea-sprites.png) no-repeat;
    background-size: 520px auto;
    /* border: 1px solid red; */
}

.fea-1 {
    background-position: 0 -75px;
    height: 58px;
}

.fea-2 {
    background-position: -75px -72px;
}

.fea-3 {
    background-position: -150px -1px;
}

.fea-4 {
    background-position: -150px -71px;
}

.fea-5 {
    background-position: -226px -72px;
}

/* Features section */
/* Comparison Section */
.comparison-cont {
    width: 100%;
    max-width: 53%;
    margin: 0 auto 70px;
    text-align: center;
}

.feazlp-logo,
.feaunbounce-logo {
    width: 40px;
    height: 45px;
    display: block;
    background: url(/sites/zweb/images/landingpage/unbounce/lp-fea-sprites.png) no-repeat;
    background-size: 300px auto;
    background-position: -218px 3px;
}

.feaunbounce-logo {
    background-position: -308px -215px;
    background-size: 700px auto;
    width: 42px;
}

.comparison-accordian {
    position: relative;
    width: 100%;
    max-width: 88.1%;
    margin: 0 auto;
}

.accorlist {
    position: sticky;
    margin-bottom: 0.01em;
    top: 52px;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    padding: 20px 0 0;
    transition: .5s all ease;
    background: #f3f7fa;
}

.comp-header {
    width: 100%;
    max-width: 50%;
    position: relative;
    left: 44%;
    /* margin-bottom: 0.1em;
    top: 50px;
    z-index: 10; */
}

.comp-header li {
    width: 100%;
    max-width: 50%;
    text-align: center;
}

.comp-header li span {
    margin: 0 auto 18px;
}

.comp-header li p {
    font-size: 14px;
    letter-spacing: 2.1px;
    color: #000;
    text-transform: uppercase;
}

.accordbx {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 40px 68px 40px;
    transition: .5s all ease;
}

.accordbx::after {
    content: '';
    width: 100%;
    max-width: 87%;
    height: 1px;
    background: #bfbfbf40;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
}

.accordbx.active {
    padding: 47px 68px;
    margin-top: -2px;
 background: #e4eef5;
}

.accordbx h3 {
    position: relative;
    cursor: pointer;
    padding: 0 20px;
}

.accordbx.active h3 {
    color: #000;
    margin: 0 0 18px;
}

.accordbx h3:after {
    content: '+';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 3%;
    color: #000;
}

.accordbx.active h3:after {
    /* content: '-';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 3%;
    color: #FEC331; */
    content: ' ';
    width: 1.5%;
    height: 2.5px;
    position: absolute;
    top: 0;
    right: 4%;
    background: #000;
}

.comp-listbx-wrap {
    position: relative;
    display: none;
}

.accordbox-wrap .accordbx:first-child .comp-listbx-wrap {
    display: block;
}

.comp-listbx {
    position: relative;
    padding: 13px 0px 13px 20px;
border-bottom: 1px solid #00000057;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-heading {
    position: relative;
    width: 100%;
    max-width: 40%;
    margin-bottom: 0;
}

.comp-listbx span {
    max-width: 30%;
    width: 100%;
    position: relative;
    text-align: center;
color:#000;
}
.comp-listbx span.col {
    margin-right: 5px;
    color: #000;
    font-weight: 100;
    font-family: 'Zoho_Puvi_Regular';
    font-size: 18px;
}
.price {
    font-family: var(--zf-primary-bold);
    font-size: 24px;
    color: #fff;
}
.btm-tag {
     text-align: end;
    margin: 15px 0 0;
    font-size: 15px;
}
.col{
    margin-right: 10px;
}
/* tick css */

.zcircle-tick {
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.zcircle-tick:after,
.zcircle-tick:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 4px;
    position: absolute;
    top: 13px;
    transform: rotate(45deg);
    width: 7px;
}

.zcircle-tick:before {
    left: 6px;
    top: 10px;
    transform: rotate(-52deg);
    width: 15px;
}

.zcircle-cross {
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.zcircle-cross:after,
.zcircle-cross:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 4px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 15px;
}

.zcircle-cross:before {
    left: 4px;
    top: 10px;
    transform: rotate(-52deg);
    width: 15px;
}

.fade-eff {
    opacity: 0;
}

/* Comparison Section */
/* Bottom Section */
.bottom-section,
.comparison-section,
.features-section {
    padding-top: 20px;
}
.features-section{
padding-top: 70px;
}
.bottom-cont {
    position: relative;
    width: 100%;
    max-width: 75.6%;
    text-align: center;
    margin: 0 auto 35px;
}

.bottom-cont p {
    font-size: 20px;
    margin: 0 auto 35px;
}

.bottom-cont h2 {
    font-size: 40px;
}

/* Bottom Section */

@media only screen and (max-width: 1440px) {
    h1 {
        font-size: 49px;
        line-height: 55px;
    }

    .featuresbx h3 {
        margin: 0 0 10px;
    }

    .banner-section {
        padding-top: 120px;
    }

    .banner-cont {
        max-width: 46.8%;
    }

    .banner-cont p {
        font-size: 19px;
    }

    .banner-image {
        width: 46%;
    }

    .fea-ico {
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 1366px) {
    h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .z-section {
        padding: 100px 0 100px;
    }

    .bottom-section,
    .comparison-section,
    .features-section {
        padding-top: 20px;
    }

    .banner-cont {
        max-width: 48%;
    }

    .banner-image {
        max-width: 55%;
        width: 44%;
    }

    .banner-cont p {
        font-size: 18px;
    }

    .featuresbx {
        margin: 0 0 100px;
    }

    .comparison-cont {
        max-width: 59%;
    }

    .bottom-cont {
        max-width: 80%;
    }

    .features-wrap {
        max-width: 66.5%;
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 40px;
    }

    .z-section {
        padding: 80px 0 80px;
    }

    .banner-cont {
        max-width: 47%;
    }

    .banner-cont p {
        font-size: 17px;
    }

    .bottom-section,
    .comparison-section,
    .features-section {
        padding-top: 20px;
    }

    .features-wrap {
        margin: 80px auto 0;
    }

    .featuresbx {
        margin: 0 0 80px;
    }

    .comp-header li span {
        margin: 0 auto 7px;
    }

    .features-wrap {
        max-width: 71.5%;
    }
}

@media only screen and (max-width: 1140px) {
    .accorlist {
        top: 0;
    }
}

@media only screen and (max-width: 1080px) {
    h1 {
        font-size: 37px;
    }

    h3 {
        font-size: 20px;
    }

    .featuresbx h3 {
        font-size: 19px;
    }

    .bottom-cont h2 {
        font-size: 34px;
    }

    .banner-cont {
        max-width: 48%;
    }

    .banner-cont p {
        font-size: 17px;
    }

    .z-section {
        padding: 60px 0 60px;
    }

    .bottom-section,
    .comparison-section,
    .features-section {
        padding-top: 20px;
    }

    .features-wrap {
        margin: 60px auto 0;
        max-width: 78%;
    }

    .featuresbx {
        margin: 0 0 60px;
    }

    .break {
        display: none;
    }

    .comparison-cont {
        margin: 0 auto 60px;
    }

    .bottom-cont p {
        font-size: 18px;
        margin: 0 auto 20px;
    }
}


@media only screen and (max-width: 990px) {
    h1 {
        line-height: normal;
        margin-bottom: 15px;
    }

    .bottom-cont h2 {
        font-size: 30px;
    }

    .banner-section,
    .banner-inner-section {
        flex-direction: column;
    }

    .banner-cont {
        max-width: 700px;
        width: 100%;
        text-align: center;
        margin: 0 auto 50px;
        padding-right: 0px;
    }

    .banner-image {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }

    .ban-rimg-4,
    .ban-rimg-3,
    .ban-rimg-5 {
        display: none;
    }

    .comparison-cont {
        max-width: 80%;
    }
    .features-cont {
        max-width: 80%;
    }
    .insta-logo {
        left: 10%;
    }
}

@media only screen and (max-width: 800px) {
    .comparison-accordian {
        max-width: 100%;
    }

    .accordbx {
        padding: 30px 40px 30px;
    }

    .accordbx.active {
        padding: 30px 40px;
    }
}

@media only screen and (max-width: 767px) {
    #mini-panel-product_menu .menu-icon-help-header .product-title a {
        color: #fff !important;
    }

    .featuresbx h3 {
        margin-bottom: 10px;
    }

    .features-cont {
        max-width: 100%;
    }

    .features-wrap {
        max-width: 85%;
        text-align: center;
    }

    .featuresbx {
        margin: 0 0 40px;
    }

    .fea-ico {
        margin: 0 auto 15px;
    }

    .bottom-cont h2 {
        font-size: 25px;
    }

    .middle-animated .features-cont .logoarrow::before {
        width: 0;
    }
    .comp-listbx span {
        font-size: 14px;
        max-width: 25%;
    }

    .comp-listbx span.col {
        font-size: 14px;
    }

    .comp-header li p {
        font-size: 12px;
        letter-spacing: 1.1px;
    }

    .price2{
        display: block;
    }

}

@media only screen and (max-width: 610px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px;
        margin: 0 0 10px;
    }

    h3 {
        font-size: 18px;
    }

    .bottom-cont h2 {
        margin: 0 0 20px;
    }

    /* .banner-image{
        width: 100%;
        max-width: 100%;
    } */
    .accordbx {
        padding: 15px 15px 15px;
    }

    .comparison-cont {
        margin: 0 auto 40px;
    }

    .z-section {
        padding: 40px 0 40px;
    }

    .bottom-section,
    .comparison-section,
    .features-section {
        padding-top: 20px;
    }

    .features-cont {
        max-width: 100%;
    }
    .insta-logo {
        max-width: 45%;
        left: 0;
    }
    .zlp-logo {
        max-width: 45%;
    }
    .features-wrap {
        max-width: 100%;
    }

    .bottom-cont {
        max-width: 100%;
        margin: 0 auto;
    }

    .bottom-cont p {
        font-size: 17px;
    }

    .comparison-cont {
        max-width: 100%;
    }

    .comp-header li span {
        margin: 0 auto -3px;
    }

    .feazlp-logo,
    .feaunbounce-logo {
        transform: scale(0.7);
    }

 

    .bottom-section {
        padding-bottom: 65px;
    }

    .accorlist {
        top: -10px;
    }

    .comp-header li p {
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 500px) {
    .logoarrow{
        left: 5%;
    }
}
@media only screen and (max-width: 480px) {
    .banner-image {
        width: 100%;
        max-width: 100%;
    }

    .comp-listbx {
        padding: 10px 0;
    }

    .accordbx.active {
        padding: 15px 15px;
        font-size: 16px;
    }

    .accordbx h3 {
        padding: 0 20px 0 0px;
        font-size: 16px;
    }

    .comp-header li p {
        font-size: 10px;
    }

    .bottom-cont p {
        font-size: 16px;
    }

    .features-cont {
        flex-direction: column;align-items: center;
    }

    .unbounce-logo,
    .zlp-logo {
        opacity: 1;
        visibility: visible;
    }

    .logoarrow {
        position: relative;
        -webkit-transform: scaleX(-1) rotate(90deg);
        transform: scaleX(-1) rotate(90deg);
    }

    .features-cont .logoarrow::before {
        width: 65px;
        height: 70px;
    }

    .icon-heading {
        font-size: 14px;
        line-height: 22px;
    }

    .banner-cont p {
        font-size: 16px;
    }

    .accordbx.active h3:after {
        right: 6%;
    }
    .insta-logo {
        max-width: 57%;
        transform: scale(.7);
        height: 40px;
    }
    .zlp-logo{
        max-width: 57%;
    }
    .logoarrow{
        left: 0%;
    }
}

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 32px;
    }
.comp-header {
    max-width: 55%;
}
    .bottom-cont p {
        font-size: 16px;
        max-width: 88%;
        margin: 0 auto 15px;
    }
    .insta-logo {
        max-width: 70%;
    }
    .zlp-logo{
        max-width: 64%;
    }
}