.bookings{
position: fixed;
right: 0;
top: 50%;
z-index: 2000;
}
.bookings-trigger {
background-color: #2C2B80;
border-radius: 0px 0px 0px 0px;
-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
color: #fff;
cursor: pointer;
font-size: 1em;
font-weight: 700;
padding: 10px 20px;
position: absolute;
right: calc(100% - 3px);
top: 25%;
transform: translate(50%,75%) rotate(-90deg);
transform-origin: bottom;
}
.bookings-trigger a{
color:fff !important;
font-weight:bold;
}