.tstk-pricing-table-box {
    padding: 50px 40px;
    margin-bottom: 30px;
    text-align: center;
    background-color: var(--tstk-industrey-light-bg-color);
}
.tstk-pricing-table-featured-col .tstk-pricing-table-box {
    background-color: var(--tstk-industrey-global-color);
}
.tstk-pricing-table-box .tstk-head-wrap{
    position: relative;
    z-index: 2;
    margin: 20px 0 25px;
}
.tstk-pricing-table-box .tstk-head-wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba( var(--tstk-industrey-global-color-rgb) , 0.20 );
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    margin-top: 10px;
}
.tstk-pricing-table-box .themestek-ptable-description {
    margin: 0 0 10px;
    font-weight: 500;
    color: var(--tstk-industrey-blackish-color);
}
.tstk-pricing-table-box .themestek-ptable-heading{
    font-size: 40px;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px;
    background-color: var(--tstk-industrey-light-bg-color);
    margin: 0;
}
.tstk-pricing-table-box .tstk-ptable-icon{
    font-size: 95px;
    line-height: 95px;
    color: rgba( var(--tstk-industrey-global-color-rgb) , 0.20 );
}
.tstk-pricing-table-box  .themestek-ptable-price-w{
    position: relative;
    font-weight: 500;
    margin-right: 25px;
    color: var(--tstk-industrey-global-color);
}
.tstk-pricing-table-box  .themestek-ptable-price {
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    margin-left: 25px;
}
.tstk-pricing-table-box .themestek-ptable-symbol, 
.tstk-pricing-table-box .themestek-ptable-price {
    display: inline-block;
}
.tstk-pricing-table-box .themestek-ptable-symbol {
    position: absolute;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
}
.tstk-pricing-table-box .tstk-ptable-lines-w {
    margin: 25px 0 35px;
}       
.tstk-pricing-table-box .tstk-ptable-line {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.tstk-pricing-table-box .tstk-ptable-line i{
    margin-right: 10px;
    color: var(--tstk-industrey-global-color);
}
.tstk-pricing-table-box .tstk-ptable-btn {
    display: inline-block;
}
.tstk-pricing-table-box .tstk-ptable-btn a{ 
    display: block;
    border:1px solid var(--tstk-industrey-global-color);
    color: var(--tstk-industrey-blackish-color);
    background-color: transparent; 
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 0 25px 0 0;
}
.tstk-pricing-table-box .tstk-ptable-btn a:hover {
    background-color: var(--tstk-industrey-global-color);
    border-color: var(--tstk-industrey-global-color);
    color: #fff;
}
.tstk-pricing-table-box .tstk-ptable-btn a span{
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tstk-pricing-table-box .tstk-ptable-btn a span:before{
    top: 9px;
}
.tstk-pricing-table-featured-col .tstk-ptable-btn a span:before,
.tstk-ptable-btn a:hover span:before{
    background-color: #fff;

}
.tstk-pricing-table-featured-col .tstk-ptable-icon{
    color:  var(--tstk-industrey-blackish-color);
}
.tstk-pricing-table-featured-col .tstk-pricing-table-box .tstk-head-wrap:after{
    background-color: rgba( var(--tstk-industrey-blackish-bg-color-rgb) , 0.20 );
}
.tstk-pricing-table-featured-col .themestek-ptable-heading{
    background-color: var(--tstk-industrey-global-color);
}
.tstk-pricing-table-featured-col .themestek-ptable-heading,
.tstk-pricing-table-featured-col .themestek-ptable-price-w,
.tstk-pricing-table-featured-col .tstk-ptable-line,
.tstk-pricing-table-featured-col .tstk-ptable-line i,
.tstk-pricing-table-featured-col .tstk-ptable-btn a{
    color: #fff
}
.tstk-pricing-table-featured-col .tstk-ptable-btn a{
    border-color: #fff;
    color: #fff !important;
}
.tstk-pricing-table-featured-col .tstk-ptable-btn a:hover{
    background-color: var(--tstk-industrey-blackish-bg-color);
    border-color: transparent;
}
.tstk-pricing-table-box .themestek-sep {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}
.tstk-pricing-table-box .themestek-ptable-frequency {
    position: absolute;
    bottom: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500; 
    margin-left: 6px;
    color: var(--tstk-industrey-blackish-color);
}
.tstk-pricing-table-box .themestek-ptable-frequency:before {
    content: '/';
    margin-right:4px;
}
.themestek-ele-pricing-table .tstk-ptable-btn a span:after{
    top: 2px;
}
.tstk-ptable-btn a:hover{ 
    color: #fff;
    background-color:var(--tstk-industrey-global-color); 
}
.tstk-pricing-table-featured-col .tstk-pricing-table-box  .tstk-ptablebox-featured-w {
    display: none;
}

.themestek-ele-pricing-table .tstk-ptable-btn a:hover span:after {
    right: -3px;
}
.themestek-ele-ptable-style-1 .tstk-ptable-btn a:hover span {
    padding-right: 35px;
}
.themestek-ele-ptable-style-1 .tstk-ptable-btn a:hover span:before {
    right: 0;
    width: 25px;
    background-color: #fff;
}
/*====== RTL ======*/
body.rtl .tstk-pricing-table-box .themestek-ptable-price-w{
    margin-right: 0px;
    margin-left: 25px;
}
body.rtl .tstk-pricing-table-box .themestek-ptable-price{
    margin-left: 0px;
    margin-right: 25px;
}
body.rtl .tstk-pricing-table-box .tstk-ptable-line i{
    margin-left: 10px;
    margin-right: 0px;
}
body.rtl .tstk-pricing-table-box .themestek-ptable-frequency{
    margin-left: 0px;
    margin-right: 6px;
}
body.rtl .tstk-pricing-table-box .themestek-ptable-frequency:before{
    margin-left: 4px;
    margin-right: 0px;
}
body.rtl .tstk-pricing-table-box .themestek-ptable-heading{
    font-size: 35px;
}
body.rtl .tstk-pricing-table-box .themestek-ptable-frequency{
    font-size: 13px;
}
body.rtl .tstk-pricing-table-box .tstk-ptable-line{
    font-size: 14px;
}