/* Tablet */
@media (min-width: 481px) and (max-width: 767px) {

    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }

    .f_feature {
        width: 100%;
    }

    .pricing {
        padding-top: 0;
        width: 95%;
    }

    .sub_shw_vin {
        display: block;
        width: 100%;
    }

    .tb-desktop-news {
        display: none;
    }

    .box-feat {

        margin-top: 50px;
    }

    .BshowBrand2 {
        display: none;
    }

    .sub_shw_vin {
        display: block;
        width: 100%;
    }

    /* CSS styles for tablets */
    .box-banner {
        display: none;
    }

    .bg-dark {
        background: var(--black) !important;
    }

    .register-modal {
        background: black;
        color: var(--white);
        backdrop-filter: blur(7px);
    }

    .login-modal {
        background: var(--black);
        color: var(--white);
        backdrop-filter: blur(7px);
    }

    .head-search {


        background-size: cover;

    }

    .navbar-collapse {
        background: var(--black);

    }

    .navbar-brand {
        font-size: 35px;
        font-family: system-ui;
        padding-left: 21px;

    }
    .nav-sub-menu{
        padding:10px;
    }

    .p-smart-search #show_product{
        top: -35px;
        position: relative;
    
      }

      .p-smart-search .shw_pd_list_tb {
        height: 85vh;
      }

      .p-smart-search .shw_pd_list_tb{
        height: 85vh;
        background: white;
        top: 7;
        position: relative;
        padding: 0;
        box-shadow: #00ced16e 0px 6px 24px 0px, #00ced130 0px 0px 0px 1px; 
        }

}