body {
	height: 100%;
	color: #333;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-color: white;
	
}
p, table ,section li{
	font-size: .9em;
	line-height: 1.45em;
	margin-bottom: 1em;
}
a {
	color: #347ca1;
	text-decoration: underline;
	font-weight: 600;
}
a:hover {
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
a:hover {
	color: #ccc;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #000;
}
b, strong {
	font-weight: bold;
}
h4 a {
	text-decoration: none;
	color: #000;
}
h4 a:hover {
	text-decoration: none;
	color: #940c11;
}
.bg-banner{background:url(../images/bnr2.jpg) no-repeat center center #9f9f93 fixed;min-height:500px;background-size:cover;}
header {
	background-color: #347ca1;
	z-index: 22;
}
label, table, .form label, .webform label {
	font-size: .9em;margin:0px;
}
blockquote, blockquote p {
	line-height: 1.6;
	color: rgb(133, 133, 133);
}
blockquote {
	border-left: 3px solid rgb(0,155,46);
}
blockquote p {
	margin: 0;
	font-style: italic;
}
hr.spacer {
	border: solid #fff;
}
table tr:nth-of-type(even) {
	background: #fff;
}
footer {
	background-color: #347ca1;
	padding: 20px 0 30px 0;
	color: #fff;
	font-size: .75em;
	line-height: 1.6em;
}
footer a, header a {
	color: #fff;
}
footer .col-md-7 {
	text-align: right
}
#search-area input[type="text"] {
	color: #fff;
	display: inline;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.875em;
	height: 45px;
	margin: 0 5px 3px 0;
	width: 86%;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: rgba(255,255,255,.2);
	border: 0;
}
#search-area {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10000;
	background-color: #347ca1;
	padding: 30px 0px;
}
#search-area ::-webkit-input-placeholder {
color: rgba(255,255,255,0.7);
}
#search-area :-moz-placeholder {
color: rgba(255,255,255,0.7);
}
#search-area ::-moz-placeholder {
color: rgba(255,255,255,0.7);
}
#search-area :-ms-input-placeholder {
color: rgba(255,255,255,0.7);
}
#search-area em {
	font-size: 2em;
}
.navbar {
	padding: 0px;
}
.navbar-collapse {
	justify-content: flex-end;
}
.nav-link {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	background-color: transparent;
	height: 42px;
	text-shadow: 0 1px 0 rgb(0 0 0 / 35%);
	border-top: 6px solid rgba(246, 114, 51, 0);
	border-bottom: 1px solid rgba(246, 114, 51, 0);
	padding: 45px 10px 70px 10px;
	text-align: center;
	z-index: 24;
	text-decoration: none;
}
.nav-link:hover {
	color: white;
	background-color: #5b6d7e;
	background-color: rgba(255,255,255,.2);
	border-top: 6px solid rgba(175, 175, 175, 1.0);
	border-bottom: 1px solid rgba(175, 175, 175, 1.0);
}
.dropdown-toggle {
	position: relative;
}
.dropdown-toggle::after {
	
	margin-left: 10px;
	width: .3em;
	content: "";
}
.dropdown-menu {
	background-color: #347ca1;
	text-align: center;
	border-radius: 0px;
	border: 0px;
}
.dropdown-item {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.dropdown-item:hover {
	background-color: #5b6d7e;
	background-color: rgba(255,255,255,.2);
	color: #fff;
}
.navbar-toggler {
	text-decoration: none;
	font-size: 14px;
}
h4.icon-hdr em {
	width: 28px;
	height: 28px;
	background-color: #347ca1;
	color: #fff;
	border-radius: 14px;
	font-size: .63em;line-height:28px;

	text-align: center;
	display: inline-block;
}
h4.icon-hdr {
	border-bottom: 1px solid rgb(225,225,225);
	line-height: 1.2em;
	margin-bottom: 0.9em;
	display: block;
	padding-bottom: 10px;
}
.home-section.top {
	border-radius: 18px 18px 0 0;
	background-color: #347ca1;
	padding: 25px 25px 15px 25px;
}

.home-section.bottom {
	border-radius: 0 0 18px 18px;
	padding: 15px 25px 5px 25px;
}
.home-section .circle {
	width: 130px;
	height: 130px;
	border-radius: 70px;
	border: 2px solid #9f9f93;
	background-color: #f8f8f8;
	padding: 10px;
	margin: -60px auto 10px auto;
}
.home-section.top h4, .home-section.top h5 {
	color: #fff;
	background: none;
	padding: 0;
	margin-bottom: 0;
}
.home-section .circle span {
	display: block;
	width: 106px;
	height: 106px;
	border-radius: 53px;
	background-color: #fff;
	box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}
.home-section em {
	color: #9f9f93;
	display: block;
	font-size: 4em;
	line-height: 108px;
	margin: 0 0 25px;
	text-shadow: 0 2px 0 #fff;
}
.home-section {
	box-shadow: 0 0 3px rgb(0 0 0 / 30%);
	margin: 0;
	overflow: hidden;
	text-align: center;
	overflow: visible;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:hover {
	cursor: pointer;
}
a:active, a:hover {
	outline: 0;
}
.btn {
	border-style: solid;
	cursor: pointer;
	line-height: 1;
	margin: 0 0 1.25em;
	position: relative;
	padding-top: 0.75em;
	padding-right: 1.5em;
	padding-bottom: 0.8125em;
	padding-left: 1.5em;
	font-size: .9em;
	color: white;
	background: #347ca1;
	background: -moz-linear-gradient( top, #347ca1 0%, #1a5c7e);
	background: -webkit-gradient( linear, left top, left bottom, from(#347ca1), to(#1a5c7e));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #347ca1;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 1px 1px rgba(250,250,250,0.5);
	-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 50%), inset 0px 1px 1px rgb(250 250 250 / 50%);
	box-shadow: 0px 1px 3px rgb(0 0 0 / 50%), inset 0px 1px 1px rgb(250 250 250 / 50%);
	text-shadow: 0px 1px 0px rgb(0 0 0 / 60%), 0px 0px 0px rgb(255 255 255 / 30%);
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
}
.btn:hover {
	color: #fff;
	background: #1a5c7e;
	background: -moz-linear-gradient( top, #1a5c7e 0%, #347ca1);
	background: -webkit-gradient( linear, left top, left bottom, from(#1a5c7e), to(#347ca1));
}
.btn:active {
	-webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 20%) inset;
	box-shadow: 0 1px 0 rgb(0 0 0 / 20%) inset;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {

    border-radius: 4px;
	background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
  
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
img.rnd-border {
    border: 8px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
}
@media all and (min-width: 992px) {

.navbar .nav-item .dropdown-menu {
	display: none;
}
.navbar .nav-item:hover .nav-link {
}
.navbar .nav-item:hover .dropdown-menu {
	display: block;
}
.navbar .nav-item .dropdown-menu {
	margin-top: 0;
}
}
@media all and (max-width: 991px) {
.bg-banner{min-height:300px;}
.nav-link {
	padding: 10px 0px;
}

}
@media(max-width:768px) {
.bg-banner{min-height:200px; background-attachment: scroll;}
footer .col-md-7, footer {
	text-align: left
}
}
.img-links{max-width:130px;}
ul#nav-patientinfo, ul#nav-patientinfo ul, ul#nav-patientinfo li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
}
ul#nav-patientinfo a {
    color: #fff;
    display: block;
    padding: 5px;
    text-decoration: none;
    background: #666;
    border-bottom: 1px solid #fff;
}
ul#nav-patientinfo ul a:hover, ul#nav-patientinfo a:hover, ul#nav-patientinfo > li.selected > a {
    background: #347ca1;
    color: #fff;
}
ul#nav-patientinfo li ul {
    display: none;
}
ul#nav-patientinfo li.selected ul {
    display: block;
}
ul#nav-patientinfo ul a {
    padding-left: 20px;
    font-weight: normal;
    background: #eee;
    color: #333;
}