/*footer*/
img.footer-logo.nav-footer {
  max-width: 150px;
}
ul.footer-list {
  padding-left: 0;
  margin-bottom: 0;
}
ul.footer-list li {
  line-height: 27px;
}
ul.footer-list li a {
  color: #000;
}
ul.social {
  padding-left: 0;
  display: flex;
  width: 185px;
  justify-content: space-between;
}
ul.social li {
  display: inline-block;
}
.social .list-inline-item a:hover i {
  opacity: 0.7;
}
.social .list-inline-item a {
  text-align: center;
}
.social .list-inline-item a i {
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 18px;
  padding-top: 6px;
  background-color: #666;
  border-radius: 50%;
}

.social .list-inline-item a i.fab.fa-pinterest-p {
  font-size: 17px !important;
}

.social .list-inline-item a i.fab.fa-facebook-f {
  font-size: 17px !important;
}

.footer-box-logo {
  text-align: center;
}
.container.body-top-footer,
.container.body-bottom-footer {
  border-bottom: 2px dashed #f78c9d;
  padding: 5px 5px 18px;
  margin: 0px 20px;
  width: calc(100% - 40px);
}
.container.bottom-footer {
  padding: 20px 0px;
}
.bottom-footer .block-content {
  text-align: center;
}
p.powerd-by {
  font-size: 12px !important;
  text-align: center;
}

p.title-list-footer {
  color: #f78c9d;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
}
footer a.level-1.trsn.nav-link {
  padding: 5px 0px;
  color: #000;
  font-size: 14px;
}
ul.info-contact-us {
  padding: 0;
}
ul.info-contact-us li {
  padding: 5px 0px;
}
p.footer-subscribe-subtitle {
  margin-bottom: 0;
}
.top-footer.subscribe-block {
  padding: 55px 0;
  color: #fff;
  margin-bottom: 40px;
}
.footer-subscribe-title {
  color: #fff;
}

form#mc-embedded-subscribe-form {
  width: 100%;
}

div#mc_embed_signup {
  margin: 10px 0;
}

button#mc-embedded-subscribe {
  background-color: #a1b7e8;
  border: 0;
  border-radius: 20px;
  padding: 7px 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  /* width: 40px; */
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
}

button#mc-embedded-subscribe i {
  font-size: 20px;
  vertical-align: top;
}

.footer-box-logo p {
  margin-top: 15px;
}

.bottom-footer .row {
  margin-left: 0;
  margin-right: 0;
}
footer .navbar-nav .dropdown-menu {
  position: static !important;
  float: none;
  transform: translate3d(10px, 0px, 0px) !important;
}

/*** Payment Logos **/
.bottom-footer .payment ul li {
  display: inline-block;
}

.bottom-footer .payment ul li span {
  display: block;
  border: 1px solid #e1e1e1;
  width: 55px;
  height: 33px;
  border-radius: 3px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

.bottom-footer .payment ul li span:before {
  content: '';
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  z-index: 0;
  transform: rotate(60deg);
  top: -76px;
  left: -50px;
  border: 1px solid #eee;
}

.bottom-footer .payment ul li span img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

.bottom-footer .payment ul li span.transfer {
  font-size: 8px;
  text-align: center;
  line-height: 10px;
  padding-top: 10px;
  background: #fff;
  text-transform: uppercase;
  width: 80px;
}
