.header {
  background-color: #004080;
  width: 100%;
  padding: 15px 0;
  color: white;
  text-align: center;
  font-weight: bold;
}

.main-section {
  text-align: center;
  padding: 40px 20px;
}

.progress-bar {
  width: 50%;
  margin: 10px auto;
}

.footer {
  background-color: #003366;
  color: white;
  padding: 30px 20px;
  font-size: 0.9rem;
}

.footer a {
  color: white;
  text-decoration: underline;
  margin: 0 10px;
}

.form-btn {
  height: 56px;
  width: 260px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  margin-top: 10px;
  background-color: #2371df;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 80px;
}

.btn-next {
  background: #ff8a00;
}

.btn-next:hover {
  color: #ffffff;
  background: #d37101;
}

.form-label {
  font-size: 19px;
  font-weight: 900;
}

.form-control {
  border: 2px solid black;
  color: black;
  max-width: 260px;
  height: 60px;
  font-size: 32px;
  text-align: center;
  border-radius: 5px;
}

.rate-heading {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 42px;
}

.progess-width {
  max-width: 392px;
}

/* Add CSS to hide steps */
.step {
  display: none;
}

.step.active {
  display: block;
}

.hidden {
  display: none;
}

.vechicle-year-btn,.vehicle-name-btn {
  border: solid thin lightgray;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0px 3px rgba(224, 224, 224, 1);
  -moz-box-shadow: 1px 3px 0px 1px rgba(224, 224, 224, 1);
  box-shadow: 1px 3px 0px 1px rgba(224, 224, 224, 1);
  width: 100%;
  margin-bottom: 15px;
  padding-top: 8%;
  padding-bottom: 8%;
  font-size: 16px;
  overflow: hidden;
  max-width: 165px;
}

.custom-control input:checked+label {
    background: #ffd6ad;
}

.custom-radio .custom-control-input
{
  display: none !important;
}

.personal-form-control
{
  max-width: 440px !important;
  height: 49px !important;
}


.select2-container {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

