/* ----- Global CSS ----- */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-y: scroll;
    font: 400 15px / 24px 'Lato', sans-serif;
}

ul li {
    list-style: none;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 1px dotted #ccc;
}

.accessible_on a:focus {
    outline: 2px solid #F00 !important;
}

.nodisplay {
    display: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


/* ----- Fixed CSS ----- */

.hr {
    background: url(../images/hr.gif) repeat-x left center;
    padding: 10px 0px;
}

.clear-float,
.clear {
    clear: both;
}

.no-display {
    display: none;
}

.table-div,
.fluid-div,
.theme-L,
.theme-R {
    width: 100%;
    height: 100%;
}

.table-div {
    display: table;
    table-layout: fixed;
}

.theme-L,
.theme-R {
    position: absolute;
    z-index: 99;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.theme-L {
    left: -100%;
}

.theme-R {
    right: -100%;
}

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

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


/* ----- Slider CSS ----- */

.rslides {
    width: 100%;
    height: 100%;
    position: relative;
}

.rslides li {
    display: none;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.rslides li:first-child {
    display: block;
    position: relative;
    float: left;
    opacity: 1;
}

.rslides li li {
    display: inherit;
    width: inherit;
    height: inherit;
    position: inherit;
    left: inherit;
    top: inherit;
}

.Banner-Tabs {
    position: absolute;
    z-index: 999;
    margin: 0px;
    padding: 0px;
}

.Banner-Tabs li {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.Banner-Tabs li a {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.Banner_auto,
.News_auto,
.Testimonial_auto,
.Awards_auto,
.Posts_auto {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/pause-b.png) no-repeat center center #fff;
    left: 35px;
    bottom: 5px;
}

.Banner_auto.Banner_pause,
.News_auto.News_pause,
.Testimonial_auto.Testimonial_pause,
.Awards_auto.Awards_pause,
.Posts_auto.Posts_pause {
    background: url(../images/play-b.png) no-repeat center center #fff;
}

.Banner_nav,
.News_nav,
.Testimonial_nav,
.Awards_nav,
.Posts_nav {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    display: block;
    bottom: 5px;
}

.Banner_nav.prev,
.News_nav.prev,
.Testimonial_nav.prev,
.Awards_nav.prev,
.Posts_nav.prev {
    left: 5px;
    background: url(../images/prev-b.png) no-repeat center center #fff;
}

.Banner_nav.next,
.News_nav.next,
.Testimonial_nav.next,
.Awards_nav.next,
.Posts_nav.next {
    left: 65px;
    background: url(../images/next-b.png) no-repeat center center #fff;
}

#Banner {
    position: relative;
}

.News_nav,
.News_auto {
    bottom: -95px !important;
}

.Testimonial_nav,
.Testimonial_auto {
    bottom: -85px !important;
}

.Awards_nav,
.Awards_auto {
    bottom: 20px !important;
}

.Awards_nav.prev {
    left: 67px !important;
}

.Awards_auto {
    left: 97px !important;
}

.Awards_nav.next {
    left: 127px !important;
}

.Posts_nav,
.Posts_auto {
    bottom: 20px !important;
}

.Posts_nav.prev {
    left: 88% !important;
}

.Posts_nav.next {
    left: 92% !important;
}

.Posts_auto {
    left: 90% !important;
}

.News_auto {
    left: 49.5% !important;
}

.News_nav.prev {
    left: 47% !important;
}

.News_nav.next {
    left: 52% !important;
}


/* ----- Scrolling CSS ----- */

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 94%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    text-align: center;
}

.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin: 10px 0px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    top: 10%;
    width: 40px;
    height: 100%;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../images/left-arrow.png) no-repeat center center;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/right-arrow.png) no-repeat center center;
}


/* ----- Back to Top/Bottom CSS ----- */

#backtobot,
#backtotop {
    cursor: pointer;
    right: 5px;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}

#backtotop {
    bottom: 10px;
    background: url(../images/up-arrow.png) left top no-repeat;
}

#backtobot {
    bottom: 10px;
    background: url(../images/down-arrow.png) left top no-repeat;
}

#backtobot a,
#backtotop a {
    display: block;
    color: #fff;
    opacity: 0.8;
}

#backtobot:hover,
#backtotop:hover {
    opacity: 1;
}

#backtobot span,
#backtotop span {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: absolute;
    left: 110%;
}

#backtobot a:hover>span,
#backtotop a:hover>span {
    display: block;
}


/*------Font Awesome Icons------*/

.fa,
.fab,
.fal,
.far,
.fas {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands;
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400;
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: Font Awesome\ 5 Free;
}

.fa,
.fas {
    font-weight: 900;
}

.fa-phone:before {
    content: "\f095";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-home:before {
    content: "\f015";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-edit:before {
    content: "\f044";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-download:before {
    content: "\f019";
}

.fa-file-pdf:before {
    content: "\f1c1";
}


/* ---------- Theme CSS ---------- */

#Container,
header,
nav,
section,
footer,
#Banner-Container,
#Banner-Container-S,
#Content-Container,
#Credibility-bg,
#Dr-sec-bg,
#State-of-art-bg,
#Map-container,
#Form-sec-bg,
#In-the-news-bg,
#Parallex-bg,
#Resource-bg,
#Testimonial-bg,
#Awards-bg,
#Post-bg {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

nav,
header {
    overflow: visible;
}

#Header,
#Banner,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Credibility-main,
#Dr-main,
#State-main,
#Form-main,
#News-main,
#Resource-main,
#Testimonial-main {
    max-width: 1290px;
    min-width: 310px;
    margin: 0px auto;
    padding: 0px;
}


/*-------Top Appointment css---------*/

.top-appoint-sec {
    width: 325px;
    float: right;
    margin-top: 20px;
}

.top-appoint-sec .theme-R {
    background: #005d91;
}

.top-appoint-sec ul {
    font: 400 20px/24px 'Lato', sans-serif;
    text-align: right;
    position: relative;
}

.top-appoint-sec li {
    width: 100%;
    text-transform: uppercase;
    color: #232323;
    vertical-align: top;
    display: inherit;
    text-align: left;
}

.top-appoint-sec li a {
    padding: 8px 0 8px 0;
}

.top-appoint-sec li.calltoday {
    padding: 10px 0 0 0;
}

.top-appoint-sec li.request-app {
    background: #005d91;
}

.top-appoint-sec li.request-app:hover,
.top-appoint-sec li.request-app:hover .theme-R {
    background: #00508d;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.top-appoint-sec li.request-app a:hover {
    color: #fff;
}

.top-appoint-sec li.request-app a {
    color: #fff;
    display: block;
}

.top-appoint-sec li.calltoday a:hover {
    color: #0069aa;
}
#Map-container {
    background: url(../images/map-img.jpg) left top no-repeat;
    min-height: 480px;
}
.location-box{
    text-align: center;
    padding-top: 8%;
}
.location-box li{
    margin: 4%;
    color: #fff;
    background: #0187d0;
    padding: 15px 5px 5px 20px;
    font: 400 16px/21px 'Lato', sans-serif;
    text-align: center;
    display: inline-block;
    min-height: 120px;
    min-width: 24%;
}
.location-box li a{
    color: #fff;
    margin: 5px;
}
location-box h3{
    margin: 5px;
}

.top-appoint-sec li .phone-icon {
    float: left;
    margin: 10px 8px 0 8px;
    width: 15px;
    height: 16px;
    background: url(../images/sprite.png) no-repeat scroll 0px -283px;
}

.top-appoint-sec li .calltext {
    float: left;
    margin: 6px 0 0 0;
}

.top-appoint-sec li .app-icon {
    float: left;
    margin: 0 11px 0 13px;
    width: 20px;
    height: 22px;
    background: url(../images/sprite.png) no-repeat scroll -56px -283px;
}

.top-appoint-sec li .tel1 {
    font: 700 25px/30px 'Lato', sans-serif;
}

.top-appoint-sec li .tel1 a {
    color: #164469;
}


/*----------Header CSS---------*/

#Header {
    min-height: 192px;
    transition: all 0.4s linear;
    position: relative;
}

#Header .table-div {
    padding: 0 3px;
}

.hss-rank,
.darren-logo,
.hss-logo,
.header-right {
    display: table-cell;
    vertical-align: top;
}

.hss-rank {
    float: left;
    width: 150px;
    padding: 30px 0 0 0;
}

.darren-logo {
    padding: 10px 0 0 0;
    width: 75%;
    text-align: center;
    transition: all 0.4s linear;
}

.darren-logo a:hover {
    color: #11456a;
    text-decoration: underline;
}

.header-dr {
    color: #2e3192;
    font: 600 38px/42px 'Lato', sans-serif;
}

.header-dr span {
    display: block;
    font: 400 28px/32px 'Lato', sans-serif;
    margin-top: 7px;
}

.request-app-h {
    font: 400 22px/27px 'Lato', sans-serif !important;
    text-transform: uppercase;
    margin: 21px 0 20px 0;
}

.request-app-h a {
    color: #fff;
    background: #0187d0;
    padding: 6px 8px;
}

.request-app-h a:hover {
    color: #fff;
    text-decoration: none;
    background: #11456a;
    webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.calltoday {
    font: 400 16px/22px 'Lato', sans-serif !important;
    text-transform: uppercase;
}

.calltoday a {
    color: #2e3192;
    padding: 0 0 0 9px;
}

.street-add {
   /* font: 400 17px/24px 'Lato', sans-serif;*/
    font: 400 17px/24px "Roboto", serif;
    
    
    
    
    color: #232323;
    margin: 5px 0 5px 0;
}


.street-add1{
    /*font: 400 14px/22px 'Lato', sans-serif;*/
  /* font: 400 14px/22px "Roboto", serif;*/
        font: 600 16px/26px 'Lato', sans-serif;
    
    
    color: #232323;
    margin: 5px 0 5px 0;
}


.street-add a {
    color: #232323;
	    font: 700 22px/30px 'Lato', sans-serif;
}

.hss-logo {
    float: right;
    padding: 0px 0 0 0;
    width: 150px;
    margin: 0 13px 0 0px;
    transition: all 0.4s linear;
}

.header-right {
    float: right;
    width: 46%;
    margin: 18px 0 0 0;
    transition: all 0.4s linear;
}

.location-title {
    float: right;
    font: 700 18px/22px 'Lato', sans-serif;
    color: #232323;
    text-transform: uppercase;
    clear: both;
}

.loc-icon {
    float: left;
    width: 16px;
    height: 19px;
    background: url(../images/sprite.png) no-repeat scroll 0px 0px;
    margin: 2px 4px 0 0;
}

.header-right p.street-add {
    font: 400 17px/24px 'Lato', sans-serif;
    color: #232323;
    padding: 8px 0 0 0;
    clear: both;
    text-align: right;
}

.header-right p.street-add a {
    text-transform: uppercase;
    color: #005e91;
    padding: 0 15px 0 0;
    position: relative;
}

.header-right p.street-add a:hover {
    color: #4ebffa;
}

.header-right p.street-add a:after {
    position: absolute;
    content: '';
    width: 11px;
    height: 7px;
    background: url(../images/sprite.png) no-repeat scroll -56px 0px;
    right: 0;
    top: 7px;
}

.header-right p.street-add a:hover:after {
    filter: brightness(150%);
}


/*------Sticky Header-----*/

header.sticky-active {
    position: fixed;
    top: -477px;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
    background: rgb(255, 255, 255);
}

header.Header-sticky {
    top: 0px;
    transition: all 0.4s ease;
    z-index: 99999;
}

.sticky-active #Header {
    min-height: 123px;
    transition: all 0.4s linear;
}

header.Header-sticky .darren-logo {
    width: 65%;
    padding: 4px 0px 0px 0px;
    transition: all 0.4s linear;
}

header.Header-sticky .darren-logo .header-dr {
    font: 600 34px/37px 'Lato', sans-serif !important;
}

header.Header-sticky .darren-logo .header-dr span {
    font: 400 26px/30px 'Lato', sans-serif;
}

header.Header-sticky .darren-logo .request-app-h {
    font: 400 20px/24px 'Lato', sans-serif !important;
    margin: 16px 0 12px 0;
}

header.Header-sticky .darren-logo .calltoday {
    font: 400 16px/22px 'Lato', sans-serif !important;
    text-transform: uppercase;
}

header.Header-sticky .darren-logo .street-add {
    font: 400 15px/22px 'Lato', sans-serif !important;
    margin: 5px 0 7px 0;
}

header.Header-sticky .hss-logo {
    padding: 0px 0px 0px 0px;
    transition: all 0.4s linear;
}

header.Header-sticky .header-right {
    margin: 7px 0 0 0;
    transition: all 0.4s linear;
    width: 42%;
}

header.Header-sticky .location-title {
    font: 700 15px/20px 'Lato', sans-serif !important;
    transition: all 0.4s linear;
}

header.Header-sticky .header-right p.street-add {
    font: 400 15px/21px 'Lato', sans-serif !important;
    transition: all 0.4s linear;
}

