.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-pricing-table-box{
	transition: all 0.6s ease-in-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {
	text-align: center;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(var(--pbmit-digiwize-blackish-color-rgb), 0.1);
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {
	background-color: var(--pbmit-digiwize-light-bg-color);
	position: relative;
	padding: 45px 25px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol{
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: var(--pbmit-digiwize-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {
	font-size: 60px;
	line-height: 60px;
	color: var(--pbmit-digiwize-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-price-w{
	display: flex;
	align-items: flex-start;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {
	color: var(--pbmit-digiwize-blackish-color);
	font-size: 16px;
	line-height: 22px;
	font-weight: 400 !important;
	letter-spacing: -0.96px;
	margin-bottom: 8px;
	margin-left: 8px;
	text-transform: uppercase;
	color: rgba(var(--pbmit-digiwize-blackish-color-rgb), 0.7);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	color: var(--pbmit-digiwize-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner {
	padding: 40px 15px 15px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line {
	margin-bottom: 8px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i {
	margin: 5px 7px 0 0;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn {
	display: block;
	text-align: center;
	margin-top: 40px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	padding: 12px 30px;
	letter-spacing: 0;
	border-radius: 50px;
	color: var(--pbmit-digiwize-blackish-color);
	background-color: var(--pbmit-digiwize-white-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-ptable-btn:hover a {
	background-color: var(--pbmit-digiwize-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-pricing-table-box:hover{
	transform: translateY(-10px);
}
.pbminfotech-ele-ptable-style-1 .pbmit-btn a .pbmit-button-text,
.pbminfotech-ele-ptable-style-1 .pbmit-btn a:before{
	transition: all .3s ease-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-btn a:hover .pbmit-button-text,
.pbminfotech-ele-ptable-style-1 .pbmit-btn a:hover:before{
	color: var(--pbmit-digiwize-global-color);
}

/*=== pricing-table-featured-col ===*/
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
	background-color: var(--pbmit-digiwize-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price {
	color: var(--pbmit-digiwize-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-feature-wrap {
	position: absolute;
	top: 18px;
	right: -6px;
	text-transform: uppercase;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-feature-wrap .pbmit-ptablebox-featured-w{
	padding: 0 13px;
	font-size: 12px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	background: red;
	position: relative;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-feature-wrap .pbmit-ptablebox-featured-w::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	border-left: 5px solid var(--pbmit-digiwize-global-color);
	border-top: 11px solid red;
	border-bottom: 11px solid red;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-feature-wrap .pbmit-ptablebox-featured-w::after{
	position: absolute;
	content: "";
	bottom: -7px;
	right: 0;
	border-left: 7px solid #ff0000;
	border-bottom: 8px solid var(--pbmit-digiwize-white-color);
	z-index: -1;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a {
	color: var(--pbmit-digiwize-white-color);
	background-color: var(--pbmit-digiwize-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn:hover a {
	color: var(--pbmit-digiwize-blackish-color);
	background-color: var(--pbmit-digiwize-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-line{
	color: var(--pbmit-digiwize-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-btn a::after{
	background-color: var(--pbmit-digiwize-blackish-color);
	width: 100%;
	height: 100%;
	border-radius: 30px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-btn a:hover::after{
	width: 50px;
	height: 50px;
	background-color: rgba(var(--pbmit-digiwize-blackish-color-rgb),.3);
	border-radius: 50%;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-btn a .pbmit-button-wrapper{
	transform: translateX(5px);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-btn a:hover .pbmit-button-wrapper{
	transform: translateX(3px);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-btn a:before{
	transform: rotate(45deg);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-btn a:hover::before{
	transform: rotate(0deg);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-btn a .pbmit-button-text,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-btn a:before{
	color: var(--pbmit-digiwize-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-btn a:hover .pbmit-button-text,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-btn a:hover:before{
	color: var(--pbmit-digiwize-blackish-color);
}

/*  === For column 3 ===  */
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-pricing-table-box{
	background-color: var(--pbmit-digiwize-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbminfotech-ptable-heading{
	color: var(--pbmit-digiwize-white-color);
}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbminfotech-ptable-price,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbminfotech-ptable-frequency,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-ptable-line i{
	color: var(--pbmit-digiwize-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-head-wrap{
	border-bottom: 1px solid rgba(var(--pbmit-digiwize-white-color-rgb), 0.1);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-ptable-btn a {
	color: var(--pbmit-digiwize-blackish-color);
	background-color: var(--pbmit-digiwize-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-ptable-btn:hover a {
	background-color: var(--pbmit-digiwize-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-btn a .pbmit-button-text,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-btn a:before{
	transition: all .3s ease-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-btn a::after{
	background-color: rgba(var(--pbmit-digiwize-white-color-rgb), 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-btn a .pbmit-button-text,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-btn a:before{
	color: var(--pbmit-digiwize-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-btn a:hover::after{
	background-color: var(--pbmit-digiwize-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-btn a:hover .pbmit-button-text,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(3) .pbmit-btn a:hover:before{
	color: var(--pbmit-digiwize-blackish-color);
}
/*  === For column 5 ===  */
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-cols .col-md-20percent .pbmit-btn a{
	padding: 15px 30px 15px 40px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-cols .col-md-20percent .pbmit-ptable-inner {
    padding: 40px 0px 15px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-cols .col-md-20percent .pbmit-btn  {
 	margin-top: 10px;
}

@media (max-width: 767px) {
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col{
		padding-top: 30px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner .pbmit-ptable-lines-w{
		text-align: center;
	}
}