body#contact {
    line-height: 1.5;
    font-family: "DINPro-Regular";
}

body#contact header .navbar-brand img {
    vertical-align: middle;
}

body#contact main .container {
    background-color: rgb(242, 242, 242);
    margin: 4rem auto 0 auto;
    box-shadow: 0px 2px 5px 0px #eee;
}

body#contact main .title {
    font-family: "din_pro_bold";
}

body#contact main .title:after {
    display: none;
}

body#contact main h4.fill {
    color: rgb(118, 209, 203);
    font-family: "din_pro_bold";
}

body#contact main #msi_form {
    max-width: 960px;
    background-color: white;
    margin: auto;
    padding: 1rem 2rem;
}

/* form */
#msi_form h3:first-child {
    color: rgb(118, 209, 203);
    padding: 1rem 0 2rem 0 !important;
}

.question-group:not(.checkSty) {
    width: 100%;
    padding: 10px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.5em;
}

.question-group h6 {
    width: 25%;
    color: #222;
    font-size: 15px !important;
    text-align: left;
    padding-right: 10px;
    font-weight: bold;
}

span.star {
    color: rgba(118, 209, 203, 1);
}

.question_item {
    width: 100%;
}

input.question-control {
    background: #fff;
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    color: #2c2c2d;
}

.question-group:nth-child(11),
.question-group:nth-child(12) {
    padding: 20px 15px 5px 15px;
    margin: 0 auto;
    display: block;
    background-color: #f2f5f7;
    width: 100%;
    display: flex;
    text-align: left;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 15px;
}

.question-group a.bt-ltbox {
    color: rgba(118, 209, 203, 1);
    border-bottom: none;
    margin-left: 0 !important;
}

.question-group a.bt-ltbox:hover {
    color: rgba(118, 209, 203, .95);
    border-bottom: none;
    opacity: .85;
}

.question-group button.btn-submit {
    background-color: rgb(118, 209, 203);
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
}

.question-group button.btn-submit:hover {
    background-color: rgba(118, 209, 203, .85);
}

/* modal */
#terms .ltwp .ltbox {
    background-clip: padding-box;
    max-width: 1000px;
    padding: 15px 30px;
    border: none;
    border-radius: 15px;
    margin: 1rem auto;
    line-height: 1.5rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    text-align: justify;
}

#terms .ltwp .ltbox h2,
#terms .ltwp .ltbox h4 {
    font-weight: bold;
}

#terms .ltwp .ltbox h2:after {
    display: none;
}

#terms .ltwp .ltbox a {
    color: rgba(118, 209, 203, 1);
    border-bottom: none;
}

#terms .ltwp .ltbox ol {
    margin-left: 5%;
}

#terms .ltwp .ltbox .btclose button {
    background-color: rgb(118, 209, 203);
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
}

#terms .ltwp .ltbox .btclose button:hover {
    background: rgba(118, 209, 203, .85);
}