@media (min-width: 992px) {
    .user_info:after {
        position: absolute;
        right: 8px;
        top: 47%;
    }
}

@media (min-width: 768px) {
    .mt-67px-768 {
        margin-top: 67px;
    }
}

@media (max-width: 991px) {
    .sb-search {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .ml_md_0 {
        margin-left: 0 !important;
    }

    .my_md_2 {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }

    .px_md_0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .auctionHeader {
        display: block;
    }

    .auctionHeader > h4:nth-child(1) {
        padding-bottom: 0 !important;
    }

    .auctionHeader > h4:nth-child(2) {
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .parent-slider-text-size {
        font-size: 15px;
    }

    .h-400px-767 {
        height: 400px !important;
    }
}

@media (max-width: 599px) {
    .text-center-599 {
        text-align: center;
    }

    .parent-slider-text-size {
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .w-100-375 {
        width: 100% !important;
    }
}