/* ------------------------------ Fonts CSS ------------------------------ */
@font-face {
  font-family: 'PalatinoLinotype-Roman';
  src: url('/fonts/PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'), 
  url('/fonts/PalatinoLinotype-Roman.woff') format('woff'), 
  url('/fonts/PalatinoLinotype-Roman.ttf')  format('truetype'), 
  url('/fonts/PalatinoLinotype-Roman.svg#PalatinoLinotype-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PalatinoLinotype-Italic';
  src: url('/fonts/PalatinoLinotype-Italic.eot?#iefix') format('embedded-opentype'), 
  url('/fonts/PalatinoLinotype-Italic.woff') format('woff'), 
  url('/fonts/PalatinoLinotype-Italic.ttf')  format('truetype'), 
  url('/fonts/PalatinoLinotype-Italic.svg#PalatinoLinotype-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PalatinoLinotype-BoldItalic';
  src: url('/fonts/PalatinoLinotype-BoldItalic.eot?#iefix') format('embedded-opentype'), 
  url('/fonts/PalatinoLinotype-BoldItalic.woff') format('woff'), 
  url('/fonts/PalatinoLinotype-BoldItalic.ttf')  format('truetype'), 
  url('/fonts/PalatinoLinotype-BoldItalic.svg#PalatinoLinotype-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PalatinoLinotype-Bold';
  src: url('/fonts/PalatinoLinotype-Bold.eot?#iefix') format('embedded-opentype'), 
  url('/fonts/PalatinoLinotype-Bold.woff') format('woff'), 
  url('/fonts/PalatinoLinotype-Bold.ttf')  format('truetype'), 
  url('/fonts/PalatinoLinotype-Bold.svg#PalatinoLinotype-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'goudy_trajan_regularregular';
    src: url('/fonts/GoudyTrajan-Regular-trial-webfont.eot');
    src: url('/fonts/GoudyTrajan-Regular-trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/GoudyTrajan-Regular-trial-webfont.woff2') format('woff2'),
         url('/fonts/GoudyTrajan-Regular-trial-webfont.woff') format('woff'),
         url('/fonts/GoudyTrajan-Regular-trial-webfont.ttf') format('truetype'),
         url('/fonts/GoudyTrajan-Regular-trial-webfont.svg#goudy_trajan_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('/fonts/OpenSans-LightItalic-webfont.eot');
    src: url('/fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-LightItalic-webfont.woff2') format('woff2'),
         url('/fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('/fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ------------------------------ Fonts CSS ------------------------------ */

/* ------------------------------ Mobile Menu CSS ------------------------------ */
#dc_jqaccordion_widget-2-item {
  font: bold 14px Arial, sans-serif;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  border-left: 1px solid #111;
}
#dc_jqaccordion_widget-2-item ul, #dc_jqaccordion_widget-2-item ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  width: 100%;
}
#dc_jqaccordion_widget-2-item ul a {
  padding: 10px 10px 10px 50px;
  background: #13a05b !important;
  text-decoration: none;
  display: block;
  color: #fff;
  border-bottom: 1px solid #373636;
  position: relative;
  width: 100% !important;
}
#dc_jqaccordion_widget-2-item ul ul a {
  background: #13a05b;
}
#dc_jqaccordion_widget-2-item ul a.dcjq-parent, #dc_jqaccordion_widget-2-item ul a.dcjq-parent:hover {
  background: #373636 !important;
}
#dc_jqaccordion_widget-2-item ul a .dcjq-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 34px;
  margin-top: -17px;
  height: 34px;
  background: url(/images/arrow_black_right.png) no-repeat 0 center;
}
#dc_jqaccordion_widget-2-item ul a.dcjq-parent.active .dcjq-icon {
  background: url(/images/arrow_black_down.png) no-repeat 0 center;
}
#dc_jqaccordion_widget-2-item ul a:hover, #dc_jqaccordion_widget-2-item ul .current_page_item>a, #dc_jqaccordion_widget-2-item>ul .current_page_item>a {
  background: #373636 !important;
  color: #fff;
}
#dc_jqaccordion_widget-2-item ul .current-menu-ancestor>a, #dc_jqaccordion_widget-2-item>ul .current-menu-ancestor>a {
  background: #373636 !important;
}
/* ------------------------------ Mobile Menu CSS ------------------------------ */

/* BacktoTop */
#toTop {
  position: fixed;
  width: 120px;
  right: 0px;
  bottom: 300px;
  background: #373636;
  font: normal 12px/30px Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  display: none;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  -o-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
/* BacktoTop */

/* ------------------------------ Global CSS ------------------------------ */

body {
  margin: 0px;
  padding: 0px;
  overflow-y: scroll;
  *overflow-y: none;
}
img {
  border: 0px;
  max-width: 100%;
  vertical-align: middle;
}
p, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
  padding: 0px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
a, a:hover {
  text-decoration: none;
}
/* ------------------------------ General CSS ------------------------------ */

.hr {
  height: 10px;
  background: url(/images/hr.gif) repeat-x left center;
  clear: both;
}
.clear-float {
  clear: both;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.videoBorder {
  border: 4px solid #333;
  width: 90%;
  position: relative;
  margin: 15px auto;
  padding: 50% 0px 0px 0px;
}
.multiBorder {
  width: 90%;
  position: relative;
  margin: 10px auto;
  padding: 100% 0px 0px 0px;
  overflow: hidden;
  height: 300px;
}
.videoBorder iframe, .videoBorder embed, .multiBorder iframe, .multiBorder embed {
  top: 0px;
  position: absolute;
  width: 100.1%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px !important;
}
/* ------------------------------ Slider CSS ------------------------------ */

.rslides {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.rslides li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
}
#Interactivity {
  position: relative;
}
.intra-div {
  width: 100%;
  height: 100%;
}
/* ------------------------------ Scrolling Styles ------------------------------ */

#flexiselDemo1 {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: none;
  overflow: hidden !important;
}
.nbs-flexisel-container {
  margin: 0px;
  padding: 0px;
  position: relative;
  max-width: 100%;
  overflow: hidden !important;
}
.nbs-flexisel-ul {
  width: 9999px;
  *width: 9999px;
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden !important;
}
.nbs-flexisel-inner {
  width: 90%;
  max-width: 90%;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden !important;
}
.nbs-flexisel-item {
  margin: 0px;
  padding: 0px;
  float: left;
  overflow: hidden !important;
  vertical-align: middle;
}
.nbs-flexisel-item img {
  vertical-align: middle;
}
.nbs-flexisel-item a, .nbs-flexisel-item a:hover {
  text-decoration: none;
}
/*----- Navigation -----*/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width: 30px;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  top: 0px;
}
.nbs-flexisel-nav-left {
  left: 3px;
}
.nbs-flexisel-nav-right {
  right: 3px;
}
/* ------------------------------ Main CSS ------------------------------ */

#Container, #Header-Container, #Intra-Meet-Container, #Intra-Container, #Meet-Container, #Stem-Spine-Ultra-Container, #Multimedia-Education-Container, #Location-Patient-Form-Container, #Credibilty-Container, #Footer-Container, #Content-Container {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
#Header, #Menu, #Interactivity, #Meet, #Stem-Spine-Ultra, #Multimedia-Education, #Location-Patient-Form, #Credibilty, #Footer, #Content-Main {
  max-width: 960px;
  min-width: 320px;
  margin: 0px auto;
}
/* ------------------------------ Header CSS ------------------------------ */

