/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
 .left-menu{display:none}
 .main-banner{margin-top:0px;}
 .main-header{background:#fff;padding:0 20px}
 #mobileMenuBtn{color:#333;font-size:34px;}
 .notice-tag{background: none;}
 .main-banner .carousel-item img{height:530px!important;object-fit: cover;object-position: center;}
 .cc-blr{width:100%!important}
 .main-banner .carousel-caption h5{line-height: 30px;font-size:30px;padding:0 30px}
 .main-banner .carousel-caption p{padding:0 30px}
 .notification-bar{background: #0056b3!important;}
 .about-section{padding-top:10px;}
 .logo img{height:55px;}
 .top-rr-menu li a{font-size:12px!important;padding: 8px 5px!important;}
 .top-bar{padding: 8px 5px!important;}
}

/* Small devices (landscape phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  
}