<?php
include_once('include/config.inc.php');

?>
<!DOCTYPE HTML>
<html>
	<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<title>Business Loan - ATD MONEY</title>
<?php include("head.php"); ?>
	<!-- <link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet"> -->
	
	<!-- Animate.css -->
	<link rel="stylesheet" href="css/animate.css">
	<!-- Icomoon Icon Fonts-->
	<link rel="stylesheet" href="css/icomoon.css">
	<!-- Themify Icons-->
	<link rel="stylesheet" href="css/themify-icons.css">
	<!-- Bootstrap  -->
	<link rel="stylesheet" href="css/bootstrap.css">

	<!-- Magnific Popup -->
	<link rel="stylesheet" href="css/magnific-popup.css">

	<!-- Owl Carousel  -->
	<link rel="stylesheet" href="css/owl.carousel.min.css">
	<link rel="stylesheet" href="css/owl.theme.default.min.css">

	<!-- Theme style  -->
	<link rel="stylesheet" href="css/style.css">
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
	<!-- Modernizr JS -->
	<script src="assets/multistepform/js/business-validation.js"></script>
	<!-- FOR IE9 below -->
	<!--[if lt IE 9]>
	<script src="js/respond.min.js"></script>
	<![endif]-->
    <link rel="stylesheet" href="assets/font-awesome/4.5.0/css/font-awesome.min.css" />
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css'>
    <link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    <link href="assets/multistepform/css/style.css" rel="stylesheet">
    <!------------------LOGON FORM CSS------------------->
<link rel="stylesheet" href="css/lightbox.css">
	<link rel="stylesheet" type="text/css" href="css/util.css">
	<link rel="stylesheet" type="text/css" href="css/main.css">
<style>
.meta {
margin: 0 0 40px 0;
font-size: 0.8em;
}
.properties-table {
width: 100%;
padding: 0;
border-spacing: 0;
margin-top: 2em;
font-size: .85em;
background-color: #eee;
}
.properties-table th, .properties-table td {
text-align: left;
padding: 10px;
}
.properties-table th {
border-bottom: 1px solid #333;
line-height: 2;
}
/* End Basic styling */


#demo-1 {
position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
overflow: hidden; /* to bound the empty top space created by inner element's top margin */
width: 100%;
height: 400px;
background-color: #999;
}
.demo-inner-content {
position: relative; /* if position is not set, the script will set it to 'relative'. */
z-index: 2; /* if z-index is not set, the script will set it to '2'. */
margin: 180px auto;
padding: 40px;
max-width: 600px;
color: #fff;
text-align: center;
font-size: 1.5em;
}
.demo-inner-content h1 {
font-size: 2.5em;
margin: 0;
}


label {
  cursor: pointer;
}

.modal-btn {
 
  height: 100px;
  float: left;
    padding-left: 10px;
  font-size: 21px;
  color: #000;
  text-align: center;
  transition: box-shadow 250ms ease;
}


.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: background-color 250ms linear;
}

.modal-content {
  position: absolute;
  top:0px;
  left: 18%;
  width: 912px;
  height: auto;
  margin-top: -18%;
  margin-left: -25%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: transform 250ms ease;
  visibility: hidden;
  z-index: 20;
}
.modal-content .close {
  position: relative;
  float: right;
  font-size: 18px;
  transition: transform 500ms ease;
  z-index: 11;
}
.modal-content .close:hover {
  color: #3498db;
  transform: rotate(540deg);
}
.modal-content header {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
}
.modal-content header h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
}
.modal-content article {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
}
.modal-content footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
}
.modal-content footer .button {
  position: relative;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  overflow: hidden;
}
.modal-content footer .button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 250ms ease;
  z-index: 0;
}
.modal-content footer .button:hover:before {
  width: 100%;
}
.modal-content footer .button.success {
  margin-right: 5px;
  background-color: #2ecc71;
}
.modal-content footer .button.danger {
  background-color: #e74c3c;
}

#modal {
  display: none;
}
#modal:checked ~ .modal-bg {
  visibility: visible;
  background-color: black;
  opacity: 0.7;
  transition: background-color 250ms linear;
}
#modal:checked ~ .modal-content {
  visibility: visible;
  transform: scale(1);
  transition: transform 250ms ease;
  z-index: 111;
}
</style>

	</head>
	<body>
		
	<div class="gtco-loader"></div>
	
	<div id="page">
	<?php include("header.php"); ?>

<div id="demo-1" ><img src="img/form-slide.jpg" ></div>


<div id="gtco-history" class="gtco-section border-bottom animate-box" style="background-color:#efefef;">
<div class="gtco-container">

