.fred {
    color: #BD1A1A;
}

.bg-gray {
    background-color: #F0F1F1 !important;
}

.fwhite {
    color: #fff;
}

.mimg100 {
    max-width: 100%;
}

.img100 {
    width: 100%;
}

.f0 {
    color: #000;
}

.bg-dark {
    background-color: #BD1A1A!important;
}
.social-icons-styled li a.msg-bg{
    background-color: #03a9f4;
    color: #fff;
}
.show {
    display: block!important;
}

.w-200 {
    width: 200px;
}

.w-300 {
    width: 300px;
}

.cer {
    padding: 1rem 3rem;
    /* height: 400px;
    overflow: scroll; */
    /* background: #f9f9f9; */
    margin-bottom: 1rem;
}

.tindent {
    text-indent: 30px;
}

@media only screen and (max-width: 767px) {
    .cer {
        padding: 1rem 0rem;
        /* height: 400px;
        overflow: scroll; */
        /* background: #f9f9f9; */
        margin-bottom: 1rem;
    }
}