.tract-time {
  background: var(--white);
  display: inline-block;
  width: 100%;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 20%);
  border-radius: 10px;

  margin: 30px 0;
}
.tract-prime-sec {
  display: flex;
}
.tract-time-content {
  padding: 15px;
}
.tract-time-content p {
  margin-bottom: 0;
}
.tract-prime-btn {
  text-align: center;
  padding: 30px 0px 30px 2px;
}
.tract-prime-btn button {
  background-color: var(--themeColor);
  color: var(--white);
}
.sale-board {
  text-align: center;
  padding-bottom: 30px;
}

.description {
  width: 100%;
  padding: 60px 0;
  background-color: #f7f7f7;
}
.all-description {
  width: 100%;
  background-color: var(--white);
  padding: 60 0px;
  border: 1px solid rgb(153 153 153 / 50%);
  border-radius: 5px;
}
.des-head {
  padding: 30px 60px;
}
.col-md-8.detail-sec {
  border: 2px solid rgb(153 153 153 / 50%);
  border-radius: 5px 0px 0px 5px;
  height: 330px;
}
.des-head button {
  background-color: rgb(247, 247, 247);
  border: 0;
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.des-head p {
  line-height: 1.2;

  margin-bottom: 15px;
  font-size: 20px;
}
.col-md-12.property-head {
  padding: 20px 15px;
}
.id-detail {
  display: flex;
  flex-wrap: wrap;
}
.id-detail ul {
  list-style: none;
  padding-left: 0;
  flex-basis: 50%;
}
.id-detail ul li {
  margin-bottom: 7px;
}
.licence-time p span {
  font-weight: 600;
}
.special-condition {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.special-condition ul {
  padding-left: 0;
  list-style: none;
  flex-basis: 70%;
}
.condition-head {
  width: 25%;
}
.col-md-4.ques-sec {
  border: 2px solid rgb(153 153 153 / 50%);
  border-left: 0;
  border-radius: 0px 5px 5px 0px;
  height: 330px;
}
.col-md-4.ques-sec {
  /* padding: 51.5px 15px; */
}
.ques-sec h5,
.ques-sec p span {
  color: var(--themeColor);
}
.ques textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #999;
  border-radius: 5px;
}
.ques button {
  background-color: var(--themeColor);
  color: var(--white);
  border: 0;
  float: right;
  padding: 10px 30px;
  border-radius: 5px;
}
.property-attachment {
  margin-top: 30px;
  background-color: var(--white);
  border: 2px solid rgb(153 153 153 / 50%);
  border-radius: 5px;
}

.view-property {
  padding: 50px;
  text-align: center;
}

.col-md-6.view-property {
  padding: 0px;
}
.col-md-6.view-property-btn {
  border-left: 2px solid #99999980;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-attachment-second {
  padding: 25px;
}

.property-attachment h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.property-attachment p i {
  padding-right: 10px;
  color: var(--themeColor);
}
.property-attachment button {
  background-color: var(--themeColor);
  color: var(--white);
}
.similar-detail {
  background-color: var(--white);
}
.similar-detail img {
  width: 100%;
  height: 230px;
}
.similar-detail p {
  width: 50%;
  font-size: 15px;
  float: left;
  padding: 10px;
}

.similar-detail button {
  background-color: var(--themeColor);
  color: var(--white);
  border: 0;
  float: right;
  /*! padding: 2px 0px; */
  border-radius: 5px;
  width: 33%;
  float: right;
  text-align: center;
  height: 30px;
  /*! margin: 10px; */
  /*! flex: 0.3; */
  right: 20px;
  position: absolute;
}
.similar {
  margin-top: 60px;
}
.similar h4 {
  margin-bottom: 30px;
  font-size: 20px;
}

.property-description {
  margin-top: 30px;
  background-color: var(--white);
  border: 2px solid rgb(153 153 153 / 50%);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 0px 30px 0px 30px;
}

.property-description h1 {
  font-size: 1rem;
  padding: 0px 13px 9px 0px;
}

.property-description p {
  line-height: 1.642;
  font-size: 14px;
}

.property-detail {
  background-color: var(--white);
  border: 0px solid rgb(153 153 153 / 50%);
  border-radius: 5px;
  margin-bottom: 25px;
}
