/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  /* line-height: 1; */
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body * {
  font-family: "Poppins", sans-serif;
}

/* sticky form code */
.stickyForm {
  position: fixed;
  top: 25%;
  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;
  border: 1px solid #2a3958;
}

.stickyForm .btn {
  background: #2a3958;
  padding: 10px 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: -94px;
  color: #fff;
  height: 40px;
  border-radius: 7px 7px 0 0;
  font-size: 15px;
  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;
  box-shadow: none;
}

.stickyForm input#phone {
  /*padding-left: 50px !important; */
}

body .stickyForm label {
  width: 100% !important;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm input[type="tel"],
body .stickyForm textarea,
body .stickyForm .intl-tel-input {
  width: 100% !important;
  border: 0;
  height: 35px;
  background: transparent;
  border-bottom: 1px solid #2a3958;
  margin-bottom: 13px;
}

.stickyForm [type="submit"] {
  background: #2a3958;
  color: white;
  border: 0;
  padding: 10px 25px;
  border-radius: 2px;
  border: 1px solid #2a3958;
}

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: #fff;
  border: 1px solid #2a3958;
  color: #2a3958;
}

.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: #2a3958 !important;
  color: #fff;
  height: 40px !important;
  padding: 0px 30px !important;
  /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
body .stickyForm textarea {
  height: auto;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  color: #fff;
}

body .stickyForm .btn:hover {
  color: #fff;
}

body .stickyForm .btn:focus {
  color: #fff;
}

body .stickyForm.active .btn:hover {
  color: #2a3958;
}

body .stickyForm.active .btn:focus {
  color: #2a3958;
}

body .stickyForm label.error {
  background: #fff;
  color: red;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 3px;
}

.stickyForm input {
  outline: none !important;
  color: #2a3958;
}

/* end of sticky form code */

.image {
  width: 100%;
}

.heroBanner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.brand {
  display: block;
  width: 180px;
}
.brand img {
  width: 90%;
}

/*Header*/
header {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 10px;
  z-index: 999;
}
.menuLists {
  padding: 20px 0px;
}
.menuLists li {
  margin: 0px 10px;
}
.menuLists li a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  transition: 0.6s;
}
.menuLists li:last-child {
  margin-right: 0px;
}

.menuLists li a:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
}
.menuLists li:hover a {
  color: #2a3958;
}
.menuLists li:hover a:after {
  opacity: 1;
  transform: translateY(0px);
  background: #2a3958;
}
header.fixed-header {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header.fixed-header .menuLists li a {
  color: #000;
}

/*Header*/

/*Banner*/
.flyingText {
  position: absolute;
  top: 23%;
  right: 15%;
}
.flyingText h1 {
  color: #fff;
  font-size: 40px;
  font-family: "FarnhamDisplay";
  line-height: 50px;
  margin-bottom: 10px;
}
.flyingText h6 {
  color: #fff;
  font-family: "FarnhamDisplay";
  font-size: 23px;
  font-weight: 300;
}
.heroBanner {
  position: relative;
  margin-top: 0px;
}
.heroBanner img {
}

.flyingText:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 11px;
  width: 5px;
  height: 90%;
  background: #fff;
}

.fixedContent {
  width: 30%;
  background: url(../images/bg-gold.webp);
  position: absolute;
  bottom: 0px;
  min-height: 140px;
  left: 9%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixedContent small {
  display: block;
  margin: 10px 0px;
}
.fixedContent big span {
  font-family: sans-serif;
}
.fixedContent big {
  display: block;
  margin: 10px 0px;
  font-size: 40px;
  font-family: "FarnhamDisplay";
}
.fixedContent p {
  display: block;
  font-size: 1.2em;
  line-height: 25px;
}
/*Banner*/

.space-pd {
  padding: 70px 0px;
}
.space-pd-top {
  padding: 70px 0px 0px;
}
.space-pd-bottom {
  padding: 0px 0px 70px;
}

.title {
  margin: 30px 0px;
}
.title h2 {
  font-size: 60px;
  text-align: center;
  font-family: "FarnhamDisplay";
}

/*OverView*/
.overviewContent {
}

.overviewContentBox {
}
.overviewContentBox p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: "FarnhamDisplay";
}

