@charset "utf-8";

/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

header {
    width: 100%;
    float: left;
    border-bottom: #c7c7c7 solid 1px;
    padding: 30px 0px 22px;
}

header .logo {
    float: left;
    font-size: 32px;
    color: #3d3e3e;
    font-weight: bold;
}

header .logo a {
    text-decoration: none;
    color: #000;
}

header .top_header_right_content {
    float: right;
    text-align: left;
    margin-top: 7px;
}

header .top_header_right_content ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

header .top_header_right_content ul li {
    display: inline-block;
    list-style: none;
    margin-right: 28px;
}

header .top_header_right_content ul li:last-child {
    margin-right: 0px;
}

header .top_header_right_content ul li i {
    float: left;
    font-size: 17px;
    color: #00b3ff;
    margin-right: 11px;
    margin-top: 3px;
}

header .top_header_right_content ul li p {
    float: right;
    font-size: 12px;
    color: #353535;
    margin-bottom: 0px;
    text-align: left;
}

header .top_header_right_content ul li p font {
    color: #000;
    font-weight: 600;
}

header .menu_bar {
    width: 100%;
    float: left;
    margin-top: 15px;
    text-align: center;
    border-top: #e4e3e3 solid 1px;
    padding-top: 20px;
}

nav {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

nav ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

nav > ul > li {
    display: inline-block;
    list-style: none;
    border-right: #6f6f6f solid 1px;
    padding: 0px 15px 0px 15px;
}

nav ul li:last-child {
    border-right: none;
    padding: 0px 0px 0px 15px;
}

nav ul li a {
    display: inline-block;
    font-size: 16px;
    color: #6f6f6f;
    text-transform: uppercase;
    text-decoration: none;
}

nav ul li a.active{color:#00b3ff;}

nav ul li a i {
    margin-left: 10px;
}

nav ul li a:hover {
    color: #00b3ff;
    text-decoration: none;
}

@media only screen and (min-width:981px) {
    li.sub_main {
        position: relative;
    }
    li.sub_main > ul.sub_child {
        position: absolute;
        left: 0px;
        top: 30px;
        z-index: 1;
        max-height: 0;
        overflow: none;
        transform: rotate3d(1, 0, 0, -90deg);
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform: rotate3d(1, 0, 0, -90deg);
        -moz-transform-origin: 50% 0;
        -o-transform: rotate3d(1, 0, 0, -90deg);
        -o-transform-origin: 50% 0;
        transition: 350ms;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        width: 190px;
    }
    li.sub_main:hover > ul.sub_child {
        max-height: 10000px;
        -webkit-transform: rotate3d(0, 0, 0, 0);
        -moz-transform: rotate3d(0, 0, 0, 0);
        -o-transform: rotate3d(0, 0, 0, 0);
        transform: rotate3d(0, 0, 0, 0);
    }
    ul.sub_child > li {
        width: 100%;
        display: inline-block;
        color: #000;
        cursor: pointer;
        background: #00b3ff !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 13px;
        border-bottom: none;
    }
    ul.sub_child > li:last-child {
        border: none;
        color: #FFF !important;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    ul.sub_child > li > a {
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 8px 0px 8px 13px;
        display: inline-block;
        text-align: left;
        color: #fff !important;
        text-transform: capitalize;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: normal;
    }
    ul.sub_child > li > a i {
        float: right;
        margin: 3px 10px 0px 0px;
        font-size: 19px;
    }
    ul.sub_child > li > a:hover {
        color: #fff !important;
        background: #92dcfc;
        text-decoration: none;
    }
}

.mean-container b {
    color: #fdfdf8;
    float: left;
    padding: 15px 13px 11px;
}

section.banner_part {
    width: 100%;
    float: left;
    margin-top: 3px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

.banner_content {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    text-align: center;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.better_technology {
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 180px;
}

.better_technology h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 55px;
    color: #19aaee;
    font-weight: bold;
    font-style:italic;
    font-family: 'Quicksand', sans-serif;
}

.better_technology p {
    width:41%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size:25px;
    color: #000;
}

section.specilized {
    width: 100%;
    float: left;
    padding: 50px 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.specilized_pic {
    width: 100%;
    float: left;
    text-align: center;
}

.specilized_pic figure {
    display: inline-block;
    margin-bottom: 0px;
    width:100%;
}

.specilized_pic figure img {
    width: 100%;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.specilized_content {
    width: 100%;
    float: left;
    margin-top: 27px;
}

.specilized_content h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-bottom: 19px;
}

.specilized_content h2:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 9%;
    transform: translateX(-50%);
    width: 17%;
    border-top: 3px solid #00aeef !important;
    z-index: 8 !important;
    font-family: 'Raleway', sans-serif;
}

.specilized_content p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #939193;
    text-align: justify;
    line-height: 28px;
}

.specilized_content a {
    background: #00b3ff;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    margin-right: 3px;
    font-size: 16px;
    margin-top: 10px;
    float: left;
}

section.our_treatments {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 40px 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.our_treatments_heading {
    width: 100%;
    float: left;
}

.our_treatments_heading h3 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    background: url(../img/treatments.png) no-repeat top center;
    padding-top: 22px;
    padding-bottom: 4px;
    position: relative;
}

.our_treatments_heading h3:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 9%;
    border-top: 1px solid #00aeef !important;
    z-index: 8 !important;
    font-family: 'Raleway', sans-serif;
}

.our_treatments_heading h3:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 6%;
    border-top: 3px solid #00aeef !important;
    z-index: 8 !important;
    font-family: 'Raleway', sans-serif;
}

