a.text-decoration-none {
  text-decoration: none;
}

.property_slider-wrapper {
  overflow: hidden;
}

#map {
  height: 31rem;
  z-index: 1;
}

.gallery20_mask {
  width: 100%;
  overflow: visible;
}

.gallery20_arrow {
  z-index: 6;
}

.slider-background {
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  background: rgba(28, 28, 28, 0.3);
  top: 0;
  z-index: 5;
}

.galery_20_counter {
  z-index: 6;
}

.checkbox-inline {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.w-layout-grid.property_videos-grid-one {
  grid-template-columns: 1fr;
}

h2.italic-style {
  font-style: italic;
  font-size: 32px;
}

.container-front {
  width: 78%;
  margin: 0 auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.icon-front {
  max-width: 140px;
  margin-bottom: 20px;
}

.front-box {
  padding: 50px 20px;
}

.yellow-box {
  background: #f7f3c5;
}

.white-box {
  background: #f8f6f3;
}

.front-boxes {
  grid-column-gap: 1rem;
  grid-template-rows: 1fr;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
}

.checkbox-inline input {
  margin-right: 5px;
}

.checkbox-inline label {
  font-weight: 400;
}

.slick .slide {
  height: 30rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.prev {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}

.next {
  display: block;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.slick-slide:not(.slick-active) .black-overlay {
  background-color: #192227;
  opacity: 0.62;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
}

.about_arrow {
  padding: 5px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 100%;
  background-color: #fff;
}

@media screen and (min-width: 991px) {
  .section-search {
    padding-top: 20px;
  }

  .mb-4 {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 991px) {
  /* .navbar_link {
    flex: none;
  } */

  .slider-background {
    display: none;
  }

  .navbar_menu {
    padding-top: 1rem;
    /* display: flex !important;
    flex-direction: column !important;
    align-items: stretch; */
  }

  .navbar_link {
    padding: 1rem 1.25rem;
  }

  .navbar_button {
    width: 70px;
    height: 50px;
    margin-right: -1rem;
    position: relative;
  }

  .reduce-padding-header {
    padding-top: 50px;
  }

  .navbar_container {
    padding-top: 2px !important;
  }
  .features-grid2 {
    grid-template-columns: 1fr;
  }

  .container-front {
    width: 100%;
  }

  .front-boxes {
    grid-template-columns: 1fr;
  }

  .footer_main-columned_content_wrapper .text-align-left {
    text-align: center;
  }

  .modal1_component {
    padding-top: 6.375rem;
  }
}

@media screen and (max-width: 767px) {
  .slick .slide {
    height: 18rem;

    background-position: top center;
  }

  .tablet-mb-20 {
    margin-bottom: 20px;
  }

  .text-align-right.text-size-large.text-align-center-mp.contact-mobile-row.hide-tablet.space {
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .footer_main-columned_content_wrapper {
    grid-column-gap: 0px;
  }
}
