/********************Kamana code 28 May2024 ********************/ 
a{
text-decoration:none;
color: #337ab7;
}
ul li {
    font-size: 17px;
}
blockquote {
    padding-left: 20px;
}
blockquote ul li ul {
    padding-left: 20px;
    margin: 6px 0 0;
    list-style: decimal;
}
.pe-auto {
    cursor: pointer !important;
}
.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}
#myNavbar li a span {
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
}
#myNavbar li a span .fa-circle {
    display: none;
}
#myNavbar li a span .fa-stack-1x, #myNavbar li a span .fa-stack-2x {
    position: static;
    font-size: 20px;
}
#myNavbar li a {
    text-align: center;
    padding: 0px 15px 0px 15px;
}
body #navbar1 #myNavbar li a p {
    padding: 0 !important;
    margin: 0;
    color: #fff;
    font-size: 16px;
}
#myNavbar li .dropdown-menu li a {
    text-align: left;
    display: block;
    padding: 2px 15px;
    line-height: normal;
    margin: 2px 0;
}
#myNavbar li .dropdown-menu li a:hover {
    background: #fff;

}
body #navbar1 #myNavbar li .dropdown-menu li a:hover p {
    color: #345484 ;
}
#myNavbar li .dropdown-menu li.active.current-menu-item a {
    background: #2e6da4;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}
 body #navbar1 #myNavbar li .dropdown-menu li.active.current-menu-item a p{
 color:#fff;
 }
#mySidenavh ul .branch i {
    background: #fff;
    color: #000;
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 17px;
    border-radius: 100px;
    font-size: 11px;
}
.glyphicon-plus-sign:before {
    content: "\f067";
}

.glyphicon-minus-sign:before, .glyphicon-minus:before {
    content: "\f068";
}
.glyphicon-plus-sign:before, .glyphicon-minus-sign:before, .glyphicon-minus:before {
    font-family: 'FontAwesome';
    font-style: normal;
    padding-left: 3px;
}
table.bg-head thead tr th {
    background: transparent;
    color: #fff;
}
.dt-layout-table table tr th, .dt-layout-table table tr td {
    text-align: start !important;
}
/**Tabs***/
  .btn-pref li {
          width: 25%;
		  padding: 0;
          }
		  .btn-pref li .btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
	    
}
.btn-pref li .btn-default, .btn-pref li .btn-primary {
    min-height: 80px;
}
         body #mainh .dt-container .dt-layout-row:first-child, .dt-container .dt-layout-row:last-child {
              display: flex;
              justify-content: space-between;
            align-items: center;
          }
          body #mainh .dt-container .dt-layout-table table td {
    border: 1px solid #ddd !important;
    padding: 5px;
}
           body #mainh .dt-container .dt-layout-table table {
              border-bottom: 1px solid #ddd;
          }
          body #mainh .dt-container .dt-layout-row:first-child .dt-layout-cell.dt-start .dt-input {
              margin-right: 5px;
          }
           body #mainh.dt-container .dt-layout-row:first-child .dt-layout-cell.dt-end .dt-input {
              margin-left: 5px;
          }

          body #mainh .dt-container .dt-layout-row:last-child .dt-layout-cell.dt-end .dt-paging-button
     .dt-container .dt-layout-row:last-child .dt-layout-cell.dt-end .dt-paging-button.current, 
      body #mainh .dt-container .dt-layout-row:last-child .dt-layout-cell.dt-end .dt-paging-button:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
      background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
      background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
      background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
      background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
      background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
      border: 1px solid #979797;
          color: #333 !important;
    }
        .breadcrumb-bg .breadcrumb li:first-child {
            padding-left: 0;
        }
        .breadcrumb-bg .breadcrumb li a {
            color: #337ab7;
        }

        .breadcrumb-bg .breadcrumb li {
            padding: 0 7px;
            position: relative;
        }
        .breadcrumb-bg .breadcrumb li:before {
            position: absolute;
            content: '';
            width: 1px;
            height: 15px;
            background: #9d9d9d;
            left: 0;
            transform: rotate(10deg);
            top: 6px;
        }
         .breadcrumb-bg .breadcrumb li:first-child:before {
          display: none;
         }
     
     #whats_new .css_blink {
    margin: 0;
}
.inner-right-all .panel-group .panel .panel-collapse span img {
    width: 100%;
}
.btn-pref li.col button {
    min-height: 90px;
}
.contact-agileits-inner .address-info-w3ls:nth-child(2) {
    order: 3;
}
.contact-agileits-inner .address-info-w3ls {
    float: none;
}
body .ui-tabs .ui-tabs-nav li {
    margin: 0;
    display: flex;
}
.thumbnail-kenburn img {
    width: 100%;
}
.ap-sitemap .collapse.in {
    display: block;
}
.doc_dowload {
    width: 55%;
    margin: 0 auto;
}
.doc_dowload ul li {
    width: 50%;
}
.doc_dowload ul li button {
    width: 100%;
}
body .ev_pu {
    background: #dcdcdc;
    padding: 20px 30px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
.inner-lab.martop table th {
    background: transparent;
}
.eve_panel {
    border: 1px solid gray;
}
ul.ul_events {
    padding: 7px 15px 20px 30px;
}
.tab-v1 p {
    font-family: 'Archivo Narrow';
}
.board .tab-v1 h4, .board .tab-v1 table th, .board .tab-v1 table td {
    font-size: 17px;
    color: #333;
    font-family: 'Archivo Narrow';
}
section.govt_web.ckg .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
}
 .pagination li a {
    border: 1px solid #ddd;
    background: #eeee;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #337ab7;
	text-decoration:none
}
.pagination li.active a {
    background: #337ab7;
    color: #fff;
}
.govt_web.ckg {
    margin-top: 70px;
}

/*faq*/
.industry_section1 {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    padding: 9px 0;
}
#integration-list .panel.panel-default {
    border: 1px solid transparent;
    border-color: gray;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 8px;
}
#integration-list .panel.panel-default h4.panel-title {
    margin: 0;
}

.evets .row, .well {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    background: #e9e7e7;
    padding: 20px 20px 20px 10px;
    border: 1px solid #e3e3e3;
}
.ui-tabs ul.ui-tabs-nav {
    padding-top: 0;
    border: 0;
    background: transparent;
    border-radius: 0px;
}

.ui-tabs ul.ui-tabs-nav li {
    border: 0;
}
.ui-tabs ul.ui-tabs-nav li a {
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.ui-tabs ul.ui-tabs-nav li a i {
    padding-bottom: 4px;
}
.ui-tabs ul.ui-tabs-nav li.ui-tabs-active.ui-state-active a {
    background-color: #1990c5;
    border-color: #1990c5;
    color: #fff;
}
.mid_div .text-right img {
    width: 100%;
	object-fit:contain;
}
div#who_img3 img {
    width: 142px;
    height: 198px;
    object-fit: cover;
    border-radius: 100%;
    border: 4px solid #000;
    box-shadow: 2px 2px 5px #000;
}
div#who_img2 img {
    height: 198px;
    object-fit: cover;
}

@media (max-width:1280px){
.doc_dowload {
    width: 80%;
}
}

@media (max-width:1280px){
.doc_dowload {
    width: 100%;
}
}
/********************end code 28 May2024 ********************/ 
.section3 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #385587;
}

#myNavbar br {
    height: 1px;
    display: block;
    margin-top: -5px;
}
.breadcrumb-bg br {
    display: none;
}

.fa-2g {
    font-size: 42px !important;
    line-height: 0px !important;
	padding-top: 8px;
}

#myNavbar li .dropdown-menu {
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 300px;
    padding: 10px 5px;
    background-color: #385587;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.text-justify.bold {
    text-transform: capitalize !important;
}

/* Menu for mobile view */
.nav>li:hover>ul {
	text-decoration: none;
	/*background-color: #eee #777 !important;*/
	background-color: #385587  !important;
}
#gwt-uid-27 {
    color: #000 !important;
}
.hj i {
    font-size: 26px;
    color: orange;
    vertical-align: middle;
    display: inline-block;
    margin-top: 12px;
}

#navbar1.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	right: 0;
	background-color: #606c88 !important;
	-webkit-linear-gradient
	(top,
	#606c88
	0%,
	#7e8cad
	100%)
}
.section3 .tab-content {
	border: 1px solid #d5d5d5;
	/*max-height: 235px;*/
	overflow: hidden;
	padding: 20px;
}
#linksq ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    font-size: 17px;
    color: #000;
}
#summary {
    height: 45px;
    overflow-y: scroll;
}
html,body {
	height: 100%;
	font-family: 'Archivo Narrow' !important;
	font-weight: 400;
	font-size: 14px;
}

.twitter {
position: fixed;
    right: 0px;
    z-index: 99999;
    top: 43%;
   
}

.twitter:hover .fa-twitter {
	color: #2aabd2;
	transition: 1s;
	transform: rotateY(360deg);
}

.twitter:hover {
	background: #fff;
}

.sugam {
	position: fixed;
	right: 0;
	z-index: 99999;
	top: 55%;
	background-color: #e6cadd;
	width: 42px;
}

.bg-gray-new ul li a {
	color: #000 !important;
	font-size: 16px !important
}

.cons1 li {
	list-style: none;
}

.cons1 li a {
	color: #000 !important
}

.cons2 li a {
	color: #000 !important
}

.cons3 li a {
	color: #000 !important
}

.cons1 li::before {
	content: "\f0a4";
	color: orange;
	position: relative !important;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 21px;
	padding-right: 0px;
	position: absolute;
	top: 1px;
	left: -12px;
}

.btn-round1 {
	border-radius: 17px;
}

.paitent .cons1 {
	min-height: 223px;
}

.paitent .cons2 {
	min-height: 240px;
}

.cons2 li::before {
	content: "\f0a4";
	color: orange;
	position: relative !important;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 21px;
	padding-right: 0px;
	position: absolute;
	top: 1px;
	left: -12px;
}

.cons3 li::before {
	content: "\f0a4";
	color: orange;
	position: relative !important;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 21px;
	padding-right: 0px;
	position: absolute;
	top: 1px;
	left: -12px;
}

.cons4 li::before {
	content: "\f0a4";
	color: orange;
	position: relative !important;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 21px;
	padding-right: 0px;
	position: absolute;
	top: 1px;
	left: -12px;
}

.cons4 li {
	list-style: none;
}

.cons3 li {
	list-style: none;
}

.cons2 li {
	list-style: none !important;
}

.sugam:hover .sugam_img {
	color: #3B5998;
	transition: 1s;
	transform: rotateY(360deg);
}

.sugam:hover {
	background: #ffffff;
}

.email {
	position: fixed;
	right: 0;
	z-index: 99999;
	top: 41%;
	background-color: #ffbb33;
	width: 42px;
}

.email:hover .fa-envelope {
	color: #ffbb33;
	transition: 1s;
	transform: rotateY(360deg);
}

.fourt-lab {
	background: #a9a9a9 !important;
}

.wrap-lab ul li {
	background: #a9a9a9 !important;
}

.email:hover {
	background: #fff;
}

.wrap-lab span.round-tabs.one {
	color: #00acc1;
}

.wrap-lab span.round-tabs {
	width: 42px;
	height: 42px;
	line-height: 43px;
	display: inline-block;
	border-radius: 0px;
	background: white;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}

.wrap-l ul li a i {
	display: block;
	margin-top: 0px;
	vertical-align: middle;
	font-size: 27px;
}

.wrap-l.nav-tabs .active {
	background-color: #64708c !important;
}

.wrap-lab span.round-tabs {
	width: 42px !important;
	height: 42px !important;
	line-height: 43px !important;
	display: inline-block;
	border-radius: 0px !important;
	background: white;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}

.wrap-lab .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.wrap-lab .nav>li>a:active:focus {
	color: #000 !important;
	background-color: #64708c !important;
}

.wrap-lab .nav-tabs .active {
	background-color: #64708c !important;
}

.wrap-lab .nav-tabs>li a {
	width: 42px;
	height: 42px;
	margin: 20px auto 33px auto;
	padding: 0;
}

.wrap-lab .nav>li>a {
	position: relative;
	display: block;
	padding: 1px 1px !important;
}

.section2 .nav>li>a {
	color: #000 !important;
	display: block;
	font-size: 17px;
	font-weight: 400;
	padding: 10px 15px;
	position: relative;
	text-transform: capitalize !important;
}

.section2 {
	/*background-color: #d2d2d2;*/
	background-color:#eeeeee !important;
	padding-bottom: 21px;
}

.nav
.section2_main {
	
}

bar-blue .nav>li {
	position: relative;
	display: block;
	/* padding: 0px 8px; */
	width: 12%;
}

.panel-about-right {
	background-color: #fff;
	padding: 16px;
	margin-top: 20px
}

.panel-about-right .panel {
	background: #eee none repeat scroll 0 0;
	min-height: 326px;
}

.navbar-nav {
	float: none !important;
	margin: 0;
}


.dispatch .zero-margin a {
	color: #fff !important;
}

/*.bg-gray {
	background-color: #d0d0d0;
	padding-bottom: 63px;
}*/
.commenbg {
    background-color: #f2f2f2;
    padding: 20px 5px;
    min-height: 578px;
}
.commenbg {
    background-color: #f2f2f2;
    padding: 20px 5px;
    min-height: 578px;
}
.bg-gray {
    background-color: #d0d0d0;
    padding-bottom: 42px;
    padding-top: 24px;
}							  

.bg-gray-new {
	background-color: #f0f0f1;
}
.wrap-ifamesouth iframe{width:100%;height:380px;}
.wrap-lab .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus
	{
	color: #555555;
	cursor: default;
	background-color: #ffffff;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-color: transparent;
}

.wrap-ahem iframe{width:100%;height:460px;}
.wrap-subzone iframe{width:100%;height:300px;}											  
.wrap-lab span.round-tabs {
	line-height: 43px;
	text-align: center;
	font-size: 25px;
}

#nw_up span {
	border-right: 1px dotted #777;
	padding: 5px;
}

/* .feedback {
	position: fixed;
	right: 0;
	top: 50%;
} */
#wrapper {
	/* min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	 the bottom margin is the negative value of the footer's height
	 margin: 0 auto -80px;    changed for ie8 repeatition bug
	scroll: auto;*/
}

.footer,.push {
	height: 0px; /* .push must be the same height as .footer */
}
div#footer1 {
    padding-bottom: 20px;
}
/* .main_div {
	background: url('../img/bg10.png');

} 

/* for theme color */
body.dbg {
	background: #000;
	color: #ffea00;
}

body.dbg .main_content {
	background: #000;
	color: #ffea00;
}

body.home header.dbg div {
	background: #000;
	color: #ffea00;
}

body.home header.dbg ul.navbar-nav li ul.dropdown-menu {
	background: #777777;
}

body.home header.dbg a {
	color: #ffea00;
}

body.dbg .breadcrumb {
	background: #000;
}

body.home section.dbg {
	background: #000;
	color: #ffea00;
}

body.home section.dbg a {
	color: #ffea00 !important;
}

body.home section.dbg div {
	background: #000;
	color: #ffea00;
}

body.home section.abt_lab.dbg div.panel-heading {
	background: #686868;
	color: #ffea00;
	font-size: 20px;
}

body.home section.govt_web.dbg div#owl-demo {
	background: #fff;
}

body.home section.govt_web.dbg div {
	background: #fff;
	color: #ffea00;
}

/*for background*/
/* Themes for different contexts */
.bs-callout-danger {
	background-color: #fcf2f2;
	border-color: #d9534f;
}

