/* For 1024 Resolution */

@media only screen and (min-width: 480px) {
    .notification {
       display:none !important;
    }
    
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .notification {
        position: fixed;
        bottom: 100px;
        height: 60px;
        width: 100%;
        font-size: 10px;

    }
    .col-12.col-md-3.mobile_banner_hide{
        display: none !important;
    }
    
     .mobilenone{
        display: none !important;
    }
    .mobileshow{
        display: inherit  !important;
    }
    .btnn {
        position: absolute !important;
        top: 0% !important;
        left: 0% !important;
        transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        color: black !important;
        font-size: 16px !important;
        padding: 12px 24px !important;
        border: none !important;
        cursor: pointer !important;
        border-radius: 5px;
        text-align: center;
        margin-top: 50px !important;
        margin-left: 34px !important; 
    }
    
    .sisters a {
    padding: 0px !important; 
    height: 80px !important; 
}
.companyLogos .sisters img {
  margin-top: 14px !important; 
    height: 50px !important; 
        margin-right: 100px !important;

}

.widget .widget_title{
    font-size: 14px;
}

}
