div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

ਜੇਕਰ ਤੁਹਾਡੇ ਬੱਚੇ ਵਿੱਚ ਇਹ ਲੱਛਣ ਦਿਖਾਈ ਦੇ ਰਹੇ ਹਨ ਤਾਂ ਉਸਨੂੰ ਸਕੂਲ ਨਾ ਭੇਜੋ, ਇਹ ਹੋ ਸਕਦਾ ਹੈ ਕੋਰੋਨਾ; ਜਾਣੋ ਕੀ ਹਨ ਉਹ ਲੱਛਣ

ਸਕੂਲ ਖੁੱਲ੍ਹ ਗਏ ਹਨ ਅਤੇ ਬੱਚੇ ਦੋ ਸਾਲਾਂ ਬਾਅਦ ਆਪਣੇ ਸਕੂਲੀ ਦੋਸਤਾਂ ਨੂੰ ਮਿਲ ਕੇ ਬਹੁਤ ਖੁਸ਼ ਹਨ। ਕੋਰੋਨਾ ਪਾਬੰਦੀਆਂ ਕਾਰਨ ਸਕੂਲ ਲਗਭਗ 2 ਸਾਲਾਂ ਤੋਂ ਬੰਦ ਸਨ ਅਤੇ ਬੱਚੇ ਘਰੋਂ ਆਨਲਾਈਨ ਕਲਾਸਾਂ ਲੈ ਰਹੇ ਸਨ। ਹੁਣ ਸਕੂਲ ਖੁੱਲ੍ਹਣ ਨਾਲ ਮਾਪੇ ਅਤੇ ਬੱਚੇ ਵੀ ਖੁਸ਼ ਹਨ। ਕੋਰੋਨਾ ਨਾਲ ਜੁੜੀਆਂ ਪਾਬੰਦੀਆਂ ਹੁਣ ਖਤਮ ਹੋ ਗਈਆਂ ਹਨ ਅਤੇ ਬੱਚੇ ਰੋਜ਼ਾਨਾ ਸਕੂਲ ਜਾਣ ਅਤੇ ਆਪਣੇ ਦੋਸਤਾਂ ਨੂੰ ਮਿਲਣ ਲਈ ਉਤਾਵਲੇ ਹਨ। ਜਿੱਥੇ ਦੋ ਸਾਲਾਂ ਬਾਅਦ ਸਕੂਲ ਵਾਪਸ ਜਾਣਾ ਉਤਸ਼ਾਹਜਨਕ ਹੋ ਸਕਦਾ ਹੈ, ਸਾਨੂੰ ਇਹ ਵੀ ਨਹੀਂ ਭੁੱਲਣਾ ਚਾਹੀਦਾ ਕਿ ਕੋਰੋਨਾ ਅਜੇ ਖਤਮ ਨਹੀਂ ਹੋਇਆ ਹੈ। ਸਕੂਲ ਖੁੱਲ੍ਹ ਗਏ ਹਨ, ਪਰ ਕੋਰੋਨਾ ਅਜੇ ਵੀ ਸਾਡੇ ਵਿਚਕਾਰ ਹੈ। ਜੇਕਰ ਤੁਸੀਂ ਵੀ ਆਪਣੇ ਬੱਚੇ ਨੂੰ ਹਰ ਰੋਜ਼ ਸਕੂਲ ਭੇਜਦੇ ਹੋ ਅਤੇ ਬੱਚੇ ਵਿੱਚ ਕੋਰੋਨਾ ਨਾਲ ਸਬੰਧਤ ਕੁਝ ਲੱਛਣ ਦਿਖਾਈ ਦਿੰਦੇ ਹਨ, ਤਾਂ ਉਸ ਨੂੰ ਸਕੂਲ ਨਾ ਭੇਜੋ।

ਬੱਚਿਆਂ ਵਿੱਚ ਕੋਵਿਡ 19 ਦੇ ਲੱਛਣ
ਕੋਵਿਡ 19 ਨਾਲ ਸੰਕਰਮਿਤ ਬੱਚੇ ਕੋਰੋਨਾ ਦੇ ਗੰਭੀਰ ਲੱਛਣ ਦਿਖਾ ਸਕਦੇ ਹਨ ਅਤੇ ਲੱਛਣ ਰਹਿਤ ਵੀ ਰਹਿ ਸਕਦੇ ਹਨ। ਕੋਰੋਨਾ ਦੇ ਲੱਛਣ ਦਿਖਾਉਣ ਵਾਲੇ ਬੱਚਿਆਂ ਵਿੱਚ ਹੇਠ ਲਿਖੇ ਲੱਛਣ ਦਿਖਾਈ ਦਿੰਦੇ ਹਨ-