.bs-callout-warning {
	background-color: #fefbed;
	border-color: #f0ad4e;
}

.bs-callout-info {
	background-color: #f0f7fd;
	border-color: #5bc0de;
}

/*end of callouts css*/

/* bagckground colors for status*/
.bg-blue {
	background-color: #0073b7 !important
}

.bg-teal {
	background-color: #39cccc !important
}

.bg-maron {
	background-color: #AE404C !important
}

.bg-light-green {
	background-color: #BBC312 !important
}

.bg-brown {
	background-color: #b76828 !important
}

.bg-peach {
	background-color: #f99a91 !important;
	color: #ffffff
}

.bg-pink {
	background-color: #d772b0 !important;
	color: #ffffff
}

.bg-dgreen {
	background-color: #00a65a !important;
}

.bg-teal-gradient {
	background: #39cccc !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc),
		color-stop(1, #7adddd) ) !important;
	background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
	background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%)
		!important;
	background: -o-linear-gradient(#7adddd, #39cccc) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd',
		endColorstr='#39cccc', GradientType=0 ) !important;
	color: #fff;
}

.bg-light-blue-gradient {
	background: #3c8dbc !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc),
		color-stop(1, #67a8ce) ) !important;
	background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
	background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%)
		!important;
	background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce',
		endColorstr='#3c8dbc', GradientType=0 ) !important;
	color: #fff;
}

.bg-blue-gradient {
	background: #0073b7 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7),
		color-stop(1, #0089db) ) !important;
	background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
	background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%)
		!important;
	background: -o-linear-gradient(#0089db, #0073b7) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db',
		endColorstr='#0073b7', GradientType=0 ) !important;
	color: #fff;
}

.bg-aqua-gradient {
	background: #00c0ef !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef),
		color-stop(1, #14d1ff) ) !important;
	background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
	background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%)
		!important;
	background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff',
		endColorstr='#00c0ef', GradientType=0 ) !important;
	color: #fff;
}

.bg-yellow-gradient {
	background: #f39c12 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12),
		color-stop(1, #f7bc60) ) !important;
	background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
	background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%)
		!important;
	background: -o-linear-gradient(#f7bc60, #f39c12) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60',
		endColorstr='#f39c12', GradientType=0 ) !important;
	color: #fff;
}

.bg-purple-gradient {
	background: #605ca8 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8),
		color-stop(1, #9491c4) ) !important;
	background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
	background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%)
		!important;
	background: -o-linear-gradient(#9491c4, #605ca8) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4',
		endColorstr='#605ca8', GradientType=0 ) !important;
	color: #fff;
}

.bg-green-gradient {
	background: #00a65a !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a),
		color-stop(1, #00ca6d) ) !important;
	background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
	background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%)
		!important;
	background: -o-linear-gradient(#00ca6d, #00a65a) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d',
		endColorstr='#00a65a', GradientType=0 ) !important;
	color: #fff;
}

.bg-red-gradient {
	background: #dd4b39 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39),
		color-stop(1, #e47365) ) !important;
	background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
	background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%)
		!important;
	background: -o-linear-gradient(#e47365, #dd4b39) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365',
		endColorstr='#dd4b39', GradientType=0 ) !important;
	color: #fff;
}

.bg-black-gradient {
	background: #111111 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111),
		color-stop(1, #2b2b2b) ) !important;
	background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
	background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%)
		!important;
	background: -o-linear-gradient(#2b2b2b, #111111) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b',
		endColorstr='#111111', GradientType=0 ) !important;
	color: #fff;
}

.bg-maroon-gradient {
	background: #d81b60 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60),
		color-stop(1, #e73f7c) ) !important;
	background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
	background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%)
		!important;
	background: -o-linear-gradient(#e73f7c, #d81b60) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c',
		endColorstr='#d81b60', GradientType=0 ) !important;
	color: #fff;
}
/* end of background colors for status*/

/**/
.scroll-up {
	height: 210px;
	overflow: hidden;
	/* position: relative; */
}

.scroll-up span {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	/* Starting position */
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	/* Apply animation to this element */
	-moz-animation: scroll-up 10s linear infinite;
	-webkit-animation: scroll-up 10s linear infinite;
	animation: scroll-up 10s linear infinite;
}

.scroll-up span:hover {
	animation-play-state: paused
}

@
-moz-keyframes scroll-up { 0% {
	-moz-transform: translateY(100%);
}

100%
{
-moz-transform
:translateY
(-100%);


}
}
@
-webkit-keyframes scroll-up { 0% {
	-webkit-transform: translateY(100%);
}

100%
{
-webkit-transform
:translateY
(-100%);


}
}
@
keyframes scroll-up { 0% {
	-moz-transform: translateY(100%); /* Browser bug fix */
	-webkit-transform: translateY(100%); /* Browser bug fix */
	transform: translateY(100%);
}

100%
{
-moz-transform:translateY(-100%); /* Browser bug fix */
-webkit-transform:translateY(-100%); /* Browser bug fix */
transform:translateY(-100%);
}
}

/* added from groundworks as removed from bootstrap */
legend,fieldset {
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

fieldset,.fieldset {
	border: 1px solid #dddddd;
	padding: 10px;
	border-radius: 7px;
}

legend,.legend {
	font-weight: 800;
	color: #757474;
	margin-bottom: 0;
	font-size: 15px;
}

.scrollToTop {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 55px;
	right: 40px;
	display: none;
	z-index: 9999;
}

.scrollToTop:hover {
	text-decoration: none;
}

/*header*/
.header_top { /* background: #F0F0F0; */
	/* background: #3F3B3B;
	background: #aa6e15;*/
	background: #42403e;
	font-size: 13px;
	border-bottom: 1px solid #CFCBCB;
	color: #fff;
}

.navbar-blue {	
	  background: #166290 !important;
}

.navbar-blue .navbar-header {
	background-color: #0e4d91 !important;
	/* 	position: fixed; */
}
/* #myNavbar{
	position:fixed;
	
}  */
.navbar-blue .navbar-brand.visible-xs {
	text-shadow: none !important;
	color: #000;
	padding: 10px;
}
/*Header menu icons name  */
.navbar-default.navbar-blue .navbar-nav>li>a {
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Archivo Narrow';
	transition: .6s ease;
	-webkit-transition: .6s ease;
	-ms-transition: .6s ease;
	transition: .6s ease;
}

h1,h2,h3,h4,h5,h6 {
	
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus
	{
	/*color: #000 !important;
	background-color: #F0F0F0 !important;*/
	    color: #f9f6f6 !important;
   background-color: #385587 !important;
}

.navbar-default .navbar-nav>li.open>a {
	color: #fff !important;
}

/*for increase and decrease font-size*/
.main_div {
	font-size: 17px;
}
/* navbar */
.menu .navbar {
	min-height: auto !important;
	border-color: transparent !important;
	border-radius: 0px !important;
}

/**/

/*dropdown in header*/
.open>.dropdown-menu {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}



/* on hover of theme  color*/
a.dark_bg,a.dark_bg:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
}

a.light_bg,a.light_bg:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
}
/**/

/*border on the links in header*/
.head_links a { /* border-right:1px solid #D7D0D0; */
	padding-left: 5px;
	padding-right: 5px;
}
/**/

/*header top section*/
header h4,header h5 {
	margin: 0px !important;
	padding-top: 5px !important;
	    color: #000;
}

header h4 {
	/*color: #0E77D1;#385587*/
	color: #00468C;
	font-weight: bold;
}

.text_size a:hover {
	text-decoration: none;
	color: #fff !important;
	background: #777;
}
/**/

/* for news section*/
ul.news {
	list-style: none;
	/* padding:25px; */
	/* padding-right:25px; */
	font-size: 14px;
}

ul.news li {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #E1E1E1;
}

ul.news li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.css_blink {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	color: #fff !important;
	font-size: 13px;
}

@
-moz-keyframes blinker { 0% {
	opacity: 1.0;
}

50%
{
opacity:0.0;
}
100%
{
opacity:1.0;
}
}
@
-webkit-keyframes blinker { 0% {
	opacity: 1.0;
}

50%
{
opacity:0.0;
}
100%
{
opacity:1.0;
}
}
@
keyframes blinker { 0% {
	opacity: 1.0;
}

50%
{
opacity:0.0;
}
100%
{
opacity:1.0;
}
}

/**/

/* carousel section*/
.main_sec {
	box-shadow: 0 0 8px 0 rgba(158, 157, 157, 0.5);
	padding: 0px 15px;
	/* padding: 1em 2em 1em 1em; */
	background: #fff;
}

.main_secinner {
	box-shadow: 0 0 0px 0 rgba(158, 157, 157, 0.5);
	padding: 0em 2em 0em 2em;
	background: #fff;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #e1dddd !important;
	border-radius: 4px;
}
.breadcrumb-bg{
	margin-left: 15px;
margin-right: 15px;
	list-style: none;
	background-color: #e1dddd !important;
	border-radius: 4px;}
/* .carousel-control.right,.carousel-control.left{
	background:none !important;
}
 */
 .pushallab{margin-bottom:100px;}
#transition-timer-carousel .carousel-inner img {
	width: 100%;
}


.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}


.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}

.transition-timer-carousel .carousel-control {
	z-index: 11;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar {
	height: 5px;
	background-color: #ffffff;
	width: 0%;
	margin: -5px 0px 0px 0px;
	border: none;
	z-index: 11;
	position: relative;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar.animate
	{
	/* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
	-webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}
/* .transition-timer-carousel .carousel-control.right{
right: -12px !important;
background-image: none;
background: none repeat scroll 0 0 #222222;
border: 4px solid #FFFFFF;
border-radius: 23px 23px 23px 23px;
height: 40px;
width: 40px;
margin-top: 30px;
} */
.header-text {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 75%; //
	left: 1.8%;
	left: 10%;
	right: auto;
	width: 100%;
	color: #fff;
}

.header-text div {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	color: #000;
}

.right_panel {
	border: 1px solid #777;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}


/*End of overlay  */
.section2 [class*="alert-"] {
	border-radius: 10px;
	width: 200px;
	height: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	/* background-image: linear-gradient(to bottom, #ea9762 0%, #e5dfbc 100%) */
}

.section2 {
	background-color:#eeeeee !important; /*#DFDCE3,#d2d2d2,#CAE4DB  */
	/* 	padding: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 30px !important; */
}

.section2_main { /* background-color: #d2d2d2; */ /*#DFDCE3,#CAE4DB  */
	/*  padding: 10px; */
	padding-bottom: 20px;
	padding: 0em 2em !important;
}

.section2_medical {
	background-color: #fff;
}

/*STARTS HERE  :......Section3 of homepage  */
/*activity rounded  */
/* .activity_rounded
{
	display:inline-block;
	border-radius:50%;
	border:10px solid #3e2b14;
	padding:10px;
} */
#vision {
	background: none repeat scroll 0 0 #BFD8D2;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	/*  padding:4em 2em 4em;  */
	/* height: 400px; */
	margin-bottom: 20px;
}

/* #third_sec_main-slider{
	background-color:pink;
	
} */
.br_orange {
	color: #ff6d00;
	font-size: 20px;
}

/*ENDS HERE :.......Section3 of homepage..........  */
.section4 h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
}
 /*.section4 .headline h3{
   
    font-size: 32px;
    font-weight: bold;
    padding: 25px 0;
    text-align: center;
    text-transform: capitalize;
 
 }*/
.link1 {
	background: #fff;
	/* background:#337ab7; */
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 5px;
	border-radius: 10px;
}

.link1 a { /* color:#fff !important; */
	
}
/**/

/*for important links*/
.imp_links {
	background: url('../img/med_bg1.jpg') !important;
	background-repeat: repeat;
	background-size: auto auto;
	padding: 2em 0em 1em 0em;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 20px;
   /* background: #e4e4e4 !important;*/
}

.imp_links h2 {
	color: #1a5f9e;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 32px;
	text-align: center;
	text-transform: capitalize
}

.imp_links .white {
	color: #1a5f9e !important;
	font-size: 24px !important;
}

.imp_links [class*="bg-"] {
	border-radius: 20px !important;
}

/* important links code by harshita*/
/*.imp_links .fa-stack:hover .fa-users {
	color: #ec863a;
}

.imp_links .fa-stack:hover .fa-industry {
	color: #ec863a;
}

.imp_links .fa-stack:hover .fa-list-alt {
	color: #ec863a;
}

.imp_links .fa-stack:hover .fa-check-square-o {
	color: #ec863a;
}

.imp_links .fa-stack:hover .fa-bed {
	color: #ec863a;
}

.imp_links .fa-stack:hover .fa-circle {
	color: white;
}

.imp_links .fa-stack:hover .fa-weixin {
	color: #ec863a;
}*/
/**/

/* for govt web directory*/
#owl-demo img {
	margin-left: auto;
	margin-right: auto;
}

.govt_web .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
body .govt_web .owl-dots button.active {
    opacity: 1;
}
.fa-stack{padding-top:7px !important;}
.govt_web .owl-prev,.govt_web .owl-next {
	position: absolute !important;
	top: 30% !important;
	padding: 5px !important;
	margin: 0 !important;
	z-index: 100 !important;
	font-size: 3rem !important;
	cursor: pointer !important;
	color: #555555 !important;
}

.govt_web .owl-prev { /* left:-60px; */
	left: -1px;
}

.govt_web .owl-next { /* right:-60px; */
	right: -1px;
}

.govt_web .owl-theme .owl-controls .owl-buttons div {
	color: #555555 !important;
	display: inline-block !important;

	*display: inline !important; /*IE7 life-saver */
	font-size: 3rem !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: transparent !important;
	filter: Alpha(Opacity =           100) !important; /*IE7 fix*/
	opacity: 1 !important;
	margin-top: -32px !important;
}

.govt_web .owl-theme .owl-controls .owl-buttons div:hover {
	color: #2a6496;
}

.govt_web #owl-demo2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 80px;
    object-fit: contain;
}
/**/

/*start of css for dispatch report*/
.axisLabel {
	position: absolute;
	text-align: center;
}

.xaxisLabel { /* bottom: 3px; */
	bottom: -25px;
	left: 0;
	right: 0;
}

.yaxisLabel {
	top: 50%;
	/*  left: 2px; */
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

.flot-x-axis div.flot-tick-label {Rotate Axis Labels transform:translateX(50%)rotate(-20deg);
	CSS3 transform-origin: 0 0;
	-ms-transform: translateX(50%) rotate(20deg);
	IE -ms-transform-origin: 0 0;
	-moz-transform: translateX(50%) rotate(20deg);
	Firefox -moz-transform-origin: 0 0;
	-webkit-transform: translateX(50%) rotate(20deg); Safari and Chrome
	-webkit-transform-origin : 0 0;
	-o-transform: translateX(50%) rotate(20deg);
	Opera -o-transform-origin: 0 0;
}

.dispatch .panel-info {
	margin-bottom: 10px;
}

/**/

/* footer section*/
footer {
	/*background: #111; rgb(0, 38, 51)*/
	background: #21343c;
	color: #fff;
	padding: 24px 0px 0px 0px;
	margin-top: 86px;
}

footer .policy a {
	color: #fff !important;
}

footer span a {
	
}
/**/

/*sidemenu in reference standards*/
#sidemenu tbody tr.main { /*background-color:#1A242F;*/
	background-color: #316CA7;
	color: #fff;
}

#sidemenu tbody tr.sub-head {
	color: #fff !important;
}
/**/

