/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

@font-face {
  font-family: "Helvetica Neue LT Std havy";
  src: url("../font/HelveticaNeueLTStd-Hv.html") format("woff2"), url("../font/HelveticaNeueLTStd-Hv-2.html") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std light";
  src: url("../font/HelveticaNeueLTStd-Lt.html") format("woff2"), url("../font/HelveticaNeueLTStd-Lt-2.html") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

#inquiryForm .col-sm-2 {
  
    flex: 0 0 16.666667%;
    max-width: 13.666667% !important;
}
.container-fluid {
  overflow-x: hidden;
  max-width: 1980px;
}

#pricepopup input.form-control {
    padding: 0 15px;
    margin: 10px 0;
}

#InstantCallback input.form-control {
    padding: 0 15px;
    margin: 10px 0;
}


#pricepopup button#submitf {
    background-color: #000;
    color: #fff;
    padding: 0 0;
}

#InstantCallback button#submitf {
    background-color: #000;
    color: #fff;
    padding: 0 0;
}

.container {
  max-width: 1980px;
}


label.error {
    color: red;
    font-size: 11px;
}


.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

input[type=text],
input[type=email],
input[type=number],
input[type=reset],
input[type=submit],
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

li,
p {
  font-size: 15px;
}


/*Fixed Enquire Now */
#inquiryForm {
    background-color: #000000;
    bottom: 0px;
    border-top: 1px solid #826137;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
    padding: 0 0 6px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

@media only screen and (max-width: 600px)
{
#inquiryForm {
    display: none;
    background-color: #18979a;
}
}


#inquiryForm h3 {
    margin: 18px 0 0;
    color: #fff;
}
.input-group {
    position: relative;
    text-align: center;
    margin: 8px auto;
    width: 100%;
}
#inquiryForm .input-group-addon {
    background-color: #bb9444;
    color: #fff;
    border-color: #5d4d37;
}
#inquiryForm .btn-default {
    background-color:  #bb9444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    border-color:  #bb9444;
}
#inquiryForm .col-lg-2 {
    width: 16.40%;
}
/* Fixed Enquire Now Ends */


@media screen and (max-width: 1500px) {
  li,
p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  li,
p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  li,
p {
    font-size: 12px;
  }
}

h1 {
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 18px;
  }
}

h3 {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 16px;
  }
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .size18 {
    font-size: 16px;
  }
}

.desk {
  display: block !important;
}
@media screen and (max-width: 999px) {
  .desk {
    display: none !important;
  }
}

.mob {
  display: none !important;
}
@media screen and (max-width: 999px) {
  .mob {
    display: block !important;
  }
}

.bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.fixed-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.mt-100 {
  margin-top: 4.5%;
}
@media screen and (max-width: 500px) {
  .mt-100 {
    margin-top: 58px;
  }
}

.bg-green {
  background-color: #a1ae3d;
}

.bg-brown {
  background-color: #a49c70;
}

.bg-dark-brown {
  background-color: #6d4b3c;
}

.bg-dark-green {
  background: #468d7b;
}

.bg-blue {
  background-color: #5e98ce;
}

.sticky-btn {
  position: fixed;
  right: 0;
  transition: all 0.4s;
  z-index: 999;
}

.brochure {
  top: 20%;
}

button.bg-dark-brown {
  background-color: rgba(109, 75, 60, 0.8);
}

button.bg-dark-brown:hover {
  background-color: #6d4b3c;
}

input[type=text]:hover,
input[type=email]:hover {
  outline-color: #6d4b3c;
  border-color: #a49c70;
}

.w-90 {
  width: 90%;
}

.level-container {
  list-style: none;
}

.heading-colored {
  color: #bc9a58;
}

.header-center {
  max-width: 88%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header-center {
    max-width: 96%;
  }
}

