* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  box-sizing: border-box;
}

.desk-view {
  display: block;
}

.mob-view {
  display: none;
}

.project-list-section {
  margin-bottom: 0px !important;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  padding: 20px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
header nav img {
  margin-left: 6%;
}
header .main-links a {
  margin-left: 40px;
  text-decoration: none;
  color: #fff;
}
header .phone {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 600;
  margin-right: 0;
}
header .phone .item {
  line-height: 22px;
}
header .phone .item a {
  text-decoration: none;
  color: #fff;
}
header .phone .item a div {
  display: flex;
}
header .phone .item a div div {
  display: inline-block;
  flex-direction: column;
}
header .phone .item a div div .phn-number {
  display: inline-block;
}
header .phone .item a div div .phone_no {
  font-weight: 900;
  font-size: 20px;
}
header .phone .item img {
  vertical-align: middle;
  margin-right: 10px;
}

.section-sep {
  margin-bottom: 80px;
}

main .hero {
  background-image: url("/static/img/banner.webp");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  font-size: 24px;
  display: flex;
  justify-content: center;
  padding: 0px;
  flex-direction: column;
}
main .hero .main-heading {
  line-height: 90px;
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  margin-left: 8%;
}
main .hero .main-heading h1 {
  font-size: 60px;
}
main .hero .main-heading p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
main .hero .main-heading .BannerForm {
  display: flex;
}
main .hero .main-heading .BannerForm .number input, main .hero .main-heading .BannerForm .submit input {
  padding: 8px 16px;
  width: 383px;
  height: 50px;
  border: 1px solid #CED4DA;
  border-radius: 50px 0px 0px 50px;
  font-size: 16px;
}
main .hero .main-heading .BannerForm .number #submit, main .hero .main-heading .BannerForm .submit #submit {
  width: 150px;
  border-radius: 0px 50px 50px 0px;
  background-color: #144B8E;
  color: #fff;
  font-weight: 900;
  height: 50px;
}
main section {
  width: 100%;
  margin: 0 auto;
}
main .view-section {
  display: flex;
  border: 1px solid #145b8e;
  border-radius: 8px;
  max-width: 1140px;
  background-image: url("/static/img/video-call.webp");
  background-position: right;
  background-repeat: no-repeat;
}
main .view-section .wrap-view {
  display: flex;
  padding: 40px;
}
main .view-section .wrap-view .view-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  align-items: center;
  color: #144B8E;
  max-width: 300px;
  width: 100%;
  padding: 10px;
}
main .view-section .wrap-view .view-text button {
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #144B8E;
  color: #fff;
  border-radius: 50px;
  padding: 10px;
  border: none;
  margin-top: 40px;
  max-width: 270px;
  width: 100%;
  height: 56px;
  align-content: center;
  justify-content: center;
}
main .view-section .wrap-view .view-img {
  width: 60%;
  padding: 10px;
}
main .page-section {
  background: rgba(245, 247, 251, 0.56);
  padding: 60px 20px;
}
main .page-section.aboutus {
  background: url("/static/img/dot_bg.webp");
}
main .page-section.location-section {
  background-color: #fff;
}
main .page-section .section-heading {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}
main .page-section .section-heading .title-heading span {
  color: #144B8E;
  margin-left: 10px;
}
main .page-section .section-heading .title-heading:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
main .page-section .section-heading .title-heading .title-subheading {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin-bottom: 40px;
}
main .page-section .project-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 40px;
  cursor: pointer;
  align-items: strech;
}
main .page-section .project-list .card {
  width: 30%;
  transition: 0.3s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 8px;
  margin: 18px;
}
main .page-section .project-list .property-img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 200px;
  object-fit: cover;
}
main .page-section .project-list .property-details {
  padding: 20px;
}
main .page-section .project-list .property-details a {
  text-decoration: none;
  color: #000;
}
main .page-section .project-list .property-details a .property-details-heading {
  font-size: 20px;
}
main .page-section .project-list .property-details .location {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  margin-bottom: 10px;
}
main .page-section .project-list .property-details .location img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
main .page-section .project-list .property-details ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
}
main .page-section .project-list .property-details ul li {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  font-size: 14px;
}
main .page-section .project-list .property-details ul li:last-child {
  color: #144B8E;
  font-weight: 900;
}
main .page-section .project-list .property-details ul li img {
  margin-right: 10px;
}
main .page-section .main-card {
  display: flex;
  text-align: center;
  align-items: strech;
  justify-content: center;
}
main .page-section .main-card .card {
  background-color: #fff;
  display: inline-block;
  width: 30%;
  transition: 0.3s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  margin: 10px;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
}
main .page-section .main-card .card img {
  width: 80px;
}
main .page-section .main-card .card h3 {
  padding: 20px;
}
main .page-section .main-card .card1 {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  height: 340px;
  transition: 0.3s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
}
main .cta-section {
  background-image: url(/static/img/Union.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
main .cta-section .cta {
  display: flex;
  align-items: center;
}
main .cta-section .cta img {
  padding-bottom: 70px;
}
main .cta-section .cta .cta-content {
  margin-top: 25px;
}
main .cta-section .cta .cta-content p {
  color: #fff;
  font-size: 32px;
  margin: 15px 0px;
}
main .cta-section .cta .cta-content button {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50px;
  border: none;
  background: #fff;
  color: #144B8E;
  width: 279px;
  height: 50px;
}
main .location-list {
  position: relative;
}
main .location-list .cards {
  width: 100%;
  height: auto;
  transition: 0.3s;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 50px;
}
main .location-list .wrap-location {
  width: 100%;
  background: #fff;
}
main .location-list .wrap-location--inner {
  position: relative;
}
main .location-list .wrap-location .location-card {
  background: linear-gradient(rgba(0, 0, 0, 0.53) 100%, rgba(0, 0, 0, 0.78) 100%), url(/static/img/location/locationImg1.webp);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
main .location-list .wrap-location .location-card p {
  color: #fff;
  font-size: 16px;
  padding: 30px;
}
main .location-list .wrap-location .location-card .readmore-btn {
  display: flex;
  justify-content: flex-end;
  margin: -30px 30px 0 0;
}
main .location-list .wrap-location .location-card .readmore-btn .readmore__toggle {
  border: none;
  color: #fff;
  background: none;
  font-weight: 800;
  font-size: 18px;
  padding: 8px;
  cursor: pointer;
}
main .location-list .wrap-location .location-card img {
  padding: 30px;
}
main .location-list .wrap-location .location-cards {
  font-size: 26px;
}
main .location-list .wrap-location .location-cards .location-card-list {
  display: inline-block;
  width: 50%;
}
main .location-list .wrap-location .location-cards .location-card-list ul li {
  font-size: 22px;
  width: 100%;
}
main .location-list .wrap-location .location-cards div {
  width: 50%;
}
main .location-list .wrap-location .location-cards div img {
  width: 100%;
  height: auto;
  border-radius: 50px;
  padding: 20px;
}
main .location-list .wrap-location .location-heading {
  display: flex;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgb(223, 220, 218);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 16px 16px;
}
main .location-list .wrap-location .location-heading p {
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  font-size: 26px;
}
main .location-list .wrap-location .location-heading p:first-child {
  margin-left: 20px;
}
main .footer-section {
  background-color: #061A2E;
}
main .footer-section .footer {
  display: flex;
}
main .footer-section .footer .footer-logo {
  padding: 30px 60px;
  margin: 100px 0px 0px 0px;
}
main .footer-section .footer .social-icons {
  margin: -50px 0 0 40px;
}
main .footer-section .footer .social-icons img {
  display: inline-flex;
  padding: 0 20px 0 0;
}
main .footer-section .footer p {
  background: url("/static/img/footerbuilding.svg");
  background-repeat: no-repeat;
  background-position: right;
  padding: 100px;
  color: #fff;
  font-size: 12px;
}
main .year {
  background-color: #144B8E;
  text-align: center;
  font-size: 14px;
}
main .year a {
  text-decoration: none;
  color: #fff;
}
main .fixed-button {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .center-modal {
  position: relative;
  max-width: 380px;
  min-height: calc(100% - 120px);
  display: flex;
  align-items: center;
  margin: 10px auto;
}
.modal .center-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}
.modal .center-modal .modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
}
.modal .center-modal .modal-content .modal-header .modal-title {
  font-size: 16px;
  font-weight: 400;
}
.modal .center-modal .modal-content .modal-header .close {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #000;
  color: #fff;
  border-top-right-radius: 5px;
  line-height: 34px;
  width: 32px;
  height: 32px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.modal .center-modal .modal-content .modal-header .close:hover, .modal .center-modal .modal-content .modal-header .close:focus {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.modal .center-modal .modal-content .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}
.modal .center-modal .modal-content .modal-body .form-group .form-control {
  display: block;
  padding: 10px;
}
.modal .center-modal .modal-content .modal-body .form-group .contry-code-mb-number .country-code select, .modal .center-modal .modal-content .modal-body .form-group .contry-code-mb-number .form-control, .modal .center-modal .modal-content .modal-body .form-group .name-cont .country-code select, .modal .center-modal .modal-content .modal-body .form-group .name-cont .form-control, .modal .center-modal .modal-content .modal-body .form-group .m-number-cont .country-code select, .modal .center-modal .modal-content .modal-body .form-group .m-number-cont .form-control {
  height: 44px;
  width: 100%;
  font-size: 14px;
  border-radius: 0;
  color: #495057;
  border: 1px solid #949494;
  margin-bottom: 15px;
  position: relative;
}
.modal .center-modal .modal-content .modal-body .form-group .contry-code-mb-number {
  display: flex;
}
.modal .center-modal .modal-content .modal-body .form-group .contry-code-mb-number .country-code {
  flex: 1;
}
.modal .center-modal .modal-content .modal-body .form-group .register-submit {
  width: 100%;
  background: #144B8E;
  color: #fff;
  border: 2px solid #144B8E;
  padding: 10px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  main .page-section .main-card .card h3 {
    padding: 10px 0px;
    font-size: 16px;
  }
  main .page-section .main-card .card p {
    font-size: 14px;
  }
  main .page-section .project-list .card {
    margin: 10px;
    padding: 0px;
  }
  main .page-section .project-list .property-details a .property-details-heading {
    font-size: 18px;
  }
  main .page-section .project-list .property-details .location span {
    font-size: 14px;
  }
  main .page-section .project-list .property-details ul li span {
    font-size: 12px;
  }
  main .view-section {
    background-image: url("/static/img/video-call-mob.svg");
    background-size: contain;
  }
  main .cta-section .cta img {
    padding-bottom: 30px;
    width: 60%;
  }
  main .cta-section .cta .cta-content p {
    font-size: 20px;
  }
  main .cta-section .cta .cta-content button {
    font-size: 16px;
  }
  main .cards {
    height: auto;
  }
  main .location-list .wrap-location .location-card img {
    padding-left: 0px;
  }
  main .footer-section .footer p {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .desk-view {
    display: none;
  }
  .mob-view {
    display: block;
  }
  header nav img {
    width: 80%;
  }
  header nav .main-links, header nav .phone {
    display: none;
  }
  main .hero {
    background-image: url("/static/img/mobbanner.svg");
    width: 100%;
    height: 100vh;
  }
  main .hero .main-heading {
    font-size: 40px;
    padding: 10px;
    line-height: 60px;
  }
  main .hero .main-heading h1 {
    font-size: 40px;
  }
  main .hero .main-heading p {
    font-size: 16px;
    line-height: 24px;
  }
  main .hero .main-heading .BannerForm {
    display: none;
  }
  main .page-section .section-heading {
    font-size: 20px;
  }
  main .page-section .section-heading .title-heading .title-subheading {
    font-size: 14px;
  }
  main .page-section .project-list {
    padding: 0px;
  }
  main .page-section .project-list .card {
    width: 46%;
    padding: 0px;
    margin: 8px;
  }
  main .page-section .project-list .property-details a .property-details-heading {
    font-size: 16px;
  }
  main .page-section .project-list .property-details .location span {
    font-size: 12px;
  }
  main .page-section .project-list .property-details ul li {
    font-size: 12px;
  }
  main .page-section .main-card {
    display: block;
  }
  main .page-section .main-card .card1 {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  main .page-section .main-card .card1 .property-details {
    padding: 6px;
  }
  main .page-section .main-card .card1 a .property-details-heading {
    font-size: 14px;
  }
  main .page-section .main-card .card1 .location {
    margin-bottom: 0px;
  }
  main .page-section .main-card .card1 .location img {
    font-size: 14px;
  }
  main .page-section .main-card .card1 .location span {
    font-size: 14px;
  }
  main .page-section .main-card .card1 ul li img {
    width: 16px;
    margin-right: 2px;
  }
  main .page-section .main-card .card1 h3 {
    padding: 10px 0;
  }
  main .page-section .main-card .card1 p {
    font-size: 14px;
  }
  main .page-section .main-card .prev {
    position: absolute;
    right: 60px;
  }
  main .page-section .main-card .next {
    position: absolute;
    right: 20px;
  }
  main .view-section .wrap-view {
    padding: 10px;
  }
  main .view-section .wrap-view .view-text {
    font-size: 16px;
  }
  main .view-section .wrap-view .view-text button {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    max-width: 200px;
    height: auto;
  }
  main .cta-section {
    padding: 5%;
    background-image: url("/static/img/mobUnion.svg");
    background-size: cover;
  }
  main .cta-section .cta {
    position: relative;
    flex-wrap: wrap;
  }
  main .cta-section .cta img {
    width: 70%;
    z-index: 999;
    position: absolute;
    margin: 0 auto 0 120px;
    top: 0;
  }
  main .cta-section .cta .cta-content {
    margin-top: 30%;
  }
  main .cta-section .cta .cta-content p {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 0 40px;
    margin-top: 130px;
  }
  main .cta-section .cta .cta-content button {
    margin: 0 0 20px 40px;
  }
  main .location-list .cards {
    padding: 0px;
    height: auto;
    flex-direction: column-reverse;
  }
  main .location-list .wrap-location .location-card p {
    font-size: 14px;
    width: 100%;
  }
  main .location-list .wrap-location .location-card img {
    padding: 10px;
  }
  main .location-list .wrap-location .location-cards .location-card-list {
    width: 100%;
  }
  main .location-list .wrap-location .location-cards .location-card-list ul {
    padding: 20px 0 0 40px;
    margin-bottom: 20px;
  }
  main .location-list .wrap-location .location-cards .location-card-list ul li {
    font-size: 12px;
    width: 100%;
  }
  main .location-list .wrap-location .location-cards div {
    width: 100%;
  }
  main .location-list .wrap-location .location-cards div img {
    border-radius: 10px;
    padding: 0px;
  }
  main .location-list .wrap-location .location-heading p {
    font-size: 16px;
  }
  main .footer-section .footer {
    flex-direction: column;
  }
  main .footer-section .footer .footer-logo {
    padding: 40px;
    margin: 0px;
    width: 100%;
  }
  main .footer-section .footer .social-icons img {
    width: 60px;
    padding: 20px 10px 0px 20px;
  }
  main .footer-section .footer p {
    padding: 30px;
    background-position: left;
  }
  main .fixed-button {
    position: fixed;
    right: 10px;
    top: 50%;
    display: flex;
    flex-direction: column;
  }
  main .fixed-button .call-button, main .fixed-button .enquire-button {
    color: #fff;
    background: #144B8E;
    font-size: 12px;
    padding: 14px;
    width: 60px;
    border: 1px solid #fff;
    text-align: center;
    font-weight: 900;
  }
  main .fixed-button .call-button img, main .fixed-button .enquire-button img {
    width: 24px;
  }
  main .fixed-button .call-button {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-bottom: 1px;
  }
  main .fixed-button .enquire-button {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  main .fixed-button .enquire-button img {
    width: 30px;
  }
}
@media (max-width: 480px) {
  main .hero .main-heading {
    font-size: 18px;
    line-height: 40px;
  }
  main .hero .main-heading h1 {
    font-size: 18px;
  }
  main .page-section .project-list .card {
    width: 100%;
  }
  main .page-section .project-list .property-details {
    padding: 10px 30px;
  }
  main .cta-section .cta img {
    margin: 0 auto 0 60px;
  }
  main .cta-section .cta .cta-content {
    margin-top: 40%;
  }
  main .cta-section .cta .cta-content p {
    padding: 0 0 0 20px;
    margin-top: 40px;
  }
  main .cta-section .cta .cta-content button {
    margin: 0 0 20px 20px;
  }
  main .location-list .wrap-location .location-cards {
    font-size: 26px;
    display: flex;
    align-items: flex-start;
  }
  main .location-list .wrap-location .location-card-list {
    display: block;
  }
  main .location-list .wrap-location div {
    width: 100%;
  }
  main .location-list .wrap-location div img {
    border-radius: 10px;
    padding: 0px;
  }
}
@media (min-width: 1366px) {
  main .cta-section .cta img {
    padding-bottom: 10%;
  }
}

/*# sourceMappingURL=project_list.css.map */
