CINXE.COM

Central Drug Testing Laboratories

<!DOCTYPE html> <html> <head> <!DOCTYPE html> <html lang="en"> <title>Central Drug Testing Laboratories</title> <meta charset="UTF-8"> <meta name="description" content="{{description}}"> <meta name="keywords" content="CDSCO, National Regulatory Authority"> <link rel="author" href="https://cdsco.gov.in/opencms/opencms/en/Home/" /> <meta name="description" content="he Central Drugs Standard Control Organisation(CDSCO)under Directorate General of Health Services,Ministry of Health & Family Welfare,Government of India is the National Regulatory Authority (NRA) of India."> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/jquery-3.7.1.min.js"></script> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/animate.min.css" /> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/owl.theme.css" /> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/owl.carousel.css" /> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/jquery-ui.css" /> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/owl.carousel.min.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/wow.min.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/bootstrap.bundle.min.js"></script> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/home.css" /> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/mobile.css" /> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/owl.carousel.min.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/html5shiv.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/respond.min.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/jquery.smartmenus.min.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/jquery.smartmenus.bootstrap.min.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/jquery.fittext.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/footable.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/footable.sort.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/footable.paginate.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/footable.filter.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/dataTables.responsive.min.js"></script> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/footable.core.css"> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/dataTables.bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/jquery.smartmenus.bootstrap.css"> <link rel="stylesheet" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/select2.css" /> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/select2.min.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/sweetalert.min.js"></script> <link rel="stylesheet" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/sweetalert.css" /> <link rel="stylesheet" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/bootstrapValidator.css" /> <link rel="stylesheet" type="text/css" href="/opencms/export/system/modules/CDSCO.WEB/resources/css/datepicker3.css" /> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/bootstrap-datepicker.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/bootstrapValidator.js"></script> <script type="text/javascript" src="/opencms/export/system/modules/CDSCO.WEB/resources/js/jquery-ui.min.js"></script> <script> $(function() { var dt = new Date(); var time = dt.toDateString() + " , " + dt.getHours() + ":" + dt.getMinutes() + ":" + dt.getSeconds(); $("#date").text(time); $(".dropdown").hover(function() { $('.dropdown-menu', this).stop(true, true).fadeIn("fast"); $(this).toggleClass('open'); $('b', this).toggleClass("caret caret-up"); }, function() { $('.dropdown-menu', this).stop(true, true).fadeOut("fast"); $(this).toggleClass('open'); $('b', this).toggleClass("caret caret-up"); }); $('#drug_control').click(function() { alert('The link leads you to an external website'); }); }); </script> <script > $(window).scroll(function(){ var menu = $('.menu'), scroll = $(window).scrollTop(); if (scroll >= 100) menu.addClass('fixed'); else menu.removeClass('fixed'); }); </script> <script > !function ($) { // Le left-menu sign /* for older jquery version $('#left ul.nav li.parent > a > span.sign').click(function () { $(this).find('i:first').toggleClass("icon-minus"); }); */ $(document).on("click","#left ul.nav li.parent > a > span.sign", function(){ $(this).find('i:first').toggleClass("icon-minus"); }); // Open Le current menu $("#left ul.nav li.parent.active > a > span.sign").find('i:first').addClass("icon-minus"); $("#left ul.nav li.current").parents('ul.children').addClass("in"); }(window.jQuery);</script> <script> $(document).ready(function() { $('#event_start_date').datepicker({ format: "MM/dd/yyyy", endDate: "+3y", autoclose:true }); $('#event_end_date').datepicker({ format: "MM/dd/yyyy", endDate: "+3y", autoclose:true }); $('#industry_end_date').datepicker({ format: "MM/dd/yyyy", endDate: "+3y", autoclose:true }); $('#industry_start_date').datepicker({ format: "MM/dd/yyyy", endDate: "+3y", autoclose:true }); }); </script> <script> $(function() { $(".header_text h4").fitText(2.4, { minFontSize : '10px', maxFontSize : '18px' }); $(".header_text h5").fitText(2.4, { minFontSize : '10px', maxFontSize : '16px' }); $(".main_div1 h2").fitText(2.4, { minFontSize : '20px', maxFontSize : '25px' }); /* $(".main_div p").fitText(2.4, { minFontSize : '17px', maxFontSize : '17px' }); */ var curr_size; $(".desc").click(function() { curr_size = parseInt($('.main_div1 ').css('font-size')) - 1; curr_h2 = parseInt($('.main_div1 h2').css('font-size')) - 2; curr_h3 = parseInt($('.main_div1 h3').css('font-size')) - 2; curr_h4 = parseInt($('.main_div1 h4').css('font-size')) - 2; curr_h5 = parseInt($('.main_div1 h5').css('font-size')) - 2; curr_p = parseInt($('.main_div1 p').css('font-size')) - 2; curr_td = parseInt($('.main_div1 td').css('font-size')) - 2; curr_a= parseInt($('.main_div1 a').css('font-size')) - 2; curr_li= parseInt($('.main_div1 li').css('font-size')) - 2; curr_h5= parseInt($('.main_div1 h5').css('font-size')) - 2; if (curr_size >= 10) { $('.main_div1').css('font-size', curr_size); } if (curr_h3 >= 16) { $('.main_div1 h3').css('font-size', curr_h3); } if (curr_h4 >= 12) { $('.main_div1 h4').css('font-size', curr_h4); } if (curr_h2 >= 20) { $('.main_div1 h2').css('font-size', curr_h2); } if (curr_h5 >= 12) { $('.main_div1 h5').css('font-size', curr_h5); } if (curr_p >= 12) { $('.main_div1 p').css('font-size', curr_p); } if (curr_td >= 12) { $('.main_div1 td').css('font-size', curr_td); } if (curr_a >= 12) { $('.main_div1 a').css('font-size', curr_a); } if (curr_li >= 12) { $('.main_div1 li').css('font-size', curr_li); } }); $(".inc").click(function() { curr_size = parseInt($('.main_div1').css('font-size')) + 1; curr_h3 = parseInt($('.main_div1 h3').css('font-size')) + 1; curr_h2 = parseInt($('.main_div1 h2').css('font-size')) + 1; curr_h4 = parseInt($('.main_div1 h4').css('font-size')) + 1; curr_h5 = parseInt($('.main_div1 h5').css('font-size')) + 1; curr_p = parseInt($('.main_div1 p').css('font-size')) + 1; curr_td = parseInt($('.main_div1 td').css('font-size')) + 1; curr_a = parseInt($('.main_div1 a').css('font-size')) + 1; curr_li = parseInt($('.main_div1 li').css('font-size')) + 1; if (curr_size <= 18) { $('.main_div1').css('font-size', curr_size); } if (curr_h3 <= 28) { $('.main_div1 h3').css('font-size', curr_h3); } if (curr_h5 <= 28) { $('.main_div1 h5').css('font-size', curr_h5); } if (curr_h2 <= 32) { $('.main_div1 h2').css('font-size', curr_h2); } if (curr_h4 <= 22) { $('.main_div1 h4').css('font-size', curr_h4); } if (curr_p <= 26) { $('.main_div1 p').css('font-size', curr_p); } if (curr_td <= 26) { $('.main_div1 td').css('font-size', curr_td); } if (curr_a <= 26) { $('.main_div1 a').css('font-size', curr_a); } if (curr_li <= 26) { $('.main_div1 li').css('font-size', curr_li); } }); $('.govt_link').click(function() { alert('The link leads you to an external website'); }); $('.ext').click(function() { alert('The link leads you to an external website'); }); }); </script> <script> function openNav() { document.getElementById("mySidenavh").style.width = "230px"; document.getElementById("mainh").style.marginLeft = "230px"; } function closeNav() { document.getElementById("mySidenavh").style.width = "0"; document.getElementById("mainh").style.marginLeft= "0"; } </script> <script> $(document).ready(function() { $('#example_upload').DataTable(); $('#example_upload_indus').DataTable(); $('#example_upload_pen').DataTable(); $('#example1').DataTable(); $('#example2').DataTable(); $('#example3').DataTable(); $('#example4').DataTable(); $('#example5').DataTable(); $('#example6').DataTable(); $('#example7').DataTable(); //var table = $('#example').DataTable({ // dom: 'lrtip' var table = $('#example').DataTable(); $('#ethics_state').on('change', function(){ table.search(this.value).draw(); }); $('#data_zones').on('change', function(){ table.search(this.value).draw(); }); $('#ct_approval_category').on('change', function(){ table.search(this.value).draw(); }); $('#ct_approval_year').on('change', function(){ table.search(this.value).draw(); }); $('#select_div').on('change', function(){ table.search(this.value).draw(); }); $('#select_loc').on('change', function(){ table.search(this.value).draw(); }); $('#select_month').on('change', function(){ table.search(this.value).draw(); }); $('#select_year').on('change', function(){ table.search(this.value).draw(); }); $('#syn_list').on('change', function(){ table.search(this.value).draw(); }); }); //for Tab used with jquery UI $(document).ready(function(){ $(".tab-v1").tabs(); }); </script> </html> <script> /*$(document).ready(function() { $('#example_upload').DataTable(); var table = $('#example_upload_indus').DataTable(); /*table.column( 7 ).visible( false ); table.column( 8 ).visible( false ); table.column( 9 ).visible( false );*/ /*var table = $('#example_upload_pen').DataTable(); /*table.column( 6 ).visible( false ); table.column( 7 ).visible( false ); table.column( 8 ).visible( false );*/ /*});*/ </script> </head> <body class="home main_div1"> <div id="mainh"> <div id="wrapper"> <div class="container-fluid"> <header> <div class="row zeron"> <div class="col-md-12 col-sm-12 col-xs-12 header_top zero1"> <div id="cdsco_gigw" ><div> <div class="row justify-content-between"> <div class="col-md-3 col-xs-3 col-lg-3 col-sm-3" style="margin-top: 4px;"> <i class="fa fa-calendar fa-1x pad-right hidden-xs"></i><span id="date"></span> </div> <div class="col-md-8 col-xs-8 text-end head_links" style="margin-left: 6%;"> <a href="#section2" class="skip_mc white" title="Skip to main content" style="font-size: 20px;"><i class="fa fa-reply-all fa-rotate-270"></i></a> <!--<a href="#myNavbar" class="skipnv white">Skip to navigation</a>--> <a href="/opencms/opencms/en/ScreenReader/" class="white">Screen Reader</a> <!--<span class="theme"> <a href="#" class="white dark_bg">A</a> <a href="#" class="white light_bg">A</a> </span> --><span class="text_size"> Text Size <a href="#" class="white desc" >A<sup>-</sup> </a> <a href="#"class="white norm" onclick="window.location.reload()">A</a> <a href="#" class="white inc">A<sup>+</sup> </a> </span> </div> </div> </div> </div><!--<div class="col-md-1 col-lg-1 language zero "> <a href="/opencms/opencms/hi/About-us/Laboratories/index.html" class="white">Hindi</a> <span>|</span> <a href="/opencms/opencms/en/About-us/Laboratories/index.html" class="white">English</a> </div>--> </div> </div> <div id="cdsco_header_content" ><div> <div class="row mid_div"> <div class="header_mid row"> <div class="col-md-1 zero col-sm-2 col-xs-3 text-center cdsco_logo"> <a href="/opencms/opencms/en/Home/" target="_blank"> <img src="/opencms/export/sites/CDSCO_WEB/Image_folder/logo/cdscologo_lbg.png" alt="CDSCO logo" class="shrink"> </a> </div> <div class="header_text col-md-6 col-sm-6 col-xs-6 zero"> <h4 style="font-size: 18px;font-weight: bolder;">Central Drugs Standard Control Organization</h4> <h5 style="font-weight: bold;font-size:14px;">Directorate General of Health Services</h5> <h5 style="font-weight: bold;">Ministry of Health &amp; Family Welfare</h5> <h5 style="font-weight: bold; color: rgb(99, 19, 19);">Government of India</h5> </div> <div class="col-md-1 col-sm-2 col-xs-3 zero text-right icdra_logo"> <!-- <a href="https://www.g20.org/en/" target="_blank"> <img src="/opencms/opencms/Image_folder/logo/g20.png" alt="g-20 logo" class="img-responsive" style="height:100px; margin-top: 25px"> </a> --> </div> <div class="col-md-2 col-sm-2 col-xs-3 zero text-right"> <a href="https://icdra2024.in/ICDRA/Homepage" target="_blank"> <img src="/opencms/export/sites/CDSCO_WEB/Image_folder/logo/icdra_logo_new1.png" alt="INTERNATIONAL CONFERENCE OF DRUG REGULATORY AUTHORITIES (ICDRA), INDIA-2024 logo" class="Icdra_Logo img-responsive" style="height:100px; margin-top: 15px; object-fit: contain;"> </a> </div> <div class="col-md-2 col-sm-2 col-xs-3 zero text-right swach_logo"> <a> <img src="/opencms/export/sites/CDSCO_WEB/Image_folder/logo/swach-bharat.jpg" alt="swach bharat logo" class="img-responsive"> </a> </div> </div> </div> <script type="text/javascript"> $(document).on("click",".Icdra_Logo",function(){ alert("This link leads to external website"); }); </script> </div> </div><div class="row navbar-blue"> <div class="col-sm-12 col-lg-12 col-md-12"> <div id="cdsco_nav_content1" ><div> <!-- <div class="header"> --> <!-- --> <!--=== Navbar ===--> <div class="row menu navbar-blue clearfix "> <div class="col-md-11 col-lg-11 col-sm-12 col-xs-12"> <nav class="navbar navbar-expand-lg navbar-default" id="navbar1"> <!-- READ --> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#myNavbar" aria-controls="myNavbar" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> </div> <!-- <a class="navbar-brand" href="/opencms/opencms/"> <img src="/opencms/export/system/modules/com.alkacon.bootstrap.basics/resources/theme-unify/img/logo/logo_opencms_png24.png_1704647694.png" width="165" height="40" alt="Logo" id="logo-header" /></a> --> <!-- Menu --> <div class="collapse navbar-collapse header" id="myNavbar"> <ul class="nav navbar-nav text-center" data-smartmenus-id="15029566969090742"> <li class="current-menu-item center nav-item"><a class="text-decoration-none" href="#" rel="tooltip" title="" data-original-title="Home"> <span class="fa-stacks fa-2s "> <i class="fa fa-circle fa-2g " id="circle"></i> <i class="fa fa-bars fa-1x fa-stack-1x bg-black-head" onclick="openNav()"></i> </span> </a></li> <li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Home/" ><span class="fa-stacks fa-2s "> <i id="circle" class="fa fa-circle fa-2g "></i> <i class="fa fa-home fa-1x fa-stack-1x bg-purple-head"></i> </span><p>Home</p></a> <span class="text-center"></span></li><li class="dropdown current-menu-item center current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/About-us/" class="dropdown-toggle" data-toggle="dropdown" ><span class="fa-stacks fa-2s "> <i id="circle" class="fa fa-circle fa-2g "></i> <i class="fa fa-info-circle fa-1x fa-stack-1x bg-blue-head"></i> </span><p>About Us</p></a> <ul class="dropdown-menu "><li class="active current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/About-us/Laboratories/" ><p>Central Drug Testing Laboratories</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/About-us/contact-us/" ><p>Contact Us</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/About-us/Functions/" ><p>Functions</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/About-us/Introduction/" ><p>Introduction</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/About-us/Seniority-List/" ><p>Seniority List</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/About-us/Telephone_Directory/" ><p>Telephone Directory</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/About-us/Values/" ><p>Values / Strategies</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/About-us/Vision/" ><p>Vision/Mission</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/About-us/who/" ><p>Who's who</p></a> </li></ul><li class="dropdown current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/Acts-and-rules/" class="dropdown-toggle" data-toggle="dropdown" ><span class="fa-stacks fa-2s "> <i id="circle" class="fa fa-circle fa-2g "></i> <i class="fa fa-gavel fa-1x fa-stack-1x bg-red-head"></i> </span><p>Act & Rules</p></a> <ul class="dropdown-menu "><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Acts-and-rules/Drugs-and-Cosmetics-Act/" ><p>Drugs and Cosmetics Act, 1940</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Acts-and-rules/Drugs-Rules/" ><p>Drugs Rules, 1945</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Acts-and-rules/Medical-Devices-Rules/" ><p>Medical Devices Rules, 2017</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Acts-and-rules/New-Drugs/" ><p>New Drugs and Clinical Trials Rules, 2019</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Acts-and-rules/Cosmetics-Rules/" ><p>Cosmetics Rules, 2020</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Acts-and-rules/Advisories_NO/" ><p>Advisories/Notices/O.Ms./Orders</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Acts-and-rules/Final-Notifications/" ><p>Final Notifications</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Acts-and-rules/Draft-Notifications/" ><p>Draft Notifications </p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Acts-and-rules/Guidance-documents/" ><p>Guidance documents</p></a> </li></ul><li class="dropdown current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/bioequi_bioavail/" class="dropdown-toggle" data-toggle="dropdown" ><span class="fa-stacks fa-2s "> <i id="circle" class="fa fa-circle fa-2g "></i> <i class="fa fa-hourglass fa-1x fa-stack-1x bg-orange-head "></i> </span><p>BA/BE</p></a> <ul class="dropdown-menu "><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/bioequi_bioavail/index.html" ><p>BA/BE</p></a> </li></ul><li class="dropdown current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/Clinical-Trial/" class="dropdown-toggle" data-toggle="dropdown" ><span class="fa-stacks fa-2s "> <i class="fa fa-circle fa-2g " id="circle"></i> <i class="fa fa-flask fa-1x fa-stack-1x bg-green-head "></i> </span><p>Clinical Trial</p></a> <ul class="dropdown-menu "><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Clinical-Trial/Ethics-Committee/" ><p>Ethics Committee</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Clinical-Trial/Global-Clinical-Trial/" ><p>Global Clinical Trial</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Clinical-Trial/SAE/" ><p>Serious Adverse Event </p></a> </li></ul><li class="dropdown current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/biologicals/" class="dropdown-toggle" data-toggle="dropdown" ><span class="fa-stacks fa-2s "> <i id="circle" class="fa fa-circle fa-2g "></i> <i class="fa fa-plus-square fa-1x fa-stack-1x bg-green-head "></i> </span><p>Biologics</p></a> <ul class="dropdown-menu "><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/biologicals/Vaccines/" ><p>Vaccines</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/biologicals/Blood-Products/" ><p>Blood Products</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/biologicals/rDNA/" ><p>rDNA</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/biologicals/Stem-cells-and-Cell-based-Products/" ><p>Stem Cells and Cell based products</p></a> </li></ul><li class="dropdown current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/Cosmetics/" class="dropdown-toggle" data-toggle="dropdown" ><span class="fa-stacks fa-2s "> <i class="fa fa-circle fa-2g " id="circle"></i> <i class="fa fa-paint-brush fa-1x fa-stack-1x bg-blue-head"></i> </span><p>Cosmetics</p></a> <ul class="dropdown-menu "><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Cosmetics/cosmetics/" ><p>Cosmetics</p></a> </li></ul><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/dcc-dtab-committee" ><span class="fa-stacks fa-2s "> <i class="fa fa-circle fa-2g " id="circle"></i> <i class="fa fa-user-plus fa-1x fa-stack-1x bg-purple-head "></i> </span><p>DTAB-DCC</p></a> <span class="text-center"></span></li><li class="dropdown current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/Drugs/" class="dropdown-toggle" data-toggle="dropdown" ><span class="fa-stacks fa-2s "> <i class="fa fa-circle fa-2g " id="circle"></i> <i class="fa fa-medkit fa-1x fa-stack-1x bg-pink-head "></i> </span><p>Drugs</p></a> <ul class="dropdown-menu "><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Drugs/FDC/" ><p>Fixed Dose Combination</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Drugs/Investigational-New-Drugs-/" ><p>Investigational New Drugs</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Drugs/New-Drugs/" ><p>New Drugs</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Drugs/Subsequent-New-Drugs/" ><p>Subsequent New Drugs</p></a> </li></ul><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/international/" ><span class="fa-stacks fa-2s "> <i class="fa fa-circle fa-2g " id="circle"></i> <i class="fa fa-users fa-1x fa-stack-1x bg-blue-head"></i> </span><p>International<br>Cell</p></a> <span class="text-center"></span></li><li class="dropdown current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/Medical-Device-Diagnostics/" class="dropdown-toggle" data-toggle="dropdown" ><span class="fa-stacks fa-2s "> <i class="fa fa-circle fa-2g " id="circle"></i> <i class="fa fa-stethoscope fa-1x fa-stack-1x bg-purple-head "></i> </span><p>Medical Devices<br> & Diagnostics</p></a> <ul class="dropdown-menu "><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Medical-Device-Diagnostics/InVitro-Diagnostics/" ><p>InVitro Diagnostics</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Medical-Device-Diagnostics/Medical-Device-Diagnostics/" ><p>Medical Device</p></a> </li></ul><li class="dropdown current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/" class="dropdown-toggle" data-toggle="dropdown" ><span class="fa-stacks fa-2s "> <i id="circle" class="fa fa-circle fa-2g "></i> <i class="fa fa-bell fa-1x fa-stack-1x bg-orange-head "></i> </span><p>Notifications</p></a> <ul class="dropdown-menu "><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/page/" ><p>Recruitment & Rules</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/Alerts/" ><p>Alerts</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/Archive/" ><p>Archive</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/Circulars/" ><p>Circulars</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/documents/" ><p>Downloads/Documents&Publications</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/Events/" ><p>Events</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/Gazette-Notifications/" ><p>Gazette Notifications</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/Public-Notices/" ><p>Public Notices</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/Prescribing-Information/" ><p>Prescribing Information</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/Adverse-Drug-Reaction-related-Notifications/" ><p>Adverse Drug Reaction<br>related Notifications</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/Tender/" ><p>Tenders</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Notifications/Vacancy/" ><p>Vacancies</p></a> </li></ul><li class="dropdown current-menu-item center"> <a class="text-decoration-none w-100" href="/opencms/opencms/en/Committees/" class="dropdown-toggle" data-toggle="dropdown" ><span class="fa-stacks fa-2s "> <i id="circle" class="fa fa-circle fa-2g "></i> <i class="fa fa-users fa-1x fa-stack-1x bg-blue-head"></i> </span><p>Committees</p></a> <ul class="dropdown-menu "><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Committees/ASR-Committee/" ><p>ASR Committee</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Committees/Apex-Committee/" ><p>Apex Committee</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Committees/DCC/" ><p>DCC</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Committees/DTAB/" ><p>DTAB</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Committees/IND/" ><p>IND</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Committees/Miscellaneous/" ><p>Miscellaneous</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Committees/NDAC/" ><p>NDAC</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Committees/SEC/" ><p>SEC</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/Committees/Technical-Committee/" ><p>Technical Committee</p></a> </li></ul><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/PRO/" ><span class="fa-stacks fa-2s "> <i id="circle" class="fa fa-circle fa-2g "></i> <i class="fa fa-globe fa-1x fa-stack-1x bg-orange-head "></i> </span><p>PRO</p></a> <span class="text-center"></span></li><li > <a class="text-decoration-none w-100" href="/opencms/opencms/en/PSUR_PV_AEFI/" ><span class="fa-stacks fa-2s "> <i id="circle" class="fa fa-circle fa-2g "></i> <i class="fa fa-file fa-1x fa-stack-1x bg-blue-head "></i> </span><p>PSUR/PV/AEFI</p></a> </li></ul> </div><!-- /collapse --> </nav> </div><!-- /container --> <div class="col-md-1 col-lg-1 col-sm-12 col-xs-12 search hidden-md-down"> <input type="hidden" name="Token" id="tokenId" value="aexy1478e045stxy90" /> <input type="hidden" name="Token" id="sessionToken" value="aexy1478e045stxy90" /> <!--<form class="form-inline1" name="searchFormHeader" action="[No detail page configured for type =function@Search page=]" method="post">--> <form class="form-inline1" name="searchFormHeader" action="/opencms/opencms/en/Search/index.html" method="post"> <input type="hidden" name="pageSession" id="pageSession" value="aexy1478e045stxy90" /> <input type="text" class="form-control input-sm" maxlength="64" placeholder="Type Here..." autocomplete="off" name="q"> <button type="button" class="btn btn-default btn-sm btn1" onclick="this.form.submit(); return false;"><i class="fa fa-search fa-1x double"></i> </button> </form> </div> </div><!-- /navbar --> <!--=== End Navbar ===--> <!--</div>/header --> <script> function checkcsrf() { var csrftoken1=$('#tokenId').val(); var csrftoken2=$('#sessionToken').val(); if(csrftoken1!=csrftoken2){ window.location.href = "/nvs/en/Error/"; } } </script> </div> </div></div> <div class="col-sm-0"> <div id="cdsco_nav_content2" ><div> <div id="mySidenavh" class="sidenavh"> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a> <div class="row"> <div class="col-md-12"> <ul id="tree1"> <li>Ayush <ul> <li><a href="/opencms/opencms/en/Aayush/" rel="tooltip" title="" data-original-title="Ayush"> Ayush</a></li> </ul> </li> <li>Achievements <ul> <li><a href="/opencms/opencms/en/Achievements/" rel="tooltip" title="" data-original-title="Achievements"> Achievements</a></li> </ul> </li> <li>Blood Centre <ul> <li><a href="/opencms/opencms/en/BloodCentre/" rel="tooltip" title="" data-original-title="BloodBank">BloodCentre</a></li> </ul> </li> <li><a href="#">Committee</a> <ul> <li><a href="/opencms/opencms/en/Committees/Apex-Committee/">Apex Committee</a></li> <li><a href="/opencms/opencms/en/Committee/Committee-Functions/">Committee Functions</a></li> <li><a href="/opencms/opencms/en/Committee/Committee_Meetings/">Committee Meetings</a></li> <li><a href="/opencms/opencms/en/Committees/DCC/">DCC</a></li> <li><a href="/opencms/opencms/en/Committees/DTAB/">DTAB</a></li> <li><a href="/opencms/opencms/en/Committees/IND/">IND Committee</a></li> <li><a href="/opencms/opencms/en/Committees/Miscellaneous/"> Miscellaneous</a></li> <li><a href="/opencms/opencms/en/Committees/NDAC/">NDAC Committee</a></li> <li><a href="/opencms/opencms//en/Committees/SEC/">SEC</a></li> <li><a href="/opencms/opencms/en/Committees/Technical-Committee/">Technical Committee</a></li> </ul> </li> <li>Indian System of Medicines <ul><li> <a href="/opencms/opencms/en/Traditional_Drugs/" rel="tooltip" title="" data-original-title="Indian System of Medicines"> Traditional Drugs</a></li></ul> </li> <li><a href="#">Offices/Divisions</a> <ul> <li><a href="#">Headquarters</a> <ul> <li><a href="/opencms/opencms/en/bioequi_bioavail/">BA/BE</a></li> <li><a href="/opencms/opencms/en/biologicals/">Biologics</a></li> <li><a href="/opencms/opencms/en/Central-Licences-Approving-Authority/">Central Licences Approving Authority</a></li> <li><a href="/opencms/opencms/en/Clinical-Trial/clinical-trials/">Clinical Trial</a></li> <li><a href="/opencms/opencms/en/Cosmetics/cosmetics/">Cosmetics</a></li> <li><a href="/opencms/opencms/en/Clinical-Trial/Ethics-Committee/">Ethics Committee</a></li> <li><a href="/opencms/opencms/en/Departments/Headquarters/imports/">Import &amp;Registration</a></li> <li><a href="/opencms/opencms/en/International-cell1/">International Cell</a></li> <li><a href="/opencms/opencms/en/IT-cell/">IT Cell</a></li> <li><a href="/opencms/opencms/en/Legal-cell/">Legal Cell</a></li> <li><a href="/opencms/opencms/en/Medical-Device-Diagnostics/Medical-Device-Diagnostics/">Medical Devices &amp; Diagnostics</a></li> <li><a href="/opencms/opencms/en/Clinical-Trial/SAE/">SAE</a></li> <li><a href="/opencms/opencms/en/Training-cell/">Training Cell</a></li> </ul></li> <li>Zonal Ofiices <ul> <li><a href="/opencms/opencms/en/Departments/Zones/Ahmedabad-West/">Ahemdabad</a></li> <li><a href="/opencms/opencms/en/Departments/Zones/SouthZone/">Chennai</a></li> <li><a href="/opencms/opencms/en/Departments/Zones/NorthZone/">Ghaziabad</a></li> <li><a href="/opencms/opencms/en/Departments/Zones/Hyderabad-West/">Hydrabad</a></li> <li><a href="/opencms/opencms/en/Departments/Zones/EastZone/">Kolkata</a></li> <li><a href="/opencms/opencms/en/Departments/Zones/WestZone/">Mumbai</a></li> </ul> </li> <li>Sub Zonal Ofiices <ul> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/Baddi/">Baddi</a></li> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/Bangaluru/">Bengaluru</a></li> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/Goa/">Goa</a></li> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/Guwahati/">Guwahati</a></li> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/Indore/">Indore</a></li> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/jammu_kasmir/">Jammu & Kashmir</a></li> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/Varanasi/">Varanasi</a></li> </ul> </li> <li>Port <ul> <li><a href="/opencms/opencms/en/Departments/Port/chennai_Air-port/">Chennai Port</a></li> <li><a href="/opencms/opencms/en/Departments/Port/chennai_Sea-Port/">Chennai Sea-Port</a></li> <li><a href="/opencms/opencms/en/Departments/Port/Delhi_port/">Delhi</a></li> <li><a href="/opencms/opencms/en/Departments/Port/Hyderabad-Port/">Hyderabad</a></li> <li><a href="/opencms/opencms/en/Departments/Port/Indore-Port/">Indore Port</a></li> <li><a href="/opencms/opencms/en/Departments/Port/Kolkata_port/">Kolkata Port</a></li> <li><a href="/opencms/opencms/en/Departments/Port/Mumbai_Air-port/">Mumbai Port</a></li> <li><a href="/opencms/opencms/en/Departments/Port/Mumbai_Sea-Port/">Mumbai Sea-Port</a></li> <li><a href="/opencms/opencms/en/Departments/Port/Cochin_Sea-Port/">Cochin Sea-Port</a></li> <li><a href="/opencms/opencms/en/Departments/Port/Vishakapatnam_Sea-Port/">Vishakapatnam Sea-Port</a></li> <li><a href="/opencms/opencms/en/Departments/Port/Krishnapatnam_Sea-Port/">Krishnapatnam Sea-Port</a></li> </ul> </li> <li>Labs <ul> <li><a href="/opencms/opencms/en/Departments/Lab/CDL_Kasauli/">CDL(Kasauli)</a></li> <li><a href="/opencms/opencms/en/Departments/Lab/CDL-Kolkata/">CDL(Kolkata)</a></li> <li><a href="/opencms/opencms/en/Departments/Lab/CDTL-Chennai/">CDTL(Chennai)</a></li> <li><a href="/opencms/opencms/en/Departments/Lab/CDTL-Hyderabad/">CDTL(Hyderabad)</a></li> <li><a href="/opencms/opencms/en/Departments/Lab/CDTL-Mumbai/">CDTL(Mumbai)</a></li> <li><a href="/opencms/opencms/en/Departments/Lab/RDTL-Chandigarh/">RDTL(Chandigarh)</a></li> <li><a href="/opencms/opencms/en/Departments/Lab/RDTL-Guwahati/">RDTL(Guwahati)</a></li> </ul> </li> </ul> </li> <li>Pendency Status <ul><li> <a href="/opencms/opencms/en/Pendency_Status/" rel="tooltip" title="" data-original-title="Pendency Status">Pendency Status</a></li></ul> </li> <li>PvPI <ul><li> <a href="/opencms/opencms/en/PvPI/" rel="tooltip" title="" data-original-title="PvPI"> PvPI</a></li></ul> </li> <li>State Drugs Control <ul > <li> <a href="/opencms/opencms/en/State-Drugs-Control/" rel="tooltip" title="" data-original-title="state drug control">State Drugs Control</a></li> </ul> </li> </ul> </li></ul></div> </div> </div> <script> $( function() { $( "#comm_function" ).tabs(); } ); </script></div> </div></div> </div> </header> </div> <div class="container-fluid"> <a class="scrollToTop" href="#" style="display: none;"> <i class="fa fa-chevron-circle-up fa-3x"></i> </a> <!--<a class="report" href="#"> <img src="/opencms/export/system/modules/CDSCO.WEB/resources/img/new/report2.png" alt="Report Problem"> </a>--> <div class="clearfix"></div> <style> .yellow1{ color:#fff700 !important; } </style> <div class="row" id="whats_new"> <span class="col-md-1 col-xs-3 padded1"> <label class="label css_blink" style="color: white">What's New</label> </span> <span class="col-md-11 col-xs-9 pad-t"> <marquee behavior="scroll" direction="left" id="nw_up" scrollamount="5"> <span><img class="image-responsive" alt="new" src="/opencms/opencms/Image_folder/new1.gif"/><a href="https://cdsco.gov.in/opencms/opencms/Pdf-documents/notice15april21.pdf" rel="tooltip" title="Covid-19 guidance" target="_blank"> Notice regarding Guidance for approval Covid-19 vaccine in India for restricted use in emergency situation which are already approved for restricted use by US FDA EMA, UK MHRA, PMDA Japan or which are listed in WHO Emergency use listing</a><small class="pad-left5 yellow"> 15th April,2021</small> </span> <span><!--<img class="image-responsive" alt="new" src="/opencms/opencms/Image_folder/new1.gif"/>--><a href="https://cdsco.gov.in/opencms/opencms/Pdf-documents/Messages/DCGI_Message_2021.pdf" rel="tooltip" title="DCGI Message 2020" target="_blank">DCGI Message 2021</a><small class="pad-left5 yellow">01 Jan 2021</small> </span> <span><a href="#" > For Medical devices which are under voluntary registrations, the file number generated is the registration number of firm. </a></span> <span> <a href="/opencms/opencms//en/About-us/E-GOV-cell-at-CDSCO/index.html" rel="tooltip" >E-GOV cell at CDSCO</a> </span> <span> <a href="#" rel="tooltip" target="_blank">CDSCO,HQ accredited with Quality Management Systems IS/ISO 9001:2015 by BIS</a> </span> </marquee> <i class="fa fa-pause white st_cdsco" value="Stop Marquee" title="Pause" onclick="document.getElementById('nw_up').stop();"></i> <i class="fa fa-play white st_cdsco" value="Start Marquee" title="Play" onclick="document.getElementById('nw_up').start();"></i> </span> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="container-fluid"> <div class="row breadcrumb-bg"> <div class="col-md-10 col-lg-10 col-sm-12 col-xs-12"> <ul class="pull-left breadcrumb hidden-xs"> <li class="bold"><a href="/opencms/opencms/en/" style="text-decoration:none">Home</a></li> <li class="bold"><a href="/opencms/opencms/en/About-us/" style="text-decoration:none">About Us</a></li> <li class="bold"><a href="/opencms/opencms/en/About-us/Laboratories/" style="text-decoration:none">Central Drug Testing Laboratories</a></li> </ul> </div> <div class=" col-md-2 col-lg-2 col-sm-12 col-xs-12"> <div class="pull-right"> <button type="button" class="print-gigw" onclick="printDiv('printableArea')" value="print a div!" /><i class="fa fa-print" aria-hidden="true"></i></div> </div> </div> </div> <script> function printDiv(printableArea) { var printContents = document.getElementById(printableArea).innerHTML; var originalContents = document.body.innerHTML; document.body.innerHTML = printContents; window.print(); document.body.innerHTML = originalContents; } </script></div> <section id="printableArea"> <div class="row pad-top text-center"> <div id="maintitle" ><div class="none"> <div > <div ><h2 class="maintitite bold" style="font-size: 25px;">&nbsp;</h2> <h2 class="maintitite bold" style="font-size: 25px;">Central Drug Testing Laboratories</h2></div> </div> </div> </div></div> <!-- row pad-top --> <div class="clearfix"></div> <div class="lab1"> <div class="container"> <div class="row inner-lab"> <div class="col-md-6 col-lg-6 col-xs-12"> <div class="wrap-lab1"> <div id="lab1-text1" ><div> <a href="/opencms/opencms/en/Departments/Lab/CDL-Kolkata/" target="_blank" title="CDL Kolkata" ><h2>Central Drugs Laboratory (CDL) Kolkata</h2></a> <h3>The functions of the Laboratory include:</h3> <h4>I. Statutory Functions:</h4> <ol class="font_16" type="a"> <li style="text-align:justify;">Analytical quality control of majority of the imported Drug available in Indian market.</li> <li style="text-align:justify;">Analytical quality control of drug and cosmetics manufactured within the country on behalf of the Central and State Drug Controller Administrations.</li> <li style="text-align:justify;">Acting as an Appellate authority in matters of disputes relating to quality of Drug.</li> </ol> <p><a id="flip" data-bs-toggle="collapse" data-bs-target="#panel1" class="pe-auto">View More</a></p> <div id="panel1" class="collapse"> <h4>II. Other Functions:</h4> <ol class="font_16" type="a"> <li>Collection, storage and distribution of International Standard International Reference Preparations of Drug and Pharmaceutical Substances.</li> <li>Preparation of National Reference Standards and maintenance of such Standards. Maintenance of microbial cultures useful in drug analysis Distribution of Standards and cultures to State Quality Control Laboratories and drug manufacturing establishments.</li> <li>Training of Drug Analysts deputed by State Drug Control Laboratories and other Institutions.</li> <li>Training of World Health Organization Fellows from abroad on modern methods of Drug Analysis.</li> <li>To advise the Central Drug Control Administration in respect of quality and toxicity of drug awaiting license.</li> <li>To work out analytical specifications for preparation of Monographs for the Indian Pharmacopoeia and the Homoeopathic Pharmacopoeia of India.</li> <li>To undertake analytical research on standardisation and methodology of Drug and cosmetics.</li> <li>Analysis of Cosmetics received as survey samples from Central Drug Standard Control Organization.</li> <li>Quick analysis of life saving Drug on an All-India basis received under National Survey of Quality of Essential Drug Programme from Zonal Offices of Central Drug Standard Control Organization.</li> </ol> <p style="text-align:justify;">In addition to the above functions the Central Drug Laboratory also actively collaborates with the World Health Organisation in the preparation of International Standards and Specifications for International Pharmacopoeia. It also undertakes collaborative study on behalf of the Indian Pharmacopoeia Committee. The senior Officers of the Laboratory have been appointed as Government Analysts on behalf of most of the States of the Union for analysis of drug samples.</p> <h5>Director I/c:</h5> <p><strong>Dr.Saroj Kumar Ghosh</strong></p> <p><span class="colorfull">Address:</span>Director ,Central Drugs Laboratory, 3, Kyd Street, Kolkata, 700 016.</p> <p><span class="colorfull">Email:</span> cdlkol[at]cdsco[dot]nic[dot]in</p> <h5>Gram:</h5> <h5>BIOSTAN LAB</h5> <p><span class="colorfull">Phone:</span> 033 -22299541</p> <p><span class="colorfull">Fax:</span> 033-22299380</p> </div> <p>Under the National List Of Approved Testing Laboratories</p> <p><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDL-Kolkata-Lab/List_ApprovedtestingLaboratories.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></p> <p>Certificate of Accreditation from National Accreditation Board for Testing and Calibration Laboratories(NABL)</p> <p><a class=" italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDL-Kolkata-Lab/cert_accreditation_NABL1.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></p> <p><a class=" italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDL-Kolkata-Lab/Suomotucdlkol24.pdf" target="_blank" rel="noopener noreferrer">Suo Motu Disclosure under Section 4 under RTl Act 2005</a></p> </div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12--> <div class="col-md-6 col-lg-6 col-xs-12"> <div class="wrap-lb-image"> <div id="lab1-img1" ><div class="margin-bottom-20"> <div class=""> <span > <img src="/opencms/export/sites/CDSCO_WEB/Image_folder/lab3.jpg" class=" img-responsive " alt="New image" title="New image " /> </span> </div> </div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12--> </div> <!-- row inner-lab --> </div> <!-- container --> </div> <!-- lab1 industry_section1 --> <div class="lab1 lab2"> <div class="container"> <div class="row inner-lab"> <div class="col-md-6 col-lg-6 col-xs-12"><div class="wrap-lb-image"> <div id="lab1-img2" ><div class="margin-bottom-20"> <div class=""> <span > <img src="/opencms/export/sites/CDSCO_WEB/Image_folder/labo2.jpg" class=" img-responsive " alt="New image" title="New image " /> </span> </div> </div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12 --> <div class="col-md-6 col-lg-6 col-xs-12"> <div id="lab1-text2" ><div class="none"> <div > <div ><h2>Central Drugs Testing Laboratory (CDTL) Chennai , Tamil Nadu</h2> <p class="font_16" style="text-align: justify;">Central Drug Testing Laboratory is one of the Seven National Laboratories in India engaged in the research and analysis of Drug and Cosmetics as per Drug and Cosmetics Act, 1940.</p> <h5>Director I/C (CDTL Chennai):</h5> <p><strong>Smt.C Vijayalakshmi</strong></p> <p><strong>Address:</strong>Central Drug Testing Laboratory, Govt. of India, 37, Naval Hospital Road, Periamet, Campus G.M.S.D., Chennai, 600 003</p> <p><strong>Phone:</strong>044-25610402/ 25610205</p> <p><strong>Gram:</strong>DRUGSLAB</p> <p><strong>Fax:</strong>044 -25610906</p> <p><strong>Email:</strong> cdtlchennai[at]cdsco[dot]nic[dot]in,&nbsp;cdtl-chennai[at]cdsco[dot]nic[dot]in</p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/Suoccdtlchen24.pdf" target="_blank" rel="noopener"><strong>Suo Motu Disclosure under Section 4 under RTl Act 2005</strong></a></p></div> </div> </div> </div></div> </div> <!-- row inner-lab --> </div> <!-- container --> </div> <!-- lab1 lab2 --> <div class="lab1"> <div class="container"> <div class="row inner-lab"> <div class="col-md-6 col-lg-6 col-xs-12"> <div class="wrap-lab1"> <div id="lab1-text3" ><div class="margin-bottom-20"> <div class=""> <span > <img src="/opencms/export/sites/CDSCO_WEB/Image_folder/cdtlpic.png" class=" img-responsive " alt="CDTL Hyderabad" title="CDTL Hyderabad " /> </span> </div> </div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12--> <div class="col-md-6 col-lg-6 col-xs-12"> <div class="wrap-lb-image"> <div id="lab1-img3" ><div class="none"> <div > <div ><p class="font_16" style="text-align: justify;">&nbsp;</p> <p><strong>CENTRAL DRUGS TESTING LABORATORY HYDERABAD</strong></p> <p>&nbsp;Accredited By: <a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/Certificatcdtlhy24.pdf" target="_blank" rel="noopener">NABL (ISO/IEC-17025:2017 in Chemical Testing)</a></p> <p>The CDTL, Hyderabad is one of the National Statutory Laboratories of the Government of India, functioning under administrative control of the Drug Controller General (India), Central Drugs Standard Control Organization (CDSCO), Directorate General of Health Services, Ministry of Health and Family Welfare, New Delhi.</p> <p>&nbsp;</p> <p>The functions of the Laboratory include:</p> <ul> <li>Analysis of Drugs and Pharmaceuticals, Cosmetics and Medical Devices manufactured in the country.</li> <li>Analysis of Import drugs &amp; Cosmetics samples entering through the port offices of CDSCO.</li> <li>Analysis of Drugs &amp; Pharmaceutical formulations received as Survey Samples from Central Drugs Standard Control Organization and its Zonal Offices.</li> <li>Analysis of Drugs &amp; Pharmaceuticals formulations received as national Survey samples from CDSCO or other offices under Ministry of Health &amp; Family Welfare</li> <li>Imparting Training to Drugs Analysts deputed by the Government laboratories from time to time.</li> </ul> <p>&nbsp;</p> <p><strong>Director I/c (CDTL Hyderabad)</strong>:</p> <p><strong>Smt. C. Vijayalakshmi</strong></p> <p>Address: Central Drugs Testing Laboratory,</p> <p>CDSCO Bhavan, S.R. Nagar, Metro Pillar No. A1013 S.R Nagar Hyderabad -500038</p> <p>Telephone : 040 23811328/23811327</p> <p>Email:cdtlhyd [at]cdsco[dot]nic[dot]in,&nbsp;</p> <p>&nbsp;<a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/sumohycdtl24.pdf" target="_blank" rel="noopener"><strong>Suo Motu Disclosure under Section 4 under RTl Act 2005</strong></a></p> <p><strong><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/coucdtlhy24.pdf" target="_blank" rel="noopener">CHECK LIST FOR SAMPLES RECEIVED OF COUGH SYRUP 17.01.2024</a></strong></p></div> </div> </div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12--> </div> <!-- row inner-lab --> </div> <!-- container --> </div> <!-- lab1 --> <div class="lab1 lab2"> <div class="container"> <div class="row inner-lab"> <div class="col-md-6 col-lg-6 col-xs-12"><div class="wrap-lb-image"> <div id="lab1-img4" ><div class="margin-bottom-20"> <div class=""> <span > <img src="/opencms/export/sites/CDSCO_WEB/Image_folder/CDTMum.png" class=" img-responsive " alt="New image" title="New image " /> </span> </div> </div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12 --> <div class="col-md-6 col-lg-6 col-xs-12"> <div id="lab1-text4" ><div> <a href="/opencms/opencms/en/Departments/Lab/CDTL-Mumbai/" target="_blank" title="CDTL Mumbai"><h2>Central Drugs Testing Laboratory (CDTL) Mumbai</h2></a> <p><strong>Accredited By:</strong> NABL (ISO/IEC-17025:2017 in Chemical and Biological Testing)</p> <p><strong>Certified for:</strong> IMS (ISO-9001:2015, ISO-14001:2015, ISO-45001:2018)</p> <p style="text-align:justify;">The CDTL, Mumbai is one of the National Statutory Laboratories of the Government of India, functioning under administrative control of the Drug Controller General (India), Central Drugs Standard Control Organization (CDSCO), Directorate General of Health Services, Ministry of Health and Family Welfare, New Delhi.</p> <h4>The functions of the Laboratory include:</h4> <ul> <ul> <li>Analysis of Drugs and Pharmaceuticals, Cosmetics and Medical Devices manufactured in the country as per Drugs & Cosmetics Act. 1940 and rules thereunder.</li> </ul> </ul> <p><a id="flip2" data-bs-toggle="collapse" data-bs-target="#panel3" class="pe-auto">View More</a></p> <div id="panel3" class="collapse"> <ul> <li>The Director, CDTL mumbai Acts as "Appellate Authority" as per Drugs &amp; Cosmetics Act, 1940 for the testing of Copper T and Tubal Rings ( Intrauterine Contraceptive Devices.)</li> <li>Analysis of Import drugs &amp; Cosmetics samples entering through the port offices.</li> <li>Analysis of Registration samples for approval of site registration as per GMP.</li> <li>Analysis of New Drugs to get license for manufactring the same.</li> <li>Analysis of Drugs &amp; Pharmaceutical formulations received as Survey Samples from Central Drugs Standard Control Organization and its Zonal Offices.</li> <li>Analysis of Drugs &amp; Pharmaceuticals formulations received as national Survey samples from CDSCO or other offices under Ministry of Health &amp; Family Welfare</li> <li>Imparting Training to Drugs Analysts deputed by the Government laboratories form time to time.</li> <li>To undertake anlytical research on standaridization and methodology of Drugs.</li> <li>Participation in developing Standards and upgradation of Monographs of Indian Pharmacopoeia and suggesting modifications if any.</li> </ul> <h5>Director I/c (CDTL Mumbai):</h5> <p><strong>Mrs. Sayali U. Warde</strong></p> <p><strong>Address:</strong> Zonal FDA Bhawan, Bellasis Road, Governement Medical Stores Depot (GMSD) Compound, Mumbai Central, Mumbai-400 008</p> <p><strong>Phone:</strong>(Off.)022-2300 2309, 2300 2138</p> <p><strong>Fax:</strong>022-23099240</p> <p><strong>Email:</strong>cdtlmumbai[at]cdsco[dot]nic[dot]in</p> </div> <p class="bold">About Central Drugs Testing Laboratory Mumbai</p> <h6><a class="italic orange" href="/opencms/opencms/Pdf-documents/CDTL-Mumbai/CDTL_mumbainew 26Nov_2018.pdf" target="_blank" rel="noopener noreferrer"></a></h6> <p class="bold">SUO MOTO CDTL-Mumbai 2024 - 2025</p> <h6><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDTL-Mumbai/Annexurei.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></h6> <p class="bold">Annexure II</p> <h6><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDTL-Mumbai/Annexure-II-7.5.24.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></h6> <p class="bold">Annexure IV</p> <h6><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDTL-Mumbai/Annexure-IV-7.5.24.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></h6> <p class="bold">Annexure V</p> <h6><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDTL-Mumbai/Annexure-V-7.5.24.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></h6> <p class="bold">Annexure VI</p> <h6><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDTL-Mumbai/Annexure-VI-7.5.24.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></h6> <p class="bold">Annexure VII</p> <h6><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDTL-Mumbai/Annexure-VII-7.5.24.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></h6> <p class="bold">Annexure VIII</p> <h6><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDTL-Mumbai/Annexure-VIII-7.5.24.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></h6> <p class="bold">Annexure IX</p> <h6><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDTL-Mumbai/Annexure-IX-7.5.24.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></h6> <p class="bold">Annexure X</p> <h6><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDTL-Mumbai/AnnexureX23.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></h6> <p class="bold">Annexure XI</p> <h6><a class="italic orange" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/CDTL-Mumbai/AnnexureXI23.pdf" target="_blank" rel="noopener noreferrer">Click here to download</a></h6> </div> </div></div> </div> <!-- row inner-lab --> </div> <!-- container --> </div> <!-- lab1 lab2 --> <div class="lab1"> <div class="container"> <div class="row inner-lab"> <div class="col-md-6 col-lg-6 col-xs-12"> <div class="wrap-lab1"> <div id="lab1-text5" ><div> <a href="http://10.10.36.88:8080/opencms/opencms/en/Departments/Lab/RDTL-Guwahati/" target="_blank" title="RDTL Guwahati"><h2>Regional Drugs Testing Laboratory (RDTL) Guwahati</h2></a> <p style="text-align:justify;">The RDTL, Guwahati is one of the National Statutory Laboratories of the Government of India, functioning under administrative control of the Drug Controller General (India), Central Drugs Standard Control Organization (CDSCO), Directorate General of Health Services, Ministry of Health and Family Welfare, New Delhi. The RDTL Guwahati established in the year of 2002, at present having annual capacity of testing of about 2500 statutory samples of Drugs/Cosmetics/Medical Devices and is a NABL Accredited laboratory as per IS/ISO/IEC 17025:2017 in Chemical & Biological Testing since 13.03.2009. Presently laboratory is notified by the States of Arunachal Pradesh, Assam, Manipur, Meghalaya, Mizoram, Nagaland, Sikkim, Tripura, Bihar and Jharkhand for testing of samples of Drugs.</p> <h4>The functions of the Laboratory include:</h4> <p><a id="fliplab3" data-bs-toggle="collapse" data-bs-target="#panel4" class="pe-auto">View More</a></p> <div id="panel4" class="collapse"> <h5>I. Statutory Functions:</h5> <ol class="font_16" type="a"> <li>Analysis of samples of Drugs, Cosmetics and Medical Devices.</li> <li>Analysis of samples entering through the port offices of CDSCO.</li> <li>Analysis of samples received from offices of Central Drugs Standard Control Organization, its Port Offices and Drugs Control Departments of North Eastern States, Sikkim, Bihar and Jharkhand.</li> </ol> <h5>The laboratory is committed to:</h5> <ol class="font_16" type="a"> <li>Discharge duties with honesty, integrity, transparency, in a very impartial manner with high professionalism.</li> <li>Implement, maintain and constantly improve its effectiveness of the quality management system and adhere to the provision of Drugs & Cosmetics Act 1940, Drugs & Cosmetics Rules 1945 and Medical Devices Rules 2017 thereunder.</li> <li> Laboratory follows National, International Standards including Pharmacopoeias, Manufacturer’s methods of analysis etc. in testing of samples of Drugs, Cosmetics and Medical Devices.</li> <li> Maintain absolute impartiality and confidentiality.</li> </ol> <h5>Director I/c:</h5> <p><strong>Mr. Dinesh Kumar</strong></p> <p><strong>Address:</strong>Director-in-Charge Regional Drugs Testing Laboratory, Directorate General of Health Services, Guwahati-781 037 (Assam)</p> <p><strong>Phone:</strong>(Off.)0361-2338555/2330555 <br /> (Res.)0361-2337272/2330899</p> <p><strong>Fax:</strong>0361-2330555</p> <p><strong>Email:</strong>rdtlguwahati[at]cdsco[dot]nic[dot]in</p> </div></div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12--> <div class="col-md-6 col-lg-6 col-xs-12"> <div class="wrap-lb-image"> <div id="lab1-txt5" ><div class="margin-bottom-20"> <div class=""> <span > <img src="/opencms/export/sites/CDSCO_WEB/Image_folder/kolcuta.jpg" class=" img-responsive " alt="New image" title="New image " /> </span> </div> </div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12--> </div> <!-- row inner-lab --> </div> <!-- container --> </div> <!-- lab1 --> <div class="lab1 lab2 "> <div class="container"> <div class="row inner-lab"> <div class="col-md-6 col-lg-6 col-xs-12"><div class="wrap-lb-image"> <div id="lab1-img6" ><div class="margin-bottom-20"> <div class=""> <span > <img src="/opencms/export/sites/CDSCO_WEB/Image_folder/RDTL_Chandigarh.jpg" class=" img-responsive " alt="New image" title="New image " /> </span> </div> </div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12 --> <div class="col-md-6 col-lg-6 col-xs-12"> <div id="lab1-text6" ><div class="none"> <div > <div ><h2>Regional Drugs Testing Laboratory (RDTL) Chandigarh</h2> <p><strong><u>&nbsp;</u></strong></p> <p><strong>The Regional Drugs Testing Laboratory (RDTL) - Chandigarh</strong> is one of the Seven National Drugs Testing Laboratories of Central Drugs Standard Control Organisation (CDSCO), set-up under the requirement for the testing of Drugs &amp; Cosmetics products, working since November-2007. The Laboratory has been developed for the Quality Control of Drugs &amp; Cosmetic products with respect to Infrastructure, Equipment and Manpower for the Chemical, Instrumentation and Microbiological analysis. The RDTL - Chandigarh is regularly&nbsp; testing number of Legal (Form-18), Survey and imported samples of Drugs &amp; Cosmetics received from the Central Officers / Drugs Inspectors of CDSCO North Zone – Ghaziabad,&nbsp; Sub Zone - Baddi, Jammu, Varanasi and Assistant Drugs Controller (India), Indira Gandhi International Airport, New Delhi. Apart from this, laboratory is notified for the State of Haryana, Himachal Pradesh, Jammu &amp; Kashmir, Union Territories of Chandigarh and Delhi for the analysis of Drugs &amp; Cosmetic samples drawn by their Drug Officers. The laboratory is having testing capacity of about 5000 - Samples, per annum, and is <strong><u>NABL Accredited</u></strong> as per ISO / IEC 17025:2005, since 2016.</p> <p><strong>Director I/c : Dr. Debasis Maiti</strong></p> <p><strong>Address :&nbsp;</strong>Regional Drugs Testing Laboratory, Sector 39-C, Chandigarh 160036</p> <p><strong>Phone:</strong>0172 - 2688239</p> <p><strong>Fax:</strong>0172-2636316</p> <p><strong>Email:</strong> rdtlchd[at]cdsco[dot]nic[dot]in</p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/suomotordtlchan24.pdf" target="_blank" rel="noopener">Suo Moto Disclosure as per Section 4 of RTI Act 2005</a></p> <p><a href="/opencms/export/system/modules/CDSCO.WEB/resources/img/RDTL_Chandigarh_Acc_Cert.jpg" target="_blank" rel="noopener noreferrer">Certificate of Accreditation</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/Budgetrdtland-Programme_22-23.pdf" target="_blank" rel="noopener noreferrer">Total Budget for the Public Authority</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/rdtlchanof-CPIO-FAA_22-23.pdf" target="_blank" rel="noopener noreferrer">Details of CPIO and FAA</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/E-rdtlGovernance_22-23.pdf" target="_blank" rel="noopener noreferrer">E Governance</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/Letter0001.pdf" target="_blank" rel="noopener noreferrer">Letter on uploading of document on the website of CDSCO</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/Notice-for-Hearing-2018-19_with-Judgement.pdf" target="_blank" rel="noopener noreferrer">Notice for Hearing 2018-19 with Jugement</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/cosmetics/rdtlornization-and-Function_22-23.pdf" target="_blank" rel="noopener noreferrer">Organization and Function</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/Parliament-Questions-and-Reply.pdf" target="_blank" rel="noopener noreferrer">Parliament Questions and Reply</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/Payment-Details-of-Sample-Testing-charges-sw_2022-23.pdf" target="_blank" rel="noopener noreferrer">Payment Details of Sample Testing Charges State wise</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/RTI-Reply_2017-18.pdf" target="_blank" rel="noopener noreferrer">RTI Reply 2017-18</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/RTI-Reply_2018-19.pdf" target="_blank" rel="noopener noreferrer">RTI Reply 2018-19</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/RTI-Reply_2019-20.pdf" target="_blank" rel="noopener noreferrer">RTI Reply 2019-20</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/RTI-Reply_2020-22.pdf" target="_blank" rel="noopener noreferrer">RTI Reply 2020-22</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/chanrti23.pdf" target="_blank" rel="noopener">RTI Reply 2022-23</a></p> <p><a href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/chanrti24.pdf" target="_blank" rel="noopener">RTI Reply 2023-24</a></p></div> </div> </div> </div></div> </div> <!-- row inner-lab --> </div> <!-- container --> </div> <!-- lab1 lab2 --> <div class="lab1"> <div class="container"> <div class="row inner-lab"> <div class="col-md-6 col-lg-6 col-xs-12"> <div class="wrap-lab1"> <div id="lab1-text7" ><div> <a href="/opencms/opencms/en/Departments/Lab/CDL_Kasauli/" title="CDL Kasauli" target="_blank"><h2>Central Drugs Laboratory, CDL Kasauli</h2> </a><p class="font_16" style="text-align:justify;">Central Drugs Laboratory at Central Research Institute (CRI) Kasauli is a Central laboratory engaged in the testing of vaccines. It is a notified laboratory under the Drugs and Cosmetics Act, 1940 to function as Central Drugs Laboratory for testing of the following drugs or classes of drugs;</p> <ol class="font_16" type="i"> <li>Sera</li> <li>Solution of serum proteins intended for injection</li> <li>Vaccines</li> <li>Toxins</li> <li>Antigens</li> <li>Anti-toxins</li> <li>Sterilized surgical ligature and sterilized surgical suture</li> <li>Bacteriophages, including Oral Polio vaccine.</li> </ol> <p><a id="fliplab4" data-bs-toggle="collapse" data-bs-target="#panel5" class="pe-auto">View More</a></p> <div id="panel5" class="collapse"> <h5>Director(CDL Kasauli):</h5> <p><strong>Sh. Sushil Kumar Sahu</strong></p> <p><strong>Phone:</strong>01792-272046</p> <p><strong>Fax:</strong>01792 -272049</p> <p><strong>Email:</strong>cdlkasauli[at]cdsco[dot]nic[dot]in</p> </div></div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12--> <div class="col-md-6 col-lg-6 col-xs-12"> <div class="wrap-lb-image"> <div id="lab1-img7" ><div class="margin-bottom-20"> <div class=""> <span > <img src="/opencms/export/sites/CDSCO_WEB/Image_folder/cdl_kasauli.png" class=" img-responsive " alt="New image" title="New image " /> </span> </div> </div> </div></div></div> <!-- col-md-6 col-lg-6 col-xs-12--> </div> <!-- row inner-lab --> </div> <!-- container --> </div> <!-- lab1 --> <div class="lab1 lab2"> <div class="container"> <div class="row inner-lab"> <div class="col-md-6 col-lg-6 col-xs-12"><div class="wrap-lb-image"> <div id="lab1-img8" ></div></div></div> <!-- col-md-6 col-lg-6 col-xs-12 --> <div class="col-md-6 col-lg-6 col-xs-12"> <div id="lab1-text8" ></div></div> </div> <!-- row inner-lab --> </div> <!-- container --> </div> <!-- lab1 lab2 --> <div class="lab1"> <div class="container"> <div class="row inner-lab"> <div class="col-md-6 col-lg-6 col-xs-12"> <div class="wrap-lab1"> <div id="lab1-text9" ></div></div></div> <!-- col-md-6 col-lg-6 col-xs-12--> <div class="col-md-6 col-lg-6 col-xs-12"> <div class="wrap-lb-image"> <div id="lab1-img9" ></div></div></div> <!-- col-md-6 col-lg-6 col-xs-12--> </div> <!-- row inner-lab --> </div> <!-- container --> </div> <!-- lab1 --> </section> </div> <!-- container-fluid --> <div class="push"></div> </div><!-- wrapper --> <div class="wrap-f"> <footer> <div id="footer1" ><div> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="wrap-footer navigfooter"> <h5>QUICK LINKS</h5> <ul> <li><span class=""><a href="/opencms/opencms/en/RTI/" rel="tooltip" title="RTI">RTI</a> </span> / <span class=""><a href="/opencms/opencms/en/Gallery/" rel="tooltip" title="Gallery">Gallery</a> </span>/<span class=""><a href="/opencms/opencms/en/Sitemap/" rel="tooltip" title="SiteMap">SiteMap</a> </span> <!--/ <span class=""><a href="/opencms/opencms/en/Complain/" rel="tooltip" title="Grievance">Grievance</a> </span>--> </li> <li><span class=""><a href="/opencms/opencms/en/disclaimer/" rel="tooltip" title="Disclaimer">Disclaimer</a> </span> / <span class=""><a href="/opencms/opencms//en/Copyright-Policy/" rel="tooltip" title="Copyright Policy">Copyright Policy</a> </span>/ <span class=""><a href="/opencms/opencms//en/PRO/" rel="tooltip" title="PRO">PRO</a> </span> </li> <li><span class=""><a href="/opencms/opencms/en/Hyperlink/" rel="tooltip" title="Hyper Linking Policy">Hyper Linking Policy</a> </span> /<span class=""><a href="/opencms/opencms/en/terms_conditions/" rel="tooltip" title="Terms&amp;Conditions">Terms &amp; Conditions</a> </span> / <span class=""><a href="/opencms/opencms/en/privacy-policy/" rel="tooltip" title="Privacy Policy">Privacy Policy</a> </span> / <span class=""><a href="/opencms/opencms//en/Acts-Rules/" rel="tooltip" title="Acts & Rules">Acts & Rules</a> </span> </li> <li><span class=""><a href="/opencms/opencms/en/accessibility-statement/" rel="tooltip" title="Accessibility Statement">Accessibility Statement</a> </span> </li> <li><span class=""><a href="/opencms/opencms/en/abbreviations/" rel="tooltip" title="Abbreviations">Abbreviations</a> </span> </li> <li><span class=""><a href="/opencms/opencms/en/OtherUsefulLinks/" rel="tooltip" title="Other Useful Links">Other Useful Links</a> </span> </li> <!--<li><span class=""><a href="/opencms/opencms/en/Archives/" rel="tooltip" title="Archives">Archives</a> </span> </li>--> </ul> </div> </div> <div class="col-md-4"> <div class="wrap-footer conf"> <h5>Contact Info</h5> <ul> <li style="text-align: justify;"><i class="fa fa-map-marker" aria-hidden="true"></i>Central Drugs Standard Control Organization, Ministry of Health and Family Welfare, Directorate General of Health Services, Government of India FDA Bhavan, ITO, Kotla Road, <span> New Delhi -110002</span></li> <li><i class="fa fa-envelope-o" aria-hidden="true"></i>dci[at]nic[dot]in</li> <li><i class="fa fa-fax" aria-hidden="true"></i>91-11-23236973</li> <li><i class="fa fa-fax" aria-hidden="true"> </i>PRO Toll Free No. 1800 11 1454</li> </ul> </div> </div> <div class="col-md-4"> <div class="wrap-footer navigfooter"> <h5>NAVIGATION</h5> <ul> <li><span class=""><a href="/opencms/opencms/en/Zonal-office/" rel="tooltip" title="Zonal Offices">Zonal Offices</a> </span> </li> <li><span class=""><a href="/opencms/opencms/en/subzonaloffice/" rel="tooltip" title="Sub-Zonal Offices">Sub-Zonal Offices</a> </span> </li> <li><span class=""><a href="/opencms/opencms/en/Port/" rel="tooltip" title="Port Offices">Port Offices</a> </span> </li> <li><span class=""><a href="/opencms/opencms/en/About-us/Laboratories/" rel="tooltip" title="Central Drug Testing Laboratories">Central Drug Testing Laboratories</a> </span> </li> <li><span class=""><a href="/opencms/opencms/en/Notifications/Circulars/" rel="tooltip" title="Circulars">Circulars</a> </span> </li> <li><span class=""><a href="/opencms/opencms/en/help/" rel="tooltip" title="Help">Help</a> </span> </li> </ul> </div><!-- --> </div> </div> </div> </div> <div> <div class="footer2"> <div class="bordertop-footer"> <div class="container"> <div class="row"> <div class="col-md-6 col-xs-12 col-sm-12 agileits_w3layouts_copy_right"> <p></p> <p> <img src="/opencms/export/system/modules/CDSCO.WEB/resources/img/logo/cdac_logo.png" alt="C-DAC Logo"> Designed, Developed and Maintained by<a href="/opencms/opencms/.content/flexiblecontents/www.cdac.in"> C-DAC </a> </p> </div> <div class="col-md-6 col-xs-12 col-sm-12 w3_agile_copy_right"> <!--<p> Last Updated on: <span class="yellow">04/05/2018</span> </p>--> <ul class="agileits_social_list"> <li><a href="#" class="agile_twitter" title="twitter" rel="tooltip"><i class="fa fa-twitter" aria-hidden="true"></i> </a></li> </ul> </div> </div> <div class="clearfix"></div> </div> </div> </div></div> </div><div id="footer2" ></div></footer> </div> </div> <script> $(document).ready( function() { $("#transition-timer-carousel").on( "slide.bs.carousel", function(event) { //The animate class gets removed so that it jumps straight back to 0% $(".transition-timer-carousel-progress-bar", this) .removeClass("animate").css("width", "0%"); }).on( "slid.bs.carousel", function(event) { //The slide transition finished, so re-add the animate class so that //the timer bar takes time to fill up $(".transition-timer-carousel-progress-bar", this) .addClass("animate").css("width", "100%"); }); //Kick off the initial slide animation when the document is ready $(".transition-timer-carousel-progress-bar", "#transition-timer-carousel").css("width", "100%"); }); </script> <script> function printDiv(printableArea) { var printContents = document.getElementById(printableArea).innerHTML; var originalContents = document.body.innerHTML; document.body.innerHTML = printContents; window.print(); document.body.innerHTML = originalContents; } </script> <script> $(document).ready(function(){ $("#flip").click(function(){ $("#panel").slideToggle("slow"); }); }); </script> <script> $(document).ready(function(){ $("#flip2").click(function(){ $("#panel2").slideToggle("slow"); }); }); </script> <script> $(document).ready(function(){ $("#fliplab3").click(function(){ $("#panellab3").slideToggle("slow"); }); }); </script> <script> $(document).ready(function(){ $("#fliplab5").click(function(){ $("#panellab5").slideToggle("slow"); }); }); </script> <script> $(document).ready(function(){ $("#fliplab4").click(function(){ $("#panellab4").slideToggle("slow"); }); }); </script> <script> $.fn.extend({ treed: function (o) { var openedClass = 'glyphicon-minus-sign'; var closedClass = 'glyphicon-plus-sign'; if (typeof o != 'undefined'){ if (typeof o.openedClass != 'undefined'){ openedClass = o.openedClass; } if (typeof o.closedClass != 'undefined'){ closedClass = o.closedClass; } }; //initialize each of the top levels var tree = $(this); tree.addClass("tree"); tree.find('li').has("ul").each(function () { var branch = $(this); //li with children ul branch.prepend("<i class='indicator glyphicon " + closedClass + "'></i>"); branch.addClass('branch'); branch.on('click', function (e) { if (this == e.target) { var icon = $(this).children('i:first'); icon.toggleClass(openedClass + " " + closedClass); $(this).children().children().toggle(); } }) branch.children().children().toggle(); }); //fire event from the dynamically added icon tree.find('.branch .indicator').each(function(){ $(this).on('click', function () { $(this).closest('li').click(); }); }); //fire event to open branch if the li contains an anchor instead of text tree.find('.branch>a').each(function () { $(this).on('click', function (e) { $(this).closest('li').click(); e.preventDefault(); }); }); //fire event to open branch if the li contains a button instead of text tree.find('.branch>button').each(function () { $(this).on('click', function (e) { $(this).closest('li').click(); e.preventDefault(); }); }); } }); //Initialization of treeviews $('#tree1').treed(); $('#tree2').treed(); $('#tree3').treed({openedClass:'glyphicon-chevron-right', closedClass:'glyphicon-chevron-down'}); $(function() { $('#aer').click(function() { alert('The link leads you to an external website'); }); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10