ul.single-instructor-listing {
    padding-left: 0;
    display: flex;
    list-style-type: none;
}
ul.single-instructor-listing li {
    padding: 0 10px;
    border-right: 1px solid #585CDA;
    /* color:#686CDE; */
}
.single-instructor-listing li:first-child {
    padding-left: 0;
}
.single-instructor-listing li:last-child {
    border-right: none;
}
.images-thumbnail img {
    width: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.progress-content {
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
}
.main-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.wonderful-reviews {
    padding: 0 15px;
}
.star-rating img {
    width: 16px;
    height: 16px;
}
.single-instructor-all-review {
    height: 300px;
    overflow-y: scroll;
}
.verfied-reviews h4 {
    color: #16197D;
}
/* .progress{
    border-radius:50px !important;
} */
section.instructor-listing {
    border-bottom: 1px solid #d2d2d2;
}
.star-rating i.fa.fa-star {  color: #eea602;  font-size: 16px;  padding-top: 5px;}

progress {
background:#e9ecef;
border: 0;
height: 20px;
border-radius: 12px !important;
width:100%;
}

progress::-moz-progress-bar { background: #e9ecef; border-radius:12px; }
progress::-webkit-progress-bar { border-radius: 12px; background: #e9ecef;}
progress::-webkit-progress-value { background: #eea601; border-radius:12px;}
progress { background: #e9ecef;border-radius:12px ;}
@media screen and (max-width:991px) {
    .single-instructor-review {
        padding: 40px 0 !important;
    }
    .instructor-desciption {
        padding: 40px 0;
    }
    ul.single-instructor-listing {
        display: block;
     }
     ul.single-instructor-listing li {
        padding: 5px 0;
        border-right:none;
    }
}

.dummyimg{object-fit: cover;}
p#profileId{
    display: none;
}

label.star-cls{
    color: red;
}

/* .ins_rating_review {
    margin: auto;
    width: 60%;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */

.ins_rating_review {
        margin: auto;
        display: none;
        position: fixed;
        z-index: 11;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
        width: 100%;
        padding: 20px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }
    .ins_rating_review-form-str {
        position: relative;
        z-index: 1;
        padding: 30px 40px 20px;
        top: 30%;
        width: auto;
        max-width: 550px;
        height: auto;
        overflow: auto;
        background-color: #fff;
        margin: 0 auto;
        display: block;
    }
    .ins_rating_review-form {
        position: relative;
        z-index: 1;
        padding: 30px 40px 20px;
        top: 40%;
        width: 550px;
        height: auto;
        overflow: auto;
        background-color: #fff;
        margin: 0 auto;
        display: block;
        border-radius: 5px;
    }

    .ins_rating_review-form h3 {
        text-align: center;
        color: #eb9b36;
    }

    label.star-cls {
        color: #e98924;
    }
    button.close-review-rating-box {
        background: #fff;
        border: none;
        border-radius: 50%;
        padding: 5px 10px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 111;
        font-weight: 700;
    }

.submitreset {
padding-left: 0 !important;
}
label.rating-title {
display: block;
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
}
label.star-label {
    font-size: 30px !important;

}
.comment-sec label {
    font-size: 16px;
    font-weight: 700;
    display: block;
}
textarea#description {
    width: 100%;
    min-height: 94px;
}
.submitreset {
    margin-top: 20px;
    padding-left: 0;
}
button.submit_rating {
padding: 6px 15px;
border-radius: 5px;
border: 1px solid #f6ad02;
font-size: 16px;
background: #f6ad02;
}
button.reset {
    border: none;
    padding: 6px 15px;
    border-radius: 5px;
}
button.show-rating-form {
    margin-top: 30px;
}
button.show-rating-form {
    margin-top: 30px;
    background: #f7941e;
    border: #f7941e;
    color: #000;
}
button.show-rating-form:hover{
    background: #000;
    color:#fff;
}


@media screen and (max-width:600px) {
       .ins_rating_review-form{
        width:90%;
    }
}
@media screen and (max-width:425px) {
    .main-rating{
        flex-wrap: wrap;
    }
    .wonderful-reviews {
        padding: 0;
        margin-top: 10px;
    }
    .wonderful-reviews h4 {
        padding: 0;
    }
    .verfied-reviews h4 {
        padding: 0;
    }
    .ins-profile-image{
        width:100%;
        height: 280px;
        margin: 0 auto;
        display: table;
    }
   
}