OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
galaxy
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/28/2024 11:03:35 AM
rwxrwxr-x
📁
CSS
-
08/26/2024 06:19:06 AM
rwxr-xr-x
📄
Health-risks.html
11.73 KB
08/26/2024 06:19:06 AM
rw-r--r--
📄
about.html
3.68 KB
08/26/2024 06:19:06 AM
rw-r--r--
📄
contect.html
4.27 KB
08/26/2024 06:19:06 AM
rw-r--r--
📄
financial.html
4.22 KB
08/26/2024 06:19:06 AM
rw-r--r--
📁
images
-
08/26/2024 06:22:19 AM
rwxr-xr-x
📄
index.html
18.88 KB
08/26/2024 06:19:06 AM
rw-r--r--
📁
js
-
08/26/2024 06:22:21 AM
rwxr-xr-x
📄
licpage.html
5.61 KB
08/26/2024 06:19:06 AM
rw-r--r--
📄
life_risk.html
8.77 KB
08/26/2024 06:19:06 AM
rw-r--r--
📄
script.js
1.97 KB
08/26/2024 06:19:06 AM
rw-r--r--
📄
styles.css
19.01 KB
08/26/2024 06:19:06 AM
rw-r--r--
📄
testimonial.html
7.37 KB
08/26/2024 06:19:06 AM
rw-r--r--
📄
text.html
4.27 KB
08/26/2024 06:19:06 AM
rw-r--r--
📄
vehicle-risk.html
9.8 KB
08/26/2024 06:19:06 AM
rw-r--r--
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 href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="CSS/financial.css"> <link rel="stylesheet" href="CSS/testimonials.css"> <link rel="stylesheet" href="styles.css"> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/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: #0056b3; color: white; 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: 70px; } .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> </head> <body> <header id="header"> <div class="container"> <div class="header-content"> <div class="logo"> <a href="index.html"><img src="images/logo.jpg" alt="Logo" id="logo"></a> </div> <nav> <div class="menu-icon" onclick="toggleMenu()">☰</div> <ul id="nav-links"> <li><a href="life_risk.html">Life Risks </a> <!-- <ul class="dropdown"> <li><a href="/licpage.html">LIC</a></li> <li><a href="#Health-Risks">Tata Aia</a></li> <li><a href="#Business-Risks">Bajaj Allianz</a></li> </ul> --> </li> <li><a href="Health-risks.html">Health Risks</a> <!-- <ul class="dropdown"> <li><a href="#niva-bupa">Niva Bupa</a></li> <li><a href="#tata-aig">Tata Aig</a></li> <li><a href="#religare">Relig</a></li> <li><a href="#Education">ICICI Health </a></li> </ul> --> </li> <li><a href="vehicle-risk.html">Motor Vehicle</a> <ul class="dropdown"> <!-- <li><a href="#tata-aig-motor">Tata Aig</a></li> <li><a href="#icici-lomb-motor">ICICI Lomb</a></li> --> <!-- </ul> --> </li> <!-- <li><a href="#motor-vehicle-ins">Business Risk</a> <li><a href="#tata-aig-motor">LIC</a></li> <li><a href="#icici-lomb-motor">Tata Aia</a></li> --> </li> </ul> </li> <li><a href="#business-ins">Customers </a> <ul class="dropdown"> <li><a href="testimonial.html">Testimonials</a></li> </ul> </li> <li><a href="#about">About </a></li> <li><a href="#contact">Contact </a></li> </nav> </div> </div> </header> <div class="health-main-header"> <h1>Health Insurance in India</h1> <p>Your Comprehensive Guide</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"> <img src="images/Hospitalization Expenses.png" 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"> <img src="images/Daycare Procedures.png" 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"> <img src="images/Domiciliary Treatment.png" 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"> <img src="images/Ambulance Charges.png" 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"> <img src="images/Individual Health Insurance.png" 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"> <img src="images/Family Floater Health Insurance.png" 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"> <img src="images/Senior Citizen Health Insurance.png" 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"> <img src="images/Critical Illness Insurance.png" 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"> <img src="images/Group Health Insurance.png" 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"> <img src="images/Maternity Health Insurance.png" 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"> <img src="images/Top-up and Super Top-up Health Insurance.png" 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"> <img src="images/Disease-specific Insurance Plans.png" 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"> <img src="images/Personal Accident Insurance.png" 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"> <img src="images/Overseas Health Insurance.png" 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>