@font-face {
    font-family: 'Nunito Sans';
    src: url('./fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
        url('./fonts/NunitoSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./fonts/NunitoSans-Black.woff2') format('woff2'),
        url('./fonts/NunitoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./fonts/NunitoSans-Light.woff2') format('woff2'),
        url('./fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('./fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./fonts/NunitoSans-ExtraLight.woff2') format('woff2'),
        url('./fonts/NunitoSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./fonts/NunitoSans-SemiBold.woff2') format('woff2'),
        url('./fonts/NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('./fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('./fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.Banner_on .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

/* ---------- Theme CSS ---------- */
#Map-Container,
#Footer-Container,
#Nav-container,
#Map-cn,
#Abt-cntr,
#Phy-cntr,
#Art-cntr,
#Vid-cntr,
#News-cntr,
#Hc-cntr,
#Ed-cntr,
#Ser-bg {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Accessibility,
#Header,
#Banner,
#Banner-S,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Service,
#Credibility,
#Abt-intra,
#Map-in,
#Phy-intra,
#Art-intra,
#Vid-intra,
#News-intra,
#Hc-intra,
#Ed-intra,
#Nav-intra,
#Ser-intra {
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

/* Default Custom CSS */
.img-l {
    margin: 0px 15px 10px 0px;
}

.img-r {
    margin: 0px 0px 10px 15px;
}

.img-c {
    margin: 10px;
}

/* Selection CSS */
#Container ::selection {
    background: #CCC;
    color: #000;
}

/* ADA Icon CSS */
.adaOn span {
    background: #000;
    color: #fff;
    border-radius: 50%;
}

/* Scroller CSS */
#Scroller a {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 50%;
}

/* Header CSS */
header {
    position: absolute;
    z-index: 9;
}

#Header {
    min-height: 120px;
}

.logo {
    padding-top: 14px;
}

.logo a {
    display: inline-block;
}

.appoint {
    width: 65%;
    padding-left: 51px;
    vertical-align: middle;
}

.call-appoint {
    text-align: right;
    font-size: 0;
    margin: 15px 0px 6px;
}

.call-appoint li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    margin: 2px 8px;
    transition: 0.5s ease;
}

.call-appoint li:hover {
    color: #505254;
}

.call-appoint li a {
    display: block;
    padding: 5px 5px 5px 28px;
}

.num {
    font: 400 17px/24px 'Nunito Sans';
}

.book {
    font: 700 16px/24px 'Nunito Sans';
}
.payment {
    font: 700 16px/24px 'Nunito Sans';
        background: #000;
    border-radius: 15px;
}
.payment a{
    color: #fff;
    
}
.make-payment{
    text-align: center;
   display: inline-block;
    border-radius: 2px;
   
    background: #000;
}
.make-payment a{
     font-size: 15px !important;
    font-family: Verdana, Geneva, sans-serif !important;
    font-weight: normal;
    color: #fff !important;
    text-decoration: none !important;
    margin: 5px !important;
}

.call-appoint li:before {
    position: absolute;
    content: '';
    background-image: url(/images/home-sprite.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.num:before {
    background-position: left 0px;
}

.book:before {
    background-position: left -50px;
}

.payment:before {
    
     background-position: left -181px;
}


/* Menu CSS */
nav {
    background: #000;
}

.parentMenu li {
    text-align: left;
    transition: 0.5s ease;
}

.Wrapper {
    background: #000;
    color: #fff;
}

.Wrapper li:hover {
    background: #505254;
}

.Wrapper li li {
    background: #000;
}

.Wrapper li li:hover {
    background: #505254;
}

nav:before {
    position: absolute;
    content: '';
    background: url(/images/nav-bfr.png) no-repeat center;
    top: 0;
    left: -54px;
    width: 54px;
    height: 51px;
}

nav .theme-R {
    background: #000;
}

.toggleMenu span.nodisplay {
    display: none;
}

.menu {
    text-align: center;
}

.menu li {
    font: 300 13px/21px 'Nunito Sans';
    text-transform: uppercase;
    transition: 800ms ease;
}

.menu li a {
    padding: 15px 0px;
    color: #f3f4fb;
}

.menu li:hover {
    background: #505254;
}

.menu ul li {
    background: #000;
    min-width: 150px;
}

.menu ul li a {
    padding: 10px 15px 10px 25px;
    transition: 0.5s ease;
}

.menu ul li:hover a {
    padding: 10px 15px 10px 30px;
}

.menu li.menu-home {
    width: 50px;
}

.menu-home a::before {
    font-size: 20px;
    top: -2px;
    position: relative;
}

.menu-about {
    width: 15%;
}

.menu-services {
    width: 19%;
}

.menu-services li {
    width: 200px;
}

.menu-patient {
    width: 28%;
}

.menu-news {
    width: 10%;
}

.menu-contact {
    width: 18%;
}

.menu-about li {
    width: 245px;
}

.menu-patient li {
    width: 270px;
}

/* Mobile Menu CSS */
.toggleMenu {
    font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
}

.toggleMenu a {
    border-radius: 5px;
}

.Wrapper {
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
}
/* Sub Banner CSS */
#Banner-Container-S #Banner-S {
    height: 510px;
}

#Banner-Container-S .banner1 {
    background: url(/images/banner1-s.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container-S .banner1 .theme-L {
    background: url(/images/banner1-s-l.jpg) no-repeat right top;
}

#Banner-Container-S .banner1 .theme-R {
    background: url(/images/banner1-s-r.jpg) no-repeat left top;
}
/* Sub-Banner Content CSS */
.banner-content-s {
    position: absolute;
    top: 43.5%;
    right: 1%;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.banner-head-s {
    font: 300 44px/54px 'Nunito Sans';
}

.banner-head-s span {
    display: block;
}

.banner-content-s p {
    font: 300 14px/18px 'Nunito Sans';
    position: relative;
    margin: 2px 0px;
    display: inline-block;
    padding: 0px 15px;
}

.banner-content-s p:before,
.banner-content-s p:after {
    position: absolute;
    content: '';
    background: #000;
    width: 38px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner-content-s p:before {
    left: 100%;
}

.banner-content-s p:after {
    right: 100%;
}


/* Home Banner CSS */
#Banner-Container #Banner {
    height: 576px;
}

#Banner-Container .banner1 {
    background: url(/images/banner1.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner1 .theme-L {
    background: url(/images/banner1-l.jpg) no-repeat right top;
}

#Banner-Container .banner1 .theme-R {
    background: url(/images/banner1-r.jpg) no-repeat left top;
}

#Banner-Container .banner2 {
    background: url(/images/banner2.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner2 .theme-L {
    background: url(/images/banner2-l.jpg) no-repeat right top;
}

#Banner-Container .banner2 .theme-R {
    background: url(/images/banner2-r.jpg) no-repeat left top;
}

#Banner-Container .banner3 {
    background: url(/images/banner3.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner3 .theme-L {
    background: url(/images/banner3-l.jpg) no-repeat right top;
}

#Banner-Container .banner3 .theme-R {
    background: url(/images/banner3-r.jpg) no-repeat left top;
}

#Banner-Container .banner4 {
    background: url(/images/banner4.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner4 .theme-L {
    background: url(/images/banner4-l.jpg) no-repeat right top;
}

#Banner-Container .banner4 .theme-R {
    background: url(/images/banner4-r.jpg) no-repeat left top;
}

#Banner-Container .banner5 {
    background: url(/images/banner-5-new-bg-img.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner5 .theme-L {
    background: #fff;
}

#Banner-Container .banner5 .theme-R {
    background: #fff;
}

#Banner-Container .banner6 {
    background: url(/images/banner6.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner6 .theme-L {
    background: url(/images/banner6-l.jpg) no-repeat right top;
}

#Banner-Container .banner6 .theme-R {
    background: url(/images/banner6-r.jpg) no-repeat left top;
}

#Banner-Container .banner7 {
    background: url(/images/banner7.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner7 .theme-L {
    background: url(/images/banner7-l.jpg) no-repeat right top;
}

#Banner-Container .banner7 .theme-R {
    background: url(/images/banner7-r.jpg) no-repeat left top;
}

#Banner-Container .banner8 {
    background: url(/images/banner8.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner8 .theme-L {
    background: url(/images/banner8-l.jpg) no-repeat right top;
}

#Banner-Container .banner8 .theme-R {
    background: url(/images/banner8-r.jpg) no-repeat left top;
}

#Banner-Container .banner9 {
    background: url(/images/banner9.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner9 .theme-L {
    background: url(/images/banner9-l.jpg) no-repeat right top;
}

#Banner-Container .banner9 .theme-R {
    background: url(/images/banner9-r.jpg) no-repeat left top;
}

#Banner-Container .banner10 {
    background: url(/images/banner10.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner10 .theme-L {
    background: url(/images/banner10-l.jpg) no-repeat right top;
}

#Banner-Container .banner10 .theme-R {
    background: url(/images/banner10-r.jpg) no-repeat left top;
}

#Banner-Container .banner11 {
    background: url(/images/banner11.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner11 .theme-L {
    background: url(/images/banner11-l.jpg) no-repeat right top;
}

#Banner-Container .banner11 .theme-R {
    background: url(/images/banner11-r.jpg) no-repeat left top;
}
/* Banner Content CSS */
.banner-content {
    position: absolute;
    top: 43.5%;
    right: 1%;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.banner-head {
    font: 300 56px/54px 'Nunito Sans';
}

.banner-head span {
    display: block;
}

.banner-content p {
    font: 300 14px/18px 'Nunito Sans';
    position: relative;
    margin: 2px 0px;
    display: inline-block;
    padding: 0px 15px;
}

.banner-content p:before,
.banner-content p:after {
    position: absolute;
    content: '';
    background: #000;
    width: 38px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner-content p:before {
    left: 100%;
}

.banner-content p:after {
    right: 100%;
}

.banner5 .banner-content {
    left: 0;
    color: #fff;
    top: 53%;
    font: 400 48px/47px 'Nunito Sans';
    text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
}

/* Banner Tabs CSS */
.Banner-Tabs {
    bottom: 5px;
    right: 5px;
}

.Banner-Tabs li {
    display: inline-block;
    position: relative;
    border: 3px solid #000;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0px;
}

.Banner-Tabs li.Banner_here {
    border: 3px solid #fff;
    background: #000;
}

#Nav-container {
    background: url(/images/nav-bg.jpg) no-repeat top center;
}

#Nav-container.Before-appoint {
    background: url(/images/before-your-appoint-bg.jpg) no-repeat top center;
}

#Nav-container.Workplace-cntr {
    background: url(/images/workplace-matters-bg.jpg) no-repeat top center;
}

#Nav-intra {
    text-align: center;
    padding: 190px 0px 20px;
    min-height: 318px;
    margin-bottom: 3%;
}

#Nav-intra h1 {
    font: 300 36px/39px 'Nunito Sans';
    text-transform: uppercase;
}

