#popup-content {
  height: 100%;
}
#popup-content h3 {
  font-size: 12px;
  font-weight: 600;
}
#popup-content p {
  margin-bottom: 0;
}
.popup-bubble {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: white;
  padding: 10px;
  border-radius: 0;
  font-family: sans-serif;
  overflow-y: auto;
  height: auto;
  max-width: 400px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}
.popup-container {
  cursor: auto;
  position: absolute;
  height: 60px;
  min-width: 350px;
  max-width: 1000px;
}
.map-container {
  display: flex;
  border: 1px solid #dcdcdc;
  overflow: auto;
  font-family: sans-serif;
  background-color: #fff;
  padding: 0;
}
.map-container .ico-search:before {
  position: absolute;
  right: 12px;
  top: 12px;
}
.locations-margin {
  margin: 15px 0;
}
.map-tel-icon {
  width: 14px;
  padding: 2px;
  height: 18px;
}
@media (min-width: 1000px) {
  .google-map-complex {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 88px;
  }
}
@media (max-width: 746px) {
  .map-container {
    flex-wrap: wrap-reverse;
    display: flex;
  }
}
#filter-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 2px 18px;
}
#googleMap {
  height: 500px;
  width: 100%;
}
#no-result,
#within-result {
  font-size: 14px;
  color: #999494;
}
#within-result {
  margin: 10px auto;
}
.location {
  cursor: pointer;
  display: flex;
  padding: 6px 4px;
  width: 100%;
}
.location:hover {
  background-color: #f0f0f0;
}
.location p {
  font-size: 14px;
  color: #656565;
  margin-bottom: 0;
  line-height: 1.5;
}
.location h3 {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
}
.selected-location-background {
  background-color: #e0e0e0;
}
.selected-location-background:hover {
  background-color: #e0e0e0;
}
.input-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
}
#search-box {
  height: 32px;
  width: 100%;
  margin: 12px 0;
  border: 1px solid #c0c0c0;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  border-right: none;
  height: 40px;
  font-size: 16px;
  line-height: 1.5;
  color: #2e2e2e;
  padding: 8px 12px;
  box-shadow: none;
  padding-right: 42px;
}
#search-box::placeholder {
  color: #c0c0c0;
  transition-property: colors;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
}
#search-box::-ms-input-placeholder {
  color: #c0c0c0;
  transition-property: colors;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
}
#search-box::-moz-placeholder {
  color: #c0c0c0;
}
#search-box:-ms-input-placeholder {
  color: #c0c0c0;
}
#first-filter-wrapper {
  position: relative;
  width: 100%;
}
.show-search-box {
  display: flex;
}
.border-right {
  border-right: 1px solid #c0c0c0;
}
.infowindow-name {
  margin-bottom: 1px;
  color: #000;
  font-weight: 500;
}
#zoombtn-wrapper {
  width: 110%;
  margin: 20px 0 4px 0;
}
.infowindow-address {
  margin-bottom: 1px;
}
#services-wrapper {
  min-width: 294px;
  margin-right: 30px;
}
.countries-wrapper {
  min-width: 294px;
}
#mobile-close-icon {
  display: none;
  color: #696969;
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
  padding: 16px 10px 22px 10px;
  background-color: #e8e8e8;
}
#filter-close-icon {
  color: #909090;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  padding: 16px 10px 22px 10px;
}
.second-filter-background {
  padding: 0 10px;
  background-color: #e8e8e8;
}
#mobile-search-icon,
#search-icon {
  height: 40px;
  background-color: #ff3333;
  width: 40px;
  outline: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ee1818;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 12px;
  text-align: center;
}
#mobile-search-icon img,
#search-icon img {
  color: #fff;
  font-size: 24px;
}
#mobile-search-icon {
  display: none;
}
#locations-wrapper {
  width: 100%;
  overflow-y: auto;
  margin-bottom: 0;
}
.location-marker {
  margin-top: 4px;
  margin-right: 12px;
}
#down-arrrow {
  top: 12px;
  position: absolute;
  right: 6px;
  pointer-events: none;
  cursor: pointer;
  z-index: 1;
}
.filter-row {
  display: flex;
}
#servicesFilter {
  flex-direction: column;
}
#complex-filter {
  display: none;
  width: calc(100% + 30px);
  position: absolute;
  height: 440px;
  overflow: auto;
  width: auto;
  right: 0;
  background: #fff;
  z-index: 99;
  border: 1px solid #dcdcdc;
  padding: 20px;
  top: 47px;
  padding-bottom: 50px;
}
.google-map-complex .show {
  display: block;
}
#select-country {
  z-index: 3;
  font-size: 16px;
  line-height: 1.5;
  color: #2e2e2e;
  padding: 8px 12px;
  height: 40px;
  width: 100%;
  margin: 8px 0;
  outline: none;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.info-window-wrapper {
  max-width: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  color: #656565;
}
.info-window-wrapper h3 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
}
.info-window-wrapper p {
  color: #656565;
  line-height: 1.5;
  margin-bottom: 12px;
}
.info-window-wrapper p.mBot-1 {
  margin-bottom: 1px !important;
}
.info-window-wrapper .smsq {
  color: #000;
  font-weight: 500;
}
.info-window-wrapper .smsq .text-underline {
  text-decoration: underline;
}
.info-window-wrapper .business-hours {
  color: #000;
  font-weight: 500;
  font-size: 14px !important;
}
.info-window-wrapper button {
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  color: #fc363b;
  margin-right: 10px;
  border: none;
  cursor: pointer;
  outline: none;
  padding-left: 0;
}
.info-window-wrapper button:focus {
  outline: 0;
}
.checkbox-container {
  display: flex;
  position: relative;
  padding-left: 28px;
  margin-top: 16px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-icon {
  height: 20px;
  height: 28px;
  margin-top: -4px;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.checkbox-container input:checked ~ .checkmark {
  color: #ff0000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: flex;
}
.checkbox-container .checkmark:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 13px;
  border: 1px solid #fc363b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#countriesFilter {
  flex-direction: column;
}
.filter-category {
  text-align: left;
  color: #909090;
  font-size: 14px;
  font-weight: 500;
}
.checkbox-filter-label {
  font-size: 16px;
  margin: -3px 8px;
  text-align: left;
  width: 50%;
}
.filter-flag-icon {
  height: 17px;
  width: 24px;
  margin-top: 1px;
}
.first-filter-row {
  border-bottom: 1px solid #e5e5e5;
  margin: 14px 0 15px 0;
}
#clear-all-icon {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.flag-container {
  margin-bottom: 22px;
}
.filter-actions {
  display: flex;
}
#filter-clear {
  display: flex;
  color: #fc363b;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  margin-left: 10px;
}
.complex-filter-input {
  padding-right: 38px !important;
}
.complex-filter-input:focus {
  color: #2e2e2e !important;
}
#locations-wrapper img {
  max-width: none !important;
}
