/* @import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap'); */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: "Bodoni Moda", serif;
  src: url("../fonts/Bree\ Light.ttf");
}

@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/Metropolis-Regular.otf");
}

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.ttf");
}


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,
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;
  /* padding: 16px 0px; */
}

body {
  line-height: 1;
  font-size: 14px !important;
  overflow-x: hidden;
  font-family: "optima" !important;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.config-wrap1 {
  text-align: center;
  /* border-top: 10px solid #ffffff; */
  /* border-bottom: 40px solid #ffffff; */
  /* border-left: 10px solid #ffffff; */
  /* border-right: 10px solid #ffffff; */
  padding: 25px 0px;
  margin-bottom: 10px;
  transition: ease all 0.5s;
  background: rgb(0 0 0 / 68%);
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(150, 126, 69, 1) 100%); */
  border-radius: -18px;
}

.config-wrap1 h3 {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 30px;
}

.config-line {
  height: 3px;
  background: #ffffff;
  width: 50px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.config-wrap1 .pricing_btn {
  display: inline-block;
  text-align: center;
  background: #4F3212;
  border: none;
  font-size: 17px;
  color: #ffffff;
  /* width: 75%; */
  padding: 9px 10px;
  border-radius: 0px;
  margin: 5px 0px;
  font-weight: 600;
  outline: none;
}

.sqr-info {
  color: #fff;
  font-weight: 600;
  font-family: 'MyriadPro', sans-serif;
  letter-spacing: 1px;
  font-size: 17px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

p {
  margin-bottom: 10px;
  line-height: 20px;
  font-family: 'MyriadPro', sans-serif;
}

#hide-menu {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 5px 68px;
  transition: top 0.3s;
  box-shadow: 1px 1px 13px 0px #0000002b;
}

.navbar-default {
  /* background-image: url(../images/texture.webp); */
  margin-bottom: 0px;
  border: none;
  background-color: #000;
  border-radius: 0;
  transition: ease all 0.5s;
}

.navbar-default.fixHeader {
  background: #956657;
  transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a {
  color: #4F3212;
  font-size: 20px;
  font-family: 'MyriadPro', sans-serif;
  text-shadow: none;
  /* font-family: 'MyriadPro-Regular'; */
  margin: 8px 0px;
}

.navbar-collapse.collapse {
  margin: 0 auto;
}

.navbar-default .navbar-nav>li>a:focus {
  /* color: #224e22; */
  text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #956657;
  /* font-family: 'MyriadPro-Regular'; */
  /* font-size: 20px; */
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-image: none;
  box-shadow: none;
  background: transparent;
  /* color: #224e22; */
}

.navbar-brand>img {
  width: 155px;
  margin-top: 0px;
  /* margin-left: -34px; */
}

.navbar-brand>img.nav-logo {
  width: 200px;
  margin-top: 8px;
  /* margin-left: 30px; */
  margin-left: 0;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 0px;
    float: none;
  }

}


@font-face {
  font-family: "HELVET";
  src: url("../fonts/HELVET.ttf") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  /* font-family: 'HELVET'; */
}

.item-cnt {

  display: flex;
  align-items: center;

}

.navbar-header2 {
  float: right;
}

/*--------------------------------------------------------------------*/

.banner {
  width: 100%;
  height: 100vh;
}

#iam-interested input,
#float-form select {
  height: 40px !important;
  border: none !important;
  padding-left: 9px !important;
  width: 100%;
  background: #fff !important;
}

#iam-interested .input-group-addon {
  background-color: #161A22;
  color: #fff;
  border: 0;
}

.lborder {
  border-right: 1px solid #161A22;
}

#iam-interested .form-ico {
  font-size: 19px !important;
}

#iam-interested .form-group {
  height: 40px;
  margin-bottom: 23px;
  padding: 0px;
}

#iam-interested .form-heading h3 {
  font-family: "HELVET";
  font-size: 20px;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

#iam-interested .form-heading p {
  /* font-family: 'HELVET'; */
  margin-bottom: 5px !important;
}

#iam-interested .form-heading {
  margin-bottom: 35px !important;
}

#iam-interested input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  margin: 0px;
}

.radio-label {
  font-size: 15px;
  margin-top: 0px;
}

.menu-overlay {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.6s;
}

.navbar-right {
  float: left !important;
  /* margin-right: 30%; */
  text-align: center;
}

.menu-overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  /*margin-top: 30px;*/
}

.menu-overlay a {
  padding: 15px 0;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  font-family: 'MyriadPro', sans-serif;
  display: block;
  transition: 0.3s;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
  color: #f1f1f1;
}

.menu-overlay .closebtn {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 48px;
}


@media only screen and (min-width: 768px) {
  #banner-form {
    position: absolute;
    width: 245px;
    right: 5%;
    top: 15%;
    z-index: 9999;
  }
}

@media only screen and (max-width: 767px) {
  .sec-bannerform {
    padding: 40px 20px;
    background: #fff;
    /*display: none;*/
  }

  #banner-form {}

  .ami-wrap {
    margin-bottom: 25px;
  }

  .br,
  .bd {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .footer {
    margin-bottom: 50px !important;
  }
}

.carousel-inner>.item>img {
  line-height: 1;
  margin-top: 77px;
}

#configuration {
  padding: 50px 0;
  background: url(../images/living.webp) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec-amenities h2 {
  font-family: "HELVET";
  text-align: center;
  font-size: 30px;
  margin-bottom: 7px;
}

.head-line {
  height: 4px;
  width: 100px;
  background: linear-gradient(to right, #956657 0%, #956657e0 100%);
  display: block;
  margin: 0px auto;
  margin-bottom: 41px;
}

.head-line {
  height: 4px;
  width: 100px;
  background: #ffffff;
  display: block;
  margin: 20px auto 20px;
}

.head-line:before {
  /* border-radius: 18px; */
  text-align: center;
  content: " ";
  height: 12px;
  width: 12px;
  background: #956657;
  transform: rotate(45deg);
  display: block;
  top: -4px;
  position: relative;
  margin: 0 auto;
  /* margin-bottom: 20px; */
}

.head1-line {
  text-align: center;
  margin-block: 7px;
}

.head1-line img {
  width: 210px;
}

.sub-head {
  /* font-family: 'Gotham Bold'; */
  text-align: center;
  font-size: 20px;
  margin-bottom: 13px;
  /* margin-top: -15px; */
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  padding: 18px 28px;
  margin: 0px auto;
}

.sub-head2 {
  font-weight: 800;
  text-align: center;
  font-family: "adobe-caslon-pro", serif;
  font-size: 38px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #4F3212;
  line-height: 45px;
  text-transform: uppercase;
}

.sub-head-conf {
  color: #fff;
}

.ami-wrap {}

.ami-wrap h3 {
  font-family: "HELVET";
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.br {
  border-right: 2px solid #fff;
}

.footer {
  /* background: linear-gradient(to right, #15322a 0%, #224e42 100%); */
  padding: 30px 0 20px 0px;
  color: #000;
  text-align: left;
  margin-bottom: 60px;
  position: relative;
  /* background-image: url(../images/texture.webp); */
  display: inline-block;
  width: 100%;
}

.footer p {
  /* margin-bottom: 12px; */
  font-size: 14px;
  /* font-weight: 700; */
  margin: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
}

.interested,
.interested:focus {
  /* position: fixed;
  bottom: 90px;
  color: #fff;
  right: 15px;
  transition: 0.4s ease-in;
  z-index: 9999;
  background: linear-gradient(to right, #956657 0%, #956657e0 100%);
  width: 115px;
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
  border: none !important;
  border: 3px solid #ffffff;
  outline: none !important; */
}

.interested:hover {
  color: #ffffff;
  /*border: none !important;*/
}

/*---------------------------------*/

.modal-header {
  border-radius: 20px 20px 0px 0px;
}

.modal-body {
  border-radius: 0px 0px 20px 20px;
}

.modal-content {
  border-radius: 21px;
}

.modal-header {
  border: none;
  background: #161A22;
  color: #ffff;
  padding: 10px !important;
}

.modal-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "HELVET";
  font-size: 18px;
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  text-shadow: none;
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  border: 2px solid linear-gradient(to right, #956657 0%, #956657e0 100%);
  background: #4F3212;
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
  font-family: 'MyriadPro', sans-serif;
}

.price-btn:hover {
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  background-color: #fff !important;
  border-color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  transition: ease 0.5s;
}

.modal-header .close {
  opacity: 1;
  color: #fff;
  font-size: 35px !important;
  box-shadow: none;
  position: absolute;
  right: 13px;
  top: 6px;
  outline: none;
}

.modal-header .close:hover,
.modal-header .close:focus {
  background: transparent !important;
}

/*-------------------------------------------------------*/

#float-form input,
#float-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#float-form .input-group-addon {
  background: #4F3212;
  color: #fff;
  border: 0;
}

#float-form .form-ico {
  font-size: 19px !important;
}

#float-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

/*---- main popup--------------*/

#main-popup input,
#main-popup select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#main-popup .input-group-addon {
  background: #4F3212;
  color: #fff;
  border: 0;
}

#main-popup .form-ico {
  font-size: 19px !important;
}

#main-popup .form-group {
  height: 40px;
  margin-bottom: 23px;
}

/*-----------------------------*/

.error {
  color: red;
  padding-top: 4px;

}

.fixed-footer-cust {
  background: #161A22;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 2px;
}

.fix-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
}

.div-line {
  border-right: 1px solid #fff;
}

.free-call:hover {
  color: #ffffff;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
  font-weight: 900;
}

.i-am:hover,
.i-am:focus {
  background: transparent !important;
}

.thank-banner {
  width: 100%;
}

.sec-thank {
  padding: 70px 0px 10px;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #161A22;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  font-size: 19px;
  text-align: center;
  padding: 10px;
  width: 235px;
  margin: 0px auto;
  color: #fff;
  background: #161A22;
  border-radius: 25px;
  border-radius: 25px;
  margin-top: 30px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #161A22;
  border-radius: 25px;
}

.oops-greet {
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -64px !important;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -64px !important;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: 2px solid;
  border-radius: 58px;
  border: 2px solid;
  border-radius: 58px;
  margin: 10px 5px;
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 55px;
  font-family: initial;
  display: block;
  height: 35px;
  padding: 9px;
  color: #000;
  position: relative;
  top: -25px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  /* background: #d5d5d5; */
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  text-decoration: none;
}

.owl-theme .owl-nav {
  margin-top: 15px !important;
  text-align: center;
}

.cust-container {
  width: 90%;
  display: table;
  margin: 0px auto;
}

#overview {
  padding: 50px 0;
  /* border: 12px solid #d58c81;
  border-image: url(../images/bg.webp) 30 stretch;
  outline: 5px solid #d58c81;
  outline-offset: -16px; */
}

#bgpatch {
  /* background: #03322a; */
  /* padding: 50px 0px; */
  background-image: url(../images/bgpatch.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 35%;
  border-top: 2px solid #fff;
  /* border-bottom: 2px solid #956657; */
}

.disclaimer h2 {
  text-align: center;
  margin: 0;
  font-size: 20px;
  margin-bottom: 7px;
}

.para {
  text-align: justify;
  font-size: 14px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px;
  margin-top: 45px;
  margin-bottom: 41px;
}

.navbar-headerl {
  float: right !important;
}

.para1 {
  text-align: justify;
  font-size: 14px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px;
  position: relative;
  /* left: -21px; */
  /* padding: 25px 28px; */
}

.disclaimer p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  color: #ffffff;
  font-family: 'MyriadPro', sans-serif;
  font-size: 16px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px 3px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  /* padding: 3px 30px; */
  margin: 0px auto;
}

.imgname {
  font-size: 12px !important;
  color: #fff !important;
  background: #956657;
  padding: 2px 0px !important;
}

.disclaimer ul li {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  width: 50%;
  text-align: initial;
  color: #000000;
  font-size: 16px;
  font-family: 'MyriadPro', sans-serif;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px 3px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  left: -5px;
  /* padding: 3px 30px; */
  margin: 0px auto;
}

.disclaimer ul li span {
  font-size: 16px;
  line-height: 2;
  position: absolute;
  right: 0px;
}

.disclaimer h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  color: #010a21;
}

.disclaimer .wrap {
  border: 2px solid #010a21;
  min-height: 400px;
  width: 200px;
  border-radius: 150px 150px 0 0;
  padding-top: 50px;
  margin: 0 auto;
}

.owl-theme .owl-nav {
  color: #010a21 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ffffff !important;
  color: #fff;
  text-decoration: none;
}

.disc-click {
  color: #fff;
  font-weight: 600;
  margin: 6px 0px;
  display: block;
  display: inline;
}

.desc-click {
  color: #fff;
  font-weight: 600;
  margin: 6px 0px;
  display: block;
  display: inline;
}