/* Navigation CSS */

.navigation {
    font: 300 15px/24px 'Nunito Sans';
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.navigation a {
    display: inline-block;
    margin: auto;
    padding: 0px 5px;
    margin: 0px 5px;
}

.navigation:before,
.navigation:after {
    position: absolute;
    content: '';
    background: #000;
    width: 38px;
    height: 1px;
    top: 11px;
    /*bottom: 0;*/
    margin: auto;
}

.navigation::before {
    left: -55px;
}

.navigation::after {
    right: -55px;
}

.navigation span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    margin-left: 5px;
}
.navigation-s {
    font: 300 15px/24px 'Nunito Sans';
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.navigation-s a {
    display: inline-block;
    margin: auto;
    padding: 0px;
    margin: 0px;
}
.navigation-s span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    margin-left: 5px;
}

/* Text CSS */
.textMain {
    padding: 10px 10px 50px 10px;
    font: 400 15px/28px 'Nunito Sans';
}

.textMain a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.textMain a:hover {
    color: #0000AC;
}

.textMain h1 span {
    font: normal 20px/24px Verdana, Arial, Helvetica, sans-serif;
    color: #4d4d4d;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 600 26px/30px 'Nunito Sans';
    color: #505254;
    text-transform: uppercase;
}

.textMain h2 span {
    font: normal 18px/22px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

.textMain h2 a,
.hTag2 a,
.textMain h3.hTag2 a,
.textMain h4.hTag2 a {
    color: #014cbe;
}

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 600 24px/30px 'Nunito Sans';
    color: #000;
    text-transform: none;
}

.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #353535;
}

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: 600 21px/25px 'Nunito Sans';
    color: #505254;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #014cbe;
}

/* Sidebar CSS */
#Sidebar {
    width: 320px;
    padding: 5px 0px 20px 0px;
}

.phy-li-s {
    position: relative;
    text-align: center;
    font-size: 0;
    margin-bottom: 67px;
}

.our-phy-s {
    position: relative;
    font: 900 24px/30px 'Nunito Sans';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 15px;
    margin-bottom: 39px;
}

.our-phy-s:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 11px;
    bottom: -19px;
}

.phy-li-s li {
    text-align: center;
}

.phy-in-s {
    width: 282px;
    position: relative;
    margin: auto auto 30px auto;
}

.phy-in-s img {
    margin: 0;
    background: #858585;
}

.phy-in-s:before,
.phy-in-s:after {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.phy-in-s:before {
    width: 154px;
    height: 2px;
    border-top: 1px solid #eee;
}

.phy-in-s:after {
    width: 23px;
    height: 4px;
}

.phy-in-s a {
    display: inline-block;
}

.phy-nm-s {
    font: 900 16px/25px 'Nunito Sans';
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.phy-nm-s a {
    margin: 30px auto 10px;
}

.phy-nm-s span {
    display: block;
    font: 400 12px/18px 'Nunito Sans';
    margin: 5px 0px;
    text-transform: uppercase;
}

.phy-li-s .nbs-flexisel-nav-left,
.phy-li-s .nbs-flexisel-nav-right {
    top: auto;
    height: 20px;
}

.phy-li-s .nbs-flexisel-nav-left {
    color: #b2b2b2;
    left: 44%;
}

.phy-li-s .nbs-flexisel-nav-right {
    color: #737373;
    right: 44%;
}

.phy-li-s .nbs-flexisel-nav-left:after,
.phy-li-s .nbs-flexisel-nav-right:after {
    width: 58px;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
}

.phy-li-s .nbs-flexisel-nav-left:after {
    right: 30px;
}

.phy-li-s .nbs-flexisel-nav-right:after {
    left: 30px;
}

.res-sb {
    position: relative;
    background: #000;
    min-height: 483px;
    padding: 35px 0px 10px;
}

.res-hd-sb {
    position: relative;
    font: 300 26px/25px 'Nunito Sans';
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 11px;
}

.res-hd-sb:before,
.res-hd-sb:after {
    position: absolute;
    content: '';
    background: #4d4d4d;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -11px;
}

.res-hd-sb:before {
    width: 223px;
    height: 1px;
}

.res-hd-sb:after {
    height: 5px;
    width: 33px;
}

.res-sb ul {
    margin: 35px 0px 5px;
}

.res-sb li {
    position: relative;
    font: 300 13px/20px 'Nunito Sans';
    color: #fff;
    text-transform: uppercase;
    width: 80%;
    margin: 1px auto;
    transition: 0.5s ease;
}

.res-sb li:hover {
    opacity: 0.4;
}

.res-sb li:before,
.res-sb li:after {
    position: absolute;
    content: '';
}

.res-sb li:before {
    width: 98%;
    height: 1px;
    bottom: 0;
    background: #343434;
    left: 7px;
}

.res-sb li:after {
    width: 7px;
    height: 7px;
    border: 1px solid #343434;
    border-radius: 50%;
    left: 0;
    bottom: -3px;
}

.res-sb li:last-child:before,
.res-sb li:last-child:after {
    display: none;
}

.res-sb li a {
    display: block;
    padding: 13px 0px 13px 35px;
}

/* Footer CSS */
.cross-links {
    border: none !important;
}
.cross-links a::before {
    display: none;
}
.cross-links a {
    font: 400 14px/18px 'Nunito Sans';
    color: #fff;
    letter-spacing: 1px;
}
#Map-cn {
    background: #000 url(/images/map-bg.jpg) no-repeat top center;
}

#Map-in {
    min-height: 624px;
    padding: 253px 0px 0px 0px;
}

#Map-in li {
    margin-bottom: 25px;
    cursor: auto;
}

.in-loc {
    height: 323px;
    background: #000;
    width: 99%;
    /* min-width: 200px; */
    color: #fff;
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 25px auto 0px;
    transition: 0.5s ease;
    z-index: 9;
}

.in-loc:hover {
    background: #707070;
}

.loc-hd {
    font: 700 14px/18px 'Nunito Sans';
    text-transform: uppercase;
    height: 115px;
    position: relative;
    vertical-align: middle;
    padding: 0px 5%;
}

.loc-hd:before,
.loc-hd:after {
    position: absolute;
    content: '';
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
}

.loc-hd:before {
    width: 100%;
    height: 1px;
    bottom: 0;
}

.loc-hd:after {
    width: 29px;
    height: 5px;
    bottom: -2px;
}

.loc-hd span {
    font: 300 14px/18px 'Nunito Sans';
    text-transform: none;
    display: block;
}

.loc-txt {
    font: 200 14px/17px 'Nunito Sans';
    min-height: 110px;
    padding: 28px 0px 10px;
}

.lc-nm-fx p {
    position: relative;
    font: 400 14px/18px 'Nunito Sans';
    width: 135px;
    margin: auto;
}

.lc-nm-fx p a {
    padding: 5px 5px 5px 25px;
    display: block;
}

.lc-nm-fx p:before {
    position: absolute;
    content: '';
    background-image: url(/images/home-sprite.png);
    background-repeat: no-repeat;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 17px;
}

.loc-num:before {
    background-position: left -100px;
}

.loc-fax:before {
    background-position: left -150px;
}

.loc-bk {
    text-transform: uppercase;
    width: 200px;
    margin: auto;
    border-radius: 25px;
    background: #fff;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.loc-bk a {
    display: block;
    color: #000;
    font: 700 12px/20px 'Nunito Sans';
    padding: 10px 0px;
    position: relative;
    transition: 0.5s ease;
    z-index: 1;
}

.loc-bk:before {
    position: absolute;
    content: '';
    background: #f2f3f8;
    width: 0;
    top: 0;
    height: 100%;
    left: 0;
    transition: 0.5s ease;
}

.loc-bk:hover:before {
    width: 100%;
}

#Footer-Container {
    background: #000;
}

#Footer {
    min-height: 315px;
    padding: 36px 0px 20px;
}

.social-logo {
    text-align: center;
}

.social-logo ul {
    font-size: 0px;
}

.social-logo li {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 10px;
    background: #fff;
    color: #000;
    position: relative;
}

.social-logo li a {
    width: 100%;
    height: 100%;
    display: block;
}

.social-logo li a::before {
    position: absolute;
    text-align: center;
    top: 10px;
    left: 2px;
    right: 0;
    margin: auto;
}

.copyrights {
    text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
}

