
.foot-top {
    padding: 2em 0;
    border-bottom: 1px solid #e5e4e2;
    border-top: 1px solid #666;
}

.footer h4 {
  color: #CCC;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 14px;
}

.cust li a {
  display: block;
  color: #CCC;
  font-size: 14px;
  line-height: 1.8em;
  text-decoration: none;
}

.abt li a {
  display: block;
  color: #CCC;
  font-size: 14px;
  line-height: 1.8em;
  text-decoration: none;
}

.myac li a {
  display: block;
  color: #CCC;
  font-size: 14px;
  line-height: 1.8em;
  text-decoration: none;
}

.our-st li {
  color: #CCC;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
}

.footer p {
  margin: 1.5em 0 0;
  font-size: 14px;
  color: #CCC;
  font-weight: 400;
  line-height: 1.8em;
}

.create_btn a {
  text-transform: capitalize;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.8725em;
  font-weight:300;
  color: #000000;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


