/* style-1 */
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main {
    padding: 30px 50px 50px 50px;
    border-radius: var(--ttm-border-shape-15px);
    background: var(--ttm-greycolor);
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    z-index: 20;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    background: var(--ttm-secondarycolor);
}
.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-title h3 {
    font-size: var(--body-font-size);
    line-height: 26px;
    margin-bottom: 0;
    color: var(--body-darkgrey-color);
    font-family: var(--body-font-family);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w  li.tm-ptable-line,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w  li.tm-ptable-line i {
    transition: all 0.5s ease;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w:hover  li.tm-ptable-line,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w:hover  li.tm-ptable-line i,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w  li.tm-ptable-line,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w  li.tm-ptable-line i {
    color: var(--ttm-whitecolor);
    transition: all 0.5s ease;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w:hover li.tm-ptable-line, .themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w:hover li.tm-ptable-line i {
    color: var(--body-blackfont-color);
}
.tm-pricingbox-style .themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w:hover li.tm-ptable-line, .tm-pricingbox-style .themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w:hover li.tm-ptable-line i {
    color: var(--body-blackfont-color);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w  li.tm-ptable-line span {
	font-weight: 600;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main:before {
    position: absolute;
    content: '';
    top: 0;
    margin: 0 31px;
    left: 0;
    right: 0;
    height: 32.3%;
    z-index: 1;
    -webkit-transition: .65s cubic-bezier(.68, 1.55, .265, 0.9);
    -moz-transition: .65s cubic-bezier(.68, 1.55, .265, 0.9);
    -ms-transition: .65s cubic-bezier(.68, 1.55, .265, 0.9);
    -o-transition: .65s cubic-bezier(.68, 1.55, .265, 0.9);
    transition: .65s cubic-bezier(.68, 1.55, .265, 0.9);
    background-color: var(--ttm-secondarycolor);
    border-radius: 0 0 500px 500px;
    z-index: -1;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main:before {
	background-color: var(--ttm-greycolor);
}
.tm-pricingbox-style .themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w:not(.tm-ptablebox-featured-col.ttm-pricetable-column-w) .themetechmount-ptable-main:before {
    background-color: var(--ttm-whitecolor);
}
.tm-pricingbox-style .tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-title h3,
.tm-pricingbox-style .themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-price,
.tm-pricingbox-style .themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-cur-symbol,
.tm-pricingbox-style .themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-frequency {
    color: var(--body-blackfont-color);
}
.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-featured-col .tm-ptablebox-title h3,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-price,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-cur-symbol,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-frequency {
    color: var(--body-blackfont-color);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w:hover .themetechmount-ptable-main:before {
    z-index: -1;
    height: 100%;
    border-radius: var(--ttm-border-shape-15px);
    margin: 0;
}
.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    padding-bottom: 0px;
    margin-top: 0px;
    background-color: var(--ttm-skincolor);
    color: var(--ttm-skincolor);
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    position: relative;
    color: var(--ttm-whitecolor);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-price {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--ttm-whitecolor);
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-frequency {
	position: relative;
    font-size: var(--body-font-size);
    color: var(--body-darkgrey-color);
    display: block;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines {
    padding: 0px;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines li:first-child {
    padding-top: 0;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn {
	position: relative;
    padding: 38px 0 0px 0;
    margin: 0;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a {
    border: 0;
    padding: 15px 20px 16px;
    cursor: pointer;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    display: inline-block;
    vertical-align: top;
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    border-radius: var(--ttm-border-shape-50px);
    width: 100%;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a:hover {
    color: var(--ttm-skincolor);
	background-color: var(--ttm-whitecolor);
}
@media(max-width:1199px) {	
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main {
    padding: 30px 30px 30px 30px;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-cur-symbol,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-price {
    font-size: 40px;
    line-height: 50px;
}
}
@media(max-width:991px) {
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main:before {
	border-radius: 0;
	margin: 0;
}
}
/* style-1 */
/* style-2 */
.themetechmount-ptables-w.tm-ptablebox-style-2 .ttm-pricetable-column-w {
    padding: 0;
	display: flex;
}
.tm-ptablebox-style-2 .row {
    margin: 0 0 0 -2px;
	    display: flex;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 {
    background: var(--ttm-whitecolor);
    border-radius: var(--ttm-border-shape-30px);
	box-shadow: 0 0 15px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w li.tm-ptable-line {
    padding-right: 30px;
    position: relative;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w li.tm-ptable-line i {
    right: 0;
    left: auto;
    margin: 0;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w li.tm-ptable-line i {
	color: var(--ttm-whitecolor);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main {
    padding: 30px 30px 30px 30px;
    background: var(--ttm-whitecolor);
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    z-index: 20;
	    border-radius: var(--ttm-border-shape-30px);
		flex: 1;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    background: var(--ttm-secondarycolor);
	    border-radius: 0;
		    
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w:hover .themetechmount-ptable-main {
    border-radius: 0;
}
.tm-ptablebox-style-2 .ttm-pricetable-column-w .ttm-featured-title {
    display: none;
}
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-title h3 {
    font-size: var(--body-font-size);
    line-height: 26px;
    margin-bottom: 0;
    color: var(--body-blackfont-color);
    font-family: var(--body-font-family);
}
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col .tm-ptablebox-title h3,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-frequency {
    color: var(--ttm-whitecolor);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w  li.tm-ptable-line,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w  li.tm-ptable-line i {
    transition: all 0.5s ease;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w  li.tm-ptable-line,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w  li.tm-ptable-line i,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w  .themetechmount-ptable-main .tm-ptablebox-cur-symbol,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-price {
    color: var(--ttm-whitecolor);
    transition: all 0.5s ease;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w:hover .themetechmount-ptable-main .tm-ptable-btn a {
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-skincolor);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w  li.tm-ptable-line span {
	font-weight: 600;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main:before {
    position: absolute;
    content: '';
    top: 0;
    margin: 0 45px;
    left: 0;
    right: 0;
    height: 170px;
    z-index: 1;
    -webkit-transition: .65s cubic-bezier(.68, 1.55, .265, 0.9);
    -moz-transition: .65s cubic-bezier(.68, 1.55, .265, 0.9);
    -ms-transition: .65s cubic-bezier(.68, 1.55, .265, 0.9);
    -o-transition: .65s cubic-bezier(.68, 1.55, .265, 0.9);
    transition: .65s cubic-bezier(.68, 1.55, .265, 0.9);
    background-color: var(--ttm-secondarycolor);
    border-radius: 0 0 var(--ttm-border-shape-15px) var(--ttm-border-shape-15px);
    z-index: -1;
	opacity: 0.10;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main:before {
    background-color: var(--ttm-skincolor);
	    opacity: 1;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w:hover .themetechmount-ptable-main:before {
    z-index: -1;
    height: 100%;
    border-radius: 0;
    margin: 0;
}
.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    padding-bottom: 0px;
    margin-top: 0px;
    background-color: var(--ttm-skincolor);
    color: var(--ttm-skincolor);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    position: relative;
    color: var(--body-blackfont-color);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-price {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--body-blackfont-color);
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-frequency {
	position: relative;
    font-size: var(--body-font-size);
    color: var(--body-blackfont-color);
    display: block;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines {
    padding: 0px;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines li:first-child {
    padding-top: 0;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn {
	position: relative;
    padding: 38px 0 0px 0;
    margin: 0;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a {
    border: 1px solid transparent;
    padding: 14px 20px 15px;
    cursor: pointer;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    border-radius: var(--ttm-border-shape-50px);
    width: 100%;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a:hover {
    color: var(--ttm-whitecolor);
	background-color: var(--ttm-skincolor);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a {
    border: 1px solid;
}
@media(max-width:1199px) {	
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main {
    padding: 30px 30px 30px 30px;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-cur-symbol,
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-price {
    font-size: 40px;
    line-height: 50px;
}
}
@media(max-width:991px) {
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w:hover .themetechmount-ptable-main {
    border-radius: var(--ttm-border-shape-30px);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main:before {
	border-radius: 0;
	margin: 0;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 {
    background: transparent;
    box-shadow: unset;
}
.themetechmount-ptables-w.tm-ptablebox-style-2 .ttm-pricetable-column-w {
    padding: 0 15px;
}
.themetechmount-ptables-w.tm-ptablebox-style-2 .tm-ptable-cols {
    margin: 0px -15px;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    border-radius: var(--ttm-border-shape-30px);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w:hover .themetechmount-ptable-main:before {
    border-radius: var(--ttm-border-shape-30px);
}
.tm-ptablebox-style-2 .row, .themetechmount-ptables-w.tm-ptablebox-style-2 .ttm-pricetable-column-w {
    display: block;
}
}
@media(max-width:479px) {
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main:before {
    height: 29.3%;
}
.tm-ptablebox .tm-ptablebox-features {
    margin: 55px 0px 0;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	.themetechmount-iconbox-styleone .tm-iconbox-wrapper {
		padding: 28px 15px 25px 15px;
	}
}

/* style-2 */