.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 {
/*	border-bottom:1px solid #E0E0E0;*/
}
.accordion-item-active .accordion-header {	 
	transition: .25s;
	border: 0px solid #ddd;
	border-radius:5px 5px 0 0;
	background: #005ca1;
	margin-bottom: 0;
	height:auto;
	padding: 11px 0px 10px 10px;
	overflow: hidden;
}
.accordion-item-active .accordion-header-icon {
	color:#fff;
}
.accordion-item-active .accordion-header h1 {
	font-size:14px;
	width:98%; 
	font-weight: 400; 
	color:#fff;
	
}
.accordion-item-active .accordion-header h1 span{
	margin-left: 45px;
	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;
	background:#f2f2f2;
	height:auto;
	padding: 11px 0px 10px 10px;
	overflow: hidden;
	cursor: pointer;
	transition: .25s;
	border: 0px solid #ddd;
	border-radius:5px 5px 0 0px;
	margin-bottom: 10px;
}
.accordion-header h1 {
	float:left;
	font-size:18px!important;
	font-weight: 500;
	margin:0;
	line-height:24px;
	width: 98%;
	text-align:left; 
	 margin-bottom:0px!important
}
.accordion-header h1 span{
	margin-left: 45px;
	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-left:0px solid #E0E0E0;
	border-right:0px solid #E0E0E0;
	/*border-top:1px solid #E0E0E0;*/
	border-bottom: 1px solid #E0E0E0;
	display:none;
	padding:12px 0;
	color:#212121;
	background:#FFF;
	font-size:13px;
	line-height:1.45em;
	margin-bottom: 10px;
	border-radius: 0 0 0px 0px;

}
.accordion-header-icon {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	color:#666;
	font-size:15px;
	vertical-align:middle;
}
.accordion-header-icon:before {
	content: "\f067   ";/*f105 f138  */
	font: normal normal normal 12px/2 FontAwesome;
	margin-right:5px; 
	color:#666;
}


.accordion-header-icon.accordion-header-icon-active {
	
	color:#eea43e;
}

.accordion-header-icon.accordion-header-icon-active:before {
	content: "\f068   ";color:#FFF;
}

@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: 12px 0;
}
.accordion-header h1 span {
    margin-left: 30px;
    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%;
}
}