@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Âº'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat_Medium';
  font-display: swap;
  src: url('../fonts/Montserrat-Medium.eot');
  src: local('ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Âº'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg') format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Josefin Sans';
  font-display: swap;
  src: url('../fonts/JosefinSans-Regular.eot');
  src: local('ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Âº'), url('../fonts/JosefinSans-Regular.woff') format('woff'), url('../fonts/JosefinSans-Regular.ttf') format('truetype'), url('../fonts/JosefinSans-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal
}

* {
  margin: 0;
  padding: 0
}

:root {
  --yellow: #ffdc73;
  --bg-gray: #EEEEEE;
  --text-gray: #555;
  --sec_head: #D7D7D7;
  --grey: #E1E2E7;
  --dark_blue: #1E1F33;
  --light_gray: #e1e2e7;
  --blue_gray: #95a8a4;
  --pink: #0D57A4
}

body {
  font-family: Montserrat, sans-serif;
  border-collapse: collapse
}

html {
  scroll-behavior: smooth
}

label {
  margin: 0
}

figure {
  margin: 0
}

h1, h2, h3, h4, h5, h6 {
  margin: 0
}

p {
  color: #333;
  margin: 0
}

.form-control {
  border-radius: 0;
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important
}

.form-group {
  position: relative
}

a {
  text-decoration: none !important
}

ul {
  padding: 0;
  margin: 0
}

li {
  list-style-type: none
}

.btn, button {
  border-radius: 0;
  position: relative;
  border: none !important;
  box-shadow: none !important;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important
}

.btn_yellow {
  background-color: #0B5350;
  padding: 10px 25px;
  font-weight: 500;
  height: 50px;
  color: #fff !important
}

.btn_yellow .arrow {
  filter: invert(1)
}

.btn:before, button:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 10%);
  transform: scale(.2);
  -webkit-transform: scale(.2);
  -ms-transform: scale(.2);
  opacity: 0;
  transition: .2s all;
  -webkit-transition: .2s all;
  -ms-transition: .2s all
}

.btn:hover:before, button:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transition: .2s all;
  -webkit-transition: .2s all;
  -ms-transition: .2s all;
  opacity: 1
}

.section_heading {
  display: inline-block;
  margin-bottom: 30px
}

.section_heading h3 {
  font-family: 'Josefin Sans', sans-serif;
  background-color: #0B5350;
  padding: 5px 40px 5px 20px;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
  font-size: 40px
}

button .arrow {
  margin-left: 5px;
  max-width: 20px;
  transition: .2s all;
  -webkit-transition: .2s all;
  -ms-transition: .2s all
}

button:hover .arrow {
  margin-left: 10px;
  transition: .2s all;
  -webkit-transition: .2s all;
  -ms-transition: .2s all
}

button.arrow_btn {
  padding-right: 50px
}

button.arrow_btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.my_15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important
}

.px_10 {
  padding-left: 10px !important;
  padding-right: 10px !important
}

.py_10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.navbar {
  padding: 0
}

.container {
  max-width: 95% !important
}

.navbar-brand {
  padding: 0
}

.mb_30 {
  margin-bottom: 30px !important
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

.custom_line {
  position: relative
}

.custom_line:before {
  position: absolute;
  right: calc(-110% + 0px);
  height: 2px;
  width: 100%;
  background-color: rgb(51 51 51 / 20%);
  content: '';
  top: 50%;
  transform: translateY(-50%);
}

.header {
  z-index: 99;
  padding: 15px 0;
  transition: all .2s ease-in-out
}

.header .navbar-brand img {
  width: 100%;
  padding: 10px 10px;
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  z-index: 99
}

.header .container {
  position: relative;
  padding: 0 15px
}

.header .navbar-brand {
  position: absolute;
  left: 50%;
  max-width: 160px;
  transform: translateX(-50%);
  top: 0
}

.header .right_navbar {
  justify-content: flex-end;
  margin-right: 40px
}

.header .navbar-brand img {
  width: 100%;
}

.header .navbar-brand h3 {
  color: #adadad
}

.header .brochure {
  background-color: #0B5350;
  color: #fff !important;
  padding: 7px 25px;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important
}

.header .nav-link {
  color: #333;
  font-family: Montserrat_Medium;
  font-size: 16px
}

.header .navbar-nav .nav-item:not(:last-child) {
  margin-right: 10px
}

.header.active .brochure {
  color: #333
}

.header .navbar-toggler {
  margin-left: auto
}

.banner_section {
  position: relative;
  height: calc(100vh - 70px)
}

.banner_section:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #0B5350;
  max-width: 50%;
  width: 100%;
  content: ''
}