.copyrights p {
    max-width: 800px;
    margin: 20px auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.copyrights p a {
    position: relative;
    display: inline-block;
    font: 300 14px/19px 'Nunito Sans';
    margin: 8px 0.5%;
    text-transform: uppercase;
    padding: 10px;
}

.copyrights p a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #4d4d4d;
    left: -6%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.copyrights p a:first-child:before {
    display: none;
}

.copyrights h2 {
    font: 300 15px/20px 'Nunito Sans';
    margin-bottom: 17px;
}

.ypo-logo {
    text-align: center;
}

/* Contact Page */
.all-cont-info{
    text-align: center;
}
.contactTable {
    border-spacing: 5px;
    display: inline-block;
    vertical-align: top;
    width: 32.33%;
    min-width: 310px;
    font-size: 14px;
    margin: 10px 0.5% 10px 0px;
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #c8c8c8;
    border-top: 3px solid #c8c8c8;
    overflow: hidden;
    text-align: left;
}

.contact-address {
    padding: 10px;
    position: relative;
    background: #f0f5f9;
    min-height: 220px;
}

.contact-address p.textMainBold {
    padding: 5px 0px;
}

.contact-address p {
    position: relative;
    padding: 5px 10px 5px 30px;
}

.contact-address p::before {
    position: absolute;
    left: 5px;
    top: 5px;
}

.contact-map {
    position: relative;
    height: 250px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    border: 0px;
}

.textMain .contact-info {
    font-size: 0;
    margin: 15px 0px;
    text-align: center;
}

.textMain .contact-info li {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 30px 15px 5px;
    margin: 10px 2%;
    border-bottom: 1px solid #d1d0c6;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    min-width: 200px;
}

.textMain .contact-info li::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 25px;
}

.textMain .contact-info li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

/* Submit Testimonials */
.textMain .write-review {
    font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
    float: right;
    position: relative;
    border: 2px solid #ccc;
}

.textMain .write-review a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}

.textMain .write-review a::before {
    margin-right: 15px;
}

/* Usefull Links Page */
.textMain .useFul {
    margin: 15px 0px;
    padding: 0px;
}

.textMain .useFul ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    text-align: center;
}

.textMain .useFul li {
    margin: 1%;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    min-width: 290px;
    font: 400 16px/20px Verdana, Arial, Helvetica, sans-serif;
    background: none;
    border: 2px solid #ccc;
}

.textMain .useFul li span {
    display: block;
    padding: 15px 0px;
    background: #ccc;
    margin: 0px 0px 15px 0px;
}

.textMain .useFul li img {
    margin: 10px 0px;
}

.textMain .useFul li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

/* Relative List */
.textMain .relList li {
    border: 2px solid #ccc;
}

.textMain .relList li a {
    padding: 5px 15px;
}

#Abt-intra {
    min-height: 278px;
    text-align: center;
    padding: 56px 0px 20px;
}

#Abt-intra h1 {
    font: 900 24px/27px 'Nunito Sans';
    color: #303030;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 61px;
}

#Abt-intra h1 span {
    display: block;
}

#Abt-intra h1:before,
#Abt-intra h1:after {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    margin: auto;
    right: 0;
}

#Abt-intra h1:before {
    width: 161px;
    height: 1px;
    bottom: -40px;
}

#Abt-intra h1:after {
    width: 24px;
    height: 4px;
    bottom: -39px;
}

.spe {
    font: 200 22px/30px 'Nunito Sans';
    color: #6f6f6f;
    max-width: 650px;
    margin: auto;
    width: 95%;
}

#Ser-bg {
    background: url(/images/services-bg.png) no-repeat bottom center;
    /*margin-top: -146px;*/
}

#Ser-intra {
    /*min-height: 704px;*/
    min-height: 850px;
    margin-top: -146px;
    padding-top: 146px;
}

.abt-ser {
    max-width: 450px;
    margin: 0px 0px 0px auto;
    color: #fff;
    padding: 77px 0px 0px 25px;
}

.ser-hd {
    font: 300 30px/34px 'Nunito Sans';
    text-transform: uppercase;
    margin-bottom: 26px;
}

.abt-ser li {
    font: 200 15px/24px 'Nunito Sans';
    text-transform: uppercase;
    position: relative;
    opacity: 0.8;
    margin: 13px 0px;
    transition: 0.5s ease;
}

.abt-ser li:hover {
    opacity: 1;
}

.abt-ser li:before {
    position: absolute;
    content: '';
    background: url(/images/home-sprite.png) no-repeat left -200px;
    width: 18px;
    height: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.abt-ser li a {
    position: relative;
    display: inline-block;
    padding: 5px 3px 5px 37px;
}

.abt-ser li a:hover {
    text-decoration: underline;
}

.all-con {
    width: 181px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 25px;
    font: 300 15px/24px 'Nunito Sans';
    text-transform: uppercase;
    margin: 30px 0px 10px;
    overflow: hidden;
}

.all-con:before {
    position: absolute;
    content: '';
    background: #505254;
    width: 0;
    height: 100%;
    left: 0;
    transition: 0.7s ease;
    z-index: 0;
}

.all-con:hover:before {
    width: 100%;
}

.all-con a {
    display: block;
    padding: 12px;
    text-align: center;
    position: relative;
}

#Phy-intra {
    min-height: 1231px;
    text-align: center;
    padding: 30px 0px 10px;
}

.phy-hd {
    font: 900 24px/30px 'Nunito Sans';
    color: #0e0e0e;
    text-transform: uppercase;
    padding: 16px 0px;
    margin-bottom: 21px;
}

.phy-hd a {
    display: inline-block;
}

.phy-hd span {
    font: 300 16px/24px 'Nunito Sans';
    display: block;
    margin: 4px 0px;
}

.phy-li {
    font-size: 0;
    position: relative;
    padding-top: 13px;
}

.phy-li:before {
    position: absolute;
    content: '';
    background: #000;
    width: 99.4%;
    left: 0;
    ;
    right: 0;
    margin: auto;
    height: 11px;
    top: 0;
}

.phy-li li {
    display: inline-block;
    margin: 2px 10px 5px 50px;
    vertical-align: top;
}

.phy-in {
    width: 295px;
    position: relative;
    min-height: 430px;
}

.phy-in:before,
.phy-in:after {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.phy-in:before {
    width: 161px;
    height: 1px;
}

.phy-in:after {
    width: 24px;
    height: 4px;
}

.phy-in a {
    display: block;
}

.phy-in a img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.phy-in:hover a img {
    opacity: .7;
}

.phy-nm {
    font: 900 17px/25px 'Nunito Sans';
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.phy-nm a {
    margin: 20px auto 10px;
}

.phy-nm span {
    display: block;
    font: 400 13px/18px 'Nunito Sans';
    margin: 6px 0px;
    text-transform: uppercase;
}
.phy-in p a {
    font: 400 16px/18px 'Nunito Sans' !important;    
}

#Art-cntr {
    background: url(/images/arthroscopic-surgery-bg.png) no-repeat bottom center;
}

#Art-intra {
    min-height: 590px;
    margin-top: -108px;
    padding-top: 318px;
    text-align: center;
}

.min {
    font: 900 50px/54px 'Nunito Sans';
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.min:before,
.min:after {
    position: absolute;
    content: '';
    width: 23%;
    height: 128px;
    top: 15px;
    margin: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.min:before {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
}

.min:after {
    right: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.min span {
    font: 200 30px/34px 'Nunito Sans';
    display: block;
    margin-bottom: 4px;
}

.lrn-wth {
    font-size: 0;
    margin: 22px 0px;
    position: relative;
}

.lrn-wth:before,
.lrn-wth:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    width: 34.6%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lrn-wth:before {
    left: 0;
}

.lrn-wth:after {
    right: 0;
}

.lrn-wth li {
    display: inline-block;
    width: 181px;
    margin: 2px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 300 15px/24px 'Nunito Sans';
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
}

.lrn-wth a {
    display: block;
    padding: 12px 0px;
    position: relative;
}

.lrn-wth li:before {
    position: absolute;
    content: '';
    background: #505254;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s ease;
}

.lrn-wth li:hover:before {
    width: 100%;
}

#Vid-intra {
    /*min-height: 707px;*/
    text-align: center;
    padding: 30px 0px 3.75%;
}

.vid-hd {
    font: 200 30px/35px 'Nunito Sans';
    position: relative;
    padding: 18px 0px 11px;
    text-transform: uppercase;
}

.vid-hd:before,
.vid-hd:after {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.vid-hd:before {
    width: 161px;
    height: 1px;
}

.vid-hd:after {
    width: 24px;
    height: 4px;
}

.vid {
    margin: 3.8% auto 3.2%;
    /*display: inline-block;*/
}

.vid-mr {
    font: 300 15px/20px 'Nunito Sans';
    width: 181px;
    border: 1px solid #000;
    border-radius: 25px;
    text-transform: uppercase;
    margin: auto;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

.vid-mr:before {
    position: absolute;
    content: '';
    background: #000;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s ease;
}

.vid-mr:hover:before {
    width: 100%;
}

.vid-mr:hover {
    color: #fff;
}

.vid-mr a {
    display: block;
    padding: 14px 0px;
    position: relative;
}

#News-cntr {
    background: #f1f1f1;
}

#News-intra {
    background: url(/images/news-bg.jpg) no-repeat center;
    min-height: 512px;
    text-align: center;
    padding: 25px 0px 20px;
}

.news-hd {
    font: 300 30px/38px 'Nunito Sans';
    text-transform: uppercase;
    position: relative;
    padding: 25px 0px;
}

.news-hd:before,
.news-hd:after {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.news-hd:before {
    width: 223px;
    height: 1px;
}

.news-hd:after {
    width: 33px;
    height: 5px;
}

.abt-news {
    font: 900 26px/36px 'Nunito Sans';
    text-transform: uppercase;
    margin: 29px auto 20px;
}

.abt-news span {
    display: block;
}

.news-dt {
    font: 300 14px/20px 'Nunito Sans';
    background: #fff;
    width: 162px;
    padding: 10px;
    margin: 10px auto;
}

.in-nws-txt {
    font: 200 24px/34px 'Nunito Sans';
    width: 95%;
    margin: 21px auto 30px;
}

.news-mr {
    width: 181px;
    border: 1px solid #000;
    border-radius: 25px;
    font: 300 14px/24px 'Nunito Sans';
    text-transform: uppercase;
    margin: auto;
    position: relative;
    transition: 0.5s ease;
    overflow: hidden;
}

.news-mr:hover {
    border: 1px solid #505254;
}

.news-mr:before {
    position: absolute;
    content: '';
    background: #505254;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s ease;
}

.news-mr:hover {
    color: #fff;
}

.news-mr:hover:before {
    width: 100%;
}

.news-mr a {
    display: block;
    padding: 12px 0px;
    position: relative;
}

#Hc-intra {
    min-height: 352px;
    text-align: center;
    padding: 30px 0px 15px;
}

.hc-hd {
    position: relative;
    text-transform: uppercase;
    font: 300 30px/38px 'Nunito Sans';
    padding: 22px 0px 26px;
}

.hc-hd::before,
.hc-hd::after {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.hc-hd::before {
    width: 223px;
    height: 1px;
}

.hc-hd::after {
    width: 33px;
    height: 5px;
}

.info-list {
    font-size: 0;
}

.info-list li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 23%;
    min-width: 170px;
    margin: 11px 1%;
    font: 700 15px/19px 'Nunito Sans';
    text-transform: uppercase;
}

.info-list li::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 76px;
    background: #d2d2d2;
    top: 20%;
    margin: auto;
    right: -8%;
}

.info-list li:last-child:before {
    display: none;
}

.info-list li a {
    display: block;
}

.info-list li span {
    position: relative;
    display: block;
    width: 103px;
    height: 103px;
    margin: 20px auto 14px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}

.info-list li span:before {
    position: absolute;
    content: '';
    background-color: #000;
    background-image: url(/images/res-sprite.png);
    background-repeat: no-repeat;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
}

.npi span:before {
    background-position: 18px 20px;
}

.sf span:before {
    background-position: 21px -78px;
}

.rcf span:before {
    background-position: 15px -179px;
}

.hpf span:before {
    background-position: 21px -283px;
}

.info-list li:hover span:before {
    background-color: #707070;
}

#Ed-cntr:before {
    position: absolute;
    content: '';
    background: #000;
    top: 0;
    width: 100%;
    height: 79%;
}

