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

Sinus Infection ਕੀ ਹੈ? ਇਸ ਦੇ ਲੱਛਣਾਂ ਅਤੇ ਰੋਕਥਾਮ ਦੇ ਉਪਾਅ ਜਾਣੋ

Sinus Infection

Sinus Infection: ਸਾਈਨਸ ਇੱਕ ਬਹੁਤ ਹੀ ਆਮ ਸਮੱਸਿਆ ਹੈ, ਜੋ ਦੁਨੀਆ ਭਰ ਦੇ ਲੱਖਾਂ ਲੋਕਾਂ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰਦੀ ਹੈ। ਇਸ ਸਥਿਤੀ ਵਿੱਚ, ਨੱਕ ਦੇ ਰਸਤਿਆਂ ਅਤੇ ਸਾਈਨਸ ਵਿੱਚ ਸੋਜ ਹੁੰਦੀ ਹੈ।

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

ਇਸ ਤੋਂ ਇਲਾਵਾ, ਇਹ ਚਿਹਰੇ ਦੀਆਂ ਹੱਡੀਆਂ ਨੂੰ ਸਪੋਰਟ ਕਰਨ ਅਤੇ ਆਕਾਰ ਦੇਣ ਵਿਚ ਵੀ ਮਦਦਗਾਰ ਹੈ। ਇਹ ਚਿਹਰੇ ਦੀਆਂ ਹੱਡੀਆਂ ਵਿੱਚ ਮੌਜੂਦ ਖੋਖਲੇ ਸਥਾਨ ਹਨ, ਜੋ ਨੱਕ ਨਾਲ ਜੁੜੇ ਹੋਏ ਹਨ।

ਜਦੋਂ ਇਨ੍ਹਾਂ ਥਾਵਾਂ ‘ਤੇ ਇਨਫੈਕਸ਼ਨ ਜਾਂ ਸੋਜ ਹੁੰਦੀ ਹੈ, ਤਾਂ ਇਸ ਨੂੰ ਸਾਈਨਿਸਾਈਟਿਸ ਜਾਂ ਸਾਈਨਸ ਕਿਹਾ ਜਾਂਦਾ ਹੈ।

ਆਓ ਜਾਣਦੇ ਹਾਂ Sinus Infection ਬਾਰੇ।

sinusitis ਦੇ ਕਾਰਨ

ਸਾਈਨਸ ਦੀ ਲਾਗ, ਜਿਸ ਨੂੰ ਸਾਈਨਸਾਈਟਿਸ ਵੀ ਕਿਹਾ ਜਾਂਦਾ ਹੈ। ਇਸ ਦੇ ਮੁੱਖ ਕਾਰਨ ਐਲਰਜੀ, ਢਾਂਚਾਗਤ ਸਮੱਸਿਆ, ਵਾਇਰਲ ਇਨਫੈਕਸ਼ਨ, ਵਾਇਰਲ ਬੁਖਾਰ ਹਨ।

ਪਰਾਗ ਦੇ ਦਾਣਿਆਂ, ਧੂੜ ਅਤੇ ਉੱਲੀ ਤੋਂ ਐਲਰਜੀ ਵਾਲੇ ਲੋਕਾਂ ਵਿੱਚ ਸੋਜ ਹੋ ਸਕਦੀ ਹੈ, ਜੋ ਸਾਈਨਸ ਦੀ ਲਾਗ ਦਾ ਕਾਰਨ ਬਣਦੀ ਹੈ।

ਇਸ ਤੋਂ ਇਲਾਵਾ, ਜ਼ੁਕਾਮ ਅਤੇ ਫਲੂ ਲਈ ਜ਼ਿੰਮੇਵਾਰ ਵਾਇਰਸ ਵੀ ਸਾਈਨਸ ਦੀ ਲਾਗ ਦਾ ਕਾਰਨ ਬਣਦੇ ਹਨ।

ਇਸ ਤੋਂ ਇਲਾਵਾ, ਕੁਝ ਬੈਕਟੀਰੀਆ ਜਿਵੇਂ ਕਿ ਸਟ੍ਰੈਪਟੋਕਾਕਸ ਨਿਮੋਨੀਆ, ਹੀਮੋਫਿਲਸ ਇਨਫਲੂਐਂਜ਼ਾ ਅਤੇ ਮੋਰੈਕਸੇਲਾ ਕੈਟਾਰਾਹਲਿਸ ਵੀ ਸਾਈਨਸ ਦੀ ਲਾਗ ਦਾ ਕਾਰਨ ਬਣ ਸਕਦੇ ਹਨ।

