@charset "utf-8";

@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot');
    src: url('fonts/fontello.eot#iefix') format('embedded-opentype'), url('fonts/fontello.woff') format('woff'), url('fonts/fontello.ttf') format('truetype'), url('fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
form {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #434343
}

a:focus,
button:focus {
    outline: 1px dotted #000;
}

/*----- Accessibility -----*/
.dfw-whitemode.accessible_on #Container .gdpCookie {
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 50px !important;
}

.accessible_on #Container .gdpCookie {
    position: fixed;
    z-index: 9999999;
    bottom: 0px !important;
    width: 80% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
    font-family: Arial, sans-serif !important;
    font-size: 90% !important;
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -webkit-box-shadow: 0px 0px 10px 1px rgb(51 51 51 / 50%);
    -moz-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.5);
    -ms-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.5);
    -o-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 10px 1px rgb(51 51 51 / 50%) !important;
    border-radius: 50px !important;
}

.dfw-greymode.accessible_on #Container .gdpCookie {
    background: rgba(204, 204, 204, 0.8) !important;
    color: #333;
    border: 1px solid #333;
}

.dfw-blackmode.accessible_on #Container .gdpCookie {
    background: rgba(0, 0, 0, 0.8) !important;
    color: #fff;
    border: 1px solid #fff;
}

.adaOn span {
    background: url(/css/ada-icn.png)no-repeat center center #16badd;
    color: #fff;
    border-radius: 50%;
}

.dfwOff,
.dfwOn {
    display: none;
}

.dfwActive.dfwOff,
.dfwActive.dfwOn {
    display: block;
}

.dfwOff {
    position: fixed;
    z-index: 99999;
    left: 5px;
    bottom: 20px;
    width: 50px;
    height: 50px;
}

.dfwOff li {
    position: absolute;
}

.dfwOff.adaHide {
    left: -40px;
}

.adaOn {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.adaOn span {
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'fontello';
    font-size: 30px;
}

.adaOn span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.adaClose {
    font: bold 11px/24px 'Roboto', sans-serif;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.adaClose a {
    border-radius: 5px;
    display: block;
    padding: 0px 8px;
    background: #16badd;
    color: #fff;
}

.dfwOff:hover .adaClose,
.dfwOff:focus .adaClose {
    left: 85%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.dfwOff:focus-within .adaClose {
    left: 85%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.dfwClose {
    position: absolute;
    font: bold 11px/24px 'Roboto', sans-serif;
    left: 50%;
    top: 0px;
    z-index: -1;
}

.dfwClose a {
    border-radius: 0px 5px 5px 0px;
    display: block;
    padding: 0px 8px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.dfw-whitemode .dfwClose a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.dfw-blackmode .dfwClose a {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.dfw-greymode .dfwClose a {
    background: #ccc;
    border: 1px solid #000;
    color: #000;
}

.dfwOn.dfwActive.dfwHide .dfwClose {
    visibility: visible;
    left: 75%;
}

.dfwOn.dfwActive.dfwHide .dfwClose a {
    padding: 0px 30px 0px 8px;
}

.dfwOn.dfwActive.dfwHide .dfwClose a::before {
    position: absolute;
    z-index: 1;
    content: '\f29a';
    left: calc(100% - 24px);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font: 400 20px/24px 'fontello';
}

.dfwOn:hover .dfwClose,
.dfwOn:focus .dfwClose,
.dfwOn.dfwActive.dfwHide:hover .dfwClose,
.dfwOn.dfwActive.dfwHide:focus .dfwClose {
    left: 100%;
}

.dfwOn:focus-within .dfwClose,
.dfwOn.dfwActive.dfwHide:focus-within .dfwClose {
    left: 100%;
}

.dfwOn {
    position: fixed;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font: normal 12px/20px 'Roboto', sans-serif;
    z-index: 9999;
    width: 200px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.dfwOn.dfwHide {
    left: -200px;
}

.dfwOn li {
    border-bottom: 1px dotted #ccc;
}

.dfwOn li:last-child {
    border-bottom: none;
}

.dfwOn li a {
    padding: 10px 15px;
    display: block;
}

.dfwOn li a::before {
    margin-right: 10px;
}

.dfw-whitemode .dfwOn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.dfw-blackmode .dfwOn {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}

.dfwOff,
.dfwOff.adaHide,
.adaClose,
.dfwOff:hover .adaClose,
.dfwOff:focus .adaClose,
.dfwClose,
.dfwOn:hover .dfwClose,
.dfwOn:focus .dfwClose,
.dfwOn.dfwActive.dfwHide:hover .dfwClose,
.dfwOn.dfwActive.dfwHide:focus .dfwClose,
.dfwOn,
.dfwOn.dfwHide {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dfwOff:focus-within .adaClose,
.dfwOn:focus-within .dfwClose,
.dfwOn.dfwActive.dfwHide:focus-within .dfwClose {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dfwHead {
    font: bold 14px/20px 'Roboto', sans-serif;
    padding: 15px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.dfw-whitemode .dfwHead,
.dfw-whitemode .dfwHide {
    background: #fff;
    color: #000;
}

.dfw-blackmode .dfwHead,
.dfw-blackmode .dfwHide {
    background: #000;
    color: #fff;
}

.dfw-greymode #Container * {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.dfw-whitemode .dfwHide a {
    border: 2px solid #000;
}

.dfw-blackmode .dfwHide a {
    border: 2px solid #fff;
}

.dfwHide .dfwHide {
    right: -10px;
}

.dfwHide .dfwHide a {
    padding-left: 20px;
}

.dfwHide.dfwOn:hover .dfwHide,
.dfwHide.dfwOn:focus .dfwHide {
    right: -65px;
}

.dfwHide.dfwOn:focus-within .dfwHide {
    right: -65px;
}

.dfwHide.dfwOn:hover .dfwHide a,
.dfwHide.dfwOn:focus .dfwHide a {
    padding-left: 50px;
}

.dfwHide.dfwOn:focus-within .dfwHide a {
    padding-left: 50px;
}

.dfw-skip {
    overflow: hidden;
    vertical-align: top;
    right: 5px;
    top: 0px;
    position: absolute;
    font: normal 12px/20px 'Roboto', sans-serif;
    display: none;
    z-index: 99;
    padding: 2px;
}

#skip-header.dfw-skip {
    top: 0px;
}

#skip-sidebar.dfw-skip {
    right: 0px;
}

.dfw-skip a {
    display: block;
    padding: 0px 5px;
}

.font-icon::before {
    content: attr(data-icon);
    font-family: "fontello";
}

.sm-icons {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99999;
    background: rgba(256, 256, 256, 0.8);
}

.sm-icons li a {
    display: block;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    padding: 0 5px;
    margin: 5px 3px;
    color: #13455A;
}
.smo-icons li{
    display: inline-block !important;
    margin: 0px 5px !important;
}
.smo-icons li img{
    border-radius: 10px;
}
img {
    vertical-align: middle;
    text-decoration: none;
    max-width: 100%;
    border: none
}

a {
    border: none;
    outline: none;
    text-decoration: none
}

.clear {
    clear: both
}

header,
.menu,
.banner,
.services,
.welcome,
.doc_blk,
.cond_trt_pat_resource,
.practice_video,
.req_appoint,
.map_blk,
.cred_bar,
footer,
.inner_banner,
.content,
#Blog_Container,
#Our_Mission_Container,
#Instagram_Bio_Container{
    float: left;
    width: 100%;
}

.header_sec,
nav,
.services_sec,
.welcome_sec,
.doc_blk_sec,
.cond_trt_pat_resource_sec,
.cred_bar_sec,
.content_sec,
.bred_sec,
#Blog_Intra,
#Our_Mission_Intra,
#Instagram_Bio_Intra{
    max-width: 1140px;
    margin: 0 auto;
}
#Instagram_Bio_Container{
    background: #3fa3da;
    height: 800px;
}

#Instagram_Bio_Container #Instagram_Bio_Intra {
    padding: 60px 5px;
    text-align: center;
}
#Instagram_Bio_Container .logo {
    margin: 30px auto;
    float: none !important;
    
}
#Instagram_Bio_Container .logo img{
    background: #fff;
    border-radius: 10px;
padding: 10px;
}
#Instagram_Bio_Container .links {
    max-width: 650px;
    margin: 20px 16%;
    /*display: inline-block;
    width: 100%;*/
}
#Instagram_Bio_Container .links li {
    margin: 8px auto;
    display: inline-block;
    width: 100%;
    animation: coming_left_to_right;
    animation-timing-function: linear;
}
#Instagram_Bio_Container .links li a {
    position: relative;
    background: #fff;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    padding: 15px 65px;
    font: 400 24px/30px 'Source Sans Pro', sans-serif;
    color: #3fa3da;
}
#Instagram_Bio_Container .links li a::before {
    content: '';
    position: absolute;
    background: url('../images/instagram-bio-link-sprite.png') no-repeat center top;
    width: 53px;
    height: 42px;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

