.movable_popup{align-items: center;justify-content: center;}
.movable_popup_main{
    width: 300px;
    height: 400px;
    background-size: 100% 100%;
    position: relative;
}
.movable_activity_btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 51px;
    border-radius: 25px;
    width: 75%;
    margin: auto;
    height: 45px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: box-shadow 0.3s ease-in-out;
    background-color: var(--Mcolour);
    color: var(--pColourT);
}
.movable_activity_btn a{color: var(--pColourT);display: block;text-align: center;font-size: 18px;font-weight: bold;}
.floating_coupon{
    position: fixed;
    right: 10px;
    bottom: 80px;
    width: 50px;
    height: 50px;
    display: none;
}
.floating_coupon img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.coupon_counter{
    color: #ffe682;
    font-size: 12px;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.hover_popup_contents{
    text-align: center;
    color: #f92d22;
}