@charset "utf-8";
/***********CSS Designed By Shamseer.T.K ***********/
a{
	text-decoration:none;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px auto;
	padding: 0px;
}
.fLeft {
	float: left;
}

/***** header style ******/
.header {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFF;
}
.headTop {
	height: 120px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.headRight {
	float: right;
	width: 260px;
	height: auto;
	    margin-top:-21px;
}
.headRightClas {
	float: right;
	height: auto;
	width: 200px;
	color: #42a980;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}

/****** header end *****/

/**** menu */
.menuNav {
	background-color: #009088;
	float: left;
	height: auto;
	width: 100%;
}
.nav {
	width: 1010px;
	margin:0 auto;
	
}

.navadmin {
	width: 1354px;
	margin:0 auto;
	
}

.findDoctor {
	float: left;
	width: 600px;
	margin-left: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
}

/*
.menu .nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu .nav ul li a {
	display: block;
	float: left;
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
	line-height: 50px;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

*/
/*Initialize*/

ul#menu, ul#menu ul.sub-menu,ul#menu ul.sub-menu ul.sub-menutwo {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li,ul#menu ul.sub-menu ul.sub-menutwo li {
    list-style-type: none;
	float:left;
}
/*Link Appearance*/
ul#menu li a  {
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	padding-right: 25px;
	padding-left: 25px;
	display: inline-block;
}
ul#menu li ul.sub-menu li ul.sub-menutwo li a{
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	border-bottom:1px solod #fff;
	background-color: #009088;
	width:180px;	
}
ul#menu li ul.sub-menu li a{
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	border-bottom:1px solod #fff;
	background-color: #009088;
	width:180px;
		
}

ul#menu li a:hover,ul#menu li ul.sub-menu li a:hover,ul#menu li ul.sub-menu li ul.sub-menutwo li a:hover{
	color: #FF0;
	background-color: #01b7b7;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu{
    display:none;
    position: absolute;
    top: 50px;
    left: 0;
	width:100px;
	z-index:999;
}
ul#menu li ul.sub-menu ul.sub-menutwo li {
	 display:none;
    position: absolute;
    top: 100px;
    left: 200px;
	width:100px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}
ul#menu li:hover ul.sub-menu li:hover ul.sub-menutwo{
	display:block;
}

/* menu ends */

.banner {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
.clinical {
	line-height: 20px;
	float: left;
	height: 20px;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009088;
	
}
.msg ul li {
	font-weight: bold;
	line-height: 30px;
	color: #333;
}


.main {
	height: auto;
	width: 100%;
	/*background-color: #d6fff9;*/
	background-color: #fff;
	margin:0 auto;
}

.category {
	float: left;
	width: 1000px;
	background-color: #FFF;
	padding-bottom: 30px;
}
.categoryNav {
	float: left;
	height: 60px;
	width: 331px;
	background-color: #009088;
}
.catImg {
	float: left;
	height: 60px;
	width: 52px;
	margin-right: 20px;
	margin-left: 20px;
}
.catmsg {
	float: left;
	height: 50px;
	width: 230px;
	text-align: center;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
}
.font20px {
	font-size: 20px;
}
.sliderNav {
	/*width: 910px;*/
	height: 220px;
	border-right-width: 35px;
	border-left-width: 35px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5a9aa8;
	border-left-color: #5a9aa8;
	margin-left: auto;
	padding: 10px;
	background-color: #FFF;
	margin-right: auto;
	float: left;
}

.sliderNav img {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFF;
}
.borderTop {
	float: left;
	height: 1px;
	width: 1000px;
	background-color: #ccc;
}

.wrapper {
	height: auto;
	width: 1000px;
	margin:0 auto;
	padding-bottom: 20px;
	background-color: #FFF;
	padding-top: 10px;
	
}
.wrapperLeft {
	float: left;
	height: auto;
	width: 225px;
	margin-right: 10px;
}
.newsNav {
float: left;
overflow:hidden;
    height: auto;
    width: 33%;
    min-width: 200px;
    border: 1px solid #009088;
    margin-top: 10px;
	
}
.marqueeNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	line-height: 1.35em;
}
.marqueeNav ul li {
	margin-left: 20px;
}


.newsIcon {
	float: left;
	height: 47px;
	width: 47px;
	padding-top: 3px;
	padding-left: 6px;
}
.newsHead {
	float: left;
	height: 50px;
	width: 150px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006666;
	line-height: 50px;
}
.marqueeNav {
	float: left;
 overflow:hidden;
	height: 210px;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	line-height: 16px;
}
marquee {
	 
	width: 100%;
	padding-left: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
}
.kims {
	color: #009088;
	font-size: 15px;
}

