
.procedure-breadcrumbs-wrap {
    background-color: #f3f3f3;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.procedure-breadcrumbs-wrap .breadcrumb {
    flex-wrap: wrap;
    font-size: 13px;
    display: flex;
    color: #333;
    background: none;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    background-color: transparent;
    margin: 15px 0;
}
.procedure-breadcrumbs-wrap .breadcrumb a {
    margin-right: 20px;
    color: #333;
    font-weight: normal;
    position: relative;
}
.procedure-breadcrumbs-wrap .breadcrumb a:after {
    content: '';
    position: relative;
    top: -1px;
    left: 6px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
}
.mmt-search-filter-wrap {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}
.mmt-search-filter-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
}
.mmt-search-filter-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 70%;
    height: 5px;
    background-color: #194378;
    border-radius: 4px 0 0 0;
}
.mmt-search-filter-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 30%;
    height: 5px;
    background-color: #31B9CC;
    border-radius: 0 4px 0 0;
}
.mmt-search-filter-box-inside {

}
.mmt-search-filter-headline {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.btn-submit-form {
    min-width: 125px;
    padding: 3px 15px !important;
    color: #fff;
    background: linear-gradient(95.71deg, #f6702e -39.64%, #f7641b 135.31%);
    border: 1px solid #f7641b;
}
.btn-submit-form:hover {
    color: #fff;
    background: linear-gradient(93.41deg, #f7641b -5.63%, #f7641b 100.8%);
    border: 1px solid #f7641b;
}
.mmt-search-filter-form {
    min-height: 35px;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.mmt-filter-form-price {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mmt-filter-form-price .between {
    margin: 0 5px;
}
.facility-services-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.accreditation-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mmt-accreditation-box {
    position: relative;
}
.checkbox-accreditation {
    display: none;
}
.label-accreditation {
    display: inline-block;
    background-color: #E3FCFF;
    border: 1px solid #31B9CC;
    color: #000;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}
.checkbox-accreditation:checked + .label-accreditation {
    color: #fff;
    background-color: #2684a6;
    border: 1px solid #2684a6;
}
.language-spoken-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mmt-language-spoken-box {
    position: relative;
}
.checkbox-language-spoken {
    display: none;
}
.label-language-spoken {
    display: inline-block;
    background-color: #E3FCFF;
    border: 1px solid #31B9CC;
    color: #000;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}
.checkbox-language-spoken:checked + .label-language-spoken {
    color: #fff;
    background-color: #2684a6;
    border: 1px solid #2684a6;
}
.facility-services-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mmt-facility-services-box {
    position: relative;
}
.checkbox-facility-services {
    display: none;
}
.label-facility-services {
    display: inline-block;
    background-color: #E3FCFF;
    border: 1px solid #31B9CC;
    color: #000;
    padding: 0 10px;
    margin: 0 5px 5px 0;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}
.checkbox-facility-services:checked + .label-facility-services {
    color: #fff;
    background-color: #2684a6;
    border: 1px solid #2684a6;
}
.dropdown-filter-item {
    position: relative;
    width: 100%;
}
.dropdown-filter-title {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 10px;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.dropdown-filter-title:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(/images/down-arrow.svg) no-repeat center center;
    background-size: 25px;
    position: absolute;
    right: 12px;
    top: 10px;
}
.dropdown-filter-body {
    width: 100%;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9;
    background-color: #FFF;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}
.dropdown-filter-open .dropdown-filter-body {
    display: block;
}
.form-control {
    font-size: 13px !important;
}
.rating-filter {
    border: none;
    float: left;
    margin: 0;
}

.rating-filter > input {
    display: none;
}
.rating-filter > label:before {
    margin: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;

}
.rating-filter > .half:before {
    position: absolute;
}
.rating-filter > label {
    color: #ddd;
    float: right;
    background-image: url(/images/mmt/star-grey.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
}
.rating-filter > input:checked ~ label,
.rating-filter:not(:checked) > label:hover,
.rating-filter:not(:checked) > label:hover ~ label {
    color: #FFD700;
    background-image: url(/images/mmt/star-yellow.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.rating-filter > input:checked + label:hover,
.rating-filter > input:checked ~ label:hover,
.rating-filter > label:hover ~ input:checked ~ label,
.rating-filter > input:checked ~ label:hover ~ label { color: #FFED85;  }

.rating-filter input, .rating-filter label {
    cursor: pointer;
}
.btn-mmt-filter {
    display: none;
    font-size: 13px !important;
    font-weight: 600;
    position: relative;
    background-color: #F2F2F4;
    border: 1px solid #e5e5e5 !important;
    outline: none;
    color: #194378;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 4px;
}
.btn-mmt-filter img {
    margin-left: 5px;
}
@media (max-width: 767px) {
    .procedure-breadcrumbs-wrap {
        margin-bottom: 15px;
    }
    .mmt-search-filter-box {
        border-radius: 0;
        padding: 10px;
        height: 100%;
    }
    .mmt-search-filter-wrap {
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 85px;
    }
    .mmt-search-filter-wrap::-webkit-scrollbar {
        display: none;
    }
    .mmt-search-filter-box {
        border: 0;
        margin-bottom: 10px;
    }
    .mmt-search-filter-box:before, .mmt-search-filter-box:after {
        border-radius: 0;
    }
    .btn-mmt-filter {
        display: inline-flex !important;
        align-items: center;
    }
}
