/* ---------- Theme CSS ---------- */
#Map-Container,
#Navigation-Container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Accessibility,
#Header,
#Banner,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Services,
#Credibility,
#Navigation,
#Map,
#Locations,
#Resources,
#Ects,
#Reviews,
#Media,
#Doctor,
#Services {
    max-width: 1180px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

/* Default Custom CSS */
.img-l {
    margin: 0px 15px 10px 0px;
}

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

.img-c {
    margin: 10px;
}

/* Selection CSS */
#Container ::selection {
    background: #CCC;
    color: #000;
}

/* ADA Icon CSS */
.adaOn span {
    background: #003263;
    color: #fff;
    border-radius: 50%;
}

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

/* Header CSS */
.home header {
    position: absolute;
    z-index: 9;
    background: none;
}

header {
    background: #050505;
}

#Header {
    min-height: 110px;
}

.logo {
    min-width: 450px;
    padding: 30px 5px 10px 5px;
    width: 45%;
}

.appoint {
    font-size: 0px;    
    width: 62%;
}

.call-appoint,
.book-appoint {
    display: inline-block;
    vertical-align: top;
}

.wakemed-logo{
    display: inline-block;
    vertical-align: top;
    width: 300px; 
    padding: 30px 2px 0px 2px;
}

.call-appoint {
    /*width: calc(100% - 165px);*/
    width:290px;
    padding: 4px 0px 0px 0px;
    float: right;
}

.call-appoint ul {
    font-size: 0px;
}

.call-appoint li {
    display: inline-block;
    vertical-align: top;
    margin: 5px auto;
    width: 97%;
    font: 400 18px/24px 'Poppins', sans-serif;
    color: #d2d3ca;
    float: left;
}
.call-appoint li:hover{
    color: #fff;
}
.call-appoint li span {
    font: 700 18px/24px 'Poppins', sans-serif;
}

.call-appoint li a {
    padding: 2px 0px;
    display: block;
    padding-left: 32px;
    margin-top: -32px;
}

.book-appoint {
    width: 265px;
    padding: 4px 0px 4px 0px;
    text-align: left;
}

.book-appoint li {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    background: #005595;
    border-radius: 5px;
    font: 400 14px/20px 'Poppins', sans-serif;
    text-align: left;
    position: relative;
    color: #fff;
    margin: 2px;
}
.book-appoint li:hover{
    color: #e9f3fa;
}
.book-appoint li::before {
    content: '';
    position: absolute;
    z-index: 9;
    width: 30px;
    height: 30px;
    background: url(/images/book-appoint-img.png) no-repeat center 7px #005595;
    border-radius: 100%;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.book-appoint .font-icon {
	float: left;
	top: 9px;
	position: relative;
    z-index: 2;
	left:-2px;
}
.book-appoint li:last-child:before {
    background-image:none !important;
    background: #005595;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.book-appoint li span {
    /*display: block;*/
    font: 700 16px/20px 'Poppins', sans-serif;
}

.book-appoint li a {
    display: block;
    padding: 40px 10px 10px 25px;
}

/* Menu CSS */
.menu {
    text-align: center;
    background: #005595;
    border-bottom: 6px solid #0072c8;
    border-radius: 10px;
}

.menu li,
.accessible_on .menu li {
    font: normal 16px/20px 'Poppins', sans-serif;
    height: 50px;
      -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.menu li:hover{
    background: #5a7c96;
}
.menu li a {
    padding: 15px 0px;
    color: #fff;
}

.menu ul li {
    font: normal 14px/20px 'Poppins', sans-serif;
    
}

.menu ul li a {
    padding: 10px 15px 10px 30px;
    color: #000;
    background: #fff;
      -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

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

.menu li.menu-home {
    width: 50px;
}

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

.menu-about {
    width: 16%;
}

.menu-about ul {
    width: 250px;
}

.menu-services {
    width: 14%;
}

.menu-services ul {
    width: 250px;
}

.menu-patient {
    width: 20%;
}

.menu-patient ul {
    width: 300px;
}

.menu-reviews {
    width: 19%;
}
.menu-faq {
    width: 10%;
}
.menu-contact {
    width: 15%;
}

.menu-contact ul {
    width: 250px;
}

/* Mobile Menu CSS */
.toggleMenu {
    font: bold 16px/30px 'Poppins', sans-serif;
}

.toggleMenu a {
    border-radius: 5px;
    border: 2px solid #ccc;
}

.Wrapper {
    font: 500 16px/20px 'Poppins', sans-serif;
    background: #002a48;
}

.parentMenu li {
    text-align: left;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.parentMenu li a,
.dropMenu::after {
    color: #fff;
}

.parentMenu {
    padding-top: 33px;
}

.parentMenu li:hover,
.parentMenu li li:hover {
    background: #044f85;
}

.parentMenu li li {
    background: #055fa0;
}

/* Home Banner CSS */
#Banner-Container #Banner {
    height: 774px;
}

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

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

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

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

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

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

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

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

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

/* Banner Content CSS */
.banner-content {
    position: absolute;
    font: normal 16px/20px 'Poppins', sans-serif;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
    width: 50%;
}

.banner-head {
    font: 400 40px/50px 'Cinzel', serif;
    color: #fff;
    padding-bottom: 20px;
}

.banner-more {
    font: 400 14px/24px 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: top;
    background: #005595;
    color: #fff;
    border-radius: 5px;
}

.banner-more a {
    padding: 10px 15px;
    display: block;
}

/* Banner Tabs CSS */
.Banner-Tabs {
    bottom: 200px;
    right: 5px;
}

.Banner-Tabs li {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.Banner-Tabs li.Banner_here {
    border-color:#005595;
}

.Banner-Tabs li a:hover span, .Banner-Tabs li.Banner_here a span {
	display: none;
}
/* Banner Navigation CSS */
.Banner_nav.slidePrev {
    left: 5px;
}

.Banner_nav.slideNext {
    left: 55px;
}

.Banner_nav.slidePrev span {
    left: 0px;
}

.Banner_nav.slideNext span {
    right: 0px;
}

/* Subpage Banner CSS */
#Banner-Container-S {
    background: #050505;
}

#Banner-Container-S #Banner {
    text-align: center;
    padding: 50px 5px;
    color: #fff;
}

#Banner h1 {
    font: 400 36px/40px 'Cinzel', serif;
}

#Map {
    min-height: 364px;
    background: url(/images/location-bg.jpg) no-repeat left top;
}

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

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

#Locations {
	min-height: 308px;
	background: url(/images/footer-bg.jpg) repeat left top;
}

#Locations .theme-L {
    background: url(/images/footer-bg.jpg) repeat left top;
}

#Locations .theme-R {
    background: url(/images/footer-bg.jpg) repeat left top;
}

.locHead {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 0px;
    background: url(/images/footer-bg.jpg) repeat left top;
    transform: translate(-50%, -100%);
    font: 400 40px/50px 'Cinzel', serif;
    width: 610px;
    text-align: center;
}

.locHead a {
    padding: 20px 50px;
    display: block;
    color: #fff;
}

.locBook {
    text-align: center;
}

