form#customer-type-form {
    display: inline-flex;
    margin-top: 10px;
    padding: 10px 10px 10px 0px;
    cursor: pointer;
    /* display: flex; */
   
}
form#customer-type-form input{
 justify-content: space-between;
    font-weight: 600;
    margin-left:20px;
    margin-right: 3px;
}

form#customer-type-form a {
  cursor: pointer;
 font-weight: 600;
}
.company-checkout {
  display: none;
}
@media (max-width: 480px) {
.custom-collapse {    
    margin-left: 10px;
    margin-right: 10px;
}
form#customer-type-form {
  margin-left: 10px;
 }
form#customer-type-form input {    
    margin-top: -22px;
}
  .custom-collapse .arrow {       
        margin-top: 0px;       
        right: 22px;
        
    }

}
