/* contact us page css */

.contain {
  background-color: #eee;
  max-width: 1170px;
  margin-left: auto;
  /* margin-right: auto; */
  padding: 1em;
}

div.form {
  background-color: #eee;
}

.contact-wrapper {
  margin: auto 0;
}

.submit-btn {
  float: left;
}

.reset-btn {
  float: right;
}

.form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid #ec1c24;
}

.highlight-text {
  color: #ec1c24;
}

.hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.highlight-text-grey {
  font-weight: 500;
}

.email-info {
  margin-top: 20px;
}

::-webkit-input-placeholder {
  /* Chrome */
  font-family: 'Roboto', sans-serif;
}

.required-input {
  color: black;
}

@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}

h3,
ul {
  margin: 0;
}

h3 {
  margin-bottom: 1rem;
}

.form-input:focus,
textarea:focus {
  outline: 1.5px solid #ec1c24;
}

.form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.wrapper>* {
  padding: 1em;
}

@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

  .wrapper>* {
    padding: 2em 2em;
  }
}

ul {
  list-style: none;
  padding: 0;
}

.contacts {
  color: #212d31;
}

.form {
  background: #fff;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


@media (min-width: 700px) {
  .form {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}



.form label {
  display: block;
}

.form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

button,
.submit-btn,
.form-input,
textarea {
  padding: 1em;
}

button,
.submit-btn {
  background: transparent;
  border: 1px solid #ec1c24;
  color: #ec1c24;
  border-radius: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
}

button:hover,
.submit-btn:hover,
button:focus,
.submit-btn:focus {
  background: #ec1c24;
  outline: 0;
  color: #eee;
}

.error {
  color: #ec1c24;
}

.map-container {
  border: 2px solid #ec1c24;
}

/* About sections */
.about-hightech-contact {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}

.about-hightech-contact h1 {
  color: #01003f;
  font-size: 3rem !important;
  font-weight: 700;
}

.about-hightech-contact p {
  /* width: 600px; */
  margin: 0 auto;
  margin-top: 15px;
  text-align: justify;
  font-weight: bold;
}

/* About sections */

/* contact us page css */