{"id":3309,"date":"2024-07-16T11:49:55","date_gmt":"2024-07-16T06:19:55","guid":{"rendered":"https:\/\/kavintechcorp.in\/nnwps\/?page_id=3309"},"modified":"2025-01-30T16:40:24","modified_gmt":"2025-01-30T11:10:24","slug":"cataract-refractive-surgery","status":"publish","type":"page","link":"https:\/\/kavintechcorp.in\/nnwps\/cataract-refractive-surgery\/","title":{"rendered":"Cataract Refractive Surgery"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3309\" class=\"elementor elementor-3309\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c29c57 e-con-full e-flex e-con e-parent\" data-id=\"0c29c57\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d694c3 elementor-widget elementor-widget-menu-anchor\" data-id=\"4d694c3\" 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-b232b62 e-con-full e-flex e-con e-parent\" data-id=\"b232b62\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a22cee3 elementor-widget elementor-widget-html\" data-id=\"a22cee3\" 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-370ccc4 e-flex e-con-boxed e-con e-child\" data-id=\"370ccc4\" 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-7e4adbd elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7e4adbd\" 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\">Cataract Refractive Surgery<\/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-32ef9bb e-flex e-con-boxed e-con e-parent\" data-id=\"32ef9bb\" 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-6372755 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-center elementor-widget elementor-widget-icon-list\" data-id=\"6372755\" 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; Cataract Refractive Surgery<\/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-082e5c0 e-flex e-con-boxed e-con e-parent\" data-id=\"082e5c0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9eec951 e-con-full e-flex e-con e-child\" data-id=\"9eec951\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4887d00 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"4887d00\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1644038 elementor-widget elementor-widget-heading\" data-id=\"1644038\" 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\">Cataract is a leading cause of age-related preventable blindness worldwide<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eda8996 elementor-widget elementor-widget-text-editor\" data-id=\"eda8996\" 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>Did you know that an estimated 20 lakh new cataract cases are seen in India every year and that cataract blindness can be completely avoided?<\/p><p>Cataract is a commonly occurring vision problem that develops as you grow older, due to clouding of the eye\u2019s natural crystalline lens caused by a gradual build-up of proteins. 80% of the blindness in India is due to cataract. Most people develop cataracts after the age of 60, in one or both eyes. Cataract symptoms include hazy, blurred or double vision, sensitivity to light and glare, difficulty seeing in poor lighting conditions, difficulty in distinguishing changes in contrast, and fading of colours. Without cataract treatment, your vision will continue to deteriorate and affect daily activities, such as your ability to read and drive. An ophthalmologist can provide you with an accurate cataract diagnosis and advice you on cataract treatment options.<\/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-901bb6d e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"901bb6d\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fa380c elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1fa380c\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&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 fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"620\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-is-a-leading-cause-1024x794.webp\" class=\"attachment-large size-large wp-image-15938\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-is-a-leading-cause-1024x794.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-is-a-leading-cause-300x233.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-is-a-leading-cause-768x595.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-is-a-leading-cause-1536x1191.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-is-a-leading-cause-2048x1588.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<div class=\"elementor-element elementor-element-5e7173a e-con-full e-flex e-con e-child\" data-id=\"5e7173a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6e13085 e-con-full e-flex e-con e-child\" data-id=\"6e13085\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5cff2ed elementor-invisible elementor-widget elementor-widget-image\" data-id=\"5cff2ed\" 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=\"800\" height=\"688\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/cataract-refractive-surgery-right-1024x880.webp\" class=\"attachment-large size-large wp-image-15931\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/cataract-refractive-surgery-right-1024x880.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/cataract-refractive-surgery-right-300x258.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/cataract-refractive-surgery-right-768x660.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/cataract-refractive-surgery-right-1536x1320.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/cataract-refractive-surgery-right-2048x1760.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<div class=\"elementor-element elementor-element-bb3c351 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"bb3c351\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5ea282 elementor-widget elementor-widget-heading\" data-id=\"f5ea282\" 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\">Cataract is curable. Don\u2019t let cataract symptoms affect your day-to-day living and quality of life.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4396dd elementor-widget elementor-widget-text-editor\" data-id=\"a4396dd\" 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>Cataract eye surgery is one of the most commonly performed procedures worldwide, where the cloudy natural lens is removed and replaced with an artificial intraocular lens for clear vision. Advances in cataract surgery techniques have made this procedure efficient and safe, with more predictable refractive outcomes, minor or very rare cataract complications, and quicker cataract surgery recovery time. Patients who visit Narayana Nethralaya for cataract surgery are provided with an individualized treatment plan by our cataract surgeons based on their age, the severity of cataract vision loss, and daily activities to obtain the best vision possible post-cataract surgery.<\/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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-491973b e-con-full e-flex e-con e-parent\" data-id=\"491973b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1cbaa4b e-con-full e-flex e-con e-child\" data-id=\"1cbaa4b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b5434f animated-slow elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3b5434f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&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\">Cataract Surgery at<br>\nNarayana Nethralaya<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85316bb elementor-widget__width-initial elementor-widget elementor-widget-video\" data-id=\"85316bb\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/F7-sYHr9CJk&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kavintechcorp.in\\\/nnwps\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Cataract-Surgery-at-Narayana-Nethralaya.png&quot;,&quot;id&quot;:3322,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Cataract-Surgery-at-Narayana-Nethralaya.png);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\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<div class=\"elementor-element elementor-element-c9580cf e-con-full e-flex e-con e-parent\" data-id=\"c9580cf\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7fbe74b e-con-full e-flex e-con e-child\" data-id=\"7fbe74b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6ede276 e-flex e-con-boxed e-con e-child\" data-id=\"6ede276\" 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;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\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-564a105 elementor-widget elementor-widget-heading\" data-id=\"564a105\" 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\">Now Eye Know Videos<\/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<div class=\"elementor-element elementor-element-9cf545d e-flex e-con-boxed e-con e-child\" data-id=\"9cf545d\" 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-5763249 elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"5763249\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;e8e2ce1&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;f2cbdbc&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;352eee5&quot;},{&quot;slide_title&quot;:&quot;Slide #4&quot;,&quot;_id&quot;:&quot;b44a4c8&quot;},{&quot;slide_title&quot;:&quot;Slide #5&quot;,&quot;_id&quot;:&quot;f34383a&quot;}],&quot;slides_to_show&quot;:&quot;4&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;offset_sides&quot;:&quot;right&quot;,&quot;offset_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;slides_to_scroll_mobile&quot;:&quot;1&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;offset_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cac71ee e-flex e-con-boxed e-con e-child\" data-id=\"cac71ee\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-100f85a e-con-full e-flex e-con e-child\" data-id=\"100f85a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ece6db elementor-widget elementor-widget-video\" data-id=\"8ece6db\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=3vhcYnoepoA&amp;t=4s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kavintechcorp.in\\\/nnwps\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/eye_1.png&quot;,&quot;id&quot;:6667,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;lightbox&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-lightbox\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox=\"{&quot;type&quot;:&quot;video&quot;,&quot;videoType&quot;:&quot;youtube&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/3vhcYnoepoA?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;cc_load_policy=0&quot;,&quot;autoplay&quot;:&quot;&quot;,&quot;modalOptions&quot;:{&quot;id&quot;:&quot;elementor-lightbox-8ece6db&quot;,&quot;entranceAnimation&quot;:&quot;&quot;,&quot;entranceAnimation_tablet&quot;:&quot;&quot;,&quot;entranceAnimation_mobile&quot;:&quot;&quot;,&quot;videoAspectRatio&quot;:&quot;32&quot;}}\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJ0eXBlIjoidmlkZW8iLCJ2aWRlb1R5cGUiOiJ5b3V0dWJlIiwidXJsIjoiaHR0cHM6XC9cL3d3dy55b3V0dWJlLmNvbVwvZW1iZWRcLzN2aGNZbm9lcG9BP2ZlYXR1cmU9b2VtYmVkJnN0YXJ0JmVuZCZ3bW9kZT1vcGFxdWUmbG9vcD0wJmNvbnRyb2xzPTEmbXV0ZT0wJnJlbD0wJmNjX2xvYWRfcG9saWN5PTAiLCJhdXRvcGxheSI6IiIsIm1vZGFsT3B0aW9ucyI6eyJpZCI6ImVsZW1lbnRvci1saWdodGJveC04ZWNlNmRiIiwiZW50cmFuY2VBbmltYXRpb24iOiIiLCJlbnRyYW5jZUFuaW1hdGlvbl90YWJsZXQiOiIiLCJlbnRyYW5jZUFuaW1hdGlvbl9tb2JpbGUiOiIiLCJ2aWRlb0FzcGVjdFJhdGlvIjoiMzIifX0%3D\">\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1426\" height=\"980\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_1.png\" class=\"attachment-full size-full wp-image-6667\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_1.png 1426w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_1-300x206.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_1-1024x704.png 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_1-768x528.png 768w\" sizes=\"(max-width: 1426px) 100vw, 1426px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\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-934862a e-con-full e-flex e-con e-child\" data-id=\"934862a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b035c5 elementor-widget elementor-widget-heading\" data-id=\"3b035c5\" 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<h5 class=\"elementor-heading-title elementor-size-default\">Precautions &amp; Care before Cataract (\u092e\u094b\u0924\u093f\u092f\u093e\u092c\u093f\u0902\u0926) Surgery | Pre-op Care | Dr Aishwarya | Hindi | \u0939\u093f\u0902\u0926\u0940<\/h5>\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1b0dd10 e-flex e-con-boxed e-con e-child\" data-id=\"1b0dd10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-19c161e e-con-full e-flex e-con e-child\" data-id=\"19c161e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ef6b9e elementor-widget elementor-widget-video\" data-id=\"8ef6b9e\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=w8d6gQS0yIU&amp;t=1s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kavintechcorp.in\\\/nnwps\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/eye_2.png&quot;,&quot;id&quot;:6687,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;lightbox&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-lightbox\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox=\"{&quot;type&quot;:&quot;video&quot;,&quot;videoType&quot;:&quot;youtube&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/w8d6gQS0yIU?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;cc_load_policy=0&quot;,&quot;autoplay&quot;:&quot;&quot;,&quot;modalOptions&quot;:{&quot;id&quot;:&quot;elementor-lightbox-8ef6b9e&quot;,&quot;entranceAnimation&quot;:&quot;&quot;,&quot;entranceAnimation_tablet&quot;:&quot;&quot;,&quot;entranceAnimation_mobile&quot;:&quot;&quot;,&quot;videoAspectRatio&quot;:&quot;32&quot;}}\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJ0eXBlIjoidmlkZW8iLCJ2aWRlb1R5cGUiOiJ5b3V0dWJlIiwidXJsIjoiaHR0cHM6XC9cL3d3dy55b3V0dWJlLmNvbVwvZW1iZWRcL3c4ZDZnUVMweUlVP2ZlYXR1cmU9b2VtYmVkJnN0YXJ0JmVuZCZ3bW9kZT1vcGFxdWUmbG9vcD0wJmNvbnRyb2xzPTEmbXV0ZT0wJnJlbD0wJmNjX2xvYWRfcG9saWN5PTAiLCJhdXRvcGxheSI6IiIsIm1vZGFsT3B0aW9ucyI6eyJpZCI6ImVsZW1lbnRvci1saWdodGJveC04ZWY2YjllIiwiZW50cmFuY2VBbmltYXRpb24iOiIiLCJlbnRyYW5jZUFuaW1hdGlvbl90YWJsZXQiOiIiLCJlbnRyYW5jZUFuaW1hdGlvbl9tb2JpbGUiOiIiLCJ2aWRlb0FzcGVjdFJhdGlvIjoiMzIifX0%3D\">\n\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1585\" height=\"1048\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_2.png\" class=\"attachment-full size-full wp-image-6687\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_2.png 1585w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_2-300x198.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_2-1024x677.png 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_2-768x508.png 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_2-1536x1016.png 1536w\" sizes=\"(max-width: 1585px) 100vw, 1585px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\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-cbbf56d e-con-full e-flex e-con e-child\" data-id=\"cbbf56d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c50afb elementor-widget elementor-widget-heading\" data-id=\"3c50afb\" 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<h5 class=\"elementor-heading-title elementor-size-default\">Important steps to follow for Cataract Surgery | Dr. P Rohitha Nayak | Kannada\n<\/h5>\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fd933c5 e-flex e-con-boxed e-con e-child\" data-id=\"fd933c5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d0c198f e-con-full e-flex e-con e-child\" data-id=\"d0c198f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa4a9fd elementor-widget elementor-widget-video\" data-id=\"aa4a9fd\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=w8d6gQS0yIU&amp;t=1s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kavintechcorp.in\\\/nnwps\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/eye_3.png&quot;,&quot;id&quot;:6692,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;lightbox&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-lightbox\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox=\"{&quot;type&quot;:&quot;video&quot;,&quot;videoType&quot;:&quot;youtube&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/w8d6gQS0yIU?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;cc_load_policy=0&quot;,&quot;autoplay&quot;:&quot;&quot;,&quot;modalOptions&quot;:{&quot;id&quot;:&quot;elementor-lightbox-aa4a9fd&quot;,&quot;entranceAnimation&quot;:&quot;&quot;,&quot;entranceAnimation_tablet&quot;:&quot;&quot;,&quot;entranceAnimation_mobile&quot;:&quot;&quot;,&quot;videoAspectRatio&quot;:&quot;32&quot;}}\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJ0eXBlIjoidmlkZW8iLCJ2aWRlb1R5cGUiOiJ5b3V0dWJlIiwidXJsIjoiaHR0cHM6XC9cL3d3dy55b3V0dWJlLmNvbVwvZW1iZWRcL3c4ZDZnUVMweUlVP2ZlYXR1cmU9b2VtYmVkJnN0YXJ0JmVuZCZ3bW9kZT1vcGFxdWUmbG9vcD0wJmNvbnRyb2xzPTEmbXV0ZT0wJnJlbD0wJmNjX2xvYWRfcG9saWN5PTAiLCJhdXRvcGxheSI6IiIsIm1vZGFsT3B0aW9ucyI6eyJpZCI6ImVsZW1lbnRvci1saWdodGJveC1hYTRhOWZkIiwiZW50cmFuY2VBbmltYXRpb24iOiIiLCJlbnRyYW5jZUFuaW1hdGlvbl90YWJsZXQiOiIiLCJlbnRyYW5jZUFuaW1hdGlvbl9tb2JpbGUiOiIiLCJ2aWRlb0FzcGVjdFJhdGlvIjoiMzIifX0%3D\">\n\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1516\" height=\"1059\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_3.png\" class=\"attachment-full size-full wp-image-6692\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_3.png 1516w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_3-300x210.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_3-1024x715.png 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_3-768x536.png 768w\" sizes=\"(max-width: 1516px) 100vw, 1516px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\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-568d8a4 e-con-full e-flex e-con e-child\" data-id=\"568d8a4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9eb4102 elementor-widget elementor-widget-heading\" data-id=\"9eb4102\" 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<h5 class=\"elementor-heading-title elementor-size-default\">Cataract Surgery | Know the types of Cataract Surgery | Dr. Hemamalini | English\n<\/h5>\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-71a831c e-flex e-con-boxed e-con e-child\" data-id=\"71a831c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4a1a103 e-con-full e-flex e-con e-child\" data-id=\"4a1a103\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb7e0da elementor-widget elementor-widget-video\" data-id=\"eb7e0da\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=3GcC8MmwyN0&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kavintechcorp.in\\\/nnwps\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/eye_4.png&quot;,&quot;id&quot;:6710,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_4.png);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\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-81d8424 e-con-full e-flex e-con e-child\" data-id=\"81d8424\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1528e8f elementor-widget elementor-widget-heading\" data-id=\"1528e8f\" 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<h5 class=\"elementor-heading-title elementor-size-default\">Are you considering cataract surgery? Precautions &amp; Care before Cataract Surgery | Dr Tejal S.J\n<\/h5>\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5efe456 e-flex e-con-boxed e-con e-child\" data-id=\"5efe456\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6501084 e-con-full e-flex e-con e-child\" data-id=\"6501084\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-02c99e7 elementor-widget elementor-widget-video\" data-id=\"02c99e7\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=718nijIyzEI&amp;t=16s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/kavintechcorp.in\\\/nnwps\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/eye_5.png&quot;,&quot;id&quot;:6742,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;lightbox&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-lightbox\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox=\"{&quot;type&quot;:&quot;video&quot;,&quot;videoType&quot;:&quot;youtube&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/718nijIyzEI?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;cc_load_policy=0&quot;,&quot;autoplay&quot;:&quot;&quot;,&quot;modalOptions&quot;:{&quot;id&quot;:&quot;elementor-lightbox-02c99e7&quot;,&quot;entranceAnimation&quot;:&quot;&quot;,&quot;entranceAnimation_tablet&quot;:&quot;&quot;,&quot;entranceAnimation_mobile&quot;:&quot;&quot;,&quot;videoAspectRatio&quot;:&quot;32&quot;}}\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJ0eXBlIjoidmlkZW8iLCJ2aWRlb1R5cGUiOiJ5b3V0dWJlIiwidXJsIjoiaHR0cHM6XC9cL3d3dy55b3V0dWJlLmNvbVwvZW1iZWRcLzcxOG5pakl5ekVJP2ZlYXR1cmU9b2VtYmVkJnN0YXJ0JmVuZCZ3bW9kZT1vcGFxdWUmbG9vcD0wJmNvbnRyb2xzPTEmbXV0ZT0wJnJlbD0wJmNjX2xvYWRfcG9saWN5PTAiLCJhdXRvcGxheSI6IiIsIm1vZGFsT3B0aW9ucyI6eyJpZCI6ImVsZW1lbnRvci1saWdodGJveC0wMmM5OWU3IiwiZW50cmFuY2VBbmltYXRpb24iOiIiLCJlbnRyYW5jZUFuaW1hdGlvbl90YWJsZXQiOiIiLCJlbnRyYW5jZUFuaW1hdGlvbl9tb2JpbGUiOiIiLCJ2aWRlb0FzcGVjdFJhdGlvIjoiMzIifX0%3D\">\n\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1565\" height=\"996\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_5.png\" class=\"attachment-full size-full wp-image-6742\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_5.png 1565w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_5-300x191.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_5-1024x652.png 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_5-768x489.png 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/eye_5-1536x978.png 1536w\" sizes=\"(max-width: 1565px) 100vw, 1565px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\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-1b3d12f e-con-full e-flex e-con e-child\" data-id=\"1b3d12f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-21cb867 elementor-widget elementor-widget-heading\" data-id=\"21cb867\" 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<h5 class=\"elementor-heading-title elementor-size-default\">How to choose lenses &amp; best lens for cataract surgery | Dr. Prashanth R | English\n<\/h5>\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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-arrow-alt-circle-right\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"><\/path><\/svg>\t\t\t<\/div>\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-23d4326 e-flex e-con-boxed e-con e-parent\" data-id=\"23d4326\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c3852b4 e-con-full e-flex e-con e-child\" data-id=\"c3852b4\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8a97c0f e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"8a97c0f\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c015445 elementor-widget elementor-widget-heading\" data-id=\"c015445\" 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\">Narayana Nethralaya is a one-stop solution for cataract surgery with expert cataract diagnosis, cataract treatment and cataract post-surgery care<\/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-30b4a80 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"30b4a80\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c54b82a elementor-widget elementor-widget-text-editor\" data-id=\"c54b82a\" 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>Detailed preoperative cataract assessment and patient counseling, advanced diagnostic equipment, state-of-the-art operation theatre complex, world-renowned cataract surgeons, and meticulous cataract post-surgery care makes Narayana Nethralaya the best choice for Cataract Surgery. Our highly specialized cataract surgeons are recognized as leading practitioners in their field and are experienced in handling cataract cases with varying complications such as diabetes, glaucoma, hypertension, age-related macular degeneration, retinitis pigmentosa, corneal scars, trauma, childhood cataract, etc. NN is one of the preferred choices for complicated cataract surgeries, especially post traumatic and high-risk referral patients, and those who may have previously undergone cataract removal surgery.<\/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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a7d822d e-flex e-con-boxed e-con e-parent\" data-id=\"a7d822d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c099dce e-con-full e-flex e-con e-child\" data-id=\"c099dce\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ce18439 e-con-full e-flex e-con e-child\" data-id=\"ce18439\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-985bca8 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"985bca8\" 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-8516f60 elementor-widget elementor-widget-heading\" data-id=\"8516f60\" 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\">Cataract treatment for people with special needs<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-797b3e8 elementor-widget elementor-widget-text-editor\" data-id=\"797b3e8\" 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>Narayana Nethralaya provides specialized cataract diagnosis, cataract treatment, and surgical care for disabled patients, and those with special needs such as learning disabilities.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08148f9 elementor-widget elementor-widget-button\" data-id=\"08148f9\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/kavintechcorp.in\/nnwps\/appointment\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book an Appointment<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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-ad9b35f e-con-full e-flex e-con e-child\" data-id=\"ad9b35f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9af17b animated-fast elementor-invisible elementor-widget elementor-widget-image\" data-id=\"f9af17b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&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=\"291\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentsplppl-1024x373.webp\" class=\"attachment-large size-large wp-image-16245\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentsplppl-1024x373.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentsplppl-300x109.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentsplppl-768x279.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentsplppl-1536x559.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentsplppl-2048x745.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<div class=\"elementor-element elementor-element-7f72586 e-con-full e-flex e-con e-child\" data-id=\"7f72586\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1944350 e-con-full e-flex e-con e-child\" data-id=\"1944350\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c835a6d animated-fast elementor-invisible elementor-widget elementor-widget-image\" data-id=\"c835a6d\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"288\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentinterppl-1024x369.webp\" class=\"attachment-large size-large wp-image-16274\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentinterppl-1024x369.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentinterppl-300x108.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentinterppl-768x277.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentinterppl-1536x554.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-treatmentinterppl-2048x739.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<div class=\"elementor-element elementor-element-4787ec4 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"4787ec4\" 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-55fcff8 elementor-widget elementor-widget-heading\" data-id=\"55fcff8\" 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\">Cataract treatment for International Patients<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ed1f18 elementor-widget elementor-widget-text-editor\" data-id=\"4ed1f18\" 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>Advanced quality care at great affordability and a smooth and hassle-free patient process have made Narayana Nethralaya the preferred choice for international cataract patients from across the globe, both from developed and developing countries.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0478f42 elementor-widget elementor-widget-button\" data-id=\"0478f42\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/kavintechcorp.in\/nnwps\/appointment\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book an Appointment<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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-5dc5dd6 e-flex e-con-boxed e-con e-parent\" data-id=\"5dc5dd6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a140596 e-con-full e-flex e-con e-child\" data-id=\"a140596\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b8a2048 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"b8a2048\" 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-4b47bae elementor-widget elementor-widget-heading\" data-id=\"4b47bae\" 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\">Our patient care philosophy<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5769b4e elementor-widget elementor-widget-text-editor\" data-id=\"5769b4e\" 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>At Narayana Nethralaya, \u201cQuality of Care\u201d and \u201cPatient Safety\u201d is our priority.\u00a0 Concern for our patients\u2019 wellbeing is at the core of what we do, and what drives us.\u00a0 All 4 units of Narayana Nethralaya are NABH Accredited \u2013 the highest national recognition for quality in patient care and safety. Our cataract surgeons can recognize when cataract surgery is necessary and will help patients make an informed treatment choice on the type of cataract surgery and type of cataract lens (cataract intraocular lens) that is best suited for their lifestyle. Narayana Nethralaya has an exclusive cataract counseling team to address any doubts or questions that people may have about cataract treatment options, cataract lens, cataract surgery types, cataract surgery procedure, preoperative testing for cataract surgery, and cataract surgery recovery.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-109c71b animated-fast elementor-invisible elementor-widget elementor-widget-image\" data-id=\"109c71b\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"706\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-surgery-procedure-1024x904.webp\" class=\"attachment-large size-large wp-image-16360\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-surgery-procedure-1024x904.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-surgery-procedure-300x265.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-surgery-procedure-768x678.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-surgery-procedure.webp 1121w\" 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-abc0c1d e-con-full e-flex e-con e-child\" data-id=\"abc0c1d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7584d59 animated-fast elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7584d59\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&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=\"712\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Our-patient-care-philosophy-1024x911.webp\" class=\"attachment-large size-large wp-image-16359\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Our-patient-care-philosophy-1024x911.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Our-patient-care-philosophy-300x267.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Our-patient-care-philosophy-768x683.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Our-patient-care-philosophy.webp 1484w\" 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 class=\"elementor-element elementor-element-360f4d8 elementor-widget elementor-widget-heading\" data-id=\"360f4d8\" 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\">Cataract surgery procedure<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16666b1 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"16666b1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:200}\" 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>At Narayana Nethralaya cataract patients can avail the most cutting edge technology in the field of cataract laser surgery \u2013 Femtosecond Laser-Assisted Cataract Surgery on the LenSx platform \u2013 where a large part of the cataract removal is automated with a computer-controlled laser instead of hand-held instruments. This reduces the possibility of human error or complications during the cataract procedure and increases the levels of safety, precision, and predictability for early healing, better vision outcomes, and patient safety. We offer a wide range of intraocular lens for cataract surgery from Monofocal to Multifocal and Premium Toric IOLs, to cater to your vision requirement and budget.<\/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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a957cbb e-flex e-con-boxed e-con e-parent\" data-id=\"a957cbb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c82a4de e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"c82a4de\" 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<div class=\"elementor-element elementor-element-0259f27 e-con-full e-flex e-con e-child\" data-id=\"0259f27\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6814ad elementor-widget elementor-widget-image\" data-id=\"d6814ad\" 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=\"525\" height=\"330\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Phacoemulsification.png\" class=\"attachment-large size-large wp-image-3532\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Phacoemulsification.png 525w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Phacoemulsification-300x189.png 300w\" sizes=\"(max-width: 525px) 100vw, 525px\" \/>\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 class=\"elementor-element elementor-element-bc802f4 elementor-widget elementor-widget-heading\" data-id=\"bc802f4\" 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\">Phacoemulsification<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2695a30 elementor-widget elementor-widget-text-editor\" data-id=\"2695a30\" 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>Phacoemulsification\u00a0\u2013 is a sutureless type of cataract surgery wherein a machine is used to emulsify (break down and remove) the cataract with a special probe that utilizes ultrasound energy. As the entire cataract is emulsified in situ, a smaller incision of 2.4-2.8 mm is sufficient for this cataract procedure. A smaller incision size results in lesser astigmatism and thus better quality of vision for the patient. A foldable intraocular lens is implanted after the emulsification of the nucleus. This surgery is performed under topical anesthesia as a daycare procedure following which the patient is free to go home. This is a painless and modern cataract surgery technique that offers quick healing and cataract surgery recovery.<\/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-1d0fa3c e-con-full e-flex e-con e-child\" data-id=\"1d0fa3c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e72f628 elementor-widget elementor-widget-image\" data-id=\"e72f628\" 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=\"787\" height=\"494\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/MICS.png\" class=\"attachment-large size-large wp-image-3548\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/MICS.png 787w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/MICS-300x188.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/MICS-768x482.png 768w\" sizes=\"(max-width: 787px) 100vw, 787px\" \/>\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 class=\"elementor-element elementor-element-00f553f elementor-widget elementor-widget-heading\" data-id=\"00f553f\" 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\">MICS (Micro Incision Cataract Surgery)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85037cc elementor-widget elementor-widget-text-editor\" data-id=\"85037cc\" 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>MICS\u00a0(Micro Incision Cataract Surgery) \u2013 In this type of advanced cataract surgery, the standard phacoemulsification is performed with an incision size ranging between 2.2-2.4 mm. The smaller incision size in this procedure as compared to the standard phacoemulsification has the benefit of faster healing and induces lesser astigmatism.<\/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-19c51d1 e-con-full e-flex e-con e-child\" data-id=\"19c51d1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bfd98f6 elementor-widget elementor-widget-image\" data-id=\"bfd98f6\" 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=\"787\" height=\"494\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Femtosecond-laser.png\" class=\"attachment-large size-large wp-image-3549\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Femtosecond-laser.png 787w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Femtosecond-laser-300x188.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Femtosecond-laser-768x482.png 768w\" sizes=\"(max-width: 787px) 100vw, 787px\" \/>\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 class=\"elementor-element elementor-element-99b6587 elementor-widget elementor-widget-heading\" data-id=\"99b6587\" 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\">Femtosecond laser-assisted cataract surgery (FLACS)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b473692 elementor-widget elementor-widget-text-editor\" data-id=\"b473692\" 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>Femtosecond laser-assisted cataract surgery (FLACS)\u00a0\u2013 is an innovative bladeless surgical option for cataract In this type of cataract surgery a laser machine is used first to make the incisions, create an opening in the lens capsule and liquefy the nucleus. The patient is then shifted to the operating room and the cataract surgery is completed. The initial use of laser to make the incisions has the advantage of more precise incisions as compared to manual incisions. Also, as the cataract is already softened by the laser, lesser energy is used during the actual phacoemulsification surgery. This high-end procedure is the latest advancement in the field of cataract surgery and benefits the patients in terms of lesser collateral damage to surrounding tissues, faster healing and improved visual outcomes.<\/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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-66dcc7a e-flex e-con-boxed e-con e-parent\" data-id=\"66dcc7a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2978a9a e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"2978a9a\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:200}\">\n\t\t<div class=\"elementor-element elementor-element-70aa3b6 e-con-full e-flex e-con e-child\" data-id=\"70aa3b6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01e5a2f elementor-widget elementor-widget-heading\" data-id=\"01e5a2f\" 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\">Cataract Symptom Checker<\/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-69f492e e-con-full e-flex e-con e-child\" data-id=\"69f492e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7b3f8ee e-con-full e-flex e-con e-child\" data-id=\"7b3f8ee\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9060ce elementor-widget elementor-widget-heading\" data-id=\"a9060ce\" 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\">Cloudy or blurred vision<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6d5057 elementor-widget elementor-widget-image\" data-id=\"b6d5057\" 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=\"783\" height=\"375\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Cloudy-or-blurred-vision.png\" class=\"attachment-large size-large wp-image-3562\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Cloudy-or-blurred-vision.png 783w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Cloudy-or-blurred-vision-300x144.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Cloudy-or-blurred-vision-768x368.png 768w\" sizes=\"(max-width: 783px) 100vw, 783px\" \/>\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-d0fcd08 e-con-full e-flex e-con e-child\" data-id=\"d0fcd08\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca58044 elementor-widget elementor-widget-heading\" data-id=\"ca58044\" 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\">Distorted or double vision<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-738c04d elementor-widget elementor-widget-image\" data-id=\"738c04d\" 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=\"783\" height=\"375\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Distorted-or-double-vision.png\" class=\"attachment-large size-large wp-image-3561\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Distorted-or-double-vision.png 783w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Distorted-or-double-vision-300x144.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Distorted-or-double-vision-768x368.png 768w\" sizes=\"(max-width: 783px) 100vw, 783px\" \/>\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-72a1370 e-con-full e-flex e-con e-child\" data-id=\"72a1370\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-269477a elementor-widget elementor-widget-heading\" data-id=\"269477a\" 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\">Sensitivity to light and glare<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be20b9d elementor-widget elementor-widget-image\" data-id=\"be20b9d\" 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=\"783\" height=\"375\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Sensitivity-to-light-and-glare.png\" class=\"attachment-large size-large wp-image-3563\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Sensitivity-to-light-and-glare.png 783w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Sensitivity-to-light-and-glare-300x144.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Sensitivity-to-light-and-glare-768x368.png 768w\" sizes=\"(max-width: 783px) 100vw, 783px\" \/>\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-cf6db41 e-con-full e-flex e-con e-child\" data-id=\"cf6db41\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5321cef e-con-full e-flex e-con e-child\" data-id=\"5321cef\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-edc90ae elementor-widget elementor-widget-heading\" data-id=\"edc90ae\" 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\">Cloudy or blurred vision<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49d3c9e elementor-widget elementor-widget-image\" data-id=\"49d3c9e\" 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=\"783\" height=\"375\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Difficulty-seeing-in-poor-lighting-conditions.png\" class=\"attachment-large size-large wp-image-3564\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Difficulty-seeing-in-poor-lighting-conditions.png 783w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Difficulty-seeing-in-poor-lighting-conditions-300x144.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Difficulty-seeing-in-poor-lighting-conditions-768x368.png 768w\" sizes=\"(max-width: 783px) 100vw, 783px\" \/>\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-beb4c03 e-con-full e-flex e-con e-child\" data-id=\"beb4c03\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc29781 elementor-widget elementor-widget-heading\" data-id=\"fc29781\" 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\">Distorted or double vision<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-916079a elementor-widget elementor-widget-image\" data-id=\"916079a\" 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=\"783\" height=\"375\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Seeing-halos-around-lights.png\" class=\"attachment-large size-large wp-image-3565\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Seeing-halos-around-lights.png 783w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Seeing-halos-around-lights-300x144.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Seeing-halos-around-lights-768x368.png 768w\" sizes=\"(max-width: 783px) 100vw, 783px\" \/>\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-09411ec e-con-full e-flex e-con e-child\" data-id=\"09411ec\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9de9ee elementor-widget elementor-widget-heading\" data-id=\"e9de9ee\" 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\">Sensitivity to light and glare<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de34e87 elementor-widget elementor-widget-image\" data-id=\"de34e87\" 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=\"783\" height=\"375\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Fading-of-colours.png\" class=\"attachment-large size-large wp-image-3566\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Fading-of-colours.png 783w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Fading-of-colours-300x144.png 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Fading-of-colours-768x368.png 768w\" sizes=\"(max-width: 783px) 100vw, 783px\" \/>\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-7a51212 e-flex e-con-boxed e-con e-parent\" data-id=\"7a51212\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a1d961f e-con-full e-flex e-con e-child\" data-id=\"a1d961f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1cbf88d e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"1cbf88d\" 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;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-7ffb703 elementor-widget elementor-widget-heading\" data-id=\"7ffb703\" 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\">Cataract Surgery Lens Options<\/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-196dc1d e-con-full e-flex e-con e-child\" data-id=\"196dc1d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d14d525 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"d14d525\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd0168c elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"bd0168c\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"162\" height=\"204\" viewBox=\"0 0 162 204\" fill=\"none\"><rect width=\"161.439\" height=\"203.495\" fill=\"url(#pattern0_9077_6908)\"><\/rect><defs><pattern id=\"pattern0_9077_6908\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_9077_6908\" transform=\"scale(0.00420168 0.00333333)\"><\/use><\/pattern><image id=\"image0_9077_6908\" width=\"238\" height=\"300\" xlink:href=\"data:image\/jpeg;base64,\/9j\/4AAQSkZJRgABAQAAAQABAAD\/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O\/\/CABEIASwA7gMBIgACEQEDEQH\/xAAvAAEAAgMBAQAAAAAAAAAAAAAABAUBAgMGBwEBAQEAAAAAAAAAAAAAAAAAAAEC\/9oADAMBAAIQAxAAAAD7MAAAAAAAAAAAAAAAAAAAYMoXMsUWQbAAAAAAAAAAAAa7Cm53o8+vuJDn10SvQq2xjIAAAAAAAAAAAAMQZ4872l1tnodqO7lyAAAAAAAAAAAADWlvIRTW1VrZ6drtKAAAAAAAAAMGUfkTUTYk413I1F6ShLGfS3QAAAAAAAAwqTvCcbO2azmW2abYtu1RMJXDrg539HeSgAAAAAACKRI+nCzSPsNW2TTHTBrjcSJlVMJtxRXkuQAAAAAAKS684bRe2lnPO40bjTHTBzzuOe22CXY1MwuRKAAAAABp5r03ljqZswyNc5GrfBrjYatgkRpBfiUAAAAAB5b1NIQe1dZWYZGGRq2GrI1banOZV+gLESgAAAAAI8jgeHtKdZ6NFlmGcDGRhnUxGzCJfq4syUAAAAAABz6YPBxrSNqQbHptEzr5oem188LyDGuiq9TL6ygAAAAAAAAeb7dYtnoswZsusaYK7rMGm4AAAAAAAAAARvP+pojheUkuy4YzKAAAAAAAAAAAA59B5\/N3UWT5lFYyzGMgAAAAAAAAAAADXYVkS+jkGbBj1e5pNoulbZAAAAAAAAAAAADTcQudiOHcAAAAAAAAAAAAAAAAAAAAP\/\/EADsQAAEEAQEGAwQGCQUAAAAAAAEAAgMRBCEFEjFAQVETYXEQIoGRBiAyobHRIzAzQlJgYsHhFBUlQ3L\/2gAIAQEAAT8A\/mSbaUMTi1oLyO3BN2vGT70bx5iio8\/GkNCSj2cKQIcLBseXNObvMLe4UmFK15G6T5gaFHFkHGN3yToSOLSPgmSSxH9G9zfIFQ7UcKEzb8wopo5m3G4Ec2Wg6EA\/BSYcMg1aAe4U+A6MFzfeb94QLonBzHFpHUFYu0w4iOcbpPB3Q+vZWCNOczMMOBkjFEcQE9nEELCz3YxEcpJiOgJ4t\/wmuDgHNNg8DzmdjBo8RgoHiB0809t9Fs\/MdjyiKRxMTtBf7p\/LnHND2lp1BFELIhMUrmHvoe4T22OC2Xl+NEYnn32cPMc5tGDxIt8C3N412TrHVQTnGyGyjoda6jqmOD2BwNgjQ82QCKKlwYJARubp7jRZUBhldGeh4rZE3iYYaTZYa+HTlpc3GhNSTsB7XZ+SO08fp4jvRhQ2jCf3ZB6sKGfjk0ZN0\/1AhMka8WxwcO4N+wkAEk6LKeJp3vGoJ0rstjPLJ5IzwcLHw5TJ2oyN5hgaZpeoBprfU9PTinjIyTeTO4g\/9cZLWj+5TY4ohTGNb6ABGVo4leMzuhK2uKLGE7zba7uw0fmEyfJYN3x3OA7gE\/NPe+Q255dXCzp8lLFduZQd17H1WA7dzY9CDdEHpyR0WVmPy3GGB25CNHSA6uPUD801rIWBrQAB0ClygwUDr2CflPcdNAi97jq4rXufmg97eDj80zKe0i9VDlNfpevZBwI0KIUbQMmJw4h4Gna+S2hkmWQ4sRpo\/auHH\/yPM9fJEtY2gAABQA0pTzlxpp9SiLOvFbqq1uhEKggCDYNHuoMg3uuOv4prg4AgqAA5EY\/qB5HPyhiYrnjV591g7uPBRt8KOiSXEkuJ6k8Sp5SdBxKoqvJUq+Kpbqr4qkAQVBMSADx6rxfCfHJejXAn0vVA2NOQ2lJ420Gxg22Btkf1Hh8h+Ke4gJwLiSVuquyruqVKlRVdwt3VM91wKaQ5hB1FUtlTmXGMbjboTuknqOh+XIB5fNLIeL5CfgNB+Ceb0W6t1bq3Vu0iFSpV7KUR0q1sxxZtB7ekjAfiD+R\/XvNMcfIphpoHr+Kq0QqVewBV5eykQiFupprRYJ\/5GI9w4fd+vcLaR5FSHdeWnoaTTYtUFSpUqQCI1VWq9hCJ4rZx3toR+QJ+7kNpsMOY4cASSoHhzVX1aVKlXtkdS2Mwuyy\/o1v48ht\/HJDZmi9KPwWNLuyUToUDvAEKlSr6lKlScaF2pX7z6Gq2PAYsXfIovN69uQzWNdiSbwsBpK36dvNNC7Cw8kPYATr9bVVfsJ+SyZg0UDqVs7Fdl5IAB3QbJTWhjQ0CgBQHIZgvDmHdh\/BEUAOyindC8EE11WLmMlaLOvZCjqOCr6lImhZWRktYCAdVG2TKnDGAlxPyWz8JuFAGgDePE8jMN6GQd2kfcns1IA1B1Ce0gpsr4nWwkLG2tVB+hUeXHIBThr5oSNPAhbw7hF7QNSFJlRsHEKbaBcSGa+axsafOl3Y2l2urq0H+Vs3ZceCyzTpDxPJEWKWVDuzyNAohxCdCXkANJcdAAOKh+j2bOASwRg9zZU\/0Wy42b0bxIeoqlLi5mKSHxSNrqASPuTc2dugf80M+fuEcqZ+m\/r2ChwsvKcA2J7r6kUFhfRo6Py32OO43QfEqDHix2BkTA0AdOU2nFuZ8mmjqIWx8WN+Q6VwBLAN0dievtdG1\/wBpoPqFLszDm+3C035L\/Y8C78ED0A\/JR7MxIvsxBNjawUxob6Dlttxe9HMBp9k\/2WDlHGeXAWCKIUO04ZSGuBaT34c5nQf6jEewfaqx6pgvQ6EaEINIIIWHN40DSTbhoec2ninHyPGaP0ch1roUw2NFhzGKUEn3XaHnJYmzRmN4BaRqCsjFfhy7pssP2Xf2Ka6wAsLI3m+G46jgT1HOSxMmYWPAIPRZOI\/FdYt0ZOh7eqY4ggg0QsfNDgGyaHoehV82QHCiAQeKyNnllvgFjiW9vRB1GiCCOII1UOU+LQGx2KjzY3\/atp8017XCw4EeRV81PiQ5A99tO6OGhClwMiEksAlb5aFGQNNPBaR0cKTZCNQ75FCZ\/wDEfmsTIkMzWlxIJqjzb4o5RT2Bw8xafsrFcSWtcwn+EkIbIYD+3krtooMSKA20Eu7k2f5m\/8QAFREBAQAAAAAAAAAAAAAAAAAAcAH\/2gAIAQIBAT8AGYCf\/8QAFBEBAAAAAAAAAAAAAAAAAAAAgP\/aAAgBAwEBPwAO\/wD\/2Q==\"><\/image><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tMonofocal Lens\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWith traditional cataract surgery, you will receive a standard monofocal lens that will provide good distance vision, but you will still need glasses for close and possibly for intermediate vision.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-e1b00e1 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"e1b00e1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d30a093 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"d30a093\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"162\" height=\"204\" viewBox=\"0 0 162 204\" fill=\"none\"><rect width=\"161.439\" height=\"203.495\" fill=\"url(#pattern0_9077_6908)\"><\/rect><defs><pattern id=\"pattern0_9077_6908\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_9077_6908\" transform=\"scale(0.00420168 0.00333333)\"><\/use><\/pattern><image id=\"image0_9077_6908\" width=\"238\" height=\"300\" xlink:href=\"data:image\/jpeg;base64,\/9j\/4AAQSkZJRgABAQAAAQABAAD\/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O\/\/CABEIASwA7gMBIgACEQEDEQH\/xAAvAAEAAgMBAQAAAAAAAAAAAAAABAUBAgMGBwEBAQEAAAAAAAAAAAAAAAAAAAEC\/9oADAMBAAIQAxAAAAD7MAAAAAAAAAAAAAAAAAAAYMoXMsUWQbAAAAAAAAAAAAa7Cm53o8+vuJDn10SvQq2xjIAAAAAAAAAAAAMQZ4872l1tnodqO7lyAAAAAAAAAAAADWlvIRTW1VrZ6drtKAAAAAAAAAMGUfkTUTYk413I1F6ShLGfS3QAAAAAAAAwqTvCcbO2azmW2abYtu1RMJXDrg539HeSgAAAAAACKRI+nCzSPsNW2TTHTBrjcSJlVMJtxRXkuQAAAAAAKS684bRe2lnPO40bjTHTBzzuOe22CXY1MwuRKAAAAABp5r03ljqZswyNc5GrfBrjYatgkRpBfiUAAAAAB5b1NIQe1dZWYZGGRq2GrI1banOZV+gLESgAAAAAI8jgeHtKdZ6NFlmGcDGRhnUxGzCJfq4syUAAAAAABz6YPBxrSNqQbHptEzr5oem188LyDGuiq9TL6ygAAAAAAAAeb7dYtnoswZsusaYK7rMGm4AAAAAAAAAARvP+pojheUkuy4YzKAAAAAAAAAAAA59B5\/N3UWT5lFYyzGMgAAAAAAAAAAADXYVkS+jkGbBj1e5pNoulbZAAAAAAAAAAAADTcQudiOHcAAAAAAAAAAAAAAAAAAAAP\/\/EADsQAAEEAQEGAwQGCQUAAAAAAAEAAgMRBCEFEjFAQVETYXEQIoGRBiAyobHRIzAzQlJgYsHhFBUlQ3L\/2gAIAQEAAT8A\/mSbaUMTi1oLyO3BN2vGT70bx5iio8\/GkNCSj2cKQIcLBseXNObvMLe4UmFK15G6T5gaFHFkHGN3yToSOLSPgmSSxH9G9zfIFQ7UcKEzb8wopo5m3G4Ec2Wg6EA\/BSYcMg1aAe4U+A6MFzfeb94QLonBzHFpHUFYu0w4iOcbpPB3Q+vZWCNOczMMOBkjFEcQE9nEELCz3YxEcpJiOgJ4t\/wmuDgHNNg8DzmdjBo8RgoHiB0809t9Fs\/MdjyiKRxMTtBf7p\/LnHND2lp1BFELIhMUrmHvoe4T22OC2Xl+NEYnn32cPMc5tGDxIt8C3N412TrHVQTnGyGyjoda6jqmOD2BwNgjQ82QCKKlwYJARubp7jRZUBhldGeh4rZE3iYYaTZYa+HTlpc3GhNSTsB7XZ+SO08fp4jvRhQ2jCf3ZB6sKGfjk0ZN0\/1AhMka8WxwcO4N+wkAEk6LKeJp3vGoJ0rstjPLJ5IzwcLHw5TJ2oyN5hgaZpeoBprfU9PTinjIyTeTO4g\/9cZLWj+5TY4ohTGNb6ABGVo4leMzuhK2uKLGE7zba7uw0fmEyfJYN3x3OA7gE\/NPe+Q255dXCzp8lLFduZQd17H1WA7dzY9CDdEHpyR0WVmPy3GGB25CNHSA6uPUD801rIWBrQAB0ClygwUDr2CflPcdNAi97jq4rXufmg97eDj80zKe0i9VDlNfpevZBwI0KIUbQMmJw4h4Gna+S2hkmWQ4sRpo\/auHH\/yPM9fJEtY2gAABQA0pTzlxpp9SiLOvFbqq1uhEKggCDYNHuoMg3uuOv4prg4AgqAA5EY\/qB5HPyhiYrnjV591g7uPBRt8KOiSXEkuJ6k8Sp5SdBxKoqvJUq+Kpbqr4qkAQVBMSADx6rxfCfHJejXAn0vVA2NOQ2lJ420Gxg22Btkf1Hh8h+Ke4gJwLiSVuquyruqVKlRVdwt3VM91wKaQ5hB1FUtlTmXGMbjboTuknqOh+XIB5fNLIeL5CfgNB+Ceb0W6t1bq3Vu0iFSpV7KUR0q1sxxZtB7ekjAfiD+R\/XvNMcfIphpoHr+Kq0QqVewBV5eykQiFupprRYJ\/5GI9w4fd+vcLaR5FSHdeWnoaTTYtUFSpUqQCI1VWq9hCJ4rZx3toR+QJ+7kNpsMOY4cASSoHhzVX1aVKlXtkdS2Mwuyy\/o1v48ht\/HJDZmi9KPwWNLuyUToUDvAEKlSr6lKlScaF2pX7z6Gq2PAYsXfIovN69uQzWNdiSbwsBpK36dvNNC7Cw8kPYATr9bVVfsJ+SyZg0UDqVs7Fdl5IAB3QbJTWhjQ0CgBQHIZgvDmHdh\/BEUAOyindC8EE11WLmMlaLOvZCjqOCr6lImhZWRktYCAdVG2TKnDGAlxPyWz8JuFAGgDePE8jMN6GQd2kfcns1IA1B1Ce0gpsr4nWwkLG2tVB+hUeXHIBThr5oSNPAhbw7hF7QNSFJlRsHEKbaBcSGa+axsafOl3Y2l2urq0H+Vs3ZceCyzTpDxPJEWKWVDuzyNAohxCdCXkANJcdAAOKh+j2bOASwRg9zZU\/0Wy42b0bxIeoqlLi5mKSHxSNrqASPuTc2dugf80M+fuEcqZ+m\/r2ChwsvKcA2J7r6kUFhfRo6Py32OO43QfEqDHix2BkTA0AdOU2nFuZ8mmjqIWx8WN+Q6VwBLAN0dievtdG1\/wBpoPqFLszDm+3C035L\/Y8C78ED0A\/JR7MxIvsxBNjawUxob6Dlttxe9HMBp9k\/2WDlHGeXAWCKIUO04ZSGuBaT34c5nQf6jEewfaqx6pgvQ6EaEINIIIWHN40DSTbhoec2ninHyPGaP0ch1roUw2NFhzGKUEn3XaHnJYmzRmN4BaRqCsjFfhy7pssP2Xf2Ka6wAsLI3m+G46jgT1HOSxMmYWPAIPRZOI\/FdYt0ZOh7eqY4ggg0QsfNDgGyaHoehV82QHCiAQeKyNnllvgFjiW9vRB1GiCCOII1UOU+LQGx2KjzY3\/atp8017XCw4EeRV81PiQ5A99tO6OGhClwMiEksAlb5aFGQNNPBaR0cKTZCNQ75FCZ\/wDEfmsTIkMzWlxIJqjzb4o5RT2Bw8xafsrFcSWtcwn+EkIbIYD+3krtooMSKA20Eu7k2f5m\/8QAFREBAQAAAAAAAAAAAAAAAAAAcAH\/2gAIAQIBAT8AGYCf\/8QAFBEBAAAAAAAAAAAAAAAAAAAAgP\/aAAgBAwEBPwAO\/wD\/2Q==\"><\/image><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAstigmatism-Correcting Lens\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tIf you have astigmatism and choose cataract surgery with an astigmatism-correcting monofocal\u00a0 lens, you will eliminate both cataracts and astigmatism, but you will still need glasses for improved vision.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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<div class=\"elementor-element elementor-element-ed65b54 e-con-full e-flex e-con e-child\" data-id=\"ed65b54\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-211d041 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"211d041\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6f5e25 elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"e6f5e25\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"162\" height=\"204\" viewBox=\"0 0 162 204\" fill=\"none\"><rect width=\"161.439\" height=\"203.495\" fill=\"url(#pattern0_9077_6908)\"><\/rect><defs><pattern id=\"pattern0_9077_6908\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_9077_6908\" transform=\"scale(0.00420168 0.00333333)\"><\/use><\/pattern><image id=\"image0_9077_6908\" width=\"238\" height=\"300\" xlink:href=\"data:image\/jpeg;base64,\/9j\/4AAQSkZJRgABAQAAAQABAAD\/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O\/\/CABEIASwA7gMBIgACEQEDEQH\/xAAvAAEAAgMBAQAAAAAAAAAAAAAABAUBAgMGBwEBAQEAAAAAAAAAAAAAAAAAAAEC\/9oADAMBAAIQAxAAAAD7MAAAAAAAAAAAAAAAAAAAYMoXMsUWQbAAAAAAAAAAAAa7Cm53o8+vuJDn10SvQq2xjIAAAAAAAAAAAAMQZ4872l1tnodqO7lyAAAAAAAAAAAADWlvIRTW1VrZ6drtKAAAAAAAAAMGUfkTUTYk413I1F6ShLGfS3QAAAAAAAAwqTvCcbO2azmW2abYtu1RMJXDrg539HeSgAAAAAACKRI+nCzSPsNW2TTHTBrjcSJlVMJtxRXkuQAAAAAAKS684bRe2lnPO40bjTHTBzzuOe22CXY1MwuRKAAAAABp5r03ljqZswyNc5GrfBrjYatgkRpBfiUAAAAAB5b1NIQe1dZWYZGGRq2GrI1banOZV+gLESgAAAAAI8jgeHtKdZ6NFlmGcDGRhnUxGzCJfq4syUAAAAAABz6YPBxrSNqQbHptEzr5oem188LyDGuiq9TL6ygAAAAAAAAeb7dYtnoswZsusaYK7rMGm4AAAAAAAAAARvP+pojheUkuy4YzKAAAAAAAAAAAA59B5\/N3UWT5lFYyzGMgAAAAAAAAAAADXYVkS+jkGbBj1e5pNoulbZAAAAAAAAAAAADTcQudiOHcAAAAAAAAAAAAAAAAAAAAP\/\/EADsQAAEEAQEGAwQGCQUAAAAAAAEAAgMRBCEFEjFAQVETYXEQIoGRBiAyobHRIzAzQlJgYsHhFBUlQ3L\/2gAIAQEAAT8A\/mSbaUMTi1oLyO3BN2vGT70bx5iio8\/GkNCSj2cKQIcLBseXNObvMLe4UmFK15G6T5gaFHFkHGN3yToSOLSPgmSSxH9G9zfIFQ7UcKEzb8wopo5m3G4Ec2Wg6EA\/BSYcMg1aAe4U+A6MFzfeb94QLonBzHFpHUFYu0w4iOcbpPB3Q+vZWCNOczMMOBkjFEcQE9nEELCz3YxEcpJiOgJ4t\/wmuDgHNNg8DzmdjBo8RgoHiB0809t9Fs\/MdjyiKRxMTtBf7p\/LnHND2lp1BFELIhMUrmHvoe4T22OC2Xl+NEYnn32cPMc5tGDxIt8C3N412TrHVQTnGyGyjoda6jqmOD2BwNgjQ82QCKKlwYJARubp7jRZUBhldGeh4rZE3iYYaTZYa+HTlpc3GhNSTsB7XZ+SO08fp4jvRhQ2jCf3ZB6sKGfjk0ZN0\/1AhMka8WxwcO4N+wkAEk6LKeJp3vGoJ0rstjPLJ5IzwcLHw5TJ2oyN5hgaZpeoBprfU9PTinjIyTeTO4g\/9cZLWj+5TY4ohTGNb6ABGVo4leMzuhK2uKLGE7zba7uw0fmEyfJYN3x3OA7gE\/NPe+Q255dXCzp8lLFduZQd17H1WA7dzY9CDdEHpyR0WVmPy3GGB25CNHSA6uPUD801rIWBrQAB0ClygwUDr2CflPcdNAi97jq4rXufmg97eDj80zKe0i9VDlNfpevZBwI0KIUbQMmJw4h4Gna+S2hkmWQ4sRpo\/auHH\/yPM9fJEtY2gAABQA0pTzlxpp9SiLOvFbqq1uhEKggCDYNHuoMg3uuOv4prg4AgqAA5EY\/qB5HPyhiYrnjV591g7uPBRt8KOiSXEkuJ6k8Sp5SdBxKoqvJUq+Kpbqr4qkAQVBMSADx6rxfCfHJejXAn0vVA2NOQ2lJ420Gxg22Btkf1Hh8h+Ke4gJwLiSVuquyruqVKlRVdwt3VM91wKaQ5hB1FUtlTmXGMbjboTuknqOh+XIB5fNLIeL5CfgNB+Ceb0W6t1bq3Vu0iFSpV7KUR0q1sxxZtB7ekjAfiD+R\/XvNMcfIphpoHr+Kq0QqVewBV5eykQiFupprRYJ\/5GI9w4fd+vcLaR5FSHdeWnoaTTYtUFSpUqQCI1VWq9hCJ4rZx3toR+QJ+7kNpsMOY4cASSoHhzVX1aVKlXtkdS2Mwuyy\/o1v48ht\/HJDZmi9KPwWNLuyUToUDvAEKlSr6lKlScaF2pX7z6Gq2PAYsXfIovN69uQzWNdiSbwsBpK36dvNNC7Cw8kPYATr9bVVfsJ+SyZg0UDqVs7Fdl5IAB3QbJTWhjQ0CgBQHIZgvDmHdh\/BEUAOyindC8EE11WLmMlaLOvZCjqOCr6lImhZWRktYCAdVG2TKnDGAlxPyWz8JuFAGgDePE8jMN6GQd2kfcns1IA1B1Ce0gpsr4nWwkLG2tVB+hUeXHIBThr5oSNPAhbw7hF7QNSFJlRsHEKbaBcSGa+axsafOl3Y2l2urq0H+Vs3ZceCyzTpDxPJEWKWVDuzyNAohxCdCXkANJcdAAOKh+j2bOASwRg9zZU\/0Wy42b0bxIeoqlLi5mKSHxSNrqASPuTc2dugf80M+fuEcqZ+m\/r2ChwsvKcA2J7r6kUFhfRo6Py32OO43QfEqDHix2BkTA0AdOU2nFuZ8mmjqIWx8WN+Q6VwBLAN0dievtdG1\/wBpoPqFLszDm+3C035L\/Y8C78ED0A\/JR7MxIvsxBNjawUxob6Dlttxe9HMBp9k\/2WDlHGeXAWCKIUO04ZSGuBaT34c5nQf6jEewfaqx6pgvQ6EaEINIIIWHN40DSTbhoec2ninHyPGaP0ch1roUw2NFhzGKUEn3XaHnJYmzRmN4BaRqCsjFfhy7pssP2Xf2Ka6wAsLI3m+G46jgT1HOSxMmYWPAIPRZOI\/FdYt0ZOh7eqY4ggg0QsfNDgGyaHoehV82QHCiAQeKyNnllvgFjiW9vRB1GiCCOII1UOU+LQGx2KjzY3\/atp8017XCw4EeRV81PiQ5A99tO6OGhClwMiEksAlb5aFGQNNPBaR0cKTZCNQ75FCZ\/wDEfmsTIkMzWlxIJqjzb4o5RT2Bw8xafsrFcSWtcwn+EkIbIYD+3krtooMSKA20Eu7k2f5m\/8QAFREBAQAAAAAAAAAAAAAAAAAAcAH\/2gAIAQIBAT8AGYCf\/8QAFBEBAAAAAAAAAAAAAAAAAAAAgP\/aAAgBAwEBPwAO\/wD\/2Q==\"><\/image><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tMultifocal\/Accommodative Lens\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWith cataract surgery, a multifocal\/accommodative lens can improve near, far, and intermediate vision, allowing most patients to function with little need for glasses.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-8d690c9 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"8d690c9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86c78dd elementor-position-left elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"86c78dd\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/kavintechcorp.in\/nnwps\/extended-depth-of-focus-iols\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Extended depth of focus IOLs\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"162\" height=\"204\" viewBox=\"0 0 162 204\" fill=\"none\"><rect width=\"161.439\" height=\"203.495\" fill=\"url(#pattern0_9077_6908)\"><\/rect><defs><pattern id=\"pattern0_9077_6908\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_9077_6908\" transform=\"scale(0.00420168 0.00333333)\"><\/use><\/pattern><image id=\"image0_9077_6908\" width=\"238\" height=\"300\" xlink:href=\"data:image\/jpeg;base64,\/9j\/4AAQSkZJRgABAQAAAQABAAD\/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9PjsBCgsLDg0OHBAQHDsoIig7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O\/\/CABEIASwA7gMBIgACEQEDEQH\/xAAvAAEAAgMBAQAAAAAAAAAAAAAABAUBAgMGBwEBAQEAAAAAAAAAAAAAAAAAAAEC\/9oADAMBAAIQAxAAAAD7MAAAAAAAAAAAAAAAAAAAYMoXMsUWQbAAAAAAAAAAAAa7Cm53o8+vuJDn10SvQq2xjIAAAAAAAAAAAAMQZ4872l1tnodqO7lyAAAAAAAAAAAADWlvIRTW1VrZ6drtKAAAAAAAAAMGUfkTUTYk413I1F6ShLGfS3QAAAAAAAAwqTvCcbO2azmW2abYtu1RMJXDrg539HeSgAAAAAACKRI+nCzSPsNW2TTHTBrjcSJlVMJtxRXkuQAAAAAAKS684bRe2lnPO40bjTHTBzzuOe22CXY1MwuRKAAAAABp5r03ljqZswyNc5GrfBrjYatgkRpBfiUAAAAAB5b1NIQe1dZWYZGGRq2GrI1banOZV+gLESgAAAAAI8jgeHtKdZ6NFlmGcDGRhnUxGzCJfq4syUAAAAAABz6YPBxrSNqQbHptEzr5oem188LyDGuiq9TL6ygAAAAAAAAeb7dYtnoswZsusaYK7rMGm4AAAAAAAAAARvP+pojheUkuy4YzKAAAAAAAAAAAA59B5\/N3UWT5lFYyzGMgAAAAAAAAAAADXYVkS+jkGbBj1e5pNoulbZAAAAAAAAAAAADTcQudiOHcAAAAAAAAAAAAAAAAAAAAP\/\/EADsQAAEEAQEGAwQGCQUAAAAAAAEAAgMRBCEFEjFAQVETYXEQIoGRBiAyobHRIzAzQlJgYsHhFBUlQ3L\/2gAIAQEAAT8A\/mSbaUMTi1oLyO3BN2vGT70bx5iio8\/GkNCSj2cKQIcLBseXNObvMLe4UmFK15G6T5gaFHFkHGN3yToSOLSPgmSSxH9G9zfIFQ7UcKEzb8wopo5m3G4Ec2Wg6EA\/BSYcMg1aAe4U+A6MFzfeb94QLonBzHFpHUFYu0w4iOcbpPB3Q+vZWCNOczMMOBkjFEcQE9nEELCz3YxEcpJiOgJ4t\/wmuDgHNNg8DzmdjBo8RgoHiB0809t9Fs\/MdjyiKRxMTtBf7p\/LnHND2lp1BFELIhMUrmHvoe4T22OC2Xl+NEYnn32cPMc5tGDxIt8C3N412TrHVQTnGyGyjoda6jqmOD2BwNgjQ82QCKKlwYJARubp7jRZUBhldGeh4rZE3iYYaTZYa+HTlpc3GhNSTsB7XZ+SO08fp4jvRhQ2jCf3ZB6sKGfjk0ZN0\/1AhMka8WxwcO4N+wkAEk6LKeJp3vGoJ0rstjPLJ5IzwcLHw5TJ2oyN5hgaZpeoBprfU9PTinjIyTeTO4g\/9cZLWj+5TY4ohTGNb6ABGVo4leMzuhK2uKLGE7zba7uw0fmEyfJYN3x3OA7gE\/NPe+Q255dXCzp8lLFduZQd17H1WA7dzY9CDdEHpyR0WVmPy3GGB25CNHSA6uPUD801rIWBrQAB0ClygwUDr2CflPcdNAi97jq4rXufmg97eDj80zKe0i9VDlNfpevZBwI0KIUbQMmJw4h4Gna+S2hkmWQ4sRpo\/auHH\/yPM9fJEtY2gAABQA0pTzlxpp9SiLOvFbqq1uhEKggCDYNHuoMg3uuOv4prg4AgqAA5EY\/qB5HPyhiYrnjV591g7uPBRt8KOiSXEkuJ6k8Sp5SdBxKoqvJUq+Kpbqr4qkAQVBMSADx6rxfCfHJejXAn0vVA2NOQ2lJ420Gxg22Btkf1Hh8h+Ke4gJwLiSVuquyruqVKlRVdwt3VM91wKaQ5hB1FUtlTmXGMbjboTuknqOh+XIB5fNLIeL5CfgNB+Ceb0W6t1bq3Vu0iFSpV7KUR0q1sxxZtB7ekjAfiD+R\/XvNMcfIphpoHr+Kq0QqVewBV5eykQiFupprRYJ\/5GI9w4fd+vcLaR5FSHdeWnoaTTYtUFSpUqQCI1VWq9hCJ4rZx3toR+QJ+7kNpsMOY4cASSoHhzVX1aVKlXtkdS2Mwuyy\/o1v48ht\/HJDZmi9KPwWNLuyUToUDvAEKlSr6lKlScaF2pX7z6Gq2PAYsXfIovN69uQzWNdiSbwsBpK36dvNNC7Cw8kPYATr9bVVfsJ+SyZg0UDqVs7Fdl5IAB3QbJTWhjQ0CgBQHIZgvDmHdh\/BEUAOyindC8EE11WLmMlaLOvZCjqOCr6lImhZWRktYCAdVG2TKnDGAlxPyWz8JuFAGgDePE8jMN6GQd2kfcns1IA1B1Ce0gpsr4nWwkLG2tVB+hUeXHIBThr5oSNPAhbw7hF7QNSFJlRsHEKbaBcSGa+axsafOl3Y2l2urq0H+Vs3ZceCyzTpDxPJEWKWVDuzyNAohxCdCXkANJcdAAOKh+j2bOASwRg9zZU\/0Wy42b0bxIeoqlLi5mKSHxSNrqASPuTc2dugf80M+fuEcqZ+m\/r2ChwsvKcA2J7r6kUFhfRo6Py32OO43QfEqDHix2BkTA0AdOU2nFuZ8mmjqIWx8WN+Q6VwBLAN0dievtdG1\/wBpoPqFLszDm+3C035L\/Y8C78ED0A\/JR7MxIvsxBNjawUxob6Dlttxe9HMBp9k\/2WDlHGeXAWCKIUO04ZSGuBaT34c5nQf6jEewfaqx6pgvQ6EaEINIIIWHN40DSTbhoec2ninHyPGaP0ch1roUw2NFhzGKUEn3XaHnJYmzRmN4BaRqCsjFfhy7pssP2Xf2Ka6wAsLI3m+G46jgT1HOSxMmYWPAIPRZOI\/FdYt0ZOh7eqY4ggg0QsfNDgGyaHoehV82QHCiAQeKyNnllvgFjiW9vRB1GiCCOII1UOU+LQGx2KjzY3\/atp8017XCw4EeRV81PiQ5A99tO6OGhClwMiEksAlb5aFGQNNPBaR0cKTZCNQ75FCZ\/wDEfmsTIkMzWlxIJqjzb4o5RT2Bw8xafsrFcSWtcwn+EkIbIYD+3krtooMSKA20Eu7k2f5m\/8QAFREBAQAAAAAAAAAAAAAAAAAAcAH\/2gAIAQIBAT8AGYCf\/8QAFBEBAAAAAAAAAAAAAAAAAAAAgP\/aAAgBAwEBPwAO\/wD\/2Q==\"><\/image><\/defs><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/kavintechcorp.in\/nnwps\/extended-depth-of-focus-iols\" >\n\t\t\t\t\t\t\tExtended depth of focus IOLs\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEDOFs (Extended depth of focus IOLs ) are the\u00a0Alcon\u00a0Vivity IOL,\u00a0Tecnis Eyhance IOL,\u00a0Zeiss AT LARA. These IOLs are slightly different from Trifocal IOLs in the context that while trifocals aim at correcting near, intermediate and distance vision,\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b0837dc e-flex e-con-boxed e-con e-parent\" data-id=\"b0837dc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d265564 e-con-full e-flex e-con e-child\" data-id=\"d265564\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-219c287 elementor-widget elementor-widget-heading\" data-id=\"219c287\" 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\">Cataract Brochure<\/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-acdb4d4 e-con-full e-flex e-con e-child\" data-id=\"acdb4d4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5da1366 elementor-position-right elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5da1366\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"http:\/\/www.narayananethralaya.org\/wp-content\/uploads\/2023\/07\/CATARACT_English_2023.pdf\" target=\"_blank\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"CATARACT_English\" rel=\"noopener\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-right-arrow1\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"http:\/\/www.narayananethralaya.org\/wp-content\/uploads\/2023\/07\/CATARACT_English_2023.pdf\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\tCATARACT_English\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f93d378 elementor-position-right elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"f93d378\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"http:\/\/www.narayananethralaya.org\/wp-content\/uploads\/2023\/07\/CATARACT-2023_Kannada_2023.pdf\" target=\"_blank\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"CATARACT_Kannada\" rel=\"noopener\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-right-arrow1\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"http:\/\/www.narayananethralaya.org\/wp-content\/uploads\/2023\/07\/CATARACT-2023_Kannada_2023.pdf\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\tCATARACT_Kannada\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-9dee0ed e-flex e-con-boxed e-con e-parent\" data-id=\"9dee0ed\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-763cfc2 e-con-full e-flex e-con e-child\" data-id=\"763cfc2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bc64be elementor-widget elementor-widget-heading\" data-id=\"1bc64be\" 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-9050a9f elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9050a9f\" 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\">Pre Operative Instructions for Cataract Surgery FAQs<\/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-7bab6be e-con-full e-flex e-con e-child\" data-id=\"7bab6be\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c2cd805 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"c2cd805\" 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-c447b0f elementor-widget elementor-widget-n-accordion\" data-id=\"c447b0f\" 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-2050\" 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-2050\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What should i do prior to the day of cataract surgery? <\/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-2050\" class=\"elementor-element elementor-element-531682a e-con-full e-flex e-con e-child\" data-id=\"531682a\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2050\" class=\"elementor-element elementor-element-b575a44 e-flex e-con-boxed e-con e-child\" data-id=\"b575a44\" 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-4427314 elementor-widget elementor-widget-text-editor\" data-id=\"4427314\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>It is important for you to follow all the cataract surgery pre op instructions given to you by your doctor. Your surgeon may advise you not to drink alcohol for 12 hours before the cataract eye surgery. If you are on other medications, your doctor may ask you to stop taking them or alter the timing of the medications prior to the cataract surgery procedure. You may be instructed to use cataract surgery pre op medications or pre cataract surgery eye drops to prevent infection. A good night\u2019s rest is important before the day of the cataract operation.<strong><br \/><\/strong><\/p><\/div><\/div><div class=\"et_pb_module et_pb_toggle et_pb_toggle_1 et_pb_toggle_item  et_pb_toggle_close\">\u00a0<\/div>\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-2051\" 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-2051\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Pre cataract surgery eye drops - should i apply eye drops on the day of cataract surgery? <\/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-2051\" class=\"elementor-element elementor-element-a1ab1ca e-con-full e-flex e-con e-child\" data-id=\"a1ab1ca\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2051\" class=\"elementor-element elementor-element-1ae06bf e-flex e-con-boxed e-con e-child\" data-id=\"1ae06bf\" 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-0c2ddd6 elementor-widget elementor-widget-text-editor\" data-id=\"0c2ddd6\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Yes. Ensure that eye drops are applied as directed. Apply only one drop at a time to the suggested eye and give a gap of at least 15 minutes between drops. Note that your vision will be blurred after you apply Tropicacyl Plus eye drops on the day of cataract surgery procedure. Kindly take care accordingly.<\/p><\/div><\/div>\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-2052\" 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-2052\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> what are the healthy food options for dry 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-2052\" class=\"elementor-element elementor-element-3156b84 e-con-full e-flex e-con e-child\" data-id=\"3156b84\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2052\" class=\"elementor-element elementor-element-67ef3ab e-flex e-con-boxed e-con e-child\" data-id=\"67ef3ab\" 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-8ba665b elementor-widget elementor-widget-text-editor\" data-id=\"8ba665b\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Yes. Bring the medicines and pre cataract surgery eye drops with you to the hospital on the day of cataract surgery.<\/p><\/div><\/div>\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-2053\" 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-2053\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can i take my regular medication on the day of cataract surgery? <\/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-2053\" class=\"elementor-element elementor-element-8e05aac e-con-full e-flex e-con e-child\" data-id=\"8e05aac\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2053\" class=\"elementor-element elementor-element-13d2142 e-flex e-con-boxed e-con e-child\" data-id=\"13d2142\" 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-048c693 elementor-widget elementor-widget-text-editor\" data-id=\"048c693\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>If you are on medication for systemic illness, please continue your regular medication, unless specifically instructed otherwise by your ophthalmologist.<\/p><\/div><\/div>\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-2054\" 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-2054\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can i shave on the day of cataract surgery? <\/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-2054\" class=\"elementor-element elementor-element-9f3ad71 e-con-full e-flex e-con e-child\" data-id=\"9f3ad71\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2054\" class=\"elementor-element elementor-element-0688f02 e-flex e-con-boxed e-con e-child\" data-id=\"0688f02\" 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-77b10e4 elementor-widget elementor-widget-text-editor\" data-id=\"77b10e4\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Yes. You can shave on the day of cataract removal surgery.<\/p><\/div><\/div>\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<\/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-fc46011 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"fc46011\" 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-2f873b4 elementor-widget elementor-widget-n-accordion\" data-id=\"2f873b4\" 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-4980\" 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-4980\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can i bring an attendant on the day of cataract surgery? <\/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-4980\" class=\"elementor-element elementor-element-85e6eca e-con-full e-flex e-con e-child\" data-id=\"85e6eca\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4980\" class=\"elementor-element elementor-element-df0e2ce e-flex e-con-boxed e-con e-child\" data-id=\"df0e2ce\" 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-371af8d elementor-widget elementor-widget-text-editor\" data-id=\"371af8d\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Yes. You can bring 1 attendant over the age of 18 years with you on the day of the cataract eye surgery. Children and infants are not allowed.<\/p><\/div><\/div>\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-4981\" 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-4981\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Why do i need the eye drops before cataract surgery? <\/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-4981\" class=\"elementor-element elementor-element-4bc2c94 e-con-full e-flex e-con e-child\" data-id=\"4bc2c94\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4981\" class=\"elementor-element elementor-element-19ea52c e-flex e-con-boxed e-con e-child\" data-id=\"19ea52c\" 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-e0e06b6 elementor-widget elementor-widget-text-editor\" data-id=\"e0e06b6\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Starting the eye drops before cataract removal gives your eye a better chance to heal from the inflammation caused by the cataract extraction and to fight infection.<\/p><\/div><\/div>\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-4982\" 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-4982\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can i have breakfast on the day of cataract surgery? <\/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-4982\" class=\"elementor-element elementor-element-f287481 e-con-full e-flex e-con e-child\" data-id=\"f287481\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4982\" class=\"elementor-element elementor-element-65e648e e-flex e-con-boxed e-con e-child\" data-id=\"65e648e\" 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-424bb9a elementor-widget elementor-widget-text-editor\" data-id=\"424bb9a\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Yes. You should have breakfast (normal diet) before coming for the cataract procedure.<\/p><\/div><\/div>\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-4983\" 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-4983\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can i wash my hair on the day of cataract surgery? <\/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-4983\" class=\"elementor-element elementor-element-ae95651 e-con-full e-flex e-con e-child\" data-id=\"ae95651\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4983\" class=\"elementor-element elementor-element-ec600c0 e-flex e-con-boxed e-con e-child\" data-id=\"ec600c0\" 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-4bc1bc1 elementor-widget elementor-widget-text-editor\" data-id=\"4bc1bc1\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Yes. Please wash your hair on the day of cataract surgery as you will not be able to do so for 1 week after the cataract surgery. However, oil should not be applied to your hair.<\/p><\/div><\/div>\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-4984\" 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-4984\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What clothes should i wear on the day of cataract surgery? <\/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-4984\" class=\"elementor-element elementor-element-f211b2a e-con-full e-flex e-con e-child\" data-id=\"f211b2a\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4984\" class=\"elementor-element elementor-element-8c605a6 e-flex e-con-boxed e-con e-child\" data-id=\"8c605a6\" 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-f50fb31 elementor-widget elementor-widget-text-editor\" data-id=\"f50fb31\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Wear loose, comfortable clothing, preferably a short sleeve shirt or blouse that button or zip up the front,and comfortable shoes when you come for cataract surgery.<\/p><\/div><\/div>\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<\/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<div class=\"elementor-element elementor-element-432c6df e-flex e-con-boxed e-con e-parent\" data-id=\"432c6df\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-eb275c5 e-con-full e-flex e-con e-child\" data-id=\"eb275c5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87886b5 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"87886b5\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" 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\">Post Operative Instructions for Cataract Surgery FAQs<\/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-eb31bd5 e-con-full e-flex e-con e-child\" data-id=\"eb31bd5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ea6b990 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"ea6b990\" 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-b4f8e76 elementor-widget elementor-widget-n-accordion\" data-id=\"b4f8e76\" 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-1890\" 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-1890\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What to expect after cataract surgery - will i have any pain in my eye after cataract surgery? <\/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-1890\" class=\"elementor-element elementor-element-8370b7b e-con-full e-flex e-con e-child\" data-id=\"8370b7b\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1890\" class=\"elementor-element elementor-element-1925690 e-flex e-con-boxed e-con e-child\" data-id=\"1925690\" 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-df40ded elementor-widget elementor-widget-text-editor\" data-id=\"df40ded\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Cataract surgery after effects\u00a0\u2013 There is no severe pain associated with\u00a0cataract removal surgery. You may experience\u00a0post cataract surgery\u00a0symptoms such as minor discomfort, blurry vision, watering and an itchy feeling, or a little soreness in your eye for a couple of days\u00a0after cataract surgery. While some patients do not feel any major discomfort, others may feel like they have an eyelash or grain of sand in their eye. Your eye may also be slightly red after the\u00a0cataract extraction. However, most of these\u00a0cataract surgery recovery symptoms\u00a0will settle within a few days. You can take an over-the-counter pain relieving tablet to help ease any pain.<\/p><\/div><\/div>\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-1891\" 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-1891\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Post cataract surgery follow up - when should i come back for follow-up visits post cataract surgery? <\/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-1891\" class=\"elementor-element elementor-element-d4e135c e-con-full e-flex e-con e-child\" data-id=\"d4e135c\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1891\" class=\"elementor-element elementor-element-249099a e-flex e-con-boxed e-con e-child\" data-id=\"249099a\" 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-ee4521c elementor-widget elementor-widget-text-editor\" data-id=\"ee4521c\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Your\u00a0post cataract surgery follow up\u00a0visits will be scheduled for 24 hours after the\u00a0cataract removal, one week after the\u00a0cataract surgery, and one month after the\u00a0cataract procedure.\u00a0<\/p><\/div><\/div>\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-1892\" 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-1892\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How long do i have to keep my eye covered after cataract surgery? <\/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-1892\" class=\"elementor-element elementor-element-f13b774 e-con-full e-flex e-con e-child\" data-id=\"f13b774\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1892\" class=\"elementor-element elementor-element-e6aa16a e-flex e-con-boxed e-con e-child\" data-id=\"e6aa16a\" 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-b776fc1 elementor-widget elementor-widget-text-editor\" data-id=\"b776fc1\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>You should wear indoor protective eye glasses for 24 hours and the outdoor protective eye glasses for 1 month\u00a0after cataract surgery. It is advisable to remove your glasses while lying down or sleeping.<\/p><\/div><\/div>\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-1893\" 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-1893\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What are the usual post cataract surgery symptoms and how soon will they settle? <\/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-1893\" class=\"elementor-element elementor-element-3fcb483 e-con-full e-flex e-con e-child\" data-id=\"3fcb483\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1893\" class=\"elementor-element elementor-element-6755030 e-flex e-con-boxed e-con e-child\" data-id=\"6755030\" 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-7aba4a9 elementor-widget elementor-widget-text-editor\" data-id=\"7aba4a9\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Mild redness, foreign body sensation, watering from both eyes and blurred vision is common\u00a0post cataract surgery.\u00a0 These\u00a0cataract surgery recovery symptoms\u00a0will settle over 1-2 weeks.<\/p><\/div><\/div>\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-1894\" 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-1894\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Is it safe to take a painkiller if i experience any pain after the cataract surgery? <\/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-1894\" class=\"elementor-element elementor-element-32c8a01 e-con-full e-flex e-con e-child\" data-id=\"32c8a01\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1894\" class=\"elementor-element elementor-element-5b4ef86 e-flex e-con-boxed e-con e-child\" data-id=\"5b4ef86\" 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-f1b8497 elementor-widget elementor-widget-text-editor\" data-id=\"f1b8497\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Yes, you can take a painkiller (Analgesic tablet) in case of persisting pain.<\/p><\/div><\/div>\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<\/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-ce7a340 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"ce7a340\" 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-2b4b01b elementor-widget elementor-widget-n-accordion\" data-id=\"2b4b01b\" 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-4530\" 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-4530\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How soon can i go home after the cataract removal surgery? <\/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-4530\" class=\"elementor-element elementor-element-0d2707d e-con-full e-flex e-con e-child\" data-id=\"0d2707d\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4530\" class=\"elementor-element elementor-element-061cffd e-flex e-con-boxed e-con e-child\" data-id=\"061cffd\" 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-3cdb70c elementor-widget elementor-widget-text-editor\" data-id=\"3cdb70c\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>You will need to rest in a recovery area immediately after the\u00a0cataract procedure\u00a0until the effects of the sedation or anesthesia wear off. This usually takes about 30 minutes to an hour. After you receive instructions on\u00a0cataract surgery after care, you can go home.<\/p><\/div><\/div>\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-4531\" 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-4531\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can i eat immediately after cataract surgery? <\/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-4531\" class=\"elementor-element elementor-element-2eeee41 e-con-full e-flex e-con e-child\" data-id=\"2eeee41\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4531\" class=\"elementor-element elementor-element-c0dc87b e-flex e-con-boxed e-con e-child\" data-id=\"c0dc87b\" 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-b1dfa5a elementor-widget elementor-widget-text-editor\" data-id=\"b1dfa5a\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Yes. You may have a light snack after your\u00a0cataract operation.\u00a0 Please carry your lunch or a snack with you if you are diabetic.<\/p><\/div><\/div>\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-4532\" 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-4532\" >\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 after cataract surgery is vision blurry? <\/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-4532\" class=\"elementor-element elementor-element-6304548 e-con-full e-flex e-con e-child\" data-id=\"6304548\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4532\" class=\"elementor-element elementor-element-92ce67b e-flex e-con-boxed e-con e-child\" data-id=\"92ce67b\" 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-b8882a1 elementor-widget elementor-widget-text-editor\" data-id=\"b8882a1\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Some patients will experience blurred or double vision for a few days\u00a0after cataract surgery. Vision will gradually begin to improve 48-72 hours after the surgery. You can expect adjustments in vision to occur for a few months\u00a0after cataract surgery.<\/p><\/div><\/div>\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-4533\" 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-4533\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What symptoms are not so common after cataract surgery and have to be attended to immediately? <\/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-4533\" class=\"elementor-element elementor-element-6ede944 e-con-full e-flex e-con e-child\" data-id=\"6ede944\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4533\" class=\"elementor-element elementor-element-9811d18 e-flex e-con-boxed e-con e-child\" data-id=\"9811d18\" 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-b2891e7 elementor-widget elementor-widget-text-editor\" data-id=\"b2891e7\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>In case you experience symptoms of worsening or loss of vision, spots (floaters) or flashes in vision, increasing redness, increasing pain despite the use of pain medications, pus discharge, and persistent irritation\u00a0post cataract surgery, you need to see your doctor immediately.<\/p><\/div><\/div>\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-4534\" 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-4534\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Will there be imbalance in vision after cataract surgery on the first eye? <\/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-4534\" class=\"elementor-element elementor-element-d007f11 e-con-full e-flex e-con e-child\" data-id=\"d007f11\" data-element_type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-4534\" class=\"elementor-element elementor-element-64852e4 e-flex e-con-boxed e-con e-child\" data-id=\"64852e4\" 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-4eea333 elementor-widget elementor-widget-text-editor\" data-id=\"4eea333\" 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<div class=\"et_pb_module et_pb_toggle et_pb_toggle_0 et_pb_toggle_item et_pb_toggle_open\"><div class=\"et_pb_toggle_content clearfix\"><p>Yes. Since\u00a0cataract surgery\u00a0is only performed on one eye at a time, you may notice an imbalance in your vision\u00a0after cataract surgery\u00a0on the first eye. Your vision will balance out after the second eye is operated on (1\u20134 weeks after surgery on the first eye).<\/p><\/div><\/div>\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<\/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<div class=\"elementor-element elementor-element-0233a24 e-flex e-con-boxed e-con e-parent\" data-id=\"0233a24\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-df52df6 e-con-full e-flex e-con e-child\" data-id=\"df52df6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ae4fe6e e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"ae4fe6e\" 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-9054adc elementor-widget elementor-widget-heading\" data-id=\"9054adc\" 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\">Cataract Case Study\u00a01<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f6adb4 elementor-widget elementor-widget-text-editor\" data-id=\"9f6adb4\" 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 69-year-old male patient visited Narayana Nethralaya with a complaint of diminished vision in both eyes which was gradually worsening. The patient was a known case of diabetes for 15 years. He had now developed diabetic macular edema, which is a swelling in the retina, along with cataract in both eyes. Both the cataract and the retinal disease were contributing to a decrease in vision. Since doing a cataract surgery would further increase his diabetic macular edema, the patient was counselled to first get treatment for his retinal condition. He was systematically given special anti-VEGF (vascular endothelial growth factor) injections to reduce macular edema, prior to cataract removal surgery. The patient was then monitored for reduction in macular edema for a few weeks after which cataract surgery was planned. Since the patient had poor pupillary dilation due to diabetes, special instruments were used during the cataract surgery procedure to expand the pupil. The patient was also administered anti-VEGF injection intraoperatively during surgery.\u00a0 At the time of presentation, the patient had 40% vision in both his eyes. After cataract surgery in both eyes, patient regained 95% vision. The patient was extremely happy and went home satisfied with the services offered to him at Narayana Nethralaya.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e49f87d elementor-widget elementor-widget-image\" data-id=\"e49f87d\" 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=\"762\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-1-1024x975.webp\" class=\"attachment-large size-large wp-image-16516\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-1-1024x975.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-1-300x286.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-1-768x731.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-1-1536x1462.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-1.webp 1540w\" 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-bb4c3d8 e-con-full e-flex e-con e-child\" data-id=\"bb4c3d8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7608dc5 elementor-widget elementor-widget-image\" data-id=\"7608dc5\" 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=\"754\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-2-1024x965.webp\" class=\"attachment-large size-large wp-image-16515\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-2-1024x965.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-2-300x283.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-2-768x724.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-2-1536x1447.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Cataract-Case-Study-2.webp 1556w\" 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 class=\"elementor-element elementor-element-94a5d2b animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"94a5d2b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:200}\" 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\">Cataract Case Study\u00a02<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-721c3d2 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"721c3d2\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:200}\" 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 62-year-old male patient visited Narayana Nethralaya with complaints of blurring of vision and pain in the left eye for the past 6 months. On examination, the vision in his left eye was extremely poor and he could only perceive hand movements vaguely. His examination revealed complicated high-grade mature cataract in the left eye with extremely shallow AC. He also had a history of glaucoma in both eyes since the past 5-7 years for which he was taking anti-glaucoma medication. After a complete evaluation, the patient was diagnosed to have phacomorphic glaucoma, which is a condition where high-grade cataract causes an increase in eye pressure. Performing cataract extraction with intraocular lens implant is extremely difficult in these complicated cases. This condition is considered an ophthalmic emergency. The patient was counseled to undergo immediate cataract surgery on the left eye and explained the risks for the same due to the complicated nature of the cataract. Our skilled and highly experienced cataract surgeons efficiently monitored his eye pressure during the cataract procedure and successfully removed the cataract and implanted an IOL (cataract lens). The patient regained his vision and was extremely happy with his cataract surgery outcome.<\/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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Cataract Refractive Surgery Home > &nbsp; Cataract Refractive Surgery Cataract is a leading cause of age-related preventable blindness worldwide Did you know that an estimated 20 lakh new cataract cases are seen in India every year and that cataract blindness can be completely avoided? Cataract is a commonly occurring vision problem that develops as you [&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-3309","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/pages\/3309","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=3309"}],"version-history":[{"count":0,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/pages\/3309\/revisions"}],"wp:attachment":[{"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/media?parent=3309"}],"wp:term":[{"taxonomy":"doctors","embeddable":true,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/doctors?post=3309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}