a.call-btn {
  color: #b47512;
  position: absolute;
  right: 0.5%;
  top: 16%;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  a.call-btn {
    right: 0;
    top: 28px;
    text-decoration: none;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
a.call-btn img {
  position: relative;
  top: -1px;
  transition: all 0.4s;
}
@media screen and (max-width: 999px) {
  a.call-btn img {
    width: 15px;
  }
}
a.call-btn:hover {
  color: #2f2f2f;
}
a.call-btn:hover img {
  transform: scale(1.2);
}
a.call-btn:hover .shake-bottom {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.navbar .navbar-nav {
  margin: 3% -1.5% 0;
}

[data-toggle=modal] {
  cursor: pointer;
}

.sec-1 {
  position: relative;
  overflow-y: hidden;
}
.sec-1 .carousel-control-prev-icon,
.sec-1 .carousel-control-next-icon {
  filter: brightness(1) !important;
}
.sec-1 .igbc-container {
  position: absolute;
  bottom: 3%;
  left: 7%;
}
@media screen and (max-width: 1300px) {
  .sec-1 .igbc-container {
    bottom: 3%;
    left: 7%;
    width: 18%;
  }
}
@media screen and (max-width: 500px) {
  .sec-1 .igbc-container {
    bottom: 3%;
    left: 4%;
    width: 18%;
    font-size: 8px;
  }
}

@media screen and (max-width: 500px) {
  .level-slider-1 li img.img-fluid,
.floor-plan-slider li img.img-fluid {
    width: 100%;
  }
}

#home .carousel-control-next,
#home .carousel-control-prev {
  width: 9%;
}
#home .carousel-control-prev-icon,
#home .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  filter: brightness(0);
}
#home .carousel-control-prev-icon {
  background-image: url("../images/hero-image-slider/left-arrow-icon.png");
}
#home .carousel-control-next-icon {
  background-image: url("../images/hero-image-slider/right-arrow-icon.png");
}
#home #hmslider .maharera-box {
  position: absolute;
  bottom: 33px;
  font-size: 12px;
  right: 0;
}
#home #hmslider .maharera-box a {
  color: #fff;
}
@media screen and (max-width: 500px) {
  #home #hmslider .maharera-box {
    display: none;
  }
}
#home #hmslider #scrollico {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
#home #hmslider #scrollico a {
  text-decoration: none;
  color: #fff;
}
#home #hmslider #scrollico p {
  color: #fff;
}
@media screen and (max-width: 500px) {
  #home #hmslider #scrollico p {
    font-size: 7px;
  }
}
#home #hmslider #scrollico p span {
  font-family: monospace;
  transform: rotate(90deg);
  display: block;
  width: 100%;
  line-height: 0;
  font-size: 2em;
}
#home .martp {
  margin: 25px 0 13px;
}
@media screen and (max-width: 1500px) {
  #home .martp {
    margin: 18px 0 8px;
  }
}

.sec-1__right {
  position: relative;
  padding: 3% 0;
}
.sec-1__right ul {
  margin-left: 4%;
}
.sec-1__right ul li {
  width: 100%;
  margin-right: 1%;
  margin-bottom: 7px;
}
@media screen and (max-width: 1300px) {
  .sec-1__right ul li {
    width: 100%;
    margin: 0 2% 6px 1%;
    text-indent: 0px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 999px) {
  .sec-1__right ul li {
    margin: 0 1% 11px 1%;
  }
}
@media screen and (max-width: 600px) {



.inquireButton {
    background-color: #1a2f48;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    bottom: 0;
    -webkit-box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1 3px rgba(0, 0, 0, 0.33);
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    padding: 5px 20px;
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1000;
    width: 100%;
}



  .sec-1__right ul li {
    width: 98%;
    margin: 0 1% 11px 1%;
  }
}

.sec-2-left {
  background: url("../images/banner-2-01.png") top left/cover no-repeat #444444;
  padding-left: 7%;
  padding-top: 2.8%;
  padding-bottom: 3.5%;
}
.sec-2-left .nav-tabs {
  border: none;
  margin-left: -1.5%;
}
.sec-2-left .nav-link {
  border: none;
  transition: all 0.4s;
}
.sec-2-left .nav-link.active {
  background: transparent;
  border: none;
}

#features .sec-2-left {
  order: 1;
}
@media screen and (max-width: 999px) {
  #features .sec-2-left {
    order: 0;
  }
}
#features .sec-2-right {
  padding-left: 11%;
}
@media screen and (max-width: 999px) {
  #features .sec-2-right {
    padding: 10.5% 8%;
  }
}

h3.font-16 {
  font-size: 16px;
}

.active-line {
  position: relative;
  transition: all 0.4s;
}
.active-line::before {
  content: "";
  position: absolute;
  top: 59.5%;
  right: -16%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media screen and (max-width: 999px) {
  .active-line::before {
    right: 0%;
    top: unset;
    bottom: -3px;
  }
}
@media screen and (max-width: 600px) {
  .active-line::before {
    content: unset;
  }
}
.active-line::after {
  content: "";
  position: absolute;
  top: 61.5%;
  right: -103%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .active-line::after {
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .active-line::after {
    content: unset;
  }
}

.active-line:nth-child(1)::after {
  right: -116%;
}
@media screen and (max-width: 999px) {
  .active-line:nth-child(1)::after {
    right: 0%;
  }
}

.sec-2-right {
  padding: 8.3% 5% 0 5%;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .sec-2-right {
    padding: 9.1% 5% 0 5%;
  }
}
@media screen and (max-width: 1500px) {
  .sec-2-right {
    padding: 10.5% 5% 0 5%;
  }
}
@media screen and (max-width: 999px) {
  .sec-2-right {
    padding: 10.5% 8%;
  }
}
.sec-2-right .d-flex h1 {
  width: 61%;
  margin-left: 1%;
}

@media screen and (max-width: 999px) {
  #level-recreations .nav-tabs .nav-item {
    display: inline-block;
    width: 33%;
  }
}
@media screen and (max-width: 500px) {
  #level-recreations .nav-tabs .nav-item {
    display: block;
    width: 100%;
  }
}

