.page-wrapper .content-wrap {
    padding: 60px 0px;
}

.page-wrapper img {
    vertical-align: top;
}

.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 30px;
    align-items: center;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-bold);
}

h2,
h3 {
    font-family: var(--zf-primary-bold);
    margin-bottom: 25px;
}

.zcr-frm-btn {
    background: #f0483e;
    color: #fff;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 16px;
    display: inline-block;
}

.zw-product-header,
.banner-sec {
    background: #c7d0f9;
}

/* banner-sec */
.banner-sec .content-wrap {
    max-width: 1170px;
}

.banner-sec span.ebook-text {
    display: inline-block;
    color: #ff0000;
    margin-bottom: 10px;
    font-size: 25px;
    font-family: 'Zoho_Puvi_Bold';
}

.banner-sec .ban-content {
    max-width: 530px;
}

.banner-sec .ban-image {
    max-width: 500px;
}

.banner-sec .guide-text {
    width: 100%;
    max-width: 420px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 28px;
    margin-bottom: 13px;
    display: inline-block;
}

/* banner-sec */
/* features-sec */

.features-sec h2 {
    max-width: 470px;
    margin-bottom: 30px;
}

.features-sec .feature-cont {
    max-width: 470px;
}

.features-sec .feature-cont ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.features-sec .feature-cont ul li:last-child {
    margin-bottom: 0px;
}

.features-sec .feature-cont ul li::before {
    content: "";
    background: 0;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    left: 0;
    top: 5px;
    bottom: 0;
    border: 1px solid #1b72bb;
    border-radius: 100%;
    position: absolute;
}

.features-sec .feature-cont ul li::after {
    content: '';
    width: 4px;
    height: 8px;
    border: solid #1b72bb;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 6px;
}

.features-sec .feature-frame-inner div {
    border-radius: 5px;
    box-shadow: 0px 5px 6px rgba(116, 115, 115, 0.161);
}

.features-sec .feature-img img {
    width: 100%;
}

.features-sec .feature-img .slick-dots {
    margin: 20px 0 0px;
}

.features-sec .feature-img .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/* features-sec */
/* scope-main */
.scope-main .content-wrap {
    background: #F8F8F8;
    border-radius: 5px;
}

.scope-main .scope-wrap {
    padding: 0px 30px;
}

.scope-main .scope-inner-sec {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

.scope-main .scope-inner-sec .zall-video-wrap {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.scope-main .scope-inner-sec .zplay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #3546c9;
    border: 2px solid #FFF;
}

.scope-main .scope-inner-sec .zplay-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: 20px solid #f8d157;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    margin-left: 3px;
}

.footer-inner-sec {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 565px;
}

.footer-inner-sec .act-btn.cta-btn {
    visibility: visible;
    opacity: 1;
}

.iframe-pop-sec .z-small-content-wrap {
    max-width: 550px;
    margin: 0 auto;
}

.iframe-pop-sec .cwf-container {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 30px;
}

.iframe-pop-sec .cwf-container.cwf-on-page .cwf-title-wrap h2 {
    font-family: var(--primaryfont-regular);
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px
}

@media only screen and (max-width: 991px) {
    .features-sec .zflex-two-col {
        width: 100%;
    }

    .features-sec h2,
    .features-sec .feature-cont,
    .features-sec .feature-img {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .page-wrapper .banner-section .content-wrap {
        padding-top: 30px;
    }

    .page-wrapper .content-wrap {
        max-width: 600px;
    }

    .zflex-one-col,
    .zflex-two-col,
    .zflex-three-col {
        width: 100%;
    }

    .zcr-frm-btn {
        font-size: 14px;
    }

    .banner-sec {
        text-align: center;
    }

    .banner-sec .ban-content {
        margin: 0 auto;
    }

    .banner-sec .ban-image {
        max-width: 350px;
        margin: 0px auto;
    }

    .banner-sec .ban-image img {
        position: relative;
        left: -10%;
    }

    .scope-main .scope-inner-sec .zplay-button {
        transform: scale(0.7) translate(-70%, -70%);
    }
}

@media only screen and (min-width: 768px) {
    .page-wrapper .content-wrap {
        padding: 70px 0px;
    }

    .zflex-one-col {
        width: 100%;
    }

    .zflex-two-col {
        width: calc(50% - 15px);
    }

    .zflex-row-reverse-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media only screen and (min-width: 1200px) {
    .page-wrapper .content-wrap {
        padding: 90px 0px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }
}