ਐੱਚਆਈਵੀ, ਕੈਂਸਰ ਜਾਂ ਸ਼ੂਗਰ ਤੋਂ ਪੀੜਤ ਲੋਕਾਂ ਵਿੱਚ ਸਾਈਨਸ ਦੀ ਲਾਗ ਦਾ ਖਤਰਾ ਵੱਧ ਸਕਦਾ ਹੈ।

Sinus Infection ਅਤੇ ਆਮ ਜ਼ੁਕਾਮ ਵਿੱਚ ਅੰਤਰ

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

ਰਾਈਨੋਵਾਇਰਸ, ਇਨਫਲੂਐਂਜ਼ਾ ਵਾਇਰਸ ਅਤੇ ਪੈਰੇਨਫਲੂਏਂਜ਼ਾ ਵਾਇਰਸ ਮੁੱਖ ਤੌਰ ‘ਤੇ ਵਾਇਰਸਾਂ ਕਾਰਨ ਹੋਣ ਵਾਲੇ ਸਾਈਨਸ ਦੀ ਲਾਗ ਲਈ ਜ਼ਿੰਮੇਵਾਰ ਹਨ। ਅਜਿਹੀ ਸਥਿਤੀ ਵਿੱਚ, ਇੱਕ ਵਿਅਕਤੀ ਵਿੱਚ ਸਾਈਨਸ ਦੀ ਲਾਗ ਕਈ ਹਫ਼ਤਿਆਂ ਤੱਕ ਰਹਿ ਸਕਦੀ ਹੈ। ਇਸ ਤੋਂ ਇਲਾਵਾ ਵਿਅਕਤੀ ਵਿਚ ਆਮ ਜ਼ੁਕਾਮ ਰਾਈਨੋਵਾਇਰਸ ਕਾਰਨ ਹੁੰਦਾ ਹੈ, ਜੋ ਕੁਝ ਹੀ ਦਿਨਾਂ ਵਿਚ ਠੀਕ ਹੋ ਜਾਂਦਾ ਹੈ। ਛਿੱਕਾਂ ਆਉਣਾ, ਨੱਕ ਵਗਣਾ, ਗਲੇ ਵਿੱਚ ਖਰਾਸ਼ ਅਤੇ ਸਿਰ ਦਰਦ ਆਮ ਲੱਛਣ ਹਨ।

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

ਸਾਈਨਸ ਦੇ ਕਾਰਨ

ਵਾਇਰਸ ਸਾਈਨਸ ਦਾ ਸਭ ਤੋਂ ਆਮ ਕਾਰਨ ਹੈ, ਜਿਸ ਕਾਰਨ ਇਹ ਸਮੱਸਿਆ ਹੋ ਸਕਦੀ ਹੈ।

ਇਸ ਤੋਂ ਇਲਾਵਾ ਬੈਕਟੀਰੀਆ ਕਾਰਨ ਸਾਈਨਸ ਇਨਫੈਕਸ਼ਨ ਦਾ ਖਤਰਾ ਵੀ ਵਧ ਜਾਂਦਾ ਹੈ।

ਐਲਰਜੀ ਕਾਰਨ ਨੱਕ ਦੇ ਰਸਤਿਆਂ ਵਿਚ ਸੋਜ ਵੀ ਆ ਸਕਦੀ ਹੈ, ਜਿਸ ਕਾਰਨ ਬਲਗਮ ਬਣਨਾ ਸ਼ੁਰੂ ਹੋ ਜਾਂਦਾ ਹੈ।

ਇਹ ਸਮੱਸਿਆ ਨੱਕ ਦੇ ਅੰਦਰ ਛੋਟੀਆਂ ਗੰਢਾਂ ਜਾਂ ਪੌਲੀਪਸ ਬਣਨ ਕਾਰਨ ਵੀ ਦਿਖਾਈ ਦਿੰਦੀ ਹੈ।

ਇਸ ਤੋਂ ਇਲਾਵਾ ਨੱਕ ਦੇ ਵਿਚਕਾਰ ਸਥਿਤ ਹੱਡੀ ਦੇ ਕਰਵਚਰ ਹੋਣ ਕਾਰਨ ਵੀ ਇਹ ਸਮੱਸਿਆ ਪੈਦਾ ਹੁੰਦੀ ਹੈ।

ਸਾਈਨਸ ਦੇ ਲੱਛਣ

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

ਸਾਈਨਸ ਦੀਆਂ ਕਿਸਮਾਂ

ਤੀਬਰ ਸਾਈਨਸ ਦੀ ਲਾਗ

ਤੀਬਰ ਸਾਈਨਸ ਦੀ ਲਾਗ ਦਾ ਪ੍ਰਭਾਵ ਸਰੀਰ ਵਿੱਚ 30 ਦਿਨਾਂ ਤੋਂ ਘੱਟ ਸਮੇਂ ਤੱਕ ਰਹਿੰਦਾ ਹੈ।