.slider-container {
  position: relative;
}
.slider-container .plus-icon {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
  transform: translate(-50%, -50%) scale(0);
}
.slider-container .plus-icon img {
  height: 30px;
}

.slider-container .bx-controls.bx-has-controls-direction a {
  position: absolute;
  top: 32%;
  outline: 0;
  width: 50px;
  height: 62px;
  text-indent: -9999px;
  z-index: 999;
}

.bx-controls.bx-has-controls-direction .bx-next {
  position: absolute;
  top: 0;
}

.bx-controls.bx-has-controls-direction .bx-next {
  right: 14px;
  background: url("../images/controls.png") no-repeat -46px 0;
}

.bx-controls.bx-has-controls-direction .bx-prev {
  left: 14px;
  background: url("../images/controls.png") no-repeat 0 0;
}

#change-bg .tab-content .tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
  opacity: 0;
}

#change-bg .tab-content .active {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.level-slider-1 li,
.floor-plan-slider li {
  position: relative;
}
.level-slider-1 li::after,
.floor-plan-slider li::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  height: 83%;
  transition: all ease-in-out 0.4s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  pointer-events: none;
  cursor: pointer;
  z-index: 10;
}
.level-slider-1 li:hover::after,
.floor-plan-slider li:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.level-slider-1 li:hover .plus-icon,
.floor-plan-slider li:hover .plus-icon {
  transform: translate(-50%, -50%) scale(1);
}

.font-small {
  font-size: 12px;
  letter-spacing: 1px;
}

