.custom-header {
    /* background:url('../img/property-background.jpg')no-repeat center center; */
    position: relative;
    width: 100%;
    /* max-height: 600px; */
    height: calc(100vh - 55px); 
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* animation: zoomIn 3s forwards; */
  }

.custom-header-agent {
    position: absolute;
    z-index: 999;
    max-height: 600px;
    right: 250px;
    bottom: 0;
}
  
.custom-signup {
  background:url('../img/bg-masthead.jpg') no-repeat center center;background-size:cover;
}

.showcase1 {
  background-image:url('../img/bg-showcase-1.jpg');
}

.showcase2 {
  background-image:url('../img/bg-showcase-2.jpg');
}

.showcase3 {
  background-image:url('../img/bg-showcase-3.jpg');
}

.contact-us {
  font-family: Arial, Helvetica, sans-serif;
}
.whatsappIcon {
  width: 25px;
  margin-left: 5px;
}

.section-business-rating {
  background-color: blanchedalmond;
}

.section-business-rating h3 {
  text-align: center;
}

.section-business-rating h4 {
  text-align: center;
}

.section-business-rating h6 {
  text-align: center;
}

.powered-by {
  color: inherit;
  text-decoration: none;
}

.powered-by:hover {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .custom-header-agent {
    max-height: 400px;
    right: unset;
  }
}