.quotes {
    display: block;
    padding: 20px;
    width: 90%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.quotes .row {
    margin: 15px;
    background: #f8f8f8;
    padding: 50px;
    position: relative;
    text-align: left;
}

.quotes .row :before,
.quotes .row :after {
    content: "";
    background: url(https://www.manageengine.com/products/netflow/images/quote-begin.png) top left no-repeat;
    width: 125px;
    height: 85px;
}

.quotes .row :before {
    content: "";
    position: absolute;
    top: -35px;
    left: -35px;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7)
}

.quotes .row :after {
    content: "";
    position: absolute;
    bottom: -35px;
    right: -35px;
    transform: scale(.7) rotate(180deg);
    -webkit-ransform: scale(.7) rotate(180deg);
    -moz-ransform: scale(.7) rotate(180deg);
}

.quotes h3 {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
    padding-bottom: 15px;
}

.quotes p {
    margin: 0;
    color: #a5a5a5;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    width: 70%;
    float: left
}

.cus-logo {
    background: url(https://www.manageengine.com/products/netflow/images/quote-begin.png) top center no-repeat;
    display: inline-block;
    margin-top: 5px;
    mix-blend-mode: multiply;
}

.eps {
    background-position: 0 0;
    width: 160px;
    height: 60px;
}

.dwn-btn a {
    font-size: 25px;
    background: #E9142B;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    margin-left: 250px;
    margin-top: 30px;
    line-height: 42px;
    font-weight: 300;
    border-radius: 5px;
}

.refer-res {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0 !important
}

.refer-res li {
    border-top: 1px solid #ececec;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.refer-res li a {
    color: #777;
    padding: 7px 0 7px 10px;
    display: block;
    text-decoration: none
}

.refer-res li a:hover {
    color: #000;
    text-decoration: none
}

#lhsBanCon {
    margin: 20px 0 20px 0;
}