#aboutproject
{
   background: url(../images/aboutus-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    margin: 0px 0;
}

.floor-plan-slider li::after {
  top: 4%;
  height: 85%;
}

.floor-plan .bx-controls.bx-has-controls-direction a {
  top: 43%;
}
.floor-plan .bx-controls.bx-has-controls-direction .bx-next {
  right: 5%;
}
.floor-plan .bx-controls.bx-has-controls-direction .bx-prev {
  left: 5%;
}

.sec-3 .heading-colored {
  margin-top: 8%;
}
.sec-3 .sec-3-left {
  padding-left: 6.5%;
  padding-bottom: 4%;
  background-color: #5a4c31;
}
.sec-3 .sec-3-left .loc-map {
  margin-top: 5.9%;
  position: relative;
}
.sec-3 .sec-3-left .loc-map .zoom-icon {
  position: absolute;
  top: 13%;
  left: 3%;
  z-index: 2;
  cursor: pointer;
}
.sec-3 .sec-3-left .loc-map button {
  position: absolute;
  left: 1%;
  bottom: 1%;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: #545454;
  color: #a49c70;
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-weight: 600;
  transition: all 0.6s ease;
}
@media screen and (max-width: 500px) {
  .sec-3 .sec-3-left .loc-map button {
    position: unset;
    margin-top: 1rem;
  }
}
.sec-3 .sec-3-left .loc-map button:hover, .sec-3 .sec-3-left .loc-map button:focus {
  color: #fff;
  transition: all 0.6s ease;
  outline: 0;
}
.sec-3 .sec-3-right {
  padding-left: 3.2%;
  margin: 1.2% 0 0;
}
@media screen and (max-width: 1700px) {
  .sec-3 .sec-3-right {
    margin: 1.1% 0 0;
  }
}
@media screen and (max-width: 1500px) {
  .sec-3 .sec-3-right {
    margin: 0.9% 0 0;
  }
}
.sec-3 .sec-3-right ul {
  list-style: none;
}
.sec-3 .sec-3-right .loc-advantages-container {
  margin-top: 9%;
  max-width: 580px;
}
@media screen and (max-width: 1700px) {
  .sec-3 .sec-3-right .loc-advantages-container {
    margin-top: 6%;
  }
}
@media screen and (max-width: 999px) {
  .sec-3 .sec-3-right .loc-advantages-container {
    margin: 2% auto 5%;
    max-width: 94%;
    height: 100%;
  }
}

::-webkit-scrollbar {
  background-color: rgba(226, 220, 208, 0.329);
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #545454;
}

.loc-advantages-container::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.sec-4-right {
  background-color: #a49c70;
}

.sec-5__title-container {
  padding: 1.8% 0 0 6.5%;
}

.sec-6 {
  background-color: #6d4b3c;
}
.sec-6__inner {
  width: 90%;
}
.sec-6__title {
  margin-top: 3.9%;
  margin-left: -0.9%;
}
.sec-6 .after-icon {
  position: relative;
}
.sec-6 .after-icon::after {
  content: "";
  position: absolute;
  background-image: url("../images/world-class-grid/after-right-icon.png");
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 36px;
  height: 40px;
  z-index: 2;
}
.sec-6 .after-icon-to-left::after {
  right: 92%;
}

.font-weight-light {
  font-weight: 400 !important;
}

button {
  margin: 0;
}

#Why-kalyan {
  padding: 0;
}
@media screen and (max-width: 999px) {
  #Why-kalyan .whykalimg {
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  #Why-kalyan .row {
    margin: 0;
  }
}
#Why-kalyan .bgrepeimg {
  background: #6a4e30;
}
@media screen and (max-width: 1500px) {
  #Why-kalyan .bgrepeimg .img {
    width: 67%;
  }
}
@media screen and (max-width: 600px) {
  #Why-kalyan .bgrepeimg .img {
    width: 72%;
  }
}
#Why-kalyan .bgrepeimg .txt {
  padding: 4% 5% 0;
}
@media screen and (max-width: 1700px) {
  #Why-kalyan .bgrepeimg .txt {
    padding: 5% 5% 0;
  }
}
@media screen and (max-width: 1400px) {
  #Why-kalyan .bgrepeimg .txt {
    padding: 4% 5% 0;
  }
}
@media screen and (max-width: 999px) {
  #Why-kalyan .bgrepeimg .txt {
    padding: 6% 7%;
  }
}
#Why-kalyan .bgrepeimg .txt h1 {
  color: #fff;
  margin: 0 0 3%;
}
@media screen and (max-width: 1400px) {
  #Why-kalyan .bgrepeimg .txt .img {
    width: 61%;
  }
}
#Why-kalyan .bgrepeimg .txt p {
  color: #fff;
}
#Why-kalyan .bgrepeimg .txt p strong {
  font-weight: bold;
}
#Why-kalyan .bgrepeimg .txt ul {
  margin: 0 0 0 3%;
  padding: 0;
}
#Why-kalyan .bgrepeimg .txt ul li {
  color: #fff;
  margin: 0 0 8px;
}
@media screen and (max-width: 999px) {
  #Why-kalyan .bgrepeimg .txt ul li {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 999px) {
  #Why-kalyan .bgrepeimg .nop {
    padding: 0;
  }
}
#Why-kalyan .bgrepeimg .whyscrol {
  overflow-y: scroll;
  max-height: 28em;
  padding: 0 8% 0 0;
}
@media screen and (max-width: 1700px) {
  #Why-kalyan .bgrepeimg .whyscrol {
    max-height: 21em;
  }
}
@media screen and (max-width: 1500px) {
  #Why-kalyan .bgrepeimg .whyscrol {
    max-height: 22em;
  }
}
@media screen and (max-width: 1400px) {
  #Why-kalyan .bgrepeimg .whyscrol {
    max-height: 24em;
    width: 98%;
  }
}
@media screen and (max-width: 1300px) {
  #Why-kalyan .bgrepeimg .whyscrol {
    max-height: 23em;
    width: 98%;
  }
}
@media screen and (max-width: 1200px) {
  #Why-kalyan .bgrepeimg .whyscrol {
    max-height: 18em;
    width: 98%;
  }
}
@media screen and (max-width: 999px) {
  #Why-kalyan .bgrepeimg .whyscrol {
    max-height: 100%;
    width: 100%;
    overflow-y: hidden;
  }
}
#Why-kalyan .bgrepeimg .whyscrol::-webkit-scrollbar {
  background-color: rgba(226, 220, 208, 0.329);
  width: 5px;
}
#Why-kalyan .bgrepeimg .whyscrol::-webkit-scrollbar-thumb {
  background-color: #fff;
}

