/*=== thsn-ihbox-style-21 ===*/
.thsn-ihbox-style-21 {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 0px;
}
.thsn-ihbox-style-21 .thsn-ihbox-heading.d-flex {
    align-items: center;
    margin-bottom: 16px;
}
.thsn-ihbox-style-21 .thsn-ihbox-contents,
.thsn-ihbox-style-21 *{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.thsn-text-color-white .thsn-ihbox-style-21 .thsn-ihbox-icon i{
	color: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-21 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-21 .thsn-ihbox-icon-wrapper{
	font-size: 36px;
	line-height: 36px;
	color: var(--thsn-dentiq-global-color);
}
.thsn-ihbox-style-21 .thsn-ihbox-svg-wrapper svg,
.thsn-ihbox-style-21 .thsn-ihbox-icon-wrapper svg{
	fill: var(--thsn-dentiq-global-color);
	margin-bottom: 5px;
}
.thsn-ihbox-style-21 h2{
	font-size: 19px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    letter-spacing: -0.57px;
}
.thsn-ihbox-style-21 h2 span{
	color: var(--thsn-dentiq-blackish-color);
}
.thsn-ihbox-style-21 .thsn-ihbox-svg-wrapper, 
.thsn-ihbox-style-21 .thsn-ihbox-icon-wrapper {
	font-size: 18px;
    line-height: 50px;
    color: var(--thsn-dentiq-blackish-color);
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--thsn-dentiq-secondary-color);
	letter-spacing: -0.72px;
	margin-right: 20px;
}