.button_add{
    background-color: #49BBBD;
    transition: 0.3s ease-in-out;
    outline: none !important;
}
.button_add:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    color: white;
}
.mark{
    background-color: transparent !important;
}
.teacher-details .banner{
    width: 100%;
    height: 300px;
    border-radius: 20px;
    background-image: url('../img/source/teacherbg.png');
    display: flex;
    align-items: center;
    padding: 20px;
}
.teacher-details .banner img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.banner .teacher-profile{
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .teacher-profile img{
    width: 240px;
    height: 240px;
    border-radius: 200px;
    border: 10px solid white;
}
.banner .teacher-bio{
    width: calc(100% - 300px);
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 30px;
}
.banner .teacher-bio h1{
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 45px;
    letter-spacing: 0.02em;
    color: #000000;
    margin: 10px 0 0 0;

}
.banner .teacher-bio p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: rgba(45, 52, 54, 0.7);
}
.banner .teacher-bio .button{
    padding: 5px 10px;
    width: 130px;
    background: #49BBBD;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    color: white;
    transition: 0.3s ease-in-out;
}
.button:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    color: white;
    background-color:#47acae ;
}
.banner .teacher-bio .bio{
    height: 35%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #2D3436;
}
.banner .teacher-bio .info{
    width: 100%;
    height: 20%;
}
.banner .teacher-bio .info .rating img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.banner .teacher-bio .info .rating p{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: rgba(45, 52, 54, 0.8);
}
.banner .teacher-bio .info .social div{
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.teacher-details .container .menus{
    margin: 40px 0;
    padding: 0;
}
.teacher-details .container .menus .menubar{
    width: 140px;
    margin-right: 20px;
    height: 45px;
    background-color: #BBBBBB80;
    border-radius: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #696969;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.teacher-details .container .menus .active{
    background-color: #49BBBD;
    color: white;
}
.teacher-details .container .menus .menubar:hover{
    background-color: #49BBBD;
    color: white;
}
.teacher-details .container .content .certificate{
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 2px #00000040;
    padding: 15px;
}
.teacher-details .container .content .certificate .image{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}
.teacher-details .container .content .certificate .image img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.teacher-details .container .content .certificate .image img:hover{
    transform: scale(1.1);
}
.teacher-details .container .content .certificate .description{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
    padding: 0 20px;
}
.teacher-details .container .content .course{
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 2px #00000040;
    padding: 15px;
}
.teacher-details .container .content .course .image{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.teacher-details .container .content .course .image img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.teacher-details .container .content .course .image img:hover{
    transform: scale(1.1);
}
.teacher-details .container .content .course .description p{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #696984;
}
.teacher-details .container .content .course .description p img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.teacher-details .container .content .course .description-body{
    height: 180px;
}
.teacher-details .container .content .course .description-body h1{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    color: #252641;
}
.teacher-details .container .content .comments{
    width: 70%;
    background-color: #9DCCFF;
    padding: 30px;
    border-radius: 20px;
}
.teacher-details .container .content .comments .tottal-mark{ 
    width: 40%;
    height: 200px;
    margin-right: 20px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.teacher-details .container .content .comments .tottal-mark img{ 
    width: 120px;
    margin-bottom: 10px;
}
.teacher-details .container .content .comments .marks{ 
    width: 60%;
    height: 200px;
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.teacher-details .container .content .comments .marks .rank{
    cursor: pointer;
}
.teacher-details .container .content .comments .marks .rank .progress{ 
    margin: 0 auto;
    width: 80%;
    border-radius: 5px;
    background-color: #D9D9D9;
    height: 8px;
    position: relative;
}
.teacher-details .container .content .comments .marks .rank .progress-body{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 8px;
    border-radius: 5px;
    background-color: #49BBBD;
    transition: 0.3s ease-in-out;
}
.feedbacks .feedback-user{ 
    min-height: 60px;
    max-height: 120px;
}
.feedbacks .feedback-user .feedback-user-image{ 
    height: 50px;
    width: 50px;
    border-radius: 50px;
}
.feedbacks .feedback-user .feedback-user-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.feedbacks .feedback-user .feedback-user-mark{ 
    width: calc(100% - 50px);
    margin-left: 10px;
}
.feedbacks .feedback-user .feedback-user-mark h5{ 
    font-size: 16px;
    padding: 0;
}


.feedbacks .feedback-user .feedback-user-mark p{ 
    font-size: 14px;
    font-weight: 500px;
    line-height: 25.2px;
    margin: 0;
}

.feedback-user-body{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.feedback-user-body img{
    width: 24px;
    height: 24px;
}
.feedback-user-body p{
    margin: 0;
}
.teacher-details .container .content .comment-bar{
    width: 350px;
    height: 260px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 18.829999923706055px 47.08000183105469px 0px #2F327D1A;

}
.teacher-details .container .content .comment-bar textarea{
    width: 100%;
    max-height: 100px;
    margin: 20px 0;
}
.teacher-details .container .content .comment-bar button{
    width: 100%;
    background-color: #49BBBD;
    color: white;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 5px 10px;
}


@media (max-width:930px){
    .teacher-details .container .teacher-profile{
        width: 200px !important;
        height: 200px !important;
        align-items: center !important;
    }
    .teacher-details .container .teacher-bio{
        width: calc(100% - 200px) !important;
    }
    .banner .teacher-profile img{
        width: 160px;
        height: 160px;
    }
    .teacher-details .container .content .comments{
        width: 100%;
        margin: 0 auto;
        background-color: #9DCCFF;
        padding: 30px;
        border-radius: 20px;
    }
}

@media (max-width:730px){
    .teacher-details .banner{
        flex-direction: column !important;
        height: auto !important;
    }
    .teacher-details .container .banner .teacher-bio{
        width: 100% !important;
    }
}
@media (max-width:576px){

    .teacher-details .container .banner .teacher-bio .info{
        flex-direction: column !important;
        align-items: start !important;    
    }
    .teacher-details .container .banner .teacher-bio .info .social{
        justify-content: start !important;  
    }
    .teacher-details .container .menus{
        justify-content: space-between;
    }
    .teacher-details .container .menus .menubar{
        width: 110px !important;
        margin-right: 10px !important;
        font-size: 18px !important;
    }
}
@media (max-width:530px){
    .teacher-details .mark{
        flex-direction: column !important;
        background-color: transparent !important;
    }
    .teacher-details .tottal-mark{
        height: 150px !important;
        width: 100% !important;
        font-size: 18px !important;
        margin: 0 !important;
    }
    .teacher-details .marks{
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
    .teacher-details .comment .text{
        width: 60% !important;
    }
    .teacher-details .comment .button_add{
        width: 40% !important;
    }
}