.search-term-text-wrapper{
	margin-top: 0px;
	display: flex;
	border: 3px solid #f2f2f2;
	background-color: #f2f2f2;
    border-radius: 16px;
    margin-bottom: 15px;
	z-index:999;
}

.faq-search-text-box-wrapper{
	width: 93%;
	display: inline-flex;
	float: left;
}

.search-term-text{
	width: 100%;
	height: 100%;
	font-size: 24px !important;
	font-weight: 700;
	border-radius: 16px 0px 0px 16px;
	border: 0 !important;
}

.faq-search-icon-wrapper{
	width:7%;
	display: inline-flex;
	float: left;
	vertical-align: middle;
	background-color: #ff6600;
    border-radius: 0px 16px 16px 0px;
	
}
@media only screen and (max-width: 600px){
	.faq-search-icon-wrapper{
		width:15%;
	}	
	
}

.faq-search-icon-image{
	width: 30px;
	margin: 0 auto;
}

.faq-search-results{
	padding: 20px;
	background-color:#f2f2f2 ;
	border-bottom: 3px solid #ebebeb;
	text-align: justify;
	
}

.faq-searching-image{
	width: 28px;
	margin-right: 10px;
}

.faq-search-result-element{
	margin-bottom: 10px;
}