/* ---------- Theme CSS ---------- */
#Map-Container,
#spl,
#Meet-Dr,
#Dr-bw,
#Anatomy-sec,
#Patient-resources,
#Patient-journey,
#Surgert-candidates-container,
#Map-sec, #Credibility-Conatiner  {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Accessibility,
#Header,
#Banner,
#spl-in,
#Meet-Dr-in,
#Dr-bw-in,
#Anatomy-sec-in,
#Patient-resources-in,
#Patient-journey-in,
#Surgery-Canditates-inner,
#Map-sec-in,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Service,
#Credibility{
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

/* Back to Bottom */
#backtobot,
#backtotop {
    background: #0a77b6;
    border: 2px solid #000;
    color: #000;
}

/* Header CSS */
header {
    position: absolute;
    /*    border-bottom: 1px solid #1a1a1a;*/
    z-index: 100;
}

.logo {
    width: 400px;/*width: 480px;*/
    text-align: center;
}

.logo img {
    margin: 5px 0 5px 0;
}

.call-appoint {
    vertical-align: middle;
}

.call-appoint .header-links {
    text-align: right;
    margin: 25px 5px 10px 5px;
}

.call-appoint .header-links ul {
    display: inline-block;
    border: 1px solid #1a1a1a;
    border-radius: 15px;
}

.call-appoint .header-links ul li {
    display: inline-block;
    font: 400 16px/18px 'Roboto Condensed', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin: 5px 15px 5px 15px;
}

.call-appoint .header-links ul li a {
    display: inline-block;
    color: #ffffff;
    padding: 5px 10px 5px 25px;
}

.call-appoint .header-links ul li a:hover {
    color: #108bd2;
}

.call-appoint .header-links ul li.ph-no a {
    background: url(../images/h-icons.png) no-repeat left 7px;
}

.call-appoint .header-links ul li.app a {
    background: url(../images/h-icons.png) no-repeat left -35px;
}

.call-appoint .header-links ul li.loc a {
    background: url(../images/h-icons.png) no-repeat left -78px;
}

/* Menu CSS */
.menu li {
    height: 50px;
    color: #fff;
}

.menu li a {
    padding: 15px 0px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.menu li::after {
    width: 0px;
    height: 4px;
    left: 0px;
    bottom: 0px;
    background: #108bd2;
    position: absolute;
    content: '';
    transition: .5s;
}

.menu li:hover::after {
    width: 100%;
    background: #108bd2;
    content: '';
}

.menu li li::after,
.menu li li:hover::after {
    display: none;
}

.menu li a:hover {
    color: #70c0ef;
}

.menu li li a {
    color: #b8b8b8;
}

.menu li li a:hover {
    background: url(../images/menu-s-arrow.png) no-repeat 94% center;
}

.menu li li {
    background: #1c1c1c;
}

.menu-home {
    width: 50px;
    font-size: 0px !important;
}

.menu-home a::before {
    font-size: 20px;
    color: #108bd2;
}

.menu-home a {
    width: 100%;
    height: 100%;
}

.menu-home a::before {
    vertical-align: top;
    margin: auto;
}

.menu-home span {
    vertical-align: middle;
}

.menu-about {
    width: 7%;
}

.patient-condition {
    width: 19%;
}

.patient-condition ul {
    width: 530px;
}

.patient-condition ul li {
    float: left;
    width: 50%;
}

.menu-education {
    width: 12%;
}

.menu-education ul {
    width: 510px;
    background: #1c1c1c;
}

.menu-education ul li {
    float: left;
    width: 50%;
}

.menu-media {
    width: 7%;
}

.menu-referrers {
    width: 11%;
}

.menu-first-visit {
    width: 11%;
}

.menu-patient-forms {
    width: 15%;
}

.menu-contact {
    width: 12%;
}

/* Home Banner CSS */
#Banner-Container {
    background: #000000;
}

#Banner-Container #Banner {
    height: 675px;
}

#Banner-Container .banner1 {
    background: url(../images/banner1-new-bg.jpg) no-repeat left top #000000;
}

#Banner-Container .banner1 .theme-L {
    background: url(../images/banner1-l-bg.jpg) no-repeat right top #000000;
}

#Banner-Container .banner1 .theme-R {
    background: #000000;
}

#Banner-Container .banner2 {
    background: url(../images/banner2-bg.jpg) no-repeat left top #000000;
}

#Banner-Container .banner2 .theme-L {
    background: url(../images/banner2-l-bg.jpg) no-repeat right top #000000;
}

#Banner-Container .banner2 .theme-R {
    background: #000000;
}

#Banner-Container .banner3 {
    background: url(../images/banner3-bg.jpg) no-repeat left top #000000;
}

#Banner-Container .banner3 .theme-L {
    background: #000000;
}

#Banner-Container .banner3 .theme-R {
    background: #000000;
}

#Banner-Container .banner4 {
    background: url(../images/banner4-bg.jpg) no-repeat left top #000000;
}

#Banner-Container .banner4 .theme-L {
    background: url(../images/banner4-l-bg.jpg) no-repeat right top #000000;
}

#Banner-Container .banner4 .theme-R {
    background: #000000;
}

/* Subpage Banner CSS */
#Banner-Container-S {
    background: #000000;
}

#Banner-Container-S #Banner {
    height: 456px;
}

#Banner-Container-S .banner1 {
    background: url(../images/banner1-s-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner1 .theme-L {
    background: url(../images/banner1-s-l-bg.jpg) no-repeat right top #000000;
}

#Banner-Container-S .banner1 .theme-R {
    background: #000000;
}

#Banner-Container-S .banner2 {
    background: url(../images/banner2-s-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner2 .theme-L {
    background: #000000;
}

#Banner-Container-S .banner2 .theme-R {
    background: #000000;
}

#Banner-Container-S .banner3 {
    background: url(../images/banner3-s-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner3 .theme-L {
    background: #000000;
}

#Banner-Container-S .banner3 .theme-R {
    background: #000000;
}

#Banner-Container-S .banner4 {
    background: url(../images/banner4-s-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner4 .theme-L {
    background: #000000;
}

#Banner-Container-S .banner4 .theme-R {
    background: #000000;
}

/* Banner Content CSS */
.banner-content {
    position: absolute;
    font: 300 60px/70px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    left: 50%;
    top: 40%;
    padding: 15px;
    width: 40%;
}

#Banner-Container-S .banner-content {
    font: 300 40px/50px 'Roboto Condensed', sans-serif;
}

.banner-more {
    font: normal 14px/20px 'Roboto Condensed', sans-serif;
    border-radius: 10px;
    display: inline-block;
}

/* Specializes In */
#spl-in .title {
    font: 700 30px/35px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #0a77b6;
    text-align: center;
    padding: 55px 0 20px 0;
    background: url(../images/spl-bg.png) no-repeat center bottom;
}

#spl-in p {
    font: 400 14px/22px 'Roboto', sans-serif;
    color: #000000;
    margin: 20px auto;
    max-width: 750px;
    text-align: center;
}

#spl-in .nbs-flexisel-inner {
    padding: 10px 0 40px 0;
}

#spl-in .nbs-flexisel-inner li a {
    font: 700 18px/22px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #000000;
}

#spl-in .nbs-flexisel-inner li a:hover {
    transform: translatey(-2px);
    display: inline-block;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

#spl-in .nbs-flexisel-inner li a span.m-link {
    font: 300 15px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #515151;
}

#spl-in .nbs-flexisel-inner li span.pic {
    width: 138px;
    height: 139px;
    display: block;
    margin: 10px auto 15px auto;
}

/*#spl-in .nbs-flexisel-inner li:hover span.pic {
    background-image: url(../images/specializes-img-on.png) !important;
}*/

#spl-in .nbs-flexisel-inner li.spl1 a span.pic {
    background: url(../images/spinal-injections.png) no-repeat 0 0;
}
#spl-in .nbs-flexisel-inner .spl1:hover span.pic {
    background-image: url(../images/spinal-injections-h.png) !important;
}

/*#spl-in .nbs-flexisel-inner li.spl2 a span.pic {
    background: url(../images/specializes-img.png) no-repeat 0 0;
}

#spl-in .nbs-flexisel-inner li.spl3 a span.pic {
    background: url(../images/specializes-img.png) no-repeat 0 0;
}*/

#spl-in .nbs-flexisel-inner li.spl4 a span.pic {
    background: url(../images/spinal-surgery.png) no-repeat 0 0;
}
#spl-in .nbs-flexisel-inner .spl4:hover span.pic {
    background-image: url(../images/spinal-surgery-h.png) !important;
}

#spl-in .nbs-flexisel-inner li.spl5 a span.pic {
    background: url(../images/cervical-radiculopathy.png) no-repeat 0 0;
}
#spl-in .nbs-flexisel-inner .spl5:hover span.pic {
    background-image: url(../images/cervical-radiculopathy-h.png) !important;
}

#spl-in .nbs-flexisel-inner li.spl6 a span.pic {
    background: url(../images/lumbar-radiculopathy.png) no-repeat 0 0;
}
#spl-in .nbs-flexisel-inner .spl6:hover span.pic {
    background-image: url(../images/lumbar-radiculopathy-h.png) !important;
}

#spl-in .nbs-flexisel-inner li.spl7 a span.pic {
    background: url(../images/spinal-stenosis.png) no-repeat 0 0;
}
#spl-in .nbs-flexisel-inner .spl7:hover span.pic {
    background-image: url(../images/spinal-stenosis-h.png) !important;
}

/*#spl-in .nbs-flexisel-inner li.spl8 a span.pic {
    background: url(../images/specializes-img.png) no-repeat -439px -150px;
}*/
#spl-in .nbs-flexisel-inner li.spl9 a span.pic {
    background: url(../images/herniated-discs.png) no-repeat 0 0;
}
#spl-in .nbs-flexisel-inner .spl9:hover span.pic {
    background-image: url(../images/herniated-discs-h.png) !important;
}
#spl-in .nbs-flexisel-inner li.spl10 a span.pic {
    background: url(../images/pinched-nerves.png) no-repeat 0 0;
}
#spl-in .nbs-flexisel-inner .spl10:hover span.pic {
    background-image: url(../images/pinched-nerves-h.png) !important;
}
#spl-in .nbs-flexisel-inner li.spl11 a span.pic {
    background: url(../images/Spondylolisthesis.png) no-repeat 0 0;
}
#spl-in .nbs-flexisel-inner .spl11:hover span.pic {
    background-image: url(../images/Spondylolisthesis-h.png) !important;
}


#Meet-Dr {
    background: #0a77b6;
}

#Meet-Dr-in {
    background: url(../images/meet-dr-bg-off.png) no-repeat right top;
    min-height: 570px;
}

#Meet-Dr:hover #Meet-Dr-in {
    background: url(../images/meet-dr-bg.png) no-repeat right top;
}

