.top_header {
  z-index: 3;
}

.menu-form {
  margin-top: 74px;
}
.menu-form .testi_item {
  transition: all 0.3s ease-in-out;
  border-radius: 40px 40px 0 0;
  background-color: #000000;
  padding: 24px 24px 66px;
}
.menu-form .testi_item .testi_avatar {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 575px) {
  .menu-form .testi_item .testi_avatar {
    width: 80px;
    height: 80px;
  }
}
.menu-form .testi_item .testi_avatar img {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .menu-form .testi_item .testi_avatar img {
    width: 80px;
    height: 80px;
  }
}
.menu-form .testi_item .testimonilas_text {
  width: calc(100% - 90px);
  padding-right: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .menu-form .testi_item .testimonilas_text {
    padding-right: 12px;
  }
}
.menu-form .testi_item .testimonilas_text h1 {
  font-weight: 600;
  font-family: "iranyekanbold", "arial";
  font-size: 18px;
  color: #FFFFFF;
}
.menu-form .testi_item .testimonilas_text h2 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #9d9ca3;
}
.menu-form .testi_item .testimonilas_text .star_rating {
  margin-top: 16px;
  color: #FF9E0C;
  font-size: 12px;
}
.menu-form .testi_item .testimonilas_text .star_rating i {
  margin: 0 2px;
}
.menu-form .testi_item .testimonilas_text p {
  color: #dbdbdb;
  font-size: 12px;
  font-family: "iransans";
  font-style: italic;
  line-height: 28px;
  margin-top: 10px;
  font-weight: 500;
}/*# sourceMappingURL=customer.css.map */