.fav_dst h3 {
    font-size: 17px;
    font-weight: 700;
    color: #002436;
    padding: 8px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}

.fav_dst p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 2px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}

.dnp-css {
    padding-left: 13px;
    padding-right: 13px;
}

.dest_ct_bx p.contdsnp {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 10px;
    height: 78px;
    border-radius: 0px 5px 5px 0px;
}

.dest_ct_bx {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.dest_ct_bx img {
    width: 360px;
    height: 180px;
} 
@media screen and (max-width: 767px) {
    .dest_ct_bx img {
        width: 100%;
        height: auto;
    }

a.dssuryawanshi-mob {
    font-size: 21px;
    width: 100%;
    float: left;
    text-align: center;
    color: #00537e;
    font-weight: 900;
    display: none;
    font-family: 'Open Sans', sans-serif;
}

@media (min-width: 320px) and (max-width: 767px) {
    a.dssuryawanshi-mob {
        display: block;
    }

    nav.navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        background: #fff;
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
        padding: 4px 0px;
    }

}