body{
	margin: 50px 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	background: #005900;
}
a{
	color: #4a9316;
	text-decoration: none;
	transition: 1s color ease;
}
a:hover{
	color: #005900;
	border-bottom: 1px solid black;
}
.clear{
	clear: both;
}
.wrapper{
	margin: 0 auto;
	width: 1200px;
	background: #fff;
	box-shadow: 1px 1px 50px 10px #888888;
}
#upper{
	overflow: hidden;
	margin-bottom: 10px;
}
#logo{
	width: 750px;
	float: left;
}
#info{
	width: 300px;
	float: right;
}
#info i{
	color: #64ad33;
	font-size: 25px;
}
#info span{
	font-size: 30px;
	font-weight: bold;
}
#nav{
	overflow: hidden;
	margin: 5px auto 0 auto;
	background: #ededed;
}
#nav ul{
	list-style-type: none;
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
}
#nav ul li{
	float: left;
	padding: 15px 25px;
	border-right: 1px solid #fff;
}
#nav ul li:first-child{
	border-left: 1px solid #fff;
}
#nav ul li a{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	transition: 1s color ease;
}
#nav li.active a{
	color: #64ad33;
	border-bottom: 2px solid #000;
}
#nav li:hover a{
	color: #64ad33;
	border-bottom: 2px solid #000;
}
#main{
	overflow: hidden;
}

#doctors{
	overflow: hidden;
}
.doctor{
	float: left;
	padding: 15px 0;
	width: 345px;
	margin: 0 25px;
	border-right: 1px solid rgba(0,0,0,0.5);
}
.doctor img{
	float: left;
}
.rightImage{
	float: right;
}
.doctor p.title{
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-left: 25px;
}
.doctor p span{
	margin: 0 auto 5px auto;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.doctor:nth-child(4){
	margin-top: 5px;
	margin-left: 200px;
	padding-left: 50px;
	border-left: 1px solid rgba(0,0,0,0.5);
}
#welcome{
	margin-top: 15px;
	overflow: hidden;
}
#welcome img:first-child{
	margin-left: 10px;
	padding-right: 10px;
	float: left;
}
#welcome p{
	margin-left: 10px;
	width: 1150px;
}
#welcome p img{
	margin-bottom: 20px;
}
#footer{
	margin: 10px;
	overflow: hidden;
}
#footer #fLeft{
	width: 550px;
	float: left;
}
#footer #fLeft img{
	float: left;
}
#footer #fLeft p{
	margin-top: 30px;
	float: left;
}
#footer #fRight{
	width: 550px;
	float: right;
}
#footer #fRight img{
	float: right;
}
#footer #fRight p{
	margin-top: 30px;
	float: right;
}
#contactH2{
	color: #005900;
	text-align: center;
}
.contactTitle{
	font-weight: bold;
}
#contact{
	overflow: hidden;
}
#contactLeft{
	float: left;
	width: 350px;
	margin-top: 30px;
}
#contactRight{
	float: left;
	width: 350px;
}
.contactform {
	margin: 30px;
	color: #7a7376;
	width: 960px;
	overflow: hidden;
}
.contactform label {
	font-weight: bold;
	display: block;
	margin-right: 20px;
}
.contactform input[type="text"] {
	border: none;
	height: 25px;
	width: 430px;
	padding: 5px;
	color: #4f484a;
	border: 1px solid #005900;
	border-radius: 10px;
	margin-bottom: 10px;
}
.contactform input[type="email"]{
	border: none;
	height: 25px;
	width: 430px;
	padding: 5px;
	color: #4f484a;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #005900;
	border-radius: 10px;
}

