.home_banner {
    position: relative;
    height: 500px;
}
.about_main_cont ul li {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    color: #000;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
}
.about_main_cont h4 {
    
    font-size: 21px;
    text-align: justify;
    color: #000;
    font-weight: 500;
    font-family: 'Fira Sans', sans-serif;
}

a.dssuryawanshi-mob {
    font-size: 21px;
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-weight: 600;
    display: none;
    font-family: 'Fira Sans', sans-serif;
    position: absolute;
    bottom: -4px;
    text-decoration: none;
}


@media screen and (min-device-width: 320px) and (max-device-width: 767px)
{
 
   a.dssuryawanshi-mob {display: block;} 
   nav.navbar {position: fixed; top: 0px;z-index: 999999; width: 100%;height: 69px;background:#fff;} 
   .home_banner {margin-top: 57px;} 
   
   
   
   