.themetechmount-ptables-w .ttm-pricetable-column-w {
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0px 15px 25px;
}

.tm-ptablebox .themetechmount-ptable-main {
    display: block;
    position: relative;
    border-radius: 12px;
    background-color: var(--ttm-greycolor);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
} 

.tm-ptablebox .tm-ptable-mainbox {
    padding: 52px 60px 71px;
}

.themetechmount-ptables-w .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.tm-ptablebox .tm-ptablebox-content {
    transition: all 0.3s ease;
}

.tm-ptablebox .tm-ptablebox-title {
    padding-bottom: 0px;
    text-align: left;
}

.tm-ptablebox .tm-ptable-icon-wrapper {
    font-size: 30px;
    padding-top: 30px;
}

.tm-ptablebox .tm-ptable-icon-wrapper.tm-ptable-icon-type-image {
    padding-top: 0px;
}

.tm-ptablebox .tm-ptable-icon-type-image img {
    width: 100%;
}

.tm-ptablebox-frequency,
.tm-ptablebox .tm-ptablebox-cur-symbol {
    display: inline-block;
}

.tm-ptablebox .tm-ptablebox-price {
    font-size: 55px;
    line-height: 65px;
    font-weight: 500;
    display: inline-block;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
}

.tm-currency-before .tm-ptablebox-price {
    padding-left: 18px
}

.tm-currency-after .tm-ptablebox-price {
    margin-left: -3px;
}

.tm-ptablebox-features .tm-feature-lines {
    list-style-type: none;
    margin: 0;
    padding: 12px 35px 10px;
}

.tm-ptablebox-features .tm-feature-lines li {
    padding: 3px 0 3px 0px;
    margin: 0;
    display: flex;
}

.tm-ptablebox-features .tm-feature-lines li i {
    margin-right: 10px;
    padding-top: 3px;
    color: var(--ttm-skincolor);
}

.tm-ptablebox .tm-ptablebox-title h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 14px;
}

.tm-ptablebox .tm-ptablebox-features {
    position: relative;
    padding: 16px 0px 27px;
}

.ttm-pricetable-column-w .ttm-featured-title {
    position: absolute;
    top: -35px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    background-color: transparent;
}

.tm-ptablebox .tm-ptable-btn {
    display: block;
    text-align: left;
}

.elementor-widget-tm_ptable_element .tm-element-heading-content-wrapper {
    margin-bottom: 35px;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main {
    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;
}

.tm-ptablebox-style-1 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    padding-bottom: 0px;
    margin-top: 0px;
    background-color: #f8d6f0;
}

.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: 21px;
    position: relative;
    font-family: var(--special-element-fontfamily);
    font-weight: 300;
    vertical-align: top;
    padding-top: 7px;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-frequency {
    position: relative;
    font-size: 16px;
    top: 0px;
    font-weight: 400;
    color: var(--body-fonts-color);
}

.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-ptable-btn {
    position: relative;
    padding-top: 10px;
    margin-top: 34px;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a {
    border: 2px solid;
    padding: 14px 45px 14px 28px;
    cursor: pointer;
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    border-radius: 12px;
    position: relative;
    transition: all .5s ease-in-out;
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a::after {
    content: "\f10b";
    font-family: 'theme_finance';
    font-size: 14px;
    line-height: 46px;
    right: 24px;
    position: absolute;
    top: 0px;
    color: var(--body-blackfont-color);
    z-index: 9999;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    font-weight: 700;
}

.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a:hover::after {
    color: var(--ttm-whitecolor);
    transform: rotate(90deg);
}
.themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a:hover {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
}

.tm-ptablebox-style-1 .tm-ptablebox-featured-col .themetechmount-ptable-main .tm-ptable-btn:before {
    content: unset !important;
}

.tm-ptablebox-style-1 .tm-price-titlebox .tm-titlebox {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 20px;
    margin-bottom: 16px;
}

.tm-ptablebox-style-1 .ttm-ptablebox-price-w .tm-price-content-wrapper p {
    color: var(--body-blackfont-color);
    font-size: 16px;
}
.tm-ptablebox-style-1 .ttm-ptablebox-price-w .tm-price-content-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding-left: 17px;
}

@media (max-width: 768px) {
    .tm-ptablebox .tm-ptable-mainbox {
        padding: 42px 20px 52px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1230px) {
    .tm-ptablebox .tm-ptable-mainbox {
        padding: 52px 30px 71px;
    }
    .themetechmount-ptables-w.tm-ptablebox.tm-ptablebox-style-1 .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a {
        padding: 14px 45px 14px 20px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .tm-ptablebox .tm-ptable-mainbox {
        padding: 42px 30px 52px;
    }
}


/* Pricing style2 */

.tm-ptablebox-style-2 .ttm-pricetable-column-w {
    width: 100%;
    padding: 0;
}
.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-main {
    box-shadow: unset;
}
.tm-ptablebox-style-2 .ttm-pricetable-column-w .themetechmount-ptable-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 30px 24px 75px;
    background-color: transparent;
    border: 1px solid rgba(0 , 0 , 0 , 0.15);
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
}
.tm-ptablebox-style-2 .ttm-pricetable-column-w.tm-ptablebox-featured-col .themetechmount-ptable-info {
    background-color: #c5ece8;
    border-color: #c5ece8;
}
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-title h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-cur-symbol,
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-price {
    font-size: 30px;
    line-height: 40px;
    color: var(--ttm-skincolor);
    font-family: var(--special-element-fontfamily);
}
.tm-ptablebox-style-2 .tm-cta3-content-wrapper p {
    margin-bottom: 0;
}
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col .tm-ptablebox-cur-symbol,
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col .tm-ptablebox-price {
    color: var(--body-blackfont-color);
}
.tm-ptablebox.tm-ptablebox-style-2 .themetechmount-ptable-main .themetechmount-ptable-info:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--ttm-skincolor);
    top: 44%;
    left: 30px;
    border-radius: 50%;
}
.tm-ptablebox.tm-ptablebox-style-2 .tm-ptablebox-featured-col .themetechmount-ptable-main .themetechmount-ptable-info:before {
    content: '';
    mask-image: url(../images/check-icon.svg);
    -webkit-mask-box-image: url(../images/check-icon.svg);
    background-color: var(--ttm-skincolor);
    color: #fff;
    width: 18px;
    height: 18px;
    top: 41%;
}
.tm-ptablebox-style-2 .themetechmount-ptable-main .tm-cta3-content-wrapper {
    padding: 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .tm-ptablebox-style-2 .tm-ptable-cols.row {
        margin: 0;
    }
}