.wltp-layout6 {
    margin:0 10px;
    position:relative;
}
.wltp-layout6 .wltp-layout6-description p {
    font-style: italic;
    word-wrap: break-word;
    color:#aaa;
    font-size: 17px;
    line-height:25px;
    margin-top:10px;
    text-align: left;
}
.wltp-layout6 .wltp-review-layout6 {
    overflow: hidden;
    margin-bottom:25px;
    border-bottom:3px solid #077080;
    padding-bottom:36px;
    position:relative;
}
.wltp-layout6 .wltp-review-layout6:after {
    content: "";
    border-bottom: 20px solid #077080;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    left: 14%;
    color: #aaa;
    font-size: 20px;
}
.wltp-layout6 .wltp-layout6-client-photo {
    width: 80px;
    height: 80px;
    display: inline-block;
    float: left;
    margin-right: 45px;
    border-radius: 50%;
}
.wltp-layout6 .wltp-layout6-client-photo img {
    width:100%;
    height: 70px;
    border-radius:10px;
}
.wltp-layout6 .wltp-layout6-description-title p {
    color: #3d3d43;
    font-size: 17px;
    text-transform: capitalize;
    font-family: cursive;
    padding-top: 15px;
}
.wltp-layout6 .wltp-layout6-title {
    display: inline-block;
    font-size: 20px;
    color: #d45113;
    margin: 0;
    text-transform: capitalize;
}
h4.wltp-layout6-designation {
    color: #3f4746;
    font-size: 20px;
    text-transform: capitalize;
}
.wltp-layout6 .wltp-layout6-rating {
    padding-top: 10px;
    list-style: none;
    text-align: right;
}
.wltp-layout6-rating li {
    display: inline-block;
    color:#2c97de;
}
#wltp-layout6.owl-theme .owl-controls {
    margin-top: 30px;
    float: right;
}
#wltp-layout6.owl-theme .owl-controls .owl-page span {
    background: #3e3e3e;
    display: block;
    height: 8px;
    margin: 5px 2.5px;
    width: 30px;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #333;
}
@media only screen and (max-width: 767px) {
    .wltp-layout6 {
        padding: 20px;
        margin: 0px;
        text-align: center;
    }
    .wltp-layout6 .wltp-layout6-rating {
        padding: 0;
        list-style: none;
        text-align: center;
    }
    .wltp-layout6 .wltp-layout6-client-photo {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}
.wltp-layout6-client-photo i.far {
    display: block;
    position: absolute;
    left: 0;
    background: #33333363;
    align-items: center;
    height: 70px;
    width: 82px;
    top: 0px;
    color: #333;
    border-radius: 10px;
    opacity: 1;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.wltp-layout6-client-photo:hover i.far {
    opacity:1;
    background: transparent;
    transition: all 0.3s;
   -ms-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
}
.fa-play-circle:before {
    content: "\f144";
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
}