﻿.container {
    max-width: 100%;
}

.filter-main-center-box .container {
    padding: 0;
}

.filter-container {
    background: linear-gradient(0deg, #FFFEFC 0%, #FFEFEB 100%);
    border-radius: 0 50px 0 0;
    min-height: 87vh;
    padding: 0 0 100px 0;
}

.filter-heading {
    padding: 40px 0 0 0;
}

.filter-main-center-box {
    padding: 0 32px;
}

.search-filter-input {
    margin: 0 0 31px 0;
}


.search-filter-input input {
    width: 100%;
    padding: 0 0 0 21px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-transition-delay: 99999s;
}

.search-filter-input form input::placeholder {
    color: #35376C;
    font-size: 16px;
    opacity: 1;
}

.search-filter-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.search-filter-input form {
    color: #555;
    display: flex;
    border-radius: 29px;
    border: #35376C solid 3px;
    width: 100%;
    height: 44px;
    background: #fff;
}

.search-filter-input form input[type="search"] {
    border: none;
    background: transparent;
    margin: 0;
    font-size: 16px;
    color: inherit;
    color: #35376C;
}

.search-filter-input form button[type="submit"] {
    border: none;
    background: none;
    cursor: auto;
    color: #35376C;
    font-size: 20px;
    margin: 0 20px 0 0;
}

/*.search-filter-input form button[type="submit"]:hover {
    opacity: 1;
}*/
.search-filter-input form button[type="submit"]:focus,
.search-filter-input form input[type="search"]:focus {
    box-shadow: none;
    border-color: none;
    outline: none;
}

.search-filter-select select {
    background: #F0D6D1;
    border-radius: 8px;
    border: 3px solid #35376C;
    width: 100%;
    height: 44px;
    color: #35376C;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    padding: 0 0 0 21px;
}

.sort-container {
    display: flex;
    width: 100%;
    margin: 0 0 30px 0;
}

.sort-heading-container {
    width: 90%;
    display: flex;
    align-items: center;
}

    .sort-heading-container h5 {
        margin: 0;
    }

.sort-icon-container {
    width: 10%;
    display: flex;
    justify-content: flex-end;
}

.sort-container .sort-icon-container i {
    font-size: 20px;
}

.open-sort-wrapper {
    width: 227px;
    min-height: 96px;
    border: #35376C 5px solid;
    border-radius: 10px;
    position: absolute;
    background: #fff;
    right: 31px;
    margin: 33px 0 0 0;
}

.sort-item-container {
    display: flex;
    flex-direction: column;
}

.sort-distance,
.sort-ao {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 6vh;
    padding: 0 26px 0 0;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: #35376C;
}

.sort-distance a {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: #35376C;
}

.sort-distance {
    border-bottom: #35376C 2px solid;
    background: #E7C7C0;
}


.line-filter-mobile {
    background: #35376C;
    width: 100%;
    height: 4px;
    margin: 31px 0 46px 0;
}

.btn-filter {
    width: 100%;
}

button.btn-filter i {
    margin: 0 8px 0 0;
}

.btn-filter:nth-child(1) {
    margin: 0 0 32px 0;
}

.healthcare-centes-container {
    display: flex;
    flex-direction: column;
}

.healthcare-center-wrapper {
    background: #FFFFFF;
    min-height: 140px;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 10px 20px;
    border: #35376C solid 2px;
    border-radius: 20px;
    cursor: pointer;
}

.healthcare-center-info-container {
    display: flex;
}

.info-city,
.info-distance {
    width: 50%;
    display: flex;
    align-items: center;
}

    .info-city p,
    .info-distance p {
        margin: 0;
        font-size: 13px;
        font-weight: 600;
    }

        .info-distance p i {
            color: #E7C7C0;
            margin: 0 5px 0 0;
        }

.info-distance {
    justify-content: flex-end;
}

.healthcare-center-line {
    margin: 0 0 10px 0;
    height: 1px;
    background: #35376C;
    width: 100%;
}

.healthcare-center-heading {
    font-size: 20px;
    font-family: montserrat-semibold;
}

.filter-btn {
    background: #F0D6D1;
    border-radius: 16px;
    height: 25px;
    width: 121px;
    border: none;
    font-size: 14px;
    color: #35376C;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-btn i {
    margin: 0 0 0 5px;
}

.healthcare-center-heading-container {
    min-height: 70px;
}

.healthcare-center-btn-container {
    display: flex;
    justify-content: flex-end;
}

.filter-bottom-spacing {
    margin-bottom: 150px;
}

.line-filter-desktop,
.sort-wrapper-desktop {
    display: none;
}

.filter-sort-text {
    font-size: 20px;
    color: #35376C;
    font-weight: 500;
}

.filter-sort-text a,
.filter-sort-text span {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.filter-sort-text a:hover,
.filter-sort-text span:hover {
    color: #E7C7C0;
    text-decoration: none;
}

.review-textbox {
    width: 100%;
    height: 100px;
}



@media only screen and (min-width: 1080px) {
    .filter-main-center-box {
        padding: 0 107px;
    }

    .search-filter-input input {
        width: 674px;
    }

    .search-filter-select select {
        width: 672px;
        height: 60px;
        font-size: 20px;
    }

    .btn-filter {
        width: 234px;
        height: 53px;
    }

    .filter-button-container {
        display: flex;
        flex-direction: row;
        margin: 60px 0 0 0;
    }

    #searchBtn {
        margin: 0 33px 0 0;
    }

    .line-filter-mobile {
        display: none;
    }

    .line-filter-desktop {
        display: block;
        background: #35376C;
        width: 100%;
        height: 4px;
        margin: 53px 0 31px 0;
    }

    .sort-wrapper-desktop {
        margin: 0 0 0 45px;
        display: block;
    }

    .sort-icon-container {
        display: none;
    }

    .sort-heading-container {
        display: flex;
    }

    .healthcare-center-results {
        display: flex;
        flex-wrap: wrap;
    }

    .healthcare-center-wrapper {
        min-height: 140px;
        width: 400px;
        margin: 0 75px 50px 0;
    }

    .healthcare-center-wrapper:hover {
        transform: scale(1.05)
    }

    .info-city p,
    .info-distance p {
        font-size: 16px;
    }

    .search-filter-input form {
        width: 674px;
        height: 60px;
    }

    .search-filter-input form input::placeholder {
        font-size: 20px;
    }

    .search-filter-input form input[type="search"] {
        font-size: 20px;
    }

    .search-filter-input form button[type="submit"] {
        font-size: 24px;
    }
}


