



.col-sm-3.col-md-3.sdebr {

    border-right:none;

}

#accordian {

	width: 250px;

	margin: 0px auto 0 auto;

	

	/*Some cool shadow and glow effect*/

	/*box-shadow: 

		0 5px 15px 1px rgba(0, 0, 0, 0.6), 

		0 0 200px 1px rgba(255, 255, 255, 0.5);*/

		

}

div#accordian a {

    text-decoration: none;

}

/*heading styles*/

#accordian h3 {
	font-size: 14px;
	line-height: 26px;
	padding:15px 8px 15px 46px;
	cursor: pointer;
	font-family: 'Noto Serif', serif;
	margin: 0px;
	color:#242424;
	border-top: 1px solid #d9d9d9;
	font-weight:500;
	background-color:transparent;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

#accordian h3:first-child {
	border-top: 0px;
}


#accordian.company-overview-sidebar h3{

	padding:8px;

}

/*heading hover effect*/

#accordian h3:hover {

	/*text-shadow: 0 0 1px rgba(255, 255, 255, 0.7); */

	//color:#ffffff;

	font-weight:500;

}

#accordian h3.active{

	//color: #2f3293;

	font-family: 'Noto Serif', serif; 

}

#accordian.company-overview-sidebar h3.active{

	color: #2f3293;

}

#accordian h3.alcoholic-hand-rubs{

	background: url(../../images/alcoholic-hand-rubs-bg.png) no-repeat 8px 16px;

	background-size:27px auto;

	color:#000;

	opacity: 0.9;

}

#accordian h3.hand-and-body-washes{

	background: url(../../images/hand-and-body-washes-bg.png) no-repeat 8px 16px;

	background-size:27px auto;	color:#000;

}

#accordian h3.surface-ot-fogging{

	background: url(../../images/surface-ot-fogging-bg.png) no-repeat 8px 16px;

	background-size:27px auto;

	color:#000;

}

#accordian h3.instrument-endoscope{

	background: url(../../images/instrument-endoscope-bg.png) no-repeat 8px 16px;

	background-size:27px auto;

	color:#000;

}

#accordian h3.skin-disinfectants{

	background: url(../../images/skin-disinfectants-bg.png) no-repeat 8px 16px;

	background-size:27px auto;

	color:#000;

}

#accordian h3.anaesthetics{

	background: url(../../images/anaesthetics-bg.png) no-repeat 8px 16px;

	background-size:27px auto;

	color:#000;

}

#accordian h3.pharmaceutical-applications{

	background: url(../../images/pharmaceutical-applications-bg.png) no-repeat 8px 16px;

	background-size:27px auto;

	color:#000;

}

#accordian h3.veterinary-applications{

	background: url(../../images/veterinary-applications-bg.png) no-repeat 8px 16px;

	background-size:27px auto;

	color:#000;

}

#accordian h3.inhalation-anaesthesia{

	background: url(../../images/inhalation-anaesthesia-bg.png) no-repeat 8px 16px;

	background-size:27px auto;

	color:#000;

}

#accordian h3.accessories{

	background: url(../../images/accessories-bg.png) no-repeat 8px 16px;

	background-size:27px auto;

	color:#000;

}







#accordian h3.alcoholic-hand-rubs:hover, #accordian h3.alcoholic-hand-rubs.active{

	background-color:#6093FF;

}

#accordian h3.hand-and-body-washes:hover, #accordian h3.hand-and-body-washes.active{

	background-color:#30cfc3;

}

#accordian h3.surface-ot-fogging:hover, #accordian h3.surface-ot-fogging.active{

	background-color:#00a54f;

}

#accordian h3.instrument-endoscope:hover, #accordian h3.instrument-endoscope.active{

	background-color:#e6e600;

}

#accordian h3.skin-disinfectants:hover, #accordian h3.skin-disinfectants.active{

	background-color:#f0701c;

}

#accordian h3.anaesthetics:hover, #accordian h3.anaesthetics.active{

	background-color:#ac60f3;

}

#accordian h3.pharmaceutical-applications:hover, #accordian h3.pharmaceutical-applications.active{

	background-color:#FFB6C1;

}

#accordian h3.veterinary-applications:hover, #accordian h3.veterinary-applications.active{

	background-color:#ffb573;

}

#accordian h3.inhalation-anaesthesia:hover, #accordian h3.inhalation-anaesthesia.active{

	background-color:#ff1111;

}

#accordian h3.accessories:hover, #accordian h3.accessories.active{

	background-color:#e67422;

}



 #accordian h3.enquiry:hover, #accordian h3.enquiry.active { background-color:#b8dfff !important; } 

 #accordian h3.elearning:hover, #accordian h3.elearning.active { background-color:#acc5fb !important; } 





/*iconfont styles*/

#accordian h3 span {

	font-size: 16px;

	margin-right: 10px;

}

/*list items*/

#accordian li {

	list-style-type: none;	

}



#accordian li.director {

	text-align: left;

}



/*links*/

#accordian ul ul li a {

	color: #a7a6a5!important;

	text-decoration: none;

	font-size:13px;

	line-height: 24px;

	display: block;

	padding: 3px 45px;

	/*transition for smooth hover animation*/

	transition: all 0.15s;

	font-family: 'Noto Serif', serif;

	font-weight:300;

	/* border-bottom: 1px solid #f0eeee; */

    background: url('../../../aimcreativity.com/approval/ws-execution/arch-pharmalabs/assets/img/arrowleft.png');

    background-repeat: no-repeat;

    background-position: 32px 12px;

}

/*hover effect on links*/

#accordian ul ul li a:hover {

	/*background: #4d048c;

	border-left: 5px solid #ad8900; */

	color: #000!important;

	font-weight:300;

}

#accordian ul ul li a.active {

/*background: #4d048c;

	border-left: 5px solid #ad8900; */

	color: #ee8811;

}

/*Lets hide the non active LIs by default*/

#accordian ul ul {

	display: none;

}

#accordian li.active ul {

	display: block;     margin-bottom: 15px;

}



/* new css */

#accordian ul{

	padding:0;

}

.apimanfact {

    font-size: 16px;

    font-family: 'Noto Serif', serif;

    background-color: #ee8811;

    padding: 10px 0 10px 28px;

}





@media screen and (min-width:640px){

.col-sm-3.col-md-3.sdebr {

    border-right: 1px solid #d5d5d5;

}

.col-sm-4.cert-container {
    padding-left: 0;
}


#accordian h3 {

	font-size: 16px;

	line-height: 26px;

	padding:15px 8px 15px 46px;

}

#accordian.company-overview-sidebar h3 {

	padding:15px 8px 15px 46px;

}
#accordian li.director {

	text-align: center;

}

}


@media screen and (min-width:1200px){
.col-sm-4.cert-container {
    padding-left: 20px;
}
}