/* Main CSS Start */
* {
	padding: 0;
	margin: 0;
}
body {
	background: #e7e9ec;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding:0;
}
h1 {
	font-size: 20px;
	color: #fff;
	padding: 0 0 15px 0;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}
h2 {
	font-size: 16px;
	color: #009ba6;
	padding: 0 0 15px 0;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}
h3 {
	font-size: 14px;
	color: #009ba6;
	padding: 0 0 10px 0;
}
h4 {
	font-size: 18px;
	color: #00a8b7;
	padding: 0 0 10px 0;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}
h5 {
	font-size: 12px;
	color:#00a8b7;
	padding: 0 0 10px 0;
}
h6 {
	font-size: 12px;
	color: #8a4355;
	padding: 0 0 10px 0;
}
p {
	padding: 0 0 15px 0;
	color: #636363;
	line-height: 19px;
}
ul {
	padding: 0 0 12px 30px;
}
ul li {
	color: #636363;
}
ol {
	padding: 0 0 10px 30px;
}
ol li {
}
a {
	color: #3096b8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
}
img.alignright {
	padding: 0px;
	margin: 5px 0 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 5px 10px 5px 0;
	display: inline;
}
img.aligncenter {
	display: block;
	padding: 0px;
	margin: 0 10px 0 10px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* Main CSS End */
.wrapper-outer {
	width: 100%;
	height: 100%;
	padding: 0;/*background:url(images/body-bg.png) no-repeat left bottom;*/
}
.wrapper-outer:after {
	clear: both;
	display: block;
	content: "";
}
.wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
.wrapper:after {
	clear: both;
	display: block;
	content: "";
}
.header {
	width: 100%;
	padding: 11px 0 0 0;
	background: #fff;
}
.header:after {
	clear: both;
	display: block;
	content: "";
}
.header .wrapper {
	padding-top: 11px 0;
}
.logo {
	width: 25%;
	float: left;
	padding: 0;
	margin-left: 1%;
	margin-bottom: 11px;
}
.logo a {
	display: block;
	position: relative;
}
.powered-logo {
	width: 130px;
	height: 29px;
	float: right;
	margin: 10px 0 0 0;
}
.header-right {
	width: 70%;
	float: right;
	padding:11px 0 0 0;
}
.info-section {
	float: right;
	width: 25%;
	padding: 5px 15px 0 0;
}
.cell-no {
	width: 100%;
	float: right;
	padding: 0 0 5px 25px;
	font-size: 21px;
	color: #009ba6;
	margin-bottom: 5px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	background: url(images/call-icon.png) no-repeat 3px;
}
.appoint {
	width: 100%;
	float: right;
	padding: 0 0 7px 25px;
	font-size: 12px;
	color: #009ba6;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	background: url(images/calendar-icon.png) no-repeat;
}
.appoint a {
	text-decoration: none;
	color: #009ba6;
}
.appoint a:hover {
	color: #616266;
}
/***** menu *******/

.menu-outer {
	width: 95%;
	float: left;
	margin-top: 5px;
	padding: 10px 2.5%;
	background: #009ba6;
	position: relative;
	z-index: 999;
}
#nav {
	float: left;
}
#nav ul:after {
	content: '';
	display: block;
	clear: both;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav > ul > li {
	float: left;
	margin: 0;
	position: relative;
	line-height: normal;
	padding: 0 12px;
}
#nav > ul > li:first-child {
	padding-left: 0;
}
#nav > ul > li > a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 0 0 0 0;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}
#nav > ul > li:first-child {
	display: none;
}
#nav > ul > li:first-child a {
	background: url(images/home-icon.png) no-repeat;
	width: 17px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
	top: 1px;
	display: none;
}
#nav > ul > li.active > a, #nav > ul > li:hover > a, #nav > ul > li > a:hover {
	color: #616266;
}
.submenu::before {
	background: #333;
	height: 7px;
	left: 45%;
	position: absolute;
	top: -6px;
	width: 20px;
}
.submenu::before, .submenu::after {
	content: " ";
	display: table;
}
#nav ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 15px;
	width: 180px;
	background: #009ba6;
	z-index: 9999;
	padding: 15px 15px;
	margin: 0;
	list-style: none;
}
#nav ul li ul li {
	padding: 0;
	float: left;
	width: 100%;
	line-height: normal;
}
#nav > ul li:hover ul {
	display: block;
}
#nav ul li ul li > a {
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 7px 0;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}
#nav ul li ul li > a:hover {
	color: #616266;
}
/***** menu end *******/

.search-icon {
	float: right;
	background: url(images/search-icon.png) no-repeat;
	width: 17px;
	height: 17px;
	margin-top: 1px;
}
.search-icon a {
	float: right;
	width: 17px;
	height: 17px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}
