@media screen and (min-width: 1030px) 
{
	
}
@media screen and (max-width: 650px) 
{
	.faq_content {
		width:100%;
	}
	.hi_faq_list_con {
    	width: 100%;
    	display: block;
	}
	.faq_content {
		width:100%;
	}
	.hi_faq_con {
		padding: 10px 15px;
	}
	.hi_faq_count {
		 left: -20px; top: 10px;
	}
	.faq_searchbox {
    	width: 66% !important;
   		margin-left: 0;
	}  
}