/* Add here all your CSS customizations */
@media (max-width: 479px) 
{
    .cust_res
    {
        padding-top: 0px;
    }
    .cust-3rdline
    {
        margin-top:30px !Important;
    }
    .pb-md-cust
    {
        margin-top:0px;
    }
    
    .cust-3rdline_download_page
    {
         margin-top:30px !Important;
         margin-bottom:30px !Important;
    }
    
    .hr_download_class
    {
        border: 1px solid #000 !important;
        display: flex;
    }
    
}

@media (min-width: 480px) 
{
    .cust_res
    {
        padding-top: 0px;
    }
    .pb-md-cust
    {
        margin-top:148px;
    }
    
}

.Wiz_logo_Font
{
    font-size: 2.2em;
    font-weight: 300;
    color: #FFF;
}

.tp-bgimg.defaultimg {
    opacity: 0.3 !important;
}

.margin-bottom
{
   margin-bottom: 120px;
}


