/*----------- Fonts--------------*/

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.woff2') format('woff2'),
        url('fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond Premiere Pro';
    src: url('fonts/GaramondPremrPro-Smbd.woff2') format('woff2'),
        url('fonts/GaramondPremrPro-Smbd.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* ----- Fonts CSS ----- */

@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?73447593');
    src: url('fonts/fontello.eot?73447593#iefix') format('embedded-opentype'),
        url('fonts/fontello.woff2?73447593') format('woff2'),
        url('fonts/fontello.woff?73447593') format('woff'),
        url('fonts/fontello.ttf?73447593') format('truetype'),
        url('fonts/fontello.svg?73447593#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ---------- Theme CSS ---------- */

#Map-Container,
#Appointment-Contain,
#Certified-Specialist,
#Logo-Container,
#Procedure-Contain,
#Shoulder-Arthroscopy,
#News-Publications,
#Patient-Reviews,
#Pre-Appointment,
#Form-Sec {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Accessibility,
#Header,
#Banner,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Service,
#Credibility,
#Appointment-Contain-Intra,
#Certified-Specialist-Intra,
#Logo-Container-Intra,
#Procedure-Contain-Intra,
#Shoulder-Arthroscopy-Intra,
#News-Publications-Intra,
#Patient-Reviews-Intra,
#Pre-Appointment-Intra,
#Form-Sec-Intra,
#Footer-Menu-Intra {
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

/* Back to Bottom */

#backtobot,
#backtotop {
    background: #3876ae;
    border: 2px solid #3876ae;
    color: #fff;
}

/* Header CSS */

#Appointment-Contain {
    background: #13293d;
}

.appnt-list {
    text-align: right;
}

.appnt-list li {
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font: 400 18px/24px 'Calibri', sans-serif;
    transition: 0.3s all ease;
}

.appnt-list li:hover {
    background: #306595;
}

.appnt-list li a {
    display: block;
    padding: 7px 0;
    position: relative;
}

.appnt-list .lang-sel {
    width: 115px;
    position: relative;
    text-align: left;
}

.appnt-list .lang-sel::before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    height: 16px;
    top: 12px;
    right: -2px;
}

.appnt-list .call {
    width: 140px;
}

.appnt-list .appnt {
    width: 200px;
}

.appnt-list .lang-sel a {
    padding: 7px 13px 7px 35px;
    position: relative;
}

.appnt-list .lang-sel a::before {
    content: '\E800';
    position: absolute;
    font-size: 24px;
    font-family: 'fontello';
    color: #ffffff;
    left: 6px;
    top: 7px;
    text-align: center;
    width: 20px;
    height: 25px;
}

.crosslinks {
    padding: 10px 0;
    text-align: center;
    color: #13293d;
    font: 400 16px/26px 'Lato', sans-serif;
}

.lang-sel .font-icon::before {
    left: 6px;
}

.lang-sel a::after {
    content: '';
    background: url("../images/dropdown-arrow-wt.png") no-repeat center center;
    position: absolute;
    width: 9px;
    height: 6px;
    top: 14px;
    right: 18px;
}

.menu-list {
    width: 70%;
    padding-left: 1%;
}

#Header {}

#Header .logo a {
    display: block;
    padding: 10px 0;
    transition: 0.3s all ease;
}

.menu-list {
    vertical-align: middle;
}

#Header-Container.fixed {
    background: #fff;
    position: fixed;
    z-index: 999;
    border-bottom: 2px solid #ddd;
}

#Header-Container.fixed #Header .logo a {
    padding: 5px 0;
}

#Header-Container.fixed .appnt-list li {
    font: 400 18px/20px 'Calibri', sans-serif;
}

/* Menu CSS */

.menu li {
    color: #5e5e5e;
    font: 400 19px/25px 'Calibri', sans-serif;
    transition: 0.3s all ease;
    position: relative;
}

.menu > li > a::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    transition: 0.3s all ease;
    opacity: 0;
}

.menu > li:hover > a::before {
    opacity: 1;
    border: 1px solid #13293d;
}

.menu li:hover {
    color: #3876ae;
}

.menu li.dd-icn a {
    padding-right: 15px;
}

.menu li.dd-icn > a::after,
.certi-mr.dd-icn::after {
    content: '';
    background: url("../images/dropdown-arrow-gray.png") no-repeat 95% center;
    top: 25px;
    right: -5px;
    position: absolute;
    width: 100%;
    height: 10px;
}

.menu li a {
    padding: 15px 0px;
    position: relative;
    transition: 0.3s all ease;
}

.menu-home {
    width: 15%;
}

.menu-about {
    width: 11%;
    position: initial !important;
}

.menu-services {
    width: 9%;
}

.menu-edu {
    width: 22%;
    position: initial !important;
}

.menu-research {
    width: 10%;
}

.menu-appointment {
    width: 14%;
}

.menu-loc {
    width: 19%;
}

.menu li:hover > ul ul,
.menu li:focus > ul ul,
.menu li:focus-within > ul ul {
    padding: 0 2px;
}

.menu li ul {
    min-width: 236px;
    padding: 15px 10px;
    border-bottom: 2px solid #13293d;
    background: #fff;
    -webkit-box-shadow: inset 0px 5px 20px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 5px 20px -15px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 5px 20px -15px rgba(0, 0, 0, 0.75);
}

.menu li ul ul {
    border-top: 2px solid #13293d;
}

.menu li li a {
    background: url("../images/li-common-icons.png")no-repeat 10px center;
    color: #000;
    font: 400 15px/22px 'Lato', sans-serif;
    padding: 15px 26px 15px 37px;
}

.menu li li {
    color: #fff;
}

.menu li li:hover > a {
    background: url("../images/li-common-icons-hover.png")no-repeat 10px center;
    color: #3876ae;
}

.menu li li:hover {
    color: #3876ae;
}

.menu-home a::before {
    font-size: 20px;
}

.menu-home span {
    vertical-align: middle;
}

#Mobile-Menu {
    background: #13293d;
}

.Wrapper {
    background: #4a4e4f;
    font: 400 15px/20px 'Lato', sans-serif;
}

.parentMenu li {
    transition: all ease-in-out 0.3s;
}

.parentMenu li:hover,
.parentMenu li.actMenu,
.parentMenu li.actMenu li {
    background: #2d68a4;
}

.font-icon::before {
    color: inherit;
}

.toggleMenu {
    font: 700 26px/30px 'EB Garamond', serif;
    color: #fff;
}

.menu {
    position: relative;
}

.menu::after {
    content: '';
    display: block;
    clear: both;
}

.menu .menu-about > ul.abt-menu,
.menu .menu-edu > ul.edu-menu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: inset 0px 5px 20px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 5px 20px -15px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 5px 20px -15px rgba(0, 0, 0, 0.75);
}

.menu ul.abt-menu li > a {
    background: none;
}

.menu ul.abt-menu li > a.font-icon::before {
    position: absolute;
    left: 14px;
    top: 16px;
}

.menu .menu-about > ul.abt-menu > li,
.menu .menu-edu > ul.edu-menu > li {
    display: inline-block;
    margin: 0 1% 0 0;
    vertical-align: top;
}

.menu .menu-about > ul.abt-menu > li {
    min-width: 230px;
}

.menu-edu > ul.edu-menu > li {
    min-width: 286px;
}

.menu .menu-about > ul.abt-menu {
    max-width: 590px;
}

.menu .menu-edu > ul.edu-menu {
    max-width: 620px;
    left: 0;
    right: 0;
    margin: auto;
}

.txt-cen {
    text-align: center;
}

.general-sec {
    margin: 25px 0;
    border: 1px solid #ccc;
}

.general-sec .loc {
    padding-bottom: 10px;
    text-align: center;
}

.general-sec .loc-head {
    margin: 5px;
    background: #3876ae;
    color: #fff;
    font: 600 20px/24px 'Calibri', sans-serif;
    padding: 10px 0 10px 10px;

}

.ger-map-contain {
    height: 400px;
}

.ger-map-contain iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.menu li li a::after {
    content: '';
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 95%;
    transition: 0.3s all ease;
    opacity: 0;
    border: 1px solid #13293d;
    left: 10px;
}

.menu li li:hover a::after {
    opacity: 0.5;
}





/* Home Banner CSS */

#Banner-Container #Banner {
    height: 538px;
}

#Banner-Container {
    background: #4c5051;
}

#Banner-Container .banner1 .theme-L {
    background: #4c5051;
}

#Banner-Container .banner1 .theme-R {
    background: #4c5051;
}

#Banner-Container .banner2 {
    background: url(../images/banner2-bg.jpg) no-repeat center top;
    background-size: cover;
}

.webp #Banner-Container .banner2 {
    background: url(../images/banner2-bg.webp) no-repeat center top;
}

.jp2 #Banner-Container .banner2 {
    background: url(../images/banner2-bg.jp2) no-repeat center top;
}

.jpx #Banner-Container .banner2 {
    background: url(../images/banner2-bg.wdp) no-repeat center top;
}


#Banner-Container .banner2 .theme-L {
    background: url(../images/banner2-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner2 .theme-R {
    background: url(../images/banner2-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner3 {
    background: url(../images/banner3-bg.jpg) no-repeat center top;
    background-size: cover;
}

.webp #Banner-Container .banner3 {
    background: url(../images/banner3-bg.webp) no-repeat center top;
}

.jp2 #Banner-Container .banner3 {
    background: url(../images/banner3-bg.jp2) no-repeat center top;
}

.jpx #Banner-Container .banner3 {
    background: url(../images/banner3-bg.wdp) no-repeat center top;
}


#Banner-Container .banner3 .theme-L {
    background: #4c5051;
}

#Banner-Container .banner3 .theme-R {
    background: url(../images/banner3-r-bg.jpg) no-repeat left top;
}

/* Subpage Banner CSS */

#Banner-Container-S #Banner {
    height: 237px;
    min-height: 235px !important;
}

#Banner-Container-S .banner1 {
    background: #4a4e4f;
}

#Banner-Container-S .banner1 .theme-L {
    background: #4a4e4f;
}

#Banner-Container-S .banner1 .theme-R {
    background: #4a4e4f;
}

