/* Default Custom CSS */

.img-l {
    margin: 0px 15px 10px 0px;
}

.img-r {
    margin: 0px 0px 10px 15px;
}

.img-c {
    margin: 10px;
}


/* Selection CSS */

#Container::selection {
    background: #CCC;
    color: #000;
}


/* ADA Icon CSS */

.adaOn span {
    background: #003263;
    color: #fff;
    border-radius: 50%;
}


/* Scroller CSS */

#Scroller a {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 50%;
}
/* ---------- Theme CSS ---------- */

#dr-profile,
#Patient-testimonial,
#Publication,
#Patient-resource,
#Video-container,
#Map,
#Credibility,
#Footer-Container,
#Service,
#Dr-profile,
#Video {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Accessibility,
#Header,
#Banner,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Credibility-intra,
#Dr-profile-intra,
#Patient-testimonial-intra,
#Publication-intra,
#Patient-resource-intra,
#Video-intra,
#Map-intra,
#Service-intra {
    max-width: 1170px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

/* Header CSS */

#Header {
    padding: 12px 0px;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.logo,
.call-appoint {
    padding: 0px 10px;
}

.call-appoint {
    text-align: right;
    vertical-align: middle;
    width: 60%;
}

.call-appoint li {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font: 400 20px/26px 'Open Sans', sans-serif;
    color: #242424;
}

.call-appoint li a {
    margin: 0 0 0 25px;
    padding: 10px 0 10px 30px;
    display: block;
}

.phn a {
    background: url("../images/phn-logo.png") no-repeat left center;
}

.phn a:hover {
    background: url("../images/phn-logo-hover.png") no-repeat left center;
}

.app a {
    background: url("../images/appointment-logo.png") no-repeat left center;
}

.app a:hover {
    background: url("../images/appointment-logo-hover.png") no-repeat left center;
}

.portal a {
    background: url("../images/portal-icon.png") no-repeat left center;
}

.portal a:hover {
    background: url("../images/portal-icon-hover.png") no-repeat left center;
}

header.sticky {
    background: #f6f6f6;
    top: 0px !important;
    padding: 0px;
}

.sticky #Header {
    padding: 5px 0px;
}

.sticky {
    transition: 0.7s all ease;
}

.sticky .logo {
    width: 200px;
    height: 100px;
}

/* Menu CSS */

.Wrapper {
    background: #052036;
}

.parentMenu li:hover,
.parentMenu li.actMenu,
.parentMenu li.actMenu li {
    background: #cd9700;
}

.parentMenu li li:hover {
    background: #052036 !important;
}

.menuClose {
    display: none;
}

.menu li {
    height: 50px;
    font: 400 16px/21px 'Roboto', sans-serif;
    text-transform: uppercase;
}

.menu li a {
    padding: 15px 0px;
    color: #242424;
}

.menu li li {
    border-bottom: 1px solid #000;
    text-transform: capitalize;
}

.menu li li:last-child {
    border-bottom: none;
}

.menu li:hover span {
    padding-bottom: 7px;
    border-bottom: 4px solid #052036;
    transition: 0.4s ease all;
}

.menu li li a {
    background: url("../images/menu-li.png") no-repeat 20px center;
}

.menu-home {
    width: 8%;
    font-size: 0px !important;
}

.menu-home a::before {
    font-size: 20px;
}

.menu-home a {
    width: 100%;
    height: 100%;
}

.menu-home a::before {
    vertical-align: top;
    margin: auto;
}

.menu-home span {
    vertical-align: middle;
}

.menu-about {
    width: 20%;
}

.menu-services {
    width: 13%;
}

.menu-patient {
    width: 15%;
}

.menu-giving {
    width: 13%;
}

.menu-appointment {
    width: 18%;
}

.menu-contact {
    width: 12%;
}

.menu li > ul > li > a {
    width: 290px;
    padding-left: 40px;
}

.menu li li a {
    background: #052036 url("../images/menu-li.png") no-repeat 20px center;
    color: #fff;
    padding-right: 25px;
    width: 220px;
}

.menu li li a:hover {
    background: #308bca;
    transition: 0.3s ease all;
}

.menu li li:hover > a {
    background: #308bca url("../images/menu-li-hover.png") no-repeat 20px center;
}

nav {
    border-top: 1px solid #d8dbdd;
    border-bottom: 1px solid #d8dbdd;
}

/* Home Banner CSS */

#Banner-Container #Banner {
    height: 717px;
}

#Banner-Container .banner1 {
    background: url(../images/banner1-bg.jpg) no-repeat center top;
}

#Banner-Container .banner1 .theme-L {
    background: url(../images/banner1-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner1 .theme-R {
    background: url(../images/banner1-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner2 {
    background: url(../images/banner2-bg.jpg) 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;
}

#Banner-Container .banner3 .theme-L {
    background: url(../images/banner3-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner3 .theme-R {
    background: url(../images/banner3-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner4 {
    background: url(../images/banner4-bg.jpg) no-repeat center top;
}

#Banner-Container .banner4 .theme-L {
    background: url(../images/banner4-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner4 .theme-R {
    background: url(../images/banner4-r-bg.jpg) no-repeat left top;
}

/* Subpage Banner CSS */

#Banner-Container-S #Banner {
    height: 429px;
}

#Banner-Container-S .banner1 {
    background: url(../images/banner1-s-bg.jpg) no-repeat center top;
}

#Banner-Container-S .banner1 .theme-L {
    background: url(../images/banner1-sl-bg.jpg) no-repeat right top;
}

#Banner-Container-S .banner1 .theme-R {
    background: url(../images/banner1-sr-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner2 {
    background: url(../images/banner2-s-bg.jpg) no-repeat center 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 center 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 .banner4 {
    background: url(../images/banner4-s-bg.jpg) no-repeat center top;
}

#Banner-Container-S .banner4 .theme-L {
    background: url(../images/banner4-sl-bg.jpg) no-repeat right top;
}

#Banner-Container-S .banner4 .theme-R {
    background: url(../images/banner4-sr-bg.jpg) no-repeat left top;
}

/* Banner Content CSS */

.banner-content {
    position: absolute;
    font: 400 38px/43px 'Roboto Slab', serif;
    color: #2a2a2a;
    left: 78%;
    top: 59%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px;
    width: 45%;
}

#Banner-Container-S .banner-content {
    font: 400 30px/37px 'Roboto Slab', serif;
    top: 78%;
    left: 81%;
}

#Banner-Container-S .banner-color {
    color: #2a2a2a;
}

.banner-color {
    color: #fff;
}

.exception {
    left: 88%;
}

.banner-more {
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
    border-radius: 10px;
    border: 1px solid #fff;
    display: inline-block;
}

.Banner-Tabs {
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    right: 0;
    text-align: center;
    top: 92%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    width: 40px;
}

.Banner-Tabs li.Banner_here {
    background: #fff;
    width: 40px;
}

.Banner-Tabs li {
    display: block !important;
    margin: 0 0 5px 0;
    float: right;
}

/* Navigation CSS */

.navigation {
    font: 600 16px/20px 'Myanmar Text', sans-serif;
    padding: 30px 0px 20px 10px;
    color: #004FAF;
    border-bottom: 1px solid #052036;
}

.navigation a {
    text-decoration: none;
    color: #1A1A1A;
}

/* Text CSS */

.textMain {
    font: 400 16px/28px 'Open Sans', sans-serif;
    color: #2d2f2f;
}

.textMain a {
    color: #253aae;
    text-decoration: none;
}

/*.textMain a:hover {

	color: #0000AC;

}*/

.textMain h1 {
    font: 700 30px/36px 'Roboto Slab', serif;
    color: #004eb5;
}

.textMain h1 span {
    font: 400 25px/30px 'Roboto Slab', serif;
    color: #0b273c;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 600 24px/28px 'Roboto Slab', serif;
    color: #242424;
}

.textMain h2 span {
    font: 400 24px/30px 'Roboto Slab', serif;
    color: #000000;
}

.textMain h2 a,
.hTag2 a,
.textMain h3.hTag2 a,
.textMain h4.hTag2 a {
    color: #2d4c7b;
}

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 700 22px/32px 'Roboto Slab', serif;
    color: #353535;
}

.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;
}

.appoint .textMain h2,
.appoint .textMain h3 {
    padding: 0px;
}

.appoint .textMain h3 span {
    display: block;
}

.textMain .useful-lists {
    text-align: center;
}

.textMain .useful-lists li {
    background: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc;
    margin: 15px 5px;
    min-width: 300px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(90%);
    transition: 0.7s all ease;
    opacity: 0.8;
    min-height: 135px;
}

.textMain .useful-lists li:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.textMain .useful-lists li p a {
    display: block;
    text-decoration: none;
    background: #052036;
    padding: 6px 0;
    color: #fff;
    font: 400 15px/24px 'Lato', sans-serif;
}

.textMain .useful-lists li img {
    min-height: 67px;
}

.textMain ul.pdf-list li {
    background: url(../images/pdf-icon.png) no-repeat 0px 9px;
    padding: 5px 5px 5px 22px;
}

/* Sidebar CSS */

#Content {
    padding: 0 30px 0 0;
}

#Sidebar {
    width: 290px;
    padding: 70px 0px 10px 0px;
}

.spine-s {
    background: #052036;
    height: 230px;
}

.spine-h {
    font: 400 26px/30px 'Roboto Slab', serif;
    color: #fff;
    padding: 20px 0 10px 30px;
}

.spine-s li {
    width: 262px;
    margin: 0 auto;
    border-bottom: 1px solid #cd9700;
}

