/*  Globle Styles Starts */
*,
*::before,
*::after {
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
    *overflow-y: none;
    background: #ffffff;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0px;
    padding: 0px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}
.service-links{
	text-align: center;
}

.service-links li {
    display: inline-block;
    width: 47%;
    background: #993366 !important;
    border-radius: 10px;
    margin: 5px 5px;
}
.service-links li a{
	color: #ffffff;
    display: block;
	
}
.service-links li a:hover{
	color: #fff;
}
.service-links li:hover{
	background: #333 !important;
}

/* ------------------------------ General CSS ------------------------------ */
.hr {
    height: 10px;
    border-top: 1px dotted #000000;
}

.clear-float {
    clear: both;
}

align-center {
    text-align: center;
}

.align-center img {
    border: 2px solid #A59572;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

.align-left {
    float: left;
    margin: 0 2% 1% 0;
}

.align-right {
    float: right;
    margin: 0 0 1% 2%;
}

.align-right img {
    border: 2px solid #A59572;
    display: block;
    padding: 5px;
}

.center-img img {
    border: 2px solid #A59572;
    margin: 2px;
    padding: 4px;
}

a.call-block {
    display: none;
}

a.call-none {
    text-decoration: none;
}

.multiBorder {
    margin: 10px auto;
    padding: 193% 0 0;
    position: relative;
    width: 90%;
}

.multiBorder iframe {
    border: 0 none !important;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100.1%;
}

/* ------------------------------ Banner CSS ------------------------------ */
.rslides {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.rslides li {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    display: none;
}

#Interactivity {
    position: relative;
}

.Intra-L,
.Intra-R {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.Intra-L {
    left: -100%;
}

.Intra-R {
    right: -100%;
}

.Intra-Tabs {
    height: 40px;
    margin: 0;
    padding: 10px 0 0 38px;
    position: absolute;
    width: 114px;
    z-index: 200;
}

/* ------------------------------ Scrolling Styles ------------------------------ */
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    overflow: hidden !important;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    *width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: hidden !important;
}

.nbs-flexisel-inner {
    overflow: hidden !important;
    float: left;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    *margin-left: 8%;
    *margin-right: 8%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    height: 100px;
}

.nbs-flexisel-item img {
    cursor: pointer;
    margin-top: 24px;
    max-width: 194px;
    margin: 5px auto;
    *width: 60%;
    *margin: 29px 44px 0px 0px;
}

#Credibilty .nbs-flexisel-nav-right {
    background: url(../images/nbs-flexisel-nav-right.png) no-repeat 0px 0px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: 0;
    transition: all .1s linear;
}

#Credibilty .nbs-flexisel-nav-left {
    background: url(../images/nbs-flexisel-nav-left.png) no-repeat 0px 0px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: 0;
    transition: all .1s linear;
}

/*----- Navigation -----*/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 16px;
    height: 41px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 0px;
}

.nbs-flexisel-nav-left {
    left: 3px;
    top: 32% !important;
}

.nbs-flexisel-nav-right {
    right: 3px;
    top: 32% !important;
}

/* ------------------------------ Main CSS ------------------------------ */
#Container,
header,
#Intra-Container,
#Intra-Container-S,
section,
#Meetdr-Container,
#Ourpatients-Container,
#Common-Container,
#Servicesh-Container,
#Quicklinks-Container,
#Contact-container,
footer,
#Credibilty-Container,
#Content-Container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

#Menu-Container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Header,
#Main-Menu,
#Mobile-Main,
#Interactivity,
#Meetdr,
#Ourpatients,
#Servicesh,
#Common,
#Quicklinks,
#Credibilty,
#Footer,
#Content-Main {
    max-width: 1170px;
    min-width: 320px;
    margin: 0px auto;
}

/* ------------------------------ Header CSS ------------------------------ */
header {
    background: #ffffff;
}

#Header {
    padding: 20px 0px 30px 0px;
    ;
    min-height: 80px;
}

.logo {
    float: left;
    margin: 9px 0 0;
    width: 38%;
	    padding: 5px 5px 20px 10px;
}

.header-right {
    float: right;
    width: 30%;
}
.logo a {
    display: inline-block;
    vertical-align: middle;
}
.logo a:first-child {
    padding: 5px 27px 20px 0px;
    border-right: 1px solid #ccc;
}
.headimg {
    padding: 0px 0px 0px 10px;
    float: left;
    margin: 34px 0 0;
    width: 17%;
    /* padding: 5px 5px 20px 10px; */
}
	


.socialh-links {
    float: right;
    width: 180px;
}

.socialh-links li {
    float: left;
    height: 30px;
    width: 30px;
    margin: 10px 3px;
    text-align: center;
}

.socialh-links li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #993366;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.socialh-links li a span {
    margin: 8px 0 0;
}

.socialh-links li a:hover {
    background: #1e71c1;
    color: #ffffff;
}

.appointment-h {
    float: right;
    padding: 15px 0 0;
    width: 315px;
}
.appointment-h ul{
	text-align: center;
}

.appointment-h li {
    float: left;
    font: 700 23px/25px 'Lato', sans-serif;
    color: #000000;
	display: contents;
}

.appointment-h li .call {
    color: #000000;
    font: 700 17px/30px "Lato", sans-serif;
    width: 310px;
}

.appointment-h li .call a {
    color: #000000;
    padding: 3px 0 10px 4px;
    font-size: 18px;
}

.appointment-h li .call i {
    color: #993366;
}

.appointment-h li .call a:hover,
.appointment-h li .book-appoint a:hover {
    color: #1e71c1;
}

.call span {
    font-size: 15px;
}

.AfterHours {
    padding: 0 0 0 25px !important;
}

.appointment-h li .book-appoint {
    width: 294px;
    padding: 0px 0px 0px 20px;
}

.appointment-h li .book-appoint i {
    float: left;
    color: #993366;
    margin: 0 10px 0 0px;
}

.appointment-h li .book-appoint a {
    color: #000000;
    text-align: left;
    width: 215px;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    width: 298px;
    text-transform: uppercase;
}

.appointment-h li .book-appoint a:hover {
    color: #1e71c1;
}

/* ------------------------------ Menu CSS ------------------------------ */
#Main-Menu,
#Mobile-Main {
    height: 57px;
}

#Menu-Container {
    background: #993366;
    height: 54px;
    margin: 0px 0px 0px;
    padding: 1px 0 0 0;
   /* border-top: 1px solid #c4c4c4;*/
   /* border-bottom: 2px solid #11442b;*/
}

#Mobile-Main {
    display: none;
}

/* ------------------------------ Banner CSS ------------------------------ */
#Intra-Container,
Intra-Container-S {
    position: relative;
}

/*#Intra-Container {	background: url(../images/intra-container-bg.jpg) no-repeat center top;}*/
#Intra-Container #Interactivity {
    height: 409px;
}

#Intra-Container-S {
    /*background: url(../images/intra-container-s-bg.jpg) repeat 0px 0px;*/
    border-bottom: 1px solid #11442b;
}

#Intra-Container-S #Interactivity {
    height: 178px;
}

#Intra-Container .Intra-Tabs,
#Intra-Container-S .Intra-Tabs {
    bottom: 2%;
    right: 45%;
}

#Interactivity .Intra-Tabs {
    height: 30px;
    width: 68px;
}

#Interactivity .Intra-Tabs a.prev,
#Interactivity .Intra-Tabs a.next {
    display: block;
    height: 30px;
    width: 30px;
    float: left;
}

#Interactivity .Intra-Tabs a.prev {
    background: #ffffff url(../images/prev-bg.png) no-repeat center center;
    margin: 0 3px 0 0;
}

#Interactivity .Intra-Tabs a.next {
    background: #993366 url(../images/next-bg.png) no-repeat center center;
}

#Intra-Container #Banner0 {
    background: url(../images/banner1-bg.jpg) no-repeat left top;
}

#Intra-Container #Banner0 .Intra-L {
    background: url(../images/banner1-l-bg.jpg) no-repeat right top;
}

#Intra-Container #Banner0 .Intra-R {
    background: url(../images/banner1-r-bg.jpg) no-repeat left top;
}

#Intra-Container #Banner1 {
    background: url(../images/banner2-bg.jpg) no-repeat left top;
}

#Intra-Container #Banner1 .Intra-L {
    background: url(../images/banner2-l-bg.jpg) no-repeat right top;
}

#Intra-Container #Banner1 .Intra-R {
    background: url(../images/banner2-r-bg.jpg) no-repeat left top;
}

