@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'OptimaThin';
	src: url('fonts/OptimaThin.eot');
	src: url('fonts/OptimaThin.eot') format('embedded-opentype'), url('fonts/OptimaThin.woff2') format('woff2'), url('fonts/OptimaThin.woff') format('woff'), url('fonts/OptimaThin.ttf') format('truetype'), url('fonts/OptimaThin.svg#OptimaThin') format('svg');
}
html {
	height: 100%;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, img, ul {
	margin: 0;
	padding: 0;
	border: 0;
}
body, input, textarea, select, p {
	color: #000000;
	font-size: 13px;
	font-family: verdana;
	font-family: 'OptimaThin';
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 100%;
	line-height: 20px;
	max-height: 100%;
	width: 100%;
	height: 100%;
	background: #8da9e8 url(images/bodybg-newbg.jpg) repeat-x 0 0;
}
img {
	max-width: 100%;
	border: 0;
}
.inline {
	display: inline;
}
a {
	text-decoration: none;
	color: #297e8b;
}
a:hover {
	color: #231f20;
}
a {
	color: #297e8b;
}
a:hover {
	color: #231f20;
}
.button {
	margin: 10px 0;
}
.clear {
	clear: both;
}
ul, li {
	list-style: none;
}
.container {
	margin: 0 auto;
	max-width: 1002px;
	/* position: relative; */
	/* height:115px; */
}
body {
	width: 100%;
}
main {
	display: block;
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
/*header styles here*/

header {
	float: left;
	width: 100%;
	padding: 0px 0;
	border-top: solid 8px #3f61ab;
	margin-bottom: 10px;
}
.logo {
	float: left;
	margin: 0px 0px 0 0;
	padding: 4px 0 0 3px;
	width: 40%;
}
.right_container {
	margin: 2px 0 0 0;
	width: 30%;
	/*width: 330px;*/
	color: #2c2417;
	float: right;
}
.appmt {
	/* font-size: 20px; */
	/*font-size: 25px;*/
	font-size: 24px;
	float: right;
	/* background: url(images/call.png) no-repeat 97px 7px; */
	/* background: url(images/call.png) no-repeat left 18px; */
	display: block;
	/* padding: 8px 0 0 33px; */
	padding: 15px 0 0 33px;
	line-height: 25px;
	text-align:right;
	line-height:30px;
	width:345px;
}
.appmt span {
	/* font-size: 23px; */
	font-size: 33px;
	line-height:36px;
	padding: 0 0 0 0px;
}
/*menu styles goes here*/	

.cont2 {
  float: left;
  width: 100%;
  /*box-shadow: 17px 25px 22px -21px #0a0a0a;*/
  height:auto !important;
  
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

nav {
	margin: 10px 0px 0;
	width: 1002px;
	float: left;
	position: relative;
	z-index: 9999;
	background: #355ca9;
	background: -webkit-linear-gradient(#5a74b7, #355ca9); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5a74b7, #355ca9); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5a74b7, #355ca9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#5a74b7, #355ca9); /* Standard syntax */
	height: auto;
	clear: both;
}
.slicknav_menu {
	display: none;
}
.menu {
	list-style: none;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
	display: block;
	float: left;
}
.menu:after {
	clear: both;
}
.menu ul {
	list-style: none;
	margin: 0 auto;
	width: 100%;
	padding:0;
}
.menu li {
	position: relative;
	font-size: 19px;
	text-align: left;
	float: left;
	margin: 0;
}
.menu li a {
	padding: 13px 21px;
	float: left;
	margin: 0 0 0px 0;
	background: url(images/menbg.jpg) no-repeat right center;
	color: #ffffff;
	display: block;
}
.menu li:last-child a {
	background: none;
}
.menu li > a:hover, .menu > li:hover > a, .menu > li.current-menu-item > a, .menu > li.current_page_ancestor > a {
	color: #fff;
	margin: 0 0 0px 0;
	background: #96537e;
	background: -webkit-linear-gradient(#a97493, #96537e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#a97493, #96537e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#a97493, #96537e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#a97493, #96537e); /* Standard syntax */
}
.menu li ul {
	position: absolute;
	left: 0%;
	padding: 0 0 0 0;
	top: 43px;
	display: none;
	width: 270px;
	transition: all 0.2s ease-in-out 0s;
}
.menu li:hover > ul {
	display: block;
}
.menu li li:hover > ul {
	left: 100%;
	top: 30px;
	position: absolute;
}
.menu li li {
	position: relative;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	font: normal 12px Verdana, Geneva, sans-serif;
	text-transform: none;
	text-shadow: none;
	transition: 0.4s all ease-out;
}
.menu li li a, .menu li li:last-child a {
	color: #fff;
	display: block;
	text-align: left;
	border: none;
	background: #355ca9 url(images/dp.png) no-repeat 10px 12px;
	padding: 5px 0px 5px 10px;
	z-index: 1000;
	position: relative;
	margin: 0px;
	width: 270px;
	border-bottom: solid 1px #8b8b8b;
	transition: all 0.8s ease;
	font: normal 12px verdana;
	border: solid 1px #fff;
	border-top: solid 0px #4e6562;
}
.menu li li:first-child a, .menu li li:first-child a:hover {
	border-top: solid 1px #fff;
}
.menu li li a:hover, .menu li li:hover > a {
	border: none;
	background: #96537e url(images/dp.png) no-repeat 10px 12px;
	color: #fff;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	border-radius: 0px;
	font: normal 12px verdana;
	border: solid 1px #fff;
	border-top: solid 0px #4e6562;
}
.menu li li li {
	text-align: left;
	background: #111111;
	z-index: 1000;
	margin: 0 0 0 0px;
}
.menu li li li a {
	padding: 7px 0px 7px 25px;
}
.menu li li li a:hover {
}
.menu li ul ul {
	top: 0!important;
	width: 100px;
	margin: 0!important;
}
.footer {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: none ;
	/*margin-top: 20px;*/
	/*background: #2c4988;*/
}
.footer1 {
	float: left;
	width: 80%;
}
.ypo {
	float: right;
}
.copyright {
	font-size: 13px;
	padding: 5px 0 0px 0;
	font-family: Verdana;
	color: #ffffff;
}
.footer_text {
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana;
}
.footer_text a {
	color: #ffffff;
}
.footer_text a:hover {
	color: #ffffff;
}
.smo {
	float: none;
	width: 242px;
	margin: 10px auto;
}
.smo li {
	float: left;
	display: block;
	margin: 0 6px;
}
.smo2 {
	float: none;
	width: 270px;
	margin: 10px 0px 0px 46px;
}
.smo2 li {
	float: left;
	display: block;
	margin: 0px 28px 8px -11px;
}
.col2 {
  float: left;
  padding-left: 25px;
}
.col3 {
	float: left;
	width: 32.4% !important;
	margin-top: 10px;
}
/*slider styles here*/

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides > li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides > li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides > img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.intractivity {
	position: absolute;
	top: 0;
	left: 20px;
	margin: -30% 0 0 0;
}
.tagline {
	color: #33504c;
	font-size: 26px;
}
.intra {
	color: #47605d;
	font-size: 19px;
	padding: 20px 0;
}
.intractivity ul li {
	list-style-type: disc;
	list-style: inside;
	color: #47605d;
	font-size: 16px;
}
/*contents styles here*/

main {
	margin: 10px 0 0px 0;
}
.outer_container {
	float: left;
	width: 100%;
	position: relative;
}
.sub_container {
	margin: 0 auto;
	max-width: 10022px;
}
.sub_content_container {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0 0px 0;
}
.sub_content_container-f {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0 0px 0;
}
.sub_content_container-f .sub_left_container {
	width: 100%;
}
.sub_left_container {
	float: left;
	width: 700px;
	margin: 0px 1% 0 0;
	border-right: solid 1px #dbdbe9;
}
.navigation {
	float: left;
	width: 99%;
	text-decoration: none;
	padding: 20px 0 20px 0;
	color: #000;
	font: bold 12px Verdana, Geneva, sans-serif;
}
.navigation a {
	color: #000000;
	text-decoration: underline;
	font: normal 12px Verdana, Geneva, sans-serif;
}
.navigation a:hover {
	text-decoration: none;
	color: #355ca9;
}
.contents {
	float: left;
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	width: 96%;
	min-height: 920px;
	padding: 0px 0% 0 0%;
}
.contents h1 {
	color: #355ca9;
	font-size: 31px;
	font-family: 'OptimaThin';
	margin: 0 5px 10px 0;
	padding-bottom: 0px;
	font-weight: normal;
	border-bottom: solid 1px #cccccc;
}
.contents h1 span {
	color: #000;
}
h2 {
	color: #666;
	font-size: 26px;
	font-family: 'OptimaThin';
	margin: 0 0 10px 0;
}
.contents p {
	color: #000;
	font: normal 13px Verdana, Geneva, sans-serif;
	text-align: justify;
	padding: 4px 0 !important;
}
aside {
	float: right;
	width: 282px;
	background: url(images/right-menu-shade-bg.jpg) repeat-y 0 0;
	margin: 0px 0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}
.callbacks2_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 65px;
	left: 22px;
	opacity: 1;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 49px;
	width: 20px;
	background: url(images/arrows.png) no-repeat left top;
}
.callbacks2_nav.next {
	background: url(images/arrows.png) no-repeat 100% 100%;
	left: 210px;
	top: 42px;
}
.callbacks2_nav:active {
	opacity: 1.0;
}
/*sub page sidebar css here*/

.sub_banner {
	float: left;
	/*margin: 0 11px;*/
	margin: 0;
}
.subbanner {
	position: absolute;
	left: 43%;
	top: 70px;
	font-size: 33px;
}
.bullet {
	position: relative;
	z-index: 9;
	margin: -4% 0 0 8%;
	top: 0;
}
.list li a {
	background: url(images/servicebg.jpg) repeat-x 0px 0px;
	padding: 9px 0px 9px 25px;
	display: block;
	color: #fff;
}
.bullet li {
	float: left;
	list-style: none;
	margin-left: 0px;
	position: relative;
	font-size: 36px;
}
.bullet li a {
	color: #207c85;
}
.bullet li.rslides_here a, .bullet li a:hover {
	color: #0c454b;
}
.bullet2 {
	margin: 0% 0 0 0;
	float: left;
	position: absolute;
	z-index: 9;
	top: 0%;
	left: 1%;
	margin: -6% 0 0;
}
.bullet2 li {
	float: left;
	list-style: none;
	margin-left: 0px;
	position: relative;
	font-size: 36px;
}
.bullet2 li a {
	color: #207c85;
}
.bullet2 li.rslides_here a, .bullet2 li a:hover {
	color: #0c454b;
}
.bullet3 {
	margin: 0% 0 0 0;
	float: left;
	position: absolute;
	z-index: 9;
	top: 0%;
	right: 29%;
	margin: 54% 0 0;
}
.bullet3 li {
	float: left;
	list-style: none;
	margin-left: 0px;
	position: relative;
	font-size: 36px;
}
.bullet3 li a {
	color: #207c85;
}
.bullet3 li.rslides_here a, .bullet3 li a:hover {
	color: #0c454b;
}
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
*overflow:hidden;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
}
/*** Navigation ***/



.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 20px;
	height: 138px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
#flexiselDemo3 .nbs-flexisel-nav-left {
	left: -35px;
	background: url(images/arrows.png) no-repeat 0px 0px;
	top: 0;
	margin: 45px 0 0;
}
#flexiselDemo3 .nbs-flexisel-nav-right {
	right: -35px;
	background: url(images/arrows.png) no-repeat -20px 0px;
	margin: 45px 0 0;
	width: 20px;
	height: 38px;
}
#flexiselDemo2 .nbs-flexisel-nav-left {
	left: -35px;
	background: url(images/arrows.png) no-repeat 0px 0px;
	top: 0;
	margin: 45px 0 0;
}
#flexiselDemo2 .nbs-flexisel-nav-right {
	right: -35px;
	background: url(images/arrows.png) no-repeat -20px 0px;
	margin: 45px 0 0;
	width: 20px;
	height: 38px;
}
.index_container {
	background: url(images/indexbg.jpg) repeat-x 0px 0px;
	width: 100%;
	float: left;
	height: 102px;
}
.index_container ul li {
	float: left;
	width: 153px;
	margin: 13px 5px;
	text-align: center;
	font-size: 16px;
}
.index_container ul li a {
	background: url(images/bg2.jpg) repeat-x 0px 0px;
	border-radius: 5px;
	color: #fff;
	width: 100%;
	padding-top: 15px;
	float: left;
	height: 60px;
}
.index_container ul li a:hover {
	background: #fff;
	color: #282d31;
}
.index_container ul li a:hover:before {
	background: url(images/arrowtop.png) repeat-x 0px 0px;
	content: "";
	display: block;
	height: 28px;
	margin: -25px 0 0 60px;
	width: 25px;
}
.serivces {
	float: left;
	width: 100%;
	background: #648ce0 url(images/servicesbg-new.jpg) no-repeat 0px 0px;
}
.serivces h2 {
	color: #ffffff;
	font-size: 30px;
	padding: 10px 0 0 20px;
}
.serivces li {
	border-bottom: solid 1px #7293e0;
	border-top: solid 1px #5a5797;
	margin: 0;
	font-size: 22px;
	background: #648ce0 url(images/listbg-new.png) no-repeat 10px 15px;
}
.serivces li:first-child {
	border-top: none;
}
.serivces li a:hover {
	background: #648ce0 url(images/listbg-new.png) no-repeat 10px 15px;
	color: #aeb092;
}
.list2 {
	margin: 20px 0 20px 0px;
	float: left;
	width: 100%;
}
.list2 li {
	padding: 20px 0 20px 0;
	background: url(images/bg.png) no-repeat bottom center;
	font-size: 21px;
	font-weight: bold;
	
}
/*.po {
  box-shadow: none !important;
}
*/.list2 li a {
	color: #333;
	padding: 10px 0 15px 60px;
}
.list2 li a:hover {
	color: #3f61ab;
}
.list2 li.lm a {
	background: url(images/sprite1.png) no-repeat 0 -60px;
}
.list2 li.ip a {
	background: url(images/sprite1.png) no-repeat 3px -156px;
}
.list2 li.po a {
	background: url(images/sprite1.png) no-repeat 3px -268px;
}
.list2 li.pf a {
	background: url(images/sprite2.png) no-repeat -50px -350px;
}
.list2 li.pr a {
	background: url(images/sprite1.png) no-repeat 3px -444px;
	display: block;
}
/* .list2 li:last-child {
	padding: 5px 0;
} */
.list2 li:nth-child(3) {
	padding: 5px 0;
} 
.ypo {
	float: right;
	display: block;
}
.cred {
	float: right;
	background: none;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 20px;
	width: 100%;
}
.cred a {
  color: #000;
  display: inline-block;
  float: none;
  font-weight: normal;
  margin: 5px 0;
/*  padding: 10px 0 0 3px;*/
  text-align: left;
  text-decoration: none;
}
.smo-div {
  clear: both;
  float: left;
  width: 100%;
}