.seaImage {
  position: relative;
}

.seaImage svg {
  left: 0px;
  right: 0px;
  width: 100%;
}

.seaImage svg path {
  transition: 6s transform ease;
}
/*OverView*/

/*Highlights Section*/
.highlightsSection {
}
.highlightsSection .iconBox {
  text-align: center;
  margin-bottom: 20px;
}
.highlightsSection .icon {
}
.highlightsSection .icon img {
  max-height: 110px;
  min-height: 110px;
  object-fit: contain;
  width: 110px;
}
.highlightsSection .caption {
  font-size: 20px;
  line-height: 30px;
  font-family: "FarnhamDisplay";
  margin: 20px 0px;
  min-height: 50px;
}
/*Highlights Section*/

/*Amenitites*/
.amenities {
  background: url(../images/blackBg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.amenities .title {
}
.amenities .title h2 {
  color: #fff;
}

.tabsLists {
  margin: 25px 0px 0px;
}
.tabsLists ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: auto;
  flex-wrap: wrap;
}
.tabsLists ul li {
  cursor: pointer;
  color: #fff;
  width: 25%;
  text-align: center;
  margin: 0px 20px;
  border: 1px solid #fff;
  padding: 15px;
  transition: 0.6s;
}
.tabsLists ul li.active {
  background: #dfd066;
  color: #222;
}

.d-none.active {
  display: block !important;
  opacity: 1;
}

.tabsContent {
  margin-top: 5rem;
}
.tabsContent .item {
  text-align: center;
}
.tabsContent .item img {
  width: 100px !important;
  max-width: 100px !important;
  min-height: 100px;
  max-height: 100px;
  object-fit: contain;
}

.tabsContent p.caption {
  color: #fff;
  margin-top: 2rem;
  font-family: "FarnhamDisplay";
  font-size: 20px;
  min-height: 50px;
  line-height: 25px;
}

.owl-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 25%;
  width: 110%;
  left: -5%;
}

.owl-slider .owl-prev {
  width: 40px;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 5px;
}

.owl-slider .owl-next {
  width: 40px;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 5px;
}

/*Amenitites*/

/*Location Highlights*/

.locationBenefits {
}
.locationBenefits .map {
  height: 100%;
}
.locationBenefits .map .ratio {
  height: 100%;
}
.locationBenefits .map iframe {
  height: 100%;
}

.locationBenefits .boxWrapper {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10%;
}
.locationBenefits .boxWrapper .box {
  width: 50%;
  margin-bottom: 30px;
}
.locationBenefits .boxWrapper .box .icon {
  margin-bottom: 20px;
}
.locationBenefits .boxWrapper .box .icon img {
  max-height: 100px;
  min-height: 60px;
  object-fit: contain;
}
.locationBenefits .boxWrapper .box .subTitle {
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0px 20px;
}
.locationBenefits .boxWrapper .box .lists {
}
.locationBenefits .boxWrapper .box .lists li {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "FarnhamDisplay", sans-serif;
}
/*Location Highlights*/

/*About Us Content*/
.aboutUsContent {
  margin: 30px 0px;
}

.aboutUsContent p.lead {
  font-size: 20px;
  line-height: 30px;
  font-family: "FarnhamDisplay";
}
/*About Us Content*/