#Intra-Container #Banner2 {
    background: url(../images/banner3-bg.jpg) no-repeat left top;
}

#Intra-Container #Banner2 .Intra-L {
    background: url(../images/banner3-l-bg.jpg) no-repeat right top;
}

#Intra-Container #Banner2 .Intra-R {
    background: url(../images/banner3-r-bg.jpg) no-repeat left top;
}

#Intra-Container #Banner3 {
    background: url(../images/banner4-bg.jpg) no-repeat left top;
}

#Intra-Container #Banner3 .Intra-L {
    background: url(../images/banner4-l-bg.jpg) no-repeat right top;
}

#Intra-Container #Banner3 .Intra-R {
    background: url(../images/banner4-r-bg.jpg) no-repeat left top;
}

#Intra-Container #Banner4 {
    background: url(../images/banner5-bg.jpg) no-repeat left top;
}

#Intra-Container #Banner4 .Intra-L {
    background: url(../images/banner5-l-bg.jpg) no-repeat right top;
}

#Intra-Container #Banner4 .Intra-R {
    background: url(../images/banner5-r-bg.jpg) no-repeat left top;
}

#Intra-Container-S #Banner0 {
    background: url(../images/banner1-s-bg.jpg) no-repeat left top;
}

#Intra-Container-S #Banner0 .Intra-L {
    background: url(../images/banner1-ls-bg.jpg) no-repeat right top;
}

#Intra-Container-S #Banner0 .Intra-R {
    background: url(../images/banner1-rs-bg.jpg) no-repeat left top;
}

#Intra-Container-S #Banner1 {
    background: url(../images/banner2-s-bg.jpg) no-repeat left top;
}

#Intra-Container-S #Banner1 .Intra-L {
    background: url(../images/banner2-ls-bg.jpg) no-repeat right top;
}

#Intra-Container-S #Banner1 .Intra-R {
    background: url(../images/banner2-rs-bg.jpg) no-repeat left top;
}

#Intra-Container-S #Banner2 {
    background: url(../images/banner3-s-bg.jpg) no-repeat left top;
}

#Intra-Container-S #Banner2 .Intra-L {
    background: url(../images/banner3-ls-bg.jpg) no-repeat right top;
}

#Intra-Container-S #Banner2 .Intra-R {
    background: url(../images/banner3-rs-bg.jpg) no-repeat left top;
}

#Intra-Container-S #Banner3 {
    background: url(../images/banner4-s-bg.jpg) no-repeat left top;
}

#Intra-Container-S #Banner3 .Intra-L {
    background: url(../images/banner4-ls-bg.jpg) no-repeat right top;
}

#Intra-Container-S #Banner3 .Intra-R {
    background: url(../images/banner4-rs-bg.jpg) no-repeat left top;
}

#Intra-Container-S #Banner4 {
    background: url(../images/banner5-s-bg.jpg) no-repeat left top;
}

#Intra-Container-S #Banner4 .Intra-L {
    background: url(../images/banner5-ls-bg.jpg) no-repeat right top;
}

#Intra-Container-S #Banner4 .Intra-R {
    background: url(../images/banner5-rs-bg.jpg) no-repeat left top;
}

#Intra-Container .intra-main {
    color: #ffffff;
    font: 700 32px/40px 'Lato', sans-serif;
    position: absolute;
    right: 0px;
    bottom: 36%;
    width: 308px;
    background: rgba(0, 0, 0, 0.6);
    height: 100px;
    padding: 15px 0 0px 46px;
    border-left: 6px solid #993366;
}

#Intra-Container-S .intra-main {
    color: #ffffff;
    font: 700 20px/28px 'Lato', sans-serif;
    position: absolute;
    right: 0;
    bottom: 32%;
    width: 350px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0 10px 46px;
    border-left: 6px solid #993366;
}

.single {
    padding: 20px 0 0;
}

/* ------------------------------ Services Header CSS ------------------------------ */
#Servicesh-Container {
    background: #ffffff;
}

#Servicesh {
    position: relative;
    padding: 33px 0 63px;
}

#Servicesh h1.title {
    font: 700 32px/48px 'Lato', sans-serif;
    color: #b0873f;
    text-transform: uppercase;
    text-align: center;
}

#Servicesh h1.title a {
    color: #333333;
}

#Servicesh p.title-text {
    font: 400 16px/18px 'Open Sans', sans-serif;
    color: #373737;
    text-align: center;
    margin: 0 0 25px 0;
}

#Servicesh p.title-text a {
    color: #993366;
    font-weight: 700;
}

#specialties-slider {
    float: left;
    position: relative;
    width: 40%;
    height: 329px;
    background: #383f3b;
}

.specialties-image {
    float: left;
    width: 96%;
    height: 308px;
    padding: 20px 0 0 4%;
}

.specialties-image h2 {
    font: 600 28px/30px 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.specialties-image h2 a {
    color: #ffffff;
}

.specialties-image li {
    display: block;
    background: url(../images/list-img.png) no-repeat 0px 6px;
    font: 400 16px/18px 'Open Sans', sans-serif;
    color: #ffffff;
    float: left;
    padding: 0 0 0 15px;
    margin: 3px 0;
}

.specialties-image li a {
    color: #ffffff;
}

.specialties-image .read-more {
    font: 400 14px/30px 'Open Sans', sans-serif;
    color: #ffffff;
    font-style: italic;
    width: 100px;
    position: absolute;
    right: 24px;
    bottom: 23px;
    text-align: center;
}

.specialties-image .read-more a {
    display: block;
    border: 1px solid #fff;
    color: 333333;
}

.shoulder-bg {
    background: url(../images/sholuder-service-icon-big.png) no-repeat left top;
    background-size: 100% 100%;
}

.knee-bg {
    background: url(../images/knee-service-icon-big.png) no-repeat left top;
    background-size: 100% 100%;
}

.elbow-bg {
    background: url(../images/elbow-service-normal-big.png) no-repeat left top;
    background-size: 100% 100%;
}

.biologics-bg {
    background: url(../images/biologics-bg.jpg) no-repeat left top;
    background-size: 100% 100%;
}

.injury-bg {
    background: url(../images/injury-bg.jpg) no-repeat left top;
    background-size: 100% 100%;
}

.hip-bg {
    background: url(../images/hip-bg.jpg) no-repeat left top;
    background-size: 100% 100%;
}

.fractures-bg {
    background: url(../images/fracture-service-icon-big.png) no-repeat left top;
    background-size: 100% 100%;
}

.wrist-bg {
    background: url(../images/wrist-bg.jpg) no-repeat left top;
    background-size: 100% 100%;
}

.ankle-bg {
    background: url(../images/ankle-bg.jpg) no-repeat left top;
    background-size: 100% 100%;
}

#specialties-slider-tabs {
    float: left;
    width: 60%;
    background: #090b26;
	height:329px;
}

#specialties-slider-tabs li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #1f2644;
    font: 700 16px/18px 'Open Sans', sans-serif;
    color: #ffffff;
    height: 165px;
    text-transform: uppercase;
}

#specialties-slider-tabs li.midel {
    border-bottom: 1px solid #5a8383;
}

#specialties-slider-tabs li a {
    display: block;
    background: #0f182f;
    color: #ffffff;
    height: 165px;
    padding: 40px 0 0;
}

#specialties-slider-tabs li a:hover,
#specialties-slider-tabs li.specialties_here a {
    color: #fff;
}

#specialties-slider-tabs li.midel a {
    background: #333333;
}

#specialties-slider-tabs li a span {
   /* border: 3px solid #ffffff;*/
    border-radius: 50%;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 30%;
    margin: -23px 5% 0 5%;
    position: relative;
}

#specialties-slider-tabs li a span:after {
    content: "";
    display: block;
    filter: contrast(93);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*

#specialties-slider-tabs li a span img {
    filter: blur(0px) brightness(78) contrast(3.1) grayscale(0) hue-rotate(162deg) invert(0) opacity(100%) saturate(10) sepia(0.76);
    -webkit-filter: blur(0px) brightness(78) contrast(3.1) grayscale(0) hue-rotate(162deg) invert(0) opacity(100%) saturate(10) sepia(0.76);
    -moz-filter: blur(0px) brightness(78) contrast(3.1) grayscale(0) hue-rotate(162deg) invert(0) opacity(100%) saturate(10) sepia(0.76);
    -o-filter: blur(0px) brightness(78) contrast(3.1) grayscale(0) hue-rotate(162deg) invert(0) opacity(100%) saturate(10) sepia(0.76);
    -ms-filter: blur(0px) brightness(78) contrast(3.1) grayscale(0) hue-rotate(162deg) invert(0) opacity(100%) saturate(10) sepia(0.76);
}

