@media only screen and (max-width: 320px) {

    input#pincodeid {
        display: none;
    }

    button.btn.waves-effect.pulse.red.validate-postcode-button {
        display: none;
    }
}

@media only screen and (min-width: 321px) and (max-width: 360px) {

    input#pincodeid {
        display: none;
    }

    button.btn.waves-effect.pulse.red.validate-postcode-button {
        display: none;
    }
}

@media only screen and (min-width: 361px) and (max-width: 375px) {
    input#pincodeid {
        display: none;
    }

    button.btn.waves-effect.pulse.red.validate-postcode-button {
        display: none;
    }
}

@media only screen and (min-width: 376px) and (max-width: 415px) {
    input#pincodeid {
        display: none;
    }

    button.btn.waves-effect.pulse.red.validate-postcode-button {
        display: none;
    }
}

.app-text {
    margin-left: 5rem;
}

    .app-text h4 {
        font-size: 2.28rem;
        line-height: 110%;
        margin: 1.14rem 0 0.912rem 0;
    }

p.grey-text {
    color: #9e9e9e;
    font-size: 15px;
    line-height: 23px;
    margin-top: 20px;
}

.apps_btn {
    margin-top: 8%;
}

.center {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .app-text {
        margin-left: 0rem !important;
    }

        .app-text h4 {
            font-size: 1.54rem !important;
            line-height: 110%;
            margin: 1.14rem 0 0.912rem 0;
        }

    p.grey-text {
        color: #9e9e9e;
        font-size: 15px;
        line-height: 23px;
        margin-top: 20px;
    }

    .apps_btn {
        margin-top: 5% !important;
    }
}
