.feature-tooltip{
	display: none;
}

.fancybox-overlay{
	background:rgba(0,0,0,0.45);
}

.features-titles{
	font-size: 22px;
	color: #fff;
}
@media screen and (max-width: 991px){
	.title-ourservice, .title-othercompanies{
		display: none;
	}
	.title-features{
		border-radius: 10px 10px 0 0;
		text-align: center;
	}
}

.title-features{
	background: #609eb0;
	border-radius: 10px 0 0 0;
}
@media screen and (max-width: 991px){
	.title-features{
		background: #609eb0;
		border-radius: 10px 10px 0 0;
	}
}
.title-ourservice{
	background: #618959;
}
.title-othercompanies{
	background: #555;
	border-radius: 0 10px 0 0;
}
.title-inner{
	padding: 20px 10px;
}
.feature-item{
	border-bottom: 2px solid #aaa;
	background: #ccc;
}
.feature-item-title{
	background: #cbb065;
}

.feature-item-inner{
	padding: 20px 10px;
	font-size: 14px;
}
.feature-item-inner img{
	margin-right: 10px;
}
.feature-item-detail{
	background: #ccc;
}

@media screen and (max-width: 991px){
	.feature-item-detail .feature-item-inner{
		text-align: center;
	}
}
.feature-item-title a{
	color: #333;
	font-size: 16px;
}
.feature-item-title a:hover{
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 991px){
	.feature-item-title{
		text-align: center;
	}
	.feature-item-title a{
		font-size: 16px;
		font-weight: 700;
	}
}

.feature-item-other{
	border-left: 2px solid #aaa
}

.mobile-title{
	display: none;
}
@media screen and (max-width: 991px){
	.mobile-title{
		display: block;
		text-align: center;
		padding: 10px 0;
		font-size: 16px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 991px){
	.feature-item-our .mobile-title{
		background: #618959;
		color: #fff;
	}
}

@media screen and (max-width: 991px){
	.feature-item-other .mobile-title{
		background: #555;
		color: #fff;
	}
}


.ico-col{
	text-align: right;
}

.item-col{
	text-align: left;
}

.feature-item.row{
    overflow: hidden; 
}

.feature-item [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}