@media only screen and (max-width: 767px) {
  .section-listing {
    margin-top: 170px;
  }
  .listing-wrapper .content-bx h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .listing-wrapper .content-bx h1 + p {
    margin-top: 0;
    font-size: 12px;
  }
  .location-map {
    width: 100%;
    margin-left: 0;
  }
  .location-map img {
    width: 100%;
  }
  .theme-modal .modal-dialog {
    width: 90%;
    margin: 0;
  }
  .theme-modal .close-modal {
    right: 16px;
    top: 16px;
  }
  .theme-modal .modal-body {
    padding: 30px 20px;
  }
  .theme-modal-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .modal-form button {
    height: 54px;
    font-size: 18px;
  }
  .modal-form button img {
    width: 24px;
  }
  .more-text-container {
    margin-left: 0;
  }
  .item-thumbnail {
    width: 72px;
    height: 72px;
    float: left;
    margin-bottom: 16px;
  }
  .item-thumbnail img {
    width: 72px;
    height: 72px;
    object-fit: cover;
  }
  .more-thumb {
    width: 64px;
    height: 64px;
  }
  .item-card {
    padding: 10px;
    margin-top: 16px;
    border-radius: 8px;
  }
  .item-card .card-flex {
    display: block;
  }
  .item-detail {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .item-detail-meta {
    padding-left: 88px;
  }
  .item-detail h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .item-detail h2 img {
    width: 16px;
  }
  .item-detail address, .time-text, .age-bx {
    font-size: 10px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px;
  }
  .item-detail address img, .time-text img, .age-bx img {
    position: absolute;
    left: 0;
  }
  .item-card .btn-bx {
    width: 100%;
    display: block;
  }
  .item-card .btn-bx .rating-bx {
    display: inline-block;
  }
  .cta-btn {
    display: flex;
    margin-top: 16px;
  }
  .item-card .btn-bx button {
    margin-right: 8px;
    white-space: nowrap;
    padding: 0 7px;
    font-size: 10px;
    line-height: 24px;
    margin-top: 0;
  }
  .item-card .btn-bx button:last-child {
    margin-right: 0;
  }
  ul.time-text {
    margin: 16px 0;
  }
  .search-bar-bx .input-wrap {
    margin-bottom: 10px;
  }
  .search-bar-bx .input-wrap .btn-search {
    font-size: 0px;
    width: 44px;
    padding: 0;
  }
  /* Listing filters responsive view */
  .filter-sidebar {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0 20px 54px;
  }
  .filter-header {
    font-size: 20px;
    line-height: 32px;
  }
  .filter-btns-footer {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 48px;
    border-top: 1px solid #FE728B;
  }
  .filter-btns-footer button {
    font-size: 14px;
    text-transform: uppercase;
    flex: 1;
    border-radius: 0;
    font-weight: 600;
  }
  .filter-btns-footer button:first-child {
    background: #fff;
    color: #FE728B;
  }
  .menu-show + .search-bar-bx {
    border-top: 0;
  }
  .headerlisting > .inner-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .callnow-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width:500px) and (max-width:768px) {
  .nav-list li {
    margin-right: 16px;
  }
  .section-banner {
    height: 360px;
  }
  .banner-form-wrapper h2 {
    font-size: 24px;
  }
  .banner-form-wrapper form h3 {
    font-size: 14px;
  }
  .banner-form-wrapper .input-wrap,
  .search-input {
    width: 460px;
  }
  .section-explore {
    margin-top: 40px;
  }
  .explore-chips-wrapper {
    padding: 20px 0;
    max-width: 100%;
  }
  .explore-chips, .explore-chips:hover {
    padding: 8px 16px;
  }
  .section-testimonials {
    margin-top: 40px;
  }
  .testimonials-wrapper {
    padding-bottom: 30px;
  }
  .testimonial-inner {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .testimonial-bx {
    margin-bottom: 40px;
  }
  .testimonial-bubble {
    width: 260px;
    height: 180px;
  }
  .section-5 {
    margin-top: 40px;
  }
  .toprated-card {
    width: 225px;
    height: 150px;
  }
  .toprated-bx .toprated-card:first-child h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .section-6 {
    margin-top: 40px;
  }
  .community-img {
    height: 360px;
    max-width: 280px;
  }
  .community-text {
    padding: 40px 24px;
  }
  .community-text h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .community-text p {
    font-size: 16px;
    line-height: 22px;
  }
  .community-text button {
    padding: 9px 15px;
  }
  .section-7 {
    margin-top: 40px;
  }
  .daycare-heading-bx h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .daycare-heading-bx p {
    font-size: 16px;
    line-height: 22px;
  }
  .daycare-text-bx p {
    font-size: 14px;
    line-height: 22px;
  }
  .quiclinkheader {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .quiclinkheader h3 {
    margin-bottom: 24px;
  }
  .quicklins-wrapper {
    margin-top: 24px;
  }
  .quicklins-wrapper.padding-left {
    padding-left: 0;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-logo-bx {
    width: 100%;
  }

  .search-bar-bx {
    flex-direction: column;
  }
  .site-breadcrumb {
    align-self: flex-start;
  }
  .search-bar-bx .search-input {
    width: 100%;
  }
  .contact-hero-section .form-box {
    float: initial;
    width: 100%;
  }
  /* Listing page */
  .section-listing {
    flex-direction: column;
  }
  .section-listing .item-container {
    margin-left: 0;
  }
  section.detail-wrapper {
    padding: 24px 30px;
  }
  .detail-image-tiles ul li,
  .detail-image-tiles li a img {
    height: 280px;
  }
}