.faq-sec{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	margin-bottom: 25px;
}
.faq-sec-header{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	padding: 20px 10px;
	font-size: 1.4em;
	font-weight: 700;
	vertical-align: middle;
	background: #333;
	color: #FFF;
}
.faq-sec-body{
	padding: 10px;
	line-height: 1.9em;
}
.faq{
	margin-bottom: 35px;
}
.faq-q{
	/*color: #242;*/
	font-size: large;
	font-weight: 600;
}
.faq-a{
	margin: 5px 0 0 0;
	text-align: justify;
	line-height: 1.5em;
}
.img-toggle{
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -2px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}