

.penvir_IJAR {
    text-align: center;
}
.penvir_IJAR img {
    width: 75%;
    margin: 0 auto;
}
/*@media (max-width: 767px) {*/
@media screen and (max-width: 767px) {
    .penvir_IJAR img {
        width: 100%;
        margin: 0 auto;
    }
    section._faq ._qstn a, ._solution .card .card-header ._qstn a {
        font-size: 14px;
        font-weight: 600;
        padding-right: 2.5em;
    }

     .navbar-me {
    position: fixed !important;
    width: 91.8%;
    left: 0;
    z-index: 999999;
    padding: 4% 4%;
    background: #faf2ed;
    min-height: initial;
    margin: 0 4%;
    } 

    section._page_header {
        margin-top: 95px;
    }

    .prod_bg .rect_img img, ._prodcts .rect_img img, ._faq .rect_img img {
        height: 234px;
    }

    
    .fixed-me {
        padding: 1.2em 2em !important;
        width: 100%;
        margin: 0;
    }
    /*.slider_elemnts {
        display: none;
    }*/
    li.nav-item:nth-child(6) {
        border-right: 0px solid #868686;
        padding-right: 0em;
    }
    .top_5 {
        top: 0;
    }
    .banner {
        height: 430px;
    }
    ._hdng h2, .prod_bg .ftrs_hdng h2, ._prodcts .ftrs_hdng h2, ._faq .ftrs_hdng h2 {
        font-size: 26px;
    }
    ._hdng h4, .prod_bg .bg_white h4, ._prodcts .bg_white h4, ._faq .bg_white h4 {
        font-size: 20px;
    }
    .prod_bg .bg_white p, ._prodcts .bg_white p, ._faq .bg_white p {
        text-align: justify;
    }
    .prod_bg .rect_img img {
        width: 86px;
    }
    .prod_bg .bg_white {
        padding: 1em 0.5em;
        text-align: center;
        width: 85%;
        margin: -1px;
    }
    .bg_white.pl-0 {
        text-align: left;
        padding: 1em!important;
    }
    ._kid {
        display: none;
    }
    ._prodcts .bg_white {
        padding: 1em;
        width: 95%;
        margin: 0 auto;
    }
    ._img img {
        width: 200px;
        margin: 0 auto;
        display: block;
    }
    .testimonial .pic {
        width: 75px;
        height: 75px;
        margin: 0 5px 5px 0;
    }
    .testimonial .description {
        padding: 12px 12px;
        font-size: 14px;
        line-height: 1.6;
        margin: 1.5em 0;
    }
    .testimonial .description:after {
        bottom: -5px;
        left: 40px;
        width: 22px;
        height: 20px;
    }
    .owl-theme .owl-controls {
        margin-top: -20px;
    }
    section._git h3 {
        margin: 1em;
    }
    ._dblock {
        display: inline-block;
    }
    .footer_bottom ul {
        display: none
    }
    section._faq ._accordion {
        position: relative;
    }
    section._faq .card-body {
        padding: 1em 1.5em;
        padding-top: 0em;
    }
    .icon-button .fa {
        font-size: 24px;
    }
    .md_6 {
        display: inline-block;
        width: 100%;
    }
    .md_6._ryt {
        margin-left: 0;
    }
    .social_icon {
        display: none;
    }
    .btn_submit{
        padding: .5em;
    }
    /* Srinivas 12-12-2019 */
    section._times_view .image {
        padding: 0 0 15px 0;
        width: 100%;
        margin: 0 auto;        
    }
    section._page_header .title {
        padding: 15px 0 0 0px;
    }
    section._page_header .breadcrumb {
        padding: 15px 0 10px 0px;
        float: left;
    }
    .footer_bottom p {
        text-align: center;
    }

    .banner {
        background: url('../../assets/img/mobile_banner.jpg') no-repeat;
        background-size:  cover;
        background-position:top;
        width: 100%;
        height: 530px;
    }

    li.nav-item .nav-link{
        line-height: 18px;
    }

    section._blog .card-text {
        text-align: justify;
    }

    section._blog .card-body {
        padding: 10px 5px;
    }
    
    .text-xs-center { text-align: center; }
    .text-sm-justify { text-align: justify; }

}


@media (min-width: 1600px){
    .container{
        max-width: 1520px;
    }
}