
      .path-city{
       stroke: white;
      }
      .path-city:hover{
        fill: #1096d9;
      }
      .path-city-g1{
        fill: grey;
      }
      .path-city-g2{
        fill: grey;
      }
      .path-city-g3{
        fill: #0290d9;
      }
      .path-city-g4{
        fill: grey;
      }
      .path-city-g1:hover,.path-city-g2:hover,.path-city-g4:hover{
          fill: grey;
      }

      #iran-svg{
          width: 100%;
      }
      #iran-svg>g>a>path{
          transition: 1s;
      }
      .enabled {
          fill: #21669E;
          cursor: pointer;
      }

      .description2 {
          pointer-events: none;
          position: absolute;
          font-size: 18px;
          text-align: center;
          background: white;
          padding: 10px 15px;
          z-index: 5;
          height: 70px;
          width: 200px;
          line-height: 25px;
          margin: 0 auto;
          color: #21669e;
          border-radius: 5px;
          box-shadow: 0 0 0 1px #eee;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          display: none;
      }
      .description2.active {
          display: block;
      }
      .description2:after {
          content: "";
          position: absolute;
          left: 50%;
          top: 100%;
          width: 0;
          height: 0;
          margin-left: -10px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid white;
      }

