/* ----- Global CSS ----- */

.in-the-news .readmore {
    display: inline-block;
}

.in-the-news .readmore a {
    background: #02c8eb;
    color: #000;
    border-radius: 50px;
    display: block;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 600;
}

html {
    height: 100%;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img,
ul,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
input,
textarea,
select,
p {
    color: #4f5051;
    font-size: 13px;
    font-family: muli;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-size: 100%;
    line-height: 18px;
    max-height: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    border: 0;
}

ul li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

main {
    width: 96%;
    margin: 0 2%;
}

.gridWrapper,
.container {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

header {
    float: left;
    width: 100%;
    padding: 0px 0;
    position: relative;
    z-index: 9;
}

.logo {
    float: left;
    margin: 25px 5px 25px 3px;
    padding-right: 10px;
}

.logo-mid {
    float: left;
    width: 232px;
    padding: 39px 0px 0px 0px;
}

header .contactLinks {
    float: right;
    text-align: center
}

header .contDetails {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

header .contDetails a {
    display: block;
    color: #3a3a3a;
}

header .contDetails a.ph {
    font-size: 22px;
    background: url(images/phone.png) no-repeat 26px 6px;
    padding: 5px 20px 2px 0;
    font-weight: 700;
    color: #3a3a3a;
}

header .contDetails a.ol {
    font-weight: 400;
    background: url('images/map-icon.png') no-repeat 28px 12px;
    color: #000;
    padding: 8px 10px 8px 42px;
    font-size: 20px;
    text-align: left;
    line-height: 1.2;
}

.booktell {
    float: left;
    margin: 20px 6px 0 0px;
}

.booktell a.patient-portal {
    background: #04D9FF;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    color: #000;
    padding: 8px 9px;
    display: block;
    margin: 10px 0px 0px 0;
    border-radius: 18px;
    font-weight: bold;
}


/* Menu related css */

nav {
    position: relative;
    margin: 16px 0px 0;
    height: auto;
    width: 100%;
    background: #294d65;
    display: table;
}

#mobileMenu {
    display: none;
}

.menu {
    list-style: none;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    display: block;
    float: left;
    width: 100%;
}

.menu:after {
    clear: both;
}

.menu ul {
    list-style: none;
    margin: 0 auto;
    width: 100%;
}

.menu li {
    font-size: 16px;
    text-align: center;
    float: left;
    margin: 0;
    position: relative;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.menu>li>a {
    padding: 13px 9px 13px 9px;
    margin: 0 0;
    color: #fff;
    display: block;
    text-shadow: 2px 3px 4px #000;
    color: #ffffff;
    transition: all 0.8s ease;
    border: solid 1px transparent;
}


/*.menu > li:nth-child(1) > a, .menu > li:nth-child(2) > a, .menu > li:nth-child(6) > a{ width: 130px; }*/

.menu li>a:hover,
.menu>li:hover>a,
.menu>li.current-menu-item>a,
.menu>li.current_page_ancestor>a {
    background: #1e384a;
    color: #3ecae6;
    margin: 0 0 0px 0;
    transition: all 0.2s ease-out 0s;
}

.menu li ul {
    position: absolute;
    left: 0%;
    padding: 0;
    background: #FFF;
    display: none;
    width: 300px;
}

.menu li:hover>ul {
    display: block;
    top: 46px;
}

.menu li li:hover>ul {
    left: 100%;
    top: 30px;
    position: absolute;
}

.menu li li {
    position: relative;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    text-shadow: none;
    width: 100%;
}

.menu li li a {
    color: #fff;
    display: block;
    text-align: left;
    border: none;
    background: #1c3c52 url(images/menu.gif) no-repeat 11px 16px;
    padding: 12px 0px 12px 25px;
    z-index: 1000;
    position: relative;
    margin: 0px;
    width: 100%;
    border-bottom: solid 1px #677c8b;
    font: normal 14px;
    transition: all 0.8s ease;
    font-family: 'Muli', sans-serif;
}

.menu li li a:hover,
.menu li li:hover>a {
    background: #04d9ff url(images/menu.gif) no-repeat 11px 16px;
    color: #000;
    border-bottom: solid 1px #fff;
}

.menu li ul ul {
    top: 0;
    margin: -30px 0 0 0;
}

.menu li li li {
    text-align: left;
    background: #fff;
    z-index: 1000;
    margin: 0 0 0 0px;
}

.menu li li li a {
    padding: 12px 0px 12px 25px;
}

.menu li li li a:hover {
    padding: 12px 0px 12px 25px;
}

.menu li a span {
    text-transform: none;
}


/*banner*/

.slide {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
}

.slide1 {
    margin: 0 auto;
    max-width: 1462px;
    position: relative;
    background: url(images/banner1.jpg) no-repeat top center;
    height: 426px;
}

.slide2 {
    margin: 0 auto;
    max-width: 1462px;
    position: relative;
    background: url(images/banner2.jpg) no-repeat top center;
    height: 426px;
}

.slide3 {
    margin: 0 auto;
    max-width: 1462px;
    position: relative;
    background: url(images/banner3.jpg) no-repeat top center;
    height: 426px;
}

.slide4 {
    margin: 0 auto;
    max-width: 1462px;
    position: relative;
    background: url(images/banner4.jpg) no-repeat top center;
    height: 426px;
}

.banner {
    margin: 0px auto 0;
    max-width: 1443px;
    width: 100%;
}

.slide11 {
    margin: 0 auto;
    max-width: 1443px;
    position: relative;
    background: url(images/banner-s-1.jpg) no-repeat top center;
    height: 234px;
}

.slide12 {
    margin: 0 auto;
    max-width: 1443px;
    position: relative;
    background: url(images/banner-s-2.jpg) no-repeat top center;
    height: 234px;
}

.slide13 {
    margin: 0 auto;
    max-width: 1443px;
    position: relative;
    background: url(images/banner-s-3.jpg) no-repeat top center;
    height: 234px;
}

.slide14 {
    margin: 0 auto;
    max-width: 1443px;
    position: relative;
    background: url(images/banner-s-4.jpg) no-repeat top center;
    height: 234px;
}

#map_container {
    float: left;
    width: 100%;
    height: 400px;
}

.hmeBanner {
    height: 514px;
    overflow: hidden;
}

.banner_text {
    position: relative;
    top: 198px;
    line-height: 1.4;
    padding: 10px 1% 0px 60%;
    width: auto;
    float: left;
    color: #000;
    text-shadow: 1px 0 10px #fff;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    font-size: 24px
}

.banner-color {
    color: #fff;
}

.banner_text2 {
    position: relative;
    top: 100px;
    line-height: 1.4;
    padding: 10px 1% 0px 60%;
    width: auto;
    float: left;
    color: #000;
    text-shadow: 1px 0 10px #fff;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    font-size: 24px
}

#BannerInner .bannerTabs ul li:hover a,
#BannerInner .bannerTabs ul li.Banner_here a {
    width: 12px;
    height: 12px;
    background: #000;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%;
}

#controls,
#controls1,
#controls2,
#controls3 {
    right: 5%;
    bottom: 10px;
    margin-top: 0;
    position: absolute;
    z-index: 999;
    width: 115px;
}

