/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@font-face {
  font-family: Helvetica;
  src: url("../fonts/Helvetica.ttf");
}

@font-face {
  font-family: Edensor;
  src: url("../fonts/Edensor-Free.otf") format("opentype");
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

html,
body {
  overflow-x: hidden !important;
}

/*
     * Remove text-shadow in selection highlight: h5bp.com/i
     * These selection rule sets have to be separate.
     * Customize the background color to match your design.
     */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/*
     * A better looking default horizontal rule
     */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
     * Remove the gap between images, videos, audio and canvas and the bottom of
     * their containers: h5bp.com/i/440
     */

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
  max-width: 100%;
  display: block;
  /* margin: auto; */
  width: auto;
  height: auto;
}

/*
     * Remove default fieldset styles.
     */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
     * Allow only vertical resizing of textareas.
     */

textarea {
  resize: vertical;
  width: 100%;
  height: 70px;
  padding: 12px;
  padding-left: 17px;
  outline: 0 !important;
  border: 0;
  border-radius: 3px;
  background: rgb(255, 255, 255);
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
  font-size: 14px;
}

a,
a:visited {
  text-decoration: none;
  color: #000;
}

a,
input,
button {
  outline: 0;
}

input {
  height: 17px;
  padding-left: 2px;
}

select {
  display: inline-block;
}

h1 {
  font-size: 40px;
  color: #c8ae73;
  margin: 15px 0px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 2px;
  text-align: center;
}

h2 {
  font-size: 24px;
  color: #000;
  margin: 10px 0;
}

h3 {
  font-size: 18px;
  color: #71518a;
  margin: 10px 0;
}

h4 {
  font-size: 23px;
  color: #273f7f;
  margin: 10px 0;
  font-weight: normal;
}

h5 {
  font-size: 14px;
  color: #273f7f;
  margin: 10px 0;
}

p {
  margin: 0;
  text-align: left;
  line-height: 25px;
  /* margin-bottom: 15px; */
  color: #585858;
  font-weight: 300;
}

h2,
h3,
h4,
h5 {
  font-family: "Edensor";
  color: #161616;
  font-size: 19px;
  margin-bottom: 25px;
}

/* ==========================================================================
       Browse Happy prompt
       ========================================================================== */

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
       Author's custom styles
       ========================================================================== */

/* ==========================================================================
       Helper classes
       ========================================================================== */

/*
     * Hide visually and from screen readers: h5bp.com/u
     */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
     * Hide only visually, but have it available for screen readers: h5bp.com/v
     */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
     * Extends the .visuallyhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
     * Floats free left and right with !impoprtant case
     */

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-ll {
  float: left !important;
}

.fl-rr {
  float: right !important;
}

.full-width {
  width: 100% !important;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mb-500 {
  margin-bottom: 500px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  padding-left: 30px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.w-50 {
  width: 50px;
}

.w-100 {
  width: 100px;
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.w-250 {
  width: 200px;
}

.w-290 {
  width: 290px !important;
}

/*
     * Hide visually and from screen readers, but maintain layout
     */

.invisible {
  visibility: hidden;
}

/*
     * Clearfix: contain floats
     *
     * For modern browsers
     * 1. The space content is one way to avoid an Opera bug when the
     *    `contenteditable` attribute is included anywhere else in the document.
     *    Otherwise it causes space to appear at the top and bottom of elements
     *    that receive the `clearfix` class.
     * 2. The use of `table` rather than `block` is only necessary if using
     *    `:before` to contain the top-margins of child elements.
     */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
       EXAMPLE Media Queries for Responsive Design.
       These examples override the primary ('mobile first') styles.
       Modify as content requires.
       ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
       Print styles.
       Inlined to avoid the additional HTTP request: h5bp.com/r
       ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*  
     * Name              : Custom LP Codes
     * Version           : 1.0.0
     * Style Type        : Handly Coded from Scratch
     * Semantic Followed : Intelligent Selectors & Robdodson's Blog
     */

body {
  position: relative;
  margin: 0;
  background: #fff;
  margin: 0;
}

button,
a {
  outline: 0 !important;
}

.wrapper {
  width: 100%;
}

.container-fluid {
  width: 100%;
  padding: 0;
}

.container {
  width: 95%;
  margin: 0 auto;
}

#location .container {
  width: 90%;
}

/* loading css codes */
.loading {
  display: none;
}

.loading {
  position: relative;
  left: 109%;
  top: 9px;
  z-index: 9999;
  width: 22px;
  height: 22px;
  -webkit-animation: spinner 400ms linear infinite;
  animation: spinner 600ms linear infinite;
}

.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* extra submit button loadin positioning*/
.btn-wrap {
  position: relative;
  display: inline-block;
}

.btn-wrap .loading {
  position: absolute;
  left: 114%;
  top: 7px;
}

/* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error {
  width: 100% !important;
  padding: 10px 0;
  color: red;
  clear: both;
  margin: 0;
  display: none;
  font-weight: normal;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  letter-spacing: 0px;
  color: #9c9c9c;
}

::-moz-placeholder {
  /* Firefox 19+ */
  letter-spacing: 0px;
  color: #9c9c9c;
}

:-ms-input-placeholder {
  /* IE 10+ */
  letter-spacing: 0px;
  color: #9c9c9c;
}

:-moz-placeholder {
  /* Firefox 18- */
  letter-spacing: 0px;
  color: #9c9c9c;
}

section {
  padding: 10px 0;
  float: left;
  width: 100%;
}

section h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}

/* LP Codes */
section.grey {
  background: #f9f9f9;
}

h3 {
  font-weight: 300;
  font-size: 21px;
  margin: 15px;
}

h3 span {
  width: 100%;
  display: block;
  font-size: 16px;
  margin: 10px 0;
  color: #383838 !important;
}

.row.no-gutter {
  margin-left: 0px;
  margin-right: 0;
}

.row.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* sticky form code */
.stickyForm {
  position: fixed;
  top: 18%;
  width: 310px;
  right: -310px;
  text-align: center;
  padding: 17px;
  background: rgba(84, 84, 84, 0.81);
  border-radius: 11px 0px 0 11px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 9999;
}

.stickyForm.active {
  right: 0px;
}

.stickyForm .btn {
  background: #8ab300;
  padding: 10px 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: -95px;
  color: #fff;
  height: 40px;
  border-radius: 7px 7px 0 0;
  font-size: 16px;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  border: 0;
  perspective: 100px;
  outline: 0 !important;
  /* font-family: "Edensor"; */
}

body .stickyForm * {
  color: #fff;
}

