@font-face {
  font-family: "circe", sans-serif;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "circe", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "circe", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "circe", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html b {
  font-weight: bold;
}
html i {
  font-style: italic;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px 20px;
  background: #fff;
  z-index: 11;
  display: none;
}
.policy_popup h3 {
  margin-bottom: 40px;
}
.policy_popup h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
}
.policy_popup p {
  font-size: 20px;
  margin-bottom: 30px;
}
.policy_popup ul {
  margin-bottom: 30px;
  padding-left: 25px;
}
.policy_popup ul li {
  list-style-type: disc;
  font-size: 20px;
  margin-bottom: 10px;
}
.policy_popup .main_logo {
  width: 220px;
  max-width: 70%;
  margin-bottom: 30px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 150px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  cursor: pointer;
}

.show_message {
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
.show_message:hover {
  border-bottom: 1px solid #fff;
}

body {
  font-family: "circe", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #000;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.4;
}
body .disclaimer {
  font-size: 15px;
}

a {
  cursor: pointer;
}

h1, h2, h4, h5, h6 {
  line-height: 1;
}

h1 {
  font-size: 64px;
  font-weight: 400;
}

h2 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 50px;
}

h3 {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

h5 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

span.green {
  color: #5CA271;
}

span.blue {
  color: #4E7EA1;
}

span.orange {
  color: #CF8A3A;
}

.my_btn {
  display: inline-block;
  cursor: pointer;
  padding: 0 20px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3D3D3D;
  transition: all 0.3s;
  text-align: center;
  background: #fff;
}
.my_btn img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.my_btn.white {
  background: #fff;
  color: #3D3D3D;
}
.my_btn.dark {
  background: #3D3D3D;
  color: #fff;
}
.my_btn.green {
  background: #5CA271;
  color: #fff;
}

.text-white {
  color: #fff;
}

/* ------------- MENU --------------- */
.hamburger {
  position: relative;
  padding: 10px 15px;
  padding-top: 12px;
  z-index: 10;
  width: auto;
  height: 46px;
  z-index: 101;
  border: 1px solid transparent;
}
.hamburger.is-active {
  border: none;
}
.hamburger:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #000;
  height: 2px;
  border-radius: 0px;
  width: 100%;
}
.hamburger .hamburger-inner:before {
  top: -9px;
}
.hamburger .hamburger-inner:after {
  bottom: -9px;
}
.hamburger .hamburger-box {
  width: 24px;
  transition: 0.4s;
}
.hamburger .hamburger-box:hover {
  transform: scale(1.1);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
  transition: all 0.4s;
  border-bottom: 1px solid #3D3D3D;
}
.header .my_btn {
  line-height: 50px;
  font-size: 16px;
  padding: 0 20px;
  background: #3D3D3D;
  color: #fff;
}
.header .menu {
  position: absolute;
  top: 66px;
  left: 0;
  padding: 40px 30px;
  transform: translate(-100%, 0);
  transition: all 0.4s;
}
.header .menu nav {
  font-size: 30px;
}
.header .menu nav li {
  margin-bottom: 15px;
}
.header .menu.open {
  transform: translate(0, 0);
}
.header.scrolled {
  background: #fff;
}

nav {
  font-family: "imperial-urw", sans-serif;
  font-weight: 400;
}

.overlay_menu {
  position: fixed;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 90px 25px 40px 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background: #fff;
  transform: translate(-110%, 0);
  transition: all 0.3s;
  z-index: 5;
}
.overlay_menu nav ul {
  flex-wrap: wrap;
}
.overlay_menu nav ul li {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
.overlay_menu nav ul li:last-of-type {
  margin-bottom: 0;
}
.overlay_menu.open {
  transform: translate(0, 0);
}

/* ------------- MENU END --------------- */
/* --------------- MAIN CONTENT ---------------- */
.full_height {
  min-height: 100vh;
}

.section_title {
  padding-bottom: 50px;
}

.section_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.white_bg {
  background: #fff;
}

.expand {
  position: absolute;
  left: 0;
  top: -5px;
  width: 56px;
  height: 56px;
  background: #000;
  transition: all 0.3s;
  cursor: pointer;
}
.expand:not(.floorplan):before, .expand:not(.floorplan):after {
  content: "";
  position: absolute;
  background: #fff;
}
.expand:not(.floorplan):not(.tour):before {
  top: 16px;
  left: 26px;
  height: 24px;
  width: 4px;
  transition: rotate 0.3s;
}
.expand:not(.floorplan):not(.tour):after {
  top: 26px;
  left: 16px;
  width: 24px;
  height: 4px;
}
.expand:not(.floorplan):not(.tour).open:before {
  transform: rotate(90deg);
}
.expand.floorplan, .expand.tour {
  display: flex;
  justify-content: center;
  align-items: center;
}
.expand.floorplan img, .expand.tour img {
  width: 60%;
}
.expand.tour img {
  width: 85%;
}
.expand.close {
  background: #3D3D3D !important;
}
.expand.close:before {
  display: none;
}
.expand.close:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 26px;
  left: 16px;
  width: 24px;
  height: 4px;
}
.expand.orange {
  background: #CF8A3A;
}

