@media only screen and (min-width: 800px) and (max-width: 1000px) {
    .sub-sections img {
        float: left;
        width: 250px;
        height: 250px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        border: 10px solid #e9e9e9;
        margin-top: 6px;
    }
}

@media (min-width: 801px) {
    .m-link, #menu {
        display: none;
    }

    #navigation-top {
        display: block;
    }
}

@media only screen and (min-width: 150px) and (max-width: 800px) {

    #banner {
        width: 100px;
        padding-top: 5px;
    }

    .top-slider {
        display: none;
    }

    #lower-header {
        display: block !important;
        margin: 3px 0;
    }

    #navigation-top {
        width: 60%;
        float: left;
        position: fixed;
        height: 100%;
        background: #fff;
        z-index: 100;
        top: 0;
        left: 0;
        display: none;
    }

    .h1, h1 {
        font-size: 200%;
    }

    .h2, h2 {
        font-size: 150%;
    }

    #top-header {
        height: auto;
    }

    .sub-header-row {
        padding: 10px 3px;
    }

    ul#navigations li {
        display: block;
        float: none;
        text-align: left;
        font-size: 13px;
    }

    #top-header ul li a {
        padding: 2px;
    }

    div.full-width ul {
        margin-bottom: 2px;
        margin-top: 5px;
        float: left !important;
    }

    .parallax-text {
        width: 98%;
    }

    .col-md-3 {
        margin-bottom: 10px;
    }

    a.top-login:link, a.top-login:visited {
        font-size: 25px;
    }

    #phone-no {
        float: left;
        color: #fff;
        font-size: 18px;
        padding: 5px 0 0 20px;
    }

    #top-section {
        height: 250px;
    }

    .sub-sections div {
        width: 100%;
        padding: 2%;
    }

    .sub-sections h2 {
        font-size: 25px;
        line-height: normal;
    }

    .sub-sections img {
        float: left;
        width: 250px;
        height: 250px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        border: 10px solid #e9e9e9;
        margin-top: 6px;
    }

    #control-panel {
        width: 100%;
    }

    #control-display {
        width: 100%;
        margin: 0;
    }

    #innerHeader {
        text-align: left;
        line-height: normal;
    }

    #userWelcome {
        padding: 5px;
        width: 83%;
    }

    #top-user-account {
        width: 100%;
        float: left;
    }

    #userAccount {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 5px;
    }

    #account_no_display {
        display: block;
    }

    #balance_display {
        display: block;
    }

    #formTop {
        width: 48%;
        margin: 0 8px;
    }

    #date-time {
        margin-left: 5px;
    }
}