.spine-s li:last-child {
    border: none;
}

.spine-s li:hover {
    border-bottom: 1px solid #052036;
}

.spine-s li.carnial-s {
    background: url("../images/cranial-bg-s.png") no-repeat center center;
    height: 77px;
}

.spine-s li.spine-s {
    background: url("../images/spine-bg-s.png") no-repeat center center;
    height: 77px;
}

.spine-s li.carnial-s:hover {
    background: url("../images/cranial-bg-s-hover.png") no-repeat center center;
    height: 77px;
}

.spine-s li.spine-s:hover {
    background: url("../images/spine-bg-s-hover.png") no-repeat center center;
    height: 77px;
}

.spine-s li.carnial-s a {
    background: url("../images/cranial-img-s.png") no-repeat 40px center;
}

.spine-s li.spine-s a {
    background: url("../images/spine-img-s.png") no-repeat 40px center;
}

.spine-s li a {
    display: block;
    padding: 20px 0 26px 90px;
    font: 700 22px/30px 'Roboto Slab', serif;
    color: #15346d;
    text-transform: uppercase;
}

.dr-profile-img {
    margin: 7px 0px;
    border: 2px solid #052036;
}

.dr-profile-img img {
    text-align: center;
}

.dr-profile-img p {
    padding: 5px 0px 20px 10px;
    font: 400 26px/30px 'Roboto Slab', serif;
    color: #2384c7;
}

.dr-profile-img p span {
    display: block;
    color: #0b273c;
    font: 300 23px/28px 'Roboto Slab', serif;
}

.dr-profile-img p a {
    border: 1px solid #c0c0c0;
    border-radius: 50px;
    font: 400 16px/28px 'Open Sans', sans-serif;
    color: #000;
    padding: 10px 15px;
}

.dr-profile-img p a:hover {
    border: 1px solid #cd9700;
    border-radius: 50px;
    font: 400 16px/28px 'Open Sans', sans-serif;
    color: #000;
    background: #cd9700;
    padding: 10px 15px;
    transition: 0.3s all ease;
}

.publications {
    background: #052036;
    margin: 7px 0px;
}

.publications a {
    font: 400 26px/30px 'Roboto Slab', serif;
    color: #fff;
    background: url("../images/publications-s.png") no-repeat 20px center;
    padding: 20px 0px 20px 75px;
    display: block;
}

.publications a:hover {
    color: #2384c7;
    background: url("../images/publications-s-hover.png") no-repeat 20px center;
}

.minimally-s {
    background: url("../images/minimally-invasive-bg-s.png") no-repeat left center;
    height: 132px;
    color: #fff;
}

.minimally-s a {
    padding: 20px 0 20px 15px;
    display: block;
}

.new-spine {
    font: 300 19px/24px 'Roboto', sans-serif;
}

.minimally-s p {
    font: 400 26px/30px 'Roboto Slab', serif;
}

.patient-testi-s {
    background: url("../images/patient-testimonial-bg-s.png") no-repeat left center;
    height: 72px;
    margin: 10px 0;
    font: 700 26px/30px 'Roboto Slab', serif;
}

.patient-testi-s a {
    background: url("../images/patient-testimonial-icon.png") no-repeat 19px 20px;
    padding: 5px 0px 0px 77px;
    display: block;
    color: #052036;
}

.patient-testi-s a:hover {
    color: #2384c7;
    background: url("../images/patient-testimonial-icon-hover.png") no-repeat 19px 20px;
}

.pat-resources {
    border: 2px solid #cd9700;
}

.pat-resources .pat-head-s {
    font: 400 26px/30px 'Roboto Slab', serif;
    background: #fff;
    padding: 10px 0px 10px 20px;
    color: #052036;
}

.pat-resources li {
    background: #cd9700;
    border-bottom: 1px solid #fff;
    font: 400 16px/20px 'Roboto', sans-serif;
    color: #242424;
}

.pat-resources li:hover {
    color: #fff;
}

.pat-resources li a:hover {
    filter: brightness(0) invert(1);
}

.pat-resources li a {
    padding: 20px 0px 20px 20px;
    display: block;
    transition: 0.7s all ease;
}

.pat-resources li span {
    width: 43px;
    height: 34px;
    display: block;
    float: left;
    margin: -4px 17px 0px 0;
}

.first-visit-s span {
    background: url(../images/your-first-visit-s.png) no-repeat scroll 0 0;
}

.pat-form-list-s span {
    background: url(../images/patient-forms-s.png) no-repeat scroll 0 0;
}

.post-op-s span {
    background: url(../images/post-op-ins-s.png) no-repeat scroll 0 0;
}

.ins-info-s span {
    background: url(../images/insurance-s.png) no-repeat scroll 0 0;
}

/* Footer CSS */

#Footer-Container {
    background: #052036;
    padding: 50px 10px;
    min-height: 536px;
}

#Footer h4 {
    font: 700 22px/28px 'Roboto Slab', serif;
    color: #cd9700;
    padding-bottom: 25px;
}

#Footer .spine-list li {
    font: 400 15px/20px 'Open Sans', sans-serif;
    color: #fff;
    padding: 3px 0px 3px 20px;
    background: url("../images/footer-li.png") no-repeat left 10px;
}

.spine-r ul {
    padding-top: 55px;
}

.social-logo {
    text-align: center;
    border-top: 1px solid #005c9b;
    position: relative;
    top: 70px;
}

.social-logo ul {
    font-size: 0px;
}

.social-logo li {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #fff;
    position: relative;
    margin: 0px 3px;
    border-radius: 50px;
    background: #052036;
    border: 1px solid #005c9b;
    bottom: 20px;
}

.social-logo li:hover {
    color: #cd9700;
}

.social-logo li a {
    width: 100%;
    height: 100%;
    display: block;
}

.social-logo li a::before {
    position: absolute;
    font-family: 'fontello';
    display: block;
    font-size: 20px;
}

.facebook a::before,
.twitter a::before,
.youtube a::before {
    left: 0px;
    right: 0px;
    top: 7px;
}

.footer-b {
    color: #fff;
    text-align: center;
    padding: 80px 0px 0px 0px;
}

.copyrights h2 {
    font: 400 15px/20px 'Lato', sans-serif;
}

.copyrights {
    font: 400 15px/20px 'Lato', sans-serif;
    display: inline-block;
}

.footer-m {
    display: inline-block;
    font: 400 15px/20px 'Lato', sans-serif;
    padding: 0px 86px 0px 70px;
}

.ypo-logo {
    display: inline-block;
}

.contactTable {
    border-spacing: 5px;
    margin: 20px 0px;
}

.contact-address {
    width: 300px;
    padding: 10px;
    position: relative;
    box-shadow: 0px 1px 15px 10px #383E4B1A;
}

.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;
}

.textMain .grid-list {
    text-align: center;
}

.textMain .grid-list li {
    padding: 0;
    color: #202129;
    background: #cccccc;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    transition: all 150ms linear;
    text-align: center;
    border-radius: 4px;
    box-shadow: 2px 5px 10px var(--color-smoke);
    --color-smoke: #e4e4e4;
    font: 600 16px/20px 'Muli', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    min-width: 245px;
}

.textMain .grid-list li a {
    display: block;
    color: #000;
    padding: 12px 20px;
}

.textMain .grid-list li a:hover {
    color: #fff;
    background-color: #318ecf;
    opacity: 1;
    transition: all 150ms linear;
    opacity: .85;
}

/*-----------Easy Tabs CSS-----------*/

.textMain .conditions-page #parentHorizontalTab {
    background: none;
    text-transform: none;
}

.textMain .conditions-page .resp-tabs-list.hor_1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}

.textMain .conditions-page .resp-tabs-list.hor_1 li {
    cursor: pointer;
    display: inline-block !important;
    vertical-align: top;
    font: 500 15px/18px 'Roboto', sans-serif;
    text-transform: uppercase;
    position: relative;
    width: 220px;
    height: auto;
    padding: 0px;
    margin: 0 15px;
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #000 !important;
    color: #ffffff;
    padding: 15px 0px;
    border-radius: 5px;
    margin: 3px;
}

.textMain .conditions-page .resp-tabs-container {
    padding: 0px;
    clear: left;
    background: #fff;
}

.textMain .conditions-page h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.textMain .conditions-page .resp-tab-content {
    display: none;
    padding: 15px;
}

.textMain .conditions-page .resp-tab-active {
    border-bottom: none;
}

.textMain .conditions-page .resp-tabs-list li.resp-tab-active {
    vertical-align: top;
    position: relative;
    background: #5aa2d5 !important;
    color: #fff;
}

.textMain .conditions-page .resp-tabs-list li.resp-tab-active::before {
    vertical-align: top;
    position: absolute;
}

.textMain .conditions-page .resp-content-active,
.textMain .conditions-page .resp-accordion-active {
    display: block;
}

.textMain .conditions-page .resp-tab-content {
    border: none;
    min-height: auto;
    margin: 30px 0 0 0;
}

.textMain .conditions-page h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

.textMain .conditions-page h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

.textMain .conditions-page h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/

.textMain .conditions-page .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.textMain .conditions-page .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.textMain .conditions-page .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.textMain .conditions-page .resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.textMain .conditions-page .resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
}

.textMain .conditions-page .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

.textMain .conditions-page h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

.textMain .conditions-page h2.resp-tab-active {
    background: #DBDBDB;
}

.textMain .conditions-page .resp-easy-accordion h2.resp-accordion {
    display: block;
}

