.website-ws-list a {
    padding-left: 12px;
}
.contact-list {
    display: grid;
}

.link-list a {
    padding-left: 10px;
}

.group-form {
    margin-bottom: 20px;
}

.group-form label {
    width: 225px;
    text-align: right;
    margin-right: 20px;
}
.group-form input, .group-form select, .group-form textarea {
    width: 100%;
    box-sizing: border-box;
}
.group-form .group-message {
    width: 100%;
}
.group-form input[type="file"] {
    padding-left: 0;
    background: #efefef;
    border: 1px solid #efefef;
}
.btn-wrap {
    text-align: center;
}

.btn-confirm:hover {
    background: #fff;
    color: #0ea2d3;
    text-decoration: none;
    border: 1px solid #0ea2d3;
}
.btn {
    width: 200px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    cursor: pointer;
    border-radius: none;
}
.btn-confirm {
    background: #0ea2d3;
    color: #fff;
    border: 1px solid #0ea2d3;
}
.form-control {
    color: #5d5d5d;
    font-size: 16px;
    background: #fff;
    border: 1px solid #fff;
    height: 38px;
    width: 100%;
    vertical-align: middle;
    padding: 0 10px;
}
#message {
    height: auto;
    padding: 10px;
}
.disabled {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.disabled:hover {
    background-color: #fff;
    color: #777;
    border-color: #ddd;
}

#subject_id {
    display: none;
}

.response-text {
    background: #fff;
    padding: 10px;
}

@media only screen and (max-width: 920px) {
    .contact-form {
        width: 100%;
    }
    .group-form {
        display: block;
    }
    .btn {
        width: 150px;
        border-radius: 0px;
        border: 0px;
    }
    select {
        background: #fff;
        border: 1px solid #5d5d5d;
        color: #5d5d5d;
        font-size: 16px;
        height: 38px;
        width: 100%;
    }

    #contact .contact-form input, #contact .contact-form select, #contact .contact-form textarea {
        background: #fff;
        border: 1px solid #5d5d5d;
        color: #5d5d5d;
    }

    #contact .contact-form input[type="file"] {
        border: none;
    }

    .disabled {
        border: 1px solid #5d5d5d;
    }

    #contact .box_form textarea {
        width: 100%;
        font-size: inherit;
    }
}