p {
    font-size: 17px;
}
a.act-btn.cta-btn {
    font-family: var(--primaryfont-regular);
    background: no-repeat;
    color: #15acf5;
    text-transform: none;
    padding: 0;
    font-size: 17px;
}
.double-quote {
    max-width: 100%;
    padding: 30px 38px 20px;
    border-left: 5px solid #2880d9;
    background-color: #f7f7f7;
    margin: 20px 0 30px;
}
.double-quote+.zs-casestudy h2,
.double-quote+p {
    margin-top: 40px;
}
.double-quote p span {
    font-family: var(--primaryfont-semibold);
}
.casestudy-banner .content-wrap {
    max-width: 900px;
    margin: 0 auto;
    clear: both;
}
.casestudy-main .abt-img img {
    margin-top: 20px;
    box-shadow: 0 10px 25px rgb(0,0,0,0.2);
    border-radius:5px;
}
.casestudy-banner {
    width: 100%;
    background: #2980d9;
    border-bottom: 1px solid #f5f5f5;
}
.zs-casestudy h1 {
    color: #fff;
    padding: 50px 0px;
    margin: 0;
    font-size: 34px;
}
.casestudy-main > div {
    padding: 30px 0 0;
}
.casestudy-main > div:last-child{
    padding-bottom: 50px;
}
.zsalesiq-stats-section h4 span {
    font-size: 18px;
}
.rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rows > .col-1 {
    flex: 0 0 30%;
    max-width: 28%;
}
.rows > .col-2 {
    flex: 0 0 70%;
    max-width: 70%;
}
.customer-detailed-content {
    display: block;
    box-sizing: border-box;
}
.content-wrap {
    margin: 0px auto 0;
    max-width: 970px;
}
.content-wrap.customer-detailed-content-row ul.box {
    list-style: disc;
}
.content-wrap.customer-detailed-content-row li {
    margin: 0 0 20px 35px;
    color: #333;
}
.casestudy-banner-bg {
    background: #ecf0f1;
    padding: 30px 0;
    margin-top: 30px;
}
.zs-casestudy h2 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 30px;
}
.customer-detailed-content>div>p>a {
    border: 1px solid #00b8f7;
    padding: 10px 25px;
    text-decoration: none;
    color: #00b8f7;
    margin: 20px 0 0px;
    display: inline-block;
}
.content-wrap.customer-detailed-content-row ul.list li {
    position: relative;
    padding-left: 20px;
    margin: 25px 0;
}
.double-quote:only-of-type,.double-quote:last-child {
    margin-bottom: 30px;
}

ul.list ul li::before,ul.list ul li::after {
    display: none
}
ul.list li {
    position: relative;
    padding: 12px 0 0 23px;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5
}
ul.list li:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 9px;
    box-shadow: 4px -4px 0 0 #000000 inset;
    transform: rotate(-45deg) scale(0.5);
    -webkit-transform: rotate(-45deg) scale(0.5);
    -ms-transform: rotate(-45deg) scale(0.5);
    left: 0;
    top: 19px;
}
ul.list li:after {
    content: "";
    position: absolute;
    border: 1px solid #000000;
    width: 16px;
    height: 16px;
    top: 16px;
    left: 0;
    border-radius: 50%
}
.zs-challenge-section {
    border: 1px solid #eee;
    padding: 40px 30px;
}
.casestudy-section {
    padding: 5em 0;
}
ul.stats-main li {
    padding: 12px 0;
}
.zsalesiq-stats-section {
    padding-bottom: 2em;
}
ul.stats-main {
    background: #f4f4f4;
    padding: 20px 30px;
}
.zsalesiq-stats-section h4 {
    margin-bottom: 25px;
    font-size: 22px;
}
p.note {
    background: #e7f3ff;
    padding: 15px 20px;
    border-radius: 5px;
}

@media only screen and (max-width:1199px) {
    .zs-casestudy h1 {
        font-size: 30px;
    }

    .zs-casestudy h2 {
        font-size: 30px
    }
    .casestudy-section {
        padding: 3em 0;
    }
}
@media only screen and (max-width:991px) {
    .zs-casestudy h1 {
        font-size: 28px;
        text-align: center;
        margin: 0 auto;
    }
    .zs-casestudy h2 {
        font-size: 26px
    }
    .casestudy-main .abt-img img{
        margin-top: 50px;
    }
    .casestudy-section {
        padding: 3em 0 1em;
    }
    .zs-challenge-section {
        margin-top: 30px;
    }
    .casestudy-main > div:last-child {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .zs-casestudy h1 {
        text-align: center;
        margin: auto;
    }
    .customer-detailed-content>div {
        width: 100%;
        padding: 10px 0;
    }
    .customer-detailed-content.cus-type>div:first-child {
        float: none;
        margin: 0 auto;
        width: 300px;
        display: block;
        max-width: 100%;
    }
    .casestudy-main .abt-img img {
        margin-top: 0;
    }
    p {
        font-size: 16px;
    }
    .casestudy-main > div:first-child {
        padding-top: 10px;
    }
    .double-quote {
        padding: 30px 38px 20px;
    }

}
@media only screen and (max-width: 480px) {
  .zs-casestudy h1,.zs-casestudy h2 {
        font-size: 25px;
    }
}