.mobile-modal {
    display: none;
}
@media (max-width: 992px) {
    .mobile-modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-clip: padding-box;
        outline: 0;
    }
    .mobile-modal-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0px 15px 25px 15px;
    }
    .mobile-modal-header h1 {
        font-size: 24px !important;
    }
    .mobile-modal-body {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 15px;
        background-color: #fff;
    }
    #mobile-time-modal[style*="block"]~.mobile-footer,
    #mobile-future-billing-modal[style*="block"]~.mobile-footer, 
    #new-message-mobile[style*="block"]~.mobile-footer {
        margin-bottom: 140px;
    }
    #new-case-note-mobile[style*="block"]~.mobile-footer {
        margin-bottom: 140px;
    }
    .asterisk {
        color: red;
    }
    .submit-row {
        position: fixed;
        bottom: 80px;
        width: 100%;
        z-index: 3;
    }
    .btn.btn-primary {
        min-width: 70%;
    }
    form#new-reply-form button[type="button"]{
        margin: 5px;
    }
    form#new-reply-form input[type="submit"]{
        float: left;
        margin-left: 0px !important;
    }
    #mobile-time-modal .review-step.step-2 th:nth-child(3),
    #mobile-session-information-modal .review-step.step-2 th:nth-child(3)
    {
        display: none;
    }
    #mobile-time-modal .review-step.step-2 td:nth-child(3),
    #mobile-session-information-modal .review-step.step-2 td:nth-child(3) 
    {
        display: none;
    }
}