.btn-m{
		height: 60px;
		width: 230px;
		max-width: 230px;
		position: relative;
		transition: all 0.5s ease;
		-webkit-transition: 0.5s ease;
    	-moz-transition: 0.5s ease;
    	-o-transition: 0.5s ease;
    	
	}
	.btn-m:hover{
		height: 60px;
		width: 230px;
		background-color: #f5b335;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		transition: all 0.5s ease;
		-webkit-transition: 0.5s ease;
    	-moz-transition: 0.5s ease;
    	-o-transition: 0.5s ease;

	}
	.btn-m.check{
		height: 60px;
		width: 230px;
		background-color: #f5b335;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		transition: all 0.5s ease;
		-webkit-transition: 0.5s ease;
    	-moz-transition: 0.5s ease;
    	-o-transition: 0.5s ease;

	}
.btn-a{
		height: 60px;
		width: 230px;
		max-width: 230px;
		position: relative;
		transition: all 0.5s ease;
		-webkit-transition: 0.5s ease;
    	-moz-transition: 0.5s ease;
    	-o-transition: 0.5s ease;
    	
	}
	.btn-a:hover{
		height: 60px;
		width: 230px;
		background-color: #6f69f6;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		transition: all 0.5s ease;
		-webkit-transition: 0.5s ease;
    	-moz-transition: 0.5s ease;
    	-o-transition: 0.5s ease;

	}
	.btn-a.check{
		height: 60px;
		width: 230px;
		background-color: #6f69f6;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		transition: all 0.5s ease;
		-webkit-transition: 0.5s ease;
    	-moz-transition: 0.5s ease;
    	-o-transition: 0.5s ease;

	}
.btn-r{
		height: 60px;
		width: 230px;
		max-width: 230px;
		position: relative;
		transition: all 0.5s ease;
		-webkit-transition: 0.5s ease;
    	-moz-transition: 0.5s ease;
    	-o-transition: 0.5s ease;
    	
	}
	.btn-r:hover{
		height: 60px;
		width: 230px;
		background-color: #ff4713;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		transition: all 0.5s ease;
		-webkit-transition: 0.5s ease;
    	-moz-transition: 0.5s ease;
    	-o-transition: 0.5s ease;

	}
	.btn-r.check{
		height: 60px;
		width: 230px;
		background-color: #ff4713;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		transition: all 0.5s ease;
		-webkit-transition: 0.5s ease;
    	-moz-transition: 0.5s ease;
    	-o-transition: 0.5s ease;

	}
.btn{
	border-radius:100px;
}
	.btn img{
		width: 100%;
		max-width: 100%;
	}
.btn.check img{
		filter: brightness(0) invert(1);
	}
	.btn:hover img{
		filter: brightness(0) invert(1);
	}