aside {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding: 12px;
}
aside .aside-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1b75bb;
  border-bottom: 1px solid #d4d4d4;
  padding: 2px 12px 12px;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  aside .aside-title {
    font-size: 1.125rem;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  aside .aside-title {
    margin-top: 0;
    text-align: left;
    background-color: #ebf1f6;
    border-top: 1px solid #d4dbe1;
    border-bottom: 1px solid #d4dbe1;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #1b75bb;
    margin: 1.75rem -15px 0;
    padding: 0.75rem 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  aside .aside-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  aside .aside-title {
    font-size: 1.125rem;
  }
}
aside .aside-content {
  padding: 0 12px 12px;
}
@media only screen and (max-width: 767px) {
  aside .aside-content {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  aside {
    margin: -15px -15px 0;
    padding: 0 15px;
    background-color: #ffffff;
    border: none;
  }
}

.map-icon {
  position: relative;
  top: -39px !important;
  left: -6px !important;
}
.map-icon::before {
  content: "\e805";
  font-family: "property-group";
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  color: #3a3a3a;
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  transform: skewX(-45deg);
  opacity: 0.4;
  filter: blur(2px);
}
.map-icon::after {
  content: "\e805";
  font-family: "property-group";
  font-size: 2.25rem;
  font-weight: normal;
  text-align: center;
  color: #3387c8;
  position: absolute;
  top: 0;
  left: 0;
}
.map-icon span {
  position: absolute;
  top: 50px;
  left: -45px;
  background-color: #000;
  color: #fff;
  line-height: 1.2;
  font-size: 0.6875rem;
  text-align: center;
  width: 120px;
  border-radius: 3px;
  padding: 4px;
  opacity: 0.7;
  font-weight: 700;
}

.map-icon-active {
  position: relative;
  top: -39px !important;
  left: -6px !important;
}
.map-icon-active::before {
  content: "\e805";
  font-family: "property-group";
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  color: #3a3a3a;
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  transform: skewX(-45deg);
  opacity: 0.4;
  filter: blur(2px);
}
.map-icon-active::after {
  content: "\e805";
  font-family: "property-group";
  font-size: 2.25rem;
  font-weight: normal;
  text-align: center;
  color: #c8333a;
  position: absolute;
  top: 0;
  left: 0;
}
.map-icon-active span {
  position: absolute;
  top: 50px;
  left: -45px;
  background-color: #000;
  color: #fff;
  line-height: 1.2;
  font-size: 0.6875rem;
  text-align: center;
  width: 120px;
  border-radius: 3px;
  padding: 4px;
  opacity: 0.7;
  font-weight: 700;
}

.validation-error {
  margin-top: 2px;
  font-size: 12px;
  color: #f44336;
  display: none;
}

.was-validated .form-control:invalid ~ .validation-error {
  display: block;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
  border-color: #d4d4d4;
}

button[type=submit] {
  text-transform: uppercase;
}

label.required:before {
  vertical-align: top;
  content: "* ";
}

.custom-control-label {
  padding-left: 0.25rem;
}
.custom-control-label::before {
  top: 0.2rem;
  width: 1.25rem;
  height: 1.25rem;
}
.custom-control-label::after {
  top: 0.2rem;
  width: 1.25rem;
  height: 1.25rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #4595d2;
  background-color: #ffffff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231b75bb' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

nav {
  border-bottom: none;
  margin-bottom: 0;
}

.media-block {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  position: relative;
}
.media-block .loading {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
}
.media-block .loading i {
  font-size: 1.5rem;
  color: #1b75bb;
}
.media-block .slider-container {
  visibility: hidden;
}
.media-block .slider-container.show {
  visibility: visible;
}
.media-block ul {
  margin: 0 auto;
}
.media-block ul li img {
  max-height: 450px;
}

h1 {
  font-size: 2.25rem;
}

address {
  font-size: 1.25rem;
  font-weight: 500;
  margin-left: -5px;
}
address i {
  font-size: 1.5rem;
}

.price {
  font-size: 2.625rem;
  font-weight: 700;
  color: #24b124;
  white-space: nowrap;
}

.area {
  font-size: 1.563rem;
  font-weight: 700;
  white-space: nowrap;
}
.area span {
  color: #b32020;
}

.attribute {
  display: flex;
  align-items: center;
}
.attribute .icon {
  width: 56px;
}
.attribute .icon i {
  font-size: 1.875rem;
  color: #1a75bb;
}
.attribute .icon i.icon-plan {
  margin-right: 0.5rem;
}
.attribute .icon i.icon-building {
  font-size: 2.5rem;
  margin-left: -3px;
}
.attribute .icon i.icon-car {
  font-size: 2.125rem;
  margin-left: -2px;
}
.attribute span {
  font-weight: 500;
  line-height: 1.3;
  max-width: 186px;
  text-transform: lowercase;
}
.attribute span span {
  white-space: nowrap;
}
.attribute.extra {
  margin-top: -2px;
}
.attribute.extra:last-of-type {
  margin-top: -8px;
}

.info {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.info ul {
  column-count: 2;
  column-gap: 2rem;
}
.info ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.1rem 0;
}
.info ul li:not(:last-of-type):before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, #ffffff 0%, #fdfdfd 9%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f9f9f9 90%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #fdfdfd 9%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f9f9f9 90%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #fdfdfd 9%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f9f9f9 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
}

.map {
  min-height: 444px;
  touch-action: auto !important;
  -ms-touch-action: auto !important;
}

.contact-form .form-control::placeholder {
  opacity: 0;
}
.contact-form .btn .icon-spin {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .contact-form label {
    display: none;
  }
  .contact-form .form-control::placeholder {
    opacity: 1;
  }
  .contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
    background-color: #f7f6f6;
  }
  .contact-form .btn {
    display: flex !important;
  }
}

.manager .manager-image {
  height: 381px;
  overflow: hidden;
}
.manager .manager-image img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .manager .manager-image {
    height: 215px;
  }
}
.manager .manager-name {
  border-top: 1px solid #d4d4d4;
  font-size: 1.438rem;
  font-weight: 600;
}
.manager .manager-description {
  font-size: 0.9375rem;
}
.manager .icons a {
  font-size: 40px;
  position: relative;
  z-index: 1;
}
.manager .icons a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: -1;
  transform: scale(0.5);
}
.manager .icons a:hover {
  opacity: 0.8;
}
.manager .icons a.whatsapp {
  color: #30bf39;
}
.manager .icons a.whatsapp:hover {
  color: #30bf39 !important;
}
.manager .icons a.viber {
  color: #7b519d;
}
.manager .icons a.viber:hover {
  color: #7b519d !important;
}
.manager .icons a.telegram {
  color: #40b0ef;
}
.manager .icons a.telegram:hover {
  color: #40b0ef !important;
}
.manager .contacts {
  white-space: nowrap;
}
.manager .contacts li {
  padding: 0.25rem 0 0;
  position: relative;
}
.manager .contacts li:not(:last-of-type):before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
  background: -webkit-linear-gradient(left, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
  background: linear-gradient(to right, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#f5f5f5",GradientType=1 );
}
.manager .contacts li a i {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .manager .contacts {
    max-width: 44%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .manager .contacts {
    max-width: 54%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .manager .contacts li::before {
    background: unset !important;
  }
  .manager .contacts li a {
    background-color: #1b75bb;
    border-color: #1a75bb;
    color: #ffffff;
    border-radius: 0.3rem;
    margin-bottom: 0.625rem;
    padding: 0.25rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 1px;
  }
  .manager .contacts li a:hover {
    background-color: #3387c8;
    color: #ffffff !important;
  }
  .manager .contacts li a.btn-lg {
    padding: 0.1rem 0 !important;
    max-width: 300px;
    min-height: 44px;
    margin: 0 auto;
  }
  .manager .contacts li a.btn-lg span.text {
    margin: 0 1.5rem !important;
  }
  .manager .contacts li a span.text {
    margin: 0 auto;
    line-height: 1;
  }
  .manager .contacts li a span.icon {
    display: inline-flex;
    height: 44px;
    overflow: hidden;
    align-items: center;
    border-right: 1px solid #176cad;
  }
  .manager .contacts li a span.icon i {
    font-size: 2.75rem;
  }
  .manager .contacts li a span.icon i::before {
    line-height: unset;
  }
  .manager .contacts li a span.icon {
    height: 40px;
  }
  .manager .contacts li a span.icon i {
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 10px;
  }
  .manager .contacts li a span.email {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 375px) {
  .manager .contacts li {
    padding: 0.25rem 0.5rem 0;
    font-size: 0.9375rem;
  }
  .manager .contacts li a span.email {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 320px) {
  .manager .contacts li a {
    font-size: 0.875rem;
    letter-spacing: unset;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .price {
    font-size: 2.375rem;
  }

  .area {
    font-size: 1.375rem;
  }

  .attribute .icon {
    width: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .media-block {
    max-height: 240px;
  }
  .media-block ul li img {
    height: 240px;
  }

  h1 {
    font-size: 1.5rem;
  }

  address {
    font-size: 1.125rem;
  }
  address i {
    font-size: 1rem;
  }

  .price-info {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.5rem 0 1.75rem;
    margin-bottom: 1rem;
  }
  .price-info .btn.btn-icon {
    padding: 0.5rem 0;
    margin-left: 1rem;
  }
  .price-info .btn.btn-icon.btn-send {
    max-width: 180px;
    margin-top: 6px;
  }
  .price-info .btn.btn-icon.btn-send span.text {
    flex-shrink: 6;
  }

  .price {
    font-size: 2.25rem;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .area {
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .attribute .icon {
    width: 42px;
  }
  .attribute .icon i.icon-plan {
    margin-left: -0.375rem;
  }
  .attribute .icon i.icon-building {
    font-size: 2.25rem;
    margin-left: -0.5rem;
  }

  .info {
    border: none;
  }
  .info ul {
    column-count: 1;
  }
  .info ul li {
    padding: 0.5rem 0;
  }

  .section-title {
    background-color: #ebf1f6;
    border-top: 1px solid #d4dbe1;
    border-bottom: 1px solid #d4dbe1;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #1b75bb;
    margin: 1.75rem -15px 0;
    padding: 0.75rem 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .section-title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  .section-title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    margin: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-form-content {
    display: flex;
    flex-direction: column;
  }
  .contact-form .contact-form-content .form-group:nth-child(1) {
    order: 2;
  }
  .contact-form .contact-form-content .form-group:nth-child(2) {
    order: 3;
  }
  .contact-form .contact-form-content .form-group:nth-child(3) {
    order: 4;
  }
  .contact-form .contact-form-content .form-group:nth-child(4) {
    order: 1;
  }
}
@media only screen and (max-width: 375px) {
  .price-info .btn.btn-icon {
    padding: 0.25rem 0;
  }

  .price {
    font-size: 2rem;
  }

  .area {
    font-size: 1.125rem;
  }

  .btn-icon.btn-send span.text {
    font-size: 0.75rem;
  }

  .attribute {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 320px) {
  .price-info {
    display: block;
  }
  .price-info .btn.btn-icon {
    padding: 0.1rem 0;
    max-width: 300px;
    margin: 1rem auto 0;
  }
  .price-info .btn.btn-icon span.text {
    font-size: 1.125rem;
  }

  .attribute {
    font-size: 0.75rem;
  }

  .info {
    font-size: 0.875rem;
  }
}
#property-modal .modal-dialog {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #property-modal .modal-dialog {
    max-width: 700px;
  }
}
#property-modal .modal-header {
  padding: 0px;
  border-bottom: 0px;
  position: relative;
}
#property-modal .modal-header .close {
  position: absolute;
  right: 0px;
  top: -36px;
  opacity: 1;
  text-shadow: none;
  font-size: 38px;
  color: #fff;
}
#property-modal .modal-body {
  padding: 0px 1rem;
}
#property-modal .list-item {
  padding-top: 1.75rem;
  margin-bottom: 1.75rem;
  border-top: 1px solid #d4d4d4;
}
#property-modal .list-item .thumb {
  max-width: 200px;
  height: 200px;
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  margin-right: 15px;
  position: relative;
}
#property-modal .list-item .thumb::after {
  content: "\e811";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  font-family: "property-group";
  font-size: 2rem;
  color: #d4d4d4;
}
#property-modal .list-item .thumb a {
  width: auto;
  height: inherit;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#property-modal .list-item .content {
  margin-left: -15px;
}
#property-modal .list-item .content .title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1b75bb;
  margin-top: -2px;
}
#property-modal .list-item .content address {
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: -0.3125rem;
  align-items: center;
}
#property-modal .list-item .content address i {
  font-size: 1.125rem;
}
#property-modal .list-item .content .attribute {
  display: flex;
  align-items: center;
}
#property-modal .list-item .content .attribute > span {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
}
#property-modal .list-item .content .attribute > span.icon {
  width: auto;
}
#property-modal .list-item .content .attribute > span.icon i {
  font-size: 1.75rem;
  color: #1a75bb;
}
#property-modal .list-item .content .attribute > span.icon i.icon-plan {
  margin-left: -0.375rem;
  margin-right: 0.3125rem;
}
#property-modal .list-item .content .attribute > span.icon i.icon-building {
  font-size: 2.5rem;
}
#property-modal .list-item .content .attribute > span.icon i.icon-car {
  font-size: 2rem;
}
#property-modal .list-item .content .attribute > span.text {
  max-width: 170px;
}
#property-modal .list-item .content .attribute > span.text span {
  white-space: nowrap;
}
#property-modal .list-item .content .plan {
  padding-right: 0;
}
#property-modal .list-item .content .car {
  padding: 0;
}
#property-modal .list-item .content .car .attribute {
  margin-top: -1px;
}
#property-modal .list-item .content .car .attribute .icon {
  line-height: 1;
}
#property-modal .list-item .content .car .attribute .icon i {
  margin-right: 0.25rem;
}
#property-modal .list-item .content .stairs i, #property-modal .list-item .content .waves i {
  margin-right: 0.25rem;
}
#property-modal .list-item .content .stairs .text, #property-modal .list-item .content .waves .text {
  white-space: nowrap;
}
#property-modal .list-item .content .waves {
  padding-right: 0;
}
#property-modal .list-item .content .btn-more {
  padding: 0.2rem 0.5rem;
}
#property-modal .list-item .content .info {
  display: flex;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: lowercase;
  border: none !important;
}
#property-modal .list-item .content .info span {
  padding: 0.25rem 0.5rem 0.25rem 0;
  margin-right: 0.5rem;
  position: relative;
}
#property-modal .list-item .content .info span:not(:last-of-type):before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(top, #ffffff 0%, #fdfdfd 9%, #dddddd 24%, #d3d3d3 41%, #d3d3d3 55%, #dddddd 72%, #f9f9f9 90%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fdfdfd 9%, #dddddd 24%, #d3d3d3 41%, #d3d3d3 55%, #dddddd 72%, #f9f9f9 90%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 9%, #dddddd 24%, #d3d3d3 41%, #d3d3d3 55%, #dddddd 72%, #f9f9f9 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=0 );
}
#property-modal .list-item .content .price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #24b124;
  white-space: nowrap;
}
#property-modal .list-item .content .area {
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}
#property-modal .list-item .content .area span {
  color: #b32020;
}
#property-modal .list-item .content .description {
  font-size: 0.8125rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #property-modal .list-item {
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }
  #property-modal .list-item .row > .col-5 {
    padding-left: 0;
  }
  #property-modal .list-item .thumb {
    border: none;
    margin-right: 0;
    width: auto;
    height: 100%;
  }
  #property-modal .list-item .thumb a {
    width: auto;
    height: 100%;
  }
  #property-modal .list-item .content {
    padding: 0.75rem 0 0.5rem;
    margin-left: -15px;
  }
  #property-modal .list-item .content address {
    margin-bottom: 0.5rem;
    align-items: flex-start;
  }
  #property-modal .list-item .content address i {
    font-size: 0.875rem;
  }
  #property-modal .list-item .content .plan {
    padding-right: 15px;
  }
  #property-modal .list-item .content .plan .attribute {
    border-top: 1px solid #d4d4d4;
  }
  #property-modal .list-item .content .car {
    padding: 0 15px;
  }
  #property-modal .list-item .content .car .attribute {
    margin: 0;
  }
  #property-modal .list-item .content .waves {
    padding-right: 15px;
  }
  #property-modal .list-item .content .waves .attribute:last-of-type {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 0.5rem;
  }
  #property-modal .list-item .content .attribute {
    padding-top: 0.5rem;
  }
  #property-modal .list-item .content .attribute span.icon i {
    font-size: 1.5rem;
  }
  #property-modal .list-item .content .attribute span.icon i.icon-stairs {
    margin-left: -0.3125rem;
    margin-right: 0.2rem;
  }
  #property-modal .list-item .content .attribute span.icon i.icon-car {
    font-size: 1.625rem;
    margin-left: -0.5rem;
  }
  #property-modal .list-item .content .attribute span.icon i.icon-building {
    font-size: 1.75rem;
    margin-left: -0.5rem;
  }
  #property-modal .list-item .content .attribute span.icon i.icon-waves {
    margin-left: -0.375rem;
    margin-right: 0.25rem;
  }
  #property-modal .list-item .content .price {
    font-size: 1.5rem;
  }
  #property-modal .list-item .content .btn-more {
    font-weight: 700;
    color: #1b75bb;
    padding: 0 0 0 0.75rem;
    margin-top: 0.75rem;
    border-left: 1px solid #e6e6e6;
  }
  #property-modal .list-item .content .btn-more i {
    font-size: 1.75rem;
    margin-left: -0.625rem;
  }
  #property-modal .list-item .content .btn-more i::before {
    margin-right: 0;
  }
  #property-modal .list-item .divider {
    height: 1.25rem;
    background-color: #ebf1f6;
    border-top: 1px solid #d4dbe1;
    border-bottom: 1px solid #d4dbe1;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) and (orientation: landscape) {
  #property-modal .list-item .thumb {
    max-width: none;
  }
}
@media only screen and (max-width: 320px) {
  #property-modal .list-item .content .title {
    font-size: 1rem;
  }
  #property-modal .list-item .content .price {
    font-size: 1.25rem;
  }
  #property-modal .list-item .content .area {
    font-size: 0.75rem;
  }
  #property-modal .list-item .content .btn-more {
    font-size: 0.875rem;
    padding: 0 0 0 0.5rem;
  }
  #property-modal .list-item .content .btn-more i {
    font-size: 1.5rem;
    margin-left: -0.5rem;
  }
}
#property-modal .list-item {
  border-top: none;
  margin-bottom: 1rem;
}
#property-modal .list-item .divider {
  display: none;
}
@media only screen and (max-width: 992px) {
  #property-modal .list-item {
    padding-top: 15px;
  }
}
#property-modal .list-item .thumb {
  height: 200px;
  max-width: 100%;
  margin-bottom: 15px;
}
#property-modal .list-item .content {
  margin: 0 !important;
  padding: 0 !important;
}
#property-modal.show {
  z-index: 10000;
}

.modal-backdrop.show {
  z-index: 9999;
}

/*# sourceMappingURL=view.css.map */