#Instagram_Bio_Container .links li.visit a::before {

    background-position: 0 2px;

}
#Instagram_Bio_Container .links li.appointment a::before {
    background-position: 0 -74px;
}
#Instagram_Bio_Container .links li.blog a::before {
    background-position: 0 -152px;
}
#controls,
#controls1 {
    right: 30px;
    bottom: 30px;
    margin-top: 0;
    position: absolute;
    z-index: 999;
}

#controls li,
#controls1 li {
    cursor: pointer;
    display: inline-block;
    padding: 5px
}

#controls1 li {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%
}

#controls li.pause,
#controls1 li.pause {
    display: none
}

.dfw-blackmode .services_sec ul li a,
.dfw-blackmode .welcome h2,
.dfw-blackmode .welcome p,
.dfw-blackmode .review a,
.dfw-blackmode .doc_txt p,
.dfw-blackmode .cond_trt_pat_resource h2,
.dfw-blackmode .req_appoint_sec h2,
.dfw-blackmode .req_appoint_sec h4,
.dfw-blackmode .cred_bar h3,
.dfw-blackmode article p,
.dfw-blackmode article ul li,
.dfw-blackmode article ol li,
.dfw-blackmode .side_serv ul li a,
.dfw-blackmode .side_pat_resource_sec h2,
.dfw-blackmode .bred a,
.dfw-blackmode .bred,
.dfw-blackmode article h2,
.dfw-blackmode article h1,
.dfw-blackmode article h3 {
    color: #fff !important;
}

.dfw-blackmode .ypo {
    background: #fff !important;
}

.dfw-blackmode .smo li {
    float: left;
    background: #fff !important;
}

.dfw-blackmode article a {
    color: #ff0 !important;
}

.dfw-blackmode .doc_txt ul .doc_prof a,
.dfw-blackmode .side_doc_blk .side_view_prof a {
    color: #000 !important;
}

.dfw-blackmode .formHead {
    background: #000 !important;
}

.dfw-blackmode #servtabs li a {
    background: #005d70 !important;
}

.dfw-blackmode .content {
    background: #000;
}

.dfw-blackmode .menu,
.dfw-blackmode .menu ul li ul li a {
    background: #000 !important;
}

.dfw-blackmode .menu nav ul li a {
    color: #fff !important;
}

.logo {
    float: left;
    margin: 15px 0
}

.head_rght {
    float: right;
    margin: 22px 0 17px;
    width: 37%
}

.head_rght ul li {
    display: inline-block;
    text-align: center;
    padding: 0 13px 8px 5px
}

.head_phone {
    background: url(images/header-border-right.png) top right no-repeat
}

.head_rght ul li a {
    display: block;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #13455a;
    font-size: 14px;
    clear: both;
    font-weight: 900
}

.head_rght ul li .phone_icon {
    color: #737373;
    text-transform: uppercase;
    clear: both;
    padding: 0 0 1px 23px;
    display: block;
    background: url(images/header-sprite.png) -2px -1px no-repeat;
    font-family: 'Lato', sans-serif
}

.head_app {
    background: url(images/header-border-bottom.png) left top no-repeat;
    padding: 13px 0 0
}

.head_app a {
    display: block;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    padding: 0 0 5px 24px;
    background: url(images/header-sprite.png) -2px -93px no-repeat;
    float: none;
    width: 40%;
    margin: 0px auto;
}

.head_app a:first-child {
    background: url(images/header-sprite.png) -2px -191px no-repeat;
}

.menu {
    position: absolute;
    z-index: 3;
    background: url(images/menu-bg.png) 0 3px repeat-x
}

.menu nav ul li {
    position: relative;
    float: left
}

.menu nav ul li a {
    display: block;
    text-transform: uppercase;
    padding: 19px 16px;
    font-size: 13px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    letter-spacing: .6px;
    font-weight: 500;
    z-index: 2;
    position: relative
}

.slicknav_menu {
    display: none
}

.menu li::after {
    content: "";
    width: 90%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
    background: url(images/menu-hover.jpg) top center no-repeat;
    top: 0;
    height: 54px;
    right: 5%;
    position: absolute;
    z-index: 1
}

.menu li:hover::after,
.menu li:hover>a::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.menu ul li ul li a::after {
    height: 0
}

.menu ul li ul {
    z-index: 100;
    display: none;
    width: 240px;
    position: absolute;
    left: 0;
    top: 43px;
    border-bottom: 2px solid #39BEFF
}

.menu ul li ul li {
    float: none;
    font-size: 11px;
    text-align: left
}

.menu ul li ul li:after {
    background: none !important
}

.menu ul li ul li a {
    font-size: 14px;
    line-height: 15px;
    padding: 13px 0 13px 35px;
    color: #fff;
    border-bottom: 1px solid #39BEFF;
    background: #13455a url(images/menu-arrow.png) 0 13px no-repeat !important;
    text-align: left;
    -webkit-transition: linear .2s all;
    transition: linear .2s all
}

.menu ul li ul li a:hover {
    background: rgba(19, 69, 90, 0.9) url(images/menu-arrow.png) 0 -74px no-repeat !important;
    -webkit-transition: linear .2s all;
    transition: linear .2s all
}

.menu ul li:hover>ul {
    display: block;
    position: absolute;
    left: 0;
    padding: 11px 0 0
}

.menu ul li li:hover>ul {
    display: block;
    position: absolute;
    left: 100%;
    padding: 0;
    margin: 0;
    top: 0
}

.banner_sec,
.inner_banner_sec {
    margin: 0 auto;
    max-width: 2100px;
    position: relative
}

.banner {
    position: relative
}

.banner .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.banner .rslides>li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 488px;
    z-index: 999
}

.banner .rslides>li:first-child {
    position: relative;
    display: block;
    float: left
}

.banner .rslides>img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

.banner_one {
    background: url(images/banner-1.jpg) center 3px no-repeat
}

.banner_two {
    background: url(images/banner-2.jpg) center 3px no-repeat
}

.banner_three {
    background: url(images/banner-3.jpg) center 3px no-repeat
}

.banner_four {
    background: url(images/banner-4.jpg) center 3px no-repeat
}

.banner_five {
    background: url(images/banner-5.jpg) center 3px no-repeat
}

.banner_six {
    background: url(images/banner-6.jpg) center 3px no-repeat
}

.banner_txt_sec {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    min-height: 488px
}

.banner_txt {
    position: absolute;
    z-index: 3;
    top: 45%;
    right: 5%;
    width: 27%
}

.banner_txt h2 {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #666767;
    text-transform: uppercase
}

.banner_txt h3 {
    font-family: 'Lato', sans-serif;
    font-size: 67px;
    font-weight: 600;
    color: #13455a;
    text-transform: uppercase
}

#controls,
#controls1 {
    position: absolute;
    z-index: 9999999999;
    bottom: 30px;
    right: 30px
}

#controls li,
#controls1 li {
    display: inline-block;
    padding: 5px;
    cursor: pointer
}

#controls1 li {
    border-radius: 50%;
    background: #fff
}

#controls li#pause,
#controls1 li#pause {
    display: none
}

