.tbheading4.style-one .sub-head {
    position: absolute;
    left: 9px;
    top: 80%;
    transform: rotate(-90deg);
    display: inline-block;
    color: #666;
    font-size: 18px;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
}

.tbheading4 .headwrp {
    position: relative;
}

.tbheading4.style-one .main-head {
    padding-left: 45px;
    margin: 0;
}

.tbheading4.style-two .main-head:before {
    content: '';
    width: 54px;
    height: 3px;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #d1651a;
    z-index: -1;
}

.tbheading4 .main-head {
    position: relative;
}

.tbheading4.style-two .main-head {
    padding-left: 45px;
    margin: 0;
}

.tbheading4.style-four .main-head {
    display: inline-block;
}

.tbheading4.style-four .main-head:before {
    width: 12px;
    content: " ";
    position: absolute;
    left: 10px;
    top: 10px;
    height: 12px;
    background: #7a9eef;
    border-radius: 50%;
}

.tbheading4.style-three .main-head i::after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
}

.tbheading4.style-three .main-head i {
    position: relative;
    z-index: 0;
}