.search-main {
	width: 90%;
	height: 28px;
	padding: 11px 5%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	display: none;
}
.search-main div {
	width: 100%;
	border: 1px solid #ccc;
}
.search-main input {
	width: 90%;
	height: 28px;
	line-height: 28px;
	padding: 0 2%;
	border: none;
	background: none;
}
.search-main input.sb-btn {
	background: url(images/search-icon2.png) no-repeat;
	width: 17px;
	height: 17px;
	border: none;
	float: right;
	padding: 0;
	margin-top: 6px;
	margin-right: 11px;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
}
#close-icon {
	position: absolute;
	right: 15px;
	top: 17px;
	background: url(images/cross-bg.png) no-repeat;
	width: 13px;
	height: 15px;
	font-size: 0;
	text-indent: -9999px;
}
 .search-main ::-webkit-input-placeholder {
 color: #555;
}
.search-main :-moz-placeholder { /* Firefox 18- */
 color:#555;
}
.search-main ::-moz-placeholder {  /* Firefox 19+ */
 color:#555;
}
.search-main :-ms-input-placeholder {
 color:#555;
}
/*slider*************/
.slide-section {
	width: 100%;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	top: -38px;
	position: relative;
}
.slide-section:after {
	clear: both;
	display: block;
	content: "";
}
/*--------------- slider css------------------ */
#slides {
	display: none;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: visible !important;
	position: relative;
}
#slides li {
	position: relative;
}
.slidesjs-pagination .active {
	color: red;
}
#slides .slidesjs-container {
	min-height: 415px;
}
.inner-slider #slides .slidesjs-container {
	min-height: 370px;
}
ul#slides li.slidesjs-slide img {
	margin: 0px auto;
	display: block;
	max-width: 100%;
	min-height: 415px;
	width: 100%;
}
#slider-container.inner-slide ul#slides li.slidesjs-slide img {
	margin: 0px auto;
	display: block;
	max-width: 100%;
	height: 415px;
}
.slidesjs-pagination {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	z-index: 99;
}
.slidesjs-pagination li {
	display: inline;
	margin: 0 5px;
	line-height: normal;
}
.slidesjs-pagination li a {
	display: inline-block;
	width: 13px;
	height: 13px;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
	background-position: 0 0;
	overflow: hidden;
	background: url(images/dot.png) no-repeat;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
	background: url(images/dot-selected.png) no-repeat;
}
.slidesjs-pagination li a:hover {
	background: url(images/dot-selected.png) no-repeat;
}
.slide-title {
	position: absolute;
	top: 115px;
	width: 100%;
	left: 0;
}
.cong {
	max-width: 490px;
	float: right;
	padding: 0;
}
.slide-title span.read_more {
	padding: 0;
	width: 150px;
	font-size: 14px;
	color: #333;
	float: left;
	text-decoration: none;
	font-weight: bold;
	background: url(images/small-arrow.png) no-repeat 90% center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.slide-title a {
	font-size: 15px;
	color: #fff;
	padding: 1.5px 15px;
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.slide-title span.read_more a {
	font-size: 15px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	display: block;
	text-decoration: none;
}
.slide-title span.read_more a:hover {
	color: #616266;
	border: 1px solid #616266;
}
.slide-title p {
	font-size: 32px;
	color: #fff;
	text-align: left;
	line-height: 35px;
	font-weight: 300;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
	margin-bottom: 15px;
}
a.slidermail {
	font-size: 18px;
}
a:hover.slidermail {
	text-decoration: underline;
}
.slide-title h1 {
	font-size: 55px;
	text-align: left;
	color: #fff;
}
.slidingcontent h1 {
	color: #838383;
}
.slide-title h4 {
	font-size: 19px;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
.slidesjs-navigation {
	display: none;
	height: 62px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 55;
	text-indent: -9999px;
	overflow: hidden;
}
.slidesjs-next {
	/*background-image: url("images/right-arrow.jpg");*/
	right: 0;
}
.slidesjs-previous {
	/*background-image: url("images/left-arow.jpg");*/
	left: 0;
}
/* --------------- slider css end -------------- */

.search-sections {
	padding: 21px 5% 25px 5%;
	background: url(images/circle-bg.png) no-repeat right top #009ba6;
}
.search-sections:after {
	clear: both;
	display: block;
	content: "";
}
.search-sections h1 {
	text-transform: uppercase;
	padding-bottom: 15px;
}
.search-sections ul {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
.search-sections ul li {
	width: 25%;
	float: left;
	padding: 0 3% 0 0;
	width: 23%\0;
	padding-right: 2%\0;
}
.search-sections ul li:last-child {
	padding: 0;
	width: 15%;
	width: 13%\0;
}
.search-sections ul li select {
	width: 9px;
	height: 32px;
	display: block;
	position: relative;
	z-index: 999;
	background: url(images/arrow-down.gif) no-repeat 95% 1px;
}
.search-sections ul li select::-ms-expand {
 display:none;
}
.search-sections ul li select {
	width: 94%;
	float: left;
	padding: 0 2%;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
}
.search-sections ul li option {
	padding: 8px 0;
	border: none;
	background: #009ba6;
}
:disabled {
	border: 1px solid #ccc !important;
	background-color: #ccc !important;
	background-image: none !important;
}
.search-sections ul li input {
	width: 94%;
	float: left;
	padding: 8px 2%;
	background: none;
	color: #fff;
	font-size: 12px;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-sections ul li input:disabled {
	background-color: #ccc !important;
}
.search-sections ul li input[disabled] ::-webkit-input-placeholder {
 color: #ccc;
}
.search-sections ul li input[disabled] :-moz-placeholder { /* Firefox 18- */
 color:#ccc;
}
.search-sections ul li input[disabled] ::-moz-placeholder {  /* Firefox 19+ */
 color:#ccc;
}
.search-sections ul li input[disabled] :-ms-input-placeholder {
 color:#ccc;
}
.search-sections ul li input[disabled] ::-moz-placeholder {
 opacity: 1;
}
.search-sections ul li input.submit_btn {
	width: 90px;
	height: 32px;
	line-height: 30px;
	float: right;
	padding: 0 10px;
	background: url(images/arow-clr.png) no-repeat 87% center #fff;
	color: #009ba6;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	text-align: left;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-sections ul li input.submit_btn:hover {
	border: 1px solid #616266;
	color: #616266;
}
.content {
	padding: 15px 0;
	width: 100%;
}
.content:after {
	clear: both;
	display: block;
	content: "";
}
.section-Odd {
	width: 100%;
	float: left;
	padding: 0;
	background: #fff;
	height: 255px;
	overflow: hidden;
	margin-bottom: 15px;
}
.left-img {
	width: 33%;
	float: left;
	padding: 0;
}
.discription {
	width: 61%;
	float: right;
	padding: 35px 3% 35px 0;
	color: #fff;
}
.bg-green div.discription {
	color: #fff;
}
.bg-white div.discription {
	color: #009ba6;
}
.discription h2 {
	border-bottom: 1px solid #009ba6;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
.discription p {
	color: #009ba6;
}
.more {
	float: left;
	width: 100%;
	padding: 9px 0;
}
.more a {
	width: 110px;
	height: 32px;
	line-height: 30px;
	float: left;
	padding: 0 10px;
	background: url(images/arow-clr.png) no-repeat 87% center;
	border: 1px solid #009ba6;
	color: #009ba6;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.more a:hover {
	border: 1px solid #616266;
	color: #616266;
}
.section-Even {
	width: 100%;
	float: left;
	padding: 0;
	background: #a89f87;
	height: 255px;
	overflow: hidden;
	margin-bottom: 15px;
}
.section-Even .right-img {
	width: 67%;
	float: right;
	padding: 0;
	text-align: right;
}
.section-Even .discription {
	width: 29%;
	float: left;
	padding: 2%;
}
.section-Even .discription h2 {
	border-bottom: 1px solid #fff;
	padding-bottom: 7px;
	margin-bottom: 15px;
	color: #fff;
}
.section-Even .discription p {
	color: #fff;
}
.section-Even .more {
	float: left;
	width: 100%;
	padding: 9px 0;
}
.section-Even .more a {
	width: 110px;
	height: 32px;
	line-height: 30px;
	float: left;
	padding: 0 10px;
	background: url(images/small-arrow.png) no-repeat 87% center;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.section-Even .more a:hover {
	border: 1px solid #616266;
	color: #616266;
}
.bg-green {
	background: #009ba6;
}
.bg-green h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.bg-green p {
	color: #fff;
}
.bg-green .more a {
	color: #fff;
	border: 1px solid #fff;
	background: url(images/small-arrow.png) no-repeat 87% center;
}
.bg-green .more a:hover {
	border: 1px solid #616266;
	color: #616266;
}
.bg-white {
	background: #fff;
}
.bg-white h2 {
	color: #009ba6 !important;
	border-bottom: 1px solid #009ba6 !important;
}
.bg-white p {
	color: #009ba6 !important;
}
.bg-white .more a {
	color: #009ba6 !important;
	border: 1px solid #009ba6 !important;
	background: url(images/arow-clr.png) no-repeat 87% center !important;
}
.bg-white .more a:hover {
	border: 1px solid #616266 !important;
	color: #616266 !important;
}
.bg-tea {
	background: #a89f87;
}
.bg-tea h2 {
	color: #fff !important;
	border-bottom: 1px solid #fff !important;
}
.bg-tea p {
	color: #fff !important;
}
.bg-tea div.discription {
	color: #fff !important;
}
.bg-tea .more a {
	color: #fff !important;
	border: 1px solid #fff !important;
	background: url(images/small-arrow.png) no-repeat 87% center !important;
}
.bg-tea .more a:hover {
	border: 1px solid #616266 !important;
	color: #616266 !important;
}
.footer {
	width: 100%;
	padding: 0;
	margin: 0;
}
.footer-top {
	width: 100%;
	padding: 25px 0;
	background: #fff;
}
.footer-top:after {
	clear: both;
	display: block;
	content: "";
}
.footer:after {
	clear: both;
	display: block;
	content: "";
}
.uem-img {
	float: left;
	padding: 0;
}
.socialFot-icons {
	padding: 0;
	list-style: none;
	float: right;
	margin: 0;
}
.socialFot-icons li {
	padding: 0 0 0 0;
	float: left;
	margin: 0 15px 0 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.socialFot-icons li:last-child {
	margin: 0;
}
.socialFot-icons li a {
	padding: 0 0 0 0;
	list-style: none;
	float: left;
	color: #fff;
	text-indent: -9999px;
	text-decoration: none;
	width: 28px;
	height: 27px;
}
.socialFot-icons li.social-icon-1 {
	background: url(images/tweet-icon.jpg) no-repeat;
	width: 28px;
	height: 25px;
}
.socialFot-icons li.social-icon-2 {
	background: url(images/fb-icon.jpg) no-repeat;
	width: 14px;
	height: 25px;
}
.socialFot-icons li.social-icon-2 a {
	width: 14px;
	height: 25px;
}
.socialFot-icons li.social-icon-3 {
	background: url(images/instagram-icon.jpg) no-repeat;
	width: 28px;
	height: 27px;
}
.socialFot-icons li:hover {
	background-size: 95%;
}
.fot-nav {
	float: left;
	padding: 0;
	margin: 0 0 0 5%;
	list-style: none;
}
.fot-nav li {
	float: left;
	padding: 0 15px;
}
.fot-nav li a {
	float: left;
	padding: 0;
	font-size: 12px;
	color: #777779 !important;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
}
.fot-nav li a:hover {
	color: #009ba6 !important;
}
.copyright {
	text-align: center;
	padding: 0;
	font-size: 12px;
	color: #9e9fa0;
	text-transform: uppercase;
	margin: 15px 0;
}
.page-banner img {
	width: 100%;
}
.page-banner {
	height: 410px;
	overflow: hidden;
}
.doctor-list {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
	position: relative;
}
.doctor-list ul {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
	position: relative;
}
.doctor-list ul li {
	width: 32.83%;
	width: 32.5%\9;
	float: left;
	padding: 0;
	margin-right: 0.7%;
	margin-bottom: 0.7%;
	position: relative;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.doctor-list ul li:nth-of-type(3n) {
	margin-right: 0;
}
.doctor-list ul li div.dr-pic {
	width: 99.9%;
	/*height:319px;*/
	height: 265px;
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
	cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome, .doctor-list ul li div.dr-pic {
 height:269px;
}
}
.doctor-list ul li div.dr-pic img {
	margin: 0;
	float: none;
}
.doctor-list ul li .dr-info {
	width: 94%;
	padding: 3% 3%;
	min-height: 61px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	background: url(images/white-bg.png) repeat\0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome, .doctor-list ul li .dr-info {
 width:95%;
}
}
.doctor-list ul li .dr-info h4 {
	color: #00a8b7;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.doctor-list ul li .dr-info h4 a {
	text-decoration: none;
}
.doctor-list ul li .dr-info h4 a:hover {
	text-decoration: underline;
}
.doctor-list ul li .dr-info p {
	color: #00a8b7;
	font-size: 12px;
	padding: 0;
}
.doctor-list ul li .dr-slide {
	position: absolute;
	width: 90%;
	left: 0;
	top: 0;
	text-align: center;
	padding: 25px 5% 15px 5%;
	height: 145px;
	z-index: 99;
	display: none;
	background: rgba(0,0,0,0.7);
	background: url(images/black-bg.png) repeat\0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .doctor-list ul li .dr-slide {
 width:91%;
}
}
.doctor-list ul li:hover div.dr-pic .dr-slide {
	display: block;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.doctor-list ul li:hover div.dr-pic.secondlevel .dr-slide {
	display: none;
}
.dr-slide h4 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.dr-slide p {
	color: #fff;
	font-size: 12px;
}
.read-more {
	float: left;
	padding: 0 0 5px 0;
	width: 100%;
}
.read-more a {
	width: 90px;
	height: 32px;
	display: block;
	margin: 0 auto;
	line-height: 30px;
	padding: 0 15px 0 0;
	background: url(images/small-arrow.png) no-repeat 87% center;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.read-more a:hover {
	border: 1px solid #616266;
	color: #616266;
}
.page-heading {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px;
	z-index: 99;
}
.page-heading h1 {
	font-weight: 400;
	font-size: 25px;
	padding: 0;
}
.page-heading h1 span {
	padding: 7px 10px;
	min-width: 250px;
	float: left;
	background: rgba(170,152,104,0.7);
	background: #a89f87\0;
}
.doctor-list ul li .layer-green {
	background: rgba(0,155,166,0.9);
	background: url(images/green-bg.png) repeat\0;
}
.doctor-list ul li .layer-green h4 {
	color: #fff;
}
.doctor-list ul li .layer-green p {
	color: #fff;
}
.patient-list ul li .dr-slide {
	text-align: left;
}
.patient-list ul li .dr-slide {
	text-align: left;
}
.patient-list ul li .dr-slide p {
	text-align: left;
	font-size: 14px;
	padding-bottom: 15px;
}
.patient-list ul li .dr-slide .read-more {
	text-align: center;
}
.patient-list ul li .dr-slide .read-more a {
	margin: 0;
	float: left;
}
.patient-list ul li .dr-info {
	min-height: 45px;
}
.patient-list ul li .dr-slide {
	height: 162px;
}
.breadcrumSection {
	width: 100%;
	padding: 0;
	float: left;
	position: relative;
	background: #a89f87;
}
.breadcrumSection ul {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
	margin: 0;
}
.breadcrumSection ul li {
	float: left;
	padding: 0;
	margin: 0;
}
.breadcrumSection ul li a {
	height: 31px;
	line-height: 31px;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
	float: left;
	font-size: 14px;
	color: #fff;
	margin-right: 7px;
	background: none;
}
.breadcrumSection ul li a:hover {
	color: #616266;
}
.breadcrumSection ul li:first-child a {
	height: 31px;
	line-height: 31px;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
	float: left;
	font-size: 14px;
	color: #009ba6;
	margin-right: 7px;
	background: #fff url(images/wArrow.jpg) no-repeat right top;
}
.breadcrumSection ul li span {
	height: 41px;
	line-height: 41px;
	padding: 0;
	text-decoration: none;
	float: left;
	font-size: 14px;
	color: #fff;
	margin-left: 7px;
}
.breadcrumSection ul li.home span {
	height: auto;
	line-height: normal;
	margin: 0;
}
.breadcrumSection ul li.home span a span {
	height: 31px;
	line-height: 31px;
	margin: 0;
	color: #009ba6;
}
.breadcrumSection ul li a span:hover {
	color: #616266;
}
.breadcrumSection ul li a span {
	height: 31px;
	line-height: 31px;
	margin: 0;
	color: #fff;
}
.map-section {
	width: 100%;
	padding: 0 0 0 0;
	position: relative;
}
.map-section:after {
	clear: both;
	display: block;
	content: "";
}
.google_map {
	width: 100%;
	height: 505px;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.google-maps {
	position: relative;
	padding-bottom: 45%; /*// This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.contact-section {
	width: 100%;
	float: left;
	padding: 0;
	background: url(images/contact-bg.png) no-repeat right bottom #fff;
}
.left-contact {
	width: 34%;
	float: left;
	padding: 0;
}
.contact-box {
	padding: 7% 5%;
	width: 90%;
	float: left;
	background: #009ba6;
}
.contact-box h2 {
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.contact-box p {
	color: #fff;
	line-height: 19px;
	margin-bottom: 45px;
}
.contact-box p a {
	color: #fff;
	text-decoration: none;
}
.contact-box p a:hover {
	text-decoration: underline;
}
.info-btns {
	float: left;
	width: 100%;
	padding: 0;
}
.comn-btn {
	width: 110px;
	height: 34px;
	text-align: center;
	float: left;
	color: #fff;
	border: 1px solid #fff;
	line-height: 34px;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comn-btn a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.comn-btn:hover {
	color: #616266;
	border: 1px solid #616266;
}
.comn-btn:hover a {
	color: #616266;
}
.pushRight {
	float: right;
}
.tea-box {
	background: #a89f87;
}
.right-contact {
	width: 60%;
	float: right;
	padding: 2.5%;
}
.right-contact h3 {
	font-size: 18px;
	color: #009ba6;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}
.right-contact p {
	color: #009ba6;
}
.contact-form {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
	margin: 0;
}
.contact-form li {
	width: 33.33%;
	float: left;
	padding: 0;
	list-style: none;
	margin: 0;
}
.contact-form li input {
	width: 80%;
	float: left;
	font-size: 13px;
	padding: 5px 5%;
	background: none;
	color: #009ba6;
	border: 1px solid #009ba6;
	text-transform:uppercase;
}
.contact-form li ::-webkit-input-placeholder {
 color: #009ba6;
}
.contact-form li :-moz-placeholder { /* Firefox 18- */
 color:#009ba6;
}
.contact-form li ::-moz-placeholder {  /* Firefox 19+ */
 color:#009ba6;
}
.contact-form li :-ms-input-placeholder {
 color:#009ba6;
}
.contact-form li ::-moz-placeholder {
 opacity: 1;
}
.contact-form li.large {
	width: 97%;
	float: left;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 25px;
}

.contact-form li.mid-large
{
	width: 47%;
	float: left;
	padding: 0;
	margin-bottom: 25px;
}
.contact-form li.large.notop-margin
{
	margin-top:0;
}

.contact-form li.large label {
	width: 97%;
	float: left;
	padding: 0;
	color: #009ba6;
	font-size: 13px;
	margin-bottom: 15px;
}
.contact-form li textarea {
	width: 97%;
	height: 111px;
	float: left;
	font-size: 13px;
	padding: 15px 1.5%;
	background: none;
	border: 1px solid #009ba6;
}
.contact-form li select {
	width: 9px;
	height: 28px;
	display: block;
	background: url(images/select-btn.gif) no-repeat 95% 0;
}
.contact-form li select {
	width: 80%;
	float: left;
	padding: 0 0 0 5px;
	border: 1px solid #009ba6;
	color: #009ba6;
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	text-transform:uppercase;
}

#spu-1903
{
	width:400px !important;
	border:2px solid #009ba6  !important;
}

.contact-form li select option {
	outline: none;
	border: none;
	text-transform:capitalize;
}
.contact-form li span.captcha-text {
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #009ba6;
	float: left;
	width: 90.5%;
	height: 22px;
	letter-spacing: 1px;
}
.contact-form li input.sub-mit {
	width: 110px;
	height: 34px;
	line-height: 33px;
	float: left;
	font-size: 13px;
	padding: 0;
	border: none;
	background: none;
	    background-color: #009ba6 !important;
    color: #fff;
    border: 0px !important;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-form li input.sub-mit:hover {
	border: 1px solid #616266;
	color: #616266;
}
.tabs_wrapper {
	width: 100%;
	float: left;
	padding: 0;
}
.tabs-section {
	width: 100%;
	float: left;
	padding: 0;
}
.tabs-section ul {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
}
.tabs-section ul li {
	width: 33.33%;
	float: left;
	padding: 0;
}
.tabs-section ul li.large-figure {
	width: 66.65%;
	float: left;
	padding: 0;
}
.tabs-section ul li div.textBox {
	width: 90%;
	padding: 5% 5%;
	float: left;
	height: 287px;
	background: url("images/bubble-bg.png") no-repeat #009ba6;
}
.tabs-section ul li div.textBox .more a {
	border: 1px solid #fff;
	color: #fff;
	background: url("images/small-arrow.png") no-repeat scroll 87% center;
}
.tabs-section ul li div.textBox h3 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}
.tabs-section ul li div.textBox p {
	color: #fff;
}
/*div.boxNumber
{
	width:90%;
	height:200px;
	padding:60px 5%;
	text-align:center;
	background:url(images/tea-bg.jpg) no-repeat;
}
*/
div.boxNumber {
	width: 90%;
	padding: 5% 5%;
	float: left;
	height: 287px;
	background: url("images/bubble-bg.png") no-repeat #009ba6;
}
.tabs-section ul li div.boxNumber span.totalNum {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 70px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 5px;
	margin-top: 55px;
	font-family: 'Ubuntu', sans-serif;
}
.tabs-section ul li div.boxNumber span.txt {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}
.tabsList {
	width: 94%;
	float: left;
	padding: 35px 3%;
	background: #fff;
}
.tabsList ul {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
}
.tabsList ul li {
	width: 49%;
	float: left;
	padding: 0 0 0 0;
	margin: 0 2% 2% 0;
	border-bottom: 1px solid #bbbbbc;
}
.tabsList ul li:nth-child(2n) {
	margin-right: 0;
}
.tabsList ul li a {
	font-size: 13px;
	color: #009ba6;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	width: 100%;
	padding: 0 0 2.5% 0;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;/*background:url(images/tab-arrow.jpg) no-repeat right 3px;*/
}
.tabsList ul li a:hover {
	color: #333;
}
.wrapTabs {
	width: 100%;
	height: 320px;
	overflow: hidden;
	float: left;
	padding: 0;
}
ul.tabs li.current a {
	color: #333;
}
.tab-content {
	display: none;
	padding: 0;
}
.tab-content.current {
	display: inherit;
}
.mediaCenter-section {
	width: 100%;
	float: left;
	padding: 0;
}
.media-blocks {
	width: 100%;
	height: 236px;
	float: left;
	padding: 0;
	background: #009ba6;
}
.event-img {
	width: 67%;
	float: left;
	padding: 0;
	text-align: left;
}
.event-discription {
	width: 29%;
	float: right;
	padding: 2%;
}
.event-discription h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-bottom: 15px;
	padding-bottom: 7px;
}
.event-discription p {
	color: #fff;
}
.mediaCenter-section .more a {
	background: rgba(0, 0, 0, 0) url("images/small-arrow.png") no-repeat scroll 87% center;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	width: 110px;
}
.mediaCenter-section .more a:hover {
	border: 1px solid #616266;
	color: #616266;
}
.press-section {
	width: 100%;
	float: left;
	padding: 0;
	margin-bottom: 15px;
}
.press-section ul {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
}
.press-section ul li {
	width: 33.33%;
	float: left;
	padding: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.press-section ul li div.textBox {
	width: 90%;
	padding: 20px 5%;
	float: left;
	height: 197px;
	overflow: hidden;
	background: #009ba6;
}
.press-section ul li div.textBox h3 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}
.press-section ul li div.textBox p {
	color: #fff;
}
.press-section ul li div.colr-white p {
	color: #009ba6;
}
.press-section ul li div.colr-white {
	background: #fff;
}
.press-section ul li div.colr-white h3 {
	color: #009ba6;
	border-bottom: 1px solid #009ba6;
}
.press-section ul li div.colr-white .more a {
	color: #009ba6;
	border: 1px solid #009ba6;
	background: url("images/arow-clr.png") no-repeat scroll 87% center;
}
.press-section ul li div.colr-white .more a:hover {
	border: 1px solid #616266;
	color: #616266;
}
.press-section ul li .boxImg {
	width: 100%;
	height: 237px;
	float: left;
	padding: 0;
}
.socialSections {
	width: 100%;
	float: left;
	padding: 0;
	margin-bottom: 15px;
}
.socialSections ul {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
}
.socialSections ul li {
	width: 33.33%;
	float: left;
	padding: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.socialSections ul li div.boxImg {
	width: 100%;
	float: left;
	padding: 0;
}
.advance-search {
	width: 100%;
	padding: 0;
}
.advance-search:after {
	clear: both;
	display: block;
	content: "";
}
.searchResult {
	width: 100%;
	float: left;
	padding: 0;
}
.searchResult:after {
	clear: both;
	display: block;
	content: "";
}
.searchResult ul {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
}
.searchResult ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin-bottom: 15px;
	list-style: none;
}
.searchList {
	padding: 2%;
	background: #009ba6;
	float: left;
	width: 96%;
}
.searchResult ul li h2 {
	color: #fff;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}
.searchResult ul li h2 a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.searchResult ul li p {
	color: #fff;
}
.about-section {
	width: 97%;
	padding: 2.5% 1.5%;
	background: #fff;
}
.about-section:after {
	clear: both;
	display: block;
	content: "";
}
.contact-form li input[type=checkbox] {
	width: auto;
	border: none;
	background: none;
	margin-right: 2%;
}
.contact-form li input.phone-code {
	width: 7.5%;
	margin-right: 2%;
}
.contact-form li input.phone-num {
	width: 7.5%;
	margin-right: 2%;
}
.contact-form li input.phone-number {
	width: 30%;
}
.contact-form li.large-req {
	float: left;
	margin-bottom: 11px;
	margin-top: 11px;
	padding: 0;
	width: 97%;
}
.contact-form li {
	color: #009ba6;
}
.contact-form li span.wpcf7-form-control-wrap {
	position: static;
}
.contact-form li.large-req p {
	padding-bottom: 0;
}
.contact-form li.large-req label {
	color: #009ba6;
	float: left;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 0;
	width: 97%;
}
.contact-form li.mid-req {
	float: left;
	margin-bottom: 11px;
	margin-top: 11px;
	padding: 0;
	width: 46%;
}
.contact-form li.mid-req img {
	width: auto;
}
.contact-form li.large-req input.sub-mit {
	width: 210px;
}
.drDetail-section {
	width: 97%;
	padding: 2.5% 1.5%;
	background: #fff;
}
.drDetail-section:after {
	clear: both;
	display: block;
	content: "";
}
.spec-dr {
	font-size: 13px;
	float: left;
	padding: 0 0 15px 0;
	width: 100%;
	color: #009ba6;
	font-weight: normal;
}
.drDetail-section h3 {
	font-size: 18px;
	line-height: 21px;
}
.figDiscription {
	width: 70%;
	float: left;
	padding: 2% 0;
}
.figDiscription h4 {
	font-size: 14px;
}
.fig-pic {
	width: 26%;
	float: right;
	padding: 0;
}
.requestBtn {
	width: 100%;
	float: left;
	padding: 15px 0;
}
.requestBtn a {
	width: 100%;
	text-align: center;
	float: left;
	padding: 9px 0;
	font-size: 14px;
	color: #fff;
	background: #009ba6;
	text-decoration: none;
	border: 1px solid #009ba6;
}
.requestBtn a:hover {
	color: #616266;
	border: 1px solid #616266;
}
div.wpcf7-validation-errors {
	border: none !important;
	margin: 0 !important;
	color: #F00 !important;
}
div.wpcf7-response-output {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold;
}
ul.contentUl2 li {
	margin-bottom: 7px;
}
.contact-form li.mid-req span.wpcf7-not-valid-tip {
	float: left;
}
span.cell-no {
	display: block;
}
a.shw-mob {
	text-decoration: none;
	display: none;
}
.mob-search {
	display: none;
}
.search-sections {
	position: relative;
	z-index: 0;
}
#gearloader {
	position: absolute;
	left: 49.5%;
}
.navigation {
	float: left;
	width: 100%;
	margin: 9px 0;
}
.navigation div.next a {
	text-decoration: none;
	font-size: 14px;
	color: #555;
}
.navigation div.next a:hover {
	text-decoration: underline;
}
.navigation div.prev a {
	text-decoration: none;
	font-size: 14px;
	color: #555;
}
.navigation div.prev a:hover {
	text-decoration: underline;
}
.doctor-list ul li .layer-green h4 a {
	color: #fff;
}
ul#dcsns-filter {
	display: none !important;
}
/*********** 14-12-16*/

.share-drpage {
	padding: 15px 0;
	list-style: none;
	float: left;
	margin: 0;
}
.share-drpage li {
	padding: 0 0 0 0;
	float: left;
	margin: 0 7px 0 0;
	color: #00a8b7;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.share-drpage li:last-child {
	margin: 0;
}
.share-drpage li a {
	padding: 0 0 0 0;
	list-style: none;
	display: block;
	color: #fff;
	text-indent: -9999px;
	text-decoration: none;
}
/*.share-drpage li.social-icon-1 {
	background: url(images/facebook-g.jpg) no-repeat;
	width:12px;
	height:18px;
}
.share-drpage li.social-icon-2 {
	background: url(images/tweet-g.jpg) no-repeat;
	width:21px;
	height:17px;
}
.share-drpage li.social-icon-2 a{
	width:21px;
	height:17px;
}
.share-drpage li.social-icon-3 {
	background: url(images/email-g.jpg) no-repeat;
	width:21px;
	height:16px;
}
.share-drpage li.social-icon-4 {
	background: url(images/linkedin.png) no-repeat;
	width:18px;
	height:18px;
}*/
.pdf-btn {
	width: 100%;
	float: left;
	padding: 0;
}
.pdf-btn a {
	width: 190px;
	text-align: center;
	float: left;
	padding: 9px 0 9px 21px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #009ba6;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	background: url(images/pdf-icon.jpg) no-repeat 11px 5px #009ba6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pdf-btn a:hover {
	color: #616266;
	border: 1px solid #616266;
}
.gallery-section {
	height: 315px;
}
.gallery-section .left-img {
	width: 67%;
}
.section-Even.gallery-section .right-img {
	width: 66%;
}
.gallery-section .discription {
	padding: 2%;
	width: 29%;
}
.gallery-slider .owl-controls .owl-buttons .owl-prev {
	background-image: url(images/left-arrowg.png);
	font-size: 0;
	text-indent: -99999px;
	width: 24px;
	height: 45px;
}
.gallery-slider .owl-controls .owl-buttons .owl-next {
	background-image: url(images/right-arrowg.png);
	font-size: 0;
	text-indent: -99999px;
	width: 24px;
	height: 45px;
}
.gallery-slider .owl-controls .owl-buttons .owl-next:hover {
	background-image: url(images/right-arrowg.png);
}
.gallery-slider .owl-controls .owl-buttons .owl-prev:hover {
	background-image: url(images/left-arrowg.png);
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	background-color: inherit !important;
}
.gallery-slider img {
	float: left;
	width: 100%;
}
/**************/

.gallery-slider2 .owl-controls .owl-buttons .owl-prev {
	background-image: url(images/left-arrowg.png);
	font-size: 0;
	text-indent: -99999px;
	width: 24px;
	height: 45px;
}
.gallery-slider2 .owl-controls .owl-buttons .owl-next {
	background-image: url(images/right-arrowg.png);
	font-size: 0;
	text-indent: -99999px;
	width: 24px;
	height: 45px;
}
.gallery-slider2 .owl-controls .owl-buttons .owl-next:hover {
	background-image: url(images/right-arrowg.png);
}
.gallery-slider2 .owl-controls .owl-buttons .owl-prev:hover {
	background-image: url(images/left-arrowg.png);
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	background-color: inherit !important;
}
/*.gallery-slider2 img {
	float: left;
	width: 100%;
}*/
.about-section ul li {
	padding: 0 0 7px 0;
	line-height: 19px;
}
.menu-outer ul {
	list-style: none\0;
	padding: 0\0;
}
.menu-outer ul li {
	float: left\0;
	padding: 0 15px \0;
}
.menu-outer ul li a {
	color: #fff\0;
	float: left\0;
	text-decoration: none;
}
.newslist-blocks {
	width: 100%;
	height: 200px;
	float: left;
	padding: 0;
	overflow: hidden;
	background: #009ba6;
	margin-bottom: 15px;
}
.news-img {
	width: 29%;
	float: left;
	padding: 0;
	text-align: left;
}
.news-discription {
	width: 67%;
	float: right;
	padding: 2%;
}
.reverse-block {
	background: #fff;
}
.reverse-block .news-img {
/*float:right;*/
}
.reverse-block .news-discription {
/*float:left;*/
}
.news-discription h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-bottom: 15px;
	padding-bottom: 7px;
	font-size:14px;
	width: 75%;
	float: left;
}
.news-discription p {
	color: #fff;
	width: 75%;
	float: left;
}
.news-discription p a
{
	color:#fff;
	text-decoration:none;
}
.reverse-block .news-discription p {
	color: #009ba6;
}
.reverse-block .news-discription h2 {
	color: #009ba6;
	border-bottom: 1px solid #009ba6;
}
.newslist-blocks .more a {
	background: rgba(0, 0, 0, 0) url("images/small-arrow.png") no-repeat scroll 87% center;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	width: 110px;
}
.newslist-blocks .more a:hover {
	border: 1px solid #616266;
	color: #616266;
}
.reverse-block .more a {
	color: #009ba6;
	border: 1px solid #009ba6;
	background: rgba(0, 0, 0, 0) url("images/arow-clr.png") no-repeat scroll 87% center;
}
.document-list {
	width: 100%;
	float: left;
	padding: 0;
	list-style: none;
}
.document-list li {
	width: 50%;
	float: left;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}
.document-list li div.doc-iconFile {
	float: left;
	margin-right: 15px;
}
.document-list li {
	color: #616266;
}
.document-list li h3 {
	font-size: 18px;
	padding: 5px 0;
}
.document-list li a h3 {
	text-decoration: none;
}
.document-list li h3 a {
	text-decoration: none;
}
.document-list li h5 {
	font-size: 18px;
	padding: 7px 0;
}
.document-list li a h5 {
	text-decoration: none;
}
.document-list li h5 a {
	text-decoration: none;
	color:#00a8b7;
}
.document-list li h5 a {
	text-decoration:underline;
	color:#00a8b7;
}
.document-list li h5 a:hover {
	text-decoration: none;
}
.partner-section-post {
	width: 100%;
	float: left;
	padding: 0;
	margin-bottom: 15px;
}
.partner-section-left {
	width: 21%;
	float: left;
	padding: 2%;
	background: #fff;
	min-height: 111px;
}
.partner-section-right {
	width: 71%;
	float: left;
	padding: 2%;
	min-height: 201px;
	background: #a89f87;
}
.partner-section-right ul li {
	color: #fff;
	padding-bottom: 5px;
}
.partner-section-right.bg-green {
	background: #009ba6;
}
.partner-logo {
	width: 100%;
	float: left;
	padding: 5px 0 70px 0;
}
.partner-section-right p {
	color: #fff;
}
.partner-section-right p a {
	color: #fff;
}
.part-link {
	color: #555;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}
.part-link a {
	color: #009ba6;
	text-decoration: underline;
}
.part-link a:hover {
	text-decoration: none;
}
.partner-heading {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding: 0;
}
.partner-heading h2 {
	color: #fff;
	background: #009ba6;
	padding: 15px;
}
.partner-heading.bg-tea h2 {
	background: #c6bc9e;
	border-bottom: none !important;
}
#fadBackground1 {
	background-image: url(images/green_left.png);
	position: absolute;
	left: -150px;
	width: 450px;
	height: 600px;
}
#fadBackground2 {
	background-image: url(images/green_right.png);
	position: absolute;
	right: -150px;
	top: 10px;
	width: 450px;
	height: 600px;
}
.daeBackground {
	height: 100%;
	/*left: 0;*/
	position: fixed;
	top: 50%;
	width: 100%;
	z-index: -1;
	width: 600px;
	height: 600px;
}
#daeBackground1 {
	background: url(images/green_left.png) no-repeat 0 0;
	left: -300px;
}
#daeBackground2 {
	background: url(images/green_right.png) no-repeat 100% 0;
	right: -300px;
}
.content {
	position: relative;
	overflow: hidden;
}


/********************* slider*/


.home-hero-content {
	background-color: rgba(0, 155, 166, 0.7);
	/*margin-right: -34.375rem;*/
	padding: 1.3rem;
	position: absolute;
	right:11%;
	top:13rem;
	width: 29.5rem;
	text-align: left;
	left:auto;
}
.home-hero-content p {
	color: #fff;
	font-size: 1.125rem;
	text-align: left
}


.home-hero-content span.read_more {
	padding: 0;
	width: 150px;
	font-size: 14px;
	color: #333;
	float: left;
	text-decoration: none;
	font-weight: bold;
	background: url(images/small-arrow.png) no-repeat 90% center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.home-hero-content span.read_more a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 1.5px 15px;
    text-decoration: none;
}
.only-about
{
	 background: #fff none repeat scroll 0 0;
    padding:0 1.5%;
    width: 97%;
}
.newAbtPage
{
	padding-top:2.5%;
	padding-bottom:1.5%;
}
.only-about p
{
	padding:0 0 1.5% 0;
}
.insurance-billing
{
	height:240px;
}
.insurance-billing div.left-img
{
	width:29%;
}
.insurance-billing div.discription
{
    padding:2%;
    width: 67%;
}
.insurance-billing div.discription ul
{
	padding-bottom:5px;
}
.bg-green ul li {
    color: #fff;
}
/******************/
.col-md-6 {
    width:45%;
	float:left;
	padding-right:15px;
}
.col-md-6.zero-left-margin
{
	padding:0;
}
.col-md-3 {
    width: 18%;
	float:left;
	padding-right:15px;
}
/*.wpcf7-form-control-wrap input {
    border: 1px solid #ececec;
    height:32px;
    padding: 0 0 0 4px;
    width: 100%;
}
input, textarea {
    color: #141412;
}
input[type="checkbox"] {
    background: #000 none no-repeat scroll left top;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    margin: 0 10px 0 8px;
    vertical-align: middle;
    width: 19px;
}*/

.ins-leftimg
{
	width:25%;
	float:right;
	text-align:right;
}
.ins-rightcont
{
	width:75%;
	float:left;
	padding:0;
}
.home-hero-content span.read_more a
{
	height:28px;
	line-height:28px;
}

.doctor-list ul.box-whiteBg li:nth-child(even) .dr-info
{
	background:rgba(0, 155, 166, 0.9) none;
}
.doctor-list ul.box-whiteBg li:nth-child(even) .dr-info h4 a
{
	color:#fff;
}
.language-switch-desktop
{
	float: right;
    padding:5px 1px 0 0;
}
.language-switch-desktop a{
	text-decoration:none;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}
.language-switch-desktop a:hover {
    color: #616266;
}
.language-switch {
    float: right;
    padding:5px 55px 0 0;
	display:none;
}
.language-switch a{
	text-decoration:none;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}
.language-switch a:hover {
    color: #616266;
}

@media only screen and (max-width:1400px) {
.page-banner {
	height: auto;
}

.home-hero-content {
	top:9rem;
}

}
@media only screen and (max-width:1024px) {
#nav > ul > li {
	padding: 0 11px;
}
/*.section-Even {
	height: 310px;
}
.section-Odd {
	height: 310px;
}*/
.header .wrapper {
	padding: 0;
}
.advance-search .wrapper {
	padding: 0;
}
.logo {
	margin-left: 10px;
}
.header-right {
	margin-right: 10px;
}
.info-section {
	width: 30%;
}
.cell-no {
	font-size: 18px;
}
.map-section {
	height: 295px !important;
}

div.boxNumber
{
	height:250px;
}
.home-hero-content {
	top:7rem;
}



}
 @media only screen and (max-width:900px) {
.info-section {
	width: 40%;
}
#nav > ul > li {
	padding: 0 7px;
}
#nav > ul > li a{
	font-size:13px;
}
.slide-title p {
	font-size: 26px;
}
.section-Even {
	height:195px;
}
.section-Odd {
	height: 195px;
}
.discription {
	padding: 25px 3% 25px 0;
}
.section-Even .discription h2 {
	margin-bottom: 7px;
}
.section-Even .discription p {
	padding-bottom: 5px;
	line-height:17px;
}
.patient-list ul li .dr-slide p
{
	font-size:12px;
	line-height:17px;
	padding-bottom:5px;
}
.tabs-section ul li div.boxNumber span.totalNum
{
	margin:0 0 5px 0;
	font-size:42px;
}
}
@media only screen and (max-width:800px) {
.logo {
	width: 25%;
}
.header {
	min-height: 80px;
	position: relative;
}
.info-section {
	padding-right: 7%;
}
.powered-logo {
	display: none;
}
.language-switch 
{
	display:block;
}
.language-switch-desktop
{
	display:none;
}
.search-icon {
	display: none;
}
.slide-section {
	top: 0;
}
.menu-outer {
	padding: 0;
	background: none;
	margin: 0;
	position: absolute;
	width: 100%;
	top: 0;
	float: none;
}
a.hu {
	display: block !important;
}
#nav ul {
	padding: 0;
	list-style: none;
}
.page-heading {
	bottom: 0
}
/******** menu*/
.nav-opener {
	position: absolute;
	right: 0;
	top: 21px;
	float: right;
	width: 50px;
	height: 32px;
	border-radius: 0;
	margin: 5px 0 0 0;
}
.nav-opener:before,  .nav-opener:after,  .nav-opener span {
	background: #009ba6;
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px; /* height/2 */
	transition: all 0.2s linear;
}
.nav-opener:before,  .nav-opener:after {
	content: '';
	top: 30%;
}
.nav-opener:after {
	top: 70%;
}
.nav-active .nav-opener span {
	opacity: 0;
}
.nav-opener:hover {
	opacity: .9;
}
.nav-active .nav-opener:after,  .nav-active .nav-opener:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}
.nav-active .nav-opener:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav {
	float: none;
	padding: 0;
	width: 100%;
	margin: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.20s ease;
	-webkit-transition: all 0.20s ease;
	position: absolute;
	right: 0;
	left: 0;
	border: none;
	top: 91px;
	z-index: 111;
	background: #fff;
}
.nav-active #nav {
	height: auto;
}
#nav ul li {
	float: left;
	width: 100%;
	margin: 0;
	background: none;
	border-right: none;
	padding: 5px 0;
	border-bottom: 1px dotted #b2b2b2;
}
#nav ul li:last-child {
	border-bottom: none;
}
#nav > ul > li > a {
	padding: 3px 10px 0;
	line-height: 24px;
	color: #009ba6;
	border: none;
	font-size: 13px;
}
.menu-outer ul li a {
	float: none\0;
}
#nav > ul > li.active a,  #nav > ul > li:hover > a,  #nav > ul > li > a:hover {
	border: 0;
	padding: 3px 10px 0;
	border: none;
}
#nav ul li ul {
	width: 100%;
	padding: 11px 0 9px 0;
	position: relative;
	top: 7px;
}
#nav ul li ul li > a {
	padding: 5px 10px;
	line-height: 24px;
}
.menu-outer #nav {
	display: none;
}
.menu-outer #nav ul {
	display: none;
}
.menu-outer .nav-opener {
	display: none;
}
/********* end menu	*/