.bullet1 {
    bottom: 20px;
    position: absolute;
    right: 8%;
    width: 120px;
    z-index: 2
}

.bullet1 li a {
    background: url(images/banner-bullets.png) 0 1px no-repeat;
    float: left;
    height: 19px;
    margin: 0 1px 0 0;
    width: 19px
}

.bullet1 li a:hover,
.bullet1 li.rslides_here a {
    background: url(images/banner-bullets.png) no-repeat -18px 1px
}

.services {
    padding: 0 0 60px
}

.services_sec ul li a {
    display: block;
    float: left;
    width: 169px;
    text-align: center;
    padding: 275px 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #434344;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 105px
}

.serv_hip_preserv a {
    background: url(images/serv-hip-preservation.png) top center no-repeat
}

.serv_hip_replacemnt a {
    background: url(images/serv-hip-replacement.png) top center no-repeat
}

.serv_knee_preserv a {
    background: url(images/serv-knee-preservation.png) top center no-repeat
}

.serv_knee_replacemnt a {
    background: url(images/serv-knee-replacement.png) top center no-repeat
}

.serv_shoulder_preserv a {
    background: url(images/serv-shoulder-preservation.png) top center no-repeat
}

.serv_hip_preserv a:hover {
    background: url(images/serv-hip-preservation-hover.png) top center no-repeat
}

.serv_hip_replacemnt a:hover {
    background: url(images/serv-hip-replacement-hover.png) top center no-repeat
}

.serv_knee_preserv a:hover {
    background: url(images/serv-knee-preservation-hover.png) top center no-repeat
}

.serv_knee_replacemnt a:hover {
    background: url(images/serv-knee-replacement-hover.png) top center no-repeat
}

.serv_shoulder_preserv a:hover {
    background: url(images/serv-shoulder-preservation-hover.png) top center no-repeat
}

.welcome {
    padding: 45px 0 35px;
    background: url(images/joint-preservation-institute-tittle.png) top center no-repeat
}

.welcome h2 {
    color: #2e2e2e;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    text-align: center;
    font-weight: 300;
    margin: 0 0 35px
}

.welcome p {
    color: #434344;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    margin: 0 0 25px
}

.review {
    width: 190px;
    margin: 0 auto;
    float: none
}

.review a {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #3a3a3a;
    padding: 98px 0 0;
    text-align: center;
    background: url(images/review-button.png) top center no-repeat;
    transition: all .1s linear;
    -webkit-transition: all .1s linear
}

.review a:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transition: all .1s linear;
    -webkit-transition: all .1s linear
}

.doc_blk {
    background: #1D1D1D url(images/amir-jamali-sec-bg.jpg) top center no-repeat
}

.doc_pic {
    float: left;
    margin: 0 30px 0 55px
}

.doc_txt {
    float: left;
    width: 49%;
    margin: 80px 0 0
}

.doc_txt h2 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    letter-spacing: .6px;
    margin: 0 0 10px
}

.doc_txt h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 60px;
    color: #15b9dc;
    font-weight: 500;
    margin: 0 0 50px
}

.doc_txt p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #9e9d9d;
    letter-spacing: .6px;
    line-height: 26px
}

.doc_txt ul {
    margin: 40px 0 0
}

.doc_txt ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 600;
    padding: 18px 36px;
    display: block;
    float: left;
    margin: 0 10px 0 0
}

.doc_prof a {
    background: #00829b;
}

.doc_pub a {
    background: #13455a;
}

.cond_trt_pat_resource {
    padding: 45px 0 0;
    margin: 50px 0;
    background: url(images/joint-preservation-institute-tittle.png) top center no-repeat;
    border-bottom: 1px solid #eaeae9
}

.cond_trt_pat_resource h2 {
    color: #2e2e2e;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    margin: 0 0 35px
}

.cond_trt_pat_resource ul li {
    background: url(images/pat-resource-bg.png) 0 0 no-repeat;
    float: left;
    margin: 0 9px 13px 0
}

.cond_trt_pat_resource ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    display: block;
    padding: 22px 0 21px 60px;
    color: #2e2e2e;
    float: left;
    width: 210px
}

.cond_trt_pat_resource ul li a:hover {
    color: #15B9DC
}

/*.accessibility-contrast .cond_trt_pat_resource ul li a,
.accessibility-contrast .side_pat_resource_sec ul li a {
color: #000!important
}*/
.condt_trt {
    float: left;
    width: 49%
}

.condt_trt_hip a {
    background: url(images/conditions-treated-sprite.png) 16px 22px no-repeat
}

.condt_trt_knee a {
    background: url(images/conditions-treated-sprite.png) 16px -238px no-repeat
}

.condt_trt_shoulder a {
    background: url(images/conditions-treated-sprite.png) 16px -65px no-repeat
}

.condt_trt_elbow a {
    background: url(images/conditions-treated-sprite.png) 14px -324px no-repeat
}

.condt_trt_cell_thrpy a {
    background: url(images/conditions-treated-sprite.png) 16px -151px no-repeat
}

.condt_trt_hip a:hover {
    background: url(images/conditions-treated-sprite-hover.png) 16px 22px no-repeat
}

.condt_trt_knee a:hover {
    background: url(images/conditions-treated-sprite-hover.png) 16px -238px no-repeat
}

.condt_trt_shoulder a:hover {
    background: url(images/conditions-treated-sprite-hover.png) 16px -65px no-repeat
}

.condt_trt_elbow a:hover {
    background: url(images/conditions-treated-sprite-hover.png) 14px -324px no-repeat
}

.condt_trt_cell_thrpy a:hover {
    background: url(images/conditions-treated-sprite-hover.png) 16px -151px no-repeat
}

.pat_resource_blog a {
    background: url(images/patient-resource-sprite.png) 12px 20px no-repeat
}

.pat_resource_vid_test a {
    background: url(images/patient-resource-sprite.png) 15px -323px no-repeat
}

.pat_resource_news a {
    background: url(images/patient-resource-sprite.png) 13px -65px no-repeat
}

.pat_resource_proc_hang a {
    background: url(images/patient-resource-sprite.png) 15px -410px no-repeat;
    padding: 10px 0 13px 60px !important
}

.pat_resource_present a {
    background: url(images/patient-resource-sprite.png) 13px -147px no-repeat
}

.pat_resource_rehab_protocol a {
    background: url(images/patient-resource-sprite.png) 15px -494px no-repeat
}

.pat_resource_part_fac a {
    background: url(images/patient-resource-sprite.png) 13px -234px no-repeat
}

.pat_resource_part_educ a {
    background: url(images/patient-resource-sprite.png) 13px -580px no-repeat
}

.pat_resource_blog a:hover {
    background: url(images/patient-resource-sprite-hover.png) 12px 20px no-repeat
}

.pat_resource_vid_test a:hover {
    background: url(images/patient-resource-sprite-hover.png) 15px -323px no-repeat
}

.pat_resource_news a:hover {
    background: url(images/patient-resource-sprite-hover.png) 13px -65px no-repeat
}

.pat_resource_proc_hang a:hover {
    background: url(images/patient-resource-sprite-hover.png) 15px -410px no-repeat
}

.pat_resource_present a:hover {
    background: url(images/patient-resource-sprite-hover.png) 13px -147px no-repeat
}

.pat_resource_rehab_protocol a:hover {
    background: url(images/patient-resource-sprite-hover.png) 15px -494px no-repeat
}

.pat_resource_part_fac a:hover {
    background: url(images/patient-resource-sprite-hover.png) 13px -234px no-repeat
}

.pat_resource_part_educ a:hover {
    background: url(images/patient-resource-sprite-hover.png) 13px -580px no-repeat
}

.practice_video {
    background: url(images/patient-video-bg.jpg) 0 0 repeat;
    padding: 0 0 70px
}

.practice_video_sec {
    margin: 0 auto;
    max-width: 60%;
    position: relative;
    padding-top: 32%;
}

.practice_video_sec-inside {
    margin: 20px auto;
    max-width: 90%;
    position: relative;
    padding-top: 50%;
}