#specialties-slider-tabs li a:hover span,
#specialties-slider-tabs li.specialties_here a span {
    border: 3px solid #ba893a;
}

#specialties-slider-tabs li a:hover span img,
#specialties-slider-tabs li.specialties_here a span img {
    filter: hue-rotate(0deg) invert(0%)brightness(100%);
    -webkit-filter: hue-rotate(0deg) invert(0%)brightness(100%);
    -moz-filter: hue-rotate(0deg) invert(0%)brightness(100%);
    -o-filter: hue-rotate(0deg) invert(0%)brightness(100%);
    -ms-filter: hue-rotate(0deg) invert(0%)brightness(100%);
}
*/

/* ------------------------------ Meetdr Container CSS ------------------------------ */
#Meetdr-Container {
    background: #993366;
}

#Meetdr {
    padding: 51px 0;
}

.doch-pic {
    float: left;
    width: 48%;
    padding: 0 0 0 0;
    background: #343531;
    text-align: center;
    min-height: 344px;
    position: relative;
}

.doch-pic a {
    display: block;
}

.doch-pic a img {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.doch-txt {
    float: left;
    width: 46%;
    background: #ffffff;
    padding: 2.6% 0 0 4%;
    min-height: 345px;
}

.doch-txt h2 {
    font: 800 37px/42px 'Lato', sans-serif;
    color: #b18643;
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
}

.doch-txt h2 a {
    color: #993366;
}

.doch-txt h2 a i {
    font: 700 30px/42px 'Lato', sans-serif;
    color: #999999;
    text-transform: capitalize;
}

.doch-txt h2 a span {
    font: 400 18px/24px 'Lato', sans-serif;
    color: #999999;
    text-transform: capitalize;
    display: inline-block;
}

.doch-txt h2:after {
    content: '';
    width: 92%;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #343531;
}

.doch-txt p {
    font: 400 14px/22px 'Open Sans', sans-serif;
    color: #343531;
    padding: 20px 0 15px 0;
    width: 91%;
}

.doch-appointment {
    float: left;
    font: 400 14px/35px 'Open Sans', sans-serif;
    color: #ffffff;
    width: 135px;
    text-transform: capitalize;
    margin: 0 6% 0 0;
}

.doch-appointment a {
    display: block;
    color: #ffffff;
    border-radius: 5px;
    background: #993366;
    text-align: center;
}

/* ------------------------------ Common Container CSS ------------------------------ */
#Common-Container {
    background: #ffffff url(../images/common-bg.jpg) no-repeat center top;
    background-size: auto 100%;
}

#Common-Container {
    padding: 37px 0;
}

#Common-Container h2.heading {
    font: 400 34px/40px 'Lato', sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

#Common-Container h2.heading a {
    color: #000000;
    position: relative;
    padding: 0 0 10px 0;
}

#Common-Container h2.heading a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #325b4c;
}

#Common-Container h2.heading a span {
    font-weight: 700;
}

#Common ul {
    margin: 30px 0 0;
}

#Common li {
    float: left;
    width: 100%;
    margin: 0 0 24px 0;
}

#Common li span {
    float: left;
    height: 47px;
    width: 47px;
    background: #993366;
    border-radius: 50%;
    border: 8px solid #e9e9e9;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#Common li:hover span {
    background: #6d6d6d;
}

#Common li div {
    float: left;
    background: url(../images/common-list-bg.png) no-repeat left 0;
    background-size: auto 100%;
    padding: 3px 0 0 86px;
    margin: 0 0 0 -54px;
    width: 83%;
}

#Common li div h2 {
    font: 600 20px/25px 'Open Sans', sans-serif;
    color: #993366;
    margin: 0 0 10px 0;
}

#Common li div h2 a {
    color:#993366;
}

#Common li div p {
    font: 400 14px/18px 'Open Sans', sans-serif;
    color: #000000;
    width: 480px;
}

/* ------------------------------ Ourpatients Container CSS ------------------------------ */
#Ourpatients-Container {
    background: #ffffff;
}

#Ourpatients {
    padding: 45px 0px;
}

#Ourpatients h2 {
    font: 700 32px/58px 'Lato', sans-serif;
    color: #335f4f;
    text-transform: uppercase;
    text-align: center;
}

#Ourpatients h2 a {
    color: #000;
}

#Ourpatients h2 a img {
    margin: 0 10px 0 0;
}

.ourpatients-txt {
    font: 400 16px/18px 'Open Sans', sans-serif;
    color: #000000;
    font-style: italic;
    position: relative;
    padding: 10px 0;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.top-cot {
    background: url(../images/left-coot.png) no-repeat 0 0;
    position: absolute;
    height: 15px;
    width: 17px;
    top: -10px;
    left: -5px;
}

.bottom-cot {
    background: url(../images/rightt-coot.png) no-repeat 0 0;
    position: absolute;
    height: 15px;
    width: 17px;
    right: -5px;
    bottom: -10px;
}

#Ourpatients .read-more {
    font: 400 16px/36px 'Open Sans', sans-serif;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    float: left;
    width: 100%;
}

#Ourpatients .read-more a {
    width: 100px;
    color: #000000;
    border: 1px solid #993366;
    line-height: 36px;
    display: block;
    margin: 31px auto 0 auto;
    border-radius: 5px;
}

/* ------------------------------ Quicklinks Container CSS ------------------------------ */
#Quicklinks-Container {
    background: #444946 url(../images/pt-resource-bg.jpg) no-repeat center top;
    background-size: auto 100%;
}

#Quicklinks {
    padding: 50px 0;
}

#Quicklinks h2 {
    font: 700 32px/40px 'Lato', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 22px;
}

#Quicklinks h2 a {
    color: #fff;
}

#Quicklinks li {
    /* width: 20%; */
  /*   width: 16%; */
    width: 33%;
    float: left;
}

#Quicklinks li div {
    width: 110px;
    text-align: center;
    font: 400 16px/20px 'Lato', sans-serif;
    color: #ffffff;
    margin: 10px auto;
    text-transform: uppercase;
}

#Quicklinks li:last-child {
    margin: 0 0% 0 0;
}

#Quicklinks li a {
    display: block;
    color: #ffffff;
}

#Quicklinks li a span {
    background: url(../images/quicklinks-list-bg.png) no-repeat center top;
    height: 86px;
    width: 75px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#Quicklinks li a:hover span {
    background: url(../images/quicklinks-list-bg-hover.png) no-repeat center top;
}

/*#Quicklinks li a span img {
    filter: blur(0px) brightness(78) contrast(3.1) grayscale(0) hue-rotate(162deg) invert(0.1) opacity(100%) saturate(10) sepia(0.76);
    -webkit-filter: blur(0px) brightness(78) contrast(3.1) grayscale(0) hue-rotate(162deg) invert(0.1) opacity(100%) saturate(10) sepia(0.76);
    -moz-filter: blur(0px) brightness(78) contrast(3.1) grayscale(0) hue-rotate(162deg) invert(0.1) opacity(100%) saturate(10) sepia(0.76);
    -o-filter: blur(0px) brightness(78) contrast(3.1) grayscale(0) hue-rotate(162deg) invert(0.1) opacity(100%) saturate(10) sepia(0.76);
    -ms-filter: blur(0px) brightness(78) contrast(3.1) grayscale(0) hue-rotate(162deg) invert(0.1) opacity(100%) saturate(10) sepia(0.76);
}

#Quicklinks li a:hover span img {
    filter: hue-rotate(0deg) invert(0%)brightness(100%);
    -webkit-filter: hue-rotate(0deg) invert(0%)brightness(100%);
    -moz-filter: hue-rotate(0deg) invert(0%)brightness(100%);
    -o-filter: hue-rotate(0deg) invert(0%)brightness(100%);
    -ms-filter: hue-rotate(0deg) invert(0%)brightness(100%);
}*/

/* ------------------------------ Quicklinks Container CSS ------------------------------ */
/* -----------------------------Map -------------------------------------*/
#Map-Container {
    height: 236px;
    border-top: 1px solid #9a9a9a;
    position: relative;
}

.Contact {
    position: relative;
}

.location-container {
    background: #993366;
    height: 188px;
    left: 23%;
    position: absolute;
    top: 14px;
    width: 32%;
    z-index: 2;
    padding: 5px 0 23px 3%;
}

.location-container:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 33.5px 0 42.5px 42px;
    border-color: transparent transparent transparent #993366;
    right: -20px;
    top: 35%;
    position: absolute;
}