.banner_section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #0B5350;
  max-width: 50%;
  width: 100%;
  content: '';
  z-index: 1
}

.banner_section .bg_boxes {
  position: absolute;
  left: 0;
  height: 125%;
  z-index: 1;
  width: 50%;
  opacity: .02;
  top: 0
}

.banner_section .bg_boxes img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.banner_section .banner_bg_title {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  font-size: 24vh;
  color: rgb(124 124 124 / 8%);
  bottom: 0;
  line-height: initial;
  width: 100%
}

.banner_section .container {
  height: 100%;
  position: relative
}

.banner_section .mySwiper {
  max-width: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  height: calc(100% - 20%);
  width: 100%
}

.banner_section .mySwiper div {
  height: 100%
}

.banner_section .mySwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.banner_section .mySwiper .arrow_btns, .banner_section .mySwiper .swiper_btns {
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  display: inline-block
}

.banner_section .arrow_btns .carousel-control-next, .banner_section .arrow_btns .carousel-control-prev, .banner_section .swiper_btns .swiper-button-next, .banner_section .swiper_btns .swiper-button-prev {
  width: 100%;
  display: block;
  position: relative;
  right: unset;
  left: unset;
  margin-top: unset;
  top: unset;
  width: 40px;
  height: 55px;
  border: 1px solid #afafaf;
  background-size: 10px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center
}

.banner_section .arrow_btns .carousel-control-next, .banner_section .swiper_btns .swiper-button-prev {
  margin-top: 10px
}

.banner_section .arrow_btns .carousel-control-next-icon, .banner_section .arrow_btns .carousel-control-prev-icon {
  width: 15px;
  height: 15px;
  filter: invert(1)
}

.banner_section .swiper_btns i {
  font-weight: 400;
  font-size: 14px;
  color: #646681
}

.banner_section .row {
  position: relative;
  z-index: 1;
  height: 100%
}

.banner_section .left_col {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%
}

.banner_slider, .banner_slider div {
  height: 100%
}

.banner_slider .item img {
  height: 100%;
  object-fit: cover;
  min-height: calc(95vh - 90px)
}

.banner_section .banner_slider .item .count {
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 200px;
  line-height: 150px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: rgba(0 0 0 / 30%)
}

.banner_section .banner_slider .owl-nav {
  position: absolute;
  margin: 0;
  bottom: 20px;
  right: 50px;
  height: unset
}

.banner_slider .owl-nav button.owl-prev {
  margin-right: 5px
}

.banner_slider .owl-nav button div {
  display: flex;
  align-items: center;
  justify-content: center
}

.banner_slider .owl-nav button i {
  font-size: 18px;
  font-weight: 100;
  text-shadow: none;
  outline: 0;
  border: none;
  color: #eee
}

.banner_section .location {
  font-size: 21px;
  font-weight: 500;
  text-align: right;
  color: #333;
  margin-bottom: 16px;
  display: inline-block
}

.banner_section .heading_bg img {
  max-width: 250px;
  width: 100%
}

