@media screen and (max-width: 500px){
	body{
		padding-bottom: 60px !important;
	}
	.wpqab-btn-wrap {
		background: #333;
		height: 60px;
		position: fixed;
		z-index: 999;
		bottom: 0;
		width: 100%;
		margin-top: 40px;
		text-align: center;
		display: table;
	}
	.wpqab-btn {
	    display: table-cell;
	    vertical-align: middle;
	    z-index: 999999;
	    width: 50%;
	    cursor: pointer;
	    padding: 10px;
	    background-color: transparent;
	    border: none;
		box-sizing: border-box;
	}
	.wpqab-btn a{
		padding: 10px 30px;
		display:block;
		border-radius:30px;
		text-decoration:none;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 20px;
	}
}
@media screen and (min-width: 501px){
	.wpqab-btn-wrap {
		display: none;
	}
}