.map-heading{
    font-size: 52px;
    color: #0E183E;
    text-align: center;
    margin-bottom: 30px;
}
.Mapwrapper #container {
    position: relative;
    width: 100%;
    height: 100vh;
    /* background-color: #ddd; */
  }
  .Mapwrapper .map-control {
    font-size: 1rem;
    padding: 0.5rem .8rem;
    background: rgba(77, 89, 107, 0.5);
    color: #323c48;
    display: block; 
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0, .2);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.1);
    transition: all .35s ease;
}
.Mapwrapper .map-control:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-width: 0;
}
.Mapwrapper .map-control:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-width: 0;
}
.Mapwrapper .map-control--container {
    position: absolute;
    left: 1rem;
    top: 2rem;
    text-decoration: none;
    border: 1px solid rgba(0,0,0, .15);
    border-radius: 3px;
    transition: border .35s ease;
}
.Mapwrapper .map-control--container:hover {
    border: 1px solid rgba(0,0,0, .25);
}
.Mapwrapper .map-control--container:hover .map-control {
    background: #f0f0f0;
    border-bottom-color: rgba(0,0,0, .2);
    border-top-color: rgba(255, 255, 255, 0.8);
}
.Mapwrapper .main-content {
    background-color: #fff;
}
.Mapwrapper .Mapwrapper .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
    padding: 2rem;
}
.Mapwrapper .map-visualize--details-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    background: rgba(0,0,0, .35);
      padding: 1rem;
    color: #fefefe;
    font-family: sans-serif;
}
.Mapwrapper .map-visualize--details-container h3,
.Mapwrapper .map-visualize--details-container h5 {
    margin: 0;
}
.Mapwrapper .map-visualize--details-container .company {
    margin: 0 0 .5rem;
}
.Mapwrapper .card-popup {
    position: absolute;
    z-index: 100001;
    display: none;
    background-color: #000;
    padding: 1rem;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2), 0 2px 6px rgba(16, 22, 26, 0.2);
}
.Mapwrapper .card-popup.visible {
    display: block;
}
.Mapwrapper .cursor {
    cursor: pointer;
}
.Mapwrapper .card-popup:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    right: auto;
    top: -12px;
    border: 12px solid;
    border-color: transparent transparent transparent black;
}
.Mapwrapper .main-content {
    position: relative;
    z-index: 5;
}
.bubbles{
    color: #282828;
    
}
.MapWrapSec{
    margin: 50px 0;
}

.Mapwrapper, .MapWrapSec {
    overflow: hidden;
    /* position: relative; */
    height: 377px;
    box-shadow: inset -3px 3px 40px 3px #65656529;
}
/* svg.datamap {
    height: 400px !important;
} */
@media only screen and (max-width: 768px) and (min-width: 300px) {
    .map-heading {
        font-size: 30px;
    }
.Mapwrapper, .MapWrapSec {
   width:100%;
   overflow: auto;
}
svg.datamap {
   width: 1300px;
}
}