/*=============================================================
                My Properties
==============================================================*/
.yellow_clr {
  color: #e09c00 !important;
}
.my_properties_lists {
  min-height: 300px;
}

.my_properties_lists.resources-tab-view {
  min-height: initial;
  width: auto;
}

.ScoreLabel {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #ffffff;
  padding: 5px;
  z-index: 99;
  border-radius: 30px;
  cursor: pointer;
  width: 70px;
  text-align: center;
  font-family: var(--relo-font-family);
  font-weight: 700;
}

.scorllInterested {
  max-height: 400px;
  overflow-x: hidden;
}

.my_properties_lists h1 {
  font-size: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my_properties_lists h1.h1 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #000000;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.my_properties_lists h1 a {
  font-size: 18px;
}

.tab-content .myFavoritesTab {
  min-height: 80vh;

  @media (max-width: 575px) {
    .my_properties_lists h1.h1 {
      font-size: 20px;
    }
  }
}

.my_properties_lists .main_grid {
  padding: 20px 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 10px;
  padding-top: 20px;
  &.relo_pro_search_view {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    .item {
      padding: 20px 0px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 30px;
      margin-top: 10px;
      padding-top: 20px;
      min-width: initial;
      max-height: initial;
      box-shadow: none;
      &.noData {
        display: block;
        p {
          max-width: 470px;
          font-size: 17px;
          margin: auto;
          font-weight: 500;
        }
      }
    }
  }
}
.my_properties_lists #not-interested-community-Modal .main_grid {
  grid-template-columns: repeat(3, 1fr);
}
#not-intrested-rentals .my_properties_lists .main_grid {
  border-top: 1px solid var(--relo-bg);
  padding: 20px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
  padding-top: 20px;
}

#not-interested-community-Modal .my_properties_lists .main_grid {
  border-top: 1px solid var(--relo-bg);
  padding: 20px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
  padding-top: 20px;
}

.custom-file-upimg {
  width: 185px !important;
  height: 150px !important;
  overflow: hidden;
  border: 2px solid #cccccc;
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
}
.custom-file-upimg img {
  width: 100%;
  min-height: 160px;
  max-width: 100%;
  /*max-height: 100%; */
  height: auto;
  object-fit: cover;
}
.custom-file-upimg .fa.fa-trash {
  display: none;
}
.custom-file-upimg:hover .fa.fa-trash {
  display: flex;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 99;
  cursor: pointer;
}
.custom-file-upimg:hover::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.myproperty-details-view {
  margin-bottom: 15px;
}
.myproperty-details-view h1 {
  margin-bottom: 10px !important;
}

.myproperty-details-view .item {
  display: flex;
  justify-content: space-between;
  border: 1px dashed #dcdcdc;
  padding: 8px 15px;
}
.myproperty-details-view .item label {
  color: #a2a2a2;
  font-size: 14px;
}
.myproperty-details-view .item label.lbl {
  color: #333;
  font-size: 17px;
  text-align: right;
  margin-left: 20px;
  white-space: normal;
  word-break: break-all;
}
.bungalow_details .shresultsmap #mapPoi {
  height: 450px;
  margin-bottom: 0px;
}

ul.calendarIndicators {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.calendarIndicators li {
  display: inline-block;
  font-size: 14px;
  color: #9c9c9c;
  margin-right: 15px;
  margin-top: 10px;
}
ul.calendarIndicators li span {
  color: #555555;
  font-weight: 600;
}

/** properties thumbnail checkkk css*/

.my_properties_lists .main_grid .item {
  width: 100%;
  position: relative;
  border: 0px solid #e4e4e4;
  box-shadow: 0px 0px 5px #d7d7d7;
  border-radius: 20px;
}

.my_properties_lists .main_grid .item input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}
.my_properties_lists
  .main_grid
  .item
  input[type="checkbox"][id^="sa2myCheckbox"] {
  display: none;
}
.my_properties_lists
  .main_grid
  .item
  input[type="checkbox"][id^="samyCheckbox"] {
  display: none;
}
.my_properties_lists .main_grid .item input[type="checkbox"][id^="mybox"] {
  display: none;
}

.my_properties_lists .main_grid .item label {
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  position: relative;
  margin: 0px;
  height: 100%;
}

.my_properties_lists .main_grid .item label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 23px;
  transition-duration: 0.4s;
  transform: scale(0);
  font-size: 20px;
}

