MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.83
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/imyrqtmy/public_html/moryanew/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/moryanew/personal_loan.php
<!DOCTYPE html>

<html lang="en">





 <?php include 'include/head.php'; ?>

 <?php



$bid  = $_GET['id'];



  $sqlr = "select * from tbl_categories where id='$bid'";

  $sql_resr = mysqli_query($con, $sqlr) or die(mysqli_error($con));

  $sql_rowr = mysqli_fetch_assoc($sql_resr);

  

  $sqlrs = "select * from tbl_product where caegory='$bid'";

  $sql_resrs = mysqli_query($con, $sqlrs) or die(mysqli_error($con));

  $sql_rowrs = mysqli_fetch_assoc($sql_resrs);

   $na = $sql_rowrs['name'];

$hospi_photo = $sql_rowrs['simg'];



?>

 <style>

  

* {box-sizing: border-box}

.mySlides1, .mySlides2 {display: none}

img {vertical-align: middle;}



/* Slideshow container */

.slideshow-container {

  max-width: 1000px;

  position: relative;

  margin: auto;

}



/* Next & previous buttons */

.prev, .next {

  cursor: pointer;

  position: absolute;

  top: 50%;

  width: auto;

  padding: 16px;

  margin-top: -22px;

  color: white;

  font-weight: bold;

  font-size: 18px;

  transition: 0.6s ease;

  border-radius: 0 3px 3px 0;

  user-select: none;

}



/* Position the "next button" to the right */

.next {

  right: 0;

  border-radius: 3px 0 0 3px;

}



/* On hover, add a grey background color */

.prev:hover, .next:hover {

  background-color: #f1f1f1;

  color: black;

}

</style>





