@media (max-width: 1400px){
    .course_details{
        margin-top: 0px;
    }
    .courses> .card{
        width: 350px !important;
    }
}
@media (max-width: 1200px){
    .home-details{
        >h1{
            font-size: 40px;
        }
        > h2{
            font-size: 30px;
            
        }
        >p{
            font-size: 17px;
        }
    }

    .container{
        min-width: 95%;
    }

    /* header start */
    .search_area{
        margin-left: 10px;
        > input{
            width: 300px;
        }
    }
    /* header end */

    .courses > .card{
        width: 320px !important;
    }
}
@media (max-width: 1100px){
    .menubar> li{
        padding: 0 16px; color: #737373;
    }

    .see_course > div> div{
        >h1{
            font-size: 50px;
        }
        >p{
            font-size: 20px;
        }
    }

    .courses{
        justify-content: center !important;
    }

    /* course details */
    .course-details {
        gap: 20px;
        > .course-img{
            width: 50%;
        }
    }
    .details{
        width: 60%;
        padding-left: 0px !important;
    }
}
@media (max-width: 992px){
    /* header start */
    nav{
        height: 120px;
    }
    .header{
        gap: 10px;
        flex-direction: column;
        justify-content: center;
    }
    .navbar-right,
    .navbar-left{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .menubar > li:first-child{
        padding: 0%;
    }
    /* header end */

    /* hero section start */
    .home-details{
        > .home-details{
            min-width: 50%;
            >h1{
                font-size: 40px;
            }
            > h2{
                font-size: 30px;
            }
            >p{
                font-size: 17px;
                max-width: 400px;
            }
        }
    }
    /* hero section end */

    /* course details */
    .course_details > div{
        gap: 20px;
        margin-top: 40px;
        justify-content: center;
        > div{
            margin-top: 0px
        }
    }

    /* feedback */
    .FeedBack_slide{
        flex-direction: column !important;
        > div,
        > .feedback_details{
            width: 100%;
            padding: 0px;
        }
        > .feedback_video{
            width: 100%;
            margin-top: 40px;
        }
    }

    /* course page */
    .response_page{
        margin-top: 80px !important;
    }
    /* course page */


    /* dashboard start */
    .dashboard-top{
        margin-top: 150px;
    }
    .dashboard-content{
        display: block;
    }
    .dashboard-sidebar{
        width: 100%;
    }
    .dashboard-sidebar{
        > ul{
           display: flex;
           align-items: center;
           justify-content: space-between;
            > li{
                 > a,
                > button{
                    gap: 5px;
                    font-size: 13px;
                }
            }
        }
    }
    .set-profile-photo > div{
        >p{
            font-size: 14px;
        }
    }
    .upload-photo-btn{
        font-size: 13px;
    }
    .dashboard-details{
        width: 100%;
        padding: 0px;
        border-left: none;
    }
    .dashboard-card{
        font-size: 13px;
    }
    .review-icon{
        >i{
            font-size: 13px;
        }
    }
    .course-title{
        font-size: 15px;
    }
    /* dashboard end */
}

@media (max-width: 768px){
    .title{
        font-size: 35px;
    }

    .course_details > div  > div{
        >p{
            font-size: 20px;
        }
        > h5{
            font-size: 24px;
        }
    }

    /* feedback */
    .feedback_details {
        > p{
            font-size: 17px !important;
        }
        > div > div > div{
            > h5{
                font-size: 22px !important;
            }
            >p{
                font-size: 15px !important;
            }
        }
    }

    /* other service */
    .services{
        justify-content: center;
    }

    /* course details */
    .course-details{
        align-items: center;
        flex-direction: column;
        justify-content: center;
        > .course-img{
            width: 90%;
        }
        .details{
            width: 90%;
        }
    }


    /* dashboard start */
    .profile-img{
        > img{
            height: 50px;
            width: 50px;
        }
    }
    .user-info{
        > h4{
            font-size: 14px;
        }
        >p{
            margin: 0%;
            font-size: 12px;
        }
    }
    .profile-notification{
        height: 40px;
        width: 40px;
        > i{
            font-size: 15px;
        }
    }
    .notification-number{
        height: 15px;
        width: 15px;
        font-size: 10px;
    }
    .dashboard-title{
        text-align: center;
    }
    .dashboard-sidebar{
        > ul{
            gap: 5px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: start;
            > li{
                > a,
                > button{
                    gap: 3px;
                    font-size: 13px;
                    padding: 8px 5px;
                }
            }
        }
    }
    .dashboard{
        gap: 20px;
        justify-content: center;
    }
    .dashboard-card{
        width: 150px;
        height: 150px;
        display: flex;
        >i{
            font-size: 25px;
        }
        >span{
            height: 25px;
            width: 25px;
            font-size: 13px;
        }
    }

    /* course card */
    .course-card{
        width: 100%;
        min-height: 400px;
        display: block;
    }
    .course-img{
        width: 100%;
        height: 180px;
    }
    .course-details{
        padding: 10px;
    }
    .progress-bars >p{
        min-width: 100px;
    }

    /* profile page */
    .userInput{
        display: block;
        > div{
            width: 100%;
        }
    }

    /* exam */
    .question{
        font-size: 13px;
    }
    .Answer {
        > li{
            padding: 6px;
            > input{
                height: 15px !important;
                width: 15px !important;
            }
            > label{
                font-size: 13px;
            }
        }
    }
    /* dashboard end */

    .book-store{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        > div{
            width: 100%;
            > div{
                > h5{
                    font-size: 25px;
                }
            }
        }
    }
}
@media (max-width: 600px){
    .modal-dialog{
        min-width: 300px !important;
        height: 400px;
    }
}
@media (max-width: 500px){
    /* header start */
    .logo{
        > h4,
        > p{
            margin: 0%;
            padding: 0%;
            font-weight: 900;
        }
        > h4{
            font-size: 20px;
        }
        >P{
            font-size: 12px;
        }
    }
    .search_area{
        margin-left: 5px;
        > input{
            width: 220px;
            font-size: 13px;
        }
        > i{
            margin-top: 10px;
            font-size: 15px;
        }
    }
    .menubar{
        font-size: 13.5px;
        > li{
            padding: 0 10px;
        }
    }
    .button{
        width: 100px;
        margin-left: 10px;
        letter-spacing: 0px;
        padding: 5px;
        font-size: 15px;
    }
    /* header end */

    /* course details */
    .course-details{
        > .course-img{
            width: 100%;
        }
        .details{
            width: 100%;
        }
    }
}
@media (max-width: 450px){
    .authentication > form{
            max-width: 350px;
        }
    .auth_btn{
        gap: 8px;
        height: 30px;
        padding: 3px 0 3px 8px;
        > p{
            font-size: 11px;
        }
        > div{
            height: 30px;
            width: 30px;
            padding: 5px;
            > img{
                height: 15px;
            }
        }
    }


    /* hero section start */
   .home-details{
        >h1{
            font-size: 30px;
        }
        > h2{
            margin-top: 10px;
            font-size: 25px;
        }
        >p{
            margin-top: 10px;
            font-size: 16px;
        }
    }

    /* hero section end */


    .feedback_details> div > svg{
        width: 40px !important;
        height: 50px !important;
    }

    .men{
        height: 200px !important;
        width: 180px !important;
    }

    /* authentication */
    .authentication > div{
        width: 100% !important;
    }
}