.elementor-2877 .elementor-element.elementor-element-114d4f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6d1e233 */#IranMap .show-title {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  margin: 0 !important;
  padding: 0 5px;
  text-align: center;
  line-height: 26px;
  border-radius: 2px;
  opacity: 0.8;
}

#IranMap .map {
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  user-select: none;
}

#IranMap .map svg {
  height: 500px;
  width: 500px;
}

#IranMap .map .border path{
  fill: #f8f8f8;
}

#IranMap .map .island path {
  fill: #55606e
}

#IranMap .map .province path {
  fill: #55606e;
}
#IranMap .map .province #arak{
  fill: #0b9712;
}

#IranMap .map .sea path,
#IranMap .map .lake path {
  fill: #43a1db;
}

#IranMap .map .province path:hover,
#IranMap .map .island path:hover,
#IranMap .map .province path.hover,
#IranMap .map .island path.hover {
  fill: #282d79;
  cursor: pointer;
}
#IranMap .map .province #arak:hover{
  fill: #c33a2c;
}

#IranMap .list {
  display: block;
  float: right;
  width: 50%;
}
#IranMap .list .island{
  display: none;
  float: right;
  width: 50%;
}
#IranMap .list ul {
  padding: 0;
}

#IranMap .list > ul {
  margin-left: 10px;
}

#IranMap .list li {
  list-style: none;
}

#IranMap .list span {
  background: #242424;
  color: #ecf0f1;
  display: block;
  margin: 0 2px;
  padding: 0 8px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 2px;
}

#IranMap .list li ul li {
  display: block;
  float: right;
  width: 45%;
  background: #34495e;
  color: #ecf0f1;
  display: block;
  padding: 0 8px;
  line-height: 26px;
  margin: 2px 2px;
  text-decoration: none;
}

#IranMap .list li ul li a {
  background: #34495e;
  color: #ecf0f1;
  display: inline;
  padding: 0 8px;
  line-height: 26px;
  margin: 2px 2px;
  text-decoration: none;
}

#IranMap .list li ul li a:hover,
#IranMap .list li ul li a.hover {
  background: #c33a2c;
}

#IranMap .list ul:before,
#IranMap .list ul:after {
  display: table;
  content: " ";
}

#IranMap .list ul,
#IranMap .list ul:after {
  clear: both;
}

#IranMap .city {
  clear: both;
  padding: 10px 0;
}

/* Responsive */
@media (max-width: 930px) {
  #IranMap .list {
    width: 50%;
  }
}

@media (max-width: 745px) {
  #IranMap .list li ul li {
    width: 50%;
  }
}

@media (max-width: 515px) {
  #IranMap .list{
    width: 100%;
    display: none;
  }
  #IranMap .map {
    width: 100%;
  }

  #IranMap .list li ul li {
    width: 33.3333333333%;
  }

  #IranMap .list li ul li a {
    font-size: 10px !important;
  }
}

@media (max-width: 515px) {
  #IranMap .list li ul li {
    width: 50%;
  }
}

@media (max-width: 250px) {
  #IranMap .list li ul li {
    width: 100%;
  }
}/* End custom CSS */