.top-bar-area.bg-light-gray {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .info li {
  border-right: 1px solid #e7e7e7;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}

.top-bar-area.bg-theme-small .info li {
  border-color: #cdcdcd;
}

.top-bar-area {
  padding: 10px 0;
  width: 100%;
  background-color: #ffffff;
}

.top-bar-area .address-info .info {
  margin-top: 7px;
}

.top-bar-area .info li i {
  color: #da1c5c;
  margin-right: 5px;
}

.top-bar-area .info li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.top-bar-area .social li {
  display: inline-block;
}

.top-bar-area .social li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #da1c5c;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
  text-align: center;
  width: 40px;
}

.top-bar-area .button a {
  background: #da1c5c none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 8px 30px;
  text-transform: capitalize;
}

.top-bar-area .button.border a {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #da1c5c;
  color: #da1c5c;
}

.top-bar-area .button a:hover {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #da1c5c;
  color: #da1c5c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

  /* should have done li in phone number */
.phone-number {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #da1c5c;
}   