/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .home-content {
    position: relative;
    padding: 75px 25px;
    color: #fff;
    text-align: left;
  }

  .home-content h1 {
    font-size: 33px;
    line-height: 1.1;
  }

  .home-content button {
    display: block;
    font-size: 23px;
  }

  .button-flex {
    display: block;
  }

  .nav-link>a {
    line-height: 3rem;
    color: #ffffff;
  }

  .glob-lr {
    padding: 28px 25px;
  }

  .title {
    font-size: 25px;
    font-weight: 600;
  }

  #about-us-section {
    background: #b54326;
    width: 100%;
    height: 50%;
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 44px 0px !important;
  }

  .about-us-info h2 {
    color: white;
    font-size: 24px;
    text-align: right;
    margin: 0;
    margin-bottom: 20px;
  }

  .we-are-block {
    height: 100% !important;
  }

  .mb-bottom {
    margin-bottom: 30px;
  }

  .experts {
    display: block;
    margin-bottom: 30px;
  }

  .experts img {
    width: 100%;
  }

  .inner-content {
    position: relative;
    padding: 50px 15px;
    color: #fff;
    text-align: center;
  }

  .head-form {
    display: block;
    background-color: rgba(0, 0, 0, 0.164);
    border-radius: 8px;
    padding: 20px 10px;
  }

  .inner-content button {
    width: 100%;
    font-size: 20px;
  }

  .listing-item-details .view-more {
    background-color: #ae9651;
    color: white;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 15px 5px;
    top: 0;
    bottom: 0;
    text-align: center;
    font-weight: 300;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}




@media only screen and (max-width:420px) {
  nav {
    height: 70px;
  }

  .mobile-menu {
    display: inline-block;
    color: black;
    margin: 0;
    float: right;
  }

  .mobile-menu li {
    color: black;
    margin: 0 14px;
  }

  nav .desktop-menu {
    display: none;
  }

  .area-listing-description {
    top: 15%;
    padding: 0 10px;
  }

  #listing-filters {
    height: inherit;
    padding: 10px;
  }

  #listing-items {
    padding: 10px;
  }

  .listing-item-small {
    width: 100%;
    margin: 10px 0;
  }

  .listing-item-details .view-more {
    background-color: #ae9651;
    color: white;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 15px 5px;
    top: 0;
    bottom: 0;
    text-align: center;
    font-weight: 300;
  }

  .promo-box-container .cta-button2 {
    background: rgb(92 169 45);
  }
}

@media only screen and (min-width: 375px) {
  .inner-content h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .inner-page p {
    font-size: 15px;
    margin-top: 10px;
  }
}