#Ed-intra {
    min-height: 650px;
    padding: 30px 0px 20px;
}

.ed-hd {
    position: relative;
    font: 300 30px/35px 'Nunito Sans';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 20px 0px 28px;
    margin-bottom: 45px;
}

.ed-hd:before,
.ed-hd:after {
    position: absolute;
    content: '';
    background: #4d4d4d;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ed-hd:before {
    width: 223px;
    height: 1px;
}

.ed-hd:after {
    width: 33px;
    height: 5px;
}

.ed-video {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 55%;
    z-index: 9;
}

.ed-video a {
    display: inline-block;
}

.res-list {
    font-size: 0;
}

.res-list li {
    position: relative;
    font: 300 13px/20px 'Nunito Sans';
    text-transform: uppercase;
    color: #fff;
    width: 49.5%;
    transition: 0.5s ease;
}

.res-list li:hover {
    opacity: 0.4;
}

.res-list li:before,
.res-list li:after {
    position: absolute;
    content: '';
}

.res-list li:before {
    width: 49.6%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.res-list li:after {
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.res-list li:nth-child(odd):before {
    left: 0;
    bottom: 0;
}

.res-list li:nth-child(odd):after {
    bottom: -3px;
    left: 49.5%;
}

.res-list li:nth-child(even)::before {
    right: 0;
    bottom: 0;
}

.res-list li:nth-child(even):after {
    right: 49.5%;
    bottom: -3px;
}

.res-list li:last-child:before,
.res-list li:last-child:after {
    display: none;
}

.res-list li a {
    display: inline-block;
    padding: 25px 5px;
}

.res-list li:nth-child(odd) {
    float: left;
}

.res-list li:nth-child(even) {
    float: right;
    text-align: right;
}

.mr-vid {
    position: absolute;
    width: 181px;
    margin: 10px auto;
    font: 300 14px/24px 'Nunito Sans';
    border: 1px solid #000;
    border-radius: 25px;
    text-transform: uppercase;
    bottom: 36px;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    transition: 0.5s ease;
}

.mr-vid a {
    display: block;
    padding: 12px 0px;
    position: relative;
}

.mr-vid:before {
    position: absolute;
    content: '';
    background: #505254;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s ease;
}

.mr-vid:hover {
    color: #fff;
}

.mr-vid:hover:before {
    width: 100%;
}

.spe-div {
    background: #eee;
    position: relative;
}

.spe-div .table-cell {
    vertical-align: middle;
}

.spe-div .theme-R {
    background: #eee;
    right: -99%;
}

.hand-img {
    /*float: left;*/
    margin-left: -73.5%;
}

.spe-cnt {
    padding: 5.4% 10px 20px 6%;
    /*width: 50%;*/
    margin: 0px 0px 0px auto;
}

.hand-con-s {
    font: 300 30px/30px 'Nunito Sans';
    text-transform: uppercase;
    margin-left: 5%;
    padding: 2px 0px;
}

.hand-con-s span {
    font: 900 40px/38px 'Nunito Sans';
    display: block;
}

.spe-cnt ul {
    font-size: 0;
    margin: 32px 0px 0px;
    text-align: left;
}

.textMain .spe-cnt li {
    position: relative;
    font: 400 15px/23px 'Nunito Sans';
    text-transform: uppercase;
    background-image: none;
    border-radius: 50px;
    transition: 0.5s ease;
    padding: 0;
    margin: 5px auto;
    width: 99%;
}

.textMain .spe-cnt li:hover {
    background: #000;
}

.spe-cnt li a {
    display: block;
    padding: 14px 5px 14px 79px;
    color: inherit;
    transition: 0.5s ease;
    text-decoration: none;
    font: inherit;
}

.textMain .spe-cnt li:hover a {
    color: #fff;
    text-decoration: none;
}

.spe-cnt li:before {
    position: absolute;
    content: '';
    background: #000;
    width: 14px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    transition: 0.5s ease;
}

.spe-cnt li:hover:before {
    background: #fff;
}

/* Accordion CSS*/
.accordion {
    margin: 10px 0px;
}

.accordTitle,
.textMain .accordTitle {
    padding: 16px 0px;
    background: #e7ecf5;
    font: 800 22px/28px 'Nunito Sans';
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    margin: 30px 0px 0px 60px;
    border-radius: 0px 50px 50px 0px;
}

.accordTitle::before,
.textMain .accordTitle::before {
    position: absolute;
    content: '';
    background: url(/images/accord-beofre.png) no-repeat center;
    width: 60px;
    height: 60px;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.accordTitle.showAccord,
.textMain .accordTitle.showAccord {
    background: #000;
    color: #fff;
}

.accordTitle.showAccord:before,
.textMain .accordTitle.showAccord:before {
    background: url(/images/accord-bfr.png) no-repeat;
}

.accordTitle::after,
.textMain .accordTitle::after {
    font-family: 'fontello';
    position: absolute;
    content: '\e80b';
    background: #000;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding-top: 16px;
}

.accordTitle.showAccord::after,
.textMain .accordTitle.showAccord::after {
    content: '\e80c';
    background: #535353;
}

.accordTitle a,
.textMain .accordTitle a {
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
}

.accordContent,
.textMain .accordContent {
    display: none;
    padding: 3% 10px 10px 6%;
}

.education-hd {
    font: 800 20px/26px 'Nunito Sans';
    margin-top: 10px;
}

.abt-dr {
    position: relative;
    padding: 0px 5px 20px 38.3%;
    min-height: 575px;
}

.abt-dr-n{
     min-height: 610px;
}


.dr-flt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 385px;
    text-align: center;
    padding-top: 20px;
}

.dr-flt:before {
    position: absolute;
    content: '';
    width: 385px;
    height: 375px;
    background: #dbdbdb;
    left: 0;
    top: 0;
}

.dr-flt img {
    position: relative;
}

.drs-pg h2.ind-dr-nm {
    position: relative;
    font: 900 40px/44px 'Nunito Sans';
    padding: 0;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0px 11% 0px;
}

.drs-pg h2.ind-dr-nm:before,
.drs-pg h2.ind-dr-nm:after {
    position: absolute;
    content: '';
    background: #ccc;
    left: 0;
    bottom: -40px;
}

.drs-pg h2.ind-dr-nm:before {
    width: 271px;
    height: 1px;
}

.drs-pg h2.ind-dr-nm:after {
    width: 94px;
    height: 6px;
}

.drs-pg h2.ind-dr-nm span {
    font: 300 18px/22px 'Nunito Sans';
    display: block;
}

.phylosophy {
    font: 600 20px/24px 'Nunito Sans';
    margin: 10px 0px 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.textMain .abt-dr li {
    background: none;
    position: relative;
    padding: 5px 5px 5px 28px;
    line-height: 20px;
}

.textMain .abt-dr li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 11px;
}

h2.mayfair span {
    display: inline-block;
    vertical-align: top;
    font: inherit;
}

.textMain h2.mayfair {
    font: 300 32px/35px 'Nunito Sans';
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
    position: relative;
}

.mayfair:before,
.mayfair:after {
    position: absolute;
    content: '';
    background: #ccc;
    left: 0;
    bottom: -25px;
}

.mayfair:after {
    width: 94px;
    height: 6px;
}

.mayfair:before {
    width: 271px;
    height: 1px;
}

.textMain .staff-list {
    font-size: 0;
    margin: 65px 0px 0px 0px;
}

.textMain .staff-list li {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin: 0;
    background: none;
    padding: 0;
    font: 300 16px/25px 'Nunito Sans';
    margin: 10px 4% 10px 0px;
    padding: 10px 0px;
    border-bottom: 1px dotted #dedede;
    min-width: 280px;
    text-align: left;
    min-height: 100px;
}

.staff-list span.textMainBold {
    font: 900 16px/25px 'Nunito Sans';
    text-transform: uppercase;
    color: #505254;
}

.textMain .pdf-icon {
    background: none;
    position: relative;
}

.textMain .pdf-icon:before {
    left: 0;
    position: absolute;
   /* //height: 25px;*/
    top: 5px;
    bottom: 0;
    margin: auto;
}

.textMain .pdf-icon a {
    display: inline-block;
}

.npi-nm,
.npi-num {
    font-weight: 600;
}

.npi-nm {
    width: 350px;
    font-weight: 800;
}

.npi-num {
    text-align: center;
}

.fax-cntr {
    width: 400px;
}

.textMain .video-div {
    display: inline-block;
    width: 49%;
    margin: 20px 2px;
    text-align: center;
    vertical-align: top;
}

.textMain .videoBorder.norman-vid-pg {
    width: 70%;
}

.textMain .meet-videos .videoBorder {
    padding: 67% 0px 0px 0px;
}

.video-hd-pg {
    font: 700 20px/25px 'Nunito Sans';
    margin: 0px 0px;
}

.video-div p {
    width: 90%;
    margin: auto;
}

.textMain .phy-li-ln {
    font-size: 0;
    position: relative;
    padding-top: 13px;
    text-align: center;
}

.textMain .phy-li-ln li {
    display: inline-block;
    margin: 2px 15px 50px;
    vertical-align: top;
    padding: 0;
    background: none;
    border: 1px solid #dedede;
}

.textMain .phy-in-ln {
    width: 295px;
    position: relative;
    min-height: 430px;
}

.phy-in-ln:before,
.textMain .phy-in-ln:after {
    position: absolute;
    content: '';
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.textMain .phy-in-ln:before {
    width: 161px;
    height: 1px;
}

.textMain .phy-in-ln:after {
    width: 24px;
    height: 4px;
}

.textMain .phy-in-ln a {
    display: block;
}

.textMain .phy-in-ln img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.textMain .phy-in-ln:hover img {
    opacity: .7;
}

.textMain .phy-nm-ln {
    font: 900 17px/25px 'Nunito Sans';
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.textMain .phy-nm-ln a {
    margin: 20px auto 10px;
}

.textMain .phy-nm-ln span {
    display: block;
    font: 400 13px/18px 'Nunito Sans';
    margin: 6px 0px;
    text-transform: uppercase;
}
.phy-in-ln p a {
    font: 400 16px/18px 'Nunito Sans' !important;    
}
.textMain .pat-forms-pdf ul {
    padding: 0;
}

.textMain .pat-forms-pdf li {
    padding: 0px 5px 0px 30px;
}

.textMain .pat-forms-pdf .abt-pdf {
    padding: 0px;
    margin: 5px 0px 20px;
}

.textMain .pat-forms-old ul {}

.textMain .pat-forms-old li {
    display: inline-block;
    padding: 0;
    margin: 15px 5% 20px 1%;
    width: 42%;
    vertical-align: top;
    min-width: 250px;
}

.textMain .pat-forms-old li a {
    display: flex;
    background: #000;
    color: #fff;
    padding: 0px 35px 0px 65px;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 5px;
    transition: 0.5s ease;
    min-height: 60px;
    align-items: center;
    line-height: 20px;
}

.textMain .pat-forms-old li a::before {
    color: #e3dada;
    font-size: 40px;
    left: 15px;
    top: 18px;
}

.textMain .pat-forms-old li a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    right: 20px;
    top: -8px;
    bottom: 0;
    margin: auto;
    background: url(/images/down-arrow-icn.png) no-repeat center;
    transition: 0.5s ease;
}

.textMain .pat-forms-old li:hover a {
    background: #505254;
}

.textMain .pat-forms-old li:hover a:after {
    top: 0;
}

.textMain .pat-forms-old li span {
    display: block;
    line-height: 20px;
}

.responsiveTabs {
    background: none;
    text-transform: none
}

.textMain .resp-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0
}

.textMain .resp-tabs-list li {
    margin: 3px;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: 700 15px/24px 'Titillium Web', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    border-radius: 5px;
    min-width: 150px
}

.textMain .resp-tabs-list li.resp-tab-active {
    background: #2d2d2d
}

.textMain .resp-tabs-list li a {
    text-decoration: none;
    display: block;
    color: inherit
}

.textMain .resp-tabs-container {
    margin: 0;
    padding: 20px 0 0;
    clear: both
}

.textMain .resp-tab-content {
    display: none;
    margin: 0 auto;
    padding: 15px;
    min-height: auto
}

.textMain h2.resp-accordion {
    cursor: pointer;
    display: none;
    border: 1px solid #c1c1c1;
    background: #000;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font: 400 18px/24px 'Titillium Web', sans-serif
}

.textMain h2.resp-accordion a {
    color: inherit;
}

.textMain .resp-tabs-container h2.resp-tab-active,
.textMain .resp-tabs-list li.resp-tab-active {
    border-bottom: 0;
    background: #505254;
    color: #fff
}

.textMain .resp-tabs-container .resp-tab-content-active,
.textMain .resp-tabs-container .resp-accordion-active {
    display: block
}

.textMain .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #fff
}

.textMain h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff
}

