/* Add here all your CSS customizations */

.content-grid-item.col-sm-2.text-center{
	padding : 0px;
	left : 10px;
	right: 10px;
	border: none;
} 

.content-grid.content-grid-dashed.mt-12.mb-12{
	border:none;
}


.content-grid.content-grid-dashed .content-grid-item:before {
	border: none;
}

.content-grid.content-grid-dashed .content-grid-item:after {
	border: none;
}


.row.content-grid-row{
	border:none;
}



@media (max-width: 480px) { 
	#feat {
		padding-right:1px; 
		padding-top:10px; 
		height:65%;
		width:32%
	}
}
@media (max-width: 991px) {
	#feat {
		padding-right:1px; 
		padding-top:10px; 
		height:65%;
		width:32%
	}
}



.thumb-info-side-image-custom {
	border: 0 none;
	color: #777;
	margin: 0 0 35px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
	padding: 0;
	margin-right: 30px;
}
.thumb-info-side-image-custom .thumb-info-caption {
	text-align: left;
}
.thumb-info-side-image-custom .thumb-info-caption h4 {
	margin: 30px 0 0;
	padding: 0;
}
.thumb-info-side-image-custom .thumb-info-caption p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
}
.thumb-info-side-image-custom:hover {
	-webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
					box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
	margin: 0 0 10px 0;
	padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
	padding: 0 10px;
	display: block;
	clear: both;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
	margin: 3px 0 0;
	padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p {
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
		width: 100%;
	}
}
.content-grid .content-grid-item {
	min-height: 150px;
	border: 1px solid #e4e4e4;
	border-left: none;
}
.content-grid .content-grid-item:first-child {
	border-left: 1px solid #e4e4e4;
}
.content-grid .content-grid-item::before, .content-grid .content-grid-item::after {
	content: none;
}

@media (max-width: 991px) {
	.content-grid .content-grid-item:nth-child(4) {
		border-left: 1px solid #e4e4e4;
	}
	.content-grid .content-grid-item:nth-child(4), .content-grid .content-grid-item:nth-child(5), .content-grid .content-grid-item:nth-child(6) {
		border-top: 0;
	}
}
@media (max-width: 767px) {
	.content-grid .content-grid-item {
		border-top: 0;
		border-left: 1px solid #e4e4e4;
	}
	.content-grid .content-grid-item:first-child {
		border-top: 1px solid #e4e4e4;
	}
}




	#ThismyBtn {
	  display: none;
	  position: fixed;
	  bottom: 10px;
	  right: 1px;
	  z-index: 99;
	  /*
	  font-size: 18px;
	  border: none;
	  outline: none;
	  background-color: none;
	  color: white;
	  cursor: pointer;
	  padding: 15px;
	  border-radius: 4px;*/
	}

	#ThismyBtn:hover {
	  /*background-color: #555;*/
	  background: url("data/call.png") no-repeat;
	}
























