https://shriramcarrentals.co/

Submitted URL:
https://shriramcarrentals.co/
Report Finished:
LinkText
https://ssshsisa.eu.loclx.io/shriram/shri-ram-car-rental.apkDownload App
https://ssshsisa.eu.loclx.io/shriram/shri-ram-car-rentals.apkDownload App

JavaScript Variables · 5 found

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject

Console log messages · 2 found

TypeCategoryLog
errornetwork
URL
https://kit.fontawesome.com/d6eb9c3718.js
Text
Failed to load resource: the server responded with a status of 403 ()
errornetwork
URL
https://shriramcarrentals.co/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html lang="en"><head>
    <title>Shri Ram Car Rentals</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
    <script src="https://kit.fontawesome.com/d6eb9c3718.js" crossorigin="anonymous"></script>
    <link rel="stylesheet" href="css/style.css">  </head>
  <body>
    <section id="navbar">
        <div class="container">
            <div class="row">
                <div class="col-sm-12 d-flex" style="justify-content: space-between; align-items: center;">
                    <div class="logo">
                        <a href="index.php">
                            <img src="./images/logo.png" alt="" class="img-fluid" style="height: 100px;">
                        </a>
                    </div>
                    <div class="hamburger">
                        <span class="line line-1"></span>
                        <span class="line line-2"></span>
                        <span class="line line-3"></span>
                    </div>
                    <div class="side-nav">
                        <dl>
                            <div class="close">×</div>
                            <li><a href="index.php" class="side-nav-link">home</a></li>
                            <li><a href="about-us.php" class="side-nav-link">About us</a></li>
                            <li><a href="popular-fleets.php" class="side-nav-link">Popuplar Fleets</a></li>
                            <li><a href="self-drive.php" class="side-nav-link">Self Drive</a></li>
                            <li><a href="book-now.php" class="side-nav-link">Book Now</a></li>
                            <li><a href="pay-now.php" class="side-nav-link">Pay Now</a></li>
                            <li><a href="coupon-code.php" class="side-nav-link">Coupon Code</a></li>
                            <li>
                                                            <a href="https://ssshsisa.eu.loclx.io/shriram/shri-ram-car-rental.apk" class="side-nav-link">Download App</a>
                                                        </li>
                            <li><a href="internet-banking" class="side-nav-link">Internet Banking</a></li>
                            <!--<li><a href="#" class="side-nav-link">Download App</a></li>-->
                            <li><a href="contact-us.php" class="side-nav-link">Contact us</a></li>
                            <li><a href="contact-vendor.php" class="side-nav-link">Contact Driver/Vendor</a></li>
                        </dl>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <section id="header">
        <div id="carouselExampleIndicators" class="carousel slide">
            <div class="carousel-indicators">
                <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
                <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
                <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
            </div>
            <div class="carousel-inner">
                <div class="carousel-item active">
                <img src="./images/slide-1.png" class="d-block w-100" alt="Slide 1">
                </div>
                <div class="carousel-item">
                <img src="./images/slide-2.png" class="d-block w-100" alt="Slide 2">
                </div>
                <div class="carousel-item">
                <img src="./images/slide-3.png" class="d-block w-100" alt="Slide 3">
                </div>
            </div>
            <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
                <span class="carousel-control-prev-icon" aria-hidden="true"></span>
                <span class="visually-hidden">Previous</span>
            </button>
            <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
                <span class="carousel-control-next-icon" aria-hidden="true"></span>
                <span class="visually-hidden">Next</span>
            </button>
        </div>
    </section>
    <div class="container text-center py-2">
        <div class="row">
            <div class="col-sm-12">
                <a href="book-now.php" class="btn btn-custom-dark">Book Now</a>
            </div>
        </div>
    </div>
    <section id="about">
        <div class="container pt-5">
            <div class="row">
                <div class="col-sm-6">
                    <h2>About us</h2>
                    <h4>Welcome To Shri Ram Car Rentals</h4>
                    <p>At Shri Ram Car Rentals we believe in letting our services do the talking for they are our most potent testament. It is our endeavour to set such high standard of quality, professional services that would be an example for other companies to emulate. Customer Delight is the most crucial ingredient for the success of our company and it is the most cherished of our goals.</p>

                    <div class="about-specs d-flex" style="gap: 10px;"><span class="icon">→</span> <p>We are a trusted name</p></div>
                    <div class="about-specs d-flex" style="gap: 10px;"><span class="icon">→</span> <p>Have a wide range of cars</p></div>
                    <div class="about-specs d-flex" style="gap: 10px;"><span class="icon">→</span> <p>We deals in all brands</p></div>
                    <div class="about-specs d-flex" style="gap: 10px;"><span class="icon">→</span> <p>We also have luxury cars available</p></div>
                </div>
                <div class="col-sm-6">
                    <img src="./images/cta-men.png" alt="" class="img-fluid">
                </div>
            </div>
        </div>
    </section>
