diff --git a/appointment.html b/appointment.html
index b9de7e0..51c0ddb 100644
--- a/appointment.html
+++ b/appointment.html
@@ -290,33 +290,37 @@
Apply For Appointment
@@ -527,7 +531,16 @@ Contact
diff --git a/assets/js/script.js b/assets/js/script.js
index 1e19e8c..bb15fc5 100644
--- a/assets/js/script.js
+++ b/assets/js/script.js
@@ -962,32 +962,7 @@
},
});
}
- // appointment validation
- // if ($("#appointment-form").length) {
- // $("#appointment-form").validate({
- // rules: {
- // username: {
- // required: true,
- // },
- // email: {
- // required: true,
- // email: true,
- // },
- // phone: {
- // required: true,
- // },
- // date: {
- // required: true,
- // },
- // subject: {
- // required: true,
- // },
- // message: {
- // required: true,
- // },
- // },
- // });
- // }
+
// Scroll to a Specific Div
if ($(".scroll-to-target").length) {