/*=== thsn-ihbox-style-5 ===*/
.thsn-ihbox-style-5.thsn-ihbox {
    text-align: center;
    position: relative;
}
.thsn-ihbox-style-5.thsn-ihbox h2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
	margin: 0;
}
.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper{
    color: #071323;
	font-size: 50px;
    display: inline-block;
    position: relative;
}

.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper{
	margin-bottom: 12px;
}
.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image {
	margin-bottom: 35px;
}
.thsn-ihbox-style-5 .thsn-ihbox-icon-wrapper img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(0,0,0,.07);
}
.thsn-ihbox-style-5 .thsn-ihbox-content{
    margin-top: 15px;
    padding: 0 30px;
}
.thsn-steps-counter .thsn-ihbox-style-5  .thsn-ihbox-icon-wrapper:before {
    content: counter(thsnbox1, decimal-leading-zero) " ";
    counter-increment: thsnbox1;
    color: #fff;
    height: 46px;
    width: 46px;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 800;
    top: 0;
    right: 0;
    z-index: 99;
}
.thsn-steps-counter .thsn-ihbox-style-5  .thsn-ihbox-icon-wrapper:after{
    width: 56px;
    height: 56px;
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
}
.rtl .thsn-ihbox:not(.thsn-align-center):not(.thsn-ihbox-style-5) .thsn-element-heading,
.rtl .thsn-ihbox:not(.thsn-align-center):not(.thsn-ihbox-style-5) .thsn-element-title,
.rtl .thsn-ihbox:not(.thsn-align-center):not(.thsn-ihbox-style-5) .vc_custom_heading {
	text-align: right !important;
}

.thsn-steps-counter .thsn-ihbox-style-5  .thsn-ihbox-icon-wrapper:before {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-steps-counter .thsn-ihbox-style-5  .thsn-ihbox-icon-wrapper:after{
	background-color: rgba(var(--thsn-dentiq-global-color-rgb), 0.50);
}
.thsn-ihbox-style-5 .thsn-ihbox-subheading h4 {
	color: var(--thsn-dentiq-global-color);
}