.row .col-12 h1 {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-form {
}
.contact-form p {
  font-size:22px;
  font-weight: 300;
}
.contact-form button {
  background: white !important;
  border: solid rgb(218, 218, 218) 1px;
  border-radius: 0px;
  font-size: 14px;
  color: rgb(0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 175px;
  outline: none !important;
  text-transform: uppercase;
  transition: .1s ease;
  letter-spacing: 3px !important;
}
#main-contact-form-status {
  color:black important;
}
select, option {
  border-radius:0px !important;
  border:solid 1px rgb(230, 230, 230);
}
.form-group input,
textarea {
  border-radius: 0px !important;
  border:solid 1px rgb(230, 230, 230);
  outline:none !important;
  font-weight: 500;
}
.contact-header {
  padding:150px 0px 150px 0px;
  background: linear-gradient(rgba(0, 3, 19, 0.7), rgba(0, 3, 19, 0.7)), url('https://images.unsplash.com/photo-1473186505569-9c61870c11f9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80');
  background-size: cover;
  background-position-y:-300px;
}
.contact-header h1 {
  color: rgb(255, 255, 255);
}
#map {
  height: 600px !important;
  width: 100%;
}
/*Search box*/
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}
#infowindow-content .title {
  font-weight: bold;
}
#infowindow-content {
  display: none;
}
#map #infowindow-content {
  display: inline;
}
.col-lg-4 {
  padding:0px;
  max-height: 600px;
}
#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}
#target {
  width: 345px;
}
.store-list-wrapper {
  overflow-y: auto;
  max-width: 100%;
  padding:0px !important;
}
.select {
  margin-bottom:25px;
}
#stores {
  list-style: none;
  max-height:600px !important;
  padding:0px;
}
  #stores::-webkit-scrollbar {
    display: none !important;
}
.stores-list-wrapper, .col-md {
  margin-bottom:25px;
}
li {
  margin-bottom:0px;
}
.card {
  border-radius: 0px;
  margin:5px;
}
.card-title {
  font-size:17px;
  color:rgb(1, 2, 12);
}
.card h5 {
  font-size:17px;
  color:grey;
  font-weight: 100;
}
.card-text {
  color:rgb(143, 143, 143);
  font-weight: 300;
  font-size:15px;
}

/*
.disabled {
  cursor: not-allowed !important;
  background:rgb(179, 179, 179) !important;
  color:rgb(179, 179, 179) !important;
  border:solid rgb(179, 179, 179) 3px !important;
}*/
@media only screen and (max-width: 1198.98px) {
  .contact-header {
    background-position-y:0px;
  }
  .contact-container {
      height: auto;
  }
  .store-row {
      height: auto;
      overflow: scroll !important;
      overflow-y: scroll;
  }
  .col-lg-8, .col-lg-4 {
    width:100%;
    text-align:center
  }
}