@media only screen and (max-width: 1500px) {
   
}

@media only screen and (max-width: 1361px) {  

    
}
        
@media only screen and (max-width: 1281px) {

   
}
@media only screen and (max-width: 1151px) {

   
}
@media only screen and (max-width: 992px) {
 
.banner_img {
    height: 400px;
}
}

@media only screen and (max-width: 768px) {
.top_header p{text-align: center !important;}
.navbar-brand h3 {
    font-size: 16px;
}
.navbar-toggler{background: #ff641f;
        height: 48px;
        width: 48px;
        display: inline-table;
        padding: 0;
        line-height: normal;
        color: #ffffff;}
    .header_rw ul.navbar-nav{align-items: flex-start !important;}
    .header_rw ul.navbar-nav .nav-item{width: 100%;}
    .header_rw .navbar-expand-lg .navbar-nav .nav-link{padding: 12px;}
    .banner_img {
    height: 300px;
}
h2 {
    font-size: 24px;
    line-height: 32px;
}
.scheme_rw .scheme-box{margin-bottom: 30px;}
.quick_links{margin-top: 30px;}
.contact_box_content{margin-bottom: 20px;min-height: auto;}
}

@media only screen and (max-width: 576px) {
.banner_img {
    height: 200px;
}
.about_img {
    max-width: 100%;
    height: 220px;
}
.scheme-box .event-img {
    height: 220px;
}
.footerlogo a img{width: 90px;}
.inner_banner .banner_img {
    height: 200px;
}
h3 {
    font-size: 20px;
    line-height: 28px;
}
h1 {
    font-size: 24px;
    line-height: 32px;
}
.submit_ck label{font-size: 12px;}
}

@media only screen and (max-width: 376px) {

}
