.how-img
{
    text-align: center;
}
.how-img > .image_w img{
    width: 40%;
}
 
.regular .card{
    min-height: 300px;
}
.staff .card{
    min-height: 335px;
}

#selPeriodID { 
    border-radius: 0px;
    border: 1px solid #c2c8d3;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    margin-top: 15px;
}
#uRate {
    border-radius: 0px;
    border: 1px solid #c2c8d3;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}
span.breadcrumb_last {
    color: #ec008c;
    font-family: "Verdana";
    font-size: 13px;
    font-weight: 500;
    padding-top: 3px;
}
ol.breadcrumb > span > span a {
    color: #3c3c3c;
    font-family: "Verdana";
    font-size: 13px;
    font-weight: 500;
}
ul.dot_ul {
    padding-left: 40px;
}
.scrolling_div {
    margin-top: 10px;
    width: 80%;
    float: left;
    height: 300px;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.search_valu {
    padding: 20px;
    overflow-y: unset !important;
}
.search_valu h2 {
    font-size: 26px;
    font-family: Roboto !important;
    border-bottom: 1px solid #dee9f8;
    padding-bottom: 5px;
}
.search_valu h2 a {
    color: #305fad;
}
.scrolling_div::-webkit-scrollbar {
    width: 6px;
    background-color: #305fad;
}

.page-search-form input.blinker {
    background-image: url(../img/blinker.gif);
    background-position: right center;
    background-repeat: no-repeat;
}