.line-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.line-header .line-header-custom {
  width: 100%;
  max-width: 75%;
  height: 0.1rem;
  background-color: green;
  border-radius: 1rem;
  border-color: #2c3e50 !important;
}
.line-header a {
  color: black;
  text-decoration: none;
  font-size: 1.2rem;
}
.line-header i {
  color: green;
}
@media (max-width: 575.98px) {
  .line-header .line-header-custom {
    width: 100%;
    max-width: 30%;
    height: 0.1rem;
    background-color: green;
    border-radius: 1rem;
    border-color: #2c3e50 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .line-header .line-header-custom {
    width: 100%;
    max-width: 50%;
    height: 0.1rem;
    background-color: green;
    border-radius: 1rem;
    border-color: #2c3e50 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .line-header .line-header-custom {
    width: 100%;
    max-width: 60%;
    height: 0.1rem;
    background-color: green;
    border-radius: 1rem;
    border-color: #2c3e50 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .line-header .line-header-custom {
    width: 100%;
    max-width: 70%;
    height: 0.1rem;
    background-color: green;
    border-radius: 1rem;
    border-color: #2c3e50 !important;
  }
}

.properties {
  font-family: Arial, Helvetica, sans-serif;
  background: white;
}
.heading {
  font-size: 17px;
  font-weight: 600;
  border-bottom: 2px solid green;
  margin: 10px auto;
}
.properties-address {
  font-size: 15px;
  margin: 10px auto;
}
.properties-address p {
  margin: 5px auto;
}
.properties-address span {
  margin: 10px;
}
.carousel-item img {
  width: 100%;
  height: 550px;
}
.item-detail {
  width: 100%;
  padding: 10px;
}
.item {
  width: 100%;
  height: 50px;
  margin: 10px auto;
}
.item img {
  float: left;
  width: 20%;
  height: 100%;
  margin-right: 10px;
  display: block;
}
.item p {
  margin: 0px;
}
p.number-item {
  font-size: 20px;
  color: #1d7e39;
}
p.property-type {
  font-size: 16px;
}
.nearby {
  font-size: 15px;
  padding-left: 15px;
}
.google-map {
  width: 100%;
  padding-left: 15px;
}
.google-map iframe {
  width: 100%;
}

.contact img {
  display: block;
  width: 100%;
}
.contact p {
  margin: 0;
}
.contact i {
  color: green;
}
.contact a {
  color: black;
}
.form-contact input,
.form-contact textarea {
  width: 100%;
  margin: 5px auto;
  padding: 5px;
  background: #dfe6e9;
  border: none;
  outline: none;
}
.form-contact button {
  font-weight: 600;
  width: 100%;
  background: #55efc4;
}
.form-contact button:hover {
  background: #00b894;
}

.loader {
  text-align: center;
  padding: 0 !important;
  top: 30%;
}

/* .loader:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
} */

/* .loader .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
} */
.loader .modal-body {
  width: 100%;
  font-size: 50px;
  font-weight: 600;
  padding-top: 125px;
  padding-bottom: 125px;
}
/* .loader span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
 
} */

/* .loader span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

.loader span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

.loader span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
} */

/* @keyframes bounce{
  0%, 75%, 100%{
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
  }

  25%{
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
  }
} */

.data-not {
  text-align: center;
}

.font-quark {
  font-family: Quark-Bold;
}

.card-properties .card-img-top {
  height: 195px;
  max-height: 195px;
}

.card-properties-body .card-properties-title {
  font-size: 1.25rem;
}