/*ul li different styles*/
ul.tick {
	list-style-image: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/listStyle.png');
}

ul.tick li {
	padding-bottom: 10px;
}

ul.arrow {
	list-style-image: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/arrow.png');
}

ul.arrow  li {
	padding-bottom: 10px;
}
/**/

/* font sizes */
.font_16 {
	font-size: 17px !important;
}

.font_18 {
	font-size: 17px;
}

.font_24 {
	font-size: 24px;
}
/**/

/* background color*/
.bg-black {
	background-color: #000;
}

.bg-grey {
	background-color: #F0F0F0;
}

.bg-white {
	background-color: #fff;
}
/**/

/* text color*/
.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	text-decoration: italic;
}

.grey {
	color: #777;
}

.text-black {
	color: #000;
}

.orange {
	color: #e34b04;
}

.red {
	color: #b73c33;
}

.white {
	color: #fff;
}

.black {
	color: #000000;
	font-size: 17px;
	list-style: none;
}

.black ::before {
	content: "\f00c";
	font-family: font-awesome;
}

.blue {
	color: #0099CC;
	margin: 0px auto;
}

.contact-us {
	padding: 10px;
	border: 1px solid #d5d5d5;
	min-height: 360px;
	margin: 0px 0px;
	box-sizing: border-box;
	box-shadow: 1px 2px 1px -2px #999;
	background: #eee;
}

.contact-us .bold {
	text-transform: uppercase;
}

.yellow {
	color: #FFF300 !important;
}

