<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="https://fonts.googleapis.com/css?family=Oleo+Script:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Teko:400,700" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<section id="contact">
<div class="section-content">
<h1 class="section-header">Get in touch with us or request a demo of our platform</h1>
<h3>We will use this data to get in contact with you</h3>
</div>
<div class="contact-section">
<div class="container">
<form>
<div class="col-md-6 form-line">
<div class="form-group">
<label for="exampleInputUsername">Your name</label>
<input type="text" class="form-control" id="" placeholder=" Enter Name">
</div>
<div class="form-group">
<label for="exampleInputEmail">Your work email</label>
<input type="email" class="form-control" id="exampleInputEmail" placeholder=" Enter email">
</div>
<div class="form-group">
<label for="exampleInputUsername">Company name</label>
<input type="text" class="form-control" id="" placeholder=" e.g. SpaceX">
</div>
<div class="form-group">
<label for="telephone">Mobile No.</label>
<input type="tel" class="form-control" id="telephone" placeholder=" Enter mobile no with area code +XX .">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for ="description"> How can we help you?</label>
<textarea class="form-control" id="description" placeholder="You can ask us almost anything"></textarea>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
Do you want at demo?
</label>
</div>
<div>
<button type="button" class="btn btn-default submit"><i class="fa fa-paper-plane" aria-hidden="true"></i> Send Request</button>
</div>
</div>
</form>
</div>
</section>