*,
html {
  margin: 0%;
  padding: 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: myFirstFont;
  src: url(../font/IvyMode-Thin.ttf);
  font-display: swap;
}

body {
  font-family: "Dosis", sans-serif;
}

nav {
  text-transform: uppercase;
}

/*nav.navbar{
	position: sticky;
	z-index: 99999;
	top: 0;
}*/

.text-theme {
  color: #736357;
}

@media only screen and (max-width: 510px) {
  .text-theme {
    width: 100%;
    text-align: center;
    /*max-width: 300px;*/
  }
}

.logo {
  width: 130px;
  height: 80px;
}

.btn-custom {
  background-color: #736357;
  color: #f8b417;
  font-weight: bold;
}

.btn-custom:hover {
  color: #fff !important;
}

.line {
  background-color: #f8b417;
  width: 100px;
  height: 3px;
}

.back-blue {
  background-color: #165266;
}

footer {
  margin-top: 100px;
  background-image: url("../assets/images/footer_new.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

footer form.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  height: 40px;
}

footer form.subscribe input {
  width: 100% !important;
}

footer form.qus {
  background-color: #736357;
  color: #fff;
  padding: 20px;
}

footer form.qus label {
  font-weight: bold;
}

footer form.qus .btn-custom {
  background-color: #f8b417;
  color: #736357;
}

footer .footer-slider img {
  border-radius: 4px;
}

footer a {
  color: #736357;
}

footer a:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 428px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
  }
}

#home {
  overflow-x: hidden;
}

#home #banner {
  height: 80vh !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(45deg, #443f3f, transparent),
    url("../assets/images/home/banner-best-real-estate-company-in-kolkata.webp")
      center/cover;
  /*background-image: url("../assets/images/home/banner-bg-11.webp");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  #home #banner {
    padding: 50px 0 50px 0;
  }
}

#home #banner h3,
h1 {
  font-family: myFirstFont;
  font-size: 70px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  #home #banner h3,
  h1 {
    font-size: 40px;
  }
}

#home .des .main_heading {
  font-size: 3rem;
}

#home .des .heading {
  font-size: 1.5rem;
  font-weight: 400;
}

#home .des .straight-line {
  background-color: black;
  width: 10px;
  height: 3px;
}

#home .des .est {
  font-size: 1rem;
  color: #000;
  opacity: 1;
  font-weight: bold;
}

#home .des .year {
  font-size: 1.9rem;
  color: rgba(86, 38, 38, 0.723);
  font-weight: bolder;
}

#home .des .text {
  font-size: 1.2rem;
  line-height: 40px;
  font-weight: 100;
}

#home .happy-communities {
  background-image: url("../assets/images/home/best-real-estate-developers-in-kolkata.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

#home .happy-communities .score {
  padding: 50px 0;
  border: 3px solid #ffbb00;
}

#home .happy-communities .score img {
  width: 100%;
  height: auto;
  max-width: 500px;
  padding: 20px;
}

#home .happy-communities .score img.icon {
  width: 100%;
  height: auto;
  max-width: 200px;
}

#home .happy-communities .score .counter {
  /*width: 60%;*/
}

#home .happy-communities .score .number {
  font-size: 3rem;
  color: rgb(255, 255, 255);
  font-weight: bolder;
  text-align: center;
}

#counter span.plus:after {
  content: "+";
  display: inline-block;
}

@media screen and (max-width: 800px) {
  #home .happy-communities .score .counter {
    width: 100%;
  }
}

#home .happy-communities .score .text {
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

#home .happy-communities h2 {
  font-size: 40px;
}

@media only screen and (max-width: 600px) {
  #home .happy-communities h2 {
    font-size: 30px;
  }
}

#home .feature-projects,
#home .current-project {
  margin-top: 100px;
}

#home .feature-projects h3,
#home .current-project h3 {
  font-weight: bold;
  color: #736357;
  font-size: 40px;
}

#home .feature-projects .nav-pills .nav-link.active,
#home .current-project .nav-pills .nav-link.active,
#home .feature-projects .nav-pills .show > .nav-link,
#home .current-project .nav-pills .show > .nav-link {
  color: #ffbb00;
  background-color: #736357;
}

#home .feature-projects .nav-pills .nav-link,
#home .current-project .nav-pills .nav-link {
  color: #736357;
}

