<html>
<head>
<title>FAQ'S</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#first1").click(function()
{
$("#firstp").toggle();
});
$("#first2").click(function()
{
$("#first2p").toggle();
});
$("#first3").click(function()
{
$("#first3p").toggle();
});
$("#first4").click(function()
{
$("#first4p").toggle();
});
$("#first5").click(function()
{
$("#first5p").toggle();
});
$("#first6").click(function()
{
$("#first6p").toggle();
});
$("#first7").click(function()
{
$("#first7p").toggle();
});
$("#first8").click(function()
{
$("#first8p").toggle();
});
});
</script>
<style type="text/css">
*
{
padding: 0px;
margin:0px;
}
.padding20
{
padding: 20px; background-color: #1B75BB; color: #fff; border-radius: 5px !important;
}
p
{
font-size: 20px !important;
}
</style>
</head>
<body>
<div class="container">
<h1 class="text-center">FAQ'S</h1>
<h3 class="text-center">FREQUENTLY ASKED QUESTIONS</h3>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-8 padding20 col-sm-12" >
<h4 id="first1">What is your location?</h4>
<p id="firstp" style="display: none;">We're based in Rahim Yar Khan, Punjab.Pakistan</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-8 padding20 col-sm-12" >
<h4 id="first2">How do I place an order?</h4>
<p id="first2p" style="display: none;">Simply choose your style from the drop-down menu on the product page then click the “Buy It Now!” button and follow the simple steps to complete your order. Once you have placed an order our team will contact you to verify your order via phone call. Once your order is confirmed we’ll prepare your order and send you a tracking number.</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-8 padding20 col-sm-12" >
<h4 id="first3">What is shipping cost?</h4>
<p id="first3p" style="display: none;">We do charge. Fixed shipping fee is 150PKR per order only if your order is less than 5000 PKR. Orders above 5000PKR will not be charged shipping fee.
</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-8 padding20 col-sm-12" >
<h4 id="first4">Do you deliver products Internationally?</h4>
<p id="first4p" style="display: none;">Sorry, we can only deliver products in Pakistan, Bahrain and United Arab Emirates.
</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-8 padding20 col-sm-12">
<h4 id="first5">How secure is my personal information?</h4>
<p id="first5p" style="display: none;">Drophomes obeys highest industry standards to protect your personal information when you register and purchase from our online store.
</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-8 padding20 col-sm-12" >
<h4 id="first6">How to change or cancel my orders?</h4>
<p id="first6p" style="display: none;">If you want to change or cancel your order, please contact us at <span><b>customercare@drophomes.pk</b></span> within 24 hours after receiving your order confirmation. But if your order status is shipped, we cannot change or cancel it for you.
What payment methods do you accept?
Currently, we are offering only CASH ON DELIVERY in Pakistan, Bahrain and United Arab Emirates.</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-8 padding20 col-sm-12" >
<h4 id="first7">How long will it take to receive my orders?</h4>
<p id="first7p" style="display: none;">We believe in the fastest shipping normally our products deliver next day once your order is confirmed.</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-8 padding20 col-sm-12">
<h4 id="first8">How can I contact you?</h4>
<p id="first8p" style="display: none;">We are available 24/7 kindly contact us via phone number which is listed in the footer.Also you can message us on Whatsapp and besides then that here is an email to contact customer support
<b>Customercare@drophomes.pk</b></p>
</div>
</div>
<br>
<br>
</div>
</body>
</html>