.map_main .sidebar {
position: absolute;
width: 33.3333%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.map {
position: absolute;
left: 33.3333%;
width: 66.6666%;
top: 0;
bottom: 0;
}

.heading h1 {
font-size: 22px;
margin: 0;
color:#fff;
font-weight: 700;
text-transform: uppercase;
line-height: 20px;
padding: 20px 2px;
}

a {
color: #404040;
text-decoration: none;
}

a:hover {
color: #101010;
}

.map_main .heading {

border-bottom: 1px solid #366ca9;
min-height: 60px;
line-height: 60px;
padding: 0 10px;
background-color: #366ca9;
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: #00853e;
font-weight: 700;
}

.listings .item .title small {
font-weight: 400;
}
.listings .item.active .title,
.listings .item .title:hover {
color: #8cc63f;
}
.listings .item.active {
background-color: #f8f8f8;
}
.map_main ::-webkit-scrollbar {
width: 3px;
height: 3px;
border-left: 0;
background: rgba(0, 0, 0, 0.1);
}
.map_main ::-webkit-scrollbar-track {
background: none;
}
.map_main ::-webkit-scrollbar-thumb {
background: #00853e;
border-radius: 0;
}

.marker {
border: none;
cursor: pointer;
height: 56px;
width: 56px;
background-image: url(http://thegranitebrothers.com/wp-content/uploads/2021/07/marker-default.png);
background-color: rgba(0, 0, 0, 0);
}

.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 {
  position: absolute;
  right: 10px;
  top: -5px;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
  height: 30px;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  padding: 0;
  width: 30px;
}
.mapboxgl-popup-content .mapbox-content h4 a {
  margin: 0;
}
.mapboxgl-popup-content {
font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
padding: 0;
width: 300px;
word-break:normal;
}
.mapboxgl-popup-content-wrapper {
padding: 1%;
word-break:normal;
}
.mapboxgl-popup-content h3 {
background: #34a6f7;
word-break:normal;
color: #fff;
margin: 0;
display: block;
padding: 10px;
border-radius: 3px 3px 0 0;
font-weight: 700;
margin-top: -15px;
}

.mapboxgl-popup-content h4 {
margin: 0;
word-break:normal;
line-height:normal;
font-size:15px;
display: block;
font-weight: 400;
}
.mapbox-content img {
  width: 100%;
  margin: 15px auto;
  display: block;
  height: 100px;
  object-fit: contain;
}

.mapbox-content a {
  margin: 10px 0;
  display: inline-block;
  color: #28a7fb;
}

.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: #91c949;
}
.map_main{
  width:100%; height:650px;
}

@media screen and (max-width:991px){
.map_main .sidebar {
    width: 100%;
    position: unset;
    height: 400px;
}

div#map {
    position: relative;
    width: 100%;
    height: 500px;
    display: block;
    left: 0;
}

.map_main {
    height: auto;
}
}
section.map-section {
    position: relative;
    margin-bottom: 25px !important;

}
.map-section .container{
	position: relative;
}
section.top-sec-sh {
    position: relative;
}
.top-sec-sh h1{
  color: #252525 !important;
}
section.top-sec-sh .container {
    padding: 15px 5px !important;
}