@charset "utf-8";
/* CSS Document */

.modal,
.modal * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.modal-header,
.modal-footer {
    border: none!important
}

.modal-body:first-child {
    font-weight: 700
}

.modal-body {
    padding: 20px 40px;
    font-size: 16px!important;
    line-height: 1.2em!important;
    text-align: center!important
}

.modal {
    font-family: lato, sans-serif
}

.modal-body img {
    margin-top: -35px;
    margin-bottom: 25px;
    max-width: 60%
}

.modal-body p {
    margin-bottom: 5px!important;
    font-size: 16px!important;
    line-height: 1.4em!important
}

.modal-body>p.bg-text {
    background: #eee;
    padding: 10px
}

.modal-body h4 {
    color: red!important;
    text-align: center!important;
    font-size: 300%!important;
    font-weight: 700!important;
    text-align: center!important
}

.modal-body h5 {
    margin-top: 0!important;
    margin-bottom: 5px!important;
    text-align: center!important;
    font-weight: 700!important;
    line-height: 1.25;
    font-size: 24px!important;
    color: #333!important
}

.modal-footer .btn {
    text-align: center;
    border: none
}

.modal-footer {
    display: table
}

#step .modal-body *,
#step .modal-body {
    font-family: lato, sans-serif!important
}

#step .modal-footer {
    display: block
}

.modal-footer .btns {
    width: 50%;
    background: 0 0;
    border: none
}

@-moz-document url-prefix() {
    .modal-footer .btns {
        width: 49%
    }
}

#step .modal-body {
    padding-bottom: 15px
}

#step .modal-body h5 {
    margin-bottom: 0!important
}

.modal-body .dollar-img {
    max-width: 90%;
    margin-top: 10px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5)
}

@media(max-width:992px) {
    .modal-body p {
        margin-bottom: 4px!important;
        font-size: 15px!important;
        line-height: 1.2em!important
    }
    .modal-body h5 {
        font-size: 16px!important;
        margin-bottom: 5px;
        line-height: 1.2
    }
}

