.navbar-default {
  background-color: white;
}

#logo {
  width: 22%;
  border: 4px solid lightblue;
}

.pull-right {
  float: right;
}

#title {
  display: none;
}

.col-lg-4 p,
.col-md-4 p {
  text-transform: none;
}

.col-lg-4 p,
.col-md-4 li {
  text-transform: none;
}

#mibew-agent-button {
  display: ;
  position: fixed;
  top: 530px;
  right: 70px;
  z-index: 2;
}

#alertOff {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.glyphicon-map-marker {
  color: red;
}

#hdi_banner {
  cursor: pointer;
  width: 250px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  #logo {
    display: none;
    width: 12%;
    position: absolute;
    top: 5px;
    border: none;
  }
  #title {
    color: gray;
    display: block;
    font-size: 20px;
    top: -4px;
    position: absolute;
  }
  #mibew-agent-button {
    display: none;
  }
  #alertOff {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
}
