@media only screen and (max-width: 600px) {
    .quickMenu {
        display: none;
    }

    div.end-call {
        display: block !important;
    }
}

div.end-call {
    display: none;
}

.quickMenu {
    width: 70px;
    height: auto;
    position: fixed;
    right: 55px;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    z-index: 900;
}

.quickMenu .btn_link {
    width: 100%;
    height: auto;
    padding: 18px 0;
    border-radius: 40px;
    background-color: #001b61;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 29%);
    margin-bottom: 0;
    transform: skewX(-0.003deg);
}

.quickMenu .btn_link li {
    width: 100%;
    height: 70px;
    padding: 11px 0;
    margin: 0 auto;
    position: relative;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}

.quickMenu .btn_link li::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.quickMenu .btn_link li a {
    color: #fff;
}

.quickMenu .btn_link li p {
    margin-bottom: 5px;
}

.quickMenu li {
    list-style: none;
    display: list-item;
}

.quickMenu ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1em;
    margin: 0
}

.quickMenu .btn_link .q-callInfo::after {
    border-bottom: 0px;
}