﻿#comments {
    margin: 40px 0 50px 0;
}

.comment-list {
    list-style: decimal;
    padding: 0;
}
.titr-bld {
    font-weight:bold;
}
.comments-area .comment-list li.comment {
    padding: 0;
    margin: 20px 0 25px;
    border-radius: 0px;
    list-style: none;
}

    .comments-area .comment-list li.comment .comment-full {
        padding: 0;
        border-radius: 0px;
        position: relative;
    }

    .comments-area .comment-list li.comment .comment-body {
        padding-bottom: 0;
        position: relative;
        padding-right: 98px;
        padding-bottom: 30px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ddd;
    }

    .comments-area .comment-list li.comment .comment-content {
        margin-top: 6px;
        border-radius: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .comments-area .comment-list li.comment .reply {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 10px;
        padding-bottom: 0;
        text-align: right;
    }

        .comments-area .comment-list li.comment .reply a {
            cursor: pointer;
            display: inline-block;
            position: relative;
            transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            padding: 4px 20px;
            line-height: 23px;
            font-size: 14px;
            color: #fff;
            background: #f7941e;
            z-index: 1;
            border: none;
            border-radius: 5px;
        }

.bx-form > div {
    padding: 0 3px;
}

.tx-inpt {
    height: 48px;
    border: 0.5px solid rgb(0 0 0 / 0%);
    background: #f5f6f9;
    width: 100%;
    display: block;
    font-size: 12px;
    direction: rtl;
    padding: 0 26px;
    margin-bottom: 9px;
    border-radius: 3px;
    color:#000;
}

.tx-bx {
    border: 0.5px solid rgb(0 0 0 / 0%);
    background: #f5f6f9;
    padding: 10px;
    width: 100%;
    direction: rtl;
    font-size: 12px;
    border-radius: 5px;
}

.send-btn {
    width: 171px;
    height: 54px;
    background-color: #f7941e;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 7px;
    float: left;
    border: 0;
}