/*copyRight*/
.copyRight {
  background: url(../images/blackBg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  padding-bottom: 100px;
}
.copyRight p.lead {
  font-size: 12px;
  line-height: 20px;
  font-family: "FarnhamDisplay";
  text-align: center;
  padding: 20px 0px 10px;
  color: #fff;
}
/*copyRight*/

.aboutContentLogo img {
  width: 200px;
}

/*Scroll to Top*/

.scrollTop {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #bcad45;
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  transform: translateY(70px);
  transition: 0.6s transform linear;
  z-index: 999;
}

.scrollTop.up {
  transform: translateY(0px);
}

/*Scroll to Top*/

/*Form*/

section.bannerFormSection {
  background: #111111;
  padding: 20px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}
section.bannerFormSection form {
}
.formwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.formwrapper .box {
  flex: 1;
  position: relative;
}
.formwrapper .box input,
.formwrapper .box select {
  width: 95%;
  margin: auto;
  background: transparent !important;
  border: 1px solid #aa9924;
  color: #fff;
  height: 30px;
  font-size: 12px;
  border-radius: 0.25rem;
  height: 30px;
}

.formwrapper .box select option {
  color: #000;
}

.formwrapper .box input[type="submit"] {
  color: #fff;
  border: 1px solid #fff;
  transition: 0.6s;
  background: linear-gradient(45deg, #dfd066, #9b8b23) !important;
  outline: none;
}

.formwrapper .box input[type="submit"]:hover {
  background: #000;
}

#bannerForm label.error {
  position: relative;
  bottom: auto;
  left: auto;
  font-size: 12px;
  color: red;
}
/*Form*/

.formwrapper .box:first-child input {
  margin-left: 0px;
}
.formwrapper .box:last-child input {
  margin-right: 0px;
}

.checkbox label {
  color: #fff;
  text-align: center;
}
.form-check {
  width: 50%;

  margin: auto;

  font-size: 10px;

  margin-top: 10px;

  line-height: 16px;

  min-height: auto;
}

header.fixed-header {
  position: fixed;
  z-index: 999;
}

.overviewContent {
  background: url(../images/bg_image.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.overviewContent .row {
  position: relative;
  z-index: 9;
}
.overviewContent:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ffffffbf;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Popup Design */
.popupformDesign {
  min-height: auto !important;
  max-width: 370px !important;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  padding: 40px 30px 25px !important;
}
.popupformDesign h5 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}
.popupformDesign .formwrapper {
  flex-wrap: wrap;
}
.popupformDesign .formwrapper .box {
  width: 100%;
  flex: auto;
  margin-bottom: 10px;
}
.popupformDesign .formwrapper .box input,
.popupformDesign .formwrapper .box select {
  width: 100%;
  color: #000 !important;
  border: 1px solid #000;
  box-shadow: none;
  height: 45px;
  font-size: 16px;
}

.popupformDesign .form-check {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 1rem;
  width: 100%;
}
.popupformDesign .form-check label {
}

.popupformDesign .formwrapper .box input[type="submit"] {
  background: #000 !important;
  color: #fff !important;
  font-size: 17px;
}

body div#mobilePopupForm input::placeholder {
  color: #000;
}

body div#mobilePopupForm input::-ms-input-placeholder {
  color: #000;
}

.popupformDesign .form-check label {
  color: #000;
}

.popupformDesign label.error {
  color: red;
  margin-top: 5px;
}
.popupformDesign .flag-container,
.popupformDesign .intl-tel-input.allow-dropdown .selected-flag {
  height: 45px;
}
/* Popup Design */


.menuLists li a:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  display: block;
  right: -10px;
  left: auto;
  top: 0px;
  bottom: 0px;
  background: #000;
  margin: auto;
}

.menuLists li a {
  position: relative;
  display: inline-block;
}

.menuLists li:last-child a:before{
display: none;
}


