.contact-text {
    font-family: 'Prompt_Light';
}

::placeholder {
    font-family: 'Prompt_Light';
}

.contact-address {
    margin-bottom: 10px;
}

.contact-address .contact-icon img {
    font-size: 17px;
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 0;
}

.noti {
    color: var(--primary-color);
    font-size: 14px;
    font-family: 'Prompt_Light';
    margin-bottom: 7px;
    width: 100%;
    float: left;
    padding-left: 4px;
}

#form1,
#form2,
#form3,
#form4 {
    margin-bottom: 30px;
}

.noti {
    display: none;
}

.col-md-6 {
    width: 100%;
}