#foot {
  width: 95%;
  height: 450px;
  margin: auto;
  margin-top: 60px;
}
.flex {
  display: flex;
}
.frst {
  width: 100%;
  height: 15%;
  background-color: whitesmoke;
}
.frst > div:nth-child(1) {
  width: 35%;
}
.frst > div:nth-child(2) {
  width: 25%;
  display: flex;
}
.frst > div:nth-child(1) > h2 {
  padding-left: 130px;
}
i {
  font-size: 30px;
  padding: 13px;
}
.frst > div:nth-child(2) > i:nth-child(1) {
  padding-left: 30px;
}
.arw {
  width: 30%;
  height: 75%;
  margin: 7px 10px;
  border: 1px solid black;
}
.arw>input{
  width: 90%;
  background-color: whitesmoke;
  border:0;
}
.footerInput {
  width: 90%;
  background-color: whitesmoke;
  border: 0;
  border-right: 1px solid black;
  font-size: 12px;
}
.footerInput + i {
  padding-top: 10px;
}
.secnd {
  height: 53%;
  justify-content: space-around;
}
h4,
p {
  padding-left: 10px;
}
p {
  font-size: 14px;
}
.thrd {
  height: 31%;
  width: 100%;
}
.upr {
  height: 38%;
  width: 100%;
  justify-content: space-between;
}
.lwr {
  margin-top: 2px;
  height: 48%;
  width: 100%;
}
h4 > i {
  font-size: small;
}
.select {
  border: 0;
  margin-right: 32%;
  margin-top: 2%;
}
.lwr > div:nth-child(1) {
  width: 60%;
}
.lwr > div > p {
  font-size: 9px;
  line-height: 20px;
  color: grey;
}
.lwr > div:nth-child(2) {
  padding-left: 60px;
}
p:hover {
  text-decoration: underline;
}