/*Media Query*/
@media (min-width: 1660px) {
  .fixedContent {
    width: 22%;
  }
}
@media (max-width: 1200px) {
  .fixedContent {
    background: url(../images/bg-gold.webp);
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  .fixedContent {
    width: 50%;
  }
}

@media (max-width: 996px) {
  .fixedContent {
    width: 70%;
  }
  .menuLists {
    width: 100%;
  }
  .menuLists li {
    margin: 0px 10px;
  }
  .highlightsSection .caption br {
    display: none;
  }
  .tabsLists ul {
    width: 100%;
  }

  .locationBenefits .mb-5 {
    margin-bottom: 1rem !important;
  }

  .locationBenefits .title {
    margin: 10px 0px;
  }
  .locationBenefits .map {
    margin-bottom: 0px;
  }
  .locationBenefits .boxWrapper {
    padding: 0px;
    margin-top: 70px;
  }
  .heroBanner img {
    height: 60vh;
  }
  .flyingText {
    right: auto;
    left: 12%;
  }
  .flyingText h1 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .heroBanner img {
    height: 80vh;
  }
  .owl-slider .owl-nav {
    width: 100%;
    left: 0px;
  }
}

@media (max-width: 550px) {
  .brand {
    width: 100%;
  }
  .brand img {
    width: 100% !important;
  }
  .heroBanner img {
    height: auto;
  }
  .flyingText {
    top: 20%;
    left: 10%;
  }
  .flyingText h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .flyingText h6 {
    font-size: 20px;
    line-height: 25px;
  }
  .fixedContent {
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    min-height: auto;
    padding: 5px 0px 15px;
  }
  .fixedContent small {
    margin: 15px 0px 0px;
  }
  .fixedContent big {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .fixedContent p {
    font-size: 18px;
  }
  .space-pd {
    padding: 40px 0px;
  }
  .title {
    margin: 15px 0px;
  }
  .title h2 {
    font-size: 40px;
  }
  .overviewContentBox p {
    font-size: 18px;
  }
  .seaImage svg {
    height: 150px;
  }
  .highlightsSection .mt-5 {
    margin-top: 1rem !important;
  }
  .highlightsSection .mb-5 {
    margin-bottom: 0px !important;
  }
  .highlightsSection .icon img {
    max-height: 80px;
    min-height: 80px;
  }
  .highlightsSection .caption {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0px 0px;
    min-height: 70px;
  }
  .space-pd-bottom {
    padding-bottom: 40px;
  }
  .space-pd-top {
    padding-top: 40px;
  }
  .tabsLists ul li {
    font-size: 12px;
    width: 33%;
    margin: 0px 0px;
  }
  .owl-slider .owl-prev,
  .owl-slider .owl-next {
    width: 25px;
    height: 60px;
    font-size: 30px;
  }
  .owl-slider .owl-next {
  }

  .tabsContent .item img {
    width: 70px !important;
    max-width: 70px !important;
    min-height: 70px;
    max-height: 70px;
  }

  .tabsContent p.caption {
    font-size: 18px;
  }

  .locationBenefits .boxWrapper {
    margin-top: 30px;
  }
  .locationBenefits .boxWrapper .box .subTitle {
    font-size: 18px;
    line-height: 20px;
    min-height: auto;
    margin-bottom: 20px;
  }
  .locationBenefits .boxWrapper .box .lists li {
    font-size: 16px;
  }
  .locationBenefits .boxWrapper .box {
    width: 100%;
    text-align: center;
  }
  .locationBenefits .boxWrapper .box:last-child {
    margin-bottom: 0px;
  }
  section.space-pd.locationBenefits {
    padding-bottom: 10px;
  }
  .aboutUsContent p.lead {
    font-size: 16px;
  }
  .copyRight p.lead {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  header {
    position: relative;
  }
  .formwrapper .box,
  .formwrapper .box input {
    width: 100%;
  }

  .formwrapper .box {
    margin-bottom: 10px;
    width: 100%;
  }
  #bannerForm label.error {
    position: relative;
    top: auto;
    bottom: auto;
    margin-top: 5px;
    left: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .heroBanner img {
    height: 100vh;
  }
  .fixedContent {
    width: 45%;
    min-height: auto;
    padding: 10px;
  }
  .flyingText h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .fixedContent big {
    font-size: 25px;
  }
  .fixedContent p {
    font-size: 18px;
    line-height: 25px;
  }
  .brand {
    width: 120px;
  }
  .highlightsSection .caption {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (min-width: 300px) and (max-width: 768px) and (orientation: landscape) {
  .heroBanner img {
    height: 150vh;
  }
  .menuLists {
    display: none !important;
  }

  .fixedContent {
    width: 60%;
    min-height: auto;
    padding: 10px;
  }
  .flyingText h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .fixedContent big {
    font-size: 25px;
  }
  .fixedContent p {
    font-size: 17px;
    line-height: 25px;
  }
  .brand {
    width: 120px;
  }
  .highlightsSection .caption {
    font-size: 16px;
    line-height: 25px;
  }

  .flyingText {
    left: 13%;
    top: 15%;
  }
  .title h2 {
    font-size: 45px;
  }
  .space-pd {
    padding: 40px 0px;
  }
  .title {
    margin: 20px 0px;
  }
  .seaImage svg {
    height: 200px;
  }
  .space-pd-bottom {
    padding-bottom: 30px;
  }
  .tabsLists ul li {
    margin: 0px;
    width: 33%;
  }

  .owl-slider .owl-nav {
    width: 120%;
    left: -10%;
  }
  .tabsContent p.caption {
    font-size: 16px;
  }

  .locationBenefits .col-sm-7 {
    width: 100%;
  }
  .locationBenefits .col-sm-5 {
    width: 100%;
  }
  .aboutUsContent p.lead {
    font-size: 16px;
    line-height: 25px;
  }
  .locationBenefits .boxWrapper .box .lists li {
    font-size: 16px;
    line-height: 25px;
  }
  .overviewContentBox p {
    font-size: 16px;
    line-height: 25px;
  }
  .highlightsSection .icon img {
    max-height: 70px;
    min-height: 70px;
    object-fit: contain;
    width: 70px;
  }
  .tabsContent .item img {
    width: 70px !important;
    max-width: 70px !important;
    min-height: 70px;
    max-height: 70px;
  }
}

/*Media Query */

div#errorMessage {
  position: fixed;
  top: -5%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  left: 0px;
  right: 0px;
  background: #dc3546;
  margin: auto;
  padding: 10px 20px;
  display: inline-block;
  width: max-content;
  border-radius: 4px;
  opacity: 0;
}

div#formMessage {
  position: fixed;
  top: -20%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  left: 0px;
  right: 0px;
  background: transparent;
  margin: auto;
  padding: 10px 20px;
  display: inline-block;
  width: max-content;
  border-radius: 4px;
  opacity: 0;
  transition: 0.6s;
  padding-left: 35px;
  cursor: pointer;
}

div#formMessage.active {
  top: 5%;
  opacity: 1;
}
div#formMessage.error {
  background: #dc3546;
}
div#formMessage.success {
  background: #198754;
}

