.wltp-grid-testimonial{
    padding: 20px 25px 50px;
    display: flow-root;
}
h3.wltp-testimonial-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.wltp-grid-testimonial .wltp-grid-testimonial-description{
    background: #1f2f43;
    border-radius: 6px;
    color: #fefcfc;
    font-size: 14px;
    font-family: cursive;
    padding: 45px 35px;
    position: relative;
    word-wrap: break-word;
}
.wltp-grid-testimonial .wltp-grid-testimonial-description-title p {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: cursive;
}
h3.wltp-grid-testimonial-title {
    color: #161411;
    font-size: 21px;
    text-transform: capitalize;
}
h4.wltp-grid-designation {
    color: #434743;
    font-size: 18px;
    text-transform: capitalize;
}
.wltp-grid-testimonial .wltp-grid-testimonial-description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    top:-17px;
    left: 32px;
    font-size: 30px;
    color:#2c97de;
}
.wltp-grid-testimonial .wltp-grid-testimonial-description:after{
    content: "";
    width: 27px;
    position: absolute;
    bottom: -12px;
    border-top: 13px solid #1f2f43;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}
.wltp-testimonial-review{
    padding-top: 32px;
}
.wltp-testimonial-review img{
    border-radius: 50%;
    float: left;
    margin-left: 25px;
    margin-right: 20px;
}

h4.wltp-designation {
    color: #2c97de;
    font-style: italic;
    text-transform: capitalize;
    font-size: 17px;
}
.wltp-testimonial-grid {
    display: flex;
    justify-content: left;
    margin-top: 30px;
    align-items: center;
}

.testimonial_img {
    width: 120px;
    height: 120px;
    justify-content: center;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    border: 1px solid #ccc;
    margin-right: 20px;
    box-shadow: 2px 2px 20px #9b9999;
}
.testimonial_img img {
    width: 100%;
    height: 100%;
}
.wltp-testimonial-review .wltp-testimonial-title{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    float: left;
    text-transform: capitalize;
}
.wltp-testimonial-title small{
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 3px;
}
.wltp-grid-testimonial-rating li{
    display: inline-block;
    color:#2c97de;
}
ul.wltp-grid-testimonial-rating {
    margin-left: 0 !important;
}
@media only screen and (max-width: 480px) {

    .wltp-testimonial-review img{
        margin-left: 15px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .wltp-testimonial-grid {
        display: inherit;
    }
    .testimonial_img {
        margin: 20px 0;
    }
    .wltp-grid-testimonial {
        padding: 20px 11px 40px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 40px;
    }
    h3.wltp-testimonial-title {
        margin-top: 15px;
    }
    .wltp-testimonial-grid.justify-content-md-center .testimonial_img {
        display: block;
        margin: 0 auto;
    }
    .wltp-testimonial-grid.justify-content-md-center  .testimonial-cont {
        text-align: center;
    }
}
.testimonial_img i.far{
    display: block;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    background: #33333363;
    align-items: center;
    height: 100%;
    text-align: center;
    top: 0;
    color: #333;
    right: 0;
    opacity: 1;
    transition: all 0.3s;
   -ms-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
}
.testimonial_img: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;
}
.testimonial_grid_link {
    font-size: 15px;
}