body .stickyForm label {
  width: 100% !important;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm textarea,
body .stickyForm .intl-tel-input {
  width: 100% !important;
  border: 0;
  height: 35px;
  background: transparent;
  border-bottom: 1px solid #fff;
  margin-bottom: 13px;
}

.stickyForm [type="submit"] {
  background: #4b6759;
  color: white;
  border: 0;
  padding: 10px 25px;
  border-radius: 2px;
  border: 1px solid #4b6759;
}

body .stickyForm ._checkbox {
  margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
  text-align: left;
  margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
  width: 50% !important;
  float: left;
  padding-right: 5px;
}

body .stickyForm ._checkbox span {
  padding-left: 4px;
  font-size: 13px;
  float: left;
}

.stickyForm,
.stickyForm.active .btn {
  background: rgba(35, 35, 35, 0.77);
}

.stickyForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm ::-moz-placeholder {
  /* Firefox 19+ */
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
  /* IE 10+ */
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm :-moz-placeholder {
  /* Firefox 18- */
  letter-spacing: 0px;
  color: #ccc;
}

body .stickyForm select {
  width: 100%;
  color: #fff;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  height: 40px;
}

body .stickyForm .btn-group {
  margin-top: 20px;
}

body .stickyForm .error {
  margin-bottom: 0 !important;
}

body .stickyForm label.error {
  padding: 7px 0;
}

body .stickyForm [type="submit"] {
  background: #203a72 !important;
  color: #fff;
  height: 40px !important;
  padding: 0px 30px !important;
  /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}

/* end of sticky form code */

.form-section form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.stickyForm .loading {
  top: -29px;
}

/*  blink animation codes */
.animated {
  animation-duration: 0.85s;
  animation-fill-mode: both;
  visibility: hidden;
}

._animated {
  animation-duration: 0.85s;
  animation-fill-mode: both;
}

@keyframes blink {
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#slider {
  position: relative;
}

/*  end of blink animation codes */

/* LP codes continues here */
#hero-banner {
  position: relative;
}

#hero-banner img {
  width: 100%;
  max-width: 100%;
}

.main-nav {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-nav li {
  display: inline-block;
  margin: 0px 5px;
}

.main-nav li a {
  padding: 20px 10px;
  display: block;
  color: #000;
  font-size: 13px;
}

.main-nav li.call_now_btn a {
  display: block;
  padding: 10px 20px;
  background: #8ab300;
  border-radius: 100px;
  color: #fff;
  border: 1px solid #8ab300;
  transition: 0.6s;
  text-decoration: none;
}

.main-nav li.call_now_btn a:hover {
  border: 1px solid #8ab300;
}

.main-nav li a.lp-heading {
  padding: 6px 20px;
  display: block;
  font-weight: 600;
  font-size: 50px;
  text-decoration: none;
  color: #4b6759;
}

#hero-banner .banner-text {
  position: absolute;
  bottom: 43%;
  color: white;
  left: 50%;
  line-height: 63px;
  z-index: 1;
  width: 100%;
}

#hero-banner .banner-text h3 {
  color: white;
  font-size: 40px;
  text-align: left;
  line-height: 52px;
  margin-left: 0;
}

#hero-banner .banner-text p {
  color: white;
  font-size: 17px;
  line-height: 22px;
}

.about-content p {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  margin-top: 20px;
}

.about-content .sub-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-left: 60px;
  margin-top: 15px;
}

.about-content h3 {
  color: #203a72;
  font-size: 80px;
  margin-left: 0px;
  margin-top: 4px;
}

.pattern-2-img {
  position: absolute;
  top: 0;
  right: 130px;
  top: -40px;
}

.pattern-1-img {
  position: absolute;
}

.about-content .sub-title:before {
  content: "";
  background-color: #4b6759bd;
  left: 3px;
  position: absolute;
  top: 12px;
  width: 50px;
  height: 2px;
}

.about-us {
  padding: 60px;
  background: transparent linear-gradient(360deg, #f2e7b2 0%, #f2e7b200 70%) 0%
    0% no-repeat padding-box;
}

.about-us .section-title img {
  margin: 0 auto 25px;
}

.about-us:hover {
  filter: grayscale(0%);
}

.project-details {
  background-color: #4b6759;
  padding: 39px 60px;
}

.project-details .project-details-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-details .project-details-box .project-details-content {
  margin-left: 20px;
}

.project-details .project-details-box img {
  object-fit: contain;
  width: 51px;
}

.project-details .project-details-box p {
  color: white;
  font-size: 21px;
}

.project-details .project-details-box .sub-title-2 {
  color: #ffffffd6;
}

.amenities {
  background-color: #d9e1d4;
  position: relative;
  padding: 75px 60px;
  overflow: hidden;
}

.amenities .amenities-images-wrapper img {
  width: 60px;
  min-height: 120px;
  object-fit: contain;
  margin: auto;
}

.amenities .amenities-images-wrapper p {
  color: #4b6759;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  min-height: 70px;
}

.sub-title {
  font-weight: 600;
  color: #4b6759;
  position: relative;
  padding-left: 60px;
  margin-top: 15px;
}

.amenities .amenities-content p {
  font-weight: 600;
  width: 80%;
  line-height: 21px;
}

.amenities .amenities-content h3 {
  color: #4b6759;
  font-size: 50px;
  margin-left: 0px;
  margin-top: 4px;
}

.amenities .pattern-6-img {
  position: absolute;
  left: -200px;
  bottom: -50px;
}

.sub-title:before {
  content: "";
  background-color: #4b6759bd;
  left: 3px;
  position: absolute;
  top: 12px;
  width: 50px;
  height: 1px;
}

.pattern-3-img {
  position: absolute;
  right: 25%;
}

.img-section {
  position: relative;
}

.img-section img {
  width: 100%;
}

.img-section p {
  position: absolute;
  font-family: "";
  bottom: 100px;
  color: white;
  right: 90px;
  font-size: 110px;
  line-height: 63px;
  z-index: 2;
  text-shadow: 0px 2px 10px rgb(47 47 47 / 20%);
}

.gallery {
  padding: 40px;
  background-image: url(../images/gallery-bg.webp);
}

.gallery h3,
.video-gallery h3 {
  color: #000;
  font-size: 60px;
  margin-left: 0px;
  margin-top: 4px;
}

.location-advantages h3 {
  color: #4b6759;
  font-size: 80px;
  margin-left: 0px;
  margin-top: 4px;
}

.gallery .pattern-3-img {
  top: -290px;
  /* width: 320px; */
  right: 10%;
  z-index: 0;
}

.gallery .pattern-4-img {
  position: absolute;
  left: 10px;
  top: 40%;
}

.gallery .pattern-2-img {
  top: auto;
  bottom: -37px;
  left: 0;
  width: 170px;
}

#gallery-slider .owl-nav .owl-next {
  background: url(../images/right-arrow.png) no-repeat 0 0;
  right: -48px;
}

#gallery-slider .item {
  position: relative;
}

#gallery-slider .item:after {
  position: absolute;
  transition: all 0.5s ease-in-out;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgb(0 0 0 / 75%) 15px, transparent);
}

#gallery-slider .owl-nav .owl-prev {
  background: transparent;
  /* left: -50px; */
}

#gallery-slider .owl-nav .owl-next,
#gallery-slider .owl-nav .owl-prev {
  position: absolute;
  top: auto;
  bottom: -42px;
  width: 32px;
  height: 32px;
  padding: 0;
  z-index: 999;
  background: #4b6759;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  left: 0px;
  right: 0px;
  margin: auto;
}

#gallery-slider .owl-nav .owl-next {
  right: -10px !important;
}

#gallery-slider .owl-nav .owl-prev {
  left: -62px !important;
}

#gallery-slider .owl-nav {
  display: block;
}

#gallery-slider .owl-dots {
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: -60px;
  display: block !important;
}

#gallery-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 120px;
  height: 6px;
  margin-right: 0px;
  /* border-radius: 100%; */
  background: #f2eded;
}

