.nav-link {
  outline: 0px solid #0198fa;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  border: 2px solid #0198fa;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

label {
  padding-top: 5px;
}

.nav-item {
  border-color: rgb(255,255,255);
}

.contact_icon {
  /*color: #3b99e0;*/
  font-size: 4rem;
  color: rgb(4,123,251);
}

.row {
}

.contact_form {
  margin-top: 1rem;
}

.phone_input {
  max-width: 350px;
}

