.still_have_a_question{
	/*position: fixed;*/
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.1);
	height: 100%;
}
.ask-button {
    color: #ff4800;
    font-weight: 700;
}
.querybutton{
	background: #297aa3;
    color: #FFFFFF;
}
#saquestion_form{
	padding: 30px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 5px;
	z-index: 99999;
	max-width: 500px;
	width: 80%;
	position: absolute;
	top: 22%;
	/*display: list-item;*/
	right: auto;
	left: 50%;
	transform: translate(-50%, 0);
}
.saquestion_form .saquestion {
    cursor: pointer;
    width: 40px;
    background-color: #000;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    float: right;
}
.saquestion_form .saquestion:hover {
    background-color: #f2703e;
}