/*  Mob */
@media only screen and (max-device-width: 768px)
{
    .immgg_g
    {
        width: 100%;
        height: auto !important;
        margin-top: 32px;
    }
    .res_pb5
    {
        padding-bottom: 0px !important;
    }
    .language .form-control, .regional .form-control
    {
        height: 24px !important;
    }
    .skin-reader
    {
        font-size: 12px !important;
    }
    .menu-toggle
    {
        padding: 10px 15px !important;
    }
    .stellarnav.mobile > ul > li > a
    {
        /*  padding: 15px; */
        padding: 10px 15px !important;
    }
    .stellarnav.light li a
    {
        font-size: 13px !important;
    }
    .fa-home
    {
        font-size: 18px !important;
    }
    .stellarnav ul
    {
        box-shadow: none !important;
    }
    .h_bg
    {       
        height: auto !important;     
        font-size: 16px !important;       
    }
    .p_bg
    {
        height: auto !important;         
    }
    .esc_blog_m
    {
        display:none !important;
    }
}
/* tablet */
@media only screen and (max-device-width:1024px) and (min-device-width: 768px)
{


}