div#formMessage.success:before {
  content: "\f058";
  position: absolute;
  left: 12px;
  top: 11px;
  font-family: "Font Awesome 5 Free";
}

div#formMessage.error:before {
  content: "\f057";
  position: absolute;
  left: 12px;
  top: 11px;
  font-family: "Font Awesome 5 Free";
}

.otp_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otp_box input {
  margin: 0px 2px !important;
  padding: 1px !important;
  text-align: center;
}
.otp_box label {
  color: #fff;
  margin-right: 5px;
}

.box.phoneOtp {
  position: relative;
}
.box.phoneOtp span.phoneEdit {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 10px;
  color: #aa9924;
  display: none;
}
.box.phoneOtp span.phoneEdit i {
}

.box.phoneOtp span.phoneEdit.show {
  display: block;
}

@media (max-width: 660px) {
  section.bannerFormSection {
    display: none;
  }
  .wp-mb .nav-link i {
    margin-right: 4px;
  }
  .wp-mb {
    left: 0;
    bottom: 0px;
    width: 100vw;
    position: fixed;
    font-size: 1.4rem;
    height: 40px;
    background-color: #a19029;
    line-height: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
    z-index: 999;
    background: url(../images/bg-gold.webp);
    background-size: cover;
  }
  .wp-mb .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .wp-mb .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }
  .wp-mb li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .wp-mb .nav-link {
    display: block;
    padding: 0.5rem 0;
    font-size: 17px;
    color: #000;
    line-height: 25px;
  }

  .formwrapper {
    flex-wrap: wrap;
  }
  .formwrapper .box {
    width: 100%;
    flex: auto;
  }
  .formwrapper .box input {
  }
  .formwrapper .box input {
    height: 45px;
  }
  .popupformDesign {
    min-height: auto !important;
    max-width: 95% !important;
    border-radius: 6px;
    overflow: hidden;
    padding: 40px 30px 25px !important;
  }
  .popupformDesign h5 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
  }
  .formwrapper .box input,
  .formwrapper .box select {
    width: 100%;
    color: #000 !important;
  }
  .form-check {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkbox label {
    color: #000;
    font-size: 13px;
    line-height: 16px;
  }
  .intl-tel-input.allow-dropdown .selected-flag,
  .intl-tel-input.separate-dial-code .selected-flag {
    height: 45px !important;
  }
  .formwrapper .box select {
    color: #000;
    height: 45px;
  }
  label.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
  }
  .otp_box label {
    color: #000;
  }
  .box.phoneOtp span.phoneEdit {
    top: 18px;
    font-size: 15px;
  }
  .copyRight {
    padding-bottom: 50px;
  }
  .scrollTop {
    bottom: 60px;
  }
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  transform: scale(0.4);
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

