.marker-cluster-map {
    border-radius: 50%;
    text-align: center;
    color: white;
    box-shadow: 0px 3px 7px -2px rgb(40,40,40);
    font-weight: 700;
  }

  .marker-cluster-map:before {
     content: ' ';
     position: absolute;
     border-radius: 50%;
     z-index: -1;
     top: 1px;
     left: 1px;
     right: 1px;
     bottom: 1px;
  }

  .digits-1 {
    font-size: 1rem;
    height: 28px;
    width: 28px;
    line-height: 28px;
    margin-top: -14px;
    margin-left: -14px;
  }

  .digits-2 {
    font-size: 1.2rem;
    height: 34px;
    width: 34px;
    line-height: 35px;
    margin-top: -19px;
    margin-left: -17px;
  }

  .digits-2:before {
    border-width: 2px;
  }

  .digits-3 {
    font-size: 1.4rem;
    height: 48px;
    width: 47px;
    line-height: 44px;
    border-width: 3px;
    margin-top: -24px;
    margin-left: -24px;
  }

  .digits-3:before {
    border-width: 3px;
  }

  .digits-4 {
    font-size: 1.6rem;
    height: 58px;
    width: 58px;
    line-height: 57px;
    border-width: 4px;
    margin-top: -29px;
    margin-left: -29px;
  }

  .digits-4:before {
    border-width: 4px;
  }

  .digits-5 {
    font-size: 1.8rem;
    height: 68px;
    width: 68px;
    line-height: 67px;
    border-width: 4px;
    margin-top: -34px;
    margin-left: -34px;
  }

  .digits-5:before {
    border-width: 4px;
  }

  .leaflet-touch .leaflet-bar button {
      padding: 1rem;
      font-size: 12px;
  }

  #search_map .marker-text {
    background: none;
    border: none;
    color: #fff;
    box-shadow: none;
    margin: -38px 20px;
    font-weight: 700;
    font-size: 12px;
  }

  #search_map .marker-text:before {
    border: none;
  }

  #search_map .leaflet-popup-content-wrapper {
    border-radius: 2px;
  }

  #search_map .leaflet-popup-content-wrapper .leaflet-popup-content #profiles_by_place_container p {
    margin: auto;
  }

  #search_map .fa-globe {
    display: block;
  }

  /*over riding this as numbers in marker are getting transitioned quickly then images
    so keeping number transition time bit lower than icon url */
  .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.2s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.2s ease-out, opacity 0.3s ease-in;
	transition: transform 0.2s ease-out, opacity 0.3s ease-in;
  }

  #search_map_wrapper #search_map_query_wrapper .search_map_input_container_leaflet .search_map_input_leaflet {
    height: 5rem;
    font-size: 1.5rem;
    padding-left : 3.5rem;
    font-family: Proximanova, FontAwesome;
}

  #search_map_wrapper #search_map_query_wrapper .search_map_input_container_leaflet {
      border-radius: 3px;
      line-height: 1.6rem;
      box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.18);
  }

  #search_map_wrapper #search_map_query_wrapper.search_map_query_wrapper_lealfet {
    background: none;
  }

  #search_map {
    z-index: 1;
    background: transparent;
  }

  #search_map.loading_map {
    cursor: progress;
  }

  #search_map.loading_map .leaflet-google-mutant {
    cursour: progress;
  }

  #search_map_query_wrapper #search_map_input_container .search-icon {
    position: absolute;
    top: 1.8rem;
    left: 1.5rem;
    font-size: 1.5rem;
    color: #a9a9a9;
  }

  #search_map .leaflet-google-mutant {
    cursor: pointer;
    z-index: 97 !important;
  }

  #search_map .leaflet-control-container .leaflet-top, #search_map .leaflet-control-container .leaflet-right, #search_map .leaflet-control-container .leaflet-left {
    z-index: 1007;
  }

  #search_map_wrapper #search_map_disclaimer_container {
    position: fixed;
    bottom: 8px;
    left: 8px;
    z-index: 1000;
    cursor: pointer;
  }

  #search_map_wrapper #search_map_disclaimer_container #search_map_disclaimer_container_label {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    font-weight: 700;
    line-height: 20px;
  }

  #search_map_wrapper #search_map_disclaimer_container #search_map_disclaimer_container_label .exclamation_circle_icon {
    margin-right: 4px;
  }

  #search_map_disclaimer_content_container {
    background: #f3f3f3;
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 9999;
    right: -1000px;
    padding: 16px 48px;
    width: 400px;
    z-index: 9999;
    display: none;
  }

  #search_map_disclaimer_content_container.visible {
    background: #f3f3f3;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    display: block;
  }

  #search_map_disclaimer_content_container .disclaimer_header .go_back {
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    margin-bottom: 16px;
    cursor: pointer;
  }

  #search_map_disclaimer_content_container .disclaimer_header .go_back .go_back_icon {
    margin-right: 4px;
  }

  #search_map_disclaimer_content_container .disclaimer_header .title {
    color: #C12D39;
    font-size: 22px;
    font-weight: 500;
  }

  #search_map_disclaimer_content_container .disclaimer_body p {
    font-size: 14px;
    color: #000;
    margin: 16px 0;
  }



@media only screen and (max-width: 64em) {
  #search_map .leaflet-control-zoom {
    visibility: hidden;
  }
}
