/*BREADCRUMB*/
.breadcrumb-item.active {
	/*color:#fff;*/
}

.breadcrumb > li a {
	/*color: #fff;*/
}

.breadcrumb > li + li:before {
	/*color: #fff!important;*/
	content: ">" !important;
	padding: 0 5px;
}
/*BREADCRUMB*/

#banner {
	color: #ffffff;
	background: url(../img/TideTechnology/CelCradle/Cell_cultivation_BG.jpg)
		no-repeat;
	background-size: cover;
	padding: 20px 0px 35px;
}

#banner p {
	font-size: 12px;
}

#banner-title {
	font-size: 26px;
	font-weight: bolder;
}

#cell_cultivation_menu {
	overflow: visible;
}

#cell_cultivation_menu > ul {
	list-style: none;
	margin-top: -30px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px;

	background-color: #fff;
	text-align: center;
	box-shadow: 4px 0px 18px #00000061;
	margin-bottom: 40px;
}

#cell_cultivation_menu > ul > li {
	display: inline-block;
	font-size: 16px;
	height: 60px;
	flex: 1 0 0;
}

#cell_cultivation_menu > ul > li > a {
	font-weight: bold;
	color: #22bbe4;
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cell_cultivation_menu > ul > li:hover,
#cell_cultivation_menu > ul > li.active {
	background-color: #22bbe4;
}

#cell_cultivation_menu > ul > li:hover > a,
#cell_cultivation_menu > ul > li.active > a {
	color: #fff;
}

#feature_main_container {
	background: linear-gradient(transparent 80%, #fff 80% 20%);
}

#feature_detail_container {
	align-items: center;
	display: flex;
}

.detail-container {
	padding-left: 0px;
}

#description_container {
	font-size: 14px;
}

#celcradle_img {
	max-width: 60%;
}

#gif_container {
	margin: 0px;
	padding: 50px 0px 40px;
}

#prod-video {
	width: 100%;
	height: auto;
	max-width: 700px;
	outline: none;
}

#prod-video:focus {
	outline: none;
}

#cel-cradle-container {
	background-color: #22bbe4;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	width: 100vw;
}

.celcradle-title {
	color: #22bbe4;
	font-weight: bolder;
	margin-bottom: 0px;
}

.sub-title {
	font-weight: bolder;
	font-style: italic;
	margin-bottom: 10px;
}

.more-info {
	text-decoration: none;
	font-weight: bolder;
	color: #22bbe4;
	position: relative;
	bottom: -30px;
}

#feature_container {
	background: linear-gradient(
		#fff 10%,
		rgba(34, 187, 228, 0.3) 1% 89%,
		#fff 1% 10%
	);
	padding: 0px;
	position: relative;
}

/*#feature_container::before
{
	content: "";
    height: 80%;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(34, 187, 228, 0.3);
    z-index: 0;
}*/

#feature_img_container {
	position: relative;
}

#feature_img {
	max-width: 100%;
}

#honey_comb_img_container {
	position: relative;
}

#honey_comb_img {
	max-width: 100%;
}

.feature_title {
	margin: 20px 0px;
	font-weight: bold;
}

.feature-list {
	padding-left: 10px;
}

.feature-list > li {
	margin-top: 5px;
}

.light_blue_bg {
	background-color: #ccf4ff;
}

.white_bg {
	background: #fff;
}

.infograph {
	background-color: #ccf4ff;
	position: relative;
}

.info-overlay::after {
	content: "";
	position: absolute;
	background: rgba(43, 59, 70, 0.7);
	z-index: 99;
	height: 100%;
	width: 100%;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.infograph-hover {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	visibility: hidden;
	transition: visibility 1s ease;
}

.infograph:hover .infograph-hover,
.infograph.active .infograph-hover {
	z-index: 0;
	visibility: visible;
	transition: visibility 1s ease;
}

.infograph:hover.info-overlay::after,
.infograph.active.info-overlay::after {
	background: transparent;
}

.highlight-item-container {
	transition: 0.2s transform;
	margin: 10px auto;
	border: 2px solid #22bbe4;
	max-width: 220px;
	cursor: pointer;
}

.highlight-item-container:hover,
.highlight-item-container.active {
	transition: 0.2s transform;
	transform: scale(1.2);
	box-shadow: 5px 5px 5px #aaaaaa;
}

.cc_prod_label > .title {
	font-weight: bolder;
}

.highlight_content_container {
	display: none;
}

.highlight_content_container.active {
	display: flex;
}

#dimension_container {
	background-color: #ccf4ff;
	padding: 50px;
}

