@media (max-width: 991px) {
    .head .logo img {
        width: 500px;
    }
}






@media (max-width: 767px) {
    .head .logo img {
        width: 300px;
    }

    .head .custom_dropdown{
        width: 10%;
    }

    .custom-nav{
        width: 10%;
    }

    .head .custom_dropdown i{
        font-size: 18px;
    }

    .custom-nav li a{
        padding: 4px 0;
    }
}








@media (max-width: 575px) {
    .head .logo img {
        width: 211px;
    }

    .category_banner img{
        height: 240px;
    }

    .tabs_section ul.tabs li{
        margin: 0 2px;
        font-size: 14px;
        text-align: center;
    }

    .head .theme-btn{
        padding: 4px 10px !important;
    }

    .custom-marquee span{
        font-size: 11px;
    }

    .video video{
        height: 300px;
    }

    .follow .socail i{
        font-size: 20px;
    }

    .highlight_auction p{
        font-size: 14px;
    }

    .current_auction p{
        font-size: 15px;
    }

    .head .custom_dropdown{
        width: 8%;
    }

    .custom-nav{
        width: 15%;
    }

    .head .custom_dropdown i{
        font-size: 13px;
    }

    .custom-nav li a{
        padding: 4px 0;
    }

    .custom-nav li a i{
        font-size: 13px;
    }
}