.slide-to-submit-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    text-align: center;
}

.slide-to-submit {
    position: relative;
    width: 100%;
    height: 50px;
    background: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
	 font-family: "Neue Plak Extended", sans-serif !important;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #FC6C0F;
    border-radius: 50%;
    transition: left 0.2s;
	z-index: 9999999;
}

.slider.sliding {
    transition: none;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-weight: bold;
    pointer-events: none;
}

span.slide-text {
    font-size: 18px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    padding-left: 30px;
    font-family: "Neue Plak Extended", sans-serif !important;
}

i.fa.fa-arrow-right.arow-bt-s {
    font-size: 21px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 14px;
    color: white !important;
}

span.gfield_required.gfield_required_text {
    display: none !important;
}

@media only screen and (max-width: 600px) {
	span.slide-text {
		    font-size: 15px !important;
	}
}