.card-header {
    padding: 0 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.iq-sidebar-widget .accordion .card-body {
	padding: 0;
}
.iq-sidebar-widget .accordion .card-body li {
	padding: 10px 8px;
    border-bottom: 1px solid #bfbfbf;
}
.iq-breadcrumb3 {
	background: url(../img/inner_products/Bg_breadcrumb.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_opacity {
	position: relative;
	z-index: 99;
}
.bg_opacity::before {
	position: absolute;
	content: '';
	z-index: -9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	  background: rgba(193, 154, 107, 0.86);
}