.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; 
	margin-bottom: 0;
	height:auto;
	padding: 11px 0px 10px 10px;
	overflow: hidden;
  background: linear-gradient(to left, rgba(255, 198, 0, 0.95) 0%, rgb(0, 151, 105) 100%);
}
.accordion-item-active .accordion-header-icon {
	color:#fff;
}
.accordion-item-active .accordion-header h1 {
	font-size:14px;
	width:96%; 
	font-weight: 400; 
	color:#fff;
	
}
.accordion-item-active .accordion-header h1 span{
	margin-left: 10px;
	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: #293694;
    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;
    color: #fff;
}
.accordion-header h1 {
	float: left;
    font-size: 20px !important;
    font-weight: 500;
    margin: 0;
    line-height: 36px;
    width: 96%;
    text-align: left;
    margin-bottom: 0px !important;
    font-family: 'Roboto', sans-serif !important;
}
.accordion-header h1 span{
	margin-left: 10px;
	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: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px 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: 14px !important;
}
.accordion-content p strong {
    line-height:28px;
    font-size: 14px !important;
    font-weight:600;
    color: #00b2ec;
}
.accordion-header-icon {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	color:#fff;
	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:#fff;
}
.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%;
}
}