.locBook a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    background: #051d2f;
    border-bottom: 3px solid #000;
    color: #fff;
    font: 400 24px/30px 'Cinzel', serif;
    border-radius: 5px;
}
.locBook span {
	display: inline-block;
	background: #fff url(/images/book-appoint-img.png) no-repeat 5px -45px;
	width: 25px;
	height: 25px;
	margin-right: 12px;
	border-radius: 50%;
	vertical-align: top;
}
.locList {
	padding: 45px 0 40px 0;
}
.locSub{
    font: 400 22px/26px 'Cinzel', serif;
    color: #fff;
    text-decoration: underline;
}
.locList li {
	display: inline-block;
	width: 24%;
	text-align: center;
	border-right: 1px solid #264a63;
}
.locList li:last-child{
    border-right: none;
}
.locList li p.map-add{
     font: 400 14px/20px 'Poppins', sans-serif;
    color: #fff;
    padding: 14px 0 15px 0;
}
.locList li p.map-dir{
      font: 400 14px/20px 'Poppins', sans-serif;
    color: #48b2ff;
    text-decoration: underline;
}
.locList li p.map-dir:hover, .locSub:hover{
    text-decoration: none;
}
/*Services CSS*/
#Services {
	padding: 20px 4px 50px 4px;
}
.serHead {
	text-align: center;
    font: 400 40px/45px 'Cinzel', serif;
    color: #000;
    padding-bottom: 10px;
}
.service-intro {
	font: 400 15px/25px 'Poppins', sans-serif;
	color: #000;
	text-align: center;
	padding-right: 25%;
	margin-bottom: 10px;
}
.wake-logo {
	position: absolute;
	right: 0;
	top: -100px;
	z-index: 9;
}
.serMain {
	text-align: center;
	font-size: 0;
	margin-top: -66px;
}
.serMain li{
    display: inline-block;
    vertical-align: bottom;
    width: 300px;  
}

.serMain li li {
	display: inherit;
	width: auto;
	min-height: auto;
	font: 400 15px/24px 'Poppins', sans-serif;
	color: #fff;
	position: relative;
	padding-left: 16px;
	margin-bottom: 4px;
}
.serMain li li::before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	content: '';
}
.serMain li .serImg, .serMain li .serv-text {
	width: 100%;
	min-height: 236px;
}
.serMain li .serv-text {
     background: #005595;
    text-align: left;
    position: relative;
    padding: 24px 10px 10px 28px;
}
.serList:last-child {
	width: 270px;
}
.serMain li.serList.elbow .serv-text::after {
	min-height: 50px;
	width: 100%;
	content: '';
	position: absolute;
	bottom: -50px;
	left: 0;
	background: #005595;
}
.serSub{
    text-transform: uppercase;
    position: relative;
    color: #fff;
     font: 700 20px/25px 'Poppins', sans-serif;
    padding-bottom: 6px;
    width: 80%;
    border-bottom: 2px solid #0671c1;
    margin-bottom: 14px;
}
.serSub a:hover, .serMain li li a:hover{
    color: #e6f2fb;
}
.serv-more {
	background: #cfd0c5;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font: 500 15px/17px 'Poppins', sans-serif;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.serv-more a{
    display: block;
    padding: 10px;
}
.serMain li.serList.elbow .serv-more {
    bottom: -50px;
    z-index: 4;
}
.serMain li:hover .serv-more{
    background: #3ba1ef;
}
/*Doctor CSS*/

#Doctor{
   background: url(/images/doctor-bg.jpg) repeat left top;  
    min-height: 527px;
}
#Doctor .theme-L{
   background: url(/images/doctor-l-bg.jpg) repeat right top;  
}
#Doctor .theme-R{
   background: url(/images/doctor-r-bg.jpg) repeat left top;  
}
.docMain.table-div{
     min-height: 527px;
}
.docImg.table-cell {
	width: 495px;
    position: relative;
}
.docImg.table-cell img{
    position: absolute;
    bottom: 0;
    left:0;
}
.dr-text.table-cell {
	padding: 70px 50px 10px 10px;
}
.docHead .meet{
   display: block;
    font: 200 19px/23px 'Poppins', sans-serif;
    font-style: italic;
    color: #747474;
}
.docHead h1{
     font:700 40px/45px 'Cinzel', serif;
    color: #3ea3ed;
}
.docHead h1 span{
    font-weight: 400;
}
.docHead div{
     font: 500 19px/23px 'Poppins', sans-serif;
    color: #d8d8d8;
    padding: 10px 0 18px 0;
    border-bottom: 1px solid #084471;
    position: relative;
}
.docHead div::before {
	bottom: -8px;
	left: 0;
	width: 73px;
	height: 15px;
	background: #084472;
	content: '';
	position: absolute;
}
.dr-text{
   font: 400 15px/30px 'Poppins', sans-serif;
    color: #d9d9d9;
    padding: 22px 0 25px 0;  
}
.nc-top {
    margin:20px;
}
.docMore li{
    display: inline-block;
    vertical-align: top;
}
.docMore li.dr-profile{
    text-align: left;
    font: 400 15px/15px 'Poppins', sans-serif;
    margin: 0px 15px;
}
.docMore li.dr-profile a{
    display: inline-block;
    padding: 13px 16px;
    border: 1px solid #5f6265;
    border-radius: 6px;
    color: #fff;
}
.docMore li.dr-profile a:hover{
    background: #08406b;
    border-color: #316891;
}
.docMore li.dr-app {
	/*float: right;*/
	font: 600 18px/18px 'Poppins', sans-serif;
	text-transform: uppercase;
}
.docMore li a{
     -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.docMore li.dr-app a{
    display: inline-block;
    padding: 12px 16px 12px 21px;
    border-radius: 6px;
    color: #fff;
    background: #046ebd;
    position: relative;
    border:2px solid #046ebd;
}
.docMore li.dr-app a:hover{
    border-color: #fff;
}
.docMore li.dr-app a::before {
	content: '';
	width: 15px;
	height: 15px;
    display: inline-block;
	background: url(/images/book-appoint-img.png) no-repeat 0 0;
    margin-right: 12px;
}
/*Media CSS*/
#Media{
    min-height: 499px;
       background: url(/images/media-bg.jpg) no-repeat left top; 
    padding: 70px 4px 30px 4px;
}
#Media .theme-L{
   background: url(/images/media-l-bg.jpg) no-repeat right top;  
}
#Media .theme-R{
   background: url(/images/media-r-bg.jpg) no-repeat left top;  
}
.mediaImg {
	float: right;
	margin: -93px 0 0 60px;
	z-index: 3;
	position: relative;
}
.medHead{
     font: 400 40px/45px 'Cinzel', serif;
    color: #fff;
}
.medSub{
    font: 500 27px/30px 'Poppins', sans-serif;
    color: #fff;
    padding:37px 0 20px 0;
    position: relative;
}
.medSub::before{
    bottom: 0;
    left: 0;
    width: 104px;
    height: 4px;
    content: '';
    background: #1480d1;
    position: absolute;
}
.media-text{
      font:400 16px/24px 'Poppins', sans-serif;
    color: #fff;
    padding:24px 0 35px 0;
}
.medMore a {
	display: inline-block;
	background: #fff;
	padding: 11px 15px;
	border-radius: 7px;
     font:400 16px/16px 'Poppins', sans-serif;
    color: #050505;
 -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.medMore a:hover{
    color: #fff;
    background: #005595;
}
/*Review CSS*/
#Reviews{
    padding: 60px 4px;
}
.revHead {
	text-align: center;
     font: 400 40px/45px 'Cinzel', serif;
    color: #000000;
}
.rating-img {
	text-align: center;
	padding: 10px 0;
}
.review-wraper {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	min-height: 204px;
	padding: 0 9%;
	position: relative;
}
.review-wraper::before, .review-wraper::after{
    position: absolute;
    color: #cdcec6;
    width: 58px;
    height: 41px;
     content: '';
}
.review-wraper::before {
	background: url(/images/quote-l.png) repeat left top;
	left: 0;
	top: -40px;
}
.review-wraper::after {
	background: url(/images/quote-l.png) repeat left top;
	right: 0;
	bottom: 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.review-wraper li{
    font:300 16px/26px 'Poppins', sans-serif;
    font-style: italic;
    color: #000000;
    width: 100%;
}
.review-wraper .Review_auto, .Review_nav span {
	display: none;
}
.Review_nav {
	width: 34px;
	height: 34px;
	border: 1px solid #ccc;
	margin: 0 4px;
	padding-top: 6px;	
	position: absolute;
	
}
.Review_nav.slidePrev{
    -webkit-transform: translate(-46%, 0%);
	-moz-transform: translate(-46%, 0%);
	-ms-transform: translate(-46%, 0%);
	-o-transform: translate(-46%, 0%);
	transform: translate(-46%, 0%);
    left: 46%;
	bottom: 0;
}
.Review_nav.slideNext{
    -webkit-transform: translate(-46%, 0%);
	-moz-transform: translate(-46%, 0%);
	-ms-transform: translate(-46%, 0%);
	-o-transform: translate(-46%, 0%);
	transform: translate(-46%, 0%);
    right: 46%;
	bottom: 0;
}
.Review_nav::before{
    color: #ababab;
    font-size: 17px;
}
/*Patient Education Video*/
#vidMain .table-cell{
    position: relative;
}
.table-cell.res-L{
    width: 642px;
   height: 399px;
    background: url(/images/pev-bg.jpg) no-repeat left top;
    padding: 45px 10px 40px 80px;
    position: relative;
}
.table-cell.res-L .theme-L{
    background: url(/images/pev-l-bg.jpg) no-repeat right top;
}
.vidHead{
   font: 400 40px/45px 'Cinzel', serif; 
    color: #ffffff;
}
.video-play {
	position: absolute;
	left: 257px;
	top: 142px;
}
.vidPara {
	position: absolute;
	bottom: 50px;
	left: 80px;
	color: #fff;
      font:400 14px/18px 'Lato', sans-serif;
}
.vidPara span{
    display: block;
    font:400 18px/22px 'Lato', sans-serif;
    font-style: italic;
    padding-bottom: 4px;
}
.table-cell.res-R .theme-R{
    background: #000000;
}
.table-cell.res-R {
	padding: 0 12px 0 0;
}
.table-cell.res-R li{
    font:600 16px/22px 'Poppins', sans-serif;
    color: #000;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}
.table-cell.res-R li:last-child{
    border-bottom: none;
}
.table-cell.res-R li:hover{
    color: #005595;
}
.table-cell.res-R li span{
    display: block;
    font:400 14px/20px 'Poppins', sans-serif;
    color: #424242;
}
.table-cell.res-R li:hover span{
    color: #424242;
}
.table-cell.res-R li a{
    display: block;
    padding: 35px 10px 28px 46px;
}
.table-cell.res-R li a::before{
    float: left;
    width: 37px;
    margin-right: 25px;
    height:37px;
    background: url(/images/res-sprite.png) no-repeat left top;
    content: '';
    -webkit-filter: brightness(0);
    -mos-filter: brightness(0);
   -ms-filter: brightness(0);
    -o-filter: brightness(0);
    filter: brightness(0);
}
.table-cell.res-R li:hover a::before{
    -webkit-filter: none;
    -mos-filter: none;
   -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.table-cell.res-R li.res1 a::before{
    background-position: 0px 0px;
}
.table-cell.res-R li.res2 a::before{
    background-position: -60px 0px;
}
.table-cell.res-R li.res3 a::before{
    background-position: -120px 0px;
}
.table-cell.res-R li.res4 a::before{
    background-position: -180px 0px;
}
/* Navigation CSS */
#Navigation-Container {
    background: #46b0ff;
}

#Navigation {
    font: 600 16px/20px 'Cinzel', serif;
    padding: 10px;
    text-align: center;
}
/*Endoscopic CSS*/
.ectsMain .table-cell{
    position: relative;
}

