/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap'); */

/*@font-face {*/

/*font-family: 'palatinoitalic';*/

/*src: url('../fonts/palatino/palatino-italic-webfont.woff2') format('woff2'),*/

/*url('../fonts/palatino/palatino-italic-webfont.woff') format('woff');*/

/*font-weight: normal;*/

/*font-style: normal;*/

/*}*/

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

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

@font-face {
  font-family: "Abrade-Regular";
  src: url("../fonts/Abrade.otf");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Abrade-Regular" !important;
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 300 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  outline: none;
}

p {
  margin-bottom: 10px;
  line-height: 23px;
}

.mr0 {
  margin: 0 !important;
}

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

.navbar-default {
  background: #434343;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  transition: ease all 0.5s;
}

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

.navbar-default .navbar-nav > li > a {
  color: hsl(0, 0%, 100%);
  text-shadow: none;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #d1ad70;
  text-shadow: none;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
}

.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: #ffffff;
}

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

  .navbar-brand > img {
    float: left;
    margin-right: 0;
    width: 83px;
    margin-top: -12px;
  }

  .new {
    margin-top: -5px !important;
  }
}

.about {
  /* height: 372px; */
  padding: 24px !important;
}

.about img {
  width: 160px !important;
}

@media (max-width: 767px) {
  .navbar-nav {
    margin: initial !important;
  }

  .navbar-brand > img {
   width: 62px;
        float: left;
        margin-top: -4px;
        margin-left: 0px;
    
  }

  .new {
    /* margin-top: 0px !important; */
  }

  .navbar-brand {
    padding: 0px;
  }

  .call-me {
    font-size: 23px !important;
  }

  .figure-img img {
    margin: 0px auto;
    display: block;
  }

  .figure-img-right img {
    float: none !important;
    margin: 0px auto;
    display: block;
  }
}

.nav-logo {
  padding: 12px 15px !important;
}

.nav-call {
  border: 2px solid #ffffffe0;
  border-radius: 30px;
  padding: 3px 10px !important;
  color: #ffffffe0 !important;
  margin-top: 10px;
  font-weight: 600;
  margin-left: 20px;
  letter-spacing: 2px;
}

.navbar-nav > li > a {
  line-height: 30px !important;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .navbar-nav > li > a {
    line-height: 30px !important;
    /* margin-right: 100px; */
    padding-left: 5px;
    padding-right: 5px;
    outline: none;
    font-size: 16px;
  }
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  outline: none;
}

/*.nav-enquire {*/

/*border: 2px solid #cdaa65;*/

/*border-radius: 30px;*/

/*padding: 3px 15px !important;*/

/*color: #cdaa65 !important;*/

/*margin-top: 10px;*/

/*}*/

#carousel-example-generic .carousel-inner > .item > img {
  width: 100% !important;
}

#hide-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 10px 0px;
  /*top: -60px;*/
  /*transition: top 0.3s;*/
  box-shadow: 0px 0px 5px 0px;
}

.glob-sec {
  width: 100%;
  padding: 50px 0px;
}

.sec-head {
  font-size: 25px;
  font-weight: 600;
  color: #043359;
  margin-bottom: 2%;
  /*background: #CB5AA1;*/
  /* background: linear-gradient(47deg, #4f96c5 0%, #32b0d4 82%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

.head-center {
  /* letter-spacing: ; */
  line-height: 40px !important;
  text-align: center;
}

.letter-space {
  letter-spacing: 5px !important;
  font-size: 30px !important;
}

.sub-head {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 15px;
}

.sub-head-1 {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  color: #040400;
}

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

.head-line img {
  width: 100px;
}

.head-icon {
  width: 170px;
  margin: 0px auto;
  display: block;
  margin-bottom: 6px;
}

.head-icon-left {
  width: 65px;
  /*margin: 0px auto;*/
  display: block;
  margin-bottom: 6px;
}

.grey-bg {
  /* background: #4140411a; */
  color: #fff;
}

.feature-rwap {
  /*text-align: center;*/
  /*display: flex;*/
  width: 304px;
  margin: 0px auto;
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px;
}

.feature-rwap img {
  margin-bottom: 20px;
  width: 115px;
}

.feature-rwap h2 {
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #313131;
  font-style: italic;
}

.feature-rwap h3 {
  font-weight: 600;
  font-size: 58px;
  color: #83693ee0;
  margin-right: 15px;
  margin-top: 2px;
  float: left;
}

.feature-rwap p {
  color: #ccc;
  font-size: 15px;
}

.light-grey {
  background: #f3f5f6;
}

.figure-rwap {
  background: rgba(229, 181, 165, 0.4);
  /*background: url("../images/patch2.png") #414041;*/
  width: 66%;
  /*margin-top: -7rem;*/
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}

.figure-rwap img {
  padding: 1rem 0;
  margin: 0 -5rem 0 3rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 400px;
}

.figure-rwap-right {
  float: right;
  background: rgba(229, 181, 165, 0.4);
  /*background: url("../images/patch2.png") #414041;*/
  width: 66%;
  /*margin-top: -8rem;*/
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}

.figure-rwap-right img {
  padding: 1rem 0;
  margin: 0 -5rem 0 -5rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 400px;
}

.head-line-left {
  width: 65px;
  height: 5px;
  background: #83693ee0;
  /*margin: 0px auto;*/
  margin-top: 10px;
  margin-bottom: 20px;
}

.sub-head-left {
  margin-top: 10px;
  font-weight: 600;
}

.sec-head span {
  font-size: 2.5em;
  color: #cdaa65;
}

.fig-padding {
  padding-top: 4em;
}

/* -------------------  TAB -----------------------*/

