.dw-float-ticket-right,
.dw-float-ticket-left {
    position: fixed;
    bottom: 5%;
    z-index: 1
}

.dw-float-ticket-right {
    right: 5%;
}

.dw-float-ticket-left {
    left: 5%;
}

.dw-float-ticket-right a,
.dw-float-ticket-left a {
    background-color: #6031fd;
    width: 55px;
    height: 55px;
    max-width: 55px;
    max-height: 55px;
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px #999;
}

.dw-float-ticket-right img,
.dw-float-ticket-left img {
    max-width: 35px;
    max-height: 35px;
}