.recommended {
    display: none;
}
.recommended-active .recommended {
    display: inline-block;
    position: absolute;
    top: -16px;
    padding: 7px 15px;
    left: 50%;
    transform: translateX(-50%);
}
.pricing-models-wrap {
    position: relative;
    padding: 50px 10px 35px;
    border: 1px solid #979797;
    transition: all 0.3s ease-in-out;
}
.pricing-models-wrap:hover {
    border: 1px solid #EE2F32;
}
.pricing-models_title {
    height: 130px;
    width: 100% !important;
}
.pricing-models_intro_title {
    padding: 20px 0;
    position: relative;
    margin-bottom: 40px;
}
.pricing-models_intro_title span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
.pricing-models_intro_title::before {
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    top: 0;
    left: -15px;
    z-index: -1;
    display: inline-block;
    position: absolute;
    background-color: #000000;
}
.pricing-models_listing-wrap {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    padding-bottom: 70px;
}
.pricing-models_listing {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.pricing-models_listing::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 20px;
    height: 1px;
    background-color: #5A5A5A;
    transition: all 0.3s ease-in-out;
}
.pricing-models_listing::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 1px;
    height: 19px;
    background-color: #5A5A5A;
    transition: all 0.3s ease-in-out;
}
.pricing-models-wrap:hover .pricing-models_listing::after, .pricing-models-wrap:hover .pricing-models_listing::before {
    background-color: #EE2F32;
}
.price-button-wrapper {
    padding: 0 15px;
    position: absolute;
    width: calc(100% - 20px);
    bottom: 35px;
}
.price-button-wrap {
    display: inline-block;
    padding: 12px 47px;
    width: 100%;
    border: 1px solid #ED2124;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.price-button-wrap:hover, .recommended-active .price-button-wrap {
    background-color: #ED2124;
}
.price-button-wrap:hover a, .recommended-active .price-button-wrap a {
    color: #ffffff !important;
}