.banner_section .project_logo {
  font-size: 80px;
  line-height: 70px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  background-color: var(--grey);
  padding: 15px 40px;
  clip-path: polygon(0 40px, 40px 0, 100% 0, 100% 100%, 0 100%);
  border-top-left-radius: 50px
}

.banner_section .right_col .heading_bg {
  filter: drop-shadow(-1px 6px 15px rgba(255 255 255 / 15%))
}

.banner_section .bottom {
  color: #333;
}

.banner_section .price {
  font-size: 24px;
  font-weight: 600;
  margin-top: 12px;
  background: #1e2032;
  color: #fff;
  padding: 8px;
}

.banner_section .price span {
  font-size: 32px;
}

.banner_section .amenity {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px
}

.banner_section .call {
  margin-top: 30px
}

.banner_section .call a {
  color: #fff;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  background-color: #0B5350;
  width: 100%;
  justify-content: center
}

.banner_section .call .fa {
  background-color: transparent;
  color: #fff;
  padding: 2px 4px;
  font-size: 34px;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px
}

.banner_section .call img {
  filter: invert(1);
  max-width: 22px;
  margin-right: 10px;
}

.banner_section .right_col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 29%;
  z-index: 9;
  top: 50%;
  transform: translate(-100%, -44%);
}

.banner_section .right_col .content {
  background-color: rgb(235 229 219 / 90%);
  padding: 50px;
  clip-path: polygon(0 40px, 40px 0, 100% 0, 100% 100%, 0 100%);
}

.patchImg{position: absolute;z-index: 9;top: 45%;right: 40%;width: 300px;}

.animated_form .form-head {
  max-width: 100%;
  flex: 0 0 100%
}

.animated_form .form-group {
  max-width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px
}

.animated_form .form-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out
}

.animated_form .focused .form-label {
  transform: translateY(-34px);
  font-size: .75em;
  background-color: var(--dark_blue);
  left: 5px;
  color: #fff;
  padding: 1px 5px
}

.animated_form .form-input {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 50px;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out
}

.animated_form input.btn {
  background-color: var(--pink);
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff
}

.about_section {
  padding: 60px 0;
  position: relative;
  background-color: var(--grey)
}

.about_section .custom_line:before {
  left: calc(100% + 10px);
  right: unset;
  width: 100vh;
  background-color: var(--pink);
  z-index: 9
}

.about_section img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.about_section .left_col {
  position: relative;
  z-index: 1
}

.about_section .content {
  background-color: #fff;
  padding: 40px;
  box-shadow: -5px 5px 30px rgb(0 0 0 / 6%)
}

.about_section .heading {
  font-size: 30px;
  color: var(--dark_blue);
  font-weight: 600;
  text-shadow: 4px 4px 8px rgb(0 0 0 / 15%)
}

.about_section .location {
  font-size: 18px;
  color: var(--text-gray);
  margin-top: 10px;
  margin-bottom: 25px
}

.about_section .content button {
  margin-top: 30px
}

.about_section .content button img {
  object-fit: contain
}

.about_section .right_col figure {
  max-width: 500px;
  margin-left: auto;
  height: calc(100% + 100px);
  position: relative;
  z-index: 0
}

.about_section .right_col figure:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 20px;
  bottom: 20px;
  background-color: #0B5350
}

.about_section .right_col figure img {
  position: relative;
  z-index: 1
}

.highlights_section {
  padding: 60px 0;
  position: relative;
  overflow: hidden
}

.highlights_section .container {
  max-width: 80% !important;
  position: relative;
  z-index: 1
}

.highlights_section .section_heading h3 {
  background-color: #fff;
  color: #0B5350;
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0)
}

.highlights_section .custom_line:before {
  background-color: var(--grey)
}

.highlights_section .left_col {
  padding: 0
}

.highlights_section .left_col div, .highlights_section .left_col figure, .highlights_section .left_col figure img {
  height: 100%
}

.highlights_section .left_col figure img {
  width: 100%;
  object-fit: cover
}

