﻿html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.doctors-profile-col7 {
  overflow-wrap: break-word;
}

.HideLi, .Hid {
  display: none;
}

.ShowLi {
  display: inline-block !important;
}

.morecontent, .moreellipses span {
  display: inline;
}

.pac-item {
  cursor: pointer;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #f5f5f5;
  font-size: 14px;
  color: #515151;
  font-family: 'Poppins';
  padding: 5px 10px;
  box-shadow: none;
}

.custom-marker {
  width: 48px;
  height: 48px;
  border: 2px solid #7cafff;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  position: relative;
}

  .custom-marker img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .custom-marker::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #4285f4;
  }