.my_properties_lists .main_grid .item label img {
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  height: 200px;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  cursor: pointer;
}

.my_properties_lists .main_grid :checked + label {
  border-color: #ffb0b0;
}

.my_properties_lists .main_grid :checked + label:before {
  content: "✓";
  background-color: #009926;
  transform: scale(1);
  border-color: #009926;
  z-index: 1;
  font-size: 23px;
  top: -6px;
  left: -6px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.my_properties_lists .main_grid :checked + label img {
  z-index: -1;
}
.my_properties_lists .main_grid .item a.moretext {
  position: relative;
  top: -15px;
}
.my_properties_lists .main_grid .item p {
  color: #333333;
  font-size: 15px;
  min-height: 46px;
  margin-bottom: 5px;
}
.my_properties_lists .main_grid .item .content {
  padding: 10px 15px;
  border-radius: 0px 0px 20px 20px;
  background: #ffffff;
}
.my_properties_lists .main_grid .item .content span {
  display: flex;
  justify-content: space-between;
}
.my_properties_lists .main_grid .item .score p {
  min-height: initial;
  margin-bottom: 10px;
}
.my_properties_lists .main_grid .item .score p span {
  display: inline;
  color: #000000;
  padding: 0px 3px;
  font-weight: 600;
}
.my_properties_lists .main_grid .item .score p i {
  color: #000000;
  margin-left: 3px;
}
.my_properties_lists .main_grid .item .content a {
  font-size: 16px;
  font-family: var(--relo-font-family);
  color: var(--relo-active-clr);

  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.my_properties_lists .main_grid .item .content span a:first-child {
  color: var(--relo-bg);
  margin-right: 10px;
}
.my_properties_lists .main_grid .item .content span a {
  color: #000000;
}
#add-property-modal .ant-select-selection {
  border: 0px;
}
#add-property-modal .ant-select-selection--multiple > ul > li,
#add-property-modal
  .ant-select-selection--multiple
  .ant-select-selection__rendered
  > ul
  > li {
  width: auto !important;
  font-size: 10px;
}
#add-property-modal
  .ant-select-selection--multiple
  .ant-select-selection__rendered {
  margin-left: -5px;
}
#add-property-modal .ant-radio-group {
  margin-top: 15px;
}
#add-property-modal .custom-file-upimg {
  position: relative;
}
#add-property-modal .custom-file-upimg:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
}
#add-property-modal .custom-file-upimg .fa-trash {
  display: none;
  position: absolute;
  top: 50%;
  color: #ffffff;
  left: 50%;
  z-index: 9;
  font-size: 20px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#add-property-modal .custom-file-upimg:hover .fa-trash {
  display: block;
}

#compare-community-Modal .compare-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  display: flex;
  justify-content: center;
  max-width: 1360px;
  margin: auto;
}
#compare-community-Modal .item-address {
  width: 300px;
  margin-right: 20px;
}
#compare-community-Modal .item-address img {
  width: 80%;
  height: 150px;
  border-radius: 20px;
}
.compare-details div:last-child .item-address {
  margin-right: 0;
}
#compare-community-Modal .item-address h1 {
  font-size: 1.5rem;
  text-transform: capitalize;
  margin: 15px 0 5px;
  color: #000000;
}
#compare-community-Modal .item-address h2 {
  font-size: 1.15rem;
  color: #696969;
  font-weight: 400;
  max-width: 70%;
}

.ScoreLabelPopup b {
  font-size: 14px;
  border: 2px dashed #cccccc;
  display: block;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  background: #ffffff;
}

table.compare-table {
  max-width: 1360px;
  margin: auto;
}
table.compare-table th {
  min-width: 250px;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  padding: 15px;
}
table.compare-table td {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  padding: 15px;
}
table.compare-table span.dollersign {
}
table.compare-table td i {
  font-size: 26px;
}
table.compare-table td p {
  margin: 0;
}
table.compare-table tr {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
}
table.compare-table tr:nth-of-type(even) {
  background: #f5f5f5;
}

.my_properties_lists .main_grid .item label .content img {
  width: 20px;
  height: auto;
}

.ant-popover-title {
  padding: 9px 16px 8px !important;
  background: #e4e4e4;
  border-radius: 7px 7px 0px 0px;
}
.ant-popover-inner {
  border-radius: 7px;
}
.ant-popover-inner-content p {
  margin: 0px;
  padding: 5px 5px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}

