.search-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 70px;
  padding: 20px;
}
.mob-field {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

/* .search-first-section{
    flex: 0.8;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    height: fit-content;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
} */

.search-box-main-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 50px;
}

.custom-input {
  border: 2px solid #408f8c;
  appearance: none;
  border-radius: 7px;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #000;
  height: 45px;
}

.search-second-section {
  flex: 2 1 0;
}

.property-card {
  width: 100%;
  max-width: 350px;
  background: #fff;
  border-radius: 20px;
  height: 100%;
}
.card-content {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px;
  box-shadow: 1px 1px 7px 0px #0000003b;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.blog-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.property-card-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  min-height: 35px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.slick-dots {
  bottom: 10px !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #fff !important;
  border-radius: 50% !important;
  opacity: 0.5 !important;
}
.slick-dots li.slick-active {
  background: #408f8c !important;
  opacity: 1 !important;
}
p.property-card-subtitle {
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 400;
}
.property-card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

p.price-symbol {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0px;
}
span.symbol {
  font-weight: 500;
}
span.price {
  font-size: 28px;
  font-weight: 800;
}
.search-field-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.search-field-wrapper label {
  font-weight: 600;
  color: #808080a8;
}
/* span.after-search::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    background: #408f8c;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    opacity: 0.7;
    margin-top: -10px;
} */

[slider] {
  position: relative;
  height: 5px;
  border-radius: 10px;
  text-align: left;
  margin: 10px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 5px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #ccc;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: #408f8c;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -3px;
  z-index: 2;
  height: 12px;
  width: 12px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type="range"] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type="range"]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type="range"]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type="range"]:focus {
  outline: none;
}

div[slider] > input[type="range"]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type="range"]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type="range"]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  position: absolute;
  margin-left: -40px;
  top: 24px;
  z-index: 3;
  background-color: #408f8c;
  color: #fff;
  width: 70px;
  height: 26px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider] > div > [sign]:after {
  position: absolute;
  content: "";
  left: 50%;
  border-radius: 16px;
  top: -10px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #408f8c;
  transform: translateX(-50%) rotate(180deg);
}

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}

.search-second-section {
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 30px;
  gap: 50px 0px;
}

.loader-sec {
  display: flex;
  width: 100%;
  gap: 50px 0px;
  /* padding: 50px; */
  justify-content: space-evenly;
  margin-top: 50px;
}

.card {
  width: 40%;
  max-width: 400px;
  background: #fff;
  border-radius: 20px;
}

.card-img {
  padding-bottom: 56.25%;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-img img {
  position: absolute;
  width: 100%;
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: 700;
}

.card-title.skeleton {
  min-height: 28px;
  border-radius: 4px;
}

.card-intro {
  margin-top: 0.75rem;
  line-height: 1.5;
}

.card-intro.skeleton {
  min-height: 72px;
  border-radius: 4px;
}

.skeleton {
  background-color: #e2e5e7;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
  animation: shine 1s ease infinite;
}

@-webkit-keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

.price-range-search {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 10px;
  border-radius: 15px;
}
.price-range-search > div > ul {
  list-style: none;
  padding-left: 0px;
  height: 100%;
  min-height: 142px;
  overflow-y: scroll;
  display: none;
  position: absolute;
  width: 92%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.price-range-search > div > ul > li {
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  border-left: 1px solid grey;
  padding: 4px;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
}
.price-range-search > div > ul > li:hover {
  background-color: #408f8c !important;
  color: #fff !important;
}
.price-range-search > div > ul > li:last-child {
  border-bottom: 1px solid grey;
}
.price-range-search > div > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #408f8c;
  background-color: #f5f5f5;
}

.price-range-search > div > ul::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.price-range-search > div > ul::-webkit-scrollbar-thumb {
  background-color: #408f8c;
  border: 0px solid #555555;
}
.price-range-search > div > ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.price-range-search > div > h5 {
  margin-top: 10px;
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
span#max-price-error {
  position: absolute;
  right: 0;
  background: red;
  color: #fff;
  padding: 6px;
  border-radius: 10px;
  margin-top: -50px;
  display: none;
}
span#max-price-error::after {
  content: "";
  position: absolute;
  background: red;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80%;
  z-index: 0;
  transform: rotate(44deg);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 4px solid transparent;
  border-top: 15px solid red;
}
span#min-price-error {
  position: absolute;
  left: 0;
  background: red;
  color: #fff;
  padding: 6px;
  border-radius: 10px;
  margin-top: -50px;
  display: none;
}
span#min-price-error::after {
  content: "";
  position: absolute;
  background: red;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80%;
  z-index: 0;
  transform: rotate(44deg);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 4px solid transparent;
  border-top: 15px solid red;
}
.price-min-box {
  position: relative;
}
.price-max-box {
  position: relative;
}
.no-results-found {
  font-size: 20px;
  width: 100%;
  max-width: 500px;
  font-weight: 500;
}
.mob-search-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mob--property-field {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* gap: 10px; */
}
.mob-property-wrapper {
  display: inline-flex;
  align-items: start;
}
.show-mob-property {
  height: 100%;
  max-height: 165px;
  overflow-y: hidden;
}

.mob--property-field > div > label {
  margin-bottom: 10px;
}
.more {
  position: absolute;
  bottom: -20px;
}
.less {
  position: absolute;
  bottom: -20px;
}
.show-more {
  cursor: pointer;
}
.property_container-s {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.property-main {
  padding: 40px 0px;
  display: grid;
  gap: 20px;
  margin: 0px auto;
  width: 100%;
  grid-template-columns: 1140px auto;
}
@media (max-width: 1024px) {
  .search-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    padding: 20px;
    gap: 30px;
  }
  .search-second-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  .property-card {
    width: 48%;
  }

  .mob-field {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .search-field-wrapper {
    width: 100%;
  }
  .after-search {
    display: none;
  }
  .mob-search-wrapper {
    display: none;
  }
  .search-first-section {
    padding: 10px 20px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;
    height: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    width: 100%;
    min-width: 100vw;
    margin-left: -40px;
    border-radius: 0;
  }
  .search-first-section > div,
  .search-first-section > div > h3 {
    margin-bottom: 0px !important;
  }
  .card {
    width: 48%;
  }
  .price-range-search {
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 10px;
    margin-top: 10px;
    border-radius: 15px;
  }
}

@media (max-width: 769px) {
  .search-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .search-first-section {
    margin-left: -20px;
    padding: 30px;
  }
  .search-box-main-wrapper {
    display: block;

    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .property-card {
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-radius: 20px;
  }
  .search-second-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    gap: 50px 0px;
  }
  .card {
    width: 100%;
  }
  .loader-sec {
    flex-wrap: wrap;
  }
  .search-box-main-wrapper {
    display: block;

    margin-top: 20px;
  }
}
