<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>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<div class="container">
<form class="form-horizontal">
<fieldset>
<legend class="col-form-title">Family Circumstances</legend>
<div class="form-group row">
<label class="col-md-4 col-form-label" for="year-of-entry">Family Circumstances</label>
<div class="col-md-4">
<select id="year-of-entry" name="year-of-entry" class="form-control">
<option value="AUS">Student lives with both mother and father</option>
</select>
</div>
</div>
<div class="form-group row">
<label class="col-md-4 col-form-label" for="next"></label>
<div class="col-md-4">
<button id="back" name="back" class="btn btn-secondary">Back</button>
<button id="next" name="next" class="btn btn-primary">Save & Continue</button>
</div>
</div>
</fieldset>