.ant-popover-inner-content p:last-child {
  border: 0px;
}
.ant-popover-inner-content p i.fa-check {
  margin: 0px;
  padding: 5px 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #2d9e00;
}
.ant-popover-inner-content p i.fa-times {
  margin: 0px;
  padding: 5px 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #d21919;
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  border-right-color: #3a3a3a;
  border-top-color: #3a3a3a;
}
.my_properties_lists button.fa-btn {
  background: transparent;
  border: 0px;
  outline: 0px;
  box-shadow: none;
}
.my_properties_lists button.fa-btn .fa {
  font-size: 24px;
  position: relative;
  top: 4px;
  right: 7px;
  color: #1e81bb;
}

#compare-community-Modal .compare-details .content p.hometypPopup {
  width: 100%;
}
#compare-community-Modal .compare-details .content p.hometypPopup span {
  width: 110px;
  /* text-transform: lowercase; */
  text-align: right;
}

.city-landing-page .imageview-tails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  max-height: 230px;
  overflow: auto;
}
.city-landing-page .imageview-tails .item {
  border: 2px solid #cccccc;
  height: 100px;
}
.city-landing-page .imageview-tails .item img {
  height: 100%;
  width: 100%;
}

#add-property-modal
  .ant-select-selection--multiple
  .ant-select-selection__choice {
  background: #e43226;
  color: #ffffff;
  border-color: #e43226;
  font-weight: 700;
}
#add-property-modal
  .ant-select-selection--multiple
  .ant-select-selection__choice__remove {
  color: #ffffff;
  line-height: 19px;
}

#compare-community-Modal .modal-header .close {
  position: relative;
  right: 0px;
  top: 0;
}

#compare-community-Modal .modal-header .btn:hover {
  text-decoration: underline;
}

.city-landing-page .propertypage .nearbypoints table.transit-table {
  border: 1px solid #cccccc;
  margin-top: 0px;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px #b8d8ff;
  position: relative;
}

.city-landing-page .propertypage .nearbypoints table.transit-table th {
  color: #ffffff;
  border: 0px;
  background: #0066cc;
  padding: 12px 15px;
  font-size: 16px;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
}
.city-landing-page .propertypage .nearbypoints table.transit-table td {
  border: 0px;
  padding: 12px 15px;
}
.city-landing-page
  .propertypage
  .nearbypoints
  table.transit-table
  tbody
  tr:nth-of-type(even) {
  background: #ebf1f8;
}
.city-landing-page .propertypage .nearbypoints .table-scroll-view {
  height: 380px;
  overflow: auto;
}
.city-landing-page .soundscore-image-view img {
  width: 88px;
}

.my_properties_lists .main_grid.no-images {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 375px;
  gap: 20px 30px;
  align-items: flex-start;
  align-content: flex-start;
}
.my_properties_lists .main_grid.no-images .item {
  min-width: calc(25% - 23px);
  width: calc(25% - 23px);
}

@media (max-width: 1299px) {
  .city-landing-page .propertypage .soundscore {
    width: 170px;
    height: 170px;
  }
  .city-landing-page .propertypage .soundscorepro .item {
    margin-right: 15px;
  }
  .city-landing-page .propertypage .soundscorepro .item:last-child {
    margin-right: 0px;
  }
  .city-landing-page .propertypage .soundscorepro .item h1 {
    font-size: 13px;
    font-weight: 500;
  }
  .city-landing-page .propertypage .soundscorepro .item p {
    font-size: 10px;
  }
  .city-landing-page .propertypage .soundscore .fa-bell {
    color: #e1251b;
    font-size: 20px;
  }
  .city-landing-page .propertypage .soundscore h1 {
    font-size: 15px;
    font-weight: 500;
  }
  .city-landing-page .propertypage .soundscore h2 {
    font-size: 22px;
  }
  .city-landing-page .propertypage .soundscore h3 {
    font-size: 12px;
    font-weight: 500;
  }
  .city-landing-page .soundscore-image-view img {
    width: 80px;
  }
}
@media (max-width: 1199px) {
  .my_properties_lists .main_grid {
    grid-template-columns: 1fr 1fr 1fr;
    &.relo_pro_search_view {
      .item {
        grid-template-columns: 1fr 1fr 1fr;
      }
    }
  }
  .my_properties_lists .main_grid.no-images .item {
    min-width: calc(33% - 17px);
    width: calc(33% - 17px);
  }
}

