.catogary-box {
    box-shadow: none;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    
}
.catogary-box .widget_title {
  background: none!important;
  display: block;
  border: 0;
  background-color: #f8f8f8!important;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #444!important;
  padding: 15px 16px 0px;
  transition: 0.3s;
}
.catogary-box ul li a {
	cursor: pointer;
	display: block;
	position: relative;
	border: 0;
	background-color: #fff;
	margin-bottom: 0;
	padding: 15px 15px 15px 50px;
	border-bottom: 1px solid #e6e6e6 !important;
	border-radius: 0;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	transition: 0.3s;
	color: #787878;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
  }
  .catogary-box ul li a:before {
	position: absolute;
	content: '';
	padding: 2px;
	top: 11px;
	left: -3px;
	/* background: #000; */
  }
  .catogary-box ul li a:after {
	content: '\e921';
	font-family: 'dentco';
	position: absolute;
	left: 11px;
	top: 15px;
	font-size: 9px;
	display: block;
	color: #f49c00;
	
  }
  .catogary-box .widget_title h3 {
	font-size: 16px;
	color: #444!important;
  }
  .catogary-box ul li a:hover {
	background-color: #1D7743;
	color: #fff;
  }