.fix-form-wrap {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: #ffffff;
  padding-top: 14px;
  box-shadow: 0px 0px 7px 0px;
  z-index: 99;
  padding-bottom: 10px;
  display: none;
}

#enquire-now h3 {
  display: block;
  font-size: 20px;
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  text-align: right;
  color: #15322a;
  vertical-align: middle;
  position: relative;
  font-family: 'MyriadPro', sans-serif;
  margin: 10px 0px;
}

#enquire-now p {
  text-align: right;
  color: #15322a;
}

.enq-button {
  border: none;
  background: #4F3212;
  color: #fff;
  font-size: 15px;
  text-shadow: none;
  font-family: 'MyriadPro', sans-serif;
  padding: 12px 30px;
}

.callnow {
  /* color: linear-gradient(to right, #956657 0%, #956657e0 100%) !important;
   */
  color: #956657 !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 42px;
}


#price-form .input-group-addon,
#floor-form .input-group-addon {
  background: #161A22;
  color: #fff;
  border: 0;
}

#price-form select,
#floor-form select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}

#price-form .input-group-addon,
#floor-form .input-group-addon {
  background: #161A22;
  color: #fff;
  border: 0;
}



.modal-header .close,
#price-model .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: -4px;
  margin-right: 0px;
}

/*---- main popup--------------*/

#price-form input,
#price-form select,
#floor-form input,
#floor-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#price-form .input-group-addon,
#floor-form .input-group-addon {
  background: #161A22;
  color: #fff;
  border: 0;
}

#price-form .form-ico,
#floor-form .form-ico {
  font-size: 19px !important;
}

#price-form .form-group,
#floor-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

.why {
  margin-top: 50px;
}

/*-----------------------------*/

#enquire-now input,
#enquire-now select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #eae4e4;
  border-radius: 0;
}

#enquire-now .input-group-addon {
  background-color: #4F3212;
  color: #fff;
  border: 0;
  /* border-radius: 25px 0 0 25px; */
}

#enquire-now .form-ico {
  font-size: 19px !important;
  /* color: #fff; */
}

#enquire-now .form-group {
  height: 40px;
  margin-bottom: 14px;
}

#about {
  /* padding: 50px 0px; */
  background: #4F3212;
  background-image: url(../images/bg1.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}

.highlight-wrapper {
  padding: 20px 0px;
}

.highlights {
  padding: 20px;
}

.highlights img,
.about-wrap img {
  pointer-events: none;
}

.overlay {
  padding: 50px 0px;
  background: #ffffff38;
}

/*-------------------------------------------------------*/

/* .slideDown {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transition: ease all 0.5s;
} */

.slideUp {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: ease all 0.5s;
}

.carousel-control.left {
  background-image: none !important;
}

.carousel-control.right {
  background-image: none !important;
}

.header-logo-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}

.fix-logo-left {
  background: #fff;
  width: 130px;
}

.fix-logo-right {
  background: #fff;
  width: 130px;
  float: right;
}

.joy {
  /* width: 201px; */
  /* height: 96px; */
  /* --loader-delay-offset: 1ms !important; */
  margin-top: 7px;
  /* padding: 15px; */
  /* margin-left: -25px; */
}

.box {
  /* box-shadow: inset 1px 1px 5px; */
  /* height: 286px; */
  /* border-right: 2px solid  linear-gradient(to right, #956657 0%, #956657e0 100%);; */
}

.box img {
  /* margin-left: 50px; */
  width: 165px;
  display: block;
  margin: 0px auto;
}

.pricingTable {
  background-color: #fff;
  text-align: center;
  padding: 25px 0 0;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  /* border-radius: 20px; */
}

.pricingTable .pricingTable-header {
  background: linear-gradient(transparent, transparent, #e7e7e7);
  padding: 0 0 20px;
}

.pricingTable .title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.pricingTable .title:after {
  content: "";
  background: #f63459;
  width: 160px;
  height: 3px;
  margin: 20px auto 0;
  display: block;
  clear: both;
}

.pricingTable .price-value {
  color: #f63459;
  font-size: 34px;
  font-weight: 800;
  line-height: 47px;
  letter-spacing: 2px;
  display: block;
}

.pricingTable .price-value sup {
  font-size: 30px;
  vertical-align: bottom;
}

.pricingTable .pricing-content {
  background: linear-gradient(#f53149, #fd6653);
  /* border-radius: 0 0 20px 20px; */
  padding: 15px 0px;
}

.pricingTable .pricingTable-signup a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 25px;
  margin: 0 auto;
  border: 2px solid #fff;
  /* border-radius: 10px; */
  display: inline-block;
  transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
  letter-spacing: 2px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.tbl {
  /*border: none;*/
  /*box-shadow: 8px 8px 19px #bbbbbb;*/
  background: #fff;
}


.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 15px;
  font-size: 16px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: inherit;
  color: #fff;
  font-weight: 600;
  width: 20%;
  font-family: sans-serif;
  border-top: 1px solid #ddd;
}

.table>tbody>tr>td {
  padding: 15px;
  font-size: 16px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: inherit;
  color: #000;
  font-weight: 600;
  width: 20%;
  font-family: sans-serif;
  border-top: 1px solid #ddd;
}

.her {
  text-align: center;
}

.her {
  background-color: #161A22;
  color: #fff;
  border-bottom: none !important;
}

.price-click {
  background-color: #161A22;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

.footer img {
  /* object-fit: contain; */
  align-items: center;
  justify-content: center;
  width: 84px;
  margin-bottom: 20px;
  margin-inline: 30px;
}

.footer img:last-child {
  width: 73px;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo-wrap {
    position: initial;
  }

  .fix-logo-left {
    width: 88px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .fix-logo-right {
    width: 88px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .para1 {
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 41px;
    position: relative;
    left: unset;
    /* padding: 20px; */
  }

  .para {
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0px;
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 41px;
  }

  .joy {
    width: 201px;
    height: 96px;
    --loader-delay-offset: 1ms !important;
    margin-top: 15px;
    /* padding: 15px; */
  }

  .box {
    height: auto;
    /* border-bottom: 1px solid; */
    /* border-right: none; */
  }

  #about {
    background-size: 100%;
  }

  .price-click {
    display: block;
  }

  .box img {
    width: 100%;
    margin-left: 0px;
  }

  .flogo img {
    margin: 10px;
  }
}

.imgcon img {
  width: 74px;
  margin: 19%;
}

@media screen and (max-width: 768px) {
  .imgcon img {
    width: 56px;
    margin: 14px auto;
  }

  .disclaimer p {
    /* line-height: 30px;
    width: 100%;
    text-align: justify;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 0 5px;
    position: relative;
    /* left: -21px; */
    /* padding: 3px 30px; */
    /* margin: 0px auto; */
  }
}

.bg-testimonial {
  background-image: url(../images/bg2.png);
  background-repeat: space;
  background-size: 10%;
}

.testimonial {
  margin: 50px 30px 30px 30px;
  text-align: center;
  position: relative;
  /* margin-block: 10em; */
  /* background-image: url(../images/bg2.png);
  background-repeat: round;
  background-size: 6%; */
}

.testimonial .description {
  padding: 15px 12px;
  /* margin-bottom: 55px; */
  border-left: 1px solid #ffffff;
  font-size: 15px;
  color: #000;
  line-height: 33px;
  position: relative;
}

.testimonial .description:before,
.testimonial .description:after {
  content: "";
  width: 20%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial .description:after {
  top: auto;
  bottom: 0;
}

.testimonial .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  position: relative;
}

.testimonial:before,
.testimonial .title:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #ffffff;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.testimonial .title:before {
  top: 24px;
}

.testimonial .pic {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.back-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.foot-img {
  /* position: absolute; */
  width: 100% !important;
  /* left: 65px; */
  /* opacity: 1; */
  /* height: 600px; */
  /* object-fit: cover; */
  margin: 14px 0px !important;
}

#Location1 {
  padding: 50px 0px;
}

#Location1 p {
  font-size: 18px;
  line-height: 2;
}

.loc1 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  color: #03322a;
  font-size: 15px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px 3px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  /* padding: 3px 30px; */
  margin: 0px auto;
}

@media screen and (max-width: 768px) {

  #Location1 p {
    font-size: 16px;
    line-height: 2;
  }

  .disclaimer p {
    font-size: 14px;
    line-height: 22px;
  }

  .sub-head2 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 13px;
  }
}

/* ---------------- Legacy ---------------- */
.sec-about {
  padding: 70px 0;
  background-size: cover;
  background-repeat: repeat;
  background-color: #FFFFFF;
}

.sec-head {
  color: #000;
  text-transform: uppercase;
  /*font-family: 'DINPro-Bold';*/
  font-size: 31px;
  letter-spacing: 3px;
  text-align: center;
  font-family: 'RosellindaAlyamore';
  /* font-weight: 800; */
  position: relative;
  z-index: 9;
}

.white {
  color: #ffffff;
}

.sec-brochure .sec-head {
  font-size: 50px;
  letter-spacing: 5px;
}

.builder-wrap {
  text-align: center;
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-height: 250px;
}

.builder-wrap img {
  width: 160px;
  margin-bottom: 20px;
}

.legecy_wrap {
  text-align: center;
}

.legecy_wrap h2 {
  font-family: 'RosellindaAlyamore';
  font-size: 48px;
  margin-bottom: 15px;
  color: #956657;
}

.legecy_wrap p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 10px;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 10px;
  /* width: 500px; */
}

#accordion .panel-title a {
  display: block;
  padding: 12px 34px;
  font-size: 16px;
  font-family: 'Metropolis';
  background: #4F3212;
  font-weight: 600;
  height: 40px;
  letter-spacing: 1px;
  color: #fff;
  /* background: #575856; */
  text-transform: uppercase;
  border: none;
  position: relative;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  line-height: 32px;
  /* border-radius: 50%; */
  background: #ffffff;
  text-align: center;
  font-size: 15px;
  color: #956657;
  border: 5px solid #4F3212;
  position: absolute;
  top: 0px;
  border-radius: -22px;
  right: 1px;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after {
  content: "\f067";
}

#accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after {
  transform: rotate(360deg);
}

#accordion .panel-body {
  padding: 0px 25px;
  background: #fff;
  font-size: 16px;
  color: #4F3212;
  padding: 13px 22px;
  /* background-image: linear-gradient(to right, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #268564, #268564, #268564, #268564, #268564, #268564); */
  line-height: 1.5;
  border-top: none;
  position: relative;
}

#accordion .panel-body ul {
  list-style: circle;
  font-family: 'MyriadPro', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 30px;
}

/* ======================================= horizontal accordion Start ======================================== */



/* ========================================== horizontal accordion end ======================================= */


.highl {
  box-shadow: 6px 8px 17px 0px #00000073;
  background: #fff;
  padding: 15px 20px;
  margin: 0 15px 50px 0px;
  position: relative;
  height: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.highl:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0d8a63;
  position: absolute;
  top: 10%;
  left: 3%;
  opacity: 0.5;
  z-index: -1;
  background-image: linear-gradient(to right, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #268564, #268564, #268564, #268564, #268564, #268564);
}

.highl:after {
  /* content: "1"; */
  counter-increment: section;
  content: counter(section);
  /* width: 100%; */
  /* height: 100%; */
  background: #a47732;
  position: absolute;
  font-size: 25px;
  top: -1%;
  color: #fff;
  left: 0%;
  /* opacity: 0.5; */
  padding: 4px 13px;
  font-weight: 600;
}

.highl .title {
  text-align: inherit;
  font-size: 16px;
  font-weight: 800;
  color: #333;
  text-transform: uppercase;
  margin: 13px 0px;
  list-style: disc;
}

.highl .description {
  font-size: 14px;
  color: #000;
  line-height: 25px;
  padding: 25px 31px;
}

.highl .highl-content {
  position: relative;
}

.highl .highl-content:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 45px;
  color: #a8a8a8;
}

.highl .pic {
  display: inline-block;
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}

.highl .pic img {
  width: 100%;
  height: auto;
}

.highl .content {
  display: inline-block;
  margin: 10px 0;
}

.highl .name {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

.highl .post {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.highl .rating {
  padding: 0;
  margin: 0;
  list-style: none;
}

.highl .rating li {
  display: inline-block;
  color: #ffc207;
}

.amiwrap {
  margin: 15px auto 0;
  position: relative;
  cursor: pointer;
  transition: ease all 0.5s;
  width: 85%;
  text-align: center;
  background: #fff;
  padding: 4px 3px;
}

.border-effect::before {
  left: 0px;
  top: 0;
  transition-duration: 0.4s;
}

.amiwrap::before,
.amiwrap::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  /* background: #3bb884; */
}

.border-effect .bo::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.bo::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #912634;
  left: 0px;
  top: 0px;
}

.border-effect .bo::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.amiwrap:hover {
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.border-effect::before,
.border-effect::after {
  left: 0;
}

.amiwrap::before,
.amiwrap::after {
  width: 100%;
}

.bo::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #912634;
  right: 0px;
  top: 0px;
}