#Header {
  min-height: 128px;
}
.logo {
  float: left;
  margin: 15px 0px 0px 5px;
  width: 53%;
}
.appoint-phone {
  width: 45%;
  float: right;
  padding: 30px 5px 0px 0px;
}
.phone {
  width: 100%;
  font: normal 25px/30px 'PalatinoLinotype-Roman';
  color: #000000;
  text-align: right;
  padding: 0px 0px 5px 0px;
}
.phone a {
  color: #000000;
}
.appoint-social {
  width: 100%;
  padding: 8px 0px 0px 0px;
  background: url(/images/call-bdr.png) no-repeat right top;
}
.appoint {
  float: right;
  font: normal 14px/22px 'PalatinoLinotype-BoldItalic';
  width: 211px;
  text-align: right;
}
.appoint a {
  display: block;
  color: #0969ba;
  padding: 0px 22px 0px 0px;
  background: url(/images/appoint-arrow.png) no-repeat right center;
}
.social-h {
  width: 162px;
  float: right;
  padding: 0px 0px 0px 0px;
}
.social-h li {
  float: left;
  margin: 0px 5px 0px 0px;
}
.social-h a {
  width: 22px;
  height: 22px;
  display: block;
  background: url("/images/orthopedic-spine-institute-sprite.png") no-repeat;
  text-indent: 9999px;
}
.social-h a:hover {
  opacity: 0.7;
}
.linkedin-h a {
  background-position: left -0px !important;
}
.twitter-h a {
  background-position: left -50px !important;
}
.googleplus-h a {
  background-position: left -100px !important;
}
.facebook-h a {
  background-position: left -150px !important;
}
.Youtube-h a {
  background-position: left -191px !important;
}
.instagram-h a {
  background-position: left -1448px !important;
}
/* ------------------------------ Menu CSS ------------------------------ */

#Menu {
  height: 41px;
  background: url(/images/menu-bg.png) repeat-x left top;
  position: relative;
}
.meet-doctor-heading {
  position: absolute;
  height: 58px;
  width: 30%;
  background: url(/images/meet-heading-bg.png) repeat-x left bottom;
  background-size: 100% 100%;
  bottom: 0px;
  left: 0;
  z-index: 300;
  font: normal 22px/58px 'goudy_trajan_regularregular';
  text-transform: uppercase;
  color: #8f9092;
}
.meet-doctor-heading a {
  color: #8f9092;
  padding: 0px 0px 0px 5%;
}
.main-menu {
  width: 72%;
  float: right;
}
#access {
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
  background: url(/images/menu-bdr.png) no-repeat left center;
  width: 100%;
  z-index: 200;
}
#access ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#access li {
  background: url(/images/menu-bdr.png) no-repeat right top;
  float: left;
  position: relative;
  padding: 0px;
  text-align: center;
  font: normal 15px/41px 'PalatinoLinotype-Roman';
  height: 41px;
}
#access a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
#access a:hover {
  color: #ffffff;
  text-decoration: none;
  background: url(/images/menu-hover.png) no-repeat;
  background-size: 100% 100%;
  height: 41px;
}
.menu-width1 {
  width: 9%;
}
.menu-width2 {
  width: 11%;
}
.menu-width3 {
  width: 16%;
}
.menu-width4 {
  width: 16%;
}
.menu-width5 {
  width: 19%;
}
.menu-width3 ul a {
  width: 290px;
}
.menu-width4 ul a {
  width: 230px;
}
.menu-width5 ul a {
  width: 170px;
}
.menu-width6 ul a {
  width: 120px;
}
#access ul ul {
  display: none;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  z-index: 999;
}
#access ul ul ul {
  left: 100%;
  top: 0px;
  margin: 0px;
  z-index: 999;
}
#access ul ul a {
  font: normal 14px/41px 'PalatinoLinotype-Roman';
  color: #ffffff;
  margin: 0px;
  padding: 0px 5px 0px 30px;
  z-index: 999;
  text-align: left;
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat 10px -942px #1e1e1e;
}
#access ul ul a:hover {
  color: #ffffff;
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat 10px -942px #13a05b;
}
#access ul ul li {
  height: auto;
  border-bottom: 1px solid #333;
}
#access ul li:hover>ul {
  display: block;
}
.ypomainmenu li a:hover, .ypomainmenu li:hover>a, .ypomainmenu>li:hover>a {
  color: #ffffff !important;
  background: url(/images/menu-hover.png) no-repeat;
  background-size: 100% 100%;
}
.ypomainmenu ul li a:hover, .ypomainmenu ul li:hover>a, .ypomainmenu ul>li:hover>a, .ypomainmenu>ul>li:hover>a {
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat 10px -942px #13a05b !important;
  color: #ffffff !important;
}
#Mobile-Menu {
  display: none;
}
/* ------------------------------ Interactivity CSS ------------------------------ */

#Intra-Meet-Container {
  background: url(/images/intra-meet-bg.jpg) repeat-x left top;
  overflow: visible;
}
#Intra-Container #Interactivity, #Intra-Container .rslides {
  height: 359px;
}
#Intra-Container #Interactivity {
  position: relative;
}
#Intra-Container .intra-main {
  padding: 15% 0px 0px 40%;
  width: 320px;
}
#Intra-Container-S .intra-main {
  float: right;
  padding: 10% 0px 0px 0px;
  width: 280px;
}
.intra-text {
  font: normal 25px/25px 'goudy_trajan_regularregular';
  color: #000000;
}
.intra-text a {
  color: #000000;
}
.intra-text span {
  font: normal 14px/12px 'open_sanslight_italic';
  color: #ffffff;
}
.intra-tabs {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  background: url(/images/banner-service.png) no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  height: 100%;
  *height: 104%;
  width: 32%;
  overflow: hidden;
  font: normal 16px/45px 'PalatinoLinotype-Roman';
}
.intra-tabs ul {
  margin: 15% 0px 0px 0px;
}
.intra-tabs li {
  background: url(/images/intra-tabs-bdr.png) no-repeat right bottom;
  background-size: 86% auto;
  text-align: center;
  width: 99.5%
}
.res-intratabs {
  font: normal 1.6vw/4.5vw 'PalatinoLinotype-Roman';
}
.intra-tabs a {
  color: #e2e2e2;
  display: block;
}
.intra-tabs a:hover, #Slider1-Tabs a:hover, .Banner_here a {
  background: url(/images/intra-tabs-hover.png) no-repeat right center;
  background-size: 100% auto;
}
#Intra-Container .banner0 {
  background: url(/images/banner-back.jpg) no-repeat left top;
  background-size: 100% 100%;
}
#Intra-Container .banner1 {
  background: url(/images/banner-knee.jpg) no-repeat left top;
  background-size: 100% 100%;
}
#Intra-Container .banner2 {
  background: url(/images/banner-prp.jpg) no-repeat left top;
  background-size: 100% 100%;
}
#Intra-Container .banner3 {
  background: url(/images/banner-shoulder.jpg) no-repeat left top;
  background-size: 100% 100%;
}
#Intra-Container .banner4 {
  background: url(/images/banner-stem-cell.jpg) no-repeat left top;
  background-size: 100% 100%;
}
#Intra-Container .banner5 {
  background: url(/images/banner-knee-rip.jpg) no-repeat left top;
  background-size: 100% 100%;
}
#Intra-Container .banner6 {
  background: url(/images/banner-workers.jpg) no-repeat left top;
  background-size: 100% 100%;
}
#Intra-Container-S #Interactivity, #Intra-Container-S .rslides {
  height: 228px;
}
#Intra-Container-S #Banner0 {
  background: url(/images/banner-back-s.jpg) no-repeat center top;
}
#Intra-Container-S #Banner1 {
  background: url(/images/banner-knee-s.jpg) no-repeat center top;
}
#Intra-Container-S #Banner2 {
  background: url(/images/banner-prp-s.jpg) no-repeat center top;
}
#Intra-Container-S #Banner3 {
  background: url(/images/banner-shoulder-s.jpg) no-repeat center top;
}
#Intra-Container-S #Banner4 {
  background: url(/images/banner-stem-cell-s.jpg) no-repeat center top;
}
#Intra-Container-S #Banner5 {
  background: url(/images/banner-knee-rip-s.jpg) no-repeat center top;
}
#Intra-Container-S #Banner6 {
  background: url(/images/banner-workers-s.jpg) no-repeat center top;
}
/*----------------Intra Doctor Container Css------------------*/

