:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/tusharplanner.com/english/**
:: Editing File: Vehicle-planning.php
<?php require "header.php"; ?> <!--Start breadcrumb area--> <section class="breadcrumb-area"> <div class="breadcrumb-area-bg" style="background-image: url(img/inner_slider.png);"></div> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="inner-content"> <div class="title" data-aos="fade-right" data-aos-easing="linear" data-aos-duration="500"> <h2>Vehicle Planning</h2> </div> <div class="breadcrumb-menu" data-aos="fade-left" data-aos-easing="linear" data-aos-duration="500"> <ul> <li><a href="index.php">Home</a></li> <li><a href="#">Economic Planning</a></li> <li class="active">Vehicle Planning</li> </ul> </div> </div> </div> </div> </div> </section> <!--End breadcrumb area--> <!--Start Cards Details Area--> <section class="cards-details-area"> <div class="container"> <div class="row"> <div class="col-xl-4"> <div class="sidebar-box-style2"> <!--Start Single Sidebar Box Style1--> <div class="single-sidebar-box-style1"> <div class="sidebar-title"> <div class="dot-box"></div> <h3>Economic Planning</h3> </div> <div class="card-types-box"> <ul> <li><a href="Education-of-children.php"> Education Of Children</a></li> <li><a href="Marriage-of-children.php">Marriage Of Children</a></li> <li><a href="Retirement-planning.php">Retirement Planning</a></li> <li><a href="Planning-for-the-house.php">Planning For The House</a></li> <li class="active"><a href="Vehicle-planning.php"> Vehicle Planning</a></li> <li><a href="Family-vacation-planning.php">Family Vacation Planning</a></li> <li><a href="Custom-goals.php">Custom Goals</a></li> <li><a href="SIP-calc.php">SIP Calculator</a></li> <li><a href="swp.php">SWP Planning</a></li> <li><a href="target-sip.php">Target SIP Planning</a></li> <li><a href="lumpsum.php">Lumpsum Planning</a></li> </ul> </div> </div> <!--End Single Sidebar Box Style1--> <div class="border-box-1"></div> <div class="sidebar-banner-box"> <div class="top-box float-bob-y"></div> <div class="bottom-box float-bob-x"></div> <div class="logo-box"> <a href="index.php"> <img src="img/logo.png" alt="" style="width:150px;"> </a> </div> <h3>Small Steps to Your<br> Better Future.</h3> <ul> <li><span class="icon-checkbox-mark"></span>Building Wealth, One Step at a Time</li> <li><span class="icon-checkbox-mark"></span> Invest with Confidence, Grow with Expertise</li> </ul> <div class="btns-box"> <a class="btn-one" href="contact.php"> <span class="txt">Get Support</span> </a> </div> </div> <!--End Sidebar Banner Box--> </div> </div> <div class="col-xl-8"> <div class="cards-deails-content-box"> <div class="cards-deails-content-1"> <div class="inner-title"> <h5>Know About</h5> <h2>Vehicle Planning</h2> </div> <div class="text"> <p>Purchasing a vehicle is an important financial decision, often requiring significant planning to balance cost, financing options, and personal budget. By saving thoughtfully and considering investment options, individuals can accumulate the funds necessary for a vehicle purchase without compromising other financial goals. Strategic vehicle planning helps reduce the need for loans, minimizes financial strain, and supports a smooth buying process.</p> <p>Our vehicle planning solutions are designed to help clients achieve their automotive goals with a range of investment options tailored to short- and long-term timelines. Whether planning for a car, motorcycle, or other vehicle, our solutions provide a structured approach to financing, ensuring clients can drive off in their dream vehicle with confidence and ease.</p> </div> </div> <div class="cards-deails-content-2"> <div class="row"> <div class="col-xl-6 col-lg-6"> <div class="img-box"> <ul> <li> <div class="single-img-box"> <img src="img/planing_page/vehicle_planning.png" alt=""> </div> </li> </ul> </div> </div> <div class="col-xl-6 col-lg-6"> <div class="text-box"> <ul> <li> <span class="icon-shield-2"></span> <h3>Targeted Savings Plans</h3> <p>Build savings aligned with vehicle purchase timelines.</p> </li> <li> <span class="icon-shield-2"></span> <h3>Fixed Income Investments</h3> <p>Provide secure, steady growth for a planned purchase.</p> </li> <li> <span class="icon-shield-2"></span> <h3>Liquidity-Focused Options</h3> <p>Maintain easy access to funds for flexible purchasing.</p> </li> </ul> </div> </div> </div> </div> <br><br> <center><div class="clac_button btn btn-primary" style="background-color: #f19b35;border-color:#f19b35;color:#fff; cursor: auto; padding: 10px 30px;border-radius: 20px;"> <h2 style="color:#fff;margin:0px;">Vehicle Planning</h2> </div> </center> <br> <?php /*require "calculators_code_SIP.php"; */ ?> <div class="border1" style="border: 5px solid !important; border-radius: 40px; padding: 40px 20px;"> <iframe src="calculators/newcar.html" width="100%" style="height:730px;" scrolling="no" frameborder="0"></iframe> </div> </div> </div> </div> </section> <!--End Cards Details Area--> <?php require "footer.php"; ?>