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

ਕੁਰਸੀ ‘ਤੇ ਸੌਣਾ ਤੁਹਾਡੀ ਮੌਤ ਦਾ ਕਾਰਨ ਹੋ ਸਕਦਾ ਹੈ, ਇਸਦੇ ਨੁਕਸਾਨ ਬਹੁਤ ਖਤਰਨਾਕ ਹੋ ਸਕਦੇ ਹਨ

ਸਕੂਲ ਵਿੱਚ, ਤੁਹਾਨੂੰ ਅਕਸਰ ਤੁਹਾਡੇ ਅਧਿਆਪਕਾਂ ਦੁਆਰਾ ਸਿਰ ਨੀਵਾਂ ਕਰਨ ਲਈ ਕਿਹਾ ਜਾਵੇਗਾ ਅਤੇ ਹੋ ਸਕਦਾ ਹੈ ਕਿ ਤੁਹਾਨੂੰ ਪਤਾ ਵੀ ਨਾ ਲੱਗੇ ਕਿ ਤੁਸੀਂ ਅਜਿਹਾ ਕਰ ਕੇ ਕਦੋਂ ਸੌਂ ਗਏ ਹੋ। ਅੱਜ ਅਸੀਂ ਉਹੀ ਆਦਤ ਆਪਣੇ ਕੰਮ ਵਿਚ ਲੈ ਕੇ ਆਏ ਹਾਂ। ਭਾਵ, ਅਕਸਰ ਲੋਕ ਆਪਣੇ ਡੈਸਕ ‘ਤੇ ਕੰਮ ਕਰਦੇ ਸਮੇਂ ਝਪਕੀ ਲੈਂਦੇ ਹਨ. ਜੇ ਤੁਸੀਂ ਅਜਿਹਾ ਕਰਦੇ ਹੋ, ਤਾਂ ਤੁਹਾਨੂੰ ਪਤਾ ਲੱਗ ਸਕਦਾ ਹੈ ਕਿ ਇਸ ਨਾਲ ਤੁਹਾਡੀ ਪਿੱਠ ਵਿੱਚ ਦਰਦ ਹੋਇਆ ਹੈ, ਅਤੇ ਗਰਦਨ ਜਾਂ ਮੋਢਿਆਂ ਵਿੱਚ ਅਕੜਾਅ ਹੈ। ਜੇ ਅਜਿਹਾ ਹੋਇਆ ਹੈ, ਇਸ ਦੇ ਪਿੱਛੇ ਦਾ ਕਾਰਨ ਇਹ ਹੈ ਕਿ ਤੁਹਾਨੂੰ ਘੰਟਿਆਂ ਬੱਧੀ ਸਿਸਟਮ ਤੇ ਬੈਠ ਕੇ ਕੰਮ ਕਰਨਾ ਪੈਂਦਾ ਹੈ.

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

ਬੈਠ ਕੇ ਸੌਣਾ ਪੈ ਸਕਦਾ ਹੈ ਭਾਰੀ

ਸਾਡੇ ਕੰਮ ਵਾਲੀ ਥਾਂ ‘ਤੇ ਕੰਮ ਕਰਨ ਲਈ ਵਰਤੀ ਜਾਣ ਵਾਲੀ ਕੁਰਸੀ ਕਿੰਨੀ ਵੀ ਆਰਾਮਦਾਇਕ ਕਿਉਂ ਨਾ ਹੋਵੇ। ਪਰ ਘੰਟਿਆਂ ਬੱਧੀ ਬਿਨਾਂ ਹਿਲਦੇ ਜਾਂ ਸੌਂਦੇ ਰਹਿਣਾ ਸਾਡੇ ਲਈ ਬਹੁਤ ਸਾਰੀਆਂ ਮੁਸ਼ਕਲਾਂ ਦਾ ਕਾਰਨ ਬਣ ਸਕਦਾ ਹੈ. ਇਸ ਦੇ ਕਾਰਨ ਨਾ ਸਿਰਫ ਸਰੀਰ ਦੀ ਮੁਦਰਾ ਖਰਾਬ ਹੁੰਦੀ ਹੈ.

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

ਡੂੰਘੀ ਨਾੜੀ ਥ੍ਰੋਮੋਬਸਿਸ ਦਾ ਖਤਰਾ

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

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

ਇਸ ‘ਤੇ ਨੈਸ਼ਨਲ ਬਲੱਡ ਕਲਾਟ ਅਲਾਇੰਸ ਨੇ ਦੱਸਿਆ ਹੈ ਕਿ ਇਕੱਲੇ ਖੂਨ ਦੇ ਥੱਕੇ ਕਾਰਨ ਹਰ ਰੋਜ਼ ਲਗਭਗ 200 ਲੋਕ ਮਰਦੇ ਹਨ। ਜੇ ਤੁਸੀਂ ਜਵਾਨ ਹੋ ਅਤੇ ਤੁਹਾਨੂੰ ਲਗਦਾ ਹੈ ਕਿ ਤੁਹਾਡੇ ਨਾਲ ਅਜਿਹਾ ਨਹੀਂ ਹੋਵੇਗਾ, ਤਾਂ ਆਓ ਅਸੀਂ ਤੁਹਾਨੂੰ ਦੱਸ ਦੇਈਏ ਕਿ ਖੂਨ ਦੇ ਗਤਲੇ 25 ਤੋਂ 85 ਸਾਲ ਦੀ ਉਮਰ ਦੇ ਲੋਕਾਂ ਨੂੰ ਕਿਸੇ ਵੀ ਸਮੇਂ ਹੋ ਸਕਦੇ ਹਨ.

ਡੂੰਘੀ ਨਾੜੀ ਥ੍ਰੋਮੋਬਸਿਸ ਦੇ ਲੱਛਣ

1.   ਵੱਛਿਆਂ ਦੀਆਂ ਮਾਸਪੇਸ਼ੀਆਂ ਜਾਂ ਲੱਤ ਵਿੱਚ ਸੋਜ ਅਤੇ ਦਰਦ
2. ਗਰਮ ਅਤੇ ਸੁੱਜੀ ਹੋਈ ਚਮੜੀ
3 ਪੈਰਾਂ ਜਾਂ ਗਿੱਟਿਆਂ ਵਿੱਚ ਦਰਦ.

ਬੈਠੇ ਹੋਏ ਸੌਣ ਦੇ ਕੀ ਲਾਭ ਹਨ

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

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

 

Exit mobile version