.mob480 {
	display: none;
}
.welcome_container {
	float: left;
	width: 100%;
	background: #3f61ab;
	padding: 10px 0;
}
.welcome_container h2 {
	color: #ffffff;
	font-size: 26px;
	padding: 10px 0 0 0;
}
.welcome_container p {
	color: #fff;
	font-family: Verdana;
}
.more {
	text-decoration: underline;
	text-align: right;
	color: #fff;
}
.more a {
	color: #fff;
}
.home_list {
	float: left;
	width: 338px !important;
	display: block;
}
.home_list li {
	float: left;
	display: block;
	width: 100%;
	background: #6f3d65;
	font-size: 25px;
}
.home_list li a {
	padding: 25px 0px 23px 42px;
	background: #6f3d65 url(images/listbg2.png) no-repeat 10px 15px;
	float: left;
	width: 87%;
	color: #fff;
	border-bottom: solid 1px #552b51;
	border-top: solid 1px #76496e;
}
.home_list li a:hover, .home_list li.rslides_here a {
	background: #fcfdfe url(images/listbg2.png) no-repeat 10px 15px;
	color: #6f3d65;
}
.subbanner2 {
	font-size: 30px;
	width: 250px;
	line-height: 25px;
}
.home_list li:last-child a {
	border-bottom: none;
}
.left {
	float: left;
	/*margin: 0 0 0 11px;*/
	margin: 0;
}
.list21 {
	float: left;
	width: 321px;
}
.banner_container {
	position: absolute;
	left: 61%;
	top: 150px;
}
.banner_container p {
	text-align: right;
	line-height: 50px;
}
.banner_container p a {
	font-size: 16px;
	text-align: right;
	background: #355ca9;
	background: -webkit-linear-gradient(#5a74b7, #355ca9); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5a74b7, #355ca9); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5a74b7, #355ca9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#5a74b7, #355ca9); /* Standard syntax */
	padding: 5px 10px;
	color: #fff;
}
.seventeen {
	width: 17% !important;
}
.twentyeight {
	width: 35% !important;
}
.fourtytwo {
	width: 42% !important;
}
/***** Career Page Styles Starts ******/

.career-left {
	width: 700px;
	float: left;
}
.career-left h1 {
	color: #434343;
	font: 25px/27px "OptimaThin";
	margin: 10px 0;
}
.career-left .hr {
	margin: 10px 0 15px;
}
.career-left h3, .career-left h3 a {
	clear: both;
	color: #355ca9;
	font: bold 20px/20px "OptimaThin";
}
.career-left h3 a {
	text-decoration:none;
}
.career-left h3 a:hover {
	color: #000000;
}
.career-left h3 .place {
	color: #595959;
	font-size: 15px;
	margin:0 4px;
}
.career-left.career-detail h3 .place {
	margin:0;
	display:block;
	font-size:17px;
}
.career-left h3 .duration {
	color: #985680;
	font-size: 14px;
}
.career-left.career-detail h3 .duration {
	font-size: 17px;
}
.career-left p {
	color: #444444;
	margin: 10px 0;
	font-size:12px;
}
.career-left p.career-desc-read{
	margin:0 0 10px;
	text-align:right;
}
.career-left p.career-desc-read a.read-more{
	clear:both;
	color:#355ca9;
}
.career-left p.career-desc-read a.read-more:hover{
	color:#512654;
}
.contents .career-left ul li {
	float: left;
	margin: 0 0 10px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px;
	list-style-type:none;
}
.career-left ul li a {
	font: 14px/18px 'OptimaThin';
}
.career-left ul .apply a {
	display: block;
	background: #355ca9 url(/images/apply-arrow.png) 90% center no-repeat;
	padding: 5px 30px 3px 10px;
	color: #ffffff;
	float: right;
	margin: 0 2px;
	text-decoration:none;
}
.career-left ul .apply a:hover {
	background: #512654 url(/images/apply-arrow.png) 90% center no-repeat;
}
.login-form {
	width: 360px;
	background: #355ca9;
	margin: 0 auto;
	padding: 10px;
	float: left;
}
.login-form h3 {
	color: #fff;
	font: normal 18px "OptimaThin";
}
.login-form input[type="text"], .login-form input[type="password"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #355ca9;
	border-radius: 0;
	float: left;
	height: auto;
	margin: 0 1% 0 0;
	padding: 4px 0 4px 1%;
	width: 38%;
}
.login-form input[type="submit"] {
	background: #512654 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 14px;
	padding: 6px 12px 2px;
}
.login-form input[type="submit"]:hover {
	background: #985680;
}
.login-form a {
	background: none;
	font-size: 13px;
	padding: 0;
	float: left;
	color: #000;
	clear: left;
}
.login-form a:hover {
	margin: 0;
	color: #fff;
}
.career-right {
	width: 100%;
	float: right;
}
.career-right h2 {
	color: #353130;
	font: 20px 'OptimaThin';
	margin: 0 0 5px;
}
.career-right ul {
	margin: 0 0 20px;
}
.career-right ul li a {
	color: #512654;
	font: 16px/22px 'OptimaThin';
	background: url(/images/sort-arrow.png) 10px center no-repeat;
	padding: 0 0 0 23px;
}
.career-right ul li.career-right-sub {
	color: #0d91c2;
	font: bold 16px/29px 'OptimaThin';
	padding: 0 0 0 23px;
}
.career-right ul li a:hover {
	color: #985680;
}
.career-right .login-form {
	float: left;
	width: 90%;
	background: #512654;
	margin: 0 0 10px;
	padding: 10px 4.8%;
	border: 1px solid #512654;
}
.career-right .login-form h3 {
	color: #fff;
	font: bold 18px 'OptimaThin';
	margin:0 0 10px;
}
.career-right .login-form h3 span{
	font-weight:normal;	
}
.career-right .login-form ul {
	margin: 10px 0 0;
}
.career-right .login-form ul li input[type="text"], .career-right .login-form ul li input[type="password"] {
	background: #fff;
	border: none;
	float: left;
	width: 96%;
	padding: 0 0 0 4%;
	height: 30px;
	margin: 0 0 8px;
	font: 11px Verdana, Geneva, sans-serif;
	border: 1px solid #512654;
}
.career-right .login-form ul li input[type="submit"] {
	background: #375DAA;
	border: medium none;
	color: #fff;
	cursor: pointer;
	float: right;
	padding: 7px 13px 5px;
	font-size:14px;
}

.career-right .login-form ul li input[type="submit"]:hover {
	background: #985680;
}
.career-right .login-form a {
	background: none;
	font-size: 14px;
	padding: 0;
	float: left;
	color: #fff;
	clear: left;
}
.career-right .login-form a:hover {
	margin: 0;
	text-decoration: underline;
}

/***** Register Form Styles *****/
.register-form {
	float: left;
}
.career-left .register-form li {
	border: none;
	padding: 0;
}
.register-form label {
	width: 36%;
	float: left;
	font: 12px/20px Verdana, Geneva, sans-serif;
}
p.mandatory, span.mandatory {
	color: #F60;
	font: 12px Verdana, Geneva, sans-serif;
}
.register-form input[type='text'], .register-form input[type='email'], .register-form input[type='password'], .register-form select, .register-form textarea {
	width: 185px;
	border: 1px solid #ccc;
	padding: 3px;
	font: 12px Verdana, Geneva, sans-serif;
}
.register-form textarea {
	height: 60px;
}
.register-form select {
	width: 200px;
}
.register-form input[type='submit'], .register-form input[type='reset'], .register-form input[type="button"] {
	width: 80px;
	font: 13px Verdana, Geneva, sans-serif;
	margin: 0 15px 0 0;
	float: left;
}
.register-form {
	background: #fefefe;
	border: 1px solid #ccc;
	-moz-box-shadow: rgba(0,0,0,0.15) 0 0 1px;
	-webkit-box-shadow: rgba(0,0,0,0.15) 0 0 1px;
	box-shadow: rgba(0,0,0,0.15) 0 0 1px;
	color: #444;
	margin: 0 auto 30px;
	padding: 20px;
	width:94%;
}
.register-formBody {
	background: #fefefe;
	border-top: 1px solid #dde0e8;
	border-bottom: 1px solid #dde0e8;
	padding: 10px 20px;
}
.register-form footer {
	background: #eff4f6;
	border-top: 1px solid #fff;
	padding: 22px 26px;
	overflow: hidden;
	height: 32px;
}
/*.register-form label {
	display: block;
	font: 12px/16px Verdana, Geneva, sans-serif;
	margin: 10px 0 0 6px;
}*/
.register-form label {
	display: block;
	font: bold 11px/16px Verdana,Geneva,sans-serif;
	margin: 10px 10px 0 6px;
	text-align: right;
}
.register-form li.gender-list label.gender-label {
	width: auto;
	float: none;
	display: inline;
	margin: 0 15px 0 0;
}
.register-form li.payment-list label.payment-label {
	width: auto;
	float: none;
	display: inline;
	margin: 0 15px 0 0;
}
.register-form li.mandatory-info-diff label {
	width: 67%;
	display: inline;
	margin: 15px 0 0 0;
}
.contents .register-form ul li {
	font: 12px/13px Verdana, Geneva, sans-serif;
	clear: both;
	list-style-type:none;
	margin:0 0 10px;
	float:left;
	width:100%;
}
.register-form li.gender-list {
	line-height: 35px;
	margin: 0 0 5px 0;
}
.register-form li.gender-list label {
	margin: 0 0 0 6px;
}
.register-form footer label {
	float: left;
	margin: 4px 0 0;
}
.register-form input[type=checkbox], .register-form input[type="radio"] {
	vertical-align: baseline;
	*vertical-align:middle;
}
.register-form input[type=text], .register-form input[type=file], .register-form input[type=password], .register-form input[type='email'], .register-form textarea, .register-form select {
	float: left;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 3px 0 0;
	padding: 8px 6px;
	width: 270px;
	display: block;
}
.register-form .mandatory-info textarea {
	width: 97%;
}
.register-form input[type='file'] {
	margin: 0;
}
.register-form .mandatory-info-diff input[type='file'] {
	margin: 3px 0 0;
}
.register-form select {
	margin: 3px 0 0 0;
	width: 285px;
	display: block;
	border: none;
	background: transparent;
	border: 1px solid #cccccc;
	color: #333;
	padding:7px 6px;
	height: 34px;
}
.book-appoint-form select {
	width: 288px;
	border-right: none;
}
.book-appoint-form .mandatory-info select {
	width: 409px;
	border-right: none;
}
.register-form input[type=text]:focus, .register-form input[type=password]:focus, .register-form textarea:focus, .register-form input[type='email']:focus, .register-form select:focus {
	border: 1px solid #cccccc;
	color: #333;
}
.register-form .btnLogin {
	background: #0099cc;
	border: 1px solid #0099cc !important;
	cursor: pointer;
	font: bold 11px/14px Verdana, Tahomma, Geneva;
	text-shadow: rgba(0,0,0,0.2) 0 1px 0px;
	color: #fff;
	margin: 0 8px 0 0 !important;
	float: right;
	padding: 0 15px;
}
.register-form .mandatory-info-diff .btnLogin {
	margin: 0 9px !important;
}
.register-form .btnLogin:hover {
	background: #24bcef;
	color: #fff;
}
.select-bg-div {
	width: 282px;
	overflow: hidden;
	float: left;
	border: 6px solid #f7f9fa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	background: url(images/select-arrow.jpg) 95% center no-repeat;
}
#book-appoint {
	margin: 20px 0 10px;
}
.book-appoint-form {
	float: none;
	margin: 0 auto;
	width: 94%;
	clear: both;
}
.book-appoint-form li {
	float: left;
	width: 50%;
	clear: none;
}
.book-appoint-form #uploaded_file_names li {
	float: left;
	width: 100%;
	clear: none;
}
.book-appoint-form li.mandatory-info, .book-appoint-form li.mandatory-info-diff {
	width: 100%;
	margin: 15px 0 0 0;
}
.book-appoint-form li.mandatory-info label {
	width: 15%;
}
.book-appoint-form li.check-list {
	width: 100%;
	margin: 15px 0 0 0;
}
.book-appoint-form li.check-list-diff {
	width: 100%;
	margin: 10px 0 0 0;
}
.book-appoint-form li.check-list-diff label {
	width: 24%;
	margin-left: 0;
}
.book-appoint-form li.check-list label, .book-appoint-form li.mandatory-info label {
	margin-left: 0;
}
.book-appoint-form li.mandatory-info-diff p {
	margin: 17px 0 0;
}
.book-appoint-form li.submit-button {
	text-align: center;
	width: 100%;
}
/*.book-appoint-form label{ line-height:10px; }*/

