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

}



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

    
}

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



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

@media only screen and (max-width: 991px) {
   
    .description {
        width: 100%;
      }
}





@media only screen and (max-width: 767px) {
    .serverDetailsBox {margin-bottom: 15px !important;}
    .whiteBgBlog {height: auto;margin-bottom: 15px;}
    .totalSprintsBox {margin-bottom: 15px;}

    .menuBar .nav-item a.nav-link {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .batch_detail_section .selectpicker + .select2.select2-container{
        width:100%!important
      }
    
}
