.progressBar li span
{
  font-size: 16px;
}

.passengersDetails_title
{
  color: #fff;
  background-color: #00A3E0;
}

.passengersDetails_title .svgHolder svg
{
  fill: #fff;
}

.passengersDetails_body
{
  border: 1px solid #dddd;
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 3px;
}

.passengersDetails_body li input,
.passengersDetails_body li .comboHolder select
{
  font-family: 'EuclidCircularB-Regular';
  font-size: 16px;
  text-indent: 10px;
}

.passengersDetails_body .input-group-text
{
  background-color: #f1f3f4;
  padding: 0 10px;
  color: #10133f;
  font-size: 15px;
}

.passengersDetails_bottom>label span,
.passengersDetails_chk label span
{
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  font-family: 'EuclidCircularB-Regular';
  font-weight: normal;
  color: #10133f;
}

.passengersDetails h1
{
  line-height: 1.5;
  font-family: 'EuclidCircularB-Bold';
  font-weight: normal;
  color: #10133f;
}

.passengersDetails_titleTraveler strong,
.passengersDetails_titleTraveler .comboHolder select
{
  color: #000;
  font-family: 'EuclidCircularB-Regular';
  font-size: 15px;
}