 .h5 {
            position: relative;
            display: block;
            width: 100%;
            background: #f2f2f2;
            padding: 15px 15px 15px 40px;
            color: #000;
            font-weight: 500;
            font-size: 18px;
            border-bottom: 2px solid #ddd;
        }
        .h5:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 14px;
            width: 13px;
            height: 13px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: #157eb047;
            border-radius: 50px;
            border: 1px solid #ddd;
        }
        .table td:nth-child(1), .table th:nth-child(1) {
            font-weight: 600;
        }

         .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;
	}
}