 .top_content h1 {
            font-weight: 700;
            font-size: 35px;
            line-height: 1.2;
        }
        .top_content p:nth-last-child(1) {
            margin-bottom: 0px;
        }
        .bg_gradient h2 {
            font-weight: 700;
            font-size: 30px;
            color: #fff;
        }
        .content_box {
            position: relative;
            background: #fff;
            box-shadow: var(--shadow);
            border-radius: 6px;
            padding: 20px;
            overflow: hidden;
            padding-left: 155px;
        }
        .content_box small {
            display: block;
            font-size: 16px;
            font-weight: 500;
            text-transform: capitalize;
        }
        .content_box .price {
            font-size: 30px;
            font-weight: 700;
            line-height: 1.4;
            display: block;
            padding: 3px 0;
        }
        .content_box .price_text {
            display: block;
            font-size: 15px;
            color: #171821;
            font-weight: 500;
        }
        .gold_rate_khi_box:before,
        .gold_rate_box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 10px;
            background-image: url(../../assets/images/gold-bars.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 130px;
            height: 100%;                }

        .silver_rate_box::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 18px;
            background-image: url(../../assets/images/silverbars.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 120px;
            height: 85px;
            transform: translateY(-50%);
        }
        .table thead th {
            text-transform: capitalize;
            font-size: 18px;
        }
        .table thead tr:nth-child(2).th_bg th {
            background-color: #404040;
            color: #fff;
        }
        .table td:nth-child(1), .table th:nth-child(1) {
            font-weight: 600;
        }
        .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;
        }

.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;
	}
}