/* ------------------------------ Global CSS ------------------------------ */
@font-face {    font-family: 'questrialregular';    src: url('/fonts/questrial-regular-webfont.eot');    src: url('/fonts/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),         url('/fonts/questrial-regular-webfont.woff2') format('woff2'),         url('/fonts/questrial-regular-webfont.woff') format('woff'),         url('/fonts/questrial-regular-webfont.ttf') format('truetype'),         url('/fonts/questrial-regular-webfont.svg#questrialregular') format('svg');    font-weight: normal;    font-style: normal;}@font-face {    font-family: 'MyriadProRegular';    src: url('/fonts/myriadpe-webfont.eot');    src: url('/fonts/myriadpe-webfont.eot?#iefix') format('embedded-opentype'),         url('/fonts/myriadpe-webfont.woff') format('woff'),         url('/fonts/myriadpe-webfont.ttf') format('truetype'),         url('/fonts/myriadpe-webfont.svg#MyriadProRegular') format('svg');    font-weight: normal;    font-style: normal;}
#toTop {  width: 100px;  background: #30479A;  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: #30479A;}
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: 10px 0px;
	padding: 0px;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
/* ------------------------------ General CSS ------------------------------ */



.hr {
	height: 10px;
	background: url(/images/hr.gif) repeat-x left center;
    clear: both;
}
.clear-float {
	clear: both;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.videoBorder, .google-map-wrapper {
	border: 4px solid #333;
	width: 98%;
	position: relative;
	margin: 15px auto;
	padding: 55% 0px 0px 0px;
}
.multiBorder {
	width: 90%;
	position: relative;
	margin: 10px auto;
	padding: 100% 0px 0px 0px;
	overflow: hidden;
	height: 300px;
}
.videoBorder iframe, .videoBorder embed, .multiBorder iframe, .multiBorder embed, .google-map-wrapper embed, .google-map-wrapper iframe {
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px !important;
}
.google-map-wrapper {
	border: 1px solid #bcbcbc;
}
/* ------------------------------ Slider CSS ------------------------------ */



.rslides {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.rslides li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
}
#Interactivity {
	position: relative;
}
.intra-div {
	width: 100%;
	height: 100%;
}
/* ------------------------------ Scrolling Styles ------------------------------ */







#flexiselDemo1 {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	overflow: hidden !important;
}
.nbs-flexisel-container {
	margin: 0px;
	padding: 0px;
	position: relative;
	max-width: 100%;
	overflow: hidden !important;
}
.nbs-flexisel-ul {
	width: 9999px;
 *width:9999px;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden !important;
}
.nbs-flexisel-inner {
	width: 85%;
	max-width: 85%;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden !important;
}
.nbs-flexisel-item {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden !important;
	vertical-align: middle;
}
.nbs-flexisel-item img {
	vertical-align: middle;
}
.nbs-flexisel-item a, .nbs-flexisel-item a:hover {
	text-decoration: none;
}
/*----- Navigation -----*/







.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 35px;
	height: 100%;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	top: 0px;
}
/* ------------------------------ Main CSS ------------------------------ */



#Container, #Header-Container, #Doc-Container, #QuickLinks-Container, #Credibility-Container, #Footer-Container, #Intra-Container, #Intra-Container-S, #Content-Container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
#Menu-Container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #30479a;
	border-top: 1px solid #e3ddde;
}
#Header, #Intractivity, #Doc, #QuickLinks, #Credibility, #Footer, #Doc-Section, .Intra-Main-Container, #Contact, #Content-Main, #Main-Menu, #Mobile-Main {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto;
	position: relative;
}
/* ------------------------------ Header CSS ------------------------------ */



#Header {
	min-height: 115px;
}
#Header-Left {
	display: table-cell;
}
.logo {
	width: 300px;
}
.logo img {
	margin: 17px 0px 0px 10px;
	float: left;
}
#Header-Right {
	display: table-cell;
	width: 100%;
}
.lang {
	float: right;
	margin: 0px 25px 0px 0px;
}
.call {
	background: url(/images/sprites.png) no-repeat scroll left 0;
	color: #2e3e50;
	float: right;
	font: 19px "questrialregular";
	height: 30px;
	margin: 0;
	padding: 2px 0 0 32px;
	width: 170px;
}
.call a {
	color: #2e3e50;
}
.smo {
	float: right;
	margin: 1px 10px 10px 0;
}
.smo li {
	float: left;
	margin-right: 6px;
	text-indent: -999999px;
}
.smo li a {
	display: block;
	width: 26px;
	height: 26px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
	border-radius: 5px;
	overflow: hidden;
}
.smo li a:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.facebook a {
	background: url(/images/sprites.png) no-repeat scroll left -60px;
}
.linkedin a {
	background: url(/images/sprites.png) no-repeat scroll left -120px;
}
.twitter a {
	background: url(/images/sprites.png) no-repeat scroll left -180px;
}
.youtube a {
	background: url(/images/sprites.png) no-repeat scroll left -240px;
}
.google-plus a {
	background: url(/images/sprites.png) no-repeat scroll left -300px;
}
/*-------------Menu Css-------------------*/



