
.tendance-btn-color-red {
  padding: 30px;
  position: relative;
  height: 100%;
  /* min-height: 250px; */
  border: none;
  box-shadow: 0 11px 14px 1px rgba(5, 124, 175, .1);
  background-color: white;
  transition: all .2s ease-in-out;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 16px !important;
  background: 0 0;
  color: #343d48;
  font-weight: 500;
  line-height: 37px;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #e6e6e6;
  padding: 6px 12px;
  transition: all .2s ease-in-out;
}

.tendance-btn-color-red:hover {
  transform: scale(1.05);
  border: 1px solid #d7480c;
  color: #d7480c !important;
}

.tendance-card-mini {
  position: relative;
  padding: 0;
  /*height: 100%;*/
  min-height: 300px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 11px 14px 1px rgba(5, 124, 175, .1);
  background-color: white;
  transition: all .2s ease-in-out;
  margin-bottom: 30px;
}

.tendance-card-mini:hover {
  transform: scale(1.05);
}

.tendance-card {
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0 ,0, 0.1);
  overflow: hidden;
}

.tendance-card .imgBx {
  position: relative;
  width: 100%;
}
.tendance-card .imgBx img {
  width: 100%;
}
.tendance-card .imgBx .heart i{
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 20px;
}
.tendance-card .imgBx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  cursor: pointer;
}
.tendance-card .imgBx input:checked + .heart i {
  color: #e74c3c;
}

.card {
  width: 350px;
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0 ,0, 0.1);
  overflow: hidden;
}
.card .imgBx {
  position: relative;
  width: 100%;
}
.card .imgBx img {
  width: 100%;
}
.card .imgBx .heart i{
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 20px;
}
.card .imgBx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  cursor: pointer;
}
.card .imgBx input:checked + .heart i {
  color: #e74c3c;
}
.price-section {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0 , 0, 0.1);
}
.price-section h1 {
  font-weight: 500;
  padding: 5px 0;
}
.price-section h2 {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
}
.price-section h3 {
  font-weight: 400;
  font-size: 16px;
  color: #777;
}
.info-section {
  display: flex;
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0 , 0, 0.1);
}
.info-section .beds {
  width: 50%;
}
.info-section .beds h3 {
  color: #777;
  font-weight: 500;
}
.info-section .beds h3 span {
  color: #222;
  font-weight: 600;
}
.info-section .baths h3 {
  color: #777;
  font-weight: 500;
}
.info-section .baths h3 span {
  color: #222;
  font-weight: 600;
}
.contact {
  padding: 10px;
}
.contact h3 {
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.contact .contact-info {
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.contact .contact-info .contact-img img {
  width: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
.contact .contact-info .contact-name {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
}
.contact .contact-info .contact-name h4 {
  color: #222;
  font-weight: 600;
  font-size: 16px;
}


.range {
  display: flex;
  width: 600px;
}

/*.range__slider {*/
/*  width: 100%;*/
/*}*/

/*.range__value {*/
/*  width: 100%;*/
/*  text-align: center;*/
/*}*/

.range__slider label {
  margin-bottom: 10px;
}

.range__slider [type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 13px;
  border-radius: 6px;
  background: #f1f1f1;
  outline: none;
  padding: 0;
  margin: 0;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d64915;
  border: #f9ca24 5px solid;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
  background: #f0932b;
}

.range__slider [type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #f0932b;
  border: #f9ca24 5px solid; cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
  background: #f9ca24;
}

/* remove border */
input::-moz-focus-inner, input::-moz-focus-outer {
  border: 0;
}
