p {
  font-size: 14px;
  font-weight: 400;
}

.list-content ul{
  padding: 0px;
}

.list-content .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.list-content .content-wrapper .list-content-section {
  width: 50%;
  border-bottom: none;
  margin-bottom: 20px;
  padding-right: 15px;
}

@media(max-width: 767px) {
  .list-content .content-wrapper .list-content-section {
    width: 100%;
  }
}

.list-content ul li {
  list-style: none;
}

.list-content .list-content-section {
  margin-bottom: 20px;
}

.add-details h3 {
  margin-bottom: 0px;
}

.add-details h3 a {
  color: #000;
  text-decoration: none;
}

.add-details h3 a:hover {
  color: #F56F28;
}

.t400 {
  font-weight: 400;
}

.font-20 {
  font-size: 15px !important;
  line-height: 1.2em;
  font-weight: 600;
}

.info-row {
  display: block;
  clear: both;
  font-size: 12px;
  color: inherit;
  margin-bottom: 2px;
  line-height: normal;
}

.business-ads {
  background: none repeat scroll 0 0 #ffd608;
  color: #000000;
  border: 1px solid #ffd608;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 3px;
  text-align: center;
  width: 20px;
  margin-right: 5px;
  font-size: 8px;
}

.business-ads i {
  font-size: 12px;
}

.text-small {
  font-size: 13px;
  line-height: 1.5em;
}

.text-muted {
  color: #777777;
}

.gap-border {
  border: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #fff;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-horizontal > li:last-child, .list-inline > li:last-child {
  margin-right: 0;
}

.list-horizontal > li, .list-inline > li {
  float: left;
  margin-right: 10px;
  padding: 0;
  display: block;
}

.list-horizontal:after, .list-inline:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.booking-item-rating {
  border-bottom: 0px solid #f7f7f7;
  display: inline-block;
}

.booking-item-rating .booking-item-rating-stars {
  display: inline-block;
  margin-right: 17px;
  margin-bottom: -5px;
  color: #ed8323;
}

.booking-item-rating-stars, .ratting-star {
  color: #ffd608;
}

.icon-group {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.icon-list {
  list-style: none;
  padding: 0;
}

.icon-group > li {
  float: left;
  margin-right: 5px;
}

.booking-item-rating .booking-item-rating-stars .fa {
  margin-right: 0;
}

.icon-list .fa {
  margin-right: 7px;
}

.add-image {
  position: relative;
  padding: 4px;
  border: solid #eee 2px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  max-height: 90px;
  background-color: #fff;
}

.add-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}

.nav-tabs .nav-link {
  margin-right: 5px;
  font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #000;
  background-color: #FEC335;
  border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
  color: #000;
  background-color: #FEC335;
}

.nav-tabs .nav-link:hover {
  color: #F56F28;
  background-color: #eee;
}

.nav-item h1 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  line-height: 24px;
}

.badge-light {
  color: black;
  background-color: #ccc;
  margin-left: 8px;
  padding: 5px;
}

.bullet_list.four-col a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.bullet_list.four-col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

.bullet_list.four-col li {
  width: 25%;
  margin: 0;
  margin-bottom: 20px;
  border: none;
  padding-right: 25px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .bullet_list.four-col li {
    width: 50%;
  }
}

@media (max-width: 425px) {
  .bullet_list.four-col li {
    width: 50%;
  }

  .list-content .content-wrapper .list-content-section {
    width: 100%;
  }
}