.ftr_bx h4 {
    font-family: 'Fira Sans', sans-serif;
}
.banner_bottom.resp_dp .container {
    border-bottom: 1px dotted #f26520;
}

a.dss-akdr {
    font-size: 20px;
    color: #000;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    display: none;
}

@media(min-width: 320px) and (max-width: 767px)
{

.panel-body {
    padding: 0px!important;
}
a.dss-akdr {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
}
nav.navbar {
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
    background: #fff;
}
.banner {
    height: 544px!important;
    padding-top: 83px;
}

}