@media (min-width: 1150px) {
  #compare-community-Modal .modal-lg {
    max-width: 1100px;
    width: 100%;
  }
  #not-interested-community-Modal .modal-lg {
    max-width: 1100px;
    width: 100%;
  }
  #not-MyProperties-interested-community-Modal .modal-lg {
    max-width: 1100px;
    width: 100%;
  }
}
@media (max-width: 1149px) {
  #compare-community-Modal {
    padding: 0px !important;
  }
  #compare-community-Modal .modal-lg {
    max-width: inherit;
    width: 95%;
    margin: 20px auto;
  }
  #not-interested-community-Modal {
    padding: 0px !important;
  }
  #not-interested-community-Modal .modal-lg {
    max-width: inherit;
    width: 95%;
    margin: 20px auto;
  }
  #not-MyProperties-interested-community-Modal {
    padding: 0px !important;
  }
  #not-MyProperties-interested-community-Modal .modal-lg {
    max-width: inherit;
    width: 95%;
    margin: 20px auto;
  }
}

@media (max-width: 991px) {
  .my_properties_lists .main_grid {
    grid-template-columns: 1fr 1fr;
    &.relo_pro_search_view {
      .item {
        grid-template-columns: 1fr 1fr;
      }
    }
  }
  .my_properties_lists .main_grid.no-images .item {
    min-width: calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .my_properties_lists #not-interested-community-Modal .main_grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 620px;
    margin: auto;
  }
  .apexcharts-text tspan {
    font-family: inherit;
    font-size: 9px;
    font-weight: 600;
  }

  #compare-community-Modal .modal-dialog {
    max-width: initial;
    width: 90%;
    margin: 15px auto;
  }
  #compare-community-Modal .compare-details {
    overflow: auto;
    display: -moz-box !important;
    display: -webkit-box !important;
  }
  #compare-community-Modal .compare-details .item {
    min-width: 250px;
  }
  .city-landing-page .propertypage .soundscore {
    width: 150px;
    height: 150px;
  }
  .city-landing-page .propertypage .soundscorepro .item h1 {
    font-size: 10px;
    font-weight: 600;
  }
  .city-landing-page .imageview-tails .item {
    border: 2px solid #cccccc;
    height: 75px;
  }
  .myproperty-details-view .item label {
    width: 30%;
  }
  .myproperty-details-view .item label.lbl {
    width: 70%;
    font-size: 15px;
    font-weight: 600;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .my_properties_lists {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .city-landing-page .imageview-tails .item {
    height: 200px;
  }
  #compare-community-Modal .modal-header .item:first-child {
    display: none;
  }
  .my_properties_lists .main_grid.no-images {
    gap: 20px;
  }
  .my_properties_lists .main_grid.no-images .item {
    min-width: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

@media (max-width: 575px) {
  .my_properties_lists .main_grid {
    grid-template-columns: 1fr;
    &.relo_pro_search_view {
      .item {
        grid-template-columns: 1fr;
        max-width: initial;
      }
    }
  }
  .my_properties_lists .main_grid.no-images {
    max-height: initial;
    height: auto;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .my_properties_lists .main_grid.no-images .item {
    min-width: initial;
    width: 100%;
    max-width: 300px;
  }

  .my_properties_lists #not-interested-community-Modal .main_grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 290px;
  }
  .my_properties_lists .main_grid .item {
    height: auto;
    max-width: 300px;
    margin: auto;
  }
  .my_properties_lists h1 b {
    margin-bottom: 10px;
  }
  .my_properties_lists h1 {
    font-size: 20px;
  }
  #compare-community-Modal .compare-details .item {
    min-width: 250px;
  }
  #compare-community-Modal .compare-details {
    grid-column-gap: 40px;
  }
  .my_properties_lists .add-list .btn.theme-btn {
    padding: 6px 6px;
    margin-right: 5px !important;
    font-size: 9px;
  }
  .my_properties_lists .add-list .inactiveRentals {
    padding-right: 8px !important;
  }

  .myproperty-details-view .item label {
    font-size: 12px;

    font-weight: 500;
  }
  .myproperty-details-view .item label.lbl {
    color: #333;
    font-size: 14px;
  }

  .city-landing-page .imageview-tails .item {
    height: 150px;
  }
}
@media (max-width: 440px) {
  #add-property-modal .modal-content input#propertyLink {
    margin-top: 20px;
  }
  .city-landing-page .imageview-tails .item {
    height: 100px;
  }
}

