.pbmit-ihbox-style-1,
.pbmit-ihbox-style-1 .pbmit-ihbox-box,
.pbmit-ihbox-style-1 .pbmit-ihbox-box-number{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-1{
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-box {
	padding: 45px 40px 60px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background-color: var(--pbmit-shipex-white-bg-color);
}
.pbmit-ihbox-style-1:hover{
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper{
	font-size: 55px;
	line-height: 55px;
	color: var(--pbmit-shipex-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-shipex-global-color);
}
.pbmit-ihbox-style-1 .pbmit-element-title{
	font-size: 24px;
	line-height: 32px;
	margin-top: 25px;
}
.pbmit-ihbox-style-1 .pbmit-heading-desc {
	margin: 40px 0 0 0;
}
.pbmit-ihbox-style-1 .pbmit-box-number-wrap{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 70px;
	height: 60px;
	padding: 10px;
	border-radius: 30px 0 0;
	background-color: var(--pbmit-shipex-light-bg-color);
}
.pbmit-ihbox-style-1 .pbmit-box-number-wrap::after,
.pbmit-ihbox-style-1 .pbmit-box-number-wrap::before{
	content: "";
	position: absolute;
	background-color: transparent;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-shipex-light-bg-color);
	z-index: 1;
}
.pbmit-ihbox-style-1 .pbmit-box-number-wrap::after{
	bottom: 60px;
	left: 72%;
	border-bottom-right-radius: 20px;
}
.rtl .pbmit-ihbox-style-1 .pbmit-box-number-wrap::after{
	left: inherit;
	right: 72%;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 20px;
}
.pbmit-ihbox-style-1 .pbmit-box-number-wrap::before{
	bottom: 0;
	right: 100%;
	border-bottom-right-radius: 20px;
}
.rtl .pbmit-ihbox-style-1 .pbmit-box-number-wrap::before{
	left: 100%;
	right: inherit;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 0;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-box-number{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	z-index: 3;
	color: var(--pbmit-shipex-global-color);
	background-color: var(--pbmit-shipex-white-bg-color);
	font-weight: 500;
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-box-number{
	background-color: var(--pbmit-shipex-global-color);
	color: var(--pbmit-shipex-white-color);
}
.pbmit-ihbox-style-1 .pbmit-element-subtitle{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn a{
	padding: 10px 0 0 0;
	display: block;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image{
	height: 90px;
	width: 90px;
}
@media(max-width: 1366px){
	.pbmit-ihbox-style-1 .pbmit-ihbox-box{
		padding: 40px 28px 80px;
	}
}
@media(max-width: 1024px){
	.pbmit-ihbox-style-1 .pbmit-element-title {
		font-size: 20px;
		line-height: 26px;
		margin-top: 20px;
	}
}