.textMain .conditions-page .resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.textMain .conditions-page .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}

.textMain .conditions-page .resp-jfit {
    width: 100%;
    margin: 0px;
}

.textMain .conditions-page .resp-tab-content-active {
    display: block;
}

.textMain .conditions-page h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

.textMain .conditions-page .resp-tabs-list li a {
    color: #a8a8a8;
    float: left;
    text-decoration: none;
    position: relative;
    width: auto;
}

.textMain .conditions-page .resp-tabs-list li a span {
    float: left;
    width: 116px;
    height: 115px;
    margin: -45px 10px 0 0;
}

.textMain .conditions-page .resp-tabs-list li a:hover {
    position: relative;
    color: #37aaff;
}

.textMain .conditions-page .resp-tabs-list li:hover::before {
    display: none;
}

/*-----------Video & Page Tabs CSS-----------*/

.landing-page ul {
    text-align: right;
}

.landing-page ul li {
    background: none !important;
    padding: 0 !important;
    display: inline-block;
    font: 400 15px/40px 'Lato', sans-serif;
}

.landing-page ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 2px 10px 2px 34px;
    border-radius: 7px;
}

.landing-page ul li a:hover {
    text-decoration: none;
    color: #dde7f4;
}

.knowmore-s a {
    background: url(../images/plus-w-img.png) no-repeat 10px center;
}

.educationalvideo-s a {
    background:url(../images/loadmove.png) no-repeat 10px center;
}

.textMain .topic-inner {
    margin: 15px 0;
}

.textMain .topicimage {
    float: left;
    width: 206px;
    margin: 16px 2% 0 0;
    border: 1px solid #b9bbbd;
    padding: 2px;
}

.PDFtext {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #999;
}

.firstvisit .textMain .first-visit {
    display: none;
}

.patientforms .textMain .pat-forms {
    display: none;
}

.insurnceinfo .textMain .ins-inf {
    display: none;
}

.pre-surge .textMain .surgery {
    display: none;
}

.faq .textMain h2 {
    color: #004eb5;
    font: 600 26px/30px 'Roboto', sans-serif;
}

.faq .textMain hr {
    margin: 10px 0px;
}

.faq .textMain h3 {
    padding: 15px 0px;
}

.faq .textMain p {
    padding: 5px 0px;
}

.faq .textMain p.hr-class {
    padding-bottom: 30px;
}

/* HOme Service section */

#Service {
    background: url("../images/service-bg.jpg") no-repeat center center;
    height: 747px;
    background-size: cover;
}

#Service li.cranial {
    background: url("../images/service-cranial-bg.png") no-repeat center center;
    height: 491px;
    margin-top: -25px;
    z-index: 99;
}

#Service li.spine-service {
    background: url("../images/service-spine-bg.png") no-repeat center center;
    height: 491px;
    margin-top: -25px;
    z-index: 99;
}

.cranial-list,
.spine-service {
    padding: 35px 0 0 55px;
}

.head-s {
    font: 600 35px/40px 'Roboto Slab', serif;
    color: #052036;
    padding-bottom: 25px;
}

.spine-service .head-s {
    padding-bottom: 15px;
}

#Service li.cranial li {
    font: 400 15px/20px 'Open Sans', sans-serif;
    padding: 6px 0px 6px 28px;
    background: url("../images/cranial-li-bg.png") no-repeat left 12px;
}

#Service li.spine-service li {
    font: 400 15px/20px 'Open Sans', sans-serif;
    background: url("../images/spine-li-bg.png") no-repeat left 6px;
    padding: 2px 0px 2px 28px;
}

.service-experience {
    text-align: center;
    padding-top: 20px;
    color: #fff;
}

.eight-year {
    font: 300 35px/40px 'Roboto Slab', serif;
    padding-top: 30px;
    position: relative;
    width: 470px;
    margin: 0 auto;
}

.eight-year::before {
    content: '';
    position: absolute;
    background: url("../images/eight-before.png") no-repeat left center;
    height: 5px;
    z-index: 9;
    left: -90px;
    width: 89px;
    top: 50px;
}

.eight-year::after {
    content: '';
    position: absolute;
    background: url("../images/eight-after.png") no-repeat left center;
    height: 5px;
    z-index: 9;
    right: -90px;
    width: 89px;
    top: 50px;
}

.service-experience p {
    font: 300 18px/23px 'Open Sans', sans-serif;
    padding: 20px 5px 0px 5px;
}

.cranial-bg {
    background: url("../images/cranial-bg.png") no-repeat top center;
    height: 140px;
}

.spine-bg {
    background: url("../images/spine-bg.png") no-repeat top center;
    height: 140px;
}

.cranial-bg:hover,
.Service-home-Tabs .cranial-bg.Service-home_here {
    background: url("../images/cranial-bg-hover.png") no-repeat top center;
    height: 140px;
}

.spine-bg:hover,
.Service-home-Tabs .spine-bg.Service-home_here {
    background: url("../images/spine-bg-hover.png") no-repeat top center;
    height: 140px;
}

.Service-home-Tabs {
    position: absolute;
    width: 219px;
    top: 52px;
    left: 503px;
    z-index: 9;
}

.Service-home-Tabs li a {
    display: block;
    padding: 50px 80px;
    font: 600 24px/30px 'Roboto Slab', serif;
    color: #15346d;
}

.cranial-bg:hover::before,
.Service-home-Tabs li.cranial-bg.Service-home_here::before {
    content: '';
    position: absolute;
    top: 52px;
    left: -38px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 30px;
    border-right: 18px solid #cd9700;
    z-index: 9;
}

.spine-bg:hover::before,
.Service-home-Tabs li.spine-bg.Service-home_here::before {
    content: '';
    position: absolute;
    top: 190px;
    left: -38px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 30px;
    border-right: 18px solid #cd9700;
    z-index: 9;
}

.Service-home-Tabs li.cranial-bg a {
    background: url("../images/cranial-img.png") no-repeat 30px center;
}

.Service-home-Tabs li.spine-bg a {
    background: url("../images/spine-img.png") no-repeat 30px center;
}

.Service-home-Tabs li.cranial-bg a:hover,
.Service-home-Tabs .cranial-bg.Service-home_here a {
    background: url("../images/cranial-img-hover.png") no-repeat 30px center;
    color: #fff;
}

.Service-home-Tabs li.spine-bg a:hover,
.Service-home-Tabs .spine-bg.Service-home_here a {
    background: url("../images/spine-img-hover.png") no-repeat 30px center !important;
    color: #fff;
}

.Service-home_auto.slidePause span,
.Service-home_nav.slidePrev span,
.Service-home_nav.slideNext span {
    visibility: hidden;
}

.more-img {
    position: absolute;
    left: 39.3%;
    top: 394px;
    width: 45px;
    z-index: 2;
}

/* HOme Service section */

/* Dr section  */

#Dr-profile {
    height: 553px;
}

#Dr-profile .theme-L {
    background: url("../images/dr-marc-cabanne-bg-ll.jpg") no-repeat right top;
    height: 553px;
}

.dr-img {
    background: url("../images/dr-marc-cabanne.jpg") no-repeat center center;
    height: 553px;
}

.dr-details {
    padding: 58px 0px 100px 50px;
}

.meet {
    font: 300 40px/46px 'Roboto Slab', serif;
    color: #2384c7;
    padding-left: 30px;
}

.dr-details h1 {
    font: 700 40px/46px 'Roboto Slab', serif;
    color: #052036;
    padding-left: 30px;
}

.dr-details h1 span {
    display: block;
    color: #0b273c;
    font: 300 26px/30px 'Roboto Slab', serif;
}

.dr-details .president {
    font: 400 18px/23px 'Roboto', sans-serif;
    color: #373737;
    padding-left: 30px;
}

.dr-details p {
    font: 400 16px/30px 'Open Sans', sans-serif;
    color: #333333;
    padding: 50px 0 40px 0px;
}

.dr-details::before {
    position: absolute;
    content: '';
    height: 132px;
    width: 4px;
    background: #cd9700;
    top: 68px;
}

.dr-details li {
    display: inline-block;
    vertical-align: top;
    font: 400 16px/30px 'Open Sans', sans-serif;
    border: 1px solid #c0c0c0;
    border-radius: 50px;
    margin: 0px 20px 30px 0px;
    color: #242424;
}

.dr-details li:hover {
    background: #cd9700;
    border: 1px solid #cd9700;
    transition: 0.3s ease all;
}

.dr-details li a {
    padding: 4px 20px;
    display: block;
}

/*.tableborder {

	border: 3px solid #fff;

	background: #fff;

	width: 50%;

	display: block;

	box-shadow: 0px 1px 3px 3px #089bde;

	padding: 4px;

	margin: 10px auto;

}

.table-h {

    font: 700 2fpx/28px 'Open Sans', sans-serif;

}

.formHead {

	background: #2384c7;

	padding: 5px 0px;

	color: #fff;

    font: 700 22px/28px 'Open Sans', sans-serif;

    margin: 0 0 10px 0;

	text-align: center;

}

.textMain .tableborder li {

	display: inline-block;

	background: none;

    padding: 5px 50px;

}

.textMain .tableborder li p {

    margin: 0px;

}

.contact-h {

    font:600 18px/23px 'Open Sans', sans-serif;

}*/

.schemaTable {
    padding: 3px;
    border: 1px solid #013ca5;
    width: 56%;
    margin: 10px auto;
}

.textMain .schemaTitle {
    background: #2384c7;
    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;
    position: relative;
    background: none;
    border-radius: 5px;
    background: #edf4f9;
}

