.abut_page h2 {
    font-size: 27px;
    font-weight: 600;
    color: #02456D;
    line-height: 25px;
}
.abut_page p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    color: #02456D;
    margin-bottom: 10px;
}
.hding_page h2 {
    color: #02456d;
    font-weight: 600;
}
.hding_page p {
    color: #02456d;
    font-weight: 400;text-align: justify;line-height: 23px;
}
.dsnp-love-ab {
    background: #02456d33;
}
.dsnp-love-ab .abut_page {
    box-shadow: 0px 0px 2px 1px #fff;
    background: #fff;
    padding: 10px;
    border-radius: 9px;
}
.panel.with-nav-tabs.panel-default {
    margin-top: -8px;
}

a.dssuryawanshi-mob {
    font-size: 21px;
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-weight: 900;
    display: none;
    font-family: 'Fira Sans', sans-serif;
}

@media (min-width:320px) and (max-width:767px){
   a.dssuryawanshi-mob {display: block;}
   button.navbar-toggler {position: absolute;right: 11px;top: 9px;}
   nav.navbar.navbar-expand-md.navbar-light.main_navbar.sticky0 {position: fixed;top: 0px;z-index: 999999;width: 100%;background: #fff;}
   
}