/*
Theme Name: Noah Chinitz MD
Theme URI: http://www.yourpracticeonline.net
Description: This theme is completely compatible with WordPress 4.0
Author URI: http://www.yourpracticeonline.net
Version: 1.0
*/
/* ------------------------------ Global CSS ------------------------------ */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,400italic,300,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
body {
margin: 0px;
padding: 0px;
overflow-y: scroll;
*overflow-y: none;
}
img {
border: 0px;
max-width: 100%;
vertical-align: middle;
}
p, h1, h2, h3, h4, h5, h6 {
margin: 0px 0px;
padding: 0px;
}
ul, ol {
margin: 0px;
padding: 0px;
}
ul {
list-style: none;
}
a, a:hover {
text-decoration: none;
outline: none;
}
.clear {
clear: both;
}
#toTop {
  width: 100px;
  background: #005DAC;
  text-align: center;
  position: fixed;
  bottom: 84px;
  right: 0px;
  cursor: pointer;
  display: none;
  color: #ffffff;
  font-family: verdana;
  font-size: 12px;
  padding: 8px;
  z-index: 10;
  border-radius: 5px 0 0 5px;
}
#toTop:hover {
  background: #005DAC;
}
#backtotop {
background: url('/images/scrool-top.png') no-repeat;
width: 40px;
height: 40px;
position: fixed;
bottom: 50px;
right: 20px;
display: none;
text-indent: -9999px;
cursor: pointer;
}
/* ------------------------------ 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-div {
width: 100%;
height: 100%;
}
.Interactivity .Intra-L, .Interactivity .Intra-R {
position: absolute;
z-index: 100;
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
}
.Interactivity #Slider3 .Intra-L, .Interactivity #Slider3 .Intra-R {
position: absolute;
z-index: 110;
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
}
.Intra-L {
left: -100%;
}
.Intra-R {
right: -100%;
}
.Intra-Tabs {
position: absolute;
z-index: 200;
margin: 0px;
padding: 0px;
}
/*** common styles starts here ***/
header, #dr-sec-wrapper, #affiliations-wrapper, #locations-wrapper, footer, #Intra-Container, #Intra-Container1, #Intra-Container1-S, #Intra-Container-S, #Content-Container, #Menu-Container {
width: 100%;
float: left;
}
.header, .dr-sec-wrapper, .affiliations-wrapper, .locations, .footer, .Interactivity, #Content-Main, #Main-Menu {
max-width: 1170px;
float: none;
margin: 0 auto;
}
.dr-sec, .intra-div {
display: table;
}
.dr-sec-right, #Content-Left {
display: table-cell;
width: 74%;
vertical-align: top;
}
/*** header styles starts here ***/
header {
padding: 24px 0 10px 0;
}
.header-left {
float: left;
}
.header-left img {
padding: 0 10px;
}
.header-left img.westmed-logo {
border-left: 1px solid #e5e5e5;
}
.header-right {
float: right;
width: 445px;
}
.header-right .visit {
float: left;
width: 252px;
border: 1px solid #f0f0f0;
font: 300 18px/18px 'Roboto Slab', serif;
border-radius: 12px;
margin: 0px 0px 0px 0px;
}
.header-right .visit a {
background: url(/images/sprite.png) 14px 9px no-repeat;
padding: 10px 0 10px 50px;
display: block;
color: #000000;
}
.header-right .call {
float: right;
font: 300 20px/20px 'Roboto Slab', serif;
padding: 12px 0 0 0;
}
.header-right .call a {
background: url(/images/sprite.png) 0px -28px no-repeat;
color: #3f3f3f;
padding: 0 0 0 43px;
}
/*** header styles ends here ***/
/*** menu styles starts here ***/
#Main-Menu, #Mobile-Main {
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
height: 54px;
}
#Mobile-Main {
display: none;
}
#access li {
font: 400 14px/14px 'Roboto Slab', serif;
color: #696868;
color: #fff;
float: left;
position: relative;
text-align: center;
text-transform: uppercase;
}
#access li a {
display: block;
color: #00529b;
padding: 20px 40px;
margin: 0 10px;
}
.affilations-sidebar {
background: #4fb5e6;
}
.affilations-sidebar ul li {
padding: 10px 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#access li a { padding: 20px 40px;  }
}
#access a:hover {
color: #fff;
background: #27a8ca;
}
#access ul ul {
position: absolute;
z-index: 99999;
display: none;
left: 10px;
padding: 0px;
width: 227px;
}
#access ul li.menu-item-167 ul {
width: 200px;
}
#access ul li.menu-item-164 ul {
width: 170px;
}
#access ul ul li {
font: 400 13px/14px 'Roboto Slab', serif;
color: #ffffff;
text-align: left;
float: none;
text-transform: none;
border-bottom: 1px solid #00529b;
}
#access ul ul a {
background: #1D71B1;
border: none;
color: #ffffff;
padding: 7px 0px 7px 15px;
margin: 0;
}
#access ul ul a:hover {
background: #2a3753;
color: #ffffff;
}
#access ul ul ul {
left: 96%;
top: 0px;
padding: 0px 0px 0px 7px;
width: 150px;
}
#access ul li:hover > ul {
display: block;
}
#access .menu li a:hover, #access .menu > li:hover > a, #access .menu li.current_page_item > a, #access .menu li.current-menu-item > a {
color: #fff;
background: linear-gradient(#256baa, #00529b);
border-top: 1px solid #00529b;
margin: -1px 10px 0 10px;
}
#access .menu > li.current-menu-ancestor > a, #access .menu > li.current-page-ancestor > a {
color: #fff;
background: linear-gradient(#256baa, #00529b);
border-top: 1px solid #00529b;
margin: -1px 10px 0 10px;
}
#access .menu ul li a:hover, #access .menu ul > li:hover > a, #access .menu ul li.current_page_item > a, #access .menu ul li.current-menu-item > a {
color: #fff;
background: linear-gradient(#256baa, #00529b);
border-top: 1px solid #00529b;
margin: -1px 10px 0 10px;
}
#access .menu ul > li.current-menu-ancestor > a, #access .menu ul > li.current-page-ancestor > a {
color: #fff;
background: linear-gradient(#256baa, #00529b);
border-top: 1px solid #00529b;
margin: -1px 10px 0 10px;
}

