.Success_popup .modal-header{
	text-align: center;
    background: #86c989;
    font-size: 20px;
	border-bottom: 1px solid #e8ebe8;
}
.Success_popup .modal-title{
	font-weight: bold;
}
.Success_popup .modal-content{
	    border-radius: 3px;border: 1px solid #86c989;
}
.success_popup_body {
    background: #ffffff;
    color: #000;
    text-align: center;
    padding: 20px 10px;
}
.error_popup .modal-header{
	text-align: center;
    background: #dd3e0e;
    font-size: 20px;
	border-bottom: 1px solid #e8ebe8;
}
.error_popup .modal-title{
	font-weight: bold;
}
.error_popup .modal-content{
	    border-radius: 3px;border: 1px solid #df4414;
}
.error_popup_body {
    background: #ffffff;
    color: #000;
    text-align: center;
    padding: 20px 10px;
}

label.error {
    color: #e50000;
    font-size: 12px;
    position: absolute;
    bottom: -0.5em;
    font-weight: normal;
    line-height: 14px;
}
.careers-form label.error{
	bottom: 0.5em;
}
label#file-error {
    width: 100%;
    left: 15px;
    bottom: -2em;
    z-index: 111111;
    word-break: break-word;
}
.online-application label.error {
    bottom: 1em;
}
.contact-name label.error {
    bottom: -1.5em;
}
.loader{
  width: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
.contact-name .input-field{
	position: relative;
    margin: 10px 20px;
}
/* LOADER 2 */

#loader-2 span{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #64210c;
  margin: 35px 5px;
}

#loader-2 span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media screen and (max-width: 991px) {
  label.error,.contact-name label.error,.online-application label.error,.careers-form label.error {
    bottom: -1.7em;
  }
}