section {
  display: none;
  padding:0;
}
.taxi-index {
    margin:0 auto;
    text-align: center;
    width: 100%;
    height: auto;
}
input {
  display: none;
}
.button2 {
    font-weight:600;
    text-transform: uppercase;
    background-color: #000;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:28px;
    margin: 4px 10px;
    cursor: pointer;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 30px;
}
.button2:hover {
    background-color: #ff5400;
	color:#FFF;
}
label {
  display: inline-block;
  margin: 0 0 -1px;
    padding:.5em 2em;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  border: 1px solid #000;
  background-color:#000000;
    border-radius:30px;
	text-transform: uppercase;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 3em;
}

label:hover {
   cursor: pointer;
   background-color: #ff5400;
   border: 1px solid #ff5400;
}

input:checked + label {
  color: #FFF;
  border-radius:30px;
   border: 1px solid #ff5400;
  background-color:#ff5400;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size:1em;
	margin-bottom:1em;
  }
  label:before {
    margin: 0;
    font-size: 1em;
  }
  .button2 {
    font-size:20px;
}
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}