#home .feature-projects .project,
#home .current-project .project {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  #home .feature-projects .reverse {
    flex-direction: column-reverse;
  }

  #home .features {
    margin-top: 30px !important;
  }
  #home .feature-projects .project,
  #home .current-project .project {
    margin-top: unset;
  }
  #home .feature-projects .project .project-text,
  #home .current-project .project .project-text {
    height: unset !important;
  }
  .even {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 600px) {
  #home .feature-projects .project,
  #home .current-project .project {
    //margin-top: 50px;
  }

  #home .feature-projects .project:nth-child(2n + 2),
  #home .current-project .project:nth-child(2n + 2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    /*flex-direction: column-reverse;*/
  }
}

#home .feature-projects .project img,
#home .current-project .project img {
  width: 100%;
  height: auto;
}

#home .feature-projects .project .project-text,
#home .current-project .project .project-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  padding: 20px;
}

@media only screen and (max-width: 600px) {
  #home .feature-projects .project .project-text,
  #home .current-project .project .project-text {
    height: auto;
    text-align: left !important;
  }
}

#home .feature-projects .project h4,
#home .current-project .project h4 {
  font-weight: bold;
  font-size: 30px;
  color: #736357;
}

#home .feature-projects .project p,
#home .current-project .project p {
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  /*#home .feature-projects .project .sugam-park-img, #home .current-project .project .sugam-park-img {
    margin-top: -700px;
  }
  #home .feature-projects .project .sugam-park-text, #home .current-project .project .sugam-park-text {
    margin-top: 200px;
  }*/
  #home .feature-projects .project .sugam-business-park-text,
  #home .current-project .project .sugam-business-park-text {
    margin-top: 200px;
  }

  #home .feature-projects .project .sugam-business-park-img,
  #home .current-project .project .sugam-business-park-img {
    margin-top: -600px;
  }
}

#home .current-project .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#home .features {
  margin-top: 100px;
}

#home .features h3 {
  font-weight: bold;
  color: #736357;
  font-size: 40px;
}

#home .features h5 {
  font-size: 24px;
}

#home .features p {
  font-size: 18px;
}

#home .features .card {
  border: none;
}

#home .features .card img {
  width: 100px;
  height: auto;
}

#home .features .card .card-body {
  height: auto;
}

#home .features .card-title {
  font-weight: bold;
  color: #736357;
}

#home .features .feature {
  margin-top: 100px;
}

#home .updates {
  margin-top: 100px;
}

#home .updates .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#home .updates .heading h3 {
  text-align: center;
  font-weight: bold;
  color: #736357;
  font-size: 34px;
}

#home .updates .updates-images {
  margin-top: 50px;
}

#home .updates .updates-images img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  #home .updates .updates-images img {
    height: auto;
  }
}

#home .updates .home-update-banner {
  margin-top: 50px;
}

#home .updates .home-update-banner img {
  border-radius: 4px;
}

.slick-card p {
  z-index: 99;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  bottom: 50px;
  left: 35px;
}

.slick-card p::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, #0000005e, transparent);
  z-index: -1;
}

.slick-card-1 p {
  z-index: 99;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  bottom: 50px;
  left: 3%;
}

.slick-card-1 p::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(1deg, #0000005e, transparent);
  z-index: -1;
}

p {
  text-align: justify;
}