#access .menu li li a:hover, #access .menu > li li:hover > a, #access .menu li li.current_page_item > a, #access .menu li li.current-menu-item > a {
color: #00529b;
background: #fff;
margin: 0px;
}
#access .menu > li li.current-menu-ancestor > a, #access .menu > li li.current-page-ancestor > a {
color: #00529b;
background: #fff;
margin: 0px;
}
#access .menu ul li li a:hover, #access .menu ul > li li:hover > a, #access .menu ul li li.current_page_item > a, #access .menu ul li li.current-menu-item > a {
color: #00529b;
background: #fff;
margin: 0px;
}
#access .menu ul > li li.current-menu-ancestor > a, #access .menu ul > li li.current-page-ancestor > a {
color: #00529b;
background: #fff;
margin: 0px;
}
/* ---------- Mobile Menu ---------- */
#Mobile-Menu {
display: none;
width: 100%;
margin: 0px;
}
.menu-link {
font: 400 24px/40px 'Roboto Slab', serif;
color: #1D71B1;
margin: 0px;
padding: 0px;
text-align: center;
border-top: 1px solid #1D71B1;
}
.menu-link a {
color: #1D71B1;
display: block;
}
.menu-link img {
margin: 0px 10px;
}
#wrapper {
left: 0px;
overflow: hidden;
width: 100%;
position: relative;
z-index: 99999;
}
#wrapper ul {
margin: 0px;
padding: 0px;
}
#wrapper ul ul {
margin: 0px;
padding: 0px;
display: none;
position: relative;
}
#wrapper ul ul ul {
margin: 0px;
padding: 0px;
}
#wrapper ul li {
font: normal 14px/35px Arial, Helvetica, sans-serif;
height: auto;
text-align: left;
float: none;
text-transform: none;
background: #1D71B1;
color: #ffffff;
border-bottom: 1px solid #27a8ca;
width: 100%;
}
#wrapper ul li a {
display: block;
color: #ffffff;
padding: 0px 0px 0px 20px;
}
#wrapper ul li a:hover {
color: #fff;
background: #27a8ca;
}
#wrapper .menu li > a:hover, #wrapper .menu > li:hover > a, #wrapper .menu li.current_page_item > a, #wrapper .menu li.current-menu-item > a {
color: #fff !important;
background: #27a8ca !important;
}
#wrapper .menu > li.menu-item-has-children > a {
background:#1d71b1 !important;
}
#wrapper .menu > li.menu-item-has-children a:hover, #wrapper .menu > li.menu-item-has-children:hover > a, #wrapper .menu > li.current-menu-ancestor > a, #wrapper .menu > li.current-page-ancestor > a, #wrapper .menu > li.menu-item-has-children a.active {
color: #fff !important;
}
#wrapper .menu-item-has-children ul a {
color: #fff !important;
background: #6ACDE7 !important;
}
#wrapper .menu > li.menu-item-has-children li > a:hover {
color: #fff !important;
background: #27a8ca !important;
}
/*** menu styles ends here ***/
/*** banner styles starts here ***/

#Intra-Container1, #Intra-Container1-S {
display: block;
}
#Intra-Container, #Intra-Container-S {
display: none;
}

#Intra-Container, #Intra-Container-S, #Intra-Container1, #Intra-Container1-S {
background: url(/images/main-intra-bg.jpg) no-repeat center top;
overflow: hidden;
}
#Intra-Container .Interactivity, #Intra-Container1 .Interactivity {
height: 374px;
}
#Intra-Container-S .Interactivity, #Intra-Container1-S .Interactivity {
height: 273px;
}

#Intra-Container1 .Interactivity {
background: url(/images/banner1.jpg) no-repeat right top;
}
#Intra-Container1 .Intra-R, #Intra-Container .Intra-R {
background: url(/images/banner1-r.jpg) no-repeat left top;
z-index:100;
}

/*-------------------------*/
#Intra-Container1 #Meet1 {
background: url(/images/banner2.jpg) no-repeat right top;
}
#Intra-Container1 #Meet1 .Intra-R {
background: url(/images/banner2-r.jpg) no-repeat left top !important;
z-index:110 !important;
}
#Intra-Container1 #Meet2 {
background: url(/images/banner3.jpg) no-repeat right top;
}
#Intra-Container1 #Meet2 .Intra-R {
background: url(/images/banner3-r.jpg) no-repeat left top !important;
z-index:110 !important;
}
#Intra-Container1 #Meet3 {
background: url(/images/banner4.jpg) no-repeat right top;
}
#Intra-Container1 #Meet3 .Intra-R {
background: url(/images/banner4-r.jpg) no-repeat left top !important;
z-index:110 !important;
}
#Intra-Container1 #Meet4 {
background: url(/images/banner5.jpg) no-repeat right top;
}
#Intra-Container1 #Meet4 .Intra-R {
background: url(/images/banner5-r.jpg) no-repeat left top;
z-index:110;
}
#Intra-Container1 #Meet5 {
background: url(/images/banner6.jpg) no-repeat right top;
}
#Intra-Container1 #Meet5 .Intra-R {
background: url(/images/banner6-r.jpg) no-repeat left top;
z-index:110;
}
/*-------------------------*/