.table-cell.endo-R {
	width: 538px;
height: 406px;
    background: url(/images/ects-bg.jpg) no-repeat right top;
}
.table-cell.endo-R .theme-R{
    background: url(/images/ects-r-bg.jpg) no-repeat left top;
}
.table-cell.endo-L .theme-L {
	background: #005595;
}
.table-cell.endo-L {
	padding: 0 60px 60px 70px;
}
.ectsHead{
   font: 400 40px/45px 'Cinzel', serif; 
    color: #191919;
}
.table-cell.endo-L p{
   font: 400 16px/26px 'Poppins', sans-serif;
    color: #191919;
    padding: 40px 0 45px 0;
}
.ectsMore a {
	display: inline-block;
	padding: 12px 15px 11px 15px;
    background: #a6a799;
    color: #050505;
     font: 400 16px/16px 'Poppins', sans-serif;
    border-radius: 6px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.ectsMore a:hover{
    color: #fff;
    background: #005595;
}
/* Text CSS */
#Content-Container {
    border-bottom: 1px solid #d9d9da;
}

.textMain {
    padding: 10px 10px 50px 10px;
    font: normal 16px/26px 'Poppins', sans-serif;
    color: #2d2f2f;
}

.textMain a {
    color: #005595;
}

.textMain a:hover {
    color: #0000AC;
}

.textMain h1 {
    font: 600 30px/34px 'Poppins', sans-serif;
    color: #414141;
}

.textMain h1 span {
    font: normal 20px/24px 'Poppins', sans-serif;
    color: #4d4d4d;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 500 30px/35px 'Cinzel', serif;
    color: #0363ab;
}

.textMain h2 span {
    font: normal 18px/22px 'Poppins', sans-serif;
    color: #000000;
}

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

.textMain h3, .hTag3, .textMain h2.hTag3, .textMain h4.hTag3 {
	font: 600 24px/30px 'Poppins', sans-serif;
	color: #353535;
}

.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #353535;
}
.textMain h4, .hTag4, .textMain h2.hTag4, .textMain h3.hTag4 {
	font: 500 20px/22px 'Poppins', sans-serif;
	color: #014cbe;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #014cbe;
}

/* Sidebar CSS */
#Content {
	padding-top: 50px;
}
#Sidebar {
    width: 270px;
    padding: 75px 0px 20px 0px;
}

.meetMain {
    min-height: 480px;
    background: url(/images/dr-s-bg.jpg) no-repeat center top;
    position: relative;
}

.meetDiv {
    background: rgba(0, 0, 0, 0.8);
    color: #a6a799;
    position: absolute;
    z-index: 9;
    text-align: center;
    bottom: 0px;
    padding: 30px 0px 0px 0px;
    font: 400 14px/20px 'Poppins', sans-serif;
}

.meetHead {
    color: #fff;
    font: 700 24px/30px 'Cinzel', serif;
    padding-bottom: 10px;
}

.meetDiv p {
    padding-bottom: 20px;
}

.meetMore {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.meetMore span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/images/view-profile-bg.png) no-repeat center center;
    margin-right: 10px;
}

.meetMore a {
    display: block;
    background: #494949;
    padding: 10px 15px;
}

.resources {
    margin-top: 30px;
    background: #f0f0f0;
}

.resHead {
    font: 500 22px/30px 'Poppins', sans-serif;
    background: #005595;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    text-transform: uppercase;
}

.resources li {
    position: relative;
    padding: 10px 10px 10px 15px;
    font: 500 16px/20px 'Poppins', sans-serif;
}

.resources li a::before {
    width: 68px;
    height: 68px;
    position: relative;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
    background: url(/images/res-s-img.png) no-repeat left top;
}

.resources li a:hover::before {
    background: url(/images/res-s-img.png) no-repeat right top;
}

.resources li a {
    display: block;
}

.resources li.yfv a::before, .accessible_on .resources li.yfv a:hover::before {
    background-position: 0px -2px;
}

.resources li.pf a::before, .accessible_on .resources li.pf a:hover::before {
    background-position: 0px -90px;
}

.resources li.poi a::before, .accessible_on .resources li.poi a:hover::before {
    background-position: 0px -178px;
}

.resources li.ii a::before, .accessible_on .resources li.ii a:hover::before {
    background-position: 0px -267px;
}

.resources li.yfv a:hover::before {
    background-position: right -2px;
}

