.help1{
    width: 16px; height: 16px;
    cursor: pointer;
    margin-left: 5px;
    background-color: #0096FF;
    border-radius: 8px;
    color: white;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
}

.help2{
    cursor: pointer;
    color: #0096ff;
}

.help2:hover{
    text-decoration: underline;
    color: #047fd3;
}

.label-help-wrap{
    position: relative;
    display: flex;
    align-items: center;
}

.label-help-wrap label{
    display: inline-block!important;
    font-size: 14px;
}

.label-help-wrap .help1{
    display: inline-block!important;
    text-align: center;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

.help-tooltip {
    font-size: 12px;
    background: #fff;
    position: absolute;
    z-index: 2100;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.help-tooltip:after /* triangle decoration */ {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

.help-tooltip.top:after{
    border-top-color: transparent;
    border-bottom: 10px solid white;
    top: -20px;
    bottom: auto;
}

.help-tooltip.left:after{
    left: 10px;
    margin: 0;
}

.help-tooltip.right{
    text-align: left;
}

.help-tooltip.right:after{
    right: 10px;
    left: auto;
    margin: 0;
}

.help-tooltip img.image168{
    width: 100%;
    min-height: 165px;
}

@media (max-width: 991px) {
    .help-tooltip img.image168{
        min-height: 0;
    }
}
