@media only screen and (max-width:849px) {
.header {
        width: 100%;
        background: #bdc3c7;
        box-sizing: border-box;
        border: solid gray 2px;
        overflow: hidden;   }

.header-content h1 {
    font-size: 20px;
}
.header-content h2 {
    font-size: 15px;   
}
.header-content h4 {
    font-size: 12px;   
}
.header-image img {
    width: 100%;
    height: 84px;
}

/* Header Section :end

/* Menu Bar Start */
.manue-bar {
    width: 100%;
    margin-top: 6px;
    border: solid #747d8c 2px;
}

.three-line {
    width: 30px;
    height: 40px;
    font-size: 35px;
    border: solid #747d8c 1px;
    margin-top: 6px;
    margin-left: 2%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.three-line a {
    text-decoration: none;
    margin-top: 0px;
}

.myedu-logo {
    width: 40%;
    height: 50px;
    overflow: hidden;
    float: left;
}

.myedu-logo a {
    text-decoration: none;
    margin-top: 0px;
}

.catagories {
    width: 20%;
    height: 50px;
    overflow: hidden;
    float: left;
    display: none;
}

.nine-dot {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
}

.link-catagories {
    width: 70%;
    height: 50px;
    overflow: hidden;
    float: left;
    padding-top: 15px;
}

.link-catagories a {
    font-size: 20px;
    text-decoration: none;
}

.my-course {
    width: 20%;
    height: 50px;
    padding-top: 10px;
    overflow: hidden;
    float: left;
    display: none;
}

.my-course a {
    font-size: 25px;
    text-decoration: none;
}

.user-profile {
    width: 45px;
    height: 40px;
    border: solid #ffffff 1px;
    border-radius: 10px;
    padding-top: 1px;
    padding-bottom: 4px;
    overflow: hidden;
}

.profile {
    width: 50px;
    height: 40px;
}

Free Section :start */

.itro-free {
    width: 100%;
    border: solid #bdc3c7 1px;
    margin: 3px;
    background: #020024;
    background: linear-gradient(139deg, rgba(2, 0, 36, 1) 0%, rgba(4, 4, 51, 1) 26%, rgba(0, 212, 255, 1) 95%);
}
.video-player {
    border: solid #ff99cc 15px;
    border-radius: 30px;
}

.intro-content-50 {
    width: 100%;
    padding: 20px;
    padding-left: 10px;
    color: #ffffff;
    box-sizing: border-box;
}
.intro-video-50 {
    width: 100%;
    height: 384px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.intro-content-50 h1 {

    font-size: 15px;
}

.p {
    font-size: 10px;
}
.bloge {
    width: 100%;
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 44%, rgba(237, 221, 83, 1) 100%);
    overflow: hidden;
}
.ms-word,
.Pworpoint {
    width: 80%;
}

/* Free Section :end



Hsc / Alim Section Start */

.alim-1st, .alim-2nd {
    width: 80%;
}
.rating-block {
    width: 100%;
}

.rating-image {
    width: 30%;
    float: left;
}
.rating-image img {
    margin-top: 5px;
}

.rating-fegure {
    width: 50%;
    overflow: hidden;
    font-size: 15px;
    padding-left: 20px;
    padding: 5px;
}

.rating-fegure p {
    margin-top: 0px;
}
    /* Hsc / Alim Section End */

}