.resources li.pf a:hover::before {
    background-position: right -90px;
}

.resources li.poi a:hover::before {
    background-position: right -178px;
}

.resources li.ii a:hover::before {
    background-position: right -267px;
}

#Credibility {
    padding: 20px 0px;
    text-align: center;
}

#Credibility li {
    display: inline-block;
    vertical-align: top;
}
#Credibility .nbs-flexisel-nav-left::before, #Credibility .nbs-flexisel-nav-right::before  {
	content: ' ';
    width: 28px;
    height: 49px;
}
#Credibility .nbs-flexisel-nav-left::before{
    background: url(/images/flexi-l.png) repeat left top;
}
#Credibility .nbs-flexisel-nav-right::before{
    background: url(/images/flexi-r.png) repeat left top;
}
/*Patient Testimonials CSS*/

.textMain .test-pg-rev ul.Slider2 li {
	padding: 20px 20px 20px 20px;
	background: #F2EDF3;
	margin: 35px 10px 60px 10px;
	vertical-align: top;
	border-left: 6px solid #c0c1c1;
	border-bottom: 6px solid #c0c1c1;
	border-radius: 25px;
	position: relative;
}
.textMain .test-pg-rev ul.Slider2 li:hover {
	border-bottom: 6px solid rgba(0, 85, 149, .6);
	border-left: 6px solid rgba(0, 85, 149, .6);
}
 .textMain .patient-stories-ind li {
	width: 100%;
	position: relative;
	background: #e7ebec40;
	padding: 22px 20px 20px 7%;
	margin: 10px 0 6% 0;
	box-shadow: 10px 10px 1px 0px rgba(64, 61, 63, 0.75);
	-webkit-box-shadow: 10px 10px 1px 0px rgba(64, 61, 63, 0.75);
	-moz-box-shadow: 10px 10px 1px 0px rgba(64, 61, 63, 0.75);
    	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


.textMain .test-pg-rev ul.Slider2 li:hover .rating div{
    transform: scale(1.1);
}
.textMain .test-pg-rev ul.Slider2 li .readmore, .textMain .patient-stories-ind li .readmore {
	text-align: right;
	margin-top: 15px;
}

.textMain .test-pg-rev ul.Slider2 li .readmore a, .textMain .patient-stories-ind li .readmore {
	padding: 7px 11px 8px 11px;
	color: #fff;
	background: #05192b;
	text-decoration: none;
}

.textMain .test-pg-rev ul.Slider2 li::before, .textMain .patient-stories-ind li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\275d';
	font-family: 'fontello';
	font-size: 121px;
	color: #95989b;
}

.textMain .patient-stories-detail li {
    padding: 24px;
    background: #f1f1f1;
    -webkit-box-shadow: inset 0 0 5px 1px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: inset 0 0 5px 1px rgba(51, 51, 51, 0.2);
    -ms-box-shadow: inset 0 0 5px 1px rgba(51, 51, 51, 0.2);
    -o-box-shadow: inset 0 0 5px 1px rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 0 5px 1px rgba(51, 51, 51, 0.2);
}

.textMain .patient-stories-detail li li {
    padding: 0px;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.listpage-name {
    display: none;
}
.rating svg .star1_stroke {
	fill: #FCE210 !important;
	stroke: #B0A231 !important;
}
.comment-details {
	margin-top: 15px;
}

.patient-survey-list li .rating {
	margin-bottom: 15px;
}

.test-pg-rev .rating {
	margin-bottom: 10px;
}
/* Footer CSS */
.home #Footer {
	padding-top: 0px;
}
#Footer {
	padding-top: 40px;
}
#Footer-Container {
	background: url(/images/footer-bg.jpg) repeat left top;
	color: #fff;
	padding: 0 0 30px 0px;
}

.footLinks {
    margin: 0px auto;
    width: 90%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
     font: 400 16px/20px 'Poppins', sans-serif;
}

.footLinks a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 16px;
}

.copyrights {
    text-align: center;
    padding: 30px;
}

.copyrights h2 {
    font: 400 14px/20px 'Cinzel', serif;
}

.social-logo {
    text-align: center;
    padding-bottom: 30px;
}

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

.social-logo li {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 100%;
    border: 2px solid #004372;
    line-height: 35px;
    background: #002a48;
    margin: 5px;
}

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

.ypo-logo {
    text-align: center;
}

/* Contact Page */
.contactTable {
    font-size: 0px;
    text-align: center;
}



.contactMain {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    min-width: 250px;
    padding: 10px;
    position: relative;
    border: 2px solid #ccc;
    font: 400 16px/30px 'Poppins', sans-serif;
    text-align: left;
    margin: 1%;
}
.contactMain:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
    -ms-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
    -o-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
}
.contactMain p.textMainBold {
    padding: 5px 0px;
}

.contactMain p {
    position: relative;
    padding: 5px 10px 5px 30px;l;
}

.contactMain p::before {
    position: absolute;
    left: 5px;
    top: 5px;
}

.contact-map {
    position: relative;
    min-height: 300px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    border: 0px;
}

/* Submit Testimonials */
.textMain .write-review {
	font: 500 17px/20px 'Poppins', sans-serif;
	float: right;
	position: relative;
	border: 2px solid #014ac0;
	background: #006ac0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-radius: 6px;
	margin-bottom: 15px;
}
.textMain .write-review:hover{
    background: #1c1f1e;
}
.textMain .write-review a {
	display: block;
	padding: 12px 15px;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
}

.textMain .write-review a::before {
	margin-right: 12px;
	font-size: 20px;
}

/* Usefull Links Page */
.textMain .useFul {
    margin: 15px 0px;
    padding: 0px;
}

.textMain .useFul ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    text-align: center;
}

.textMain .useFul li {
    margin: 1%;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    min-width: 290px;
    font: 400 16px/20px 'Poppins', sans-serif;
    background: none;
    border: 2px solid #ccc;
}

.textMain .useFul li span {
    display: block;
    padding: 15px 0px;
    background: #ccc;
    margin: 0px 0px 15px 0px;
}

.textMain .useFul li img {
    margin: 10px 0px;
}

.textMain .useFul li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

/* Relative List */
.textMain .relList li {
    border: 2px solid #ccc;
}

.textMain .relList li a {
    padding: 5px 15px;
}

/* Responsive Tabs */
.responsiveTabs {
    background: none;
    text-transform: none;
}

.textMain .resp-tabs-list {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    text-align: center;
}

.textMain .resp-tabs-list li {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
    background: none;
    border: 1px solid #eadfdf;
    font: 600 16px/26px 'Cinzel', serif;
    text-align: left;
}


.textMain .resp-tabs-list li a {
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}

.textMain .resp-tabs-container {
    margin: -1px 0px 0px 0px;
    padding: 0px;
    clear: both;
}

.textMain .resp-tab-content {
    display: none;
    margin: 0px auto;
    padding: 15px;
    min-height: auto;
    border: 1px solid #eadfdf;
}

.textMain h2.resp-accordion {
    cursor: pointer;
    display: none;
    border: 1px solid #c1c1c1;
    background: none;
    margin: 0px;
    padding: 10px 15px;
    background: #003668;
    font: 700 20px/30px 'Poppins', sans-serif;
}

.textMain h2.resp-tab-active {
    background: #00203C;
}

.textMain h2.resp-accordion a {
    color: #fff;
}

.textMain .resp-tabs-container h2.resp-tab-active,
.textMain .resp-tabs-list li.resp-tab-active {
    border-bottom: 0px;
}

.textMain .resp-tabs-container .resp-tab-content-active,
.textMain .resp-tabs-container .resp-accordion-active {
    display: block;
}

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

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

.topicPage {
    margin: 10px auto;
}