#Meet-Dr-in .table-div {
    width: 100%;
}

#Meet-Dr-in .theme-R {
    background: url(../images/mee-dr-r-bg-off.png) no-repeat left top;
}

#Meet-Dr:hover #Meet-Dr-in .theme-R {
    background: url(../images/mee-dr-r-bg.png) no-repeat left top;
}

#Meet-Dr-in .dr-pic {
    width: 420px;
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#Meet-Dr-in:hover .dr-pic {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#Meet-Dr-in .dr-pic img {
    margin: 25px 0 0 0;
}

#Meet-Dr-in .dr-text {
    padding: 0px 20px;
    font: 400 16px/24px 'Roboto Condensed', sans-serif;
    color: #ffffff;
}

#Meet-Dr-in .dr-text div {
    width: 390px;
}

#Meet-Dr-in .dr-text h1 {
    font: 600 35px/40px 'Roboto Condensed', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin: 100px 0 20px 0;
}

#Meet-Dr-in .dr-text h1 span {
    font: 400 30px 'Roboto Condensed', sans-serif;
    color: #ffffff;
    text-transform: none;
    display: block;
}

.dr-links {
    margin: 20px 0;
}

.dr-links li {
    margin: 10px 20px 0 0;
    font: 400 14px/18px 'Roboto Condensed', sans-serif;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
}

.dr-links li a {
    display: block;
    background: #001e30;
    color: #ffffff;
    padding: 8px 15px;
}

.dr-links li a:hover {
    background: #013a5c;
    color: #ffffff;
}

.rel-logos {
    border-top: 1px solid #75a5c0;
    margin: 50px 0 20px 0;
    padding: 20px 0 0 0;
}

.rel-logos li {
    margin: 10px 40px 0 0;
    display: inline-block;
}

.rel-logos li:last-child {
    margin: 10px 0px 0 0;
    display: inline-block;
}

#Meet-Dr-in .your-care {
    position: absolute;
    bottom: -50px;
    right: 1%;
    width: 270px;
    background: url(../images/your-care-bg.png) no-repeat left top;
    background-size: cover;
    text-align: center;
    padding: 25px 0px 20px 0px;
    z-index: 9;
}

#Meet-Dr-in .your-care .head {
    color: #fff;
    font: 400 30px/38px 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#Meet-Dr-in .your-care a {
    display: block;
    width: 115px;
    background: #001e30;
    padding: 3px 0px;
    color: #fff;
    margin: auto;
    font: 400 16px/24px 'Roboto Condensed', sans-serif;
}

#Meet-Dr-in .your-care a:hover {
    background: #013a5c;
}

#Dr-bw {
    background: url(../images/dr-bw-bg.jpg) no-repeat center top fixed;
    background-size: cover;
}

#Dr-bw-in {
    min-height: 386px;
}

#Anatomy-sec {
    background: url(../images/anatomy-bg.jpg) repeat center top;
}

#Anatomy-sec-in {
    min-height: 800px;
    background: url(../images/anatomy-man-bg.jpg) no-repeat center bottom;
}

#Anatomy-sec-in .title {
    font: 700 35px/40px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #171717;
    text-align: center;
    padding: 40px 0 15px 0;
    background: url(../images/spl-bg.png) no-repeat center bottom;
}

#Anatomy-sec-in .slidePause {
    display: none;
}

.Anatomy-body {
    width: 320px;
    margin: 0px auto;
    position: relative;
    height: 100%;
}

.Anatomy-Tabs li {
    position: absolute;
    width: 150px;
    font: 400 18px/22px 'Roboto Condensed', sans-serif;
    color: #171717;
}

.Anatomy-Tabs li.right-links {
    background: url(../images/sprite.png) no-repeat -13px 4px;
}

.Anatomy-Tabs li.right-links:hover {
    background: url(../images/sprite.png) no-repeat -13px -45px;
}

.Anatomy-Tabs li.right-links a {
    display: inline-block;
    padding: 5px 0px 0px 30px;
}

.Anatomy-Tabs li.left-links {
    text-align: right;
    background: url(../images/sprite.png) no-repeat 115px 4px;
}

.Anatomy-Tabs li.left-links:hover {
    background: url(../images/sprite.png) no-repeat 115px -45px;
}

.Anatomy-Tabs li.left-links a {
    display: inline-block;
    padding: 5px 30px 0px 0px;
}

.Anatomy-Tabs li.left-links a:hover,
.Anatomy-Tabs li.right-links a:hover {
    font-weight: 700;
}

.Anatomy-Tabs li::before {
    content: '';
    height: 1px;
    background: #565656;
    position: absolute;
}

.Anatomy-Tabs li a::after {
    content: '';
    width: 47px;
    height: 47px;
    position: absolute;
    background: url(../images/sprite.png) no-repeat left -98px;
}

.Anatomy-Tabs li a:hover::after {
    content: '';
    width: 47px;
    height: 47px;
    position: absolute;
    background: url(../images/sprite.png) no-repeat left -161px;
}

.Anatomy-Tabs li.tab1 {
    top: 190px;
    right: -74%;
}

.Anatomy-Tabs li.tab1::before {
    width: 240px;
    left: -240px;
    top: 15px;
}

.Anatomy-Tabs li.tab1 a::after {
    left: -286px;
    top: -11px;
}

.Anatomy-Tabs li.tab2 {
    top: 230px;
    left: -77%;
}

.Anatomy-Tabs li.tab2::before {
    width: 155px;
    right: -155px;
    top: 15px;
}

.Anatomy-Tabs li.tab2 a::after {
    right: -197px;
    top: -11px;
}

.Anatomy-Tabs li.tab3 {
    top: 230px;
    right: -74%;
}

.Anatomy-Tabs li.tab3::before {
    width: 170px;
    left: -170px;
    top: 15px;
}

.Anatomy-Tabs li.tab3 a::after {
    left: -216px;
    top: -11px;
}

.Anatomy-Tabs li.tab4 {
    top: 270px;
    left: -77%;
}

.Anatomy-Tabs li.tab4::before {
    width: 215px;
    right: -215px;
    top: 15px;
}

.Anatomy-Tabs li.tab4 a::after {
    right: -263px;
    top: -11px;
}

.Anatomy-Tabs li.tab5 {
    top: 321px;
    left: -77%;
}

.Anatomy-Tabs li.tab5::before {
    width: 119px;
    right: -119px;
    top: 15px;
}

.Anatomy-Tabs li.tab5 a::after {
    right: -162px;
    top: -11px;
}

.Anatomy-Tabs li.tab6 {
    top: 321px;
    right: -74%;
}

.Anatomy-Tabs li.tab6::before {
    width: 144px;
    left: -144px;
    top: 15px;
}

.Anatomy-Tabs li.tab6 a::after {
    left: -189px;
    top: -11px;
}

.Anatomy-Tabs li.tab7 {
    top: 350px;
    right: -74%;
}

.Anatomy-Tabs li.tab7::before {
    width: 228px;
    left: -228px;
    top: 15px;
}

.Anatomy-Tabs li.tab7 a::after {
    left: -273px;
    top: -11px;
}

.Anatomy-Tabs li.tab8 {
    top: 430px;
    left: -77%;
}

.Anatomy-Tabs li.tab8::before {
    width: 198px;
    right: -198px;
    top: 15px;
}

.Anatomy-Tabs li.tab8 a::after {
    right: -242px;
    top: -11px;
}

.Anatomy-Tabs li.tab9 {
    top: 430px;
    right: -74%;
}

.Anatomy-Tabs li.tab9::before {
    width: 178px;
    left: -178px;
    top: 15px;
}

.Anatomy-Tabs li.tab9 a::after {
    left: -220px;
    top: -11px;
}

.Anatomy-Tabs li.tab10 {
    top: 575px;
    left: -77%;
}

.Anatomy-Tabs li.tab10::before {
    width: 160px;
    right: -160px;
    top: 15px;
}

.Anatomy-Tabs li.tab10 a::after {
    right: -204px;
    top: -11px;
}

.Anatomy-Tabs li.tab11 {
    top: 575px;
    right: -74%;
}

.Anatomy-Tabs li.tab11::before {
    width: 178px;
    left: -178px;
    top: 15px;
}

.Anatomy-Tabs li.tab11 a::after {
    left: -220px;
    top: -11px;
}
.Anatomy-Tabs li.Anatomy_here a:after {
        background: url(../images/sprite.png) no-repeat left -161px;
    }
.Anatomy-Tabs li.right-links.Anatomy_here {
        background: url(../images/sprite.png) no-repeat -13px -45px;
    }
.Anatomy-Tabs li.left-links.Anatomy_here {
        background: url(../images/sprite.png) no-repeat 115px -45px;
    }

#Patient-resources {
    background: #0a77b6;
}

#Patient-resources-in .staff-sec {
    width: 300px;
    height: 405px;
    position: relative;
}

#Patient-resources-in .title {
    font: 700 30px/35px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 50px 0 20px 0;
    background: url(../images/title-bg.png) no-repeat center bottom;
}

#Patient-resources-in .patient-res ul {
    margin: 30px 0 20px 0;
    padding: 0px;
    text-align: center;
}

#Patient-resources-in .patient-res ul li {
    display: inline-block;
    margin: 20px 0 20px -4px;
    border-left: 1px solid #3b92c5;
    font: 400 20px/24px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    width: 23%;
}

#Patient-resources-in .patient-res ul li:last-child {
    border-right: 1px solid #3b92c5;
}

#Patient-resources-in .patient-res ul li a {
    padding: 10px 0;
    display: block;
}

#Patient-resources-in .patient-res ul li a:hover {
    -webkit-filter: brightness(0%);
    /* Safari */
    filter: brightness(0%);
}

#Patient-resources-in .patient-res ul li a span {
    display: block;
    margin: 0px auto 30px auto;
    width: 55px;
    height: 55px;
}

#Patient-resources-in .patient-res ul li:nth-child(1) a span {
    background: url(../images/sprite.png) no-repeat 2px -235px;
}

#Patient-resources-in .patient-res ul li:nth-child(2) a span {
    background: url(../images/sprite.png) no-repeat 2px -318px;
}

#Patient-resources-in .patient-res ul li:nth-child(3) a span {
    background: url(../images/sprite.png) no-repeat 2px -398px;
}

#Patient-resources-in .patient-res ul li:nth-child(4) a span {
    background: url(../images/sprite.png) no-repeat 2px -492px;
}

.staff-sec .slidePause {
    display: none;
}

#Slider3 {
    margin: 15px auto 0 auto;
    width: 212px;
    height: auto;
}

#Slider3 li {
    width: 212px;
    height: 236px;
    text-align: center;
    background: #575757;
    font: 400 16px/20px 'Roboto Condensed', sans-serif;
    color: #ffffff;
}

#Slider3 li span {
    display: block;
    font: 700 22px/26px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin: 10px 0 5px 0;
}

