.em-form-title {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}

.em-form-title-2 {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

.em-form-control {
    margin-bottom: 20px;
}


.em-form-inputs {}

.em-form-inputs,
.em-form-inputs:focus {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    border-right: 0 !important;
    border-left: 0 !important;
    border-width: 2px !important;
    border-top: 0 !important;
    color: #000000;
    border-color: #000000;
    outline: 0;
}


.bg-black .em-form-inputs,
.bg-black .em-form-inputs:focus {
    color: #ffffff;
    border-color: #ffffff;
}

.em-form-inputs .error ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

.em-form-inputs .error :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

.em-form-inputs .error ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.em-form-inputs::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */
}

.em-form-inputs:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

.em-form-inputs::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}


.em-form-textarea {}

.em-form-textarea,
.em-form-textarea:focus {
    background-color: #F8F8F8;
    color: #000000;
    border-width: 0px !important;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.em-form-textarea .error ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

.em-form-textarea .error :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

.em-form-textarea .error ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.em-form-textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */
}

.em-form-textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

.em-form-textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.25em + 1.4375rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}

.custom-file-label {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    border-color: #000000;
    outline: 0;
    position: absolute;
    top: 0;
    left: 15px;
    width: 200px;
    z-index: 1;
    height: 40px;
    padding: 14px 0px 0px 14px;
    overflow: hidden;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.25em + 1.4375rem);
    padding: 0.71875rem 1.25rem;
    line-height: 1.25;
    color: #000000;
    font-family: 'FontAwesome';
    /* intentionally no fallback */
    content: '\f0d8';
    background-color: #ffffff;
    border-left: inherit;
    border-radius: 0 0 0 0;
}


.em-result-form-welcome {
    margin-top: 28px;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

.em-result-form-title {
    font-family: 'Poppins Semi-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}

.em-result-form-button {
    margin-top: 20px;
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: inherit;
}

.em-container-result-form {
    background: #F8F8F8;
    text-align: center;
    padding: 100px
}

.em-container-3d-project {
    width: 65%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .em-container-result-form {
        background: #F8F8F8;
        text-align: center;
        padding: 10px;
        width: 90%;
    }

    .em-container-3d-project {
        width: 100%;
    }
}