#Banner-Container-S .banner2 {
    background: url(../images/banner2-s-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner2 .theme-L {
    background: url(../images/banner2-sl-bg.jpg) no-repeat right top;
}

#Banner-Container-S .banner2 .theme-R {
    background: url(../images/banner2-sr-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner3 {
    background: url(../images/banner3-s-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner3 .theme-L {
    background: url(../images/banner3-sl-bg.jpg) no-repeat right top;
}

#Banner-Container-S .banner3 .theme-R {
    background: url(../images/banner3-sr-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner-list {
    display: none;
}

#Banner-Container-S #Banner .banner-credi-logo li {
    margin: 0 1%;
}


#Banner-Container-S .banner-content {
    padding: 15px 1%;
    width: 48%;
    min-width: 400px;
    right: 8%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
}

/* Banner Content CSS */

.banner-img-contain {
    display: block;
    position: absolute;
    bottom: 0px;
    left: -27px;
    width: 54%;
}

.banner-logo {
    position: relative;
    width: 86%;
    margin: 0 auto 8% auto;
}


.banner-logo::before {
    content: '';
    position: absolute;
    width: 21%;
    min-width: 20px;
    background: url(../images/banner-logo-before.jpg) no-repeat top center;
    height: 49%;
    bottom: -46%;
    left: 0;
    right: 0;
    margin: auto;
    min-height: 20px;
    background-size: contain;
}

.banner-content {
    position: absolute;
    color: #d5d5d6;
    right: 8px;
    top: 50%;
    padding: 10px 1%;
    font: 400 19px/29px 'Calibri', sans-serif;
    width: 98%;
    max-width: 594px;
    text-align: center;
    height: auto;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.center-banner-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    max-width: 520px;
    text-align: center;
    top: 28%;
    padding: 10px;
}

.diff-bannerHead {
    color: #fff;
    font: normal 50px/48px 'Garamond Premiere Pro', sans-serif;
    padding-bottom: 15px;
}

.center-banner-content .banner-more {
    color: #fff;
}

.center-banner-content .banner-more a {
    color: #ffffff;
    font: 400 24px/30px 'Calibri', sans-serif;
    display: inline-block;
    padding: 13px 30px;
}


#Banner .banner-credi-logo li {
    display: inline-block;
    vertical-align: middle;
    margin: 25px 1%;
    width: 16%;
}

#Banner .banner-credi-logo li a {
    display: block;
}

#Banner .banner-credi-logo li.read-mr {
    color: #ffffff;
    font: 400 24px/30px 'Calibri', sans-serif;
    margin: 20px 3%;
    min-width: 200px;
}

#Banner .banner-credi-logo li.read-mr a {
    padding: 13px 14px;
}

#Banner-Container-S .banner-img-contain {
    left: 10%;
    width: 23%;
    min-width: 270px;
}

#Banner-Container-S .banner-credi-logo {
    width: 76%;
    margin: auto;
    min-width: 418px;
    position: relative;
    z-index: 9;
}

#Banner-Container-S .banner-logo {
    width: 72%;
    min-width: 396px;
}

#Banner-Container-S .diff-bannerHead {
    font: normal 36px/42px 'Garamond Premiere Pro', sans-serif;
    padding-bottom: 10px;
}

#Banner-Container-S .center-banner-content {
    left: initial;
    right: 10%;
    margin: initial;
    max-width: 360px;
    top: 2%;
}

.Banner-Tabs li {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: 0.3s all ease;
}

.Banner-Tabs li span {
    display: none !important;
}

.Banner-Tabs {
    right: 12px;
}

.book-banner-img {
    padding: 10px;
    border: 1px solid #727576;
    position: absolute;
    width: 30%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 46%;
    left: 11.5%;
}

.banner3 .banner-content {
    right: 4%;
    padding: 55px 0;
}

.banner3 .diff-bannerHead {
    text-align: left;
    padding: 15px 0 0 0;
    color: #fff;
    font: normal 50px/60px 'Garamond Premiere Pro', sans-serif;
}

.diff-bannerHead span.normal {
    display: inline-block;
    padding-left: 8%;
}

.diff-bannerHead span.normal::before {
    content: '';
    position: absolute;
    left: -60px;
    width: 100%;
    height: 60px;

    background: rgba(99, 61, 156, 1);
    background: -moz-linear-gradient(left, rgba(99, 61, 156, 1) 0%, rgba(85, 51, 135, 0.78) 22%, rgba(89, 38, 166, 0.26) 74%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 61, 156, 1)), color-stop(22%, rgba(85, 51, 135, 0.78)), color-stop(74%, rgba(89, 38, 166, 0.26)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(99, 61, 156, 1) 0%, rgba(85, 51, 135, 0.78) 22%, rgba(89, 38, 166, 0.26) 74%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(99, 61, 156, 1) 0%, rgba(85, 51, 135, 0.78) 22%, rgba(89, 38, 166, 0.26) 74%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(99, 61, 156, 1) 0%, rgba(85, 51, 135, 0.78) 22%, rgba(89, 38, 166, 0.26) 74%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(99, 61, 156, 1) 0%, rgba(85, 51, 135, 0.78) 22%, rgba(89, 38, 166, 0.26) 74%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#633d9c', endColorstr='#ffffff', GradientType=1);

    z-index: -1;
    top: 69px;
}

.diff-bannerHead span.box {
    display: block;
    background: rgba(83, 104, 121, 1);
    background: -moz-linear-gradient(left, rgba(83, 104, 121, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(83, 104, 121, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(83, 104, 121, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(83, 104, 121, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(83, 104, 121, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(83, 104, 121, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#536879', endColorstr='#ffffff', GradientType=1);
    padding-left: 8%;
}

.diff-bannerHead span.smallTxt {
    color: #fff;
    font: 400 30px/38px 'Garamond Premiere Pro', sans-serif;
    padding-bottom: 8px;
    display: block;
}

.diff-bannerHead span.smallTxt.extra-pad {
    padding-bottom: 15px;
}

#Banner .banner3 .banner-credi-logo li.read-mr {
    width: 172px;
    min-width: initial;
    margin: 20px 0 0px 0;
    float: right;
    margin-right: 30px;
}

#Banner-Container-S .book-banner-img {
    padding: 4px;
    width: 14%;
    top: 50%;
    left: 19.5%;
    min-width: 165px;
}

#Banner-Container-S .banner3 .diff-bannerHead {
    font: normal 32px/42px 'Garamond Premiere Pro', sans-serif;
}

#Banner-Container-S .diff-bannerHead span.smallTxt {
    font: 400 24px/28px 'Garamond Premiere Pro', sans-serif;
    padding-top: 5px;
}

#Banner-Container-S .banner3 .banner-content {
    padding: 5px 0;
    right: 11%;
}

#Banner-Container-S #Banner .banner3 .banner-credi-logo li.read-mr a {
    padding: 6px 14px;
}

#Banner-Container-S .banner3 .diff-bannerHead {
    padding: 0 !important;
}

#Banner-Container-S .diff-bannerHead span.normal::before {
    left: -90px;
    height: 42px;
    top: 10px;
}

/* Navigation CSS */

.navigation {
    color: #3876ae;
    font: 600 18px/24px 'Open Sans', sans-serif;
    padding: 50px 0px 20px 5px;
    border-bottom: 3px solid #dddddd;
    margin: 0 0 20px 10px;
}

.navigation a {
    color: #202020;
    font: 400 16px/22px 'Open Sans', sans-serif;
    text-decoration: none;
}

.rslides::after {
    content: '';
    display: block;
    clear: both;
}

/* Text CSS */

.textMain {
    font: 400 17px/26px 'Calibri', sans-serif;
    color: #272727;
}

.textMain a {
    color: #458dcf;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

.textMain h1 {
    font: 700 29px/35px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #3876ae;
    padding-bottom: 20px;
}

.dr-pro .textMain h1 {
    padding: 0 0 10px 0;
}

.dr-pro .textMain h1 span {
    padding-top: 6px;
}

.textMain h1 span {
    display: block;
    font: 400 20px/30px 'Open Sans', sans-serif;
    color: #454545;
    text-transform: initial;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 600 22px/32px 'Lato', sans-serif;
    color: #4f6e8a;
    position: relative;
}

.textMain h2::after,
.hTag2::after,
.textMain h3.hTag2::after,
.textMain h4.hTag2::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 140px;
    bottom: 0;
    left: 2px;
    background: #4f6e8a;
}

.textMain h2 span {
    font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

.textMain h2 a,
.hTag2 a,
.textMain h3.hTag2 a,
.textMain h4.hTag2 a {
    color: #014cbe;
}

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 600 19px/28px 'Lato', sans-serif;
    color: #4f6e8a;
}

.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #353535;
}

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: normal 20px/30px Verdana, Arial, Helvetica, sans-serif;
    color: #014cbe;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #014cbe;
}

.textMain p {
    color: #272727;
    font: 400 17px/24px 'Calibri', sans-serif;
}

/* Sidebar CSS */

#Sidebar {
    width: 290px;
}

.sb-get-started {
    margin: 20px 0 10px 0;
}

.sb-get-started .get-started {
    width: 290px;
}

.sb-get-started .get-start-list li:hover {
    margin-left: 0;
}

.sb-edu-vid {
    margin-bottom: 10px;
}

.sb-edu-vid .img-contain a {
    display: block;
    position: relative;
}

.sb-edu-vid .play-btn {
    position: absolute;
    width: 160px;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
    text-align: center;
    color: #fff;
    font: 400 18px/24px 'Lato', sans-serif;
}

.sb-edu-vid .play-btn::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("../images/edu-vid-play-btn.png") no-repeat center center;
    top: -68px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
}

.sb-procedure {
    margin-bottom: 10px;
}

.sb-procedure .pHead {
    color: #fff;
    font: 400 18px/24px 'Lato', sans-serif;
    padding: 11px 0 11px 20px;
    background: #13293d;
}

.sb-proc-list li {
    background: #e6e6e6;
    color: #13293d;
    font: 400 20px/26px 'Calibri', sans-serif;
    margin-bottom: 1px;
    transition: 0.3s all ease;
}

.sb-proc-list li:hover {
    background: #fff;
    color: #3876ae;
}


.sb-proc-list li a {
    display: block;
    position: relative;
    padding: 9px 0 9px 45px;
    transition: all ease-in-out .4s;
}

.sb-proc-list li a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #3178b6;
    top: 20px;
    left: 20px;
}

.sb-news {
    margin-bottom: 20px;
}

.sb-news-list li {
    color: #ffffff;
    font: 400 20px/26px 'Lato', sans-serif;
    background: #3876ae;
    margin-bottom: 2px;
}

.sb-news-list li a {
    display: block;
    position: relative;
}

.sb-news-list li span {
    display: block;
    position: relative;
    z-index: 9;
    padding: 11px 0 11px 58px;
}

.sb-news-list li span::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 9;
    left: 15px;
    top: 11px;
}

.sb-news-list .sb-news span::before {
    background: url("../images/sb-news-icn.png") no-repeat center center;
}

.sb-news-list .sb-publication span::before {
    background: url("../images/sb-publication-icn.png") no-repeat center center;
}

.sb-news-list .sb-pt-reviews span::before {
    background: url("../images/sb-pt-reviews-icn.png") no-repeat center center;
}

.sb-news-list li a::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #13293d;
    height: 100%;
    z-index: 2;
    transition: 0.3s all ease;
    opacity: 0;
}

.sb-news-list li:hover a::before {
    opacity: 1;
}

/* Footer CSS */

#Footer-Menu {
    background: #13293d;
}

.footer-logo-list {
    text-align: center;
}

.footer-logo-list li {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font: 400 20px/26px 'Lato', sans-serif;
    margin: 20px 2%;
    width: 24%;
}

