body {
  background: #f8f8f8;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Google Sans Text", "Noto Sans Malayalam", Helvetica, sans-serif;
  color: #555;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Google Sans", "Noto Sans Malayalam", Helvetica,
    sans-serif !important;
  font-weight: 600;
}

.marker_info {
  width: 240px;
  height: 270px;
  border-radius: 5px;
  text-align: left;
  background: #000;
  background: white;
  position: relative;
  z-index: 999;
  font-family: "Google Sans Text", Helvetica, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.pac-container {
  margin-top: 5px;
  border-top: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  font-family: "Google Sans Text", Helvetica, sans-serif;
  color: #555;
  -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
}
.marker-cluster span {
  font-family: Arial, sans-serif;
  line-height: 36px;
}

.leaflet-popup-content {
  margin: 0;
  font-family: "Google Sans Text", Helvetica, sans-serif;
  position: relative;
}

.main-menu > ul > li span > a {
  font-size: 0.9rem;
}
