        .table thead th {
            text-transform: capitalize;
            font-size: 18px;
        }
        .table thead tr:nth-child(2).th_bg th {
            background-color: var(--primary-color);
            color: #fff;
        }
        .table td,.table th {
            font-weight: 600;
        }
        .table tr td img {
            height: 22px;
            width: 22px;
        }
        
.commentsarea{
    background: #f1f1f1;
}
        
.comments-area ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comments-area ol li.comment {
    position: relative;
    padding-left: 65px;
    margin-bottom: 25px;
}
.comments-area ol .comment-author img {
    border-radius: 50px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.comments-area ol .comment-author cite.fn {
    font-style: normal;
    font-weight: 600;
}
.comments-area ol li.comment .comment-meta.commentmetadata {
    font-size: 14px;
    display: inline-block;
}
.comments-area ol li.comment .reply a {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
}
.comments-area ol li.comment ol.children {
    margin-top: 25px;
}
.comments-area ol li.comment .comment-author {
    display: inline-block;
    margin-right: 3px;
}
.comments-area ol li.comment p {
    margin-bottom: 0;
}
.comment-form textarea {
    height: 150px;
    margin: 0;
}
.comment-form input[type="text"], .comment-form input[type="email"] {
    margin-bottom: 0;
}
.comment-form label {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.comment-form .comment-form-cookies-consent label {
    margin-bottom: 0;
}
.comment-form .form-submit input[type="submit"] {
    margin: 0;
    width: auto;
    padding: 0 20px;
    background: #001e5a;
    color: #fff;
    border: none;
}
.comment-form .form-submit input[type="submit"]:hover {
	background: #000;
	color: #fff;
}
.comment-form .comment-form-cookies-consent {
    position: relative;
    padding-left: 25px;
}
.comment-form .comment-form-cookies-consent input[type="checkbox"] {
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
}
@media(max-width:991px) {
	.comments-area ol .comment-author img {
	    width: 35px;
	    height: 35px;
	}
	.comments-area ol li.comment {
	    padding-left: 45px;
	}
	.comments-area ol li.comment .comment-author {
	    display: block;
	    margin-right: 0px;
	}
	.comments-area ol li.comment .comment-meta.commentmetadata {
	    display: block;
	}
	.comments-area ol li.comment ol.children {
	    margin-top: 20px;
	}
	.comments-area ol li.comment {
	    margin-bottom: 20px;
	}
}