.img-r img {
    border: 1px solid #ccc;
}

.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;
}

/* Credibility section */

#Credibility {
    padding: 50px 0px;
    background: #f8f8f8;
}

#Credibility li {
    display: inline-block;
    vertical-align: top;
}

#Credibility .nbs-flexisel-nav-left,
#Credibility .nbs-flexisel-nav-right {
    top: 25px !important;
}

/* Credibility section */

/* Publication section */

#Publication {
    height: 504px;
}

#Publication .theme-L {
    background: #052036;
    height: 504px;
}

#Publication .theme-R {
    background: #2384c7;
    height: 504px;
}

.publication-list {
    width: 50%;
    background: #052036;
    height: 504px;
    color: #fff;
    padding-top: 70px;
    position: relative;
}

.publication-list h2 {
    font: 400 32px/38px 'Roboto Slab', serif;
    padding-bottom: 45px;
}

.publication-list ul::before {
    position: absolute;
    content: '';
    height: 193px;
    width: 4px;
    background: #62b1e8;
    top: 160px;
}

.publication-list li:last-child {
    padding-bottom: 0px;
}

.publication-list li {
    background: url("../images/publication-li.png") no-repeat 30px 10px;
    width: 77%;
    font: 600 16px/25px 'Open Sans', sans-serif;
    padding: 0px 0px 20px 60px;
}

.publication-list li span {
    display: block;
    font: 400 15px/20px 'Open Sans', sans-serif;
}

.publication-list li:last-child span {
    display: inline-block;
}

.publication-list .read-all {
    font: 400 14px/20px 'Roboto', sans-serif;
    border: 2px solid #2384c7;
    display: inline-block;
    border-radius: 50px;
    margin: 32px 0 0 55px;
}

.publication-list .read-all a {
    display: block;
    padding: 10px 20px;
}

.publication-list .read-all:hover {
    background: #2384c7;
    transition: 0.3s all ease;
}

.minimally-invasive {
    width: 50%;
    background: #2384c7;
    height: 504px;
    padding: 70px 0 0 200px;
    color: #fff;
}

.minimally-invasive .spine {
    font: 300 24px/30px 'Roboto', sans-serif;
}

.minimally-invasive h3 {
    font: 400 32px/38px 'Roboto Slab', serif;
    padding-bottom: 25px;
}

.minimally-invasive p {
    font: 400 15px/25px 'Open Sans', sans-serif;
}

.advantage {
    font: 400 14px/20px 'Roboto', sans-serif;
    padding-top: 40px;
}

.advantage li {
    display: inline-block;
    border: 2px solid #91c2e3;
    border-radius: 50px;
    margin-right: 10px;
    color: #fff;
}

.advantage li:hover {
    border: 2px solid #fff;
    background: #91c2e3;
    transition: 0.3s all ease;
    color: #000;
}

.advantage li a {
    display: block;
    padding: 10px 20px;
}

.minimal-img {
    position: absolute;
    z-index: 9;
    top: 105px;
    left: 450px;
    left: 440px;
}

/* Publication section */

/* Patient-testimonial section */

#Patient-testimonial {
    background: url("../images/patient-testimonial-bg.png") no-repeat center center;
    height: 391px;
    padding: 70px 0px;
}

#Patient-testimonial h3 {
    font: 400 32px/38px 'Roboto Slab', serif;
    color: #052036;
    text-align: center;
    margin-bottom: 60px;
}

/*
.stars {
	text-align: center;
	padding: 20px 0px;
}
*/
#Patient-testimonial-intra .rslides li {
    height: auto;
}

#Patient-testimonial-intra li {
    border: 1px dashed #aaaaaa;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
}

#Patient-testimonial-intra li p {
    font: 400 15px/30px 'Open Sans', sans-serif;
    color: #000;
    text-align: center;
    padding: 0 114px 37px 114px;
    margin: 0 auto;
}

#Patient-testimonial-intra li p::before {
    content: '';
    background: url("../images/opening-quotes.png") no-repeat left center;
    position: absolute;
    left: 15%;
    top: 77px;
    height: 45px;
    width: 47px;
}

#Patient-testimonial-intra li p::after {
    content: '';
    background: url("../images/closing-quotes.png") no-repeat left center;
    position: absolute;
    right: 14%;
    top: 194px;
    height: 45px;
    width: 47px;
}

.Testimonial-Tabs {
    /*position: absolute;

	z-index: 99;

	margin: 0px;

	padding: 0px;

	left: 80%;

	top: 235px;*/

    display: none;
}

.Testimonial-Tabs li {
    display: inline-block;
    position: relative;
    background: #2384c7;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.Testimonial-Tabs li a {
    display: block;
    width: 100%;
    height: 100%;
}

.Testimonial-Tabs li.Testimonial_here {
    background: #052036;
}

#Patient-testimonials-intra .slidePause,
#Patient-testimonials-intra .slidePrev,
#Patient-testimonials-intra .slideNext {
    display: none !important;
}

.Testimonial_nav.slidePrev span,
.Testimonial_nav.slideNext span,
.Testimonial_auto.slidePause span {
    display: none;
}

.slidePrev::before,
.slideNext::before,
.slidePlay::before,
.slidePause::before {
    display: none;
}

.read-more {
    text-align: center;
    margin-top: -12px;
}

.read-more a {
    font: 400 15px/20px 'Roboto', sans-serif;
    letter-spacing: 0px;
    background: #cd9700;
    color: #0e0a00;
    padding: 10px 20px;
    border-radius: 20px;
}

.read-more a:hover {
    color: #fff;
    transition: 0.3s ease all;
}

/* Patient-testimonial section */

/* Patient-resource section */

#Video {
    height: 450px;
    padding: 60px 0 70px 0;
}

#Video-intra h3 {
    font: 400 32px/40px 'Roboto', sans-serif;
    padding: 30px 0 30px 30px;
    color: #052036;
}

#Video-intra h3 span {
    display: block;
    font: 400 18px/24px 'Roboto', sans-serif;
    color: #002c73;
}

#Video-intra h3::before {
    position: absolute;
    content: '';
    height: 69px;
    width: 4px;
    background: #cd9700;
    top: 30px;
    left: 0px;
}

.resource-left,
.resource-right {
    width: 33.6%;
}

.resource-right {
    border-top: 5px solid #cd9700;
    border-right: 5px solid #cd9700;
    border-bottom: 5px solid #cd9700;
}

.resource-left {
    border-top: 5px solid #cd9700;
    border-left: 5px solid #cd9700;
    border-bottom: 5px solid #cd9700;
}

.resource-left,
.resource-right {
    height: 186px;
}

.resource-left li,
.resource-right li {
    display: inline-block;
    text-align: center;
    padding: 25px 0 0 85px;
    font: 400 16px/23px 'Roboto', sans-serif;
    position: relative;
}

.resource-left li:hover,
.resource-right li:hover {
    color: #242424;
}

.resource-left li.f-visit {
    background: url("../images/your-first-visit.png") no-repeat 97px 35px;
}

.resource-left li.p-forms {
    background: url("../images/patient-forms.png") no-repeat 92px 35px;
}

.resource-right li.post-op {
    background: url("../images/post-op-ins.png") no-repeat 97px 35px;
}

.resource-right li.insurance {
    background: url("../images/insurance.png") no-repeat 97px 35px;
}

.resource-left li.f-visit:hover {
    background: url("../images/your-first-visit-hover.png") no-repeat 97px 35px;
}

.resource-left li.f-visit:hover span {
    background: url("../images/resource-li-hover.png") no-repeat 22px center;
}

.resource-left li.p-forms:hover span {
    background: url("../images/resource-li-hover.png") no-repeat 15px center;
}

.resource-right li.post-op:hover span {
    background: url("../images/resource-li-hover.png") no-repeat 35px center;
}

.resource-right li.insurance:hover span {
    background: url("../images/resource-li-hover.png") no-repeat 20px center;
}

.resource-left li.p-forms:hover {
    background: url("../images/patient-forms-hover.png") no-repeat 92px 35px;
}

.resource-right li.post-op:hover {
    background: url("../images/post-op-ins-hover.png") no-repeat 97px 35px;
}

.resource-right li.insurance:hover {
    background: url("../images/insurance-hover.png") no-repeat 97px 35px;
}

.resource-left li.f-visit a span {
    display: block;
    background: url("../images/resource-li.png") no-repeat 22px center;
    height: 11px;
    margin-top: 10px;
}

.resource-left li.f-visit a span:hover {
    background: url("../images/resource-li-hover.png") no-repeat 22px center;
}

.resource-left li.p-forms a span {
    display: block;
    background: url("../images/resource-li.png") no-repeat 15px center;
    height: 11px;
    margin-top: 10px;
}

.resource-left li.p-forms a span:hover {
    background: url("../images/resource-li-hover.png") no-repeat 15px center;
}

.resource-right li.post-op a span {
    display: block;
    background: url("../images/resource-li.png") no-repeat 35px center;
    height: 11px;
    margin-top: 10px;
}

.resource-right li.post-op a span:hover {
    background: url("../images/resource-li-hover.png") no-repeat 35px center;
}

.resource-right li.insurance a span {
    display: block;
    background: url("../images/resource-li.png") no-repeat 20px center;
    height: 11px;
    margin-top: 10px;
}

.resource-right li.insurance a span:hover {
    background: url("../images/resource-li-hover.png") no-repeat 20px center;
}

.resource-left::after {
    position: absolute;
    content: '';
    background: #cecece;
    height: 62px;
    width: 2px;
    left: 194px;
    top: 185px;
    z-index: 9;
}