.border-effect::after {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.bo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 10px 20px;
  background: #161A22;
}

.bo1 {
  /* height: 100px; */
  background: #fff;
  /* display: block; */
}

.bo img {
  width: 51px !important;
  color: #fff;
  position: relative;
  margin: 0 !important;
}

.bo1 img {
  width: 77px !important;
  margin: 0 auto;
  display: block;
}

.bo p {
  width: 100%;
  font-size: 12px;
  color: black;
  line-height: 23px;
  font-weight: 200;
  margin: 0px;
  text-align: center !important;
}

.amiwrap1 p {
  color: #211d1e;
}

span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  /* padding: 55px; */
}

.close span {
  font-size: 30px;
}

.border-effect::before {
  left: 0px;
  top: 0;
  transition-duration: 0.4s;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
  transition: all 0.5s;
  border: none;
  margin-top: 15px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  position: absolute;
  top: 0;
  transform: translate(-100%, 0);
  transition: all 1s;
}

.artist {
  position: absolute !important;
  bottom: 10px;
  color: #fff !important;
  left: 15px;
  font-size: 7px !important;
}

.legac {
  position: relative;
}

.legac .legacy-txt {
  position: absolute !important;
  bottom: 42px;
  color: #fff !important;
  left: 0px;
  font-size: 10px !important;
  background: #0000007d;
}

.locname {
  /* left: 15%; */
  text-align: right !important;
}

.imglist img {
  width: 100%;
}

.fa-rotate-45 {
  transform: rotate(110deg);
  /* margin-top: 0px; */
}

.amen__img img {
  width: 100% !important;
  margin: 0 !important;
}

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

.amen_row {
  background-image: url(../images/bg2.png);
  background-repeat: round;
  background-size: 6%;

}

.amen__div,
.amen1__div {
  position: relative;
  padding-left: 50px;
}

/* .amen__div::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 20%;
  height: 20%;
  background: url(../images/divider.webp) center no-repeat;
  background-size: cover;
  transform: rotate(90deg);
} */

.amen__div h3,
.amen1__div h3 {
  font-family: 'Metropolis', sans-serif;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 2px;
  color: #4F3212;
}

.amen__div p,
.amen1__div p {
  font-family: 'MyriadPro', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 1px;
}

.newamendiv p {
  font-family: 'MyriadPro', sans-serif;
  font-size: 17px !important;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 1px;
  margin-top: 10px !important;
}

.amen_pd {
  padding-top: 30px;
  background-color: #ffffff8a;
}

.item .amen_row .overlay {
  position: absolute;
  top: -60px;
  left: 120px;
  opacity: 0.4;
}

#location {
  padding: 50px 0;
  background-color: #e5e5e5;
  /* border: 12px solid #d58c81;
  border-image: url(../images/bg.webp) 30 stretch;
  outline: 5px solid #d58c81;
  outline-offset: -16px;
  margin-top: 15px; */
}

#location .container-fluid .loc_row {
  display: flex;
  align-items: center;
}

.loc_title {
  position: relative;
}

.loc_title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #efc7c3;
}

.loc_title h3 {
  font-family: 'Bree', sans-serif;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 2px;
  color: #efc7c3;
}

.loc_para {
  padding-top: 25px;
  padding-bottom: 20px;
}

.loc_para p {
  font-family: 'MyriadPro', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 1px;
  margin-bottom: 0;
}

#about {
  padding: 50px 0;
  /* border: 12px solid #d58c81;
  border-image: url(../images/bg.webp) 30 stretch;
  outline: 5px solid #d58c81;
  outline-offset: -16px;
  margin-top: 15px; */
}

.floor__img img {
  width: 100% !important;
  height: auto;
  filter: blur(2px);
  cursor: pointer;
}


.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 45px;
  position: relative;
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-inline: 5px;
  width: 10%;
}

@media all and (max-width:768px) {
  .mytab li {
    width: 30%;
  }
}

.mytab li:first-child::after {
  /* border-right: 2px solid #F08E56;
    padding-inline: 10px; */
  content: " ";
  display: block;
  width: 2px;
  height: 40px;
  background-color: #bbd2db;
  position: absolute;
  left: 105%;
  top: 0px;
  margin: 0 auto;
}

.mytab li:nth-child(2)::after {
  /* border-right: 2px solid #F08E56;
    padding-inline: 10px; */
  content: " ";
  display: block;
  width: 2px;
  height: 40px;
  background-color: #bbd2db;
  position: absolute;
  left: 105%;
  top: 0px;
  margin: 0 auto;
}


@font-face {
  font-family: "Bodoni Moda", serif;
  src: url("../fonts/Bree\ Light.ttf");
}

@font-face {
  font-family: 'Metropolis';
  src: url("../fonts/Metropolis-Regular.otf");
}

@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.ttf");
}


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,
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;
  /* padding: 16px 0px; */
}

body {
  line-height: 1;
  font-size: 14px !important;
  overflow-x: hidden;
  font-family: "optima" !important;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.config-wrap1 {
  text-align: center;
  /* border-top: 10px solid #ffffff; */
  /* border-bottom: 40px solid #ffffff; */
  /* border-left: 10px solid #ffffff; */
  /* border-right: 10px solid #ffffff; */
  padding: 25px 0px;
  margin-bottom: 10px;
  transition: ease all 0.5s;
  background: rgb(0 0 0 / 68%);
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(150, 126, 69, 1) 100%); */
  border-radius: -18px;
}

.config-wrap1 h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #fff;
}

.config-line {
  height: 3px;
  background: #ffffff;
  width: 50px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.config-wrap1 .pricing_btn {
  display: inline-block;
  text-align: center;
  background: #89664c;
  border: none;
  font-size: 17px;
  color: #ffffff;
  /* width: 75%; */
  padding: 9px 10px;
  border-radius: 0px;
  margin: 5px 0px;
  font-weight: 600;
  outline: none;
}

.sqr-info {
  color: #fff;
  font-weight: 600;
  font-family: 'MyriadPro', sans-serif;
  letter-spacing: 1px;
  font-size: 17px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

p {
  margin-bottom: 10px;
  line-height: 20px;
  font-family: 'MyriadPro', sans-serif;
}

#hide-menu {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 5px 68px;
  transition: top 0.3s;
  box-shadow: 1px 1px 13px 0px #0000002b;
}

.navbar-default {
  /* background-image: url(../images/texture.webp); */
  margin-bottom: 0px;
  border: none;
  background-color: #000;
  border-radius: 0;
  transition: ease all 0.5s;
}

.navbar-default.fixHeader {
  background: #956657;
  transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a {
  color: #4F3212;
  font-size: 17px;
  font-family: 'MyriadPro', sans-serif;
  text-shadow: none;
  /* font-family: 'MyriadPro-Regular'; */
  margin: 8px 0px;
}

.navbar-collapse.collapse {
  margin: 0 auto;
}

.navbar-default .navbar-nav>li>a:focus {
  /* color: #224e22; */
  text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #956657;
  /* font-family: 'MyriadPro-Regular'; */
  /* font-size: 20px; */
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-image: none;
  box-shadow: none;
  background: transparent;
  /* color: #224e22; */
}

.navbar-brand>img {
  width: 155px;
  margin-top: 0px;
  /* margin-left: -34px; */
}

.navbar-brand>img.nav-logo {
  width: 200px;
  margin-top: 8px;
  /* margin-left: 30px; */
  margin-left: 0;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 0px;
    float: none;
  }

}


@font-face {
  font-family: "HELVET";
  src: url("../fonts/HELVET.ttf") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  /* font-family: 'HELVET'; */
}

.item-cnt {

  display: flex;
  align-items: center;

}

.navbar-header2 {
  float: right;
}

/*--------------------------------------------------------------------*/

.banner {
  width: 100%;
  height: 100vh;
}

#iam-interested input,
#float-form select {
  height: 40px !important;
  border: none !important;
  padding-left: 9px !important;
  width: 100%;
  background: #fff !important;
}

#iam-interested .input-group-addon {
  background-color: #161A22;
  color: #fff;
  border: 0;
}

.lborder {
  border-right: 1px solid #161A22;
}

#iam-interested .form-ico {
  font-size: 19px !important;
}

#iam-interested .form-group {
  height: 40px;
  margin-bottom: 23px;
  padding: 0px;
}

#iam-interested .form-heading h3 {
  font-family: "HELVET";
  font-size: 20px;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

#iam-interested .form-heading p {
  /* font-family: 'HELVET'; */
  margin-bottom: 5px !important;
}

#iam-interested .form-heading {
  margin-bottom: 35px !important;
}

#iam-interested input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  margin: 0px;
}

.radio-label {
  font-size: 15px;
  margin-top: 0px;
}

.menu-overlay {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.6s;
}

.navbar-right {
  float: left !important;
  /* margin-right: 30%; */
  text-align: center;
}

.menu-overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  /*margin-top: 30px;*/
}

.menu-overlay a {
  padding: 15px 0;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  font-family: 'MyriadPro', sans-serif;
  display: block;
  transition: 0.3s;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
  color: #f1f1f1;
}

.menu-overlay .closebtn {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 48px;
}


@media only screen and (min-width: 768px) {
  #banner-form {
    position: absolute;
    width: 245px;
    right: 5%;
    top: 15%;
    z-index: 9999;
  }
}

@media only screen and (max-width: 767px) {
  .sec-bannerform {
    padding: 40px 20px;
    background: #fff;
    /*display: none;*/
  }

  #banner-form {}

  .ami-wrap {
    margin-bottom: 25px;
  }

  .br,
  .bd {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .footer {
    margin-bottom: 50px !important;
  }
}

.carousel-inner>.item>img {
  line-height: 1;
  margin-top: 77px;
}

#configuration {
  padding: 50px 0;
  background: url(../images/living.webp) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec-amenities h2 {
  font-family: "HELVET";
  text-align: center;
  font-size: 30px;
  margin-bottom: 7px;
}

.head-line {
  height: 4px;
  width: 100px;
  background: linear-gradient(to right, #956657 0%, #956657e0 100%);
  display: block;
  margin: 0px auto;
  margin-bottom: 41px;
}

.head-line {
  height: 4px;
  width: 100px;
  background: #ffffff;
  display: block;
  margin: 20px auto 20px;
}

.head-line:before {
  /* border-radius: 18px; */
  text-align: center;
  content: " ";
  height: 12px;
  width: 12px;
  background: #956657;
  transform: rotate(45deg);
  display: block;
  top: -4px;
  position: relative;
  margin: 0 auto;
  /* margin-bottom: 20px; */
}

.head1-line {
  text-align: center;
  margin-block: 7px;
}

.head1-line img {
  width: 210px;
}

.sub-head {
  /* font-family: 'Gotham Bold'; */
  text-align: center;
  font-size: 20px;
  margin-bottom: 13px;
  /* margin-top: -15px; */
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  padding: 18px 28px;
  margin: 0px auto;
}

.sub-head2 {
  font-weight: 800;
  text-align: center;
  font-family: "adobe-caslon-pro", serif;
  font-size: 38px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #4F3212;
  line-height: 45px;
  text-transform: uppercase;
}

.sub-head-conf {
  color: #fff;
}

.ami-wrap {}

.ami-wrap h3 {
  font-family: "HELVET";
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.br {
  border-right: 2px solid #fff;
}

.footer {
  /* background: linear-gradient(to right, #15322a 0%, #224e42 100%); */
  padding: 30px 0 20px 0px;
  color: #000;
  text-align: left;
  margin-bottom: 60px;
  position: relative;
  /* background-image: url(../images/texture.webp); */
  display: inline-block;
  width: 100%;
}

.footer p {
  /* margin-bottom: 12px; */
  font-size: 14px;
  /* font-weight: 700; */
  margin: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
}

.interested,
.interested:focus {
  /* position: fixed;
  bottom: 90px;
  color: #fff;
  right: 15px;
  transition: 0.4s ease-in;
  z-index: 9999;
  background: linear-gradient(to right, #956657 0%, #956657e0 100%);
  width: 115px;
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
  border: none !important;
  border: 3px solid #ffffff;
  outline: none !important; */
}

.interested:hover {
  color: #ffffff;
  /*border: none !important;*/
}

/*---------------------------------*/

.modal-header {
  border-radius: 20px 20px 0px 0px;
}

.modal-body {
  border-radius: 0px 0px 20px 20px;
}

.modal-content {
  border-radius: 21px;
}

.modal-header {
  border: none;
  background: #89664c;
  color: #ffff;
  padding: 10px !important;
}

.modal-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "HELVET";
  font-size: 18px;
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  text-shadow: none;
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  border: 2px solid linear-gradient(to right, #956657 0%, #956657e0 100%);
  background: #89664c;
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
  font-family: 'MyriadPro', sans-serif;
}

.price-btn:hover {
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  background-color: #fff !important;
  border-color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  transition: ease 0.5s;
}

.modal-header .close {
  opacity: 1;
  color: #fff;
  font-size: 35px !important;
  box-shadow: none;
  position: absolute;
  right: 13px;
  top: 6px;
  outline: none;
}

.modal-header .close:hover,
.modal-header .close:focus {
  background: transparent !important;
}

/*-------------------------------------------------------*/

#float-form input,
#float-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#float-form .input-group-addon {
  background: #89664c;
  color: #fff;
  border: 0;
}

#float-form .form-ico {
  font-size: 19px !important;
}

#float-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

/*---- main popup--------------*/

#main-popup input,
#main-popup select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#main-popup .input-group-addon {
  background: #4F3212;
  color: #fff;
  border: 0;
}