#gallery-slider .owl-dots .owl-dot.active {
  background: #4b6759;
}

footer {
  background-image: url(../images/footer-bg.webp);
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.footer-form {
  width: 100%;
  margin: 0 auto;
}

footer h3.title {
  font-size: 80px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.foo-address h3 {
  color: #fff;
  font-size: 80px;
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 0px;
}

.foo-address a {
  display: block;
  padding: 7px;
  font-weight: 600;
  display: flex;
  /* line-height: 18px; */
  color: #fff;
  align-items: flex-start;
}

.foo-address a i {
  color: #fff;
  margin-right: 9px;
}

.copyright-bar {
  background-color: #f2e7b2;
  text-align: center;
  padding: 20px 0px;
}

.copyright-bar p {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 12px;
}

._push_right {
  float: right;
}

#hero-banner .flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  /* margin-top: 70px; */
}

.header-top {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #fff !important;
  padding: 10px 0px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
}

#brand {
  float: left;
}

.elements-logo img {
  width: 100px;
}

#brand p {
  font-size: 36px;
  border: 1px solid white;
  padding: 13px 20px;
  color: white;
  margin-top: 10px;
  border-left: 0px;
}

.gallery .gallery-box h3 {
  color: white;
  font-size: 58px;
  font-weight: normal;
  margin-bottom: 0px;
}

.gallery .gallery-box {
  position: absolute;
  bottom: 0;
  /* background-color: #00000036; */
  padding: 21px;
  z-index: 1;
}

.gallery .gallery-box p {
  color: white;
  line-height: 20px;
  min-height: 81px;
}

.amenities h3 {
  color: #4b6759;
  font-size: 80px;
  margin-left: 0px;
  margin-top: 4px;
}

#brand a {
  text-decoration: none;
}

#hero-banner .pattern-3-img {
  position: absolute;
  bottom: -60px;
  width: 230px;
  right: -80px;
  height: 36%;
}

.banner-form {
  background-color: transparent;
  padding: 0 20px;
  width: 90%;
  margin: auto;
}

.banner-form .input-field {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}

.banner-form .input-field label {
  width: 100%;
  color: #707070;
  font-size: 19px;
  font-weight: 500;
  margin-right: 20px;
}

.banner-form .input-field input {
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #000000;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  color: #000000;
}

.banner-form .input-field input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

.banner-form .input-field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.banner-form .input-field input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.banner-form .input-field input#phone {
  width: 100%;
}

.banner-form .input-field select {
  padding: 6px 20px;
  background-color: #f0f3ee;
  border: 0px;
  border-bottom: 1px solid #707070;
  margin-right: 10px;
  width: 25%;
}

.banner-form input[type="submit"] {
  width: 100%;
  display: block;
  margin: 0 auto 0px;
  background-color: #e76b54;
  color: white;
  border: 1px solid;
  padding: 20px 40px;
  line-height: 0px;
  border-radius: 10px;
  border: none;
}

.banner-form .checkbox-inline {
  margin: 0px !important;
  padding: 0px;
  text-align: center;
  display: block;
  margin: 20px 0px;
  color: #000;
  line-height: 20px;
  font-size: 11px;
  font-weight: 600;
}

.banner-form .checkbox-inline a {
  color: #000;
  display: inline-block;
  margin-left: 5px;
}

.banner-form-2 {
  background-color: #f0f3ee;
  padding: 25px 40px;
  position: absolute;
  top: 15vh;
  right: 16%;
  width: 360px;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}

.banner-form-2 .input-field {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.banner-form-2 .input-field label {
  color: #707070;
  font-size: 17px;
  font-weight: 500;
  margin-right: 18px;
  width: 100%;
}

.banner-form-2 .input-field input {
  padding: 16px 20px;
  background-color: #f0f3ee;
  border: 0px;
  border-bottom: 1px solid #707070;
  width: 100%;
}

.banner-form-2 .input-field select {
  padding: 3px 10px;
  background-color: #f0f3ee;
  border: 0px;
  border-bottom: 1px solid #707070;
  margin-right: 10px;
  width: 25%;
}

.banner-form-2 .input-field input#phone {
  width: 100%;
}

.flag-container {
  height: 100%;
}

label.error {
  color: red !important;
}

.banner-form-2 input[type="submit"] {
  display: block;
  margin: 20px auto;
  background-color: #4b6759;
  color: white;
  border: 1px solid;
  padding: 20px 40px;
  line-height: 0px;
  border-radius: 30px;
  font-family: "Source Sans Pro", sans-serif;
  margin-left: auto;
  margin-right: 0;
}

.banner-form-2 .checkbox-inline {
  text-align: left;
  display: block;
  margin: 20px 0px;
  color: #707070;
  line-height: 24px;
}

.banner-form-2 h3 {
  margin-left: 0px;
  color: #4b6759;
  font-size: 26px;
  margin-bottom: 31px;
}

.banner-form .input-field label.error {
  display: none !important;
}
.banner-form .input-field input.error {
  border-bottom: 1px solid red !important;
}

#gallery-slider .owl-stage {
  padding-left: 0px !important;
}

.stickyForm .close-btn.close {
  opacity: 1;
}

.stickyForm .close-btn.close i {
  opacity: 1;
  color: #fff;
}

.whatsapp-btn {
  background: #4ac04b;
  width: auto;
  display: flex;
  padding: 2px 3px;
  border-radius: 100%;
  position: fixed;
  right: 5px;
  bottom: 10%;
  z-index: 999;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.whatsapp-btn svg {
  position: absolute;
  top: auto;
  width: 90%;
  fill: #fff;
}

.whatsapp-btn a {
  color: transparent !important;
  line-height: 0;
  height: 100%;
  position: relative;
  z-index: 99;
  right: 0px;
  width: 36px;
  top: auto;
  display: inline-block;
}

#banner-bottom-form .align-items-end {
  align-items: flex-end;
  justify-content: center;
}

.owl-carousel.owl-theme.owl-background-slider {
  width: 75%;
  margin: 0 auto;
}

.owl-background-slider .owl-nav .owl-next,
.owl-background-slider .owl-nav .owl-prev {
  position: absolute;
  top: 42%;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 999;
  background: transparent;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none !important;
}

.owl-background-slider .owl-nav .owl-prev {
  left: -70px;
}

.owl-background-slider .owl-nav .owl-next {
  right: -70px;
}

/* Offer section css */

.project-offer-section {
  padding: 10px;
}

.project-offer-section .box.box-1 {
  width: 90%;
  margin-right: 10%;
}

