/*=== thsn-ihbox-style-18 ===*/
.thsn-ihbox-style-18{
	position: relative;
}
.thsn-ihbox-style-18 .thsn-ihbox-contents,
.thsn-ihbox-style-18 *{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.thsn-ihbox-style-18 .thsn-ihbox-svg,
.thsn-ihbox-style-18 .thsn-ihbox-icon{
	padding-right: 20px;
	padding-top: 5px;
}
.thsn-ihbox-style-18 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-18 .thsn-ihbox-icon-wrapper{
	font-size: 40px;
	line-height: 80px;
	color: var(--thsn-dentiq-blackish-color);
	text-align: center;
	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);
}
.thsn-ihbox-style-18 .thsn-ihbox-svg-wrapper svg,
.thsn-ihbox-style-18 .thsn-ihbox-icon-wrapper svg{
	fill: #fff;
	margin-bottom: 8px;
}
.thsn-text-color-white .thsn-ihbox-style-18 .thsn-ihbox-icon i{
	color: rgba(255, 255, 255, 0.8);
}
.thsn-text-color-white .thsn-ihbox-style-18 .thsn-ihbox-svg-wrapper svg,
.thsn-text-color-white .thsn-ihbox-style-18 .thsn-ihbox-icon-wrapper svg{
	fill: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-18 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
	line-height: normal;
	font-size: unset;
	background-color: transparent;
}
.thsn-ihbox-style-18 h2{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 0px;
}
.thsn-ihbox-style-18 .thsn-ihbox-content{
	font-size: 14px;
	line-height: 18px;
}
.thsn-ihbox-style-3 h2 a,
.thsn-ihbox-style-3 h4 a {
	color: #fff;
}

.thsn-darkcolor-text .thsn-ihbox-style-18 h2  {
	color: var(--thsn-dentiq-blackish-color) !important;
}
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-18 h2,
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-18 h2  {
	color: #fff;
}

@media (max-width:767px) { 
	.thsn-ihbox-style-18 .thsn-ihbox-svg,
	.thsn-ihbox-style-18 .thsn-ihbox-icon {
		padding-top: 0;
	}
	.thsn-ihbox-style-18 h2 br {
		display: none;
	}
}