.ts-sbox-style-5 .ts-sbox-icon-wrapper,
.ts-sbox-style-5 .pbmit-ihbox-svg-wrapper {
	font-size: 34px;
	line-height: 84px;
	margin-right: 12px;
	background: #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
}
.rtl .ts-sbox-style-5 .ts-sbox-icon-wrapper,
.rtl .ts-sbox-style-5 .pbmit-ihbox-svg-wrapper{
	margin-left: 12px;
	margin-right: 0;
}
.ts-bgcolor-white .ts-sbox-style-5 .pbmit-ihbox-svg-wrapper,
.ts-bgcolor-white .ts-sbox-style-5 .ts-sbox-icon-wrapper{
	background-color: var(--tste-optico-primary-greycolor);
}
.ts-sbox-style-5 .ts-sbox-icon-wrapper i::before {
	font-size: 34px;
}
.ts-sbox-style-5 .ts-vc_general.ts-vc_cta3 .ts-custom-heading,
.ts-sbox-style-5 .ts-custom-heading {
	font-size: 20px;
	font-weight: 600;
	margin: 8px 0 10px 0;
}
.ts-sbox-style-5.ts-stylefive .ts-sbox-icon-wrapper {
	font-size: 55px;
	line-height: 109px;
	margin-right: 20px;
	width: 109px;
	height: 109px;
	margin-top: 10px;
}
.ts-sbox-style-5.ts-style5-iconbg .ts-vc_general.ts-vc_cta3 .ts-custom-heading {
	font-size: 15px;
	line-height: 25px;
	margin: -5px 0 5px 0;
	font-weight: 700;
}
.ts-sbox-style-5.ts-style5-iconbg{
	margin-bottom: 13px;
}
.ts-sbox-style-5.ts-style5-iconbg:hover .ts-sbox-icon-wrapper{
	transform: rotateY(360deg);
}
.ts-sbox-style-5 .ts-sbox-icon-wrapper {
	color: var(--tste-optico-skincolor);
}
.ts-sbox-style-5.ts-style5-iconbg .ts-sbox-icon-wrapper {
	background-color: var(--tste-optico-primary-greycolor) !important;
}
.ts-sbox-style-5 .ts-sbox-icon-wrapper svg,
.ts-sbox-style-5 .pbmit-ihbox-svg-wrapper svg {
	width: 34px;
	height: inherit;
	fill: var(--tste-optico-skincolor);
}

@media(max-width:767px) {
	.ts-sbox-style-5.ts-stylefive .ts-sbox-icon-wrapper {
		font-size: 35px;
		line-height: 70px;
		width: 70px;
		height: 70px;
	}
}