.book-appoint-form li.submit-button label {
	width: 16.5%;
}
.book-appoint-form input[type="submit"], .book-appoint-form input[type="reset"], .book-appoint-form input[type="button"] {
	width: auto;
	margin: 0 0 0 5px;
}
.book-appoint-form .enter-captcha {
	width: 100%;
}
.book-appoint-form .enter-captcha label {
	width: 16.5%;
}
.book-appoint-form .register-captcha {
	width: 100%;
}
.book-appoint-form .register-captcha label {
	width: 22.5%;
}
.book-appoint-form .write-review-captha {
	width: 210px !important;
}

/** Registration Form Styles **/
.registration-form {
	padding: 0;
	width: 100%;
}
.registration-form ul {
	margin: 20px 20px 0 20px;
	float: left;
	width: 93%;
	border: 1px solid #ccc;
	padding: 10px;
}
.registration-form li {
	float: left;
	clear: none;
	width: 50%;
}
.registration-form li select {
	padding: 6px;
}
.registration-form h3 {
	background: #0099cc;
	color: #fff;
	font: 14px/15px 'OptimaThin';
	clear: both;
	padding: 6px;
	margin: 20px 0 0;
}
.registration-form li.payment-list-fields {
	width: 100%;
}
.registration-form .submit-buttons {
	padding: 0;
	border: none;
	width: 96%;
}
.registration-form .submit-buttons li {
	width: 100%;
	text-align: center;
}
.registration-form .submit-buttons li input {
	float: none;
}
.resume-option span {
	float: left;
	font: 11px Verdana,Geneva,sans-serif;
	margin: 0 0 10px 5px;
}
.photo-note{
	float:left;
	font: italic 11px Verdana,Geneva,sans-serif	;
}
.register-form li span{
	float:left;	
}
.register-form li span.mandatory{
	float:none;
}
.notic-days{
	margin:10px 15px 10px 5px;	
}
li.contact-details {
	margin: 0 0 10px 20px !important;
}
li.contact-details-head-li{
	margin:0 !important;
}
li.contact-details label {
	width: 29%;
}
h4.contact-details-head {
	font: bold 13px Verdana, Geneva, sans-serif;
	margin: 0 0 0 6px;
}
.register-form .resume-option {
	margin: 0 0 10px;
}
.resume-option span {
	font: 11px Verdana, Geneva, sans-serif;
	margin: 0 0 10px 5px;
	float: left;
}
.resume-option span.mandatory {
	margin: 0;
	display: inline;
	float: none;
}
.resume-option img {
	float: left;
}
.download-resume {
	float: left;
	margin: 8px 0 0;
}
#reg_err {
	display: block;
	margin: 0 0 10px;
	text-align: center;
	font:11px/13px Verdana,Geneva,sans-serif;
}
.imgcapthaleft{
	float:left;
	margin:0 5px 0 0;
}
#captchcode{
	float:left;
	width:211px;
	margin:0;
	padding:4px 5px;
}
.career-left ul .apply a.popup-forgot-pwd {
	background: none;
	color: #ffffff;
	float: left;
	font-size: 14px;
	margin: 2px 2px 0;
	padding: 0;
}
.career-left ul .apply a.popup-forgot-pwd:hover {
	text-decoration:underline;
}
.login_car_error{
	font:11px Verdana, Geneva, sans-serif;
	margin:0 0 2px;
}
.download-res {
	float: left;
	margin: 10px 0;
}
.resume-option img {
	float: left;
}
.applied-job {
	background: url("/images/job-applied-icon.png") no-repeat scroll 0 center;
	color: #355CA9;
	font: bold 15px "OptimaThin";
	padding: 5px 0 4px 26px;
}

