.thsn-pricing-table-style-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.thsn-pricing-table-style-2 .thsn-heading-subheading-wrapp {
    width: 50%;
}
.thsn-pricing-table-style-2 .thsn-ptable-cols.row.multi-columns-row {
    padding-left: 55px;
}
.thsn-pricing-table-style-2 .thsn-ptable-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.thsn-pricing-table-style-2 .thsn-pricing-table-featured-col .thsn-pricing-table-left-area {
	background-color: var(--thsn-dentiq-blackish-color) !important;
}
.thsn-pricing-table-style-2 .thsn-pricing-table-left-area {
	width: 34%;
	background-color: var(--thsn-dentiq-global-color);
	border-radius: 7px;
	margin-right: 10px;
	padding: 40px 35px;
}
.thsn-pricing-table-style-2 .thsn-pricing-table-right-area {
	width: 66%;
	background-color: var(--thsn-dentiq-light-bg-color);
	border-radius: 7px;
	padding: 50px 35px 35px 40px;
	justify-content: space-between;
	position: relative;
}
.thsn-pricing-table-style-2 .thsn-pricing-table-right-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 204px;          /* set size */
  height: 196px;
  background-image: url("../../images/pricing-ellipse.png");
  background-repeat: no-repeat;
}
.thsn-pricing-table-style-2 .themesion-ptable-heading{
	font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 130px;
    color: #fff;
}
.thsn-pricing-table-style-2 .thsn-pricing-table-featured-col .themesion-ptable-heading{
	color: #fff;
}
.thsn-pricing-table-style-2 .themesion-ptable-price-w{
	font-size: 17px;
    color: #4B535D;
	z-index: 1;
}
.thsn-pricing-table-style-2 .themesion-ptable-price-w *{
	display: inline-block;
	vertical-align: bottom;
}
.thsn-pricing-table-style-2 .themesion-ptable-symbol,
.thsn-pricing-table-style-2 .themesion-ptable-price{
	font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -2.1px;
    color: #484746;
}
.thsn-pricing-table-style-2 .themesion-ptable-symbol{
	color: var(--thsn-dentiq-global-color);
    position: relative;
    top: -25px;
    font-size: 50px;
    line-height: 50px;
}
.thsn-pricing-table-style-2 .thsn-ptable-lines-w{
	padding: 0px 40px 0 0;
	display: grid;
}
.thsn-pricing-table-style-2 .themesion-ptable-right-content {
    align-self: start;
}
.thsn-pricing-table-style-2 .thsn-ptable-line{
	margin: 11px 0;
	color: var(--thsn-dentiq-blackish-color);
}
.thsn-pricing-table-style-2 .thsn-ptable-line-wrapp{ 
	align-self: end;
}
.thsn-pricing-table-style-2 .thsn-ptable-line:last-child {
	margin-bottom: 0;
}
.thsn-pricing-table-style-2 .vc_btn3-container.vc_btn3-inline{
	display: block;
	margin-bottom: 10px;
}
.thsn-pricing-table-style-2 .thsn-ptablebox-main-icon{
	display: block;
}
.thsn-pricing-table-style-2 .thsn-ptable-svg-wrapper,
.thsn-pricing-table-style-2 .thsn-ptable-icon-type-text,
.thsn-pricing-table-style-2 .thsn-ptable-icon-type-icon{
	line-height: 75px;
	font-size: 75px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	fill: #fff;
	position: relative;
}
.thsn-pricing-table-style-2 .thsn-ptable-icon-wrapper svg,
.thsn-pricing-table-style-2 .thsn-ptable-svg-wrapper svg{
	margin-bottom: 8px;
}
.thsn-pricing-table-style-2 .thsn-ptable-line svg,
.thsn-pricing-table-style-2 .thsn-ptable-line i{
	margin-right: 8px;
}
.thsn-pricing-table-style-2 .themesion-ptable-frequency::before{
	content: "/";
	margin: 0 2px;
}
.thsn-pricing-table-style-2 .thsn-pricing-table-box{
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.thsn-pricing-table-style-2 .thsn-ptable-line i{
	color: var(--thsn-dentiq-global-color);
}
.thsn-pricing-table-style-2 .thsn-ptable-line svg{
	fill: var(--thsn-dentiq-global-color);
    width: 13px;
    margin-top: -3px;
}
.thsn-pricing-table-style-2 .themesion-ptable-price {
	color: var(--thsn-dentiq-blackish-color);
}
.thsn-pricing-table-style-2 .themesion-ptable-left-content {
	font-size: 16px;
    color: #E6F0F4;
	font-weight: 400;
}
.thsn-pricing-table-style-2 .thsn-ptable-btn {
    display: block !important;
}
.thsn-pricing-table-style-2 .thsn-ptable-btn a {
	padding: 16px 57px 15px 30px;
	position: relative;
    text-transform: uppercase;
    border-radius: 7px;
    background-color: var(--thsn-dentiq-global-color);
    color: #fff;
    display: inline-block;
    margin: 130px 0 0 0;
	
}
.thsn-pricing-table-style-2 .thsn-ptable-btn a::after {
	content: '\e818';
    font-family: "themesion-base-icons";
    color: #fff;
	right: 30px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    font-size: 18px;
    line-height: 14px;
	transition: transform 0.55s ease;
	display: inline-block;
	font-weight: normal !important;
}
.thsn-pricing-table-style-2 .thsn-ptable-btn a:hover:after {
 	transform: rotate(90deg);
}
.thsn-pricing-table-style-2 .thsn-ptable-btn a:hover {
	background-color: var(--thsn-dentiq-blackish-color);
}
.thsn-pricing-table-style-2 .thsn-pricing-table-box img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	margin-top: -43px;
	margin-bottom: 43px;
}
.thsn-pricing-table-style-2 .thsn-ptablebox-featured-w:not(:empty){
	position: absolute;
	right: 7px;
	top: 7px;
	display: inline-block;
	background: var(--thsn-dentiq-global-color);
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 10px;
	line-height: 14px;
	border-radius: 5px;
}

