<div>
<label>
<input type="radio" name="colorRadio" value="debet-card">Debet Card</label>
<label>
<input type="radio" name="colorRadio" value="credit-card">Credit Card</label>
</div>
<div class="debet-card card-status">You have selected <strong>debet card</strong> so i am here</div>
<div class="credit-card card-status">You have selected <strong>credit card</strong> so i am here</div>