
#SymListView_PC{
  display: block !important;
  width: 100% !important;
}

#SymListView_Mobile{
  display: none !important;
}

.row{
  align-content: flex-start !important;
}


/* ========================= Responsive Starts ============================== */


@media only screen and (max-width: 1144px){
    

 

 }

 @media only screen and (max-width: 1040px){
    

 }

 
 
 @media only screen and (max-width: 984px) {
  
  
  .col-md-12{
    width: 680px !important;
  }

  
 }


 
 @media only screen and (max-width: 835px) {
   
  


 }
 
 
  
 @media only screen and (max-width: 735px) {

 }
 
 
 
   
 @media only screen and (max-width: 660px) {
 
  


  #SymListView_PC{
    display: none !important;
    width: 100% !important;
  }
  
  #SymListView_Mobile{
    display: block !important;
  }
  

  .table{
    min-width: auto !important;
  }

 }
 
 
 @media only screen and (max-width: 501px) {
 
 }
 


 @media only screen and (max-width: 480px) {
  .row{
    margin-left: 0rem !important;
  }

 }
 
 
 /* // For 320px deviced ie iphone 5 */
 @media only screen and (max-width: 411px) {
 
  #list-tab{
    flex-direction: column !important;
  }

  .col-md-12{
    width: 280px !important;
  }
 }
 

 
 
  
 
 /* // For 320px deviced ie iphone 5 */
 @media only screen and (max-width: 350px) {
 
  #SymListView_Mobile{
    margin-left:-1rem !important;
  }

 }
 
 
 /* ========================= Responsive Ends ============================== */
 