.meet-doctor-s {
  width: 398px;
  padding: 10% 0px 0px 0px;
  position: absolute;
  left: 0px;
  bottom: 10px;
  z-index: 90;
}
.meet-doctor-image-s {
  float: left;
  width: 47%;
}
.meet-doctor-details-s {
  float: left;
  width: 47%;
}
.meet-doctor-head-s {
  color: #fefefe;
  font: normal 25px/16px 'PalatinoLinotype-Bold';
  padding: 20px 0px 0px 0px;
}
.meet-doctor-text-s {
  color: #fefefe;
  width: 100%;
  padding: 10px 0px 0px 0px;
}
.meet-doctor-text-s li {
  font: normal 13px/13px 'PalatinoLinotype-Roman';
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat left -232px;
  padding: 0px 0px 0px 10%;
}
.meet-doctor-more-s {
  float: left;
  font: normal 13px/24px 'PalatinoLinotype-BoldItalic';
  width: 74%;
}
.meet-doctor-more-s a {
  color: #d1cfcf;
  float: right;
  margin: 10px 5% 0px 0px;
  background: #4a4c4f;
  border-radius: 5px;
  padding: 0px 15px 0px 15px
}
.meet-doctor-more-s a:hover {
  text-decoration: none;
  background: #13a05b;
}
/*-----------------Meet Css--------------------*/

#Meet {
  min-height: 228px;
  background: url(/images/meet-doctor-bg.jpg) no-repeat left top #63666B;
}
.meet-doctor {
  width: 45%;
  float: left;
  padding: 40px 0px 0px 10px;
  background: url(/images/doctor-arrow.png) no-repeat;
  background-position: 30% top;
}
.meet-doctor-image {
  float: left;
  margin: 0px 7% 0px 7%;
  width: 30%;
}
.meet-doctor-details {
  float: left;
  width: 55%;
}
.meet-doctor-head {
  color: #fefefe;
  font: normal 25px/20px 'PalatinoLinotype-Bold';
}
.meet-doctor-text {
  color: #fefefe;
  width: 100%;
  padding: 8px 0px 0px 0px;
}
.meet-doctor-text li {
  font: normal 14px/21px 'PalatinoLinotype-Roman';
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat left -232px;
  padding: 0px 0px 0px 10%;
}
.meet-doctor-more {
  float: left;
  font: normal 13px/28px 'PalatinoLinotype-BoldItalic';
}
.meet-doctor-more a {
  color: #d1cfcf;
  float: right;
  margin: 10px 5% 0px 0px;
  background: #4a4c4f;
  border-radius: 5px;
  width: 120px;
  text-align: center;
}
.meet-doctor-more a:hover {
  text-decoration: none;
  background: #13A05B;
}
.Surgery-videos {
  width: 50%;
  float: left;
  margin: 30px 0px 0px 0px;
}
.Surgery-edu-videos {
  float: left;
  width: 44%;
  margin: 0px 0px 0px 6%;
  box-shadow: 0 24px 24px -20px #000;
}
.Surgery-edu-videos li {
  width: 100%;
}
.Surgery-videos-head {
  font: normal 17px/31px 'PalatinoLinotype-Roman';
  background: #1e1e1e;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
.Surgery-videos-head a {
  color: #ffffff;
  display: block;
}
.Surgery-videos-head span {
  color: #699cdf;
}
.knee-videos-link {
  background: url(/images/knee-surgery-vedio.jpg) no-repeat;
  background-size: 100% 100%;
  height: 124px;
}
.confor-videos-link {
  background: url(/images/confor-surgery-vedio.jpg) no-repeat;
  background-size: 100% 100%;
  height: 124px;
}
.knee-videos-link a, .confor-videos-link a {
  display: block;
  width: 100%;
  height: 100%;
}
/*---------------#Stem Cell Spine UltraSound Css----------------*/

#Stem-Spine-Ultra-Container {
  background: #9bb0c6;
}
#Stem-Spine-Ultra {
  min-height: 232px;
  background: url(/images/stem-spine-ultra-bg.jpg) no-repeat top center;
}
.stem-cell, .spine-ultra {
  float: left;
}
.stem-cell {
  width: 60%;
}
.stem-therapy {
  float: left;
  width: 52%;
}
.stem-therapy-head {
  font: normal 25px/29px 'PalatinoLinotype-Bold';
  color: #000000;
  padding: 30px 0px 0px 0px;
}
.stem-therapy-head a {
  color: #000000;
}
.stem-therapy-text {
  font: normal 14px/18px 'PalatinoLinotype-Roman';
  color: #000000;
  padding: 10px 0px 0px 0px;
}
.stem-therapy-more a {
  color: #ffffff;
  background: #16428b;
  width: 115px;
  float: right;
  font: normal 13px/13px 'PalatinoLinotype-BoldItalic';
  border-radius: 5px;
  display: block;
  text-align: center;
  margin: 8px 0px 0px 0px;
  padding: 5px 0px 7px 0px;
}
.stem-therapy-more a:hover {
  background: #13a05b;
}
.stem-injections {
  float: right;
  width: 40%;
  margin: 28px 0px 0px 0px;
  -webkit-box-shadow: 0px 10px 8px -6px #6d7c8c;
  -moz-box-shadow: 0px 10px 8px -6px #6d7c8c;
  box-shadow: 0px 10px 8px -6px #6d7c8c;
}
.stem-injections li {
  width: 100%;
}
.stem-injections-head {
  font: normal 17px/40px 'PalatinoLinotype-Roman';
  background: #1e1e1e;
  text-align: center;
}
.stem-injections a {
  color: #ffffff;
  display: block;
}
.stem-injections-link {
  background: url(/images/stem-cell-vedio.jpg) no-repeat;
  background-size: 100% 100%;
  height: 109px;
  border-radius: 0px 0px 10px 10px;
}
.spine-ultra {
  width: 40%;
}
.spine-ultra-list {
  width: 90%;
  float: right;
  padding: 10px 0px 0px 0px;
}
.spine-ultra-list li {
  margin: 16px 0px 0px 0px;
  background: url(/images/spine-ultra-li-bg.png) repeat-x left top;
  font: normal 20px/20px 'PalatinoLinotype-Roman';
  border-radius: 30px;
}
.spine-ultra-list a {
  color: #ffffff;
  display: block;
  padding: 13px 0px 12px 25%;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 8px -6px #6d7c8c;
  -moz-box-shadow: 0px 10px 8px -6px #6d7c8c;
  box-shadow: 0px 10px 8px -6px #6d7c8c;
}
.spine-ultra-list span {
  font: normal 16px/18px 'PalatinoLinotype-Roman';
  color: #7cb3eb;
}
.spine-procedures a {
  background: url(/images/spine-procedures-icon.png) no-repeat left top;
}
.ultrasound a {
  background: url(/images/ultrasound-icon.png) no-repeat left top;
}
.ultrasound span {
  font: normal 20px/20px 'PalatinoLinotype-Roman'
}
/*--------------Multimedia Education Css------------------*/

