GIF89a
<?php ob_start(); ini_set('error_reporting', E_STRICT); include("connect.php"); //include("checkSession.php"); mysqli_set_charset($conn,'utf8'); date_default_timezone_set('Asia/Kolkata'); ?> <!DOCTYPE php> <html lang="en"> <?php include'include/head.php'?> <body > <div class="se-pre-con"></div> <div class="main"> <!-- HEADER START --> <?php include'include/header.php'?> <!-- HEADER END --> <!-- Bread Crumb STRAT --> <!-- <div class="banner inner-banner1 "> <div class="container"> <section class="banner-detail center-xs"> <h1 class="banner-title">About us</h1> <div class="bread-crumb right-side float-none-xs"> <ul> <li><a href="index.php">Home</a>/</li> <li><span>About us</span></li> </ul> </div> </section> </div> </div> --> <!-- Bread Crumb END --> <!-- CONTAIN START ptb-95--> <section class="ptb-70 topmar"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-pay"> <h3 class="pay-title">Payment Options</h3> <span class="pay-span">We offer you a number of payment options, allowing you to choose what suits you best.</span> <ul class="pay-ul"> <li><i class="fa fa-angle-double-right"></i> <b>Credit / Debit Cards:</b> You can also pay us through debit / credit cards, as we accept all the major international cards: MasterCard, VISA, Discover, JCB, American Express, Diners Club cards and Maestro cards.</li> <li><i class="fa fa-angle-double-right"></i> <b>Net Banking:</b> We support net banking with Axis, ICICI, IDBI and other Indian/international banks. </li> <li> </li> </ul> <span class="pay-span">Customers in India can use these options as well:</span> <ul class="pay-ul"> <!-- <li><i class="fa fa-angle-double-right"></i> <b>Demand Draft:</b> We also welcome demand drafts that you need to send to the address provided.</li> <li><i class="fa fa-angle-double-right"></i> <b>Cheque:</b> You can pay us through cheques as well, for a secure payment transaction. </li> --> <!-- <li><i class="fa fa-angle-double-right"></i> <b>Paytm Wallet:</b> You can easily transfer money in our account through your Paytm Wallet. </li> --> <li><i class="fa fa-angle-double-right"></i> <b>COD:</b> You can pay us on delivery of your ordered products. Please Chat with us or email us at <b>info@fabfashionline.com </b> for more information. </li> </ul> </p> </div> </div> </div> </section> <!-- FOOTER START --> <?php include'include/footer.php'?> <div class="scroll-top"> <div class="scrollup"></div> </div> <!-- FOOTER END --> </div> <script src="js/jquery-1.12.3.min.js"></script> <script src="js/tether.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.downCount.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/fotorama.js"></script> <script src="js/jquery.magnific-popup.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/custom.js"></script> </body> </html>