@media only screen and (min-width: 992px) and (max-width:1000) {
  .map {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .toggle_class #content {
    width: calc(100% - 250px);
    margin-left: 250px;
  }
  .toggle_class #sidebar {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    position: fixed;
  }
  .map {
    width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  .post_feed {
    width: 650px;
    max-width: 650px;
  }
  .top_search_part {
    width: 650px;
    max-width: 650px;
  }
  .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .map {
    width: 190%;
  }
  body {
    background: #f0f2f5;
  }
  .group_right {
    width: 280px;
  }
}

@media only screen and (max-width: 1299px) and (min-width: 992px) {
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 769px) {
}

@media only screen and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  header .navbar {
    padding: 8px 16px;
  }
  header .navbar ul > li {
    margin-bottom: 15px;
  }

  .top-bar {
    width: 100%;
    margin-left: 0;
  }

  .footer_section {
    width: 100%;
    margin-left: 0px;
  }

  /* .toggle_class .top-bar {
    width: calc(100% - 250px);
    margin-left: 250px;
  } */

  /* .toggle_class #content {
    width: calc(100% - 250px);
    margin-left: 250px;
  } */

  .toggle_class #sidebar {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    position: fixed;
    z-index: 9999;
  }

  .toggle_class .footer_section {
    width: calc(100% - 250px);
    margin-left: 250px;
  }
}

@media only screen and (max-width: 768px) {
  #content {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
  }

  #sidebar {
    width: 0;
    min-width: 0;
    max-width: 0;
    position: initial;
  }
  .toggle_class #sidebar {
    top: 138px;
  }
  .home_banner h2 {
    font-size: 20px;
  }
  .custom_btn {
    padding: 6px 15px;
  }
  .our_partners h2 {
    font-size: 20px;
  }
  .neighbours_section h2 {
    font-size: 20px;
    margin-bottom: 45px;
  }
  .neighbours_section {
    margin-bottom: 45px;
  }
  .login_section h2 {
    font-size: 20px;
  }
  .login_header {
    background-image: initial;
    padding-bottom: 45px;
  }
  .about_banner .col-md-6 {
    min-height: 150px;
  }
  .about_banner h2 {
    font-size: 20px;
  }
  .terms_condition_section {
    padding-top: 15px;
  }
  .top-bar {
    padding: 10px 0;
  }
  .post {
    display: block;
    padding: 20px;
  }
  .post .post_list ul {
    justify-content: space-between;
  }
  .post .post_list li {
    margin-right: 5px;
  }
  .wrapper {
    margin-top: 138px;
  }
  .messages {
    padding: 8px 10px 32px;
  }
  .chat {
    padding: 8px 10px 32px;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  .terms_condition_section h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .home_search_section {
    padding: 15px;
  }
  .post_feed {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .top_logo {
    width: initial;
  }
  .top_form input {
    font-size: 12px;
  }
  .home_search {
    width: 219px;
  }
}

@media only screen and (max-width: 527px) {
}

@media only screen and (max-width: 480px) {
  #frame {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 221px) {
}
