<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<script src="https://cdn.jsdelivr.net/npm/places.js@1.16.4"></script>
<div class="container">
<div class="row">
<div class="col-md-12">
<!--To use the full functionality visit https://www.algolia.com-->
<h6 class="text-center">Type your location(New york, London, Delhi, Tokyo)</h6> <input type="search" id="address" class="form-control" placeholder="Where are we going?" />
</div>
</div>
</div>
.container {
margin-top: 100px
}
body {
background-color: #E0E0E0
}