header.Header-sticky .top-appoint-sec {
    position: static;
    float: right;
    width: 48%;
    margin-top: 14px;
}

header.Header-sticky .top-appoint-sec li {
    width: 100%;
}

header.Header-sticky .top-appoint-sec li.calltoday {
    padding: 3px 0 3px 0;
}

header.Header-sticky .top-appoint-sec ul {
    font: 400 15px/22px 'Lato', sans-serif;
}

header.Header-sticky .top-appoint-sec li .tel1 {
    font: 700 19px/32px 'Lato', sans-serif;
}

header.Header-sticky .top-appoint-sec li a {
    padding: 8px 0 8px 0;
}


/*----------- Menu -----------*/

nav {
    background: #0187d0;
}

#Main-Menu {
    display: block;
    height: 50px;
}

#Mobile-Menu {
    display: none;
}

.menu li {
    font: 400 15px/50px 'Lato', sans-serif;
    color: #fff;
    float: left;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.menu li a {
    color: #000000;
    display: block;
}

.menu ul {
    position: absolute;
    z-index: 999;
    left: 0px;
    display: none;
    width: 232px;
}

.menu ul ul {
    left: 100%;
    top: 0px;
}

.menu ul li {
    font: 400 15px/20px 'Open Sans', sans-serif;
    color: #fff;
    text-align: left;
    /*background: #00508d;*/
    background: #0187d0;
    border-bottom: 1px solid #000000;
    width: 100%;
    text-transform: none;
}

.menu ul li:hover {
    background: #2e3192;
}

.menu li li a {
    padding: 10px 10px 10px 21px;
    color: #fff;
}

.menu ul li li {
    background: #52803a;
}

.menu ul li li:hover {
    background: #2e3192;
}

.menu li:hover>ul {
    display: block;
}

.menu li:hover {
   /* background: #0187ce;*/
   /* background: #0E659A;*/
    background: #9bdcff;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.menu li a:hover {
    color: #fff;
}

.menu ul li:hover {
    background: #9bdcff;
}

.menu li:hover a {
    color: #fff;
}

.menu li li a:hover {
    color: #00121f;
}

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

.home-nav {
    width: 8%;
}

.home-nav .fas.fa-home {
    font-size: 22px;
}

.about-nav {
    width: 13%;
}

.condition-nav {
    width: 16%;
}

.treatment-nav {
    width: 16%;
}

.patient-nav {
    width: 18%;
}

.visit-nav {
    width: 16%;
}

.contact-nav {
    width: 13%;
}

.about-nav ul {
    width: 287px !important;
}


/*------- Mobile Menu------- */

.Wrapper {
    position: absolute;
    z-index: 9999;
    left: 0px;
    width: 100%;
    display: none;
    background: #00508d;
}

.menu-mobile {
    text-align: center;
    padding: 0px;
    color: #fff;
    font: 400 20px/26px 'Lato', sans-serif;
    background: #1ca7f2;
}

.menu-mobile a {
    color: #fff;
    display: block;
}

.menu-mobile span {
    background: url(../images/mobile-menu.png) no-repeat center center;
    width: 40px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}

.par-menu {
    font: 400 15px/20px 'Open Sans', sans-serif;
    color: #fff;
}

.par-menu li a {
    padding: 10px 10px 10px 20px;
    color: #fff;
    display: block;
}

.par-menu li a:hover {
    background: #9bdcff;
}

.par-menu li ul {
    display: none;
}

.par-menu li li a {
    padding: 10px 10px 10px 40px;
    background: #0793de;
}

.par-menu li li li a {
    padding: 10px 10px 10px 60px;
    background: #1d6479;
}

.menu-parent {
    background: url(../images/menu-li-ar.png) no-repeat 97% center;
}

.par-menu li a.menu-parent:hover {
    background: #9bdcff url(../images/menu-li-ab.png) no-repeat 97% center;
}


/*--------- Slider CSS ----------- */

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

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

#Banner-Container .banner0 {
    background: url(../images/banner1-m-new.jpg) left top no-repeat;
}

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

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

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

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

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

#Banner-Container-S .banner0 {
    background: url(../images/sub-banner1-m-new.jpg) left top no-repeat;
}

#Banner-Container-S .banner0 .theme-L {
 /*   background: url(../images/sub-banner1-l.jpg) right top no-repeat;*/
      background: #5b5853;
}

#Banner-Container-S .banner0 .theme-R {
    background: #5b5853;
}

#Banner-Container-S .banner1 {
    background: url(../images/sub-banner2-m-updated.jpg) left top no-repeat;
}

#Banner-Container-S .banner1 .theme-L {
   /* background: url(../images/sub-banner2-l.jpg) right top no-repeat;*/
    
     background: #2b2b2b;
}

#Banner-Container-S .banner1 .theme-R {
    background: #010101;
}

#Banner-Container-S .banner2 {
    background: url(../images/sub-banner-treatment-m.jpg) left top no-repeat;
}

#Banner-Container-S .banner2 .theme-L {
    background: #3b759e;
}

#Banner-Container-S .banner2 .theme-R {
    background: #3b759e;
}

.treatmentpage #Banner-Container-S .banner0 {
    background: url(../images/sub-banner-treatment-m.jpg) left top no-repeat;
}

.treatmentpage #Banner-Container-S .banner0 .theme-L {
    background: #3b759e;
}

.treatmentpage #Banner-Container-S .banner0 .theme-R {
    background: #3b759e;
}

.treatmentpage #Banner-Container-S .banner1 {
    background: url(../images/sub-banner1-m.jpg) left top no-repeat;
}

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

.treatmentpage #Banner-Container-S .banner1 .theme-R {
    background: #292929;
}

.treatmentpage #Banner-Container-S .banner2 {
    background: url(../images/sub-banner2-m.jpg) left top no-repeat;
}

.treatmentpage #Banner-Container-S .banner2 .theme-L {
    background: url(../images/sub-banner2-l.jpg) right top no-repeat;
}

.treatmentpage #Banner-Container-S .banner2 .theme-R {
    background: #1a1a18;
}

.banner-content {
    bottom: 22%;
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
}

.banner-head {
    font: 700 42px/16px 'Lato', sans-serif;
    color: #fff;
}

.banner-head span {
    display: block;
    font: 300 34px/38px 'Lato', sans-serif;
    color: #fff;
    margin-top: 15px;
    letter-spacing: 8px;
}

#Banner-Container-S .banner-content {
    bottom: 22%;
    right: 1%;
    width: 37%;
    text-align: left;
    top: 35%;
}

#Banner-Container-S .banner-head {
    font: 700 32px/36px 'Lato', sans-serif;
}

#Banner-Container-S .banner-head span {
    font: 300 22px/28px 'Lato', sans-serif;
    margin-top: 0px;
    letter-spacing: 0px;
}


/*-------Credibility CSS--------*/

.homepage #Credibility-bg {
    background: #fafafa;
}

#Credibility-bg {
    background: #f0f0f0;
}

#Credibility-main {
    min-height: 195px;
    padding: 60px 0;
}

#Credibility-main ul {
    text-align: center;
}

#Credibility-main ul li {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    text-align: left;
    margin: 0 5% 0 0;
}

#Credibility-main ul li:last-child {
    margin: 0 0 0 0;
}

#Credibility-main ul li.hfss-logo {
    margin: 0 3% 0 0 !important;
}

#Credibility-main ul li.csrs-logo {
    width: 11% !important;
    margin: 0 3% 0 0 !important;
}

#Credibility-main ul li.srs-logo {
    width: 7% !important;
    margin: 0 3% 0 0 !important;
}


/*---------Meet Dr Darren---------*/

#Dr-sec-bg {
    background: #f2f2f2;
}

#Dr-main {
    min-height: 560px;
    position: relative;
}

.dr-darren-img {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 34px 3px 0 9px;
}

.dr-darren-text {
    position: absolute;
    top: 11%;
    left: 1%;
    width: 57%;
}

.dr-darren-text h1 {
    color: #164469;
    font: 700 41px/46px 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 8px 0 47px 0;
}

.dr-darren-text h1 span {
    display: block;
    font: 400 22px/26px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #6b6b6b;
    letter-spacing: 2px;
    margin-top: 7px;
    text-transform: none;
}

.dr-darren-text ul {
    font: 400 18px/23px 'Lato', sans-serif;
    color: #696969;
}

.dr-darren-text li {
    margin-bottom: 2%;
    background: url(../images/dr-text-li-bg.png) no-repeat 0px 7px;
    padding: 0 0 0 24px;
}

.dr-darren-text li span {
    color: #0e89c9;
    font-weight: 700;
}

.dr-more-btns {
    width: 80%;
    margin-top: 66px;
}

.dr-more-btns ul {
    font: 400 13px/16px 'Lato', sans-serif;
}

.dr-more-btns li {
    display: inline-block;
    /*background: #9bdcff; */
    
    background: #0187d0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}

.dr-more-btns li a {
    display: block;
    color: #fff;
    padding: 18px 18px 15px 18px;
}


.dr-more-btns li:hover {
    background: #9bdcff;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.dr-more-btns li.profile-h:hover {
   /* background: #9bdcff;*/
    background: #9bdcff;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.dr-more-btns li a:hover,
.dr-more-btns li.profile-h a:hover {
    color: #000;
}

.dr-more-btns li.profile-h a:hover {
    color: #000000;
}

.dr-more-btns li span {
    float: left;
    width: 17px;
    height: 21px;
    margin: -3px 15px 0 0px;
    background: url(../images/sprite.png) no-repeat scroll 0 0;
}

.dr-more-btns li.research-h span {
    background-position: -113px 0px;
      filter: invert(1);
}

.dr-more-btns li.publication-h span {
    background-position: -170px 0px;
    width: 26px;
      filter: invert(1);
}

.dr-more-btns li.profile-h span {
    background-position: -226px 0px;
    margin: -1px 12px 0 0px;
    width: 13px;
}

.dr-more-btns li:hover span {
    filter: invert(0);
}

.profile-h :hover {
    
     filter: invert(1);
}

.news-heading a{
    color: inherit !important;
}





/*--------State of Art CSS---------*/

#State-of-art-bg {
    background: #00508d url(../images/state-of-art-bg.jpg) no-repeat scroll center top/auto 100%;
}

#State-main {
    min-height: 775px;
    background: url(../images/state-main-bg.png) no-repeat scroll center bottom;
}

.state-intra {
    width: 100%;
    padding: 110px 0 100px 0;
}

.state-heading {
    position: relative;
    width: 100%;
    font: 300 40px/50px 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 9%;
}

.state-heading span {
    display: block;
    font: 300 26px/30px 'Lato', sans-serif;
    text-transform: none;
    margin-top: 5px;
}


/*.state-heading::before{

    content: '';

    position: absolute;

    width:9px;

    height:43px;

    bottom:-68px;

    left:50%;

     background: url(../images/state-arrow.png) no-repeat scroll 0 0;

}*/

.state-L {
    float: left;
    width: 30%;
    margin: 0 0 0 1%;
}

.state-R {
    float: right;
    width: 26%;
    margin: 0 1% 0 0;
}

.state-L ul,
.state-R ul {
    font: 300 18px/22px 'Lato', sans-serif;
}

.state-L li,
.state-R li {
    margin: 0 0 15px 0;
    background: url(../images/state-li-arrow.png) no-repeat scroll 0 10px;
}

.state-L li a,
.state-R li a {
    color: #fff;
    display: block;
    padding: 0 0 0 32px;
}

.state-L li a:hover,
.state-R li a:hover {
    color: #e4f0f9;
}


/*-------Patient Testimonial CSS-----------*/

#Testimonial-main {
    min-height: 490px;
}

.testimonial-intra {
    width: 100%;
    padding: 85px 0 90px 0;
}

.testimonial-head {
    font: 700 32px/36px 'Lato', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #4b4b4b;
    margin-bottom: 12px;
}

.rating {
    margin: 0 auto;
    width: 125px;
}

.testimonial-sec {
    position: relative;
    height: 170px;
    width: 90%;
    margin: 0 auto;
    margin-top: 22px;
}

.testi-image {
    float: left;
    width: 121px;
    margin: 0 4% 0 0;
    font: 600 15px/25px 'Lato', sans-serif;
    color: #000;
    text-align: center;
}

.testi-text {
    float: left;
    position: relative;
    font: italic 300 20px/30px 'Lato', sans-serif;
    color: #3d3d3d;
    text-align: center;
    width: 76%;
    margin-top: 15px;
    padding: 0 1% 0 1%;
}

.testi-text .quote-l,
.testi-text .quote-r {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 21px;
    background: url(../images/sprite.png) no-repeat scroll 0 -113px;
    margin: 0 11px 0 0;
    top: -15px;
}

.testi-text .quote-r {
    background: url(../images/sprite.png) no-repeat scroll -56px -113px;
    margin: 0px 0 0 14px;
    top: 15px;
}

