.vjcu_modal_container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: grid;
    align-items: flex-end;
    overflow: hidden;
    transition: all .3s;
    z-index: 9999999999;
    visibility: hidden;
    opacity: 0;
}

.vjcu_modal_header_wrapper {
    height: 84px;
    background: #c01f51;
}

.vjcu_modal_header_wrapper .vjcu_modal_close i {
    cursor: pointer;
    font-size: 24px;
    color: white;
    float: right;
    margin: 15px;
}

.vjcu_modal_title {
    font-size: 20px;
    margin-top: 45px;
}

.vjcu_modal_button_wrapper {
    margin-top: 25px;
}

.vjcu_modal_button_wrapper a {
    padding: 10px 20px;
    background: #c01f51;
    color: white;
    border-radius: 6px;
}

.vjcu_modal_content_wrapper {
    padding: 0 70px;
}

.vjcu_modal_button_wrapper a:hover {
    color: white;
}

.vjcu_modal_content {
    margin: auto;
    position: relative;
    background-color: #fff;
    text-align: center;
    border-radius: 1rem;
    transition: all .3s;
    overflow: auto;
    scrollbar-width: thin !important;
}

.vjcu_show_modal {
    visibility: visible;
    opacity: 1;
}

.vjcu_modal_close {
    cursor: pointer;
}

.iscu_modal_content_icon lottie-player {
    margin: -50px auto;
}

.pack-unit .pack-listing {
	height: 285px;
}

@media screen and (min-width: 576px) {
    .vjcu_modal_content {
        width: 475px;
        max-height: 90vh;
        border-radius: 10px;
        height: 260px;
    }
}

@media screen and (max-width: 576px) {

    .vjcu_modal_content {
        width: 90%;
        height: 260px;
    }
}

.vjcu_buy_contact h2 {
    font-weight: 500 !important;
    cursor: pointer;
}