CINXE.COM

BA/BE

<html> <head> <!DOCTYPE html> <html lang="en"> <title>BA/BE</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="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/bioequi_bioavail/index.html" class="white">Hindi</a> <span>|</span> <a href="/opencms/opencms/en/bioequi_bioavail/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="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"> <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 > <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 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 class="active current-menu-item center"> <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 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 Offices <ul> <li><a href="/opencms/opencms/en/Departments/Zones/Ahmedabad-West/">Ahemdabad</a></li> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/Baddi/">Baddi</a></li> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/Bengaluru/">Bengaluru</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 Offices <ul> <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/Rishikesh/">Dehradun</a></li> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/Varanasi/">Varanasi</a></li> <li><a href="/opencms/opencms/en/Departments/Sub-Zone/Visakhapatnam/">Visakhapatnam</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 class="row navbar-blue"> <div class="col-sm-12 col-lg-12 col-md-12"> <div id="cdsco_nav_content1" ></div></div> <div class="col-sm-0"> <div id="cdsco_nav_content2" ></div></div> </div> </header> <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/bioequi_bioavail/" style="text-decoration:none">BA/BE</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="blue bold" style="text-align: center; font-size: 25px;"><span class="maintitle">BA/BE</span></h2></div> </div> </div> </div></div> <!-- row pad-top --> <div class="row main_sec"> <div class="col-md-8 col-sm-12 zero"> <div id="cdsco_slider_imgs" ><div id="main-slider" class="form-group"> <div id="transition-timer-carousel" class="carousel slide transition-timer-carousel" data-bs-ride="carousel"> <!--<ol class="carousel-indicators"> <li data-target="#transition-timer-carousel"></li> <li data-target="#transition-timer-carousel"></li> </ol>--> <div class="carousel-inner shadow"> <div class="carousel-item active"><a href="/opencms/opencms/system/modules/com.alkacon.bootstrap.formatters/formatters/slider_med_cdsco.jsp"> <img src="/opencms/export/system/modules/CDSCO.WEB/resources/img/slider/bioequibalac22.png" alt="Hero Banner Images" /></a> </div> <!-- item --> <div class="carousel-item "><a href="/opencms/opencms/system/modules/com.alkacon.bootstrap.formatters/formatters/slider_med_cdsco.jsp"> <img src="/opencms/export/system/modules/CDSCO.WEB/resources/img/slider/bioequibalac22.png" alt="Hero Banner Images" /></a> </div> <!-- item --> </div> <!-- carousel-inner --> <a class="opacity-100 carousel-control-prev" data-bs-slide="prev" data-bs-target="#transition-timer-carousel"> <span class="carousel-control-prev-icon"></span> </a> <a class="opacity-100 right carousel-control-next" data-bs-slide="next" data-bs-target="#transition-timer-carousel"> <span class="carousel-control-next-icon"></span> </a> <hr class="transition-timer-carousel-progress-bar animate" /> </div> <!-- transition-timer-carousel --> </div> <!-- main-slider --> </div></div> <div class="col-md-4 col-sm-12 col-xs-12"> <div class="inner-right-all"> <div id="cdsco_content_guidelines" ><div class="margin-bottom-30"> <div class="panel-group wrap" id="bs-collapse0832fe33-caf4-11e7-9106-0a0027000000"> <div class="panel panel-default bg-white"> <div class="panel-heading"> <h4 class="panel-title"> <a class="text-dark active" data-bs-toggle="collapse" data-bs-parent="#bs-collapse0832fe33-caf4-11e7-9106-0a0027000000" href="#collapse0832fe33-caf4-11e7-9106-0a0027000000-1"> About BA/BE<i class="more-less glyphicon glyphicon-plus-sign"></i> </a> </h4> </div> <div id="collapse0832fe33-caf4-11e7-9106-0a0027000000-1" class="panel-collapse collapse " style="height: auto;" data-bs-parent="#bs-collapse0832fe33-caf4-11e7-9106-0a0027000000""> <div class="panel-body"> <div class="panel-body" ><div class="none"> <div > <div ><p style="text-align: justify;"><strong>Bioavailability (BA) :</strong> Bioavailability refers to the relative amount of drug from an administered dosage from which enters the systemic circulation and the rate at which the drug appears in the systemic circulation.</p> <p style="text-align: justify;"><strong>Bioequivalence (BE):</strong> Bioequivalence of a drug product is achieved if its extent and rate of absorption are not statistically significantly different from those of the reference product when administered at the same molar dose.</p></div> </div> </div> </div></div> </div> </div> <div class="panel panel-default bg-white"> <div class="panel-heading"> <h4 class="panel-title"> <a class="text-dark " data-bs-toggle="collapse" data-bs-parent="#bs-collapse0832fe33-caf4-11e7-9106-0a0027000000" href="#collapse0832fe33-caf4-11e7-9106-0a0027000000-2"> Functionalities<i class="more-less glyphicon glyphicon-plus-sign"></i> </a> </h4> </div> <div id="collapse0832fe33-caf4-11e7-9106-0a0027000000-2" class="panel-collapse collapse " style="height: 0px;" data-bs-parent="#bs-collapse0832fe33-caf4-11e7-9106-0a0027000000""> <div class="panel-body"> <div class="panel-body" ><div class="none"> <div > <div ><p style="text-align: justify;">The office of Drugs Controller General (India) at CDSCO (HQ) FDA Bhawan, New Delhi has been receiving applications from applicants requesting for the approval to carry out BA/BE studies with various pharmaceutical dosage formulations on Indian subjects. The office of DCG(I) would like to ensure the demonstration of the safety and tolerability of generics against corresponding innovator drugs; to ensure they are comparable and safe for consumption by human subjects. An Assessment of "interchangeability" between the investigational and the innovator product is carried out by a study of "in vivo equivalence" or "bioequivalence" (BE). In view of the above, the office of DCGI would like to ensure the uniformity of documents to be submitted to this Directorate for review and approval of BE-NOC for export to meet tenets of Schedule Y of Drugs and Cosmetics Act 1940 &amp; Rules 1945 and also Indian Good Clinical Practices (GCP) guidelines.</p></div> </div> </div> </div></div> </div> </div> <div class="panel panel-default bg-white"> <div class="panel-heading"> <h4 class="panel-title"> <a class="text-dark " data-bs-toggle="collapse" data-bs-parent="#bs-collapse0832fe33-caf4-11e7-9106-0a0027000000" href="#collapse0832fe33-caf4-11e7-9106-0a0027000000-3"> Processes<i class="more-less glyphicon glyphicon-plus-sign"></i> </a> </h4> </div> <div id="collapse0832fe33-caf4-11e7-9106-0a0027000000-3" class="panel-collapse collapse " style="height: 0px;" data-bs-parent="#bs-collapse0832fe33-caf4-11e7-9106-0a0027000000""> <div class="panel-body"> <div class="panel-body" ><div class="none"> <div > <div ><p style="text-align: justify;">The applicants submit the application for BE NOC &amp; Test Licence through online Sugam Portal in applicable checklist. The application will be processed by the Assistant Drugs Inspector/Drugs Inspector (Reviewing Officer) and send to the ADC(I) (Nodal Officer) for further review. The Nodal Officer will send the application to DDC(I) (Deputy Decision Authority)/JDC(I) (Decision Authority) for recommendation for approval then DCG(I) (Licensing Authority) will grant the BE NOC &amp; Test Licence to the applicant through Online Sugam Portal.</p></div> </div> </div> </div></div> </div> </div> <div class="panel panel-default bg-white"> <div class="panel-heading"> <h4 class="panel-title"> <a class="text-dark " data-bs-toggle="collapse" data-bs-parent="#bs-collapse0832fe33-caf4-11e7-9106-0a0027000000" href="#collapse0832fe33-caf4-11e7-9106-0a0027000000-4"> Organogram<i class="more-less glyphicon glyphicon-plus-sign"></i> </a> </h4> </div> <div id="collapse0832fe33-caf4-11e7-9106-0a0027000000-4" class="panel-collapse collapse " style="height: 0px;" data-bs-parent="#bs-collapse0832fe33-caf4-11e7-9106-0a0027000000""> <div class="panel-body"> <div class="panel-body" ><div class="margin-bottom-20"> <div class=" "> <span > <div class="thumbnail-kenburn overflow-hidden"> <img src="/opencms/export/system/modules/CDSCO.WEB/resources/img/babe_organo.jpg" class="img-responsive" alt="New image" title="New image " /> </div> </span> </div> </div> </div></div> </div> </div> <div class="panel panel-default bg-white"> <div class="panel-heading"> <h4 class="panel-title"> <a class="text-dark " data-bs-toggle="collapse" data-bs-parent="#bs-collapse0832fe33-caf4-11e7-9106-0a0027000000" href="#collapse0832fe33-caf4-11e7-9106-0a0027000000-5"> Guideline<i class="more-less glyphicon glyphicon-plus-sign"></i> </a> </h4> </div> <div id="collapse0832fe33-caf4-11e7-9106-0a0027000000-5" class="panel-collapse collapse " style="height: 0px;" data-bs-parent="#bs-collapse0832fe33-caf4-11e7-9106-0a0027000000""> <div class="panel-body"> <div class="panel-body" ><div class="none"> <div > <div ><ul id="guide" class="guidelines"> <li style="text-align: justify;"><a style="color: black; text-decoration: none;" title="Guidelines Document" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/BA_BE/guidance_doc_BABE_NOC1_1Jan2018.pdf" target="_blank" rel="noopener noreferrer"><img src="/opencms/export/system/modules/CDSCO.WEB/resources/img/icons/faculty30x30.png" alt="image" />&nbsp; &nbsp; <strong>Guidelines Document</strong></a></li> <li style="text-align: justify;"><strong><a style="color: black; text-decoration: none;" title="Sugam User Manual" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/SUGAM_user_manual.pdf" target="_blank" rel="noopener noreferrer"><img src="/opencms/export/system/modules/CDSCO.WEB/resources/img/icons/UserguidePNG30x30.png" alt="UserguidePNG(30x30)" /> Sugam User Manual</a></strong></li> <li style="text-align: justify;"><strong><a style="color: black; text-decoration: none;" title="FAQ" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/BA_BE/revidsefaqbabe.pdf" target="_blank" rel="noopener noreferrer"><img src="/opencms/export/system/modules/CDSCO.WEB/resources/img/icons/faq_icon30x30.png" alt="faq_icon(30x30)" />&nbsp; &nbsp; FAQ</a></strong></li> <li style="text-align: justify;"><strong><a style="color: black; text-decoration: none;" title="Tutorials" href="https://cdscoonline.gov.in/CDSCO/Help_Video" target="_blank" rel="noopener noreferrer"><img src="/opencms/export/system/modules/CDSCO.WEB/resources/img/icons/icon-tut30x30.png" alt="icon-tut(30x30)" />&nbsp; &nbsp; &nbsp;&nbsp; Tutorials</a></strong></li> <li style="text-align: justify;"><strong><a style="color: black; text-decoration: none;" title="Checklist Document" href="/opencms/export/sites/CDSCO_WEB/Pdf-documents/BA_BE/BE_NOC_Pre-Screening_Checklist_April_2014.pdf" target="_blank" rel="noopener noreferrer"><img src="/opencms/export/system/modules/CDSCO.WEB/resources/img/icons/iStock30x30.jpg" alt="iStock(30x30)" />&nbsp; &nbsp; Checklist Documents</a></strong></li> </ul></div> </div> </div> </div></div> </div> </div> </div> </div> </div></div> </div> </div> <!-- main_sec --> <div class="row section2"> <div class="col-md-12 col-sm-12 col-xs-12 section2_medical pad-top double"> <div id="import_tab" ></div></div> </div> <div class="row section3 "> <div class="col-md-12 section3_medical"> <div class="col-md-12 col-sm-12 col-xs-12 pad-top double" id="med_nav"> <!DOCTYPE html> <html lang="en"> <head> <style> ul { list-style-type: none; } li{ list-style-type: none; padding-top:3px; } </style> <script> $(document).ready(function() { $(".btn-pref .btn").click(function () { $(".btn-pref .btn").removeClass("btn-primary").addClass("btn-default"); // $(".tab").addClass("active"); // instead of this do the below $(this).removeClass("btn-default").addClass("btn-primary"); }); }); </script> <div class="col-lg-12 col-sm-12"> <ul class="btn-pref nav nav-tabs" id="myTab" role="tablist"> <li class="nav-item" role="presentation"> <button type="button" id="alerts" class="w-100 active btn btn-primary" data-bs-target="#tab1" data-bs-toggle="tab" aria-selected="true" aria-controls="#tab1"><i class="fa fa-exclamation-triangle"></i> <div class="hidden-xs">Alerts</div> </button> </li> <li class="nav-item" role="presentation"> <button type="button" id="news" class="w-100 btn btn-default" data-bs-target="#tab2" data-bs-toggle="tab" aria-selected="false" aria-controls="#tab2"><i class="fa fa-newspaper-o"></i> <div class="hidden-xs">News</div> </button> </li> <li class="nav-item" role="presentation"> <button type="button" id="notices" class="w-100 btn btn-default" data-bs-target="#tab3" data-bs-toggle="tab" aria-selected="false" aria-controls="#tab3"><i class="fa fa-file-text"></i> <div class="hidden-xs">Public Notices</div> </button> </li> <li class="nav-item" role="presentation"> <button type="button" id="gazette" class="w-100 btn btn-default" data-bs-target="#tab4" data-bs-toggle="tab" aria-selected="false" aria-controls="#tab4"><i class="fa fa-bell"></i> <div class="hidden-xs">Gazette Notifications</div> </button> </li> </ul> <div class="tab-content"> <div class="tab-pane fade show active" id="tab1"> <div class="wrap-appr"> <div class="col-md-12 col-sm-12 table-responsive"> <table class="w-100 table table-bordered bg-head table-striped example" data-limit-navigation="5" data-page-size="10" data-filter="#filter" data-filter-text-only="false" id="example"> <thead > <tr > <th>S.no</th> <th>Title</th> <th>Release Date</th> <th>Download Pdf</th> <th>Pdf Size</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>BA-BE Study Centre Approval Under New Drugs and CT Rules 2019</td> <td>2021-Jun-11</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NzMxMg=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>354 KB</td> </tr> <tr> <td>2</td> <td>List of Approved BA/BE Centers</td> <td>2019-Jan-29</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MzQyNQ=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>181 KB</td> </tr> <tr> <td>3</td> <td>Documents to be submitted for Bioequivalence Study for export applications</td> <td>2014-Jan-04</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MzIzNQ=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>283 KB</td> </tr> <tr> <td>4</td> <td>Guidance document for approval of ba/be noc for export purpose as per schedule y &amp; test licence in form 11 of drugs and cosmetics rules, 1945</td> <td>2014-Jan-04</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MzIzOQ=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>934 KB</td> </tr> <tr> <td>5</td> <td>Guidance Document for BA/BE NOC Applications for Export Purpose (Draft 2014)</td> <td>2014-Jan-04</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MzIzNw=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>294 KB</td> </tr> <tr> <td>6</td> <td>Neutral Code - labelling</td> <td>2014-Jan-04</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MzIzNA=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>1143 KB</td> </tr> <tr> <td>7</td> <td>Revised Checklist for Pre-screening of BA/BE Applications (Draft 2014) effective from 1st Feb 2014</td> <td>2014-Jan-04</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MzIzNg=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>327 KB</td> </tr> <tr> <td>8</td> <td>Document required for approval of BA-BE center</td> <td>2014-Jan-04</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MzIzOA=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>58 KB</td> </tr> </tbody> </table> </div> </div> </div> <div class="tab-pane fade" id="tab2"> <div class="wrap-appr"> <div class="col-md-12 col-sm-12 table-responsive"> <table class="w-100 table table-bordered bg-head table-striped example1" data-limit-navigation="5" data-page-size="10" data-filter="#filter" data-filter-text-only="false" id="example1"> <thead > <tr > <th>S.no</th> <th>Title</th> <th>Release Date</th> <th>Download Pdf</th> <th>Pdf Size</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Name of approved Bio - Analytical Labs till DATE 28.02.2020</td> <td>2020-Feb-28</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTY3Ng=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>12 KB</td> </tr> <tr> <td>2</td> <td>Updated BA-BE Study Centre List on 29.01.2019</td> <td>2019-Apr-02</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NDI4OQ=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>154 KB</td> </tr> </tbody> </table> </div> </div> </div> <div class="tab-pane fade" id="tab3"> <div class="wrap-appr"> <div class="col-md-12 col-sm-12 table-responsive"> <table class="w-100 table table-bordered bg-head table-striped example2" data-limit-navigation="5" data-page-size="10" data-filter="#filter" data-filter-text-only="false" id="example2"> <thead > <tr > <th>S.no</th> <th>Title</th> <th>Release Date</th> <th>Download Pdf</th> <th>Pdf Size</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Module for online processing of applications for registration of BA BE study centres (CT-08)</td> <td>2021-Oct-01</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NzczOQ=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>303 KB</td> </tr> <tr> <td>2</td> <td>Submission of Post Approval Changes Applications through SUGAM Portal</td> <td>2021-Sep-29</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NzczNQ=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>199 KB</td> </tr> <tr> <td>3</td> <td>Conduct of BA-BE Study for Export purpose in present situation due to outbreak of COVID-19</td> <td>2020-Jun-09</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTk4Nw=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>599 KB</td> </tr> <tr> <td>4</td> <td>Notice regarding Permission to conduct BA/BE study and clinical trial</td> <td>2020-Feb-21</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTc5Nw=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>346 KB</td> </tr> <tr> <td>5</td> <td>Notice regarding sub-acute toxicity study report for injectable products for BA/BE study in human for export</td> <td>2020-Feb-21</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTc5Mg=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>350 KB</td> </tr> <tr> <td>6</td> <td>Notice regarding Stability data for BA/BE study in Human for export</td> <td>2020-Feb-21</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTc5MQ=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>384 KB</td> </tr> <tr> <td>7</td> <td>Notice regarding Processing of application for BA/BE permission issued in Form CT-07 and Import Licence issued in Form CT-17 for Export</td> <td>2020-Feb-21</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTYxOQ=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>228 KB</td> </tr> <tr> <td>8</td> <td>Processing of Post Approval Changes to BA/BE permission issued in CT-07 and Import Licence issued in Form CT-17 for Export</td> <td>2020-Jan-27</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTQ5OA=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>261 KB</td> </tr> <tr> <td>9</td> <td>Notice dated 18-10-2019</td> <td>2019-Oct-18</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTE3Nw=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>470 KB</td> </tr> <tr> <td>10</td> <td>Name Of Approved Clinical Centres</td> <td>2018-Apr-08</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MTgz'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>262kb</td> </tr> <tr> <td>11</td> <td>Guidance document for approval of ba/be noc for export purpose as per schedule y &amp; test licence in form 11 of drugs and cosmetics rules, 1945</td> <td>2018-Jan-01</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MTg0'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>934kb</td> </tr> <tr> <td>12</td> <td>Documents to be submitted for Bioequivalence Study for export applications</td> <td>2018-Jan-01</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MTg2'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>92kb</td> </tr> <tr> <td>13</td> <td>Document required for approval of BA-BE center</td> <td>2017-Jan-01</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MTg3'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>58kb</td> </tr> <tr> <td>14</td> <td>Notice regarding SUGAM Online </td> <td>2016-Sep-21</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTIw'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>1,820KB</td> </tr> <tr> <td>15</td> <td>Extension of validity of approval of BA/BE Centre from 01 (one) year to 03 (three) years. </td> <td>2016-Sep-05</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTIy'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>45KB</td> </tr> <tr> <td>16</td> <td>Notice regarding for online BA/BE for Export</td> <td>2016-Aug-22</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTI3'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>1,290KB</td> </tr> <tr> <td>17</td> <td>Notice regarding meeting 12 july 2016 CDSCO</td> <td>2016-Jul-05</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NTMz'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>302KB</td> </tr> <tr> <td>18</td> <td>Notice </td> <td>2015-Aug-11</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=NjQx'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>312KB</td> </tr> <tr> <td>19</td> <td>Revised Checklist for Pre-screening of BA/BE Applications (Draft 2014) effectiv</td> <td>2014-Feb-01</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MTg5'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>327kb</td> </tr> <tr> <td>20</td> <td>Guidance Document for BA/BE NOC Applications for Export Purpose (Draft 2014)</td> <td>2014-Jan-25</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MTkw'><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>294kb</td> </tr> <tr> <td>21</td> <td>Requirement of Obtaining Approval from the Office of Drugs Controller General of India (DCGI) Prior to Initiation of activity of Bio Analytical Laboratory for the Purpose of Analysis of Samples Obtained from Bio Availablity and Bio Equivalence Studies</td> <td>2014-Jan-04</td> <td><a href='/opencms/opencms/system/modules/CDSCO.WEB/elements/download_file_division.jsp?num_id=MzIzMQ=='><i class="fa fa-file-pdf-o" style="color: red"></i></a></td> <td>140 KB</td> </tr> </tbody> </table> </div> </div> </div> <div class="tab-pane fade" id="tab4"> <div class="wrap-appr"> <div class="col-md-12 col-sm-12 table-responsive"> <table class="w-100 table table-bordered bg-head table-striped example3" data-limit-navigation="5" data-page-size="10" data-filter="#filter" data-filter-text-only="false" id="example3"> <thead > <tr > <th>S.no</th> <th>Title</th> <th>Release Date</th> <th>Download Pdf</th> <th>Pdf Size</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> </div> </div> <!--med_nav --> <!--<div class="col-md-3 col-sm-12 col-xs-12 pad-top double"> <div class="col-md-12 col-sm-12 col-xs-12"> <div id="approval_clearance" ></div></div> </div>--> <!-- col-md-3 col-sm-12 col-xs-12 pad-top double --> </div> <!-- section3_medical --> </div> <!-- section3 --> </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 id="footer2" ><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></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> $.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'}); </script> </body> </html>

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