.info {
  position: relative;
  padding-left: 55px;
  width: 350px;
  max-width: 100%;
}
.info .details {
  opacity: 0;
  transition: all 0.3s;
}
.info h5 {
  margin-bottom: 20px;
  padding-top: 30px;
}
.info p {
  font-size: 14px;
}
.info.active .expand:before {
  transform: rotate(90deg);
}
.info.active .details {
  opacity: 1;
}
.info.light {
  color: #fff;
}
.info.light .expand {
  background: #000;
}

/* --------------- MAIN CONTENT END ---------------- */
.main_poster {
  position: relative;
  min-height: calc(100vh - 80px);
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  background: url("../img/hero_bg.jpg") center;
  background-size: cover;
  color: #fff;
}
.main_poster:after {
  position: absolute;
  content: "";
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #3D3D3D;
  z-index: 1;
}
.main_poster .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.main_poster .background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.main_poster .form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
  overflow: hidden;
}
.main_poster .form input[type=text],
.main_poster .form input[type=search],
.main_poster .form input[type=tel],
.main_poster .form input[type=number],
.main_poster .form input[type=email],
.main_poster .form input[type=password],
.main_poster .form textarea,
.main_poster .form select {
  background: #fff;
  border: 1px solid #CCCCCC;
}
.main_poster .form .checkbox input[type=radio]:checked + label:after,
.main_poster .form .checkbox input[type=checkbox]:checked + label:after {
  background: #fff;
}
.main_poster .form .checkbox label {
  color: #fff;
}
.main_poster .form .my_btn {
  background: #fff;
  color: #3D3D3D;
}
.main_poster .form .checkbox.consent input[type=radio]:checked + label:after,
.main_poster .form .checkbox.consent input[type=checkbox]:checked + label:after {
  background: url(../img/check_white.png) no-repeat;
  background-size: auto;
}
.main_poster .form .thank_you_message {
  background: #3D3D3D;
  color: #fff;
}

.main_poster_mob {
  display: none;
}

.sticky_menu {
  background: #fff;
}
.sticky_menu.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 6;
}

