/*Custom Media Query for mobile max-width:736px and min-width:320px*/

@media (max-width:736px) and (min-width:240px) {
    .jnvu-image {
        width: 70px;
        position: absolute;
        right: 5px;
        top: 70px;
        display: none;
    }
    .carousel-caption h3 {
        font-size: 17px;
    }
    .nav-bg {
        z-index: 99;
        position: absolute;
        width: 100%;
    }
    .navbar-toggler {
        font-size: 0.9rem;
    }
    .navbar-toggler {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    a.catogary {
        margin-left: 0;
    }
    #demo {
        margin-top: 42px;
    }
    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #ffa494 !important;
    }
    .navbar-dark .navbar-nav .nav-link.active {
        color: #ba3720 !important;
    }
    .inside-page-container {
        margin-top: 55px !important;
    }
    .date-time {
        font-size: 9px;
        padding-top: 0;
        width: 100%;
        margin-right: 0;
    }
    #header .logo img {
        width: auto;
    }
    .inside-main-head-banner {
        margin-top: 47px;
    }
    .inside-page-container.container-with-banner {
        margin-top: 0 !important;
    }
}