.book-online {
  position: fixed;
  right: -35px;
  top: 20%;
  z-index: 99;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

.book-online-1 {
  position: fixed;
  right: -39px;
  top: 50%;
  z-index: 9999;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

@media only screen and (max-width: 510px) {
  .book-online {
    top: 28%;
    /*width: 50%;
        right: 50%;
        top: unset;
        bottom: 0;
        transform: none;
        padding: 0px !important;*/
  }

  .book-online-1 {
    /* width: 50%;
        right: 0%;
        top: unset;
        bottom: 0;
        transform: none;*/
  }

  .book-online .btn-custom {
    border-radius: 0px;
    width: 100%;
    text-align: right;
  }

  .book-online-1 .btn-custom {
    /*border-radius: 0px;*/
    width: 100%;
    text-align: left;
  }
}

.contact-mod {
  position: fixed;
  -webkit-transform: rotate(-450deg);
  transform: rotate(-450deg);
  top: 50%;
  right: -49px;
  z-index: 1000;
}

.contact-mod-1 {
  position: fixed;
  -webkit-transform: rotate(-450deg);
  transform: rotate(-450deg);
  top: 50%;
  right: -82px;
  z-index: 1000;
}

.contact-mod-1 a {
  width: 200px;
  height: 40px;
}

.btn-1 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-brown {
  color: #f8b417;
  background-color: #736357;
  border-color: #736357;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 0 #5c4f45;
  box-shadow: 0 2px 0 0 #5c4f45;
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  /* padding: 0.6em 0; */
  width: 105px;
  height: 60px;
  border-width: 0;
  outline: none;
  font-size: 16px;
}

.btn-1 a {
  width: 100%;
}

.btn-brown:hover {
  background: #7c6a5e;
  color: #f8b417;
  text-decoration: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 30%;
}

.c2-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media only screen and (max-width: 600px) {
  .c1-flex {
    padding-left: 5%;
  }
}
#customer-login {
  background-image: url("../assets/images/login/login_bg.webp");
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#customer-login .login-form {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#customer-login .login-form form {
  background-color: #7363579d;
  padding: 50px;
  color: #fff;
}

#sugam-about {
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
	#sugam-about {
  margin-top: 0px;
}	
}

#sugam-about p {
  font-size: 18px;
}

#sugam-about .promise,
#sugam-about .swayam,
#sugam-about .awards,
#sugam-about .good,
#sugam-about .vision {
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
	#sugam-about .promise,
#sugam-about .swayam,
#sugam-about .awards,
#sugam-about .good,
#sugam-about .vision {
       margin-top: 0px;
}
}

#sugam-about .vision {
  background-image: url("../assets/images/about/shutterstock_239451406.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

#sugam-about .vision .wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sugam-about .vision .wrapper {
  background-color: rgba(0, 0, 0, 0.678);
  padding: 50px 0;
  border-radius: 5px;
  color: #fff;
}

#sugam-about .vision .wrapper img {
  width: 100%;
  height: auto;
  max-width: 500px;
  padding: 20px;
}

#sugam-about .vision .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sugam-about .awards .award .details {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

#sugam-about .awards .award .details img {
  width: 100%;
  height: auto;
  max-width: 50px;
  margin-right: 20px;
}

#urban_lakes .hero {
  margin-top: 100px;
}

#urban_lakes .book-online {
  padding: 50px 0;
}

.container .h1,
.container h1 {
  font-size: 3rem;
  text-align: center;
  margin: 2rem 0px;
  font-family: "myFirstFont";
}

/*today*/

.brndimg {
  width: 38% !important;
  position: relative;
  top: -59px;
}

/*.hero img {
    width: 38% !important;
    position: relative;
    top: -59px;
}*/

.card-text {
  position: initial !important;
}

/*today*/

.hero p {
  position: relative;
  top: -59px;
}

@media only screen and (max-width: 500px) {
  .container .h1,
  .container h1 {
    font-size: 1.9rem;
  }
}

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

@media only screen and (max-width: 600px) {
  #urban_lakes .overview {
    margin-top: 20px !important;
  }
}
#urban_lakes .overview ul {
  padding: 15px 15px;
  margin-bottom: 0px;
}

#urban_lakes .overview ul li {
  font-size: 18px;
  list-style-type: circle;
}

#urban_lakes .overview p {
  font-size: 18px;
}

#urban_lakes .workthrough {
  margin-top: 20px;
}

#urban_lakes .workthrough iframe {
  width: 100%;
  height: 500px;
}

#urban_lakes .amenities {
  margin-top: 20px;
}

#urban_lakes .amenities .amenities-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 600 / 473;
  object-fit: cover;
  object-position: left bottom;
}

#urban_lakes .amenities .amenities-gallery a {
  color: #000;
}

#urban_lakes .amenities .amenities-gallery .icon-awards .icon-box img {
  width: 100px;
}

#urban_lakes .amenities .amenities-gallery .icon-awards {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

@media screen and (max-width: 992px) {
  #urban_lakes .amenities .amenities-gallery .icon-awards {
    flex-direction: column;
    text-align: center;
  }
}

#urban_lakes .amenities ul {
  padding: 20px;
}

#urban_lakes .amenities ul li {
  list-style-type: circle;
  font-size: 18px;
  font-weight: bold;
}

#urban_lakes .location {
  margin-top: 20px;
}

