.subcardimage{
  height: 165px;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}

.lightdivider {
  width: 4px;
  height: 100px;
  margin-left: 20px;
  background-color: #fff;
}

.committeeduties{
  border-radius: 5px;
  background-color: #eff1f9;
  transition: transform ease 0.3s;
  -webkit-transition: all 300ms ease;
}

.committeeduties:hover {
  box-shadow: 1px 1px 20px 0 #e2e2e2;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.videogallery {
  margin-right: 1%;
  margin-bottom: 3%;
  margin-left: 1%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  color:#231f20;
  display: inline-block;
}

.videogallery:hover {
  box-shadow: 1px 1px 20px 0 #c9c9c9;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.vendortype {
  padding: 12px 24px;
  border-radius: 25px;
  background-color: #27bdbe;
  color: #fff;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  width:100%;
}

.vendorclasscontainer {
  padding: 20px;
  border-radius: 12px;
  background-color: #e3f2e7;
}

.whistleblowercards{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding:10px;
  border-radius: 10px;
  background-color: #fff;
}

.whistelblowertitle{
margin-bottom: 20px;
font-size: 13px;
font-weight: 500;

}

.vendor-tab .nav-item .nav-link.active {
  background-color: transparent !important;
} 

.vendor-tab .nav-link {
  background: none;
  border: none;
  justify-content: center;
  opacity: 0.5;
}

.vendor-tab .nav-link.active {
  opacity: 1;
}

.vendor-tab .nav-link:focus {
  opacity: 1;
  /* 100% opacity when click the icon*/
}

.faq .nav-link:hover{
  background-color: #415370;
  color: #fff;
}


/*tender information*/

.tenderlistheader {
  background-color: #415370;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  
}