.chat {
	width: 211px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	margin-top: 20px;
}
.wrapperRight {
	float:left;
	height: auto;
	width: 765px;
}
.txtarea {
	float: left;
 
	width: 765px;
	margin-top: 10px;
}
.txtarea h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: lighter;
}
.txtarea p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666;
	line-height: 18px;
	text-align: justify;
}
.findDoct {
	float: right;
	height: 124px;
	width: 105px;
	margin-top: 30px;
	background-image: url(../images/findDoct.jpg);
	background-repeat: no-repeat;
	border: 1px solid #009088;
	padding-left: 70px;
}
.findDoct h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006666;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: lighter;
}

.input,.select {
	height: 24px;
	width: 180px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #999;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	padding:2px;
}
input{
	
}
.sbtn
{
  border-radius: 3px;
    background-color: #009088;
    height: 28px;
    width: 59px;
    color: #fff;
    font-weight: bold;

}
.subBtn {
	background-color: #ff8700;
	border: 1px solid #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	float: right;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	padding:5px;
	margin-top:5px;
	
}
/*table {
	margin: 0px;
	padding: 0px;
}*/
.classbody {
	float: left;
	height: auto;
	width: 755px;
	margin-top: 15px;
	padding-left: 10px;
}
.packIco {
	float: left;
	height: 50px;
	width: 72px;
}
.donatenaV {
	float: left;
	height: 70px;
	width: 755px;
	margin-top: 8px;
	padding-left: 10px;
}
.imgbtm {
float: left;
    height: 59px;
    padding: 2px;
    width: 229px;
    border: solid 1px #009088;
}
.footer {
	float: left;
	height: auto;
	width: 100%;
	background-color: #009088;
}
.footM {
	/*width: 1000px;*/
	height: 100px;
	margin: 0 auto;
}
.footL {
	float: left;
	height: 50px;
	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: center;
	padding-top: 50px;
}
.footR {
	float: right;
	height: 40px;
	width: 200px;
	margin-top: 40px;
}
.ico {
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 15px;
}
/* profile */
.prof{
	width: 610px;
	padding: 10px 10px 10px  0px ;
	float: left;
	height: auto;
	margin-top: 10px;
}
.prof p {
	line-height: 22px;
	color: #666;
}