#Multimedia-Education-Container {
  background: #d1d1d1;
}
#Multimedia-Education {
  /*min-height: 198px;*/
  background: url(/images/multimedia-education-bg.jpg) no-repeat left top;
}
.multimedia-patient-edu {
  width: 50%;
  float: left;
}
.patient-education {
  float: left;
  background: url(/images/patient-edu-bg.png) no-repeat left top;
  background-size: 100% 100%;
  height: 198px;
  width: 37%;
  padding: 0px 0px 0px 3%;
}
.patient-education-head {
  font: normal 17px/21px 'PalatinoLinotype-Roman';
  padding: 8px 0px 3px 0px;
  background: url(/images/multimedia-education-bdr.png) no-repeat left bottom;
}
.patient-education-head a {
  color: #fffefe;
}
.patient-education-head span {
  font: normal 24px/12px 'PalatinoLinotype-Bold';
  color: #000000;
}
.patient-education-text {
  font: normal 14px/17px 'PalatinoLinotype-Roman';
  color: #fffefe;
  width: 95px;
  padding: 8px 0px 0px 0px;
}
.anatomy-intra {
  float: left;
  position: relative;
  width: 185px;
  min-height: 198px;
  margin: 0px 0px 0px 5%;
}
.anatomy-intra-0, .anatomy-intra-1, .anatomy-intra-2, .anatomy-intra-3 {
  background: url(/images/body-image.png) no-repeat 40px center;
  width: 185px;
  min-height: 198px;
}
.anatomy-intra li {
  font: normal 14px/20px 'PalatinoLinotype-Roman';
  width: 100%;
}
.anatomy-intra a {
  color: #edf1f4;
  position: absolute;
  z-index: 200 !important;
}
.anatomy-intra span {
  background: #000000;
  padding: 0px 15px;
  border-radius: 5px;
}
.anatomy-intra span {
  background: #000000;
  padding: 0px 15px;
  border-radius: 5px;
}
a.shoulder {
  background: url(/images/body-tab-circle.png) no-repeat left center;
  padding: 0px 0px 0px 20px;
  right: -25px;
  top: 19px;
}
a.shoulder span {
  padding: 0px 10px;
}
a.spine {
  background: url(/images/body-tab-circle.png) no-repeat left center;
  padding: 0px 0px 0px 20px;
  right: -6px;
  top: 72px;
}
a.hip, a.knee {
  background: url(/images/body-tab-circle.png) no-repeat right center;
  padding: 0px 20px 0px 0px;
}
a.hip {
  left: 15px;
  bottom: 42%
}
a.knee {
  left: 1px;
  bottom: 28%;
}
a.shoulder:hover, #Slider1-Tabs a.shoulder:hover, .Service_here a.shoulder {
  background: url(/images/shoulder-tab-hover.png) no-repeat;
  padding: 15px 0px 22px 26%;
  right: -25px;
  top: 4px;
}
a.spine:hover, #Slider1-Tabs a.spine:hover, .Service_here a.spine {
  background: url(/images/spine-tab-hover.png) no-repeat;
  padding: 18px 0px 20px 26%;
  right: -6px;
  top: 54px;
}
a.hip:hover, #Slider1-Tabs a.hip:hover, .Service_here a.hip {
  background: url(/images/hip-tab-hover.png) no-repeat;
  padding: 18px 36% 22px 0px;
  left: 15px;
  bottom: 31%
}
a.knee:hover, #Slider1-Tabs a.knee:hover, .Service_here a.knee {
  background: url(/images/knee-tab-hover.png) no-repeat;
  padding: 18px 36% 22px 0px;
  left: 2px;
  bottom: 16%;
}
.anatomy-intra a:hover span, #Slider1-Tabs a:hover span, .Service_here a span {
  background: none;
}
.patient-videos {
  width: 50%;
 /* float: right;*/
  margin: 25px 0px 0px 0px;
}
.patient-edu-videos, .invasive-surgery {
  float: left;
  width: 50%;
}
.patient-edu-videos li {
  width: 100%;
}
.patient-videos-head {
  font: normal 20px/36px 'PalatinoLinotype-Bold';
  text-align: center;
}
.patient-videos-head a {
  color: #16428b;
  display: block;
}
.patient-videos-link {
  background: url(/images/patient-vedio.jpg) no-repeat;
  background-size: 100% 100%;
  height: 120px;
  border-radius: 0px 0px 10px 10px;
}
.stem-injections-link a, .patient-videos-link a {
  display: block;
  height: 100%;
  width: 100%;
}
.invasive-surgery {
  background: url(/images/invasive-surgery-img.jpg) no-repeat;
  background-size: 100% 100%;
  height: 121px;
  border-radius: 10px;
  /*margin: 30px 0px 0px 10%;*/
  font: normal 17px/22px 'PalatinoLinotype-Bold';
  /*width: 40%*/
}
.invasive-surgery a {
  color: #ffffff;
  display: block;
  float: right;
  margin: 40px 3% 0px 0px;
}
/*--------------------Location Patient Form Css-----------------------------*/

#Location-Patient-Form-Container {
  background: #5e819d;
}
#Location-Patient-Form {
  min-height: 228px;
}
.location {
  padding: 20px 0px 0px 0px;
  float: left;
  width: 55%;
}
.location-img {
  float: left;
  width: 45%;
  border: 1px solid #7796b0;
  height: 126px;
}
.location-img img {
  background-size: 100% 100%;
  height: 100%;
}
.location-direction {
  float: left;
  width: 53%;
  border: 1px solid #7796b0;
}
.location-head {
  background: url(/images/location-header-bg.jpg) no-repeat left top;
  height: 33px;
  font: normal 20px/33px 'PalatinoLinotype-Bold';
  text-align: center;
}
.location-head a {
  color: #ffffff;
}
.location-detail {
  text-align: center;
  font: normal 14px/17px 'PalatinoLinotype-Roman';
  color: #fff;
  padding: 1px 0px;
}
.location-detail span {
  font: normal 15px/20px 'PalatinoLinotype-Bold';
  color: #fff;
}
.location-detail span a {
  color: #fff;
}
.patient-form {
  margin: 20px 0px 0px 0px;
  width: 35%;
  float: right;
  border: 1px solid #546879;
}
.patient-form li {
  font: normal 16px/16px 'PalatinoLinotype-Bold';
  border-bottom: 1px solid #546879;
  background: #375064;
}
.patient-form a {
  color: #ffffff;
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat;
  display: block;
  padding: 12px 0px 12px 26%;
}
.patient-form a:hover {
  color: #ffffff;
}
li.patient-testiominal {
  border: none;
}
.post-instructions a {
  background-position: 15% -294px;
  transition: All 0.1s ease-out;
}
.patient-forms a {
  background-position: 15% -354px;
  transition: All 0.1s ease-out;
}
.patient-testiominal a {
  background-position: 15% -414px;
  transition: All 0.1s ease-out;
}
.post-instructions a:hover {
  background-position: 15% -474px;
}
.patient-forms a:hover {
  background-position: 15% -533px;
}
.patient-testiominal a:hover {
  background-position: 15% -593px;
}
/* ------------------------------ Credibilty CSS ------------------------------ */

#Credibilty-Container {
  background: #5d6587;
}
#Credibilty {
  min-height: 60px;
}
#Credibilty li {
  float: left;
  text-align: center;
  font: normal 15px/28px 'PalatinoLinotype-Italic';
  border-right: 1px solid #808182;
  margin: 10px 0px 10px 0px;
}
#Credibilty li a {
  color: #bbbbbb;
}
/* ------------------------------ Footer CSS ------------------------------ */

#Footer-Container {
  background: #222947;
}
#Footer {
  min-height: 328px;
}
.foot-head {
  font: normal 15px/20px 'PalatinoLinotype-Bold';
  color: #d7d6d6;
  padding: 45px 0px 0px 0px;
}
.foot-head a {
  color: #d7d6d6;
}
.foot-text {
  font: normal 14px/20px 'PalatinoLinotype-Roman';
  color: #868fb6;
  padding: 25px 0px 0px 0px;
}
.foot-text a {
  color: #868fb6;
}
.foot-text a:hover {
  text-decoration: underline;
  color: #C7C7C7;
}
.foot-menu {
  width: 25%;
  height: 100%;
  float: left;
}
.foot-services {
  width: 50%;
  height: 100%;
  float: left;
}
.foot-service-list {
  float: left;
  width: 50%;
}
.foot-subhead {
  width: 100%;
  font: normal 15px/23px 'PalatinoLinotype-Roman';
  color: #ffffff;
}
.foot-subhead a {
  color: #ffffff;
  text-decoration: underline;
}
.foot-follow {
  width: 25%;
  float: left;
}
.social-icon-f li {
  margin: 0px 5px 0px 0px;
  text-indent: 99999px;
  float: left;
}
.social-icon-f a {
  height: 28px;
  width: 28px;
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat;
  display: block;
  text-indent: 9999px;
}
.social-icon-f a:hover {
  opacity: 0.7;
}
.foot-linkedin-h a {
  background-position: left -660px !important;
}
.foot-twitter-h a {
  background-position: left -709px !important;
}
.foot-googleplus-h a {
  background-position: left -759px !important;
}
.foot-facebook-h a {
  background-position: left -813px !important;
}
.foot-youtube-h a {
  background-position: left -859px !important;
}
.foot-instagram-h a {
  background-position: left -1499px !important;
}
.follow-link {
  width: 100%;
  padding: 15px 0px 0px 0px;
}
.follow-link li {
  float: left;
}
.copyright {
  width: 100%;
  float: left;
  margin: 2px 0px 0px 0px;
}
.ypo-logo img {
  margin: 15px auto;
}
/* ------------------------------ Content Container CSS ------------------------------ */

#Content-Main .intra-div {
  display: table;
}
#Content-Left {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding: 0px 0px 30px 0px;
}
#Sidebar {
  display: table-cell;
  vertical-align: top;
  width: 242px;
  padding: 0px 5px 25px 0px;
}
#Sidebar .widget-title {
  display: none;
}
/*----- Navigation Starts -----*/

