.txt-18{
    font-size: 18px !important;
    text-transform: none !important;
}
.ncap{
    text-transform: none !important;
}
.br50{
    border-radius:50%;
}
@media only screen and (max-width:480px) {
 h1{
    font-size: 3em !important;
 }
}
@media only screen and (max-width:320px) {
    h1{
       font-size: 2.2em !important;
    }
}
.pt-av7{
    padding-top: 12rem !important;
}
.logmn{
    float: left;
    width: 16%;
}
.img-pri{
    width: 100%;
    margin-top: -2%;
}
@media only screen and (min-width:800px) {
    .margin-r{
        padding-left: 80% !important;
    }
}
@media only screen and (max-width:480px) {
    .logmn{
        float: left;
        width: 38%;
    }
    
}