.our_treatments_heading h3 font {
    color: #00b3ff;
}

.our_treatments_heading p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #939191;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 47px;
}

.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;
}

.orthopaedics figure {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
}

.orthopaedics p {
    width: 61%;
    display: inline-block;
    font-size: 15px;
    color: #939191;
    line-height: 27px;
    min-height:120px;
}

.orthopaedics h2 {
    width: 61%;
    display: inline-block;
    font-size: 20px;
    color: #000;
    line-height: 27px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin-top: 20px;
}

.orthopaedics span {
    display: inline-block;
    width: 100%;
}

.orthopaedics span a {
    display: inline-block;
    background: #00b3ff;
    padding: 10px 18px;
    color: #fff;
}

section.surgery {
    width: 100%;
    float: left;
    background: #f2cf9e;
    padding: 40px 0px;
}

section.surgery figure {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

section.surgery figure img {
    width: 100%;
}

section.surgery h3 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 22px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    padding-top: 22px;
    padding-bottom: 14px;
    position: relative;
}

section.surgery h3:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 7%;
    transform: translateX(-50%);
    width: 12%;
    border-top: 3px solid #000 !important;
    z-index: 8 !important;
    font-family: 'Raleway', sans-serif;
}

section.surgery ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

section.surgery ul li {
    width: 100%;
    float: left;
    background: url(../img/bg.png) no-repeat 0px 9px;
    padding-left: 10px;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #000;
}

section.testimonial {
    width: 100%;
    float: left;
    background: url(../img/testimonial.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px 0px 0px;
}

.testimonial_content {
    width: 100%;
    float: left;
    padding: 0px 60px;
    margin-bottom: 30px;
}

.testimonial_name_content {
    width: 100%;
    float: left;
    padding: 0px 0px;
    margin-top:114px;
    text-align: center;
}

.testimonial_name_content figure {
    display: inline-block;
}

.testimonial_name_content figure img {
    width: 100%;
    border-radius: 50%;
}

.testimonial_name_content p {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    line-height: 30px;
    padding: 0px 50px;
    margin-top:0px;
}

.testimonial_name_content p span {
    margin-right: 15px;
}

.testimonial_name_content p span.testimonial_margin {
    margin-left: 10px;
}

.testimonial_name_content h2 {
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    line-height: 30px;
    margin-top: 15px;
}

section.patient_gallery {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 0px;
}

section.patient_gallery figure {
    width: 100%;
    float: left;
}

section.patient_gallery figure img {
    width: 100%;
    border: #000 solid 1px;
}

.patient_gallery_heading {
    width: 100%;
    float: left;
}

.patient_gallery_heading h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    position: relative;
    padding-bottom: 4px;
}

.patient_gallery_heading h2 font {
    color: #0fb7ff;
}

.patient_gallery_heading h2:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 6%;
    border-top: 3px solid #00aeef !important;
    z-index: 8 !important;
    font-family: 'Raleway', sans-serif;
}

.patient_gallery_heading h2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 9%;
    border-top: 1px solid #00aeef !important;
    z-index: 8 !important;
    font-family: 'Raleway', sans-serif;
}

footer {
    width: 100%;
    float: left;
    background: #141714;
    padding: 50px 0px 0px;
}

.footer_left_content {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.footer_left_content h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 29px;
    color: #fff;
    font-weight: bold;
}

.footer_left_content p {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #626362;
    font-style: italic;
}

