.drawer {
	width:100%;
	/*border-top:1px solid #E0E0E0;*/
	border-radius:3px;
}
.accordion-item {
/*	border-bottom:1px solid #E0E0E0;*/
}
.accordion-item-active .accordion-header {
	/* background:#5ebe74; */
	background: #8C4094;
	height:auto;
	padding:12px 15px;
	overflow: hidden;
 transition:.25s; 
}
.accordion-item-active .accordion-header-icon {
	color:#fff;
}
.accordion-item-active .accordion-header h1 {
	font-size:15px;
	width:95%; color:#fff;
}
.accordion-header {
	clear:both;
	background:#fff;
	height:auto;
	padding:12px 15px;
	overflow: hidden;
	cursor:pointer;
	transition:.25s;
	margin-top:10px; 
	border-radius:3px;
}
.accordion-header h1 {
	float:left;
	font-size:17px!important;
	font-weight: 800;
	margin:0;
	line-height:1.3em;
	width: 95%;
	 
}
.accordion-header h1 .fa {
	color:#94280c;
	border-right:1px solid;
	padding-right:10px;
	margin-right:10px;
}
.accordion-content {
	/*	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	/*border-top:1px solid #E0E0E0;*/
	display:none;
	padding:20px;
	color:#212121;
	background:#FFF;
	font-size:14px;
	line-height:1.45em;
	text-align: justify;
	font-weight: normal!important;
}
.accordion-header-icon {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	float:right;
	color:#8C4094;
	font-size:15px;
	vertical-align:middle;
}
.accordion-header-icon.accordion-header-icon-active {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	color:#fff;
}

@media only screen and (min-width:320px) and (max-width:767px) {.accordion-header h1 {
	 
	font-size:16px!important;
	width:94%;
 
}
.accordion-item-active .accordion-header h1 {
	font-size:16px!important;
	width:94%;
}
}