.practice_video_sec-inside iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.practice_video_sec h2 {
    text-align: center;
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #303030;
    top: 52px;
    width: 100%
}

.practice_video_sec h3 {
    text-align: center;
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #7e7e7e;
    top: 85px;
    width: 100%;
    font-weight: 400
}

.practice_video_sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.req_appoint {
    margin: 58px 0 68px
}

.req_appoint_sec {
    margin: 0 auto;
    max-width: 940px
}

.req_appoint_sec h2 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #2e2e2e;
    text-align: center;
    padding: 0 0 35px
}

.req_appoint_sec h4 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 10px 0 0 49px;
    color: #585858;
    font-weight: 400
}

.map_blk {
    background: #202020 url(images/map-blk-bg.jpg) top center no-repeat;
    padding: 50px 0 40px
}

.map_blk_sec {
    margin: 0 auto;
    max-width: 830px
}

.map_blk_sec .map_sec {
    background: url(images/map-sec-bg.png) 0 0 no-repeat;
    float: left;
    width: 100%
}

.map_blk_sec .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 46.7%;
    padding: 16px 0 16px 16px;
    margin: 0;
    float: left
}

.map_blk_sec .rslides>li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 999
}

.map_blk_sec .rslides>li:first-child {
    position: relative;
    display: block;
    float: left
}

.map_blk_sec .rslides>img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

.bullet2 {
    float: left;
    width: 49%;
    padding: 16px 16px 16px 0
}

.bullet2 li {
    text-align: center
}

.bullet2 li a {
    display: block
}

.bullet2 li:hover,
.bullet2 li.rslides_here {
    background: url(images/map-txt-bg.png) 0 0 no-repeat
}

.bullet2 li.rslides_here .map_tittle,
.bullet2 li.rslides_here .map_add,
.bullet2 li.rslides_here .map_phone {
    color: #fff
}

.bullet2 li.rslides_here .map_phone {
    background: url(images/map-phone-hover.png) 144px 13px no-repeat
}

.map_tittle {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #2e2e2e;
    padding: 22px 0 10px;
    display: block;
    font-weight: 600
}

.map_add {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #595858;
    line-height: 20px
}

.map_phone {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #595858;
    padding: 10px 0 34px 24px;
    display: block;
    font-weight: 600;
    background: url(images/map-phone.png) 144px 13px no-repeat
}

.cred_bar {
    padding: 35px 0 38px
}

.cred_bar h3 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #2e2e2e;
    font-weight: 400;
    text-align: center;
    background: url(images/cred-bar-tittle.png) center center no-repeat;
    margin: 0 0 30px
}

.cred_bar li {
    display: inline;
    margin: 0 6%
}

footer {
    background: #cecece;
    padding: 38px 0 36px
}

.foot_sec {
    max-width: 960px;
    margin: 0 auto
}

.foot_left {
    float: left;
    width: 75%;
    padding: 0 30px 0 0;
    background: url(images/footer-sep.jpg) right center no-repeat
}

.foot_menu {
    width: 100%;
    text-align: right
}

.foot_menu li {
    display: inline
}

.foot_menu ul li a {
    text-align: right;
    background: url(images/foot-menu-sep.jpg) center right no-repeat;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #2e2e2e;
    padding: 0 7px
}

.foot_menu .last a {
    background: none
}

.copy {
    color: #2e2e2e;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    clear: both;
    padding: 10px 0 5px;
    text-align: right
}

.ypo {
    float: right;
    margin: 10px 0 0
}

.foot_right {
    float: right;
    margin: 0 0 0 30px
}

.foot_right h2 {
    color: #2e2e2e;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 500
}

.smo {
    margin: 10px 0 0
}

.smo li {
    display: inline
}

.smo li a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    text-indent: -99999px;
    margin: 0 3px 0 0
}

/* .fb a {
background: url(images/smo-icons.png) 8px 0 no-repeat
}
.tweet a {
background: url(images/smo-icons.png) -37px 0 no-repeat
}
.link a {
background: url(images/smo-icons.png) -81px 0 no-repeat
}
.gplus a {
background: url(images/smo-icons.png) -171px 0 no-repeat
}
.ytube a {
background: url(images/smo-icons.png) -127px 0 no-repeat
} */
.inner_banner_sec {
    margin: 0 auto;
    max-width: 2100px;
    position: relative
}

.inner_banner {
    position: relative
}

.inner_banner .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.inner_banner .rslides>li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 347px;
    z-index: 999
}

.inner_banner .rslides>li:first-child {
    position: relative;
    display: block;
    float: left
}

.inner_banner .rslides>img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

.inner_banner_one {
    background: url(images/inner-banner-1.jpg) center 3px no-repeat
}

.inner_banner_two {
    background: url(images/inner-banner-2.jpg) center 3px no-repeat
}

.inner_banner_three {
    background: url(images/inner-banner-3.jpg) center 3px no-repeat
}

.inner_banner_four {
    background: url(images/inner-banner-4.jpg) center 3px no-repeat
}

.inner_banner_five {
    background: url(images/inner-banner-5.jpg) center 3px no-repeat
}

.inner_banner_six {
    background: url(images/inner-banner-6.jpg) center 3px no-repeat
}

.inner_banner_txt_sec {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    min-height: 347px
}

.inner_banner_txt {
    position: absolute;
    z-index: 3;
    top: 45%;
    right: 5%;
    width: 27%
}

.inner_banner_txt h2 {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #666767;
    text-transform: uppercase
}

.inner_banner_txt h3 {
    font-family: 'Lato', sans-serif;
    font-size: 67px;
    font-weight: 600;
    color: #13455a;
    text-transform: uppercase
}

.bullet3 {
    bottom: 20px;
    position: absolute;
    right: 8%;
    width: 120px;
    z-index: 2
}

.bullet3 li a {
    background: url(images/banner-bullets.png) 0 1px no-repeat;
    float: left;
    height: 19px;
    margin: 0 1px 0 0;
    width: 19px
}

.bullet3 li a:hover,
.bullet3 li.rslides_here a {
    background: url(images/banner-bullets.png) no-repeat -18px 1px
}

.content {
    padding: 25px 0 20px;
    border-bottom: 1px solid #9fdef8
}

.bred {
    padding: 0 0 18px;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    color: #15b9dc;
    font-family: 'Open Sans', sans-serif
}

.bred a {
    font-size: 14px;
    color: #4d4d4d
}

.lft_brd {
    margin: 0 10px 0 0
}

.rght_brd {
    margin: 0 0 0 10px
}

article {
    margin: 40px 0 0;
    width: 67%;
    float: right
}

article h1 {
    font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 15px;
    color: #15b9dc;
    font-weight: 500;
    text-align: center
}

article h1 img {
    margin: 0 3%
}

article h2 {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 0;
    color: #345E70;
    font-weight: 500
}

article h3 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 0;
    color: #15b9dc;
    font-weight: 500
}

article h4 {
    padding: 0 0 5px
}

article strong {
    padding: 0 0 5px
}

article a {
    color: #15b9dc
}

article p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding: 5px 0;
    line-height: 24px
}

article ul {
    padding: 5px 0 5px 20px
}

article ul li {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    list-style: disc;
    padding: 2px 0;
    line-height: 24px
}

article ol li {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    list-style-type: decimal;
    padding: 2px 0;
    line-height: 24px
}

aside {
    float: left;
    width: 300px;
    margin: 40px 0 0;
    padding: 0 40px 0 0;
    border-right: 1px solid #e3e3e3
}

.side_serv {
    margin: 0 0 45px
}

.side_serv ul {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.side_serv ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    display: block;
    padding: 45px 0 45px 105px;
    font-weight: 600;
    border-top: 1px solid #ebebeb;
    color: #434344;
    text-transform: uppercase
}

.side_serv_hip_preserv a {
    background: url(images/sidebar-serv-sprite.png) 1px 3px no-repeat
}

.side_serv_knee_preserv a {
    background: url(images/sidebar-serv-sprite.png) 1px -99px no-repeat
}

