.main_appmobile {

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1000;
}
#backgroundPopup {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 10000;
}

        #popupContact {
            display: none;
            position: fixed;
            background: transparent;
            /* border: 2px solid #cecece; */
            z-index: 10001;
            padding: 12px;
            font-size: 13px;
        }

        #popupContactClose {
            position: absolute;
            top: -5px;
            right: -5px;
        }

        @media screen and (max-width: 768px) {
            #popupContact {
                width: 90%;
            }
            #popupContact img {
                width: 100%;
            }
        }
.open-button {
    background-color: #4CAF50;
    color: white;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 13px;
    right: 15px;
    /* width: 70px; */
}

.form_popup_appmobile {
    display: block;
    position: fixed;
    bottom: 3px;
    right: 15px;
    /* border: 3px solid #f1f1f1; */
    z-index: 9;
}


/* Set a style for the submit/login button */

#myForm_popupappmobile .btn {
    background-color: #4CAF50;
    color: white;
    float: right;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    opacity: 0.8;
}


#myForm_popupappmobile .cancel {
    background-color: red;
}
/* Add some hover effects to buttons */

#myForm_popupappmobile .btn:hover,
.open-button:hover {
    opacity: 1;
}

#myForm_popupappmobile {
    width: 15%;
    height: auto;
    display: none;
}

.blackoverlay_popup_appmobile {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .60;
    filter: alpha(opacity=60);
}

    .blackoverlay_popup_appmobile.close_popup_appmobile {
        display: none;
    }

.whitecontent_popup_appmobile {
    position: relative;
    top: 25%;
    left: 0;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    padding: 15px;
    z-index: 1002;
    overflow: auto;
}

    .whitecontent_popup_appmobile.close_popup_appmobile {
        display: none
    }

.textright {
    float: right;
}

.close_popup_appmobile {
    line-height: 25px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 10px;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
}

@media (max-width: 768px) {
    .whitecontent_popup_appmobile {
        width: 90%;
    }
}