#Intra-Container .Intra-L, #Intra-Container1 .Intra-L {
background: url(/images/banner-l.jpg) no-repeat right top;
}

#Intra-Container #Banner0 {
background: url(/images/banner2.jpg) no-repeat right top;
}
#Intra-Container #Banner0 .Intra-R {
background: url(/images/banner2-r.jpg) no-repeat left top;
}
#Intra-Container #Banner1 {
background: url(/images/banner3.jpg) no-repeat right top;
}
#Intra-Container #Banner1 .Intra-R {
background: url(/images/banner3-r.jpg) no-repeat left top;
}

#Intra-Container #Banner2 {
background: url(/images/banner4.jpg) no-repeat right top;
}
#Intra-Container #Banner2 .Intra-R {
background: url(/images/banner4-r.jpg) no-repeat left top;
}

#Intra-Container #Banner3 {
background: url(/images/banner5.jpg) no-repeat right top;
}
#Intra-Container #Banner3 .Intra-R {
background: url(/images/banner5-r.jpg) no-repeat left top;
}

#Intra-Container #Banner4 {
background: url(/images/banner6.jpg) no-repeat right top;
}
#Intra-Container #Banner4 .Intra-R {
background: url(/images/banner6-r.jpg) no-repeat left top;
}

#Intra-Container1-S .Interactivity {
background: url(/images/inner-banner1.jpg) no-repeat right top;
}
#Intra-Container1-S .Intra-R {
background: url(/images/inner-banner1-r.jpg) no-repeat left top;
}
#Intra-Container1-S .Intra-L {
background: url(/images/inner-banner-l.jpg) no-repeat right top;
}
#Intra-Container-S #Banner0 {
background: url(/images/inner-banner2.jpg) no-repeat right top;
}
#Intra-Container-S #Banner0 .Intra-L {
background: url(/images/inner-banner2-l.jpg) no-repeat right top;
}
#Intra-Container-S #Banner0 .Intra-R {
background: url(/images/inner-banner2-r.jpg) no-repeat left top;
}
#Intra-Container-S #Banner1 {
background: url(/images/inner-banner3.jpg) no-repeat right top;
}
#Intra-Container-S #Banner1 .Intra-L {
background: url(/images/inner-banner3-l.jpg) no-repeat right top;
}
#Intra-Container-S #Banner1 .Intra-R {
background: url(/images/inner-banner3-r.jpg) no-repeat left top;
}
#Intra-Container-S #Banner2 {
background: url(/images/inner-banner4.jpg) no-repeat right top;
}
#Intra-Container-S #Banner2 .Intra-L {
background: url(/images/inner-banner4-l.jpg) no-repeat right top;
}
#Intra-Container-S #Banner2 .Intra-R {
background: url(/images/inner-banner4-r.jpg) no-repeat left top;
}
#Intra-Container-S #Banner3 {
background: url(/images/inner-banner5.jpg) no-repeat right top;
}

#Intra-Container-S #Banner3 .Intra-L {
background: url(/images/inner-banner5-l.jpg) no-repeat right top;
}
#Intra-Container-S #Banner3 .Intra-R {
background: url(/images/inner-banner5-r.jpg) no-repeat left top;
}
#Intra-Container-S #Banner4 {
background: url(/images/inner-banner6.jpg) no-repeat right top;
}
#Intra-Container-S #Banner4 .Intra-L {
background: url(/images/inner-banner6-l.jpg) no-repeat right top;
}
#Intra-Container-S #Banner4 .Intra-R {
background: url(/images/inner-banner6-r.jpg) no-repeat left top;
}
.intra-main {
padding: 50px 0px 0px 0;
width: 350px;
float: right;
}
.intra-main h2 {
color: #fff;
margin: 0px;
font: 700 48px/48px 'Roboto Condensed', sans-serif;
text-transform: uppercase;
text-shadow: 2px 2px #003c6f;
margin: 0 0 5px 0;
}
.intra-main span {
font: 300 20px/20px 'Roboto Condensed', sans-serif;
font-style: italic;
color: #fff;
}
.intra-main p {
font: 400 21px/21px 'Roboto Condensed', sans-serif;
color: #86ddf9;
}
.intra-main h2 a {
color: #000;
}
.intra-main h3 {
font: 700 43px/43px 'Roboto Condensed', sans-serif;
text-transform: uppercase;
text-shadow: 2px 2px #003c6f;
color: #fff;
margin: 0 0 19px 0;
}
.intra-main h3 a {
color: #fff;
}
.intra-main ul li {
float: left;
display: block;
width: 47%;
font: 300 15px/15px 'Roboto Condensed', sans-serif;
padding: 5px 0 5px 0;
border-bottom: 1px dashed #90aece;
margin: 3px 0 0 10px;
}