.side_serv_shoulder_preserv a {
    background: url(images/sidebar-serv-sprite.png) 1px -202px no-repeat
}

.side_serv_hip_preserv a:hover {
    background: url(images/sidebar-serv-sprite-hover.png) 1px 3px no-repeat
}

.side_serv_knee_preserv a:hover {
    background: url(images/sidebar-serv-sprite-hover.png) 1px -99px no-repeat
}

.side_serv_shoulder_preserv a:hover {
    background: url(images/sidebar-serv-sprite-hover.png) 1px -202px no-repeat
}

.side_serv_hip_replacemnt a {
    background: url(images/sidebar-serv-sprite.png) 1px -94px no-repeat
}

.side_serv_knee_replacemnt a {
    background: url(images/sidebar-serv-sprite.png) 1px -294px no-repeat
}

.side_serv_hip_replacemnt a:hover {
    background: url(images/sidebar-serv-sprite-hover.png) 1px -94px no-repeat
}

.side_serv_knee_replacemnt a:hover {
    background: url(images/sidebar-serv-sprite-hover.png) 1px -294px no-repeat
}

.side_doc_blk {
    position: relative;
    margin: 0 0 45px
}

.side_doc_blk h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #fff;
    font-style: italic;
    font-weight: 500
}

.side_doc_blk h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 60px;
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    color: #15b9dc;
    font-weight: 500
}

.side_doc_blk .side_view_prof {
    position: absolute;
    bottom: 20px;
    left: 50px
}

.side_doc_blk .side_view_prof a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 600;
    padding: 18px 0;
    display: block;
    background: #15b9dc;
    width: 200px;
    text-align: center
}

.side_pat_resource_sec {
    clear: both
}

.side_pat_resource_sec h2 {
    color: #2e2e2e;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 24px
}

.side_pat_resource_sec ul li {
    background: url(images/side-pat-resource-bg.png) 0 0 no-repeat;
    float: left;
    width: 300px;
    margin: 0 0 10px
}

.side_pat_resource_sec ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    display: block;
    padding: 22px 0 21px 70px;
    color: #2e2e2e
}

.side_pat_resource_sec ul li a:hover {
    color: #15B9DC
}

.side_pat_resource_blog a {
    background: url(images/patient-resource-sprite.png) 12px 20px no-repeat
}

.side_pat_resource_vid_test a {
    background: url(images/patient-resource-sprite.png) 15px -323px no-repeat
}

.side_pat_resource_news a {
    background: url(images/patient-resource-sprite.png) 13px -65px no-repeat
}

.side_pat_resource_proc_hang a {
    background: url(images/patient-resource-sprite.png) 15px -410px no-repeat;
    padding: 10px 0 10px 60px !important
}

.side_pat_resource_present a {
    background: url(images/patient-resource-sprite.png) 13px -147px no-repeat
}

.side_pat_resource_rehab_protocol a {
    background: url(images/patient-resource-sprite.png) 15px -494px no-repeat
}

.side_pat_resource_part_fac a {
    background: url(images/patient-resource-sprite.png) 13px -234px no-repeat
}

.side_part_educ a {
    background: url(images/patient-resource-sprite.png) 13px -580px no-repeat
}

.doc_prof_pg ul {
    clear: both;
    padding: 0 0 5px
}

.span_lft {
    float: left;
    width: 30%;
    display: block
}

.span_rght {
    float: right;
    width: 70%;
    display: block
}

.img_lft {
    float: left;
    margin: 0 10px 10px 0
}

.img_rght {
    float: right;
    margin: 0 0 10px 10px
}

.img_centre {
    text-align: center;
    margin: 10px 0
}

#accordion {
    position: relative
}

.ui-accordion-content {
    float: left;
    margin: 0 0 10px;
    width: 100%
}

#accordion h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px;
    background: #335D6F url(images/accordian-arrw.png) 96% center no-repeat;
    display: block;
    cursor: pointer;
    padding: 7px 10px;
    width: 96%;
    clear: both
}

.serv_pg_blk {
    float: left;
    width: 100%;
    background: url(images/serv-pg-line.png) 0 0 no-repeat
}

.serv_pg_blk_pic {
    float: left;
    margin: 0 25px 0 0
}

.serv_pg_blk_txt {
    float: left
}

.serv_pg_blk_txt ul li a {
    color: #146b8c;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px
}

.video_testimonial_pg iframe {
    width: 90%;
    height: 400px
}

.proc_handout_pg {
    float: left;
    margin: 0 10px 10px 0;
    border: 2px solid #13465B
}

.serv_tabs {
    padding: 0
}

.serv_tabs li {
    padding: 0;
    list-style: none
}

.serv_tabs li a {
    background: url(images/serv-blks-bg.png) 0 0 no-repeat;
    padding: 21px 0 21px 18px;
    width: 252px;
    margin: 0 10px 10px 0;
    display: block;
    float: left;
    color: #434344;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px
}

.cellular-tabs li a {
    background: url(images/serv-blks-cellular-bg.png) 0 0 no-repeat !important;
    padding: 8px 0 34px 18px;
    width: 340px;
}

.serv_tabs li a:hover {
    background: url(images/serv-blks-bg-hover.png) 0 0 no-repeat;
    color: #fff
}

.cellular-tabs li a:hover {
    background: url(images/serv-blks-cellular-bg-hover.png) 0 0 no-repeat !important;
}

.form-tabs,
.forms-home {
    float: left;
    width: 100%;
    clear: both
}

#servtabs {
    padding: 0
}

#servtabs li {
    padding: 0;
    list-style: none;
    float: left;
    border-bottom: 1px solid #15B9DC;
    border-top: 1px solid #15B9DC
}

#servtabs li a {
    background: #15B9DC;
    padding: 15px 0 15px 18px;
    width: 222px;
    margin: 3px;
    display: block;
    float: left;
    color: #434344;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center
}

#servtabs li a:hover,
#servtabs li a.selected {
    background: #13465B;
    color: #fff
}

.cond-proc {
    padding: 10px 0 0;
    float: left;
    width: 100%
}

.cond-proc li {
    padding: 0;
    list-style: none;
    border: 1px solid #345E70;
    float: left;
    margin: 0 13px 13px 0
}

.cond-proc li a {
    background: #345E70;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 0 9px 13px;
    width: 347px;
    float: left;
    color: #fff;
    display: block;
    margin: 3px;
    -webkit-transition: .3s linear all;
    transition: .3s linear all
}

.cond-proc li a:hover {
    background: #15B9DC;
    color: #000;
    -webkit-transition: .3s linear all;
    transition: .3s linear all
}

.videoBorder {
    border: 4px solid #15B9DC;
    margin: 15px auto;
    padding: 54% 0 0;
    position: relative;
    width: 90%
}

.videoBorder iframe,
.videoBorder embed,
.multiBorder iframe,
.multiBorder embed {
    border: 0 none !important;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100.1%
}

.ortho-pic {
    border: 1px solid #f2f2f2;
    float: right;
    margin: 0 10px 10px;
    padding: 10px
}

.multiBorder {
    width: 95%;
    position: relative;
    margin: 10px auto;
    padding: 90% 0 0;
    height: 800px
}

.website-cont {
    width: 100%;
    border: 1px solid #ccc;
    background: #15B9DC
}

.website-cont ul li {
    float: left;
    list-style: outside none none
}

.website-cont ul li a {
    color: #fff
}

.tableborder {
    border: 1px solid #335D6F;
    border-radius: 0
}

.text-address {
    color: #707070;
    font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
    padding: 0 10px;
    text-align: left;
    text-decoration: none
}

.text-address a {
    color: #0a556b;
    font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline
}

.text-address a:hover {
    color: #0a556b;
    text-decoration: underline
}

.tableborder {
    margin: 10px 0;
    width: 98.5%
}

.tableborder h2 {
    font-size: 19px;
    line-height: 23px
}

.tableborder h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center
}

.tableborder .formHead {
    background: #F0F0F0 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.tel-schema {
    height: 5px
}

.tel-schema span {
    color: #0a556b
}

