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: vehicle-risk.html
Close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Car 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: 'Roboto', sans-serif; } .hero { background-color: #0056b3; color: aliceblue; margin-top: 66px; padding: 100px 0; /* Increased padding for better hero section height */ text-align: center; } .hero h1 { font-size: 3.5rem; /* Increased font size for better visibility */ margin-bottom: 20px; font-weight: 700; } .hero p { font-size: 1.5rem; /* Increased font size for readability */ max-width: 800px; /* Increased width for better text presentation */ margin: 0 auto; } .container-fluid { padding: 0 15px; /* Adjusted padding for responsiveness */ } .content-section { padding: 80px 0; /* Increased padding for more spacious sections */ background-color: #f8f9fa; } .content-section h2 { font-size: 2.8rem; /* Increased font size for section headers */ margin-bottom: 40px; text-align: center; color: #0056b3; } .card { border: none; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease-in-out; } .card:hover { transform: scale(1.03); /* Slightly larger hover effect */ } .card-img-top { height: 400px; /* Increased height for better image visibility */ object-fit: cover; width: 100%; } .card-body { padding: 20px; } .card-body h3 { font-size: 1.75rem; /* Increased font size for card titles */ margin-bottom: 15px; color: #0056b3; } .card-body p { font-size: 1.1rem; /* Slightly larger font size for better readability */ color: #333; } .feature-section { display: flex; flex-wrap: wrap; gap: 0px; } .feature-content { background: #fff; border-radius: 10px; padding: 20px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .feature-content:hover { transform: translateY(-10px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); } .feature-content img { max-width: 200px; /* Increased size for feature section images */ margin-bottom: 15px; width: auto; height: auto; } .feature-content h3 { font-size: 1.75rem; /* Increased font size for feature titles */ color: #0056b3; margin-bottom: 15px; } .feature-content p { font-size: 1.1rem; /* Slightly larger font size for better readability */ color: #333; } .footer { background-color: #0056b3; color: #fff; padding: 40px 20px; /* Increased padding for footer */ text-align: center; } .footer p { margin: 0; } .contact-info { background-color: #f8f9fa; padding: 50px 20px; /* Increased padding for contact info section */ } .contact-info h2 { font-size: 2.2rem; /* Increased font size for contact info header */ margin-bottom: 20px; color: #0056b3; } .contact-info p { font-size: 1.1rem; /* Slightly larger font size for better readability */ color: #333; } .section { padding: 80px 0; /* Increased padding for more spacious sections */ background-color: #f8f9fa; } .section h2 { font-size: 2.8rem; /* Increased font size for section headers */ margin-bottom: 40px; text-align: center; color: #0056b3; } .features { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; } .feature { flex: 1 1 calc(33% - 30px); max-width: 346px; background: #fff; border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); margin-bottom: 30px; } .feature img { max-width: 200px; /* Increased size for feature section images */ margin-bottom: 15px; width: auto; height: auto; } .feature-content h3 { font-size: 1.75rem; /* Increased font size for feature titles */ color: #0056b3; margin-bottom: 15px; } .feature-content p { font-size: 1.1rem; /* Slightly larger font size for better readability */ color: #333; } </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="hero" style="background-color: #eff0f1; " > <div class="container" style="padding-top: -10px;"> <h1><div style="color: #000000; padding-top: -20px;"> Insurance in India</div></h1> <p><div style="color: #000000;"><h5>Discover comprehensive coverage options and add-on benefits to protect your vehicle from various risks and uncertainties.</h5></div></p> </div> </div> <div class="container-fluid"> <section class="content-section"> <div class="container"> <h2>Understanding Car Insurance</h2> <p>Car insurance is essential for safeguarding yourself from financial loss in the event of accidents, theft, or damage to your vehicle. In India, car insurance policies come with a range of coverage options, including mandatory third-party liability insurance and comprehensive plans that offer extensive protection.</p> <p>Our guide will help you understand different types of insurance covers, statutory requirements, and optional add-ons that can enhance your policy.</p> </div> </section> <section class="content-section"> <div class="container"> <h2 class="text-center">Basic Car Insurance Covers</h2> <div class="row"> <div class="col-md-6" onclick="window.location.href='contact.html'"> <div class="card"> <img src="images/third_party_liability_insurance.jpg" class="card-img-top" alt="Car Insurance Overview"> <div class="card-body"> <h3>Third-Party Liability Insurance</h3> <p><strong>Coverage:</strong> Compulsory by law, it covers legal liability for damages caused to a third party, including bodily injury, death, and property damage.</p> <p><strong>Exclusions:</strong> Does not cover damage to the insured vehicle or injuries to the policyholder.</p> </div> </div> </div> <div class="col-md-6" onclick="window.location.href='contact.html'"> <div class="card"> <img src="images/comprehensive_insurance.jpg" class="card-img-top" alt="Comprehensive Car Insurance"> <div class="card-body"> <h3>Comprehensive Car Insurance</h3> <p><strong>Coverage:</strong> Offers coverage for both third-party liability and own damage to the vehicle, including natural calamities, theft, and vandalism.</p> <p><strong>Exclusions:</strong> Usually excludes damages due to negligence or unauthorized use.</p> </div> </div> </div> </div> </div> </section> <section class="content-section"> <div class="container"> <h2 class="text-center">Statutory Car Insurance Covers</h2> <div class="row"> <div class="col-md-6"> <div class="card" onclick="window.location.href='contact.html'"> <img src="images/Personal-Accident-Cover.jpg" class="card-img-top" alt="Personal Accident Cover"> <div class="card-body"> <h3>Personal Accident Cover</h3> <p><strong>Coverage:</strong> Provides compensation for injuries sustained by the driver or passengers in case of an accident. This cover typically includes accidental death or permanent disability.</p> <p><strong>Exclusions:</strong> Generally does not cover injuries sustained while driving under the influence of alcohol or drugs.</p> </div> </div> </div> <div class="col-md-6"> <div class="card" onclick="window.location.href='contact.html'"> <img src="images/third_party_Damage.jpg" class="card-img-top" alt="Third-Party Insurance"> <div class="card-body"> <h3>Third-Party Property Damage</h3> <p><strong>Coverage:</strong> Compensates for damages caused to a third partyβs property in the event of an accident.</p> <p><strong>Exclusions:</strong> Excludes damage to the insured vehicle or any property owned by the policyholder.</p> </div> </div> </div> </div> </div> </section> <section class="content-section"> <div class="container"> <h2 class="text-center">Add-On Covers</h2> <div class="row feature-section"> <div class="col-md-4 feature-box" onclick="window.location.href='contact.html'"> <div class="feature-content"> <img src="images/zero_depression_cover.jpg" class="img-fluid" alt="Zero Depreciation Cover"> <h3>Zero Depreciation Cover</h3> <p><strong>Coverage:</strong> Ensures full claim amount without depreciation deduction on replaced parts (plastics, rubber, glass, etc.).</p> <p><strong>Exclusions:</strong> Usually available for cars up to a certain age and might have a limit on the number of claims per year.</p> </div> </div> <div class="col-md-4 feature-box" onclick="window.location.href='contact.html'"> <div class="feature-content"> <img src="images/engine_protection_cover.jpg" class="img-fluid" alt="Engine Protection Cover"> <h3>Engine Protection Cover</h3> <p><strong>Coverage:</strong> Covers repair or replacement costs for engine damages due to water ingress, oil leakage, etc.</p> <p><strong>Exclusions:</strong> Typically does not cover engine damage due to regular wear and tear.</p> </div> </div> <div class="col-md-4 feature-box" onclick="window.location.href='contact.html'"> <div class="feature-content"> <img src="images/return_invoice_cover.jpg" class="img-fluid" alt="Return to Invoice Cover"> <h3>Return to Invoice Cover</h3> <p><strong>Coverage:</strong> In case of total loss or theft, this cover ensures reimbursement of the vehicleβs invoice value, including road tax and registration costs.</p> <p><strong>Exclusions:</strong> Generally applies to new cars or cars up to a certain age.</p> </div> </div> </div> </div> </section> <section class="section"> <div class="container"> <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> </div> </section> </div> <footer class="footer"> <p>© 2024 Car Insurance Guide. All rights reserved.</p> </footer> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> </body> </html>