/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #F9F8F5;
}


.review-card .review-card-body {
cursor: pointer;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}

.businesses-by-category .card-title {
  font-weight: bold;
  font-size: 15px;
  margin: 12px 0px auto;
}

.businesses-by-category .card-text {
  font-size: 13px;
}

.category-view-page .company-list-item {
  padding: 10px 0px;
  border-bottom: 1px solid #04DA8D;
}

.businesses-btn-section .content-inner {
  background-color: #F9F8F5;
  border-radius: 25px;
  padding: 20px 50px;
}

.horizontal-line-div {
  border-bottom: 1px solid black;
  /* Create a line at the bottom */
  padding-bottom: 20px;
  /* Add some space below the content */

}

.name-letter-inner {
  background-color: #04DA8D;
  width: 50px;
  height: 50px;
  /* padding: 14px; */
  border-radius: 25px;
  padding-top: 13px;
  text-align: center;
}

.white-bg {
  background-color: #fff;
}

.progress {
  height: 9px;
  margin-top: 5px;
}

.progress-bar {
  background-color: #04DA8D;
}

.review-category-show-container div {
  font-size: 12px;
}

.review-category-show-container div a {
  color: white;
  text-decoration: none;
  padding: 0px 2px;
}

/* Custom page CSS
  -------------------------------------------------- */
/* Not required for template or sticky footer method. */

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: block !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-nav {
    float: right;
  }

  .home-search-group {
    width: 50%;
    margin: 0 auto;
  }
}

.view-reviews-count-span {
  padding: 2px 5px;
}

.font-bold {
  font-weight: bold;
}


.not-paid-text {
  font-size: 12px;
  color: #04DA8D;
  border: 1px solid #04DA8D;
  padding: 0px 20px;
  border-radius: 20px;
}

.review-star-span {
  cursor: pointer;
  width: 50px;
  min-width: 50px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: none;
  font-weight: normal;
  color: #1EAC79;
}


.auto-complete-col-star {
  background: #04DA8D;
  padding: 2px 8px;
  max-width: 60px;
  font-size: 14px;
  border-radius: 12px;
}

.auto-complete-col-star .img-span {
  margin-right: 5px;
}

.bg-dark {
  background-color: #1c1c1c !important;
}

.nav-item {
  padding: 0px 5px;
}

.home .top-header {
  background-image: url('/assets/images/home-banner.jpg');
  background-size: cover;
  background-position: top;
}

.dashboard .company-list-item {
 border-bottom: 1px solid #04DA8D;
}

.write-a-review .top-header {
  background-color: #B2F8CC;
}

.for-business .top-header {
  background-color: #B2F8CC;
}

.cat-level-0 {
  color: #db8d29 !important;
}

.home-banner-title1,
.home-banner-title2 {
  color: #1c1c1c;
}

.logo-container .navbar-brand img {
  max-height: 40px;
}

.ui-autocomplete.ui-front li a {
  text-decoration: none;
}


.ui-autocomplete.ui-front li.ui-menu-item {
  padding: 10px;
}

.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  border-radius: 15px;
}

.auto-complete-col-mid {
  padding: 0px 30px;
}


.ui-menu .ui-menu-item-wrapper {
  padding: 0px 0px;
}

.auto-complete-col-mid h5 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
}

.auto-complete-col-mid p {
  margin-bottom: 0px;
  font-size: 14px;
}

.lp-home-banner-contianer-inner {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.home-search-addon {
  border-radius: 22px !important;
  margin-left: -50px !important;
  z-index: 100 !important;
  width: 40px;
  height: 40px;
  background-color: #0d6efd;
  border: 1px solid #0d6efd;
}

.home-search-input {
  margin: -10px;
  border-radius: 30px !important;
}


body>.container {
  padding: 60px 15px 0;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}