.categories_title {
       background-color:#f74025;
    padding: 13px;
}
.categories_title h3{
	       color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    /* font-family: 'Exo', sans-serif; */
    letter-spacing: 1px;
}

.categories_title h3 i{
	padding-right:10px;
}
.subb {
       padding: 10px 10px;
    border-bottom: 1px solid #eaeaea;
    margin: 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 15px;
    line-height: 20px;
    position: relative;
    font-size: 13px;
    border: 1px transparent solid;
    /* margin-bottom: -1px; */
    color: #656060;
    /* font-weight: 600; */
    text-transform: uppercase;
    font-weight: 600;
}

.accordion h5.acc-head2{
    margin: 0px;
}

.accordion h5.acc-head2 a {
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    position: relative;
    font-size: 14px;
    border: 1px transparent solid;
    margin-bottom: -1px;
    color: #787575;
  text-transform: uppercase;
}
.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: 13px;
    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: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.m-b-2{
	margin-bottom:20px;
}

#acc_2{
	border: 1px solid #dbd9d9;
}