/* 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;
    }
    .tm-ptablebox-style-4 .ttm-pricetable-column-w {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }
    .tm-ptablebox-style-4 .themetechmount-ptable-main {
        margin-bottom: 30px;
    }
}
@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 */
/* style-3 */
.tm-ptablebox-style-3.themetechmount-ptables-w .ttm-pricetable-column-w {
    width: 100%;
}
.tm-ptablebox.tm-ptablebox-style-3 .themetechmount-ptable-main {
    text-align: left;
    position: relative;
    background-color: var(--ttm-greycolor);
    display: flex;
    flex-direction: row;
    padding: 27px 30px 20px;
    justify-content: space-between;
    border-radius: var(--ttm-border-shape-15px);
}
.tm-ptablebox.tm-ptablebox-style-3 .themetechmount-ptable-inner {
    display: flex;
    gap: 23px;
    flex: 1;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptable-btn {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-title {
    text-align: left;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptable-icon-wrapper {
    font-size: 50px;
    padding-top: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 400;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptable-btn a {
    display: inline-block;
    vertical-align: top;
    background: transparent !important;
    border: 0;
    padding: 0;
    font-size: 16px;
    border-bottom: 1px solid;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptable-btn a:hover {
    color: var(--ttm-skincolor) !important;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-price {
    font-size: 38px;
    color: var(--body-blackfont-color);
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-cur-symbol {
    font-size: 38px;
    margin-right: -8px;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-frequency {
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-frequency:before {
    content: '/';
    margin-right: 1px;
}
.tm-ptablebox.tm-ptablebox-style-3 .ttm-ptablebox-top-w {
    width: 72%;
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-price-wrap > .tm-ptablebox-price {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    padding: 20px 20px 10px;
    border-radius: var(--ttm-border-shape-15px);
}
@media (max-width: 767px){
.tm-ptablebox.tm-ptablebox-style-3 .themetechmount-ptable-main {
    flex-direction: column;
    padding: 27px 30px 30px;
    gap: 20px;
}
.tm-ptablebox.tm-ptablebox-style-3 .themetechmount-ptable-inner {
    gap: 10px;
    flex-direction: column;
}
.tm-ptablebox.tm-ptablebox-style-3 .ttm-ptablebox-top-w {
    width: 100%;
}
}
/* style-3 */

/*style-4*/

.tm-ptablebox-style-4 .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;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main {
    border-radius: 24px;
    box-shadow: 0px 0px 25px 0px rgb(21 6 42 / 12%);
    padding: 20px;
    text-align: left;
    display: flex;
    gap: 20px;
    z-index: 10;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main:before {
   
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: auto;
    left: 0px;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 24px;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-image: url(../images/Pricing-bg.png) !important;
}

.tm-ptablebox-style-4 .tm-pricetable-column-w:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-price-w, 
.tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-features {
    width: 50%;
}

.tm-ptablebox-style-4 .themetechmount-ptable-info {
        margin-bottom: 44px;
}

.tm-ptablebox-style-4 .themetechmount-ptable-info .tm-ptablebox-title {
    text-align: left;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-price-w .ttm-ptablebox-price {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
    position: relative;
    margin-bottom: 10px;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-price-w .ttm-ptablebox-price .tm-ptablebox-price {
    padding-left: 28px;
    font-size: 52px;
    line-height: 62px;
    color: var(--ttm-secondarycolor);

}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-price-w .ttm-ptablebox-price .tm-ptablebox-frequency {
    position: relative;
    font-size: 18px;
    position: relative;
    font-weight: 500;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-price-w .ttm-ptablebox-price .tm-ptablebox-cur-symbol {
    font-size: 52px;
    line-height: 62px;
    font-weight: 500;
    font-family: var(--special-element-fontfamily);
    position: absolute;
    bottom: 0px;
    left: 0;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-features .ttm-feature-lines {
    list-style-type: none;
    margin: 0;
    padding: 30px;
    text-align: left;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-features .ttm-feature-lines li {
    padding: 0px 0 15px 25px;
    margin: 0;
    color: var(--ttm-secondarycolor);
    display: flex;
    align-items: center;
    position: relative;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-features .ttm-feature-lines li:before {
    content: '';
    -webkit-mask: url(../images/price-list.svg);
    mask: url(../images/price-list.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 15px;
    width: 14px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: var(--ttm-secondarycolor);
    z-index: 10;
    fill: var(--ttm-secondarycolor);
    color: var(--ttm-secondarycolor);
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-features .ttm-feature-lines li:last-child {
    padding-bottom: 0px;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-features .ttm-feature-lines li i {
    margin-right: 10px;
    display: none;
}

.tm-ptablebox-style-4 .ttm-pricetable-column-w .tm-ptablebox-title h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-features {
    position: relative;
    background-color: var(--ttm-greycolor);
    border-radius: var(--ttm-border-shape-15px);
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptable-btn {
    margin-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptable-btn a {
    padding: 12px 0px;
    border: 1px solid;
    border-color: var(--ttm-secondarycolor);
    border-radius: var(--ttm-border-shape-50px);
    width: 100%;
    display: block;
}

.tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptable-btn a:hover {
    background-color: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}

.tm-ptablebox-style-4 .tm-ptablebox-featured-col .themetechmount-ptable-main .ttm-ptablebox-features {
    background-color: var(--ttm-skincolor);
}

/*style-4*/

@media (max-width: 1024px) {
    .tm-ptablebox-style-4 .themetechmount-ptable-main {
        padding: 15px;
    }

    .tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-features .ttm-feature-lines {
        padding: 30px 15px;
    }

    .tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-price-w .ttm-ptablebox-price .tm-ptablebox-price ,
    .tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-price-w .ttm-ptablebox-price .tm-ptablebox-cur-symbol {
        font-size: 42px;
        line-height: 52px;
    }
}


@media (max-width: 486px) {

    .tm-ptablebox-style-4 .themetechmount-ptable-main {
        display: block;
    }
    .tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-price-w, 
    .tm-ptablebox-style-4 .themetechmount-ptable-main .ttm-ptablebox-features {
        width: 100%;
        display: block;
    }
    .tm-ptablebox-style-4 .themetechmount-ptable-main .tm-ptablebox-price-w {
        margin-bottom: 30px;
    }
}