/* ===== BASE ====== */
/* CONTAINER'S MAX WIDTH */
/* FONTS */
/* FONT-SIZE */
:root {
  --fontSize-regular: 1.125rem;
  --fontSize-xxlarge: 4.875rem;
  --fontSize-xxlarge-02: 4.25rem;
  --fontSize-xlarge: 3.625rem;
  --fontSize-xlarge-02: 2.375rem;
  --fontSize-large: 1.75rem;
  --fontSize-medium: 1.375rem;
  --fontSize-small: 0.875rem;
  --fontSize-xsmall: 0.5rem;
}
@media (max-width: 640px) {
  :root {
    --fontSize-regular: 0.875rem;
    --fontSize-xlarge: 2.375rem;
    --fontSize-large: 2rem;
    --fontSize-medium: 1.125rem;
    --fontSize-small: 0.875rem;
    --fontSize-xsmall: 0.5rem;
  }
}

/* LINE HEIGHT */
/* COLORS */
/* BRANDS COLOR */
/* STATUS COLOR */
/* FOR SPACING (MARGIN AND PADDING) */
/* IMAGE SPRITE */
/* ICONS */
/* ===== REAL ESTATE INVESTMENT PAGE (rei) ===== */
@media (max-width: 991px) {
  .search-property-mob {
    margin: 50px 0 0;
  }
}
@media (max-width: 991px) {
  .search-property-mob.fixed-search {
    top: 0;
    margin: 0;
  }
}

/* PAGE NAVIGATION */
.rei-page-nav {
  padding-top: 50px;
}
.rei-page-nav .sec-header {
  padding-bottom: 0;
}

/* WHY REAL ESTATE */
.rei-sec {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .rei-sec {
    padding-top: 45px;
  }
}

@media (max-width: 991px) {
  .rei-page-nav + .rei-sec {
    padding-top: 20px;
  }
}

.rei-sec .content--body *:last-child {
  margin-bottom: 0;
}
.rei-sec .content--body h2:first-child,
.rei-sec .content--body h3:first-child,
.rei-sec .content--body h4:first-child,
.rei-sec .content--body h5:first-child,
.rei-sec .content--body h6:first-child {
  margin-top: 0;
}

/* WHY PHILIPPINES */
.rei-philippines {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .rei-philippines {
    padding: 0 0;
  }
}

/* STEPS BY STEPS */
.rei-steps {
  padding-top: 65px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rei-steps {
    overflow: visible;
    padding-top: 50px;
  }
}
.rei-steps .sec-header {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}

.rei-steps .step-content {
  position: relative;
  height: 600px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .rei-steps .step-content::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(22%, #001f60), to(rgba(0, 31, 96, 0)));
    background-image: linear-gradient(0deg, #001f60 22%, rgba(0, 31, 96, 0) 100%);
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .rei-steps .step-content {
    height: auto;
    background: #1f358c;
    padding-bottom: 45px;
  }
}
.rei-steps .step-content .sec-header {
  font-weight: 500;
}
.rei-steps .step-content .container {
  position: absolute;
  bottom: 65px;
  left: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .rei-steps .step-content .container {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rei-steps .step-content .container h3 {
  font-size: 1.75rem;
}
.rei-steps .step-content .step-asset {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .rei-steps .step-content .step-asset {
    margin-top: 200px;
  }
}
@media (max-width: 480px) {
  .rei-steps .step-content .step-asset {
    margin-top: 80px;
  }
}
.rei-steps .step-content .step-asset figure {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-53%);
  transform: translateY(-53%);
}
@media (min-width: 2000px) {
  .rei-steps .step-content .step-asset figure {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
.rei-steps .step-content .step-info {
  position: relative;
  color: #ffffff;
  width: 100%;
  max-width: 552px;
}
.rei-steps .step-content .step-info *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .rei-steps .step-content .step-info {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .rei-steps .step-content .step-info {
    max-width: unset;
    margin-bottom: 40px;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.rei-steps .step-content .step-info:last-child {
  margin: 0 auto;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .rei-steps .step-content .step-info:last-child {
    padding-right: 0;
  }
}
.rei-steps .step-content .step-info h3 {
  margin-bottom: 15px;
}
.rei-steps .step-content .step-info p {
  margin-bottom: 20px;
}
.rei-steps .step-content .step-info.have-cta {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .rei-steps .step-content .step-info.have-cta {
    padding-bottom: 15px;
  }
}
.rei-steps .step-content .step-info .view-more {
  position: absolute;
  bottom: 0;
  color: #53a700;
}

/* CONTACT */
.pl-contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pl-contact {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}