#controls li.prev,
#controls1 li.prev,
#controls2 li.prev,
#controls3 li.prev {
    display: inline-block !important;
    position: relative
}

#controls li.next,
#controls1 li.next,
#controls2 li.next,
#controls3 li.next {
    display: inline-block !important;
    position: relative
}

#controls li,
#controls1 li,
#controls2 li,
#controls3 li {
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    background: none repeat scroll 0 0;
    background: transparent;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-indent: inherit !important;
    height: 30px;
    width: 30px;
}

#controls li.pause,
#controls1 li.pause,
#controls2 li.pause,
#controls3 li.pause {
    display: none;
}

#controls li a,
#controls1 li a,
#controls2 li a,
#controls3 li a {
    background: none !important;
    position: relative !important;
    top: auto !important;
    width: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-indent: inherit !important;
}

.service-sec {
    background: url(images/ser-sec-bg.png) no-repeat top center;
    height: 471px;
    padding-top: 20px;
}

.box1,
.box3 {
    background: url(images/ser-box.png) no-repeat top center;
    height: 379px;
    float: left;
    width: 33.3%;
    padding: 10px;
    text-align: center;
    margin: 15px 0 0 0;
    position: relative;
}

.box2 {
    background: url(images/other-sour.png) no-repeat top center;
    height: 379px;
    float: left;
    width: 33.3%;
    padding: 10px;
    text-align: center;
    margin: 15px 0 0 0;
}

.box1 h3,
.box3 h3,
.box2 h3 {
    font-size: 24px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    padding: 25px 0;
}

.box1 p,
.box3 p {
    color: #fff;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    line-height: 1.2;
    padding: 5px 20px;
}

.rd-more {
    margin-top: 10px;
}

.rd-more a {
    color: #202d2f;
    padding: 0px 15px;
    text-transform: uppercase;
    background: #02c8eb;
    display: inline-block;
    border-radius: 50px;
    padding: 10px;
}

.rd-more a:hover {
    color: #fff;
}

.box1 h3 a,
.box3 h3 a,
.box2 h3 a {
    color: #fff;
}

.box1 h3 a:hover,
.box3 h3 a:hover,
.box2 h3 a:hover {
    color: #04d9ff;
}

.box1::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 1px;
    width: 30px;
    height: 30px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
}

.box3::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff;
}

.source {
    position: relative;
    list-style: none;
    overflow: hidden;
}

.source li {
    display: inline-block;
    width: 120px;
    margin: 5px 20px;
}

.source li a {
    color: #fff;
    font: 400 17px/20px 'Muli', sans-serif;
    display: block;
    padding: 57px 0px 0px 0px;
    cursor: default;
}

.source span {
    display: block;
}

.source .bone {
    background: url(images/bone-marrow.png) no-repeat top center;
}

.source .allograft {
    background: url(images/allograft.png) no-repeat top center;
}

.source .amniotic {
    background: url(images/fluid.png) no-repeat top center;
}

.source .umbilical {
    background: url(images/cord.png) no-repeat top center;
}

.source .adipose {
    background: url(images/adipose.png) no-repeat top center;
    width: 140px;
}

.am-i {
    margin: -22px auto 0;
    width: 250px;
}

.am-i a {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    text-align: center;
    background: #c03311;
    border-radius: 50px;
    padding: 10px;
    letter-spacing: 2px;
}

.am-i a:hover {
    background: #02c8eb;
}

#select-your {
    display: table;
    width: 100%;
}

.selet-heading h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    margin-top: 50px;
    color: #294d65;
}

.selet-heading h3 span {
    display: block;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    padding: 10px;
    text-transform: none;
    font-weight: normal;
}

.area-left {
    display: inline-block;
    width: 57%;
    position: relative;
}

.area-right {
    float: right;
    width: 42%;
}

.area-right h3 {
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    padding: 10px 0;
    color: #0e0f13;
}

.area-right p {
    font-size: 16px;
}

.area-right .strong {
    font-family: 'Muli', sans-serif;
    padding: 10px 0;
    color: #0e0f13;
    font-weight: 600;
    font-size: 16px;
}

.area-right li {
    padding: 0px 15px;
    background: url(images/list-style.png) no-repeat 0 center;
    font-size: 15px;
    line-height: 1.5;
}

#meet {
    background: #ededed;
    width: 100%;
    height: auto;
    position: relative;
    display: table;
    padding: 40px 0 0;
}

.meet-sec {
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
    border-left: 1px solid #ccc;
    min-height: 400px;
}

.doctor {
    float: left;
    padding: 0 5px;
    margin: -70px 0 0 30px;
    background: #EDEDED;
}

.doctor a {
    color: #000;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
}

.doctor a:hover {
    color: #04d9ff;
}

.stephan {
    color: #000;
    width: 635px;
    padding: 50px 0px 0px 30px;
    float: left;
}

.stephan h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #294d65;
}

.stephan h2 span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    display: block;
    font-size: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    color: #3c3c3c;
}

.stephan p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #3c3c3c;
    line-height: 1.2;
    padding: 15px 0px;
}

.doctor-image {
    float: right;
    margin: -12px 0px 0 0;
    position: relative
}

.doctor-image::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 34px;
    left: -10px;
    width: 20px;
    height: 336px;
    border-left: 10px solid #294d65;
}

.doctor-image::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -7px;
    right: 22px;
    width: 280px;
    height: 10px;
    border-bottom: 10px solid #294d65;
}

.awards {
    float: left;
    margin: 20px 0;
}

.awards li {
    display: inline-block;
    margin: 0 6px 0 0;
    font-size: 18px;
    vertical-align: middle;
}

.awards li a {
    color: #000;
    padding: 14px 12px 14px 29px;
}

.awards li a:hover {
    color: #02c8eb;
}

.awards li.award a {
    background: url(images/award.png) no-repeat 0px 15px;
}

.awards li.reser a {
    background: url(images/reserch.png) no-repeat 0px 13px;
}

.awards li.team a {
    background: url(images/team.png) no-repeat 0px 15px;
}

.learn {
    width: 250px;
    margin-left: 20px;
    margin-top: -40px;
    position: relative;
}

.learn a {
    background: #02c8eb;
    border-radius: 50px;
    color: #273537;
    padding: 10px 15px;
    font-weight: 600;
}

.learn a:hover {
    background: #fff;
}

.learn::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: 22px;
    height: 10px;
    border-bottom: 1px solid #ccc;
}

#pt-resour .container {
    background: url(images/pt-ed-bg.png)repeat top center;
    height: 380px;
    margin: 0px auto;
}

.pr-edu-inner {
    padding: 60px
}

.pt-edu {
    float: left;
    width: 45%;
    text-align: center;
}

.pr-edu-inner h3 {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
}

.pr-edu-inner h3 a {
    color: #000;
}

.pr-edu-inner h3 a:hover {
    color: #fff;
}

.pt-resource {
    text-align: center;
    float: left;
    padding-left: 16px;
    width: 45%;
}

.pt-resour-list li {
    float: left;
    width: 279px;
}

.pt-resour-list li a {
    display: block;
    padding: 21px 8px 15px 80px;
    color: #000;
    text-align: left;
}

.pt-resour-list li a.fv {
    background: url(images/pt-resour-home.png) no-repeat 35px 14px;
    border-bottom: 1px solid #81e3f4;
    border-right: 1px solid #81e3f4;
}