.left-img {
	width:40%;
	text-align: center;
}
.discription {
	width: 56%;
	padding: 2%
}
.section-Even .right-img {
	width: 100%;
	text-align: center;
}
.section-Even .discription {
	width: 96%;
	padding: 2%
}
.gallery-section .left-img {
	width: 100%;
}
.section-Even.gallery-section .right-img {
	width: 100%;
}
.gallery-section .discription {
	width: 96%;
}
.section-Even {
	width: 100%;
	height: auto;
	padding: 0;
}
.section-Odd {
	width: 100%;
	height: auto;
	padding: 0 0;
}
/*.section-Even img {
	width: 100%;
}
.section-Odd img {
	width: 100%;
}*/
.fot-nav {
	margin-left: 5%;
}
.info-section {
	width: 50%;
}
.doctor-list ul li {
	width: 49.3%;
}
.doctor-list ul li:nth-of-type(3n) {
	margin-right: 0.7%;
}
.doctor-list ul li .dr-slide {
	height: 142px;
}
.doctor-list ul li div.dr-pic {
	overflow: hidden;
}
.doctor-list ul li div.dr-pic img {
	width: 100%;
}
.tabs-section ul li {
	width: 50%;
}
.tabs-section ul li.large-figure {
	width: 50%;
}
.tabs-section ul li div.textBox {
	height: 262px;
}
.tabs-section ul li div.boxImg {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.tabs-section ul li div.boxImg img {
	width: 100%;
}
.wrapTabs {
	height: auto;
}
/*div.boxNumber
{
	background:#a89f88 url("images/tea-bg.jpg") no-repeat left;
}
*/
.left-contact {
	width: 100%;
}
.right-contact {
	width: 96%;
	padding: 2%;
}
.event-img {
	width: 100%;
}
.event-img img {
	width: 100%;
}
.event-discription {
	width: 96%;
	float: left;
	padding: 2%;
}
.media-blocks {
	height: auto;
	margin-bottom: 15px;
}
.press-section ul li .boxImg img {
	width: 100%;
}
.press-section ul li .boxImg {
	overflow: hidden;
}
.press-section ul li {
	width: 50%;
}
.socialSections ul li {
	width: 50%;
}
.socialSections ul li div.boxImg img {
	width: 100%;
}
.socialSections ul li div.boxImg {
	overflow: hidden;
}
/*.doctor-list ul li .dr-info {
	position: relative;
	float: left;
}*/
.doctor-list ul li .dr-slide {
	padding: 10% 5%;
	height: 80%;
}
.map-section {
	height: 255px !important;
}
.menu-outer div.search-main {
	top: 90px;
}
.mob-search {
	display: block;
	position: relative;
	padding: 15px 2.55%;
	float: left;
	width: 95%;
}
.mob-search .search-icon {
	display: block;
	background: url(images/search-icon2.png) no-repeat;
}
.mob-search .search-main div {
	width: 98%;
}
.doctor-list ul li .dr-info {
	min-height:69px;
}
.doctor-list ul.ms-list li .dr-info {
	min-height:39px;
}
.newslist-blocks {
	height: auto;
}
.news-img {
	width: 100%;
	text-align: center;
}
.news-discription {
	width: 96%;
	padding: 2%;
}
.document-list li {
	width: 50%;
}
.partner-section-left {
	width: 96%;
}
.partner-section-right {
	width: 96%;
}
.insurance-billing
{
	height:auto;
}
.insurance-billing div.left-img
{
	width:33%;
	text-align:center;
	background:#fff;
	padding-top:51px;
}
.insurance-billing div.discription
{
    padding:2%;
    width:63%;
}
.ins-leftimg
{
	width:30%;
	float:left;
	text-align:center;
}
.ins-rightcont
{
	width:70%;
}

.home-hero img {
	padding-bottom:0 !important;
	height:auto !important;
	max-width:100% !important;
}

.tabs-section ul li div.boxImg
{
	height:auto;
}
div.boxNumber
{
	height:149px;
}
.home-hero-content
{
	top:4.5rem;
	width:25rem;
	padding:1rem;
}

.contact-box p
{
	margin-bottom:5px;
}

}
@media only screen and (max-width:700px) {
.cell-no {
	width: auto;
	padding-left: 19px;
	font-size: 19px;
	background: url(images/call-icon-mob.gif) no-repeat left 3px;
}
.appoint {
	width: auto;
	padding-left: 19px;
	background: url(images/calendar-icon-mob.gif) no-repeat left 1px;
	font-size: 11px;
}

.search-sections {
	padding-bottom:3px;
	padding-top:15px;
}

.search-sections ul li {
	 padding: 0 2% 0 0;
    width: 48%;
	margin-bottom: 15px;
}
.search-sections ul li select {
	width: 100%;
	height:28px;
	background: url(images/arrow-down.gif) no-repeat 100% 1px;
}
.search-sections ul li input {
	width: 95.7%;
	padding:5px 2%;
}

.search-sections ul li input.submit_btn {
	float: left;
	height:28px;
	line-height:27px;
}
.uem-img {
	width: 100%;
	margin-bottom: 11px;
	text-align: center;
}
.fot-nav {
	text-align: center;
	margin: 0;
	width: 100%;
	margin-bottom: 11px;
}
.fot-nav li {
	float: none;
	display: inline;
	padding: 0 7px;
}
.fot-nav li a {
	font-size: 12px;
	float: none;
	display: inline-block;
}
.socialFot-icons {
	width: 100%;
	float: left;
	text-align: center
}
.socialFot-icons li {
	float: none;
	display: inline-block;
}
.socialFot-icons li a {
	display: inline-block;
	float: none;
}
.header-right {
	width: 67%;
	margin: 0;
}
.logo {
	width: 30%;
}
.info-section {
	padding-right: 19%;
}
.tabsList ul li a {
	font-size: 12px;
}
.breadcrumSection ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}
.press-section ul li {
	width: 100%;
}
.socialSections ul li {
	width: 100%;
}
.doctor-list ul li div.dr-pic {
	height: 280px;
}
.figDiscription {
	width: 100%;
	float: left;
	padding: 0;
}
.fig-pic {
	width: 100%;
	float: left;
	padding: 0;
	text-align: center;
}
.search-main div {
	width: 95%;
}
.search-main input {
	width: 80%
}
#mapinfo h2 {
	font-size: 14px;
}
#mapinfo p {
	font-size: 12px;
}
.document-list li h5 {
	font-size: 16px;
	padding: 5px 0;
}
.tabs-section ul li div.boxImg
{
	height:auto;
}