.textMain .resp-tabs-list li:before {
    content: ''
}

.textMain .resp-tabs-list li.resp-tab-active:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 15px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 10px solid #505254;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    bottom: -15px
}

.textMain .ortho-lan {
    font-size: 0;
    text-align: center;
}

.textMain .ortho-lan li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 340px;
    width: 32%;
    min-width: 290px;
    background: #e7ecee;
    background: -moz-linear-gradient(left, #E6F2FF 0%, #ECF2FE 77%, #F2F2FC 100%);
    background: -webkit-linear-gradient(left, #E6F2FF 0%, #ECF2FE 77%, #F2F2FC 100%);
    background: linear-gradient(left, #E6F2FF 0%, #ECF2FE 77%, #F2F2FC 100%);
    padding: 25px;
    margin: 10px 5px;
    text-align: left;
    opacity: 1;
    overflow: hidden;
    transition: transform .25s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow .25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(600px) translate3d(0, 0, 0)
}

.textMain .sh-pro-min.ortho-lan li {
    min-height: 380px
}

.textMain .gen-ort-min.ortho-lan li {
    min-height: 330px
}

.textMain .ortho-lan li:hover {
    color: #0f0f0f;
    transition: background .5s;
    background: rgba(6, 6, 6, 0.7);
    transform: scale(1.01);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3)
}

.textMain .ortho-lan li:hover .ort-lan-hd a::before {
    filter: invert(1)
}

.ort-lan-hd a {
    display: inline-block;
    position: relative;
    color: inherit
}

.textMain .ortho-lan p {
    font: 400 17px/27px Muli, sans-serif;
    color: #000;
}

.ortho-lan ul li .eduMore {
    left: -35px
}

.ortho-lan ul li .reMore {
    right: -35px
}

.ortho-lan ul li:hover .eduMore {
    left: 0
}

.ortho-lan ul li:hover .reMore {
    right: 0
}

.ort-lan-hd {
    font: 600 19px/24px Muli, sans-serif;
    color: #000;
}

.ort-lan-hd a {
    text-decoration: none;
    padding: 5px 0 5px 55px;
    position: relative
}

.ort-lan-hd:hover a {
    color: inherit
}

.ort-lan-hd a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 50px
}

.reMore {
    background: url(/images/remore-bg.png) no-repeat center 12px #fff
}

.eduMore {
    background: #fff
}

.eduMore span {
    position: absolute;
    display: block;
    border: 2px solid #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 14px;
    margin: auto
}

.eduMore span:before {
    position: absolute;
    content: '\e808';
    font-family: "fontello";
    text-align: center;
    color: #000;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px
}

.readMore-cond a {
    display: inline-block;
    background: #202020;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    transition: .5s ease all;
    margin: 5px 0 10px
}

.readMore-cond a:hover {
    background: #3066b0;
    color: #fff
}

.rollover {
    visibility: hidden;
    color: #fc0;
    opacity: 1;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 40%;
    margin: 15px auto 0;
    text-align: center;
    width: 100%;
}

.rollover p {
    position: relative;
    width: 135px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    vertical-align: top;
    font: 400 15px/32px 'Source Sans Pro', sans-serif
}

.rollover p a {
    display: block;
    padding: 44px 0 0;
    text-decoration: none;
}