/* Tell A friend */

/**************** Tell A Friend Form **************/

#tell-friend-full {
	background: url("/images/tell-friend-bg.png") repeat scroll 0 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#tell-friend-div {
	background: #ffffff;
	border: 1px solid #31343b;
	border-radius: 15px;
	display: none;
	float: left;
	left: 50%;
	min-height: 420px;
	position: fixed;
	top: 15%;
	width: 470px;
	z-index: 99999;
	margin: 0 0 0 -235px;
}
#tell-friend-div .close-tell-friend {
	background: url("/images/close-button.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 30px;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 30px;
}
.tell-a-friend {
	width: 82%;
	margin: 10px auto;
}
.tell-a-friend h2 {
	color: #31343b;
	font: 25px 'OptimaThin';
	margin: 10px 0;
	text-align: center;
}
.tell-a-friend ul {
	margin: 0 0 25px;
	border: 1px solid #cccccc;
	float: left;
	padding: 15px 0;
	width: 100%;
}
.tell-a-friend-form li {
	float: left;
	list-style-type: none;
	margin: 0 0 8px;
	width: 100%;
}
.tell-a-friend-form label {
	color: #333333;
	float: left;
	font: bold 11px Verdana, Geneva, sans-serif;
	margin: 0 2% 0 0;
	text-align: right;
	width: 46%;
}
.tell-a-friend-form span {
	color: #e37302;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 2px;
}
.tell-a-friend textarea {
	height: 50px;
}
.tell-a-friend span.wrap {
	float: left;
	width: 175px;
	float: left;
}
.tell-a-friend-form input[type="text"], .tell-a-friend input[type="email"], .tell-a-friend textarea {
	border: 1px solid #31343b;
	float: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	width: 180px;
	margin: 0;
}
.tell-a-friend-form input[type="submit"], .tell-a-friend input[type="reset"] {
	background: none repeat scroll 0 0 #31343b;
	border: 1px solid #31343b;
	color: #ffffff;
	cursor: pointer;
	font: 12px Verdana, Geneva, sans-serif;
	padding: 3px 5px;
}
/*tell a friend close*/

