.form-control{
  height: 30px;
}
.plghidden{ 
  display: none !important;
}
 

/*Ipad*/
@media only screen and (max-width : 768px) {
   
}

/*Ipad Pro*/
@media only screen and (max-width : 1024px) {
  
}
/*Iphone 6,7,8 plus*/
@media only screen and (max-width : 414px) {
 
}
/*Iphone 6,7,8*/
@media only screen and (max-width : 375px) {
}

@media (min-width: 992px){
 

}
@media (min-width: 768px){
 
}
@media (min-width: 576px){
 
}