<body>

  <?php include 'include/header.php'; ?>

  <main>

    <section class="pt-18 pb-10" style="background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../assets/images/background/page-header.jpg) no-repeat center;

  background-size: cover;">

      <div class="container">

        <div class="row">

          <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">

            <div class="bg-white p-5 rounded-top-md">

              <div class="row align-items-center">

                <div class="col-xl-8 col-lg-8 col-md-8 col-sm-12 col-12">

                  <h1 class="mb-0"><?php echo $sql_rowr['name']; ?></h1>

                </div>

                <div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12">

                  <div class="text-md-end mt-3 mt-md-0">

                    <a href="apply_loan.php?id=<?php echo $bid; ?>" class="btn btn-primary">How To Apply</a>

                  </div>

                </div>

              </div>

            </div>

            <div>

              <ul class="nav nav-fill nav-pills-gray-fill">

                <li class="nav-item ">

                  <a href="contact.php" class="nav-link">Give me call back</a>

                </li>

                <li class="nav-item">

                  <a href="loan_cal.php" class="nav-link">Emi Caculator</a>

                </li>

              </ul>

            </div>

          </div>

        </div>

      </div>

    </section>



    <!-- content start -->

    <section style="padding: 5rem 0;">

    <div class="container-fluid">

            <div class="row">

                <div class="col-lg-12">

                    <div class="container-fluid">

                        <section class="overview-pl">

                            <div class="choose-title text-center how-work-content">

                                <span>Overview</span>

                                <h1><?php echo $sql_rowrs['name']; ?></h1>

                            </div>

                            <div class="row">

                                <div class="col-lg-6">

                                    <div class="overview-img">

                                        <img src="Admin/current_causes/<?php echo $sql_rowrs['img']; ?>" alt="overview-img" width="100%" style="height: 465px;">

                                    </div>

                                </div>

                                <div class="col-lg-6">

                                    <div class="overview-cont">

                                        <p> <?php echo $sql_rowrs['pdesc']; ?></p>

                                        

                                    </div>

                                </div>

                            </div>

                        </section>

                        <section class="loan-services">

                            <div class="row">

                                <div class="col-md-12">

                                   <!--<p>Slideshow 1:</p>-->

                                    <div class="slideshow-container">

                                        <?php 

                                $i= 1;

                               $im =  explode(',', $hospi_photo);



                                foreach ($im as  $value) {



                        ?>

                                      <div class="mySlides1">

                                        <img src="Admin/current_causes/<?php echo $value;?>" style="width: 100%;height: 500px;">

                                      </div>

                                    

                                      <?php } ?>

                                      <a class="prev" onclick="plusSlides(-1, 0)">&#10094;</a>

                                      <a class="next" onclick="plusSlides(1, 0)">&#10095;</a>

                                    </div> 

                                </div>

                            </div>

                        </section>

                        <section class="pl-features ptb-5">

                            <div class="choose-title text-center how-work-content mb-5">

                                

                                <h2>Features of <?php echo $sql_rowr['name']; ?></h2>

                            </div>

                            <div class="container">

                                <div class="row">

                                    <?php

                                                $count = 1;

                                                $sql = "select * from tbl_other_img where cat_id='$bid'";

                                                $sql_res = mysqli_query($con, $sql) or die(mysqli_error($con));

                                                while ($sql_row = mysqli_fetch_assoc($sql_res)){ 

                                                    $image = $sql_row['imgs'];

                                                    ?>

                                    <div class="col-lg-6">

                                        <div class="feature-item">

                                            <div class="icon">
                                                <?php if($image == ''){
                                                    
                                                }
                                                else { ?>
                                                    <img src="Admin/imgs/<?php echo $image;?>" style="width:40px;height:40px;">

                                                <?php } ?>

                                            </div>

                                            <div class="feature-cont">

                                                <h3><?php echo $sql_row['name']; ?></h3>

                                                <p><?php echo $sql_row['odesc']; ?>.</p>

                                            </div>

                                        </div>

                                    </div>

                                    <?php } ?>

                                </div>

                            </div>

                        </section>

                        <section class="pl-trust ptb-5 pb-0">

                            <div class="choose-title text-center how-work-content mb-4">

                                <span>Reasons Why You Should Choose Us</span>

                                <h2>Why Trust Mourya Loans</h2>

                            </div>

                            <div class="container-fluid">

                                <div class="row">

                                    <div class="col-lg-12">

                                        <ul>

                                            <li class="whytrust-item">

                                                <span class="icon"><svg class="svg-inline--fa fa-map-marked-alt fa-w-18" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="map-marked-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" data-fa-i2svg=""><path fill="currentColor" d="M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z"></path></svg><!-- <i class="fas fa-map-marked-alt"></i> Font Awesome fontawesome.com --></span>

                                                <h3>Easy Availability Across India</h3>

                                                <p>Mourya Loans along with significant partner Banks extend Instant Online Personal Loan up to Rs. 25 lakhs to virtually all salaried individuals in India.</p>

                                            </li>

                                            <li class="whytrust-item">

                                                <span class="icon"><svg class="svg-inline--fa fa-tachometer-alt fa-w-18" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="tachometer-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" data-fa-i2svg=""><path fill="currentColor" d="M288 32C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm0 64c14.71 0 26.58 10.13 30.32 23.65-1.11 2.26-2.64 4.23-3.45 6.67l-9.22 27.67c-5.13 3.49-10.97 6.01-17.64 6.01-17.67 0-32-14.33-32-32S270.33 96 288 96zM96 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm48-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm246.77-72.41l-61.33 184C343.13 347.33 352 364.54 352 384c0 11.72-3.38 22.55-8.88 32H232.88c-5.5-9.45-8.88-20.28-8.88-32 0-33.94 26.5-61.43 59.9-63.59l61.34-184.01c4.17-12.56 17.73-19.45 30.36-15.17 12.57 4.19 19.35 17.79 15.17 30.36zm14.66 57.2l15.52-46.55c3.47-1.29 7.13-2.23 11.05-2.23 17.67 0 32 14.33 32 32s-14.33 32-32 32c-11.38-.01-20.89-6.28-26.57-15.22zM480 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z"></path></svg><!-- <i class="fas fa-tachometer-alt"></i> Font Awesome fontawesome.com --></span>

                                                <h3>High-Speed Process</h3>

                                                <p>At Mourya Loans, Adhaar based e-KYC speeds up the documentation process by eliminating physical paperwork. You can obtain a personal loan at the least financing costs within 24 to 48 hours.</p>

                                            </li>

                                            <li class="whytrust-item">

                                                <span class="icon"><svg class="svg-inline--fa fa-toolbox fa-w-16" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="toolbox" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M502.63 214.63l-45.25-45.25c-6-6-14.14-9.37-22.63-9.37H384V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v80H77.25c-8.49 0-16.62 3.37-22.63 9.37L9.37 214.63c-6 6-9.37 14.14-9.37 22.63V320h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-82.75c0-8.48-3.37-16.62-9.37-22.62zM320 160H192V96h128v64zm64 208c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H192v16c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H0v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96H384v16z"></path></svg><!-- <i class="fas fa-toolbox"></i> Font Awesome fontawesome.com --></span>

                                                <h3>Mourya Loans Digital Resources Advantage</h3>

                                                <p>You can think about loan costs, offers, and online services on our digital platform. Our online resources will direct you to settle on the right decision, and pick the right bank for your advance according to your financial plan and assumptions. You can pick the moneylender contrasting different key components of a credit like loan fee, tenure, processing fees, etc.</p>

                                            </li>

                                            <li class="whytrust-item">

                                                <span class="icon"><svg class="svg-inline--fa fa-user-tie fa-w-14" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="user-tie" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm95.8 32.6L272 480l-32-136 32-56h-96l32 56-32 136-47.8-191.4C56.9 292 0 350.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-72.1-56.9-130.4-128.2-133.8z"></path></svg><!-- <i class="fas fa-user-tie"></i> Font Awesome fontawesome.com --></span>

                                                <h3>Professional Guidance and Advice</h3>

                                                <p>Experts at Mourya Loans know the ins and outs of the business. Our committed group of individual specialists will guide you to pick the right credit fee.</p>

                                            </li>

                                            <li class="whytrust-item">

                                                <span class="icon"><svg class="svg-inline--fa fa-copy fa-w-14" aria-hidden="true" focusable="false" data-prefix="far" data-icon="copy" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z"></path></svg><!-- <i class="far fa-copy"></i> Font Awesome fontawesome.com --></span>

                                                <h3>Minimum Documentation Requirements</h3>

                                                <p>As mentioned earlier, the bulk of the paperwork are easy to obtain KYC connected papers and evidence. Hence, individual personal loans are authorized and disbursed speedily without issues. Mourya Loans handles this loan eligibility criterion for you with ease.</p>

                                            </li>

                                            <li class="whytrust-item">

                                                <span class="icon"><svg class="svg-inline--fa fa-gift fa-w-16" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="gift" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z"></path></svg><!-- <i class="fas fa-gift"></i> Font Awesome fontawesome.com --></span>

                                                <h3>Profit from Best Offers</h3>

                                                <p>We esteem our clients and are consistently on our toes to give them advantages of our abilities. Applying for any advance or loans through us, allows you an opportunity to benefit from the best offers and agreements our Partner Banks and NBFCs have to offer.</p>

                                            </li>

                                        </ul>

                                    </div>

                                </div>

                            </div>

                        </section>

                    </div>

                </div>

               

            </div>

        </div>

  </section>

    <!-- /.content end -->

  </main>

  <div class="footer bg-dark pt-8 ">

    <!-- footer -->

     <?php include 'include/footer.php'; ?>