.resource-right::after {
    position: absolute;
    content: '';
    background: #cecece;
    height: 62px;
    width: 2px;
    right: 181px;
    top: 185px;
    z-index: 9;
}

.video-img {
    position: absolute;
    top: 16px;
    width: 38.7%;
    border-top: 10px solid #cd9700;
    left: 31%;
}

.video-img::before {
    position: absolute;
    content: '';
    background: #cd9700;
    width: 10px;
    height: 119px;
}

.video-img img {
    left: 10px;
    position: absolute;
}

.video-img::after {
    position: absolute;
    content: '';
    background: #cd9700;
    width: 9px;
    height: 119px;
    left: 98%;
}

.resource-left li a,
.resource-right li a {
    display: block;
    padding: 60px 0 0px 0;
    text-align: center;
}

.video-text {
    background: #2384c7;
    text-align: center;
    color: #fff;
    font: 400 24px/30px 'Roboto Slab', serif;
    position: absolute;
    top: 250px;
    left: 10px;
    width: 350px;
}

.video-text a {
    padding: 10px 0px 10px 15px;
    display: block;
}

.arrow {
    background: url("../images/arrow.png") no-repeat 49% center;
    display: block;
    background-color: #cd9700;
    position: absolute;
    top: 250px;
    right: 9px;
    width: 84px;
}

.arrow a {
    display: block;
    padding: 25px 40px;
}

.resorce-list-media {
    display: none;
}

/* Map section */

#Map {
    background: url("../images/map-bg.jpg") no-repeat center center;
    height: 308px;
}

.talk-bubble-1 {
    position: absolute;
    right: -5%;
    top: 120px;
    background-color: #2384c7;
    width: 253px;
    height: 170px;
    z-index: 99;
}

.talk-bubble-1::after {
    content: '';
    display: block;
    position: absolute;
    top: 65px;
    left: -13px;
    width: 28px;
    height: 28px;
    background: #2384c7;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 999999;
    border-radius: 3px;
}

.talk-bubble-2 {
    position: absolute;
    left: 2%;
    top: 80px;
    background-color: #2384c7;
    width: 253px;
    height: 170px;
    z-index: 99;
}

.talk-bubble-2::after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    right: -12px;
    width: 28px;
    height: 28px;
    background: #2384c7;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 999999;
    border-radius: 4px;
}

#Map-intra p {
    font: 400 15px/20px 'Open Sans', sans-serif;
    color: #fff;
    padding: 15px 0 0 25px;
}

#Map-intra a {
    display: block;
    font: 600 15px/20px 'Open Sans', sans-serif;
    color: #fff;
}

#Map-intra .fax-num {
    font: 600 15px/20px 'Open Sans', sans-serif;
    color: #fff;
    padding-left: 60px;
    background: url("../images/fax-logo-footer.png") no-repeat 25px center;
}

.talk-bubble-1 a.phn-num,
.talk-bubble-2 a.phn-num {
    background: url("../images/footer-phn-logo.png") no-repeat 25px center;
    padding: 5px 0 5px 60px;
}

.talk-bubble-1 a.driving,
.talk-bubble-2 a.driving {
    padding: 10px 0 0px 25px;
}

.tooltiptext {
    display: none;
}

/* Map section */

/* Profile section */

.profile {
    float: right;
    border: 1px solid #9FA8AF;
    padding: 5px;
    width: 310px;
    margin: 20px 0 0 20px;
}

.profile a {
    display: block;
    background: #2384c7;
    text-align: center;
    color: #fff;
    font: 700 26px/32px 'Roboto Slab', serif;
    text-transform: uppercase;
    padding: 15px 0px;
}

.accordion {
    margin: 60px 0px 40px 0px;
}

.accordead,
.textMain .accordead {
    border: none;
}

.accordead,
.textMain .accordead {
    background: #2384c7;
}

.accordead,
.textMain .accordead a {
    padding: 10px;
}

.accordead a {
    font: 600 20px/24px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.accordane,
.textMain .accordane {
    border: none;
}

.accordead span {
    font: 400 20px/24px 'Open Sans', sans-serif;
}

.university {
    font: 600 16px/20px 'Open Sans', sans-serif;
}

.textMain .dr-profile li {
    font: 400 16px/20px 'Lato', sans-serif;
    list-style: disc;
    margin-left: 15px;
    background: none;
    padding: 5px;
}

/* Patient-resource section */

/* Service section */

.textMain .service-list li {
    background: none;
}

.service-list h2,
.service-list h3 {
    font: 700 35px/40px 'Roboto Slab', serif;
    color: #052036;
    position: relative;
}

.service-list h2::before {
    content: '';
    position: absolute;
    border-top: 5px solid #cd9700;
    border-left: 5px solid #cd9700;
    height: 73px;
    width: 73px;
    left: -30px;
    top: -10px;
}

.service-list h3::before {
    content: '';
    position: absolute;
    border-top: 5px solid #cd9700;
    border-left: 5px solid #cd9700;
    height: 73px;
    width: 73px;
    left: -30px;
    top: -10px;
}

.service-list li {
    border: 3px solid #052036;
    background: none;
}

.service-list li:last-child {
    border-top: none;
}

.service-list li li {
    border: none;
}

.service-cranial-list .more-img {
    position: absolute;
    left: 48%;
    top: 604px;
    width: 45px;
}

.service-spine-list .more-img {
    position: absolute;
    left: 48%;
    top: 59.1%;
    width: 561px;
}

.service-cranial-list,
.service-spine-list {
    width: 561px;
    padding: 20px;
}

.service-cranial-list ul,
.service-spine-list ul {
    padding: 5px !important;
}

.service-cranial-list ul li {
    background: url("../images/cranial-li-bg.png") no-repeat left 15px !important;
    list-style: none !important;
    padding: 4px 0px 4px 28px !important;
}

.service-spine-list ul li {
    background: url("../images/spine-li-bg.png") no-repeat left 13px !important;
    list-style: none !important;
    padding: 4px 0px 4px 28px !important;
}

/* Service section */
/*--ADA--*/
.accessible_on .dr-details::before,
.accessible_on .publication-list ul::before,
.accessible_on #Video-intra h3::before,
.accessible_on .video-img::before,
.accessible_on .video-img::after,
.accessible_on .resource-left::after,
.accessible_on .resource-right::after {
    background: #000;
}

.accessible_on.dfw-blackmode .publication-list ul::before,
.accessible_on.dfw-blackmode #Video-intra h3::before,
.accessible_on.dfw-blackmode .video-img::before,
.accessible_on.dfw-blackmode .video-img::after,
.accessible_on.dfw-blackmode .resource-left::after,
.accessible_on.dfw-blackmode .resource-right::after {
    background: #fff;
}

.accessible_on .publication-list .read-all:hover,
.accessible_on #Map,
.accessible_on.dfw-blackmode .phn a,
.accessible_on.dfw-blackmode .app a,
.accessible_on.dfw-blackmode .portal a,
.accessible_on #Map-intra .fax-num,
.accessible_on .talk-bubble-1 a.phn-num,
.accessible_on .talk-bubble-2 a.phn-num,
.accessible_on .textMain .schemaTable .table-cell,
.accessible_on .textMain .schemaTitle,
.accessible_on .textMain .conditions-page .resp-tabs-container,
.accessible_on .textMain .conditions-page .resp-tabs-list li.resp-tab-active,
.accessible_on .textMain .conditions-page .resp-tabs-list.hor_1 li,
.accessible_on .textMain .grid-list li,
.accessible_on .textMain .grid-list li a:hover,
.accessible_on .phn a,
.accessible_on .app a,
.accessible_on .portal a,
.accessible_on .knowmore-s a,
.accessible_on .educationalvideo-s a,
.accessible_on .publications a,
.accessible_on .publications a:hover,
.accessible_on .patient-testi-s a{
    background: none !important;
}

.accessible_on nav,
.accessible_on.dfw-blackmode #Service,
.accessible_on .dr-details li,
.accessible_on.dfw-blackmode #Dr-profile,
.accessible_on.dfw-blackmode #Credibility,
.accessible_on.dfw-blackmode #Publication,
.accessible_on .publication-list .read-all,
.accessible_on .advantage li,
.accessible_on #Patient-testimonial-intra li,
.accessible_on.dfw-blackmode #Patient-testimonial,
.accessible_on .resource-left,
.accessible_on .resource-right,
.accessible_on .video-img,
.accessible_on.dfw-blackmode #Video,
.accessible_on.dfw-blackmode #Map,
.accessible_on.dfw-blackmode .talk-bubble-2,
.accessible_on.dfw-blackmode .talk-bubble-1,
.accessible_on .schemaTable,
.accessible_on .textMain .service-list li,
.accessible_on.dfw-blackmode .educationalvideo-s a,
.accessible_on.dfw-blackmode .knowmore-s a,
.accessible_on.dfw-blackmode .textMain .conditions-page .resp-tabs-list li.resp-tab-active,
.accessible_on.dfw-blackmode .textMain .conditions-page .resp-tabs-list.hor_1 li,
.accessible_on.dfw-blackmode .contact-address,
.accessible_on.dfw-blackmode .textMain .grid-list li {
    border-color: inherit;
}

.accessible_on .dr-details li,
.accessible_on .read-more a:hover,
.accessible_on #Map-intra p,
.accessible_on #Map-intra .fax-num,
.accessible_on .textMain .schemaTitle,
.accessible_on .textMain .schemaTitle,
.accessible_on .textMain .conditions-page .resp-tabs-list li.resp-tab-active,
.accessible_on .textMain .conditions-page .resp-tabs-list.hor_1 li,
.accessible_on .textMain .grid-list li,
.dfw-greymode #Map-intra a,
.dfw-greymode .video-text,
.dfw-greymode .profile a,
.accessible_on .dr-profile-img p,
.accessible_on .dr-profile-img p span{
    color: inherit;
}

.accessible_on .textMain .useful-lists li p a{
    background: inherit;
}

.accessible_on .landing-page ul li a {
	padding: 2px 15px 2px 15px;
}

.accessible_on #Sidebar {
	padding: 10px 0px 10px 0px;
}