.project-offer-section .box.box-1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.project-offer-section .box.box-1 span:first-child {
  background: #ffcf33;
  color: #222;
  width: 20%;
  text-align: center;
  padding: 13px 0px;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.project-offer-section .box.box-1 span:last-child {
  width: 100%;
  justify-content: flex-start;
  padding-left: 10%;
  border: 1px dashed #ffcf33;
  padding: 10px;
  line-height: 20px;
  display: block;
  min-height: 120px;
}

.project-offer-section ul li {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: disclosure-closed;
}

.project-offer-section ul li b {
  color: #ffcf33;
}

.project-offer-section .box.box-1 span:last-child i {
  font-size: 10px;
}

/* Popup form CSS */

.white-popup-block {
  background-color: #fff;
  width: 30%;
  margin: auto;
  padding: 15px;
  position: relative;
  border-radius: 10px;
}

.white-popup-block form input {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #a1a1a1;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  color: #000;
  padding: 20px;
}

.white-popup-block .flag-container {
  height: 40px;
}

.white-popup-block form input[type="email"] {
  margin-top: 10px;
}

.white-popup-block label.checkbox-inline {
  padding: 0px;
  padding-left: 25px;
  margin: 10px 0px 20px;
  font-size: 13px;
}

.white-popup-block form input[type="checkbox"] {
  display: inline-block !important;
  width: auto;
  top: 0px;
}

.white-popup-block form input[type="submit"] {
  display: block;
  width: auto;
  margin: auto;
  background: #849f00;
  border: 1px solid #849f00;
  line-height: 1px;
  padding: 16px 19px;
  color: #fff;
  font-size: 15px;
}

.white-popup-block h3 {
  font-family: inherit;
}

.mfp-close-btn-in .white-popup-block button.mfp-close {
  color: #000 !important;
}

.download-box a.popup-form {
  display: block;
  padding: 5px 15px;
  border: 1px solid #4b6759;
  background: #4b6759;
  text-align: center;
  border-radius: 5px;
  width: 35%;
  margin: 10px 10px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  transition: 0.6s;
}

/*.download-container {
        min-height: 192px;
        margin-top: 40px;
    }*/

.download-container .download-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.download-box a.popup-form:hover {
  background: transparent;
  color: #4b6759;
}

#banner-slider .owl-nav .owl-next,
#banner-slider .owl-nav .owl-prev {
  position: relative;
  top: auto;
  bottom: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  z-index: 999;
  background: #4b6759;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  left: 0px;
  right: 0px;
}

/* #banner-slider .owl-nav .owl-prev {
  left: -62px !important;
} */

/* #banner-slider .owl-nav .owl-next {
  right: -10px !important;
} */

.white-popup-block label.checkbox-inline {
  line-height: 25px;
}

body .stickyForm label.checkbox-inline {
  text-align: left;
  line-height: 24px;
  font-size: 12px;
}

.about-us.balcony {
  background-image: url("../images/balcony-bg.webp");
}

.about-us .about-content.content-2 h3,
.about-us .about-content.content-2 p {
  color: #fff;
}

.amenities-section {
  padding: 40px;
  background-image: url(../images/gallery-bg.webp);
}

.amenities-section .left-content {
  width: 65%;
  margin: 0 auto;
  font-size: 20px;
  color: #203a72;
  text-align: left;
  font-weight: 600;
}

.amenities-section .box .img-container img {
  width: 100%;
}

.amenities-section .box .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.amenities-section .box .content {
  margin-left: 20px;
}

.amenities-section .box .content h3 {
  color: #203a72;
  font-family: "Montserrat";
  margin-left: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.amenities-section .box .content p {
  color: #203a72;
  width: 75%;
  line-height: 1.3;
}

.div-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-center {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.div-1 {
  width: 10%;
}

.div-2 {
  width: 80%;
}

.footer-form .input-field input {
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #000;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  color: #000;
}

.footer-form .input-field input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

.footer-form .input-field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.footer-form .input-field input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.footer-form input[type="submit"] {
  width: 100%;
  display: block;
  margin: 0 auto 0px;
  background-color: #e76b54;
  color: #fff;
  border: 1px solid;
  padding: 20px 40px;
  line-height: 0px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
}

.footer-form .checkbox-inline,
.footer-form .checkbox-inline a {
  color: #000;
  /* margin: 20px 0; */
  font-size: 10px;
}

#contact .align-center {
  display: flex;
  align-items: center;
}

.foo-address h3 {
  font-size: 40px !important;
}

.d-flex.align-items-center {
  display: flex;
  align-items: center;
}

.about-us .item-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.about-us .item-container .item-box {
  width: 20%;
  float: left;
  text-align: center;
  min-height: 290px;
}

.about-us .item-container .item-box .title {
  font-weight: bolder;
  color: #000000;
  margin: 10px 0 25px;
  font-size: 16px;
}

.about-us .item-container .item-box .img img {
  margin: 10px auto;
  width: 70px;
}

.project-highlights {
  background-color: #393a39;
  padding: 60px 0;
}

.project-highlights .item-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

#gallery .image-titles {
  margin-top: 20px;
}

#gallery .image-titles ul li {
  display: inline;
  padding: 0 10px;
  font-size: 16px;
}

#gallery .image-titles ul li.active {
  font-weight: 700;
  font-size: 18px;
}

#gallery .owl-background-slider .img-title {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
  color: #fff;
  font-family: "Edensor";
}

.owl-plan-slider .owl-nav button {
  background: transparent;
  border: none !important;
  padding: 0px !important;
}

/* mobile reponsive */
@media only screen and (max-width: 1400px) {
  #hero-banner .content {
    bottom: -5px !important;
  }

  .terrace-sense .image-content .ta-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1200px) {
  .form-section label {
    width: 15% !important;
  }
}

@media only screen and (max-width: 996px) {
  .container {
    width: 100%;
  }

  .form-section label {
    width: 15% !important;
  }
}

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  /* custom codes */
  .form-section label {
    width: 100% !important;
    height: auto !important;
  }

  .form-section label input,
  .form-section label select {
    margin-bottom: 10px;
    height: 40px !important;
  }

  .form-section {
    width: 80%;
    margin: auto;
    float: none;
  }

  .form-section .btn-group {
    float: none;
    margin-top: 5px;
  }

  /* custom codes here */
  .project-details .project-details-box {
    justify-content: flex-start;
    margin-bottom: 23px;
    min-height: 60px;
  }

  #gallery-slider .owl-dots .owl-dot {
    width: 30px;
  }

  .about-content p {
    margin-bottom: 20px;
    width: 100%;
  }

  /* Offer Css */
  .project-offer-section .box.box-1 {
    width: 100%;
  }

  .project-offer-section .box.box-1 span:first-child {
    width: 35%;
  }
}