.pt-resour-list li a.ap {
    background: url(images/pt-resour-home.png) no-repeat 30px -180px;
    border-bottom: 1px solid #81e3f4;
}

.pt-resour-list li a.pf {
    background: url(images/pt-resour-home.png) no-repeat 35px -51px;
    border-bottom: 1px solid #81e3f4;
    border-right: 1px solid #81e3f4;
}

.pt-resour-list li a.pg {
    background: url(images/pt-resour-home.png) no-repeat 35px -119px;
    border-right: 1px solid #81e3f4;
}

.pt-resour-list li a.cu {
    background: url(images/pt-resour-home.png) no-repeat 33px -315px;
    padding-bottom: 33px;
}

.pt-resour-list li a.ii {
    background: url(images/pt-resour-home.png) no-repeat 30px -250px;
    border-bottom: 1px solid #81e3f4
}

.pt-resour-list {
    border: 1px solid #81e3f4;
    width: 560px;
    float: left;
}

.pt-resour-list li a.fv:hover {
    background: #294d65 url(images/pt-resour-home-hover.png) no-repeat 35px 14px;
    color: #fff;
}

.pt-resour-list li a.ap:hover {
    background: #294d65 url(images/pt-resour-home-hover.png) no-repeat 30px -180px;
    color: #fff;
}

.pt-resour-list li a.pf:hover {
    background: #294d65 url(images/pt-resour-home-hover.png) no-repeat 35px -51px;
    color: #fff;
}

.pt-resour-list li a.pg:hover {
    background: #294d65 url(images/pt-resour-home-hover.png) no-repeat 35px -119px;
    color: #fff;
}

.pt-resour-list li a.cu:hover {
    background: #294d65 url(images/pt-resour-home-hover.png) no-repeat 33px -315px;
    color: #fff;
}

.pt-resour-list li a.ii:hover {
    background: #294d65 url(images/pt-resour-home-hover.png) no-repeat 30px -250px;
    color: #fff;
}

#pt-resour {
    margin: 0px 0px;
    padding: 20px 0 0 0;
    display: table;
    width: 100%;
}

.bullet4 {
    padding: 0px;
}

.bullet4 li {
    padding: 0px;
    list-style: none;
}

.bullet4 li a {
    font-size: 14px;
    color: #000;
    display: block;
    position: absolute;
    float: left;
}

.bullet4 li a span {}

.bullet4 li a:hover,
.bullet4 li.rslides_here a {
    color: #fff;
}

.bullet4 li a:hover span,
.bullet4 li.rslides_here a span {}

.bul_shoulder a {
    top: 190px;
    right: 87px;
    background: url(images/ser-hurt-icon.png) top center no-repeat;
    padding: 36px 7px 3px 56px;
}

.bul_shoulder a:hover,
.bullet4 .bul_shoulder.rslides_here a {
    background: url(images/ser-hurt-icon-hover.png) top center no-repeat;
}

.bul_elbow a {
    top: 208px;
    right: 176px;
    background: url(images/ser-hurt-icon.png) top center no-repeat;
    padding: 36px 8px 3px 180px;
}

.bul_elbow a:hover,
.bullet4 .bul_elbow.rslides_here a {
    background: url(images/ser-hurt-icon-hover.png) top center no-repeat;
}

.bul_hip a {
    top: 370px;
    right: 219px;
    background: url(images/ser-hurt-icon.png) top center no-repeat;
    padding: 36px 14px 3px 75px;
}

.bul_hip a:hover,
.bullet4 .bul_hip.rslides_here a {
    background: url(images/ser-hurt-icon-hover.png) top center no-repeat;
}

.bul_wrist a {
    top: 154px;
    right: 299px;
    background: url(images/ser-hurt-icon.png) top center no-repeat;
    padding: 36px 8px 3px 170px;
}

.bul_wrist a:hover,
.bullet4 .bul_wrist.rslides_here a {
    background: url(images/ser-hurt-icon-hover.png) top center no-repeat;
}

.bul_knee a {
    top: 127px;
    left: 259px;
    background: url(images/ser-hurt-icon.png) top center no-repeat;
    padding: 36px 10px 3px 125px;
}

.bul_knee a:hover,
.bullet4 .bul_knee.rslides_here a {
    background: url(images/ser-hurt-icon-hover.png) top center no-repeat;
}

.bul_ankle a {
    top: 109px;
    left: 40px;
    background: url(images/ser-hurt-icon.png) top center no-repeat;
    padding: 36px 10px 3px 121px;
}

.bul_ankle a:hover,
.bullet4 .bul_ankle.rslides_here a {
    background: url(images/ser-hurt-icon-hover.png) top center no-repeat;
}

area-right .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

area-right .rslides>li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

area-right .rslides>li:first-child {
    position: relative;
    display: block;
    float: left;
}

area-right .rslides>img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

area-right {
    float: right;
    width: 58%;
    background: #19546F;
    min-height: 542px;
    padding: 10px;
    border: 2px solid #29b888;
    border-radius: 10px;
}

area-right h2 {
    color: #95d9ef;
}

area-right ul li {
    color: #fff;
}

area-right ul li a {
    color: #fff;
}

.cond_blk_lft {
    float: left;
    width: 49%;
}

.area-of-consern::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    border-top: 10px solid #ccc;
    border-left: 10px solid #ccc;
}

.area-of-consern::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    border-bottom: 10px solid #ccc;
    border-right: 10px solid #ccc;
}

.area-of-consern {
    margin-bottom: 35px;
}

.select-inner {
    height: 280px;
}

#credBar,
#credBar2 {
    overflow-y: hidden;
    padding: 20px 0;
}

#credBar li,
#credBar2 li {
    margin: 5px 0;
}

footer {
    background: #191D20 url('images/footer-bg.png') repeat 0 0;
    width: 100%;
    float: left;
    position: relative
}

#Footer .footerUpper {
    display: block;
    width: 100%;
    text-align: center;
    padding: 35px 10px;
    box-sizing: border-box;
    float: left;
    border-bottom: 1px solid #37729d;
}

#Footer .footerBottom {
    display: block;
    width: 100%;
    padding: 35px 10px;
    box-sizing: border-box;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

#Footer .footerBottom a {
    color: #757779;
    font-size: 16px;
    padding: 0px 5px;
}

#Footer .footerBottom a:hover {
    color: #02c8eb;
}

#Footer .footerBottom .copyrights {
    float: left;
}

#Footer .footerBottom .copyrights p {
    color: #757779;
    font-size: 16px;
}

.ypo {
    float: right;
    margin: 22px 21px 0px 0px;
    clear: both;
}

.smo {
    padding: 0px 20px 0px;
    text-align: center;
    float: right;
}

.smo li {
    margin: 5px 1px;
    display: inline-block;
}

