@media all and ( max-width: 767px ) {
    /*====---------------------------------------------   Media Content Start   ---------------------------------------------------====*/

    body > form #ControlBar_ControlPanel {
        display: none;
    }

    #Form.showControlBar {
        margin-top: 0px !important;
    }

    .NoPaddingLeft {
        padding-left: 15px;
    }

    .NoPaddingRight {
        padding: 0px 15px;
    }

    .NoPaddingRight {
        padding-right: 15px;
    }

    .LoginLink {
        display: none;
    }

    /*====----  Generic  ----====*/

    #Header {
        height: auto;
    }

        #Header .MainHeaderArea {
            height: 90px;
        }

            #Header .MainHeaderArea .HeaderWrapper {
                height: 90px;
            }

        #Header .TopBar {
            height: 50px;
        }

    .DnnModule .LineHeader {
        margin-bottom: 30px;
    }

    .LiveForm .Field {
        width: 100% !important;
    }

    /*-- Logo --*/

    .LogoContainer {
        margin: 0px 10px;
        height: 85px;
    }

        .LogoContainer a img {
            margin-top: 0px;
        }

    /*-- Nav --*/

    #Navigation {
        position: relative;
        background: #edf1f5;
        z-index: 5;
    }

    #navbar .nav {
        width: 100%;
    }

        #navbar .nav > li {
            width: 100%;
            max-width: 100%;
            height: 50px;
        }

            #navbar .nav > li:last-child {
                border-bottom: 0px none;
            }

            #navbar .nav > li > a {
                padding: 20px 10px;
                font-size: 13px;
                text-align: left;
                width: 100%;
                max-width: 100%;
                position: relative;
                display: block;
                border-bottom: 1px solid #fff;
            }

            #navbar .nav > li.open > a {
                padding: 20px 10px;
                border-bottom: 1px solid #fff;
                min-height: initial;
            }

            #navbar .nav > li > .dropdown-menu {
                width: 100%;
                position: relative !important;
                background: transparent;
                border-bottom: 1px solid #fff;
                box-shadow: none;
            }

                #navbar .nav > li > .dropdown-menu > li {
                    border-bottom: 1px solid #fff;
                }

                    #navbar .nav > li > .dropdown-menu > li > a {
                        color: #26405c;
                        text-transform: uppercase;
                        text-indent: 10px;
                    }

                        #navbar .nav > li > .dropdown-menu > li.active > a,
                        #navbar .nav > li > .dropdown-menu > li > a:hover {
                            background: transparent;
                            color: #e7393f;
                        }

    /*-- Nav Toggle --*/

    .navbar-toggle {
        padding: 0px;
        margin: 25px 10px;
        width: 25px;
        height: 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

        .navbar-toggle .icon-bar {
            background: #002663;
            position: absolute;
            height: 3px;
            left: 0;
            margin: 0 !important;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

    .sr-only {
        font-family: Lato-Black;
        font-size: 14px;
        color: #002663;
        position: absolute;
        right: 35px;
        top: 0px;
        width: 42px;
        height: 18px;
        margin: 1px 0;
        overflow: auto;
        clip: auto;
    }

    #BurgerButton span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left 3px;
        -moz-transform-origin: left 3px;
        -o-transform-origin: left 3px;
        transform-origin: left 3px;
    }

    #BurgerButton span:nth-child(2) {
        top: 7px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #BurgerButton span:nth-child(3) {
        top: 14px;
        -webkit-transform-origin: 3px 3px;
        -moz-transform-origin: 3px 3px;
        -o-transform-origin: 3px 3px;
        transform-origin: 3px 3px;
    }

    #BurgerButton.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -1px;
        left: 2px;
    }

    #BurgerButton.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #BurgerButton.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 12px;
        left: 3px;
    }

    /*-- Search --*/

    #Search {
        background: #edf1f5;
        border: 0px none;
        border-radius: 0px;
        height: 44px;
        min-width: 100%;
        position: relative;
        top: 0;
    }

    .searchBox {
        width: 100%;
        display: block;
        border-bottom: 1px solid #fff;
    }

    #dnn_dnnSearch_ClassicSearch {
        padding-left: 10px;
    }

        #dnn_dnnSearch_ClassicSearch .searchInputContainer {
            width: 100%;
        }

        #dnn_dnnSearch_ClassicSearch #dnn_dnnSearch_cmdSearch {
            position: absolute;
            right: 0;
            top: 0;
        }

        #dnn_dnnSearch_ClassicSearch .searchInputContainer #dnn_dnnSearch_txtSearch {
            background: transparent;
            font-size: 16px;
            font-family: Lato-Regular;
        }

    .navbar-toggle.collapsed + #Navigation > #Search {
        height: 0px;
        overflow: hidden;
    }

    #SearchToggle {
        display: none;
    }



    /*-- Sub Row --*/

    .SubHeaderMobileTrigger {
        display: inline-block;
        height: 60px;
        width: 100%;
        background: #002663;
    }

        .SubHeaderMobileTrigger h5 {
            color: #fff !important;
            background: url('../images/DropdownArrow.png') no-repeat 95% center;
            padding: 20px 10px;
            margin: 0;
        }

    #Header .SubHeaderArea {
        min-height: 60px;
        height: auto;
    }

    .SubRowWrapper {
        height: auto;
        display: none;
    }

    #Header .SubHeaderArea .SubRow {
        float: none;
        display: block;
    }

        #Header .SubHeaderArea .SubRow li {
            float: none;
            height: auto;
            width: 100%;
            display: block;
            border-right: 0px none;
            border-bottom: 1px solid #fff;
        }

            #Header .SubHeaderArea .SubRow li .SubRowLink {
                height: 40px;
            }

    .SubRowLink, .SubRowLink:focus {
        display: block;
        padding: 13px;
    }

    /*-- Action Bar Dropdown --*/

    .SubRowDropdown {
        position: relative;
        height: 60px;
    }

        .SubRowDropdown a {
            width: 50%;
            float: left;
        }

    /*====---- Content ----====*/

    .BannerItem {
        height: 320px;
    }

        .BannerItem .Cars {
            max-width: 775px;
        }

        .BannerItem .BannerMan {
            max-width: 260px;
        }

        .BannerItem .RedDial {
            max-width: 200px;
        }

        .BannerItem .Chopper {
            max-width: 200px;
        }
    /*====----  Vacancies  ----====*/

    #Vacancies .FilterWrapper {
        padding: 10px 0 40px;
    }

        #Vacancies .FilterWrapper .ProvinceContainer,
        #Vacancies .FilterWrapper .DivisionContainer,
        #Vacancies .FilterWrapper .CategoryContainer {
            width: 100%;
            float: none;
            padding: 0px 0px 10px 0px;
        }

    #Vacancies .VacanciesWrapper .VacanciesRow:first-child {
        display: none;
    }

    #Vacancies .VacanciesWrapper .VacanciesRow {
        padding-bottom: 10px;
        overflow: auto;
    }

        #Vacancies .VacanciesWrapper .VacanciesRow > div {
            display: block;
            overflow: auto;
        }

    #Vacancies .FilterWrapper .ButtonContainer button {
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    #VacanciesDetails .dl-horizontal dt {
        font-weight: bold;
    }

    #VacanciesDetails a.RedLink,
    #VacanciesDetails .apply,
    #VacanciesDetails .apply:focus {
        margin: 10px 0;
    }

    #Vacancies + #myModal .modal-footer button,
    #Vacancies + #myModal .modal-footer button:focus {
        padding: 10px 35px;
    }

    /*-- Complimentary --*/

    .DivisionsHeadingBox .Complimentary {
        position: relative;
    }

    /*-- Footer --*/

    .FooterLogos .Logos {
        height: 80px;
    }

        .FooterLogos .Logos .LogoItem img {
            max-width: 85%;
            margin: 0 auto;
            display: block;
        }

    .FooterMiddle .FooterMiddleSection,
    .FooterMiddle .FooterMiddleSection:first-child {
        border: 0px none;
    }

    .FooterStrapLine .LeftLinks,
    .FooterStrapLine .LeftLinks ul {
        height: auto;
        float: none;
    }

        .FooterStrapLine .LeftLinks ul li {
            width: 100%;
            float: none;
        }

            .FooterStrapLine .LeftLinks ul li a {
                width: 100%;
                margin: 0;
                padding: 10px;
                text-align: center;
                border-right: 0px none;
                border-bottom: 1px solid #fff;
            }

    .FooterStrapLine .RightLinks {
        height: 50px;
    }

        .FooterStrapLine .RightLinks .copyright {
            margin-top: 5px;
        }

        .FooterStrapLine .RightLinks ul li a,
        .FooterStrapLine .RightLinks ul li:first-child a {
            margin: 0 8px;
        }

    .FooterMiddle .FooterMiddleSection .FooterSocial p {
        float: none;
        display: inline-block;
        padding-left: 10px;
        line-height: 20px;
    }

    .FooterMiddle .FooterMiddleSection .FooterSocial a {
        float: left;
    }
    /*====----  News  ----====*/

    .NetcareNews > ul .NewsItem {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

        .NetcareNews > ul .NewsItem .ImageContainer {
            margin-bottom: 20px;
        }

        .NetcareNews > ul .NewsItem .NewsContent {
            width: 100%;
        }

    /*====----  Doctors and Dentists  ----====*/

    #Doctor,
    #Dentist {
        padding: 10px 0 40px;
    }

        #Doctor .FilterWrapper > .ProvinceContainer,
        #Doctor .FilterWrapper > .TownContainer,
        #Doctor .FilterWrapper > .DoctorsNameContainer,
        #Dentist .FilterWrapper > .ProvinceContainer,
        #Dentist .FilterWrapper > .TownContainer,
        #Dentist .FilterWrapper > .DoctorsNameContainer {
            width: 100%;
            float: none;
            padding: 0px 0px 10px 0px;
        }

        #Doctor .DoctorsWrapper .DoctorRow:first-child > div,
        #Dentist .DentistWrapper .DentistRow:first-child > div,
        #Dentist .DentistWrapper .DenstistRow:first-child > div {
            display: none;
        }

        #Doctor .DoctorsWrapper .DoctorRow,
        #Dentist .DentistWrapper .DentistRow,
        #Dentist .DentistWrapper .DenstistRow {
            padding-bottom: 10px;
            overflow: auto;
        }

            #Doctor .DoctorsWrapper .DoctorRow > div,
            #Dentist .DentistWrapper .DentistRow > div,
            #Dentist .DentistWrapper .DenstistRow > div {
                display: block;
                overflow: auto;
            }

        #Doctor #SearchDoctor,
        #Dentist #SearchDentist {
            display: block;
            width: 100%;
            margin-top: 15px;
        }
    /*====----  Hospitals  ----====*/

    #Hospital {
        padding: 10px 0 40px;
    }

        #Hospital .FilterWrapper > .ProvinceContainer,
        #Hospital .FilterWrapper > .TownContainer,
        #Hospital .FilterWrapper > .ClinicsNameContainer {
            width: 100%;
            float: none;
            padding: 0px 0px 10px 0px;
        }


        #Hospital .HospitalWrapper .HospitalRow:first-child > div {
            display: none !important;
        }


        #Hospital .HospitalWrapper .HospitalRow {
            padding-bottom: 10px;
            overflow: auto;
        }


        #Hospital .HospitalWrapper .DenstistRow > div {
            display: block;
            overflow: auto;
        }


        #Hospital #SearchHospital {
            display: block;
            width: 100%;
            margin-top: 15px;
        }

        #Hospital .HospitalWrapper .HospitalRow > div {
            display: block !important;
            overflow: auto;
            width: 100%;
        }

        #Hospital .HospitalWrapper .HospitalRow .DetailsButtonContainer a {
            float: left;
        }

    /*====----  Specialist  ----====*/

    #Specialist {
        padding: 10px 0 40px;
    }

        #Specialist .FilterWrapper > .ProvinceContainer,
        #Specialist .FilterWrapper > .TownContainer {
            width: 100%;
            float: none;
            padding: 0px 0px 10px 0px;
        }


        #Specialist .SpecialistWrapper .SpecialistRow:first-child > div {
            display: none !important;
        }


        #Specialist .SpecialistWrapper .SpecialistRow {
            padding-bottom: 10px;
            overflow: auto;
        }

            #Specialist .SpecialistWrapper .SpecialistRow > div {
                display: block;
                overflow: auto;
            }

        #Specialist #SearchSpecialist {
            display: block !important;
            width: 100%;
            margin-top: 15px;
        }

        #Specialist .SpecialistsWrapper .SpecialistRow > div {
            display: block !important;
            overflow: auto;
            width: 100%;
        }

        #Specialist .SpecialistsWrapper .SpecialistRow:first-child > div {
            display: none !important;
        }

        #Specialist .SpecialistWrapper .SpecialistRow .DetailsButtonContainer a {
            float: left;
        }

    /*-- search result errors --*/

    #searcherror {
        margin-left: 0 !important;
    }

    .nodata {
        margin-left: 0px;
        margin-top: 10px;
    }

    /*====----  Specialist oppertunities  ----====*/

    .OpportunitiesRow > div {
        display: block;
        overflow: auto;
        width: 100%;
    }

    .OpportunitiesRow:first-child > div {
        display: none;
    }

    /*====----  Articles  ----====*/

    .default .article-thumbnail, .default .page-thumbnail {
        width: 100%;
        height: auto;
        max-height: 100% !important;
    }

    .default .jackbox {
        padding: 0;
    }

    .default.main-page .article-thumbnail {
        max-width: 150px !important;
    }

    .main-page .content {
        max-height: 125px;
    }

    .default .related li {
        width: 46%;
        padding: 1%;
        margin: 2%;
        border: none;
        background-color: #edf1f6;
    }

    .default .related ul {
        margin: 0;
    }

    .main-page .article {
        width: 100%;
    }

    .article-image img,
    .article-content img {
        max-width: 100%;
        padding: 0 0 15px 0;
        display: block;
        float: none !important;
        margin: 0 auto;
        height: auto !important;
    }

    .main-page .article {
        padding: 0 15px;
    }

    .main-page .article {
        width: 100%;
    }

    .default.main-page h3.heading,
    .main-page .content p {
        padding-left: 150px !important;
    }

    .default.art-page .wrap-img,
    .default .jackbox {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .default .article .pages {
        width: 100%;
    }

    .default.art-page .page-thumbnail {
        padding-right: 0;
    }

    .default.art-page .wrap-img, .default.art-page .article-thumbnail {
        min-width: 100% !important;
        max-width: 100% !important;
        padding-right: 0;
    }

    img.art-thumb {
        width: 100px;
    }

    .NewsListingItem .ImageContainer {
        width: 100px;
        height: 100px;
    }

    .NewsListingItem div:nth-child(2) {
        padding-left: 110px;
    }

    .NewsListingItem h6,
    .NewsListingItem .Heading {
        max-height: 60px;
        margin-top: 0;
    }

    .NewsListingItem .Subheading {
        margin-bottom: 4px;
    }

    /*====----  Hospital details  ----====*/

    .arrow-box-mobile {
        display: block;
    }

    .arrow-box-desktop {
        display: none;
    }

    .arrow-box-mobile select {
        font-size: 16px !important;
        font-family: Lato-regular !important;
        color: #666 !important;
        border-radius: 0px !important;
        border: 0px none !important;
        background: #edf1f5 !important;
        box-shadow: none !important;
        padding: 13px !important;
        height: auto !important;
        border: 2px solid #edf1f5 !important;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        width: 100% !important;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .hospital-info {
        width: 100%;
    }

    /* Clinic details */
    .clinic-icon-services,
    .clinic-services-other,
    .clinic-doctors-dentists {
        width: 100%;
    }

    /*====----  Location & SharePrice  ----====*/

    #LocationComponent {
        padding: 5px 10px 5px 40px;
        background: url('../images/Marker.png') no-repeat left center;
        height: 100%;
    }

        #LocationComponent .hospitalLocation a {
            display: block;
        }

    .Legend {
        height: 75px;
        margin-top: 40px;
        margin-bottom: 30px
    }

        .Legend .LegendWrapper {
            width: auto;          
            margin: 0 auto;
            border-bottom: 1px solid #ccc;
        }
    /*====---------------------------------------------   Media Content End   ---------------------------------------------------====*/
}