.thsn-advance-dentiq-demo .thsn-pricing-table-style-2 .thsn-pricing-table-right-area,
.thsn-elementor-bg-color-globalcolor .thsn-pricing-table-style-2 .thsn-pricing-table-right-area,
.thsn-elementor-bg-color-secondary .thsn-pricing-table-style-2 .thsn-pricing-table-right-area,
.thsn-elementor-bg-color-blackish .thsn-pricing-table-style-2 .thsn-pricing-table-right-area,
.thsn-elementor-bg-color-light .thsn-pricing-table-style-2 .thsn-pricing-table-right-area {
	background-color: #fff;
}
.thsn-elementor-bg-color-globalcolor .thsn-pricing-table-style-2 .thsn-pricing-table-left-area {
	background-color: var(--thsn-dentiq-secondary-color);
}
.thsn-elementor-bg-color-blackish .thsn-pricing-table-style-2 .thsn-pricing-table-featured-col .thsn-pricing-table-left-area {
    background-color: var(--thsn-dentiq-global-color) !important;
}
.thsn-elementor-bg-color-blackish .thsn-heading-subheading h4.thsn-element-subtitle,
.thsn-elementor-bg-color-blackish .thsn-heading-subheading .thsn-element-title {
	color: #fff;
}

@media (max-width: 1366px) { 
	.thsn-pricing-table-style-2 .thsn-ptable-cols.row.multi-columns-row {
		padding-left: 40px;
	}
	.thsn-pricing-table-style-2 .thsn-pricing-table-right-area {
		padding: 50px 30px 35px 30px;
	}
	.thsn-pricing-table-style-2 .thsn-ptable-lines-w {
		padding: 0px 20px 0 0;
	}
}
@media (max-width: 1200px) { 
	.thsn-pricing-table-style-2 {
		display: block;
	}
	.thsn-pricing-table-style-2 .thsn-heading-subheading-wrapp {
		width: 100%;
	}
	.thsn-pricing-table-style-2 .thsn-ptable-cols.row.multi-columns-row {
		padding-left: 0;
		margin-top: 50px;
	}
}

@media (max-width: 991px) { 
	.thsn-pricing-table-style-2 .thsn-pricing-table-left-area {
		width: 30%;
		padding: 40px 25px;
	}
	.thsn-pricing-table-style-2 .thsn-pricing-table-right-area {
		width: 70%;
	}
}
@media (max-width: 800px) { 
	.thsn-pricing-table-style-2 .thsn-pricing-table-box {
		display: block !important;
	}
	.thsn-pricing-table-style-2 .thsn-pricing-table-right-area,
	.thsn-pricing-table-style-2 .thsn-pricing-table-left-area {
    	width: 100%;
		margin-bottom: 10px;
	}
	.thsn-pricing-table-style-2 .themesion-ptable-heading {
		padding-top: 40px;
	}
	.thsn-pricing-table-style-2 .thsn-plan-option {
		margin-top: 0;
		display: flex;
	}
	.thsn-pricing-table-style-2 .thsn-ptable-cols.row.multi-columns-row {
        margin-top: 20px;
    }
}

@media (max-width: 767px) { 
	.thsn-pricing-table-style-2 .thsn-pricing-table-right-area {
			padding: 40px 25px 35px 25px;
	}
	.thsn-pricing-table-style-2 .themesion-ptable-symbol, 
	.thsn-pricing-table-style-2 .themesion-ptable-price {
		font-size: 50px;
		line-height: 50px;
	}
	.thsn-pricing-table-style-2 .thsn-ptable-btn a {
		padding: 16px 45px 15px 20px;
		font-size: 13px;
	}
	.thsn-pricing-table-style-2 .thsn-ptable-btn a::after {
		right: 22px;
	}
	.thsn-pricing-table-style-2 .themesion-ptable-symbol {
		top: -20px;
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width: 575px) {
    .thsn-pricing-table-style-2 .thsn-pricing-table-right-area {
        display: block !important;
    }
	.thsn-pricing-table-style-2 .themesion-ptable-price-w {
   		margin-top: 50px;
	}
	.thsn-pricing-table-style-2 .thsn-ptable-btn a {
		margin: 30px 0 0 0;
	}
	.thsn-pricing-table-style-2 .thsn-pricing-table-box {
    	padding-bottom: 0;
	}
}