.footer-logo-list li a {
    display: inline-block;
}

#Form-Sec {
    border-top: 1px solid #dbdbdb;
}

#Form-Sec-Intra {
    padding: 45px 0;
    min-height: 360px;
}

#Form-Sec-Intra .pHead {
    padding: 20px 0;
    color: #13293d;
    font: 900 25px/32px 'Lato', sans-serif;
    text-align: left;
    padding-left: 9%;
}

#Footer-Menu-Intra {
    padding: 40px 0;
}

#Footer-Menu .banner-logo::before {
    display: none;
}

.ft-logo {
    width: 45%;
    padding-right: 5%;
}

.ft-logo .banner-logo {
    text-align: center;
    width: auto;
    margin-bottom: 15px;
}

.footer-logo-list .txt {
    border-top: 1px solid #89949e;
    border-bottom: 1px solid #89949e;
    text-align: center;
    width: 37%;
    padding: 14px 0;
}

.footer-logo-list .txt:hover span {
    color: #83baeb;
}

.footer-logo-list .txt span {
    display: block;
    color: #ffffff;
    font: 400 16px/22px 'Lato', sans-serif;
    padding: 10px 0;
    transition: 0.3s all ease;
}

#Footer-Menu .pHead {
    color: #ffffff;
    font: 600 20px/26px 'Lato', sans-serif;
    padding-bottom: 10px;
}

#Footer-Menu .subHead {
    color: #ffffff;
    font: 600 16px/22px 'Lato', sans-serif;
    padding-bottom: 10px;
}

#Footer-Menu .ft-sublist li {
    color: #ffffff;
    font: 400 16px/22px 'Lato', sans-serif;
    margin-bottom: 6px;
}

#Footer-Menu .ft-sublist li a {
    display: inline-block;
    padding: 5px 0;
    transition: 0.3s all ease;
}

#Footer-Menu .ft-sublist li a:hover {
    color: #83baeb;
}

.ft-bullet-list li {
    list-style: disc;
    color: #ffffff;
    font: 400 16px/26px 'Lato', sans-serif;
    margin-bottom: 6px;
    margin-left: 15px;
    transition: 0.3s all ease;
}

.ft-bullet-list li:hover {
    color: #83baeb;
}

.ft-bullet-list li a {
    display: inline-block;
}

.ft-navi {
    width: 17%;
}

#Footer {
    padding: 10px 0;
}

#Footer p.uselinks {
    color: #13293d;
    font: 400 16px/26px 'Lato', sans-serif;
    text-align: center;
    padding: 5px 0;
    width: 100%;
}

#Footer p.uselinks a {
    display: inline-block;
    padding: 5px 0;
    margin: 0 1%;
    letter-spacing: 1px;
}

#Footer .copyrights {
    font: 400 16px/26px 'Lato', sans-serif;
}

.gen-appnt #Footer-Container #Form-Sec,
.thanku-page #Footer-Container #Form-Sec,
.loc-page #Footer-Container #Form-Sec,
.pt-testi-pg #Footer-Container #Form-Sec {
    display: none;
}

.textMain .diff-bfnt {
    font: 700 20px/28px 'Open Sans', sans-serif;
}

.diff-font li,
.textMain .diff-fonts {
    font: 400 16px/27px 'Open Sans', sans-serif;
}

.textMain {
    padding: 10px 10px 50px 15px;
}

.textMain .diff-font li {
    background: url("../images/right-icn.png") 5px center no-repeat;
}

.social-logo {
    width: 300px;
    text-align: center;
}

.social-logo ul {
    font-size: 0px;
}

.social-logo li {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 30px;
    font-size: 20px;
}

.social-logo li a {
    width: 100%;
    height: 100%;
    display: block;
}

.ypo-logo {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

/* Contact Page */

.contactTable {
    border: 1px solid #000;
    border-spacing: 5px;
}

.contact-address {
    width: 300px;
    padding: 10px;
    border: 1px solid #000;
    position: relative;
}

.contact-address::before,
.contact-address::after {
    position: absolute;
    content: '';
}

.contact-address::before {
    border-right: 15px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 15px solid transparent;
    left: 0px;
    top: 0px;
}

.contact-address::after {
    border-top: 15px solid transparent;
    border-right: 15px solid #000;
    border-left: 15px solid transparent;
    right: 0px;
    bottom: 0px;
}

.contact-address p.textMainBold {
    padding: 5px 0px;
}

.contact-address p {
    position: relative;
    padding: 5px 10px 5px 30px;
}

.contact-address p::before {
    position: absolute;
    left: 5px;
    top: 5px;
}

.contact-map {
    position: relative;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    border: 0px;
}

/* Profile Schema */

.schemaTable {
    padding: 3px;
    border: 1px solid #000;
}

.textMain .schemaTitle {
    background: #000;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    font: normal 18px/24px Verdana, Arial, Helvetica, sans-serif;
}

.textMain .schemaTable .table-div {
    margin: 0px;
    padding: 0px;
    border-spacing: 3px;
}

.textMain .schemaTable .table-cell {
    margin: 0px;
    padding: 10px;
    border: 1px solid #000;
    position: relative;
    background: none;
}

.textMain .schemaTable .table-cell::before,
.textMain .schemaTable .table-cell::after {
    position: absolute;
    content: '';
}

.textMain .schemaTable .table-cell::before {
    border-right: 15px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 15px solid transparent;
    left: 0px;
    top: 0px;
}

.textMain .schemaTable .table-cell::after {
    border-top: 15px solid transparent;
    border-right: 15px solid #000;
    border-left: 15px solid transparent;
    right: 0px;
    bottom: 0px;
}

.textMain .schemaTable p.textMainBold {
    padding: 5px 0px;
}

.textMain .schemaTable p {
    position: relative;
    padding: 5px 10px 5px 30px;
}

.textMain .schemaTable p::before {
    position: absolute;
    left: 5px;
    top: 5px;
}

/*---------------------Section CSS-------------------*/

#Certified-Specialist {
    padding: 22px 0;
}

.get-started {
    width: 314px;
}

.get-started .contain {
    margin-top: -69px;
    position: relative;
    z-index: 9;
}

.get-started .pHead {
    background: #13293d;
    padding: 12px 0 12px 20px;
    color: #fff;
    font: 600 18px/24px 'Lato', sans-serif;
}

.get-start-list {
    padding: 0 10px;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;
    transition: all ease-in-out 0.3s;
}

.get-start-list li {
    color: #13293d;
    font: 400 20px/26px 'Calibri', sans-serif;
    border-bottom: 1px solid #c5c5c5;
    transition: all ease-in-out 0.3s;
}

.get-started .contain .lsChild {
    background: #3876ae;
    position: absolute;
    width: 64px;
    text-align: center;
    font: 400 20px/26px 'Calibri', sans-serif;
    color: #fff;
    z-index: 9;
    padding: 4px 0;
    right: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
    z-index: 9;
}


.get-start-list li.certi-mrParent:hover {
    box-shadow: none;
}


.get-start-list li:last-child {
    border-bottom: none;
}

.get-start-list li:hover {
    color: #3876ae;
}

.get-start-list li a {
    display: block;
    padding: 17px 0 17px 64px;
    position: relative;
}

.toggle-hide {
    display: none;
}

.get-start-list .certi-mrParent {
    border-bottom: none;
}

.certi-mr {
    display: inline-block;
    padding: 17px 20px 17px 10px;
    color: #5e5e5e;
    position: relative;
    cursor: pointer;
}

.get-start-list li a::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    width: 40px;
    height: 40px;
}

.certi-req-appnt a::before {
    background: url("../images/certified-req-icn.png") no-repeat center center;
}

.certi-refer-pt a::before {
    background: url("../images/certified-refer-pt-icn.png") no-repeat center center;
}

.certi-new-pt a::before {
    background: url("../images/certified-new-pt-icn.png") no-repeat center center;
}

.certi-pt-edu a::before {
    background: url("../images/certified-pt-edu-icn.png") no-repeat center center;
}

.certi-loc a::before {
    background: url("../images/certified-loc-icn.png") no-repeat center center;
}

.certi-bill-info a::before {
    background: url("../images/certified-bill-info-icn.png") no-repeat center center;
}

.certi-insurace a::before {
    background: url("../images/certified-insurance-icn.png") no-repeat center center;
}

.popout {
    animation: popout .5s ease;
    transform: scale(1);
}

.popin {
    animation: popin .5s ease;
    transform: scale(0);
}

@keyframes popout {
    from {
        transform: scale(0)
    }

    90% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes popin {
    from {
        transform: scale(1)
    }

    10% {
        transform: scale(1.1)
    }

    to {
        transform: scale(0)
    }
}

#Certified-Specialist h1.Dr-name {
    display: none;
}

.certified-txt-contain .pHead {
    font: 600 32px/42px 'Lato', sans-serif;
    color: #13293d;
    padding: 10px 0;
    letter-spacing: 1px;
}

.certified-txt-contain .pHead span {
    display: inline-block;
    color: #787878;
}

.certified-txt-contain .pDesc {
    font: 400 19px/32px 'Lato', sans-serif;
    color: #13293d;
    padding: 10px 0;
    text-align: justify;
}

.certified-txt-contain .pDesc a {
    display: inline-block;
    font: 600 19px/32px 'Lato', sans-serif;
}

.border-hv {
    position: relative;
}

.border-hv::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 100%;
    transition: 0.3s all ease;
    opacity: 0;
    border: 1px solid #13293d;
    left: 0;
}

.border-hv:hover::after {
    opacity: .5;
}

.certified-list {
    text-align: left;
    margin-top: 20px;
}

.certified-list li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 15px 0;
    font: 400 24px/30px 'Calibri', sans-serif;
    color: #3876ae;
    text-align: left;
    transition: 0.3s all ease;
}

.certified-list li a {
    display: block;
    padding: 10px 0;
    position: relative;
}

.certified-list li a::after {
    content: '';
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 85%;
    transition: 0.3s all ease;
    opacity: 0;
    border: 1px solid #13293d;
    left: 0;
}

.certified-list li:hover a::after {
    opacity: 1;
}

.certified-list li:hover {
    color: #13293d;
}

.certified-txt-contain {
    padding: 0 5px 0 3%;
}

#Logo-Container {
    border-top: 1px solid #888;
    border-bottom: 1px solid #949494;
}

#Logo-Container-Intra {
    padding: 30px 0;
}

.hospital-logo {
    text-align: center;
    padding: 0 0 40px 0;
    position: relative;
}

.hospital-logo::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 34%;
    min-width: 250px;
    border-bottom: 1px solid #bebebe;
    margin: auto;
}

.hospital-logo li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 10px 2%;
    min-width: 300px;
}

.hospital-logo li a {
    display: block;
    transition: 0.3s all ease;
}

.hospital-logo li a:hover {
    -webkit-box-shadow: 0px 12px 17px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 12px 17px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 12px 22px -8px rgba(0, 0, 0, .5);
    border-radius: 10px;
    overflow: hidden;
}