div.boxNumber
{
	height:111px;
}

.insurance-billing div.left-img
{
	padding-top:65px;
}
.home-hero-content p
{
	font-size:1rem;
}
.home-hero-content span.read_more a
{
	font-size:12px;
}
.home-hero-content p {
    font-size: 14px;
}
.breadcrumSection ul li:first-child a {
	height:20px;
	line-height:20px;
	padding: 5px 13px 5px 9px;
	margin-right:5px;
	background: #fff url(images/wArrow-mob.jpg) no-repeat right top;
}
.breadcrumSection ul li a
{
	padding:5px;
	margin-right:5px;
	font-size:12px;
	height:20px;
	line-height:20px;
}
.breadcrumSection ul li.home span a span
{
	height:20px;
	line-height:20px;
}

.breadcrumSection ul li a span
{
	font-size:12px;
	height:20px;
	line-height:20px;
}
.breadcrumSection ul li span
{
	font-size:12px;
	height:20px;
	line-height:20px;
	margin-top:6px;
}
}
@media only screen and (max-width:650px) {
.doctor-list ul li div.dr-pic {
	height: 250px;
}

.home-hero-content
{
	top:2.5rem;
	width:21rem;
	padding:0.5rem;
}
.home-hero-content span.read_more a {
    height: 22px;
    line-height: 22px;
}

.left-img {
	width:50%;
	text-align: center;
}
.discription {
	width: 46%;
	padding: 2%
}

.language-switch {
  
    padding: 16px 0 0 0;
}

}
 @media only screen and (max-width:600px) {
.info-section {
	width: 60%;
}
.cell-no {
	margin: 0;
}
ul#slides li.slidesjs-slide img {
	min-height: 360px;
}
#slides .slidesjs-container {
	min-height: 360px;
}
.contact-form li.large
{
	margin-bottom: 2%;
	margin-top:0;
}
.contact-form li {
	width: 100%;
	margin-bottom: 2%;
}
.contact-form li textarea
{
	height:80px;
}
.contact-form li span.wpcf7-not-valid-tip {
	float: left;
}
.contact-form li.mid-req {
	width: 100%;
}
.doctor-list ul li .dr-slide {
	padding: 10% 5%;
	height: 80%;
}
/*.doctor-list ul li .dr-info {
	position: relative;
	float: left;
}*/
.doctor-list ul li div.dr-pic {
	height: 215px;
}

