<div class="rating-container text-s">
    <input type="radio" name="rate" id="1star" />
    <label for="1star"></label>
    <input type="radio" name="rate" id="2star" />
    <label for="2star"></label>
    <input type="radio" name="rate" id="3star" />
    <label for="3star"></label>
    <input type="radio" name="rate" id="4star" />
    <label for="4star"></label>
    <input type="radio" name="rate" id="5star" />
    <label for="5star"></label>
</div>