#Why-upgrade {
  background: #e2fafd;
  padding: 5% 0;
}
@media screen and (max-width: 600px) {
  #Why-upgrade {
    padding: 10% 0;
  }
}
#Why-upgrade .img1 {
  text-align: center;
}
@media screen and (max-width: 1700px) {
  #Why-upgrade .img1 {
    width: 32%;
  }
}
@media screen and (max-width: 1500px) {
  #Why-upgrade .img1 {
    width: 35%;
  }
}
@media screen and (max-width: 1400px) {
  #Why-upgrade .img1 {
    width: 33%;
  }
}
@media screen and (max-width: 999px) {
  #Why-upgrade .img1 {
    width: 100%;
  }
}
#Why-upgrade .txt {
  margin: 3% 0 0;
  width: 73%;
  margin: 5% auto 0;
}
@media screen and (max-width: 1700px) {
  #Why-upgrade .txt {
    width: 83%;
  }
}
@media screen and (max-width: 999px) {
  #Why-upgrade .txt {
    margin: 13% auto 0;
  }
}
#Why-upgrade .txt .sec2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 32%;
  width: 1px;
  height: 27%;
  background: #b4c5c8;
}
@media screen and (max-width: 999px) {
  #Why-upgrade .txt .sec2::before {
    content: none;
  }
}
#Why-upgrade .txt .sec2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 32%;
  width: 1px;
  height: 27%;
  background: #b4c5c8;
}
@media screen and (max-width: 999px) {
  #Why-upgrade .txt .sec2::after {
    content: none;
  }
}
#Why-upgrade .txt .sec2 .content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 67%;
  height: 1px;
  background: #b4c5c8;
}
@media screen and (max-width: 999px) {
  #Why-upgrade .txt .sec2 .content::before {
    content: none;
  }
}
#Why-upgrade .txt .content {
  text-align: center;
  position: relative;
  padding: 0 0 17%;
}
@media screen and (max-width: 1500px) {
  #Why-upgrade .txt .content {
    padding: 0 0 12%;
  }
}
#Why-upgrade .txt .content .img {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  #Why-upgrade .txt .content .img {
    width: 20%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1400px) {
  #Why-upgrade .txt .content .img {
    width: 18%;
  }
}
@media screen and (max-width: 1400px) {
  #Why-upgrade .txt .content .img {
    width: 23%;
  }
}
#Why-upgrade .txt .content .txtsec h3 {
  font-family: "Helvetica Neue LT Std light";
  color: #5c3b2d;
  font-size: 1em;
  line-height: 20px;
  margin: 3% 0 2.5%;
}
@media screen and (max-width: 1200px) {
  #Why-upgrade .txt .content .txtsec h3 {
    font-size: 0.8em;
  }
}
#Why-upgrade .txt .content .txtsec h2 {
  font-family: "Helvetica Neue LT Std havy";
  color: #5c3b2d;
  font-size: 1.2em;
  line-height: 20px;
}
@media screen and (max-width: 1700px) {
  #Why-upgrade .txt .content .txtsec h2 {
    line-height: 25px;
  }
}
@media screen and (max-width: 1500px) {
  #Why-upgrade .txt .content .txtsec h2 {
    line-height: 24px;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1400px) {
  #Why-upgrade .txt .content .txtsec h2 {
    line-height: 21px;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1200px) {
  #Why-upgrade .txt .content .txtsec h2 {
    line-height: 21px;
    font-size: 1em;
  }
}
#Why-upgrade .txt h4 {
  text-align: center;
  font-family: "Helvetica Neue LT Std light";
  color: #654234;
  line-height: 49px;
  margin: 7% 0 0;
  font-size: 2em;
}
@media screen and (max-width: 1700px) {
  #Why-upgrade .txt h4 {
    margin: 6% 0 0;
  }
}
@media screen and (max-width: 1500px) {
  #Why-upgrade .txt h4 {
    margin: 5% 0 0;
    font-size: 1.8em;
    line-height: 45px;
  }
}
@media screen and (max-width: 1400px) {
  #Why-upgrade .txt h4 {
    line-height: 39px;
  }
}
@media screen and (max-width: 1200px) {
  #Why-upgrade .txt h4 {
    line-height: 35px;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  #Why-upgrade .txt h4 {
    line-height: 24px;
    font-size: 1em;
  }
}
#Why-upgrade .txt h4 span {
  font-family: "Helvetica Neue LT Std havy";
}