.textMain .resp-tabs-list li.resp-tab-active::before {
    position: absolute;
    z-index: 1;
    top: -3px;
    content: '';
    width: 100%;
    height: 0;
    border-top: 3px solid #00203C;
}

.textMain .resp-tabs-list li.resp-tab-active::after {
    position: absolute;
    z-index: 1;
    bottom: -1.5px;
    content: '';
    width: 100%;
    height: 0;
    border-top: 3px solid #fff;
}



.textMain .resp-tabs-list li.resp-tab-active {
    background: #fff;
    border-bottom: 0px solid #eadfdf;
}

.textMain .resp-tabs-list li.resp-tab-active a {
    color: #003668;
}

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

.textMain .topicMain > ul {
    margin: 0px;
    padding: 0px;
}

.textMain .topicMain .topicList {
    margin: 0px;
    padding: 10px 5px 5px 5px;
    background: none;
    position: relative;
}

.textMain .topicMain .topicDiv {
    font: 400 16px/26px 'Poppins', sans-serif;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 10px;
}

.textMain .topicMain .topicImg,
.textMain .topicMain .topicMore {
    display: table-cell;
    vertical-align: top;
}

.topicImg {
    width: 250px;
}

.topicImg img {
    padding: 2px;
    border: 1px solid #eadfdf;
}

.topicMore {
    padding: 10px 10px 50px 10px;
}

.textMain .topicMain .topicList h3 {
    padding: 0px;
    margin: 0px;
    background: #d4d4d4;
    font: 600 16px/20px 'Cinzel', serif;
    position: relative;
}

.textMain .topicMain .topicList h3::after {
    position: absolute;
    z-index: 9;
    content: '\e810';
    left: calc(100% - 20px);
    top: 50%;
    transform: translateY(-50%);
    font: 400 14px/20px 'fontello';
    color: #000;
}

.textMain .topicMain .topicList:hover h3::after {
    content: '\e80d';
    color: #fff;
}

.textMain .topicMain .topicList:hover h3 {
    background: #0a1c79;
}

.textMain .topicMain .topicList h3 a {
    padding: 10px 40px 10px 10px;
    color: #000;
}

.textMain .topicMain .topicList:hover h3 a {
    color: #fff;
}

.textMain .topicMain .topicList h3 a, .textMain .topicMain .topicList h2.hTag3 a {
    display: block;
}

.textMain .topicMain .topicList a:hover {
    text-decoration: none;
}

.textMain .topicMain .topicDiv p {
    padding: 5px;
    margin: 0px;
}

.textMain .topicMain .mediaList {
    text-align: right;
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 5px;
}

.textMain .mediaList li {
    border-radius: 0px;
    border: 0px;
    background: #dbe0ff9e;
}
/*Service Page*/
.serv-section {
	margin-top: 20px;
}
.serv-tab {
	width: 45%;
	display: inline-block;
	border: 2px solid #c8c8c8;
	background: #efefef;
	margin: 0 2% 4% 2%;
	vertical-align: top;
}
.table-cell.servR .serSub a{
    color: #005595;
}
.table-cell.servR .serSub{
    position: relative;
    border-bottom: none;
    padding-bottom: 13px;
}
.table-cell.servR .serSub::before{
    bottom:0;
    left:0;
    width: 66px;
    height: 4px;
    background: #005595;
    content: '';
    position: absolute;
}
.table-cell.servR {
	padding: 40px 9px 10px 30px;
	position: relative;
}
.textMain .table-cell.servR ul {
	padding: 0px 0px 10px 15px;
}
.textMain .table-cell.servR li {
	padding: 1px 5px 1px 5px;
	background: none;
	list-style: disc;
}
.textMain .table-cell.servR li a{
    color: #000;
}
.textMain .table-cell.servR li:hover, .textMain .table-cell.servR li a:hover, .serv-more-s a:hover, .table-cell.servR .serSub a:hover{
    color: #206aa1;
    text-decoration: none;
}
.serv-more-s {
	font: 400 15px/20px 'Poppins', sans-serif;
	text-transform: uppercase;
	padding:7px 0 0 13px;
}
.serv-more-s a{
   color: #25286d; 
}
.dr-pro-img {
	float: left;
	margin: 12px 40px 40px 10px;
}
.textMain h2.dr-pro-head{
    font: 600 37px/45px 'Cinzel', serif;
	text-transform: uppercase;
    color: #46b0ff;
    padding-bottom: 20px;
}
.textMain h2.dr-pro-head span{
    display: block;
     font: 600 21px/26px 'Poppins', sans-serif;
	text-transform: none;
    color: #404348;
}
.landpage .contactMain{
    display: none;
}
.landpage.apexpage .contactMain.apex-tab,
.landpage.carypage .contactMain.cary-tab, 
.landpage.garnerpage .contactMain.garner-tab, 
.landpage.northpage .contactMain.north-tab
{
    display: block;
}
.landpage .contactMain{
    width: 100%;
}
.template1-img {
	float: right;
	width: 300px;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 10px 0 20px 30px;
}
.img-c img {
	padding: 1px;
	border: 1px solid #ccc;
}
.contact-form, .online-form{
    width: 700px;
    margin: 0 auto;
}
.visitpage .subList .res1,
.formpage .subList .res2,
.postoppage .subList .res3,
.insurancepage .subList .res4
{
    display: none;
}
   .disclaimerpage .textMain h1 {
            display: none;
        }