.Testi-Tabs {
    position: absolute;
    z-index: 999;
    margin: 0px;
    padding: 0px;
    right: 0;
    top: 10%;
}

.Testi-Tabs li {
    width: 15px;
    height: 15px;
    margin-bottom: 3px;
    border-radius: 50%;
}

.Testi-Tabs li a {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #3bb4f4;
}

.Testi-Tabs li a:hover,
.Testi-Tabs li.Testimonial_here a {
    background: #0d3e65;
}

.view-testi-btns {
    text-align: center;
    width: 370px;
    margin: 0 auto;
    font: 400 16px/16px 'Lato', sans-serif;
    margin-top: 30px;
}

.view-testi-btns li {
    display: inline-block;
    width: 49%;
    border-radius: 3px;
}

.view-testi-btns li a {
    display: block;
    padding: 18px 0 17px 0;
    color: #fff;
}

.view-testimonials,
.submit-testimonials {
    background: #0187d0;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}

.submit-testimonials:hover,
.view-testimonials:hover {
    background: #9bdcff;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}

.submit-testimonials a:hover,
.view-testimonials a:hover {
    color: #000 !important;
}

.submit-testimonials a, .view-testimonials a {
    color: #fff !important;
}


/*---------Awards and Expertise CSS---------*/

#Awards-bg {
    height: 412px;
   /* background: #9cdcff;*/
    background: #0187d0;
       color: #fff;
}

#Awards-bg .award1 {
    background: url(../images/award1-bg.png) no-repeat scroll center top;
}

#Awards-bg .award2 {
    background: url(../images/award2-bg.png) no-repeat scroll center top;
}

#Awards-bg .award3 {
    background: url(../images/award3-bg.png) no-repeat scroll center top;
}

#Awards-bg .award4 {
    background: url(../images/award4-bg.png) no-repeat scroll center top;
}

#Awards-bg .award5 {
    background: url(../images/award5-bg.png) no-repeat scroll center top;
}

#Awards-bg .award6 {
    background: url(../images/award6-bg.png) no-repeat scroll center top;
}

.Awards-Tabs {
    position: absolute;
    z-index: 999;
    margin: 0px;
    padding: 0px;
    right: 60%;
    bottom: 17%;
    width: 98px;
}

.Awards-Tabs li {
    display: inline-block;
    width: 13px;
    height: 13px;
}

.Awards-Tabs li a {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #164469;
}

.Awards-Tabs li a:hover,
.Awards-Tabs .Awards_here a {
    background: #fff;
}

.award-text {
    width: 40%;
    position: absolute;
    left: 5%;
    top: 19%;
}

.awards-heading {
    position: relative;
    width: 368px;
   color: #fff;
    font: 400 35px/40px 'Lato', sans-serif;
    text-transform: uppercase;
    padding-bottom: 23px;
}

.awards-heading:before {
    position: absolute;
    content: '';
     color: #fff;
    width: 146px;
    height: 1px;
    left: 0;
    bottom: 0;
}

.awards-heading span {
    font-weight: 900;
}

.award-text p {
    color: #fff;
    font: 400 17px/23px 'Lato', sans-serif;
    margin: 25px 0 60px 0;
}

.awards-more {
    width: 116px;
    border: 1px solid #7cb0cc;
    font: 400 15px/15px 'Lato', sans-serif;
}

.awards-more a {
    display: block;
    text-align: center;
      color: #fff;
    padding: 14px 0 13px 0;
}

.post-more a:hover,
.awards-more a:hover {
    color: #fff;
    background: #164469;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}


/*---------Recent Post CSS------------*/

#Post-bg {
    height: 412px;
    background: #0187d0;
       color: #fff;
}

#Post-bg .post4 {
    background: url(../images/use-of-robotic-arm-bg.png) no-repeat scroll center top;
}

#Post-bg .post3 {
    background: url(../images/post1-bg.png) no-repeat scroll center top;
}

#Post-bg .post2 {
    background: url(../images/post2-bg.png) no-repeat scroll center top;
}

#Post-bg .post1 {
    background: url(../images/post3-bg.png) no-repeat scroll center top;
}

.post-text {
    width: 42%;
    position: absolute;
    right: 5%;
    top: 19%;
}

.post-heading {
    position: relative;
    width: 368px;
      color: #fff;
    font: 400 35px/40px 'Lato', sans-serif;
    text-transform: uppercase;
    padding-bottom: 23px;
}

.post-heading:before {
    position: absolute;
    content: '';
    color: #fff;
    width: 146px;
    height: 1px;
    left: 0;
    bottom: 0;
}

.post-heading span {
    font-weight: 900;
}

.post-tabs {
    margin: 22px 0 0 0;
}

.post-date {
    font: 700 17px/21px 'Lato', sans-serif !important;
      color: #fff; !important;
    margin: 0 !important;
}

.post-caption {
    font: 700 20px/24px 'Lato', sans-serif;
      color: #fff;
    margin: 11px 0 0px 0;
}

.post-tabs p {
    font: 400 15px/20px 'Lato', sans-serif;
   color: #fff;
    margin: 3px 0 0px 0;
}

.post-more {
    width: 116px;
    border: 1px solid #7cb0cc;
    font: italic 400 15px/15px 'Lato', sans-serif;
    margin: 30px 0 0px 0;
}

.post-more a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 14px 0 13px 0;
}


/*---------Patient Resources-----------*/

#Resource-main {
    min-height: 515px;
    padding: 115px 0 120px 0;
}

.resource-heading {
    font: 300 46px/50px 'Lato', sans-serif;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 45px 0;
}

#Resource-main ul {
    font: 400 16px/20px 'Lato', sans-serif;
    text-align: center;
}

#Resource-main ul li {
    vertical-align: top;
    display: inline-block;
    width: 14%;
    margin: 0 2%;
}

#Resource-main ul li a {
    display: block;
    padding: 0px 0 0 0;
    color: #3d3d3d;
}

#Resource-main ul li a span {
    display: block;
    margin: 0 auto;
    width: 43px;
    height: 56px;
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    margin-bottom: 54px;
    position: relative;
}

#Resource-main ul li a span::before {
    content: '';
    position: absolute;
    width: 75px;
    height: 3px;
    bottom: -30px;
    left: -37%;
    background: url(../images/resource-li-bb.png) no-repeat scroll 0 0;
}

#Resource-main ul li:hover span {
    filter: hue-rotate(41deg) brightness(62%);
}

#Resource-main ul li.pathway-h span {
    background-position: 0 -56px;
    width: 45px;
}

#Resource-main ul li.appointment-h span {
    background-position: -56px -56px;
}

#Resource-main ul li.hss-h span {
    background-position: -113px -56px;
}

#Resource-main ul li.videos-h span {
    background-position: -170px -56px;
}

#Resource-main ul li.forms-h span {
    background-position: -226px -56px;
}


/*-----Parallax effect--------*/

#Parallex-bg {
    height: 497px;
    background: url(../images/skyline-bg.jpg) no-repeat scroll center top;
}

#Parallex-bg.in-view {
    background-attachment: fixed !important;
}


/*--------In te news CSS--------*/

#In-the-news-bg {
    background: #0187d0;
    border-bottom: 1px solid #53a6d3;
}

#News-main {
    min-height: 506px;
}

.news-intra {
    width: 100%;
    padding: 30px 0 100px 0;
}

.news-heading {
    text-align: center;
    font: 300 35px/40px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.news-heading span {
    font-weight: 400;
}

.news-section {
    width: 92%;
    margin: 0 auto;
    height: 285px;
    position: relative;
    margin-top: 25px;
}

.news-date {
    width: 190px;
    height: 47px;
    position: relative;
    text-align: center;
    color: #fff;
    font: 700 22px/24px 'Lato', sans-serif;
    background: #197dea;
    padding: 13px 0 10px 0;
    margin: 0 auto;
}

.news-date::before {
    content: '';
    position: absolute;
    left: 46%;
    bottom: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #197dea transparent transparent transparent;
}

.news-tabs {
    text-align: center;
    margin-top: 34px;
}

.news-caption {
    color: #0600ee;
    font: 700 28px/32px 'Lato', sans-serif;
    margin: 0 0 3px 0;
   
}

.news-text {
    width: 76%;
    margin: 0 auto;
    font: italic 300 20px/25px 'Lato', sans-serif;
    color: #fff;
}

.news-more {
    margin: 0 auto;
    width: 90px;
    font: 400 14px/20px 'Lato', sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
}

.news-more a {
    display: block;
    padding-bottom: 5px;
    color: #fff;
    border-bottom: 1px solid #000000;
}

.news-more a:hover {
    color: #036ada;
    border-bottom: 1px solid #036ada;
}


/* -------Map CSS--------*/

.gm-style>div:nth-child(1)>div:nth-child(4)>div:nth-child(4)>div:nth-child(1)>div:nth-child(1)>div:nth-child(3)>div:nth-child(2),
.gm-style>div:nth-child(1)>div:nth-child(4)>div:nth-child(4)>div:nth-child(1)>div:nth-child(1)>div:nth-child(3)>div:nth-child(1),
.gm-style>div:nth-child(1)>div:nth-child(4)>div:nth-child(4)>div:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
    display: none;
}

.gm-style .gm-style-iw {
    overflow: visible !important;
    position: relative;
    background: #005e91;
}

.gm-style>div:nth-child(1)>div:nth-child(4)>div:nth-child(4)>div:nth-child(1)>div:nth-child(1)>div:nth-child(4) {
    border: none !important;
    border-radius: 0 !important;
}

.gm-style>div:nth-child(1)>div:nth-child(4)>div:nth-child(4)>div:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
    box-shadow: none !important;
    background-color: transparent !important;
}

.gm-style>div:nth-child(1)>div:nth-child(4)>div:nth-child(4)>div:nth-child(1)>div:nth-child(1)>div:nth-child(4) {
    background: #005e91 !important;
}

.gm-style .gm-style-iw::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 18px;
    border-color: transparent transparent transparent #005e91;
    content: "";
    position: absolute;
    right: -32px;
    top: 37%;
}

.map-loc-img {
    width: 124px;
    float: left;
}

.ad-head {
    font: 900 21px/24px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 17px 0 17px;
}

.gm-style-iw .loc-name {
    font: 400 23px/26px 'Lato', sans-serif;
    margin: 5px 0 10px 17px;
    color: #fff;
}

.gm-style-iw .map-loc-add {
    font: 400 16px/20px 'Lato', sans-serif;
    margin: 4px 0 10px 17px;
    color: #fff;
    float: left;
    width: 50%;
}

.gm-style-iw ul {
    font: 600 15px/19px 'Lato', sans-serif;
    color: #fff;
    float: left;
    width: 44%;
    margin: 2px 0 0 0;
}

.gm-style-iw ul li {
    margin: 0px 0 5px 0px;
}

.gm-style-iw ul li a {
    color: #fff;
}

.loc-r {
    float: left;
}

.map-loc-img {
    width: 124px;
    float: left;
    margin: 18px 0 0 10px;
}


/*------- Sub page CSS------- */

#Content,
#Sidebar {
    display: table-cell;
    vertical-align: top;
}

#Sidebar {
    width: 300px;
    padding-bottom: 3%;
    padding-top: 57px;
}

.no-sidebar #Sidebar {
    display: none;
}

.no-sidebar .textMain {
    padding: 10px 10px 50px 10px;
}

.aside-dr {
    width: 100%;
    border: 3px solid #0166b4;
}

.dr-text-s {
    width: 100%;
    padding: 0 10px 13px 10px;
}

.aside-dr img {
    border-bottom: 1px solid #9bb3c6;
}

.dr-heading-s {
    font: 700 22px/26px 'Lato', sans-serif;
    color: #0166b4;
    margin: 14px 0 8px 0;
}

.dr-text-s p {
    font: 400 14px/18px 'Lato', sans-serif;
    color: #303030;
    margin: 4px 0 18px 0;
}

.view-profile-s {
    width: 109px;
    font: 400 12px/12px 'Lato', sans-serif;
}

.view-profile-s a {
    display: block;
    color: #ffffff;
    padding: 11px 0;
    text-align: center;
    text-transform: uppercase;
    background: #5f5f5f;
}

.view-profile-s a:hover {
    background: #0187ce;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.aside-state {
    width: 100%;
    background: #005e91;
    padding: 10px;
    margin-top: 4px;
}

.state-heading-s {
    text-transform: uppercase;
    font: 900 18px/22px 'Lato', sans-serif;
    color: #fff;
    margin: 20px 0 4px 0;
}

.state-heading-s a {
    color: #fff;
}

.aside-state p {
    font: 400 16px/20px 'Lato', sans-serif;
    color: #fff;
    margin: 0 0 13px 0;
}

.aside-stories {
    width: 100%;
    background: #00508d;
    border: 3px solid #002744;
    margin: 3px 0 0px 0;
}

.aside-stories ul {
    font: 400 20px/24px 'Lato', sans-serif;
}

.aside-stories ul li {
    border-bottom: 1px solid #37adec;
}

