.map-div {
    margin: 0 75px;
    padding: 25px 0;
}

.map-div h2 {
    
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-weight: 500;

    /*padding-bottom: 5px;*/
    text-align: right;
}

.map-txt p {
    
    font-family: 'Lato', sans-serif;
    color: #565454;
    text-align: justify;
    font-weight: 300;
}

.map-ctr-div {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    
    justify-content: flex-end;
    grid-gap: 1em;
}



@media screen and (max-width: 767px) {
    
    .map-ctr-div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        
        justify-content: center;
        grid-gap: 1em;
    }
    
}

.map-svg {
    width: 70%;
    
}

.map-txt {
    width: 30%;
    text-align: justify;
    
}


@media screen and (max-width: 767px) {
    
    
    .map-div h2 {
    padding-bottom: 25px;
    text-align: center;
    }
    
    .map-svg {
        width: 100%;
        
    }
    
    .map-txt {
        width: 100%;
        text-align: justify;
        
    }
    
}

.map-icon {
    fill: #0AA35E;
    
    stroke: #f5f5f5;
    stroke-width: 1.48783px;
}

path {
    /*cursor: pointer;*/
}

.map-icon path:hover {
    opacity: .6
}

#Manchester {
    fill: #F1C40F;
}

path:active {
    height: 80%;
    width: 80%;
}


/*cursor pop up*/
.hidepopUp {
    display: none;
    padding: 7px;
    background-color: ;
    width:10%;
    position:absolute;
    z-index: 999;
}

.Manchester {
    font-size: .5em;
    font-style: bold;
}