.location-container .address-heading {
    font: 600 24px/34px 'Lato', sans-serif;
    color: #ffffff;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.location-container .address-heading a {
    color: #ffffff;
}

.location-container p.boldtext {
    font: 600 18px/25px 'Lato', sans-serif;
    color: #ffffff;
    width: 100%;
}

.location-container p {
    font: 400 15px/24px 'Lato', sans-serif;
    color: #ffffff;
}

/* ------------------------------ Credibilty Styles ------------------------------ */
#Credibilty-Container {
    background: #ffffff;
    display: none;
}

#Credibilty {
    padding: 45px 0 34px 0;
}

/* ------------------------------ Footer CSS ------------------------------ */
footer {
    background: #333333;
    border-top: 3px solid #333333;
}

#Footer {
    padding: 3px 0px 26px 0px;
    font: 400 16px/18px 'Lato', sans-serif;
    color: #ffffff;
}

.footer-list {
    float: left;
    width: 100%;
    font: 400 16px/18px 'Lato', sans-serif;
    color: #ffffff;
    padding: 22px 0px;
}

.footer-list li {
    margin: 5px 0;
}

.footer-list a {
    color: #ffffff;
}

.footer-list a:hover {
    text-decoration: underline;
    text-decoration-color: #ffffff;
    color: #ffffff;
}

.footer-list h2 {
    font: 400 24px/20px 'Lato', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px 0 16px 0;
}

.footer-list h2 a {
    color: #ffffff;
}

.footer-menu,
.footer-specialties,
.footer-info,
.footer-hours {
    width: 23%;
    margin: 0 0 0 1%;
}

.copyright {
    margin: 40px 0 0 0;
}

.poweredby {
    margin: 15px 0 0 0;
}

/* ------------------------------ Content CSS ------------------------------ */
#Content-Container {
    padding-bottom: 25px;
}

#Content-Main {
    background: #ffffff;
}

#Content-Main .intra-div {
    display: table;
    width: 100%;
}

#Content-Left {
    display: table-cell;
    vertical-align: top;
    width: 98%;
    padding: 0 2% 0 0;
}

#Sidebar {
    vertical-align: top;
    padding: 57px 0 0 0;
    width: 300px;
}

/*----- Navigation Starts -----*/
.navigation {
    color: #555555;
    font: 400 16px/18px 'Lato', sans-serif;
    margin: 0 auto;
    width: 95%;
    min-width: 280px;
    padding: 28px 0px 10px 0%;
}

.navigation a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.navigation a:hover {
    color: #757575;
    font-weight: normal;
    text-decoration: underline;
}

/*----- textMain Starts -----*/
.textMain {
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 10px 2% 30px 2%;
    text-align: justify;
}

.textMain a {
    color:#993366;
    text-decoration: none;
    font-weight: bold;
}

.textMain a:hover {
    color: #09142c;
    text-decoration: none;
}

.textMain ul {
    padding: 0px;
    margin: 10px 0px;
}

.textMain ol {
    padding: 0px;
    margin: 10px 0px 0px 30px;
}

.textMain ul li {
    background: url(../images/bullet-tm.png) no-repeat 14px 12px;
    padding: 5px 0px 5px 30px;
   
}

.textMain ol li {
    padding: 5px 0px 5px 0px;
    list-style: decimal;
}

.textMain ul ul,
.textMain ol ol {
    margin: 0px;
    padding: 5px 0px 5px 20px;
}

.textMain ul ul li {
    background: none;
    padding: 5px 0px;
    list-style: circle;
}

.textMain ol ol li {
    padding: 5px 0px;
    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 0px;
}

/*----- textMain Heading Starts -----*/
.textMain h1 {
    color: #555555;
    font: 400 30px/38px 'Lato', sans-serif;
    margin: 5px 0px;
    padding: 5px 21px 9px 0;
    text-align: left;
    border-bottom: 1px solid #5c6270;
}

.textMain h2 {
    font: 400 24px/28px 'Lato', sans-serif;
    color: #2095e1;
    text-align: left;
}

.textMain h2 a {
    color: #2095e1;
}

.textMain h2 a:hover {
    text-decoration: underline;
}

.textMain h3 {
    color: #993366;
    font: 400 22px/26px 'Lato', sans-serif;
    text-align: left;
}

.textMain h3 a {
    color: #1e71c1;
}

.textMain h3 a:hover {
    text-decoration: underline;
}

.textMain h4 {
    font: 400 18px/25px 'Lato', sans-serif;
    color: #4d4e4e;
    text-align: left;
}

.textMain h4 a {
    color: #2A3753;
}

.textMain h4 a:hover {
    text-decoration: underline;
}

.textMainBold {
    font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #09142c;
    text-align: left;
}

.textMainBold a {
    color: #09142c;
}

.textMainBold a:hover {
    text-decoration: underline;
}

.PDFtext {
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
}

/*----- Sidebar styles -----*/
#Sidebar .services-s {
    float: left;
    width: 100%;
}

#Sidebar .services-s h2 {
    font: 700 22px/48px 'Lato', sans-serif;
    background: #333333;
    text-transform: uppercase;
    padding: 0 0 0 12px;
    color: #ffffff;
    margin: 0px;
}

#Sidebar .services-s h2 a {
    color: #ffffff;
}

#Sidebar .services-s li {
    color: #ffffff;
    font: 700 15px/42px 'Open Sans', sans-serif;
    float: left;
    width: 100%;
    background: #993366;
    border-bottom: 1px solid #4b8989;
    text-transform: uppercase;
    position: relative;
}

#Sidebar .services-s li:hover {
    background: #333333;
    border-bottom: 1px solid #6a6a6a;
    transition: all 0.3s ease 0s;
}

#Sidebar .services-s li a {
    display: block;
    color: #ffffff;
    padding: 0 0 0 30px;
    background: url(../images/servicess-list-bg.png) no-repeat 13px 19px;
}

#Sidebar .services-s li a:hover {
    background: url(../images/servicess-list-hover-bg.png) no-repeat 13px 19px;
}

.meet-s {
    float: left;
    width: 99%;
    border: 1px solid #383835;
    margin: 3px 0 0 0;
}

.meet-s h2 {
    color: #1e71c1;
    font: 900 19px/22px 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 28px 0 0 18px;
    float: left;
}

.meet-s h2 a {
    color: #993366;
}

.meet-s h2 a span {
    color: #333333;
    font: 400 16px/12px 'Lato', sans-serif;
    display: inline-block;
    text-transform: capitalize;
}

.meet-s .docs-pic {
    float: left;
    text-align: center;
    width: 100%;
}

.meet-s .docs-appointment {
    float: left;
    width: 100px;
    color: #ffffff;
    margin: 10px 0 24px 18px;
    font: 400 13px/28px 'Open Sans', sans-serif;
    text-transform: capitalize;
    text-align: center;
    background: #993366;
    border-radius: 5px;
}

.meet-s .docs-appointment a {
    color: #ffffff;
    display: block;
}

.common-s {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.common-s h2 {
    color: #ffffff;
    font: 400 23px/25px 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 21px 0 18px 18px;
    float: left;
    background: #993366;
    margin: 0 auto;
}

.common-s h2 a {
    color: #ffffff;
}

.common-s h2 a span {
    color: #ffffff;
    font-weight: 900;
}

.common-s ul {
    float: left;
    width: 100%;
    margin: 0 auto;
    background: url(../images/commons-bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}

.common-s li {
    font: 400 18px/62px 'Open Sans', sans-serif;
    color: #ffffff;
    border-bottom: 1px solid #618888;
}

.common-s li:hover {
    background: rgba(9, 20, 44, 0.51);
}

.common-s li a {
    display: block;
    padding: 0 0 0 11px;
    color: #ffffff;
}

.common-s li a span {
    margin: 0 11px 0 0;
}

.quicklinks-s {
    float: left;
    width: 100%;
}

.quicklinks-s h2 {
    font: 700 22px/60px 'Lato', sans-serif;
    background: #993366;
    text-transform: uppercase;
    padding: 0 0 0 12px;
    color: #ffffff;
    margin: 0px;
}

.quicklinks-s h2 a {
    color: #ffffff;
}

.quicklinks-s li {
    color: #ffffff;
    font: 400 18px/62px 'Open Sans', sans-serif;
    background: #333;
    border-bottom: 1px solid #6a6a6a;
}

.quicklinks-s li:hover {
    background: #09142c;
}

.quicklinks-s li a {
    color: #ffffff;
    display: block;
    padding: 0 0 0 16px;
}

.quicklinks-s li a span {
    background: url(../images/quicklinks-list-bg.png) no-repeat center top;
    background-size: 100% 100%;
    height: 33px;
    margin: 18px 19px 0 0;
    text-align: center;
    width: 30px;
    display: block;
    float: left;
}

.quicklinks-s li a span img {
    margin: -31px 0 0;
}

.ptreviews-s {
    float: left;
    width: 99%;
    border: 1px solid #444946;
    margin: 5px 0px;
}

.ptreviews-s h2 {
    font: 700 22px/60px 'Lato', sans-serif;
    background: #f3f3f3;
    text-transform: uppercase;
    padding: 0 0 0 61px;
    color: #444946;
    margin: 0px;
    background: url(../images/ptreviewss-bg.png) no-repeat 12px 11px;
}

.ptreviews-s h2 a {
    color: #444946;
}

.practicelocation-s {
    float: left;
    width: 99%;
    border: 1px solid #444946;
    margin: 5px 0px;
}

.practicelocation-s h2 {
    font: 700 22px/60px 'Lato', sans-serif;
    background: #09142c;
    text-transform: uppercase;
    padding: 0 0 0 12px;
    color: #ffffff;
    margin: 0px;
}

.practicelocation-s h2 a {
    color: #ffffff;
}

.practicelocation-s div {
    background: #f3f3f3;
    float: left;
    padding: 20px 0 0 10px;
    width: 96.5%;
}

.practicelocation-s h3 {
    font: 700 16px/18px 'Lato', sans-serif;
    padding: 0 0 10px 0;
    color: #272727;
    margin: 0px;
}

.practicelocation-s p {
    font: 400 14px/18px 'Lato', sans-serif;
    color: #212121;
    margin: 0px;
}

.practicelocation-s p a {
    color: #212121;
}

.practicelocation-s p.driving-s {
    font: 700 14px/18px 'Lato', sans-serif;
    margin: 10px 0 18px 0;
}

.practicelocation-s p.driving-s a {
    color: #01421c;
}

/*----- Sidebar styles END -----*/
.border-out {
    border: 4px solid #fff;
    outline: 1px solid #ccc;
}

.dr-page .dr-dic {
    color: #013563;
    float: left;
    font-size: 22px;
    line-height: 24px;
    font-style: normal;
    margin: 8px 0 0;
}

.UseFul-links {
    height: auto;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    width: 90%;
}

.UseFul-links img {
    border: 1px solid #666666;
    float: left;
    margin: 2px;
    padding: 10px;
}

.multimedialist {
    clear: both;
    min-height: 40px;
}

.media li {
    float: left;
    margin: 10px 15% 10px 0 !important;
    padding: 0 !important;
    width: 100px;
}

.media li a {
    background: #1e71c1;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    height: 33px;
    line-height: 20px;
    padding: 5px 0 5px 40px;
    text-decoration: none;
    width: 180px;
}

.media li a:hover {
    color: #fff;
}

.video a {
    background: url(../images/loadmove.png) no-repeat 12px 5px #1e71c1 !important;
}

.print a {
    background: url(../images/print-icon.png) no-repeat 10px 5px #1e71c1 !important;
}

.info a {
    background: url(../images/patient-icon.png) no-repeat 12px 5px #1e71c1 !important;
}

.video a:hover {
    background: url(../images/loadmove.png) no-repeat 12px 5px #ba893a !important;
}

.print a:hover {
    background: url(../images/print-icon.png) no-repeat 10px 5px #ba893a !important;
}

.info a:hover {
    background: url(../images/patient-icon.png) no-repeat 12px 5px #ba893a !important;
}

.textMain .review li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    margin: 10px;
}

.p-testimonials p.p-text::before {
    color: #2d4597;
    content: "“";
    font: bold 47px/51px "helvetica_ceregular";
    left: -4px;
    position: absolute;
    top: -7px;
}

.p-testimonials p.p-text::after {
    color: #2d4597;
    content: "”";
    font: bold 47px/44px "helvetica_ceregular";
    position: absolute;
}

.p-testimonials p {
    font: 13px/21px Verdana, Arial, Helvetica, sans-serif;
    padding: 0 0 0 16px;
    position: relative;
}

.dr-pic-left {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 0 3% 5px 4px;
    width: 270px;
}

.dr-pic-left img {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ccc;
    display: block;
    margin: 13px auto 10px;
    padding: 5px;
}

.dr-page .dr-pic {
    background: #fff none repeat scroll 0 0;
    float: right;
    margin: 0% 1% 0 2%;
    width: 215px;
}

.dr-page .dr-pic img {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ccc;
    display: block;
    margin: 13px auto 10px;
    padding: 5px;
}

.dr-page .meet-s {
    display: none;
}

.dr-page .dr-dic {
    font-style: normal;
    font-size: 22px;
    color: #013563;
    float: left;
    margin: 8px 0 0 0;
    text-align: left;
}

.formHead {
  background: #993366;
    color: #ffffff !important;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
}

.tableborder {
    border: 1px solid #1e71c1;
    border-radius: 0;
    float: left;
    margin: 30px 10px 0 0;
    min-height: 126px;
    text-align: left;
    width: 98%;
}

.schema-address-head {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    font: bold 14px/20px sans-serif;
    margin: 3px;
    padding: 4px 0 4px 10px;
}

.tableborder .text-address {
    width: 94% !important;
}

.text-address {
    color: #616060;
    font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
    padding: 0 10px;
    text-align: justify;
    text-decoration: none;
    width: 39%;
    float: left;
}

.text-address a {
    color: #000000;
    text-decoration: underline;
}

.text-address a:hover {
    color: #092441;
    text-decoration: underline;
}

.tel-schema {
    float: left;
    height: 28px;
    width: 100%;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.videoBorder {
    margin: 15px auto;
    padding: 55% 0 0;
    position: relative;
    width: 90%;
    border: 4px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

.videoBorder iframe,
.videoBorder embed,
.multiBorder iframe,
.multiBorder embed {
    border: 0 none !important;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100.1%;
}

.videoborder {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    width: 98%;
    border: 4px solid #333;
    margin: 0 auto;
}

.videoborder iframe,
.videoborder object,
.videoborder embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.contact-view {
    padding: 1px 3% 5px 3%;
    border: 2px solid #29ABFF;
    border-radius: 20px;
    margin: 35px 0px 0px 0px;
}

.contact-view h3 {
    color: #022c45;
    font: normal 18px/25px Verdana, Arial, Helvetica, sans-serif !important;
    text-align: left;
    text-decoration: none;
    margin: -15px 0px 0px 0px;
    background: #ffffff;
    padding: 0px 6px;
    border: 1px solid #29ABFF;
    border-radius: 10px 0px;
    color: #022c45;
    display: table;
}

.contact-view h3 a {
    text-decoration: none;
    background: #ffffff;
    padding: 0px 6px;
    border: 1px solid #29ABFF;
    border-radius: 10px 0px;
    color: #022c45;
}

.contact-view li {
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 19%;
    background-image: none !important;
}

.google-map-view {
    border: 1px solid #01b6e0;
    float: left;
    height: 210px;
    margin: 10px 0;
    position: relative;
    width: 93%;
}

.google-map-view iframe {
    border: 0 none !important;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.contact-left {
    width: 50%;
    float: left;
}

.contact-right {
    width: 50%;
    float: left;
}

.contact-links {
    float: left;
    width: 100%;
}

.contact-links li {
    background: #e1e1e1 !important;
    border: 3px solid #29ABFF;
    color: #000000;
    float: left;
    font: 16px/51px Verdana, Arial, Helvetica, sans-serif;
    height: 51px;
    margin: 9px 3% 20px 0;
    padding: 0 !important;
    position: relative;
    width: 288px;
}

.contact-links li img {
    float: left;
    margin: 18px 22px 0 13px;
}

.contact-links li a {
    color: #000000;
    text-decoration: none !important;
}

.mandatory {
    color: #ff8204;
    font: bold 10px Verdana, Verdana, Arial, Helvetica, sans-serif;
}

.contact-page h2 span {
    color: #013563;
    font-size: 16px;
    font-style: normal;
    margin: 8px 0 0;
}

#contact-title {
    position: relative;
    text-align: center;
    width: 100%;
    height: 150px;
    background: #993366;
    /* Old browsers */
   
    /* IE6-9 fallback on horizontal gradient */
}

.ctitle {
    position: relative;
    z-index: 3;
    opacity: 1;
    padding: 28px 0 0;
}

.background-pattern {
    position: absolute;
    opacity: 0.9;
    height: 150px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

#contact-title h1 {
    margin: 0px;
    font: 700 45px/49px 'Open Sans', sans-serif;
    color: #fff;
}

#contact-title p {
    font: 700 16px/20px 'Open Sans', sans-serif;
    color: #ffffff;
}

.contact-page ul li.contact-info {
    float: left;
    width: 36%;
    text-align: center;
    display: contents;
    background-image: none !important;
    padding: 20px auto !important;
    padding: 42px auto !important;
}
.contact-page ul li.contact-info .contact-text {
	margin: 20px auto;
}

.contact-page li.contact-info i {
    font-size: 36px;
    color: #1e71c1;
}

.contact-page li.contact-info h4 {
    text-align: center;
    margin: 10px auto;
}

.contact-page li.contact-info h4 a {
    text-decoration: none;
}

.contact-page .textMain h2 {
    font: 30px/32px 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    margin: 50px auto;
    color: #1e71c1;
}

.facebook-head {
    font-size: 28px;
}

.contact-tab-content {
    border: 1px solid #1e71c1;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.contact-adds {
    border-right: 1px dashed #c1c1c1;
    color: #4d4e4e;
    float: left;
    font: 400 15px/23px 'Open Sans', sans-serif;
    min-height: 232px;
    text-align: left;
    width: 40%;
}

.contact-adds h4 {
    color: #4d4e4e;
    font: 400 18px/24px "Open Sans", sans-serif;
    text-align: left;
}

.contact-adds a {
    text-decoration: none !important;
    color: #4d4e4e !important;
}

.contact-tab-content .google-map-view {
    border: 1px solid #c1c1c1;
    float: right;
    height: 210px;
    margin: 10px 0;
    position: relative;
    width: 55%;
}

.textMain .links-tabs {
    line-height: 40px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.textMain .links-tabs li {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}

.textMain .links-tabs li a {
    background: #f6f4f4;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000000;
    padding: 5px 10px;
    text-decoration: none;
}

.textMain .links-tabs li a:hover {
    border: 1px solid #1e71c1;
    color: #303030;
}

.PDFtext img {
    border: 1px solid #F01532;
}

.pdf-links li {
    background-image: none !important;
    float: left;
    margin: 6px auto !important;
    padding: 0 7px !important;
    width: 100%;
    text-align: left;
    font: 400 15px/18px "Lato", sans-serif;
}

.pdf-links li i {
    float: left;
    font-size: 20px;
    margin: 0 13px 0 0;
    color: #f20928;
}

.pdf-links-bg li {
    background-image: none !important;
    float: left;
    margin: 0px auto !important;
    padding: 10px !important;
    width: 100%;
    text-align: left;
    font: 400 16px/18px "Lato", sans-serif;
}

.pdf-links-bg li i {
    float: left;
    font-size: 20px;
    margin: 0 13px 0 0;
    color: #f20928;
}

.video-title {
    font: 600 15px/18px "Lato", sans-serif;
    text-align: center;
    color: #2b2b2b;
    background: #ccc;
    width: 80%;
    margin: -16px auto 10px;
    padding: 7px;
    border-radius: 3px;
}

.cont-det-c {
    float: left;
    margin: 10px auto;
    width: 50%;
}

.ui-accordion-header {
    background: url(../images/plus.png) no-repeat 95% 45% #993366;
    font: 700 22px/26px 'Lato', sans-serif !important;
    color: #fff !important;
    height: 45px;
    padding: 15px 0 0 22px;
    margin: 2px auto;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 1px solid #1e71c1;
    border-right: 1px solid #1e71c1;
    border-left: 1px solid #1e71c1;
}

.ui-accordion-header:hover,
.ui-accordion-header.ui-state-active {
    background: url(../images/minus.png) no-repeat 95% 45% #09142c;
    border-top: 1px solid #09142c;
    border-right: 1px solid #09142c;
    border-left: 1px solid #09142c;
}

.ui-accordion-content.ui-accordion-content-active {
    margin: -10px 0 0;
    padding: 15px 20px 24px 20px;
    border-left: 1px solid #09142c;
    border-right: 1px solid #09142c;
    border-bottom: 1px solid #09142c;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
	height: auto !important;
}

.sub-page #Quicklinks li {
    background-image: none !important;
    color: #000000;
    float: left;
    padding: 0 !important;
    width: 230px;
}

.sub-page #Quicklinks li:hover {
    background: #444946;
}

.sub-page #Quicklinks li:hover a {
    color: #ffffff;
}

