@media only screen and (max-width:1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }
    .appointmentmiddle_content {
        width: 438px;
        display: inline-block;
        background: #f3f3f3;
        padding: 30px;
    }
}

@media only screen and (max-width: 979px) {
    .container {
        width: 93%;
        margin: 0 3%;
    }
    section.surgery figure {
        width: 100%;
        float: left;
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .better_technology {
        width: 100%;
        float: left;
        text-align: left;
        padding-left: 180px;
        display: none;
    }
    header {
        width: 100%;
        float: left;
        border-bottom: #c7c7c7 solid 1px;
        padding: 30px 0px 0px;
    }
    header .logo {
        float: left;
        font-size: 32px;
        color: #3d3e3e;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
    header .top_header_right_content {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 7px;
    }
    header .menu_bar {
        width: 100%;
        float: left;
        margin-top: 0px;
        text-align: center;
    }
    header .top_header_right_content ul li {
        display: inline-block;
        list-style: none;
        margin-right: 28px;
        margin-bottom: 15px;
    }
    nav > ul > li {
        display: inline-block;
        list-style: none;
        border-right: none;
        padding: 0px 0px 0px 0px;
    }
    nav ul li:last-child {
        border-right: none;
        padding: 0px 0px 0px 0px;
    }
    .about_content {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .improving_heading a {
        background: #00b3ff;
        padding: 10px 12px;
        text-decoration: none;
        color: #fff;
        float: left;
        margin-bottom: 30px;
    }
    .contact_address_content {
        width: 100%;
        padding: 0px;
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.75);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(184, 184, 184, 0.75);
        text-align: center;
    }
    .contact_message {
        width: 100% !important;
        border-radius: 0px !important;
        height: 200px !important;
        font-size: 13px !important;
    }
    .contact_left_content {
        width: 100%;
        float: left;
        background: #fff;
        margin-top: 0px;
        padding: 0px 0px;
        border: none;
    }
    .appointmentmiddle_content {
        width: 100%;
        display: inline-block;
        background: #f3f3f3;
        padding: 30px;
    }
    header .menu_bar {
        width: 100%;
        float: left;
        margin-top: 0px;
        text-align: center;
        border-top: none;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }
    .orthopaedics {
        width: 100%;
        float: left;
        background: #fff;
        padding: 40px;
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
        box-shadow: 0px 0px 36px 2px rgba(119, 119, 119, 0.75);
        -moz-box-shadow: 0px 0px 36px 2px rgba(119, 119, 119, 0.75);
        -webkit-box-shadow: 0px 0px 36px 2px rgba(119, 119, 119, 0.75);
        min-height: 291px;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer_left_content a {
        background: #55b6c7;
        padding: 12px 24px;
        color: #fff;
        margin-top: 40px;
        margin-bottom: 40px;
        float: left;
        border-radius: 44px;
        text-decoration: none;
    }
    .copyright p {
        float: left;
        margin-bottom: 0px;
        font-size: 14px;
        color: #626362;
        width: 100%;
        text-align: center;
    }
    .copyright span {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        font-size: 14px;
        color: #626362;
    }
    .counter_border {
        width: 100%;
        float: left;
        border-right: none;
        border-bottom: #fff solid 1px;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }
    .testimonial_content {
        width: 100%;
        float: left;
        padding: 0px 0px;
        margin-bottom: 30px;
    }
    .owl-next {
        float: right;
        background-position: right center !important;
        position: absolute;
        top: 50%;
        right: 0px !important;
        height: 43px;
        line-height: 39px;
        width: 43px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        background: none;
        border-radius: 0px;
        border: #fff solid 1px;
    }
    .owl-prev {
        float: left;
        background-position: left center !important;
        position: absolute;
        top: 50%;
        left: 0px !important;
        line-height: 39px;
        height: 43px;
        width: 43px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        background: none;
        border-radius: 0px;
        border: #fff solid 1px;
    }
    .copyright p {
        float: left;
        margin-bottom: 0px;
        font-size: 14px;
        color: #626362;
        width: 100%;
        text-align: center;
    }
    .copyright span {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
        font-size: 14px;
        color: #626362;
    }
}