.dropdown-item {
    font-size: 13px;
}

.font13 {
    font-size: 13px;
}

.flo-con {
    right: 0;
    position: fixed;
    top: 180px;
    z-index: 9;
}

.botMap {
    border-radius: 10%;
    opacity: .6;
}

.error {
    color: #ff0000;
}

.dropdown {
    cursor: pointer;
}

.lowerMenu a {

    font-weight: bold;

}

.lowerMenu a.active {
    text-decoration: overline;
}

.lowerMenu2 a {
    padding-right: 5px;
    font-weight: bold;

}

.lowerMenu2 a.active {
    text-decoration: overline;
}

.btnBlue {
    font-size: 13px;
}

.menuMobLink a {
    background-color: #3399cc;
}
.blog-block{
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    widows: 100%;
    border: none;
}
.blog-block .thumb{
    /*height: 200px;*/
    aspect-ratio:  1/1;
    background-size: cover;
    background-position: top;
}
.blog-block .card-text{
    line-height: 24px;
    font-size: 14px;
}
.blog-block .link{
    font-size: 14px;
    font-weight: bold;
}
.bc-head{
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.bc-body{
    max-height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bc ul,.bc li{
    font-size: 16px !important;
    margin: 10px;
    list-style: square;
    margin-left: 25px;
}
.bc{
    font-size: 16px;
}