.mouthguard_frm_ttl_main_box_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wpforms-field-row.wpforms-field-medium {
    width: 100% !important;
    max-width: 100% !important;
}

.fst_frm_field {
    /* width: 33.33% !important; */
    padding: 5px 10px !important;
}

.fst_frm_field input,
.fst_frm_field select {
    background: #252525E0 !important;
    height: 62px !important;
    border-radius: 10px !important;
    width: 100% !important;
    color: #FFFFFF !important;
    max-width: 100% !important;
}

.fst_frm_field input::placeholder,
.fst_frm_field select {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.fst_frm_field {
    margin: 0 !important;
}

.frm_hde_fd {
    padding: 10px 50px !important;
}

legend.wpforms-field-label {
    font-size: 20px !important;
    color: #01A5DD !important;
}

.wpforms-field-checkbox {
    padding: 50px 10px 0 !important;
}

.camou_check_field {
    padding-bottom: 50px !important;
}

label.wpforms-field-label-inline {
    background: #252525E0 !important;
    border-radius: 10px !important;
}

.wpforms-image-choices-label {
    color: #fff !important;
    font-size: 18px !important;
}

.wpforms-selected .hide_field {
    display: block !important;
}

.hide_field {
    display: none;
}

.sm_chke_field.wpforms-field-checkbox {
    padding: 10px 10px !important;
}

.sm_chke_field label.wpforms-field-label-inline {
    background: transparent !important;
    color: #fff;
    font-size: 18px !important;
    padding: 0 0 0 10px !important;
}

.sm_chke_field input:after,
.sm_chke_field input:before {
    background: #333333 !important;
    border: 1px solid #FFFFFF;
}

.sm_chke_field legend.wpforms-field-label {
    margin: 0 !important;
    padding: 0 0 25px !important;
}

.wpforms-field-description {
    font-size: 14px !important;
    color: #777777 !important;
    font-weight: 500 !important;
    padding: 10px 0 0 !important;
}

button#wpforms-submit-835 {
    background: #01A5DD;
    height: 50px;
    width: 154px;
    border-radius: 9px;
}

.mouthguard_frm_ttl_img_box_inner img {
    height: 119px;
    width: 100%;
    object-fit: cover;
}

.frm_pd {
    padding-bottom: 30px !important;
}

.wpforms-container .wpforms-image-choices-modern img {
    height: 83px;
	    width: 100%;
    object-fit: cover;
    border-radius: 10px !important;
}

.wpforms-image-choices {
    gap: unset !important;
    width: 100% !important;
}

.wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
    margin: 10px 10px !important;
    width: 10.5% !important;
}