.tel-schema img {
    float: left;
    margin: 0 10px 0 0
}

.schema-left,
.schema-right {
    float: left;
    text-align: center;
    width: 50%
}

.schema-left ul li,
.schema-right ul li {
    list-style: none;
}

.tel-schema .fa.fa-volume-control-phone {
    color: #124a7e;
    font-size: 18px;
    margin: 0 4px 0 0
}

.tel-schema .fa.fa-fax {
    color: #124a7e;
    font-size: 18px;
    margin: 0 4px 0 0
}

.tel-schema .fa.fa-globe {
    color: #124a7e;
    font-size: 18px;
    margin: 0 4px 0 0
}

.hr {
    border-bottom: 2px dashed #ccc;
    clear: both;
}

.pub_pdf_pg {
    padding: 0
}

.pub_pdf_pg li {
    list-style: none;
    font-size: 17px;
    line-height: 27px;
    border-bottom: 1px solid #2E2E2E;
    padding: 6px 0
}

.pub_pdf_pg li a {
    color: #13455a
}

.pub_pdf_pg li a:hover {
    color: #359ED1
}

.cred_bar_sec {
    padding: 10px 0 20px;
    position: relative
}

.cred_bar_sec img {
    padding: 0 50px
}

.np .next,
.np .prev {
    position: absolute;
    cursor: pointer;
    height: 186px;
    top: -10px;
    z-index: 9;
    width: 56px
}

.np .next {
    background: url(images/cred-bar-right-arrow.png) center no-repeat #fff;
    right: 0
}

.np .prev {
    background: url(images/cred-bar-left-arrow.png) center no-repeat #fff;
    left: 0
}

.logo-left {
    width: 80%;
    float: left
}

.pagelet-posts li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #666;
}

#Blog_Container {
    border-bottom: 1px solid #e1e1e1;
}

#Blog_Container #Blog_Intra {
    padding: 50px 0;
}

#Blog_Container #Blog_Intra .title {
    text-align: center;
    padding: 40px 0 0 0;
    position: relative;
    font: 300 40px/48px 'Lato', sans-serif;
    color: #2e2e2e;
}

#Blog_Container #Blog_Intra .title a {
    display: inline-block;
    font: 300 40px/48px 'Lato', sans-serif;
    color: #2e2e2e;
}

#Blog_Container #Blog_Intra .title::before {
    content: '';
    width: 110px;
    height: 20px;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

#Blog_Container #Blog_Intra .recent-blog-post-list {
    text-align: center;
    padding: 0;
    margin: 30px auto;
    max-height: 300px;
    position: relative;
    overflow: hidden;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 15px 10px;
    width: 46%;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li>div {
    display: inline-block;
    vertical-align: top;
    width: 52%;
    position: relative;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-image {
    width: auto;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-image a {
    display: block;
    position: relative;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-image a::before {
    content: '';
    background: rgba(256, 256, 256, 0.2);
    width: 90%;
    height: 85%;
    right: 0;
    position: absolute;
    border: 1px solid #dadeca;
    top: 50%;
    transform: translate(0, -50%);
}

#Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-content {
    text-align: left;
    padding: 10px 8px 10px 20px;
    margin: 0px 0 0px -15px;
    box-shadow: 0 5px 10px #ddd;
    background: #fff;
    min-height: 240px;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-content .recent-post-title {
    margin: 10px auto;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-content .recent-post-title a {
    font: 700 18px/22px 'Lato', sans-serif;
    color: #15b9dc;
    display: inline-block;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-content p {
    color: #434344;
    font: 300 16px/22px 'Lato', sans-serif;
    display: inline-block;
    margin: 7px auto;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-content p.read-more {
    display: block;
    margin: 10px auto;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-content p.read-more a {
    font: 400 15px/22px 'Lato', sans-serif;
    color: #fff;
    display: inline-block;
    background: #15b9dc;
    padding: 7px 12px;
    text-transform: uppercase;
}

#Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-content .dr-name a {
    color: #15b9dc;
    display: inline-block;
}

#Blog_Container #Blog_Intra .viewmore {
    text-align: center;
    margin: 25px auto;
}

#Blog_Container #Blog_Intra .viewmore a {
    display: inline-block;
    font: 400 16px/22px 'Lato', sans-serif;
    color: #fff;
    background: #13455a;
    padding: 8px 20px;
    text-transform: uppercase;
}

#Smo-Parent {
    position: fixed;
    right: 0;
    top: 50%;
    background: rgba(0, 0, 0, 0.5);
    transform: translate(0, -50%);
    width: 50px;
    height: 200px;
    z-index: 9999;
}

#Our_Mission_Container {
    margin: 20px auto 50px auto;
    border-top: 1px solid #eee;
}

#Our_Mission_Container #Our_Mission_Intra .title {
    text-align: center;
    padding: 40px 0 0 0;
    position: relative;
    font: 300 40px/48px 'Lato', sans-serif;
    color: #2e2e2e;
    margin: 30px auto 20px auto;
}

#Our_Mission_Container #Our_Mission_Intra .title::before {
    content: '';
    background: url(images/joint-preservation-institute-tittle.png) no-repeat top center;
    width: 110px;
    height: 20px;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

#Our_Mission_Container #Our_Mission_Intra p {
    color: #434344;
    font: 300 18px/25px 'Lato', sans-serif;
    text-align: center;
    margin: 7px auto;
    width: 95%;
}

article .videos-list {
    padding: 0;
    margin: 10px auto;
    display: inline-block;
    width: 100%;
    clear: both;
}

article .videos-list li {
    text-align: center;
    padding: 20px 0;
    margin: 20px auto;
    list-style: none;
    border-bottom: 1px dashed #ddd;
}

article .videos-list li:last-child {
    border: none;
}

article .videos-list li h2 {
    font: 400 26px/32px 'Open Sans', sans-serif;
    text-align: left;
}

article .videos-list li .video-parent {
    position: relative;
    margin: 20px auto;
    padding: 55% 0 0 0;
    width: 95%;
}

article .videos-list li .video-parent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 3px;
}

article .blog-posts {
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

article .blog-posts li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    text-align: center;
    max-height: 530px;
    margin: 40px 10px;
    position: relative;
    padding: 10px 8px;
    min-width: 300px;
}

article .blog-posts li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    top: 137px;
    box-shadow: 0 5px 10px 4px #dedede;
}

article .blog-posts li .post-image {
    position: relative;
    padding: 140px 0;
}

article .blog-posts li .post-image a {
    position: absolute;
    width: 222px;
    height: 275px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

article .blog-posts li .post-image a img {
    padding: 2px;
    border: 1px solid #ccc;
}

article .blog-posts li .post-content {
    padding: 0;
    margin: auto;
}

article .blog-posts li .post-content .post-title {
    margin: auto;
    min-height: 60px;
}

article .blog-posts li .post-content .post-title a {
    font: 400 21px/23px 'Open Sans', sans-serif;
    display: inline-block;
    color: #15b9dc;
}

article .blog-posts li .post-content .post-excerpt {
    position: relative;
    overflow: hidden;
    height: 85px;
}

article .blog-posts li .post-content p {
    color: #525252;
    font: 400 15px/22px 'Lato', sans-serif;
}

article .blog-posts li .post-content .read-more {
    text-align: center;
    padding: 0;
    margin: 15px auto;
}

article .blog-posts li .post-content .read-more a {
    display: inline-block;
    color: #000;
    background: #EAEAE9;
    padding: 8px 15px;
    border-radius: 15px;
}

article .blog-image-center {
    text-align: center;
    margin: 20px auto;
    max-width: 500px;
}

article .post-featured-image {
    display: none;
}

article .blog-img-right {
    float: right;
    margin: 5px 5px 5px 10px;
}

article .blog-image-center img,
article .blog-img-right img {
    border: 1px solid #ccc;
    padding: 2px;
}

article .image-center-with-text {
    text-align: center;
    margin: 15px auto;
    padding: 0;
}

article .image-center-with-text img {
    display: block;
    margin: auto;
}

article .image-center-with-text span {
    display: block;
    margin: auto;
    text-align: center;
    font: 600 17px/22px'Lato', sans-serif;
}

article .cms-iframe-parent {
    padding: 51% 0 0 0;
    margin: 15px auto;
    text-align: center;
    display: inline-block;
    width: 92%;
    min-width: 300px;
    position: relative;
}

article .cms-iframe-parent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 3px;
}

