@media only screen and (max-width: 1199px) {
    body #header {
        height: auto;
    }
    body #navigation .nav-search-box {
        padding-top: 30px;
        margin-left: 34px;
        margin-right: 0;
    }
    body #navigation ul ul.sub-menu {
        display: block;
        position: relative;
        margin-top: 0;
        width: 100%;
    }
    body nav ul ul.sub-menu:first-of-type {
        top: 0;
    }
    body #navigation ul li {
        border-bottom: 0;
    }
    body nav ul ul ul {
        left: 0;
    }
    body #navigation ul ul.sub-menu li {
        line-height: 120px;
        margin-left: 20px;
    }
    body #navigation ul ul.sub-menu li:last-child {
        border-bottom: 0 none;
    }
    body .mobile-nav-btn {
        float: right;
        padding: 0;
        line-height: 120px;
        font-size: 20px;
        color: #8a8a8a;
        display: block;
    }
    body .header-v2 .mobile-nav-btn {
        float: none;
        margin: 0 auto;
        line-height: 60px;
    }
    body .header-v2 #navigation ul {
        max-width: 70%;
        margin: 0 auto;
        text-align: left;
    }
    body .header-v3 #navigation ul li {
        display: block;
    }
    body .header-v3 #navigation ul li ul li {
        display: list-item;
    }
    body .header-v3 #navigation ul li:not(.hover-item) {
        display: block;
    }
    #navigation,
    #navigation .hide-mobile {
        display: none;
    }
    #navigation {
        float: left;
        width: 100%;
    }
    #navigation ul {
        display: inline-block;
        width: 100%;
        line-height: 50px;
    }
    #navigation ul li {
        display: block;
        width: 100%;
        margin: 5px auto;
        padding: 0 15px;
        border-bottom: 1px solid #eaeaea;
    }
    #navigation ul li a {
        font-weight: 700;
        border: none;
    }
    #navigation ul li a:hover {
        border: none;
    }
    .section-info {
        margin: 0 0 50px;
        text-align: center;
    }
    #services-block.home>div:nth-child(3) .service,
    #services-block.home>div:nth-child(4) .service {
        margin-bottom: 50px;
    }
    #team-block {
        margin: 0;
    }
    #team-block .team-member .hover .description {
        height: 455px;
    }
    #home-testimonials {
        margin: 0 0 100px;
        background: #0875a0;
    }
    #home-testimonials .testimonials {
        padding: 50px 50px 80px;
        width: 100%;
    }
    #home-testimonials .images {
        width: 100%;
        border: 1px solid #fff;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    #home-testimonials .images li:nth-child(1) img,
    #home-testimonials .images li:nth-child(3) img {
        border-left: none;
    }
    #home-testimonials .images li:nth-child(2) img,
    #home-testimonials .images li:nth-child(4) img {
        border-right: none;
    }
    #we-care-block .content,
    #we-care-block .image {
        width: 100%;
    }
    #we-care-block .content .inner {
        padding: 100px 0;
    }
    #awards .award {
        margin: 0 0 80px;
    }
    #awards .col-md-3:nth-child(3) .award,
    #awards .col-md-3:nth-child(4) .award {
        margin: 0;
    }
    #blog .post .comments {
        float: left;
        clear: left;
    }
    #related-posts .post a .inner {
        min-height: 163px !important;
    }
}

@media only screen and (max-width: 992px) {
    #blog-navigation {
        float: left;
        width: 100%;
        text-align: center;
    }
    .medic .medic-meta .inner {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    #footer .back-to-top,
    #home-slider .bx-controls {
        display: none;
    }
    h1 {
        font-size: 30px;
    }
    #call-out {
        margin-top: 0;
    }
    #awards .award,
    #awards .col-md-3:nth-child(3) .award {
        margin: 0 0 80px;
    }
    #services-block .service {
        margin: 0 0 100px !important;
    }
}

@media only screen and (max-width: 480px) {
    .medic {
        margin: 0 0 30px;
    }
    #team-block .team-member .hover .description {
        height: 370px;
    }
}