@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
      width: 100%;
    }

    .underline-div{
        display: none !important;
    }

    .nav-right-social {
        margin-left: 0 !important;
    }

    .nav-item-nrs{
        margin-right: 1rem!important;
    }

    .anan-cart-icon{
        margin-left: 5rem;
    }
    
    .navbar-brand{
        width: 60%;
        background-size: 100% 100%;
    }

    .main-sec{
        padding: 0 !important;
    }


    /* Home */
    .col-hb{
        flex-basis: auto;
        margin-top: 30px !important;
    }

    .mt-10{
        margin-top: 80px !important;
    }

    .hover-5{
        max-width: 48% !important;
        flex: 0 0 48%;
    }

    .hover-5::focus {
        content: '';
        width: 100%;
        height: 10px;
        background: #ffc83a;
        position: absolute;
        bottom: -10px;
        left: 0;
        display: block;
        transition: all 0.3s;
        z-index: 999;
    }

    .nav-item-rsa{
        padding-right: 0.5rem!important;
    }

    .article-card-rsa, .col-home-blogs{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .article-card-rsa img{
        width: 100% !important;
        height: auto !important;
    }
    
    .article-card-rsa-b a, .article-card-rsa-b p{
        margin-left: .3rem;
    }

    .col-home-blogs{
        margin-left: 0rem!important;
    }



    /* search page */

    .search-page-bar{
        max-width: 100% !important;
    }

    .product-quantity-wrap{
        width: 85px;
    }

    .col-blog-index{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sh-all{
        margin-left: 3%;
    }

    .pub-index-sep{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pub-index-h3{
        margin-left: 2%;
    }

    .blog-dt-title span{
        margin-left: 10px;
    }


}