#Menu-Container {
	overflow: visible;
	background: #30479a;
	border-top: 1px solid #ebd6d0;
}
#Main-Menu {
	position: relative;
	min-height: 37px;
}
#access {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	z-index: 300;
}
#access ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#access ul ul a {
	color: #fff;
	display: block;
	padding: 10px 10px 10px 18px;
	text-transform: none;
	text-align: left;
}
#access li {
	background: url(/images/menu-bdr.png) no-repeat right center;
	float: left;
	position: relative;
	padding: 0px;
	text-align: center;
	font: normal 17px/37px 'questrialregular';
}
#access li:last-child {
	background: none;
}
#access a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#access a:hover {
	color: #ffffff;
	text-decoration: none;
	background: url(/images/menu-bdr.png) no-repeat right center #0bb89b;
}
.menu-item-21 {
	width: 10%;
}
.menu-item-22 {
	width: 12%;
}
.menu-item-30 {
	width: 13%;
}
.menu-item-27 {
	width: 16%;
}
.menu-item-26 {
	width: 13%;
}
.menu-item-25 {
	width: 9%;
}
.menu-item-23 {
	width: 15%;
}
.menu-item-24 {
	width: 12%;
}
#access ul ul ul {
	left: 100%;
	top: 0px;
	margin: 0px;
	z-index: 999;
}
#access ul ul {
	background: #30479a;
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 99999;
	width: 210px;
}
#access ul ul a:hover {
	color: #ffffff;
	background: #0bb89b !important;
}
#access ul ul li {
	height: auto;
	border-bottom: 1px solid #fff;
	font: normal 16px/18px 'questrialregular' !important;
	width: 100%;
	text-align: left;
	background: none;
}
#access ul li:hover > ul {
	display: block;
}
.menu li a:hover, .menu li:hover > a, .menu > li:hover > a {
	color: #ffffff !important;
	background: #0bb89b !important;
}
.menu .current-menu-item > a, .menu .current_page_item > a, .menu .current-menu-ancestor > a, .menu .current_page_ancestor > a {
	color: #ffffff !important;
	background: #0bb89b;
}
.menu ul li a:hover, .menu ul li:hover > a, .menu ul > li:hover > a, .menu > ul > li:hover > a {
	background: #0bb89b !important;
	color: #ffffff !important;
}
.menu li .current-menu-item > a, .menu > li .current-menu-item > a, .menu li .current_page_item > a, .menu > li .current_page_item > a, .menu li .current-menu-ancestor > a, .menu > li .current-menu-ancestor > a, .menu li .current_page_ancestor > a, .menu > li .current_page_ancestor > a {
	background: #0bb89b !important;
	color: #ffffff !important;
}
.menu-item-32 ul {
	width: 222px !important;
}
#Mobile-Menu {
	display: none;
}
/* ---------- Mobile Menu ---------- */







#Mobile-Menu {
	display: none;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
.menu-link {
	height: 50px;
	font: normal 18px/50px 'questrialregular';
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-bottom: 1px solid #d3bfa0;
	text-transform: uppercase;
}
.menu-link a {
	color: #fff;
	display: block;
}
.menu-link img {
	margin: 0px 10px;
}
#wrapper {
	left: 0px;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 996;
}
#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: #5F84F2;
	color: #ffffff;
	border-bottom: 1px solid #fff;
	width: 100%;
}
#wrapper ul li a {
	display: block;
	color: #ffffff;
	padding: 0px 0px 0px 20px;
}
#wrapper ul li a:hover {
	color: #fff;
	background: #0bb89b;
}
#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: #0bb89b !important;
}
#wrapper .menu > li.menu-item-has-children > a {
	background: url(/images/menu-left-bg.png) no-repeat 95% center #092441 !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;
	background: url(/images/menu-down-bg.png) no-repeat 95% center #092441 !important;
}
#wrapper .menu-item-has-children ul a {
	color: #fff !important;
	background: #5F84F2 !important;
}
#wrapper .menu > li.menu-item-has-children li > a:hover {
	color: #fff !important;
	background: #0bb89b !important;
}
/* ------------------------------ Meet Doctor CSS ------------------------------ */



#Doc-Container {
	background: url(/images/doc-bg.gif) repeat 0px 0px;
}
#Doc-Section {
	display: table;
}
#Healthcare, #Meet-Doc {
	display: table-cell;
	vertical-align: top;
}
#Meet-Doc {
	width: 100%;
}
.meet {
	width: 100%;
	float: left;
}
.meet-img {
	float: left;
	width: 38%;
	padding-top: 30px;
	margin-right: 5%;
}
#Healthcare, .healthcare {
	width: 480px;
	vertical-align: top;
	padding-bottom: 10px;
}
.healthcare h1 {
	font: normal 24px/24px 'questrialregular';
	padding: 25px 0px 15px 10px;
	color: #fff;
	margin: 0px;
}
.healthcare h1 a {
	color: #fff;
}
.healthcare-img-text {
	font: normal 14px/18px 'questrialregular';
	padding: 10px 40px 5px 10px;
	color: #fff;
	margin: 0px;
	width: 100%;
}
.healthcare-img {
	float: left;
	width: 29%;
}
.healthcare-details {
	float: left;
	width: 68%;
	padding-left: 3%;
}
.healthcare-details p {
	width: 82%;
	margin: 0px;
}
.healthcare-details a {
	background: #1eb194;
	color: #fff;
	float: right;
	font: 14px/14px "questrialregular";
	height: 10px;
	margin: 5px 40px 0 0;
	padding: 9px 0;
	text-align: center;
	width: 85px;
	display: block;
	color: #fff;
}
.meet h1 {
	font: normal 26px/26px 'questrialregular';
	padding: 25px 15px 5px 10px;
	color: #fff;
	margin: 0px;
}
.meet h2 {
	font: normal 20px/25px 'questrialregular';
	padding: 0px 0px 0px 10px;
	color: #fff;
	margin: 0px;
}
.meet h2 a {
	color: #fff;
}
.meet p {
	font: normal 14px/20px 'questrialregular';
	margin: 0px;
	color: #fff;
}
.meet h2 span {
	font: normal 14px/14px 'questrialregular';
}
.meet h3 {
	background: #1eb194;
	color: #fff;
	float: left;
	font: 14px/14px "questrialregular";
	height: 10px;
	margin: 10px 0 20px 0px;
	padding: 9px 0;
	text-align: center;
	width: 85px;
}
.meet h3 a {
	color: #fff;
}
.meet > img {
	float: left;
	margin: 20px 20px 20px 10px;
}
/* ------------------------------Home Interactivity CSS ------------------------------ */



