-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtermsandconditions.html
More file actions
468 lines (401 loc) · 20.2 KB
/
termsandconditions.html
File metadata and controls
468 lines (401 loc) · 20.2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms and conditions |
GEEARR Consumer Solution
</title>
<!-- Favicons -->
<link href="assets/img/logos/logo.png" rel="icon">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
line-height: 1.6;
}
header {
background-color: #4caf50;
color: white;
text-align: center;
padding: 1rem 0;
}
.header {
background-color: #000;
}
.scrolled .header {
background-color: rgba(0, 0, 0, 0.8);
}
header h1 {
color: rgb(255, 255, 255);
margin: 0;
text-transform: uppercase;
}
main {
max-width: 800px;
margin: 6rem auto;
padding: 3rem;
background: white;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
main h1,
h2 {
color: #433644;
}
main h2 {
margin-top: 1.5rem;
color: #4caf50;
}
main p {
margin: 1rem 0;
}
main ul {
margin: 1rem 0;
padding-left: 1.5rem;
}
@media (max-width: 768px) {
main {
padding: 1rem;
}
}
</style>
</head>
<body>
<header id="header" class="header d-flex align-items-center fixed-top">
<div
class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between gap-20">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="assets/img/logos/logo.png" alt="">
<!-- <h1 class="sitename">Nova</h1> -->
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html" class="active">HOME<br></a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="dropdown">
<a href="products.html"><span>PRODUCTS</span> <i
class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="products.html?filter=*">ALL</a></li>
<li><a href="products.html?filter=.filter-auto-care">AUTO CARE</a></li>
<li><a href="products.html?filter=.filter-personal-care">PERSONAL CARE</a></li>
<li><a href="products.html?filter=.filter-home-care">HOME CARE</a></li>
</ul>
</li>
<!-- <li><a href="opportunity.html">OPPORTUNITY</a></li> -->
<!-- <li><a href="portfolio.html">Portfolio</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="blog.html">Blog</a></li> -->
<li><a href="contact.html">CONTACT</a></li>
<li>
<!-- <div class="buttons">
<button>Register</button>
<button>Login</button>
</div> -->
<!-- <button style="--clr:#39FF14" class="button"><span>Login</span><i></i></button> -->
<div class="btn-container">
<a href="coming-soon.html" class="button type--B">
<div class="button__line"></div>
<div class="button__line"></div>
<span class="button__text">LOGIN</span>
<div class="button__drow1"></div>
<div class="button__drow2"></div>
</a>
</div>
</li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<!-- Login Button -->
</div>
</header>
<main>
<h1 style="text-align: center;">TERMS AND CONDITIONS</h1>
<div>
<h2>1. Acceptance of Terms </h2>
<p>
By accessing or using the services provided by Geeaar Consumer Solution private limited (hereinafter referred to as "the
Company"), you agree to be bound by these Terms and Conditions. If you do not agree to these terms,
please do not use our services.
</p>
</div>
<div>
<h2>2. Definitions </h2>
<p>
2.1 "Services" refers to all Daily use products Direct selling-related services provided by the Company, including but not
limited to property listings, buying, selling, renting, leasing, and property management.
</p>
<p>2.2 "User" or "You" refers to any individual or entity accessing or using the Company's services. </p>
<p>2.3 "Property" refers to any Daily use products Direct selling listed, managed, or transacted through the Company. </p>
</div>
<div>
<h2>3. Services </h2>
<p>
3.1 The Company provides Daily use products Direct selling services as described on our website and in our marketing
materials.
</p>
<p>3.2 The Company reserves the right to modify, suspend, or discontinue any part of its services at any
time without prior notice. </p>
</div>
<div>
<h2>4. User Obligations</h2>
<p>
4.1 You agree to provide accurate, current, and complete information when using our services.
</p>
<p>4.2 You are responsible for maintaining the confidentiality of your account information and password.
</p>
<p>4.3 You agree not to use the services for any illegal or unauthorized purpose. </p>
</div>
<div>
<h2>5. Property Listings </h2>
<p>
5.1 The Company strives to ensure the accuracy of all property listings but does not guarantee the
availability, condition, or exact details of any property.
</p>
<p>5.2 Users are encouraged to verify all information independently before making any decisions based on
property listings. </p>
</div>
<div>
<h2>6. Fees and Payments </h2>
<p>
6.1 The Company's fee structure is as outlined in our current pricing schedule, which may be updated
from time to time.
</p>
<p>6.2 All fees are due and payable as specified in individual service agreements or at the time of service
provision.</p>
<p>6.3 Late payments may incur additional charges as specified in the service agreement. </p>
</div>
<div>
<h2>7. Refund Policy </h2>
<p>
7.1 Refunds, if applicable, will be issued in accordance with the specific service agreement and
applicable laws.
</p>
<p>7.2 The Company reserves the right to refuse refunds for services already rendered or in cases of breach
of these Terms and Conditions. </p>
</div>
<div>
<h2>8. Intellectual Property </h2>
<p>
8.1 All content on the Company's website and marketing materials, including text, graphics, logos, and
images, is the property of the Company and protected by copyright laws.
</p>
<p>8.2 Users may not reproduce, distribute, or use any content without the express written permission of the
Company. </p>
</div>
<div>
<h2>9. Privacy Policy </h2>
<p>9.1 The Company collects and uses personal information as outlined in our Privacy Policy, which is
incorporated by reference into these Terms and Conditions. </p>
</div>
<div>
<h2>10. Limitation of Liability </h2>
<p>
10.1 The Company shall not be liable for any indirect, incidental, special, consequential, or punitive
damages resulting from the use or inability to use our services.
</p>
<p>10.2 The Company's total liability for any claim arising from the use of our services shall not exceed
the amount paid by the user for the specific service in question. </p>
</div>
<div>
<h2>11. Indemnification </h2>
<p>
You agree to indemnify and hold harmless the Company, its employees, agents, and affiliates from any
claim or demand, including reasonable attorneys' fees, made by any third party due to or arising out of
your use of our services or violation of these Terms and Conditions.
</p>
</div>
<div>
<h2>12. Disclaimer of Warranties </h2>
<p>
12.1 The Company provides its services on an "as is" and "as available" basis without any warranties,
express or implied.
</p>
<p>
12.2 The Company does not warrant that the services will be uninterrupted, error-free, or free of
viruses or other harmful components.
</p>
</div>
<div>
<h2>13. Third-Party Links </h2>
<p>
The Company's website may contain links to third-party websites. The Company is not responsible for the
content or privacy practices of these sites and encourages users to review the terms and conditions of
any third-party site they visit.
</p>
</div>
<div>
<h2>14. Governing Law and Jurisdiction </h2>
<p>
These Terms and Conditions shall be governed by and construed in accordance with the laws of
[Jurisdiction]. Any disputes arising from these terms shall be subject to the exclusive jurisdiction of
the courts in [Jurisdiction].
</p>
</div>
<div>
<h2>15. Modifications to Terms and Conditions </h2>
<p>
The Company reserves the right to modify these Terms and Conditions at any time. Users will be notified
of any significant changes, and continued use of our services after such modifications constitutes
acceptance of the updated terms.
</p>
</div>
<div>
<h2>16. Severability </h2>
<p>
If any provision of these Terms and Conditions is found to be invalid or unenforceable, the remaining
provisions shall remain in full force and effect.
</p>
</div>
<div>
<h2>17. Entire Agreement </h2>
<p>
These Terms and Conditions, along with any specific service agreements, constitute the entire agreement
between you and the Company regarding the use of our services.
</p>
</div>
<div>
<h2>18. Contact Information </h2>
<p>
For any questions or concerns regarding these Terms and Conditions, please contact us at: <a
href="mailto:admin@grcsolutions.in">admin@grcsolutions.in</a>
</p>
</div>
<div>
<p style="font-weight: bold;">
By using our services, you acknowledge that you have read, understood, and agree to be bound by these
Terms and Conditions. <br>
Last updated: <span style="color:#1cab20">20/07/2024 </span>
</p>
</div>
</main>
<footer id="footer" class="footer light-background">
<div class="footer-top">
<div class="container">
<div class="row gy-4">
<div class="col-lg-12 col-md-12 footer-about">
<div class="col-md-12 col-sm-12"
style="display: flex; justify-content: center; align-items: center; gap: 10px;">
<img src="assets/img/logos/logo.png" alt="Logo" class="footer-logo">
<h2 class="ms-3 hover-title" style="color: white;">
<span class="geearr">GEEARR</span><br>
<span class="consumer-solution">CONSUMER SOLUTION</span>
</h2>
</div>
<p style="line-height: 30px;"><span
style="font-size: 30px; color: #32B44A; font-family: 'Playfair Display', serif;font-style: italic;">"
</span> Empower your future with our GRCS opportunities. Join us to achieve success, life
Prosperity,
Achievement, growth, and financial freedom.<span
style="font-size: 30px; color: #32B44A; font-family: 'Playfair Display', serif;font-style: italic;">"</span>
</p>
<div class="footer-address">
<h4>Contact Us</h4>
<p><strong>1/53, Keerthi Complex, 1st Floor Kuppichipalayam Road, Opp. Police
Station,</strong></p>
<p><strong>Periyanaickenpalayam, Coimbatore - 641 020.</strong></p>
<p><strong>Phone: </strong><a href="tel:+91 4224350058">+91 4224 350058</a></p>
<p><strong>Email: </strong><a
href="mailto:office@grcspl.com">office@grcspl.com</a>
</p>
</div>
<div class="footer-social">
<h4>Follow Us</h4>
<div class="social-icons">
<a href="https://youtube.com/@grcs-uj3qx" target="_blank" rel="noopener noreferrer"
class="me-4 text-reset">
<i class="fab fa-youtube"></i>
</a>
<a href="https://www.facebook.com/profile.php?id=61556452987695&mibextid=ZbWKwL"
target="_blank" rel="noopener noreferrer" class="me-4 text-reset">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://www.instagram.com/gr_consumer_solution_pvt.ltd?igsh=c2ptejAzMm5kNDhp"
target="_blank" rel="noopener noreferrer" class="me-4 text-reset">
<i class="fab fa-instagram"></i>
</a>
<a href="https://whatsapp.com/channel/0029VaNpmy3LI8YUjclF2z43" target="_blank"
rel="noopener noreferrer" class="me-4 text-reset">
<i class="fab fa-whatsapp"></i>
</a>
<a href="https://t.me/+Yr2Y3eqYkgo1MTU1" target="_blank" rel="noopener noreferrer"
class="me-4 text-reset">
<i class="fab fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- <div class="col-lg-4 col-6 footer-links">
<h4>Menus</h4>
<ul>
<li><i class="fas fa-chevron-right"></i><a href="#"> Home</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> About</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Contact</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Terms of service</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-4 col-6 footer-links">
<h4>Our Products</h4>
<ul>
<li><i class="fas fa-chevron-right"></i><a href="#"> Personal Care</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Health Care</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Home Care</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Marketing</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Graphic Design</a></li>
</ul>
</div>
<div class="col-lg-4 col-6 footer-links">
<h4>Opportunities</h4>
<ul>
<li><i class="fas fa-chevron-right"></i><a href="#"> Web Design</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Web Development</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Product Management</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Marketing</a></li>
<li><i class="fas fa-chevron-right"></i><a href="#"> Graphic Design</a></li>
</ul>
</div>
</div> -->
</div>
</div>
<div class="footer-bottom">
<div class="pdf">
<a href="privacy-policy.html" target="_blank">Privacy Policy</a> |
<a href="termsandconditions.html" target="_blank">Terms & Conditions</a> |
<a href="shipping-policy.html" target="_blank">Shipping Policy</a> |
<a href="refund-policy.html" target="_blank">Refund Policy</a>
</div>
<p>© 2024 <strong><a href="/">GEEARR Consumer Solution</a></strong> | All Rights Reserved</p>
<p>Designed and Developed by <a href="https://www.smartside.in/">SmartSide</a> with ❤️</p>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>