
.bg-primary{
  background-color:#232359;
}

.p-1{
  padding:5px
}
.p-2{
  padding:10px
}

.pb-1{
  padding-bottom: 5px;
}
.pb-2{
  padding-bottom: 10px;
}
.pb-3{
  padding-bottom: 15px;
}

.m-0{
  margin:0;
}

.mt-1{
  margin-top: 5px;
}

.mt-2{
  margin-top: 10px;
}

.color-white{
  color:#fff
}

nav ul a:hover{
  background-color: #79d1ec;
  color: #232359;
}
nav ul a:focus{
  background-color: #79d1ec;
  color: #232359;
}

.btn-pesan{
  margin: 0 auto;
  width: 130px;
}

.text-center{
  text-align: center !important;
}

.wa-view{
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  color: #e8e8ee;
  cursor: pointer;
  padding: 2px;
  border-radius: 100%;
  width: 73px;
  text-align: center;
  text-decoration: none;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#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;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}