body {
  background: #fff !important;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  color: #000 !important;
}

ul {
  list-style: none;
  padding-left: 0px;
}

.nav-link {
  transition: all ease 0.5s !important;
}
.nav-link:hover {
  letter-spacing: 1px;
}

a,
button,
li {
  transition: all ease 0.5s !important;
}

button:hover {
  letter-spacing: 1px;
}

p {
  margin-bottom: 0;
}

.container {
  max-width: 1200px;
  width: 100%;
}

nav {
  height: 88px;
}
nav.bg-light {
  background: #395395 !important;
}
nav .navbar-brand img {
  width: 63px;
}
nav .navbar-collapse {
  justify-content: end;
}
nav ul li {
  margin: 0 10px;
}
nav ul li a {
  color: #fff !important;
}
nav ul li:last-child {
  margin-right: 0px;
}

.banner-section {
  background: url(../images/banner.png) no-repeat;
  height: 784px;
  background-size: cover;
  width: 100%;
}
.banner-section .banner-row {
  display: flex;
  justify-content: center;
}
.banner-section .banner-row .banner {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  max-width: 1200px;
  width: 100%;
}
.banner-section .banner-row .banner h1 {
  color: #fff !important;
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.banner-section .banner-row .banner h1 strong {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
.banner-section .banner-row .banner h1 span {
  display: flex;
}
.banner-section .banner-row .form-section {
  max-width: 432px;
  width: 100%;
  background-color: #fff !important;
  padding: 35px 45px;
}
.banner-section .banner-row .form-section .form-label {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 600;
}
.banner-section .banner-row .form-section h3 {
  font-size: 32px;
  font-weight: 600;
}
.banner-section .banner-row .form-section .btn-blue {
  background-color: #395395 !important;
  color: #fff !important;
}
.banner-section .banner-row .form-section input {
  height: 56px;
  border-radius: 0px;
  background-color: #ededed;
  color: #757575;
  font-size: 16px;
  text-transform: uppercase;
}
.banner-section .banner-row .form-section input::-moz-placeholder {
  color: #757575;
  font-weight: 600;
}
.banner-section .banner-row .form-section input:-ms-input-placeholder {
  color: #757575;
  font-weight: 600;
}
.banner-section .banner-row .form-section input::placeholder {
  color: #757575;
  font-weight: 600;
}
.banner-section .banner-row .form-section button {
  height: 51px;
  border-radius: 0;
  width: 111px;
}

section.why-choose-section {
  padding: 70px 70px 0;
}
section.why-choose-section .why-choose {
  max-width: 800px;
  margin: 0 auto;
}
section.why-choose-section .why-choose h1 {
  color: #395395 !important;
  font-weight: 600;
  font-size: 72px;
  text-align: center;
  margin-bottom: 20px;
}
section.why-choose-section .why-choose p {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
}
section.why-choose-section .why-invest {
  margin: 60px 0;
  padding: 0;
}
section.why-choose-section .why-invest ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.why-choose-section .why-invest ul li {
  max-width: 380px;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  margin: 0px 15px;
}
section.why-choose-section .why-invest ul li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
section.why-choose-section .why-invest ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
section.why-choose-section .why-invest ul li .box {
  font-size: 21px;
  color: #777777;
  margin-right: 50px;
  font-weight: 500;
}
section.why-choose-section .why-invest ul li .box strong {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  color: #000 !important;
}
section.why-choose-section .why-invest ul h3 {
  font-size: 56px;
  font-weight: 600;
  color: #395395 !important;
}
section.why-choose-section .why-invest ul h3 span.green {
  color: #7eb033 !important;
}

section.about-project-section {
  background: #395395 !important;
  padding: 70px;
}
section.about-project-section .about-project {
  text-align: center;
}
section.about-project-section .about-project h1 {
  font-size: 72px;
  font-weight: 600;
  color: #ededed;
  margin: 25px 0 30px;
}
section.about-project-section .about-project p {
  font-size: 21px;
  color: #fff !important;
  max-width: 568px;
  margin: 0 auto;
}
section.about-project-section .about-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
section.about-project-section .about-list ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 20px;
}
section.about-project-section .about-list ul li {
  background: #7eb033 !important;
  max-width: 430px;
  min-height: 96px;
  width: 100%;
  padding: 20px 25px;
  color: #fff !important;
  display: flex;
  align-items: center;
}
section.about-project-section .about-list ul li p {
  font-size: 18px;
}
section.about-project-section .about-list ul li img {
  margin-right: 20px;
}

.amenity-section {
  background: #7eb033 !important;
  padding: 70px 70px 140px;
}
.amenity-section h1 {
  font-size: 72px;
  font-weight: 600;
  color: #fff !important;
  margin: 25px 0 0px;
  text-align: center;
}
.amenity-section .amenity-list {
  max-width: 1017px;
  margin: 40px auto 0;
}
.amenity-section .amenity-list ul {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.amenity-section .amenity-list ul li {
  width: 230px;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px;
  min-height: 128px;
  color: #fff !important;
}
.amenity-section .amenity-list ul li img {
  height: 45px;
  margin-bottom: 20px;
}
.amenity-section .amenity-list ul li p {
  font-size: 17px;
  font-weight: 500;
  padding: 0 5px;
}

.map-section {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.map-section .location-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -140px auto 0px;
  max-width: 1137px;
}
.map-section .location-top-row .location-col {
  width: 260px;
  height: 240px;
  box-shadow: 1px 12px 20px 8px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: #fff !important;
}
.map-section .location-top-row .location-col p {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}
.map-section .location-top-row .location-col img {
  margin-bottom: 15px;
}
.map-section .map-row {
  padding: 0;
}

.proximities-section {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #2c3d71 !important;
  padding: 40px 15px;
}
.proximities-section h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.proximities-section img {
  max-width: 1200px;
  margin: 0 auto 30px;
  width: 100%;
}

.about-section {
  position: relative;
  width: 100%;
  display: inline-block;
  /*.about-col {
      position: absolute;
      right: 0;
      top: 0;
      width: 40%;
      img {
          width: 100%;
      }
  }*/
}
.about-section .row {
  align-items: center;
}
.about-section .about-col {
  padding-left: 20px;
}
.about-section h1 {
  font-weight: 600;
  font-size: 72px;
}
.about-section p {
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  color: #555555;
  margin: 20px 0 45px;
}
.about-section ul {
  display: flex;
}
.about-section ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.about-section ul li p {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #273666;
  font-weight: 600;
}

.contact-section {
  display: inline-block;
  width: 100%;
  background: #f0f3f7;
  padding: 90px 0 40px;
}
.contact-section .col-7 {
  display: flex;
}
.contact-section .col-7 .footer-logo {
  margin-top: 14%;
}
.contact-section .contact-detail {
  padding-left: 40px;
  padding-right: 40px;
}
.contact-section .contact-detail h1 {
  font-weight: 600;
  font-size: 72px;
  line-height: 92px;
}
.contact-section .contact-detail span {
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
}
.contact-section .contact-detail p {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 23px;
}
.contact-section .form-section {
  max-width: 432px;
  width: 100%;
  background-color: #fff !important;
  padding: 35px 45px;
  margin-bottom: -150px;
  filter: drop-shadow(0px 24px 32px rgba(100, 100, 100, 0.160784));
}
.contact-section .form-section .form-label {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 600;
}
.contact-section .form-section h3 {
  font-size: 32px;
  font-weight: 600;
}
.contact-section .form-section .btn-blue {
  background-color: #395395 !important;
  color: #fff !important;
  transition: all ease 0.5s;
}
.contact-section .form-section .btn-blue:hover {
  background-color: #314883 !important;
}
.contact-section .form-section input {
  height: 56px;
  border-radius: 0px;
  background: #ededed;
  color: #757575;
  font-size: 16px;
  text-transform: uppercase;
}
.contact-section .form-section input::-moz-placeholder {
  color: #757575;
  font-weight: 600;
}
.contact-section .form-section input:-ms-input-placeholder {
  color: #757575;
  font-weight: 600;
}
.contact-section .form-section input::placeholder {
  color: #757575;
  font-weight: 600;
}
.contact-section .form-section button {
  height: 51px;
  border-radius: 0;
  width: 111px;
}

footer {
  padding-top: 150px;
  padding-bottom: 20px;
}
footer .footer {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
footer .footer .footer-logo {
  color: #395395 !important;
  font-size: 32px;
  font-weight: 600;
}
footer .footer .footer-logo span {
  color: #7eb033 !important;
  font-weight: 600;
}
footer .footer .footer-links ul {
  display: flex;
}
footer .footer .footer-links ul li {
  margin: 0 20px;
}
footer .footer .footer-links ul li a {
  color: #395395 !important;
  font-weight: 600;
}
footer .footer .footer-links ul li a:hover {
  color: #2c3d71 !important;
  letter-spacing: 1px;
}
footer .footer .footer-links p {
  text-align: center;
  font-weight: 600;
}
footer .footer .socail-media ul {
  display: flex;
}
footer .footer .socail-media ul li {
  margin: 0 10px;
}
footer.privacy {
  padding-top: 20px !important;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
footer .footer-logo img {
  width: 70px;
}

.error {
  padding-top: 5px;
  font-size: 14px;
  color: #f00;
  font-weight: 500;
}

.thankyou {
  padding: 50px 0;
  display: flex;
  min-height: 390px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(57, 83, 149, 0.031372549);
}

.thankyou-footer {
  border-top: 1px solid #e7e7e7;
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}

#backtotopbutton.show {
  opacity: 1;
  visibility: visible;
}

#backtotopbutton {
  display: flex;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.form-check input {
  width: 15px;
  height: 15px !important;
  display: flex;
}

.form-check label {
  display: flex;
  flex-wrap: wrap;
}
.form-check label a {
  display: flex;
  white-space: nowrap;
  margin: 0 10px;
}

.banner-section .banner-row .form-check-input:checked,
.contact-section .form-check-input:checked {
  background-color: #395395;
  border-color: #395395;
}

section.breadcrumbs {
  padding: 50px 0 20px;
}
section.breadcrumbs ul {
  display: flex;
  padding: 0;
}
section.breadcrumbs ul li {
  padding: 0 15px;
  position: relative;
}
section.breadcrumbs ul li::after {
  position: absolute;
  content: "/";
  padding: 0 8px;
}
section.breadcrumbs ul li:last-child::after {
  display: none;
}
section.breadcrumbs ul li a {
  color: #000;
  text-decoration: none;
}

/*media query*/
@media screen and (min-width: 1920px) {
  .banner-section {
    background-position-y: -500px;
    height: 1200px;
  }
}
@media screen and (min-width: 1666px) {
  .banner-section {
    height: 860px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-position-y: -230px;
  }
}
@media screen and (min-width: 1441px) {
  .banner-section {
    height: 784px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-position-y: -30px;
  }
  .location-top-row {
    max-width: 1300px !important;
  }
  .map-section .location-top-row .location-col {
    width: 300px;
  }
  footer .footer .footer-links ul li a {
    font-size: 18px;
  }
  .amenity-section .amenity-list ul li p {
    font-size: 22px;
  }
  section.about-project-section .about-list ul li {
    min-height: 96px;
  }
  nav ul li a {
    font-size: 18px !important;
    font-weight: 500 !important;
  }
  .form-section .form-label {
    font-size: 20px;
  }
  .form-section input {
    font-size: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .amenity-section .amenity-list ul li {
    width: 260px;
    margin-bottom: 20px;
  }
  .amenity-section .amenity-list ul li img {
    height: 60px;
  }
  .banner-section .banner-row .banner {
    padding: 50px 0;
    max-width: 960px;
  }
  .banner-section .banner-row .banner h1 {
    font-size: 50px;
  }
  section.why-choose-section .why-choose h1 {
    font-size: 50px;
  }
  section.why-choose-section .why-invest ul h3 {
    font-size: 35px;
  }
  section.why-choose-section .why-invest ul li .box {
    font-size: 16px;
  }
  section.why-choose-section .why-invest ul li .box strong {
    font-size: 20px;
  }
  section.why-choose-section .why-choose p {
    font-size: 18px;
  }
  section.about-project-section .about-project h1 {
    font-size: 50px;
  }
  section.about-project-section .about-project p {
    font-size: 18px;
  }
  section.about-project-section .about-list ul li {
    margin: 5px;
  }
  .amenity-section h1 {
    font-size: 50px;
  }
  .amenity-section .amenity-list ul li {
    width: 200px;
  }
  .amenity-section .amenity-list ul li p {
    padding: 0 15px;
  }
  .map-section .location-top-row .location-col {
    width: 220px;
    min-height: 200px;
    height: auto;
  }
  .map-section .location-top-row {
    max-width: 960px;
  }
  .map-section .location-top-row .location-col p {
    font-size: 18px;
    line-height: normal;
  }
  .about-section p {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 30px;
  }
  .about-section h1 {
    font-size: 50px;
  }
  .about-section ul li p {
    font-size: 18px;
  }
  .about-section ul li img {
    width: 80px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contact-section {
    display: inline-block;
    width: 100%;
    background: #f0f3f7;
    padding: 60px 0 40px;
  }
  .contact-section .contact-detail h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 40px;
  }
  .contact-section .contact-detail p {
    font-size: 18px;
  }
  .footer-logo img {
    width: 150px;
  }
  .map-row {
    padding: 0;
  }
  .map-row img {
    max-width: 80%;
    margin: 0 auto;
  }
  section.about-project-section .about-list ul {
    gap: 5px;
  }
}
@media screen and (max-width: 991px) {
  nav.bg-light {
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 9;
  }
  ul.navbar-nav {
    padding-top: 20px;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
  }
  nav .navbar-collapse.show {
    background: #395395;
  }
  nav .navbar-collapse ul li {
    padding-left: 0;
    transition: all ease 0.5s;
    margin: 0;
  }
  nav .navbar-collapse ul li a {
    padding-left: 15px;
  }
  nav .navbar-collapse ul li:hover {
    padding-left: 20px;
    background: #2c3d71 !important;
  }
  button.navbar-toggler {
    border: none;
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }
  .banner-section {
    height: auto;
  }
  .banner-section .banner-row .banner {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    max-width: 840px;
    width: 100%;
    text-align: left;
    margin: 70px auto 0;
    align-items: center;
  }
  .banner-section .banner-row .banner h1 {
    font-size: 40px;
  }
  .banner-section .banner-row .form-section {
    max-width: 390px;
    padding: 35px 25px;
  }
  .banner-section .banner-row .form-section input {
    height: 46px;
    font-size: 14px;
  }
  section.why-choose-section {
    padding: 70px 30px 0;
  }
  section.why-choose-section .why-invest ul h3 {
    font-size: 32px;
    font-weight: 500;
    color: #395395 !important;
  }
  section.why-choose-section .why-invest ul li .box {
    margin-right: 35px;
  }
  section.why-choose-section .why-invest ul li .box strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    color: #000 !important;
  }
  section.why-choose-section .why-choose h1 {
    font-size: 40px;
  }
  section.about-project-section {
    padding: 30px;
  }
  section.about-project-section .about-list ul li {
    margin: 5px 0;
    padding: 5px;
  }
  section.about-project-section .about-list ul li p {
    font-size: 16px;
  }
  section.about-project-section .about-list ul li img {
    margin-right: 10px;
  }
  section.about-project-section .about-project h1 {
    font-size: 40px;
  }
  section.about-project-section .about-project p {
    font-size: 16px;
  }
  .amenity-section {
    background: #7eb033 !important;
    padding: 30px 10px 0;
  }
  .amenity-section h1 {
    font-size: 40px;
  }
  .amenity-section .amenity-list ul li {
    width: 170px;
    padding: 10px;
  }
  .amenity-section .amenity-list ul li p {
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
  }
  .amenity-section .amenity-list ul li img {
    height: 40px;
  }
  .map-section .location-top-row {
    max-width: 860px;
    margin: -20px auto 0;
    gap: 10px;
  }
  .map-section .location-top-row .location-col {
    width: 190px;
    min-height: 180px;
    height: auto;
    padding: 0 10px;
  }
  .map-section .location-top-row .location-col img {
    width: 90px;
  }
  .proximities-section h1 {
    font-size: 40px;
    font-weight: 600;
  }
  .about-section h1 {
    font-size: 40px;
    position: relative;
    top: 10px;
  }
  .about-section p {
    font-size: 16px;
    line-height: normal;
    margin: 20px 0 30px;
  }
  .about-section ul li img {
    width: 60px;
    height: 60px;
  }
  .about-section ul li p {
    font-size: 16px;
  }
  .contact-section .contact-detail {
    padding-left: 30px;
    padding-right: 20px;
  }
  .contact-section .contact-detail h1 {
    font-size: 40px;
  }
  .contact-section .contact-detail p {
    font-size: 16px;
  }
  .contact-section .footer-logo img {
    width: 120px;
  }
  .contact-section .form-section {
    padding: 35px 30px;
  }
  .contact-section .form-section input {
    height: 46px;
    font-size: 14px;
  }
  footer .footer .footer-logo {
    color: #395395 !important;
    font-size: 20px;
    font-weight: 800;
  }
  footer .footer .footer-links ul li {
    margin: 0 10px;
  }
  footer .footer .footer-links ul li a {
    font-size: 15px;
  }
  footer .footer .footer-links p {
    font-size: 14px;
  }
  footer .footer .socail-media ul li {
    margin: 0 5px;
  }
  footer .footer .socail-media ul li img {
    width: 15px;
  }
  div#navbarSupportedContent {
    background: #395395;
  }
  .container {
    max-width: 740px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.about-project-section .about-list ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-direction: column;
  }
  section.about-project-section .about-list ul li .about-section ul li {
    max-width: 100%;
    width: 100%;
  }
  section.about-project-section .about-list ul li p {
    font-size: 16px;
  }
  .banner-section .banner-row {
    margin-top: 0px;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
  }
  .banner-section .banner-row .banner {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: 680px;
  }
  .banner-section .banner-row .form-section {
    background-color: rgba(255, 255, 255, 0.8117647059) !important;
  }
  .banner-section .banner-row .form-section input {
    background-color: #ffffff;
  }
  .why-choose-section .why-invest {
    margin: 60px 0 0 !important;
    padding: 0;
  }
  .why-choose-section .why-invest ul {
    flex-direction: column;
  }
  .why-choose-section .why-invest ul h3 {
    font-size: 26px;
  }
  .why-choose-section .why-invest ul li {
    margin: 5px 0 !important;
  }
  .why-choose-section .why-invest ul li:first-child {
    height: auto;
  }
  .amenity-section .amenity-list {
    margin: 40px auto 40px;
  }
  .amenity-section .amenity-list ul li {
    width: 50%;
    padding: 10px;
    min-height: auto;
  }
  .amenity-section .amenity-list ul li img {
    height: 70px;
  }
  .amenity-section h1 {
    margin: 25px 0 0px;
  }
  .map-section .location-top-row {
    margin: -50px auto 0;
    flex-wrap: wrap;
  }
  .map-section .location-top-row .location-col {
    width: 48%;
    min-height: 180px;
    height: auto;
    padding: 0 10px;
    margin: 5px auto;
  }
  br {
    display: none;
  }
  .proximities-section h1 {
    font-size: 30px;
  }
  .about-section .row {
    align-items: center;
    flex-direction: column-reverse;
  }
  .about-section .row h1 {
    font-size: 30px;
    padding: 20px 0 0;
    text-align: center;
  }
  .about-section .row .col-6 {
    max-width: 100%;
    width: 100%;
  }
  .about-section ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    flex-direction: column;
  }
  .about-section ul li {
    max-width: 100%;
  }
  .about-section .about-col {
    padding: 0px;
  }
  .about-section .about-col img {
    width: 100%;
  }
  .about-section p {
    text-align: center;
  }
  .contact-section {
    padding: 40px 0 40px;
  }
  .contact-section .row {
    flex-direction: column;
  }
  .contact-section .row .col-7 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact-section .row .col-7 .footer-logo {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .contact-section .row .col-5 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact-section .form-section {
    max-width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .contact-section .contact-detail {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .contact-section .contact-detail span {
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  footer .footer {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  footer .footer .footer-logo {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
  }
  footer .footer .socail-media {
    margin-top: 15px;
  }
  footer .footer .socail-media ul li {
    margin: 0 15px;
  }
  footer .footer .footer-links {
    width: 100%;
  }
  footer .footer .footer-links ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  footer .footer .footer-links ul li {
    margin: 0 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    text-align: left;
  }
  footer .footer .footer-links ul li:hover {
    background: #ededed;
    padding-left: 25px;
  }
}
@media screen and (max-width: 480px) {
  section.breadcrumbs ul {
    display: flex;
    padding: 60px 0 0;
    font-size: 14px;
  }
  section.breadcrumbs ul li {
    padding: 0 10px;
    position: relative;
  }
  .banner-section .banner-row .banner {
    flex-direction: column;
  }
  .banner-section .banner-row .banner h1 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
  .banner-section .banner-row .banner h1 span {
    display: flex;
    justify-content: center;
  }
  .why-choose-section {
    padding: 50px 10px !important;
  }
  .about-project-section {
    background: #395395 !important;
    padding: 50px 10px 30px !important;
  }
  .about-project-section .about-section .row h1 {
    font-size: 30px;
    padding: 40px 0 10px;
    text-align: center;
  }
  .about-project-section .about-section p {
    text-align: center;
  }
  .about-project-section .about-section ul {
    flex-direction: column;
    align-items: center;
  }
  .amenity-section .amenity-list ul li {
    width: 100%;
  }
  .map-section .location-top-row .location-col {
    width: 100%;
    min-height: 150px;
    height: auto;
    padding: 0 10px;
    margin: 5px auto;
  }
}/*# sourceMappingURL=style.css.map */