body {
    font-family: 'Poppins', !important;
}

.poppins-semi-bold {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    color: #406175 !important;
}

.poppins-light {
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
}

.poppins-medium {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}

.poppins-regular {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
}

.my-8 {
    margin: 9em 0px !important;
}

.light-text {
    color: #41799B !important;
}

.lighter-text {
    color: #406175 !important;
}

.lightest-text {
    color: #2D2926 !important;
}

h1 {
    font-size: 58px !important;
}

.rounded-big {
    border-radius: 52px !important;
}

.rounded-small {
    border-radius: 22px !important;
}

a:hover {
    text-decoration: none !important;
}

.mt3 {
    margin-top: -10px;
    position: relative;
}

.mt7 {
    margin-top: -5em;
    position: absolute;
}

.smaller {
    font-size: 13px !important;
    font-weight: bold;
}

.light-bg {
    background-color: #E7F5FD !important;
}

.lighter-bg {
    background-color: #D9ECF7 !important;
}

.secondary-bg {
    background-color: #F0F8Fc !important;
}

.bg-dangerer {
    background-color: #D9ECF7 !important;
    color: #707070 !important;
    padding: 10px 13px;
    margin: 3px;
    border-radius: 5px;
}

.bg-black-50 {
    background-color: #406175 !important;
    opacity: .8;
    color: #FFF !important;
}

.btn-black-50 {
    background-color: #406175 !important;
    color: #FFF !important;
}

.btn-black-50:hover {
    /* background-color: #FFF !important; */
    /* color: #406175 !important; */
}


/* .f-12 {
    font-size: 14px !important;
    color: #707070 !important;
    font-weight: 400;
} */

.white-bg {
    background-color: #F8FAFB !important;
}

.space {
    padding: 35px 70px;
}

.partner-logo {
    width: 200px;
    /* padding-bottom: 20px; */
    opacity: 0.60;
}

.partner-logo:hover {
    opacity: 1;
}

.umubyeyi-logo {
    width: 400px;
    padding-top: 20px;
    opacity: 0.60;
}

.umubyeyi-logo:hover {
    opacity: 1;
}

.logo-main {
    padding: 5px;
    width: 150px;
}

@media (max-width: 768px) {
    .message-icon {
        float: left;
        margin-top: -150px;
        margin-left: -250px;
        /* display: none; */
    }
}