.blog-img {
  position: relative;
  max-width: 500px;
  max-height: 300px;
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
}

.mh-60 {
  min-height: 50px;
}

img {
  border-radius: 12px 12px 0 0 !important;
}

.uniform-img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.categoryColor:hover {
  color: #f5619b !important;
}

.categoryColor {
  color: #f5619b !important;
}

.about-section {
  margin-top: -80px;
}

.blog-detail-img {
  max-height: 460px;
}

@media (min-width: 1400px) {
  .mt-99 {
    margin-top: 99px;
  }
}
.pagination li .page-item .active {
  background-color: green;
}

.pagination .page-link {
  background-color: white;
  color: grey;
}

.pagination button {
  margin: 0 10px 0 10px;
  border-radius: 10px;
  border-color: lightgray;
}

.pagination button.page-item {
  background-color: white;
}

.pagination .page-item:first-child .page-link {
  background-color: white;
  color: grey;
  border: none;
  font-size: 30px;
  margin-top: -10px;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .pagination .page-item:first-child .page-link {
    font-size: 25px !important;
  }
}

.pagination .page-item:last-child .page-link {
  background-color: white;
  color: grey;
  border: none;
  font-size: 30px;
  margin-top: -10px;
}
@media (max-width: 576px) {
  .pagination .page-item:last-child .page-link {
    font-size: 25px !important;
  }
}

.pagination .page-item.active .page-link {
  background-color: #f5619b !important;
  color: white !important;
  border-radius: 10px;
  margin-right: 10px;
  border-color: grey !important;
}

.pagination .page-item.disabled .page-link {
  color: grey;
  margin-right: 10px;
  border-radius: 10px;
  border-color: lightgray;
  cursor: not-allowed;
}

.active.page-link:hover {
  z-index: auto !important;
  color: #808080 !important;
  background-color: transparent !important;
  border-color: #d3d3d3 !important;
}

.page-link:hover {
  z-index: auto !important;
  color: #808080 !important;
  background-color: transparent !important;
  border-color: #d3d3d3 !important;
}

.page-link:focus {
  z-index: 3;
  color: #808080 !important;
  background-color: transparent !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(156, 39, 176, 0.25) !important;
}

.pagination-fixed {
  max-width: 100%;
  overflow-x: auto;
}

p.small.text-muted {
  display: none;
}

.rounded-full {
  border-radius: 9999px !important;
}

.bg-blue-vcard {
  background-color: #e6fafd !important;
  color: #009bb0 !important;
}

.bg-success-wp {
  background-color: #dcfce7 !important;
  color: #15803d !important;
}

.custom-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .custom-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .custom-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .custom-padding {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media (min-width: 1440px) {
  .custom-padding {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem !important;
}

.border-color {
  border: 1px solid #e0e0e0 !important;
}

.btn-visit {
  padding: 8px 10px !important;
  background-image: linear-gradient(6.89deg, #fd3d84 6.05%, #fc3881 6.06%, #fd70a4 95.6%) !important;
  color: white !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.btn-visit:hover {
  background-image: linear-gradient(6.89deg, #fd70a4 6.05%, #fd3d84 95.6%) !important;
}

.business-directory-card .card-body .btn-visit span {
  font-size: 14px;
}
@media (max-width: 767px) {
  .business-directory-card .card-body .btn-visit span {
    font-size: 12px;
  }
}

.p-1-075 {
  padding: 1rem;
}
@media (min-width: 768px) {
  .p-1-075 {
    padding: 1rem 0.75rem !important;
  }
}