nav {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
nav ul {
  display: flex;
}

.menu {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.menu nav {
  display: flex;
  width: 80%;
}
.menu nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.menu img {
  height: 45px;
}

.towns_details .product_type {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 700px;
  margin-bottom: 20px;
}
.towns_details .product_type .name {
  width: 31%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
}
.towns_details .product_type .name .expand {
  top: 20px;
  left: 20px;
}
.towns_details .product_type .name .expand.floorplan {
  left: 95px;
}
.towns_details .product_type .name .expand.tour {
  left: 170px;
}
.towns_details .product_type .expand.open {
  background: #3D3D3D !important;
}
.towns_details .product_type .expand.open.floorplan, .towns_details .product_type .expand.open.tour {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.towns_details .product_type .expand.open.floorplan img, .towns_details .product_type .expand.open.tour img {
  opacity: 0;
}
.towns_details .product_type .expand.open.floorplan:after, .towns_details .product_type .expand.open.tour:after {
  content: "";
  position: absolute;
  background: #fff;
  left: 16px;
  width: 24px;
  height: 4px;
}
.towns_details .product_type .expand.open.floorplan img, .towns_details .product_type .expand.open.tour img {
  width: 60%;
}
.towns_details .product_type .rendering {
  width: calc(69% - 20px);
}
.towns_details .product_type .overlay {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(69% - 20px);
  overflow: hidden;
}
.towns_details .product_type .overlay.details {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  color: #fff;
  display: none;
}
.towns_details .product_type .overlay.details p {
  font-size: 20px;
}
.towns_details .product_type .overlay.details p.size {
  font-weight: 200;
  font-size: 140px;
  line-height: 1;
}
.towns_details .product_type .overlay.details p.size span {
  font-size: 55px;
  text-transform: uppercase;
}
.towns_details .product_type .overlay.details table {
  text-align: center;
}
.towns_details .product_type .overlay.details table h6 {
  margin-bottom: 0;
}
.towns_details .product_type .overlay.details table tr {
  border-top: 1px solid #fff;
}
.towns_details .product_type .overlay.details table tr td {
  height: 70px;
  vertical-align: middle;
}
.towns_details .product_type .overlay.details table tr td:first-of-type {
  width: 1%;
  white-space: nowrap;
}
.towns_details .product_type .overlay.details table tr td:last-of-type {
  width: 1%;
  white-space: nowrap;
}
.towns_details .product_type .overlay.floorplan {
  background: #fff;
  display: flex;
  align-content: center;
  padding: 50px 100px;
  display: none;
}
.towns_details .product_type .overlay.floorplan .controls {
  position: absolute;
  bottom: 15px;
  right: 30px;
}
.towns_details .product_type .overlay.floorplan .controls img {
  display: inline-block;
  margin-left: 10px;
  align-items: bottom;
  cursor: pointer;
}
.towns_details .product_type .overlay.floorplan h6 {
  margin-bottom: 20px;
}
.towns_details .product_type .overlay.floorplan .floorplan_img {
  max-width: 210px;
}
.towns_details .product_type .overlay.floorplan p {
  font-size: 12px;
}
.towns_details .product_type .overlay.tour {
  display: none;
}
.towns_details .product_type .overlay.mobile {
  width: 100%;
  color: #fff;
  padding-bottom: 50px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.towns_details .product_type .overlay.mobile .slick-track {
  display: flex;
}
.towns_details .product_type .overlay.mobile .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.towns_details .product_type .overlay.mobile .inner {
  padding: 20px;
}
.towns_details .product_type .overlay.mobile h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.towns_details .product_type .overlay.mobile p.size {
  font-weight: 200;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 25px;
}
.towns_details .product_type .overlay.mobile p.size span {
  font-size: 40px;
  text-transform: uppercase;
}
.towns_details .product_type .overlay.mobile .item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.towns_details .product_type .overlay.mobile .item .line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 10px 0;
}
.towns_details .product_type .overlay.mobile .item:last-of-type {
  margin-bottom: 0;
}
.towns_details .product_type .overlay.mobile .floorplan_img {
  background: #fff;
  position: relative;
  max-height: calc(100% - 30px);
  align-content: center;
  position: relative;
}
.towns_details .product_type .overlay.mobile .floorplan_img h6 {
  width: 100%;
  text-align: center;
}
.towns_details .product_type .overlay.mobile .floorplan_img img {
  max-height: 50vh;
  margin: 0 auto;
}
.towns_details .product_type .overlay.mobile .floorplan_img .disclaimer {
  font-size: 12px;
  color: #3D3D3D;
  padding-top: 10px;
}
.towns_details .product_type .overlay.mobile .floorplan_img .controls {
  position: absolute;
  right: 20px;
  bottom: 100px;
}
.towns_details .product_type .overlay.mobile .floorplan_img .controls img {
  margin-bottom: 10px;
}
.towns_details .product_type .overlay.mobile .expand.back {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  background: rgba(255, 255, 255, 0.5);
}
.towns_details .product_type .overlay.mobile .expand.back:after {
  transform: rotate(45deg);
  top: 23px;
  left: 12px;
  height: 2px;
}
.towns_details .product_type .overlay.mobile .expand.back:before {
  transform: rotate(45deg);
  top: 12px;
  left: 23px;
  width: 2px;
}
.towns_details .product_type .overlay.mobile .slick-slider-dots {
  position: absolute;
  bottom: 23px;
  left: 20px;
}
.towns_details .product_type .overlay.mobile .slick-slider-dots li {
  display: inline-block;
  margin-right: 15px;
}
.towns_details .product_type .overlay.mobile .slick-slider-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.7);
}
.towns_details .product_type .overlay.mobile .slick-slider-dots li.slick-active button {
  background: #fff;
}
.towns_details .product_type .overlay.mobile .next_arrow {
  position: absolute;
  right: 20px;
  bottom: 15px;
  cursor: pointer;
}
.towns_details .product_type .overlay.mobile.shown {
  opacity: 1;
  z-index: 3;
}
.towns_details .product_type[data-type=garden] .name {
  border: 1px solid #5CA271;
}
.towns_details .product_type[data-type=garden] .name .expand {
  background: #5CA271;
}
.towns_details .product_type[data-type=garden] .name .expand.tour {
  background: #fff;
  outline: solid 1px #5CA271;
}
.towns_details .product_type[data-type=garden] .overlay.details {
  background: #5CA271;
}
.towns_details .product_type[data-type=garden] .overlay.floorplan {
  border: 1px solid #5CA271;
}
.towns_details .product_type[data-type=garden] .overlay.floorplan h6 {
  color: #5CA271;
}
.towns_details .product_type[data-type=garden] .overlay.mobile {
  background: #5CA271;
}
.towns_details .product_type[data-type=garden] .overlay.mobile .expand.back {
  background: #CEE3D4;
}
.towns_details .product_type[data-type=garden] .overlay.mobile .expand.back:after {
  background: #5CA271;
}
.towns_details .product_type[data-type=garden] .overlay.mobile .expand.back:before {
  background: #5CA271;
}
.towns_details .product_type[data-type=garden] .overlay.mobile .floorplan_img h6 {
  color: #5CA271;
}
.towns_details .product_type[data-type=park] .name {
  border: 1px solid #4E7EA1;
}
.towns_details .product_type[data-type=park] .name .expand {
  background: #4E7EA1;
}
.towns_details .product_type[data-type=park] .name .expand.tour {
  background: #fff;
  outline: inset 1px #4E7EA1;
}
.towns_details .product_type[data-type=park] .overlay.details {
  background: #4E7EA1;
}
.towns_details .product_type[data-type=park] .overlay.floorplan {
  border: 1px solid #4E7EA1;
}
.towns_details .product_type[data-type=park] .overlay.floorplan h6 {
  color: #4E7EA1;
}
.towns_details .product_type[data-type=park] .overlay.mobile {
  background: #4E7EA1;
}
.towns_details .product_type[data-type=park] .overlay.mobile .expand.back {
  background: #C9D8E3;
}
.towns_details .product_type[data-type=park] .overlay.mobile .expand.back:after {
  background: #4E7EA1;
}
.towns_details .product_type[data-type=park] .overlay.mobile .expand.back:before {
  background: #4E7EA1;
}
.towns_details .product_type[data-type=park] .overlay.mobile .floorplan_img h6 {
  color: #4E7EA1;
}
.towns_details .product_type[data-type=terrace] .name {
  border: 1px solid #CF8A3A;
}
.towns_details .product_type[data-type=terrace] .name .expand {
  background: #CF8A3A;
}
.towns_details .product_type[data-type=terrace] .name .expand.tour {
  background: #fff;
  outline: inset 1px #CF8A3A;
}
.towns_details .product_type[data-type=terrace] .overlay.details {
  background: #CF8A3A;
}
.towns_details .product_type[data-type=terrace] .overlay.floorplan {
  border: 1px solid #CF8A3A;
}
.towns_details .product_type[data-type=terrace] .overlay.floorplan h6 {
  color: #CF8A3A;
}
.towns_details .product_type[data-type=terrace] .overlay.mobile {
  background: #CF8A3A;
}
.towns_details .product_type[data-type=terrace] .overlay.mobile .expand.back {
  background: #F1DCC3;
}
.towns_details .product_type[data-type=terrace] .overlay.mobile .expand.back:after {
  background: #CF8A3A;
}
.towns_details .product_type[data-type=terrace] .overlay.mobile .expand.back:before {
  background: #CF8A3A;
}
.towns_details .product_type[data-type=terrace] .overlay.mobile .floorplan_img h6 {
  color: #CF8A3A;
}

#location .point_of_interest {
  width: 24%;
  text-align: center;
  padding: 120px 10px 30px 10px;
}
#location .point_of_interest .expand {
  top: 10px;
  left: 10px;
  z-index: 2;
}
#location .point_of_interest .expand.open {
  background: #fff !important;
}
#location .point_of_interest img {
  margin-bottom: 40px;
}
#location .point_of_interest .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
#location .point_of_interest .overlay p {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: left;
}
#location .point_of_interest.blue {
  border: 1px solid #4E7EA1;
  color: #4E7EA1;
}
#location .point_of_interest.blue .expand {
  background: #4E7EA1;
}
#location .point_of_interest.blue .expand.open:after {
  background: #4E7EA1;
}
#location .point_of_interest.blue .overlay {
  background: #4E7EA1;
}
#location .point_of_interest.orange {
  border: 1px solid #CF8A3A;
  color: #CF8A3A;
}
#location .point_of_interest.orange .expand {
  background: #CF8A3A;
}
#location .point_of_interest.orange .expand.open:after {
  background: #CF8A3A;
}
#location .point_of_interest.orange .overlay {
  background: #CF8A3A;
}
#location .point_of_interest.black {
  border: 1px solid #3D3D3D;
  color: #3D3D3D;
}
#location .point_of_interest.black .expand {
  background: #3D3D3D;
}
#location .point_of_interest.black .expand.open:after {
  background: #3D3D3D;
}
#location .point_of_interest.black .overlay {
  background: #3D3D3D;
}
#location .point_of_interest.green {
  border: 1px solid #5CA271;
  color: #5CA271;
}
#location .point_of_interest.green .expand {
  background: #5CA271;
}
#location .point_of_interest.green .expand.open:after {
  background: #5CA271;
}
#location .point_of_interest.green .overlay {
  background: #5CA271;
}
#location .info {
  position: absolute;
  right: 0;
  top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background: #CF8A3A;
  color: #fff;
  padding: 0;
  padding-top: 20px;
  width: 700px;
  max-width: calc(100vw - 50px);
  opacity: 0;
  z-index: -1;
}
#location .info h5 {
  font-size: 16px;
  color: #fff;
}
#location .info div {
  padding: 20px;
  width: 25%;
  text-align: center;
}
#location .info.open {
  opacity: 1;
  z-index: 2;
}

