document.addEventListener('DOMContentLoaded', function () {
  const fixedHeader = document.querySelector('.fixed-header'); // Fixed header class
  const stickyHeader = document.querySelector('.sticky-header'); // Sticky header class

  window.addEventListener('scroll', function () {
    const fixedHeaderHeight = fixedHeader.offsetHeight;

    if (window.scrollY > fixedHeaderHeight) {
      stickyHeader.style.display = 'flex'; // Show sticky header
    } else {
      stickyHeader.style.display = 'none'; // Hide sticky header
    }
  });
});

				
			

Capsnema

Product Category           : Bio-Control

Product Sub-Category   : Bio-Nematode Control

Dosage                               : 2 kg per acre/ 2 litre per acre

About                                 :

  • Kawach having potential range of activity to overcome the plant parasitic nematode infestation
  • Plant–Paecilomyces interaction improves plant health through improved crop outlook and yield features
  • Protective biotic method to safeguard the plant root system
  • Easy to use formula

A Bio-nematicide used for control of various phytophagus nematodes like root knot nematode, burrowing nematode, etc.

 

Reviews

There are no reviews yet.

Be the first to review “Capsnema”

Your email address will not be published. Required fields are marked *