﻿.fettle-bike-repair .book-a-repair {
  background-color: #FFFF00;
  padding: 20px 50px 20px 50px;
  text-align: center;
  color: #010245;
}
.fettle-bike-repair .book-a-repair h3,
.fettle-bike-repair .book-a-repair p {
  color: #010245;
}
.fettle-bike-repair .book-a-repair .btn-fettle {
  background-color: #FFF;
  padding: 10px 50px 10px 50px;
}
.fettle-bike-repair .fettle-options {
  margin-top: 25px;
}
.fettle-bike-repair .fettle-options .option {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 13px;
  margin-bottom: 25px;
  border: 2px solid transparent;
}
.fettle-bike-repair .fettle-options .option.most-popular {
  border: 2px solid #010245;
}
.fettle-bike-repair .fettle-options .option.most-popular .most-popular-heading {
  width: 80%;
  border: 2px solid #010245;
  background-color: #FFFF00;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: -37px auto -7px auto;
}
.fettle-bike-repair .fettle-options .option .heading {
  text-align: center;
}
.fettle-bike-repair .fettle-options .option .heading .title {
  font-size: 20px;
  padding: 20px 0px 5px 0px;
  color: #010245 !important;
}
.fettle-bike-repair .fettle-options .option .heading .subtitle {
  padding: 5px 0px 10px 0px;
  font-weight: bold;
  color: #010245 !important;
}
.fettle-bike-repair .fettle-options .option .heading .detail {
  min-height: 150px;
}
.fettle-bike-repair .fettle-options .option .price {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fettle-bike-repair .fettle-options .option .price .before-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #FF0000;
  font-style: italic;
}
.fettle-bike-repair .fettle-options .option .price .discount {
  font-size: 12px;
  color: #FF0000;
}
.fettle-bike-repair .fettle-options .option .price .caveat {
  font-size: 10px;
  font-weight: normal;
}
.fettle-bike-repair .fettle-options .option .book {
  margin-bottom: 20px;
  text-align: center;
}
.fettle-bike-repair .fettle-options .option ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.fettle-bike-repair .fettle-options .option ul li {
  border-top: 1px solid #CCC;
  padding: 8px 10px 8px 10px;
}