@media (max-width: 767.8px) {
  .map-left-side.left-result {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 250px;
    z-index: 2;
    background-color: #DCE6ED;
  }
  .place-filter-option.open {
    border-radius: 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    z-index: 9999999999;
  }
  .a2a_floating_style {
    z-index: 1 !important;
  }
  button.current-location-btn {
    position: fixed;
    top: 198px;
    right: 8px !important;
  }
  div#nearby-area {
    background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  .custom-social {
    top: 49% !important;
  }
  .d-md-none {
    display: none !important;
  }
  #map-search-lg {
    display: none;
  }
  .main-side .map-search-container {
    position: absolute;
    top: 55px;
    z-index: 2;
    padding: 12px 15px;
  }
  .main-side #quick-filter {
    opacity: 1;
    z-index: 1;
  }
  .gm-style-iw.gm-style-iw-c {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    max-width: 100% !important;
    height: 333px !important;
    top: inherit;
    left: 0;
    /* bottom: 0; */
    -webkit-transform: translate3d(-50%, 100%, 0);
    /* transform: initial; */
    border-radius: 16px 16px 0px 0px !important;
  }
  #digital-map-section .map-filter-container, #digital-map-section .place-filter-option {
    width: 100%;
  }
  #digital-map-section .map-filter-container .header-flter, #digital-map-section .place-filter-option .header-flter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #digital-map-section .map-filter-container .header-flter svg, #digital-map-section .place-filter-option .header-flter svg {
    margin-top: 3px;
  }
  #digital-map-section .map-filter {
    position: fixed;
  }
  #digital-map-section .map-filter.active {
    width: 100%;
    z-index: 9999996;
  }
  #digital-map-section .left-side {
    position: fixed;
    height: 245px;
    bottom: 0;
    z-index: 2026 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #DCE6ED;
    width: 100%;
  }
  #digital-map-section .left-side .content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    bottom: 0;
    background: #DCE6ED;
    z-index: 1;
    gap: 12px;
    padding-left: 12px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
    padding-top: 0;
  }
  #digital-map-section .left-side .content .card-item {
    min-width: 240px;
    padding: 8px;
    margin-top: 10px;
  }
  #digital-map-section .left-side .content .card-item img {
    border-radius: 8px;
    width: 100%;
    height: 100px;
  }
  #digital-map-section .left-side .content .card-item .card-title {
    color: #041631;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #digital-map-section .left-side .content .card-item .card-address {
    color: #335B89;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  #digital-map-section .left-side .load-more {
    text-align: center;
    margin-bottom: 10px;
    /* position: fixed; */
    right: 0;
    z-index: 99;
    height: auto;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #digital-map-section .left-side .load-more .btn-load-more {
    background-color: #fff;
    font-weight: bold;
    border-radius: 6px;
    z-index: 99999;
    display: block;
  }
  #digital-map-section .main-side .gmnoprint {
    left: auto;
    top: 0px;
    right: 37px !important;
  }
  #digital-map-section .main-side .gm-bundled-control {
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
    right: 0;
    top: 254px;
    z-index: 0;
    position: fixed;
  }
  #digital-map-section .main-side .current-location-btn.expanded {
    /* right: 0; */
    z-index: 9999;
    top: 189px !important;
    right: 7px !important;
  }
  #digital-map-section .collapse-filter {
    top: calc(22% - 24px);
    z-index: 10;
  }
  #digital-map-section .collapse-filter > .collapse-btn {
    padding: 8px 9px;
    border-radius: 8px 0px 0px 8px;
    background: #BB6E17;
    width: 40px;
    height: 39px;
  }
  #digital-map-section .collapse-filter svg.digital-icon {
    display: block;
    width: 24px;
    height: 24px;
    color: #fff;
  }
  #digital-map-section .collapse-filter img {
    display: none;
  }
}
@media (min-width: 768px) {
  #map-search-sm, .d-lg-none {
    display: none;
  }
  #digital-map-section .collapse-filter svg.digital-icon {
    display: none;
  }
  #digital-map-section .collapse-filter img {
    display: block;
  }
}