.label-box {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    z-index: 9999999;
    top: calc(100% + 3px);
    right: 88px;
    /* left: 8px; */
}

@media screen and (max-width: 768px) {
    .label-box {
        /* left: 23px; */
        right: 10px;
    }
}

@media screen and (min-width: 1500px) {
    .label-box {
        top: 100%;
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    }
}

.label-box .btn__close {
    position: absolute;
    right: 22px;
    top: 19px;
    color: #ffffff;
    font-size: 30px;
    line-height: 0px;
    background-color: #f0f0f031;
    border-radius: 100%;
    padding: 0;
    width: 36px;
    height: 36px;
    padding-bottom: 4px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.label-box .btn__close:hover {
    color: #008351;
    background-color: #f0f0f0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.label-box__content{
    width: 100%;
    padding: 22px 28px;
    font-size: 0.9rem;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.label-box .jobbtn {
    border: 1px solid #f0f0f0;
    padding: 5px 7px;
}

.label-box p {
    margin-bottom: 7px;
}

.tm-btn.jobbtn::after {
    margin-left: 5px;
}

.label-box.sticky {
    position: absolute;
}

.label-box.notactive {
    visibility: hidden;
}

/* Sticky */

.navigation-stick ~ .label-box {
    position: fixed;
    top: 106px;
}

@media screen and (max-width: 600px) {
    .navigation-stick ~ .label-box {
        top: 70px;
    }
}