.intra-main ul.small-list li {
width: 70%;
}
.intra-main  ul li a {
color: #fff;
padding: 0 0 0 20px;
background: url(/images/sprite.png) 0px -147px no-repeat;
float: left;
}
.intra-main  ul li a:hover{
text-shadow: 3px 3px 5px #000;
}
.intra-main .read-more {
float: right;
font: 700 11px/12px 'Open Sans', sans-serif;
clear: both;
margin: 10px 0 0 0;
background: linear-gradient(#dbdbdb, #8f8f8f);
width: 84px;
text-align: center;
padding: 11px 0;
border-radius: 5px;
}
.intra-main .read-more a {
color: #05326b;
display: block;
}
#Slider1-Tabs, #Tabs {
position: absolute;
float: left;
width: 250px;
z-index: 10;
top: 20px;
left: 12px;
background: url(/images/service-tabs-bg.png) 0px 0px no-repeat;
height: 100%;
padding: 48px 0 0 0;
}
#Slider1-Tabs ul li, #Tabs ul li {
float: left;
width: 80%;
font: 500 20px/20px 'Roboto Condensed', sans-serif;
width: 100%;
}
#Slider1-Tabs ul li a, #Tabs ul li a {
background: url(/images/sprite.png) 0px -138px no-repeat;
padding: 8px 0 8px 20px;
display: block;
color: #ffffff;
border-bottom: 1px dashed #0877a9;
margin: 3px 0 0 30px;
width: 70%;
}
#Slider1-Tabs ul li:hover, #Slider1-Tabs ul li.Banner_here, #Tabs ul li:hover {
background: url(/images/bullets-hover.png) 0px 0px no-repeat;
}
#Slider1-Tabs ul li a:hover, #Slider1-Tabs ul li.Banner_here a, #Tabs ul li a:hover {
background: none;
color: #fffc00;
}
/*** banner styles ends here ***/
/*** dr sec styles starts here ***/
#dr-sec-wrapper {
padding: 44px 0 25px 0;
}
.dr-sec-left {
float: left;
width: 413px;
border-right: 1px solid #e0e0e0;
}
.dr-sec-left h2 {
font: 300 30px/30px 'Roboto Slab', serif;
color: #2c2c2c;
}
.dr-sec-left p {
font: 400 13px/13px 'Roboto Condensed', sans-serif;
color: #555555;
margin: 10px 0 0 0;
}
.dr-sec-left p a {
color: #555555;
text-decoration: underline;
}
.dr-sec-left p a:hover{ color:#005DAB;}
.dr-sec-right img {
float: right;
}
.dr-content {
width: 75%;
padding: 26px 0 0 38px;
float: left;
}
.dr-content h2 {
font: 300 42px/40px 'Roboto Slab', serif;
text-transform: uppercase;
margin: 0px 0 10px 0;
}
.dr-content span {
font: bold 16px/16px 'Roboto Condensed', Gadget, sans-serif;
text-transform: uppercase;
color:#666666;
}
.dr-content p {
font: 400 14px/20px 'Roboto Condensed', sans-serif;
color: #555555;
margin: 20px 0 20px 0;
}
.dr-content .view-profile {
background: #4db4e7;
}
.dr-content .view-profile:hover {
background: #f2f2f2;
}
.dr-content .view-profile a:hover {
color: #1a1a1a;
}
.dr-content .view-profile a {
color: #fff;
}
.dr-content .view-profile, .dr-content .schedule-app {
float: left;
width: 220px;
text-align: center;
margin: 0 2px;
font: 400 13px/13px 'Roboto Condensed', sans-serif;
}
.dr-content .view-profile a, .dr-content .schedule-app a {
display: block;
padding: 12px 0;
}
.dr-content .schedule-app {
background: #f2f2f2;
}
.dr-content .schedule-app:hover {
background: #4db4e7;
}
.dr-content .schedule-app a {
color: #1a1a1a;
}
.dr-content .schedule-app a:hover {
color: #fff;
}
/*** dr sec styles ends here ***/
/*** affiliations styles starts here ***/
#affiliations-wrapper {
background: #4db4e7;
padding: 11px 0;
}
.afflilations {
background: url(/images/afflitations-bg.png) 0px 0px no-repeat;
width: 231px;
margin: 0 0 0 67px;
padding: 7px 0 7px 99px;
font: 300 24px/24px 'Roboto Slab', serif;
float: left;
color: #fff;
}
.afflilations a {
color: #fff;
}
.img-list {
float: right;
width: 720px;
}
.img-list li {
float: left;
margin: 0 0 0 50px;
}
/*** affiliations styles ends here ***/
/*** locations styles starst here ***/
#locations-wrapper {
padding: 29px 0 35px 0;
background: #1f93cc;
color: #fff;
}
#locations-wrapper h2 {
font: 300 24px/24px 'Roboto Slab', serif;
margin: 0 0 19px 0;
}
.get-in-touch {
float: left;
width: 616px;
}
.get-in-touch ul {
float: left;
width: 300px;
}
.get-in-touch ul li {
margin: 0 0 7px 0;
}
.get-in-touch ul li input[type="text"], .get-in-touch textarea, .get-in-touch ul li input[type="email"] {
background: #4db4e7;
border: none;
width: 90%;
padding: 7px 0 7px 10px;
color: #fff;
font: 400 13px/13px 'Roboto Condensed', sans-serif;
color:#fff;
-webkit-text-fill-color: #fff !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.get-in-touch .form-textarea textarea {
height: 124px;
}
}
.get-in-touch .form-textarea textarea {
float: right;
width: 300px;
height: 113px;
}
.get-in-touch .captcha{
float:left;
width:100%;
}
.get-in-touch .captcha img{ width:80px; height:auto; float:left; margin:0 7px 0 0;}
.get-in-touch .captcha input[type="text"]{ width:60%;}
.get-in-touch .submit-buttons{
float:left;
width:100%;
}
.get-in-touch .buttons {
margin: 16px 0 -58px 0;
float: left;
}
.get-in-touch .buttons input[type="submit"], .get-in-touch .buttons input[type="reset"]  {
background: #F2F2F2;
border: 1px solid #e8e8e8;
width: 110px;
padding: 8px 0;
border-radius: 15px;
margin:0 5px 0;
cursor:pointer;
position: relative;
z-index:20;
}
.get-in-touch .buttons input[type="submit"]:hover, .get-in-touch .buttons input[type="reset"]:hover{
background: #4DB4E7;

}
div.wpcf7 img.ajax-loader{ width:auto !important;}
.practice-locations {
float: left;
width: 100%;
}
.practice-locations ul li {
float: left;
width: 42%;
border-right: 1px solid #4ca9d6;
}
.practice-locations ul li .address {
font: 400 16px/20px 'Roboto Condensed', sans-serif;
height: 57px;
}
.practice-locations ul li .address p {
float: left;
height: 77px;
}
.practice-locations ul li .address a {
background: url(/images/sprite.png) 0px -52px no-repeat;
width: 26px;
height: 26px;
display: block;
float: left;
}
.practice-locations ul li .mbl {
font: 700 16px/16px 'Roboto Condensed', sans-serif;
}
.adress-img {
	float:right;
	margin-right:60px;
	border-radius:10px;
}
.practice-locations ul li .mbl span {
background: url(/images/sprite.png) 0px -86px no-repeat;
width: 20px;
height: 22px;
display: block;
margin: 17px 0 -17px 0;
}
.practice-locations ul li .mbl a {
color: #fff;
padding:0 0 0 29px;
float:left;
}
.practice-locations ul li:last-child {
border: none;
padding: 0 0 0 30px;
}
/*** location styles ends here ***/
/*** footer styles starts here ***/
footer {
padding: 28px 0 32px 0;
text-align: center;
}
.footer-menu {
font: 400 16px/16px 'Roboto Condensed', sans-serif;
width: 500px;
margin: 0 auto 14px auto;
}
.footer-menu a {
margin: 0 4px;
color: #00529b;
}
.footer-menu a:hover{ text-decoration:underline;}
.footer-list {
width: 571px;
margin: 0 auto;
}
.copyright {
float: left;
width: 70%;
border-right: 1px solid #b2cbe1;
font: 400 13px/18px 'Roboto Condensed', sans-serif;
padding: 0 5px 0 0;
}
.copyright p {
float: right;
color: #00529b;
}
.copyright p span {
float: right;
}
.smo-icons {
float: left;
width: 132px;
border-right: 1px solid #b2cbe1;
padding: 0 14px;
height: 29px;
}
.smo-icons li {
float: left;
text-indent: -9999px;
margin: 0 0 0 6px;
}
.smo-icons li a {
width: 20px;
height: 20px;
background: url(/images/sprite.png) 0px 0px no-repeat;
display: block;
}
.smo-icons li.fb a {
background-position: 0px -210px;
}
.smo-icons li.twitter a {
background-position: -20px -210px;
}
.smo-icons li.linkedin a {
background-position: -50px -210px;
}
.smo-icons li.gp a {
background-position: -79px -210px;
}
.smo-icons li.yt a {
background-position: -107px -210px;
}
/*** footer styles ends here ***/
/*** Content Main styles ***/
#Content-Container {
padding: 14px 0 40px 0;
border-bottom: 1px solid #f5f5f5;
}
.navigation {
font: 400 14px/14px 'Roboto Condensed', sans-serif;
color: #00529b;
padding: 0 0 10px 10px;
}
.navigation a {
color: #767676;
}
.textMain {
font: 400 15px/20px 'Roboto Condensed', sans-serif;
color: #6a6868;
padding: 10px 30px 30px 10px;
text-align: justify;
}
.textMain a {
color: #033b5e;
text-decoration: underline;
}
.textMain a:hover {
color: #033b5e;
text-decoration: none;
}
.textMain p {
margin: 9px 0;
}
.textMain ul {
padding: 0px;
margin: 10px 0px;
}
.textMain ol {
padding: 0px;
margin: 10px 0px 0px 30px;
}
.textMain ul li {
padding: 5px 0px 5px 6px;
list-style: disc;
margin: 0 0 0 16px;
}
.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;
}
.meet-photo-s {
float: left;
background: #00529b;
color: #FFFFFF;
padding: 10px;
margin: 10px 20px 10px 0px;
}
/*----- textMain Heading Starts -----*/
.textMain h1 {
font: 300 40px/40px 'Roboto Condensed', sans-serif;
color: #00529b;
margin: 0px 0px 24px 0px;
padding: 0 0 13px 0;
text-align: left;
background: url(/images/h1-bg.png) no-repeat 0px bottom;
}
.textMain h2 {
font: 300 30px/30px 'Roboto Condensed', sans-serif;
color: #1a72c1;
text-align: left;
}
.textMain h2 a {
color: #627195;
}
.textMain h2 a:hover {
text-decoration: underline;
}
.textMain h3 {
font: 400 20px/20px 'Roboto Condensed', sans-serif;
color: #1a72c1;
text-align: left;
margin: 15px 0 0 0;
}
.textMain h3 a {
color: #1a72c1;
text-decoration: none;
}
.textMain h3 a:hover {

}
.textMain h4 {
font: 400 20px/20px 'Roboto Condensed', sans-serif;
color: #1a72c1;
text-align: left;
}
.textMain h4 a {
color: #2A3753;
}
.textMain h4 a:hover {
text-decoration: underline;
}
.textMainBold {
font: 400 15px/15px 'Roboto Condensed', sans-serif;
text-align: left;
color: #1a72c1;
}
.textMainBold a {
color: #1a72c1;
}
.textMainBold a:hover {
text-decoration: underline;
}
.PDFtext {
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
color: #999999;
}
.hr {
border-bottom: 1px dashed #1a72c1;
height: 10px;
}
.UseFul-links {
height: auto;
margin: 10px 0;
padding: 0;
text-align: center;
width: 90%;
}
.UseFul-links img {
border: 1px solid #666;
float: left;
margin: 2px;
padding: 10px;
}

