@media only screen and (max-width: 600px){
    .mobile-head {
        z-index: 99 !important;
        padding: 16px 24px;
        height: 50px;
    }
    .mobile-slide-menu {
        display: none;
        position: fixed;
        width: 100%;
        top: 2px;
        height: 100% !important;
        z-index: 5;
        opacity: 1;
    }
    .mobile-slide-menu .mobile-slide-head {
        position: absolute;
        width: 100%;
        padding: 5px 24px;
        align-items: center!important;
    }
    .user_shipping{
        position: fixed;
        right: 79px;
        top: 10px;
    }
    #webmobile-menu {
        clear: both;
        position: absolute;
        top: 101px;
        padding: 25px;
        width: 100%;
        background: #FBFBF9;
    }
    .mobile-slide-menu .mobile-slide-head .menuactive {
        position: relative;
        top: 13px;
        float: right;
    } 
    .inactive{
        position: relative;
        top: 7px;
        float: right;
    }
    #webmobile-menu .nav-link {
        /*font-family: 'SoleilBold';*/
        font-size: 24px;
        font-weight: 600;
        line-height: 33px;
        /*color: #2C3F29;*/
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 32px;
        font-family: 'DM Sans';
        /*font-size: 20px;*/
        /*line-height: 20px;*/
        /*text-align: left;*/
        color: #FFFFFF;
        /*font-weight: 500;*/
        /*text-transform: capitalize;*/
        /*letter-spacing: 0px;*/
        /*position: relative;*/
    }
    
    #webmobile-menu {
        clear: both;
        position: absolute;
        top: 80px;
        padding: 0px;
        width: 100%;
        max-width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #349751 0%, #377449 100%), #042750;
        right: 0px;
        padding: 24px 0 24px 0px;
    }      
    .nav_heading{
        position: relative;
    }
    .inactive, .menuactive{
        font-family: 'SoleilRegular';
        font-size: 16px;
        line-height: 36px;
        font-weight: 400;
        color: #2C3F29;
    }
    .header_divider{
        background: #BEC543;
        height: 1px;
        width: 100%;
        max-width: 90%;
        margin: auto;
        margin-bottom: 30px;
    }
    .header-top {
        padding: 16px 0px;
    }
    
}
/* --------------------------------------pp----------------------------------------- */
@media only screen and (max-width: 600px){
    .hambuger-title h2 {
        font-family: 'Mazzard-SemiBold';
        font-size: 40px;
        line-height: 100%;
        font-weight: 600;
        color: #F5A937;
        letter-spacing: 2px;
        text-transform: lowercase;
    }
    .bg_border_policy {
        padding-top: 2rem;
    }
    .privcy-box-content p {
        font-family: 'Inter';
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        color: #12394A;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
    .hambuger-pp {
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-right: 0.5rem;
    }        
    .footer {
        background: linear-gradient(180deg, #349751 0%, #377449 100%);
        padding: 3rem 0.9rem;
    }
    .footer_menu{
        margin: 0px 29px 24px;
    }
    .footer_bottom p {
        font-family: 'Proxima Nova';
        font-size: 12px;
        line-height: 100%;
        font-weight: 500;
        color: #000000;
        text-decoration: none;
        display: block;
        letter-spacing: 1px;
        text-transform: lowercase;
        opacity: 1;
        padding: 0px 31px;
        margin-bottom: 8px;
    }
    .footer_menu p.detail_foot {
        font-family: 'Inter';
        font-style: normal;
        font-size: 18px;
        line-height: 34px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        text-align: left;
    }
}


@media only screen and (min-width: 900px) and (max-width: 1400px){
    .footer_menu .footer_nav{
        font-size: 16px;
    }
    .footer_menu p{
        font-size: 16px;
    }
    .footer_bottom p{
        font-size: 16px;
    }
}