/* Screen Size from 320px to 375px */
@media screen and (min-width:320px) and (max-width:375px){
    .mainheader {
        background-color: rgba(0,0,0,0.1);
        padding: 10px 0;
        padding-bottom: -15px !important;
        height: 70px;
    }

}

/* Screen Size from 376px to 425px */
@media screen and (min-width:376px) and (max-width:425px){
   
}

/* Screen Size from 426px to 768px */
@media screen and (min-width:426px) and (max-width:768px){
    
}


/* Screen Size from 769px to 991px */
@media screen and (min-width:769px) and (max-width:991px){

 
}

/* Screen Size from 992px to 1024px */
@media screen and (min-width:992px) and (max-width:1024px){
    
}

/* Screen Size from 1025px to 1200px */
@media screen and (min-width:1025px) and (max-width:1200px){

}