.textMain .inner-read-more a {
float: right;
background: #4db4e7;
padding: 5px 9px;
color: #fff;
text-decoration: none;
}

.textMain .inner-read-more a:hover {
}
.textMain .other-list li, .textMain .child-list li {
float: left;
clear:both;
background: #005dac;
margin: 10px;
width: 70%;
}
.textMain .other-list li a, .textMain .child-list li a {
text-decoration: none;
color: #fff;
display: block;
background: url(/images/sprite.png) 10px -140px no-repeat;
padding: 5px 0px 5px 29px;
}
.textMain .other-list li:hover, .textMain .child-list li:hover {

}
.textMain .contact-us {
float: left;
border: 1px solid #00529b;
width: 98%;
margin: 0 0 10px 0;
padding: 5px;
}
.textMain .contact-us h3 {
background: #00529b;
margin: 0px 0 0px 0;
padding: 5px;
color: #fff;
}
.textMain .contact-us h3 a{ color:#fff;}
.contact-us-left {
float: left;
width: 35%;
padding: 30px 0 0 30px;
}
.contact-us-right {
float: right;
width: 28%;
}
.contact-us-right ul li {
float: left;
position: relative;
overflow: hidden;
color: #fff;
}

.contact-us-right ul li img {
padding: 5px;
border: 1px solid #005dac;
border-radius: 5px;
}

.contact-us-right ul li .textbox {
width: 158px;
height: 110px;
position: absolute;
top: 13px;
left: 8px;
-webkit-transform: scale(0);
transform: scale(0);
border-radius: 5px;
background-color: rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
color: #fff;
text-align: center;
}
.contact-us-right ul li:hover .textbox {
-webkit-transform: scale(1);
transform: scale(1);
}
.text {
padding-top: 50px;
font: 400 20px/20px "Roboto Condensed", sans-serif;
font-style: italic;
}
.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.contact-form {
float: left;
width: 50%;
}
.contact-form .wp-form ul.text li {
width: 95%;
}
.contact-form .wp-form ul.captcha li input[type="text"] {
width: 48%;
}
.contact-iframe iframe{
width:99%;
height:450px;
border:none;
}
.info {
float: right;
width: 50%;
padding: 30px 0 0 0;
}
.gen-contact-info {
width: 98%;
float: left;
}
.info img, .gen-contact-info img {
margin: 0 10px 0 0;
}
.info ul li, .gen-contact-info ul li {
margin: 0 0 10px 10px;
font-weight: 700;
}
.info ul li a, .gen-contact-info ul li a {
text-decoration: none;
}
.page-id-13 #Content-Left, .page-id-244 #Content-Left {
display: inline !important;
}
.textMain .inner-services {
width: 100%;
float: left;
background: url(/images/services-bg.jpg) 0px 0px no-repeat;
padding: 27px 0 23px 0;
margin: 0 0 20px 0;
}
.textMain .inner-services .inner-services-img {
float: left;
padding: 0 26px 0 38px;
border-right: 1px solid #e8e8e8;
}
.textMain .inner-services  .inner-services-content {
float: left;
width: 76%;
}
.textMain .inner-services  .inner-services-content ul li {
color: #6a6868;
font: 400 16px/16px "Roboto Condensed", sans-serif;
}
.textMain .inner-services  .inner-services-content ul li a {
text-decoration: none;
color: #6a6868;
}
.textMain .inner-services  .inner-services-content ul li:hover, .textMain .inner-services  .inner-services-content ul li a:hover {
color: #00529b;
}
.textMain .inner-services h3 {
margin: 0 0 10px 19px;
border-bottom: 1px solid #e8e8e8;
padding: 0 0 8px 0;
font: 400 26px/26px "Roboto Condensed", sans-serif;
width: 87%;
}
.textMain .inner-services ul {
width: 220px;
float: left;
margin: 0 0 0 34px;
border-right: 1px solid #e8e8e8;
}
.textMain .inner-services ul.last-ul {
border-right: none;
}

