

.text {
    margin-left: 10px
}



.flex-container {
    display: flex
}

.mat-label {
    display: block;
    font-size: 14px;
    transform: translateY(25px);
    color: grey;
    transition: all .5s
}

.mat-input {
    position: relative;
    background: 0 0;
    width: 100%;
    border: none;
    outline: 0;
    padding: 5px 0;
    font-size: 14px
}

.mat-div {
    padding: 14px 0 0 0;
    position: relative
}

.mat-div:after,.mat-div:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1.9px;
    background-color: #000;
    opacity: .4;
    bottom: 0px;
    left: 0;
    transition: all .5s
}

.mat-div::after {
    background-color: #000;
    transform: scaleX(0);
    opacity: .4;
    border-radius: 4px;
}

.is-active::after {
    transform: scaleX(1)
}

.is-active .mat-label {
    color: grey
}

.is-completed .mat-label {
    font-size: 14px;
    transform: translateY(0)
}

.form-control {
    font-size: 12px !important;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
}

select.form-control{
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
}

.input-group .form-control {
    z-index: 0
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: red;
    border: 1px solid #ccc
}

.tab.cart-new-secure-tabs.row.row-10 .nav{
    display: block;
}
form#learner_form {
    margin-bottom: 25px;
    margin-top: 25px;
}
.lrnr-backbtn {
    background: #000;
    display: block;
    width: 100%;
    color: #fff;
}
.lrnr-backbtn:hover{
    color: #fff;
    opacity: 0.6;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}
.applycoupon-btn {
    border: 0;
    padding: 5px 15px;
    font-size: 12px;
    align-self: center;
    height: 32px;
    background: #b1b1b1;
}
.strp-bckbtn{
    height: 40px;
    border-radius: 0;
    max-width: 208px;
}
form#razorPayScript {
    display: flex;
    flex-wrap: wrap;
}
.razorpay-bckbtn{
    max-width: 208px;
    margin-right: 15px;
    border-radius: 0;
    height: 40px;
}
.razorpay-payment-button{
    max-width: 90%;
    background: #ff8000;
    border: 0;
    color: #fff;
    display: block;
    width: 208px;
    height: 40px;
    text-transform: uppercase;
}
@media (max-width: 767px){
.hidden-xs {
    display: none!important;
}
}
@media only screen and (max-width: 700px) {
    .fontsmall {
        font-size:16px!important
    }
}

@media only screen and (max-width: 500px) {
    .fontsmall-12 {
        font-size:12px!important
    }
}