@media only screen and (max-width: 550px) {
  .fluid-wrapper .header {
    padding: 10px 0px;
  }

  .main-nav li a {
    display: none;
  }

  .main-nav li a.lp-heading {
    display: block;
  }

  #hero-banner p {
    font-size: 34px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 34px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .amenities {
    padding: 36px 5px;
  }

  .img-section p {
    font-size: 80px;
    line-height: 37px;
  }

  .banner-form-2 {
    display: none;
  }

  #hero-banner .flex-row {
    display: block;
    height: auto;
    margin-top: 0px;
  }

  #hero-banner .banner-text {
    position: static;
  }

  #hero-banner {
    background-color: #fff;
    padding-left: 0px;
    padding-top: 70px;
    padding-bottom: 0px;
    padding-right: 0px;
  }

  #hero-banner .banner-text h3 {
    font-size: 26px;
    line-height: 33px;
  }

  #hero-banner .banner-text p {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
  }

  #hero-banner .pattern-3-img {
    bottom: 0;
    height: 99%;
    width: 160px;
    right: -33px;
  }

  #hero-banner .pattern-2-img {
    width: 120px;
    height: auto;
    top: 30%;
    left: -70px;
    right: auto;
  }

  .banner-form .input-field {
    margin-bottom: 19px;
  }

  .banner-form .input-field select {
    padding: 4px 20px;
  }

  .banner-form {
    padding: 10px 20px 20px;
  }

  .project-details {
    padding: 30px 2px;
  }

  .project-details .project-details-box p {
    font-size: 12px;
  }

  .project-details .project-details-box img {
    width: 40px;
  }

  .about-content h3 {
    font-size: 42px;
  }

  .gallery h3 {
    font-size: 55px;
  }

  .gallery .gallery-box h3 {
    font-size: 42px;
  }

  .amenities h3 {
    font-size: 55px;
  }

  .gallery .gallery-box p {
    font-size: 13px;
    text-align: left;
    line-height: 17px;
  }

  .gallery .pattern-3-img {
    width: 200px;
    top: -80px;
  }

  .fixed-footer-cust {
    background: #e76b54;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    bottom: 0;
    position: fixed !important;
    z-index: 99900 !important;
    height: 50px;
  }

  .fix-link {
    color: #fff !important;
    font-size: 15px;
    background: 0 0;
    padding: 10 !important;
  }

  .fix-link i {
    margin: 0px 5px;
  }

  .fix-link i {
    margin: 0px 5px;
  }

  .fixed-footer-cust [class*="col-"] {
    padding: 0px;
    width: 100%;
  }

  .div-line {
    position: relative;
  }

  .div-line:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 2px;
    height: 100%;
    background: #fff;
  }

  .d-flex-sticky {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px auto !important;
    width: 100%;
    height: 100%;
  }

  .stickyForm button.stickybtn {
    display: none;
  }

  .owl-background-slider .owl-nav .owl-prev {
    left: -35px;
  }

  .owl-background-slider .owl-nav .owl-next {
    right: -35px;
  }

  .img-section p {
    position: absolute;
    bottom: 55px;
    color: white;
    right: auto;
    font-size: 110px;
    line-height: 30px;
    z-index: 9;
    text-shadow: 0px 2px 10px rgb(47 47 47 / 20%);
    left: 10px;
  }

  .copyright-bar {
    padding: 15px 0px 15px;
  }

  .header-top {
    height: 70px;
  }

  .foo-address h3 {
    font-size: 55px;
  }

  .whatsapp-btn {
    right: auto;
    left: 10px;
  }

  #kenytChatBubble {
    bottom: 60px !important;
    right: 2px;
  }
}

/*Thank You*/

.thankyou a:hover {
  background: transparent;
  border: 1px solid #232323;
  color: #232323;
}

.thankyou a {
  background: #fff;
  padding: 10px;
  margin-top: 20px;
  display: block;
  color: #000;
  font-size: 18px;
  border: 1px solid #fff;
  transition: 0.6s;
  text-decoration: none;
}

.thankyou h3 {
  color: #232323;
  font-size: 40px;
  text-transform: capitalize;
}

.thankyou p {
  color: #232323;
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
}

.thankyouPage {
  margin: 0px;
  background-color: #acb5a0;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 475px) {
  .thankyou h3 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    margin: 0px;
    margin-bottom: 20px;
  }

  .thankyou a {
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    display: block;
    color: #000;
    font-size: 18px;
    border: 1px solid #fff;
  }
}

/*Thank You*/

span.country-name {
  color: #000;
}

@media (max-width: 1200px) {
  #hero-banner .banner-text {
    bottom: 37%;
    left: 40%;
  }

  .banner-form-2 {
    top: 20%;
  }

  #hero-banner .banner-text h3 {
    font-size: 24px;
  }

  .project-details .project-details-box {
    min-height: 100px;
  }

  .banner-form .input-field {
    margin: 10px 0px;
  }

  .amenities .amenities-images-wrapper p {
    min-height: 90px;
  }
}

@media (max-width: 996px) {
}

@media (max-width: 768px) {
  .amenities .amenities-images-wrapper p {
    min-height: 40px;
  }
}

@media (max-width: 550px) {
  footer {
    padding: 15px 20px 30px;
  }

  #gallery-slider .owl-nav .owl-next {
    height: 30px;
    left: auto;
    right: auto !important;
    top: auto;
    bottom: 0px;
    position: relative;
    width: 30px;
    border-radius: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #gallery-slider .owl-nav .owl-prev {
    height: 30px;
    left: auto !important;
    right: auto;
    top: auto;
    position: relative;
    bottom: 0px;
    width: 30px;
    border-radius: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #gallery-slider .owl-nav .owl-next i {
    font-size: 25px;
    color: #4b6759;
    position: relative;
    left: 1px;
    font-weight: 700;
  }

  #gallery-slider .owl-nav .owl-prev i {
    font-size: 25px;
    color: #4b6759;
    position: relative;
    left: -2px;
    font-weight: 700;
  }

  #gallery-slider .owl-nav {
    width: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }

  #hero-banner img {
    height: auto;
  }

  .amenities .amenities-images-wrapper p {
    min-height: 90px;
  }

  .foo-address a {
    font-size: 20px;
  }

  .foo-address p {
    font-size: 15px;
  }

  .foo-address p br {
    display: none;
  }

  #banner-bottom-form .row {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    margin: auto;
  }

  .banner-form .checkbox-inline {
    margin: 20px 0px;
  }

  .banner-form .input-field label.error {
    position: relative;
    bottom: 0px;
    margin-top: 10px;
  }
}

h4.panel-title a {
  text-decoration: none;
  display: block;
}

h4.panel-title i {
  margin-right: 10px;
}

.panel-body ul li {
  line-height: 25px;
  margin-bottom: 10px;
  list-style-type: disclosure-closed;
  margin-left: 5%;
}

.panel-default > .panel-heading {
  background: #4b6759;
  color: #fff;
}

.location-advantage-image {
  position: relative;
  z-index: 2;
}

h4.panel-title i.rotate {
  transform: rotate(45deg);
}

@media (max-width: 550px) {
  .location-advantages {
    padding: 0px;
  }

  .location-advantages .container {
    width: 95%;
    padding: 0px;
  }

  .about-us {
    padding: 25px;
  }
}

#kenytChatBubble.style1 .chatWithUsMessageWrapper {
  bottom: -10px !important;
  right: 66px !important;
}

@media (max-width: 550px) {
  #kenytChatBubble.style1 .chatWithUsMessageWrapper {
    bottom: 65px !important;
    right: 0px !important;
  }

  /* download buttons css  */
  .download-box a.popup-form {
    width: 100%;
  }

  .download-container {
    min-height: auto;
    margin: 20px 0;
  }

  .white-popup-block {
    width: 95%;
  }

  #banner-slider .owl-nav {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
    left: 0px;
    bottom: 0px;
    right: auto;
    background: transparent;
    width: 100%;
  }

  #banner-slider .owl-nav .owl-next,
  #banner-slider .owl-nav .owl-prev {
    position: relative;
    right: 0 !important;
    left: 0 !important;
    margin: 0 8px;
  }
}

