-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaqs.html
468 lines (422 loc) · 25.4 KB
/
faqs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<!--<![endif]-->
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title>FAQ's</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css">
<!-- Theme Style -->
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<link rel="stylesheet" type="text/css" href="stylesheets/responsive.css">
<!-- Colors -->
<link rel="stylesheet" type="text/css" href="stylesheets/colors/color1.css" id="colors">
<!-- Animation Style -->
<link rel="stylesheet" type="text/css" href="stylesheets/animate.css">
<!-- Favicon and touch icons -->
<link href="icon/favicon.png" rel="shortcut icon">
<!--[if lt IE 9]>
<script src="javascript/html5shiv.js"></script>
<script src="javascript/respond.min.js"></script>
<![endif]-->
</head>
<body class="header_sticky header-style-2 header-center has-menu-extra">
<div class="loader-container">
<center>
<div class="loader">
<img src="rev-slider/assets/loader.gif" alt="loader"></image>
</div>
</center>
</div>
<!-- Boxed -->
<div class="boxed">
<div id="site-header-wrap">
<!-- Header -->
<header id="header" class="header clearfix">
<div class="container-fluid container-width-94 clearfix" id="site-header-inner">
<div id="logo" class="logo float-left">
<a href="index.html" title="logo">
<img src="images/logo@2x.png" alt="image" width="214" height="24"
data-retina="images/logo@2x.png" data-width="107" data-height="24">
</a>
</div><!-- /.logo -->
<div class="mobile-button"><span></span></div>
<div class="nav-wrap">
<nav id="mainnav" class="mainnav">
<ul class="menu">
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="products.html">PRODUCTS</a>
</li>
<li>
<a href="about_us.html">ABOUT</a>
</li>
<li>
<a href="contact.html">CONTACT</a>
</li>
</ul>
</nav><!-- /.mainnav -->
</div><!-- /.nav-wrap -->
</div><!-- /.container-fluid -->
</header><!-- /header -->
</div><!-- /#site-header-wrap -->
<!-- Page title -->
<div class="page-title parallax parallax1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="page-title-heading">
<h1 class="title">FAQ</h1>
</div><!-- /.page-title-heading -->
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.page-title -->
<section class="flat-row">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="flat-title">
</div><!-- /.flat-title -->
<div class="flat-accordion">
<div class="flat-toggle">
<div class="toggle-title">
Q: Why are we well known in Nasik district?
</div>
<div class="toggle-content">
<p>
As our business is running since our great great grand father , The late Dagdu
Bhau Chandwadkar and his son, The late Sukhlal Dagdu Chandwadkar from 1955 till
now we established a well-known brand with reliable quality service in Nasik.
Our customer know that we don’t compromise quality over price in any condition.
</p>
</div>
</div><!-- /.flat-toggle -->
<div class="flat-toggle">
<div class="toggle-title">
Q: Can you buy items in wholesale ?
</div>
<div class="toggle-content">
<p>
Of course, you can get items in wholesale, In our wholesale policy, we provide
all products staring from dry fruits to rare ayurvedic herbs, we keep enough
quantity of all products. The Maximum you buy the best rate you get.
</p>
</div>
</div><!-- /.flat-toggle -->
<div class="flat-toggle">
<div class="toggle-title">
Q: How we frequently we refresh our stock ?
</div>
<div class="toggle-content">
<p>
When it comes to dry fruits, we refresh our dry fruits every 4-5 days, but dry
fruits like Almonds , Pista , and dried dates are refresh every month because
these items are usually dry and can be preserved at Room temperature , and dry
fruits like Raisins , Dates , Figs , Apricots need cool temperature , these
items are stored at our cold storage area.
</p>
</div>
</div><!-- /.flat-toggle -->
<div class="flat-toggle">
<div class="toggle-title">
Q:Do we export our goods out of India ?
</div>
<div class="toggle-content">
<p>
We export our spices , Dry fruits , Herbs and all other products over all states
in India, We are planning for making our brand global in up coming years.
</p>
</div>
</div><!-- /.flat-toggle -->
</div><!-- /.flat-accordion -->
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
<div class="row">
<div class="col-md-12">
<div class="flat-accordion">
<div class="flat-toggle">
<div class="toggle-title">
Q: How can you reach us out if you want to contact ?
</div>
<div class="toggle-content">
<p>
1. You can contact us on our <a href="contact.html">Website</a>.<br>
2. Simply writeup your query on <a
href="mailto:su.dagduteliandsons@gmail.com">su.dagduteliandsons@gmail.com</a>
and send. <br>
3. Call us on <a href="tel:(0253)2456010">(0253)2456611</a>.<br>
4. Contact us on Our <a
href="https://www.facebook.com/sudagduteliandsons/">Facebook page<br></a>.
</p>
</div>
</div><!-- /.flat-toggle -->
<div class="flat-toggle">
<div class="toggle-title">
Q: What length of time do herbs and spices remain fresh ?
</div>
<div class="toggle-content">
<p>
With most herbs and spices, cooks can expect the herbs and spices to maintain
their freshness for approximately one year; up to 3 years with many dried, whole
spices. Spices and herbs should always be stored in an area that is out of
direct sunlight, away from any type of moisture and, preferably, in a dark area,
such as a pantry away from any cooking surfaces. Spices- 36 Months, Herbs-36
Months
</p>
</div>
</div><!-- /.flat-toggle -->
<div class="flat-toggle">
<div class="toggle-title">
Q: How fresh are Su.Dagduteli’s Spices ?
</div>
<div class="toggle-content">
<p>
We pride ourselves on the freshness of our products, since we grind, blend and
package them based on orders. This allows the product to maintain its freshness
by not sitting in our warehouse ground and blended.
</p>
</div>
</div><!-- /.flat-toggle -->
<div class="flat-toggle">
<div class="toggle-title">
Q: Will Ayurveda take long time to improve or cure my problem ?
</div>
<div class="toggle-content">
<p>
One of the fundamental principles of Ayurveda is to treat a patient on a
holistic level. Instead of just providing relief from symptoms, it identifies
the root cause of the disease and aims to give you a permanent cure, wherever
possible. Instead of a short-term cure and instant relief, Ayurveda focuses on
giving you long-term health and well-being, which is bound to take some time.
Similar to any type of treatment, the time taken for improvement or cure of your
disease in Ayurveda depends upon the severity and type of your disease. The
stage at which you go for Ayurvedic treatment makes a huge difference. If you
have been living it for the last 5-10 years, you can't expect to see
improvements in a few weeks. The longer you wait to go for Ayurvedic treatment,
the longer it will take to get relief and treat the condition. However, if you
sincerely follow the diet and lifestyle advice given to you by your doctor, and
take your ayurvedic medicines regularly on time, Ayurvedic treatment is sure to
show improvements in a relatively shorter period of time.
</p>
</div>
</div><!-- /.flat-toggle -->
<div class="flat-toggle">
<div class="toggle-title">
Q: What importance do herbs have ?
</div>
<div class="toggle-content">
<p>
Herbs are gentle and natural treatment. They do not have any side effects,
because they are compatible with the body’s own chemicals. They are absorbed
easily and because of their different characteristics (desiccant/humid,
incentive/sedative etc.) it is possible to choose exactly the right herbs which
can cure in the given case depending on the illness.
</p>
</div>
</div><!-- /.flat-toggle -->
<div class="flat-toggle">
<div class="toggle-title">
Q: Why try Ayurveda?
</div>
<div class="toggle-content">
<p>
The history of Ayurveda goes back 5,000 years. At present there are more and
more physicians from all over the world who are interested in it and who have
adapted this medicinal system to our western society. Ayurveda and ayurvedic
treatment techniques have been proven effective in many clinical studies.
Ayurveda should be the first choice in case of chronic (drawn-out) illness,
which can not be treated in a satisfactory manner by conventional medicine.
Ayurveda aims not only to treat the sick person, but also to prevent illness in
healthy people, who can get ill due to stress, family problems and so on.
Therefore it is not possible to call Ayurveda, the science of life, merely as
alternative medicine.
</p>
</div>
</div><!-- /.flat-toggle -->
<div class="flat-toggle ">
<div class="toggle-title">
Q: What is the best time to eat dry fruits? Before or after meals ?
</div>
<div class="toggle-content">
<p>
Fruits that are eaten immediately after meal tend not to digest appropriately or
as it ought to. The nutrients that should be absorbed into the body might not be
adequately absorbed. If not taken before a meal, you might need to spare 30-35
minutes before taken fruits after meal.
</p>
</div>
</div><!-- /.flat-toggle -->
<div class="flat-toggle">
<div class="toggle-title">
Q: Which dry fruit contain calcium ?
</div>
<div class="toggle-content">
<p>
Calcium is an essential nutrient required for the human body to be healthy. It
helps in repairing bones and making new ones. Several dry fruits contain
calcium, some of which includes; Raisins, dried Apricots, Prunes, Figs, Almonds,
etc.
Dried apricot- Dried apricot contains 5mg of calcium in every 100gm of it.
Dried fig- 241mg per cup
Dates- Each date has around 15mg of calcium Dried kiwi- It contains 34 mg in
every 100gm
</p>
</div>
</div><!-- /.flat-toggle -->
</div><!-- /.flat-accordion -->
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="flat-accordion">
</div><!-- /.flat-accordion -->
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.flat-row -->
<!-- mail-chimp -->
<section class="flat-row mail-chimp">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="text" style="align-items: center; align-content: center; text-align: center;">
<h3>Follow Us on </h3>
</div>
</div>
<div class="col-md-8">
<div class="subscribe clearfix">
<ul class="flat-social">
<li><a href="https://g.co/kgs/K6mS8e"><i class="fa fa-map"></i></a></li>
<li><a href="https://m.facebook.com/pg/sudagduteliandsons/posts/"><i
class="fa fa-facebook"></i></a></li>
<li><a href="https://instagram.com/su.dagduteli.and.sons?igshid=7dl238dxxetf"><i
class="fa fa-instagram"></i></a></li>
</ul><!-- /.flat-social -->
</div><!-- /.subscribe -->
</div>
</div>
</div>
</section><!-- /.mail-chimp -->
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="widget widget-link">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about_us.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!-- /.widget -->
</div><!-- /.col-md-3 -->
<div class="col-sm-6 col-md-3">
<div class="widget widget-link link-login">
<ul>
<li><a href="products.html">Products</a></li>
<li><a href="faqs.html">FAQs</a></li>
</ul>
</div><!-- /.widget -->
</div><!-- /.col-md-3 -->
<div class="col-sm-6 col-md-3">
</div><!-- /.col-md-3 -->
<div class="col-sm-6 col-md-3">
<div class="widget widget-brand">
<div class="logo logo-footer">
<center>
<a href="index.html"><img src="images/logo.png" alt="image" width="107"
height="54"></a>
</center>
</div>
<ul class="flat-contact">
<li class="address"
style="text-align: justify; margin-top: -3%; font-size: medium; color: red; font-family: fonts/teko-bold;">
<center><b>मे.सु.दगडुतेली ॲन्ड सन्स</b></center>
</li>
<li class="phone" style="text-align: justify; color: black;">
<center><a href="https://goo.gl/maps/7mMz7BQArwyboK6w9" style="color: black;">Shop
No.1, Ishwar Sankul “C”, Near Regimental Plaza, Nashik Road, 422101</a>
</center>
</li>
<li class="phone" style="text-align: justify; color: black;">
<center><a href="tel:(0253)2456010" style="color: black;">(0253)2456010</a></center>
</li>
<li class="email" style="text-align: justify; color: black;">
<center><a href="mailto: su.dagduteliandsons@gmail.com"
style="color: black;">su.dagduteliandsons@gmail.com</a></center>
</li>
</ul><!-- /.flat-contact -->
</div><!-- /.widget -->
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</footer><!-- /.footer -->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="copyright text-center">Copyright @2020 <a href="contact.html">S.U. Dagdu Teli and
Sons</a></p>
</div>
</div>
</div>
</div>
<!-- Go Top -->
<a class="go-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Javascript -->
<script>
$(window).on("load", function () {
$(".loader-container").fadeOut(60);
});
</script>
<script src="javascript/jquery.min.js"></script>
<script src="javascript/tether.min.js"></script>
<script src="javascript/bootstrap.min.js"></script>
<script src="javascript/jquery.easing.js"></script>
<script src="javascript/parallax.js"></script>
<script src="javascript/jquery-waypoints.js"></script>
<script src="javascript/jquery-countTo.js"></script>
<script src="javascript/jquery.countdown.js"></script>
<script src="javascript/jquery.flexslider-min.js"></script>
<script src="javascript/images-loaded.js"></script>
<script src="javascript/jquery.isotope.min.js"></script>
<script src="javascript/magnific.popup.min.js"></script>
<script src="javascript/jquery.hoverdir.js"></script>
<script src="javascript/owl.carousel.min.js"></script>
<script src="javascript/equalize.min.js"></script>
<script src="javascript/gmap3.min.js"></script>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAIEU6OT3xqCksCetQeNLIPps6-AYrhq-s®ion=GB"></script>
<script src="javascript/jquery-ui.js"></script>
<script src="javascript/jquery.cookie.js"></script>
<script src="javascript/main.js"></script>
<!-- Revolution Slider -->
<script src="rev-slider/js/jquery.themepunch.tools.min.js"></script>
<script src="rev-slider/js/jquery.themepunch.revolution.min.js"></script>
<script src="javascript/rev-slider.js"></script>
<!-- Load Extensions only on Local File Systems ! The following part can be removed on Server for On Demand Loading -->
<script src="rev-slider/js/extensions/revolution.extension.actions.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.migration.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.video.min.js"></script>
</body>
</html>