#Intra-Container #Intractivity, #Intra-Container .rslides {
	height: 285px;
	position: relative;
}
#Intra-Container #Intractivity {
	position: relative;
}
.Intra-L, .Intra-R {
	height: 100%;
	position: absolute;
	z-index: 100;
	width: 2000px;
	padding: 0px;
}
.Intra-L {
	margin: 0px 0px 0px -2000px;
}
.Intra-R {
	margin: 0px 0px 0px 960px;
	background: #ccc;
}
#Intra-Container .banner0 {
	background: url(/images/banner1.jpg) no-repeat left top;
}
#Intra-Container .banner0 .Intra-L {
	background: url(/images/banner1-l.jpg) no-repeat right top;
}
#Intra-Container .banner0 .Intra-R {
	background: url(/images/banner1-r.jpg) no-repeat left top;
}
#Intra-Container .banner1 {
	background: url(/images/banner2.jpg) no-repeat left top;
}
#Intra-Container .banner1 .Intra-L {
	background: url(/images/banner2-l.jpg) no-repeat right top;
}
#Intra-Container .banner1 .Intra-R {
	background: url(/images/banner2-r.jpg) no-repeat left top;
}
#Intra-Container .banner2 {
	background: url(/images/banner3.jpg) no-repeat left top;
}
#Intra-Container .banner2 .Intra-L {
	background: url(/images/banner3-l.jpg) no-repeat right top;
}
#Intra-Container .banner2 .Intra-R {
	background: url(/images/banner3-r.jpg) no-repeat left top;
}
/*--------Subpage---------------*/



#Intra-Container-S #Intractivity, #Intra-Container-S .rslides {
	height: 148px;
	position: relative;
}
#Intra-Container-S #Intractivity {
	position: relative;
}
#Intra-Container-S .banner0 {
	background: url(/images/banner1-s.jpg) no-repeat left top;
}
#Intra-Container-S .banner0 .Intra-L {
	background: url(/images/banner1-l-s.jpg) no-repeat right top;
}
#Intra-Container-S .banner0 .Intra-R {
	background: url(/images/banner1-r-s.jpg) no-repeat left top;
}
#Intra-Container-S .banner1 {
	background: url(/images/banner2-s.jpg) no-repeat left top;
}
#Intra-Container-S .banner1 .Intra-L {
	background: url(/images/banner2-l-s.jpg) no-repeat right top;
}
#Intra-Container-S .banner1 .Intra-R {
	background: url(/images/banner2-r-s.jpg) no-repeat left top;
}
#Intra-Container-S .banner2 {
	background: url(/images/banner3-s.jpg) no-repeat left top;
}
#Intra-Container-S .banner2 .Intra-L {
	background: url(/images/banner3-l-s.jpg) no-repeat right top;
}
#Intra-Container-S .banner2 .Intra-R {
	background: url(/images/banner3-r-s.jpg) no-repeat left top;
}
/*---------------- Intra Tabs Styles -----------------*/



.intra-tabs {
	position: absolute;
	bottom: 12px;
	z-index: 100;
	width: 100%;
	margin: 10px auto;
	width: 36px;
	left: 55%;
}
#Intra-Container-S .intra-tabs {
	left: 85%;
}
.intra-tabs li {
	float: left;
	height: 10px;
	margin: 0px 2px 0px 0px;
	width: 10px;
}
.intra-tabs a {
	background: url(/images/intra-bullet-off.png) no-repeat center center;
	display: block;
	height: 100%;
	width: 100%;
}
.intra-tabs li a:hover, .Banner_here a {
	background: url(/images/intra-bullet-on.png) no-repeat center center !important;
}
#Intra-Container .intra-text, #Intra-Container-S .intra-text {
	color: #060606;
	float: left;
	font: normal 24px/26px 'questrialregular';
	margin: 18% 0px 0px 35%;
	width: 320px;
}
#Intra-Container-S .intra-text {
	font: normal 22px/26px 'questrialregular';
	margin: 7% 0px 0px 55%;
	width: 320px;
}
/*--------- Bannner Appointment --------------*/



