#postal_code_form {
    /* background-color: red; */
    /* color: #fff; */
}


#postal_code_form .franchise-services label {
    display: block !important;
}


#postal_code_form .job_division label {
    display: block !important;
}


#postal_code_input {
  text-transform: uppercase;
}

#postal_code_input::placeholder {
  text-transform: none; /* keep placeholder as-typed */
}



/* dynamic checkbox .wpcf7-form-control-wrap.job_division */

.contact_form .wpcf7-form-control-wrap.job_division label {
    display: flex;
	justify-content: flex-start;
	align-items: flex-start;
    margin: 0;
}

.contact_form .wpcf7-form-control-wrap.job_division legend {
    font-size: 18px;
}

.contact_form .wpcf7-form-control-wrap.job_division .wpcf7-checkbox {
    display: flex;
	justify-content: flex-start;
	align-items: flex-start;
    flex-wrap: wrap;
}


.contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item {
    flex: 0 0 33.333%;
    margin: 0;
    padding: 0 6px 6px 0;
}


.contact_form .wpcf7-form-control-wrap.job_division .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
	/* display: grid;
	grid-template-columns: repeat(4, 1fr); */
    display: flex;
    flex-wrap: wrap;
}

.contact_form .wpcf7-form-control-wrap.job_division input[type=checkbox] {
    min-height: 0;
    max-width: 20px;
    width: 20px;
    margin-right: 5px;
}

.contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item-label {
    width: calc( 100% - 20px );
}

body:not(.single-franchise) .contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item.last {
	flex: 0 0 100%;
}

@media only screen and (max-width : 1279px) {

    .contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item {
        flex: 0 0 50%;
    }
}

@media only screen and (max-width : 1023px) {

    .contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item {
        flex: 0 0 100%;
    }
}

@media only screen and (max-width : 767px) {

    .contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item {
        flex: 0 0 50%;
    }
}

@media only screen and (max-width : 599px) {

    .contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item {
        flex: 0 0 100%;
    }
}

/* postal_code_form */

#postal_code_form {
    margin-bottom: 75px;
}

#postal_code_form .postal_code_form_group {
    position: relative;
}

#postal_code_form h2 {
    font-size: 36px;
    line-height: 1.3;
    margin: 0 0 1em 0;
    text-align: center;
}

#postal_code_form .postal_code_form_group img {
    display: block;
    width: 100%;
}

#postal_code_form .postal_code_form_group_inner {
    /* position: absolute;
    top: 50%;
    left: 0;
    right: 0; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background-color: #212121;
    background-color: #212121CC;
    border-radius: 50px;
    padding: 24px 24px 24px 36px;
    max-width: 650px;
    margin: 0 auto;
    /* transform: translateY(-50%); */
}

#postal_code_form .postal_code_form_step_2 {
    max-width: 650px;
    margin: 0 auto;
}

#postal_code_form .postal_code_form_group .postal_code_form_title {
    flex: 0 0 calc( 60% - 12px );
}

#postal_code_form .postal_code_form_group h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    text-align: center;
}

#postal_code_form .postal_code_form_group .postal_code_form_fields {
    flex: 0 0 calc( 40% - 12px );
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

#postal_code_form .postal_code_form_group #postal_code_input {
    flex: 1 0 auto;
    border: 0px solid #000;
    background-color: #fff;
    color: #212121;
    padding: 12px 12px 12px 18px;
    height: 50px;
    border-radius: 100px 0 0 100px;
    outline: none;
    font-size: 20px;
    line-height: 1.0;
    width: 100px;
}

#postal_code_form .postal_code_form_group #postal_code_btn {
    flex: 0 0 auto;
    background-color: #FCB603;
    color: #fff;
    border: 0px solid #000;
    height: 50px;
    padding: 12px 18px 12px 12px;
    border-radius: 0 100px 100px 0;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

@media only screen and (max-width : 1439px) {

    #postal_code_form .postal_code_form_group h3 {
        font-size: 24px;
    }

    #postal_code_form .postal_code_form_group #postal_code_btn {
        height: 40px;
        padding: 9px 12px 9px 9px;
    }

    #postal_code_form .postal_code_form_group #postal_code_input {
        padding: 9px 9px 9px 12px;
        height: 40px;
        font-size: 18px;
    }

}

@media only screen and (max-width : 1199px) {

    #postal_code_form h2 {
        font-size: 30px;
    }

    #postal_code_form .postal_code_form_group h3 {
        font-size: 20px;
    }

    #postal_code_form .postal_code_form_group #postal_code_btn {
        height: 40px;
        padding: 9px 12px 9px 9px;
    }

    #postal_code_form .postal_code_form_group #postal_code_input {
        padding: 9px 9px 9px 12px;
        height: 40px;
        font-size: 18px;
    }
}

@media only screen and (max-width : 1023px) {

    #postal_code_form .postal_code_form_group_inner {
        /* display: block;
        padding: 12px;
        border-radius: 30px;
        max-width: 300px; */
    }

    #postal_code_form .postal_code_form_group h3 {
        /* margin-bottom: 12px; */
    }

    #postal_code_form .postal_code_form_group img {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media only screen and (max-width : 767px) {

    #postal_code_form .postal_code_form_group_inner {
        display: block;
        padding: 12px;
        border-radius: 30px;
        max-width: 300px;
    }

    #postal_code_form .postal_code_form_group h3 {
        margin-bottom: 12px;
    }

    #postal_code_form h2 {
        font-size: 24px;
    }

    #postal_code_form .postal_code_form_group img {
        max-width: 450px;
    }
}

@media only screen and (max-width : 424px) {

    #postal_code_form .postal_code_form_group h3 {
        font-size: 18px;
    }
}


#postal_code_form .contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item {
    flex: 0 0 33.333%;
}

@media only screen and (max-width : 1279px) {

    #postal_code_form .contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item {
        /* flex: 0 0 100%; */
    }
}

@media only screen and (max-width : 1023px) {

    #postal_code_form .contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item {
        /* flex: 0 0 100%; */
    }

    #postal_code_form .contact_form .width_2 {
        flex-basis: calc(50% - 8px);
    }

}

@media only screen and (max-width : 767px) {

    #postal_code_form .contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item {
        flex: 0 0 50%;
    }

    #postal_code_form .contact_form .width_2 {
        flex-basis: 100%;
    }

    .estimate_work_with_col_1 {
        aspect-ratio: 8 / 5;
    }
}

@media only screen and (max-width : 599px) {

    #postal_code_form .contact_form .wpcf7-form-control-wrap.job_division .wpcf7-list-item {
        flex: 0 0 100%;
    }
}

