.categorie-section{
    overflow : hidden;
}

.medical-header {
	background-color: #04979D;
}


.feature-box-1.medical h5 {
	color: #04979d;
	font-weight: 600;
}

.feature-box-1.medical:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	border-radius: 10px;
	width: 0;
	background: #04979d;
	z-index: -1;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
}

.feature-box-1 {
    padding: 32px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.125);
    margin: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
    top: 0;
}

.feature-box-1 * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
}

.feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #ffffff;
    color: #04979D;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px;
}

.feature-box-1 .icon i {
    line-height: 70px;
}

.feature-box-1 p {
    margin: 0;
}

.feature-box-1:hover {
	top: -5px;
}

.feature-box-1:hover h5 {
	color: #ffffff;
}

.feature-box-1:hover p {
	color: rgba(255, 255, 255, 0.8);
}



.feature-box-1:hover:after {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	left: 0;
	right: auto;
}

.feature-context h5{
    text-transform: capitalize;
}

.section-title-categorie.medical h2 {
    color: #04979d;
    margin: 0 0 15px;
    border-left: 5px solid #04979D;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 900;
}

.footermedical {
	padding-top: 3rem;
	padding-bottom: 0.5rem;
	background-color: #04979D;
}

.copyrightmedical {
	padding-top: 1rem;
	padding-bottom: 0.375rem;
	background-color: #04979D;
	text-align: center;
}