.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	padding: 60px 40px;
	border-radius: 30px;
	position: relative;
	border: 1px solid #8c9aaf;
	background: var(--pbmit-xleb-light-bg-color);
	margin-right: 75px;

}
/* featured text */
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-feature-wrap {
	position: absolute;
	right: -1px;
}
.rtl .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-feature-wrap{
	left: 0;
	right: inherit;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptablebox-highlight-text{
	width: max-content;
	padding: 10px 30px;
	border-radius: 0 0 0 20px;
	font-size: 15px;
	line-height: 15px;
	position: relative;
	color: var(--pbmit-xleb-white-color);
	background: var(--pbmit-xleb-global-color);
}
.rtl .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptablebox-highlight-text{
	border-radius: 0 0 20px 0;
}
/* price heading */
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
	padding-bottom: 35px;
	margin-bottom: 40px;
	position: relative;
	border-bottom: 1px solid rgba(var(--pbmit-xleb-blackish-color-rgb), 0.15);
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: var(--pbmit-xleb-global-color);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.rtl .pbminfotech-ele-ptable-style-1 .pbmit-head-wrap::before{
	right: 0;
	left: inherit;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-head-wrap::before {
	width: 100%;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--pbmit-xleb-global-color);
	letter-spacing: 0.7px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-price-w {
	display: flex;
	align-items: center;
	color: var(--pbmit-xleb-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper {
	display: inline-flex;
	align-items: baseline;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {
	font-size: 36px;
	line-height: 46px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
	font-size: 72px;
	line-height: 72px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
	font-size: 16px;
	line-height: 26px;
	position: relative;
	margin: 0px 0 0 5px;
	padding: 25px 0 0 0;
}

/* ptable list */
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line{
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	color: #565656;
}
.rtl .pbminfotech-ele-ptable-style-1 .pbmit-ptable-line{
	padding: 0 30px 0 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line:last-child{
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i{
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--pbmit-xleb-blackish-color);
}
.rtl .pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg,
.rtl .pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i{
	left: inherit;
	right: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg{
	width: 20px;
	height: 20px;
	fill: var(--pbmit-xleb-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines {
	padding-bottom: 60px;
}

/* button */

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col{
	position: relative;
	padding: 0 20px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-btn {
	display: inline;
	position: absolute;
	bottom: -1px;
	left: 50px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-btn-inner{
	border-radius: 30px 30px 0 0;
	padding: 10px 10px 0 10px;
	background-color: var(--pbmit-xleb-light-bg-color);
	border-bottom: none;
	position: relative;
	border-left: 1px solid #8c9aaf;
	border-right: 1px solid #8c9aaf;
	border-top: 1px solid #8c9aaf;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-price-btn::after,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-price-btn::before,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-price-btn-inner{
	border: none;
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-btn::after,
.pbminfotech-ele-ptable-style-1 .pbmit-price-btn::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #8c9aaf;
	border-top: none;
	background-color: transparent;
	box-shadow: 7px 4px 0 0 var(--pbmit-xleb-light-bg-color);
	z-index: 1;
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-btn::before{
	border-radius: 0 0 30px 0;
	border-left: 0;
	right: 99%;
	box-shadow: 7px 4px 0 0 var(--pbmit-xleb-light-bg-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-btn::after {
	border-radius: 0px 0 0 30px;
	border-right: 0;
	left: 99.7%;
	box-shadow: -7px 4px 0 0 var(--pbmit-xleb-light-bg-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-btn::before {
	right: 99.5%;
	border-bottom-right-radius: 15px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-btn::after{
	right: 99%;
	border-bottom-right-radius: 5px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-btn a {
	display: inline-block;
	padding: 17px 30px;
	border-radius: 50px;
	color: var(--pbmit-xleb-white-color);
	background-color: var(--pbmit-xleb-blackish-color);
	white-space: nowrap;
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-btn a:hover {
	color: var(--pbmit-xleb-white-color);
	background-color: var(--pbmit-xleb-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-price-btn a {
	background-color: var(--pbmit-xleb-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover {
	background-color: var(--pbmit-xleb-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box-wraper{
	 background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	object-fit: cover;
	border-radius: 30px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptablebox-featured-w{
	background: var(--pbmit-xleb-global-color);
	padding: 0px 15px;
	color: var(--pbmit-xleb-white-color);
	border-radius: 20px 0 0 20px;
	font-size: 13px;
	line-height: 23px;
}
/* pbmit-pricing-table-featured-col */
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background-color: var(--pbmit-xleb-white-color);
	border: none;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-head-wrap {
	border-color: rgba(var(--pbmit-xleb-blackish-color-rgb), 0.15);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-price-w,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading {
	color: var(--pbmit-xleb-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line i {
	color: var(--pbmit-xleb-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg>*,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg {
	fill: var(--pbmit-xleb-global-color);
	stroke: var(--pbmit-xleb-global-color);
}
/* bg color */
.pbmit-elementor-bg-color-light .pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-pricing-table-box {
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-light .pbminfotech-ele-ptable-style-1 .pbmit-price-btn {
	background-color: var(--pbmit-xleb-light-bg-color);
}
.pbmit-elementor-bg-color-light .pbminfotech-ele-ptable-style-1 .pbmit-price-btn::after,
.pbmit-elementor-bg-color-light .pbminfotech-ele-ptable-style-1 .pbmit-price-btn::before {
	box-shadow: 0 15px 0 0 var(--pbmit-xleb-light-bg-color);
}
/* blackish bg color */
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background-color: var(--pbmit-xleb-global-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptablebox-highlight-text{
	background-color: var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-head-wrap,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-head-wrap {
	border-color: rgba(var(--pbmit-xleb-white-color-rgb), 0.5);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-head-wrap::before {
	background-color: var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line i {
	color: var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg>*,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg {
	fill: var(--pbmit-xleb-blackish-color);
	stroke: var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a {
	color: var(--pbmit-xleb-blackish-color);
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a:hover,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a:hover {
	color: var(--pbmit-xleb-white-color);
	background-color: var(--pbmit-xleb-global-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover {
	color: var(--pbmit-xleb-blackish-color);
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-price-btn {
	background-color: var(--pbmit-xleb-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-price-btn::after,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-1 .pbmit-price-btn::before {
	box-shadow: 0 15px 0 0 var(--pbmit-xleb-blackish-color);
}
/* secondary bg color */
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptablebox-highlight-text {
	background-color: var(--pbmit-xleb-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-head-wrap::before {
	background-color: var(--pbmit-xleb-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line i {
	color: var(--pbmit-xleb-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg>*,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg {
	fill: var(--pbmit-xleb-secondary-color);
	stroke: var(--pbmit-xleb-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a {
	color: var(--pbmit-xleb-secondary-color);
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover {
	color: var(--pbmit-xleb-secondary-color);
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-price-btn {
	background-color: var(--pbmit-xleb-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-price-btn::after,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-1 .pbmit-price-btn::before {
	box-shadow: 0 15px 0 0 var(--pbmit-xleb-secondary-color);
}
/* global & gradient bg color */
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-1 .pbmit-price-btn,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-1 .pbmit-price-btn {
	background-color: var(--pbmit-xleb-global-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-1 .pbmit-price-btn::after,
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-1 .pbmit-price-btn::before,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-1 .pbmit-price-btn::after,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-1 .pbmit-price-btn::before {
	box-shadow: 0 15px 0 0 var(--pbmit-xleb-global-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a:hover,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a:hover {
	color: var(--pbmit-xleb-secondary-color);
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-price-btn a,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-price-btn a {
	color: var(--pbmit-xleb-secondary-color);
	background-color: var(--pbmit-xleb-white-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover {
	color: var(--pbmit-xleb-white-color);
	background-color: var(--pbmit-xleb-secondary-color);
}
/* colunm set */
.pbminfotech-ele-ptable-style-1 .col-md-20percent .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-1 .col-md-3 .pbmit-pricing-table-box {
	padding: 20px 20px 40px 20px;
}
.pbminfotech-ele-ptable-style-1 .col-md-3 .pbminfotech-ptable-price {
	font-size: 60px;
	line-height: 60px;
}
.pbminfotech-ele-ptable-style-1 .col-md-3 .pbminfotech-ptable-symbol {
	font-size: 30px;
	line-height: 40px;
}
.pbminfotech-ele-ptable-style-1 .col-md-20percent .pbmit-price-btn a {
	padding: 12px 15px;
}
.pbminfotech-ele-ptable-style-1 .col-md-20percent .pbminfotech-ptable-price {
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-ptable-style-1 .col-md-20percent .pbminfotech-ptable-symbol {
	font-size: 25px;
	line-height: 35px;
}

@media (max-width: 1800px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-price-btn {
		bottom: -2px;
	}
}
@media (max-width: 1366px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		margin-right: 50px;
	}
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
		font-size: 50px;
		line-height: 60px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
		padding: 50px 30px;
	}	
}

@media (max-width: 1200px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		margin-right: 30px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-price-btn {
		bottom: -1px;
	}
}
@media (max-width: 1025px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col{
		width: 100%;
		margin-bottom: 30px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		margin-right: 50px;
	}
}
@media (max-width: 767px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col.col-md-6:not(:last-child) {
		margin-bottom: 30px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		margin-right: 0px;
	}
}