.contents p.successmessage, .career-right .successmessage{
	clear:both; 
	margin:0 0 10px; 
	text-align:center; 
	color:#060; 
	background:#B6FBA2; 
	border:1px solid green; 
	padding:5px 0;
}
.career-right .successmessage{
	font-size:14px;
	display:block;
}
.contents p.errormessage{
	clear:both; 
	margin:0 0 10px; 
	text-align:center; 
	color:#F00; 
}
.contents .register-form li{
	float:left;
	list-style-type:none;
	margin:0;
}
.textMain{
	padding:0 10px 30px 0;
}
.textMain p{
	font:12px/16px Verdana,Arial,Helvetica,sans-serif;
}
.MainHeading{
	padding:0;
}

.anni-logo {
  display: inline-block;
  padding-top: 5px;
  text-align: center;
  width: 29%;
}
.join-team{
	text-align: center;
}
.join-team span{
	  background: rgb(80, 37, 83) none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff !important;
  font-size: 22px !important;
  padding: 7px;
  text-align: center;
  width: 190px;
}
.conwidth1 {
  padding: 5px 0% !important;
  width: 100% !important;
}
.conwidth1 > p {
  margin-left: 20px;
}
.conwidth p {
  text-align: center;
}

/*Staff section*/
.doc-team-section {
  float: left;
  width: 100%;
}
.our_dr {
  width: 100%;
}
/*.box_dr1 {
  background: #648CE0 none repeat scroll 0 0;
  border: 1px solid #076d97;
  float: left;
  height: 154px;
  margin: 2% 2% 0 0;
  width: 320px;
}*/

