/*=== pbminfotech-ele-ptable-style-1 ===*/
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(even){
	margin-top: 135px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-svg-wrapper,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-icon{
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-physiofy-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-wrapper svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-svg-wrapper svg{
	fill: var(--pbmit-physiofy-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line {
	margin-bottom: 10px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	position: relative;
	overflow: hidden;
	padding: 50px 0px 50px 40px;
	background-color: var(--pbmit-physiofy-light-bg-color);
	color: #666;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-desc {
	font-size: 12px;
	line-height: 22px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
	color: var(--pbmit-physiofy-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-heading-wrap{
	margin-bottom: 10px;
	padding-right: 40px;
	align-items: center;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: var(--pbmit-physiofy-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
	position: relative;
	margin-top: 5px;
	flex: 1;
	font-weight: lighter !important;
	padding-left: 8px;
	margin-left: 10px;
	color: rgba(var(--pbmit-physiofy-blackish-color-rgb),.5);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency::before{
	position: absolute;
	content: "/";
	left: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner {
	margin-top: 25px;
	padding: 35px 0 10px;
	transition: all 0.3s ease-in;
	border-top: 1px solid rgba(var(--pbmit-physiofy-blackish-color-rgb), .1);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-ptable-inner{
	border-color: rgba(var(--pbmit-physiofy-global-color-rgb), 0.4);
}
.pbminfotech-ele-ptable-style-1 .pbmit-btn a{
	color: var(--pbmit-physiofy-white-color);
	background-color: var(--pbmit-physiofy-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-btn a:hover{
	background-color: var(--pbmit-physiofy-secondary-color);
	color: var(--pbmit-physiofy-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
	display: inline-block;
}
.pbmit-pricing-table-box .pbminfotech-ptable-symbol,
.pbmit-pricing-table-box .pbminfotech-ptable-price {
	display: inline-block;
}
.pbmit-pricing-table-box .pbminfotech-ptable-price{
	display: block;
	color: var(--pbmit-physiofy-global-color);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w {
	position: absolute;
	right: 0;
	top: 0;
	background: var(--pbmit-physiofy-secondary-color);
	color: var(--pbmit-physiofy-white-color);
	font-size: 15px;
	line-height: 25px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	width: auto;
	padding: 0 10px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a{
	color: var(--pbmit-physiofy-white-color);
}
/*=== Responsive ===*/
@media (max-width: 1200px) and (min-width: 992px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
		align-items: start;
		flex-direction: column-reverse;
	}
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price,
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
		font-size: 55px;
		line-height: 55px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		padding: 50px 0px 50px 30px;
	}
}
@media (max-width: 1024px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(even) {
		margin-top: 0;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price,
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
		font-size: 50px;
		line-height: 50px;
	}
}
@media (max-width: 575px) {
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price,
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
		font-size: 45px;
		line-height: 45px;
	}
}
@media (max-width: 475px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-heading-wrap {
		flex-direction: column-reverse;
		padding: 0;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-heading-wrapper {
		padding-top: 15px;
	}
}
@media (max-width: 400px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		padding: 40px 0px 40px 30px;
	}
}