<section id="services">
        <div class="container pt-5 pb-5">
            <div class="row pb-4">
                <div class="col-sm-12 text-center">
                    <h2>What We Offer!!!</h2>
                    <h4>Start Your Journey With Shri Ram Car Rentals</h4>
                    <p>Enjoy clear and competitive pricing with no hidden fees for a worry-free travel experience.</p>
                </div>
            </div>

            <div class="row">
                <div class="col-sm-4">
                    <div class="service-box">
                        <div class="service-img">
                            <img src="./images/airport.jpg" alt="airport" class="img-fluid">
                        </div>
                        <div class="service-box-body">
                            <h5>One Way Cabs</h5>
                            <p>Why pay fair for both side when you can go with one way cab with Shri Ram Car Rentals. Book one way cab now.</p>
                        </div>
                    </div>
                </div>

                <div class="col-sm-4">
                    <div class="service-box">
                        <div class="service-img">
                            <img src="./images/city.jpg" alt="airport" class="img-fluid">
                        </div>
                        <div class="service-box-body">
                            <h5>Round Trip Cabs</h5>
                            <p>Wish a cab for all your travel route, then go with our round trip cabs. Hassle free journey from start to end point.</p>
                        </div>
                    </div>
                </div>

                <div class="col-sm-4">
                    <div class="service-box">
                        <div class="service-img">
                            <img src="./images/regular.jpg" alt="airport" class="img-fluid">
                        </div>
                        <div class="service-box-body">
                            <h5>Car Rental</h5>
                            <p>need a car to drive yourself, then book a car on rent with us. Easy &amp; simple booking process. Rent a car today.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section><section id="cta">
        <div class="container">
            <div class="row">
                <div class="col-sm-8">
                    <h2>Feel your journey with ridek taxi service!</h2>
                    <p>"Effortless travel with on-demand cabs &amp; luxury car rentals. 24/7 accessibility, transparent pricing, and safety-first."</p>
                    <a href="book-now.php" class="btn btn-custom-dark">Book Now</a>
                </div>
                <div class="col-sm-4">
                    <div><span class="icon">→</span> Easy payment systems.</div><br>
                    <div><span class="icon">→</span> Make safety a top priority.</div><br>
                    <div><span class="icon">→</span> First and quick pickups.</div><br>
                    <div><span class="icon">→</span> Access Cabs all over India.</div>
                </div>
            </div>
        </div>
    </section><section id="why-us">
        <div class="container">
            <div class="row pt-5 pb-3">
                <div class="col-sm-12 text-center">
                    <h2>Why People Choose us?</h2>
                    <h5>We offer Best Car Rental Services @ Affordable Prices</h5>
                </div>
            </div>

            <div class="row pb-2">
                <div class="col-sm-4 text-center">
                    <div class="why-us-box">
                        <div class="icon">01</div>
                        <h6>Best Price Guarantee</h6>
                        <p>We offer the best price in the market. If you find a better deal then we will give you a free ride.</p>
                    </div>
                </div>
                <div class="col-sm-4 text-center">
                    <div class="why-us-box">
                        <div class="icon">02</div>
                        <h6>City To City</h6>
                        <p>You can book our cars for within city or for intercity. You can also rent a car of your choice.</p>
                    </div>
                </div>
                <div class="col-sm-4 text-center">
                    <div class="why-us-box">
                        <div class="icon">03</div>
                        <h6>No Cancellation Charges</h6>
                        <p>No cancellation charges, you can cancel your booking at any time. We promise to refund you full amount.</p>
                    </div>
                </div>
            </div>

            <div class="row pb-5">
                <div class="col-sm-4 text-center">
                    <div class="why-us-box">
                        <div class="icon">04</div>
                        <h6>Best Quality Cars</h6>
                        <p>We have best quality cars @ affordable prices. We have well maintained &amp; fully serviced cars available all the time.</p>
                    </div>
                </div>
                <div class="col-sm-4 text-center">
                    <div class="why-us-box">
                        <div class="icon">05</div>
                        <h6>Professional Drivers</h6>
                        <p>Our drivers are professionals and know how to treat &amp; greet customers. They know the route well.</p>
                    </div>
                </div>
                <div class="col-sm-4 text-center">
                    <div class="why-us-box">
                        <div class="icon">06</div>
                        <h6>24/7 Customer Support</h6>
                        <p>We have a team to support you. You can contact us at any time, our team will resolve your query.</p>
                    </div>
                </div>
            </div>
        </div>
    </section><section id="testimonials">
        <div class="container">
            <div class="row pt-5 pb-5">
                <div class="col-sm-12 text-center">
                    <h2 class="text-light">Testimonials</h2>
                    <h4 class="text-light mb-4">What Our Customer Says's</h4>
                    <div id="carouselExample" class="carousel slide">
                        <div class="carousel-inner">
                          <div class="carousel-item active">
                            <div class="testimonial-box">
                                <p>
                                <i class="fa fa-quote-left"></i>
                                We have booked our cab from Mumbai to Pune from Shri Ram Car Rentals &amp; I must say they have provided best services. Clean cars, polite drivers, excellent support all are their plus points...</p>
                                <h6>Rajeev thakur</h6>
                                <p style="font-weight: 700;">Mumbai, Maharashtra</p>
                                
                            </div>
                          </div>
                          <div class="carousel-item">
                            <div class="testimonial-box">
                                <p>
                                <i class="fa fa-quote-left"></i>
                                I want a car for self drive. I need a thar of hill station, so I booked my car with Shri Ram Car Rentals. I got the best deal &amp; well maintained car for my tour. Excellent service...</p>
                                <h6>Pankaj Kumar</h6>
                                <p style="font-weight: 700;">Manali, Himachal Pradesh</p>
                                
                            </div>
                          </div>
                          <div class="carousel-item">
                            <div class="testimonial-box">
                                <p>
                                <i class="fa fa-quote-left"></i>
                                I am going for a vacation with my family. So I was searching for a tempo traveler for 15 persons. They provide me the tempo traveler @ best prices. Thank you Shri Ram Car Rentals...</p>
                                <h6>Abhishek Ranjan</h6>
                                <p style="font-weight: 700;">Jaipur, Rajasthan</p>
                                
                            </div>
                          </div>
                          
                        </div>
                        <button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">
                          <span class="carousel-control-prev-icon" aria-hidden="true"></span>
                          <span class="visually-hidden">Previous</span>
                        </button>
                        <button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next">
                          <span class="carousel-control-next-icon" aria-hidden="true"></span>
                          <span class="visually-hidden">Next</span>
                        </button>
                      </div>
                </div>
            </div>
        </div>
    </section><section id="footer">
        <div class="container">
            <div class="row">
                <div class="col-sm-3">
                    <h4 class="footer-title">Working Hours</h4>
                    <h6 class="footer-title-primary">Monday-Saturday</h6>
                    <p>9:00 AM - 10:00 PM</p>

                    <h6 class="footer-title-primary">Sunday</h6>
                    <p>10:00 AM - 9:00 PM</p>
                </div>

                <div class="col-sm-3">
                    <h4 class="footer-title">Usefull Links</h4>
                    <a href="about-us.php" class="footer-link">About us</a>
                    <a href="popular-fleets.php" class="footer-link">Popular Fleets</a>
                    <a href="self-drive.php" class="footer-link">Self Drive</a>
                    <a href="pay-now.php" class="footer-link">Pay Now</a>
                    <a href="contact-us.php" class="footer-link">Contact Us</a>
                </div>

                <div class="col-sm-3">
                    <h4 class="footer-title">Head Office</h4>
                    <h6 class="footer-title-primary">Location:</h6>
                    <p>Har Indl Estate, Unit-7 Off Dr E Mosez Road, Worli, Mumbai, Maharashtra 400018, India</p>
                    <h6 class="footer-title-primary">Join us</h6>
                    <p>[email protected]</p>
                </div>

                <div class="col-sm-3">
                    <h4 class="footer-title">Newsletter</h4>
                    <form action="#" method="post">
                        <label for="email">Email</label>
                        <input type="email" name="email" placeholder="Email address" class="form-control" required="">
                        
                        <button class="btn btn-custom-primary mt-2" style="width: 100%;">Subscribe Now</button>
                    </form>
                </div>
            </div>
        </div>
    </section>
    <section id="footer-anim">
        <img src="./images/truck-1.png" class="img-fluid truck-1">
        <img src="./images/truck-2.png" class="img-fluid truck-2">
        <img src="./images/truck-3.png" class="img-fluid truck-3">
    </section>
    <section id="copyright">
        <div class="container">
            <div class="row">
                <div class="col-sm-12 text-center">
                    <p>© Copyright 2012-2023 | All Right Reserved</p>
                </div>
            </div>
        </div>
    </section>
    <section id="download">
        <div class="container">
            <div class="row">
                <div class="col-sm-12 text-center">
                    <p><img src="./images/car-icon.png" alt="car-icon" class="img-fluid"> 50% Off On Your First Ride On App Download <img src="./images/car-icon.png" alt="car-icon" class="img-fluid"></p>
                    <a href="https://ssshsisa.eu.loclx.io/shriram/shri-ram-car-rentals.apk" class="btn btn-download"><img src="./images/android.png" alt="android icon" class="img-fluid"> &nbsp;Download App</a>
                    <p><img src="./images/fire.png" alt="fire icon" class="img-fluid">2732 Downloads in last 24 hours<img src="./images/fire.png" alt="fire icon" class="img-fluid"></p>
                </div>
            </div>
        </div>
    </section>
        <script src="js/main.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
    

    </body></html>