footer img {
  max-width: 210px;
}

footer p {
  font-size: 1rem;
}

.footer-main {
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-content-main {
  padding: 60px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}
ul.footer-nav-main {
  padding: 0px;
  list-style: none;
  display: flex;
  margin: 0px 0px 5px 0px;
}
.footer-left-cont a {
  text-decoration: none;

  font-size: 18px;
  color: #111111;
  line-height: 24px;
}
ul.footer-nav-main a {
  text-decoration: none;
  font-size: 18px;
  color: #111111;
  line-height: 24px;
}
li.footer-nav-item {
  padding: 0px 0px 0px 50px;
}
@media (max-width: 1300px) and (min-width: 1200px) {
  ul.footer-nav-main a,
  .footer-left-cont a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  li.footer-nav-item {
    padding: 0px 0px 0px 20px;
  }
  ul.footer-nav-main a,
  .footer-left-cont a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  li.footer-nav-item {
    padding: 0px 0px 0px 8px;
  }
  ul.footer-nav-main a,
  .footer-left-cont a {
    font-size: 11px;
    line-height: 14px;
  }
  .footer-content-main {
    padding: 30px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer-main {
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .footer-content-main {
    padding: 70px 0px 0px 0px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  ul.footer-nav-main {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin: 0px 0px 5px 0px;
  }
  li.footer-nav-item {
    padding: 0px 0px 0px 0px;
  }
  ul.footer-nav-main a {
    font-size: 9px;
    line-height: 13px;
  }
  .footer-left-cont {
    text-align: center;
    margin: 10px 0px 20px 0px;
  }
  .footer-left-cont a {
    font-size: 10px;
    line-height: 13px;
  }
  .footer-left-cont.mob-ver > div {
    margin-top: -10px;
  }
}