.mytab {
  /*text-align: center;*/
  border-bottom: none;
  margin-bottom: 25px;
  /*margin-top: 50px;*/
  text-align: center;
}

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

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
  color: #fff;
  /*background-color: #83693ee0;*/
  border: 2px solid #434343;
  cursor: pointer;
  border-radius: 0;
  background-color: #434343;
  border-radius: 10px;
}

.mytab > li > a:hover,
.mytab > li > a:focus {
  color: #d69835;
  padding: 9px 20px !important;
  border: 2px solid #434343;
  border-radius: 0;
  background-color: transparent;
}

.mytab > li > a {
  color: #d69835;
  padding: 9px 20px !important;
  border: 2px solid #434343;
  border-radius: 10px;
  font-size: 18px;
  background-color: #fff;
  /*font-weight: 600;*/
}

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


#configuration{
  padding: 70px 0;
}

.price-click{
  background-color: #434343;
  color: #fff;
  padding:15px 5px;
}

.table>tbody>tr>td{
  padding: 22px ;
}

/*------------- gallery ------------------------*/

.latest-post,
.latest-post-inner {
  min-height: 240px;
  max-height: 240px;
  margin-bottom: 30px;
}

.latest-post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.latest-post-inner {
  padding: 50px 30px;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  border: 2px solid #83693ee0;
}

.latest-post .latest-post-inner span,
.latest-post .latest-post-inner a,
.latest-post .latest-post-inner p,
.latest-post .latest-post-inner i,
.latest-post .latest-post-inner .entry-author {
  color: #fff;
  position: relative;
}

.latest-post .latest-post-inner a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.latest-post .latest-post-inner .latest-post-content {
  position: absolute;
  bottom: 30px;
}

.latest-post .latest-post-inner:before {
  content: "";
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  background: transparent;
}

.latest-post .latest-post-inner .link-icon {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  color: #fff;
  z-index: 999;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a {
  background-color: #493e3e;
  display: table;
  height: 50px;
  width: 50px;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.latest-post .latest-post-inner .link-icon a:hover {
  background-color: rgba(73, 62, 62, 0.7);
  transform: scale(1.2);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover:before {
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover .link-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover {
  background-color: rgba(119, 170, 66, 0.4);
}

.sl-prev {
  display: block !important;
}

.sl-next {
  display: block !important;
}

/*------------- End of gallery ------------------------*/

.tab-content-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 7%;
}

.tab-content-wrap h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.config-data {
  margin-left: -15px;
  margin-top: 18px;
}

.config-data li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #83693ee0;
}

.config-data li span {
  float: right;
  font-weight: normal;
  color: #505050;
}

.click-price {
  background: #83693ee0;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 17px;
  padding: 10px 23px;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #83693ee0;
  transition: ease all 0.5s;
}

.click-price:hover,
.click-price:focus {
  background: transparent;
  color: #83693ee0;
  text-decoration: none;
  transition: ease all 0.5s;
}

.aminitieslist {
}

.aminitieslist li {
  font-size: 15px;
  padding: 10px 10px;
}

/* .aminitieslist li::before {
    content: url("../images/checked.png");
    margin-right: 10px;
} */

.aminitieslist li span {
  float: right;
}

.dir li {
  background: #656565;
  margin-bottom: 10px;
}

.form-wrap {
  padding: 0 20px;
  /* background: #cdaa65; */
  /*box-shadow: 0 16px 40px rgba(202, 202, 202, 0.35);*/
}

.form-wrap h1 {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  text-align: center;
  margin-bottom: 25px;
}

/*  contact form -------------------*/

#contact-form input,
#contact-form select,
#reg_form input,
#reg_form select {
  height: 40px;
  border: none;
  width: 100%;
  background: #dfdbdb;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder,
#reg_form input::placeholder,
#reg_form textarea::placeholder {
  color: #515151;
}

#contact-form .input-group-addon,
#reg_form .input-group-addon {
  /*background: #83693ee0;*/
  color: #fff;
  border: 0;
  background: #434343;
}

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

#contact-form textarea,
#reg_form textarea {
  border: none;
  resize: none;
  background: #e4e4e4;
}

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

#contact-form .selected-flag,
#reg_form .selected-flag {
  background: #5d5d5d;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#contact-form .flag-container,
#reg_form .flag-container {
  padding: 0px !important;
}

.form_col {
  box-shadow: 8px 8px 15px #949494, -8px -8px 15px #a2a2a2;
  /* border: 1px solid #000; */
  padding: 30px 15px;
  border-radius: 20px;
}

.btn {
  border-radius: 10px;
}

.form-btn {
  margin: 0px auto;
  display: block !important;
  /*background: #83693ee0;*/
  border: none;
  color: #fff;
  font-size: 18px !important;
  padding: 8px 39px 8px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 0px;
  box-shadow: none;
  background: #434343;
  border-radius: 10px;
}

.form-btn:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
  transition: ease all 0.4s;
}

.modal-dialog {
  top: 15% !important;
}

/*---- main Pop------*/

#main-popup input,
#main-popup select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#main-popup input::placeholder {
  color: #bebebe;
}

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

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

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

#main-popup .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#main-popup .flag-container {
  padding: 0px !important;
}

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

/*----------- price model--------------*/

#price-model input,
#price-model select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#price-model input::placeholder {
  color: #bebebe;
}

#price-model .input-group-addon {
  /*background: #83693ee0;*/
  background: #434343;
  color: #fff;
  border: 0;
}

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

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

#price-model .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#price-model .flag-container {
  padding: 0px !important;
}

ul.quick-overview-list {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  gap: 30px;
}

ul.quick-overview-list li {
  text-align: center;
}

ul.quick-overview-list li figure {
  height: 70px;
  width: 70px;
}

ul.quick-overview-list li figure img {
  width: 40px;
}

ul.quick-overview-list li h5 {
  margin-bottom: 0;
  font-size: 15px;
  color: #ffffff;
}