@media screen and (max-width: 600px) {
  #location {
    padding: 0 15px 5rem;
  }
}
@media screen and (max-width: 600px) {
  #location .sec-3-right {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
#location .card-header {
  padding: 0;
}
#location .card-header button.btn-link:before {
  float: right !important;
  font-family: FontAwesome;
  content: "-";
  padding-right: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 24px;
}
#location .card-header button.collapsed:before {
  float: right !important;
  content: "+";
}
#location .card-header button.btn-link:hover,
#location .card-header button.btn-link:active,
#location .card-header button.btn-link:focus {
  text-decoration: none;
}
#location .card-header button.btn-link {
  text-decoration: none;
  color: #c39817;
  width: 100%;
  display: block;
  text-align: left;
  border: 0;
}
#location .card-header button.btn-link:hover {
  background: #c39817;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  #location .card-header button.btn-link {
    font-size: 14px;
    font-weight: 400;
  }
}
#location ul {
  list-style-type: none;
  margin: 0 0 0 1rem;
  padding: 2% 0;
}
@media screen and (max-width: 600px) {
  #location ul {
    margin: 0 0 0 9%;
  }
}
#location ul li {
  padding: 5px 0;
}
@media screen and (max-width: 1500px) {
  #location ul li {
    font-size: 13px;
  }
}
#location .card-body {
  border: 1px solid #e0e0e0;
  border-top: 0;
}
@media screen and (max-width: 1500px) {
  #location .card-body {
    padding: 0 0.5rem;
  }
}
#location .card {
  margin: 0 0 1rem;
}

.footer {
  border-top: 1px solid #fff;
  color: #fff;
  background-color: #5c5c5c;
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .footer {
    padding-bottom: 3rem;
  }
  .text-right, .text-left
  {
    text-align: center;
  }
}
.footer .container {
  max-width: 73%;
}
@media screen and (max-width: 1500px) {
  .footer .container {
    max-width: 85%;
  }
}
@media screen and (max-width: 999px) {
  .footer .container {
    max-width: 100%;
  }
}
.footer__title {
  color: #c39817;
}
.footer__inner {
  width: 91.5%;
}
@media screen and (max-width: 999px) {
  .footer__inner {
    width: 100%;
  }
}
.footer__inner ul {
  list-style: none;
  color: #fff;
}
.footer__inner ul li {
  margin: 2% 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .footer__inner ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 1400px) {
  .footer__inner ul li.rera {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__inner ul li.rera span {
    display: block;
  }
}
.footer .follosec li {
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .footer .follosec li {
    text-align: left;
  }
}
.footer .follosec li span {
  width: 100%;
  float: left;
  margin: 12px 0 0;
}
.footer .follosec li span a {
  text-decoration: none;
  color: #000;
  background: #ebad45;
  border-radius: 50%;
  padding: 7px 10px;
}
@media screen and (max-width: 999px) {
  .footer .follosec.just li {
    text-align: left;
  }
}
.footer .copyright {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .footer .copyright .text-right {
    text-align: left !important;
  }
}
.footer .disclaimer {
  background: #3e3e3e;
  color: #000;
  padding: 1% 0;
}
.footer .disclaimer p span {
  font-size: 8px;
  line-height: 10px;
  display: block;
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
}
@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}
#thank-you h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  color: #d09c46;
}
@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}
#thank-you p {
  font-size: 1.2em;
  color: #2f2f2f;
}
@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

