.marginRight25px{margin-right: -25px;}
/***==================================***/
#gbtnMapId{background-color: #5ce670;border-radius: 50%;}
#gbtnMapId:hover{background-color: #7a77e5 ;}
/***==================================***/
#pdgMapId{background-color: #ff7f00;border-radius: 50%;}
#pdgMapId:hover{background-color: #ff6be2;}
/***==================================***/
#lavaMapId{background-color: #85c1e9;border-radius: 50%;}
#lavaMapId:hover{background-color: #ff0500;}
/***================================***/
#kpgMapId{background-color: #f1c40f;border-radius: 50%;}
#kpgMapId:hover{background-color: #303aff;}
/***==================================***/
.mapdiv{width:90%;margin: auto;background-color: transparent; }
.mapdiv path{stroke-width:1px;transition: fill 0.2s;}
.mapdiv :hover {fill:transparent}
a:hover path{fill: #ae5700;cursor: pointer;}
#mBg{fill:transparent}/*map background**fill: rgba(64, 250, 133, 0.55);***/
.pathHolder{fill: rgba(0, 0, 0, 0.53);}
/***==================================***/
#pedongId{stroke:rgb(231 189 93);color:#FFF;stroke-miterlimit: 10;fill:rgb(255 168 81 / 42%);}
#pedongId:hover{fill: rgba(255, 127, 0, 0.43);}
#lavaId{stroke:rgb(20 177 146 / 35%);color: #87ff99;stroke-miterlimit: 10;fill:rgb(9 245 1 / 36%);}
#lavaId:hover{fill: rgba(28, 236, 126, 0.5);}
#goruId{stroke:rgb(10 32 30 / 19%);color:#FFF;stroke-miterlimit: 10;fill:rgb(91 223 202 / 51%);}
#goruId:hover{fill: #83fde2;}
#kpgId{stroke:rgb(122 155 144 / 61%);color:#FFF;stroke-miterlimit: 10;fill:rgb(192 201 215 / 69%);}
#kpgId:hover{fill: rgba(131, 253, 226, 0.52);}
/***==================================***/

.tagCl{
    padding:3px 7px;border-radius:12px;width:auto;height: auto;background: green;color:#fff;font-size: 13px;
}
.tagProp{
    padding:3px 7px;border-radius:12px;width:auto;height: auto;background: #198754;color:#fff;font-size: 13px;
}

 #Layer_1{
     background-image: url('https://kalimpongtourism.org/fileStore/icons/mapBg.png');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }


.dmTxt{
    animation: pulse 20s infinite ease-in-out;
    display: inline-block;
    color: #097a18;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    text-align: justify;
}

@keyframes dmTxt{
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
    
 