.tabs[aria-current=desktop] .tab-menu .form-control.desktop>.tab-link {
  max-width: none;
  font-weight: 500;
}

.tabs[aria-current=mobile] .tab-menu {
    max-width: 100% !important;
       margin: 10px 10px 0px 10px;
}

.border{
	border-top: 1px solid #ecedee;
    border-bottom: 1px solid #ecedee;
    border-left: none !important;
    border-right: none !important;
}

.collapsible{
	font-size: 16px !important;
    font-weight: 500;
}



@media only screen and (max-width: 575px) {
  /* For mobile phones: */
  .col-md-11 {
    text-align: center;
  }
}