.blue_gradient {
	background: transparent
		-moz-linear-gradient(center bottom, #064796 0%, #60c7f7 100%) repeat
		scroll 0% 0% !important;
	background: #60c7f7 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #064796),
		color-stop(1, #60c7f7) ) !important;
	background: -ms-linear-gradient(bottom, #064796, #60c7f7) !important;
	background: -moz-linear-gradient(center bottom, #064796 0%, #60c7f7 100%)
		!important;
	background: -o-linear-gradient(#064796, #60c7f7) !important;
	filter: progid:       DXImageTransform.Microsoft.gradient(startColorstr='#60c7f7',
		endColorstr='#064796', GradientType=0 );
	color: #fff !important;
}
/**/

/*padding and margin*/
.border_grey {
	border-bottom: 3px solid #B9C4C880;
}

h4.border_bottom {
	border-bottom: 3px solid #dedede;
	text-transform: uppercase;
}

.pad-top {
	padding-top: 10px;
}

.pad-top.half {
	padding-top: 5px;
}

.pad-top.double {
	padding-top: 20px;
}

.pad-top25 {
	padding-top: 25px;
}

.pad-top40 {
	padding-top: 40px;
}

.pad-bottom {
	padding-bottom: 10px;
}

.pad-right {
	padding-right: 10px;
}

.pad-right.half {
	padding-right: 5px;
}

.pad-left.double {
	padding-left: 20px;
}

.pad-left15 {
	padding-left: 15px;
}
.pad-left5 {
	padding-left: 5px;
}
.pad-left75 {
	padding-left: 75px;
}

.padded {
	padding: 10px;  
}
.padded1 {
	padding-top: 5px;
    background: #385587 !important; /*#ad831b*/
    padding-bottom: 6px;
}

.padded.half {
	padding: 5px;
}

.padded15 {
	padding: 15px;
}

.padded.double {
	padding: 20px;
}

.zero {
	padding: 0px;
}

.zero-margin {
	margin: 0px !important;
}

.gap-top {
	margin-top: 10px;
}

.gap-top.half {
	margin-top: 5px;
}

.gap-top.double {
	margin-top: 20px;
}

.gap-bottom {
	margin-bottom: 10px;
}

.gap-bottom.half {
	margin-bottom: 5px;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.table {
	font-size: 14px !important;
}
/**/

/* for login page that redirects to sugam*/
.login {
	background: url('../img/bg_4.jpg') !important;
	/* padding:2em; */
}

.shadow {
	box-shadow: 1px 10px 9px #888;
}
/**/

/*report section*/
.report {
	position: fixed;
	right: 0;
	top: 64%;
	z-index: 99999;
}
/**/
.panel.with-nav-tabs .panel-heading {
	padding: 5px 5px 0 5px;
	font-size: 20px;
}

.panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs>li>a,.with-nav-tabs.panel-default .nav-tabs>li>a:hover,.with-nav-tabs.panel-default .nav-tabs>li>a:focus
	{
	color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,.with-nav-tabs.panel-default .nav-tabs>li>a:hover,.with-nav-tabs.panel-default .nav-tabs>li>a:focus
	{
	color: #777;
	background-color: #ddd;
	border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus
	{
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #f5f5f5;
	border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus
	{
	background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus
	{
	color: #fff;
	background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs>li>a,.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,.with-nav-tabs.panel-primary .nav-tabs>li>a:focus
	{
	color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,.with-nav-tabs.panel-primary .nav-tabs>li>a:focus
	{
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus
	{
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #428bca;
	border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus
	{
	background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus
	{
	background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs>li>a,.with-nav-tabs.panel-success .nav-tabs>li>a:hover,.with-nav-tabs.panel-success .nav-tabs>li>a:focus
	{
	color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,.with-nav-tabs.panel-success .nav-tabs>li>a:hover,.with-nav-tabs.panel-success .nav-tabs>li>a:focus
	{
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus
	{
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus
	{
	background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus
	{
	color: #fff;
	background-color: #3c763d;
}

#new_panel_default {
	background-color: #dce9f9;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs>li>a,.with-nav-tabs.panel-info .nav-tabs>li>a:hover,.with-nav-tabs.panel-info .nav-tabs>li>a:focus
	{
	color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,.with-nav-tabs.panel-info .nav-tabs>li>a:hover,.with-nav-tabs.panel-info .nav-tabs>li>a:focus
	{
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus
	{
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus
	{
	background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus
	{
	color: #fff;
	background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs>li>a,.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,.with-nav-tabs.panel-warning .nav-tabs>li>a:focus
	{
	color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,.with-nav-tabs.panel-warning .nav-tabs>li>a:focus
	{
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus
	{
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus
	{
	background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus
	{
	color: #fff;
	background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs>li>a,.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,.with-nav-tabs.panel-danger .nav-tabs>li>a:focus
	{
	color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,.with-nav-tabs.panel-danger .nav-tabs>li>a:focus
	{
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus
	{
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #f2dede; /* bg color */
	border-color: #ebccd1; /* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #a94442; /* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus
	{
	background-color: #ebccd1; /* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus
	{
	color: #fff; /* active text color */
	background-color: #a94442; /* active bg color */
}

.panel-heading:hover {
	cursor: pointer;
}

.panel-heading {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*Code by harshita*/
#whats_new {
	/*background-color: #0b2e63; *//*#c5cae9  */
	padding: 4px;
	margin-top: 0px;
}

#about_us_home { /* width: 620px; */
	height: 318px;
	overflow: auto;
	background: #eee;
	padding: 15px;
}

.sdc {
	max-height: 500px;
	overflow-y: auto;
}

.panel>.panel-heading {
	background-image: none;
	background-color: #d5d5d5;
	color: black;
	font-size: 20px !important;
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	background-color: #385587 !important;
	color: #fff !important;
}

.pad-t {
	padding-top: 0px;
	background:#b96004  !important;/*#ab641b*/
}

#guide li {
	list-style-type: none;
}

.section2_medical.nav>li>a {
	color: #000000 !important;
}

#division_row {
   /* background: #236582 !important; */
	margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #827717;
/* background:url('../img/background.png');  */
	/* background-color: #0375B4; #ffcc80  new #93C178, #DCAE1D  */
	/*background: url('../img/bg_new.png');*/
	/* background: url('../img/gallery-bg.jpg'); */
	 background:#eee !important;
}

#division_item { /* background-color:#e57373 ; */
	height: 100px;
	width: 300px;
}

/*Division Section Carousel  */
#myowl-demo .item {
	margin: 3px;
}

#myowl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 12px 5px 58px #655c5c;
}
/*  */

/*Code for overlay in carousel by harshita  */
.cuadro_intro_hover {
	padding: 0px;
	position: relative;
	overflow: hidden;
	height: 225px;
}

.cuadro_intro_hover:hover .caption {
	opacity: 1;
	transform: translateY(-150px);
	-webkit-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	-o-transform: translateY(-150px);
}
/* .cuadro_intro_hover img{
		z-index: 4;
	} */
.cuadro_intro_hover .caption {
	position: absolute;
	top: 150px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.cuadro_intro_hover .blur {
	background-color: rgba(0, 0, 0, 0.7);
	height: 300px;
	z-index: 5;
	position: absolute;
	width: 100%;
}

.cuadro_intro_hover .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	height: 300px;
	text-align: center;
	/* top:-20px; */
	width: 100%;
	border: 2px solid black;
}


.section3 .section3_medical {
	background-color: white; /* #CAE4DB; */
	/* border: 1px solid;
	border-color:#6C648B ; */
}

.nav-tabs {
	background-color: #d5d5d5;
	    flex-wrap: nowrap;
}

#med_nav {
	margin-top: 20px;
	/* width: 620px; 
	overflow: auto;*/
	background-color: white;
}

.bg-info {
	background-color: #428bca;
}

.section2 .nav-tabs {
	background-color: #166290 /*#1990c5*/;
}
.section2 .nav-tabs li {
	background: #166290 none repeat scroll 0 0 !important;
	border-bottom: medium none;
	margin: 0 0 0 2px;
	padding: 0px 25px;
	position: relative;
}


.section2 .tab-content {
	max-height: 295px;
	overflow: auto;
	padding: 0px 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
form.form-inline1 {
    position: relative;
}
.section2 .panel-heading {
	background-color:#166290;
	background-image: none;
	color: white;
	font-size: 20px !important;
	font-weight: 400;
	text-transform: capitalize;
}
.wow {
    visibility: visible !important;
}
.section2 .fa-2x {
	font-size: 18px;
}

.section2 .tab-content p {
    color: #000000;
    font-size: 17px;
    font-family: Archivo Narrow;
}




.section2 .nav-tabs li.active a,.section2 .nav-tabs li.active {
	background: #15678d none repeat scroll 0 0;
	color: #fff;
}

.section2  .nav-tabs>li>a::after {
	
}

.bg-success {
	background-color: #5cb85c;
}

.bg-danger {
	background-color: #d9534f;
}

/* .right {
	height: 475px;
} */

/*Code for new header*/
.current-menu-item :hover .fa-home {
	color: #b46ac1;
	transform: scale(1.3);
	transition: all 300ms;
}
i.fa.fa-home.fa-1x.fa-stack-1x.fa-home.bg-purple-head:hover {
    transition: all 300ms;
    transform: scale(1.3);
    color:  #b46ac1;
}
.current-menu-item :hover .fa-info-circle {
	color: #00acc1 /*blue light */;
	transform: scale(1.3);
	transition: all 300ms;
}
.current-menu-item :hover .fa-hourglass {
    color: #dc9f30;
    transform: scale(1.2);
    transition: all 300ms;
}
.current-menu-item :hover .fa-plus-square{
	color: #80b981;
	transform: scale(1.3);
	transition: all 300ms;
}
i.fa.fa-plus-square.fa-1x.fa-stack-1x.fa-plus-square.bg-green-head:hover {
    transition: all 300ms;
    transform: scale(1.3);
    color:  #80b981;
}

.current-menu-item :hover .fa-users {
	color: #ff5722;
	transform: scale(1.3);
	transition: all 300ms;
}
.current-menu-item :hover .fa-stethoscope{
	color: #b46ac1;
	transform: scale(1.3);
	transition: all 300ms;
}
.current-menu-item :hover .fa-industry {
	color: #00695c;
	transform: scale(1.3);
	transition: all 300ms;
}

.current-menu-item :hover .fa-weixin {
	color: #ce93d8;
	transform: scale(1.3);
	transition: all 300ms;
}

.current-menu-item :hover .fa-envelope-open {
	color: #3e2723;
	transform: scale(1.3);
	transition: all 300ms;
}

.current-menu-item :hover .fa-bell {
	color: #e91e63;
	transform: scale(1.3);
	transition: all 300ms;
}

.current-menu-item :hover .fa-th-large {
	color: #1a237e;
	transform: scale(1.3);
	transition: all 300ms;
}

.current-menu-item :hover .fa-volume-control-phone {
	color: #76323F;
	transform: scale(1.3);
	transition: all 300ms;
}

.current-menu-item :hover .fa-star {
	color: #ffd600;
	transform: scale(1.3);
	transition: all 300ms;
}

.current-menu-item :hover .fa-paint-brush{
    color: #00acc1;
    transform: scale(1.3);
    transition: all 300ms;
	}
	
   .current-menu-item :hover .fa-stack{
     color: #e6211d;
    transform: scale(1.3);
    transition: all 300ms;
	}
   .current-menu-item :hover .fa-bars{
     color: #6ad76a;
    transform: scale(1.3);
    transition: all 300ms;
	}
.current-menu-item :hover .fa-medkit {
    color: #b01f1b;
    transform: scale(1.3);
    transition: all 300ms;
}
.current-menu-item :hover .fa-flask  {
    color: #80b981;
    transform: scale(1.3);
    transition: all 300ms;
}
/*Header icons color  */
.bg-cyan-head {
	color: #00acc1;
}

.bg-orange-head {
	color: #d35400; /*#ff9800;*/
}

.bg-green-head {
	color: #3c763d;
}

.bg-red-head {
	color: #e53935;
}

.bg-purple-head {
	color: #8e44ad;
}

.bg-lime-head {
	color: #33b5e5;
}

.bg-pink-head {
	color: #993365;
}

.bg-brown-head {
	color: #795548;
}

.bg-blue-head {
	color: #283593;
}

.bg-yellow-head {
	color: #b38c44; /*#ffc107;*/
}

.bg-rose-head {
	color: #1a5031; /*#d17f8d;*/
}

#circle {
	color: white;
}
.cuadro_intro_hover .caption a:hover {
    color: #333;
}
.marginBottom-0 {
	margin-bottom: 0;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #555;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.center {
	text-align: center;
}

/ /*Code for Search button in the header  */
/* expanding input CSS only */
.search {
	padding: 30px 0;
	width: 300px; /*For shifting button to the left*/
	height: 30px;
	position: relative;
	left: 10px;
	float: left;
	line-height: 22px;
}

.search input {
	width: 0px;
	float: right;
	margin-right: 10px;
	margin-top: 30px !important;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	height: 30px;
	line-height: 18px;
	padding: 0 2px 0 2px;
	border-radius: 1px;
	*/
}

.form-control1 {
	
}

/*.search:hover input,.search input:focus {
	width: 220px;
	margin-left: 0px;
}*/

.search input,.search input{
	width: 150px;
	margin-left: 0px;
}

.btn1 {
	height: 30px;
	position: absolute;
	right: 0px;
	top: 30px;
	border-radius: 1px;z-index:1000
}
.fa-file-pdf-o {
    color: red;
    padding-left: 5px;
}
#guide ol li {
    list-style-type: decimal;
}

/*Code for nav pills color*/
.nav-pills>li.active>a:hover {
	background-color: #efcb00;
	color: black;
}

/*Code for gallery  */
.hide-bullets {
	list-style: none;
	/*  margin-left: -40px; */
	margin-top: 20px;
}

.thumbnail {
	padding: 0;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	width: 100%;
}

.carousel_gallery {
	position: relative;
	left: auto;
	right: auto;
	color: black;
}

/*Code for complain page  */
.thumbnail_complain {
	position: relative;
	overflow: hidden;
	background: #428BCA;
}

.thumbnail_caption {
	position: absolute;
	top: 0;
	right: 0;
	background: /* rgba(66, 139, 202, 0.75) */ rgba( 0, 128, 128, 0.6);
	width: 100%;
	height: 100%;
	padding: 2%;
	display: none;
	text-align: center;
	color: #fff !important;
	z-index: 2;
}

.commenbg {
	background-color: #f2f2f2;
	padding: 20px 5px;
}

.commenbgsubzone {
    background-color: #f2f2f2;
    padding: 33px 25px;
}
/*.margin {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}*/
.btn-primary {
    background: #1990c5 !important;
}


.boldin {
	color: #ea9e12 !important;
	font-size: 20px !important;
	width: 28px;
	display: inline-block;
	float: left;
}

.bgw {
	background: #fff
}
.diag{margin:2px 0px 15px 10px !important}
.navbar-nav .dropdown-menu>li>a :hover {
	white-space: normal;
	border-bottom: 1px solid #d5d5d5 !important;
}

.margin1 {
	margin-top: 15px
}



iframe {
	border: 1px solid #dedede;
	padding: 10px;
}

.section4 h2 {
	color: #fff;
	font-weight: bold;
	padding: 25px 0;
	text-align: center;
	text-transform: capitalize;
	font-size: 32px;
}

.boldin .fa-map-marker {
	font-size: 30px !important;
	display: block;
	height: 23px;
}
/*Departments*/
#cdl_kol_func {
	height: 400px;
	overflow: auto;
}

#cdl_kol {
	height: 400px;
}

#cdtl_chennai {
	height: 200px;
}

img.shrink {
     max-width: 80%;
    display: block;
    margin: 10px 35px !important;
}

.swach_logo {
	margin-top: 15px;
}

.header_text {
	margin-top: 10px;
    padding-left: 50px;
}

.nav>li>a:active:focus {
	color: #000 !important;
	background-color: #337ab7 !important;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus
	{
	color: #000 !important;
	background-color: #337ab7 !important;
}

imp_links .fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	background: orange !important;
	border-radius: 50%;
}

.imp_links .fa-inverse {
	/*color: #fff;
	background: #000;#901c4c*/
	/*background: #005f9f;
    	border-radius: 50%;*/
}

.imp_links .fa-inverse:hover {
	/*background: #fff;*/
	 /*color: #ca6822;*/
   /*background: #f7f5f5;
	    color: #1a5e9d !important;*/	
}
.imp_links .fa-users{
background: #e06565;
    color: #fff;	
	border-radius: 50%;
}
.imp_links .fa-users:hover{
background: #fff;
color: #e06565 !important;	
}
.imp_links .fa-industry{
background: #0d5fb0;
    color: #fff;	
	border-radius: 50%;
}
.imp_links .fa-industry:hover{
background: #fff;
    color: #0d5fb0 !important;
}
.imp_links .fa-list-alt{
background:  #f5cb55;
    color: #fff;	
	border-radius: 50%;
}
.imp_links .fa-list-alt:hover{
background: #fff;
    color: #f5cb55 !important;
}
.imp_links .fa-check-square-o{
background:#d553a1;
    color: #fff;	
	border-radius: 50%;
}
.imp_links .fa-check-square-o:hover{
background:#fff;
    color: #d553a1 !important;
}
.imp_links .fa-medkit{
background: #3c763d;
    color: #fff;	
	border-radius: 50%;
}
.imp_links .fa-medkit:hover{
background: #fff;
    color: #3c763d !important;
}
.imp_links .fa-weixin{
background: #d28b0a;
    color: #fff;
border-radius: 50%;
}
.imp_links .fa-weixin:hover{
background: #fff;
color: #d28b0a !important;
}

.imp_links .white {
	color: #000;
	font-size: 18px !important;
	font-weight: bold;
}

.section2_main .nav-stacked {
	background: #eee;
	min-height: 355px;
	padding-right: 0px;
	margin-top: 10px;
}
#integration-list .panel-collapse > .panel-body {
    padding: 15px;
    border-top: 1px solid #ddd;
}
.ckg .panel-info {
	/*background: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/bg_new.png');*/
	/* background: transparent !important; */
	height:131px;
}

.ckg {
	/*background: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/bg_new.png');*/
}

.font_16 {
	font-size: 17px;
	color: #585858;
}

.backwrap {
	background: #d2d2d2;
}

.wrap-footer ul {
	margin: 0px;
	padding: 0px;
}

.ckg .panal {
	border: none !important;
}
.ckg .panel-info {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background: #fff;
    box-shadow: -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.wrap-footer ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #bfbfbf !important;
	line-height: 27px;
}

.wrap-footer ul li i {
	padding-right: 12px;
	font-size: 17px;
	color: orange;
}

.navigfooter li a {
	color: #bfbfbf;
}

.wrap-footer h5 {
	color: #bfbfbf;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 23px !important;
}

.wrap-footer p {
	color: #bfbfbf;
	font-size: 17px !important;
	font-weight: 400;
	line-height: 28px;
}

.wrap-footer a {
	color: #bfbfbf;
	font-size: 17px !important;
	font-wieght: 400;
}

.agile_footer_copy {
	padding: 3em 0;
	border-bottom: 1px solid #1d1b1b;
}

.agileits_w3layouts_copy_right p {
	color: #bfbfbf;
	line-height: 2em;
	margin: 0;
}

.agileits_social_list li a i {
	line-height: 2.4em;
}

.agileits_social_list li a {
	width: 34px;
	height: 38px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	border-radius: 50%;
	font-size: 20px;
}

.nav>li>a {
	color: #000 !important;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-shadow: none;
}

.section2_medical.nav>li>a {
	color: #000000 !important;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus
	{
	color: #000 !important;
	background-color: #1990c5 !important;
}

a.agile_twitter {
	background: #1da1f2;
}

.agileits_social_list li {
	float: left;
	list-style: none;
}

a.w3_agile_dribble {
	background: #ea4c89;
}

a.w3_agile_rss {
	background: #ffbe4a;
}

a.w3_agile_facebook {
	background: #3b5998;
}

.w3_agile_copy_right {
	text-align: right;
}

.agileits_social_list {
	float: right;
}

.w3_agileits_copy_right_social {
	padding: 2.3em 0 0;
	position: relative;
}

.bordertop-footer {
	border-top: 1px solid #25252C;

}

.agileits_w3layouts_copy_right p {
	color: #bfbfbf;
	line-height: 2em;
	text-align: left;
}

.bordertop-footer {
	border-top: 1px solid #25252C;

	padding: 10px 0px;
}
iframe#opencms {
    padding: 0;
}
.wrap-footer ul li {
	list-style: none;
	color: #bfbfbf !important;
	line-height: 28px;
	padding-left: 31px;
	font-size: 17px;
	padding: 5px 30px;
	padding-left: 30px;
}

.navigfooter li {
	position: relative;
}

.navigfooter li::before {
	content: "\f0a4";
	color: orange;
	position: relative;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 5px;
	left: 0;
}

.conf ul li {
	padding-left: 0px !important
}

.pad-t .text-danger {
	color: orange;
	font-weight: bold;
}

.section2 .nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #000;
	text-transform: uppercase;
}

/* ck  */
.HealthMinister {
	box-shadow: 1px 1px 2px 3px #f2f2f2;
	padding: 8px;
	background: #fff;
}

.section2 h4 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

p {
	font-size: 17px;
}

.dir_img {
	box-shadow: 1px 1px 2px 3px #f2f2f2;
	padding: 8px;
	background: #fff;
}

#about_us_home li {
	font-size: 17px;
	margin-left: 10px;
}

.pad-t a {
	padding-top: 4px;
	color: #fff !important;
}

.wrap-lab {
	background: #eee;
	padding: 0px;
}

.wrap-lab ul li {
	background: orange;
	position: relative;
}

.wrap-lab ul li a {
	color: #000;
	font-size: 20px;
}

.wrap-l ul li a i {
	display: block;
	margin-top: 0px;
	vertical-align: middle;
	font-size: 27px;
}

/*ck */

.wrap-lab .board {
	width: 90%;
	margin: 20px auto;
	height: 388px;
	background: #fff;
}

.cky {
	padding: 6px 5px !important;
}

.wrap-lab {
	background: #eee;
	padding: 0px;
	margin-top: 11px;
}

span.title-lab {
	display: block !important;
	font-size: 19px !important;
	color: #fff !important;
	position: relative;
	bottom: 12px;
	text-align: left;
	font-weight: 700;
}

.wrap-lab .board .nav-tabs {
	position: relative;
	margin: 0px auto;
	margin-bottom: 0px;
	margin-bottom: 0;
	box-sizing: border-box;
}

.wrap-lab .board>div.board-inner {
	background: #fafafa
		url(http://subtlepatterns.com/patterns/geometry2.png);
	background-size: 30%;
}

.wrap-lab p.narrow {
	width: 90%;
	margin: 10px auto;
	    color: #333;
}

.wrap-lab .liner {
	height: 2px;
	background: #ddd;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.wrap-lab .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus
	{
	color: #555555;
	cursor: default;
	/* background-color: #ffffff; */
	border: 0;
	border-bottom-color: transparent;
}

wrap-lab span.round-tabs {
	width: 42px;
	height: 42px;
	line-height: 43px;
	display: inline-block;
	border-radius: 0px;
	background: white;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}

.wrap-lab .tab-content {
	overflow-y: scroll !important;
	max-height: 288px;
}

.wrap-lab span.round-tabs.one {
	color: #00acc1;
	border: 2px solid #00acc1;
}

.wrap-lab li.active .wrap-lab span.round-tabs.one {
	background: #fff !important;
	border: 2px solid #ddd;
	color: rgb(34, 194, 34);
}

.wrap-lab span.round-tabs.two {
	color: #febe29;
	border: 2px solid #febe29;
}

.wrap-lab li.active span.round-tabs.two {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #febe29;
}

.wrap-lab span.round-tabs.three {
	color: #3e5e9a;
	border: 2px solid #3e5e9a;
}

.wrap-lab li.active span.round-tabs.three {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #3e5e9a;
}

.wrap-lab span.round-tabs.four {
	color: #f1685e;
	border: 2px solid #f1685e;
}

.wrap-lab li.active span.round-tabs.four {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #f1685e;
}

.wrap-lab span.round-tabs.five {
	color: #999;
	border: 2px solid #999;
}

.wrap-lab li.active span.round-tabs.five {
	background: #fff !important;
	border: 2px solid #ddd;
	color: #999;
}

.wrap-lab .nav-tabs>li.active>a span.round-tabs {
	background: #fafafa;
}

.wrap-lab .nav-tabs>li {
	width: 25%;
}

.wrap-l ul li span {
	display: block;
	color: #000;
	margin-top: 0px;
	padding-top: 8px;
	margin-left: -6px;
}

li.active:before {
	content: " ";
	position: absolute;
	left: 45%;
	opacity: 0;
	margin: 0 auto;
	bottom: -2px;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	z-index: 1;
	transition: 0.2s ease-in-out;
}

.wrap-lab .nav-tabs>li:after {
	content: " ";
	position: absolute;
	left: 45%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #ddd;
	transition: 0.1s ease-in-out;
}

.wrap-lab .nav-tabs>li.active:after {
	content: " ";
	position: absolute;
	left: 45%;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #ddd;
}

.wrap-lab .nav-tabs>li a:hover {
	background: transparent;
}

.wrap-lab .tab-content {
	
}

.wrap-lab .tab-pane {
	position: relative;
	padding-top: 10px;
}

.wrap-lab .tab-content .head {
	font-family: 'Archivo Narrow';
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color:#333;
}

.wrap-lab .btn-outline-rounded {
	padding: 10px 40px;
	margin: 20px 0;
	border: 2px solid transparent;
	border-radius: 25px;
}

.wrap-lab .btn.green {
	background-color: #5cb85c;
	/*border: 2px solid #5cb85c;*/
	color: #ffffff;
}

.maintitle {
	margin-left: 10px;
}

#first-slider .slide1 {
	height: 273px !important;
}

#first-slider .slide2 {
	height: 273px !important;
}

#first-slider .slide3 {
	height: 273px !important;
}

#first-slider .slide4 {
	height: 273px !important;
}
/* chandni */
.mom .card {
	margin-top: 20px;
	padding: 30px;
	background-color: rgba(214, 224, 226, 0.2);
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mom .card.hovercard {
	position: relative;
	padding-top: 0;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 1);
}

.mom .card.hovercard .card-background {
	height: 130px;
}

.mom .card-background img {
	-webkit-filter: blur(25px);
	-moz-filter: blur(25px);
	-o-filter: blur(25px);
	-ms-filter: blur(25px);
	filter: blur(25px);
	margin-left: -100px;
	margin-top: -200px;
	min-width: 130%;
}

.mom .card.hovercard .useravatar {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
}

.mom .card.hovercard .useravatar img {
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.5);
}

.mom .card.hovercard .card-info {
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
}

.mom .card.hovercard .card-info .card-title {
	padding: 0 5px;
	font-size: 20px;
	line-height: 1;
	color: #262626;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.mom .card.hovercard .card-info {
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #737373;
	text-overflow: ellipsis;
}

.mom .card.hovercard .bottom {
	padding: 0 20px;
	margin-bottom: 17px;
}

.mom .btn-pref .btn {
	-webkit-border-radius: 0 !important;
}
/*
Bootstrap Image Carousel Slider with Animate.css
Code snippet by Hashif (http://hashif.com) for Bootsnipp.com
Image credits: unsplash.com
*/


/********************************/
/*          Main CSS     */
/********************************/
.mom #first-slider .main-container {
	padding: 0;
}

.mom #first-slider .slide1 h3,#first-slider .slide2 h3,#first-slider .slide3 h3,#first-slider .slide4 h3
	{
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.mom #first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4
	{
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

#first-slider .slide1 .text-left,#first-slider .slide3 .text-left {
	padding-left: 40px;
}

#first-slider .carousel-indicators {
	bottom: 0;
}

#first-slider .carousel-control.right,#first-slider .carousel-control.left
	{
	background-image: none;
}

.mom #first-slider .carousel .item {
	height: 200px;
	height: 100%;
	width: 100%;
}

.mom .carousel-inner .item .container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.mom #first-slider h3 {
	animation-delay: 1s;
}

.mom #first-slider h4 {
	animation-delay: 2s;
}

.mom #first-slider h2 {
	animation-delay: 3s;
}

.mom #first-slider .carousel-control {
	width: 6%;
	text-shadow: none;
}

.mom #first-slider h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}

.mom #first-slider .p {
	padding-top: 125px;
	text-align: center;
}

.mom #first-slider .p a {
	text-decoration: underline;
}

.mom #first-slider .carousel-indicators li {
	width: 14px;
	height: 14px;
	background-color: rgba(255, 255, 255, .4);
	border: none;
}

.mom #first-slider .carousel-indicators .active {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: none;
}

.mom .carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.mom .carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right
	{
	opacity: 0;
}

.mom .carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right
	{
	opacity: 1;
}

.mom .carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right
	{
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mom .carousel-fade .carousel-control {
	z-index: 2;
}

.mom .carousel-control .fa-angle-right,.carousel-control .fa-angle-left
	{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.mom .carousel-control .fa-angle-left {
	left: 50%;
	width: 38px;
	height: 38px;
	margin-top: -15px;
	font-size: 30px;
	color: #fff;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 53px;
}

.mom .carousel-control .fa-angle-right {
	right: 50%;
	width: 38px;
	height: 38px;
	margin-top: -15px;
	font-size: 30px;
	color: #fff;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 53px;
}

.mom .carousel-control {
	opacity: 1;
	filter: alpha(opacity = 100);
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.mom #first-slider .slide1 {
	background-image: url('../img/meeting_committe.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.mom #first-slider .slide2 {
	background-image: url('../img/meeting_committe.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.mom #first-slider .slide3 {
	background-image: url('../img/meeting_committe.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.mom #first-slider .slide4 {
	background-image: url('../img/meeting_committe.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.mom tr.even,tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}

.mom table td,table th,table.webform_report tr,table.webform_report tr.odd td,table.webform_report tr.even td
	{
	padding: 7px !important;
	border: 1px solid #ccc !important;
	background: none;
}

iframe {
	border: 5px solid #d9d9d9;
	padding: 10px;
}

.mom tr.even,tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}

.commenbg .underline {
	text-decoration: underline;
	margin-bottom: 10px !important;
}

.bg-gray .blue {
	color: #0099CC;
	margin: 5px 0px 24px;
}

.bg-gray .underline {
	text-decoration: underline;
	margin-bottom: 10px !important;
	    font-family: 'Archivo Narrow' !important;
}

.blue {
	color: #0099CC;
	margin: 0px 0px 10px 0px !important;
}

.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
}

.sm {
	font-size: 21px;
	line-height: 50px;
}

.menu .navbar-default {
	background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#f8f8f8) );
	background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#fff8f8f8', GradientType=0 );
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false );
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .15), 0 0px 0px
		rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px
		rgba(0, 0, 0, .075) !important;
	background: transparent !important;
}

/*Code by harshita for circular page*/
.circular {
		width: 100%;
						   
	margin: auto
}

.thead-inverse {
	background-color: #9e9e9e;
	font-size: 14px !important;
}
.thead-inverse th{
font-size: 14px !important;
}
.thead-inverse .dt_rel{
width:10% !important;
}
.thead-inverse .down{
width: 9% !important;
}
.well tr td{
font-size:15px !important;
}
/*Code by Harshita For Reports/Publications/Documents*/
.doc_table {
	width: 100%;
}

/*Code by Harshita for Events page*/
.event {
	background-color: #f5f5f5;
	border: 1px solid #757575;
}

.btn-sq-lg {
	width: 155px !important;
    height: 100px !important;
}

.upcom {
	margin-left: 38%;
}

.eve_panel {
    margin: auto;
    width: 78%;
}

.consumer_wrap {
	margin-left: 40px;
	margin-top: 22px;
}

.ul_events li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #30abd4 solid;
}

.upcoming_nav {
	border: 1px #30abd4 solid;
}
.wrap-eve {
   width: 70%;
    margin-left: 165px;
}		   
.upcoming2 {
	background-color: #f5f5f5;
	border: 1px solid #757575;
}

.btn-round {
	margin-top: 34px;
	border-radius: 17px;
}

/*Code by chandni For cunsumer*/
.consumer-up { /* min-height: 284px; */
	padding: 27px;
	margin-top: 30px;
}

.consu1 {
	background: #abcdda;
}

.consumer-up1 { /*     background-color: rgba(27,171,210,0.8);  */
	/*  padding:25px; */ /* background-color: rgba(255, 64, 97, 0.7); */
	min-height: 254px;
	background-color: #fff;
}

.consumer-up1:hover {
	background-color: rgb(218, 224, 228) /* rgb(222, 228, 218) */
		/* rgba(241,209,132,1) */;
}

.cons_second:hover {
	background-color: rgb(228, 218, 218)
}

.cons_third:hover {
	background-color: rgb(218, 228, 220)
}

.consu2 {
	background: #e2c9c8;
}

.consu3 {
	background: #b0e0d3;
}

.consu4 {
	background: #d2d2d2;;
}

.consu5 {
	background: url(../img/buy1.jpg);
}

.consu6 {
	background: url(../img/medica-con.jpg);
}

.consumer-up1 h4 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding: 31px 0 0 30px;
	text-align: left;
}

.consumer-up1 ul li {
	color: #fff !important;
	font-size: 18px !important;
	list-style: none;
}

.consumer-up1 ul li a {
	color: #337ab7 !important;
	font-size: 16px !important;
	font-weight: 400;
}

.consumer-up1 li::before {
	content: "\f046";
	color: #000;
	position: relative !important;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	padding-right: 0px;
	position: absolute;
	top: 1px;
	left: -12px;
}

.consumer-ups li {
	list-style: none;
}

.consumer-ups li::before {
	content: "\f046";
	color: #000;
	position: relative !important;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 16px;
	padding-right: 0px;
	position: absolute;
	top: 1px;
	left: -12px;
}

.inner-right-all ol li {
  
    list-style: roman !important;
}
.consumer-ups h4 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
}

.section2_medical .nav-stacked {
	background: #f2f2f2 none repeat scroll 0 0;
	padding: 0 0 90px;
}

.consumer1 .panel-body {
	padding: 19px 15px !important;
}

.section2  .nav-tabs>li.active>a,.section2 .nav-tabs>li>a:hover {
	background: #15678d none repeat scroll 0 0 !important;
	border: medium none;
	color: #fff;
}

.tab-pane {
	padding: 15px 0;
}

.tab-content {
	padding: 20px
}

.card {
	background: #FFF none repeat scroll 0% 0%;
	/*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);*/
	margin-bottom: 30px;
}

.modal {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0 none;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 19999 !important;
}

.modal-header .close {
	
}



.section3  #med_nav {
	background-color: white;
	margin-top: 0;
	/*overflow: auto;*/
}

.section2 .nav-tabs>li.active>a,.section2 .nav-tabs>li>a:hover {
	background: transparent none repeat scroll 0 0 !important;
	border: medium none;
	color: #000 !important;
}
/*media quey chandni 4-sep-2017*/


.consumer-list-item ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff !important;
	display: block;
	font-size: 130%;
	font-weight: 300;
	padding: 18px 25px;
	background-color: #15678d;
}
/*Code for consumer page by Harshita*/
.consumer_tile1 {
	margin-left: 190px;
}

.panel.panel-pink1 {
	border-radius: 0px;
	box-shadow: 0px 0px 10px #888;
	border-color: #EF5160;
}

.panel.panel-pink1 .panel-heading {
	border-radius: 0px;
	color: #FFF;
	background-color: #EF5160;
	font-size: 20px;
}

.panel.panel-pink1 .panel-body {
	background-color: #F2F2F2;
	color: #4D4D4D;
}

.panel.panel-blue {
	border-radius: 0px;
	box-shadow: 1px 6px 9px #888;
	border-color: #eeeeee;
}

.panel.panel-blue .panel-heading {
	border-radius: 0px;
	color: #FFF;
	background-color: #266590;
	font-size: 20px;
}

.panel.panel-blue .panel-body {
	background-color: white /* #F2F2F2 */;
	color: #4D4D4D;
}

.panel.panel-yellow {
	border-radius: 0px;
	box-shadow: 0px 0px 10px #888;
	border-color: #EFA13D;
}

.panel.panel-yellow .panel-heading {
	border-radius: 0px;
	color: #FFF;
	background-color: #EFA13D;
	font-size: 20px;
}

.panel-heading {
	font-size: 20px !important;
}

.panel.panel-yellow .panel-body {
	background-color: #F2F2F2;
	color: #4D4D4D;
}

.cons_img {
	display: inline-block;
	position: relative;
	bottom: 18px;
}

.consumer_wrap ul li a {
	font-size: 14px !important;
}

.cons1 {
	background-color: #ffffff /* #e89f1e */;
	padding-left: 0px;
	width: 100% !important;
}

.cons2 {
	background-color: #ffffff /* #71a330 */;
	padding-left: 0px;
	min-height: 202px;
}

.cons3 {
	background-color: #ffffff /* #27b4ba */;
	padding-left: 0px;
	min-height: 202px;
}

.cons4 {
	background-color: #ffffff /* #845f52 */;
	padding-left: 0px;
	min-height: 202px;
}

.cons_up {
	font-family: Archivo Narrow;
	font-size: 20px;
	color: #ffffff;
}

.cons_res {
	font-size: 16px;
}

.cc {
	background: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/bg-home-header-banner1.gif') right bottom
		no-repeat;
	font-family: Archivo Narrow;
	background-size: cover;
	color: #000000;
	padding: 12px 10px 25px 9px;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px -12px 5px 0;
}

.cc1 {
	background: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/bg-home-header-banner2.gif') right bottom
		no-repeat;
	font-family: Archivo Narrow;
	background-size: cover;
	color: #000000 /* #1477b0*/;
	padding: 12px 10px 25px 9px;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px -12px 5px 0;
}

.cc2 {
	background: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/bg-home-header-banner3.gif') right bottom
		no-repeat;
	font-family: Archivo Narrow;
	background-size: cover;
	color: #000000 /* #1477b0*/;
	padding: 12px 10px 25px 9px;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px -12px 5px 0;
}

.cc3 {
	background: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/bg-home-header-banner4.gif') right bottom
		no-repeat;
	font-family: Archivo Narrow;
	background-size: cover;
	color: #000000 /* #1477b0*/;
	padding: 12px 10px 25px 9px;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px -12px 5px 0;
}

.bg-gray-new ul li a {
	color: #000 !important;
}

.cons1 li {
	list-style: none;
}

.cons1 li a {
	color: #000 !important
}

.cons2 li a {
	color: #000 !important
}

.cons3 li a {
	color: #000 !important
}

.cons1 li::before {
	content: "\f0a4";
	color: orange;
	position: relative !important;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 21px;
	padding-right: 0px;
	position: absolute;
	top: 1px;
	left: -12px;
}

.btn-round1 {
	border-radius: 17px;
}

.paitent .cons1 {
	min-height: 223px;
}

.paitent .cons2 {
	min-height: 240px;
}

.cons2 li::before {
	content: "\f0a4";
	color: orange;
	position: relative !important;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 21px;
	padding-right: 0px;
	position: absolute;
	top: 1px;
	left: -12px;
}

.cons3 li::before {
	content: "\f0a4";
	color: orange;
	position: relative !important;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 21px;
	padding-right: 0px;
	position: absolute;
	top: 1px;
	left: -12px;
}

.cons4 li::before {
	content: "\f0a4";
	color: orange;
	position: relative !important;
	padding-right: 10px;
	height: 44px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 21px;
	padding-right: 0px;
	position: absolute;
	top: 1px;
	left: -12px;
}

.cons4 li {
	list-style: none;
}

.cons3 li {
	list-style: none;
}

.cons2 li {
	list-style: none !important;
}

/*Code for consumer page for slanted panel by Harshita on 1st Septemeber  */
.consumer-panel {
	background-color: white !important;
	border: 1px solid #e2e2e2 !important;
	border-radius: 16px 55px !important;
}

.nav-tabs-consumer-heading {
	padding: 4px !important;
	border-bottom: 2px solid #1990c5 !important;
	border-radius: -1px 50px !important;
}

.consumer_slider {
	box-shadow: none !important;
}

.tab_cons .nav-tabs {
	background: none !important;
	border-radius: 16px 60px !important;
	margin-top: 1px !important;
}

.tab_cons .consumer_tabs {
	position: relative !important;
	border-bottom: none !important;
}

.tab_cons .consumer_tabs li {
	text-align: center !important;
	margin-right: 0px !important;
}

.tab_cons .consumer_tabs li a {
	display: block !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #fff !important;
	padding: 12px 21px !important;
	background: #1990c5 !important;
	margin-right: -4 !important;
	border-radius: 18px 60px !important;
	border: none !important;
	border-bottom: 4px solid #1990c5 !important;
	position: relative !important;
	transition: all 0.5s ease 0s !important;
}

.consumer_tabs li.active a,.consumer_tabs li.active a:focus,.consumer_tabs li.active a:hover,.consumer_tabs li a:hover
	{
	border: none !important;
	border-bottom: 4px solid #15678d !important;
	background: #1990c5 !important;
	color: #000 !important;
}

.tab_cons .tab-content {
	font-size: 14px !important;
	color: #000 !important;
	line-height: 26px !important;
	background: #f5f5f5 !important;
	border-radius: 16px 55px !important;
	padding: 13px !important;
	margin-top: 2px !important;
}


/*Added on 4th Sept  For Consumer page By HarshitA*/
.consumer_section1 {
	background-color: white;
	/* background : url('../img/cons-side.jpg') repeat; */
	width: 90%;
	margin: auto;
}

.consumer_section2 {
	width: 90%;
	margin: auto;
}

.consumer-slider-wrapper .item  img {
	padding: 0px !important;
}

/*.consumer-row1 {
	padding-top: 20px !important;
}*/

.cons-view-content ul,ol {
	margin: 0 !important;
	padding: 0px !important;
}

.cons-slider {
	left: 150px !important;
}

.consumer-list-item ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff !important;
	display: block;
	font-size: 130%;
	font-weight: 300;
	padding: 18px 25px;
}

.consumer-list-item ul li {
	background: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/consumer-bg-new.jpg') repeat !important;
	margin-bottom: 0;
	padding: 0;
}

.consumer-list-item ul li:hover a {
	background: rgba(0, 0, 0, 0.4);
}

.odd-row1 a:hover {
	text-decoration: none;
	color: #15678d;
}

.field-content {
	background: transparent;
}

#cons-info-panel {
	background-color: #f5f5f5;
}
/* consumer */
.consumer_section1 {
	background-color: #d5d5d5;
	/* background: url(../img/cons-side.jpg) repeat; */
	width: 100%;
	margin: auto;
	padding: 0px !important;
	/* margin: 0px -15px 0px 1px; */
}


.consumer_section1 {
	/*background-color: #d5d5d5;*/
	margin: auto;
	padding: 20px !important;
	width: 100%;
}

.consumer-list-item ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 130%;
	font-weight: 300;
	padding: 11px 20px !important;
}

.consumer_section2 {

	width: 100%;
}

.consumer_section1 {
	background: rgba(0, 0, 0, 0) repeat scroll 0
		0;
	margin: auto;
	padding: 10px 20px 0 !important;
	width: 100%;
}

.consumer-panel {
	background-color: white;
	border: 1px solid #e2e2e2;
	border-radius: 0 !important;
}

.tab_cons .consumer_tabs li a {
	border-radius: 0px !important;
}

.nav-tabs-consumer-heading {
	background: #1990c5 none repeat scroll 0 0;
	border-bottom: 2px solid #1990c5;
	padding: 0 !important;
}

#cons-info-panel .fa-2x {
	color: orange !important;
	font-size: 23px !important;
}

.consumer_section2 .panel-heading .fa-2x {
	color: black;
	font-size: 20px;
}

#cons-info-panel li {
	line-height: 29px;
}

