
/*------------------------------------------------------
/ max-width:767px for Tablets & iPads Devic  
/------------------------------------------------------ */
@media(max-width: 767px){
    /* gtlv_stp1 */
    .gtlv_banner{
        margin: 0 -10px;
    }
    .gform_legacy_markup_wrapper ul li.gtlv_stp1_choice div.ginput_container_radio{
        margin: 0 auto;
        max-width: 100%;
    }
    .gform_wrapper .top_label li.gtlv_stp1_choice ul.gfield_radio{
        justify-content: center;
        column-gap: 13px;
    }
    .gform_wrapper .top_label li.gtlv_stp1_choice ul.gfield_radio li{
        width: 303px;
    }

    /* Step 2 */
    .gtlv_step_2_header{
        padding: 0 30px;
    }
    .gform_legacy_markup_wrapper ul li.field_description_below.gtlv_stp2_choice div.ginput_container_radio{
        margin: 0 auto;
        max-width: 100%;
    }
    .gform_wrapper .top_label li.gtlv_stp2_choice ul.gfield_radio{
        column-gap: 13px;
        justify-content: center;
    }
    .gform_wrapper .top_label li.gtlv_stp2_choice ul.gfield_radio li{
        width: 303px;
    }
    .gform_wrapper .top_label li.gtlv_stp2_choice.image-choices-field .image-choices-choice-text {
        display: none !important;
    }
    .gtlv_form_new .gform_legacy_markup_wrapper .gtlv_stp2 .gform_page_footer{
        margin: 0 30px;
    }

    /* Step 3 */
    .gtlv_step_3_header{
        padding: 0 30px;
    }
    .gform_legacy_markup_wrapper ul li.field_description_below.gtlv_stp3_choice div.ginput_container_radio{
        margin: 0 auto;
        max-width: 100%;
    }
    .gform_wrapper .top_label li.gtlv_stp3_choice ul.gfield_radio{
        justify-content: center;
        column-gap: 13px;
    }
    .gform_wrapper .top_label li.gtlv_stp3_choice ul.gfield_radio li{
        width: 303px;
    }
    .gtlv_form_new .gform_legacy_markup_wrapper .gtlv_stp3 .gform_page_footer{
        margin: 0 30px;
    }

    /* Step 5 */
    .gtlv_step_5_header{
        padding: 0 30px;
    }
    .gtlv_step_5_header br{
        display: none;
    }
    .gform_legacy_markup_wrapper ul li.field_description_below.gtlv_stp5_choice div.ginput_container_radio{
        margin: 0 auto;
        max-width: 100%;
    }
    .gform_wrapper .top_label li.gtlv_stp5_choice ul.gfield_radio{
        column-gap: 13px;
        justify-content: center;
    }
    .gform_wrapper .top_label li.gtlv_stp5_choice ul.gfield_radio li{
        width: 303px;
    }
    .gform_wrapper .top_label li.gtlv_stp5_choice.image-choices-field .image-choices-choice-text {
        display: none !important;
    }
    .gtlv_form_new .gform_legacy_markup_wrapper .gtlv_stp5 .gform_page_footer{
        margin: 0 30px;
    }

    /* Step 6 */
    .gtlv_step_6_header{
        padding: 0 30px;
    }
    .gtlv_step_6_header br{
        display: none;
    }
    .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gtlv_input, 
    .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gtlv_consent{
        padding: 0 30px;
    }
    .gtlv_form_new .gform_legacy_markup_wrapper .gtlv_stp6 .gform_page_footer{
        margin: 0 30px;
    }

}
@media(max-width: 630px){
    /* gtlv_stp1 */
    .gform_wrapper .top_label li.gtlv_stp1_choice ul.gfield_radio{
        column-gap: 0;
        flex-wrap: wrap;
    }
    .gform_wrapper .top_label li.gtlv_stp1_choice ul.gfield_radio li{
        margin: 0 0 30px !important;
    }
    .gform_wrapper .top_label li.gtlv_stp1_choice ul.gfield_radio li:last-child{
        margin-bottom: 0 !important;
    }

    /* gtlv_stp3 */
    .gform_wrapper .top_label li.gtlv_stp3_choice ul.gfield_radio{
        column-gap: 0;
        flex-wrap: wrap;
    }
    .gform_wrapper .top_label li.gtlv_stp3_choice ul.gfield_radio li{
        margin: 0 0 30px !important;
    }
    .gform_wrapper .top_label li.gtlv_stp3_choice ul.gfield_radio li:last-child{
        margin-bottom: 0 !important;
    }
}
@media(max-width: 576px){
    /* gtlv_stp1 */
}