.ortho-lan ul li:hover .rollover {
    visibility: visible;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.rollover p {
    margin: 5px;
}

.elbow-lan .ort-lan-hd a:before {
    background: url(/images/elbow-th.png) no-repeat center;
}

.shoulder-lan .ort-lan-hd a:before {
    background: url(/images/shoulder-th.png) no-repeat center;
}

.hand-wrist-lan .ort-lan-hd a:before {
    background: url(/images/hand-wrist-th.png) no-repeat center;
}

.textMain .subList li {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: auto;
    background: none;
    margin: 3px 5px;
    text-align: left;
    border: 1px solid rgba(200, 207, 217, 0.5);
    padding: 2px;
    min-width: 270px;
}

.textMain .subList li a {
    display: block;
    padding: 5px 15px 5px 20px;
    text-decoration: none;
    -moz-box-shadow: inset 0px 0px 10px 1px rgba(80, 82, 85, 0.3);
    -ms-box-shadow: inset 0px 0px 10px 1px rgba(80, 82, 85, 0.3);
    -o-box-shadow: inset 0px 0px 10px 1px rgba(80, 82, 85, 0.3);
    box-shadow: inset 0px 0px 10px 1px rgba(80, 82, 85, 0.3);
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.textMain .subList li:hover a {
    box-shadow: none;
    border-color: #505254;
}

.img-flt {
    float: right;
    margin: 25px 0px 10px 10px;
}

.img-flt img {
    border: 1px solid #dedede;
}

.textMain .links-tabs {}

.textMain .links-tabs li {
    vertical-align: top;
    width: 250px;
    display: inline-block;
    background: #000;
    margin: 5px;
    border-radius: 2px;
    position: relative;
    padding: 0;
    line-height: 20px;
    transition: 0.5s ease;
}

.textMain .links-tabs li:before {
    position: absolute;
    content: '\e810';
    font-family: "fontello";
    right: 20px;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    font-size: 10px;
    transition: 0.5s ease;
}

.textMain .links-tabs li:hover {
    background: #5b5b5b;
}

.textMain .links-tabs li:hover:before {
    right: 15px;
}

.textMain .links-tabs li a {
    display: flex;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    padding: 5px 30px 5px 20px;
    height: 60px;
    align-items: center;
}

.popfull {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    left: 0;
    top: 0;
    display: none
}

.popvideo {
    width: 75%;
    height: auto;
    padding: 40% 0 0;
    position: fixed;
    z-index: 99999999;
    background: #fff;
    display: none;
    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%)
}

.popvideo iframe {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 4px solid #666
}

.popclose {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #666;
    width: 30px;
    height: 30px;
    z-index: 2;
    text-align: center;
    font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif
}

.popclose a {
    display: block;
    text-decoration: none
}

.text-center {
    text-align: center;
}

.ind-cont-pg {
    text-align: center;
}

.news-pg {
    margin: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.date-pub {
    font-weight: 400;
    font-size: 13px;
    color: #606060;
}

.add-hd-c {
    font-size: 18px;
}

.add-hd-c a {
    text-decoration: none;
}

.add-hd-c span {
    font-size: 15px;
}

.accessible_on #Footer-Container,
.accessible_on .textMain .resp-tabs-list li,
.accessible_on .textMain .staff-list li,
.accessible_on .textMain .phy-li-ln li,
.accessible_on .textMain .links-tabs li,
.accessible_on .textMain .resp-tabs-container h2.resp-tab-active,
.accessible_on .textMain .resp-tabs-list li.resp-tab-active,
.accessible_on .textMain .pat-forms-old li,
.accessible_on nav,
.accessible_on #Ser-bg,
.accessible_on #Art-cntr,
.accessible_on #Map-cn,
.accessible_on #News-cntr,
.accessible_on #News-intra,
.accessible_on .in-loc,
.accessible_on .menu li,
.accessible_on .eduMore,
.dfw-blackmode .dfw-skip,
.accessible_on .news-dt,
.accessible_on .loc-bk,
.accessible_on .social-logo li,
.accessible_on #Nav-container,
.accessible_on .res-sb,
.accessible_on .accordTitle,
.accessible_on .textMain .accordTitle,
.accessible_on .textMain .pdf-icon,
.accessible_on .textMain .adobeMore a,
.accessible_on .textMain .adobeMore,
.accessible_on .adobeRec,
.accessible_on .adobe,
.accessible_on .spe-div,
.accessible_on .spe-cnt li a,
.accessible_on .textMain .spe-cnt li,
.accessible_on .contact-address,
.accessible_on .textMain .contact-info li,
.accessible_on .textMain .ortho-lan li,.accessible_on .payment,.accessible_on .make-payment {
    background: none !important;
}

.accessible_on .menu .menu-home {
    width: 10% !important;
}

.accessible_on .menu .menu-home a {
    font-size: 14px !important;
}

.accessible_on .menu-home a::before {
    display: none;
}

.accessible_on #Art-intra {
    min-height: auto;
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
}

.dfw-blackmode.eduMore span::before {
    filter: invert(1);
}

.dfw-blackmode .ort-lan-hd a::before {
    filter: invert(1);
}

.dfw-whitemode .call-appoint li a::before,
.dfw-whitemode .ort-lan-hd a::before {
    filter: invert(1);
}

.dfw-greymode .textMain .ortho-lan li:hover .ort-lan-hd a::before {
    filter: invert(0);
}

.accessible_on .ed-hd,
.accessible_on .staff-list span.textMainBold,
.accessible_on .textMain .resp-tabs-list li,
.accessible_on .textMain .ortho-lan p,
.accessible_on .textMain .ortho-lan li:hover,
.accessible_on .abt-ser,
.accessible_on .copyrights,
.accessible_on .in-loc,
.accessible_on .min,
.accessible_on #Abt-intra h1,
.accessible_on .spe,
.accessible_on .res-hd-sb,
.accessible_on .drs-pg h2,
.accessible_on .adobeRec,
.accessible_on .pdf-icon::before,
.accessible_on .mandatory,.accessible_on .make-payment a {
    color: inherit !important;
}

.accessible_on #Sidebar {
    padding: 25px 0px 20px 0px;
}

nav .dfw-skip {
    right: -60px;
}

.accessible_on .reMore {
    background: url(/images/remore-bg.png) no-repeat center 12px;
}

.accessible_on header,
.accessible_on #Abt-cntr,
.accessible_on #Ser-bg,
.accessible_on #Phy-cntr,
.accessible_on #Art-cntr,
.accessible_on #Vid-cntr,
.accessible_on #News-cntr,
.accessible_on #Hc-cntr,
.accessible_on #Ed-cntr,
.accessible_on #Map-cn,
.accessible_on .res-list li::before,
.accessible_on #Nav-container,
.accessible_on #Content-Container {
    border-bottom: 1px solid;
}

.accessible_on .textMain .links-tabs li,
.accessible_on .textMain .pat-forms-old li,
.accessible_on .textMain .resp-tabs-list li,
.accessible_on .textMain .ortho-lan li,
.accessible_on #Map-in li,
.accessible_on .rollover p a,
.accessible_on .loc-bk a,
.accessible_on .phy-li li,
.accessible_on .news-mr a,
.accessible_on .vid,
.accessible_on .vid-mr a,
.accessible_on .lrn-wth a,
.accessible_on .all-con a,
.accessible_on .mr-vid a,
.accessible_on .phy-in-s,
.accessible_on .res-sb,
.accessible_on .phy-li-s,
.accessible_on .textMain .phy-li-ln li,
.accessible_on .accordContent,
.accessible_on .textMain .adobeMore,
.accessible_on .adobeRec,
.accessible_on .spe-div {
    border: 1px solid !important;
}

.accessible_on .textMain .ortho-lan li:hover {
    transform: scale(1);
    box-shadow: none;
}

.accessible_on .rollover {
    position: relative;
    top: auto;
    visibility: visible;
}

.accessible_on .ortho-lan ul li .eduMore {
    left: 0;
}

.accessible_on .ortho-lan ul li .reMore {
    right: 0;
}

.accessible_on header,
.accessible_on .loc-bk {
    position: relative;
}

.accessible_on nav::before,
.accessible_on #Ed-cntr::before,
.accessible_on .social-logo li a::before,
.accessible_on .lrn-wth li::before,
.accessible_on .all-con::before,
.accessible_on .vid-mr::before,
.accessible_on .mr-vid::before,
.accessible_on .loc-bk::before,
.accessible_on .news-mr::before,
.accessible_on .accordTitle::before,
.accessible_on .textMain .accordTitle::before,
.accessible_on .accordTitle::after,
.accessible_on .textMain .accordTitle::after,
.accessible_on .spe-cnt li::before {
    content: none;
}

.accessible_on #Map-in li {
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
}

.accessible_on #Map-in {
    padding: 40px 0px 0px 0px;
    text-align: center;
}

.accessible_on.dfw-blackmode .logo img,
.accessible_on.dfw-whitemode .abt-ser li::before,
.accessible_on.dfw-whitemode .lc-nm-fx p::before {
    filter: invert(1)
}

.accessible_on .lrn-wth li,
.accessible_on .vid-mr,
.accessible_on .news-mr,
.accessible_on .all-con,
.accessible_on .loc-bk,
.accessible_on .mr-vid {
    border-radius: 0px;
}

.accessible_on .abt-ser {
    margin: 0px auto 0px auto;
}

.accessible_on .loc-bk {
    bottom: inherit;
}

.accessible_on .in-loc {
    height: 340px;
}

.accessible_on #Nav-intra {
    padding: 20px 0px 20px;
    min-height: 118px;
    margin-bottom: 0px;
}

.accessible_on .accordContent {
    padding: 10px !important;
}

.accessible_on .contact-map {
    display: none;
}

.accessible_on .info-list li:hover span::before,
.accessible_on .info-list li span::before {
    background-color: inherit;
}

.dfw-whitemode .info-list li span:before,
.dfw-greymode .info-list li span:before {
    filter: invert(1);
}

.accessible_on .textMain .phy-in-ln:hover img,
.accessible_on .res-sb li:hover,
.accessible_on .res-list li:hover,
.accessible_on .phy-in:hover a img {
    opacity: 1;
}
.accessible_on .menu ul li:hover a {
    padding: 10px 15px 10px 25px;
}

.accessible_on .textMain .resp-tabs-list li.resp-tab-active::before,.accessible_on #Abt-intra h1:before,.accessible_on #Abt-intra h1:after,.phy-in:before, .accessible_on .phy-in:after,.accessible_on .loc-hd:before,.accessible_on .loc-hd:after,.accessible_on .res-list li:before,.accessible_on .textMain .contact-info li,.accessible_on .hand-img img {
    display: none;
}
.accessible_on .info-list li span {
    border: none;
}

.textMain .staff-list li.billing {
    min-height: 121px;
}

