.zmain-container {
    text-wrap: pretty;
}
.zmain-container a:not(.act-btn) {
    color: var(--zwc-link-clr);
}

.content-wrap {
    max-width: 1170px
}

.flex-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5%
}

.zwc-section {
    padding: 100px 0 100px;
    position: relative
}
.zw-product-header {
    background: #13294c;
}
.hero-section {
    background: #13294c;
    color: #fff
}

.hero-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align:center;
}

.block-section {
    width: 100%;
    background: transparent
}

.block-lftcont,.block-rgtcont,.bottom-rgt {
    width: 100%;
    position: relative;
    max-width: 65%
}

.block-rgtcont,.bottom-rgt {
    max-width: 28%;
    position: sticky;
    top: 80px
}

.block-lftcont>div {
    margin-bottom: 60px
}

.cust-infobx {
    border: 1px solid #92bae2;
    box-shadow: 0 0 17.85px 3.15px rgb(205 228 239 / 40%);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    max-width: 320px;
    margin-inline: auto;
}
.sharestory {
    padding: 0 30px;
    margin: 30px 0 30px
}

.brand-infolist li img {
    max-width: 200px
}

.brand-infolist li:not(:last-child) {
    padding-bottom: 20px
}

.brand-infotitle {
    display: block;
    font: 14px/1.2 var(--primaryfont-regular);
    color: #666;
    padding-bottom: 5px
}

.brand-info {
    display: block;
    font: 16px/1.3 var(--zf-primary-semibold)
}
.block-lftcont ul {
    display: block;
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.block-lftcont li {
    margin-bottom: 10px;
}

.cust-testimonial {
    background: #edf5ff;
    border-left: 3px solid #2980d9;
    padding: 30px;
    margin-bottom: 20px;
}

.cust-testimonial p {
    /* font: 22px/1.5 var(--primaryfont-regular); */
    /* margin-bottom: 20px; */
}

.cust-detail {
    flex-direction: row;
    align-items: center;
    display: flex;
    column-gap: 15px
}

.cust-img img {
    border-radius: 50%;
    width: 85px;
    height: 85px
}

.nocust-img .cust-img,.nocust-desc .cust-desc {
    display: none
}

.cust-name {
    font: 16px/1.4 var(--zf-primary-semibold);
    display: block
}

.cust-desc {
    font: 15px/1.4 var(--primaryfont-regular);
}

.zwc-ftr-sec {
    background: #13294c;
    color: #fff;
    padding: 100px 0;
    text-align: center
}

.zcx_pdfGrp {
    padding: 30px 0 5px;
    text-align: center;
    display: flex
}

.zcx_pdfDwn {
    display: block;
    font: 15px / 1.3 var(--zf-primary-semibold);
    background: #fff;
    text-transform: uppercase;
    padding: 15px 15px 15px 35px;
    border-radius: 3px;
    position: relative;
    width: 100%;
    margin-inline:auto;max-width: 350px;
    border: 1px solid #00b8f7;
    color: #00b8f7;
    line-height: normal
}

.zcx_pdfDwn::before {
    content: "";
    width: 2px;
    height: 13px;
    background: #00b8f7;
    position: absolute;
    left: 30px;
    top: 17px
}

.zcx_pdfDwn::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #00b8f7;
    border-width: 0 0 2px 2px;
    position: absolute;
    left: 27px;
    top: 23px;
    transform: rotate(-45deg)
}

.demo-btn {
    color: #fff;
    border: 1px solid #fff
}

.act-btn.cta-btn {
    margin: 20px
}

.zwc-ftr-sec .content-wrap {
    max-width: 800px
}

@media only screen and (min-width: 1200px) {
    .cust-testimonial p {
        font: 22px/1.5 var(--primaryfont-regular);
        margin-bottom: 20px;
    }
    .zmain-container p {
        font-size:18px
    }

    .zwc-ftr-sec h2 {
        font-size: 46px;
        line-height: 60px;
        letter-spacing: -0.92px;
    }
}

@media only screen and (max-width: 1199px) {

    .block-rgtcont,.bottom-rgt {
        top: 50px
    }

    .zwc-ftr-sec h2 {
        max-width: 480px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 991px) {
    .zwc-section {
        padding:80px 0 80px
    }

    .block-section {
        padding-bottom: 0
    }

    .bottom-section {
        padding-top: 0
    }

    .hero-inner {
        max-width: 600px
    }

    .block-inner {
        flex-direction: column-reverse
    }

    .block-rgtcont,.bottom-rgt {
        position: relative;
        top: 0
    }

    .block-lftcont,.block-rgtcont,.bottom-lft,.bottom-rgt {
        width: 600px;
        max-width: 100%;
        margin-inline: auto;
    }

    .bottom-inner {
        flex-direction: column
    }
}

@media only screen and (max-width: 480px) {
    .cust-img img {
        max-width:70px;
        max-height: 70px
    }
    .cust-name {
        font: 14px/1.4 var(--zf-primary-semibold)
    }

    .cust-desc {
        font: 13px/1.4 var(--primaryfont-regular)
    }
}
