.healthcare-rate-heading{
	font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
    float: left;
    width: 100%;
}

.ratebutton{
	width: 85px;
	height: 85px;
	background-color: #fafafa;
	line-height:100px;
	text-align: center;
	border-radius: 50%;
	margin: 0 16px;
	cursor: pointer;
} 

.ratebutton-left{
	float: right;
	background-color: #3bce80;
	padding-top: 11px;
	margin-right:8px;
}

.ratebutton-right{
	background-color: #ff4366;
	padding-top: 15px;
	float: left;
	margin-left:8px;
	z-index: 10;
	position: relative;
}

/*.ratebutton-right:after, .ratebutton-left:after{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 1;
    opacity: 0;
    height: 100%;
    border-radius: 50%;
    webkit-box-shadow: 0px 7px 9px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 9px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 9px -5px rgba(0,0,0,0.75);
	transition: opacity 0.1s;
}

.ratebutton-wrap.ratebutton-clicked .ratebutton-right:after, .ratebutton-wrap.ratebutton-clicked .ratebutton-left:after{
	opacity: 1;
}*/

.ratetext{
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #6585ae;
	line-height: 85px;
}

.ratetext-right{
	float: left;
}

.ratetext-left{
	float: right;
}

.ratebutton-wrap{
	opacity: 0.8;
	margin-bottom: 9px;
}

.ratebutton-wrap:hover{
	opacity: 1;
}

.ratebutton-wrap.ratebutton-clicked{
	opacity: 1;
}

.ratebutton-wrap.ratebutton-clicked .ratebutton{
    transform: scale(1.1,1.1);
}

@media only screen 
and (max-width : 700px) {

	.healthcare-rate-heading {
	    font-size: 19px;
	    font-weight: 900;
	    margin-bottom: 10px;
	    line-height: 1.3;
	}

	.ratetext{
		display: none;
	}

	.ratebutton-wrap{
	opacity: 1;
	}

}