/*** tstk-ihbox-style-2 ***/
.tstk-ihbox.tstk-ihbox-style-2{
	margin-bottom: 40px;
}
.tstk-ihbox-style-2 .tstk-ihbox-svg-wrapper,
.tstk-ihbox-style-2 .tstk-ihbox-icon-wrapper{
	display: none;
}
.tstk-ihbox-style-2 .tstk-ihbox-icon-wrapper svg,
.tstk-ihbox-style-2 .tstk-ihbox-svg-wrapper svg{
	width: 17px;
	height: 17px;
}
.tstk-ihbox-style-2 .tstk-element-title{
	position: relative;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 0;
}
.tstk-ihbox-style-2 .tstk-element-title::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 4px;
	background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.tstk-ihbox-style-2 .tstk-element-title{
		font-size: 31px;
		line-height:31px;
	}
}
/*===== RTL =====*/
body.rtl .tstk-ihbox-style-2 .tstk-element-title::after{
	left: inherit;
	right: 0;
}
body.rtl .tstk-ihbox-style-2 .tstk-element-title{
	font-size: 28px;
}