.aside-stories ul li:last-child {
    border-bottom: none;
}

.aside-stories ul li a {
    display: block;
    color: #fff;
    padding: 16px 10px 20px 0;
    text-align: left;
}

.aside-stories ul li:hover {
    background: #0187ce;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.aside-stories ul li span {
    float: left;
    width: 26px;
    height: 31px;
    margin: 15px 27px 0 17px;
    background: url(../images/sprite.png) no-repeat 0 0;
}

.aside-stories .stories-s span {
    background-position: 0 -170px;
    width: 36px;
    margin: 17px 22px 0 12px;
}

.aside-stories .awards-s span {
    background-position: -56px -170px;
}

.aside-stories .posts-s span {
    background-position: -113px -170px;
}

.aside-stories .news-s span {
    background-position: -170px -170px;
}

.aside-resources {
    margin-top: 3px;
    width: 100%;
    background: #0187ce;
    padding: 4px;
}

.aside-resources .aside-heading {
    font: 700 25px/30px 'Lato', sans-serif;
    color: #fff;
    padding: 8px 0 8px 11px;
}

.aside-resources ul {
    background: #f3f3f3;
    font: 700 15px/20px 'Lato', sans-serif;
}

.aside-resources ul li {
    border-bottom: 1px solid #82b2cb;
}

.aside-resources ul li:last-child {
    border-bottom: none;
}

.aside-resources ul li:hover {
    background: #ceeeff;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.aside-resources ul li:hover span {
    filter: hue-rotate(41deg) brightness(62%);
}

.aside-resources ul li a {
    display: block;
    color: #000;
    padding: 19px 15px 18px 0;
}

.aside-resources ul li span {
    float: left;
    margin: 9px 30px 0 19px;
    width: 25px;
    height: 33px;
    background: url(../images/sprite.png) no-repeat 0 0;
}

.aside-resources ul li.pathway-s span {
    background-position: 0 -226px;
    width: 37px;
    height: 46px;
    margin: 28px 22px 0 12px;
}

.aside-resources ul li.appointment-s span {
    background-position: -56px -226px;
}

.aside-resources ul li.network-s span {
    background-position: -113px -226px;
}

.aside-resources ul li.videos-s span {
    background-position: -170px -226px;
    width: 37px;
    margin: 15px 20px 0 19px;
}

.aside-resources ul li.forms-s span {
    background-position: -226px -226px;
    margin: 14px 29px 0 23px;
}

.location-s {
    width: 100%;
    background: #005e91;
    padding: 10px 10px 38px 10px;
    margin-top: 3px;
}

.location-s .aside-heading {
    font: 900 21px/24px 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 19px 0 2px 0;
}

.aside-heading a {
    color: #fff;
    display: block;
}

.loc-cap-s {
    font: 400 19px/23px 'Lato', sans-serif;
    color: #fff;
}

.loc-add-s {
    font: 400 15px/20px 'Lato', sans-serif;
    color: #fff;
    margin: 16px 0 23px 0;
}

.location-s ul {
    font: 700 17px/20px 'Lato', sans-serif;
    color: #fff;
}

.location-s ul li {
    margin: 0 0 3px 0;
    display: inline-block;
}

.location-s ul li span {
    font-weight: 400;
}

.location-s ul li span.tel1 {
    font-weight: 700;
}

.location-s ul li a {
    color: #fff;
}

.location-s a:hover {
    color: #e8f3f8;
}


/*---------Write to US CSS---------*/

#Form-main {
    min-height: 423px;
}

.form-intra {
    width: 100%;
    padding: 74px 0px;
}

.form-heading-h {
    text-align: center;
    font: 400 46px/50px 'Lato', sans-serif;
    color: #0187ce;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.form-heading-h span {
    font: 300 46px/50px 'Lato', sans-serif;
    color: #797a7a;
}

.form-intra .get-in {
    text-align: center;
    color: #585858;
    font: 300 22px/26px 'Lato', sans-serif;
    margin: 5px 0 30px 0;
    letter-spacing: 2px;
}


/*--------Footer CSS-----------*/

footer {
    background: #00508d;
    border-top: 1px solid #196198;
}

#Footer {
    min-height: 195px;
    padding: 60px 2px 55px 2px;
}

.spine-logo {
    text-align: center;
    float: left;
    width: 22%;
    margin: -51px 1% 0 5px;
}

.copyrights {
    text-align: center;
    float: left;
    width: 59%;
}

.copy-text {
    color: #fff;
    font: 400 16px/20px 'Lato', sans-serif;
    margin: 0 0 0px 0;
}

.foot-quick-links {
    font: 400 15px/20px 'Lato', sans-serif;
    margin: 27px 0 29px 0;
    color: #e2edff;
}

.foot-quick-links a {
    color: #fff;
    padding: 0 6px;
}

.foot-quick-links a:hover {
    color: #e2edff;
}

.foot-smo {
    width: 360px;
    margin: 0 auto;
}

.foot-smo ul {
    text-align: center;
}

.foot-smo li {
    margin: 0px 4px 0 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    vertical-align: top;
}

.foot-smo li:last-child {
    margin: 0;
}

.foot-smo li a {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #437cad;
}

.foot-smo li .fab {
    color: #477faf;
    font-size: 22px;
    margin: 12px 0 0 0;
}

.foot-smo li a:hover {
    border: 1px solid #fff;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.foot-smo li a:hover .fab {
    color: #fff;
}

.foot-smo li a:hover .fab,
.foot-smo li.doctorlia:hover img {
    transform: scale(1.1);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.foot-ypo {
    width: 101px;
    margin: 0 auto;
    margin-top: 40px;
}


/*----------Schema---------*/

.tableborder {
    border: 1px solid #0187ce;
    border-radius: 0;
    width: 100%;
    float: left;
}

.formHead {
    font: 400 20px/24px 'Lato', sans-serif;
    color: #fff;
    padding: 3px 5px 4px 5px;
    background: #0187ce;
}

.text-address {
    font: 400 16px/25px 'Lato', sans-serif;
    color: #282828;
    padding: 10px 0px 10px 5px;
}

.loc-caption-dr {
    font: 600 17px/25px 'Lato', sans-serif;
    color: #0187ce;
}

.text-address p {
    font: 400 16px/25px 'Lato', sans-serif !important;
}

.text-address a {
    color: #0DB4DE;
    text-decoration: none;
}

.text-address a:hover {
    color: #0DB4DE;
    text-decoration: underline;
}

.schema-left {
    float: left;
    width: 40%;
}

.schema-left p {
    margin: 0 !important;
}

.schema-right {
    float: right;
    width: 40%;
    margin: 13px 0 0 0;
}

.schema-right li {
    background: none !important;
    width: 100%;
    padding: 0 !important;
    float: left;
    margin: 0 0 6px 0;
}

.schema-right li a {
    color: #0360b7;
}

.schema-right li span.fa {
    color: #0DB4DE;
    margin: 3px 10px 0 0;
    float: left;
    width: 15px;
}

.schema-right li .fas {
    color: #245fc1;
    font-size: 17px;
    margin: 0 9px 0 5px;
}

.schema-right li .fas.fa-phone {
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
}


/*----------Treatment Page CSS-----------*/

.treatment-tabs {
    width: 100%;
    float: left;
    margin-bottom: 3%;
}

.treatment-tabs ul {
    font: 400 25px/30px 'Lato', sans-serif;
}

.treatment-tabs li {
    float: left;
    min-height: 102px;
    border: 1px solid #a2c4d6;
    background: #ddf3ff !important;
    width: 45%;
    margin: 0 4% 2% 0;
    padding: 0 0 0 0 !important;
    text-align: left;
}

.treatment-tabs li a {
    display: block;
    color: #0166b4;
    padding: 35px 5px 35px 6px;
}

.treatment-tabs li.double-line a {
    padding: 19px 5px 21px 6px;
}

.treatment-tabs li a:hover {
    text-decoration: none;
    color: #fff;
}

.treatment-tabs li:hover {
    background: #0069aa !important;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.treatment-tabs li img {
    float: left;
    margin: -29px 25px 0 0px;
}

.treatment-tabs li.double-line img {
    margin: -13px 25px 0 0px;
}


/*--------------Accordion------------*/

.accordion {
    margin: 20px 0 30px 0;
}

.accordion h2 {
    background: #0187ce url(../images/accordion-plus.png) no-repeat scroll 12px 10px;
    color: #fff !important;
    display: block;
    font: 600 17px/22px 'Lato', sans-serif !important;
    margin: 0px 0 2px 0;
    padding: 0 !important;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.accordion h2 a {
    color: #fff !important;
    display: block;
    padding: 6px 15px 8px 45px !important;
}

.accordion h2.current {
    background: #0187ce url(../images/accordion-minus.png) no-repeat scroll 12px 17px;
    margin: 0px 0 0px 0;
}

.accordion h2:hover {
    cursor: pointer;
}

.accordion h2 a {
    display: block;
    color: #fff;
}

.accordion .pane {
    padding: 3px 10px 0px 10px;
    border-right: 1px solid #0263b9;
    border-left: 1px solid #0263b9;
    border-bottom: 1px solid #0263b9;
    display: none;
}

.pane ul {
    margin: 0;
}

.accordion li a {
    display: block;
}


/*--------- Navigation CSS ------------ */

.navigation {
    font: 400 16px/20px 'Lato', sans-serif;
    color: #191919;
    padding: 42px 20px 10px 10px;
}

.navigation a {
    color: #191919;
}

.navigation a:hover {
    text-decoration: underline;
}


/* Text CSS */

.textMain {
    font: 400 15px/24px 'Lato', sans-serif;
    color: #2d2f2f;
    padding: 10px 30px 50px 10px;
}

.textMain a {
    color: #0b59c3;
}

.textMain a:hover {
    color: #0187ce;
    text-decoration: underline;
}

.textMain p {
    padding: 10px 0px;
}

.textMain ul {
    padding: 0px;
    margin: 10px 0px;
}

.textMain ol {
    padding: 0px 0px 0px 30px;
    margin: 10px 0px;
}

.textMain ul li {
    background: url(../images/bullet-tm.gif) no-repeat 15px 14px;
    padding: 5px 5px 5px 30px;
}

.textMain ol li {
    padding: 5px 5px 5px 5px;
    list-style: decimal;
}

.textMain ul ul,
.textMain ol ol {
    margin: 0px;
    padding: 5px 5px 10px 20px;
}

.textMain ul ul li {
    background: none;
    padding: 5px;
    list-style: circle;
}

.textMain ol ol li {
    padding: 5px;
    list-style-type: lower-alpha;
}

.textMain ul ul ul li {
    list-style: square;
}

.textMain ol ol ol li {
    list-style: lower-roman;
}

.textMain li p {
    margin: 5px;
}

.pagelet-posts li {
    background: none !important;
    border-bottom: 1px dashed #000;
}

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

.textMain h1 {
    font: 900 32px/36px 'Lato', sans-serif;
    color: #164469;
    padding: 10px 0px 20px 0px;
    text-transform: uppercase;
}

.textMain h1 span {
    font: normal 20px/36px Verdana, Arial, Helvetica, sans-serif;
    color: #606060;
}

.textMain h2,
.textMain h3,
.textMain h4,
.hTag2,
.hTag3,
.hTag4 {
    padding: 10px 0px;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 600 30px/34px 'Lato', sans-serif;
    color: #0069aa;
}

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

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 400 26px/30px 'Lato', sans-serif;
    color: #086df7;
}

.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #054ebc;
}

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: 400 20px/24px 'Lato', sans-serif;
    color: #005aa5;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #0000AC;
}

.textMainBold,
.textMain strong {
    font-weight: bold;
}

.textMain em {
    font-style: italic;
}

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


/*-------------Contact css------------*/

.contact-page {
    width: 100%;
    text-align: center;
}

.darren-logo-c {
    text-align: center;
}

.contact-page h1 {
    font: 700 44px/48px 'Lato', sans-serif;
    color: #0858a1;
    margin-bottom: 23px;
}

.contact-page h1 span {
    display: block;
    font: 500 21px/27px 'Lato', sans-serif;
    color: #343534;
    text-transform: none;
}

.contact-page .appointment-links {
    text-align: center;
    clear: both;
    margin: 36px 0 24px 0;
}

.contact-page .appointment-links li {
/*    background: #11456a !important;*/
    background: #0187d0 !important;
    display: inline-block;
    text-align: left;
    width: 27%;
    vertical-align: top;
    padding: 0px !important;
    font: 500 20px/24px 'Lato', sans-serif;
    color: #fff;
    margin: 0 2% 5px 0;
}

.contact-page .appointment-links li.contact-ph {
    width: 20% !important;
}

.appointment-links li.contact-ph {
    font-size: 25px !important;
}

.contact-page .appointment-links .fa-calendar-alt,
.contact-page .appointment-links .fa-phone-volume {
    color: #fff;
    font-size: x-large;
    margin: 17px 11px 0 12px;
    float: left;
}