@media (max-width: 575.98px) {
  .order-2 {
    order: 1;
  }

  .sec-1__right {
    padding-bottom: 4%;
    margin-top: 0%;
    background-color: #000;
    color: #fff;
  }

  .sticky-btn {
    display: none;
  }

  .sec-2-right .d-flex h1 {
    width: 83%;
    margin-left: 2%;
  }

  .sec-3 .sec-3-right .loc-advantages-container {
    max-height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1199.98px) {
  .quick-enquire {
    border: 2px dotted #bc9a58;
    color: #bc9a58 !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
  .quick-enquire:visited, .quick-enquire:link {
    color: #bc9a58;
  }
  .quick-enquire:hover {
    border-style: solid;
  }
}
@media (min-width: 1199.98px) and (max-width: 1400px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 20px;
  }

  li,
p {
    font-size: 13px;
  }

  .sticky-btn {
    position: absolute;
    z-index: 999;
    width: 28px;
  }

  a.call-btn {
    font-size: 11px;
    letter-spacing: 1px;
  }
  a.call-btn img {
    width: 17px;
  }

  .header-center {
    max-width: 92%;
  }

  .nav-link img {
    height: 90px;
  }

  .slider-container img {
    max-width: 100%;
  }

  .level-slider-1 li.trim-height::after {
    height: 72%;
  }

  .slider-container .adjust-plus-icon {
    left: 50%;
    top: 44%;
  }

  .sec-2-right {
    padding: 5.4% 4% 0 5%;
  }

  .sec-2-left {
    padding-left: 6%;
    padding-top: 0.3%;
  }

  .sec-3 .sec-3-left {
    padding-bottom: 4.5%;
    padding-left: 5.5%;
    padding-right: 4%;
  }
  .sec-3 .sec-3-right .loc-advantages-container {
    margin-top: 4%;
    max-height: 405px;
  }
}
@media screen and (min-width: 1199.98px) and (max-width: 1400px) and (max-width: 1500px) {
  .sec-3 .sec-3-right .loc-advantages-container {
    overflow-y: scroll;
  }
}
@media (min-width: 1199.98px) and (max-width: 1400px) {
  .slider-container .plus-icon {
    left: 47%;
  }
}
@media (min-width: 1199.98px) and (max-width: 1400px) {
  .level-slider-1 li::after {
    left: 50%;
    width: 94%;
    height: 81%;
  }
}
@media (min-width: 1199.98px) and (max-width: 1400px) {
  .floor-plan-slider li::after {
    left: 50%;
    width: 90%;
  }
  .floor-plan-slider li::after .plus-icon {
    left: 0%;
  }
}
@media (min-width: 1199.98px) and (max-width: 1400px) {
  .sec-5__title-container {
    padding: 0.8% 0 0 6.5%;
  }
}
@media (min-width: 1900px) {
  .mr-xl-n3 {
    position: relative;
    right: -9%;
  }
}
.carousel-inner .active.left {
  left: -33%;
}

.carousel-inner .next {
  left: 33%;
}

.carousel-inner .prev {
  left: -33%;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.item:not(.prev) {
  visibility: visible;
}

.item.right:not(.prev) {
  visibility: hidden;
}

.rightest {
  visibility: visible;
}

.shake-bottom {
  -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both infinite;
  animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both infinite;
}

/* ------------ fix social media --------------*/
.cust-social {
  position: fixed;
  top: 37%;
  z-index: 99;
  width: 0px;
  right: 0;
  transition: all 1s;
}
.cust-social.load {
  transform: translate(-132px, 0);
  background: #9dc93e;
  transition: all 1s;
}
.cust-social ul {
  padding: 0px;
  transform: translate(-45px, 0);
}
.cust-social ul li {
  display: block;
  margin: 5px;
  background: #d09c46;
  width: 330px;
  text-align: left;
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 30px 0 0 30px;
  transition: all 1s;
}
.cust-social ul li:hover {
  transform: translate(-132px, 0);
  background: #d09c46;
}
.cust-social ul li:hover span {
  color: #ffffff;
}
.cust-social ul li:hover div {
  color: #d09c46;
  background: #fff;
  transform: rotate(-360deg);
  transition: all 1s;
}
.cust-social ul li a {
  display: block;
  text-decoration: none;
}
.cust-social ul li span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.cust-social ul li div {
  margin-right: 4px;
  color: #d09c46;
  background: #fff;
  padding: 8px 9px;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background: #ffffff;
  transform: rotate(0deg);
}

/* ------------ fix social media --------------*/
@-webkit-keyframes shake-bottom {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes shake-bottom {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
.modal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.modal ul li {
  position: relative;
}
.modal ul li input,
.modal ul li textarea {
  resize: none;
  border: 1px solid #464646;
}
.modal ul li input:focus,
.modal ul li textarea:focus {
  outline: 0;
  border-color: #464646;
  box-shadow: none;
}

.form-control {
  resize: none;
  border-radius: 0;
}

.sec-1__right {
  padding-left: 3%;
  padding-right: 7%;
  position: relative;
  right: 90;
  background-color: #000000e0;
  color: #fff;
}

.sec-1__right_abtproj {
  padding-left: 3%;
  padding-right: 7%;
  padding-top: 2%;
  padding-bottom: 3%;
  position: relative;
  left: 90;
  background-color: #000000e0;
  color: #fff;
}

.marg-r7
{
 margin-right:7%;
}

.abtproj-img
{
  width:100%; 
  display: none;
}

@media screen and (max-width: 768px) {
    .abtproj-img
  {
    width:100%; 
    display: block;
  }

  .marg-r7{
  margin:0

  }
}

@media screen and (max-width: 1500px) {
  .sec-1__right {
    padding-right: 3%;
  }
}
.sec-1__right ul li {
  width: 100%;
}
.sec-1__right .maharera-box {
  position: unset;
  bottom: 2%;
  font-size: 12px;
  width: 100%;
  display: block;
}


@media screen and (max-width: 1400px) {
  .sec-1__right .maharera-box img {
    float: left;
  }
}
.sec-1__right .maharera-box a {
  color: #000;
}
@media screen and (max-width: 1366px) {
  .sec-1__right .maharera-box a {
    position: relative;
    top: 1em;
  }
}

.Floor-plans {
  padding: 4% 0;
  background-color: #faf6f0;
}
.Floor-plans h1 {
  text-align: center;
  text-transform: uppercase;
  color: #b28744;
}
.Floor-plans h2 {
  text-transform: uppercase;
  color: #b28744;
  text-align: center;
}
.Floor-plans p {
  margin: 3% 0 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .Floor-plans p {
    font-size: 1.2em;
  }
}
.Floor-plans .item .imgover {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.Floor-plans .item .imgover::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  height: 92%;
  transition: all ease-in-out 0.4s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  pointer-events: none;
  cursor: pointer;
  z-index: 10;
}
.Floor-plans .item .imgover:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.Floor-plans .item .imgover:hover .plus-icon {
  transform: translate(-50%, -50%) scale(1);
}
.Floor-plans .item .imgover .plus-icon {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
  transform: translate(-50%, -50%) scale(0);
}
.Floor-plans .item .imgover .plus-icon img {
  height: 30px;
}
.Floor-plans .tabsec nav {
  margin: 0 0 2%;
  text-align: center;
}
.Floor-plans .tabsec nav .nav-tabs {
  text-align: center;
  margin: 0 auto;
  display: inline-flex;
  margin: 30px 0;
  border-bottom: 0px solid #dee2e6;
}
@media screen and (max-width: 500px) {
  .Floor-plans .tabsec nav .nav-tabs {
    margin: 6px 0;
  }
}
.Floor-plans .tabsec nav .nav-tabs .nav-item {
  text-align: center;
  font-family: "Hind", sans-serif;
  font-weight: 400;
}
.Floor-plans .tabsec nav .nav-tabs .nav-item .nav-link {
  padding-right: 3.7rem;
  padding-left: 3.7rem;
  text-transform: uppercase;
  font-size: 19px;
  color: #b28744;
  transition: all 0.6s ease;
  border-radius: 0;
  border: 1px solid #b28744;
}
@media screen and (max-width: 1500px) {
  .Floor-plans .tabsec nav .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .Floor-plans .tabsec nav .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .Floor-plans .tabsec nav .nav-tabs .nav-item .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 16px;
    border: 1px solid #2a2a51;
    border-radius: 0;
    padding: 0.4rem 1.8rem;
  }
}
.Floor-plans .tabsec nav .nav-tabs .nav-item .nav-link:hover {
  background: #b28744;
  color: #fff;
  transition: all 0.6s ease;
}
.Floor-plans .tabsec nav .nav-tabs .nav-item .nav-link.active {
  background: #b28744;
  color: #fff;
  transition: all 0.6s ease;
}
.Floor-plans .tabsec .tab-content .img {
  overflow: hidden;
  position: relative;
  border: 1px solid #000;
}
.Floor-plans .tabsec .tab-content .img img {
  transition: all 0.6s ease;
  filter: blur(4px);
}
.Floor-plans .tabsec .tab-content .img .overlay {
  background: #0000008a;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.6s ease;
  text-align: center;
  padding: 26% 0;
}
.Floor-plans .tabsec .tab-content .img .overlay button {
  padding: 8px 32px;
  font-size: 16px;
}
.Floor-plans .tabsec .tab-content .img:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.Floor-plans .tabsec .tab-content .img:hover .overlay {
  opacity: 1;
  transition: all 0.6s ease;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 999;
  transform: translateY(-50%);
  background: #b28744 !important;
  border-radius: 50%;
}
.owl-nav button:focus {
  outline: 0;
}
.owl-nav button span {
  color: #fff;
  font-size: 2rem;
  line-height: 26px;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

@media (max-width: 575.98px) {
  .sec-1__right {
    padding-bottom: 18%;
    margin-top: 0%;
  }
  .sec-1__right .maharera-box {
    position: unset;
  }
}
#aboutus {
  padding: 5% 0;
  text-align: center;
  background-color: #faf6f0;
}
#aboutus p {
  line-height: 27px;
}

.fancybox-prev,
.fancybox-next {
  pointer-events: none;
}
.fancybox-prev span,
.fancybox-next span {
  pointer-events: all;
}

.mbdonbrochure {
  width: 100%;
  font-size: 14px;
  background: #000;
  text-align: center;
  position: fixed;
  bottom: 0;
  color: #fff !important;
  z-index: 999;
  text-transform: uppercase;
  padding: 6px 0;
  display: none;
}
@media screen and (max-width: 600px) {
  .mbdonbrochure {
    display: block;
  }
}

.vishid {
  visibility: hidden;
}
@media screen and (max-width: 999px) {
  .vishid {
    display: none;
  }
}

.tablesec {
  padding: 5rem 0;
}
@media screen and (max-width: 500px) {
  .tablesec table.table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.tablesec table.table td, .tablesec table.table th {
  vertical-align: middle;
}
.tablesec table.table::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
  background-color: #ccc;
}
.tablesec table.table::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
}/*# sourceMappingURL=style.css.map */