
.Success_popup .modal-header{
	text-align: center;
    background: #084c67;
    font-size: 20px;
	border-bottom: 1px solid #e8ebe8;
    justify-content: center;
	padding:10px;
}
.Success_popup .modal-title{
	font-weight: bold;    color: #fff !important;
    font-size: 18px;
}
.Success_popup .modal-content{
	    border-radius: 0px;border: 1px solid #9a9ea2;
}
.success_popup_body {
    background: #ffffff;
    color: #4c4b4b;
    text-align: center;
    padding: 20px 5px 5px;
}
.error_popup .modal-header{
	text-align: center;
    background: #ee5b69;
    font-size: 20px;
	border-bottom: 1px solid #e8ebe8;
    justify-content: center;
	padding:10px;
}
.error_popup .modal-title{
	font-weight: bold;    color: #fff !important;
    font-size: 18px;
}
.error_popup .modal-content{
	    border-radius: 0px;border: 1px solid #9a9ea2;
}
.error_popup_body {
    background: #ffffff;
    color: #4c4b4b;
    text-align: center;
    padding: 20px 5px 5px;
}
.modal-body{
    font-size: 14px;
}
label.error {
    color: #e50000;
    font-size: 12px;
    position: absolute;
    bottom: -2em;
	top:auto;
    font-weight: normal;
    line-height: 14px;
}
label#file-error {
    width: 100%;
    left: 15px;
    bottom: -2em;
    z-index: 111111;
    word-break: break-word;
}
.loader{
  width: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
.contact-name .input-field{
	position: relative;
}
/* LOADER 2 */

#loader-2 span{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #084c67;
  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);
  }
}
.form-floating>.form-control:focus ~ label, .form-floating>.form-control:not(:placeholder-shown) ~ label, .form-floating>.form-select ~ label {
    bottom: -3em;
}