.submit-test {
float: right;
margin: 0 0 0 10px;
}

.textMain .submit-test a {
background: #005dac;
color: #fff;
display: block;
padding: 3px 8px;
text-decoration:none;
}
.review{
float:left;
}
.review img{
margin:10px;
}
.multimedia-iframe iframe{
height:666px;
border:none;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.sub-name{
font: bold 16px/20px 'Roboto Condensed', Gadget, sans-serif;
text-transform: uppercase;
color:#666666;
margin:-10px 0 10px 0;
}
.textMain .wp-form ul li, .textMain .other-list li, .textMain .child-list li, .textMain .contact-us-right ul li, .textMain .info ul li, .gen-contact-info ul li {
list-style-type: none;
}
/*** form styles ***/
.mandatory-text{ color:#f57f24}
.wp-form {
border: 1px solid #00529b;
margin: 21px auto;
width: 99%;
padding: 0 0 0 0;
}
.wp-form ul {
margin: 15px 6%;
}
.wp-form ul li {
width: 100%;
padding: 0;
margin: 0 0 10px 0;
}
.wp-form ul.text li {
width: 45%;
float: left;
margin-right: 5%;
height: 30px;
}
.wp-form ul.text li input[type="text"], .wp-form ul li textarea, .wp-form ul.captcha li input[ type="text"], .wp-form ul.text li select, .wp-form ul.text li input[type="email"] {
border: 1px solid #00529b;
padding: 3px 5px;
color: #000;
}
.wp-form ul li textarea {
width: 95%;
height: 160px;
}
.wp-form ul.text li input[type="text"], .wp-form ul.text li input[type="email"] {
height: 23px;
width: 100%;
}
.wp-form ul.text li select {
width: 100%;
height: 29px;
}
.wp-form ul.captcha li img {
width: auto;
height: 31px;
}
.wp-form ul.captcha li input[type="text"] {
height: 23px;
width: 25%;
margin: 0 0 0 2%;
}
.wp-form ul li.buttons input[type="submit"], .wp-form ul li.buttons input[type="reset"] {
background: #00529b;
padding: 3px 20px;
border: 1px solid #00529b;
color: #ffffff;
font-weight: bold;
cursor: pointer;
margin: 10px 0 0 0;
}
.wp-form ul.testimonial-section li {
float: left;
}
.wp-form ul.testimonial-section li label {
font-weight: bold;
margin: 0 10px 0 0px;
}
.wp-form ul.testimonial-section li.agree-text {
width: 100%;
font-weight: bold;
text-align: left;
}
.wp-form ul.testimonial-section li.agree-text span.wpcf7-list-item {
display: block;
}
.textMain .wp-form h3 {
background: #00529b;
font: bold 15px Verdana, Geneva, sans-serif;
color: #ffffff;
padding: 5px 0 5px 10px;
margin: 0;
}
/*--------------Tell A friend start--------------*/
.tell-div, #tell-main {
	display: none;
}
.tell-div {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
}
#tell-main .ypo-text {
	text-align: center;
}
.ypo-form .ypo-text, .ypo-form .ypo-test {
  margin: 0;
  padding: 10px 20px;
}
.ypo-form textarea {
  font: 12px/20px Verdana,Arial,Helvetica,sans-serif;
  height: 100px;
  padding: 2px 5px;
  width: 95%;
}
.ypo-form img {
  float: left;
}
.ypo-form, .ypo-form input[type="text"], .ypo-form input[type="email"], .ypo-form textarea, .ypo-form select, .ypo-captcha {
  border: 1px solid #1d71b1;
  border-radius: 2px;
}
span.wpcf7-form-control-wrap {
  position: relative;
}
.your-captcha {
  display: inline !important;
}
.ypo-form input[type="submit"], .ypo-form input[type="reset"] {
  border: 0 none;
  cursor: pointer;
  float: left;
  font: 12px/20px Verdana,Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 5px;
  width: 90px;
}
.textMain .ypo-form h3, .ypo-form input[type="submit"], .ypo-form input[type="reset"] {
  background: #1d71b1 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
}
/*** aside styles starts here ***/
aside {
width: 303px;
display: table-cell;
/**
* border-left: 1px solid #e6e6e6;
*/
margin: 22px 0 0 0;
}
.aside-list {
float: left;
padding: 0 0 14px 33px;
border-bottom: 1px solid #e6e6e6;
}
.aside-list h2 {
margin: 10px 0 16px 0;
font: 500 25px/30px 'Roboto Condensed', sans-serif;
color: #1a72c1;
text-shadow: 1px 1px #003c6f;
}
.aside-list h2 a {
color: #1a72c1;
}
.aside-list p {
font: 500 14px/18px 'Roboto Condensed', sans-serif;
color: #818181;
margin: 0 0 10px 0;
}
.aside-list ul li {
font: 400 15px/15px 'Roboto Condensed', sans-serif;
margin: 0 0 9px 22px;
list-style: disc;
color: #1a72c1;
}
.aside-list ul li  a {
color: #1a72c1;
padding: 0 0 0 4px;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.aside-list ul li  a:hover{
padding:0 0 0 10px;
}
.aside-list .read-more {
background: url(/images/aside-list-bg.png) 0px 0px no-repeat;
float: left;
text-align: center;
width: 69%;
height: 40px;
margin: 16px 0 0 0;
font: 400 14px/14px 'Roboto Condensed', sans-serif;
}
.aside-list .read-more a {
display: block;
color: #fff;
padding: 7px 0 0 0;
}
/*** aside styels ends here ***/
span.wpcf7-not-valid-tip{
font:normal 12px verdana !important;
position:relative !important;
z-index: 20 !important;
float:right !important;
margin:-20px 0 0 0;

}
.wp-form .captcha span.wpcf7-not-valid-tip{ float:left !important;  margin: -20px 0 0 150px; text-align:left;}
/*** RWD ***/
@media screen and (max-width: 1105px) {
.header-left {
width: 60%;
}
.header-right {
width: 40%;
}
.header-right .visit {
width: 60%;
float: right;
}
.header-right .call {
width: 60%;
}
.dr-content {
width: 64%;
padding: 26px 0 0 8px;
}
.dr-content .view-profile, .dr-content .schedule-app {
width: 48%;
}
.img-list {
width: 68%;
}
.afflilations {
width: 21%;
margin: 0;
}
.get-in-touch {
width: 53%;
}
.get-in-touch .form-textarea textarea, .get-in-touch ul {
width: 48%;
float: left;
}
#access li a{ padding:20px 14px;}
.get-in-touch .form-textarea textarea{ width:100%;}
.textMain .inner-services{ background-size:100% 100%;}
.textMain .inner-services ul{ width:25%;}
.textMain .inner-services .inner-services-content ul li{ text-align:left;}
.textMain .inner-services .inner-services-content{ width:72%;}

}
@media screen and (max-width: 954px) {
.header-left {
float: none;
margin: 0 auto;
width: 90%;
}
.header-right {
float: left;
width: 100%;
padding: 10px 0 0 0;
}
.header-right .visit {
width: 34%;
margin: 0 0 0 10px;
float: left;
}
.header-right .call {
width: 30%;
}
.dr-sec {
display: inline;
}
.dr-sec-left {
float: none;
margin: 0 auto;
width: 50%;
border: none;
}
.meet-photo-s {
margin: 10px auto;
width: 204px;
float: none;
}
.afflilations {
float: none;
margin: 0 auto;
width: 30%;
}
.img-list {
width: 98%;
padding: 10px 0 0 0;
}
.get-in-touch {
width: 80%;
float: none;
margin: 0 auto;
}
.get-in-touch .form-submit {
margin: 10px 0 0 0;
}
.practice-locations {
width: 100%;
float:none;
margin:20px auto;
}
.practice-locations ul li{ width:46%;}
#locations-wrapper h2{ text-align:center;}
#access li a{ padding:20px 16px; margin:0;}
#access .menu li a:hover, #access .menu > li:hover > a, #access .menu li.current_page_item > a, #access .menu li.current-menu-item > a, #access .menu > li.current-menu-ancestor > a { margin:-1px 0 0;}
.get-in-touch .buttons{ margin:0;}
.textMain .inner-services .inner-services-content{ width:64%;}
#Intra-Container #Banner0, #Intra-Container #Banner1, #Intra-Container #Banner2, #Intra-Container #Banner3, #Intra-Container #Banner4, #Intra-Container-S #Banner0, #Intra-Container-S #Banner1, #Intra-Container-S #Banner2, #Intra-Container-S #Banner3, #Intra-Container-S #Banner4 {
background-position:center !important;
}
.contact-us-left{text-align: left;}
.contact-us-right{ width:53%;}
.contact-form{ width:100%;}
.info{ float:none; margin:0 auto; width:76%; clear:both; padding:10px 0 0 0;}
}
@media screen and (max-width: 768px) {
	.practice-locations {
  width: 100%;
}
.practice-locations ul li{
	width:47%;
	}
.adress-img {
  margin-right: 30px;
}
}
@media screen and (max-width: 651px) {
.header-left img.westmed-logo {
border: none;
}
.header-left {
width: 70%;
}
.header-right .visit {
width: 42%;
}
.header-right .call {
width: 38%;
}
#Slider1-Tabs, #Tabs {
position: static;
background: #01E4F2;
width: 50%;
float: none;
margin: 0 auto;
clear: both;
}
#Slider1-Tabs ul li:hover, #Tabs ul li:hover, #Slider1-Tabs ul li.Banner_here:hover {
background: none;
}
.intra-main ul {
display: none;
}