.smo li a {
    background: url(images/smo.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    float: left;
}

.smo li.smo1 a {
    background: url(images/smo.png) no-repeat 0px 0;
}

.smo li.smo2 a {
   /* background: url(images/smo.png) no-repeat -40px 0;*/
    background: url(images/twitter-icon-new.png) no-repeat -40px 0;
}

.smo li.smo3 a {
    background: url(images/smo.png) no-repeat -79px 0;
}

.smo li.smo4 a {
    background: url(images/smo.png) no-repeat -119px 0;
}

.smo li.smo5 a {
    background: url(images/smo.png) no-repeat -158px 0;
}

.smo li.smo6 a {
    background: url(images/smo.png) no-repeat -198px 0;
}

.education-videos-aside {
    margin: 10px 0 5px 0;
}

.education-videos-head-aside a {
    font: 700 16px/20px 'Lato', sans-serif;
    background: #ededed;
    color: #000;
    text-transform: uppercase;
    padding: 16px 0 16px 20px;
    display: block;
}

.education-videos-head-aside a:hover {
    color: #02c8eb
}

.are-you {
    background: #c03311;
}

.are-you a {
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    display: block;
    padding: 12px 15px;
    font-size: 20px;
    text-align: center;
}

.are-you a:hover {
    color: #000;
}

.sidebar-pat-rsrc {
    background: #294d65;
    margin: 0 0 10px 0;
}

.sidebar-pat-rsrc-title {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 15px 0;
    display: block;
}

.sidebar-pat-rsrc ul li a {
    display: block;
    font-size: 18px;
    color: #000;
    padding: 15px 0 15px 62px;
    border-top: 1px solid #4d7bab;
    transition: 0.2s all linear;
}

.sidebar-pat-rsrc ul li a:hover {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 15px 0 15px 62px;
    border-top: 1px solid #4d7bab;
    transition: 0.2s all linear;
}

.side-pat-rsrc-frst-visit a {
    background: #02c8eb url(images/pt-resource-list.png) 22px 10px no-repeat;
}

.side-pat-rsrc-pat-frm a {
    background: #02c8eb url(images/pt-resource-list.png) 22px -38px no-repeat;
}

.side-pat-rsrc-ref-frm a {
    background: #02c8eb url(images/pt-resource-list.png) 22px -84px no-repeat;
}

.side-pat-rsrc-ins-info a {
    background: #02c8eb url(images/pt-resource-list.png) 22px -196px no-repeat;
}

.side-pat-rsrc-appmnt a {
    background: #02c8eb url(images/pt-resource-list.png) 22px -138px no-repeat;
}

.side-pat-rsrc-frst-visit a:hover {
    background: #c03311 url(images/pt-resource-list-hover.png) 22px 10px no-repeat;
}

.side-pat-rsrc-pat-frm a:hover {
    background: #c03311 url(images/pt-resource-list-hover.png) 22px -38px no-repeat;
}

.side-pat-rsrc-ref-frm a:hover {
    background: #c03311 url(images/pt-resource-list-hover.png) 22px -84px no-repeat;
}

.side-pat-rsrc-ins-info a:hover {
    background: #c03311 url(images/pt-resource-list-hover.png) 22px -196px no-repeat;
}

.side-pat-rsrc-appmnt a:hover {
    background: #c03311 url(images/pt-resource-list-hover.png) 22px -138px no-repeat;
}

.aside-list {
    margin: 5px auto;
    color: #fff;
}

.aside-list ul {
    margin: 0;
    padding: 10px 0 0;
}

.aside-list li {
    min-height: 42px;
    width: 100%;
    margin: 2px 0;
}

.aside-list li a {
    color: #fff;
    display: block;
    padding: 12px 0 0 25%;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
}

.aside-list li a:hover {
    color: #02C8EB
}

.aside-stem {
    background: #294d65 url(images/steem-cell-therapy.jpg) 0 center no-repeat;
}

.aside-prp {
    background: #294d65 url(images/sidebar-prp.jpg) 0 center no-repeat;
}

.dr-container {
    border: solid 1px #353535;
    text-align: center;
    margin: 10px 0;
    background: #ededed;
}

.dr-container .heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: #294d65;
    padding: 10px 0px
}

.dr-container .heading {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    color: #3c3c3c;
    padding: 10px 0px
}

.dr-container .view-pro {
    width: 50%;
    margin: 5px auto;
}

.dr-container .view-pro a {
    background: #02c8eb;
    color: #000;
    border-radius: 50px;
    display: block;
    padding: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

.dr-container .view-pro a:hover {
    background: #02c8eb;
    color: #000;
    border-radius: 50px;
    display: block;
    padding: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

.dr-container img {
    display: table;
    margin: 10px auto;
}

.dr-container a {
    display: block;
    line-height: 2;
    background: #353535;
    color: #e9eaeb;
}

.dr-container a:hover {
    background: #013972;
}


/* Main Content related css */

main {
    position: relative;
    display: table;
}

aside {
    float: right;
    width: 290px;
    min-height: 1300px;
    margin: 5px 0 20px 0;
    padding: 20px 10px;
    box-sizing: border-box;
}

article {
    float: left;
    width: 800px;
}

article h1 {
    font-size: 30px;
    line-height: 1.4;
    padding: 15px 0 0 0;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #294d65;
}

article h2 {
    font-size: 24px;
    line-height: 1.4;
    padding: 15px 0 0 0;
    color: #294d65;
}

article h3 {
    font-size: 20px;
    line-height: 1.4;
    padding: 15px 0 0 0;
    color: #3a3a3a;
}

article p {
    font-size: 16px;
    line-height: 1.4;
    padding: 15px 0 0 0;
}

article p a {
    color: #005a98;
    font-weight: bold;
}

article ul {
    padding: 15px 0 0 0;
}

article h2+p,
article h3+p,
article h2+img+p,
article h3+img+p,
article h2+ul,
article h3+ul {
    padding: 3px 0 0 0;
}

article img.subjectPic {
    float: right;
    border: solid 1px #ccc;
    margin: 10px 2px 10px 20px;
}

article ul li {
    padding: 3px 10px;
    font-size: 16px;
    list-style: none;
    color: #202020;
    margin: 0 0 0 18px;
    line-height: 1.4
}

article ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #04D9FF;
}

article ul ul {
    margin: 0px 0 5px 15px;
}


/* Pdf related css */

article ul.pdf li {
    line-height: 1.2;
}

article ul.pdf li:before {
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 21px;
    display: inline-block;
    margin-left: -0.7em;
    width: 1.3em;
    color: #f00;
}


/* Breadcrumbs button related css */

.breadcrumbs {
    text-align: left;
    text-decoration: none;
    padding: 12px 0 15px 0;
    color: #294d65;
    font-size: 16px;
    border-bottom: solid 3px #dddddd;
}

.breadcrumbs a {
    color: #303030;
}

.breadcrumbs a:hover {
    color: #005a98;
}


/* Testimonial button related css */

a.submitTestimonials {
    float: right;
    margin: -20px 0 0 0;
    background: #005a98;
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
}

a.submitTestimonials:hover {
    background: #000;
}


/*Location Sample1 related css */

.locationWrapper {
    margin: 20px 0 0px 0;
    clear: both;
    float: left;
    width: 100%;
}

.individualLocations {
    float: left;
    margin: 0 1% 10px;
    width: 31%;
    text-align: center;
    min-height: 274px;
    padding: 15px 5px;
    transition: all 0.2s linear;
    background: #eee;
}

.individualLocations h4 {
    font-size: 18px;
    padding: 7px 0 0 0;
}

.individualLocations h4 a {
    color: #042254
}

.individualLocations:hover h4 a {
    color: #00AEEA;
    transition: all 0.2s linear;
}

.individualLocations:hover {
    background: #ddd;
    transition: all 0.2s linear;
}

.map-sec {
    max-width: 1170px;
    margin: auto;
}


/* Slider CSS */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides>li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
}

