View file File name : index.php Content :<?php include('header.php'); ?> <div class="banner bannerf" id="banner"> <div id="bannerCarousole" class="carousel slide" data-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item banner-max-height active"> <img class="d-block w-100" src="<?=base_url()?>assets/img/banner/banner-1.jpg" alt="banner"> <div class="carousel-caption banner-slider-inner banner-slider-inner-2 d-flex h-100"> <div class="carousel-content container"> <div class="mainheadingbg"> <h3 class="text-uppercase">Find Your Property</h3> <!--<p> We study survey and deliver best to u. </p>--> <form action="<?=base_url()?>agent/search/properties" method="post"> <div class="inline-search-area ml-auto mr-auto d-none d-xl-block d-lg-block"> <div class="row"> <div class="col-xl-3 col-lg-3 col-sm-3 col-3 search-col"> <select class="search-fields" name="location"> <?php foreach($locations as $l){ ?> <option value="<?=$l->name?>"><?=$l->name?></option> <?php } ?> </select> </div> <div class="col-xl-4 col-lg-4 col-sm-4 col-4 search-col"> <select class="search-fields" name="type"> <?php foreach($types as $l){ ?> <option value="<?=$l->property_type?> Project"><?=$l->property_type?> Project</option> <?php } ?> </select> </div> <div class="col-xl-3 col-lg-3 col-sm-3 col-3 search-col budget"> <select class="search-fields" required name="budget"> <option value="">Budget</option> <option value="800000 and 1500000">08 Lacs - 15 Lacs</option> <option value="1500000 and 3500000">15 Lacs - 35 Lacs</option> <option value="3500000 and 5500000">35 Lacs - 55 Lacs</option> <option value="5500000 and 7500000">55 Lacs - 75 Lacs</option> <option value="7500000 and 150000000">75 Lacs Above</option> </select> </div> <div class="col-xl-2 col-lg-2 col-sm-2 col-6 search-col"> <button type="submit" class="btn button-theme btn-search btn-block"> <i class="fa fa-search"></i><strong>Find</strong> </button> </div> </div> </div> </form> </div> </div> </div> </div> <a class="carousel-control-prev" href="#bannerCarousole" role="button" data-slide="prev"> <span class="slider-mover-left" aria-hidden="true"> <i class="fa fa-angle-left"></i> </span> </a> <a class="carousel-control-next" href="#bannerCarousole" role="button" data-slide="next"> <span class="slider-mover-right" aria-hidden="true"> <i class="fa fa-angle-right"></i> </span> </a> </div> </div> <div class="services bg-grea-3"> <div class="container"> <!-- Main title --> <div class="main-title text-center"> <h1>Our Working Process</h1> <p>How we work</p> </div> <div class="row"> <div class="col-xl-4 col-lg-4 col-4 col-md-4 col-sm-4 working"> <div class="service-info" data-aos="fade-left" data-aos-offset="200"> <div class="icon"> <i class="flaticon-apartment-1"></i> </div> <h3>1st</h3> <p>We Survey The Market</p> </div> </div> <div class="col-xl-4 col-lg-4 col-4 col-md-4 col-sm-4 working"> <div class="service-info" data-aos="zoom-in-up" data-aos-offset="300"> <div class="icon"> <i class="flaticon-apartment-1"></i> </div> <h3>2nd</h3> <p>We Study The Market</p> </div> </div> <div class="col-xl-4 col-lg-4 col-4 col-md-4 col-sm-4 working"> <div class="service-info" data-aos="fade-right" data-aos-offset="400"> <div class="icon"> <i class="flaticon-apartment-1"></i> </div> <h3>3rd</h3> <p>Deliver Best To You</p> </div> </div> </div> </div> </div> <div class="container-fluid"> <!-- Main title --> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="main-title"> <h1>Best Deals For You</h1> <!--<p>Select your dream home as per location</p>--> </div> <div class="main-title text-center"> <ul class="list-inline-listing filters filteriz-navigation"> <!--<li data-filter="0" class="active btn btn-inline filtr-button filtr">All Projects</li>--> <!--<li data-filter="1" class="buttons active btn btn-inline filtr-button filtr">All Projects</li>--> <?php $count=2; foreach($locations as $ab){ ?> <!--<li data-filter="<?=$count?>" class="buttons btn btn-inline filtr-button filtr"><?=$ab->name?></li>--> <?php $count=$count+1; } ?> </ul> </div> <div class="col-lg-12 col-md-12 col-sm-12"> <div class="colorofpro"> <div class="row"> <div class="col-lg-7 col-md-7 col-sm-7"> <div class="sorting-options2"> <span class="sort buttonscatg categ" style="">BEST DEAL PROJECTS</span> </div> </div> <div class="col-lg-5 col-md-5 col-sm-5"> <div class="sorting-options"> <a href="<?=base_url()?>agent/properties/best" class="change-view-btn">View All</a> </div> </div> </div> <!-- Slick slider area start --> <div class="row"> <div class="owl-carousel owl-theme"> <?php $most_pr=$this->Business_Properties_model->get_property_best(); foreach($most_pr as $d){ ?> <div class="property-box"> <div class="property-thumbnail"> <a href="<?=base_url()?>agent/properties/details/<?=$d->id?>" class="property"> <div class="listing-badges"> <span class="featured" style="background:#D60620;font-size:17px;"><?=round($d->discount)?> % OFF</span> </div> <div class="price-box"><span>Posted on</span> <?=date("d-m-Y",strtotime($d->last_created))?></div> <img class="d-block w-100" style="height:130px;" src="<?=$d->property_image?>" alt="properties"> </a> </div> <div class="detail"> <h1 class="title"> <a href="<?=base_url()?>agent/properties/details/<?=$d->id?>"> <?=$d->property_type?> Project</a> </h1> <div class="location"> <a href="<?=base_url()?>agent/properties/details/<?=$d->id?>"> <span></span> <?=$d->area?> </span> </a> </div> <div class="location"> <a href="<?=base_url()?>agent/properties/details/<?=$d->id?>"> <span style="text-decoration: line-through;"><i class="fa fa-rupee"></i> <?php if(($d->price/100000)>1){ echo $d->price/100000; echo " Lacs"; } else if(($d->price/10000000)>1){ echo $d->price/10000000; echo " Cr "; }else{ echo $d->price; } ?></span> <i class="fa fa-rupee"></i> <span><?php if(($d->selling_price/100000)>1){ echo $d->selling_price/100000; echo " Lacs"; } else if(($d->selling_price/10000000)>1){ echo $d->selling_price/10000000; echo " Cr "; }else{ echo $d->selling_price; } ?></span> </a> </div> </div> <ul class="facilities-list clearfix"> <li> <?=$d->lacality?> , <?=$d->station?></sup> </ul> </div> <?php } ?> </div> </div> </div> <!-- Most aff pro --> <?php foreach($types as $t){ ?> <?php } ?> </div> </div> </div> </div> <div class="container-fluid"> <!-- Main title --> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="main-title"> <h1>Top Projects For You</h1> <!--<p>Select your dream home as per location</p>--> </div> <div class="main-title text-center"> <ul class="list-inline-listing filters filteriz-navigation"> <!--<li data-filter="0" class="active btn btn-inline filtr-button filtr">All Projects</li>--> <!--<li data-filter="1" class="buttons active btn btn-inline filtr-button filtr">All Projects</li>--> <?php $count=2; foreach($locations as $ab){ ?> <!--<li data-filter="<?=$count?>" class="buttons btn btn-inline filtr-button filtr"><?=$ab->name?></li>--> <?php $count=$count+1; } ?> </ul> </div> <div class="col-lg-12 col-md-12 col-sm-12"> <!-- Most aff pro --> <?php foreach($types as $t){ ?> <div class="colorofpro"> <div class="row"> <div class="col-lg-7 col-md-7 col-sm-7"> <div class="sorting-options2"> <span style="width:auto;" class="sort buttonscatg categ"><?=$t->type?> Project PROJECTS</span> </div> </div> <div class="col-lg-5 col-md-5 col-sm-5"> <div class="sorting-options"> <a href="<?=base_url()?>agent/properties/get/<?=$t->type?> Project" class="change-view-btn">View All</a> </div> </div> </div> <!-- Slick slider area start --> <div class=""> <div class="owl-carousel owl-theme"> <?php $most_pr=$this->Business_Properties_model->get_property_cat($t->type); foreach($most_pr as $d){ ?> <div class="property-box"> <div class="property-thumbnail"> <a href="<?=base_url()?>agent/properties/details/<?=$d->id?>" class="property"> <div class="listing-badges"> <span class="featured" style="background:#D60620;font-size:17px;"><?=round($d->discount)?> % OFF</span> </div> <div class="price-box"><span>Posted on</span> <?=date("d-m-Y",strtotime($d->last_created))?></div> <img class="d-block w-100" style="height:130px;" src="<?=$d->property_image?>" alt="properties"> </a> </div> <div class="detail"> <h1 class="title"> <a href="<?=base_url()?>agent/properties/details/<?=$d->id?>"> <?=$d->property_type?> Project</a> </h1> <div class="location"> <a href="<?=base_url()?>agent/properties/details/<?=$d->id?>"> <span></span> <?=$d->area?> </span> </a> </div> <div class="location"> <a href="<?=base_url()?>agent/properties/details/<?=$d->id?>"> <span style="text-decoration: line-through;"><i class="fa fa-rupee"></i> <?php if(($d->price/100000)>1){ echo $d->price/100000; echo " Lacs"; } else if(($d->price/10000000)>1){ echo $d->price/10000000; echo " Cr "; }else{ echo $d->price; } ?></span> <i class="fa fa-rupee"></i> <span><?php if(($d->selling_price/100000)>1){ echo $d->selling_price/100000; echo " Lacs"; } else if(($d->selling_price/10000000)>1){ echo $d->selling_price/10000000; echo " Cr "; }else{ echo $d->selling_price; } ?></span> </a> </div> </div> <ul class="facilities-list clearfix"> <li> <?=$d->lacality?> , <?=$d->station?></sup> </ul> </div> <?php } ?> </div> </div> </div> <?php } ?> </div> </div> </div> </div> </div> <div class="services services-2 content-area"> <div class="container"> <!-- Main title --> <div class="main-title main-title-3 text-center"> <h1>Start To End Assistance</h1> <p>Work Flow</p> </div> <div class="row"> <div class="offset-lg-1 offset-xl-1 offset-col-2 col-xl-2 col-sm-12 col-lg-2 col-md-12 col-6"> <div class="service-info"> <div class="service-info-inner clip-home"> <div class="icon"> <h2>1</h2> </div> <h3>Searching & short listing property</h3> </div> </div> </div> <div class="col-lg-2 col-md-12 col-xl-2 col-sm-2 col-6"> <div class="service-info"> <div class="service-info-inner clip-home"> <div class="icon"> <h2>2</h2> </div> <h3>Provide best solution as per requirement</h3> </div> </div> </div> <div class="col-lg-2 col-md-12 col-xl-2 col-sm-2 col-4 working"> <div class="service-info"> <div class="service-info-inner clip-home"> <div class="icon"> <h2>3</h2> </div> <h3>Site visit arrangement</h3> </div> </div> </div> <div class="col-lg-2 col-md-12 col-xl-2 col-sm-2 col-4 working"> <div class="service-info"> <div class="service-info-inner clip-home"> <div class="icon"> <h2>4</h2> </div> <h3>Home loan assistance</h3> </div> </div> </div> <div class="col-lg-2 col-md-12 col-xl-2 col-sm-2 col-4 working"> <div class="service-info"> <div class="service-info-inner clip-home"> <div class="icon"> <h2>5</h2> </div> <h3>Booking<br> of unit</h3> </div> </div> </div> </div> </div> </div> <!-- Services start --> <div class="services content-area"> <div class="container"> <!-- Main title --> <div class="main-title"> <h1>About Us</h1> <p>What we do?</p> </div> <div class="row"> <div class="col-lg-5 col-md-5"> <div class="inside-properties mb-50"> <!--<h3 class="heading-2"> Property Video </h3>--> <img src="<?=base_url()?>assets/img/prop.jpeg" style="max-width: -webkit-fill-available;"> </div> </div> <div class="col-lg-7 col-md-7"> <!--<h3 class="heading-2"> Property Video </h3>--> <div id="faq" class="faq-accordion"> <div class="card"> <div class="card-header"> <a class="card-title collapsed" data-toggle="collapse" data-parent="#faq" href="#collapse1"> Why DHC PropLoan Mart? </a> </div> <div id="collapse1" class="card-block collapse mb-10"> <div class="foq-info"> <ul class="categorybulate"> <li>DHC PropLoan Mart is the online real estate platform which simplifies the search for your dream home at your fingertips. <li>DHC PropLoan Mart prides itself for providing property listings in 3 surveyed and research based criteria and filter the best results from the rush such as:</li> <ol> <li>1RK Projects</li> <li>1BHK Projects</li> <li>2BHK Projects</li> </ol> <li>DHC PropLoan Mart first survey the market, study the market by comparing all the parameters and delivers best results to you.</li> </li> </div> </div> <div class="card-header"> <a class="card-title collapsed" data-toggle="collapse" data-parent="#faq" href="#collapse2"> How seller and buyer can benefit from DHC PropLoan Mart? </a> </div> <div id="collapse2" class="card-block collapse mb-10"> <div class="foq-info"> <Span>BUYERS</Span> <ul class="categorybulate"> <li>No brokerage or any fees is charged to the buyer for any transaction of property buying from DHC PropLoan Mart.</li> <li>We always focus on buyers interest and helps him to find the right property in a rapidly manner as per his requirements.</li> <li>Our team provides start to end home buying assistance and support to the buyer.</li> </ul> <hr> <Span>SELLERS</Span> <ul class="categorybulate"> <li>DHC PropLoan Mart advertises and markets the property to the maximum reach on number of platforms through its channels.</li> <li>Presenting, Marketing, Lead Creation, Lead Conversion and Deal Closing all are done by team of DHC PropLoan Mart.</li> <li>DHC PropLoan Mart also helps in getting the home loan to buyer and supports in whole process from login to disbursement which makes easy for getting funds in fast manner and also creates trust as both home buying and loan process are done at single window.</li> </ul> </div> </div> <div class="card-header"> <a class="card-title collapsed" data-toggle="collapse" data-parent="#faq" href="#collapse3"> How DHC PropLoan Mart helps in arranging finance? </a> </div> <div id="collapse3" class="card-block collapse mb-10"> <div class="foq-info"> <ul class="categorybulate"> <li>DHC PropLoan Mart is associated with 35+ Banks and NBFC’s which help customers in getting all types of loan at simple window and also in comparing loans from other banks according to the documents and eligibility.</li> <li>DHC PropLoan Mart is active in providing loans with lower rate of interest (ROI) and minimum processing fees (PF) with maximum loan funding.</li> <li>DHC PropLoan Mart provides both digital and door step service to the customer for loan process.</li> <li>DHC PropLoan Mart does not charge any service charges from the customer.</li> </ul> </div> </div> <div class="card-header bd-none"> <a class="card-title collapsed" data-toggle="collapse" data-parent="#faq" href="#collapse4"> How DHC PropLoan Mart gives start to end assistance? </a> </div> <div id="collapse4" class="card-block collapse"> <div class="foq-info"> <ul class="categorybulate"> <li>We survey the market, shortlist the properties and filters the properties in parameters of 3 simple criteria such as </li> <ol> <li>Most affordable project </li> <li>Most nearby station project</li> <li>Best township project</li> </ol> <li>Our team connects with you and provides the best solution from all shortlisted properties according to your choice and requirement.</li> <li>Our team provides physical support in arranging the site visit of the project and explaining the details of the project.</li> <li>Our team also provides home loan assistance by verifying your loan documents and calculating your loan eligibility and provide support in whole process from login to disbursement.</li> <li>Finally we support and help you in booking your dream home.</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Counters strat --> <div class="counters overview-bgi"> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-6"> <div class="counter-box"> <i class="flaticon-financial"></i> <!--<h1 class="counter"></h1>--> <p>Most Affordable Project</p> </div> </div> <div class="col-lg-4 col-md-4 col-sm-6"> <div class="counter-box"> <i class="flaticon-pin"></i> <!--<h1 class="counter"></h1>--> <p>Top Locations</p> </div> </div> <div class="col-lg-4 col-md-4 col-sm-6"> <div class="counter-box"> <i class="flaticon-apartment-1"></i> <!--<h1 class="counter"></h1>--> <p>Township Project</p> </div> </div> </div> </div> </div> <!-- Counters end --> <!-- Categories strat --> <div class="categories content-area-7"> <div class="container"> <!-- Main title --> <div class="main-title text-center"> <h1>Most Popular Places</h1> <p>Find Your Properties In Your City</p> </div> <div class="row"> <div class="col-lg-5 col-md-12 col-sm-12 col-pad"> <div class="category"> <div class="category_bg_box category_long_bg cat-4-bg"> <div class="category-overlay"> <div class="category-content"> <h3 class="category-title"> <a href="<?=base_url()?>agent/properties/location/virar">Virar</a> </h3> <h4 class="category-subtitle"><?=$virar?> Properties</h4> </div> </div> </div> </div> </div> <div class="col-lg-7 col-md-12 col-sm-12"> <div class="row"> <div class="col-sm-6 col-pad"> <div class="category"> <div class="category_bg_box cat-1-bg"> <div class="category-overlay"> <div class="category-content"> <h3 class="category-title"> <a href="<?=base_url()?>agent/properties/location/umbergaon">Umbergaon</a> </h3> <h4 class="category-subtitle"><?=$umbergaon?> Properties</h4> </div> </div> </div> </div> </div> <div class="col-sm-6 col-pad"> <div class="category"> <div class="category_bg_box cat-2-bg"> <div class="category-overlay"> <div class="category-content"> <h3 class="category-title"> <a href="<?=base_url()?>agent/properties/location/palghar">Palghar</a> </h3> <h4 class="category-subtitle"><?=$palghar?> Properties</h4> </div> </div> </div> </div> </div> <div class="col-sm-6 col-pad"> <div class="category"> <div class="category_bg_box cat-3-bg"> <div class="category-overlay"> <div class="category-content"> <h3 class="category-title"> <a href="<?=base_url()?>agent/properties/location/boisar">Boisar</a> </h3> <h4 class="category-subtitle"><?=$boisar?> Properties</h4> </div> </div> </div> </div> </div> <div class="col-sm-6 col-pad"> <div class="category"> <div class="category_bg_box cat-5-bg"> <div class="category-overlay"> <div class="category-content"> <h3 class="category-title"> <a href="<?=base_url()?>agent/properties/location/vapi">Vapi</a> </h3> <h4 class="category-subtitle"><?=$vapi?> Properties</h4> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Categories end --> <div class="our-team content-area testimonialbg"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="main-title"> <h1>Testimonial</h1> <p>Our Customers Are Seeing Big Results</p> </div> <div class="carousel-controls testimonial-carousel-controls"> <div class="control d-flex align-items-center justify-content-center prev mt-3"><i class="fa fa-chevron-left"></i></div> <div class="control d-flex align-items-center justify-content-center next mt-3"><i class="fa fa-chevron-right"></i></div> <div class="testimonial-carousel"> <div class="h5 font-weight-normal one-slide mx-auto"> <div class="testimonial w-100 px-3 d-flex flex-direction-column justify-content-center flex-wrap align-items-center"> <div class="message w-100 bordertest"><p>Property is the most valuable asset for a person. To get the right and genuine property at the right place is the most difficult task. I started searching 2/3 BHK flats in Palghar 2 years back. But at DHC PropLoan Mart, I started just few days back. I got a best Deal. </p></div> <div class="blockquote-footer w-100">Mahesh Jain</div> </div> </div> <div class="h5 font-weight-normal one-slide mx-auto"> <div class="testimonial w-100 px-3 d-flex flex-direction-column justify-content-center flex-wrap align-items-center"> <div class="message w-100 bordertest"><p>"I found a house within my budget in Virar due to the tentative area wise. More so, my cousin was highly benefited from it to buy his own block in Virar. Lots of Thanks to DHC PropLoan Mart to find the property of my choice. Best Service and Team also very Nice"</p></div> <div class="blockquote-footer w-100">Sakshi Chaudhari</div> </div> </div> <div class="h5 font-weight-normal one-slide mx-auto"> <div class="testimonial w-100 px-3 d-flex flex-direction-column justify-content-center flex-wrap align-items-center"> <div class="message w-100 bordertest"><p>"Anyone can easily find the property of their choice. I had chosen a property in my home town and given an initial token amount to the builder. DHC PropLoan Mart responds fast and gives all details of a variety of properties, in minutes. Thank you DHC PropLoan Mart!"</p></div> <div class="blockquote-footer w-100 ">Brijesh Patil</div> </div> </div> </div> </div> </div> </div> </div> </div> <style> </style> <?php include('footer.php'); ?>