.appointment-form {
    float: left;
    width: 100%;
    background: #fff;
    min-height: 350px;
    box-shadow: 0 0 50px -22px rgba(0,0,0,0.3);
    padding: 20px;
}
    .appointment-form .form {
        float: left;
        width: 100%;
    }
.services {
    width: 100%;
   /* background: url('../images/service-bg.png');*/
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    padding: 75px 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*float: left;*/
    width: 100%;
}

.services {
    width: 100%;
    /*background: linear-gradient(to right, #1d86df 0%, #39b49a 100%);*/
    padding: 20px 0;
}



.appointment-form h3 {
    float: left;
    margin: 0;
    background: #FF0000;
    width: 100%;
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
}
.form-group input, .form-group select {
    float: left;
    width: 100%;
    border-radius: 0;
    border: solid #ccc 1px;
    padding: 8px 15px;
    font-weight: 400;
    font-size: 13px;
    margin: 12px 0 0;
    box-shadow: none;
    color: #333;
    height: 44px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}