.rslides>li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides>img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


/* Scrolling CSS */

#flexiselDemo {
    display: none;
}

.nbs-flexisel-container {
    max-width: 100%;
    position: relative;
}

.nbs-flexisel-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 9999px;
}

.nbs-flexisel-inner {
    float: left;
    overflow-x: hidden;
    width: 100%;
}

.nbs-flexisel-item {
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
}

#credBar .nbs-flexisel-nav-left,
#credBar .nbs-flexisel-nav-right {
    cursor: pointer;
}

#credBar .nbs-flexisel-nav-left {
    left: -36px;
    background: url(images/credarrow.png) no-repeat 0px 0px;
    top: 30px !important;
    margin: 10px 0 0;
    width: 30px;
    height: 35px;
    position: absolute;
}

#credBar .nbs-flexisel-nav-right {
    right: -35px;
    background: url(images/credarrow.png) no-repeat -32px 0px;
    margin: 10px 0 0;
    width: 30px;
    height: 38px;
    left: inherit;
    position: absolute;
    top: 30px !important;
}


/* Back to Top/Bottom CSS */

#backtobot,
#backtotop {
    cursor: pointer;
    right: 12px;
    position: fixed;
    z-index: 9999;
    width: 34px;
    height: 34px;
    border: solid 2px #000;
    display: none;
    border-radius: 20px;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    z-index: 99;
    background: #fff;
}

#backtotop {
    bottom: 10px;
}

#backtotop a:before,
#backtobot a:before {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 21px;
    display: inline-block;
    color: #02c6e9;
    margin-top: 2px;
}

#backtobot a:before {
    content: "\f078";
    margin-top: 4px;
}

#backtobot {
    bottom: 10px;
}

#backtobot a,
#backtotop a {
    display: block;
    color: #fff;
    opacity: 0.8;
}


/****** *** Accordion Styles ***/

.textMain .accordion {
    margin: 1em 0;
}

.textMain .accordion h2 {
    background: url(images/accordian-icon.png) 95% center no-repeat #294D65;
    color: #fff !important;
    cursor: pointer;
    margin: 5px 0 0;
    padding: 4px 10px;
    font: 400 18px/22px 'Open Sans', sans-serif !important;
}

.textMain .accordion h2.current {
    background: url(images/accordian-icon-hover.png) 95% center no-repeat #04d9ff;
    cursor: default;
    color: #fff;
    border: 1px solid #cccccc;
    border-bottom: 0 solid #cccccc!important;
}

.textMain .accordion div.pane {
    padding: 15px 10px 10px;
    border: 1px solid #cccccc;
}

.textMain .pane {
    display: none;
}

.textMain .accordion .accor-heading a,
.textMain .accordion h2 a {
    color: #ffffff;
    text-decoration: none;
}

.dotted-border {
    border-bottom: 4px double #294D65;
}

ul.patient-forms li a {
    background: url(images/icon-pdf.gif) no-repeat 0 3px;
    display: inline-block;
    padding: 0px 0 0 25px;
    margin-top: 15px;
    color: #000;
}

.patient-forms li::before {
    content: none;
}

.textMain .grid-img {
    text-align: center;
}

.textMain .grid-img li {
    background: none;
    padding: 0;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}

.textMain .grid-img li img {
    padding: 10px;
    border: 2px solid #02C8EB;
}

.grid-img li::before {
    content: none;
}

.videoBorder {
    border: 4px solid #333;
    margin: 15px auto;
    padding: 53% 0 0;
    position: relative;
    width: 90%;
}

.videoBorder iframe,
.videoBorder embed {
    border: 0 none !important;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100.1%;
}

.ortho-images {
    border: 1px solid #f2f2f2;
    float: right;
    margin: 0 10px 10px;
    padding: 10px;
}

.form_container {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    margin: 10px auto 30px auto;
}

.form_container h4 {
    background: #5093D9 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    padding: 9px 10px;
    text-align: center;
    margin: 0px;
    line-height: 30px;
}

.form_container p.left {
    margin: 0;
    padding: 10px 2%;
    text-align: center;
}

.form_container .right {
    float: left;
    height: 100px;
    padding: 10px 2%;
    width: 45%;
}

.form_container .right p {
    line-height: 0.5;
    margin: 10px 0;
}

.fa {
    width: 20px;
}

.appoint-box {
    background: #666c7c none repeat scroll 0 0;
}

.we-are-on-fb {
    color: #fff;
    font-size: 24px;
    text-align: center;
    float: left;
    margin: 0px 5px;
}

.we-are-on-fb a,
.we-are-on-fb a:hover {
    text-decoration: none;
}

.fa.fa-thumbs-up {
    font-size: 40px;
    padding: 4px 5px;
}

.content-info {
    background: #E9E9E9;
    padding: 5px;
    width: 465px;
    margin: 10px auto 0 auto !important;
}

.content-info p {
    float: left;
    margin: 0 5px;
}

.content-button ul {
    padding: 0
}

.content-button ul li {
    float: right;
    background: none;
    margin: 15px 0 10px;
    padding-left: 0;
    list-style: none
}

.content-button ul li a {
    padding: 5px 14px 5px 25px!important;
    background-position: 5px 6px;
    background-repeat: no-repeat;
    color: #000000;
}

.content-button ul li a.patient-contact {
    background-image: url(images/pdf-26.png)
}

.content-button ul li a.appointment-contact {
    background-image: url(images/appointment_icon1.png)
}

.content-button ul li a.appointment-contact-us {
    background-image: url(images/contact-icon.png);
    background-position: 5px 7px
}

.content-button ul li a {
    border: none;
    float: left;
    margin-right: 10px!important;
    cursor: pointer;
    border-radius: 0;
    line-height: 20px
}

.content-button ul li a {
    background-color: #5093D9;
    color: #fff;
    text-decoration: none;
}

.content-button ul li:before {
    content: none;
}

.more-reviews {
    background: #04D9FF;
    margin: 0 auto!important;
    text-align: left;
    width: 247px
}

.more-reviews.submit-testi.share-story {
    padding: 0;
    float: right;
    margin: -35px 0 0!important
}

.more-reviews .far {
    color: #fff;
    float: left;
    font-size: x-large;
    margin: 12px 10px 0 13px
}