ਬੁਖ਼ਾਰ (Fever)
ਲਗਾਤਾਰ ਖੰਘ (Persistent cough)
ਛਾਤੀ ਵਿੱਚ ਦਰਦ (Chest Ache)
ਗੰਧ ਅਤੇ ਟੈਸਟ ਦਾ ਨੁਕਸਾਨ (Loss of Smell and Test)
ਪੇਟ ਨਾਲ ਸਬੰਧਤ ਸਮੱਸਿਆਵਾਂ (Stomach Related problems)
ਮਾਸਪੇਸ਼ੀ ਦਾ ਦਰਦ (Muscles Ache)
ਗੰਭੀਰ ਸਿਰ ਦਰਦ (Severe Headache)

ਇਹ ਕੁਝ ਆਮ ਲੱਛਣ ਹਨ ਜੋ ਬੱਚਿਆਂ ਵਿੱਚ ਦੇਖੇ ਜਾਂਦੇ ਹਨ ਜਦੋਂ ਉਹ ਕੋਰੋਨਾ ਵਾਇਰਸ ਨਾਲ ਸੰਕਰਮਿਤ ਹੁੰਦੇ ਹਨ। ਇਹ ਵੀ ਪੜ੍ਹੋ – ਕੋਵਿਡ 19 ਬੂਸਟਰ ਡੋਜ਼: ਤੀਜੀ ਖੁਰਾਕ ਨੂੰ ਲਾਗੂ ਕਰਨ ਵਿੱਚ ਦੇਰੀ ਹੋ ਰਹੀ ਹੈ, ਅਦਾਰ ਪੂਨਾਵਾਲਾ ਨੇ ਕਿਹਾ – ਸਰਕਾਰ ਨੂੰ ਅਪੀਲ ਕਰਾਂਗੇ

ਇਸ ਤੋਂ ਇਲਾਵਾ, ਮਾਰਚ 2022 ਵਿੱਚ ਜਰਨਲ ਆਫ਼ ਪੀਡੀਆਟ੍ਰਿਕਸ ਵਿੱਚ ਪ੍ਰਕਾਸ਼ਿਤ ਇੱਕ ਅਧਿਐਨ ਦੇ ਅਨੁਸਾਰ, ਓਮੀਕਰੋਨ ਵੇਵ ਦੇ ਦੌਰਾਨ ਕੋਵਿਡ 19 ਨਾਲ ਸੰਕਰਮਿਤ ਹੋਏ ਬੱਚਿਆਂ ਅਤੇ ਬੱਚਿਆਂ ਵਿੱਚ ਕਾਲੀ ਖੰਘ ਵੀ ਇੱਕ ਪ੍ਰਮੁੱਖ ਲੱਛਣ ਸੀ। ਇਸ ‘ਚ ਉੱਪਰੀ ਸਾਹ ਪ੍ਰਣਾਲੀ ‘ਚ ਇਨਫੈਕਸ਼ਨ ਹੋ ਜਾਂਦੀ ਹੈ, ਜਿਸ ਕਾਰਨ ਸਾਹ ਲੈਣ ‘ਚ ਦਿੱਕਤ ਹੁੰਦੀ ਹੈ ਅਤੇ ਖੰਘ ਦੀ ਆਵਾਜ਼ ਆਉਂਦੀ ਹੈ। ਇਸ ਦੌਰਾਨ ਵਾਇਸ ਬਾਕਸ ਅਤੇ ਵਿੰਡ ਪਾਈਪ ਦੇ ਆਲੇ-ਦੁਆਲੇ ਸੋਜ ਹੁੰਦੀ ਹੈ। ਜੇਕਰ ਤੁਹਾਡੇ ਘਰ ਸਕੂਲ ਜਾਣ ਵਾਲੇ ਬੱਚੇ ਹਨ ਤਾਂ ਤੁਹਾਨੂੰ ਇਨ੍ਹਾਂ ਲੱਛਣਾਂ ਵੱਲ ਵਿਸ਼ੇਸ਼ ਧਿਆਨ ਦੇਣਾ ਚਾਹੀਦਾ ਹੈ।

