123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <!DOCTYPE html>
- <html lang="en">
-
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta http-equiv="X-UA-Compatible" content="ie=edge" />
- <link rel="shortcut icon" type="image/x-icon" href="../dist/assets/imgs/favicon.gif">
- <link rel="stylesheet" href="../libs/bootstrap/css/bootstrap.min.css" />
- <link rel="stylesheet" href="../dist/css/main.css" />
- <link rel="stylesheet" href="../style.css">
- <link rel="stylesheet" href="../libs/owlcarousel/Css/owl.carousel.min.css">
- <link rel="stylesheet" href="../libs/owlcarousel/Css/owl.theme.default.min.css">
- <link rel="stylesheet" href="../style/style.css">
- <link rel="stylesheet" href="../dist/css/vendor/bootstrap.min.css">
- <link rel="stylesheet" href="../dist/css/vendor/bootstrap.min.css">
- <link rel="stylesheet" href="../dist/css/vendor/vandella.css">
- <link rel="stylesheet" href="../dist/css/vendor/jellybelly.css">
- <!-- <link rel="stylesheet" href="../dist/css/vendor/icofont.min.css"> -->
- <link rel="stylesheet" href="../dist/css/vendor/fontello.css">
- <link rel="stylesheet" href="../dist/css/plugins/easyzoom.css">
- <link rel="stylesheet" href="../dist/css/plugins/slick.css">
- <link rel="stylesheet" href="../dist/css/plugins/nice-select.css">
- <link rel="stylesheet" href="../dist/css/plugins/animate.css">
- <link rel="stylesheet" href="../dist/css/plugins/magnific-popup.css">
- <link rel="stylesheet" href="../dist/css/plugins/jquery-ui.css">
- <link rel="stylesheet" href="../dist/css/style.css">
- <link rel="stylesheet" href="../dist/css/fontawesome.all.min.css">
- <link rel="stylesheet" href="../dist/css/fontawesome.min.css">
- <title>Refund Policy | Anwi</title>
- </head>
-
- <body class="services_page">
- <!-- navbar -->
- <div id="navbar-head"></div>
- <!-- end-navbar -->
- <!-- main-body -->
- <main class="main-body home-main-container pt-5">
- <section class="services bg-gray-5 h-100 pt-5">
- <div class="container pt-md-5">
- <div class="row pt-md-5 pt-5 pb-md-5 pb-3">
- <h3 class="text-center">
- <span class="satoshi_font font-weight-600 pb-1" style="border-bottom: 3px solid #e86129;">
- Refund Policy
- </span>
- </h3>
- </div>
- </div>
- </section>
- <section>
- <div class="container py-md-5 py-3">
- <div class="px-3 row">
- <div class="bg-white">
- <div>
- <p class="fw-bold mb-3 py-4 text-fyro">○○○</p>
- </div>
- <div class="content_section">
- <div>
- <h4 class="satoshi_font pb-3">Hassle-Free Refunds</h4>
- </div>
- <div class="px-md-4 pb-3">
- <div>
- <p class="satoshi_font">At Anwi Systems, we strive to ensure you're satisfied with your purchase. If, for any reason, you're not pleased with your order, you may request a refund within 30 days of the delivery date. Please be aware of the following conditions for refunds:</p>
- <div class="px-1">
- <p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">☆</span>Products must be in their original packaging, including all accessories, manuals, and documentation.</p>
- <p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">☆</span>Products must be undamaged and in a resalable condition.</p>
- <p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">☆</span>Return shipping costs will be the customer's responsibility unless the refund is due to a product defect or error on our part.</p>
- </div>
- </div>
- <div>
- <p class="satoshi_font">To request a refund, please contact our customer support team for further instructions.</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- </main>
- <!-- footer -->
- <div id="footer-head"></div>
- <!-- end-footer -->
- <script src="../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
- <script src="../dist/js/jquery.min.js"></script>
- <script src="../libs/owlcarousel/js/owl.carousel.min.js"></script>
- <script src="../dist/js/navbar.js"></script>
- <script src="../libs/axios.min.js"></script>
- <script src="../dist/js/footer.js"></script>
- <script src="../libs/cookies.min.js"></script>
-
- <script src="../dist/js/fontawesome.all.js"></script>
- <script src="../dist/js/fontawesome.min.js"></script>
- <script src="../dist/js/vendor/modernizr-3.11.7.min.js"></script>
- <script src="../dist/js/vendor/jquery-v3.6.0.min.js"></script>
- <script src="../dist/js/vendor/jquery-migrate-v3.3.2.min.js"></script>
- <script src="../dist/js/vendor/bootstrap.min.js"></script>
- <script src="../dist/js/plugins/slick.js"></script>
- <script src="../dist/js/plugins/wow.js"></script>
- <script src="../dist/js/plugins/svg-injector.min.js"></script>
- <script src="../dist/js/plugins/jquery.nice-select.min.js"></script>
- <script src="../dist/js/plugins/mouse-parallax.js"></script>
- <script src="../dist/js/plugins/images-loaded.js"></script>
- <script src="../dist/js/plugins/isotope.js"></script>
- <script src="../dist/js/plugins/jquery-ui.js"></script>
- <script src="../dist/js/plugins/magnific-popup.js"></script>
- <!-- Main JS -->
- <script src="../dist/js/main.js"></script>
- </body>
-
- </html>
|