.more-reviews a {
    color: #fff!important;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}

.more-reviews:hover {
    background: #294D65;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.reviews {
    height: auto;
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
    width: 100%
}

.reviews img {
    margin: 5px;
    padding: 0
}

.image-center {
    width: 100%;
    clear: both;
    margin: 2% 4%
}

.image-center img {
    margin: 0 10px 0 0
}

article .testimonial-sec li {
    background: #ccc!important;
    padding: 6px 10px!important;
    margin: 0 0 15px;
    box-shadow: 0 0 8px #ccc;
    list-style: none!important
}

.testi-img {
    text-align: right;
    margin: 10px 0 5px
}

.testimonial-sec {
    margin: 20px 0 0
}

.testimonial-sec .fas {
    color: #646262;
    font-size: 20px;
    position: relative
}

.testimonial-sec .fas.fa-quote-left {
    margin: 0 5px 0 0;
    top: -5px
}

.testimonial-sec .fas.fa-quote-right {
    margin: 0 0 0 5px;
    top: 11px
}

.testimonial-sec li::before {
    content: none;
}

.service-list-design {
    padding: 0;
}

.service-list-design li {
    display: inline-block;
    width: 47%;
    margin-right: 1%;
    margin-bottom: 2%;
    box-sizing: border-box;
    margin-left: 0;
    position: relative;
    vertical-align: top;
}

.service-list-design li:before {
    display: none !important;
}

.service-list-design li a {
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    background: #575757;
    text-decoration: none;
    color: #fff;
    text-align: center;
    height: 57px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    display: inline-block;
}

.service-list-design li a {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.service-list-design li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #03035D;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.service-list-design li a:hover,
.service-list-design li a:focus,
.service-list-design li a:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

service-list-design li {
    position: relative;
}

.service-list-design li a {
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    width: 100vw;
}

.tableborder {
    border: 3px solid #fff;
    background: #fff;
    width: 280px;
    display: inline-block;
    box-shadow: 0px 1px 3px 3px #041b40;
    padding: 4px;
    margin: 20px 10px;
    vertical-align: top;
}

.formHead {
    background: #041b40;
    padding: 5px 0px;
    color: #fff;
    font: 700 16px/18px 'Work Sans', sans-serif;
    margin: 0 0 10px 0;
    text-align: center;
}

.text-address {
    font: 400 15px/18px 'Work Sans', sans-serif;
    color: #000;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

.text-address p {
    margin: 0 3px !important;
    padding: 0px;
}

.textMain .tel-schema {
    height: 16px;
    color: #fff;
    padding: 0px 0px 20px 0px;
}

.textMain .tel-schema span {
    color: #000;
}

.textMain .tel-schema p a {
    color: #000;
}

.textMain .schema-address a {
    color: #000;
}

.textMain .schema-address a:hover {
    color: #000;
    text-decoration: underline;
}

.text-address .textMainBold {
    font: 500 18px/18px 'Work Sans', sans-serif;
}


/*Google Map CSS*/

.ad-head {
    font: 600 17px/22px Roboto, Arial, sans-serif;
    padding: 5px 0;
}

.ad-head p {
    font: 400 15px/25px 'Lato', sans-serif;
    color: #2e2e2e;
}


/*******   conditions and treatment  *******/

ul.con-pro-service-links {
    float: left;
    width: 100%;
    margin-top: 50px;
}

ul.con-pro-service-links li {
    background: #294D65;
    box-shadow: 0 0 1px transparent;
    box-sizing: border-box;
    display: table;
    float: left;
    height: 70px;
    margin-bottom: 30px;
    margin-right: 4%;
    padding: 0px 5px 0px 80px;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition: transform 0.3s linear 0s;
    vertical-align: middle;
    width: 40%;
    border-radius: 0px 50px 50px;
}

ul.con-pro-service-links li a {
    color: #fff;
    display: table-cell;
    font: 16px/20px verdana;
    height: 100%;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    cursor: default;
}


/*******   conditions and treatment background imgs *******/

ul.con-pro-service-links li span img {
    position: absolute;
    top: -9px;
    left: -26px;
    border: 3px solid #141414;
    border: 3px dashed #141414;
    border: 3px dotted #141414;
    border: 3px double #141414;
    border: 3px groove #141414;
    border: 3px ridge #141414;
    border: 3px inset #141414;
    border: 3px outset #141414;
    border-radius: 50px;
    height: 80px;
}

ul.con-pro-service-links li::before {
    content: none;
}

#connect-sblock {
	border: 2px solid #5b5b5b;
	padding: 8px 2%;
	margin: 0px 0px 25px 0px;
}
#connect-sblock ul li{display: inline-block;width: 30%;}
#connect-sblock ul{padding: 15px 0;text-align: center;}
#connect-sblock ul li span{margin-left: 5px;}
#connect-sblock ul .phone a{color: #202020;}
#connect-sblock ul .phone::before {
	content: "\f095";
	color: #202020;
}
#connect-sblock ul .fax::before {
	content: "\f1ac";
	color: #202020;
}
#load-ypo-cc-manager {
    background: #ccc;
    padding: 8px 15px;
    border-radius: 10px;
    top: 30px;
    color: #000;
position:relative;
display:inline-block;
}

/*.utbe-vdo iframe {
	border: 2px solid #000;
	height: 210px;
}

.utbe-vdo {width: 300px;height: 210px;margin: 0px auto;vertical-align: top;position: relative;top: -45px;left: -70px;}*/

  .utube {
	position: relative;
	max-width: 1170px;
	margin: 30px auto;
	width: 100%;
	height: 300px;
    text-align: center;
}
    
   .utube iframe {
	width: 600px;
	height: 100%;
	text-align: center;
	margin: 0px auto;
	border: 3px solid #000;
}
.hr {border: 1px dashed #000;}

/* Media Query For Different Screens */

@media screen and (max-width: 1160px) {
    .menu li {
        font-size: 15px;
    }
    .menu>li>a {
        padding: 13px 12px 13px 3px;
    }
    article {
        width: 65%;
    }
    .box1::before {
        display: none;
    }
    .box3::after {
        display: none;
    }
    .area-of-consern::before {
        content: none;
    }
    .area-of-consern::after {
        content: none;
    }
    .booktell {
        float: left;
        width: 200px;
        clear: both;
    }
    .rd-more {
	margin-top: 0;
}
}

@media screen and (max-width: 1070px) {
    nav {
        width: 100%;
    }
    article {
        width: 63%;
    }
    .logo {
        margin: 25px 5px 25px 3px;
        padding-right: 0;
        /*width: 26%;*/
        width: 32%;
    }
    .logo-mid {
        width: 222px;
        padding: 23px 5px 0px 4px;
    }
    .gridWrapper {
        width: 98%;
        padding: 0 1%;
    }
    .smo {
        padding: 10px 5px 0px;
        text-align: center;
        float: left;
    }
    .ypo {
        float: left;
        margin: 10px 21px 0px 0px;
    }
    #Footer .footerBottom {
        padding: 10px 10px;
    }
    .banner_text2 {
        padding: 10px 1% 0px 40%;
    }
    .box1,
    .box3 {
        width: 32.3%;
        padding: 0px 0px;
        margin: 15px 2px 0 2px;
    }
    .box2 {
        width: 34%;
    }
    .meet-sec {
        border: none;
        margin: 25px 1% 0;
    }
    .doctor-image::before,
    .doctor-image::after,
    .learn::before {
        content: none;
    }
    .doctor-image {
        float: right;
        position: relative;
        border: 5px solid #294d65;
        margin: 0px;
    }
    #pt-resour {
        margin: 0px;
        padding: 0px;
    }
    #meet {
        padding: 0px;
    }
    .doctor {
        padding: 0 5px;
        margin: -35px 0 0 0px;
    }
    .stephan {
        padding: 10px 0px 0px 0px;
    }
    .pr-edu-inner {
        padding: 20px;
    }
    .pt-edu {
        width: 40%;
    }
    .pt-resource {
        width: 54%;
    }
    .area-left {
        width: 490px;
    }
    .area-right {
        width: 51%;
    }
    .bul_hip a {
        top: 279px;
        right: 151px;
    }
    .bul_shoulder a {
        top: 144px;
        right: 59px;
    }
    .bul_knee a {
        top: 97px;
        left: 178px;
    }
    .bul_ankle a {
        top: 92px;
        left: 15px;
    }
    .bul_wrist a {
        top: 111px;
        right: 208px;
    }
    .bul_elbow a {
        top: 151px;
        right: 102px;
    }
    #credBar .nbs-flexisel-nav-right {
        right: 5px;
        width: 30px;
    }
    #credBar .nbs-flexisel-nav-left {
        left: 3px;
        width: 30px;
    }
    .select-inner {
        height: 230px;
    }
    .area-of-consern {
        margin-bottom: 0px;
    }
    .source li {
        width: 114px;
    }
    .booktell {
        float: left;
        width: 137px;
    }
    header .contactLinks {
        float: right;
        text-align: center;
        width: 49%;
    }
    header .contDetails {
        margin-bottom: 20px;
        margin-top: 14px;
    }
    .utbe-vdo {
	width: 90%;
	height: 300px;
	margin: 30px auto;
	vertical-align: top;
	position: relative;
	top: 15px;
	left: 0;
}
    .utbe-vdo iframe {
	height: 300px;
}
}

