.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box {
	padding: 60px 40px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	background-color: var(--pbmit-karsfix-light-bg-color);
}
/* featured text */
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-feature-wrap {
	position: absolute;
	top: 0;
	right: 0;
}
.pbminfotech-ele-ptable-style-2 .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-karsfix-white-color);
	background: var(--pbmit-karsfix-global-color);
}
/* price heading */
.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap {
	padding-bottom: 35px;
	margin-bottom: 40px;
	position: relative;
	border-bottom: 1px solid rgba(var(--pbmit-karsfix-blackish-color-rgb), 0.15);
}
.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: var(--pbmit-karsfix-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;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:hover .pbmit-head-wrap::before {
	width: 100%;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-heading {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: 600;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-w {
	display: flex;
    align-items: flex-start;
    color: var(--pbmit-karsfix-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-wrapper {
	display: inline-flex;
	align-items: flex-end;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-symbol {
	font-size: 36px;
	line-height: 46px;
	font-weight: 400;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-price {
    font-size: 72px;
    line-height: 72px;
	padding-left: 3px;
	letter-spacing: -3px;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-frequency {
	position: relative;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-frequency::before {
	content: '/';
	padding-right: 5px;
	display: inline-block;
}
/* ptable list */
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line{
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line:last-child{
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line svg,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line .pbmit-ptable-line-svg,
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line i{
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--pbmit-karsfix-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line svg{
	width: 20px;
	height: 20px;
	fill: var(--pbmit-karsfix-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines {
	padding-bottom: 60px;
}
/* button */
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn {
	display: inline-table;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px 15px 0 15px;
	border-radius: 30px 30px 0 0;
	background-color: var(--pbmit-karsfix-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn::after,
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn::before {
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
	box-shadow: 0 15px 0 0 var(--pbmit-karsfix-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn::before {
	right: 100%;
    border-bottom-right-radius: 15px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn::after{
	left: 100%;
	border-bottom-left-radius: 15px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn a {
	display: inline-block;
	padding: 19px 30px 17px 30px;
	border-radius: 50px;
	color: var(--pbmit-karsfix-white-color);
	background-color: var(--pbmit-karsfix-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-btn a:hover {
	color: var(--pbmit-karsfix-white-color);
	background-color: var(--pbmit-karsfix-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a {
	background-color: var(--pbmit-karsfix-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover {
	background-color: var(--pbmit-karsfix-blackish-color);
}
/* pbmit-pricing-table-featured-col */
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background-color: var(--pbmit-karsfix-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap {
	border-color: rgba(var(--pbmit-karsfix-white-color-rgb), 0.15);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-price-w,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading {
	color: var(--pbmit-karsfix-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-frequency {
	color: rgba(var(--pbmit-karsfix-white-color-rgb), 0.8);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line i {
	color: var(--pbmit-karsfix-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg>*,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg {
	fill: var(--pbmit-karsfix-global-color);
	stroke: var(--pbmit-karsfix-global-color);
}
/* bg color */
.pbmit-elementor-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-pricing-table-box {
	background-color: var(--pbmit-karsfix-white-color);
}
.pbmit-elementor-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-price-btn {
	background-color: var(--pbmit-karsfix-light-bg-color);
}
.pbmit-elementor-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::after,
.pbmit-elementor-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::before {
	box-shadow: 0 15px 0 0 var(--pbmit-karsfix-light-bg-color);
}
/* blackish bg color */
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background-color: var(--pbmit-karsfix-global-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptablebox-highlight-text{
	color: var(--pbmit-karsfix-blackish-color);
	background-color: var(--pbmit-karsfix-white-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap {
	border-color: rgba(var(--pbmit-karsfix-white-color-rgb), 0.5);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap::before {
	background-color: var(--pbmit-karsfix-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line i {
	color: var(--pbmit-karsfix-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg>*,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg {
	fill: var(--pbmit-karsfix-blackish-color);
	stroke: var(--pbmit-karsfix-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a {
	color: var(--pbmit-karsfix-blackish-color);
	background-color: var(--pbmit-karsfix-white-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a:hover,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a:hover {
	color: var(--pbmit-karsfix-white-color);
	background-color: var(--pbmit-karsfix-global-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a {
	color: var(--pbmit-karsfix-blackish-color);
	background-color: var(--pbmit-karsfix-white-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover {
	color: var(--pbmit-karsfix-white-color);
	background-color: var(--pbmit-karsfix-global-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-price-btn {
	background-color: var(--pbmit-karsfix-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::after,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::before {
	box-shadow: 0 15px 0 0 var(--pbmit-karsfix-blackish-color);
}
/* secondary bg color */
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptablebox-highlight-text {
	color: var(--pbmit-karsfix-secondary-color);
	background-color: var(--pbmit-karsfix-white-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap::before {
	background-color: var(--pbmit-karsfix-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line i {
	color: var(--pbmit-karsfix-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg>*,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg {
	fill: var(--pbmit-karsfix-secondary-color);
	stroke: var(--pbmit-karsfix-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a {
	color: var(--pbmit-karsfix-secondary-color);
	background-color: var(--pbmit-karsfix-white-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a {
	color: var(--pbmit-karsfix-secondary-color);
	background-color: var(--pbmit-karsfix-white-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover {
	color: var(--pbmit-karsfix-white-color);
	background-color: var(--pbmit-karsfix-global-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-price-btn {
	background-color: var(--pbmit-karsfix-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::after,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::before {
	box-shadow: 0 15px 0 0 var(--pbmit-karsfix-secondary-color);
}
/* global & gradient bg color */
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-2 .pbmit-price-btn,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-2 .pbmit-price-btn {
	background-color: var(--pbmit-karsfix-global-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::after,
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::before,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::after,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-2 .pbmit-price-btn::before {
	box-shadow: 0 15px 0 0 var(--pbmit-karsfix-global-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a:hover,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(.pbmit-pricing-table-featured-col) .pbmit-price-btn a:hover {
	color: var(--pbmit-karsfix-secondary-color);
	background-color: var(--pbmit-karsfix-white-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a {
	color: var(--pbmit-karsfix-secondary-color);
	background-color: var(--pbmit-karsfix-white-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-price-btn a:hover {
	color: var(--pbmit-karsfix-white-color);
	background-color: var(--pbmit-karsfix-blackish-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptablebox-highlight-text,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptablebox-highlight-text {
	color: var(--pbmit-karsfix-blackish-color);
	background-color: var(--pbmit-karsfix-white-color);
}
/* colunm set */
.pbminfotech-ele-ptable-style-2 .col-md-20percent .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-2 .col-md-3 .pbmit-pricing-table-box {
	padding: 20px 20px 40px 20px;
}
.pbminfotech-ele-ptable-style-2 .col-md-20percent .pbmit-price-btn,
.pbminfotech-ele-ptable-style-2 .col-md-3 .pbmit-price-btn {
	margin: 0 14%;
}
.pbminfotech-ele-ptable-style-2 .col-md-3 .pbminfotech-ptable-price {
	font-size: 60px;
	line-height: 60px;
}
.pbminfotech-ele-ptable-style-2 .col-md-3 .pbminfotech-ptable-symbol {
	font-size: 30px;
	line-height: 40px;
}
.pbminfotech-ele-ptable-style-2 .col-md-20percent .pbmit-price-btn a {
	padding: 12px 15px;
}
.pbminfotech-ele-ptable-style-2 .col-md-20percent .pbminfotech-ptable-price {
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-ptable-style-2 .col-md-20percent .pbminfotech-ptable-symbol {
	font-size: 25px;
	line-height: 35px;
}
@media (max-width: 991px) {
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col:not(:last-child) {
		margin-bottom: 30px;
	}
}