@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:url(../images/bg.png);
}
 
 
/************************************************************************************
STRUCTURE
*************************************************************************************/
#continer{
	width:100%;
	background:url(../images/top_bg.jpg) repeat-x;
	padding-top:41px;
 
}

#pagewrap {
	width: 990px;
 
	margin:0 auto;
	background-color:#fff;
 
}


#header{
	height:165px;
	width:100%;
 
 
}
#header .logo{
width:282px;
 height:162px; 
 float:left;
}

#header .link{
width:700px; margin-left:8px; float:left;
}


/* social icons */

header .social {
	float:right;
}

.social li {
	color:#ccc;
	font-size:20px;
	font-weight:bold;
	line-height: 26px;s
}

.social a {
 
	background:url(../images/bg-header-icons.png) no-repeat;
	text-indent:-9999px;
	display:block;
	width:26px;
	height:26px;
	float:left;
	margin-right:5px;
}

.social a.twitter {
	background-position:-34px 0;
}

.social a.linkedin {
	background-position:-68px 0;
}

.social a.phone {
	background-position:-102px 0;
	width:33px;
}

.social a:hover {
	background-position-y:-26px;
}

.social .phone-number {
	text-indent:0;
	background-image:none;
}

header.container {
padding-top: 30px;
}

hr {
background: url(images/bg-hr.png);
margin: 0;
border: none;
padding: 5px 0;
width: 90%;
}


 ul{
	list-style-type:none;
	padding:0px;
}

 ul li{
	display:inline;
	 
}

a {
	color: #669;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#menunew{width:700px; margin-left:8px; float:left;}

.menu{
 
	text-shadow:none;
	color:#db4452;
	font-size:13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:12px 12px 0px 0px;
	margin:0px;
	font-weight:bold;

 
}


/* Added By Arul For DropDownMenu */

/* Start */


.nav {
    list-style: none;
    font-weight: bold;
    margin-bottom: 2px;
    float: left; /* Clear floats */
    width: 100%;
    /* Bring the nav above everything else--uncomment if needed.
    position: relative;
    z-index: 5;
    */
}
.nav li {
    float: left;
    margin-right: 10px;
    position: relative;
}
.nav a {
    display: block;
    padding: 1px;
    color: #db4452;
 /*   background-color: #333; 
    text-decoration: none; */
}
.nav a:hover {
   /*  color: #fff;
    background-color: #6b0c36; 
   text-decoration: underline; */
}

/*--- DROPDOWN ---*/
.nav ul {
    background-color: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
  /*  background: rgba(255,255,255,0); */
    list-style: none;
    position: absolute;
    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display: none;) */
}
.nav ul li {
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
}
.nav ul a {
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.nav li:hover ul { /* Display the dropdown on hover */
    left: 0; /* Bring back on-screen when needed */
    z-index:1000;
}
.nav li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
   /* background-color:#13d5f2;*/
    z-index:1000;
  /*  text-decoration: underline; */
}
.nav li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
    z-index:1000;
}
.nav li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
  /*  background-color: #13d5f2; */
}
/* End */




#bannernew{
	height:345px;
	width:100%;
 
	float:left;
}
 
#signup{
height:50px;
width:98%;
 
float:left;
background:url(../images/bg-newsletter.png);
padding:10px;
 

}

.newsletter{
color: hsl(0, 100%, 100%);
font-size: 25px;
text-shadow: 0 1px 0 hsl(190, 32%, 18%);
text-transform: uppercase;
margin-bottom: 0;
padding: 30px;
}

h2{
padding:0px; margin:0px; padding-top:10px; color:#000; float:left;  
}
#inputbox1{width:450px; float:left; margin-left:200px; margin-top:5px;}


