@media (max-width:768px) {
    .course_feedback_video{
        grid-template-columns: auto !important;
    }
    .course_feedback_video .iframe_videos{
        height: 260px !important;
    }
}
.workshop_modal{
    width: 95vw;
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.modal_button1{
    margin-top: 20px;
    text-align: center;
}
.modal_coteint{
    text-align: left;

}

/* .course_curriculum_inner ul li .course_tab_inner
.video_button button{
    background: #128C7E;
    width: 132px;
    border-radius: 10px;
    color: white;
} */

.crouse_inportant_topic{
    background-color: beige;
    padding: 20px;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.crouse_inportant_topic h4{
    margin-bottom: 1rem;
    font-size: 19px;
    font-weight: 700;

}
.crouse_inportant_topic ul li{
    position: relative;
    line-height: 29px;
    padding-left: 0;
    
}
.crouse_inportant_topic ul{
    padding-left: 20px;

}
.crouse_inportant_topic ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #0145B6;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 10px;

}
.course_free_video_modal{
    width: 95vw;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 450px;  
}
.course_free_modal_header{
    background: #8A2BE2;
    color: white;
    margin-bottom: 0;
    border-bottom: 0;
}
.course_free_modal_body{
    background: #0000FF;
}
.course_free_modal_close{
    background: transparent;
    outline: none;
    border: none;
    transition: .4s;
}
.course_free_modal_close i{
    color: white;
    font-size: 1.5rem;
    font-weight: 900;
}
.course_free_modal_close:hover i{
    opacity: .8;
}

.course_tab_menu_sticky{
    background: #F5F5DC;
    margin-top: 34px;
    border-radius: 5px;
    position: sticky;
    top: 89px;
    z-index: 2;
}

.button_all.active{
    border-bottom: 3px solid #FE4A55 !important;
}

/* teacher profile start heare */
.sub_title3_md_s{
    text-align: center;
    padding-top: 1rem;
    margin-bottom: 2.5rem;
    font-size: 27px;
    font-weight: 700;
}
.teacher_title{
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #0B5ED7;
    font-size: 25px;
    font-weight: 900px;
}
.teacher_education ul li{
    list-style: block;
    font-size: 17px;
    line-height: 33px;
}
.teacher_table{
    background-color: #F5F5DC;
    font-size: 20px;
}
.teacher_learning_ex ul li{
    position: relative;
    line-height: 29px;
    
}
.teacher_learning_ex ul{
    padding-left:70px;

}
.teacher_learning_ex ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #0145B6;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 10px;

}
.social_icon_teachers{
    margin-top: 31px;
    padding-bottom: 5px;
    display: flex;
    column-gap: 10px;
    padding-left: 30px;
    justify-content: flex-start;
    align-items: center;
}
.social_icon_teachers .t_icon i{
    font-size: 1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #000000;
}
.social_icon_teachers .t_icon{
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
    transition: .4s;
    border-radius: 5px;
}
.social_icon_teachers .t_icon:hover{
    color: white !important;
    background-color: #FE4A55;
}
.social_icon_teachers .t_icon:hover i{
    color: white !important;
}
.teacher_education p{
    text-align: center;
    font-size: 13px;
}
.social_icon_teachers a i:hover{
    color: rgb(0, 68, 255);
}

.teacher_learning_ex ul li{
    font-size: 17px;
}

.teacher_profile_education{
    background-color: #F5F5DC;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.teacher_profile_table{
    background-color: #F8F9F8;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
}
.teacher_research_section{
    background-color: #DCDDDC;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 10px;
}
/* teacher profile end heare */

/* Course Feedback start heare */
.course_feedback_video{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1rem;
}
.course_feedback_video .iframe_videos{
    width: 100%;
    height: 230px;
}



/* Course Feedback end heare */
/* Course Evaluation start heare */

.evaluation_certificate_img{
    background-color: rgb(218, 127, 9);
    border: #F5F5DC solid 3px;
    padding: 3px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    
}


/* Course Evaluation end heare */






