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


    html, body {
        font-family: Exo;
        font-size: 16px;
        line-height: 21px;
    }

    .container {
        width: 90%;
    }

    .section-title, .subtitle {
        font-family: Exo-extraBold;
        font-size: 16px;
        line-height: 21px;
    }

    .logo {
        max-width: 60%;
        height: auto;
    }

    .menu-burger {
        display: block;
    }


    .logo {
        float: none;
        margin: auto;
    }

    ul.nav {
        position: absolute;
        left: 0;
        top: 54px;
        width: 190px;
        height: 100%;
        display: none;
        z-index: 10;
    }

    ul.nav > li {
        border: 0 !important;
        width: 158px;
        display: block;
        margin-top: 3px;
        padding: 10px 16px 10px 16px;
        text-align: left;
        background-color: rgba(51, 51, 51, 0.9);
    }

    ul.nav > li > a {
        font-family: Exo-medium;
    }

    #copyrights {
        font-family: Exo-light;
        font-size: 8px;
        text-align: center;
        line-height: 10px;
        color: #ffffff;
    }

    .social-media-wrapper {
        top: 10px;
        width: 45px;
        height: auto;
        right: 20px;
    }

    #uniqua-insurance {
        right: 10px !important;
        left: auto !important;
    }

    .__slider-title {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
    }


    .about-us {
        background: url("../images/mobile-backgrounds/about-us.jpg") center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 10px;
        padding-right: 10px;
    }

    .what-we-do {
        background: url("../images/mobile-backgrounds/what-we-do.jpg") center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 10px;
        padding-right: 10px;
    }

    .physical-therapy {
        background: url("../images/mobile-backgrounds/physical-therapy.jpg") center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-left: 10px;
        padding-right: 10px;
    }

    .testimony {
        padding-left: 10px;
        padding-right: 10px;
    }
    .testimony-background {
        margin-bottom: -31px;
    }

    .testimony-text {
        margin: 0;
        max-width: 320px;
    }

    .testimony-image img {
        width: 320px;
    }

    .testimony-text  p {
        font-size: 14px;
        line-height: 16px;

    }

    .testimony-text .author {
        font-size: 16px;
        line-height: 20px;
    }


    .gallery-items-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }
    .gallery-items-wrapper img {
        width: 94.3px;
        height: 94.3px;
    }


    .price-list {
        background: url("../images/mobile-backgrounds/price-list.jpg") center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0 0 151px 0;
    }

    .price-amount {
        font-size: 16px;
        line-height: 21px;
    }

    .block-half {
        max-width: 360px;
        width: 100%;
        float: left;
    }
    .contact-icon {
        display: none;
    }

    #map-img {
        max-width: 360px;
        margin: 10px;
        width: 90%;
        height: auto;
    }


}