
.pricing ul {
    padding: 0;
    list-style: none
}

.pricing .unit {
    position: relative;
    display: inline-block;
    min-width: 251px;
    max-width: 306px;
    text-align: center;
    border-radius: 4px
}

.pricing .unit .sm-box {
    max-width: 286px
}

.pricing .unit.active {
    top: 5px;
    z-index: 1;
    margin-right: -15px;
    margin-left: -15px;
    box-shadow: 0 0 8px rgba(0,0,0,.6)
}

@media screen and (max-width: 991px) {
    .pricing .unit {
        min-width:247px
    }

    .pricing .unit.pricing .unit.active {
        margin-right: -14px;
        margin-left: -47px
    }
}

@media screen and (max-width: 767px) {
    .pricing .unit {
        display:block;
        margin-bottom: 20px
    }

    .pricing .unit.active {
        top: 0;
        margin-right: 0;
        margin-left: 0
    }

    .pricing .unit.active .price-title h3 {
        font-size: 45px
    }

    h1 {
        font-size: 2.4rem
    }

    h2 {
        font-size: 2.2rem
    }

    h3 {
        font-size: 2rem
    }
}


.pricing .fa-solid { 
    font-weight: 900;
}


.pricing .price-title {
    padding: 20px 18px 10px;
    font-size: 1.3em;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing .price-title p { 
    color: #fff;
}

.pricing .price-title h3,.pricing .price-title h3>p {
    margin: 0
}

.pricing .price-title h3 {
    font-size: 45px;
    font-weight: 500;
}

.pricing .unit.price-success .price-title h3 {
    font-size: 54px
}

.pricing .price-body {
    padding: 20px 18px 10px
}

.pricing .price-body ul {
    padding-top: 10px
}

.pricing .price-body li {
    margin-bottom: 10px;
    color: #424242;
}

.pricing .price-body h4 {
    margin: 0;
    color: #424242;
}

.pricing .price-foot {
    padding: 20px;
    background-color: #e6e9ed;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.pricing .price-primary .price-title {
    background-color: #4fc1e9
}

.pricing .price-primary .price-body {
    background-color: #d7f1fa
}

.pricing .price-primary .price-body ul {
    border-top: 1px solid #aae1f4
}

.pricing .price-success .price-title {
    background-color: #a0d468
}

.pricing .price-success .price-body {
    background-color: #ebf6df
}

.pricing .price-success .price-body ul {
    border-top: 1px solid #d2ebb7
}

.pricing .price-warning .price-title {
    background-color: #ffce54
}

.pricing .price-warning .price-body {
    background-color: #fffaed
}

.pricing .price-warning .price-body ul {
    border-top: 1px solid #ffebba
}

.pricing .price-practice .price-title {
    background-color: #686ad4
}

.pricing .price-practice .price-body {
    background-color: #f1f1fb
}

.pricing .price-practice .price-body ul {
    border-top: 1px solid #d2d2f2
}

.btn-practice {
    color: #fff!important;
    background-color: #686ad4!important;
    border-color: #494ccb!important
}

.btn-practice:hover,.btn-practice:focus {
    color: #fff!important;
    background-color: #5456ce!important;
    border-color: #4043c9!important
}

.pricing .plan-ribbon-wrapper {
    height: 85px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px
}

.pricing .plan-ribbon {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #da4453;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: -10px;
    padding: 6px 0;
    position: relative;
    text-align: center;
    top: 12px;
    transform: rotate(45deg);
    width: 133px
}

.pricing .plan-ribbon:before {
    left: 0
}

.pricing .plan-ribbon:before,.plan-ribbon:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute
}

.pricing .plan-ribbon:after {
    right: 0
}

.buttons-info a{ 
    font-size: 12px !important;
}

.buttons-info i{ 
    margin-right: 5px !important;
}
.pricing > ul { 
    display: flex;
    gap: 10px;
}
@media (max-width: 1024px) { 
    .pricing > ul { 
        display: flex;
        gap: 10px;
    }
}


@media (max-width: 580px) { 
    .pricing > ul { 
        flex-direction: column;
    }
}