.my-btn {
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
}

.my-btn:hover {
    color: #000000;
}

.nav-pills .nav-item a {
    color: #fff;
}

.nav-pills .nav-item:hover {
    color: #fff;
    background-color: #000000;
}

.nav-pills .nav-item .active {
    color: #000000;
    background-color: #fff;
}

.instructors:hover {
    box-shadow: 5px 5px 2.5px #ffffff;
}

.nav-tabs .nav-item .nav-link {
    color: #fff;
}

.nav-tabs .nav-item .nav-link:hover {
    color: #000000;
    background-color: #fff;
}

.nav-tabs .nav-item .active {
    color: #000000;
    background-color: #fff;
}

.ribbon {
    position: relative;
    float: right;
    margin-bottom: 30px;
    color: #000000;
}

.ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 10px;
}

.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 10px solid #ffffff;
}

.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 70px;
}

.ribbon1 span:before,
.ribbon1 span:after {
    position: absolute;
    content: "";
}

.ribbon1 span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #ffffff;
}

.ribbon1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #ffffff;
}

.error {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.top_courses:hover {
    background-color: #eeeeee;
    border: 2px solid #000000;
    box-shadow: 5px 5px 2.5px #fff;
}

.tc_content h5 a {
    color: #fff;
}

.top_courses:hover .details {
    color: #000000;
}

.top_courses:hover .tc_content h5 a {
    color: #000000;
}

.top_courses:hover .tc_content p {
    color: #000000;
}

.top_courses:hover .tc_footer {
    border: 1px solid #000000;
}

.top_courses:hover .tc_footer .tc_price {
    color: #fff;
}

@media screen and (max-width: 520px) {
    .main-title {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .bg-img9 {
        height: 300px;
    }
}

@media screen and (min-width: 1441px) {
    .logo1 {
        margin-top: 0px;
    }
    .home5_shop_reg_widget {
        margin-top: 20px;
    }
    .ace-responsive-menu {
        margin-top: 0px;
    }
}