ul.quick-overview-list li figure {
  align-items: center;
  background-color: #a9a7a0;
  outline: 2px solid #a9a7a0;
  outline-offset: 3px;
  border-radius: 100%;
  display: flex;
  height: 55px;
  justify-content: center;
  margin: 0 auto 15px;
  width: 55px;
}

ul.quick-overview-list li figure img {
  filter: brightness(0) saturate(100%);
  width: 40px;
}

/*---------------------------------*/
@media only screen and (max-width: 786px) {
  .form-mobile-view {
    padding: 0px 20px 50px 20px;
  }
  .up-form {
    background: #fff;
    padding-bottom: 20px;
    margin-top: 12%;
    box-shadow: none;
    box-shadow: 8px 8px 15px #474747, -8px -8px 15px #636363 !important;
  }

  .carousel-inner {
    padding-top: 13%;
  }
}

/*----------- register form--------------*/

#register-form2 input,
#register-form2 select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#register-form2 input::placeholder {
  color: #bebebe;
}

#register-form2 .input-group-addon {
  color: #fff;
  border: 0;
  background: #434343;
}

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

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

#register-form2 .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#register-form2 .flag-container {
  padding: 0px !important;
}

.reg-title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  /* margin: 20px 0px;*/
  background-color: #434343;
}

/*----------- i am  model--------------*/

#interested input,
#interested select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#interested input::placeholder {
  color: #bebebe;
}

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

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

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

#interested .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#interested .flag-container {
  padding: 0px !important;
}

#download1 input,
#download1 select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#download1 input::placeholder {
  color: #bebebe;
}

#download1 .input-group-addon {
  background: #434343;
  color: #fff;
  border: 0;
}

#download1 .modal-header .close {
  margin-top: -30px;
}

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

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

#download1 .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#download1 .flag-container {
  padding: 0px !important;
}

#gmap .modal-body {
  padding: 0 !important;
  overflow: hidden;
  background: unset;
  overflow: hidden;
  margin-left: 120px;
}

#floor input,
#floor select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#floorplan .modal-header .close {
  margin-top: -32px;
}

#floor input::placeholder {
  color: #bebebe;
}

#floor .input-group-addon {
  /*background: #83693ee0;*/
  background-color: #434343;
  color: #fff;
  border: 0;
}

#floor .modal-header .close {
  margin-top: -30px;
}

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

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

#floor .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#floor .flag-container {
  padding: 0px !important;
}

.location-p {
  line-height: 30px;
  color: black;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.adg-title {
  font-size: 20px !important;
  color: #000;
}

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

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

.modal-body {
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.modal-content {
  /* border-radius: 21px; */
  background: unset;
}

.modal-header {
  border: none;
  /*background: #83693ee0;*/
  color: #ffff;
  padding: 10px !important;
  background: #434343;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
}

.price-btn {
  margin: 0px auto;
  display: block !important;
  background-image: none;
  text-shadow: none;
  color: #fff;
  border: 2px solid #434343;
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
  background: #434343;
  border-radius: 10px;
}

.price-btn:hover {
  color: #414041;
  background-color: #fff !important;
  border-color: #414041;
  transition: ease 0.5s;
}

.modal-header .close {
  opacity: 1;
  color: #fff;
  font-size: 30px !important;
  box-shadow: none;
  outline: none;
}

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

.error {
  color: red;
}

.interested-1 {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 15px;
  /* background: #83693ee0 !important; */
  border: none;
  letter-spacing: 1px;
  background: #434343;
  /* background: linear-gradient(47deg, #4f96c5 0%, #32b0d4 82%); */
  font-size: 18px !important;
}

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

.btn-download-1 {
  border: none;

  background: rgb(250, 206, 54);
  background: linear-gradient(47deg, #4f96c5 0%, #32b0d4 82%);
}

.btn-download {
  position: fixed;
  bottom: 15px;
  z-index: 9999;
  left: 15px;
  /* background: #83693ee0 !important; */
  border: none;
  letter-spacing: 1px;
  font-size: 18px !important;
  background: #434343;
  /* background: linear-gradient(47deg, #4f96c5 0%, #32b0d4 82%); */
}

.interested:hover,
.interested:focus,
.btn-download:hover,
.btn-download:focus {
  color: #ffffff !important;
  background-color: #25322c !important;
}

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

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
  position: relative;
  top: 0px;
}

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

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

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

.i-am,
.down {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
}

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

.footer-sec {
  padding: 15px 0px;
  background: #000000;
}

.foote-wrap {
  margin: 0px auto;
  display: block;
}

.foote-wrap img {
  margin: 0px auto;
  display: block;
  width: 195px;
}

.rera-img {
  display: inline-block !important;
  width: 28px !important;
  position: absolute;
  margin-left: -24px !important;
  margin-top: -5px !important;
}

.foote-wrap p {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0px;
  color: #fff;
}

.inner-banner {
  padding: 100px 0px;
  background: url(../images/inner-banner.jpg) center no-repeat;
  margin-top: 50px;
}

.banner-txt-thank h1 {
  margin: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #83693ee0;
  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: #414041;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
  text-align: center;
}

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

.oops-greet {
  color: #414041;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

.thank-menu {
  top: 0px !important;
}

.thank-sec {
  margin-top: 6rem;
}

.address-wrap {
}

.address-wrap h3 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}

.address-wrap p {
}

b {
  font-weight: 600;
}

.call-me {
  font-size: 38px;
  font-weight: 900;
  color: #cdaa65;
}

.call-me:hover {
  color: #cdaa65;
}

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

.ami-iconholder img {
  width: 65px;
  margin: 0px auto;
  display: block;
  margin-bottom: 15px;
}

.ami-iconholder p {
  text-align: center;
}

@media (max-width: 470px) {
  .ami-iconholder p {
    height: 60px;
  }
}

.connectivity {
  width: 550px;
  margin: 0px auto;
  display: block;
}

#key-distance {
  background: #f3f3f3;
}

.rera-wrap {
  text-align: center;
  padding: 15px;
  margin-top: 15px;
  border: 4px solid #cdaa65;
}

.rera {
  width: 100px;
}

.rera-txt {
  font-size: 16px;
  margin-top: 14px;
  text-align: center;
}

.rera-txt a {
  color: #ffffff;
}

.cust-sec {
  padding-top: 25px;
}

.partner {
  text-align: center;
}

.partner li {
  display: inline-block;
  margin-right: 16px;
}

.partner li img {
  width: 135px;
}

.b-logo {
  width: 120px;
  margin-top: 10px;
}

.f-blogo {
  width: 111px !important;
}

.whylist li {
  margin-bottom: 14px;
  line-height: 20px;
}

/*  table---------------*/

.element-apartments {
  background: #414041;
  /*padding: 10px;*/
  /*border: 1px solid #fff;*/
}

.element-apartments .apartment-table {
  border: 0;
  margin: 0px auto;
  width: 100%;
}

.element-apartments .apartment-table thead {
  background: #83693ee0;
  /* font-family: "Abel"; */
  font-weight: 800;
}

.element-apartments .apartment-table th {
  /*text-transform: uppercase;*/
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  /* font-family: "Abel"; */
  font-weight: normal;
  font-size: 22px;
  padding: 15px 15px !important;
}

.element-apartments td,
.element-apartments th {
  border-right: 0;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  color: #ffffff;
}

.element-apartments .btn {
  border: 1px solid #fff;
  /* height: 34px; */
  line-height: 31px;
  padding: 0;
  width: 98px;
  font-size: 15px;
  color: #fff;
  /* font-weight: 800; */
}

.apartment-table > tbody > tr:nth-of-type(even) {
  /*background: #ececec !important;*/
}

.element-apartments .btn:hover {
  border-color: #fff;
  color: #fff;
}

.hvr-sweep-to-right:before {
  background: #000000 !important;
}

.btn-table {
}

.table > tbody > tr > td {
  vertical-align: middle;
  border: none;
  border: 1px solid #c7c7c7;
  width: 20%;
}

.table > thead > tr > th {
  vertical-align: middle;
  text-align: center;
  border: none;
  background: linear-gradient(
    90deg,
    #cb5aa1 12%,
    #4f59a7e9 70%,
    #4d6cb3c2 100%
  );
}

.callup {
  text-align: center;
  margin-top: 25px;
}

.callup p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
}

