.btnonimg:hover {
    background: #fff !important;
    border: 2px solid teal !important;
    color: teal !important
}

.blocknumber span {
    background-color: #194866 !important;
    border-radius: unset !important;
    left: unset !important;
    width: 94% !important;
    font-size: unset !important
}

.breakmywrd {
    word-break: break-all
}

.placeholder {
    height: 30vh;
    background: #194866
}

hr {
    border: 2px #194866 solid
}

.upperme {
    text-transform: uppercase
}

.centerme {
    text-align: center
}

.output {
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-family: 'IBM Plex Sans', sans-serif;
    padding-left: 2.5vw
}

.output h1 {
    font-size: 1.3vw
}

.cursor::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    background-color: #fff;
    animation-name: blink;
    animation-duration: .5s;
    animation-iteration-count: infinite
}

h1.cursor::after {
    height: 24px;
    width: 13px
}

p.cursor::after {
    height: 13px;
    width: 6px
}

.padmytop5 {
    padding-top: 4%
}

.whylbs_a {
    position: absolute;
    top: 10vh
}

.default-button {
    position:relative;
    bottom:0px;
    color: #fff;
    border-width: 3px 3px 3px 3px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    line-height: unset !important;
    letter-spacing: 1.04px;
    padding: 10px 10px 10px 10px;
    border-radius: unset !important
}

.img80 {
    width: 30vw
}

.padunset {
    padding: unset !important
}

.widthme90 {
    width: 90%
}

.asses_img {
    width: 90%;
    float: right
}

.row.card-row{
    display: flex;
    flex-wrap: wrap;
    align-items:stretch;
}

.card-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.card-btn{
    margin-top: auto;
}

@media only screen and (min-width:999px) and (max-width:1119px) {
    .single-mission img {
        max-width: 90%
    }
}

@media only screen and (max-width:767px) {
    img.mobwidth {
        width: 75px
    }
}

@media only screen and (max-width:360px) {
    img.mobwidth {
        width: 60px
    }
}