/* ----- Global CSS ----- */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
    margin: 0px;
    padding: 0px;
    font: 400 16px / 22px 'Muli', sans-serif;
}

body {
    overflow-y: scroll;
    *overflow-y: none;
}

ul li {
    list-style: none;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 1px dotted #ccc;
}

.accessible_on a:focus {
    outline: 2px solid #F00 !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* ----- Fixed CSS ----- */

.hr {
    background: url(../images/hr.gif) repeat-x left center;
    padding: 10px 0px;
}

.clear-float,
.clear {
    clear: both;
}

.no-display {
    display: none;
}

.table-div,
.fluid-div,
.theme-L,
.theme-R {
    width: 100%;
    height: 100%;
}

.table-div {
    display: table;
    table-layout: fixed;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.theme-L,
.theme-R {
    position: absolute;
    z-index: 99;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.theme-L {
    left: -100%;
}

.theme-R {
    right: -100%;
}

.img-l {
    float: left;
    margin: 0px 15px 10px 0px;
}

.img-r {
    float: right;
    margin: 0px 0px 10px 15px;
}

.nodisplay {
    display: none;
}

/* ----- Slider CSS ----- */

.rslides {
    width: 100%;
    height: 100%;
    position: relative;
}

.rslides li {
    display: none;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

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

.rslides li li {
    display: inherit;
    width: inherit;
    height: inherit;
    position: inherit;
    left: inherit;
    top: inherit;
}

.Banner_auto {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/pause-b.png) no-repeat center center #fff;
    left: 35px;
    bottom: 5px;
}

.Banner_auto.Banner_pause {
    background: url(../images/play-b.png) no-repeat center center #fff;
}

.Banner_nav {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    display: block;
    bottom: 5px;
}

.Banner_nav.prev {
    left: 5px;
    background: url(../images/prev-b.png) no-repeat center center #fff;
}

.Banner_nav.next {
    left: 65px;
    background: url(../images/next-b.png) no-repeat center center #fff;
}

#Banner {
    position: relative;
}

/* ----- Scrolling CSS ----- */

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 94%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    text-align: center;
}

.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin: 10px 0px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    top: 10%;
    width: 40px;
    height: 100%;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../images/left-arrow.png) no-repeat center center;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/right-arrow.png) no-repeat center center;
}

/* ----- Back to Top/Bottom CSS ----- */

#backtobot,
#backtotop {
    cursor: pointer;
    right: 5px;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}

#backtotop {
    bottom: 10px;
    background: url(../images/up-arrow.png) left top no-repeat;
}

#backtobot {
    bottom: 10px;
    background: url(../images/down-arrow.png) left top no-repeat;
}

#backtobot a,
#backtotop a {
    display: block;
    color: #fff;
    opacity: 0.8;
}

#backtobot:hover,
#backtotop:hover {
    opacity: 1;
}

#backtobot span,
#backtotop span {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: absolute;
    left: 110%;
}

#backtobot a:hover > span,
#backtotop a:hover > span {
    display: block;
}

/*------Font Awesome Icons------*/

.fa,
.fab,
.fal,
.far,
.fas {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands;
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400;
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: Font Awesome\ 5 Free;
}

.fa,
.fas {
    font-weight: 900;
}

.fa-phone:before {
    content: "\f095";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-print:before {
    content: "\f02f"
}

.fa-download:before {
    content: "\f019";
}

.fa-home:before {
    content: "\f015";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-edit:before {
    content: "\f044";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-download:before {
    content: "\f019";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

/* ---------- Theme CSS ---------- */

#Container,
header,
nav,
section,
footer,
#Banner-Container,
#Banner-Container-S,
#Content-Container,
#Speciality-bg,
#Dr-eric-bg,
#In-the-container,
#Resources-container,
#Testimonial-container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

nav {
    overflow: visible;
}

#Header,
#Banner,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Speciality-main,
#Dr-main,
#News-main,
#Testimonial-main,
#Map-container,
.credibility {
    max-width: 1166px;
    min-width: 310px;
    margin: 0px auto;
    padding: 0px;
}

/*------Header CSS-------*/

header {
    background: #003e74;
}

#Header {
    min-height: 173px;
}

#Header .table-div {
    padding: 0 3px;
}

.eric-logo,
.header-right {
    display: table-cell;
    vertical-align: top;
}

.eric-logo {
    float: left;
    padding: 43px 0 0 0;
    width: 479px;
}

.header-right {
    float: right;
    margin: 36px 0 0 0;
    width: 225px;
}

.smo {
    width: 225px;
    float: left;
}

.smo ul {
    text-align: center;
}

.smo li {
    margin: 0px 2px 0 0;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    vertical-align: top;
}

.smo li:last-child {
    margin: 0;
}

.smo li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 5px;
}

.smo li.facebook {
    background: #4b76bd;
}

.smo li.twitter {
    background: #00c6ff;
}

.smo li.gplus {
    background: #fb5245;
}

.smo li.linkedin {
    background: #0a85c9;
}

.smo li.youtube {
    background: #fc3831;
}

.smo li .fab {
    color: #fff;
    font-size: 18px;
}

.smo li a:hover .fab {
    transform: scale(1.1);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.make-app {
    float: left;
    width: 223px;
    background: #f7f7f7;
    font: 600 17px/17px 'Muli', sans-serif;
    margin: 13px 0 13px 0;
}

.make-app a {
    display: block;
    color: #000000;
    padding: 9px 0 10px 10px;
}

.make-app:hover {
    background: #c8e2f8;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.make-app a .far.fa-calendar-alt {
    margin: 0 13px 0 0;
}

.header-phone {
    width: 223px;
    font: 400 20px/20px 'Muli', sans-serif;
    clear: both;
}

.header-phone a {
    color: #fff;
}

.header-phone .fas.fa-phone {
    color: #fff;
    transform: rotate(105deg);
    margin: 0 10px 0 10px;
}

.header-phone a:hover,
.header-phone:hover .fas {
    color: #c8e2f8;
}

/*----------- Menu -----------*/

nav {
    border-bottom: 1px solid #fff;
    background: #d7d7d7;
}

#Main-Menu {
    display: block;
    height: 47px;
}

#Mobile-Menu {
    display: none;
}

.menu li {
    font: 400 18px/47px 'Muli', sans-serif;
    color: #000000;
    float: left;
    position: relative;
    text-align: center;
}

.menu li:after {
    position: absolute;
    content: '';
    top: 10px;
    right: 0;
    background: #b7b8ba;
    width: 1px;
    height: 28px;
}

.menu li:hover:after {
    background: #000;
}

.menu li li:after {
    display: none;
}

.menu li a {
    color: #000000;
    display: block;
}

.menu ul {
    position: absolute;
    z-index: 999;
    left: 0px;
    width: 215px;
    display: none;
}

.menu ul ul {
    left: 100%;
    top: 0px;
}

.menu ul li {
    font: 400 15px/20px 'Muli', sans-serif;
    color: #fff;
    text-align: left;
    background: #000;
    border-bottom: 1px solid #333333;
    width: 100%;
}

.menu li:hover {
    background: none;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.menu li:hover a {
    color: #fff;
}

.menu ul li:hover {
    background: #003e74;
}

.menu li li a {
    padding: 10px 10px 10px 30px;
}

.menu ul li li {
    background: #000;
}

.menu ul li li:hover {
    background: #003e74;
}

.menu li:hover > ul {
    display: block;
}

.home-nav {
    width: 5%;
}

.about-nav {
    width: 11%;
}

.patient-nav ul,
.research-nav ul {
    width: 240px !important;
}

.patient-nav ul li ul {
    width: 200px !important;
}

.services-nav {
    width: 11%;
}

.patient-nav {
    width: 14%;
}

.research-nav {
    width: 11%;
}

.appointment-nav {
    width: 14%;
}

.blog-nav{
    width: 6%;
}

.faqs-nav {
    width: 19%;
}

.faqs-nav ul {
    width: 256px;
}

.faqs-nav ul li ul {
    width: 180px;
}

.contact-nav {
    width: 11%;
}

/*------- Mobile Menu----------- */

.Wrapper {
    position: absolute;
    z-index: 9999;
    left: 0px;
    width: 100%;
    display: none;
    background: #aeadfe;
}

.mobileMenu {
    text-align: center;
    padding: 0px;
    color: #fff;
    font: 400 20px/26px 'Muli', sans-serif;
    background: #036;
}

.mobileMenu a {
    color: #fff;
    display: block;
}

.mobileMenu span {
    background: url(../images/mobile-menu.png) no-repeat center center;
    width: 40px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}

.parentMenu {
    font: 400 15px/20px 'Muli', sans-serif;
    color: #fff;
}

.parentMenu li a {
    padding: 10px 10px 10px 20px;
    color: #fff;
    display: block;
}

.parentMenu li a:hover {
    background: #044278;
}

.parentMenu li ul {
    display: none;
}

.parentMenu li li a {
    padding: 10px 10px 10px 40px;
    background: #444546;
}

.parentMenu li li li a {
    padding: 10px 10px 10px 60px;
    background: #747576;
}

.menu-parent {
    background: url(../images/menu-li-ar.png) no-repeat 97% center;
}

.parentMenu li li a.sub-parent {
    background: #444546 url(../images/menu-li-ar.png) no-repeat 97% center;
}

.parentMenu li li a.sub-parent:hover {
    background: #044278 url(../images/menu-li-ab.png) no-repeat 97% center;
}

.parentMenu li a.menu-parent:hover {
    background: #044278 url(../images/menu-li-ab.png) no-repeat 97% center;
}

/*----------- Slider CSS -----------------*/

#Banner-Container {
    background: url(../images/dr-banner-bg.jpg) center top no-repeat;
}

