.quoteformextend h2 {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 28px !important;
    line-height: 36px;
    text-align: left !important;

    color: #111111;
}

#masterQuoteForm.quoteformextend {
    background-color: #fff !important;
    box-shadow: none !important;
}

#grve-theme-wrapper #masterQuoteForm input,
#grve-theme-wrapper #masterQuoteForm select,
#grve-theme-wrapper #masterQuoteForm textarea {
    box-shadow: none !important;
    background: #FFFFFF;
    border: 1px solid #C5C7D0;
    border-radius: 2px !important;
    padding: 10px 16px;

    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 100%;

    color: #6E6E73;
    height: 36px;
    min-height: 36px;
    margin-bottom: 21px;
}

#grve-theme-wrapper #masterQuoteForm textarea {
    margin-bottom: 6px;
}

#masterQuoteForm h2:before {
    content: '';
    width: 64px;
    height: 2px;
    display: block;
    margin-bottom: 24px;
    background: #3C4043;
}

#masterQuoteForm h2 {
    text-transform: inherit;
    margin: 0;
}

.grve-row #masterQuoteForm {
    padding: 0 15px;
}

#masterQuoteForm .zf-subContWrap {
    margin: 33px 0 13px;
}

.quoteformextend table div.dimension {
    text-align: left;
}

#masterQuoteForm label {
    font-family: 'Montserrat-semibold';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 6px;
    position: relative;
    color: #111111 !important;
    padding-left: 10px;
}

#masterQuoteForm label span,
#masterQuoteForm label .zf-important {
    position: absolute;
    left: 0;

}

#masterQuoteForm .company-wrap label,
#masterQuoteForm li:nth-child(6) label {
    padding-left: 0;
}

.col3 {
    width: 31%;
}

.col2 {
    width: 48%;
}

#grve-theme-wrapper button:not(.grve-custom-btn):not(.vc_general).zf-submitColor {
    background-color: #0076BF;
    font-family: 'Montserrat-semibold' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 19px !important;
    line-height: 125% !important;
    letter-spacing: 0;

    text-align: center;

    width: 100%;
    height: 56px;

    color: #FFFFFF;
    margin: 0;
    padding: 0 !important;
    text-transform: inherit;
}

#grve-theme-wrapper button:not(.grve-custom-btn):not(.vc_general).zf-submitColor:hover {
    background-color: #00588F;
    color: #FFFFFF;
}

.zf-fmFooter {
    margin: 0;
    padding: 0;
}

.quoteformextend ul {
    margin: 0;
}

#crmWebToEntityForm {
    padding-left: 0;
    padding-right: 0;
    margin-top: 31px;
}

#quoteForm,
#quoteTable,
#quoteTable tr,
#quoteTable td {
    border: none !important;
}

#grve-theme-wrapper #masterQuoteForm input.classic_form_submit {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px !important;
    gap: 8px;

    height: 56px;
    background: #0076BF;
    font-family: 'Montserrat-semibold' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 19px !important;
    line-height: 125%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 12px;
    margin-bottom: 0 !important;
}

.buildusewrap,
#quoteTable tr td div {
    text-align: left;
    width: 100%;
}

#quoteTable tr td {
    display: flex;
    /* flex-direction: row; */
    justify-content: space-between;
}

#grve-theme-wrapper #masterQuoteForm tr input {
    margin-bottom: 19px !important;
}

#grve-theme-wrapper #masterQuoteForm tr div.half {
    width: 48% !important;
}

#grve-theme-wrapper #masterQuoteForm .dimension {
    display: block !important;
    width: 31% !important;
    vertical-align: top !important;
}

#masterQuoteForm table {
    margin-bottom: 0;
}

#quoteTable tr td label[for=Country] {
    padding-left: 0;
}

@media screen and (max-width: 1023px) {
    #masterQuoteForm .zf-subContWrap {
        margin: 21px 0 2px;
    }

    #grve-theme-wrapper #masterQuoteForm input,
    #grve-theme-wrapper #masterQuoteForm select,
    #grve-theme-wrapper #masterQuoteForm textarea {
        margin-bottom: 17px;
    }

    #officecontact .wpb_raw_html {
        padding: 0 20px;
    }

    #quoteTable tr:first-child td {
        flex-direction: row;
    }

    #quoteTable tr td {
        flex-direction: column;
    }

    #grve-theme-wrapper #masterQuoteForm tr div.half {
        width: 100% !important;
    }
}