/*=== thsn-ihbox-style-2 ===*/
.thsn-ihbox-style-2{
	position: relative;
}
.thsn-ihbox-style-2 .thsn-ihbox-contents,
.thsn-ihbox-style-2 *{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.thsn-ihbox-style-2 .thsn-ihbox-svg,
.thsn-ihbox-style-2 .thsn-ihbox-icon{
	padding-right: 15px;
	padding-top: 5px;
}
.thsn-ihbox-style-2 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-2 .thsn-ihbox-icon-wrapper{
	font-size: 40px;
	line-height: 75px;
	color: #fff;
	text-align: center;
	width: 75px;
	height: 75px;
	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-global-color);
}
.thsn-ihbox-style-2 .thsn-ihbox-svg-wrapper svg,
.thsn-ihbox-style-2 .thsn-ihbox-icon-wrapper svg{
	fill: #fff;
	margin-bottom: 8px;
}
.thsn-text-color-white .thsn-ihbox-style-2 .thsn-ihbox-icon i{
	color: rgba(255, 255, 255, 0.8);
}
.thsn-text-color-white .thsn-ihbox-style-2 .thsn-ihbox-svg-wrapper svg,
.thsn-text-color-white .thsn-ihbox-style-2 .thsn-ihbox-icon-wrapper svg{
	fill: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-2 .thsn-ihbox-icon-type-image img{
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
.thsn-ihbox-style-2 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
	line-height: normal;
	font-size: unset;
	background-color: transparent;
}
.thsn-ihbox-style-2 h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}
.thsn-ihbox-style-2 .thsn-ihbox-content{
	font-size: 14px;
	line-height: 18px;
}
.thsn-ihbox-style-3 h2 a,
.thsn-ihbox-style-3 h4 a {
	color: #fff;
}