.custom-wrapper {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 15px;
}

.collab-message {
  padding: 11px;
  background: #e0e0e0;
  color: #999;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}

.prop-label {
  position: absolute;
  min-width: 100px;
  top: 15px;
  left: 20px;
  padding: 5px 10px;
  text-align: center;
  color: #000;
  background: #f5f5eb;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 16px;
  z-index: 9;
}

.sold .prop-label,
.sold.prop-label {
  color: #fff;
  background: #ee0000;
}

.open-house {
  border: solid 1px #000;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.mix-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* START OF SINGLE PROPERTY */
#slider {
  margin-top: 150px;
  margin-bottom: 50px;
}

#slider .caption {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  z-index: 2;
}

#slider img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

@media (max-width: 768px) {
  #slider img {
    height: 55vh;
  }
}

#slider .swiper-button-prev {
  top: unset;
  left: 45px;
  bottom: 20px;
}

#slider .swiper-button-next {
  top: unset;
  left: 100px;
  right: unset;
  bottom: 20px;
}

#slider .swiper-button-next,
#slider .swiper-button-prev {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  background: transparent;
  outline: none;
  overflow: hidden;
  transition: 0.4s all ease;
  cursor: pointer;
  z-index: 1000;
}

#slider .swiper-button-prev:after,
#slider .swiper-button-next:after {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#slider .swiper-button-next:hover,
#slider .swiper-button-prev:hover {
  color: #000;
  background: #fff;
}

#property {
  padding-bottom: 50px;
}

#property ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#property .block {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.08);
  margin-bottom: 40px;
}

#property .block h4 {
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
  color: #484247;
  margin: 0;
}

#property .block h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

#property .block button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #000;
  border: none;
  background: none;
  padding: 32px 20px;
  outline: none;
}

#property .block.padd {
  padding: 32px 20px;
}

.prop-table.prop-table-header {
  color: #000;
  background-color: #fff;
}

#property .collapseElement {
  padding: 0 35px;
}

@media (max-width: 768px) {
  #property .collapseElement {
    padding: 0 20px;
  }
}

#property ul.social-network {
  display: inline;
}

#property ul.social-network li {
  display: inline-block;
  margin: 0 5px;
}

#property ul.social-network li a {
  position: relative;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 auto;
  transition: all 0.3s ease;
}

#property ul.social-network li a:hover {
  opacity: 0.7;
}

.resp-table {
  overflow-x: auto;
}

.resp-table .table {
  width: 100%;
  margin-bottom: 32px;
}

.resp-table .table tr {
  border-bottom: solid 1px #000;
}

.resp-table .table tr:last-of-type {
  border-bottom: none;
}

.table thead.prop-table th {
  color: #000;
  background-color: #fff;
}

#property .table td,
#property .table th {
  font-size: 16px;
  font-weight: 600;
  border: none;
  padding: 10px;
}

#property .table td:last-of-type {
  border-bottom: none;
}

.cta_sidebar a,
.property-virtual-tour-wrap a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 50px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.cta_sidebar a.full,
.property-virtual-tour-wrap a.full {
  color: #fff;
  border: solid 2px #fff;
  background: #000;
}

.cta_sidebar a.full:hover,
.property-virtual-tour-wrap a.full:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}

.cta_sidebar a.empty:hover,
.property-virtual-tour-wrap a.empty:hover {
  color: #000;
}

.cta_sidebar a.empty img,
.property-virtual-tour-wrap a.empty img {
  width: 25px;
  transition: transform 150ms;
}

.cta_sidebar a.empty:hover img,
.property-virtual-tour-wrap a.empty:hover img {
  transform: translateX(15px);
}

#form-tab .nav-link {
  padding: 40px 15px;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

#form-tab .nav-link.active {
  background: #000;
  color: #fff;
}

.visit_info .forms .form {
  padding: 15px 50px 36px 50px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.visit_info .forms .form .form-control {
  color: #000;
}

@media (max-width: 768px) {
  .visit_info .forms .form {
    padding: 15px 20px 36px 20px;
  }
}

.visit_info .forms .form input,
.visit_info .forms .form textarea {
  border: solid 1px #cecece;
}

#map,
#streetMap {
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  #map,
  #streetMap {
    height: 400px;
  }
}

.agents {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.08);
  margin-bottom: 25px;
}

@media (max-width: 576px) {
  .agents {
    flex-direction: column;
  }
}

.agents .img img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.agents .inner {
  padding: 20px;
}

.agents .inner h3 {
  font-size: 25px;
  color: #000;
}

.agent-info {
  margin: 0;
  padding: 0;
}

.agent ul.agent-info li {
  display: block;
  text-align: center;
  border-right: none;
  padding: 0;
}

.agent-info li a {
  font-weight: 500;
  text-transform: none;
  color: #000;
}

.agent ul.agent-info li a > i {
  padding-right: 10px;
}
/* END OF SINGLE PROPERTY */

/* START OF HOME EVALUATION */
.homeEvalutation {
  padding: 0 50px 50px 50px;
}

@media (max-width: 768px) {
  .homeEvalutation {
    padding: 0 0 25px 0;
  }
}

.homeEvalutation #first {
  display: block;
}

.homeEvalutation fieldset {
  display: none;
  margin-top: 30px;
}

.homeEvalutation .title-wrapper {
  margin-bottom: 40px;
}

.homeEvalutation .single-s {
  height: 100%;
  font-weight: 500;
  color: linear-gradient(to bottom, #b07d2e 0%, #dbce8e 50%, #b07d2e 100%);
  text-transform: uppercase;
  border: solid 1px
    linear-gradient(to bottom, #b07d2e 0%, #dbce8e 50%, #b07d2e 100%);
  padding: 25px 15px;
}

.homeEvalutation .single-s.active {
  background: linear-gradient(to bottom, #b07d2e 0%, #dbce8e 50%, #b07d2e 100%);
  border-color: linear-gradient(
    to bottom,
    #b07d2e 0%,
    #dbce8e 50%,
    #b07d2e 100%
  );
  color: #fff;
}

/* home evaluation form and map */
#homeEval p {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.homeEvalutation input[type="text"],
.homeEvalutation select {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  outline: none;
  padding: 0 10px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}

.homeEvalutation #map {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}

.homeEvalutation input[type="submit"],
.homeEvalutation input[type="button"] {
  display: inline-block;
  width: 250px;
  font-size: 16px;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: 1.61px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  border: none;
  padding: 0px 15px;
  transition: all ease 0.5s;
}

.homeEvalutation #second input[type="button"] {
  width: 175px;
}

.homeEvalutation input[type="submit"]:hover,
.homeEvalutation input[type="button"]:hover,
.homeEvalutation #second input[type="button"]:hover {
  color: #fff;
  background: #000;
}

/* END OF HOME EVALUATION */

.consent-ctn,
.consent-ctn a {
  color: #fff;
}

.buysellform .select2-container--default .select2-selection--multiple {
  background: none;
  border: 0px;
  border-radius: 0px;
  padding: 0px 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  min-height: 60px;
  height: auto;
  font-size: 16px;
  outline: 0px;
  color: #fff !important;
  border: 1px solid rgb(255 255 255 / 50%) !important;
  padding: 15px 15px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}
