.sepilo{
    position: relative;
    width: 100%;
    min-height: 500px;
    box-shadow: 0 0 40px 10px #d7edff;
}

.sidebar {
    position: absolute;
    width: 33.3333%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
  }
  .pad2 {
    padding: 20px;
  }
  
  .map {
    position: absolute;
    left: 33.3333%;
    width: 66.6666%;
    top: 0;
    bottom: 0;
  }

  @media screen and (max-width:575px){
    .sidebar{
        position: relative;
        width: 100%;
    }
    .map{
        position: relative;
        left: 0;
        right:0;
        width: 100%;
        min-height: 400px;
    }
  }

  
  .heading {
    background: #0e384c;
    border-bottom: 1px solid #eee;
    line-height: 60px;
    padding: 15px 10px;
  }

  .heading h3{
    color: #fff;
  }
  
  .listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  
  .listings .item {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
  }
  
  .listings .item:last-child {
    border-bottom: none;
  }
  .listings .item .title {
    display: block;
    color: #0E384C;
    font-weight: 700;
  }
  
  .listings .item .title small {
    font-weight: 400;
  }
  .listings .item.active .title, .listings .item.active div
  {
    color: rgb(255, 255, 255);
  }
  .listings .item.active {
    background-color: #135371;
  }
  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  ::-webkit-scrollbar-track {
    background: none;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A71B8;
    border-radius: 0;
  }
  
  .marker {
    border: none;
    cursor: pointer;
    background-image: url('../assets/img/loc.svg');
    background-size: cover;
    width: 40px;
    height: 40px;
    border: 1px solid #0E384C;
    border-radius: 50px;
  }
  
  .clearfix {
    display: block;
  }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  /* Marker tweaks */
  .mapboxgl-popup {
    padding-bottom: 50px;
  }
  
  .mapboxgl-popup-close-button {
    display: none;
  }
  .mapboxgl-popup-content {
    padding: 15px;
    width: 100%;
  }
  .mapboxgl-popup-content-wrapper {
    padding: 1%;
  }

  
  .mapboxgl-popup-content h5 {
    display: block;
    font-family: "Lexend Deca", sans-serif !important;
    border-bottom: 1px solid #eee;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
  }

  .mapboxgl-popup-content p {
    margin: 0;
    display: block;
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 14px;
  }

  .mapboxgl-popup-content div {
    padding: 10px;
  }
  
  .mapboxgl-container .leaflet-marker-icon {
    cursor: pointer;
  }
  
  .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
  }
  
  .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #0E384C;
  }
  
  .mapboxgl-ctrl-geocoder {
    border: 2px solid #0E384C;
    border-radius: 0;
    position: relative;
    top: 0;
    width: 800px;
    margin-top: 0;
    border: 0;
  }
  
  .mapboxgl-ctrl-geocoder > div {
    min-width: 100%;
    margin-left: 0;
  }
  
  .mapboxgl-popup{
    max-width: 400px!important;
  }

  