.credibility-logo {
    text-align: center;
    padding: 20px 0;
}

#Procedure-Contain {
    background: #efefef;
    padding: 35px 0;
}



.credibility-logo .nbs-flexisel-nav-left::before,
.credibility-logo .nbs-flexisel-nav-right::before {
    transform: rotate(90deg);
    top: 50px;
}

.proc-contain .txt-contain {
    background: #fff;
    padding: 25px 3% 75px 6%;
    text-align: left;
    min-height: 285px;
    position: relative;
    margin-top: 0px;
    transition: 0.3s all ease;
}

.proc-contain:hover .txt-contain {
    margin-top: -25px;
}

.proc-contain .txt-contain::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    bottom: -25px;
    background: #aed6f8;
    height: 25px;
    transition: 0.3s all ease;
}

#Procedure-Contain .nbs-flexisel-item img {
    margin: 0;
}

.proc-contain .pHead {
    color: #152532;
    font: 400 30px/36px 'Calibri', sans-serif;
    padding-bottom: 10px;
}

.proc-contain .pDesc {
    color: #132330;
    font: 400 20px/26px 'Calibri', sans-serif;
    padding-bottom: 10px;
}

.procedure-contain-list .box-con {
    display: block;
}

.proc-contain .read-mr {
    color: #ffffff;
    font: 400 24px/32px 'Calibri', sans-serif;
    text-align: center;
    width: 174px;
    padding: 10px 0;
    background: #3876ae;
    transition: 0.3s all ease;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.proc-contain .read-mr:hover {
    background: #13293d;
}

.procedure-contain-list li {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.procedure-contain-list .proc-contain {
    width: 90%;
    margin: auto;
    max-width: 360px;
    transition: 0.3s all ease;
}


#Procedure-Contain .nbs-flexisel-nav-left::before {
    content: '';
    background: url("../images/flexisel-left-icn.png") no-repeat center center;
    width: 51px;
    height: 50px;
    top: 47%;
}

#Procedure-Contain .nbs-flexisel-nav-right::before {
    content: '';
    background: url("../images/flexisel-right-icn.png") no-repeat center center;
    width: 51px;
    height: 50px;
    top: 47%;
}

#Procedure-Contain .nbs-flexisel-nav-left,
#Procedure-Contain .nbs-flexisel-nav-right {
    width: 51px;
}

#Shoulder-Arthroscopy-Intra {
    padding: 60px 0;
}


#Shoulder-Arthroscopy .vid-contain {
    width: 42%;
    vertical-align: middle;
}

#Shoulder-Arthroscopy .vid-contain .intra {
    display: block;
    position: relative;
    cursor: pointer;
}

#Shoulder-Arthroscopy .vid-contain .videoBorder {
    width: 96.3%;
    height: 93% !important;
    padding: 58% 0px 0px 0px;

}

#Shoulder-Arthroscopy .txt-contain {
    padding: 10px 5px 10px 5%;
}

#Shoulder-Arthroscopy .txt-contain .pHead {
    color: #13293d;
    font: 600 35px/42px 'Lato', sans-serif;
    padding-bottom: 12px;
}

#Shoulder-Arthroscopy .txt-contain .pDesc {
    color: #13293d;
    font: 400 16px/26px 'Lato', sans-serif;
    padding-bottom: 50px;
}

#Shoulder-Arthroscopy .txt-contain .read-mr {
    display: block;
    color: #ffffff;
    font: 400 24px/32px 'Calibri', sans-serif;
    text-align: center;
    padding: 10px 12px;
    background: #3876ae;
}

.hm-shoulder-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8% 0 0;
    width: 205px;
}

#News-Publications {
    background: #13293d;
    padding: 50px 0;
}

#News-Publications .pMain {
    padding-bottom: 20px;
    color: #ffffff;
    font: 900 24px/30px 'Lato', sans-serif;
}

.click-clr {
    position: relative;
    background: #3876ae;
    transition: 0.3s all ease;
}

.click-clr:hover {
    background: #13293d !important;
}

.click-clr span {
    display: block;
    position: relative;
    z-index: 1;
}

.fade-in img {
    opacity: 0.9;
    transition: all ease-in-out 0.3s;
}

.fade-in:hover img {
    opacity: 1;
}

.zoom-in img {
    transition: all ease-in-out 0.3s;
}

.zoom-in:hover img {
    transform: scale(1.1);
}

.zoom-in {
    overflow: hidden;
    cursor: pointer;
}

.slide-up {
    overflow: hidden;
}

.slide-up img {
    transition: 0.3s all ease;
    position: relative;
    bottom: 0;
}

.proc-contain:hover .slide-up img {
    bottom: 10px !important;
}

.serv-pg .img-hov {
    display: inline-block;
    border: 1px solid #d7d8d8;
    margin-top: -74px;
}

.serv-click {
    background: #eee;
    text-align: center;
    padding: 10px !important;
    border-radius: 30px;
    margin: 18px 0;
}

.opacity-txt {
    opacity: .7;
}

#News-Publications .news {
    position: relative;
    padding: 0 5px 60px 5px;
}

.news .news-contain {
    padding-top: 40px;
}

#News-Publications .NewSec_nav,
#News-Publications .PublicationSec_nav {
    position: absolute;
    width: 32px;
    height: 26px;
    border-radius: 2px;
    bottom: 5px;
}

.NewSec_nav.slidePrev,
.PublicationSec_nav.slidePrev {
    background: url("../images/news-sec-left-arrow.png") no-repeat center center #0a1520;
    right: 34px;
}

.NewSec_nav.slideNext,
.PublicationSec_nav.slideNext {
    background: url("../images/news-sec-right-arrow.png") no-repeat center center #0a1520;
    right: 2px;
}

.NewSec_nav.slideNext::after,
.PublicationSec_nav.slideNext::after {
    content: '';
    position: absolute;
    left: 0px;
    height: 12px;
    border-left: 1px solid #83baeb;
    top: 7px;
}

#News-Publications .NewSec_nav::before,
#News-Publications .NewSec_nav span,
#News-Publications .PublicationSec_nav::before,
#News-Publications .PublicationSec_nav span {
    display: none;
}

#News-Publications .news .subHead {
    padding-bottom: 16px;
    color: #ffffff;
    font: 700 21px/28px 'Lato', sans-serif;
}

#News-Publications .news .pDesc {
    padding-bottom: 20px;
    color: #b7cde1;
    font: 400 17px/24px 'Lato', sans-serif;
}

#News-Publications .view-all {
    color: #83baeb;
    font: 400 24px/32px 'Calibri', sans-serif;
    position: absolute;
    width: 240px;
    text-align: right;
    right: 90px;
    bottom: 0;
}

#News-Publications .view-all a {
    display: block;
    text-decoration: underline;
    padding: 5px;
}

#News-Publications .publications {
    padding: 0 5px 60px 4%;
}

.pubication-list .publication-conatin {
    background: #fff;
    padding: 25px 5%;
    margin-bottom: 30px;
    transition: 0.3s all ease;
    cursor: pointer;
    min-height: 177px;
}

.pubication-list .publication-conatin .pHead {
    color: #4579a8;
    font: 700 21px/28px 'Lato', sans-serif;
    padding: 6px 0;
}


.pubication-list .publication-conatin .pDesc {
    color: #242424;
    font: 400 15px/25px 'Lato', sans-serif;
    padding: 6px 0;
    letter-spacing: 0.5px;
}

.pubication-list .publication-conatin .pDesc a {
    color: #4579a8;
    display: inline-block;
}


.pubication-list .publication-conatin .img-r {
    border-radius: 5px;
    overflow: hidden;
}

#Patient-Reviews .txt-contain {
    padding: 12px 3% 45px 3%;
    width: 95%;
    margin: auto;
    min-width: 290px;
    background: rgba(255, 255, 255, .6);
    transition: 0.3s all ease;
}

#Patient-Reviews {
    background: url("../images/patient-reviews-bg.jpg") no-repeat top center;
    background-size: cover;
    min-height: 530px;
    padding: 55px 0;
}

.webp #Patient-Reviews {
    background: url(../images/patient-reviews-bg.webp) no-repeat top center;
}

.jp2 #Patient-Reviews {
    background: url(../images/patient-reviews-bg.jp2) no-repeat top center;
}

.jpx #Patient-Reviews {
    background: url(../images/patient-reviews-bg.wdp) no-repeat top center;
}

#Patient-Reviews .pHead {
    color: #2d3040;
    font: 600 35px/42px 'Lato', sans-serif;
    text-align: center;
    position: relative;
    padding-bottom: 42px;
    margin-bottom: 10px;
}

#Patient-Reviews .pHead a {
    display: inline-block;
}

#Patient-Reviews .pHead::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/review-logo.png") no-repeat center center;
    height: 40px;
    width: 40%;
    min-width: 290px;
    bottom: 0;
    background-size: contain;
}


#Patient-Reviews .pDesc {
    color: #2d3040;
    font: 400 18px/28px 'Lato', sans-serif;
    letter-spacing: 0.5px;
    min-height: 245px;
}

#Patient-Reviews .ReviewSec_nav span,
.Banner_nav span,
.Banner_nav::before {
    display: none;
}

.Banner_nav {
    width: 51px;
    position: absolute;
    height: 50px;
    top: 44%;
}

.slidePrev,
.slideNext,
.nbs-flexisel-nav-right,
.nbs-flexisel-nav-left {
    opacity: 0.3;
    transition: 0.2s all ease;
}

.slidePrev:hover,
.slideNext:hover,
.nbs-flexisel-nav-right:hover,
.nbs-flexisel-nav-left:hover {
    opacity: 1;
}

.Banner_nav.slideNext {
    left: initial;
}

.Banner_nav.slidePrev {
    background: url("../images/bnr-left-icn.png") no-repeat center center;
    left: -15px;
}

.Banner_nav.slideNext {
    background: url("../images/bnr-right-icn.png") no-repeat center center;
    right: -15px;
}

#Patient-Reviews .ReviewSec_auto.slidePause span,
#Patient-Reviews .ReviewSec_auto.slidePlay span {
    display: none;
}

#Patient-Reviews .slidePause::before {
    content: '\e815';
}

#Patient-Reviews .slidePlay::before {
    content: '\e816';
}


#Patient-Reviews .slidePrev::before {
    content: '\e80f';
}

#Patient-Reviews .slideNext::before {
    content: '\e811';
}

#Patient-Reviews .slideNext,
#Patient-Reviews .slidePrev,
#Patient-Reviews .slidePlay,
#Patient-Reviews .slidePause {
    width: 15px;
    height: 20px;
    position: absolute;
    opacity: .7;
    transition: 0.3s all ease;
}

#Patient-Reviews .slideNext:hover,
#Patient-Reviews .slidePrev:hover,
#Patient-Reviews .slidePlay:hover,
#Patient-Reviews .slidePause:hover {
    width: 15px;
    height: 20px;
    position: absolute;
    opacity: 1;
}

