.mani_jcomments {
    position: relative;
    width: 100%;
    float: right;
    margin: 20px 0;
}
.mani_jcomments ul{
    box-shadow: 1px 1px 10px #dedbdb;
    border-radius: 5px;
    background: #fff;
    padding: 0 15px;
    list-style: none;
    margin: 0;
    width: 100%;
    float: right;
}
.mani_jcomments ul li{
    width: 100%;
    float: right;
    border-bottom: solid 1px #eee;
    padding: 15px 0;
    position: relative;
}
.mani_jcomments .jcomments_item_icon {
    position: absolute;
    right: 0;
    top: 15px;
}
.mani_jcomments .jcomments_item_icon span {
    width: 52px;
    height: 52px;
    border-radius: 5px;
    color: #fff;
    line-height: 52px;
    font-size: 28px;
    text-align: center;
    display: inline-block;
}
.mani_jcomments .item_info {
    position: relative; 
    padding-left: 20px;
    float: right;
    width: 100%;
    min-height: 60px;
}
.mani_jcomments .item_info.has_icon {
    padding-right: 65px;
}
.mani_jcomments .item_info h3 {
    font-size: 13px !important;
    display: block;
    margin: 0 0 7px !important;
    color: #585858 !important;
    line-height: normal;
    text-align: right !important;
    font-family: fsan;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
.mani_jcomments .item_info h3 a {
    color: #585858 !important;
}
.mani_jcomments .item_info h3 span {
    display: inline-block;
}
.mani_jcomments .item_info .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #666;
    height: 100%;
    line-height: 53px;
    display: block;
}
.mani_jcomments .item_info .text {
    color: #666;
    font-size: 13px;
    line-height: 20px;
}
/*******/
 
.mani_jcomments.layout2 h3.title {
    position: relative;
    margin: 0px 0px 43px 0px;
    line-height: normal;
    color: rgb(37, 37, 37);
    font-size: 22px;
    font-weight: bold;
}
.mani_jcomments.layout2 h3.title::after {
    content: "";
    position: absolute;
    width: 91px;
    height: 12px;
    bottom: -7px;
    right: 21px;
    background-color: rgba(135, 0, 192, 1);
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-image: url(../images/headline-curve.svg);
    mask-image: url(../images/headline-curve.svg);
}
.mani_jcomments.layout2 .bottom_title {
    font-size: 14px;
    line-height: 29px;
    color: rgb(105, 105, 105);
    font-weight: normal;
    float: right;
    width: 100%;
    margin: 0 0 30px;
}
.mani_jcomments.layout2 .swiper-slide > div{
    position: relative;
    padding:40px;
    background: #f8f8f8;
    border-radius: 5px;
    width: 100%;
    float: right;
}
.mani_jcomments.layout2 .swiper-slide > div h3{
    font-size: 14px;
    line-height: 1.67;
    margin: 0 0 11px;
    height: 50px;
    overflow: hidden;
}
.mani_jcomments.layout2 .swiper-slide > div .quote-icon{
    color: #e0e3e6;
    top: 10px;
    left: 10px;
    font-size: 32px;
    line-height: 1;
    position: absolute;
}
.mani_jcomments.layout2 .swiper-slide > div .quote-icon svg{
    width: 1em;
    height: auto;
}
.mani_jcomments.layout2 .swiper-slide > div .quote-icon path{
    fill: rgb(224, 227, 230);
}
.mani_jcomments.layout2 .swiper-slide > div .text{    
    font-size: 13px;
    line-height: 1.67;
    color: #696969; 
    height: 90px;
    overflow: hidden;
}
.mani_jcomments.layout2 .swiper-slide > div .info{
    padding: 35px 0 0;
    display: inline-flex; 
    align-items: center;
    text-align: start;
}
.mani_jcomments.layout2 .swiper-slide > div .image {
    margin:  0 0 0 15px;
}
.mani_jcomments.layout2 .swiper-slide > div .image img{
    width: 60px;
    border-radius: 50%;
}
.mani_jcomments.layout2 .swiper-slide > div h6 {
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
    color: #696969;
}
.mani_jcomments.layout2 .swiper-pagination { 
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
}
.mani_jcomments.layout2 .swiper-pagination-bullet {
    border-radius: 50%;
    width: 8px;
    height: 8px; 
    opacity: 1 !important;
    margin: 0 10px !important;
}
.mani_jcomments.layout2 .swiper-pagination-bullet .active{ 
}
.mani_jcomments.layout2 .row{
    align-items: center;
}
.mani_jcomments.layout2 .swiper-container{
    margin-bottom: 20px;
} 












