    <section id="balance" class="balance">
      <div class="container balance-section">
        <div class="row">
          <div class="col-lg-12 col-md-12 col-sm-12 col-12">
            <div class="section-title-header text-center balancetext"><br>
              <h1 class="wow fadeInUp" data-wow-delay="0.2s"><?php echo $current_balance; ?></h1>
              <h3 class="wow fadeInUp" data-wow-delay="0.2s">YOUR BALANCE</h3>
              <?php if(!$pointexpire == ""): ?>
              <a href="#" class="link_click" data-target="#myModal2" data-toggle="modal" style="text-decoration: underline; text-decoration-color: #feffff;"><h5 class="wow fadeInUp" data-wow-delay="0.2s" ><?php echo $pointexp; ?></h5></a>
                <?php else: ?>
                <div style="font-size: 18px; color: #fff; padding-bottom: 20px; font-weight: 100; text-align: center; text-transform: uppercase; position: relative; font-weight: 500; font-family: 'Source Sans Pro',light;"><?php echo $pointexp; ?></div>
              <?php endif; ?>
              <p class="wow fadeInDown" data-wow-delay="0.2s">Earn 10% loyalty credits on every bill. 1 credit can be redeemed as 1 rupee on any billing. Write whatever you want over here and as much as you want.</p>
            </div>
          </div>
        </div>
      </div>
    </section>