.filter-section label.valuelabel {
  font-family: 'League Gothic'!important;
  color: #3A3A3A;
  font-size: 22px;
  text-transform: uppercase;
}
.search-answerplot-container.result-plot{padding-left: 7px;}

.search-answerplot-container.result-plot .search-result-list-container{
  height: 40.5rem;
  border: none;
}
.filter-section .locationvalue {
  color: #E90623;
  font-size: 40px;
  padding: 1rem 0 0;
  text-transform: uppercase;
  line-height: 1;
}

.filter-section .filters select {
  margin: 0;
  border: none;
  background-image: url(https://storwukentico03pd.blob.core.windows.net/croplanmedia/croplan/media/images/answerplot/dropdown-arro.png);
  box-shadow: none;
  color: #3A3A3A;
  font-family: 'Titillium Web';
  font-weight: bold;
  background-size: 20px;
}

.filter-section .filters label {
  padding: 0px 5px 5px 0;
  white-space: nowrap;
  color: #3A3A3A;
  font-family: 'Titillium Web';
}

section.filter-section {
  display: none;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
}

.filters.filter-sec {
  position: relative;
}

.filters.filter-sec {
  width: 70%;
  padding-left: 2rem;
}

.filters.filter-sec ::before {
  border-left: 1px solid #CCCCCC;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.filter-row {
  display: flex;
  /*justify-content: space-between;
  width: 90%;*/
  gap: 1.3rem;
}

.column-sec {
  display: flex;
 align-items: end;
  border-bottom: 3px solid #CCCCCC;
  width: 230px;

}

.refine-cls {
  display: block;
  width: 100%;
}

.refine-cls .valuelabel {
  font-family: 'League Gothic'!important;
}

.column-sec select {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Titillium Web';
}

.column-sec option {
  width: 100%;
   font-family: 'Titillium Web';
}
.search-answerplot-container.result-plot #search-loader-layer {
   text-align: center;
}
.search-answerplot-container > div.column::after{
  border-top: none;
}
.search-answerplot-container.result-plot #search-loader-layer .loaderImg{width: 24px; height: 24px}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
.yield_banner_section .large-12:nth-child(2){padding: 0 1rem;}
  }
@media only screen and (max-width: 640px) {
  .feature-b-custom-cotnent{font-size: 26px;}
  section.filter-section {
    flex-direction: column;
  }
  .search-answerplot-container{padding: 0 10px!important;}

  .filter-section .valuelocation {
    display: flex;
    width: 100%;
    font-size: 26px;
  }

  .filter-section .locationvalue {
    font-size: 26px;
    padding-top: 11px;
    padding-left: 6px;
  }

  .filter-section label.valuelabel {
    font-size: 26px;
  }

  .filters.filter-sec {
    width: 100%;
    display: block;
    padding-left: 0;
  }

  .column-sec label {
    width: 25%;
  }

  .column-sec {
    margin-bottom: 1rem;
    width: 100%;
  }

 

  .filter-row {
    width: 100%;
    display: block;
  }

  .filters.filter-sec ::before {
    content: none;
  }

  .filter-section .filters select {
    width: 100%;
  }

  .result-container {
    display: block;
  }

  .search-result-list-container {
    height: 30rem!important;
  }
}
@media only screen and (max-width: 1140px) {
  .filter-row{display: block;
}
}

.answerplot-search-result-header.yield_banner_section .yield-data-page{height: auto;}