


/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

    .related_product_auc h3.view_auc {
        font-size: 18px;
    }

    .banner-product {
        position: relative;
        top: 0;
        transform: none;
    }

    header .nav {
        align-items: center;
        justify-content: center;
    }

    .heading h1.h1 {
        font-size: 20px;
        text-align: center;
    }
    .become-buyer-header {
        font-size: 28px;
    }

    .round-circle {
        margin-bottom: 15px;
    }

    .become-buyer-text-wrap:after {
        right: 7px;
        transform: rotate(90deg);
        background-size: 15px;
        background-repeat: no-repeat;
    }

    .auction-form-1 label {
        font-size: 12px;
    }

    .auction-form-1 .nav-tabs .nav-link {
        font-size: 14px;
        padding: 5px !important;
    }

    .home-footer-block-1 h3 {
        font-size: 25px;
    }
    .main-banner-top .related_product_auc {
        background-color: #002c5f !important;
    }
    .main-banner-top .product-carousel .nav-container a.nav-prev {
        left: 10px;
    }
    .main-banner-top .product-carousel .nav-container a.nav-next {
        right: 10px;
    }
    .become-buyer {
        box-shadow: none;
    }
    .become-buyer-text-wrap {
        padding-left: 0;
    }
    .related_product_auc h3.bidnow_rounded {
        font-size: 25px;
    }
    header .mps-logo-2 {
        max-width: 240px;
    }
    .prodct_title_box h3 strong,
    .prodct_title_box h3 span,
    .prodct_title_box h4 {
        font-size: 14px;
    }
    .product-carousel-wrapper .nav-container a.nav-prev {
        left: 0;
        background-color: #002c5f;
        padding: 5px;
    }
    .product-carousel-wrapper .nav-container a.nav-next {
        right: 0;
        background-color: #002c5f;
        padding: 5px;
    }
    footer nav a.nav-link {
        padding: 8px !important;
    }
    .product-carousel-wrapper .nav-container a img {
        max-width: 10px;
    }
    .product-carousel .content-inner {
        padding: 25px 25px 5px;
    }
    .prodct_title_box h3 strong {
        display: block;
        font-size: 22px !important;
        line-height: normal;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    header .mps-logo-2 {
        max-width: 200px;
    }
}