/*Video Bg*/
@media (min-width: 1200px) {
  video.bg-video__content {
    height: auto;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
}

.audioBtn {
  position: absolute;
  top: 120px;
  left: 50px;
  border: 4px solid #f4c504;
  padding: 5px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.audioBtn svg {
  width: auto;
  height: 25px;
  fill: #f4c504;
}

@media (max-width: 660px) {
  .audioBtn {
    top: 4%;
    left: 8%;
  }
}

#location {
  padding: 40px 0px;
  background-image: url(../images/location-bg.webp);
}

.plans_section h3.title {
  font-size: 80px;
  color: #fff;
  text-align: center;
}

.amenities-section h3.title {
  color: #000;
  font-size: 42px;
  margin-top: 4px;
  text-align: center;
  margin-bottom: 25px;
}

.video_section {
  padding: 70px 0px;
  background: #d9e1d4;
  border-top: 1px solid #fff;
  position: relative;
}

.video_section h3.title {
  font-size: 80px;
  color: #4b6759;
  text-align: center;
}

.tabs_lists ul {
  width: 75%;
  margin: auto;
}

.tabs_lists ul li.active svg path {
  fill: #fff;
}

.tabs_lists ul li svg {
  width: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.hidden.active {
  display: block !important;
  width: 100%;
  visibility: visible !important;
}

body .mfp-close-btn-in .mfp-close {
  background: transparent !important;
  opacity: 1 !important;
  color: #fff !important;
}

.video-inner-box {
  width: 70%;
  margin: auto;
}

.playBtn {
  position: relative;
}

.playBtn::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/play-button-white.svg");
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: center;
}

.playBtn::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000052;
}

.owl-plan-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.owl-plan-slider .owl-nav i {
  font-size: 30px;
  background: #fff;
  margin: 0px 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

img.tree-pattern-img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}

img.tree-pattern-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
}

.tabs_lists ul li span {
  margin-left: 20px;
  font-size: 25px;
  text-transform: uppercase;
}

.project-highlights h3.title {
  font-size: 80px;
  color: #203a72;
  text-align: center;
  margin-bottom: 80px;
}

.project-highlights .box-container {
  width: 60%;
  margin: 0 auto;
}

.row-center {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.project-highlights .box-container .box .img-container img {
  margin: 0 auto;
  width: 50px;
}

.project-highlights .box-container .box .img-container p {
  text-align: center;
  font-size: 18px;
  color: #203a72;
}

.map-container iframe {
  height: 550px;
}

#hero-banner .content {
  position: relative;
  bottom: auto;
  background-image: linear-gradient(transparent 0%, #fff 26%);
  width: 100%;
  z-index: 1;
  padding: 30px 0 20px;
}

#location-highlights h4.panel-title a {
  display: flex;
  align-items: center;
}

#location-highlights {
  width: 75%;
  margin: auto;
}

#location-highlights .panel-default > .panel-heading {
  background: #fff;
  margin: 10px 0;
  padding: 15px 60px;
  border-radius: 50px;
  border: 1px solid #203a72;
  text-align: center;
  color: #203a72;
  font-size: 14px;
  transition: 0.6s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#location-highlights .panel {
  background-color: transparent;
  border: none;
  margin: 10px 0;
}

#location-highlights h4.panel-title a span {
  margin-left: 20px;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #203a72;
  font-weight: 600;
}

#location-highlights
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  background-color: #fff;
}

.about-us .section-title h2 {
  color: #e76b54;
  font-size: 42px;
  text-align: center;
  margin-bottom: 25px;
}

.about-us .section-title h4,
.terrace-sense .section-title h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.about-us .section-title p,
.terrace-sense .section-title p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  width: 80%;
  margin: 0 auto 60px;
}

.project-highlights .section-title h2 {
  color: #ffffff;
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}

.project-highlights .item-container .item-box {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
}

.project-highlights .item-container p {
  color: #e76b54;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

.project-highlights .item-container .item-box .img svg {
  margin: 0 auto;
}

.project-highlights .item-container .item-box:hover {
  cursor: pointer;
}

.project-highlights .item-container .item-box:hover .img svg path {
  fill: #f1e6b2;
}

.project-highlights .item-container .item-box:hover p {
  color: #f1e6b2;
}

.terrace-sense {
  padding: 60px 0;
  background-image: url("../images/bg-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.terrace-sense .section-title h2 {
  color: #000;
  font-size: 42px;
  text-align: center;
  margin-bottom: 25px;
}

/* Terrace Sense Gallery */

.terrace-sense .accordion {
  width: 100%;
  max-width: 1080px;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
}

.terrace-sense .accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.terrace-sense .accordion li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.terrace-sense .accordion div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.terrace-sense .accordion a {
  display: block;
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
}

.terrace-sense .accordion * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.terrace-sense .accordion h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 2px;
  position: absolute;
  bottom: 120px;
  left: -80px;
  transform: rotate(-90deg);
  color: #fff;
}

.terrace-sense .accordion p {
  position: absolute;
  top: 160;
}

/* Background images */
.terrace-sense .accordion li:nth-child(1) {
  background-image: url("../images/terrace/Garden-Terrace.webp");
  background-size: cover;
}

.terrace-sense .accordion li:nth-child(2) {
  background-image: url("../images/terrace/Sight-Garden.webp");
  background-size: cover;
}

.terrace-sense .accordion li:nth-child(3) {
  background-image: url("../images/terrace/Touch-Terrace.webp");
  background-size: cover;
}

.terrace-sense .accordion li:nth-child(4) {
  background-image: url("../images/terrace/Music-Terrace.webp");
  background-size: cover;
}

.terrace-sense .accordion li:nth-child(5) {
  background-image: url("../images/terrace/Aroma-Terrace.webp");
  background-size: cover;
}

.terrace-sense .accordion:hover li,
.terrace-sense .accordion:focus-within li {
  width: 8%;
}

.terrace-sense .accordion li:focus {
  outline: none;
}

.terrace-sense .accordion:hover li:hover,
.terrace-sense .accordion li:focus,
.terrace-sense .accordion:focus-within li:focus {
  width: 60%;
}

.terrace-sense .accordion a {
  background: rgba(0, 0, 0, 0.2);
}

.terrace-sense .accordion * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.terrace-sense .accordion:hover li {
  width: 8% !important;
}

/* .terrace-sense .accordion:hover li a * {
    opacity: 0 !important;
  } */

.terrace-sense .accordion:hover li:hover {
  width: 60% !important;
}

.terrace-sense .accordion:hover li:hover a {
  background: rgba(0, 0, 0, 0.2);
}

.terrace-sense .accordion * {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#gallery .owl-background-slider .owl-item {
  padding: 20px;
  transition: all 0.5s ease;
  position: relative;
}

#gallery .owl-background-slider .owl-item.active.center {
  padding: 0;
  transition: all 0.5s ease;
}

#gallery .owl-background-slider .owl-item.active .img-title {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.5s ease;
}

#gallery .owl-background-slider .owl-item.active.center .img-title {
  bottom: 5px;
  transition: all 0.5s ease;
}

/* Stack items */
@media screen and (max-width: 600px) {
  /* IE gets fussy if this isn't here */
  .terrace-sense .accordion {
    height: auto;
  }

  .terrace-sense .accordion ul,
  .terrace-sense .accordion ul:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}

.terrace-sense .accordion ul li:focus div a h2,
.terrace-sense .accordion ul li:hover div a h2,
.terrace-sense .accordion ul li div:hover a h2,
.terrace-sense .accordion ul li div a:hover h2 {
  width: 100%;
  transform: none;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

/* Terrace Sense Gallery Ends */

.terrace-sense .image-content {
  width: 75%;
  margin: 30px auto 0;
}

.terrace-sense .image-content .ta-title {
  font-size: 42px;
  border-right: 1px solid #000;
  margin: 0;
}

.terrace-sense .image-content .ta-para {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.video-gallery,
.master-plan {
  padding: 60px;
  background-image: url("../images/video-gallery-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/* Video Gallery */

.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}

.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

.swiper-container.gallery-top {
  margin-right: 20px;
}

@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}

.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}

.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}