.table-container {
	max-width: -webkit-fill-available;
	overflow-x: auto;
}

.cell_cultivation_table td,
.cell_cultivation_table th {
	padding: 0.75rem;
	vertical-align: center !important;
	border: 1px solid #000;
	/*border-bottom: #000!important;*/
}

.cell_cultivation_table th {
	border-bottom: #000 !important;
}

.esco-blue-td {
	background-color: #22bbe4;
	color: #fff;
}

.table-title-division {
	padding: 0px !important;
	border: none !important;
}

#brochure_container {
	/*max-width: 85%;*/
	margin: 50px auto;
	color: #22bbe4;
	padding: 0px 30px;
}

#brochure_container > .row {
	border: 2px solid #22bbe4;
}

#brochure_container_menu {
	background-color: #fff;
	border-right: 2px solid #22bbe4;
	padding: 0px;
}

.card {
	border-radius: 0px;
	background-color: #22bbe4;
	border: none;
}

.card-header > h6 > a {
	color: #fff;
	text-decoration: none;
}

.card-body {
	background: #fff;
}

.card-body > ul {
	padding: 0px;
	list-style: none;
	color: grey;
	cursor: pointer;
	font-weight: bold;
	text-transform: capitalize;
}

.card-body > ul > li:hover,
.card-body > ul > li.active {
	color: #22bbe4;
}

.card-body > ul > li {
	font-size: 14px;
	border-bottom: 1px solid #d6d4d4;
	margin-bottom: 10px;
}

#brochure-content-container {
	background-color: #fff;
	padding: 25px 30px;
}

.thumbnail-button {
	color: #22bbe4;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	margin-top: 10px;
	background-color: #fff;
	padding: 5px 0px;
	border: 2px solid #22bbe4;
}

.thumbnail-button:hover {
	text-decoration: none;
	background-color: #22bbe4;
	color: #ffffff !important;
}

.portfolio-item > .card {
	background-color: transparent;
}

.accordion-content {
	display: none;
	color: black;
}

.accordion-content.active {
	display: flex;
}

#accordion > .card.active,
#accordion > .card:hover {
	background-color: rgb(32, 61, 140);
}

.list-unstyled {
	font-size: 14px;
}
/*CELL NUTRITION*/
#banner-cell-nutrition {
	color: #ffffff;
	background: url("../img/TideTechnology/cell_nutrition/cell nutri header.webp")
		no-repeat;
	background-size: cover;
	padding: 55px;
}

.nutri_prod_img {
	max-width: 100%;
}

.nutri-prod-container {
	padding: 50px 0px;
	overflow: hidden;
}

.nutri-prod-container .col-md-5 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-grey {
	background-color: #9cd1f536;
}
.nutri-prod-title {
	font-weight: bolder;
	margin-top: 50px;
	margin-bottom: 30px;
}
.nutri-prod-footer {
	margin-top: 30px;
	padding: 0px;
	list-style: none;
}

.nutri-prod-footer > li > a {
	font-weight: 700;
}

.nutri-prod-footer > li,
.nutri-prod-footer > li > a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-size: 17px;
	padding: 10px 0px;
	padding-right: 5px;
	display: inline-block;
}

.nutri-prod-footer > li + li {
	padding-left: 5px;
}

.nutri-prod-footer > li.active,
.nutri-prod-footer > li:hover,
.nutri-prod-footer > li.active > a,
.nutri-prod-footer > li:hover > a {
	color: #22bbe4;
}

.nutri-prod-name {
	color: #22bbe4;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
/*CELL NUTRITION*/
@media (max-width: 1400px) {
	#honey_comb_img {
		max-width: 600px;
	}
}

@media (max-width: 1300px) {
	#honey_comb_img {
		max-width: 100%;
		position: relative;
		bottom: 0px;
	}
}

@media (max-width: 400px) {
	#banner-title {
		font-size: 20px;
	}

	#banner .container p {
		font-size: 12px;
	}

	#cell_cultivation_menu > ul > li {
		font-size: 16px;
	}

	#feature_main_container {
		background: transparent;
		padding-bottom: 10px;
	}

	#feature_container {
		background: linear-gradient(#fff 10%, rgba(34, 187, 228, 0.3) 1% 90%);
		margin-bottom: 40px;
	}
	.highlight-item-container {
		max-width: 120px;
	}

	.more-info {
		bottom: 0px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.nutri-prod-img-container {
		display: block !important;
	}
}