.contact-page .appointment-links li a {
    padding: 18px 0 !important;
    display: block;
    text-decoration: none;
    color: #fff;
}

.contact-page .appointment-links li a:hover {
    text-decoration: none;
}

.contact-page .appointment-links li:hover {
  /*  background: #1a5282 !important;*/
    background: #9bdcff !important;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.contactpage-sec p.hTag4.center {
    text-align: center;
    margin: 21px 0;
}

.contact-intra {
    width: 100%;
    clear: both;
    min-height: 400px;
    border: 1px solid #ccc;
    position: relative;
}

.contactadd-r {
    position: absolute;
    right: 7%;
    top: 13%;
    min-height: 290px;
    background: rgba(0, 94, 145, 0.8);
    width: 30%;
}

.contact-intra .heading-c {
    margin: 0 0 0 0;
    color: #fff;
    background: #2c5e8b;
    padding: 5px 5px 5px 20px;
    font: 600 21px/21px 'Lato', sans-serif;
    text-align: left;
}

.contact-intra p {
    font: 500 17px/24px 'Lato', sans-serif;
    margin: 0 0 0 22px;
    color: #fff;
}

.contact-intra ul {
    margin: 10px 0 0 24px !important;
    font: 600 17px/24px 'Lato', sans-serif;
}

.contact-intra ul li {
    background: none !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 8px 0;
    color: #fff;
}

.contact-intra ul li .fas,
.contact-intra ul li .far {
    color: #fff;
    margin: 0 12px 0 0;
    width: 15px;
}

.contact-intra ul li a {
    color: #fff;
    text-decoration: none;
}

.contact-intra ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.eastriver {
    position: relative;
    width: 100%;
    height: 100%;
}

.eastriver::before {
    position: absolute;
    top: 49%;
    left: -20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 20px 12px 0;
    border-color: transparent rgba(4, 120, 192, 0.8) transparent transparent;
}

.contact-map {
    width: 100%;
    height: 400px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-frm {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.contact-frm .fa.fa-envelope {
    margin: 0 8px 0 0;
}


/*-----------------Multimedia CSS----------------*/

.multimedia-iframe iframe {
    border: none;
    height: 300px;
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 2px solid #0069aa;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-container.player {
    padding-bottom: 52.8%;
}


/* ----- Accessible ----- */

.dfw-off {
    background: #003263;
    position: fixed;
    z-index: 999;
    left: 15px;
    top: 50%;
    transform-origin: left;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -moz-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    border-radius: 0px 0px 10px 10px;
}

.dfw-off a {
    display: block;
    padding: 5px 10px 5px 45px;
    background: url(../images/accessible-icon.png) no-repeat 10px center;
}

.dfw-on,
.dfw-off {
    display: none;
}

.accessible_on #Access-Container {
    background: #003263;
}

#Accessibility {
    max-width: 1170px;
    min-width: 300px;
    padding: 2px 0px;
    font: 400 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0px auto;
}

#Accessibility a {
    color: #fff
}

.access-links {
    text-align: left;
    font: 500 14px/20px Verdana, Arial, Helvetica, sans-serif;
    padding: 0 2px
}

.access-settings {
    text-align: right
}

.fontsize {
    display: inline-block;
    width: 150px;
    vertical-align: top
}

.fontsize span {
    display: inline-block;
    vertical-align: bottom
}

.fontsize a {
    padding: 0 4px;
    display: block
}

#Accessibility .fontsize span.dfw-actSize a {
    color: #ffabab
}

.fontminus {
    font: 400 14px/20px Verdana, Arial, Helvetica, sans-serif;
}

.fontreset {
    font: 500 16px/20px Verdana, Arial, Helvetica, sans-serif;
}

.fontplus {
    font: 600 20px/20px Verdana, Arial, Helvetica, sans-serif;
}

.dfw-contrast {
    display: inline-block;
    width: 140px;
    vertical-align: top
}

.dfw-contrast a {
    padding: 0 3px;
    display: block
}

#Accessibility .dfw-contrast span {
    display: inline-block;
    vertical-align: top;
    font: 600 14px/16px Verdana, Arial, Helvetica, sans-serif
}

#Accessibility .dfw-contrastMode {
    background: #000;
    color: #fff
}

#Accessibility .dfw-contrastMode a {
    color: #fff;
    border: 2px solid #000
}

.dfw-colorMode {
    background: #fff;
    color: #000
}

#Accessibility .dfw-colorMode a {
    color: #000;
    border: 2px solid #fff;
}

#Accessibility .dfw-contrast a.dfw-active {
    border: 2px solid red
}

.dfw-skip {
    overflow: hidden;
    vertical-align: top;
    right: 5px;
    top: 0px;
    position: absolute;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    display: none;
    z-index: 99;
}

#skip-header.dfw-skip {
    top: 0px;
}

#skip-sidebar.dfw-skip {
    right: 0px;
}

.dfw-skip a {
    padding: 0px 5px;
}

.accessible_on .dfw-skip {
    display: block;
    background: #fff;
    border: 1px solid #000;
}

.accessible_on.dfw-blackmode .dfw-skip {
    background: #000;
    border: 1px solid #fff;
}

.table-div {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.accessible_on {
    background: #fff;
}

.accessible_on.dfw-blackmode {
    background: #000;
}

.accessible_on #Container {
    color: #000 !important;
}

.accessible_on #Container a,
.accessible_on #Container a:hover,
.accessible_on .slicknav_menu .slicknav_menutxt,
.accessible_on .slicknav_nav a {
    color: #00e !important;
}

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

.accessible_on.dfw-blackmode #Container a,
.accessible_on.dfw-blackmode #Container a:hover,
.accessible_on.dfw-blackmode .slicknav_menu .slicknav_menutxt,
.accessible_on.dfw-blackmode .slicknav_nav a {
    color: #fc0 !important;
}

.accessible_on .Intra-L,
.accessible_on .Intra-R {
    display: none;
}

.accessible_on .menu ul li,
.accessible_on .menu ul li:hover,
.accessible_on .Wrapper {
    background: #eee;
}

.accessible_on.dfw-blackmode .menu ul li,
.accessible_on.dfw-blackmode .menu ul li:hover,
.accessible_on.dfw-blackmode .Wrapper {
    background: #333;
}

.accessible_on .parentMenu li a:hover,
.accessible_on .parentMenu ul li a,
.accessible_on nav,
.accessible_on .menu li:hover,
.accessible_on #Dr-sec-bg,
.accessible_on .homepage #Credibility-bg,
.accessible_on #Credibility-bg,
.accessible_on #State-of-art-bg,
.accessible_on #Awards-bg .award1,
.accessible_on #Awards-bg .award2,
.accessible_on #Awards-bg .award3,
.accessible_on #Awards-bg .award4,
.accessible_on #Awards-bg .award5,
.accessible_on #Awards-bg .award6,
.accessible_on #Awards-bg,
.accessible_on .dr-more-btns li.profile-h,
.accessible_on .dr-more-btns li:hover,
.accessible_on .dr-more-btns li,
.accessible_on .dr-more-btns li.profile-h:hover,
.accessible_on .request-app-h a,
.accessible_on .request-app-h a:hover,
.accessible_on .submit-testimonials,
.accessible_on .view-testimonials:hover,
.accessible_on .view-testimonials,
.accessible_on .submit-testimonials:hover,
.accessible_on .post-more a:hover,
.accessible_on .awards-more a:hover,
.accessible_on #Post-bg .post1,
.accessible_on #Post-bg .post2,
.accessible_on #Post-bg .post3,
.accessible_on #Post-bg,
.accessible_on #In-the-news-bg,
.accessible_on .news-date,
.accessible_on footer,
.accessible_on .post-heading::before,
.accessible_on .contactadd-r,
.accessible_on .contact-intra .heading-c,
.accessible_on .view-profile-s a,
.accessible_on .view-profile-s a:hover,
.accessible_on .aside-state,
.accessible_on .aside-stories,
.accessible_on .aside-resources,
.accessible_on .aside-resources ul,
.accessible_on .aside-resources ul li:hover,
.accessible_on .aside-stories ul li:hover,
.accessible_on .location-s,
.accessible_on .testimonial-tab,
.accessible_on .share-story,
.accessible_on .know-more-c a,
.accessible_on .formHead,
.accessible_on .menu-mobile,
.accessible_on .par-menu li a:hover,
.accessible_on .know-more-c a:hover {
    background: none;
}

.accessible_on .contact-page .appointment-links li,
.accessible_on .contact-page .appointment-links li:hover,
.accessible_on .link-list li,
.accessible_on .link-list li:hover,
.accessible_on .textMain .morelink,
.accessible_on .treatment-tabs li,
.accessible_on .treatment-tabs li:hover {
    background: none !important;
}

.accessible_on .textMain,
.accessible_on .textMain h1,
.accessible_on .textMain h2,
.accessible_on .textMain h3,
.accessible_on .textMain h4,
.accessible_on .navigation,
.accessible_on .award-text p,
.accessible_on .testi-text,
.accessible_on .awards-heading,
.accessible_on .testimonial-head,
.accessible_on .dr-darren-text ul,
.accessible_on .dr-darren-text h1,
.accessible_on .dr-darren-text li span,
.accessible_on .dr-darren-text h1 span,
.accessible_on .testi-image,
.accessible_on .post-tabs p,
.accessible_on .post-heading,
.accessible_on .news-heading,
.accessible_on .news-caption,
.accessible_on .news-text,
.accessible_on .news-date,
.accessible_on .form-heading-h,
.accessible_on .copy-text,
.accessible_on .state-heading,
.accessible_on .foot-smo li .fab,
.accessible_on .contact-page h1 span,
.accessible_on .textMain h4,
.accessible_on .hTag4,
.accessible_on .textMain h2.hTag4,
.accessible_on .textMain h3.hTag4,
.accessible_on .contact-intra .heading-c,
.accessible_on .contact-intra p,
.accessible_on .contact-intra ul li,
.accessible_on .dr-heading-s,
.accessible_on .dr-text-s p,
.accessible_on .aside-state p,
.accessible_on .aside-resources .aside-heading,
.accessible_on .loc-cap-s,
.accessible_on .loc-add-s,
.accessible_on .location-s ul,
.accessible_on .dr-profile-page .dr-pro-name h1 span,
.accessible_on .text-address,
.accessible_on .loc-caption-dr,
.accessible_on .formHead,
.accessible_on .schema-right li .fas,
.accessible_on .textMain h1 span,
.accessible_on .PDFtext,
.accessible_on .hTag2,
.accessible_on .textMain h3.hTag2,
.accessible_on .textMain h4.hTag2,
.accessible_on .hTag3,
.accessible_on .textMain h2.hTag3,
.accessible_on .textMain h4.hTag3 {
    color: inherit !important;
}

.accessible_on footer,
.accessible_on #Credibility-bg {
    border-top: 1px solid #000;
}

.accessible_on.dfw-blackmode footer,
.accessible_on.dfw-blackmode #Credibility-bg {
    border-top: 1px solid #fff;
}

.accessible_on #In-the-news-bg,
.accessible_on #Header,
.accessible_on nav,
.accessible_on #Credibility-bg,
.accessible_on #Dr-sec-bg,
.accessible_on #State-of-art-bg,
.accessible_on #Testimonial-bg,
.accessible_on #Awards-bg,
.accessible_on #Post-bg,
.accessible_on #In-the-news-bg,
.accessible_on .aside-stories ul li,
.accessible_on .aside-resources ul li {
    border-bottom: 1px solid #000;
}

.accessible_on.dfw-blackmode #In-the-news-bg,
.accessible_on.dfw-blackmode #Header,
.accessible_on.dfw-blackmode nav,
.accessible_on.dfw-blackmode #Credibility-bg,
.accessible_on.dfw-blackmode #Dr-sec-bg,
.accessible_on.dfw-blackmode #State-of-art-bg,
.accessible_on.dfw-blackmode #Testimonial-bg,
.accessible_on.dfw-blackmode #Awards-bg,
.accessible_on.dfw-blackmode #Post-bg,
.accessible_on.dfw-blackmode #In-the-news-bg,
.accessible_on.dfw-blackmode .aside-stories ul li,
.accessible_on.dfw-blackmode .aside-resources ul li {
    border-bottom: 1px solid #fff;
}

.accessible_on .submit-testimonials,
.accessible_on .view-testimonials,
.accessible_on .dr-more-btns li,
.accessible_on .post-more,
.accessible_on .awards-more,
.accessible_on .news-more,
.accessible_on .contact-page .appointment-links li,
.accessible_on .know-more-c,
.accessible_on .link-list li,
.accessible_on .aside-dr,
.accessible_on .view-profile-s,
.accessible_on .aside-state,
.accessible_on .aside-stories,
.accessible_on .aside-resources,
.accessible_on .location-s,
.accessible_on .share-story,
.accessible_on .textMain .morelink,
.accessible_on .treatment-tabs li,
.accessible_on .tableborder,
.accessible_on .award-text span,
.accessible_on .news-tabs span,
.accessible_on .image-right,
.accessible_on .image-right-c {
    border: 1px solid #000;
}