.intra-main {
float: right;
width: auto;
padding: 64px 20px 0;
}
.dr-sec-left {
width: 75%;
padding: 0 0 10px 0;
}
.practice-locations ul li {
width: 46%;
}
.practice-locations {
width: 92%;
}
.dr-content {
width: 68%;
}
.dr-sec-right img {
width: 30%;
}
.dr-content h2 {
font-size: 33px;
}
.afflilations {
width: 50%;
}
.img-list li {
margin: 0 0 0 -9px;
}
.footer-menu, .footer-list {
width: 100%;
}
.footer-menu a {
margin: 0 3px;
}
.copyright {
width: 41%;
}
#Main-Menu{display:none;}
#Mobile-Menu{display:block;}
.textMain .inner-services ul{ display:none;}
.textMain .inner-services .inner-services-content{ width:56%;}
.textMain .inner-services h3{ border-bottom:none; padding: 32px 0 8px; width:100%;}
.intra-div, #Content-Left{ display:inline;}
#Content-Left{width:100%;}
.textMain {
    padding: 10px 20px 30px 10px;
}
aside{
margin:22px auto;
display: inherit !important;
}
#tell-friend{
width:80%;
left:10%;
margin:0 0 0 -20px;
}
#Intra-Container1, #Intra-Container1-S, #Intra-Container-S, #Intra-Container{ display:none !important;}
.menu-link{ border-bottom:1px solid #1d71b1;}
.contact-us-left{ width:42%;}
.adress-img {
  float: none;
}
}
@media screen and (max-width: 411px) {
.header-right .visit, .header-right .call {
width: 74%;
float: none;
margin: 0 auto;
}
#Slider1-Tabs, #Tabs {
width: 85%;
}
.dr-sec-left {
width: 82%;
}
.dr-content p {
display: none;
}
.dr-content {
width: 97%;
}
.afflilations {
background: none;
padding: 0;
}
.img-list li {
margin: 0 auto;
}
.practice-locations ul li {
width: 80%;
border-right: none;
border: bottom :1px solid #4ca9d6;
margin: 0 0 20px 0;
}
.practice-locations ul li:last-child {
padding: 0;
}
.get-in-touch ul {
width: 100%;
}
.get-in-touch .form-textarea textarea {
width: 89%;
}
.dr-sec-right {
display: inline;
float: left;
text-align: center;
position: relative;
}
.dr-content .view-profile {
position: absolute;
bottom: 2px;
left: 0;
margin: 20px 0 0 0;
}
.dr-content .schedule-app {
position: absolute;
bottom: 2px;
right: 0;
}
.dr-sec-right img {
float: none;
width: 50%;
margin: 0 0 50px 0;
}
.copyright {
width: 87%;
border: none;
padding: 0 0 20px 0;
}
.contact-us-right{ width:100%;}
.adress-img {
  margin-bottom: 10px;
}

}