#urban_lakes .location iframe {
  border: 0;
  width: 100%;
  height: 600px;
}

#urban_lakes .location ul {
  padding: 0 20px;
}

#urban_lakes .location ul li {
  font-size: 18px;
  list-style: circle;
}

#urban_lakes .q-link {
  margin-top: 100px;
  text-align: center;
}

#urban_lakes .q-link img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

#urban_lakes .q-link a {
  color: #736357;
  font-weight: bold;
  padding: 0 20px;
}

#urban_lakes .nav2 .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#urban_lakes .contact {
  margin-top: 100px;
}

#urban_lakes .contact a {
  text-decoration: none;
  color: #736357;
  font-weight: bold;
}

#urban_lakes .club {
  margin-top: 100px;
}
@media only screen and (max-width:600px) {
  #urban_lakes .club {
    margin-top: 30px;
  }
}
#urban_lakes .club img {
  width: 100%;
  height: auto;
}

#urban_lakes .hero-card .card {
  border: none;
}

#urban_lakes .hero-card .card img {
  width: 100%;
  height: auto;
  max-height: 300px;
}

.no-bullets ul li {
  list-style-type: none !important;
}

#nri_space .hero {
  background-image: url("../assets/images/nri_space/un.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0;
}

#nri_space .hero h1 {
  margin-top: 500px;
  color: #fff;
}

#nri_space .qus_area {
  margin-top: 100px;
}

#esvc {
  margin-top: 100px;
}

#esvc img {
  width: 100%;
  height: auto;
  max-width: 100px;
}

#esvc .template img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.career img {
  width: 100%;
  height: auto;
}

#enquire {
  margin-top: 20px;
}

#enquire iframe {
  width: 100%;
  height: 300px;
  margin-top: 50px;
}

#blogs .blog-card img {
  width: 100%;
  height: auto;
  max-height: 450px;
}

#blogs .blog-card .title {
  font-weight: bold;
  margin-top: 20px;
}

#blogs .blog-card .title a {
  color: #736357;
}

#blogs .blog-card .desc {
  margin-top: 10px;
}

#blogs .cat {
  margin-top: 50px;
  padding: 20px;
  background-color: #f0f0f0;
}

#blogs .cat a {
  color: #736357;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0;
}

/*.single-post {
  padding: 50px;
}*/

.single-post h1 {
  font-weight: bold;
  color: #736357;
  margin-top: 50px;
}

.single-post img {
  /*margin-top: 20px;
  width: 100%;
  height: auto;*/
}

.single-post p {
  font-size: 18px;
}

.single-post ul {
  padding: 20px;
}

.single-post ul li {
  /*list-style: circle;
  font-weight: bold;*/
}

.single-post h2,
.single-post h3 {
  font-weight: bold;
  color: #736357;
}

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

/* contact form  */

.frmcontainer {
  /* border: 2px solid rgb(88, 6, 6); */
  padding: 25px;
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
  /* box-shadow: 7px 5px 49px -12px #706e6ead; */
  background-color: #eeeeeed7;
  /* filter: blur(); */
  position: relative;
  top: -27px;
}

.frmbxfst {
  /* border: 2px solid goldenrod; */
  display: flex;
  justify-content: space-between;
}

.frmbxfst .frminput {
  /* border: 2px solid rgb(214, 212, 212); */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: white;
}

.frminrput span {
  color: rgb(214, 212, 212);
}

.frminput i {
  margin-right: 10px;
  /* font-size: 22px; */
}

.frminrput input {
  border: none;
  background-color: white;
}

input::placeholder {
  color: #736357;
  font-weight: 300;
  text-align: left;
}

input[type="text"]:focus {
  outline: none;
}

input[type="email"]:focus {
  outline: none;
}

.frminrput {
  /* border: 2px solid green; */
  display: flex;
  flex-direction: column;
  background-color: white;
}

.frmbxsnd .frminrput {
  /* border: 2px solid rgb(214, 212, 212); */
  width: 100%;
  margin-top: 15px;
}

.pdlft {
  padding-left: 20px;
}

.frmbxsnd .frminrput textarea {
  border: none;
  /* margin-left: 20px;
    margin-right: 20px; */
  resize: none;
  padding: 15px;
}

.frmbxsnd .frminrput textarea:focus {
  outline: none;
}

