
.rad-containflex{
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.rad{
display: block;
width: 50%;
}
.radio-1 span{
    cursor: pointer;
  background-color: #fff;
   border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
  box-shadow:0 0 0 1.5px #a7a7a7;
  
  color: #666666;
  text-decoration: none;
  font-family: 'Helvetica Neue',Arial;
  font-size: 12.0pt;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.radio-2 span{
    cursor: pointer;
   background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
box-sizing: border-box;
box-shadow:0 0 0 1.5px #a7a7a7;
  

color: #666666;
text-decoration: none;
font-family: 'Helvetica Neue',Arial;
font-size: 12.0pt;
font-style: normal;
font-weight: 400;
letter-spacing: 0.4px;
}
.radio-1 input:checked + span{
  background-color: #f7f7f7;
  color:#713d03 !important;
  box-shadow:0 0 0 1.5px #0CA5F3;
  position: relative;
  
}
.radio-2 input:checked + span{
  background-color: #f7f7f7;
  color:#713d03 !important;
  box-shadow:0 0 0 1.5px #0CA5F3;
  position: relative;
}

.rad label {
 
  line-height: 2.5em;
  display: block;
}

.rad label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}

.rad label input {
  position: absolute;
  display: none;
  color: #fff !important;
}