*{
box-sizing:border-box;
}
@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibri.eot');
		src: url('/fonts/calibri.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibri.woff') format('woff'),
			 url('/fonts/calibri.ttf') format('truetype'),
			 url('/fonts/calibri.svg#calibri') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibrib.eot');
		src: url('/fonts/calibrib.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibrib.woff') format('woff'),
			 url('/fonts/calibrib.ttf') format('truetype'),
			 url('/fonts/calibrib.svg#calibri') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibrii.eot');
		src: url('/fonts/calibrii.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibrii.woff') format('woff'),
			 url('/fonts/calibrii.ttf') format('truetype'),
			 url('/fonts/calibrii.svg#calibri') format('svg');
		font-weight: normal;
		font-style: italic;
	}
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibriz.eot');
		src: url('/fonts/calibriz.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibriz.woff') format('woff'),
			 url('/fonts/calibriz.ttf') format('truetype'),
			 url('/fonts/calibriz.svg#calibri') format('svg');
		font-weight: bold;
		font-style: italic;
	}
BODY{
margin:0px;
font-family: calibri, 'calibri_web', verdana;
font-size:24px;
color:#303030;
background:#fff;
}
INPUT, TEXTAREA, BUTTON, SELECT{
font-family: calibri, 'calibri_web', verdana;
font-size:24px;
}
.bodytext{
width:1200px;
text-align:justify;
margin: auto;
}
.nourl{
text-decoration:none;
color:inherit;
border:none;
}
.mobilemenu{
display:none;
}
.mobilemenubutton{
display:none;
}
.header{
height:680px;
background:url('./img/header-bg.jpg') no-repeat center top;
padding-top: 120px;
margin-bottom: -320px;
}
.header1{
display:inline-block;
vertical-align:middle;
width: 500px;
text-align: left;
}
.header2{
display:inline-block;
vertical-align:middle;
text-align:right;
width:700px;
}
.header3{
text-align:center;
padding-top: 50px;
}
.logomain{

}
.menu{
padding-top:40px;
}
.menus{
display:inline-block;
padding: 10px 20px;
}
.menuurl{
color:#004976;
text-decoration:none;
}
.menuurl:HOVER{
text-decoration:underline;
}
.headerline{

}
.nametext{
font-weight:bold;
font-size:30px;
}
.aboutdiv{
background:url('./img/about-bg.jpg') no-repeat center;
height:1449px;
margin-top: -360px;
padding-top: 440px;
color:#fff;
margin-bottom: -270px;
}
.doctorimg{
float:left;
margin-right:40px;
height: 400px;
margin-top: 100px;
margin-bottom: 100px;
}
.slider{
height:400px;
margin-top: 60px;
margin-bottom: 120px;
}
.cetrs{
max-height:100%;
}
.certimg{
max-height:400px;
margin: 0px 10px;
}
.footer{
background:url('./img/footer-bg.png') no-repeat center top;
height:670px;
margin-top: -280px;
position: relative;
z-index: 2;
padding-top: 480px;
}
.footer P{
margin:0px;
}
.footertext{
font-size:30px;
}
.footertext SPAN{
font-weight:bold;
}
.footer .menu{
padding-top: 20px;
margin-left: -20px;
}
.footer1{
display:inline-block;
width:800px;
}
.footer2{
display:inline-block;
width:400px;
text-align: right;
}
.siteriadiv{
text-align: right;
/* margin-top: 30px; */
font-size: 16px;
/* color: #D6D6D6; */
/* background: red; */
display: inline-block;
width: 240px;
}
.siteriadiv IMG{
float:right;
margin-left: 10px;
margin-top: 5px;
}
.siteriaurl{
display: block;
text-decoration: none;
color: inherit;
font-size: 24px;
font-weight: bold;
/* text-shadow: 1px 1px 0px #fff; */
transition: .3s;
}
.siteriaurl:HOVER{
color: #FF4700;
}
#overlay2 {
z-index: 1001;
position: fixed;
background-color: #000;
opacity: 0.8;
width: 100%; 
height: 100%;
top: 0; 
left: 0;
cursor: pointer;
display: none;
}
#modal_form2 #modal_close2 {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
.headerName{
margin: 0px;
font-weight: bold;
font-size: 30px;
margin-top: -20px;
margin-bottom: 10px;
}
.license{
font-size:15px;
color:#999;	
}