.tablePrice-box {
    height: 700px;
}

.pricing-wrapper {
    display: flex!important;
    padding: 0!important;
    justify-content: center!important;
}

.pricing-wrapper>.pricing-column {
    width: 50%!important;
}

.elementor-price-table .elementor-price-table__header{
    padding: 20px 0 10px!important;
}

.package-description{
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 500;
}
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 50% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 85%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* Could be more or less, depending on screen size */
}

.modal-text {
    font-size: 18px;
    font-weight: 600px;
}


/* The Close Button */

.close {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.elementor-price-table__price {
    color: #fefefe;
}

.elementor-price-table__price .price-rate {
    font-weight: 500;
    font-size: 18px!important;
    color: #aaa;
    text-decoration: line-through;
    margin-bottom: 0;
}

.elementor-price-table__price .price-discount {
    font-weight: 700;
    color: #fefefe!important;
    font-size: 34px!important;
    margin-left: 20px;
    margin-bottom: 0;
}

.special-offer__btn{
    width: 100%!important;
    position: absolute!important;
    bottom: 10px!important;
    left: 0!important;
    margin: 0 auto!important;
}

@media screen and (max-width: 1063px) {
    .tablePrice-box {
        height: 680px;
    }
    .pricing-wrapper .pricing-column {
        width: 33.33%!important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 912px) {
    .tablePrice-box {
        height: 620px;
    }
}

@media screen and (max-width: 911px) and (min-width: 620px) {
    .tablePrice-box {
        height: 634px;
    }
    .pricing-wrapper .pricing-column {
        width: 50%!important;
    }
}

@media screen and (max-width: 619px) and (min-width: 525px) {
    .tablePrice-box {
        height: 600px;
    }
    .pricing-wrapper .pricing-column {
        width: 50%!important;
    }
}

@media screen and (max-width: 524px) and (min-width: 329px) {
    .tablePrice-box {
        height: 623px;
    }
    .pricing-wrapper .pricing-column {
        width: 100%!important;
    }
}

@media screen and (max-width: 328px) {
    .tablePrice-box {
        height: 623px;
    }
    .pricing-wrapper .pricing-column {
        width: 100%!important;
    }
}