p span {
    font-weight: bold;
    margin-right: 1rem;
} 
.school_block {
    display: inline-block;
    vertical-align: middle;
    width: 74%
}

.filter-select {
    float: right;
    margin-bottom: 25px
}

.filter-select-new {
    width: 100%;
    display: flex;
    justify-content: end
}

.Program-search-sec {
    background: #eee;
    position: relative;
    z-index: 99;
}

.search-key {
    max-width: 70%;
    margin: auto;
    position: relative
}

    .search-key input {
        background: #fff;
        border: 0;
        height: 3.8rem;
        width: 100%;
        border-radius: 3.5rem;
        padding: 1rem 2rem;
        /*font-size: 1.6rem*/
    }

    .search-key button {
        position: absolute;
        right: 0rem;
        border: 0;
        background: none;
        height: 2rem;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 3rem
    }

.programe-list-sec {
    position: relative;
    z-index: 9
}

    /*.programe-list-sec::before {
        background: #1B4F4B;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 30rem;
        content: '';
        z-index: -1
    }*/

.program-name {
    background: #205753;
    padding: 3rem 0 3rem 1rem;
    height: 100%
}

.program-name-repeat {
    padding: 1rem 0;
    border-bottom: 1px dashed #eee;
}

    .program-name-repeat span {
        color: #fff;
        font-size: 18px;
        display: block;
        font-weight: 600;
        padding: 5px 15px;
        cursor: pointer;
        transition: 0.5s
    }

        .program-name-repeat span.dd-show {
            background: #fff;
            color: var(--Redcolor);
            border-radius: .5rem 0 0 .5rem
        }

.program-menu a {
    color: #fff;
    margin: .4rem auto;
    padding: .2rem 0;
    position: relative;
    display: inline-block;
    width: 100%
}

    .program-menu a.active {
        color: #d64d35;
        font-weight: bold;
    }

    .program-menu a::before {
        background: #d64d35;
        position: absolute;
        right: -5rem;
        width: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        height: .1rem;
        content: '';
        transition: 0.5s
    }

    .program-menu a.active::before {
        width: 3rem
    }

.program-menu {
    height: 0;
    overflow: hidden;
    transition: .5s;
    padding: 0 2rem
}

.dd-show + .program-menu {
    height: auto
}

.slide-toggle.prog-toggle {
    display: none
}

.programe-list {
    background: #fff;
    height: 100%;
    padding: 3rem 3rem;
    box-shadow: 0px 3px 21px #0000001A
}

.programe-list-repeat {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 0;
    border-bottom: .1rem solid #eee;
    align-items: center;
    margin-bottom: 0rem
}

.list-left {
    width: 90%
}

.programe-list-repeat span {
    color: #7D7D7D;
}

.programe-list-repeat p {
    color: #000;
    padding-bottom: 0
}

.programe-list-repeat blockquote {
    color: #D64D35;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.6rem
}

.programe-list-repeat a:hover blockquote {
    color: #1B4F4B;
}
 
 
.searchable ul {
    display: none;
    list-style-type: none;
    background-color: #f5f5f5;
    border-radius: 5px;
    border-top: none;
    max-height: 300px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: .5rem
}

.home-submit.searchable ul li a {
    color: #333
}

.searchable ul li {
    padding: 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    text-align: left;
    margin: 0px
}

    .searchable ul li.selected {
        background-color: #FDEBE7;
        color: #0096A1
    }

    .searchable ul li:first-child {
        padding-left: 9px
    }

.pagination_loader {
    font-size: 20px
}

.moretext {
    display: none
}

@media (max-width: 1649px) {
    .searchable ul {
        max-height: 360px
    }
}

@media (max-width: 1399px) {
    .searchable ul {
        max-height: 300px;
    }
}

@media (max-width: 1199px) {
    .searchable ul {
        max-height: 260px
    }
}

@media (max-width: 1199px) {
    .searchable ul {
        max-height: 300px
    }
}

.slide-toggle .bar {
    width: 1.6rem;
    height: 0.2rem;
    background: #666;
    border-radius: 0.2rem;
    transition: 0.2s ease;
    display: block;
    cursor: pointer;
}

    .slide-toggle .bar:nth-child(2) {
        width: 1rem;
    }

    .slide-toggle .bar:nth-child(3) {
        width: 1.4rem;
    }

    .slide-toggle .bar:not(:first-child) {
        margin-top: 0.4rem;
    }

.slide-toggle.open-slide .bar:first-child {
    transform: rotate(-45deg);
    background: var(--colorwhite);
    margin-top: 2rem;
}

.slide-toggle.open-slide .bar:nth-child(2) {
    opacity: 0;
}

.slide-toggle.open-slide .bar:nth-child(3) {
    margin-top: -1.2rem;
    transform: rotate(45deg);
    background: var(--colorwhite);
    width: 1.6rem;
}

.slide-toggle:hover .bar:nth-child(2) {
    width: 1.5rem;
}
 


/*.slide-toggle .bar {
    width: 2.6rem;
    height: .2rem;
    background: #666;
    border-radius: .2rem;
    transition: 0.2s ease;
    display: block;
    cursor: pointer
}

    .slide-toggle .bar:nth-child(2) {
        width: 2rem
    }

    .slide-toggle .bar:nth-child(3) {
        width: 1.4rem
    }

    .slide-toggle .bar:not(:first-child) {
        margin-top: .8rem
    }

.slide-toggle.open-slide .bar:first-child {
    transform: rotate(-45deg);
    background: var(--colorwhite);
    margin-top: 2rem;
}

.slide-toggle.open-slide .bar:nth-child(2) {
    opacity: 0
}

.slide-toggle.open-slide .bar:nth-child(3) {
    margin-top: -1.2rem;
    transform: rotate(45deg);
    background: var(--colorwhite);
    width: 2.6rem
}

.slide-toggle:hover .bar:nth-child(2) {
    width: 2.5rem
}  */ 

