-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathterms.html
More file actions
57 lines (48 loc) · 2.42 KB
/
Copy pathterms.html
File metadata and controls
57 lines (48 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Terms of Service — Unity Hospital</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/modern.css"/>
</head>
<body>
<div data-site-nav></div>
<section class="page-hero">
<div class="container">
<div class="breadcrumb reveal"><a href="index.html">Home</a> <span>/</span> Terms</div>
<h1 class="reveal" data-delay="1">Terms & <span class="grad">Conditions.</span></h1>
<p class="reveal" data-delay="2">The rules that govern your use of Unity Hospital services.</p>
</div>
</section>
<section class="section-sm">
<div class="container">
<div class="prose reveal">
<h2>Applicability</h2>
<p>These terms apply to online transactions, appointment bookings, bill payments, and any other services offered through our website.</p>
<h2>Information accuracy</h2>
<p>Patient details and cardholder name are required for processing. Providing false information may result in cancellation of the transaction without refund.</p>
<h2>Appointments</h2>
<ul>
<li>Booking window: 8:00 AM – 10:00 PM daily.</li>
<li>Late arrivals may be treated as walk-in patients, subject to specialist availability.</li>
<li>Senior citizen discounts require valid age proof at the time of consultation.</li>
</ul>
<h2>Disclaimers</h2>
<p>Information on this site is provided "as is," without warranty of any kind, express or implied.</p>
<h2>Intellectual property</h2>
<p>No content on this site may be reproduced or republished without prior written permission from Unity Hospital.</p>
<h2>Limitation of liability</h2>
<p>Unity Hospital shall not be liable for errors, delays, or damages arising from use of this site or any third-party site linked from it.</p>
<h2>Contact</h2>
<p>Questions about these terms? Email <a href="mailto:unityhospital@gmail.com" style="color:var(--brand)">unityhospital@gmail.com</a>.</p>
</div>
</div>
</section>
<div data-site-footer></div>
<script src="assets/js/modern.js"></script>
</body>
</html>