/*=== thsn-ihbox-style-7 ===*/
.thsn-ihbox-style-7{
	position: relative;
	margin-bottom: 20px;
	padding-right: 20px;
}
.thsn-ihbox-style-7 .thsn-ihbox-contents,
.thsn-ihbox-style-7 *{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.thsn-ihbox-style-7 .thsn-ihbox-svg,
.thsn-ihbox-style-7 .thsn-ihbox-icon{
	padding-right: 20px;
	padding-top: 5px;
}
.thsn-text-color-white .thsn-ihbox-style-7 .thsn-ihbox-icon i{
	color: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-7 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper{
	font-size: 40px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: var(--thsn-dentiq-secondary-color);
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper svg,
.thsn-ihbox-style-7 .thsn-ihbox-svg-wrapper svg{
	fill: #fff;
	margin-bottom: 8px;
}
.thsn-text-color-white .thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper svg,
.thsn-text-color-white .thsn-ihbox-style-7 .thsn-ihbox-svg-wrapper svg{
	fill: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
	line-height: normal;
	font-size: unset;
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image {
	background-color: transparent;
}
.thsn-ihbox-style-7 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.thsn-ihbox-style-7 h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.thsn-ihbox-style-7 .thsn-ihbox-content{
	font-size: 14px;
	line-height: 18px;
}
.thsn-ihbox-style-7 .thsn-ihbox-content a[href^=tel]{
	color: #6d7a8c;
	text-transform: none;
	font-weight: 400;
	font-style: normal;
}
.rtl .thsn-ihbox-style-7 .thsn-ihbox-svg,
.rtl .thsn-ihbox-style-7 .thsn-ihbox-icon{
	padding-left: 20px;
	padding-right: 0;
}