
.form .form-label {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 8px;
    display: block;
}

.form .form-control {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: initial;
    font-size: 18px;
}

.form input.form-control {
    height: 56px;
}

.form textarea.form-control {
    padding-top: 16px;
    padding-bottom: 16px;
}

.file-upload {
    width: 204px;
}

.file-upload label .icon {
    margin-left: 12px;
}

.file-upload label {
    cursor: pointer;
    font-size: 18px;
    color: #666666;
    width: 100%;
    border: 1px solid #CCCCCC;
    width: 100%;
    border-radius: 8px !important;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}

.file-upload label:hover {
    border-color: #1B4580;
    color: #1B4580;
}

.remove-file-btn {
    line-height: 0;
    width: 16px;
    height: 16px;
    font-size: 16px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.select-title {
    margin-right: 30px;
}


.form .form-select {
    border: 1px solid #CCCCCC;
    color: #666666;
    background-color: #fff;
    border-radius: 8px;
    font-size: 18px;
    padding: 0;
    height: 56px;
    line-height: 56px;
}

.form .form-select {
    padding-left: 15px;
    padding-right: 56px;
    background-image: url(../img/icons/drop-form.svg);

}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

@media (max-width: 1199px) {
    .select-title {
        margin-right: 0px;
    }
}

@media (max-width: 480px) {
    .file-upload {
        width: 100%;
    }

.form .form-label {
    font-size: 18px;
    margin-bottom: 6px;
}
}
@media (min-width: 767px) {
    .section--contact form {
        margin-bottom: 60px;
    }
    .section--contact form .mb-5 {
        margin-bottom: 32px !important;
    }
}

