.social-menu-icons li .lni {
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background-color: #ffce10;
    color: #fcfbf8;
    line-height: 26px;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    border: 1px solid #ffce10;
    margin-left: 8px;
}
.ln-title {
    display: flex;
    align-items: center;
    color: #212121;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.ln-title:before {
    margin-right: 1%;
}
.ln-title:after,
.ln-title:before {
    flex: 1;
    height: 1px;
    content: "";
    background-color: #ffce10;
    margin-top: 1px;
}
.ln-title:after {
    margin-left: 1%;
}
.user-icon {
    width: 40px;
    vertical-align: middle;
    margin-right: 25px;
}
.comment-form .form-control,
.comment-form .form-control:focus {
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.comment-box {
    display: none;
    border-bottom: 1px solid #717171;
}
.review-user-img {
    height: 43px;
    width: 43px;
    object-fit: contain;
}
.comment-form label {
    color: #000 ;
    font-weight:bold;
}
.comment-box ul li i{
    color: #ffce10;
    font-weight: bold;
}
.previous-box p.text-custom,.next-box p.text-custom{
    color: #ffce10;
}