.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Poppins';}
.ry-btn {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 25px;
	padding-right: 25px;
	max-width: max-content;
	color: #ffffff !important;
	background: #666666 !important;
	font-size: 20px !important;
}
.ry-btn-primary:hover {
	background: #4682b4 !important;
	color: #ffffff !important;
}
.ry-btn-secondary:hover {
	background: #666666 !important;
	color: #ffffff !important;
}
.ry-btn:after {
	display: none;
}

.ry-btn.ry-btn-secondary{
	color: #ffffff !important;
	background: #4682b4 !important;
}