span.loading {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    text-align: center;
}
#bannerForm .lds-spinner{
      top: -16px;
}

@media (max-width: 660px) {
  span.loading {
    position: absolute;
    right: 0px;
    top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lds-spinner div:after {
    background: #000;
  }
  .heroBanner {
    position: relative;
    margin-top: 0px;
  }
  section#overview {
    padding-top: 0px;
  }

  .menuLists_header {
    position: absolute;
    top: 80px;
    background: #fff;
    height: auto;
    left: 0px;
    display: none;
  }
  .menuLists li {
    margin: 0px 10px;
    width: 100%;
    margin-bottom: 15px;
  }
  .menuLists {
    width: 100%;
    flex-direction: column;
  }

  .btn11 {
    position: relative;
    width: 30px;
    height: 40px;
    top: -10px;
    left: 20px;
    transition-duration: 0.5s;
    margin: auto;
    margin-right: 0px;
  }
  .btn11 .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #212121;
  }
  .btn11 .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: -10px;
  }
  .btn11 .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: 10px;
  }
  .btn11 .icon-left:hover {
    cursor: pointer;
  }
  .btn11 .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #212121;
    left: 15px;
  }
  .btn11 .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: -10px;
  }
  .btn11 .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: 10px;
  }
  .btn11.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn11.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
  }
  .btn11.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
  }
  .btn11.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn11.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
  }
  .btn11.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
  }
  .btn11:hover {
    cursor: pointer;
  }
}

ul.country-list {
  bottom: 50px !important;
}

#mobilePopupForm ul.country-list {
  bottom: auto !important;
}

.reraSection {
  padding: 20px 0px;
  background: #fff;
}

.reraSection p {
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "FarnhamDisplay";
  text-align: center;
  word-break: break-all;
}
.call-now {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
}
.call-now a {
  color: #fff;
  text-decoration: none;
}

.owl-hero-slider .owl-nav {
  position: absolute;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px 10px;
}

.owl-hero-slider .owl-nav .owl-prev,
.owl-hero-slider .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

