.mianContainer {
  height: 100%;
}
#Background > path {
  fill: #ffffff;
}

#Iran {
  width: 500px;
  height: 500px;
}

#states > a > path {
  fill: #f0f4f5;
  stroke: #1a1e52;
  stroke-width: 0.4;
  stroke-miterlimit: 4;
}

g[id*="-name"] {
  fill: #232425;
  stroke: none;
}

#States a:hover path {
  fill: #494949;
  transition: fill 0.3s;
}

#States a:hover g[id*="-name"] path {
  fill: #fff;
}

.label {
  color: #232425;
}

.listCity {
  background-color: red;
  position: absolute;
  width: 100%;
  height: 100%;
}

#States a.color path {
  fill: #282c64;
  transition: fill 0.3s;
}

#States a.color g[id*="-name"] path {
  fill: #fff;
}

.saveh svg {
  width: 90px !important;
  height: 90px !important;
  fill: #292b64;
}

.saveh {
  position: absolute;
  left: 127px;
  top: 111px;
}

.parentMap {
  width: 100%;
}

.parentMap > img:hover {
  cursor: pointer;
}
@media screen and (max-width: 476px) {
  .parentMap > img {
    width: 10px !important;
  }
}
.boxContent .content {
  background-color: hsla(0, 0%, 100%, 0.75);
  border-radius: 15px;
  position: relative;
  padding: 10px;
}

.boxContent .imageLogo {
  padding: 15px;
  width: 30%;
  min-height: 50px;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxContent .imageLogo > img {
  max-width: 100%;
  max-height: 100%;
}

.boxContent .linksCompony {
  padding: 15px;
  width: 70%;
  min-height: 50px;
  border-radius: 15px;
  background-color: hsla(10, 81%, 51%, 0.75);
}

.linkMore {
  background-color: #282c64;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  padding: 15px 30px;
  transition: 0.3s;
  margin-top: 5px;
}

.linkMore:hover {
  color: #fff;
  background-color: #1f224f;
  cursor: pointer;
}

.miniIcon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
/* ////////// */
#selectCategory {
  background: #fff;
}
.listMenuCat {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;

  flex-wrap: wrap;
}

.listMenuCat .boxCat {
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 130px;
  margin-bottom: 5px;
  padding: 10px;
  transition: 0.5s;
}
.d-flex.align-items-center.textContent {
  display: flex;
}

p.text-danger.me-2 {
  color: #e73f1e;
}

p.owner ,p.address ,p.factory ,p.phone {
  color:#292b64;
}

.d-flex.justify-content-between {
  display: flex;
  margin-top: 1rem;
}
.linksCompony.mt-2 .d-flex {
  display: flex;
}
.d-flex.mt-2 {
  margin-top: 0.5rem;
}
p.titleCompony.mb-0.text-white ,a.linkCompony.mb-0.text-white {
  color:#fff
}
a.linkMore {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .listMenuCat {
    justify-content: flex-start;
  }
  .listMenuCat .boxCat {
    width: 130px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .listMenuCat li:first-child {
    width: 100%;
  }
  .listMenuCat li:first-child .boxCat {
    width: 49%;
  }
  .listMenuCat li:nth-child(2),
  .listMenuCat li:nth-child(3),
  .listMenuCat li:nth-child(4),
  .listMenuCat li:nth-child(5),
  .listMenuCat li:nth-child(6) {
    width: 49%;
  }
}
.listMenuCat .boxCat img {
  max-width: 50px;
}
.listMenuCat .boxCat p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}
.listMenuCat .boxCat.active,
.listMenuCat .boxCat:hover {
  background-color: #e2c275;
  cursor: pointer;
}
g#States a{
    fill: #fff;
    stroke: #292b64;
}

#States a:hover path {
    fill:#e2c275 !important;
}

#States a:hover g path{
    fill:#292b64 !important;
}
p.ContentCompony.textContent {
  color: #292b64;
  text-align: justify;
}