.filter-section .container {margin-left:23px;}

.filter-section {
    background-color: rgb(239, 244, 245);
    margin-top: 20px;
    padding: 0px;
}
.filter-section h3 {
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    padding: 2em 1.5rem 1em 2rem;
    text-shadow: none;
    width: 100%;
}
.filter-section .col{
    padding: 10px 10px 10px 12px;
    position: relative;
    padding-bottom: 30px;
    margin-left: 0px;
    vertical-align: middle;
}
.filter-section .form_field{
    font-size: 13px;
    padding: 10px;
    font-family: "Montserrat";
    color: rgb(44, 45, 46);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(210, 213, 221);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);

}
.filter-section.insallment_form input[type=text]{
	height: calc(2.25rem + 7px);
}
.filter-section .minimal.form_field.form-control{
   position: absolute;
   right: 0px;
  top: 0px;
}
.filter-section .minimal.form_field.form-control.middle{
    right: 25px;
}

.filter-section select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 7px);
    width: 70%;
    margin-left: 0%;
}
.filter-section select.form-control-partnership:not([size]):not([multiple]) {
    height: calc(2.30rem + 7px);
    width: 100%;
    margin-right: 0%;
}
.filter-section  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/new/select.png) no-repeat 98.5% !important;
    background: #fff url(../images/new/select.png) no-repeat calc(100% - 10px) !important;
}



.filter-section select.dsort-by  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/new/sort.png) no-repeat 94% center !important;
    background-size: 17px !important;
}
@media (min-width: 1200px) {

    .filter-section .container {
        max-width: 1220px;
    }
}


.filter-section .form-input-select.form-control:not([size]):not([multiple])  {
    height: calc(2.25rem + 7px);
    width: 70%;
    margin-left: 0%;
}