@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arimo";
  src: url("../fonts/Arimo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.prompt-bold {
  font-family: "Prompt";
  font-weight: 800;
}
.the-nav ul {
  margin: 0;
  padding: 0;
  /* width: 86%; */
  display: flex;
  justify-content: space-evenly;
}

.the-header {
  background: rgb(255, 255, 255);
  display: flex;
  font-family: "Prompt";
  font-weight: 400;
  /* max-width: 90%; */
  margin: auto;
  padding-top: 40px;
  position: fixed;
  width: 100%;
  z-index: 999;
  /* background: #fff;
  display: flex;
  font-family: 'Prompt';
  font-weight: 400;
  max-width: 90%;
  margin: auto;
  padding-top: 40px; */
}

.the-header .logo {
  display: grid;
  color: white;
  /* float: left; */
  padding: 0 10px;
  align-items: center;
  justify-items: center;
}

.the-header a {
  color: #333;
  text-decoration: none;
}

a.resToggle {
  display: none;
}

.the-nav {
  display: inline-block;
  /* float: right; */
  width: 100%;
}

.the-nav li {
  display: inline-flex;
  /* width: 100%; */
  align-items: center;
}

.the-nav li a {
  display: block;
  padding: 34px 0;
}

.the-nav li:hover a {
  color: #1b75bb;
}

.logo img {
  width: 60%;
}
#concept {
  max-width: 1200px;
  margin: auto;
}
.container {
  display: block;
  padding: 10px 20px;
  max-width: 1200px;
  margin: auto;
}

main {
  background-image: url(../images/main-bg.png);
  background-position: left center;
  background-size: cover;
  background-color: #151261;
  background-repeat: no-repeat;
  min-height: 125vh;
  /* padding: 68px 0px; */
  display: grid;
  align-items: center;
  justify-items: center;
  justify-content: start;
  max-width: 1200px;
  margin: auto;
}
.web-img {
  display: block;
}
.mob-img {
  display: none;
}
.hideweb {
  display: none;
}
.hidemob {
  display: block;
}
.box-sub {
  position: relative;
  float: left;
  background-image: url(../images/box-bg.jpg);
  background-position: center;
  background-size: cover;
  /* background-color: #0b3c7e; */
  padding: 8px 36px;
  margin-left: 60px;
  margin-top: 8rem;
}

.box-p {
  max-width: 407px;
}

.box-sub h1 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
  padding: 20px 0;
}

p {
  margin-bottom: 0.5rem;
}

.box-sub p {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
  text-align: justify;
}

.separator {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #64c7cf;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: repeat(2, auto);
}
.item2 {
  grid-column: span 4;
  padding: 5px 0;
  width: 100%;
  background: url(../images/bg-3.jpg);
  background-size: cover;
  text-align: center;
  background-position: center;
  z-index: 100;
  
}
.item2 h2 {
  color: #fff;
  text-align: center;

}
.item {
  /* background-color: #0b3c7e; */
  color: #fff;
  display: block;
  height: auto;
  position: relative;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  margin-bottom: -6px;
}
/* 
.item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
} */

.img-fluid2 {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* .img-sub img {
  width: 100%;
  object-fit: cover;
} */
.ic-img {
  width: 84%;
  height: auto;
}
.img-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000a1;
}

.img-sub:hover {
  background: transparent;
  transition: 0.5s;
}