.navigation {
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  padding: 10px 30px 10px 10px;
}
.navigation a {
  font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
  color: #5a5a5a;
}
.navigation a:hover {
  text-decoration: underline;
}
/*----- textMain Starts -----*/

.textMain {
  font: normal 13px/19px Verdana, Arial, Helvetica, sans-serif;
  color: #2b2a2a;
  padding: 0px 30px 30px 10px;
  text-align: justify;
}
.textMain a {
  color: #444546;
  text-decoration: underline;
}
.textMain a:hover {
  color: #005087;
  text-decoration: underline;
}
.textMain ul {
  padding: 0px;
  margin: 10px 0px;
}
.textMain ol {
  padding: 0px;
  margin: 10px 0px 0px 30px;
}
.textMain ul li {
  background: url(/images/bullet-tm.gif) no-repeat 15px 12px;
  padding: 5px 0px 5px 30px;
  list-style: none;
}
.textMain ol li {
  padding: 5px 0px 5px 0px;
  list-style: decimal;
}
.textMain ul ul, .textMain ol ol {
  margin: 0px;
  padding: 5px 0px 5px 20px;
}
.textMain ul ul li {
  background: none;
  padding: 5px 0px;
  list-style: circle;
}
.textMain ol ol li {
  padding: 5px 0px;
  list-style-type: lower-alpha;
}
.textMain ul ul ul li {
  list-style: square;
}
.textMain ol ol ol li {
  list-style: lower-roman;
}
.textMain li p {
  margin: 5px 0px;
}
/*----- textMain Heading Starts -----*/

.ypocmstitle {
  font: normal 28px/32px Verdana, Arial, Helvetica, sans-serif;
  color: #131b3d;
  margin: 0px 0px 15px 0px;
  text-align: left;
  padding: 10px 30px 0px 10px;
}
.textMain h2 {
  font: normal 24px/28px Verdana, Arial, Helvetica, sans-serif;
  color: #18306E;
  text-align: left;
}
.textMain h2 a {
  color: #18306E;
}
.textMain h2 a:hover {
  text-decoration: underline;
}
.textMain h3 {
  font: normal 18px/22px Verdana, Arial, Helvetica, sans-serif;
  color: #0969ba;
  text-align: left;
}
.textMain h3 a {
  color: #0969ba;
}
.textMain h3 a:hover {
  text-decoration: underline;
}
.textMain h4 {
  font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
  color: #131b3d;
  text-align: left;
}
.textMain h4 a {
  color: #131b3d;
}
.textMain h4 a:hover {
  text-decoration: underline;
}
.textMainBold {
  font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  text-align: left;
}
.textMainBold a {
  color: #005087;
}
.textMainBold a:hover {
  text-decoration: underline;
}
.PDFtext {
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #999999;
}
/*----- Sidebar Starts -----*/

#Services-S {
  position: relative;
  background: #13a05b;
  overflow: hidden;
  width: 242px;
  margin: 20px 0px 0px 0px;
}
.Services-head {
  background: #131b3d;
  font: normal 20px/32px "PalatinoLinotype-Roman";
}
.Services-head a {
  color: #e2e2e2;
  padding: 0px 0px 0px 5%;
}
.Services-tabs-S li {
  font: normal 16px/30px 'PalatinoLinotype-Roman';
  background: url(/images/service-bdr-s.png) no-repeat left bottom;
}
.Services-tabs-S a {
  color: #ffffff;
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat 10px -892px;
  display: block;
  padding: 0px 0px 0px 15%;
}
.Services-tabs-S a:hover {
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat 10px -892px #8b908d;
}
li.spine-s {
  font: normal 16px/17px 'PalatinoLinotype-Roman';
}
li.spine-s a {
  padding: 11px 0px 10px 15%;
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat 10px -886px;
}
.spine-s a:hover {
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat 10px -886px #8b908d;
}
li.knee-replace-s {
  font: normal 16px/17px 'PalatinoLinotype-Roman';
}
li.knee-replace-s a {
  padding: 10px 0px 22px 15%;
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat 10px -888px;
}
.knee-replace-s a:hover {
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat 10px -888px #8b908d;
}
.multimedia-vedio-s {
  width: 100%;
  padding: 10px 0px 10px 0px;
}
.multimedia-vedio-list-s li {
  margin: 5px 0px 0px 0px;
  background: #1E1E1E;
  font: normal 17px/17px 'PalatinoLinotype-Bold';
}
.multimedia-vedio-list-s a {
  color: #ffffff;
  display: block;
}
.prp-vedio-s a {
  background: url(/images/prp-vedio-s.jpg) no-repeat left top;
  padding: 8px 0px 10px 30%;
}
.confor-vedio-s a {
  background: url(/images/conformis-vedio-s.jpg) no-repeat left top;
  padding: 16px 0px 19px 30%;
}
.knee-vedio-s a {
  background: url(/images/knee-surgery-vedio-s.jpg) no-repeat left top;
  padding: 16px 0px 19px 30%;
}
.invasive-surgery-s {
  background: url(/images/invasive-surgery-img-s.jpg) no-repeat;
  background-size: 100% 100%;
  height: 80px;
  font: normal 17px/22px 'PalatinoLinotype-Bold';
  width: 100%;
  margin: 15px 0px 0px 0px;
}
.invasive-surgery-s a {
  color: #ffffff;
  display: block;
  padding: 7px 0px 0px 34%;
}
.invasive-surgery-s a:hover {
  opacity: 0.7;
}
.spine-ultra-list-s {
  width: 100%;
  padding: 10px 0px 10px 0px;
}
.spine-ultra-list-s li {
  margin: 5px 0px 0px 0px;
  background: #131b3d;
  font: normal 16px/17px 'PalatinoLinotype-Roman';
}
.spine-ultra-list-s a {
  color: #ffffff;
  display: block;
  padding: 9px 0px 10px 25%;
  text-align: center;
}
.spine-ultra-list-s span {
  font: normal 13px/13px 'PalatinoLinotype-Roman';
  color: #7cb3eb;
}
.spine-procedures-s a {
  background: url(/images/spine-procedures-icon-s.png) no-repeat left top;
}
.ultrasound-s a {
  background: url(/images/ultrasound-icon-s.png) no-repeat left top;
}
.spine-ultra-list-s a:hover {
  opacity: 0.7;
}
.anatony-patient-edu-s {
  width: 100%;
  background: url(/images/multimedia-education-bg-s.jpg) no-repeat right top #d5d5d5;
  height: 142px;
  margin: 10px 0px 10px 0px;
}
.patient-education-s {
  float: left;
  background: url(/images/patient-edu-bg-s.png) no-repeat left top;
  background-size: 100% 100%;
  height: 142px;
  width: 48%;
  padding: 0px 0px 0px 2%;
}
.patient-education-head-s {
  font: normal 15px/15px 'PalatinoLinotype-Roman';
  padding: 35px 0px 0px 8px;
}
.patient-education-head-s a {
  color: #fffefe;
}
.patient-education-head-s span {
  font: normal 20px/20px 'PalatinoLinotype-Bold';
  color: #000000;
}
.patient-education-text-s {
  font: normal 14px/17px 'PalatinoLinotype-Roman';
  color: #fffefe;
  width: 95px;
  padding: 8px 0px 0px 0px;
}
.anatomy-intra-s {
  float: left;
  position: relative;
  width: 44%;
  min-height: 142px;
  margin: 0px 0px 0px 3%;
}
.anatomy-intra-s-0, .anatomy-intra-s-1, .anatomy-intra-s-2, .anatomy-intra-s-3 {
  background: url(/images/body-image-s.png) no-repeat left center;
  width: 185px;
  min-height: 142px;
}
.anatomy-intra-s li {
  font: normal 11px/16px 'PalatinoLinotype-Roman';
  width: 100%;
}
.anatomy-intra-s a {
  color: #edf1f4;
  position: absolute;
  z-index: 200 !important;
}
.anatomy-intra-s span {
  background: #000000;
  padding: 0px 10px;
  border-radius: 5px;
}
a.shoulder-s {
  background: url(/images/body-tab-circle-s.png) no-repeat left center;
  padding: 0px 0px 0px 13px;
  right: -6px;
  top: 15px;
}
.shoulder-s span {
  padding: 0px 7px;
}
a.spine-s {
  background: url(/images/body-tab-circle-s.png) no-repeat left center;
  padding: 0px 0px 0px 16px;
  right: -5px;
  top: 50px;
}
a.hip-s, a.knee-s {
  background: url(/images/body-tab-circle-s.png) no-repeat right center;
  padding: 0px 13px 0px 0px;
}
a.hip-s {
  left: -16px;
  bottom: 42%
}
a.knee-s {
  left: -30px;
  bottom: 28%;
}
a.shoulder-s:hover, #Slider1-Tabs a.shoulder-s:hover, .Service_here a.shoulder-s {
  background: url(/images/shoulder-tab-s-hover.png) no-repeat;
  padding: 10px 0px 10px 25%;
  right: -6px;
  top: 6px;
}
a.spine-s:hover, #Slider1-Tabs a.spine-s:hover, .Service_here a.spine-s {
  background: url(/images/spine-tab-s-hover.png) no-repeat;
  padding: 13px 0px 16px 31%;
  right: -5px;
  top: 37px;
}
a.hip-s:hover, #Slider1-Tabs a.hip-s:hover, .Service_here a.hip-s {
  background: url(/images/hip-tab-s-hover.png) no-repeat;
  padding: 13px 38% 16px 0px;
  left: -16px;
  bottom: 31%
}
a.knee-s:hover, #Slider1-Tabs a.knee-s:hover, .Service_here a.knee-s {
  background: url(/images/knee-tab-s-hover.png) no-repeat;
  padding: 13px 32% 16px 0px;
  left: -30px;
  bottom: 17%;
}
.anatomy-intra-s a:hover span, #Slider1-Tabs a:hover span, .Service_here a span {
  background: none;
}
.patient-form-s {
  margin: 20px 0px 20px 0px;
  width: 100%;
  border: 1px solid #8ba8bf;
  background: #5e819d;
}
.patient-form-s li {
  font: normal 16px/16px 'PalatinoLinotype-Bold';
  border: 1px solid #8ba8bf;
}
.patient-form-s a {
  color: #cfe2f2;
  background: url(/images/orthopedic-spine-institute-sprite.png) no-repeat;
  display: block;
  padding: 12px 0px 12px 26%;
}
.patient-form-s a:hover {
  color: #333433;
}
li.patient-testiominal-s {
  border: none;
}
.post-instructions-s a {
  background-position: 15% -294px;
  transition: All 0.1s ease-out;
}
.patient-forms-s a {
  background-position: 15% -354px;
  transition: All 0.1s ease-out;
}
.patient-testiominal-s a {
  background-position: 15% -414px;
  transition: All 0.1s ease-out;
}
.post-instructions-s a:hover {
  background-position: 15% -474px;
}
.patient-forms-s a:hover {
  background-position: 15% -533px;
}
.patient-testiominal-s a:hover {
  background-position: 15% -593px;
}
.location-direction-s {
  width: 100%;
  border: 1px solid #b1b3b7;
}
.location-head-s {
  background: url(/images/location-header-bg.jpg) no-repeat left top;
  background-size: 100% 100%;
  height: 33px;
  font: normal 20px/33px 'PalatinoLinotype-Bold';
  text-align: center;
}
.location-head-s a {
  color: #ffffff;
}
/*----------Service Page Css-----------*/

