app-root h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: normal;
}

app-root {
  line-height: 1.5;
}
.url-textfield { display: none !important; }

#herobanner p{
  margin: 0 0 30px;
}
.field-headline-banner{
  font-size: 30px;
  text-align: center;
  margin: 25px 0;
  text-transform: uppercase;
  color: #2f4f4f;
}

@media (min-width: 992px) {
  app-root .result-controls .col-md-12 {
    flex: auto;
    width: 100%;
  }
  app-root .result-controls  .result-displays{
    padding-right: 0px;
    position: relative;
    left: 15px;
  }
    .container {
      width: 970px!important;
    }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px!important;
  }
}
.webform-submission-pca-client-detail-form-form input,
.webform-submission-pca-client-detail-form-form textarea{
  max-width: 100%;
  padding: 5px;
  width: 100%;
}
.webform-submission-pca-client-detail-form-form  .form-actions input{
  width: 100%;
  padding: 5px;
}
#product-webform{
  padding: 10px 35px 20px;
  height: max-content;
}
#product-webform .form-item{
  padding-bottom: 10px;
}
#product-webform .form-item.js-form-item-message{
padding-bottom: 0;
}
#product-webform label.form-required:after{
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "*";
  color: #f00;
  padding-left: 5px;
}

#product-webform .form-actions{
  margin-top: 10px;
}

#facets .dropdown select{
  -webkit-appearance: menulist;
}

#product-webform label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
#product-webform input{
  max-width: 100%;
}
app-product-designations div#designation-string {
  background: none!important;
  border: none!important;
}
i.fas {
    font-family: 'FontAwesome'!important;
    font-style:normal;
}
