@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
/*YILDIZ*/
#rating-value{}
.rating-wrap{
    width: 140px;
}
.rating > input{
    display: none;
}
.rating>label:before {
    content: '\f005';
    font-family: FontAwesome;
    margin:2px 3px;
    display: inline-block;
    cursor: pointer;
    /*width: 5px;*/   
}
.rating>.half:before {
    content: '\f089';
    position: absolute;
    cursor: pointer;
    /*width: 20px;*/  
}
.rating>label {
    color: #FFFFFF;
    float: right;
    cursor: pointer;
}
.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #FFDA22;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FFED85;
}
/*yıldız*/

.top-banner img{
    min-height:110px;
}
.banner-alt{
    height: 180px;
}
.banner-text{
    line-height: 45px;
}
.banner-text h1{
    font-size: 33px;
}
.banner-text span:nth-child(2),
.banner-text span:nth-child(3){
  font-size: 18px;
}
.banner-logo{
    top: -90px;
    width: 200px;
    border: 7px solid #fff;
    border-radius: 100%;
}
.lesson-comment{
    font-size: 78px;
    color: #616872;
}
/*progress*/
.progress{
    border-radius: 0% !important;
}
/*randevu button*/
.instructor-none{
    display: none !important;
}