.section-1{
	height:200px;
	background-image: url(../images/faq-1.jpg);
	background-size: contain;

}

.section-2{
	padding-top: 50px;
}



@media (min-width: 1201px)  {
	.page-cont .section-title{
		font-size:26px
	}
	.section-title span{
		font-size: 14px;
		line-height: 16px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.page-cont .section-title{
		font-size:24px
	}
	.section-title span{
		font-size: 14px;
		line-height: 16px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.page-cont .section-title{
		font-size:22px
	}
	.section-title span{
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 768px) {
	.page-cont .section-title{
		font-size:20px
	}
	.section-title span{
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
	}
}

.panel-group{
	padding-top: 20px;
}
.panel-faq{
	border-width: 2px;
	border-color: #fff;
	transition: all .3s ease-in-out;
}
.panel-faq:hover{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.panel-faq .panel-heading {
	padding: 0px;
	border-bottom: 0px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel-faq .panel-title a{
	display: block;
	font-size: 16px;
	padding: 10px 15px ;
	background-color: rgba(0, 0, 0, 0.03);
}
.panel-faq .panel-body{
	color:#666;
	padding: 20px;
	padding-left: 40px;
	padding-bottom: 30px;
	position: relative;
	border-radius:0 0 6px 6px;
}

.panel-faq .panel-title a::before{
	content: 'Q.';
	/* font-size:12px; */
	/* line-height:20px; */
	color: #e60012;
	display: inline-block;
	width: 20px;
	margin-left: 0px;
	/* background-color: #ddd; */
	transition: all 0.2s ease-in-out;
}
.panel-faq .panel-title a.collapsed{
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0);
	color:#888
}
.panel-faq .panel-title a.collapsed:before{
	color: #ddd;
	width:20px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #f2f2f2;
	background-color: rgba(0, 0, 0, 0.00);
	color:#000
}
.panel-faq .panel-body::before{
	content: 'A.';
	position: absolute;
	font-size:16px;
	/* line-height:20px; */
	left: 15px;
	top: 20px;
	color: #e60012;
	width: 20px;
	/* background-color: #ddd; */
}



