/*!
Theme Name: Medical Care Theme
Author: ITDelight
Author URI: https://itdelight.com/
Description: Individual theme developed for medical care company.
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rmc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

#map {
  height: 300px;
  margin-bottom: 20px;
}
.google_map .pac-container {
  position: relative !important;
}
.error_msg {
color: #EB5757;
padding: 0 0 30px;
font-size: calc((100vw - 320px)/1600*(18 - 16) + 16px);
line-height: 1.125;
font-family: "WorkSans-Medium";
}
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .map_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 {
  margin-right: 5px;
  padding: 10px 0px;
}

.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;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  height: 30px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}