.pbmit-action-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pbmit-action-box-style-1 .pbmit-action-box-circle-wrap{
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	min-height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.pbmit-action-box-style-1 .pbmit-action-content>* {
	color: var(--pbmit-digiwize-white-color);
	text-align: center;
}
.pbmit-action-box-style-1 .pbmit-action-box-svg-wrapper,
.pbmit-action-box-style-1 .pbmit-icon-wrapper{
	font-size: 80px;
	line-height: 8px;
	margin-bottom: 30px;
}
.pbmit-action-box-style-1 .pbmit-action-box-svg-wrapper svg,
.pbmit-action-box-style-1 .pbmit-icon-wrapper svg{
	fill: var(--pbmit-digiwize-white-color);
}
.pbmit-action-box-style-1 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.pbmit-action-box-style-1 h2.pbmit-element-title {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}
.pbmit-action-box-style-1 h2.pbmit-element-title a {
	color: var(--pbmit-digiwize-white-color);
}
.pbmit-action-box-style-1 h2.pbmit-element-title a:hover {
	color: var(--pbmit-digiwize-global-color);
}
@media(max-width:767px) {
	.pbmit-action-box-st1le-2 h2 {
		font-size: 45px;
		line-height: 55px;
	}
	.pbmit-action-box-style-1 .pbmit-action-box-circle-wrap {
		position: inherit;
		padding: 80px 0;
		min-height: unset;
	}
	.pbmit-action-box-style-1.pbmit-action-box {
		height: unset;
	}
	.pbmit-action-box-style-1 h2.pbmit-element-title {
		font-size: 30px;
		line-height: 40px;
	}
	.pbmit-action-box-style-1 .pbmit-element-subtitle{
		font-size: 16px;
		line-height: 26px;
	}
	.pbmit-action-box-style-1 .pbmit-element-subtitle,
	.pbmit-action-box-style-1 h2.pbmit-element-title {
		padding: 0 30px;
	}
}