{"id":23360,"date":"2024-08-22T18:37:51","date_gmt":"2024-08-22T13:07:51","guid":{"rendered":"https:\/\/kavintechcorp.in\/nnwps\/?page_id=23360"},"modified":"2024-12-20T11:30:52","modified_gmt":"2024-12-20T06:00:52","slug":"pediatric-refractive-error","status":"publish","type":"page","link":"https:\/\/kavintechcorp.in\/nnwps\/pediatric-refractive-error\/","title":{"rendered":"Pediatric Refractive Error"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"23360\" class=\"elementor elementor-23360\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f66cb38 e-con-full e-flex e-con e-parent\" data-id=\"f66cb38\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a218915 elementor-widget elementor-widget-menu-anchor\" data-id=\"a218915\" data-element_type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"gotwtop\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-612d44f e-con-full e-flex e-con e-parent\" data-id=\"612d44f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30894aa elementor-widget elementor-widget-html\" data-id=\"30894aa\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"wrapbg\">\n     <canvas id=\"2dcanvas\"><\/canvas>\n     <\/div> \n <style>\n     #wrapbg{margin: 0;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    height: 210px;\n    width: 100%;\n    background-color: black;\n    overflow: hidden;\n     }\n    \n <\/style>\n<script>\n      const canvas = document.getElementById('2dcanvas');\n        canvas.width = window.innerWidth;\n        canvas.height = window.innerHeight;\n\n        const context = canvas.getContext(\"2d\");\n\n        let numStars = 1555;\n        const stars = [];\n        let speed = 1.5;\n\n        let mouseX = canvas.width \/ 2;\n        let mouseY = canvas.height \/ 2;\n\n        function createStar() {\n            let x, y;\n            do {\n                x = Math.random() * canvas.width;\n                y = Math.random() * canvas.height;\n            } while (Math.hypot(x - mouseX, y - mouseY) < 2);\n\n            return {\n                x,\n                y,\n                z: Math.random() * canvas.width,\n                o: Math.random(),\n                size: Math.random() * 4 + 2 \/\/ Zuf\u00e4llige Gr\u00f6\u00dfe zwischen 3 und 6\n            };\n        }\n\n        function populateStars() {\n            stars.length = 0;\n            for (let i = 0; i < numStars; i++) {\n                stars.push(createStar());\n            }\n        }\n\n        canvas.addEventListener('mousemove', (event) => {\n            mouseX = event.clientX;\n            mouseY = event.clientY;\n        });\n\n        document.addEventListener('keydown', (event) => {\n            if (event.code === 'ArrowUp' || event.code === 'KeyW') {\n                speed += 1;\n            } else if (event.code === 'ArrowDown' || event.code === 'KeyS') {\n                speed = Math.max(1, speed - 1);\n            } else if (event.code === 'NumpadAdd') {\n                numStars += 100;\n                populateStars();\n            } else if (event.code === 'NumpadSubtract') {\n                numStars = Math.max(100, numStars - 100);\n                populateStars();\n            }\n        });\n        function updateStars() {\n            context.clearRect(0, 0, canvas.width, canvas.height);\n            for (let star of stars) {\n                star.z -= speed;\n\n                if (star.z <= 0) {\n                    Object.assign(star, createStar());\n                    star.z = canvas.width;\n                }\n                const sx = (star.x - mouseX) * (canvas.width \/ star.z) + mouseX;\n                const sy = (star.y - mouseY) * (canvas.width \/ star.z) + mouseY;\n                const size = (1 - star.z \/ canvas.width) * star.size;\n                context.fillStyle = \"#fcd500\";\n                context.fillRect(sx, sy, size, size);\n            }\n            requestAnimationFrame(updateStars);\n        }\n        populateStars();\n        updateStars();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9b3e299 e-flex e-con-boxed e-con e-child\" data-id=\"9b3e299\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a8867c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4a8867c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pediatric Refractive Error<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9910b33 e-flex e-con-boxed e-con e-parent\" data-id=\"9910b33\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bbd73b elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-center elementor-mobile-align-left elementor-widget elementor-widget-icon-list\" data-id=\"3bbd73b\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/kavintechcorp.in\/nnwps\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Home<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">&gt; &nbsp; Specialities<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">&gt; Pediatric Ophthalmology<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">&gt; Refractive-error<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-251df0a e-flex e-con-boxed e-con e-parent\" data-id=\"251df0a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e7e8451 e-con-full e-flex e-con e-child\" data-id=\"e7e8451\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6febdb5 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"6febdb5\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:200,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8bf78c elementor-widget elementor-widget-heading\" data-id=\"e8bf78c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Refractive error is curable<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9ce4cd elementor-widget elementor-widget-heading\" data-id=\"c9ce4cd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Don\u2019t deprive your child of his\/her right to see clearly<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f719e0e elementor-widget elementor-widget-text-editor\" data-id=\"f719e0e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong><b>Did you know that uncorrected refractive error is the most common cause of visual impairment?\u00a0<\/b><\/strong>According to WHO, around\u00a0<strong><b>12.8 million in the age group 5\u201315 years<\/b><\/strong>\u00a0are visually impaired from uncorrected or inadequately corrected refractive errors.<\/p><p>Every child is born with a refractive error. These refractive errors change with age and normalize by the age of 8 years. However, this does not happen in some children and such children develop poor vision requiring spectacle correction. In most of these children these refractive errors go unnoticed as children usually don\u2019t complain and only an ophthalmic evaluation will reveal the underlying problem. Nonetheless, some children squeeze their eyes or hold objects closer to the face or go closer to the television in order to overcome the refractive error and see clearly. Some children develop squinting of eyes, lack of interest in school, rubbing of eyes or complain of headache and eye pain.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2447ba7 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"2447ba7\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:200,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f19a57 elementor-widget elementor-widget-image\" data-id=\"6f19a57\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"722\" height=\"1024\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-1-scaled-1-722x1024.webp\" class=\"attachment-large size-large wp-image-23362\" alt=\"Refractive error in Children\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-1-scaled-1-722x1024.webp 722w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-1-scaled-1-212x300.webp 212w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-1-scaled-1-768x1089.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-1-scaled-1-1084x1536.webp 1084w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-1-scaled-1-1445x2048.webp 1445w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-1-scaled-1.webp 1806w\" sizes=\"(max-width: 722px) 100vw, 722px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18a059b e-flex e-con-boxed e-con e-parent\" data-id=\"18a059b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a601dee e-con-full e-flex e-con e-child\" data-id=\"a601dee\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-64f9335 e-flex e-con-boxed e-con e-child\" data-id=\"64f9335\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fad78e7 e-con-full e-flex e-con e-child\" data-id=\"fad78e7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d27ae29 e-con-full e-flex e-con e-child\" data-id=\"d27ae29\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0784145 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0784145\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Narayana Nethralaya offers a comprehensive pediatric ophthalmic care with the best facilities for age appropriate methods of assessing visual acuity and experienced pediatric ophthalmology team catering exclusively to children. A child\u2019s growing eye is different from an adult\u2019s eye in many ways, demanding special attention and care. Narayana Nethralaya is one of the preferred choices for pediatric eye evaluation.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a3e36ce e-con-full e-flex e-con e-child\" data-id=\"a3e36ce\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ec4317 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1ec4317\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"590\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-1024x755.webp\" class=\"attachment-large size-large wp-image-17753\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-1024x755.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-300x221.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-768x567.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-1536x1133.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-2048x1511.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80d3a21 e-flex e-con-boxed e-con e-parent\" data-id=\"80d3a21\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-efad185 e-con-full e-flex e-con e-child\" data-id=\"efad185\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ae8d1dd e-con-full e-flex e-con e-child\" data-id=\"ae8d1dd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ecf9115 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"ecf9115\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"683\" height=\"1024\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-2-scaled-1-1-683x1024.webp\" class=\"attachment-large size-large wp-image-23382\" alt=\"Refractive error in children\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-2-scaled-1-1-683x1024.webp 683w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-2-scaled-1-1-200x300.webp 200w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-2-scaled-1-1-768x1152.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-2-scaled-1-1-1024x1536.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-2-scaled-1-1-1366x2048.webp 1366w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Refractive-Error-2-scaled-1-1.webp 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d57f3b e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"9d57f3b\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2657b4d elementor-widget elementor-widget-text-editor\" data-id=\"2657b4d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Refractive error in children in India is a major public health problem. If a child\u2019s refractive error is not diagnosed at the right time of visual development, the child can develop lazy eye or amblyopia which, if left untreated can lead to permanent visual impairment. Hence, an ophthalmic evaluation before one, three and five years of age is mandatory for all children.<\/p><p>Refractive errors are eye disorders in which the light is not properly refracted to a point focus on the retina and instead a blurred image is perceived. Refractive errors in children can be corrected by spectacles. Children with refractive errors need periodic eye evaluation as these errors tend to change frequently and have an effect on the vision and the retina.<\/p><p>Light rays enter the eye through the cornea where they are refracted (bent) and pass through the pupil to finally form a sharp focus or image on the innermost sensitive layer of the eye, the retina, just like in the camera. The retina then sends this information to the brain via the optic nerve and the brain perceives the final image. When the image is exactly formed on the retina and there is no power in the eyes, it is called Emmetropia.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-29b4e2a e-flex e-con-boxed e-con e-parent\" data-id=\"29b4e2a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bd39b50 e-con-full e-flex e-con e-child\" data-id=\"bd39b50\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-005e352 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"005e352\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f8be548 elementor-widget elementor-widget-heading\" data-id=\"f8be548\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Types of Refractive Errors<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-94914e7 e-con-full e-flex e-con e-child\" data-id=\"94914e7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-09b9fce e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"09b9fce\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:200,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46af55b elementor-widget elementor-widget-heading\" data-id=\"46af55b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Myopia (Nearsightedness)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8814018 elementor-widget elementor-widget-text-editor\" data-id=\"8814018\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Nearsightedness or myopia is a condition in which near objects are seen clearly, but distant objects are not clear. This occurs due to light rays focus in front of the retina due to either longer eye ball or increased corneal curvature of a steep cornea. Myopia occurs in different degrees from minimal to extreme. The more myopic you are the blurrier your vision is at a distance and objects will have to be closer to you so you can see them clearly.<\/p><p>A sign of nearsightedness is difficulty in seeing distant objects like TV screen and the child may want to watch it from very near or difficulty in seeing blackboard in the school, for which the child may want to copy from the student sitting next instead of looking at the blackboard. These children may have poor class work or class notes in spite of being regular and good at home work. A comprehensive eye examination is required in such cases to rule out nearsightedness.<\/p><p>It can be corrected by prescribing eyeglasses or contact lenses to optically correct nearsightedness, which you may only need to wear for certain activities, like watching TV or a movie or driving a car, or they may need to be worn continuously.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dd56842 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"dd56842\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:200,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67bf086 elementor-widget elementor-widget-image\" data-id=\"67bf086\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Myopia-1.webp\" class=\"attachment-large size-large wp-image-23386\" alt=\"Myopia (Nearsightedness)\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Myopia-1.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Myopia-1-300x200.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Myopia-1-768x512.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-527e2bd e-con-full e-flex e-con e-child\" data-id=\"527e2bd\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e05df1a e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e05df1a\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:200,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73951b8 elementor-widget elementor-widget-image\" data-id=\"73951b8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Hyperopia-1.webp\" class=\"attachment-large size-large wp-image-23399\" alt=\"Hyperopia (Farsightedness)\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Hyperopia-1.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Hyperopia-1-300x200.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Hyperopia-1-768x512.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c22e64a e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"c22e64a\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:200,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b83879 elementor-widget elementor-widget-heading\" data-id=\"7b83879\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hyperopia (Farsightedness)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f8e0e31 elementor-widget elementor-widget-text-editor\" data-id=\"f8e0e31\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Farsightedness, or hyperopia is a condition in which distant objects are usually seen clearly, but close ones are not clear. Farsightedness occurs if your eyeball is shorter than the normal or the cornea is less curved than normal or flat, so light entering your eye is focused behind the retina. It is usually inherited. A child is usually born with hyperopia and as the eye grows it reduces.<\/p><p>Common signs of farsightedness include difficulty in clearly seeing near objects, headaches, eye strain, and\/or fatigue after close work. Although the hyperopia is not as common as myopia the common vision screenings, often done in schools, are generally ineffective in detecting this condition. A comprehensive ophthalmological examination is required in all those with above mention complaints.<\/p><p>In mild cases of hyperopia, patient may not need corrective glasses, as eyes may be able to compensate by working harder. In other cases, your ophthalmologist may prescribe spectacle or contact lenses to optically correct this condition.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b191d27 e-con-full e-flex e-con e-child\" data-id=\"b191d27\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e24e4d5 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e24e4d5\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:200,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc58175 elementor-widget elementor-widget-heading\" data-id=\"fc58175\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Astigmatism (Distorted Vision)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d9a5a18 elementor-widget elementor-widget-text-editor\" data-id=\"d9a5a18\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Astigmatism is a condition where the front surface of your eye, the cornea, is irregular in shape, it is not perfectly round but more oval, preventing the light to focus at one point on the back of your eye, the retina. As a result, the vision would be blurred at all distances. Astigmatism rarely occurs alone. It usually accompanies myopia or hyperopia.<\/p><p>Most of astigmatism can be corrected with properly prescribed and fitted eyeglasses and\/or contact lenses.<\/p><p>However, higher astigmatism may be better handled by surgical means like astigmatic keratotomy or LASIK.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6552563 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"6552563\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:200,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aeffa6d elementor-widget elementor-widget-image\" data-id=\"aeffa6d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Astigmatism-1.webp\" class=\"attachment-large size-large wp-image-23406\" alt=\"Astigmatism | Distorted Vision\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Astigmatism-1.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Astigmatism-1-300x200.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Astigmatism-1-768x512.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ea81e67 e-flex e-con-boxed e-con e-parent\" data-id=\"ea81e67\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b7501af elementor-widget elementor-widget-heading\" data-id=\"b7501af\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Refractive Errors Brochure<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ac48b74 e-flex e-con-boxed e-con e-child\" data-id=\"ac48b74\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-54a9b48 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"54a9b48\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:200,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6ef425 elementor-widget elementor-widget-n-accordion\" data-id=\"d6ef425\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2250\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-2250\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Download Refractive Errors Kannada Brochure <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"icon icon-down-arrow1\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"icon icon-right-arrow1\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2250\" class=\"elementor-element elementor-element-1264212 e-con-full e-flex e-con e-child\" data-id=\"1264212\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b5d615 elementor-widget elementor-widget-html\" data-id=\"6b5d615\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<iframe loading=\"lazy\" src=\"https:\/\/www.narayananethralaya.org\/wp-content\/uploads\/2023\/08\/REFRACTIVE-ERRORS-1.pdf\" width=\"100%\" height=\"750\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-rocket-lazyload=\"fitvidscompatible\" data-lazy-src=\"https:\/\/www.narayananethralaya.org\/wp-content\/uploads\/2023\/08\/UVEITIS.pdf\" data-ll-status=\"loaded\" class=\"entered lazyloaded\"><\/iframe>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2251\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2251\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Download Refractive Errors English Brochure <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"icon icon-down-arrow1\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"icon icon-right-arrow1\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2251\" class=\"elementor-element elementor-element-653bd83 e-con-full e-flex e-con e-child\" data-id=\"653bd83\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d85128 elementor-widget elementor-widget-html\" data-id=\"4d85128\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<iframe loading=\"lazy\" src=\"https:\/\/www.narayananethralaya.org\/wp-content\/uploads\/2023\/08\/REFRACTIVE-ERRORS.pdf\" width=\"100%\" height=\"750\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-rocket-lazyload=\"fitvidscompatible\" data-lazy-src=\"https:\/\/www.narayananethralaya.org\/wp-content\/uploads\/2023\/08\/UVEITIS-1.pdf\" data-ll-status=\"loaded\" class=\"entered lazyloaded\"><\/iframe>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e1abc64 e-flex e-con-boxed e-con e-child\" data-id=\"e1abc64\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bf27df elementor-widget elementor-widget-heading\" data-id=\"3bf27df\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Faq<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e8f34b1 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e8f34b1\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions For Refractive error in children<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-155b3d8 e-con-full e-flex e-con e-child\" data-id=\"155b3d8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-330eef9 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"330eef9\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-385d943 elementor-widget elementor-widget-n-accordion\" data-id=\"385d943\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5910\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5910\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Why does my child require glasses? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5910\" class=\"elementor-element elementor-element-fc99bfe e-con-full e-flex e-con e-child\" data-id=\"fc99bfe\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5910\" class=\"elementor-element elementor-element-5cdbc93 e-flex e-con-boxed e-con e-child\" data-id=\"5cdbc93\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd8ae4f elementor-widget elementor-widget-text-editor\" data-id=\"dd8ae4f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>A child may need glasses for various reasons.<\/p><ul><li>To provide good vision. For examples- in cases of refractive errors<\/li><li>To straighten the eyes when they are misaligned. For example \u2013 strabismus (squint)<\/li><\/ul><p>For the treatment of lazy eye or\u00a0amblyopia. For example \u2013 in anisometropia<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5911\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5911\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can healthy food and vitamin supplements prevent the need for glasses? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5911\" class=\"elementor-element elementor-element-bdd4e67 e-con-full e-flex e-con e-child\" data-id=\"bdd4e67\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5911\" class=\"elementor-element elementor-element-87df07c e-flex e-con-boxed e-con e-child\" data-id=\"87df07c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fa7868 elementor-widget elementor-widget-text-editor\" data-id=\"7fa7868\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>A well \u2013 balanced diet which includes plenty of green, leafy vegetables, fresh fruits and nuts are good for your child\u2019s eye health and overall growth. However, the need to wear glasses is not related to the diet or nutritional state of your child\u2019s body.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5912\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5912\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What will happen if my child does not wear glasses? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5912\" class=\"elementor-element elementor-element-70c45b1 e-con-full e-flex e-con e-child\" data-id=\"70c45b1\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5912\" class=\"elementor-element elementor-element-6dca40c e-flex e-con-boxed e-con e-child\" data-id=\"6dca40c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd36b3c elementor-widget elementor-widget-text-editor\" data-id=\"fd36b3c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>If your child does not wear the prescribed glasses, normal development of vision can be affected. Eyes attain maturity by the age of 6-8 years of age. Continuous blurring of vision in one or both eyes in the early developmental period prevents the normal growth of visual system leading to amblyopia or Lazy eye.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5913\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5913\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How do i choose frames for my child? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5913\" class=\"elementor-element elementor-element-b992d3b e-flex e-con-boxed e-con e-child\" data-id=\"b992d3b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2131bb elementor-widget elementor-widget-text-editor\" data-id=\"d2131bb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Plastic lens and frame are standard for children. The eye wire should cover both eye completely(Oval or round frames can be preferred) and the rim should not come in contact with periocular skin. The nosepads should sit symmetrically over the nose and should not be too tight or loose. The stem of the frames should bend correctly behind the ear and should be a adequate care. There should not be any pressure on the temples.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5914\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5914\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> For how long are glasses required? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5914\" class=\"elementor-element elementor-element-c170e01 e-flex e-con-boxed e-con e-child\" data-id=\"c170e01\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-128ed32 elementor-widget elementor-widget-text-editor\" data-id=\"128ed32\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Glasses are an important tool for correction of refractive error and also for overall development of the child. To deprive the child of required glasses may hamper his final visual acuity (clarity) and also reduce his awareness to the surrounding and observational skills. Clarity of vision is required all the time. That is why constant wear of glasses is mandatory.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b5ea804 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"b5ea804\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e79a80 elementor-widget elementor-widget-n-accordion\" data-id=\"4e79a80\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-8220\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-8220\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Will my child\u2019s power increase\/reduce? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-8220\" class=\"elementor-element elementor-element-7aa7030 e-con-full e-flex e-con e-child\" data-id=\"7aa7030\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-8220\" class=\"elementor-element elementor-element-cc6ae7f e-flex e-con-boxed e-con e-child\" data-id=\"cc6ae7f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca544af elementor-widget elementor-widget-text-editor\" data-id=\"ca544af\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>With age, refractive errors keep changing in children along with their growth. This explains why children need eye check-ups at a regular interval. While myopia increases with age as part of the body\u2019s normal developmental process, hypermetropia may decrease. Astigmatism remains stable, however, may increase if child has allergic eye disease or keep rubbing his eyes.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-8221\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-8221\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Will my child need glasses for the rest of his\/ her life? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-8221\" class=\"elementor-element elementor-element-e06f8dc e-con-full e-flex e-con e-child\" data-id=\"e06f8dc\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-8221\" class=\"elementor-element elementor-element-a9ce710 e-flex e-con-boxed e-con e-child\" data-id=\"a9ce710\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04bd1a9 elementor-widget elementor-widget-text-editor\" data-id=\"04bd1a9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>If your child has myopia or nearsightedness, then he\/she will most likely need to wear glasses for life. Contact lenses or refractive (LASIK) eye surgery are other options after your child grows up.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-8222\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-8222\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can wearing full correction of spectacles damage the eyes? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-8222\" class=\"elementor-element elementor-element-73147d8 e-flex e-con-boxed e-con e-child\" data-id=\"73147d8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-576aa22 elementor-widget elementor-widget-text-editor\" data-id=\"576aa22\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>No, for a child with a refractive error, glasses are a must, which correct the blurry vision. However, if you do not wear a full correction the vision will continue to stay blurred, so it is imperative that full correction be worn to get a clear image.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-8223\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-8223\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Will wearing eyeglasses make you dependent on them? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-8223\" class=\"elementor-element elementor-element-d036e30 e-flex e-con-boxed e-con e-child\" data-id=\"d036e30\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2211a44 elementor-widget elementor-widget-text-editor\" data-id=\"2211a44\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>No, glasses are a must to correct the blurred vision and to see clearly. Your child will prefer wearing the glasses in order to see well against uncorrected vision.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Pediatric Refractive Error Home > &nbsp; Specialities > Pediatric Ophthalmology > Refractive-error Refractive error is curable Don\u2019t deprive your child of his\/her right to see clearly Did you know that uncorrected refractive error is the most common cause of visual impairment?\u00a0According to WHO, around\u00a012.8 million in the age group 5\u201315 years\u00a0are visually impaired from uncorrected [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"doctors":[],"class_list":["post-23360","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/pages\/23360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/comments?post=23360"}],"version-history":[{"count":0,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/pages\/23360\/revisions"}],"wp:attachment":[{"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/media?parent=23360"}],"wp:term":[{"taxonomy":"doctors","embeddable":true,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/doctors?post=23360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}