/*--Responsive Styles--*/

@media screen and (max-width: 768px) {
    .makeappointment {
        max-width: 100%;
        min-width: 100%;
    }
}