.filters-wrap {
    padding: 4px 20px;
    border-bottom: 1px dashed #d8dce1;
    
    margin: 0px 22px;

}
.search-filter{
    display:none;
    background-color: white;
}
.filters {
    vertical-align: middle !important;
    display: table-cell;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
    border-color: #d8dce1;
    height: 40px;
}
.filters .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-right: 31px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    float: left;
}
.filters .control__indicator {
    float: left;
    border: 1px solid #d8dce1;
    background-color: #fff;
    border-radius: 2px !important;
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    right: 210px;
    top: calc(50% - 10px);
    /* border-radius: 50%; */
    border-color: #7eabdb;
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #d8dce1;
}
.filters .control--checkbox .contro-text {
    color: #928d8d;
    font-size: 14px;
    font-weight: 500;
}
.filters .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.bootstrap-select {
    min-height: 56px;
    width: 90%;
    margin: 4px;
    border-radius: 4px;
}
.filters strong{
    font-weight: 500;
}
.search-filter-footer {
    padding-top: 15px;
}
.text-right {
    text-align: right;
    
    margin: 0px 22px 10px 22px;

}
.btn-grey-outlined {
    color: #949ca5;
    background-color: transparent;
    border-color: #d8dce1;
}
.btn{
    font-weight: 700;
    line-height: 40px;
    padding: 0 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
}
.btn-primary, .post-password-form input[type='submit'], .wpcf7-submit, .gform_wrapper .button, .gform_button {
    color: #ffffff;
    background-color: #9ac6ed;
    border-color: #9ac6ed;
}
.filters .control input:checked ~ .control__indicator:after {
    display: block;
}
.filters .control--checkbox .control__indicator:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    transform: rotate( 45deg );
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator {
    background-color: #82b9e0;
    border-color: #7eabdb;
}
.filters .control__indicator {
    float: left;
    border: 1px solid #d8dce1;
    background-color: #fff;
    border-radius: 2px !important;
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    right: 210px;
    top: calc(50% - 10px);
    /* border-radius: 50%; */
    border-color: #7eabdb;
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #d8dce1;
}
.filters .control input:checked ~ .control__indicator:after {
    display: block;
}
.drop-down5 {
    position: absolute;
    top: 40%;
    position: relative;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.drop-down5 .dropdown-toggle {
    height: 19px;
    position: absolute;
    top: 8px;
    cursor: pointer;
    right: 10px;
}
.drop-down5 .selected {
    overflow: hidden;
    width: inherit;
}
.drop-down5 .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 47px;
    width: auto;
    min-width: 170px;
    max-height: 200px;
    border: 1px solid #d7d7d7;
    overflow-y: scroll;
}
.drop-down5 .selected a span {
    cursor: pointer;
    display: block;
    padding: 6px;
}
.drop-down5 .selected a {
    background: #fff no-repeat scroll right center;
    display: block;
    padding-right: 20px;
    margin-bottom: 4px;
    border: 1px solid #d7d7d7;
    width: 100%;
    border-radius: 3px;
    text-decoration: none;
    color: #495057;
}
.drop-down5 .options ul li a:hover {
    background-color: rgba(0, 0, 0, .15) !important;
    transition: 0.2s ease;
}
.drop-down5 .options ul li a {
    padding: 10px;
    display: block;
    width: 456px;
    height: 42px;
    text-decoration: none;
}
.drop-down6 {
    position: absolute;
    top: 40%;
    position: relative;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.drop-down6 .dropdown-toggle {
    height: 19px;
    position: absolute;
    top: 8px;
    cursor: pointer;
    right: 10px;
}
.drop-down6 .selected {
    overflow: hidden;
    width: inherit;
}
.drop-down6 .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 47px;
    width: auto;
    min-width: 170px;
    max-height: 200px;
    border: 1px solid #d7d7d7;
    overflow-y: scroll;
}
.drop-down6 .selected a span {
    cursor: pointer;
    display: block;
    padding: 6px;
}
.drop-down6 .selected a {
    background: #fff no-repeat scroll right center;
    display: block;
    padding-right: 20px;
    margin-bottom: 4px;
    border: 1px solid #d7d7d7;
    width: 100%;
    border-radius: 3px;
    text-decoration: none;
    color: #495057;
}
.drop-down6 .options ul li a:hover {
    background-color: rgba(0, 0, 0, .15) !important;
    transition: 0.2s ease;
}
.drop-down6 .options ul li a {
    padding: 10px;
    display: block;
    width: 456px;
    height: 42px;
    text-decoration: none;
}
.listing-for ul {
    z-index: 100;
    background: #fff none repeat scroll 0 0;
    width: 100% !important;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 38px;
    /* width: auto; */
    min-width: 170px;
    border: 1px solid #d7d7d7;
}
.listing-for ul a {
    width: unset !important;
}
.type{
    margin-top:15px;
}
.label-wrap1 .label {
    color: #fff;
    border-radius: 2px;
    font-size: 9px;
    padding: 4px 7px 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 11px;
    font-weight: 700;
    height: 10px;
    background-color: #44556d;
}
.label-wrap1.top-left {
    left: 10px;
    right: auto;
    /* font-size: 22px; */
    width: 4%;
    position: absolute;
    top: 45px;
    z-index: 1;
}