@media (max-width: 1023px) {
.mob-no-pad {
padding: 0;
}
.body-content {
width: 100%;
}
.sidebarmenu {
 display: block;
 background: #0160a1;
 color: #fff;
 border-radius: 0px;
 cursor:pointer;
 padding:5px;
}
.sidebarmenu {
	display: block !important;
}
.sidebar {
display: none;
width: 100%;
border-radius:0;
}
.sidebarblock {
       display: block;
   }

   .sidebarnone {
       display: block;
   }
.right-content {
 border-radius: 0 0 6px 6px;
}
.sidebarmenu i {
 font-size: 17px;
 font-weight: bold;
 padding-left: 5px;
 padding-right: 5px;
}
}
@media (min-width:120px) and (max-width:991px) {
.right-content-section {
 padding: 0 !important;
 width: 100% !important;
}
.body-content {
 border: medium none;
 padding: 0;
}
.breadcrumb > li + li::before {
 padding: 0 0px;
}
.breadcrumb > li {
 font-size: 10px;
}

footer .copy, footer .developedby {
 color: #fff;
 font-size: 10px;
 line-height: 20px;
 padding: 0;
 text-align: center !important;
}
.top-heading {
display:none;
}
.right-content {
 
}
}
@media (min-width:768px) and (max-width:1023px) {
   .sidebarblock {
       display: block;
   }

   .sidebarnone {
       display: none;
   }
}
@media (min-width:992px) and (max-width:1023px) {
       .modal-dppopup {
width: 830px
}
}
@media (min-width:1024px) and (max-width:1279px) {
}
@media (min-width:120px) and (max-width:480px) {
.welcome h3 {
font-size: 15px;
}
.user img {
width: 30px;
}
.sidebarblock {
       display: block;
   }

   .sidebarnone {
       display: none;
   }
   .label-right .label-left .label-center{
       text-align:left;
   }
}