#Banner-Container-S {
    background: url(../images/dr-banner-bg-s.jpg) center top no-repeat;
}

#Banner-Container #Banner {
    height: 483px;
}

#Banner-Container-S #Banner {
    height: 229px;
}

#Banner-Container .banner0 {
    background: url(../images/banner1-bg.png) right top no-repeat;
}

#Banner-Container .banner0 .theme-R {
    background: url(../images/banner1-bg-r.png) left top no-repeat;
}

#Banner-Container .banner1 {
    background: url(../images/banner2-bg.png) right top no-repeat;
}

#Banner-Container .banner1 .theme-R {
    background: url(../images/banner2-bg-r.png) left top no-repeat;
}

#Banner-Container .banner2 {
    background: url(../images/banner3-bg.png) right top no-repeat;
}

#Banner-Container .banner2 .theme-R {
    background: url(../images/banner3-bg-r.png) left top no-repeat;
}

#Banner-Container-S .banner0 {
    background: url(../images/sub-banner1-bg.png) right top no-repeat;
}

#Banner-Container-S .banner0 .theme-R {
    background: url(../images/sub-banner1-bg-r.png) left top no-repeat;
}

#Banner-Container-S .banner1 {
    background: url(../images/sub-banner2-bg.png) right top no-repeat;
}

#Banner-Container-S .banner1 .theme-R {
    background: url(../images/sub-banner2-bg-r.png) left top no-repeat;
}

#Banner-Container-S .banner2 {
    background: url(../images/sub-banner3-bg.png) right top no-repeat;
}

.Banner-Tabs {
    position: absolute;
    z-index: 999;
    margin: 0px;
    padding: 0px;
    bottom: 10px;
    right: 10px;
}

.Banner-Tabs li {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.Banner-Tabs li a {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid #003e74;
    background: transparent;
}

.Banner-Tabs li a:hover,
.Banner-Tabs li.Banner_here a {
    border: 2px solid #fff;
    background: #fff;
}

.banner-content {
    top: 20%;
    position: absolute;
    right: 24%;
    width: 480px;
    font: 300 28px/32px 'Muli', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

#Banner-Container-S .banner-content {
    font: 800 22px/26px 'Muli', sans-serif;
    top: 40%;
    right: 25%;
}

#Banner-Container-S .banner1 .banner-content {
    width: 503px;
}

.banner-content span {
    display: block;
    font: 800 26px/30px 'Muli', sans-serif;
}

#Banner-Container-S .banner-content span {
    display: block;
    font: 300 22px/26px 'Muli', sans-serif;
}

.banner2 .banner-content,
.banner1 .banner-content {
    font: 800 28px/32px 'Muli', sans-serif;
}

.banner2 .banner-content span,
.banner1 .banner-content span {
    font: 300 26px/30px 'Muli', sans-serif;
}

.homepage .dr-more-btns {
    width: 395px;
    position: absolute;
    left: 18%;
    bottom: 3%;
    z-index: 8;
    border: 1px solid #9c9b9c;
    padding: 2px;
}

.homepage .dr-more-btns ul {
    font: 600 16px/20px 'Muli', sans-serif;
    text-align: center;
}

.homepage .dr-more-btns li {
    display: inline-block;
    vertical-align: top;
}

.homepage .dr-more-btns li a {
    display: inline-block;
    background: #012e56;
    padding: 5px 12px 9px 12px;
    text-align: center;
    color: #fff;
}

.homepage .dr-more-btns li a:hover {
    background: #03539a;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

/*-----------Speciality CSS-----------*/

#Speciality-main {
    min-height: 644px;
}

.speciality-intra {
    width: 100%;
    float: left;
    padding: 70px 0 100px 0;
}

.speciality-head {
    text-align: center;
    font: 400 30px/34px 'Muli', sans-serif;
    text-transform: uppercase;
    margin-bottom: 110px;
}

.speciality-intra ul li {
    width: 220px;
    height: 330px;
    vertical-align: top;
    background: #003e74;
    display: inline-block;
    margin: 0 6px 0 0;
    position: relative;
    text-align: center;
    color: #fff;
}

.speciality-intra ul li:last-child {
    margin: 0;
}

.speciality-intra ul li img {
    filter: grayscale(100%);
    margin-top: -54px;
}

.speciality-intra ul li:hover img {
    filter: none;
}

.specility-text {
    width: 187px;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
}

.spec-text-head {
    font: 700 18px/22px 'Muli', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #1a5282;
    padding: 0 0 7px 0;
    margin-bottom: 10px;
}

.specility-text ul {
    font: 400 15px/20px 'Muli', sans-serif;
    padding: 0 8px;
}

.specility-text li {
    width: auto !important;
    height: auto !important;
    background: url(../images/spec-li-arrow.png) 0px 8px no-repeat !important;
    display: inherit !important;
    margin: 0 0 8px 0 !important;
    padding: 0 0 0 15px;
    text-align: left !important;
}

.specility-text li a {
    color: #fff;
}

.speciality-intra ul {
    padding-bottom: 10px;
}

.spec-more {
    position: absolute;
    width: 114px;
    height: 30px;
    bottom: -6px;
    background: #0063a6;
    font: 600 14px/14px 'Muli', sans-serif;
    text-align: center;
    margin: 0 auto;
    left: 28%;
}

.speciality-intra ul li li {
    position: static;
}

.spec-more:hover {
    background: #03539a;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.speciality-intra .knee .spec-more {
    bottom: -5px;
}

.spec-more a {
    display: block;
    color: #fff;
    padding: 7px;
}

.spec-more::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: #000 transparent transparent transparent;
}

.spec-more::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #000 transparent transparent;
}

/*------------Dr Eric CSS------------*/

#Dr-eric-bg {
    background: url(../images/dr-eric-bg.jpg) center top no-repeat;
}

#Dr-main {
    height: 483px;
    position: relative;
}

.dr-intra {
    float: right;
    width: 54%;
    padding: 40px 0 0 0;
}

.dr-intra h1 {
    font: 800 40px/44px 'Muli', sans-serif;
    color: #000;
    width: 91%;
}

.dr-intra h1 span {
    font: 600 20px/24px 'Muli', sans-serif;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #71b8de;
}

.dr-specialise {
    font: 400 18px/22px 'Muli', sans-serif;
    margin: 9px 0 30px 0;
}

.dr-intra ul {
    font: 400 15px/20px 'Muli', sans-serif;
    width: 420px;
}

.dr-intra ul li {
    margin: 0 0px 8px 0;
    color: #000000;
    background: url(../images/dr-li-arrow.png) 0px 7px no-repeat;
    padding: 0 0 0 15px;
}

.dr-more {
    width: 138px;
    text-align: center;
    font: 600 16px/16px 'Muli', sans-serif;
    margin-top: 18px;
}

.dr-more a {
    display: block;
    padding: 8px 0 10px 0;
    color: #fff;
    background: #003e74;
}

.dr-more a:hover {
    background: #03539a;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.dr-logos-bg {
    position: absolute;
    top: 141px;
    right: -4%;
    z-index: 0;
    width: 23%;
}

.dr-logos {
    position: relative;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 266px;
    height: 168px;
    background: #0063a6;
    text-align: center;
}

.dr-logos:after {
    position: absolute;
    content: '';
    width: 262px;
    height: 155px;
    background: #bfbfc0;
    z-index: -1;
    top: -5px;
    right: -5px;
}

.logos-heading {
    text-transform: uppercase;
    font: 700 22px/26px 'Muli', sans-serif;
    color: #fff;
    margin: 20px 0 23px 0;
}

.dr-logos li {
    display: inline-block;
    vertical-align: top;
}

.dr-logos li:first-child {
    margin: 10px 20px 0 0;
}

/*----------News and Publication CSS-----------*/

#News-main {
    min-height: 468px;
}

.news-intra {
    padding: 80px 0 80px 0;
}

.news-l {
    float: left;
    width: 48%;
    text-align: center;
}

.publication-r {
    float: right;
    width: 48%;
    text-align: center;
}

.news-head {
    text-transform: uppercase;
    font: 600 25px/30px 'Muli', sans-serif;
    color: #000000;
    margin: 0px 0 30px 0;
}

.news-text {
    width: 98%;
    border: 3px solid #72c4ff;
    text-align: left;
    padding: 20px 14px 40px 14px;
    min-height: 263px;
}

.blue-date {
    font: 400 17px/22px 'Muli', sans-serif;
    color: #105282;
    margin: 0px 0 0px 0;
}

.news-caption {
    font: 600 18px/22px 'Muli', sans-serif;
    color: #000;
    margin: 13px 0 18px 0;
}

.news-descrp {
    font: 400 15px/20px 'Muli', sans-serif;
    color: #000;
    margin: 0px 0 23px 0;
    clear: both;
}

.news-descrp a {
    color: #046fcc;
}

.news-more,
.news-all {
    width: 92px;
    text-align: center;
    text-transform: uppercase;
    font: 600 12px/12px 'Muli', sans-serif;
}

.news-more {
    float: left;
}

.news-all {
    float: right;
}

.news-more a,
.news-all a {
    color: #fff;
    display: block;
    background: #003e74;
    padding: 8px 0;
}

.pub-img {
    float: left;
    margin: 0 15px 10px 0;
}

.publication-r .news-descrp {
    margin: 0 0 11px 0;
}