.footer_left_content a {
    background: #55b6c7;
    padding: 12px 24px;
    color: #fff;
    margin-top: 40px;
    float: left;
    border-radius: 44px;
    text-decoration: none;
}

.footer_left_content a:hover {
    background: #000;
}

.footer_middle_content {
    width: 100%;
    float: left;
}

.footer_middle_content figure {
    width: 100%;
    float: left;
    margin-bottom:15px;
}

.footer_middle_content figure img {
    width: 100%;
}

.footer_right_content {
    width: 100%;
    float: left;
}

.footer_right_content h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 16px;
}

.footer_right_content h2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 5%;
    transform: translateX(-50%);
    width: 9%;
    border-top: 2px solid #00aeef !important;
    z-index: 8 !important;
    font-family: 'Raleway', sans-serif;
}

.footer_right_content p {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #626362;
}

.footer_right_content a {
    width: 33px;
    height: 33px;
    border: #626362 solid 1px;
    border-radius: 50%;
    float: left;
    text-align: center;
    color: #626362;
    line-height: 30px;
    margin-top: 15px;
    margin-right: 15px;
}

.footer_right_content a:hover {
    color: #55b6c7;
    border: #55b6c7 solid 1px;
}

.copyright {
    width: 100%;
    float: left;
    background: #000;
    margin-top: 50px;
    padding: 20px 0px;
}

.copyright p {
    float: left;
    margin-bottom: 0px;
    font-size: 14px;
    color: #626362;
}

.copyright span {
    float: right;
    margin-bottom: 0px;
    font-size: 14px;
    color: #626362;
}

.copyright span a {
    text-decoration: none;
    color: #626362;
}

section.breadcrumbs {
    width: 100%;
    float: left;
    background: url(../img/breadcrumbs.jpg) no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0px;
}

section.breadcrumbs ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

section.breadcrumbs ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
}

section.breadcrumbs ul li h1 {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 20px;
    margin-top: 0px;
}

section.breadcrumbs ul li a {
    float: left;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

section.about {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.about_content {
    width: 100%;
    float: left;
}

.about_content h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom:0px;
    font-weight: bold;
    font-size: 20px;
    color: #00b3ff;
    position: relative;
    padding-bottom: 16px;
}

.about_content h2:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 9%;
    transform: translateX(-50%);
    width: 17%;
    border-top: 3px solid #00aeef !important;
    z-index: 8 !important;
    font-family: 'Raleway', sans-serif;
}

.about_content p {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #939191;
    position: relative;
    padding-bottom: 5px;
    line-height: 30px;
    font-weight: normal;
}

.about_content a {
    
   
    text-decoration: none;
    color: #fff;
    margin-right: 3px;
    font-size: 16px;
    margin-top: 10px;
    float: left;
}

.about_content figure {
    width: 100%;
    float: left;
}

.about_content figure img {
    width: 100%;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.about_content figure button{background:none;border:none;}

.about_content figure button:hover{background:none;}

.about_content figure button:focus{outline:none;}

.about_content figure button:active{outline:none;background:none;border:none;}



section.health {
    width: 100%;
    float: left;
    background: #00b3ff;
    padding: 40px 0px;
}

.health_heading {
    width: 100%;
    float: left;
}

.health_heading h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    position: relative;
    text-align: center;
}

.health_content {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.counter-value {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.counter_pic {
    width: 100%;
    float: left;
}

.counter_pic figure {
    width: 100%;
    float: left;
    text-align: center;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    height: 79px;
    margin-bottom: 0px;
}

.counter_pic p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: bold;
}

.counter_border {
    width: 100%;
    float: left;
    border-right: #fff solid 1px;
}

.hekim_heading {
    width: 100%;
    float: left;
}

.hekim_heading h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

section.improving {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.improving_heading {
    width: 100%;
    float: left;
}

.improving_heading h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    position: relative;
    padding-bottom: 16px;
}

.improving_heading h2:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 9%;
    transform: translateX(-50%);
    width: 17%;
    border-top: 3px solid #00aeef !important;
    z-index: 8 !important;
    font-family: 'Raleway', sans-serif;
}

.improving_heading p {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 15px;
    color: #939191;
    position: relative;
    font-weight: normal;
    line-height: 30px;
}

.improving_heading a {
    background: #00b3ff;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
}

.improving_top_content {
    width: 100%;
    float: left;
}

.progress {
    height: 35px;
}