.sub-page #Quicklinks li a {
    color: #000000;
    display: block;
}

.sub-page #Common li {
    background-image: none !important;
    float: left;
    margin: 0 0 24px;
    padding: 0 !important;
    width: 100%;
}

.sub-page #Common li div p {
    color: #000000;
    font: 400 14px/18px "Open Sans", sans-serif;
    width: 100%;
}

.ui-accordion-content li {
    font: 400 15px/19px 'Lato', sans-serif !important;
    color: #000000 !important;
    background: url(../images/services-bg-s.png) no-repeat 0px 10px !important;
    padding-left: 20px !important;
    text-align: left;
}

.ui-accordion-content li a {
    color: #000000 !important;
}

#fractures-page .accordion {
    margin: 1em 0;
}

#fractures-page .accordion h2 {
    background: url(../images/accordian-icon.png) 95% center no-repeat #868686;
    color: #fff !important;
    cursor: pointer;
    margin: 5px 0 0;
    padding: 4px 10px;
    font: 18px/22px 'Lato', sans-serif !important;
}

#fractures-page .accordion h2.current {
    background: url(../images/accordian-icon-hover.png) 95% center no-repeat #868686;
    cursor: default;
    color: #fff !important;
    border: 1px solid #868686;
    border-bottom: 0 solid #4A4F53 !important;
}

#fractures-page .accordion div.pane {
    padding: 15px 10px 10px;
    border: 1px solid #868686;
}

.services-page .services-s,
.common-topics .common-s,
.patient-resources-s .quicklinks-s {
    display: none;
}

#backtotop {
    background: url("../images/scroll.png") no-repeat 0 0;
    bottom: 50px;
    cursor: pointer;
    display: none;
    height: 48px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 58px;
}

.useful-list {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px 1%;
    min-height: 200px;
    min-width: 250px;
    text-align: center;
    vertical-align: top;
    width: 46%;
    float: left;
}

.useful-list > a {
    display: block;
    padding: 10px 0;
    width: 100%;
}

.textMain .useful-list h3 {
    border-top: 1px solid #ccc;
    margin: 0;
    font: 22px/28px "Open Sans", sans-serif;
    padding: 20px 5px 10px;
    text-align: center;
}

.video.clearfix.gal-list > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 165px;
}

.video.clearfix.gal-list li img {
    border: 2px solid #fff;
    outline: 1px solid #ccc;
}

.video.clearfix.gal-list ul {
    text-align: center;
}

.blog-posts li {
    background: none !important;
    padding: 10px !important;
}

.testimonials-left {
    float: left;
    width: 31%;
    margin: 1%;
    min-height: 300px;
}

.testimonials-left-post {
    float: left;
    width: 48%;
    margin: 1%;
    min-height: 195px;
}

.video-title-m {
    font: 600 12px/15px "Lato", sans-serif;
    text-align: center;
    color: #2b2b2b;
    background: #ccc;
    width: 90%;
    margin: -1px auto 10px;
    padding: 5px;
    border-radius: 2px;
}

.tab-list ul li {
    background: none !important;
    padding: 0px;
}

.tab-list ul li a {
    font: 600 16px/18px "Lato", sans-serif;
    color: #fff;
    padding: 10px;
    display: block;
    background: #1e71c1;
    width: 150px;
    border-radius: 3px;
}

.tab-list ul li a:hover {
    color: #fff;
}

#mapviewer iframe {
    pointer-events: none;
}

#mapviewer iframe.clicked {
    pointer-events: auto;
}

.bloggallery {
    width: 180px;
    float: right;
}

.bloggallery a {
    font: 700 20px/42px Verdana, Arial, Helvetica, sans-serif;
    background: #444946;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 4px;
}

.bloggallery a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #1e71c1;
}

.fa-phone::before {
    position: relative;
    top: 2px;
}