.dfw-greymode .mandatory,
.dfw-whitemode .mandatory{
    color: #000 !important;
}

.dfw-blackmode .mandatory{
    color: #fff !important;
}

.accessible_on .menu li:hover span {
    border-bottom: none
}

.accessible_on .social-logo {
    border-top: none;
}

.accessible_on .video-text {
    background: none;
    top: 300px;
}

.accessible_on #Map-intra .fax-num {
    padding-left: 26px;
}

.accessible_on #Sidebar,
.accessible_on .patient-testi-s a,
.accessible_on .textMain .useful-lists li p a{
    border: 1px solid #ccc;
}

.accessible_on .arrow {
    background-color: #000;
}

.accessible_on .educationalvideo-s a {
    background: url(../images/loadmove.png) no-repeat 10px center;
    border: 1px solid #000;
}

.accessible_on .knowmore-s a {
    background: url(../images/plus-w-img.png) no-repeat 10px center;
    border: 1px solid #000;
}

.accessible_on #Service li.cranial,
.accessible_on #Service li.spine-service {
    margin-top: 0;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.accessible_on #Publication {
    height: auto;
}

.accessible_on #Map {
    height: auto;
    padding: 20px 0;
}

.accessible_on .read-more {
    margin-top: 10px;
}

.accessible_on #Service,
.accessible_on #Dr-profile,
.accessible_on #Credibility,
.accessible_on #Publication,
.accessible_on #Patient-testimonial,
.accessible_on #Video,
.accessible_on #Map {
    border-bottom: 1px solid #000;
}

.accessible_on #Credibility,
.accessible_on .spine-s ul,{
    border-top: 1px solid #ccc;
}

.accessible_on .service-experience p {
    padding: 20px 5px 20px 5px;
}

.accessible_on .talk-bubble-1 a.phn-num,
.accessible_on .talk-bubble-2 a.phn-num {
    padding: 5px 0 5px 26px;
}

.accessible_on .eight-year::before,
.accessible_on .eight-year::after{
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -ms-filter: brightness(0);
    -o-filter: brightness(0);
    filter: brightness(0);
}

.accessible_on.dfw-blackmode .eight-year::before,
.accessible_on.dfw-blackmode .eight-year::after,
.accessible_on.dfw-blackmode #Patient-testimonial-intra li p::before,
.accessible_on.dfw-blackmode #Patient-testimonial-intra li p::after {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.accessible_on .talk-bubble-2::after,
.accessible_on .talk-bubble-1::after,
.accessible_on .contact-map {
    display: none;
}

.accessible_on .contactTable.table-div {
    width: 320px;
    display: inline-block;
    vertical-align: top;
}

.accessible_on .contact-address,
.accessible_on .textMain .grid-list li {
    box-shadow: none;
    border: 1px solid #000;
}

.accessible_on .talk-bubble-2,
.accessible_on .talk-bubble-1 {
    position: static;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #000;
    background: none;
}

.dfw-blackmode .table-cell.logo img,
#Credibility-intra li img {
    background: #fff;
    padding: 5px;
}

.accessible_on .textMain .conditions-page .resp-tabs-list li.resp-tab-active,
.accessible_on .textMain .conditions-page .resp-tabs-list.hor_1 li {
    border: 1px solid #000;
}

.dfw-blackmode .textMain .useful-lists li img {
	background: #fff;
}

.dfw-whitemode .useful-lists #Container a,
.dfw-greymode .useful-lists #Container a{
    color: #000 !important;
}

.dfw-blackmode .useful-lists #Container a{
    color: #fff !important;
}

.dfw-whitemode body,
.dfw-greymode body{
    color: #000 !important;
}

.dfw-blackmode body{
    color: #fff;
}

.testimonial-no-record {
    display: none;
}


.accessible_on header {
	position: relative;
}
.accessible_on .Service-home-Tabs,.accessible_on .more-img {
    display: none;
}
.accessible_on #Service,.accessible_on #Dr-profile,.accessible_on #Patient-testimonial {
    height: auto;
}
.accessible_on #Dr-profile {
    padding-top: 20px;
}
.accessible_on .social-logo li {
    border: none;
}
.accessible_on .image {
	text-align: center;
}
.accessible_on .image li {
	margin: 10px 3%;
}
.accessible_on .resource-left li.p-forms {
    background: url("../images/patient-forms-hover.png") no-repeat 92px 35px;
}
.accessible_on .resource-left li.f-visit {
	background: url("../images/your-first-visit-hover.png") no-repeat 97px 35px;
}
.accessible_on .resource-right li.post-op {
	background: url("../images/post-op-ins-hover.png") no-repeat 97px 35px;
}
.accessible_on .resource-right li.insurance {
	background: url("../images/insurance-hover.png") no-repeat 97px 35px;
}

.dfw-whitemode .publications a {
    filter: brightness(0);
}
.accessible_on .patient-testi-s a:hover {
    background: url("../images/patient-testimonial-icon.png") no-repeat 19px 20px;
}
.accessible_on .pat-resources li a:hover {
	filter: brightness(1) invert(0);
}
.dfw-blackmode .publications a {
    filter: brightness(1);
}

.accessible_on .menu-home span {
	font-size: 15px !important;
}

.patient-testi-s a {
	padding: 5px 0px 0px 0px;
	text-align: center;
}



/*----- Accessible -----*/
.dfw-whitemode, .dfw-whitemode .dfw-skip {
	background: #fff;
}
.dfw-blackmode, .dfw-blackmode .dfw-skip {
	background: #000;
}
.dfw-whitemode #Container {
	color: #000 !important;
}
.dfw-whitemode #Container a, .dfw-whitemode #Container a:hover, .dfw-whitemode .Wrapper a {
	color: #00e !important;
}
.dfw-blackmode #Container {
	color: #fff !important;
}
.dfw-blackmode #Container a, .dfw-blackmode #Container a:hover, .dfw-blackmode .Wrapper a {
	color: #fc0 !important;
}
.accessible_on .theme-L, .accessible_on .theme-R, .accessible_on .accordead a::after, .accessible_on .textMain .accordead a::after, .accessible_on .social-logo li a:before, .accessible_on .menu-home a::before {
	display: none;
}
.accessible_on .social-logo li span, .accessible_on #Content, .accessible_on #Sidebar {
	display: block;
}
.accessible_on #Content, .accessible_on #Sidebar {
	position: relative;
}
.accessible_on .social-logo li {
	width: auto;
}
.dfw-whitemode .menu ul, .dfw-whitemode .Wrapper {
	background: #eee;
}
.dfw-blackmode .menu ul, .dfw-blackmode .Wrapper {
	background: #333;
}
.accessible_on .textMain, .accessible_on .textMain h1, .accessible_on .textMain h1 span, .accessible_on .textMain h2, .accessible_on .textMain h2 span, .accessible_on .textMain h3, .accessible_on .textMain h3 span, .accessible_on .textMain h4, .accessible_on .textMain h4 span, .accessible_on .navigation, .accessible_on .PDFtext, .accessible_on .notFound,.accessible_on .head-s,.accessible_on .meet,.accessible_on .dr-details h1,.accessible_on .dr-details .president,.accessible_on .dr-details h1 span,.accessible_on .dr-details p,.accessible_on #Patient-testimonial h3,.accessible_on #Patient-testimonial-intra li p,.accessible_on #Video-intra h3,.accessible_on #Video-intra h3 span,.accessible_on .service-experience,.accessible_on .publication-list,.accessible_on .minimally-invasive,.accessible_on #Footer h4,.accessible_on #Footer .spine-list li,.accessible_on .social-logo li,.accessible_on .footer-b,.accessible_on .menu li li a,.accessible_on .advantage li,.accessible_on .minimally-s,.accessible_on .patient-testi-s a:hover,.accessible_on .pat-resources li,.accessible_on .publications a,.accessible_on .patient-testi-s a,.accessible_on .spine-h {
	color: inherit !important;
}
.accessible_on .parentMenu li, .accessible_on .textMain .relList li, .accessible_on .textMain .subList li, .accessible_on .ypo-l, .accessible_on .ypo-r, .accessible_on .textMain ul ul li, .accessible_on .menu-home a, .accessible_on .textMain .mediaList li, .accessible_on .menu li li,.accessible_on #Service li.cranial,.accessible_on #Service li.spine-service,.accessible_on #Service,.accessible_on .Wrapper,.accessible_on .parentMenu li li:hover,.accessible_on .menu li li a,.accessible_on .menu li li a:hover,.accessible_on .publication-list,.accessible_on .minimally-invasive,.accessible_on #Patient-testimonial,.accessible_on #Footer-Container,.accessible_on .social-logo li,.accessible_on #Credibility,.accessible_on .read-more a,.accessible_on .dr-details li:hover,.accessible_on .advantage li:hover,.accessible_on .accordead,.accessible_on .textMain .accordead,.accessible_on .profile a,.accessible_on .spine-s,.accessible_on .dr-profile-img p a:hover,.accessible_on .minimally-s,.accessible_on .patient-testi-s a:hover,.accessible_on .pat-resources li,.accessible_on .publications,.accessible_on .patient-testi-s,.accessible_on .spine-s li.carnial-s, .accessible_on .textMain .service-list li {
	background: none !important;
}
.dfw-whitemode .dfw-skip, .dfw-whitemode .showcase, .dfw-whitemode .ypo-l img, .dfw-whitemode .ypo-r img,.dfw-whitemode .spine-h,.dfw-whitemode .spine-s ul,.dfw-whitemode .dr-profile-img,.dfw-whitemode .publications,.dfw-whitemode .minimally-s,.dfw-whitemode .patient-testi-s {
	border: 1px solid #000 !important;
}
.dfw-blackmode .dfw-skip, .dfw-blackmode .showcase, .dfw-blackmode .ypo-l img, .dfw-blackmode .ypo-r img,.dfw-blackmode .spine-h,.dfw-blackmode .dr-profile-img,.dfw-blackmode .publications,.dfw-blackmode .minimally-s,.dfw-blackmode .patient-testi-s{
	border: 1px solid #fff;
}
.dfw-whitemode .textMain .write-review, .dfw-whitemode .textMain .mediaList li, .dfw-whitemode .textMain .relList li, .dfw-whitemode .textMain .subList li {
	border: 2px solid #000;
}
.dfw-blackmode .textMain .write-review, .dfw-blackmode .textMain .mediaList li, .dfw-blackmode .textMain .relList li, .dfw-blackmode .textMain .subList li {
	border: 2px solid #fff;
}
.dfw-whitemode .ypo-l, .dfw-whitemode .ypo-r {
	border-bottom: 1px dashed #000;
}
.dfw-blackmode .ypo-l, .dfw-blackmode .ypo-r {
	border-bottom: 1px dashed #fff;
}
.dfw-whitemode .ypo-logo img,
.dfw-greymode .ypo-logo img{
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	-o-filter: invert(100%);
	filter: invert(100%);
}
.dfw-blackmode .ypo-logo  img {
	-webkit-filter: invert(0);
	-moz-filter: invert(0);
	-ms-filter: invert(0);
	-o-filter: invert(0);
	filter: invert(0);
}
.dfw-blackmode .write-review::before {
	border-left: 10px solid #fff;
}
.dfw-blackmode .write-review::after {
	border-right: 10px solid #fff;
}
.accessible_on header {
	position: relative;
}
.accessible_on .Service-home-Tabs,.accessible_on .more-img {
    display: none;
}
.accessible_on #Service,.accessible_on #Dr-profile,.accessible_on #Patient-testimonial {
    height: auto;
}
.accessible_on #Dr-profile {
    padding-top: 20px;
}
.accessible_on .social-logo li {
    border: none;
}
.accessible_on .image {
	text-align: center;
}
.accessible_on .image li {
	margin: 10px 3%;
}
.accessible_on .resource-left li.p-forms {
    background: url("../images/patient-forms-hover.png") no-repeat 92px 35px;
}
.accessible_on .resource-left li.f-visit {
	background: url("../images/your-first-visit-hover.png") no-repeat 97px 35px;
}
.accessible_on .resource-right li.post-op {
	background: url("../images/post-op-ins-hover.png") no-repeat 97px 35px;
}
.accessible_on .resource-right li.insurance {
	background: url("../images/insurance-hover.png") no-repeat 97px 35px;
}