</div>



  <!-- Libs JS -->

<script src="../assets/libs/jquery/dist/jquery.min.js"></script>

<script src="../assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>

<script src="../assets/libs/tiny-slider/dist/min/tiny-slider.js"></script>

<script src="../assets/libs/nouislider/dist/nouislider.min.js"></script>

<script src="../assets/libs/wnumb/wNumb.min.js"></script>

<script src="../assets/libs/magnific-popup/dist/jquery.magnific-popup.min.js"></script>

<script src="../assets/libs/isotope-layout/dist/isotope.pkgd.min.js"></script>

<script src="../assets/libs/imagesloaded/imagesloaded.pkgd.min.js"></script>

<script src="../assets/libs/magnific-popup/dist/jquery.magnific-popup.min.js"></script>

<script src="../assets/libs/prismjs/prism.js"></script>







<script src="../../../cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.12/clipboard.min.js"></script>

<script>

let slideIndex = [1,1];

let slideId = ["mySlides1", "mySlides2"]

showSlides(1, 0);

showSlides(1, 1);



function plusSlides(n, no) {

  showSlides(slideIndex[no] += n, no);

}



function showSlides(n, no) {

  let i;

  let x = document.getElementsByClassName(slideId[no]);

  if (n > x.length) {slideIndex[no] = 1}    

  if (n < 1) {slideIndex[no] = x.length}

  for (i = 0; i < x.length; i++) {

     x[i].style.display = "none";  

  }

  x[slideIndex[no]-1].style.display = "block";  

}

</script>



<!-- Theme JS -->

<script src="../assets/js/theme.min.js"></script>

MMCT - 2023