body {
  font-family: 'Montserrat', sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  font-family: 'Montserrat', sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4em;
  color: #111;
}
a {
  outline: 0;
  color: #222;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
a:hover {
  color: #00a3c8;
  text-decoration: none;
}
.btn {
  outline: 0;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.main_section {
  width: 100%;
  margin: 0px;
  padding: 60px 0;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
  font-size: 21px;
  padding: 11px 0;
  background-color: #00a3c8;
  border-color: #00a3c8;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0490b0;
  border-color: #0490b0;
}

.box {
  display: flex;
  flex-wrap: wrap;
}

/******* Header ************/
.menu_bar {
  padding: 0px;
}
.menu {
  padding: 10px 0;
  background: #fff;
}
.top_menu {
  background: #fff;
  position: relative;

}
.menu_bar_left {
  float: left;
  width: 15%;
}
.menu_bar_left img {
  width: 100%;
}
.menu_bar_right {
  float: left;
  width: 80%;

}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2.5rem;
  padding-left: 0rem;
  text-transform: uppercase;
}
.bg-light {
  background-color: rgba(255, 255, 255, 0.0) !important;
}
.navbar-expand-md .navbar-collapse {
  justify-content: end;
}
.navbar > li > a {
  padding-right: 0rem;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #f1ab4e;
}
.vg-nav > ul > li > a {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.vg-nav {
  position: relative;
  z-index: 100;
  width: 100%;
  text-align: end;
}
.vg-nav > ul > li.active a, .vg-nav > ul > li a:hover {
  color: #000;
}
.vg-nav > ul > li {
  padding: 17px 17px 10px;
}

.phone {
  float: left;
  width: 15%;
  padding: 7px 0 0 20px;
}
.phone p{
  margin-bottom: 0px;
}
.phone p i{

  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 11px;
  height: 40px;
  width: 40px;
  font-size: 17px;
  margin-right: 10px;

}
.phone p a{

}



.fixed-header {
  position: fixed;
  top: 0;
  z-index: 9;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  background-color: #fff;
}



/******* slider ************/
.slider{
  padding: 0px;
}

.slider .carousel-indicators {
  bottom: 70px;
}
.slider .carousel-indicators li{
  background-color: rgb(95, 95, 95);
}
.slider .carousel-indicators .active {
  opacity: 1;
  background-color: #fff;
}

.discover{
  padding: 80px 0;
  background: #ffeded;
}
.discover h3{
  font-size: 30px;
  color: #58595b;
  position: relative;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.discover h3:before {
  content: "";
  position: absolute;
 width: 340px; 
  bottom: 0;
  left: 37%;
  margin-left: -20px;
  height: 1px;
  background: #a0a3ac;
}
.discover p{
  color:#000;
}


.amenities{

}
.amenities h2{
  font-size: 30px;
  color: #58595b;
  position: relative;
  margin: 0 0 20px;
  font-weight: 600;
}

.amenities .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border: 0.5px solid #db282c;
  margin-right: 30px;
  border-radius: 0px;
  padding: 9px 40px;
  font-weight: 500;
}
.amenities .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #db282c;
  border-color: #db282c #db282c #db282c;
}

.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.icon-box{}
.icon-box img{
  object-fit: cover;
    width: 50% !important;
    text-align: center;
    margin: 0 auto 23px;
}
.icon-box p{
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}
.owl-carousel .owl-nav button.owl-next{
  background: #000;
  padding: 0 10px 4px !important;
  color: #fff;
  font-size: 23px;
  position: absolute;
  right: -20px;
  top: 30px;
}

.owl-carousel .owl-nav button.owl-prev{
  background: #000;
  padding: 0 10px 4px !important;
  color: #fff;
  font-size: 23px;
  position: absolute;
  left: -20px;
  top: 30px;
}
.location{
  padding: 20px 0;

}
.map{
  padding:0px;
}
.about{
padding: 60px 0;
margin-bottom: 80px;
}
.enquery{
  background: #000;
  padding: 20px 0;
  position: fixed;
  bottom: 0px;
  z-index: 9;
}
.enquire-head h2{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.enquery .form-control {
  padding: 0.375rem 0.5rem;
  color: #fff;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-bottom: 1px solid #fff;
}
.form-control:focus{
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.enquery ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.enquery :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.enquery ::placeholder {
  color: #fff;
}
.enquery .form-check-label {
  margin-bottom: 0;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
}
.btn-primary {
  color: #fff;
  background-color: #db282c;
  border-color: #db282c;
  padding: 8px 30px;
  font-size: 17px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ed353a;
  border-color: #ed353a;
}
.form-group {
  margin-bottom: 0rem;
}
html {
  scroll-behavior: smooth;
}
.mobile-enquery{
  display: none;
}
.about p{
  text-align: left;
  margin: 15px 0 0 0;
  font-size: 15px;
  font-weight: 500;
}

.popup-form{

}
.popup-form .form-group {
  margin-bottom: 1rem;
}
#exampleModal .modal-content{
  
  background-color: #db282c;
}
#exampleModal .modal-title {
  color: #ffff;
}
.col-form-label {

  color: #fff;
}
.popup-form .form-control{
  background-color: #db282c;
  border: 1px solid #db282c;
  border-radius: 0px;
  border-bottom: 1px solid #ffffffb8;
  color: #fff;
}

.popup-form ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.popup-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.popup-form ::placeholder {
  color: #fff;
}
.popup-form .btn-primary {
  color: #db282c;
  background-color: #ffffff;
  border-color: #fff;
  padding: 8px 30px;
  font-size: 17px;
  font-weight: 600;
}
.close {
  color: #fff !important;
  opacity: 1;
}
.mobile{
  display: none;
}
.rerabox {
  display: flex;
}
.main-rera-box {
  padding: 0 12px;
  text-align: center;
  font-weight: 600;
}
p.area-link a {
  color: #000;
  font-size: 17px;
  text-decoration: underline;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
}


/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }
      .vg-nav-lg .vg-nav-hamburger {
        display: block;
        float: right;
        margin-top: 13px;
    }

  
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
  .enquery{
    display: none;
  }
  .discover h3:before {
    width: 220px;
    left: 27%;
}
.discover h3 {
  font-size: 20px;
  padding: 0 0 10px;
}
.amenities .nav-tabs .nav-link {
  margin-right: 20px;
  border-radius: 0px;
  padding: 9px 30px;
  font-weight: 500;
}
.owl-dots {
  display: none;
}
.mobile-enquery{
        display: block;
        padding: 0px;
        position: fixed;
        z-index: 99;
        bottom: 0;
}
.about{
  margin-bottom: 0px;
}
.btn-primary {
  color: #fff;
  background-color: #d52126;
  border-color: #d52126;
  padding: 8px 26px;
  font-size: 16px;
  width: 100%;
  border-radius: 0px;
}
.btn-primary1{
  color: #000;
  background-color: #f3e720;
  border-color: #f3e720;
}
.form-group {
  margin-bottom: 1rem;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 0px;
  background: #000;
  opacity: 1;
  color: #fff;
  padding: 5px;
  z-index: 9;
}
.menu_bar_left {
  float: left;
  width: 40%;
}
.phone {
  padding: 7px 0 0 20px;
  position: absolute;
  left: 40%;
  width: 35%;
}

.menu_bar_right {
  float: left;
  width: 60%;
}
.vg-nav-hamburger {
  margin: 0;
  float: right;
}
.vg-nav-hamburger span {
  background: #000;
}
.slider .carousel-indicators {
  bottom: 0px;
}

.discover {
  padding: 60px 0;
}
.location {
  padding: 20px 0;
}
.mobile{
  display: block;
}
.desktop{
display: none;
}
.rerabox {
  display: flex;
  flex-wrap: wrap;
}
.main-rera-box {
  padding: 0 7px;
  text-align: center;
  font-weight: 600;
  width: 50%;
  margin-bottom: 15px;
}
.overview-box {
  height: 400px;
  overflow-y: scroll;
}

}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {}