img.procedure-banner.img-fluid {
    filter: brightness(60%);
    width: 100%
}

.specialty-filter {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center
}

button.specialty-treat.btn {
    flex-basis: 40%;
    flex-direction: row;
    flex-wrap: wrap;
    height: 35px;
    background-color: #fff;
    margin: 5px;
    padding: 4px;
    font-size: 14px;
    border-radius: 5px;
    align-items: center;
    line-height: initial;
    justify-content: center;
    font-weight: 400;
    background-color: #c9c9c9;
    color: #000;
    box-sizing: content-box
}

button.specialty-treat.btn:hover {
    background-color: #ed1c24;
    color: #fff
}

button.specialty-treat.btn.active {
    background-color: #ed1c24;
    color: #fff
}

h2.specialty-treatheader {
    font-size: 36px;
    color: #ed1c24;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 0
}

a.btn.specialty-unitbtn {
    width: 100%;
    background: #283891;
    color: #fff;
    text-align: left;
    align-items: center;
    border: 1px solid transparent;
    margin: 5px 0 !important;
    padding: 7px 4px !important;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.2;
    display: inline-flex;
    justify-content: flex-start;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: content-box
}

a.btn.specialty-unitbtn:hover {
    color: #ffbb73;
    text-decoration: underline !important
}

a.btn.specialty-unitbtn:focus {
    box-shadow: none
}

.specialty-filter .form-select {
    background-image: url(../images/%2b.svg);
    background-color: #ed1c24;
    color: #fff
}

.specialty-filter .form-select:focus {
    box-shadow: none;
    border: none
}

.top-cache {
    border: 0;
    padding: 10px;
    margin-left: 20px;
    margin-top: -10px
}

.mbl-filter-btn {
    display: none;
    background: #ed1c24;
    color: #fff;
    border: 0;
    padding: 8px 30px;
    border-radius: 10px;
    text-align: right
}

.ui-autocomplete {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden
}

* html .ui-autocomplete {
    height: 100px
}

.ui-autocomplete::-webkit-scrollbar {
    width: 4px
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: #f6f6fa
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #888
}

.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #555
}

@media only screen and (min-device-width:769px) and (max-device-width:1024px) {
    .medical-heading h2.centered-header {
        font-size: 36px
    }

    button.specialty-treat.btn {
        font-size: 12px;
        height: 40px
    }

    a.btn.specialty-unitbtn {
        font-size: 16px
    }
    img.procedure-banner.img-fluid{
        height: 180px;
    }
}

@media only screen and (max-width:768px) {
    .medical-heading h2.centered-header {
        font-size: 32px;
        padding: 0 10px;
    }

    button.specialty-treat.btn {
        font-size: 12px;
        height: 40px
    }

    a.btn.specialty-unitbtn {
        font-size: 14px;
        display: block;
    }
}

@media only screen and (max-width:540px) {
    .right-maincontent::before {
        content: none
    }

    h2.specialty-treatheader {
        font-size: 24px;
        padding: 0
    }

    a.btn.specialty-unitbtn {
        font-size: 14px
    }

    button.specialty-treat.btn {
        font-size: 14px
    }

    a.btn.specialty-unitbtn {
        height: auto
    }

    .text-topinfo {
        position: relative;
        top: 10px;
        margin-bottom: 20px
    }

    .top-cache {
        margin-top: 20px;
        margin-left: 0
    }

    .mbl-filter-btn {
        display: block
    }
}

@media only screen and (max-width:370px) {
    a.btn.specialty-unitbtn {
        font-size: 14px;
        text-align: center;
    }
}