.box_dr1 {
	background: #648CE0 none repeat scroll 0 0;
	border: 1px solid #076d97;
	float: none;
	height: 154px;
	margin: 10px auto;
	width: 320px;
}


.our_dr_img {
  float: left;
  height: 115px;
  padding: 3% 0 0 3%;
  width: 115px;
}
.box_dr1_right {
  float: left;
  padding: 20px 0 0 5%;
}
.box_dr1_right a {
  color: #ffffff !important;
  float: left;
  font-size: 12px;
}
.box_dr1_right h6 {
  clear: both;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 0 !important;

}
.box_dr1_right h5 {
  color: #ffffff;
  font-size: 11px;
  font-style: normal;
  margin: 0;
  padding-bottom: 5px !important;
  font-weight: normal;
  padding-top: 5px;
}

.box_dr1_right a {
  text-decoration: none !important;
  color: #ffffff !important;
}
.box_dr1:hover {
  background: #3F61AB !important;
}
.box_dr1_right h6 span {
  font-size: 14px;
  font-weight: bold;
}
.news-bar {
  background: #e9f3fd ;
  border-bottom: 2px solid #c79194;
  border-top: 2px solid #6ea4c4;
  line-height: 22px;
  margin: 5px auto 0;
  max-width: 1002px;
  padding: 4px;
  position: relative;
}
.scorll-bar {
  background: none !important;
  border-bottom: 2px solid #3F61AB;
  border-top: 2px solid #3f61ab;
  height: 46px;
  margin-top: 5px;
}
.scroll-section{
  margin: auto;
  max-width: 1002px;
}

.marquee0 div {
  top: -7px !important;
}
.marquee0 p {
	font-family: "verdana" !important;
	font-size: 20px !important;
	font-weight: bold;
	color: #F00;
	margin: 8px 0px 0px 0px;
}
html body header div.scorll-bar div.scroll-section div.marquee0 div div p span {
	/*color:#008000;*/
	color: #050868;
}
/*home page popup CSS*/

