label {
position: relative;
}
label:before {
position: absolute;
left: .5em; top: 1em;
}$('.iStepsR').on('click', '.iStepsTabTitle', function(){
let $tab = $(this).closest('.iStepsTab')
$tab.toggleClass('active')
.siblings().removeClass('active')
})left: 50%; top: 50%; - загоняем левый-верхний угол в центр.transform: translate(-50%, -50%); - сдвигаем левее-выше, чтобы не угол был в центре, а центр блока.