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: 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/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"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> </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></li> <li><a href="Health-risks.html">Health Risks</a></li> <li><a href="vehicle-risk.html">Motor Vehicle</a></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> </ul> </nav> </div> </div> </header> <div class="container" style="margin-top: 130px; margin-bottom: 48px;"> <h1 class="text-center mb-4">Car Insurance in India</h1> <p class="text-muted text-center">Understanding the essentials, statutory, and add-on covers</p> <div class="card my-4"> <img src="images/Car-Insurance-Overvie.jpg" class="card-img-top img-fluid fixed-size-image" alt="Car Insurance Overview"> <div class="card-body"> <h2>Basic Car Insurance Covers</h2> <div class="row my-4"> <div class="col-md-4"> <img src="images/Third-Party Liability Insuranc.png" class="img-fluid rounded" alt="Third-Party Liability Insurance"> </div> <div class="col-md-8"> <h3>1. 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 personal injuries to the owner.</p> </div> </div> <div class="row my-4"> <div class="col-md-4"> <img src="images/Comprehensive Insurance.png" class="img-fluid rounded" alt="Comprehensive Insurance"> </div> <div class="col-md-8"> <h3>2. Comprehensive Insurance:</h3> <p><strong>Coverage:</strong> Provides extensive protection by covering both third-party liabilities and own damages. It includes coverage for accidents, theft, natural disasters, man-made disasters, fire, and vandalism.</p> <p><strong>Exclusions:</strong> Standard exclusions include wear and tear, mechanical breakdowns, and driving under the influence of alcohol or drugs.</p> </div> </div> </div> </div> <div class="card my-4"> <img src="images/Statutory-Car-Insurance-Cov.jpg" class="card-img-top img-fluid fixed-size-image" alt="Statutory Car Insurance Covers"> <div class="card-body"> <h2>Statutory Car Insurance Covers</h2> <div class="row my-4"> <div class="col-md-4"> <img src="images/Personal Accident Cover.png" class="img-fluid rounded" alt="Personal Accident Cover"> </div> <div class="col-md-8"> <h3>1. Personal Accident Cover:</h3> <p><strong>Coverage:</strong> Mandatory for the owner-driver, providing compensation in case of accidental death or disability while driving the insured vehicle.</p> <p><strong>Exclusions:</strong> Does not cover regular passengers unless additional personal accident cover for passengers is purchased.</p> </div> </div> </div> </div> <div class="card my-4"> <img src="images/Add-On-car-Covers.jpg" class="card-img-top img-fluid fixed-size-image" alt="Add-On Covers"> <div class="card-body"> <h2>Add-On Covers</h2> <div class="row my-4"> <div class="col-md-4"> <img src="images/Daycare Procedures.png" class="img-fluid rounded" alt="Zero Depreciation Cover"> </div> <div class="col-md-8"> <h3>1. 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="row my-4"> <div class="col-md-4"> <img src="images/Engine Protection Cover.png" class="img-fluid rounded" alt="Engine Protection Cover"> </div> <div class="col-md-8"> <h3>2. 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="row my-4"> <div class="col-md-4"> <img src="images/Return to Invoice Cover.png" class="img-fluid rounded" alt="Return to Invoice Cover"> </div> <div class="col-md-8"> <h3>3. 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 class="row my-4"> <div class="col-md-4"> <img src="images/Roadside Assistance Cover.png" class="img-fluid rounded" alt="Roadside Assistance Cover"> </div> <div class="col-md-8"> <h3>4. Roadside Assistance Cover:</h3> <p><strong>Coverage:</strong> Provides services like towing, fuel delivery, flat tire assistance, and on-site minor repairs.</p> <p><strong>Exclusions:</strong> May have geographic limitations and might not cover extensive repairs.</p> </div> </div> <div class="row my-4"> <div class="col-md-4"> <img src="images/No Claim Bonus (NCB) Protection.png" class="img-fluid rounded" alt="No Claim Bonus Protection"> </div> <div class="col-md-8"> <h3>5. No Claim Bonus (NCB) Protection:</h3> <p><strong>Coverage:</strong> Protects the NCB benefit even after making a claim, ensuring lower premiums in subsequent years.</p> <p><strong>Exclusions:</strong> Usually applicable for a limited number of claims per policy year.</p> </div> </div> <div class="row my-4"> <div class="col-md-4"> <img src="images/Consumables Cover.png" class="img-fluid rounded" alt="Consumables Cover"> </div> <div class="col-md-8"> <h3>6. Consumables Cover:</h3> <p><strong>Coverage:</strong> Covers the cost of consumables like engine oil, nuts and bolts, washers, etc., that are not covered under standard insurance.</p> <p><strong>Exclusions:</strong> Limited to consumables directly related to an accident claim.</p> </div> </div> </div> </div> </div> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> <script> function toggleMenu() { const navLinks = document.getElementById('nav-links'); navLinks.classList.toggle('show'); } </script> </body> </html>