.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}

.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.gallery-top {
  position: relative;
  width: 100%;
  height: 75vh;
}

.video-slider-container {
  padding: 20px 20px 10px;
  border: 1px solid #707070;
}

.amenities-mobile {
  position: relative;
}

.amenities-mobile .owl-nav i {
  font-size: 25px;
  background: transparent !important;
  box-shadow: none;
}

.amenities-mobile .owl-nav .owl-next,
.amenities-mobile .owl-nav .owl-prev {
  position: absolute;
  top: 6px;
  bottom: 0;
  vertical-align: middle;
}

.amenities-mobile .owl-nav .owl-next {
  right: 0;
}

.amenities-mobile .owl-nav .owl-prev {
  left: 0;
}

@media (min-width: 480px) {
  .gallery-top {
    width: 80%;
    height: 550px;
    margin-right: 10px;
  }
}

.gallery-thumbs {
  width: 100%;
  height: 25vh;
  padding-top: 10px;
}

@media (min-width: 480px) {
  .gallery-thumbs {
    width: 20%;
    height: 100%;
    padding: 0;
  }
}

.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}

@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}

@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* Video Gallery Ends */

.play-icon {
  width: 50px;
}

.gallery-thumbs .swiper-slide {
  background-size: 100%;
  max-height: 130px !important;
}

.gallery-top iframe {
  height: 100%;
}

#location .tabs_lists ul li {
  background: transparent;
  margin: 10px 10px;
  padding: 0 10px;
  transition: 0.6s;
  cursor: pointer;
}

#location .tabs_lists ul li h2,
.amenities-section .tabs_lists ul li h2 {
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  width: 250px;
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
  margin: auto;
}

#location .tabs_lists ul li a {
  text-decoration: none;
}

#location .tabs_lists ul li:hover h2 {
  background-color: #fff;
  color: #946e74;
}

.item-container .item-box .img svg {
  width: 70px !important;
  height: 70px;
  margin: 0 auto;
}

#location .tabs_lists ul li.active h2,
.amenities-section .tabs_lists ul li.active h2 {
  background-color: #fff;
  color: #946e74;
}

.amenities-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.amenities-category li {
  font-size: 16px;
}

.amenities-category li.active {
  font-size: 18px;
  font-weight: 600;
}

.amenities-section .tabs_lists ul li h2 {
  color: #000 !important;
  border-color: #000 !important;
}

.amenities-section .tabs_lists ul li.active h2 {
  color: #e76b54 !important;
  border-color: #e76b54 !important;
}

.amenities-section .tabs_lists ul li.active h2 {
  color: #e76b54 !important;
  border-color: #e76b54 !important;
}

.amenities-section .tabs_lists ul li:hover h2 {
  color: #e76b54 !important;
  border-color: #e76b54 !important;
  background-color: transparent !important;
}

#amenities .popup-gallery-1 {
  position: relative;
}

#amenities .popup-gallery-1 .img-title {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: "Edensor";
}

#amenities .popup-gallery-1 a:hover {
  color: #fff;
}

.cloudzoom-blank {
  display: none;
}

.master-plan .title {
  color: #000;
  font-size: 42px;
  text-align: center;
  margin-bottom: 25px;
}

.master-plan .image-container {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #000;
  background: #fff;
}

.terrace-icons ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.terrace-icons ul li img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.terrace-icons ul li .img-name {
  color: #000;
  margin-top: 5px;
}

.parent-row {
  display: flex;
  align-items: center;
}

@media (max-width: 650px) {
  .elements-logo {
    position: relative;
    top: -5px;
    width: 90px;
  }

  .tabs_lists ul {
    width: 100%;
    flex-wrap: wrap;
  }

  .tabs_lists ul li {
    width: 42%;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .video-inner-box {
    width: 100%;
  }

  .mfp-iframe-holder .mfp-content {
    max-width: 100% !important;
  }

  img.tree-pattern-img-1 {
    width: 80px;
  }

  img.tree-pattern-img-2 {
    width: 40px;
  }

  .tabs_lists {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .tabs_lists ul {
    width: max-content;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-x: scroll;
  }

  .tabs_lists ul li {
    width: max-content;
    margin-bottom: 15px;
    font-size: 13px;
  }
}

div#playBtns {
  position: absolute;
  top: 50px;
  left: 50px;
  right: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

div#playBtns i {
  font-size: 50px;
  color: #f4c504;
}

@media (max-width: 650px) {
  div#playBtns {
    position: absolute;
    top: 60px;
    left: auto;
    right: 10px;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
  }

  div#playBtns i {
    font-size: 35px;
    color: #f4c504;
  }

  .audioBtn {
    top: 30px;
    left: auto;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .audioBtn svg {
    width: auto;
    height: 25px;
    fill: #f4c504;
  }
}

#banner-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner-slider {
  margin-top: 78px;
}

