<div class="ttm-page-title-row text-center">
<div class="section-overlay"></div>
<div class="title-box text-center">
<div class="container">
<div class="page-title-heading">
<h1 class="title">Permanent Address</h1>
</div>
<div class="breadcrumb-wrapper">
<div class="container">
<span><a title="Homepage" href="<?=base_url();?>"><i class="fa fa-home"></i> Home</a></span>
<span class="ttm-bread-sep ttm-textcolor-white"> ⁄ </span>
<span class="ttm-textcolor-white">Permanent Address</span>
</div>
</div>
</div>
</div>
</div>
<div class="site-main">
<!-- checkout-section -->
<section class="ttm-row checkout-section ttm-bgcolor-grey break-991-colum clearfix">
<div class="container">
<!-- row -->
<div class="row">
<div class="col-lg-12">
<div class="coupon_toggle">
<div class="coupon_code">
Permanent Address
</div>
</div>
<h3>Permanent Address</h3>
<form name="checkout" method="post" class="checkout row box-shadow1" action="<?=base_url('presentaddress');?>">
<div class="row">
<div class="col-sm-6">
<p class="checkout-form">
<label>SUN SIGN <abbr class="required" title="required">*</abbr></label>
<input type="text" required class="input-text" name="as_sun" placeholder="SUN SIGN" value="">
</p>
</div>
<div class="col-sm-6">
<p class="checkout-form">
<label>MOON SIGN <abbr class="required" title="required">*</abbr></label>
<input type="text" required class="input-text" name="as_moon" placeholder="MOON SIGN" value="">
</p>
</div>
<div class="col-sm-6">
<p class="checkout-form">
<label>TIME OF BIRTH <abbr class="required" title="required">*</abbr></label>
<input type="text" required class="input-text" name="as_birth" placeholder="TIME OF BIRTH" value="">
</p>
</div>
<div class="col-sm-6">
<p class="checkout-form">
<label>CITY OF BIRTH <abbr class="required" title="required">*</abbr></label>
<input type="text" required class="input-text" name="as_birth_city" placeholder="CITY OF BIRTH" value="">
</p>
</div>
</div>
<div class="col-md-12 text-center">
<button class="ttm-btn ttm-btn-size-md ttm-btn-shape-round ttm-btn-style-fill ttm-btn-color-black mt-50" type="submit">Next</button></div>
</form>
</div>
</div>
</section></div>