#Slider3 li span::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #dcdcdc;
    left: 25%;
    top: 28px;
}

#Slider3 li img {
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#Slider3 li:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.Staff_tabs {
    width: 20px;
    position: absolute;
    z-index: 10;
    right: 5px;
    top: 200px;
}

.Staff_tabs li {
    margin: 0px 0 5px 0;
    padding: 0px;
}

.Staff_tabs li a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #4eb7f4;
    font-size: 0px;
}

.Staff_tabs li.Staff_here a {
    background: #ffffff;
    border: 2px solid #ffffff;
}

#Patient-journey {
    background: #e5e5e5;
}

#Patient-journey-in {
    min-height: 470px;
}

#Patient-journey-in .title {
    font: 700 35px/40px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #171717;
    text-align: center;
    padding: 40px 0 15px 0;
}

#Patient-journey-in ul {
    min-height: 292px;
    background: url(../images/patient-journey-bg.png) no-repeat center top;
    margin: 25px auto 25px auto;
    text-align: center;
    width: 688px;
    position: relative;
}

#Patient-journey-in ul li {
    width: 152px;
    height: 152px;
    position: absolute;
    border-radius: 50%;
    background: url(../images/patient-journey-icons.png) no-repeat 0px center;
}

#Patient-journey-in ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#Patient-journey-in ul li div {
    width: 110px;
    height: auto;
    font: 400 15px/20px 'Roboto Condensed', sans-serif;
    color: #2d2d2d;
    position: absolute;
    text-align: left;
}

#Patient-journey-in ul li div span {
    display: block;
    font: 700 16px/20px 'Roboto Condensed', sans-serif;
    color: #2d2d2d;
}

#Patient-journey-in ul li:hover {
    background: url(../images/patient-journey-icons-on.png) no-repeat 0px center;
}

#Patient-journey-in ul li::before {
    width: 60px;
    height: 60px;
    position: absolute;
    left: -19px;
    bottom: -4px;
    background: #ffffff;
    border: 7px solid #e5e5e5;
    border-radius: 50%;
    font: 700 30px/44px 'Roboto Condensed', sans-serif;
    color: #d4d4d4;
}

#Patient-journey-in ul li:nth-child(1) {
    margin: 0px;
    left: 0px;
    top: 3px;
    background-position: 0px center;
}

#Patient-journey-in ul li:nth-child(1) div {
    left: -115px;
    top: 20px;
}

#Patient-journey-in ul li:nth-child(1)::before {
    content: '01';
}

#Patient-journey-in ul li:nth-child(2) {
    margin: 0px;
    left: 137px;
    top: 140px;
    background-position: -136px center;
}

#Patient-journey-in ul li:nth-child(2) div {
    width: 100px;
    left: -100px;
    top: 50px;
}

#Patient-journey-in ul li:nth-child(2)::before {
    content: '02';
}

#Patient-journey-in ul li:nth-child(3) {
    margin: 0px;
    left: 265px;
    top: 0px;
    background-position: -264px center;
}

#Patient-journey-in ul li:nth-child(3) div {
    width: 90px;
    left: 40px;
    bottom: -70px;
}

#Patient-journey-in ul li:nth-child(3)::before {
    content: '03';
}

#Patient-journey-in ul li:nth-child(4) {
    margin: 0px;
    left: 399px;
    top: 140px;
    background-position: -399px center;
}

#Patient-journey-in ul li:nth-child(4) div {
    width: 90px;
    right: -105px;
    bottom: 55px;
}

#Patient-journey-in ul li:nth-child(4)::before {
    content: '04';
}

#Patient-journey-in ul li:nth-child(5) {
    margin: 0px;
    left: 537px;
    top: 3px;
    background-position: -536px center;
}

#Patient-journey-in ul li:nth-child(5) div {
    width: 140px;
    right: -155px;
    bottom: 55px;
}

#Patient-journey-in ul li:nth-child(5)::before {
    content: '05';
    right: -19px;
    left: auto;
}

#Surgery-Canditates-inner {
    padding: 70px 0 100px 0;
}

.surgery-candidates-table {}

.surgery-candiates-tc1,
.surgery-candiates-tc2 {
    width: 50%;
    position: relative;
}

.surgery-candiates-tc1:hover .knee-surgery-circle {
    background: url("../images/knee-surgert-circle-hover.png") no-repeat left center;
}

.surgery-candiates-tc2:hover .joint-pain-circle {
    background: url("../images/knee-surgert-circle-hover.png") no-repeat left center;
}

.candidate-left,
.candidate-right {
    border: 30px solid transparent;
    min-height: 440px;
    margin: 2px;
    -webkit-border-image: url(../images/border-tc.png) 30 round;
    /* Safari 3.1-5 */
    -o-border-image: url(../images/border-tc.png) 30 round;
    /* Opera 11-12.1 */
    border-image: url(../images/border-tc.png) 30 round;
}

.candidate-left {
    text-align: right;
    padding: 70px 130px 0 40px;
}

.candidate-right {
    padding: 70px 0px 0 170px;
}

.candidate-left .candidate-header,
.candidate-right .candidate-header {
    position: relative;
    z-index: 9;
}

.candidate-left .candidate-header a,
.candidate-right .candidate-header a {
    font: 400 20px/25px 'Roboto Condensed', sans-serif;
    color: #0a77b6;
    text-transform: uppercase;
    display: inline-block;
}

.candidate-right .candidate-header {
    margin-right: 30px;
}

.candidate-left .candidate-header span,
.candidate-right .candidate-header span {
    display: block;
    font: 700 40px/45px 'Roboto Condensed', sans-serif;
    color: #000;
}

.candidate-left p {
    font: 400 15px/20px 'Roboto Condensed', sans-serif;
    margin: 30px 0;
    position: relative;
    z-index: 99999;
}

.candidate-left > a {
    display: inline-block;
    border: 2px solid #b5b5b5;
    font: 700 16px/40px 'Roboto Condensed', sans-serif;
    z-index: 9;
    position: relative;
    padding: 0 20px;
    color: #0d0d0d;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.candidate-left > a:hover {
    color: #0a77b6;
    border-color: #0a77b6;
}

.candidate-right-ul {
    text-align: right;
    display: inline-block;
    position: relative;
    z-index: 99999;
    margin: 20px 0 0 0;
}

.candidate-right-ul li {
    margin: 10px 0;
    text-align: left;
    font: 400 15px/20px 'Roboto Condensed', sans-serif;
    background: url(../images/joint-pain-bg.png) no-repeat left;
    padding-left: 25px;
}

.candidate-right-ul li a {
    display: block;
    color: #212121;
    font: 400 15px/20px 'Roboto Condensed', sans-serif;
    background: url(../images/joint-pain-bg.png) no-repeat left;
}

.knee-joint {
    position: absolute;
    margin: auto;
    top: 105px;
    right: -60px;
    left: 0;
    width: 430px;
}

.knee-surgery-circle,
.joint-pain-circle {
    background: url("../images/knee-surgert-circle.png") no-repeat left center;
    position: absolute;
    width: 55px;
    height: 55px;
    display: inline-block;
    z-index: 9;
}

.knee-surgery-circle {
    right: -7px;
    top: 20%;
}

.joint-pain-circle {
    left: 30px;
    top: 30px;
}

#Map-sec {
    background: url(../images/location-map-bg-updated.jpg) no-repeat center top #b7b7b7;
	/*background: url(../images/location-map-bg.jpg) no-repeat center top #b7b7b7;*/
}

#Map-sec-in {
    min-height: 460px;
}

#Map-sec-in .location-con {
    width: 310px;
    min-height: 460px;
    position: relative;
    margin: 0px auto;
}

.loc-point {
    width: 30px;
    height: 37px;
    position: absolute;
    background: url(../images/sprite.png) no-repeat -10px -575px;
}

.add-box {
    width: 450px;
    height: 200px;
    position: absolute;
    background: #0a77b6;
    padding: 15px 20px 20px 130px;
    color: #ffffff;
    font: 300 16px/20px 'Roboto Condensed', sans-serif;
}

.add-box span {
    font-weight: 600;
    font-size: 17px;
    display: block;
    margin: 15px 0 10px 0;
}

.add-box li {
    padding: 5px 0 5px 30px;
    position: relative;
}

.add-box li.p-no span {
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}

.add-box li::before {
    position: absolute;
    left: 5px;
    top: 5px;
}

.add-box::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    top: 10%;
    left: 110px;
    background: #2385bd;
}

.add-box::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 70px;
    width: 56px;
    height: 67px;
    background: url(../images/sprite.png) no-repeat left -633px;
}

/*.loc1 {
    left: 165px;
    top: 73px;
}*/

.loc2 {
    left: 99px;
    top: 354px;
}
.loc1 {
	left: 78px;
	top: 205px;
}

.drive-link {
    display: block;
    width: 100%;
    height: 100%;
}

.drive-link {
    font-size: 0px;
}

.loc-pic {
    width: 162px;
    height: 119px;
    position: absolute;
}

.loc1 .loc-pic {
    top: -37px;
    left: -166px;
}

.loc2 .loc-pic {
    top: -37px;
    right: -168px;
}

.loc1 .add-box {
    left: 52px;
    top: -15px;
}

.loc2 .add-box {
    left: -468px;
    top: -144px;
}

#Credibility {
    padding: 40px 0;
}

#Credibility li a {
    display: inline-block;
    border: 1px solid #fff;
}

#Credibility li a {
    padding: 0px 8px;
}

#Credibility li a:hover {
    -webkit-filter: drop-shadow(2px 2px 2px #d2d2d2);
    filter: drop-shadow(2px 2px 2px #b7b7b7);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    padding:
}

#Credibility .nbs-flexisel-nav-left {
    background: url(../images/logos-nav.png) no-repeat left top;
    width: 20px;
    height: 52px;
}

#Credibility .nbs-flexisel-nav-right {
    background: url(../images/logos-nav.png) no-repeat right top;
    width: 20px;
    height: 52px;
}

#Credibility .nbs-flexisel-nav-left::before,
#Credibility .nbs-flexisel-nav-right::before {
    display: none;
}

/* Navigation CSS */
.navigation {
    font: 600 16px/20px 'Roboto Condensed', sans-serif;
    padding: 40px 10px 10px 10px;
}

/* Text CSS */
.textMain {
    font: 400 16px/24px 'Roboto Condensed', sans-serif;
    color: #000000;
}

.textMain a {
    color: #108bd2;
}

.textMain a:hover {
    color: #005c91;
}

.textMain h1 {
    font: 600 28px/32px 'Roboto Condensed', sans-serif;
    color: #108bd2;
    text-transform: uppercase;
}

.textMain h1 span {
    font: 400 22px/30px 'Roboto Condensed', sans-serif;
    color: #4d4d4d;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 600 26px/32px 'Roboto Condensed', sans-serif;
    color: #000;
}