<div class="row" style="background-color:#FFFFFF;">
<div class="col-md-8 col-md-offset-2 text-center gtco-heading">
<h2 style="margin-top:30px;">Business Loan Registration</h2>
<span style="color:#FF0000; font-weight:bold"><?php echo $_GET['msg']; ?></span>
</div>
</div>


<div class="row" style="background-color:#FFFFFF;">
<form id="msform" method="post" action="applyNeoLoan.php" onSubmit="return Business_Validation();">
<input type="hidden" name="busiId" id="busiId" value="<?php echo $_GET['id']; ?>">
            <!-- progressbar -->
            
            <!-- fieldsets -->
            
            
            
           <fieldset>
                <h2 class="fs-title">Registration Details</h2>
                
               
<div class="col-md-6"><input type="text" name="first_name" id="business_fname"   placeholder="First Name"></div>
<div class="col-md-6"><input type="text" name="last_name" id="business_lname"  placeholder="Last Name"></div>
<div class="col-md-6">
<select name="dd" id="dd" style="width:32%">
<option value="">--DD--</option>
<?php for($i=1; $i<=31; $i++){?>
<option value="<?php echo $i; ?>"><?php echo $i; ?></option>
<?php } ?>
</select>
<select name="mm" id="mm" style="width:32%">
<option value="">--MM--</option>
<?php for($i=1; $i<=12; $i++){?>
<option value="<?php echo $i; ?>"><?php echo $i; ?></option>
<?php } ?>
</select>
<select name="yy" id="yy" style="width:34%">
<option value="">--YYYY--</option>
<?php for($i=1947; $i<=1999; $i++){?>
<option value="<?php echo $i; ?>"><?php echo $i; ?></option>
<?php } ?>
</select>
</div>
<div class="col-md-6">
<select name="gender" id="gender">
<option value="">--Select Gender--</option>
<option value="0">Male</option>
<option value="1">Female</option>
</select>
</div>
<div class="col-md-6"><input type="text" name="pan" id="pan"  maxlength="10" placeholder="Pan No"></div>
<div class="col-md-6"><input type="text" name="mobile" id="mobile_zip" maxlength="10"  placeholder="Mobile"></div>
<div class="col-md-6"><input type="email" name="email" id="email"   placeholder="E-mail"></div>
<div class="col-md-6">
<select name="residential_place_ownership" id="residential_place_ownership">
<option value="">--Residential Place Ownership--</option>
<option value="1">Owned</option>
<option value="0">Rented</option>
</select>
</div>
<div style="clear:both"></div>
<div class="col-md-6"><input type="text" name="house_number" id="house_number"  placeholder="House Number"></div>
<div class="col-md-6"><input type="text" name="street_name" id="street_name"   placeholder="Street Name"></div>
<div class="col-md-6"><input type="text" name="residence_address_locality" id="residence_address_locality"   placeholder="Residence Address Locality"></div>
<div class="col-md-6"><input type="text" name="residential_state" id="residential_state"  placeholder="Residential State"></div>
<div class="col-md-6"><input type="text" name="residential_city" id="residential_city"  placeholder="Residential City"></div>
<div class="col-md-6"><input type="text" name="residential_pincode" id="residential_pincode"  placeholder="Residential Pincode"></div>
<div class="col-md-6"><input type="text" name="aadhaar_no" id="aadhaar_no"  maxlength="12"  placeholder="Aadhaar No"></div>
<div class="col-md-6"><input type="text" name="business_name" id="business_name"   placeholder="Business Name"></div>
<div class="col-md-6">
<select name="business_place_ownership" id="business_place_ownership">
<option value="">--Business Place Ownership--</option>
<option value="1">Owned</option>
<option value="0">Rented</option>
</select>
</div>
<div class="col-md-6"><input type="text" name="business_door_number" id="business_door_number"  placeholder="Business Door Number"></div>
<div class="col-md-6"><input type="text" name="business_street" id="business_street"   placeholder="Business Street"></div>
<div class="col-md-6"><input type="text" name="business_locality" id="business_locality"   placeholder="Business Locality"></div>
<div class="col-md-6"><input type="text" name="business_pincode" id="business_pincode" maxlength="6"  placeholder="Business Pincode"></div>
<div class="col-md-6"><input type="text" name="business_city" id="business_city"   placeholder="Business City"></div>
<div class="col-md-6"><input type="text" name="business_state" id="business_state"  placeholder="Business State"></div>

             <input type="submit" name="submit" id="business" class=" action-button" value="Submit"/> 
               
                <div style="clear:both"></div>
            </fieldset>
 
        </form>
        
        
</div>


</div>
</div>



<?php include("footer.php"); ?>

