.thsn-ihbox-style-8{
	position: relative;
	margin-bottom: 20px;
	padding-right: 20px;
}
.thsn-ihbox-style-8 .thsn-ihbox-contents,
.thsn-ihbox-style-8 *{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.thsn-ihbox-style-8 .thsn-ihbox-contents{
	padding-left: 60px;
}
.thsn-ihbox-style-8 .thsn-ihbox-svg,
.thsn-ihbox-style-8 .thsn-ihbox-icon{
	padding-right: 20px;
	padding-top: 5px;
}
.thsn-ihbox-style-8 .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper{
	font-size: 40px;
	line-height: 40px;
	position: relative;
	top: 10px;
	color: var(--thsn-dentiq-global-color);
}
.thsn-ihbox-style-8 .thsn-ihbox-svg-wrapper svg,
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper svg{
	fill: var(--thsn-dentiq-global-color);
	margin-bottom: 5px;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
	line-height: normal;
	font-size: unset;
	width: 55px;
}
.thsn-ihbox-style-8 .thsn-ihbox-icon-type-image img{
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.thsn-ihbox-style-8 h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 0px;
}
.thsn-ihbox-style-8 .thsn-ihbox-content{
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
}
.rtl .thsn-ihbox-style-8 .thsn-ihbox-svg,
.rtl .thsn-ihbox-style-8 .thsn-ihbox-icon{
	padding-left: 20px;
	padding-right: 0;
}
.thsn-advance-dentiq-demo .thsn-ihbox-style-8 .thsn-ihbox-contents .thsn-ihbox-btn a {
	color: var(--thsn-dentiq-global-color);
    font-size: 18px;
    margin-top: 12px;
    display: inline-block;
	position: relative;
}
.thsn-advance-dentiq-demo .thsn-ihbox-style-8 .thsn-ihbox-contents .thsn-ihbox-btn a::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0px;
    background-color: var(--thsn-dentiq-global-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.thsn-advance-dentiq-demo .thsn-ihbox-style-8 .thsn-ihbox-contents .thsn-ihbox-btn a:hover:after {
	width: 0;
}
.thsn-advance-dentiq-demo .thsn-ihbox-style-8 .thsn-ihbox-content {
    font-size: 17px;
    line-height: 28px;
    padding-top: 0;
}
.thsn-advance-dentiq-demo .thsn-ihbox-style-8 h2 {
	font-weight: 600;
	margin-top: -7px;
}
.thsn-advance-dentiq-demo .thsn-elementor-bg-color-blackish .thsn-ihbox-style-8 h2 {
	color: var(--thsn-dentiq-white-color);
}
.thsn-advance-dentiq-demo .thsn-elementor-bg-color-blackish .thsn-ihbox-style-8 .thsn-ihbox-content {
	color:  rgba( var(--thsn-dentiq-white-color-rgb), 0.8);
}
.thsn-advance-dentiq-demo .thsn-ihbox-style-8 .thsn-ihbox-contents {
    padding-left: 80px;
	margin-top: -15px;
}
.thsn-advance-dentiq-demo  .thsn-ihbox-style-8 .thsn-ihbox-svg-wrapper, 
.thsn-advance-dentiq-demo  .thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba( var(--thsn-dentiq-blackish-color-rgb), 0.1);
}
.thsn-advance-dentiq-demo  .thsn-elementor-bg-color-blackish .thsn-ihbox-style-8 .thsn-ihbox-svg-wrapper, 
.thsn-advance-dentiq-demo  .thsn-elementor-bg-color-blackish .thsn-ihbox-style-8 .thsn-ihbox-icon-wrapper {
	background-color: rgba( var(--thsn-dentiq-white-color-rgb), 0.1);
}