input[type="text"], .widget_search input[type="text"].searchform-s, input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea{
	color:var(--hp4u-grey-600)!important;
}



.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
	width:100%;
}
.btn_sf_submit{
    width: var(--hp4u-button-min-height);
    height: var(--hp4u-button-min-height);
    border: none;
	font-family: var(--hp4u-icon-font-family)!important;
	font-weight: var(--hp4u-icon-font-weight)!important;
    position: absolute !important;
    right: 17px;
    background: none !important;
    color: var(--hp4u-grey-600) !important;
}
.sf-field-search label {width:100%;min-width: 300px;}
.sf-field-search input[type=text]{
	height:var(--hp4u-button-min-height);
	width:100%;
	border-color: var(--hp4u-grey-100)!important;
	padding-right:var(--hp4u-button-min-height);
}

/* Search and Filter*/
.searchandfilter ul {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
    width: 100%;
    column-gap: var(--hp4u-margin-default);
}
#sidebar.searchandfilter ul {
	display:block;
	width:100%;
}
.searchandfilter h4 {
    font-size: var(--main-small-font-size)!important;
    line-height: var(--main-small-font-line)!important;
    font-weight: var(--main-font-bold)!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    padding: 0 0 5px 0;
    display: block;
}
.select2-container {
width:300px!important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
	font-size: var(--main-small-font-size)!important;
    line-height: var(--main-small-font-line)!important;
    border: 0 solid #fff!important;
    border-radius: 0;

	font-weight:400;
	color: var(--hp4u-text-blue-main)!important;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    background-color:#fff;
	font-size: var(--main-small-font-size)!important;
    line-height: var(--main-small-font-line)!important;
    border: 0 solid #fff!important;
    border-radius: 0;

	font-weight:400;
	color:var(--hp4u-text-blue-main)!important;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: 0px solid #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--hp4u-text-blue-main);
    color: #fff;
}
.select2-container--flat .select2-results__option[aria-selected=true] {
  background: #fff !important;
  color: var(--hp4u-text-blue-main);
  opacity: 1;
}
.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}
.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.select2-container--flat span.select2-search input {
  height: 30px !important;
}

.select2-container .select2-choice {
  border: 0 solid #fff;
  height: 36px;
  border-radius: 0px;
  font-size: 12px;
  text-indent: 1px;
  box-shadow: none;
  background-image: none;
}
.select2-container .select2-choice div {
  border-left: 0 solid #fff;
  border-radius: 0
  background-clip: padding-box;
}
.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}
.select2-container *:focus {
  outline: 0px;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0;
  box-shadow: none;
}
.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 0 solid #fff;
  border-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}
.select2-search input {
  height: 26px;
  border: 0 solid #fff;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 0 solid #fff;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}
.select2-results .select2-highlighted {
  background: var(--hp4u-text-blue-main);
  color: #fff;
  border-radius: 0px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 0 solid #fff;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 0 solid #fff;
  border-radius: 0;
  box-shadow: none;
}

/****** Single SCSS *******/
.select2-container--flat .select2-selection--single {
  background: #fff;
  border: 0px;
  height: 30px;
}
.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 30px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  top: 60%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 0;
}
.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/****** Multiple SCSS *******/
.select2-container--flat .select2-selection--multiple {
  border: 1px solid #16a085;
}
.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #16a085;
  cursor: pointer;
}
.select2-container--flat .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--flat .select2-selection--multiple .select2-selection__choice {
  background-color: #48c9b0;
  color: #fff;
  border: 1px solid #48c9b0;
  border-radius: 0px;
  padding: 3px 5px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
  color: #16a085;
  margin-right: 6px;
  margin-left: 6px;
  float: right;
}

.faq-serach-boxxx{width:100%}        
.faq-serach-boxxx #search-filter-form-154 {
    width: 100%;
}
.content #faq-serach-box  ul, .content .faq-serach-boxxx  ul{
    list-style: none!important;
    padding: 0!important;
    margin: 0!important;
	width:100%;
}

/* MEDIA QUERIES------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* Filter*/

@media screen and  (max-width: 600px){
.searchandfilter ul {flex-wrap: wrap;}
.sf-field-search label {width:100%;min-width: 100%;}
#sidebar li.sf-field-submit {text-align: right; display:none;}
}