.new-pricing-table {
    width: 100%;
    /* margin-top: 10%; */
    border-spacing: 0;
/*     margin-bottom: 10%; */
}
.new-pricing-table thead tr {
    height: 40px;
}

.new-pricing-table td, .new-pricing-table th, .new-pricing-table tr {
    border: 1px solid #dee5ea;
}
.new-pricing-table .price-header.price-header-noborder {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.new-pricing-table .price-header.price-header-noborder-bottom {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #dee5ea;
}
.new-pricing-table .price-header {
    width: 478px;
    text-align: center;
}

.new-pricing-table th {
    padding: 10px 16px;
    color: #8a99a4;
    font-size: 14px;
    min-width: 160px;
    font-weight: lighter;
}
.new-pricing-table th h5
{
    font-weight: bold;
    color: #5a5a5a;
}
.new-pricing-table .pricing-table-price {
    height: 88px;
}
.new-pricing-table .pricing-table-value {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
    color: #323b43;
    font-weight: 600;
}
.new-pricing-table .monthly-price {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #323b43;
}
.pricing-table-price-cell {
    position: relative;
}
.new-pricing-table .pricing-social-networks {
    padding-top: 8px;
}
.new-pricing-table td.height-normal, .new-pricing-table th.height-normal, .new-pricing-table tr.height-normal {
    height: 40px;
}
.circle, .plans-mobile, tr>td {
    text-align: center;
     /*    padding-top: 10px; */
}
.row.description, .row.description h5, thead {
    text-align: center;
}
.new-pricing-table h4 {
    font-size: 16px;
    line-height: 20px;
    color: #323b43;
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.new-pricing-table .price-header.price-header-cta h4 {
    margin-top: -15px;
}
p {
    line-height: 1.7;
    margin: 15px 0;
}
.new-pricing-table .price-header.price-header-cta p {
    margin-top: -15px;
    padding-bottom: 15px;
    font-size: 12px;
    text-align: center;
}
.price-header-cta .cta-button-outline, .price-header-cta .cta-button-outline {
    background: 0 0;
    border: 1px solid #ff2c55;
    color: #ff2c55 !important;
    width: 139px;
    height: 32px;
    border-radius: 18px;
    padding: 5px 15px;
    cursor: pointer;
}
.price-header-cta .cta-button-filled, .price-header-cta .cta-button-filled {
    background: #ff2c55;
    border: 1px solid #ff2c55;
    width: 139px;
    height: 32px;
    border-radius: 18px;
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
}
.new-pricing-table .checkbox-icon {
    background: url("../images/ic-tick.svg") center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 3px;
}
.new-pricing-table .close-icon {
    background: url("../images/close.png") center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 3px;
}
.height-large .checkbox-icon
{
	position: relative;
    top: -4px;
}
.new-pricing-table .price-header.price-header-cta {
    height: 150px;
}
.new-pricing-table td {
    min-width: 160px;
}
.new-pricing-table td p {
    text-align:center; 
}
.new-pricing-table td.height-large, .new-pricing-table th.height-large, .new-pricing-table tr.height-large {
    height: 45px;
}
.green-text
{
    color: #6bb210 !important;
}
.pink-text
{
    color: #ff2c55 !important;
}
.greenbg
{
    background: #dfffb7 !important;
    color: #585858 !important;
}
.blue-bg
{
    background: #ebfdfd;
}
.orange-bg
{
    background: #fbe6cb;
}