.inactiveRentals {
  font-size: 14px !important;
  cursor: pointer;
}
.inactiveRentals:hover {
  text-decoration: underline;
}
#add-property-modal .focus-input-label .floating-label label {
  text-transform: none;
}
.linkColor {
  color: #0066cc !important;
}
.my_properties_lists .main_grid_new {
  border-top: 2px solid #efefef;
}

/* ======================= 13 aug 2020 ========================*/
.city-landing-page .tabs-view #overview .owl-carousel .item {
  overflow: hidden;
  border-radius: 15px;
}

.city-landing-page .m-p-d-page h1.h1 {
  text-align: left;

  font-size: 18px;
  font-weight: 400;
  border: 0px;
  border-bottom: 1px solid #d2d0d0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.city-landing-page .m-p-d-page ul.list-2-cols {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0px;
}
.city-landing-page .m-p-d-page ul.list-2-cols li {
  line-height: 40px;
  border-bottom: 1px solid;
  border-color: #dce0e0;
  padding: 0 10px;
}

.city-landing-page .m-p-d-page ul.list-2-cols li label {
  color: #333333;
  font-size: 17px;
  font-weight: 500;

  margin: 0px;
  padding: 5px 0px;
}
.city-landing-page .m-p-d-page ul.list-2-cols li label.lbl {
  float: right;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 300;
}
.city-landing-page .m-p-d-page ul.list-2-cols.ul-2 {
  -webkit-columns: auto;
  -moz-columns: auto;
  columns: auto;
}
.city-landing-page .m-p-d-page ul.list-2-cols.ul-2 li {
  display: flex;
  justify-content: space-between;
}
.city-landing-page .m-p-d-page ul.list-2-cols.ul-2 li label.lbl {
  float: inherit;
  max-width: 75%;
  white-space: normal;
  word-break: break-all;
}
.city-landing-page .m-p-d-page ul.list-3-cols {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  padding-left: 0;
  list-style: none;
}
.city-landing-page .m-p-d-page ul.list-3-cols li {
  position: relative;
  padding: 15px 0px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.city-landing-page .m-p-d-page ul.list-3-cols li span {
  font-size: 17px;
  font-weight: 400;
  color: #0187c7;
}
.city-landing-page .m-p-d-page ul.list-3-cols li span img {
  width: 26px;
  padding-right: 3px;
  margin-right: 5px;
}
.city-landing-page .m-p-d-page .near-by-view {
  margin-bottom: 30px;
}
.city-landing-page .m-p-d-page .near-by-view h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
  color: #333333;
}
.city-landing-page .m-p-d-page .near-by-view ul {
  padding-left: 0;
  list-style: none;
}
.city-landing-page .m-p-d-page .near-by-view ul li {
  margin-bottom: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #dce0e0;
  display: flex;
  justify-content: space-between;
}
.city-landing-page .m-p-d-page .near-by-view ul li span {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}
.city-landing-page .m-p-d-page .near-by-view ul li span a {
  color: #333333;
}
.city-landing-page .m-p-d-page .near-by-view ul li span a:hover {
  color: #007bff;
}

.city-landing-page .m-p-d-page .near-by-view ul li span b {
  font-weight: 300;

  font-size: 15px;
}
.city-landing-page .m-p-d-page .near-by-view ul.cities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
}
.city-landing-page .m-p-d-page .near-by-view ul.cities li {
  display: block;
}
.city-landing-page .m-p-d-page .near-by-view ul.cities li a {
  color: #0066cc;
}
.city-landing-page .m-p-d-page .near-by-view .side-arrow-view-icon::after {
  top: 0px;
}