#Patient-Reviews .slidePlay,
#Patient-Reviews .slidePause {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12px;
}

#Patient-Reviews .slidePrev {
    left: 0;
    right: 48px;
    margin: auto;
    bottom: 11px;
}

#Patient-Reviews .slideNext {
    right: 0;
    left: 51px;
    margin: auto;
    bottom: 11px;
}

#Pre-Appointment .pHead {
    color: #fff;
    font: 600 35px/42px 'Lato', sans-serif;
    padding-bottom: 18px;
}

#Pre-Appointment .pDesc {
    color: #fff;
    font: 400 16px/26px 'Lato', sans-serif;
    padding-bottom: 18px;
}

.pre-appnt-list li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 7% 10px 0;
    color: #83baeb;
    font: 400 16px/26px 'Lato', sans-serif;
}

.pre-appnt-list li a {
    display: block;
    position: relative;
}

.pre-appnt-list li a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 100%;
    transition: 0.3s all ease;
    opacity: 0;
    border: 1px solid #9ecbe2;
    left: 0;
}

.pre-appnt-list li:hover a::after {
    opacity: .6;
}

#Pre-Appointment {
    background: url("../images/pre-appointment-bg.jpg")no-repeat top center #12273c;
    padding: 151px 0;
}

.webp #Pre-Appointment {
    background: url(../images/pre-appointment-bg.webp) no-repeat top center #12273c;
}

.jp2 #Pre-Appointment {
    background: url(../images/pre-appointment-bg.jp2) no-repeat top center #12273c;
}

.jpx #Pre-Appointment {
    background: url(../images/pre-appointment-bg.wdp) no-repeat top center #12273c;
}

#Pre-Appointment .txt-contain {
    max-width: 920px;
    padding: 0 5px;
    margin-left: 6%;
}

/*----------------Dr-Profile Page CSS--------------*/

.dr-pro .img-r {
    background: #3876ae;
    padding: 6px;
    text-align: center;
}

.dr-pro .img-r .dr-name {
    padding: 10px 0;
    color: #ffffff;
    font: 600 20px/26px 'Open Sans', sans-serif;
    text-transform: uppercase;
}


ul.dr-pro-list {
    margin-top: 10px;
}

.hr {
    padding: 15px 0px;
}

.dr-pro-list li {
    background: none !important;
    padding: 0;
    margin: 5px 0;
    font: 700 21px/28px 'Calibri', sans-serif;
}

.dr-pro-list li a {
    display: inline-block;
    background: url("../images/pro-pg-bullet-icn.png") no-repeat 5px center;
    padding: 5px 0 5px 30px;
    color: #397ec3;
    text-decoration: none;
    transition: 0.3s all ease;
}

.dr-pro-list li a:hover {
    margin-left: 10px;
}

.dr-pro .dr-pro-logo ul {
    text-align: right;
}

.dr-pro .dr-pro-logo li {
    width: 34%;
    margin: 20px 5%;
    padding: 0;
    background: none;
    display: inline-block;
    vertical-align: top;
}

.dr-pro .dr-pro-logo li a {
    display: block;
}

.dr-pro-logo {
    width: 380px;
}

.dr-pro .hospital-logo li,
.dr-pro .credibility-logo li {
    background: none;
    padding: 0;
}

/*---------------- Services-Page CSS----------------*/

.serv-pg .textMain {
    padding: 0;
}

.serv-pg .serv-main-list a {
    text-decoration: none;
    color: inherit !important;
    position: relative;
}

.serv-pg .serv-main-list li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 92%;
    transition: 0.3s all ease;
    opacity: 0;
    border: 1px solid #7992a8;
    left: 5px;
}

.serv-pg .serv-main-list li a:hover::after {
    opacity: 1;
}

.serv-pg .serv-main-list li {
    background: none;
    padding: 0;
    list-style: none;
}

.serv-pg .serv-main-list > li {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 140px 1.5% 20px 1.5%;
    min-width: 290px;
}

.serv-pg .serv-main-list .contain {
    background: #13293d;
    padding: 30px 2% 40px 2%;
    text-align: center;
    position: relative;
}

.serv-pg .serv-main-list .contain .img-contain {
    display: block;
    border: 5px solid #13293d;
    border-radius: 6px;
    width: 66%;
    min-width: 200px;
    margin: -120px auto 0 auto;
}

.serv-pg .contain .txt-contain {
    width: 98%;
    text-align: left;
    margin: auto;
    max-width: 280px;
}

.serv-pg .contain .txt-contain .pHead {
    color: #ffffff;
    font: 700 31px/36px 'EB Garamond', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #31485d;
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    text-align: center;
}

.serv-main-list {
    text-align: center;
}

.serv-pg .serv-sublist li {
    color: #fff;
    margin-bottom: 4px;
    font: 400 17px/22px 'Calibri', sans-serif;
    transition: 0.3s all ease;
}

.serv-pg .serv-sublist li:hover {
    color: #6cbaff;
}

.serv-pg .contain .txt-contain .pDesc {
    color: #fff;
    padding: 10px 0;
    font: 400 17px/27px 'Calibri', sans-serif;
    letter-spacing: 0.5px;
}


.serv-sublist a {
    position: relative;
    display: block;
    padding: 6px 5px 6px 28px;
}


.serv-sublist a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #3178b6;
    top: 14px;
    left: 5px;
}

.dr-privileges li {
    color: #272727;
}

.dr-privileges {
    font: 600 18px/26px 'Calibri', sans-serif;
    color: #171616;
    padding: 20px 10px;
}

.img-con-list {
    position: relative;
    text-align: center;
}

.img-con-list .img-ib {
    display: inline-block;
    margin: 10px 2%;
    min-width: 230px;
}

.img-con-list .img-ib a {
    display: block;
    position: relative;
}

.location-pg p.lines {
    position: relative;
    padding-left: 25px;

}

.location-pg p.lines::before {
    padding-right: 10px;

}

.textMain .txt-size {
    font: normal 40px/50px Verdana, Arial, Helvetica, sans-serif;
}

.location-icons p.lines {
    position: relative;
    padding-left: 50px;
    display: inline-block;
    width: 27%;
    margin: 10px 4% 10px 0;
    text-align: left;
    border-left: 1px solid #000;
    vertical-align: middle;
}

.location-icons p.lines:first-child {
    border-left: none;
}

.location-icons .font-icon::before {
    position: absolute;
    left: 27px;
    top: 11px;
}

.location-icons p.lines.cent {
    text-align: center;
}

.location-icons .cent.font-icon::before {
    display: inline-block;
    padding-right: 8px;
    position: initial;
}

.share-your-story {
    text-align: right;
    font: 400 17px/26px 'Calibri', sans-serif;
}

.share-your-story a {
    position: relative;
    display: block;
    width: 240px;
    text-align: right;
    padding: 10px 20px;
    background: #3876ae;
    border: 1px solid #104779;
    color: #fff;
    float: right;
    letter-spacing: 2px;
    font-style: italic;
    transition: 0.3s all ease;
    text-decoration: none;
}

.share-your-story a::before {
    content: '\e874';
    position: absolute;
    left: 12px;
    color: #fff;
    font-family: 'fontello';
    font-size: 22px;
    z-index: 9;
}

.review-pg-list li {
    border-top: 2px solid #e6e6e6;
    background: none !important;
    padding: 10px 0 !important;
    min-height: 150px;
}


.review-pg-list li:last-child {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 30px;
}

.review-pg-list .review-Name {
    width: 30%;
    vertical-align: middle;
}

.review-pg-list .review-Name .pName {
    color: #272727;
    font: 400 28px/38px 'Lato', sans-serif !important;
    position: relative;
    padding: 44px 10px 10px 69px;
}

.review-pg-list .review-Name .pName::before {
    content: '';
    background: url("../images/five-star-icn.png") no-repeat center center;
    width: 150px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 65px;
}

.review-pg-list .pName span {
    position: absolute;
    text-transform: uppercase;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 6px 0;
    font: 900 24px/36px 'Lato', sans-serif;
    color: #fff;
    border-radius: 50%;
    left: 0;
    top: 18px;
    transition: 0.3s all ease;
    filter: brightness(90%);
}


.review-pg-list li:hover .pName span {
    filter: brightness(100%);
}

.clr-1 {
    background: #ce283d;
}

.clr-2 {
    background: #2f9780;
}

.clr-3 {
    background: #752873;
}

.clr-4 {
    background: #95837b;
}

.clr-5 {
    background: #a4d2d4;
}

.clr-6 {
    background: #b36ea7;
}

.review-Desc .pDesc {
    position: relative;
    font: 400 16px/26px 'Lato', sans-serif !important;
    padding: 12px 0 12px 60px !important;
}

.review-pg-list .review-Desc {
    vertical-align: middle;
}

.review-Desc .pDesc::before {
    content: '';
    position: absolute;
    background: url("../images/blockquote-open-b.png") no-repeat center center;
    width: 45px;
    height: 39px;
    left: 0;
    top: 10px;
}









.home #Banner-Container .Banner-Tabs,
.home #Banner-Container .Banner_nav {
    display: block;
}

.home #Banner-Container .cloneBanner,
#Banner-Container-S .cloneBanner {
    display: none;
}

.img-r.fondren-img {
    background: #3876ae;
    padding: 6px;
    text-align: center;
}

.adobe-reader img {
    float: left;
    margin: -2px 10px 0 0;
}

.pdf-list li {
    background: none !important;
    padding: 0 !important;
}

.pdf-list li a {
    background: url(../images/pdf-icon.png) no-repeat 0 5px;
    display: inline-block;
    padding: 0px 0 0 25px;
    margin-top: 7px;
    margin-top: 7px;
    text-decoration: none;
}

.toh .Dr-list {
    padding: 0;
    margin: 0;
    text-align: center;
}

.toh .Dr-list li {
    padding: 0;
    background: none;
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 2%;
}

.Dr-list .dr-contain {
    border: 8px solid #e9e9e9;
    padding: 20px 10px;
    text-align: center;
    border-radius: 15px;
    min-height: 463px;
}

.Dr-list .Dname {
    display: block;
    width: 217px;
    margin: 20px auto 0 auto;
    color: #ffffff;
    font: 400 17px/23px 'Lato', sans-serif;
    border-radius: 18px;
    padding: 13px 0;
    cursor: pointer;
}

.Dr-list .subHead {
    display: block;
    color: #000000;
    font: 700 15px/22px 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 15px 0 4px 0;
}

.Dname.click-clr::after {
    border-radius: 15px;
}

.dotted-border {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 25px;
}

.img-con-list .play-btn {
    position: absolute;
    width: 160px;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
    text-align: center;
    color: #fff;
    font: 400 18px/24px 'Lato', sans-serif;
}

.img-con-list .play-btn::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("../images/edu-vid-play-btn.png") no-repeat center center;
    top: -68px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
}