ਬੱਚਿਆਂ ਵਿੱਚ ਮਲਟੀਸਿਸਟਮ ਇਨਫਲਾਮੇਟਰੀ ਸਿੰਡਰੋਮ (MIS-C) ਕੀ ਹੈ?
ਜਿਹੜੇ ਬੱਚੇ ਕੋਰੋਨਾ ਵਾਇਰਸ ਨਾਲ ਗੰਭੀਰ ਰੂਪ ਵਿੱਚ ਸੰਕਰਮਿਤ ਹੁੰਦੇ ਹਨ, ਉਨ੍ਹਾਂ ਵਿੱਚ ਮਲਟੀਸਿਸਟਮ ਇਨਫਲੇਮੇਟਰੀ ਸਿੰਡਰੋਮ ਹੋ ਸਕਦਾ ਹੈ। ਇਸ ਨਾਲ ਦਿਲ, ਫੇਫੜੇ, ਖੂਨ ਦੀਆਂ ਨਾੜੀਆਂ, ਗੁਰਦੇ, ਪਾਚਨ ਪ੍ਰਣਾਲੀ, ਦਿਮਾਗ, ਚਮੜੀ ਅਤੇ ਅੱਖਾਂ ਸਮੇਤ ਕਈ ਅੰਗਾਂ ਅਤੇ ਟਿਸ਼ੂਆਂ ਦੀ ਸੋਜ ਹੋ ਸਕਦੀ ਹੈ। MIS-C ਲੱਛਣਾਂ ਦਾ ਇੱਕ ਸਮੂਹ ਹੈ, ਜਿਸ ਵਿੱਚ 24 ਘੰਟੇ ਜਾਂ ਇਸ ਤੋਂ ਵੱਧ ਸਮੇਂ ਤੱਕ ਚੱਲਣ ਵਾਲਾ ਬੁਖਾਰ ਸ਼ਾਮਲ ਹੈ।

ਇਸ ਦੇ ਨਾਲ ਹੀ ਉਲਟੀ, ਦਸਤ, ਪੇਟ ਦਰਦ, ਚਮੜੀ ਧੱਫੜ, ਬੇਹੋਸ਼ੀ, ਤੇਜ਼ ਸਾਹ, ਲਾਲ ਅੱਖਾਂ, ਲਾਲ ਜੀਭ ਜਾਂ ਸੋਜ ਵੀ ਹੋ ਸਕਦੀ ਹੈ। ਜੇਕਰ ਅਸੀਂ ਕੁਝ ਐਮਰਜੈਂਸੀ ਲੱਛਣਾਂ ਦੀ ਗੱਲ ਕਰੀਏ ਤਾਂ ਇਸ ਵਿੱਚ ਸਾਹ ਲੈਣ ਵਿੱਚ ਤਕਲੀਫ਼, ​​ਉਲਝਣ ਵਾਲੀ ਸਥਿਤੀ, ਵਾਰ-ਵਾਰ ਬੇਹੋਸ਼ੀ, ਫਿੱਕਾ ਸਰੀਰ, ਚਮੜੀ, ਬੁੱਲ੍ਹ ਅਤੇ ਨਹੁੰ ਨੀਲੇ ਜਾਂ ਬੇਰੰਗ ਹੋ ਜਾਣਾ ਅਤੇ ਪੇਟ ਵਿੱਚ ਦਰਦ ਸ਼ਾਮਲ ਹਨ।

ਜਿਹੜੇ ਬੱਚੇ ਵੈਕਸੀਨ ਨਹੀਂ ਲਗਾਉਂਦੇ, ਉਹ ਆਸਾਨ ਸ਼ਿਕਾਰ ਹੁੰਦੇ ਹਨ
ਕੋਵਿਡ ਵੈਕਸੀਨ ਭਾਰਤ ਵਿੱਚ 12-18 ਸਾਲ ਦੀ ਉਮਰ ਦੇ ਬੱਚਿਆਂ ਲਈ ਆ ਗਈ ਹੈ। 12-14 ਸਾਲ ਦੀ ਉਮਰ ਦੇ ਬੱਚਿਆਂ ਨੂੰ ਕੋਰਬੇਵੈਕਸ ਟੀਕਾ ਲਗਾਇਆ ਜਾ ਰਿਹਾ ਹੈ, ਜਦਕਿ 15-18 ਸਾਲ ਦੀ ਉਮਰ ਦੇ ਨੌਜਵਾਨਾਂ ਨੂੰ ਕੋਵੀਕਸੀਨ ਲਗਾਇਆ ਜਾ ਰਿਹਾ ਹੈ। ਹਾਲਾਂਕਿ, 12 ਸਾਲ ਤੋਂ ਘੱਟ ਉਮਰ ਦੇ ਬੱਚਿਆਂ ਲਈ ਅਜੇ ਤੱਕ ਕੋਈ ਟੀਕਾ ਨਹੀਂ ਹੈ ਅਤੇ ਉਹ ਆਸਾਨੀ ਨਾਲ ਕੋਰੋਨਾ ਵਾਇਰਸ ਦੇ ਸ਼ਿਕਾਰ ਹੋ ਸਕਦੇ ਹਨ। ਉਹ ਵਾਇਰਸ ਦੇ ਵਿਰੁੱਧ ਪ੍ਰਤੀਰੋਧਕ ਇਮਯੂਨਾਈਜ਼ੇਸ਼ਨ ਦੀ ਘਾਟ ਕਾਰਨ ਸੰਕਰਮਣ ਦਾ ਵਧੇਰੇ ਖ਼ਤਰਾ ਹਨ। ਇਹੀ ਕਾਰਨ ਹੈ ਕਿ ਬੱਚਿਆਂ ਨੂੰ ਹੋਰ ਵੀ ਸੁਰੱਖਿਆ ਦੀ ਲੋੜ ਹੈ।

