.navbar-brand .img-fluid {
    max-width: 61%!important;
    height: auto;
    border-radius: 7px;
}
@media (max-width: 768px) {
.navbar-brand .img-fluid {
    max-width: 45%!important;
    height: auto;
    border-radius: 7px;
}
.navbar-brand {
    display: contents;
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
}    
}
input#check-termsSMS {
    margin-right: 7px;
}
p.SMSNEW {
margin-top: 10px;
margin-bottom: 3px;
}
p.SMS a {
    color: #162e66 !important;
}
p.SMSNEW {
    margin-top: 10px;
    margin-bottom: 3px;
}
p.SMSNEW a:hover {
    text-decoration: underline;
}
p.SMS a {
    font-weight: bold;
}
p.SMS a:hover {
    text-decoration: underline;
}