.accessible_on.dfw-greymode .lc-nm-fx p::before {
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
    -ms-filter: brightness(0%);
    -o-filter: brightness(0%);
    filter: brightness(0%);
}

.accessible_on.loc-hd::before,
.accessible_on.loc-hd::after,
.accessible_on .loc-hd::before,
.accessible_on .loc-hd::after,
.accessible_on .res-hd-sb::before,
.accessible_on .res-hd-sb::after,
.accessible_on .res-sb li::before,
.accessible_on .copyrights p a::before {
    background: #000;
}

.accessible_on .textMain {
    padding: 10px 18px 50px 18px;
}

.accessible_on .textMain h2.resp-accordion {
    background: none;
    border-color: inherit;
}

.accessible_on .textMain h2.resp-tab-active span.resp-arrow {
    border-bottom: 12px solid #000;
}

.accessible_on .textMain .resp-arrow {
    border-top: 12px solid #000;
}

.accessible_on.dfw-blackmode .textMain h2.resp-tab-active span.resp-arrow {
    border-bottom: 12px solid #fff;
}

.accessible_on.dfw-blackmode .textMain .resp-arrow {
    border-top: 12px solid #fff;
}

.accessible_on .textMain .links-tabs li::before,
.accessible_on .date-pub {
    color: inherit;
}

.accessible_on.dfw-blackmode .phy-li::before,
.accessible_on.dfw-blackmode .our-phy-s::before,
.accessible_on.dfw-blackmode .loc-hd::after,
.accessible_on.dfw-blackmode .res-hd-sb::before,
.accessible_on.dfw-blackmode .res-hd-sb::after,
.accessible_on.dfw-blackmode .res-sb li::before,
.accessible_on.dfw-blackmode .copyrights p a::before {
    background: #fff;
}

.accessible_on.dfw-blackmode .eduMore span::before,
.accessible_on.dfw-blackmode .textMain .contact-info li::before {
    color: #fff;
}

.accessible_on .textMain .contact-info li::before {
    color: #000;
}

.accessible_on .textMain .links-tabs li::before {
    transition: none;
}

.accessible_on .textMain .links-tabs li:hover::before {
    right: 20px;
}

.accessible_on.dfw-blackmode .phy-in-s::before,
.accessible_on.dfw-blackmode .phy-in-s::after {
    background: #fff;
}

.accessible_on .eduMore span,
.accessible_on .res-sb li::after,
.accessible_on .textMain .contact-info li,
.accessible_on .contactTable {
    border-color: inherit;
}

.accessible_on .adobeRec::before,
.accessible_on .call-appoint li::before {
    display: none;
}

.accessible_on.dfw-greymode .abt-ser li::before {
    filter: invert(1);
}

.accessible_on .abt-ser li {
    font: 400 15px/24px 'Nunito Sans';
    opacity: 1;
}

.accessible_on .abt-ser li a:hover {
    text-decoration: none;
}

.accessible_on .loc-txt,
.accessible_on .res-sb li {
    font: 400 16px/20px 'Arial';
    opacity: 1;
}

.accessible_on .social-logo li {
    padding: 5px 10px;
}


.btn a{
	border:1px solid #000000;
	padding:8px 20px;
	border-radius:25px;
	display:inline-block;
	text-decoration:none;
}
.pain-bg{
	background: url(/images/pain-bg.jpg) no-repeat center center #191919;
    background-size: 100%;
	height: 323px;
	padding: 20px 300px 0px 40px;
	text-align: justify;
	color: #ffffff;
	margin:30px 0px;
}
.pain-bg h3{
	color: #ffffff;
	text-transform:uppercase;
}


.pat-forms li{
    background: none !important;
    
}

.pat-forms li .pdf-icon{
    padding: 2px 0px 0px 31px!important;
}

.pat-forms li .pdf-icon1{
    padding: 28px 0px 0px 31px!important;
}


@media screen and (max-width : 1070px) {
    
    
    .abt-dr{
        min-height: 630px;
    }
    .dr-flt {
        width: 38%;
        padding: 0;
    }

    .dr-flt::before {
        display: none;
    }

    .dr-flt img {
        padding: 20px;
        background: #dbdbdb;
    }
    
     .top-doc img {
        padding: 2px;
        background: none !important;
    }
    
    
    

    .abt-dr {
        padding: 0px 5px 20px 40%;
    }

    .drs-pg h2.ind-dr-nm {
        font-size: 3.67Vw;
        line-height: 4Vw;
    }

    .banner-head,.banner-head-s {
        font-size: 5.1Vw;
        line-height: 5Vw;
    }
}
@media screen and (max-width : 1020px) {
	.pain-bg {
		padding:20px 200px 0px 40px;
	}
}
@media screen and (max-width : 960px) {
    .menu li {
        font: 600 13px/21px 'Nunito Sans';
    }

    #Ser-intra {
        min-height: auto;
        margin-top: 0;
        padding: 0px;
        background: rgba(0, 0, 0, 0.7);
    }

    .abt-ser li {
        opacity: 1;
    }

    #Ser-bg {
        background: #000 url(/images/services-bg.png) no-repeat bottom center;
        background-position: 47%;
        background-size: cover;
    }

    .abt-ser {
        padding: 65px 0px 20px 25px;
    }

    .phy-li li {
        margin: 2px 2px 35px;
    }

    .phy-nm a {
        margin: 15px auto 5px;
    }

    .phy-in {
        min-height: 430px;
    }

    .min::before,
    .min::after,
    .lrn-wth::before,
    .lrn-wth::after {
        display: none;
    }

    #Art-cntr {
        background-position: 46%;
    }

    #Vid-intra {
        padding: 20px 5px 30px;
    }

    .vid {
        margin: 20px auto;
    }

    #Ed-intra {
        min-height: 600px;
    }

    .spe-cnt {
        padding: 30px 10px 20px 1%;
    }

    .hand-con-s {
        /*margin-left: 0;*/
    }

    .hand-con-s span {
        font-size: 3.6Vw;
        line-height: 3.6Vw;
    }

    .hand-con-s {
        font-size: 3.3Vw;
        line-height: 3.3Vw;
    }

    .spe-cnt li a {
        padding: 10px 5px 10px 79px;
    }

    .hand-con-s span {
        font-size: 34px;
        line-height: 38px;
    }

    .dr-flt img {
        padding: 15px;
    }

    .fax-cntr {
        width: 380px;
    }

    .all-cont-info {
        text-align: center;
    }

    #Map-in {
        min-height: auto;
        padding: 10% 0px 0px 0px;
    }

    #Map-cn {
        background-size: cover;
    }

    .textMain .staff-list {
        text-align: center;
    }

    .textMain .staff-list li {
        min-width: 350px;
        margin: 10px auto;
    }

    .textMain .links-tabs {
        text-align: center;
    }

    .textMain .links-tabs li {
        text-align: left;
    }

    .textMain .pat-forms-old {
        text-align: center;
    }

    .textMain .pat-forms-old li {
        text-align: left;
    }
}

@media screen and (max-width : 860px) {
    header {
        position: relative;
        background: #f2f5fc;
    }

    #Header {
        min-height: 166px;
    }

    .logo {
        width: 300px;
        padding: 5px;
    }

    .appoint {
        width: auto;
        padding-left: 20px;
    }

    nav {
        position: absolute;
        left: 54px;
        bottom: 0;
        width: calc(100% - 54px);
    }

    .banner-content,.banner-content-s {
        top: 50px;
    }

    .banner5 .banner-content {
        top: 48%;
        text-shadow: 1px 1px 2px #000, 0 0 0em #000, 0 0 0.1em #000;
    }
    .banner-head,.banner-head-s {
       font:  300 50px/50px 'Nunito Sans'
    }
    .min {
        font: 900 45px/50px 'Nunito Sans';
    }

    .min span {
        font: 200 27px/31px 'Nunito Sans';
    }

    #Ed-intra {
        min-height: 530px;
    }

    .ed-hd {
        padding: 10px 0px 15px;
    }

    .mr-vid {
        bottom: 25px;
    }

    .spe-cnt li a {
        padding: 10px 5px 10px 50px;
    }

    .textMain .spe-cnt li {
        font: 400 14px/23px 'Nunito Sans';
    }

    .spe-cnt ul {
        margin: 15px 0px 0px;
    }

    .spe-cnt li::before {
        left: 20px;
        width: 12px;
    }

    .abt-dr {
        padding: 0px 5px 10px 0px;
        min-height: auto;
    }

    .dr-flt {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        margin: auto;
        width: 45%;
        text-align: center;
        float: right;
        margin: 0px auto 10px 20px;
    }

    .drs-pg h2.ind-dr-nm {
        margin: 0px 0px 30px 0px;
        font-size: 35px;
        line-height: 38px;
    }

    .drs-pg h2.ind-dr-nm::before,
    .drs-pg h2.ind-dr-nm::after {
        bottom: -10px;
    }

    #Header .table-cell {
        display: block;
        width: auto;
        text-align: center;
    }

    .call-appoint {
        text-align: left;
        margin: 5px 0px;
    }

    #Header {
        min-height: auto;
    }

    .book {
        font: 700 15px/24px 'Nunito Sans';
    }

    .num {
        font: 400 16px/24px 'Nunito Sans';
    }

    .call-appoint li {
        margin: 2px 6px;
    }

    .call-appoint {
        margin: 5px 2%;
        text-align: center;
    }

    .call-appoint li::before {
        left: 6px;
    }

    .fax-cntr {
        width: 300px;
    }

    #Header {
        min-height: auto;
        padding-bottom: 51px;
    }

    #Nav-container {
        background-size: cover;
    }

    #Nav-intra {
        padding: 92px 0px 20px;
        min-height: 250px;
    }

    .textMain .pat-forms-old li {
        margin: 10px auto 15px;
    }
}