.mute_container {
  position: absolute;
  width: 45px;
  top: 45px;
  right: 2%;
  cursor: pointer;
  z-index: 5;
}
.mute_container img {
  width: 100%;
}
.mute_container .mute {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  z-index: 2;
}
.mute_container.unmuted .unmute {
  opacity: 0;
}
.mute_container.unmuted .mute {
  opacity: 1;
  z-index: 1;
}

.map_container {
  overflow-x: scroll;
}
.map_container img {
  min-width: 700px;
}

#siteplan .legend div {
  margin-bottom: 15px;
}
#siteplan .legend div img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#siteplan .legend div p {
  display: inline-block;
  vertical-align: middle;
}
#siteplan .legend .disclaimer {
  padding-top: 10px;
}
#siteplan .siteplan_container {
  position: relative;
}
#siteplan .siteplan_container a {
  position: absolute;
  width: 5%;
  height: 6%;
  cursor: pointer;
}
#siteplan .siteplan_container .garden[data-point="1"] {
  top: 9%;
  left: 22%;
}
#siteplan .siteplan_container .garden[data-point="2"] {
  top: 33%;
  left: 8%;
}
#siteplan .siteplan_container .garden[data-point="3"] {
  top: 33%;
  left: 26%;
}
#siteplan .siteplan_container .garden[data-point="4"] {
  bottom: 38%;
  left: 8%;
}
#siteplan .siteplan_container .garden[data-point="5"] {
  left: 27%;
  bottom: 38%;
}
#siteplan .siteplan_container .park[data-point="1"] {
  top: 8%;
  left: 53%;
}
#siteplan .siteplan_container .park[data-point="2"] {
  top: 8%;
  right: 16%;
}
#siteplan .siteplan_container .park[data-point="3"] {
  top: 28%;
  right: 42%;
}
#siteplan .siteplan_container .park[data-point="4"] {
  top: 28%;
  right: 9%;
}
#siteplan .siteplan_container .park[data-point="5"] {
  top: 54%;
  right: 42%;
}
#siteplan .siteplan_container .park[data-point="6"] {
  top: 54%;
  right: 9%;
}
#siteplan .siteplan_container .terrace[data-point="1"] {
  bottom: 15%;
  left: 7%;
}
#siteplan .siteplan_container .terrace[data-point="2"] {
  bottom: 15%;
  left: 26%;
}
#siteplan .siteplan_container .terrace[data-point="3"] {
  bottom: 15%;
  right: 39%;
}
#siteplan .siteplan_container .terrace[data-point="4"] {
  bottom: 15%;
  right: 15%;
}

