@media (max-width: 980px){
	.search-bar {
		position: relative;
		bottom: 0px;
		margin-top: 20px;
		width: 100%;
		border-radius: 20px;
		margin-bottom: 0;
		}
}

@media (max-width: 767px){
  .filter-infos{
    flex-wrap: wrap;
  }
  .property-list-title .auto-container{
    bottom: 90px;
    margin-bottom: 0;
  }
  .page-title h1{
    /* letter-spacing: 16px; */
  }
  section.recommend-properties h3{
    font-size: 18px;
  }
  section.recommend-properties img{
    height: 215px;
  }
  section.recommend-properties {
    padding: 40px 0;
  }
  .pros-btn{
        gap: 15px;
    flex-direction: column;
  }
  .btn-luxury{
   width:100%; 
  }
  section.pro-search {
    padding: 0;
    margin-top: 0;
}
	section.pro-search .container{
		padding:0;
	}
  .search-bar form{
   margin-top:0;
    padding: 0;
  }
  .search-bar .col-6.md-12.sm-12 {
    width: 100%;
  }
      .search-bar .guest {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
      input#demo17 {
        top: auto !important;
        bottom: 15px;
        width: 88% !important;
    }
      .search-bar .datepicker-common-2 {
        width: 100%;
    }
      .search-check {
        gap: 15px;
    }
  .search-bar input {
        width: 100%;
        font-size: 14px !important;
        color: var(--secondary-color);
        line-height: 22px;
        font-weight: 400;
        border-radius: 10px;
        padding: 12px 11px 11px 11px;
        background: transparent !important;
        border: 1px solid #000;
        height: 50px;
    }
      button.search-btn-main.main-btn1 {
        width: 100%;
        height: 50px;
    }
  section#pro .col-4{
   width:100%;
    padding:0;
  }
  section.pro-sec .pro-img img, section.pro-sec .pro-img{
   height:250px; 
  }
  section.pro-sec .pro-price{
   width: auto;
  }
  section.pro-sec .pro-price p.abe-rates{
   font-size: 17px;
  }
  section.pro-sec .pro-content h3 {
    font-size: 21px;
    height: auto;
  }
  section#pro .row{
   gap:25px; 
  }
  .guest-infos {
        position: relative;
    }
}