  a:hover {
    color: #f15a29;
    text-decoration: none;
    transition: all .1s ease;
}
a{
  
  text-decoration: none;
}
  .map_state{
        position: absolute;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    background: url("../mapasset/map_dot.png") center center no-repeat;
    min-height: 33px;
    transition: all .1s ease;
  }
 
  .state-name-c {
    position: relative;
    top: 25px;
    transition: all .1s ease;
  }
  .map_state:hover {
    background: url("../mapasset/map_dot_hover.png") center center no-repeat;
    transition: all .1s ease;
}
.maparea{
  text-align: center;
  margin-top: 50px;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.map-state-details{
  text-align: left;
}
.headingformodal{
  font-weight: bold;font-size: 17px;
}
  
  .Jharkhand{
  top: 260px;
  right: 244px;
}

}
.valueformodal{
  font-size: 17px;color: black;
}
.project{
  margin-top: 10px;
      padding: 18px;
    border-radius: 10px;
    background-color: #efefef;
}
/*Positioning*/
.Jharkhand{
  top: 260px;
  right: 244px;
}

.Maharashtra{
    bottom: 243px;
    left: 126px;
}

.Chattisgarh{
  top: 295px;
  right: 293px;
}

.Rajasthan{
  top: 195px;
  left: 107px;
}

.Bangladesh{
  top: 248px;
  right: 144px;
}

.Punjab{
  top: 114px;
  left: 155px;
}

.Haryana{
    top: 164px;
    left: 159px;
}

.Odisha{
  top: 320px;
  right: 248px;
}

.Gujarat{
  top: 251px;
  left: 77px;
}

.Madhya_Pradesh{
  top: 264px;
  left: 172px;
}

.Uttar_Pradesh{
  top: 204px;
  right: 308px;
}

.Andhra_Pradesh{
  bottom: 182px;
  left: 184px;
}

.Karnataka{
  bottom: 145px;
  left: 124px;
}

.Jammu {
    top: 55px;
    left: 174px;
}

@media(max-width:1199px){
   .map_state{ display:none; } 
}


