.login-form input[type="radio"]:checked,
.login-form input[type="radio"]:not(:checked) {
    position: inherit;
    left: -9999px;
}

body {
    word-wrap: break-word;
}

a.top-notification-link:hover {
    color: #FFFFFF;
}

.pagination {
    justify-content: center !important;
}

.menu-link a {
    background: #d9b98d;
}

.menu-link a:hover, .menu-link a:focus, .menu-link a:active {
    font-weight: normal;
    background: #d9b98d;
}

#search-input-wrapper .search-input input {

}

.header-dropdown .cat-btn {
    position: relative !important;
}

.header-dropdown .cat-btn select {
    padding: 0px 25px 0px 10px;
}

.discounted {
    text-decoration: line-through;
    font-size: 14px;
}

.more-course-img {
    height: 160px;
}

.video-frame {
    border: 1px solid #454545;
}

.yellow-bg, .cmn-bg {
    /*background-image: url('../images/back-yellow.png');*/
    background-size: cover;
}

.img-max-height {
    height: 180px;
}

.display_none {
    display: none;
}

.back-to-home {
    color: #fd0;
}

.back-to-home:hover {
    color: white;
}

.error-block {
    color: red;
}

.post-trash-icon {
    float: right;
    cursor: pointer;
}

.img-document-thumb {
    width: 15%;
    color: #FFFFFF !important;
}

.post-document-link:hover {
    color: #FFFFFF !important;
}

input.browse-post-file {
    display: none;
}

.hover_wrap_last {
    left: 49% !important;
}

.badge-warning {
    background-color: #425577;
}

.course_details_sidebar {
    background: #FFF;
    color: black;
}

.ebook_details_sidebar {
    background: #FFF;
    color: black;
}

#searchLi > a {
    color: black;
    font-size: 13px;
}

#searchLi {
    padding: 8px 0px 8px 0px;
}

#searchList {
    margin-left: 127px;
    background-color: #FFF;
    position: inherit;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 300px;
    padding-left: 35px;
    font-size: 12px;
    list-style: none;
}

.rating small {
    font-size: 14px !important;
    color: white !important;
}

.section-border {
    border-bottom: 1px solid #000000;
}

.fs-13 {
    font-size: 13px;
}

.fs-18 {
    font-size: 18px;
}

.center-align {
    justify-content: center;
}

.event-cmn-bg {
    height: 270px !important;
}

.Training-Card-main {
    background-image: url('../images/subscription_banner.jpg');
}

.header-line {
    background-color: #ffb753 !important;
    height: 54px !important;
    padding-top: 12px !important;
}

a.top-notification-link {
    font-size: 16px;
    color: black;
}

.Training-Card-main .title,
.Training-Card-main .slider-title {
    color: white !important;
}

#form-appends {
    display: none;
}

.notification-section-line {
    background-color : #425577 !important;
    padding-top: 10px !important;
}

.notification-section-p {
    font-size: 11px !important;
}

.notification-section-btn {
    font-size: 10px !important;
    float: right !important;
}

.social_button{
    background: white;
    border: white;
    line-height: 1.8;
}

/*media queries*/
@media screen and (min-width: 376px) and (max-width: 413px) {
    .notification-section-p {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 414px) and (max-width: 768px) {
    .notification-section-p {
        font-size: 13px !important;
    }
    .notification-section-btn {
        font-size: 9px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 340px) {
    .notification-section-p {
        font-size: 10px !important;
    }
    .notification-section-btn {
        font-size: 6px !important;
    }
}

@media screen and (min-width: 341px) and (max-width: 360px) {
    .notification-section-p {
        font-size: 11px !important;
    }

    .notification-section-btn {
        font-size: 8px !important;
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    .notification-section-p {
        font-size: 12px !important;
    }
    .notification-section-btn {
        font-size: 8px !important;
    }
    .traning-sec-img img {
        display: none;
    }
}

@media all and (min-width: 0px) and (max-width: 768px) {
    /* notification header */
    a.top-notification-link {
        font-size: 12px !important;
        color: black;
    }

    .top-notification-link-mobile {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 260px;
        white-space: nowrap;
    }

    .cat-btn {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    #search {
        padding-left: 33px !important;
    }

    .search-input:after {
        left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #search {
        padding-left: 162px;
    }
}

@media only screen and (max-width: 1024px) {
    .megaMenuWrap {
        right: unset;
    }
}

.vjs-playback-rate .vjs-menu-content {
    width: 50px !important;
}