.header.default .navbar-brand img {
  height: 150px;
  margin-bottom: -100px;
}


.header.default .navbar-brand img.sticky {
  margin-bottom: 0;
}

.accordion-button {
  font-size: 1.75rem;
}

@media (max-width: 1199px) {
  .header.default .navbar-brand img {
    height: 50px;
    margin-bottom: 0;
  }
}

.btn.btn-outline-primary {
  color: #F2A68D;
  border: solid 1px #F2A68D;
}

.footer .min-footer {
  padding: 80px 0;
  background-color: #f5eeea;
}

.swiper-slide {
  background-position: center;
}

.add-listing {
  margin-left: 2rem;
}

.inner-header {
  height: 500px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 250px 0px 150px;
}

.bg-holder {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
}

.inner-banner.bg-holder {
  height: 10rem;
  display: flex;
  align-items: center;
}

@media (min-width: 1199px) {
  .inner-banner.bg-holder {
    height: 20rem;

  }
}

.breadcrumb {
  display: none !important;
}

.feature-box .feature-title-icon .feature-icon {
  border-radius: 100px;
}

.menu-list.menu-list-default {
  padding-left: 2rem;
  padding-right: 2rem;
}

.accordion-button:not(.collapsed) {
  background-color: #fcf6f3;
  color: #000000;
  border-color: white;
}