.andersen-left {
    flex-basis: 100%;
}

.global-row {
    justify-content: center;
}

.maincontent {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.form-group-photo-alert {
    position: relative;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: white;
    margin: 8px 0 15px;
    padding-left: 28px;
}
.form-group-photo-alert::before {
    content: "!";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c73c3a;
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    border-radius: 50%;
}
.form-group-photo-alert + input {
    color: #f2f4fa;
    font-size: .85rem;
}


.andersen-form {
    background: var(--accent-color-blue);
    margin: auto;
    padding: 25px;
    color: #ffffff;
    max-width: 850px;
    text-align: left;
    position: relative;
    z-index: 2;
    top: 0px;
    -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.15);
    border-top: 8px solid var(--accent-color);
}
.andersen-form form {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
    font-size: .9rem;
}

.andersen-form h2 {
    text-align: center;
}
.andersen-form .form-note-wrapper {
    width: 100%;
    margin: 20px auto;
    font-size: .85rem;
}
.andersen-form .form-note-na {
    background-color: #0D4D66;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: .9em;
    font-weight: 600;
}



/* -- Home - Estimate Box */



.estimate-heading {
    color: #b0b2af;
    margin: 10px 0;
    font-weight: 800;
}

.project-type {
    width: 50%;
}
.service-type {
    width: 50%;
}



.radio_checkbox_value {
height:28px;
    color: #fff;
    padding: 5px;
}
.radio_checkbox_wrapper {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}


.andersen-form .form_field_wrapper {
    padding: 3px;
    margin-bottom: 5px;
}
.andersen-form .form_field_wrapper:hover {
    background: none;
}

.andersen-form .form_field_content {
    width: 100% !important;

}
.andersen-form .form_field_text,
.form_field_select,
.andersen-form .form_field_textarea {
    width: 90%;
    background: #f2f4fa;
}

.andersen-form .required_field {
    width: 95% !important;
}
.andersen-form .required_field_element {
    width: 5% !important;
}

.andersen-form .radio_checkbox {
    display: flex;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    justify-content: space-between;
    color: white;
}
.andersen-form .radio_checkbox label {
    text-align: left;
    width: 90%;
    padding-right: 20px;
}
.andersen-form .radio_checkbox input {
    width: 5%;
    margin-top: 5px;
}

.andersen-form .form-heading {
    background-color: #0D4D66;
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.05em;
    margin: 40px 0 15px;
    padding: 10px;
    display: block;
    text-transform: none;
}


.andersen-form .radio_checkbox input:focus ~ label {
    background: #ffffff;
}
.andersen-form .radio_checkbox input:checked ~ label {
    background: #b0b2af;
    color: #000;
}

.andersen-form .radio_checkbox i {
    vertical-align: middle;
    margin-right: 5px;
}

.andersen-form .thank_you_content {
    background:var(--accent-color);
    color: #fff;
    padding: 15px;
    font-weight: 600;
}

.andersen-form .form_field_title {
display:none;
}

.andersen-form .btn.btn-primary {
width:80%;
padding:12px 0;
text-transform:uppercase;
background:transparent;
color:#ffffff;
font-weight:700;
border:2px solid #ffffff;
}

.andersen-form .btn.btn-primary:hover {
background-color:#ffffff;
color:var(--accent-color-orange);
border:2px solid #ffffff;
}

.andersen-form p {
    color:#ffffff;
    font-size: .9rem;
}

.grid {
max-width:300px;
}