.news-more a:hover,
.news-all a:hover {
    background: #046fcc;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

/*------------Patient Resources CSS---------*/

#Resources-container {
    overflow: visible;
    min-height: 520px;
}

#Resource-main {
    min-height: 520px;
    position: absolute;
    width: 42%;
    background: #105282;
    left: 0;
    top: 0;
    padding: 0 6% 0 0;
}

.resouces-l {
    width: 365px;
    float: right;
    background: #105282;
    padding: 25px 0% 0px 0px;
}

.resource-head {
    font: 600 25px/30px 'Muli', sans-serif;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    color: #fff;
}

.resouces-l ul {
    font: 600 13px/17px 'Muli', sans-serif;
}

.resouces-l ul li {
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #295c87;
    width: 100%;
    position: relative;
}

.resouces-l ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: -4px;
    width: 2px;
    height: 100%;
    background: #7d96a8;
}

.resouces-l ul li a {
    display: block;
    color: #fff;
    padding: 12px 0 10px 0;
}

.resouces-l ul li span {
    float: left;
    margin: 7px 15px 0 19px;
    width: 29px;
    height: 27px;
    background: url(../images/sprite.png) 0px 0px no-repeat;
}

.resouces-l .form-h span {
    background-position: 0px 0px;
}

.resouces-l .visit-h span {
    background-position: 0px -30px;
    margin: 7px 15px 0 12px;
    width: 34px;
}

.resouces-l .insurance-h span {
    background-position: 0px -60px;
}

.resouces-l .testimonial-h span {
    background-position: 0px -90px;
}

.resouces-l .post-h span {
    background-position: 0px -120px;
    margin: 12px 15px 0 19px;
}

.resouces-l .appointment-h span {
    background-position: 0px -150px;
}

.resouces-l .location-h span {
    background-position: 0px -180px;
}

.resouces-l ul li:hover {
    background: #0c1924;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.video-r {
    position: absolute;
    top: 0;
    right: -23%;
    min-height: 520px;
    width: 81%;
    background: #eeeeee;
}

.video-text {
    padding: 16px 0 0px 30px;
    width: 60%;
}

.edu-head {
    font: 600 28px/32px 'Muli', sans-serif;
    color: #000000;
    text-transform: uppercase;
    margin: 0px 0 5px 0px;
}

.video-r p {
    font: 600 16px/21px 'Muli', sans-serif;
    color: #000000;
}

/*-----------Testimonial CSS-----------*/

#Testimonial-container {
    background: url(../images/testi-bg.jpg) 0px 0px repeat;
}

#Testimonial-main {
    min-height: 853px;
    position: relative;
}

.testi-img {
    position: absolute;
    width: 386px;
    left: 0;
    bottom: 7%;
    z-index: 5;
}

.texti-text {
    width: 74%;
    position: absolute;
    z-index: 4;
    border: 5px solid #1469a7;
    min-height: 335px;
    right: 3%;
    top: 14%;
    padding: 0 4% 0 15%;
}

.testi-heading {
    font: 600 25px/30px 'Muli', sans-serif;
    color: #000000;
    margin: 35px 0 34px 0;
}

.texti-text .testi-saying {
    font: 400 16px/25px 'Muli', sans-serif;
    color: #000000;
    width: 100%;
    position: relative;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #105282;
}

.texti-text .testi-saying::before {
    bottom: -5px;
    position: absolute;
    left: 43px;
    content: '';
    height: 9px;
    width: 65px;
    background: #105282;
}

.texti-text p .fas.fa-quote-left {
    position: absolute;
    font-size: 40px;
    left: -54px;
    top: -19px;
    color: #c0c0c0;
}

.texti-text p .fas.fa-quote-right {
    font-size: 40px;
    position: absolute;
    margin: 7px 0 0 13px;
    color: #c0c0c0;
}

.texti-text .testiname {
    font: 600 21px/25px 'Muli', sans-serif;
    color: #000000;
    text-align: right;
    display: block;
}

.testi-more {
    text-align: right;
    font: 600 12px/12px 'Muli', sans-serif;
    text-transform: uppercase;
    margin: 13px 0 0 0;
}

.testi-more li {
    display: inline-block;
    width: 92px;
    vertical-align: top;
}

.testi-more li a {
    padding: 8px 0px;
    color: #fff;
    background: #000;
    text-align: center;
    display: block;
}

.testi-more li a:hover {
    background: #1469a7;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.homepage .credibility-logos {
    width: 68%;
    position: absolute;
    bottom: 31%;
    right: 0%;
}

.credibility {
    width: 100%;
    padding: 10px 0px;
}

.credibility li {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin: 0 2% 0 0;
}

.credibility li a {
    display: block;
}

.credibility li.aoss-logo {
    width: 32%;
}

.credibility li:last-child {
    margin: 0 0% 0 0;
}

/*------------Map CSS-----------*/

#Map-container {
    height: 340px;
    width: 99%;
    position: relative;
    top: -179px;
    z-index: 89;
}

.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2),
.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1),
.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    display: none;
}

.gm-style .gm-style-iw {
    overflow: visible !important;
    position: relative;
    background: #fff;
}

.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) {
    border: none !important;
    border-radius: 0 !important;
}

.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
    box-shadow: none !important;
    background-color: transparent !important;
}

.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) {
    background: #fff !important;
}

.gm-style .gm-style-iw::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 22px 9px 0;
    border-color: transparent #fff transparent transparent;
    content: "";
    position: absolute;
    left: -36px;
    top: 37%;
}

.ad-head {
    font: 700 14px/20px 'Muli', sans-serif;
    color: #1a70ba;
    padding: 3px 17px 0 0px;
}

.gm-style-iw p.loc-name {
    font: 700 14px/20px 'Muli', sans-serif;
    margin: 2px 0 4px 0px;
    color: #000;
}

.gm-style-iw .map-loc-add {
    font: 400 13px/20px 'Muli', sans-serif;
    margin: 4px 0 10px 0px;
    color: #000;
}

/*------------Footer CSS-----------*/

.homepage footer {
    background: url(../images/footer-bg.jpg) center top no-repeat;
    margin-top: -340px;
    background-size: cover;
}

.homepage #Footer {
    min-height: 564px;
    padding: 0 4px;
}

footer {
    background: url(../images/footer-bg-s.jpg) center top no-repeat;
    background-size: cover;
}

#Footer {
    min-height: 430px;
    padding: 0 4px;
}

.footer-intra {
    padding: 50px 0 20px 0;
    width: 100%;
    float: left;
}

.homepage #Footer .footer-intra {
    padding: 217px 0 20px 0;
    width: 100%;
    float: left;
}

.foot-dpecialities {
    width: 24%;
    float: left;
}

.foot-heading {
    font: 400 20px/24px 'Muli', sans-serif;
    color: #fff;
    float: left;
    clear: both;
    margin: 0 0 12px 0;
}

.footer-intra ul {
    font: 400 16px/20px 'Muli', sans-serif;
    clear: both;
}

.footer-intra ul li {
    margin: 0 0 6px 0;
    background: url(../images/footer-li-bg.png) 0px 8px no-repeat;
    padding: 0 0 0 11px;
}

.footer-intra ul li a {
    color: #fff;
    display: block;
}

.footer-intra ul li a:hover {
    color: #d7ecfb;
}

.foot-menu {
    width: 26%;
    float: left;
}

.foot-links {
    width: 20%;
    float: left;
    margin-right: 5%;
}

.foot-form {
    width: 270px;
    float: left;
}

.foot-copy {
    width: 100%;
    clear: both;
    border-top: 1px solid #33638d;
    padding: 20px 0 30px 0;
}

.coprright {
    color: #ffffff;
    font: 300 15px/20px 'Muli', sans-serif;
    width: 70%;
    float: left;
}

.foot-ypo {
    width: 101px;
    float: right;
}

/*---------- Sub page CSS -------------*/

#Content,
#Sidebar {
    display: table-cell;
    vertical-align: top;
}

#Sidebar {
    width: 270px;
}

.no-sidebar #Sidebar {
    display: none;
}

.no-sidebar .textMain {
    padding: 10px 0px 50px 0px;
}

.aside-dr {
    width: 100%;
    border-top: 2px solid #3f7bb5;
    border-right: 2px solid #3f7bb5;
    border-left: 2px solid #3f7bb5;
    text-align: center;
    padding: 23px 0 0 0;
}

.dr-name-s {
    color: #000;
    font: 500 19px/23px 'Work Sans', sans-serif;
    margin: 12px 0 18px 0;
}

.aside-dr .dr-more-aside {
    width: 100%;
    font: 500 16px/16px 'Work Sans', sans-serif;
}

.aside-dr .dr-more-aside a {
    display: block;
    color: #fff;
    padding: 8px 0;
    background: #353535;
}

.aside-dr .dr-more-aside a:hover {
    background: #1469a7;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.aside-service {
    width: 100%;
    margin-top: 54px;
}

.aside-service ul {
    font: 500 17px/22px 'Work Sans', sans-serif;
}

.aside-service ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

.aside-service ul li:last-child {
    border-bottom: none;
}

.aside-service ul li a {
    display: block;
    color: #000000;
    padding: 37px 0 43px 0;
}

.aside-service ul li a:hover {
    color: #235682;
}

.aside-service ul li a span {
    float: left;
    width: 87px;
    height: 87px;
    margin: -31px 23px 0 0;
}

.aside-service ul li.shoulder-s span {
    background: url(../images/shoulder-s-bg.png) center top no-repeat;
}

.aside-service ul li.elbow-s span {
    background: url(../images/elbow-s-bg.png) center top no-repeat;
}