.Service-list-container {
  width: 100%;
}
.Service-list {
  width: 100%;
  position: relative;
  float: left;
  height: 65px;
  margin: 25px 0px 0px 0px;
}
.Service-list ul {
  padding: 0px;
  margin: 0px;
}
.Service-list li {
  float: left;
  width: 50%;
  font: normal 15px/65px Verdana, Arial, Helvetica, sans-serif;
  padding: 0px !important;
  position: absolute;
}
.Service-list a {
  color: #000000;
  display: block;
  text-decoration: none !important;
}
.Service-list a:hover {
  text-decoration: none;
  color: #4A4C4F;
}
.Service-list .service-left {
  background: url(/images/service-li-left-bg.png) no-repeat left center;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 5.5%;
  text-align: left;
}
.service-left a {
  border-radius: 30px 0px 0px 30px;
}
.Service-list .service-right {
  background: url(/images/service-li-right-bg.png) no-repeat left center;
  right: 0px;
  top: 0px;
  margin: 0px 5.5% 0px 0px;
  text-align: right;
}
.service-right a {
  border-radius: 0px 30px 30px 0px;
}
.service-back a {
  background: url(/images/back-icon-s.png) no-repeat left top !important;
  padding: 0px 0px 0px 22%;
}
.service-knee a {
  background: url(/images/knee-icon-s.png) no-repeat right top !important;
  padding: 0px 22% 0px 0px;
}
.service-prp a {
  background: url(/images/prp-icon-s.png) no-repeat left top !important;
  padding: 0px 0px 0px 22%;
}
.service-shoulder a {
  background: url(/images/shoulder-icon-s.png) no-repeat right top !important;
  padding: 0px 22% 0px 0px;
}
.service-stem-cell a {
  background: url(/images/stem-cell-icon-s.png) no-repeat left top !important;
  padding: 0px 0px 0px 22%;
}
.service-knee-replacement a {
  background: url(/images/knee-replacement-icon-s.png) no-repeat right top !important;
  padding: 0px 22% 0px 0px;
}
/*----------------Condition page-----------------------------------*/

.conditions-tabs {
  color: #22469f;
  font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  clear: both;
}
.conditions-tabs li a {
  background: url(/images/appoint-arrow.png) no-repeat 95% center #13a05b;
  color: #000;
  display: block;
  text-decoration: none!important;
  padding: 11px 0px 14px 15px;
}
.con-double a {
  padding: 5px 85px 5px 15px !important;
}
.conditions-tabs li {
  float: left;
  background-image: none !important;
  margin: 2px;
  padding: 0px !important;
  width: 290px;
  text-align: left;
}
.conditions-tabs li a:hover {
  background: url(/images/appoint-arrow.png) no-repeat 95% center #8b908d;
  color: #FFFFFF;
  text-decoration: none;
}
/*-------------- Multimedia List Styles----------*/

.multimedialist {
  height: 60px;
}
.media {
  font: normal 14px/16px 'PalatinoLinotype-Roman';
  color: #fff;
  text-decoration: none;
  text-align: left;
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
}
.media li {
  float: left;
  list-style: outside none none;
  margin: 10px 15% 10px 0px !important;
  padding: 0px !important;
  width: 110px;
}
.media li a {
  text-decoration: none !important;
}
.video a {
  font: normal 14px/16px 'PalatinoLinotype-Bold';
  background: url(/images/video-icon.png) no-repeat 12px 5px #444546 !important;
}
.info a {
  font: normal 14px/16px 'PalatinoLinotype-Bold';
  background: url(/images/patient-icon.png) no-repeat 12px 5px #444546 !important;
}
.print a {
  font: normal 14px/16px 'PalatinoLinotype-Bold';
  background: url(/images/print-icon.png) no-repeat 10px 5px #444546 !important;
}
.media li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  line-height: 20px;
  width: 110px;
  height: 20px;
  border: 1px solid #373636;
  padding: 5px 0px 5px 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #444546;
}
.media li a:hover {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #A1A1A1;
}
/*-----------spine Page Css----------*/

.spine_tabs-s {
  float: left;
  width: 100%;
}
.spine_tabs-s img {
  vertical-align: middle;
}
.spine_tabs-s ul {
  list-style: none;
}
.spine_tabs-s ul li {
  float: left;
  margin: 0px 5% 2% 0px;
  border: 1px solid #76808a;
  font-size: 15px;
  width: 240px;
  padding: 1% 2% 1% 2%;
  background: #FFF;
  list-style: none !important;
}
.spine_tabs-s li a {
  list-style: none !important;
}
/*----- Testimonial Page Styles -----*/

