@media (min-width: 540px) and (max-width: 766px)
{
    .mobile
    {
        display: block !important;
    }
    
    .lg-tab
    {
        display: none !important;
    }
    
    .desktop
    {
        display: none !important;
    }

    .forminator-row {
        gap: 10px !important;
    }

    #select-1 {
        width: 48% !important;
    }

    .popup-content {
        background-color: #fff;
        width: 275px !important;
    }  

}  

@media only screen and (max-width: 767px){
    /* .fa-facebook {
        color: #002E6C;
        background-color: #FFFFFF;
        border-radius: 99px;
        font-size: 26px;
    } */
        
    .navbar-demo  button.menu-btn {
        position: absolute;
        top: 16px;
        right: 20px;
        background-color: white;
        border-radius: 99px;
        font-size: 26px;
        display: block;
        padding: 2px 7px 2px 6px;
        color: #000;
        outline: none;
    } 

    .navbar-demo{
        z-index: 9;
    }

    .navbar-demo .nav-bar {
        left: -950px;
        background-image: url(../images/ryce-blur-min-webp.webp);
        transition: 1s;
        height: 100%;
    }
    
    .navbar-demo.open-nav  .nav-bar{
        left: 0;
        width: 100%;
        transition: left 0.5s;
        height: 100%;
    }
    
    .navbar-demo .nav-bar ul li a {
        display: flex;
        justify-content: center;
        color: #fff;
    }

    .navbar-demo.open-nav button.menu-btn i:before {
        content: '\f00d ';
    }
    
    }