
.tradinglinks{
	display: none;
}

@media screen and (max-width: 600px) {
  
  .tradingtypes{
	  width: 100%;
	  
  }
  
  .tradingtypes .btnformline1 .btn  {
    width: 291px !important;
    
}

.Formcontainerstyle .col-md-4{
	display: none;
}
  
  .col-8{
    width: 100%;   
    
  }
  .tradinglinks{
	display: inline;
	
}
.tradinglinks a{
	margin-bottom: 10px !important;
}
  
  
  
  .boopenArea .card button{
	  width: 390px;
  }
  
  .table-responsive{
	  margin-left: 20px;
	  margin-right: 20px;
  }
}