#gallery .slider-nav.no-scroll .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  margin-left: auto;
  margin-right: auto;
}
#gallery .slider-for {
  position: relative;
}
#gallery ul.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
#gallery ul.slick-dots li {
  display: inline-block;
  margin: 0 9px;
}
#gallery ul.slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background: #C4C4C4;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
#gallery ul.slick-dots li.slick-active button {
  background: #3D3D3D;
}
#gallery .slider_nav_container {
  padding: 0 120px;
  position: relative;
}
#gallery .slider_nav_container .slick-slide {
  margin: 0 10px;
}
#gallery .slider_nav_container .arrow {
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  background: #3D3D3D;
  cursor: pointer;
}
#gallery .slider_nav_container .arrow.left {
  left: 0;
}
#gallery .slider_nav_container .arrow.right {
  right: 0;
}
#gallery .slider_nav_container .arrow img {
  position: absolute;
  width: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#gallery .sliders {
  position: relative;
}
#gallery .filter {
  opacity: 0.5;
  transition: 0.3s all;
  cursor: pointer;
}
#gallery .filter.active {
  opacity: 1;
}
#gallery .button-list[data-filter=garden] button {
  background: #5CA271;
}
#gallery .button-list[data-filter=park] button {
  background: #4E7EA1;
}
#gallery .button-list[data-filter=terrace] button {
  background: #CF8A3A;
}
#gallery .exterior_slider {
  opacity: 0;
  transition: opacity 0.4s;
}
#gallery .exterior_slider.active {
  opacity: 1;
}
#gallery .all_slider_container {
  position: relative;
}
#gallery .interior_slider,
#gallery .gallery_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s;
}
#gallery .interior_slider.active,
#gallery .gallery_slider.active {
  opacity: 1;
  z-index: 2;
}
#gallery .main_slider_container {
  background: #fff;
}
#gallery .main_slider_container[data-type=park],
#gallery .main_slider_container[data-type=terrace] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s;
}
#gallery .main_slider_container[data-type=park].active,
#gallery .main_slider_container[data-type=terrace].active {
  opacity: 1;
  z-index: 2;
}
#gallery .switch_slider[data-filter=garden] {
  background: #5CA271;
}
#gallery .switch_slider[data-filter=park] {
  background: #4E7EA1;
}
#gallery .switch_slider[data-filter=terrace] {
  background: #CF8A3A;
}
#gallery .slider-nav .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#gallery .slick-slide img {
  object-fit: cover;
}