.accessible_on.dfw-blackmode .submit-testimonials,
.accessible_on.dfw-blackmode .view-testimonials,
.accessible_on.dfw-blackmode .dr-more-btns li,
.accessible_on.dfw-blackmode .post-more,
.accessible_on.dfw-blackmode .awards-more,
.accessible_on.dfw-blackmode .news-more,
.accessible_on.dfw-blackmode .contact-page .appointment-links li,
.accessible_on.dfw-blackmode .know-more-c,
.accessible_on.dfw-blackmode .link-list li,
.accessible_on.dfw-blackmode .aside-dr,
.accessible_on.dfw-blackmode .view-profile-s,
.accessible_on.dfw-blackmode .aside-state,
.accessible_on.dfw-blackmode .aside-stories,
.accessible_on.dfw-blackmode .aside-resources,
.accessible_on.dfw-blackmode .location-s,
.accessible_on.dfw-blackmode .share-story,
.accessible_on.dfw-blackmode .textMain .morelink,
.accessible_on.dfw-blackmode .treatment-tabs li,
.accessible_on.dfw-blackmode .tableborder,
.accessible_on.dfw-blackmode .award-text span,
.accessible_on.dfw-blackmode .news-tabs span,
.accessible_on.dfw-blackmode .image-right,
.accessible_on.dfw-blackmode .image-right-c {
    border: 1px solid #fff;
}

.accessible_on .foot-smo li a,
.accessible_on .foot-smo li a:hover {
    border: none;
}

.accessible_on xyz {
    border-right: 1px solid #000;
}

.accessible_on.dfw-blackmode xyz {
    border-right: 1px solid #fff;
}

.accessible_on xyz {
    border-left: 1px solid #000;
}

.accessible_on.dfw-blackmode xyz {
    border-left: 1px solid #fff;
}

.accessible_on .accessImages li img,
.accessible_on .dr-more-btns li span,
.accessible_on .dr-more-btns li span,
.accessible_on.dfw-blackmode .dr-more-btns li span.vp {
    filter: invert(0%);
}

.accessible_on.dfw-blackmode .accessImages li img,
.accessible_on.dfw-blackmode .dr-more-btns li span,
.accessible_on.dfw-blackmode .dr-more-btns li span,
.accessible_on .dr-more-btns li span.vp {
    filter: invert(100%);
}

.accessible_on .award-text {
    position: relative;
}

.accessible_on #Awards-bg,
.accessible_on .news-section {
    height: auto;
}

.accessible_on #Credibility-main li a img {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.accessible_on #Awards-bg {
    text-align: center;
}

.accessible_on #Awards-bg h2 {
    display: block !important;
    position: relative;
    width: 100%;
    font: 400 35px/40px 'Lato', sans-serif;
    text-transform: uppercase;
    padding-bottom: 23px;
}

.accessible_on .award-text {
    width: 100%;
    left: inherit;
    right: inherit;
}

.accessible_on .awards-more,
.accessible_on .post-more {
    margin: 10px auto;
    width: 100px;
}

.accessible_on .award-text p {
    margin: 25px 0 15px 0;
}

.accessible_on .testi-image,
.accessible_on .testi-text {
    width: 100%;
    text-align: center;
}

.accessible_on .awards-more a {
    display: block;
}

.accessible_on #Post-bg li,
.accessible_on .post-text {
    position: relative;
}

.accessible_on .post-text,
.accessible_on .post-heading {
    width: 99%;
    text-align: center;
}

.accessible_on #Post-bg {
    height: auto;
}

.accessible_on .post-text {
    right: inherit;
    top: inherit;
}

.accessible_on .spine-logo img {
    background: #000;
    padding: 5px;
    border-radius: 5px;
}

.accessible_on .news-more {
    width: 160px;
}

.accessible_on #Foot-social li span.nodisplay {
    display: inline-block !important;
    font: 400 15px/20px 'Lato', sans-serif;
}

.accessible_on .fa-twitter::before,
.accessible_on .fa-facebook-f::before,
.accessible_on .fa-google-plus-g::before,
.accessible_on .fa-youtube::before,
.accessible_on .fa-instagram::before {
    content: none;
}

.accessible_on .foot-smo li a {
    width: 100px;
}

.accessible_on .contactadd-r {
    width: 85%;
    text-align: center;
}

.accessible_on .contact-intra .heading-c {
    text-align: center;
}

.accessible_on #Content,
.accessible_on #Sidebar {
    display: block;
    margin-left: 15px;
}

.accessible_on #Sidebar {
    position: relative;
}

.accessible_on .condition-nav,
.accessible_on .treatment-nav {
    width: 14%;
}

.accessible_on .contact-page .appointment-links li {
    width: 33%;
}

.accessible_on .patient-nav {
    width: 17%;
}

.accessible_on .awards-more,
.accessible_on .post-more,
.accessible_on .news-more {
    display: none !important;
}

.accessible_on .award-text span,
.accessible_on .post-text span,
.accessible_on .news-tabs span,
.accessible_on .post-text em.nodisplay {
    display: block !important;
}

.accessible_on .award-text span a,
.accessible_on .post-text span a,
.accessible_on .news-tabs span a {
    display: block;
    text-align: center;
    padding: 14px 0 13px 0;
}

.accessible_on .award-text span,
.accessible_on .post-text span,
.accessible_on .news-tabs span {
    width: 116px;
    margin: 15px auto;
    font: 400 15px/15px 'Lato', sans-serif;
}

.accessible_on .post-text em.nodisplay {
    width: 100%;
    font: 400 35px/40px 'Lato', sans-serif;
    text-transform: uppercase;
    padding-bottom: 23px;
}


/*--------Patient form Popup message------------*/

.request-msg {
    width: 48%;
    background: rgb(255, 255, 255);
    z-index: 999;
    padding: 20px 20px;
    color: #272727;
    margin: 0 auto;
    font: 600 20px/28px 'Lato', sans-serif;
    text-align: center;
    display: none;
    border-radius: 30px;
    position: absolute;
    left: 22%;
    top: 9%;
}

.request-bg {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0px;
    top: 0px;
    position: absolute;
    display: none;
}

.req-close {
    position: absolute;
    right: 14px;
    top: 5px;
    z-index: 99;
    border-radius: 50%;
    border: 2px solid #000;
    background: #fff;
    width: 20px;
    height: 20px;
    font: 500 14px/15px 'Lato', sans-serif;
}

.req-close a {
    color: #000;
    display: block;
    border-radius: 50%;
}

.req-close a:hover {
    text-decoration: none;
}

.msg-btn {
    font: 500 15px/20px 'Lato', sans-serif;
}

.msg-btn a {
    color: #272727;
}

.msg-btn a:hover {
    color: #272727;
    text-decoration: underline;
}

.msg-btn .far.fa-file-pdf {
    color: #c30536;
    margin: 0 7px 0 0;
    background: #fff;
    border-radius: 6px;
}


/*----------Other CSSS-----------*/

.mandatory {
    color: #b90000;
}

.reviews {
    height: auto;
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.reviews img {
    margin: 5px;
    padding: 0;
}

.link-list {
    margin-top: 30px;
}

.link-list li {
    background: #005e91 !important;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0 0px 0 0 !important;
    width: 47%;
}

.link-list a {
    color: #fff !important;
    display: block;
    padding: 9px 0 9px 13px;
    text-align: left;
    text-decoration: none;
}

.link-list li:hover {
    background: #0855ac !important;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.link-list li a:hover {
    text-decoration: none;
}

.PDFtext img {
    margin: 0 8px 0 0;
    float: left;
}

.know-more-c {
    float: right;
    width: 90px;
}

.know-more-c a {
    display: block;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background: #0166bb;
}

.know-more-c a:hover {
    color: #fff;
    text-decoration: none;
    background: #0187ce;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.patient-form {
    margin: 20px 0 0 0;
}

.patient-form>li {
    font-weight: 400;
    padding: 5px 5px 5px 2px !important;
    margin: 0 0% 1% 0;
    vertical-align: top;
    background: none !important;
}

.patient-form img {
    border: 1px solid #ccc;
    margin: 0 0 5px;
}

.patient-form li .far.fa-file-pdf {
    color: #c30536;
    margin: 0 7px 0 0;
}

.hr-c {
    background: url(../images/hr.gif) repeat-x left center;
    margin: 24px 0 0 0;
}

.image-right {
    float: right;
    width: 252px;
    border: 3px solid #0166b4;
    margin: 20px 0 10px 15px;
}

.testimonial-tab {
    width: 100%;
    clear: both;
    padding: 5px;
    background: #e3eef6;
    float: left;
    margin: 10px 0;
    min-height: 169px;
}

.testimonial-tab:last-child {
    margin: 2px 0 10px 0;
}

.testimonial-tab .testi-image {
    float: left;
    width: 10%;
    margin: 10px 1% 0 0;
    text-align: center;
}

.testimonial-tab .testi-text {
    float: left;
    font: 400 17px/26px 'Lato', sans-serif !important;
    color: #3d3d3d;
    text-align: left;
    width: 84%;
    padding: 0 1% 0 1%;
    margin-top: 26px;
}

.testi-text {
    float: left;
    font: italic 300 20px/30px 'Lato', sans-serif !important;
    color: #3d3d3d;
    text-align: left;
    width: 84%;
    padding: 0 1% 0 1%;
    margin-top: 26px;
}

.share-story {
    background: #0166b4;
    text-align: left;
    width: 313px;
    float: right;
    margin: -55px 0 5% 0;
}

.share-story a {
    color: #fff !important;
    font-weight: 600;
    padding: 10px 0 9px;
    display: block;
    font-size: 18px;
}

.share-story .far {
    color: #ffffff;
    float: left;
    font-size: 23px;
    margin: -1px 10px 0 13px;
}

.share-story a:hover {
    text-decoration: none;
}

.share-story.more-reviews,
.more-reviews.submit-testi {
    float: none;
    margin: 0 auto;
    clear: both;
}

.blog-posts li {
    background: none !important;
    padding: 5px 5px 5px 0px !important;
    border-bottom: 1px solid #ccc;
}

.blog-posts li p {
    padding: 4px 0px !important;
}

.share-story:hover {
    background: #0676cc;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.dr-profile-page .aside-dr {
    display: none;
}

.dr-profile-page #Sidebar {
    padding-top: 112px;
}

.dr-profile-page .textMain {
    padding: 45px 30px 50px 10px;
}

.dr-logo {
    width: 36%;
    margin-bottom: 20px;
}

.dr-profile-page .dr-pro-name h1 {
   /* font: 700 44px/48px 'Lato', sans-serif;*/
    font: 700 36px/41px 'Lato', sans-serif;
    color: #0858a1;
}

.dr-profile-page .dr-pro-name h1 span {
    display: block;
    font: 500 21px/27px 'Lato', sans-serif;
    color: #343534;
    text-transform: none;
}

.dr-profile-img {
    float: right;
    width: 275px;
    background: #0166b4;
    text-align: center;
    padding-top: 5px;
    margin: -7% 0 11px 23px;
}

.dr-name-p {
    font: 600 16px/19px 'Lato', sans-serif;
    padding: 16px 0 15px 0;
    color: #fff;
}

.downloadpdf a {
    color: #000;
}

.downloadpdf .fas.fa-download {
    color: #b80808;
    margin: 0 5px 0 0;
}

.hss-logo-right {
    float: right;
    margin: 14px 0 7px 9px;
}

.accordion.testimonial .pane {
    padding: 0px 0px 0px 0px;
}

.accordion.testimonial .testi-text {
    width: 100%;
    float: none;
    padding: 2% 1% 2% 1%;
    font: 400 16px/24px 'Lato', sans-serif !important;
    margin: 0 0 0 0;
}

.accordion.testimonial .rating-t {
    width: 100%;
    text-align: center;
    padding: 7px 0 0 0;
}

.accordion.testimonial .rating-t img {
    margin: -5px 0 0 0;
}

.accordion.testimonial .lb,
.accordion.testimonial .db {
    padding: 15px 0;
}

.accordion.testimonial .lb {
    background: #e9f4fc;
}

.accordion.testimonial .db {
    background: #cde7f9;
}

.accordion.testimonial .testi-caption {
    text-align: center;
    font: 600 20px/24px 'Lato', sans-serif;
}

.image-right-c {
    float: right;
    margin: 17px 0 5px 6px;
    width: 236px;
    border: 3px solid #0166b4;
}
.new-tech{
    text-align: center;
}
.new-tech li{
    display: inline-block;
    border: 3px solid #0166b4;
    background: none !important;
}
.skip-list {
    display: none;
}

#Accessibility-Container .skip-list.copyright {
    top: 32% !important;
}

#Content {
    padding: 0 0 2% 0;
}

nav .skip-list {
    top: -27px !important;
}

.online-form {
    background: #f4f8fa;
    border: 1px solid #dbeffb;
    padding: 20px 0;
}

