.drawer {
	width:100%;
	/*border-top:1px solid #E0E0E0;*/
	border-radius:3px;    
}
 
/*********************************************************************************
list styles start
***************/
.drawer ul.mylist {
	list-style:none;
	padding:0 0 0 10px !important;
	margin:0px 0 15px 0px !important;
}
.drawer ul.mylist li {
	line-height: 1.8em;
	font-weight: 300;
	color: #444;
	padding:3px 12px!important;
	text-align:justify
}
.drawer ul.mylist li:before {
	content: "\f054   ";/*f105 f138  */
	font: normal normal normal 10px/1 FontAwesome;
	margin-right:5px;
	margin-left:-20px;
	color:#000;
}
.accordion-item {
background:#f2f2f2;
}
.accordion-item-active .accordion-header {	 
	transition: .25s;
	border: 0px solid #ddd; 
	margin-bottom: 0;
	height:auto;
	padding: 10px 0px 10px 10px;
	overflow: hidden;  
    background:#eaeaea;
    box-shadow: 0 48px 48px -32px rgba(23,16,159,.2),0 96px 96px -64px rgba(23,16,159,.4); 
    color:#000;
}
.accordion-item-active .accordion-header-icon {
	color:#000;
}
.accordion-item-active .accordion-header h1 { 
	width:98%;  
	color:#000;
	
}
.accordion-item-active .accordion-header h1 span{
	margin-left: 0px;
	display: inherit;
}

.accordion-item-active .accordion-header h1 strong{
	width: 45px;
	position: absolute;
	background: #d82b05;
	margin: -11px 0 0 -10px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
}

.accordion-header {
	clear: both;
height: auto;
padding: 10px 0px 10px 10px;
overflow: hidden;
cursor: pointer;
transition: .25s;
border: 0px solid #ddd; 
margin-bottom: 10px;
color: #000;
background: #f6f6f6; 
box-shadow: 0 48px 48px -32px rgba(23,16,159,.2),0 96px 96px -64px rgba(23,16,159,.4);
}
.accordion-header h1 {
	float:left;
	font-size:14px!important;
	font-weight: 600;
	margin:0;
	line-height:24px;
	width: 98%;
	text-align:left; 
	 margin-bottom:0px!important
}
.accordion-header h1 span{
	margin-left: 0px;
	display: inherit; 
}

.accordion-header h1 strong{
	width: 45px;
	position: absolute;
	background: #d82b05;
	margin: -11px 0 0 -10px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
}


.accordion-header h1 .fa {
	color:#94280c;
	border-right:1px solid;
	padding-right:10px;
	margin-right:10px;
}
.accordion-content {
	border: 0px solid #E0E0E0;
    display: none;
    padding: 12px 15px;
	color:#212121;
	background:#FFF;
	font-size:13px;
	line-height:1.45em;
	margin-bottom: 10px;
	border-radius: 0 0 0px 0px;

}
.accordion-content p {
    line-height:28px;
    font-size: 13px !important;
}
.accordion-content p strong {
    line-height:28px;
    font-size: 13px !important;
    font-weight:600;
    color: #08ac16;
border-bottom: 1px solid #444;
}
.accordion-header-icon {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	color:#000;
	font-size:15px;
	vertical-align:middle;
}
.accordion-header-icon:before {
	content: "\f105   ";
	font: normal normal normal 12px/2 FontAwesome;
	margin-right:5px; 
	color:#000;
}


.accordion-header-icon.accordion-header-icon-active {	
	color:#000;
}

.accordion-header-icon.accordion-header-icon-active:before {
	content: "\f107 ";
color: #000;
}

@media only screen and (min-width:320px) and (max-width:767px) {
.accordion-header h1 {
	font-size:13px!important;
	width:94%;
 
}
.accordion-item-active .accordion-header h1 {
	font-size:13px!important;
	width:94%;
}
.accordion-content {
    padding: 5px 0px 0;
}
.accordion-header h1 span { 
    display: inherit;
}
.accordion-header h1 strong {
    width: 35px;
    position: absolute;
    background: #d82b05;
    margin: -6px 0 0 -10px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.accordion-header h1 {
	width:96%;
 
}
 .accordion-item-active .accordion-header h1 {

	width:96%;
}
}