
*{
    font-family:;
}
.order .order-title{
    color: black;
    font-weight: 600;
    font-size: 19px;
}
.order .order-title-md{
    color: black;
    font-weight: 600;
    font-size: 13px;
}
.order .mini-radius{
    border-radius: 5px;
}
.order .h-fit{
    height: fit-content;
}
.order .label-xs{
    font-size: 11px
}

.order .min-desc{
    color: #727583;
    font-size: 13px;
    margin:25px 0px; 
    margin-bottom: 30px;
}
.order .text-xs-light{
    font-size: 10px;
    color: #BABAC7;
;
}
.order .summary-ul li{
    font-size:14px ;
    color: #3F4254;
}
.order .primary-color{
    color:#3445E5;
}
.order .cont-p{
    padding: 20px;
}
.order .light-btn{
    background-color: white;
    border:1px solid #3445E5!important;
    color:#3445E5;
}
.order .light-btn:hover{
    background-color: #4658f3;
}
.order .w-fix-full{
    width: 300px;
    margin-right: 25%;
}
.order .w-full{
    width: 100%
}
@media screen and (max-width: 600px) {
    .order .w-fix-full{
     width: 100%;
    margin-right: 0%;
    }
    .order .sm-reverse {
        flex-direction: column-reverse;
    }
    .order .cont-p{
        padding: 12px;
    }
    .order .order-title{
    font-size: 15px;
}
.order .order-title-md{
    font-size: 13px;

}
}