2025-08-27 19:52:23 -03:00

371 lines
16 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Terms - MediNest Bootstrap Template</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- 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=Poppins: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=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<!-- 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/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: MediNest
* Template URL: https://bootstrapmade.com/medinest-bootstrap-hospital-template/
* Updated: Aug 11 2025 with Bootstrap v5.3.7
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="terms-page">
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center me-auto me-xl-0">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.webp" alt=""> -->
<h1 class="sitename">Medi<span>Nest</span></h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="departments.html">Departments</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="doctors.html">Doctors</a></li>
<li class="dropdown"><a href="#"><span>More Pages</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="department-details.html">Department Details</a></li>
<li><a href="service-details.html">Service Details</a></li>
<li><a href="appointment.html">Appointment</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="faq.html">Frequently Asked Questions</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="terms.html" class="active">Terms</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="404.html">404</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Dropdown</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">Dropdown 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Dropdown</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">Deep Dropdown 1</a></li>
<li><a href="#">Deep Dropdown 2</a></li>
<li><a href="#">Deep Dropdown 3</a></li>
<li><a href="#">Deep Dropdown 4</a></li>
<li><a href="#">Deep Dropdown 5</a></li>
</ul>
</li>
<li><a href="#">Dropdown 2</a></li>
<li><a href="#">Dropdown 3</a></li>
<li><a href="#">Dropdown 4</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<a class="btn-getstarted" href="apointment.html">Apointment</a>
</div>
</header>
<main class="main">
<!-- Page Title -->
<div class="page-title">
<div class="heading">
<div class="container">
<div class="row d-flex justify-content-center text-center">
<div class="col-lg-8">
<h1 class="heading-title">Terms</h1>
<p class="mb-0">
Odio et unde deleniti. Deserunt numquam exercitationem. Officiis quo
odio sint voluptas consequatur ut a odio voluptatem. Sit dolorum
debitis veritatis natus dolores. Quasi ratione sint. Sit quaerat
ipsum dolorem.
</p>
</div>
</div>
</div>
</div>
<nav class="breadcrumbs">
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li class="current">Terms</li>
</ol>
</div>
</nav>
</div><!-- End Page Title -->
<!-- Terms Of Service Section -->
<section id="terms-of-service" class="terms-of-service section">
<div class="container" data-aos="fade-up">
<!-- Page Header -->
<div class="tos-header text-center" data-aos="fade-up">
<span class="last-updated">Last Updated: February 27, 2025</span>
<h2>Terms of Service</h2>
<p>Please read these terms of service carefully before using our services</p>
</div>
<!-- Content -->
<div class="tos-content" data-aos="fade-up" data-aos-delay="200">
<!-- Agreement Section -->
<div id="agreement" class="content-section">
<h3>1. Agreement to Terms</h3>
<p>By accessing our website and services, you agree to be bound by these Terms of Service and all applicable laws and regulations. If you do not agree with any of these terms, you are prohibited from using or accessing our services.</p>
<div class="info-box">
<i class="bi bi-info-circle"></i>
<p>These terms apply to all users, visitors, and others who access or use our services.</p>
</div>
</div>
<!-- Intellectual Property -->
<div id="intellectual-property" class="content-section">
<h3>2. Intellectual Property Rights</h3>
<p>Our service and its original content, features, and functionality are owned by us and are protected by international copyright, trademark, patent, trade secret, and other intellectual property laws.</p>
<ul class="list-items">
<li>All content is our exclusive property</li>
<li>You may not copy or modify the content</li>
<li>Our trademarks may not be used without permission</li>
<li>Content is for personal, non-commercial use only</li>
</ul>
</div>
<!-- User Accounts -->
<div id="user-accounts" class="content-section">
<h3>3. User Accounts</h3>
<p>When you create an account with us, you must provide accurate, complete, and current information. Failure to do so constitutes a breach of the Terms, which may result in immediate termination of your account.</p>
<div class="alert-box">
<i class="bi bi-exclamation-triangle"></i>
<div class="alert-content">
<h5>Important Notice</h5>
<p>You are responsible for safeguarding the password and for all activities that occur under your account.</p>
</div>
</div>
</div>
<!-- Prohibited Activities -->
<div id="prohibited" class="content-section">
<h3>4. Prohibited Activities</h3>
<p>You may not access or use the Service for any purpose other than that for which we make it available.</p>
<div class="prohibited-list">
<div class="prohibited-item">
<i class="bi bi-x-circle"></i>
<span>Systematic retrieval of data or content</span>
</div>
<div class="prohibited-item">
<i class="bi bi-x-circle"></i>
<span>Publishing malicious content</span>
</div>
<div class="prohibited-item">
<i class="bi bi-x-circle"></i>
<span>Engaging in unauthorized framing</span>
</div>
<div class="prohibited-item">
<i class="bi bi-x-circle"></i>
<span>Attempting to gain unauthorized access</span>
</div>
</div>
</div>
<!-- Disclaimers -->
<div id="disclaimer" class="content-section">
<h3>5. Disclaimers</h3>
<p>Your use of our service is at your sole risk. The service is provided "AS IS" and "AS AVAILABLE" without warranties of any kind, whether express or implied.</p>
<div class="disclaimer-box">
<p>We do not guarantee that:</p>
<ul>
<li>The service will meet your requirements</li>
<li>The service will be uninterrupted or error-free</li>
<li>Results from using the service will be accurate</li>
<li>Any errors will be corrected</li>
</ul>
</div>
</div>
<!-- Limitation of Liability -->
<div id="limitation" class="content-section">
<h3>6. Limitation of Liability</h3>
<p>In no event shall we be liable for any indirect, punitive, incidental, special, consequential, or exemplary damages arising out of or in connection with your use of the service.</p>
</div>
<!-- Indemnification -->
<div id="indemnification" class="content-section">
<h3>7. Indemnification</h3>
<p>You agree to defend, indemnify, and hold us harmless from and against any claims, liabilities, damages, losses, and expenses arising out of your use of the service.</p>
</div>
<!-- Termination -->
<div id="termination" class="content-section">
<h3>8. Termination</h3>
<p>We may terminate or suspend your account immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.</p>
</div>
<!-- Governing Law -->
<div id="governing-law" class="content-section">
<h3>9. Governing Law</h3>
<p>These Terms shall be governed by and construed in accordance with the laws of [Your Country], without regard to its conflict of law provisions.</p>
</div>
<!-- Changes -->
<div id="changes" class="content-section">
<h3>10. Changes to Terms</h3>
<p>We reserve the right to modify or replace these Terms at any time. We will provide notice of any changes by posting the new Terms on this page.</p>
<div class="notice-box">
<i class="bi bi-bell"></i>
<p>By continuing to access or use our service after those revisions become effective, you agree to be bound by the revised terms.</p>
</div>
</div>
</div>
<!-- Contact Section -->
<div class="tos-contact" data-aos="fade-up" data-aos-delay="300">
<div class="contact-box">
<div class="contact-icon">
<i class="bi bi-envelope"></i>
</div>
<div class="contact-content">
<h4>Questions About Terms?</h4>
<p>If you have any questions about these Terms, please contact us.</p>
<a href="#" class="contact-link">Contact Support</a>
</div>
</div>
</div>
</div>
</section><!-- /Terms Of Service Section -->
</main>
<footer id="footer" class="footer position-relative">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-4 col-md-6 footer-about">
<a href="index.html" class="logo d-flex align-items-center">
<span class="sitename">MediNest</span>
</a>
<div class="footer-contact pt-3">
<p>A108 Adam Street</p>
<p>New York, NY 535022</p>
<p class="mt-3"><strong>Phone:</strong> <span>+1 5589 55488 55</span></p>
<p><strong>Email:</strong> <span>info@example.com</span></p>
</div>
<div class="social-links d-flex mt-4">
<a href=""><i class="bi bi-twitter-x"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Terms of service</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Our Services</h4>
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Product Management</a></li>
<li><a href="#">Marketing</a></li>
<li><a href="#">Graphic Design</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Hic solutasetp</h4>
<ul>
<li><a href="#">Molestiae accusamus iure</a></li>
<li><a href="#">Excepturi dignissimos</a></li>
<li><a href="#">Suscipit distinctio</a></li>
<li><a href="#">Dilecta</a></li>
<li><a href="#">Sit quas consectetur</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Nobis illum</h4>
<ul>
<li><a href="#">Ipsam</a></li>
<li><a href="#">Laudantium dolorum</a></li>
<li><a href="#">Dinera</a></li>
<li><a href="#">Trodelas</a></li>
<li><a href="#">Flexo</a></li>
</ul>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong>MediNest</strong>&nbsp;<span>All Rights Reserved</span></p>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</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>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>