.ab-div {
    background: #fff3f3;
}
.topbar.abcnt p {
    text-align: justify;
    font-size: 15px;
    line-height: 29px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

a.dsnp-callfn {
    font-size: 19px;
    font-weight: 700;
    color: #013984;
    text-decoration: none;
    border: 1px solid #013984;
    padding: 5px;
    border-radius: 15px;
    display: none;
}



@media (min-width:320px) and (max-width:767px){
a.navbar-brand {width: 40%;margin-right: 0rem;padding: 0px;}
a.navbar-brand img {width: 100%;}
a.dsnp-callfn {display: block;}
.main_banner {height: auto;margin-top: 64px;}
button.navbar-toggler {display: none;}
nav.navbar.navbar-expand-lg.navbar-light {position: fixed;top: 0px;z-index: 999999;background: #fff;width: 100%;}




}