#contact_us input, textarea {
    background: #FFFFFF;
    border: 1.5px solid #E9ECEF;
    box-sizing: border-box;
    border-radius: 24px;
    width: 100%;
    padding: 12px 32px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #000000 !important;
    outline: none;
    min-height: 60px;
}

.text_special--contact {
    visibility: hidden;
    width: 100%;

    font-size: 80%;
    color: #dc3545;
}

.contactus_container {
    justify-content: center;
}

#contact_us form label {
    font-size: 16px;
    line-height: 24px;
    color: #495057;
    padding-top: 10px;
    padding-bottom: 10px;
}

label.form-label span {
    color: var(--danger);
}

#contact_us .contact-decs {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #495057;
    margin-bottom: 20px;
}

.btn_apply_contact {
    border: none;
    background: var(--red-main);
    padding: 15px 50px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 600;
}