#main-popup .form-ico {
  font-size: 19px !important;
}

#main-popup .form-group {
  height: 40px;
  margin-bottom: 23px;
}

/*-----------------------------*/

.error {
  color: red;
  padding-top: 4px;

}

.fixed-footer-cust {
  background: #161A22;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 2px;
}

.fix-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
}

.div-line {
  border-right: 1px solid #fff;
}

.free-call:hover {
  color: #ffffff;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
  font-weight: 900;
}

.i-am:hover,
.i-am:focus {
  background: transparent !important;
}

.thank-banner {
  width: 100%;
}

.sec-thank {
  padding: 70px 0px 10px;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #161A22;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  font-size: 19px;
  text-align: center;
  padding: 10px;
  width: 235px;
  margin: 0px auto;
  color: #fff;
  background: #161A22;
  border-radius: 25px;
  border-radius: 25px;
  margin-top: 30px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #161A22;
  border-radius: 25px;
}

.oops-greet {
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -64px !important;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -64px !important;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: 2px solid;
  border-radius: 58px;
  border: 2px solid;
  border-radius: 58px;
  margin: 10px 5px;
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 55px;
  font-family: initial;
  display: block;
  height: 35px;
  padding: 9px;
  color: #000;
  position: relative;
  top: -25px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  /* background: #d5d5d5; */
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  text-decoration: none;
}

.owl-theme .owl-nav {
  margin-top: 15px !important;
  text-align: center;
}

.cust-container {
  width: 90%;
  display: table;
  margin: 0px auto;
}


#overview {
  padding: 50px 0;
  background-image: url(../images/bg1.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}

#bgpatch {
  /* background: #03322a; */
  /* padding: 50px 0px; */
  background-image: url(../images/bgpatch.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 35%;
  border-top: 2px solid #fff;
  /* border-bottom: 2px solid #956657; */
}

.disclaimer h2 {
  text-align: center;
  margin: 0;
  font-size: 20px;
  margin-bottom: 7px;
}

.para {
  text-align: justify;
  font-size: 14px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px;
  margin-top: 45px;
  margin-bottom: 41px;
}

.navbar-headerl {
  float: right !important;
}

.para1 {
  text-align: justify;
  font-size: 14px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px;
  position: relative;
  /* left: -21px; */
  /* padding: 25px 28px; */
}

.disclaimer p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  color: #000;
  font-family: 'MyriadPro', sans-serif;
  font-size: 16px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px 3px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  /* padding: 3px 30px; */
  margin: 0px auto;
}

.imgname {
  font-size: 12px !important;
  color: #fff !important;
  background: #956657;
  padding: 2px 0px !important;
}

.disclaimer ul li {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  width: 50%;
  text-align: initial;
  color: #000000;
  font-size: 16px;
  font-family: 'MyriadPro', sans-serif;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px 3px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  left: -5px;
  /* padding: 3px 30px; */
  margin: 0px auto;
}

.disclaimer ul li span {
  font-size: 16px;
  line-height: 2;
  position: absolute;
  right: 0px;
}

.disclaimer h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  color: #010a21;
}

.disclaimer .wrap {
  border: 2px solid #010a21;
  min-height: 400px;
  width: 200px;
  border-radius: 150px 150px 0 0;
  padding-top: 50px;
  margin: 0 auto;
}

.owl-theme .owl-nav {
  color: #010a21 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ffffff !important;
  color: #fff;
  text-decoration: none;
}

.disc-click {
  color: #fff;
  font-weight: 600;
  margin: 6px 0px;
  display: block;
  display: inline;
}

.desc-click {
  color: #fff;
  font-weight: 600;
  margin: 6px 0px;
  display: block;
  display: inline;
}

.fix-form-wrap {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: #ffffff;
  padding-top: 14px;
  box-shadow: 0px 0px 7px 0px;
  z-index: 99;
  padding-bottom: 10px;
  display: none;
}

#enquire-now h3 {
  display: block;
  font-size: 20px;
  color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  text-align: right;
  color: #15322a;
  vertical-align: middle;
  position: relative;
  font-family: 'MyriadPro', sans-serif;
  margin: 10px 0px;
}

#enquire-now p {
  text-align: right;
  color: #15322a;
}

.enq-button {
  border: none;
  background: #89664c;
  color: #fff;
  font-size: 15px;
  text-shadow: none;
  font-family: 'MyriadPro', sans-serif;
  padding: 12px 30px;
}

.callnow {
  /* color: linear-gradient(to right, #956657 0%, #956657e0 100%) !important;
   */
  color: #956657 !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 42px;
}



#price-form .input-group-addon,
#floor-form .input-group-addon {
  background: #161A22;
  color: #fff;
  border: 0;
}

#price-form select,
#floor-form select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}

#price-form .input-group-addon,
#floor-form .input-group-addon {
  background: #161A22;
  color: #fff;
  border: 0;
}


.modal-header .close,
#price-model .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: -4px;
  margin-right: 0px;
}

/*---- main popup--------------*/

#price-form input,
#price-form select,
#floor-form input,
#floor-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#price-form .input-group-addon,
#floor-form .input-group-addon {
  background: #89664c;
  color: #fff;
  border: 0;
}

#price-form .form-ico,
#floor-form .form-ico {
  font-size: 19px !important;
}

#price-form .form-group,
#floor-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

.why {
  margin-top: 50px;
}

/*-----------------------------*/

#enquire-now input,
#enquire-now select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #eae4e4;
  border-radius: 0;
}

#enquire-now .input-group-addon {
  background-color: #89664c;
  color: #fff;
  border: 0;
  /* border-radius: 25px 0 0 25px; */
}

#enquire-now .form-ico {
  font-size: 19px !important;
  /* color: #fff; */
}

#enquire-now .form-group {
  height: 40px;
  margin-bottom: 14px;
}

#about {
  /* padding: 50px 0px; */
  background: #e5e5e5;
  background-image: url(../images/bg1.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}

.highlight-wrapper {
  padding: 20px 0px;
}

.highlights {
  padding: 20px;
}

.highlights img,
.about-wrap img {
  pointer-events: none;
}

.overlay {
  padding: 50px 0px;
  background: #ffffff38;
}

/*-------------------------------------------------------*/

/* .slideDown {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transition: ease all 0.5s;
} */

.slideUp {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: ease all 0.5s;
}

.carousel-control.left {
  background-image: none !important;
}

.carousel-control.right {
  background-image: none !important;
}

.header-logo-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}

.fix-logo-left {
  background: #fff;
  width: 130px;
}

.fix-logo-right {
  background: #fff;
  width: 130px;
  float: right;
}

.joy {
  /* width: 201px; */
  /* height: 96px; */
  /* --loader-delay-offset: 1ms !important; */
  margin-top: 7px;
  /* padding: 15px; */
  /* margin-left: -25px; */
}

.box {
  /* box-shadow: inset 1px 1px 5px; */
  /* height: 286px; */
  /* border-right: 2px solid  linear-gradient(to right, #956657 0%, #956657e0 100%);; */
}

.box img {
  /* margin-left: 50px; */
  width: 165px;
  display: block;
  margin: 0px auto;
}

.pricingTable {
  background-color: #fff;
  text-align: center;
  padding: 25px 0 0;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  /* border-radius: 20px; */
}

.pricingTable .pricingTable-header {
  background: linear-gradient(transparent, transparent, #e7e7e7);
  padding: 0 0 20px;
}

.pricingTable .title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.pricingTable .title:after {
  content: "";
  background: #f63459;
  width: 160px;
  height: 3px;
  margin: 20px auto 0;
  display: block;
  clear: both;
}

.pricingTable .price-value {
  color: #f63459;
  font-size: 34px;
  font-weight: 800;
  line-height: 47px;
  letter-spacing: 2px;
  display: block;
}

.pricingTable .price-value sup {
  font-size: 30px;
  vertical-align: bottom;
}

.pricingTable .pricing-content {
  background: linear-gradient(#f53149, #fd6653);
  /* border-radius: 0 0 20px 20px; */
  padding: 15px 0px;
}

.pricingTable .pricingTable-signup a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 25px;
  margin: 0 auto;
  border: 2px solid #fff;
  /* border-radius: 10px; */
  display: inline-block;
  transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
  letter-spacing: 2px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.tbl {
  /*border: none;*/
  /*box-shadow: 8px 8px 19px #bbbbbb;*/
  background: #fff;
}


.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 15px;
  font-size: 16px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: inherit;
  color: #fff;
  font-weight: 600;
  width: 20%;
  font-family: sans-serif;
  border-top: 1px solid #ddd;
}

.table>tbody>tr>td {
  padding: 15px;
  font-size: 16px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: inherit;
  color: #000;
  font-weight: 600;
  width: 20%;
  font-family: sans-serif;
  border-top: 1px solid #ddd;
}

.her {
  text-align: center;
}

.her {
  background-color: #161A22;
  color: #fff;
  border-bottom: none !important;
}

.price-click {
  background-color: #161A22;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

.footer img {
  /* object-fit: contain; */
  align-items: center;
  justify-content: center;
  width: 84px;
  margin-bottom: 20px;
  margin-inline: 30px;
}

.footer img:last-child {
  width: 73px;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo-wrap {
    position: initial;
  }

  .fix-logo-left {
    width: 88px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .fix-logo-right {
    width: 88px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .para1 {
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 41px;
    position: relative;
    left: unset;
    /* padding: 20px; */
  }

  .para {
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0px;
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 41px;
  }

  .joy {
    width: 201px;
    height: 96px;
    --loader-delay-offset: 1ms !important;
    margin-top: 15px;
    /* padding: 15px; */
  }

  .box {
    height: auto;
    /* border-bottom: 1px solid; */
    /* border-right: none; */
  }

  #about {
    background-size: 100%;
  }

  .price-click {
    display: block;
  }

  .box img {
    width: 100%;
    margin-left: 0px;
  }

  .flogo img {
    margin: 10px;
  }
}

.imgcon img {
  width: 74px;
  margin: 19%;
}

@media screen and (max-width: 768px) {
  .imgcon img {
    width: 56px;
    margin: 14px auto;
  }

  .disclaimer p {
    /* line-height: 30px;
    width: 100%;
    text-align: justify;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 0 5px;
    position: relative;
    /* left: -21px; */
    /* padding: 3px 30px; */
    /* margin: 0px auto; */
  }
}

.bg-testimonial {
  background-image: url(../images/bg2.png);
  background-repeat: space;
  background-size: 10%;
}

.testimonial {
  margin: 0;
  text-align: center;
  position: relative;
}

.testimonial .description {
  padding: 15px 12px;
  /* margin-bottom: 55px; */
  border-left: 1px solid #ffffff;
  font-size: 15px;
  color: #000;
  line-height: 33px;
  position: relative;
}

.testimonial .description:before,
.testimonial .description:after {
  content: "";
  width: 20%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial .description:after {
  top: auto;
  bottom: 0;
}

.testimonial .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  position: relative;
}

.testimonial:before,
.testimonial .title:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #ffffff;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.testimonial .title:before {
  top: 24px;
}

.testimonial .pic {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.back-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.foot-img {
  /* position: absolute; */
  width: 100% !important;
  /* left: 65px; */
  /* opacity: 1; */
  /* height: 600px; */
  /* object-fit: cover; */
  margin: 14px 0px !important;
}

#Location1 {
  padding: 50px 0px;
}

#Location1 p {
  font-size: 18px;
  line-height: 2;
}

.loc1 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  color: #03322a;
  font-size: 15px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px 3px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  /* padding: 3px 30px; */
  margin: 0px auto;
}

@media screen and (max-width: 768px) {

  #Location1 p {
    font-size: 16px;
    line-height: 2;
  }

  .disclaimer p {
    font-size: 14px;
    line-height: 22px;
  }

  .sub-head2 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 13px;
  }
}

/* ---------------- Legacy ---------------- */
.sec-about {
  padding: 70px 0;
  background-size: cover;
  background-repeat: repeat;
  background-color: #FFFFFF;
}

.sec-head {
  color: #000;
  text-transform: uppercase;
  /*font-family: 'DINPro-Bold';*/
  font-size: 31px;
  letter-spacing: 3px;
  text-align: center;
  font-family: 'RosellindaAlyamore';
  /* font-weight: 800; */
  position: relative;
  z-index: 9;
}

