img {
  max-width: 100%;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
/*----------------header-------------------------*/
.logo-brand-company {
  max-width: 150px;
}
.menu-nav-items .items-menu-wgt {
  display: inline-block;
}
.menu-nav-items .items-menu-wgt .menu-items-link-wp {
  display: inline-block;
  color: #212529;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 500;
}
.menu-nav-items .login-check-wgt .menu-items-link-wp {
  font-size: 13px;
  padding: 6px 6px;
}
.menu-nav-items .items-menu-wgt .btn-wgt-mt {
  background-color: #fff;
  border: 1px solid #0064e5;
  border-radius: 5px;
  font-size: 12px;
}
.menu-nav-items .items-menu-wgt .btn-wgt-mt span {
  background-color: #0064e5;
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 8px;
  text-transform: capitalize;
  margin-left: 5px;
}
.circle-flg-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.items-city-listhead {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100px !important;
}
.items-city-listhead::after {
  position: absolute;
  right: 0px;
  display: inline-block;
}
.item-lang-txt a {
  display: block;
  padding: 5px 15px;
  color: #222;
  font-size: 15px;
}
.citywise--dropmenu {
  min-width: 310px;
}
/*-----------------right side menu--------------*/
.toggle-item-line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #006ce3;
  margin-bottom: 4px;
}
.side-wraper-area {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background-color: #fff;
  padding: 0 0 0px 0;
  overflow: auto;
  z-index: 99;
  font-size: 13px;
  font-weight: 600;
  color: #474747;
  height: 100%;
  transition: all 0.4s ease;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.rightside--aside {
  height: 100%;
  padding-bottom: 100px;
}
.side-wraper-area.show {
  display: block;
}
.open-menu-side {
  overflow: hidden;
}
.open-menu-side::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 12;
}
.cover-topSide {
  background: url(../images/cover-menu-banner.jpeg) no-repeat center;
  height: 110px;
  position: sticky;
  background-size: cover;
  display: flex;
  align-items: center;
}
.close-btnside {
  position: absolute;
  right: 20px;
  top: 20px;
}
.close-btnside img {
  width: 21px;
  height: 21px;
}
.logo-menu-aside img {
  width: 137px;
  filter: brightness(0) invert(1);
}
.multi-menu-side {
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
  padding-bottom: 10px;
}
.small-title {
  font-size: 12px;
  color: #999;
  padding: 0px 15px;
}
.btn-newsign {
  margin: 0px 15px;
  font-size: 13px;
  font-weight: 700;
  color: #006ce3;
}
.menurigt--nav .item-flex-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
}
.item-flex-menu .txtlang img {
  margin-right: 8px;
}
.rt-menu .menulink--navitem {
  display: block;
  padding: 10px 15px;
  color: #212529;
  font-weight: 700;
}
.item-link-submenu a {
  display: block;
  font-size: 13px;
  padding: 5px 15px;
  color: #212529;
}
.notify-iconeweb {
  float: right;
  margin-right: 15px;
}
.notify-iconeweb a {
  background-color: #e9e9e9;
  color: #000;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
}
.notify-iconeweb i {
  margin-top: 6px;
  font-size: 18px;
}
.icon-rightdown-menu {
  float: right;
  margin-top: 2px;
  font-size: 17px;
  color: #787878;
  transition: all 0.8s;
  transform: rotate(180deg);
}
.sub-menu-heading {
  font-size: 13px;
  padding: 5px 15px;
  color: #212529;
  margin-bottom: 0px;
  font-weight: 700;
}
.item-link-submenu a {
  display: block;
  font-size: 13px;
  padding: 5px 15px;
  color: #212529;
}
/*-----------------------list search filter-----------------------*/
.search-input-txtflt {
  font-size: 17px;
  height: 40px;
  padding: 6px 10px;
  line-height: normal;
}
.search-input-txtflt::placeholder {
  font-size: 17px;
}
.btn-search-items-wg {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #414141;
}
.filter-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 10px;
  margin-top: -1px;
}
.filter-search-dropdown ul {
  max-height: 350px;
}
.itemfilter-mlt {
  cursor: pointer;
  font-size: 17px;
  color: #222;
}
.itemfilter-mlt:hover {
  background-color: #006ce31f;
}
.searchfilter--dropdown {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  margin-top: 8px;
  display: none;
  z-index: 9;
  box-shadow: rgb(0 0 0 / 5%) 0px 1px 4px;
}
.sug-sub-bx {
  max-height: 200px;
  overflow-y: auto;
}
.sug-sub-bx .multi-wave-items-pty a {
  display: block;
  color: #222;
  padding: 6px 15px;
  line-height: normal;
  font-size: 14px;
}
.sug-sub-bx .property_search .select-list-pty-w {
  display: block;
  padding: 4px 10px;
  color: #000;
  font-size: 14px;
}
.sug-sub-bx .property_search:first-child .select-list-pty-w {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sug-sub-bx .property_search:last-child .select-list-pty-w {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sug-sub-bx .property_search .select-list-pty-w:hover {
  background-color: #0064e5;
  color: #fff;
}
/*-------------------------------*/
.top-header-filter-bar {
  background-color: #0064e5;
}
.mult-filter-items-button {
  margin-right: 10px;
}
.btn.fltcomn-btn {
  background-color: #fff;
  border-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  width: 100%;
  height: 40px;
  border-radius: 30px;
}
.btn.button-txt-fltcol{
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn.fltcomn-btn:hover,
.btn.fltcomn-btn:focus {
  background-color: #fff;
  border-color: #fff;
}
.btn.fltcomn-btn.active {
  border: 2px solid #555555;
  background-color: #f2f2f2;
}
.btn-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 18px;
}
.btn.search-button-add-fill {
  width: 300px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-right: 30px;
}
.plus-icon-wgt {
  position: absolute;
  right: 10px;
  margin-top: 1px;
}
.count-num-filer {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #d8232a;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}
/*----------search modal-----------*/
.reset-btn-search:hover {
  color: #0064e5;
}
.list-serach--mtr-wgt {
  margin-bottom: 10px;
}
.items-checklabel-flt {
  font-size: 15px;
  cursor: pointer;
}
.items-checklabel-flt input {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}
.items-checklabel-flt input:focus {
  outline: none;
  box-shadow: none;
}
.count-propert-state {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
/*------------modal css--------*/
.modal-header-element {
  background-color: #0064e5;
  padding: 20px 18px;
}
.modal-header-element .btn-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  margin: 0px !important;
}
.modal-header-element .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.modal-title-bar {
  color: #fff;
  font-size: 24px;
  line-height: 20px;
  margin: 0px !important;
}
.inputcontrol--web {
  font-size: 14px;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0.25rem;
  padding: 8px 10px 8px 10px;
}
.form-control.inputcontrol--web:focus {
  border-color: #dee2e6;
  outline: none;
  box-shadow: none;
}
.title-nm--heading {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.parag-txt-mdl-disc {
  font-size: 14px;
  margin-bottom: 5px;
}
.filter-area-wgt-chk {
  margin-right: 10px;
}
.filter-area-wgt-chk .form-check {
  padding: 0px;
}
.filter-area-wgt-chk .form-check .form-check-label {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  padding: 5px 12px;
  font-size: 14px;
  cursor: pointer;
}
.filter-area-wgt-chk .form-check .form-check-label:hover {
  background-color: #0064e5;
  color: #fff;
}
.filter-area-wgt-chk .form-check .form-check-input {
  display: none;
}
.filter-area-wgt-chk .form-check .form-check-input:checked+.form-check-label {
  background-color: #0064e5;
  color: #fff;
}
.label-wt--yt-title {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.price-symbl {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.control-fld--int {
  border-color: #686868;
  border-radius: 3px;
}
.check-label-fw label {
  display: block;
  padding: 12px 16px;
  font-size: 17px;
  margin-bottom: 0px;
  cursor: pointer;
}
.check-label-fw label:hover {
  color: #0064e5;
}
.check-label-fw label input {
  margin-right: 15px;
}
.flex-minus--wgt {
  padding: 8px 15px;
  align-self: end;
}
.btn-apply-btn {
  background-color: #0064e5;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 50px;
  min-width: 100px;
  margin: 0px;
}
.btn-apply-btn:hover,
.btn-apply-btn:focus {
  background-color: #0064e5;
  color: #fff;
}
.btn.btn-room-value {
  flex: 1;
  text-align: center;
  line-height: normal;
  /* height: 38px; */
  height: 32px;
  border-radius: 0px;
  border: 1px solid #858585;
  font-size: 14px;
  margin-left: -1px;
}
.btn.btn-room-value:first-child {
  border-radius: 5px 0px 0px 5px;
}
.btn.btn-room-value:last-child {
  border-radius: 0px 5px 5px 0px;
}
.btn.btn-room-value.active {
  background-color: #0064e5;
  color: #fff;
}
.text-numb-rm {
  font-size: 13px;
  font-weight: 500;
}
.control-fld--int {
  height: 32px;
  font-size: 14px;
}
@media screen and (min-width: 1600px) {
  .container-list-wdt {
    max-width: 1800px;
  }
}
.container-list-wdt {
  max-width: 1800px;
}
/*-----list-propery css----------*/
.list-layout-properties {
  background-color: #f5f5f5;
}
.list-breacum .mult-link-bread {
  display: inline-block;
  line-height: 12px;
}
.list-breacum .mult-link-bread .breadmenu-items-wp {
  display: inline-block;
  font-size: 10px;
  color: #606060;
}
.list-breacum .mult-link-bread::after {
  content: ">";
  font-family: "Font Awesome 6 Free";
  font-size: 9px;
  margin: 0px 5px;
  vertical-align: middle;
  color: #606060;
  display: inline-block;
}
.update-txt-dt {
  display: inline-block;
  font-size: 10px;
  color: #606060;
}
/* .btn.btn-shortpr-btn::after {
display: none;
  } */
.btn.btn-shortpr-btn i {
  color: #222;
}
.btn.btn-shortpr-btn span {
  line-height: normal;
}
.btn.btn-shortpr-btn span i {
  font-size: 12px;
  vertical-align: middle;
}
.sort-by-listwgt li .items-short-btn {
  padding: 12px 32px 12px 16px;
  display: block;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0px;
  cursor: pointer;
}
.sort-by-listwgt li .items-short-btn.active {
  font-weight: 600;
}
.list-title-h2 {
  font-size: 18px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 0px;
}
.disc-list-content {
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-card-property {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-color: #e0e0e0;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.list-card-property.map-view-list:last-child {
  margin-bottom: 0px;
}
.leftlst-properties {
  flex: 0 0 auto;
  width: calc(100% - 250px);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.img-sidepropert-lst {
  flex: 0 0 auto;
  width: 360px;
}
.img-sidepropert-lst .image-property-thumb {
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
}
.img-sidepropert-lst .image-property-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.img-sidepropert-lst .image-property-thumb .count-imag-lst {
  height: 16px;
  padding: 2px 6px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #303030;
  border-radius: 4px;
  background-clip: padding-box;
}
.img-sidepropert-lst .image-property-thumb .image-upload-day {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  background-color: rgba(48, 48, 48, 0.7);
  text-align: left;
  border-radius: 0px 0px 8px 8px;
}
.ownner-txt {
  font-size: 12px;
  font-weight: 500;
  color: #303030;
}
.property-inflst {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% - 360px);
  padding: 0 10px 0 25px;
}
.flex-head-prpt {
  flex: 1;
  padding-right: 15px;
}
.title-lt-ptpt {
  font-size: 14px;
  color: #303030;
  margin-bottom: 3px;
}
.title-lt-ptpt a {
  color: #303030;
}
.location-mt-w a {
  font-size: 12px;
  color: #606060;
  font-weight: 500;
  text-decoration: underline;
}
.icon-lstwat-emt .rp-icon-wt {
  display: inline-block;
  line-height: normal;
  margin-left: 10px;
}
.icon-lstwat-emt .rp-icon-wt .btn-share-lst {
  padding: 0px;
  line-height: normal;
}
.property-items-sumry-lyt {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.item-rowsumry-flx {
  flex: 1;
  background-color: #f5f5f5;
}
.items-col-sumry-lst {
  flex: 0 0 auto;
  width: 50%;
}
.items-col-sumry-lst .summry-lst-itms {
  display: flex;
  border-right: 1px solid #d7d7d7;
  margin: 10px 8px 8px 10px;
}
.items-col-sumry-lst:nth-child(2n) .summry-lst-itms {
  border-right: 0px;
}
.icon-prop-sumry {
  flex: 0 0 auto;
  width: 25px;
}
.rside-valu-plt {
  flex: 0 0 calc(100% - 25px);
  max-width: calc(100% - 25px);
  padding-left: 10px;
}
.title-smt-elm {
  font-size: 10px;
  font-weight: 400;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.txt-valu-prpt {
  font-size: 12px;
  font-weight: 500;
  color: #303030;
}
.bottom-inform--prpty p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  color: #303030;
  display: inline-block;
  width: calc(100% - 15px);
  margin-bottom: 0px;
}
.bottom-inform--prpty p.active {
  white-space: wrap;
  display: inline;
}
.bottom-inform--prpty .textbutton-expand {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
}
.right-sidecall-contact {
  flex: 0 0 auto;
  width: 250px;
  padding: 24px;
  background-color: #f5f5f5;
}
.call-us-for-p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.txt-price-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.small-price-unit {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.price-other-wt {
  font-size: 12px;
  font-weight: 500;
  color: #303030;
}
.deposite-pricetxt {
  font-size: 15px;
  font-weight: 700;
  margin-right: 5px;
}
.btn.btn-contact-own {
  background-color: #0064e5;
  color: #fff;
  border: 1px solid #0064e5;
  padding: 0 12px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  width: 100%;
}
.btn.btn-contact-own:hover,
.btn.btn-contact-own:focus {
  background-color: #0064e5;
  color: #fff;
  border-color: #0064e5;
}
.btn.btn-ask-nm {
  background-color: #fff;
  color: #0064e5;
  border: 1px solid #0064e5;
  padding: 0 12px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  width: 100%;
}
.btn.btn-ask-nm:hover,
.btn.btn-ask-nm:focus {
  background-color: #0064e5;
  color: #fff;
  border-color: #0064e5;
}
/*----------------------------------------------*/
.footer-layout {
  background: #0f172a;
  padding-top: 50px;
}
.title-ftp-hw {
  font-size: 26px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}
.multi-list-propert-ft {
  margin-bottom: 20px;
}
.items-mn-wp .ftr-menu-wp {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 5px 15px 8px;
  line-height: 21px;
  border-bottom: 3px solid transparent;
  border-radius: 0px;
  margin-right: 15px;
}
.items-mn-wp .ftr-menu-wp.active {
  background-color: transparent;
  font-weight: 500;
  color: #fff;
  border-color: #fff;
}
.title-option-prop-ftr {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.ul-socila-wgt {
  display: flex;
  align-items: center;
}
.ul-socila-wgt .men-socl-wt {
  display: inline-block;
  margin-right: 8px;
}
.men-socl-wt a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #212529;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.men-socl-wt a i {
  line-height: 30px;
}
.men-socl-wt a svg {
  margin-top: 7px;
}
.main-ftr-head {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.bottom-line::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
}
.items-link-wgtmenu .link-side--items {
  font-size: 16px;
  color: #fff;
}
.multi-list-propert-ft {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.items-mt-property-wl a {
  position: relative;
  padding-left: 12px;
  color: #ccc;
  font-size: 12px;
  display: inline-block;
}
.items-mt-property-wl a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0px;
}
.more-property-show {
  font-size: 13px;
  color: #fff;
}
.flxhead--flr-nme {
  margin-bottom: 15px;  
}
.filter-grid-view-lst .nav-pills {
  justify-content: end;
}
.btn-grd-lst-wiv {
  font-size: 14px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #0064e5;
  border-color: #f4f9ff;
  color: #fff;
}
.btn.btn-grd-lst-wiv:hover,
.btn.btn-grd-lst-wiv:focus,
.btn.btn-grd-lst-wiv.active {
  background-color: #f4f9ff;
  border-color: #f4f9ff;
  color: #0064e5;
}
.map-icon-flt {
  width: 16px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.btn.btn-grd-lst-wiv .map-icon-flt{
  filter: brightness(0) invert(1);
}
.btn.btn-grd-lst-wiv:hover .map-icon-flt,
.btn.btn-grd-lst-wiv:focus .map-icon-flt,
.btn.btn-grd-lst-wiv.active .map-icon-flt {
  filter: brightness(1) invert(0);
}
.select-dropbtn {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  font-weight: 500;
  color: #606060;
  padding: 5px 15px;
  height: 32px;
  display: inline-block;
  border-radius: 30px;
  line-height: normal;
  text-align: left;
}
.dropdown-filterwap-mt {
  top: 100%;
  left: auto;
  right: 0px;
  margin-top: 2px !important;
}
.text-paragrap-wp {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  position: relative;
  width: 97%;
}
.full-show-txtwp {
  white-space: normal;
  display: inline;
  width: auto;
}
span.click-more {
  display: inline-block;
  vertical-align: middle;
}
.btn-search-field-location {
  background-color: #006ce3;
  height: 38px;
  padding: 5px 15px;
  border-radius: 4px;
  line-height: normal;
  color: #fff;
  font-size: 14px;
}
.btn.btn-search-field-location:hover,
.btn.btn-search-field-location:focus {
  background-color: #006ce3;
  border-color: #006ce3;
  color: #fff;
}
.btn-cancel-mdl {
  border-color: #006ce3;
  height: 38px;
  padding: 5px 20px;
  border-radius: 4px;
  line-height: normal;
  color: #006ce3;
  font-size: 14px;
}
.col-with-middle {
  order: 2;
  padding-left: 0px;
  padding-right: 0px;
}
.col-with-left {
  order: 1;
}
.col-with-right {
  order: 3;
}
.agent-wape-sidebar{
  padding-top: 64px;
}
.col-with-left .agent-wape-sidebar{
  padding-top: 18px;
}
.btn.btn-cancel-mdl:hover,
.btn.btn-cancel-mdl:focus {
  border-color: #006ce3;
  color: #006ce3;
}
/* .mapviewer-warper #map{
  height: 600px;
} */
.sidecard-profile-list {
  position: sticky;
  top: 0px;
}
.all-service {
  height: calc(100% - 145px);
  overflow-y: auto;
}
.full-list-wapper {
  position: sticky;
  top: 0px;
  bottom: 0px;
}
.mapviewer-warper #map {
  /* height: calc(100vh - 218px); */
    height: calc(100vh - 145px);
}
.mapviewer-warper .gm-style-iw-c .gm-ui-hover-effect {
  display: none !important;
}
.list-card-property-card {
  border: 2px solid blue;
  /* Blue border */
  border-radius: 8px;
  /* Optional: rounded corners */
  padding: 10px;
  /* Optional: spacing inside */
}
.msg-label-txt {
  font-size: 14px;
  color: #303030;
  margin-bottom: 8px;
}
.form-control.filed-area-msg:focus {
  outline: none;
  box-shadow: none;
  border-color: #d6d6d6;
}
.footer-middle-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  padding: 10px 0px;
}
.copywrite-txt .text-ftr--normal {
  font-size: 12px;
  color: #ccc;
}
.other-item-ftr .link-other-items {
  color: #ccc;
  display: inline-block;
}
.other-item-ftr .link-other-items a {
  color: #ccc;
  display: inline-block;
  padding: 0px 5px;
  font-size: 12px;
}
.copywrite-txt .text-ftr--normal .text-ftr--grp {
  color: #ccc;
}

/*----------------------------------------*/
@media only screen and (min-width: 992px) {
  .mult-width-col{
    width: calc(100% - 300px);
  }
  .agent-col-width{
    /* width: 300px; */
    width: 270px;
  }
  /* .sidecard-profile-list{
    height: 675px;
    overflow-y: auto;
  } */
}

@media only screen and (min-width: 1200px) {
  .col-with-middle {
    /* width: calc(75% - 300px); */
    width: calc(60% - 270px);
  }
  .col-with-right{
    width: 40%;
  }
}
@media only screen and (min-width: 2000px) {
  .col-with-middle {
    width: calc(66.67% - 270px);
  }
  .col-with-right{
    width: 33.3%;
  }
}

.all-listwap {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 220px);
  overflow-y: auto;
}
.multi-card-agentlist {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin-bottom: 15px;
}
.agent-listcard-pic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px #e8e8e8;
  padding: 15px;
}
.agent-pic-service {
  flex: 0 0 70px;
  max-width: 70px;
}
.agent-pic-service img {
  width: 70px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}
.agent-nm-real {
  flex: 1;
  max-width: 100%;
  padding-left: 15px;
}
.agent-nm-real .agnt-nm-rwt {
  font-size: 18px;
  text-transform: capitalize;
  color: #303030;
  margin-bottom: 0px;
}
.agent-inforow-itm {
  padding: 15px;
  border-bottom: solid 1px #e8e8e8;
}
.itm-listmt-adrs li {
  color: #3e3e3e;
  font-size: 14px;
  margin-bottom: 2px;
}
.bottom-ftr-proife-view {
  padding: 15px;
}
.btn.btn-agnt-profile-tw {
  width: 100%;
  border-color: #0064e5;
  border-radius: 30px;
  color: #0064e5;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-agnt-profile-tw:hover,
.btn.btn-agnt-profile-tw:focus {
  background-color: #0064e5;
  border-color: #0064e5;
  color: #fff;
}
/*-------------tooltips----------------*/
.tooltip-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-txt-view {
  color: #303030;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 13px;
}
.tooltip-dropdown .tooltip-wp-card {
  visibility: hidden;
  position: absolute;
  z-index: 9;
  top: 100%;
  right: 0px;
  opacity: 0;
  transition: opacity 0.2s;
  white-space: normal;
  /* allow wrapping */
  min-width: 200px;
  /* optional: control width */
}
.tooltip-dropdown:hover .tooltip-wp-card {
  visibility: visible;
  opacity: 1;
}
.tooltips-card-note {
  background-color: #333;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.txt-shortline-tips {
  font-size: 10px;
  color: #fff;
  margin-bottom: 0px;
  line-height: normal;
  font-weight: 400;
}
/*--------------------------------------------*/
.head-agenttop-area {
  flex: 0 0 100%;
  background-color: #0064e5;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-side-logo {
  display: flex;
  align-items: center;
}
.logo-estate-wtm .nv-comp-lg {
  width: 120px;
  height: 40px;
  object-fit: cover;
  border-radius: 3px;
}
.nm-company-wpl {
  padding-left: 15px;
}
.nm-company-wpl .owner-compny-nt {
  font-size: 14px;
  color: #fff;
}
.property-agnt-pic {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
}
.property-owner-nmtxt {
  padding-right: 10px;
}
.mts-owner--estt {
  font-size: 13px;
  font-weight: 700;
  display: block;
}
.pic-comp-lg .own-agtlogo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.stp-agnt--yrm {
  list-style-type: disc;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.stp-agnt--yrm .itmagnt-service-wpl {
  margin-left: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #303030;
}
.stp-agnt--yrm .itmagnt-service-wpl:first-child {
  margin-left: 0px;
}
/*---------------modal list----------------*/
/*---------------------------mobile-footer-bootom--------------------------*/
.mobile-footermenu {
  background-color: #006ce3;
  padding: 12px 5px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 3px 10px 1px #00000045;
  z-index: 9;
}
.wigitLink--ftrmenu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.wigitLink--ftrmenu .listlink-ftrmenu-mt {
  flex: 1;
  text-align: center;
}
.listlink-ftrmenu-mt a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 0px 5px;
}
.listlink-ftrmenu-mt .ftr-icon-menu {
  display: block;
  margin-bottom: 5px;
}
.ftr-icon-menu i {
  font-size: 20px;
}
.ftr-icon-menu img {
  height: 20px;
}
.menupage--wraper-web {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: calc(100vh - 140px);
}
.wigmenu-wrap--area {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
.other-menu--itemsweb {
  flex: 0 0 50%;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.wigother--link {
  background-color: #fff;
  height: calc(100%);
  border-radius: 5px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.other-menu--itemsweb a {
  color: #222222;
  display: block;
  padding: 10px 10px;
  font-size: 13px;
  font-weight: 600;
}
.wigother--link .icon-webmenu-mt {
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
  color: #80c60c;
}
.backarea-menubtn {
  margin-bottom: 20px;
}
.btn-arrowback {
  background-color: #19293d;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  color: #fff;
}
.btn-arrowback:hover {
  color: #fff;
  text-decoration: none;
}
.btn-arrowback i {
  margin-right: 5px;
}
/*---------------Responsive Mobile----------------*/
@media only screen and (max-width: 1499px) {
  .leftlst-properties {
    width: calc(100% - 200px);
  }
  .img-sidepropert-lst {
    width: 220px;
  }
  .img-sidepropert-lst .image-property-thumb {
    height: 180px;
  }
  .property-inflst {
    width: calc(100% - 220px);
    padding: 0 0px 0 15px;
  }
  .right-sidecall-contact {
    width: 200px;
    padding: 24px 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .filter-button-menu {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .property-flxhead-name {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .leftlst-properties,
  .right-sidecall-contact {
    width: 100%;
  }
  .btn.button-txt-fltcol {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .sidecard-profile-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5px;
    /* padding-top: 30px; */
  }
  .mapviewer-warper #map {
    height: 400px;
  }
  .multi-card-agentlist {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  .search-mobile-flt {
    flex: 1;
  }
  .btn.search-button-add-fill {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .logo-estate-wtm .nv-comp-lg {
    width: 65px;
    height: 30px;
  }
  .pic-comp-lg .own-agtlogo {
    width: 20px;
    height: 20px;
  }
  .mts-owner--estt {
    font-size: 11px;
  }
  .img-sidepropert-lst {
    width: 100%;
  }
  .property-inflst {
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
  .multi-card-agentlist {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-layout {
    padding-bottom: 70px;
  }
  .flxhead--flr-nme {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .filter-grid-view-lst {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  .btn-grd-lst-wiv{
    font-size: 13px;
    padding: 3px 8px;
  }
  .map-icon-flt {
    width: 13px;
    margin-right: 2px;
  }
  .sidecard-profile-list{
    padding-top: 0px;
  }
  .col-with-middle .full-list-wapper {
    margin-bottom: 70px;
  }
  .filter-grid-view-lst .nav-pills{
    justify-content: flex-start;
  }
  .shortlist-price-wp {
    margin-bottom: 10px;
  }
  .col-with-left .agent-wape-sidebar {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .mapviewer-warper #map {
    /* height: 250px; */
    height: calc(100vh - 270px);
  }
}
.langweb-line {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.sub-lang-title {
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 0px;
}
.itm-menu-lang-wts a {
  position: relative;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding: 5px 15px;
  display: block;
  line-height: normal;
}
.itm-menu-lang-wts a:hover {
  background-color: #eee;
}
.itm-menu-lang-wts a img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 4px;
}
.lang-check-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.ftr-connect-btn {
  background-color: #1d3e8d9e;
  padding: 5px 14px;
  font-size: 14px;
  border-radius: 5px;
  color: #ffffff;
}
.ftr-connect-btn:hover {
  color: #fff;
}
.ftr-connect-btn i {
  margin-left: 5px;
}
/*---------------------*/
.mappopup-flx .image-webproperty {
  flex: 0 0 70px;
  max-width: 70px;
}
.mappopup-flx .image-webproperty img {
  border-radius: 5px;
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.marker-head-rw {
  flex: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 10px;
}
.heading-mp-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #1d1d1d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prptie-type-txt {
  color: #222;
  font-size: 14px;
  margin-bottom: 5px;
}
.itms-prp-wlrmp .unit-listprp-wt {
  font-size: 14px;
  color: #222;
  display: inline-block;
  margin-right: 15px;
}
#marker_details_container {
  width: 300px;
}
/*-------------------------------------------------------------------------*/
.head-agenttop-area-listed {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #0064e5;
  padding: 8px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-side-logo-listed {
  display: flex;
  align-items: center;
}
.logo-estate-wtm-listed .nv-comp-lg-listed {
  width: 60px;
  height: 30px;
  object-fit: cover;
  border-radius: 3px;
}
.nm-company-wpl-listed {
  padding-left: 15px;
}
.nm-company-wpl-listed .owner-compny-nt-listed {
  font-size: 14px;
  color: #fff;
}
.property-agnt-pic-listed {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
}
.property-owner-nmtxt-listed {
  padding-right: 10px;
}
.mts-owner--estt-listed {
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
}
.pic-comp-lg-listed .own-agtlogo-listed {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.leftlst-properties-listed {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
.img-sidepropert-lst-listed .image-property-thumb-listed {
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.img-sidepropert-lst-listed .image-property-thumb-listed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.img-sidepropert-lst-listed .image-property-thumb-listed .count-imag-lst-listed {
  height: 16px;
  padding: 2px 6px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #303030;
  border-radius: 4px;
  background-clip: padding-box;
}
.img-sidepropert-lst-listed .image-property-thumb-listed .image-upload-day-listed {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  background-color: rgba(48, 48, 48, 0.7);
  text-align: left;
  border-radius: 0px 0px 8px 8px;
}
.property-pg-mark {
  position: absolute;
  top: 8px;
  left: 8px;
}
.count-imag-lstwp {
  padding: 2px 6px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  background-color: #8BC34A;
  border-radius: 4px;
  margin-right: 5px;
  line-height: 13px;
}
.count-days-lst-wp {
  padding: 2px 6px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  background-color: #0064e5;
  border-radius: 4px;
  line-height: 13px;
}
.flex-head-prpt-listed {
  flex: 1;
  padding-right: 15px;
}
.title-lt-ptpt-listed {
  font-size: 14px;
  color: #303030;
  margin-bottom: 3px;
}
.title-lt-ptpt-listed a {
  color: #303030;
}
.location-mt-w-listed a {
  font-size: 12px;
  color: #606060;
  font-weight: 500;
  text-decoration: underline;
}
.icon-lstwat-emt-listed .rp-icon-wt-listed {
  display: inline-block;
  line-height: normal;
  margin-left: 10px;
}
.property-items-sumry-lyt-listed {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.items-col-sumry-lst-listed {
  flex: 0 0 auto;
  width: 50%;
}
.items-col-sumry-lst-listed .summry-lst-itms-listed {
  display: flex;
  border-right: 1px solid #d7d7d7;
  margin: 10px 8px 8px 10px;
}
.items-col-sumry-lst-listed:nth-child(2n) .summry-lst-itms-listed {
  border-right: 0px;
}
.icon-prop-sumry-listed {
  flex: 0 0 auto;
  width: 25px;
}
.rside-valu-plt-listed {
  flex: 0 0 calc(100% - 25px);
  max-width: calc(100% - 25px);
  padding-left: 10px;
}
.title-smt-elm-listed {
  font-size: 10px;
  font-weight: 400;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.txt-valu-prpt-listed {
  font-size: 12px;
  font-weight: 500;
  color: #303030;
}
.stp-agnt--yrm-listed {
  list-style-type: disc;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.stp-agnt--yrm-listed .itmagnt-service-wpl-listed:first-child {
  margin-left: 0px;
}
.stp-agnt--yrm-listed .itmagnt-service-wpl-listed {
  margin-left: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #303030;
}
.bottom-inform--prpty-listed p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  color: #303030;
  display: inline-block;
  width: calc(100% - 15px);
  margin-bottom: 0px;
}
.right-sidecall-contact-listed {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 24px;
  background-color: #f5f5f5;
}
.txt-price-heading-listed {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.small-price-unit-listed {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.price-top-lvl-listed {
  text-align: center;
}
.price-other-wt-listed {
  font-size: 12px;
  font-weight: 500;
  color: #303030;
}
.grid-view-area .img-sidepropert-lst-listed .image-property-thumb-listed {
  height: 200px;
}
.price-label-red {
    margin-top: 5px;
    background: red;
    color: #fff;
    padding: 2px 4px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    transform: translate(-50%, -100%);
    position: absolute;
}
.price-label-blue {
    margin-top: 5px;
    background: #0064e5;
    color: #fff;
    padding: 2px 4px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    transform: translate(-50%, -100%);
    position: absolute;
}
/*---------------------------------------------------*/
.listcard--prpwt-mt {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.propt-lst-imgset {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 160px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 2000px){
  .propt-lst-imgset{
    height: 180px;
  }
}
.wishlist--tophead {
  position: absolute;
  right: 10px;
  top: 10px;
}
.infobtm--aprt--wgts {
  padding: 10px 10px;
}
.price-mnnt--wlpm {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}
.prpty-sht-lst--inform .txtinf--wlt {
  display: inline-block;
  color: #272727;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.prpty-sht-lst--inform .txtinf--wlt::after {
  content: "";
  border-right: 1px solid #7d7d7d;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 8px;
}
.prpty-sht-lst--inform .txtinf--wlt:last-child:after {
  display: none;
}
.proprty-loct-txtlst {
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 18px;
}