@media (min-width: 1440px) {
  .container {
    max-width: 1565px;
  }

  .filter_modal .modal-dialog {
    max-width: 1370px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .banner-section {
    padding-top: 100px;
    min-height: 600px;
  }

  .features-list li span {
    font-size: 18px;
  }

  .create-account-section {
    padding: 60px 0;
  }

  .createAccount {
    padding: 50px 40px;
  }

  .heading-width {
    max-width: 80%;
  }

  .left-side {
    padding: 40px 20px 40px 0;
  }

  .right-side {
    padding: 40px 0 40px 40px;
  }

  .profile-card {
    padding: 30px 10px;
  }

  .listing_table table tr th,
  .listing_table table tr td {
    padding: 18px 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-padding,
  .terms-content-sec {
    padding: 70px 0;
  }

  .terms-content-sec h3 {
    font-size: 28px;
  }

  .footer {
    padding-top: 70px;
  }

  .filter_options_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  .banner-section {
    padding: 80px 0;
    min-height: auto;
  }

  h1 {
    font-size: 42px;
    line-height: 50px;
    max-width: 60%;
  }

  h2 {
    font-size: 32px;
  }

  .para,
  .para2 {
    max-width: 80%;
  }

  .features-list li span {
    font-size: 18px;
  }

  .create-account-section {
    padding: 50px 0;
  }

  .createAccount {
    padding: 40px 30px;
  }

  .heading-width {
    max-width: 80%;
  }

  .filter_options_list {
    gap: 0 20px;
  }

  .filter_options_list li {
    width: calc(51% - 20px);
  }

  .view_gallery {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .view_gallery .view_gallery_img {
    width: 200px;
    height: 320px;
    scroll-snap-align: start;
    flex: 0 0 auto;
  }

  .view_gallery .view_gallery_img.active {
    width: 300px;
  }

  .view_gallery .view_gallery_img .viewallphotos_btn {
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 12px;
  }

  .view_gallery .view_gallery_img .viewallphotos_btn img {
    width: 18px;
  }

  .filter_modal .time-period-btn,
  .filter_modal .custom-btn {
    font-size: 14px;
  }

  .profile-card {
    padding: 30px 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .left-side {
    padding: 40px 20px 40px 0;
  }

  .right-side {
    padding: 40px 0 40px 40px;
  }

  .listing_table table tr th,
  .listing_table table tr td {
    padding: 18px 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 991px) {
  .policy-banner {
    min-height: 290px;
  }

  .header .navbar-collapse {
    position: fixed;
    top: 83px;
    left: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    transition: left 0.5s ease-in-out;
    z-index: 1050;
    border-right: 1px solid #e9eaeb;
    padding: 8px 15px;
  }

  .header .navbar-collapse.show {
    left: 0;
  }

  .header .navbar-nav {
    gap: 16px;
    margin: 0 0 16px;
  }

  .header .navbar-toggler {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
  }

  .header .navbar-toggler .bar1,
  .header .navbar-toggler .bar2,
  .header .navbar-toggler .bar3 {
    background-color: #006aff;
    border-radius: 100px;
    display: block;
    height: 3px;
    width: 30px;
    margin: 6px 0;
  }

  .header .navbar-toggler.collapsed .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
  }

  .header .navbar-toggler.collapsed .bar2 {
    opacity: 0;
  }

  .header .navbar-toggler.collapsed .bar3 {
    transform: translate(0, -9px) rotate(45deg);
  }

  .header .user {
    width: 44px;
    height: 45px;
    font-size: 16px;
  }

  .filter_modal .modal-body {
    padding: 40px 20px 20px;
  }

  .filter_modal .btn-close {
    top: 15px;
    right: 15px;
  }

  .filter_modal .tab-content {
    height: 70vh;
    overflow: hidden;
    overflow-y: auto;
  }

  .result_btns button {
    font-size: 14px;
    padding: 9px 18px;
    border-radius: 8px;
  }

  .filter_modal .listings_tab .nav-link {
    padding: 6px 20px;
    font-size: 14px;
  }

  .work-card .icon {
    width: 60px;
    height: 60px;
  }

  .work-card .icon img {
    width: 30px;
  }

  .work-card {
    padding: 20px 16px;
  }

  .profile-card p,
  .company-logo.profile-card p {
    max-width: 100%;
  }

  .left-side {
    width: 100%;
    padding: 20px 0px;
    border-right: none;
    border-bottom: 1px solid #e9eaeb;
  }

  .right-side {
    padding: 20px 0 50px;
    width: 100%;
  }

  .listing-list {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    justify-content: center;
  }

  .listing-list li:not(:last-child) {
    padding-bottom: 0px;
  }

  .listing-list li a span {
    display: none;
  }

  .listing_table table tr th,
  .listing_table table tr td {
    white-space: nowrap;
    padding: 12px 16px;
  }

  .listing_table table .retailImg {
    height: 42px;
  }

  .listing_table table .action-btn {
    font-size: 18px;
  }

  .listing_table.inbox-table table thead tr th:nth-child(3),
  .listing_table.inbox-table table tbody tr td:nth-child(3) {
    width: 290px;
    max-width: 290px;
  }
  .ofc-list li a {
    padding: 4px 8px;
  }
  .ofc-list li a img {
    width: 12px;
  }
  .ofc-list li a span {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .policy-banner {
    min-height: 210px;
  }

  .single-pages .listings_card h3 {
    font-size: 22px;
  }

  .header .navbar-collapse {
    top: 75px;
  }

  .header .navbar-brand,
  .footer .footer-logo {
    max-width: 170px;
  }

  .header .signin-btn,
  .header .header-btn {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 8px;
  }

  .section-padding,
  .profile-section,
  .terms-content-sec {
    padding: 50px 0;
  }

  .terms-content-sec h3 {
    font-size: 24px;
  }

  .footer {
    padding-top: 50px;
  }

  .filter_options_grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(12, 1fr);
    gap: 12px;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
    max-width: 100%;
  }

  h2 {
    font-size: 26px;
  }

  .font-20 {
    font-size: 18px;
  }

  .font-18,
  .auction-top h4.font-20 {
    font-size: 16px;
  }

  .para {
    font-size: 16px;
    max-width: 100%;
  }

  .heading-width,
  .para2 {
    max-width: 100%;
  }

  .border-radius-20 {
    border-radius: 12px;
  }

  .p-18,
  .cityplex-bx h5,
  .agent-list .content h6 {
    font-size: 16px;
  }

  .banner-section {
    min-height: auto;
    padding: 50px 0;
  }

  .banner-text {
    font-size: 18px;
    line-height: 26px;
  }

  .banner-section .nav-tabs .nav-link {
    font-size: 16px;
    padding: 10px;
  }

  .search-form {
    flex-wrap: wrap;
    gap: 10px;
  }

  .search-form .zipcode,
  .search-form .search-div,
  .search-form .search-btn {
    width: 100% !important;
  }

  .search-form .zipcode::after {
    display: none;
  }

  .features-list li span,
  .overview_list .content h6,
  .plan-card .card-header h6 span {
    font-size: 16px;
  }

  .propertyPlayBtn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .title {
    font-size: 22px;
    line-height: 28px;
  }

  .agent-list .agent-img {
    width: 70px;
    height: 70px;
  }

  .team-card {
    padding: 28px;
    border-radius: 16px;
  }

  .team-card .view-pro-btn {
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 28px;
  }

  .team-card .cl-btn,
  .listings_card .auctionDate {
    font-size: 14px;
  }

  .listings_card .view-detail {
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 26px;
  }

  /* .sale-banner {
    height: 300px;
  }

  .sale-banner.lease-banner {
    height: 380px;
  } */

  .top_filters {
    padding: 14px 20px;
  }

  .search-bx {
    max-width: 100%;
  }

  .plan-card .card-header {
    padding: 25px;
  }

  .plan-card .card-header img {
    width: 40px;
  }

  .plan-card .card-header h6 {
    font-size: 24px;
  }

  .plan-card .card-body {
    padding: 20px 14px 0;
  }

  .profile-row .agent-img {
    max-width: 100%;
  }

  .signInModal .modal-body .modal-title,
  .createAccount h3,
  .search_result h3 {
    font-size: 22px;
  }

  .create-account-section {
    padding: 40px 0;
  }

  .createAccount,
  .search_result .property_listings {
    padding: 30px 20px;
  }

  .filter_options_list {
    gap: 0;
  }

  .filter_options_list li {
    width: 100%;
  }

  .filter_options {
    margin-bottom: 12px;
  }

  .filter_options .filter_btn {
    padding: 14px 18px;
  }

  .view_gallery {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .view_gallery .view_gallery_img {
    width: 180px;
    height: 280px;
    scroll-snap-align: start;
    flex: 0 0 auto;
  }

  .view_gallery .view_gallery_img.active {
    width: 290px;
  }

  .view_gallery .view_gallery_img .viewallphotos_btn {
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 12px;
  }

  .view_gallery .view_gallery_img .viewallphotos_btn img {
    width: 18px;
  }

  .bookmark_icon {
    top: 26px;
    right: 26px;
  }

  .property-card .property-img {
    min-height: 280px;
  }

  .post-card .card-content .get_btn {
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 14px;
  }

  .post-card .card-content {
    padding: 20px 0 0;
  }

  .profile-card {
    padding: 30px;
  }

  .myProfile .aboutText {
    padding: 12px;
  }
  .listed-card .recentImg {
    border-radius: 10px;
    width: 80px;
    min-width: 80px;
    height: 80px;
  }

  .search_result .ofc-list {
    top: 12px;
    left: 12px;
  }
  .add-favourite {
    width: 26px;
    height: 26px;
    top: 28px;
    right: 28px;
  }
  .add-favourite i {
    font-size: 14px !important;
    padding-top: 2px;
  }
  .search_result .property_listings .property-card h5.card-title {
    font-size: 18px;
    width: 100%;
  }
}
