
      .marker {
        border: none;
        cursor: pointer;
        height: 56px;
        width: 56px;
        background-image: url('../images/Marker3.png');
        background-color: rgba(0, 0, 0, 0);
      }

      .marker-project {
        border: none;
        cursor: pointer;
        height: 120px;
        width: 56px;
        background-image: url('../images/project-marker1.png');
        background-color: rgba(0, 0, 0, 0);
      }

      /* Marker tweaks */
      .mapboxgl-popup {
        padding-bottom: 50px;
        max-width: 400px;
        font: 12px/20px Arial,sans-serif;
		text-align: center;
      }

      .mapboxgl-popup-close-button {
        display:none;
      }
      .mapboxgl-popup-content {
        font:400 15px/22px Arial,sans-serif ;
        padding:0;
        width:180px;
		text-align: center;
      }
      .mapboxgl-popup-content-wrapper {
        padding:1%;
      }
      .mapboxgl-popup-content h3 {
        background:#fff;
        color:rgb(86, 188, 255);
        margin:0;
        display:block;
        padding:0px;
        border-radius:3px 3px 0 0;
        font-weight:500;
        margin-top:0;
    text-align: center;
    
      }

      .mapboxgl-popup-content h4 {
        margin:0;
        display:block;
        padding: 10px 10px 10px 10px;
        font-weight:400;
    text-align: center;
    
      }

      .mapboxgl-popup-content div {
        padding:10px;
		text-align: center;
      }

      .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;
      }
      .boxed {
        display: inline-block;
        position: relative;
        background: #fff;
        border-radius: 5px;
      }

       .bigToolTip3d {
        padding: 8px 10px;
        margin: 0 0 0 -107px;
        border-radius: 8px;
        width: 214px;
        box-shadow: 0 3px 16px 0 rgba(0,0,0,0.16);
        background: #fff;
        position: absolute;
        bottom: 85px;
        left: 50%;
    }

    .bigToolTip3d .toolTipData {
      max-height: 42px;
      overflow: hidden;
      transition: .5s;
  }

  .bigToolTip3d .liveInventoryTag {
    padding: 0 8px 0 15px;
    font-size: 11px;
    color: #fff;
    border-radius: 3px;
    background: #725bab;
    display: inline-block;
    line-height: 18px;
    position: relative;
}

.bigToolTip3d h6 .em {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  background: #fff;
} 

/* .MapPin3d{width:30px;position:absolute;cursor:pointer} */
.smallToolTip3d{padding:8px 10px;margin:0 0 0 -99px;border-radius:8px;width:200px;box-shadow:0 3px 16px 0 rgba(0,0,0,0.16);background:#fff;position:absolute;bottom:47px;left:50%;font-size:16px;text-align:center;color:#1a1a1a;}
.smallToolTip3d:after{margin-left:-11px;content:'';position:absolute;bottom:-9px;left:50%;border-left:solid 10px transparent;border-right:solid 10px transparent;border-bottom:solid 10px #fff;filter:drop-shadow(0 3px 16px 0 rgba(0,0,0,0.16));height:0;width:0;transform:rotate(-180deg)}
.bigToolTip3d{padding:8px 10px;margin:0 0 0 -107px;border-radius:8px;width:214px;box-shadow:0 3px 16px 0 rgba(0,0,0,0.16);background:#fff;position:absolute;bottom:85px;left:50%}
.bigToolTip3d:after{margin-left:-11px;content:'';position:absolute;bottom:-10px;left:50%;border-left:solid 10px transparent;border-right:solid 10px transparent;border-bottom:solid 10px #fff;filter:drop-shadow(0 3px 16px 0 rgba(0,0,0,0.16));height:0;width:0;transform:rotate(-180deg)}
.bigToolTip3d .toolTipData{max-height:40px;overflow:hidden;transition:.5s}
.bigToolTip3d .liveInventoryTag{padding:0 8px 0 15px;font-size:11px;color:#fff;border-radius:3px;background:#725bab;display:inline-block;line-height:18px;position:relative}
.bigToolTip3d .liveInventoryTag:after{content:'';position:absolute;top:6.5px;left:5px;height:5px;width:5px;border-radius:10px;background:#fff;-webkit-animation:up-right 1s infinite;-moz-animation:up-right 1s infinite;-o-animation:up-right 1s infinite;animation:up-right 1s infinite}
@keyframes up-right {
0%{transform:scale(1);opacity:.25}
50%{transform:scale (1,5);opacity:1}
100%{transform:scale(1);opacity:.25}
}
.bigToolTip3d h6{padding-right:20px;font-size:16px;color:#1a1a1a;position:relative;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;display:inline-block}
.bigToolTip3d h6 em{font-size:14px;position:absolute;right:0;top:5px;background:#fff}
.bigToolTip3d span{font-size:12px;color:#666;display:block;line-height:0}
.bigToolTip3d strong{padding-top:10px;font-size:14px;color:#1a1a1a;display:block}
.MapPin3d:hover .bigToolTip3d .toolTipData{max-height:100px;transition:.5s}

@media screen and (max-width:540px){

  .bigToolTip3d .toolTipData{max-height:inherit;}
}
