.categories_title {
     background-color: #fff;
    padding: 13px;
    margin-right: -15px;
}
.categories_title h3{
	    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.categories_title h3 i{
	padding-right:10px;
}
.subb {
    padding: 0px;
}
.subb li {
    padding: 10px 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd9d9;
    font-family: Roboto, Arial, sans-serif;
    list-style: none;
}

.accordion h5.acc-head a {
       display: block;
    padding: 10px 25px 10px 15px;
    position: relative;
    font-size: 13px;
    border: 1px transparent solid;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: #7e7b7b;
    line-height: 22px;
}
a:hover{
	text-decoration:none;
}
.accordion h5.acc-head a:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00d";
    top: 0;
    font-size: 12px;
    padding: 18px 0;
    font-size: 14px;
    width: 45px;
    text-align: center;
	
}

.accordion h5.acc-head {
    margin-bottom: 0;
    font-family: Roboto, Arial, sans-serif;
    border-bottom: 1px solid #e3dfdf;
	margin-top: 0px;
}
.accordion h5.acc-head a.collapsed:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(-225deg);
}

.accordion .panel {
    margin: 0;
    background-color:#fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.m-b-2{
	margin-bottom:20px;
}
#acc_2{
	margin-top:40px;
}