.aside-service ul li.knee-s span {
    background: url(../images/knee-s-bg.png) center top no-repeat;
}

.aside-service ul li.hip-s span {
    background: url(../images/hip-s-bg.png) center top no-repeat;
}

.aside-service ul li.baseball-s span {
    background: url(../images/baseball-s-bg.png) center top no-repeat;
}

.aside-service ul li.shoulder-s:hover span {
    background: url(../images/shoulder-s-bg-h.png) center top no-repeat;
}

.aside-service ul li.elbow-s:hover span {
    background: url(../images/elbow-s-bg-h.png) center top no-repeat;
}

.aside-service ul li.knee-s:hover span {
    background: url(../images/knee-s-bg-h.png) center top no-repeat;
}

.aside-service ul li.hip-s:hover span {
    background: url(../images/hip-s-bg-h.png) center top no-repeat;
}

.aside-service ul li.baseball-s:hover span {
    background: url(../images/baseball-s-bg-h.png) center top no-repeat;
}

.aside-edu {
    width: 100%;
    margin-top: 36px;
}

.aside-heading {
    color: #2d425d;
    font: 500 20px/25px 'Work Sans', sans-serif;
    margin-bottom: 13px;
}

.video-more {
    width: 87px;
    border-radius: 20px;
    text-align: center;
    font: 500 14px/14px 'Work Sans', sans-serif;
    margin: 0 auto;
    margin-top: 18px;
}

.video-more a {
    display: block;
    color: #fff;
    padding: 8px;
    background: #000;
    border-radius: 20px;
}

.video-more a:hover {
    background: #1469a7;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.aside-resources {
    width: 100%;
    margin: 30px 0 18% 0;
}

.aside-resources .aside-heading {
    color: #000;
    font: 600 20px/24px 'Muli', sans-serif;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.aside-resources .resouces-l {
    width: 100%;
    float: none;
    background: none;
    padding: 0px;
}

aside-resources .resouces-l ul {
    overflow: visible;
    min-height: auto;
}

.aside-resources .resouces-l ul li {
    margin-bottom: 10px;
    text-transform: none;
    background: #295c87;
    width: 100%;
    position: relative;
}

.aside-resources .resouces-l ul li:hover {
    background: #0c1924;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.aside-resources .resouces-l ul li::before {
    left: -3px;
    background: #d8d8d8;
}

.aside-resources .resouces-l ul li span {
    margin: 7px 14px 0 19px;
}

.form-h.margin-d span {
    margin: 17px 11px 0px 19px !important;
}

.aside-resources .resouces-l .visit-h span {
    margin: 7px 15px 0 12px;
}

.credibility-sub {
    width: 100%;
    position: relative;
    border-top: 1px solid #d6d6d6;
}

.credibility-sub .credibility {
    max-width: 1166px;
    min-width: 310px;
    margin: 0px auto;
    padding: 39px 5px 40px 5px;
}

/*-------------Service Page CSS----------*/

.service-section {
    margin: 125px 0 0 0 !important;
}

.service-section li {
    width: 48%;
    min-height: 318px;
    background: #003e74 !important;
    display: inline-block;
    margin: 0 0% 5% 0;
    padding: 0px !important;
    vertical-align: top;
    position: relative;
}

.service-section li:nth-child(odd) {
    margin: 0 3% 14% 0 !important;
}

.service-section li:last-child {
    margin: 0 0 40px 0 !important;
}

.serv-img-l {
    float: left;
    margin: -55px 8% 0 14px;
    width: 35%;
}

.service-details {
    float: left;
    width: 53%;
    padding: 41px 0 0 0;
    position: relative;
    min-height: 364px;
}

.details-heading {
    font: 700 25px/29px 'Muli', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #1a5282;
    width: 85%;
    margin: 0 0 39px 0;
}

.comp-head {
    margin: 0 0 10px 0;
}

.service-details ul {
    padding: 0 !important;
    font: 400 15px/20px 'Muli', sans-serif;
}

.service-details ul li {
    width: auto;
    min-height: auto;
    background: url(../images/spec-li-arrow.png) 0px 8px no-repeat !important;
    display: inherit;
    margin: 0 0% 14px 0;
    padding: 0px 0 0 16px !important;
    position: static;
    vertical-align: top;
}

.service-section .service-details li:nth-child(odd) {
    margin: 0 0% 14px 0 !important;
}

.service-details li a {
    color: #fff;
    text-decoration: none;
}

.service-details li a:hover {
    color: #e2edf7;
}

.service-details .more-spec-btn {
    width: 114px;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.service-details .more-speciality {
    position: relative;
    width: 114px;
    height: 30px;
    background: #0063a6;
    font: 600 14px/14px 'Muli', sans-serif;
    text-align: center;
    margin: 0 auto;
}

.service-details .more-speciality a {
    display: block;
    color: #fff;
    padding: 7px;
    text-decoration: none;
}

.service-details .more-speciality a:hover {
    color: #fff;
}

.service-details .more-speciality::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #000 transparent transparent;
}

.service-details .more-speciality::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: #000 transparent transparent transparent;
}

.service-details .more-speciality:hover {
    background: #03539a;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

/*-------- Navigation CSS ----------*/

.navigation {
    font: 600 16px/20px 'Muli', sans-serif;
    color: #235682;
    padding: 30px 0px 12px 0px;
    border-bottom: 1px solid #cccccc;
}

.navigation a {
    color: #000000;
}

#Content-Main {
    padding: 0px 10px;
}

#Content-Main .table-div {
    padding: 40px 0 0 0;
}

#Sidebar {
    padding-top: 31px;
    position: relative;
}

/*--------- Text CSS ---------*/

.textMain {
    font: 400 16px/22px 'Muli', sans-serif;
    color: #121212;
    padding: 10px 30px 50px 0px;
}

.textMain a {
    color: #093b90;
}

.textMain a:hover {
    color: #0000AC;
    text-decoration: underline;
}

.textMain p {
    padding: 10px 0px;
}

.textMain ul {
    padding: 0px;
    margin: 10px 0px;
}

.textMain ol {
    padding: 0px 0px 0px 30px;
    margin: 10px 0px;
}

.textMain ul li {
    background: url(../images/bullet-tm.gif) no-repeat 15px 12px;
    padding: 5px 5px 5px 30px;
}

.textMain ol li {
    padding: 5px 5px 5px 5px;
    list-style: decimal;
}

.textMain ul ul,
.textMain ol ol {
    margin: 0px;
    padding: 5px 5px 10px 20px;
}

.textMain ul ul li {
    background: none;
    padding: 5px;
    list-style: circle;
}

.textMain ol ol li {
    padding: 5px;
    list-style-type: lower-alpha;
}

.textMain ul ul ul li {
    list-style: square;
}

.textMain ol ol ol li {
    list-style: lower-roman;
}

.textMain li p {
    margin: 5px;
}

.textMain h1 {
    font: 800 44px/49px 'Muli', sans-serif;
    color: #000000;
    padding: 10px 0px 20px 0px;
}

.contact-p .header-c {
    border-left: 3px solid #000;
    line-height: 46px;
    padding: 0px 0 0px 10px;
    margin-bottom: 30px;
}

.general-p .header-c {
    margin-top: 30px;
}

.textMain h1 span {
    font: 700 40px/45px 'Muli', sans-serif;
    color: #606060;
}

.header-c span {
    font: 700 20px/25px 'Muli', sans-serif !important;
    color: #606060;
    display: block;
}

.header-c span em {
    font: 600 18px/24px 'Muli', sans-serif;
    display: block;
}

.textMain h2,
.textMain h3,
.textMain h4,
.hTag2,
.hTag3,
.hTag4 {
    padding: 10px 0px;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 600 35px/40px 'Muli', sans-serif;
    color: #04467f;
}

.textMain h2 a,
.hTag2 a,
.textMain h3.hTag2 a,
.textMain h4.hTag2 a {
    color: #001683;
}

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 500 30px/35px 'Muli', sans-serif;
    color: #076abf;
}

.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #0000AC;
}

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: 400 25px/30px 'Muli', sans-serif;
    color: #118af1;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #0000AC;
}

.textMainBold,
.textMain strong {
    font-weight: bold;
}

.textMainBold a {
    color: #046fcc;
}

.textMain em {
    font-style: italic;
}

.PDFtext {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #999;
}

/*---- Accordion ----*/

.accordion {
    margin: 10px 0px;
}

