/*=== thsn-ihbox-style-3 ===*/
.thsn-ihbox-style-3{
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.thsn-ihbox-style-3 .thsn-ihbox-contents,
.thsn-ihbox-style-3 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.thsn-ihbox-style-3 .thsn-ihbox-contents .thsn-ihbox-content {
	color: #fff;
}
.thsn-ihbox-style-3.thsn-ihbox .thsn-ihbox-svg,
.thsn-ihbox-style-3 .thsn-ihbox-icon{
    padding-right: 15px;
   padding-top: 5px;
}
.thsn-text-color-white .thsn-ihbox-style-3 .thsn-ihbox-icon i{
    color: #130947;
}
.thsn-ihbox-style-3.thsn-ihbox .thsn-ihbox-svg .thsn-ihbox-svg-wrapper,
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper{
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image{
    line-height: normal;
    font-size: unset;
}
.thsn-ihbox-style-3 h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}
.thsn-ihbox-style-3 h4{
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}
.thsn-ihbox-style-3,
.thsn-ihbox.thsn-ihbox-style-3:before { 
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper{
	color: var(--thsn-dentiq-secondary-color);
}
.thsn-ihbox-style-3-elementor .thsn-ihbox-style-3 {
	transform: inherit;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper.thsn-ihbox-icon-type-image img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

@media (max-width: 991px){ 
	.thsn-ihbox-style-3 {
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
}