.call-button {
	position: fixed;
	bottom: 180px;
	right: 29px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	z-index: 9999;
	text-decoration: none;

}
:root{
	--kt-special-offers-bg: #6b94e1 !important;
	--kt-primary-btn-bg: rgb(107 148 225) !important;
	--kt-primary-btn-hover-bg: rgb(75 136 250) !important;
	--kt-primary: #6b94e1 !important;
	--kt-secondary: #6b94e1 !important;


}