* {
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}
.bb {
  border: 2px solid;
}

.orangeClass {
  color: #f47933;
}

h1 {
  color: black;
  font-size: 44px;
  font-family: "Red Hat Display";
  font-weight: bold;
}

p {
  font-size: 20px;
  color: #727272;
  font-weight: 600;
  line-height: 34px;
  font-family: "Source Sans Pro";
}

.contactUS .orangeLine {
  width: 60px;
  height: 3px;
  background-color: #f47933;
  display: flex;
}
.contactUS h5 {
  font-family: "Red Hat Display";
}
.contactUS .para {
  width: 80%;
}

.infoForm label {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-family: "Source Sans Pro";
}
.infoForm input {
  padding: 15px;
  outline: none;
  margin-bottom: 10px;
  width: 100%;
  border: 3px solid #b5b5b5;
}
.infoForm .phoneImg #phone {
  padding-left: 75px;
}
.infoForm .phoneImg img {
  position: absolute;
  left: 0;
  padding: 15px;
}
.infoForm #message {
  border: 3px solid #b5b5b5;
  min-height: 100px;
  padding: 15px;
  outline: none;
  max-height: 100px;
}
.infoForm button {
  text-align: center;
  padding: 18px 32px;
  color: white;
  background-color: #f47933;
  border: none;
  font-family: "Red Hat Display";
}

.footer {
  display: flex;
  position: relative;
  border-bottom: 1px solid #727272;
  justify-content: space-between;
}
.footer .provide {
  width: 30%;
}
.footer .provide p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.footer .newsletter {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.footer .emailINput {
  display: flex;
  align-items: center;
}
.footer input {
  padding: 17px;
  position: relative;
  padding-inline: 38px;
}
.footer .sms {
  position: absolute;
  z-index: 1;
  padding-left: 8px;
}
.footer .arrow {
  position: absolute;
  left: 80%;
}
.footer .links p {
  position: absolute;
  right: 0%;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0b0f18;
}
.footer .links span {
  padding-inline: 10px;
}

.footerEnd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #727272;
  font-size: 16px;
}
.footerEnd a {
  color: #727272;
}

@media (max-width: 992px) {
  .footer .links span {
    padding-inline: 2px;
  }
}
@media (max-width: 786px) {
  .infoForm button {
    padding: 10px 20px;
  }
  h1 {
    font-size: 32px;
  }
  p {
    font-size: 18px;
  }
  .footer {
    flex-direction: column;
  }
  .footer .provide {
    width: 100%;
  }
  .footer input {
    width: 90%;
  }
  .footer .arrow {
    left: 75%;
  }
  .footer .links p {
    position: relative;
  }
  .emailINput {
    padding-top: 10px;
  }
  .footerEnd {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
  }
  .footer .links p {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 24px;
  }
}/*# sourceMappingURL=Eleventh.css.map */