/*=== thsn-ihbox-style-16 ===*/
.thsn-ihbox-style-16 {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 0px;
}
.thsn-ihbox-style-16 .thsn-ihbox-headingicon{
	align-items: center;
}
.thsn-ihbox-style-16 .thsn-ihbox-content{
	margin-top: 10px;
	background-color: var(--thsn-dentiq-light-bg-color);
	padding: 35px 25px 35px 30px;
	border-radius: 7px;
}
.thsn-advance-dentiq-demo .thsn-ihbox-style-16 .thsn-ihbox-content {
	background-color: #fff;
}
.thsn-ihbox-style-16 .thsn-ihbox-contents,
.thsn-ihbox-style-16 *{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.thsn-ihbox-style-16 .thsn-ihbox-svg,
.thsn-ihbox-style-16 .thsn-ihbox-icon{
	padding-top: 30px;
}
.thsn-text-color-white .thsn-ihbox-style-16 .thsn-ihbox-icon i{
	color: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-16 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-16 .thsn-ihbox-icon-wrapper{
	font-size: 36px;
	line-height: 36px;
	color: var(--thsn-dentiq-global-color);
}
.thsn-ihbox-style-16 .thsn-ihbox-svg-wrapper svg,
.thsn-ihbox-style-16 .thsn-ihbox-icon-wrapper svg{
	fill: var(--thsn-dentiq-global-color);
	margin-bottom: 5px;
}
.thsn-ihbox-style-16 h2{
	font-size: 20px;
    line-height: 30px;
	letter-spacing: -0.54px;
    margin-top: 0;
    margin-bottom: 0;
	position: relative;
	background-color: var(--thsn-dentiq-global-color);
	padding: 15px 25px;
	border-radius: 7px;
	color: #fff;
	letter-spacing: -0.6px;
}
.thsn-ihbox-style-16 h2 span{
	color: var(--thsn-dentiq-blackish-color);
}
.thsn-elementor-bg-color-light .thsn-ihbox-style-16 .thsn-ihbox-content,
.thsn-elementor-bg-color-secondary .thsn-ihbox-style-16 .thsn-ihbox-content,
.thsn-elementor-bg-color-blackish .thsn-ihbox-style-16 .thsn-ihbox-content,
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-16 .thsn-ihbox-content {
	background-color: #fff;
}
.thsn-elementor-bg-color-globalcolor .thsn-ihbox-style-16 h2 {
	background-color: var(--thsn-dentiq-blackish-color);
}

@media (max-width: 575px) {
	.thsn-ihbox-style-16 h2 {
		font-size: 18px;
		line-height: 28px;
	}
}