.click-a a {
    color: #fff !important;
    display: inline-block;
    background: #458dcf;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 8px 10px;
    border-radius: 17px;
}

/*-------------------------Accessibility CSS-----------------------*/

.accessible_on #Appointment-Contain,
.accessible_on .appnt-list li,
.accessible_on #Procedure-Contain,
.accessible_on .click-clr,
.accessible_on #News-Publications,
.accessible_on .pubication-list .publication-conatin,
.accessible_on #Patient-Reviews,
.accessible_on #Pre-Appointment,
.accessible_on #Footer-Menu,
.accessible_on .get-start-list,
.accessible_on .get-started .pHead,
.accessible_on .proc-contain .txt-contain,
.accessible_on #Patient-Reviews .txt-contain,
.accessible_on.serv-pg .serv-main-list .contain,
.accessible_on.serv-pg .serv-main-list li,
.accessible_on .serv-click,
.accessible_on.dr-pro .dr-pro-list li,
.accessible_on.dr-pro .hospital-logo li,
.accessible_on.dr-pro .img-r,
.accessible_on .general-sec .loc-head {
    background: none !important;
}

.accessible_on .certified-txt-contain .pHead span,
.accessible_on .certified-txt-contain .pDesc,
.accessible_on #Shoulder-Arthroscopy .txt-contain .pHead,
.accessible_on #Shoulder-Arthroscopy .txt-contain .pDesc,
.accessible_on #News-Publications .pMain,
.accessible_on .pubication-list .publication-conatin .pHead,
.accessible_on .pubication-list .publication-conatin .pDesc,
.accessible_on #News-Publications .news .subHead,
.accessible_on #News-Publications .news .pDesc,
.accessible_on #Pre-Appointment .pHead,
.accessible_on #Pre-Appointment .pDesc,
.accessible_on .footer-logo-list .txt span,
.accessible_on .proc-contain .pHead,
.accessible_on .proc-contain .pDesc,
.accessible_on #Patient-Reviews .pDesc,
.accessible_on.serv-pg .contain .txt-contain .pHead,
.accessible_on.serv-pg .serv-sublist li,
.accessible_on.serv-pg .contain .txt-contain .pDesc,
.accessible_on .textMain p,
.accessible_on #Footer p.uselinks,
.accessible_on.dr-pro .dr-pro-list li a,
.accessible_on.dr-pro .img-r .dr-name {
    color: inherit !important;
}

.dfw-whitemode .get-started .pHead,
.dfw-greymode .get-started .pHead,
.dfw-whitemode .navigation,
.dfw-greymode .navigation {
    color: #000 !important;
}

.dfw-blackmode .get-started .pHead,
.dfw-blackmode .navigation {
    color: #fff !important;
}

.dfw-whitemode.serv-pg .serv-main-list a,
.dfw-whitemode.serv-pg #Footer-Menu .ft-sublist li a,
.dfw-whitemode.serv-pg .ft-bullet-list li a {
    color: #00e !important;
}

.dfw-whitemode #Footer-Menu .ft-sublist li,
.dfw-greymode #Footer-Menu .ft-sublist li,
.dfw-whitemode #Footer-Menu .pHead,
.dfw-greymode #Footer-Menu .pHead,
.dfw-whitemode .certified-txt-contain .pHead,
.dfw-greymode .certified-txt-contain .pHead,
.dfw-whitemode .footer-logo-list li,
.dfw-greymode .footer-logo-list li,
.dfw-whitemode .social-links li span,
.dfw-greymode .social-links li span,
.dfw-whitemode #Footer-Menu .subHead,
.dfw-greymode #Footer-Menu .subHead,
.dfw-whitemode .ft-bullet-list li,
.dfw-greymode .ft-bullet-list li,
.dfw-whitemode #Footer p.uselinks,
.dfw-greymode #Footer p.uselinks {
    color: #000 !important;
}

.dfw-blackmode #Footer-Menu .ft-sublist li,
.dfw-blackmode #Footer-Menu .pHead,
.dfw-blackmode .certified-txt-contain .pHead,
.dfw-blackmode .footer-logo-list li,
.dfw-blackmode .social-links li span,
.dfw-blackmode #Footer-Menu .subHead,
.dfw-blackmode .ft-bullet-list li,
.dfw-blackmode #Footer p.uselinks {
    color: #fff !important;
}


.dfw-skip {
    top: -1px;
    right: 0px;
}

.accessible_on #Pre-Appointment {
    padding: 20px 0;
}

.accessible_on.serv-pg .img-hov {
    margin: 0;
}

.accessible_on.serv-pg .img-hov {
    margin: 0;
}

.accessible_on #Patient-Reviews .pDesc {
    min-height: initial;
    padding: 20px 0;
}

.accessible_on.dfw-whitemode .menu ul,
.dfw-whitemode .Wrapper {
    background: #eee;
}

.accessible_on.dfw-blackmode .menu ul,
.dfw-blackmode .Wrapper {
    background: #333;
}

.accessible_on .proc-contain .txt-contain::after,
.accessible_on #Form-Sec {
    display: none !important;
}

.accessible_on .get-started .contain {
    margin-top: 0 !important;
}

.accessible_on #Logo-Container,
.accessible_on #Form-Sec {
    border-top: none !important;
}

.accessible_on.dfw-whitemode .ft-logo .banner-logo img,
.accessible_on.dfw-greymode .ft-logo .banner-logo img {
    filter: invert(1);
}

.accessible_on.dfw-whitemode #Appointment-Contain,
.accessible_on.dfw-whitemode.serv-pg .contain .txt-contain .pHead,
.accessible_on.dfw-whitemode .get-start-list li {
    border-bottom: 1px solid #000 !important;
}

.accessible_on.dfw-blackmode #Appointment-Contain,
.accessible_on.dfw-blackmode.serv-pg .contain .txt-contain .pHead,
.accessible_on.dfw-blackmode .get-start-list li {
    border-bottom: 1px solid #fff !important;
}

.accessible_on.dfw-whitemode #Procedure-Contain,
.accessible_on.dfw-whitemode #Logo-Container,
.accessible_on.dfw-whitemode #Certified-Specialist,
.accessible_on.dfw-whitemode #Header-Container,
.accessible_on.dfw-whitemode #Shoulder-Arthroscopy,
.accessible_on.dfw-whitemode #News-Publications,
.accessible_on.dfw-whitemode #Patient-Reviews,
.accessible_on.dfw-whitemode #Pre-Appointment,
.accessible_on.dfw-whitemode #Form-Sec,
.accessible_on.dfw-whitemode #Footer-Menu {
    border-bottom: 2px solid #000 !important;
}

.accessible_on.dfw-blackmode #Procedure-Contain,
.accessible_on.dfw-blackmode #Logo-Container,
.accessible_on.dfw-blackmode #Certified-Specialist,
.accessible_on.dfw-blackmode #Header-Container,
.accessible_on.dfw-blackmode #Shoulder-Arthroscopy,
.accessible_on.dfw-blackmode #News-Publications,
.accessible_on.dfw-blackmode #Patient-Reviews,
.accessible_on.dfw-blackmode #Pre-Appointment,
.accessible_on.dfw-blackmode #Form-Sec,
.accessible_on.dfw-blackmode #Footer-Menu {
    border-bottom: 2px solid #fff !important;
}

.accessible_on.dfw-whitemode .procedure-contain-list li,
.accessible_on.dfw-whitemode .click-clr,
.accessible_on.dfw-whitemode .pubication-list .publication-conatin,
.accessible_on.dfw-whitemode .get-started .pHead,
.accessible_on.dfw-whitemode.serv-pg .serv-main-list .contain,
.accessible_on.dfw-greymode.serv-pg .serv-main-list .contain,
.accessible_on.dfw-whitemode.serv-pg .img-hov,
.accessible_on.dfw-whitemode .serv-click,
.accessible_on.dfw-whitemode.dr-pro .img-r {
    border: 1px solid #000;
}

.accessible_on.dfw-blackmode .procedure-contain-list li,
.accessible_on.dfw-blackmode .click-clr,
.accessible_on.dfw-blackmode .pubication-list .publication-conatin,
.accessible_on.dfw-blackmode .get-started .pHead,
.accessible_on.dfw-blackmode.serv-pg .serv-main-list .contain,
.accessible_on.dfw-blackmode.serv-pg .img-hov,
.accessible_on.dfw-blackmode .serv-click,
.accessible_on.dfw-blackmode.dr-pro .img-r {
    border: 1px solid #fff;
}

.accessible_on.dfw-whitemode .get-start-list {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.accessible_on.dfw-blackmode .get-start-list {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.accessible_on.dfw-whitemode .appnt-list .lang-sel a::before {
    color: #000 !important;
}

.accessible_on.dfw-blackmode .appnt-list .lang-sel a::before {
    color: #fff !important;
}

.accessible_on.dfw-whitemode #Header .logo img,
.accessible_on.dfw-whitemode #Patient-Reviews .pHead::before {
    filter: grayscale(1) contrast(30);
}

.accessible_on.dfw-whitemode .hospital-logo li img {
    filter: grayscale(1);
}

.accessible_on.dfw-blackmode #Header .logo img {
    filter: grayscale(1) contrast(30) invert(1);
}

.accessible_on.dfw-blackmode .get-start-list li a::before {
    filter: grayscale(1) brightness(2);
}

.accessible_on.dfw-whitemode .get-start-list li a::before,
.accessible_on.dfw-greymode .get-start-list li a::before {
    filter: grayscale(1) contrast(5);
}

.accessible_on .get-start-list {
    margin-bottom: 0px !important;
}

.accessible_on .certi-mrParent {
    display: none;
}

.accessible_on .credibility-logo li {
    margin: 20px 1%;
}

.accessible_on .get-start-list li.toggle-hide {
    display: block !important;
}

.accessible_on .popin {
    transform: scale(1);
    animation: none;
}

.accessible_on .zoom-in:hover img {
    transform: scale(1);
}


.accessible_on .procedure-contain-list {
    text-align: center;
}

.accessible_on .procedure-contain-list li {
    text-align: left;
    width: 29%;
    margin: 20px 2%;
    min-width: 280px;
}

.accessible_on .proc-contain:hover .slide-up img {
    bottom: 0 !important;
}


.accessible_on .proc-contain:hover .txt-contain {
    margin-top: 0;
}

.accessible_on .credibility-logo li a {
    display: block;
}

.accessible_on .credibility-logo li {
    display: inline-block;
    vertical-align: top;
}

.accessible_on .menu li {
    margin: 15px auto;
}

.accessible_on .certified-list li {
    text-align: center;
    border: 1px solid #ccc;
}

.accessible_on .hospital-logo li a:hover {
    box-shadow: none;
}

.accessible_on #News-Publications .view-all {
    text-align: center;
    border: 1px solid #ccc;
}

.accessible_on .social-links li span {
    display: inline-block;
}

.accessible_on .social-links li a {
    width: 70px;
    height: 20px;
}

