.app_page_form_convertor_notice_row {
    background: #eeeeee;
    text-align: center;
    padding: 20px 30px;
    margin-top: 20px;
    border-radius: 10px;
}
    .app_page_form_convertor_notice_row .app_page_btn_label {
        font-size: 20px;
        color: #000;
        font-weight: bolder;
        display: inline-block;
        max-width: 125px;
        vertical-align: top;
        line-height: 1.3em;
        margin-top: 5px;
        margin-right: 40px;
    }
    .app_page_form_convertor_notice_row .app_page_action_btn_pdf_custom {
        vertical-align: top;
        text-align: center;
        font-size: 16px;
        font-weight: bolder;
        color: #fff;
        margin-bottom: 0;
        display: inline-block;
        white-space: nowrap;
        font-weight: 600;
        font-size: 21px;
        line-height: 64px;
        width: 260px;
        margin-left: 10px;
        margin-right: 10px;
    }


/*
    ============================================================================================================================  
    START of
    merge new and old app page designs 
    need to rework it
    ============================================================================================================================ 
*/


/*
    Section 5
    links: to snappii app store page, to request custom app page
*/
.ap_section-snappii_app_store_and_free_quote {
    background-color: #039be6;
    color: #fff;
    font-weight: 100;
    padding-top: 50px;
    padding-bottom: 45px;
}

    .ap_section-snappii_app_store_and_free_quote .section_header {
        font-size: 36px;
        text-align: center;
        color: inherit;
        margin-bottom: 15px;
        line-height: 1.1em;
    }

    .ap_section-snappii_app_store_and_free_quote .ap-section_desc {
        font-size: 21px;
        text-align: center;
        color: inherit;
        margin-bottom: 45px;
        box-sizing: border-box;
        line-height: 1.4em
    }
        .ap_section-snappii_app_store_and_free_quote .ap-section_img_desc {
            text-align: center;
            margin-bottom: 50px;
        }

    .ap-links_to_inner_pages_box {
        font-size: 0;
        text-align: center;
    }

        .ap-links_to_inner_pages_box a {
            display: inline-block;
            color: #212121;
            width: 260px;
            line-height: 61px;
            white-space: nowrap;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 20px;
            font-size: 21px;
            font-weight: 600;
        }
/*
    ============================================================================================================================  
    START of
    merge new and old app page designs 
    need to rework it
    ============================================================================================================================ 
*/



@media screen and (max-width: 680px) {
    .app_page_form_convertor_notice_row {
        padding: 10px;
    }
    .app_page_form_convertor_notice_row .app_page_btn_label {
        display: block;
        margin: 0 0 20px 0;
        max-width: 100%;
    }
}
    
@media screen and (max-width: 440px) {
    .app_page_action_btn {
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 380px) {
    .app_page_form_convertor_notice_row {
        padding: 0;
        background: #fff;
    }
}