.textMain h2 span {
    font: normal 16px/20px 'Roboto Condensed', sans-serif;
    color: #000000;
}

.textMain h2 a,
.hTag2 a,
.textMain h3.hTag2 a,
.textMain h4.hTag2 a {
    color: #108bd2;
}

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 600 24px/30px 'Roboto Condensed', sans-serif;
    color: #108bd2;
}

.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #108bd2;
}

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: normal 20px/30px 'Roboto Condensed', sans-serif;
    color: #108bd2;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #108bd2;
}

/* Services */
.services-page .navigation,
.services-page h1 {
    text-align: center;
}

.Services-list {
    padding: 10px 0 40px 0;
    text-align: center;
}

.textMain .Services-list li {
    display: inline-block;
    width: 235px;
    height: 230px;
    margin: 30px 20px;
    background: none;
    padding: 0px;
    vertical-align: top;
}

.textMain .Services-list li a {
    font: 700 18px/22px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}

.Services-list li a span.m-link {
    font: 300 15px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #515151;
}

.Services-list li span.pic {
    width: 138px;
    height: 138px;
    display: block;
    margin: 10px auto 15px auto;
}

/*.Services-list li:hover span.pic {
    background-image: url(../images/specializes-img-on.png) !important;
}*/

.Services-list li.spl1 a span.pic {
    background: url(../images/spinal-injections.png) no-repeat 0 0;
}
.Services-list .spl1:hover span.pic {
    background-image: url(../images/spinal-injections-h.png) !important;
}

/*.Services-list li.spl2 a span.pic {
    background: url(../images/specializes-img.png) no-repeat -147px top;
}

.Services-list li.spl3 a span.pic {
    background: url(../images/specializes-img.png) no-repeat -293px top;
}*/
.Services-list li.spl4 a span.pic {
    background: url(../images/spinal-surgery.png) no-repeat 0 0;
}
.Services-list .spl4:hover span.pic {
    background-image: url(../images/spinal-surgery-h.png) !important;
}

.Services-list li.spl5 a span.pic {
    background: url(../images/cervical-radiculopathy.png) no-repeat  0 0;
}
.Services-list .spl5:hover span.pic {
    background-image: url(../images/cervical-radiculopathy-h.png) !important;
}

.Services-list li.spl6 a span.pic {
    background: url(../images/lumbar-radiculopathy.png) no-repeat 0 0;
}
.Services-list .spl6:hover span.pic {
    background-image: url(../images/lumbar-radiculopathy-h.png) !important;
}

.Services-list li.spl7 a span.pic {
    background: url(../images/spinal-stenosis.png) no-repeat 0 0;
}
.Services-list .spl7:hover span.pic {
    background-image: url(../images/spinal-stenosis-h.png) !important;
}
.Services-list li.spl9 a span.pic {
    background: url(../images/herniated-discs.png) no-repeat  0 0;
}
.Services-list .spl9:hover span.pic {
    background-image: url(../images/herniated-discs-h.png) !important;
}
.Services-list li.spl10 a span.pic {
    background: url(../images/pinched-nerves.png) no-repeat 0 0;
}
.Services-list .spl10:hover span.pic {
    background-image: url(../images/pinched-nerves-h.png) !important;
}
.Services-list li.spl11 a span.pic {
    background: url(../images/Spondylolisthesis.png) no-repeat 0 0;
}
.Services-list .spl11:hover span.pic {
    background-image: url(../images/Spondylolisthesis-h.png) !important;
}


/*.Services-list li.spl8 a span.pic {
    background: url(../images/specializes-img.png) no-repeat -439px -150px;
}*/

/* Sidebar CSS */
#Sidebar {
    width: 320px;
    padding: 40px 10px 40px 10px;
}

.spl-s-list {
    background: #f3f3f3;
}

.spl-s-list .title {
    font: 700 30px/35px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #0a77b6;
    text-align: center;
    padding: 30px 0 20px 0;
    background: url(../images/spl-bg.png) no-repeat center bottom;
}

.spl-s-list ul {
    margin: 0px;
    padding: 10px 0 25px 0;
}

.spl-s-list ul li {
    margin: 5px 0px 5px 10px;
    padding: 0px;
    font: 600 15px/21px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.spl-s-list ul li a {
    display: block;
    margin: 0px;
    /*padding: 17px 5px 17px 80px;*/
    padding: 17px 5px 17px 70px;
    color: #000000;
}

.spl-s-list ul li a:hover {
    color: #006dac;
}

.spl-s-list ul li:nth-child(1) a {
    /*background: url(../images/specializes-s-icons.png) no-repeat 10px -1px;*/
    background: url(../images/spinal-stenosis-s.png) no-repeat 0 0;
}

.spl-s-list ul li:nth-child(2) a {
    /*background: url(../images/specializes-s-icons.png) no-repeat 10px -65px;*/
    background: url(../images/herniated-discs-s.png) no-repeat 0 0;
}

/*.spl-s-list ul li:nth-child(3) a {
    background: url(../images/specializes-s-icons.png) no-repeat 10px -128px;
}*/

.spl-s-list ul li:nth-child(3) a {
    /*background: url(../images/specializes-s-icons.png) no-repeat 10px -191px;*/
    background: url(../images/pinched-nerves-s.png) no-repeat 0 0;
}

.spl-s-list ul li:nth-child(4) a {
    /*background: url(../images/specializes-s-icons.png) no-repeat 10px -256px;*/
    background: url(../images/Spondylolisthesis-s.png) no-repeat 0 0;
}

.spl-s-list ul li:nth-child(5) a {
    /*background: url(../images/specializes-s-icons.png) no-repeat 10px -319px;*/
    background: url(../images/cervical-radiculopathy-s.png) no-repeat 0 0;
}

.spl-s-list ul li:nth-child(6) a {
    /*background: url(../images/specializes-s-icons.png) no-repeat 10px -382px;*/
    background: url(../images/lumbar-radiculopathy-s.png) no-repeat 0 0;
}

.spl-s-list ul li:nth-child(7) a {
    /*background: url(../images/specializes-s-icons.png) no-repeat 10px -446px;*/
    background: url(../images/spinal-surgery-s.png) no-repeat 0 0;
}
.spl-s-list ul li:nth-child(8) a {
    background: url(../images/spinal-injections-s.png) no-repeat 0 0;
}

.dr-sec-s {
    background: #0a77b6;
    margin: 25px 0 0 0;
    padding: 10px 0 0 0;
}

.dr-sec-s .title {
    font: 600 26px/30px 'Roboto Condensed', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 0 20px 0;
    text-align: center;
    padding-top: 15px;
}

.dr-sec-s .title span {
    font: 400 20px 'Roboto Condensed', sans-serif;
    color: #ffffff;
    text-transform: none;
    display: block;
}

.dr-sec-s a.v-pro-link {
    display: block;
    background: #001e30;
    font: 400 16px/20px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 0;
    letter-spacing: 1px;
}

.Pat-res-s {
    margin: 25px 0 0 0;
    background: #0a77b6;
}

.Pat-res-s .title {
    font: 700 25px/30px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 30px 0 20px 0;
    background: url(../images/title-bg.png) no-repeat center bottom;
}

.Pat-res-s ul {
    margin: 0px 25px;
    padding: 20px 0;
}

.Pat-res-s ul li {
    margin: 0px;
    padding: 0px;
    font: 400 18px/20px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px solid #074a71;
}

.Pat-res-s ul li:last-child {
    border-bottom: 0px;
}

.Pat-res-s ul li a {
    display: block;
    color: #ffffff;
    margin: 0px;
    padding: 19px 10px 19px 80px;
}

.Pat-res-s ul li a:hover {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.Pat-res-s ul li:nth-child(1) a {
    background: url(../images/pat-res-icons-s.png) no-repeat 10px 14px;
}

.Pat-res-s ul li:nth-child(2) a {
    background: url(../images/pat-res-icons-s.png) no-repeat 10px -46px;
}

.Pat-res-s ul li:nth-child(3) a {
    background: url(../images/pat-res-icons-s.png) no-repeat 10px -108px;
}

.Pat-res-s ul li:nth-child(4) a {
    background: url(../images/pat-res-icons-s.png) no-repeat 10px -164px;
}

.staff-sec-s {
    background: #575757;
    min-height: 400px;
    position: relative;
}

.staff-sec-s .title {
    font: 700 30px/35px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 30px 0 20px 0;
    margin: 25px 0 10px 0;
    background: url(../images/title-bg.png) no-repeat center bottom;
}

.staff-sec-s #Slider3 li {
    width: 212px;
    height: 236px;
    text-align: center;
    background: #575757;
    font: 400 16px/20px 'Roboto Condensed', sans-serif;
    color: #ffffff;
}

.staff-sec-s #Slider3 li a {
    color: #ffffff;
}

.staff-sec-s .Staff_auto {
    display: none;
}

.staff-sec-s .Staff_tabs {
    width: 120px;
    position: absolute;
    z-index: 10;
    right: inherit;
    top: inherit;
    bottom: 40px;
    left: 50%;
    text-align: center;
    margin: 0 0 0 -60px;
}

.staff-sec-s .Staff_tabs li {
    margin: 0px 2px;
    padding: 0px;
    display: inline-block;
}

/* Footer CSS */
footer {
    background: #000000;
    color: #ffffff;
}

#F-cols {
    width: 100%;
    text-align: center;
    font: 300 16px/28px 'Roboto Condensed', sans-serif;
    color: #b4b4b4;
    padding: 0 0 40px 0;
}

#F-cols li a:hover {
    color: #108bd2;
    text-decoration: underline;
}

#F-cols .title {
    font: 400 22px/26px 'Roboto Condensed', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin: 70px 0 20px 0;
}

#F-cols .t2 {
    margin: 30px 0 20px 0;
}

#F-cols .col1,
#F-cols .col2,
#F-cols .col3,
#F-cols .col4 {
    display: inline-block;
    width: 220px;
    margin: 0px 20px;
    text-align: left;
    vertical-align: top;
}

#F-cols .col4 li a {
    text-decoration: none;
}

.foot-nav a:hover {
    color: #108bd2;
    text-decoration: underline;
}

/*CMS Search*/
.search-cms {
    position: relative;
    margin: 10px 0 0 0;
}

.search-text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    border-bottom: 1px solid #333333;
    color: #ffffff;
    height: 27px;
    opacity: 1;
    padding: 0 0 3px 10px;
    width: 100%;
    outline: none;
    font-size: 15px;
    margin: 4px 0px 0px 0px;
}

.search-button {
    background: rgba(0, 0, 0, 0) url(../images/search-icon.png) no-repeat scroll -1px 6px;
    border: medium none;
    height: 35px;
    position: absolute;
    right: -13px;
    top: 1px;
    width: 34px;
    z-index: 112;
    cursor: pointer;
    text-indent: 1000px;
}

.google-translate {
    margin: 45px 0 0 0;
}