.accessible_on .facebook a,
.accessible_on .twitter a,
.accessible_on .youtube a {
    background: none !important;
}

.accessible_on .appnt-list .appnt {
    width: 240px;
}

.accessible_on .dr-pro-list li a:hover {
    margin-left: 0px;
}

.accessible_on .btn-blue .tabs,
.accessible_on .btn-blue .tabs:hover,
.accessible_on .sb-procedure .pHead,
.accessible_on .dr-pro .img-r,
.accessible_on .sb-news-list li a::before {
    background: none;
}


.dfw-blackmode .textMain p,
.dfw-blackmode .textMain h1,
.dfw-blackmode .textMain h2,
.dfw-blackmode .get-start-list li,
.dfw-blackmode .textMain a,
.dfw-blackmode .sb-proc-list li,
.dfw-blackmode .btn-blue .tabs a,
.dfw-blackmode .sb-procedure .pHead,
.dfw-blackmode .sb-proc-list li:hover,
.dfw-blackmode .menu li,
.dfw-blackmode #Footer-Menu .ft-sublist li a:hover,
.dfw-blackmode .sb-news-list li {
    color: #fff !important;
}

.dfw-whitemode .btn-blue .tabs a,
.dfw-whitemode .sb-procedure .pHead,
.dfw-whitemode .sb-proc-list li:hover,
.dfw-whitemode .sb-news-list li,
.dfw-whitemode .get-start-list li:hover,
.dfw-greymode .textMain a,
.dfw-whitemode .menu li,
.dfw-whitemode #Footer-Menu .ft-sublist li a:hover,
.dfw-greymode #Footer-Menu .ft-sublist li a:hover,
.dfw-greymode .sb-news-list li,
.dfw-whitemode .sb-news-list li,
.dfw-greymode .btn-blue .tabs a,
.dfw-greymode .sb-procedure .pHead {
    color: #000 !important;
}

.accessible_on .sb-news-list li span {
    padding: 11px 0 11px 0px;
}

.accessible_on .ger-map-contain {
    display: none;
}

.accessible_on .social-links li a::before,
.accessible_on .clr-1,
.accessible_on .clr-2,
.accessible_on .clr-3,
.accessible_on .clr-4,
.accessible_on .clr-5,
.accessible_on .clr-6,
.accessible_on .clr-7,
.accessible_on .clr-8,
.accessible_on .clr-9,
.accessible_on .review-pg-list .review-Name .pName::before {
    display: none;
}

.accessible_on .review-Desc .pDesc::before {
    background: none;
}

.accessible_on .get-start-list li a::before {
    left: 0px;
    top: 0px;
}



.adaOn {
    background: #13293d;
    border-radius: 25px;
}







.videoBorder {
    width: 90%;
    padding: 53% 0px 0px 0px;
}

.thanku {
    margin: 10px auto;
    text-align: center;
    font: 400 45px/56px 'Calibri', sans-serif;
    color: #3b3b3b;
}

.thanku img {
    margin-bottom: 25px;
}

.thanku span {
    color: #3876ae;
}

.cen {
    text-align: center;
}

.research-img {
    text-align: center;
    border: 5px solid #666464;
    width: 98%;
    margin: 20px auto;
    max-width: 525px;
}

.btn-blue {
    color: #ffffff;
    font: 400 24px/30px 'Calibri', sans-serif;
    margin: 20px 0;
    text-align: center;
}

.btn-blue .tabs {
    display: inline-block;
    background: #3876ae;
    transition: 0.3s all ease;
}

.btn-blue .tabs:hover {
    background: #13293d;
}

.btn-blue .tabs a {
    display: block;
    color: inherit;
    padding: 12px 10px;
}

#Content-Main > .table-div {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

#Content {
    order: 2;
    width: 100%;
}

#Sidebar {
    order: 1;
}

.sb-edu-vid .btn-blue {
    margin: 0;
}

.sb-edu-vid .btn-blue .tabs {
    display: block;
}

.sb-edu-vid .videoBorder {
    width: auto;
    padding: 63% 0px 0px 0px;
    margin: 0;
}

.textMain ul li,
.textMain ol ul li {
    background: url(../images/bullet-blue.png) no-repeat 10px 15px;
}

.dr-info-line {
    color: #000;
    font: 600 19px/28px 'Calibri', sans-serif;
    padding: 10px 0;
}

.gen-appnt .textMain {
    padding: 10px 0 50px 0;
}

.appnt-cell {
    width: 61%;
    padding-right: 20px;
}

.textMain a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0px;
    width: 100%;
    transition: 0.3s all ease;
    opacity: 0;
    border: 1px solid #13293d;
    left: 0px;
    margin: auto;
}

.textMain a:hover::after {
    opacity: 1;
}

.appnt-loc-cell {
    width: 62%;
    padding-left: 20px;
}

.contain-tb-pad {
    margin-top: 10px;
}

.social-links {
    margin-bottom: 8px;
}

.social-links li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 2% 10px 0;
}

.social-links li a {
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
    border-radius: 26px;
    overflow: hidden;
}

.social-links li a::before {
    position: absolute;
    font-family: 'fontello';
    color: #ffffff;
    font-size: 21px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 11px 0 9px 0;
}

.social-links li span {
    display: none;
}

.facebook a::before {
    content: '\F09A';
}

.facebook a {
    background: #016dc4;
}

.twitter a::before {
    content: '\F099';
}

.twitter a {
    background: #1da1f2;
}

.youtube a::before {
    content: '\F167';
}

.youtube a {
    background: #e0121f;
}

/*------------------- Media Query---------------------*/

@media screen and (max-width:1100px) {
    .menu li {
        font: 400 16px/25px 'Calibri', sans-serif;
    }

    .banner-content {
        font: 400 17px/24px 'Calibri', sans-serif;
    }

    #Banner .banner-credi-logo li {
        margin: 10px 1%;
    }

    .banner-content {
        max-width: 500px;
    }

    .certified-list li {
        width: 30%;
        font: 400 18px/24px 'Calibri', sans-serif;
        margin: 15px 1%;
    }

    .pubication-list .publication-conatin {
        min-height: 202px;
    }

    #Patient-Reviews .pDesc {
        min-height: 290px;
    }

    #Patient-Reviews .txt-contain {
        width: 90%;
    }

    #Patient-Reviews .ReviewSec_nav.slidePrev,
    .Banner_nav.slidePrev {
        left: 0;
    }

    #Patient-Reviews .ReviewSec_nav.slideNext,
    .Banner_nav.slideNext {
        right: 0;
    }

    .serv-pg .serv-sublist {
        min-width: initial !important;
    }

    .sub-link.dr-pro .img-r {
        float: none;
        width: 290px;
        margin: 0 auto 20px auto;
        display: block;
    }

    #Banner .banner3 .banner-credi-logo li.read-mr {
        width: 150px !important;
    }

    .banner3 .banner-content {
        padding: 20px 0;
    }

    .diff-bannerHead span.normal {
        position: relative;
    }

    .diff-bannerHead span.normal::before {
        top: 0;
        left: 0;
    }

    .diff-bannerHead span.smallTxt {
        font: 400 25px/38px 'Garamond Premiere Pro', sans-serif;
        padding-top: 6px;
    }

    #Banner-Container-S .diff-bannerHead span.normal::before {
        left: 0;
        top: 0;
    }

    #Banner-Container-S .diff-bannerHead span.smallTxt {
        font: 400 21px/30px 'Garamond Premiere Pro', sans-serif;
    }
}

@media screen and (max-width:980px) {
    .menu li {
        font: 400 15px/25px 'Calibri', sans-serif;
    }

    #Banner-Container #Banner .banner-credi-logo li {
        width: 11%;
    }

    #Banner .banner-credi-logo li.read-mr {
        font: 400 18px/24px 'Calibri', sans-serif;
        min-width: 150px;
    }

    #Banner .banner-credi-logo li.read-mr a {
        padding: 10px 14px;
    }

    .certified-txt-contain .pHead {
        font: 600 28px/34px 'Lato', sans-serif;
    }

    .certified-txt-contain .pDesc {
        font: 400 16px/26px 'Lato', sans-serif;
        padding: 0 5px 0 0;
    }

    .certified-txt-contain .pDesc span {
        font: 600 16px/26px 'Lato', sans-serif;
    }

    .certified-list {
        margin-top: 0;
    }

    .certified-list li {
        font: 400 16px/22px 'Calibri', sans-serif;
        margin: 10px 2%;
        min-width: 180px;
    }

    #Procedure-Contain .nbs-flexisel-inner {
        width: 90%;
    }

    #News-Publications .news .subHead {
        padding-bottom: 10px;
        font: 700 19px/26px 'Lato', sans-serif;
    }

    #News-Publications .news .pDesc {
        font: 400 15px/23px 'Lato', sans-serif;
    }

    #News-Publications .news {
        vertical-align: middle;
    }

    #Pre-Appointment .txt-contain {
        margin: 0 auto;
    }

    .ft-logo {
        width: 42%;
        padding-right: 2%;
    }

    .footer-logo-list li {
        margin: 20px 1%;
    }

    .footer-logo-list .txt {
        min-width: 141px;
    }

    .diff-bannerHead {
        font: normal 40px/44px 'Garamond Premiere Pro',
            sans-serif;
    }

    .center-banner-content {
        max-width: 460px;
    }

    .banner-content.banner-width {
        max-width: 490px;
    }

    .dr-pro .dr-pro-logo li {
        width: 40%;
        margin: 20px 4%;
    }

    .serv-pg .serv-main-list .img-contain {
        display: block;
        text-align: center;
    }

    .serv-pg .zoom-in {
        margin: 0 auto;
        width: 30%;
        min-width: 250px;
    }

    .serv-pg .serv-main-list .txt-contain {
        display: block;
        margin: auto;
        width: auto;
        text-align: center;
    }

    .serv-pg .serv-sublist.extr-wid {
        min-width: 240px !important;
    }

    .serv-pg .serv-sublist li {
        font: 400 16px/22px 'Calibri', sans-serif;
    }

    .serv-pg .contain .txt-contain .pDesc {
        font: 400 16px/22px 'Calibri', sans-serif;
    }

    .serv-pg .serv-sublist {
        width: 30%;
        text-align: left;
    }

    .serv-pg .contain .txt-contain .pHead {
        font: 700 26px/32px 'EB Garamond', serif;
    }

    #Shoulder-Arthroscopy .vid-contain .videoBorder {
        padding: 60% 0px 0px 0px;
    }

    .hm-shoulder-list li {
        margin: 0 1% 0 0;
        width: 180px;
    }

    #Shoulder-Arthroscopy .txt-contain .read-mr {
        font: 400 20px/28px 'Calibri', sans-serif;
    }

    #Footer-Menu-Intra {
        text-align: center;
    }

    #Footer-Menu-Intra .table-cell {
        display: inline-block;
        width: 30%;
        text-align: left;
        min-width: 250px;
    }

    #Footer-Menu-Intra .table-cell.ft-logo {
        width: 95%;
        padding-right: 2%;
        max-width: 550px;
        display: block;
        text-align: center;
        margin: 10px auto 20px auto;
    }

    .banner3 .diff-bannerHead {
        text-align: left;
        color: #fff;
        font: normal 40px/50px 'Garamond Premiere Pro', sans-serif;
    }

    .diff-bannerHead span.smallTxt {
        font: 400 22px/28px 'Garamond Premiere Pro', sans-serif;
    }

    #Banner-Container .banner3 .banner-content {
        right: 10px;
    }

    #Banner-Container-S #Banner .banner3 .banner-credi-logo li.read-mr {
        float: none;
    }

    #Banner-Container-S .banner3 .banner-content {
        right: 6%;
    }

    #Banner-Container-S .book-banner-img {
        left: 12.5%;
    }
}