.white {
  color: #ffffff;
}

.sec-brochure .sec-head {
  font-size: 50px;
  letter-spacing: 5px;
}

.builder-wrap {
  text-align: center;
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-height: 250px;
}

.builder-wrap img {
  width: 160px;
  margin-bottom: 20px;
}

.legecy_wrap {
  text-align: center;
}

.legecy_wrap h2 {
  font-family: 'RosellindaAlyamore';
  font-size: 48px;
  margin-bottom: 15px;
  color: #956657;
}

.legecy_wrap p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 10px;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 10px;
  /* width: 500px; */
}

#accordion .panel-title a {
  display: block;
  padding: 12px 34px;
  font-size: 16px;
  font-family: 'Metropolis';
  background: #89664c;
  font-weight: 600;
  height: 40px;
  letter-spacing: 1px;
  color: #fff;
  /* background: #575856; */
  text-transform: uppercase;
  border: none;
  position: relative;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  line-height: 32px;
  /* border-radius: 50%; */
  background: #ffffff;
  text-align: center;
  font-size: 15px;
  color: #4F3212;
  border: 5px solid #89664c;
  position: absolute;
  top: 0px;
  border-radius: -22px;
  right: 1px;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after {
  content: "\f067";
}

#accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after {
  transform: rotate(360deg);
}

#accordion .panel-body {
  padding: 0px 25px;
  background: #fff;
  font-size: 16px;
  color: #4F3212;
  padding: 13px 22px;
  /* background-image: linear-gradient(to right, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #268564, #268564, #268564, #268564, #268564, #268564); */
  line-height: 1.5;
  border-top: none;
  position: relative;
}

#accordion .panel-body ul {
  list-style: circle;
  font-family: 'MyriadPro', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 30px;
}

/* ======================================= horizontal accordion Start ======================================== */



/* ========================================== horizontal accordion end ======================================= */


.highl {
  box-shadow: 6px 8px 17px 0px #00000073;
  background: #fff;
  padding: 15px 20px;
  margin: 0 15px 50px 0px;
  position: relative;
  height: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.highl:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0d8a63;
  position: absolute;
  top: 10%;
  left: 3%;
  opacity: 0.5;
  z-index: -1;
  background-image: linear-gradient(to right, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #268564, #268564, #268564, #268564, #268564, #268564);
}

.highl:after {
  /* content: "1"; */
  counter-increment: section;
  content: counter(section);
  /* width: 100%; */
  /* height: 100%; */
  background: #a47732;
  position: absolute;
  font-size: 25px;
  top: -1%;
  color: #fff;
  left: 0%;
  /* opacity: 0.5; */
  padding: 4px 13px;
  font-weight: 600;
}

.highl .title {
  text-align: inherit;
  font-size: 16px;
  font-weight: 800;
  color: #333;
  text-transform: uppercase;
  margin: 13px 0px;
  list-style: disc;
}

.highl .description {
  font-size: 14px;
  color: #000;
  line-height: 25px;
  padding: 25px 31px;
}

.highl .highl-content {
  position: relative;
}

.highl .highl-content:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 45px;
  color: #a8a8a8;
}

.highl .pic {
  display: inline-block;
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}

.highl .pic img {
  width: 100%;
  height: auto;
}

.highl .content {
  display: inline-block;
  margin: 10px 0;
}

.highl .name {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

.highl .post {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.highl .rating {
  padding: 0;
  margin: 0;
  list-style: none;
}

.highl .rating li {
  display: inline-block;
  color: #ffc207;
}

.amiwrap {
  margin: 15px auto 0;
  position: relative;
  cursor: pointer;
  transition: ease all 0.5s;
  width: 85%;
  text-align: center;
  background: #000;
  padding: 4px 3px;
}

.border-effect::before {
  left: 0px;
  top: 0;
  transition-duration: 0.4s;
}

.amiwrap::before,
.amiwrap::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  /* background: #3bb884; */
}

.border-effect .bo::before {
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.bo::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #912634;
  left: 0px;
  top: 0px;
}

.border-effect .bo::after {
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}

.amiwrap:hover {
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.border-effect::before,
.border-effect::after {
  left: 0;
}

.amiwrap::before,
.amiwrap::after {
  width: 100%;
}

.bo::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #912634;
  right: 0px;
  top: 0px;
}

.border-effect::after {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.bo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 0;
  background: transparent;
}

.bo1 {
  /* height: 100px; */
  background: #fff;
  /* display: block; */
}

.bo img {
  width: 51px !important;
  color: #fff;
  position: relative;
  margin: 0 !important;
  filter: invert(16%) sepia(76%) saturate(595%) hue-rotate(352deg) brightness(92%) contrast(88%);
}

.bo1 img {
  width: 77px !important;
  margin: 0 auto;
  display: block;
}

.bo p {
  width: 100%;
  font-size: 12px;
  color: black;
  line-height: 1.5;
  font-weight: 200;
  margin: 0px;
  text-align: start !important;
}

.amiwrap1 p {
  color: #211d1e;
}

span {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0px;
  /* padding: 55px; */
}

.close span {
  font-size: 30px;
}

.border-effect::before {
  left: 0px;
  top: 0;
  transition-duration: 0.4s;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
  transition: all 0.5s;
  border: none;
  margin-top: 15px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  position: absolute;
  top: 0;
  transform: translate(-100%, 0);
  transition: all 1s;
}

.artist {
  position: absolute !important;
  bottom: 10px;
  color: #fff !important;
  left: 15px;
  font-size: 7px !important;
}

.legac {
  position: relative;
}

.legac .legacy-txt {
  position: absolute !important;
  bottom: 42px;
  color: #fff !important;
  left: 0px;
  font-size: 10px !important;
  background: #0000007d;
}

.locname {
  /* left: 15%; */
  text-align: right !important;
}

.imglist img {
  width: 100%;
}

.fa-rotate-45 {
  transform: rotate(110deg);
  /* margin-top: 0px; */
}

.amen__img img {
  width: 100% !important;
  margin: 0 !important;
}

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

.amen_row {
  background-image: url(../images/bg2.png);
  background-repeat: round;
  background-size: 6%;

}

.amen__div,
.amen1__div {
  position: relative;
  padding-left: 50px;
}

/* .amen__div::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 20%;
  height: 20%;
  background: url(../images/divider.webp) center no-repeat;
  background-size: cover;
  transform: rotate(90deg);
} */

.amen__div h3,
.amen1__div h3 {
  font-family: 'Metropolis', sans-serif;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 2px;
  color: #4F3212;
}

.amen__div p,
.amen1__div p {
  font-family: 'MyriadPro', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 1px;
}

.amen_pd {
  padding-top: 30px;
  background-color: #ffffff8a;
}

.item .amen_row .overlay {
  position: absolute;
  top: -60px;
  left: 120px;
  opacity: 0.4;
}

#location .container-fluid .loc_row {
  display: flex;
  align-items: center;
}

.loc_title {
  position: relative;
}

.loc_title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #efc7c3;
}

.loc_title h3 {
  font-family: 'Bree', sans-serif;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 2px;
  color: #efc7c3;
}

.loc_para {
  padding-top: 25px;
  padding-bottom: 20px;
}

.loc_para p {
  font-family: 'MyriadPro', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 1px;
  margin-bottom: 0;
}

#about {
  padding: 50px 0;
  /* border: 12px solid #d58c81;
  border-image: url(../images/bg.webp) 30 stretch;
  outline: 5px solid #d58c81;
  outline-offset: -16px;
  margin-top: 15px; */
}

.floor__img img {
  width: 100% !important;
  height: auto;
  filter: blur(2px);
  cursor: pointer;
}

.gal__sec {
  padding: 50px 0;
}

.gal__img {
  border: 2px solid #161A22;
}

.gal__img img {
  width: 100% !important;
  height: auto;
}

.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 45px;
  position: relative;
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-inline: 5px;
  width: 10%;
}

@media all and (max-width:768px) {
  .mytab li {
    width: 30%;
  }
}

.mytab li:first-child::after {
  /* border-right: 2px solid #F08E56;
    padding-inline: 10px; */
  content: " ";
  display: block;
  width: 2px;
  height: 40px;
  background-color: #bbd2db;
  position: absolute;
  left: 105%;
  top: 0px;
  margin: 0 auto;
}

.mytab li:nth-child(2)::after {
  /* border-right: 2px solid #F08E56;
    padding-inline: 10px; */
  content: " ";
  display: block;
  width: 2px;
  height: 40px;
  background-color: #bbd2db;
  position: absolute;
  left: 105%;
  top: 0px;
  margin: 0 auto;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
  color: #4F3212;
  background-color: transparent;
  border: 2px solid #89664c !important;
  cursor: pointer;
  border-radius: 0px;
  padding: 5px 10px;
  font-family: 'MyriadPro', sans-serif;
  margin: 0px 5px;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
  border-color: transparent !important;
  background-color: transparent;
  border-radius: 5px;
  color: #000000;
}

.mytab>li>a {
  font-size: 18px;
  color: #4F3212;
  text-transform: capitalize;
  /* border: 2px solid #F08E56; */
  /* border-radius: 0px; */
  /* font-family: 'MyriadPro', sans-serif; */
  /* color: #F08E56; */
  /* background-color: transparent; */
  /* border: 2px solid #F08E56 !important; */
  /* cursor: pointer; */
  border-radius: 0px;
  padding: 5px 10px;
  font-family: 'MyriadPro', sans-serif;
  margin-right: 0px;
}