.sun-div {
  background: #000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.sun-close {
    color: #000;
  border-radius: 4px;
  bottom: -2px;
  cursor: pointer;
  font: 400 15px/15px Arial,Helvetica,sans-serif;
  height: 25px;
  position: absolute;
  right: -10px;
  text-align: center;
  width: 70px;
  z-index: 101;
}
.sun-button {
  color: #000;
  cursor: pointer;
  font: 700 18px/18px Arial,Helvetica,sans-serif;
  height: 20px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 5px;
  width: 20px;
  z-index: 101;
}
#sun-pop {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #000;
  display: none;
  left: 32%;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  position: fixed;
  text-align: center;
  top: 10%;
  width: 36%;
  z-index: 99999;
}
/*---ssubpage preview page css---*/
.right_container > div {
  float: right;
}
.radiologists {
  width: 100% !important;
}
.doc-section {
  width: 100%;
  float: left;
  margin: 10px 0px;
}
.doc-section li {
  float: left;
  list-style: outside none none !important;
  text-align: center;
  width: 28%;
}
.doc-section img {
  border-radius: 6px;
}
.doc-section li a{
	text-decoration: none;
}
.dr-profile img {
  float: right;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0px 0px 10px 10px;
}
.profile-pic {
  float: right;
  margin: 0 0 10px 20px;
  width: 38%;
}
.profile-pic > span {
  background: #ccc none repeat scroll 0 0;
  float: left;
  padding: 7px;
  text-align: center;
  width: 94% !important;
}
#google_translate_element > div {
  float: right;
}
.sub_banner.container img {
  width: 1002px !important;
}
html.translated-ltr body div.container div.cont2 nav div.menu ul li a 
{
padding:13px 10px;
}












/*****************************************************   RESPONSIVE MEDIA QUERIES   ***************************************************/
 @media screen and (max-width:990px) {
	 .logo {
	  width: 36%;
	}
	.home_list li a {
  background-position: 7px 7px !important;
}

.fr a{
	padding: 0px !important;
}

 }
 @media screen and (max-width:900px) {
.appmt {
  font-size: 20px;
}
.appmt span {
  font-size: 27px;
  line-height: 30px;
}
.col2 {;
  padding-left: 0;
}
.book-appoint-form {
	float: none;
	margin: 0 auto;
	width: 347px;
}
.book-appoint-form label, .medical-tourism-form label {
	width: 100%;
	font: 14px/15px 'OptimaThin'
}
.book-appoint-form .enter-captcha label, .book-appoint-form .submit-button label {
	display: none;
}
.book-appoint-form .enter-captcha p {
	margin: 0 0 0 5px;
}
.book-appoint-form .register-captcha img {
	float: left;
	margin: 2px 0 2px 6px;
}
.book-appoint-form li {
	float: left;
	width: 100%;
}
.book-appoint-form li.submit-button {
	margin: 0 5px;
}
.sex-field-list label {
	width: auto;
}
.sex-container {
	width: 155px;
}
.sex-container input[type='radio'] {
	float: left;
	margin: 0 0 0 20px;
}
}

@media screen and (max-width:796px) {
.anni-logo {
	width: 31%;
}

}

@media screen and (max-width:767px) {
.register-form label {
	width: 100%;
	font: 14px/15px 'OptimaThin'
}
.sex-field-list label {
	width: auto;
}
.anni-logo {
  width: 100%;
}
.appmt {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 220px;
}
}
@media screen and (max-width:639px) {
.book-appoint-form {
	width: 90%;
}
.register-form label {
	width: 30%;
}
.medical-tourism-form label {
	width: 100%;
	font: 14px/15px 'OptimaThin'
}
.sex-field-list label {
	width: auto;
}
.book-appoint-form .enter-captcha label/*, .book-appoint-form .submit-button label*/ {
	display: block;
	width: 31%;
}
.book-appoint-form .enter-captcha p {
	margin: 0;
}
.book-appoint-form .register-captcha img {
	float: right;
	margin: 0;
}
.book-appoint-form input[type="submit"], .book-appoint-form input[type="reset"], .book-appoint-form input[type="button"] {
	padding: 0 16px;
}
.enter-captcha {
	margin: 5px !important;
}


}
 @media screen and (max-width:479px) {
.register-form label, .book-appoint-form .enter-captcha label, .book-appoint-form .submit-button label {
	width: 100% !important;
}
.book-appoint-form .register-captcha img {
	float: left;
}
.medical-tourism-form label {
	width: 100%;
	font: 14px/15px 'OptimaThin'
}
.sex-field-list label {
	width: auto !important;
}

}
@media screen and (max-width:360px) {
.book-appoint-form {
	width: 95%;
}
.medical-tourism-form input[type="text"], .medical-tourism-form input[type="password"], .medical-tourism-form input[type="email"], .medical-tourism-form textarea, .medical-tourism-form select {
	width: 250px;
}
.register-form {
	padding: 10px 5px;
}
.doc-section li {
  width: 25%;
}
}
 @media screen and (max-width:990px) {
.sub_content_container-f .sub_left_container {
	width: 97%;
}
.row2_table1 {
	border-left: 0 none !important;
	border-top: 0 none !important;
}
.row2_table2 {
	border-top: 0 none !important;
}
.row2_table3 {
	border-right: 0 none !important;
	border-top: 0 none !important;
}
.welcome_container {
	width: 98%;
	padding: 10px 1%;
}
.list21 {
	width: 261px;
}
.col3 img {
	margin: 0!important;
}
.home_list li:last-child a {
	border-bottom: solid 2px transparent;
}
.banner {
	max-width: 768px;
}
.left {
	width: 452px;
	margin: 0;
}
.home_list li a {
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 13%;
}
.subbanner2 {
	font-size: 22px;
	line-height: 20px;
	width: 225px;
}
.banner_container {
	left: 50%;
	top: 64px;
}
.banner_container p {
	margin-right: 10px;
}
.home_list li a:hover, .home_list li.rslides_here a {
	background-position: 7px 7px;
}
.home_list li a {
	background-position: 14px 17px;
}
nav {
	margin: 10px 0 0 0;
	width: 100%;
}
.sub_banner {
	width: 100%;
	margin: 0;
}
.menu li a {
	padding: 13px 12px;
}
.sub_left_container {
	width: 61%;
	margin: 0 1%;
}
.footer {
	width: 98%;
	margin: 0 1%;
}
.cont2 {
	border-left: none;
	border-right: none;
}
.right_container {
	margin: 2px 10px 0 0;
	/* width: auto; */
}
.subbanner {
	line-height: 30px;
}
}
 @media screen and (max-width:768px) {
#sun-pop {
  left: 16% !important;
  width: 62% !important;
}
.cont2 {
  width: 100%;
}
.appmt {
  width: 200px;
  margin-top:10px;
}
.right_container > div {
  float: right;
}
}


 @media screen and (max-width:765px) {
.right {
	width: 100% !important;
}
.col3 {
	width: 100%!important;
	clear: both;
}
.menu li {
	font-size: 14px;
}
.menu li a {
	padding: 13px 13px;
}
.subbanner {
	font-size: 28px;
	line-height: 29px;
	left: 38%;
	top: 30px;
}
.sub_left_container {
	width: 53%;
}
.home_list {
	width: 100%;
}
.left {
	width: 100%;
}
.left ul li img {
	width: 100%;
}

.logo {
	width: 310px;
	margin: 5px auto;
	float: none;
}
.right_container {
	float: none;
	margin: 0px auto;
	width: 320px;
}
/*.appmt{ background-position:85px 7px; }*/

}
 @media screen and (max-width:639px) {
	
	 
	 
.loggedin-info {
	float: right;
	margin: -19px 0 10px !important;
}
.contents {
	min-height: 200px;
}
.sub_left_container {
	width: 97% !important;
	border-right:none;
}
.row2_table1 {
	width: 246px !important;
	padding: 0px !important;
}
.row2_table1 input[type="text"], textarea {
	width: 243px !important;
}
.row2_table3 {
	width: 300px !important;
}
.row3 {
	float: left;
	width: 300px !important;
}
.Paymentformlable {
	width: 90% !important;
}
.PaymentformHead {
	float: left;
	width: 98% !important;
}
.Paymentbutton {
	margin: 0 0 20px 0;
}
.flat2, .flat_state1 {
	padding-left: 0px !important;
}
.exp_mnth {
	margin: 0px !important;
}
.seventeen, .twentyeight, .fourtytwo {
	width: 90% !important;
}
aside {
	float: none;
	margin: 0 auto;
	clear: both;
}
.menu {
	display: none;
}
.slicknav_menu {
	display: block;
}
.slicknav_btn {
	position: absolute;
	display: block;
	vertical-align: middle;
	float: left;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
}
.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}
.slicknav_nav {
	clear: both
}
.slicknav_nav ul, .slicknav_nav li {
	display: block
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	float: left;
	padding: 2px 5px 0 0;
}
.slicknav_nav .slicknav_item {
	display: block;
	cursor: pointer;
}
.slicknav_nav a {
	display: block
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both
}
/* IE6/7 support */