@media (max-width: 996px) {
  .main-nav li:not(li.call_now_btn) {
    display: none;
  }

  #hero-banner .content {
    position: unset;
  }

  .banner-form {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }

  .banner-form .input-field input {
    border-color: #203a72;
    color: #203a72;
  }

  .banner-form .input-field input::placeholder {
    color: #203a72;
  }

  .banner-form .checkbox-inline {
    padding: 5px 20px 5px 30px;
  }

  .banner-form .checkbox-inline,
  .banner-form .checkbox-inline a {
    color: #203a72;
    text-align: left;
  }

  .about-us .about-content {
    width: 100%;
  }

  .amenities-section .div-align-center {
    display: block;
  }

  .amenities-section .left-content {
    width: 90%;
    margin: 0 auto 20px;
  }

  .amenities-section .box-container {
    width: 90%;
    margin: 0 auto;
  }

  .amenities-section .box .content p {
    width: 100%;
    font-size: 16px;
  }

  footer h3.title {
    font-size: 40px;
  }

  .about-us .item-container .item-box {
    width: 33%;
    margin-bottom: 20px;
    min-height: 290px;
  }

  .project-highlights .item-container .item-box {
    width: 33%;
  }

  .item-container .item-box .img svg {
    width: 90px !important;
  }

  .terrace-sense .accordion h2 {
    bottom: 85px;
    left: -40px;
  }

  .terrace-sense .image-content .ta-title {
    border: none;
  }

  .terrace-sense .image-content {
    width: 90%;
  }

  .owl-background-slider .owl-nav .owl-next {
    right: -65px;
  }

  .owl-background-slider .owl-nav .owl-prev {
    left: -65px;
  }

  .gallery-top {
    height: 300px;
  }

  .gallery-thumbs .swiper-slide {
    max-height: 72px !important;
  }

  .play-icon {
    width: 40px;
  }

  #location .tabs_lists ul li {
    justify-content: center;
  }

  .footer-form {
    width: 50%;
  }

  .footer-form .input-field input {
    margin-bottom: 15px;
  }

  .footer-form .checkbox-inline,
  .footer-form .checkbox-inline a {
    margin: 10px 0;
  }

  #location .tabs_lists ul li {
    width: 50%;
    padding: 15px;
  }

  .tabs_lists {
    margin-bottom: 20px;
  }

  .tabs_lists ul {
    /* width: 1167px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    padding-bottom: 18px;
  }

  .plans_section {
    padding-bottom: 0;
  }

  .amenities-section .tabs_lists ul li {
    margin: 0 10px;
  }

  .amenities-section .tabs_lists ul li h2 {
    width: 180px;
    margin-bottom: 10px;
  }

  .tabs_lists_content {
    margin-bottom: 30px;
  }

  #location .tabs_lists ul li {
    width: 30%;
    padding: 0;
    margin: 5px;
  }

  #location .tabs_lists ul li h2 {
    width: 200px;
    padding: 10px 15px;
    margin: 0;
  }
}

@media (max-width: 650px) {
  h3.title {
    font-size: 35px !important;
  }

  #banner-slider {
    margin-top: 0px;
  }

  .d-flex.align-items-center {
    display: block;
  }

  .gallery {
    padding: 20px 0px;
  }

  .owl-background-slider .owl-nav .owl-next,
  .owl-background-slider .owl-nav .owl-prev {
    width: 25px;
    top: 37%;
  }

  .about-us .about-content {
    margin: 0 auto;
  }

  .div-1 {
    width: 20%;
  }

  .tabs_lists ul li {
    padding: 15px;
  }

  .tabs_lists ul li svg {
    width: 30px;
  }

  .tabs_lists ul li span {
    font-size: 20px;
  }

  .row-center {
    display: block;
    margin-top: 0;
  }

  .project-highlights .box-container .box {
    margin-bottom: 20px;
  }

  .tabs_lists_content iframe {
    height: 250px;
  }

  #contact .align-center {
    display: block;
  }

  .foo-address {
    margin-top: 40px;
  }

  /* .fixed-footer-cust {
    display: none !important;
  } */

  .about-us .item-container .item-box {
    width: 100%;
    min-height: auto;
  }

  .project-highlights .item-container .item-box {
    width: 50%;
  }

  #hero-banner .content {
    padding-top: 0;
  }

  .banner-form .checkbox-inline {
    line-height: 1.4;
    font-size: 9px;
  }

  .terrace-sense .accordion h2 {
    bottom: 90px;
    left: -70px;
    width: 180px;
  }

  .owl-background-slider .owl-nav .owl-next {
    right: -35px;
  }

  .owl-background-slider .owl-nav .owl-prev {
    left: -35px;
  }

  .gallery-thumbs {
    height: auto;
    margin-top: 15px;
  }

  .tabs_lists ul li {
    margin: 0;
    padding-bottom: 0;
  }

  .amenities-section .tabs_lists ul li h2 {
    margin: 0;
  }

  .play-icon {
    width: 25px;
    margin: 15px;
  }

  .tabs_lists_content {
    margin: 20px 0;
  }

  .about-us .section-title p,
  .terrace-sense .section-title p {
    width: 100%;
  }

  #terrace-sense .section-title {
    width: 90%;
    margin: 0 auto;
  }

  .gallery-top {
    height: 150px;
  }

  .amenities-section .tabs_lists ul li h2 {
    margin: 0 auto;
  }

  #location .tabs_lists ul li h2 {
    width: auto;
  }

  #location .tabs_lists ul li {
    width: 75%;
  }

  .footer-form {
    width: 75%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .video-gallery {
    padding: 60px 20px;
  }

  .amenities-section .tabs_lists ul li {
    padding-top: 0;
    scroll-snap-align: start;
    width: 210px !important;
    margin: 0px 0px;
  }

  .video-gallery,
  .master-plan {
    padding: 30px 0px !important;
  }

  .banner-form {
    width: 100%;
  }

  .about-us,
  .about-us .section-title p {
    padding: 0px;
  }

  .project-highlights .item-container {
    width: 100%;
  }

  .terrace-icons ul {
    flex-wrap: wrap;
  }

  .amenities-section {
    padding: 20px 0px;
  }

  .amenities-section .tabs_lists ul li.active h2 {
    background-color: #fff !important;
  }

  .master-plan .image-container {
    width: 100%;
  }

  .gallery h3,
  .video-gallery h3 {
    margin: auto;
    margin-bottom: 10px;
  }

  .about-us .section-title p {
    margin-bottom: 40px;
  }

  .item-container .item-box .img svg {
    width: 60px !important;
  }

  .terrace-sense .accordion a,
  .terrace-sense .accordion li {
    height: 350px;
  }

  .plans_section h3.title {
    margin: 0px;
  }

  #location .tabs_lists ul li {
    width: auto;
  }

  .footer-form {
    width: 100%;
  }

  footer {
    padding: 30px 20px 30px;
  }
}

/* Map */
#map {
  width: 100%;
  height: 400px;
  border: 10px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

input#origin-input {
  top: 0px;
  padding: 16px;
  height: 48px;
  width: 70%;
  right: auto;
  margin: auto;
  margin-top: 20px;
  border-radius: 30px;
  border: 1px solid #e76b54;
  background: #fff;
  color: #e76b54;
  font-size: 22px;
  font-family: "Edensor";
}

input#origin-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e76b54;
  opacity: 1;
  /* Firefox */
}

input#origin-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e76b54;
}

input#origin-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e76b54;
}

div#map_output div {
  border: 1px solid #fff;
  color: #000;
  width: 250px;
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
  margin: auto;
  margin-bottom: 10px;
  background: #fff;
  font-size: 18px;
  font-family: "Edensor";
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

div#map_output div {
  position: relative;
}

/* div#map_output div:before {
  content: '';
  position: absolute;
  left: -34px;
  border-top: 27px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 36px solid white;
  top: -5px;
} */

#map_output #duration,
#map_output #distance {
  animation: none !important;
}

@media (max-width: 550px) {
  #map {
    height: 300px;
    margin-top: 80px;
  }

  div#map_output div {
    width: 100%;
  }

  div#map_output div b {
    display: inline-block;
    margin-left: 5px;
  }

  input#origin-input {
    font-size: 18px;
    width: 100%;
    margin-top: 0px;
    z-index: 99;
    border-radius: 0px;
  }

  div#map_output div:before {
    display: none;
  }
}

div#map_output {
  margin-top: 30px;
}

input#destination-input {
  display: none;
}

div#mode-selector {
  display: none;
}

/* Map */

/* Call */
a.call_btn {
  background: #e76b54;
  padding: 8px 16px !important;
  border-radius: 10px;
  color: #fff !important;
  font-size: 15px !important;
}

a.call_btn i {
  color: #fff !important;
  font-size: 15px !important;
}

@media (max-width: 650px) {
  .header-top .d-flex {
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  a.call_btn {
    background: #e76b54;
    padding: 0px !important;
    border-radius: 10px;
    color: #fff !important;
    font-size: 35px !important;
    width: 35px;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  a.call_btn i {
    font-size: 18px !important;
  }

  #footer-form .intl-tel-input .selected-flag {
    height: 40px;
  }
  #banner-bottom-form .intl-tel-input .selected-flag {
    height: 40px;
  }
}
/* Call */

#kenytChatBubble.style1 {
  bottom: 0px !important;
}
