.alert-msg {
    width: 100%;
    float: left;
    /*margin-top: 10px;*/
    z-index: 9;
}
.alert{
    margin-bottom: 0px !important;
}
td.error {
    color: red;
    font-weight: 600;
}
.text-danger{
    font-size: 15px;
}
.form-group.has-error textarea {
    border: 2px solid #a94442;
}

.form-group.has-error input {
    border: 2px solid #a94442;
}
.form-group.has-error label {
    color: #a94442;
}

.input-group.has-error input {
    border: 2px solid #a94442;
}
.input-group.has-error label {
    color: #a94442;
}

ul{
    list-style-position: inside;
}

.description-content ul li {
    line-height: 30px;
    color: #444;
}

.description-content p, .description-content ul li {
    font-size: 16px;
    font-weight: 500;
}

.course-desc{
    font-size: 14px;
    margin-top: 5px;
}

.agree_terms_txt{
    font-size: 12px;
    margin-left: 2px;
}

.agree_terms_txt a{
    color: #002531;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
}

.agree_check{
    position: relative;
    top: 5px;
}

.terms-error, .promocode-error{
    font-size: 14px;
    color: #a94442;
}
.menu-button{
    margin-top: 0px !important;
}
.menu-button ul li a{
    margin-bottom: 0px !important;
}
.menu-button ul li{
    padding-top: 10px !important;
}

.startcourse-menu{
    float: right !important;
    background-color: #fed97e;
    color: #222;
    padding: 10px 0px;
    border-bottom: 0px !important;
}
.startcourse-menu a{
    color: #222 !important;
    font-weight: 600 !important;
}
.rate_err{
    color: red;
}

.avgrate {
    width: 90px;
    float: left;
    margin-top: 5px;
}
.rating-comments .avgrate .row.lead .fas, .rating-comments .avgrate .row.lead .far {
    font-size: 14px !important;
}
.rating-comments a{
    text-decoration: none;
}
.mob-review{
    font-size: 16px;
}

span.vstars, span.vstars span {
    display: block;
    background: url(../images/avstars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.vstars span {
    background-position: 0 0;
}

/* user rating in comments display */
.rating-comments .userstarrate{
    margin: 0px auto;
}
.rating-comments .row.lead{
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.rating-comments .row.lead .far, .rating-comments .row.lead .fas {
    font-size: 18px !important;
    color: #fecf5d;
}
.rating-comments p{
    border-top: none;
    padding-top: 5px;
    margin-top: 0px;
    padding-bottom: 0px;
}
.comments-review{
    -webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
    box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
}
.btn-more{
    background-color: #002531;
    border-color: #002531;
    border-radius: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.user-welcome{
    text-align: center;
}
.user-welcome span{
    color:#ffffff;
}
.star_rate a {
    text-decoration: none;
}
.nocomments{
    padding-top: 30px;
}

/* Promocode */
.promo{
    background: transparent;
    padding: 0px;
}
.btn-promo{
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    background: #002531;
    color: #fff;
    display: block;
    height: 100%;
    border-radius: 0px;
    padding: 10px 20px;
    border: 1px solid #ced4da;
}
.btn-promo:hover{
    background-color:#fecf5d;
    color: #002531;
}
.promo-alert{
    color: #a94442;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 600;
    padding-bottom: 0px;
}
.promo-sucess{
    color:#155724;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 600;
    padding-bottom: 0px;
}
.promo-input{
    margin-bottom: 0px;
}

.agreecondition{
    margin-top: 10px;
}
.course-price h3{
    display: inline-block;
}
.course-price span{
    margin: 0px 5px;
    font-size: 26px;
    color: #ccc;
}
.custom-amount{
    font-weight: 600;
    text-decoration-line: line-through;
}
/* Stripe Css */
.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.btn-enroll-chat .btn-custom {
    background: #002531;
    border-radius: 0px;
    padding: 10px 20px;
    color: #fff;
}