{"id":29,"date":"2025-09-17T12:09:09","date_gmt":"2025-09-17T11:09:09","guid":{"rendered":"https:\/\/manjeshpharma-in.stackstaging.com\/?page_id=29"},"modified":"2025-09-20T16:53:20","modified_gmt":"2025-09-20T15:53:20","slug":"about","status":"publish","type":"page","link":"https:\/\/manjeshpharma.in\/index.php\/about\/","title":{"rendered":"about"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"29\" class=\"elementor elementor-29\">\n\t\t\t\t<div class=\"elementor-element elementor-element-431bebd e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"431bebd\" 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-4ff6e8c elementor-widget elementor-widget-html\" data-id=\"4ff6e8c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Manjesh Pharma Milestones<\/title>\r\n    <style>\r\n        \/* Base styles *\/\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n        }\r\n        \r\n        body {\r\n            background-color: #f8f9fa;\r\n            color: #333;\r\n            line-height: 1.6;\r\n            padding: 20px;\r\n        }\r\n        \r\n        .milestones-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 40px 20px;\r\n        }\r\n        \r\n        .milestones-title {\r\n            text-align: center;\r\n            font-size: 2.5rem;\r\n            margin-bottom: 50px;\r\n            color: #2c3e50;\r\n            position: relative;\r\n        }\r\n        \r\n        .milestones-title::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -15px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 80px;\r\n            height: 4px;\r\n            background-color: #3498db;\r\n        }\r\n        \r\n        \/* Timeline styles *\/\r\n        .timeline {\r\n            position: relative;\r\n            padding: 30px 0;\r\n        }\r\n        \r\n        \/* Timeline center line *\/\r\n        .timeline::before {\r\n            content: '';\r\n            position: absolute;\r\n            left: 50%;\r\n            top: 0;\r\n            width: 4px;\r\n            height: 100%;\r\n            background: #3498db;\r\n            transform: translateX(-50%);\r\n        }\r\n        \r\n        \/* Timeline items *\/\r\n        .timeline-item {\r\n            display: flex;\r\n            margin-bottom: 50px;\r\n            position: relative;\r\n            width: 100%;\r\n        }\r\n        \r\n        .timeline-item:nth-child(even) {\r\n            justify-content: flex-start;\r\n        }\r\n        \r\n        .timeline-item:nth-child(odd) {\r\n            justify-content: flex-end;\r\n        }\r\n        \r\n        .timeline-content {\r\n            background: white;\r\n            border-radius: 8px;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n            padding: 25px;\r\n            width: 40%;\r\n            position: relative;\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n        }\r\n        \r\n        .timeline-content:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\r\n        }\r\n        \r\n        .year {\r\n            position: absolute;\r\n            top: -25px;\r\n            font-size: 1.5rem;\r\n            font-weight: bold;\r\n            color: #3498db;\r\n            background: white;\r\n            padding: 5px 15px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);\r\n        }\r\n        \r\n        .timeline-item:nth-child(odd) .year {\r\n            right: -70px;\r\n        }\r\n        \r\n        .timeline-item:nth-child(even) .year {\r\n            left: -70px;\r\n        }\r\n        \r\n        .timeline-content p {\r\n            margin: 0;\r\n            color: #555;\r\n            font-size: 1.05rem;\r\n        }\r\n        \r\n        \/* Dots on the timeline *\/\r\n        .timeline-item::after {\r\n            content: '';\r\n            position: absolute;\r\n            width: 20px;\r\n            height: 20px;\r\n            background: #3498db;\r\n            border: 4px solid white;\r\n            border-radius: 50%;\r\n            top: 20px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            box-shadow: 0 0 0 3px #3498db;\r\n        }\r\n        \r\n        \/* Mobile responsiveness *\/\r\n        @media (max-width: 768px) {\r\n            .timeline::before {\r\n                left: 30px;\r\n            }\r\n            \r\n            .timeline-item {\r\n                justify-content: flex-start !important;\r\n                margin-left: 60px;\r\n            }\r\n            \r\n            .timeline-content {\r\n                width: 85%;\r\n            }\r\n            \r\n            .year {\r\n                left: -95px !important;\r\n                right: auto !important;\r\n            }\r\n            \r\n            .timeline-item::after {\r\n                left: 30px;\r\n            }\r\n        }\r\n        \r\n        @media (max-width: 480px) {\r\n            .milestones-title {\r\n                font-size: 2rem;\r\n            }\r\n            \r\n            .timeline-content {\r\n                width: 90%;\r\n                padding: 20px;\r\n            }\r\n            \r\n            .year {\r\n                font-size: 1.2rem;\r\n                left: -80px !important;\r\n                padding: 3px 12px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"milestones-container\">\r\n        <h1 class=\"milestones-title\">Milestones<\/h1>\r\n        \r\n        <div class=\"timeline\">\r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-content\">\r\n                    <span class=\"year\">2002<\/span>\r\n                    <p>Manjesh Pharma was Co-founded in 2002 under the guidance of Dr Arun gautam & Mrs Vidushi Dayal <\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-content\">\r\n                    <span class=\"year\">2007<\/span>\r\n                    <p>New state launch in Delhi<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-content\">\r\n                    <span class=\"year\">2014<\/span>\r\n                    <p>Launched Gastro division<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-content\">\r\n                    <span class=\"year\">2025<\/span>\r\n                    <p>The company operated 100+ headquarters spread across 6 states in India<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-content\">\r\n                    <span class=\"year\">2030<\/span>\r\n                    <p>Combined workforce of 1000+ across all headquarters<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"timeline-item\">\r\n                <div class=\"timeline-content\">\r\n                    <span class=\"year\">2040<\/span>\r\n                    <p>Registered a turnover of Rs 15+ Crores<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-905435f elementor-widget elementor-widget-html\" data-id=\"905435f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Our Goals<\/title>\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n  <style>\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n    }\r\n\r\n    body {\r\n      background-color: #f8f9fa;\r\n      color: #333;\r\n      line-height: 1.6;\r\n      padding: 20px;\r\n    }\r\n\r\n    .goals-container {\r\n      max-width: 1200px;\r\n      margin: 0 auto;\r\n      padding: 40px 20px;\r\n    }\r\n\r\n    .section-title {\r\n      text-align: center;\r\n      margin-bottom: 50px;\r\n      position: relative;\r\n    }\r\n\r\n    .section-title h2 {\r\n      font-size: 2.8rem;\r\n      color: #2c3e50;\r\n      text-transform: uppercase;\r\n      letter-spacing: 3px;\r\n    }\r\n\r\n    .section-title h2 span {\r\n      color: #3498db;\r\n    }\r\n\r\n    .section-title::after {\r\n      content: '';\r\n      position: absolute;\r\n      bottom: -15px;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      width: 80px;\r\n      height: 4px;\r\n      background-color: #3498db;\r\n    }\r\n\r\n    \/* Fixed Responsive Grid *\/\r\n    .goals-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n      gap: 30px;\r\n    }\r\n\r\n    .goal-item {\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 30px;\r\n      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\r\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n      text-align: center;\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: center;\r\n    }\r\n\r\n    .goal-item:hover {\r\n      transform: translateY(-10px);\r\n      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);\r\n    }\r\n\r\n    .goal-icon {\r\n      width: 80px;\r\n      height: 80px;\r\n      background: #3498db;\r\n      border-radius: 50%;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      margin-bottom: 20px;\r\n      color: white;\r\n      font-size: 2rem;\r\n    }\r\n\r\n    .goal-title {\r\n      font-size: 1.5rem;\r\n      margin-bottom: 15px;\r\n      color: #2c3e50;\r\n      font-weight: 600;\r\n    }\r\n\r\n    .goal-text {\r\n      color: #555;\r\n      font-size: 1.05rem;\r\n    }\r\n\r\n    \/* Mobile typography tweaks *\/\r\n    @media (max-width: 480px) {\r\n      .goal-item {\r\n        padding: 20px;\r\n      }\r\n      .goal-icon {\r\n        width: 70px;\r\n        height: 70px;\r\n        font-size: 1.7rem;\r\n      }\r\n      .goal-title {\r\n        font-size: 1.3rem;\r\n      }\r\n      .section-title h2 {\r\n        font-size: 1.8rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"goals-container\">\r\n    <div class=\"section-title\">\r\n      <h2>OUR <span>GOALS<\/span><\/h2>\r\n    <\/div>\r\n\r\n    <div class=\"goals-grid\">\r\n      <div class=\"goal-item\">\r\n        <div class=\"goal-icon\"><i class=\"fas fa-rocket\"><\/i><\/div>\r\n        <h3 class=\"goal-title\">Expansion<\/h3>\r\n        <p class=\"goal-text\">1000+ headquarters by 2030<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"goal-item\">\r\n        <div class=\"goal-icon\"><i class=\"fas fa-users\"><\/i><\/div>\r\n        <h3 class=\"goal-title\">Specialization<\/h3>\r\n        <p class=\"goal-text\">Branching out to major specialties like Mental Health, Gastrology, ENT, Orthopedics, etc.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"goal-item\">\r\n        <div class=\"goal-icon\"><i class=\"fas fa-chart-line\"><\/i><\/div>\r\n        <h3 class=\"goal-title\">Brand Growth<\/h3>\r\n        <p class=\"goal-text\">Boost brand awareness to achieve a distinguished status<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"goal-item\">\r\n        <div class=\"goal-icon\"><i class=\"fas fa-hand-holding-heart\"><\/i><\/div>\r\n        <h3 class=\"goal-title\">Global Vision<\/h3>\r\n        <p class=\"goal-text\">Integrating vertical manufacturing processes and commencing international export marketing.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af91325 elementor-widget elementor-widget-html\" data-id=\"af91325\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.css\">\r\n<style>\r\n  \/* Map container fits Elementor section *\/\r\n  .elementor .india-map-wrap {\r\n    width: 100%;\r\n    max-width: 1200px;  \/* keeps map centered in wide screens *\/\r\n    margin: 0 auto;\r\n    padding: 20px 0;\r\n  }\r\n\r\n  #india-map {\r\n    width: 100%;\r\n    min-height: 400px; \/* adjust for responsiveness *\/\r\n    height: 50vh;\r\n    border-radius: 12px; \/* smooth look like Elementor cards *\/\r\n    overflow: hidden;\r\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\r\n  }\r\n\r\n  \/* Blinking red pin *\/\r\n  .blink-pin {\r\n    width: 24px; height: 24px;\r\n    background: url('https:\/\/cdn-icons-png.flaticon.com\/512\/684\/684908.png') no-repeat center center;\r\n    background-size: contain;\r\n    animation: blinkAnim 1s infinite;\r\n  }\r\n  @keyframes blinkAnim {\r\n    0%, 100% { opacity: 1; }\r\n    50% { opacity: 0.3; }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"india-map-wrap\">\r\n  <div id=\"india-map\"><\/div>\r\n<\/div>\r\n\r\n<script src=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.js\"><\/script>\r\n<script>\r\n(function(){\r\n  const map = L.map('india-map').setView([22.0, 79.0], 5);\r\n  L.tileLayer('https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png', {\r\n    maxZoom: 12, attribution: '&copy; OpenStreetMap'\r\n  }).addTo(map);\r\n\r\n  function blinkIcon() {\r\n    return L.divIcon({\r\n      className: 'blink-pin',\r\n      iconSize: [24,24],\r\n      iconAnchor: [12,24]\r\n    });\r\n  }\r\n\r\n  \/\/ Example: only Delhi, UP, Haryana\r\n  const capitals = [\r\n    {name:'New Delhi (Delhi)', lat:28.6139, lon:77.2090},\r\n    {name:'Lucknow (Uttar Pradesh)', lat:26.8467, lon:80.9462},\r\n    {name:'Chandigarh (Haryana)', lat:30.733, lon:76.779}\r\n  ];\r\n\r\n  capitals.forEach(c => {\r\n    L.marker([c.lat, c.lon], {icon: blinkIcon()})\r\n      .addTo(map)\r\n      .bindTooltip(c.name, {permanent:false, direction:'top'});\r\n  });\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ecdda53 elementor-widget elementor-widget-html\" data-id=\"ecdda53\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ====== Responsive Footer Section ====== -->\r\n<style>\r\n.footer {\r\n  background: #062b57;\r\n  color: #fff;\r\n  padding: 40px 20px 20px;\r\n  font-family: Arial, sans-serif;\r\n}\r\n\r\n.footer-container {\r\n  display: grid;\r\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\r\n  gap: 30px;\r\n  max-width: 1200px;\r\n  margin: auto;\r\n}\r\n\r\n.footer h4 {\r\n  margin-bottom: 15px;\r\n  font-size: 18px;\r\n  border-bottom: 2px solid red;\r\n  display: inline-block;\r\n  padding-bottom: 5px;\r\n}\r\n\r\n.footer ul {\r\n  list-style: none;\r\n  padding: 0;\r\n}\r\n\r\n.footer ul li {\r\n  margin-bottom: 10px;\r\n}\r\n\r\n.footer ul li a {\r\n  text-decoration: none;\r\n  color: #fff;\r\n  transition: 0.3s;\r\n}\r\n\r\n.footer ul li a:hover {\r\n  color: #ff0000;\r\n}\r\n\r\n.footer .social-icons a {\r\n  display: inline-block;\r\n  margin-right: 10px;\r\n  color: #fff;\r\n  font-size: 20px;\r\n  transition: 0.3s;\r\n}\r\n\r\n.footer .social-icons a:hover {\r\n  color: #ff0000;\r\n}\r\n\r\n.footer .support p {\r\n  margin: 5px 0;\r\n}\r\n\r\n.footer-bottom {\r\n  text-align: center;\r\n  background: #031a36;\r\n  padding: 15px;\r\n  margin-top: 20px;\r\n  font-size: 14px;\r\n}\r\n\r\n.footer-bottom a {\r\n  color: #fff;\r\n  text-decoration: none;\r\n  margin: 0 8px;\r\n}\r\n\r\n.footer-bottom a:hover {\r\n  color: #ff0000;\r\n}\r\n<\/style>\r\n\r\n<footer class=\"footer\">\r\n  <div class=\"footer-container\">\r\n\r\n    <!-- Menu -->\r\n    <div>\r\n      <h4>Menu<\/h4>\r\n      <ul>\r\n        <li><a href=\"#\">\u2605 Home<\/a><\/li>\r\n        <li><a href=\"#\">\u2605 About Us<\/a><\/li>\r\n        <li><a href=\"#\">\u2605 Products<\/a><\/li>\r\n        <li><a href=\"#\">\u2605 Contact Us<\/a><\/li>\r\n      <\/ul>\r\n    <\/div>\r\n\r\n    <!-- Social -->\r\n    <div>\r\n      <h4>Follow Us<\/h4>\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\r\n        <a href=\"#\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\r\n        <a href=\"#\"><i class=\"fab fa-twitter\"><\/i><\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Support -->\r\n    <div>\r\n      <h4>Support<\/h4>\r\n      <div class=\"support\">\r\n        <p><b>Email:<\/b> -info@manjeshpharma123@gmail.com<\/p>\r\n        <p><b>Phone:<\/b><br> +91 9718091789<br> +91 9718091789<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Login -->\r\n    <div>\r\n      <h4>Login Here<\/h4>\r\n      <ul>\r\n        <li><a href=\"#\">\u2605 Member<\/a><\/li>\r\n        <li><a href=\"#\">\u2605 Admin<\/a><\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Bottom Bar -->\r\n  <div class=\"footer-bottom\">\r\n    <p>\r\n      Copyright \u00a9 2025 Manjesh Pharma  Alrights Reserved [Powered By Lazara Web] <br><a \r\n      <a href=\"#\">Security Practices<\/a> |\r\n      <a href=\"#\">Privacy Policy<\/a> |\r\n      <a href=\"#\">Terms & Conditions<\/a>\r\n    <\/p>\r\n  <\/div>\r\n<\/footer>\r\n\r\n<!-- FontAwesome for Icons -->\r\n<script src=\"https:\/\/kit.fontawesome.com\/2d9b67a497.js\" crossorigin=\"anonymous\"><\/script>\r\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>Manjesh Pharma Milestones Milestones 2002 Manjesh Pharma was Co-founded in 2002 under the guidance of Dr Arun gautam &#038; Mrs Vidushi Dayal 2007 New state launch in Delhi 2014 Launched Gastro division 2025 The company operated 100+ headquarters spread across 6 states in India 2030 Combined workforce of 1000+ across all headquarters 2040 Registered a turnover of Rs 15+ Crores Our Goals OUR GOALS Expansion 1000+ headquarters by 2030 Specialization Branching out to major specialties like Mental Health, Gastrology, ENT, Orthopedics, etc. Brand Growth Boost brand awareness to achieve a distinguished status Global Vision Integrating vertical manufacturing processes and commencing international export marketing. Menu \u2605 Home \u2605 About Us \u2605 Products \u2605 Contact Us Follow Us Support Email: -info@manjeshpharma123@gmail.com Phone: +91 9718091789 +91 9718091789 Login Here \u2605 Member \u2605 Admin Copyright \u00a9 2025 Manjesh Pharma Alrights Reserved [Powered By Lazara Web]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-29","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>about -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/manjeshpharma.in\/index.php\/about\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"about -\" \/>\n<meta property=\"og:description\" content=\"Manjesh Pharma Milestones Milestones 2002 Manjesh Pharma was Co-founded in 2002 under the guidance of Dr Arun gautam &#038; Mrs Vidushi Dayal 2007 New state launch in Delhi 2014 Launched Gastro division 2025 The company operated 100+ headquarters spread across 6 states in India 2030 Combined workforce of 1000+ across all headquarters 2040 Registered a turnover of Rs 15+ Crores Our Goals OUR GOALS Expansion 1000+ headquarters by 2030 Specialization Branching out to major specialties like Mental Health, Gastrology, ENT, Orthopedics, etc. Brand Growth Boost brand awareness to achieve a distinguished status Global Vision Integrating vertical manufacturing processes and commencing international export marketing. Menu \u2605 Home \u2605 About Us \u2605 Products \u2605 Contact Us Follow Us Support Email: -info@manjeshpharma123@gmail.com Phone: +91 9718091789 +91 9718091789 Login Here \u2605 Member \u2605 Admin Copyright \u00a9 2025 Manjesh Pharma Alrights Reserved [Powered By Lazara Web]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/manjeshpharma.in\/index.php\/about\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-20T15:53:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/manjeshpharma.in\/index.php\/about\/\",\"url\":\"https:\/\/manjeshpharma.in\/index.php\/about\/\",\"name\":\"about -\",\"isPartOf\":{\"@id\":\"https:\/\/manjeshpharma.in\/#website\"},\"datePublished\":\"2025-09-17T11:09:09+00:00\",\"dateModified\":\"2025-09-20T15:53:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/manjeshpharma.in\/index.php\/about\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/manjeshpharma.in\/index.php\/about\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/manjeshpharma.in\/index.php\/about\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/manjeshpharma.in\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"about\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/manjeshpharma.in\/#website\",\"url\":\"https:\/\/manjeshpharma.in\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/manjeshpharma.in\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"about -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/manjeshpharma.in\/index.php\/about\/","og_locale":"en_GB","og_type":"article","og_title":"about -","og_description":"Manjesh Pharma Milestones Milestones 2002 Manjesh Pharma was Co-founded in 2002 under the guidance of Dr Arun gautam &#038; Mrs Vidushi Dayal 2007 New state launch in Delhi 2014 Launched Gastro division 2025 The company operated 100+ headquarters spread across 6 states in India 2030 Combined workforce of 1000+ across all headquarters 2040 Registered a turnover of Rs 15+ Crores Our Goals OUR GOALS Expansion 1000+ headquarters by 2030 Specialization Branching out to major specialties like Mental Health, Gastrology, ENT, Orthopedics, etc. Brand Growth Boost brand awareness to achieve a distinguished status Global Vision Integrating vertical manufacturing processes and commencing international export marketing. Menu \u2605 Home \u2605 About Us \u2605 Products \u2605 Contact Us Follow Us Support Email: -info@manjeshpharma123@gmail.com Phone: +91 9718091789 +91 9718091789 Login Here \u2605 Member \u2605 Admin Copyright \u00a9 2025 Manjesh Pharma Alrights Reserved [Powered By Lazara Web]","og_url":"https:\/\/manjeshpharma.in\/index.php\/about\/","article_modified_time":"2025-09-20T15:53:20+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/manjeshpharma.in\/index.php\/about\/","url":"https:\/\/manjeshpharma.in\/index.php\/about\/","name":"about -","isPartOf":{"@id":"https:\/\/manjeshpharma.in\/#website"},"datePublished":"2025-09-17T11:09:09+00:00","dateModified":"2025-09-20T15:53:20+00:00","breadcrumb":{"@id":"https:\/\/manjeshpharma.in\/index.php\/about\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/manjeshpharma.in\/index.php\/about\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/manjeshpharma.in\/index.php\/about\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/manjeshpharma.in\/"},{"@type":"ListItem","position":2,"name":"about"}]},{"@type":"WebSite","@id":"https:\/\/manjeshpharma.in\/#website","url":"https:\/\/manjeshpharma.in\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/manjeshpharma.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/manjeshpharma.in\/index.php\/wp-json\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/manjeshpharma.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/manjeshpharma.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/manjeshpharma.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/manjeshpharma.in\/index.php\/wp-json\/wp\/v2\/comments?post=29"}],"version-history":[{"count":22,"href":"https:\/\/manjeshpharma.in\/index.php\/wp-json\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":232,"href":"https:\/\/manjeshpharma.in\/index.php\/wp-json\/wp\/v2\/pages\/29\/revisions\/232"}],"wp:attachment":[{"href":"https:\/\/manjeshpharma.in\/index.php\/wp-json\/wp\/v2\/media?parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}