.accordead,
.textMain .accordead {
    background: #5c5c5d url(../images/accordion-plus.png) no-repeat scroll 12px 10px;
    color: #fff !important;
    display: block;
    font: 600 17px/22px 'Muli', sans-serif;
    margin: 3px 0;
    padding: 7px 0 7px 40px !important;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.accordead a,
.textMain .accordead a {
    display: block;
    text-decoration: none;
    padding: 6px 15px 8px 45px !important;
}

.textMain .accordead.show_accord {
    background: #797a7c url(../images/accordion-minus.png) no-repeat scroll 12px 17px;
    border-bottom: 3px solid #000;
}

.accordead a,
.textMain .accordead a,
.accordead a:hover,
.textMain .accordead a:hover {
    color: #fff;
}

.accordane,
.textMain .accordane {
    display: none;
    padding: 15px 10px;
    border-right: 1px solid #707071;
    border-left: 1px solid #707071;
    border-bottom: 1px solid #707071;
    background: #f3f3f3;
}

.textMain .accordane ul {
    margin: 0;
}

.accessible_on .accordead,
.accessible_on .textMain .accordead {
    background: none;
}

.accessible_on .accordane,
.accessible_on .textMain .accordane {
    border: none;
    border-bottom: 1px dashed #000;
    display: block;
}

.accessible_on.dfw-blackmode .accordane,
.accessible_on.dfw-blackmode .textMain .accordane {
    border-bottom: 1px dashed #fff;
}

.multimedialist {
    margin: 15px 0 64px 0;
}

.multimedialist li a {
    display: block;
}

.multimedialist a {
    color: #fff;
}

.multimedialist .media {
    color: #fff;
    list-style: outside none none;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    text-decoration: none;
}

.media li {
    float: left;
    list-style: none;
    padding: 0 !important;
    width: 180px;
    margin: 0 8px 0 0;
    background: #464748 !important;
    border-radius: 5px;
    text-align: center;
    line-height: 33px;
}

.media li.info a {
    background: url(../images/patient-icon.png) no-repeat scroll 12px 9px !important;
}

.media li a:hover {
    color: #f4f4f4;
}

.media li.video a {
    background: url(../images/loadmove.png) no-repeat scroll 12px 6px !important;
}

.media li.video a {
    background: url(../images/loadmove.png) no-repeat scroll 12px 6px !important;
}

.profile-p .aside-dr {
    display: none;
}

.profile-p .img-r {
    padding: 5px;
}

.mandatory {
    color: #ed1c28;
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.header-c h1 {
    text-align: left;
}

.info-c {
    font: 400 18px/30px 'Muli', sans-serif;
    margin: 20px auto;
}

.info-c ul {
    text-align: center;
}

.info-c li {
    display: inline-block;
    margin: 10px 1%;
    width: 30%;
    background: none !important;
    padding: 5px 0px !important;
    color: #545f67;
    border-bottom: 2px solid #545f67;
}

.info-c li a,
.info-c li em {
    color: #545f67;
    margin-right: 20px;
    font-size: 20px !important;
}

.info-c li:hover a,
.info-c li:hover,
.info-c li:hover em {
    color: #003e74;
    text-decoration: none !important;
}

.info-c li em {
    font-style: normal !important;
    padding: 5px 0px;
}

.contact-p h3,
.contact-p .hTag3 {
    text-align: center !important;
    margin: 40px 0px 20px 0px !important;
    color: #076abf !important;
    font-size: 3px !important;
    font-weight: 00 !important;
}

.contact-p .textMain h3,
.contact-p .hTag3,
.contact-p .textMain h2.hTag3,
.contact-p .textMain h4.hTag3 {
    font: 700 35px/40px 'Muli', sans-serif !important;
    color: #076abf;
}

.practice-loc {
    text-align: center;
}

.main-contact {
    text-align: center;
}

.addrr-loc {
    width: 47%;
    margin: 10px 1%;
    border: 4px double #105282;
    padding: 15px 10px 10px 10px;
    display: inline-block;
}

.address-c {
    width: 50%;
    float: left;
    background: #105282;
    min-height: 202px;
    color: #fff;
    text-align: left;
    padding: 0px 2% 0px 5%;
}

.address-c p {
    text-align: left;
}

.location-c {
    width: 50%;
    float: left;
}

.location-c iframe {
    height: 200px;
    border: 1px solid #ddd;
    width: 100%;
}

.address-c .header {
    font: 700 22px/26px 'Muli', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0 10px 0;
}

.address-c a {
    color: #fff;
    font-size: 16px;
}

.address-c:hover a {
    color: #fff;
}

.addrr-loc:hover .address-c a {
    text-decoration: underline;
    transition: all ease-out 600ms;
}

.faqs-tabs ul {
    text-align: center;
    width: 100%;
}

.textMain .faqs-tabs ul li {
    background: none !important;
    display: inline-block;
    margin: 10px;
    padding: 5px;
    border: 1px solid #353535;
    font: 500 18px/30px 'Muli', sans-serif;
}

.textMain .faqs-tabs ul li a {
    background: #353535;
    color: #fff;
    display: block;
    text-decoration: none !important;
    padding: 10px 28px;
}

.testimonials {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

.testimonials p:first-child {
    position: relative;
    padding-left: 20px;
}

.testimonials p:before,
.testimonials p:after {
    position: absolute;
    font-size: 50px !important;
}

.testimonials p:before {
    content: "\201C";
    left: -5px;
    top: 15px;
}

.testimonials p:after {
    content: "\201D";
    left: auto;
    bottom: 0px;
    padding-left: 8px;
}

.patient-name {
    text-align: right;
}

.patient-name:after,
.patient-name:before {
    display: none;
}

.submit-testimonials {
    width: 250px;
    border: 4px double #ddd;
    text-align: center;
    font: 500 18px/40px 'Muli', sans-serif;
    text-transform: uppercase;
    position: relative;
    float: right;
    margin: -70px 0px 0 0;
    background: #235682;
}

.submit-testimonials a {
    color: #fff;
}

.submit-testimonials a:hover,
.review-readmore a:hover {
    color: #fff;
}

.review-readmore {
    background: #6B94CF;
    border: 1px solid #cfcfcf;
    box-shadow: 5px 5px 2px 2px #e5e6e8;
    margin: 20px auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
    transform: perspective(1px) translateZ(0px);
    width: 50%;
    position: relative;
}

.review-readmore a {
    color: #fff;
    display: block;
    text-decoration: none !important;
    font: 500 24px/35px 'Muli', sans-serif;
}

.write-testimonials {
    float: left;
    margin: 0 20px 30px 0;
    width: 350px;
    border: 1px solid #000;
    padding: 5px;
}

.write-testimonials p {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
}

.write-testimonials p a {
    display: block;
    color: #fff !important;
    font: 500 24px/30px 'Muli', sans-serif;
}

.review {
    text-align: center;
}

.review a {
    display: inline-block;
    font: 500 20px/30px 'Muli', sans-serif;
    vertical-align: top;
    margin: 0px 20px 20px 5px;
}

.pdf-links .far.fa-file-pdf {
    margin-left: -16px;
    background: #fff;
    margin-right: 5px;
}

.research-assistants {
    width: 41%;
    margin: 30px 2% 20px 2%;
    display: inline-block;
    border: 2px solid #ddd;
    text-align: center;
    vertical-align: top;
    padding: 20px 10px;
    min-height: 380px;
    background: url(../images/staff-bg.jpg) repeat-x left top;
}

.research-assistants img {
    border-radius: 20px;
    border: 3px solid #ddd;
}

.research-txt {
    margin-top: 20px;
}

.research-txt span {
    color: #295c87;
    font-size: 25px !important;
}

.nurse-img {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.nurse-img li {
    background: url(../images/staff-bg.jpg) repeat-x left top !important;
    float: left;
    text-align: center;
    font-size: 25px !important;
    color: #295c87;
    width: 32%;
    padding: 20px 10px !important;
    margin: 20px 8%;
}

.nurse-img img {
    margin-bottom: 20px;
}

.videoBorder {
    border: 4px solid #333;
    width: 85%;
    position: relative;
    margin: 15px auto;
    padding: 50% 0px 0px 0px !important;
}

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

.multimedia-iframe iframe {
    height: 1200px;
    border: none;
    width: 100%;
    margin-bottom: 30px;
}

.indiviual-contact .addrr-loc {
    width: 99%;
}

.indiviual-contact .location-c iframe {
    height: 250px;
}

.indiviual-contact .address-c {
    min-height: 250px;
}

.online-form {
    border: 1px solid #dbeffb;
    padding: 20px 0;
}

.post-title {
    font: 500 30px/35px 'Muli', sans-serif !important;
}

.post-title a {
    color: #044379 !important;
}

.blog-posts li {
    background: none !important;
    padding: 0px 0 60px 0px !important;
    border-bottom: 1px solid #ddd;
}

.read-more {
    width: 100px;
    border: 1px solid #000;
    text-align: center;
    padding: 5px !important;
    float: right;
    margin: 20px 0px 0px 0px;
}

.tableborder {
    border: 1px solid #9C9C9C;
    float: left;
    margin: 10px 10px 10px 0;
    width: 385px;
    padding-bottom: 10px;
    text-align: center;
    -moz-box-shadow: 4px 3px 0px #4a4a4a;
    -webkit-box-shadow: 4px 3px 0px #4a4a4a;
    box-shadow: 4px 3px 0px #4a4a4a;
    height: 185px;
}

.formHead {
    min-height: 30px;
    background: #494949 none repeat scroll 0 0;
    color: #ffffff;
    font: 600 22px/26px 'Roboto', sans-serif;
    margin: 5px 5px 10px 5px;
    padding: 15px 5px 15px 10px;
}

.text-address p {
    margin: 0 3px !important;
}

.useful-links {
    text-align: center;
}

.useful-list {
    border: 3px double #0a2e61;
    display: inline-block;
    height: 240px;
    margin: 10px 1%;
    text-align: center;
    vertical-align: top;
    width: 47%;
    overflow: hidden;
}

.useful-list > a {
    display: block;
    padding: 12px 1px;
    width: 98.3%;
    margin: 2px auto;
}

.useful-list .hTag3 {
    margin: 0px 0px 20px 0px !important;
    font: 700 22px/28px 'Muli', sans-serif;
}

.contact-p .foot-form {
    display: none;
}

.general-p .hospital {
    display: none;
}

/* ----- Accessible ----- */

.dfw-off {
    background: #003263;
}

.dfw-off a {
    display: block;
    padding: 5px 10px 5px 50px;
    background: url(../images/accessible-icon.png) no-repeat 10px center;
}

/*----- Accessibility -----*/

.dfw-on {
    display: none;
}

.accessible_on #Access-Container {
    background: #003263;
}

#Accessibility {
    max-width: 1170px;
    min-width: 214px;
    font: 400 12px/25px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0px auto;
}

.dfw-off {
    position: fixed;
    z-index: 999;
    transform: rotate(-90deg);
    top: 320px;
    left: -92px;
}

#Accessibility a {
    color: #fff
}

.access-links {
    text-align: left;
    font: 500 14px/20px Verdana, Arial, Helvetica, sans-serif;
    padding: 0 2px
}

.access-settings {
    text-align: right
}

.fontsize {
    display: inline-block;
    width: 150px;
    vertical-align: top
}

.fontsize span {
    display: inline-block;
    vertical-align: bottom
}

.fontsize a {
    padding: 0 4px;
    display: block
}

#Accessibility .fontsize span.dfw-actSize a {
    color: #ffabab
}

