
/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .header-tablet-and-mobile-fixed .header{
    background: #fe0000;
  }
}
@media (max-width: 768px) {
   .dnoneR{ display: none!important;  }
.dblockR{ display: block!important;  } 
.table th{ font-size: 9px !important; vertical-align: middle;}
.form-control {/*height: 20px;*/     padding: 0.30rem .5rem 0.30rem .5rem !important; } 
.calculate { height: 15px!important; }
.checkboxmain label { width: 90%; height: 90%; }
.imgbox1 {
     width: 90%; height: 90%;
}
}




/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
   
}
@media (max-width: 480px){
    
  
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    
   
}
    


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

@media (max-width: 1200px) {
   
}


@media (min-width: 1400px) {}


@media (max-width: 1399.98px) {}






@media (max-width: 991.98px) {}

/* Small devices (landscape phones, less than 768px) */

 
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/*
Apple iPhone 5, 5S & 5C 
Apple iPod Touch (5th generation)
*/
@media (min-width: 1136px) and (max-width: 1279px) {

}





@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) 
{

 

}

@media (min-width: 1200px) {
  

}



@media (min-width: 1200px) {
   }




/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/


@media (max-width: 1199.98px) 
  {
   
  }

/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
/* With side menu
@media (min-width: 768px) and (max-width: 1279px) {
*/
/* Without side menu */
@media (min-width: 768px) and (max-width: 959px) {
   
}



/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/




/*
Very common low res
*/
/*@media (max-width: 479px) {
	body {	font-size: 12px; }
	h1 { font-size:2.5em; }
	h2 { font-size:2em; }
	h3 { font-size:2em; }
	h4 { font-size:1.3333em; }
	h5 { font-size:1.1667em; }
	h6 { font-size:1em; }
}*/