.absolute-footer{
	display: none;
}
.top-footer{
	border-top: 1px solid var(--Basic-Color);
}
.top-footer .copyright{
	margin: 0;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: var(--Secondary-Color);
}
.footer-menu{
	margin: 0;
	display: flex;
	justify-content: right;
	align-items: center;
}
.footer-menu .item{
	list-style: none;
	margin-left: 40px;
}
.footer-menu .item:first-child{
	margin-left: 0;
}
.footer-menu .item>a{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--Secondary-Color);
}
.logofooter .ux-logo-link{
	padding:20px 0 !important;
}
.footer-wrapper .section-footer{
	padding-bottom: 0 !important;
}
.sticky-isocal{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 99;
	background: var(--Overlay-Color);
    backdrop-filter: blur(var(--Blur));
}
.sticky-isocal .item-isocal .d-block{
	padding:16px;
}
.sticky-isocal .item-isocal .d-block:hover{
	background:var(--Background-Color);
}
.sticky-contact{
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	z-index: 99;
	padding:20px;
}
.sticky-contact .inner-sticky-contact{
	display: flex;
	align-items: center;
	background: var(--Main-Color);
	border: 2px solid var(--Border-Label);
	box-shadow: 0px 10px 20px var(--Box-Shadow);
	padding:12px 20px;
}
.sticky-contact .inner-sticky-contact .booking-table{
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
.sticky-contact .inner-sticky-contact .booking-table::after{
	content: "";
	position: absolute;
	width: 3px;
	height:30px;
	right: -10px;
	top:50%;
	transform: translate(0,-50%);
	background: var(--Border-Label);
	border-radius:1px;
}
.sticky-contact .inner-sticky-contact .contact-us{
	margin-left: 10px;
	padding-left: 10px;
}
.sticky-contact .inner-sticky-contact span{
	position: relative;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: var(--Secondary-Color);
	top: 3px;
    margin-left: 10px;
}