.bg_aqua_delivery {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 3000;
    top: 0px;
}

.block_downlaod_aqua_delivery {
    position: relative;
    width: 700px;
    height: 450px;
    margin: 95px auto;	

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 3002;
}

.close_bg_aqua_delivery {
    position: relative;
    width: 35px;
    height: 35px;
    padding: 5px;
    top: 97px;
    left: 363px;
    margin: 0 auto;
    z-index: 3001;
    text-align: center;
    border-radius: 100px;
    background: #FFFFFF;
    cursor: pointer;
    opacity: 0.75;
}

.close_bg_aqua_delivery:hover {
    opacity: 1;
}

.close_button {
    width: 15px;
    opacity: 0.75;
    
}

.mobile_slider {
    position: absolute;
    width: 185px;
    top: 40px;
    right: 50px;
    
}

.text1_block_download {
    position: absolute;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 25px;
    top: 40px;
    left: 50px;
    color: #318BDA;
}

.qr_code {
    position: absolute;
    width: 200px;
    left: 30px;
    top: 135px;
}

.text2_block_download {
    position: absolute;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    top: 370px;
    left: 50px;
    color: #333333;
    opacity: 0.5;
}

.apple_block_download {
    position: absolute;
    width: 150px;
    bottom: 230px;
    left: 250px;
}

.google_block_download {
    position: absolute;
    width: 150px;
    bottom: 160px;
    left: 250px;
}

@media only screen and (max-width: 749px)
{
    
.bg_aqua_delivery {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 3000;
    top: 0px;
}

.block_downlaod_aqua_delivery {
    position: relative;
    width: 300px;
    height: 630px;
    margin: 80px auto;
    background: #FFFFFF;
    border-radius: 20px;
    z-index: 3002;
}

.close_bg_aqua_delivery {
    position: relative;
    width: 55px;
    height: 55px;
    padding: 15px;
    top: 45px;
    left: 0px;
    margin: 0 auto;
    z-index: 3001;
    text-align: center;
    border-radius: 100px;
    background: #FFFFFF;
    cursor: pointer;
    opacity: 0.75;
}

.close_bg_aqua_delivery:hover {
    opacity: 1;
}

.close_button {
    width: 25px;
    opacity: 0.75;
    
}

.mobile_slider {
    position: absolute;
    width: 210px;
    top: 170px;
    right: 45px;
    
}

.text1_block_download {
    position: absolute;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 19px;
    top: 25px;
    left: 0px;
    text-align: center;
    width: 100%;
    color: #318BDA;
}

.qr_code {
    display: none;
    position: absolute;
    width: 200px;
    left: 18px;
    top: 130px;
}

.text2_block_download {
    display: none;
    position: absolute;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    top: 170px;
    left: 224px;
    color: #318BDA;
}

.apple_block_download {
    position: absolute;
    width: 130px;
    bottom: 495px;
    left: 12px;
}

.google_block_download {
    position: absolute;
    width: 130px;
    bottom: 495px;
    left: 158px;
}
}