.callup span {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
}

.callup a {
  text-align: center;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
  letter-spacing: 2px;
}

.contact-wrap h2 {
  color: #fff;
  /*font-family: 'Oswald', sans-serif;*/
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-wrap h2 span {
  font-weight: 300;
}

.address {
  text-align: center;
  margin-top: 10px;
}

.address li {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
}

.address li:first-child {
  margin-right: 18px;
  color: #fff;
}

.address li i {
  color: #83693ee0;
}

.address li a {
  color: #414041;
  text-decoration: none;
}

.address-line {
  height: 2px;
  background: #414041;
  width: 200px;
  margin: 0px auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.social {
}

.social li {
  display: inline;
  margin-right: 20px;
}

.social li:last-child {
  margin-right: 0px;
}

.social li a {
  color: #fff;
  transition: ease all 0.5s;
}

.social li a i {
  font-size: 22px;
  transition: ease all 0.5s;
}

.social li a i:hover {
  transition: ease all 0.5s;
  color: #cf9450;
}

.copy-right {
  /*font-family: 'Oswald', sans-serif;*/
  text-transform: uppercase;
  /*font-weight: 800;*/
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

#contact {
  background: #f5f5f5;
  padding: 75px 0;
}

#configuration {
  width: 100%;
  position: relative;
  padding: 50px 0;
  /* background-color: #4140411a; */
  background-image: url("../images/object1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#location {
  background-image: url("../images/object2.jpg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

#contactus {
  background-image: url("../images/contactbg.jpeg");
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #ede5d8;
  background-position: inherit;
  background-repeat: no-repeat;
}

#contactus::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.6;
  background-color: #000;
}

.contact_bg {
  background: url("../images/contact-bg.jpg");
  background-size: cover;
}

@media (max-width: 400px) {
  .element-apartments {
    padding: 0px;
    overflow: scroll;
  }
}

@media (max-width: 340px) {
  .feature-rwap h3 {
    font-size: 36px;
    margin-top: 8px;
  }

  .feature-rwap h2 {
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    color: #313131;
    font-style: italic;
  }

  .feature-rwap {
    width: 100%;
  }
}

.reralist {
  text-align: center;
  color: #fff;
  /*margin-top: 10px;*/
}

.reralist li {
  /*display: inline-block;*/
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 16px;
}

.reralist li:first-child {
  /*margin-right: 5px;*/
  /*border-right: 2px solid;*/
  /*padding-right: 10px;*/
}

/*.reralist li i {*/

/*color: #83693ee0;*/

/*}*/

.reralist li a {
  color: #414041 !important;
  text-decoration: none;
  font-weight: 600;
}

.reralist li a:hover {
  color: #83693ee0 !important;
  text-decoration: underline;
}

#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%;
}

.white {
  color: #000000 !important;
  background: none;
  -webkit-text-fill-color: unset;
  /* background: linear-gradient(47deg, #4f96c5 0%, #32b0d4 82%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

.figure-img img {
  width: 550px;
  border: 1px solid #83693ee0;
  padding: 15px;
  max-width: 100%;
}

.figure-img-right img {
  width: 550px;
  border: 1px solid #83693ee0;
  padding: 15px;
  max-width: 100%;
  float: right;
}

.figure-img.sm img {
  width: 400px;
}

.figure-img-right.sm img {
  width: 400px;
}

.social-wrap {
  text-align: center;
  margin-top: 25px;
}

.social-wrap p {
  font-size: 26px;
  margin-bottom: 20px;
}

.social-icon {
}

.social-icon li {
  display: inline-block;
  margin-right: 20px;
}

.social-icon li a img {
  width: 58px;
}

.social-icon li:last-child {
  margin-right: 0px;
}

#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: 50px;
  background: #4140411a;
  margin-bottom: 12px;
  border-radius: 5px;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 50px;
  border: none;
}

#accordion .panel-title a {
  display: block;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #434343;
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  text-decoration: none !important;
  /* box-shadow: 1px 1px 4px; */
  transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed {
  /* background: #eee; */
  /* box-shadow: none; */
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #0760dc;
  position: absolute;
  top: 23px;
  left: 0;
}

#accordion .panel-title a.collapsed:before {
  background: #ddd;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f068";
  /* font-family: "Font Awesome 5 Free"; */
  font-weight: 900;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: -2%;
  background: #000;
  position: absolute;
  top: 10px;
  left: -17px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  z-index: 1;
}

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

#accordion .panel-body {
  background-color: #e0dbdb;
  font-size: 15px;
  color: #000;
  line-height: 25px;
  padding: 15px;
  /* margin-left: -10px; */
  border: none;
  /* border-left: 2px dashed #eee; */
}

