.header-menu-id .nav-link.active:after {
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 9;
    background: linear-gradient(to right, #ff5500 50%, white 50%);
}
.header-menu-id .nav-link.active {
    box-shadow: none !important;
}
.new-header.pr-35 {
    padding-right: 35px !important;
}
.dropdown-design {
    border: 1px solid #c0b8b8 !important;
    background: #fff !important;
    color: #000 !important;
    border-radius: 15px !important;
    padding: 4px 24px 4px 5px !important;
}
#course_data .card {
    padding: 14px 14px 13px;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgb(73 226 246 / 80%);
    background: #fff;
    margin-top: 45px;
}
.custom-form, .custom-searchbar {
    background: #fff !important;
}
.custom-searchbar-ui{
    background-color: #003a76 !important;
}
.footer-sub {
    background-color: #003a76 !important;
    padding-top: 23px;
    text-align: left;
}
.icon-color-i, .icon-color-f {
    font-size: 30px !important;
    margin: 0 25px 0 0 !important;
}
.footer-sub {
    margin-top: 50px !important;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (min-width: 801px) and (max-width: 1900px) {
    .rating-icons {
        margin-right: 0 !important;
        font-size: 10px !important;
    }
}
