.listing-page {
  width: 100%;
}
.listing-page .page {
  padding: 80px 0px;
}
.listing-page .container {
  width: 100%;
  padding: 0px 50px;
}
.listing-page .content-holder {
  width: 100%;
  display: flex;
  justify-content: center;
}
.listing-page .content-holder .content-left {
  left: 0px;
  width: 25%;
  padding: 15px;
  position: relative;
  display: block;
}
.listing-page .content-holder .content-right {
  width: 75%;
  padding: 15px;
}
.listing-page .content-holder .filter-mobile-view-hidden {
  top: 0px;
  left: -500px;
  z-index: 100000001;
  position: fixed;
  min-width: 300px;
  height: 100%;
  overflow-y: scroll;
  padding: 20 20px 20px 40px;
  background-color: white;
}
.listing-page .content-holder .filter-mobile-view-hidden a {
  color: var(--color-body);
}
.listing-page .content-holder .filter-mobile-view-shown {
  left: 0px;
  transition: all 0.3s ease;
}
.listing-page .drawer-overlay-left {
  display: none;
  transition: all 0.3s ease-in;
}
.listing-page .page-drawer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.438);
  position: fixed;
  top: 0px;
  z-index: 5000;
}
.listing-page .checkbox-control {
  padding: 5px 0px;
}
.listing-page .checkbox-control label {
  font-size: 14px;
}
.listing-page .btn-search {
  margin-top: 20px;
}
.listing-page .results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-heading);
}
.listing-page .results #btn-filters {
  display: none;
  width: 24px;
  height: 24px;
  padding: 0px 10px;
}
.listing-page .widget-sub-heading {
  margin-top: 20px;
}
.listing-page .widget-cat input, .listing-page .widget-cat select, .listing-page .widget-cat label {
  font-size: 14px;
}
.listing-page .widget-cat .location-icon {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.listing-page .doctor-card .img-cont {
  position: relative;
}
.listing-page .doctor-card .img-cont img {
  height: 210px;
}
.listing-page .doctor-card .img-cont .batch {
  position: absolute;
  top: 10px;
  right: 10px;
}
.listing-page .doctor-card .img-cont .batch img {
  width: 48px;
  height: 48px;
}
.listing-page .doctor-card .content-box {
  border: none;
  font-size: 14px !important;
}
.listing-page .doctor-card .content-box p {
  line-height: 24px;
  margin-bottom: 0.5rem;
}
.listing-page .doctor-card .content-box .content-box-inner {
  padding: 0px 30px;
}
.listing-page .doctor-card .content-box .content-title {
  font-size: 18px !important;
  padding: 0px;
}
.listing-page .doctor-card .content-box .content-info {
  font-size: 14px;
}
.listing-page .doctor-card .content-box .content-footer .btn-appointment {
  font-size: 14px;
  padding: 0px 10px;
  margin-top: 10px;
}/*# sourceMappingURL=listing.css.map */