@media screen and (max-width : 767px) {
    #Art-intra {
        padding-top: 270px;
    }

    .info-list li::before {
        display: none;
    }

    .ed-video {
        position: relative;
        left: auto;
        right: auto;
        margin: auto;
        width: auto;
        z-index: 9;
        text-align: center;
    }

    #Ed-cntr::before {
        height: 91%;
    }

    .mr-vid {
        width: 150px;
        bottom: auto;
        position: relative;
        left: auto;
        right: auto;
    }

    .mr-vid a {
        padding: 5px 0px;
    }

    .res-list {
        /*width: 70%;*/
        width: 480px;
        margin: auto;
    }

    .res-list li {
        width: 50%;
    }

    .res-list li::before {
        width: 80%;
    }

    .res-list li:nth-child(2n+1)::after {
        left: 80%;
    }

    .res-list li:nth-child(2n)::after {
        right: 80%;
    }

    .spe-div .table-cell {
        display: block;
    }

    .hand-img {
        margin: 0;
    }

    .hand-con-s {
        font-size: 26px;
        line-height: 28px;
    }

    .hand-con-s span {
        font-size: 30px;
        line-height: 32px;
    }

    .res-list li a {
        padding: 20px 5px;
    }

    #Content,
    #Sidebar {
        display: block;
    }

    #Sidebar {
        margin: 0px auto;
    }

    .textMain .video-div {
        display: block;
        width: auto;
        margin: 10px auto 40px;
    }

    .textMain h2.resp-accordion {
        display: block
    }

    .textMain .resp-tab-content {
        padding: 15px 0
    }

    .textMain .resp-tabs-list {
        display: none
    }

    .textMain .videoBorder.norman-vid-pg {
        width: 90%;
        padding: 69% 0px 0px 0px;
    }
    .banner-head,.banner-head-s {
       font:  300 40px/40px 'Nunito Sans'
    }
}
@media screen and (max-width : 700px) {
.pain-bg {
	background-size: 100% 100%;
	padding:20px 15px;
}
}
@media screen and (max-width : 640px) {
    
    .img-r,.img-l{
        float: none;
        text-align: center;
        margin: 4px auto;
    }
    
    nav {
        position: relative;
        left: auto;
        width: auto;
    }

    .appoint {
        padding: 0;
    }

    nav::before {
        display: none;
    }

    /* Menu CSS */
    #Main-Menu {
        display: none;
    }

    #Mobile-Menu {
        display: block;
    }

    .contactTable {
        width: auto;
        min-width: 300px;
        display: block;
    }

    .contact-address {
        min-height: auto;
    }

    .textMain .useFul li {
        width: 95%;
    }

    #Ser-bg {
        background-position: 30%;
    }

    .abt-ser {
        max-width: inherit;
        padding: 50px 5px 20px 15px;
    }

    .abt-ser li {
        margin: 5px 0px;
    }

    .ser-hd {
        font: 300 25px/30px 'Nunito Sans';
    }

    .phy-li li {
        border: 1px solid #dedede;
        margin: 2px 2px 20px;
        position: relative;
        z-index: 9;
    }

    .min {
        font: 900 35px/40px 'Nunito Sans';
    }

    .min span {
        font: 200 24px/28px 'Nunito Sans';
    }

    .lrn-wth li {
        width: 150px;
    }

    .lrn-wth a {
        padding: 8px 0px;
    }

    #Art-cntr {
        background-color: #000;
        background-size: cover;
    }

    #Art-intra {
        min-height: auto;
        margin-top: 0;
        padding: 35px 0px 20px;
        text-align: center;
    }

    .lrn-wth {
        margin: 10px 0px;
    }

    #Vid-intra {
        padding: 10px 5px 25px;
    }

    .vid-mr a {
        padding: 10px 0px;
    }

    #Hc-intra {
        padding: 15px 0px 20px;
    }

    #Mobile-Menu {
        display: inline-block;
        min-width: 38px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #000;
    }

    .abt-news {
        font: 900 24px/34px 'Nunito Sans';
    }

    #Abt-intra {
        min-height: auto;
        padding: 35px 0px 25px;
    }

    #Abt-intra h1 {
        font: 900 22px/25px 'Nunito Sans';
        padding: 0px 10px;
        margin-bottom: 40px;
    }

    #Abt-intra h1::after {
        bottom: -20px;
    }

    #Abt-intra h1::before {
        bottom: -21px;
    }

    .phy-hd {
        margin-bottom: 10px;
    }

    .news-hd {
        padding: 15px 0px;
    }

    #News-intra {
        padding: 15px 0px 20px;
        min-height: auto;
    }

    .in-nws-txt {
        margin: 20px 0px;
    }

    .news-mr {
        width: 165px
    }

    .news-mr a {
        padding: 10px 0px;
    }

    .copyrights p a {
        padding: 5px 10px;
        margin: 5px 0.5%;
    }

    .ed-hd {
        margin-bottom: 30px;
    }

    .dr-flt {
        float: none;
        width: auto;
        margin: 10px 0px;
    }

    .accordTitle,
    .textMain .accordTitle {
        padding: 11px 0px;
        font: 800 20px/28px 'Nunito Sans';
        margin: 30px 0px 0px 50px;
    }

    .accordTitle::before,
    .textMain .accordTitle::before {
        width: 50px;
        height: 50px;
        left: -50px;
        background-size: 100%;
    }

    .accordTitle::after,
    .textMain .accordTitle::after {
        width: 50px;
        height: 50px;
        padding-top: 12px;
    }

    .textMain .ortho-lan li {
        width: 95%;
        min-height: 170px;
    }

    .ortho-lan ul li:hover .rollover {
        top: auto;
        bottom: 5%;
    }

    #Header {
        padding-bottom: 0;
    }

    .call-appoint {
        text-align: left;
    }

    .img-flt {
        float: none;
        margin: 10px;
        text-align: center;
    }

    .ed-hd {
        font: 300 27px/32px 'Nunito Sans';
    }

    .drs-pg h2.ind-dr-nm {
        font: 900 36px/40px 'Nunito Sans';
    }

    #Nav-intra {
        padding: 85px 0px 80px;
    }

    #Nav-intra h1 {
        font: 300 32px/36px 'Nunito Sans';
    }

    .navigation {
        font: 300 14px/24px 'Nunito Sans';
    }
    .banner-head,.banner-head-s {
       font:  300 20px/24px 'Nunito Sans' !important;
    }
}

@media screen and (max-width : 480px) {
    .info-list li {
        width: 150px;
        min-width: inherit;
        font: 700 13px/19px 'Nunito Sans';
    }

    #Mobile-Menu {
        bottom: 4px;
    }

    .call-appoint {
        margin: 0px 50px 0px 2%;
    }

    .call-appoint li a {
        padding: 3px 5px 3px 28px
    }

    .res-list li {
        width: 250px;
        margin: auto;
        display: block;
        float: none !important;
        text-align: left !important;
    }

    .res-list li:nth-child(2n)::before {
        right: 17%;
    }

    .res-list li:nth-child(2n)::after {
        right: 97%;
    }

    .res-list {
        width: auto;
    }

    .accordTitle::before,
    .textMain .accordTitle::before {
        display: none;
    }

    .accordTitle,
    .textMain .accordTitle {
        margin: 15px 0px 0px 0px;
        border-radius: 50px;
        font: 800 17px/22px 'Nunito Sans';
        padding: 10px 35px 10px 15px;
    }

    .accordTitle::after,
    .textMain .accordTitle::after {
        width: 35px;
        height: 35px;
        padding-top: 6px;
        font-size: 16px;
    }

    .nm-num {
        margin: 10px 0px 20px;
    }

    .npi-nm,
    .npi-num {
        display: block;
        width: auto;
        text-align: left;
    }

    .all-fax .table-div {
        margin: 5px 0px 10px;
    }

    .all-fax .table-cell {
        display: block;
        width: auto;
        margin: auto;
    }

    .textMain .ortho-lan li {
        min-height: auto;
    }

    .ortho-lan ul li:hover .rollover {
        position: relative;
        top: auto;
        bottom: auto;
    }

    .ortho-lan ul li .rollover {
        visibility: visible;
    }

    .ortho-lan ul li:hover .eduMore,
    .ortho-lan ul li .eduMore {
        left: auto;
    }

    .ortho-lan ul li:hover .reMore,
    .ortho-lan ul li .reMore {
        right: auto;
    }

    .textMain .ortho-lan li:hover {
        background: none;
        transform: scale(1);
        background: #e7ecee;
        background: -moz-linear-gradient(left, #E6F2FF 0%, #ECF2FE 77%, #F2F2FC 100%);
        background: -webkit-linear-gradient(left, #E6F2FF 0%, #ECF2FE 77%, #F2F2FC 100%);
        background: linear-gradient(left, #E6F2FF 0%, #ECF2FE 77%, #F2F2FC 100%);
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .rollover {
        position: relative;
        top: auto;
        left: auto;
    }

    .rollover p {
        margin: 2px;
        width: 115px;
    }

    .in-loc {
        width: 90%;
    }

    .textMain .staff-list li {
        min-width: auto;
        width: 95%;
    }

    #Sidebar {
        width: 300px;
    }

    .textMain .pat-forms-old li {
        width: 90%;
    }

    .min span {
        font: 200 22px/26px 'Nunito Sans';
    }

    .min {
        font: 900 32px/36px 'Nunito Sans';
    }

    .in-nws-txt {
        width: auto;
        padding: 0px 5px;
    }

    .drs-pg h2.ind-dr-nm {
        font: 900 30px/35px 'Nunito Sans';
    }

    .textMain h2.mayfair {
        font: 300 26px/30px 'Nunito Sans'
    }

    #Banner-Container {
        display: none;
    }
	.banner-content-s {
	top: 15px;
}
}