.highlights_section .right_col {
  padding: 40px;
  background-color: #0B5350;
  height: 700px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative
}

.highlights_section .right_col:before {
  background-image: url('../images/bg-box.svg');
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: '';
  opacity: .12;
  transform: rotate(-125deg);
  -webkit-transform: rotate(-125deg);
  -ms-transform: rotate(-125deg)
}

.highlights_section .right_col li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff
}

.highlights_section .right_col li:before {
  background: url('../images/icons/light_return_arrow.png');
  position: absolute;
  content: '';
  height: 14px;
  width: 14px;
  background-size: cover;
  left: 0;
  top: 5px
}

.highlights_section .right_col img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.banner-highlights :before {
  background-image: url('../images/bg-box.svg');
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: '';
  /* opacity: .12; */
  transform: rotate(-125deg);
  -webkit-transform: rotate(357deg);
  -ms-transform: rotate(-125deg)
}

.banner-highlights li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #000;
  text-align: left;
}

.banner-highlights li:before {
  background: url('../images/icons/return_arrow.png');
  position: absolute;
  content: '';
  height: 14px;
  width: 14px;
  background-size: cover;
  left: 0;
  top: 5px
}

.banner-highlights img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.banner-highlights {
  margin-top: 25px;
}

.price_section {
  padding: 60px 0;
  position: relative;
  background-color: var(--grey)
}

.price_section .container {
  position: relative;
  z-index: 9
}

.price_section .section_heading {
  display: table;
  justify-content: center;
  margin: auto;
  margin-bottom: 80px
}

.price_section .box {
  box-shadow: 5px 5px 30px rgb(0 0 0 / 6%);
  transition: all .3s ease;
  position: relative
}

.price_section .active .box {
  margin-top: -30px
}

.price_section .box .top {
  background-color: #333;
  color: #fff;
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  top: -25px;
  text-align: center
}

.price_section .box .title {
  padding: 10px 5px;
  font-size: 24px;
  font-weight: 600
}

.price_section .box .bottom {
  padding: 50px 20px 20px;
  background-color: #fff
}

.price_section .box span {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
  background-color: #0B5350;
  font-weight: 500;
  display: table-caption;
  padding: 4px 10px
}

.price_section .box .size {
  margin-bottom: 20px
}

.price_section .box .price, .price_section .box .size {
  font-size: 22px
}

.price_section .box button {
  width: 100%;
  text-transform: uppercase;
  margin-top: 5px
}

.floor_plan_section {
  position: relative;
  padding: 40px 0 60px;
  background-color: var(--grey)
}

.floor_plan_section:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 300px;
  width: 100%;
  content: '';
  background-color: #1e2032
}

.floor_plan_section .section_heading {
  display: table;
  justify-content: center;
  margin: auto;
  margin-bottom: 40px
}

.floor_plan_section .floor_content .box {
  box-shadow: 1px 4px 7px 3px rgb(98 98 98 / 20%);
  padding: 5px
}

.floor_plan_section .floor_content .box img {
  width: 100%;
}

.amenities_section {
  position: relative;
  padding: 40px 0 60px
}

.amenities_section .section_heading {
  display: table;
  justify-content: center;
  margin: auto;
  margin-bottom: 40px
}

.amenities_section .amenities_content .content {
  position: relative;
  height: 100%;
  background-color: var(--pink)
}

.amenities_section .bottom {
  padding: 10px
}

.amenities_section .amenities_content .title {
  font-size: 16px;
  color: #fff;
  line-height: 24px
}

.gallery_section {
  background-color: #fff;
  padding: 50px 0 350px;
}

.gallery_section .floor_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: auto;
  margin-left: 0
}

.gallery_section .floor_content .item {
  position: relative;
  transition: all .3s ease-in-out;
  max-width: 33%;
  flex: 0 0 33%;
  border: 2px solid #fff;
}

