.footer-dark {
  padding: 10px 0;
  color: #f0f9ff;
  background-color: #222;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.9;
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 1;
  color: #85BF00;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: left;
    padding-bottom: 10px;
  }

  .app_download1 {


    margin-left: 20px;
  }
}

.footer-dark .item.aboutus {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.aboutus p {
  opacity: 0.6;
  margin-bottom: 0;
  font-size: 12px;
}



.footer-dark .copyright {
  text-align: center;
  padding-top: 15px;
  opacity: 0.3;
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
}

.res-footer {
  margin-bottom: 10px;
  width: 300px;
  margin-top: 5px;
  padding: 10px 0px;
  justify-content: center;
  text-align: center;
  justify-content: center;
}

.app_download {
  width: 150px;
  margin: 5px;
  height: 40px;
}

.app_download1 {
  display: flex;
  padding: 5px;
  margin-left: 200px;
}

.col {
  justify-content: center;
}

#logo {
  justify-content: center;
  margin-bottom: 20px;
}

.item {
  margin-top: 20px;
  margin: 0;
}

.row {
  padding-top: 10px;
}

@media (min-width:992px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

strong {
  /* color: #99c12c; */
}