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 } }); });
Showing all 8 results
A PGPR – controls plant parasitic nematodes like root-knot nematode, cyst nematode, etc. along with…
A Bio-insecticide – controls banana weevil, white fly, thrips etc.
A Bio-insecticide - control of locusts, termites, root weevils, etc
A Bio-nematicide used for control of various phytophagus nematodes like root knot nematode, burrowing nematode,…
A Bio-fungicide – enhances of seed germination, flowering, and yield quality.
A Microbial consortia - controls various plant fungal and bacterial pathogens.
A Kairomone based trap – controls fruit fly.
An Insect trap – controls whiteflies, aphids, leaf miner and leafhopper.