﻿
@media screen and (min-width:240px) and (max-width:767px) {
    .mob-view {
        display: block !important;
    }

    .desk-view {
        display: none !important;
    }

    #side-news {
        display: none;
    }

    .latestNews figcaption a {
        font-size: 1.4rem !important;
    }

    .relaventnewspublisheddate span {
        font-weight: 300;
        font-size: 13px;
    }

    .w-100 {
        width: 96% !important;
    }

    .latestNews figcaption {
        background: linear-gradient(to right,rgba(0,0,0,.6) 20%,rgba(0,0,0,.6) 80%);
        position: absolute;
        bottom: 2px;
        height: 18vh;
        width: 100%;
    }

    .newspublisheddate span {
        font-size: 12px;
        color: #62a711;
    }

    .newsHeading {
        color: #0f2499;
        font-size: 1rem;
    }

    .detailsofNews {
        display: block;
    }

    .mobilePagination .pagination li a {
        background: #f8f8f8;
        width: 24px;
        height: 28px;
        font-style: normal;
    }

    .list-style-social {
        list-style: none;
        float: right;
        margin-bottom: 0;
        margin-right: 0px;
    }

    .margin-mb {
        margin: 0px 15px;
    }

    .relaventnewspublisheddate li {
        float: left;
        list-style: none;
        padding-right: 15px;
        font-size: 15px;
    }

    .dealsNews p, .detailsofNews p {
        margin: 5px auto;
        font-size: .9rem;
        line-height: 1.3;
        padding: 5px 0px !important;
    }

    .mobile-view {
        display: none;
    }

    .pl-0 {
        padding-left: 15px !important;
    }
    .latestNews figcaption a {
        font-size: 1rem !important;
    }


}

@media screen and (min-width:768px) and (max-width:1024px) {
    .newsforMobile {
        background: #f2f3f7;
        padding: 7px 15px !important;
    }

    .mobile-view {
        display: block;
    }
    .pl-0 {
        padding-left: 15px;
    }
    .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px!important;
        color: #000;
        display: inline-block;
        text-decoration: none !important;
        font-size: 14px;
    }
}
#banner-news-details {
    margin-top: 35px !important;
}
.dealsNews p, .detailsofNews p {
    margin: 5px auto;
    font-size: .9rem;
    line-height: 1.3;
    padding: 5px 0px !important;
}

.mob-hight {
    height: 100%;
}

.newsletter-box {
    padding: 4px 5px;
    width: 100%;
    background-color: #fff;
}

.submit-btn01 {
    width: 100%;
    background-color: #96C33D;
    border-color: #96C33D;
}

.submit-btn01:hover {
        width: 100%;
        background-color: #96C33D;
        border-color: #96C33D;
 }

.subscribe-news {
    background-color: #f7f6f6;
    padding: 15px 15px;
}

.newspublisheddate span {
    font-weight: 100;
    color: #62a711;
}

.newsHeading {
    color: #0f2499;
}

.blog-detail-summary h1 {
    color: #0f2499;
}

.relaventnewspublisheddate span {
    color: #62a711;
}

.mob-view {
    display: none;
}