#Intractivity .banner-appoint-container {
	height: 285px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	width: 315px;
	background: url(/images/app-bg.png) no-repeat left top;
	padding-left: 35px;
}
.banner-appoint {
	background: #0bb89b;
	float: left;
	height: 285px;
	width: 100%;
}
.banner-appoint-head {
	margin: 0px;
	color: #fff;
	width: 100%;
	font: normal 18px/18px 'questrialregular';
	padding: 10px 0px;
	text-transform: uppercase;
	text-align: center;
}
.banner-appoint-form {
	width: 88%;
	padding: 0px 6%;
}
.banner-appoint-form input, .banner-appoint-form textarea {
	-webkit-appearance : none;
	-webkit-border-radius : 0px;
	border-radius: 0px;
}
.banner-appoint-form p {
	margin: 0px;
}
.name-field, .email-field, .contact-field, .comment-field, .date-field, .home-capcha, .home-capcha-txt {
	color: #fff;
	font: normal 13px/22px 'questrialregular';
	height: 22px;
	margin: 0px;
	border: 1px solid #fff;
	float: left;
	width: 97%;
	padding-left: 3%;
	background: #0bb89b;
	-webkit-text-fill-color: #fff !important;
}
.date-field {
	background: url(/images/calender-icon.png) no-repeat 97% center;
}
.comment-field {
	height: 45px;
}
.appoint-send, .banner-appoint-form input[type="reset"] {
	width: 70px;
	height: 22px;
	font: normal 17px/22px 'questrialregular';
	text-align: center;
	color: #30479A;
	background: #fff;
	border: none;
	margin: 5px 0px 0px 0px;
}
.home-captcha-img, .home-capcha-txt {
	float: left;
}
.home-captcha-img img {
	width: 30%;
}
.home-capcha-txt {
	float: right;
	width: 65%;
	padding-left: 5%;
	height: 20px;
	-webkit-height: 20px;
}
.home-captcha span.wpcf7-not-valid-tip  {
	width:200px !important;
}
.banner-appoint-form .wpcf7-response-output {
	margin: 0px;
	position: absolute;
	z-index: 1;
}
.home-captcha .wpcf7-form-control-wrap {
	display: inline !important;
}
/* ------------------------------ QuickLinks CSS ------------------------------ */



#QuickLinks-Container {
	background: #eeebe3;
}
.quick-links ul li a {
	font: normal 16px/16px 'questrialregular';
	color: #181818;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	float: left;
	width: 20%;
	text-align: center;
	background: url(/images/q-divider-bg.gif) no-repeat right 32px;
	display: block;
}
.quick-links ul li a:hover {
	color: #30479a;
	display: block;
}
.quick-links ul li span {
	height: 42px;
	width: 40px;
	margin: 18px auto;
	display: block;
	padding: 0px 0px 0px 0px;
}
.pf-bg span {
	background: url(/images/sprites.png) no-repeat 0px -358px;
}
.pf-bg a:hover span {
	background: url(/images/sprites.png) no-repeat 0px -418px;
}
.pe-bg span {
	background: url(/images/sprites.png) no-repeat 0px -478px;
}
.pe-bg a:hover span {
	background: url(/images/sprites.png) no-repeat 0px -538px;
}
.testimonials-bg span {
	background: url(/images/sprites.png) no-repeat 0px -598px;
}
.testimonials-bg a:hover span {
	background: url(/images/sprites.png) no-repeat 0px -658px;
}
.fv-bg span {
	background: url(/images/sprites.png) no-repeat 0px -718px;
}
.fv-bg a:hover span {
	background: url(/images/sprites.png) no-repeat 0px -778px;
}
.app-bg span {
	background: url(/images/sprites.png) no-repeat 0px -838px;
}
.app-bg a:hover span {
	background: url(/images/sprites.png) no-repeat 0px -898px;
}
/* ------------------------------ Credibility CSS ------------------------------ */



#Credibility {
	text-align: center;
}
#Credibility img {
	margin: 30px 3% 25px 5%;
}
/* ------------------------------ Footer CSS ------------------------------ */



#Footer-Container {
	background: url(/images/footer-bg.gif) repeat 0px 0px;
}
.f-box, .copyright-box {
	width: 33%;
	float: left;
}
.f-head {
	font: normal 20px/20px 'questrialregular';
	color: #30479a;
	padding: 30px 0px 20px 5px;
}
.f-head a {
	color: #30479a;
}
.f-list ul {
	margin-bottom: 20px;
}
.f-list ul li {
	font: normal 13px/13px 'questrialregular';
	padding: 10px 0px 10px 17px;
	color: #1f1f1f;
	background: url(/images/f-list-bg.png) no-repeat 5px center;
}
.f-list ul li a {
	color: #1f1f1f;
}
.f-list ul li a:hover {
	color: #30479a;
	text-shadow: 1px 1px 1px #30479a;
}
.f-map {
	margin: 10px 0px 10px 8px;
	font: normal 15px/15px 'questrialregular';
	color: #1f1f1f;
}
.f-map a {
	color: #1f1f1f;
}
.f-map a:hover {
	color: #30479a;
}
.f-map img {
	margin: 0px 0px 15px 0px;
}
.copyright {
	font: normal 13px/19px 'questrialregular';
	color: #353535;
	padding: 80px 0px 20px 5px;
}
.copyright a {
	color: #353535;
}
.copyright a:hover {
	color: #30479a;
	text-shadow: 1px 1px 1px #30479a;
}
.ypo {
	margin: 0px 0px 15px 5px;
}
/*-----------Sub Page Css---------------*/



#Content-Container {
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
#Content-Main .intra-div {
	display: table;
	width: 100%;
}
#Content-Left {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
#Sidebar {
	display: table-cell;
	vertical-align: top;
	width: 290px;
	padding: 0px 5px 50px 0px;
}
/*----- Navigation Starts -----*/







