.absolute-footer{
	display: none;
}
.footer-wrapper .section-footer{
	border-top: 1px dashed var(--Main-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(--Label-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(--Label-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(--Background-Isocal);
	border: 2px solid var(--Border-Isocal-Hover);
	border-radius: 32px;
	overflow: hidden;
}
.sticky-isocal .item-isocal .d-block{
	padding:16px;
	display: block;
}
.sticky-isocal .item-isocal .d-block:hover{
	background: var(--Background-Isocal-Hover);
}
.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;
}
.sticky-contact .inner-sticky-contact .booking-table{
	margin-right: 10px;
    padding-right: 10px;
    position: relative;
    background: var(--Button-Bottom);
    border: 2px solid var(--Border-Color);
    box-shadow: 0px 10px 20px rgb(255 103 164 / 40%);
    border-radius: 100px;
    height: 56px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-contact .inner-sticky-contact .booking-table:hover{
	background:var(--Button-Bottom-Hover);
}
.sticky-contact .inner-sticky-contact .booking-table::after{
	content: "";
	position: absolute;
	width: 3px;
	height:30px;
	right: -10px;
	top:50%;
	transform: translate(0,-50%);
	border-radius:1px;
}
.sticky-contact .inner-sticky-contact .contact-us{
	margin-right: 10px;
    padding-right: 10px;
    position: relative;
    background: var(--Button-Bottom);
    border: 2px solid var(--Border-Color);
    box-shadow: 0px 10px 20px rgb(255 103 164 / 40%);
    border-radius: 100px;
    height: 56px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-contact .inner-sticky-contact .contact-us:hover{
	background:var(--Button-Bottom-Hover);
}
.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(--Background-Color);
	top: 3px;
    margin-left: 10px;
}