/*=== thsn-ihbox-style-19 ===*/
.thsn-ihbox-style-19 {
	position: relative;
}
.thsn-ihbox-style-19 .thsn-ihbox-box {
    background: var(--thsn-dentiq-light-bg-color);
    display: inline-block;
    padding: 10px 35px 10px 10px;
    border-radius: 7px;
}
.thsn-advance-dentiq-demo .thsn-ihbox-style-19 .thsn-ihbox-box { 
	background-color: #fff;
}
.thsn-ihbox-style-19 .thsn-ihbox-contents,
.thsn-ihbox-style-19 *{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.thsn-ihbox-style-19 .thsn-ihbox-contents {
    display: grid;
    align-content: space-between;
}
.thsn-ihbox-style-19 .thsn-ihbox-svg,
.thsn-ihbox-style-19 .thsn-ihbox-icon{
	padding-right: 25px;
}
.thsn-ihbox-style-19 .thsn-ihbox-icon img {
	min-width: 135px;
    width: 135px;
    height: 135px;
    object-fit: cover;
    border-radius: 7px;
}
.thsn-ihbox-style-19 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-19 .thsn-ihbox-icon-wrapper{
	font-size: 60px;
    line-height: 60px;
	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-19 .thsn-ihbox-svg-wrapper svg,
.thsn-ihbox-style-19 .thsn-ihbox-icon-wrapper svg{
	fill: #fff;
	margin-bottom: 8px;
}
.thsn-text-color-white .thsn-ihbox-style-19 .thsn-ihbox-icon i{
	color: rgba(255, 255, 255, 0.8);
}
.thsn-text-color-white .thsn-ihbox-style-19 .thsn-ihbox-svg-wrapper svg,
.thsn-text-color-white .thsn-ihbox-style-19 .thsn-ihbox-icon-wrapper svg{
	fill: rgba(255, 255, 255, 0.8);
}
.thsn-ihbox-style-19 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
	line-height: normal;
	font-size: unset;
	background-color: transparent;
}
.thsn-ihbox-style-19 h2{
	font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 6px;
	color: var(--thsn-dentiq-blackish-color);
}
.thsn-ihbox-style-19 .thsn-ihbox-contents .thsn-element-heading {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 200% */
	text-transform: uppercase;
	color: #4B535D;
}
.thsn-ihbox-style-19 .thsn-ihbox-content{
	font-size: 15px;
    line-height: 24px;
    padding-bottom: 7px;
}
.thsn-ihbox-style-3 h2 a,
.thsn-ihbox-style-3 h4 a {
	color: #fff;
}

@media (max-width: 400px) {
	.thsn-ihbox-style-19 .thsn-ihbox-box {
		padding: 10px 12px 10px 10px;
	}
	.thsn-ihbox-style-19 .thsn-ihbox-contents .thsn-element-heading {
   		font-size: 13px;
		line-height: 20px;
	}
	.thsn-ihbox-style-19 .thsn-ihbox-svg, .thsn-ihbox-style-19 .thsn-ihbox-icon {
		padding-right: 15px;
	}
	.thsn-ihbox-style-19 h2 {
		font-size: 17px;
		line-height: 25px;
	}
	.thsn-ihbox-style-19 .thsn-ihbox-icon img {
		min-width: 115px;
		width: 115px;
	}
}