.google-translate h3 {
    font: 400 15px/19px 'Roboto Condensed', sans-serif;
    color: #ffffff;
    padding: 0 0 10px 0;
}

.goog-te-gadget-icon {
    display: none;
}

.goog-te-gadget-simple {
    border-bottom: 1px solid #333333 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #878787;
    padding-bottom: 8px !important;
    background: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #878787;
    font: 400 15px/19px 'Roboto Condensed', sans-serif;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #626161 !important;
}

.goog-te-menu-value > span:nth-child(3) {
    border-left: none !important;
}

.goog-te-gadget-simple {
    width: 100%;
    padding: 0px !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    width: 250px !important;
    display: block;
    padding: 0px 0;
    margin: 0px !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    float: left;
}

.goog-te-menu-value > span:nth-child(5) {
    color: rgba(255, 255, 255) !important;
    float: right;
    margin: 0 33px 0 0 !important;
}

.goog-te-gadget-simple {
    margin: 0px 0 0 0;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    font: 300 14px/19px 'Roboto Condensed', sans-serif;
    color: #8e8e8e;
}

.loc-con {
    margin: 0 0 15px 0;
    line-height: 20px;
}

.loc-con span {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 6px;
}

.social-logo {
    width: auto;
}

.social-logo ul {
    font-size: 0px;
}

.social-logo li {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 30px;
    font-size: 20px;
    text-align: center;
}

.social-logo li a {
    width: 100%;
    height: 100%;
    display: block;
}

.copyrights {
    font: 300 16px/22px 'Roboto Condensed', sans-serif;
    color: #ffffff;
    padding-bottom: 30px;
}

.copyrights a {
    margin: 0px 5px;
    font: 300 16px/22px 'Roboto Condensed', sans-serif;
}

.copyrights div {
    padding: 0 50px 10px 15px;
}

.ypo-logo {
    width: 120px;
    text-align: center;
}

.ypo-logo img {
    margin: 20px 15px 0 0;
}

/* Contact Page */
.contactTable {
    border: 1px solid #9e9e9e;
    border-spacing: 5px;
    margin-bottom: 45px;
}

.contact-address {
    position: relative;
    padding: 0px 0px 15px 20px;
}

