@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .search__dropdown {
    position: unset;
  }
  .popup-appointment__inner {
    margin-bottom: 0 !important;
  }
}
