body #blling_info {
    width: 100%;
    float: inherit;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.stepwizard {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.stepwizard-row {
    display: flex;
    flex-wrap: wrap;
}

.stepwizard-row > div {
    flex: 0 0 20%;
    width: 20%;
    z-index: 1;
    text-align: center;
}

.stepwizard-step p {
    margin-top: 13px;
    font-size: 15px;
    font-weight: 500;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.btn-circle {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.btn-circle.btn-primary{
    background-color: #0502c4;
    border-color: #0502c4;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    left: 0;
    max-width: 80%;
    height: 2px;
    background-color: #ccc;
    right: 0;
    margin: 0 auto;
}

.stepwizard-step .btn[disabled] {
    background-color: #fff !important;
    opacity: 1;
}

#blling_info .checkout-event {
    padding: 40px 20px;
    border-radius: 10px;
}

.custom-btn-div .nextBtn {
    padding: 10px 40px;
    margin-right: -13px;
    border-radius: 5px;
}

.border-hr{
    border-bottom: 1px solid #eaeaea;
    margin-left: -19px;
    margin-right: -21px;
    margin-top: 20px;
}


#blling_info .woocommerce-privacy-policy-text p{
    font-size: 15px;
}
.fifth_step1 #payment div.form-row.place-order {
    padding: 0;
    margin-bottom: 10px;
}
body #blling_info .btn-lg.btn-block{
    padding: 10px 40px ;
}
.fifth_step1 .order-total th {
    font-weight: 800 !important;
    border-bottom: 1px solid #eaeaea !important;
}
/*New Changes*/
#blling_info .woocommerce-privacy-policy-text p br {
    content: "";
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px !important;
    border-bottom: 1px dashed #eaeaea;
}
#place_order[disabled="disabled"] {
    background-color: black !important;
    color: #fff !important;
    opacity: 0.4;
    cursor: no-drop !important;
}
.steps_div.active {
    margin-top: 20px !important;
}
@media only screen and (max-width: 991px){
    .stepwizard {
        margin-bottom: 0; 
    }
}
@media screen and (max-width: 767px) {

    body #blling_info {
        width: 100%;
        float: inherit;
        margin: 0 auto;
        padding: 0;
    }
    .stepwizard-row > div {
    flex: 0 0 30%;
    width: 20%;
    z-index: 1;
    text-align: center;
    }
    .stepwizard-row {
        justify-content: center;
    }
    #step5 + div{
        text-align: right;
    }
    .stepwizard-step p {
        font-size: 11px;
    }
    .stepwizard-row:before { 
        max-width: 70%;
    }
    .stepwizard-row:after {
    top: 105px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 40%;
    left: 0;
    max-width: 80%;
    height: 2px;
    background-color: #ccc;
    right: 0;
    margin: 0 auto;
    }
    .custom-btn-div {
        text-align: center;
        padding: 0 4px;
    }
    .custom-btn-div .nextBtn{
        float: none !important;
        width: 100%;
        margin-right: 0;
    }
    .custom-new-update {
        padding: 0;
    }
    .custom-new-update .checkout-event h2 {
        text-align: center;
        margin-top: 0;
    }
    body #blling_info{
        display: block;
    }
/*    .custom-new-update tr th.product-name {
        width: 80%;
    }*/
    /*.stepwizard-row:after {
        bottom: 75px;
        position: absolute;
        content: " ";
        width: 100%;
        max-width: 41%;
        height: 2px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #ccc;
    }*/
}
@media only screen and (max-width: 768px){

    .custom-new-update .event-cpurse-if h4 {
        text-align: center;
    }
    .custom-new-update .event-cpurse-if ,.custom-new-update .product-event-course {
        text-align: center !important;
    }
    .custom-new-update .product-event-course br{
        display: none;
    }
    .custom-new-update .product-event-course span a {
        float: none !important;
        text-align: center;
        display: block;
    }
    .custom-new-update .product-event-course .small-text {
        float: none;
        width: auto;
        text-align: left;
    }
    .custom-new-update .product-name h5 {
    margin-top: 6px;
    display: inline-flex;
}
.custom-new-update tr th.product-name {
    width: 100%;
}

}
