/* @font-face { font-family: Montserrat; 
   src: url('./Montserrat/Montserrat-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: 400;
}  */
body {
    font-family:Arial,sans-serif;
}
#map {
	width: 100%; 
    min-height: 600px;
	height: 80vh; 
	border: 1px solid #ccc;
}

#map-holder {
    display: flex;

}
#strata-details-div {
    padding-left: 10px;
    width: 0px;
}
#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}

.mycluster {
    width: 40px;
    height: 40px;
    background-color: greenyellow;
    text-align: center;
    font-size: 24px;
    border-radius: 4px;
    border-color: greenyellow;
}

.strata-details-hdr {
    margin-top: 0; 
    font-family: "Arial, Helvetica, sans-serif";
}

.info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; }
.legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }

.pub-contact-details-block {
    margin: 40px 0 20px 0;
    border: black 2px solid;
    border-radius: 3px;
    padding: 5px;
  }


  .state-city-select {
    height: 26px;
    width: 200px;
    background:'white'; 
    max-width:450px;
    display: flexbox;
    position: relative;
    float: left;
  }
  
  div#prefs {
    display: flex;
  }
  .select-label {
    font-weight: bold;
    display: flex;
  }

 .menu--main .nav-item {
    font-size: larger;
    color: #5697A2 !important;
  }

  footer {
    display: none !important;
  }