This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="card mx-auto mt-4 shadow p-3 mb-5 bg-white rounded"> | |
<div class="container mt-4 mb-4"> | |
<ul class="nav nav-pills flex-column flex-sm-row mb-3 text-center" id="pills-tab" role="tablist"> | |
<li class="nav-item flex-sm-fill"> | |
<a class="nav-link active" id="pills-home-tab" data-toggle="pill" href="#pills-home" role="tab" aria-controls="pills-home" aria-selected="true">Basic Eligibility</a> | |
</li> | |
<li class="nav-item flex-sm-fill"> | |
<a class="nav-link" id="pills-profile-tab" data-toggle="pill" href="#pills-profile" role="tab" aria-controls="pills-profile" aria-selected="false">Personal Information</a> | |
</li> | |
<li class="nav-item flex-sm-fill"> |