evacaps.in Open in urlscan Pro
2606:4700:3034::6815:2810  Public Scan

Submitted URL: http://evacaps.in/
Effective URL: https://evacaps.in/
Submission: On April 20 via api from BE — Scanned from DE

Form analysis 5 forms found in the DOM

GET /products

<form action="/products" method="get">
  <input type="text" name="service_name" class="top-search" placeholder="Search Product"> <input class="top-search-button" type="submit" name="Search" value="Search">
</form>

POST

<form method="post" onsubmit="return submitContact3(event)">
  <div class="input-icons">
    <div class="form-group position-relative">
      <input type="text" class="form-control input-text" id="name" name="name" placeholder="Name" required="">
    </div>
    <div class="form-group position-relative">
      <input type="text" class="form-control input-text" id="companyname" name="companyname" placeholder="Company Name" required="">
    </div>
    <div class="form-group position-relative">
      <input type="text" class="form-control input-text" id="email" name="email" placeholder="Email" required="">
    </div>
    <div class="form-group position-relative">
      <input type="text" class="form-control input-text" id="phone" name="phone" placeholder="Phone" required="">
    </div>
    <div class="form-group position-relative">
      <input type="text" class="form-control input-text" id="city" name="city" placeholder="City" required="">
    </div>
    <div class="form-group position-relative">
      <input type="text" class="form-control input-text" id="district" name="district" placeholder="District" required="">
    </div>
    <div class="form-group position-relative">
      <input type="text" class="form-control input-text" id="state" name="state" placeholder="State" required="">
    </div>
    <div class="form-group position-relative">
      <input type="text" class="form-control input-text" id="subject" name="subject" placeholder="Subject" required="">
    </div>
    <div class="form-group form-margin-bottom position-relative">
      <textarea id="message" name="message" placeholder="Message" style="height:100px;" class="form-control input-text" required=""></textarea>
    </div>
  </div>
  <div class="banner-btn discover-btn-banner">
    <button type="submit" class="form-btn">SEND ENQUIRY </button>
  </div>
</form>

POST https://evacaps.in/login

<form class="bravo-form-login" method="POST" action="https://evacaps.in/login">
  <input type="hidden" name="_token" value="sCUWO90alHzMBu7mquY6XGB8hpsOEufh2acWRQIt">
  <div class="form-group">
    <input type="text" class="form-control" name="email" autocomplete="off" placeholder="Email address">
    <i class="input-icon icofont-mail"></i>
    <span class="invalid-feedback error error-email"></span>
  </div>
  <div class="form-group">
    <input type="password" class="form-control" name="password" autocomplete="off" placeholder="Password">
    <i class="input-icon icofont-ui-password"></i>
    <span class="invalid-feedback error error-password"></span>
  </div>
  <div class="form-group">
    <div class="d-flex justify-content-between">
      <label for="remember-me" class="mb0">
        <input type="checkbox" name="remember" id="remember-me" value="1"> Remember me <span class="checkmark fcheckbox"></span>
      </label>
      <a href="https://evacaps.in/password/reset">Forgot Password?</a>
    </div>
  </div>
  <div class="error message-error invalid-feedback"></div>
  <div class="form-group">
    <button class="btn btn-primary form-submit" type="submit"> Login <span class="spinner-grow spinner-grow-sm icon-loading" role="status" aria-hidden="true"></span>
    </button>
  </div>
  <div class="c-grey font-medium f14 text-center"> Do not have an account? <a href="" data-target="#register" data-toggle="modal">Sign Up</a>
  </div>
</form>

POST

<form class="form bravo-form-register" method="post">
  <input type="hidden" name="_token" value="sCUWO90alHzMBu7mquY6XGB8hpsOEufh2acWRQIt">
  <div class="row">
    <div class="col-lg-6 col-md-12">
      <div class="form-group">
        <input type="text" class="form-control" name="first_name" autocomplete="off" placeholder="First Name">
        <i class="input-icon field-icon icofont-waiter-alt"></i>
        <span class="invalid-feedback error error-first_name"></span>
      </div>
    </div>
    <div class="col-lg-6 col-md-12">
      <div class="form-group">
        <input type="text" class="form-control" name="last_name" autocomplete="off" placeholder="Last Name">
        <i class="input-icon field-icon icofont-waiter-alt"></i>
        <span class="invalid-feedback error error-last_name"></span>
      </div>
    </div>
  </div>
  <div class="form-group">
    <input type="text" class="form-control" name="phone" autocomplete="off" placeholder="Phone">
    <i class="input-icon field-icon icofont-ui-touch-phone"></i>
    <span class="invalid-feedback error error-phone"></span>
  </div>
  <div class="form-group">
    <input type="email" class="form-control" name="email" autocomplete="off" placeholder="Email address">
    <i class="input-icon field-icon icofont-mail"></i>
    <span class="invalid-feedback error error-email"></span>
  </div>
  <div class="form-group">
    <input type="password" class="form-control" name="password" autocomplete="off" placeholder="Password">
    <i class="input-icon field-icon icofont-ui-password"></i>
    <span class="invalid-feedback error error-password"></span>
  </div>
  <div class="form-group">
    <label for="term">
      <input id="term" type="checkbox" name="term" class="mr5"> I have read and accept the <a href="" target="_blank">Terms and Privacy Policy</a>
      <span class="checkmark fcheckbox"></span>
    </label>
    <div><span class="invalid-feedback error error-term"></span></div>
  </div>
  <div class="error message-error invalid-feedback"></div>
  <div class="form-group">
    <button type="submit" class="btn btn-primary form-submit"> Sign Up <span class="spinner-grow spinner-grow-sm icon-loading" role="status" aria-hidden="true"></span>
    </button>
  </div>
  <div class="c-grey f14 text-center"> Already have an account? <a href="#" data-target="#login" data-toggle="modal">Log In</a>
  </div>
