.btn-discover{
	border-radius: 100%;
	background-color: #50b494;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: .2s;
}
.btn-discover:hover{
	border-radius: 100%;
	background-color: white;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
	h3{
		color: black;
	}
}
.btn-discover h3{
	color: white;
}
.img-scaleUp{
	transition: transform 0.3s ease, z-index 0s ease; 
}
.custom-btn{
	background-color: #50b494;
}
.progress_icon.themebg{
	background-color: #49b893;
}
#mobile-header {
	display: none !important;
}

@media only screen and (min-width: 768px) {
.scale1-2:hover{
    transform: scale(1.2);
	z-index: 100;
}
.scale1-3:hover{
    transform: scale(1.3);
	z-index: 100;
}
.scale1-4:hover{
    transform: scale(1.4);
	z-index: 100;
	}
}

.wpcf7-form {
	
	input[type=text], input[type=email]{
	background-color: white;
		border:3px solid #50b494 !important;
		background-color: #50b494 !important;
    	opacity: .5;
	}
	input[type=submit]{
		background-color: #50b494;
	}
} 




