.error_msg{
	color: maroon; 
}
.view_image{
	margin: 0px;
	margin-bottom:10px; 
}
.error_messages{
	color: #a94442 !important;
}
#teacher_links,#school_links{
	text-align: center;
}

.select2-selection__rendered{
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}
.select2-container--default .select2-selection--single{
	overflow: hidden !important; 
}
.fr-box:nth-child(4){
display: none !important;
}
.aboutContent p {
    font-size: 14px !important;
    padding: 0px 0px !important;
    line-height: 1.42857143 !important;
}
.aboutContent h2{
	margin-bottom: 50px !important;
}
.container_img {
  position: relative;
  
}
.container_img:hover .overlay {
  opacity: .2;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
      width: 240px;
    height: 240px;
    margin: auto;
    margin-top: 0px;
  background-color: #000;
}
.ed{
	  position: absolute;
  bottom:0;
  right:0;
  font-size: 25px;
    color: white;
}
.resultSearch{
  top:-75px !important;
}
.mtop{
    margin-top: 5px;
}