/* ---------------- REGISTER -------------------------- */
.form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
  overflow: hidden;
}
.form input[type=text],
.form input[type=search],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  font-size: 15px;
  line-height: 40px;
  text-transform: none;
  color: #000;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  border: 1px solid #CCCCCC;
  outline: none;
  border-radius: 0;
  padding: 1px 10px;
  margin-bottom: 20px;
}
.form select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 1px;
  font-family: Arial, Helvetica, sans-serif;
}
.form .other {
  color: #000;
}
.form textarea {
  margin-bottom: 20px;
}
.form input[type=text]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
.form select::placeholder,
.form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  opacity: 1; /* Firefox */
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.form input[type=text]::-ms-input-placeholder,
.form input[type=search]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form input[type=number]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=password]::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder { /* Microsoft Edge */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.form select {
  background: url("../img/select_arrow.png") no-repeat right center;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}
.form .missing input[type=text],
.form .missing input[type=search],
.form .missing input[type=tel],
.form .missing input[type=number],
.form .missing input[type=email],
.form .missing input[type=password],
.form .missing textarea {
  border-bottom: 1px solid red;
}
.form .missing input[type=text]::placeholder,
.form .missing input[type=search]::placeholder,
.form .missing input[type=tel]::placeholder,
.form .missing input[type=number]::placeholder,
.form .missing input[type=email]::placeholder,
.form .missing input[type=password]::placeholder,
.form .missing textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.form .missing input[type=text]:-ms-input-placeholder,
.form .missing input[type=search]:-ms-input-placeholder,
.form .missing input[type=tel]:-ms-input-placeholder,
.form .missing input[type=number]:-ms-input-placeholder,
.form .missing input[type=email]:-ms-input-placeholder,
.form .missing input[type=password]:-ms-input-placeholder,
.form .missing textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.form .missing input[type=text]::-ms-input-placeholder,
.form .missing input[type=search]::-ms-input-placeholder,
.form .missing input[type=tel]::-ms-input-placeholder,
.form .missing input[type=number]::-ms-input-placeholder,
.form .missing input[type=email]::-ms-input-placeholder,
.form .missing input[type=password]::-ms-input-placeholder,
.form .missing textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.form .missing select {
  border-bottom: 1px solid red;
  color: red;
}
.form .brokerage_name {
  display: none;
}
.form legend {
  font-size: 16px;
  line-height: 1.2;
}
.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: left;
  margin-right: 5px;
}
.form .checkbox input {
  position: absolute;
  opacity: 0;
  width: calc(100% + 20px);
  height: 80%;
  left: -30px;
}
.form .checkbox label {
  padding: 10px 15px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  color: #414141;
}
.form .checkbox label:before,
.form .checkbox label:after {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #bbb;
  top: 50%;
  transform: translate(0, -50%);
}
.form .checkbox label:after {
  left: -26px;
  width: 22px;
  height: 22px;
  border: none;
}
.form .checkbox input[type=radio]:checked + label:after,
.form .checkbox input[type=checkbox]:checked + label:after {
  background: #3D3D3D;
}
.form .checkbox.missing label:before {
  border-color: red;
}
.form .checkbox.consent {
  padding: 0;
  padding-left: 40px;
}
.form .checkbox.consent label {
  font-size: 14px;
  line-height: 1.3;
}
.form .checkbox.consent label:before {
  border-radius: 0;
  top: 10px;
  left: -40px;
  transform: translate(0, 0);
}
.form .checkbox.consent label:after {
  content: "";
  left: -33px;
  width: 26px;
  height: 26px;
  top: 31px;
}
.form .checkbox.consent input[type=radio]:checked + label:after,
.form .checkbox.consent input[type=checkbox]:checked + label:after {
  background: url("../img/check.png") no-repeat;
  background-size: auto;
}
.form .radio-wrapperG .checkbox {
  margin-right: 70px;
}
.form .radio-wrapperG .checkbox:last-of-type {
  margin-right: 0;
}
.form .warning-message,
.form .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: red;
}
.form .thank_you_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  text-align: center;
  transition: all 0.4s;
  background: #fff;
  padding: 30px;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.form .thank_you_message h4, .form .thank_you_message h5 {
  position: absolute;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.form .thank_you_message h5 {
  line-height: 1.4;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
}
.form.form-done .thank_you_message {
  opacity: 1;
  z-index: 3;
}

/* ---------------- REGISTER END ---------------------- */
/* ---------------- FOOTER -------------------- */
#footer {
  padding-top: 30px;
  padding-bottom: 70px;
}
#footer nav ul {
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
#footer nav ul li {
  width: 100%;
}
#footer p {
  font-size: 22px;
}
#footer .award h6 {
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 5px;
}
#footer .award p {
  font-size: 15px;
}
#footer .divider {
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  margin: 10px 0;
}

#under_footer {
  background: #E0457B;
  padding-top: 25px;
  padding-bottom: 25px;
}
#under_footer p {
  font-size: 14px;
  color: #fff;
}

