.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w {
	width: 100%;
	padding-bottom: 0;
	background-color: var(--ttm-greycolor);
	padding: 35px 30px 40px;
	margin-bottom: 30px;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
    text-align: left;
    background-color: transparent;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading .tm-ptablebox-title {
    padding-top: 0px;
    text-align: left;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading .tm-ptablebox-title h3 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 0px;
	transition: all 0.3s ease;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading .tm-ptablebox-description {
	margin-bottom: 0;
	transition: all 0.3s ease;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-icon {
	position: relative;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-icon .tm-ptablebox-main-icon {
	position: relative;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-icon .tm-ptablebox-main-icon .tm-ptable-icon-wrapper i {
	position: absolute;
    left: -45px;
    right: auto;
    top: -30px;
    font-size: 145px;
    line-height: 155px;
    color: rgb(0 0 0 / 5%);
    transition: all 0.3s ease;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-icon .ttm-ptablebox-price-w {
	background-color: transparent;
	display: inline-block;
	position: relative;
	padding: 0px;
	left: -30px;
    top: -10px;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-icon .ttm-ptablebox-price-w .tm-ptablebox-cur-symbol, .tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-icon .ttm-ptablebox-price-w .tm-ptablebox-price {
	display: inline-block;
	font-size: 46px;
	line-height: 56px;
	font-weight: var(--special-element-fontweight);
	font-family: var(--special-element-fontfamily);
	color: var(--body-blackfont-color);
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-icon .ttm-ptablebox-price-w .tm-ptablebox-frequency {
	display: inline-block;
	position: relative;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	padding-left: 6px;
	color: var(--body-fonts-color);
	transition: all 0.3s ease;
	vertical-align: middle;
	margin-top: -10px;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn {
    margin: 0px;
    padding: 20px 0px 15px 0px;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a {
	font-size: 15px;
	line-height: 15px;
	padding: 14px 30px 17px;
	border: 1px solid var(--ttm-skincolor);
	transition: all 0.3s ease;
	background-color: var(--ttm-skincolor);
	color: var(--ttm-whitecolor);
	border-radius: var(--ttm-button-shape);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-weight: var(--button-font-weight);
	overflow: hidden;
	z-index: 1;
	font-family: var(--button-font-family);
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--ttm-secondarycolor);
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 4px;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a:hover {
    border-color: var(--ttm-secondarycolor)!important;
}


.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w:hover {
    background-color: var(--ttm-skincolor);
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w:hover .themetechmount-ptable-main .themetechmount-ptable-heading .tm-ptablebox-title h3,
.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w:hover .themetechmount-ptable-main .themetechmount-ptable-heading .tm-ptablebox-description,
.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w:hover .themetechmount-ptable-main .themetechmount-ptable-icon .ttm-ptablebox-price-w .tm-ptablebox-cur-symbol, 
.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w:hover .themetechmount-ptable-main .themetechmount-ptable-icon .ttm-ptablebox-price-w .tm-ptablebox-price ,
.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w:hover .themetechmount-ptable-main .themetechmount-ptable-icon .ttm-ptablebox-price-w .tm-ptablebox-frequency {
    color:var(--ttm-whitecolor)
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w:hover .themetechmount-ptable-main .themetechmount-ptable-icon .tm-ptablebox-main-icon .tm-ptable-icon-wrapper i {
  color:rgba(255, 255, 255, 0.10);
}

.tm-ptablebox-style-1.horizontal .ttm-pricetable-column-w:hover .themetechmount-ptable-main .tm-ptable-btn a {
  border-color:var(--ttm-whitecolor);
 background-color:transparent;
}

/*price table style 2*/

.tm-ptablebox-style-2 .themetechmount-ptable-main{
    padding:0;
    overflow: hidden;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 25px;
    z-index: 1;
    text-align: left;
    margin-top: 10px
}
.tm-ptablebox-style-2 .themetechmount-ptable-main {
    text-align: left;
}
.tm-ptablebox-style-2 .tm-ptable-col.active .themetechmount-ptable-main {
    background-color: rgba(255 255 255 / 0.85);
    border-color: var(--ttm-whitecolor);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.tm-ptablebox-style-2  .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.tm-ptablebox-style-2 .tm-ptablebox-title {
    text-align: left;
    padding: 0;
}
.tm-ptablebox-features .tm-feature-lines {
    padding: 0;
}
.tm-ptablebox-style-2 .ttm-ptablebox-price-w {
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    background: transparent;
    padding: 8px 0 5px 0;
}
.tm-ptablebox-style-2 .tm-ptablebox-title h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0;
}
.tm-ptablebox-style-2 .tm-ptablebox-price {
    display: inline-block;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: var(--body-blackfont-color) !important;
    position: relative;
    margin-top: 5px;
    padding-bottom: 15px;
    
}
.tm-ptablebox-style-2 .tm-ptablebox-features .tm-feature-lines li:first-child,
.tm-ptablebox-style-2 .tm-ptablebox-features .tm-feature-lines li {
    border-bottom: 0px solid rgba(0, 0, 0, 0.08);
    border-top: 0px solid rgba(0, 0, 0, 0.08);
    padding: 8px 0;
}
.tm-ptablebox-style-2 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    margin-top: 10px;
    padding-bottom: 0;
}
.tm-ptablebox-style-2 .tm-ptable-icon-type-image img {
    width: 100%;
    height: 100%;
}
.tm-ptablebox-style-2 .tm-ptable-icon-wrapper.tm-ptable-icon-type-image {
    padding-top: 0px;
    position: absolute;
    top: 0;
    right: 0;
    opacity:0 ;
    z-index: -1;
}
.tm-ptablebox-style-2 .tm-ptable-col.active .tm-ptable-icon-wrapper.tm-ptable-icon-type-image {
    opacity: 1;
}
.tm-ptablebox-style-2.themetechmount-ptables-w .tm-ptable-col {
    padding-top: 5px;
    width: 100%;
    max-width: calc(23.22222% - -31.44444px);
    border-radius: 25px;
    -webkit-transition: max-width .9s cubic-bezier(.6, 0, .2, 1);
    -o-transition: max-width .9s cubic-bezier(.6, 0, .2, 1);
    transition: max-width .9s cubic-bezier(.6, 0, .2, 1);
    display: block;
    overflow: hidden;
}
.tm-ptablebox-style-2.themetechmount-ptables-w .tm-ptable-col.active {
    width: 100%;
    max-width: calc(56.55556% - 102.88889px);
}
.tm-ptablebox-style-2 .prt-ptablebox-image {
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    display: block;
    opacity: 0;
}
.tm-ptablebox-style-2 .tm-ptable-col.active .prt-ptablebox-image {
    opacity: 1;
}
.tm-ptablebox-style-2  .themetechmount-ptable-box {
    text-align: left;
    top: 0;
    opacity: 1;
    height: 100%;
    position: relative;
    -webkit-transition: top .9s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
    -o-transition: top .9s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
    transition: top .9s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
    min-width: 16vw;
    padding: 30px 40px 25px;
    background-color: var(--ttm-greycolor);
    z-index: 11;
}
.tm-ptablebox-style-2  .themetechmount-ptable-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
}
.tm-ptablebox-style-2 .tm-ptable-col.active .themetechmount-ptable-box {
    background-color: rgba(255 255 255 / 0.85);
}
.tm-ptablebox-style-2 .tm-ptable-col.active .tm-ptable-btn a,
.tm-ptablebox-style-2 .tm-ptable-col.active .tm-ptable-btn a{
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-secondarycolor);
}
.tm-ptablebox-style-2 .tm-ptable-btn a {
  padding: 14px 26px 17px;
    border: 1px solid #000000;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
        transition: 0.5s;
    background-size: 200% auto;
}
.tm-ptablebox-style-2 .tm-ptablebox-cur-symbol {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
}
.tm-ptablebox-style-2 .tm-ptablebox-frequency{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--body-blackfont-color) !important;
}
.tm-ptablebox-style-2 .tm-ptable-btn {
     margin-top: 15px;
    text-align: left;
     margin-bottom: 10px;
}
@media (max-width:1200px) {
.tm-ptablebox-style-2.themetechmount-ptables-w .tm-ptable-col.active {
    width: 100%;
    max-width: 100%;
}
.tm-ptablebox-style-2.themetechmount-ptables-w .tm-ptable-col {
    width: 100%;
    max-width: 100%;
}
.tm-ptablebox-style-2  .themetechmount-ptable-box {
    min-width: 50%;
}
.tm-ptablebox-style-2 .prt-ptablebox-image {
    opacity: 1;
}
}
@media (max-width:480px) {
.tm-ptablebox-style-2  .themetechmount-ptable-box {
    padding: 30px 20px 25px;
}
}
.tm-pricetable-style1-single-view .tm-ptablebox-style-2.themetechmount-ptables-w .tm-ptable-col.active {
    width: 100%;
    max-width: 100%;
}
.tm-pricetable-style1-single-view .tm-ptablebox-style-2.themetechmount-ptables-w .tm-ptable-col {
    max-width: 100%;
    padding: 0;
}
.tm-pricetable-style1-single-view .tm-ptablebox-style-2 .tm-ptable-col.active .themetechmount-ptable-box,
.tm-pricetable-style1-single-view .tm-ptablebox-style-2 .themetechmount-ptable-box {
    background-color: rgba(255 255 255 / 0.85);
}
.tm-pricetable-style1-single-view .tm-ptablebox-style-2 .prt-ptablebox-image {
    opacity: 1;
}
.tm-pricetable-style1-single-view  .tm-ptablebox-style-2 .tm-ptable-col.active .themetechmount-ptable-main {
    box-shadow:unset;
}
.tm-pricetable-style1-single-view  .tm-ptablebox-style-2  .themetechmount-ptable-main {
margin-top: 0;
}

/*---Pricingtable style3---*/
.tm-ptablebox-style-3 .tm-ptable-head-text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-top: 10px;
}
.tm-ptablebox-style-3 .ttm-ptablebox-price-w {
    display: table-cell;
    vertical-align: top;
    width: 29%;
    position: static;
    background-color: transparent;
    padding: 0;
}
.tm-ptablebox-style-3 .tm-ptablebox-description {
    color: rgba(255,255,255,.70);
}
.tm-ptablebox-style-3 .tm-ptablebox-featured-col .tm-ptablebox-description {
    color: var(--base-bodyfont-color);
}
.tm-ptablebox.tm-ptablebox-style-3 .tm-ptablebox-title {
    padding-top: 0;
    text-align: left;
}
.tm-ptablebox-style-3.themetechmount-ptables-w .ttm-pricetable-column-w {
    width: 100%;
    padding: 0;
}
.tm-ptablebox-style-3.themetechmount-ptables-w .ttm-pricetable-column-w:last-child {
    padding-bottom: 0;
}
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-title h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
    color: var(--ttm-whitecolor);
}
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-price {
    font-size: 72px;
    line-height: 72px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}
.tm-ptablebox-style-3.tm-ptablebox .themetechmount-ptable-main {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    padding: 53px 50px 57px 50px;
    border-radius: 20px;
    border-bottom-right-radius: 120px;
    margin-bottom: 40px;
    margin-top: 0;
}
.tm-ptablebox-style-3.tm-ptablebox .ttm-pricetable-column-w:last-child .themetechmount-ptable-main {
    margin-bottom: 0;
}
.tm-ptablebox-style-3.tm-ptablebox .ttm-pricetable-column-w:first-child .themetechmount-ptable-main {
    background-color: var(--tm-first-gradientcolor);
}
.tm-ptablebox-style-3 .ttm-pricetable-column-w:first-child .themetechmount-ptable-main .tm-ptablebox-frequency {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-featured-col .themetechmount-ptable-main {
    background-color: var(--ttm-whitecolor);
    color: var(--body-blackfont-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-featured-col .tm-ptablebox-cur-symbol,
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-featured-col .tm-ptablebox-title h3,
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-featured-col .tm-ptablebox-price {
    color: var(--body-blackfont-color);
}
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-frequency {
    position: absolute;
    bottom: 5px;
    background-color: var(--ttm-whitecolor);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    font-size: 20px;
    right: 0;
    color: var(--body-blackfont-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
.tm-ptablebox-style-3.tm-ptablebox .tm-ptablebox-cur-symbol {
    color: var(--ttm-whitecolor);
}
/*---Pricingtable style4---*/
.tm-ptablebox.tm-ptablebox-style-4 .tm-ptable-icon-type-image img {
    width: 100%;
    height: 100%;
}
.tm-ptablebox-style-4 .tm-ptablebox-main-icon {
    position: relative;
}
.tm-ptablebox-style-4 .ttm-ptablebox-price-w {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    padding: 25px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.tm-ptablebox.tm-ptablebox-style-4 .themetechmount-ptable-main {
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--ttm-whitecolor);
    padding-bottom: 0;
    margin-top: 0;
}
.tm-ptablebox-style-4 .ttm-pricetable-column-w {
    padding-bottom: 0;
}
.tm-ptablebox-style-4 .tm-ptablebox-title h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2px;
}
.tm-ptablebox.tm-ptablebox-style-4 .tm-ptablebox-cur-symbol {
    font-size: 35px;
    font-weight: 600;
}
.tm-ptablebox.tm-ptablebox-style-4 .tm-ptablebox-price {
    color: var(--body-blackfont-color);
}
.tm-ptablebox.tm-ptablebox-style-4 .tm-ptable-btn a {
    border-radius: 50px;
    width: 100%;
    display: block;
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.tm-ptablebox-style-4 li.tm-ptable-line {
    list-style: none;
    color: var(--body-blackfont-color);
    padding-top: 10px;
}
.tm-ptablebox.tm-ptablebox-style-4 .tm-ptablebox-frequency {
    color: var(--body-blackfont-color);
}
.tm-ptablebox.tm-ptablebox-style-4 .tm-ptable-btn {
    margin-top: 20px;
    margin-bottom: 10px;
}
.tm-ptablebox-style-4.tm-ptablebox .tm-ptablebox-title {
    padding-top: 0;
}
@media (max-width: 991px) {
.tm-ptablebox-style-4.themetechmount-ptables-w .ttm-pricetable-column-w {
    width: 50%;
    max-width: 50%;
    display: inline-block;
}
.tm-ptablebox-style-4 .ttm-ptablebox-price-w {
    padding: 25px 20px;
}
.tm-ptablebox-style-4.themetechmount-ptables-w .ttm-pricetable-column-w {
    padding-top: 30px;
}
}
@media (max-width: 680px) {
.tm-ptablebox-style-4.themetechmount-ptables-w .ttm-pricetable-column-w {
    width: 100%;
    max-width: 100%;
}
}

/* pricetable5 css */
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-title h3 {
    font-size: 20px;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-description{
   padding-top: 5px;
}
.tm-ptablebox.tm-ptablebox-style-5 .ttm-price-table-image-content{
    border-radius: 10px;
    background-color: var(--ttm-greycolor);
    text-align: left;
    padding: 20px;
    width: 72%;
}
.tm-ptablebox.tm-ptablebox-style-5 img{
    border-radius: 10px;
    max-width: 110px;
    height: 110px;
    width: 110px;
}
.tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-price-w {
    padding: 5px 20px 5px;
    right: 0;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-title{
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  
}
.tm-ptablebox.tm-ptablebox-style-5 .themetechmount-ptable-heading{
      padding-left: 30px;
}
.tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-price-w{
    border-radius: 10px;
    background-color: var(--ttm-greycolor);
    padding: 20px;
    font-size: 44px;
    color: var(--ttm-secondarycolor);
    font-weight: 600;
    font-family: var(--base-headingfont);
    text-align: center;
    min-width: 160px;
    margin-left: 5px;
}
.tm-ptablebox.tm-ptablebox-style-5 .themetechmount-ptable-main{
    background-color: transparent;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptable-btn {
    display: block;
    margin-top: 0px;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptable-btn a {
    padding: 7px 20px 8px;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptable-btn a{
    font-size: 15px;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-price{
    font-size: 44px;
    color: var(--ttm-secondarycolor);
    margin-left: -10px;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptablebox-cur-symbol{
    font-size: 24px;
}
.tm-ptablebox.tm-ptablebox-style-5 .tm-ptable-btn {
    margin-bottom: 10px;
    padding-top: 5px;
}
.tm-ptablebox.tm-ptablebox-style-5 .ttm-pricetable-column-w{
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width:567px) {
.tm-ptablebox.tm-ptablebox-style-5 .ttm-ptablebox-price-w,
.tm-ptablebox.tm-ptablebox-style-5 .ttm-price-table-image-content{
    background-color: transparent;
 }
}

/*******************nerology pricing table style 6 css *********************/

.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-title {
    padding-top: 0;
    padding-bottom: 0;
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-title h3 {
    font-size: 22px;
    line-height: 32px;
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main .ttm-ptablebox-price-w {
    position: relative;
    padding: 20px 15px 30px 15px;
    background: var(--ttm-greycolor);
    border-radius: 10px;
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-main-icon img {
    width: auto;
    height: auto;
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main {
    padding: 35px;
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main {
    padding: 35px;
    background-color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 10px;
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features ul li {
    padding-top: 5px;
    padding-bottom: 10px;
    border: unset;
    color: var(--body-fonts-color);
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptablebox-features ul li i {
    margin-right: 7px;
    font-size: 10px;
    font-weight: 300;
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a {
    border: 2px solid var(--ttm-secondarycolor);
    border-radius: 10px;
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main .tm-ptable-btn a span {
    font-size: 16px;
    line-height: 26px;
    font-weight: var(--special-element-fontweight);
    font-family: var(--special-element-fontfamily);
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-price {
    color: #000;
    font-size: 50px;
    line-height: 60px;
}
.tm-ptablebox-style-6 .tm-ptable-cols .ttm-pricetable-column-w .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-cur-symbol {
    font-size: 30px;
    line-height: 40px;
    font-weight: var(--special-element-fontweight);
    display: inline-block;
    vertical-align: super;
}
.tm-ptablebox.tm-ptablebox-style-6 .ttm-pricetable-column-w {
    padding-bottom: 0;
}

/********************---nerology pricing table style 6 css---****************/
.tm-ptablebox-style-7 .tm-ptable-head-text {
    display: flex;
    width: 100%;
    position: relative;
}
.tm-ptablebox-style-7 .ttm-ptablebox-price-w {
    position: relative;
    background-color: transparent;
    text-align: right;
    padding-right: 0;
    display: inherit;
    padding-left: 0;
}
.tm-ptablebox-style-7 .tm-ptable-head-text .tm-ptable-desc .tm-ptablebox-description {
    padding-top: 7px;
}
.tm-ptablebox.tm-ptablebox-style-7 .tm-ptablebox-title {
    padding-top: 0;
    text-align: left;
    position: relative;
}
.tm-ptablebox-style-7.themetechmount-ptables-w .ttm-pricetable-column-w {
    width: 100%;
    padding-bottom: 5px;
}
.tm-ptablebox-style-7.tm-ptablebox .tm-ptablebox-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    color: var(--body-blackfont-color);
}
.tm-ptablebox-style-7.tm-ptablebox .tm-ptablebox-price,
.tm-ptablebox-style-7.tm-ptablebox .tm-ptablebox-cur-symbol {
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    color: var(--body-blackfont-color);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
}
.tm-ptablebox-style-7.themetechmount-ptables-w .ttm-pricetable-column-w:last-child .themetechmount-ptable-main {
    padding-top: 0;
}
.tm-ptablebox-style-7.tm-ptablebox .themetechmount-ptable-main {
    padding: 5px 30px 20px 30px;
    position: relative;
    text-align: left;
    display: flex;
}
.tm-ptablebox-style-7.tm-ptablebox .ttm-pricetable-column-w:last-child .themetechmount-ptable-main {
    margin-bottom: 0;
}
.tm-ptablebox-style-7 .ttm-pricetable-column-w:first-child .themetechmount-ptable-main .tm-ptablebox-frequency {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}
.tm-ptablebox-style-7.tm-ptablebox .tm-ptablebox-featured-col .tm-ptablebox-cur-symbol,
.tm-ptablebox-style-7.tm-ptablebox .tm-ptablebox-featured-col .tm-ptablebox-title h3,
.tm-ptablebox-style-7.tm-ptablebox .tm-ptablebox-featured-col .tm-ptablebox-price {
    color: var(--body-blackfont-color);
}
.tm-ptablebox-style-7.tm-ptablebox .tm-ptablebox-featured-col .tm-ptablebox-frequency {
    background-color: var(--tm-first-gradientcolor);
}
.tm-ptablebox-style-7.tm-ptablebox .tm-ptablebox-frequency {
    position: absolute;
    bottom: 5px;
    background-color: var(--ttm-whitecolor);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    font-size: 20px;
    right: 0;
    color: var(--body-blackfont-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}
.tm-ptablebox-style-7.tm-ptablebox .tm-ptablebox-cur-symbol {
    color: var(--body-blackfont-color);
}
.tm-ptablebox-style-7.tm-ptablebox .themetechmount-ptable-main .tm-ptablebox-main-icon img {
    width: auto;
    height: 105px;
    border-radius: 10px;
}
.tm-ptablebox-style-7 .tm-ptable-head-text .tm-ptablebox-main-icon {
    padding-right: 30px;
}
.tm-ptablebox-style-7 .tm-ptable-head-text .tm-ptable-desc {
    text-align: left;
    width: 100%;
    position: relative;
}
.tm-ptablebox-style-7 .tm-ptablebox-featured-col .themetechmount-ptable-main {
    margin-top: 0;
}
.tm-ptablebox-style-7.tm-ptablebox .themetechmount-ptable-main .tm-ptable-info .tm-ptable-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d5e3e9;
    margin-bottom: 10px;
    padding-top: 10px;
}
.tm-ptablebox-style-7.tm-ptablebox .themetechmount-ptable-main .tm-ptablebox-main-icon {
    padding-right: 30px;
}



/*style-8*/

.tm-ptablebox-style-8 {
    position: relative;
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main {
    background-color: transparent;
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-icon 
.tm-ptablebox-main-icon .tm-ptable-icon-wrapper.tm-ptable-icon-type-image img {
    border-radius: 10px 10px 0px 0px;
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .ttm-ptablebox-price-w {
    padding: 15px 15px;
    top: auto;
    bottom: 60%;
    left: 34%;
    height: 140px;
    width: 140px;
    line-height: 140px;
    border-radius: 50%;
    box-shadow: 0px 0px 14px 0px rgba(105, 20, 14, 0.11);
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading {
    padding: 50px 40px 13px;
    border: 1px solid var(--ttm-bordercolor);
    margin-top: 15px;
    border-radius: 0px 0px 10px 10px;
}



.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading 
.tm-ptablebox-title {
    padding-top: 20px;
    padding-bottom: 20px;
}


.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading li {
    display: block;
    text-align: left;
    padding-bottom: 10px;
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-cur-symbol {
     font-size: 18px;
    line-height: 28px;
    top: -30px;
    position: relative;
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-price {
    font-size: 60px;
    line-height: 70px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-frequency {
    font-size: 16px;
    line-height: 26px;
}


.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading li i {
    float: right;
    font-size: 13px;
    line-height: 23px;
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading .tm-ptable-btn a {
    width: 100%;
    display: inline-block;
    position: relative;
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading .tm-ptable-btn a:before {
    content: '\e826';
    position: absolute;
    top: 12px;
    right: 90px;
    left: auto;
    font-family: 'ttm-medisat-icons';
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}


.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading .tm-ptable-btn a:hover:before {
     -webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight .5s forwards
}

@keyframes LeftToRight {
    49% {
        transform: translateX(30%)
    }

    50% {
        opacity: 0;
        transform: translateX(-30%)
    }

    51% {
        opacity: 1
    }
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading li i.fas.fa-check:before {
    content: "\e64c";
    font-family: 'themify';
    line-height: 30px;
}

.tm-ptablebox-style-8 .themetechmount-boxes-row-wrapper .ttm-pricetable-column-w .themetechmount-ptable-main .themetechmount-ptable-heading li i.fas.fa-times:before {
    content: "\e646";
    font-family: 'themify';
    line-height: 30px;
}

.tm-ptablebox-style-11 .themetechmount-ptable-main {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgb(83 20 173/7%)
}

.tm-ptablebox-style-11 .tm-ptablebox-title {
    position: relative;
    padding-top: 15px;
    padding-bottom: 13px;
    text-align: center;
    background: rgb(59 42 130/4%);
    overflow: hidden
}

.tm-ptablebox-style-11 .tm-ptablebox-title h3 {
    font-size: 20px;
    line-height: 28px
}

.tm-ptablebox-style-11 .tm-ptablebox-price {
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    color: var(--body-blackfont-color) !important
}

.tm-ptablebox-style-11 .ttm-ptablebox-price-w {
    padding: 8px 30px 12px;
    background: 0 0;
    position: relative
}

.tm-ptablebox-style-11 .tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
    margin-top: 0;
    padding-bottom: 30px
}

.tm-ptablebox-style-11 .tm-ptablebox-frequency,.tm-ptablebox-style-11 .tm-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 48px;
    font-weight: 500
}

.tm-ptablebox-style-11 .tm-ptablebox-features .tm-feature-lines {
    padding: 0
}

.tm-ptablebox-style-11 .tm-ptablebox-features .tm-feature-lines li {
    padding: 23px 0 20px;
    border-bottom: 0
}

.tm-ptablebox-style-11 .tm-ptablebox-featured-col .tm-ptablebox-title {
    background: rgba(0,0,0,.08)
}

.tm-ptablebox-style-11 .tm-ptablebox-featured-col .ttm-ptablebox-price-w {
    background: var(--ttm-skincolor);
    color: #fff
}

.tm-ptablebox-style-11 .tm-ptablebox-featured-col .tm-ptablebox-title h3,.tm-ptablebox-style-11 .tm-ptablebox-featured-col .ttm-ptablebox-price-w .tm-ptablebox-cur-symbol,.tm-ptablebox-style-11 .tm-ptablebox-featured-col .ttm-ptablebox-price-w .tm-ptablebox-price {
    color: var(--ttm-whitecolor) !important
}

.tm-ptablebox-style-11 .tm-ptablebox-features {
    padding: 0;
    padding-bottom: 25px
}

.tm-ptablebox-style-11 .tm-ptablebox-features .tm-feature-lines li {
    padding: 23px 14px 20px;
    border-bottom: 0
}

.tm-ptablebox-style-11 .tm-ptablebox-features .tm-feature-lines li:nth-child(2n) {
    background: #fff
}

.tm-ptablebox-style-11 .tm-ptablebox-featured-col .tm-ptablebox-features .tm-feature-lines li:nth-child(even) {
    background: #fff
}

.tm-ptablebox-style-11 .tm-ptable-btn a {
    position: relative;
    padding: 18px 30px 18px;
    border: 1px solid var(--ttm-secondarycolor);
    border-radius: 15px !important;
    font-weight: 500
}

.tm-ptablebox-style-11 .tm-ptable-btn a {
    background: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: #fff !important;
    border: 0
}

.tm-ptablebox-style-11 .tm-ptablebox-description {
    font-size: 13px;
    font-weight: 500
}

.tm-ptablebox-style-11 .tm-ptable-btn a:hover {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-secondarycolor)
}

.tm-ptablebox-style-11 .tm-ptablebox-featured-col .tm-ptable-btn a:hover {
    background: var(--ttm-secondarycolor);
    border-color: var(--ttm-secondarycolor);
    color: #fff;
    box-shadow: 0px 0px 21px 0 rgb(59 42 130/40%)
}

.tm-ptablebox-style-11 .tm-ptablebox-featured-col .themetechmount-ptable-heading {
    background: var(--ttm-skincolor);
    border-radius: 15px 15px 0 0
}

.tm-ptablebox-style-11 .tm-ptablebox-title-one h3 {
    padding-top: 30px;
    margin-bottom: 5px
}

.tm-ptablebox-style-11 .tm-ptablebox-featured-col .tm-ptablebox-title-one h3,.tm-ptablebox-style-11 .tm-ptablebox-featured-col .tm-ptablebox-description,.tm-ptablebox-style-11 .tm-ptablebox-featured-col .tm-ptablebox-description-one {
    color: var(--ttm-whitecolor)
}

.tm-ptablebox-style-11 .tm-ptablebox-description-one {
    font-weight: 500
}

.tm-ptablebox-style-11 .tm-ptablebox-description {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px
}

.themetechmount-ptables-w.tm-ptablebox-style-11 .ttm-pricetable-column-w:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

@media (max-width: 991px) {
    .tm-ptablebox-style-11.themetechmount-ptables-w .ttm-pricetable-column-w {
        margin-bottom:110px !important
    }
}

.tm-ptablebox-style-11 .tm-ptablebox-price span {
    font-size: 30px;
    text-decoration: line-through
}