.contactform textarea {
	border: 1px solid #005900;
	border-radius: 10px;
	height: 125px;
	width: 430px;
	padding: 5px;
	display: block;
	color: #4f484a;
	margin-top: 5px;
}
.contactform input[type="submit"] {
	border: none;
	height: 35px;
	width: 70px;
	padding: 10px;
	color: #005900;
	border: 1px solid #005900;
	border-radius: 10px;
	margin-left: 375px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.last {
	margin-right: 0;
}

input:focus, textarea:focus {
	background-color: #d8d8d8;
	border: none;
	outline: none;
}
.login-page {
  width: 360px;
  padding: 50px 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.form button {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #4CAF50;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
	background: #43A047;
}
.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}
.form .message a {
	color: #4CAF50;
	text-decoration: none;
}
.form .register-form {
	display: none;
}
.container {
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: 0 auto;
}
.container:before, .container:after {
	content: "";
	display: block;
	clear: both;
}
.container .info {
	margin: 50px auto;
	text-align: center;
}
.container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #1a1a1a;
}
.container .info span {
	color: #4d4d4d;
	font-size: 12px;
}
.container .info span a {
	color: #000000;
	text-decoration: none;
}
.container .info span .fa {
	color: #EF3B3A;
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
	.wrapper{
		width: 1000px;
	}
	#logo{
		width: 600px;
	}
	#logo img{
		width: 600px;
	}
	.image{
		width: 500px;
	}
	#welcome p{
		width: 980px;
	}
	.doctor{
		display: block;
		width: 280px;
	}
	.doctor p.title{
		width: 130px;
	}
	#footer #fLeft{
		width: 450px;
	}
	#footer #fRight{
		width: 450px;
	}
	.contactform {
		width: 760px;
	}
	#contactLeft{
		width: 240px;
	}
	.contactform input[type="text"],
	.contactform input[type="email"],
	.contactform textarea {
		width: 310px;
	}
	.contactform input[type="submit"] {
		width: 100px;
		margin-left: 225px;
	}

}
@media screen and (min-width: 768px) and (max-width: 1023px){
	.wrapper{
		width: 700px;
	}
	#logo{
		width: 400px;
	}
	#logo img{
		width: 400px;
	}
	#nav ul{
		width: 700px;
		margin: 0;
		padding: 0;
	}
	#nav ul li:nth-child(6){
		margin-left: 210px;
		border-left: 1px solid #fff;
	}
	.image{
		width: 300px;
	}
	#welcome img:first-child{
		width: 300px;
	}
	#welcome p{
		width: 680px;
	}
	.doctor{
		display: block;
		float: left;
		width: 280px;
	}
	.doctor:nth-child(4){
		margin-left: 0;
		border-left: 0;
		padding-left: 25px;
		margin-top: 0;
	}
	.doctor:nth-child(5){
		display: block;
		float: none;
		margin: 0 auto;
	}
	.doctor p.title{
		width: 130px;
	}
	#footer #fLeft{
		width: 380px;
	}
	#footer #fRight{
		width: 270px;
	}
	.contactform {
		width: 760px;
	}
	#contactLeft{
		width: 240px;
	}
	.contactform input[type="text"],
	.contactform input[type="email"],
	.contactform textarea {
		width: 310px;
	}
	.contactform input[type="submit"] {
		width: 100px;
		margin-left: 225px;
	}
}
@media screen and (max-width: 767px){
.wrapper{
		width: 100%;
	}
	#logo{
		width: 100%;
	}
	#logo img{
		width: 100%;
	}
	#info{
		float: none;
		display: block;
		margin: 0 auto;
	}
	#nav ul{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#nav ul li:nth-child(6){
		margin-left: 0;
		border-left: 1px solid #fff;
	}
	.image{
		width: 100%;
	}
	#welcome img:first-child{
		width: 100%;
	}
	#welcome p{
		width: 97%;
	}

	.doctor{
		display: block;
		float: left;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.doctor:nth-child(4){
		margin-left: 0;
		border-left: 0;
		padding-left: 0;
		margin-top: 0;
	}
	.doctor:nth-child(5){
		display: block;
		float: none;
		margin: 0;
	}
	.doctor p.title{
		width: 100%;
	}
	.doctor img{
		text-align: center;
		margin: 0 45%;
		display: inline-block;
	}
	#footer #fLeft{
		width: 60%;
		font-size: 14px;
	}
	#footer #fLeft img{
		display: block;
	}
	#footer #fLeft p{
		float: left;
		display: block;
	}
	#footer #fRight{
		width: 35%;
		font-size: 14px;
		float: right;
	}
	#footer #fRight p {
	    margin-top: 30px;
	    float: right;
	}
	.contactform {
		width: 760px;
	}
	#contactLeft{
		width: 240px;
	}
	.contactform input[type="text"],
	.contactform input[type="email"],
	.contactform textarea {
		width: 310px;
	}
	.contactform input[type="submit"] {
		width: 100px;
		margin-left: 225px;
	}

}