
.specifications .text-content .arrow {
	display: inline-block;
	position: absolute;
	width: 11px;
	height: 11px;
	background: transparent;
	text-indent: -9999px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	text-decoration: none;
	color: transparent;
}

.specifications .text-content.read--more .arrow {
	transform: rotate(45deg);
	right: 80px;
	bottom: 0px;
	transition: transform 1.5s ease-out;
}

.specifications .text-content .arrow:before {
	display: block;
	height: 200%;
	width: 200%;
	margin-left: -50%;
	margin-top: -50%;
	content: "";
	transform: rotate(45deg);
}

 
.specifications h2 {
	text-transform: uppercase;
	position: relative;
	font-size: 30px; 
	cursor: pointer;
}
.specifications h2 button{
	border: 0;
	background: none;
	padding: 0;
	font: inherit;
	display: inline;
	color: inherit;
}

.specifications .flex {
	justify-content: space-between;
}

.specifications .languages {
	display: inline-block;
	padding-left: 15px;
}

.specifications .languages a {
	font-weight: 500;
}

.specifications ul {
	width: 48%;
}
.specifications ul li {
	padding: 15px 10px;
	border-bottom: 1px solid #ebf1f3;
	background-color: #fff; 
}

.specifications ul li:hover {
	background-color: #ebf1f3; 
}

.specifications ul li span {
	width: 50%;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
	color: #525d66;
}

.specifications ul span:nth-child(1) {
	text-transform: uppercase;
}

.crossline {
	background-color: #ebf1f3;
	height: 3px;
	width: 100%;
	margin-bottom: 26px;
}

.specifications button:after {
	content: '';
	right: -43px;
	top: 4px;
	position: absolute;
	display: block;
	margin: 2px auto;
	width: 17px;
	height: 17px;
	border-radius: 1px;
	border-top: 4px solid #00AFEF;
	border-left: 4px solid #00AFEF;
	transform: rotate(225deg);
}

.specifications.to-show h2:after {
	top: 9px;
	transform: rotate(46deg);
}

.specifications .table-content {
	display: none;
}

.specifications.to-show .table-content {
	display: flex;
}
.languages span {
	position: relative;
}
 
 
.languages span:after {
	content: "/";
	position: absolute;
	right: 6px;
	top: 2px;
}
 
.languages span:nth-last-child(1):after,
.languages span:last-child:after {
	font-weight: 500;
	position: unset;
	content: '';
}

.languages {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
	text-align: left;
}

.languages span {
	color: #525d66;
	margin-right: 11px;
}

.languages span:after {
	right: -11px;
	top: -6px;
}

.languages span:hover {
	color: #21b6ef;
}

@media (max-width: 940px){
	.specifications .languages {
		display: none;
	}
}
@media (max-width: 800px){
	 
	.specifications > .flex { 
		flex-direction: column;
	}
	.specifications ul {
		width: 100%;
		margin-bottom: 45px;
	}
	/* .specifications .languages { 
		padding-left: 0;
	} */
}


@media (max-width: 550px) { 
 .specifications {
		position: relative;
		margin-bottom: 200px;
	}
	.specifications .table-content.inner-width{
		max-width: 100%;
	}
	.specifications .inner-width{
		position: unset;
		
	}
	.specifications ul li {
		padding: 15px 19px;
	}
	
	.specifications ul li span {
		width: 68%;
    font-size: 13px;
	}
	.specifications ul span:nth-child(1) {
		text-transform: uppercase;
		width: 30%;
		font-size: 12px;
		color: rgba(82, 93, 102, 0.73);
	}
	.specifications .table-content {
		display: block;
	}
	.specifications .table-content ul:nth-child(2) {
		display: none;
	}
	.specifications .btn-wrapper{
		margin: 20px auto;
	}
	.specifications .btn-wrapper .blue-btn{
		margin: 0 auto;
	}
	.specifications .btn-wrapper .blue-btn:hover { 
		color: #00afef; 
	}
	.specifications button:after {
		display: none;
	}
	/* .specifications .languages {
		padding-left: 0;
		display: flex;
		margin: 15px;
	} */
	.specifications .read-more {
		margin-top: 15px;
		margin-left: 30px;
		color: #00afef;
		cursor: pointer;
		display: table;
		position: relative;
	}
	.specifications .read-more:after {
		content: '';
		right: -22px;
		top: 4px;
		position: absolute;
		display: block;
		margin: 2px auto;
		width: 7px;
		height: 7px;
		border-top: 2px solid #00AFEF;
		border-left: 2px solid #00AFEF;
		transform: rotate(225deg);
	}
	.specifications .download{
		padding-left: 20px;
	}
	.languages span:after {
		position: static;
		margin-left: 7px;
	}
	.datasheet {
		background-color: #f7f9fa;
		padding: 20px 0 0;
	    font-size: 27px;
		font-weight: 400;
		text-transform: uppercase;
		color: #00afef;
		position: absolute;
		bottom: -195px;
		left: 0;
		right: 0;
	}
   }