.themestek-ihbox-style-12{
    padding: 15px 35px 0 0;
    margin-bottom: 25px;
}
.themestek-ihbox-style-12 .themestek-ihbox-inner {
    display: flex;
}
.themestek-ihbox-style-12 .pbmit-ihbox-svg-wrapper,
.themestek-ihbox-style-12 .themestek-ihbox-icon-wrapper {
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow:0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}
.themestek-ihbox-style-12 .pbmit-ihbox-svg-wrapper {
	line-height: 115px;
}
.themestek-ihbox-style-12 .pbmit-ihbox-svg-wrapper svg {
    width: 50px;
	fill: var(--themestek-moversco-skincolor-dark);
}
.themestek-ihbox-style-12 .themestek-ihbox-icon-wrapper svg {
    fill: var(--themestek-moversco-skincolor-dark);
    width: 29px;
    height: 74px;
}
.themestek-ihbox-style-12 .themestek-large-icon i:before{
    font-size: 35px;
    line-height: 70px;
    color: #1b2024;
}
.themestek-ihbox-style-12 .themestek-ihbox-contents {
    padding-left: 30px;
}
.themestek-ihbox-style-12 .themestek-custom-heading{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}

@media(max-width:767px) {
	.themestek-ihbox-style-12{
		padding-right: 0;
	}
}