@media screen and (max-width: 1023px) {
    .banner_text {
        padding: 13px;
        background: rgba(255, 255, 255, 0.7);
        margin: 112px 8% 0;
        font-size: 20px;
    }
    .banner_text2 {
        padding: 20px;
        background: rgba(255, 255, 255, 0.7);
        margin: 39px 5% 0;
        font-size: 18px;
    }
    article {
        width: 53%;
    }
    header .contactLinks {
        float: none;
        text-align: center;
    }
    .menu li {
        font-size: 14px;
    }
    .menu>li>a {
        width: auto!important;
        text-transform: none;
        /*padding: 16px 3px;*/
        padding: 16px 11px;
    }
    .slide1,
    .slide2,
    .slide3,
    .slide4 {
        background-position: -422px 0;
    }
    .slide11,
    .slide12,
    .slide13,
    .slide14 {
        background-position: 34% 50%;
    }
    .box2,
    .box1 {
        width: 41%;
        margin: 0 40px;
    }
    .box3 {
        width: 100%;
        background: url(images/pt-ed-bg.png)repeat top center;
        margin: 0;
        height: auto;
    }
    .stephan {
        width: 420px;
        padding: 40px 0px 0px 0px;
    }
    .awards li {
        margin: 20px 6px 0 0;
    }
    #meet {
        padding-bottom: 20px;
    }
    .area-left {
        display: block;
        margin: 0 auto;
        float: none;
        min-height: 365px;
    }
    .area-right {
        width: 100%;
        height: 300px;
    }
    .more-reviews.submit-testi.share-story {
        margin: -5px 0 0 !important;
    }
    .nbs-flexisel-inner {
        float: none;
        width: 95%;
        margin: 0 auto;
    }
    #credBar .nbs-flexisel-nav-left {
        left: 0;
    }
    #credBar .nbs-flexisel-nav-right {
        right: 0;
    }
    .select-inner {
        height: 190px;
    }
    .area-of-consern {
        margin-bottom: 0px;
    }
    .logo {
        margin: 25px 5px 25px 3px;
        padding-right: 0;
        width: 39%;
    }
    header .contDetails {
        margin-bottom: 20px;
        margin-top: 27px;
    }
    header .contactLinks {
        float: left;
        text-align: center;
        /*width: 50%;*/
        width: 55%;
        margin: 0px 0px 0px 5%;
    }
	.rd-more {
	margin-bottom: 10px;
}
	.area-right {
	width: 90%;
}
}

@media screen and (max-width: 880px) {
	#connect-sblock ul li {width: auto;}
    .box2,
    .box1 {
        width: 50%;
        margin: 0 0px;
    }
    .rd-mobi a {
        background: #294d65;
        color: #fff;
    }
    .rd-mobi {
        margin-bottom: 10px;
    }
    .am-i {
        margin: 10px auto 0;
    }
    .learn {
        margin: 0px;
    }
    .pr-edu-inner h3 {
        font-size: 18px;
    }
    #pt-resour .container {
        height: 300px;
    }
    .pt-resour-list li {
        float: left;
        width: 198px;
    }
    .pt-resour-list {
        width: 398px;
        display: table;
    }
    .pt-resour-list li a.pg {
        padding: 6px 8px 15px 80px;
    }
    .pt-resour-list li a.cu {
        padding-bottom: 36px;
    }
    .selet-heading h3 {
        margin-top: 10px;
        line-height: 1.2
    }
    .booktell {
        float: left;
        width: 116px;
    }
    ul.con-pro-service-links li {
        float: none;
        width: 65%;
    }
    header .contDetails {
        float: right !important;
       /* width: 307px;*/
		width: 323px;
        margin: 10px 0px 30px 0px;
        display: inline block;
    }
    .logo {
        margin: 25px 5px 25px 3px;
        padding-right: 0;
        width: 37%;
    }
    header .contactLinks {
        width: 59%;
        margin: 0px 0px 0px 2%;
        float: right;
    }
	.menu > li > a {
	padding: 16px 5px;
}
}
@media screen and (max-width: 770px) {
	header .contDetails {
	width: 311px;
}
}
@media screen and (max-width: 767px) {
    .banner_text2 img {
        margin: 0;
        top: 0;
    }
    .banner_text2 {
        width: 100%;
        margin: 0;
        border: 0px;
        box-sizing: border-box;
        font-size: 18px;
    }
    .ban1 img {
        margin: 0 auto;
    }
    article {
        width: 100%;
    }
    aside {
        float: none;
        margin: 0 auto;
        clear: both;
        min-height: 0px;
    }
    /* Menu CSS */
    nav {
        display: none;
    }
    /* Mobile Menu */
    #mobileMenu {
        display: block;
        clear: both;
    }
    .wrapper {
        display: block;
        position: absolute;
        z-index: 9999;
        left: 0px;
        width: 100%;
        display: none;
        background: #525252;
    }
    .menuText {
        text-align: center;
        padding: 0px;
        color: #fff;
        font: normal 20px Verdana, Arial, Helvetica, sans-serif;
        line-height: 2;
        background: #2d7b8d;
    }
    .menuText a {
        color: #fff;
        display: block;
    }
    .parentMenu {
        font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
        color: #fff;
    }
    .parentMenu li {
        position: relative;
    }
    .parentMenu li a {
        padding: 10px 10px 10px 20px;
        color: #fff;
        display: block;
        border-bottom: 1px solid #747474;
    }
    .parentMenu li a:hover {
        background: #00BFF3;
    }
    .parentMenu li ul {
        display: none;
    }
    .parentMenu li li a {
        padding: 10px 10px 10px 40px;
        background: #525252;
    }
    .parentMenu li li li a {
        padding: 10px 10px 10px 60px;
        background: #525252;
    }
    .parentMenu li a:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        display: inline-block;
        margin-left: -12px;
        width: 1.3em;
        color: #fff;
        position: absolute;
        top: 9px;
    }
    .parentMenu li a:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        display: inline-block;
        margin-left: -12px;
        width: 1.3em;
        color: #fff;
        position: absolute;
        top: 9px;
    }
    a.level1Menu:after {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        display: inline-block;
        margin-left: -12px;
        width: 1.3em;
        color: #fff;
        position: absolute;
        top: 9px;
        right: 0;
    }
    a.level1Menu:hover:after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 14px;
        display: inline-block;
        margin-left: -12px;
        width: 1.3em;
        color: #fff;
        position: absolute;
        top: 9px;
        right: 0;
    }
    .box1 {
        float: none;
        margin: 0 auto;
        background: none;
        width: 100%;
        height: auto;
    }
    .service-sec {
        background: #02c6e9;
        height: auto;
        padding-top: 20px;
    }
    .box3 {
        background: none;
    }
    .box2 {
        background: none;
        width: 100%;
        height: auto;
    }
    #meet {
        padding: 0px 0;
    }
    .stephan {
        width: auto;
        padding: 0px 0px 0px 20px;
    }
    .doctor {
        float: none;
        padding: 15px 5px;
        margin: 0px 0 0 00px;
        background: #EDEDED;
        text-align: center;
    }
    .learn {
        margin-left: 5px;
        margin-top: 15px;
    }
    .doctor-image {
        float: none;
        width: 300px;
        margin: 0 auto;
    }
    .pt-edu {
        width: 100%;
        float: none;
    }
    .pt-resource {
        width: 100%;
        margin: 0 auto;
    }
    .pt-resour-list {
        width: 100%;
        display: table;
    }
    .pt-resour-list li {
        float: left;
        width: 50%;
    }
    #controls1 {
        right: 0%;
    }
    .rd-more a {
        color: #fff;
        background: #294d65;
    }
    .box1 h3 a:hover,
    .box3 h3 a:hover,
    .box2 h3 a:hover {
        color: #000;
    }
    #pt-resour .container {
        height: auto;
        float: left;
    }
    .pt-resour-list li a.cu {
        padding-bottom: 26px;
    }
    .pt-resour-list li a.pg {
        padding: 11px 8px 21px 80px;
    }
    .pt-resource {
        padding: 10px 15px;
    }
    header .contactLinks {
        width: 89%;
    }
    .logo {
        margin: 10px auto;
        padding-right: 0;
        /*width: 300px;*/
        width: 100%;
		text-align: center;
        float: none;
    }
    header .contDetails {
        margin-top: 20px;
    }
    #backtobot,
    #backtotop {
        display: none !important;
    }
	.area-right {
	height: 346px;
		width: 100%;
}
}