/* /profile */
.profImg {
	height: auto;
	width: 320px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
.vision {
	text-align: center;
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #009088;
	float: left;
	height: 40px;
	line-height: 40px;
	border-radius: 10px 0px 10px 0px;
	margin:5px 700px 5px 0px;
}
.visioMsg {
	text-align: center;
	font-size: 12px;
	width: 900px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	float: left;
	height: auto;
}
.chairMan {
	float: left;
	width: 230px;
	height: auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.ChImg {
	float: left;
	height: auto;
	margin-left: 57px;
	margin-right: 57px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 20px;
}
.ChMsg {
	float: left;
	width: 200px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.directors {
	width: 115px;
	margin-right: 8px;
	margin-left: 8px;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	padding-right: 32px;
	padding-left: 32px;
	text-align: center;
text-transform:uppercase;
}
.msg {
	float: left;
	height: auto;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #666;
	}
.departImg {
	float: left;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.banNav {
	width: 100%;
	margin:0 auto;
	background-color: #FFF;
	margin-bottom:10px;
	}


.container {
	height: auto;
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/department/paediBg.png);
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}
.cntLeft {
	float: left;
	height: auto;
	width: 380px;
	margin-right: 50px;
	line-height: 24px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cntForm {
	float: right;
	height: auto;
	width: 400px;
	margin-top: 80px;
}
.label {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	width: 400px;
	height: auto;
	float: left;
}
.cntForm .inpt {
	padding: 2px;
	height: 30px;
	width: 300px;
	border: 1px solid #CCC;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	border-radius: 4px;
	transition:all .5s linear;
}
.cntForm .inptTxt {
	padding: 2px;
	height:150px;
	width: 350px;
	border: 1px solid #CCC;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	border-radius: 4px;
	transition:all .5s linear;
}
.cntForm .inptTxt:focus {
	width: 400px;
	
}
.cntForm .inpt:focus{
	width: 350px;
}
.sbBtn {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	height: 50px;
	width: 150px;
	background-color: #014945;
	color: #FFF;
	font-size: 16px;
	float: left;
	margin-top: 15px;
	border-radius: 8px;
	cursor:pointer;
	transition:all .5s linear;
	border:#999 solid 1px;
}
.cntLeft h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.gmap {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 370px;
	padding: 5px;
	height: 400px;
	border: 1px solid #CCC;
}


.sbBtn:hover{
	background:#00211f;
}
input[type=submit]{	
	border:none;
	outline:none;
	cursor:pointer;
}
.slide-out-div {
	width: auto;
	z-index: 999;
	height: auto;
    }
.slide {
	height: auto;
	width: 240px;
	padding: 10px 20px;
	background: #ffc767;
	border: thin solid #999;
}
.brouch {
	height: 50px;
	width: 160px;
	position: absolute;
	top: 60px;
	right: 5px;
}
.brouch img{
	height: 40px;
	width: 160px;
}
.profImg img {
	border: 1px solid #CCC;
	border-radius: 8px;
}
.nriNav {
	float: left;
	height: auto;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.nriNav h2 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cb3630;
	width: 335px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nriNav p {
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 2em;
	color: #666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.red {
	color: #cb3630;
}
.blue {
	color: #009088;
}
.heathCareNri {
	float: left;
	height: auto;
	width: 304px;
}
.Nritop {
	background-image: url(../images/department/healthTop.png);
	width: 303px;
	height: 31px;
}
.Nrihead {
	width: 225px;
	float: left;
	height: 31px;
	text-align: center;
	line-height: 31px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.rateHealth {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float:left;
	height: 31px;
	width: 79px;
	/*text-align: center;*/
	line-height: 31px;
margin-left: -16px;
}
.nriMiddle {
	width: 303px;
	height: auto;
	margin-top: 2px;
}
.nriBottom {
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #01b7b7;
	float: left;
	width: 303px;
	margin-top: 2px;
	border-radius: 0px 0px 20px 20px;
	height: 519px;
}
.nriBottom ul {
	color: #CCC;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 2em;
}
.nriBottom ul li {
	font-size: 12px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	list-style-type: none;
	list-style-image: url(../images/liImage.png);
}
.arab {
	float: right;
	height: 180px;
	width: 632px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bgArab.png);
	padding-top: 280px;
	padding-right: 50px;
	padding-left: 0px;
}
.cntNri {
	float: right;
	height: 170px;
	width: 340px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: right;
}
.redCnt {
	color: #c52219;
	font-size: 20px;
}
.marqueeNav ul a  {
	color: #F00;
	line-height: 24px;
	text-decoration: underline;
	font-weight: bold;
}
.online {
	height: 200px;
	width: 30px;
	position: fixed;
	left: 0px;
	top: 400px;
	z-index: 999;
}
.appform {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 12px;
	color: #F00;
	text-decoration: blink;
	text-align: center;
	background-image: url(../images/app.png);
	height: 40px;
	width: 160px;
}
.appform a{
	height: 40px;
	width: 160px;
	display: block;
	text-align: center;
	line-height: 40px;
	
}
.tblfuture {
	float: left;
	background-color: #f6f6f6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 22px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
	width: 1000px;
}
.tblfuture tr td {
	border: thin solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.futureNAv {
	padding: 10px;
	float: left;
	width: 980px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	clear: both;
}
.futureNAv p {
	font-family: Verdana, Geneva, sans-serif;
}
.size {
	font-size: 24px;
	color: #039CAA;
	width: 1000px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #029A9B;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.mang {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 18px;
	color: #039CAA;
	line-height: 40px;
}

.futurp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
	width: 980px;
}
.onbt
{
border-radius: 8px;
    color: #F70202;
    font-weight: bold;
    font-size: 18px;
    background-color: #FFEBCD;
	    cursor: auto;	
}

.aptmnt
{
	margin-top: 37px;
    margin-left: 56px;
    font-size: 17px;
    text-transform: uppercase;
}

.login_style {
    width: 200px;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: #009088 solid 3px;
    color: #333;
	border-radius: 10px;
}


.logstyle
{
width: 441px;
    height: 37px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: rgba(0, 144, 136, 0.28) solid 3px;
    color: #333;
    border-radius: 7px;
}

.posttext
{
    width: 441px;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: rgba(0, 144, 136, 0.28) solid 3px;
    color: #333;
    border-radius: 7px;	
}

.posttextt
{
    width: 282px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: rgba(0, 144, 136, 0.28) solid 3px;
    color: #333;
    border-radius: 7px;	
}

.posttext1
{
    width: 283px;
    height: 74px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: rgba(0, 144, 136, 0.28) solid 3px;
    color: #333;
    border-radius: 7px;	
}







@media (max-width:768px)
{
    
}
.headTop {
    height: 120px;
    width: 70% !important;
    margin-left: 5px !important;
    margin-right: auto;
}
}




























