svg path {
    fill: #338fd1;
    stroke: #eee;
    stroke-width: .25;
}

svg path:hover {
    fill: #1d3571;
    transition: 0.6s;
    cursor: pointer;
}

.india-map-div {
    margin: 0px auto;
    text-align: center;
}


    .makecolor{
        fill: #1d3571;
    }
    .makecolor:hover{
        fill: #0e46d1;
    }