.navigation {
	font: 14px/20px 'questrialregular';
	color: #0bb89b;
	padding: 12px 30px 12px 10px;
	border-bottom: 1px solid #ccc;
}
.navigation a {
	font: normal 14px/20px 'questrialregular';
	color: #000;
	text-decoration: underline;
	padding-bottom: 5px;
}
.navigation a:hover {
	text-decoration: underline;
}
/*----- textMain Starts -----*/



.textMain {
	font: normal 14px/19px 'questrialregular';
	color: #000;
	padding: 10px 25px 30px 10px;
	text-align: justify;
}
.textMain a {
	color: #0bb89b;
}
.textMain a:hover {
	color: #4198D5;
	text-decoration: underline;
}
.textMain ul {
	padding: 0px;
	margin: 10px 0px;
}
.textMain ol {
	padding: 0px;
	margin: 10px 0px 0px 30px;
}
.textMain ul li {
	background: url(/images/bullet-tm.png) no-repeat 10px 9px;
	padding: 3px 0px 3px 25px;
	list-style: none;
}
.textMain ol li {
	padding: 3px 0px 3px 0px;
	list-style: decimal;
}
.textMain ul ul, .textMain ol ol {
	margin: 0px;
	padding: 5px 0px 5px 20px;
}
.textMain ul ul li {
	background: none;
	padding: 5px 0px;
	list-style: circle;
}
.textMain ol ol li {
	padding: 5px 0px;
	list-style-type: lower-alpha;
}
.textMain ul ul ul li {
	list-style: square;
}
.textMain ol ol ol li {
	list-style: lower-roman;
}
.textMain li p {
	margin: 5px 0px;
}
/*----- textMain Heading Starts -----*/







.textMain h1 {
	font: normal 27px/27px 'questrialregular';
	color: #30479a;
	margin: 0px 0px 15px 0px;
	text-align: left;
	text-transform: uppercase;
}
.textMain h2 {
	font: normal 24px/28px 'questrialregular';
	color: #30479a;
	text-align: left;
}
.textMain h2 a {
	color: #359e85;
}
.textMain h2 a:hover {
	text-decoration: underline;
}
.textMain h3 {
	font: normal 18px/22px 'questrialregular';
	color: #30479a;
	text-align: left;
}
.textMain h3 a {
	color: #359e85;
}
.textMain h3 a:hover {
	text-decoration: underline;
}
.textMain h4 {
	font: normal 16px/20px 'questrialregular';
	color: #30479a;
	text-align: left;
}
.textMain h4 a {
	color: #131b3d;
}
.textMain h4 a:hover {
	text-decoration: underline;
}
.textMainBold {
	font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: left;
}
.textMainBold a {
	color: #0bb89b;
}
.textMainBold a:hover {
	text-decoration: underline;
}
.PDFtext {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
/* ------------------------------ SubPage CSS ------------------------------ */



#Doctor-Sub {
	width: 290px;
	background: url(/images/dr-s-bg.gif) repeat 0px 0px;
	margin: 44px 0px 0px 0px;
}
.dr-photo-s {
	float: left;
	margin: 10px 13px;
}
.meet-doc-s h1 {
	font: normal 18px/27px 'questrialregular';
	color: #fff;
	padding: 7px 0px 0px 0px;
	margin: 0px;
}
.meet-doc-s h1 a {
	color: #fff;
	text-decoration: none;
}
.meet-doc-s h2 {
	font: normal 14px/15px 'questrialregular';
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.meet-doc-s h2 a {
	color: #fff;
}
.view-profile-s {
	padding-bottom: 4px;
}
.view-profile-s a {
	font: normal 13px/13px 'questrialregular';
	color: #fff;
	padding: 6px 0px 0px 0px;
	margin: 5px auto;
	text-align: center;
	background: #1eb194;
	width: 90px;
	height: 18px;
	display: block;
}
.view-profile-s a:hover {
	color: #30479A;
}
.services-s {
	font: normal 26px/26px 'MyriadProRegular';
	color: #f7f7f7;
	padding: 10px 0px 0px 10px;
	margin: 5px 0px 0px 0px;
	background: #0bb89b;
	height: 33px;
	border-bottom: 2px solid #262626;
	display: block;
	width: 280px;
}
.services-s a {
	color: #f7f7f7;
}
.services-s a:hover {
	color: #30479A;
}
#Servicebox {
	background: #30479a;
}
.s-list ul li {
	background: url(/images/bottom-bg.gif) no-repeat left bottom;
}
.s-list ul li a {
	color: #fff;
	background: url(/images/s-list-bg.png) no-repeat scroll 22px center;
	font: 16px/16px "questrialregular";
	padding: 10px 0 10px 38px;
	display: block;
}
.s-list ul li a:hover {
	background: url(/images/s-list-bg.png) no-repeat scroll 22px center #0bb89b;
}
.ql-list ul {
	margin: 20px 0px 0px 0px;
}
.ql-list ul li a {
	color: #181818;
	font: 16px/16px "questrialregular";
	padding: 15px 0 15px 60px;
	display: block;
	border-bottom: 1px solid #bbbab6;
}
.ql-list ul li a:hover {
	color: #0bb89b;
	text-shadow: 2px 2px 2px #bbbab6;
}
.pf-bg-s {
	background: url(/images/patient-forms-bg-s.png) no-repeat 17px 10px #eeebe3;
}
.pe-bg-s {
	background: url(/images/patient-edu-bg-s.png) no-repeat 17px 10px #eeebe3;
}
.testimonials-s {
	background: url(/images/testimonials-s-bg.png) no-repeat 17px 10px #eeebe3;
}
.fv-s {
	background: url(/images/first-bg-s.png) no-repeat 17px 10px #eeebe3;
}
.app-s {
	background: url(/images/appointment-bg-s.png) no-repeat 17px 10px #eeebe3;
}
.map-s {
	background: url(/images/map-bg-s.png) no-repeat 17px 10px #eeebe3;
}
/*--------Profile Page-----------*/







