        .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;
        }
        .pb_list {
            position: relative;
            display: block;
            width: 100%;
            background: #f2f2f2;
            padding: 14px 10px 14px 58px;
            border-bottom: 2px solid #ddd;
            color: #000;
            font-weight: 500;
            font-size: 18px;
        }
        .pb_list img {
            width: 35px;
            height: 35px;
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
        }
        .pb_result_box {
            background: #3d3e3d;
            padding: 16px;
        }
        .pb_result_box label {
            display: block;
            margin-bottom: 10px;
            font-weight: 500;
            color: #fff;
            letter-spacing: 0.3px;
        }
        .pb_result_box .btn_submit {
            max-width: 200px;
            width: 100%;
            margin: 0 auto 30px;
            border: 2px solid #157dae;
            background: transparent;
            display: block;
            text-align: center;
            color: #fff;
            font-weight: 500;
            text-transform: uppercase;
            padding: 9px 0;
            letter-spacing: 0.5px;
            font-size: 18px;
        }
        .btn_clear {
            display: block;
            text-align: center;
            border: 2px solid #157dae;
            background: transparent;
            padding: 9px;
            font-size: 18px;
            text-transform: capitalize;
            font-weight: 500;
            color: #fff;
            letter-spacing: 0.5px;
        }
        .btn_remove {
            display: block;
            text-align: center;
            border: 2px solid #157dae;
            background: transparent;
            padding: 9px;
            font-size: 18px;
            text-transform: capitalize;
            font-weight: 500;
            color: #fff;
            letter-spacing: 0.5px;
        }
        .btn_check {
            display: block;
            text-align: center;
            border: 2px solid #157dae;
            background: transparent;
            padding: 9px;
            font-size: 18px;
            text-transform: capitalize;
            font-weight: 500;
            color: #fff;
            letter-spacing: 0.5px;
        }
        .btn_check:hover, .btn_remove:hover, .btn_clear:hover, .pb_result_box .btn_submit:hover {
            color: #000;
            background: #fff;
        }
        .form_input select {
            margin-bottom: 20px;
        }
        @media (max-width:767px){
            .btn_clear, .btn_remove {
                margin-bottom: 15px;
            }
        }


                        
.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;
	}
}