forked from ishitakapoor26/HealthBliss-Hacktoberfest2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
926 lines (803 loc) · 47 KB
/
index.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
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Health Bliss</title>
<meta content="" name="description">
<meta content="" name="keywords">
<meta content="INDEX, FOLLOW" name="robots">
<!-- Favicons -->
<link rel="shortcut icon" href="favicon.png" type="image/png">
<!-- Google Fonts -->
<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">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/line-awesome/css/line-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/button.css">
<!-- floating denote button-->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="assets/css/fontawesome.css">
<!-- =======================================================
* Template Name: Selecao - v2.3.1
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<!--Feedback Form-->
<link rel="apple-touch-icon" sizes="180x180" href="">
<link rel="icon" type="image/png" sizes="32x32" href="">
<link rel="icon" type="image/png" sizes="16x16" href="">
<link rel="manifest" href="/site.webmanifest">
<script type="text/javascript">
(function(){
window.Saber={
apiKey: 'f6025876705fea409790',
com:[],do:function(){this.com.push(arguments)}
};
var e = document.createElement("script");
e.setAttribute("type", "text/javascript");
e.setAttribute("src", "https://widget.saberfeedback.com/v2/widget.js");
document.getElementsByTagName("head")[0].appendChild(e);
})();
</script>
<!-- End of Feedback button -->
</head>
<body>
<!-- denote button -->
<div class="sticky-container">
<ul class="sticky">
<li>
<div class="box">
<div class="container">
<div class="icon facebook">
<span><a href="#"><i class="fab fa-facebook-f"></i></a></span>
</div>
</div>
</div>
</li>
<li>
<div class="box">
<div class="container">
<div class="icon twitter">
<span><a href="#"><i class="fab fa-twitter"></i></a></span>
</div>
</div>
</div>
</li>
<li>
<div class="box">
<div class="container">
<div class="icon instagram">
<span><a href="#"><i class="fab fa-instagram"></i></a></span>
</div>
</div>
</div>
</li>
</ul>
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent ">
<div class="container d-flex align-items-center">
<div class="logo text-md-right">
<h1 class="text-md-right"><a href="index.html"></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html"><img src="assets/img/newlogo1.PNG" alt="" class=""></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul style="padding-top: 2rem;">
<li class="active" style="padding:0 0.5rem"><a href="index.html">Home</a></li>
<li style="padding:0 0.5rem"><a href="#about">About</a></li>
<li style="padding:0 0.5rem"><a href="#services">Covid19 Support</a></li>
<li style="padding:0 0.5rem"><a href="#pricing">Mental Health Difficulties</a></li>
<li style="padding:0 0.5rem"><a href="#team">How to Support?</a></li>
<!-- <li style="padding:0 0.5rem"><a href="#team">Supporting Someone else</a></li> -->
<li style="padding:0 0.5rem"><a href="loginpage.html">Login</a></li>
<li style="padding:0 0.5rem"><a href="#contact">Contact</a></li>
<!-- <li class="drop-down"><a href="">Drop Down</a> -->
<!-- <ul> -->
<!-- <li><a href="#">Drop Down 1</a></li> -->
<!-- <li class="drop-down"><a href="#">Drop Down 2</a> -->
<!-- <ul> -->
<!-- <li><a href="#">Deep Drop Down 1</a></li> -->
<!-- <li><a href="#">Deep Drop Down 2</a></li> -->
<!-- <li><a href="#">Deep Drop Down 3</a></li> -->
<!-- <li><a href="#">Deep Drop Down 4</a></li> -->
<!-- <li><a href="#">Deep Drop Down 5</a></li> -->
<!-- </ul> -->
<!-- </li> -->
<!-- <li><a href="#">Drop Down 3</a></li> -->
<!-- <li><a href="#">Drop Down 4</a></li> -->
<!-- <li><a href="#">Drop Down 5</a></li> -->
<!-- </ul> -->
<!-- </li> -->
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-end align-items-center">
<div id="heroCarousel" class="container carousel carousel-fade" data-ride="carousel">
<!-- Slide 1 -->
<div class="carousel-item active">
<div class="carousel-container">
<h2 class="animate__animated animate__fadeInDown">Welcome to <span>Health Bliss</span></h2>
<p class="animate__animated fanimate__adeInUp">Health Bliss can help you find the right digital mental health and wellbeing resources, for yourself or for someone you care about.</p>
<a href="about us\tabt.html" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<div class="carousel-container">
<h2 class="animate__animated animate__fadeInDown">Scaling up care for mental, neurological, and substance use disorders</h2>
<p class="animate__animated animate__fadeInUp">Mental, neurological and substance use disorders are highly prevalent and burdensome globally. The gap between what is urgently needed and what is available to reduce the burden is still very wide. Health Bliss aims at scaling up services for mental, neurological and substance use disorders in countries, especially those in the low- and middle-income categories. </p>
<a href="about us\tabt.html" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item">
<div class="carousel-container">
<h2 class="animate__animated animate__fadeInDown">Mental Health and Substance Use : <span>Suicide Data</span></h2>
<p class="animate__animated animate__fadeInUp">Suicide is a global phenomenon; in fact, 79% of suicides occurred in low- and middle-income countries in 2016. Suicide accounted for 1.4% of all deaths worldwide, making it the 18th leading cause of death in 2016. Close to 800 000 people die due to suicide every year, which is one person every 40 seconds. Suicide is a global phenomenon and occurs throughout the lifespan.</p>
<a href="about us\tabt.html" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon bx bx-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon bx bx-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3" fill="rgba(255,255,255, .1)">
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0" fill="rgba(255,255,255, .2)">
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9" fill="#fff">
</g>
</svg>
</section><!-- End Hero -->
<main id="main">
<!-- ====== About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>About</h2>
<p>What is Health Bliss</p>
</div>
<div class="row content" data-aos="fade-up" style="font-size: 19px;">
<div class="col-lg-6">
<p>
Provided by the Department of Health, Health Bliss brings together apps, online programs, online forums, and phone services, as well as a range of digital information resources.
</p>
<ul>
<li><i class="ri-check-double-line"></i> Evidence-based apps and online programs that can help you build personal skills and track progress</li>
<li><i class="ri-check-double-line"></i> Dedicated online forums and other peer support services where you can talk to people with similar experiences</li>
<li><i class="ri-check-double-line"></i> Phone, chat, and email services, if you're looking for confidential, professional support</li>
<li><i class="ri-check-double-line"></i> Mental health websites created to give you detailed information and advice on specific mental health topics</li>
</ul>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p>
Digital mental health resources are particularly beneficial for people with or at risk of mild to moderate mental health difficulties, or people supporting someone with mental health issues.
Quality digital resources are convenient, accessible, and private. They can be used as standalone supports, or in combination with face to face therapies.
If you need or prefer to talk to a health professional in person for specific advice and assistance, we recommend to find professionals near you.
</p>
<a href="about us\tabt.html" class="btn-learn-more">Learn More</a>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container">
<ul class="nav nav-tabs row d-flex">
<li class="nav-item col-3" data-aos="zoom-in">
<a class="nav-link active show" data-toggle="tab" href="#tab-1">
<i class="ri-gps-line"></i>
<h4 class="d-none d-lg-block">COVID-19 Support</h4>
</a>
</li>
<li class="nav-item col-3" data-aos="zoom-in" data-aos-delay="100">
<a class="nav-link" data-toggle="tab" href="#tab-2">
<i class="ri-body-scan-line"></i>
<h4 class="d-none d-lg-block">Mental health difficulties</h4>
</a>
</li>
<li class="nav-item col-3" data-aos="zoom-in" data-aos-delay="200">
<a class="nav-link" data-toggle="tab" href="#tab-3">
<i class="ri-sun-line"></i>
<h4 class="d-none d-lg-block">Supporting yourself</h4>
</a>
</li>
<li class="nav-item col-3" data-aos="zoom-in" data-aos-delay="300">
<a class="nav-link" data-toggle="tab" href="#tab-4">
<i class="ri-store-line"></i>
<h4 class="d-none d-lg-block">Supporting someone else</h4>
</a>
</li>
</ul>
<div class="tab-content" data-aos="fade-up">
<div class="tab-pane active show" id="tab-1">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>Mental health and COVID-19</h3>
<div style="font-size: 19px;">
<p class="font-italic">
Discussions and concerns around the coronavirus outbreak and practising self-isolation can be stressful and it can impact our mental health and wellbeing. It’s normal to feel a range of emotions, such as stress, worry, anxiety, boredom, or low mood. Many people feel distressed and overwhelmed by the constant news and amount of information about the situation.
</p>
<ul>
<li><i class="ri-check-double-line"></i> Managing financial stress</li>
<li><i class="ri-check-double-line"></i> access mental health services</li>
<li><i class="ri-check-double-line"></i> Protecting our elderly</li>
<li><i class="ri-check-double-line"></i> Hear from mental health experts</li>
</ul>
<p>
Economic hardship and financial stress can take a serious toll on our mental health and wellbeing. Other aspects of your life might also be affected, which in turn can impact your ability to cope during an already challenging period.
While it is normal to feel anxious and worried during uncertain times, it is important to take steps to protect your mental health and wellbeing.
</p>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets\img\MHIllustration1.png" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-2">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>Mental health conditions and disorders</h3>
<div style="font-size: 19px;">
<p>
Mental illness, also called mental health disorders, refers to a wide range of mental health conditions — disorders that affect your mood, thinking and behavior. Examples of mental illness include depression, anxiety disorders, schizophrenia, eating disorders and addictive behaviors
</p>
<ul>
<li><i class="ri-check-double-line"></i> Anxiety disorders</li>
<li><i class="ri-check-double-line"></i> Bipolar and Realted disorders</li>
<li><i class="ri-check-double-line"></i> Drugs, alcohol, and other substance-related or addictive disorders</li>
<li><i class="ri-check-double-line"></i> Anxiety disorders</li>
<li><i class="ri-check-double-line"></i> Obsessive-compulsive and related disorders</li>
<li><i class="ri-check-double-line"></i> Trauma and stress-related disorders</li>
</ul>
<p class="font-italic">
if you have any signs or symptoms of a mental illness, see your primary care provider or a mental health professional. Most mental illnesses don't improve on their own, and if untreated, a mental illness may get worse over time and cause serious problems.
</p>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets/img/vaccine.svg" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-3">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>Supporting yourself</h3>
<div style="font-size: 19px;">
<p>
Taking good care of yourself is paramount to the success of your recovery process. People in recovery find that their physical, spiritual, and emotional health are all connected, and that supporting one supports the others. Taking care of all aspects of you will increase the likelihood that you stay well.
</p>
<ul>
<li><i class="ri-check-double-line"></i> Talk to people with similar experiences</li>
<li><i class="ri-check-double-line"></i> Talk to a professional online</li>
<li><i class="ri-check-double-line"></i> Find ways to relax</li>
<li><i class="ri-check-double-line"></i> Try to do something you enjoy every day</li>
</ul>
<p class="font-italic">
Laughing decreases pain, may help your heart and lungs, promotes muscle relaxation, and can reduce anxiety.A longer life. People with strong social and community ties were two or three times less likely to die during a 9-year study.
</p>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets/img/about.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-4">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0">
<h3>Supporting Someone else</h3>
<div style="font-size: 19px;">
<p>
Mental health problems can be complex. There are many individual differences in the symptoms and how each person responds to different treatment options. However, as with a physical illness, a person with a mental health condition will benefit from the right treatment and support. Having someone to lean on while working through this experience can reduce stress and help them on the road to recovery.
</p>
<ul>
<li><i class="ri-check-double-line"></i> This page gives a brief overview, and at the bottom you’ll find some websites where you can go for more detailed information and advice.
</li>
<li><i class="ri-check-double-line"></i> You are not alone; other people have experienced what you are experiencing. Below you’ll find some forums where you can learn from people with similar experiences.
.</li>
<li><i class="ri-check-double-line"></i> Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate trideta storacalaperda mastiro dolore eu fugiat nulla pariatur.</li>
</ul>
<p class="font-italic">
Research confirms that support from family and friends is a key part of helping someone who is going through a mental illness. This support provides a network of practical and emotional help. These networks can be made up of parents, children, siblings, spouses or partners, extended families, close friends and others who care about us like neighbours, coworkers, coaches and teachers.
</p>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="assets/img/supporting-yourself-aged-elderly-fb.png" alt="" class="img-fluid">
<BR></BR>
<BR></BR>
<BR></BR>
<img src="assets/img/Z1.png" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container">
<div class="row" data-aos="zoom-out">
<div class="col-lg-9 text-center text-lg-left">
<h3>Phone , Email</h3>
<p style="font-size: 19px;"> Ministry of Health and Family Welfare Government of India 24/7 telephone support service providing free, immediate, short-term counselling and advice for those feeling worried or struggling to cope during the coronavirus pandemic.
Time:
Anytime, Anywhere</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="#contact">Phone , Email</a>
</div>
</div>
</div>
</section><!-- End Cta Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>Services</h2>
<p>Covid 19 Support</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="icon-box" data-aos="zoom-in-left">
<h4 class="title"><a href="https://www.avert.org/coronavirus/covid-19-myths-and-facts">The Facts ⟶</a></h4>
<p class="description" style="font-size: 16px;">There is a lot of misinformation about COVID-19 so it’s important to check that the information is a reliable resource from the World Health Organization or your government health authority.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5 mt-md-0">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="100">
<h4 class="title"><a href="https://www.cdc.gov/coronavirus/2019-ncov/daily-life-coping/managing-stress-anxiety.html">Psychological tips ⟶</a></h4>
<p class="description" style="font-size: 16px;">Learning to cope with stress in a healthy way will make you, the people you care about, and those around you become more resilient.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5 mt-lg-0 ">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="200">
<h4 class="title"><a href="https://www.dvara.com/research/social-protection-initiative/covid-19-impact-on-daily-life/">Impacts on everyday life ⟶</a></h4>
<p class="description" style="font-size: 16px;">COVID-19 has kept us apart from our family, friends, and culture. We feel supported when we stay connected to each other. Health Bliss can help you find online and phone support.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="300">
<h4 class="title"><a href="https://mailchi.mp/who/covid-older-persons-march-2020?e=f72e4ef321">Support for Older people ⟶</a></h4>
<p class="description" style="font-size: 16px;">Older people face significant risk of developing severe illness if they contract the disease due to physiological changes that come with ageing and potential underlying health conditions.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="400">
<h4 class="title"><a href="https://www.webmd.com/lung/covid-treatment-home-hospital#1">If You Need Medical Care ⟶</a></h4>
<p class="description" style="font-size: 16px;">You can most likely treat them at home, the way you would for a cold or the flu. Most people recover from COVID-19 without the need for hospital care</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="500">
<h4 class="title"><a href="https://health.economictimes.indiatimes.com/news/industry/what-india-must-do-to-solve-its-mental-health-crisis/74314862#:~:text=Mental%20health%20situation%20in%20India,and%20sensitize%20the%20community%2Fsociety.">No Health without Mental Health ⟶</a></h4>
<p class="description" style="font-size: 16px;">The first and foremost reason for India to lose its mental health is the lack of awareness and sensitivity about the issue. There is a big stigma around people suffering from any kind of mental health issues.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>Healthacare Solutions</h2>
<p> Health Bliss Interactive Mental Health Providers</p>
</div>
<ul id="portfolio-flters" class="d-flex justify-content-end" data-aos="fade-up">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Therapist</li>
<li data-filter=".filter-card">Psychiatrist</li>
<li data-filter=".filter-web">Psychologist</li>
</ul>
<div class="row portfolio-container" data-aos="fade-up">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/portfolio/Radiation-Therapist-Header.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>eTherapyPro</h4>
<p>online Therapist</p>
<a href="assets/img/portfolio/Radiation-Therapist-Header.png" data-gall="portfolioGallery" class="venobox preview-link" title="eTherapyPro"><i class="bx bx-plus"></i></a>
<a href="https://etherapypro.com/" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/portfolio/dr-sujay-n-m-consultant-psychiatrist.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>MDLIVE</h4>
<p>online Psychiatrist</p>
<a href="assets/img/portfolio/dr-sujay-n-m-consultant-psychiatrist.png" data-gall="portfolioGallery" class="venobox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/portfolio/team-work.jpg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>7 Cups</h4>
<p>online Therapist</p>
<a href="assets/img/portfolio/team-work.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="7 Cups"><i class="bx bx-plus"></i></a>
<a href="https://www.7cups.com/?correlationId=718b4b6e-da62-41a9-9068-1cd6a755a1d6" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/unnamed.png" class="img-fluid" alt=""></div>
<div class="portfolio-img"><img src="assets/img/portfolio/sy1.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>HopeQure</h4>
<p>online Psychologist</p>
<a href="assets/img/portfolio/unnamed.png" data-gall="portfolioGallery" class="venobox preview-link" title="HopeQure"><i class="bx bx-plus"></i></a>
<a href="https://www.hopequre.com/online-therapists" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/portfolio/support.png" class="img-fluid" alt=""></div>
<div class="portfolio-img"><img src="assets/img/portfolio/sy2.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Amwell</h4>
<p>online Psychiatrist</p>
<a href="assets/img/portfolio/support.png" data-gall="portfolioGallery" class="venobox preview-link" title="Amwell"><i class="bx bx-plus"></i></a>
<a href="https://amwell.com/cm/" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/portfolio/sy3.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Doctor on Demand</h4>
<p>online Therapist</p>
<a href="assets/img/portfolio/sy3.png" data-gall="portfolioGallery" class="venobox preview-link" title="Doctor on Demand"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/online.png" class="img-fluid" alt=""></div>
<div class="portfolio-img"><img src="assets/img/portfolio/ps1.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>betterlyf</h4>
<p>online Psychologist</p>
<a href="assets/img/portfolio/online.png" data-gall="portfolioGallery" class="venobox preview-link" title="betterlyf"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/portfolio/thap2.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Manastha</h4>
<p>online Psychologist</p>
<a href="assets/img/portfolio/syco.png" data-gall="portfolioGallery" class="venobox preview-link" title="Manastha"><i class="bx bx-plus"></i></a>
<a href="https://www.manastha.com/best-psychologists-in-india/" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/portfolio/ps3.png" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Rethink My Healthcare</h4>
<p>online Psychiatrist</p>
<a href="assets/img/portfolio/ps3.png" data-gall="portfolioGallery" class="venobox preview-link" title="Rethink My Healthcare"><i class="bx bx-plus"></i></a>
<a href="https://rethinkmyhealthcare.com/virtual-healthcare-services-2/psychiatry/?_ga=2.153967358.73775184.1622235618-338360101.1622235618" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>Health Bliss Highlights</h2>
<p>Most Read</p>
</div>
<div class="owl-carousel testimonials-carousel" data-aos="fade-up">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
In small doses, stress can help you stay energized and focused. But when it’s chronic or overwhelming, it can damage your health, productivity, and well-being. Learn the warning signs and what you can do to protect yourself.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/strs.jpg" class="testimonial-img" alt="">
<a href="https://www.helpguide.org/home-pages/stress-management.htm" class="btn-buy">Stress Management</a>
<h4>Stress Management</h4>
</div>
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Emotions are powerful. They can override thoughts and profoundly influence behavior. Emotional intelligence (EQ) allows us to harness that power to understand ourselves, break bad habits, and relate to others better.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/em.jpg" class="testimonial-img" alt="">
<a href="https://www.helpguide.org/home-pages/emotional-intelligence.htm#" class="btn-buy">Emotional Intelligence</a>
<h4>Emotional Intelligence</h4>
</div>
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Do you have trouble connecting or getting yourself heard? These articles will teach you the skills you need to communicate more clearly and effectively with your romantic partners, family, friends, boss, and coworkers.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/comm.jpg" class="testimonial-img" alt="">
<a href="https://www.helpguide.org/home-pages/communication.htm" class="btn-buy">Communication</a>
<h4>Communication</h4>
</div>
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Looking after your emotional well-being is just as important as caring for your physical health. By actively nurturing wellness, you’re better able to handle life’s challenges and bounce back when bad things happen.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/well.jpg" class="testimonial-img" alt="">
<a href="https://www.helpguide.org/home-pages/well-being-happiness.htm" class="btn-buy">Wellbeing & Happiness</a>
<h4>Well-being & Happiness</h4>
</div>
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Caring for a pet can have a profound impact on your mental and physical health. Domestic animals provide love and companionship, encourage activity, and can help ease stress, anxiety, and depression. They can also bring joy to even the darkest day.
<i class="bx bxs-quote-alt-right quote-icon-right"></i></p>
<img src="assets/img/testimonials/pets.jpg" class="testimonial-img" alt="">
<a href="" class="btn-buy">Pets</a>
<h4>Pets</h4>
</div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Pricing Section ======= -->
<section id="pricing" class="pricing">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>Services</h2>
<p>Mental health difficulties</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="box featured" data-aos="zoom-in">
<h3>Anxiety</h3>
<ul style="font-size: 16px;">
<li>Cognitive Behavioural Therapy</li>
<li>Exposure Therapy</li>
<li>Relaxation Techniques</li>
<li>Medication </li>
<li>Staying Active and Working out </li>
<!-- <li class="na">Massa ultricies mi</li> -->
</ul>
<div class="btn-wrap">
<a href="https://www.betterlyf.com/stress-and-anxiety/?utm_source=google&utm_medium=cpc&utm_campaign=online_counseling&utm_term=%7Badgroup%7D&utm_content=%7Bad%7D&gclid=CjwKCAjwqcKFBhAhEiwAfEr7zaa2T45XYCecxz2CRaotpU8-bwz55w7hdSW3kGbeRpy8x0EYf0sU0hoCykUQAvD_BwE" class="btn-buy">Get Help</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-4 mt-md-0">
<div class="box featured" data-aos="zoom-in" data-aos-delay="200">
<h3>Depression</h3>
<!-- <h4><sup>$</sup>19<span> / month</span></h4> -->
<ul style="font-size: 16px;">
<li>Eat Healthy</li>
<li>Get enough sleep</li>
<li>Challenge negative thoughts.</li>
<li>Lifestyle Changes</li>
<li>Help Someone Else</li>
</ul>
<div class="btn-wrap">
<a href="https://www.supportgroupscentral.com/" class="btn-buy">Get Help</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-4 mt-lg-0">
<div class="box featured" data-aos="zoom-in" data-aos-delay="200">
<h3>Bipolar affective disorder</h3>
<!-- <h4><sup>$</sup>29<span> / month</span></h4> -->
<ul style="font-size: 16px;">
<li>Brain-stimulation treatments</li>
<li>Psychotherapy</li>
<li>Medications</li>
<li>Electroconvulsive Therapy</li>
<li>Behavioral therapy</li>
</ul>
<div class="btn-wrap">
<a href="https://www.bphope.com/" class="btn-buy">Get Help</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-4 mt-lg-0">
<div class="box featured" data-aos="zoom-in" data-aos-delay="300">
<h3>Obsessive Compulsive disorder</h3>
<!-- <h4><sup>$</sup>49<span> / month</span></h4> -->
<ul style="font-size: 16px;">
<li>Slow Breathing Techniques</li>
<li>Hyperventilation Control</li>
<!-- <li>meditation </li> -->
<li>Exposure and Response Prevention</li>
<li>Cognitive Behavior Therapy</li>
</ul>
<div class="btn-wrap">
<a href="https://iocdf.org/ocd-finding-help/supportgroups/online-and-phone-ocd-support-groups/" class="btn-buy">Get Help</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Pricing Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title">
<h2>Services</h2>
<p>Supporting yourself and someone else </p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="icon-box">
<div class="icon"><i class="fal fa-heartbeat"></i></div>
<div class="text">
<h4><a href="https://www.mentalhealth.org.uk/your-mental-health/looking-after-your-mental-health/talk-about-your-feelings">Talk about your feelings</a></h4>
<p>Talking about your feelings can help you stay in good mental health and deal with times when you feel troubled.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="icon-box">
<div class="icon"><i class="fal fa-running"></i></div>
<div class="text">
<h4><a href="https://www.mentalhealth.org.uk/your-mental-health/looking-after-your-mental-health/keep-active">Keep active</a></h4>
<p>Regular exercise can boost your self-esteem and can help you concentrate, sleep, and feel better. It is also a significant benefit towards improving your mental health.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="icon-box">
<div class="icon"><i class="fal fa-hand-holding-heart"></i></div>
<div class="text">
<h4><a href="https://nami.org/Support-Education">Ask for help</a></h4>
<p>If things are getting too much for you and you feel you can’t cope, ask for help. Your family or friends may be able to offer practical help or a listening ear.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="fal fa-chart-line"></i></div>
<div class="text">
<h4><a href="https://www.blackdoginstitute.org.au/resources-support/fact-sheets/">Fact sheets</a></h4>
<p>Our evidence-informed fact sheets are suitable for anyone trying to find out more information about mental health conditions, treatments and wellbeing</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="fal fa-ear"></i></div>
<div class="text">
<h4><a href="https://www.verywellmind.com/what-is-emotional-validation-425336#:~:text=Emotional%20validation%20is%20the%20process,rejected%2C%20ignored%2C%20or%20judged.">Listen and validate</a></h4>
<p>Emotional validation is the process of learning about, understanding, and expressing acceptance of another person’s emotional experience.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="fal fa-comments-alt"></i></div>
<div class="text">
<h4><a href="https://www.independentage.org/information/personal-life/difficult-conversations">Talk to them about how they feel</a></h4>
<p>A good first step is talking to them and finding out how they’re feeling. Just let them know you’re there when they need you</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>Contact</h2>
<p>Get in touch</p>
</div>
<div class="row mt-5">
<div class="col-lg-4" data-aos="fade-right">
<div class="info">
<div class="address">
<i class="icofont-google-map"></i>
<h4>Location:</h4>
<p style="font-size: 16px;">Hosur Road,Bengluru, Karnataka - 5600029</p>
</div>
<div class="email">
<i class="icofont-envelope"></i>
<h4>Email:</h4>
<p style="font-size: 16px;">ms@nimhans.ac.in</p>
</div>
<div class="phone">
<i class="icofont-phone"></i>
<h4>Call:</h4>
<p style="font-size: 16px;">080 - 26995000</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0" data-aos="fade-left">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-row">
<div class="col-md-6 form-group" >
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="col-md-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3>Health Bliss</h3>
<p style="font-size: 16px;">Health Bliss can help you find digital mental health resources from some of most trusted mental health organisations.</p>
<div class="copyright">
© Copyright <strong><span>Health Bliss</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Start of ChatBot (www.chatbot.com) code -->
<script type="text/javascript">
window.__be = window.__be || {};
window.__be.id = "60af9510789adf00072a5474";
(function() {
var be = document.createElement('script'); be.type = 'text/javascript'; be.async = true;
be.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.chatbot.com/widget/plugin.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(be, s);
})();
</script>
<!-- End of ChatBot code -->
</body>
</html>