@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@font-face {
  font-family: optima;
  src: url("optima/optima.ttf");
}
@font-face {
  font-family: optima;
  src: url("optima/optima_italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: optima;
  src: url("optima/optima_medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: optima;
  src: url("optima/optima_bold.ttf");
  font-weight: 700;
}
:root {
  --colorWhite: #ffffff;
  --colorBlack: #000000;
  --colorDark: #212121;
  --colorGray: #59595b;
  --colorMidGray: #c0c0c0;
  --colorLightGray: #d9d9d9;
  --colorLighterGray: #fafafa;
  --colorYellow: #f6f6c7;
  --colorGreen: #11371f;
  --colorSilver: #c4c3af;
}

* {
  outline: none !important;
  box-shadow: none !important;
  font-family: "Plus Jakarta Sans", serif;
}

html,
body,
main {
  min-height: 100%;
}

body {
  margin: 0;
}

.project-description h1, .project-description h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}

.page-secction {
  padding: 50px 0;
}
.section-bg-white {
  background: var(--colorWhite);
}
.section-bg-dark {
  background: var(--colorDark);
}
.section-bg-light {
  background: var(--colorWhite);
}
.section-bg-gray {
  background: var(--colorLightGray);
}
.section-bg-lighter {
  background: var(--colorLighterGray);
}
.section-bg-yellow {
  background: var(--colorYellow);
}
.sec-container {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  /* width: 92%; */
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.title-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.title-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: wrap;
  margin-bottom: 15px;
}
.g-title-45 {
  font-family: optima;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 15px;
}
.g-title-40 {
  font-family: optima;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 15px;
}
.g-title-36 {
  font-family: optima;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 15px;
}
.g-title-30 {
  font-family: optima;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}
.g-title-26 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}
.g-title-24 {
  font-family: optima;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.g-title-20 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
.g-title-18 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.g-title-40 small {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  font-weight: 500;
}
.g-title-36 small {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  font-weight: 500;
}
.g-title-30 small {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  font-weight: 500;
}
.g-title-20 small {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.g-title-18 small {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.g-title-dark {
  color: var(--colorDark);
}
.g-title-light {
  color: var(--colorWhite);
}
.g-title-yellow {
  color: var(--colorYellow);
}
.g-title-silver {
  color: var(--colorSilver);
}
.g-title-green {
  color: var(--colorGreen);
}
.g-title-dark small {
  color: var(--colorGray);
}
.g-title-light small {
  color: var(--colorWhite);
}
.g-title-green small {
  color: var(--colorGreen);
}
.g-title-yellow small {
  color: var(--colorYellow);
}
.g-title-yellow small a {
  color: var(--colorYellow);
}
.title-tag-gray {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: var(--colorGray);
  font-weight: 400;
  border: solid 1px var(--colorGray);
  border-radius: 100px;
  padding: 6px 11px 4px;
  margin-bottom: 10px;
}
.title-tag-light {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: var(--colorWhite);
  font-weight: 400;
  border: solid 1px var(--colorWhite);
  border-radius: 100px;
  padding: 6px 11px 4px;
  margin-bottom: 10px;
}
.title-tag-yellow {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: var(--colorYellow);
  font-weight: 400;
  border: solid 1px var(--colorYellow);
  border-radius: 100px;
  padding: 6px 11px 4px;
  margin-bottom: 10px;
}
.g-text-18 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.g-text-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
.g-text-14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 15px;
}
.g-text-12 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
}
.g-text-dark {
  color: var(--colorDark);
}
.g-text-gray {
  color: var(--colorGray);
}
.g-text-light {
  color: var(--colorWhite);
}
.g-text-silver {
  color: var(--colorSilver);
}
.g-text-yellow {
  color: var(--colorYellow);
}
.text-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--colorGray);
  border-radius: 100px;
  margin-right: 3px;
}
.g-theme-link-default {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  text-decoration: none;
  color: inherit !important;
}
.g-theme-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  color: var(--colorDark);
}
.g-theme-link:hover {
  color: #206639;
}
.g-theme-link i {
  font-size: 12px;
  margin-left: 2px;
  margin-right: 4px;
  transition: margin 0.2s;
}
.g-theme-link:hover > i {
  margin-left: 6px;
  margin-right: 0;
}
.btns-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 100px;
}
.btns-wrap.title-btns-right .g-theme-btn {
  width: 200px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.btns-wrap.title-btns-right .g-theme-btn i:not(.btn-icon-solid) {
  font-size: 20px;
}
.g-theme-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding: 14px 32px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  margin: 3px;
  border: 0;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.g-theme-btn::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  transform: skew(-15deg);
  background-image: linear-gradient(
    90deg,
    transparent,
    rgba(26, 27, 24, 0.1),
    rgba(26, 27, 24, 0.2),
    transparent,
    transparent
  );
}
.g-theme-btn i {
  font-size: 12px;
  margin-left: 15px;
  margin-right: 5px;
  transition: margin 0.2s;
}
@keyframes btnhoverlayer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.g-theme-btn:hover::before {
  animation: btnhoverlayer 1s ease;
}
.g-theme-btn:hover i.fa-angle-right {
  margin-left: 20px;
  margin-right: 0;
}
.g-theme-btn img {
  width: 16px;
  transition: margin 0.2s;
}
.g-theme-btn.dropdown-toggle::after {
  display: none;
}
.btn-yellow {
  background: var(--colorYellow);
  color: var(--colorGreen);
  border: solid 2px var(--colorYellow);
}
.btn-yellow:hover {
  color: var(--colorGreen);
}
.btn-light-gray {
  background: var(--colorLightGray);
  color: var(--colorGreen);
  border: solid 2px var(--colorLightGray);
}
.btn-light-gray:hover {
  color: var(--colorGreen);
}
.btn-lighter-gray {
  background: var(--colorLighterGray);
  color: var(--colorDark);
  border: solid 2px var(--colorLighterGray);
}
.btn-lighter-gray:hover {
  color: var(--colorDark);
}
.btn-mid-gray {
  background: var(--colorMidGray);
  color: var(--colorDark);
  border: solid 2px var(--colorMidGray);
}
.btn-mid-gray:hover {
  color: var(--colorDark);
}
.btn-dark-gray {
  background: var(--colorDark);
  color: var(--colorWhite);
  border: solid 2px var(--colorDark);
}
.btn-dark-gray::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-dark-gray:hover {
  color: var(--colorWhite);
}
.btn-dark-green {
  background: var(--colorGreen);
  color: var(--colorWhite);
  border: solid 2px var(--colorGreen);
}
.btn-dark-green::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-dark-green:hover {
  color: var(--colorWhite);
}
.btn-outline-green {
  color: var(--colorGreen);
  border: solid 2px var(--colorGreen);
  background: transparent;
}
.btn-outline-green:hover {
  color: var(--colorGreen);
}
.btn-outline-gray {
  color: #11371f;
  border: solid 2px #11371f;
  background: transparent;
}
.btn-outline-gray:hover {
  color: #11371f;
}
.btn-outline-gray-search {
  color: var(--colorGray);
  border: solid 1px #d4d4d4;
  background: transparent;
}
.btn-outline-gray-search:hover {
  color: var(--colorGray);
}
.btn-outline-white-gray {
  color: var(--colorWhite);
  border: solid 2px var(--colorGray);
  background: transparent;
}
.btn-outline-white-gray:hover {
  color: var(--colorWhite);
}
.btn-outline-white-gray::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu {
  border-radius: 10px;
  box-shadow: 0px 0px 0px var(--colorGray);
  padding: 8px;
}
.dropdown-menu .dropdown-item {
  border-radius: 6px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background: var(--colorYellow);
  color: #212529;
}
.dropdown-menu .dropdown-item.g-checkbox-light input[type="checkbox"] {
  margin-right: 5px;
}
.dropdown-menu .dropdown-item.g-checkbox-light input[type="checkbox"]::before {
  width: 15px;
  height: 15px;
  top: 2px;
}
.img-white {
  width: 26px;
  filter: brightness(0) invert(1);
}
.tick-list {
  padding: 0;
}
.tick-list li {
  font-weight: 600;
  list-style: none;
  background: url("../img/ico-tick.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 33px;
  background-size: 18px;
}
.sec-hide-desktop {
  display: none !important;
}

.slick-slider .slick-next {
  display: block;
  opacity: 1;
  background: transparent;
  border: solid 1px var(--colorGreen);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  right: 3%;
  top: auto;
  bottom: -75px !important;
}
.slick-slider .slick-next::before {
  content: "›";
  color: var(--colorGreen);
  font-size: 32px !important;
  line-height: 30px;
  margin-bottom: 9px;
  margin-left: 3px;
}
.slick-slider .slick-prev {
  display: block;
  opacity: 1;
  background: transparent;
  border: solid 1px var(--colorGreen);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  right: calc(3% + 60px);
  top: auto;
  bottom: -75px !important;
}
.slick-slider .slick-prev::before {
  content: "‹";
  color: var(--colorGreen);
  font-size: 32px !important;
  line-height: 30px;
  margin-bottom: 9px;
  margin-right: 3px;
}
.section-bg-dark .slick-next {
  border: solid 1px var(--colorWhite);
}
.section-bg-dark .slick-next::before {
  color: var(--colorWhite);
}
.section-bg-dark .slick-prev {
  border: solid 1px var(--colorWhite);
}
.section-bg-dark .slick-prev::before {
  color: var(--colorWhite);
}
.section-bg-dark .slick-prev::before {
  color: var(--colorWhite);
}
.section-bg-dark .slick-slider .slick-next:hover {
  background: var(--colorWhite);
}
.section-bg-dark .slick-slider .slick-next:hover::before {
  color: var(--colorGray);
}
.section-bg-dark .slick-slider .slick-prev:hover {
  background: var(--colorWhite);
}
.section-bg-dark .slick-slider .slick-prev:hover::before {
  color: var(--colorGray);
}

@media only screen and (max-width: 767px) {
  .title-btn-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .g-title-45 {
    font-size: 24px;
    line-height: 28px;
  }
  .g-title-40 {
    font-size: 24px;
    line-height: 28px;
  }
  .g-title-36 {
    font-size: 26px;
    line-height: 34px;
  }
  .g-title-30 {
    font-size: 24px;
    line-height: 32px;
  }
  .g-title-26 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .g-title-24 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .g-title-36 small {
    font-size: 16px;
    line-height: 22px;
  }
  .g-title-30 small {
    font-size: 14px;
    line-height: 22px;
  }
  .g-text-18 {
    font-size: 14px;
    line-height: 22px;
  }
  .g-text-16 {
    font-size: 14px;
    line-height: 22px;
  }
  .title-mb-center {
    text-align: center;
  }
  .title-tag-gray {
    font-size: 14px;
    line-height: 18px;
  }
  .title-tag-light {
    font-size: 14px;
    line-height: 18px;
  }
  .title-tag-yellow {
    font-size: 14px;
    line-height: 18px;
  }
  .g-title-18 {
    font-size: 16px;
    line-height: 20px;
  }
  .g-title-18 {
    font-size: 16px;
    line-height: 20px;
  }
  .g-theme-btn {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 18px;
  }
  .sec-hide-mobile {
    display: none !important;
  }
  .sec-hide-desktop {
    display: flex !important;
  }
  .tick-list li {
    padding-left: 25px;
    background-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .btns-wrap.title-btns-right .btn-group {
    width: 100%;
  }
  .btns-wrap.title-btns-right {
    width: 100%;
    flex-flow: wrap;
  }
  .btns-wrap.title-btns-right .g-theme-btn {
    width: 100% !important;
  }
  .btns-wrap.title-btns-right .g-theme-btn.btn-youtube {
    justify-content: center;
  }
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
header .topbar {
  background: var(--colorDark);
  text-align: center;
  padding: 10px;
}
header .topbar a {
  color: var(--colorWhite);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
header .header-container {
  width: 92%;
  margin: 0 auto;
  border-radius: 100px;
  padding: 12px;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
header.white-header .header-inner .header-property-btn {
  display: none;
}
header .header-inner .mobile-btns {
  display: flex;
  justify-content: flex-end;
}
.header-inner .header-round-btn {
  width: 48px;
  height: 48px;
  padding: 0 !important;
}
header .header-inner .header-round-btn i,
header .header-inner .header-round-btn svg {
  margin: 0;
  font-size: 22px;
}
.header-profile .dropdown-menu[data-bs-popper] {
  left: auto;
  right: -100%;
}
header:not(.sticky-header) .header-inner .mobile-btns .navbar-toggler {
  border-color: var(--colorYellow);
}
header:not(.sticky-header) .header-inner .mobile-btns .navbar-toggler svg,
header:not(.sticky-header) .header-inner .mobile-btns .navbar-toggler line {
  stroke: var(--colorYellow);
}
header.white-header .header-inner .mobile-btns .navbar-toggler {
  border-color: var(--colorDark);
}
header.white-header .header-inner .mobile-btns .navbar-toggler svg,
header.white-header .header-inner .mobile-btns .navbar-toggler line {
  stroke: var(--colorDark);
}
header .header-inner .header-save-btn {
  display: none;
}
header .header-inner .header-property-btn {
  display: none;
}
header.white-header header .header-inner .navbar-toggler {
  box-shadow: none;
  padding: 0;
}
header .header-inner .navbar-toggler:hover {
  opacity: 0.7;
}
header.sticky-header {
  z-index: 10000;
}
.sticky-header .header-inner .navbar-toggler svg,
.sticky-header .header-inner .navbar-toggler line,
.sticky-header .header-inner .navbar-toggler circle {
  color: var(--colorGreen);
  stroke: var(--colorGreen);
}
header .header-inner .header-search-btn {
  display: none;
}
header .header-inner .header-search-btn:hover {
  opacity: 0.7;
}
header .navbar-brand img {
  width: 200px;
}
header .navbar-nav .nav-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
header .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: var(--colorWhite);
  /*border-bottom: solid 3px transparent;*/
  padding: 10px 15px !important;
  position: relative;
}
header .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: 0.7s;
}
header .navbar-nav .nav-link.lang-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar-nav .nav-link:hover::before {
  width: 100%;
}
header .navbar-nav .nav-link.dropdown-toggle::after {
  display: none;
}
header .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--colorGreen);
  padding: 10px 15px !important;
}
header .navbar-nav .dropdown-menu .dropdown-item::before {
  display: none;
}
header .navbar-nav .nav-item-divider .nav-link:hover::before {
  display: none;
}
.sticky-header .navbar .navbar-nav .nav-link {
  color: var(--colorGreen);
}
.sticky-header .navbar .navbar-nav .nav-link:hover::before {
  background: var(--colorGreen);
}
.sticky-header .navbar .navbar-nav .nav-link svg,
.sticky-header .navbar .navbar-nav .nav-link path {
  color: var(--colorGreen);
  fill: var(--colorGreen);
}
.sticky-header .navbar {
  position: fixed;
  top: 15px;
  width: 100%;
  z-index: 1;
}
.sticky-header .header-container {
  background: var(--colorWhite);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.sticky-header .navbar-brand img {
  filter: brightness(0);
}
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 30px;
}
.mobile-menu-header .navbar-brand img {
  filter: brightness(0);
  width: 160px;
}
.mobile-menu-header button.navbar-toggler {
  border: solid 1px var(--colorGray);
  color: var(--colorGreen);
  font-size: 28px;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-header {
  background: var(--colorWhite);
  position: relative;
}
.white-header .header-inner .navbar-toggler svg,
.white-header .header-inner .navbar-toggler line,
.white-header .header-inner .navbar-toggler circle {
  color: var(--colorGreen);
  stroke: var(--colorGreen);
}
.white-header .navbar .navbar-nav .nav-link {
  color: var(--colorGreen);
}
.white-header .navbar .navbar-nav .nav-link:hover::before {
  background: var(--colorGreen);
}
.white-header .navbar .navbar-nav .nav-link svg,
.white-header .navbar .navbar-nav .nav-link path {
  color: var(--colorGreen);
  fill: var(--colorGreen);
}
.white-header .navbar-brand img {
  filter: brightness(0);
}
.mega-menu {
  display: none;
  transition: 0.5s;
}
.mega-menu-wrap {
  display: flex;
  justify-content: flex-start;
  background: #ffffff;
  padding: 25px 40px 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(7, 35, 75, 0.16), 0 0 2px rgba(0, 0, 0, 0.16),
    0 1px 2px rgba(0, 0, 0, 0.08) !important;
}
.mega-menu-links {
  display: flex;
  justify-content: flex-start;
}
.mega-menu-links .mega-menu-links-list {
  padding: 0;
  list-style: none;
  line-height: 28px;
}
.mega-menu-links .mega-menu-links-list:not(:first-child) {
  margin-left: 40px;
}
.mega-menu-links .mega-menu-links-list a {
  color: var(--colorGreen);
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}
.mega-menu-links .mega-menu-links-list a:hover {
  color: var(--colorGray);
}
.mega-menu-links .mega-menu-links-list a img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.mega-menu-media {
  width: 400px;
  min-height: 100%;
  margin-left: 60px;
  border-left: solid 1px #d3d3d3;
}
.mega-menu-media .mega-menu-media-img {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 60px;
  border-radius: 10px;
  position: relative;
}
.mega-menu-media .mega-menu-media-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.mega-menu-media .mega-menu-media-img:hover img {
  transform: scale(1.1);
}
.mega-menu-media .mega-menu-media-img .mega-menu-media-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.3);
}
.mega-menu-media .mega-menu-media-img .mega-menu-media-info h3 {
  margin-bottom: 5px;
}
.mega-menu-media .mega-menu-media-img .mega-menu-media-info .g-theme-btn {
  padding: 10px 18px;
  font-size: 14px;
}
header .navbar-nav li .submenu-btn {
  padding: 4px 15px;
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  header .header-inner .navbar-collapse {
    justify-content: center;
  }
  header .header-inner .header-property-btn {
    display: flex;
  }
  header .header-inner .header-save-btn {
    display: flex;
  }
  .mobile-menu-header {
    display: none;
  }
  .submenu-btn {
    display: none;
  }
  .mega-menu {
    position: absolute;
    left: /*-110px*/ 0;
    z-index: 7;
    display: none;
    transition: 0.5s;
    padding-top: 30px;
    top: /*40px*/ 25px;
  }
  header .navbar-nav .nav-item:hover > .mega-menu {
    display: block;
  }
}
@media only screen and (max-width: 1300px) {
  header .navbar-nav .nav-link {
    font-size: 13px;
    padding: 10px 12px !important;
  }
}
@media only screen and (max-width: 1200px) {
  header .navbar-nav .nav-item {
    padding: 8px 0px;
    border-top: solid 1px #d2d2d2;
  }
  header .navbar-nav .nav-item-divider .nav-link {
    display: none;
  }
  header .navbar-nav .nav-link.lang-dropdown {
    justify-content: flex-start;
  }
  header .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 32px;
    color: var(--colorGreen) !important;
    /*border-bottom: solid 3px transparent;*/
    padding: 0 !important;
    font-weight: 400;
  }
  header .navbar-nav .nav-link::before {
    display: none;
  }
  header .navbar-nav .nav-link:hover::before {
    background: var(--colorGreen);
  }
  header .navbar .navbar-nav .nav-link svg,
  header .navbar .navbar-nav .nav-link path {
    color: var(--colorGreen);
    fill: var(--colorGreen);
    width: 20px;
    height: 20px;
  }
  header .navbar .navbar-nav .nav-link i {
    font-size: 14px;
  }
  header .header-inner .header-search-btn {
    display: flex;
    border-color: var(--colorYellow);
    background-color: var(--colorYellow);
  }
  #collapsibleNavbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: var(--colorWhite);
    border-radius: 0;
    padding: 20px 50px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    overflow: auto;
    z-index: 1;
  }
  /* width */
  #collapsibleNavbar::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  #collapsibleNavbar::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  #collapsibleNavbar::-webkit-scrollbar-thumb {
    background: #d9d9d9;
  }

  /* Handle on hover */
  #collapsibleNavbar::-webkit-scrollbar-thumb:hover {
    background: #d9d9d9;
  }
  .mega-menu {
    display: none;
    width: 100%;
  }
  .mega-menu-media {
    display: none;
  }
  .mega-menu-wrap {
    border-radius: 0;
    box-shadow: none !important;
    padding: 10px 0;
  }
  .mega-menu-wrap h3,
  .mega-menu-wrap h4,
  .mega-menu-wrap br {
    display: none;
  }
  .mega-menu-links .mega-menu-links-list {
    width: 100%;
    margin: 0 !important;
  }
  .mega-menu-links {
    flex-direction: column;
  }
  .mega-menu-links .mega-menu-links-list a img {
    display: none;
  }
  header .navbar-nav .nav-item:has(.lang-dropdown) {
    display: block;
    position: absolute;
    right: 120px;
    top: 31px;
    border: 0;
  }
  header .navbar-nav .nav-item .lang-dropdown + .dropdown-menu {
    position: absolute;
    margin-top: 15px;
    left: -50%;
  }
}
@media only screen and (max-width: 767px) {
  #collapsibleNavbar {
    padding: 20px 30px;
  }
  header .navbar-nav .nav-item:has(.lang-dropdown) {
    right: 100px;
  }
}
@media only screen and (max-width: 480px) {
  #collapsibleNavbar {
    padding: 20px;
  }
  .header-inner .header-round-btn {
    width: 40px;
    height: 40px;
    padding: 0 !important;
  }
  header .navbar-brand img {
    width: 145px;
  }
  .mobile-menu-header .navbar-brand img {
    width: 145px;
  }
  .mobile-menu-header button.navbar-toggler {
    width: 36px;
    height: 36px;
  }
  header .navbar-nav .nav-item:has(.lang-dropdown) {
    right: 65px;
  }
  header .navbar-nav .nav-link.lang-dropdown {
    font-size: 16px;
  }
}

