.real-header ul li a {
  color: #ffffff;
}
.real-header {
  background: #020f57;
  width: 100%;
  margin-top: -1px;
  padding: 20px;
  color: #ffffff;
  border-bottom: #fff 3px solid;
}
.main-contact-page {
  background: url(/imges/slider-image7.jpg) no-repeat center center / cover;
  width: 100%;
  display: grid;
  margin-top: 30px;

  height: 399px;
  text-align: center;
  align-items: center;
  margin-top: -1px;
}
.main-contact-page h1 {
  font-size: 50px;
  color: #ffffff;
}
.wa-btn-btn {
  position: relative;
  width: 20%;
  background: #020f57;
  padding: 17px;
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  border-radius: 10px;
  margin-left: 39%;
}
.wa-btn-btn::before {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  bottom: 0;
  background: #000000;
  height: 120%;
  left: -10%;
  transform: skewX(20deg);
  z-index: -1;
}
.wa-btn-btn:hover::before {
  width: 62%;
}
.wa-btn-btn::after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  height: 4px;
  background: #000000;
}
.wa-btn-btn:hover::after {
  width: 62%;
}
.wa-btn-btn:after {
  height: 120%;
  right: -10%;
  transform: skewX(20deg);
  z-index: -1;
}

.wa-btn-btn a {
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  padding: 20px;
}

form {
  margin-left: 70px;
}
form input {
  padding: 16px;
  border: none;
  outline: none;
  background: #d1cece;
  text-align: start;
  width: 50%;
  border-radius: 2px;
}
.get-inloine {
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-fouthings:nth-child(2) {
  margin-left: 200px;
}

form label {
  font-size: 18px;
  font-weight: 600;
}
form textarea {
  padding: 16px;
  border: none;
  outline: none;
  background: #d1cece;
  text-align: start;
  width: 50%;
  border-radius: 2px;
}
form div {
  margin-top: 20px;
}
form button {
  width: 52.6%;
  margin-top: 20px;
  padding: 18px;
  border: none;
  padding: none;
  background: #020f57;
}
form button a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
form input:placeholder-shown {
  text-align: start;
}
.get-in-touch {
  display: flex;
  align-items: center;
  margin-left: 5%;
  margin-top: 4%;
}
.get-in-touch p {
  font-size: 16px;
}

.get-in-touch h1 {
  font-size: 40px;
  font-weight: 600;
}
.get-in-touch .two {
  margin-left: 20px;
}

.get-in-touch form {
  margin-left: 2%;
}
.need-three-thing {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.need-more-help {
  text-align: center;
}
.need-three-thing div {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 23px;
  margin: 20px;
  background: #ffffff;
}
.need-three-thing div p {
  color: #c2bcbc;
  font-size: 17px;
}
.need-more-help h1 {
  font-size: 30px;
}
.need-more-help {
  margin-top: 5%;
}
.need-btn {
  cursor: pointer;
  border: 1.1px solid #020f57;
  border-radius: none;
}
.need-btn a {
  color: #020f57;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.iconsse i {
  border-radius: 50px;
  padding: 6px;
  margin-left: 1px;
  font-size: 23px;
  font-weight: 400;
  cursor: pointer;
  border: 1.4px solid #020f57;
}
.rffrfrfrf {
  font-size: 40px;
  text-align: center;
}
.Metsafeline {
  padding: 24px;
  border-radius: 30px;
  display: flex;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  background: #020f57;
}
.Metsafeline h1 {
  font-size: 20px;
  color: #ffffff;
}
.meret a {
  text-decoration: none;
  color: #020f57;
  font-size: 17px;
}
.meret:hover {
  background: #000000;
  color: #ffff;
}
.meret a:hover {
  background: #000000;
  color: #ffff;
}
.meret {
  padding: 17px;
  border-radius: 14px;
  /* text-align: center; */
  width: 30%;
  color: #020f57;
  margin-left: 30%;
  background: #ffffff;
}
@media (max-width: 999px) {
  .get-in-touch {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 2%;
    margin-top: 6%;
  }
  .two {
    margin-left: -40%;
  }
  form input {
    padding: 16px;
    border: none;
    outline: none;
    background: #d1cece;
    text-align: start;
    width: 60%;
    border-radius: 2px;
  }
  form label {
    font-size: 18px;
    font-weight: 600;
  }
  form textarea {
    padding: 16px;
    border: none;
    outline: none;
    background: #d1cece;
    text-align: start;
    width: 60%;
    border-radius: 2px;
  }
  form button {
    width: 40%;
  }
  .need-three-thing {
    /* display: none; */
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1078px) {
  .navbaricon {
    top: 4%;
  }
}
.righty {
  margin-top: 5%;
  margin-bottom: 5%;
}
.get-in-touch {
  text-align: justify;
}
.get-in-touch .two button {
  white-space: nowrap;
}
@media (max-width: 525px) {
  .righty {
    height: 240px;
    width: 399px;
  }
  .meret a {
    font-size: 1px;
    white-space: nowrap;
    padding: 12px;
  }
  .Metsafeline {
    width: 100%;
    margin-left: 1px;
  }
  .Metsafeline h1 {
    font-size: 13px;
  }
}

.meret {
  white-space: nowrap;
}

@media (max-width: 1000px) {
  form {
    margin-left: 840px;
  }
}
@media (max-width: 810px) {
  .get-inloine {
    display: grid;
    grid-template-columns: 1fr;
  }
  .get-fouthings:nth-child(2) {
    margin-left: 0px;
  }
  form {
    margin-left: 240px;
  }
  form button {
    width: 66%;
  }
}
@media (max-width: 430px) {
  form button {
    width: 90%;
  }
  form {
    margin-left: 90px;
  }
  form input,
  textarea {
    width: 90%;
  }

  form textarea {
    width: 90%;
  }
}
.formsubmit-io {
  color: #c2bcbc;
  font-size: 15px;
}