.tenderlistheaderitem{
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.tenderlistheaderitem.no {
  width: 5%;
}

.tenderlistheaderitem.type {
  width: 10%;
}

.tenderlistheaderitem.category {
  width: 20%;
}

.tenderlistheaderitem.description {
  width: 25%;
}

.tenderlistheaderitem.action {
  width: 24%;
}

.tenderlistheaderitem.details {
  width: 15%;
}

.tendertitlemobile {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #425471;
  font-size:13px;
}

.tenderlistitem {
  
  font-weight: 300;
}


@media (max-width: 479px){
  .tender-title-wrap {
      width: 45%;
  }
  
  .tenderlistitem.no {
  width: 100%;
  }

  .tendertitlemobile.no {
      color: #eff1f9;
  }
  
  .tenderlistitem.type {
  width: 100%;
  }
  .tenderlistitem.category {
      width: 100%;
     
  }
  .tenderlistitem {
      width: 100%;
  }
  .tenderlistitem {
      width: 100%;
  }
  .tenderlistitem.details {
      width: 100%;
  }
  .tenderlistitem {
      width: 100%;
  }

}

@media (max-width: 991px){
  .tender-no {
      margin-bottom: 0px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      color: #eff1f9;
  }

  .tendertitlemobile.no {
      color: #eff1f9;
  }

  .tenderlistitem.no {
      display: flex;
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
      background-color: #425471;
      color: #eff1f9;
      font-weight: 500;
  }
  
  .tender-content-wrap {
      width: 70%;
  }

  .tender-title-wrap {
  width: 30%;
  }

  .tenderlistitem {
      width: 100%;
  }

  .tenderlistitem.type {
      display: flex;
      width: 100%;
      padding-top: 15px;
      padding-bottom: 5px;
  }

  .tenderlistitem.category {
      display: flex;
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
  }

  .tenderlistitem.description {
      display: flex;
      padding-top: 5px;
      padding-bottom: 5px;
  }

  .tenderlistitem.deadline {
      display: flex;
      padding-top: 5px;
      padding-bottom: 5px;
  }

  .tenderlistitem.details {
      display: flex;
      padding-top: 5px;
      padding-bottom: 5px;
  }
  
}

.peopleimage{
  border-radius: 50%;
  background-color: #ededed;
  justify-content: center;
  align-items: center;
}

.peoplequote {
  padding: 2%;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #d6edea;
}

.peoplepic {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.peoplequote.reverse {
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  background-color: #fff;
}

.modal {
  --bs-modal-header-border-color: rgba(41, 50, 123, 0.5);

}

.partnerbuttonwrap {
  max-width: 300px;
  margin: 0 auto;
}

.readbtn.btn-primary {
  background-color: transparent;
  color: #000000;
  border: none;
  border-radius: 5px;

}

.readbtn1.btn-primary:hover {
  background-color: #29327b;
  color: #fff;
}

.readbtn1.btn-primary {
  background-color: transparent;
  color: #000000;
  border: none;
  border-radius: 5px;

}

.readbtn.btn-primary:hover {
  background-color: #29327b;
  color: #fff;
}

.btn-close:focus {
  box-shadow: none;
}

.whistlebloweritem {
  border-radius: 10px;
  background-color: #eef0f9;
  font-weight: 300;
}

.eligibilityitem {
  border-radius: 10px;
  background-color: #eef0f9;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.eligibilityitem:hover {
  box-shadow: 1px 1px 20px 0 #e2e2e2;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.stepitem {
  width: 75%;
  padding: 1% 5% 1% 15%;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-transform: none;
  color:#000000;
  font-size: 20px;
}

.stepitem:hover {
  box-shadow: 1px 1px 20px 0 #c9c9c9;
}

.stepitem:focus{
  background-color: rgb(66, 111, 182); 
  color: white; 
}

.stepcount {
  left: 0%;
  top: -12%;
  right: auto;
  bottom: auto;
  width: 96px;
  height: 96px;
  border-style: solid;
  border-width: 10px;
  border-color: #dbdde6;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #fff, #e8e8e8);
  color: #231f20;
  font-size: 16px;
}
@media screen and (max-width: 479px){
  .stepcount {
    left: -2%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 56px;
    height: 56px;
    border-width: 5px;
    font-size: 1em;
  }
  .text-span-5 {
    font-size: 11px;
  }
  .stepitem {
    width: 100%;
    font-size: 1em;
    line-height: 1.2;
} 

  
}

.accordion-item-trigger:hover {
  color: #313A7F;
}

.accordion-item-trigger {
  background: none;
  border: none;
  cursor: pointer; /* Add a pointer cursor for better UX */
}


.link-2 {
  color: #231f20;
}

.text-span-5 {
  line-height: 1.5;
  font-weight: 300;
  text-transform: uppercase;
}

.termslist{
  font-weight: 300;
}

.termlistitem {
  margin-bottom: 10px;
  color: #231f20;
}

.termtitle{
  font-size: 18px;
  color: #231f20;
}

.privacy {
  margin-top: 20px;
  font-size:18px;
  color:#231f20;
}

.privacy-para {
  margin-bottom: 20px;
}

.box-bg-white {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  width: 195px;
  height: 118px;
  padding-top: 2px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.29);
}



.corporatestructurecontent.image {
  border-radius: 5px;
}

.line-moc {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #231f20;
}



.membersheader {
  margin-bottom: 10px;
  font-size: 20px;
}

.membersname {
  margin-bottom: 20px;
  color: #2a357b;
  font-size: 20px;
}

.membertitle.small {
  font-size: 14px;
  font-weight: 700;
}


.awardsimage {
  margin-bottom: 20px;
}

.awards-title {
  text-transform: uppercase;
}

.gallery {
  margin-right: 1%;
  margin-bottom: 3%;
  margin-left: 1%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  color:#231f20;
  display: inline-block;
  height: 100%;
}

.image-fixed-size {
width: 100%; 
height: 400px; 
object-fit: cover; 
}

.gallery:hover {
  box-shadow: 1px 1px 20px 0 #c9c9c9;
  transform: translate(0px, -5px);
}

.tabtitle {
display: flex;
padding: 14px 20px;
justify-content: center;
align-items: center;
color: #fff;
font-size: 14px;
font-weight: 500;
}

.tabtitle.press {
background-color: #fbb832;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.tabtitle.newscoverage {
background-color: #04b6ab;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.tabtitle.announcements {
background-color: #2a357b;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.tabimage {
overflow: hidden;
width: 100%;
height: 75%;
}

.newsicon {
margin-right: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.tabpic {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}

.news {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.news-tab .nav-item .nav-link.active {
background-color: transparent !important;
} 

.news-tab .nav-link {
background: none;
border: none;
justify-content: center;
}

.itemicon {
width: 64px;
height: 64px;
border-radius: 5px;
background-color: #fbb832;
}

.itemicon.blue {
background-color: #2a357b;
}

.itemicon.teal {
background-color: #04b6ab;
}

.viewicon {
width: 15%;
background-image: url('/img/ViewNews-icon.png');
background-position: 50% 50%;
background-size: 25px 25px;
background-repeat: no-repeat;
background-attachment: scroll;
}

.viewicon:hover {
background-image: url('/img/ViewNews-icon2.png');
}

.newsitem {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.newswrap {
flex-direction: column;
justify-content: space-between;
align-items: center;
}

.no-records{
font-size: 20px;
text-align: center;
padding: 10px;
font-weight: 500;
}

.eventcardimage{
height: 230px;
border-top-left-radius: 10px; 
border-top-right-radius: 10px;
}




/* .form-wrapper {
overflow: scroll;
margin-top: 20px;
margin-bottom: 10px;
} */

.registerformblock {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}

.registerformblock.selectform {
margin-bottom: 10px;
}



.formlabel {
width: 40%;
font-weight: 300;
font-size: 15px;
}

.formlabel-btn {
width: 30%;
font-weight: 300;
font-size: 15px;
}

.formfield {
width: 100%;
height: 40px;
}

.form-select{
width: 90%;
}

.formfield.message {
height: 100px;
}

.w-form-formrecaptcha {
margin-bottom: 8px;
}


@media (max-width: 576px) {

.column.contactform {
  width: 100%; 
}
}

@media (min-width: 578px) {
.column.contactform {
  width: 60%; /* Full width on smaller screens */
}
}

.column.contactform {
background-color: #eef0f9;
}

.formlabel {
width: 40%;
font-weight: 300;
font-size: 15px;
}

.formfield {
width: 90%;
height: 40px;
}


.form-select{
width: 90%;
}

.formfield.message {
height: 100px;
}

.w-form-formrecaptcha {
margin-bottom: 8px;
}

.column.contactform {
background-color: #eef0f9;
}

.whistleform{
width:100%;
}

.whistleblowertitle{
color: #000000;
font-weight: 500;
font-size: 18px;
}

.inputfield{
width: 100%;
height: 40px;
}

.complainwrap{
background-color: #d6edea;
}

.formlabel1 {
width: 100%;
font-weight: 300;
font-size: 15px;
}

.btn-submit{
border: transparent;
background-color: transparent;
}

.formfield.message1 {
height: 65px;
width: 100%;
}

.office {
font-weight: 700;
text-transform: uppercase;
}

.propertycardswrapper {
margin-top: 15px;
margin-bottom: 15px;

}

.mainpropertywrapper {
width: 100%;

}


.propertycardimage {
position: relative;
overflow: hidden;
border-radius: 10px;
background-color: #f8f8f8;
max-width: 300px;
height: 200px;
margin: 0 auto; 
}

.properdetailwrap {
max-width: 300px;
margin: 0 auto;
}

.separator{
max-width: 300px;
margin: 0 auto;
}

.properdetailwrap1 {
width: 300px;
}








.property {
width: 100%;
height: 100%;
}

.propertystatus {
color: #fff;
font-size: 13px;
line-height: 1.8;
font-weight: 700;
text-transform: uppercase;
}

.propertystatus.open {
padding-right: 20px;
background-color: #2b8d80;
}

.propertystatus.limited {
padding-right: 20px;
background-color: #659ad2;
}


.propertystatus.opensale {
padding-right: 20px;
background-color: #dd73b3;
}

.propertystatus.sold {
padding-right: 20px;
background-color: #808285;
}





.propertyname {
margin-top: 10px;
margin-bottom: 5px;
font-size: 14px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
}


.propertylocation {
font-size: 12px;
line-height: 1;
font-weight: 300;
}

.propertyvalue {
padding-top: 20px;
padding-bottom: 20px;

}

.propertyprice {
font-size: 14px;
line-height: 1;
font-weight: 700;
}

.divider {
width: 1px;
height: 60px;
background-color: #000000;
}

.zoom-img {
transition: transform 1.2s;
}

/* On hover, scale the image to 1.2 times its original size */
.zoom-img:hover {
transform: scale(1.1);
cursor: pointer;
}



/* property details */
.headerblock.blank {
position: relative;
padding-left: 0px;
padding-bottom:60px;
justify-content: center;
background-color: #fff;
}

.propertylogo {
position: absolute;
left: 44%;
top: 22%;
right: auto;
bottom: auto;
z-index: 90;
display: flex;
width: 150px;
}

.propertyherowrapper {

display: flex;
overflow: hidden;
height: 80vh;

justify-content: space-between;
}

.propertyheroimage {
position: relative;
display: flex;
width: 100%;
height: 80vh;
}


.propertyhero {
width: 100%;
height: 100%;
object-fit: cover;
}

.main-section {
margin-right: auto;
margin-left: auto;
padding-right: 3%;
padding-left: 3%;
}

.main-section.homesdetail {
background-image: linear-gradient(180deg, #fff9ae, #b1ded3);
}

.main-section.homesdetail.phaselimited {
background-image: linear-gradient(180deg, #bfe2df, #afcce8);
}

.main-section.homesdetail.phaseopensale {
background-image: linear-gradient(180deg, #dd73b3, #afcce8);
}


.propertydetailswrapper {
padding-top: 4%;
padding-bottom: 4%;
}


.detailsitem {
display: flex;
align-items: center;
line-height: 1.2;
font-weight: 450;

}

.detailsicon {
margin-right: 10px;
}

.text-span-3 {
font-size: 12px;
font-weight: 300;
}

.price {
margin-right: 10px;
font-size: 28px;
font-weight: 700;
}





.propertydetailsmorewrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 80vh;
padding-right: 1%;
padding-left: 1%;
justify-content: space-between;
}

.column.projectstatus {
overflow: scroll;
padding-right: 5%;
padding-bottom: 10%;
}

.homesbuttonwrap {
display: flex;
justify-content: space-between;
}

.projectstatusbutton {
display: flex;
width: 45%;
margin-bottom: 5%;
padding: 20px;
justify-content: center;
align-items: center;
border-style: solid;
border-width: 1px;
border-color: rgba(0, 0, 0, 0.7);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: #231f20;
font-size: 16px;
line-height: 1.2;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
}

.projectstatusbutton:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
}

.commercialstatusbutton {
display: flex;
width: 60%;
margin-bottom: 5%;
padding: 10px;
justify-content: center;
align-items: center;
border-style: solid;
border-width: 1px;
border-color: white;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: #231f20;
font-size: 16px;
line-height: 1.2;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
}

.commercialstatusbutton:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
}


.ballotingbutton {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 45%;
margin-bottom: 5%;
padding: 20px;
justify-content: center;
align-items: center;
border-style: solid;
border-width: 1px;
border-color: rgba(0, 0, 0, 0.7);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: #231f20;
font-size: 16px;
line-height: 1.2;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
}

.ballotingbutton:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
}

.projectheadline {
margin-bottom: 5%;
font-size: 24px;
line-height: 1.2;
font-weight: 500;
}

.propertyparagraph {
margin-bottom: 20px;
}

.projectviewwrapper {
display: flex;
margin-top: 5%;
justify-content: flex-start;
}

.projecticons {
margin-bottom: 10px;
}

.propertyimpression {
height: 100%;
object-fit: cover;
width: 100%;
}

.column {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 50%;
flex-direction: column;
}

.propertyform {
display: flex;
width: 40%;
padding: 40px;
flex-direction: column;
align-items: flex-start;
background-color: #fff;
}


.detailsitem1{
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-weight: 450;


}


@media screen and (max-width: 991px){
.price {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.detailsitem{
  font-size: 0.8em;
  font-weight: 400;
}

.propertydetailswrapper {
  flex-direction: column;
}
}




@media screen and (max-width: 479px){
.propertyherowrapper {
  height: auto;
  flex-direction: column;
}

.propertyheroimage {
width: 100%;
height: auto;
}

.propertystatus.limited {
width: 100%;
}
.propertystatus.open {
width: 100%;
}
.propertystatus.opensale {
width: 100%;
}
.propertystatus {
width: 100%;
}

.propertylogo {
left: 35%;
top: 39%;
right: auto;
bottom: auto;
width: 100px;
}

.propertydetailswrapper {
padding-top: 10%;
padding-bottom: 10%;
}

.propertyform {
width: 100%;
height: 50vh;
padding-right: 20px;
padding-left: 20px;
}

.propertydetailswrapper {
padding-top: 10%;
padding-bottom: 10%;
}


.propertydetailsmorewrapper {
height: auto;
flex-direction: column-reverse;
}

.column.projectstatus {
width: 100%;
margin-top: 5%;
padding-right: 0%;
}

.homesbuttonwrap {
flex-direction: column;
}

.propertyparagraph {
font-size: 16px;
}


.column.propertymore {
width: 100%;
}

.projectstatusbutton {
width: 100%;
margin-right: 1%;
padding-right: 10px;
padding-left: 10px;
}

.commercialstatusbutton {
width: 100%;
margin-right: 1%;
padding-right: 10px;
padding-left: 10px;
}


.ballotingbutton {
width: 100%;
margin-right: 1%;
padding-right: 10px;
padding-left: 10px;
}

.column.facts {
width: 100%;
}

.column.right {
width: 100%;
padding-right: 3%;
padding-left: 3%;
}



.column.map{
width: 100%;
}

.projectviewwrapper {
display: flex;
margin-top: 5%;
justify-content: center;
}

.propertycardwrap.partnerslist {
margin-bottom: 20px;
flex-direction: column;
align-items: stretch;
}

.properdetailwrap.partnersproperty {
width: 100%;
}

.spcardimage {
width: 100%;
}

.homesbuttonwrap {

flex-direction: column;
}





}

.projectview {
display: flex;
padding-right: 6px;
padding-left: 6px;
flex-direction: column;
align-items: center;
opacity: 0.4;
-webkit-transition: opacity 200ms ease;
transition: opacity 200ms ease;
color: #231f20;
font-size: 13px;
line-height: 1;
font-weight: 500;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}

.projectview:hover {
opacity: 1;
-webkit-transition: opacity 200ms ease;
transition: opacity 200ms ease;
color: #231f20;
}





.column.right {
padding: 5%;
}

.maintitle {
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
color: #2a357b;
font-size: 18px;
line-height: 1.5;
font-weight: 300;
text-transform: uppercase;
}

.keyfactswrap {
display: flex;
flex-direction: column;

align-items: flex-start;
}

.accordion_content{
color:black;
}

.accordion-body1{
margin-left: 6%;
margin-right: 6%;
}

.access-section {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}

.access-section.phaselimited {
background-image: linear-gradient(180deg, #bfe2df, #afcce8);
}

.access-section.phasesold {
background-image: linear-gradient(180deg, #fff9ae, #b1ded3);
}

.access-section.phaseopensale {
background-image: linear-gradient(180deg, #dd73b3, #afcce8);
}

.access-section.phaseballoting {
background-image: linear-gradient(180deg, #dd73b3, #afcce8);
}


.column.map {
padding-top: 5%;
padding-bottom: 5%;
}


.accordion_content a {
text-decoration: none;
}

.accordion_content a:hover {
text-decoration: underline;
}


.promotioncontainer {

width: 85%;
/* margin-top: 40px; */
margin-bottom: 60px;
/* padding-right: 5%;
padding-left: 5%; */

flex-direction: row;

justify-content: flex-start;

flex-wrap: wrap;

align-items: center;
}


.subcard {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0px 0px 5%;

flex-direction: column;

justify-content: flex-start;
border-radius: 12px;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}

.subcard:hover {
box-shadow: 0 8px 16px 2px rgba(0, 0, 0, 0.1);
-webkit-transform: translate(0px, -3px);
-ms-transform: translate(0px, -3px);
transform: translate(0px, -3px);
}

.subcard.promotion {
margin: 1% 1% 3%;
padding-bottom: 0%;
}

.subcardimage.promotion {
overflow: hidden;
border-radius: 12px;
}

.covercardimg {
width: 100%;
height: 100%;
object-fit: cover;
}



.promoh3 {
color: #231f20;
text-transform: capitalize;
}




.separator {
max-width: 300px;
height: 2px;
margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(35, 31, 32, 0.2);
}

.text-limit {
display: -webkit-box;
-webkit-line-clamp: 4; 
-webkit-box-orient: vertical;
overflow: hidden;
white-space: normal; 
max-width: 300px;
margin: 0 auto;
}

.detailsitem.white {
margin-right: 5px;
color: #fff;
font-size: 14px;

}

.propertyherowrapper.curvecommercial {
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}

.commercialsignup {
width: 100%;
height: 80%;
background-color: #e0e0e0;
}

.propertystatus.commercial.hidestatus {
display: none;
}


.showcontactcontainer {
display: flex;
padding-top: 40px;
flex-direction: column;
justify-content: flex-start;
align-items: center;
text-align: center;
}

.showlocationwrapper {

display: flex;
margin-right: auto;
margin-left: auto;

flex-direction: column;

align-items: center;
}

.p-term {
font-size: 13px;
font-weight: 700;
}

.showunitcontactwrapper {
display: flex;
margin-top: 3%;
justify-content: center;
}

.showunitcall {
display: flex;
margin-right: 40px;
align-items: center;
transition: all 300ms ease;
color: #231f20;
text-decoration: none;
}

.showunitcall:hover {
-webkit-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
transform: translate(0px, -5px);
}


.showunitemail {
display: flex;
transition: all 300ms ease;
align-items: center;
color: #231f20;
text-decoration: none;
}

.showunitemail:hover {

transform: translate(0px, -5px);
}

.image-4 {
margin-right: 10px;
}

.image-5 {
margin-right: 10px;
}

.showunitdirectwrapper {
display: flex;
margin-top: 3%;
margin-bottom: 5%;
justify-content: center;
}

.showunitdirect {
display: flex;
margin-right: 40px;
padding: 12px 16px;
transition: all 300ms ease;
align-items: center;
border-width: 1px;
color: #231f20;
text-decoration: none;
text-transform: capitalize;
}

.showunitdirect:hover {
transform: translate(0px, -5px);
}



.propertycardwrap.partnerslist {
width: 100%;
margin-bottom: 60px;
flex-direction: row;
justify-content: flex-start;
}

.spcardimage {
position: relative;
overflow: hidden;
width: 340px;

height: 200px;
justify-content: flex-start;
}



.properdetailwrap.partnersproperty {
width: 50%;
margin-top: 0px;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}

.propertycardwrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 31%;
margin: 20px 1%;
flex-direction: column;
justify-content: space-between;
align-items: center;
color: #231f20;
text-decoration: none;
}

.propertydetail {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}

.propertyname {
margin-top: 10px;
margin-bottom: 5px;
font-size: 14px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
}

.propertylocation {
font-size: 13px;
line-height: 1;
font-weight: 300;
}

.propertylocation.commercial {
text-transform: uppercase;
}

.viewproperty {
margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: #88ccdb;
font-size: 13px;
line-height: 10px;
font-weight: 400;
text-decoration: none;
}

.whatsappbutton {
display: flex;
margin-bottom: 5%;
padding: 20px;
justify-content: center;
align-items: center;
border-style: solid;
border-width: 1px;
border-color: rgba(0, 0, 0, 0.7);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: #231f20;
font-size: 16px;
line-height: 1.2;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
}

.whatsappbutton:hover {
box-shadow: 3px 3px 15px -2px #929292;
-webkit-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
transform: translate(0px, -5px);
}


.viewproperty:hover {
-webkit-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
transform: translate(0px, -5px);
color:#29327b;

}

.searchbutton {
display: flex;
height: 40px;
justify-content: center;
align-items: center;
border-style: solid;
border-width: 1px;
border-color: #fff;
border-radius: 5px;
background-color: transparent;
text-align: center;
color:#fff;
}

.search-section.salespartners {
background-color: #fbb832;
background-image: none;
}

.search-section.salespartners.commercial {
background-color: #94866b;
}

.search-section.commercial {
background-color: #0083ca;
background-image: none;
}

.search-section {
margin-right: auto;
margin-left: auto;
background-image: -webkit-gradient(linear, left top, right top, from(#5bc4bf), to(#44c8f5));
background-image: linear-gradient(90deg, #5bc4bf, #44c8f5);
}

.searchbar {
height: 100%;
padding: 20px;
color: #fff;
font-size: 14px;
line-height: 1.2;
font-weight: 500;
text-transform: uppercase;
}

.searchcontainer {
margin-top: 10px;
padding-top: 10px;
justify-content: center;
align-items: center;
border-top: 1px solid hsla(0, 0%, 100%, 0.39);
font-size: 12px;
text-transform: capitalize;
}



.searchdropdown {
height: 40px;
}

.keywordsearch {
width: 100%;
height: 40px;
margin-bottom: 0px;
border: 1px none #000;
background-color: #fff;
font-weight: 300;
}

.keywordsearchform {
margin-bottom: 0px;
}

.statesitem {
background-color: #fff;
font-weight: 300;
}


.regionwrapper {

display: flex;
width: 100%;
margin-top: 40px;

justify-content: space-between;
}

.regioncard {

display: flex;

padding-top: 5%;

flex-direction: column;

justify-content: flex-start;

align-items: center;
border-radius: 10px;
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
}

.regioncard.northern {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../img/NorthernRegion-cover.jpg');
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/NorthernRegion-cover.jpg');
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;
text-decoration: none;
}

.regioncard.central {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../img/Residensi-Jalan-Jubilee.jpg');
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/Residensi-Jalan-Jubilee.jpg');
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;
text-decoration: none;
}

.regioncard.southern {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../img/SouthernRegion-cover.jpg');
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/SouthernRegion-cover.jpg');
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;
text-decoration: none;
}

.regioncard.eastcoast {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../img/EastCoastRegion-cover.jpg');
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/EastCoastRegion-cover.jpg');
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;
text-decoration: none;
}

.regioncard.borneo {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../img/ResidensiBintawaRiverfront.jpg');
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/ResidensiBintawaRiverfront.jpg');
background-position: 0px 0px, 50% 50%;
background-size: auto, cover;
background-repeat: repeat, no-repeat;
text-decoration: none;
}





.regionname {
margin-bottom: 20px;
color: #fff;
font-size: 21px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

.states {
margin-bottom: 10px;
color: #fff;
font-size: 13px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
text-decoration: none;
}

.joinusformdescription {
margin-top: 20px;
font-size: 12px;
font-style: italic;
font-weight: 300;
}

.joinusformfield{
display:flex;
}

.formselect {
border-style: solid;
border-width: 1px;
border-color: #e0e0e0;
font-weight: 300;
}

.formselect.join-us {
background-color: transparent;
}

.formlabel {
width: 50%;
font-weight: 300;
font-size: 15px;
}

.slider-home1 {
position: absolute;
/* bottom: 0; */
padding-top: 280px;
width: 100%;
}

.slider-commercial {
position: absolute;
bottom: 0;
width: 100%;
} 




.annualreportcontainer {
/* display: flex; */
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
padding-right: 0%;
padding-left: 0%;
justify-content: flex-start;
flex-wrap: wrap;
}

.arimg {
overflow: hidden;
width: 100%;
/* height: max-content; */
max-height: 400px;
/* height: 90%; */
border-style: solid;
border-width: 1px;
border-color: #29327b;
object-fit: cover;
}


.annualreportcontent {

display: flex;
margin-right: 2%;
margin-left: 2%;

flex-direction: column;

justify-content: space-between;

align-items: center;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
color: #231f20;
font-weight: 500;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}

.annualreportcontent:hover {
box-shadow: 1px 1px 20px 0 #c9c9c9;
-webkit-transform: translate(0px, -5px);
-ms-transform: translate(0px, -5px);
transform: translate(0px, -5px);
}

.annualreportimage {
width: 100%;
height: 100%;
margin-bottom: 20px;
object-fit: cover;
overflow: hidden;

}

@media screen and (max-width: 479px){
.arimg{
  max-height: 100%;
}

.propertycardimage {
  max-width: 100%;
}

.text-limit { 
  max-width: 100%;
}

.separator {
  max-width: 100%;
}
.properdetailwrap {
  max-width: 100%;
}

.partnerbuttonwrap {
  max-width: 100%;
}

.featureproperty{
  min-width:97%; 
}

#loanCalculatorModal .modal-content {
  border-radius: 0;
  max-width: 100%;
  max-height: 300px;
}

.loancalculator {
  min-width: 15%;
  height: 14%;
}

#amount {
  max-width: 100%;
}

.form-wrapper {
  overflow-y: scroll; 
  overflow-x: hidden; 
  max-height: 250px;
  margin-top: 20px;
  margin-bottom: 10px;
}



}

.featureproperty{
background-color: #fff; 
border-radius: 10px; 
height:330px; 
width:285px ; 
margin: 0 auto;
}

.loancalculator {
position: fixed;
left: auto;
top: 50%;
right: 0%;
bottom: 0%;
display: flex;
width: 4%;
height: 15%;
padding-top: 1%;
padding-bottom: 1%;
flex-direction: column;
justify-content: space-between;
align-items: center;
background-color: #29327b;
color: #fff;
font-size: 12px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
cursor: pointer;
}

.calculatorcontainer {
position: fixed;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
z-index: 9999;
display: none;

flex-direction: column;
justify-content: center;
align-items: center;
background-color: hsla(0, 0%, 100%, 0.9);
}

.form-block-2 {
width: 100%;
}

.calfieldwrap {
display: flex;
width: 100%;
margin-bottom: 5px;
align-items: center;
}


.callabel {
font-weight: 300;
color: #000;
font-size:14px;
}

.calfield {
margin-bottom: 0px;
flex: 1;
padding: 6px;
}

.calbutton {
margin-top: 10px;
padding-right: 20px;
padding-left: 20px;
border-style: solid;
border-width: 1px;
border-color: #29327b;
border-radius: 2px;
background-color: transparent;
color: #29327b;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}

.callabelpayment {
width: 100%;
font-weight: 300;
color: #000;
}

.caltotalpaymentwrap {
display: flex;
}

.caltotalpayment.rm {
margin-right: 5px;
font-size: 22px;
font-weight: 400;
}

.caltotalpayment.amount {
font-size: 22px;
font-weight: 400;
}

.formlabelspecial {
padding-right: 100px;
font-weight: 300;
color: #000;
}

.calparagraph {
font-size: 12px;
}


#loanCalculatorModal .modal-content {
border-radius: 0;
width: 450px;
height: 500px;
margin: 0 auto;
}

#loanCalculatorModal .modal-header,
#futureModal .modal-header {
border: none;
}

#amount {
height: 35px;
width: 100%;
margin-bottom: 0px;
flex: 1;
padding-left: 10px

}

#price,#loanPercent,#interestRatePercent,#loanTenureYears {
border: 1px solid lightgrey;
}

.caloverflow {
overflow-y: auto; 
overflow-x: hidden;
}


.herocontent {
position: static;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
display: flex;
min-width: 500px;
padding-top: 330px;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}

.facebook-icon {
position: absolute;
/* top: 23%;  */
left: 20px;
}

@media only screen and (max-width:500px) {
   .banner-sect1{
    width: 100% !important;
    height: 450px !important;
    background-position: 81% 0% !important;
    background-size: cover;
  }
} 

.banner-sect1 {
  height: 650px;
  background-size: cover;
  background-position: 50% 25%;
  background-repeat: no-repeat;
}




