.plane{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plane .btnOrder{
    background: forestgreen;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    width: 70%;
    font-size: .9rem;
}
.prices{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.value_old_price::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e91e63;
    position: absolute;
    top: 5px;
    transform: rotate(-15deg);
}
.value_price {
    height: 27px;
}
.value_price {
    font-weight: 1000;
}
.value_old_price {
    color: #607d8b !important;
    margin: 0;
    padding: 0;
    line-height: 1rem !important;
    font-weight: 700 !important;
    position: relative;
}
.dark .value_old_price{
    color: #b3b3b3 !important;
}
.dark .value_price{
    color: #fff
}
.dark .currency{
    color: #fff
}
.currency {
    width: 45px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.4;
    text-align: right;
}
.currency .yearly {
    display: block;
    color: #e91e63;
    font-weight: 700;
}
#plan_prices.fixed {
    position: fixed;
    top: 58px;
    width: 1270px;
    background: #fff;
    z-index: 39;
    border: solid 1px #ddd;
    margin: 0;
    padding-top: 10px;
}
#plan_prices.fixed .container{
    padding: 0;
}
.plan-name {
    font-weight: 1000;
    font-size: .8rem;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.badge {
    color: #263238;
    font-size: .75rem;
    display: inline-block;
    line-height: 1.55;
}
.badge.bg-boronz {
    color: rgba(191,137,112,1);
}
.badge.bg-silver {
    color: rgb(153, 153, 153);;
}
.badge.bg-gold {
    color: rgba(187,153,58,1);
}
.rounded-pill {
    border-radius: 50rem !important;
}
.feather{
    height: 56px;
    overflow: hidden;
    transition: all .3s;
    border: 1px solid #eee;
    border-radius: 15px;

}
.dark .feather{
    border: 1px solid #1d466f;
}
.feather.open{
    height: auto;
}
.feather.open .feather-h2 {
    border-radius: 10px 10px 0 0;
}
.feather-h2 {
    border-radius: 10px ;
    display: flex;
    justify-content: space-between;
}

.feather-h2 svg{
    width: 15px;
    transition: all .3s;
}
.feather.open .feather-h2 svg{
    transform: rotate(180deg);
}

.feather-item {
    background: #fff;
}

.feather-item:nth-child(even) {
    background: #f7f7f7;
}
.feather-item svg{
    width: 23px;
    height: 23px;
}
.pricecontainer .currency{
    white-space: nowrap;
}
.dark .dark\:fillwhite{
    fill: #fff;
}

.dark .feather-item{

    background: #1b344d;
}
.dark .feather-item:nth-child(even) {
    background: #27394b;
}
.dark .feather.open{
    height: auto;
}
.dark .feather-h2 {
    border: none;
}
.feather .feather-item:last-child{
    border-radius: 0 0 10px 10px ;
}
#plan_price .price{
    display: flex;
    flex-direction: column;
}
#plan_prices.fixed{
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: -3px 5px 11px -6px rgba(0,0,0,0.46);
    box-shadow: -3px 5px 11px -6px rgba(0,0,0,0.46);
    right: 0;
}
.dark #plan_prices.fixed{

    background: rgba(14, 35, 56, var(--tw-bg-opacity)) !important;;

   border:none
}
.gform_button{
    background: #000;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    font-size: .7rem;
    margin-top: 5px !important;
}
.gform_validation_errors{
    display: none!important;
}
@media (max-width: 767px) {
    .plane .btnOrder{
        font-size: .75rem;
    }
    .pricecontainer .currency{
        font-size: .55rem;
    }
    .feather-item {
        font-size: .8rem;
    }

    .feather-item svg{
        width: 18px;
        height: 18px;
    }
    #plan_prices div.plan{
        width: 33.333333%!important;
    }

    #plan_prices div.noplan{
        width: 0px!important;
    }
    .sb-title{
        display: flex;
        justify-content: center;
    }
}