.gallery_section .floor_content .item a {
  height: 100%;
}

.gallery_section .floor_content .item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.gallery_section .section_heading {
  right: 20px;
  left: unset;
  text-shadow: 3px 0 10px rgb(0 0 0 / 15%);
  white-space: nowrap
}

.query_section .container {
  max-width: 60% !important;
  padding: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -70%);
  z-index: 9
}

.query_section .animated_form {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between
}

.query_section .row {
  box-shadow: 0 5px 30px rgb(0 0 0 / 15%);
  background: #fff
}

.query_section .left_col {
  padding: 40px
}

.query_section .left_col .form_heading {
  margin-bottom: 20px;
  font-size: 20px
}

.query_section .right_col {
  background-color: #ebe5db;
  padding: 40px;
  display: flex;
  align-items: center
}

.query_section .bottom_logo {
  /* max-width: 200px; */
}

.query_section .right_col .mobile {
  font-size: 24px;
  color: #333 !important;
  font-weight: 600;
  margin-top: 30px;
  display: flow-root
}

footer {
  background-color: #0f121c;
  padding: 150px 0 20px;
}

footer p {
  text-align: center;
  font-size: 13px;
  color: #fff
}

footer p:not(:last-child) {
  margin-bottom: 5px
}

footer p a {
  color: #fff !important
}

.modal .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.modal .left_col {
  background-color: var(--pink);
  display: flex;
  align-items: center
}

.modal .left_col, .modal .right_col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 30px
}

.modal .left_col .content {
  width: 100%;
  text-align: center
}

.modal .left_col img {
  margin-bottom: 15px;
  max-width: 250px;
  filter: brightness(9.5);
}

.modal .left_col .typo {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.modal .left_col .price {
  font-size: 20px;
  background-color: var(--dark_blue);
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #fff
}

.modal .right_col .form_heading {
  font-size: 20px;
  margin-bottom: 15px
}

.modal .right_col .form-group {
  max-width: 100%;
  flex: 0 0 100%
}

.modal .right_col .form-input {
  height: 46px
}

.mobile-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  display: none;
  box-shadow: 0 -3px 15px rgb(0 0 0 / 10%)
}

.mobile-section .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.mobile-section .btn:not(:last-child):before {
  position: absolute;
  content: '';
  width: 1px;
  height: 25px;
  background-color: #333;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  left: unset
}

.fixed_form {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  max-width: 30%;
  right: -30%;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0 0 0 / 10%);
  transition: all .3s ease-in-out
}

.fixed_form.show {
  right: 0
}

.fixed_form .animated_form {
  padding: 20px;
  background-color: #0B5350;
}

.fixed_form .animated_form .form_title {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ebe5db;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600
}

.fixed_form .form-group {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 10px
}

.fixed_form .form-input {
  border: none;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  background: 0 0;
  border-bottom: 1px solid #cc9a5a;
  height: 45px
}

.fixed_form .form-input::placeholder {
  color: #ddd
}

.fixed_form .form-label {
  background: 0 0;
  color: #fff
}

.checkbox-section {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.checkbox-section input[type=checkbox] {
  position: relative;
  top: 5px;
}

.checkbox-section.black-text p {
  font-size: 12px;
  color: #000;
  padding: 10px;
  margin: 0;
}

.checkbox-section p {
  font-size: 12px;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.amenities-img img {
  width: 100%;
}

.fixed_form .form_heading {
  position: absolute;
  content: '';
  left: -5%;
  bottom: 0;
  white-space: nowrap;
  writing-mode: tb-rl;
  background-color: var(--dark_blue);
  padding: 15px 4px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer
}

.fixed_form input.btn {
  background-color: var(--dark_blue);
  color: #fff
}

.modal .close {
  position: absolute;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  top: 48px;
  right: 11px;
  z-index: 9;
}

.btn_yellow.floor-plan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}