.progress .skill {
    font: normal 12px "Open Sans Web";
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

.progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

.progress-bar {
    text-align: left;
    transition-duration: 3s;
}

section.knee_replacement {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.knee_replacement_content {
    width: 100%;
    float: left;
    text-align: center;
}

.knee_replacement_content figure {
    display: inline-block;
}

.knee_replacement_content figure img {
    width:auto !important;
    border: #d6d6d6 solid 1px;
}

.knee_replacement_content h2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
}

.knee_replacement_content h2:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 4%;
    transform: translateX(-50%);
    width: 8%;
    border-top: 3px solid #00aeef !important;
    z-index: 8 !important;
}

.knee_replacement_content ul{width:100%;float:left;margin:0px 0px 20px 0px;padding:0px;}

.knee_replacement_content ul li{width:100%;float:left;margin:0px;padding:0px;font-size: 16px;
    color: #939191;background: url(../img/bg.png) no-repeat 0px 10px;list-style:none; padding-left: 17px;margin-bottom:10px;}

.knee_replacement_content ul li:last-child{margin-bottom:0px;}

section.appointment {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.appointment_left_content {
    width: 100%;
    float: left;
    text-align: center;
}

.appointment_left_content figure {
    display: inline-block;
    padding: 10px;
    border: #ccc solid 1px;
    margin-bottom: 15px;
}

.appointment_left_content figure img {
    width: 100%;
}

.appointment_left_content p {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #939191;
    position: relative;
    padding-bottom: 16px;
    line-height: 30px;
    font-weight: normal;
}

.appointmentwith_content {
    width: 100%;
    float: left;
    text-align: center;
}

.appointmentmiddle_content {
    width: 495px;
    display: inline-block;
    background: #f3f3f3;
    padding: 30px;
}

.expert_heading {
    width: 100%;
    float: left;
}

.expert_heading h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #000 !important;
    font-size: 30px;
}

.expert_heading p {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #939191;
    position: relative;
    padding-bottom: 16px;
    line-height: 30px;
    font-weight: normal;
}

.expert_name {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.expert_name p {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #000;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}

.expert_name p i {
    margin-right: 5px;
    font-size: 12px;
}

.appointment_name {
    width: 100%;
    float: left;
    border-radius: 0px !important;
    font-size: 12px !important;
}

.appointment_message {
    width: 100%;
    float: left;
    border-radius: 0px !important;
    font-size: 12px !important;
}

.appointment_name::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939191;
}

.appointment_name::-moz-placeholder {
    /* Firefox 19+ */
    color: #939191;
}

.appointment_name:-ms-input-placeholder {
    /* IE 10+ */
    color: #939191;
}

.appointment_name:-moz-placeholder {
    /* Firefox 18- */
    color: #939191;
}

.appointment_message::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939191;
}

.appointment_message::-moz-placeholder {
    /* Firefox 19+ */
    color: #939191;
}

.appointment_message:-ms-input-placeholder {
    /* IE 10+ */
    color: #939191;
}

.appointment_message:-moz-placeholder {
    /* Firefox 18- */
    color: #939191;
}

.captcha_code {
    width: 100%;
    float: left;
    text-align: center;
}

.captcha_code figure {
    width: 100%;
    display: inline-block;
}

.send_us {
    background: #00b3ff;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    margin-right: 3px;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

#preloader {
    background: #fff url(../img/preloader.gif) no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999999999;
}

section.testimonial_inner {
    width: 100%;
    float: left;
    background: #fff;
    padding: 60px 0px;
}

section.contact_content {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.contact_heading {
    width: 100%;
    float: left;
    text-align: center;
}

.contact_heading h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}

.contact_heading h2:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 8%;
    border-top: 3px solid #00aeef !important;
    z-index: 8 !important;
}

.contact_heading p {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #939191;
    position: relative;
    padding-bottom: 16px;
    line-height: 30px;
    font-weight: normal;
}

.contact_address {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
}

.contact_address_content {
    width: 210px;
    padding: 0px;
    display: inline-block;
    margin-right: 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_address_content:last-child {
    margin-right: 0px;
}

.contact_address_content i {
    color: #00aeef;
    margin-top: 10px;
    font-size: 15px;
}

.contact_address_content h2 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}

.contact_address_content p {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 2px;
}

.contact_form {
    padding: 10px 0px !important;
}

.contact_form_name {
    border-radius: 0px;
    font-size: 13px !important;
}

.contact_form_name::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939191;
}

.contact_form_name::-moz-placeholder {
    /* Firefox 19+ */
    color: #939191;
}

