.path-search main{ margin-top: -145px;}
.serch-banner-form {
    height: 85vh;
    background: var(--gradient-primary);
  }
  .serch-banner-form .search-form-wrapper {
    width: 60%;
    position: relative;
    z-index: 10;
    top: 36%;
    left: 20%;
  }
  .serch-banner-form .search-form-wrapper form#search-block-form {
    width: 100%;
  }
  .serch-banner-form .search-form-wrapper form#search-block-form input {
    margin: 0;
  }
  .serch-banner-form .search-form-wrapper form#search-block-form .btn.btn-primary {
    height: 58px;
    background: #fff;
    border: 0;
    /* width: 34px; */
    padding: 0;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .serch-banner-form .search-form-wrapper form#search-block-form .btn.btn-primary .icon-search {
    padding: 1rem;
    color: #363636;
    font-size: 1.5rem;
  }
  .serch-banner-form .search-form-wrapper .form-check {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .serch-banner-form .search-form-wrapper .form-check input {
    margin: 0; background-position: 95% center;
  }
  .form-checkboxes.bef-checkboxes input.form-checkbox.form-check-input{
    margin-top: 4px;
  }

  .serch-banner-form .search-form-wrapper .form-check label {
    display: flex;
    font-size: 14px; 
    font-weight: 600;
    color: #fff;
    padding-left: 0.5rem; vertical-align: middle; 
  }
  .serch-banner-form .search-form-wrapper .form-check.form-type-checkbox {
    width: 22%;
  }
  .serch-banner-form .search-form-wrapper .form-actions.js-form-wrapper.form-wrapper {
    position: absolute;
    top: 55px;
    right: 0;
    margin: 0!important;
  }
  .serch-banner-form .search-form-wrapper .form-actions.js-form-wrapper.form-wrapper input {
    border: 0;
    background: transparent url(../svg/search-ico.svg) no-repeat right;
    background-size: 20px; text-indent: -999em;
    color: transparent;
    background-position: center; border-radius: var(--bs-border-radius);
  }
  
  .search-result-count {
    padding: 1.2rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .search-result-count .result-count-topic {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0;
    display: inline-block;
  }
  .search-result-count .results-count {
    float: right;
    font-size: 16px;
    color: #000;
  }
  .search-result-count .results-count .show-results-count {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 0;
  }
  .search-result-count .results-count .show-results-count li {
    display: inline-block;
  }
  
  .search-result {
    border-bottom: 1px solid #eee;
  }
  .search-result .search-result-ico .icon {
    height: 90px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .search-result .search-result-ico .icon.whitepapers {
    background-image: url(../svg/white_paper.svg);
  }
  .search-result .search-result-ico .icon.case-study {
    background-image: url(../svg/case_study.svg);
  }
  .search-result .search-result-ico .icon.research-report {
    background-image: url(../svg/research_report.svg);
  }
  .search-result .search-result-ico .icon.webcasts {
    background-image: url(../svg/web_cast.svg);
  }
  .search-result .search-result-ico .icon.newsroom {
    background-image: url(../svg/newsroom.svg);
  }
  .search-result .search-result-ico .icon.leadership {
    background-image: url(../svg/leadership.svg);
  }
  .search-result .search-result-ico .icon.page {
    background-image: url(../svg/page.svg);
  }
  .search-result .search-result-ico .icon.solutions {
    background-image: url(../svg/page.svg);
  }
  .search-result .search-result-ico .icon.blog-posts {
    background-image: url(../svg/blog.svg);
  }
  .search-result .search-result-data h3 a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #292929;
  }
  .search-result .search-result-data h3 .content-type-label {
    font-weight: 400;
    font-size: 0.8rem;
  }

  @media (max-width: 991.98px) {
    .serch-banner-form .search-form-wrapper .form-check.form-type-checkbox{
      width: 32%; padding: 5px 0; margin: 0; vertical-align: top;
    }
  }

  @media (max-width: 575.98px) {
    .path-search main{ margin-top: -16px;}
    .serch-banner-form .search-form-wrapper{ top: 25%;}
    .serch-banner-form .search-form-wrapper .form-check.form-type-checkbox{ width: 48%; }
    .serch-banner-form .search-form-wrapper .form-check label{font-size: 13px;}
  }