.fontminus {
    font: 400 14px/20px Verdana, Arial, Helvetica, sans-serif;
}

.fontreset {
    font: 500 16px/20px Verdana, Arial, Helvetica, sans-serif;
}

.fontplus {
    font: 600 20px/20px Verdana, Arial, Helvetica, sans-serif;
}

.dfw-contrast {
    display: inline-block;
    width: 140px;
    vertical-align: top
}

.dfw-contrast a {
    padding: 0 3px;
    display: block
}

#Accessibility .dfw-contrast span {
    display: inline-block;
    vertical-align: top;
    font: 600 14px/16px Verdana, Arial, Helvetica, sans-serif
}

#Accessibility .dfw-contrastMode {
    background: #000;
    color: #fff
}

#Accessibility .dfw-contrastMode a {
    color: #fff;
    border: 2px solid #000
}

.dfw-colorMode {
    background: #fff;
    color: #000
}

#Accessibility .dfw-colorMode a {
    color: #000;
    border: 2px solid #fff
}

#Accessibility .dfw-contrast a.dfw-active {
    border: 2px solid red
}

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

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

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

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

.accessible_on .dfw-skip {
    display: block;
    background: #fff;
    border: 1px solid #000;
}

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

.textMain #load-ypo-cc-manager {
	background: #ccc;
	padding: 8px 15px;
	border-radius: 10px;
	position: relative;
	top: 30px;
	color: #000;
}

/*----- Accessible -----*/

.accessible_on {
    background: #fff;
}

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

.accessible_on #Container {
    color: #000 !important;
}

.accessible_on #Container a,
.accessible_on #Container a:hover,
.accessible_on .header-phone .fas.fa-phone {
    color: #00e !important;
}

.accessible_on.dfw-blackmode #Container {
    color: #fff !important;
}

.accessible_on.dfw-blackmode #Container a,
.accessible_on.dfw-blackmode #Container a:hover {
    color: #fc0;
}

.accessible_on .theme-L,
.accessible_on .theme-R {
    display: none;
}

.accessible_on .menu ul,
.accessible_on .Wrapper {
    background: #eee;
}

.accessible_on.dfw-blackmode .menu ul,
.accessible_on.dfw-blackmode .Wrapper {
    background: #333;
}

.accessible_on .parentMenu li a:hover,
.accessible_on .parentMenu ul li a,
.accessible_on .make-app:hover,
.accessible_on .spec-more:hover,
.accessible_on .menu ul li,
.accessible_on .menu li li:hover,
.accessible_on .testi-more li a,
.accessible_on #Testimonial-container,
.accessible_on .aside-service ul li.shoulder-s:hover span,
.accessible_on .aside-service ul li.elbow-s:hover span,
.accessible_on .aside-service ul li.knee-s:hover span,
.accessible_on .aside-service ul li.hip-s:hover span,
.accessible_on .aside-service ul li.baseball-s:hover span,
.accessible_on .aside-service ul li.shoulder-s span,
.accessible_on .aside-service ul li.elbow-s span,
.accessible_on .aside-service ul li.knee-s span,
.accessible_on .aside-service ul li.hip-s span,
.accessible_on .aside-service ul li.baseball-s span,
.accessible_on .aside-dr .dr-more-aside a,
.accessible_on .video-more a,
.accessible_on .service-details .more-speciality,
.accessible_on .smo li.facebook,
.accessible_on .smo li.twitter,
.accessible_on .smo li.gplus,
.accessible_on .smo li.linkedin,
.accessible_on .smo li.youtube,
.accessible_on .submit-testimonials,
.accessible_on .review-readmore,
.accessible_on .textMain .faqs-tabs ul li a,
.accessible_on .formHead,
.accessible_on .research-assistants {
    background: none;
}

.accessible_on .nurse-img li {
    background: none !important;
}

.accessible_on .aside-dr {
    border-top: 2px solid #000;

    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.accessible_on .video-more a,
.accessible_on .service-details .more-speciality,
#Sidebar {
    border: 1px solid #000;
}

.accessible_on.dfw-blackmode #Sidebar {
    border: 1px solid #fff;
}

.accessible_on .submit-testimonials {
    border: 4px double #000;
}

.accessible_on .location-c {

    display: none;

}

.accessible_on .fa-home::before {

    display: none;

}

.accessible_on .accessible_on .foot-copy {
    border-top: none;
}

.accessible_on footer,
.accessible_on .service-section li {
    background: none !important;
}

.accessible_on .textMain,
.accessible_on .textMain h1,
.accessible_on .textMain h2,
.accessible_on .textMain h3,
.accessible_on .textMain h4,
.accessible_on .navigation {
    color: inherit !important;
}

.accessible_on header {
    background: #fff;
}

.accessible_on .eric-logo {
    filter: invert(1);
}

.accessible_on #Container a,
.accessible_on #Container a:hover {
    color: #00e !important;
}

.accessible_on .header-right a {
    color: #00e !important;
    font: 400 18px/24px 'Muli', sans-serif;
    margin-bottom: 10px;
}

.accessible_on .header-right span {
    color: #00e;
    font: 400 18px/24px 'Muli', sans-serif;
    margin-bottom: 10px;
}

.accessible_on nav {
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.accessible_on footer {
    border-top: 1px solid #000;
}

.accessible_on .smo li a:hover .fab {
    transform: inherit;
}

.accessible_on .header-right {
    width: 574px;

}

.accessible_on .smo li {
    width: 102px;
}

.accessible_on .smo {
    width: 550px;

}

.accessible_on .header-phone {
    float: right;
}

.accessible_on .make-app {

    float: right;
}

.accessible_on .menu li::after,
.accessible_on .spec-more:after,
.accessible_on .spec-more:before,
.accessible_on #Map-container,
.accessible_on .service-details .more-speciality::before,
.accessible_on .service-details .more-speciality::after,
.accessible_on .dr-logos,
.accessible_on .fa-twitter::before,
.accessible_on .fa-facebook-f::before,
.accessible_on .fa-google-plus-g::before,
.accessible_on .fa-linkedin-in::before,
.accessible_on .fa-youtube::before {
    display: none;
}

.accessible_on .menu li:hover {
    background: #fff;
}

.accessible_on .foot-ypo {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.accessible_on .menu li:active .menu ul li,
.accessible_on .menu li:focus .menu ul li {
    background: #fff;
}

.accessible_on .speciality-intra ul li {
    background: #fff;
    color: #000;
}

.accessible_on .foot-heading,
.accessible_on .coprright,
.accessible_on .aside-heading,
.accessible_on .details-heading,
.accessible_on .nurse-img li {
    color: #000;
}

.accessible_on .spec-text-head {
    color: #000;
    border-bottom: 1px solid #000;
}

.accessible_on .specility-text li,
.accessible_on .dr-intra ul li {
    background: url(../images/bullet-tm.gif) 0px 8px no-repeat !important;
}

.accessible_on .spec-more {
    background: #fff;
    border: 1px solid #000;
}

.accessible_on #Content-Container {
    border-bottom: 1px solid #000;
}

.accessible_on #Speciality-bg,
.accessible_on #Dr-eric-bg {
    border-bottom: 1px solid #000;
}

.accessible_on #Dr-eric-bg,
.accessible_on .dr-intra {
    background: none;
}

.accessible_on .dr-intra {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}

.accessible_on .dr-intra h1 span,
.accessible_on #In-the-container,
.accessible_on #Resources-container {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.accessible_on .dr-more a {
    border: 1px solid #000;
    background: #fff;
}

.accessible_on .speciality-intra {
    padding: 70px 0 70px 0;
}

.accessible_on .dr-logos-bg {
    position: relative;
    float: left;
    margin: 28px 0 20px 0px;
}

.accessible_on .news-text {
    border: 3px solid #000;
}

.accessible_on .news-more a,
.accessible_on .news-all a,
.accessible_on .testi-more li {
    border: 1px solid #000;
    background: none;
}

.accessible_on #Resource-main {
    background: none;
}

.accessible_on .resource-head {
    color: #000;
}

.accessible_on .research-txt span {
    color: #000 !important;
}

.accessible_on .speciality-intra ul li img {
    filter: inherit !important;
}

.accessible_on .resouces-l {
    background: none;
}

.accessible_on .resouces-l ul li {
    background: #fff;
    background: url(../images/bullet-tm.gif) 8px 18px no-repeat !important;
    padding-left: 10px;
}

.accessible_on .resouces-l ul li::before,
.accessible_on .resouces-l span {
    display: none;
}

.accessible_on .resouces-l ul li a {
    padding: 12px 0 10px 12px;
}

.accessible_on .video-r {
    background: none;
}

