@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Raleway:wght@300;400;500;600;700&display=swap");

body {
  font-family: "Raleway", sans-serif;
  /* padding: 60px 0 0; */
  margin: 0;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.6;
}

li,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}
/* header CSS */
* {
  box-sizing: border-box;
}

a {
  color: #3e465d;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #242445;
}

.container {
  max-width: 1300px;
}

h1 {
  font-size: 76px;
  text-transform: uppercase;
  line-height: 72px;
  font-family: "DM Serif Display", serif;
}

h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  color: #173e62;
}

h2 span {
}

h3 {
  font-weight: 400;
  font-family: "DM Serif Display", serif;
  font-size: 32px;
  line-height: 1;
  position: relative;
  color: #173e62;
}

h4 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0px;
  color: #bda588;
padding-bottom: 12px;
}

h5 {
}

h6 {
}

p {
}

.arrow li {
  list-style: disc;
  margin-left: 15px;
  padding-left: 10px;
  line-height: 30px;
}


.btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  padding: 8px 34px;
}

.btn-lg {
  font-size: 29px;
  line-height: 38px;
}

.btn-blue {
  background-color: #0755db;
  color: #fff;
  border-color: #0755db;
}

.btn-border {
  border-radius: 50px;
  border: 1px solid #c8c8c8;
  position: relative;
  overflow: hidden;
}

.btn-border::before {
  content: "";
  background: url(../img/wave-btn-bg.png) no-repeat center top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 34px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.btn-border:hover::before {
  top: 0;
}

.btn-border:hover {
  border: 1px solid #c8c8c8;
}

.btn-show-more {
  border: 1px solid #9b9faa;
  border-radius: 52px;
  line-height: 1.5;
  padding: 8px 16px;
}

.btn-show-more:hover {
  background-color: #3e465d;
  color: #fff;
}

.btn-primary {
  background-color: #926b3e;
  border-color: #926b3e;
  color: #fff;
  letter-spacing: 2px;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background-color: #173e62;
  border-color: #173e62;
  color: #fff;
}

.btn-blue:focus,
.btn-blue:active,
.btn-blue:hover {
  background-color: #2e3446;
  border-color: #3e465d;
  color: #fff;
}

.btn-yellow {
  background: transparent;
  border-color: #f4eddb;
  color: #f4eddb;
}

.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:hover {
  background-color: #f4eddb;
  border-color: #f4eddb;
  color: #3e465d;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  background-color: #02b0ef;
  border-color: #fff;
}

.btn-secondary {
  background-color: #f4eddb;
  border-color: #f4eddb;
  color: #3e465d;
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  background-color: #ece4cf;
  border-color: #ece4cf;
  color: #3e465d;
}

.contact-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.form-row {
  margin-bottom: 15px;
}

.form-select,
.form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #0c2371;
  padding: 12px 20px;
  box-shadow: none;
  outline: 0;
}

.input-group-text {
  background: none;
  color: #8092bf;
  border-color: #8092bf;
}

.form-control:focus {
  box-shadow: none;
  border-color: #926b3e;
}

textarea.form-control {
  height: 100px;
  resize: none;
}

.custom-list li {
  border-bottom: 1px solid #d5b3a5;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.custom-list li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.navbar-toggler:not(.collapsed) .menu-img {
  display: none;
}

.navbar-toggler.collapsed .times-img {
  display: none;
}