.city-landing-page .m-p-d-page ul.new-walk-score-view {
  padding-left: 0;
  list-style: none;
}
.city-landing-page .m-p-d-page ul.new-walk-score-view li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.city-landing-page .m-p-d-page ul.new-walk-score-view li a {
  padding-right: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
}
.city-landing-page .m-p-d-page ul.new-walk-score-view li a img {
  width: 75px;
}
.city-landing-page .m-p-d-page ul.new-walk-score-view li a img.img2 {
  width: 82px;
}
.city-landing-page .m-p-d-page ul.new-walk-score-view li a span {
  color: #02456c;
  position: absolute;
  /* left: 18px; */
  bottom: 10px;

  font-weight: 900;
  font-size: 30px;
}
.city-landing-page .m-p-d-page ul.new-walk-score-view li:first-child a span {
  bottom: 13px;
}
.city-landing-page .m-p-d-page ul.new-walk-score-view li .text {
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .city-landing-page .m-p-d-page .row .col-md-new-view {
    width: 100%;
    max-width: inherit;
    flex: auto;
  }
  .city-landing-page .m-p-d-page ul.list-2-cols {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }
  .city-landing-page .m-p-d-page .row .col-md-new-view .top-display-image {
    display: block;
    margin-bottom: 15px;
  }

  .city-landing-page .m-p-d-page .row .col-md-new-view .right-display-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .city-landing-page .m-p-d-page ul.list-3-cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-width: 560px) {
  .city-landing-page .m-p-d-page ul.list-2-cols li {
    line-height: 25px;
    padding: 5px 10px;
  }
  .city-landing-page .m-p-d-page ul.list-2-cols li label {
    display: block;
  }
  .city-landing-page .m-p-d-page ul.list-2-cols li label.lbl {
    float: none;
  }
  .city-landing-page .m-p-d-page ul.list-3-cols {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }
  .city-landing-page .m-p-d-page ul.list-2-cols.ul-2 li {
    display: block;
  }
  .city-landing-page .m-p-d-page ul.list-2-cols.ul-2 li label.lbl {
    max-width: 100%;
  }
}

