/**
* 
*/

/* hero */
.section-hero {
  background-image: url(../images/hero-bg-ltr.png);
}
@media (max-width: 576px) {
  .section-hero {
    background-image: url(../images/properties-hero-bg.png);
  }
}

.timeline-line-progress {
  right: unset!important;
  left: 13%;
}
.tm-count-3 .timeline-line-progress {
  left: 18%;
}

.modal-close-btn {
  left: unset!important;
  right: 20px;
}

[type="email"], [type="number"], [type="tel"], [type="url"] {
  direction: ltr;
}