input, textarea, select {
	outline: medium none;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #bbb;
	border: 1px solid #ddd;
	-moz-border-radius: 1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	-webkit-transition: all 0.2s ease-out 0s;   
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s; 
	background-color: #fff; 
	padding: 8px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #8DC5C5;
	background-color: #fff;
	color: #676767;
	box-shadow:0 0 4px rgba(82,168,236,.5);
	-moz-box-shadow:0 0 4px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 4px rgba(82,168,236,.5);
}
input.submit, input.submit:focus, input.submit:active {
	cursor:pointer;
	text-align:center;
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	line-height: 14px;
    color: #fff;
	text-decoration:none !important;	
	padding: 7px;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	box-shadow:0 0 0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
}
input.submit:hover {
	background-color: #707070;
}
a { 
	-webkit-transition:all 0.14s ease 0s; 
	-moz-transition:all 0.14s ease 0s; 
	-o-transition:all 0.14s ease 0s; 
	outline:none;
}
a:hover {
	color: #777;
	text-decoration: none;
}


#content{
height:450px;
width:100%;
 
float:left;
background-color:#fff;
}

.freeeyetest{
text-align:justify; font:normal 12px Arial, Helvetica, sans-serif; line-height:20px;}


#content_left{width:648px; float:left; margin-right:15px; padding:10px; 
}

.content-text {
color: hsl(205, 51%, 22%);
font-size: 30px;
}

.welcome_txt7{
	font:12px Arial, Helvetica, sans-serif normal;
	color:#505c6c;
	line-height:18px;
	padding-left:5px;
}


.readmore{
	font:12px bold Arial, Helvetica, sans-serif;
	color:#F00;
	text-align:right;
	float:right;
	text-decoration:underline;
}


#footer{
	height:65px;
	width:100%;
			float:left;
			background:url(../images/footer_bg.gif) repeat-x;
			
			 
}

#footer p{
	padding:15px 35px 15px 10px;
	font:12px Arial, Helvetica, sans-serif normal;
	text-align:right;
 		 
}



form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
 
 
	width:250px;
	margin: 0 auto;
}
.formular fieldset {
/*	margin-top: 20px;*/
	padding: 15px;
	border: 1px solid #eeeeee;
}

.formular legend {
	font-size: 11px;
	color: #122148;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	display:block;
	width: auto;
		text-align:left;
}

.formular label span {
	color: #696969;
	font:12px Arial, Helvetica, sans-serif normal;

}