.contact-address div {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.contact-address div.main-address {
    vertical-align: middle;
    padding-top: 23px;
}

.contact-address::before,
.contact-address::after {
    position: absolute;
    content: '';
}

/*.contact-address::before {
    border-right: 15px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 15px solid transparent;
    left: 0px;
    top: 0px;
}
.contact-address::after {
    border-top: 15px solid transparent;
    border-right: 15px solid #000;
    border-left: 15px solid transparent;
    right: 0px;
    bottom: 0px;
}*/
.textMain .contact-address p.textMainBold {
    padding: 5px 0px;
    font-size: 20px;
}

.contact-address p.addr {
    padding-top: 0px;
}

.contact-address p {
    position: relative;
    padding: 12px 10px 5px 55px;
    min-height: 50px;
    display: inline-block;
    min-width: 300px;
    vertical-align: top;
}

.textMain .contactTable .textMainBold {
    background: #108bd2;
    padding: 8px 15px;
    margin: 0px;
    position: inherit;
    color: #fff;
    margin-bottom: 20px;
}

.contact-address p::before {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #108bd2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    font-size: 18px;
}

.contact-map {
    position: relative;
    width: 67%;
    border: 1px solid #ccc;
    padding: 2px;
}

.contact-map,
.addres-image {
    float: left;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0px;
}

.addres-image {
    width: 33%;
    min-width: 300px;
    border: 1px solid #ccc;
    padding: 2px;
}

.addres-image img {
    min-height: 290px;
}

.contact-map iframe {
    width: 100%;
    border: 0px;
    height: 100%;
    min-height: 290px;
    margin-bottom: -6px;
}

/* Profile Schema */
.schemaTable {
    padding: 3px;
    background: #f0f0f0;
    text-align: center;
    padding: 15px 0px;
}

.textMain .schemaTitle {
    background: #000;
    text-align: center;
    padding: 0px;
    font-size: 0px;
    color: #fff;
    line-height: 0px;
}

.textMain .schemaTable .profile-address li {
    display: inline-block;
    padding: 10px;
    position: relative;
    background: #0a77b6;
    text-align: left;
    min-width: 36%;
    color: #fff;
    background: #0a77b6 url(../images/sprite.png) no-repeat 22px -588px;
    margin-right: 10px;
    padding-left: 100px;
    margin-bottom: 30px;
}

.textMain .schemaTable .profile-address li .address {
    padding-left: 20px;
    border-left: 1px solid #2385bd;
}

.textMain .schemaTable .profile-address .tel1 a,
.textMain .schemaTable .profile-address .tel2 a {
    color: #fff;
}

.textMain .schemaTable .table-cell::before,
.textMain .schemaTable .table-cell::after {
    position: absolute;
    content: '';
}

.textMain .schemaTable .table-cell::before {
    border-right: 15px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 15px solid transparent;
    left: 0px;
    top: 0px;
}

.textMain .schemaTable .table-cell::after {
    border-top: 15px solid transparent;
    border-right: 15px solid #000;
    border-left: 15px solid transparent;
    right: 0px;
    bottom: 0px;
}

.textMain .schemaTable p.textMainBold {
    padding: 5px 0px;
    font: 400 24px/32px 'Roboto Condensed', sans-serif;
}

.textMain .schemaTable p {
    position: relative;
    padding: 5px 10px 5px 30px;
    font: 300 16px/24px 'Roboto Condensed', sans-serif;
}

.textMain .schemaTable p a {
    font-weight: bold;
}

.textMain .schemaTable p::before {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 20px;
}

.textMain .profile-logos {
    text-align: center;
}

.textMain .profile-logos li {
    display: inline-block;
    padding: 0px;
    vertical-align: top;
    position: relative;
    margin: 15px 10px;
    background: none;
}

.textMain .profile-logos li a {
    display: block;
    min-height: 130px;
    width: 230px;
    padding: 20px 10px 5px 10px;
    background: #fff;
}

.textMain .profile-logos-one li a {
    width: 170px;
    padding: 10px 5px 0px 5px;
    min-height: 140px;
}

.textMain .profile-logos-one li:nth-child(3) a,
.textMain .profile-logos-one li:nth-child(4) a {
    padding-top: 25px;
}

.textMain .profile-logos-one li div,
.textMain .profile-logos div {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.textMain .profile-logos-one li a:hover,
.textMain .profile-logos li a:hover {
    -webkit-filter: drop-shadow(2px 2px 2px #666);
    filter: drop-shadow(2px 2px 2px #666);
    opacity: 0.8;
}

/* topic moe */
.textMain .topic-more {
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    margin-bottom: 40px;
}

.textMain .topic-more h3 {
    padding: 0px;
    margin-bottom: 10px;
}

.textMain .topic-more h3 a {
    padding: 5px 8px;
    color: #141414;
    font-weight: 400;
    display: inline-block;
    min-width: 200px;
    text-align: left;
}

.textMain .topic-more .mediaList {
    position: absolute;
    bottom: -24px;
    right: 10px;
}

.textMain .topic-more .topic-pic {
    float: left;
    width: 200px;
    margin: 0px 15px 10px 0px;
    border: 1px solid #f3f3f3;
    padding: 5px;
}

.textMain .topic-more .content {
    float: left;
    width: 70%;
}

/* profile page css */
.profile-p .textMain h1 {
    margin-top: 80px;
    font: 700 28px/24px 'Roboto Condensed', sans-serif;
    color: #108bd2;
}

.profile-p .textMain h1 span {
    text-transform: none;
}

.profile-p .textMain h1 span {
    font: 400 20px/28px 'Roboto Condensed', sans-serif;
    color: #108bd2;
}

.profile-p .textMain h2 {
    font: 700 28px/24px 'Roboto Condensed', sans-serif;
    color: #108bd2;
    margin-bottom: 20px;
}

.profile-p .navigation {
    padding-left: 33%;
}

.profile-dr-pic {
    float: left;
    width: 32%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.profile-dr-pic:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.textMain .profile-accord .accordead a {
    border: 1px dotted #c8c8c8;
    font: 400 20px/28px 'Roboto Condensed', sans-serif;
    background: url(../images/profile-your-care-pic.png) no-repeat;
    padding: 15px 0px 15px 60px;
    color: #0b0b0b;
    border-left: 0px;
    border-right: 0px;
}

.textMain .profile-accord .accordead.show_accord a {
    color: #108bd2;
}

.textMain .profile-accord .cpv a {
    background-position: 8px 8px;
}

.textMain .profile-accord .wwt a {
    background-position: 8px -47px;
}

.textMain .profile-accord .ph a {
    background-position: 8px -102px;
}

.textMain .profile-accord .qua a {
    background-position: 8px -161px;
}

.textMain .profile-accord li span {
    display: block;
}

.textMain .profile-accord .member a {
    background-position: 8px -219px;
}

.textMain .profile-accord .awards a {
    background-position: 8px -283px;
}

.profile-accord,
.textMain .accordead {
    border: none;
    margin: 0px;
    text-transform: uppercase;
}

.textMain .profile-accord .textMainBold {
    font-size: 17px;
}

.textMain .staf-pic-list {
    text-align: center;
}

.textMain .staf-pic-list li {
    display: inline-block;
    width: 230px;
    background: #d1cfcf;
    padding: 5px 0px 10px 0px;
    margin: 0px 10px 30px 10px;
}

.textMain .staf-pic-list li img {
    margin: 0 0 10px 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.textMain .staf-pic-list li:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.textMain .staf-pic-list li span {
    display: block;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.textMain .staf-pic-list li span::before {
    content: " ";
    position: absolute;
    width: 100px;
    border-bottom: 1px solid #0a77b6;
    top: 27px;
    left: 0;
    right: 0;
    margin: auto;
}

/* related list css */
.textMain .links-tabs {
    line-height: 40px;
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.textMain .links-tabs li {
    background: none;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    background: none;
    color: #000;
}

.textMain .links-tabs li a {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    min-width: 150px;
}

.textMain .links-tabs li a:hover {
    color: #006dac;
}

/* banner animated text */
.ex1 {
    opacity: 0;
}

.ex1 span {
    position: relative;
    top: 10px;
    left: 10px;
    opacity: 0;
}

.ex2 {
    opacity: 0;
}

.ex2 span {
    position: relative;
    left: -10px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery {
    margin-top: 30px;
    text-align: center;
}

.gallery div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.gallery div a {
    width: 200px;
    display: block;
    margin: 0px 25px;
}

.gallery div a:hover {
    -webkit-filter: drop-shadow(2px 2px 2px #666);
    filter: drop-shadow(2px 2px 2px #666);
    opacity: 0.8;
}

.textMain .use-links li {
    display: inline-block;
    background: none;
    border: 1px solid #003b52;
    margin: 20px;
    padding: 10px 0;
    border-radius: 5px;
    min-width: 330px;
    text-align: center
}

.textMain .use-links li .text {
    background: #1a4067;
    color: #fff;
    margin: 10px 0
}

.textMain .use-links li p {
    color: #fff
}

.use-links-content {
    border: 1px solid #000;
    width: 81%;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 5px;
}

.textMain .use-links-content h3,
.textMain .use-links-content h2.hTag3 {
    padding: 5px 0px;
    background: #1a4067;
    color: #fff;
}

.textMain .testi-monial {
    background: #bdbdbd;
    position: relative;
    margin-bottom: 30px;
    padding: 10px 10px;
    width: 95%;
    margin: 30px auto;
}

.textMain .testi-monial p {
    color: #000;
    padding: 5px 0px;
}

.textMain .testi-monial:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #108bd2;
    border-right: 5px solid #108bd2;
    bottom: -10px;
    right: -10px;
}

.textMain .testi-monial:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 5px solid #108bd2;
    border-left: 5px solid #108bd2;
    top: -10px;
    left: -10px;
}

.content-img {
    float: right;
    display: inline-block;
}

.content-img img {
    border: 3px solid #8c8c8c;
}

.textMain .check-tool li {
    background: none;
    display: inline-block;
}

.textMain .check-tool li a {
    display: inline-block;
    background: #0c0c0c;
    color: #fff;
    min-width: 290px;
    text-align: center;
    padding: 8px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 3px;
}

.textMain .check-tool li a:hover {
    background: #0a77b6;
}

/* education video css */
.targetDiv.show1 {
    display: block;
    height: inherit;
}

.targetDiv.show2 {
    display: block;
    height: inherit;
}

.targetDiv {
    display: none;
    height: 0;
    overflow: hidden;
}

.education-tabs-inside {
    list-style: none;
    width: 100%;
    background: #E4E4E4;
    border: solid 2px #d7d7d7;
    float: left;
    margin: 0 0 20px !important;
    padding: 5px !important;
}

.education-tabs-inside-list {
    list-style: none;
    width: 100%;
    border: solid 1px #d7d7d7;
    float: left;
    margin: 0 0 20px !important;
    padding: 5px !important;
}

.textMain .education-tabs-inside li {
    color: #000;
    font: bold 13px Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 7px 10px !important;
    float: left;
    transition: all .5s ease 0;
    margin: 0 10px 0 0 !important;
    text-align: center;
    background: none !important;
    cursor: pointer;
}

.textMain .education-tabs-inside li:hover,
.textMain .education-tabs-inside li.active,
.textMain .education-tabs-inside-list li:hover,
.textMain .education-tabs-inside-list li.active {
    color: #FFF;
    background: #14467e !important;
}

.clear {
    clear: both;
}

.education-tabs-inside-list {
    text-align: center;
}

.textMain .education-tabs-inside-list li {
    color: #000;
    font: bold 13px Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 7px 10px !important;
    float: left;
    transition: all .5s ease 0;
    margin: 0 10px 0 0 !important;
    text-align: center;
    background: none !important;
    cursor: pointer;
}

.education-videos {
    width: 100%;
    border: 1px solid #ccc;
}

.video-thumbnails {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.video-thumbnails li {
    float: left;
    margin: 0 10px 18px 7px;
    width: 12%;
    min-height: 135px;
    overflow: hidden;
    background: none !important;
    padding: 0 !important;
}

.thumbnails-image {
    position: relative;
    overflow: hidden;
    float: left;
}

.thumbnails-image img {
    border-radius: 4px;
}

.video-thumbnails .thumb-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12.5px 0 0 -12.5px;
}

.textMain .video-thumbnails h3 {
    font: bold 12px/14px Arial, Helvetica, sans-serif !important;
    color: #000 !important;
    min-height: 20px;
    margin: 0px 0 0 2px;
    text-align: left;
    width: 125px;
    clear: both;
    float: left;
}

.named-anchor {
    position: relative;
    top: 20px;
}

/* accesibility */
.accessible_on #Patient-resources,
.accessible_on footer,
.accessible_on #Dr-bw,
.accessible_on #Meet-Dr-in,
.accessible_on #Meet-Dr,
.accessible_on #Patient-journey-in ul,
.accessible_on #Patient-journey-in ul li,
.accessible_on #Patient-journey,
.accessible_on #Patient-resources-in .patient-res ul li a span,
.accessible_on .dr-links li a,
.accessible_on #Meet-Dr-in .your-care,
.accessible_on #Meet-Dr-in .your-care a,
.accessible_on #Anatomy-sec,
.accessible_on #Anatomy-sec-in,
.accessible_on .spl-s-list,
.accessible_on .staff-sec-s,
.accessible_on .dr-sec-s,
.accessible_on .dr-sec-s a.v-pro-link,
.accessible_on .Pat-res-s,
.accessible_on .Pat-res-s ul li a,
.accessible_on .accordane,
.accessible_on .textMain .accordane,
.accessible_on .textMain .schemaTable .profile-address li,
.accessible_on .schemaTable,
.accessible_on .mediaList li a,
.accessible_on .textMain .subList li a, .accessible_on .textMain .profile-logos li a, .accessible_on .textMain .profile-logos li, .accessible_on .textMain .contactTable .textMainBold, .accessible_on .textMain .testi-monial, .accessible_on .textMain .use-links li .text, .accessible_on .textMain .use-links-content h3, .accessible_on .textMain .use-links-content h2.hTag3, .accessible_on .textMain .check-tool li a, .accessible_on .textMain .links-tabs li a, .accessible_on .textMain .links-tabs li {
    background: none !important;
}

.accessible_on.dfw-whitemode #Meet-Dr-in .dr-text,
.accessible_on.dfw-whitemode #Meet-Dr-in .dr-text h1,
.accessible_on.dfw-whitemode #Meet-Dr-in .dr-text h1 span,
.accessible_on.dfw-whitemode #F-cols .title,
.accessible_on.dfw-whitemode .copyrights,
.accessible_on.dfw-whitemode .loc-con,
.accessible_on.dfw-whitemode #Meet-Dr-in .your-care .head,
.accessible_on.dfw-whitemode #Patient-resources-in .title,
.accessible_on.dfw-whitemode .goog-te-gadget-simple .goog-te-menu-value span,
.accessible_on #spl-in .title,
.accessible_on #spl-in .title,
.accessible_on.dfw-whitemode .spl-s-list .title,
.accessible_on.dfw-whitemode .dr-sec-s .title span,
.accessible_on.dfw-whitemode .Pat-res-s .title,
.accessible_on.dfw-whitemode .staff-sec-s .title,
.accessible_on.dfw-whitemode .textMain .schemaTable p,
.accessible_on .search-text {
    color: #000 !important;
}

.accessible_on.dfw-blackmode #spl-in .title,
.accessible_on.dfw-blackmode #spl-in p,
.accessible_on.dfw-blackmode #Anatomy-sec-in .title,
.accessible_on.dfw-blackmode #Patient-journey-in .title,
.accessible_on.dfw-blackmode #Patient-journey-in ul li div,
.accessible_on.dfw-blackmode #Patient-journey-in ul li div span,
.accessible_on.dfw-blackmode .candidate-left .candidate-header span,
.accessible_on.dfw-blackmode .candidate-right .candidate-header span,
.accessible_on.dfw-blackmode .spl-s-list .title,
.accessible_on.dfw-blackmode .search-text {
    color: #fff !important;
}

.accessible_on.dfw-whitemode .search-button {
    background: rgba(0, 0, 0, 1) url(../images/search-icon.png) no-repeat scroll -1px 6px;
    height: 30px;
    width: 20px;
}

.accessible_on #Patient-resources-in .patient-res ul li,
.accessible_on.dfw-whitemode .dr-links li a,
.accessible_on #Meet-Dr-in .your-care,
.accessible_on #Meet-Dr-in .your-care a,
.accessible_on #Patient-resources-in .staff-sec li,
.accessible_on .Anatomy-body li a,
.accessible_on #Credibility li,
.accessible_on .spl-s-list,
.accessible_on .staff-sec-s,
.accessible_on .dr-sec-s,
.accessible_on .Pat-res-s,
.accessible_on .textMain .schemaTable .profile-address li .address {
    border: 1px solid;
}

.accessible_on.dfw-whitemode .dr-links li a,
.accessible_on.dfw-blackmode .dr-links li a,
.accessible_on.dfw-blackmode .textMain .schemaTable .profile-address li .address {
    border-color: #fff;
}

.accessible_on.dfw-whitemode .menu li,
.accessible_on.dfw-whitemode #Patient-resources-in .patient-res ul li,
.accessible_on.dfw-whitemode .dr-links li a,
.accessible_on .textMain .schemaTable .profile-address li .address {
    border-color: #000;
}

.accessible_on header,
.accessible_on .Anatomy-Tabs li {
    position: inherit;
    position: inherit;
}

.accessible_on .logo img {
    background: #000;
    padding: 5px;
}

.accessible_on.dfw-blackmode #Credibility li img,
.accessible_on .textMain .profile-logos li img {
    background: #fff;
}

.accessible_on #spl-in ul,
.accessible_on .Anatomy-Tabs li.left-links a {
    text-align: center;
}

.accessible_on #spl-in ul li {
    border: 1px solid;
    padding: 10px;
    margin: 20px;
}

.accessible_on #Patient-journey-in ul li,
.accessible_on #spl-in ul li,
.accessible_on #Credibility li,
.accessible_on #Patient-resources-in .staff-sec li,
.accessible_on .Anatomy-body li {
    display: inline-block;
    vertical-align: top;
}

.accessible_on #Patient-resources-in .staff-sec li {
    width: 240px;
    text-align: center;
    margin: 20px;
}

.accessible_on #Credibility li,
.accessible_on .Anatomy-Tabs li {
    margin: 10px 20px;
}

.accessible_on #Credibility,
.accessible_on #Patient-resources-in .staff-sec,
.accessible_on .staff-sec-s {
    text-align: center;
}

.accessible_on #Patient-journey-in ul {
    width: auto;
}

.accessible_on #Patient-journey-in ul li {
    border: 1px solid;
    position: inherit;
    top: 0px !important;
    left: 0px !important;
    margin: 20px;
}

.accessible_on #Patient-journey-in ul li:nth-child(n) div {
	position: inherit !important;
	text-align: center;
	padding: 31px 14px 10px 15px;
	width: 100%;
	left: 0 !important;
	right: 0;
	top: -6px !important;
}
.accessible_on #Patient-journey-in ul li:nth-child(n)::before {
	content: none !important;
}

.accessible_on .rel-logos li img {
    filter: invert(1);
}

.accessible_on #Dr-bw,
.accessible_on .Staff-Tabs,
.accessible_on .contact-map {
    display: none;
}

.accessible_on .Anatomy-Tabs li a::after {
    content: none;
}

.accessible_on #Patient-resources-in .staff-sec,
.accessible_on #Patient-resources-in .patient-res,
.accessible_on .Anatomy-body {
    display: block;
    width: auto;
    height: auto;
}

.accessible_on #Anatomy-sec-in {
    min-height: auto;
}

.accessible_on .Anatomy-Tabs li.left-links a,
.Anatomy-Tabs li.right-links a {
    display: block;
}

.accessible_on .staff-sec-s li {
    width: 200px;
    margin: 10px auto;
}

.accessible_on .Pat-res-s ul li a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.accessible_on #Content-Main .table-div {
    direction: rtl;
}

.accessible_on #Content-Main .table-div .table-cell {
    direction: ltr;
}