#location .img-disc {
  position: absolute;
  bottom: 26px;
  color: #fff;
  background: #000;
  right: 15px;
  padding: 0 2px;
  font-size: 10px;
}

.abt-para {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding: 0 50px;
}

.abtdiv h2 {
  color: #fff;
}

@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.overlay {
  width: 100%;
  padding: 50px 0px;
  /* background: url(../images/pattern.png) #83693ee0; */
  background-repeat: repeat;
  background-size: cover;
  background-position: initial;
  /* background: #000; */
  background: #4140411a;
}

.overlay1 {
  width: 100%;
  padding: 14px 14px;
  /* background: url(../images/gallery/Amenities/6.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #a9a7a0;
  background-blend-mode: overlay;
  border-radius: 20px;
  color: #000 !important;
}

.stamp {
  font-size: 13px;
}

.stamp sup {
  color: red;
  font-size: 22px;
  position: relative;
  top: 2px;
}

.milestone {
  text-align: center;
  font-size: 18px;
  width: 90%;
  margin: 0px auto;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#rera-pop .modal-header {
  background: #83693ee0;
  color: #fff;
}

/*#rera-pop .modal-header .close {*/

/*opacity: 1;*/

/*color: #fff;*/

/*margin-top: 0px !important;*/

/*}*/

#rera-pop .modal {
  display: block !important;
}

#rera-pop .modal-dialog {
  overflow-y: initial !important;
}

#rera-pop .modal-body {
  height: 300px;
  overflow-y: auto;
}

#rera-pop .modal-footer {
  padding: 4px;
  background: #e8e8e8;
}

.disclaimer-ol {
  padding-left: 20px;
}

.disclaimer-ol li {
  margin-bottom: 10px;
}

.disc-btn {
  /*text-align: center;*/
  /*display: block;*/
  color: #83693ee0;
  font-weight: 600;
}

.disc-btn:hover {
  color: #83693ee0;
}

.pd0 {
  padding: 0 !important;
}

/* .amiwrap {
  text-align: center;
  background: #fff;
  padding: 5px;
  box-shadow: 1px 1px 25px #e0e0e0;
  margin-bottom: 20px;
} */

.amiwrap img {
  padding: 5px 9px;
  width: 85px !important;
}

.abtwrap img {
  padding: 5px 9px;
  width: 160px !important;
}

.amiwrap p,
.abtwrap p {
  font-size: 18px;
  /* padding: 0px 27px; */
  margin: 0 auto;
  line-height: 30px;
}

@media (max-width: 768px) {
  .amiwrap p,
  .abtwrap p {
    font-size: 14px;
    line-height: 23px;
  }

  .table>tbody>tr>td{
    padding: 8px !important;
  }

.pric-click{
  padding: 10px 2px;
}

  ul.quick-overview-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  ul.quick-overview-list li h5 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .abt-para {
    padding: 0;
  }
}

/*----- Border Animation -----*/

.amiwrap,
.abtwrap {
  text-align: center;
  background: #fff;
  padding: 5px;
  box-shadow: 1px 1px 25px #e0e0e0;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  transition: ease all 0.5s;
}

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

.amiwrap::before,
.amiwrap::after,
.abtwrap::before,
.abtwrap::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  /*background: #83693ee0;*/
  background: linear-gradient(47deg, #d3a75c 0%, #d69835 82%);
}

.bo {
  /*padding: 8px;*/
  display: flex;
  align-items: center;
}

.bo::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  /*background: #83693ee0;*/
  background: linear-gradient(47deg, #d3a75c 0%, #d69835 82%);
  left: 0px;
  top: 0px;
}

.bo::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  /*background: #83693ee0;*/
  background: linear-gradient(47deg, #d3a75c 0%, #d69835 82%);
  right: 0px;
  top: 0px;
}

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

.amiwrap:hover .bo::before,
.amiwrap:hover .bo::after,
.abtwrap:hover .bo::before,
.abtwrap:hover .bo::after {
  height: 100%;
}

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

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

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

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

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

.border-effect:hover .bo::before,
.border-effect:hover .bo::after {
  top: 0;
}

/*--- End of border amination----------*/

/*----------------accordition-----------*/

.cust-accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 5px;
}

.cust-accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}

.cust-accordion .panel-title a {
  display: block;
  padding: 15px 15px 15px 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #4a4a4a;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  position: relative;
}

