.pad {
	background: #0762a2;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0;
}
.selected-categories {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
.tabul li span {
	font-size: 9px;
	float: right;
	margin-top: -2px;
}
.ghhjjj {
	float: left;
	width: 50%;
	color: #fff;
}
.yyyy .ghhjjj:nth-child(1) {
	border-right: 2px solid;
}
#linkstitles {
	color: #fff;
}
.selected-categories .category {
	flex: 1 1 30.333%;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #333;
	border-left: 1px solid #a1a3a6;
}
.selected-categories .category:hover {
	background: #0762a2;
	color: #fff;
}
.selected-categories .category:nth-child(3n+1) {
	border-left: none !important;
}
.btndiv {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}
.btndiv a {
	display: block;
	width: calc(50% - 2px);
}
.btndiv a:hover{
	color: #fff;
}
.broker {
	display: flex;
	flex-wrap: wrap;
	gap: 5px !important;
	margin-top: 10px;
	padding: 4.5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #fff;
	box-shadow: 1px 0 3px 1px #a6a6a6;
	border-left: 2px solid;
}
.r-b-img {
	width: 85px;
}
.r-b-imgs {
	height: 52px;
	margin-top: 2px;
	width: 85px;
	background-position: center !important;
	background-size: cover !important;
}
.ellipsiss {
	width: 154px;
	float: left;
	font-size: 10px;
	text-align: center;
}
.ellipsiss .rec {
	margin: 0;
}
.r-b-buton {
	display: inline-block;
	width: calc(100% - 249px);
}
.r-b-buton a {
	width: 100%;
	text-align: center;
	display: block;
}
.tabbbb {
	display: inline-block;
	width: 100%;
	height: 100%;
	max-height: 400px;
	overflow: hidden;
}
#taddata {
	margin: 0 !important;
	padding: 5px !important;
	list-style: none;
	background: #ececec;
	width: calc(100% - 38px);
}
#taddata li {
	background: #fff;
	margin-bottom: 2.8px;
}
#taddata li a {
	display: block;
}
#taddata h2 {
	font-size: 14px;
	padding: 5px;
	margin: 0;
	text-align: left;
	font-weight: 400;
	font-family: Roboto,Sans-serif;
	color: #222222;
}
.pdate {
	display: block;
	text-align: right;
	font-size: 10px;
	color: #7b7b7b;
}
.tabul {
	float: right;
	display: none;
	max-width: 88%;
	width: 100%;
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}
.tabul li {
	border-bottom: 1px solid #e8e8e8 !important;
	height: 43px;
	padding: 4px;
	margin: 0;
}

.tabul li a {
	display: block;
}
.tabul h2 {
	font-size: 12px;
	padding: 2px;
	margin: 0;
	text-align: left;
	font-weight: 400;
}
.tabing {
	float: right;
	margin-top: 8px;
}
.tabing span:last-child, #taddata li:last-child {
	border: none;
	margin-bottom: -1px;
}
.taba {
	display: block;
	padding: 9.8px;
	font-size: 13.5px;
	background: #d9d9d9;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	transition: all .4s ease;
}
.actived, .taba:hover {
	background: #5b5b5b;
	color: #fff;
}