.tab_cons .tab-content {
	color: #000;
	font-size: 17px !important;
	line-height: 26px;
}

.consumer_section2 .panel-heading {
	background-color: #cecece;
	background-image: none;
	color: orange;
}

	/* .panel-body {
	min-height: 282px
} */
.section3_medical .panel-body {
	min-height: 236px;
	height: 236px;
	overflow: hidden;
	    padding-left: 20px;
}
#cons-info-panel a {
	color: #000;
}

.cons_res {
	color: #555 !important;
	font-size: 20px;
}

.well-documents {
	margin-bottom: 70px;
}

.frame-c iframe {
	border: 1px solid #d9d9d9;
	display: block;
	margin: auto;
	padding: 10px;
	width: 100%;
}

.views-field.views-field-title>a {
	font-size: 17px;
}
/*New Code Added for Faq Page*/

/*Code for FAQ page added by Harshita on 5th Sept(New Code)  */
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#integration-list {
	font-family: 'Archivo Narrow';
	width: 80%;
	margin: 0 auto;
	display: table;
}

#integration-list ul {
	padding: 0;
	margin: 20px 0;
	color: #555;
	background-color: aliceblue;
}

#integration-list ul>li {
	list-style: none;
	border-top: 1px solid #ddd;
	display: block;
	padding: 0px 15px;
	overflow: hidden;
}

