.close {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
}

.btn-blue {
  background-color: #02A7B8;
  border: 2px solid #02A7B8;
  color: white;
  border-radius: 25px;
  opacity: 1;
  font-size: 18px;
  line-height: 22px;
}

.btn-blue:hover {
  background-color: white;
  border: 2px solid #02A7B8;
  color: #02A7B8;
}

@media (min-width: 576px) {
  .mw-800 {
    max-width: 800px;
  }
}
.bootstrap-select .dropdown-menu {
  min-width: 100% !important;
}

.modal-backdrop {
  margin-top: 0 !important;
}

#modalContact #phone {
  padding-left: 16px !important;
}