#landing {
	z-index:1;
	padding:50px 0;
	background: #f9f9f9;
}
.molecular {
	padding: 150px 0 100px;
}

.molecular p {
    font-size: 24px;
    color: #000000;
}

#landing .animateBg {
	z-index:-1;
	padding:0 !important;
}
#landing .singular {
	z-index:9;
}
#landing .row {
	justify-content: center;
	gap: 2%;
}
#landing img {
	display: block;
	margin: auto;
	padding: 2% 0;
}
.homeText p {
	font-size: 20px;
	color: #686767;
}
#landing .logo {
	max-width: 350px;
}
#landing .col-md-4 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1%;
	margin: 2%;
}
#landing .col-md-4 img {
	width: 180px;
	margin-bottom:30px;
}
#landing.molecular .col-md-4 img {
	width: 200px;
}
#landing .col-md-4 h1.green {
	color: #e75f66;
}
#landing .col-md-4 h1 {
	color: #2dad72;
	text-align: center;
	padding: 0 2%;
	font-size:3rem;
	font-weight: 400;
}
#landing button {
	background: transparent;
	margin: auto;
	border: 1px solid white;
	display: block;
	padding: 4%;
	color: #fff;
}
.homeLanding .homeImg {
	width:100% !important;
}
.homeLanding a {
	display: block;
	color: #686767;
	padding: 10px 30px;
	border: 1px solid #686767;
	text-transform: uppercase;
	margin: auto;
}
.homeLanding a:hover {
	color: #fff;
	background: #686767;
}
.red_btn {
	display: block;
	color: #e46f78;
	border-color: #e46f78;
	margin: auto;
	margin-top: 5%;
}
.red_btn:hover {
	background-color: #e46f78;
}
.left {
	border-bottom-left-radius: 150px;
}
.left::before {
	content: '';
	position: absolute;
	border: 3px solid #e46f78;
	border-bottom-left-radius: 150px;
	left: -10%;
	bottom: -10%;
	transform: translateZ(-1px);
	width: 100%;
	height: 100%;
}
.right {
	border-bottom-right-radius: 150px;
}
.right::before {
	content: '';
	position: absolute;
	border: 3px solid #2cae72;
	border-bottom-right-radius: 150px;
	right: -10%;
	bottom: -10%;
	transform: translateZ(-1px);
	width: 100%;
	height: 100%;
}
.medical.department .about_company_single_item {
	display: flex;
	align-content: center;
	min-height: 50vh;
}
.medical.department a {
	text-decoration: none;
	font-size: 48px;
	color: white;
	display: inline-block;
	margin: auto;
}
.about_company_main_text_area .col-md-3 {
	position: relative;
}
.back {
	position: absolute;
	top: -24px;
	left: 15px;
	color: #ee6971;
	font-size: 18px;
}
.about_company_main_text_area iframe {
	margin-block-start: 10%;
	max-height: 161px;
}
.medical .about_company_single_item img {
	transform: scale(2.6);
	transition: all 0.7s;
	object-fit: cover;
}
.medical .about_company_single_item a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #3a3a3a17;
	opacity: 1;
	transition: all 0.7s;
	z-index: 10;
}
.about_company_single_item.categories a {
	padding: 0;
	color: #000;
	font-size: 16px;
}
.about_company_single_item.categories a:hover {
	color: #ee6971;
}
.medical .about_company_single_item:hover a::before {
	opacity: 0;
}
.about_company_single_item h3 {
	padding: 6% 0;
	margin: 0;
	color: #fff;
	background-color: #b70d28;
	width: 100%;
}
.about_company_single_item h3::after {
	content: none;
}

.about_company_single_item li {
	padding: 6% 0;
	border-top: 1px solid #e8e8e8;
}
.col-md-9 .about_company_single_item li {
	padding-left: 2.5%;
	text-align: start;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #fbfbfb;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size:18px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
	background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	display: flex;
	gap: 3rem;
}
.panel p {
	margin: 1.2em 0;
}

.accordion:after {
	content: '+'; /* Unicode character for "plus" sign (+) */
	font-size: 27px;
	color: #101010;
	float: right;
	margin-left: 5px;
}

.accordion.active:after {
	content: '\2014'; /* Unicode character for "minus" sign (-) */
}

.col-md-9 .reagents li {
	padding: 0;
}
.about_company_main_area,
.industris_main_area {
	overflow:hidden;
	width:100%;
}
.animateBg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	animation: animatedBackground 4s ease-in-out infinite alternate;
}

@keyframes landing-reveal {
	from {
		margin-top: 100px;
		opacity: 0;
	}
	to {
		margin-top: 2%;
		opacity: 1;
	}
}

@keyframes animatedBackground {
  from {
		transform: scale(1);
  }
  to {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
}
}

.intrumentsCol {
	position:relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding:50px;
	max-width:800px;
	margin: 0 auto;
	border-bottom: 1px solid #b7b7b7;
}
.intrumentsCol p {
	text-align:center;
	margin-bottom:50px;
}
.intrumentsCol .logo {
	width:200px;
	margin-bottom:50px !important;
}
.intrumentsCol .bodyImg {
	display:block;
	width:500px;
}

@media only screen and (max-width:575px) {
	.intrumentsCol {
		padding: 50px 20px;
	}
	.intrumentsCol .bodyImg {
		width:100%;
	}
}

.vc_row.container {
	max-width:100% !important;
}

.breadcrumbs a {
	color: #fff !important;
}

.menu-item-has-children {
	position: relative !important;
}

.vc_row.customClass {
	max-width: 1366px;
	width:100%;
    margin-left: auto !important;
    margin-right: auto !important;
	padding: 0 30px !important;
}

.imageGallery {margin: 100px 0 30px;}.imageGallery a {margin-top:0;width: 23%;padding: 10px;border-radius: 0;border: 0;display: inline-block;}.adjustHeight {height: 400px;}@media only screen and (max-width: 575px) {.imageGallery a {margin-top: 0;width: 100%;}}.imageGallery img {width: 100% !important;height: auto !important;}