@media screen and (max-width:860px) {
    .menu li {
        font: 400 15px/25px 'Calibri', sans-serif;
    }

    #Banner-Container .banner-content {
        width: 51%;
        right: 0;
    }

    .get-started {
        width: 290px;
    }

    .get-start-list li {
        font: 400 18px/26px 'Calibri', sans-serif;
    }

    #Shoulder-Arthroscopy .txt-contain .pDesc {
        padding-bottom: 35px;
    }

    .pubication-list .publication-conatin .pHead {
        font: 700 18px/25px 'Lato', sans-serif;
    }

    .pubication-list .publication-conatin {
        min-height: 224px;
    }

    #Patient-Reviews .pDesc {
        min-height: 320px;
    }

    .pre-appnt-list li {
        margin: 10px 6% 10px 0;
    }

    .footer-logo-list li {
        width: 20%;
    }

    #Footer-Menu-Intra {
        text-align: center;
    }

    .logo {
        display: block;
        text-align: center;
        min-width: 290px;
        margin: 6px 0;
    }

    .menu-list {
        display: block;
        width: auto;
    }

    .banner-content.banner-width {
        width: 49%;
        max-width: 490px;
        bottom: 6px;
        top: initial;
    }

    .textMain h1 {
        font: 700 26px/32px 'Lato', sans-serif;
    }

    .dr-pro .dr-pro-list li {
        font: 600 18px/28px 'Calibri', sans-serif;
    }

    .dr-pro .textMain h1 span {
        font: 400 17px/30px 'Open Sans', sans-serif;
    }

    #Banner-Container-S .banner-img-contain {
        left: 3%;
    }

    .review-pg-list .review-Name {
        width: 35%;
    }

    .review-pg-list .review-Name .pName {
        font: 400 26px/36px 'Lato', sans-serif !important;
    }

    #Banner-Container-S .banner-logo {
        min-width: 380px;
    }

    .diff-bannerHead span.smallTxt {
        font: 400 21px/28px 'Garamond Premiere Pro', sans-serif;
    }

    #Banner-Container-S .diff-bannerHead span.smallTxt {
        font: 400 18px/26px 'Garamond Premiere Pro', sans-serif;
    }
}

@media screen and (max-width:767px) {
    #Content {
        display: block;
        width: auto;
    }

    #Sidebar {
        display: block;
        margin: auto;
    }

    .certified-txt-contain {
        display: block;
        width: auto;
        padding: 10px 10px;
    }

    .get-started {
        display: block;
        width: 296px;
        margin: 20px auto;
    }

    .get-started .contain {
        margin-top: 0;
    }

    .certified-list li {
        width: 20%;
        text-align: center;
    }

    .certified-list li a::after {
        margin: auto;
    }

    .certified-txt-contain .pDesc {
        text-align: center;
    }

    .certified-list {
        text-align: center;
    }

    .get-start-list {
        margin-bottom: 0px !important;
    }

    .certi-mrParent {
        display: none;
    }

    .get-start-list li.toggle-hide {
        display: block !important;
    }

    .popin {
        transform: scale(1);
        animation: none;
    }

    #Shoulder-Arthroscopy .vid-contain {
        display: block;
        width: 55%;
        margin: auto;
        min-width: 290px;
    }

    #Shoulder-Arthroscopy .txt-contain {
        display: block;
        padding: 30px 2%;
        text-align: center;
    }

    #Shoulder-Arthroscopy .txt-contain .read-mr {
        margin: auto;
    }

    #News-Publications .news {
        display: block;
        padding: 10px 5px 60px 5px;
    }


    #News-Publications .news .img-conatin {
        text-align: center;
    }

    #News-Publications .publications {
        display: block;
        padding: 20px 5px 60px 5px;
        margin: 20px 0 0 0;
    }

    .pubication-list .publication-conatin {
        min-height: 177px;
    }

    #Patient-Reviews .pDesc {
        font: 400 16px/26px 'Lato', sans-serif;
    }

    #Pre-Appointment .pHead {
        font: 600 28px/34px 'Lato', sans-serif;
    }

    #Pre-Appointment .pDesc {
        font: 400 15px/25px 'Lato', sans-serif;
    }

    #Pre-Appointment .txt-contain {
        text-align: center;
    }

    .pre-appnt-list li {
        margin: 15px 2%;
        font: 400 15px/25px 'Lato', sans-serif;
    }

    .dr-pro-list {
        display: block;
    }

    .dr-pro-logo {
        display: block;
        width: 50%;
        min-width: 300px;
        text-align: center;
        margin: 20px auto 0 auto;
    }

    .dr-pro .img-r {
        float: none;
        width: 290px;
        margin: 0 auto 20px auto;
        display: block;
    }

    .serv-pg .serv-main-list .txt-contain {
        text-align: left;
    }

    .certified-txt-contain .pHead {
        text-align: center;
    }

    .banner-img-contain {
        position: initial;
        width: 50%;
        min-width: 290px;
        margin: 0px auto;
    }

    #Banner-Container .banner-content {
        width: 98%;
        margin: 0px auto 20px auto;
        min-width: 290px;
        transform: none;
        z-index: 9;
        position: relative;
    }

    .home #Banner-Container .cloneBanner,
    #Banner-Container-S .cloneBanner {
        display: block;
    }

    .home #Banner-Container #Slider1 {
        display: none;
    }

    #Banner-Container-S #Slider1 {
        display: none;
    }

    .dr-pro #Banner-Container-S #Slider1 {
        display: block;
    }

    .dr-pro #Banner-Container-S #Banner {
        height: 235px !important;
    }

    .home #Banner-Container .Banner-Tabs,
    .home #Banner-Container .Banner_nav,
    #Banner-Container-S .Banner-Tabs,
    #Banner-Container-S .Banner_nav {
        display: none;
    }

    .home #Banner-Container .banner2 {
        display: none !important;
    }

    #Banner-Container #Banner,
    #Banner-Container-S #Banner {
        height: initial !important;
    }

    #Banner-Container-S .banner-img-contain {
        position: initial;
        margin: 20px auto 0px auto;
        padding-top: 12px;
        width: 38%;
    }

    #Banner-Container-S .banner-content {
        margin: 0px auto 26px auto;
        position: relative;
        width: 99%;
        min-width: 290px;
        transform: none;
        left: initial;
        right: initial;
        top: initial;
    }

    #Banner-Container-S .banner-logo {
        min-width: 290px;
    }

    #Banner-Container-S .banner-credi-logo {
        min-width: 290px;
    }

    #Banner-Container-S .diff-bannerHead {
        font: normal 26px/32px 'Garamond Premiere Pro', sans-serif;
    }

    #Banner-Container-S .center-banner-content {
        top: initial;
        bottom: 5px;
    }

    .center-banner-content .banner-more a {
        padding: 5px 15px;
    }

    .review-pg-list .review-Name {
        display: block;
        text-align: center;
        width: auto;
    }

    .review-pg-list .review-Desc {
        display: block;
    }

    .review-pg-list .review-Name .pName {
        display: inline-block;
        min-width: 290px;
        padding: 50px 10px 10px 10px;
    }

    .review-pg-list .pName span {
        top: 0;
    }

    .review-pg-list .review-Name .pName::before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .location-icons p.lines {
        width: 46%;
        margin: 10px 2%;
        vertical-align: top;
        min-width: 300px;
        text-align: left !important;
        border-left: none;
    }

    #Content-Main > .table-div {
        display: table !important;
    }

    #Banner-Container-S .banner1 {
        padding-bottom: 2px;
    }

    .appnt-cell {
        display: block;
        width: auto;
    }

    .appnt-cell {
        display: block;
        width: auto;
    }

    .appnt-txt-cell {
        display: block;
        margin: 15px 10px;
    }

    .appnt-loc-cell {
        display: block;
        margin: 10px 0;
        padding: 0;
        width: auto;
    }
}

@media screen and (max-width:700px) {
    .pubication-list .publication-conatin {
        min-height: 200px;
    }

    #Patient-Reviews .pDesc {
        min-height: 430px;
    }

    #Pre-Appointment {
        background-position: center center !important;
        background-size: cover;
    }

    .serv-pg .serv-sublist {
        margin-left: 2%;
        min-width: 230px !important;
    }

    .menu-list {
        padding-left: 0;
    }

    #Banner-Container #Banner .banner-credi-logo li {
        width: 20%;
        margin: 20px 1%;
    }

    .procedure-contain-list .proc-contain {
        margin-top: 0px;
    }

    #Shoulder-Arthroscopy .vid-contain .videoBorder {
        padding: 66% 0px 0px 0px;
        min-width: 300px;
    }

    #Banner-Container-S {
        display: none;
    }

    .dfw-on,
    .dfw-off {
        display: none !important;
    }
}

@media screen and (max-width:680px) {
    #Main-Menu {
        display: none;
    }

    #Mobile-Menu {
        display: block;
    }

    .navigation {
        padding: 20px 0px 20px 5px;
    }

    .nodisplay {
        display: inline-block !important;
        font: 700 26px/30px 'Lato', sans-serif !important;
    }
}

@media screen and (max-width:560px) {

    #Patient-Reviews .pDesc {
        min-height: 430px;
    }
}

@media screen and (max-width:480px) {
    .certified-txt-contain .pHead {
        font: 600 24px/30px 'Lato', sans-serif;
    }

    .pubication-list .publication-conatin {
        min-height: 250px;
    }

    .pre-appnt-list li {
        min-width: 200px;
    }

    .dr-pro .textMain h1 {
        font: 700 22px/28px 'Lato', sans-serif;
        text-align: center;
    }

    .appnt-list {
        text-align: center;
    }

    .appnt-list .appnt {
        display: block;
        margin: auto;
    }

    #Banner-Container-S .center-banner-content {
        margin: auto;
        left: 0;
        right: 0;
    }

    #Patient-Reviews .pDesc {
        min-height: 728px;
    }

    .hm-shoulder-list li {
        margin: 15px 2%;
    }

    #Footer-Menu-Intra .table-cell {
        text-align: center;
        margin: 20px 2%;
    }

    .certified-list li {
        min-width: 148px;
    }
}