#outer-wrapper {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  height: 100%;
  position: relative;
  -moz-box-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
  margin: 40px;
}
#outer-wrapper #inner-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
#outer-wrapper #inner-wrapper #table-wrapper {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  z-index: 1;
  text-align: center;
}
#outer-wrapper #inner-wrapper #table-wrapper #row-header {
  position: relative;
  z-index: 1;
}
.coming-soon-page {
  margin: 40px;
  position: relative;
  height: calc(100vh - 80px);
}
.coming-soon-wraper {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.coming-soon-wraper .bg-image {
  background-image: url("/public/assets/images/background-08.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  opacity: 0.2;
}
.coming-soon-text {
  position: absolute;
  width: 100%;
  top: 0px;
  padding-top: 50px;
}
.coming-soon-text h1 {
  text-align: center !important;
  font-size: 23px !important;

  color: #000000 !important;
}
.coming-soon-text h2 {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.65) !important;
  text-transform: uppercase !important;
  font-size: 90px !important;
  font-weight: 700 !important;

  color: #3e3e3e !important;
  text-align: center !important;
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}
.coming-soon-text p {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45) !important;
  font-size: 24px !important;
  font-weight: normal !important;

  margin-bottom: 30px !important;
  color: #3e3e3e !important;
  text-align: center !important;
}
.city-landing-page .propertypage .owl-carousel .item {
  height: 17vw;
}
.city-landing-page .propertypage .owl-carousel .item img {
  height: 100%;
}
@media (max-width: 1199px) {
  .coming-soon-text h2 {
    font-size: 70px !important;
  }
}
@media (max-width: 991px) {
  .coming-soon-text h2 {
    font-size: 55px !important;
  }
  .coming-soon-text p {
    font-size: 20px !important;
  }
  .city-landing-page .propertypage .owl-carousel .item {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .coming-soon-text h2 {
    font-size: 40px !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }
  .coming-soon-text p {
    font-size: 20px !important;
  }
  .city-landing-page .propertypage .owl-carousel .item {
    height: 220px;
  }
}
@media (max-width: 550px) {
  .coming-soon-text h2 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .coming-soon-text p {
    font-size: 13px;
  }
  .coming-soon-text h1 {
    font-size: 20px;
  }
  .city-landing-page .propertypage .owl-carousel .item {
    height: 165px;
  }
}

.city-landing-page .property_link-view {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d2d0d0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.city-landing-page .property_link-view h1.h1 {
  border: 0px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.city-landing-page .property_link-view a {
  font-size: 15px;
  font-weight: 500;
  color: #0066cc;
}
.property_link-view .side-arrow-view-icon::after {
  top: 0px;
  left: 1px;
}

.city-landing-page header h1 span.DetailsPercentage {
  color: #e32526;
  background: #fff;
  border: 0px solid #dcdcdc;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 45px;
  border-radius: 50%;
  padding: 0;
  font-size: 16px;
  text-align: center;
}

/*================================================
                  Neighborhood Page
  ======================================================*/
.neighborhood-page-view {
  width: 85%;
  margin: auto;
}
.neighborhood-page-view .btn.theme-btn {
  border-radius: 5px;
}
.neighborhood-page-view p {
  color: #2b2b2b !important;

  font-size: 18px;
  text-align: left;
  font-weight: 500;
}
.neighborhood-page-view p.disclimerpara {
  font-size: 16px;
  font-style: roboto;
  color: #929292;

  font-weight: 400;
  text-align: left;
}
.neighborhood-page-view .btn.theme-btn:hover {
  background: #e21111;
  color: #ffffff;
}
@media (max-width: 991px) {
  .neighborhood-page-view {
    width: 100%;
    padding: 0px 40px;
  }
}
@media (max-width: 550px) {
  .neighborhood-page-view {
    width: 100%;
    padding: 0px 15px;
  }
  .neighborhood-page-view p {
    font-size: 16px;
  }
}

.homefinding-bottom-view {
  box-shadow: 0px 0px 4px #b7b7b7;
  border-radius: 15px;
  background: #f9f9f9;
  padding: 30px 20px;
  margin: 20px 0px 20px;
}

.homefinding-bottom-view p.para {
  font-size: 18px;
  margin-bottom: 0px;
}

.homefinding-bottom-view ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 20px;
}

.homefinding-bottom-view ul li {
  margin: 10px 20px;
}

.homefinding-bottom-view ul li a img {
  width: 220px;
}

@media (max-width: 1199px) {
  .homefinding-bottom-view ul li {
    margin: 10px 10px;
  }

  .homefinding-bottom-view ul li a img {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .homefinding-bottom-view ul li {
    margin: 10px 15px;
  }

  .homefinding-bottom-view ul li a img {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .homefinding-bottom-view ul {
    justify-content: center;
  }

  .homefinding-bottom-view ul li {
    margin: 10px 20px;
  }

  .homefinding-bottom-view ul li a img {
    width: 180px;
  }
}

@media (max-width: 575px) {
  .homefinding-bottom-view ul {
    margin-right: -15px;
    margin-left: -15px;
  }

  .homefinding-bottom-view ul li {
    margin: 10px 10px;
  }

  .homefinding-bottom-view ul li a img {
    width: 120px;
  }
}

.modal-fullscreen-xl {
  padding: 0 !important;
}
.modal-fullscreen-xl .modal-dialog {
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  margin: 0;
}

.modal-fullscreen-xl .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0 !important;
  max-width: initial;
}
.max-width-initial {
  max-width: initial !important;
}
.modal-fullscreen-xl .modal-body {
  overflow-y: auto;
}

.modal-dialog .close.m-0 {
  font-size: 30px !important;
}

#add-property-modal .ant-select-selector {
  border: 0;
  height: 100%;
}

.propertypage .owl-carousel.owl-theme .owl-nav button.owl-next span {
  font-family: none;
  line-height: 15px;
  position: relative;
  top: -3px;
  left: 2px;
}
.propertypage .owl-carousel.owl-theme .owl-nav button.owl-prev span {
  font-family: none;
  line-height: 15px;
  position: relative;
  top: -3px;
  left: 0px;
}

#ModalTersm-of-use .modal-dialog {
  height: calc(100% - 4rem);
}

.city-landing-page.no-height {
  min-height: initial;
}

.shresultsmap #mapExplore {
  width: 100%;
  position: relative;
  height: 100%;
  margin-top: 0px;
  height: 600px;
  margin-bottom: 50px;
}

