.send_message {
  padding: 3rem;
}

@media screen and (max-width: 980px) {
  .send_message {
    padding: 1.4rem;
  }
}

/* image */
.imagestop {
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}
.imagestop::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000e5;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  content: "";
}
.imagestop h1 {
  position: relative;
  z-index: 1;
}
.homepre {
  background: transparent none repeat scroll 0 0;
  border: none;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}

.homepre li {
  font-family: "Yantramanav", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 5px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.homepre a {
  font-family: "Yantramanav", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}

/* conatct detials */
.send_message .contact_detils input {
  border: none;
  margin-bottom: 20px;
  padding: 20px;
  background: #eef1f6;
  min-height: 60px;
}

.send_message .contact_detils textarea {
  border: none;
  margin-bottom: 20px;
  padding: 20px;
  background: #eef1f6;
  min-height: 60px;
}

.send_message .contact_detils .item {
  display: flex;
  margin-bottom: 40px;
}

.send_message .contact_detils .item i {
  display: inline-block;
  font-size: 30px;
  background: rgba(4, 37, 172, 0.1);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #e62b40;
  border-radius: 5px;
  margin-right: 25px;
  border: 1px solid rgba(4, 37, 172, 0.1);
}