.contact_form_name:-ms-input-placeholder {
    /* IE 10+ */
    color: #939191;
}

.contact_form_name:-moz-placeholder {
    /* Firefox 18- */
    color: #939191;
}

.contact_message {
    width: 909px !important;
    border-radius: 0px !important;
    height: 200px !important;
    font-size: 13px !important;
}

.contact_message::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939191;
}

.contact_message::-moz-placeholder {
    /* Firefox 19+ */
    color: #939191;
}

.contact_message:-ms-input-placeholder {
    /* IE 10+ */
    color: #939191;
}

.contact_message:-moz-placeholder {
    /* Firefox 18- */
    color: #939191;
}

section.map {
    width: 100%;
    float: left;
}

.contact_bg {
    width: 100%;
    float: left;
    background: #000;
}

.contact_left_content {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 30px;
    padding: 50px 0px;
    border: #dedede solid 1px;
}

.testimonial_left_content {
    width: 100%;
    float: left;
    border-radius: 10px;
    border: #bbb solid 1px;
    padding: 30px;
    min-height:290px;
    margin-top: 45px;
    margin-bottom: 30px;
}

.testimonial_left_pic {
    width: 88px;
    height: 88px;
    float: left;
    margin-top: -74px;
}

.testimonial_left_pic img {
    width: 100%;
    border-radius: 50%;
    border: #bbb solid 5px;
}

.testimonial_left_content p {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #939191;
    position: relative;
    padding-bottom: 16px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
}

.testimonial_left_content h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: #929292;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

section.image_gallery {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

section.image_gallery figure {
    width: 100%;
    float: left;
    background: #000;
    margin-bottom:30px;
}

section.image_gallery figure img {
    width: 100%;
    border: #dadada solid 1px;
}

section.image_gallery p {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #939191;
    position: relative;
    line-height: 30px;
    font-weight: normal;
    border: #dadada solid 1px;
    text-align: center;
    border-top: none;
    padding: 20px 20px 20px 20px;
}

section.cas_study {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.cas_study_content {
    width: 100%;
    float: left;
}

.cas_study_content h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #fff;
    padding: 15px 20px;
    background: #00b3ff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.cas_left_content {
    width: 100%;
    float: left;
    background: #ececec;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.cas_left_content_pic {
    width: 100%;
    float: left;
}

.cas_left_content_pic figure {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

.cas_left_content_pic figure img {
    width: 100%;
    border: #cecece solid 2px;
}

.cas_right_content {
    width: 100%;
    float: left;
}

.cas_right_content p {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 15px;
    color: #939191;
    position: relative;
    font-weight: normal;
    line-height: 30px;
}

.case_study_link {
    float: right;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

#panel,
#flip {
    text-align: center;
    border-radius: 5px;
    width: 120px;
    margin-bottom: 0px;
    cursor: pointer;
    font-weight: bold;
    color: #00b3ff;
}

#panel,
#flip:hover {
    color: #000 !important;
}

#panel {
    padding: 20px;
    display: none;
    float: left;
    width: 100%;
    border-radius: 0px !important;
    margin-top: 0px;
    text-align: left;
    background: none !important;
    font-weight: normal;
    position: relative !important;
    padding: 0px !important;
    cursor: default !important;
}








#panel2,
#flip2 {
    text-align: center;
    border-radius: 5px;
    width: 120px;
    margin-bottom: 0px;
    cursor: pointer;
    font-weight: bold;
    color: #00b3ff;
}

#panel2,
#flip2:hover {
    color: #000 !important;
}

#panel2 {
    padding: 20px;
    display: none;
    float: left;
    width: 100%;
    border-radius: 0px !important;
    margin-top: 0px;
    text-align: left;
    background: none !important;
    font-weight: normal;
    position: relative !important;
    padding: 0px !important;
    cursor: default !important;
}





#panel3,
#flip3 {
    text-align: center;
    border-radius: 5px;
    width: 120px;
    margin-bottom: 0px;
    cursor: pointer;
    font-weight: bold;
    color: #00b3ff;
}

#panel3,
#flip3:hover {
    color: #000 !important;
}

#panel3 {
    padding: 20px;
    display: none;
    float: left;
    width: 100%;
    border-radius: 0px !important;
    margin-top: 0px;
    text-align: left;
    background: none !important;
    font-weight: normal;
    position: relative !important;
    padding: 0px !important;
    cursor: default !important;
}