.project-amenity-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 72px auto;
}

.lp-banner {
  /*background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../img/banner.png');*/
  height: 680px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.lp-banner.lp-banner-lg {
  height: 880px;
}
.lp-banner.g-min-banner {
  min-height: 280px;
  height: 100%;
}
.lp-banner .lp-banner-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lp-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*.lp-banner .lp-banner-vimeo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lp-banner .lp-banner-youtube {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
.lp-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 90px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.lp-banner-content h1 {
  color: var(--colorWhite);
  font-family: optima;
  font-size: 65px;
  line-height: 65px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 20px;
  max-width: 700px;
}
.lp-banner-content p {
  color: var(--colorWhite);
  font-family: optima;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}
.lp-banner-content .feature-list {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-banner-content .feature-list li {
  color: var(--colorWhite);
  margin: 5px 10px;
  max-width: 250px;
  width: 100%;
  list-style: none;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.lp-banner-content .feature-list li svg {
  flex: 0 0 8px;
  height: 8px;
  margin-right: 15px;
}
.lp-banner.lp-banner-inner-page {
  min-height: 100% !important;
  height: 100% !important;
}
.lp-banner.lp-banner-inner-page
  .lp-banner-inner
  .lp-banner-inner-wrap
  .lp-banner-inner-info {
  min-height: 300px;
  height: 100%;
}
.lp-banner-inner {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 90px;
  padding-bottom: 40px;
  background: linear-gradient(rgba(33, 33, 33, 1), rgba(33, 33, 33, 1));
}
.lp-banner-inner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.lp-banner-inner .sec-container {
  height: 100%;
}
.lp-banner-inner .lp-banner-inner-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lp-banner-inner .lp-banner-inner-wrap .lp-banner-inner-info {
  height: 300px;
}
.lp-banner-inner .lp-banner-inner-wrap .lp-banner-inner-info-contact {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp-banner-inner-additional-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 520px;
  width: 100%;
}
.banner-gallery-list {
  padding-bottom: 10px;
  margin: 0;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  padding-bottom: 20px;
}
.banner-gallery-single {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.banner-gallery-single .banner-gallery-tag {
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  text-transform: uppercase;
  z-index: 1;
}
.banner-gallery-single .banner-gallery-signature {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 0 10px 0 0;
  margin: 0;
  pointer-events: none;
  background: var(--colorWhite);
  color: var(--colorGreen);
}
.banner-gallery-single img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  transition: transform 0.5s;
}
.banner-gallery-single:hover img {
  transform: scale(1.05);
}
.banner-gallery-list .wide.banner-gallery-single {
  grid-column: span 2;
}
.banner-gallery-list .tall.banner-gallery-single {
  grid-row: span 2;
}
.banner-gallery-list .big.banner-gallery-single {
  grid-column: span 2;
  grid-row: span 2;
}
.banner-gallery-list .full.banner-gallery-single {
  grid-column: span 4;
  grid-row: span 2;
}
.breadcrumb li {
  color: var(--colorWhite);
  font-size: 25px;
  padding-right: 20px;
  font-weight: 400;
}
.breadcrumb li a {
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb li i {
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 15px;
}
.banner-links {
  padding: 0;
  display: flex;
  justify-content: right;
  align-items: center;
}
.banner-links li {
  list-style: none;
}
.banner-links li > a {
  border: solid 1px var(--colorGray);
  border-radius: 100px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px;
  width: 66px;
  height: 66px;
}
.banner-links li > a:hover {
  opacity: 0.6;
}
.banner-links li > a img {
  width: 26px;
  height: auto;
}

.banner-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  flex-flow: wrap;
}
.banner-rating .banner-rating-google {
  border-right: solid 1px var(--colorYellow);
  padding-right: 25px;
  margin-right: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.banner-rating .banner-rating-google img {
  height: 26px;
}
.banner-rating .banner-rating-google .banner-rating-stars {
  padding-left: 10px;
  margin: 0;
  color: var(--colorWhite);
  font-size: 16px;
}
.banner-rating .banner-rating-google .banner-rating-stars li {
  list-style: none;
  display: inline;
}
.banner-rating
  .banner-rating-google
  .banner-rating-stars
  li.rating-stars-active {
  color: var(--colorYellow);
}
.banner-rating .banner-rating-google p {
  padding-left: 10px;
  margin-bottom: 0;
  color: var(--colorYellow);
  font-size: 16px;
  line-height: 17px;
}
.banner-rating .banner-rating-trustpoint {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.banner-rating .banner-rating-trustpoint p {
  padding-left: 10px;
  margin-bottom: 0;
  color: var(--colorYellow);
  font-size: 16px;
  line-height: 17px;
}
.banner-rating .banner-rating-trustpoint img {
  height: 23px;
}

@media only screen and (max-width: 767px) {
  .lp-banner-content h1 {
    font-size: 44px;
    line-height: 44px;
  }
  .lp-banner-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .lp-banner-content .feature-list li {
    font-size: 12px;
    line-height: 13px;
    margin: 5px;
  }
  .lp-banner-content .feature-list li svg {
    flex: 0 0 6px;
    height: 6px;
    margin-right: 5px;
  }
  .banner-links li > a {
    width: 48px;
    height: 48px;
  }
  .banner-links li > a img {
    width: 16px;
    height: auto;
  }
  .banner-gallery-list .big.banner-gallery-single {
    grid-column: span 4;
    grid-row: span 2;
  }
  .banner-gallery-list {
    grid-auto-rows: 120px;
  }
}
@media only screen and (max-width: 576px) {
  .banner-rating {
    justify-content: center;
  }
  .banner-rating .banner-rating-google {
    padding-right: 20px;
    margin-right: 20px;
  }
  .banner-rating .banner-rating-google img {
    height: 16px;
  }
  .banner-rating .banner-rating-google .banner-rating-stars {
    padding-left: 5px;
    font-size: 10px;
    line-height: 15px;
  }
  .banner-rating .banner-rating-google p {
    font-size: 11px;
    line-height: 14px;
  }
  .banner-rating .banner-rating-trustpoint img {
    height: 18px;
  }
  .banner-rating .banner-rating-trustpoint p {
    font-size: 11px;
    line-height: 10px;
    padding-left: 7px;
  }
  .banner-rating-info .g-theme-btn {
    width: 100%;
    text-align: center;
  }
}

.search-bar {
  border-radius: 100px;
  padding: 12px;
  margin: 25px 0 20px;
}
.search-bar form {
  display: flex;
}
.search-bar form .input-field {
  margin: 3px;
  width: 100%;
  position: relative;
}
.search-bar form .input-field .search-icon {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 18px;
}
.search-bar form .input-field .search-clear-btn {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  font-size: 12px;
  background: var(--colorLighterGray);
  color: var(--colorBlack);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search-bar form .input-field .input-search {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 48px;
  background: #eaeaea;
  color: #747e78;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  border: solid 1px #eaeaea;
  width: 100%;
}
.search-bar.search-result-page-form {
  border-radius: 0;
  margin: 25px 0 0;
  padding-bottom: 0;
}
.search-bar.search-result-page-form form {
  margin-bottom: 10px;
}
.search-bar.search-result-page-form form .input-search {
  color: var(--colorGray);
  border-color: #d6d6d6;
  background: var(--colorWhite);
}
.search-bar .search-bar-tags-btns {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.search-bar .search-bar-tags {
  margin-bottom: 10px;
}
.search-bar .search-bar-tags .g-theme-btn {
  font-size: 14px;
  padding: 12px 20px;
  background: var(--colorWhite);
}
.search-bar .search-bar-btns {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.search-bar .search-bar-btns .g-theme-btn {
  font-size: 14px;
  padding: 12px 20px;
}
.search-bar .btn-dark-green i {
  display: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .search-bar form .input-field i {
    display: none;
  }
  .search-bar form .input-field .input-search {
    font-size: 10px;
    line-height: 13px;
    padding: 5px 9px !important;
    height: 29px;
  }
  .search-bar .btn-mid-gray,
  .search-bar .btn-dark-gray,
  .search-bar .btn-light-gray {
    font-size: 10px;
    line-height: 13px;
    padding: 5px 9px !important;
    height: 29px;
    margin: 1px;
  }
  .search-bar .btn-dark-green {
    font-size: 10px;
    line-height: 11px;
    padding: 4px 11px !important;
    height: 29px;
  }
  .search-bar .btn-dark-green i {
    display: block;
    font-size: 8px;
  }
  .search-bar .btn-dark-green span {
    display: none;
  }
  .search-bar.search-result-page-form form .input-search {
    font-size: 12px;
    height: 45px;
    margin-bottom: 10px;
    padding: 14px 35px !important;
  }
  .search-bar.search-result-page-form form .search-icon {
    display: block;
    left: 14px;
    font-size: 14px;
    top: 14px;
  }
  .search-bar.search-result-page-form form .search-clear-btn {
    top: 9px;
  }
  .search-bar .search-bar-tags .g-theme-btn {
    height: 45px;
  }
  .search-bar .search-bar-btns {
    width: 100%;
  }
  .search-bar .search-bar-btns .g-theme-btn {
    height: 45px;
    width: 100%;
    margin-top: 16px;
    position: static;
  }
}

.page-info {
  padding: 20px 0;
  border-radius: 70px 70px 0 0 !important;
  background: var(--colorLighterGray);
  margin-top: -70px;
  position: relative;
  overflow: hidden;
}
.lp-partners-sec {
  position: relative;
  z-index: 1;
}
.lp-partners {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-partners-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  flex: 0 0 200px;
  margin-right: 50px;
}
.lp-partners-list {
  width: calc(100% - 250px);
}
.lp-partners-list .slick-track {
  display: flex;
  align-items: center;
}
.lp-partner-single {
  padding: 10px 20px;
}
.lp-partner-single a {
  width: 100%;
}
.lp-partner-single a img {
  max-width: 150px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lp-partners {
    flex-flow: wrap;
  }
  .lp-partners-title {
    font-size: 16px;
    line-height: 24px;
    flex: 0 0 100%;
    margin-right: 0;
    text-align: center;
  }
  .lp-partners-list {
    width: 100%;
  }
}

.lp-communities-sec {
  padding: 20px 0;
}
.lp-communities-heading {
  position: relative;
  z-index: 1;
}
.lp-communities-title {
  max-width: 420px;
  box-sizing: content-box;
}
.lp-communities-tab {
  background: var(--colorWhite);
  color: var(--colorGray);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 15px 25px;
  margin: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.lp-communities-tab:hover {
  background: var(--colorGreen);
  color: var(--colorWhite);
}
.lp-communities-tab-hover-img {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  transition: 0.7s;
}
.lp-communities-tab:hover + .lp-communities-tab-hover-img {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .lp-communities-title {
    margin: 0 auto 15px;
    max-width: 100%;
    width: 100%;
  }
}

.properties-list {
  padding-bottom: 10px;
}
.properties-single {
  display: block;
  margin: 15px 0px;
}
.properties-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  min-height: 345px;
  max-height: 345px;
}
.properties-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  min-height: 345px;
  max-height: 345px;
}
.properties-img:hover img {
  transform: scale(1.05);
}
.properties-img .properties-tag,
.search-page-img .properties-tag {
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  text-transform: uppercase;
  z-index: 1;
}
.properties-img .properties-signature,
.properties-signature-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 0 10px 0 0;
  margin: 0;
  pointer-events: none;
}
.properties-single ul {
  padding: 0;
  list-style: none;
}
.properties-single ul li {
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: var(--colorGray);
}
@media only screen and (max-width: 576px) {
  .properties-single {
    margin: 15px 5px;
  }
  .properties-sec .cta-wrap {
    text-align: left !important;
  }
  .properties-img .properties-signature {
    font-size: 14px;
    line-height: 18px;
  }
}

.services-sec .g-title-36 {
  padding: 0 15px;
}
.services-list {
  padding-bottom: 10px;
  margin: 0;
}
.services-single {
  display: block;
  border-radius: 10px;
  border: solid 1px var(--colorMidGray);
  padding: 25px;
  height: calc(100% - 25px);
  position: relative;
  margin: 15px 2px;
  transition: 0.3s;
}
.services-single:hover {
  background: #f9f9f9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.services-single:hover h4 {
  color: #206639;
}
.services-single img {
  width: 50px;
  margin-bottom: 15px;
}
.services-single .g-title-18 {
  font-size: 20px;
  line-height: 26px;
}
.services-single .g-text-gray {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.services-single .services-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.services-single .bi.bi-arrow-right-short {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 576px) {
  .services-sec {
    padding-bottom: 80px;
  }
  .services-single {
    padding: 20px 25px;
    margin: 15px 10px;
  }
}

.lpbginfo-sec {
  background: url("../img/bgimg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 720px;
  padding: 40px 0;
  position: relative;
}
.lpbginfo-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(33, 33, 33, 0.1),
    rgba(33, 33, 33, 0.1),
    rgba(33, 33, 33, 0.5),
    rgba(33, 33, 33, 0.9)
  );
}
.lpbginfo-sec-content {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 40px;
  width: 100%;
}
.lpbginfo-sec-content .row {
  align-items: end;
}
.lpbginfo-sec-link a {
  color: var(--colorWhite);
  font-size: 22px;
  text-decoration: none;
  line-height: 28px;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lpbginfo-sec-link a:hover > i {
  background: var(--colorWhite);
  color: var(--colorGray);
}
.lpbginfo-sec-link .bi.bi-chevron-right {
  width: 82px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--colorWhite);
  border-radius: 100px;
  margin-left: 25px;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  .lpbginfo-sec-link a {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .lpbginfo-sec {
    height: 530px;
    background-position: calc(100% + 150px) 0;
  }
  .lpbginfo-sec-link a {
    font-size: 14px;
    line-height: 18px;
  }
  .lpbginfo-sec-link .bi.bi-chevron-right {
    width: 40px;
    height: 40px;
    font-size: 8px;
  }
}

.worth-sec {
  padding: 80px 0 40px;
  position: relative;
}
.worth-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/g-dark-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: center bottom;
}
.worth-sec-title {
  text-align: center;
  position: absolute;
  left: 2%;
  width: 25%;
  margin-bottom: 30px;
}
.worth-sec-title img {
  width: 200px;
  margin-bottom: 20px;
}
.worth-sec-title p {
  color: var(--colorSilver);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.worth-sec-list {
  padding-bottom: 10px;
  margin: 0;
  height: 100%;
  height: 460px;
}
.worth-sec-list .slick-track {
  display: flex;
  align-items: flex-end;
}
.worth-sec-list .slick-list,
.worth-sec-list .slick-track,
.worth-sec-list .slick-list {
  height: 100%;
}
.worth-sec-single {
  background-size: cover;
  background-position: center center;
  display: block;
  border-radius: 10px;
  position: relative;
  margin: 0 8px;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.worth-sec-single:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.worth-sec-single .worth-sec-signature {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 10px 0 10px 0;
  margin: 0;
  pointer-events: none;
}
.worth-sec-single .worth-sec-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.8)
  );
}
.worth-sec-single .worth-sec-info .g-theme-btn {
  width: 98px;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 13px 7px;
  margin: 0 0 25px 0;
}
.worth-sec-single .worth-sec-info ul {
  padding: 0;
  list-style: none;
}
.worth-sec-single .worth-sec-info ul li {
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--colorWhite);
}
.worth-sec-single .worth-sec-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.worth-sec .cta-wrap {
  text-align: right;
  position: relative;
}
.worth-sec-list .slick-next {
  border: solid 1px var(--colorWhite);
  left: calc(3% + 60px);
  top: auto;
  bottom: -85px !important;
  z-index: 1;
}
.worth-sec-list .slick-next::before {
  color: var(--colorWhite);
}
.worth-sec-list .slick-prev {
  border: solid 1px var(--colorWhite);
  right: auto;
  left: 3%;
  top: auto;
  bottom: -85px !important;
  z-index: 1;
}
.worth-sec-list .slick-prev::before {
  color: var(--colorWhite);
}
@media only screen and (min-width: 1024px) {
  .worth-sec-single {
    height: 50%;
  }
  .worth-sec-list
    .worth-sec-single.slick-active.slick-center
    .worth-sec-title-address {
    display: block;
  }
  .worth-sec-list
    .worth-sec-single.slick-active.slick-center
    .worth-sec-subtitle-location {
    display: none;
  }
  .worth-sec-list .worth-sec-single.slick-active.slick-center {
    min-width: 600px !important;
    height: 100%;
  }
  .worth-sec-single .worth-sec-info .g-theme-btn,
  .worth-sec-single .worth-sec-info ul {
    display: none;
  }
  .worth-sec-list
    .worth-sec-single.slick-active.slick-center
    .worth-sec-info
    .g-theme-btn,
  .worth-sec-list
    .worth-sec-single.slick-active.slick-center
    .worth-sec-info
    ul {
    display: block;
  }
  .worth-sec-list
    .worth-sec-single.slick-active.slick-center
    .worth-sec-signature {
    background: var(--colorWhite);
    color: var(--colorGreen);
  }
  .worth-sec-single.slick-active.slick-center {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .worth-sec-single.slick-active.slick-center:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
}
@media only screen and (max-width: 1024px) {
  .worth-sec-title {
    text-align: center;
    position: static;
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 992px) {
  .worth-sec-single .worth-sec-signature {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .worth-sec .cta-wrap {
    text-align: left;
  }
  .worth-sec-list .slick-next {
    left: auto;
    right: 3%;
  }
  .worth-sec-list .slick-prev {
    left: auto;
    right: calc(3% + 60px);
  }
}

.new-dev-sec {
  padding: 40px 0;
  position: relative;
}
.new-dev-list {
  padding-bottom: 10px;
  margin: 0;
  height: 100%;
  height: 530px;
}
.new-dev-list .slick-track {
  display: flex;
  align-items: flex-start;
}
.new-dev-list .slick-list,
.new-dev-list .slick-track,
.new-dev-list .slick-list {
  height: 100%;
}
.new-dev-single {
  background-size: cover;
  background-position: center center;
  display: block;
  border-radius: 10px;
  border: solid 1px var(--colorMidGray);
  position: relative;
  margin: 0 6px;
  height: calc(100% - 20px);
  overflow: hidden;
  transition: width 1s, height 0.3s;
  width: 311px !important;
}
.new-dev-single .new-dev-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.4)
  );
  transition: width 1s, height 0.3s;
}
.new-dev-single:hover .new-dev-info {
  background: linear-gradient(
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.8)
  );
}
.new-dev-title-address {
  display: none;
}
.new-dev-title-address h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 800;
  margin-bottom: 35px;
  color: var(--colorWhite);
}
.new-dev-title-address p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--colorWhite);
}
.new-dev-subtitle-location {
  transition: 0.3s;
}
.new-dev-subtitle-location h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: var(--colorWhite);
}
.new-dev-subtitle-location p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--colorWhite);
}
.new-dev-single .new-dev-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: width 1s, height 0.3s;
}
.new-dev-sec .cta-wrap {
  text-align: right;
}
.new-dev-list .slick-next {
  left: calc(3% + 60px);
  top: auto;
  bottom: -85px !important;
}
.new-dev-list .slick-prev {
  left: auto;
  left: 3%;
  top: auto;
  bottom: -85px !important;
}
@media only screen and (min-width: 767px) {
  .new-dev-subtitle-location h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .new-dev-subtitle-location p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .new-dev-list .new-dev-single:hover {
    width: 400px !important;
    height: 100%;
  }
  /*.new-dev-list .new-dev-single:hover .new-dev-title-address {
		display: block;
	}
	.new-dev-list .new-dev-single:hover .new-dev-subtitle-location {
		display: none;
	}*/
  .new-dev-list .new-dev-single:hover .new-dev-subtitle-location h3 {
    white-space: break-spaces;
  }
  .new-dev-list .new-dev-single:hover .new-dev-subtitle-location p {
    white-space: break-spaces;
  }
}
@media only screen and (min-width: 1024px) {
  .new-dev-list .new-dev-single:hover {
    width: 600px !important;
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .new-dev-list {
    height: 400px;
  }
  .new-dev-title-address h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .new-dev-sec .cta-wrap {
    text-align: left;
  }
  .new-dev-list .slick-next {
    left: auto;
    right: 3%;
  }
  .new-dev-list .slick-prev {
    left: auto;
    right: calc(3% + 60px);
  }
  .new-dev-subtitle-location h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .new-dev-subtitle-location p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .new-dev-list {
    height: 270px;
  }
  .new-dev-single {
    width: 150px !important;
  }
}

.lpbgslider-sec {
  background: url("https://gi-crm.s3.us-east-1.amazonaws.com/assets/img/prime-prop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 740px;
  padding: 40px 0;
  position: relative;
}
.lpbgslider-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(33, 33, 33, 0.1),
    rgba(33, 33, 33, 0.1),
    rgba(33, 33, 33, 0.5),
    rgba(33, 33, 33, 0.9)
  );
}
.lpbgslider-sec-content {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 40px;
  width: 100%;
  height: 100%;
}
.lpbgslider-sec-content .sec-container,
.lpbgslider-sec-content .slick-list,
.lpbgslider-sec-content .slick-track {
  height: 100%;
}