.slicknav_menu {
 *zoom: 1
}
/* 

    User Default Style

    Change the following styles to modify the appearance of the menu.

*/



.slicknav_menu {
	font-size: 16px;
}
/* Button */

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #618fba;
	position: relative;
	right: 0px;
	top: 0px;
}
/* Button Text */

.slicknav_menu .slicknav_menutxt {
	color: #FFFFFF;
	text-shadow: 0 1px 3px #000;
}
/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
	background-color: #cecece;
}
.slicknav_menu {
	background: #001b3e;
	padding: 5px;
}
.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_item {
	padding: 5px 10px;
	margin: 2px 5px;
}
.slicknav_nav a {
	padding: 8px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
	font: normal 13px Verdana, Geneva, sans-serif;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_item:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #0099cc;
	color: #fff;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.ypo {
	float: right;
	margin: 15px auto;
	width: 110px;
}
.copyright {
	text-align: center;
	padding: 0 0 10px 0;
}
.footer_text {
	text-align: center;
	font-size: 13px;
}
.footer1 {
	width: 96%;
	margin-bottom: 10px;
}
.ypo {
	float: none;
}
}
 @media screen and (max-width:599px) {
.list21 {
	width: 100%;
}

.cont2 {
	padding: 0;
}
nav {
	margin: 0;
}
.subbanner {
	font-size: 24px;
	left: 38%;
	line-height: 24px;
	top: 14px;
}

}
 @media screen and (max-width:480px) {
#sun-pop {
  left: 6% !important;
  width: 78% !important;
}
}

 @media screen and (max-width:439px) {
	 .appmt{ text-align:left; background-position:2px 7px; }
.Paymentformlable label {
	float: left;
	margin: 0 0 5px;
	width: 100% !important;
}
.pc2 {
	display: none;
}
.mob480 {
	display: block;
	width: 320px;
	margin: 0 auto;
}
.footer_text {
	line-height: 22px;
}
header {
	height: auto;
}
.banner_container {
	text-align: right;
	left: 27%;
	color: #fff;
}
}
/* content related styles here */

.Services li {
	float: left;
}
.Services {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.contents p.Section-Title {
	color: #02659c!important;
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size: 13px!important;
	font-weight: bold!important;
	text-decoration: none!important;
}
.Services li {
	list-style: none!important;
	margin: 0!important;
}
.Services li a {
	background: #355ca9 none repeat scroll 0 0;
	border: 1px solid #355ca9;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 0 0!important;
	padding: 10px 15px;
	text-decoration: none;
	width: 280px;
	list-style: none!important;
}
.Services a:hover {
  background: #648CE0 ;
  color: #fff;
}
.textMainBold a, .textMainBold {
	font-weight: bold!important;
}
.contents ul li {
	padding-bottom: 8px;
	color: #000;
	list-style: outside;
	margin: 0 0 0 20px;
}
.contents a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	text-decoration: underline;
	clear: both;
}
.content_img li {
	float: left;
	margin: 0 15px 0 0!important;
	list-style: none!important;
}
.contents ul li.textNormal1 {
	color: #02659c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.Services-order a {
	text-decoration: none!important;
	color: #fff!important;
}
.formHead a {
	color: #fff!important;
}
.conadr {
	list-style: none;
	margin: 0;
	border: solid 1px #000;
	float: left;
	width: 100%;
}
.conadr li {
	float: left;
	width: 100%;
	margin: 0!important;
	list-style: none!important;
}
.conadr li div {
	padding: 5px 0%;
	width: 100%;
	text-align: center;
}
.conwidth > p {
  text-align: center;
}
.left1, .left2 {
	float: left;
	width: 49%;
	height: 170px;
	margin: 2px;
}
.formlable > img {
  padding-left: 10%;
  text-align: center;
}

 @media screen and (max-width:980px) {
.left1, .left2 {
	float: left;
	width: 99%;
	height: 170px;
	margin: 2px;
}
}
@media screen and (max-width:320px) {
#sun-pop {
  left: 2% !important;
  width: 80% !important;
}
}
