.top-ad-banner {
    width: 100%;
    background-color: #2a254d;
    color: white;
    text-align: center;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: bold;
    position: relative; /* No fixed positioning */
    top: 0;
    left: 0;
    z-index: 1000; /* Keeps it above other elements */
}

.main-header, .main-header-two {
    position: relative; /* Removes fixed positioning */
}


.close-ad {
    margin-left: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 10px;
}

/*Featured Course On This Month*/
.fe_course .course-one__thumb{
    background: none;
    width:100%!important;
    border-radius: 0%!important;
    padding: 0px!important;
}

.fe_course img{
 object-fit: cover!important; 
 object-position: center!important; 
 border-radius: 14px 14px 0px 0px!important;
}

.btn-close.custom-close {
    filter: invert(28%) sepia(99%) saturate(747%) hue-rotate(340deg) brightness(90%) contrast(85%);
    opacity: 1;
}

.course-one__title {
    margin: 18px 0px 10px!important;
}

.course-one__time {
   position: relative!important;
    z-index: 2!important;
}

.iconspin{
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
