

@media only screen and (max-width: 540px) {
    .main{
        display: none;
    }
    body{
        background: radial-gradient(120.14% 140.72% at -9.38% -8.89%, #4D4D4D 0%, #171717 57.29%);
    }
    .mainMob{
        width: 100%;
        display: inline-block;
        }
        .navbar {
            margin: 0;
        }
        .logo {
            float: left;
            padding: 20px 25px 0;
        }
        img.scroll {
            bottom: 20% !important;
        }
        img.mainImg {
            width: 100%;
            vertical-align: bottom;
            position: relative;
        }
        
        .one {
            width: 100%;
            display: inline-block;
        }
        
        .two {
            width: 100%;
            display: inline-block;
            text-align: left;
        }
        .notify {
            width: 330px;
            text-align: center;
            margin: 15px 10px;
            border-radius: 10px;
            display: inline-block;
            padding-right: 10px;
        }
        
        .type {
            float: left;
            width: 200px;
            color: #eee;
            text-align: left;
            padding-left: 20px;
        }
        .two p {
            font-size: 13px;
        }
        .notifybutton {
            float: right;
    background: #D7D7D7;
    width: 100px;
    border-radius: 5px;
    padding: 6px 5px;
    margin-top: 7px;
    font-size: 13px;
        }
        
        .socialtext {
            width: 100%;
            display: inline-block;
            text-align: center;
            margin: 20px 0;
        }
        
        .socialtext p {
            color: #eee;
            font-size: 15px;
        }
        .social{
            text-align: center;
        }
        
        .social a {
            margin: 0px;
        }
        .social img {
            width: 30px;
            height: 30px;
        }
        
        .footer {
            width: 100%;
            display: flow-root;
            background: #292929;
            padding: 0; 
            margin-top: 30px;
            border-radius: 20px 20px 0 0;
        }
        
        .footer p {
            font-size: 12px;
            font-weight: 400;
            line-height: 21px;
            color: #eee;
        }
        
        .footer .social {
        margin-top: 30px;
        text-align: left;
        }
        .terms {
        display: inline-flex;
        }
        h3 {
        font-size: 18px;
        }


        .contentMain{
            padding: 0;
        }
        .content{
            width: 100%;
        }
        .content a {
            color: #000;
            font-size: 13px;
        }
        .contentMain h1, .contentMain h2 {
            text-align: center;
            }

            #eapps-form-3 input.eapps-form-element.eapps-form-element-input-text.eapps-form-element-input-email.eapps-form-element-input-pristine {
                width: 330px !important;
                position: relative;
            }
            #eapps-form-3 .eapps-form-actions-button.eapps-form-button {
                left: 0;
                padding: 10px 30px;
            }
            #eapps-form-4 input.eapps-form-element.eapps-form-element-input-text.eapps-form-element-input-email.eapps-form-element-input-pristine {
                color: rgb(255, 255, 255) !important;
                width: 330px !important;
            }
            .footer #eapps-form-4 .eapps-form-actions-button.eapps-form-button {
                top: 0;
                padding: 10px 30px;
                margin: 0;
            }
            .eapps-form-element-wrapper{
                padding: 0 !important;
            }
            .eapps-form-container {
                text-align: center;
            }
            .footer .eapps-form-container {
                text-align: left;
            }
            .eapps-form-actions {
                width: 100px;
                display: inline-block;
                transition: opacity 0.2s, visibility 0.2s;
                opacity: 1;
                visibility: visible;
                text-align: center;
                margin: 0 auto;
            }
            .eapps-form-fieldset{
                padding: 0;
            }
}
@media only screen and (max-width: 768px) {
    .two {
        text-align: center !important;
    }
    .footer {
        display: inline-grid;
    }
    .eapps-form-container {
        text-align: center;
    }
    .footer .eapps-form-container {
        text-align: left;
    }
    .eapps-form-actions {
        width: 100px;
        display: inline-block;
        transition: opacity 0.2s, visibility 0.2s;
        opacity: 1;
        visibility: visible;
        text-align: center;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1199px) {

    .eapps-form-container {
        text-align: center;
    }
    .footer .eapps-form-container {
        text-align: left;
    }
    .eapps-form-actions {
        width: 100px;
        display: inline-block;
        transition: opacity 0.2s, visibility 0.2s;
        opacity: 1;
        visibility: visible;
        text-align: center;
        margin: 0 auto;
    }
    div#theflak img {
        width: 650px;
    }
    img.scroll {
        bottom: 58%;
    }
    .footer {
        display: inline-block;
    }
    #eapps-form-2 input.eapps-form-element.eapps-form-element-input-text.eapps-form-element-input-email.eapps-form-element-input-pristine {
        color: rgb(255, 255, 255) !important;
        width: 230px !important;
    }
    #eapps-form-2 .eapps-form-actions-button.eapps-form-button {
        left: 0 !important;
    }
    .social img {
        width: 30px !important;
    }
    .eapps-form-container {
        text-align: center;
    }
    .footer .eapps-form-container {
        text-align: left;
    }
}