.cust-accordion .panel-title a:hover {
  background: #83693ee0;
}

.cust-accordion .panel-body {
  font-size: 14px;
  color: #fff;
  background: #6f6f6f;
  padding: 15px 20px;
  line-height: 25px;
  /* border: none !important; */
  position: relative;
}

/* .cust-accordion .panel-body:after {
    content: "";
    position: absolute;
    top: -19px;
    left: 40px;
    border: 10px solid transparent;
    border-bottom: 10px solid #6f6f6f
} */

.cust-accordion .panel-title a .down-arrow {
  width: 25px;
  float: right;
  position: relative;
  top: -5px;
}

.loc-icon {
  position: absolute;
  left: 8px;
  width: 33px;
  top: 6px;
}

.specification {
  list-style: circle;
  padding-left: 16px;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.cust-accordion .panel-body p {
  font-size: 18px;
  /*font-weight: 600;*/
}

.overview-img {
  width: 500px;
  margin-top: 20px;
  max-width: 100%;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.amenities-gallery img {
  margin-bottom: -2px;
  width: 100%;
  height: 245px;
  border-radius: 20px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(76, 118, 135, 0.75);
  position: absolute;
  top: 0;
  transform: translate(-100%, 0);
  transition: all 1s;
}

.ameni_abs {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 8px;
  background: #000000cf;
  color: #fff;
  margin: 0;
  border-bottom-right-radius: 20px;
}

.loc {
  width: 100% !important;
  height: 290px !important;
  margin-bottom: -2px;
  object-fit: cover;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
}

#atmosphere {
  /*background: url("../images/patch.png") no-repeat bottom left;*/
}

#parkamenities {
  /*background: url("../images/patch2.png") no-repeat bottom right;*/
}

#gallery {
  /*background: url("../images/patch.png") no-repeat bottom left;*/
}

#carousel-example-generic1 {
  width: 500px;
  max-width: 100%;
  margin: 0px auto;
}

#carousel-example-generic1 .carousel-inner .item img {
  width: 500px;
  max-width: 100%;
}

.terms-head {
  color: #83693ee0;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.form-disc-white {
  font-size: 9px;
  line-height: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 1px;
}

.form-disc-white a {
  color: #ffffff;
}

.form-disc {
  font-size: 9px;
  line-height: 11px;
}

.form-disc a {
  color: #83693ee0;
}

.maplink {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 16px;
  font-size: 20px;
  letter-spacing: 2px;
  transition: ease all 0.5s;
  text-decoration: none !important;
  display: block;
  width: 165px;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
}

.maplink:hover,
.maplink:focus {
  background: #ffffff;
  color: #222222;
  transition: ease all 0.5s;
  text-decoration: none !important;
}

/* ----------responsive ---------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
  .figure-rwap {
    width: 90%;
    /*margin-top: -7rem;*/
    margin-bottom: 20px;
    display: -webkit-box;
  }

  .figure-rwap img {
    /*width: 90%;*/
    width: 100%;
    margin: 0 -5rem 0 2rem;
  }

  .figure-rwap-right {
    width: 90%;
    margin-top: 10px;
  }

  .figure-rwap-right img {
    width: 95%;
    margin: 0 -5rem 0 -1rem;
  }

  .fig-padding {
    padding-top: 3em;
  }

  .connectivity {
    width: 83% !important;
  }

  .form-wrap {
    margin-top: 25px;
    padding: 20px 0px !important;
  }

  .rera-sec {
    margin-bottom: 40px;
  }

  .rera-txt {
    font-size: 17px !important;
    line-height: 22px;
  }

  #hide-menu {
    padding: 5px 0px;
  }

  .navbar-collapse {
    padding-bottom: 10px;
  }

  .fixHeader {
    /*background: rgba(65, 64, 65, 0.9) !important;*/
    /*transition: ease all 0.5s;*/
  }

  .cust-accordion {
    margin-bottom: 5px;
    margin-top: 0px;
  }

  .copy-right {
    font-size: 15px;
  }

  .loc {
    margin-top: 55px;
  }
}

.rera-sec {
  background: #434343;
  padding: 20px 0px;
}

.rera-sec h3 {
  margin-top: 0px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

.rera-sec p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 19px;
  margin: 0px;
}

.aminitieslist li {
  font-size: 16px;
  padding: 7px 10px;
  margin-bottom: 10px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
  display: flex;
}

.dir li,
.dir1 li {
  color: #fff;
  list-style: none;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  align-items: center;
  /* width: 335px; */
  background: linear-gradient(47deg, #4f96c5 0%, #32b0d4 82%);
  margin: 18px auto;
}

.dir li img,
.dir1 li img {
  margin-right: 15px;
  width: 32px;
  filter: invert(1);
}

/* .floor {
    position: relative;
    margin: 0px 185px;
} */

#gmap .close {
  float: right;
  font-size: 43px;
  display: block;
  margin-top: -14px;
  font-weight: 700;
  margin-right: 8%;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}

.fot-call {
  /* margin: 0 auto; */
  display: block;
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.fot-call:hover {
  color: #fff;
}

.fot-call-1 {
  /* margin: 0 auto; */
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.fot-call-1:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .padding {
    padding-top: 35px;
  }

  #carousel-example-generic .carousel-inner > .item > img {
    height: 100vh;
    margin-top: 80px;
  }

  #gmap .modal-dialog {
    width: 65% !important;
  }
}

