File: /var/www/html/sarvodayahospital/resources/views/pages/term-condition.blade.php
@extends('layouts.main')
@section('content')
<section class="py-4 py-md-3 banner-c">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<h1 class="text-white f-sm-30 f-30 fw-500 mb-0">Term and Condition</h1>
</div>
<div class="col-md-6 text-end">
</div>
</div>
</div>
</section>
<section class="breadcrumb pt-4 custom_breadcrumb">
<div class="container">
<div class="row align-items-center">
<ol class="breadcrumb mb-0">
<li class="breadcrumb-item"><a href="{{ route('home') }}" role="button" tabindex="0"><i class="fa fa-home" aria-hidden="true"></i> Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Term and Condition</li>
</ol>
</div>
</div>
</section>
<section class="padding-sec py-4">
<div class="container">
<div class="row">
<div class="col-md-12 left_Sec">
<div class="left_Sec_content" id="overview">
<h2>Term and Condition</h2>
<p>Sarvodayahospital.com is committed to protecting your privacy. It is important to us that our customers retain their privacy while taking advantage of the services that we have to offer. To this end, we adhere to the following
basic principles:<br> We employ the highest levels of security to keep your personal information strictly confidential.<br> We will not disclose or sell any of your personal information, including your name, address, age, sex
or medical history to any third party without your permission.<br> Although we use cookie technology to help users navigate our site efficiently we never use cookies to store personal information, such as credit card numbers.
Please be aware, however, that our site contains link to other sites and that the privacy practices of other sites may differ from those of Sarvodayahealthcare.in. If you have any additional questions or concerns regarding
our privacy policies, please email us at info@sarvodayahospital.com and we'll respond within 24 hours.</p>
<br>
<p><strong>Our Privacy Policy explains:</strong></p>
<p>What information we collect from you<br> How we use that information</p>
<p>Your privacy is of utmost importance to us. If you have any questions you can reach out to us at
<a href="mailto:info@sarvodayahealthcare.com">info@sarvodayahealthcare.com</a>
</p>
<br>
<p><strong>Information we collect</strong></p>
<p>We collect information to provide better services to you, and we may send this information to third party tools to improve our services, and to personalize your app experience.
</p>
<p>Information you give us: Name, phone number, email id (this section depends on the information that is being collected by your application)
</p>
<p>Device & Hardware information - We collect device-specific information such as device make & model, network information, advertiser ID (to uniquely identify your device) and email address, if available <br> Location information
- We automatically capture your public IP address, and your geo coordinates
<< for android apps, if the location permission is available, lat/long is automatically collected>></p>
<br>
<p><strong>
How we use information we collect
</strong></p>
<p>We use this data and may send it to a third party tools for analytics so that we can personalize your app experience.
</p>
</div>
</div>
</div>
</div>
</section>
@stop