@media screen and (max-width: 639px) {
    .banner_text {
        padding: 8px 10px 10px 10px;
        font-size: 20px;
        margin: 0;
        top: 0;
        height: 110px;
        color: #000!important;
    }
    .slide1,
    .slide2,
    .slide3,
    .slide4 {
        background-position: 26% 0;
        padding-top: 57%;
        height: auto;
        background-size: 280%;
    }
    ul.con-pro-service-links li {
        float: none;
        width: 60%
    }
    header .contDetails {
        margin: 10px auto;
        float: none !important;
        /*width: 307px;*/
        width: 320px;
    }
    .logo {
        margin: 10px auto;
        width: 300px !important;
        float: none;
    }
    .booktell {
        float: none;
        width: 137px;
        margin: 10px auto;
    }
    header .contactLinks {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (max-width: 500px) {
    .bul_knee a {
        top: 57px;
        left: 140px;
        padding: 24px 0px 3px 23px;
    }
    .area-left {
        width: 300px;
        min-height: 205px;
    }
    .bul_elbow a {
        top: 92px;
        right: 103px;
        padding: 32px 8px 3px 19px;
    }
    .bul_wrist a {
        top: 68px;
        right: 158px;
        padding: 36px 8px 3px 24px;
    }
    .bul_hip a {
        top: 168px;
        right: 72px;
        background-size: 20px;
    }
    .bul_shoulder a {
        top: 84px;
        right: 22px;
        background-size: 20px;
    }
    .bul_knee a {
        top: 56px;
        left: 137px;
        background-size: 20px;
    }
    .bul_ankle a {
        top: 56px;
        left: -16px;
        background-size: 20px;
    }
    .bul_wrist a {
        background-size: 20px;
    }
    .bul_elbow a {
        background-size: 20px;
    }
    .bul_ankle a:hover,
    .bullet4 .bul_ankle.rslides_here a {
        background-size: 20px;
    }
    .bul_shoulder a:hover,
    .bullet4 .bul_shoulder.rslides_here a {
        background-size: 20px;
    }
    .bul_hip a:hover,
    .bullet4 .bul_hip.rslides_here a {
        background-size: 20px;
    }
    .bul_knee a:hover,
    .bullet4 .bul_knee.rslides_here a {
        background-size: 20px;
    }
    .bul_wrist a:hover,
    .bullet4 .bul_wrist.rslides_here a {
        background-size: 20px;
    }
    .bul_elbow a:hover,
    .bullet4 .bul_elbow.rslides_here a {
        background-size: 20px;
    }
    .area-right {
        height: 360px;
    }
    .dr-profile-img {
        float: none !important;
        margin: 5px auto !important;
        text-align: center !important;
    }
    #Footer .footerBottom a {
        padding: 0px 0px;
    }
    .pt-resour-list li a.pg {
        padding: 1px 8px 21px 80px;
    }
    .pt-resour-list li a.cu {
        padding-bottom: 37px;
    }
    #pt-resour .container {
        width: 100%;
    }
    .select-inner {
        height: 230px;
    }
    .utube iframe {
	width: 90%;
	height: 100%;
}
    .meet-sec {
	min-height: 800px;
}
    header .contDetails a.ph {
	background: url(images/phone.png) no-repeat 26px 6px;
	padding: 5px 50px 2px 0;
}
}


@media screen and (max-width: 480px) {
    .banner_text2 {
        display: none;
    }
    .stephan h2 {
        font-size: 23px;
    }
    .source li {
        width: 115px;
        margin: 5px 10px;
    }
    .pt-resour-list li {
        float: none;
        width: 100%;
    }
    .pt-resour-list li a.pg {
        background: url(images/pt-resour-home.png) no-repeat 31px -127px;
        border-bottom: 1px solid #81e3f4;
        padding: 10px 10px 17px 80px;
    }
    .pt-resour-list li a.pg:hover {
        background: #294d65 url(images/pt-resour-home-hover.png) no-repeat 31px -127px;
        color: #fff;
    }
    .pt-resour-list li a.fv,
    .pt-resour-list li a.pf,
    .pt-resour-list li a.pg {
        border-right: none;
    }
    .pt-resour-list li a.cu {
        padding-bottom: 20px;
    }
    .banner_text {
        font-size: 18px;
    }
    .area-right {
        height: 390px;
    }
    ul.con-pro-service-links li {
        float: none;
        width: 80%
    }
    .select-inner {
        height: 280px;
    }
}

@media screen and (max-width: 415px) {
   .meet-sec {
	min-height: 850px;
}   
    
}
@media screen and (max-width: 365px) {
   .meet-sec {
	min-height: 900px;
}   
    
}