.lpbgslider-list {
  padding-bottom: 10px;
  margin: 0;
  height: 100%;
}
.lpbgslider-single {
  background-size: cover;
  background-position: center top;
  display: block;
  border-radius: 10px;
  border: solid 1px var(--colorMidGray);
  padding: 35px;
  position: relative;
  margin: 15px 6px;
  height: auto;
  transition: 1s;
}
.lpbgslider-single .g-text-16 {
  font-size: 18px;
  line-height: 30px;
  max-height: 0;
  transition: max-height 1s;
  overflow: hidden;
}
.lpbgslider-single img {
  width: 62px;
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 1s;
}
.lpbgslider-single:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    url("../img/lpbgslideimage.png");
}
.lpbgslider-single:hover img {
  max-height: 400px;
}
.lpbgslider-single:hover .g-text-16 {
  max-height: 400px;
}
.lpbgslider-single .g-title-18 {
  font-size: 20px;
  line-height: 26px;
}
.lpbgslider-single .g-text-gray {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.lpbgslider-list.slick-initialized .slick-track {
  display: flex;
  align-items: flex-end;
}
.lpbgslider-single .lpbgslider-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lpbgslider-single .bi.bi-arrow-right-short {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 992px) {
  .lpbgslider-single img {
    width: 50px;
    margin-bottom: 15px;
  }
  .lpbgslider-single .g-title-18 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .lpbgslider-single .g-text-16 {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lpbgslider-sec {
    height: 650px;
    background-position: calc(100% + 250px) 0;
  }
  .lpbgslider-single {
    padding: 20px 12px;
  }
}

.clients-sec {
  padding-bottom: 80px;
}
.clients-sec .g-title-36 {
  padding: 0 15px;
}
.clients-list {
  padding-bottom: 10px;
  margin: 0;
}
.clients-single {
  display: block;
  border-top: solid 1px var(--colorMidGray);
  padding: 30px 25px 25px 5px;
  height: calc(100% - 25px);
  position: relative;
  margin: 15px;
}
.clients-single .clients-stars {
  margin-bottom: 15px;
}
.clients-single .clients-stars i {
  color: #ee7133;
  font-size: 20px;
}
.clients-single img {
  width: 50px;
  margin-bottom: 15px;
}
.clients-single .g-title-18 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.clients-single .g-text-gray {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.clients-single .bi.bi-arrow-right-short {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .clients-single .clients-stars {
    margin-bottom: 10px;
  }
  .clients-single .clients-stars i {
    font-size: 16px;
  }
  .clients-single .g-title-18 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .clients-single .g-text-gray {
    font-size: 14px;
    line-height: 18px;
  }
  .clients-single .clients-link {
    font-size: 14px;
    line-height: 18px;
  }
}

.lp-contact-wrap {
  max-width: 580px;
  /* background: url("../img/contact-bg.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.lp-contact-info {
  margin-top: 30px;
}
.lp-contact-info p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 0 0;
  padding: 0 0 40px;
  border-bottom: solid 1px var(--colorMidGray);
}
.lp-contact-info p:last-child {
  border: 0;
}
.lp-contact-info p img {
  width: 68px;
  height: auto;
  margin-right: 20px;
}
.lp-contact-info p a {
  font-size: 16px;
  line-height: 25px;
  font-weight: 800;
  color: var(--colorWhite);
  text-decoration: none;
}
.lp-contact-info p span {
  color: #f6f6c7;
  text-decoration: none;
  font-weight: 100;
  display: block;
  text-decoration: underline;
}
.lp-contact-form form {
  background: var(--colorLighterGray);
  border-radius: 10px;
  padding: 30px;
  max-width: 580px;
  float: right;
}
.lp-contact-form form .btn-dark-green {
  float: right;
  margin: 0;
  padding: 14px 50px;
}
.g-field {
  position: relative;
}
.g-field .g-field-unit {
  position: absolute;
  right: 15px;
  top: 53px;
  width: 45px;
  text-align: right;
  height: 29px;
  line-height: 30px;
  font-size: 14px;
}
.g-field-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 10px;
}
.g-input-light {
  color: var(--colorGray);
  border: solid 1px var(--colorMidGray);
  border-radius: 10px;
  width: 100%;
  background: transparent;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 13px 17px;
  margin-bottom: 10px;
}
.g-input-white {
  color: var(--colorWhite);
  border: solid 1px var(--colorGray);
  border-radius: 10px;
  width: 100%;
  background: transparent;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 16px 17px;
  margin-bottom: 22px;
}
.g-input-white::placeholder {
  color: var(--colorWhite);
  opacity: 1;
}
.g-input-white::-ms-input-placeholder {
  color: var(--colorWhite);
}
.g-checkbox-light {
  font-size: 16px;
  line-height: 20px;
  color: var(--colorGray);
  display: flex;
  justify-content: flex-start;
}
.g-checkbox-light input[type="checkbox"] {
  position: relative;
  visibility: hidden;
  margin-right: 10px;
  flex: 0 0 18px;
  height: 18px;
}
.g-checkbox-light input[type="checkbox"]::before {
  content: "";
  position: relative;
  width: 18px;
  height: 18px;
  border: solid 1px var(--colorBlack);
  border-radius: 4px;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.g-checkbox-light input[type="checkbox"]:checked::before {
  content: "✔";
  color: var(--colorBlack);
}
.g-checkbox-white {
  font-size: 16px;
  line-height: 20px;
  color: var(--colorWhite);
  display: flex;
  justify-content: flex-start;
}
.g-checkbox-white input[type="checkbox"] {
  position: relative;
  visibility: hidden;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.g-checkbox-white input[type="checkbox"]::before {
  content: "";
  position: relative;
  width: 18px;
  height: 18px;
  border: solid 1px var(--colorWhite);
  border-radius: 4px;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.g-checkbox-white input[type="checkbox"]:checked::before {
  content: "✔";
  color: var(--colorWhite);
}
.g-radio-white {
  font-size: 16px;
  line-height: 20px;
  color: var(--colorWhite);
  padding-right: 40px;
  display: inline-flex;
  justify-content: flex-start;
}
.g-radio-white input[type="radio"] {
  position: relative;
  visibility: hidden;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.g-radio-white input[type="radio"]::before {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  background: var(--colorYellow);
  border: solid 4px var(--colorYellow);
  border-radius: 20px;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.g-radio-white input[type="radio"]:checked::before {
  background: var(--colorGreen);
  border: solid 4px var(--colorYellow);
}
.tel-codes-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tel-codes-field .tel-codes-list-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-right: 12px;
}
.tel-codes-field .tel-codes-list-btn::after {
  display: none;
}
.tel-codes-field .tel-codes-list-btn img {
  width: 32px;
  margin-right: 2px;
}
.tel-codes-field .tel-codes-list-btn i {
  font-size: 10px;
}
.tel-codes-field .g-input-white::placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.tel-codes-field .g-input-white::-ms-input-placeholder {
  color: #a4a4a4;
}
.tel-codes-list {
  padding: 5px;
}
.tel-codes-list .dropdown-item {
  border-radius: 6px;
  padding: 8px 12px;
}
.tel-codes-list .dropdown-item img {
  width: 32px;
  margin-right: 5px;
}
.tel-codes-field.tel-codes-light .tel-codes-list-btn {
  color: var(--colorDark);
}

@media only screen and (max-width: 992px) {
  .lp-contact-form form {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .lp-contact-wrap {
    background-size: 370px;
    background-position: calc(100% + 100px) 0;
  }
  .lp-contact-info p {
    margin: 25px 0 0;
    padding: 0 0 25px;
  }
  .lp-contact-info p img {
    width: 40px;
  }
  .lp-contact-info p a {
    font-size: 14px;
    line-height: 22px;
  }
  .g-field-label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .g-input-white {
    font-size: 14px;
    padding: 14px 15px;
  }
  .g-input-light {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 15px;
  }
  .g-checkbox-white {
    font-size: 14px;
  }
  .g-radio-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
  }
  .g-radio-wrap .g-title-18 {
    margin: 0;
  }
  .g-radio-white input[type="radio"] {
    width: 15px;
    height: 15px;
  }
  .g-radio-white {
    font-size: 14px;
  }
  .g-input-white::placeholder {
    color: var(--colorSilver);
    opacity: 1;
  }
  .g-input-white::-ms-input-placeholder {
    color: var(--colorSilver);
  }
  .tel-codes-field .g-input-white::placeholder {
    color: var(--colorSilver);
    opacity: 1;
  }
  .tel-codes-field .g-input-white::-ms-input-placeholder {
    color: var(--colorSilver);
  }
  .g-field .g-field-unit {
    top: 38px;
  }
}
@media only screen and (max-width: 576px) {
  .lp-register-form form .g-theme-btn {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

.blogs-list {
  padding-bottom: 10px;
  margin: 0;
}
.blogs-single {
  display: block;
  margin: 8px;
  background: var(--colorLighterGray);
  border-radius: 10px;
}
.blogs-single .blogs-info {
  padding: 0 10px 35px;
}
.blogs-single .g-title-18 {
  font-size: 18px;
  line-height: 24px;
}
.blogs-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.blogs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.blogs-img:hover img {
  transform: scale(1.05);
}
.blogs-img .blogs-signature {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 10px 0 10px 0;
  margin: 0;
  pointer-events: none;
}
.blogs-date-tag {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: var(--colorGreen);
  font-weight: 400;
  border: solid 1px var(--colorGreen);
  border-radius: 100px;
  padding: 4px 8px 3px;
  margin-bottom: 10px;
}
.blogs-sec .cta-wrap {
  display: none;
}
.blogs-single .g-theme-link {
  float: right;
}
@media only screen and (max-width: 992px) {
  .blogs-sec .title-btn-wrap .g-theme-btn {
    display: none;
  }
  .blogs-sec .cta-wrap {
    text-align: left !important;
    display: block;
  }
  .blogs-img .blogs-signature {
    font-size: 14px;
    line-height: 18px;
  }
  .blogs-single .g-theme-link {
    font-size: 14px;
    line-height: 18px;
  }
}

.subscription-sec {
  padding: 25px 0;
}
.subscription-sec .row {
  align-items: center;
}
.subscription-form form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscription-form input {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 18px;
  white-space: nowrap;
  border: 0;
}
.subscription-form input,
.subscription-form button {
  width: 100%;
  margin: 5px 3px;
}
.subscription-form button.g-theme-btn {
  color: var(--colorYellow);
}
.subscription-form input[type="text"] {
  border-radius: 100px 0 0 100px;
}
.subscription-form input[type="email"] {
  border-radius: 0 100px 100px 0;
}
@media only screen and (max-width: 576px) {
  .subscription-form form {
    flex-flow: wrap;
  }
  .subscription-form input {
    width: 49%;
    margin: 5px 2px;
    padding: 12px 18px;
    font-size: 14px;
  }
  .subscription-form button {
    width: 100%;
    margin: 5px 2px;
  }
  .lp-communities-tab-hover-img {
    display: none;
}
}
@media only screen and (max-width: 480px) {
  .subscription-form input {
    width: 48%;
    margin: 5px 2px;
  }
  .subscription-form button {
    width: 100%;
    margin: 5px 2px;
  }
}

/* Project Page CSS */
.project-header .navbar-nav a.nav-link {
  color: #212121;
  font-size: 16px;
}
.project-header .header-inner .navbar-collapse {
  justify-content: flex-end;
}
.project-header .navbar-expand-xl .navbar-nav {
  background: #fff;
  border-radius: 55px;
  padding: 10px 22px;
  border: 1px solid #ccc;
}
 .breadcrumb.custom-margin {
  margin-top: 25px;
}
.project-header .navbar-nav .nav-link:hover::before {
  background: #000;
}
.project-header .header-inner h3 {
  font-size: 40px;
  color: #fff;
  max-width: 431px;
  font-family: optima;
  text-transform: uppercase;
}
.overlay-project-header:after {
  content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.overlay-project-header {
position: relative;
}
.project-header.sticky-header .header-container {
  background: transparent;
}
.project-header.sticky-header .header-container h3 {
  display: none;
}
header.home-page-header.project-header {
  z-index: 10000;
}

header.home-page-header.project-page {
  display: none;
}
@media screen and (max-width: 768px) {
  header.home-page-header.project-header div#collapsibleNavbar {
    display: block;
    height: auto;
    background: transparent;
    top: 53px;
        padding-top: 0;
        padding-bottom: 0;
}
.breadcrumb.custom-margin {
  margin-top: 2px;
}
#projectDetailList .gallery-list {
  grid-auto-rows: 51px;
}

.project-header .header-inner h3 {
  font-size: 24px;
  text-align: center;
}
.project-header .navbar-expand-xl .navbar-nav {
  border-radius: 27px;
  padding: 1px 10px;
  border: 1px solid #ccc;
  flex-direction: row;
}
.project-header .navbar-nav a.nav-link {
  font-size: 12px;
  margin: 0 10px;
}
.project-header .navbar-nav .nav-item {
  border-top: 0 !important;
}

header.home-page-header.project-header.sticky-header div#collapsibleNavbar {
  top: auto;
  bottom: 13px;
}
.new-project-fields .g-input-white {
  background: #212121;
}
.new-project-fields .text-white {
  color: #fff;
  padding-left: 8px;
}
header.project-header .header-inner {
  justify-content: center;
}
header.project-header .header-inner h3 {
  margin-bottom: 0;
}
.project-header .header-container {
  padding-bottom: 0;
}
}
/* End Project css */
.project-info-tiles {
  border: solid 1px var(--colorGray);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.project-info-tiles .project-info-tile {
  border-right: solid 1px var(--colorGray);
  padding: 25px;
  height: 140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.project-info-tiles .project-info-tile:last-child {
  border: none;
}
.project-info-tile p {
  font-size: 14px;
  line-height: 15px;
  font-weight: 800;
  color: var(--colorGray);
  text-transform: uppercase;
  height: 25px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.project-info-tile p img {
  width: 26px;
  margin-right: 10px;
}
.project-info-tile h3 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 800;
  color: var(--colorDark);
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .project-info-tiles .project-info-tile {
    padding: 20px;
    height: 110px;
  }
  .project-info-tile p {
    font-size: 12px;
    height: 16px;
  }
  .project-info-tile p img {
    width: 20px;
    margin-right: 6px;
  }
  .project-info-tile h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .project-info-tiles {
    flex-flow: wrap;
  }
  .project-info-tiles .project-info-tile {
    padding: 20px;
    height: 110px;
    width: 33.3%;
    border-bottom: solid 1px var(--colorGray);
  }
  .project-info-tiles .project-info-tile:nth-child(3) {
    border-right: 0;
  }
  .project-info-tiles .project-info-tile:nth-child(4),
  .project-info-tiles .project-info-tile:nth-child(5) {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .project-info-tiles .project-info-tile {
    padding: 10px;
    height: 90px;
  }
  .project-info-tile p {
    font-size: 10px;
    height: 16px;
  }
  .project-info-tile p img {
    width: 18px;
  }
  .project-info-tile h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

.lp-gallery .g-title-36 {
  font-size: 30px;
  line-height: 36px;
}
.gallery-list {
  padding-bottom: 10px;
  margin: 0;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  margin-top: 40px;
  padding-bottom: 20px;
}
.gallery-single {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.gallery-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  transition: transform 0.5s;
}
.gallery-single:hover img {
  transform: scale(1.07);
}
.gallery-list .wide.gallery-single {
  grid-column: span 2;
}
.gallery-list .tall.gallery-single {
  grid-row: span 2;
}
.gallery-list .big.gallery-single {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-list .full.gallery-single {
  grid-column: span 4;
  grid-row: span 2;
}
.lp-gallery .g-theme-btn {
  max-width: 250px;
  width: 100%;
}
@media only screen and (min-width: 1300px) {
  .gallery-list {
    grid-auto-rows: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  .gallery-list {
    grid-auto-rows: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-list {
    grid-gap: 7px;
    grid-auto-rows: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-gallery h2.g-title-36 {
    font-size: 24px;
    line-height: 28px;
  }
  .gallery-list {
    grid-auto-rows: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .lp-gallery .cta-wrap {
    text-align: left !important;
  }
  .lp-gallery .cta-wrap .btn-outline-green {
    display: none;
  }
  .gallery-list {
    grid-auto-rows: 260px;
  }
  .gallery-single {
    margin: 0 5px;
  }
  .lp-gallery .g-theme-btn {
    max-width: 100%;
    width: 60%;
    text-align: center;
  }
}

.media-sec-img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.media-sec-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.amenities-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: wrap;
  margin-top: 30px;
}
.amenities-single {
  width: 170px;
  text-align: center;
  padding: 15px;
}
.amenities-single img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .amenities-single {
    width: 160px;
    padding: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .media-sec-info .g-theme-btn {
    width: 100%;
    text-align: center;
  }
  .amenities-single {
    width: 125px;
    padding: 10px;
  }
  .amenities-single img {
    width: 34px;
  }
  .amenities-single p {
    font-size: 12px;
    line-height: 15px;
  }
}

.brochure-sec .row {
  align-items: center;
}
.brochure-media {
  text-align: center;
  padding: 25px;
}
.brochure-media img {
  width: 170px;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .brochure-media {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .brochure-media img {
    width: 110px;
  }
}

.project-video-sec video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.project-faq-sec .container {
  max-width: 880px;
}
.project-faq .card {
  border: 0;
  background: transparent;
}
.project-faq .card-header {
  background: transparent;
  border-bottom: solid 2px var(--colorLightGray);
  padding-left: 0;
}
.project-faq .card-header .btn {
  display: flex;
  justify-content: space-between;
  box-shadow: none !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  padding: 12px 0;
}
.project-faq .card-header .btn .bi {
  font-size: 14px;
}
.project-faq .card-header .btn .bi-chevron-up {
  display: block;
}
.project-faq .card-header .btn .bi-chevron-down {
  display: none;
}
.project-faq .card-header .btn.collapsed .bi-chevron-up {
  display: none;
}
.project-faq .card-header .btn.collapsed .bi-chevron-down {
  display: block;
}
.project-faq .card .faq-content {
  border-bottom: solid 2px var(--colorLightGray);
}
.project-faq .card .faq-content .card-body {
  font-size: 16px;
  line-height: 22px;
  color: var(--colorGray);
}
@media only screen and (max-width: 576px) {
  .project-faq .card-header .btn .bi {
    font-size: 8px;
  }
  .project-faq .card-header .btn {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0;
  }
  .project-faq .card .faq-content .card-body {
    font-size: 12px;
    line-height: 16px;
    padding: 14px 10px;
  }
  .project-faq .card-header {
    padding: 3px 10px;
  }
}

.lp-register-form .g-theme-btn {
  max-width: 300px;
  width: 100%;
  margin: 0;
}

.floorplans-sec .tab-pane {
  padding: 0;
}
.floorplans-tabs {
  flex-direction: column;
}
.floorplans-tabs .nav-link {
  background: transparent;
  color: var(--colorGray);
  font-size: 16px;
  line-height: 22px;
  border-radius: 10px;
  padding: 18px 20px 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floorplans-tabs .nav-link:hover {
  background: var(--colorYellow);
}
.floorplans-tabs .nav-link strong {
  font-size: 20px;
  line-height: 30px;
  color: var(--colorDark);
}
.floorplans-tabs .nav-link i {
  font-size: 25px;
}
.floorplans-tabs .nav-link.active {
  background: var(--colorDark);
  color: var(--colorWhite);
}
.floorplans-tabs .nav-link.active strong {
  color: var(--colorWhite);
}
@media only screen and (max-width: 992px) {
  .floorplans-sec {
    flex-direction: column-reverse;
  }
  .floorplans-sec .tab-pane {
    margin-bottom: 25px;
  }
  .floorplans-tabs {
    flex-direction: column;
    margin: 20px 0 10px !important;
  }

  .floorplans-sec .media-sec-info .g-theme-btn {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .floorplans-tabs .nav-link {
    font-size: 12px;
    line-height: 20px;
    padding: 14px 15px 16px;
  }
  .floorplans-tabs .nav-link strong {
    font-size: 14px;
    line-height: 22px;
  }
  .floorplans-tabs .nav-link i {
    font-size: 18px;
  }
}

.property-detail-links {
  border-bottom: solid 1px var(--colorMidGray);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  margin-bottom: 35px;
}
.property-detail-links .nav-link {
  font-family: "optima";
  font-size: 16px;
  line-height: 19px;
  color: var(--colorDark);
  font-weight: 800;
  padding: 12px 13px 12px 0;
  margin-right: 23px;
  position: relative;
}
.property-detail-links .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--colorDark);
  transition: 0.7s;
}
.property-detail-links .nav-link.active::before {
  width: 100%;
}
.property-detail-links .nav-link:hover::before {
  width: 100%;
}
.property-info-target {
  position: absolute;
  left: 0;
  top: -200px;
}
.property-key-info {
  margin-bottom: 35px;
  position: relative;
}
.property-key-info-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px var(--colorMidGray);
}
.property-key-info-detail p {
  margin: 0;
  padding: 12px 25px 12px 0;
  max-width: 185px;
  width: 100%;
}
.property-description {
  position: relative;
}
.property-owner-info {
  border: solid 1px var(--colorMidGray);
  border-radius: 10px;
  width: 100%;
}
.property-owner-info .property-owner-contact {
  display: flex;
  border-bottom: solid 1px var(--colorMidGray);
  padding: 15px;
}
.property-owner-info .g-theme-btn {
  width: 100%;
  text-align: center;
  padding: 14px 10px;
}
.property-owner-info .btn-dark-green {
  color: var(--colorYellow);
}
.property-owner-info .owner-info {
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.property-owner-info .owner-info .owner-pic {
  width: 87px;
  height: 87px;
  background: var(--colorMidGray);
  border-radius: 8px;
  margin-right: 15px;
  overflow: hidden;
}
.property-owner-info .owner-info .owner-pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.property-owner-info .owner-info .owner-detail h4.g-title-18 {
  border-bottom: solid 1px var(--colorMidGray);
  padding-bottom: 10px;
}
.property-owner-info .owner-info .owner-detail p.g-title-18 {
  margin: 0;
}
.consultation-form {
  padding: 10px 15px 15px;
}
.consultation-form .g-input-light {
  color: var(--colorDark);
}
.consultation-form .g-input-light::placeholder {
  color: var(--colorDark);
  opacity: 1;
}
.consultation-form .g-input-light::-ms-input-placeholder {
  color: var(--colorDark);
}
.consultation-form .tel-codes-field .g-input-light::placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.consultation-form .tel-codes-field .g-input-light::-ms-input-placeholder {
  color: #a4a4a4;
}

.property-amenities {
  margin: 30px 0;
}
.property-amenities-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
  margin-top: 30px;
}
.property-amenities-single {
  text-align: left;
  padding: 10px 50px 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.property-amenities-single img {
  width: 30px;
  height: auto;
  margin-right: 15px;
}
.property-amenities-single p {
  margin: 0;
  font-weight: 700;
}
.property-calculate {
  margin: 30px 0;
  position: relative;
  background: var(--colorLighterGray);
  padding: 20px 25px;
}
.property-map-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  margin-bottom: 15px;
}
.property-map-links .nav-link {
  font-size: 14px;
  line-height: 18px;
  color: var(--colorDark);
  font-weight: 500;
  padding: 10px 13px;
  margin-right: 10px;
  border-radius: 10px;
}
.property-map-links .nav-link.active {
  color: var(--colorWhite);
  background: var(--colorGreen);
}
.property-map-links .nav-link:hover {
  background: var(--colorYellow);
}
.property-map .mapswrapper iframe {
  border-radius: 10px;
  overflow: hidden;
}
.mortgage-calculate-form .g-field .g-field-unit {
  background: var(--colorLighterGray);
}
.mortgage-calculate-info {
  border: solid 1px var(--colorMidGray);
  border-radius: 10px;
  margin-top: 10px;
}
.mortgage-calculate-info .g-theme-btn {
  margin: 0;
  width: 100%;
}
.mortgage-calculate-info .g-title-30 {
  margin: 0;
  padding: 15px 20px;
  border-bottom: solid 1px var(--colorMidGray);
  line-height: 40px;
}
.mortgage-calculate-info .g-text-18 {
  margin: 0;
  padding: 15px 20px;
  border-bottom: solid 1px var(--colorMidGray);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.mortgage-calculate-info .g-text-18 small {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .property-owner-info {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .property-detail-links {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .property-key-info-detail {
    flex-flow: wrap;
  }
  .property-key-info-detail p {
    max-width: 50%;
  }
  .property-owner-info .property-owner-contact {
    display: none;
  }
  .property-amenities-list {
    justify-content: space-between;
    margin-top: 0;
  }
  .property-amenities-single {
    max-width: 100px;
    padding: 10px 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  .property-amenities-single img {
    width: 22px;
    margin: 0 0 14px 0;
  }
  .property-amenities-single p {
    font-size: 12px;
    line-height: 15px;
  }
  .properties-sec.property-recommended {
    padding-bottom: 80px;
  }
  .mortgage-calculate-info .g-title-30 small {
    font-size: 12px;
    line-height: 16px;
  }
  .mortgage-calculate-info .g-title-30 {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .mortgage-calculate-info .g-text-18 {
    padding: 10px 15px;
    font-size: 14px;
  }
  .mortgage-calculate-info .g-text-18 small {
    font-size: 12px;
    line-height: 15px;
  }
  .property-calculate {
    padding: 15px 5px !important;
  }
}
@media only screen and (max-width: 480px) {
  .property-amenities-list {
    justify-content: flex-start;
  }
  .property-amenities-single {
    width: 100px;
  }
}

.how-work-sec .g-title-36 {
  padding: 0 15px;
}
.how-work-list {
  padding-bottom: 10px;
  margin: 0;
}
.how-work-single {
  display: block;
  border-radius: 10px;
  border: solid 1px var(--colorMidGray);
  padding: 25px;
  height: calc(100% - 25px);
  position: relative;
  margin: 15px 2px;
  transition: 0.3s;
  text-align: center;
}
.how-work-single:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
.how-work-single:hover h4 {
  color: var(--colorYellow);
}
.how-work-single img {
  width: 82px;
  margin: 15px 0;
  display: inline-block;
}
.how-work-single .g-title-18 {
  font-size: 20px;
  line-height: 26px;
}
.how-work-single .g-text-gray {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.how-work-single .how-work-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.how-work-single .title-tag-yellow {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 576px) {
  .how-work-sec {
    padding-bottom: 80px;
  }
  .how-work-single {
    padding: 15px;
    margin: 6px;
  }
}

.contact-provident-highlights {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-provident-highlights h2 {
  padding-right: 50px;
  margin-right: 50px;
  border-right: solid 1px var(--colorYellow);
}
.contact-provident-highlights h2:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}
.contact-provident-highlights .g-title-yellow small {
  font-size: 16px;
}
.contact-provident-form select,
.contact-provident-form input,
.contact-provident-form textarea {
  color: var(--colorSilver);
}
.contact-provident-form .g-input-white::placeholder {
  color: var(--colorSilver);
  opacity: 1;
}
.contact-provident-form .g-input-white::-ms-input-placeholder {
  color: var(--colorSilver);
}
.contact-provident-form .g-theme-btn {
  max-width: 500px;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .contact-provident-highlights h2 {
    padding-right: 30px;
    margin-right: 30px;
  }
  .contact-provident-highlights .g-title-yellow small {
    font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .contact-provident-highlights {
    flex-flow: wrap;
  }
  .contact-provident-highlights h2 {
    padding-right: 0;
    margin-right: 0;
    border: 0;
    width: 100%;
  }
  .contact-provident-highlights .g-title-yellow small {
    font-size: 15px;
  }
}

.locations-item {
  border-radius: 10px;
  border: solid 1px var(--colorMidGray);
  padding: 15px;
  margin-bottom: 20px;
}
.locations-item:hover .locations-img img {
  transform: scale(1.07);
}
.locations-item .locations-img {
  height: 204px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.locations-item .locations-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.locations-info {
  border-bottom: solid 1px var(--colorMidGray);
  margin-bottom: 15px;
}
.locations-contact {
  border-bottom: solid 1px var(--colorMidGray);
  margin-bottom: 15px;
}
.locations-cta .g-theme-btn {
  width: 100%;
  padding: 12px 32px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .locations-item .locations-img {
    height: 240px;
  }
}

.recomended-locations-item {
  border-radius: 10px;
  border: solid 1px var(--colorMidGray);
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
.recomended-locations-item:hover .recomended-locations-img img {
  transform: scale(1.07);
}
.recomended-locations-item .recomended-locations-img {
  height: 288px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.recomended-locations-item .recomended-locations-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.recomended-locations-item .recomended-locations-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .recomended-locations-item .recomended-locations-img {
    height: 240px;
  }
}
@media only screen and (max-width: 576px) {
  .recomended-locations-sec {
    padding-bottom: 80px;
  }
  .recomended-locations-item {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.locations-map-sec .mapswrapper,
.locations-map-sec iframe {
  height: 750px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .locations-map-sec .mapswrapper {
    height: 330px;
    padding: 20px;
  }
  .locations-map-sec iframe {
    height: 330px;
    border-radius: 10px;
  }
}

.services-media-sec {
  align-items: center;
}
.services-media-sec div.col-lg-6 {
  padding: 0;
}
.services-media-sec .media-sec-img,
.services-media-sec .media-sec-img img {
  border-radius: 0;
}

.services-media-sec .media-sec-info {
  max-width: 500px;
  margin: 0 auto;
  padding: 25px 20px;
}

@media only screen and (max-width: 992px) {
  .services-media-sec .media-sec-info .g-theme-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
  }
}

.deals-sec {
  background: var(--colorDark);
  border-radius: 10px;
  padding: 25px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .deals-sec {
    min-height: 300px;
  }
}

.services-page-list {
  padding-bottom: 10px;
}
.services-page-single {
  display: block;
  margin: 15px 5px;
}
.services-page-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.services-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.services-page-img:hover img {
  transform: scale(1.05);
}
.services-page-img .services-page-signature {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 0 10px 0 0;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .services-page-banner h2 {
    text-align: center;
  }
  .services-page-banner p {
    text-align: center;
  }
  .services-page-banner .g-theme-btn {
    width: 100%;
  }
  .services-page-single {
    margin: 15px 5px;
  }
  .services-page-img .services-page-link {
    font-size: 14px;
    line-height: 18px;
  }
}

.partners-sec .g-title-36 {
  padding: 0 15px;
}
.partners-list {
  padding-bottom: 10px;
  margin: 0;
}
.partners-single {
  display: block;
  border-radius: 10px;
  border: solid 1px var(--colorMidGray);
  padding: 25px;
  height: calc(100% - 25px);
  position: relative;
  margin: 15px 2px;
  transition: 0.3s;
  text-align: center;
}
.partners-single:hover {
  background: #f9f9f9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.partners-single:hover h4 {
  color: #206639;
}
.partners-single img {
  max-width: 230px;
  width: 100%;
  display: inline-block;
}
.partners-single .g-title-18 {
  font-size: 20px;
  line-height: 26px;
}
.partners-single .g-text-gray {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.partners-single .partners-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.partners-single .bi.bi-arrow-right-short {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 576px) {
  .partners-sec {
    padding-bottom: 80px;
  }
  .partners-single {
    padding: 15px 25px;
    margin: 15px 5px;
  }
}

.listings-filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.listings-filter-bar .listings-filter-result {
  pointer-events: none;
}
.listings-filter-bar .g-theme-btn {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .listings-filter,
  .listings-filter-bar .btn-group,
  .listings-filter-bar .g-theme-btn {
    width: 100%;
  }
}

.plan-properties-logo {
  height: 56px;
  width: 112px;
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--colorWhite);
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 5px;
}
.plan-properties-logo-title {
  position: relative;
}

.plan-properties-single {
  display: block;
  margin: 15px 0px;
  width: 100%;
  height: 570px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.plan-properties-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.plan-properties-single:hover img {
  transform: scale(1.05);
}
.plan-properties-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.9)
  );
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.plan-properties-info p {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s ease-out;
}
.plan-properties-single:hover .plan-properties-info p {
  max-height: 400px;
}
.plan-properties-single .plan-properties-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .plan-properties-single {
    margin: 15px 5px;
    height: 408px;
  }
}

.pagination-list {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin-top: 25px;
  margin-bottom: 0;
}
.pagination-list li {
  list-style: none;
  margin: 5px;
}
.pagination-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  color: var(--colorGreen);
  overflow: hidden;
}
.pagination-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  color: var(--colorGreen);
  overflow: hidden;
}
.pagination-list li.pagination-list-control a {
  border: solid 1px rgba(0, 0, 0, 0.4);
  margin: 0 15px;
}
.pagination-list li.pagination-list-control a:hover {
  background: var(--colorLightGray);
}
.pagination-list li.pagination-list-number.active a {
  color: var(--colorWhite);
  background: var(--colorGreen);
}
.pagination-list li.pagination-list-dots a {
  pointer-events: none;
}
.pagination-list.pagination-list-small li a {
  width: 38px;
  height: 38px;
  font-size: 14px;
  line-height: 18px;
  color: var(--colorDark);
}
.pagination-list.pagination-list-small li.pagination-list-control a {
  width: auto;
  border: 0;
  background: transparent !important;
}
.pagination-list.pagination-list-small li.pagination-list-control a span {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .pagination-list li a {
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 18px;
    color: var(--colorDark);
  }
  .pagination-list li.pagination-list-control a {
    width: auto;
    border: 0;
    background: transparent !important;
  }
}

.property-owner-contact-form {
  border-radius: 10px;
  padding: 40px;
}

.dreamhome-item {
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.dreamhome-item:hover .dreamhome-img img {
  transform: scale(1.07);
}
.dreamhome-item .dreamhome-img {
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.dreamhome-item .dreamhome-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .dreamhome-item .dreamhome-img {
    height: 240px;
  }
}
@media only screen and (max-width: 576px) {
  .dreamhome-item {
    margin-left: 7px;
    margin-right: 7px;
  }
  .result-page-calculator .property-calculate-wrap {
    margin-bottom: 30px;
  }
}

.search-resuls-list {
  padding-bottom: 10px;
}
.search-resuls-single {
  display: block;
  margin: 0 0 30px;
}
.search-resuls-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-resuls-results .dropdown-toggle {
  font-size: 14px;
  line-height: 18px;
  border: 0;
  color: var(--colorDark);
  background: 0;
}
.search-resuls-results .dropdown-toggle::after {
  display: none;
}
.search-resuls-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  height: 255px;
}
.search-resuls-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.search-resuls-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.search-resuls-img:hover img {
  transform: scale(1.05);
}
.search-resuls-img .search-resuls-tag {
  position: absolute;
  left: 12px;
  top: 15px;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  text-transform: uppercase;
  z-index: 2;
}
.search-resuls-img .search-resuls-heart {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 0 10px 0 0;
  margin: 0;
  pointer-events: none;
  color: var(--colorWhite);
  z-index: 2;
}
@media only screen and (min-width: 576px) {
  .property-calculate-wrap {
    padding-top: 30px;
    padding-right: 50px;
    border-right: solid 1px var(--colorMidGray);
  }
  .result-page-dreamhome {
    padding-top: 30px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .search-resuls-single {
    margin: 15px 5px;
  }
  .search-resuls-img .search-resuls-heart {
    font-size: 14px;
    line-height: 18px;
  }
}

.search-page-single {
  display: block;
  margin: 0 0 30px;
  position: relative;
}
.search-page-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-page-results .dropdown-toggle {
  font-size: 14px;
  line-height: 18px;
  border: 0;
  color: var(--colorDark);
  background: 0;
}
.search-page-results .dropdown-toggle::after {
  display: none;
}
.search-page-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  height: 320px;
}
.search-page-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.search-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.search-page-single:hover img {
  transform: scale(1.05);
}
.search-page-img .search-page-tag {
  position: absolute;
  left: 12px;
  top: 15px;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  text-transform: uppercase;
  z-index: 2;
}
.search-page-img .search-page-heart {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 0 10px 0 0;
  margin: 0;
  pointer-events: none;
  color: var(--colorWhite);
  z-index: 2;
}
.search-page-single ul {
  padding: 0;
  list-style: none;
}
.search-page-single ul li {
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: var(--colorGray);
}
.search-page-single .search-page-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .search-page-single {
    margin: 15px 5px;
  }
  .search-page-img .search-page-heart {
    font-size: 14px;
    line-height: 18px;
  }
}

.exclusive-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--colorYellow);
  border-radius: 10px;
}
.exclusive-bar-tiles {
  padding: 30px;
  text-align: center;
  border-right: solid 1px var(--colorMidGray);
  width: 40%;
}
.exclusive-bar-tiles:last-child {
  border: 0;
  width: 250px;
}
@media only screen and (min-width: 767px) {
  .exclusive-bar-tiles * {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .exclusive-bar {
    flex-flow: wrap;
    padding: 25px;
  }
  .exclusive-bar-tiles {
    width: 100% !important;
    padding: 0;
    border: 0;
  }
}

.meet-experts-list {
  padding-bottom: 10px;
}
.meet-experts-single {
  display: block;
  margin: 15px 0px;
}
.meet-experts-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.meet-experts-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.meet-experts-img:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 576px) {
  .meet-experts-single {
    margin: 15px 5px;
  }
}

.page-search-bar .page-search-bar-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.page-search-bar .page-search-bar-form .page-search-bar-left {
  flex: 0 0 320px;
}
.page-search-bar .page-search-bar-form .page-search-bar-right {
  flex: 0 0 250px;
}
.page-search-bar .page-search-bar-form .input-field {
  margin: 3px;
  width: 100%;
  position: relative;
}
.page-search-bar .page-search-bar-form .input-field .search-icon {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 18px;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: var(--colorGreen);
  color: var(--colorWhite);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-search-bar .page-search-bar-form .input-field .input-search {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 24px 48px 24px 24px;
  background: var(--colorLighterGray);
  color: #747e78;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  border: solid 1px var(--colorLighterGray);
  width: 100%;
}
.page-search-bar .btns-wrap .g-theme-btn.dropdown-toggle {
  padding: 14px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.g-theme-btn.dropdown-toggle .btn-icon-solid {
  color: var(--colorWhite);
  background: var(--colorGreen);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .page-search-bar .page-search-bar-form {
    flex-flow: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .btns-wrap {
    padding: 3px;
  }
  .page-search-bar .page-search-bar-form .input-field .input-search {
    padding: 18px 48px 18px 24px;
  }
  .page-search-bar .page-search-bar-form .input-field .search-icon {
    font-size: 11px;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 25px;
  }
  .page-search-bar .page-search-bar-form .page-search-bar-right {
    flex: 0 0 100%;
  }
  .page-search-bar .btns-wrap .g-theme-btn.dropdown-toggle {
    padding: 12px 13px;
    width: 100%;
  }
  #ic7wv.lp-banner.g-min-banner {
    min-height: 100%;
    height: 288px;
  }
}
@media only screen and (max-width: 480px) {
  .page-search-bar .page-search-bar-form .page-search-bar-left {
    flex: 0 0 279px;
  }
}

.blogs-page-list {
  padding-bottom: 10px;
}
.blogs-page-single {
  display: block;
  margin: 15px 0px;
}
.blogs-page-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.blogs-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.blogs-page-img:hover img {
  transform: scale(1.05);
}
.blogs-page-img .blogs-page-tag {
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  text-transform: uppercase;
}
.blogs-page-img .blogs-page-signature {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 0 10px 0 0;
  margin: 0;
  pointer-events: none;
}
@media only screen and (max-width: 576px) {
  .blogs-page-single {
    margin: 15px 5px;
  }
  .blogs-page-img .blogs-page-signature {
    font-size: 14px;
    line-height: 18px;
  }
}

.related-blogs {
  margin-top: 30px;
}
.related-blog {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.blogs-page-detail img {
  margin: 10px 0 25px;
  border-radius: 10px;
}
.blogs-page-detail ul {
  padding-left: 15px;
}
.blogs-page-detail .exclusive-bar-in-content {
  min-height: 110px;
  margin: 30px 0 40px;
}
.blogs-page-detail .exclusive-bar-in-content .exclusive-bar {
  position: absolute;
  width: 100%;
}
.related-blog-img {
  flex: 0 0 120px;
  height: 90px;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 15px;
}
.related-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-blog h4 {
  margin: 0;
  padding: 5px 0;
}
.social-share {
  margin-top: 35px;
}
.social-share-links {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
}
.social-share-links li {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: var(--colorGray);
  margin-right: 8px;
}
.social-share-links li a {
  display: flex;
  width: 60px;
  height: 60px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--colorLightGray);
  border-radius: 100px;
  color: var(--colorDark);
  text-decoration: none;
  background: #ffffff;
}
.social-share-links li a:hover {
  background: transparent;
}
@media only screen and (max-width: 1200px) {
  .blogs-page-detail .exclusive-bar-in-content .exclusive-bar {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  .social-share-links li {
    font-size: 14px;
    line-height: 18px;
  }
  .social-share-links li a {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .related-blog-img {
    height: 85px;
  }
}

.footer-tiles {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
  border-bottom: solid 1px var(--colorMidGray);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.footer-tiles .footer-tile {
  width: 170px;
  padding: 10px;
}
.footer-tile .g-title-18 {
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.footer-tile .g-title-18 i {
  font-size: 12px;
  display: none;
}
.footer-tile .g-title-18 i.fa-angle-up {
  display: none;
}
.footer-tile .footer-link {
  color: var(--colorSilver);
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}
.footer-tile .footer-link:hover {
  color: var(--colorWhite);
}
.footer-tile.show-footer-link .footer-link {
  display: block !important;
}
.footer-social ul {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  list-style: none;
}
.footer-social ul li a {
  display: inline-block;
  color: var(--colorWhite);
  font-size: 24px;
  padding-right: 20px;
  list-style: none;
}
.footer-social ul li a:hover {
  color: var(--colorYellow);
}
.footer-social .llc-link {
  color: var(--colorSilver);
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}
.footer-lang {
  text-align: right;
}
.footer-lang .g-theme-btn {
  margin: 15px 0 15px 15px;
  background: var(--colorWhite);
  padding: 14px 15px;
  min-width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.footer-lang .g-theme-btn:hover {
  background: #eaeaea;
  color: #000000;
}
.footer-lang .g-theme-btn i {
  margin-right: 0 !important;
}
.footer-lang .g-theme-btn::after {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .footer-tiles {
    justify-content: flex-start;
  }
  .footer-tiles .footer-tile {
    width: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .footer-tiles .footer-tile {
    width: 33%;
  }
  .footer-bottom .row {
    flex-direction: column-reverse;
  }
  .footer-lang {
    text-align: left;
  }
  .footer-lang .g-theme-btn {
    margin: 15px 15px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-tiles .footer-tile {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .footer-tiles {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer-tiles .footer-tile {
    width: 100%;
    padding-top: 0;
  }
  .footer-tile .g-title-18 {
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 1px var(--colorMidGray);
    padding-right: 15px;
    padding-bottom: 15px;
    pointer-events: fill;
    cursor: pointer;
  }
  .footer-tile .g-title-18 i {
    display: block;
  }
  .footer-tile .footer-link {
    display: none;
  }
  .footer-tile.show-footer-link .g-title-18 i.fa-angle-up {
    display: block;
  }
  .footer-tile.show-footer-link .g-title-18 i.fa-angle-down {
    display: none;
  }
  .footer-social ul li a {
    font-size: 19px;
  }
}

.gi-trans-modal .modal-dialog {
  max-width: none;
  margin: 0;
  height: 100%;
}
.gi-trans-modal .modal-content {
  height: calc(100vh - 50px);
  width: calc(100% - 100px);
  margin: 0 50px 50px 50px;
  border: none;
  border-radius: 0;
  background: transparent;
}
.gi-trans-modal .modal-header {
  background: transparent;
  border: none;
  padding-right: 8px;
}
.gi-trans-modal .btn-close {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 12px;
  opacity: 1;
  background-color: #fff;
}
.gi-trans-modal .btn-close:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.gi-trans-modal .modal-body {
  padding: 0;
  background: transparent;
  height: calc(100% - 100px);
}
.gi-trans-modal .modal-body iframe {
  height: 100%;
}

.gi-trans-modal .modal-body .carousel,
.gi-trans-modal .modal-body .carousel-inner,
.gi-trans-modal .modal-body .carousel-item {
  height: 100%;
  text-align: center;
}

.gi-trans-modal .modal-body .carousel-item img {
  height: 100%;
  max-width: 100%;
  width: auto !important;
  display: inline-block !important;
}

.gi-trans-modal .modal-body .carousel-control-prev {
  left: -20px;
}

.gi-trans-modal .modal-body .carousel-control-next {
  right: -20px;
}

.modal-gallery img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s;
}

.modal-gallery img:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
}

.search-bar .input-field .choices__inner {
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  border-radius: 100px;
  padding-left: 48px;
  padding-right: 48px;
}

.search-bar .input-field .choices__inner .choices__input {
  background-color: #eaeaea;
}

.search-bar form .input-field .search-icon {
  z-index: 1;
}

.search-bar .choices__list--multiple .choices__item {
  background-color: var(--colorGreen);
  border-color: #0b2615;
}

.search-bar .choices[data-type*="select-multiple"] .choices__button,
.search-bar .choices[data-type*="text"] .choices__button {
  border-color: #0b2615;
}

.search-bar .choices__list--dropdown,
.search-bar .choices__list[aria-expanded] {
  border-radius: 0 0 10px 10px;
  padding: 0;
  z-index: 2;
  border-color: #eaeaea;
}

.search-bar .choices.is-open.is-focused .choices__inner {
  border-radius: 25px 25px 0 0;
}

.search-bar .choices__list--dropdown .choices__item--selectable.is-highlighted,
.search-bar
  .choices__list[aria-expanded]
  .choices__item--selectable.is-highlighted {
  background-color: #0b2615;
  color: #fff;
}

#projectDetailList .gallery-single img {
  cursor: pointer;
}

.developer-detail-logo,
.district-detail-logo {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.property-gallery img {
  cursor: pointer;
}

@media only screen and (max-width: 1280px) {
  .lp-banner.lp-banner-lg {
    height: 680px;
  }
}

/******************************************************/
/** NEW CSS FEB 05 2025 **/
/******************************************************/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*Register Modal*/
.gi-modal.modal {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(1, 12, 29, 0.6);
}
.modal.gi-modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.gi-modal .btn-close {
  opacity: 1;
  color: rgb(255, 255, 255);
  position: absolute;
  right: 55px;
  top: 45px;
  background: none;
  z-index: 1;
}
.gi-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 80%;
}
.gi-modal .modal-content {
  background: transparent;
  border: 1px solid rgb(57 57 57 / 90%);
  border-radius: 10px;
}
.gi-modal .modal-content .modal-body {
  padding: 30px 80px;
}
.gi-modal .modal-content .modal-body > .row {
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.gi-modal .modal-content .property-owner-info {
  border: 0;
  margin: 0;
}
.gi-modal .modal-content .property-owner-info .owner-info {
  padding: 0;
}
.gi-modal .modal-content .property-owner-info .owner-info .owner-pic {
  width: 90px;
  height: 90px;
  border-radius: 0;
}
.gi-modal
  .modal-content
  .property-owner-info
  .owner-info
  .owner-detail
  h4.g-title-18 {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .modal.gi-modal.show {
    display: block !important;
  }
  .gi-modal .modal-dialog {
    max-width: calc(100% - 158px);
  }
}
@media only screen and (max-width: 767px) {
  .gi-modal .modal-dialog {
    max-width: 100%;
  }
  .gi-modal .modal-content {
    border: 0;
  }
  .gi-modal .btn-close {
    right: 30px;
    top: 5px;
  }
}

.search-bar .search-bar-tags {
  flex-flow: wrap;
}
.filter-grid-dropdown {
  padding: 8px 12px;
  width: 300px;
}
.filter-grid-dropdown label {
  padding-left: 5px;
  font-weight: 500;
}
.filter-grid-dropdown.show {
  display: flex !important;
}
.filter-dropdown {
  height: 250px;
  overflow-y: scroll;
}
.dropdown-submenu {
  position: relative;
  padding: 0 6px 8px;
}
.dropdown-submenu .sub-dropdown {
  margin: 0;
  width: 130px;
  justify-content: space-between;
}
.dropdown-submenu .dropdown-menu {
  border: 0;
  left: 0;
  margin-top: -1px;
}
.filter-range-dropdown {
  padding: 8px 12px;
  width: 300px;
}
.filter-range-dropdown label {
  padding-left: 5px;
  font-weight: 500;
}
.filter-range-dropdown.show {
  display: flex !important;
  flex-flow: wrap;
}
.slider-input {
  height: 6px;
  margin-bottom: 14px;
  margin-top: 12px;
  display: block;
  flex: 0 0 100%;
}
.slider-input .slider-track {
  background-color: #9399a4;
  border-radius: 999px;
  cursor: pointer;
  height: 100%;
}
.slider-input .slider-track-1 {
  background-color: #07234b;
}
.slider-input .slider-thumb {
  cursor: grab;
}
.slider-input .slider-thumb .thumb-icon {
  background-color: #fff;
  border: 2px solid #07234b;
  border-radius: 999px;
  height: 16px;
  position: relative;
  top: -5px;
  width: 16px;
}
.slider-input-values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/*Register Modal*/
.gi-modal-filter.modal::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(1, 12, 29, 0.6);
  opacity: 1;
  z-index: -1;
}
.modal.gi-modal-filter.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.gi-modal-filter .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.gi-modal-filter .modal-content {
  padding: 0 15px;
}
.gi-modal-filter .modal-content .modal-body > .row {
  align-items: center;
}
.gi-modal-filter .modal-content .property-owner-info {
  border: 0;
  margin: 0;
}
.gi-modal-filter .modal-content .property-owner-info .owner-info {
  padding: 0;
}
.gi-modal-filter .modal-content .property-owner-info .owner-info .owner-pic {
  width: 90px;
  height: 90px;
  border-radius: 0;
}
.gi-modal-filter
  .modal-content
  .property-owner-info
  .owner-info
  .owner-detail
  h4.g-title-18 {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.gi-modal-filter .modal-body h4 {
  width: 100%;
  clear: both;
}
.gi-modal-filter .modal-body .g-checkbox-light {
  width: 50%;
  min-width: 200px;
  float: left;
}
.gi-modal-filter .modal-body .search-bar-btns .g-theme-btn {
  margin: 0 0 0 8px;
  border-radius: 10px;
}
.gi-modal-filter .modal-footer .search-bar-btns {
  width: 100%;
}
.gi-modal-filter .modal-footer .search-bar-btns .g-theme-btn {
  width: 100%;
  border-radius: 8px;
  margin: 4px;
}
@media only screen and (max-width: 992px) {
  .modal.gi-modal-filter.show {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .gi-modal-filter .btn-close {
    right: 30px;
    top: 5px;
  }
}

.search-bar .search-bar-tags-btns {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .gi-modal-filter .btn-close {
    right: 30px;
    top: 5px;
  }
  .search-bar .search-bar-tags-btns > .search-bar-btns {
    position: absolute;
    right: 0;
    top: -65px;
  }
  .search-bar.search-result-page-form form {
    margin-bottom: 10px;
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 992px) {
  .gi-modal-filter .btn-close {
    right: 30px;
    top: 5px;
  }
  .search-bar .search-bar-tags-btns > .search-bar-btns {
    position: absolute;
    right: 11px;
    top: -65px;
    /*width: 250px;*/
  }
  .search-bar.search-result-page-form form {
    margin-bottom: 10px;
    width: calc(100% - 280px);
  }
  .search-bar .search-bar-tags {
    justify-content: space-between;
    width: 100%;
  }
  .search-bar .search-bar-tags > .g-theme-btn,
  .search-bar .search-bar-tags > .btn-group {
    width: 33%;
    margin: 2px 0;
  }
  .search-bar .search-bar-tags > .btn-group > .g-theme-btn {
    width: 100%;
    margin: 2px 0;
  }
}
@media only screen and (max-width: 767px) {
  .search-bar.search-result-page-form form {
    width: 100%;
    margin-bottom: 60px;
  }
  .search-bar .search-bar-tags-btns > .search-bar-btns {
    width: calc(100% - 20px);
  }
  .search-bar .search-bar-tags > .g-theme-btn,
  .search-bar .search-bar-tags > .btn-group {
    width: 49.5%;
    margin: 2px 0;
  }
  .search-bar form {
    display: block;
    text-align: center;
    position: relative;
}
.search-bar .btn-dark-green {
  position: absolute;
  left: 10px;
  top: 40px;
}
.search-bar {
  border-radius: 12px;
}
.lp-communities-tab {
  margin: 0;
  margin-bottom: 11px;
}
.page-info {
  border-radius: 27px 28px 0 0 !important;
}
.cta-wrap.text-center {
  text-align: left !important;
}
header .navbar-collapse.collapse.show .navbar-nav .nav-item:hover .mega-menu {
  display: block !important;
}
}

/* choices search input */
.choices {
  margin-bottom: 0;
}
.search-bar:not(.search-bar-home)
  .choices
  > .choices__inner
  > .choices__list--multiple {
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 1000;
}

.search-bar .choices__list--dropdown,
.search-bar .choices__list[aria-expanded] {
  z-index: 1001;
}

.slider-thumb-1 {
  margin-left: -13px;
}

.map-list-toggle-btn {
  background: transparent;
  border: 1px solid #aaa;
  border-radius: 8px;
  padding: 9px 20px;
  color: #666;
}

.validation-message.text-danger,
.error-message {
  margin: -5px 0 15px;
  font-size: 13px;
  color: #cc0000 !important;
}

.gi-modal .validation-message.text-danger,
.gi-modal .error-message {
  margin: 0;
}

.listPropertyForm .validation-message.text-danger,
.listPropertyForm .error-message {
  margin: -15px 0 0;
}

.choices__list__outside {
  margin-top: -2px;
  display: block;
}

.choices__list__outside .choices__button:focus,
.choices__list__outside .choices__button:hover,
.choices__list__outside .choices__button:focus,
.choices__list__outside .choices__button:hover {
  opacity: 1;
}
.choices__list__outside .choices__button,
.choices__list__outside .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.modal-backdrop {
  z-index: 10001;
}
.modal {
  z-index: 10002;
}

.iti.iti--allow-dropdown {
  width: 100%;
  display: block;
}
