#showMeonMobile
{
    display: none;
}

.timeline-steps {
    display: flex;
    justify-content: start;
    /* flex-wrap: wrap; */
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    border-left: 5px solid #ddd;
    border-right: 5px solid #ddd;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 0px 10px;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 10px 1rem;
}

.abhiModal
{
    z-index: 6000;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-width: 0px !important;
}

@media (min-width:768px) 
{
    .abhiModal
    {
        z-index: 6000;
        position: fixed;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        max-height: 80vh;
        overflow-y: auto;
        scrollbar-width: 0px !important;
    }
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 0.6rem;
    width: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #3b82f6;
    display: inline-block;
    height: 1.3rem;
    width: 1.3rem;
    min-width: 1.3rem;
    border-radius: 50%;
    opacity: .5
}

@media only screen and (max-width: 600px) {

#side__bar
{
    display: none;
}

#search__boat
{
    display: none !important;
}

#hideMeonMobile
{
    display: none !important;
}

#showMeonMobile
{
    display: block;
}

#Dealer__Name
{
    display: none;
}

}