@media only screen and (max-width: 768px) {
  #gmap .modal-dialog {
    width: 100% !important;
  }

  #gmap .modal-body {
    padding: 0 !important;
    overflow: hidden;
    margin-left: 30px;
  }

  #gmap .close {
    float: right;
    font-size: 43px;
    display: block;
    margin-top: -14px;
    font-weight: 700;
    margin-right: 0%;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
  }

  .floor {
    position: relative;
    margin: 0px;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.navbar-right {
  float: right;
  margin-right: 85px;
}

.chatWithUsMessage {
  position: inherit !important;
  max-width: 50vw;
  background: #3a96dd;
  padding: 5px;
  bottom: 60px !important;
  transition: none;
  animation-duration: 0.5s;
  animation-iteration-count: 1, 4;
  animation-direction: normal, alternate;
  animation-timing-function: ease-in, ease-in-out;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 0 10px #000;
}

#kenytChatBubble.style1 {
  position: fixed;
  bottom: -10px !important;
  margin-bottom: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transition: background-color 0.7s ease-in-out, box-shadow 0.5s ease-in-out;
  cursor: pointer;
  z-index: 2147483645;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  #kenytChatBubble.style1 {
    position: fixed;
    bottom: 28px !important;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: background-color 0.7s ease-in-out, box-shadow 0.5s ease-in-out;
    cursor: pointer;
    z-index: 2147483645;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
  }

  #accordion .panel {
    margin: 0px;
  }

  #accordion .panel-body {
    margin: 0 0px;
  }

  .chatWithUsMessage {
    position: inherit !important;
    max-width: 50vw;
    background: #3a96dd;
    padding: 5px;
    bottom: 100px !important;
    transition: none;
    animation-duration: 0.5s;
    animation-iteration-count: 1, 4;
    animation-direction: normal, alternate;
    animation-timing-function: ease-in, ease-in-out;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 0 10px #000;
  }
}

.config-wrap {
  text-align: center;
  border-top: 10px solid #fff;
  border-bottom: 31px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding: 25px 0px;
  margin-bottom: 0px;
  border-radius: 4px 1px 65px 65px;
  transition: ease all 0.5s;
}

.config-wrap:hover .pricing_btn {
  /* background: #58595b; */
  background: linear-gradient(47deg, #ce9a41 0%, #b17a1a 82%);
}

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

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

.config-wrap h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 35px;
  color: #fff;
}

.config-wrap .pricing_btn,
.config-wrap1 .pricing_btn {
  /*background: #58595b;*/
  background: linear-gradient(47deg, #4f96c5 0%, #32b0d4 82%);
  border: 1px solid;
  font-size: 20px;
  color: #fff;
  /* width: 75%; */
  padding: 7px 10px;
  border-radius: 28px;
  margin: 5px 0px;
  font-weight: 600;
  outline: none;
}

.config-wrap:hover {
  border-color: #d0d0d0;
  background: linear-gradient(47deg, #4f96c5 0%, #32b0d4 82%);
  -webkit-box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.config-wrap h3 span {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.title02 {
  text-align: center;
  margin: 10px auto;
  background: linear-gradient(47deg, #4f96c5 0%, #32b0d4 82%);
  display: block;
  width: 103px;
  padding: 5px;
  color: #fff;
  font-weight: 800;
}

.title03 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #fff;
  font-weight: 800;
  padding: 5px;
  font-size: 10px;
  background: linear-gradient(47deg, #4f96c5 0%, #32b0d4 82%);
}

video {
  margin-top: 45px;
}

.owl-nav {
  text-align: center;
  font-size: 50px;
}

.owl-prev {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .config-wrap {
    padding: 15px 0px;
    margin-bottom: 25px;
  }

  video {
    margin-top: 11px;
  }
}

.title01 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  font-weight: 800;
  padding: 5px;
  font-size: 8px;
  background: #000;
}

.qrcode {
  text-align: center;
  margin: 10px auto 20px;
  color: #fff;
}

.qrcode img {
  display: block;
  margin: auto;
  width: 100px;
}

/* *************************************************** Overview Start *************************************** */

.over_sec {
  background-color: #ede5d8;
  width: 100%;
  position: relative;
  padding: 70px 0;
}

.over_sec .container .over__over {
  display: flex;
  align-items: center;
}

.over_img img {
  width: 100%;
}

.over_logo {
  text-align: left;
  margin-bottom: 20px;
}

.over_logo img {
  width: 25%;
}

.highlight-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 10px;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.highlight-wrap img {
  width: 35px !important;
  margin-right: 20px;
  transition: all 0.6s ease-in-out;
  box-shadow: none;
}

.highlight-wrap:hover {
  /* transform:translateY(-10px); */
  transform: scale(1.1);
}

.highlight-wrap p {
  color: #380202;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: start;
  text-transform: capitalize;
}

#overview .overview-info-wrapper .head .over-heading {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #434343;
}

#overview .overview-info-wrapper {
  margin-top: 50px;
}

.overview-body p {
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
}

.config_wrap {
  position: relative;
}

.config_wrap img {
  width: 100%;
  border-radius: 20px;
}

.config_wrap .config-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 68.19%,
    rgba(0, 0, 0, 0.9) 87.69%
  );
  opacity: 1;
  transition: 0.8s ease-in-out;
  border-radius: 20px;
}

.config-text {
  position: absolute;
  bottom: 25px;
  width: 100%;
}

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

.config-count .conf_wrap {
  width: 60%;
}

.conf_wrap h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.pricing_btn {
  width: 20%;
}

.config-overlay .pricing_btn {
  border: 0;
  background: transparent;
}

.btn-txt {
  position: relative;
  transition: all 0.5s ease-in-out;
  /* font-family: "Graphik"; */
}

@media (max-width: 768px) {
  .over_sec .container .over__over {
    display: block;
  }

  #overview .overview-info-wrapper {
    margin-top: 0px;
  }

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

/* *************************************************** Overview End *************************************** */

/* *************************************************** Video Start *************************************** */

#video {
  margin-top: 100px;
}

/* *************************************************** Video End *************************************** */

/* ============Gallery Section====================== */
#amenities {
  padding: 30px 0;
}