.formular input,.formular select,.formular textarea {
	display: block;  /* this breaks relative positioning */
	margin-bottom: 9px;
	width: 205px;
	height: 7px;
	margin-top: 3px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.formular textarea {
	width: 250px;
	height: 70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox, .formular .radio {
	display: inline;
}

.formular .submit {
	
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor: pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

.servicebox {
text-align: center;
margin-top: 9px;
padding: 20px;
border-radius: 4px;
box-shadow: 0 1px 4px hsla(0, 0%, 0%, 0.3), 0 0 40px hsla(0, 0%, 0%, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 4px hsla(0, 0%, 0%, 0.3), 0 0 40px hsla(0, 0%, 0%, 0.1) inset;
}


/* ------------------ Anand Start --------------------- */

#contentpanel
{
	width:990px;
	float:left;
	
}
#Abtusbanner
{
	width: 990px;
    height: 260px;
    float: left;
   
	
}
#Abtuscontent
{
	
	width:100%;
    float:left;
	background-color:#fff;
}

#Abtuscontent .leftpanel
{
	width: 730px;
	float: left;
	padding: 10px 0px 5px 0px;
	
}
#Abtuscontent .leftpanel .headingtpanel
{
	width: 730px;
	float: left;
	border-bottom: 1px dotted #cfcfcf;
	padding-bottom: 5px;
	
}
#Abtuscontent .leftpanel .heading
{
	width:500px;
	float:left;
	padding-left:10px;
	
}
#Abtuscontent .leftpanel .heading h2
{
	color:#0e4b78;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-weight: normal;

}
#Abtuscontent .leftpanel .font_increase
{
	width: 140px;
	height: 20px;
	margin: 12px 0 0 0;
	float: right;
}
#Abtuscontent .leftpanel .abtusinfo
{
	width: 730px;
	float: left;

}
#Abtuscontent .abtusinfo .eventpanel
{
	width:350px;
	float:left;
	margin:20px 0px 0px 10px;
	border-bottom:#cccccc 1px solid;
	padding-bottom:10px;
	
}
#Abtuscontent .eventpanel .event_img
{
	width:100px;
	height:104px;
	border:#cccccc 1px solid;
	padding:2px;
	float:left;
	margin-left:4px;
}
#Abtuscontent .eventpanel .event_content
{
	width:230px;
	float:left;
	margin-left:10px;
}
#Abtuscontent .eventpanel .event_content label
{
    font-family:Verdana, Geneva, sans-serif;
	font-size: 17px;
    color: #0e4b78;
    text-decoration: none;
    line-height: 25px;
}
#Abtuscontent .eventpanel .event_content .event_txtprop
{
	color: #666666;
    font-size: 12px;
    line-height: 16px;
    font-family: Tahoma, Geneva, sans-serif;
	padding:0;
	margin:0;
	padding-right:5px;
}
#Abtuscontent .eventpanel .event_content .event_date
{
	font-size: 11px;
    color: #999999;
    line-height: 19px;
	font-family: Tahoma, Geneva, sans-serif;
}
#Abtuscontent .eventpanel .event_content .readmore
{
	color: #666666;
    font-size: 11px;
    text-decoration: underline;
    font-weight: bold;
}

#Abtuscontent .leftpanel .abtusinfo p
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
	padding-left:10px;
	text-align:justify;
	line-height: 20px;
}

#Abtuscontent .rightpanel
{
	width: 260px;
	float: left;
}

#Abtuscontent .rightpanel .abtus_subimg
{
	width: 240px;
	/*border:1px solid #cfcfcf;*/
	padding: 3px;
	margin: 25px 0px 0px 8px;
}


#Abtuscontent .rightpanel .eyeinfopanel
{
	width:240px;
	float:left;
	background-color:#eeeeee;
	margin:10px 0px 0px 10px;
	
}

#Abtuscontent .rightpanel .eyeinfopanel .eyedetailpanel
{
	width:100%;
	float:left;
	padding-top: 20px;
}

#Abtuscontent .rightpanel .eyedetailpanel .imagedetail
{
	width:85px;
	float:left;
}

#Abtuscontent .rightpanel .eyedetailpanel .imagecontant
{
	width:155px;
	float:left;
}

#Abtuscontent .rightpanel .eyedetailpanel .imagecontant label
{
	color:#0e4b78;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#Abtuscontent .rightpanel .eyedetailpanel .imagecontant p
{    
    width: 146px;
	color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	margin:0;
	margin-top:10px;

}
#Abtuscontent .location_txtpanel
{
	width:230px;
	float:left;
	
}
#Abtuscontent .location_txtpanel label
{
 width:150px;
 float:left;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 color: #666666;
 padding: 22px 10px 0px 10px;

}
#Abtuscontent .location_boxpanel
{
	width:500px;
	float:left;
	
}
#Abtuscontent .location_boxpanel .inputdetails
{
	width:50%;
	float:left;
	height:10px;
	margin-top:10px;
}
.btnprop {
  font-family: arial;
  color: #FFFFFF !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #7CACDE;
  padding: 4px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(top,  #63B8EE,  #468CCF);
  background: -ms-linear-gradient(top,  #63B8EE,  #468CCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
  background: -moz-linear-gradient(top,  #63B8EE,  #468CCF);
}
.btnprop:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #468CCF,  #63B8EE);
  background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}
.more_link
{
	color:#0e4b78;
	font-weight:bold;
}

#Abtuscontent .eyeinfopanel .test_heading
{
 color: #0e4b78;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight: bold;
 text-align:center;
 margin-top: 10px;
}
#Abtuscontent .eyeinfopanel .test_txtprop
{
color: #666666;
font-size: 12px;
line-height: 16px;
font-family: Tahoma, Geneva, sans-serif;
padding: 0;
margin: 0;
margin-top: 10px;
padding: 0px 10px;
}
#Abtuscontent .eyeinfopanel .test_Patientname
{
color:#000;
font-size: 12px;
line-height: 16px;
font-family: Tahoma, Geneva, sans-serif;
padding: 0;
margin: 0;
margin-top: 10px;
padding: 0px 10px;
}


 
