.navbar-brand-mmla {
    width: 190px;
    height: 47px;
    background-image: url(../images/logo-mmla.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.color-blue-mmla {
    color:#048dd2!important;
}

.login-img-mmla {
    width: 60%;
    position: absolute;
    background-image: url('../images/login-img-mmla.png');
    background-size: contain;
    height: 100%;
    background-position: left 50%;
    background-repeat: no-repeat;
}

.stepwizard-mmla {
    display: table;
    width: 80%;
    position: relative;
}
.payment-promocode-bg-mmla{
    border: 1px solid #048dd2;
    width: 100%;
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 0px;
}

.stepwizard-row-mmla {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stepwizard-step-mmla {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.stepwizard-step-mmla button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row-mmla:before {
    top: 17px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 98%;
    height: 2px;
    background-color: #fff;
    border-radius: 0.50rem;
    border: 1px solid #e1e1e1;
    -moz-box-shadow: inset 0 0 10px #efe7e3;
    -webkit-box-shadow: inset 0 0 10px #efe7e3;
    box-shadow: inset 0 0 10px #efe7e3;
    z-index: 0;
    left: 0px;
}

.active-wizard-mmla {
    background-color: #048dd2 !important;
    border: 1px solid #048dd2 !important;
    color: white !important;
    box-shadow: none !important;
}
.slider-mmla{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: inset 0 0 5px #efe7e3;
    border: 1px solid #dadada;
}

.slider-mmla:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color:#048dd2;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-mmla {
    background-color: #fff;
}
input:checked+.slider-mmla:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider-mmla.round {
    border-radius: 34px;
}

.slider-mmla.round:before {
    border-radius: 50%;
}
.select-plan-btn-mmla {
    width: 170px !important;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #048dd2;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #048dd2;
    -webkit-appearance: none;
}

.select-plan-btn-mmla:hover{
    color: #048dd2;
    background-color: #eaf5fb;
}
.select-plan-btn-mmla.active {
    background-color: #048dd2;
    color: #fff !important;
}
.plan-lo-mmla {
    border-bottom: 1px solid #048dd2;
    background-color: #fff;
}
.non-active-wizard-mmla {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: inset 0 0 10px #e1e1e1;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}

.stepwizard-step-mmla a:hover {
    color: #000;
}

.wizard-text-mmla {
    font-family: 'Futura PT';
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #048dd2;
    position: absolute;
    top: 30px;
}

.content-text-mmla {
    font-size: 18px;
    color: #fff;
}

.custom-checkbox-mmla {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox-mmla input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-mmla {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #e4e4e4;
    border-radius: 3px;
}

.custom-checkbox-mmla:hover input~.checkmark-mmla {
    background-color: #ccc;
}

.custom-checkbox-mmla input:checked~.checkmark-mmla {
    background-color: #048dd2;
    border: 1px solid #048dd2;
}

.checkmark-mmla:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-mmla input:checked~.checkmark-mmla:after {
    display: block;
}

.custom-checkbox-mmla .checkmark-mmla:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-orange-mmla {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:  #048dd2;
    color: #fff!important;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn-orange-mmla:hover {
    background-color: #057db9;
}

.btn-login-mmla {
    width: 49%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #048dd2;
    color: #fff;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn-login-mmla:hover {
    color: #fff;
    background-color: #057db9;
}

.btn-signup-mmla {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color:  #048dd2;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    border: none;
    cursor: pointer;
    border: solid 1px #048dd2;
    -webkit-appearance: none;
}

.btn-signup-mmla:hover {
    color: #048dd2;
    background-color: #eaf5fb;
}

.footer-border-mmla {
    background: #ffff;
    border-top: 1px solid #048dd2;
    position: relative;
    z-index: 1;
}

.footer-hg-mmla {
    min-height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-padding-mmla {
    padding: 8px 15px;
}

.payment-preview-bg-mmla {
    background-color: transparent;
    border: 1px solid #048dd2;
    min-height: 150px;
    width: 100%;
    border-radius: 0.25rem 0.25rem 0 0;
}

.payment-dot-mmla {
    font-size: 6px;
    margin-right: 7px;
    color: #048dd2;
}

.submit-loader-mmla .btn-orange-mmla {
    background-color:#048dd2 !important;
    cursor: not-allowed !important;
}

.submit-loader-mmla .loader {
    border: 2px solid #048dd2;
    border-top: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 1200ms linear infinite;
    margin-right: 10px;
}

.select-button-mmla {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #a8adb3!important;
    font-family: 'Futura PT Demi';
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #a8adb3;
    position: relative;
}

.select-button-mmla:hover {
    background: transparent;
    color:#048dd2!important;
    border: 1px solid #048dd2!important;
}

.select-button-active-mmla {
    background-color: transparent!important;
    color: #048dd2!important;
    border: 1px solid #048dd2!important;
}

.select-button-active-mmla .select-checkmark-mmla {
    display: flex;
}

.select-button-active-mmla:hover {
    color: #057db9!important;
}

.select-checkmark-mmla {
    background-color: #048dd2;
    border: 1px solid #048dd2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.select-checkmark-mmla {
    display: none;
}

.upload-area-mmla {
    width: 100%;
    min-height: 100px;
    border: 1px dashed #223c78;
    border-radius: 3px;
    margin-top: 20px;
    text-align: center;
    overflow: auto;
    padding: 20px;
}

.upload-area-mmla:hover {
    cursor: pointer;
}

.completed-upload-card-mmla {
    background-color: #f7fff7;
    border-left: 5px solid  #048dd2;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    min-height: 50px;
}

.modal-header-cust-mmla {
    padding: 0.578em;
    color: #048dd2 !important;
    background-color: #fff;
    border-bottom: 1px solid #048dd2;
    align-items: center;
    justify-content: space-between;
}

.modal-header-cust-mmla h3 {
    margin-bottom: 0;
    color: #048dd2;
    font-size: 18px;
    font-family: 'Futura PT';
    letter-spacing: 2px;
}

.modal-header-heading-mmla {
    font-family: 'Futura PT';
    color:#048dd2;
    font-size: 18px;
}

.linkdin-icon-mmla {
    width: 30px;
    height: 30px;
    background-image: url('../images/linkedin-mmla.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}

.twitter-icon-mmla {
    width: 30px;
    height: 30px;
    background-image: url('../images/twitter-mmla.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}

.facebook-icon-mmla {
    width: 30px;
    height: 30px;
    background-image: url('../images/facebook-mmla.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin: 0 auto;
}

.forgot-text-mmla:hover {
    color: #223c78;
}
.custom-select-mmla {
    background: #fff url('../images/dropdown-steep.png');
    background-repeat: repeat;
    background-size: auto;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-size: auto 17%;
}
.apply-custom{
    width: 115px!important; 
}