.table-cell.wake-L {
	padding-top: 10px;
}
.table-cell.wake-R {
	padding-left: 20px;
}
.table-cell.wake-L img {
	border: 2px solid #ccc;
}
.table-div.wake {
	background: #f1f1f1;
	padding: 20px 20px 10px 20px;
}
#Slider2-Tabs li span {
    display: none !important;
}
/*ADA CSS*/
.accessible_on .menu-home a {
    font-size: 15px;
}
.accessible_on .book-appoint li::before,
.accessible_on .book-appoint li,
.accessible_on .menu,
.accessible_on .menu li:hover,
.accessible_on .menu ul li a:hover,
.accessible_on .menu ul li a,
.accessible_on .serMain li .serv-text,
.accessible_on .serv-more,
.accessible_on .serMain li:hover .serv-more,
.accessible_on .docMore li.dr-profile a:hover,
.accessible_on .docMore li.dr-app a,
.accessible_on #Doctor,
.accessible_on .medMore a,
.accessible_on #Media,
.accessible_on .ectsMore a,
.accessible_on #Locations,
.accessible_on .locHead,
.accessible_on .locBook a,
.accessible_on .locBook span,
.accessible_on .social-logo li,
.accessible_on #Footer-Container,
.accessible_on #Navigation-Container,
.accessible_on header,
.accessible_on .textMain .resp-tabs-list li,
.accessible_on .textMain .topicMain .topicList h3,
.accessible_on .adobe,
.accessible_on .adobeRec,
.accessible_on .textMain .adobeMore,
.accessible_on .meetDiv,
.accessible_on .meetMore a,
.accessible_on .resHead,
.accessible_on .resources,
.accessible_on #Banner-Container-S,
.accessible_on .serv-tab,
.accessible_on .textMain .write-review,
.accessible_on .textMain .test-pg-rev ul.Slider2 li,
.accessible_on .textMain .test-pg-rev ul.Slider2 li .readmore a, 
.accessible_on .textMain .patient-stories-ind li .readmore,
.accessible_on .textMain .patient-stories-detail li,
.accessible_on .table-cell.endo-R,
.accessible_on .accordion h3,
.accessible_on .dr-readmore a,
.accessible_on .dr-readmore a:hover,
.dfw-whitemode .textMain .physician-pg li,
.dfw-blackmode .textMain .physician-pg li,
.accessible_on .assh-lists li,
.accessible_on .assh-lists li a:hover,
.accessible_on .textMain .useFul li span,
.accessible_on abc,
.accessible_on abc,
.accessible_on abc
{
    background: none !important;
}
.accessible_on .call-appoint li,
.accessible_on .service-intro,
.accessible_on .serSub,
.accessible_on .docHead h1,
.accessible_on .docHead div,
.accessible_on .dr-text,
.accessible_on .docHead .meet,
.accessible_on .medHead,
.accessible_on .medSub,
.accessible_on .media-text,
.accessible_on .medMore a,
.accessible_on .comments,
.accessible_on .table-cell.endo-L p,
.accessible_on .table-cell.res-R li span,
.accessible_on .table-cell.res-R li,
.accessible_on .locList li p.map-add,
.accessible_on .locList li p.map-dir,
.accessible_on .locSub,
.accessible_on #Footer-Container,
.accessible_on .review-wraper li,
.accessible_on .textMain .topicMain .topicList:hover h3::after,
.accessible_on .adobeRec,
.accessible_on .meetDiv,
.accessible_on .meetHead,
.accessible_on .resHead,
.accessible_on #Banner-Container-S #Banner,
.accessible_on .textMain .test-pg-rev ul.Slider2 li::before, 
.accessible_on .textMain .patient-stories-ind li::before,
.accessible_on .dr-name-s,
.accessible_on .mandatory,
.accessible_on abc,
.accessible_on abc{
    color: inherit;
}
.accessible_on .textMain a:hover,.accessible_on .locList li p.map-dir,.accessible_on .locSub {
    text-decoration: none !important;
}
.accessible_on #Main-Menu,
.accessible_on #Services,
.accessible_on #Doctor,
.accessible_on #Media,
.accessible_on #Reviews,
.accessible_on #Ects,
.accessible_on #Resources,
.accessible_on #Credibility,
.accessible_on #Locations,
.accessible_on #Footer,
.accessible_on #Navigation-Container,
.accessible_on #Content-Container,
.accessible_on #Banner-Container-S,
.accessible_on abc,
.accessible_on abc,
.accessible_on abc{
    border-top:1px solid #000;
}
.accessible_on .book-appoint li,
.accessible_on .docMore li.dr-profile a,
.accessible_on .medMore a,
.accessible_on .ectsMore a,
.accessible_on .locBook a,
.accessible_on .textMain .resp-tabs-list li,
.accessible_on #Sidebar,
.accessible_on .assh-lists li,
.accessible_on .textMain .test-pg-rev ul.Slider2 li,
.accessible_on .meetMore a,
.accessible_on .textMain .patient-stories-detail li,
.accessible_on abc{
    border:1px solid #ccc;
}
.accessible_on.dfw-blackmode #Main-Menu,
.accessible_on.dfw-blackmode #Services,
.accessible_on.dfw-blackmode #Doctor,
.accessible_on.dfw-blackmode #Media,
.accessible_on.dfw-blackmode #Reviews,
.accessible_on.dfw-blackmode #Ects,
.accessible_on.dfw-blackmode #Resources,
.accessible_on.dfw-blackmode #Credibility,
.accessible_on.dfw-blackmode #Locations,
.accessible_on.dfw-blackmode .docMore li.dr-profile a,
.accessible_on.dfw-blackmode .medMore a,
.accessible_on.dfw-blackmode .ectsMore a,
.accessible_on.dfw-blackmode .locBook a,
.accessible_on.dfw-blackmode #Footer,
.accessible_on.dfw-blackmode #Navigation-Container,
.accessible_on.dfw-blackmode #Content-Container,
.accessible_on.dfw-blackmode .textMain .resp-tabs-list li,
.accessible_on.dfw-blackmode #Banner-Container-S,
.accessible_on.dfw-blackmode abc,
.accessible_on.dfw-blackmode abc,
.accessible_on .serSub,
.accessible_on .docHead div,
.accessible_on .docMore li.dr-app a,
.accessible_on .table-cell.res-R li,
.accessible_on .locList li,
.accessible_on .footLinks,
.accessible_on .contactMain,
.accessible_on .textMain .resp-tab-content,
.accessible_on .topicImg img,
.accessible_on .adobe,
.accessible_on #Sidebar,
.accessible_on .serv-tab,
.accessible_on .textMain .write-review,
.accessible_on .textMain .test-pg-rev ul.Slider2 li,
.accessible_on abc,
.accessible_on abc,
.accessible_on abc,
.accessible_on abc{
    border-color: inherit;
}
.dfw-blackmode .cookie-main li.cookie-button a,.dfw-blackmode .gdpCookie a:hover, .dfw-blackmode a.gdpr-privacy {
    color: #fc0;
}
.dfw-whitemode .cookie-main li.cookie-button a,.dfw-whitemode .gdpCookie a:hover, .dfw-whitemode a.gdpr-privacy {
    color: #00e;
}
.accessible_on .menu, .accessible_on .social-logo li, .accessible_on #Content-Container{
   border: none; 
}
.accessible_on .logo, .accessible_on .serMain li li::before, .accessible_on .wake-logo img, .accessible_on .docMore li.dr-app a::before, .accessible_on .review-wraper::before, .accessible_on .review-wraper::after, .accessible_on .table-cell.res-R li:hover a::before, .accessible_on .meetMore span {
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-ms-filter: brightness(0);
	-o-filter: brightness(0);
	filter: brightness(0);
}
.accessible_on.dfw-blackmode .logo, .accessible_on.dfw-blackmode .wake-logo img, .accessible_on.dfw-blackmode .docMore li.dr-app a::before, .accessible_on.dfw-blackmode .review-wraper::before, .accessible_on.dfw-blackmode .review-wraper::after, .accessible_on.dfw-blackmode .table-cell.res-R li a::before, .accessible_on.dfw-blackmode .meetMore span   {
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.accessible_on .contactMain:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.dfw-whitemode .meetDiv,.dfw-greymode .meetDiv {
    background: #fff !important;
}
.dfw-blackmode .meetDiv {
    background: #000 !important;
}
.dfw-whitemode .meetHead,.dfw-greymode .meetHead,.dfw-greymode .meetDiv p,.dfw-whitemode .meetDiv p,.dfw-whitemode .meetMore a,.dfw-greymode .meetMore a {
    color: #000 !important;
}
.dfw-blackmode .meetHead,.dfw-blackmode .meetDiv p,.dfw-blackmode .meetMore a,.accessible_on .textMain h2.resp-accordion a {
    color: #fff !important;
}
.accessible_on.home header, .accessible_on .wake-logo {
	position: static;
}
.accessible_on .call-appoint li::before,.accessible_on .book-appoint li span::before,.accessible_on .resources li a::before {
    display: none;
}
.accessible_on .book-appoint li::before, .accessible_on .serMain li.serList.elbow .serv-text::after, .accessible_on .docHead div::before, .accessible_on .social-logo li a::before, .accessible_on .contact-map, .accessible_on .textMain .resp-tabs-list li.resp-tab-active::before, .accessible_on .adobeRec::before,.accessible_on .wake-logo img,.accessible_on .serImg,.accessible_on .servL img,.accessible_on .textMain .topicMain .topicList h3::after,.accessible_on .textMain .test-pg-rev ul.Slider2 li::before, .accessible_on .textMain .patient-stories-ind li::before,.accessible_on .textMain .resp-tabs-list li.resp-tab-active::after,.accessible_on .serMain li li::before  {
    display: none;
}
.accessible_on .serv-more a {
    border: 1px solid #ccc;
}
.accessible_on .serMain {
    margin-top: 0px;
}
.accessible_on .serMain li.serList.elbow .serv-more {
	bottom: 0;
}
.accessible_on .medSub::before, .accessible_on .vidHead, .accessible_on .vidPara, .accessible_on .table-cell.servR .serSub::before  {
    background: #000;
}
.accessible_on.dfw-blackmode .medSub::before, .accessible_on.dfw-blackmode .vidHead, .accessible_on.dfw-blackmode .vidPara, .accessible_on.dfw-blackmode .table-cell.servR .serSub::before {
    background: #fff;
}
.accessible_on #Locations {
	margin-top: 100px;
}
.accessible_on.dfw-blackmode .vidPara,
.accessible_on.dfw-blackmode .vidHead{
    color: #000;
}

