.text-justify {
    text-align: justify;
}

.main-banner .banner-content p {
    color: #000000;
}

p {
    color: #000000;
}

.pricing-features-details {
    height: 300px;
}

.cursor-pointer {
    cursor: pointer;
}

.theme-light .modal-content {
    color: black;
}

.theme-dark .modal-content {
    background-color: #222222;
    color: white;
}

.theme-dark .alert-danger-custom {
    color: #ff5740!important;
}

.alert-danger-custom {
    font-size: 14px;
    font-weight: 800;
}