</form>

<form>
  <div class="row">
    <div class="col-md-6">
      <input type="text" name="name" style="margin-bottom:10px;" placeholder="Enter Your Name" class="form-control">
    </div>
    <div class="col-md-6">
      <input type="email" name="email" style="margin-bottom:10px;" placeholder="Enter Your Email" class="form-control">
    </div>
    <div class="col-md-6">
      <input type="text" name="phone" placeholder="Enter Phone Number" class="form-control">
    </div>
    <div class="col-md-6">
      <button class="button">Submit</button>
    </div>
  </div>
</form>

Text Content

07876695130
0


NOTIFICATIONS (0)

Mark all as read

View More

Sign in or Register
 * Login
 * Sign Up

 * Home
 * About us
 * Products
 * Our Divisions
   * Hard Gelatin Capsules
   * Primary Packaging
 * Certificates
 * Contact Us


HOME

Home > About Us



WELCOME TO EVA GROW

Eva Grow Medicaps Private Limited Manufactures Empty Hard Gelatin Capsules for
the Indian as well as global market of various varieties. Benefiting from the
modern facility which is GMP & GLP certified abiding with the current
pharmaceutical norms regulated by a state of the art HVAC system and Clean Room
environment located in Baddi, India. Our business concept is to provide
innovative products with highest quality to meet the needs of our eminent
Pharmaceutical and Nutracutical clients.




EVA GROW ADVANTAGE

Eva Grow Medicaps Private Limited Manufactures Empty Hard Gelatin Capsules for
the Indian as well as global market of various varieties. Benefiting from the
modern facility which is GMP & GLP certified abiding with the current
pharmaceutical norms regulated by a state of the art HVAC system and Clean Room
environment located in Baddi, India.

 * QUALITY PRODUCT
 * COMPETITIVE PRICING
 * INNOVATION DRIVEN
 * Diverse Range of Products
 * 40+ Satisfied Customer
 * INNOVATION DRIVEN


WE OFFER YOU THE BEST SUPPORT

MARKETING STRATEGY



The team has a passion for making sure that wedeliver consistent, high-quality
product. This includes helping ensure customer needs are clearly identified and
met



ORGANIZATION



We as an organization make sure that we deliver high quality product and also
the best service is provided to our customer. We implement the latest technology
as well as conform to the latest standard so as to maintain the highest quality
standard.



QUALITY



Quality Service Division has expert knowledge of all aspects of Quality System
development and deployment. We proactively track supplier on-time delivery,
quality, and service performance to mitigate service disruptions or
non-conformance for our customers.



RISK ANALYSIS



We continuously monitor the market trends and analyse any risk and changes
happening in the industry. We proactively try to stay ahead of any situation and
meet our client expectations.






QUALITY ASSURANCE

 * We produces high quality capsules using the most advanced equipment and
   technology.
 * Clean room GMP facilities with High Precision Machineries.
 * We source the highest quality ingredients across our entire range.
 * State of Art Laboratories for testing raw materials and processes.
 * 100% of capsules are subject to camera inspection using advanced Visual Cap
   Cams.




OUR ESTEEMED CLIENTS



© Copyrights 2023 Eva Grow. All Rights Reserved.



© Copyrights 2024 All Rights Reserved



SEND ENQUIRY NOW!

×
SEND ENQUIRY
PLACE A QUERY

LOG IN

Remember me Forgot Password?

Login
Do not have an account? Sign Up

SIGN UP

I have read and accept the Terms and Privacy Policy


Sign Up
Already have an account? Log In

CALL US NOW

×


MAKING A CALL IS ALWAYS BETTER THAN WASTING MONTHS IN TICKET RESEARCH


CALL US TOLL-FREE: 1-833-422-7770


CALL ONLY DEALS: SAVE UP TO $350 OR
USE CODE FFUIK50 TO SAVE $50

Please enter your US contact number

Submit