.footer-dark {
  padding: 50px 0;
  color: #000;;
  background-color: #d9d9d9;
  /*margin-top: 45px;*/
}

.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.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgb(57 141 194);
  margin: 0 8px;
  color: rgb(255 255 255);
  opacity: .75;
  background: rgb(3 115 186);
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.8;
  font-size: 13px;
  margin-bottom: 0;
}

.bold_red {
  font-weight: bold;
  color: #e54231;
}

.logobox {
  /*width: 30%;*/
  /*background-color: #fff;*/
  /*display: flex;*/
  height: auto;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #00000000;
  /*vertical-align: middle;*/
  /*align-items: center;*/
  flex-basis: 25%;
}

.box-item {
  background-color: #fff;
  height: 100%;
  padding: 15px;
  /*justify-content: center;*/
  /*align-items: center;*/
  display: flex;
  justify-content: center;
  border-radius: 5px;
  align-items: center;
}

@media (max-width: 576px) {
  .logobox {
    flex-basis: 50%;
  }
}

.brand-container, .plans-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-item:hover, .card:hover {
    border: 1px solid rgb(0 0 0 / 22%);
}

@media (min-width: 576px) {
  .card {
    flex: 0 1 calc(50% - 1em);
  }
}

@media (min-width: 768px) {
  .card {
    flex: 0 1 calc(25% - 1em);
  }
}

.plan-heading {
  background: #e3e3e3;
}

.card {
  margin-bottom: 25px;
}

@media (min-width: 300px) {
  .plans-container {
    justify-content: space-around;
  }
}

.card a {
  /*text-decoration: none;
  color: #000;*/
}

