@media (min-width: 768px) {
  .detail_card_info .propertyName {
    width: 32%;
  }

  .common-section-banner .common-section-title {
    font-size: 3em;
    font-weight: 600;
  }
}

@media (min-width: 1100px) {
  .languageBox.new-mob {
    display: none;
  }
}

@media only screen and (max-width: 1399px) {
  .navBar>ul>li+li {
    margin-left: 20px;
  }

  .leasing__box {
    border-radius: 5px;
    padding: 25px 25px;
  }

  .leasing__box a {
    font-size: 25px;
  }

  .leasing__box img+span {
    font-size: 20px;
  }

  .leasing__box img {
    height: 110px;
  }

  .propertyDetail {
    font-size: 16px;
  }

  .list__propertyBox {
    padding: 38px 50px;
  }

  /* .list__propertyCntnt {
    max-width: 67%;
  } */

  .borderBtnOrg {
    padding: 15px 20px;
    display: inline-block;
  }

  .blueBtn {
    padding: 15px 20px;
    display: inline-block;
  }

  /* 07/08/2023 csss */
  /* .propertyImg {
    height: 200px;
  } */

  .proprtyList_box .propertyImg {
    height: auto;
  }

  /* .proprtyList_box .slick-slide img {
    height: 350px;
  } */
  .extra-details {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .extra-details li {
    width: 21%;
}
}

@media only screen and (max-width: 1199px) {
  .navBar>ul>li+li {
    margin-left: 20px;
  }

  .userControlBtn {
    min-width: 95px;
    margin-left: 12px;
  }

  .languageBox .btn.dropdown-toggle {
    min-width: 110px;
  }

  .mainSearch__inner h1 {
    font-size: 52px;
    margin-bottom: 62px;
  }

  .leasing__box {
    padding: 20px 15px;
  }

  .leasing__box a {
    font-size: 18px;
  }

  .leasing__box img+span {
    font-size: 16px;
  }

  .leasing__box img {
    height: 90px;
    margin-right: 13px;
  }

  .propertyName {
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .propertyWidth {
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .commonHeading h2,
  .list__propertyCntnt h2 {
    font-size: 34px;
  }

  .propertyDetail {
    font-size: 16px;
  }

  .list__propertyCntnt h6 {
    font-size: 17px;
    padding-right: 30px;
  }
[dir="rtl"] .text-works h5 {
  height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
  .list__propertyBox {
    padding: 38px 30px;
  }

  .list__propertyCntnt p {
    font-size: 16px;
  }

  /* .list__propertyCntnt {
    max-width: 60%;
  } */
  .footerMennuBar ul li {
    margin: 0px 10px 0;
    padding: 0;
  }
.Client_data_slider .slick-slide img {
    max-width: 170px;
}
.Client_data_slider .client-logo {
    margin: 12px 25px;
}
  /* .btn.dropdown-toggle {
    padding: 10px 28px 10px 10px;
  } */

  .getAlert__section .col-lg-10 {
    width: 100%;
  }

  .sortByForm .btn.dropdown-toggle::after {
    right: 5px;
  }

  .btn.dropdown-toggle::after {
    top: 40%;
  }

  .expired_list {
    line-height: 54px;
  }
}

@media only screen and (max-width: 1149px) {
  .navBar>ul>li+li {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1100px) {
  .suggested__section {
    top: 0;
    z-index: 9;
  }

  .header .container {
    max-width: none;
  }

  .rightHeader {
    display: none !important;
  }

  /* start css */
  .navigationOuter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .submenunav {
    position: static;
    display: none;
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
    opacity: 1;
    visibility: visible;
    background: #f5f5f5;
    width: 100%;
    padding: 0;
  }

  ul.submenunav li a {
    margin: 0 !important;
  }

  .menuIcon {
    display: inline-block;
    padding: 8px 5px;
  }

  .navigationInner {
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 9;
    width: 100%;
    height: calc(100vh - 60px);
    display: block;
    padding: 30px 15px;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -webkit-box-shadow: -4px 9px 12px 0px rgb(0 0 0 / 12%);
    box-shadow: -4px 9px 12px 0px rgb(0 0 0 / 12%);
  }

  .navigationInner.navToggle {
    opacity: 1;
    pointer-events: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 0px;
    bottom: 0px;
    height: 100vh;
  }

  .header_fixed .navigationInner {
    top: 60px;
  }

  .menuIcon.active span:nth-child(2) {
    margin-top: 7px;
    margin-bottom: 4px;
  }

  .header_fixed .navigationInner {
    height: calc(100vh - 60px);
  }

  .navBar>ul>li+li {
    margin-left: 0;
  }

  .lang_ar .navBar>ul>li+li {
    margin-right: 0;
  }

  .navBar ul li {
    margin-bottom: 0px;
    padding-bottom: 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }

  .navBar ul>li>a {
    padding-bottom: 13px;
    padding-top: 13px;
    margin: 3px 0;
  }
.login-modal {
    max-width: 700px;
    margin: 15px;
}
  .navBar ul li.dropdownTab>a.active::before,
  .navBar ul li.dropdownTab>a:hover::before {
    width: 100%;
  }

  .navBar ul li.dropdownTab>a.active::before {
    z-index: 1;
  }

  .navBar ul li ul li:last-child {
    border: 0;
    padding: 0px;
  }
.navBar .dropdown1 li a {
  font-size: 15px;
  color: #4d4d4d;
}
  .navigationInner .languageBox {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navigationInner .userControlBtn {
    min-width: 80px;
    margin-left: 0;
    margin-inline-end: 12px;
    padding: 9px 22px;
  }
  .navigationInner .languageBox,
  .navigationInner .userControl {
    display: block !important;
    margin-top: 20px;
  }

  /* end nav */
  .header {
    padding: 12px 0 10px;
  }

  .logo {
    /* width: 150px; */
    width: fit-content;
    margin-right: auto;
    display: flex;
    column-gap: 20px;
  }
.content-dashboard .logo {
  column-gap: 14px;
}
  .header-spacer {
    height: 80px;
  }

  /* company registration */
  .Benefits .benefit_data {
    margin-left: 0;
    margin-top: 16px;
  }

  .Benefits img.curved {
    bottom: unset;
  }

  .content div ul li {
    font-size: 19px;
  }

  .Sophisticated .col-md-6.img {
    padding-left: 0;
    width: 100%;
  }

  .benefit_img {
    -webkit-clip-path: unset;
    min-width: 100%;
    min-height: auto;
  }

  .benefit_data ul li {
    font-size: 19px;
  }
.mobile-wishlist {
  display: block;
}
  #how-it-works .work_wrapper img {
    width: 130px;
    height: 130px;
  }
.homepage.mx1024 .header {
    padding: 13px 20px;
}
  .Sophisticated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
  }

  .Benefits .col-lg-6.img_data {
    padding-right: 0;
    padding-left: 0;
  }

  .achivement_data {
    margin-top: 0;
  }

  .header.about_inner_data .menuIcon span {
    background-color: #000;
  }
[dir="rtl"] .dropdown-menu.show {
    min-width: 100%;
}
  .languageBox.new {
    display: none;
  }

  .lang_ar .languageBox.new-mob {
    margin-right: auto;
  }

  .lang_ar .logo {
    margin-right: 0;
  }
[dir="rtl"] .dropdown-toggle::after {
  top: 15px;
  left: 0px;
  right: unset;
}
.modal-footer .btn {
    padding: 8px 12px;
}
  .listingSearch__bar {
    top: 80px;
    padding: 15px 0px;
  }

  .layout-page nav.navbar {
    padding: 11px 12px;
    margin-top: 80px;
  }

  .inner_content.dash-left {
    padding: 0px;
  }

  .card-profile-image .circle_name {
    left: 41%;
  }

  .navBar .profile_ul li a {
    border-bottom: 0px;
    margin: 0px;
  }

  .dropdown-menu.show {
    min-width: 100%;
    padding: 0px;
  }

  .navBar .profile_ul li:last-child a {
    margin: 8px 0px 0px 0px;
  }

  .table.property-page th,
  .table.property-page td {
    white-space: nowrap;
  }
span.property_index_logo {
    width: 56px;
}
.dropdown-toggle::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    top: 20px;
    right: 0px;
}
.dropdown1 {
  position: unset !important;
  transform: unset !important;
  border: unset !important;
}
.nav-item.dropdown .dropdown1 li {
  margin: 0px;
  padding: 0px;
}
.footer-row {
  row-gap: 15px;
}
.homepage.mx1024 .clearHeader.scrolled .navigationOuter .menuIcon.active, .clearHeader.scrolled .navigationOuter .menuIcon.active, .header .front-dashboard .navigationOuter  .menuIcon.active{
    position: fixed;
    z-index: 10;
    top: 8px;
    right: 8px;
}
.homepage.mx1024 .clearHeader .navigationOuter .menuIcon.active, .clearHeader .navigationOuter .menuIcon.active{
    position: fixed;
    z-index: 10;  
    /* top: -32px;
    right: -22px; */
    top: 8px;
    right: 8px;
}
ul.dropdown1 li:first-child {
    padding: 0px;
}
}

@media only screen and (max-width: 1024px) {
  /* .featured-property .slick-prev.slick-arrow {
    filter: brightness(100);
    left: 2px;
  } */

  .listingSearch__bar .btn.filter-btn,
  .listingSearch__bar .btn.dropdown-toggle {
    max-width: 100%;
  }

  /* .featured-property .slick-next.slick-arrow {
    right: 2px;
    filter: brightness(100);
  } */
}

@media only screen and (max-width: 991px) {
  .mb-padding-0 {
    padding: 0;
  }

  .mainSearch__section {
    padding: 100px 0 60px;
  }

  .common-section {
    padding: 50px 0px 0px 0px;
  }

  .mainSearch__inner h1 {
    font-size: 52px;
    margin-bottom: 25px;
    max-width: 420px;
  }
.choose-us-section .text-end{
  order: 1;
}
.choose-us-section .img-choose{
  order: 2;
}
  .opportunity_box span {
    font-size: 18px;
    bottom: 10px;
  }
.invest-link {
    width: 40px;
    height: 40px;
    bottom: 10px;
}
  .opportunity_box {
    margin: 8px 12px;
  }

  .commonHeading h2,
  .list__propertyCntnt h2 {
    font-size: 28px;
  }
.choose-us-section {
  row-gap: 20px;
}
  .commonHeading, .how-work-section .commonHeading {
    margin: 0px;
    padding: 0px;
  }
.listingSearch__box.listingSearch-buttongroup .input-group button.btn.search-btn.project-btn {
    padding: 5px 22px;
}
  .btn.dropdown-toggle {
    /* padding: 10px 20px; */
    padding: 10px 24px 10px 10px;
    min-width: 100%;
  }

  .table.agent-management th,
  .table.agent-management td {
    white-space: nowrap;
  }

  /* button.btn.filter-btn {
	margin-bottom: 5px;
} */
.admin-search-bar {
    flex-wrap: wrap;
    row-gap: 20px;
}
.start-left {
    align-items: self-start;
}
.support-img {
    right: 15px;
}
.support-img img {
  max-width: 340px;
}
.decoration-img {
    right: -30px;
}
.decoration-img img {
  max-width: 70px;
}
.detail-property2 {
    padding-right: 12px;
}
  .btn.search-btn {
    padding: 10px 22px;
  }

  .btn.search-btn::before {
    left: 26px;
  }

  .list__propertyBox {
    padding: 28px 20px;
  }

  .borderBtnOrg,
  .blueBtn {
    padding: 10px 10px;
  }

  /* .list__propertyCntnt {
    max-width: 56%;
  } */

  .list__propertyCntnt h6 {
    font-size: 16px;
    padding-right: 0;
  }

  .OrangeBtn {
    padding: 14px 16px;
  }

  .footerMenu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
  }

  .footer-logo {
    max-width: 132px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 25px;
  }

  .social__media {
    max-width: 160px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 25px;
  }
.Client_data_slider .slick-slide img {
    max-width: 150px;
}
  .footerMennuBar ul li {
    margin: 0px 15px 0;
    padding: 0;
  }

  .copyright__wrap {
    padding: 15px 0 0;
  }

  .footer__Wrap {
    padding: 0px 0 15px;
  }

  /*  */
  .form__wrap {
    padding: 50px 30px;
  }

  .breadcrumb {
    font-size: 14px;
    padding: 12px 0;
  }

  .detailTop__bar {
    padding: 12px 0;
  }

  .single--contentWrap {
    padding: 30px 0 50px;
  }
  .extra-details li {
    width: 21%;
}

  .single--sidebar {
    width: 100%;
    margin: 15px auto 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  } 
.extra-details {
    row-gap: 24px;
}
.similar-property {
    margin-bottom: 25px;
}
.dealer__widget  {
  margin-top: 30px;
}
  .single--contentWrap>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dealerbox {
    margin: 10px 0;
  }

  .dealer__section {
    padding: 50px 0 30px;
  }

  /* .listingSearch__box .input-group .form-control {
    width: calc(100% - 65px);
    margin: 8px 0;
  } */

  .listingSearch__box .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .listingSearch__box.listingSearch__btns .input-group {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }

  .listingSearch__box.listingSearch__btns .input-group>div {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .listingSearch__btns .btn.dropdown-toggle {
    padding: 12px 30px 12px 20px;
    min-width: 100px;
    font-size: 14px;
  }

  .getAlert__section {
    padding-bottom: 60px;
  }

  /* .proprtyList_box .slick-slide img {
    height: 250px;
  } */

  .gridBanner__section::after {
    display: none;
  }
/* 
  .gridBanner_info {
    position: relative;
    left: 0;
    top: -30px;
    display: block;
  } */

  .flash_icon h4,
  .flash_price span,
  .flash_price h6 {
    color: #000;
  }

  .flash_icon,
  .flash_detail {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mark_icon,
  .flash_price {
    margin: 0 0 10px;
  }
  .flash_detail {
    position: relative;
    top: 0px;
  }

  .flash_icon h4 {
    font-size: 25px;
  }

  /*** Blog ***/

  .d-block .sidebar_block_column {
    position: relative;
  }

  .d-block .sidebar_block_column h4 {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px;
  }
  .d-block .sidebar_block_column h4::after {
    content: "+";
    color: #1a1a1a;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    right: 13px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .d-block .sidebar_block_column h4.active::after {
    content: "-";
  }

  .d-block .sidebar_block_column .categories_list {
    display: none;
    position: absolute;
    left: 0;
    top: 62px;
    right: 0;
    z-index: 2;
    max-height: 370px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 5px 0px rgb(0 0 0 / 5%);
    box-shadow: 0 5px 5px 0px rgb(0 0 0 / 5%);
  }

  /* */

  .projectlist__bar .input-group .btn.dropdown-toggle {
    padding: 8px 34px 8px 26px;
    font-size: 14px;
    line-height: normal;
    height: auto;
  }

  .projectlist__bar .input-group .find-button {
    padding: 8px 26px;
    font-size: 14px;
  }

  .projectlist__bar .input-group .btn.dropdown-toggle::after {
    top: 10px;
    right: 12px;
  }

  .projectlist__bar .input-group div+div {
    margin-left: 15px !important;
  }

  .projectList__wrapper {
    padding-top: 2px;
  }
.commonHeading {
  margin-bottom: 25px;
}
  .profile_ul {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    position: unset !important;
    border-left: 1px solid #e6e6e6;
    border-bottom: 0px;
    border-right: 1px solid #e6e6e6;
    border-radius: 0px;
    inset: unset !important;
    transform: unset !important;
  }
.choose-us-section .text-end img {
    width: 100%;
  }
  .navBar .profile_ul li a {
    border-bottom: 0px;
  }
  .how-work-section {
    row-gap: 20px;
  }
    .how-work-section .commonHeading p {
    margin-bottom: 0px;
  }
  .profile-widget.rent-list-view {
    display: block;
  }

  .profile-widget.rent-list-view .doc-img {
    max-width: 100%;
  }

  .profile-widget.rent-list-view .doc-img img {
    width: 100%;
    max-width: 100%;
  }

  .profile-widget.rent-list-view .doc-img {
    border-radius: unset;
  }

  .feature__property-sec .listingSearch__box .input-group {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    gap: 0 10px;
  }

  .feature__property-sec .listingSearch__box .btn.dropdown-toggle {
    padding: 10px 30px 10px 20px;
  }

  .lang_ar .opportunity__section .container {
    padding-left: unset;
  }

  .lang_ar .commonHeading {
    padding-left: unset;
  }

  .login__section .form__wrapInner .commonHeading {
    margin-left: 0;
  }

  .filter_card_wrap .list-of-type .list_checkbox {
    width: calc(50% - 10px);
  }

  .enquires th,
  .enquires td {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .projectlist__bar .input-group {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
    -webkit-box-pack: inherit !important;
    -ms-flex-pack: inherit !important;
    justify-content: inherit !important;
  }

  .listingSearch__bar.list-page-bar .listingSearch-buttongroup .filter-btn {
    min-width: 60px;
    display: inline-block;
    line-height: 20px;
    width: auto;
    text-align: center;
  }

  .listingSearch__bar.list-page-bar .listingSearch-buttongroup>.input-group {
    flex-direction: row;
    column-gap: 10px;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .listingSearch__bar.list-page-bar .listingSearch-buttongroup .input-group>div>button.btn {
    margin: 0 !important;
    padding: 5px 40px 5px 10px;
  }

  .listingSearch__bar.list-page-bar .listingSearch-buttongroup .input-group>div>button.btn.find-button {
    text-align: center;
    padding: 5px 30px;
  }

}

@media only screen and (max-width: 767px) {
  /* .flash_call {
    display: none;
  } */

  input#serch_by_location {
    border-radius: 5px !important;
  }

  select#hm_catid {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .mainSearch__box .filter-btn {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }

  .projectList__item-gallery img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  /* #mbfilter::after {
    content: none;
  } */

  /* button#mbfilter {
    width: unset;
    position: absolute;
    right: 0;
    top: 7px;
    margin: 0;
    padding: 4px 11px 4px 13px;
  } */

  /* .lang_ar button#mbfilter {
    left: 0;
    right: unset;
  } */
.listingSearch__box .filter-btn.listing-filter {
  width: auto;
  border-radius: 5px !important;
  margin-right: 0px;
}
.project-launch {
  column-gap: 20px;
}
  .property_listpage .modal.show .modal-dialog,
  .projects .modal.show .modal-dialog {
    height: 100vh;
  }

  /* .proprtyList__section [class*="col-"] {
    padding: 0 2px;
  } */

  .pagination__row .pagination {
    margin: 0 auto;
  }
.list-searching div {
  display: none;
}
.list-searching div:last-child {
  display: block;
}
.list-search, .list-search .input-group input {
    max-width: 100%;
    width: 100%;
}
.listingSearch__bar.list-page-bar .listingSearch-buttongroup {
    overflow-x: unset;
}
.listingSearch__bar.list-page-bar .listingSearch-buttongroup .filter-btn {
    margin-right: 0px;
}
  .overflow-hidden .property_listpage .header {
    z-index: 9;
  }
.why-choose p {
  font-size: 15px;
}
.choose-us h5 {
    font-size: 17px;
}
.choose-us {
    margin-bottom: 20px;
}
.why-choose .choose-us img {
  width: 40px;
}
.achievements {
    flex-wrap: wrap;
    column-gap: 0px;
    justify-content: center;
}
.achivement_data span {
    font-size: 12px;
}
.list__propertyBox .col-lg-8 {
  order: 2;
}
.list__propertyBox {
  row-gap: 20px;
}
.choose-us-section p {
  margin-bottom: 20px;
}
.achivement_data{
  padding-inline-end: 10px;
  margin-inline-end: 10px;
}

.achivement_data:first-child  {
    border-inline-end: 1px solid #D9D9D9;
}
.achivement_data div {
    font-size: 16px;
}
.invest-link {
    transform: translateY(0px);
}
  /* .col-md-12{
    padding-left: 0px;
    padding-right: 0px;
  } */
  /* .property_detail .breadcrumb__bar {
    display: none;
  } */

  .property_detail .header-spacer {
    height: 60px;
  }
.nav-gallery_style .slick-slide img {
    max-width: 100%;
}
  .property_detail .gridBanner__section .gridBanner_info h1.h4 {
    color: #f4a620;
  }

  .property_detail .gridBanner__section .gridBanner_info {
    padding: 30px 12px 0px 12px;
  }
.support-img {
  position: unset;
}
.decoration-img img {
    max-width: 40px;
}
.decoration-img {
    right: -5px;
}
.mx1024 .agency_bootom_bar .list__propertyBox {
    padding: 30px;
    margin: 5px 12px 40px 12px;
}
  .property_detail .gridBanner__section>.container {
    max-width: 1280px;
    padding: 0;
    margin: 0;
  }
.project_detail_row {
  row-gap: 30px;
}
.project-detail-acordian {
  padding-right: 0px;
}
.project-detail-space .row {
  row-gap: 30px;
}
.project-detail-space {
    padding: 50px 0px 50px 0px;
}
  .property_detail .gridBanner__section .gridBanner_info h1.h4,
  .property_detail .gridBanner__section .gridBanner_info .flash_price * {
    color: #252525;
    font-size: 24px;
  }

  .agency_bootom_bar .list__propertyBox {
    padding: 48px 25px;
  }

  .agency_bootom_bar .list__propertyCntnt {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .mobile-py-2 {
    padding: 15px 0;
  }

  .header .container {
    max-width: none;
  }

  .footerMennuBar ul li a {
    font-size: 15px;
  }

  .footerMennuBar ul li {
    margin: 0px 8px 0;
  }

  .list__propertyBox {
    padding: 30px 20px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list__propertyCntnt {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .list__propertyCntnt h6 {
    font-size: 20px;
    padding-right: 0;
  }

  .mainSearchForm .input-group {
    /* flex-direction: column; */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
.proprtyList__section .commonHeading {
    text-align: center;
    row-gap: 20px;
}
.sortBy {
    justify-content: end;
    width: 100%;
}
  .mainSearchForm input {
    padding: 10px 15px;
    width: 100% !important;
    /* margin-bottom: 15px; */
  }
  .mainSearchForm .advance-filter-home input{
    width: unset !important;
    padding: 2px;
  }
  
  .mainSearchForm .btn.dropdown-toggle {
    margin-bottom: 15px;
    width: 100%;
    min-width: 100%;
    padding: 15px 15px;
  }
.checkbox_card {
  display: flex;
  align-items: center;
}
  .dropdown-menu.show {
    min-width: 100%;
  }

  .btn.dropdown-toggle::after {
    right: 8px;
  }

  .filter-btn {
    padding: 15px 44px 15px 22px;
    text-align: left;
    margin-right: 15px;
  }

  .btn.filter-btn::after {
    background-size: 15px;
    right: 15px;
  }

  .btn.search-btn {
    padding: 15px 18px 15px 40px;
    width: fit-content;
  }

  .btn.search-btn::before {
    left: 14px;
    background-size: 16px;
  }

  .slick-dots {
    margin-top: 5px;
  }

  .mainCarousel--style {
    padding: 0 0 0 0px;
  }

  .mainCarousel--style .property__box {
    margin: 0px 12px;
  }

  .recent__property .container,
  .iconic__property .container {
    max-width: none;
    padding: 0 0 0 0px;
  }

  .recent__property .container .row,
  .iconic__property .row {
    margin: 0;
  }
.follow-us {
  justify-content: start;
  margin-top: 30px;
}

  /* .property__box {
    padding: 0px 12px;
  } */

  .iconic__property {
    margin-bottom: 35px;
  }

  .leasing__box {
    margin-bottom: 0;
  }


  .opportunity_box {
    margin: 8px 12px;
    padding: 0;
  }
.detail_card {
    margin-bottom: 20px;
}
.propertyAddress2 p {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}
  .opportunity__section .container {
    max-width: none;
  }

  .container,
  .container-sm {
    max-width: none;
  }

  .LeasingSlider--style {
    padding: 0 12px;
  }

  .office__Leasing {
    padding-left: 9px;
    padding-right: 9px;
  }

  /*  */
  .form__wrapInner {
    max-width: 90%;
  }
 .mobile-choose {
  display: block;
  margin-bottom: 20px;
 }
 .banner-select {
  display: none;
}
 .OrangeBtn {
    padding: 10px 23px;
}
  /* new */

  .mainSearch__box .filter-btn {
    padding: 15px 54px 15px 32px;
    width: fit-content;
  }

  .list__property .col-12 {
    padding: 0;
  }

  .main__Wrapper {
    overflow: hidden;
  }

  .listingSearch__btns .filter-btn {
    margin-right: 0;
  }

  .getAlert__form .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .getAlert__form .input-group .form-control {
    width: 100%;
    margin-bottom: 14px;
  }

  .getAlert__form .input-group .btn {
    margin: 0 !important;
  }
.model-left {
  display: none;
}
.login-modal .model-right {
    width: 100%;
    padding: 20px;
}
.other_login {
    flex-wrap: wrap;
}
.form__wrapInner li a img {
    margin-right: 0px;
}
.form__wrapInner li a {
    justify-content: center;
}
  .getAlert__notice {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .notice-right {
    padding-left: 0;
  }

  .detailBar__wrap .management_property {
    width: auto;
  }

  .property__addsBar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .contact__propertybtn a {
    display: inline-block;
    margin: 0 auto;
    padding: 13px 25px 13px;
  }

  .contact__propertybtn {
    max-width: 100%;
    width: 100%;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-top: 10px;
  }

  .contact__propertybtn a {
    display: inline-block;
    margin: 0 4px;
    padding: 13px 25px 11px;
  }

  /* .proprtyList_box .slick-slide img {
    height: 300px;
  } */

  .mainSearch__box select.form-select {
    padding-top: 15px;
    padding-bottom: 15px;
  }
.pagination__row li a {
    border: 1px solid #d9d9d9;
}
  .btn.filter-btn {
    margin-right: 0;
  }
.projectList__section .commonHeading {
  margin-bottom: 20px;
}
  .suggested__section p {
    font-size: 14px;
  }

  .flash-wahtsapp {
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }

  .blogHolder__wrapper {
    padding: 60px 0;
  }

  .sidebar_block_column h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .d-block .sidebar_block_column h4::after {
    font-size: 24px;
    line-height: 30px;
  }

  .sidebar_block_column .categories_list li a {
    font-size: 16px;
  }
.borker_list_item_img img {
    height: 220px;
    border-radius: 0px
}
  /* */
  /* .projectList__item-bottom {
    padding: 15px;
  } */

  .projectList__item-map {
    position: relative;
    padding-top: 56.5%;
  }

  .projectList__item-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
.desktop-choose {
  display: none;
}
  .project__detail .project-develop p+p {
    margin-left: 10px;
  }

  .projectList__wrapper {
    padding-bottom: 20px;
  }
.support-img img {
    max-width: 100%;
}
  .project__detail .project-develop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project__detail .project-develop p+p {
    margin-left: 0;
    margin-top: 5px;
  }

  /* .projectList__item+.projectList__item {
    margin-top: 30px;
  } */

  .projectDetail__section .projectList__item-bottom .OrangeBtn {
    -ms-flex-preferred-size: 15rem;
    flex-basis: 15rem;
    padding: 10px 25px;
  }

  .property__card {
    margin-bottom: 15px;
  }

  .property__card-outer {
    padding: 40px 0;
  }

  .property__card .property__card-icon svg {
    height: 38px;
    width: 38px;
  }

  .feature__property-sec {
    padding: 40px 0 0;
  }

  .profile-widget.rent-list-view .pro-content .list-head .product-amount h5,
  .pro-content h3 {
    font-size: 20px;
  }

  .profile-widget.rent-list-view .pro-content .details li {
    margin-right: 22px;
  }

  .profile-widget.rent-list-view .pro-content .details li:last-child {
    margin-right: 0;
  }

  .profile-widget.rent-list-view .pro-content .details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }

  .product-name-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .profile-widget.rent-list-view .pro-content .list-head h3 {
    margin-bottom: 10px;
  }

  .product-name-price .product-amount {
    margin-left: 0;
  }

  .profile-widget.rent-list-view .pro-content .list-head p,
  .pro-content .product-category p {
    text-align: center;
  }
.explore {
  display: none;
}
  .pro-content {
    padding: 15px;
  }

  .amenities__section ul {
    /* -ms-grid-columns: (1fr) [2]; */
    -ms-grid-columns: (1fr) (2fr);
    grid-template-columns: repeat(2, 1fr);
  }

  .accordion-title .area-container .proprty-area,
  .accordion-title .area-container .area-unit {
    font-size: 16px;
  }

  .accordion-title .area-container .area-unit {
    font-size: 14px;
  }

  .accordion-title .area-container img {
    width: 16px;
  }
  .wishList {
    margin-inline: 8px;
}
  .accordion-title .title {
    font-size: 1.15rem;
  }

  .feature__property-sec .property-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
  }

  .feature__property-sec .property-category li+li {
    margin-top: 15px;
  }

  .contact_details .borderBtn {
    margin-left: 10px;
    margin-bottom: 8px;
  }

  .contact_details .borderBtn:first-child {
    margin-left: 0;
  }

  .contact_details {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* 11 october */
  .projectlist__bar .listingSearch__box .input-group.align-items-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* scroller add to filters */
  .listingSearch__bar.list-page-bar .listingSearch-buttongroup .filter-btn, .project-launch .listing-filter {
    font-size: 0;
    padding: 12px;
    min-width: 50px;
    display: inline-block;
    line-height: 20px;
    width: auto;
    text-align: center;
  }

  .listingSearch__bar.list-page-bar .listingSearch-buttongroup>.input-group {
    flex-direction: row;
    column-gap: 10px;
    flex-wrap: nowrap;
    padding-bottom: 0px;
  }
.btn.search-btn.project-btn {
    padding: 14px;
}
  .listingSearch__bar.list-page-bar .listingSearch-buttongroup .input-group>div>button.btn {
    margin: 0 !important;
    display: flex;
    justify-content: center;
  }
.projectList__section .sortBy {
  width: auto;
}
.mainSearchForm .btn.search-btn::before {
    top: 10px;
}
.btn.search-btn.project-btn {
  margin-top: 0px;
}
  .listingSearch__bar.list-page-bar .listingSearch-buttongroup .input-group>div>button.btn.find-button {
    margin: 0 !important;
    padding: 5px 10px 5px 10px;
  }

  .listingSearch__bar.list-page-bar .listingSearch-buttongroup .filter-btn:after, .project-launch .listing-filter::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .listingSearch__bar.list-page-bar .custom-container {
    padding-left: 0;
    padding-right: 0;
  }

  /* .listingSearch__bar.list-page-bar .listingSearch-buttongroup {
    padding: 10px 0;
  } */

  /*  */
  .listingSearch__bar.projectlist__bar .projectlist-button-group {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
  }

  .listingSearch__bar.projectlist__bar .projectlist-button-group .filter-btn {
    font-size: 0;
    padding: 0px;
    display: inline-block;
    width: 50px;
    height: 36px;
  }

  .listingSearch__bar.projectlist__bar .projectlist-button-group .input-group {
    flex-wrap: nowrap;
    column-gap: 10px;
  }

  .listingSearch__bar.projectlist__bar .projectlist-button-group .input-group div+div {
    margin-left: 0px !important;
  }

  .listingSearch__bar.projectlist__bar .projectlist-button-group .input-group {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .listingSearch__bar.projectlist__bar>.container {
    padding-left: 0;
    padding-right: 0;
  }

  .projectlist__bar .input-group .find-button {
    padding: 5px 25px;
    margin-left: 0;
  }

  body .listingSearch__bar.projectlist__bar,
  body .listingSearch__bar.list-page-bar {
    z-index: 200;
    height: auto;
    position: relative;
    top: 0px;
  }
  .mainSearch__box .btn.filter-btn::after {
    top: 16px;
    right: 18px;
  }
  .modal-footer .btn {
    margin: 0 4px;  
}
.modal-footer {
    padding: 18px 15px;
}
.modal-dialog.pv-modal-dialog {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
    /* .projects .listingSearch__bar.list-page-bar {
      top: -47px;
    } */

  .scroll body .listingSearch__bar.projectlist__bar,
  .scroll body .listingSearch__bar.list-page-bar {
    z-index: 0;
  }
  .mainSearch__box .filter-btn {
    padding: 11px 22px 11px 11px;
  }

  .listingSearch__bar.list-page-bar .listingSearch-buttongroup .input-group .dropdown-menu {
    transform: none !important;
    min-width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    inset: unset !important;
    left: 15px !important;
    padding: 0px !important;
    border: 0px !important;
    /* min-width: 100%;
    max-width: 100%; */
    /* inset: unset !important;
    left: 0px !important;
    padding: 0px !important;
    border: 0px !important;*/
  }

  .listingSearch__bar.list-page-bar .listingSearch-buttongroup .input-group .drpchield {
    background: #fff;
    left:0px !important;
    position: fixed;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    right: auto !important;
  }

  .list-of-range .form-select {
    min-width: auto;
  }

  html.overflow-hidden .loader {
    display: block !important;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }

  .list-of-type {
    max-height: 60vh;
  }
  .clearHeader {
    padding-left: 12px;
    padding-right: 12px;
}
.homepage.mx1024 .scrolled.clearHeader {
    padding-left: 0px;
    padding-right: 0px;
}
.menuIcon {
    padding: 8px 0px;
}
.mainSearch__inner h1 {
    font-size: 25px;
    max-width: 420px;
    line-height: normal;
    margin-bottom: 12px;
}
.timing-closed div{
  max-width: 250px;
}
.mainSearchForm .input-group {
  border: 0px;
}
.looking-text {
  display: none;
}
.property-select {
  width: 100% !important;
  padding: 12px !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 6px !important;
  font-size: 16px !important;
}
.looking-type {
  margin-bottom: 12px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.mainSearchForm .input-group.banner-select {
  padding: 0px 10px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.mainSearch__box .property {
  border: 1px solid #ECECEC;
  padding: 8px;
  border-radius: 5px !important;
  margin: 0px;
}
.slider-for-gallery, .slider-for-gallery img {
    height: 250px;
}
.mainSearch__box .main-box {
    padding: 15px;
}
.mainSearch__box .btn.filter-btn::after {
    background-size: 20px;
}
.btn.filter-btn::after, .listing-filter::after, .project-launch .listing-filter::after {
    width: 20px;
    height: 20px;
}

.mainSearchForm .input-group {
    padding: 0px;
    margin-inline-end: 10px;
}
[dir="rtl"] .mainSearchForm .input-group {
    padding: 0px;
    margin-inline-end: 0px;
}
[dir="rtl"] .opportunity_box {
    margin: 8px 12px 8px 22px;
}
.btn.search-btn {
    padding: 10px 21px 10px 21px;
    margin-top: 26px;
    font-size: 0px;
    display: flex;
    justify-content: center;
}
.project-space, .project-launch {
    column-gap: 15px;
}
.btn.filter-btn {
  font-size: 0px;
}
.property_detail .gridBanner__section .gridBanner_info {
    flex-wrap: wrap;
    row-gap: 20px;
    flex-direction: column;
    align-items: unset;
}
.price-detail h3 {
    font-size: 25px;
}
.flash_call {
    justify-content: start;
}
.mainSearch__inner p {
  font-size: 15px;
}
.admin-drop .dropdown-toggle::after {
    width: 10px;
    height: 10px;
    background-size: 12px;
    top: 2px;
    right: -15px;
}
.admin-drop .dropdown-menu.show {
    position: absolute !important;
    right: -20px !important;
    min-width: 130px !important;
    top: 36px !important;
}
  /* width */
  .listingSearch__bar.list-page-bar .listingSearch-buttongroup::-webkit-scrollbar {
    height: 0px;
  }

  /* Track */
  .listingSearch__bar.list-page-bar .listingSearch-buttongroup::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Handle */
  .listingSearch__bar.list-page-bar .listingSearch-buttongroup::-webkit-scrollbar-thumb {
    background: transparent;
  }

  /* Handle on hover */
  .listingSearch__bar.list-page-bar .listingSearch-buttongroup::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }

  .proprtyList__section .custom-container>.row {
    margin: 0;
  }

  .listingSearch__bar.list-page-bar .listingSearch-buttongroup>.input-group {
    /* flex-wrap: wrap; */
    gap: 15px;
  }

  .advertisements .property__box {
    padding: 0;
  }
  .commonHeading p {
    margin-bottom: 15px;
}
.mainCarousel .slick-track {
    padding: 20px 0px;
}
.recent__property p {
  margin-bottom: 0px;
}
.commonHeading {
  text-align: center;
}
.opportunity__section .commonHeading, .opportunity__section .commonHeading p  {
  margin: 0px;
}
.opportunitySlider {
  padding-top: 12px;
}
.list-heading {
    width: 100%;
    text-align: left;
}
[dir="rtl"] .list-heading {
    text-align: right;
}
.proprtyList__section .commonHeading {
  margin-bottom: 20px;
}
}

@media only screen and (max-width: 575px) {
  /* .main_content_wrapper {
    padding: 0 12px;
  } */

/* .res-screen {
  padding: 0px;
} */
  .pswp--touch .pswp__button--arrow {
    visibility: visible;
  }

  .pswp__button--arrow .pswp__icn {
    width: 45px;
    height: 45px;
  }

  .footerMennuBar ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }

  .footerMennuBar ul li {
    margin: 0px 6px 0;
    display: inline-block;
  }

  .footerMennuBar ul li a {
    font-size: 14px;
  }

  .copyright__inner {
    font-size: 14px;
  }

  .commonHeading h2,
  .list__propertyCntnt h2 {
    font-size: 24px;
  }

  .leasing__box a {
    font-size: 16px;
  }

  .propertyDetail {
    font-size: 15px;
  }

  .list__propertyCntnt h6 {
    font-size: 18px;
    padding-right: 0;
  }

  .mainSearch__inner h1 {
    font-size: 45px;
    line-height: 1.1;
  }

  .filter-btn {
    padding: 10px 44px 10px 22px;
    text-align: left;
    margin-right: 15px;
  }
.explore {
    float: left;
}


.choose-filter.sale.active::after, .choose-filter.active::after {
    left: 25px;
}
.choose-filter.sale.active {
    font-size: 14px;
}
.btn.search-btn::before {
    left: 12px;
}
.btn.search-btn {
    margin-top: 28px;
}
  .btn.search-btn::before,
  .btn.filter-btn::after {
    top: 12px;
  }

  .mainSearchForm input,
  .mainSearchForm .btn.dropdown-toggle {
    padding: 12px 15px;
  }

  .choose-filter {
    padding: 7px 10px;
    min-width: 102px;
    font-size: 14px;
  }

  /*  */
  .form__wrap {
    padding: 40px 15px;
  }

  .formLogo {
    /* width: 150px; */
    margin-bottom: 6px;
  }
.modal-header, .modal-footer {
    padding: 10px 16px;
}
  .form__wrapInner .commonHeading h2 {
    font-size: 24px;
  }

  .form__wrapInner .mb-4 {
    margin-bottom: 1rem !important;
  }

  .form__wrapInner button {
    font-size: 16px;
    padding: 8px 20px;
    letter-spacing: 1px;
    margin: 0px 0 0;
  }

  .shortNotice {
    font-size: 14px;
  }
.footerbox ul li a {
    font-size: 15px;
}
.footerbox ul li {
    margin: 0px 0 8px;
}
.footer-img img {
  max-width: 120px;
}
  .form__wrapInner li a {
    margin: 20px 0 0;
  }

  .form__bottom {
    padding-top: 30px;
  }

  .form__bottom p {
    font-size: 15px;
  }

  #exampleModaldata .modal-dialog .modal-body .form-group {
    display: block;
  }

  #exampleModaldata .form-group .company_details {
    width: 100%;
  }

  .show_reg_popup.mt20 {
    margin-top: 20px;
    width: 203px;
  }

  .form__head .shortNotice {
    margin-bottom: 20px;
  }




  .listingSearch__box.listingSearch__btns .input-group>div {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .listingSearch__btns .btn.dropdown-toggle {
    padding: 11px 20px 11px 10px;
    min-width: 80px;
    font-size: 12px;
  }

  .listingSearch__btns .btn.dropdown-toggle::after {
    right: 7px;
  }

  .listingSearch__btns .btn.filter-btn {
    padding: 10px 33px 10px 8px;
    font-size: 12px;
  }
  /*  */

  .management {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
.bedroom-select-space.pair_pills  .btn-group{
  padding-bottom: 0px;
}
  .proprtyList__section .commonHeading h2 {
    font-size: 18px;
  }

  .propertyType__head h4 {
    font-size: 18px;
  }

  .getAlert__inner h5 {
    font-size: 20px;
  }

  .getAlert__inner {
    padding: 25px 15px;
  }

  .listingSearch__btns .btn.dropdown-toggle {
    padding: 11px 20px 11px 10px;
    min-width: 70px;
    font-size: 12px;
  }

  .listingSearch__btns .btn.dropdown-toggle::after {
    right: 5px;
    background-size: 9px;
    top: 16px;
  }

  .property_type ul li a {
    font-size: 13px;
  }

  .management__info p {
    font-size: 13px;
    margin: 0;
    padding: 2px 0 0;
  }

  .sortByForm .btn.dropdown-toggle {
    min-width: 110px;
  }
.home-modal {
  padding: 24px;
}
.project-space {
    flex-wrap: nowrap;
}
  .management__info h5 {
    font-size: 17px;
    margin: 0;
  }

  .management_property a img {
    max-width: 90px;
  }

  .detail__chart {
    padding: 30px 10px 10px;
  }

  .chartRow {
    font-size: 14px;
  }

  .dealerInfo {
    padding: 10px 10px;
  }

  .dealerImg {
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .dealerInfo p {
    margin: 0;
    padding: 0;
    font-size: 12px;
  }

  .dealerInfo h5 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .dealerContact a {
    font-size: 12px;
    padding: 6px 13px 5px;
    margin-left: 5px;
  }

  .dealerContact {
    margin-top: 10px;
  }

  /* .mainCarousel--style .slick-slide img {
    height: 200px;
  } */

  .mainCarousel--style .property__box {
    display: block;
  }

  .propertyTitle strong {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }

  .propertyAddress {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .price-detail h3 {
    margin-inline-end: 5px;
}
.advanced-model .modal-footer .btn {
    margin: 0px;
}
.Client_data_slider .client-logo {
    margin: 12px 50px;
}
.property_btn1 .OrangeBtn {
    padding: 10px 14px;
}
/* .admin-property-list {
  padding: 20px;
} */
/* .advanced-model .bed {
    flex-wrap: wrap;
} */
/* .advanced-model .bed .filter_card_row {
    width: 100%;
} */
[dir="rtl"] .dropdown-menu.show {
    min-width: 100%;
}
.admin-drop {
  display: none;
}
/* .admin-profile {
  display: none;
} */
.content-dashboard .logo {
  margin-right: unset;
  width: fit-content;
  margin: 5px 0px;
}
.buyer-list {
    row-gap: 20px;
}
  /* .proprtyList_box .slick-slide img {
    height: 250px;
  } */

  .mainSearch__box select.form-select {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*  */
  .modal-dialog-scrollable .modal-body {
    padding-left: 5px;
    padding-right: 5px;
  }

  .checkbox_card_buttons .checkbox_card {
    width: auto;
    padding: 3px;
  }
.agency-content .broker_contect_list {
  justify-content: center;
}
.widget__list {
    padding: 10px 15px;
}
  .checkbox_card_btn {
    margin: 0;
    width: 100%;
    height: 100px;
  }
  .widget__header {
    padding: 15px;
}
.listingSearch__box.listingSearch-buttongroup .input-group button.btn.search-btn.project-btn {
    padding: 14px;
}
.model-right.sign-up-form .btn-close.closereq {
  top: 10px;
}
.dashboard-header2.layout-page nav.navbar {
  margin-top: 75px;
}
  .checkbox_card_btn .checkbox_card_icon {
    padding: 5px;
  }
.detail_card .accordion-body {
    padding: 15px;
}
.detail_card button.accordion-button {
    padding: 14px 15px;
}
.projects.mx1024 .project__detail{
  padding-top: 15px;
}
.recent__property .container .row.property-list-detail.similar-property {
  margin-bottom: 25px;
}
.agency-property {
    padding-top: 50px;
}
.project__detail {
    padding-top: 0px;
}
.new-project-detail .propertyName ul {
  columns: 2;
  gap: 30px;
}
.project__detail .project-from-price {
    padding: 0px 0 5px;
}
.Project-details {
    padding: 20px 0px;
}
.project-detail2 {
    padding-right: 0px;
}
  .checkbox_card_btn .checkbox_card_icon h3 {
    font-size: 15px;
  }

  .mark_icon {
    width: 55px;
    height: 55px;
  }

  .achivement_data {
    margin-top: 0;
    margin-bottom: 16px;
  }

  div#pf-stats {
    background-color: #fff;
    padding: 76px 0 49px;
  }
[dir="rtl"] .text-works p {
    height: 100%;
    overflow: unset;
    -webkit-line-clamp: unset;
}
[dir="rtl"] .text-works h5 {
    height: 100%;
    overflow: unset;
    -webkit-line-clamp: unset;
}
  #how-it-works .work_wrapper img {
    width: 176px;
    height: 176px;
    margin-bottom: 0px;
    margin-top: 15px;
  }

.projectList__section {
  padding: 0px 12px;
}
.project-listing div:last-child{
  display: block;
}
.project-listing div{
  display: none;
}

.main_content_wrapper .alert {
    max-width: 300px;
}
  #how-it-works {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
  }

  .Sophisticated .content {
    padding: 34px 0;
  }

  .work_wrapper {
    margin-bottom: 30px;
  }
.modal-dialog-scrollable .pv-modal-content {
    max-height: 500px;
}
  /* */

  /* .broker_find_banner {
    padding: 6rem 0;
  } */
.agency-heading h2 {
    font-size: 18px;
}
  /* .broker_find_searchBar {
    padding: 1rem;
  } */

  .broker_find_searchBar .btn {
    padding: 10px 12px;
  }

  /* .broker_listing_section {
    padding: 40px 0;
  } */

  .borker_list_item {
    padding: 0px;
    margin-bottom: 20px;
  }
  .agency_detail .borker_list_item {
    padding: 15px;
}
.borker_list_item_content {
    padding: 0px 15px 15px 15px;
}
.agency_detail .borker_list_item .borker_list_item_img img {
    max-width: 100%;
}
  .borker_list_item_head {
    display: block;
  }

  .borker_list_item_img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .borker_list_item_content {
    max-width: 100%;
  }

  .listingSearch__bar.projectlist__bar {
    position: unset;
  }

  .lang_en .mainSearchForm .filter-btn {
    margin-left: 0px;
  }

  .lang_ar .mainSearchForm .filter-btn {
    margin-right: 0px !important;
  }

  .opportunity__section {
    padding: 40px 0px 0px 0px;
  }
.common-section {
    padding: 40px 0px 0px 0px;
}
.works-section {
    padding-top: 15px;
}
  .opportunity__section .opportunitySlider {
    row-gap: 20px;
  }

  .single--contentWrap .detail_card .detail_card_info .propertyName {
    width: 100%;
  }
.extra-details li {
    width: 50%;
}
  #header_gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-content {
    margin-left: 0px;
}
.content-dashboard .header {
    position: fixed;
    z-index: 10;
    background: #fff;
}
.image-admin {
    padding: 11px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar {
    overflow-y: scroll;
}
.btn.search-btn img {
  margin-inline-end: 0px;
  max-width: 14px;
}
.mainSearch__box .main-box {
  margin-top: -1px;
}
  .property_detail .gridBanner__section .slick-slide img {
    height: 390px;
  }
.mobile-show-list {
  display: none;
  padding: 0px 10px 16px 10px; 
  position: relative;
}
.mobile-show-list label {
  margin-bottom: 12px;
  font-size: 16px;
  color: #0D1432;
}
.price-set .list-of-range{
  padding: 10px 4px;
}
.list-of-proprty-btn {
  padding: 10px 10px 10px;
}
.mobile-show-list .dropdown-menu{
  inset: 0px 0px auto auto !important;
  min-width: 300px !important;
}
.pswp__img{
  transform: translate(12%, 0%);
  max-width: calc(100vw - 20vw) !important;
  max-height: calc(100vh - 20vh) !important;
}
.mobile-show-list .dropdown-toggle {
  background-color: #fff;
}
  .filter_card_wrap .checkbox_card_buttons {
    display: flex;
    gap: 5px;
    overflow: auto;
    /* padding-bottom: 10px; */
  }
  .advanced-model .bed {
    column-gap: 0px;
}
  .list-img, .propertyImg {
    height: 205px;
}
.recent__property .slick-prev.slick-arrow {
  left: 2px;
}
.recent__property .slick-next.slick-arrow {
  right: 2px;
}
.mainSearch__section {
    padding: 60px 0px;
}
.pair_pills .btn-group{
  overflow-x: scroll;
  width: 100%;
  border-radius: 0px;
  padding-bottom: 10px;
}

  .checkbox_card_btn .checkbox_card_icon h3 {
    width: auto;
    white-space: nowrap;
  }

  .listingSearch__bar.list-page-bar .listingSearch-buttongroup .input-group .drpchield .list-of-range {
    padding-top: 20px;
  }

  .list-of-proprty {
    max-height: 50vh;
    /* position: relative; */
  }
  .listingSearch__bar.list-page-bar {
    margin-left: -10px;
    margin-right: -10px;
    /* padding-top: 20px; */
  }

  .overflow-hidden .listingSearch__bar.list-page-bar:before {
    background: #f7f8f8;
    content: '';
    position: absolute;
    left: 0px;
    top: -22px;
    height: 22px;
    width: 100%;
  }

  .list-of-range {
    padding: 0px;
  }

  /* .featured-property .slick-prev.slick-arrow {
    filter: brightness(100);
    left: 6px;
  } */

  /* .featured-property .slick-next.slick-arrow {
    right: 6px;
    filter: brightness(100);
  } */

  .header-spacer {
    height: 58px;
  }

  .sortBy img {
    height: 18px;
  }

  .listingSearch__bar {
    padding: 15px 12px;
  }

  .padding-0 {
    padding: 0px;
  }

  .card-profile-image .circle_name {
    left: 31%;
  }

  /* .navigationInner.navToggle {
    top: 60px;
  } */

  .property_page {
    margin-top: 15px;
    width: 100%;
  }
.property-search .dataTables_wrapper .dataTables_length, .property-search #ajax_table_filter{
  text-align: center;
}
  .subscription th,
  .subscription td {
    white-space: nowrap;
  }

  #ajax_table_wrapper .dropdown.bootstrap-select {
    width: 65px;
  }

  .list__propertybtn {
    display: flex;
    justify-self: center;
  }
  .property-search #ajax_table_filter label {
    display: flex;
    align-items: center;
  }
  .property-search #ajax_table_filter label input{
    width: 100%;
  }
  .property-start {
    margin: auto -10px;
  }
}

@media only screen and (max-width: 480px) {
  .mainSearch__inner h1 {
    font-size: 35px;
    max-width: 300px;
  }

  .commonHeading h2,
  .list__propertyCntnt h2 {
    font-size: 22px;
  }

  .propertyName,
  .propertyWidth {
    font-size: 14px;
  }

  .list__propertyCntnt h6 {
    font-size: 16px;
    padding-right: 0;
  }

  /*  */
  .form__wrapInner {
    max-width: 100%;
  }

  .radio--bt .radio--bt-label {
    padding: 5px 0px 4px;
    min-width: 90px;
    font-size: 12px;
    margin-right: 5px;
  }

  .propertyType__head p {
    font-size: 14px;
  }

  .propertyType__head h4 {
    font-size: 20px;
  }

  .management__info h5 {
    font-size: 13px;
    font-family: "MetropolisRegular";
  }

  .management_property a img {
    margin-left: 5px;
    max-width: 70px;
  }

  .sortByForm .btn.dropdown-toggle {
    min-width: auto;
    font-size: 13px;
  }

  .sortBy span {
    margin-right: 10px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sortBy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    width: 100%;
  }
  .Client_data_slider .slick-prev.slick-arrow {
  left: -10px;
  }
  .Client_data_slider .slick-next.slick-arrow {
    right: -10px;
  }
.Client_data_slider .client-logo {
    margin: 12px 24px;
}
.gallery_card .slick-prev.slick-arrow {
    left: -8px;
}
.gallery_card .slick-next.slick-arrow {
    right: -6px;
    filter: unset;
}
.advanced-model .filter_card_row {
    margin-bottom: 20px;
}
.admin-logo {
  max-width: 120px;
  /* display: block; */
}
.menu-btn span {
    padding: 6px 9px;
}
.content-dashboard .header {
  box-shadow: 0 1px 8px #05121f26;
}
.property_page {
  /* flex-wrap: wrap; */
  row-gap: 20px;
}
.dashboard-header2 .btn.dropdown-toggle {
    padding: 10px 30px 10px 10px;
    font-size: 15px;
}
.start-left {
  flex-wrap: wrap;
}
.start-card {
    padding: 20px;
}
  .sortByForm .btn.dropdown-toggle::after {
    right: -3px;
    width: 12px;
    height: 10px;
    top: 15px;
  }

  .propertyAddress {
    padding: 0;
    font-size: 14px;
  }

  .management {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    column-gap: 10px;
  }

  .propertyTypeSlider .slick-next.slick-arrow {
    background-size: 10px;
    right: 2px;
  }

  /* .propertyTypeSlider .slick-prev.slick-arrow {
    left: 2px;
    background-size: 10px;
  } */
.slick-prev.slick-arrow {
    left: 12px;
}
.slick-next.slick-arrow {
    right: 12px;
    filter: unset;
}
.recent__property .slick-prev.slick-arrow {
  left: 2px;
}
.recent__property .slick-next.slick-arrow {
  right: 2px;
}
  .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .slick-prev.slick-arrow,.slick-next.slick-arrow {
    display: block !important;
}
  .proprtyList__section .commonHeading h2 {
    font-size: 18px;
  }

  .propertyType__head h4 {
    font-size: 18px;
  }

  .getAlert__inner h5 {
    font-size: 20px;
  }

  .getAlert__inner {
    padding: 25px 15px;
  }

  .listingSearch__btns .btn.dropdown-toggle {
    padding: 11px 20px 11px 10px;
    min-width: 70px;
    font-size: 12px;
  }

  .listingSearch__btns .btn.dropdown-toggle::after {
    right: 5px;
    background-size: 9px;
    top: 16px;
  }

  .property_type ul li a {
    font-size: 13px;
  }

  .management__info p {
    font-size: 13px;
    margin: 0;
    padding: 2px 0 0;
    font-family: "MetropolisRegular";
  }

  .mainSearch__box .form-select {
    width: 100%;
  }

  .gridBanner {
    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .gridBanner>div {
    width: 100%;
    display: none;
  }

  .gridBanner>div:first-child {
    display: block;
  }

  .mainSearch__box .property-type {
    display: none;
  }

  .filter-btn {
    width: 50%;
  }

  .search-btn {
    width: 50%;
  }

  .listingSearch__box .filter-btn {
    width: 100%;
  }

  .mainSearch__box .filter_card_row select {
    display: block;
  }

  .propertyDetail .propertyName,
  .propertyDetail .propertyWidth {
    font-size: 13px;
    margin-right: 0;
  }

  .propertyLoc img {
    width: 25px !important;
  }

  .propertyLoc {
    margin-top: 10px;
  }

  .Benefits .benefit_data {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .benefit_data ul li {
    font-size: 16px;
  }

  .blogHolder__wrapper {
    padding: 40px 0;
  }

  /* */

  .borker_list_item_botom .counter_list .counter_list_item {
    margin: 0 3px 10px;
  }

  .borker_list_item_botom .counter_list .counter_list_item .counter {
    font-size: 18px;
  }

  .borker_list_item_botom .counter_list .counter_list_item .caption,
  .broker_contect_list li a {
    font-size: 13px;
  }
.property-list .broker_contect_list li a {
    width: 35px;
    height: 35px;
}
.property-list .broker_contect_list li a img  {
  width: 100%;
}
  .broker_contect_list li a svg {
    width: 20px;
  }

  /* */
  .projectlist__bar .input-group .btn.dropdown-toggle {
    display: block !important;
  }

  .amenities__section ul {
    display: block;
  }

  .projectDetail__section .projectList__item-bottom .project__detail {
    display: block;
  }

  .projectDetail__section .projectList__item-bottom .OrangeBtn {
    display: inline-block;
  }

  .projectList__list-btn {
    left: 10px;
    right: 10px;
  }

  .projectList__list-btn .model-button {
    font-size: 12px;
    margin-right: 10px;
    padding: 6px 8px;
  }

  /* .listingSearch__box button.btn.btn-outline-secondary.dropdown-toggle.ms-2 {
		display: block !important;
	} */
  /* 11 october */
  .listingSearch__bar {
    position: unset;
  }

  .mainSearch__box .form-select {
    width: 100%;
  }

  .gridBanner {
    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }

  .gridBanner>div {
    width: 100%;
    display: none;
  }

  .gridBanner>div:first-child {
    display: block;
  }

  .mainSearch__box .property-type1 {
    display: none;
  }

  .filter-btn {
    width: 50%;
  }

  .search-btn {
    width: 50%;
  }

  .listingSearch__box .filter-btn {
    width: 100%;
  }

  .mainSearch__box .filter_card_row select {
    display: block;
  }

  .propertyDetail .propertyName,
  .propertyDetail .propertyWidth {
    font-size: 13px;
    margin-right: 0;
  }

  .propertyLoc img {
    width: 25px !important;
  }

  .propertyLoc {
    margin-top: 10px;
  }

  .Benefits .benefit_data {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* 
	.management{
		
			flex-direction: column;
			max-width: 90%;
			width: 100%;
			align-items: flex-start;
		
	} */
  .management__pic {
    /* width: 80px; */
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .management__pic img {
    width: 42px;
    height: 42px;
  }

  .management__pic img+img {
    margin-left: -5px;
    position: relative;
  }

  .management__info {
    margin-left: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .management__info p {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .management__info h5 {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
.project-sort.sortByForm .btn.dropdown-toggle::after {
    top: 10px;
    right: 7px;
}
  .pic {
    width: 42px;
    height: 42px;
  }
.project-heading {
  font-size: 18px;
}
  .management__pic .pic+.pic {
    margin-left: -5px;
  }

.sortBy {
    justify-content: end;
}
.sortByForm .dropdown-toggle {
    padding: 6px 25px 6px 10px;
    font-size: 15px;
}
.sortByForm .dropdown-toggle::after {
    top: 10px;
    right: 7px;
}
.list-heading {
    font-size: 18px;
    text-align: left;
}
[dir="rtl"] .list-heading {
    text-align: right;
}
.agency-search {
    column-gap: 15px;
}
  .proprtyList__section .commonHeading h2 {
    font-size: 14px;
    margin-right: 10px;
  }

  .other_login_button {
    width: 100%;
  }

  .other_login {
    margin: 20px 0px;
    row-gap: 20px;
  }

  .other_login_button a {
    min-width: 100%;
    margin: 0px 0px 20px;
  }
}

@media only screen and (max-width: 359px) {
  .mainSearch__section {
    padding: 40px 0px 30px;
  }

  .opportunity__section {
    padding-left: 0;
  }

  .office__Leasing {
    padding-left: 0;
    padding-right: 0;
  }

  .recent__property .container,
  .iconic__property .container {
    max-width: none;
    padding: 0 0 0 12px;
  }

  .list__propertyBox {
    padding: 30px 10px 45px;
  }

  .modal-footer .btn {
    margin: 0 5px;
    padding: 7px 10px;
  }

  .filter_card_wrap .list-of-range .form-select {
    margin: 0 3px;
    min-width: 140px;
  }
}