/*.mf-radio {
    display:none !important;
}
.mf-radio[type=radio]:checked + label{
    outline: 2px solid #1979c3;
}*/
.mf-div {
    display: inline-flex;
    margin: 5px;
}
.mf-img {
    width: 60px;
}
.padding {
    padding: 2rem !important;
    margin-left: 25px
}

.card {
    margin-bottom: 1.5rem
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.form-control:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: #c8ced3 !important;
    outline: 0;
    box-shadow: 0 0 0 #F44336
}
.payment-option  img{
    width:55px;
}
.error{
    color: red !important;
}
.myfatoorah{
    background: url(../img/logo.png) 15px 15px no-repeat #fbfbfb;
    background-size: 64px;
}