.dfw-whitemode .publications a {
    filter: brightness(0);
}
.accessible_on .patient-testi-s a:hover {
    background: url("../images/patient-testimonial-icon.png") no-repeat 19px 20px;
}
.accessible_on .pat-resources li a:hover {
	filter: brightness(1) invert(0);
}
.dfw-blackmode .publications a {
    filter: brightness(1);
}

.dfw-whitemode .textMain .write-review {
	display: inline-block;
	float: right;
}

.accessible_on .spine-s li:hover {
    border-bottom: 1px solid #cd9700;
}

.accessible_on .ypo-showcase {
	position: relative;
}

/* Media Query */

@media only screen and (max-width:1065px) {
    .more-img {
        left: 38.3%;
    }

    .Service-home-Tabs {
        left: 451px;
    }

    .cranial-list ul,
    .spine-list ul {
        width: 63%;
    }

    #Dr-profile {
        height: auto;
    }

    .publication-list {
        padding-left: 10px;
    }

    .minimal-img {
        width: 25%;
        left: 410px;
    }

    #Publication,
    #Publication .theme-L,
    #Publication .theme-R {
        height: auto;
    }

    .publication-list,
    .minimally-invasive {
        height: 600px;
    }

    .minimally-invasive {
        padding: 70px 10px 0 173px;
    }

    .video-img::after {
        width: 10px;
        left: 100%;
    }

    .copyrights,
    .footer-m {
        padding-bottom: 10px;
    }

    .service-cranial-list .more-img {
        left: 53%;
        top: 445px;
    }

    .service-spine-list .more-img {
        left: 53%;
        top: 52.5%;
    }
}

@media only screen and (max-width:1025px) {
    .more-img {
        left: 43.3%;
    }

    .Service-home-Tabs {
        left: 487px;
    }

    #Service li.cranial,
    #Service li.spine-service {
        background-position: 11% center;
    }

    .minimal-img {
        width: 21%;
        left: 413px;
    }

    .arrow {
        right: -11px;
    }

    /*.resource-left li {

        padding: 25px 0 0 35px;

    }*/

    .resource-left li.f-visit {
        background: url("../images/your-first-visit.png") no-repeat 77px 40px;
    }

    .resource-left li.p-forms {
        background: url("../images/patient-forms.png") no-repeat 74px 40px;
    }

    .resource-left li.f-visit:hover {
        background: url("../images/your-first-visit-hover.png") no-repeat 77px 40px;
    }

    .resource-left li.p-forms:hover {
        background: url("../images/patient-forms-hover.png") no-repeat 74px 40px;
    }

    .resource-right li.post-op {
        background: url("../images/post-op-ins.png") no-repeat 77px 40px;
    }

    .resource-right li.insurance {
        background: url("../images/insurance.png") no-repeat 77px 40px;
    }

    .resource-right li.post-op:hover {
        background: url("../images/post-op-ins-hover.png") no-repeat 77px 40px;
    }

    .resource-right li.insurance:hover {
        background: url("../images/insurance-hover.png") no-repeat 77px 40px;
    }

    .service-cranial-list .more-img {
        left: 55%;
        top: 414px;
    }

    .service-spine-list .more-img {
        left: 55%;
        top: 50.5%;
    }

    .service-cranial-list,
    .service-spine-list {
        width: auto;
    }

    .resource-left::after,
    .resource-right::after {
        display: none;
    }

    .resource-left li,
    .resource-right li {
        padding: 25px 0 0 64px;
    }
}

@media only screen and (max-width:960px) {
    .resource-left li.f-visit {
        background: url("../images/your-first-visit.png") no-repeat 57px 40px;
    }

    .resource-left li.p-forms {
        background: url("../images/patient-forms.png") no-repeat 54px 40px;
    }

    .resource-left li.f-visit:hover {
        background: url("../images/your-first-visit-hover.png") no-repeat 57px 40px;
    }

    .resource-left li.p-forms:hover {
        background: url("../images/patient-forms-hover.png") no-repeat 54px 40px;
    }

    .resource-right li.post-op {
        background: url("../images/post-op-ins.png") no-repeat 57px 40px;
    }

    .resource-right li.insurance {
        background: url("../images/insurance.png") no-repeat 57px 40px;
    }

    .resource-right li.post-op:hover {
        background: url("../images/post-op-ins-hover.png") no-repeat 57px 40px;
    }

    .resource-right li.insurance:hover {
        background: url("../images/insurance-hover.png") no-repeat 57px 40px;
    }

    .video-text a {
        padding: 10px 0px 10px 0px;
    }

    .service-cranial-list .more-img,
    .service-spine-list .more-img {
        display: none;
    }

    #Video-intra h3 span {
        font: 400 16px/20px 'Roboto', sans-serif;
    }

    #Video-intra h3 {
        font: 400 26px/40px 'Roboto', sans-serif;
        padding: 30px 0 30px 16px;
    }

    .dr-img,
    .dr-details {
        display: block;
        width: 100%;
        text-align: center;
    }

    .dr-details {
        padding: 10px;
    }

    .dr-details::before {
        display: none;
    }

    .minimally-invasive {
        padding: 70px 10px 0 118px;
    }

    .minimal-img {
        width: 21%;
        left: 386px;
    }

    .resource-left li,
    .resource-right li {
        padding: 25px 0 0 45px;
    }
}

