.nmba-survey h3 {
    font-size: 29px !important;
}
.nmba-survey .nmja-block-q,
.nmba-survey .nmja-survey-complete-massage,
.nmba-survey .nmja-nav-save-download
{
    display: none;
}

.nmja-canvas {
    width: 660px;
    height: 330px;
}

.nmja-survey-progress-bar {
    width: 100%;
}

.survey-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    font-family: Montserrat,sans-serif;
    border-color: #009fe3;
    background-color: #009fe3 !important;
    margin: 2px;
    transition: .3s;
    text-decoration: none !important;
    color: white !important;
}

.survey-btn.checked {
    background-color: #333 !important;
    color: white !important;
    border-color: #009fe3;
}

.survey-btn:hover {
    background-color: #777 !important;
    color: white !important;
    border-color: #009fe3;
}
.survey-btn:active, .survey-btn:focus {
    border-color: #009fe3;
}

progress::-webkit-progress-value {
    background-color: #009fe3 !important;
}
.survey-agree-scale {
    height: 50px;
}
.survey-agree-scale .agree {
    float: right !important;
    padding: 20px;
}
.survey-agree-scale .disagree {
    float: left !important;
    padding: 20px;
}
.nmja-survey-navigations {
    padding-top: 15px;
    padding-bottom: 15px;
}
.radio-question-block {
    display: inline-block;
    text-align: left !important:
}
.radio-question-block label{
    float: left:
}

.nmba-survey input[type="text"],
.nmba-survey input[type="number"],
.nmba-survey input[type="email"] {
    width: 300px;
}

.nmba-survey {
    text-align: center;
}
.radio-question-block {
    width: 300px;
    text-align: left;
}

.nmba-survey select {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    color: #595959;
    font-size: .9333em;
    line-height: normal;
    padding: 9px 13px 10px;
}