.amenity-carousel .owl-nav .owl-prev,
.amenity-carousel .owl-nav .owl-next {
  background: #007daf !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid transparent !important;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 40%;
}

.amenity-carousel .owl-nav .owl-prev {
  left: -5%;
}

.amenity-carousel .owl-nav .owl-next {
  right: -5%;
}

.amenity-carousel .owl-nav .owl-prev:hover,
.amenity-carousel .owl-nav .owl-next:hover {
  transform: scale(1.1);
}

.amenity-carousel .owl-nav span {
  color: #fff;
  font-size: 25px;
  padding: 10px;
}

.image-desc {
  color: #fff;
  /* font-family: "Graphik"; */
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.first-row .ameimg img {
  max-height: 400px;
  height: 400px;
  object-fit: cover;
}

.second-row .ameimg img {
  max-height: 250px;
  height: 250px;
  object-fit: cover;
}

.ameimg {
  position: relative;
  overflow: hidden;
}

.ameimg img {
  transition: 0.5s ease-in-out;
}

.ameimg:hover img {
  transform: rotate(-0.3deg);
  transition: 0.5s ease-in-out;
}

.ameimg p {
  position: absolute;
  left: 0px;
  bottom: -10px;
  padding: 20px;
  font-weight: bolder;
  text-shadow: #0000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  width: 100%;
  margin: 0 0 8px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 20px;
}

.ameimg a {
  width: 100%;
}

.const_tit {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0.5rem;
}

#myTabAmeny {
  justify-content: center;
  border: none;
}

#myTabAmeny .nav-item {
  margin: 0px 15px;
}

#myTabAmeny .nav-item .nav-link.active,
#myTabAmeny .nav-item .nav-link.active:focus,
#myTabAmeny .nav-item .nav-link:hover {
  background: transparent;
  transition: all 0.5s ease-in-out;
  color: #000;
  /* font-family: "Graphik-Regular"; */
  border: 1px solid #000;
  border-radius: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: 0.8s ease-in-out;
}

#myTabAmeny .nav-item .nav-link::before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 1px;
  width: 0%;
  bottom: 0;
  left: 0;
  transition: 0.8s ease-in-out;
}

#myTabAmeny .nav-item .nav-link.active::before,
#myTabAmeny .nav-item .nav-link.active:focus::before,
#myTabAmeny .nav-item .nav-link:hover::before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: 0.8s ease-in-out;
}

#myTabAmeny .nav-item .nav-link {
  color: #000;
  border: 0;
  /* font-family: "Graphik-Regular"; */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.8s ease-in-out;
}

/* =======================Gallery Section End========================== */

/* =======================Amenities Section Start ========================== */

.slider-wrapper {
  height: 100%;
}

.ameimg {
  position: relative;
  overflow: hidden;
}

.amenity-carousel .owl-nav .owl-prev {
  left: -5%;
}

.amenity-carousel .owl-nav .owl-prev,
.amenity-carousel .owl-nav .owl-next {
  background: #007daf !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid transparent !important;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 40%;
}

.text-white {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.ameimg img {
  max-height: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.owl-carousel .owl-nav button.owl-prev {
  background-color: #434343;
  width: 50px;
  border-radius: 72%;
  height: 50px;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  left: -100px;
  top: 41%;
  font-size: 30px;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
  background-color: #434343;
  width: 50px;
  border-radius: 72%;
  height: 50px;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  right: -100px;
  top: 41%;
  font-size: 30px;
  color: #fff;
}

#amenitiesGrid .owl-stage .owl-item .active {
  width: 100% !important;
}

#myTabAmeny .nav-item {
  margin: 0px 15px;
}

#myTabAmeny .nav-item .nav-link.active {
  background: transparent;
  transition: all 0.5s ease-in-out;
  color: #000;
  /* font-family: "Graphik-Regular"; */
  border: 1px solid #000;
  border-radius: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: 0.8s ease-in-out;
}

#myTabAmeny .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: 0.8s ease-in-out;
}

#myTabAmeny .nav-item .nav-link {
  color: #000;
  border: 0;
  /* font-family: "Graphik-Regular"; */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.8s ease-in-out;
}

#myTabAmeny .nav-item .nav-link.active,
#myTabAmeny .nav-item .nav-link:hover {
  background: transparent;
  transition: all 0.5s ease-in-out;
  color: #000;
  /* font-family: "Graphik-Regular"; */
  border: 1px solid #000;
  border-radius: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: 0.8s ease-in-out;
}

#myTabAmeny .nav-item .nav-link:hover {
  background: transparent;
  transition: all 0.5s ease-in-out;
  color: #000;
  /* font-family: "Graphik-Regular"; */
  border: 1px solid #000;
  border-radius: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: 0.8s ease-in-out;
}

.nav {
  justify-content: center;
}

.nav-tabs {
  border-bottom: 0px;
}

.abtdiv {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    top: 100%;
    left: 35%;
    bottom: -40px;
  }

  .overlay1 {
    width: 100%;
    padding: 75px 0px;
  }

  .owl-carousel .owl-nav button.owl-next {
    top: 100%;
    left: 52%;
    bottom: -40px;
  }
}

/* =======================Amenities Section End========================== */

#amenitiesGrid2 .pe {
  padding-right: 0px;
  padding-bottom: 15px;
}

.owl-theme .owl-nav .owl-prev:hover {
  background: #434343 !important;
  color: #fff;
  text-decoration: none;
  width: 66px;
  height: 66px;
}

.owl-theme .owl-nav .owl-next:hover {
  background: #434343 !important;
  color: #fff;
  text-decoration: none;
}

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

#accordion .panel-title a:after {
  content: "\f068";
  /* minus icon */
  font-family: FontAwesome;
}

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

.space-ove {
  padding: 0px 40px;
}
.div-line a {
  color: #fff;
}
