@keyframes scaling {
  0% {
    transform: scale(0.7);
    border-color: #5f449b;
  }
  100% {
    transform: scale(2);
    border-color: rgba(95, 68, 155, 0);
  }
}
@keyframes bganimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes menu {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.GrowPropLisFilter {
  position: fixed;
  top: var(--headerheight);
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 0 5px #d1d1d1;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter {
    top: 0;
    bottom: 0;
    z-index: 6;
    transform: translateX(-100%);
    transition: 0.5s ease;
  }
}
.GrowPropLisFilter.open {
  transform: translateX(0%);
}
.GrowPropLisFilter .gbpropFilter {
  background: var(--white);
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .gbpropFilter {
    height: 100%;
    padding: 45px 0;
  }
}
.GrowPropLisFilter .gbpropFilter .filterClo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .gbpropFilter .filterClo {
    display: flex;
    align-items: center;
    gap: 0 7px;
    font-size: 14px;
    position: absolute;
    top: 11px;
    left: 10px;
    color: #666;
  }
  .GrowPropLisFilter .gbpropFilter .filterClo img {
    width: 24px;
    filter: brightness(0) invert(0.5);
  }
}
.GrowPropLisFilter .gbpropFilter .btn_mob {
  padding: 0 15px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .gbpropFilter .btn_mob {
    display: block;
  }
}
.GrowPropLisFilter .gbpropFilter .btn_mob .btn {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .gbpropFilter .container-fluid {
    border-top: 1px solid #ccc;
    overflow-y: scroll;
    padding-top: 20px;
  }
}
.GrowPropLisFilter .filterFlex {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .GrowPropLisFilter .filterFlex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .filterFlex {
    display: block;
  }
}
.GrowPropLisFilter .filterFlex .box {
  border-right: 1px solid #E9E9E9;
}
@media only screen and (max-width: 1024px) {
  .GrowPropLisFilter .filterFlex .box {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .filterFlex .box {
    display: block;
    margin-bottom: 13px;
    border: 0;
  }
}
.GrowPropLisFilter .growSearchBox {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .GrowPropLisFilter .growSearchBox {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 6px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .growSearchBox {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .GrowPropLisFilter .growSearchBox.box {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .growSearchBox.box {
    width: 100%;
  }
}
.GrowPropLisFilter .growSearchBox .searc {
  width: 280px;
  padding-left: 25px;
}
@media only screen and (max-width: 1024px) {
  .GrowPropLisFilter .growSearchBox .searc {
    width: 100%;
    padding-left: 45px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
  }
}
.GrowPropLisFilter .growSearchBox .searc input {
  width: 100%;
  display: block;
  height: 44px;
  padding: 0 10px;
  border: 0;
  outline: none;
}
.GrowPropLisFilter .growSearchBox .searc .serbt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .GrowPropLisFilter .growSearchBox .searc .serbt {
    left: 20px;
  }
}
.GrowPropLisFilter .growSearchBox .searc .serbt svg {
  display: block;
  width: 16px;
  height: 16px;
}
.GrowPropLisFilter .growSearchBox .searc .serbt svg path {
  stroke: var(--text);
}
.GrowPropLisFilter .growSearchBox .serachResult ul {
  padding: 10px 0;
}
.GrowPropLisFilter .growSearchBox .serachResult ul li a {
  display: block;
  font-size: 12px;
  padding: 2px 15px;
}
.GrowPropLisFilter .growSearchBox .serachResult ul li .local {
  display: block;
  position: static;
}
.GrowPropLisFilter .grwoFltrBdy {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0;
}
@media only screen and (max-width: 1024px) {
  .GrowPropLisFilter .grwoFltrBdy {
    padding: 8px 0;
    gap: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrBdy {
    display: block;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn {
  position: relative;
}
.GrowPropLisFilter .grwoFltrDrpdwn .drpdwnTgro {
  padding: 0 25px 0 12px;
  width: 100%;
  height: 38px;
  font-weight: 500;
  position: relative;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  border-radius: 5px;
  font-size: 12px;
  color: var(--text);
}
@media only screen and (max-width: 1024px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnTgro {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnTgro {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnTgro {
    max-width: 100%;
    text-align: left;
    font-size: 16px;
    color: var(--blue);
    font-weight: 600;
    pointer-events: none;
    padding: 0;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn .drpdwnTgro::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  width: 18px;
  background: url(../../icon/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnTgro::after {
    display: none;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu {
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu {
    width: 100%;
    position: static;
    display: block;
    box-shadow: none;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx {
  padding: 10px 8px;
  overflow: auto;
  display: block;
  max-height: 290px;
}
.GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx::-webkit-scrollbar {
  width: 3px;
  background: #f1f1f1;
  pointer-events: none;
}
.GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx::-webkit-scrollbar-track {
  box-shadow: none;
  pointer-events: none;
}
.GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 10px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx {
    max-height: 190px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx ul li {
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  display: block;
  border-radius: 4px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx ul li {
    padding: 0 7px 0 2px !important;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx ul li {
    width: 25%;
    display: inline-block;
    padding: 0 2px;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx ul li label {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrCntntBx ul li label span {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrBtnBx {
    display: none;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn .drpdwnMenu .growFltrBtnBx span.btnClrAl {
  display: block;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  color: #666;
}
.GrowPropLisFilter .grwoFltrDrpdwn.bedrooms .drpdwnTgro {
  max-width: 115px;
}
@media only screen and (min-width: 768px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.bedrooms .drpdwnTgro {
    max-width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnTgro {
    max-width: 160px;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap {
  width: 550px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customRadio ul {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customRadio ul {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customCheckBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0px;
}
.GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customCheckBox ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customCheckBox ul li {
    flex: 1;
    margin: 0;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customCheckBox ul li label {
    display: block;
    padding: 0 3px;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customCheckBox ul li label span {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: 500;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customCheckBox ul li label input::checked ~ span {
  background: #eee2ff;
  color: var(--purple);
}
.GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .unitTyp {
  font-size: 14px;
  padding: 0 0 3px;
  margin: 0 0 10px;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .unitTyp {
    padding: 0 0 8px;
    margin: 12px 0 10px;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customRadio ul li {
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customRadio ul li {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customRadio ul li .radioBox {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .listWrap .customRadio ul li span {
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    font-weight: 500;
    width: 100%;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.roomtype .drpdwnMenu .customCheckBox ul li {
  margin-bottom: 5px;
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .drpdwnTgro {
  max-width: 160px;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.typebudget .drpdwnTgro {
    max-width: 100%;
    text-align: left;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .listWrap {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.typebudget .listWrap {
    border-radius: 5px;
    padding: 10px 15px;
    display: block;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .drpdwnMenu .growFltrCntntBx {
  overflow: initial;
  max-height: none;
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeBox {
  position: relative;
  display: flex;
  gap: 20px;
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeBox::after {
  margin: 0 auto;
  width: 8px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  background: #666;
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeBox .min {
  width: 100%;
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeBox .max {
  width: 100%;
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeBox input {
  width: 100%;
  border: 1px solid var(--gray1);
  outline: none;
  width: 100px;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 37px;
  height: 37px;
  font-size: 13px;
  color: #333;
  background: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeBox input {
    width: 100%;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeBox input:focus {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.08);
  outline: none;
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList {
  display: flex;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
  margin-right: -10px;
  padding-right: 10px;
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList::-webkit-scrollbar {
  width: 3px;
  background: var(--gray3);
  pointer-events: none;
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList::-webkit-scrollbar-track {
  box-shadow: none;
  pointer-events: none;
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList::-webkit-scrollbar-thumb {
  background-color: var(--green);
  border-radius: 10px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList {
    display: block;
    padding: 0;
    margin: 0;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList .minlist, .GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList .maxlist {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList .maxlist {
    text-align: right;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList ul {
  width: 100%;
  overflow: initial;
  min-width: initial;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList ul {
    display: none;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList ul li {
  cursor: pointer;
  font-size: 13px;
  color: var(--text);
  transition: 0.5s ease;
  width: 100%;
  height: 27px;
  line-height: 27px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList ul li {
    width: 23%;
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.typebudget .rangeList ul li:hover {
  background: var(--gray3);
  padding-left: 12px;
}
.GrowPropLisFilter .grwoFltrDrpdwn.possestatus .drpdwnTgro {
  max-width: 160px;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.possestatus .drpdwnTgro {
    max-width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.possestatus.box .drpdwnMenu .growFltrCntntBx ul li {
    width: auto;
  }
}
.GrowPropLisFilter .grwoFltrDrpdwn.has {
  border: 0;
}
@media only screen and (min-width: 768px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.has .drpdwnTgro {
    background: #eee2ff;
    color: var(--purple);
  }
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .grwoFltrDrpdwn.amenities.box .drpdwnMenu .growFltrCntntBx ul li, .GrowPropLisFilter .grwoFltrDrpdwn.morefilter.box .drpdwnMenu .growFltrCntntBx ul li {
    width: auto;
  }
}
.GrowPropLisFilter .morefilter .title {
  border-bottom: 1px solid #f3f3f3;
  padding: 3px 0 10px;
  color: var(--text);
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .morefilter .title {
    display: none;
  }
}
.GrowPropLisFilter .btnClrAll {
  display: flex;
  gap: 0 5px;
  margin-left: 12px;
  font-size: 14px;
  color: var(--purple);
  padding: 11px 0;
}
@media only screen and (max-width: 767px) {
  .GrowPropLisFilter .btnClrAll {
    position: absolute;
    right: 12px;
    top: 3px;
  }
}
.GrowPropLisFilter .btnTogmap {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .GrowPropLisFilter .btnTogmap {
    position: absolute;
    right: 30px;
    top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .GrowPropLisFilter .btnTogmap {
    display: none;
  }
}
.GrowPropLisFilter .btnTogmap label {
  display: flex;
  cursor: pointer;
  padding: 11px 0;
  gap: 0 10px;
}
.GrowPropLisFilter .btnTogmap label .text {
  color: var(--text);
}
.GrowPropLisFilter .btnTogmap label .switch {
  width: 48px;
  height: 24px;
  background: var(--gray2);
  border-radius: 20px;
  position: relative;
  transition: 0.5s ease;
}
.GrowPropLisFilter .btnTogmap label .switch span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--purple);
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  transition: 0.5s ease;
}
.GrowPropLisFilter .btnTogmap label input {
  display: none;
}
.GrowPropLisFilter .btnTogmap label input:checked ~ .switch {
  background: var(--purple);
}
.GrowPropLisFilter .btnTogmap label input:checked ~ .switch span {
  left: 28px;
  background: var(--white);
}

@media only screen and (max-width: 767px) {
  .grwoFltrBdy .customCheckBox label .fakeChecBox {
    display: none;
  }
}

.GrowPropLisFilter .customRadio label input[type=radio]:checked ~ span {
  background: #eee2ff;
  color: var(--purple);
}

.grodseHeadingBox {
  position: relative;
  width: calc(100% - 300px);
}
@media only screen and (max-width: 767px) {
  .grodseHeadingBox {
    width: 100%;
    padding-top: 20px;
  }
}
.grodseHeadingBox h2 {
  font-size: 20px;
  line-height: 14px;
  color: var(--black);
}
.grodseHeadingBox .totlprojsho {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: var(--text);
  margin-top: 12px;
}

.prodcategry {
  margin-top: 10px;
  position: relative;
}
.prodcategry > ul {
  width: calc(100% - 130px);
}
.prodcategry ul {
  display: flex;
  gap: 0 8px;
}
@media only screen and (max-width: 767px) {
  .prodcategry ul {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow: auto;
    width: 100%;
    padding-bottom: 14px;
  }
}
.prodcategry ul li {
  display: block;
  color: var(--text);
  padding: 10px 10px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .prodcategry ul li {
    display: inline-block;
    white-space: nowrap;
  }
}
.prodcategry ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  background: var(--purple);
  width: 0;
  transition: 0.5s ease;
}
.prodcategry ul li.active {
  color: var(--purple);
}
.prodcategry ul li.active::after {
  width: 100%;
}

.sortProd {
  position: absolute;
  width: 108px;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .sortProd {
    position: static;
    width: 120px;
    margin-top: 15px;
    margin-left: auto;
  }
}
.sortProd .select {
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  height: 37px;
  position: relative;
  padding: 6px 16px;
  background: var(--white);
  color: var(--text);
  cursor: pointer;
}
.sortProd .select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 16px;
  height: 7px;
  bottom: 0;
  background: url(../../icon/formkit_down.png);
  background-repeat: no-repeat;
  background-position: center;
}
.sortProd ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 170px;
  display: block;
  background: var(--white);
  padding: 5px 0;
  z-index: 2;
  display: none;
  box-shadow: 0 0 5px #d1d1d1;
  border-radius: 3px;
}
.sortProd ul li {
  display: block;
  cursor: pointer;
  padding: 5px 17px;
}
.sortProd ul li::after {
  display: none;
}
.sortProd ul li.active {
  background: var(--gray2);
}

.mobFilterTr {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobFilterTr {
    display: flex;
    align-items: center;
    gap: 0 6px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    height: 37px;
    padding: 6px 16px;
    background: var(--white);
    color: var(--text);
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mobFilterTr img {
    width: 20px;
  }
}

.projectListing {
  background: #f8f8f8;
  padding-top: 66px;
}
@media only screen and (max-width: 1024px) {
  .projectListing {
    padding-top: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .projectListing {
    padding-top: 10px;
  }
}
.projectListing .wrap {
  position: relative;
}
.projectListing .productflex {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .projectListing .productflex {
    flex-wrap: wrap;
  }
}
.projectListing .colB {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .projectListing .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.projectListing .colA {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  padding-left: 25px;
  padding-top: 7px;
}
@media only screen and (max-width: 991px) {
  .projectListing .colA {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}

.productListCard {
  padding: 20px 0 40px 0;
}
.productListCard .ListCardWrap .item {
  padding: 13px 12px;
  border: 1px solid rgba(205, 205, 205, 0.5294117647);
  border-radius: 5px;
  background: var(--white);
  margin-bottom: 15px;
}
.productListCard .ListCardWrap .item .card {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .productListCard .ListCardWrap .item .card {
    display: block;
    position: relative;
  }
}
.productListCard .ListCardWrap .item .cardimg {
  flex: 0 1 38%;
  max-width: 38%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .productListCard .ListCardWrap .item .cardimg {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.productListCard .ListCardWrap .item .cardimg::before {
  display: none;
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 250px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.productListCard .ListCardWrap .item .cardimg a {
  display: block;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.productListCard .ListCardWrap .item .cardimg a img {
  width: 100%;
}
.productListCard .ListCardWrap .item .cardimg a .projStripSt {
  position: absolute;
  top: 20px;
  z-index: 1;
  display: inline-block;
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: linear-gradient(90deg, #D6FFB8 0%, #8DC861 100%);
}
@media only screen and (max-width: 767px) {
  .productListCard .ListCardWrap .item .cardimg a .projStripSt {
    top: auto;
    bottom: 20px;
  }
}
.productListCard .ListCardWrap .item .cardimg a .projStripSt span {
  display: inline-block;
  padding: 4px 15px;
  color: var(--black);
  line-height: normal;
}
.productListCard .ListCardWrap .item .cardimg a .videoIcon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.productListCard .ListCardWrap .item .cardimg a .videoIcon::before {
  width: 40px;
  height: 40px;
}
.productListCard .ListCardWrap .item .cardimg a .videoIcon .ply {
  border-style: solid;
  border-color: transparent transparent transparent var(--purple);
  border-width: 7px 0 7px 11px;
}
.productListCard .ListCardWrap .item .cardimg .thumb {
  display: flex;
  gap: 5px;
  justify-content: left;
  padding-top: 9px;
}
.productListCard .ListCardWrap .item .cardimg .thumb img {
  flex: 0 1 23%;
  max-width: 23%;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  pointer-events: all;
  opacity: 0.4;
  transition: 0.5s ease;
}
.productListCard .ListCardWrap .item .cardimg .thumb img.current, .productListCard .ListCardWrap .item .cardimg .thumb img:hover {
  opacity: 1;
}
.productListCard .ListCardWrap .item .cardContent {
  flex: 0 1 62%;
  max-width: 62%;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .productListCard .ListCardWrap .item .cardContent {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 15px 0 0;
    position: static;
  }
}
.productListCard .ListCardWrap .item .cardContent .prjName {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
  color: var(--black);
}
.productListCard .ListCardWrap .item .cardContent .loc {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.5294117647);
  color: var(--text);
}
.productListCard .ListCardWrap .item .cardContent .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: var(--black);
  margin: 25px 0;
}
.productListCard .ListCardWrap .item .cardContent .sortdes {
  margin-top: 20px;
  margin-bottom: 35px;
  padding-top: 22px;
  border-top: 1px solid rgba(205, 205, 205, 0.5294117647);
}
.productListCard .ListCardWrap .item .cardContent .sortdes p {
  font-size: 14px;
  line-height: 22px;
  color: var(--text);
}
.productListCard .ListCardWrap .item .cardContent .projFetu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.productListCard .ListCardWrap .item .cardContent .projFetu .li {
  display: flex;
  gap: 12px;
}
.productListCard .ListCardWrap .item .cardContent .projFetu .icon {
  width: 46px;
  height: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #F3F2F2;
}
.productListCard .ListCardWrap .item .cardContent .projFetu .label {
  font-weight: 500;
  color: var(--text);
}
.productListCard .ListCardWrap .item .cardContent .projFetu ul.uni {
  display: flex;
}
.productListCard .ListCardWrap .item .cardContent .projFetu ul.uni li {
  position: relative;
  font-size: 12px;
  color: var(--text);
}
.productListCard .ListCardWrap .item .cardContent .projFetu ul.uni li:not(:last-child) {
  margin-right: 20px;
}
.productListCard .ListCardWrap .item .cardContent .projFetu ul.uni li:not(:last-child)::before {
  content: "";
  background: #c3c3c3;
  position: absolute;
  top: 10px;
  right: -12px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.productListCard .ListCardWrap .item .cardFooter {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  background: #f5f5f5;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .productListCard .ListCardWrap .item .cardFooter {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .productListCard .ListCardWrap .item .whats, .productListCard .ListCardWrap .item .call {
    text-align: center;
  }
}
.productListCard .ListCardWrap .item .whats a, .productListCard .ListCardWrap .item .call a {
  display: block;
  padding: 10px 18px;
  color: var(--white);
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid;
}
.productListCard .ListCardWrap .item .whats a svg, .productListCard .ListCardWrap .item .whats a span, .productListCard .ListCardWrap .item .call a svg, .productListCard .ListCardWrap .item .call a span {
  display: inline-block;
  vertical-align: middle;
}
.productListCard .ListCardWrap .item .whats a svg, .productListCard .ListCardWrap .item .call a svg {
  width: 20px;
  height: 20px;
}
.productListCard .ListCardWrap .item .whats a svg path, .productListCard .ListCardWrap .item .call a svg path {
  fill: var(--white);
}
@media only screen and (max-width: 767px) {
  .productListCard .ListCardWrap .item .whats {
    margin-bottom: 10px;
  }
}
.productListCard .ListCardWrap .item .whats a {
  border-color: var(--blue);
  color: var(--blue);
}
.productListCard .ListCardWrap .item .whats a svg path {
  fill: var(--blue);
}
.productListCard .ListCardWrap .item .call a {
  background: var(--purple);
  border-color: var(--purple);
}
@media only screen and (max-width: 767px) {
  .productListCard .sharproduct .icon {
    background: rgba(255, 255, 255, 0.168627451);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .productListCard .sharproduct img {
    width: 14px;
    height: 14px;
    filter: grayscale(1) brightness(0) invert(1);
  }
}

.wrapwis-shar {
  position: absolute;
  right: 0;
  top: 5px;
  display: flex;
  gap: 0 15px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .wrapwis-shar {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapwis-shar .wishlistIcon {
    background: rgba(255, 255, 255, 0.168627451);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .wrapwis-shar .wishlistIcon svg {
    width: 18px;
    height: 18px;
  }
}
.wrapwis-shar .wishlistIcon svg path {
  stroke: var(--text);
}
@media only screen and (max-width: 767px) {
  .wrapwis-shar .wishlistIcon svg path {
    stroke: #fff;
  }
}
.wrapwis-shar .wishlistIcon.added svg path {
  fill: var(--purple);
  stroke: var(--purple);
}

.adsprodu {
  margin-top: 15px;
  margin-bottom: 15px;
}
.adsprodu img {
  border-radius: 5px;
}

.topcityCard {
  background: var(--white);
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(205, 205, 205, 0.5294117647);
}
.topcityCard .titleToc {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--black);
  text-align: left;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 12px;
}
.topcityCard ul {
  display: flex;
  flex-wrap: wrap;
}
.topcityCard ul li {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  margin: 5px 0;
}
.topcityCard ul li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--text);
  display: block;
}
@media only screen and (max-width: 1100px) {
  .topcityCard ul li a {
    font-size: 12px;
    line-height: 15px;
  }
}
.topcityCard ul li a:hover {
  color: var(--purple);
}
.topcityCard ul li span {
  color: var(--purple);
}

.topBloArt .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  padding: 6px;
}
@media only screen and (max-width: 1100px) {
  .topBloArt .col {
    padding: 3px;
  }
}
.topBloArt a {
  display: block;
  position: relative;
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
}
.topBloArt a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.68) 25%, transparent 80%);
}
.topBloArt a img {
  width: 100%;
  aspect-ratio: 1.3;
  -o-object-fit: cover;
     object-fit: cover;
}
.topBloArt a p {
  position: absolute;
  margin: 12px;
  color: var(--white);
  z-index: 1;
  bottom: 0;
  line-height: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .topBloArt a p {
    font-size: 12px;
    margin: 8px;
    line-height: 16px;
  }
}

.shadeAnim {
  background-color: var(--white);
}

.loadmore {
  text-align: center;
  margin: 50px 0 15px;
}
.loadmore .loadprod {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid var(--blue);
  font-size: 18px;
  font-weight: 500;
  color: var(--blue);
  transition: 0.5s ease;
}
.loadmore .loadprod svg, .loadmore .loadprod span {
  display: inline-block;
  vertical-align: middle;
}
.loadmore .loadprod svg {
  margin-right: 10px;
}
.loadmore .loadprod:hover {
  color: var(--white);
  background: var(--blue);
}
.loadmore .loadprod:hover svg {
  animation: rotate 2s linear infinite;
}

.rightMapBoxGrow {
  width: 50%;
  display: none;
}
.rightMapBoxGrow .mapbox {
  width: 100%;
  position: sticky;
  top: 147px;
  background: red;
  height: calc(100vh - 147px);
}
.rightMapBoxGrow .mapbox .map {
  width: 100%;
  height: 100%;
}

.projectListing.projMapShow .productflex > .colB {
  max-width: 100%;
  padding-right: 15px;
}
.projectListing.projMapShow .productflex > .colA {
  display: none;
}
.projectListing.projMapShow .productflex .rightMapBoxGrow {
  display: block;
}

div#map_2 .gm-style-iw-chr .gm-style-iw-ch, .geoLocMap .gm-style-iw-chr .gm-style-iw-ch {
  display: none;
}
div#map_2 .gm-style-iw-chr button[aria-label=Close], .geoLocMap .gm-style-iw-chr button[aria-label=Close] {
  position: absolute !important;
  top: 0;
  right: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
div#map_2 .gm-style-iw-chr button[aria-label=Close] span, .geoLocMap .gm-style-iw-chr button[aria-label=Close] span {
  margin: 0 !important;
  filter: grayscale(1) brightness(0) invert(1);
}
div#map_2 .gm-style-iw-d, .geoLocMap .gm-style-iw-d {
  overflow: hidden !important;
}
div#map_2 .gm-style .gm-style-iw-c, .geoLocMap .gm-style .gm-style-iw-c {
  padding: 8px !important;
}

.listSideBar {
  position: sticky;
  top: 160px;
}
@media only screen and (max-width: 1024px) {
  .listSideBar {
    top: 190px;
  }
}/*# sourceMappingURL=listing.css.map */