@media all and (min-width: 320px) and (max-width: 767px) {
    div#wpforms-835-field_10-container {
        width: 100%;
    }

    .wpforms-field {
        width: 100% !important;
    }

    .wpforms-field-row-block {
        width: 100% !important;
    }

    .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
        padding: 9px 0px 0 !important;
    }

    .wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error) {
        padding: 10px;
    }

    .wpforms-field-checkbox {
        padding: 20px 10px 0 !important;
    }

    .mouthguard_frm_ttl_main_box_inner {
        justify-content: center;
    }

    .mouthguard_frm_ttl_img_box_inner img {
        height: 80px;
    }

    .wpforms-container {
        margin: 0 !important;
    }

    .fst_frm_field input,
    .fst_frm_field select {
        height: 50px !important;
    }

    legend.wpforms-field-label {
        margin-bottom: 10px !important;
    }

    .wpforms-container .wpforms-image-choices-modern img {
        height: 53px;
    }

    .wpforms-image-choices {
        gap: unset !important;
    }

    .wpforms-image-choices-label {
        font-size: 14px !important;
        margin: 2px 0 0 !important;
    }

    .sm_chke_field legend.wpforms-field-label {
        padding: 0 0 15px !important;
    }

    .sm_chke_field label.wpforms-field-label-inline {
        font-size: 16px !important;
        padding-inline-start: 6px !important;
    }

    .sm_chke_field input:after,
    .sm_chke_field input:before {
        height: 12px !important;
        width: 12px !important;
    }

    .sm_chke_field.wpforms-field-checkbox {
        padding: 5px 5px !important;
    }

    .wpforms-submit-container {
        margin: 0 !important;
    }

    button#wpforms-submit-835 {
        font-size: 15px;
        height: 40px;
        width: 120px;
    }

    .wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
        width: 29.8% !important;
        margin: 5px 5px !important;
    }
	span.wpforms-image-choices-label,label.wpforms-field-label-inline {
    width: 100% !important;
}
}
@media all and (min-width:481px) and (max-width: 767px) {
	.wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
        width: 22% !important;
    }
}
@media all and (min-width: 500px) and (max-width: 767px) {
	.wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
        width: 17.8% !important;
    }
}
@media all and (min-width: 768px) and (max-width: 980px) {
    .wpforms-field-checkbox {
        padding: 20px 10px 0 !important;
    }

    label.wpforms-field-label-inline {
        padding: 10px 10px !important;
    }

    .wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
        margin: 7px 3px !important;
        width: 15.8% !important;
    }

    .wpforms-image-choices-label {
        font-size: 16px !important;
    }

    .fst_frm_field input,
    .fst_frm_field select {
        height: 50px !important;
    }

    .mouthguard_frm_ttl_img_box_inner img {
        height: 95px;
    }

    .sm_chke_field label.wpforms-field-label-inline {
        font-size: 17px !important;
        padding: 0 0 0 7px !important;
    }

    button#wpforms-submit-835 {
        height: 45px;
        width: 140px;
    }

    .fst_frm_field {
        padding: 5px 5px !important;
    }

    .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
        padding: 0 5px;
    }

    .sm_chke_field input:after,
    .sm_chke_field input:before {
        height: 12px !important;
        width: 12px !important;
    }

    .wpforms-container .wpforms-image-choices-modern img {
        height: 70px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .wpforms-field-checkbox {
        padding: 20px 10px 0 !important;
    }

    label.wpforms-field-label-inline {
        padding: 10px 10px !important;
    }

    .wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
        margin: 7px 1px !important;
        width: 14% !important;
    }

    .wpforms-image-choices-label {
        font-size: 16px !important;
    }

    .fst_frm_field input,
    .fst_frm_field select {
        height: 50px !important;
    }

    .mouthguard_frm_ttl_img_box_inner img {
        height: 95px;
    }

    .sm_chke_field label.wpforms-field-label-inline {
        font-size: 17px !important;
        padding: 0 0 0 7px !important;
    }

    button#wpforms-submit-835 {
        height: 45px;
        width: 140px;
    }

    .fst_frm_field {
        padding: 5px 5px !important;
    }

    .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
        padding: 0 5px;
    }

    .sm_chke_field input:after,
    .sm_chke_field input:before {
        height: 12px !important;
        width: 12px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .wpforms-field-checkbox {
        padding: 20px 10px 0 !important;
    }

    label.wpforms-field-label-inline {
        padding: 10px 10px !important;
    }

    .wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
        margin: 7px 1px !important;
        width: 14% !important;
    }

    .wpforms-image-choices-label {
        font-size: 16px !important;
    }

    .fst_frm_field input,
    .fst_frm_field select {
        height: 50px !important;
    }

    .mouthguard_frm_ttl_img_box_inner img {
        height: 95px;
    }

    .sm_chke_field label.wpforms-field-label-inline {
        font-size: 17px !important;
    }

    button#wpforms-submit-835 {
        height: 45px;
        width: 140px;
    }

    .fst_frm_field {
        padding: 5px 5px !important;
    }

    .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
        padding: 0 5px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .wpforms-field-checkbox {
        padding: 20px 10px 0 !important;
    }

    label.wpforms-field-label-inline {
        padding: 10px 10px !important;
    }

    .wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
        margin: 7px 1px !important;
        width: 12.3% !important;
    }

    .wpforms-image-choices-label {
        font-size: 16px !important;
    }

    .fst_frm_field input,
    .fst_frm_field select {
        height: 50px !important;
    }

    .mouthguard_frm_ttl_img_box_inner img {
        height: 100px;
    }

    .sm_chke_field label.wpforms-field-label-inline {
        font-size: 17px !important;
    }

    button#wpforms-submit-835 {
        height: 45px;
        width: 140px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .wpforms-field-checkbox {
        padding: 30px 10px 0 !important;
    }

    label.wpforms-field-label-inline {
        padding: 10px 10px !important;
    }

    .wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li {
        margin: 7px 1px !important;
        width: 11.5% !important;
    }

    .wpforms-image-choices-label {
        font-size: 16px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .wpforms-field-checkbox {
        padding: 30px 10px 0 !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}