.pbmit-ihbox-style-7,
.pbmit-ihbox-style-7 .pbmit-ihbox-box,
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
	padding: 45px 35px;
	border-radius: 30px;
	background: var(--pbmit-xleb-white-color);
	border-radius: 30px;
	position: relative;
	transition: all 0.4s ease-in;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-7{
	position: relative;
	margin: 10px 0 0 0;
}
.pbmit-ihbox-style-7:hover{
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon{
	margin-right: 15px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-xleb-light-bg-color);
	border-radius: 50%;
	height: 70px;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	line-height: 50px;
	color: var(--pbmit-xleb-blackish-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-icon{
	font-size: 45px;
	line-height: 45px;
	color: var(--pbmit-xleb-blackish-color);
	margin-top: 5px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xleb-blackish-color);
}
.pbmit-ihbox-style-7 .pbmit-element-title{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper{
	padding-top: 25px;
	margin-top: 25px;
	padding-right: 35px;
	border-top: 1px solid rgba(var(--pbmit-xleb-blackish-color-rgb), .1);
	position: relative;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(var(--pbmit-xleb-blackish-color-rgb), .6);
}
.pbmit-ihbox-style-7:hover .pbmit-content-wrapper::before{
	width: 100%;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-image img {
	width: 70px;
	height: 70px;
	border-radius:50%;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
	line-height: 40px;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn{
	position: absolute;
	right: 50px;
	bottom: -10px;
	display: table;
	text-align: center;
	z-index: 1;
	padding: 8px 8px 0 8px;
	border-radius: 50px 50px 0 0;
	background-color: var(--pbmit-xleb-light-bg-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn::after,
.pbmit-ihbox-style-7 .pbmit-ihbox-btn::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 10px;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-xleb-light-bg-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn::before{
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-text {
	display: none;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-xleb-blackish-color);
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before{
	content: "\e8dd";
	font-family: "pbminfotech-base-icons";
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(0.26) translate(-52px, 50px);
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before{
	transform: scale(1) translate(0px, 0px);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon{
	display: inline-block;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn:hover .pbmit-button-icon{
	transform: scale(0.26) translate(45px, -50px);
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7 .pbmit-heading-desc,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-heading-desc,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7 .pbmit-heading-desc{
	color: var(--pbmit-xleb-blackish-color);
}
.pbmit-element-miconheading-style-7.pbmit-element-viewtype-carousel .pbmit-element-posts-wrapper{
	border-radius: 30px;
}

/* Bg Color Set */
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-box {
	background-color: var(--pbmit-xleb-light-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	background-color: var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7 .pbmit-ihbox-box::before,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	background-color: var(--pbmit-xleb-global-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	background-color: var(--pbmit-xleb-secondary-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper,
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper{
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-box-number {
	background-color: var(--pbmit-xleb-light-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7:hover .pbmit-ihbox-box-number {
	color: var(--pbmit-xleb-blackish-color);
	background-color: var(--pbmit-xleb-light-bg-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-btn{
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-btn a{
	background-color: var(--pbmit-xleb-light-bg-color);
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-btn::after,
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-btn::before{
	box-shadow: 0 20px 0 0 var(--pbmit-xleb-white-color);
}

.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7 .pbmit-ihbox-btn{
	background-color: var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7 .pbmit-ihbox-btn::after,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7 .pbmit-ihbox-btn::before{
	box-shadow: 0 20px 0 0 var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-7 .pbmit-ihbox-btn a{
	background-color: var(--pbmit-xleb-light-bg-color);
	color: var(--pbmit-xleb-blackish-color);	
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7 .pbmit-ihbox-btn,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-btn{
	background-color: var(--pbmit-xleb-global-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7 .pbmit-ihbox-btn::after,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7 .pbmit-ihbox-btn::before,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-btn::after,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-btn::before{
	box-shadow: 0 20px 0 0 var(--pbmit-xleb-global-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-btn a{
	color: var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-btn{
	background-color: var(--pbmit-xleb-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-btn::after,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7 .pbmit-ihbox-btn::before{
	box-shadow: 0 20px 0 0 var(--pbmit-xleb-secondary-color);
}
.pbmit-elementor-bg-color-gradient  .pbmit-ihbox-style-7 .pbmit-ihbox-btn a:hover, 
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-7 .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-xleb-global-color);
}

@media(max-width:1366px){
	.pbmit-ihbox-style-7 .pbmit-element-title {
		font-size: 18px;
		line-height: 20px;
	}
	.pbmit-ihbox-style-7 .pbmit-content-wrapper{
		padding-right: 0;
		padding-bottom: 10px;
	}
	.pbmit-ihbox-style-7 .pbmit-ihbox-box {
		padding: 45px 25px;
	}
}
@media(max-width:1200px){
	.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
	.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
		height: 50px;
		width: 50px;
		font-size: 24px;
		line-height: 24px;
	}
}
@media(max-width:767px){
	.pbmit-ihbox-style-7 .pbmit-content-wrapper {
		padding-top: 20px;
		margin-top: 20px;
	}
	.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
	.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
		height: 60px;
		width: 60px;
		font-size: 30px;
		line-height: 30px;
	}
}

