﻿
    @media only screen and (max-width:480px) {
        #header {
            width: 98%;
            float: left;
            border: solid 1px #ffffff;
        }

        #bannerslide {
            width: 100%;
            float: left;
        }

        #container {
            width: 100%;
            float: left;
        }

        #menubar {
            display: none;
            width: 100%;
        }

        .menu-mob {
            width: 98%;
            float: left;
            border: solid 1px #006;
            background: #F30;
            color: #fff;
            text-align: left;
            z-index: 10050;
            position: absolute;
        }

        #headercontent {
            width: 100%;
            float: left;
        }

        .nivoSlider img {
            width: 100%;
            height: 150px;
        }

        #headerright {
            width: 100%;
            float: left;
        }

        #headercontent {
            margin: 0px;
            padding: 0px;
        }

        .fullwidthHeader {
            width: 98%;
            margin-top: 44px;
        }

        #fullwidth {
            width: 350px;
            margin-left: -3px;
        }

            #fullwidth p {
                width: 159px;
            }
        .servicecontent ul {
            margin: 0 0 -55px;
            padding-left: 40px;
        }


        #acc{
            width:350px;
        }
            #acc h3{
                width:350px;
            }

        .block-img-box {
            text-align: center;
            display: inline-block;
            height: 248px;
            width: 342px;
            float: left;
            margin-top: 15px;
        }

        .apply {
            position: absolute;
            float: right;
            right: 0px;
            margin-top: 477px;
            width: 183px;
        }
        .servicecontent {
            margin-top: 36px;
            margin: 39px 10px 60px;
        }

        #address {
            width: 350px;
        }
        .map {
            width: 330px;
            margin-left: -45px;
        }

        .place-card place-card-medium {
            padding: 9px 11px 9px 11px;
            margin-left: 23px!important;
        }

    }


