/*****************************************************************************/

@media (max-width: 480px) {
    .modal-header > div > h5 {
        font-size: 20px !important;
        line-height: 24px;
    }

    .modal-body {
        font-size: 16px !important;
        line-height: 16px;
    }

    .modal-footer > button {
        font-size: 14px !important;
        line-height: 17px;
    }
}

@media (min-width: 481px) {
    .modal-header > div > h5 {
        font-size: 27px !important;
        line-height: 29px;
    }

    .modal-body {
        font-size: 18px !important;
        line-height: 20px;
    }

    .modal-footer > button {
        font-size: 16px !important;
    }
}

.modal-content {
    padding: 25px;
    border: 0 !important;
}

.modal-header {
    padding: 0px;
    margin-bottom: 12px;
    border-bottom: 0px !important;
}

    .modal-header > div {
        padding: 0px;
    }

        .modal-header > div > h5 {
            font-family: Roboto-Bold !important;
            color: #2a2a3c;
        }

.modal-body {
    font-family: Roboto-Regular !important;
    margin-bottom: 17px;
    color: #757575;
    padding: 0px;
}

    .modal-body  a {
        color: #019df4;
    }

    .modal-body > div > p {
        margin-bottom: 12px !important;
    }

.modal-footer {
    padding: 0px;
    border-top: 0px !important;
}

    .modal-footer > button {
        font-family: Roboto-Regular !important;
        margin: 0px !important;
        padding: 0px !important;
        border: 0px !important;
    }
