body a.btn {
    padding: 6px 10px;
    font-size: 14px;
    display: inline-block;
}

.profile-subnav-nav ul {
    height: auto;
    display: flex;
    overflow-x: auto;
}

.profile-subnav-nav button {
    font-weight: bold;
    font-size: 14px;
    padding: 6px 12px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.category-thumb img {
    width: 32px;
    height: auto;
}

.category-title {
    text-decoration: underline;
    font-weight: bolder;
    font-size: 18px;
    color: #6B4D80;
    margin: 10px 0;
}

.education-type ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.agent-contact-form-sidebar {
    padding-top: 0;
}

.widget-boxed-body {
    padding: 0;
}

/* Mobile-only elements */
.circle-progress-container {
    position: relative;
    width: 60px;
    height: 60px;
    margin: auto;
    right: 30px;
}

.rating-box,
.review-text,
.mobile-text-hide {
    display: none;
}

/* Progress percentage inside circle */
.progress-percentage-centered {
    position: absolute;
    top: 55%;
    left: 58%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 25px;
    color: #333;
}

/* Headings */
.h5, h5 {
    font-size: 12px;
}
section.listing.details {
  padding: 4rem 0;
}

@media (min-width: 768px) {
    body a.btn {
      font-size: 14px;
      padding: 8px 14px;
    }

    .profile-subnav-nav button {
      font-size: 15px;
    }

    .category-thumb img {
      width: 40px;
    }

    .category-title {
      font-size: 22px;
    }

    .circle-progress-container {
      width: 80px;
      height: 80px;
      right: 0;
    }

    .rating-box,
    .review-text {
      display: block;
    }

    .mobile-text-hide {
      display: none;
    }

    .h5, h5 {
      font-size: 14px;
    }
}


@media (min-width: 1024px) {
    body a.btn {
      font-size: 16px;
      padding: 5px 5px;
    }

    .profile-subnav-nav ul {
        height: 29px;
    }

    .profile-subnav-nav button {
        font-size: 12px;
    }

    .category-thumb img {
        width: 50px;
    }

    .category-title {
        font-size: 24px;
    }

    .circle-progress-container {
        width: 100px;
        height: 75px;
        right: 0;
    }

    .mobile-text-hide {
        display: contents;
    }

    .h5, h5 {
        font-size: 16px;
    }

    .progress-percentage-centered {
      position: absolute;
      top: 45%;
      left: 37%;
      transform: translate(-50%, -50%);
      font-weight: bold;
      font-size: 25px;
      color: #333;
    }
}

.listing-logo-wrapper {
  background-color: #ffffff57;
  height: 193px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 5px 16px -4px rgb(0 0 0 / 62%);
}
@media (min-width: 1200px) {
    .profile-subnav-nav li {
        font-size: 15px;
        margin-right: 0px !important;
    }
}
.panel-default {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.panel-heading {
    background-color: transparent !important;
    font-weight: 600;
}
.inner-pages .panel .panel-heading a {
  background: transparent !important;
  color: black !important;
  border: 1px solid black;
}
.standard-listing {
    display: flex !important
;
    justify-content: center !important;
    align-items: center !important;
    height: 200px !important;
    background-position: top left;
    background-size: 80%;
    border-radius: 0px;
    background: #f3efef !important;
}

.rating-circle {
  background-color: #dc3545;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
  line-height: 1;
  text-align: center;
}
/* HIDE on mobile devices (screen width <= 767px) */
@media (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
    .listing-logo-wrapper {
      height: 126px !important;
    }
    .circle-progress-container {
      right: 5px !important;
      bottom: 11px !important;
    }
}

/* HIDE on desktops/tablets (screen width > 767px) */
@media (min-width: 768px) {
    .desktop-hide {
        display: none !important;
    }
    .listing-logo-wrapper {
      height: 126px !important;
    }
    .circle-progress-container {
      right: 5px !important;
      bottom: 11px !important;
    }
}
.gap-2{
  gap: 2px !important;
}