.closed_icon3 {
    position: absolute;
    font-size: 19px;
    color: #000;
    cursor: pointer;
    bottom: 0px;
    right: 0px;
}
.closed_icon3:hover{color: #00b3ff;}

.closed_icon2 {
    position: absolute;
    font-size: 19px;
    color: #000;
    cursor: pointer;
    bottom: 0px;
    right: 0px;
}
.closed_icon2:hover{color: #00b3ff;}

.closed_icon {
    position: absolute;
    font-size: 19px;
    color: #000;
    cursor: pointer;
    bottom: 0px;
    right: 0px;
}

.closed_icon:hover {
    color: #00b3ff;
}

.case_study_left_content {
    width: 100%;
    float: left;
}

.case_study_left_content p {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 15px;
    color: #939191;
    position: relative;
    font-weight: normal;
    line-height: 30px;
}

.hip_replacement_border{width:100%;float:left;box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
-webkit-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);}

.disclaimer_content{width:100%;float:left;margin-top:20px;}

.disclaimer_content a{float:left;text-decoration:none;color:#626362;font-size:14px;margin-right:15px;}

.disclaimer_content a:hover{color:#55b6c7;}

section.privacy_policy{width:100%;float:left;padding:60px 0px;}

section.privacy_policy p{width: 100%;float: left;margin-top: 0px;margin-bottom:20px;
font-weight: bold;font-size: 16px;color: #939191;position: relative;padding-bottom: 5px;
line-height: 30px;font-weight: normal;}

section.privacy_policy h2 {width: 100%;float: left;margin-top: 0px;margin-bottom: 22px;font-weight: bold;
font-size: 20px;color: #00b3ff;position: relative;padding-bottom: 16px;}

section.privacy_policy h2:after{content: '';position: absolute;bottom: -1px;left:4%;
transform: translateX(-50%);width:8%;border-top: 3px solid #00aeef !important;z-index: 8 !important;
font-family: 'Raleway', sans-serif;}

.knee_replacement_leftcontent{width:100%;float:left;margin-top:20px;text-align:left;}

.knee_replacement_video{width:100%;float:left;margin-top:30px;}

.knee_replacement_video figure{width:100%;float:left;}





section.about figure:focus {
    outline: none !important;
}
section.about .btn-primary.focus, .btn-primary:focus, section.about .btn-primary.focus, .btn-primary:active{
    box-shadow: none;
}
section.about .btn-primary:not(:disabled):not(.disabled).active, section.about .btn-primary:not(:disabled):not(.disabled):active, section.about .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
section.about .btn-primary:not(:disabled):not(.disabled).active:focus, section.about .btn-primary:not(:disabled):not(.disabled):active:focus, section.about  .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.about_verilast{width:100%;float:left;margin-top:20px;}

.about_verilast h2{width:100%;float:left;margin-top:0px;margin-bottom:10px;font-size:20px;color:#000;}

.about_verilast p{width: 100%;float: left;margin-top: 0px;margin-bottom:15px;font-weight: bold;
font-size: 16px;color: #939191;position: relative;padding-bottom: 5px;line-height: 30px;
font-weight: normal;text-align:justify;}

.about_verilast figure{width:100%;float:left;}

.about_verilast figure img{width:100%;}

.technology_hips{width:100%;float:left;margin-top:30px;}

.technology_hips h2{width: 100%;float: left;margin-top: 0px;margin-bottom: 10px;font-size: 20px;
color: #000;font-weight:bold;position:relative;padding-bottom:15px;}

.technology_hips h2:after{content: '';position: absolute;bottom: -1px;left: 4%;
transform: translateX(-50%);width: 8%;border-top: 3px solid #00aeef !important;z-index: 8 !important;}

.technology_hips p{width: 100%;float: left;margin-top: 0px;margin-bottom: 15px;
font-weight: bold;font-size: 16px;color: #939191;position: relative;padding-bottom: 5px;
line-height: 30px;font-weight: normal;text-align:left;}

.technology_hips figure{width:100%;float:left;}

.technology_hips ul{width: 100%;float: left;margin: 0px 0px 20px 0px;padding: 0px;}

.technology_hips ul li {width: 100%;float: left;margin: 0px;padding: 0px;font-size: 16px;
color: #939191;background: url(../img/bg.png) no-repeat 0px 10px;list-style: none;padding-left: 17px;
margin-bottom: 10px;} 


section.page_content {
    width: 100%;
    float: left;
    padding: 200px 0px;
    background:#e2e2e2;
}

.page_content h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20em;
    color: #000;
    text-align: center;
}

.page_content p {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2em;
    text-align: center;
    color: #000;
}