.submit-testimonial {
  width: 200px;
  height: 30px;
  font: normal 14px/30px Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  margin: -50px 15px 15px 15px;
  float: right;
  border: 2px solid #ffffff;
  box-shadow: 0px 5px 5px 0px #aaaaaa;
  -o-box-shadow: 0px 5px 5px 0px #aaaaaa;
  -moz-box-shadow: 0px 5px 5px 0px #aaaaaa;
  -ms-box-shadow: 0px 5px 5px 0px #aaaaaa;
  -webkit-box-shadow: 0px 5px 5px 0px #aaaaaa;
}
.submit-testimonial a {
  background: #444546;
  color: #ffffff;
  display: block;
  text-decoration: none;
  -webkit-transition: 2s linear;
  -moz-transition: 2s linear;
  -ms-transition: 2s linear;
  -o-transition: 2s linear;
  transition: 2s linear;
}
.submit-testimonial a:hover {
  background: #0077AE;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 2s linear;
  -moz-transition: 2s linear;
  -ms-transition: 2s linear;
  -o-transition: 2s linear;
  transition: 2s linear;
}
/*-------------------- Useful Links Styles --------------------*/

.UseFul-links {
  width: 90%;
  height: auto;
  margin: 10px 0px;
  padding: 0px;
  text-align: center;
}
.UseFul-links img {
  margin: 2px;
  padding: 10px;
  border: 1px solid #666666;
  float: left;
}
/*----- Contact Address Styles -----*/

.contact-address {
  padding: 3px;
  margin: 15px auto 0px auto;
  border: 1px solid #003464;
}
.contact-address .intra-div {
  display: table;
}
.address-details {
  font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
  padding: 1% 1% 1% 2%;
  display: table-cell;
  vertical-align: top;
}
.map-pics {
  width: 350px;
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.map-pics img {
  margin: 5px;
  border: 2px solid #0C1536;
}
.map-pics img:hover {
  border: 2px solid #0077AE;
}
.contact-ph {
  color: #555555;
  margin: 2px 0px 10px 0px;
}
.contact-ph a {
  color: #555555;
  text-decoration: none;
}
.contact-ph a:hover {
  color: #003464;
  text-decoration: none;
}
.contact-ph ul {
  margin: 0px !important;
  padding: 0px !important;
}
.contact-ph li {
  font: normal 14px/40px Verdana, Arial, Helvetica, sans-serif;
  width: 50%;
  float: left;
  height: 40px;
  background: none !important;
  margin: 0px !important;
  padding: 0px !important;
}
.contact-ph img {
  margin: 0px 10px 0px 5px;
}
.div-border {
  border: 1px solid #003464;
}
/*----- Forms Style Starts -----*/

.formHead {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
}
.formHead a {
  color: #ffffff;
  text-decoration: underline;
}
.formHead a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.formlable {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.mandatory {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #FF8204;
}
/*-------------------- Feedback and Online Form Styles --------------------*/

.feedback-form {
  width: 100%;
  margin: 25px auto;
  padding: 0px;
  border: 1px solid #0C1536;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: table;
}
.feedback-form ul {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
}
.feedback-form li {
  float: left;
  margin: 5px 0px !important;
  padding: 5px !important;
  background: none !important;
  display: table-column;
  color: #333;
}
.feedback-form .mandatory {
  padding: 5px 0%;
}
.feedback-form .formlable {
  line-height: 35px;
}
.feedback-form .form-left {
  width: 39%;
  text-align: right;
}
.feedback-form .form-right {
  width: 56%;
  text-align: left;
}
.txtfield-f {
  width: 80%;
  height: 30px;
  margin: 0px auto;
  padding: 2px 4px;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #0C1536;
}
.textArea-f {
  width: 80%;
  height: 100px;
  padding: 4px;
  margin: 0px auto;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #0C1536;
}
.dropDownF {
  padding: 7px 5px;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  border: 1px solid #0C1536;
  -webkit-border-radius: 5px;
  width: 83%;
  height: 36px;
}
.textArea-cf {
  width: 95%;
  height: 100px;
  padding: 4px;
  margin: 0px auto;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #0C1536;
}
.div-button {
  margin: 20px auto 10px auto;
  width: 200px;
  height: auto;
}
.button {
  background: #0c1536;
  border: 2px solid #0C1536;
  color: #fff;
  cursor: pointer;
  font: bold 12px Verdana, sans-serif, Segoe;
  height: 33px;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
}
#captchac {
  width: 75%;
  margin: 0px auto;
}
#captchac img {
  margin: 5px auto;
  width: 25%;
  height: auto;
  display: block;
  float: left;
  vertical-align: middle;
}
#captchac input {
  width: 61%;
  height: 30px;
  float: right;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  border: 1px solid #0C1536;
  padding: 2px 4px;
}
/*-------------------- Feedback  --------------------*/

/*------.feedback {
  width: 95%;
  margin: 10px auto;
  padding: 0px 0px 10px 0px;
  border-radius: 5px;
}
.formHead, .form-button {
  background: #0C1536;
}
.feedback, .feedback .form-text, .feedback .form-area, .feedback .form-select, .feedback .form-button, .feedback .form-f-area, .feedback .form-file {
  border: 1px solid #0C1536;
}
.form-name {
  background: url(/images/contact-info.png) no-repeat center center #021742;
}
.form-email {
  background: url(/images/contact-mail.png) no-repeat center center #021742;
}
.form-comment {
  background: url(/images/contact-msg.png) no-repeat center center #021742;
  float: left;
}
.feedback ul {
  margin: 0px auto !important;
  padding: 10px !important;
  display: table;
  border-spacing: 0px 10px;
  border-collapse: separate;
}
.feedback li {
  display: table-row;
  vertical-align: top;
  background: none !important;
  margin: 0px !important;
  padding: 0px !important;
}
.feedback li div {
  display: table-cell;
  vertical-align: middle;
}
.feedback li div.form-label, .feedback li div.form-agree {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  max-width: none;
  min-width: 100px;
  padding: 5px 20px 5px 5px;
}
.feedback li div.form-label {
  text-align: right;
}
.feedback li div.form-field {
  width: 290px;
}
.feedback .form-text, .feedback .form-area, .feedback .form-select {
  padding: 5px;
}
.contactForm {
  border: none !important;
}
.contactForm .form-text, .contactForm .form-area, .contactForm .form-select {
  padding: 10px !important;
  border-radius: 0px 10px 10px 0px;
}
.contactForm .form-area {
  height: 120px;
}
.contactForm .wpcf7-captchar {
  border-radius: 10px;
}
.feedback .form-text, .feedback .form-area {
  width: 230px;
  font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
  color: #010101;
  margin: 0px;
}
.feedback .form-radio {
  padding: 10px 5px;
  margin: 0px;
}
.feedback .form-select, .feedback .form-file {
  width: 242px;
}
.feedback .form-file {
  margin: 5px 0px;
}
.feedback .form-button {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  width: 100px;
  margin: 10px 10px 0px 0px;
  padding: 5px;
  cursor: pointer;
}
.form-full {
  width: 100%;
  text-align: center;
}
.form-f-area {
  width: 95%;
  padding: 5px;
  margin: 5px auto;
}
.form-image {
  width: 50px;
  height: 40px !important;
  padding: 0px !important;
  border-radius: 10px 0px 0px 10px;
}
#publish .wpcf7-list-item {
  display: block;
  float: right;
  text-align: left;
  width: 63%;
}---*/
/*------------Profile Pic---------*/

.meet-profile-s {
  float: right;
}
.meet-profile-s img {
  margin: 5px 5px 10px 15px;
}
/*-------------------- Review Page Styles --------------------*/

