OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
newgalaxy
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/28/2024 11:03:35 AM
rwxrwxr-x
📁
.vscode
-
09/16/2024 04:14:27 AM
rwxr-xr-x
📄
Health-risks.html
11.68 KB
12/10/2024 06:17:53 AM
rw-r--r--
📁
bu_newgalaxy_server_nov_08_2024
-
11/08/2024 01:02:01 PM
rwxr-xr-x
📄
business_risk.html
10.57 KB
12/10/2024 06:17:52 AM
rw-r--r--
📄
contact.html
5.84 KB
12/10/2024 06:17:51 AM
rw-r--r--
📁
css
-
09/16/2024 04:14:27 AM
rwxr-xr-x
📁
images
-
11/09/2024 10:11:47 AM
rwxr-xr-x
📄
index.html
5.18 KB
12/10/2024 06:17:53 AM
rw-r--r--
📁
js
-
09/16/2024 05:11:52 AM
rwxr-xr-x
📄
life_risk.html
10.37 KB
12/10/2024 06:17:52 AM
rw-r--r--
📄
send_email.php
1.65 KB
12/08/2024 04:49:10 PM
rw-r--r--
📄
test.html
4.15 KB
11/09/2024 10:09:21 AM
rw-r--r--
📄
testimonial.html
8 KB
12/10/2024 06:17:50 AM
rw-r--r--
📄
vehicle-risk.html
17.54 KB
12/10/2024 06:17:51 AM
rw-r--r--
📁
vendor
-
11/22/2024 06:02:08 AM
rwxr-xr-x
Editing: Health-risks.html
Close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Health Insurance in India</title> <link rel="stylesheet" href="css/styles.css"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet"> <style> body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; color: #333; background-color: #f8f9fa; } .health-main-header { background-color: #eff0f1; color: black; text-align: center; padding: 80px 20px; /* margin-top: 100px; */ } .health-main-header h1 { font-size: 3rem; font-weight: bold; margin-bottom: 20px; } .health-main-header p { font-size: 1.5rem; margin-bottom: 0; } .section { padding: 60px 20px; text-align: center; background-color: white; margin: 0; } .section h2 { font-size: 2rem; color: #0056b3; margin-bottom: 20px; text-transform: uppercase; } .section p { font-size: 1.2rem; color: #555; line-height: 1.6; margin-bottom: 40px; } .features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; /* margin-bottom: 20px; */ } .feature { background-color: #f8f9fa; width: 300px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s; text-align: left; } .feature:hover { transform: translateY(-10px); } .feature img { width: 100%; height: 200px; object-fit: cover; } .feature-content { padding: 20px; } .feature-content h3 { font-size: 1.5rem; color: #0056b3; margin-bottom: 10px; } .feature-content p { font-size: 1rem; color: #666; line-height: 1.4; } .feature-content p:last-child { margin-bottom: 0; } footer { background-color: #0056b3; color: white; text-align: center; padding: 20px 20px; } footer p { margin: 0; font-size: 1.2rem; } </style> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js"></script> </head> <body> <header id="header"> <nav class="navbar navbar-expand-lg navbar-light"> <a class="navbar-brand" href="index.html"> <img src="images/logo.jpg" alt="Logo" id="logo"> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div style="z-index: 10; background-color: #fff;" class="collapse navbar-collapse" id="navbarNav"> <ul class="navbar-nav ms-auto"> <li class="nav-item"><a class="nav-link" href="life_risk.html">Life Risks</a></li> <li class="nav-item"><a class="nav-link" href="Health-risks.html">Health Risks</a></li> <li class="nav-item"><a class="nav-link" href="business_risk.html">Business Risks</a></li> <li class="nav-item"><a class="nav-link" href="vehicle-risk.html">Motor Vehicle</a></li> <li class="nav-item"><a class="nav-link" href="testimonial.html">Customers</a></li> <li class="nav-item"><a class="nav-link" href="#about">About</a></li> <li class="nav-item"><a class="nav-link" href="#">Blog</a></li> <li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li> </ul> </div> </nav> </header> <div class="health-main-header"> <h1>Health Insurance in India</h1> <p><h5>Your Comprehensive Guide</h5></p> </div> <section class="section"> <h2>Risks Covered by Health Insurance</h2> <p>Health insurance in India covers a variety of risks that protect you and your family from unexpected medical expenses.</p> <div class="features"> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/hospitilization.jpg" alt="Hospitalization Expenses"> <div class="feature-content"> <h3>Hospitalization Expenses</h3> <p>Covers the cost of hospitalization, including in-patient, pre-hospitalization, and post-hospitalization expenses.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/daycare_procedures.jpg" alt="Daycare Procedures"> <div class="feature-content"> <h3>Daycare Procedures</h3> <p>Covers treatments that do not require 24-hour hospitalization due to medical advancements.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/domiciliary_treatment.jpg" alt="Domiciliary Treatment"> <div class="feature-content"> <h3>Domiciliary Treatment</h3> <p>Covers treatment taken at home on medical advice, which would otherwise have required hospitalization.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/ambulance_charges.jpg" alt="Ambulance Charges"> <div class="feature-content"> <h3>Ambulance Charges</h3> <p>Covers the cost of ambulance services to and from the hospital.</p> </div> </div> </div> </section> <section class="section"> <h2>Types of Health Insurance Products</h2> <p>Indian insurers offer a wide range of health insurance products tailored to different needs. Here are some of the key types:</p> <div class="features"> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/individual_healt_insurance.jpg" alt="Individual Health Insurance"> <div class="feature-content"> <h3>Individual Health Insurance</h3> <p>Provides coverage for a single individual. Each family member must have a separate policy.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/Family-Floater-Health.jpg" alt="Family Floater Health Insurance"> <div class="feature-content"> <h3>Family Floater Health Insurance</h3> <p>Covers the entire family under a single sum insured. The cover can be used by any or all members.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/senior_citizens_health_insurence.jpg" alt="Senior Citizen Health Insurance"> <div class="feature-content"> <h3>Senior Citizen Health Insurance</h3> <p>Specifically designed for individuals above 60 years of age, covering age-related health issues.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/critical-illness.jpg" alt="Critical Illness Insurance"> <div class="feature-content"> <h3>Critical Illness Insurance</h3> <p>Provides a lump sum on diagnosis of specific critical illnesses, irrespective of the actual medical costs.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/group-health-insurance.jpg" alt="Group Health Insurance"> <div class="feature-content"> <h3>Group Health Insurance</h3> <p>Offered by employers to their employees, providing health cover to all members of the group.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/maternity-health-insurance.jpg" alt="Maternity Health Insurance"> <div class="feature-content"> <h3>Maternity Health Insurance</h3> <p>Covers expenses related to pregnancy and childbirth, including newborn baby cover.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/top-up-and-supper-top-up.jpg" alt="Top-up and Super Top-up Health Insurance"> <div class="feature-content"> <h3>Top-up and Super Top-up Health Insurance</h3> <p>Provides additional coverage over an existing health policy, useful when the sum insured is exhausted.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/diseases_healt_insurence.jpg" alt="Disease-specific Insurance Plans"> <div class="feature-content"> <h3>Disease-specific Insurance Plans</h3> <p>Covers specific diseases such as cancer, diabetes, or cardiac conditions.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/personal-accident--health-insurence.jpg" alt="Personal Accident Insurance"> <div class="feature-content"> <h3>Personal Accident Insurance</h3> <p>Provides coverage for accidental death, disability, and sometimes accidental hospitalization expenses.</p> </div> </div> <div class="feature" onclick="window.location.href='contact.html'"> <img src="images/oversea-insurence.jpg" alt="Overseas Health Insurance"> <div class="feature-content"> <h3>Overseas Health Insurance</h3> <p>Covers medical expenses incurred during travel abroad.</p> </div> </div> </div> </section> <footer> <p>For more information on health insurance options, get in touch with us today!</p> </footer> </body> </html>