@media (min-width: 1400px) {
      .header-big-screen{
        display: none;
    }
}

@media(min-width: 1200px) and (max-width: 1399.98px) {
     .header-big-screen{
        display: none;
    }
}

@media(min-width: 992px) and (max-width: 1199.98px) {
   
  .header-big-screen{
        display: none;
    }
    /* banner part start */
    
    /* banner part end */

  
}

@media(min-width: 768px) and (max-width: 991.98px) {
.single-card-img img {
	width: 200px !important;
	height: 200px !important;
}
.news-item{
display: block !important;

}
.news-img {
 width: 100% !important; 
padding-bottom:20px;
}
.news-text h4{
	font-size: 18px;
}
.news-img img {
	width: 100% !important;
	height: 92px !important;
}
.news-item {
	display: block !important;
	border: 1px solid #eee;
	padding: 10px 5px;
	margin-bottom: 24px;
}
.single-card-title h2{
	font-size: 20px;
}
  .header-big-screen{
        display: none;
    }
    .main-menu ul li a {
        font-size: 16px;
        padding-right: 8px !important;
    }
    .header-left a{
        font-size: 15px;
        margin-right: 10px;
    }
    .carousel-item img {
        height: 345px;
    }
.filter-btn{
    display: flex;
}
.card-body h5 {
	font-size: 13px;
	margin-bottom: 0;
    font-weight: 700;
}
.card-body p{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.card-footer{
    padding-top: 0;
}
.card-body{
    padding-bottom: 0;
}
.sidebar-add img {
	height: 288px;
}
.news-left{
    display: block !important;
    text-align: center;
    border: 1px solid #dadada;
}
.news-left h4 {
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
}
}

@media(min-width: 576px) and (max-width: 767.98px) {
.single-card-content{
	display: block !important;
}
.single-card-title{
	margin-top: 20px;
}
.single-card-img img {
	width: 100% !important;
	height: 200px !important;
}
  .header-big-screen{
        display: none;
    }
    .header-content {
        display: block;
    }
    .header-logo,
    .header-left{
        text-align: center;
    }
    .header-right{
        text-align: center;
        margin-top: 20px;
    }
    .header-logo{
        padding-bottom: 20px;
    }
    .header-add a img{
        height: 90px;
    }
    .main-menu button i{
        color: #00A7B3;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 #00A7B3;
    }
    .main-menu{
        margin: 0 auto;
        text-align: center;
    }
    .carousel-item img {
        height: 300px;
        margin: 24px 0;
    }
    .btn {
        padding: 0.2rem 1rem;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    .section-title {
        margin: 20px 0;
    }
    .category-content ul li a {
        margin-right: 4px;
    }
    .promo-img img {
        height: 300px;
    }
  .dropdown-menu{
        opacity: 1;
    }
}

@media (max-width: 575.98px) {
.top-view-news-container{
 display: none;
}
.header-small-screen{
        display: none;
    }
    .header-content {
        display: block;
    }
    .header-logo,
    .header-left{
        text-align: center;
    }
    .header-right{
        text-align: center;
        margin-top: 20px;
    }
    .header-logo{
        padding-bottom: 20px;
    }
    .header-add a img{
        height: 90px;
    }
    .main-menu button i {
        color: #fff;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 #00A7B3;
    }
    .main-menu{
        margin: 0 auto;
        text-align: center;
    }
    .carousel-item img {
        height: 300px;
        margin: 24px 0;
    }
    .btn {
        padding: 0.2rem 1rem;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    .section-title {
        margin: 20px 0;
    }
    .category-content ul li a {
        margin-right: 4px;
    }
    .promo-img img {
        height: 300px;
    }
.dropdown-menu{
        opacity: 1;
    }
.single-card-content{
	display: block !important;
}
.single-card-title{
	margin-top: 20px;
}
.single-card-img img{
	width: 100% !important;
}
}