.review {
  margin: 20px auto 0px auto;
  padding: 0px;
  width: 100%;
  height: auto;
  text-align: left;
}
.review img {
  margin: 5px;
  padding: 0px;
}
.helios {
  text-align: center;
}
.helios img {
  margin: 5px 0px;
}
.contact-here {
  text-align: center;
}
.contact-here span {
  background: #ccc;
  border-radius: 10px;
  color: #000;
}
.contact-here a {
  background: #ccc;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}
.contact-here a:hover {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 960px) {
  .meet-doctor-heading {
    font: 16px/64px 'goudy_trajan_regularregular';
  }
  .patient-videos-head {
    font: normal 17px/36px 'PalatinoLinotype-Bold';
  }
  .Service-list {
    height: 140px;
    width: 310px;
    margin: 0 auto;
    float: none;
  }
  .Service-list li {
    position: relative;
  }
  .Service-list .service-left, .Service-list .service-right {
    background: none;
    width: 100%;
    margin: 5px;
  }
  .Service-list a {
    color: #000000;
    display: block;
  }
  .service-back a {
    background: url(/images/back-icon-s.png) no-repeat left top #999 !important;
    padding: 0px 0px 0px 30%;
  }
  .service-knee a {
    background: url(/images/knee-icon-s.png) no-repeat right top #999 !important;
    padding: 0px 30% 0px 0px;
  }
  .service-prp a {
    background: url(/images/prp-icon-s.png) no-repeat left top #999 !important;
    padding: 0px 0px 0px 30%;
  }
  .service-shoulder a {
    background: url(/images/shoulder-icon-s.png) no-repeat right top #999 !important;
    padding: 0px 30% 0px 0px;
  }
  .service-stem-cell a {
    background: url(/images/stem-cell-icon-s.png) no-repeat left top #999 !important;
    padding: 0px 0px 0px 30%;
  }
  .service-knee-replacement a {
    background: url(/images/knee-replacement-icon-s.png) no-repeat right top #999 !important;
    padding: 0px 30% 0px 0px;
  }
}
@media screen and (max-width: 800px) {
  /*-------------Home Page------------*/
  #access li {
    font: normal 14px/41px 'PalatinoLinotype-Roman';
  }
  .meet-doctor {
    padding: 33px 0px 10px 10px;
  }
  .meet-doctor-head-s {
    padding: 30px 0px 0px 0px;
  }
  .Surgery-videos-head {
    font: normal 16px/31px 'PalatinoLinotype-Roman';
  }
  .spine-ultra-list {
    width: 92%;
  }
  .spine-ultra-list a {
    padding: 13px 0 12px 15%;
  }
  .stem-therapy-head {
    font: normal 23px/29px 'PalatinoLinotype-Bold';
    padding: 18px 0px 0px 0px;
  }
  .patient-education-head span {
    font: normal 22px/12px 'PalatinoLinotype-Bold';
  }
  .anatomy-intra {
    margin: 0px 2% 0px 0px;
  }
  .patient-edu-videos, .invasive-surgery {
    width: 47%;
  }
  .invasive-surgery {
    margin: 28px 0px 0px 6%;
  }
  .patient-videos-head {
    font: normal 15px/36px 'PalatinoLinotype-Bold';
  }
  .location {
    width: 60%;
  }
  .location-head {
    font: normal 18px/33px 'PalatinoLinotype-Bold';
  }
  /*---------------Contact Page Css----------*/
  .address-details {
    display: inherit;
    width: auto;
  }
  .map-pics {
    display: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 698px) {
  .contact-here span {
    float: left;
    margin: 10px;
  }
  .meet-profile-s {
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .logo {
    float: none;
    margin: 15px auto;
    width: 100%;
    text-align: center;
  }
  .meet-profile-s {
    float: left;
  }
  .meet-profile-s img {
    margin: 5px 15px 10px 5px;
  }
  .appoint-phone {
    float: none;
    margin: 0px auto;
    padding: 10px 0px;
    width: 320px;
  }
  .phone, .appoint {
    text-align: center;
    float: none;
    width: 100%;
  }
  .social-h {
    float: none;
    width: 165px;
    margin: 10px auto;
  }
  .intra-tabs {
    background: #13A05B;
    float: left;
    height: 330px;
    position: relative;
    width: 100%;
    font: normal 18px/45px "PalatinoLinotype-Roman";
  }
  .intra-tabs ul {
    margin: 10px auto;
    width: 310px;
  }
  .meet-doctor-image-s {
    width: 38%;
  }
  /*-----------Mobile Menu------------*/
  #Menu {
    display: none;
  }
  #Mobile-Menu {
    display: block;
    width: 100%;
    height: 41px;
    background: url(/images/menu-bg.png) repeat-x left top;
    position: relative;
    margin: 0px;
    padding: 0px;
  }
  .menu-m {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font: normal 20px/45px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
  }
  .menu-m a, .menu-m a:hover {
    color: #fff;
    display: block;
  }
  #wrapper {
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    width: 100%;
  }
  .meet-doctor-heading {
    display: none;
  }
  .meet-doctor {
    background: none;
    float: none;
    margin: 0px auto;
    padding: 40px 0px 0px 0px;
    width: 97%;
  }
  .Surgery-videos {
    margin: 30px 0px 20px 0px;
    width: 95%;
  }
  .stem-cell {
    float: none;
    margin: 0px auto;
    width: 95%;
  }
  .spine-ultra {
    float: none;
    margin: 10px auto;
    width: 80%;
  }
  .spine-ultra-list {
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  .multimedia-patient-edu {
    float: none;
    margin: 0px auto;
    width: 400px;
  }
  .patient-videos {
    float: left;
    margin: 0px;
    width: 100%;
  }
  .patient-edu-videos, .invasive-surgery {
    margin: 10px 0px 0px 3%;
    width: 44%;
  }
  .invasive-surgery {
    margin: 10px 0px 10px 6%;
  }
  .location {
    width: 85%;
    float: none;
    margin: 0px auto;
  }
  .patient-form {
    float: none;
    margin: 10px auto;
    width: 85%;
  }
  .foot-menu, .foot-services, .foot-follow {
    float: none;
    width: 80%;
    margin: 0px auto;
  }
  /*---------------Sub Page Media Screen------------*/
  .meet-doctor-s {
    bottom: 0px;
    left: 0px;
  }
  #Intra-Container-S .intra-main {
    float: left;
    padding: 15% 0px 0px 15%;
  }
  #Content-Left {
    display: inherit;
    width: 95%;
    margin: 10px auto;
    float: none;
  }
  #Sidebar {
    display: inherit;
    width: 310px;
    margin: 10px auto;
    float: none;
  }
  #Services-S {
    width: 100%;
  }
  .Services-tabs-S li {
    background: none;
    border-bottom: 1px dotted #CCC;
  }
  #Intra-Container-S .intra-text {
    display: none;
  }
  .Service-list {
    width: 285px;
  }
  .contact-ph li {
    width: 250px !important;
    float: none;
  }
  /*--------------Anatony Body-----------------*/
  a.shoulder-s {
    right: 22px;
  }
  a.shoulder-s:hover, #Slider1-Tabs a.shoulder-s:hover, .Service_here a.shoulder-s {
    padding: 10px 0px 10px 20%;
    right: 21px;
  }
  a.spine-s {
    right: 26px;
  }
  a.spine-s:hover, #Slider1-Tabs a.spine-s:hover, .Service_here a.spine-s {
    padding: 13px 0px 16px 25%;
    right: 26px;
  }
  /*---------------Testimomial-------------*/
  .submit-testimonial {
    margin: 0px 15px 15px;
  }
}
@media screen and (max-width: 480px) {
  .Surgery-edu-videos, .stem-therapy, .stem-injections, .patient-edu-videos, .invasive-surgery, .location-img, .location-direction {
    float: none;
    margin: 12px auto;
    width: 240px;
  }
  .meet-profile-s {
    float: none;
    text-align: center;
  }
  #Multimedia-Education {
    background: #D1D1D1;
  }
  .multimedia-patient-edu {
    float: none;
    margin: 0 auto;
    width: 180px;
  }
  .patient-education, .anatomy-intra {
    float: none;
    width: 100%;
  }
  .patient-education {
    background: #13A05B;
    height: 130px;
    border-radius: 0px 0px 10px 10px;
  }
  .patient-education-text {
    width: 95%;
  }
  .conditions-tabs li {
    width: 280px;
  }
  /*----- Form Styles -----*/
  .feedback {
    width: 100%;
  }
  .feedback ul {
    border-collapse: separate;
    border-spacing: 0px 4px;
  }
  .feedback li div {
    display: inherit;
    margin: 5px 0px !important;
  }
  .form-label {
    text-align: left !important;
  }
  .form-image {
    display: none !important;
  }
  /*----- Online Appointment Styles -----*/
  .feedback-form .form-left {
    float: right;
    text-align: left;
    width: 86%;
  }
  .feedback-form .form-right {
    text-align: center;
    width: 100%;
  }
  .textArea-cf {
    width: 96%;
  }
  .GotoTop {
    display: none !important;
  }
}