.dfw-blackmode header,
.dfw-blackmode #Servicesh-Container,
.dfw-blackmode #Meetdr-Container,
.dfw-blackmode #Quicklinks-Container,
.dfw-blackmode #Ourpatients-Container,
.dfw-blackmode footer,
.dfw-blackmode .doch-txt,
.dfw-blackmode #Content-Container,
.dfw-blackmode #Menu-Container,
.dfw-blackmode .menu li > a:hover,
.dfw-blackmode .menu li li a:hover,
.dfw-blackmode .menu li li a,
.dfw-blackmode .doch-appointment a,
.dfw-blackmode #specialties-slider-tabs li.midel a,
.dfw-blackmode #specialties-slider-tabs,
.dfw-blackmode #Sidebar .services-s li,
.dfw-blackmode #Sidebar .services-s li:hover,
.dfw-blackmode #Sidebar .services-s,
.dfw-blackmode .meet-s .docs-appointment,
.dfw-blackmode .common-s h2,
.dfw-blackmode .common-s ul,
.dfw-blackmode .quicklinks-s h2,
.dfw-blackmode .quicklinks-s li,
.dfw-blackmode .quicklinks-s li:hover,
.dfw-blackmode #Content-Main,
.dfw-blackmode .menu li li:hover,
.dfw-blackmode .menu li li,
.dfw-blackmode .location-container,
.dfw-blackmode .formHead {
    background: #000;
}

.dfw-blackmode .menu li li a:hover {
    background: #000 !important;
}

.dfw-blackmode #Common-Container {
    background: url(../images/common-bg.jpg) no-repeat center top #000;
}

.dfw-blackmode .appointment-h li .call a,
.dfw-blackmode .appointment-h li .book-appoint a,
.dfw-blackmode #Servicesh p.title-text,
.dfw-blackmode .doch-txt p,
.dfw-blackmode .doch-txt h2 a span,
.dfw-blackmode .ourpatients-txt,
.dfw-blackmode #Ourpatients .read-more a,
.dfw-blackmode #Servicesh p.title-text a,
.dfw-blackmode .navigation,
.dfw-blackmode .textMain h1,
.dfw-blackmode .textMain h2,
.dfw-blackmode .textMain ul li,
.dfw-blackmode #Servicesh h1.title a,
.dfw-blackmode .doch-txt h2 a,
.dfw-blackmode .doch-txt h2 a i,
.dfw-blackmode #Ourpatients h2 a,
.dfw-blackmode .meet-s h2 a,
.dfw-blackmode .meet-s h2 a span,
.dfw-blackmode .ptreviews-s h2 a,
.dfw-blackmode .textMain,
.dfw-blackmode .textMain p,
.dfw-blackmode .dr-page .dr-dic,
.dfw-blackmode .textMain h3,
.dfw-blackmode .textMain h4,
.dfw-blackmode .textMainBold {
    color: #fff !important;
}

.dfw-blackmode .appointment-h li .book-appoint a:hover,
.dfw-blackmode .appointment-h li .call a:hover,
.dfw-blackmode .menu a:hover,
.dfw-blackmode .menu li li a:hover,
.dfw-blackmode #Servicesh h1.title a:hover,
.dfw-blackmode .doch-txt h2 a:hover,
.dfw-blackmode .doch-txt h2 a i:hover,
.dfw-blackmode .doch-appointment a:hover,
.dfw-blackmode .footer-list a:hover,
.dfw-blackmode #Ourpatients .read-more a:hover,
.dfw-blackmode #Ourpatients h2 a:hover,
.dfw-blackmode #Quicklinks li a:hover,
.dfw-blackmode #specialties-slider-tabs li a:hover,
.dfw-blackmode #specialties-slider-tabs li.specialties_here a:hover,
.dfw-blackmode #Sidebar .services-s li a:hover,
.dfw-blackmode .meet-s h2 a:hover,
.dfw-blackmode .meet-s h2 a span:hover,
.dfw-blackmode .common-s h2 a span:hover,
.dfw-blackmode .common-s h2 a:hover,
.dfw-blackmode .ptreviews-s h2 a:hover,
.dfw-blackmode .practicelocation-s h2 a:hover,
.dfw-blackmode .quicklinks-s li a:hover,
.dfw-blackmode .quicklinks-s h2 a:hover,
.dfw-blackmode .common-s li a:hover {
    color: #FC0 !important;
}

.dfw-blackmode .doch-appointment a,
.dfw-blackmode #specialties-slider-tabs li.midel,
.dfw-blackmode #specialties-slider-tabs li,
.dfw-blackmode #Sidebar .services-s,
.dfw-blackmode .meet-s .docs-appointment,
.dfw-blackmode .meet-s,
.dfw-blackmode .common-s ul,
.dfw-blackmode .quicklinks-s,
.dfw-blackmode .location-container,
.dfw-blackmode .formHead,
.dfw-blackmode .tableborder,
.dfw-blackmode .contact-tab-content {
    border: 1px solid #fff;
}
.dfw-whitemode .doch-appointment a,
.dfw-whitemode #specialties-slider-tabs li.midel,
.dfw-whitemode #specialties-slider-tabs li,
.dfw-whitemode #Sidebar .services-s,
.dfw-whitemode .meet-s .docs-appointment,
.dfw-whitemode .meet-s,
.dfw-whitemode .common-s ul,
.dfw-whitemode .quicklinks-s,
.dfw-whitemode .location-container,
.dfw-whitemode .formHead,
.dfw-whitemode .tableborder,
.dfw-whitemode .contact-tab-content {
    border: 1px solid #000;
}

.dfw-blackmode #Meetdr-Container,
.dfw-blackmode footer,
.dfw-blackmode #Ourpatients-Container {
    border-top: 1px solid #fff;
}

.dfw-blackmode .textMain h1,
.dfw-blackmode #Meetdr-Container,
.dfw-blackmode #Ourpatients-Container,
.dfw-blackmode .menu li li a,
.dfw-blackmode #Sidebar .services-s li,
.dfw-blackmode #Sidebar .services-s li:hover,
.dfw-blackmode .common-s h2,
.dfw-blackmode .common-s li,
.dfw-blackmode .quicklinks-s h2,
.dfw-blackmode .quicklinks-s li {
    border-bottom: 1px solid #fff;
}

.p-treatments li {
    background: #1e71c1 !important;
    margin: 10px;
    width: 225px;
    color: #ffffff !important;
    padding: 0px !important;
    text-align: center;
    border-radius: 4px;
    float: left;
    height: 38px;
    padding: 10px !important;
}
.p-treatments li a {
    color: #fff;
}
.accessible_on #Accessibility li {
	display: block !important;
}

/*.dfw-whitemode .dfwOn li a {
	color: #000 !important;
}

.dfw-blackmode .dfwOn li a {
	color: #fff !important;
}

.dfw-blackmode .dfwClose a {
	color: #000 !important;
}*/

.accessible_on #specialties-slider-tabs li a span,
.accessible_on #specialties-slider-tabs li a span img,
.accessible_on .specialties-image,
.accessible_on #Common li span,
.accessible_on #Quicklinks li a span,
.accessible_on .google-map-view{
    display: none;
}

.accessible_on #specialties-slider {
	width: 24%;
}

.accessible_on #Servicesh-Container,
.accessible_on #Meetdr-Container,
.accessible_on #Common-Container{
    border-bottom: 1px solid #ccc;
}

.accessible_on #Common li div {
	margin: 0px 0 0 0px;
}

.accessible_on #Quicklinks li{
    border: 1px solid #ccc;
}

.accessible_on .specialties-image {
	display: none;
}

.accessible_on .p-treatments a {
    color: #ffffff;
    display: block;
    padding: 10px !important;
}





/* ------------------------------ Media Screen:1139 CSS ------------------------------ */
.testimonials-left.testimonials-center {
    float: none;
    margin: 0 auto;
}

@media screen and (max-width: 1139px) {
    #specialties-slider-tabs li {
        font: 700 1.4vw/18px "Open Sans", sans-serif;
    }

    #contact-title h1 {
        font: 700 4.5vw/4.2vw "Open Sans", sans-serif;
    }

    .contact-page .textMain h4 {
        font: 400 1.9vw/1.8vw "Open Sans", sans-serif;
    }

  .location-container p.boldtext {
    font: 500 15px/20px "Lato", sans-serif;
    width: 90%;
}
	.location-container p {
    font: 400 12px/18px 'Lato', sans-serif;
    color: #ffffff;
}

  .location-container .address-heading {
    font: 500 2vw/32px "Lato", sans-serif;
}

    .useful-list {
        width: 305px;
    }
	.location-container {
    background: #993366;
    height: 130px;
    left: 16%;
    position: absolute;
    top: 14px;
    width: 39%;
    z-index: 2;
    padding: 5px 0 23px 3%;
}
}

