footer {
  /* padding: 0 18.75%; */
  background: url(../img/footerbg.png) center no-repeat;
  background-size: cover;
  padding: 60px 18.75%;
}
footer > img {
  width: 221px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 40px;
}
footer .top {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: url(../img/footerbg1.png) center no-repeat;
  background-size: 100% 100%;
}
/* footer .top .left {
  width: 50%;
} */
footer .top .left > div:nth-child(1) {
  display: flex;
}
footer .top .left a {
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #ba9153;
  line-height: 16px;
  text-align: left;
  padding-right: 50px;
}
footer .top .left > div:nth-child(2) {
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #072527;
  line-height: 16px;
  text-align: left;
  padding-top: 20px;
}
footer .top .right {
  padding-top: 15px;
}
footer .top .right > a {
  width: 100px;
  height: 36px;
  background: #c12d3b;
  border-radius: 5px 0px 5px 0px;
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
footer .bottom .text {
  font-family: "Open Sans Semibold";
  font-size: 16px;
  color: #072527;
  line-height: 16px;
  text-align: left;
  padding-bottom: 5px;
}
footer .bottom .text1 {
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #072527;
  line-height: 19px;
  text-align: left;
  display: flex;
  align-items: start;
  padding-top: 15px;
}
footer .bottom .text1 > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 6px;
}
/* footer .left > div {
  padding-top: 22px;
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #072527;
  text-align: left;
}
footer .left > div > span {
  color: rgba(7, 37, 39, 0.7);
}
footer .right {
  width: 50%;
  padding: 50px 0 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  border-left: 1px solid rgba(7, 37, 39, 0.15);
}
footer .right > div:nth-child(1) {
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #072527;
  text-align: left;
  padding-bottom: 32px;
}
footer .right > div:nth-child(1) span {
  color: #ba9153;
}

footer .bottom {
  padding: 0 18.75%;
  height: 82px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(7, 37, 39, 0.15);
}
footer .bottom a {
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #072527;
  text-align: left;
  padding-right: 50px;
}
footer .bottom a:last-of-type {
  padding-right: 0;
}
footer .bottom > div:nth-child(1) {
  display: flex;
}
footer .bottom > div:nth-child(2) {
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: rgba(7, 37, 39, 0.5);
  line-height: 16px;
  text-align: left;
} */
