.float-1-ioz, .float-2-ioz, .float-3-ioz {
    cursor: pointer;
    position: fixed;
    top: auto;
    right: auto;
    left: 30px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f50058;
    box-shadow: 0 4px 5px -1px rgb(0 0 0 / 50%);
    font-size: 24px;
    color: #fff;
    display: none;
    z-index: 1050;
}

.float-1-ioz, .float-2-ioz, .float-3-ioz, .float-4-ioz {
    display: flex;
}


.float-1-ioz {
    left: 5%;
    align-items: center;
    justify-content: center;
}
.float-2-ioz {
    left: 40%;
    align-items: center;
    justify-content: center;
}
.float-4-ioz {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    top: auto;
    right: auto;
    left: 25%;
    bottom: 0;
    z-index: 1050;
}
.float-1-ioz img {
    width: 19px;
    height: 19px;
}
.book-my-show-voucher {
    max-width: 60%;
}
.float-4-ioz h2 {
    color:#f50058;
    font-size: 45px;
    font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 768px) {
    .float-2-ioz {
        left: 15%;
    }
    .helping-area .help-wrap h3 {
        font-size: 70px;
        color: #f50058;
    }
    .helping-area .help-wrap p {
        font-size: 30px;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .float-2-ioz {
        left: 10%;
    }
    .book-my-show-voucher {
        max-width: 100%;
    }
    .float-4-ioz {
        left: 15%;
    }
}

@media (min-width: 1600px) {
    .max-width-1520 {
        max-width: 1500px;
    }
}

@media (min-width: 1920px) {
    .max-width-1520 {
        max-width: 1520px;
    }
}