.faq_banner{
	width:100%;
	float:left;
	height: inherit;
	padding: 80px 0px;
	background: url(../img/banner_img/faqbanner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.faq_banner h2{
	text-align:center;
	color: #fff;
	margin: 0px;
	padding: 20px 0px 30px 0px;
}
.faq{
	height: inherit;
	width:100%;
	float:left;
	text-align: center;
}
.faq ul{
	list-style: none;
}
.faq li{
	height: auto;
	font-size: 17px;
	text-transform: capitalize;
	color: rgba(0,0,0,.8);
	background: #ddd;
	width:50%;
	margin: 0px auto;
	padding: 20px 5px;
	margin-bottom: 20px;
}
.faq li:hover{
	background:#fff;
}
.faq ul a{
	text-decoration: none;
}


.faq_banner1{
	width:100%;
	float:left;
	height: inherit;
	padding: 80px 0px 0px 0px;
	margin-bottom: 40px;
}
.faq_banner2{
	width:100%;
	float:left;
	height: inherit;
	padding: 0px 0px 80px 0px;
}

.faq_ques{
	float:left;
	width:100%;
	padding: 10px 0px;
	font-size: 22px;
	color: #fa8005;
}
.faq_ans{
	float:left;
	width:100%;
	padding: 10px 0px;
	font-size: 15px;
	color: rgba(0,0,0,.8);
	text-align: justify;
}
.faq1{
	height: inherit;
	width:100%;
	float:left;
}
.faq2{
	height: inherit;
	width:100%;
	float:left;
}
.faq2 ul{
	padding: 0px 20px;
}
.faq2 li{
	font-size: 15px;
	text-transform: capitalize;
	margin-bottom: 20px;
	color: #0262c9;
}


@media screen and (max-width: 768px) {
	.faq li{
		width: 80%;
	}
}
@media screen and (max-width: 375) {
	.faq li{
		width: 100%;
	}
}