.check-form,
h6.filter-header {
    border-bottom: 1px solid #ddd
}

.doctor-listing {
    background-color: none;
}

.medical-heading h2.centered-header {
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    color: #fff;
    font-style: normal
}

.filtercolmn {
    padding: 25px 15px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px
}

.search-sidebar button,
.search-sidebar input {
    border-radius: 0
}

.search-sidebar input {
    font-size: 14px;
    font-weight: 400
}

.search-sidebar button {
    background-color: #ed1c24;
    color: #fff
}

.search-sidebar button:hover {
    background-color: #fff;
    color: #ed1c24
}

h6.filter-header {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ed1c24;
}

h5.doccard-title,
p.doccard-t1,
p.doccard-t2,
p.doccard-t3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

label.sidebar-label {
    font-size: 16px;
    font-weight: 500;
    color: #ed1c24;
    margin-bottom: 10px
}

.check-form {
    margin: 20px 0;
    padding-bottom: 20px
}

.location-side select,
.specialty-side select {
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    cursor: pointer
}

.label-text2 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #5a5c5c
}

.label-text2 a {
    text-decoration: none;
    color: #5a5c5c
}

select.loc-side.form-select {
    background-image: url(../images/vector.html);
    background-size: 14px 8px
}

.right-maincontent {
    position: relative;
    border-left: 1px solid #e8e8e8;
    padding-left: 20px;
    margin-top: 10px;
    height: calc(100% - 30px)
}

.text-topinfo {
    display: flex;
    flex-basis: auto;
    width: fit-content;
    align-items: center;
    padding: 10px;
    background-color: #f4f4f4
}

button.select-cachedismiss {
    border: none;
    background: 0 0
}

.card.doctorlist-card {
    background-color: #fff;
    border: none;
    margin-bottom: 40px
}

img.card-img-top.doclist-img {
    background: #c4c4c4;
    width: 45%;
    margin: 10px;
    border-radius: 50%;
    object-position: unset
}

h5.doccard-title {
    font-size: 18px;
    color: #ed1c24;
    width: fit-content;
    line-height: 24px;
    height: 48px;
    font-weight: 400;
}

.card.doctorlist-card:hover h5.doccard-title,
.card.doctorlist-card:hover img.card-img-top.doclist-img {
    transform: scale(1.03);
    transition: .5s
}

p.doccard-t {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 20px;
    color: #383839
}

p.doccard-t1,
p.doccard-t2,
p.doccard-t3 {
    line-height: 20px;
    height: 40px
}

p.head-classh5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 5px;
    font-style: normal
}

button.btn.book-appoint {
    background-color: #ed1c24;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-size: 18px;
    transition: .3s;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.btn.book-appoint:hover {
    background: #ed1c24
}

button.btn.book-appoint:focus {
    box-shadow: none
}

.hospital-side .form-check,
.specialty-side .form-check {
    margin-bottom: 8px
}

.apply-filter-btn {
    display: none;
    background: #fff;
    color: #fff;
    font-size: 24px;
    width: calc(100% + 30px);
    padding: 20px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    bottom: 0;
    position: sticky;
    position: -webkit-sticky;
    border-top: 1px solid #c4c4cd;
    justify-content: space-around;
    z-index: 10
}

.filter-action-btn {
    width: 160px;
    height: 48px;
    background: #ed1c24;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border-style: unset
}

.fab-cancel {
    background: #fff;
    border: 1px solid #ed1c24;
    color: #ed1c24
}

.filter-clear {
    color: #878585;
    font-size: 15px;
    cursor: pointer;
    padding: 10px
}
.filter-clear a{
    color: #ed1c24;
}

.filter-main .form-check {
    padding-left: 0 !important
}

.filter-main .form-check .form-check-input,
.search-mob-only {
    display: none
}

section#pageBanner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    position: relative
}

.hospitalban-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%
}

.dctr-list-h1 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px
}

.docBookAppModal .modal-header {
    border: none !important
}

.docbook-btnlink {
    background: #283760 !important;
    font-size: 14px;
    color: #fff;
    padding: 10px 5px;
    border: 1px solid transparent;
    margin: 10px 5px;
    text-align: center;
    display: block
}

.docbook-btnlink:active,
.docbook-btnlink:hover,
.docbook-btnlink:visited {
    color: #fff;
    background: #ed1c24
}

.doc-bookapp-header {
    font-size: 34px;
    color: #0a0a0a;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px
}

.doc-appoint-modtext {
    font-size: 18px;
    color: #070707;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    text-align: center
}

@media only screen and (max-width:768px) {
    h5.doccard-title {
        font-size: 18px
    }

    .filter-clear,
    .label-text2,
    button.btn.book-appoint,
    p.doccard-t,
    p.doccard-t1,
    p.doccard-t2,
    p.doccard-t3 {
        font-size: 15px
    }

    h6.filter-header {
        font-size: 20px
    }

    button.btn.book-appoint {
        height: 40px;
        margin-top: 5px
    }

    img.procedure-banner.img-fluid {
        height: 230px;
        object-fit: cover;
        object-position: center
    }
}

@media only screen and (max-width:540px) {
    h5.doccard-title {
        font-size: 24px
    }

    button.btn.book-appoint,
    p.doccard-t {
        font-size: 16px
    }

    .right-maincontent {
        border-left: 0 !important;
        padding-left: 0
    }

    .filtercolmn {
        position: fixed;
        z-index: 3333;
        top: 0;
        right: 0;
        margin: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        transition: .4s;
        padding-bottom: 0
    }

    .apply-filter-btn {
        display: flex
    }

    .filter-clear {
        color: #bf0000;
        font-size: 19px;
        font-weight: 500
    }

    .filter-main {
        min-height: calc(100vh - 89px)
    }

    .search-mob-only {
        display: block;
        margin-bottom: 0;
        border-bottom: 0
    }
}

@media only screen and (max-width:370px) {
    h5.doccard-title {
        font-size: 18px
    }

    button.btn.book-appoint,
    p.doccard-t {
        font-size: 15px
    }

    .filter-action-btn {
        width: 125px
    }
}