#book_appointment{
    background: gray;
}
#wpsl-search-input{
    clear: both;
    float: left;
    margin-right: 5px;
    height: 38px;
    border-radius: 15px;
}
#wpsl-search-wrap div label {
    float: none;
    width: 100%;
}
input#wpsl-search-input {
    border-radius: 15px;
}
.wpsl-search {
    background-color: #2f4d5b;
    border: 1px solid #eee;
}



#wpsl-search-wrap input[type="text"] {
    background: white;
}

#wpsl-search-wrap .wpsl-input label {
    color: #FFFFff;
    font-weight: bold;
}

#wpsl-stores {
    border-top-left-radius: 5px;
    border: 1px solid #eee;
}
.button-additional, .button-additional:hover{
    background: #e18e01 !important;
    color: #FFFFFF !important;
    width: 43%;
    float: left;
    cursor: pointer;
}
.button-additional i{
    color:#ffffff !important;
}
a.button.button-additional {
    font-size: 15px;
    border-radius: 10px;
}
.button-right, .button-right:hover{
    float: right;
}
#wpsl-store-location i{
    color:#B97077 !important;
}
/*.quform-submit, .quform-submit:hover, .quform-button-submit-text {
    background: #2c3571 !important;
    color: #FFFFFF !important;
}

 */

.quform input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    border: 2px solid #2f4d5b !important;
    border-radius: 3px !important;
    background: #fff !important;
    cursor: pointer !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 8px 0 0 !important;
    box-shadow: none !important;
}
.quform input[type="checkbox"]:checked {
 /*   background: #2f4d5b !important; */
}
.quform-option {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 6px !important;
}
.quform-option label {
    margin: 0 !important;
    cursor: pointer !important;
}
input:checked::before {
    visibility: hidden !important;
}
input[name="location"] {
    border-radius: 15px;
    margin-right: 0px;
}
@media only screen and (max-width: 1023px) {
    .wpsl-search{
        width:100%;
    }
    #wpsl-stores a {
        width:100%;
        float:none;
        margin-top: 5px;
    }

}