.skip-list.socilamedia {
    top: 38% !important;
}

.usefullinkpage #Content {
    position: relative;
}

.ypo-usefullink {
    font-size: 14px !important;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*---------Useful links----------------*/

.useful-links-tab {
    width: 100%;
    margin-top: 40px;
}

.useful-links-tab li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    float: left;
    margin: 0 11px 20px 0;
    padding: 5px 5px !important;
    width: 48%;
    box-shadow: 0 0 3px;
    vertical-align: top;
    min-height: 170px;
}

.useful-links-tab .logo-sec a {
    display: block;
}

.useful-links-tab li .logo-sec {
    text-align: center;
    height: 79px;
}

.link-tab>.link-head {
    background: #0187ce;
    font: 600 17px/21px 'Lato', sans-serif;
    margin: 0 0 0 0;
    padding: 9px 0;
    color: #fff !important;
    text-align: center !important;
}

.link-tab p {
    text-align: center;
}

.dtable {
    display: table;
}

.dtablerow {
    display: table-row;
}

.dtablecell {
    display: table-cell;
    width: 50%;
}

.dtablecell h3 {
    text-decoration: underline;
}

#Corona-Container {
    background: #0187d0;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

#Corona-intra {
    text-align: center;
    font: 600 23px/29px 'Lato', sans-serif;
    color: #fff;
    padding: 0px 0 15px 0;
    letter-spacing: 0.6px;
    max-width: 1290px;
    position: relative;
    margin: auto
}

#Corona-intra ul {
    text-align: center;
}

#Corona-intra ul li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 15px 10px 0 10px;
}

#Corona-intra ul li a {
    display: block;
    font: 400 14px/20px 'Lato', sans-serif;
    color: #3a3a3a;
    padding: 7px 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #EEEEEE;
    border-radius: 15px;
}


.news-caption a{
    color: inherit !important;
}

/* Media Query For Different Screens */

@media screen and (max-width: 1144px) {
    .header-right {
        width: 47%;
    }
    header.Header-sticky .top-appoint-sec {
        margin-right: 11px;
    }
    .darren-logo {
        width: 58%;
    }
    .top-appoint-sec {
        width: 290px;
        margin-right: 7px;
    }
    .dr-darren-text {
        width: 55%;
        padding: 0 0 0 2px;
    }
    .dr-more-btns {
        width: 88%;
        margin-top: 66px;
    }
    .state-L {
        margin: 0 0 0 3px;
    }
    .state-R {
        width: 29%;
    }
    .testimonial-sec {
        height: 156px;
    }
    .accessible_on .testimonial-sec {
        height: inherit;
    }
    .treatment-tabs li {
        font: 400 22px/30px 'Lato', sans-serif !important;
    }
    .top-appoint-sec ul {
        font: 400 17px/24px 'Lato', sans-serif;
    }
    .top-appoint-sec li .tel1 {
        font: 700 22px/32px 'Lato', sans-serif;
    }
    #Accessibility {
        margin-left: 1% !important;
    }
    .dr-logo {
        width: 43%;
    }
    header.Header-sticky .header-right {
        width: 50%;
    }
    header.Header-sticky .top-appoint-sec li {
        width: 242px;
    }
    header.Header-sticky .top-appoint-sec li .app-icon {
        margin: 0 7px 0 8px;
    }
    header.Header-sticky .top-appoint-sec li .tel1 {
        font: 700 17px/32px 'Lato', sans-serif;
    }
    header.Header-sticky .top-appoint-sec li .theme-R {
        display: none;
    }
    #Accessibility-Container .online-form {
        width: auto;
    }
    .contact-page .appointment-links li {
        width: 35%;
    }
    .contact-page .appointment-links li.contact-ph {
        width: 30% !important;
    }
}

@media screen and (max-width: 979px) {
    .darren-logo {
        width: 61%;
    }
    header.Header-sticky .darren-logo {
        width: 65%;
    }
    header.Header-sticky .darren-logo .header-dr {
        font: 600 31px/37px 'Lato', sans-serif !important;
    }
    .header-dr {
        font: 600 32px/42px 'Lato', sans-serif !important;
    }
    .hss-rank {
        width: 71%;
    }
    .hss-logo {
        width: 64%;
        margin: 0 7px 0 12px;
    }
    header.Header-sticky .hss-rank {
        width: 75%;
        padding: 10px 0 0 0;
    }
    .accessible_on #State-main {
        background: none;
    }
    header.Header-sticky .hss-logo {
        width: 67%;
    }
    .header-right {
        width: 53%;
    }
    header.Header-sticky .top-appoint-sec {
        width: 236px;
    }
    header.Header-sticky .top-appoint-sec {
        margin-top: 7px;
    }
    .header-right p.street-add {
        font: 400 15px/21px 'Lato', sans-serif !important;
    }
    .location-title {
        font: 700 16px/21px 'Lato', sans-serif;
    }
    .menu li {
        font: 400 13px/50px 'Lato', sans-serif;
    }
    .dr-darren-img {
        width: 52%;
    }
    .dr-darren-text {
        width: 56%;
    }
    .dr-darren-text h1 {
        font: 700 33px/44px 'Lato', sans-serif;
    }
    .dr-darren-text h1 span {
        font: 300 32px/46px 'Lato', sans-serif;
    }
    .dr-darren-img {
        border: none;
    }
    .dr-more-btns {
        width: 100%;
    }
    .dr-more-btns li a {
        padding: 18px 11px 15px 14px;
    }
    .state-L {
        width: 38%;
    }
    .state-R {
        width: 37%;
    }
    .testimonial-sec {
        width: 99%;
    }
    .Posts_nav.prev {
        left: 86% !important;
    }
    .Posts_auto {
        left: 89% !important;
    }
    .award-text {
        width: 47%;
        left: 1%;
    }
    .post-text {
        top: 11%;
    }
    .Awards_nav,
    .Awards_auto {
        bottom: 6px !important;
    }
    .Awards_nav.prev {
        left: 9px !important;
    }
    .Awards_auto {
        left: 39px !important;
    }
    .Awards_nav.next {
        left: 69px !important;
    }
    .news-section {
        width: 99%;
    }
    .news-text {
        width: 94%;
    }
    #Resource-main ul li {
        width: 17%;
        margin: 0 1%;
    }
    .treatment-tabs li {
        width: 100%;
        margin: 0 0% 2% 0;
    }
    .top-appoint-sec ul {
        font: 400 15px/24px 'Lato', sans-serif;
    }
    .top-appoint-sec li .tel1 {
        font: 700 17px/32px 'Lato', sans-serif;
    }
    .top-appoint-sec li .app-icon {
        margin: 0 11px 0 10px;
    }
    .testi-text {
        width: 78%;
    }
    .testi-image {
        margin: 39px 2% 0 0;
    }
    .view-testi-btns {
        margin-top: 61px;
    }
    .testimonial-intra {
        padding: 85px 0 52px 0;
    }
    .form-heading-h {
        font: 400 41px/50px 'Lato', sans-serif;
    }
    .contact-page .appointment-links li {
        width: 46%;
    }
    .contactadd-r {
        right: 1%;
        width: 37%;
    }
    .dr-logo {
        width: 67%;
    }
    .dr-profile-img {
        margin: 16px 0 11px 23px;
        width: 50%;
    }
    .dr-profile-img img {
        border-right: 5px solid #0166b4;
        border-left: 5px solid #0166b4;
    }
    header.Header-sticky .header-right {
        width: 52%;
    }
    header.Header-sticky .header-right p.street-add {
        font: 400 14px/19px 'Lato', sans-serif !important;
    }
    header.Header-sticky .header-right {
        margin: 8px 0 0 0;
    }
    header.Header-sticky .header-right p.street-add {
        padding: 8px 0 8px 0;
    }
    header.Header-sticky .top-appoint-sec li a {
        padding: 5px 0 5px 0;
    }
    header.Header-sticky .top-appoint-sec li.calltoday {
        padding: 5px 0 6px 0;
    }
    #Banner-Container-S .banner-content,
    #Banner-Container .banner-content {
        width: 100%;
    }
    #Banner-Container-S .banner-content {
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    #Access-Container .access-links {
        display: block !important;
    }
    .contact-intra .heading-c {
        font: 600 17px/21px 'Lato', sans-serif;
    }
}

@media screen and (max-width: 768px) {
    .table-div,
    .darren-logo,
    .hss-logo,
    .header-right,
    #Content,
    #Sidebar,
    .hss-rank {
        display: inherit;
    }
    .hss-rank {
        float: none;
        width: 128px;
        padding: 10px 0 0 0;
        margin: 20px auto 0px;
        ;
    }
    header.Header-sticky .hss-rank {
        width: 15%;
        padding: 10px 0 0 0;
    }
    .dfw-off {
        transform: none;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        line-height: 20px;
        position: absolute;
    }
    #Sidebar {
        margin: 0 auto;
    }
    .darren-logo {
        float: none;
        padding: 10px 0 0 0;
        width: auto;
        text-align: center;
    }
    .header-dr span {
        font: 400 25px/29px 'Lato', sans-serif;
        margin-top: 0px;
    }
    .hss-logo {
        width: 14%;
        float: none;
        text-align: center;
        padding: 14px 0 9px 0;
        margin: 0 auto;
    }
    .header-right {
        width: 100%;
        float: none;
        margin-top: 7px;
        margin-bottom: 12px;
    }
    .location-title {
        float: none;
        width: 313px;
        margin: 0 auto;
    }
    .header-right p.street-add {
        text-align: center;
    }
    .dr-darren-text {
        width: 57%;
    }
    #Awards-bg,
    #Post-bg {
        height: 721px;
        background: #9cdcff;
    }
    #Awards-bg #Slider3 li {
        background-position: 80% top !important;
    }
    .award-text,
    .post-text {
        width: 100%;
        margin: 54% 0 0 0;
        position: static;
        background: #9cdcff;
        padding: 21px 2px 10px 2px;
        text-align: center;
        min-height: 300px;
    }
    .accessible_on .award-text,
    .post-text {
        background: none;
    }
    .accessible_on .award-text,
    .accessible_on .post-text {
        margin: 1% 0 0 0;
        min-height: 100px;
        padding: 1px 2px 10px 2px;
    }
    .awards-heading {
        margin: 0 auto;
    }
    .awards-more,
    .post-more {
        margin: 0 auto;
    }
    .Awards-Tabs {
        right: 100%;
        bottom: 1%;
        width: 102px;
    }
    #Post-bg #Slider4 li {
        background-position: 23% top !important;
        background-size: 287%;
    }
    .post-more {
        margin-top: 25px;
    }
    .post-heading {
        width: 251px;
        text-align: left;
        margin: 0 auto;
    }
    header.Header-sticky .darren-logo {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0px 0px 0px;
    }
    header.Header-sticky .hss-logo {
        margin: 0 auto;
        width: 99px;
        margin-bottom: 5px;
    }
    header.Header-sticky .header-right {
        margin: 5px 0 8px 0;
    }
    .award-text p {
        margin: 25px 0 31px 0;
    }
    .dr-profile-page #Sidebar,
    #Sidebar {
        padding-top: 30px;
        clear: both;
    }
    .top-appoint-sec {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }
    .top-appoint-sec li {
        width: 100%;
    }
    .top-appoint-sec li.calltoday {
        padding: 0px 0 0 0;
    }
    .top-appoint-sec li a {
        padding: 4px 0 4px 0;
    }
    .contact-page .appointment-links li {
        width: 59%;
        display: inherit;
        margin: 0 auto;
        margin-bottom: 3px;
    }
    .dr-profile-img {
        width: 45%;
    }
    .textMain {
        padding: 45px 10px 50px 10px;
    }
    .dr-profile-page .textMain {
        padding: 45px 10px 50px 10px;
    }
    header.Header-sticky .header-right {
        width: 100%;
    }
    header.Header-sticky .top-appoint-sec {
        width: 240px;
        margin: 0 auto;
        float: none;
        margin-top: 10px;
    }
    .accessible_on .dfw-skip {
        display: none;
    }
    #Accessibility-Container .skip-list {
        font: 400 15px/25px 'Roboto', sans-serif;
    }
    #Accessibility-Container .menu-mobile,
    #Accessibility-Container .Wrapper,
    #Accessibility-Container .par-menu li li a {
        background: #000;
    }
    #Accessibility-Container .par-menu li a:hover {
        background: none;
        color: #FC0;
    }
    #Accessibility-Container .par-menu li a.menu-parent:hover {
        background: url(../images/menu-li-ab.png) no-repeat 97% center;
    }
    .dr-profile-page .dr-pro-name h1 {
        font: 700 38px/48px 'Lato', sans-serif;
    }
}

