.form-validation {
  position: absolute;
  right: 20px;
  top: 3px;
  font-size: 11px;
  line-height: 11px;
  color: #d9534f;
  margin-top: 3px;
  transition: .3s;
  z-index: 11;
}

.form-validation-left .form-validation {
  right: auto;
  top: 0;
  left: 10px;
}

#form-output-global {
  position: fixed;
  bottom: 0;
  visibility: hidden;
  transform: translateY(calc(100% + 30px));
  transition: .3s all ease;
  z-index: 9999999;
  margin: 15px;
}

#form-output-global.active {
  transform: translateY(0);
  visibility: visible;
}

@media (min-width: 768px) {
  #form-output-global {
    margin: 30px;
  }
}

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.form-output.active {
  opacity: 1;
  visibility: visible;
}

.form-output.error {
  color: #d9534f;
}

.form-output.success {
  color: #5cb85c;
}

/*
*
* Snackbars
* --------------------------------------------------
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #292828;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p span:last-child {
color:#FFFFFF;
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}
.agree{
display:none}

.google-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.social-container .facebook,.social-container .twitter,.social-container .linkedin{
background-color:#FFFFFF !important;
}
.form-group{
position:relative;}
.input-field{
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
#inquiry-form textarea {
    height: 201px;
     margin-bottom: 0px;
}