.blog-pagination {
    text-align: center;
    margin: 15px auto;
}

article .services-parent {
    text-align: center;
    padding: 0;
    margin: 30px auto;
}

article .services-parent li {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    margin: 15px 10px;
    position: relative;
    min-height: 450px;
}

article .services-parent li::before {
    content: '';
    border: 1px solid #eee;
    width: 350px;
    height: 325px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
    z-index: -1;
    box-shadow: 0 0 9px 5px #eee;
}

article .services-parent li span {
    display: block;
    text-align: center;
}

article .services-parent li .images {}

article .services-parent li .images a {
    position: relative;
    width: 175px;
    height: 200px;
    display: inline-block;
    text-align: center;
}

article .services-parent li .images a::before {
    content: '';
    position: absolute;
    width: 175px;
    height: 200px;
    left: 0;
    right: 0;
    margin: auto;
}

article .services-parent li .images a:hover::before {}

article .services-parent li.hip .images a::before {
    background-position: 0 0;
}

article .services-parent li.knee .images a::before {
    background-position: -376px 0;
}

article .services-parent li.shoulder-elbow .images a::before {
    background-position: -756px 0;
}

article .services-parent li .conetent {
    margin: 5px auto;
}

article .services-parent li .conetent h3 {
    text-align: center;
}

article .services-parent li .conetent h3 a {
    color: #13455A;
    display: inline-block;
    font: 600 20px/28px 'Lato', sans-serif;
    text-transform: uppercase;
}

article .services-parent li .conetent p {
    padding: 10px;
    font: 400 16px/24px 'Lato', sans-serif;
}

article .services-parent li .conetent span.readmore {
    text-align: center;
    margin: 8px auto;
}

article .services-parent li .conetent span.readmore a {
    display: inline-block;
    padding: 8px 25px;
    font: 400 18px/24px 'Lato', sans-serif;
    text-align: center;
    color: #fff;
    background: #13455A;
    border-radius: 10px;
}

.specialities_page {
    width: auto;
    margin: 0 60px;
}

article .videos-list li .video-img {
    position: relative;
    margin: 20px auto;
    padding: 55% 0 0 0;
    width: 95%;
}

.full_width {
    width: 100%;
}

article .popup-videos-list {
    padding: 0;
    margin: 20px auto;
    text-align: center;font-size: 0;
}

article .popup-videos-list li {
    display: inline-block;
    vertical-align: top;
    padding: 15px 2%;
    margin:  auto;
    width: 320px;transition: 0.5s ease-in-out;
}
article .popup-videos-list li:hover {
    box-shadow: 0 0 8px 2px #ccc;
}
article .popup-videos-list li h2 {
    font: 400 18px/25px 'Open Sans', sans-serif;
    margin: 5px auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 70px;
    color: #345E70;
}

article .popup-videos-list li .popup-video-parent {}

article .popup-videos-list li .popup-video-parent a {position: relative;display: inline-block;}

article .popup-videos-list li .popup-video-parent a::before {
    content: "\F16A";
    position: absolute;
    font: 400 40px/40px "fontello";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: rgba(0,0,0,0.7);transition: 0.5s ease-in-out;
}

article .popup-videos-list li:hover .popup-video-parent a::before {
    
    color: #FF0000;opacity: 1;
}
article .popup-videos-list li .popup-video-parent img {
    padding: 3px;
    border: 1px solid #ccc;
    max-width: 314px;
}


/*.cond-proc li a {
    font-size: 13px !important;
}*/
@media screen and (min-width:1500px) {

    .bullet1,
    .bullet3 {
        right: 25%
    }
}

@media screen and (max-width:1140px) {
    .logo {
        width: 57%
    }

    .head_rght {
        width: 43%
    }

    .menu nav ul li a {
        padding: 19px 21px
    }

    .banner_txt {
        width: 33%
    }

    .services_sec ul li a {
        margin: 0 74px
    }

    .doc_pic {
        margin: 0 5px
    }

    .doc_txt h1 {
        font-size: 50px
    }

    .cond_trt_pat_resource ul li a {
        font-size: 14px;
        padding: 22px 0 21px 50px;
        width: 180px
    }

    .pat_resource_proc_hang a {
        padding: 13px 0 10px 50px !important
    }

    .cred_bar li {
        margin: 0 4%
    }

    .inner_banner_txt {
        width: 33%
    }

    article {
        width: 64%
    }

    aside {
        margin: 40px 10px 0;
        padding: 0 20px 0 0
    }

    #servtabs li {
        float: none;
        margin: 2px auto
    }

    #servtabs li a {
        float: none;
        margin: 3px auto
    }

    #Blog_Container #Blog_Intra .recent-blog-post-list {
        max-height: unset;
    }

    #Blog_Container #Blog_Intra .recent-blog-post-list li {
        width: auto;
        margin: 25px auto;
    }
}

@media screen and (max-width:958px) {
    .logo {
        width: 45%
    }

    .head_rght {
        width: 54%
    }

    .menu nav ul li a {
        padding: 19px 8px;
    }

    .banner_txt {
        width: 42%
    }

    .banner .rslides>li {
        background-position: -586px 0
    }

    .services_sec ul li a {
        margin: 0 40px
    }

    .doc_pic {
        margin: 109px 5px 0;
        width: 368px
    }

    .doc_txt h1 {
        font-size: 42px
    }

    .pat_resource>ul {
        float: none;
        margin: 0 auto;
        width: 565px
    }

    .cond_trt_pat_resource ul li {
        min-height: 77px
    }

    .cond_trt_pat_resource ul li a {
        font-size: 15px;
        padding: 22px 0 21px 60px;
        width: 213px
    }

    .pat_resource_proc_hang a {
        padding: 10px 0 10px 60px !important
    }

    .pat_resource_sec ul li {
        margin: 0 3px;
        width: 249px
    }

    .pat_resource_sec ul li a {
        font-size: 15px
    }

    .map_blk_sec .rslides>li {
        width: 360px
    }

    .map_tittle {
        padding: 21px 0 10px
    }

    .map_phone,
    .map_phone:hover,
    .bullet2 li.rslides_here .map_phone {
        background-position: 124px 13px
    }

    .cred_bar li {
        margin: 0 1%
    }

    .inner_banner_txt {
        width: 44%
    }

    article {
        width: 54%
    }

    .req_appoint_sec {
        max-width: 768px
    }

    .schema-left,
    .schema-right {
        float: none;
        text-align: center;
        width: 98%
    }

    .logo-right {
        margin: 0 25%
    }

    #accordion h2 {
        width: 95%
    }

    .foot_left {
        width: 68%;
    }

   .sm-icons {
	left: 0;
	top: auto;
	transform: translate(0, 0%);
	right: 0;
	margin: auto;
	bottom: 0;
	text-align: center;
	 background: rgba(256, 256, 256, 0.8);
}
footer {
	background: #cecece;
	padding: 38px 0 51px;
}
    .sm-icons li {
        display: inline-block;
        margin-right: 2px;
        vertical-align: top;
    }
}