@media (min-width: 1025px) and (max-width: 1280px) {

  .disclaimer ul li {
    font-size: 12px;

  }

  .navbar-default .navbar-nav>li>a {

    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand>img.nav-logo {
    width: 170px;
    margin-top: 16px;
    /* margin-left: 30px; */
    margin-left: 0;
  }
}


@media (max-width: 767px) {
  .builder-wrap {
    margin-bottom: 30px;
  }

  .legecy_wrap {
    margin-bottom: 50px;
  }

  .navbar-brand>img {
    width: 88px;
    /* margin-left: -11px; */
    margin-top: 1px;
  }

  .navbar-brand>img.nav-logo {
    width: 133px;
    margin-top: 6px;
    margin-left: 32px;
  }


  #hide-menu {

    width: 100%;
    padding: 5px 0px;
    height: auto;
  }

  .testimonial {
    margin: 35px auto;
    text-align: center;
    position: relative;
  }


  .item-cnt {
    display: block;
    align-items: center;
  }

  .carousel-inner>.item>img {
    line-height: 1;
    margin-top: 63px;
  }

  /* @import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap'); */

  /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

  @font-face {
    font-family: "Bodoni Moda", serif;
    src: url("../fonts/Bree\ Light.ttf");
  }

  @font-face {
    font-family: 'Metropolis';
    src: url("../fonts/Metropolis-Regular.otf");
  }

  @font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadPro-Regular.ttf");
  }


  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,
  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;
    /* padding: 16px 0px; */
  }

  body {
    line-height: 1;
    font-size: 14px !important;
    overflow-x: hidden;
    font-family: "optima" !important;
  }

  *,
  *:after,
  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:focus {
    outline: none;
  }

  ol,
  ul {
    list-style: none;
  }

  blockquote,
  q {
    quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }

  .config-wrap1 {
    text-align: center;
    /* border-top: 10px solid #ffffff; */
    /* border-bottom: 40px solid #ffffff; */
    /* border-left: 10px solid #ffffff; */
    /* border-right: 10px solid #ffffff; */
    padding: 25px 0px;
    margin-bottom: 10px;
    transition: ease all 0.5s;
    background: rgb(0 0 0 / 68%);
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(150, 126, 69, 1) 100%); */
    border-radius: -18px;
  }

  .config-wrap1 h3 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 30px;
  }

  .config-line {
    height: 3px;
    background: #ffffff;
    width: 50px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sqr-info {
    color: #fff;
    font-weight: 600;
    font-family: 'MyriadPro', sans-serif;
    letter-spacing: 1px;
    font-size: 17px;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  a {
    outline: none;
  }

  p {
    margin-bottom: 10px;
    line-height: 20px;
    font-family: 'MyriadPro', sans-serif;
  }

  #hide-menu {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding: 5px 68px;
    transition: top 0.3s;
    box-shadow: 1px 1px 13px 0px #0000002b;
  }

  .navbar-default {
    /* background-image: url(../images/texture.webp); */
    margin-bottom: 0px;
    border: none;
    background-color: #000;
    border-radius: 0;
    transition: ease all 0.5s;
  }

  .navbar-default.fixHeader {
    background: #956657;
    transition: ease all 0.5s;
  }

  .navbar-default .navbar-nav>li>a {
    color: #4F3212;
    font-size: 20px;
    font-family: 'MyriadPro', sans-serif;
    text-shadow: none;
    /* font-family: 'MyriadPro-Regular'; */
    margin: 8px 0px;
  }

  .navbar-collapse.collapse {
    margin: 0 auto;
  }

  .navbar-default .navbar-nav>li>a:focus {
    /* color: #224e22; */
    text-shadow: none;
  }

  .navbar-default .navbar-nav>li>a:hover {
    color: #956657;
    /* font-family: 'MyriadPro-Regular'; */
    /* font-size: 20px; */
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover {
    background-image: none;
    box-shadow: none;
    background: transparent;
    /* color: #224e22; */
  }

  .navbar-brand>img {
    width: 155px;
    margin-top: 0px;
    /* margin-left: -34px; */
  }

  .navbar-brand>img.nav-logo {
    width: 200px;
    margin-top: 8px;
    /* margin-left: 30px; */
    margin-left: 0;
  }

  @media (min-width: 768px) {
    .navbar-brand {
      padding: 0px;
      float: none;
    }

  }


  @font-face {
    font-family: "HELVET";
    src: url("../fonts/HELVET.ttf") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
  }

  body {
    /* font-family: 'HELVET'; */
  }

  .item-cnt {

    display: flex;
    align-items: center;

  }

  .navbar-header2 {
    float: right;
  }

  /*--------------------------------------------------------------------*/

  .banner {
    width: 100%;
    height: 100vh;
  }

  #iam-interested input,
  #float-form select {
    height: 40px !important;
    border: none !important;
    padding-left: 9px !important;
    width: 100%;
    background: #fff !important;
  }

  #iam-interested .input-group-addon {
    background-color: #161A22;
    color: #fff;
    border: 0;
  }

  .lborder {
    border-right: 1px solid #161A22;
  }

  #iam-interested .form-ico {
    font-size: 19px !important;
  }

  #iam-interested .form-group {
    height: 40px;
    margin-bottom: 23px;
    padding: 0px;
  }

  #iam-interested .form-heading h3 {
    font-family: "HELVET";
    font-size: 20px;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }

  #iam-interested .form-heading p {
    /* font-family: 'HELVET'; */
    margin-bottom: 5px !important;
  }

  #iam-interested .form-heading {
    margin-bottom: 35px !important;
  }

  #iam-interested input[type="radio"] {
    width: 15px !important;
    height: 15px !important;
    margin: 0px;
  }

  .radio-label {
    font-size: 15px;
    margin-top: 0px;
  }

  .menu-overlay {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.6s;
  }

  .navbar-right {
    float: left !important;
    /* margin-right: 30%; */
    text-align: center;
  }

  .menu-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    /*margin-top: 30px;*/
  }

  .menu-overlay a {
    padding: 15px 0;
    text-decoration: none;
    font-size: 26px;
    color: #818181;
    font-family: 'MyriadPro', sans-serif;
    display: block;
    transition: 0.3s;
  }

  .menu-overlay a:hover,
  .menu-overlay a:focus {
    color: #f1f1f1;
  }

  .menu-overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 48px;
  }


  @media only screen and (min-width: 768px) {
    #banner-form {
      position: absolute;
      width: 245px;
      right: 5%;
      top: 15%;
      z-index: 9999;
    }
  }

  @media only screen and (max-width: 767px) {
    .sec-bannerform {
      padding: 40px 20px;
      background: #fff;
      /*display: none;*/
    }

    #banner-form {}

    .ami-wrap {
      margin-bottom: 25px;
    }

    .br,
    .bd {
      border-right: 2px solid #fff;
      border-left: 2px solid #fff;
    }

    .footer {
      margin-bottom: 50px !important;
    }
  }

  .carousel-inner>.item>img {
    line-height: 1;
    margin-top: 77px;
  }

  #configuration {
    padding: 50px 0;
    background: url(../images/living.webp) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .sec-amenities h2 {
    font-family: "HELVET";
    text-align: center;
    font-size: 30px;
    margin-bottom: 7px;
  }

  .head-line {
    height: 4px;
    width: 100px;
    background: linear-gradient(to right, #956657 0%, #956657e0 100%);
    display: block;
    margin: 0px auto;
    margin-bottom: 41px;
  }

  .head-line {
    height: 4px;
    width: 100px;
    background: #ffffff;
    display: block;
    margin: 20px auto 20px;
  }

  .head-line:before {
    /* border-radius: 18px; */
    text-align: center;
    content: " ";
    height: 12px;
    width: 12px;
    background: #956657;
    transform: rotate(45deg);
    display: block;
    top: -4px;
    position: relative;
    margin: 0 auto;
    /* margin-bottom: 20px; */
  }

  .head1-line {
    text-align: center;
    margin-block: 7px;
  }

  .head1-line img {
    width: 210px;
  }

  .sub-head {
    /* font-family: 'Gotham Bold'; */
    text-align: center;
    font-size: 20px;
    margin-bottom: 13px;
    /* margin-top: -15px; */
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    /* width: 72%; */
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0px;
    /* margin-top: 56px; */
    /* margin-bottom: 41px; */
    position: relative;
    /* left: -21px; */
    padding: 18px 28px;
    margin: 0px auto;
  }

  .sub-head2 {
    font-weight: 800;
    text-align: center;
    font-family: "adobe-caslon-pro", serif;
    font-size: 38px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #4F3212;
    line-height: 45px;
    text-transform: uppercase;
  }

  .sub-head-conf {
    color: #fff;
  }

  .ami-wrap {}

  .ami-wrap h3 {
    font-family: "HELVET";
    text-align: center;
    font-size: 17px;
    line-height: 25px;
  }

  .br {
    border-right: 2px solid #fff;
  }

  .footer {
    /* background: linear-gradient(to right, #15322a 0%, #224e42 100%); */
    padding: 30px 0 20px 0px;
    color: #000;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    /* background-image: url(../images/texture.webp); */
    display: inline-block;
    width: 100%;
  }

  .footer p {
    /* margin-bottom: 12px; */
    font-size: 14px;
    /* font-weight: 700; */
    margin: 10px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
  }

  .interested,
  .interested:focus {
    /* position: fixed;
  bottom: 90px;
  color: #fff;
  right: 15px;
  transition: 0.4s ease-in;
  z-index: 9999;
  background: linear-gradient(to right, #956657 0%, #956657e0 100%);
  width: 115px;
  font-weight: 600;
  font-size: 18px;
  padding: 5px;
  border: none !important;
  border: 3px solid #ffffff;
  outline: none !important; */
  }

  .interested:hover {
    color: #ffffff;
    /*border: none !important;*/
  }

  /*---------------------------------*/

  .modal-header {
    border-radius: 20px 20px 0px 0px;
  }

  .modal-body {
    border-radius: 0px 0px 20px 20px;
  }

  .modal-content {
    border-radius: 21px;
  }


  .modal-header .close {
    opacity: 1;
    color: #fff;
    font-size: 35px !important;
    box-shadow: none;
    position: absolute;
    right: 13px;
    top: 6px;
    outline: none;
  }

  .modal-header .close:hover,
  .modal-header .close:focus {
    background: transparent !important;
  }

  /*-------------------------------------------------------*/



  /*---- main popup--------------*/

  #main-popup input,
  #main-popup select {
    height: 40px;
    border: none;
    padding-left: 9px;
    width: 100%;
    background: #f3f3f3;
  }

  #main-popup .input-group-addon {
    background: #4F3212;
    color: #fff;
    border: 0;
  }

  #main-popup .form-ico {
    font-size: 19px !important;
  }

  #main-popup .form-group {
    height: 40px;
    margin-bottom: 23px;
  }

  /*-----------------------------*/

  .error {
    color: red;
    padding-top: 4px;

  }

  .fixed-footer-cust {
    background: #89664c;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
  }

  .f-icon {
    height: 14px;
    width: 14px;
    padding-top: 2px;
  }

  .fix-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
  }

  .div-line {
    border-right: 1px solid #fff;
  }

  .free-call:hover {
    color: #ffffff;
  }

  .i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
    font-weight: 900;
  }

  .i-am:hover,
  .i-am:focus {
    background: transparent !important;
  }

  .thank-banner {
    width: 100%;
  }

  .sec-thank {
    padding: 70px 0px 10px;
  }

  .msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #161A22;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
  }

  .oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
  }

  .oops span {
    font-weight: 300;
  }

  .oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
  }

  .go-home {
    color: linear-gradient(to right, #956657 0%, #956657e0 100%);
    font-size: 19px;
    text-align: center;
    padding: 10px;
    width: 235px;
    margin: 0px auto;
    color: #fff;
    background: #161A22;
    border-radius: 25px;
    border-radius: 25px;
    margin-top: 30px;
    transition: ease 0.5s;
  }

  .go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #161A22;
    border-radius: 25px;
  }

  .oops-greet {
    color: linear-gradient(to right, #956657 0%, #956657e0 100%);
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
  }

  #pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
  }

  #pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
  }

  @media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
      margin-left: -64px !important;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
      margin-right: -64px !important;
    }
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    border: 2px solid;
    border-radius: 58px;
    border: 2px solid;
    border-radius: 58px;
    margin: 10px 5px;
    color: linear-gradient(to right, #956657 0%, #956657e0 100%);
  }

  .owl-carousel .owl-nav button.owl-next span,
  .owl-carousel .owl-nav button.owl-prev span {
    font-size: 55px;
    font-family: initial;
    display: block;
    height: 35px;
    padding: 9px;
    color: #000;
    position: relative;
    top: -25px;
  }

  .owl-theme .owl-nav [class*="owl-"]:hover {
    /* background: #d5d5d5; */
    color: linear-gradient(to right, #956657 0%, #956657e0 100%);
    text-decoration: none;
  }

  .owl-theme .owl-nav {
    margin-top: 15px !important;
    text-align: center;
  }

  .cust-container {
    width: 90%;
    display: table;
    margin: 0px auto;
  }



  #overview {
    padding: 50px 0;
    /* border: 12px solid #d58c81;
  border-image: url(../images/bg.webp) 30 stretch;
  outline: 5px solid #d58c81;
  outline-offset: -16px; */
  }

  #bgpatch {
    /* background: #03322a; */
    /* padding: 50px 0px; */
    background-image: url(../images/bgpatch.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 35%;
    border-top: 2px solid #fff;
    /* border-bottom: 2px solid #956657; */
  }

  .disclaimer h2 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    margin-bottom: 7px;
  }

  .para {
    text-align: justify;
    font-size: 14px;
    /* font-weight: 700; */
    letter-spacing: 1px;
    padding: 0px;
    margin-top: 45px;
    margin-bottom: 41px;
  }

  .navbar-headerl {
    float: right !important;
  }

  .para1 {
    text-align: justify;
    font-size: 14px;
    /* font-weight: 700; */
    letter-spacing: 1px;
    padding: 0px;
    position: relative;
    /* left: -21px; */
    /* padding: 25px 28px; */
  }

  .disclaimer p {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    /* width: 72%; */
    text-align: center;
    font-family: 'MyriadPro', sans-serif;
    font-size: 16px;
    /* font-weight: 700; */
    letter-spacing: 1px;
    padding: 0px 3px;
    /* margin-top: 56px; */
    /* margin-bottom: 41px; */
    position: relative;
    /* left: -21px; */
    /* padding: 3px 30px; */
    margin: 0px auto;
  }

  .imgname {
    font-size: 12px !important;
    color: #fff !important;
    background: #956657;
    padding: 2px 0px !important;
  }

  .disclaimer ul li {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    width: 50%;
    text-align: initial;
    color: #000000;
    font-size: 16px;
    font-family: 'MyriadPro', sans-serif;
    /* font-weight: 700; */
    letter-spacing: 1px;
    padding: 0px 3px;
    /* margin-top: 56px; */
    /* margin-bottom: 41px; */
    position: relative;
    left: -5px;
    /* padding: 3px 30px; */
    margin: 0px auto;
  }

  .disclaimer ul li span {
    font-size: 16px;
    line-height: 2;
    position: absolute;
    right: 0px;
  }

  .disclaimer h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    color: #010a21;
  }

  .disclaimer .wrap {
    border: 2px solid #010a21;
    min-height: 400px;
    width: 200px;
    border-radius: 150px 150px 0 0;
    padding-top: 50px;
    margin: 0 auto;
  }

  .owl-theme .owl-nav {
    color: #010a21 !important;
  }

  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #ffffff !important;
    color: #fff;
    text-decoration: none;
  }

  .disc-click {
    color: #fff;
    font-weight: 600;
    margin: 6px 0px;
    display: block;
    display: inline;
  }

  .desc-click {
    color: #fff;
    font-weight: 600;
    margin: 6px 0px;
    display: block;
    display: inline;
  }

  .fix-form-wrap {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #ffffff;
    padding-top: 14px;
    box-shadow: 0px 0px 7px 0px;
    z-index: 99;
    padding-bottom: 10px;
    display: none;
  }

  #enquire-now h3 {
    display: block;
    font-size: 20px;
    color: linear-gradient(to right, #956657 0%, #956657e0 100%);
    text-align: right;
    color: #15322a;
    vertical-align: middle;
    position: relative;
    font-family: 'MyriadPro', sans-serif;
    margin: 10px 0px;
  }

  #enquire-now p {
    text-align: right;
    color: #15322a;
  }

  .enq-button {
    border: none;
    background: #4F3212;
    color: #fff;
    font-size: 15px;
    text-shadow: none;
    font-family: 'MyriadPro', sans-serif;
    padding: 12px 30px;
  }

  .callnow {
    /* color: linear-gradient(to right, #956657 0%, #956657e0 100%) !important;
   */
    color: #956657 !important;
    font-size: 22px;
    font-weight: 900;
    line-height: 42px;
  }


  .modal-header .close,
  #price-model .close {
    color: #fff !important;
    opacity: 1 !important;
    margin-top: -4px;
    margin-right: 0px;
  }

  /*---- main popup--------------*/


  .why {
    margin-top: 50px;
  }

  /*-----------------------------*/

  #enquire-now input,
  #enquire-now select {
    height: 40px;
    border: none;
    padding-left: 9px;
    width: 100%;
    background: #eae4e4;
    border-radius: 0;
  }



  #enquire-now .form-ico {
    font-size: 19px !important;
    /* color: #fff; */
  }

  #enquire-now .form-group {
    height: 40px;
    margin-bottom: 14px;
  }


  .highlight-wrapper {
    padding: 20px 0px;
  }

  .highlights {
    padding: 20px;
  }

  .highlights img,
  .about-wrap img {
    pointer-events: none;
  }

  .overlay {
    padding: 50px 0px;
    background: #ffffff38;
  }

  /*-------------------------------------------------------*/

  /* .slideDown {
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transition: ease all 0.5s;
} */

  .slideUp {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: ease all 0.5s;
  }

  .carousel-control.left {
    background-image: none !important;
  }

  .carousel-control.right {
    background-image: none !important;
  }

  .header-logo-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
  }

  .fix-logo-left {
    background: #fff;
    width: 130px;
  }

  .fix-logo-right {
    background: #fff;
    width: 130px;
    float: right;
  }

  .joy {
    /* width: 201px; */
    /* height: 96px; */
    /* --loader-delay-offset: 1ms !important; */
    margin-top: 7px;
    /* padding: 15px; */
    /* margin-left: -25px; */
  }

  .box {
    /* box-shadow: inset 1px 1px 5px; */
    /* height: 286px; */
    /* border-right: 2px solid  linear-gradient(to right, #956657 0%, #956657e0 100%);; */
  }

  .box img {
    /* margin-left: 50px; */
    width: 165px;
    display: block;
    margin: 0px auto;
  }

  .pricingTable {
    background-color: #fff;
    text-align: center;
    padding: 25px 0 0;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
    /* border-radius: 20px; */
  }

  .pricingTable .pricingTable-header {
    background: linear-gradient(transparent, transparent, #e7e7e7);
    padding: 0 0 20px;
  }

  .pricingTable .title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 20px;
  }

  .pricingTable .title:after {
    content: "";
    background: #f63459;
    width: 160px;
    height: 3px;
    margin: 20px auto 0;
    display: block;
    clear: both;
  }

  .pricingTable .price-value {
    color: #f63459;
    font-size: 34px;
    font-weight: 800;
    line-height: 47px;
    letter-spacing: 2px;
    display: block;
  }

  .pricingTable .price-value sup {
    font-size: 30px;
    vertical-align: bottom;
  }

  .pricingTable .pricing-content {
    background: linear-gradient(#f53149, #fd6653);
    /* border-radius: 0 0 20px 20px; */
    padding: 15px 0px;
  }

  .pricingTable .pricingTable-signup a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 25px;
    margin: 0 auto;
    border: 2px solid #fff;
    /* border-radius: 10px; */
    display: inline-block;
    transition: all 0.5s;
  }

  .pricingTable .pricingTable-signup a:hover {
    letter-spacing: 2px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  }

  .tbl {
    /*border: none;*/
    /*box-shadow: 8px 8px 19px #bbbbbb;*/
    background: #fff;
  }


  .table>tbody>tr>th,
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>thead>tr>th {
    padding: 15px;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: inherit;
    color: #fff;
    font-weight: 600;
    width: 20%;
    font-family: sans-serif;
    border-top: 1px solid #ddd;
  }

  .table>tbody>tr>td {
    padding: 15px;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: inherit;
    color: #000;
    font-weight: 600;
    width: 20%;
    font-family: sans-serif;
    border-top: 1px solid #ddd;
  }

  .her {
    text-align: center;
  }

  .her {
    background-color: #161A22;
    color: #fff;
    border-bottom: none !important;
  }

  .price-click {
    background-color: #161A22;
    padding: 5px;
    font-size: 14px;
    color: #fff;
  }

  .footer img {
    /* object-fit: contain; */
    align-items: center;
    justify-content: center;
    width: 84px;
    margin-bottom: 20px;
    margin-inline: 30px;
  }

  .footer img:last-child {
    width: 73px;
  }

  @media only screen and (max-width: 990px) {
    .pricingTable {
      margin-bottom: 40px;
    }
  }

  @media only screen and (max-width: 767px) {
    .header-logo-wrap {
      position: initial;
    }

    .fix-logo-left {
      width: 88px;
      margin-left: 10px;
      margin-top: 5px;
      margin-bottom: 5px;
    }

    .fix-logo-right {
      width: 88px;
      margin-right: 10px;
      margin-top: 5px;
      margin-bottom: 5px;
    }

    .para1 {
      text-align: justify;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 41px;
      position: relative;
      left: unset;
      /* padding: 20px; */
    }

    .para {
      text-align: justify;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 0px;
      margin-top: 15px;
      padding: 15px;
      margin-bottom: 41px;
    }

    .joy {
      width: 201px;
      height: 96px;
      --loader-delay-offset: 1ms !important;
      margin-top: 15px;
      /* padding: 15px; */
    }

    .box {
      height: auto;
      /* border-bottom: 1px solid; */
      /* border-right: none; */
    }

    #about {
      background-size: 100%;
    }

    .price-click {
      display: block;
    }

    .box img {
      width: 100%;
      margin-left: 0px;
    }

    .flogo img {
      margin: 10px;
    }
  }

  .imgcon img {
    width: 74px;
    margin: 19%;
  }

  @media screen and (max-width: 768px) {
    .imgcon img {
      width: 56px;
      margin: 14px auto;
    }

    .disclaimer p {
      /* line-height: 30px;
    width: 100%;
    text-align: justify;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 0 5px;
    position: relative;
    /* left: -21px; */
      /* padding: 3px 30px; */
      /* margin: 0px auto; */
    }
  }

  .bg-testimonial {
    background-image: url(../images/bg2.png);
    background-repeat: space;
    background-size: 10%;
  }

  .testimonial {
    margin: 50px 30px 30px 30px;
    text-align: center;
    position: relative;
    /* margin-block: 10em; */
    /* background-image: url(../images/bg2.png);
  background-repeat: round;
  background-size: 6%; */
  }

  .testimonial .description {
    padding: 15px 12px;
    /* margin-bottom: 55px; */
    border-left: 1px solid #ffffff;
    font-size: 15px;
    color: #000;
    line-height: 33px;
    position: relative;
  }

  .testimonial .description:before,
  .testimonial .description:after {
    content: "";
    width: 20%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .testimonial .description:after {
    top: auto;
    bottom: 0;
  }

  .testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    position: relative;
  }

  .testimonial:before,
  .testimonial .title:before {
    content: "";
    width: 1px;
    height: 50px;
    background: #ffffff;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
  }

  .testimonial .title:before {
    top: 24px;
  }

  .testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
  }

  .testimonial .pic img {
    width: 100%;
    height: auto;
  }

  .back-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .foot-img {
    /* position: absolute; */
    width: 100% !important;
    /* left: 65px; */
    /* opacity: 1; */
    /* height: 600px; */
    /* object-fit: cover; */
    margin: 14px 0px !important;
  }

  #Location1 {
    padding: 50px 0px;
  }

  #Location1 p {
    font-size: 18px;
    line-height: 2;
  }

  .loc1 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    /* width: 72%; */
    text-align: center;
    color: #03322a;
    font-size: 15px;
    /* font-weight: 700; */
    letter-spacing: 1px;
    padding: 0px 3px;
    /* margin-top: 56px; */
    /* margin-bottom: 41px; */
    position: relative;
    /* left: -21px; */
    /* padding: 3px 30px; */
    margin: 0px auto;
  }

  @media screen and (max-width: 768px) {

    #Location1 p {
      font-size: 16px;
      line-height: 2;
    }

    .disclaimer p {
      font-size: 16px;
      line-height: 22px;
    }
    span {
      font-size: 17px;
    }
    .bo {
      margin-top: 15px;
    }
    .sub-head2 {
      font-size: 27px;
      line-height: 30px;
      margin-bottom: 13px;
    }
  }

  /* ---------------- Legacy ---------------- */
  .sec-about {
    padding: 70px 0;
    background-size: cover;
    background-repeat: repeat;
    background-color: #FFFFFF;
  }

  .sec-head {
    color: #000;
    text-transform: uppercase;
    /*font-family: 'DINPro-Bold';*/
    font-size: 31px;
    letter-spacing: 3px;
    text-align: center;
    font-family: 'RosellindaAlyamore';
    /* font-weight: 800; */
    position: relative;
    z-index: 9;
  }

  .white {
    color: #ffffff;
  }

  .sec-brochure .sec-head {
    font-size: 50px;
    letter-spacing: 5px;
  }

  .builder-wrap {
    text-align: center;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    min-height: 250px;
  }

  .builder-wrap img {
    width: 160px;
    margin-bottom: 20px;
  }

  .legecy_wrap {
    text-align: center;
  }

  .legecy_wrap h2 {
    font-family: 'RosellindaAlyamore';
    font-size: 48px;
    margin-bottom: 15px;
    color: #956657;
  }

  .legecy_wrap p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
  }

  #accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  #accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
    /* width: 500px; */
  }



  #accordion .panel-title a.collapsed:after {
    content: "\f067";
  }

  #accordion .panel-title a:hover:after,
  #accordion .panel-title a.collapsed:hover:after {
    transform: rotate(360deg);
  }

  #accordion .panel-body {
    padding: 0px 25px;
    background: #fff;
    font-size: 16px;
    color: #4F3212;
    padding: 13px 22px;
    /* background-image: linear-gradient(to right, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #268564, #268564, #268564, #268564, #268564, #268564); */
    line-height: 1.5;
    border-top: none;
    position: relative;
  }

  #accordion .panel-body ul {
    list-style: circle;
    font-family: 'MyriadPro', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 30px;
  }

  /* ======================================= horizontal accordion Start ======================================== */



  /* ========================================== horizontal accordion end ======================================= */


  .highl {
    box-shadow: 6px 8px 17px 0px #00000073;
    background: #fff;
    padding: 15px 20px;
    margin: 0 15px 50px 0px;
    position: relative;
    height: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .highl:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0d8a63;
    position: absolute;
    top: 10%;
    left: 3%;
    opacity: 0.5;
    z-index: -1;
    background-image: linear-gradient(to right, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #3bb884, #268564, #268564, #268564, #268564, #268564, #268564);
  }

  .highl:after {
    /* content: "1"; */
    counter-increment: section;
    content: counter(section);
    /* width: 100%; */
    /* height: 100%; */
    background: #a47732;
    position: absolute;
    font-size: 25px;
    top: -1%;
    color: #fff;
    left: 0%;
    /* opacity: 0.5; */
    padding: 4px 13px;
    font-weight: 600;
  }

  .highl .title {
    text-align: inherit;
    font-size: 16px;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    margin: 13px 0px;
    list-style: disc;
  }

  .highl .description {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    padding: 25px 31px;
  }

  .highl .highl-content {
    position: relative;
  }

  .highl .highl-content:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 45px;
    color: #a8a8a8;
  }

  .highl .pic {
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
  }

  .highl .pic img {
    width: 100%;
    height: auto;
  }

  .highl .content {
    display: inline-block;
    margin: 10px 0;
  }

  .highl .name {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
  }

  .highl .post {
    font-size: 14px;
    color: #555;
    line-height: 24px;
  }

  .highl .rating {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .highl .rating li {
    display: inline-block;
    color: #ffc207;
  }

  .amiwrap {
    margin: 15px auto 0;
    position: relative;
    cursor: pointer;
    transition: ease all 0.5s;
    width: 85%;
    text-align: center;
    background: #fff;
    padding: 4px 3px;
  }

  .border-effect::before {
    left: 0px;
    top: 0;
    transition-duration: 0.4s;
  }

  .amiwrap::before,
  .amiwrap::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    /* background: #3bb884; */
  }

  .border-effect .bo::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
  }

 

  .border-effect .bo::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
  }

  .amiwrap:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
  }

  .border-effect::before,
  .border-effect::after {
    left: 0;
  }

  .amiwrap::before,
  .amiwrap::after {
    width: 100%;
  }

  .bo::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #912634;
    right: 0px;
    top: 0px;
  }

  .border-effect::after {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
  }


  .amiwrap1 p {
    color: #211d1e;
  }

  

  .close span {
    font-size: 30px;
  }

  .border-effect::before {
    left: 0px;
    top: 0;
    transition-duration: 0.4s;
  }

  .amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
    transition: all 0.5s;
    border: none;
    margin-top: 15px;
  }

  .ami-overlay {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    position: absolute;
    top: 0;
    transform: translate(-100%, 0);
    transition: all 1s;
  }

  .artist {
    position: absolute !important;
    bottom: 10px;
    color: #fff !important;
    left: 15px;
    font-size: 7px !important;
  }

  .legac {
    position: relative;
  }

  .legac .legacy-txt {
    position: absolute !important;
    bottom: 42px;
    color: #fff !important;
    left: 0px;
    font-size: 10px !important;
    background: #0000007d;
  }

  .locname {
    /* left: 15%; */
    text-align: right !important;
  }

  .imglist img {
    width: 100%;
  }

  .fa-rotate-45 {
    transform: rotate(110deg);
    /* margin-top: 0px; */
  }

  .amen__img img {
    width: 100% !important;
    margin: 0 !important;
  }

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

  .amen_row {
    background-image: url(../images/bg2.png);
    background-repeat: round;
    background-size: 6%;

  }

  .amen__div,
  .amen1__div {
    position: relative;
    padding-left: 50px;
  }

  /* .amen__div::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 20%;
  height: 20%;
  background: url(../images/divider.webp) center no-repeat;
  background-size: cover;
  transform: rotate(90deg);
} */

  .amen__div h3,
  .amen1__div h3 {
    font-family: 'Metropolis', sans-serif;
    font-weight: 800;
    font-size: 35px;
    letter-spacing: 2px;
    color: #4F3212;
  }

  .amen__div p,
  .amen1__div p {
    font-family: 'MyriadPro', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    letter-spacing: 1px;
  }

  .amen_pd {
    padding-top: 30px;
    background-color: #ffffff8a;
  }

  .item .amen_row .overlay {
    position: absolute;
    top: -60px;
    left: 120px;
    opacity: 0.4;
  }

  #location {
    padding: 50px 0;
    background-color: #f5f5f5;
    /* border: 12px solid #d58c81;
  border-image: url(../images/bg.webp) 30 stretch;
  outline: 5px solid #d58c81;
  outline-offset: -16px;
  margin-top: 15px; */
  }

  #location .container-fluid .loc_row {
    display: flex;
    align-items: center;
  }

  .loc_title {
    position: relative;
  }

  .loc_title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: #efc7c3;
  }

  .loc_title h3 {
    font-family: 'Bree', sans-serif;
    font-weight: 800;
    font-size: 35px;
    letter-spacing: 2px;
    color: #efc7c3;
  }

  .loc_para {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .loc_para p {
    font-family: 'MyriadPro', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 0;
  }


  .floor__img img {
    width: 100% !important;
    height: auto;
    filter: blur(2px);
    cursor: pointer;
  }


  .gal__img {
    border: 2px solid #161A22;
  }

  .gal__img img {
    width: 100% !important;
    height: auto;
  }

  .mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 45px;
    position: relative;
  }

  .mytab li {
    float: none !important;
    display: inline-block;
    margin-inline: 5px;
    width: 10%;
  }

  @media all and (max-width:768px) {
    .mytab li {
      width: 30%;
    }
  }

  .mytab li:first-child::after {
    /* border-right: 2px solid #F08E56;
    padding-inline: 10px; */
    content: " ";
    display: block;
    width: 2px;
    height: 40px;
    background-color: #bbd2db;
    position: absolute;
    left: 105%;
    top: 0px;
    margin: 0 auto;
  }

  .mytab li:nth-child(2)::after {
    /* border-right: 2px solid #F08E56;
    padding-inline: 10px; */
    content: " ";
    display: block;
    width: 2px;
    height: 40px;
    background-color: #bbd2db;
    position: absolute;
    left: 105%;
    top: 0px;
    margin: 0 auto;
  }


  .mytab>li>a:hover,
  .mytab>li>a:focus {
    border-color: transparent !important;
    background-color: transparent;
    border-radius: 5px;
    color: #000000;
  }

  .mytab>li>a {
    font-size: 18px;
    color: #4F3212;
    text-transform: capitalize;
    /* border: 2px solid #F08E56; */
    /* border-radius: 0px; */
    /* font-family: 'MyriadPro', sans-serif; */
    /* color: #F08E56; */
    /* background-color: transparent; */
    /* border: 2px solid #F08E56 !important; */
    /* cursor: pointer; */
    border-radius: 0px;
    padding: 5px 10px;
    font-family: 'MyriadPro', sans-serif;
    margin-right: 0px;
  }

  @media (min-width: 1025px) and (max-width: 1280px) {

    .disclaimer ul li {
      font-size: 12px;

    }

    .navbar-default .navbar-nav>li>a {

      padding-left: 20px;
      padding-right: 20px;
    }

    .navbar-brand>img.nav-logo {
      width: 170px;
      margin-top: 16px;
      /* margin-left: 30px; */
      margin-left: 0;
    }
  }


  @media (max-width: 767px) {
    .builder-wrap {
      margin-bottom: 30px;
    }

    .legecy_wrap {
      margin-bottom: 50px;
    }

    .navbar-brand>img {
      width: 88px;
      /* margin-left: -11px; */
      margin-top: 1px;
    }

    .navbar-brand>img.nav-logo {
      width: 133px;
      margin-top: 6px;
      margin-left: 32px;
    }


    #hide-menu {

      width: 100%;
      padding: 5px 0px;
      height: auto;
    }

    .testimonial {
      margin: 35px auto;
      text-align: center;
      position: relative;
    }


    .item-cnt {
      display: block;
      align-items: center;
    }

    .carousel-inner>.item>img {
      line-height: 1;
      margin-top: 63px;
    }

    .navbar-default .navbar-toggle {
      border-color: #956657;
    }

    .navbar-toggle {
      position: relative;
      float: right;
      padding: 6px 5px;
      margin-top: 16px;
      margin-right: 4px;
      margin-bottom: 8px;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
    }

    .navbar-default .navbar-toggle .icon-bar {
      background-color: #956657;
    }


    .testimonial:before,
    .testimonial .title:before {
      content: "";
      width: 0.8px;
      height: 30px;
      background: #ffffff;
      margin: 0 auto;
      position: absolute;
      top: -26px;
      left: 0;
      right: 0;
    }

    .testimonial .title:before {
      top: 27px;
    }

    .navbar .mobile-logos {
      /* width: 84%; */
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0px !important;
    }

    .it-presence li {
      width: 130px;
      font-size: 12px !important;
    }

    .overlay {
      padding: 25px 0px;
      background: #ffffff38;
    }

    .navbar-header {
      padding: 0px 15px;
    }

    #location .container-fluid .loc_row,
    #amenities .amen_row {
      flex-direction: column;
      align-items: normal;
    }

    .amen__div,
    .amen1__div {
      padding-left: 0;
    }

    .amen_pd {
      padding-top: 25px;
    }

    .amen__div h3,
    .amen1__div h3 {
      font-size: 28px;
    }
  }

  /* ---------------- Legacy ---------------- */

  .greyBack {
    background-color: #EEEEEE;
  }

  html {
    overflow-x: hidden;
  }


  .bdr-t {
    border-top: 1px solid white;
  }

  .d-flex {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  @media all and (max-width:768px) {
    .d-flex {
      display: block !important;
    }
  }

  .btn-default {
    color: #fff;
  }

  .btn-default::hover {
    color: #000;
  }

  .navbar-default .navbar-toggle {
    border-color: #956657;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 5px;
    margin-top: 16px;
    margin-right: 4px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #956657;
  }


  .testimonial:before,
  .testimonial .title:before {
    content: "";
    width: 0.8px;
    height: 30px;
    background: #ffffff;
    margin: 0 auto;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
  }

  .testimonial .title:before {
    top: 27px;
  }

  .navbar .mobile-logos {
    /* width: 84%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px !important;
  }

  .it-presence li {
    width: 130px;
    font-size: 12px !important;
  }

  .overlay {
    padding: 25px 0px;
    background: #ffffff38;
  }

  .navbar-header {
    padding: 0px 15px;
  }

  #location .container-fluid .loc_row,
  #amenities .amen_row {
    flex-direction: column;
    align-items: normal;
  }

  .amen__div,
  .amen1__div {
    padding-left: 0;
  }

  .amen_pd {
    padding-top: 25px;
  }

  .amen__div h3,
  .amen1__div h3 {
    font-size: 28px;
  }
}

/* ---------------- Legacy ---------------- */

.greyBack {
  background-color: #EEEEEE;
}

html {
  overflow-x: hidden;
}


.bdr-t {
  border-top: 1px solid white;
}

.d-flex {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media all and (max-width:768px) {
  .d-flex {
    display: block !important;
  }
}

.btn-default {
  color: #fff;
}

.btn-default::hover {
  color: #000;
}

/* border-right: 2px solid #F08E56;
    padding-inline: 10px; */
content: " ";
display: block;
width: 2px;
height: 40px;
background-color: #bbd2db;
position: absolute;
left: 105%;
top: 0px;
margin: 0 auto;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
  color: #4F3212;
  background-color: transparent;
  border: 2px solid #bbd2db !important;
  cursor: pointer;
  border-radius: 0px;
  padding: 5px 10px;
  font-family: 'MyriadPro', sans-serif;
  margin: 0px 5px;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
  border-color: transparent !important;
  background-color: transparent;
  border-radius: 5px;
  color: #000000;
}

.mytab>li>a {
  font-size: 18px;
  color: #4F3212;
  text-transform: capitalize;
  /* border: 2px solid #F08E56; */
  /* border-radius: 0px; */
  /* font-family: 'MyriadPro', sans-serif; */
  /* color: #F08E56; */
  /* background-color: transparent; */
  /* border: 2px solid #F08E56 !important; */
  /* cursor: pointer; */
  border-radius: 0px;
  padding: 5px 10px;
  font-family: 'MyriadPro', sans-serif;
  margin-right: 0px;
}

@media (min-width: 1025px) and (max-width: 1280px) {

  .disclaimer ul li {
    font-size: 12px;

  }

  .navbar-default .navbar-nav>li>a {

    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand>img.nav-logo {
    width: 170px;
    margin-top: 16px;
    /* margin-left: 30px; */
    margin-left: 0;
  }
}


@media (max-width: 767px) {
  .builder-wrap {
    margin-bottom: 30px;
  }

  .legecy_wrap {
    margin-bottom: 50px;
  }

  .navbar-brand>img {
    width: 88px;
    /* margin-left: -11px; */
    margin-top: 1px;
  }

  .navbar-brand>img.nav-logo {
    width: 133px;
    margin-top: 6px;
    margin-left: 30px;
  }


  #hide-menu {

    width: 100%;
    padding: 5px 0px;
    height: auto;
  }

  .testimonial {
    margin: 35px auto;
    text-align: center;
    position: relative;
  }


  .item-cnt {
    display: block;
    align-items: center;
  }

  .carousel-inner>.item>img {
    line-height: 1;
    margin-top: 63px;
  }

  .navbar-default .navbar-toggle {
    border-color: #956657;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 5px;
    margin-top: 16px;
    margin-right: 4px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #956657;
  }


  .testimonial:before,
  .testimonial .title:before {
    content: "";
    width: 0.8px;
    height: 30px;
    background: #ffffff;
    margin: 0 auto;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
  }

  .testimonial .title:before {
    top: 27px;
  }

  .navbar .mobile-logos {
    /* width: 84%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px !important;
  }

  .it-presence li {
    width: 130px;
    font-size: 12px !important;
  }

  .overlay {
    padding: 25px 0px;
    background: #ffffff38;
  }

  .navbar-header {
    padding: 0px 15px;
  }

  #location .container-fluid .loc_row,
  #amenities .amen_row {
    flex-direction: column;
    align-items: normal;
  }

  .amen__div,
  .amen1__div {
    padding-left: 0;
  }

  .amen_pd {
    padding-top: 25px;
  }

  .amen__div h3,
  .amen1__div h3 {
    font-size: 28px;
  }
}

/* ---------------- Legacy ---------------- */

.greyBack {
  background-color: #EEEEEE;
}

html {
  overflow-x: hidden;
}


.bdr-t {
  border-top: 1px solid white;
}

.d-flex {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media all and (max-width:768px) {
  .d-flex {
    display: block !important;
  }
}

.btn-default {
  color: #fff;
}

.btn-default::hover {
  color: #000;
}