ਘੱਟ ਗੰਭੀਰ ਸਾਈਨਸ ਲਾਗ
ਇਸ ਕਿਸਮ ਦੀ ਸਾਈਨਸ ਦੀ ਲਾਗ ਇੱਕ ਮਹੀਨੇ ਤੋਂ ਵੱਧ ਸਮੇਂ ਤੱਕ ਰਹਿ ਸਕਦੀ ਹੈ।

ਪੁਰਾਣੀ ਸਾਈਨਸ ਦੀ ਲਾਗ
ਇਹ ਸੰਕ੍ਰਮਣ ਸਰੀਰ ਵਿੱਚ 3 ਮਹੀਨਿਆਂ ਤੋਂ ਵੱਧ ਸਮੇਂ ਤੱਕ ਬਣੇ ਰਹਿਣ ਦੀ ਸੰਭਾਵਨਾ ਹੈ।

ਵਾਰ-ਵਾਰ ਸਾਈਨਸਾਈਟਿਸ
ਇਹ ਇੱਕ ਆਵਰਤੀ ਲਾਗ ਹੈ, ਜੋ ਆਮ ਤੌਰ ‘ਤੇ ਵਾਇਰਸ ਦੀ ਲਾਗ ਕਾਰਨ ਹੁੰਦੀ ਹੈ।

ਘਰੇਲੂ ਉਪਚਾਰ (Sinus Infection)

ਕਾਫ਼ੀ ਪਾਣੀ ਪੀਣ ਨਾਲ ਬਲਗ਼ਮ ਪਤਲੀ ਹੋ ਜਾਂਦੀ ਹੈ ਅਤੇ ਨੱਕ ਵਿੱਚੋਂ ਨਿਕਲਣਾ ਆਸਾਨ ਹੋ ਜਾਂਦਾ ਹੈ।

ਭਾਫ਼ ਸਾਹ ਲੈਣ ਨਾਲ ਨੱਕ ਦੇ ਰਸਤੇ ਖੁੱਲ੍ਹ ਜਾਂਦੇ ਹਨ, ਜਿਸ ਕਾਰਨ ਬਲਗ਼ਮ ਪਤਲੀ ਹੋਣ ਲੱਗਦੀ ਹੈ।

ਕੋਸੇ ਪਾਣੀ ਨੂੰ ਚਿਹਰੇ ‘ਤੇ ਲਗਾਉਣ ਨਾਲ ਦਰਦ ਤੋਂ ਰਾਹਤ ਮਿਲਦੀ ਹੈ।

ਨੱਕ ਵਿੱਚ ਨਮਕ ਦਾ ਪਾਣੀ ਪਾਉਣ ਨਾਲ ਨੱਕ ਦੀਆਂ ਨਲੀਆਂ ਖੁੱਲ੍ਹ ਜਾਂਦੀਆਂ ਹਨ, ਜਿਸ ਕਾਰਨ ਇਹ ਸਮੱਸਿਆ ਘੱਟ ਹੋ ਸਕਦੀ ਹੈ।

ਢੁਕਵਾਂ ਆਰਾਮ ਕਰਨ ਨਾਲ ਸਰੀਰ ਨੂੰ ਇਨਫੈਕਸ਼ਨ ਨਾਲ ਲੜਨ ਵਿੱਚ ਮਦਦ ਮਿਲਦੀ ਹੈ।

ਸਿਗਰਟਨੋਸ਼ੀ ਕਾਰਨ ਨੱਕ ਦੇ ਰਸਤਿਆਂ ਵਿੱਚ ਜਲਣ ਹੁੰਦੀ ਹੈ, ਜਿਸ ਨਾਲ ਸਾਈਨਸ ਦਾ ਖ਼ਤਰਾ ਵੱਧ ਜਾਂਦਾ ਹੈ। ਅਜਿਹੇ ਹਾਲਾਤ ਵਿੱਚ
ਸਿਗਰਟਨੋਸ਼ੀ ਤੋਂ ਬਚੋ।

ਨੋਟ: ਇਹ ਲੇਖ ਸਿਰਫ਼ ਆਮ ਜਾਣਕਾਰੀ ਪ੍ਰਦਾਨ ਕਰਦਾ ਹੈ। ਇਹਨਾਂ ਨੂੰ ਸਿਰਫ਼ ਸੁਝਾਵਾਂ ਵਜੋਂ ਹੀ ਲਓ। ਅਜਿਹੀ ਕਿਸੇ ਵੀ ਜਾਣਕਾਰੀ ‘ਤੇ ਕਾਰਵਾਈ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ, ਕਿਰਪਾ ਕਰਕੇ ਡਾਕਟਰ ਦੀ ਸਲਾਹ ਲਓ।

Exit mobile version