.slider-about-content {
  background: url('./images/contactus.jpg') no-repeat;
  background-size: cover;
  height: 710px;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .slider-about-content {
    background: url('./images/contactus.jpg') no-repeat;
    background-size: contain;
    height: 402px;
  }
}
@media (max-width: 768px) {
  .slider-about-content {
    background: url('./images/contactus.jpg') no-repeat;
    background-size: contain;
    height: 270px;
  }
}
.header-wrapper .header-text-wrapper {
  position: absolute;
  left: 196.1px;
  top: 448.74px;
  color: black;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .header-wrapper .header-text-wrapper {
    position: absolute;
    left: 20px;
    top: 210px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-text-wrapper {
    position: absolute;
    left: 0px;
    top: 178px;
    width: 100%;
  }
}
.header-wrapper .header-text-wrapper .header-text h2 {
  color: #000000;
}
.container {
  /* max-width: 1200px; */
  padding: 0px 20px;
  margin: 0 auto;
}
.block {
  margin: 40px auto 30px auto;
  width: 100%;
  text-align: center;
  border-radius: 35px;
  background-image: -moz-linear-gradient(-270deg, rgb(0, 44, 88) 0%, rgb(0, 204, 241) 100%);
  background-image: -webkit-linear-gradient(-270deg, rgb(0, 44, 88) 0%, rgb(0, 204, 241) 100%);
  background-image: -ms-linear-gradient(-270deg, rgb(0, 44, 88) 0%, rgb(0, 204, 241) 100%);
}
.formhead {
  text-align: center;
  font-size: 55px;
  padding: 40px 0px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .formhead {
    font-size: 35px;
  }
}
input {
  background-color: transparent;
  border: 1px solid white;
  color: rgb(255, 255, 255);
  border-radius: 35px;
  padding: 10px 10px 10px 15px;
  margin: 0;
  width: 100%;
}
textarea {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 15px;
  margin: 10px auto;
  padding-left: 12px;
  padding-top: 10px;
  color: white;
  resize: none;
  height: 90px;
}
@media (max-width: 768px) {
  textarea {
    margin: 10px 5px 10px 5px;
    padding-left: 12px;
    padding-top: 5px;
    color: white;
    width: 85%;
    resize: none;
  }
}
.button {
  padding: 10px 0px;
  background-color: transparent;
  border: 1px solid rgb(0, 204, 241);
  border-radius: 35px;
  color: rgb(0, 204, 241);
  margin: 10px 10px;
  width: 22%;
}
@media (max-width: 768px) {
  .button {
    width: 60%;
  }
}
.how {
  font-size: 40px;
  margin: 30px auto 20px auto;
  color: rgb(0, 204, 241);
}
@media (max-width: 768px) {
  .how {
    font-size: 30px;
    line-height: 1em;
    margin-top: 40px;
  }
}
.submit {
  background-color: var(--color-orange);
  border: 1px solid var(--color-orange);
  color: rgb(0, 44, 88);
  padding: 10px 15px;
  text-align: center;
  margin: 0 0 35px 0px;
  width: 150px;
  cursor: pointer;
}
.submit:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .submit {
    padding: 10px 130px;
  }
}
.maparea {
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 35px;
  margin-bottom: 10px;
}
.addr {
  padding: 30px 0;
}
.maparea h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  max-width: 600px;
  margin: auto;
  color: var(--color-orange);
}

.address-title {
  padding-right: 30px;
  width: 180px;
}

.maparea h3 {
  font-size: 33px;
  text-align: left;
  margin-bottom: 0;
}
.maparea h3 span {
  font-size: 24px;
  display: block;
}

.address-details {
  display: inline-flex;
  text-align: left;
  padding-top: 20px;
  width: 600px;
}

.address-details p {
  font-size: 20px;
  color: #003653;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 0;
}

.address-title {
  display: flex;
  flex-direction: column;
}

.contact-links a {
  color: var(--color-orange);
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-weight: 500;
}

.contact-links a:hover {
  color: #003653;
}

.contact-links {
  display: flex;
  flex-direction: column;
}

.contact-links a.direction {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .maparea {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .maparea {
    flex-direction: column;
    width: 100%;
  }
}
.maparea img {
  border-radius: 35px;
}
.addr {
  text-align: center;
  color: rgb(0, 44, 88);
}

.contact-links {
  margin-top: auto;
}
@media (max-width: 768px) {
  .addr {
    text-align: center;
    color: rgb(0, 44, 88);
    margin: 1em 1em;
  }
}

.maparea.last {
  margin-bottom: 40px;
}

.maparea.last .contact-links {
  padding-top: 20px;
}

.maparea.last .address-wrap {
  display: flex;
  flex-direction: column;
}

.addresses {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.maparea.last .address-details {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaaaaa;
}

.maparea.last .address-details:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

input,
textarea {
  outline: none;
  width: 100%;
}

form {
  width: 80%;
  margin: 0 auto;
}

.form-group p {
  display: flex;
  flex-wrap: wrap;
}

.form-group p span {
  width: 49%;
  margin-right: 2%;
}

.form-group p span:nth-child(2n) {
  margin-right: 0;
}

.wpcf7-form-control.wpcf7-radio {
  width: 100%;
  display: block;
}

.wpcf7-form-control.wpcf7-radio:nth-child(3n) {
  margin-right: 0;
}

.wpcf7-form-control.wpcf7-radio label {
  padding: 15px 30px;
  background-color: transparent;
  border: 1px solid rgb(0, 204, 241);
  border-radius: 35px;
  color: rgb(0, 204, 241);
  margin: 0;
  display: block;
  position: relative;
  line-height: 1.2em;
  cursor: pointer;
  margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-radio label:checked .wpcf7-list-item-label {
  color: #ffffff;
}

.wpcf7-form-control.wpcf7-radio label input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wpcf7-list-item-label {
  font-size: 18px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffffff;
}

@media (max-width: 767px) {
  .form-group p {
    margin-bottom: 0;
  }
  .wpcf7-list-item {
    display: block;
    margin: 0 0 15px;
  }
  .form-group p span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .submit {
    padding: 10px 0;
    width: 100%;
    margin: 7px 0;
  }
  .address-details {
    display: block;
    text-align: left;
    padding-top: 20px;
    width: 100%;
  }
  .address-title {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .maparea h3 {
    padding-top: 0;
  }
  .maparea.last .contact-links {
    padding-top: 0;
    margin-top: 0;
    margin-left: auto;
    padding-left: 10px;
  }
  .maparea.last .contact-links {
    padding-top: 0;
  }
  .contact-links {
    margin-top: auto;
    margin-left: auto;
    padding-left: 10px;
  }
}
