/*Servicebox style 4*/
.ts-sbox-style-13 .ts-sbox-icon {
	font-size: 25px;
}
.ts-sbox-style-13 .ts-sbox-icon-type-text {
	font-size: 24px;
	font-weight: 700;
}
.ts-servicebox.ts-sbox-style-13 .ts-vc_general.ts-vc_cta3 h2.ts-custom-heading,
.ts-sbox-style-13 h2.ts-custom-heading {
	font-size: 24px;
	font-weight: 700;
	color: var(--tste-optico-skincolor);
	min-width: 100px;
}
.ts-servicebox.ts-sbox-style-13 .ts-vc_general.ts-vc_cta3 h4.ts-custom-heading,
.ts-sbox-style-13.ts-servicebox h4.ts-custom-heading {
	font-size: 22px !important;
	line-height: 32px !important;
	font-weight: bold;
	text-transform: none!important;
}
.ts-sbox-style-13.ts-servicebox h4.ts-custom-heading {
	min-width: 365px;
}
.ts-sbox-style-13 .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content,
.ts-sbox-style-13 .ts-sbox-contents {
	display: flex;
	align-items: center;
}
.ts-sbox-style-13 .ts-sbox-contents {
	width: 74%;
}
.ts-sbox-style-13 .ts-vc_cta3-headers{
	display: flex;
}
.ts-sbox-style-13 .ts-sbox-icon img {
	position: absolute;
	top: 50%;
	margin-top: -71px;
	margin-left: 25px;
	width: 192px;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.rtl .ts-sbox-style-13 .ts-sbox-icon img{
	margin-right: 25px;
	margin-left: 0;
}
.ts-sbox-style-13:hover .ts-sbox-icon img {
	opacity: 1;
}
.ts-sbox-style-13 .ts-sbox-button-arrow {
	flex: 1;
	rotate: 180deg;
	font-size: 25px;
	color: var(--tste-optico-skincolor);
	margin-left: 20px;
}
.rtl .ts-sbox-style-13 .ts-sbox-button-arrow{
	margin-left: 0;
	margin-right: 20px;
}
.rtl .ts-sbox-style-13 .ts-sbox-button-arrow i{
	display: inline-block;
	transform: scaleX(-1);
}
.ts-sbox-style-13 .ts-ihbox-content p {
	margin: 0;
}
.ts-sbox-style-13.ts-sbox-itype-text .ts-sbox-contents {
	padding-left: 50px;
}
.ts-sbox-style-13 .ts-sbox-icon i,
.ts-sbox-style-13 .ts-sbox-icon i::before {
	font-size: 45px;
	line-height: 45px;
}
.ts-sbox-style-13.ts-servicebox .ts-vc_general.ts-vc_cta3 .ts-custom-heading,
.ts-sbox-style-13.ts-servicebox .ts-custom-heading {
	margin-bottom: 10px;
}
.ts-bgcolor-skincolor .ts-sbox-style-13.ts-servicebox .ts-vc_general.ts-vc_cta3 h2,
.ts-bgcolor-darkgrey .ts-sbox-style-13.ts-servicebox .ts-vc_general.ts-vc_cta3 h2{
	color: #fff;
}
.ts-sbox-style-13 .ts-sbox-icon-type-text,
.ts-sbox-style-13 .ts-sbox-icon i {
	color: var(--tste-optico-skincolor);
}
.ts-servicebox.ts-servicebox-style-13 {
	position: relative;
	border: 1px solid #E3E3E4;
	border-width: 1px 0 1px 0;
	padding: 30px 0;
	align-items: center;
}
.elementor-container .elementor-element:not(:last-child) .ts-servicebox.ts-servicebox-style-13,
.ts-servicebox.ts-servicebox-style-13:not(:last-child){
	border-bottom-width: 0;
}
.ts-sbox-style-13 .ts-sbox-icon-wrapper svg,
.ts-sbox-style-13 .pbmit-ihbox-svg-wrapper svg {
	width: 45px;
	height: 45px;
	fill: var(--tste-optico-skincolor)
}
.ts-bgcolor-primarydarkgrey .ts-sbox-style-13 .ts-ihbox-content,
.ts-bgcolor-skincolor .ts-sbox-style-13 .ts-sbox-button-arrow,
.ts-bgcolor-darkgrey .ts-sbox-style-13 .ts-ihbox-content{
	color: #fff;
}
/* Responsive */
@media (max-width: 1024px) { 
	.ts-sbox-style-13.ts-servicebox h4.ts-custom-heading {
		min-width: 225px;
	}
	.ts-sbox-style-13 .ts-sbox-contents {
		width: 65%;
	}
}
@media (max-width: 767px) { 
	.ts-sbox-style-13 .ts-vc_cta3-headers,
	.ts-sbox-style-13 .ts-vc_general.ts-vc_cta3 .ts-vc_cta3-content,
	.ts-sbox-style-13 .ts-sbox-contents {
		display: block;
	}
	.ts-sbox-style-13 .ts-sbox-icon img {
		display: none;
	}
	.ts-sbox-style-13 .ts-sbox-contents{
		width: auto;
	}
}
/* RTL CSS */
.rtl .ts-sbox-style-13.ts-sbox-itype-text .ts-sbox-icon{
	left: 30%;
}
