{"id":4917,"date":"2023-06-19T07:34:29","date_gmt":"2023-06-19T07:34:29","guid":{"rendered":"https:\/\/patringa.com\/?page_id=4917"},"modified":"2023-06-19T10:07:54","modified_gmt":"2023-06-19T10:07:54","slug":"health-awareness-days","status":"publish","type":"page","link":"https:\/\/patringa.com\/blog\/health-awareness-days\/","title":{"rendered":"Health Awareness Days, Health events, Health Campaigns"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4917\" class=\"elementor elementor-4917\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7701f1a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7701f1a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d4ea5d5\" data-id=\"d4ea5d5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-76f36f4 elementor-widget elementor-widget-html\" data-id=\"76f36f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html>\r\n<head>\r\n  <title>Health Awareness Days<\/title>\r\n \r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.4\/css\/all.min.css\">\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/5.4.0\/css\/bootstrap.min.css\">\r\n <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.4\/css\/all.min.css\">\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/5.4.0\/css\/bootstrap.min.css\">\r\n  <style>\r\n    \/* Global Styles *\/\r\nbody {\r\n  font-family: Arial, sans-serif;\r\n  margin: 0;\r\n  padding: 0;\r\n}\r\n\r\n.container {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  justify-content: space-between;\r\n  margin: 0 -10px;\r\n}\r\n\r\n.card {\r\n  width: calc(50% - 20px);\r\n  margin-bottom: 20px;\r\n  padding: 20px;\r\n  border-radius: 5px;\r\n  box-sizing: border-box;\r\n  transition: all 0.3s ease;\r\n  background-color: #f5f5f5;\r\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.card h2 {\r\n  margin-top: 0;\r\n  font-size: 20px;\r\n}\r\n\r\n.card p {\r\n  margin-bottom: 0;\r\n}\r\n\r\n.card:hover {\r\n  background-color: #e9e9e9;\r\n  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\r\n}\r\n\r\n\/* Sliding Diagonals Background Effect *\/\r\n.feature-img-container {\r\n  position: relative;\r\n  overflow: hidden;\r\n  margin-bottom: 20px;\r\n  height: 300px; \/* Adjust the height as needed *\/\r\n}\r\n\r\n.bg {\r\n  position: absolute;\r\n  top: -50%;\r\n  left: -50%;\r\n  width: 200%;\r\n  height: 200%;\r\n  animation: slide 3s ease-in-out infinite alternate;\r\n  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);\r\n  opacity: 0.5;\r\n}\r\n\r\n.bg2 {\r\n  animation-duration: 4s;\r\n}\r\n\r\n.bg3 {\r\n  animation-duration: 5s;\r\n}\r\n\r\n.content {\r\n  position: relative;\r\n  z-index: 1;\r\n  height: 100%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  text-align: center;\r\n  color: #fff;\r\n}\r\n\r\n.content h1 {\r\n  margin: 0;\r\n  font-size: 48px;\r\n  font-weight: bold;\r\n  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\r\n  animation: scale 2s ease-in-out infinite;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n  .card {\r\n    width: 100%;\r\n  }\r\n  \r\n  .card h2 {\r\n    font-size: 18px;\r\n  }\r\n  \r\n  .feature-img-container {\r\n    height: 200px; \/* Adjust the height as needed for smaller screens *\/\r\n  }\r\n  \r\n  .content h1 {\r\n    font-size: 36px;\r\n  }\r\n}\r\n\r\n@keyframes slide {\r\n  0% {\r\n    transform: translate(-25%, -25%);\r\n  }\r\n  100% {\r\n    transform: translate(25%, 25%);\r\n  }\r\n}\r\n\r\n@keyframes scale {\r\n  0%, 100% {\r\n    transform: scale(1);\r\n  }\r\n  50% {\r\n    transform: scale(1.1);\r\n  }\r\n}\r\n\r\n\/* Header and Footer Styles *\/\r\nheader {\r\n  background-color: #f5f5f5;\r\n  padding: 20px;\r\n  text-align: center;\r\n}\r\n\r\nheader h1 {\r\n  margin: 0;\r\n  font-size: 24px;\r\n}\r\n\r\nfooter {\r\n  background-color: #f5f5f5;\r\n  padding: 20px;\r\n  text-align: center;\r\n  font-size: 14px;\r\n  color: #777;\r\n}\r\n\r\n}\r\n      body {\r\n      font-family: Arial, sans-serif;\r\n      margin: 20px;\r\n      background-color: #f7f7f7;\r\n    }\r\n    h1 {\r\n      color: #333;\r\n      font-size: 36px;\r\n      text-align: center;\r\n      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\r\n    }\r\n    h2 {\r\n      color: #666;\r\n      font-size: 24px;\r\n      margin-bottom: 10px;\r\n      border-bottom: 1px solid #ccc;\r\n      padding-bottom: 5px;\r\n      margin-top: 30px;\r\n    }\r\n    p {\r\n      color: #555;\r\n      font-size: 18px;\r\n      line-height: 1.5;\r\n    }\r\n    .question {\r\n      color: #444;\r\n      font-weight: bold;\r\n      margin-top: 20px;\r\n    }\r\n    .highlight {\r\n      background-color: #eaf3ff;\r\n      padding: 5px;\r\n      border-radius: 5px;\r\n\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"header\">\r\n \r\n  <\/div>\r\n  \r\n  <div class=\"feature-img-container\">\r\n    <div class=\"bg\"><\/div>\r\n    <div class=\"bg bg2\"><\/div>\r\n    <div class=\"bg bg3\"><\/div>\r\n    <div class=\"content\">\r\n      <h1>Health Awareness Days<\/h1>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  \r\n  <div class=\"container\">\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-braille\"><\/i> World Braille Day<\/h2>\r\n      <p>January 4, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-users\"><\/i> World Leprosy Day<\/h2>\r\n      <p>January 30, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-certificate\"><\/i> World Cancer Day<\/h2>\r\n      <p>February 4, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-child\"><\/i> National Deworming Day<\/h2>\r\n      <p>February 10, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-brain\"><\/i> International Epilepsy Day<\/h2>\r\n      <p>February 13, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-moon\"><\/i> World Sleep Day<\/h2>\r\n      <p>February 17, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-hands-helping\"><\/i> Rare Disease Day<\/h2>\r\n      <p>February 28, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-deaf\"><\/i> World Hearing Day<\/h2>\r\n      <p>March 3, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-weight\"><\/i> World Obesity Day<\/h2>\r\n      <p>March 4, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-hand-holding-medical\"><\/i> World Kidney Day<\/h2>\r\n      <p>March 9, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-syringe\"><\/i> National Vaccination Day<\/h2>\r\n      <p>March 16, 2023<\/p>\r\n   \r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-tooth\"><\/i> World Oral Health Day<\/h2>\r\n      <p>March 20, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-socks\"><\/i> World Down Syndrome Day<\/h2>\r\n      <p>March 21, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"https:\/\/patringa.com\/world-water-day\/\">\r\n      <h2><i class=\"fas fa-tint\"><\/i> World Water Day<\/h2>\r\n      <p>March 22, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-eye\"><\/i> World Optometry Day<\/h2>\r\n      <p>March 23, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-lungs\"><\/i> World Tuberculosis Day<\/h2>\r\n      <p>March 24, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-brain\"><\/i> World Bipolar Day<\/h2>\r\n      <p>March 30, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-heart\"><\/i> World Health Day<\/h2>\r\n      <p>April 7, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-female\"><\/i> National Safe Motherhood Day<\/h2>\r\n      <p>April 11, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-tint\"><\/i> World Hemophilia Day<\/h2>\r\n      <p>April 17, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-viruses\"><\/i> World Malaria Day<\/h2>\r\n      <p>April 25, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-hard-hat\"><\/i> World Day for Safety and Health at Work<\/h2>\r\n      <p>April 28, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-syringe\"><\/i> World Immunization Week<\/h2>\r\n      <p>April 24-30, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-lungs\"><\/i> World Asthma Day<\/h2>\r\n      <p>May 2, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-hands-wash\"><\/i> World Hand Hygiene Day<\/h2>\r\n      <p>May 5, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-tint\"><\/i> World Thalassemia Day<\/h2>\r\n      <p>May 8, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-user-nurse\"><\/i> International Nurses Day<\/h2>\r\n      <p>May 12, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-virus\"><\/i> National Dengue Day<\/h2>\r\n      <p>May 16, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-heartbeat\"><\/i> World Hypertension Day<\/h2>\r\n      <p>May 17, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-syringe\"><\/i> World AIDS Vaccine Day<\/h2>\r\n      <p>May 18, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-wheelchair\"><\/i> World Autoimmune Arthritis Day<\/h2>\r\n      <p>May 20, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-smoking-ban\"><\/i> World No Tobacco Day<\/h2>\r\n      <p>May 31, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-tint\"><\/i> World Blood Donor Day<\/h2>\r\n      <p>June 14, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-biohazard\"><\/i> World Sickle Cell Day<\/h2>\r\n      <p>June 19, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-yoga\"><\/i> International Day of Yoga<\/h2>\r\n      <p>June 21, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-user-md\"><\/i> National Doctor's Day<\/h2>\r\n      <p>July 1, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-users\"><\/i> World Population Day<\/h2>\r\n      <p>July 11, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-vial\"><\/i> World Hepatitis Day<\/h2>\r\n      <p>July 28, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-lungs\"><\/i> World Lung Cancer Day<\/h2>\r\n      <p>August 1, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-baby\"><\/i> World Breastfeeding Week<\/h2>\r\n      <p>August 1-7, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-utensils\"><\/i> National Nutrition Week<\/h2>\r\n      <p>September 1-7, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-heartbeat\"><\/i> World Suicide Prevention Day<\/h2>\r\n      <p>September 10, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-brain\"><\/i> World Alzheimer's Day<\/h2>\r\n      <p>September 21, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-deaf\"><\/i> International Day of the Deaf<\/h2>\r\n      <p>September 24, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-dog\"><\/i> World Rabies Day<\/h2>\r\n      <p>September 28, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-heart\"><\/i> World Heart Day<\/h2>\r\n      <p>September 29, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-wheelchair\"><\/i> World Cerebral Palsy Day<\/h2>\r\n      <p>October 6, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-brain\"><\/i> World Mental Health Day<\/h2>\r\n      <p>October 10, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-hand-rock\"><\/i> World Arthritis Day<\/h2>\r\n      <p>October 12, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-apple-alt\"><\/i> World Food Day<\/h2>\r\n      <p>October 16, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-bone\"><\/i> World Osteoporosis Day<\/h2>\r\n      <p>October 20, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-comment\"><\/i> International Stuttering Awareness Day<\/h2>\r\n      <p>October 22, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-wheelchair\"><\/i> World Polio Day<\/h2>\r\n      <p>October 24, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-ribbon\"><\/i> National Cancer Awareness Day<\/h2>\r\n      <p>November 7, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-lungs\"><\/i> World Pneumonia Day<\/h2>\r\n      <p>November 12, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-hand-holding-medical\"><\/i> World Diabetes Day<\/h2>\r\n      <p>November 14, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-lungs\"><\/i> World COPD Day<\/h2>\r\n      <p>November 15, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-baby\"><\/i> World Prematurity Day<\/h2>\r\n      <p>November 17, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-pills\"><\/i> World Antibiotic Awareness Week<\/h2>\r\n      <p>November 13-19, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n  <div class=\"card\">\r\n    <a href=\"#\">\r\n      <h2><i class=\"fas fa-ribbon\"><\/i> World AIDS Day<\/h2>\r\n      <p>December 1, 2023<\/p>\r\n    <\/a>\r\n  <\/div>\r\n<\/div>\r\n\r\n\r\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/5.4.0\/js\/bootstrap.bundle.min.js\"><\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-661f997 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"661f997\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb8a3f9\" data-id=\"bb8a3f9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-52d853c lae-slider-arrow-placement-middle-center lae-slider-arrow-shape-circle lae-slider-arrow-color-dark lae-slider-arrow-visibility-always elementor-widget elementor-widget-lae-posts-gridbox-slider\" data-id=\"52d853c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"lae-posts-gridbox-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"lae-posts-gridbox-slider-wrap\">\n    <div            id=\"lae-posts-gridbox-slider-52d853c\"\n            class=\"lae-posts-gridbox-slider lae-container lae-posts-gridbox-slider-style-1\"\n            data-settings='{&quot;slider_id&quot;:&quot;52d853c&quot;,&quot;arrows&quot;:true,&quot;dots&quot;:false,&quot;autoplay&quot;:true,&quot;autoplay_speed&quot;:3000,&quot;animation_speed&quot;:300,&quot;pause_on_hover&quot;:true}'><div class=\"lae-posts-gridbox-slide\">\n    <div class=\"lae-posts-gridbox\">\n        \n        <div class=\"lae-posts-gridbox-item lae-align-bottom-left\" style=\"height:500px;\">\n\n            <article id=\"post-69091\"\n                     class=\"lae-post-entry post-69091 post type-post status-publish format-standard has-post-thumbnail hentry category-events-days ast-article-single\">\n\n                \n                    \n                        <a class=\"lae-post-link-overlay\"\n                           href=\"https:\/\/patringa.com\/valentine-week-list-2026-date-sheet-schedule-hindi\/\"\n                           target=\"\"><\/a>\n\n                    \n                    \n                    \n                    <div class=\"lae-post-overlay lae-post-featured-img-bg\" style=\"background-image: url(https:\/\/patringa.com\/blog\/wp-content\/uploads\/2026\/01\/optimized-1769751932308.jpg);\">\n\n                        \n                            <div class=\"lae-post-text-wrap\">\n\n                                <div class=\"lae-post-text\">\n\n                                    \n                                        <span class=\"lae-terms\"><a href=\"https:\/\/patringa.com\/category\/events-days\/\">Events &amp; Days<\/a><\/span>\n                                    \n                                    \n                                        <h3 class=\"lae-post-title\"><a href=\"https:\/\/patringa.com\/valentine-week-list-2026-date-sheet-schedule-hindi\/\" title=\"Valentine Week List 2026 (Date Sheet): Rose Day se Valentine Day Tak Ka Full Schedule!\" rel=\"bookmark\">Valentine Week List 2026 (Date Sheet): Rose Day se Valentine Day Tak Ka Full Schedule!<\/a><\/h3>\n                                    \n                                    \n                                        <div class=\"lae-post-meta\">\n\n                                            \n                                                \n<span class=\"author vcard\">By     <a class=\"url fn n\"\n       href=\"https:\/\/patringa.com\/author\/patringa\/\"\n       title=\"Patringa\">Patringa<\/a>\n<\/span>\n                                            \n                                            \n                                                \n<span class=\"published\">\n    <abbr title=\"Friday, January, 2026, 5:49 am\">January 30, 2026<\/abbr>\n<\/span>\n\n                                            \n                                            \n                                                \n<span class=\"lae-comments\">No Comments<\/span>\n                                            \n                                        <\/div>\n\n                                    \n                                    \n                                        <div class=\"lae-post-content\">\n\n                                            \n                                            \n                                        <\/div>\n\n                                    \n                                <\/div><!-- .lae-post-text -->\n\n                            <\/div>\n\n                        \n                    <\/div>\n\n                \n            <\/article><!-- .hentry -->\n\n        <\/div><!-- .lae-posts-gridbox-item -->\n\n        \n\n        <div class=\"lae-posts-gridbox-item lae-align-bottom-left\" style=\"height:250px;\">\n\n            <article id=\"post-69063\"\n                     class=\"lae-post-entry post-69063 post type-post status-publish format-standard has-post-thumbnail hentry category-events-days ast-article-single\">\n\n                \n                    \n                        <a class=\"lae-post-link-overlay\"\n                           href=\"https:\/\/patringa.com\/ramakrishna-paramahamsa-jayanti-2026-quotes-date-harmony\/\"\n                           target=\"\"><\/a>\n\n                    \n                    \n                    \n                    <div class=\"lae-post-overlay lae-post-featured-img-bg\" style=\"background-image: url(https:\/\/patringa.com\/blog\/wp-content\/uploads\/2026\/01\/optimized-1769750282341.jpg);\">\n\n                        \n                            <div class=\"lae-post-text-wrap\">\n\n                                <div class=\"lae-post-text\">\n\n                                    \n                                        <span class=\"lae-terms\"><a href=\"https:\/\/patringa.com\/category\/events-days\/\">Events &amp; Days<\/a><\/span>\n                                    \n                                    \n                                        <h3 class=\"lae-post-title\"><a href=\"https:\/\/patringa.com\/ramakrishna-paramahamsa-jayanti-2026-quotes-date-harmony\/\" title=\"Ramakrishna Paramahamsa Jayanti 2026: Quotes, Date &amp; Harmony of Religions .\" rel=\"bookmark\">Ramakrishna Paramahamsa Jayanti 2026: Quotes, Date &#038; Harmony of Religions .<\/a><\/h3>\n                                    \n                                    \n                                        <div class=\"lae-post-meta\">\n\n                                            \n                                                \n<span class=\"author vcard\">By     <a class=\"url fn n\"\n       href=\"https:\/\/patringa.com\/author\/patringa\/\"\n       title=\"Patringa\">Patringa<\/a>\n<\/span>\n                                            \n                                            \n                                                \n<span class=\"published\">\n    <abbr title=\"Friday, January, 2026, 5:25 am\">January 30, 2026<\/abbr>\n<\/span>\n\n                                            \n                                            \n                                                \n<span class=\"lae-comments\">No Comments<\/span>\n                                            \n                                        <\/div>\n\n                                    \n                                    \n                                <\/div><!-- .lae-post-text -->\n\n                            <\/div>\n\n                        \n                    <\/div>\n\n                \n            <\/article><!-- .hentry -->\n\n        <\/div><!-- .lae-posts-gridbox-item -->\n\n        \n\n        <div class=\"lae-posts-gridbox-item lae-align-bottom-left\" style=\"height:250px;\">\n\n            <article id=\"post-68684\"\n                     class=\"lae-post-entry post-68684 post type-post status-publish format-standard has-post-thumbnail hentry category-inspiration ast-article-single\">\n\n                \n                    \n                        <a class=\"lae-post-link-overlay\"\n                           href=\"https:\/\/patringa.com\/sarcastic-funny-good-morning-memes-for-friends\/\"\n                           target=\"\"><\/a>\n\n                    \n                    \n                    \n                    <div class=\"lae-post-overlay lae-post-featured-img-bg\" style=\"background-image: url(https:\/\/patringa.com\/blog\/wp-content\/uploads\/2026\/01\/optimized-1769442423584.jpg);\">\n\n                        \n                            <div class=\"lae-post-text-wrap\">\n\n                                <div class=\"lae-post-text\">\n\n                                    \n                                        <span class=\"lae-terms\"><a href=\"https:\/\/patringa.com\/category\/inspiration\/\">Lifestyle &amp; Inspiration<\/a><\/span>\n                                    \n                                    \n                                        <h3 class=\"lae-post-title\"><a href=\"https:\/\/patringa.com\/sarcastic-funny-good-morning-memes-for-friends\/\" title=\"Good Morning? Ghanta! Sarcastic &amp; Funny Memes for Friends (2026 Collection)\" rel=\"bookmark\">Good Morning? Ghanta! Sarcastic &#038; Funny Memes for Friends (2026 Collection)<\/a><\/h3>\n                                    \n                                    \n                                        <div class=\"lae-post-meta\">\n\n                                            \n                                                \n<span class=\"author vcard\">By     <a class=\"url fn n\"\n       href=\"https:\/\/patringa.com\/author\/ayush-bhardwaj\/\"\n       title=\"Ayush Bhardwaj\">Ayush Bhardwaj<\/a>\n<\/span>\n                                            \n                                            \n                                                \n<span class=\"published\">\n    <abbr title=\"Monday, January, 2026, 3:50 pm\">January 26, 2026<\/abbr>\n<\/span>\n\n                                            \n                                            \n                                                \n<span class=\"lae-comments\">No Comments<\/span>\n                                            \n                                        <\/div>\n\n                                    \n                                    \n                                <\/div><!-- .lae-post-text -->\n\n                            <\/div>\n\n                        \n                    <\/div>\n\n                \n            <\/article><!-- .hentry -->\n\n        <\/div><!-- .lae-posts-gridbox-item -->\n\n            <\/div><!-- .lae-posts-gridbox -->\n<\/div><!-- .lae-posts-gridbox-slide -->\n\n<div class=\"lae-posts-gridbox-slide\">\n    <div class=\"lae-posts-gridbox\">\n        \n        <div class=\"lae-posts-gridbox-item lae-align-bottom-left\" style=\"height:500px;\">\n\n            <article id=\"post-68671\"\n                     class=\"lae-post-entry post-68671 post type-post status-publish format-standard has-post-thumbnail hentry category-birthdays ast-article-single\">\n\n                \n                    \n                        <a class=\"lae-post-link-overlay\"\n                           href=\"https:\/\/patringa.com\/madhubala-birth-anniversary-story-biography\/\"\n                           target=\"\"><\/a>\n\n                    \n                    \n                    \n                    <div class=\"lae-post-overlay lae-post-featured-img-bg\" style=\"background-image: url(https:\/\/patringa.com\/blog\/wp-content\/uploads\/2026\/01\/optimized-1769440018817.jpg);\">\n\n                        \n                            <div class=\"lae-post-text-wrap\">\n\n                                <div class=\"lae-post-text\">\n\n                                    \n                                        <span class=\"lae-terms\"><a href=\"https:\/\/patringa.com\/category\/inspiration\/birthdays\/\">Birthdays<\/a><\/span>\n                                    \n                                    \n                                        <h3 class=\"lae-post-title\"><a href=\"https:\/\/patringa.com\/madhubala-birth-anniversary-story-biography\/\" title=\"Madhubala Birth Anniversary 2026: The Tragic Love Story of India\u2019s Marilyn Monroe\" rel=\"bookmark\">Madhubala Birth Anniversary 2026: The Tragic Love Story of India&#8217;s Marilyn Monroe<\/a><\/h3>\n                                    \n                                    \n                                        <div class=\"lae-post-meta\">\n\n                                            \n                                                \n<span class=\"author vcard\">By     <a class=\"url fn n\"\n       href=\"https:\/\/patringa.com\/author\/ayush-bhardwaj\/\"\n       title=\"Ayush Bhardwaj\">Ayush Bhardwaj<\/a>\n<\/span>\n                                            \n                                            \n                                                \n<span class=\"published\">\n    <abbr title=\"Monday, January, 2026, 3:09 pm\">January 26, 2026<\/abbr>\n<\/span>\n\n                                            \n                                            \n                                                \n<span class=\"lae-comments\">No Comments<\/span>\n                                            \n                                        <\/div>\n\n                                    \n                                    \n                                        <div class=\"lae-post-content\">\n\n                                            \n                                            \n                                        <\/div>\n\n                                    \n                                <\/div><!-- .lae-post-text -->\n\n                            <\/div>\n\n                        \n                    <\/div>\n\n                \n            <\/article><!-- .hentry -->\n\n        <\/div><!-- .lae-posts-gridbox-item -->\n\n        \n\n        <div class=\"lae-posts-gridbox-item lae-align-bottom-left\" style=\"height:250px;\">\n\n            <article id=\"post-68662\"\n                     class=\"lae-post-entry post-68662 post type-post status-publish format-standard has-post-thumbnail hentry category-inspiration ast-article-single\">\n\n                \n                    \n                        <a class=\"lae-post-link-overlay\"\n                           href=\"https:\/\/patringa.com\/wedding-anniversary-wishes-for-bhaiya-and-bhabhi-quotes-status\/\"\n                           target=\"\"><\/a>\n\n                    \n                    \n                    \n                    <div class=\"lae-post-overlay lae-post-featured-img-bg\" style=\"background-image: url(https:\/\/patringa.com\/blog\/wp-content\/uploads\/2026\/01\/optimized-1769439128651.jpg);\">\n\n                        \n                            <div class=\"lae-post-text-wrap\">\n\n                                <div class=\"lae-post-text\">\n\n                                    \n                                        <span class=\"lae-terms\"><a href=\"https:\/\/patringa.com\/category\/inspiration\/\">Lifestyle &amp; Inspiration<\/a><\/span>\n                                    \n                                    \n                                        <h3 class=\"lae-post-title\"><a href=\"https:\/\/patringa.com\/wedding-anniversary-wishes-for-bhaiya-and-bhabhi-quotes-status\/\" title=\"Wedding Anniversary Wishes for Bhaiya and Bhabhi: Dil Se Duaayein &amp; Swag Wali Badhaiyan!\" rel=\"bookmark\">Wedding Anniversary Wishes for Bhaiya and Bhabhi: Dil Se Duaayein &#038; Swag Wali Badhaiyan!<\/a><\/h3>\n                                    \n                                    \n                                        <div class=\"lae-post-meta\">\n\n                                            \n                                                \n<span class=\"author vcard\">By     <a class=\"url fn n\"\n       href=\"https:\/\/patringa.com\/author\/patringa\/\"\n       title=\"Patringa\">Patringa<\/a>\n<\/span>\n                                            \n                                            \n                                                \n<span class=\"published\">\n    <abbr title=\"Monday, January, 2026, 2:55 pm\">January 26, 2026<\/abbr>\n<\/span>\n\n                                            \n                                            \n                                                \n<span class=\"lae-comments\">No Comments<\/span>\n                                            \n                                        <\/div>\n\n                                    \n                                    \n                                <\/div><!-- .lae-post-text -->\n\n                            <\/div>\n\n                        \n                    <\/div>\n\n                \n            <\/article><!-- .hentry -->\n\n        <\/div><!-- .lae-posts-gridbox-item -->\n\n        \n\n        <div class=\"lae-posts-gridbox-item lae-align-bottom-left\" style=\"height:250px;\">\n\n            <article id=\"post-68638\"\n                     class=\"lae-post-entry post-68638 post type-post status-publish format-standard has-post-thumbnail hentry category-ai ast-article-single\">\n\n                \n                    \n                        <a class=\"lae-post-link-overlay\"\n                           href=\"https:\/\/patringa.com\/ai-photo-enhancer-tools-2026-free-guide-hindi\/\"\n                           target=\"\"><\/a>\n\n                    \n                    \n                    \n                    <div class=\"lae-post-overlay lae-post-featured-img-bg\" style=\"background-image: url(https:\/\/patringa.com\/blog\/wp-content\/uploads\/2026\/01\/optimized-1769364167844.jpg);\">\n\n                        \n                            <div class=\"lae-post-text-wrap\">\n\n                                <div class=\"lae-post-text\">\n\n                                    \n                                        <span class=\"lae-terms\"><a href=\"https:\/\/patringa.com\/category\/digital-technology\/ai\/\">AI<\/a><\/span>\n                                    \n                                    \n                                        <h3 class=\"lae-post-title\"><a href=\"https:\/\/patringa.com\/ai-photo-enhancer-tools-2026-free-guide-hindi\/\" title=\"AI Photo Enhancer Tools 2026: Dhundhli Photo Ko 4K Quality Kaise Banayein Free Mein?\" rel=\"bookmark\">AI Photo Enhancer Tools 2026: Dhundhli Photo Ko 4K Quality Kaise Banayein Free Mein?<\/a><\/h3>\n                                    \n                                    \n                                        <div class=\"lae-post-meta\">\n\n                                            \n                                                \n<span class=\"author vcard\">By     <a class=\"url fn n\"\n       href=\"https:\/\/patringa.com\/author\/patringa\/\"\n       title=\"Patringa\">Patringa<\/a>\n<\/span>\n                                            \n                                            \n                                                \n<span class=\"published\">\n    <abbr title=\"Sunday, January, 2026, 6:04 pm\">January 25, 2026<\/abbr>\n<\/span>\n\n                                            \n                                            \n                                                \n<span class=\"lae-comments\">No Comments<\/span>\n                                            \n                                        <\/div>\n\n                                    \n                                    \n                                <\/div><!-- .lae-post-text -->\n\n                            <\/div>\n\n                        \n                    <\/div>\n\n                \n            <\/article><!-- .hentry -->\n\n        <\/div><!-- .lae-posts-gridbox-item -->\n\n            <\/div><!-- .lae-posts-gridbox -->\n<\/div><!-- .lae-posts-gridbox-slide -->\n\n    <\/div><!-- .lae-posts-gridbox-slider -->\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Health Awareness Days Health Awareness Days World Braille Day January 4, 2023 World Leprosy Day January 30, 2023 World Cancer Day February 4, 2023 National Deworming Day February 10, 2023 International Epilepsy Day February 13, 2023 World Sleep Day February 17, 2023 Rare Disease Day February 28, 2023 World Hearing Day March 3, 2023 World [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":4998,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"googlesitekit_rrm_CAowgdq5DA:productID":"","_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4917","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Health Awareness Days, Health events, Health Campaigns<\/title>\n<meta name=\"description\" content=\"health awareness days, health events, and health campaigns are dedicated observances that aim to raise awareness of health-related topics.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/patringa.com\/health-awareness-days\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Health Awareness Days, Health events, Health Campaigns\" \/>\n<meta property=\"og:description\" content=\"health awareness days, health events, and health campaigns are dedicated observances that aim to raise awareness of health-related topics.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/patringa.com\/health-awareness-days\/\" \/>\n<meta property=\"og:site_name\" content=\"Patringa\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/m.facebook.com\/ThePatringa\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-19T10:07:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/patringa.com\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1067\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/patringa.com\\\/health-awareness-days\\\/\",\"url\":\"https:\\\/\\\/patringa.com\\\/health-awareness-days\\\/\",\"name\":\"Health Awareness Days, Health events, Health Campaigns\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/patringa.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/patringa.com\\\/health-awareness-days\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/patringa.com\\\/health-awareness-days\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/patringa.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/Ai-Images-Blog-Banner-9-min-scaled.jpg\",\"datePublished\":\"2023-06-19T07:34:29+00:00\",\"dateModified\":\"2023-06-19T10:07:54+00:00\",\"description\":\"health awareness days, health events, and health campaigns are dedicated observances that aim to raise awareness of health-related topics.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/patringa.com\\\/health-awareness-days\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/patringa.com\\\/health-awareness-days\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/patringa.com\\\/health-awareness-days\\\/#primaryimage\",\"url\":\"https:\\\/\\\/patringa.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/Ai-Images-Blog-Banner-9-min-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/patringa.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/Ai-Images-Blog-Banner-9-min-scaled.jpg\",\"width\":2560,\"height\":1067,\"caption\":\"health awareness days, health events, health campaigns\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/patringa.com\\\/health-awareness-days\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/patringa.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Health Awareness Days, Health events, Health Campaigns\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/patringa.com\\\/#website\",\"url\":\"https:\\\/\\\/patringa.com\\\/\",\"name\":\"Patringa\",\"description\":\"Empowering Businesses Digitally\",\"publisher\":{\"@id\":\"https:\\\/\\\/patringa.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/patringa.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/patringa.com\\\/#organization\",\"name\":\"Patringa\",\"url\":\"https:\\\/\\\/patringa.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/patringa.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Patringa\"},\"image\":{\"@id\":\"https:\\\/\\\/patringa.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/m.facebook.com\\\/ThePatringa\\\/\",\"https:\\\/\\\/www.instagram.com\\\/thepatringa\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/Patringa\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Health Awareness Days, Health events, Health Campaigns","description":"health awareness days, health events, and health campaigns are dedicated observances that aim to raise awareness of health-related topics.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/patringa.com\/health-awareness-days\/","og_locale":"en_US","og_type":"article","og_title":"Health Awareness Days, Health events, Health Campaigns","og_description":"health awareness days, health events, and health campaigns are dedicated observances that aim to raise awareness of health-related topics.","og_url":"https:\/\/patringa.com\/health-awareness-days\/","og_site_name":"Patringa","article_publisher":"https:\/\/m.facebook.com\/ThePatringa\/","article_modified_time":"2023-06-19T10:07:54+00:00","og_image":[{"width":2560,"height":1067,"url":"https:\/\/patringa.com\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/patringa.com\/health-awareness-days\/","url":"https:\/\/patringa.com\/health-awareness-days\/","name":"Health Awareness Days, Health events, Health Campaigns","isPartOf":{"@id":"https:\/\/patringa.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/patringa.com\/health-awareness-days\/#primaryimage"},"image":{"@id":"https:\/\/patringa.com\/health-awareness-days\/#primaryimage"},"thumbnailUrl":"https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-scaled.jpg","datePublished":"2023-06-19T07:34:29+00:00","dateModified":"2023-06-19T10:07:54+00:00","description":"health awareness days, health events, and health campaigns are dedicated observances that aim to raise awareness of health-related topics.","breadcrumb":{"@id":"https:\/\/patringa.com\/health-awareness-days\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/patringa.com\/health-awareness-days\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/patringa.com\/health-awareness-days\/#primaryimage","url":"https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-scaled.jpg","contentUrl":"https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-scaled.jpg","width":2560,"height":1067,"caption":"health awareness days, health events, health campaigns"},{"@type":"BreadcrumbList","@id":"https:\/\/patringa.com\/health-awareness-days\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/patringa.com\/"},{"@type":"ListItem","position":2,"name":"Health Awareness Days, Health events, Health Campaigns"}]},{"@type":"WebSite","@id":"https:\/\/patringa.com\/#website","url":"https:\/\/patringa.com\/","name":"Patringa","description":"Empowering Businesses Digitally","publisher":{"@id":"https:\/\/patringa.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/patringa.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/patringa.com\/#organization","name":"Patringa","url":"https:\/\/patringa.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/patringa.com\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"Patringa"},"image":{"@id":"https:\/\/patringa.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/m.facebook.com\/ThePatringa\/","https:\/\/www.instagram.com\/thepatringa\/","https:\/\/www.youtube.com\/c\/Patringa"]}]}},"uagb_featured_image_src":{"full":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-scaled.jpg",2560,1067,false],"thumbnail":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-150x150.jpg",150,150,true],"medium":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-300x125.jpg",300,125,true],"medium_large":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-768x320.jpg",768,320,true],"large":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-1024x427.jpg",1024,427,true],"1536x1536":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-1536x640.jpg",1536,640,true],"2048x2048":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-2048x853.jpg",2048,853,true],"htmega_size_585x295":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-585x295.jpg",585,295,true],"htmega_size_1170x536":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-1170x536.jpg",1170,536,true],"htmega_size_396x360":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-396x360.jpg",396,360,true],"web-stories-poster-portrait":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-640x853.jpg",640,853,true],"web-stories-publisher-logo":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-96x96.jpg",96,96,true],"web-stories-thumbnail":["https:\/\/patringa.com\/blog\/wp-content\/uploads\/2023\/06\/Ai-Images-Blog-Banner-9-min-150x63.jpg",150,63,true]},"uagb_author_info":{"display_name":"Patringa","author_link":"https:\/\/patringa.com\/blog\/author\/patringa\/"},"uagb_comment_info":0,"uagb_excerpt":"Health Awareness Days Health Awareness Days World Braille Day January 4, 2023 World Leprosy Day January 30, 2023 World Cancer Day February 4, 2023 National Deworming Day February 10, 2023 International Epilepsy Day February 13, 2023 World Sleep Day February 17, 2023 Rare Disease Day February 28, 2023 World Hearing Day March 3, 2023 World&hellip;","_links":{"self":[{"href":"https:\/\/patringa.com\/blog\/wp-json\/wp\/v2\/pages\/4917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/patringa.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/patringa.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/patringa.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/patringa.com\/blog\/wp-json\/wp\/v2\/comments?post=4917"}],"version-history":[{"count":0,"href":"https:\/\/patringa.com\/blog\/wp-json\/wp\/v2\/pages\/4917\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/patringa.com\/blog\/wp-json\/wp\/v2\/media\/4998"}],"wp:attachment":[{"href":"https:\/\/patringa.com\/blog\/wp-json\/wp\/v2\/media?parent=4917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}