.align-center {
  text-align: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.master_plan {
  background-color: #e6e7e8;
  padding: 3rem 4rem;
  max-width: 1200px;
  margin: auto;
}

.cp_parent {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

.over-img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

h2 {
  width: 100%;
  text-align: left;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 37px;
  color: #404042;
}

.divider {
  border-bottom: 10px solid #404042;
  width: 200px;
  display: block;
  line-height: 2.6em;
}
.divider-x {
  border-right: 1px solid #404042;
  padding-left: 17px;
  height: 53px;

}
.divider-2 {
  border-right: 1px solid transparent;
  padding-left: 17px;
  height: 53px;

}

.plc-btn {
  position: relative;
  z-index: 3;
  left: 10%;
  max-width: 80%;
  top: 9%;

}

.cta_btn {
  padding: 18px 64px;
  border: 2px solid #231f20;
  text-decoration: none;
  font-family: "Prompt";
  font-weight: 400;
  color: #231f20;
  font-size: 18px;
  background-color: transparent;
  transition: background-color .6s ease-in-out;
}
.cta_btn:hover {
  background-color: #231f20;
  border: 2px solid #00a9a6;
  color: #00a9a6;
}
.w-50 {
  flex: 0 0 auto;
  width: 50%;
}

.bx-2 {
  display: flex;
}

.plc-hd {
  margin-bottom: 1.6rem;
}

.amenities .divider {
  border-bottom: 10px solid #404042;
  width: 100%;
  display: block;
  line-height: 2.6em;
}

.amenities {
  padding: 3rem 2rem;
}

.amenities ul {
  display: block;
}

.amenities p {
  text-align: initial;
  font-family: "Prompt";
  font-weight: 800;
  font-size: 18px;
  color: #404041;
  display: flex;
  align-items: flex-end;
  position: relative;
  gap: 27px;
  margin: 0;
}

.resi {
  width: 76px;
  object-fit: contain;
  padding: 0;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.acc {
  /* margin: 90px 0; */
  overflow: hidden;
  padding: 0;
}

.acc li {
  list-style-type: none;
  padding-bottom: 3px;
}

.acc_ctrl {
  background: #ffffff;
  border: none;
  border-bottom: solid 4px #545454;
  cursor: pointer;
  display: block;
  outline: none;
  /* padding: 15px 2em; */
  position: relative;
  text-align: center;
  width: 100%;
}

.acc_ctrl:before {
  content: "";
  background: url(../images/arrow.svg) top right no-repeat;
  position: absolute;
  height: 15px;
  top: 12px;
  position: absolute;
  right: 2rem;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 18px;
}

.acc_ctrl:after {
  background: #44596b;
  background: url("http://placehold.it/150x20") top right no-repeat;
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}

.acc_ctrl.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_ctrl.active h2,
.acc_ctrl:focus h2 {
  position: relative;
}

.acc_panel {
  display: none;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 4px solid #64c7cf;
}

.cc {
  float: left;
  padding: 1px 3px;
  font-family: "Prompt";
  font-weight: 400;
  line-height: 1.1;
  color: #58595b;
  font-size: 14px;
}

.div1 {
  /* background: red; */
  width: 39%;
}

.div2 {
  /* background: yellow; */
}
.siteplan {
  background-image: url(../images/site-plan-bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 3rem 0;
  position: relative;
}
.videobg {
      background-image: url(../images/video-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 3rem 0 8rem 0;
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.siteplan h2 {
  width: 100%;
  text-align: left;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  /* color: #fff;   */
  /* position: relative; */
  display: flex;
  justify-content: flex-end;
}
.videobg h2 {
  width: 100%;
  text-align: left;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  /* position: relative; */
  display: flex;
  justify-content: flex-end;
}
.reg h2 {
  color: #fff;
  margin-bottom: 0.4rem;
}
.yy-cus {
  width: 100%;
  margin-top: 2rem;
}
.sp_bpx {
  border: 5px solid #fff;
  max-width: 621px;
  margin: auto;
  margin-top: 4rem;
}
.splide__slide img {
  width: 100%;
  height: 442px;
  object-fit: cover;
}
.youtube-video {
  aspect-ratio: 16/9;
  width: 78%;
  margin: auto;
  display: block;
  vertical-align: middle;
  z-index: 6;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
ul li a {
  text-decoration: none;
  color: inherit;
}
.w-70 {
  flex: 0 0 auto;
  width: 75%;
}
.w-30 {
  flex: 0 0 auto;
  width: 25%;
}
.reg {
  /* background-color: #64c7cf; */
  background-image: url(../images/reg-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 2rem 5rem;
  margin-top: -5px;
  max-width: 1200px;
  margin: auto;
}

/* the checkbox */
.cb-container {
  position: relative;
  width: 15px;
  height: 15px;
  flex-grow: 0;flex-shrink: 0;flex-basis: 16px;
}

.cb-checkbox {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.cb {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0f4fa6;
  border: 1px solid #fff;

}

.cb,
.cb * {
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}

/* tick style */
.tick-wrapper {
  position: relative;
  bottom: 0;
  width: 30%;
  height: 75%;
  transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
}
.tick-wrapper span {
  display: block;
  background: transparent;
  opacity: 0;
}
.tick-r {
  position: absolute;
  right: 0;
  width: 20%;
  height: 100%;
}
.tick-b {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10%;
}
.cb-checkbox:checked + .cb-tick {
  background: #4caf50;
}
.cb-checkbox:checked + .cb-tick .tick-wrapper {
  bottom: 10%;
  width: 36%;
  height: 60%;
  transform: rotate(36deg);
  transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
}
.cb-checkbox:checked + .cb-tick .tick-wrapper span {
  background: #fafafa;
  opacity: 1;
}

/* line style */
.line-wrapper {
  position: relative;
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-m {
  position: relative;
  width: 0;
  height: 10%;
  display: block;
  background: transparent;
  opacity: 0;
}
.cb-checkbox:checked + .cb-line {
  background: #4caf50;
}
.cb-checkbox:checked + .cb-line .line-m {
  position: relative;
  width: 90%;
  background: #fafafa;
  opacity: 1;
}

#contact-form input {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  max-width: 32rem;
  /* border-color: #000; */
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.1rem;
  text-align: left;
  font-family: "Prompt";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: #000;
}

#contact-form input::-moz-placeholder {
  opacity: 0.6 !important;
  color: #000 !important;
}

#contact-form input:-ms-input-placeholder {
  opacity: 0.6 !important;
  color: #000 !important;
}

#contact-form input::placeholder {
  opacity: 0.6 !important;
  color: #000 !important;
}

/* #contact-form input:not(:placeholder-shown) {
background-color: transparent !important;
} */

#contact-form input[type="submit"] {
  background-color: #ffffff;
  border: 2px solid #333;
  color: #333333;
  padding: 11px 34px;
  text-decoration: none;
  margin: 4px 2px;
  font-family: "Prompt";
  font-weight: 400;
  cursor: pointer;
  width: auto;
  transition: background-color .2s ease-in-out;
}
#contact-form input[type="submit"]:hover {
  background-color: #231f20;
  border: 2px solid #00a9a6;
  color: #00a9a6;
}
.reg p {
  font-family: "Prompt";
  font-weight: 400;
  color: #fff;
}
.whs-button {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 400;
}

/* COLUMN SETUP */
.col {
  display: block;
  float: left;
  /* margin: 1% 0 1% 1.6%; */
}
.col:first-child {
  margin-left: 0;
  width: 10%;
  padding-left: 0;
}
.col:nth-child(2) {
  width: auto;
  margin: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
}
.col:nth-child(3) {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.col:nth-child(4) {
  margin: auto;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}
/* GROUPING */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  padding: 2rem 0;
  max-width: 1200px;
  margin: auto;
}
/* For IE 6/7 */
/* GRID OF THREE */
*/

.span_1_of_3 .social {
  padding: 20px;
  text-align: center;
}
.span_1_of_3 .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.span_1_of_3 .list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.span_1_of_3 .social-icons .fa-facebook {
  background-color: #e8842c;
}
.span_1_of_3 .social-icons .fa-instagram {
  background-color: #dbb44b;
}
.span_1_of_3 .social-icons .fa-linkedin {
  background-color: #b9d36b;
}
.span_1_of_3 .social-icons .fa-twitter {
  background-color: #00a9a6;
}
.span_1_of_3 .social-icons .fa {
  font-size: 1.8em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.span_1_of_3 .social-icons.icon-circle .fa {
  border-radius: 50%;
}
.span_1_of_3 .social-icons.icon-rounded .fa {
  border-radius: 5px;
}
.span_1_of_3 .social-icons.icon-flat .fa {
  border-radius: 0;
}
.span_1_of_3 .social-icons .fa:hover,
.span_1_of_3 .social-icons .fa:active {
  color: #333f3f;
  box-shadow: 1px 1px 3px #333;
}
.span_1_of_3 .social-icons.icon-zoom .fa:hover,
.span_1_of_3 .social-icons.icon-zoom .fa:active {
  transform: scale(1.1);
}
.span_1_of_3 .social-icons.icon-rotate .fa:hover,
.span_1_of_3 .social-icons.icon-rotate .fa:active {
  transform: scale(1.1) rotate(360deg);
}
.span_2_of_3 {
  width: 66.13%;
}
.span_3_of_3 {
  width: 100%;
}
.mb-show {
  display: none;
}
.acc-grid {
  display: grid;
  grid-template-columns: 103px auto auto auto;
  margin: 5px 0;
}
.mjla {
  font-family: "Prompt";
  font-weight: 800;
  font-size: 23px;
}
.mj-2 {
  float: right;
  width: 100%;
  font-family: 'Prompt';
  font-size: 11px;
}
.acc-grid-item {
  grid-column: 2 / span 3;
  font-family: "Prompt";
  font-weight: 400;
  line-height: 1.3;
  color: #58595b;
  font-size: 14px;
}
.acc-hd {
  font-family: "Prompt";
  font-weight: 800;
  line-height: 1.1;
  font-size: 14px;
}
.c1 {
  color: #0b3c7e;
}
.c2 {
  color: #26a9e0;
}
.c3 {
  color: #f6921e;
}
.mb-0 {
  margin-bottom: 0;
}
.this-tel {
  text-decoration: none;
  color: inherit;
  font-size: 20px;
  font-weight: 700;
}
.footer p {
  font-family: "Prompt";
  font-weight: 600;
  line-height: 1.1;
  font-size: 14px;
  color: #000000;
  padding-right: 17px;
}
.footer ul {
  text-decoration: none;
  list-style: none;
  font-family: "Prompt";
  font-weight: 400;
  line-height: 1.1;
  font-size: 14px;
  color: #404041;
}
.footer ul li a {
  text-decoration: none;
}
#contact-form input[type=search] {
  -webkit-appearance: none;
  width: fit-content;
  padding: 11px 34px !important;
  
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#contact-form input[type=reset] {
margin-bottom: 0 !important;
background-color: #ffffff;
border: 2px solid #333;
color: #333333;
padding: 11px 34px;
text-decoration: none;
/* margin: 4px 2px; */
font-family: "Prompt";
font-weight: 400;
cursor: pointer;
width: auto;
transition: background-color .2s ease-in-out;
}
#contact-form input[type="reset"]:hover {
background-color: #231f20;
border: 2px solid #00a9a6;
color: #00a9a6;
}
.ps-btn {
  display: flex;
  align-items:center ;
  justify-content: start;
  max-width: 25rem;
  gap:5px;
  margin-top: 1rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.copyright_c {
  width: 100%;
  text-align: left;
  font-size: 7px;
  padding: 20px 0;
  font-style: italic;
  font-family: Prompt;
  font-weight: 400;
  max-width: 1163px;
  color: #404041;
  margin: auto;
  /* padding: 0 0 1.5rem 0 !important; */
  margin: auto;
}
.toh_1 {
  display: block;
}
.cr_box {
  display: flex;justify-content: flex-start; gap: 20px;
}
.pz_color {
  width: 31px;
  height: 31px;
  background: #0b3c7e;
  display: grid;
  align-items: center;
  justify-items: center;
  color: #fff;
  font-family: 'Oswald';
  font-size: 17px;
}

.zoom_cont {
  position: absolute;display: flex;flex-direction: column;top: 0;    right: 23px;gap: 4px;
}
#myVideo {
  max-width: 81%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  /* z-index: -1; */
  aspect-ratio: 5/3;
  display: block;
  /* position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
  /* z-index: -1; */
}
.cs_hd {
  font-size: 12px;

}
.cr_txt {
  font-size: 10px;
}
.d-icon {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  justify-content: center;
   
}
.d-top {
  position: absolute;
  top: -16px;
  font-size: 9px;
  font-family: Prompt;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  width: 100%;
  
}
.d-icon p {
  font-family: Prompt;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #000;
}
.d-icon span {
  font-family: Prompt;
  font-weight: 800;
  line-height: 1;
  font-size: 16px;
}
.mp-box {
  width: 46%;float: right;
}
.d-icon img {
  width: 71%;
  position: relative;
  /* top: -19px; */
}
.ft_brk2 {
  display: none;
}
.ftr-container {
  display: grid;
  grid-template-columns:repeat(4, auto);
  grid-template-rows: repeat(2, auto);
}
.csd {
  display: flex;
  justify-content: start;
  /* width: 100%; */
  align-items: center;
  
}
.mp-mc {
  max-width: 80%;margin: auto;display: block;
}
.lay-cont {
  max-width: 1200px;
  ;margin: auto;display: block;
  margin-bottom: -6px;

}
@media screen and (min-width: 1440px) {
  /* .container {
    display: block;
    padding: 10px 20px;
    max-width: 1440px;
    margin: auto;
  } */


.d-icon img {
  width: 62%;
  margin: auto;
  position: relative;
  /* top: -19px; */
}
}

@media screen and (min-width: 1800px) {
  .container {
    display: block;
    padding: 10px 20px;
    max-width: 1200px;
    margin: auto;
  }
  .copyright_c {
    max-width: 1200px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .mp-mc {
    max-width: 100%;
    margin: auto;
    display: block;
    margin: 1.4rem 0;
  }
  .mp-box {
    width: 100%;
    float: unset;
    /* height: 78px; */
    display: block;
    height: 73px;
  }
  .the-header {
    display: block;
    max-width: 100%;
    padding-top: 0;
  }

  .the-nav ul {
    margin: 0;
    padding: 20px;
    width: 100%;
    display: block;
    justify-content: space-evenly;
  }

  a.resToggle {
    display: inline-block;
    float: right;
    padding: 30px;
    color: #fff;
    background: #0b3c7e;
  }

  a.resToggle:hover {
    background: #0b3c7e;
  }

  .the-nav {
    display: none;
    width: 100%;
  }

  .the-nav.active {
    background: #0a2e5f;
    display: block;
    position: absolute;
    top: 84px;
    left: 0;
    /* position: absolute;
    top: 96px;
    z-index: -2; */
  }

  .the-nav li {
    display: block;
    border-bottom: 1px solid #fff;
  }

  .the-header a {
    color: #fff;
  }

  .the-nav li a {
    padding: 15px 10px;
  }

  .the-header .logo {
    display: initial;
  }

  .logo img {
    width: 100px;
    position: relative;
    top: 27px;
    left: 15px;
  }

  .box-sub {
    position: relative;
    float: left;
    background-color: #0b3c7e;
    padding: 27px;
    margin-left: 0;
    margin-top: 0;
    margin: 0 20px;
    margin-top: -76px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, auto);
  }

  .box-sub h1 {
    font-size: 28px;
  }
  .master_plan {
    padding: 10px 20px;
    padding-bottom: 32px;
  }
  .container {
    display: block;
    padding: 0;
    max-width: 100%;
    margin: auto;
  }
  h2 {
    font-size: 28px;
  }
  .plc-btn {
    width: 100%;
    right: 0;
    display: flex;
    max-width: 100%;
    position: unset;
    margin: auto;
    justify-content: center;
  }
  .cp_parent {
    max-width: 94%;
    margin: auto;
    padding: 0;
    margin-top: 2rem;
  }
  .amenities {
    padding: 10px 30px;
  }
  .w-50 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bx-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .w-30 {
    flex: 0 0 auto;
    width: 100%;
  }
  .w-70 {
    flex: 0 0 auto;
    width: 100%;
  }
  .siteplan h2 {
    display: block;
    font-size: 28px;
  }
  .videobg h2 {
    display: block;
    font-size: 28px;
    /* padding: 0 20px; */
    padding-bottom: 2rem;
  }
  .sp_bpx {
    max-width: 100%;
    margin: auto;
    margin-top: 2rem;
  }
  .splide__slide img {
    max-height: 239px;
    
  }
  main {
    background-image: none;
    background-color: #151261;
    background-repeat: no-repeat;
    min-height: auto;
    height: auto;
    display: grid;
    align-items: center;
    justify-items: center;
    justify-content: start;
  }
  .reg {
    background-color: #64c7cf;
    padding: 2rem 1.4rem;
  }
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_3_of_3,
  .span_2_of_3,
  .span_1_of_3 {
    width: 100%;
  }
  .mb-show {
    display: block;
  }
  .img-sub img {
    width: 80%;
  }
  .amenities ul {
    padding-bottom: 36px;
  }
  .acc_ctrl {
    height: 75px;
    display: grid;
    align-items: center;
    justify-items: center;
    justify-content: start;
  }
  .resi {
    width: 19%;
  }
  .divider {
    border-bottom: 5px solid #404042;
    width: 200px;
  }
  .amenities .divider {
    border-bottom: 5px solid #404042;
    width: 100%;
    display: block;
    line-height: 2.6em;
  }
  .web-img {
    display: none;
  }
  .mob-img {
    display: block;
  }
  .hideweb {
    display: block;
  }
  .hidemob {
    display: none;
  }
  .amenities p {
    gap: 5px;
  }
  .div1 {
    width: 49%;
  }
  .acc_ctrl:before {
    top: 26px;
    /* width: 100px; */
    margin-right: 0px;
    position: absolute;
    right: 1rem;
  }
  .col:first-child {
    margin-left: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  .col:nth-child(2) {
    margin-left: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  .group {
    padding: 23px 20px;
    margin-top: 1rem;
  }
  .siteplan,
  .videobg {
    padding: 44px 20px;
  }
  .yy-cus {
    width: 100%;
    margin-top: 0;
  }
  .youtube-video {
    aspect-ratio: 16/9;
    width: 100%;
  }
  .toh_1 {
    display: none;
  }
  .copyright_c {
    text-align: justify;
    padding: 0px 21px;
    padding-bottom: 30px;
    padding: 0 11px !important;
    padding-bottom: 3rem !important;
  }
  .cr_box {
    display: none;
    /* display: flex;
    justify-content: center;
    gap: 0;
    flex-direction: column;
    line-height: 1;
    margin-top: 1rem; */
  }
  .whs-button {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 400;
}
.zoom_cont {
  position: absolute;display: flex;flex-direction: column;top: 0;right: 0;gap: 4px;
}
#myVideo {
  max-width: 100%;
 
}
.item2 {
  grid-column: span 2;
  background-position: top left;
}
.d-icon {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.footer p {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
.d-icon img {
  width: 42%;
}
.d-icon span {
  text-align: center;
}
.ft_brk {
  display: none;
}
.ft_brk2 {
  display: block;
}
.tel-hd {
  font-size: 21px !important;
  font-weight: 700 !important;
  margin-top: 0.6rem;
}
.divider-x {
  border-right: 0;
  padding-left: 17px;
  height: auto;
}
.mj-2 {
  font-size: 13px;
  text-align: center;
}
.col:nth-child(3) {  
  margin-bottom: 1rem;
}
}
