.zmain-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-wrap{max-width: 1170px;}
.text-center {
    text-align: center;
}
.inline-block {
    display: inline-block;
}
.mt-20 {
    margin-top: 20px;
}
.flex-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5%;
}
.zwc-section{padding: 100px 0 100px;position: relative;}
.pb-0{padding-bottom: 0;}
.pt-0{padding-top: 0;}
.pt-50{padding-top: 50px;}
.hero-section{
    background: #2980d9;
    color: #fff;
}
.hero-inner{
    max-width: 880px;
    margin: 0 auto
}
/* Block section */
.block-section{
    width: 100%;
    background: transparent;
}
.block-lftcont,.block-rgtcont,.bottom-lft,.bottom-rgt{
    width: 100%;
    position: relative;
    max-width: 65%;
}
.block-rgtcont,.bottom-rgt{
    max-width: 30%;
    position: sticky;
    top: 80px;
}
.block-lftcont > div{margin-bottom: 60px;}
.cust-infobx,.cust-storybx{
    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;
}
.cust-storybx{text-align: center;padding: 0px;}
.sharestory{padding: 0 30px; margin: 30px 0 30px;}
.cust-storybx img{vertical-align: bottom;width: 100%;border-radius: 10px;}
.cust-storybx h3 {
    margin: 20px 0 15px;
}
.cust-storycta {
    font: 15px/1.1 var(--zf-primary-semibold);
    text-transform: uppercase;
    padding: 14px 35px;
    color: #fff;
    background: #f0483e;
    display: inline-block;
    border-radius: 3px;
}
.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);
}
.cust-testimonial {
    background: #edf5ff;
    border-left: 3px solid #2980d9;
    padding: 30px;
}
.cust-testimonial p{
    font: 22px/1.5 var(--primaryfont-regular);
    margin-bottom: 20px;
    color: #000;
}
.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);
    color: #222;
    display: block;
}
.cust-desc {
    font: 15px/1.4 var(--primaryfont-regular);
    color: #222;
}
/* Block section */
@media only screen and (min-width: 1200px) {
    p{font-size: 18px;}
    .cust-storybx h3 {
        font: 24px/1.2 var(--zf-primary-semibold);
    }
h4 {
        font: 21px / 1.4 Zoho_Puvi_SemiBold;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 1199px) {
    .cust-testimonial p{font: 20px/1.5 var(--primaryfont-regular);}
    .cust-storycta{padding: 14px 30px;}   
    .block-rgtcont, .bottom-rgt{top: 50px;}
.hero-inner{max-width:710px;}
}
@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: 100%;max-width: 100%;}
    .bottom-inner{flex-direction: column;}
}
@media only screen and (max-width: 480px) {
    .cust-img img{width: 60px;height: 60px;}
    .cust-testimonial p{font: 18px/1.5 var(--primaryfont-regular);}
    .cust-name{font: 14px/1.4 var(--zf-primary-semibold);}
    .cust-desc{font: 13px/1.4 var(--primaryfont-regular);}
}