.about-content.mb-30 h2 {
    color: #008080;
}

a.dss-mob-img {
    display: none;
}

.deal_full p {
    color: #000;
    font-size: 14.2px;
    line-height: 21px;
    padding: 5px 10px;
    text-align: justify;
    font-weight: 500;
}

.about-content p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 5px !important;
    color: #000000;
}

.New_typdl {
    display: table;
    width: 100%;
    padding: 10px 10px 10px;
    margin-bottom: 16px;
    border-radius: 8px;
    position: relative;

    background: #fff;
}

.dsnp-newonex img {
    border-radius: 6px;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    box-shadow: 0px 0px 2px 1px #008080;
    padding: 3px 4px;
    width: 60px;
}

.dsnp-newonex {
    text-align: center;
}

.dsnp-newonex h4 {
    font-size: 17px;
    color: #008080;
    margin: 0px 0 7px 0;
    font-weight: 600;
}

.dsnp-newonex p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px 0;
    text-align: justify;
}

@media only screen and (max-width:767px) {

    .autho_logo ul li {
        display: inline-block;
        margin: 0 0px 0 0;
        width: 24%;
    }

    a.dss-mob-img {
        position: absolute;
        top: 11px;
        z-index: 9999;
        width: 51%;
        right: 0px;
        display: block;
        font-size: 19px;
        font-weight: 900;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal {
        display: none !important;
    }

    .logo a img {
        width: 40%;
    }



}