.properties-list-p1 {
  width: 20%;
  float: left;
  background-color: #ffffff;
  overflow: scroll;
  padding: 10px;
  height: 1300px;
}

.properties-list-p2 {
  width: 25%;
  float: left;
  height: 1300px;
  background-color: #f9f9f9;
  overflow: scroll;
}

.properties-list-p3 {
  width: 55%;
  float: left;
  overflow: scroll;
  height: 1300px;
}

#myframe2 {
  height: 1300px;
}

.properties-search-item {
  margin: 20px 3% 20px 3%;
  box-shadow: 0px 3px 5px 0px rgba(136, 136, 136, 0.5);
}

.hooper-next,
.hooper-prev {
  top: 10%;
}

.card-body {
  background-color: #ffffff;
}

.card {
  width: 90%;
  margin: 5%;
  box-shadow: 0px 3px 5px 0px rgba(136, 136, 136, 0.75);
}

.carousel-control-next,
.carousel-control-prev {
  height: 50px;
  opacity: 1;
  height: 200px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 50px;
  height: 50px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

.carousel-control-next-icon:after {
  font-family: FontAwesome;
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  font-size: 60px;
  color: #774175;
}

.carousel-control-prev-icon:after {
  font-family: FontAwesome;
  content: "\f104";
  font-weight: 900;
  display: inline-block;
  font-size: 60px;
  color: #774175;
}

.list-btn {
  color: #000000;
  border: 1px solid #cfd0d4;
  box-shadow: 1px 1px 5px 5px rgba(207, 208, 212, 0.1);
  width: 48%;
  float: left;
  text-align: center;
  padding: 12px 0px 12px 0px;
  margin-right: 2%;
  font-size: 20px;
  background-color: #dedede;
}

.list-btn:last-child {
  margin-right: 0%;
}

.list-btn.active {
  border: 1px solid #774175;
  background-color: #774175;
  color: #ffffff;
}

.list-row {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.list-select {
  width: 100%;
  float: left;
  margin-top: 15px;
  border: 1px solid #dedede;
  background-color: #fcfdff;
  box-shadow: 1px 1px 5px 5px rgba(207, 208, 212, 0.1);
  padding: 15px;
  font-size: 14px;
  color: #8e828e;
  position: relative;
}

.list-select:after {
  font-family: FontAwesome;
  content: "\f0d7";
  font-weight: 900;
  display: inline-block;
  font-size: 14px;
  color: #8e959f;
  position: absolute;
  right: 10px;
  margin-top: -14px;
}

.list-row > div > a {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  color: #553892;
}

.list-select-ans > div {
  width: 100%;
  text-align: left;
  float: left;
  border-top: 1px dotted #cfd0d4;
  margin-top: 10px;
  padding-top: 10px;
}

.sq-ft,
.usd {
  width: 100%;
  margin-bottom: 0px;
}

.round {
  position: relative;
  display: inline-block;
}

.round-txt {
  display: inline-block;
  margin-left: 15px;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  width: 18px;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 8px;
}

.round input[type=checkbox] {
  visibility: hidden;
}

.round input[type=checkbox]:checked + label {
  background-color: #553892;
  border-color: #553892;
}

.round input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.round-list {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-size: 14px;
  color: #8e828e;
}

.clear-btn {
  color: #ffffff;
  border: 1px solid #cfd0d4;
  box-shadow: 1px 1px 5px 5px rgba(207, 208, 212, 0.1);
  width: 100%;
  float: left;
  text-align: center;
  padding: 12px 0px 12px 0px;
  font-size: 18px;
  background-color: #7d5ca9;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.carousel-vertical {
  display: block;
}

.carousel-horizontal {
  display: none;
}

@media screen and (max-width: 1300px) {
  .properties-list-p1 {
    width: 25%;
  }

  .properties-list-p2 {
    width: 30%;
  }

  .properties-list-p3 {
    width: 45%;
  }
}
@media screen and (max-width: 1100px) {
  .hooper-next,
.hooper-prev {
    top: 50%;
  }

  .carousel-vertical {
    display: none;
  }

  .carousel-horizontal {
    display: block;
  }

  .properties-list-p2,
.properties-list-p3 {
    width: 75%;
  }

  .properties-list-p2 {
    height: auto;
  }

  .card {
    width: 100%;
    margin: 1%;
  }

  .card:nth-child(2n+2) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 800px) {
  .properties-list-p1,
.properties-list-p2,
.properties-list-p3 {
    width: 100%;
    height: auto;
  }

  #myframe2 {
    height: 500px;
  }

  .card {
    width: 94%;
    margin: 3%;
  }
}