{"id":21026,"date":"2024-11-29T06:24:47","date_gmt":"2024-11-29T06:24:47","guid":{"rendered":"https:\/\/singhaniauniversity.ac.in\/test\/?page_id=21026"},"modified":"2025-10-29T10:04:49","modified_gmt":"2025-10-29T10:04:49","slug":"school-of-pharmacy-sciences","status":"publish","type":"page","link":"https:\/\/singhaniauniversity.ac.in\/test\/school-of-pharmacy-sciences\/","title":{"rendered":"Singhania School Of Pharmacy &amp; Sciences"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"21026\" class=\"elementor elementor-21026\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-963406b elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"963406b\" 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-e6efbed elementor-widget elementor-widget-html\" data-id=\"e6efbed\" 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    <!-- Text for Desktop at the end of right column -->\r\n    <div class=\"know-more-text desktop-only\" onclick=\"showTab(2)\">Know more about us<\/div>\r\n    <!-- Text for Mobile at the end of content -->\r\n    <div class=\"know-more-text mobile-only\" onclick=\"showTab(2)\">Know more about us<\/div>\r\n    \r\n    <div class=\"content\">\r\n        <div class=\"right-column\">\r\n            <!-- Tabs -->\r\n            <div class=\"tabs\">\r\n                <button class=\"tab-btn active\" onclick=\"showTab(0)\">Diploma Programs<\/button>\r\n                <button class=\"tab-btn\" onclick=\"showTab(1)\">Undergraduate Programs<\/button>\r\n            <\/div>\r\n            \r\n            <!-- Tab Content -->\r\n            <div class=\"tab-content\">\r\n                <!-- Postgraduate Programs -->\r\n                <div class=\"card-container\" id=\"postgraduate\">\r\n                      <div class=\"new-school_card\">\r\n                        <img decoding=\"async\" src=\"https:\/\/singhaniauniversity.ac.in\/test\/wp-content\/uploads\/2025\/08\/Screenshot-2025-08-08-125255.png\" alt=\"MBA Program\">\r\n                        <div class=\"card-body\">\r\n                            <h4>Diploma in Pharmacy (D.Pharm.)<\/h4>\r\n                            <p>Duration: 2 Years | Intake: 30<\/p>\r\n                            <a href=\"#\" class=\"btn-more\">Know more<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                   \r\n                <\/div>\r\n                \r\n                <!-- Undergraduate Programs -->\r\n                <div class=\"card-container\" id=\"undergraduate\" style=\"display: none;\">\r\n                   <div class=\"new-school_card\">\r\n                        <img decoding=\"async\" src=\"https:\/\/singhaniauniversity.ac.in\/test\/wp-content\/uploads\/2025\/08\/Screenshot-2025-08-08-125255.png\" alt=\"BBA Program\">\r\n                        <div class=\"card-body\">\r\n                            <h4>Bachelor of Pharmacy (B.Pharm)<\/h4>\r\n                            <p>Duration: 3 Years | Intake: 60<\/p>\r\n                            <a href=\"#\" class=\"btn-more\">Know more<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"new-school_card\">\r\n                        <img decoding=\"async\" src=\"https:\/\/singhaniauniversity.ac.in\/test\/wp-content\/uploads\/2025\/08\/Screenshot-2025-08-08-125255.png\" alt=\"B.Com. Hons Program\">\r\n                        <div class=\"card-body\">\r\n                            <h4>Bachelor of Pharmacy (Lateral Entry)<\/h4>\r\n                            <p>Duration: 4 Years | Intake: 60<\/p>\r\n                            <a href=\"#\" class=\"btn-more\">Know more<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n\r\n                <\/div>\r\n                \r\n                <!-- About Section -->\r\n                <div class=\"about-section\" id=\"about\" style=\"display: none;\">\r\n                    <p>\r\n                        Welcome to the School of Pharmacy & Sciences    \r\n                        <br><br>\r\n                        We provide cutting-edge education in the fields of pharmacy, biotechnology, pharmaceutical sciences, and healthcare innovation. Our programs are designed to prepare students for careers in pharmaceutical industries, healthcare research, and drug development. \r\n                        <br><br>\r\n                        We offer a rigorous curriculum that covers pharmacology, medicinal chemistry, clinical pharmacy, and drug discovery. Our state-of-the-art laboratories and research facilities provide students with the opportunity to engage in hands-on learning and contribute to pioneering research in biotechnology, pharmaceutical development, and healthcare solutions. \r\n                        <br><br>\r\n                        At the School of Pharmacy & Sciences, we emphasize ethical practices, critical thinking, and problem-solving skills, ensuring that our graduates are well-equipped to face the challenges of the pharmaceutical and healthcare sectors. \r\n                        <br><br>\r\n                        Graduates of the School of Pharmacy & Sciences can pursue careers in pharmaceutical companies, research labs, healthcare management, or continue their studies in specialized fields such as pharmacology, drug regulatory affairs, or clinical research. \r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        function showTab(index) {\r\n            \/\/ Hide all content\r\n            document.getElementById('postgraduate').style.display = 'none';\r\n            document.getElementById('undergraduate').style.display = 'none';\r\n            document.getElementById('about').style.display = 'none';\r\n            \r\n            \/\/ Remove active class from all tabs\r\n            const tabs = document.querySelectorAll('.tab-btn');\r\n            tabs.forEach(tab => tab.classList.remove('active'));\r\n            \r\n            \/\/ Show selected tab and set active class\r\n            if (index === 0) {\r\n                document.getElementById('postgraduate').style.display = 'grid';\r\n                tabs[0].classList.add('active');\r\n            } else if (index === 1) {\r\n                document.getElementById('undergraduate').style.display = 'grid';\r\n                tabs[1].classList.add('active');\r\n            } else if (index === 2) {\r\n                document.getElementById('about').style.display = 'block';\r\n            }\r\n        }\r\n        \r\n        \/\/ Show Postgraduate tab by default\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            showTab(0);\r\n        });\r\n    <\/script>\r\n    \r\n    \r\n        <style>\r\n        .content {\r\n            display: flex;\r\n            padding: 20px;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .right-column {\r\n            flex: 2;\r\n            display: flex;\r\n            flex-direction: column;\r\n            width: 100%;\r\n        }\r\n        \r\n        .tabs {\r\n            display: flex;\r\n            margin-bottom: 20px;\r\n            gap: 20px;\r\n        }\r\n        \r\n        .tab-btn {\r\n            padding: 12px 25px;\r\n            background-color: transparent;\r\n            color: #660B0A;\r\n            border: 1px solid #660B0A !important;\r\n            border: none;\r\n            cursor: pointer;\r\n            font-size: 16px;\r\n            font-weight: bold;\r\n            border-radius: 5px;\r\n            transition: all 0.3s;\r\n        }\r\n        \r\n        .tab-btn.active {\r\n            background: #660B0A;\r\n            color: white;\r\n        }\r\n        \r\n        .tab-btn:hover:not(.active) {\r\n            background-color: #660B0A;\r\n            color: #fff;\r\n        }\r\n        \r\n        .know-more-text {\r\n            display: block;\r\n            width: 100%;\r\n            padding: 12px;\r\n            color: #660B0A;\r\n            font-size: 16px;\r\n            font-weight: bold;\r\n            margin-top: 20px;\r\n            text-align: center;\r\n            cursor: pointer;\r\n            text-decoration: underline;\r\n        }\r\n        \r\n        .card-container {\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 20px;\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .new-school_card {\r\n            background: #f8f1de;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n            transition: transform 0.3s;\r\n            display: flex;\r\n            height: 100%;\r\n            text-align: left;\r\n        }\r\n        \r\n        .new-school_card:hover {\r\n            transform: translateY(-5px);\r\n        }\r\n        \r\n        .new-school_card img {\r\n            width: 35%;\r\n            height: auto;\r\n            object-fit: contain;\r\n            padding: 15px;\r\n            border-radius: 20px !important;\r\n        }\r\n        \r\n        .card-body {\r\n            padding: 20px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: left !important;\r\n            width: 65%;\r\n        }\r\n        \r\n        .card-body h4 {\r\n            font-size: 18px;\r\n            margin-bottom: 10px;\r\n            color: #660B0A;\r\n            font-weight: bold;\r\n            text-align: left !important;\r\n        }\r\n        \r\n        .card-body p {\r\n            color: #666;\r\n            margin-bottom: 15px;\r\n            font-size: 16px;\r\n            line-height: 1.5;\r\n        }\r\n        \r\n         .card-body a {\r\n            color: #fff !important;\r\n           \r\n        }\r\n        \r\n        .btn-more {\r\n            display: inline-block;\r\n            background: #660B0A;\r\n            color: white !important;\r\n            padding: 10px 20px;\r\n            border-radius: 5px;\r\n            text-decoration: none;\r\n            font-weight: bold;\r\n            transition: background 0.3s;\r\n            font-size: 14px;\r\n            text-align: center;\r\n            width: fit-content;\r\n        }\r\n        \r\n        .btn-more:hover {\r\n            background-color: transparent;\r\n            color: #660B0A !important;\r\n            border: 1px solid #660B0A;\r\n        }\r\n        \r\n        .about-section {\r\n            background: white;\r\n            padding: 25px;\r\n            border-radius: 8px;\r\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n            line-height: 1.8;\r\n        }\r\n        \r\n        .about-section p {\r\n            margin-bottom: 15px;\r\n            color: #555;\r\n        }\r\n        \r\n        @media (max-width: 968px) {\r\n            .card-container {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n            .new-school_card {\r\n                flex-direction: row;\r\n            }\r\n            \r\n            .new-school_card img {\r\n                width: 30%;\r\n                height: auto;\r\n            }\r\n        }\r\n        \r\n        @media (max-width: 768px) {\r\n            .content {\r\n                flex-direction: column;\r\n                padding: 15px;\r\n            }\r\n            \r\n            .tabs {\r\n                flex-direction: column;\r\n                gap: 10px;\r\n            }\r\n            \r\n            .new-school_card {\r\n                flex-direction: column;\r\n            }\r\n            \r\n            .new-school_card img {\r\n                width: 100%;\r\n                height: 150px;\r\n                object-fit: contain;\r\n                padding: 15px;\r\n            }\r\n            \r\n            .card-body {\r\n                width: 100%;\r\n                padding: 15px;\r\n            }\r\n            \r\n            .mobile-only {\r\n                display: block;\r\n            }\r\n            \r\n            .desktop-only {\r\n                display: none;\r\n            }\r\n            \r\n            .know-more-text {\r\n                margin-left: 0;\r\n            }\r\n        }\r\n        \r\n        @media (min-width: 769px) {\r\n            .mobile-only {\r\n                display: none;\r\n            }\r\n            \r\n            .desktop-only {\r\n                display: block;\r\n            }\r\n            \r\n            .know-more-text {\r\n                margin-left: 45%;\r\n            }\r\n        }\r\n    <\/style>\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-c2aac50 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"c2aac50\" 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-374f5f2 elementor-tabs-view-vertical elementor-widget elementor-widget-tabs\" data-id=\"374f5f2\" data-element_type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-5791\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-5791\" aria-expanded=\"false\">About<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-5792\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-5792\" aria-expanded=\"false\">Programs<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-5793\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-5793\" aria-expanded=\"false\">Faculty<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-5794\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-5794\" aria-expanded=\"false\">Staff<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-5795\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-5795\" aria-expanded=\"false\">Course Curriculum<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-5791\" aria-expanded=\"false\">About<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-5791\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-5791\" tabindex=\"0\" hidden=\"false\"><div class=\"\" style=\"color: #000;\"><p><span class=\"TextRun SCXW114044184 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW114044184 BCX0\"><span class=\"TextRun SCXW85858289 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW85858289 BCX0\">Welcome to the <\/span><span class=\"NormalTextRun SCXW85858289 BCX0\">School of Pharmacy &amp; Sciences<\/span><\/span><span class=\"EOP SCXW85858289 BCX0\" data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559738&quot;:240,&quot;335559739&quot;:240}\">\u00a0<\/span> <\/span><\/span><span class=\"EOP SCXW114044184 BCX0\" data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559738&quot;:240,&quot;335559739&quot;:240}\">\u00a0<\/span><\/p><p><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">We provide <\/span><span class=\"NormalTextRun SCXW90380899 BCX0\">cutting-edge<\/span><span class=\"NormalTextRun SCXW90380899 BCX0\"> education in the fields of <\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">pharmacy<\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">, <\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">biotechnology<\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">, <\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">pharmaceutical sciences<\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">, and <\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">healthcare innovation<\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">.<\/span><span class=\"NormalTextRun SCXW90380899 BCX0\"> Our programs are designed to prepare students for careers in <\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">pharmaceutical industries<\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">, <\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">healthcare research<\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">, and <\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">drug development<\/span><\/span><span class=\"TextRun SCXW90380899 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW90380899 BCX0\">.<\/span><\/span><span class=\"EOP SCXW90380899 BCX0\" data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559738&quot;:240,&quot;335559739&quot;:240}\">\u00a0<\/span><\/p><p><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">We offer a rigorous curriculum that covers <\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">pharmacology<\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">, <\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">medicinal chemistry<\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">, <\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">clinical pharmacy<\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">, and <\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">drug discovery<\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">. Our <\/span><span class=\"NormalTextRun SCXW92374004 BCX0\">state-of-the-art<\/span><span class=\"NormalTextRun SCXW92374004 BCX0\"> laboratories and research facilities provide students with the opportunity to engage in <\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">hands-on learning<\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\"> and contribute to pioneering research in <\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">biotechnology<\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">, <\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">pharmaceutical development<\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">, and <\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">healthcare solutions<\/span><\/span><span class=\"TextRun SCXW92374004 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW92374004 BCX0\">.<\/span><\/span><span class=\"EOP SCXW92374004 BCX0\" data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559738&quot;:240,&quot;335559739&quot;:240}\">\u00a0<\/span><\/p><p><span class=\"TextRun SCXW170913468 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW170913468 BCX0\">At the <\/span><\/span><span class=\"TextRun SCXW170913468 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW170913468 BCX0\">School of Pharmacy &amp; Sciences<\/span><\/span><span class=\"TextRun SCXW170913468 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW170913468 BCX0\">, we emphasize <\/span><\/span><span class=\"TextRun SCXW170913468 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW170913468 BCX0\">ethical practices<\/span><\/span><span class=\"TextRun SCXW170913468 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW170913468 BCX0\">, <\/span><\/span><span class=\"TextRun SCXW170913468 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW170913468 BCX0\">critical thinking<\/span><\/span><span class=\"TextRun SCXW170913468 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW170913468 BCX0\">, and <\/span><\/span><span class=\"TextRun SCXW170913468 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW170913468 BCX0\">problem-solving skills<\/span><\/span><span class=\"TextRun SCXW170913468 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW170913468 BCX0\">, ensuring that our graduates are well-equipped to face the challenges of the pharmaceutical and healthcare sectors.<\/span><\/span><span class=\"EOP SCXW170913468 BCX0\" data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559738&quot;:240,&quot;335559739&quot;:240}\">\u00a0<\/span><\/p><p><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">Graduates of the <\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">School of Pharmacy &amp; Sciences<\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\"> can pursue careers in <\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">pharmaceutical companies<\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">, <\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">research labs<\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">, <\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">healthcare management<\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">, or continue their studies in specialized fields such as <\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">pharmacology<\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">, <\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">drug regulatory affairs<\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">, or <\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">clinical research<\/span><\/span><span class=\"TextRun SCXW66290999 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"none\"><span class=\"NormalTextRun SCXW66290999 BCX0\">.<\/span><\/span><span class=\"EOP SCXW66290999 BCX0\" data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559738&quot;:240,&quot;335559739&quot;:240}\">\u00a0<\/span><span data-ccp-props=\"{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559738&quot;:240,&quot;335559739&quot;:240}\">\u00a0<\/span><\/p><\/div><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-5792\" aria-expanded=\"false\">Programs<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-5792\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-5792\" tabindex=\"0\" hidden=\"hidden\"><ul style=\"text-align: left; color: #000;\"><li>Bachelor of Pharmacy (B.Pharm)<\/li><li>Bachelor of Pharmacy (Lateral Entry)<\/li><li>Diploma in Pharmacy (D.Pharm.)<\/li><\/ul><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-5793\" aria-expanded=\"false\">Faculty<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-5793\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-5793\" tabindex=\"0\" hidden=\"hidden\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-5794\" aria-expanded=\"false\">Staff<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-5794\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-5794\" tabindex=\"0\" hidden=\"hidden\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-5795\" aria-expanded=\"false\">Course Curriculum<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-5795\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-5795\" tabindex=\"0\" hidden=\"hidden\"><h4 class=\"mt-3\">\u00a0<\/h4><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec fringilla dui vel velit aliquet, non eleifend justo condimentum.<\/p><\/div>\n\t\t\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Know more about us Know more about us Diploma Programs Undergraduate Programs Diploma in Pharmacy (D.Pharm.) Duration: 2 Years |<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-21026","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/singhaniauniversity.ac.in\/test\/wp-json\/wp\/v2\/pages\/21026","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/singhaniauniversity.ac.in\/test\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/singhaniauniversity.ac.in\/test\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/singhaniauniversity.ac.in\/test\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/singhaniauniversity.ac.in\/test\/wp-json\/wp\/v2\/comments?post=21026"}],"version-history":[{"count":33,"href":"https:\/\/singhaniauniversity.ac.in\/test\/wp-json\/wp\/v2\/pages\/21026\/revisions"}],"predecessor-version":[{"id":35509,"href":"https:\/\/singhaniauniversity.ac.in\/test\/wp-json\/wp\/v2\/pages\/21026\/revisions\/35509"}],"wp:attachment":[{"href":"https:\/\/singhaniauniversity.ac.in\/test\/wp-json\/wp\/v2\/media?parent=21026"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}