.accessible_on #Patient-resources-in .patient-res ul li a span {
    height: auto;
}
.accessible_on #spl, .accessible_on #Meet-Dr, .accessible_on #Anatomy-sec, .accessible_on #Patient-resources, .accessible_on #Patient-journey, .accessible_on #Surgert-candidates-container, .accessible_on #Credibility-Conatiner, .accessible_on #Header-Container, .accessible_on .textMain .check-tool li a{
    border-bottom: 1px solid;
}
.accessible_on .loc-con span, .accessible_on .textMain .contactTable .textMainBold, .accessible_on .textMain .use-links li p , .accessible_on .textMain .use-links li .text, .accessible_on .textMain .check-tool li a, .accessible_on .textMain .links-tabs li a{
    color: inherit !important
}
.accessible_on .textMain .profile-logos-one li div, .accessible_on .textMain .profile-logos div {
	position: relative;
	bottom: 0;
}
.accessible_on .textMain .links-tabs li a{
    border: 1px solid
}
.gdpCookie, .gdp_popup{font: 400 15px/20px 'Roboto Condensed', sans-serif !important;}
/* Media Query For Different Screens */
@media screen and (max-width : 1199px) {
    .candidate-right {
        padding: 70px 0px 0 24%;
    }

    .banner-content {
        left: 55%;
    }

    .textMain .topic-more {
        padding-bottom: 20px;
    }
}

@media screen and (max-width : 1080px) {
    #Header {
        background: #000000;
    }

    .accessible_on #Header {
        background: none;
    }

    .banner-content {
        left: 50%;
        top: 55%;
    }

    #Banner-Container .banner2 {
        background-size: 85%;
        background-position: left bottom;
    }

    #Banner-Container .banner4 {
        background-size: 65%;
        background-position: left bottom;
    }

    #Banner-Container .banner3 {
        background-size: 55%;
        background-position: left bottom;
    }

    #Banner-Container-S .banner1 {
        background-size: 62%;
        background-position: left bottom;
    }

    #Banner-Container-S .banner2 {
        background-size: 67%;
        background-position: left bottom;
    }

    #Banner-Container-S .banner3 {
        background-size: 50%;
        background-position: left bottom;
    }

    #Banner-Container-S .banner4 {
        background-size: 50%;
        background-position: left bottom;
    }

    #Banner-Container-S #Banner {
        height: 480px !important;
    }

    #Header .table-div {
        position: relative;
    }

    /*
    #Banner-Container {
        margin: 50px 0 0 0;
    }
*/
    .banner-content {
        font: 300 40px/50px 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
    }

    .rel-logos li {
        margin: 10px 20px 0 0;
    }

    .candidate-left .candidate-header span,
    .candidate-right .candidate-header span {
        font: 700 35px/42px 'Roboto Condensed', sans-serif;
    }

    .textMain .topic-more .content {
        width: 65%;
    }

    .video-thumbnails li {
        width: 17%;
    }
}

@media screen and (max-width : 980px) {
    #Banner-Container-S #Banner {
        height: 400px !important;
    }

    #Meet-Dr-in .dr-pic {
        width: auto;
    }

    #Meet-Dr-in {
        background: #0a77b6;
    }

    #Meet-Dr:hover #Meet-Dr-in {
        background: none;
    }

    #Meet-Dr-in .dr-text {
        width: 430px;
    }

    #Patient-resources-in .patient-res ul li {
        font: 400 18px/20px 'Roboto Condensed', sans-serif;
    }

    .candidate-left .candidate-header span,
    .candidate-right .candidate-header span {
        font-size: 30px;
        line-height: 38px;
    }

    .candidate-left {
        padding: 70px 10% 0 40px;
    }

    .candidate-left {
        text-align: center;
    }

    .copyrights,
    .ypo-logo {
        display: block;
        text-align: center;
        margin: auto;
    }

    .copyrights {
        padding-bottom: 10px;
    }

    .ypo-logo {
        padding-bottom: 25px;
    }

    .textMain .topic-more .content {
        width: 57%;
    }
}

@media screen and (max-width : 979px) {
    #Banner-Container .banner1 {
        background-size: 70%;
        background-position: left bottom;
    }

    #Banner-Container-S .banner-more {
        display: none;
    }

    #Banner-Container .banner2 {
        background-size: 75%;
    }

    #Banner-Container .banner4 {
        background-size: 60%;
    }

    #Banner-Container .banner3 {
        background-size: 50%;
    }

    #Banner-Container-S .banner1 {
        background-size: 52%;
    }

    #Banner-Container-S .banner2 {
        background-size: 57%;
    }

    #Banner-Container-S .banner3 {
        background-size: 43%;
    }

    #Banner-Container-S .banner4 {
        background-size: 43%;
    }

    #Banner-Container-S .banner-content {
        font: 300 35px/44px 'Roboto Condensed', sans-serif;
    }

    #Patient-resources-in .patient-res ul li {
        margin: 20px 0 20px -5px;
        border-right: 1px solid #3b92c5;
        width: 150px;
    }

    #Patient-journey-in ul {
        background: none;
        text-align: center;
        width: 95%;
    }

    #Patient-journey-in ul li div {
        left: 40px !important;
        top: 140px !important;
    }

    #Patient-journey-in ul li::before {
        bottom: 96px;
        left: -3px;
    }

    #Patient-journey-in ul li:nth-child(5)::before {
        content: '05';
        right: auto;
        left: -3px;
    }

    #Patient-journey-in ul li {
        width: 150px;
        height: 152px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        left: 0px !important;
        top: 0px !important;
        margin-bottom: 90px !important;
    }

    /*.loc-point .add-box {
	display:none;
}
.loc-point:hover .loc-pic span {
	display:block;
	position:absolute;
	width:150px;
	background:#0a77b6;
	color:#fff;
	border-radius:5px;
	padding:5px 3px;
	font: 400 14px/18px 'Roboto Condensed', sans-serif;
	text-align:center;
	left:6px;
	top:-27px;
}*/
    .loc-pic {
        display: none;
    }

    .add-box {
        width: 200px;
        height: auto;
        position: absolute;
        background: #0a77b6;
        padding: 10px 10px 10px 10px;
        color: #ffffff;
        font: 300 16px/20px 'Roboto Condensed', sans-serif;
    }

    .add-box::before {
        display: none;
    }

    .add-box::after {
        display: none;
    }

    .add-box span {
        font-size: 17px;
        margin: 0px 0 10px 0;
    }

    .loc1 .add-box {
        left: -118px;
        top: 0px;
    }

    .loc2 .add-box {
        left: -52px;
        top: -79px;
    }

    .loc1 {
        left: 165px;
        top: 73px;
    }

    .addres-image {
        width: 40%;
    }

    .contact-map {
        width: 60%;
    }

    .contact-address div {
        width: 30%;
    }
}

@media screen and (max-width : 859px) {
    .menu li {
        font-size: 14px;
    }

    .menu-first-visit {
        width: 10%;
    }

    #Banner-Container .banner4 {
        background-size: 60%;
    }

    #Banner-Container .banner3 {
        background-size: 45%;
    }

    #Banner-Container .banner1 {
        background-size: 60%;
    }

    #Banner-Container-S #Banner {
        height: 400px !important;
    }

    #Banner-Container-S .banner-content {
        font: 300 30px/44px 'Roboto Condensed', sans-serif;
    }

    #Meet-Dr-in .dr-text h1 {
        margin: 10% 0 20px 0;
    }

    #Meet-Dr-in {
        min-height: 460px;
    }

    .textMain .topic-more .content {
        float: inherit;
        margin: auto;
    }

    .textMain .topic-more .content {
        width: auto;
    }

    .addres-image {
        width: 42%;
    }

    .contact-map {
        width: 58%;
    }
}