ਬੱਚੇ ਨੂੰ ਸਕੂਲ ਨਾ ਭੇਜੋ ਭਾਵੇਂ ਬੱਚੇ ਨੂੰ ਕੋਵਿਡ ਨਹੀਂ ਹੈ ਅਤੇ ਉਹ ਹਲਕਾ ਜਿਹਾ ਬਿਮਾਰ ਹੈ
ਜੇਕਰ ਤੁਹਾਡਾ ਬੱਚਾ ਬਿਮਾਰ ਹੈ, ਤਾਂ ਉਸਨੂੰ ਸਕੂਲ ਨਾ ਭੇਜੋ। ਇਹ ਚੰਗੀ ਖ਼ਬਰ ਹੋ ਸਕਦੀ ਹੈ ਕਿ ਬੱਚਾ ਬਿਮਾਰ ਹੈ, ਪਰ ਉਸਨੂੰ ਕੋਵਿਡ ਨਹੀਂ ਹੈ। ਹਾਲਾਂਕਿ, ਆਪਣੇ ਬੱਚੇ ਨੂੰ ਉਦੋਂ ਤੱਕ ਸਕੂਲ ਨਾ ਭੇਜੋ ਜਦੋਂ ਤੱਕ ਉਹ ਪੂਰੀ ਤਰ੍ਹਾਂ ਤੰਦਰੁਸਤ ਨਹੀਂ ਹੋ ਜਾਂਦਾ। ਸਿਰਫ਼ ਕੋਰੋਨਾ ਹੀ ਨਹੀਂ, ਹੋਰ ਵੀ ਕਈ ਵਾਇਰਸ ਹਨ ਜੋ ਸਾਹ ਦੀਆਂ ਬਿਮਾਰੀਆਂ ਫੈਲਾਉਂਦੇ ਹਨ। ਜੇਕਰ ਤੁਹਾਡਾ ਬੱਚਾ ਫਲੂ, ਆਮ ਜ਼ੁਕਾਮ ਜਾਂ ਹੋਰ ਛੂਤ ਵਾਲੇ ਵਾਇਰਸ ਨਾਲ ਸੰਕਰਮਿਤ ਹੈ, ਤਾਂ ਉਸਨੂੰ ਸਕੂਲ ਨਾ ਭੇਜੋ, ਕਿਉਂਕਿ ਦੂਜੇ ਬੱਚਿਆਂ ਨੂੰ ਸੰਕਰਮਿਤ ਹੋਣ ਦਾ ਖਤਰਾ ਹੈ।

ਆਪਣੇ ਬੱਚੇ ਦੀ ਸਥਿਤੀ ‘ਤੇ ਨੇੜਿਓਂ ਨਜ਼ਰ ਰੱਖੋ ਅਤੇ ਜੇਕਰ ਕੋਈ ਲੱਛਣ ਦਿਖਾਈ ਦਿੰਦਾ ਹੈ ਤਾਂ ਉਸਨੂੰ ਤੁਰੰਤ ਡਾਕਟਰ ਕੋਲ ਲੈ ਜਾਓ। ਤਾਂ ਜੋ ਸਮੇਂ ਸਿਰ ਇਲਾਜ ਹੋ ਸਕੇ ਅਤੇ ਤੁਹਾਡਾ ਬੱਚਾ ਸੁਰੱਖਿਅਤ ਰਹੇ।

Exit mobile version