#findYourMatch
{
  border-radius: 4px;
  border: solid 1px rgba(127, 143, 164, 0.15);
  padding:20px;
}
#findYourMatch .sectionHeading
{
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #334150;
}
#findYourMatch .handle{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 0.18px;
  text-align: center;
  color: #f3515c;
  margin-top:21px;
  margin-bottom: 15px;
}
#findYourMatch .btn-view-now{
  border-radius: 5px;
  background-color: #f3515c;
  color: #FFF;
  margin-top:27px;
  margin-bottom:22px;
  width:200px;
  height:36px;
  font-size:14px;
  line-height: 2;
}
#findYourMatch .radioBatch
{
  border: 2px solid #e5e5e5;
  border-radius: 30px;
  padding: 10px;
}
#findYourMatch .radioLabel
{

  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#findYourMatch .radioLabel input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#findYourMatch .checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border: 1px solid #969da3;
  border-radius: 50%;
  margin-left: 30px;
}

#findYourMatch .radioLabel:hover input ~ .checkmark {
  background-color: #ccc;
}

#findYourMatch .radioLabel input:checked ~ .checkmark {
  background-color: #2196F3;
}

#findYourMatch .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#findYourMatch .radioLabel input:checked ~ .checkmark:after {
  display: block;
}

#findYourMatch .radioLabel .checkmark:after {
 	top: -1px;
	left: -1px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f3515c;
}
#findYourMatch .radioValue{
  font-size: 13px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.54;
letter-spacing: 0.13px;
color: #334150;
}
#findYourMatch .radioValuesBatch
{
  margin-top:10px;
}
