diff --git a/app/appointment-booking-form/page.js b/app/appointment-booking-form/page.js
index 29ee0db..20890e5 100644
--- a/app/appointment-booking-form/page.js
+++ b/app/appointment-booking-form/page.js
@@ -15,13 +15,15 @@ export const metadata = {
export default function Appointment() {
return (
-
+ //
+ <>
-
+ >
+ //
);
}
\ No newline at end of file
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index 0ac5136..4d8f1af 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -3852,22 +3852,32 @@
}
@media (max-width:768px) {
-
- .image-1-ho-new img {
- position: relative;
- top: 13px;
- left: 79px;
- }
+
+ .image-1-ho-new img {
+ position: relative;
+ top: 13px;
+ left: 79px;
+ }
}
@media only screen and (max-width: 500px) and (min-width : 200px) {
-
- .image-1-ho-new img {
- position: relative;
- top: 13px;
- left: -19px;
- }
+
+ .image-1-ho-new img {
+ position: relative;
+ top: 13px;
+ left: -19px;
+ }
+
+ }
+
+ @media only screen and (max-width: 768px) and (min-width: 200px) {
+
+ .re-desprict {
+
+ display: none !important;
+
+ }
}