.property-listing-block {
  display: flex;
  border: 1px solid #bcbcbc;
  padding: 15px;
  margin-bottom: 10px;
}
.property-listing-main{
  margin-bottom: 20px;
}
.pagination .page-numbers {
  padding: 6px 10px;
}
.pagination .page-numbers[disabled] {
  color: #ccc;
  cursor: default;
}
.pagination .page-numbers.current, 
.pagination .page-numbers:hover {
  background: #4eaac8;
  color: #fff;
}
.directory-search-line {
  display: flex;
  justify-content: end;
  align-items: baseline;
  margin-bottom: 6px;
}
.directory-search-line input.clinic-do-search.btn.btn-default,
.directory-search-line input.clinic-search-line {
  padding: 9px 13px;
}
.directory-search-line input.clinic-search-line{
  height: 40px;
}
.directory-search-line input.clinic-do-search.btn.btn-default {
  margin-left: 5px;
  /* background: #e2e2e2; */
  color: #3f3f3f;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.property-title {
  display: flex;
  justify-content: space-between;
  place-items: center;
}
.property-img {
  width: 100px;
  margin-right: 15px;
}
.property-details {
  width: calc(100% - 100px);
}
.property-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.property-heading{
  text-align: center; 
  padding: 60px 0 30px 0;
}
.property-heading:nth-child(1){
  padding-top: 0;
}
.property-title a,
.location-timing-data h5 {
  font-size: 16px;
  line-height: 26px;
  color: #444;
  font-weight: 700;
  text-transform: capitalize;
}
.location-timing-data h5{
  font-size: 14px;
}
.property-details .property-title {
  margin-bottom: 10px;
}
.property-content ul {
  column-count: 2;
  padding: 0;
}
.property-content ul li {
  margin: 0 0 8px 0 ;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.property-content ul li:before{
  content: "" !important;
  margin-right: 0 !important;
}
.property-content ul li label {
  margin-right: 5px !important;
}
.property-content ul li span a {
  word-break: break-all;
}
.property-content ul li label,
.property-content ul li span {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #5c656d;
  font-weight: bold;
}
.property-content ul li::before {
  display: none;
}
.location-timing-data {
  margin-top: 10px;
}

/* .location-timing-data h5 {
  margin-bottom: 10px;
} */


a {
    text-decoration: none;
}

.team-img-box-main {
    position: relative;
    margin-bottom: 8px;
}

.team-img-box-main .team-box-details {
    display: none;
}

.team-img-box-main:hover .team-box-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 7%;
    text-align: center;
    display: block;
    transition: all 0.5s;
}

.team-img-box-main:hover .img-box img {
    mix-blend-mode: multiply;
}

.team-img-box-main:hover .img-box {
    background-color: #626262;
}

.team-img-box-main:hover .team-box-details h4 {
    color: #ffff;
    font-weight: 600;
}

.team-img-box-main:hover .team-box-details p {
    color: #ffff;
    font-family: Lato;
}

.team-img-box-main .img-box img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}

.row [class*=span] {
    padding-left: 5px;
    padding-right: 5px;
}

.team-img-box-main:hover .team-box-details .fa-link {
    color: #fff;
}

@media (max-width: 991px) {
  .property-content ul {
    column-count: 1;
  }
}
@media (max-width: 991px) {
  .property-listing-block {
    flex-direction: column;
    align-items: center;
  }
  .property-details {
    width: 100%;
  }
  .property-content ul li {
    margin: 2px 0;
    display: block;
  }
  .property-content ul li label,
  .property-content ul li span {
    font-size: 12px;
    line-height: 15px;
    display: inline;
  }
  .property-img {
    margin: 0;
  }
  .property-details .property-title {
    margin: 10px 0;
    text-align: center;
  }
  .property-title {
    display: block;
  }
  .property-title a{
    margin-top: 8px;
  }
}

.location-timing-data table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.location-timing-data table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.location-timing-data table tr {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0.35em;
}
.location-timing-data table th,
.location-timing-data table td {
  padding: 4px 5px;
  text-align: center;
  font-size: 13px;
  border-right: 1px solid #ccc;
}

.location-timing-data table th {
  font-size: 13px;
  letter-spacing: 0;
  /* text-transform: uppercase; */
}

.pagination {
  text-align: center;
  margin: 20px 0 40px 0px;
}

@media screen and (max-width: 991px) {
  .location-timing-data table {
    border: 0;
  }

  .location-timing-data table caption {
    font-size: 1.3em;
  }

  .location-timing-data table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .location-timing-data table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .location-timing-data table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
    border-right-color: rgba(255, 255, 255, 0);
  }

  .location-timing-data table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
  }

  .property-details .property-title {
    display: flex;
    flex-direction: column;
  }

  .directory-search-line {
    display: inline-flex;
    justify-content: left;
    max-width: 100%;
  }

  .directory-search-line label {
      max-width: 70%;
  }

  .directory-search-line input[type="button"] {
      max-width: 30%;
  }

  .location-timing-data table td:last-child {
    border-bottom: 0;
  }
}
