
.contact-us .title {
    font-weight: bold;
}
.contact-us .description {
    font-size: 1.1rem;
}
.contact-us .social .address a,
.contact-us .social .phone a,
.contact-us .social .email a {
    width: 100px;
    display: inline-flex;
    font-weight: bold;
    margin-bottom: .8rem;
    color: var(--color-grey);
}
.contact-us .map iframe {
    width: 100%;
}

.contact-us form .form-control {
    margin-bottom: 1rem;
    background-color: var(--color-grey-1);
}
.contact-us form .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
.contact-us form .form-control label {
    font-weight: bold;
}
.contact-us form .btn {
    color: var(--color-back-1);
    background-color: var(--color-yellow-1);
}
.contact-us .alert-message {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: var(--color-yellow-1);
}

.contact-us .form-control.error {
    border-color: var(--color-red-1);
}
.contact-us label.error {
    display: none !important;
}