@media (max-width: 650px) {
  .owl-hero-slider .owl-nav {
    position: relative;
    bottom: auto;
    margin-top: 1rem;
  }
  .owl-hero-slider .owl-nav .owl-prev,
  .owl-hero-slider .owl-nav .owl-next {
    background: #d4d4d4;
  }
}

/* New Changes */

.unit_configuration_main_box {
  gap: 40px;
}
.unit_configuration_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
  padding: 2% 0px;
  aspect-ratio: 2/1;
}

.unit_configuration_box h2 {
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: #aa9924;
  font-weight: 600;
  margin: 12px 0px;
}

.unit_configuration_box h5 {
  width: 100%;
  font-size: 20px;
}

.unit_configuration_box a {
  border: 1px solid #aa9924;
  width: auto;
  padding: 8px 15px;
  display: inline-block;
  background: #aa9924;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.6s;
}
.unit_configuration_box a:hover {
  background: transparent;
  color: #aa9924;
}

.mfp-image-holder .mfp-content {
  max-width: 80% !important;
}

.mfp-image-holder .mfp-content button.mfp-close {
  padding: 0px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: red;
  border-radius: 100px;
  color: #fff !important;
}

.tabs_list ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  gap: 22px;
}

.tabs_list ul li a {
  display: block;
  background: #cfc056;
  width: 200px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.6s;
  text-align: center;
}

.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}

.owl-plan-slider {
  width: 70% !important;
  margin: auto;
}

.tabs_list ul li a.active {
  background: #000;
}

.owl-nav-circle {
}

.owl-nav-circle .owl-next {
  right: 0px;
}

.owl-nav-circle .owl-prev {
  left: 0px;
}

.owl-nav-circle .owl-next,
.owl-nav-circle .owl-prev {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a4952c;
  border-radius: 100px;
  color: #fff;
}

.owl-nav-circle .owl-next i,
.owl-nav-circle .owl-prev i {
}

@media (max-width: 650px) {
  .unit_configuration_box {
    padding: 10% 0px;
  }
  section#configuration {
    padding-bottom: 50px;
  }
  .unit_configuration_box {
    width: 80%;
  }
  .owl-project-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    gap: 10px;
  }

  .owl-project-slider .owl-nav .owl-prev {
  }

  .owl-project-slider .owl-nav .owl-next {
  }

  .owl-project-slider .owl-nav .owl-prev i,
  .owl-project-slider .owl-nav .owl-next i {
  }

  .owl-project-slider .owl-nav .owl-prev,
  .owl-project-slider .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #bcad45;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .mfp-image-holder .mfp-content {
    max-width: 100% !important;
  }

  .owl-nav-circle .owl-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
  }

  .owl-nav-circle .owl-next,
  .owl-nav-circle .owl-prev {
    position: relative;
    top: auto;
  }

  .owl-plan-slider{
    width: 100% !important;
  }

  .menuLists li a:before{
    display: none;
  }

}

.cloudzoom-blank {
  display: none;
}


.enquiry_btn_plans {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
}

.enquiry_btn_plans button {
  padding: 10px 20px;
  border-radius: 5px;
  background: #a5952c;
  color: #fff;
  border: 1px solid #fff;
}

ul.inner_tabs_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 10px;
}

ul.inner_tabs_box button {
  width: 107px;
  display: block;
  background: #cfc056;
  padding: 10px 0px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.6s;
  text-align: center;
  border: 1px solid #cfc056;
}

ul.inner_tabs_box button.active{
  background-color: #000;
}

.inner_tab_content{
  display: none;
  width: 70%;
  margin: auto;
}

.inner_tab_content.active{
  display: block;
}

a.enable_plans_image {
    display: block;
}

#mobilePopupForm span.loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
}
#mobilePopupForm span.loading .lds-spinner
{
  top: -5px;
}
input[type="submit"][disabled] {
    filter: blur(2px);
}