/* ---------------- FOOTER END ----------------- */
.grecaptcha-badge {
  display: none !important;
}

/* -------------- RESPONSIVE ------------------ */
@media (max-width: 1700px) {
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 55px;
  }
  h3 {
    font-size: 35px;
  }
  h5 {
    font-size: 26px;
  }
  .my_btn {
    line-height: 55px;
    font-size: 19px;
  }
  .form legend {
    font-size: 15px;
  }
  .form .radio-wrapperG .checkbox {
    margin-right: 50px;
  }
  .form .checkbox {
    padding-bottom: 10px;
  }
  .form .checkbox input {
    left: -25px;
  }
  .form .checkbox label:before,
  .form .checkbox label:after {
    left: -25px;
    width: 25px;
    height: 25px;
  }
  .form .checkbox label:after {
    left: -20px;
    width: 15px;
    height: 15px;
  }
  .form .checkbox.consent label:after {
    left: -35px;
    top: 29px;
  }
  .towns_details .product_type {
    height: 650px;
  }
  .towns_details .product_type .overlay.details p {
    font-size: 18px;
  }
  .towns_details .product_type .overlay.details p.size {
    font-size: 120px;
  }
  .towns_details .product_type .overlay.details p.size span {
    font-size: 50px;
  }
  .towns_details .product_type .overlay.details table tr td {
    height: 65px;
  }
  .towns_details .product_type .overlay.floorplan {
    padding: 50px 50px;
  }
  .towns_details .product_type .overlay.floorplan .floorplan_img {
    max-width: 180px;
  }
  #footer p {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 14px;
  }
  .my_btn {
    line-height: 50px;
    font-size: 18px;
  }
  .expand {
    width: 50px;
    height: 50px;
  }
  .expand:not(.floorplan):not(.tour):before {
    top: 13px;
    left: 23px;
  }
  .expand:not(.floorplan):not(.tour):after {
    top: 23px;
    left: 13px;
  }
  .section_padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .towns_details .product_type .name .expand.floorplan {
    left: 90px;
  }
  .towns_details .product_type .name .expand.tour {
    left: 160px;
  }
  .towns_details .product_type .expand.open.floorplan:after, .towns_details .product_type .expand.open.tour:after {
    left: 13px;
  }
  .menu nav {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .menu img {
    height: 30px;
  }
  .main_poster {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main_poster:after {
    width: 55%;
  }
  .form .checkbox.consent label {
    font-size: 12px;
  }
  .form .radio-wrapperG .checkbox {
    margin-right: 30px;
  }
  .towns_details .product_type {
    height: 600px;
  }
  .towns_details .product_type .overlay.details p {
    font-size: 16px;
  }
  .towns_details .product_type .overlay.details p.size {
    font-size: 105px;
  }
  .towns_details .product_type .overlay.details p.size span {
    font-size: 40px;
  }
  .towns_details .product_type .overlay.details table tr td {
    height: 60px;
  }
  .towns_details .product_type .overlay.floorplan {
    padding: 30px;
  }
  .towns_details .product_type .overlay.floorplan .floorplan_img {
    max-width: 160px;
  }
  #location .info {
    width: 500px;
    top: 30px;
  }
  #location .info div img {
    max-height: 90px;
  }
  #gallery ul.slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  h5 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  h6 {
    font-size: 13px;
  }
  .my_btn {
    line-height: 45px;
    font-size: 16px;
  }
  .towns_details .product_type {
    height: 550px;
  }
  .towns_details .product_type .name {
    padding: 40px;
  }
  .towns_details .product_type .overlay.details p {
    font-size: 14px;
  }
  .towns_details .product_type .overlay.details p.size {
    font-size: 90px;
  }
  .towns_details .product_type .overlay.details p.size span {
    font-size: 30px;
  }
  .towns_details .product_type .overlay.details table tr td {
    height: 55px;
  }
  .towns_details .product_type .overlay.floorplan {
    padding: 20px;
  }
  .towns_details .product_type .overlay.floorplan .floorplan_img {
    max-width: 140px;
  }
  #location .point_of_interest {
    width: 48%;
    margin-bottom: 20px;
  }
  #siteplan .legend div img {
    width: 40px;
  }
}
@media (max-width: 991px) {
  html,
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin-bottom: 20px;
  }
  h4 {
    font-size: 16px;
  }
  .header {
    display: block;
  }
  .container {
    max-width: 100%;
  }
  .section_padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .my_btn {
    line-height: 45px;
    font-size: 14px;
    padding: 0 15px;
  }
  .main_poster_mob {
    background: url("../img/main_poster_mob.jpg") center;
    background-size: cover;
    min-height: 100vh;
    padding: 80px 40px 25px 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .main_poster {
    background: #3D3D3D;
  }
  .main_poster::after {
    display: none;
  }
  .form .radio-wrapperG .checkbox {
    margin-right: 35px;
  }
  .form .checkbox label {
    padding: 10px 15px;
  }
  .towns_details .product_type {
    height: auto;
    flex-wrap: wrap-reverse;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .towns_details .product_type .rendering {
    width: 100%;
    height: 300px;
  }
  .towns_details .product_type .name {
    width: 100%;
    height: 450px;
    padding: 70px;
    align-content: flex-start;
    border: none !important;
  }
  .towns_details .product_type .name .tower {
    height: 80px;
    width: auto;
  }
  .towns_details .product_type .name .expand {
    top: auto;
    bottom: 20px;
  }
  .towns_details .product_type .name .expand.details {
    left: 30px;
  }
  .towns_details .product_type .name .expand.floorplan {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .towns_details .product_type .name .expand.tour {
    left: auto;
    right: 30px;
  }
  .towns_details .product_type[data-type=garden] {
    border: 1px solid #5CA271;
  }
  .towns_details .product_type[data-type=park] {
    border: 1px solid #4E7EA1;
  }
  .towns_details .product_type[data-type=terrace] {
    border: 1px solid #CF8A3A;
  }
  #siteplan .legend {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 25px;
  }
  #siteplan .legend div {
    width: 33%;
    text-align: center;
  }
  #siteplan .legend div img {
    display: block;
    margin: 0 auto 7px;
  }
  #siteplan .legend div p {
    font-size: 14px;
  }
  #siteplan .legend div .disclaimer {
    display: block;
    width: 33%;
    text-align: center;
  }
  #siteplan .legend .disclaimer {
    display: block;
    width: 33%;
    text-align: center;
  }
  #gallery .slider_nav_container {
    display: none;
  }
  #gallery ul.slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #gallery ul.slick-dots li {
    display: inline-block;
    margin: 0 9px;
    margin-bottom: 5px;
  }
  #gallery ul.slick-dots li button {
    width: 15px;
    height: 15px;
  }
  #location .info {
    top: 30px;
  }
  #location .info div {
    padding: 10px;
  }
  #location .info div img {
    max-height: 55px;
  }
  #footer .award {
    width: 30%;
  }
  #footer .divider {
    position: absolute;
    width: 1px;
    height: 60%;
    top: 30px;
  }
  #footer .divider.first {
    left: 33%;
  }
  #footer .divider.second {
    right: 33%;
  }
  #footer .d-flex .divider:first-of-type {
    left: 33%;
  }
  #footer .d-flex .divider:last-of-type {
    left: 66%;
  }
}
@media (max-width: 576px) {
  .full_width {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
    max-width: calc(100% + 4rem);
    width: calc(100% + 4rem) !important;
  }
  .my_btn {
    font-size: 12px;
  }
  .form legend {
    font-size: 16px;
  }
  .form .radio-wrapperG .checkbox {
    margin-right: 45px;
  }
  .towns_details .product_type .rendering {
    height: 50vw;
  }
  #location .point_of_interest {
    padding-top: 85px;
    width: 100%;
  }
  #siteplan .siteplan_container .garden[data-point="1"] {
    top: 9%;
    left: 16%;
  }
  #siteplan .siteplan_container .garden[data-point="2"] {
    top: 33%;
    left: 0;
  }
  #siteplan .siteplan_container .garden[data-point="3"] {
    top: 33%;
    left: 21%;
  }
  #siteplan .siteplan_container .garden[data-point="4"] {
    bottom: 38%;
    left: 0%;
  }
  #siteplan .siteplan_container .garden[data-point="5"] {
    left: 21.5%;
    bottom: 38%;
  }
  #siteplan .siteplan_container .park[data-point="1"] {
    top: 8%;
    left: 53%;
  }
  #siteplan .siteplan_container .park[data-point="2"] {
    top: 8%;
    right: 12%;
  }
  #siteplan .siteplan_container .park[data-point="3"] {
    top: 28%;
    right: 42%;
  }
  #siteplan .siteplan_container .park[data-point="4"] {
    top: 28%;
    right: 3%;
  }
  #siteplan .siteplan_container .park[data-point="5"] {
    top: 54%;
    right: 42%;
  }
  #siteplan .siteplan_container .park[data-point="6"] {
    top: 54%;
    right: 3.5%;
  }
  #siteplan .siteplan_container .terrace[data-point="1"] {
    bottom: 15%;
    left: -2%;
  }
  #siteplan .siteplan_container .terrace[data-point="2"] {
    bottom: 15%;
    left: 21%;
  }
  #siteplan .siteplan_container .terrace[data-point="3"] {
    bottom: 15%;
    right: 39%;
  }
  #siteplan .siteplan_container .terrace[data-point="4"] {
    bottom: 15%;
    right: 10%;
  }
  #under_footer p {
    text-align: center;
  }
}
/* -------------- RESPONSIVE END ------------------ */