.tab {
/*  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;*/
  width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
}

.tab button {
  /*background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;*/
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  padding-top: 13px;
  text-align: center;
  background: #caccd1;
  color: #fff;
  border-radius: 10px;
  height: 80px;
  width: 70px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  /*background-color: #ccc;*/
  background: #f3f4f7;
  color: #000;
}


.tabcontent {
/*  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;*/

  height: auto;
  margin-top: -50px;
  background: #f3f4f7;
  color: #000;
  border-radius: 30px;
  z-index: 1000;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  padding: 30px;
  margin-bottom: 50px;
}


input[type=radio] {
    float: left;
}

label {
    margin-left: 30px;
    display: block;
}

.box01{
  background: white;
  color: black;
  display: flex;
  align-items: flex-end;
}

button{
       font-size:12px;
       font-weight:bold;
       color:white;
       background:#638cb5;
       border:0px;
       width:150px;
       height:70px;
      }
