
.hero-section{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.444), rgba(0, 0, 0, 0.400)),url(../img/hero-carousel/hero-carousel-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  height: 80vh;
}
@media(max-width:567px) {
  .hero-section{
    height: 50vh;
  }
}

.jq-toast-wrap{
    width: 300px;
    z-index: 99999 !important;
}

.jq-toast-loaded{
    background-color: #825F3E !important;
}

#enquiry-form{
    scroll-margin-top: 180px;
}
#banner-form-container-mobile{
    scroll-margin-top: 700px;
}

@media (max-width: 575px) {
 
  
    .header .cta-btn,
    .header .cta-btn:focus {
      font-size: 11px;
      padding: 8px 8px;
      margin: 0px;
    }
    
    #banner-form-container-mobile{
        scroll-margin-top: 5000px;
    }
}