@media screen and (max-width: 640px) {
    /* Menu CSS */
    #Main-Menu {
        display: none;
    }
    #Mobile-Menu {
        display: block;
    }
    header.sticky-active {
        position: static;
    }
    .dr-darren-img {
        position: static;
        margin: 0 auto;
        padding: 34px 0px 0 0px;
    }
    .dr-darren-text {
        width: 100%;
        text-align: center;
        position: static;
        padding: 15px 0 0 0px;
    }
    .dr-darren-text h1 {
        margin: 5px 0 14px 0;
    }
    .dr-darren-text ul {
        padding: 0 0 0 3px;
    }
    .accessible_on .par-menu li li a {
        background: #eee;
    }
    .accessible_on.dfw-blackmode .par-menu li li a {
        background: #333;
    }
    .menu-mobile span {}
    .accessible_on .menu-mobile span {
        filter: invert(100%);
    }
    .accessible_on.dfw-blackmode .menu-mobile span {
        filter: invert(0%);
    }
    .dr-darren-text li {
        text-align: left;
    }
    .dr-more-btns {
        margin-top: 35px;
    }
    .state-heading {
        width: auto;
        font: 300 40px/50px 'Lato', sans-serif;
    }
    .state-heading span {
        font: 300 24px/30px 'Lato', sans-serif;
    }
    .state-R {
        width: 45%;
    }
    .state-L {
        width: 48%;
    }
    .testi-image {
        width: 17%;
        margin: 26px 0% 0 0;
    }
    .testi-text {
        font: italic 300 16px/27px 'Lato', sans-serif !important;
        width: 79%;
    }
    .Testi-Tabs {
        right: 3px;
        top: 20%;
    }
    .foot-quick-links {
        font: 400 15px/28px 'Lato', sans-serif;
    }
    .form-heading-h {
        font: 400 36px/50px 'Lato', sans-serif;
    }
    .form-heading-h span {
        font: 300 36px/44px 'Lato', sans-serif;
    }
    .state-heading {
        font: 300 32px/43px 'Lato', sans-serif;
    }
    #Credibility-main ul li {
        width: 27%;
        margin: 0 5% 8% 0;
    }
    #Credibility-main ul li.csrs-logo {
        width: 32% !important;
        margin: 0 9% 8% 0;
    }
    #Credibility-main ul li.srs-logo {
        width: 16% !important;
        margin: 0 5% 8% 0 !important;
    }
    #Credibility-main {
        padding: 49px 0 9px 0;
    }
    .Posts_auto {
        left: 88% !important;
    }
    .Posts_nav.prev {
        left: 84% !important;
    }
    header.Header-sticky .darren-logo {
        width: 100%;
    }
    header.Header-sticky .hss-logo {
        width: 13%;
    }
    #Awards-bg {
        height: 646px;
    }
    #Post-bg {
        height: 654px;
    }
    #Awards-bg #Slider3 li {
        background-position: 74% top !important;
        background-size: 309%;
    }
    .schema-left {
        width: 49%;
    }
    .top-appoint-sec .theme-R {
        background: none;
    }
    .top-appoint-sec {
        position: static;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .top-appoint-sec li.request-app:hover .theme-R {
        background: none;
    }
    #Accessibility {
        max-width: 100% !important;
    }
    .contact-map {
        height: 470px;
    }
    .contact-intra .heading-c {
        font: 600 17px/16px 'Lato', sans-serif !important;
    }
    Accessibility-Container .contact-intra p {
        margin: 0 0 0 0px;
    }
    Accessibility-Container .contact-intra ul {
        margin: 0 0 0 0px !important;
    }
    .contactadd-r {
        right: 23%;
        width: 51%;
        top: 52%;
        min-height: 211px;
    }
    .eastriver::before {
        top: -18px;
        left: 41%;
        border-width: 12px 12px 12px 0;
        transform: rotate(90deg);
    }
    .contact-intra ul {
        margin: 8px 0 0 24px !important;
        font: 600 15px/21px 'Lato', sans-serif !important;
    }
    .contact-intra ul li {
        margin: 0 0 4px 0;
    }
    .contact-intra p {
        font: 500 16px/23px 'Lato', sans-serif !important;
    }
    .share-story {
        float: none;
        margin: 0 auto;
    }
    .testimonial-tab {
        min-height: 189px;
    }
    .testi-text {
        width: 77%;
    }
    #Accessibility-Container .skip-list {
        right: 11px;
        top: 3px;
    }
    .contact-page .appointment-links li.contact-ph {
        width: 40% !important;
    }
    .contact-page h1 {
        font: 700 37px/45px 'Lato', sans-serif;
    }
    .spine-logo {
        text-align: center;
        float: none;
        width: inherit;
        margin: 0px 0px 20px 0px;
    }
    .copyrights {
        text-align: center;
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #Banner-Container,
    #Banner-Container-S {
        display: none;
    }
    .hss-logo {
        width: 28%;
    }
    .testimonial-intra {
        padding: 36px 0 87px 0;
    }
    .top-appoint-sec {
        width: 252px;
    }
    .testimonial-head {
        font: 700 25px/30px 'Lato', sans-serif;
    }
    .testimonial-sec {
        height: 318px;
    }
    .accessible_on .testimonial-sec {
        height: inherit;
    }
    .testi-image {
        width: 29%;
        float: none;
        margin: 0 auto;
    }
    .testi-text {
        font: italic 300 15px/25px 'Lato', sans-serif !important;
        width: 99%;
        float: none;
    }
    .view-testi-btns {
        width: 66%;
    }
    .view-testi-btns li {
        width: 73%;
        margin-bottom: 3px;
    }
    .Testimonial_nav,
    .Testimonial_auto {
        bottom: -125px !important;
    }
    #Resource-main {
        padding: 46px 0 20px 0;
    }
    #Resource-main ul li {
        width: 29%;
        margin: 0 1% 8% 1%;
    }
    .resource-heading {
        font: 300 39px/44px 'Lato', sans-serif;
    }
    .news-intra {
        padding: 43px 0 4px 0;
    }
    .news-caption {
        font: 700 23px/28px 'Lato', sans-serif !important;
    }
    .news-text {
        font: italic 300 19px/27px 'Lato', sans-serif !important;
    }
    .News_nav,
    .News_auto {
        bottom: -134px !important;
    }
    .state-L,
    .state-R {
        width: 70%;
        margin: 0 auto;
        float: none;
    }
    .state-L {
        padding-top: 9%;
    }
    #Awards-bg {
        height: 550px;
    }
    .Posts_auto {
        left: 87% !important;
    }
    .Posts_nav.prev {
        left: 81% !important;
    }
    .dr-specification {
        font: 400 15px/19px 'Lato', sans-serif;
    }
    .dr-darren-text h1 {
        font: 700 24px/36px 'Lato', sans-serif;
    }
    .dr-darren-text h1 span {
        font: 300 26px/36px 'Lato', sans-serif;
    }
    .state-intra {
        padding: 42px 0 43px 0;
    }
    .state-heading {
        font: 300 29px/43px 'Lato', sans-serif;
    }
    .state-heading span {
        font: 300 21px/30px 'Lato', sans-serif;
    }
    .state-L {
        padding-top: 17%;
    }
    .state-L,
    .state-R {
        width: 70%;
    }
    .Testimonial_nav,
    .Testimonial_auto {
        bottom: -213px !important;
    }
    .Testimonial_nav.prev {
        left: 35%;
    }
    .Testimonial_nav.next {
        left: 55%;
    }
    .Testimonial_auto {
        left: 45%;
    }
    .Testi-Tabs {
        top: 3%;
    }
    .map-loc-img {
        float: none;
        margin: 0 auto;
        margin-top: 4px;
    }
    .ad-head {
        text-align: center;
    }
    header.Header-sticky .hss-logo {
        width: 15%;
    }
    #Awards-bg #Slider3 li {
        background-position: 74% top !important;
        background-size: 309%;
    }
    .Awards-Tabs {
        right: 40%;
    }
    header.sticky-active {
        position: static;
        transition: none;
    }
    .schema-right,
    .schema-left {
        width: 100%;
    }
    .contact-page .appointment-links li {
        width: 100%;
    }
    .contact-page .appointment-links li.contact-ph {
        width: 100% !important;
    }
    .contact-page .appointment-links li {
        font: 500 18px/24px 'Lato', sans-serif !important;
    }
    .contact-intra p {
        margin: 3px 0 10px 0px !important;
        padding: 3px 0 10px 12px !important;
    }
    .contact-intra ul {
        margin: 0 0 0 12px !important;
    }
    .contactadd-r {
        width: 63%;
    }
    .dr-profile-img {
        float: none;
        margin: 0 auto;
    }
    .dr-logo {
        float: none;
        margin: 0 auto;
        margin-bottom: 5%;
    }
    .testimonial-tab {
        min-height: 214px;
    }
    .image-right {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .testimonial-tab .testi-image {
        float: none;
        width: 125px;
        margin: 0 auto;
        margin-top: 3%;
    }
    .testimonial-tab .testi-text {
        width: 100%;
    }
    .contact-page h1 {
        font: 700 31px/48px 'Lato', sans-serif;
    }
    .contact-page h1 span {
        font: 500 16px/27px 'Lato', sans-serif;
    }
    .dtablecell {
        display: inherit;
    }
}

@media screen and (max-width: 360px) {
    .header-dr,
    header.Header-sticky .darren-logo .header-dr {
        font: 600 25px/34px 'Lato', sans-serif !important;
    }
    .header-dr span {
        font: 400 22px/29px 'Lato', sans-serif;
    }
    header.Header-sticky .darren-logo .header-dr span {
        font: 400 22px/30px 'Lato', sans-serif;
    }
    .request-app-h {
        font: 400 17px/27px 'Lato', sans-serif !important;
    }
    header.Header-sticky .darren-logo .request-app-h {
        font: 400 17px/24px 'Lato', sans-serif !important;
    }
    .testimonial-head {
        font: 700 18px/27px 'Lato', sans-serif;
    }
    .view-testi-btns {
        width: 89%;
    }
    .state-L,
    .state-R {
        width: 91%;
    }
    .foot-smo {
        width: auto;
    }
    .foot-smo li {
        margin: 0px 1px 0 0;
    }
    .foot-smo li a {
        width: 46px;
        height: 46px;
    }
    .form-heading-h {
        font: 400 30px/42px 'Lato', sans-serif;
    }
    .form-heading-h span {
        font: 300 32px/44px 'Lato', sans-serif;
    }
    .ad-head {
        font: 900 18px/23px 'Lato', sans-serif;
    }
    .gm-style-iw p.loc-name {
        font: 400 19px/26px 'Lato', sans-serif;
    }
    .gm-style-iw .map-loc-add {
        width: 76%;
    }
    .gm-style-iw ul {
        width: 74%;
        margin: 1px 0 9px 17px;
    }
    .news-caption {
        font: 700 21px/27px 'Lato', sans-serif !important;
    }
    .News_nav,
    .News_auto {
        bottom: -161px !important;
    }
    .resource-heading {
        font: 300 32px/42px 'Lato', sans-serif;
    }
    .Posts_nav.prev {
        left: 37% !important;
    }
    .Posts_nav.next {
        left: 53% !important;
    }
    .Posts_auto {
        left: 45% !important;
    }
    #Post-bg {
        height: 610px;
    }
    #Awards-bg {
        height: 514px;
    }
    .Awards-Tabs {
        right: 36%;
    }
    .awards-heading {
        width: 303px;
        font: 400 29px/35px 'Lato', sans-serif;
    }
    .darren-logo {
        width: 90%;
        margin: 0 auto;
    }
    .hss-logo {
        width: 28%;
        margin: 0 auto;
    }
    .header-right {
        margin-top: 11px;
    }
    #Resource-main ul li {
        width: 63%;
    }
    header.Header-sticky .darren-logo {
        width: 100%;
    }
    header.Header-sticky .hss-logo {
        width: 29%;
        padding: 15px 0px 0px 0px;
    }
    header.Header-sticky .darren-logo .header-dr {
        font: 600 24px/37px 'Lato', sans-serif !important;
    }
    header.Header-sticky .header-right {
        width: 96%;
        margin: 0 auto;
        margin-top: 11px;
        margin-bottom: 8px;
    }
    .treatment-tabs li {
        font: 400 20px/24px 'Lato', sans-serif !important;
    }
    .treatment-tabs li.double-line a {
        padding: 11px 5px 15px 6px;
    }
    .treatment-tabs li.double-line img {
        margin: -5px 25px 0 0px;
    }
    .contactadd-r {
        width: 100%;
        right: 0%;
    }
    .dr-logo {
        width: 84%;
    }
    .dr-profile-img {
        width: 75%;
    }
    .testimonial-tab {
        min-height: 307px;
    }
    .share-story {
        width: 300px;
    }
    .share-story .far {
        margin: 0px 7px 0 8px;
    }
    .dr-profile-page .dr-pro-name h1 {
        font: 700 30px/43px 'Lato', sans-serif;
    }
    .dr-profile-page .dr-pro-name h1 span {
        font: 600 15px/23px 'Lato', sans-serif;
    }
    .skip-list.socilamedia {
        top: 30% !important;
    }
}