.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:992px) {
    .container {
        width:100%;
    }
   
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .breadcrumbs-wrap{
	    display:none
	}
    .top-nav{
        display: none;
    }
    .header{
        background: #fff;
    }
    header{
        position: sticky;
        top: 0;
        z-index: 9;
    }
    .logo{
        height: 60px;
        display: flex;
        align-items: center;
    }
    .logo a{
        line-height: inherit;
        display: flex;
        align-items: center;
    }
    .logo a img {

        width: 80px;

    }
    .btn-search-t{
        display: none
    }
    .searchbox_content{
        display: block;
        position: relative;
        width: auto

    }
    .searchbox_content{
        margin: 0;
    }
    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        background: #fff !important;
    }
    .content_top h1 a, .heading-t h2{
        font-size: 1.2em;
    }
    .content_top p{
        font-size: 14px;
    }
    .grid .h3{
        font-size: 18px;
        font-weight: 700;
    }
    .pcon .pinfo img{
        width: 100%;
        height: auto;
    }
    #news-bodyhtml img{
        width: 100%;
        height: auto;
    }
    .owl-carousel .owl-nav .owl-next{
        right: 0
    }
    .owl-carousel .owl-nav .owl-prev{
        left: 0
    }
    .testmonial-grid h3, .specials-heading .h3{
        font-size: 25px
    }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    
}
@media (min-width:500px) and (max-width:991px) {
    
}
@media (min-width:500px) {
	.nv-infodie {
        width:500px;
        top: 100px;
        left: 0;
        right: 0;
    }
}
@media (min-height:500px) {
    .container {
        width:100%;
    }
    .nv-infodie {
        height:500px;
        top:5%;
    }
}
@media (min-width:768px) {
    .container {
        width:100%;
    }
    
}
@media (min-width:992px) {
    .container {
        width:100%;
        max-width:1170px;
    }
}
@media (min-width:1200px) {
    .container{
        width:1170px;
    }
}