@media only screen and (max-width:860px) {
    .textMain .schemaTable {
        width: 70%;
        min-height: 237px;
    }

    .arrow {
        top: 230px;
        right: -11px;
        width: 55px;
    }

    .video-text {
        top: 230px;
        left: 10px;
        width: 304px;
    }

    #Service li.cranial,
    #Service li.spine-service {
        background-position: 51% center;
    }

    .Service-home-Tabs {
        left: 345px;
    }

    .cranial-list ul,
    .spine-list ul {
        width: 61%;
    }

    .cranial-list,
    .spine-service {
        padding: 35px 0 0 15px;
    }

    .minimal-img {
        display: none;
    }

    .minimally-invasive {
        padding: 70px 10px 0 25px;
    }

    #Patient-testimonial-intra li p::before,
    #Patient-testimonial-intra li p::after {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    #Patient-testimonial-intra li {
        width: 96%;
    }

    .video-img {
        top: 42px;
    }

    .video-text {
        top: 205px;
        left: 10px;
        width: 245px;
    }

    .arrow {
        top: 206px;
        right: -11px;
        width: 55px;
    }

    .video-img {
        top: 40px;
    }

    #Service li.cranial,
    #Service li.spine-service {
        background-position: 34% center;
    }

    .Service-home-Tabs {
        left: 372px;
    }

    .cranial-list ul,
    .spine-list ul {
        width: 65%;
    }

    .minimal-img {
        width: 23%;
        left: 297px;
    }

    .minimally-invasive {
        padding: 70px 10px 0 90px;
    }

    .publication-list,
    .minimally-invasive {
        display: block;
        width: auto;
        margin: 0 auto;
    }

    .minimal-img {
        display: none;
    }

    .publication-list ul::before {
        background: none;
    }
}

@media only screen and (max-width:765px) {
    .resorce-list-media {
        display: block;
    }

    .video-l {
        display: none;
    }

    #Video-intra h3 {
        text-align: center;
    }

    #Video-intra h3::before {
        display: none;
    }

    .resorce-list-media {
        text-align: center;
    }

    .resorce-list-media li {
        margin: 15px 1%;
        text-align: center;
        height: 150px;
        width: 250px;
        display: inline-block;
        border: 15px solid #f3e9cd;
        vertical-align: top;
        font: 400 16px/24px 'Roboto', sans-serif;
    }

    .resorce-list-media li:hover {
        border: 15px solid #052036;
    }

    .resorce-list-media li a {
        height: 100%;
        padding: 50px 0px 0px 0px;
        display: block;
    }

    #Video {
        height: auto;
        padding: 20px 0 70px 0;
    }

    .resorce-list-media li.post-op a {
        padding: 40px 0 0 50px !important;
    }

    .resorce-list-media li.insurance a {
        padding-left: 30px !important;
    }

    .resorce-list-media li.f-visit {
        background: url("../images/visit.png") no-repeat 20px center;
    }

    .resorce-list-media li.p-forms {
        background: url("../images/forms.png") no-repeat 20px center;
    }

    .resorce-list-media li.post-op {
        background: url("../images/post-ops-ins.png") no-repeat 20px center;
    }

    .resorce-list-media li.insurance {
        background: url("../images/ins.png") no-repeat 20px center;
    }

    .minimally-invasive {
        padding: 30px 10px 0 20px;
    }

    .publication-list {
        height: 595px;
        padding-top: 20px;
    }

    .minimally-invasive {
        height: 520px;
    }

    .copyrights,
    .footer-m {
        padding-bottom: 10px;
    }

    .service-cranial-list,
    .service-cranial-img,
    .service-spine-list,
    .service-spine-img {
        display: block;
    }
}

@media only screen and (max-width:639px) {
    .textMain .schemaTable {
        width: 100%;
        min-height: 237px;
    }

    .Banner-Tabs {
        display: none;
    }

    #Patient-testimonial-intra li p {
        padding: 0 12px 37px 12px;
    }

    .textMain .conditions-page .resp-tabs-list.hor_1 {
        display: none;
        background: #000;
    }

    .textMain .conditions-page h2.resp-accordion {
        display: block;
        background: #5aa2d5;
    }

    .textMain .conditions-page h2.resp-accordion {
        font-size: 24px;
        color: #fff;
    }

    .spine-r ul {
        padding-top: 0px;
    }

    .cranial,
    .spine-m,
    .spine-r {
        display: block;
        width: auto;
        margin: 0 auto;
        padding: 0px 20px;
    }

    .spine-m h4 {
        padding: 25px 0px;
    }

    .talk-bubble-2::after,
    .talk-bubble-1::after {
        display: none;
    }

    .talk-bubble-2 {
        width: 229px;
        top: 5px;
    }

    .talk-bubble-1 {
        right: 1%;
        top: 115px;
        width: 242px;
    }

    #Map-intra a {
        font: 400 13px/18px 'Open Sans', sans-serif;
    }

    #Map-intra p {
        font: 400 13px/18px 'Open Sans', sans-serif;
    }

    .logo,
    .call-appoint {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .logo {
        padding-bottom: 10px;
    }

    .banner-content {
        font: 400 32px/37px 'Roboto Slab', serif;
        left: 56%;
        top: 68%;
        width: 80%;
        text-align: center;
    }

    #Banner-Container .banner-head {
        background: rgba(255, 255, 255, 0.6);
        border-radius: 10px;
    }

    #Banner-Container .banner-color .banner-head {
        background: rgba(0, 0, 0, 0.6);
    }

    #Banner-Container-S .banner-content {
        font: 400 22px/27px 'Roboto Slab', serif;
        top: 81%;
        left: 69%;
    }

    #Banner-Container .banner1 {
        background-position: 19% center;
    }

    #Banner-Container .banner2 {
        background-position: 15% center;
    }

    #Banner-Container .banner4 {
        background-position: 10% center;
    }

    #Banner-Container #Banner li,
    #Banner-Container-S #Banner li {
        background-size: cover;
    }

    #Banner-Container #Banner {
        height: 400px;
    }

    #Banner-Container-S #Banner {
        height: 250px;
    }

    #Header-Container {
        position: relative;
    }

    .Service-home-Tabs {
        left: 323px;
    }

    .eight-year {
        font: 300 22px/27px 'Roboto Slab', serif;
    }

    .eight-year::before {
        left: 0px;
        top: 43px;
    }

    .eight-year::after {
        right: 0px;
        top: 43px;
    }

    .dr-details p {
        padding: 20px 0 20px 0px;
    }

    .head-s {
        font: 400 23px/28px 'Roboto Slab', serif;
        padding: 5px 0px;
    }

    .spine-service,
    .cranial-list {
        padding: 18px 0 0 15px;
    }

    .cranial-list ul,
    .spine-list ul {
        width: 73%;
    }

    .publication-list li {
        background: url("../images/publication-li.png") no-repeat 10px 10px;
        width: auto;
        padding: 0px 10px 20px 30px;
    }

    .profile {
        float: none;
        text-align: center;
        width: 320px;
        margin: 10px auto;
    }

    #Content,
    #Sidebar {
        margin: 0 auto;
    }

    #Sidebar {
        padding: 20px 0px 10px 0px;
    }

    #Patient-testimonial {
        padding: 20px 0px;
    }

    #Patient-testimonial-intra li p {
        font: 400 15px/25px 'Open Sans', sans-serif;
    }

    .contact-address,
    .contact-map {
        display: block;
        width: auto;
    }

    .contact-map iframe {
        position: relative;
        height: 250px;
    }
}

@media only screen and (max-width:480px) {
    .textMain .schemaTable .table-cell {
        display: block;
        margin: 5px 0 0px 0;
    }

    #Banner-Container-S #Banner {
        display: none;
    }

    #ToptoBottom a::before,
    #ToptoBottom.scrollUp a::before {
        display: none;
    }

    #ToptoBottom {
        background: none;
        border: none;
    }

    #Banner-Container #Banner {
        height: 300px;
    }

    .textMain .topicimage {
        float: none;
        margin: 0 auto;
    }

    .landing-page ul {
        text-align: center;
    }

    #Content {
        padding: 0px;
    }

    .more-img {
        display: none;
    }

    .banner-content {
        font: 400 22px/27px 'Roboto Slab', serif;
        left: 51%;
        top: 68%;
        width: 59%;
    }

    .meet {
        font: 300 30px/36px 'Roboto Slab', serif;
    }

    .dr-details h1 {
        font: 700 25px/32px 'Roboto Slab', serif;
    }

    .Service-home-Tabs {
        left: 268px;
    }

    .publication-list {
        height: 500px;
    }

    .stars {
        padding: 10px 0px;
    }

    .Testimonial-Tabs {
        display: none;
    }

    #Patient-testimonial-intra li p {
        font: 400 13px/20px 'Open Sans', sans-serif;
    }

    .talk-bubble-2 {
        width: 200px;
        height: 147px;
        top: 3px;
        margin: 0 21%;
    }

    .talk-bubble-1 {
        width: 200px;
        height: 147px;
        left: 2%;
        top: 155px;
        margin: 0 21%;
    }

    .cranial,
    .spine-m,
    .spine-r {
        width: auto;
    }

    .Service-home-Tabs {
        position: relative;
        left: 0px;
        top: 0px;
    }

    #Service li.cranial,
    #Service li.spine-service {
        background: #fff;
    }

    #Service {
        height: auto;
        padding-bottom: 20px;
    }

    .cranial-list ul,
    .spine-list ul {
        width: auto;
    }

    #Banner-Container-S .banner-content {
        font: 400 22px/27px 'Roboto Slab', serif;
        top: 45%;
        left: 65%;
    }

    #Banner-Container-S .banner1 {
        background-position: 19% center;
    }

    #Banner-Container-S .banner2 {
        background-position: 15% center;
    }

    #Banner-Container-S .banner3 {
        background-position: 15% center;
    }

    #Banner-Container-S .banner4 {
        background-position: 25% center;
    }

    .eight-year::before,
    .eight-year::after {
        display: none;
    }

    .eight-year {
        width: auto;
    }

    #Accessibility {
        display: none;
    }

    .textMain h1 {
        font: 700 26px/36px 'Roboto Slab', serif !important;
        color: #004eb5;
    }

    .textMain h1 span {
        font: 400 21px/30px 'Roboto Slab', serif !important;
        color: #0b273c;
    }
}