ul.social-icons 
{
    color: #fff;
    font-size: 1.9rem;
}
.covid {
    font-weight: bold;
    background: rgba(43, 182, 115, 0.75);
}
.covid a
{
    color: #ffffff;
}
.footer_c 
{
    vertical-align: middle;   
}
.cent 
{
    align-content: center;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.fv {
    position: fixed;
    top: 16.8%;
    left: -125px;
    list-style-type: none; 
    width: 198px;
    height: 50px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: 1.0s;
    z-index: 9999;
 }
.fv:hover {
    -o-transform: translate(125px, 0px);
    -ms-transform: translate(125px, 0px);
    -moz-transform: translate(125px, 0px);
    -webkit-transform: translate(125px, 0px);
    transform: translate(125px, 0px);
    /*transform: scale (1.3);*/
}
.fv ul {
    list-style-type: none;
    width: 230px;
    margin: 0; 
    padding: 0; 
}
.fv1 {
    border-top-left-radius:7px;
    border-top-right-radius:7px;
}
.fv2 {
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
}
.gt {
    position: absolute;
    top: 23%;
    left: -180px;
    z-index: 9999;
 }

.pbh5, h5 {
    font-size: 1.25rem;
	margin-bottom: 1.5rem;
}
.pgb-content-inside {
	text-indent: 2.5em;	
}