#integration-list ul:last-child {
	border-bottom: 1px solid #ddd;
}

#integration-list ul>li:hover {
	background: #efefef;
}

.expand {
	display: block;
	text-decoration: none;
	color: #555;
	cursor: pointer;
}

.faq-span {
	font-size: 14px;
}

#faq-sup {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}

.faq-detail a {
	text-decoration: none;
	color: #C0392B;
	border: 1px solid #C0392B;
	padding: 6px 10px 5px;
	font-size: 14px;
}

.faq-detail {
	margin: 10px 0 10px 0px;
	display: none;
	line-height: 22px;
	height: 150px;
	overflow-y: scroll !important;
}

.faq-detail span {
	margin: 0;
}

#integration-list .right-arrow {
				  
	margin-left: 20px;
	width: 10px;
	height: 100%;
	float: right;
	font-weight: bold;
	font-size: 20px;
}
/*Code for  FAQ Navbar  */
.faq-row {
	
	margin-bottom: 20px;
	
	
}
body #integration-list h4 a {
    color: #825605 !important;
    font-weight: 600;
    font-size: 17px !important;
}
.mega-nav-faq {
	background: #2a8fcf;
	border-radius: 0;
	margin-bottom: 0;
}

#integration-list h4 {
	color: #825605;
	font-weight: 600;
	font-size: 17px !important;
}
.mega-nav-faq.navbar-default .navbar-nav>li>a {
	color: #fff;
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
}

.mega-nav-faq.navbar-default .navbar-nav>li>a:hover {
	background: #0075b3;
}

.mega-nav-faq.navbar-default .navbar-nav>li.dropdown>a:hover,.mega-nav-faq.navbar-default .navbar-nav>li.dropdown>a:focus,.mega-nav-faq.navbar-default .navbar-nav>li.dropdown>a:active
	{
	background: #0075b3;
	color: #fff;
}

#FAQ-FAQ-MainMenu {
	padding-left: 0;
}

#FAQ-MainMenu .faq-menu-list li {
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
}

#FAQ-MainMenu .faq-menu-list li+li {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.mega-nav-faq.navbar-default .navbar-nav>li.faq-menu-list .list-category a
	{
	color: #333;
}

/*Newly Added*/
/*Code for patients page*/
.patient-panel {
	background-color: white;
	border: 1px solid #e2e2e2;
	border-radius: 0 !important;
}

.patient_slider {
	box-shadow: none !important;
}

.tab_pats .nav-tabs {
	background: none !important;
	border-radius: 16px 60px !important;
	margin-top: 1px !important;
}

.tab_pats .patient_tabs {
	border-radius: 0px !important;
}

.tab_pats .patient_tabs li {
	text-align: center !important;
	margin-right: 0px !important;
}

.tab_pats .patient_tabs li a {
	display: block !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #fff !important;
	padding: 12px 21px !important;
	background: #1990c5 !important;
	margin-right: -4 !important;
	border-radius: 18px 60px !important;
	border: none !important;
	border-bottom: 4px solid #1990c5 !important;
	position: relative !important;
	transition: all 0.5s ease 0s !important;
}

.patient_tabs li.active a,.patient_tabs li.active a:focus,.patient_tabs li.active a:hover,.patient_tabs li a:hover
	{
	border: none !important;
	border-bottom: 4px solid #15678d !important;
	background: #1990c5 !important;
	color: #000 !important;
}

.tab_pats .tab-content {
	color: #000;
	font-size: 17px !important;
	line-height: 26px;
}


.patient_section1 {
	background: rgba(0, 0, 0, 0) url("/opencms/opencms/system/modules/CDSCO.WEB/resources/img/pattern1.png") repeat scroll 0
		0;
	border-top: 2px solid #d6d6d6;
	margin: auto;
	padding: 10px 20px 0 !important;
	width: 100%;
}

.patient_section2 {
	background: rgba(0, 0, 0, 0) url("/opencms/opencms/system/modules/CDSCO.WEB/resources/img/pattern1.png") repeat scroll 0
		0;
	border-bottom: 2px solid #d6d6d6;
	margin: auto auto 30px;
	padding: 10px 20px 20px;
	width: 100%;
}

.patient-slider-wrapper .item  img {
	padding: 0px !important;
}

.patient-row1 {
	padding-top: 20px !important;
}

.pats-view-content ul,ol {
	margin: 0 !important;
	padding: 0px !important;
}
/*Code for industry page by Harshita*/
.patient-panel {
	background-color: white;
	border: 1px solid #e2e2e2;
	border-radius: 0 !important;
}

.patient_slider {
	box-shadow: none !important;
}

.tab_pats .nav-tabs {
	background: none !important;
	border-radius: 16px 60px !important;
	margin-top: 1px !important;
}

.tab_pats .patient_tabs {
	border-radius: 0px !important;
}

.tab_pats .patient_tabs li {
	text-align: center !important;
	margin-right: 0px !important;
}

.tab_pats .patient_tabs li a {
	display: block !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #fff !important;
	padding: 12px 21px !important;
	background: #1990c5 !important;
	margin-right: -4 !important;
	border-radius: 18px 60px !important;
	border: none !important;
	border-bottom: 4px solid #1990c5 !important;
	position: relative !important;
	transition: all 0.5s ease 0s !important;
}

.patient_tabs li.active a,.patient_tabs li.active a:focus,.patient_tabs li.active a:hover,.patient_tabs li a:hover
	{
	border: none !important;
	border-bottom: 4px solid #15678d !important;
	background: #1990c5 !important;
	color: #000 !important;
}

.tab_pats .tab-content {
	color: #000;
	font-size: 17px !important;
	line-height: 26px;
}


/*Added on 4th Sept  For Consumer page By HarshitA*/
.industry_section1 {
/*	background: rgba(0, 0, 0, 0) url("/opencms/opencms/system/modules/CDSCO.WEB/resources/img/pattern1.png") repeat scroll 0
		0;
	border-top: 2px solid #d6d6d6;
	margin: auto;
	padding: 10px 20px 0 !important;
	width: 100%;*/
}

.industry_section2 {
/*	background: rgba(0, 0, 0, 0) url("../img/pattern1.png") repeat scroll 0
		0;
	border-bottom: 2px solid #d6d6d6;
	margin: auto auto 30px;
	padding: 10px 20px 20px;
	width: 100%;*/
}

.industry-slider-wrapper .item  img {
	padding: 0px !important;
}
 .fa-3x {font-size:3em !important}
.industry-row1 {
	padding-top: 0px !important;
}

.indus-view-content ul,ol {
	margin: 0 !important;
	padding: 0px !important;
}

.indus-slider {
	left: 150px !important;
}

.industry-list-item ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff !important;
	display: block;
	font-size: 98%;
	font-weight: 300;
	padding: 34px 20px !important;
}

.industry-list-item ul li {
	/*background: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/consumer-bg-new.jpg') repeat !important;*/
	margin-bottom: 0;
	padding: 0;
	background: #1a628f !important;
}

.industry-list-item ul li:hover a {
	background: rgba(0, 0, 0, 0.4);
}

/*#industry-item-list ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff !important;
	display: block;
	font-size: 98%;
	font-weight: 300;
	padding: 34px 20px !important;
}

#industry-item-list ul li {
	background: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/consumer-bg-new.jpg') repeat !important;
	margin-bottom: 0;
	padding: 0;
}

#industry-item-list ul li:hover a {
	background: rgba(0, 0, 0, 0.4);
}

*/
#industry-item-list .indus-view-content ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff !important;
	display: block;
	font-size: 98%;
	font-weight: 300;
	padding: 34px 20px !important;
}

.cons-view-content ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    display: block;
    font-size: 98%;
    font-weight: 300;
    padding: 15px 20px !important;
}

.odd-row1 a:hover {
	text-decoration: none;
	color: #15678d;
}

.field-content {
	background: transparent;
}



#indus-info-panel .fa-2x {
	color: orange !important;
	font-size: 23px !important;
}

.panel-heading .fa-2x {
	color: #000 !important;
	font-size: 25px;
}

#indus-info-panel li {
	line-height: 29px;
}

.industry_section2 .panel-heading {
	background-color: #cecece;
	background-image: none;
}

.industry_section2 .panel-body {
	min-height: 282px
}

#indus-info-panel a {
	color: #000;
}

.indus_res {
	color: #555 !important;
	font-size: 20px;
}

/*END  */
/**/
.btn {
	font-size: 17px !important;
}

a {
	font-size: 17px;
}

p {
	font-size: 17px;
}

caption {
	color: #777;
	font-size: 21px;
	padding-bottom: 8px;
	padding-top: 0;
	text-align: left;
}

.section3_medical .black {
	font-size: 18px !important;
}

.panel-heading>h5 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 !important;
	padding: 0;
}

.panel-heading .fa-2x {
	font-size: 24px !important;
}

.facebook {
	display: none;
}

#nw_up b {
	color: orange;
	display: inline-block;
	padding-top: 2px;
}

#nw_up small {
	color: #fff;
}
/* gghh */
.lab1 h5 {
	color: orange;
	font-size: 18px;
	font-weight: 600;
}

.lab1 h4 {
	color: orange;
	font-size: 18px;
	font-weight: 600;
}

.lab2 {
    background: #e2e2e2 !important;
    padding: 45px;
}
#flip {
	
}

#fliplab3 {
	
}

#fliplab4 {
	
}

#flip2 {
	
}

#fliplab5 {
	
}

#panel {
	display: none;
}

#panel2 {
	display: none;
}

#panellab5 {
	display: none;
}

#panellab4 {
	display: none;
}

#panellab3 {
	display: none;
}

.wrap-lb-image img {
	border: 5px solid #d5d5d5;
	box-shadow: 1px 2px 14px #d5d5d5;
	height: auto;
	max-width: 100%;
	padding: 20px;
}

.inner-lab h2 {
	color: #0099cc;
	font-size: 21px;
	font-weight: 600;
}

.inner-lab h3 {
	font-size: 20px;
	margin: 0;
}

.lab1 {
	
		
	margin: auto;
	padding: 45px;
	width: 100%;
}

.inner-lab ol li {
	color: #585858;
	line-height: 29px;
	font-size: 17px;
}

.inner-lab ul li {
	color: #585858;
	line-height: 29px;
	font-size: 17px;
}

.inner-lab p {
	color: #585858;
}

.mom {
	margin-top: 30px;
}
.seniorty ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 98%;
	font-weight: 300;
	padding: 21px 20px !important;
}

.section2_main .nav>li>a {
	color: #fff !important;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-transform: uppercase;
}

.section2_main .nav-tabs>li.active>a,.section2_main .nav-tabs>li>a:hover
	{
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #fff !important;
}

.wrap-images iframe {
	display: block;
	width: 100%;
	min-height: 578px;
}

.inner-lab h3 {
	color: #999;
	font-size: 21px;
	margin: 0;
}

.whos-1 {
	background: #e2e2e2 none repeat scroll 0 0;
	border: 1px solid #ccc;
	min-height: 353px;
	padding: 10px;
}

.text-justify {
	text-align: justify;
}

.inner-lab.martop {
	background: #eaeaea none repeat scroll 0 0;
	margin-bottom: 0;
	margin-top: 33px;
	padding: 19px;
}

.inner-lab .panel-heading {
	background-color: #00acc1;
	padding: 2px !important;
	border: 1px solid #00acc1 !important
}

.whos-1 img {
	border: 1px solid #d5d5d5;
	display: block;
	margin: auto;
	padding: 5px 20px;
}

.whos-1 h2 {
	text-align: center;
	margin: 10px 0px 2px 0px;
}

.whos-1 h3 {
	color: orange;
	font-size: 21px;
	margin: 0;
	text-align: center;
}

.whos-1 b {
	color: #7f7f7f;
}

.whos-1 p {
	text-align: center;
}

.whos-1 span {
	display: block;
	text-align: center;
}

.gallery_product .img-responsive {
	background: #eaeaea none repeat scroll 0 0;
	border: 1px solid #d5d5d5;
	padding: 16px;
}

.whos-image {
	border: 7px solid #1abc9c;
	position: relative;
}

.widhtc {
	width: 80%;
	margin: auto
}

.whoscont {
	
	padding: 30px 0px;;
}

.subdirector {

	margin: 0px auto;
	padding: 30px 0px;
}
.wrap-who h2 {
	color: #0099cc;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
}

.wrap-who  h3 {
	color: orange;
	font-size: 21px;
	margin-top: 0px;
	text-align: center;
}

.wrap2-who>h2 {
	color: #0099cc;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
}

.wrap2-who h3 {
	color: orange;
	font-size: 21px;
	margin-top: 0px;
	text-align: center;
}
.whoscont>h2 {
	color: #0099cc;
	font-weight: 600;
}

.whoscont>h3 {
	margin-top: 0;
	color: orange;
	text-align: center
}

.wrap-who {
	border: 1px solid #d5d5d5;
	padding: 10px;
	margin-right: 20px;
}

.wrap2-who {
	border: 1px solid #d5d5d5;
	padding: 21px 10px;
	text-align: center;
}

.inner-lab h4 {
	font-size: 20px;
	font-weight: 600;
}

.widhtcc img {
	display: block;
	margin: auto;
}

.whoscont h2 {
	color: #0099cc;
	font-weight: 600;
	text-align: center;
}

.whoscont span {
	display: block;
	text-align: center;
}

.direct .image-responsive {
	display: block;
	margin: auto;
}

#who_img1 img{
	display: block;
	margin: auto;
}

#who_img2 img{
	display: block;
	margin: auto;
}

#who_img3 img{
	display: block;
	margin: auto;
}

.pats_res {
    color: #555;
}
.consumerl ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    display: block;
    font-size: 98%;
    font-weight: 300;
    padding: 15px 20px !important;
}
.wrap-whof {
    border: 1px solid #d5d5d5;
    margin: auto;
    padding: 20px;
    width: 32%;
}
.wrap-whof h2 {
    color: #0099cc;
    font-size: 21px;
    font-weight: 600; text-align:center
}
	.wrap-whof span {
	display: block;
	text-align: center;
}
.wrap-who span {
    display: block;
    text-align: center;
	text-align: -webkit-center;
	}
.wrap-whof h3 {
	text-align: center;
	color: orange;
	font-size: 21px;
	margin-top: 0;
	text-align: center;
}

.form-control {
	border-radius: 0px !important;
			  
}
									   
																									 
 
  

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	color: orange !important;

}

.section2_medical .panel-primary {
	border-color: #fff !important;

						 
		   
			
}
span.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
	
	
/*Code added by harshita for Tender Upload on 8th Sept  */
.upload-container{
	/*border: 1px solid #9e9e9e;
	background-color: #eeeeee;*/
	width:100%;
	margin-top:-70px;
	border-bottom: 2px solid #d6d6d6;

}
.upload-container1{
	
	background-color: #ffffff;
	padding:14px 45px 45px;
}
 .upload-container1 .input-group-addon{
 background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #245880 0%, #245580 100%) repeat scroll 0 0;
 
 }