.page-id-46 #Doctor-Sub {
	display: none;
}
.page-id-46 .textMain h1 {
	display: none;
}
.page-id-46 .services-s {
	margin-top: 44px;
}
.meet-photo-s {
	float: left;
	margin: 10px 20px 10px 0px;
}
.meet-photo-s img {
	border: 1px solid #999999;
}
.meet-prof-p {
	padding: 10px 0px 15px 0px;
}
.meet-prof-p h2 {
	color: ##30479a;
	font: normal 27px/31px 'questrialregular';
	text-align: justify;
	margin: 0px;
}
.meet-prof-p h2 span {
	color: #000000;
}
.meet-prof-p p {
	margin: 0px;
	font: normal 14px/20px 'questrialregular';
	color: #999999;
}
/*---------- Service Page -------------*/



.Services-P {
	width: 100%;
}
.Services-P .service-p-text {
	width: 100%;
	margin-bottom: 10px;
	background: #eeebe3;
}
.service-p-text a {
	text-decoration: none !important;
}
.service-p-text .service-p-head {
	margin: 0px;
	background: #0bb89b;
	color: #fff;
	font: normal 22px/22px 'questrialregular';
	padding: 5px 0px 5px 50px;
}
.service-p-head a {
	color: #fff !important;
}
.service-p-text .service-p-list {
	padding: 10px;
	margin: 0px;
}
.service-p-list li {
	font: normal 15px/19px 'questrialregular';
	color: #1b1b1b;
	background: none !important;
}
.service-p-list li a {
	color: #1b1b1b;
	background: url(/images/bullet-tm.png) no-repeat left center;
	padding-left: 12px;
}
/*-------------------- Accordion Styles --------------------*/







.accordion {
	margin: 1em 0
}
.accordion h2 {
	background: url(/images/plus_icon.png) no-repeat scroll 10px center #e8e5e5;
	color: #000;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
	padding: 4px 0px 4px 40px;
	font: normal 16px/24px 'questrialregular';
}
.accordion h2.current {
	background: url(/images/minus_icon.png) no-repeat scroll 10px center #e8e5e5;
	cursor: default;
	color: #000;
}
.accordion div.pane {
	padding: 5px 20px;
	border: 1px solid #e8e5e5;
}
/* ------------------------------ Forms CSS ------------------------------ */







.mandatory {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF8204;
}
.ypo-form {
	margin: 0px;
	padding: 0px;
	position: relative;
	font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.ypo-form, .ypo-form input[type="text"], .ypo-form input[type="email"], .ypo-form textarea, .ypo-form select, .ypo-captcha {
	border: 1px solid #30479A;
	border-radius: 2px;
}
.page-id-20 .ypo-form {
	border: none;
}
.textMain .ypo-form h3, .ypo-form input[type="submit"], .ypo-form input[type="reset"] {
	background: #30479A;
	color: #fff;
	border-radius: 2px;
}
.textMain .ypo-form h3 {
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 10px;
}
.textMain .ypo-form ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	display: table;
}
.textMain .ypo-form li {
	margin: 0px;
	padding: 0px;
	background: none;
	display: table-row;
}
.ypo-form .ypo-field {
	display: table-cell;
	float: left;
	width: 50%;
	margin: 0px;
	padding: 5px 0px;
}
.ypo-form .ypo-area {
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
}
.ypo-form .ypo-text, .ypo-form .ypo-test {
	margin: 0px;
	padding: 10px 20px;
}
.ypo-form .ypo-text .wpcf7-radio {
	display: block;
}
.ypo-form .your-referal .wpcf7-list-item, .ypo-form .your-rays .wpcf7-list-item {
	display: inline-block !important;
}
.ypo-form input[type="text"], .ypo-form input[type="email"] {
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	width: 90%;
}
.ypo-form select {
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	width: 93%;
	z-index: 1;
}
.ypo-form .ypo-captcha {
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	width: 190px !important;
	padding: 2px 5px;
}
.your-captcha {
	display: inline !important;
}
.ypo-form textarea {
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	width: 95%;
	height: 100px;
}
.ypo-form input[type="submit"], .ypo-form input[type="reset"] {
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 90px;
	float: left;
	margin: 0px;
	border: 0px;
	cursor: pointer;
}
.ypo-form input[type="radio"] {
	vertical-align: text-top;
	margin: 0px 0px 0px 0px;
}
.ypo-form img {
	float: left;
}
.ypo-test .wpcf7-form-control-wrap {
	width: auto !important;
}
.ypo-form input[type="file"] {
	margin: 0px 0px 0px 10px;
}
.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}
.wpcf7-not-valid-tip {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif !important;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
}
.wpcf7-list-item {
	display: block;
	padding: 5px 0px;
}
.ypo-form .your-referal .wpcf7-list-item, .ypo-form .your-rays .wpcf7-list-item {
	display: inline-block !important;
	padding: 5px !important;
}
.wpcf7-response-output {
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
/*------------------------- Doctor Container List -------------------------------*/







.contact-address {
	padding: 3px;
	margin: 15px auto;
	border: 1px solid #30479a;
}
.contact-address .intra-div {
	display: table;
	width: 100%;
	height: 100%;
}
.contact-address h3 {
	font: bold 14px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #30479a;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.address-details {
	display: table-cell;
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 1% 1% 1% 2%;
	vertical-align: top;
}
.address-details-para, .address-details-phone {
	float:left;
	width:165px;
	height:70px;
}
.address-details-phone {
	float:right;
}
.address-details-para {
	padding-top:7px;
}
.textMain .contact-ph ul {
	margin: 0px;
	padding: 0px;
}
.textMain .contact-ph li {
	float: left;
	font: normal 14px/40px Verdana, Arial, Helvetica, sans-serif;
	width: 330px;
	height: 40px;
	background: none;
	margin: 5px;
	padding: 0px;
	color: #555555;
}
.textMain .contact-ph a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}
.textMain .contact-ph a:hover {
	color: #29873e;
	text-decoration: none;
}
.textMain .contact-ph img {
	margin: 0px 5px;
}
/*------------------------- Other List -------------------------------*/