/* ------------------------------ Media Screen:959 CSS ------------------------------ */
@media screen and (max-width: 959px) {
	
	.location-container {
    background: #993366;
    height: 112px;
    left: 16%;
    position: absolute;
    top: 1px;
    width: 51%;
    z-index: 2;
    padding: 5px 0 23px 3%;
}
	.location-container .address-heading {
    font: 500 2vw/26px "Lato", sans-serif;
}
	.location-container p {
    font: 200 13px/15px "Lato", sans-serif;
}
	
	#Map-Container {
    height: 134px;
    border-top: 1px solid #9a9a9a;
    position: relative;
}
	.footer-list h2 {
    font: 400 18px/29px 'Lato', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px 0 16px 0;
}
    .header-right {
        float: right;
        width: 290px;
    }

    .socialh-links {
        float: none;
        width: 180px;
        margin: 0 auto;
    }

    .appointment-h {
        width: 298px;
    }

    .appointment-h li {
        margin: 10px auto;
        width: 100%;
    }

    .appointment-h li .book-appoint {
        padding: 0 0 0 0px;
    }

    .logo {
        float: left;
        margin: 18px 0 0 5px;
        width: 53%;
    }

    .doch-txt h2 {
        font: 800 3.8vw/27px 'Lato', sans-serif;
    }

    .doch-txt h2 a i {
        font: 700 25px/42px 'Lato', sans-serif;
    }

    .doch-txt h2 a span {
        font: 400 17px/33px 'Lato', sans-serif;
    }

    .doch-txt p {
        padding: 6px 0 2%;
    }

    .doch-appointment {
        margin: 0 5% 3% 0;
    }

    .specialties-image li {
        font: 400 14px/18px 'Open Sans', sans-serif;
    }

    .menu li {
        font: 400 14px/54px 'Open Sans', sans-serif !important;
    }

    .address-s .contact-adds {
        float: none;
        border-right: 0px dashed #c1c1c1;
        border-bottom: 1px dashed #c1c1c1;
        width: 99%;
    }

    .address-s .contact-tab-content .google-map-view {
        width: 100%;
    }

    .ui-accordion-header {
        font: 700 16px/21px "Lato", sans-serif !important;
    }
}

/* ------------------------------ Media Screen:800 CSS ------------------------------ */
@media screen and (max-width: 800px) {
    #Common-Container h2.heading {
        font: 400 4.2vw/40px "Lato", sans-serif;
    }

    .doch-pic a img {
        bottom: 18%;
    }

    .doch-pic {
        min-height: 347px;
    }

    #specialties-slider {
        width: 100%;
    }

    .specialties-image {
        float: none;
        height: 308px;
        margin: 0 auto;
        position: relative;
        width: 450px;
    }

    #specialties-slider-tabs {
        width: 101%;
    }

    #specialties-slider-tabs li {
        font: 700 2.4vw/18px 'Open Sans', sans-serif;
    }

    #specialties-slider-tabs li a span {
        width: 26%;
    }

    .dr-page .dr-pic {
        float: none;
        margin: 10px auto;
    }

    .dr-pic-left {
        float: none;
        margin: 10px auto;
    }

    .facebook-head {
        font-size: 18px;
    }

    .cont-det-c {
        float: none;
        margin: 0 !important;
        width: 310px;
    }

   

    .testimonials-left {
        width: 48%;
    }

    .testimonials-left-post {
        float: none;
        width: 98%;
        margin: 0px auto;
    }

    .contact-page ul li.contact-info {
        min-height: 130px;
        width: 45%;
    }

    .contact-page .textMain h4 {
        font: 400 2vw/2.8vw "Open Sans", sans-serif;
    }

   .logo {
    float: none;
    margin: 18px 0 0 5px;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

    .header-right {
        float: none;
        margin: 19px auto;
        width: 290px;
    }

    #Header {
        padding: 20px 0 0;
    }
	.headimg{
		text-align: center;
		float: none;
		width: auto;
		margin: 0;
	}
	.logo a:first-child{
		border-right: none;
	}
}

/* ------------------------------ Media Screen:640 CSS ------------------------------ */
@media screen and (max-width: 640px) {
    #Header {
        padding: 20px 0 0px;
    }

    #Intra-Container,
    #Intra-Container-S {
        display: none;
    }

    #Content-Left {
        display: inherit;
        width: 100%;
    }

    #Sidebar {
        display: inherit;
        margin: 10px auto;
    }

    .intra-main {
        display: none;
    }

    a.call-block {
        display: inline;
    }

    a.call-none {
        display: none;
    }

    #backtotop {
        display: none !important;
    }

    .footer-menu,
    .footer-specialties,
    .footer-info,
    .footer-hours {
        margin: 0 0 0 1%;
        width: 45%;
    }

    #Common li div p {
        width: 100%;
    }

    #Common li span {
        margin: 0 0 0 5%;
    }

    .doch-txt h2 {
        font: 800 27px/27px "Lato", sans-serif;
    }

    .doch-pic {
        float: none;
        min-height: 240px;
        width: 100%;
    }

    .doch-txt {
        min-height: 315px;
        width: 96%;
    }

    .doch-pic a img {
        bottom: -10px;
        left: 0;
        margin: 0 auto;
        position: relative !important;
        width: 310px;
        border: 7px solid #ebebeb;
    }

    #Quicklinks li div {
        font: 400 13px/20px 'Lato', sans-serif;
    }

    #specialties-slider-tabs li {
        width: 49%;
        border-left: 1px solid #ffffff;
    }

    #specialties-slider-tabs li a span {
        width: 23%;
    }

    #specialties-slider-tabs li {
        font: 700 16px/18px 'Open Sans', sans-serif;
    }

    .contact-page ul li.contact-info {
        background-image: none !important;
        display: block;
        float: none;
        margin: 9px auto;
        padding: 0 !important;
        text-align: center;
        width: 310px;
    }

    .contact-adds {
        border-bottom: 1px dashed #c1c1c1;
        border-right: 0 dashed #c1c1c1;
        color: #4d4e4e;
        float: none;
        font: 400 15px/20px "Open Sans", sans-serif;
        min-height: 178px;
        text-align: left;
        width: 100%;
    }

    .contact-tab-content .google-map-view {
        border: 1px solid #c1c1c1;
        float: left;
        width: 100%;
    }

    .contact-page .textMain h4 {
        color: #4d4e4e;
        font: 400 18px/20px "Open Sans", sans-serif;
        text-align: left;
    }

    .contact-page .textMain h2 {
        font: 22px/32px "Open Sans", sans-serif;
        margin: 0 auto;
        position: relative;
        text-align: left;
    }

    #contact-title h1 {
        font: 700 23px/24px "Open Sans", sans-serif;
        margin: 0;
    }

 .location-container {
    bottom: 0;
    height: 106px;
    left: 0;
    padding: 0 0 36px 3%;
    position: absolute;
    top: 0px;
    width: 310px;
    z-index: 2;
}
	.socialh-links li {
    float: left;
    height: 30px;
    width: 30px;
    margin: 10px 30px;
    text-align: center;
}

   .location-container p.boldtext {
    font: 200 11px/16px "Lato", sans-serif;
    width: 90%;
}

  .location-container .address-heading {
    font: 400 14px/20px "Lato", sans-serif;
}

    .location-container p {
        font: 200 10px/18px "Lato", sans-serif;
    }
}

/* ------------------------------ Media Screen:480 CSS ------------------------------ */
@media screen and (max-width: 480px) {

    footer-menu,
    .footer-specialties,
    .footer-info,
    .footer-hours {
        margin: 0 auto;
        padding: 0 0 0 3px;
        width: 310px;
    }
	
	.location-container {
    bottom: 0;
    height: 115px;
    left: 72px;
    padding: 0 0 36px 3%;
    position: absolute;
    top: 0px;
    width: 310px;
    z-index: 2;
}

    #Quicklinks li {
        float: left;
        width: 31%;
    }
	#Map-Container {
    /* display: none; */
    height: 74px;
    border-top: 1px solid #9a9a9a;
    position: relative;
}

    #Common-Container h2.heading {
        font: 400 5vw/40px "Lato", sans-serif;
    }

    .specialties-image {
        float: none;
        height: 308px;
        margin: 0 auto;
        position: relative;
        width: 314px;
    }

    #specialties-slider-tabs li a {
        text-align: center;
    }

    #specialties-slider-tabs li a span {
        text-align: center;
        width: 23%;
        margin: -31px auto 3px;
        float: none;
        display: block;
    }
}

@media screen and (max-width: 360px) {
    .testimonials-left {
        width: 80%;
        margin: 0px auto;
        float: 300e;
    }
}