.fixmenu a{
	border-radius: 0px !important;
}

.contact-box-1 li {
	display: inline-block;
	z-index: 99999;
}

.contact-box-1 li img {
	display: inline-block;
	width: 45px;

	margin-bottom: 8px;
	padding: 7px;
}

.contact-box-1 ul {
	float: right;
	position: -webkit-sticky;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 6px 0;
	border-radius: 20px;
	z-index: 99;
	margin: 25px 0;
	right: 21px;
	bottom: -17px !important;
	text-align: center;
}

.contact-box-1 li:nth-child(1) img {
	display: inline-block;
	width: 44px;
	background: #0F6CA5;
	margin-bottom: 8px;
	padding: 7px;
	border-radius: 2mm;
}

.contact-box-1 li:nth-child(2) img {
	display: inline-block;
	width: 44px;
	background: #c5d309;
	margin-bottom: 8px;
	padding: 7px;
	border-radius: 2mm;
}

.contact-box-1 li:nth-child(3) img {
	display: inline-block;
	width: 44px;
	background: #25D366;
	margin-bottom: 8px;
	border-radius: 2mm;
	padding: 7px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact-box-1 li a:hover img {

	transform: translateY(-3px);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cookie-alert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.card {
	background-color: white;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	box-shadow: 0 0 32px rgb(0 0 0 / 7%);
}

.cookie-alert {
	position: fixed;
	bottom: 13px;
	width: 100%;
	bottom: -1px !important;
	margin: 0 !important;
	z-index: 999;
	opacity: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
}

.card-body-2 {
	background: #fff;
	display: block;
	padding: 7mm;
}

.cookie-alert p {
	color: #000;
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
	margin-bottom: 5mm;
}

.btn-toolbar {
	display: flex;
	justify-content: center !important;
	align-items: center;
}

.reject {
	background: #da251c;
	border: 0px;
	padding: 7px 2em;
	border-radius: 38px;
	color: #fff;
}

.reject:hover {
	background: #0F6CA5;
	color: #fff;
}

.accept:hover {
	background: #0F6CA5;
	color: #fff;
}

.accept {
	background: green;
	border: 0px;
	padding: 7px 2em;
	margin-left: 16px;
	border-radius: 38px;
	color: #fff;
}