forked from Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
876 lines (739 loc) · 23.8 KB
/
faq.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
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
<!DOCTYPE html>
<html>
<head>
<title>FAQ</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="./style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<script src="https://kit.fontawesome.com/b08b6de27e.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<title>RapiDoc</title>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- CSS Files -->
<link href="Css-Files/animate.min.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="remixicon/remixicon.css" rel="stylesheet">
<link href="swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="patient-portal.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css">
</head>
<style>
@media screen and (max-width: 768px) {
#ss {
font-size: 12px;
}
}
@media screen and (max-width: 480px) {
#ss {
font-size: 10px;
}
}
#faq-container {
width: 75%;
display: block;
margin: auto;
margin-bottom: 12rem;
}
html, body {
overflow-x: hidden;
}
.page-content {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
footer {
margin: 0;
padding: 0;
box-sizing: border-box; /* Ensure padding and border are included in the total width and height */
}
@media screen and (max-width: 760px) {
.page-content {
padding: 0 10px;
}
}
@media screen and (max-width: 600px) {
.page-content {
padding: 0 5px;
}
}
@media screen and (max-width: 400px) {
.page-content {
padding: 0;
}
}
@media screen and (max-width: 760px) {
#faq-container {
width: 90%;
}
.footer {
top: 130% !important;
}
}
@media screen and (max-width: 760px) {
#faq-container {
margin-bottom: 0rem;
}
}
.answers.show {
display: block; /* show answers when the show class is present */
}
.main-heading {
display: flex;
margin-top: 30px;
padding: 20px;
background: #102723;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
cursor: pointer;
}
.main-heading h3 {
margin-left: 30px;
color: white;
word-spacing: 1px;
letter-spacing: 1px;
font-weight: 600;
font-size: 18px;
}
.main-heading p {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.answers {
padding: 30px 20px 40px 20px;
font-size: 16px;
font-weight: 500;
background: #1c413b;
color: rgb(192, 192, 192);
border-radius: 0 0 5px 5px;
display: none;
}
body.dark .answers {
color: rgb(40, 37, 53);
}
.lead, .pt-5 {
text-align: center;
font-size: xx-large;
}
#progressBar {
position: fixed;
top: 0;
left: 0;
width: 0%;
height: 6px;
background-color: #3fbcc0;
z-index: 9999;
}
/* Base Styles for Hamburger Menu */
.hamburger-menu {
display: none;
flex-direction: column;
cursor: pointer;
padding: 10px;
}
.hamburger-menu .bar {
width: 25px;
height: 3px;
background-color: white;
margin: 3px 0;
transition: 0.3s;
}
/* Responsive Styles for Navbar */
/* Base Styles for Hamburger Menu */
.hamburger-menu {
display: none;
flex-direction: column;
cursor: pointer;
padding: 10px;
position: absolute;
top: 15px; /* Adjust if necessary */
left: 15px; /* Move to the left side */
}
.hamburger-menu .bar {
width: 25px;
height: 3px;
background-color: white;
margin: 3px 0;
transition: 0.3s;
}
/* Responsive Styles for Navbar */
@media screen and (max-width: 768px) {
img{
display: none;
}
.nav_menu {
display: none;
position: absolute;
top: 85px; /* Adjust according to your header height */
left: 0;
width: 100%;
background-color: #022a2d;
flex-direction: column;
align-items: flex-start; /* Align items to the left */
padding: 10px; /* Optional: Adjust padding as needed */
z-index: 1000;
}
.nav_menu.show {
display: flex;
}
.nav_link {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
}
.nav_link li {
margin: 10px 0;
}
.hamburger-menu {
display: flex;
}
}
/* Styles for the Hamburger Menu when Opened */
.hamburger-menu.active .bar:nth-child(1) {
transform: rotate(-45deg) translate(-5px, 6px);
}
.hamburger-menu.active .bar:nth-child(2) {
opacity: 0;
}
.hamburger-menu.active .bar:nth-child(3) {
transform: rotate(45deg) translate(-5px, -6px);
}
.header-content{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Media Queries */
/* Small Devices (600px and below) */
@media screen and (max-width: 600px) {
#faq-container {
width: 90%;
margin-bottom: 1rem;
}
.main-heading {
flex-direction: column;
align-items: flex-start;
padding: 15px;
}
.main-heading h3 {
margin-left: 0;
font-size: 16px;
}
.main-heading p {
margin-top: 10px;
}
.answers {
padding: 20px 15px;
font-size: 14px;
}
.lead, .pt-5 {
font-size: large;
}
.footer {
padding: 1em;
text-align: center;
}
.footer-wrapper {
display: block;
margin: auto;
}
.footer-columns {
display: flex;
flex-direction: column;
}
.footer-columns section {
margin-bottom: 1rem;
}
.social-wrapper {
margin-top: 1rem;
text-align: center;
}
.social-wrapper a div i {
font-size: 20px;
}
.follow-us{
font-size: 2px;
}
}
/* Extra Small Devices (400px and below) */
@media screen and (max-width: 400px) {
#faq-container {
width: 95%;
margin-bottom: 0rem;
}
.main-heading {
padding: 10px;
}
.main-heading h3 {
font-size: 14px;
}
.answers {
padding: 15px 10px;
font-size: 12px;
}
.lead, .pt-5 {
font-size: medium;
}
.footer {
padding: 0.5rem;
}
.footer-wrapper {
display: block;
margin: auto;
}
.footer-columns {
display: flex;
flex-direction: column;
}
.footer-columns section {
margin-bottom: 0.5rem;
}
.social-wrapper {
margin-top: 0.5rem;
text-align: center;
}
.social-wrapper a div i {
font-size: 15px;
}
}
/* Footer Styles for Mobile Devices */
@media screen and (max-width: 760px) {
.footer-columns {
flex-direction: column;
}
.footer-columns section {
margin-bottom: 1rem;
}
.footer-wrapper {
padding: 1rem;
}
.footer{
height: 10px;
}
}
body {
overflow-x: hidden;
font-size: 16px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.page-content {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
img, video {
max-width: 100%;
height: auto;
}
.footer-bottom {
margin-top: 1rem;
padding: 1rem;
color: white;
overflow: hidden; /* Prevents overflow */
}
/* Ensure Copyright Text Wrapping */
.footer-bottom-wrapper small {
display: block;
margin: 0 auto;
font-size: 14px;
max-width: 100%; /* Prevents overflowing beyond viewport */
box-sizing: border-box; /* Includes padding in the width */
word-wrap: break-word; /* Ensures long words break */
}
/* Responsive Adjustments */
@media screen and (max-width: 768px) {
.footer-bottom-wrapper small {
font-size: 12px; /* Adjust font size for smaller screens */
}
}
@media screen and (max-width: 600px) {
.footer-bottom-wrapper small {
font-size: 10px; /* Further adjust for smaller screens */
}
}
@media screen and (max-width: 400px) {
.footer-bottom-wrapper small {
font-size: 8px; /* Adjust for very small screens */
}
}
/* Media Queries */
@media screen and (max-width: 760px) {
body {
font-size: 14px;
}
.page-content {
padding: 0 10px;
}
}
@media screen and (max-width: 600px) {
body {
font-size: 12px;
}
.page-content {
padding: 0 5px;
}
}
@media screen and (max-width: 400px) {
body {
font-size: 10px;
}
}
/* Base Styles for Header */
.header_container {
background-color: #022a2d;
display: flex;
justify-content: center; /* Center the content */
align-items: center;
position: fixed;
width: 100%;
height: 85px;
padding: 15px;
z-index: 555;
}
/* Header Content Wrapper */
.header-content {
display: flex;
align-items: center;
width: 100%;
max-width: 1200px; /* Adjust as needed */
margin: auto;
}
/* Styles for the Logo and Text */
.img {
display: flex;
align-items: center;
margin-left: 10px; /* Space from the left edge */
}
#rd-logo {
width: 90px;
height: auto;
}
#site-name {
font-size: 32px; /* Adjust size as needed */
color: #00FF00; /* Light green color */
margin-left: 10px; /* Space between the text and hamburger menu */
display: none; /* Hidden by default */
}
/* Styles for the Hamburger Menu */
.hamburger-menu {
display: none;
flex-direction: column;
cursor: pointer;
padding: 10px;
}
.hamburger-menu .bar {
width: 25px;
height: 3px;
background-color: white;
margin: 3px 0;
transition: 0.3s;
}
/* Responsive Styles for Navbar */
@media screen and (max-width: 768px) {
.img #rd-logo {
display: none; /* Hide image */
}
#site-name {
display: block; /* Show text */
}
.logo-text{
color: #3fbcc0;
font-size: large;
font-weight: bold;
}
.hamburger-menu {
display: flex;
}
.header-content {
justify-content: flex-start; /* Align items to the start (left) */
}
.nav_menu {
display: none;
position: absolute;
top: 85px; /* Adjust according to your header height */
left: 0;
width: 100%;
background-color: #022a2d;
flex-direction: column;
align-items: flex-start;
padding: 10px;
z-index: 1000;
}
.nav_menu.show {
display: flex;
}
.nav_link {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
}
.nav_link li {
margin: 10px 0;
}
}
</style>
<body>
<div id="progressBar"></div>
<script>
window.onscroll = function () {
var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
var scrolled = (winScroll / height) * 100;
document.getElementById("progressBar").style.width = scrolled + "%";
};
</script>
<!-- Header -->
<header class="header_container">
<div class="img">
<img id="rd-logo" style="width: 90px; height: auto;" src="./images/rd.png">
<span class="logo-text">Rapidoc</span>
</div>
<div class="hamburger-menu" id="hamburger-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<nav class="nav_menu" id="nav-menu">
<ul class="nav_link">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="Html-Files/news.html">News</a></li>
<a href="dex.html"><button>Service</button></a>
<li><a href="#patient-portal">Patient Portal</a></li>
<li><a href="#doctors">Doctor</a></li>
<li><a href="Html-Files/contact.html">Contact us</a></li>
<a href="login.html"><button>Sign in/Sign up</button></a>
</ul>
</nav>
</header>
<!-- header -->
<!-- faq -->
<div id="page-content" class="page-content">
<div class="banner">
<div class="text-center rounded-0" style="background-image: url('assets/img/logo/nn.png');">
<div class="container">
<h1 class="pt-5">
FAQ
</h1>
<p class="lead">
</p>
</div>
</div>
</div>
<div id="faq-container">
<div class="main-heading" onclick="toggleAnswer('question1')">
<p id="icon1">➕</p>
<h3>What services does the platform offer?</h3>
</div>
<p id="question1" class="answers">Our platform provides a range of healthcare services, including real-time information on hospital bed availability, patient statistics, OPD appointment booking, blood group availability, and much more.</p>
<div class="main-heading" onclick="toggleAnswer('question2')">
<p id="icon2">➕</p>
<h3>How can I check the availability of hospital beds?</h3>
</div>
<p id="question2" class="answers">To check hospital bed availability, log in to your account, navigate to the "Hospital Services" section, and select "Bed Availability." You will be able to see real-time updates on the availability of beds in your preferred hospitals.</p>
<div class="main-heading" onclick="toggleAnswer('question3')">
<p id="icon3">➕</p>
<h3>Can I book an OPD appointment through the platform?</h3>
</div>
<p id="question3" class="answers">Yes, you can easily prebook OPD appointments. Visit the "Appointments" section, choose your preferred doctor and hospital, and select a convenient time slot to book your appointment.</p>
<div class="main-heading" onclick="toggleAnswer('question4')">
<p id="icon4">➕</p>
<h3>How do I find the availability of specific blood groups in hospitals?</h3>
</div>
<p id="question4" class="answers">Go to the "Blood Bank" section, select the required blood group, and the platform will display the current availability status in various hospitals and blood banks.</p>
<div class="main-heading" onclick="toggleAnswer('question5')">
<p id="icon4">➕</p>
<h3>Is there a mobile app for this platform?</h3>
</div>
<p id="question5" class="answers">Yes, our platform is accessible via a mobile app available for both Android and iOS devices. You can download it from the respective app stores.</p>
<div class="main-heading" onclick="toggleAnswer('question6')">
<p id="icon4">➕</p>
<h3>How do I register on the platform?</h3>
</div>
<p id="question6" class="answers">To register, click on the "Sign Up" button on the homepage, fill in the required details, and verify your email address. Once registered, you can log in to access all the services.</p>
<div class="main-heading" onclick="toggleAnswer('question7')">
<p id="icon4">➕</p>
<h3>Can I cancel or reschedule my OPD appointment?</h3>
</div>
<p id="question7" class="answers">Yes, you can cancel or reschedule your OPD appointment through the "Appointments" section. Please note that some hospitals may have specific policies regarding cancellations and rescheduling, so check the terms during the booking process.</p>
<div class="main-heading" onclick="toggleAnswer('question8')">
<p id="icon4">➕</p>
<h3>Can I access my medical records through the platform?</h3>
</div>
<p id="question8" class="answers">Yes, you can access your medical records under the "My Health Records" section. Ensure that your hospital is integrated with our platform to view your records.</p>
<div class="main-heading" onclick="toggleAnswer('question9')">
<p id="icon4">➕</p>
<h3>How can I contact customer support?</h3>
</div>
<p id="question9" class="answers">You can contact our customer support team by clicking on the "Contact Us" link at the bottom of the homepage. We offer support via email, phone, and live chat.</p>
<div class="main-heading" onclick="toggleAnswer('question10')">
<p id="icon4">➕</p>
<h3>Is my personal information secure on the platform?</h3>
</div>
<p id="question10" class="answers">Yes, we prioritize your privacy and security. Our platform uses advanced encryption technologies to ensure that your personal and medical information is securely stored and transmitted.</p>
<div class="main-heading" onclick="toggleAnswer('question11')">
<p id="icon4">➕</p>
<h3>Are there any fees for using the platform?</h3>
</div>
<p id="question11" class="answers">Basic services such as browsing hospital information and checking bed availability are free. However, there may be fees for certain premium services like detailed health analytics and advanced appointment features. These fees will be clearly indicated before any charges are applied.</p>
<div class="main-heading" onclick="toggleAnswer('question12')">
<p id="icon4">➕</p>
<h3>I have many more questions for you!</h3>
</div>
<p id="question12" class="answers">Contact us! We will be there for support at <a href="mailto:rapidoc@gmail.com">rapidoc@gmail.com</a>.</p>
</div>
</div>
<!-- faq -->
<!-- footer -->
<footer>
<div class="footer-wrapper">
<div class="footer-columns">
<div class="other-columns">
<section>
<h4>Quick Links</h4><br>
<ul class="links">
<li><a href="./index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="./Html-Files/contact.html">Contact Us</a></li>
<li><a href="dex.html">Services</a></li>
<li><a href="Html-Files\doc.html">Doctors</a></li>
<li><a href="./faq.html">FAQ</a></li>
</ul>
</section>
<section>
<h4>Explore</h4><br>
<ul class="links">
<li><a href="Html-Files\appointment.html">Appointment</a></li>
<li><a href="#">Patient Portal</a></li>
<li><a href="login.html">Login account</a></li>
<li><a href="#">Helplines</a></li>
<li><a href="#">Location</a></li>
</ul>
</section>
<section>
<h4>Legal</h4><br>
<ul class="links">
<li><a href="#">Customer Agreement</a></li>
<li><a href="Html-Files/privacy_policy_page.html">Privacy Policy</a></li>
<li><a href="#">GDPR</a></li>
<li><a href="#">Security</a></li>
<li><a href="#test">Testimonials</a></li>
</ul>
</section>
<section class="footer-col">
<h4>RAPIDOC Newsletter</h4><br>
<p>
Subscribe to our newsletter for a weekly dose
of news, updates, helpful tips, and
exclusive offers.
</p>
<form action="#" class="subscribe-form">
<input type="email" placeholder="Your email" required>
<button type="submit" style="color: black;">SUBSCRIBE</button>
</form>
</section>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="footer-bottom-wrapper">
<small>© <span id="year"></span><span> RapiDoc</span> | All Rights
Reserved Made with ❤️ by RapiDoc</small>
<style>
.social-wrapper a div i {
color: #afb6c7;
}
.social-wrapper a div i:hover {
color: #fff;
}
</style>
<div class="social-wrapper">
<div class="social-links">
<div style="margin-left: 100px;font-family: sans-serif;" class="follow-us"><i>Follow Us : </i></div>
<a href="https://www.facebook.com/" target="_blank"><div><i class="fa-brands fa-facebook-f"></i></div></a>
<!-- <a href="https://www.twitter.com" target="_blank"><div><i class="fa-brands fa-twitter"></i></div></a> -->
<a href="https://www.twitter.com"><div><img src="twitter.png" style="width: 16px; height: 15px;"></div></a>
<a href="https://www.linkedin.com" target="_blank"><div><i class="fa-brands fa-linkedin"></i></div></a>
<a href="#" target="_blank"><div><i class="fa-brands fa-instagram"></i></div></a>
<a href="https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-" target="_blank"><div><i class="fa-brands fa-github"></i></div></a>
<a href="+91 1234567890" title="+91 1234567890" target="_blank"><div><i class="fa-solid fa-phone"></i></div></a>
<a href="info@rapidoc.com" target="_blank"><div><i class="fa-solid fa-envelope"></i></div></a>
</div>
</div>
</div>
</div>
</footer>
</section>
<!--scroll button-->
<div id="back-to-top-container">
<div class="circle">
<svg id="back-to-top" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-up-circle-fill" viewBox="0 0 16 16">
<path
d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z" />
</svg>
</div>
</div>
<!-- footer -->
<script>
function toggleAnswer(id) {
var answer = document.getElementById(id);
if (answer) {
if (answer.style.display === "block") {
answer.style.display = "none";
document.getElementById("icon" + id.charAt(id.length - 1)).innerText = "➕";
} else {
answer.style.display = "block";
document.getElementById("icon" + id.charAt(id.length - 1)).innerText = "➖";
}
}
}
</script>
<script>
//// JavaScript working of scroll button when scrolling down
var backToTopBtn = document.getElementById("back-to-top");
if (backToTopBtn) {
backToTopBtn.addEventListener("click", function() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, edge
});
}
// JavaScript to show scroll button when scrolling down
window.addEventListener("scroll", function() {
var scrollBtn = document.getElementById("back-to-top");
if (scrollBtn) {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
scrollBtn.style.display = "block";
} else {
scrollBtn.style.display = "none";
}
}
});
document.getElementById('hamburger-menu').addEventListener('click', function() {
this.classList.toggle('active');
document.getElementById('nav-menu').classList.toggle('show');
});
</script>
</body>
</html>