html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
ul.mob-banner {
    display: none;
}
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;
}
.main-banner-img .mob-banner {
    display: none;
}
.main-banner-img video {
    width: 100%;
}
div#commitment {
    padding-top: 24px;
}
.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: 65%;

}

.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: 9px 13px 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;
}

.advantage {
    padding: 60px 0;
}
.advantage h2 {
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.advantage h2::before {
    content: "";
    width: 8rem;
    height: 0.2rem;
    background: #d11f2f;
    position: absolute;
    /* left: 0; */
    bottom: -6px;
    margin-left: 110px;
}
.overview h2::before {
    margin-left: 0;
}
.overview {
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;
    padding: 22px;
    margin: 0;
}
.advantage p {
    width: 73%;
    margin: 0 auto;
    font-size: 16px;
}

/******* 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: 26px 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;
  height: 47px;
  object-fit: contain;
}
.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: 30px 0 60px;
    margin-bottom: 80px;
}
.enquery{
  background: #000;
    padding: 7px 0;
  position: fixed;
  bottom: 0px;
  z-index: 999;
}
.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 20px;
    font-size: 15px;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ed353a;
  border-color: #ed353a;
}
.form-group {
     margin-bottom: 1rem;
}
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{

}
#exampleModal .modal-title {
 
}
.col-form-label {


}
.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;
width: 19%;
  background: #fff;
  margin-right: 14px;
  text-align: center !important;
}
.main-rera-box p{
  text-align: center;
}
p.area-link a {
  color: #000;
  font-size: 17px;
  text-decoration: underline;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
}

input#gridCheck {
  width: 20px;
  height: 18px;
}

label.form-check-label {
  margin-left: 10px;
}

.commitment h2{
     color: #291d20;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.city {
display: flex;
    justify-content: space-between;
    margin-top: 30px;
    text-align: center;
    flex-wrap: wrap;
}
.city-box {
    width: 19%;
box-shadow: 0px 0px 6px #00000042;
padding: 14px;
    margin: 0 6px;
}
.city-box h2 {
    color: #e13237;
 font-size: 40px;
}
.city-box p{
    color: #291d20;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0px;
}
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;
    }
.cus-header {
    display: flex;
        align-items: center;
}    
  .enquire {
    margin: 0px 0 0 50px;
}  
.form h2{
font-weight: 700;
    font-size: 28px;
    letter-spacing: 0;
}    
  .form h3{
font-weight: 700;
    color: #fff;
    /* text-transform: uppercase; */
    text-align: center;
    margin-bottom: 0px;
    background: #165d93;
    width: 61%;
    margin: 0px auto 0px;
  border-radius: 7px;
    position: relative;
    z-index: 9;
    font-size: 20px;
    padding: 5px;
      
  } 
.form h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    background: #e1e1e1;
    text-align: center;
    padding: 17px 6px 9px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #f7f7f7;
    margin-top: -11px;
    position: relative;
    z-index: 0;
    background: rgb(1, 32, 61);
    background: linear-gradient(14deg, rgba(1, 32, 61, 1) 0%, rgba(11, 45, 80, 1) 47%, rgba(39, 79, 114, 1) 100%);
}
.select-box h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    min-height: 28px;
}
.select-box h3 span{
  font-size: 20px;
  font-weight: 300;
}
div#nav-tab {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}

    .icons {
        display: flex;
        flex-wrap: wrap;
    }
	.icon-box {
        width: 18%;
        box-shadow: 0px 0px 6px #838080;
        margin: 0 10px;
        border-radius: 8px;
        text-align: center;
        padding: 16px;
        margin-bottom: 25px;
    }
  
   .form h4 span{
       
   }     

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }
          .icon-box {
            width: 22%;
        }
      .vg-nav-lg .vg-nav-hamburger {
        display: block;
        float: right;
        margin-top: 10px;
    }
  .select {
 padding: 30px 10px !important;
}
.city-box h2 {
    font-size: 35px;
}
.main-rera-box {
    width: 22%;
}

  
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
  .enquery{
    display: none;
  }
  .card-body {
    padding: 10px 0px;
}
          .icon-box {
            width: 45%;
            box-shadow: 0px 0px 6px #838080;
            margin: 0 6px;
            border-radius: 8px;
            text-align: center;
            padding: 10px;
            margin-bottom: 25px;
        }
  .enquire {
    margin: 0px 0 0 50px;
    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: 10px;
        border-radius: 0px;
        padding: 9px 20px;
        font-weight: 500;
}
.owl-dots {
  display: none;
}
.mobile-enquery{
        display: block;
        padding: 0px;
        position: fixed;
        bottom: 0;
        width: 100%;
                z-index: 99;
}
.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: 50%;
}
.phone {
  padding: 7px 0 0 20px;
  position: absolute;
  left: 40%;
  width: 35%;
}

.menu_bar_right {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.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;
          justify-content: center;
}
.main-rera-box {
  padding: 0 7px;
  text-align: center;
  font-weight: 600;
  width: 100%;
margin-bottom: 20px;
}
.overview-box {
height: auto;
        overflow-y: scroll;
}
.discover p {
line-height: 28px;
    padding: 0 10px;
}
    .city-box {
        width: 45%;
        margin-bottom: 20px;
        float: left;
    }
	    
    .city-box h2 {
    color: #e13237;
    font-size: 34px;
    margin-bottom: 0px;
}
.cus-about h2 {
        color: #fff;
        font-size: 22px;
        width: 100%;
        line-height: 30px;
    }
	.city-box:last-child {
        width: 100%;
        display: inline-block;
        margin: 10px 0px;
        min-height: 200px;
    }
	   .advantage h2::before {
        bottom: -9px;
        margin-left: 25%;
    }
	.overview h2::before {
    margin-left: 0;
}
.select-box h3 {
        font-size: 16px;
        color: #000;
        font-weight: 600;
        min-height: 24px;
    }
.select-box h3 span{
  font-size: 15px;
  font-weight: 300;
}

	h2{font-size:23px;}
	
.city{
        justify-content: center;
}
   .city-box:last-child{
               border: 0px;
   }
   
.commitment h2 {
    font-size: 26px;
}
.commitment {
    padding: 30px 0;
}
.menu {
    padding: 10px 0;
}
.form h4 {
font-size: 15px;
        font-weight: 700;
}
    .form h3 {
        font-size: 20px;
        width: 80%;
    }


}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
	        .icon-box {
            width: 45%;
            box-shadow: 0px 0px 6px #838080;
            margin: 0 6px;
            border-radius: 8px;
            text-align: center;
            padding: 10px;
            margin-bottom: 25px;
        }
		        .overlay {
            padding: 60px 0px;
        }
            .main-banner-img .mob-banner {
        display: block;
    }
		.card-body {
    padding: 10px 0px;
}
    .main-banner-img .desk-banner {
        display: none;
    }
    ul.mob-banner {
    display: block;
}
    
}
/* 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) {}