.insurance-billing div.left-img
{
	width:40%;
	padding-top:71px;
	padding-bottom:45px;
}
.insurance-billing div.discription
{
    padding:2%;
    width:56%;
}

.home-hero-content {
	display:none;
}

.section-Even .discription p {
	padding-bottom: 5px;
	line-height:15px;
}
.patient-list ul li .dr-slide p
{
	font-size:11.5px;
	line-height:15px;
	padding-bottom:5px;
}
.read-more a
{
	height:28px;
	line-height:28px;
}

.contact-form li.large-req
{
	margin:0 0 2% 0;
}
.contact-form li.mid-req
{
	margin:0 0 2% 0;
}
.contact-form li.large-req label
{
	margin-bottom:2%;
}
}
@media only screen and (max-width:550px) {
/*.doctor-list ul li
{
	width:100%;
}*/
.page-heading h1 {
	font-size:16px;
}
.page-heading h1 span {
	width:auto;
	min-width:inherit;
}
.page-banner {
	height: auto;
}
.tabs-section ul li {
	width: 100%;
}
.tabs-section ul li.large-figure {
	width: 100%;
}
.tabsList ul li {
	width: 100%;
	margin: 0 0 2% 0;
}
.doctor-list ul li .dr-info {
	min-height: 81px;
}
div.boxNumber
{
	height:auto;
}
span.cell-no {
	display: none;
}
a.shw-mob {
	text-decoration: none;
	display: block;
}
.search-main div {
	width: 92%;
}

.section-Odd .discription p{
	font-size:12px;
	line-height:17px;
	padding-bottom:5px;
}
.section-Odd .discription h2
{
	margin-bottom:10px;
}

.tabs-section ul li div.boxNumber
{
	display:none;
}

.doctor-list ul li:hover div.dr-pic .dr-slide p
{
	display:none;
}
.doctor-list ul li:hover div.dr-pic .dr-slide h4
{
	display:none;
}

}
@media only screen and (max-width:500px) {
.logo {
	width: 35%;
}
.header-right {
	width: 60%;
	margin: 0;
}
.info-section {
	padding-right: 5%;
	width: 75%;
	padding-top:39px;
}
.cell-no {
	font-size: 20px;
	padding-left: 15px;
}
.menu-outer {
	top: 32px;
}
#nav {
	top: 59px;
}
.doctor-list ul li div.dr-pic {
	height: 151px;
}
.map-section {
	height: 225px !important;
}
.menu-outer div.search-main {
	top: 67px;
}
.document-list li {
	width: 100%;
}
#home-hero span.read_more
{
	width:130px;
}
#home-hero span.read_more a
{
	font-size:12px;
	width:auto;
	display:block;
	height:28px;
	line-height:28px;
}
.home-hero-content p
{
	padding-bottom:9px;
}

.doctor-list ul li .dr-info {
	position: relative;
	float: left;
}

.section-Odd .discription p{
	font-size:12px;
	line-height:17px;
	padding-bottom:5px;
	height:65px;
	overflow:hidden;
	
}
.section-Odd .discription h2
{
	font-size:14px;
}

.language-switch {
  
    padding:0 13px 15px 0;
}

}
@media only screen and (max-width:400px) {
.info-section {
	width: 90%;
}
.fot-nav li {
	padding: 0 4px;
}
/*.doctor-list ul li div.dr-pic img
	{
		height:100%;
	}*/
.doctor-list ul li .dr-info h4
{
	font-size:13px;
}
.doctor-list ul li div.dr-pic {
	height: 135px;
}


.insurance-billing div.left-img
{
	width:46%;
	padding-bottom:81px;
}
.insurance-billing div.discription
{
    padding:2%;
    width:50%;
}



}
 @media only screen and (max-width:370px) {
.doctor-list ul li div.dr-pic {
	height: 120px;
}
.dr-slide p {
	padding: 0;
	line-height: 16.5px;
}
.doctor-list ul li .dr-slide span.read-more a {
	height: 27px;
	line-height: 26px;
}
.doctor-list ul li .dr-info {
	min-height: 103px;
}
.doctor-list ul li .dr-slide {
	padding: 5%;
	height: 90%;
}
.insurance-billing div.left-img
{
	padding-bottom:91px;
}


}
 @media only screen and (max-width:340px) {
.doctor-list ul li div.dr-pic {
	height: 110px;
}
}
#loading {
	position: absolute;
	left: 47%;
	top: 97%;
	text-align: center;
	width: 41px;
	height: 41px;
	z-index: 9999;
	background: url("images/loading.gif") no-repeat;
}
span.wpcf7-not-valid-tip
{
	display:inline !important;
}