.frmbxsnd .frminrput textarea::placeholder {
  color: #736357;
  font-weight: 300;
}

.fsbtn {
  padding: 10px 60px;
  margin-top: 20px;
  background-color: #736357;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .frmcontainer {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .frmbxfst {
    flex-direction: column;
  }

  .frmbxfst .frminput {
    width: 100%;
    margin-bottom: 17px;
  }

  .frminrput {
    width: 90%;
  }
}

@media screen and (max-width: 515px) {
  .frminput i {
    margin-left: 12px;
  }
}

/* Ranaajay Saha start  */

/* hungerford */

/* .newcontucter {
  border: 3px solid red;
} */

.newcontucter .newcontructerhead {
  /* border: 3px solid rgb(0, 255, 115); */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.newcontucter .newcontructerhead h2 {
  color: #736357;
  font-weight: 700;
}

.newcontucter .contuctercard {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 40px;
}

.newcontucter .hungerslid {
  margin-top: 40px;
}

.newcontucter .contucterbx {
  /* border: 2px solid rgb(255, 94, 0); */
  overflow: hidden;
  height: 300px;
  width: 100%;
  position: relative;
  /* width: 92% !important;*/
}

.newcontucter .contucterbx .contucterbxone img {
  /* border: 2px solid red; */
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.newcontucter .contucterbx .contucterbxtwo {
  /* border: 2px solid rgb(25, 0, 255); */
  position: absolute;
  width: 100%;
  height: 40%;
  background-color: #1a1919d1;
  bottom: 0;
  z-index: 1;
  padding-left: 20px;
}

.newcontucter .contucterbx .contucterbxtwo h3 {
  padding-top: 10px;
  color: rgb(248, 180, 23);
  font-weight: 500;
}

.newcontucter .contucterbx .contucterbxtwo .contbtn {
  background-color: rgb(78, 68, 61);
  color: white;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
}

.newcontucter .contucterbx .contucterbxtwo .contbtn a {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 995px) {
  .newcontucter .contuctercard {
    flex-direction: column;
  }

  .newcontucter .contucterbx {
    margin-top: 30px;
    width: 100% !important;
  }
}

/* hungerford */

/* Ranaajay Saha end */

/* Ranajay saha morya css start */

.newmoryacontucter {
  /* border: 3px solid red; */
}

.newmoryacontucter .newcontructerhead {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.newmoryacontucter .newcontructerhead h2 {
  color: #736357;
  font-weight: 700;
}

.newmoryacontucter .contuctercard {
  /* border: 2px solid blue; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 40px;
}

.newmoryacontucter .contucterbx {
  /* border: 2px solid rgb(255, 94, 0); */
  width: 350px;
  height: 197px;
  position: relative;
}

.newmoryacontucter .contucterbx .contucterbxone img {
  /* border: 2px solid red; */
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.newmoryacontucter .contucterbx .contucterbxtwo {
  /* border: 2px solid rgb(25, 0, 255); */
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #5d59596b;
  bottom: 0;
  z-index: 1;
  padding-left: 20px;
}

.newmoryacontucter .contucterbx .contucterbxtwo h3 {
  padding-top: 10px;
  color: rgb(248, 180, 23);
  font-weight: 500;
  font-size: 20px;
}

.newmoryacontucter .contucterbx .contucterbxtwo .contbtn {
  background-color: rgb(78, 68, 61);
  color: white;
  display: inline-block;
  padding: 4px 13px;
  border-radius: 4px;
  font-size: 12px;
}

.newmoryacontucter .contucterbx .contucterbxtwo .contbtn a {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .newmoryacontucter .contuctercard {
    flex-direction: column;
  }

  .newmoryacontucter .contucterbx {
    margin-top: 30px;
  }
}

/* Ranajay saha morya css end */

/* Ramajay saha prakriti start*/

.prkriticnst {
  /* border: 2px solid red; */
  padding-top: 20px;
}

.prkriticnst .pkrtheading {
  /* border: 2px solid blue; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.prkriticnst .pkrtheading h2 {
  color: #736357;
  font-weight: 700;
}

/* .prkriticnst .prksliding {
  border: 2px solid red;
} */

.prkriticnst .prksliding .prktbxcrd {
  /* border: 2px solid green; */
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 680px) {
  .prkriticnst .niasliding .slick-slide {
    padding: 1rem;
  }
}

.prkriticnst .niasliding .prktbxcrd {
  /* border: 2px solid green; */
  margin-top: 20px;
  width: 100%;
  height: 300px;
  position: relative;
}

.prkriticnst .prksliding .prktbxcrd .prabxcdone {
  /* border: 2px solid violet; */
  position: absolute;
  width: 100%;
  height: 100%;
}

.prkriticnst .niasliding .prktbxcrd .prabxcdone {
  /* border: 2px solid violet; */
  position: absolute;
  width: 100%;
  height: 100%;
}

.prkriticnst .prksliding .prktbxcrd .prabxcdone img {
  height: auto;
  width: 100%;
}

.prkriticnst .niasliding .prktbxcrd .prabxcdone img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.prkriticnst .prksliding .prktbxcrd .prabxcdtwo {
  padding-left: 20px;
  background-color: #0a0a0afa;
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
}

.prkriticnst .niasliding .prktbxcrd .prabxcdtwo {
  padding-left: 20px;
  background-color: #0a0a0afa;
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
}

.prkriticnst .prksliding .prktbxcrd .prabxcdtwo h2 {
  font-size: 27px;
  padding-top: 0px;
  color: rgb(248, 180, 23);
  font-weight: 500;
  margin: 0;
  padding-bottom: 13px;
}

.prkriticnst .niasliding .prktbxcrd .prabxcdtwo h2 {
  font-size: 27px;
  padding-top: 0px;
  color: rgb(248, 180, 23);
  font-weight: 500;
  margin: 0;
  padding-bottom: 13px;
}

.prkriticnst .prksliding .prktbxcrd .prabxcdtwo .yer {
  background-color: #5f5751ef;
  display: inline-block;
  padding: 3px 18px;
  border-radius: 5px;
  position: relative;
  top: -12px;
  color: white;
}

.prkriticnst .niasliding .prktbxcrd .prabxcdtwo .yer {
  background-color: #5f5751ef;
  display: inline-block;
  padding: 3px 18px;
  border-radius: 5px;
  position: relative;
  top: -12px;
  color: white;
}

.prkriticnst .prksliding .prktbxcrd .prabxcdtwo .cta-btn {
  background-color: rgb(248 180 23);
  display: inline-block;
  padding: 6px 13px;
  font-size: 13px;
  color: white;
  border-radius: 4px;
}

.prkriticnst .niasliding .prktbxcrd .prabxcdtwo .cta-btn {
  background-color: rgb(248 180 23);
  display: inline-block;
  padding: 6px 13px;
  font-size: 13px;
  color: white;
  border-radius: 4px;
}

.prkriticnst .prksliding .prktbxcrd .prabxcdtwo .cta-btn a {
  text-decoration: none;
  color: white;
}

.prkriticnst .niasliding .prktbxcrd .prabxcdtwo .cta-btn a {
  text-decoration: none;
  color: white;
}

.slick-next:before,
.slick-prev:before {
  font-size: 25px;
}

/* Ramajay saha prakriti end*/

.amigal2 {
  display: none;
}

.amigal .slick-dots {
  bottom: -63px;
  padding: 30px !important;
}

.amigal .slick-prev {
  left: -10px;
}

.amigal .slick-next {
  right: -8px;
}

.amigal .slick-dots li button:before {
  font-size: 13px;
  color: #f8b417;
}

.amigal .slick-dots li.slick-active button:before {
  color: #f8b417;
  opacity: 1;
}

.desk-view {
  @media screen and (max-width: 991px) {
    display: none;
  }
}

.mob-view {
  @media screen and (min-width: 991px) {
    display: none;
  }
}

footer .foote-links {
  display: flex;
  flex-direction: column;
}

footer .footer-heading {
  font-size: 20px;
  font-weight: 600;
}

footer .foote-links .f-link {
  color: #000;
}

footer .foote-links .btn {
  width: 150px;
  margin-top: 10px;
}

footer .foote-links .f-link:hover {
  color: #6c0303;
  font-weight: 500;
}

.social_outer {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  gap: 5px;
}

.social_outer .scl_link {
  background-color: #d7a021;
  border-radius: 4px;
}

.social_outer .scl_link img {
  width: 40px;
}

.slick-next,
.slick-prev {
  z-index: 999;
}

.footer .footer-slider .slick-prev {
  left: 1%;
  top: 50%;
}

.footer .footer-slider .slick-next {
  right: 1%;
  top: 50%;
}

footer .footer-slider .slick-prev {
  left: 3%;
  top: 50%;
}

footer .footer-slider .slick-next {
  right: 3%;
  top: 50%;
}

footer .footer-slider .slick-next:before,
footer .footer-slider .slick-prev:before {
  /*color:#fff;*/
}

@media only screen and (min-width: 680px) {
  footer .footer-slider {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  footer .footer-slider .slick-prev {
    left: 2%;
  }

  footer .footer-slider .slick-next {
    right: 2%;
  }

  #urban_lakes .amenities .mob-view img {
    padding: 15px;
  }
}

.testimonial {
  margin-top: 200px;
}

.testimonial h3 {
  font-weight: bold;
  color: #736357;
  font-size: 40px;
}

.testimonial .test-outer {
  height: 300px;
}

/* Ramajay saha prakriti end*/
.has-megamenu {
  position: relative !important;
  z-index: 1;
}

.megamenu {
  left: 20% !important;
  right: 0% !important;
  /* top: 60%; */
  width: fit-content !important;
  margin-top: 0 !important;
  padding: 1rem !important;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.list-unstyled .dropdown-item {
  /* color: #ffffff; */
}

.list-unstyled .nav_heading {
  /* color: #ffffff; */
  font-size: 1rem;
  padding: 0.25rem 0.6rem;
}

.bottom-pad {
  padding-bottom: 1rem;
}

.list-unstyled .dropdown-item {
  font-size: 13px;
  padding: 0.25rem 0.6rem;
}

@media only screen and (max-width: 480px) {
  .megamenu {
    position: static;
    float: none;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    width: 100% !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }

  .bottom-pad {
    padding-bottom: 1rem;
  }

  .list-unstyled .nav_heading {
    padding: 0.25rem 0rem;
  }

  .list-unstyled .dropdown-item {
    padding: 0.25rem 0rem;
  }
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  cursor: pointer;
}

ul.accordion-list li.active h4::after {
  /* transform: rotate(45deg); */
  content: "-";
}

ul.accordion-list li h4 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  letter-spacing: 0.01em;
  cursor: pointer;
  margin-bottom: 1rem;
}

ul.accordion-list li h4::after {
  content: "+";
  position: absolute;

  right: auto;
  padding-left: 10px;
  top: 0;
  color: #000;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

ul.accordion-list li div.answer .f-link {
  position: relative;
  display: block;
  padding: 5px 0 0 0;
  color: #000;
  cursor: pointer;
  /* line-height: 150%; */
  font-size: 16px;
}

.dropdown ul.accordion-listone {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none !important;
}

.dropdown ul.accordion-listone li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
}

ul.accordion-listone li.active .a-heading::after {
  /* transform: rotate(45deg); */
  content: "▾";
}

.dropdown ul.accordion-listone li .a-heading {
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 15px;
}

.dropdown ul.accordion-listone li .a-heading::after {
  content: "▾";
  position: absolute;
  right: auto;
  /* padding-left: 2px; */
  top: 0;
  color: #000;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}

.dropdown ul.accordion-listone li div.answer {
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.dropdown ul.accordion-listone li div.answer .f-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  font-size: 14px;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}

#kenytChatBubble {
  z-index: 1036 !important;
}

.nav-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header-space-balance {
  padding-top: 106px;
}
.mobile-call-btn {
  padding: 4px 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.mobile-call-btn img {
  width: 30px;
  height: 30px;
}

.feature .card-image {
  padding-left: 20px;
}
@media only screen and (max-width: 600px) {
  .dropdown-item {
    font-size: 14px;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding: 105px;
}

/* h1 - h3 for bootstrap */
.h2 {
  font-size: 2rem !important;
}
.h3 {
  font-size: 1.75rem !important;
}

.badge-area-show {
  position: relative;
}

.bagde-flag-wrap {
  position: absolute;
  top: 25px;
  left: -11.5px;
}

.bagde-flag-wrap::before {
  content: "";
  position: absolute;
  top: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #736357 transparent transparent;
}

.bagde-flag {
  text-transform: capitalize;
  color: #ffffff;
  background: #736357;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  padding: 5px 17px;
  display: block;
  text-decoration: none;
}

.menu-item-mine {
  background: #736357;
  animation-name: blinker;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  margin-left: 20px;
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
}

/*@-moz-keyframes blinker {  
    0% { background: red; }
    50% { background: linear-gradient(0deg, #D72059, #EA8E01) ; }
    100% { background: linear-gradient(0deg, #D72059, #EA8E01); }
}@-webkit-keyframes blinker {  
    0% { background: red; }
    50% { background: linear-gradient(0deg, #D72059, #EA8E01) ; }
    100% { background: red; }
}
@keyframes blinker {  
    0% { background: linear-gradient(0deg, #7552A5, #00B3F5); }
    50% { background: linear-gradient(0deg, #D72059, #EA8E01); }
    100% { background: linear-gradient(to right, rgb(255, 0, 2), rgb(255, 255, 0)); }
}*/

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.each-amenity-slide {
  margin: 0 15px;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Send the image to the back */
}
.custom-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  z-index: -1;
}
.banner-text {
  position: relative;
  padding: 20px 0;
  font-size: 70px;
  font-family: myFirstFont;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0px;
}

@media only screen and (max-width: 510px) {
  .banner-text {
    font-size: 35px;
  }
  .banner {
    height: 50vh;
  }
}
.hidden-content {
  display: none;
}

.read-more-btn {
  background-color: #f8b515;
  color: #212529;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 820px) {
  #home .features .feature {
    margin-top: 50px;
  }
  @media only screen and (max-width: 510px) {
    .new {
      display: flex;
      flex-direction: column;
      text-align: left;
    }
    .urban {
      width: fit-content;
      margin-left: 0px;
    }
  }
}
@media (min-width: 768px) {
  .nav-btn-left,
  .nav-btn-right {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8b418;
    color: white;
    font-size: 16px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
}
.nav-btn-left svg,
.nav-btn-right svg {
  height: 16px;
  width: 16px;
  color: white;
  fill: white;
}
.nav-btn-left,
.nav-btn-right {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8b418;
  color: white;
  font-size: 16px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.nav-btn-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 99;
}
.nav-btn-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 99;
}

.urban_lakes_amenities .nav-btn-left svg,
.urban_lakes_amenities .nav-btn-right svg {
  height: 12px;
  width: 12px;
}
.urban_lakes_amenities .nav-btn-right {
  height: 30px;
  width: 30px;
  right: -40px;
}
.urban_lakes_amenities .nav-btn-left {
  height: 30px;
  width: 30px;
  left: -40px;
}

.stats-slider-crown .nav-btn-left svg,
.stats-slider-crown .nav-btn-right svg {
  height: 12px;
  width: 12px;
}
.stats-slider-crown .nav-btn-right {
  height: 30px;
  width: 30px;
  right: -40px;
}
.stats-slider-crown .nav-btn-left {
  height: 30px;
  width: 30px;
  left: -40px;
}

.all-amenities .nav-btn-left svg,
.all-amenities .nav-btn-right svg {
  height: 12px;
  width: 12px;
}
.all-amenities .nav-btn-right {
  height: 30px;
  width: 30px;
  right: -40px;
}
.all-amenities .nav-btn-left {
  height: 30px;
  width: 30px;
  left: -40px;
}
@media (max-width: 767px) {
  .all-amenities .nav-btn-right,
  .stats-slider-crown .nav-btn-right,
  .urban_lakes_amenities .nav-btn-right {
    right: 10px;
  }
  .all-amenities .nav-btn-left,
  .stats-slider-crown .nav-btn-left,
  .urban_lakes_amenities .nav-btn-left {
    left: 10px;
  }


  #urban_lakes .q-link{
    margin-top: 60px;
  }
  footer{
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
	    footer {
         margin-top: 0px; 
	}
}

	@media only screen and (max-width: 768px) and (min-width: 630px)
		{
.even-amenities .nav-btn-left	{
	              left:-34px;
			}
			.even-amenities .nav-btn-right	{
	              right:-34px;
			}
}
	
	@media only screen and (max-width: 629px) 
		{
.even-amenities .nav-btn-left	{
	              left:-8px;
			}
		.even-amenities .nav-btn-right	{
	              right: -6px;
			}		
}		
@media only screen and (min-width: 769px)
	{.even-amenities .nav-btn-left	{
	              left:-22px;
			}
		.even-amenities .nav-btn-right	{
	              right: -22px;
			}	
}