@media screen and (max-width: 760px), screen and (max-device-width: 760px) {
  body { padding: 0 2px !important; }
  #TopBoxes { margin-top: 36px !important; }
  #LeftBoxes, #BlogLeftBoxes { order: 2 !important; max-width: 100% !important; }
  #CenterBoxes { order: 1 !important; max-width: 100% !important; }
  #RightBoxes, #BlogRightBoxes { order: 3 !important; max-width: 100% !important; }  
  #returnOnTop { display: none !important; }
  #paranav { top: 0 !important; left: 0 !important; padding: 1rem !important; width: 100% !important; display: inline-flex !important; }
  #paranav li { margin: 0 2rem !important; }
  .a-col { padding-left: 0 !important; padding-right: 0 !important; }
  nav.menuIcons ul li { text-align: left !important; line-height: 3.2rem !important; }
  .tbluseravaW i { width: 48px !important; height: 48px !important; }
  fieldset { margin: 0 !important; }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #MainContent .col-md-9, #MainContent .col-md-6 {
    padding: 0 30px !important;
    -ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;
  } 
  #MainContent .col-md-3 {
	padding: 0 30px !important;
	-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;
	margin: 5px auto !important;
  }
  #LeftBoxes, #BlogLeftBoxes {
    order: 4 !important; max-width: 100% !important;padding: 0 30px !important; }
  #RightBoxes, #BlogRightBoxes {
    order: 5 !important; max-width: 100% !important;padding: 0 30px !important; }
}