.map-container{
	
}
.map-heading{
	font-size: 19px;
    font-family: "poppins";
    border-radius: 40px;
    border: 1px solid;
    display: inline-block;
    padding: 6px 30px;
    color: #0095da;
}
.map-sub-heading{
	font-size: 16px;
    font-family: "Rajdhani";
	font-weight: 400;
	font-style:italic;
}
#mapid {
height: 70vh;
width: 80%;
margin: 0 auto;
margin-top: 10px;
border-radius: 12px;
border: 1px solid rgb(204, 204, 204);
box-shadow: 10px 10px 10px -11px rgba(176, 176, 176, 1);
-webkit-box-shadow: 10px 10px 10px -11px rgba(176, 176, 176, 1);
-moz-box-shadow: 10px 10px 10px -11px rgba(176, 176, 176, 1);
}

.mapGuide {
height: 550px;
width: 80%;
margin: 0 auto;
margin-top: 20px;
}

.popUp {
border-radius: 2px;
padding: 10px;
background-color: rgb(219, 241, 253);
font-family: poppins;
text-align: center;
font-weight: 600;
color: #002b5b;
}

.popUpAddress {
text-transform: capitalize;
font-size: 10px;
text-align: center;
padding: 5px;
}

.popUpImage {
width: 16px;
height: 16px;
margin-right: 8px;
}

.leaflet-control-attribution {
display: none;
}

/* Colors Guide */

.state {
display: flex;
align-items: center;
justify-content: center;
font-family: poppins;
letter-spacing: 1px;
text-transform: uppercase;
height: 18px;
font-size: 10px;
font-weight: 600;
margin: 4px;
border-radius: 5px;
}

.islamabad {
background-color: #e0f9ff;
color: #146c94;
border: #146c94 0.2px solid;
}

.balochistan {
background-color: #fbdfdf;
color: #cc0000;
border: #cc0000 0.2px solid;
}

.kpk {
background-color: #d8ffec;
color: #006633;
border: #006633 0.2px solid;
}

.sindh {
background-color: #ffe8da;
color: #ff6600;
border: #ff6600 0.2px solid;
}

.punjab {
background-color: #e4d0f9;
color: #6600cc;
border: #6600cc 0.2px solid;
}