.textMain .other-list ul {
	margin: 0px;
	padding: 0px;
}
.textMain .other-list {
	color: #ffffff;
	text-decoration: none;
	clear: both;
	float: left;
	padding: 0px 0px 10px 0px;
}
.textMain .other-list li {
	background-image: none !important;
	float: left;
	font: 15px/15px 'MyriadProRegular';
	height: 42px;
	margin: 3px;
	overflow: hidden !important;
	padding: 0px !important;
	text-align: left;
	width: 300px;
}
.textMain .other-list li a {
	background: #30479A;
	color: #fff;
	display: block;
	height: 35px;
	padding: 11px 0px 0px 25px;
	text-decoration: none !important;
}
.textMain .other-list li a:hover {
	background: #0BB89B;
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 2px #bbbab6;
}
/*-------------------- Review Page Styles --------------------*/







.review {
	margin: 20px auto 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}
.review img {
	margin: 5px;
	padding: 0px;
}
/*-------------------- Useful Links Styles --------------------*/







.UseFul-links {
	width: 90%;
	height: auto;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
.UseFul-links img {
	margin: 2px;
	padding: 10px;
	border: 1px solid #666666;
	float: left;
}
/*-----------Back to Top------------------*/







#backtotop {
	cursor: pointer;
	right: 5px;
	position: fixed;
	z-index : 10000;
	bottom: 10px;
	width: 40px;
	height: 45px;
	font: bold 12px/40px Verdana, Arial, Helvetica, sans-serif;
	color : #fff;
	 
	text-align : center;
	border-radius : 20px;
}
#backtotop a {
	display: block;
	text-indent: -9999px;
}
#backtotop:hover {
	opacity : 0.9;
}
/*--------------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: 350;
}
#tell-main .ypo-text {
	text-align: center;
}
#tell-main .ypo-form input[type="submit"] {
	margin: 0px 0px 0px 20%;
}
#tell-main .ypo-form input[type="text"], #tell-main .ypo-form input[type="email"] {
	width: 95%;
}
#tell-main {
	top: 5%;
	left: 50%;
	margin: 0px 0px 0px -200px;
	max-width: 400px;
	min-width: 200px;
	background: #fff;
	padding: 15px;
	border: 2px solid #CCCCCC;
	position: absolute;
	z-index: 999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#tell-main .ypo-form {
	padding: 5px;
}
#tell-main .tell-close {
	width: 25px;
	height: 25px;
	color: #000000;
	font: bold 16px/25px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: -10px -10px 0px 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #C9C9D6;
	background: #fff;
}
.textMain .procedure-list h3 {
	color: #fff;
	background: #31B2D0;
	padding: 5px;
}
.textMain .procedure-list h3 a {
	color: #fff;
	text-decoration: none;
}
.textMain .procedure-list ul {
	margin: 0px;
	padding: 0px;
}
.textMain .procedure-list li {
	margin: 0px;
	padding: 0px;
	background: none;
}
.procedure-list li img {
	float: left;
	margin: 0px 15px 0px 0px;
}
.procedure-more {
	text-align: right;
	font-weight: bold;
}
/****************schema*****************/







.tableborder {
	border: 1px solid #30479A;
	border-radius: 0;
	float: left;
	width: 100%;
}
.schema-address-head {
	background: #30479A;
	color: #fff;
	font: bold 13px/24px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.text-address {
	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-align: justify;
	width: 100%;
}
.text-address a {
	color: #092441;
	text-decoration: underline;
}
.text-address a:hover {
	color: #092441;
	text-decoration: underline;
}
.tel-schema {
	height: 28px;
	float: left;
	width: 220px;
}
.tel-schema img {
	margin: 0px 15px 0px 0px;
	float: left;
}
.tel-schema span {
	color: #092441 !important;
}
/*----- Testimonial Page Styles -----*/







.submit-testimonial {
	width: 200px;
	height: 30px;
	font: normal 14px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	margin: 0px 15px 15px 15px;
	float: right;
	border: 2px solid #ffffff;
	box-shadow: 0px 5px 5px 0px #aaaaaa;
	-o-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-moz-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-ms-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-webkit-box-shadow: 0px 5px 5px 0px #aaaaaa;
}
.submit-testimonial a {
	background: #30479A;
	color: #ffffff;
	display: block;
	text-decoration: none;
	-webkit-transition: 2s linear;
	-moz-transition: 2s linear;
	-ms-transition: 2s linear;
	-o-transition: 2s linear;
	transition: 2s linear;
}
.submit-testimonial a:hover {
	background: #0BB89B;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: 2s linear;
	-moz-transition: 2s linear;
	-ms-transition: 2s linear;
	-o-transition: 2s linear;
	transition: 2s linear;
}
/*-------------------- Realtime Sitemap Styles --------------------*/







#sitemapMenu ul {
	margin: 0px;
	padding: 0px;
}
#sitemapMenu ul li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 30px;
	font-weight: bold;
	background: none;
}
#sitemapMenu ul ul {
	margin: 0px;
	padding: 0px 0px 10px 30px;
}
#sitemapMenu ul ul li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
/*-------------- Multimedia List Styles----------*/







