.pricing-area {
    padding-top: 120px;
    padding-bottom: 80px;
}

.pricing-area  .sidebar-wrapper {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

.pricing-area  .sidebar-wrapper .nice-select {
    padding: 0 20px;
    margin-bottom: 10px;
    width: 100%;
    height: 60px;
    font-size: 1.1rem;
    line-height: 60px;
    background-color: #fff;
    border: 1px solid #dde0e0;
}

.pricing-area  .sidebar-wrapper .nice-select .option.selected {
    font-weight: 500;
}

.pricing-area  .sidebar-wrapper .nice-select:focus {
    border-color: var(--main-color);
}

.pricing-area  .sidebar-wrapper .nice-select::after {
    right: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #999;
    border-right: 3px solid #999;
}

.pricing-area  .sidebar-wrapper .nice-select ul {
    width: 100%;
}

.pricing-area  .sidebar-wrapper .nice-select ul li {
    display: block;
}

.pricing-item {
    margin-bottom: 60px;
}

.pricing-item .pricing-thumb {
    position: relative;
    margin-bottom: 15px;
    height: 220px;
    overflow: hidden;
}

.pricing-item .pricing-thumb img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.pricing-item:hover .pricing-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing-price {
    position: absolute;
    top: -15px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    text-align: center;
    background-color: #fff;
    border: 8px solid var(--minor-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 37, 32, 0.06);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 37, 32, 0.06);
    box-shadow: 0px 10px 30px 0px rgba(0, 37, 32, 0.06);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.25s;
    z-index: 1;
}

.pricing-item:hover .pricing-price {
    background-color: var(--minor-color);
    border-color: #fff;
}

.pricing-price i {
    font-size: 3rem;
    color: var(--main-color);
}

.pricing-item:hover .pricing-price i {
    color: #fff;
}

.pricing-price-inner {
    margin-top: 5px;
}

.pricing-popular {
    top: 18px;
    right: -53px;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: var(--main-color);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pricing-popular span {
    font-size: 0.8125rem;
    text-transform: uppercase;
    color: #fff;
}

.pricing-content {
    position: relative;
    min-height: 242px;
    padding: 60px 25px 40px;
    text-align: center;
    background-color: #fbf7f3;
}

.pricing-content h2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-transform: capitalize;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pricing-content p {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.pricing-content p::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 160px;
    height: 1px;
    background-color: #d7d3cf;
    background-image: linear-gradient(left, #fbf7f3 2%, #d7d3cf 50%, #fbf7f3 98%);
    background-image: -o-linear-gradient(left, #fbf7f3 2%, #d7d3cf 50%, #fbf7f3 98%);
    background-image: -moz-linear-gradient(left, #fbf7f3 2%, #d7d3cf 50%, #fbf7f3 98%);
    background-image: -webkit-linear-gradient(left, #fbf7f3 2%, #d7d3cf 50%, #fbf7f3 98%);
    background-image: -ms-linear-gradient(left, #fbf7f3 2%, #d7d3cf 50%, #fbf7f3 98%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, #fbf7f3), color-stop(0.5, #d7d3cf), color-stop(0.98, #fbf7f3));
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pricing-btn {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pricing-btn a {
    font-size: 1.15rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-item .pricing-thumb {
        height: 172px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-item .pricing-thumb {
        height: 196px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-area {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .pricing-item .pricing-thumb {
        height: auto;
    }
}

@media (max-width: 575px) {
    .pricing-area {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .pricing-item .pricing-thumb {
        height: auto;
    }
    
    .pricing-content {
        padding: 60px 15px 50px;
    }
}

@media (max-width: 480px) {
    .sidebar-wrapper {
        padding: 45px 30px;
        padding-bottom: 30px;
    }
}