@media screen and (max-width:766px) {
    .video-sec .videos-list li {
        display: block !important;
        width: 95% !important;
        margin: auto !important;
    }

    .video-sec .videos-list li h2 {
        min-height: 5px !important;
        padding-top: 25px !important;
    }

    .menu {
        display: none
    }

    .slicknav_menu {
        display: block;
        font-family: 'Raleway', sans-serif
    }

    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: .438em .625em;
        line-height: 1.125em;
        cursor: pointer
    }

    .slicknav_menu .slicknav_menutxt {
        display: block;
        float: left;
        padding: 0 1px
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        margin: .188em 0 0 .438em
    }

    .slicknav_menu .slicknav_no-text {
        margin: 0
    }

    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 2px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
    }

    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
        margin-top: .188em
    }

    .slicknav_nav {
        clear: both
    }

    .slicknav_nav ul,
    .slicknav_nav li {
        display: block
    }

    .slicknav_nav ul {
        margin: 0 0 0 20px;
        padding: 0
    }

    .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em
    }

    .slicknav_nav .slicknav_item {
        display: block;
        cursor: pointer
    }

    .slicknav_nav a {
        display: block
    }

    .slicknav_nav .slicknav_item a {
        display: inline
    }

    .slicknav_menu:before,
    .slicknav_menu:after {
        content: " ";
        display: table
    }

    .slicknav_menu:after {
        clear: both
    }

    .slicknav_menu {
        *zoom: 1
    }

    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        border-radius: 4px;
        background-color: #fff;
        width: 80px;
        height: 14px;
        float: none;
        margin: 4px auto 9px
    }

    .slicknav_menu .slicknav_menutxt {
        color: #000;
        font-weight: 700
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #000
    }

    .slicknav_menu {
        padding: 5px 0 0;
        background: #13455A;
        clear: both
    }

    .slicknav_nav {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: .875em;
        border-top: 1px solid #fff
    }

    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        background: #13455A
    }

    .slicknav_nav ul {
        padding: 0
    }

    .slicknav_nav .slicknav_item {
        padding: 5px 10px;
        margin: 2px 5px
    }

    .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px;
        text-decoration: none;
        color: #fff
    }

    .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0
    }

    .slicknav_nav .slicknav_item:hover {
        border-radius: 6px;
        background: #39BEFF;
        color: #fff
    }

    .slicknav_nav a:hover {
        border-radius: 2px;
        background: #39BEFF;
        color: #fff
    }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px
    }

    .slicknav_nav li {
        border-bottom: 1px solid #fff
    }

    .logo {
        float: none;
        margin: 10px auto;
        width: 72%
    }

    .head_rght {
        width: 422px;
        float: none;
        margin: 10px auto
    }

    .banner .rslides>li {
        background-size: 170% auto;
        background-position: -235px 0;
        height: 251px
    }

    .banner_txt {
        top: 10%
    }

    .banner_txt h2 {
        font-size: 23px
    }

    .banner_txt h3 {
        font-size: 45px
    }

    .services_sec ul li a {
        margin: 0 18px
    }

    .doc_pic {
        margin: 177px 5px 0;
        width: 301px
    }

    .doc_txt h2 {
        font-size: 18px
    }

    .doc_txt h1 {
        font-size: 32px;
        margin: 0 0 13px
    }

    .doc_txt ul li a {
        margin: 0 10px 0 0;
        padding: 14px 20px
    }

    .cond_trt_pat_resource h2 {
        font-size: 31px
    }

    .practice_video_sec h2,
    .practice_video_sec h3 {
        top: auto;
        position: relative;
        padding: 0 0 10px
    }

    .practice_video_sec iframe {
        padding: 0
    }

    .map_blk_sec .rslides,
    .map_blk_sec .rslides>li {
        width: 300px
    }

    .bullet2 {
        width: 48%
    }

    .map_phone,
    .map_phone:hover,
    .bullet2 li.rslides_here .map_phone {
        background-position: 83px 13px
    }

    .map_tittle {
        padding: 10px 0
    }

    .map_phone {
        padding: 10px 0 17px 24px
    }

    .cred_bar li {
        margin: 0
    }

    .foot_left {
        padding: 0 10px 0 0
    }

    .foot_right {
        margin: 0 0 0 10px
    }

    .inner_banner .rslides>li {
        background-size: 221% auto;
        height: 236px
    }

    .inner_banner_txt {
        top: 16%
    }

    .inner_banner_txt h2 {
        font-size: 22px
    }

    .inner_banner_txt h3 {
        font-size: 45px
    }

    article {
        width: 46%
    }

    article .blog-img-right {
        float: none;
        clear: both;
        display: block;
        margin: 15px auto;
        text-align: center;
    }

    .specialities_page {
        margin: 0 2%;
    }
    article .popup-videos-list li{width: 93%;}
    article .popup-videos-list li h2{min-height: auto;}
    article .popup-videos-list li .popup-video-parent img{max-width: 100%;}
}

@media screen and (max-width:639px) {
    #Instagram_Bio_Container .links{
        width: 60%;
        margin: 20px 80px;
    }
    .mob_main_cont {
        display: none
    }

    .banner .rslides>li {
        height: 186px
    }

    .banner_txt h2 {
        font-size: 16px
    }

    .services_sec ul li a {
        width: 180px;
        margin: 0 auto 13px;
        float: none
    }

    .doc_blk {
        padding: 0 0 10px
    }

    .doc_pic {
        margin: 0 auto;
        width: 301px;
        float: none
    }

    .doc_txt {
        margin: 0 auto;
        width: 98%;
        float: none
    }

    .cond_trt_pat_resource_sec {
        background: none
    }

    .condt_trt,
    .pat_resource {
        float: none;
        width: 300px;
        margin: 10px auto;
        clear: both
    }

    .map_blk_sec .map_sec {
        background: #fff
    }

    .map_blk_sec .rslides {
        float: none;
        padding: 0
    }

    .map_blk_sec .rslides,
    .map_blk_sec .rslides>li {
        float: none;
        margin: 0 auto
    }

    .bullet2 {
        width: 300px;
        float: none;
        margin: 0 auto;
        padding: 16px 0
    }

    .req_appoint {
        margin: 20px 0
    }

    .req_appoint_sec h2 {
        padding: 0 0 10px
    }

    .cred_bar li {
        float: none;
        margin: 0 auto;
        width: 239px;
        display: block
    }

    .cred_bar li img {
        width: 100%
    }

    .foot_left {
        width: 98%;
        float: none;
        margin: 10px auto;
        clear: both
    }

    .foot_menu,
    .copy {
        text-align: left
    }

    .ypo,
    .foot_right {
        float: left;
        margin: 10px 0 0 10px;
        clear: both
    }

    .doc_prof_pg .img_rght {
        float: none;
        margin: 0 auto;
        text-align: center
    }

    #accordion h2 {
        width: 92%
    }

    article {
        margin: 10px auto;
        float: none;
        clear: both;
        width: 97%
    }

    aside {
        margin: 10px auto;
        float: none;
        clear: both;
        border: none
    }

    .pat_resource>ul {
        width: auto
    }

    #Blog_Container #Blog_Intra .recent-blog-post-list li .recent-post-content {
        padding: 10px;
        margin: 10px auto;
        min-height: auto;
        display: block;
        width: auto;
        text-align: center;
    }

    article .blog-posts li {
        margin: 40px auto;
    }
}

@media screen and (max-width:480px) {
    .logo {
        width: 97%
    }

    .head_rght {
        width: auto
    }

    .head_rght ul li {
        margin: 10px auto;
        float: none;
        width: 200px;
        display: block
    }

    .head_phone {
        background: none
    }

    .banner_txt,
    .inner_banner_txt {
        display: none
    }

    .banner .rslides>li {
        height: 166px;
        background-size: 203% auto;
        background-position: -98px 0
    }

    .welcome h2 {
        font-size: 30px
    }

    .foot_left {
        width: 96%
    }

    .inner_banner .rslides>li {
        height: 130px
    }

    .req_appoint_sec h4 {
        margin: -5px 0 0 20px
    }

    article h1 {
        font-size: 23px
    }

    article h2 {
        font-size: 20px
    }

    article h3 {
        font-size: 18px
    }

    .cont_off_hrs {
        width: 91% !important
    }

    .left_side_container {
        width: 300px;
        float: none;
        margin: 10px auto;
        clear: both;
        display: block
    }

    .font_resize {
        width: 300px;
        float: none;
        margin: 10px auto;
        clear: both;
        display: block
    }

    article .services-parent li {
        width: 100%;
        display: block;
        margin: 25px auto;
        width: 310px;
    }

    article .services-parent li::before {
        height: 75%;
        width: auto;
    }
}