

/*=============================
	Faqs CSS
===============================*/

.faq .panel-group{
	margin: 0;
	text-align:left;
}
.faq .panel {
	background:#fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 0 2px;
}
.faq .panel-heading{
	background:none;
}
.faq .faq-title a {
	padding: 20px;
	font-size: 16px;
	position: relative;
	color: #5e5e5e;
	background: #9db5cc;
	width: 100%;
	display: block;
}
.faq .faq-title a::after {
	content:"\f0d8";
	font-family: 'FontAwesome';
	top: 50%;
	margin-top:-5px;
	right: 24px;
	position: absolute;
	background:transparent;
	width: 10px;
	height: 10px;
	line-height: 10px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	font-size: 17px;
}
.faq .panel.active .faq-title a{
	color:#fff;
	text-decoration:none;
}
.faq .faq-title a.collapsed::after {
	content:"\f0d7";
	color: #191919;
	background:transparent;
}
.faq .faq-body {
	padding: 20px;
	color: #464646;
	font-size: 14px;
	box-shadow: none;
	text-shadow: none;
}
.faq .panel-default {
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.faq .faq-img img{
	width:100%;
}
/*=============================
	End Faqs CSS
===============================*/
