.mp__next-step-btn-DEMO-BOX {
    text-align: left;
    display: none;
}
    .mp__next-step-btn-DEMO-js {
        display: inline-block;
        /*margin: 0 10px;*/
        cursor: pointer;
    }

.master-page__4steps-FR-dialogs-body-wrap {
    overflow: hidden !important;
    width: 100vw !important;
    height: 100vh !important;
}
.master-page__4steps-FR-dialogs-section {
    position: fixed;
    z-index: 1000000000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    display: none;
    overflow: auto;
}
    .master-page__4steps-FR-dialogs-section .mp__step {
        display: none;
        position: relative;
        box-sizing: border-box;
        width: 80%;
        max-width: 900px;
        overflow: hidden;
        margin: 120px auto 0 auto;
        padding: 50px;
        background: #fff;
        border-radius: 8px;
    }
    .master-page__4steps-FR-dialogs-section .mp__step.active {
        display: block;
    }
        .master-page__4steps-FR-dialogs-section .mp__step .mp__step-footer {
            display: block;
            text-align: right;
            padding-top: 40px;
            line-height: 1.2em;
        }
            .master-page__4steps-FR-dialogs-section .mp__step .mp__close-step-btn {
                display: inline-block;
                color: #039be5;
                font-weight: 600;
                cursor: pointer;
                font-size: 18px;
            }

    /* 
        step specific styles 
    */
    .master-page__4steps-FR-dialogs-section .mp__step-0 {
    }
        .master-page__4steps-FR-dialogs-section .mp__step-0 .mp__step-header {
            font-size: 26px;
            color: #212121;
            text-align: center;
            margin-bottom: 45px;
        }
        .master-page__4steps-FR-dialogs-section .mp__step-0 .mp__step-0-basic-contact-info-form {
            text-align: center;
        }
            .master-page__4steps-FR-dialogs-section .mp__step-0 .mp__step-0-input-row {
                margin-bottom: 35px;
            }
                .master-page__4steps-FR-dialogs-section .mp__step-0 .mp__step-0-basic-contact-info-form .mp__step-0-email-form-input {
                    display: inline-block;
                    width: 100%;
                    max-width: 465px;
                    padding: 22px 10px;
                    font-size: 18px;
                    box-sizing: border-box;
                }
                .master-page__4steps-FR-dialogs-section .mp__step-0 .mp__step-0-email-form-submit-btn {
                    display: inline-block;
                    width: 100%;
                    max-width: 260px;
                    line-height: 65px;
                    font-size: 22px;
                }


    /*
        .mp__step-1
    */
    .master-page__4steps-FR-dialogs-section .mp__step-1 {

    }
        .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-dnd-box {
            border: 1px dashed #bdbdbd;
            display: block;
            background-image: url('../../storage/images/master-page-assets/4steps-FR-dialogs/dnd-form-here-bg.png');
            box-sizing: border-box;
            background-position-x: center;
            background-position-y: 140px;
            background-repeat: no-repeat;
            padding-top: 330px;
            padding-bottom: 140px;
            position: relative;
        }
            
            .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-1-file-form {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
                .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-1-file-form-input {
                    width: 100% !important;
                    height: 100% !important;
                    opacity: 0;
                }

        .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-header {
            text-align: center;
            color: #212121;
        }
            
            .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-header-text-desktop {
                font-size: 26px;
                line-height: 1.2em;
                display: block;
            }
                .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-header-upload-btn-label {   
                    background: #69d631; /* Old browsers */
                    background: -moz-linear-gradient(top,  #69d631 0%, #5bba2b 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top,  #69d631 0%,#5bba2b 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom,  #69d631 0%,#5bba2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69d631', endColorstr='#5bba2b',GradientType=0 ); /* IE6-9 */
                    border-radius: 0.2em;
                    text-shadow: none;
                    color: #fff;
                    cursor: pointer;
                    text-decoration: none;
                    cursor: pointer;
                    font-size: 24px;
                    padding: 0 35px;
                    line-height: 60px;
                    display: inline-block;
                    margin: 30px 0;
                }
                .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-header-upload-btn-label:hover {
                    background: #4abc1f; /* Old browsers */
                    background: -moz-linear-gradient(top,  #4abc1f 0%, #40a31b 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top,  #4abc1f 0%,#40a31b 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom,  #4abc1f 0%,#40a31b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abc1f', endColorstr='#40a31b',GradientType=0 ); /* IE6-9 */
                    text-shadow: none;
                    color: #fff;
                    cursor: pointer;
                    text-decoration: none;
                    cursor: pointer;
                }
            .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-header-text-mobile {
                display: none;
            }
 
    /*
        .mp__step-2
    */
    .master-page__4steps-FR-dialogs-section .mp__step-2 {
        padding-top: 140px;
        padding-bottom: 140px;
    }
        .master-page__4steps-FR-dialogs-section .mp__step-2 .mp__step-heading-box {
            color: #212121;
            text-align: center;
            background-image: url('../../storage/images/master-page-assets/4steps-FR-dialogs/recognition-in-work.png');
            box-sizing: border-box;
            background-position-x: center;
            background-position-y: 0;
            background-repeat: no-repeat;
            padding-top: 170px;
            max-width: 480px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 60px;
        }
            .master-page__4steps-FR-dialogs-section .mp__step-2 .mp__step-header {
                font-size: 26px;
                display: block;
                font-weight: 600;
                line-height: 1.2em;
                margin-bottom: 25px;
            }
            .master-page__4steps-FR-dialogs-section .mp__step-2 .mp__step-sub-header {
                font-size: 20px;
                line-height: 1.2em;
            }
        .master-page__4steps-FR-dialogs-section .mp__step-2 .mp__step-progress-bar-box {
            text-align: center;
            line-height: 1.2em;
            display: block;
            color: #039be5;
            width: 15px;
            height: 1px;
            margin: 0 auto;
            zoom: 1.8;
        }


        .master-page__4steps-FR-dialogs-section .mp__step-2-state-inited .mp__step-create-acccount-loader,
        .master-page__4steps-FR-dialogs-section .mp__step-2-state-inited .mp__step-create-acccount-status-inner-msg-other-error {
            display: none;
        }


        .master-page__4steps-FR-dialogs-section .mp__step-2.mp__step-2-state-other-error .mp__step-heading-box,
        .master-page__4steps-FR-dialogs-section .mp__step-2.mp__step-2-state-other-error .mp__step-progress-bar-box {
            display: none;
        }
        .master-page__4steps-FR-dialogs-section .mp__step-2-state-other-error .mp__step-create-acccount-status-inner-msg-other-error {
            display: block;
            font-size: 22px;
            color: #212121;
            text-align: center;
            padding-top: 26px;
            font-weight: bold;
        }
            .master-page__4steps-FR-dialogs-section .mp__step-2-state-other-error .mp__next-step-btn-go-to-step-x,
            .master-page__4steps-FR-dialogs-section .mp__step-2-state-other-error .mp__next-step-btn-link-go-to-step-x {
                display: inline-block;
                color: #039be5;
                cursor: pointer;
                text-decoration: none;
            }

    
    /* 
        .mp__step-3-4 
        step 3,4 shared 
    */
    
    .master-page__4steps-FR-dialogs-section .mp__step-3-4 {
        padding: 70px 80px;
    }
    .master-page__4steps-FR-dialogs-section .mp__step-3-4 {
    }
        .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-cols-box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-col {

            }
            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-col-1 {
                width: 400px;
            }
            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-col-2 {
                width: 250px;
            }

                 .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-heading-box {
                    color: #212121;
                    text-align: center;
                    box-sizing: border-box;
                    margin-bottom: 40px;
                }
                    .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-header {
                        font-size: 32px;
                        display: block;
                        font-weight: 600;
                        line-height: 1.2em;
                        margin-bottom: 25px;
                    }
                    .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-sub-header {
                        font-size: 20px;
                        line-height: 1.2em;
                    }
                .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-form-preview-box {
                    background-image: url('../../storage/images/master-page-assets/4steps-FR-dialogs/recognition-result-box-bg.png');
                    background-position-x: 0;
                    background-position-y: 0;
                    box-sizing: border-box;
                    background-repeat: no-repeat;
                    background-size: contain;
                    width: 245px;
                    height: 490px;
                    padding: 70px 33px 90px 33px;
                    position: relative;
                    overflow: hidden;
                }
                    .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-form-preview-result {
                        box-sizing: border-box;
                        height: 100%;
                        display: block;
                        overflow-y: auto;
                        overflow-x: hidden;
                        position: relative;
                    }
                        .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-recognited-form-element-row {
                            margin: 0 0 15px 0;
                        }   
                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-recognited-form-element-label-block,
                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-recognited-form-element-label-inline {
                                font-size: 14px;
                                line-height: 1.2em;
                                color: #212121;
                            }
                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-recognited-form-element-label-block {
                                display: block;
                                margin: 0 0 10px 0;
                            }
                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-recognited-form-element-label-block-header {
                                font-weight: 600;
                                font-size: 16px;
                                line-height: 1.25em;
                            }
                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-recognited-form-element-label-inline {
                                display: inline-block;
                                margin: 0 10px 0 0;
                            }
                            
                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 input.mp__step-recognited-form-element-input-radio-box,
                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 input.mp__step-recognited-form-element-input-checkbox {
                                display: inline-block;
                                margin: 0;
                            }
                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 input.mp__step-recognited-form-element-input-radio-box {
                                
                            }
                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 input.mp__step-recognited-form-element-input-checkbox {
                                
                            }

                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .recognited-form-element-input-text {
                                box-sizing: border-box;
                                padding: 5px;
                                height: 25px;
                                margin: 0;
                                width: 90%;
                            }

                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .recognited-form-element-input-signature {
                                box-sizing: border-box;
                                padding: 5px;
                                height: 25px;
                                margin: 0;
                                width: 90%;
                                height: 30px;
                                background-image: url('../../images/sprites/form-editor/controls/workspace/draw.png');
                                background-size: contain;
                                background-position: center center;
                                background-repeat: no-repeat;
                            }

                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-recognited-form-text-box {
                                box-sizing: border-box;
                                padding: 5px;
                                min-height: 25px;
                                margin: 0;
                                width: 90%;
                            }

                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-recognited-form-element-img {
                                width: 100%;
                                max-height: 300px;
                            }

                            .master-page__4steps-FR-dialogs-section .mp__step-3-4  .mp__step-recognited-form-element-table-list-header {
                                font-size: 15px;
                            }
                            .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-recognited-form-element-table-list {
                                margin: 0;
                                padding: 5px;
                                border: 1px solid #212112;
                                box-sizing: border-box;
                                width: 93%;
                            }
                                .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-recognited-form-element-table-list-item {
                                    margin: 0 0 10px 0;
                                    padding: 0;
                                    color: #212121;
                                    font-size: 14px;
                                    border-bottom: 1px solid #212121;
                                    box-sizing: border-box;
                                }

                            
        
    /*
        .mp__step-3
    */
    .master-page__4steps-FR-dialogs-section .mp__step-3 {

    }

        .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-create-acccount-box {
            position: relative;
        }
            .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-create-acccount-form {
                display: block;
                width: 100%;
                box-sizing: border-box;
            }
                .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-create-acccount-input-row {
                    margin-bottom: 25px;
                    text-align: center;
                }
                    .master-page__4steps-FR-dialogs-section .mp__step-3 input.mp__step-create-acccount-input {
                        border: 1px solid #dedede;
                        padding: 18px;
                        height: 50px;
                        width: 100%;
                        box-sizing: border-box;
                        margin: 0;
                        display: block;
                    }
                    .master-page__4steps-FR-dialogs-section .mp__step-3 input.mp__step-create-acccount-login {
                    }
                    .master-page__4steps-FR-dialogs-section .mp__step-3 input.mp__step-create-acccount-password {
                    }
                    .master-page__4steps-FR-dialogs-section .mp__step-3 input.mp__step-create-acccount-submit {
                        width: 260px;
                        height: 65px;
                        display: inline-block;
                        font-size: 22px;
                    }
            .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-create-acccount-loader {
                /*display: none;*/
                position: absolute;
                top: 0;
                left: 0;
                background-color: rgba(255,255,255,0.7);
                width: 100%;
                height: 100%;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
                .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-progress-label {
                    font-size: 18px;
                    color: #212121;
                    width: 100%;
                    text-align: center;
                    margin-top: -120px;
                    margin-bottom: 20px;
                    font-weight: 700;
                }
                .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-progress-bar-box {
                    width: 15px;
                    height: 10px;
                    color: #039be5;
                    zoom: 1.8;
                }
                
            .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-create-acccount-status-msg {
            }
                .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-create-acccount-status-inner-msg-other-error,
                .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-create-acccount-status-inner-msg-wrong-pass-error {
                    line-height: 1.2em;
                    font-size: 20px;
                    text-align: center;
                }
                .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-create-acccount-status-inner-msg-other-error {
                    color: #f44336;
                    font-weight: 700;
                }
                .master-page__4steps-FR-dialogs-section .mp__step-3 .mp__step-create-acccount-status-inner-msg-wrong-pass-error {
                    color: #212121;
                }

            /*
                states
                .mp__step-3-state-inited
                .mp__step-3-state-account-check
                .mp__step-3-state-wrong-pass 
                .mp__step-3-state-other-error
            */
            /*.mp__step-3-state-inited*/
            
            /*.master-page__4steps-FR-dialogs-section .mp__step-3-state-inited .mp__step-create-acccount-status-inner-msg-wrong-pass-error,
            .master-page__4steps-FR-dialogs-section .mp__step-3-state-inited .mp__step-create-acccount-status-inner-msg-other-error {
                display: none;
            }*/
            .master-page__4steps-FR-dialogs-section .mp__step-3-state-inited .mp__step-create-acccount-loader {
                display: none;
            }         

            
            /*.mp__step-3-state-account-check*/
            .master-page__4steps-FR-dialogs-section .mp__step-3-state-account-check .mp__step-create-acccount-loader {
                display: flex;
            }
            /*.master-page__4steps-FR-dialogs-section .mp__step-3-state-account-check .mp__step-create-acccount-status-inner-msg-wrong-pass-error,
            .master-page__4steps-FR-dialogs-section .mp__step-3-state-account-check .mp__step-create-acccount-status-inner-msg-other-error {
                display: none;
            }*/


            /*.mp__step-3-state-wrong-pass*/ 
            .master-page__4steps-FR-dialogs-section .mp__step-3-state-wrong-pass .mp__step-create-acccount-status-inner-msg-wrong-pass-error {
                display: block;
            }
            .master-page__4steps-FR-dialogs-section .mp__step-3-state-wrong-pass .mp__step-create-acccount-loader,
            .master-page__4steps-FR-dialogs-section .mp__step-3-state-wrong-pass .mp__step-create-acccount-status-inner-msg-other-error {
                display: none;
            }


            /*.mp__step-3-state-other-error*/
            .master-page__4steps-FR-dialogs-section .mp__step-3-state-other-error .mp__step-create-acccount-status-inner-msg-other-error {
                display: block
            }
            .master-page__4steps-FR-dialogs-section .mp__step-3-state-other-error .mp__step-create-acccount-loader,
            .master-page__4steps-FR-dialogs-section .mp__step-3-state-other-error .mp__step-create-acccount-status-inner-msg-wrong-pass-error {
                display: none;
            }
            
            

   
     /*
        .mp__step-4
    */
    .master-page__4steps-FR-dialogs-section .mp__step-4 {

    }
        .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-download-apps-box {

        }
            .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-sub-sub-header {
                color: #212121;
                text-align: center;
                font-size: 24px;
                display: block;
                font-weight: 600;
                line-height: 1.2em;
                margin-bottom: 25px;
            }
            .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-download-apps-links-box {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                width: 100%;
                max-width: 360px;
                margin: 0 auto;
            }
                .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-download-apps-links-col {
                    width: 160px;
                    text-align: center;
                }
                    .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-link-to-app-btn {
                        display: block;
                        width: 150px;
                        height: 47px;
                        margin: 0 auto 25px auto;
                    }
                        .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-link-to-app-btn img {
                            display: block;
                            width: 100%;
                            height: 100%;
                        }
                    .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-qr-link-to-app {
                        margin-bottom: 25px;
                        padding: 15px;
                        border: 1px solid #bdbdbd;
                        display: block;
                    }
                        .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-qr-link-to-app img {

                        }
                    .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-send-me-link-to-app-row {
                        text-align: center;
                        display: none;
                    }
                        .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-send-me-link-to-app-btn {
                            color: #039be5;
                            font-size: 16px;
                            font-weight: 600;
                            cursor: pointer;
                        }

          .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-show-apps-in-editor-box {
              text-align: center;
              padding: 25px 0 0 0;
              font-size: 18px;
              color: #212121;
              line-height: 1.25em;
          }
                .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-to-OFR-converted-form-app-btn {
                    display: inline-block;
                    text-align: center;
                    text-decoration: none;
                    text-shadow: none;
                    color: #14a2e7;
                    cursor: pointer;
                    text-decoration: none;
                    cursor: pointer;
                }
                .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-to-OFR-converted-form-app-btn:hover {
                    text-shadow: none;
                    color: #14a2e7;
                    cursor: pointer;
                    text-decoration: none;
                    cursor: pointer;
                }
                    
                
                /*.master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-download-apps-links-col-1 {}*/
        .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-contact-with-support-box {
            padding-top: 40px;
            color: #212121;
            text-align: center;
            max-width: 325px;
            margin: 0 auto;
        }
            .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-contact-with-support-form-header {
                line-height: 1.2em;
                margin-bottom: 20px;
            }
            .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-contact-with-support-textarea-box {
                margin-bottom: 20px;
            }
                .master-page__4steps-FR-dialogs-section .mp__step-4  .mp__step-contact-with-support-textarea {
                    height: 100px;
                    border-radius: 10px;
                    resize: none;
                }
                        
            .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-contact-with-support-submit-row {

            }
                .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-contact-with-support-submit-btn {
                    background: #69d631; /* Old browsers */
                    background: -moz-linear-gradient(top,  #69d631 0%, #5bba2b 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top,  #69d631 0%,#5bba2b 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom,  #69d631 0%,#5bba2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69d631', endColorstr='#5bba2b',GradientType=0 ); /* IE6-9 */
                    border-radius: 0.2em;
                    text-shadow: none;
                    color: #fff;
                    cursor: pointer;
                    text-decoration: none;
                    cursor: pointer;
                    font-size: 22px;
                    padding: 0 30px;
                    line-height: 50px;
                    display: inline-block;
                    margin: 0;
                }

                .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-contact-with-support-submit-btn:hover {
                    background: #4abc1f; /* Old browsers */
                    background: -moz-linear-gradient(top,  #4abc1f 0%, #40a31b 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(top,  #4abc1f 0%,#40a31b 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom,  #4abc1f 0%,#40a31b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abc1f', endColorstr='#40a31b',GradientType=0 ); /* IE6-9 */
                    text-shadow: none;
                    color: #fff;
                    cursor: pointer;
                    text-decoration: none;
                    cursor: pointer;
                }
                            

/*
    mobile version
*/
@media screen and (max-width: 1024px) {
    .master-page__4steps-FR-dialogs-section {
        background: #fff;
    }
        .master-page__4steps-FR-dialogs-section .mp__step {
            width: 100%;
            max-width: 100%;
            padding: 0 40px 0 40px;
            margin: 100px auto 0 auto;
            overflow: visible;
        }
            .master-page__4steps-FR-dialogs-section .mp__step .mp__step-footer {
                position: absolute;
                right: 40px;
                top: -60px;
                width: 24px;
                height: 24px;
                display: block;
                padding: 0;
                margin: 0;
            }
                .master-page__4steps-FR-dialogs-section .mp__step .mp__close-step-btn {
                    color: transparent;
                    overflow: hidden;
                    width: 100%;
                    height: 100%;
                    display: block;
                    background-image: url('../../storage/images/master-page-assets/4steps-FR-dialogs/close-dialog.png');
                    background-repeat: no-repeat;
                    background-size: contain;
                    cursor: pointer;
                }


    /*
        step 1
    */
    .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-header-text-desktop {
        display: none;
    }
    .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-header-text-mobile {
        display: block;
        font-size: 24px;
        line-height: 1.2em;
    }
    
    /*
        step 3,4
    */
    .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-cols-box {
        justify-content: space-around;
    }
    /*
        step 4
    */
    .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-qr-link-to-app {
        display: none;
    }

    .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-show-apps-in-editor-box {
        display: none;
    }
        
}


@media screen and (max-width: 619px) {

    .master-page__4steps-FR-dialogs-section .mp__step {
        padding: 0 10px 0 10px;
        margin: 80px auto 0 auto;
    }

    .master-page__4steps-FR-dialogs-section .mp__step-1 .mp__step-dnd-box {
        background-position-y: 70px;
        padding-top: 210px;
        padding-bottom: 180px;
    }
    .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-col-1 {
        margin-bottom: 10px; 
    }
    .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-col-2 {
        max-height: 380px;
        overflow: hidden;
    }
        .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-sub-sub-header {
            font-size: 22px;
        }

        .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-download-apps-box {
            margin-bottom: 45px;
        }
}

@media screen and (max-width: 410px) {
    .homepage__hero-section .section_description_col .corner_line_box {
        background-size: contain;
        width: 160px;
        height: 160px;
    }
}


@media screen and (max-width: 405px) {
    .master-page__4steps-FR-dialogs-section .mp__step-3-4 .mp__step-col-2 {
        max-height: 280px;
    }
        .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-download-apps-box {
            margin-bottom: 25px;
        }
            .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-download-apps-links-col {
                width: 130px;
            }
                .master-page__4steps-FR-dialogs-section .mp__step-4 .mp__step-link-to-app-btn {
                    width: 130px;
                    height: auto;
                    margin: 0 auto 15px auto;
                }
}