.multimedialist {
	height: 40px;
}
.media {
	font: normal 14px/16px 'questrialregular';
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.media li {
	list-style: none;
	width: 110px;
	float: left;
	padding: 0px !important;
	margin: 10px 15% 0px 0px !important;
}
.media li a {
	text-decoration: none !important;
}
.print a {
	font: normal 14px/16px 'questrialregular';
	background: url(/images/print-icon.png) no-repeat 10px 5px #444546 !important;
}
.media li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	line-height: 20px;
	width: 110px;
	height: 20px;
	border: 1px solid #000;
	padding: 5px 0px 5px 40px;
	background: #323032;
	box-shadow: 0px 6px 6px 0px #aaaaaa;
}
.media li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #000000;
}
.disclaimer-statement{ float: left; width: 100%;}
.disclaimer-statement p {
  background: #cccccc;
  color: #000000;
  font: 16px/20px 'MyriadProRegular';
  padding: 10px 15px;
  text-align: center;
}
.page-id-4 .disclaimer-statement{ display: none;}
@media screen and (max-width : 920px) {
#access li {
	font: normal 15px/37px 'questrialregular';
}
#Intra-Container .intra-text {
	margin: 18% 0px 0px 20%;
}
.intra-tabs {
	left: 40%;
}
}

@media screen and (max-width : 768px) {
#Doc-Section, #Healthcare, #Meet-Doc {
	display: inline;
}
#Healthcare, #Meet-Doc {
	float: left;
	width: 50%;
}
.healthcare {
	width: 100%;
}
.healthcare h1 {
	font: 20px/24px "questrialregular";
}
.healthcare h2 {
	font: 13px/18px "questrialregular";
	padding: 10px 10px 5px 10px;
}
.healthcare h3 {
	margin: 5px 15px 20px 0;
}
.meet h2 {
	font: 15px/19px "questrialregular";
}
.meet > img {
	margin: 20px 10px 20px 10px;
}
.meet h1 {
	font: 24px/26px "questrialregular";
	padding: 25px 15px 5px 10px;
}
.meet h2 span {
	font: 11px/14px "questrialregular";
}
#Credibility img {
	margin: 30px 1% 25px 2%;
}
}

@media screen and (max-width : 640px) {
#Main-Menu {
	display: none;
}
#Mobile-Menu {
	display: block !important;
}
#Healthcare, #Meet-Doc {
	float: left;
	width: 100%;
}
#Credibility img {
	margin: 30px 0 25px;
}
.f-box {
	float: left;
	text-align: center;
	width: 50%;
}
.copyright-box {
	width: 100%;
	text-align: center;
	padding: 15px 0px 20px 0px;
}
.copyright {
	font: normal 13px/20px "questrialregular";
	padding: 30px 0px 20px 5px;
}
.f-list {
	margin: 0 auto;
	width: 75%;
}
.logo {
	width: 245px;
}
.f-list ul li {
	text-align: left;
}
.meet-img {
	margin: 0px 4% 20px 2%;
}
#Content-Left, #Sidebar {
	display: inherit;
}
#Sidebar {
	margin: 0px auto;
}
#Intractivity .banner-appoint-container {
	background: none;
	position: relative;
	width: 100%;
	padding: 0px;
	float: left;
	background: #0bb89b;
}
.banner-appoint {
	float: none;
	height: 285px;
	width: 80%;
	margin: 0px auto;
}
}

@media screen and (max-width : 480px) {.address-details-phone {    float: left !important;}.submit-testimonial {    float: none;}
.f-list {
	width: 75%;
}
.quick-links ul li a {
	width: 48%;
}
.meet > img {
	margin: 20px 10px;
	width: 40%;
}
.healthcare h1 {
	font: 17px/24px "questrialregular";
}
.healthcare-img {
	width: 38%;
}
.healthcare-details {
	width: 59%;
}
#Header-Left, #Header-Right {
	display: inline-block;
	width: 100%;
}
.healthcare, .meet {
	margin: 0px auto;
	width: 310px;
	float: none;
}
.logo {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.logo img {
	float: none;
	margin: 10px auto;
}
.lang {
	float: none;
	margin: 0 15px;
}
.call {
	margin: 10px auto;
	text-align: center;
	float: none;
	width: 150px;
}
.lang {
	float: none;
	margin: 15px auto;
	text-align: center;
	width: 100%;
}
.smo {
	float: none;
	margin: 10px auto;
	text-align: center;
	width: 165px;
}
.f-box {
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 95%;
}
.f-head {
	padding: 15px 0 5px 5px;
}
.banner-appoint {
	width: 300px;
}
#Intra-Container .intra-text, #Intra-Container-S .intra-text {
	display: none;
}
}@media screen and (max-width : 380px) {.contact-address {	margin: 15px 0px;    width: 88% !important;}}