@media screen and (max-width : 767px) {
    .call-appoint .header-links ul li {
        margin: 5px 15px 5px 10px;
    }

    .menu-home {
        width: 40px;
    }

    #Banner-Container .banner4 {
        background-size: 45%;
    }

    #Banner-Container .banner3 {
        background-size: 40%;
    }

    #Banner-Container .banner2 {
        background-size: 56%;
    }

    #Banner-Container .banner1 {
        background-size: 46%;
    }

    #Banner-Container-S .banner2 {
        background-size: 64%;
    }

    #Banner-Container-S .banner-content {
        font: 300 35px/45 px 'Roboto Condensed', sans-serif;
    }

    #Banner-Container-S .banner-content {
        left: 45%;
        top: 58%;
    }

    .banner-content,
    .banner-content-S {
        right: 20%;
        left: auto;
        top: 60%;
        padding: 10px;
        width: 280px;
    }

    .banner-content {
        font: 300 25px/32px 'Roboto Condensed', sans-serif;
    }

    .Anatomy-Tabs li.tab1 {
        top: 190px;
        right: -34%;
    }

    .Anatomy-Tabs li.tab1 a::after {
        left: -158px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab1::before {
        width: 114px;
        left: -114px;
        top: 15px;
    }

    .Anatomy-Tabs li.tab2 {
        top: 230px;
        left: -41%;
    }

    .Anatomy-Tabs li.tab2 a::after {
        right: -82px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab2::before {
        width: 36px;
        right: -36px;
        top: 15px;
    }

    .Anatomy-Tabs li.tab3 {
        top: 230px;
        right: -34%;
    }

    .Anatomy-Tabs li.tab3 a::after {
        left: -88px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab3::before {
        width: 44px;
        left: -44px;
        top: 15px;
    }

    .Anatomy-Tabs li.tab4 {
        top: 270px;
        left: -41%;
    }

    .Anatomy-Tabs li.tab4 a::after {
        right: -149px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab4::before {
        width: 106px;
        right: -106px;
        top: 15px;
    }

    .Anatomy-Tabs li.tab5 {
        top: 321px;
        left: -41%;
    }

    .Anatomy-Tabs li.tab5 a::after {
        right: -49px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab5::before {
        width: 4px;
        right: -4px;
        top: 15px;
    }

    .Anatomy-Tabs li.tab6 {
        top: 321px;
        right: -34%;
    }

    .Anatomy-Tabs li.tab6 a::after {
        left: -60px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab6::before {
        width: 15px;
        left: -15px;
        top: 15px;
    }

    .Anatomy-Tabs li.tab7 {
        top: 350px;
        right: -34%;
    }

    .Anatomy-Tabs li.tab7 a::after {
        left: -147px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab7::before {
        width: 103px;
        left: -103px;
        top: 15px;
    }

    .Anatomy-Tabs li.tab8 {
        top: 430px;
        left: -41%;
    }

    .Anatomy-Tabs li.tab8 a::after {
        right: -126px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab8::before {
        width: 84px;
        right: -84px;
        top: 15px;
    }

    .Anatomy-Tabs li.tab9 {
        top: 430px;
        right: -34%;
    }

    .Anatomy-Tabs li.tab9 a::after {
        left: -90px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab9::before {
        width: 46px;
        left: -46px;
        top: 15px;
    }

    .Anatomy-Tabs li.tab10 {
        top: 575px;
        left: -41%;
    }

    .Anatomy-Tabs li.tab10 a::after {
        right: -89px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab10::before {
        width: 46px;
        right: -46px;
        top: 15px;
    }

    .Anatomy-Tabs li.tab11 {
        top: 575px;
        right: -34%;
    }

    .Anatomy-Tabs li.tab11 a::after {
        left: -94px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab11::before {
        width: 50px;
        left: -50px;
        top: 15px;
    }

    #Meet-Dr-in .your-care {
        bottom: -18%;
    }

    #Meet-Dr-in .dr-pic {
        width: 40%;
    }

    #Meet-Dr-in .dr-text {
        width: auto;
        padding-bottom: 25px;
    }

    #Meet-Dr-in .dr-text p {
        width: 90%;
    }

    .candidate-left {
        padding: 70px 10% 0 1%;
    }

    .candidate-left .candidate-header span,
    .candidate-right .candidate-header span {
        font-size: 20px;
        line-height: 26px;
    }

    .candidate-right {
        padding: 70px 0px 0 23%;
    }

    .candidate-left .candidate-header a,
    .candidate-right .candidate-header a {
        font-size: 18px;
    }

    .addres-image {
        width: 50%;
    }

    .contact-map {
        width: 50%;
    }

    .contact-address {
        padding: 0px 0px 15px 10px;
    }

    .video-thumbnails li {
        width: 20%;
    }
}

@media screen and (max-width : 639px) {
    header.sticky {
        position: inherit;
        top: 0px;
    }

    header {
        position: inherit;
    }

    .logo,
    .call-appoint {
        display: block;
        text-align: center;
        width: 100%;
    }

    .logo img {
        width: 86%;
    }

    .call-appoint .header-links {
        text-align: center;
        margin: 10px 5px 10px 5px;
    }

    #Header {
        position: inherit;
    }

    #Banner-Container #Banner {
        height: 200px !important;
    }

    .banner-content,
    .banner-content-S {
        top: 20%;
    }

    #Banner-Container-S #Banner {
        display: none;
    }

    #Meet-Dr-in .table-div {
        display: block;
    }

    #Meet-Dr-in .dr-pic {
        display: block;
        width: 320px;
        margin: 0px auto;
    }

    #Meet-Dr-in .dr-text {
        display: block;
        width: 100%;
    }

    #Meet-Dr-in .dr-text div {
        width: 100%;
    }

    #Meet-Dr-in .dr-text h1 {
        margin: 50px 0 20px 0;
    }

    #Meet-Dr-in .your-care {
        position: inherit;
        margin: auto;
    }

    .rel-logos {
        margin: 30px 0 0px 0;
        padding-bottom: 30px;
    }

    .addres-image,
    .contact-map {
        float: inherit;
        width: auto;
        margin: auto;
    }

    .contact-address div {
        display: block;
    }

    .addres-image {
        text-align: center;
    }

    .content-img {
        float: inherit;
        margin: auto;
        text-align: center;
        display: block;
        text-align: center
    }

    .video-thumbnails li {
        width: 22%;
    }
}

@media screen and (max-width : 600px) {
    #Banner-Container .banner2 {
        background-size: 70%;
    }

    #Banner-Container .banner1 {
        background-size: 62%;
    }

    #Patient-resources-in .table-div {
        display: block;
    }

    #Patient-resources-in .table-div .table-cell {
        display: block;
        margin: 0px auto;
    }

    .Anatomy-Tabs li.right-links,
    .Anatomy-Tabs li.right-links:hover,
    .Anatomy-Tabs li.left-links,
    .Anatomy-Tabs li.left-links:hover {
        background: none;
    }

    .Anatomy-Tabs li::before {
        display: none;
    }

    /*
    .Anatomy-Tabs li a {
        font-size: 0px;
    }
*/
    .accessible_on .Anatomy-Tabs li a {
        font-size: 18px;
    }

    #Meet-Dr-in .dr-text div {
        text-align: center;
    }

    .surgery-candiates-tc1,
    .surgery-candiates-tc2 {
        display: block;
        width: 90%;
        margin: 20px auto;
    }

    .knee-joint {
        display: none;
    }

    .candidate-left .candidate-header span,
    .candidate-right .candidate-header span {
        font-size: 25px;
        line-height: 31px;
    }

    .candidate-right {
        padding: 70px 2% 0 2%;
    }

    .candidate-right .candidate-header {
        margin: auto;
    }

    .video-thumbnails li {
        width: 29%;
    }

    .Anatomy-Tabs li a {
        width: 47px;
        height: 47px;
        padding: 0px !important;
        position: absolute;
    }
    .accessible_on .Anatomy-Tabs li a{
        position: inherit;
        width: auto;
        height: auto;
        
    }
    .Anatomy-Tabs li a span {
        display: none;
    }
    .accessible_on .Anatomy-Tabs li a span{
        display: block;
    }
    
    .Anatomy-Tabs li a:hover span, .Anatomy-Tabs li.Anatomy_here a span {
        display: inline-block;
        padding: 3px 10px;
        background: #0a77b6;
        border-radius: 5px;
        color: #ffffff;
        top: -29px;
        position: relative;
        text-align: center;
    }
    .accessible_on .Anatomy-Tabs li a:hover span{
       top: inherit;
        background: none;
        
        
    }

    .Anatomy-Tabs li.tab1 a {
        left: -158px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab1 a::after {
        left: 0px;
        top: 0px;
    }

    .Anatomy-Tabs li.tab1 a span {
        width: 60px;
        left: -5px;
    }

    .Anatomy-Tabs li.tab2 a {
        right: -82px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab2 a::after {
        right: 0px;
        top: 0px;
    }

    .Anatomy-Tabs li.tab2 a span {
        width: 120px;
        left: -40px;
    }

    .Anatomy-Tabs li.tab3 a {
        left: -88px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab3 a::after {
        left: 0px;
        top: 0px;
    }

    .Anatomy-Tabs li.tab3 a span {
        width: 130px;
        left: -40px;
    }

    .Anatomy-Tabs li.tab4 a {
        right: -149px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab4 a::after {
        right: 0px;
        top: 0px;
    }

    .Anatomy-Tabs li.tab4 a span {
        width: 130px;
        left: -40px;
    }

    .Anatomy-Tabs li.tab5 a {
        right: -49px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab5 a::after {
        right: 0px;
        top: 0px;
    }

    .Anatomy-Tabs li.tab5 a span {
        width: 90px;
        left: -20px;
    }

    .Anatomy-Tabs li.tab6 a {
        left: -60px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab6 a::after {
        left: 0;
        top: 0px;
    }

    .Anatomy-Tabs li.tab6 a span {
        width: 95px;
        left: -25px;
    }

    .Anatomy-Tabs li.tab7 a {
        left: -147px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab7 a::after {
        left: 0;
        top: 0;
    }

    .Anatomy-Tabs li.tab7 a span {
        width: 105px;
        left: -30px;
    }

    .Anatomy-Tabs li.tab8 a {
        right: -126px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab8 a::after {
        right: 0px;
        top: 0px;
    }

    .Anatomy-Tabs li.tab8 a span {
        width: 78px;
        left: -17px;
    }

    .Anatomy-Tabs li.tab9 a {
        left: -90px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab9 a::after {
        left: 0;
        top: 0;
    }

    .Anatomy-Tabs li.tab9 a span {
        width: 93px;
        left: -24px;
    }

    .Anatomy-Tabs li.tab10 a {
        right: -89px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab10 a::after {
        right: 0px;
        top: 0px;
    }

    .Anatomy-Tabs li.tab10 a span {
        width: 81px;
        left: -15px;
    }

    .Anatomy-Tabs li.tab11 a {
        left: -94px;
        top: -11px;
    }

    .Anatomy-Tabs li.tab11 a::after {
        left: 0;
        top: 0;
    }

    .Anatomy-Tabs li.tab11 a span {
        width: 90px;
        left: -19px;
    }

    .Anatomy-Tabs li.Anatomy_here a:after {
        background: url(../images/sprite.png) no-repeat left -161px;
    }

    .Anatomy-Tabs li.Anatomy_here a span {
        display: block;
    }
}

@media screen and (max-width : 480px) {

    .banner-content,
    .banner-content-S {
        top: 14%;
        right: 5%;
        width: 200px;
    }

    #Banner-Container .banner1 {
        background-size: 64%;
    }

    .banner-content {
        font: 300 20px/28px 'Roboto Condensed', sans-serif;
    }

    .banner-more {
        display: none;
    }

    #Banner-Container #Banner {
        height: 150px !important;
    }

    .Banner_auto,
    .Banner_nav {
        display: block;
    }

    .Banner-Tabs {
        display: none;
    }

    #Meet-Dr-in .dr-text h1 {
        font: 600 30px/35px 'Roboto Condensed', sans-serif;
    }

    .rel-logos li {
        width: 45%;
        margin: 0px;
    }

    .rel-logos li:last-child {
        margin: 0px 0px 0 20px;
    }

    #Dr-bw {
        display: none;
    }

    .contact-address,
    .contact-map {
        display: block;
        width: auto;
    }

    .contact-map {
        min-height: 300px;
    }

    .profile-p .textMain .profile-dr-pic {
        float: inherit;
        width: 80%;
        margin: auto;
    }

    .profile-p .textMain h1 {
        margin: 10px auto;
        text-align: center;
    }

    .profile-p .navigation {
        padding: 20px 20px;
    }

    .textMain .schemaTable .profile-address li {
        padding-left: 0px;
        min-width: 290px;
        background: #0a77b6;
    }

    .textMain .schemaTable p.textMainBold {
        font-size: 19px;
        line-height: 25px;
    }

    .textMain .topic-more .topic-pic {
        float: inherit;
        margin: auto;
    }

    .video-thumbnails li {
        width: 43%;
    }
    #spl-in p {
        text-align: left;
        padding: 0 10px;
    }
}

@media screen and (max-width : 360px) {
    #Banner-Container .banner1 {
        background-size: 77%;
    }
}
