.UnderLineHeader {
    border-bottom: 5px #fff solid;
}

.fixed-header .UnderLineHeader{
    border-bottom:unset !important;
}

.inner-box .image-box{
    border-top-left-radius:25px !important;
    border-top-right-radius:25px !important;
}

.Youtube-Div .overlay-inner {
    background: rgba(0,0,0,0) !important;
    font-size:72px;
}
.weekday{
    padding:5px;
}

.day,
.today,
.month_cur {
    text-align: center;
}

.Social-Btn {
    background-color: #ffd800;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    padding: 6px;
    margin: 5px;
}

.Social-Icon {
    display: inline-flex;
}
.Header-Background {
    height: 100px;
    background-image: url('../images/green.jpg');
}
.main-header.light-version.fixed-header .main-box {
    background-image: url('../images/green.jpg');
}

.overlay-inner,
.news-style-one .image-box img,
.inner-box,
.overlay-box,
.post-thumb img {
    border-radius: 25px;
}
.Font22{
    font-size:22px;
}
.cart-section{
    padding:unset;
}

.vbtn {
    background-color: #00ff90;
    border-radius: 10px;
    padding: 10px 15px;
    color:#fff;
}
.pagination_wrap{
    padding-top:20px;
}

.vbtn .active {
    background-color: aquamarine;
}

.Lesson {
    position: fixed;
    left: 0px;
    top: 100px;
    background-color: #ffb20e;
    width: 40px;
    height: 40px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.Att {
    position: fixed;
    left: 0px;
    top: 150px;
    background-color: #1dbb90;
    width: 40px;
    height: 40px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 24px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.SidebarTitle {
    font-size: 30px !important;
    font-weight: bolder !important;
}

.NavY {
    background-color: #ffb20e;
}

.NavG {
    background-color: #1dbb90;
}

.vbtn {
    cursor: pointer;
}

.lessonse, Additinal {
    display: none;
}

.Lesson .fa,
.Att .fa {
    padding-top: 7px;
}
#video{
    width:100%;
}

.Student {
    background-color: #1eaace;
    padding: 30px 0px;
    color:#fff;
    text-align:left;
}

.page-title:before{
    background:unset;
}

.image-box img{
    border-radius:15px;
    width:525px;
    height:530.3px;
}

.Boarder {
    border: 2px solid #ffb20e;
    border-radius: 25px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.container {
    /*background: rgba(54, 25, 25, .5);*/
}

.Shadow {
    box-shadow: 10px 10px 5px #888888;
}

.dark-area {
    background-color: #666;
    padding: 40px;
    margin: 0 -40px 20px -40px;
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.Upload{
    width:100%;
    border-radius:10px;
}