.btn-float a {
    display: inline-block;
    align-items: center;
    background: #53ba53;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    font-size: 15px;
}

.overlay-px{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
	background: #00000085;
    z-index: 10001;
}

.overlay-px-inside {
    background: #fff;
    max-width: 600px;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    z-index: 100002;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.overlay-px-inside .template{
    width: 90%;
    margin:2rem auto;
    padding: 30px 10px;
}





.btn-float a img {
    margin-right: 10px;
    vertical-align: middle;
}
	.hide{
		display: none;
	}

	.wa_field {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.wa_field input, .wa_field textarea {
    border: 1px solid;
    border-radius: 2px;
    padding: 8px;
    width: 100%;
}

.form_footer input {
    width: 100px;
    padding: 5px 10px;
    background: white;
}

#error{
	color: #c40000;
}

.btn-float.bottom {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
}

.btn-float.bottom a{
    background: transparent;
    color: #000;
}

.px_help{
    display: inline-block;
    margin-right: 10px;
    background: #e4e4e4;
    padding: 5px;
    border-radius: 5px;
}

.btn-float.bottom a img{
    background: #53ba53;
    padding: 7px;
    border-radius: 50%;
}

@media screen and (max-width: 992px){
    .wa_field, .wa_field label {
        display: block;
    }
}