diff --git a/Html-Files/Doctor Experience.html b/Html-Files/Doctor Experience.html
index 69c822de..90713936 100644
--- a/Html-Files/Doctor Experience.html
+++ b/Html-Files/Doctor Experience.html
@@ -111,12 +111,12 @@
@@ -153,29 +153,29 @@
Find a Doctor
Quick Links
Legal
diff --git a/Html-Files/contact.html b/Html-Files/contact.html
deleted file mode 100644
index 991717db..00000000
--- a/Html-Files/contact.html
+++ /dev/null
@@ -1,461 +0,0 @@
-
-
-
-
-
-
- Contact Us
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/dex.html b/dex.html
index b877c981..1f878e31 100644
--- a/dex.html
+++ b/dex.html
@@ -52,7 +52,7 @@
Services
- Contact us
+ Contact us
@@ -179,7 +179,7 @@ Contact Us From
Here
@@ -198,8 +198,8 @@
@@ -208,7 +208,7 @@
@@ -216,8 +216,8 @@
-
+
+
+
-
-
-
- Thank you for your message. We will get back to you shortly.
-
+
+
+ Thank you for your message. We will get back to you shortly.
+
-
-
+
+
-
+ .section-title p {
+ font-size: 16px;
+ color: #000;
+ margin-bottom: 40px;
+ }
-
+ .enhanced-input, .enhanced-textarea {
+ border: 2px solid #ccc;
+ border-radius: 5px;
+ margin-bottom: 15px;
+ font-size: 1rem;
+ color: #000;
+ background-color: #f9f9f9;
+ transition: border-color 0.3s, background-color 0.3s;
+ margin: 0 auto;
+ padding: 0 20px;
+ }
+ .enhanced-input:focus, .enhanced-textarea:focus {
+ border-color: #4cae4c;
+ background-color: #fff; color: #000;
+ }
+ .btn-submit {
+ padding: 10px 20px;
+ background-color: #000;
+ border: none;
+ border-radius: 5px;
+ color: white;
+ cursor: pointer;
+ transition: background-color 0.3s, transform 0.3s;
+ }
+ .btn-submit:hover {
+ background-color: #4cae4c;
+ transform: scale(1.05);
+ }
+
+ @keyframes fadeIn {
+ 0% {
+ opacity: 0;
+ }
+ 100% {
+ opacity: 1;
+ }
+ }
+ .confirmation-message {
+ display: none;
+ margin-top: 10px;
+ padding: 30px;
+ background-color: #e0f7fa;
+ color: #00796b;
+ border: 1px solid #00796b;
+ border-radius: 10px;
+ font-size: 1.2rem;
+ text-align: center;
+ animation: slideDown 1s forwards;
+ }
+
+
+
+
+
-
@@ -1420,9 +1467,9 @@ Thank you for your Feedback! 💚