.upload-container1 .input-group-addon i{
color:#fff;

}

.upload-container1 #checkbtn1{
 background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff8c40 0%, #ff8c40 100%) repeat scroll 0 0;

background-color:#ff8c40;
color:#fff;
border:none;
}
.upload-heading{
	padding-top: 40px;
	padding-bottom:20px;
	text-align:center;
}
.upload-margin{
	margin-top: 40px;
	margin-left:50px;
	
}
.up-row{
	/*background-color:#1990c5;*/
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #245880 0%, #245580 100%) repeat scroll 0 0;
border-color:#245580;
height:130px;
}
.up-row1{

background: rgba(0, 0, 0, 0) url("/opencms/opencms/system/modules/CDSCO.WEB/resources/img/pattern1.png") repeat scroll 0
		0;
}
.upload_menux{
padding:10px;

}
.upload_menux li
{
display:inline-block;
padding:12px;

}


.upload_menux li a{
color:white;

}
.input-group-addon:first-child {
	background-color:#78c7ea;
}
#filename{
	width:495px;
}
  .colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.fg1{
margin-top:20px;
}


  .section2_medical .panel-primary {
    border-color: #fff !important;
}
.tab-content ol li{ margin-left:30px}
.nav-pills > li > a{border-radius:0px !important}

.mid_div {
	/*background: url('/opencms/opencms/system/modules/CDSCO.WEB/resources/img/bg10.png');*/
	background: #fff;
    font-family: Archivo Narrow;
}
.nav-pills > li > a{border-radius:0px !important}
.swach_logo {
    /*background: url(/opencms/opencms/system/modules/CDSCO.WEB/resources/img/tril.png);*/
	/*background: url(../img/tril.png);*/
    background-repeat: no-repeat;
    padding: 4px 13px;
    margin: 0px 0px 0px 0px;
    background-position: center right;
    position:relative;
}


/*Added by harshita for statistics page on 18th Sept  */
.points_table thead {
	width: 100%;
}

.points_table tbody {
	height: 340px;
	overflow-y: auto;
	width: 100%;
}

.points_table thead tr{
	width: 99%;
}

 .points_table tr{
 	width: 100%;
 }

.points_table thead, .points_table tbody, .points_table tr, .points_table td, .points_table th{
	display: inline-block;
}

.points_table thead{
	background: #d91f2d;
	color: #fff;
}

.points_table tbody td, .points_table thead > tr> th{
	float: left;
	border-bottom-width: 0;
}

.points_table>tbody>tr>td, .points_table>tbody>tr>th, .points_table>tfoot>tr>td, .points_table>tfoot>tr>th, .points_table>thead>tr>td, .points_table>thead>tr>th{
	padding: 8px;
	height: 50px;
	text-align: center;
	line-height: 32px;
}

.statistics-odd {
	background: #ffffff;
	color: #000;
}

.statistics-even {
	background: #efefef;
	color: #000;
}

.points_table_scrollbar{
	height: 612px;
	overflow-y: scroll;
}

.points_table_scrollbar::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
	background-color: #444444;
}

.points_table_scrollbar::-webkit-scrollbar{
	width: 1%;
	min-width: 5px;
	background-color: #F5F5F5;
}

.points_table_scrollbar::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #D62929;
	background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent)
}
 /*Added by Harshita on 19th Sept for medical device stats table  */
 .stats-medfirst-table{
 margin-top: 36px;

 }
 
 /*  */
 
 
 
/* vertical navber for statistic of states(Added by harshita on 18th Sept) */
.points_table1 tbody {
	height: 200px !important;
	overflow-y: auto;
	width: 100%;
}

.blogShort{ border-bottom:1px solid #ddd;}

/*Code for side navbar  */
.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    border-right: 1px solid #ddd;
    overflow-y : scroll;
      max-height: 790px;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #d91f2d; 
    color: white !important; 
}
.nav-sidebar .active a:hover {
    background-color: #E50000;  
    color: black !important;; 
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#0b56a8;
    border-color: #0b56a8;
}

 .margin10{margin-bottom:10px; margin-right:10px;}
 
 .map-img img{
 display: block;
 max-width:100%;
 height: auto;
 
 }
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
  
}
.stats-wrap{
	margin-left: 200px;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 40px;
}

.circle-tile-description {
    text-transform: uppercase;
    color: white;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.dark-blue1 {
    background-color: #6e966b;
}
.dark-blue {
    background-color: #d67979;
}

.comme-all-depart {
   /*  background: rgba(0, 0, 0, 0) url("../img/backm.jpg") no-repeat scroll 0 0 / cover ; */
    padding: 2em 5em;
     background: #e2e2e2;
}
.wrap-medical img {
   border: 5px solid #d5d5d5;
    box-shadow: 1px 2px 14px #d5d5d5;
    height: auto;
    max-width: 100%;
    padding: 20px;
}
.comme-all-depart .panel-body {
    min-height: 212px;
}
.comme-all-depart .panel-heading {
    background-image: none;
    background-color: #ffffff !important;
    color: orange !important;
    font-size: 20px !important; 
}
.comme-all-depart .panel-title{font-weight:600 !important;}
.inner-right-all .panel-body {
    padding: 20px 0px 81px 0px;
}
.swach_logo img {
    float: right;
}

table.bg-head thead tr {
	background-color: #337AB7;
	color: white;
}



#linksq ul{
	list-style: none;
	/* padding:25px; */
	/* padding-right:25px; */
	font-size: 14px;
}

#linksq ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #E1E1E1;
	text-decoration:none;
}

#linksq ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.panel-about-right div#linksq {
    border: 1px solid gray;
}
#linksq .panel-heading h3 {
    position: relative;
    background-color: #166290;
    background-image: none;
    color: white;
    font-size: 20px !important;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    padding: 9px 10px 10px 37px;
}

#linksq .panel-heading{
height:50px;

}
#linksq .panel-heading h3:before {
    content: "\f0a1";
    font-family: FontAwesome;
    left: 5px;
    position: absolute;
    top: 9px;
    font-size: 25px;
}

#linksq ul li a{
color:black;
font-size:17px;
}


#linksq ul li a:hover{
color:black;
font-size:17px;
text-decoration:none;
}


.search_content{
margin-top:20px;

}

.search_content .btn{
background-color:#b31b34;
color:white;
}

#senior-list ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 98%;
	font-weight: 300;
	padding: 21px 20px !important;
}
#senior-list ul li{
list-style:none outside none;

}

#zone_content em {
	color: #ea9e12 !important;
	font-size: 20px !important;
	width: 100%;
	display: inline-block;
	float: left;
}
#zone_content .font_16 {
	line-height:1.8em;
	}
#port_zone_content em {
	color: #ea9e12 !important;
	font-size: 20px !important;
	width: 100%;
	display: inline-block;
	float: left;
}


#port_zone_content .font_16 {
	line-height:1.8em;
	}
	
	#international-cell-side_nav ul li  {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    display: block;
    font-size: 98%;
    font-weight: 300;
    /*padding: 15px 20px !important;*/
}

#international-cell-tab_hor ul li.active{
/*background-color:#265a88;*/
color:#fff;
border:none;

}
#international-cell-tab_hor ul li.active {
color:#fff;
/*background-color:#265a88;*/
}

#international-cell-tab_hor ul li.active p{
color:#fff;
/*background-color:#265a88;*/
}
#international-cell-tab_hor ul li {
padding:0px 0px;
}


#international-cell-tab_hor ul li  a {
   
    color:#fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
 color: #fff !important;
  cursor: default;
  /*! background-color: #fff; */
  /*! border: 1px solid #ddd; */
  border-bottom-color: transparent;
  background-color:#265a88;
  text-shadow: none;
}


#international-cell-tab_hor .btn.btn-default {
  width: 50%;
}

#international-cell-tab_hor .nav li a {
	color: #000 !important;
	display: block;
	padding: 0px 5px;
	position: relative;
}

#international-cell-tab_hor ul li:hover{
/*background-color:#265a88;*/
color:#fff;
border:none;

}

#international-cell-tab_hor ul li:hover p{

color:#fff;
}


#international-cell-tab_hor h3 {
    color: #0099cc;
    font-size: 20px;
    margin: 10px 0 5px;
}

#intro_text .bg-white h3{
line-height:2em;
color:#000;

}

.rtable td,th {
	border: 1px solid #ddd;
	text-align: left;
	font-size:20px;
}

.rtable {
	border-collapse: collapse;
	width: 100%;
}

.rtable th,td {
	padding: 15px;
}

.rtable th {
	background-color: #e2e2e2;
	font-weight:bold;
}
 .rtable .sr th{
 background-color: #504a4a !important;
 color: white !important;
 }
#intro_text .row h3{
line-height:2em;
color:#000;

}
.table tr td {
			
	font-size: 17px;
	color:#333;
}

.formob {
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto;
	margin-left: auto;
}

#av1.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff !important;
	border-radius: 50%;
}

#av1 .fa-stack-2x {
	font-size: 3em !important;
			
}

.commn1 {
	min-height: 675px;
			 
				
				
				  
							   
}
				   
							 

.paddigin-all10 {

				  
						   
							
			 
	display: inline-block;
	padding: 2px 10px 10px 2px;
 
						
				   
  
					   
						   
	font-size: 26px;
			 
					   
			 
}

.no-bordel-p .panel {
	border: none !important;
				   
  
 
									  
													  
				
				   
				   
					 
								  
}

.no-bordel-p .panel-heading>th {
	color: #fff;
		   
			

 
										  
		   
						 
}

.widhtcc a {
	display: inline!importnat;
	text-align: left;
	font-size: 17px;
}
								   
				
 

#mySidenav a {
	font-size: 17px
   
			   
}
.inner-labotary h2{font-size:24px; color:#0099CC; font-weight:600;margin-top: 0px; font-family: 'Archivo Narrow';}
.inner-labotary h3{font-size:20px; color:orange;font-weight:600;margin-top: 0px; font-family: 'Archivo Narrow';}
.inner-labotary h4{font-size:18px; color:#0099CC;font-weight:600; font-family: 'Archivo Narrow';}
.inner-labotary h5{font-size:16px; color:#0099CC;font-weight:600; font-family: 'Archivo Narrow';}
.frame-labo iframe {
    height: 432px;
    width: 100%;
    margin-top: 10px;
								   
						   
}
.inner-labotary ul li{background:none !important}
.maintitite {
    text-align: center;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 26px;
}
.hj i {
    font-size: 26px;
    color: orange;
    vertical-align: middle;
    display: inline-block;
  margin-top: 12px;
					
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
   
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
  
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: inline-block;
    transition: 0.3s;
}
.inner-allpage {
  
    margin: auto;
        margin-bottom: auto;
    padding: 10px 20px 0 !important;
    width: 100%;
}
/* #av{position:relative;z-index:1000;top:50px;}
#av1{position:relative;z-index:10001;top:50px;} */
.sidenav a:hover {
    color: #f1f1f1;

}
/* .pd {
    height: 54px;
    overflow-x: auto;
				  
				
}
 */ 

.sidenavh {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #323232; /*#1c2a68;*/
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.tree li a {
    text-decoration: none;
    color: #fff !important;
}
.sidenavh a {
   
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    transition: 0.3s;
}

.sidenavh a:hover {
    color: #f1f1f1;
}

.sidenavh .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin: 0;
    padding: 0 11px;
    line-height: 2em;
    color: #fff;
    font-weight: 400;
    position: relative;
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:0em;
    left:0
}
.tree ul li:last-child:before {
    background:transparent;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}


.inner-right-all .more-less {
    float: right;
    color: #212121;
}

.inner-right-all .panel-body {
	padding: 0px 15px;
}


 .inner-right-all .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }
  .inner-right-all ol li {
    margin-left: 25px;
}
   .inner-right-all .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }
 .inner-right-all .panel-group{margin-bottom:15px !important}
     .inner-right-all .panel-title {
        font-size: 14px;
    }

    .inner-right-all .panel-title > a {
        display: block;
        padding: 9px;
        text-decoration: none;
    }

    .inner-right-all .more-less {
        float: right;
        color: #212121;
    }

    .inner-right-all .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.bg-black-head {
    color: #2b6b2b;
}

.wrap-imagess iframe {
    height: 309px;
    width: 100%;
}
.wrap-ifamesouth iframe{width:100%;height:380px;}

.wrap-ahem iframe{width:100%;height:460px;}
.wrap-subzone iframe{width:100%;height:300px;}
.wrap-subzone-ban iframe{height:365px;width:100%}



.frame-labo iframe {
    height: 432px;
    width: 100%;
    margin-top: 10px;
}

.inner-labotary h2{font-size:24px; color:#0099CC; font-weight:600;margin-top: 0px;}
.inner-labotary h3{font-size:20px; color:orange;font-weight:600;margin-top: 0px}
.inner-labotary h4{font-size:18px; color:#0099CC;font-weight:600}
.inner-labotary h5{font-size:16px; color:#0099CC;font-weight:600}
.inner-labotary ul li{background:none !important}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #e1dddd !important;
	border-radius: 4px;
}
.breadcrumb-bg{
	margin-left: 15px;
margin-right: 15px;
	list-style: none;
	background-color: #e1dddd !important;
	border-radius: 4px;}
	
	
	#integration-list {
	font-family: 'Archivo Narrow';
	width: 80%;
	margin: 0 auto;
	display: table;
}

#integration-list #search_function{
	padding: 0;
	margin: 20px 0;
	color: #555;
	background-color: aliceblue;
}
#integration-list .panel-heading{
	color: #555;
	background-color: aliceblue;
}

#integration-list ul>li {
	list-style: none;
	border-top: 1px solid #ddd;
	display: block;
	padding: 0px 15px;
	overflow: hidden;
}

#integration-list ul:last-child {
	border-bottom: 1px solid #ddd;
}

#integration-list ul>li:hover {
	background: #efefef;
}

.expand {
	display: block;
	text-decoration: none;
	color: #555;
	cursor: pointer;
}

.faq-span {
	font-size: 14px;
	font-weight: 550;
	color: #000;
}

#faq-sup {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}

.faq-detail a {
	text-decoration: none;
	color: #C0392B;
	border: 1px solid #C0392B;
	padding: 6px 10px 5px;
	font-size: 14px;
}

.faq-detail {
	margin: 10px 0 10px 0px;
	display: none;
	line-height: 22px;
	height: 150px;
	overflow-y: scroll !important;
}

.faq-detail span {
	margin: 0;
}

#integration-list .right-arrow {
	margin-left: 20px;
	width: 10px;
	height: 100%;
	float: right;
	font-weight: bold;
	font-size: 20px;
}
/*Code for  FAQ Navbar  */
.faq-row {
	margin-bottom: 20px;
}

.mega-nav-faq {
	background: #2a8fcf;
	border-radius: 0;
	margin-bottom: 0;
}


#integration-list .more-less{
float:right;
color:#555;
font-size:12px;
}
.fa-file-pdf-o {
    color: red;
    padding-left: 5px;
}


.inner-right-all ol li {
  
    list-style: roman !important;
}

.inner-allpage {
  
    margin: auto;
        margin-bottom: auto;
    padding: 10px 20px 0 !important;
    width: 100%;
}
.section3 .section3_medical {
	background-color: white; 
}