.site-top {
  background: url(../img/top-banner.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.site-top1 {
  background: url(../img/phase-1.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.site-top2 {
  background: url(../img/phase-2.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.site-top3 {
  background: url(../img/phase-3.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.site-top4 {
  background: url(../img/garden-city.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.site-top5 {
  background: url(../img/privacy-policy.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.site-top6 {
  background: url(../img/term.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.site-top::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.56);
}

.site-top1::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.56);
}

.site-top2::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.56);
}

.site-top3::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.56);
}

.site-top4::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.56);
}

.header-top {
  padding: 20px 0;
}

.header-top .navbar {
  padding: 0;
}

.header-top .navbar-nav li {
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  text-transform: uppercase;
}

.header-top .navbar-nav li a {
  color: #ffffff;
}

.header-top .navbar-nav li:hover a {
  color: #bda588;
}

.page-banner-wrapper {
    color: #fff;
    position: relative;
    padding: 190px 0px;
}

.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
/*  height: 770px;*/
 height:500px;
}
.banner-content_home{
  display: flex;
  flex-direction: column;
  justify-content: center;
/* height: 770px;*/
}

.banner-content p {
  line-height: 22px;
  letter-spacing: 0.5px;
}

.banner-content .subHeading {
  font-size: 24px;
  letter-spacing: 3px;
}

.enquire-section {
  background-color: #bda588;
  padding: 48px 0;
  color: #fff;
}

.enquire-section h3 {
  color: #fff;
}

.welcome-section {
  background: #f9f7f7;
}

.section-gap {
  padding: 90px 0;
}

.simple-slider {
  overflow: hidden;
  position: relative;
}

.section-75 {
  padding: 75px 0;
}

.simple-slider .slick-arrow {
  position: absolute;
  background: url(../img/arrow.png) no-repeat 0 0;
  height: 50px;
  width: 50px;
  top: calc(50% - 25px );
  left: 60px;
  border: none;
  border-radius: 50%;
  z-index: 1;
  text-indent: -9999px;
}

.simple-slider .slick-slide {
  text-align: center;
}

.simple-slider .slick-slide img {
  display: inline-block;
}

.simple-slider .slick-arrow:hover {
  background-position: 0 -50px;
}

.simple-slider .slick-arrow.slick-next {
  left: auto;
  transform: rotate(180deg);
  right: 60px;
}

.key-spec-section {
  background-color: #f7f2ee;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.key-spec-section-top {
}

.key-spec-section::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: calc(50% - 638px);
  height: 100%;
}

.key-spec-section img {
  max-width: 680px;
  margin-left: -70px;
}

.steps-box {
  height: 100%;
  border: 1px solid #ececec;
  padding: 40px 20px 20px;
  border-radius: 4px;
  min-height: 380px;
}

.steps-box .box-heading {
  position: relative;
  margin-bottom: 25px;
}

.steps-box .box-subHeading {
  font-size: 22px;
  font-family: "DM Serif Display", serif;
  margin-bottom: 25px;
}

.steps-box .box-heading span {
  position: absolute;
  font-size: 113px;
  line-height: 122px;
  color: #faf8f6;
  font-family: "DM Serif Display", serif;
  top: -30px;
  margin-left: -130px;
}

.let-check-section .connect-box {
  height: 328px;
  background: url(../img/connectivity.jpg) no-repeat center center;
  background-size: cover;
}

.let-check-section .connect-box2 {
  height:auto;
  background: url(../img/connectivity.jpg) no-repeat top left;
  background-size: cover;
}

.let-check-section .oppo-box {
  height: 328px;
  background: url(../img/oppo.jpg) no-repeat center center;
  background-size: cover;
}

.let-check-section .education-box {
  height: 328px;
  background: url(../img/edu.jpg) no-repeat center center;
  background-size: cover;
}

.let-check-section .health-box {
  height: 328px;
  background: url(../img/health.jpg) no-repeat center center;
  background-size: cover;
}

.let-check-section{
  background: #f7f2ee;
}

.let-check-section .let-heading {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  color: #bda588;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.let-check-section .let-heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 2px;
  background-color: #bda588;
}

.let-box-sec {
  padding: 40px 30px 30px;
}

.footer-wrapper {
  background-color: #bda588;
  color: #fff;
  padding: 60px 0 0;
}

.footer-list {
  margin-left: 14px;
}

.footer-list li{
  margin-bottom: 15px;
  list-style-type: disc;
  font-size: 14px;
}

.footer-links {
  text-align: center;
  border-top: 1px solid #c9b59d;
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
}

.footer-links a {
  color: #fff;
}

.footer-links span {
  display: inline-flex;
  margin: 0 10px;
}

.footer-links a:hover {
  color: #0c2371;
}

.site-top .navbar-toggler {
  border: none;
  padding: 0;
  box-shadow: none;
}

.site-top .navbar-toggler img {
  max-width: 20px;
}

/*---------- java*/
div#bannertopmn{
    align-items: center;
    display: flex;
    align-items: center!important;
}
.enquire-form{
    max-width: 500px;
    margin: auto;
    padding: 20px;
}


@media only screen and (max-width: 1899px) {
}

@media only screen and (max-width: 1800px) {
}

@media only screen and (max-width: 1700px) {
}

@media only screen and (max-width: 1499px) {
}

@media only screen and (max-width: 1360px) {
  .header-top,
  .footer-wrapper,
  .key-spec-section,
  .enquire-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  
  .section-75,
  .section-gap {
    padding-left:  30px;
    padding-right:  30px;
  }

  
  .page-banner-wrapper {
    padding: 0 30px;
  }

}


@media only screen and (max-width: 1299px) {
  .banner-content {
    height: 660px;
  }

  h1 {
    font-size: 66px;
    line-height: 1.2;
  }

  h2 {
    font-size: 36px;
  }

  .steps-box .box-heading span {
    font-size: 90px;
    margin-left: -110px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-wrapper,
  .key-spec-section,
  .header-top,
  .enquire-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-banner-wrapper {
    padding: 0 30px;
  }

  h2 br {
    display: none;
  }
  .banner-content {
    height: 560px;
  }

  
  h1 {
    font-size: 54px;
  }
  .section-75,
  .section-gap {
    padding: 60px 30px;
  }

  .key-spec-section img {
    margin: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  
  .banner-content {
    height: 460px;
  }
  
.header-top .navbar-nav li {
  font-size: 13px;
  font-weight: 600;
  margin-right: 14px;
  text-transform: uppercase;
}
  
.let-check-section .connect-box2 {
  height:400px;
}


  .header-top,
  .footer-wrapper,
  .key-spec-section,
  .section-75, .section-gap,
  .enquire-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .page-banner-wrapper {
    padding: 0 20px;
  }

  
  h1 {
    font-size: 42px;
  }
  
  h2 {
    font-size: 30px;
  }

  .simple-slider .slick-arrow {
    left: 15px;
  }

  .simple-slider .slick-arrow.slick-next {
    right: 15px;
  }

  .offcanvas {
    background: #f7f2ee;
  }

  .canvas-links li{
    font-weight: 600;
    text-align: right;
    margin: 15px 0;
    font-size: 20px;
  }
  
  .size img{
		width:100%;
	}


}

@media only screen and (max-width: 767.9px) {


  .header-top .navbar-nav{
    margin-top: 30px;
    background: rgba(0,0,0,0.4);
    padding: 15px;
  }

  .header-top .navbar-nav li {
    text-align: right;
  }

  
  .header-top .navbar-nav li:first-child {
    margin-top: 0;
  }

  .let-check-section .w-short {
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }

  .header-top,
  .footer-wrapper,
  .key-spec-section,
  .enquire-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-banner-wrapper {
    padding: 0 10px;
  }

  
  .banner-content {
    height: 360px;
  }

  .steps-box {
    min-height: 0;
  }

  .steps-box {
    padding: 20px;
  }

  .site-top {
    background-size: 1400px auto;
    background-position: center top;
  }

  .footer-wrapper {
    padding-top: 40px;
  }

  .let-box-sec {
    padding: 20px 0;
  }
  
  .section-75,
  .section-gap {
    padding: 40px 10px;
  }

  .header-top .navbar-nav li {
    margin: 15px 0 0;
  }

  .navbar-brand img {
    max-height: 40px;
  }

  .menu-img {
    max-width: 20px;
  }
}

.key-spec-section2 {
  background-color: #f7f2ee;
  padding: 60px 0;
  overflow: hidden;
}

.key-spec-section2::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  height: 100%;
}

.wht-bg {
  background: #fff;
  padding: 59px;
  margin-right: -30px;
}

.arrow2 li {
  list-style: decimal;
  margin-left: 17px;
  padding: 5px;
  display: inline;
  font-weight: bold;
  color: #444;
}

.card-with-icon-item {
  position: relative;
  background: transparent;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  height: 100%;
  padding: 0;
}

.card-item-icon {
  position: relative;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.card-item-icon img {
  width: 45px;
  height: 45px;
}
.card-item-content {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.successMsg {
  display: block;
  padding: 16px;
  border: 6px solid #eaeaea;
  border-radius: 8px;
  background: #5cce99;
  width: 100%;
  margin-top: 10px;
}

.post-entry img {
  border-radius: 7px;
}

.post-entry .post-meta .category {
  color: #222;
  font-weight: 600;
}

.post-entry .date {
  color: #999;
}

.post-entry .post-author .author-pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  margin-right: 10px;
}

.post-entry .post-author .author-pic img {
  max-width: 100%;
  border-radius: 50%;
}

.post-entry .post-author .author-pic img {
  max-width: 100%;
  border-radius: 50%;
}

.post-entry .post-author strong {
  font-weight: 400;
  color: #173e62;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.post-entry .post-author span {
  font-size: 13px;
  color: #888;
}

.post-entry.small-post-entry-v .heading {
  font-size: 18px;
  font-weight:700;
  font-family: "Raleway", sans-serif;
  line-height: 22px;
}

.post-meta{
    font-size:14px;
    font-weight: 600;
}

.post-entry.small-post-entry-v .thumbnail {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  margin-bottom: 30px;
}

#return-to-top {
    position: fixed;
    bottom: 90px;
    right: 30px;
    background: #173e62;
    width: 50px;
    height: 50px;
    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;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.dropdown a{
    padding:0px;
    color:#fff !important;
}

.dropdown a:hover{
    padding:0px;
    color:#bda588 !important;
}

.dropdown-menu{
    margin: 0 !important;
    background-color: #000000 !important;
}

.dropdown-item a{
    color:#bda588 !important;
    display: block;
}

.dropdown-item{
    margin: 4px 0 0 0 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #2a2a31 !important;
}

#navbarDropdown{
    padding:0px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: #173e62;
  border-color: #173e62;
  opacity: var(--bs-btn-disabled-opacity);
}

.times-img {
  width: 20px;
  border: 0px;
}

.tel {
  font-family: arial;
  font-size: 15px !important;
  color: #fff;
  padding-left: 10px;
  padding-right:10px;
  background-color: #bda588;
  border-radius: 3px;

}

.tel a {
  color: #fff;
}

.tel a:hover {
  color: #fff6ea !important;
}

/*---------------- new start---------   */
.borr_img img{
  border-radius:8px;
}
.list_row{
  display:flex;
  gap:40px;
}
.listcol ul li{
    list-style-type: disc;
}
.listbdf.listcol {
    margin-left: 18px;
}
.new_box144 h3{
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}
/*---------------- new end---------   */

.table-wrapper {
    margin: 20px 0 0;
}
table.my-table {
    width: 100%;
    border: 1px solid #000;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
}
.rate-list {}
.rate-list h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    color: #173e62;
}
.rate-list h2 span{
    font-size: 26px;
    line-height: 1.5; display:block !important;
}

.floor-plan{}
.floor-plan li { float: left; width: 25%; padding: 20px; }
.floor-plan li a { display:block; position:relative; }
.floor-plan li a img { border: 1px solid #ccc; }
.floor-plan li .procta { position:absolute; bottom:0; background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); padding:60px 20px 10px; width:100%; }
.floor-plan li .procta h4.white.text-uppercase {
    color: #fff;
    font-weight: 700;
    margin: 30px 0 0;
    padding: 0;
}
.floor-plan li .procta p.white {
    color: #fff;
}

.col-lg-12.whychosde h4 {
    color: #000;
    margin-top: 16px;
    font-weight: 700;
}
ul.floor-plan-new {
    max-width: 80%;
    margin: auto;
}
ul.floor-plan-new li {
    width: 50%;
    padding: 20px; float:left;
}
.floor-plan-new a {
    display: block;
}
.floor-plan-new h3 {
    font-size: 24px;
    margin: 18px 0 0;
}
.floor-plan-new h3 span {
    font-size: 15px;
    display: block;
    margin-bottom: 11px;
}
.floor-plan-new a {
    display: block;
}



.whtsap-btn{
    position: fixed;
    bottom: 215px;
    /* right: 30px; */
    z-index: 999;
    font-size: 31px;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #248e4f;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    font-size: 24px;
    left: 30px;
}



@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 399px) {
}