.accessible_on .media li.info a,
.accessible_on .media li.video a {
    background: none !important;
    border: 1px solid #000;
    text-decoration: none;
}

.accessible_on .media li {
    background: none !important;
}


.accessible_on .spec-more {

    bottom: -40px;
}

.accessible_on .speciality-intra .knee .spec-more {

    bottom: -40px;

}

.accessible_on .home-nav .nodisplay {
    display: block;
    font: 400 18px/47px 'Muli', sans-serif;
}

.accessible_on .header-right span.nodisplay {
    display: block !important;
}

.accessible_on .address-c {
    background: none;
    color: #000;
}

.accessible_on .tableborder {
    float: none;
}


.accessible_on #Content,
.accessible_on #Sidebar {

    display: block;
}

.accessible_on .accordane,
.textMain .accordane {
    background: none;
}

.accessible_on .PDFtext,
.accessible_on .formHead {
    color: #000;
}

.accessible_on.dfw-blackmode .formHead {
    color: #fff;
}



.accessible_on.dfw-blackmode #Container a,
.accessible_on.dfw-blackmode #Container a:hover,
.dfw-blackmode.accessible_on .header-phone .fas.fa-phone,
.accessible_on.dfw-blackmode .header-right span {
    color: #fc0 !important;
}

.accessible_on.dfw-blackmode .media li.info a,
.accessible_on.dfw-blackmode .media li.video a {
    background: none !important;
    border: 1px solid #fff;
    text-decoration: none;
}

.accessible_on.dfw-blackmode .address-c {

    color: #fff;

}

.accessible_on.dfw-blackmode .textMain h1 span {
    color: #fff;
}

.accessible_on.dfw-blackmode #Content-Container {

    border-bottom: 1px solid #fff;

}

.accessible_on.dfw-blackmode footer {

    border-top: 1px solid #fff;

}

.accessible_on.dfw-blackmode .submit-testimonials {
    border: 4px double #fff;
}

.accessible_on.dfw-blackmode header,
.dfw-blackmode.accessible_on nav {

    background: #000;
    border-bottom: 1px solid #fff;
}

.accessible_on.dfw-blackmode .research-txt span,
.accessible_on.dfw-blackmode .nurse-img li {
    color: #fff !important;
}

.accessible_on.dfw-blackmode .eric-logo {
    background: rgba(255, 255, 255, 0.5)!important;
    padding: 10px;
    filter: inherit !important;
    margin: 40px 0px 0px;
}

.accessible_on.dfw-blackmode .make-app,
.accessible_on.dfw-blackmode .make-app:hover {
    background: none;
}

.accessible_on.dfw-blackmode .speciality-intra ul li {

    background: #000;
    color: #fff;

}


.accessible_on.dfw-blackmode .aside-dr {
    border-top: 2px solid #000;

    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.accessible_on.dfw-blackmode .video-more a,
.accessible_on.dfw-blackmode .service-details .more-speciality {
    border: 1px solid #000;
}



.accessible_on.dfw-blackmode .video-more a,
.accessible_on.dfw-blackmode .service-details .more-speciality {
    border: 1px solid #fff;
}

.accessible_on.dfw-blackmode .menu li:hover {
    background: #fff;
}

.accessible_on.dfw-blackmode .foot-ypo {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

.accessible_on.dfw-blackmode .menu li:hover,
.accessible_on.dfw-blackmode .texti-text .testi-saying::before {
    background: none;
}

.accessible_on.dfw-blackmode .spec-more,
.accessible_on.dfw-blackmode .dr-more a {

    background: #000;
    border: 1px solid #fff;

}
.accessible_on.dfw-blackmode #form-element-list.placeholderlist li label.error{
    background: #000;
}

.accessible_on .keysList li a span.nodisplay {
    display: block!important;
    font: 400 16px/22px 'Muli', sans-serif;
}



.accessible_on.dfw-blackmode .dr-intra h1,
.accessible_on.dfw-blackmode .dr-intra ul li,
.accessible_on.dfw-blackmode .news-head,
.accessible_on.dfw-blackmode .blue-date,
.accessible_on.dfw-blackmode .news-caption,
.accessible_on.dfw-blackmode .news-descrp,
.accessible_on.dfw-blackmode .news-head,
.accessible_on.dfw-blackmode .news-caption,
.accessible_on.dfw-blackmode .news-descrp,
.accessible_on.dfw-blackmode .resource-head,
.accessible_on.dfw-blackmode .testi-heading,
.accessible_on.dfw-blackmode .texti-text .testi-saying,
.accessible_on.dfw-blackmode .spec-text-head,
.accessible_on.dfw-blackmode .texti-text .testiname,
.accessible_on.dfw-blackmode .edu-head,
.accessible_on.dfw-blackmode .video-r p,
.accessible_on.dfw-blackmode .dr-name-s,
.accessible_on.dfw-blackmode .PDFtext {
    color: #fff;
}

.accessible_on.dfw-blackmode .news-more a,
.accessible_on.dfw-blackmode .news-all a,
.accessible_on.dfw-blackmode .testi-more li {

    border: 1px solid #fff;
    background: none;

}

.accessible_on.dfw-blackmode #Speciality-bg,
.accessible_on.dfw-blackmode #Dr-eric-bg {
    border-bottom: 1px solid #fff;
}

.accessible_on.dfw-blackmode .dr-intra h1 span,
.accessible_on.dfw-blackmode #In-the-container,
.accessible_on.dfw-blackmode #Resources-container,
.accessible_on.dfw-blackmode .credibility-sub {

    border-bottom: 1px solid #fff;

}

.accessible_on.dfw-blackmode .texti-text,
.accessible_on.dfw-blackmode .texti-text .testi-saying {
    border: none;
}

.accessible_on.dfw-blackmode .credibility img {
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
}

.accessible_on.dfw-blackmode .foot-heading,
.accessible_on.dfw-blackmode .coprright,
.accessible_on.dfw-blackmode .aside-heading,
.accessible_on.dfw-blackmode .details-heading {
    color: #fff;
}

.align-center {
    text-align: center;
}

.videos-lists li {
   /* float: left;*/
    width: 45%;
    background-image: none !important;
    vertical-align: top;
    display: inline-block;
}

.videos-lists h3 {
    font: 500 20px/25px 'Muli', sans-serif;
    min-height: 75px;
}

.videos-lists .videoBorder {
    margin: 0px auto !important;
    width: 100%;
}

.post-excerpt {
    display: none !important;
}

.blog-posts li p {
    margin: 0px !important;
}

.compli {
    color: #fff;
}
.protocols-main > div {
    display: inline-block;
    vertical-align: top;
}
.protocols-main > div {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    margin: 0 12px;
}
.protocols-main > div span {
    display: block;
    background: #003e74;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}
.textMain .protocols-sec li {
    background: url(../images/pdf-icon.png) no-repeat 0 8px;
    margin: 10px 0;
}

.slicknav_menu {
    display:none;
}
.slicknav_nav .menu li a {
    color: #fff;
}

.credibi li{
    
}


/*--- Media Query For Different Screens ---*/

@media screen and (max-width: 1165px) {
    #Banner-Container-S .banner-content {
        right: 20%;
    }
    .speciality-intra ul {
        text-align: center;
    }
    .speciality-intra ul li {
        width: 19%;
        margin: 0 0px 0 0;
    }
    .specility-text {
        width: 186px;
    }
    #Dr-eric-bg {
        overflow: visible;
    }
    .news-intra {
        padding: 22% 0 5% 0;
        width: 100%;
        float: left;
    }
    .dr-logos-bg {
        bottom: -39%;
        right: 38%;
    }
    .testi-more {
        margin: 11px 0 5px 0;
    }
    footer {
        background-size: cover;
    }
    .details-heading {
        width: 100%;
    }
    .details-heading {
        font: 700 24px/29px 'Muli', sans-serif;
    }
    .foot-links {
        margin-right: 0%;
    }
    #Dr-main {
        min-height: 676px;
    }
    .dr-logos-bg {
        position: relative;
        top: 90%;
        right: auto;
        z-index: 0;
        width: 25%;
        margin: 0px auto;
        /* bottom: 0px; */
        display: block;
        float: left;
        left: 40%;
    }
    .dr-intra {
        padding: 20px 0 0 0;
    }
}

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

    .menu li,
    .accessible_on .home-nav .nodisplay {
        font: 400 12px/47px 'Muli', sans-serif;
    }
    .menu ul li {
        font: 400 12px/20px 'Muli', sans-serif;
    }
    .about-nav {
        width: 11%;
    }
    .services-nav {
        width: 11%;
    }
    #Banner-Container #Slider1 li {
        background: none;
    }
    #Banner-Container {
        background-position: 19% top;
    }
    #Banner-Container .banner-content,
    #Banner-Container .Banner-Tabs {
        display: none;
    }
    .speciality-intra ul li {
        width: 32%;
        margin: 0 0px 14% 0;
    }
    .speciality-intra {
        padding: 70px 0 0px 0;
    }
    #Dr-eric-bg {
        background-position: 25% top;
    }
    #Dr-main {
        height: auto;
    }
    .dr-intra {
        float: none;
        width: 70%;
        margin: 0 auto;
        padding-top: 500px;
    }
    .dr-logos-bg {
        position: static;
        margin: 0 auto;
        float: none;
        width: 270px;
        margin-top: 20px;
    }
    .news-intra {
        padding: 5% 0 5% 0;
    }
    .publication-r .news-text .news-caption {
        margin: 0px 0 18px 0;
    }
    .news-caption {
        font: 600 16px/22px 'Muli', sans-serif !important;
    }
    #News-main {
        min-height: 400px;
    }
    #Resource-main {
        position: static;
        width: 98%;
        background: #105282;
        padding: 0 0 0 0;
        margin: 0 auto;
    }
    .resouces-l {
        float: none;
        background: none;
        padding: 53px 0% 0px 0px;
        margin: 0 auto;
    }
    .video-r {
        position: static;
        width: 98%;
        min-height: 422px;
        margin: 0 auto;
    }
    .video-text {
        padding: 16px 7px 0px 7px;
        width: 100%;
        text-align: center;
    }
    .texti-text {
        width: 96%;
        position: static;
        padding: 0 2% 0 8%;
        margin: 0 auto;
        margin-top: 3%;
    }
    .testi-img {
        display: none;
    }
    #Testimonial-main {
        min-height: 468px;
    }
    .homepage .credibility-logos {
        width: 98%;
        position: static;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .homepage .credibility-logos ul {
        text-align: center;
    }
    #Map-container {
        top: 0;
        width: 100%;
    }
    .homepage #Footer {
        min-height: auto;
        padding: 0 4px;
    }
    .homepage footer {
        background-size: cover;
        margin: 0;
    }
    .homepage #Footer .footer-intra {
        padding: 30px 0 20px 0;
    }
    .foot-copy {
        padding: 20px 0 13px 0;
        float: left;
    }
    .foot-dpecialities {
        width: 21%;
    }
    .foot-links {
        width: 16%;
    }
    #Banner-Container-S {
        background: #3c7cb9;
    }
    #Banner-Container-S .banner-content {
        right: 30%;
    }
    .nurse-img li {
        font-size: 18px !important;
        width: 46%;
        margin: 20px 2%;
    }
    .research-txt span {
        font-size: 22px !important;
    }
    .info-c li {
        width: 47%;
    }
    .addrr-loc {
        width: 97%;
    }
}

@media screen and (max-width: 767px) {
    .eric-logo {
        width: 58%;
    }
    .dr-intra {
        width: 80%;
    }
    .dfw-off {
        transform: none;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: left;
        line-height: 20px;
        position: absolute;
    }

    .accessible_on .dfw-skip {
        display: none;
    }
    .news-l {
        float: none;
        width: 98%;
        margin: 0 auto;
    }
    .publication-r {
        float: none;
        width: 98%;
        margin: 0 auto;
        margin-top: 5%;
    }
    .news-text {
        width: 100%;
    }
    .menu li {
        font: 400 15px/47px 'Muli', sans-serif;
    }
    .home-nav {
        width: 5%;
    }
    .about-nav {
        width: 21%;
    }
    .services-nav {
        width: 11%;
    }
    .patient-nav {
        width: 15%;
    }
    .research-nav {
        width: 12%;
    }
    .appointment-nav {
        width: 18%;
    }
    .faqs-nav {
        width: 7%;
    }
    .contact-nav {
        width: 11%;
    }
    .homepage #Footer {
        padding: 0 10px;
    }
    .foot-dpecialities {
        width: 32%;
    }
    .foot-menu {
        width: 35%;
        float: left;
    }
    .foot-links {
        width: 33%;
    }
    .foot-form {
        float: none;
        padding-top: 4%;
        clear: both;
    }
    #Content,
    #Sidebar,
    #Content-Main .table-div {
        display: inherit;
    }
    #Sidebar {
        margin: 0 auto;
    }
    .textMain {
        padding: 10px 0px 50px 0px;
    }
    .service-section {
        text-align: center;
    }
    .service-section li {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 16%;
        text-align: left;
    }
    .service-section li:nth-child(2n+1) {
        margin: 0 auto !important;
        margin-bottom: 16% !important;
    }
    .research-assistants {
        min-height: 400px;
    }
    .dr-intra ul {
        font: 400 15px/20px 'Muli', sans-serif;
        width: auto;
    }

    .accessible_on .mobileMenu {
        background: none;
    }

}

@media screen and (max-width: 640px) {
    .dfw-off {
        position: static;
        z-index: 999;
        transform: rotate(0deg);
        top: 0;
        left: 0;
    }
    #Main-Menu {
        display: none;
    }
    #Mobile-Menu {
        display: none;
    }
    .Wrapper {
        background: #000;
    }
    #Header .table-div,
    .eric-logo,
    .header-right {
        display: inherit;
    }
    .eric-logo {
        width: 96%;
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 17px 0 0 0;
    }
    .header-right {
        float: none;
        margin: 0 auto;
        margin-top: 6%;
        margin-bottom: 4%;
    }
    #Banner-Container {
        background-position: 28% top;
    }
    #Banner-Container-S {
        display: none;
    }
    .speciality-intra {
        padding: 70px 0 35px 0;
    }
    .speciality-intra ul li {
        width: 48%;
        margin: 0 0px 20% 0;
    }
    .specility-text {
        width: 203px;
    }
    .texti-text p .fas.fa-quote-left {
        font-size: 24px;
        left: -34px;
    }
    .texti-text p .fas.fa-quote-right {
        font-size: 24px;
    }
    .homepage .credibility li {
        width: 19%;
        margin: 0px 2% 20px 0;
    }
    .coprright {
        width: 100%;
        float: none;
        text-align: center;
    }
    .foot-ypo {
        float: none;
        margin: 0 auto;
        margin-top: 18px;
    }
    .credibility ul {
        text-align: center;
    }
    .info-c li {
        width: 300px;
    }
    .submit-testimonials {
        float: none;
        margin: 20px 0px 0 0;
    }
    .videos-lists li {
        width: 100%;
    }
    .img-r {
        float: none;
        margin: 0px auto;
        text-align: center;
    }
    .nodisplay {
        display: none;
        font: 400 15px/20px 'Muli', sans-serif;
    }
    #Main-Menu{
        display: none;
    }
    #Mobile-Menu{
        display: block;
    }
    /*.slicknav_menu {
        display:block;
    }*/
}

@media screen and (max-width: 480px) {
    #Banner-Container {
        display: none;
    }
    .speciality-intra {
        padding: 30px 0 35px 0;
    }
    .speciality-intra ul li {
        width: 252px;
        margin: 0 0px 79px 0;
    }
    #Dr-eric-bg {
        background: url(../images/dr-eric-s.jpg) center top no-repeat;
    }
    .dr-intra {
        width: 98%;
        padding-top: 240px;
        text-align: center;
    }
    .dr-intra h1 {
        font: 800 33px/44px 'Muli', sans-serif;
        width: 100%;
    }
    .dr-intra ul li {
        text-align: left;
    }
    .dr-more {
        margin: 0 auto;
        margin-top: 19px;
    }
    .foot-dpecialities,
    .foot-menu,
    .foot-links {
        width: 186px;
        float: none;
        margin: 0 auto;
    }
    .foot-form {
        margin: 0 auto;
        padding: 0px 0 0 0;
    }
    .foot-heading {
        padding: 20px 0 0 0;
    }
    .edu-head {
        font: 600 21px/32px 'Muli', sans-serif;
    }
    .resouces-l {
        width: 300px;
        background: none;
        padding: 26px 0% 0px 0px;
    }
    #Resource-main {
        background: none;
    }
    .resource-head {
        color: #000;
    }
    .video-r {
        min-height: auto;
    }
    .video-text {
        padding: 16px 7px 30px 7px;
    }
    .credibility li.aoss-logo {
        width: 30%;
        margin: 0px 3% 20px 0;
    }
    .service-section li {
        width: 98%;
        margin-bottom: 23%;
    }
    .service-section .serv-img-l {
        float: none;
        margin: -55px auto auto;
        width: 45%;
    }
    .service-details {
        float: none;
        width: 85%;
        padding: 24px 0 0 0;
        min-height: 240px;
        margin: 0 auto;
    }
    .service-details .details-heading {
        font: 700 24px/29px 'Muli', sans-serif;
    }
    .service-section li:nth-child(2n+1) {
        margin-bottom: 23% !important;
    }
    .service-section li {}
    .service-section {
        margin: 25% 0 0 0 !important;
    }
    .location-c,
    .address-c {
        width: 100%;
        float: none;
    }
    .img-r {
        float: none;
        margin: 0px auto;
        text-align: center;
    }
    .smo li {

        display: block text-align: left;

    }
    .accessible_on .header-right {

        width: inherit;

    }
    .accessible_on .smo {

        width: 130px;
        margin: 0px auto;
        float: none;

    }
    .accessible_on .make-app {

        float: none;
        margin: 0px auto;

    }
    .accessible_on .header-phone {

        float: none;
        margin: 0px auto;

    }
    .accessible_on .speciality-intra .knee .spec-more {

        bottom: -2px;

    }
    .accessible_on .spec-more {

        bottom: -2px;

    }
}

@media screen and (max-width: 360px) {
    .dr-intra h1 {
        font: 800 26px/37px 'Muli', sans-serif;
    }
    .dr-intra h1 span {
        font: 600 17px/24px 'Muli', sans-serif;
    }
    .dr-specialise {
        font: 400 17px/22px 'Muli', sans-serif;
    }
    .credibility li {
        width: 34%;
        margin: 0px 0% 20px 0;
    }
    .credibility li.aoss-logo {
        width: 56%;
        margin: 0px 0 19px 0;
    }
    .service-details .details-heading {
        text-align: center;
    }
    .nurse-img li {
        width: 300px;
        margin: 20px auto;
        float: none;
    }
    .research-assistants {
        width: 300px;
        margin: 20px auto;
        display: block;
    }
}