.accessible_on .servL,
.accessible_on .table-cell.servR .serSub::before,
.accessible_on .test-pg-rev .rating,
.accessible_on .rating-img,
.accessible_on .review-wraper::before,
.accessible_on .review-wraper::after,
.accessible_on .table-cell.endo-R{
    display: none;
}

.accessible_on .service-intro {
	padding-right: 0;
}

.accessible_on .revHead {
	padding-bottom: 30px;
}

.accessible_on .ectsHead {
	padding-top: 30px;
}

.accessible_on #Credibility li {
	padding: 10px;
}

.accessible_on .contactMain {
	width: 32%;
}


.img-wakel {
	width: 52%;
	float: left;
	margin: 0 30px 20px 0;
}
.img-wakel  img{
    border: 2px solid #ccc;
}
.textMain .textMainBold.mission {
	padding: 5px 0 10px 0;
}
.textMain h2.wakecap{
    margin-bottom: 15px;
}


.textMain .physician-pg {
    font-size: 0;
    text-align: center;
}

.textMain .physician-pg li {
    background: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 10px 1%;
}
.physicians {
    width: 320px;
    min-height: 300px;
    padding: 20px 15px;
    border: 1px solid #e7e7e7;
}

.physicians a {
    display: inline-block;
}

.dr-name-s {
    color: #005595;
    margin: 10px 0px;
    font: 400 18px/24px 'Poppins';
}

.dr-readmore a {
    font: 400 15px/24px 'Poppins';
    background: #42a2f9;
    padding: 8px 15px;
    color: #fff;
    transition: 0.5s linear;
    border: 1px solid #42a2f9;
}

.dr-readmore a:hover {
    background: #fff;
    color: #42a2f9;
    text-decoration: none;
}
.dr-float {
    float: right;
    margin: 0px 15px 10px;
    position: relative;
    padding: 0px;
}

.dr-float:before {
    position: absolute;
    content: '';
    background: #ebebec;
    right: -15px;
    top: -15px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.assh-lists ul {
    margin: 0px;
    padding: 0px;
}
.assh-lists li {
    display: inline-block;
    width: 47%;
    background: #0a1c79 !important;
    background-image: none !important;
    padding: 5px !important;
    margin: 10px;
}
.assh-lists li a {
    padding: 6px;
    color: #fff;
    display: block;
}
.assh-lists li a:hover {
    color: #000;
    text-decoration: none;
    background: #d4d4d4;
}
.accordion h3 {
    background: #46b0ff;
    padding: 10px;
    color: #fff;
}
.margin-left {
    padding-left: 25px;
}
.margin-left a {
    color: #2d2f2f;
}
@media screen and (max-width : 1102px) {
    
  .serMain {
	margin-top: 0;
}  
    .wake-logo {
	right: 8px;
}
    .service-intro {
	padding-right: 0;
	margin-bottom: 19px;
}
    .serMain li.serList.elbow .serv-text::after {display: none;
}
    .serMain li.serList.elbow .serv-more {
	bottom: 0;
}
    .serList:last-child ..serImg {
	width: 236px;
}
    .serMain li {
	margin: 5px 3%;
}
    .serList:last-child .serImg{
        height: 236px;
    }
    .serList:last-child {
	width: 300px;
	background: #005595;
}
    .dr-text.table-cell {
	padding: 70px 22px 10px 10px;
}
    .docHead div {
	font: 500 17px/23px 'Poppins', sans-serif;
}
    .mediaImg {
	margin: -93px 0 8px 60px;
	width: 48%;
}
    .table-cell.endo-L {
	padding: 0 20px 60px 10px;
}
    .ectsHead {
	font: 400 38px/43px 'Cinzel', serif;
}
    .table-cell.res-R li a::before {
	margin-bottom: 35px;
}
    .table-cell.res-L {
	background-size: cover;
}
    .video-play {
	top: 216px;
}
    .footLinks a {
	padding: 10px 10px;
}
    .Review_nav.slideNext {
	right: 44%;
}
 .serv-tab {
	width: 49%;
	margin: 0 0% 1% 0%;
	vertical-align: top;
}   
    .table-cell.servR {
	padding: 40px 9px 10px 20px;
}
    .serv-section{
        text-align: center;
    }
    .serv-section .table-cell{
        text-align: left;
    }
}

@media screen and (max-width : 1024px) {

    .wakemed-logo {
       
        width: 200px;
        padding: 30px 2px 0px 10px;
    }
}



@media screen and (max-width : 979px) {
    .serv-tab {
	width: 80%;
	margin: 0 auto 20px;
	vertical-align: top;
}
    .appoint {
	width: 99%;
	margin: 0 auto;
}


.wakemed-logo {
    width: 300px;
    padding: 30px 2px 0px 10px;
}
    .logo {
	margin: 0 auto;
}
    #Header .table-cell {
	display: block;
    text-align: center;
}

.call-appoint{
    text-align: left;
}


    .banner-head {
	font: 400 30px/40px 'Cinzel', serif;
}
    .home header {
	background: #000;
        position: static;
}
#Banner-Container #Banner {
	height: 504px;
}
    #Banner-Container #Banner li {
	background-size: cover !important;
}
    .wake-logo {
	top: -58px;
}
    .Banner-Tabs {
	bottom: 139px;
}
    .docMain.table-div .table-cell {
	display: block;
        text-align: center;
}
    .docImg.table-cell img {
	position: static;
}
.docImg.table-cell {
	margin: 0 auto;
	padding-top: 20px;
}
    .dr-text.table-cell {
	padding: 20px 10px 10px 10px;
}
    .docHead div::before {
        display: none;
    }
    .docMore li.dr-app {
	float: none;
}
    .docMore li.dr-app a {
	padding: 11px 16px 11px 21px;
}
.mediaImg {
	margin: 0px 0 8px 0px;
	width: auto;
	float: none;
	text-align: center;
}
    .medSub, .media-text, .medMore, .medHead {
	text-align: center;
}
    .medSub::before {
	bottom: 0;
	left: 50%;
        -webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);    
}
#Media {
	background-size: cover;
    padding: 30px 4px 30px 4px;
}
    .review-wraper {
	width: 99%;
}
    .Review_nav.slideNext {
	right: 43%;
}
    .table-cell.endo-R {
        width: 378px;
	height: auto;
	background-size: contain;
}
    .ectsHead {
	font: 400 34px/40px 'Cinzel', serif;
}
    .table-cell.endo-L p {
	padding: 20px 0 20px 0;
}
    .vidMain .table-cell{
        display: block;
    }