#misl .nav-tabs {
    background-color: #fff;
}
#misl .nav span {
    display: inline-block;
    text-align: center;
    font-size: 27px;
  
    padding: 10px;

    width: 70px;
    margin: auto;
    color:#14299b;
}
#misl .tab-content {
border: 1px solid #d5d5d5;
    max-height: 235px;
    overflow-y: scroll;
    padding: 20px;
    background: #fff !important;
}
#misl .nav > li {
    position: relative;
    display: block;
    background: #ddd;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    padding: m;
    margin: 0px 2px;
        margin-bottom: 0px;
}
#misl {
    
   
}
#misl .nav-tabs li.active a, #misl .nav-tabs li a:hover {
    background:#ddd;
    color: #000;

}

.inner-right-all .accordion-toggle {
    color: #23527c !important;
   
}.accordion-toggle::after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
}
.accordion-opened .accordion-toggle::after {    
    content: "\f054";    
}

.maintitite {
    text-align: center;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 26px;
}
.dropq .dropbtn {
    background-color: #0b2e63;
    color: white;
    padding: 6px 11px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: 1px 3px 0px 3px #061e44;
    border-radius: 10px;position: relative;
right: 39px;
}
.dropq .dropdown {
    position: relative;
    display: inline-block;
    z-index: 1000000000;
}
.dropq .dropdown {
    position: relative;
    display: inline-block;
}

.dropq .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;top:5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000; position: relative;
right: 39px;
}

.dropq .dropdown-content a {
    color: black;
    padding: 0px 16px;
    text-decoration: none;
    display: block;font-size: 14px;
}

.dropq .dropdown-content a:hover {background-color: #f1f1f1}

.dropq .dropdown:hover .dropdown-content {
    display: block;
}

 .dropdown:hover .dropbtn {
    background-color: orange;
}

.feature,.feature i,.feature h3,.feature .title_border {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.feature {
	background: #f2f2f2;
	text-align: center;
	padding: 20px;
	border: solid 1px #cccccc; margin-top: 30px;

}


.feature i {
    font-size: 43px;
    color: rgba(132, 117, 10, 0.58);
    background: #fff;
    padding: 22px;
    border-radius: 50%;
    border: solid 3px #b8af71;
}
.feature h3 {
    color: #bb9e11;
}

.feature:hover {
	background: #F5F5F5;
	-webkit-transform: translate(0, 1em);
	-moz-transform: translate(0, 1em);
	-o-transform: translate(0, 1em);
	-ms-transform: translate(0, 1em);
	transform: translate(0, 1em);
}

.feature:hover i {
	color: #1E825F;
	border-color: #1E825F;
	background: #FFFFFF;
}

.feature:hover .title_border {
	background-color: #1E825F;
	width: 50%;
}

.feature .title_border {
	width: 0%;
	height: 3px;
	background: #1E825F;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 8px;
}

.gg i {
	font-size: 20px !important;
	background: none !important;
	padding: 0px !important;
	border-radius: none !important;
	border: none !important;
}

.feature-tile1 {
    margin-left: 240px;
    margin-right: 31px;
    margin-top: 30px;
}

.language a{
/* padding:0!important; */
    display: inline-block;
    float: right;

}
.language a:hover{
color:#a9a8af;
}
.language a:active{
color:#a9a8af;
}
.language span{
padding:2px !important;
    display: inline-block;
    float: right;

}

.head_links a:hover{
color:#a9a8af;
}
.head_links a:active{
color:#a9a8af;
}

.innera li {
    padding: 13px !important;
}.contact {
    padding-bottom: 20px;
}.title-main-w3ls {
    margin-bottom: 2.5em;
    text-align: center;
}h3.title-w3-agile {
    color: #000;
    font-size: 3em;
    letter-spacing: 3px;
    text-transform: capitalize;
}h3.title-w3-agile span {
    color: #0cb8b6;
}.title-main-w3ls .line-w3ls {
    position: relative;
    display: inline-block;
}.title-main-w3ls .line-w3ls::before {
    content: "";
    width: 100px;
    height: 2px;
    display: block;
    background: #f36438;
    position: absolute;
    right: 30px;
    bottom: 8px;
}.title-main-w3ls .line-w3ls::after {
    content: "";
    width: 100px;
    height: 2px;
    display: block;
    background: #f36438;
    position: absolute;
    left: 30px;
    bottom: 8px;
}.contact-agileits-inner {
    margin: 3em 2em 0 !important;
	font-family: Archivo Narrow;
}
.address-info-w3ls {
    text-align: center;
    background:#ef8a09;
}ul.address-inner li:nth-child(1) {
    position: relative;
}
ul.address-inner li {
    list-style: none;
    padding: 2em 0;
}ul.address-inner li span {
    font-size: 2em;
    color: #fff;
    padding-bottom: 0.52em;
}ul.address-inner li p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
}ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0px;
}ul.address-inner li:nth-child(1)::after {
    content: "";
    width: 67%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 18%;
}.fa-home::before {
    content: "\f015";
}ul.address-inner li span {
    font-size: 2em;
    color: #fff;
    padding-bottom: 0.52em;
}ul.address-inner li p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
}

.address-info-w3ls:nth-child(2) {
    float: right;
}
.address-info-w3ls {
    text-align: center;
    background: #5c6c90;
}ul.address-inner li:nth-child(1) {
    position: relative;
}
.address-inner a{color:#fff;}
ul.address-inner li {
    list-style: none;
    padding: 2em 0;
}.contact-form-wthree {
    padding: 9em 6em 2em;
    margin-top: -4.2em;
    position: relative;
    background: #fff;
}.map-w3-agile {
 position: absolute;
    width: 73%;
    top: -3em;
    left: 13.2%;
    /* padding: 9px 9px 4px 9px; */
    background: rgb(12, 184, 182);
}.map-w3-agile iframe {
    border: none;
    width: 100%;
    height: 11em;
}.contact-form-wthree input[type="text"], .contact-form-wthree input[type="email"], .contact-form-wthree textarea {
    background: #ececec;
    border: none;
    padding: 8px 22px;
    width: 100%;
    color: #000;
    outline: none;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}.contact-form-wthree textarea {
    height: 80px;
    resize: none;
}.contact-form-wthree form input[type="submit"] {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-transform: capitalize;
    margin: 1.5em auto 0;
    display: block;
    padding: 10px 40px;
    border: none;
    outline: none;
    background: #0cb8b6;
    border: 2px solid #0cb8b6;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    width: 100% !important;
}.contact-form-wthree input[type="email"] {
    margin: 1em 0 !important;
}
.contact-form-wthree input[type="text"], .contact-form-wthree input[type="email"], .contact-form-wthree textarea {
    background: #ececec;
    border: none;
    padding: 8px 22px;
    width: 100%;
    color: #000;
    outline: none;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.contact-us {
	padding: 10px;
	border: 1px solid #d5d5d5;
	min-height: 360px;
	margin: 0px 0px;
	box-sizing: border-box;
	box-shadow: 1px 2px 1px -2px #999;
	background: #eee;
}

.contact-us .bold {
	text-transform: uppercase;
}
#comm_function .tabs-ab {
    border: 1px solid #e8e8e8!important;
    background: #f5f5f5;
}
#comm_function .nav-tabs {
  
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%) !important;
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)) !important;
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    background-repeat: repeat-x !important;
    border-color: #dbdbdb !important;
    border-color: #ccc !important;
}
#comm_function .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    background-color: #265a88 !important;
    border-color: #3889ad !important;
   /* padding: 2px 0px !important; */
}
#comm_function .nav>li>a {
    color: #000 !important;
    display: block;
    padding: 11px 57px;
    position: relative;
    border: 1px solid #d8d8d8;
	border-top:none !important;
}
.training_cell{
padding-left:2em !important;
padding-right:2em !important;

}
.it_cell{
padding-left:2em !important;
padding-right:2em !important;

}
h3 .text-black{
color:black !important;
}
.legal_content{
padding:2em !important;
}
/*added by smrita*/
.tab_theadenpo {
    background: #1990c5;
	color: #fff;
}
.enpo_table .table td {
    color: #000;
    font-family: 'Archivo Narrow';
    font-size: 14px;
    /* padding: 2px; */
    border: 1px solid #68686b;
}

.wrap-port iframe {
    height: 270px;
    width: 100%;
}
.tabl-hg{
height: 420px;
overflow-y: scroll;
}
.pad-right.double {
    padding-right: 20px;
}
.footer2{
background: #111;
}
.borderc{
border: 2px solid;
}
.w3layouts_header p {
     position: relative;
    margin: -0.5em 0 1em !important;
    text-align: center;
    font-size: 2em !important;
    color: #1a5f9e !important;
    text-align: center;
}
.w3layouts_header p:before, .w3layouts_header p:after {
    content: '';
    background: #1a5f9e;
    height: 2px;
    width: 5%;
    position: absolute;
    top: 46%;
}
.w3layouts_header p:before {
    left: 41%;
}
.w3layouts_header p:after {
    right: 41%;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #385587  0%, #385587  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.ethics_reg{
   /* border: 1px solid #dddddd !important;*/
    min-height: 265px;
}


.header_text h4{
font-size: 20px !important;
    font-weight: bolder;
	}
	
/*	.btn-default {
  text-shadow: none !important;
  } */
  .ethics_reg h3{
    background-image: none; */
    /* background-color: #ececec; */
    /* color: #333; */
    /* font-size: 18px !important; */
    /* margin-top: -20px; */
    /* padding: 10px; */
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    /* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); */
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); */
    font-weight: normal;
    line-height: 1.42857143;
    /* text-align: center; */
    /* white-space: nowrap; */
    color: #333;
    background-color: #ededed;
    border-color: #8c8c8c;
  }
   .ethics_reg ul{
   
    padding: 10px;
  }
.contact_inf p{ 
background: #ececec;
border: none;
padding: 8px 22px;
width: 100%;
color: #000;
outline: none;
text-align: center;
font-size: 14px;
letter-spacing: 1px;
}

.st_map_img {
    text-align: -webkit-center;
	text-align: -moz-center;
}
.data_new{
     background: #eee !important;
	  margin-left: 100px;
    margin-right: 100px;
}
.data_new a{
  color: #0d0c0c !important;
    font-size: 20px;
    font-family: Archivo Narrow;
}
.bullet_none li{ 
padding:5px;
    list-style-type: none !important;
    color: #000 !important;
    font-size: 17px !important;
}
.bullet_none li a{ 
   padding-left:10px;
    color: #000 !important;
    font-size: 17px !important;
}
.intr_bg{
 background: #f3f3f3 !important;
  font-size: 19px;
    font-family: Archivo Narrow;
}
 #industry-item-list1 {
 border: 1px solid grey !important;
    margin-top: 15px !important;
	}
	 #industry-item-list2 {
 border: 1px solid grey !important;
    margin-top: 15px !important;
	}
	 #industry-item-list3 {
 /*border: 1px solid grey !important;*/
    margin-top: 15px !important;
	}
	.ap-plain{
	padding:10px;
	background:#d5d5d5;
	}

	.ap-plain h3{
	
	font-size: 20px !important;
    /* padding-left: 20px; */
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0;
    /* text-align: center; */
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); */
    /* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); */
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);*/
	}
	
	.ap-icon-label{
	font-size: 21px;
    color: orange;
    padding: 10px;
	    margin-left: 0px;
	}
	section.govt_web.ckg {
    margin-top: 80px;
}
	.subz_pdf{
	margin-left:30px;
	}
	
	.gal {
    max-width: 1000px;
    margin: auto;
	box-sizing: border-box;
	font-family: Archivo Narrow;
}

.gal h1 {
    font-size: 50px;
    word-break: break-all;
}

.gal .row {
    margin: 10px -16px;
}

.gal .row,
.row > .column {
    padding: 8px;
}

.gal .content {
    background-color: white;
    padding: 10px;
    border: 2px solid #a5a534;
}
.gallery_section img{
width: 50% !important;
margin-top: 30px;
}
.gal_mar{
margin-top: 30px;
}
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
	height:550px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: #3889ad;
    color: #fffdfd;
    padding: 20px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #265a88;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #265a88 !important;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 550px;
   overflow: scroll;

}
.eve_ovr{
    height: 700px;
    overflow-x: scroll;
}
.white {
    color: #fff;
}
 .st_cdsco{
 float : right;
    padding-top: 4px;
    padding-right: 20px;
 }

 #nw_up{
 width: 72% !important;
 }
 
 .font_black{
 color: #000;
 }
.date_blue{ 
color: #337ab7;
}
.text-maroon{
color:#a53c3c !important;
}
button.print-gigw {
    margin-top: 32%;
}
#cdsco_division_section{
background: #fff !important;
}
#cdsco_division_section .col-md-12.col-sm-12.col-xs-12{
background: #fff !important;
}
.sticky-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -175px;
    top: 33%;
    width: 150px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:41px;
    padding:0px;
    margin: 0px 2px 8px -69px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
    overflow: hidden;
}
.sticky li:hover{
    margin-left:-280px;
}
.sticky li img{
    float:left;
    margin:2px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration: none;
    color: #212123;
    font-size: 13px;
    font-weight: bold;
}
.sticky li p a:hover{
    text-decoration:underline;
    color: red;
    
}

	.helpDesk{
	position: fixed;
	right: 0;
	z-index: 99999;
	top:74%;
	background-color:#cce322 ;
}

.helpDesk:hover .helpdeskimg{
 color: #2aabd2;
    transition: 1s;
    transform: rotateY(360deg);

}
.helpDesk:hover {
background:#fff;
}


	.SFDA{
	position: fixed;
	right: 0;
	z-index: 99999;
	top:66%;
	background-color:#f0b618 ;
}

.SFDA:hover .sfdaimg{
 color: #2aabd2;
    transition: 1s;
    transform: rotateY(360deg);

}
.SFDA:hover {
background:#fff;
}



	.manufSites{
	position: fixed;
	right: 0;
	z-index: 99999;
	top:58.3%; /*67.2%;*/
	background-color:#ebe9e9;
}

.manufSites:hover .manufimg{
 color: #2aabd2;
    transition: 1s;
    transform: rotateY(360deg);

}
.manufSites:hover {
background:#fff;
}

.drugs11:hover {
background:#fff !important;

}

.drugs11:hover .drugimg{
 color: #2aabd2;
    transition: 1s;
    transform: rotateY(360deg);

}

.drugs11{
    position: fixed;
	right: 0;
	z-index: 99999;
	top:51%; /*59.5%*/
	
	
}
	.statistics {
	position: fixed;
    right: 0;
    z-index: 99999;
    top: 51.5%;
    background-color: #ca2b5f;
}
.stats:hover .fa-line-chart {
	color: #ca2b5f;
	transition: 1s;
	transform: rotateY(360deg);
}

.stats:hover {
	background: #fff;
}

.statistics a {
  display: block;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-right: 10px !important;
}

.icon-tbar {
  position: fixed;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
   right: 0px;
    z-index: 9999999999;
}

.icon-tbar a {
  display: block;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
 
}

.twitter {
  background: #55ACEE;
  color: white;
}
.sugam_logo_footer {
    vertical-align: middle !important;
    position: fixed;
    top: 220%;
    right: -7px;
    z-index: 10000;
    background: #d7d89b;
    padding: 6px 11px;
    border: 1px solid #000;
	}
	#approval_clearance{
	border: 1px solid #d5d5d5;
	}
	
.upload_footer{
background: #21343c;
    color: #fff;
    padding: 24px 0px 0px 0px;
    margin-top: 100px;
}
.ol{
list-style-type: lower-roman !important;
}