.pricing_table{margin:0px 0px 50px;}
.pricing_table table{width:100%;}
.pricing_table table thead{}
.pricing_table table thead tr th{background-color: var(--brand-color);padding: 10px 12px;font-size:16px;line-height:21px;color:#fff;border: 2px solid #fff;}
.pricing_table table thead tr th:first-child{border-left:0px;}
.pricing_table table thead tr th:last-child{border-right:0px;}
.pricing_table table tbody tr td{padding: 10px 12px;font-size:14px;line-height:18px;color: var(--text-color);border: 1px solid var(--text-color);}
.pricing__wrapper .proceed_btn{text-align:center;position: sticky;bottom: 0;width: 100%;z-index: 9999;}
.pricing__wrapper .proceed_btn a{color: #fff;font-size:16px;line-height:21px;display:block;}
.pricing__wrapper .pricing__item-content ul.pricing__list li span.price_txt{display: inline-flex;width: calc(100% - 30px);margin: 0px;justify-content:space-between;align-items: center;gap: 8px;}
.pricing__wrapper .pricing__item-content ul.pricing__list li small{padding-left:28px;}