.idx-client-review .lading_three_review {
    margin-bottom: 20px;
}
.idx-client-review  .zs-row:before,
.idx-client-review  .zs-row:after {
    content: " ";
    display: table;
}
.idx-client-review h2.zs-mb30 {
    color: #1c1c1d;
    font-weight: 700;
    margin-bottom: 30px;
}
.idx-client-review .zs-col-sm-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.idx-client-review blockquote {
    margin: 0 0 30px;
    border-left: 6px solid #ccc;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    border: 2px solid #eee;
    position: relative;
}
.idx-client-review blockquote,
.idx-client-review  blockquote p {
    line-height: 1.6;
    /* color: #9c9c9c; */
}
.idx-client-review  blockquote:before, 
.idx-client-review  blockquote:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #eee;
    position: absolute;
    bottom: -15px;
    left: 50px;
}
.idx-client-review  h5 {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}
.idx-client-review span.stars img {
    max-width: 20%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    border-style: none;
}
.idx-client-review blockquote :last-child {
    margin-bottom: 0;
}
.idx-client-review  a {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    border:0;
}
.idx-client-review  p {
    font-size: 16px;
    line-height: 1.5;
    color: #606669;
    font-family: "Roboto", sans-serif;
    /* font-weight: 400; */
}
.idx-client-review  a :hober{
    text-decoration:none;
}
.idx-client-review blockquote:after {
    bottom: -11px;
    border-top-color: #fff;
}
@media only screen and (max-width: 767px) {
    .idx-client-review .zs-col-sm-6{
        width: 100%;
        float: none;
    }
}