{"id":16793,"date":"2024-08-09T17:47:59","date_gmt":"2024-08-09T12:17:59","guid":{"rendered":"https:\/\/kavintechcorp.in\/nnwps\/?page_id=16793"},"modified":"2024-12-20T11:24:03","modified_gmt":"2024-12-20T05:54:03","slug":"nn-optometry","status":"publish","type":"page","link":"https:\/\/kavintechcorp.in\/nnwps\/nn-optometry\/","title":{"rendered":"NN Optometry"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16793\" class=\"elementor elementor-16793\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4dd9047 e-con-full e-flex e-con e-parent\" data-id=\"4dd9047\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b7ee57 elementor-widget elementor-widget-menu-anchor\" data-id=\"3b7ee57\" 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-cf41854 e-con-full e-flex e-con e-parent\" data-id=\"cf41854\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-652ccbe elementor-widget elementor-widget-html\" data-id=\"652ccbe\" 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-98e0726 e-flex e-con-boxed e-con e-child\" data-id=\"98e0726\" 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-4f231d6 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4f231d6\" 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\">NN Optometry<\/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-428662f e-flex e-con-boxed e-con e-parent\" data-id=\"428662f\" 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-8879757 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-center elementor-widget elementor-widget-icon-list\" data-id=\"8879757\" 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; Academics<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">&gt; &nbsp; NN Optometry<\/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-4c57794 e-flex e-con-boxed e-con e-parent\" data-id=\"4c57794\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-89b4740 e-con-full e-flex e-con e-child\" data-id=\"89b4740\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7cb3a18 e-con-full e-flex e-con e-child\" data-id=\"7cb3a18\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04585ca elementor-widget elementor-widget-heading\" data-id=\"04585ca\" 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\">FELLOWSHIP PROGRAMME IN PEDIATRIC OPTOMETRY &amp; ORTHOPTICS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d39939 elementor-widget elementor-widget-text-editor\" data-id=\"0d39939\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>About the program<\/strong><\/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-fe68a78 elementor-widget elementor-widget-text-editor\" data-id=\"fe68a78\" 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>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p><p><strong>The fellowship program has been curated into\u00a018months\u00a0program, no bond.\u00a0<\/strong><\/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-ca45e91 e-con-full e-flex e-con e-child\" data-id=\"ca45e91\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a875dc elementor-widget elementor-widget-image\" data-id=\"7a875dc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"420\" height=\"376\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Frame-795-1.webp\" class=\"attachment-large size-large wp-image-16830\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Frame-795-1.webp 420w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Frame-795-1-300x269.webp 300w\" sizes=\"(max-width: 420px) 100vw, 420px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-376a6b2 e-flex e-con-boxed e-con e-parent\" data-id=\"376a6b2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7ad8b71 e-flex e-con-boxed e-con e-child\" data-id=\"7ad8b71\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-46f25ea e-con-full e-flex e-con e-child\" data-id=\"46f25ea\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-997e614 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"997e614\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"160949780\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-1609497801\" data-tab-title-id=\"e-n-tab-title-1609497801\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1609497801\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tGoal of the program\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1609497802\" data-tab-title-id=\"e-n-tab-title-1609497802\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1609497802\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tEducation and Project\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1609497803\" data-tab-title-id=\"e-n-tab-title-1609497803\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1609497803\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCriterion for application\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-1609497801\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1609497801\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-45a0553 e-con-full animated-slow e-flex e-con e-child\" data-id=\"45a0553\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:200,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7c6cc34 e-flex e-con-boxed e-con e-child\" data-id=\"7c6cc34\" 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\t\t<div class=\"elementor-element elementor-element-6b75add elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"6b75add\" 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\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">To recount the knowledge and skills necessary to be a trainedoptometrist.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">To provide the motivation for research and academic activities along with clinical experience in pediatric, orthoptics and neuro \u2013 optometry. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Second opinion and review reports<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">After 18 months of program, the learner will be able to- <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Perform comprehensive pediatric eye examination and RoP screening. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> Perform the first line diagnosis and management of low vision. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Apply an integrated approach for the diagnosis and management of binocular vision and its anomalies. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Understand the basics of neuro \u2013 optometry, analysis, and administration. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Be educated in fundamental research methods and scientific paper. <\/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\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1609497802\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1609497802\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-0b95253 e-con-full e-flex e-con e-child\" data-id=\"0b95253\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3c6796b e-flex e-con-boxed e-con e-child\" data-id=\"3c6796b\" 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\t\t<div class=\"elementor-element elementor-element-5555af5 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5555af5\" 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\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Attend lectures sessions by trained clinicians and CMEs held by institution. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> Learners need to complete one or more research projects. <\/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\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1609497803\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1609497803\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-d6e3d48 e-con-full e-flex e-con e-child\" data-id=\"d6e3d48\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e5cdf8c e-flex e-con-boxed e-con e-child\" data-id=\"e5cdf8c\" 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\t\t<div class=\"elementor-element elementor-element-aef8544 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"aef8544\" 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\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Minimum requirement: BSc Optometry &amp; Vision Science (4yrs including Internship of 1 year) with 70% marks from a recognized university. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Total No of Seats: 04<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Last Date of Submission: june 15th 2024.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Date of Online Examination: 23rd June 2024 (written test MCQ)<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Date of commencement of program: 1st August 2024<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Course Co \u2013 Ordinator: Mr.Arun<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Call No. +91- 96259 95893<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><g clip-path=\"url(#clip0_8536_8681)\"><path d=\"M12 0C5.383 0 0 5.383 0 12C0 18.617 5.383 24 12 24C18.617 24 24 18.617 24 12H21.3C21.3 17.128 17.128 21.3 12 21.3C6.872 21.3 2.7 17.128 2.7 12C2.7 6.872 6.872 2.7 12 2.7V0ZM19.4 2.583L11.895 11.954L8.388 9.08L6.386 11.516L11.127 15.404C11.2881 15.5369 11.474 15.6363 11.6739 15.6966C11.8738 15.7569 12.0837 15.7767 12.2913 15.755C12.499 15.7334 12.7003 15.6705 12.8834 15.5703C13.0665 15.47 13.2279 15.3343 13.358 15.171L21.862 4.554L19.4 2.583Z\" fill=\"black\"><\/path><\/g><defs><clipPath id=\"clip0_8536_8681\"><rect width=\"24\" height=\"24\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Submit application details here: fellowship@narayananethralaya.com<\/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\t\t<\/div>\n\t\t\t\t\t<\/div>\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-926695c e-flex e-con-boxed e-con e-parent\" data-id=\"926695c\" 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\t\t<div class=\"elementor-element elementor-element-f187173 elementor-list-item-link-inline elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list\" data-id=\"f187173\" 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\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\"><g clip-path=\"url(#clip0_8536_15669)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9987 2.33398C20.4422 2.33398 25.6654 7.55715 25.6654 14.0007C25.6695 16.6932 24.7383 19.3036 23.031 21.3857L23.0544 21.4113L22.9004 21.542C21.8063 22.8361 20.4429 23.8757 18.9054 24.5882C17.3679 25.3008 15.6933 25.6691 13.9987 25.6673C10.557 25.6673 7.46538 24.1775 5.33038 21.8092L5.09704 21.5408L4.94304 21.4125L4.96638 21.3845C3.25926 19.3028 2.3281 16.6928 2.33204 14.0007C2.33204 7.55715 7.55521 2.33398 13.9987 2.33398ZM13.9987 19.834C11.8287 19.834 9.86754 20.5247 8.40688 21.4743C10.0197 22.6845 11.9824 23.3372 13.9987 23.334C16.0151 23.3372 17.9777 22.6845 19.5905 21.4743C17.9215 20.4048 15.981 19.8356 13.9987 19.834ZM13.9987 4.66732C12.2423 4.66727 10.5216 5.16282 9.03422 6.09701C7.54688 7.0312 6.35332 8.36612 5.59073 9.94832C4.82814 11.5305 4.52748 13.2958 4.7233 15.0412C4.91912 16.7867 5.60348 18.4414 6.69771 19.8153C8.58888 18.4585 11.1695 17.5007 13.9987 17.5007C16.8279 17.5007 19.4085 18.4585 21.2997 19.8153C22.3939 18.4414 23.0783 16.7867 23.2741 15.0412C23.4699 13.2958 23.1693 11.5305 22.4067 9.94832C21.6441 8.36612 20.4505 7.0312 18.9632 6.09701C17.4759 5.16282 15.7551 4.66727 13.9987 4.66732ZM13.9987 7.00065C15.2364 7.00065 16.4234 7.49232 17.2985 8.36749C18.1737 9.24266 18.6654 10.4296 18.6654 11.6673C18.6654 12.905 18.1737 14.092 17.2985 14.9671C16.4234 15.8423 15.2364 16.334 13.9987 16.334C12.761 16.334 11.574 15.8423 10.6989 14.9671C9.82371 14.092 9.33204 12.905 9.33204 11.6673C9.33204 10.4296 9.82371 9.24266 10.6989 8.36749C11.574 7.49232 12.761 7.00065 13.9987 7.00065ZM13.9987 9.33398C13.3799 9.33398 12.7864 9.57982 12.3488 10.0174C11.9112 10.455 11.6654 11.0485 11.6654 11.6673C11.6654 12.2862 11.9112 12.8796 12.3488 13.3172C12.7864 13.7548 13.3799 14.0007 13.9987 14.0007C14.6175 14.0007 15.211 13.7548 15.6486 13.3172C16.0862 12.8796 16.332 12.2862 16.332 11.6673C16.332 11.0485 16.0862 10.455 15.6486 10.0174C15.211 9.57982 14.6175 9.33398 13.9987 9.33398Z\" fill=\"#129485\"><\/path><\/g><defs><clipPath id=\"clip0_8536_15669\"><rect width=\"28\" height=\"28\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Course Co \u2013 Ordinator: Mr.Arun<\/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<div class=\"elementor-element elementor-element-05f4a72 elementor-list-item-link-inline elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list\" data-id=\"05f4a72\" 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\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\"><path d=\"M24.3217 17.3313L19.1691 15.0224L19.1549 15.0159C18.8874 14.9015 18.5956 14.8555 18.3058 14.8823C18.0161 14.909 17.7377 15.0076 17.4956 15.169C17.4671 15.1878 17.4397 15.2082 17.4136 15.2302L14.7514 17.4998C13.0649 16.6806 11.3236 14.9524 10.5044 13.2877L12.7772 10.5851C12.7991 10.5577 12.8199 10.5304 12.8395 10.5009C12.9975 10.2595 13.0934 9.98279 13.1185 9.69541C13.1437 9.40802 13.0975 9.11887 12.9839 8.85368V8.84056L10.6684 3.67915C10.5183 3.33272 10.2602 3.04414 9.93256 2.85648C9.60494 2.66882 9.22541 2.59214 8.85063 2.6379C7.36857 2.83293 6.00817 3.56078 5.02353 4.68551C4.03889 5.81024 3.49733 7.25494 3.50001 8.74978C3.50001 17.4342 10.5656 24.4998 19.25 24.4998C20.7448 24.5025 22.1895 23.9609 23.3143 22.9763C24.439 21.9916 25.1669 20.6312 25.3619 19.1492C25.4077 18.7745 25.3312 18.3951 25.1438 18.0675C24.9563 17.7399 24.668 17.4816 24.3217 17.3313ZM19.25 22.7498C15.5382 22.7457 11.9796 21.2694 9.35499 18.6448C6.73036 16.0202 5.25406 12.4616 5.25001 8.74978C5.24589 7.68172 5.63069 6.64868 6.33253 5.84358C7.03438 5.03849 8.00528 4.51638 9.06392 4.37478C9.06348 4.37914 9.06348 4.38354 9.06392 4.3879L11.3608 9.52853L9.10001 12.2345C9.07702 12.2608 9.05617 12.289 9.03767 12.3187C8.87307 12.5713 8.77652 12.8621 8.75735 13.1629C8.73819 13.4638 8.79707 13.7645 8.92829 14.0359C9.91923 16.0626 11.9613 18.0893 14.0099 19.0792C14.2833 19.2091 14.5857 19.266 14.8876 19.2441C15.1896 19.2223 15.4807 19.1225 15.7325 18.9545C15.7607 18.9356 15.7877 18.9152 15.8134 18.8932L18.4724 16.6248L23.613 18.9271H23.625C23.4851 19.9873 22.9638 20.9601 22.1586 21.6637C21.3533 22.3673 20.3193 22.7534 19.25 22.7498Z\" fill=\"#129485\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u00a0+91-\u00a096259 95893<\/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<div class=\"elementor-element elementor-element-ffbad57 elementor-list-item-link-inline elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list\" data-id=\"ffbad57\" 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\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\"><path d=\"M25.375 26H2.625C1.1725 26 0 24.66 0 23V5C0 3.34 1.1725 2 2.625 2H25.375C26.8275 2 28 3.34 28 5V23C28 24.66 26.8275 26 25.375 26ZM2.625 4C2.135 4 1.75 4.44 1.75 5V23C1.75 23.56 2.135 24 2.625 24H25.375C25.865 24 26.25 23.56 26.25 23V5C26.25 4.44 25.865 4 25.375 4H2.625Z\" fill=\"#129485\"><\/path><path d=\"M14.0019 17.9193C12.7769 17.9193 11.6569 17.3593 10.8169 16.3393L1.62944 5.17926C1.29694 4.77926 1.31444 4.13926 1.66444 3.75926C2.01444 3.37926 2.57444 3.39926 2.90694 3.79926L12.0944 14.9593C13.0919 16.1793 14.9119 16.1793 15.9094 14.9593L25.0969 3.81926C25.4294 3.41926 25.9894 3.39926 26.3394 3.77926C26.6894 4.15926 26.7069 4.79926 26.3744 5.19926L17.1869 16.3593C16.3469 17.3793 15.2269 17.9393 14.0019 17.9393V17.9193Z\" fill=\"#129485\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Submit application details\u00a0here:<br>fellowship@narayananethralaya.com<\/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-112eef3 e-flex e-con-boxed e-con e-parent\" data-id=\"112eef3\" 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\t\t<div class=\"elementor-element elementor-element-b2efb50 sw elementor-widget elementor-widget-button\" data-id=\"b2efb50\" 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\/wp-content\/uploads\/2024\/08\/Optometry_Fellowship_Brochure-July22.pdf\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-download\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download Brochure<\/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 class=\"elementor-element elementor-element-416c07c sw elementor-widget elementor-widget-button\" data-id=\"416c07c\" 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\/wp-content\/uploads\/2024\/08\/FELLOWSHIP-IN-PEDIATRIC-OPTOMETRY-form-1.docx\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-download\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download Application Form<\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4be67c5 e-flex e-con-boxed e-con e-parent\" data-id=\"4be67c5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-80de7b1 e-con-full e-flex e-con e-child\" data-id=\"80de7b1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ba2ca5 elementor-position-right elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"2ba2ca5\" 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\/wp-content\/uploads\/2024\/09\/ADVANCED-FELLOWSHIPS-IN-OPTOMETRY-AT-NN.pdf\" target=\"_blank\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Fellowship In Imaging Anterior And Posterior Segment\">\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=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/09\/ADVANCED-FELLOWSHIPS-IN-OPTOMETRY-AT-NN.pdf\" target=\"_blank\" >\n\t\t\t\t\t\t\tFellowship In Imaging Anterior And Posterior Segment\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-d30286f elementor-position-right elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"d30286f\" 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\/wp-content\/uploads\/2024\/09\/ADVANCED-FELLOWSHIPS-IN-OPTOMETRY-AT-NN.pdf\" target=\"_blank\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Fellowship Inpaediatric Ophthalmology And Orthoptics\">\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=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/09\/ADVANCED-FELLOWSHIPS-IN-OPTOMETRY-AT-NN.pdf\" target=\"_blank\" >\n\t\t\t\t\t\t\tFellowship Inpaediatric Ophthalmology And Orthoptics\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-e33b31e elementor-position-right elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"e33b31e\" 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\/wp-content\/uploads\/2024\/09\/ADVANCED-FELLOWSHIPS-IN-OPTOMETRY-AT-NN.pdf\" target=\"_blank\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Fellowship In Comprehensive Ophthalmology\">\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=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/09\/ADVANCED-FELLOWSHIPS-IN-OPTOMETRY-AT-NN.pdf\" target=\"_blank\" >\n\t\t\t\t\t\t\tFellowship In Comprehensive Ophthalmology\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-582a5df elementor-position-right elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"582a5df\" 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\/wp-content\/uploads\/2024\/09\/ADVANCED-FELLOWSHIPS-IN-OPTOMETRY-AT-NN.pdf\" target=\"_blank\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Fellowship In Translational And Molecular Research\">\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=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/09\/ADVANCED-FELLOWSHIPS-IN-OPTOMETRY-AT-NN.pdf\" target=\"_blank\" >\n\t\t\t\t\t\t\tFellowship In Translational And Molecular Research\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-89391e2 elementor-position-right elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"89391e2\" 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\/wp-content\/uploads\/2024\/09\/ADVANCED-FELLOWSHIPS-IN-OPTOMETRY-AT-NN.pdf\" target=\"_blank\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Fellowship In Translational Research And Phd Programme\">\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=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/09\/ADVANCED-FELLOWSHIPS-IN-OPTOMETRY-AT-NN.pdf\" target=\"_blank\" >\n\t\t\t\t\t\t\tFellowship In Translational Research And Phd Programme\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>NN Optometry Home > &nbsp; Academics > &nbsp; NN Optometry FELLOWSHIP PROGRAMME IN PEDIATRIC OPTOMETRY &amp; ORTHOPTICS About the program Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. The fellowship program has been curated into\u00a018months\u00a0program, no bond.\u00a0 Goal of the program Education and Project Criterion [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"doctors":[],"class_list":["post-16793","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/pages\/16793","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=16793"}],"version-history":[{"count":0,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/pages\/16793\/revisions"}],"wp:attachment":[{"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/media?parent=16793"}],"wp:term":[{"taxonomy":"doctors","embeddable":true,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/doctors?post=16793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}