.table-cell.res-L {
	width: 500px;
	margin: 0 auto;
	text-align: center;
    padding: 45px 10px 40px 10px;
}
    .video-play, .vidPara {
	position: static;
}
    .video-play {
	margin: 80px auto 53px;
}
    .table-cell.res-R {
	padding: 0 0 0 0;
	width: 50%;
	margin: 0 auto;
}
        .template1-img {
        width: 200px;
}
}
@media screen and (max-width :767px) {
     /* Menu CSS */
    #Main-Menu {
        display: none;
    }

    #Mobile-Menu {
        display: block;
    }

    .toggleMenu {
        display: inline-block;
        position: absolute;
        top: -181px;
        right: 0;
        text-transform: uppercase;
        font-size: 0;
        z-index: 8;
        color: #fff;
    }

    .toggleMenu a {
        border-radius: 0px;
        border: none;
        padding: 0;
    }

    .toggleMenu span {
        width: 20px;
        height: 24px;
        font-size: 23px;
        line-height: 30px;
        vertical-align: top;
    }

    .menuClose {
        background: none;
        width: 28px;
        right: 8px;
        height: 28px;
        text-align: center;
        border-radius: 50%;
        top: 12px;
    }

    .menuClose a {
        font-size: 0;
    }

    .menuClose a span::before {
        right: 4px;
        top: 2px;
        font-size: 20px;
    }  
     
    #Content,
    #Sidebar {
        display: block;
    }

    #Sidebar {
        margin: 0px auto;
    }
    .logo {
	padding: 20px 5px 10px 5px;
}
    .wake-logo {
	position: static;
	text-align: center;
	margin: 10px 0;
}
    .serMain li {
	margin: 5px 1%;
}
    .review-wraper {
	min-height: 252px;
}
    .Review_nav.slideNext {
	right: 41%;
}
    .ectsMain .table-cell{
        display: block;
    }
    .table-cell.endo-L {
	padding: 0 10px 60px 10px;
	text-align: center;
}
.table-cell.endo-R {
	width: 400px;
	height: 300px;
	margin: 0 auto 20px;
}
    .table-cell.endo-R .theme-R{
        display: none;
    }
     .ectsMain .table-div.videotable.flex {
        display: flex !important;
        flex-direction: column;
        margin: 0 auto !important;
    }

    .ectsMain .table-div.videotable.flex > .flex1 {
        order: 2;
    }

    .ectsMain .table-div.videotable.flex > .flex2 {
        order: 1;
    }
    .table-cell.res-R {
	width: 70%;
}
    #Map {
	background-position: center top;
}
    .medSub {
	padding: 20px 0 20px 0;
}
    .contact-form, .online-form{
    width: 300px;
   
}
    .ypo-showcase {
	position: static;
}
    .textMain .resp-tabs-list{
        display: none;
    }
    .textMain h2.resp-accordion{
        display: block;
    }
    .table-div.wake .table-cell{
        display: block;
    }
    .table-cell.wake-R {
	padding-left: 0;
}
    .img-wakel {
	width: auto;
	float: none;
	margin: 0 0px 0px 0;
}
    .img-logo, .img-best {
	text-align: center;
}
 body {-webkit-text-size-adjust: none;}   
}
@media screen and (max-width : 640px) {

 .call-appoint {
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

    .contactTable .table-cell {
        display: block;
        width: 100%;
    }
.book-appoint {
	padding: 10px 0px 20px 0px;
	margin: 0 auto;
	display: block;
}
    .toggleMenu {
	top: -210px;
}
#Banner-Container #Banner {
	height: 420px;
}
.banner-content {
	top: 40%;
}
    .docImg.table-cell {
	width: 80%;
}
.Banner-Tabs {
	bottom: 106px;
}
    .banner-head {
	font: 400 25px/36px 'Cinzel', serif;
}
    .contact-address {
        border-radius: 10px 10px 0px 0px;
    }

    .contact-map {
        height: 250px;
        border-radius: 0px 0px 10px 10px;
    }

    .textMain .useFul li {
        width: 95%;
    }
.review-wraper {
	min-height: 210px;
}
    .Review_nav.slideNext {
	right: 39%;
}
    .social-logo {
	padding-top: 20px;
}
.call-appoint li {
	float: none;
}
.call-appoint li a {
	padding: 40px 10px 10px 5px;
	display: inline-block;
}

}
@media screen and (max-width : 480px) {
    .textMain .topicMain .topicImg {
        margin: 0 auto;
    }
    .assh-lists li {
        width: auto;
    }
    .dr-float {
        float: none;
        text-align: center;
    }
    .videoBorder {
        padding: 50% 0px 22px 0px;
    }
    .logo {
	min-width: auto;
	width: 80%;
}
    .toggleMenu {
	top: -226px;
}
    #Banner-Container{
        display: none;
    }
    .wake-logo {
	margin: 10px 0 20px 0;
}
        .docMore li {
	margin-bottom: 5px;
}
                 .serMain li.flex {
        display: flex !important;
        flex-direction: column;
        margin: 0 auto 10px !important;
    }
    .serList.hand.flex > .flex1 {
        order: 2;
    }
    .serList.wrist.flex > .flex2 {
        order: 1;
    }
   .serList.wrist.flex > .flex5 {
        order: 2;
    }
    .serList.wrist.flex > .flex6 {
        order: 1;
    }
    .medHead {
	font: 400 35px/40px 'Cinzel', serif;
}
    #Reviews {
	padding: 30px 4px;
}
.review-wraper {
	min-height: 242px;
}
    .Review_nav.slidePrev {
	left: 43%;
}
    .revHead {
	font: 400 34px/39px 'Cinzel', serif;
}
    .table-cell.endo-R {
	width: 349px;
        height: 265px;
}
    .ectsHead {
	font: 400 30px/38px 'Cinzel', serif;
}
    .table-cell.endo-L {
	padding: 0 10px 30px 10px;
}
    .table-cell.res-L {
	width: 346px;
	padding: 45px 10px 40px 10px;
	background-size: cover;
	background-position: center top;
}
    .vidHead {
	font: 400 34px/43px 'Cinzel', serif;
}
    .table-cell.res-R {
	width: 100%;
}
    #Content {
	padding-top: 20px;
}
    .contactMain {
	display: block;
	width: 100%;
}
    .locHead {
	font: 400 32px/40px 'Cinzel', serif;
}
    .locList li {
	width: 49%;
	border-right: none;
        margin-bottom: 15px;
        border-bottom: 1px solid #094788;
        padding-bottom: 15px;
}
    .locList {
	padding: 10px 0 20px 0;
}
    .medSub {
	padding: 15px 0 20px 0;
}
    .serv-tab {
	width: 100%;
	margin: 0 auto 10px;
}
    .template1-img {
	float: none;
        margin: 10px auto 10px;
        width: 260px;
}
    .textMain .topicMain .topicImg, .textMain .topicMain .topicMore {
	display: block;
}
    .topicMore {
	padding: 10px 10px 50px 0px;
}
    .textMain h2.dr-pro-head {
	font: 600 30px/45px 'Cinzel', serif;
}
    .textMain h2.dr-pro-head span {
	font: 600 17px/25px 'Poppins', sans-serif;
}
    .dr-pro-img {
	float: none;
	margin: 0 auto;
}
    .textMain .resp-tab-content {
	padding: 15px 0;
}
    .textMain .mediaList li {
	font-size: 15px !important;
}
    .textMain .topicMain .topicDiv {
	padding: 10px 0;
}
}
@media screen and (max-width : 400px) {
     .logo {
    margin: 0;
	width: 328px;
}   
    .toggleMenu {
	top: -262px;
}
        .toggleMenu span {
	margin: 0px 7px;
}
       .review-wraper::before, .review-wraper::after{
        display: none;
    }
    .review-wraper {
	padding: 0 2%;
}
.review-wraper {
	min-height: 255px;
}
    .Review_nav.slideNext {
	right: 33%;
}
    .toggleMenu {
	top: -232px;
}
}
@media screen and (max-width : 375px) {
 .review-wraper {
	min-height: 276px;
}
    .locHead {
	font: 400 24px/25px 'Cinzel', serif;
}
    .serv-section .table-cell {
	display: block;
	text-align: center;
}
     .serv-section .table-cell.servR{
        text-align: left;
    }
    .table-cell.servL {
	padding-top: 20px;
}
    .textMain h2.dr-pro-head {
        padding-bottom: 10px;
	text-align: center;
}
    .table-cell.servR {
	padding: 20px 9px 10px 26px;
}
    .serv-more-s {
	padding: 7px 0 0 0;
}

    #Banner h1 {
	font: 400 30px/39px 'Cinzel', serif;
}
    .logo {
	width: 318px;
}

}
