.contact_us_page {
  padding: 0;
  overflow: visible;
  overflow-x: clip;
}
.contact-main-info {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #e9e9e9;
}
.contact-main-info .title {
  margin-bottom: 30px;
}
.contact-main-info .title h2 {
  font-weight: 700;
  font-size: 34px;
  margin: 0;
}
.contact-main-info .title h2 span {
  color: #e63f38;
  display: block;
}
.contact-main-info .title h2 span:lang(ar),
.contact-main-info .title h2 span:lang(fa) {
  display: inline-block;
}
.contact-main-info .items .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.contact-main-info .items .item:last-of-type {
  margin-bottom: 0;
}
.contact-main-info .items .item span.icon {
  min-width: 15%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #1966a2;
  color: #fff;
  border-radius: 50%;
}
.contact-main-info .items .item span.icon svg {
  font-size: 20px;
}
.contact-main-info .items .item .data {
  padding: 0 12px;
}
.contact-main-info .items .item .data span {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
}
.contact-main-info .items .item .data h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.contact-main-info .map-item {
  margin-top: 30px;
  width: 100%;
}
.contact-main-info .map-item iframe {
  width: 100%;
  height: 230px;
  border-radius: 20px;
}
.contact-form {
  padding: 50px 30px;
  background: #fff;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  border: 1px solid #e9e9e9;
}
.contact-form h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
.contact-action {
  margin-top: 30px;
  text-align: right;
}
.contact-action:lang(ar),
.contact-action:lang(fa) {
  text-align: left;
}
.contact-action button[type="submit"] {
  width: 220px;
}
.effict-line {
  position: relative;
}
.effict-line::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 40%;
  opacity: 0.18;
  filter: blur(50px);
  z-index: 0;
  right: -8%;
  bottom: 0;
  background-color: #e63f38;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 30px;
  }
  .contact-main-info .items .item span.icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    min-width: 45px;
    min-height: 45px;
  }
  .contact-main-info .items .item span.icon svg {
    font-size: 16px;
  }
}
