.position-relative
{
    background: #606060d4;
    /*border-radius: 5px;*/
}

@media (min-width: 801px)
{
    .desktop
    {
        display: block;
    }

    .mobile
    {
        display: none;
    }
}

@media (max-width: 800px)
{
    .mobile
    {
        display: block;
    }

    .desktop
    {
        display: none;
    }
}

@media (min-width: 801px)
{
    .desktop
    {
        display: block;
    }

    .mobile
    {
        display: none;
    }
}

@media (max-width: 800px)
{
    .mobile
    {
        display: block;
    }

    .desktop
    {
        display: none;
    }
}

.exp-profile
{
    padding-top: 20px;
    float: right;
}

ul.tabs
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li
{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid white;
    width: 32%;
}

ul.tabs li.current
{
    background: transparent;
    color: #222;
    border-bottom: 1px solid #e9b100;
}

ul.tabs li.current .text-white
{
    color: #e9b100 !important;
}

.tab-content
{
    display: none;
    padding: 0 15px;
}

.tab-content.current
{
    display: inherit;
}

.trek-banner-list
{
    display: flex;
    justify-content: center;
}



.trek-level-icon
{
    margin-top: 50%;
}

.cat-sm
{
    display: none;
}

.banner-icon-posi
{
    position: absolute;
    top: 80%;
}

.level-show>div
{
    flex-direction: row;
    padding: 3rem;
}

.card-body p
{
    font-size: 14px;
    padding-top: 10px;
}

.card-body
{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card
{
    border-radius: 5px !important;
    background: #404040;
    border: 1px solid #ffffff6b;
}

.exp-top
{
    border-radius: 5px 5px 0px 0px !important;
    box-shadow: 0px 5px 10px 0px #00000054;
}

@media (max-width : 1024px)
{
    .col-trek-icon
    {
        display: flex;
        justify-content: center;
    }
}

@media (max-width : 426px)
{
    .exp-profile
    {
        width: 50px;
        height: 50px;
        float: none;
        padding-top: 0;
    }

    .banner-icon-posi
    {
        position: absolute;
        top: 65%;
    }

    .trek-sec-row
    {
        flex-direction: column-reverse;
    }

    .col-trek-icon
    {
        display: flex;
        justify-content: center;
    }

    .trek-banner-list
    {
        display: flex;
        flex-direction: column;
    }

    .trek-level-icon
    {
        margin-top: 10px;
        max-width: 50px;
        margin-inline: auto;
    }

    .cat-lg
    {
        display: none;
    }

    .cat-sm
    {
        display: block;
    }

    .trek-list-sm
    {
        display: flex;
    }

    .sm-col-icon
    {
        display: flex;
        justify-content: center;
        text-align: center !important;
    }

    .level-show
    {
        flex-direction: column;
    }

    .level-show>div
    {
        padding: 5px;
    }

    .ccard
    {
        width: 100%;
        /*float : left;*/
    }

    .desktop
    {
        display: none;
    }

    .card-body p
    {
        font-size: 14px !important;
        margin-top: -15px;
    }

    .card-body
    {
        height: 90px;
    }
}

.slideshow-container
{
    position: relative;
    background: #a24502;
    color: #fff;
}

.mySlides
{
    display: none;
    padding: 50px;
    text-align: left;
}

.mySlides p
{
    padding: 20px;
}

.prev,
.next
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next
{
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover
{
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.dot-container
{
    text-align: center;
    padding: 20px;
    background: #a24502;
    display: none;
}

.dot
{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover
{
    background-color: #717171;
}

q
{
    font-style: italic;
}

.author
{
    color: cornflowerblue;
}