.btn
{
    border-radius: 0px !important;
}


.owl-nav
{
    position: absolute;
    bottom: 0;
    top: 35%;
}

.owl-nav button span
{
    padding: 0.2em 0.8em 0.3em 0.8em;
    font-size: 1.4em;
    border-radius: 90px;
    background: #f5f5f5;
}

.owl-nav .owl-prev
{
    position: absolute;
    left: 5vw;
}

.owl-nav .owl-next
{
    position: absolute;
    left: 90vw;
}


.accordion
{
    --bs-accordion-active-bg: #FFC107;
    --bs-accordion-active-color: #000;
    --bs-accordion-border-color: #ededed;
    --bs-accordion-btn-focus-box-shadow: #FFC107;

}

#hero .position-absolutes
{
    height: 18em !important;
}

@media (min-width: 600px) {
    #hero .position-absolutes
    {
        height: 14em !important;
    }
}



/* .bg-warning
{
    background: #52A184 !important;
}

.btn-warning
{
    background: #52A184 !important;
    border-color: #52A184 !important;
} */


@media (min-width: 800px) {
    #findexperts .sidebar
    {
        max-width: 18em;
    }
}


#course .body img
{
    height: 100% !important;
    width: 100% !important;
}