.city-landing-page.no-height {
  min-height: initial;
}
.sharlotte-view .shResultspageimages {
  flex-direction: column;
  position: relative;
  margin: 15px 0px;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  border-radius: 5px;
  overflow: hidden;
}
.sharlotte-view .shResultspageimages img {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  height: 200px;
}
.sharlotte-view .shResultspageimages .shr_textmain {
  background: #ffffff;
  width: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
.sharlotte-view .shResultspageimages .shr_textmain.active {
  background: #d7c7fa;
  color: #000000;
}
.sharlotte-view .shResultspageimages .shr_textmain.active .linkColor {
  color: #ffffff !important;
}

.sharlotte-view .shResultspageimages .shr_textmain.active .shr_text span {
  color: #000000;
}
.sharlotte-view .shResultspageimages .shr_text {
  font-weight: 500;

  text-align: left;
  padding: 6px;
  margin: 0 10px 0px 10px;
  padding-top: 9px;
  font-size: 15px;
}
.sharlotte-view .selectnumber {
  width: 25px;
  height: 25px;
  line-height: 22px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-weight: 600;
  display: none;
}
.soloPropertyResults .sharlotte-view h1 {
  font-size: 15px;
  margin: 15px 0px;
  color: dimgrey;
  border-bottom: 5px solid #ffffff;
}
.sharlotte-view .shResultspageimages .shr_text p {
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
  color: #000;
}
.sharlotte-view .shResultspageimages .shr_text span {
  font-size: 14px;
  display: block;
  color: #636363;
  font-weight: 400;
  text-transform: capitalize;
}

.sharlotte-view .shResultspageimages .shr_text .btn {
  color: #000000 !important;
  background: transparent;
  width: auto;
  text-transform: capitalize;
  margin-top: 0px;
  font-weight: 500;
  font-size: 15px;
  text-align: right;
  padding: 0;
  margin-right: 10px;
}

.MiddleText {
  min-height: 400px;
  vertical-align: middle;
  padding-top: 200px;
}
.sharlotte-view .shResultspageimages .shr_text .btn:hover {
  text-decoration: underline;
}
.sharlotte-view .rightView {
  border: 1px solid #cccccc;
  border-radius: 0px 8px 8px 0;
  height: 100%;
}
.sharlotte-view .propertyresulttext {
  margin-bottom: 20px;
  overflow: auto;
  height: calc(100vh - 250px);
}
.sharlotte-view .heightGrid .propertyresulttext {
  height: calc(100% - 60px);
}

.shResultspageimages .ScoreLabel {
  background: #e9e9e9;
}

#propertymap .width-90per {
  margin-top: 0px;
}
.city-landing-page .amenities ul {
  align-items: center;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
}
.city-landing-page .amenities ul li {
  width: 33.333%;
  font-weight: 500;
  min-width: 140px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
}
.city-landing-page .amenities ul li img {
  width: 26px;
  padding-right: 3px;
  margin-right: 10px;
}
.city-landing-page ul.propertyDetails {
  align-items: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.city-landing-page ul.propertyDetails li {
  width: 100%;
  padding: 12px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #dbd8d8;
  display: flex;
  justify-content: space-between;
}
.city-landing-page ul.propertyDetails label.lbl {
  font-weight: 700;
  margin-left: 20px;
}

.modal .shresultsmap .relomap-height {
  height: calc(100vh - 230px);
}

.relo-dsLanding .welcome-home-2 {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 15px;
}
.relo-dsLanding .welcome-home-2 h1 {
  font-size: 26px;
  text-align: left;
  padding-top: 0;
}
.welcome-home-2 .my_properties_lists .main_grid {
  border: 0;
  margin-top: 0;
}

.my_properties_lists a.showmore {
  color: #000000;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
}
.my_property_details.cityImage {
  width: 100%;
  height: 575px;
  border-radius: 15px;
  overflow: hidden;
}
.my_property_details.cityImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my_properties_lists .main_grid.resources .item label img {
  width: 100px;
  margin: 30px auto;
  height: auto;
}
.my_properties_lists .main_grid.resources .item .btn {
  display: none;
}
.my_properties_lists .main_grid.resources .item label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.main_grid_new.empty-pro {
  box-shadow: 0px 0px 4px #b7b7b7;
  border-radius: 15px;
  background: #f9f9f9;
  padding: 30px 20px;
  margin: 20px 0px 20px;
}

/* Sep 5 changes */

#add-property-modal,
#edit-property-modal {
  .custom-file-upimg_multy {
    display: grid !important;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    .custom-file-upimg {
      margin: 0px;
      width: 100% !important;
      &:hover {
        .fa-trash {
          display: flex;
        }
      }
    }
  }
  .modal-lg-2 {
    .custom-file-upimg_multy {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (max-width: 991px) {
    .custom-file-upimg_multy {
      grid-template-columns: repeat(2, 1fr);
    }
    .modal-lg-2 {
      .custom-file-upimg_multy {
        grid-template-columns: repeat(3, 1fr);
      }
    }
  }
  @media (max-width: 767px) {
    .modal-lg-2 {
      .custom-file-upimg_multy {
        grid-template-columns: repeat(2, 1fr);
      }
    }
  }
}
