{"id":7725,"date":"2024-07-19T18:13:23","date_gmt":"2024-07-19T12:43:23","guid":{"rendered":"https:\/\/kavintechcorp.in\/nnwps\/?page_id=7725"},"modified":"2025-02-27T14:10:56","modified_gmt":"2025-02-27T08:40:56","slug":"nn-aesthetics","status":"publish","type":"page","link":"https:\/\/kavintechcorp.in\/nnwps\/nn-aesthetics\/","title":{"rendered":"nn aesthetics"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7725\" class=\"elementor elementor-7725\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d96a649 e-con-full e-flex e-con e-parent\" data-id=\"d96a649\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cce0eca elementor-widget elementor-widget-menu-anchor\" data-id=\"cce0eca\" 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-add0c50 e-con-full e-flex e-con e-parent\" data-id=\"add0c50\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fdc8bd4 elementor-widget elementor-widget-html\" data-id=\"fdc8bd4\" 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-c9c5d33 e-flex e-con-boxed e-con e-child\" data-id=\"c9c5d33\" 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-ec952fb elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"ec952fb\" 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\">Aesthetics  Studio<\/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-a78dffd e-flex e-con-boxed e-con e-parent\" data-id=\"a78dffd\" 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-e05ae0d elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-center elementor-widget elementor-widget-icon-list\" data-id=\"e05ae0d\" 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; Aesthetics<\/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-7e3988f e-flex e-con-boxed e-con e-parent\" data-id=\"7e3988f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2e1bd2b e-con-full e-flex e-con e-child\" data-id=\"2e1bd2b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f1653d4 e-con-full e-flex e-con e-child\" data-id=\"f1653d4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a8f6c3d elementor-widget elementor-widget-heading\" data-id=\"a8f6c3d\" 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\">The Aesthetic Studio restore your youthfulness and confidence with our advanced aesthetic treatments<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1029bd elementor-widget elementor-widget-text-editor\" data-id=\"a1029bd\" 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>One of the pitfalls of growing older is the visible changes in our facial appearance, such as fine lines and wrinkles, blemishes and brown spots, uneven pigmentation, dark circles and sagging skin. These changes, if left untreated, will only get worse over time and affect our appearance further. While some people accept the aging process and all that goes with it, many others look for a solution to turn back the effects of time. If you are looking to slow down the effects of the aging process and want a more youthful and well rested appearance, you can benefit from Aesthetic Services.<\/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-9923f70 e-transform elementor-invisible elementor-widget elementor-widget-image\" data-id=\"9923f70\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;_transform_flipX_effect&quot;:&quot;transform&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=\"442\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studio-Cover_l-1024x566.webp\" class=\"attachment-large size-large wp-image-17618\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studio-Cover_l-1024x566.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studio-Cover_l-300x166.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studio-Cover_l-768x425.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studio-Cover_l-1536x849.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studio-Cover_l-2048x1132.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-ccb495e e-con-full e-flex e-con e-child\" data-id=\"ccb495e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e3e7f36 elementor-widget elementor-widget-image\" data-id=\"e3e7f36\" 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 decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Aesthetic-Clinic.jpg\" class=\"attachment-large size-large wp-image-7734\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Aesthetic-Clinic.jpg 500w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Aesthetic-Clinic-300x300.jpg 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Aesthetic-Clinic-150x150.jpg 150w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\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-3829d42 elementor-widget elementor-widget-text-editor\" data-id=\"3829d42\" 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>Aesthetic services at Narayana Nethralaya,\u00a0 is provided by a team of world class Ophthalmic Plastic Surgeons who have an in depth knowledge about the anatomy \u00a0of the eyes, eyelids and their surrounding structures. Microsurgical precision of Ophthalmology is combined with the aesthetic concepts of Facial Plastic Surgery, to provide a comprehensive range of medical and aesthetic treatments for your face. Our experienced cosmetic surgeons use the latest state of the art technology and gentle, effective treatments to enable natural looking results.<\/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-e7f4f36 e-con-full e-flex e-con e-parent\" data-id=\"e7f4f36\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b104282 e-flex e-con-boxed e-con e-child\" data-id=\"b104282\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1cd3240 e-con-full e-flex e-con e-child\" data-id=\"1cd3240\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cdec556 e-con-full e-flex e-con e-child\" data-id=\"cdec556\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-221b47e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"221b47e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">If you are looking for an Aesthetic Clinic in Bangalore, Narayana Nethralaya is your best choice! We provide solutions to everything from scar reduction to skin tightening, treatment of dark circles to correction of baggy eyes. Total facial rejuvenation to restore energetic, youthful-looking skin, can also be achieved with a combination of various techniques. Our team of ophthalmic plastic surgeons and cosmetic surgeons can help customize an individual treatment plan and skin care regimen for you.<\/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-e9d18c0 e-con-full e-flex e-con e-child\" data-id=\"e9d18c0\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1deea5a animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1deea5a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"590\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-1024x755.webp\" class=\"attachment-large size-large wp-image-17753\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-1024x755.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-300x221.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-768x567.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-1536x1133.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/doc-bg-2048x1511.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f18c80a e-flex e-con-boxed e-con e-parent\" data-id=\"f18c80a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4c1f5b6 e-con-full e-flex e-con e-child\" data-id=\"4c1f5b6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c3342ef e-con-full e-flex e-con e-child\" data-id=\"c3342ef\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3240e37 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"3240e37\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79c594c elementor-widget elementor-widget-heading\" data-id=\"79c594c\" 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\">Medical Aesthetic Services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3073b44 elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3073b44\" 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>Medical aesthetic services is a fusion of healthcare and beauty services that makes the use of advanced technologies and skin care to provide a medically based procedure that can significantly improve or enhance a person\u2019s cosmetic appearance. Lasers or other energy based devices and minimally invasive surgeries are used to provide treatment for conditions such as wrinkles, scars, dark circles, skin pigmentation and discoloration, droopy eyelids and baggy eyes, warts, moles and skin tags, skin laxity and other age related changes.<\/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-c396629 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"c396629\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a01f15b elementor-widget elementor-widget-image\" data-id=\"a01f15b\" 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=\"291\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-1024x373.webp\" class=\"attachment-large size-large wp-image-17674\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-1024x373.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-300x109.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-768x279.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-1536x559.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-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-df578f7 e-con-full e-flex e-con e-child\" data-id=\"df578f7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-9bfb7fc e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"9bfb7fc\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47575e0 elementor-widget elementor-widget-image\" data-id=\"47575e0\" 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=\"288\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-1-1024x369.webp\" class=\"attachment-large size-large wp-image-17675\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-1-1024x369.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-1-300x108.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-1-768x277.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-1-1536x554.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Medical-Aesthetic-Services-1-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-fbf0904 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"fbf0904\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18737ea elementor-widget elementor-widget-heading\" data-id=\"18737ea\" 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\">Early signs of facial ageing<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07e94ab elementor-widget elementor-widget-text-editor\" data-id=\"07e94ab\" 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>Long term exposure to the sun and pollution, added to the stress of hard work and daily life can cause certain unwelcome changes to your face. These include fine lines and wrinkles, age and brown spots, dry and thin skin, dull skin tone, and a loss of facial fullness (sagging skin). \u00a0The area surrounding the eyeball is most affected by aging, with the development of crow\u2019s feet, dark circles, puffiness, and sagging of the upper and lower eyelids.<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5992ab6 e-flex e-con-boxed e-con e-parent\" data-id=\"5992ab6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7b3e460 e-con-full e-flex e-con e-child\" data-id=\"7b3e460\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26190e0 elementor-widget elementor-widget-heading\" data-id=\"26190e0\" 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\">Causes of facial ageing<\/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-f0ab595 e-con-full e-flex e-con e-child\" data-id=\"f0ab595\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-42ff572 e-con-full e-flex e-con e-child\" data-id=\"42ff572\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2949fb3 elementor-cta--layout-image-below elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"2949fb3\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Sun-Damage.jpg);\" role=\"img\" aria-label=\"Young,Woman,With,Pigmented,Skin,\/,Chloasma,On,Her,Cheeks\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tSun damage\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tExposure to the UV rays from the sun damages your skin, leading to premature aging, wrinkles, pigmentation, sun spots, reduced skin elasticity, roughness, and many other signs of skin aging.\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\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 class=\"elementor-element elementor-element-7890522 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"7890522\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Lack-of-Collagen.jpg);\" role=\"img\" aria-label=\"Lack-of-Collagen\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tLack of collagen\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tOver time, our body slows down the production of collagen, a natural protein that makes skin look plump and smooth.\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\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 class=\"elementor-element elementor-element-1bde949 elementor-cta--layout-image-below elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"1bde949\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Frown-Lines.jpg);\" role=\"img\" aria-label=\"A young woman checking wrinkles on her forehead, closeup\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tFrown lines\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tDeep wrinkles in the forehead and between the eyebrows are a result of expressions that we use daily, such as frowning and squinting, which tug on the facial muscles.\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\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 class=\"elementor-element elementor-element-95acbfe elementor-cta--layout-image-above elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"95acbfe\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Crows-feet-and-laugh-lines.jpg);\" role=\"img\" aria-label=\"Crows-feet-and-laugh-lines\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tCrow\u2019s feet and laugh lines\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tThese are lines around the outer corners of the eyes and mouth that are caused by the repetition of facial movements and expressions, such as smiling, talking and laughing.\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\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-34dabf7 e-con-full e-flex e-con e-child\" data-id=\"34dabf7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6771d78 elementor-cta--layout-image-above elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"6771d78\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Genetics.jpg);\" role=\"img\" aria-label=\"Genetics\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tGenetics\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tYou may inherit a droopy upper eyelid or bags under the eyes from your parents, which can worsen with age.\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\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 class=\"elementor-element elementor-element-4c93223 elementor-cta--layout-image-below elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"4c93223\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Fat-loss-and-gravity.jpg);\" role=\"img\" aria-label=\"Fat-loss-and-gravity\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tFat loss and gravity\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tWith age, fat in the deeper soft tissues of the face thins. This causes skin that was smooth and tight to become loose and sag as gravity pulls on the face. Folds around the mouth and nose may get deeper due to fat loss.\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\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 class=\"elementor-element elementor-element-719e74b elementor-cta--layout-image-above elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"719e74b\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Fat-Gain.jpg);\" role=\"img\" aria-label=\"Fat-Gain\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tFat gain\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\n\t\t\t\t\t\tSome parts of the face gain fat as we age, particularly the lower half, which can lead to a double chin and jowls in the neck.\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\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-7e6a59d e-flex e-con-boxed e-con e-parent\" data-id=\"7e6a59d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5b00412 e-con-full e-flex e-con e-child\" data-id=\"5b00412\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2353e80 e-con-full e-flex e-con e-child\" data-id=\"2353e80\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8432434 elementor-widget elementor-widget-heading\" data-id=\"8432434\" 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\">Patient Process Flow<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09a7871 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"09a7871\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>If you are looking for a scientific approach to provide medical and aesthetic treatments for your face, it is a good time to schedule an appointment with our team of aesthetic clinicians who are internationally trained in cosmetic procedures.<\/p><p>Our doctor will evaluate the health of your eyes and skin and assess your need for the treatment. Your initial consultation will take approximately 2 hours if you do not require cross-consultation and up to 4 hours if you require cross-consultation. We suggest you bring a family member or friend with you to help you with your decision making.<\/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-87c0632 e-con-full e-flex e-con e-child\" data-id=\"87c0632\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87341e3 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"87341e3\" 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=\"463\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studiobtm-1024x592.webp\" class=\"attachment-large size-large wp-image-17690\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studiobtm-1024x592.webp 1024w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studiobtm-300x174.webp 300w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studiobtm-768x444.webp 768w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studiobtm-1536x888.webp 1536w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/08\/Aesthetic-Studiobtm.webp 1760w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6dbbaec e-flex e-con-boxed e-con e-parent\" data-id=\"6dbbaec\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4fc018b e-con-full e-flex e-con e-child\" data-id=\"4fc018b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-96f84d6 e-con-full e-flex e-con e-child\" data-id=\"96f84d6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99b0528 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"99b0528\" data-element_type=\"widget\" data-settings=\"{&quot;tabs_justify_horizontal&quot;:&quot;start&quot;,&quot;horizontal_scroll&quot;:&quot;disable&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=\"161154344\" 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-1611543441\" data-tab-title-id=\"e-n-tab-title-1611543441\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1611543441\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCase Study 1\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1611543442\" data-tab-title-id=\"e-n-tab-title-1611543442\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1611543442\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCase Study 2\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-1611543441\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1611543441\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-b738c97 e-con-full e-flex e-con e-child\" data-id=\"b738c97\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8032095 e-con-full e-flex e-con e-child\" data-id=\"8032095\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17d7ec4 elementor-widget elementor-widget-text-editor\" data-id=\"17d7ec4\" 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 48 years old lady , professor in college \u00a0, visited Aesthetic Studio at Narayana Nethralaya , Banerghatta Road branch , with complaints of severe itching \u00a0in both eyelids. She was also worried about uneven skin tone \u00a0and pigment patches on her face .<\/p><p>On examination , she was noted to have allergic dermatitis in the both eyelids along with melasma in both cheeks and forehead.<\/p><p>The itching of eyelids resolved completely within 1 week with antiallergy ointment and tablets .<\/p><p>Her melasma was treated with Vit C serum, triple agent cream and broad spectrum sunscreen,for the first few months followed by maintenance therapy. Her skin responed wonderfully to the treatment, pigment patches reduced significantly and she was extremely happy .<\/p><p>She also underwent Botulinum Toxin injections (BOTOX ) \u00a0for smoothening of wrinkles around the eyes, forehead and nose.The patient was extremely happy with the services provided at our Aesthetic Studio.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1611543442\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1611543442\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-5d945b9 e-con-full e-flex e-con e-child\" data-id=\"5d945b9\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a76be3d e-con-full e-flex e-con e-child\" data-id=\"a76be3d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79257b0 elementor-widget elementor-widget-text-editor\" data-id=\"79257b0\" 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>25 years old young man ,came to Aesthetic Studio at Narayana Nethralaya , Bannerghatta \u00a0Road for correction of dark circles and hollowness around the eyes. He had recently undergone \u00a0LASIK in both the eyes and \u00a0wanted his eyes and face to look refreshed and less tired \u00a0.<\/p><p>He underwent detailed evaluation by Dr. Moupia and all his queries were patiently answered . He was advised \u00a0Hylauronic Acid ( HA ) Filler procedure \u00a0in the periocular area ( Tear Trough area ) for hydration and rejuvenation . He was also advised regarding care of skin around the eyes .<\/p><p>2ml of HA Filler was used for him . He could notice a significant , \u00a0instant improvement in the dark circles following the procedure and was extremely satisfied with the results.<\/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<\/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-10d95d8 e-flex e-con-boxed e-con e-parent\" data-id=\"10d95d8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0dcd2f7 e-con-full e-flex e-con e-child\" data-id=\"0dcd2f7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-601358f e-con-full e-flex e-con e-child\" data-id=\"601358f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1df7a8e elementor-widget elementor-widget-heading\" data-id=\"1df7a8e\" 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-e5f58d3 elementor-widget elementor-widget-text-editor\" data-id=\"e5f58d3\" 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 well being is at the core of what we do, and what drives us. Five units of Narayana Nethralaya are NABH Accredited \u2013 the highest national recognition for quality in patient care and safety. Our Dry Eye team help patients make an informed treatment choice on the type of treatment and surgery that is best suited for their lifestyle. We have an exclusive counseling team to address any doubts or questions that people may have about Dry Eye treatment options and procedures.<\/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-fb59b80 e-con-full e-flex e-con e-child\" data-id=\"fb59b80\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62d1b8f elementor-widget elementor-widget-image\" data-id=\"62d1b8f\" 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=\"600\" height=\"397\" src=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Patient-Care.jpg\" class=\"attachment-large size-large wp-image-8181\" alt=\"\" srcset=\"https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Patient-Care.jpg 600w, https:\/\/kavintechcorp.in\/nnwps\/wp-content\/uploads\/2024\/07\/Patient-Care-300x199.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Aesthetics Studio Home > &nbsp; Aesthetics The Aesthetic Studio restore your youthfulness and confidence with our advanced aesthetic treatments One of the pitfalls of growing older is the visible changes in our facial appearance, such as fine lines and wrinkles, blemishes and brown spots, uneven pigmentation, dark circles and sagging skin. These changes, if left [&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-7725","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/pages\/7725","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=7725"}],"version-history":[{"count":3,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/pages\/7725\/revisions"}],"predecessor-version":[{"id":36200,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/pages\/7725\/revisions\/36200"}],"wp:attachment":[{"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/media?parent=7725"}],"wp:term":[{"taxonomy":"doctors","embeddable":true,"href":"https:\/\/kavintechcorp.in\/nnwps\/wp-json\/wp\/v2\/doctors?post=7725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}