.shm-pricing {
    position: relative;
    padding: 25px;
    border-radius: 1em;
    box-shadow: inset 0 0 0 2px rgb(66 133 156 / 12%);
    background-color: #47beb91c;
}
.shm-pricing-top,.shm-pricing-bottom{
    width: 100% !important;
}
.shm-pricing-price {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.25
}
.shm-pricing-price-symbol {
    align-items: center;
    font-size: 24px;
    font-weight: 500
}
.shm-pricing-price-number{
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}
.shm-price-top {
    align-items: center;
    font-size: 15px;
    text-align: center;
    margin-bottom: 21px;
}
.shm-price-plan-name {
    font-size: 22px;
    line-height: 1.2380952381;
}
.text-gray{
    color:#58687d!important
}

.shm-pricing-bottom ul {
    padding-left: 0;
    transition: 0.4s ease-in-out;
}

.shm-pricing-bottom ul li {
    font-size: var(--body-font-size);
    line-height: 40px;
    letter-spacing: 0.3px;
    color: #5B6880;
    list-style: none;
}
.btn-extra-small {
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px !important;
}

.plan_list {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -o-object-fit: fill;
    object-fit: fill
}
.plan_item {
    min-width: auto;
    opacity: .65;
}
.plan_item.active{
    opacity: 1;
}
.pricing-slider.ui-widget.ui-widget-content {
    width: 90%;
    margin: 5px auto 7px;
    height: 8px;
    padding-bottom: 0;
    -webkit-appearance: none;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}
.pricing-slider .ui-slider-handle {
    border-color: #2c7be5;
    border-radius: 100%;
    cursor: grab;
    background: #01358D;
    top: -.4rem;
}
.pricing-slider .ui-slider-handle.ui-state-focus {
    outline: none;
}
.pricing-slider .ui-slider-handle.ui-state-active {
    background: #e63757;
    border: 1px solid #fff;
}
