.teacher-img{
	width: 200px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.teacher-details-box{
	background-color: #FFFFFF;
	padding: 50px 0px;
}
.teacher-name{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.teacher-time{
	font-size: 14px;
	color: #999999;
	line-height: 40px;
}

.details-info{
	width: 94%;
	background-color: #f8f8f8;
	height: 40px;
	margin: 30px 3%;
}
.info{
	width: 94%;
	margin: 0px 3%;
}
.details-info h4{
	font-size: 16px;
	line-height: 40px;
	width: 100px;
	text-align: center;
	border-top: 2px solid #f65402;
	color: #f65402;
}

.info .teacher-details{
	width: 32%;
	margin: 0px 0.6%;
}

.teacher-details{
	width: 94%;
	margin: 0px 3%;
	
}
.teacher-details p{
	color: #999999;
	font-size: 17px;
}
.teacher-details span{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
.details{
	padding: 0px 20px;
}
.details p{
	line-height: 32px;
}


