.request-proposal {
    padding-top: 10.2rem;
    background-color: var(--theme-color1);
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}

.breadcrumbs ul li svg {
    width: 10px;
    fill: #fff;
}

.request-proposal .desc h1 {
    font-size: 1.75rem;
    line-height: 1.2em;
    font-weight: 100;
}

.request-proposal .desc h2 {
    font-size: 2.125rem;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    font-weight: 100;
}

.request-proposal-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-info {
    /* width: 50%; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    margin-bottom: 10px;
    background: #F2F3F6;
}

.new-form-control {
    margin-bottom: 1rem;
}

.heading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5em;
}

.new-form-control label {
    display: block;
    font-size: 1rem;
    line-height: 1.2em;
    margin-left: 0;
    margin-bottom: 6px;
    color: #4b5563;
}

.new-form-control p {
    color: #000;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 100;
    letter-spacing: .04em;
    padding: 10px;
}

.new-form-control input,
.new-form-control select,
.new-form-control textarea {
    /* height: 44px; */
    padding: 10px 14px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    font-size: 1rem;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .04em;
    color: #111827;
    width: 100%;
}

.light-gray-bg {
    background-color: rgb(230, 230, 230);
}

.sub-heading {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 100;
    letter-spacing: .04em;
}

.user-info h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: .04em;
}

.submit-btn {
    background-color: #1c3091;
    box-shadow: 4.5px 4.5px 4.5px -2px rgba(0, 0, 0, 0);
    padding: 16px 64px 20px 64px;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    background-size: 100% 150%;
    background-position: center bottom;
}

.additional-attachment input {
    height: 44px;
    padding: 0;
}

@media (max-width: 767px) {
    .user-info {
        width: 100%;
        padding: 0 2rem;
    }
}