.header .headerTop ul li a {
  font-size: 14px;
  line-height: 22px;
}

.sectionSpacing {
  margin-top: 80px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 80px 60px;
}
@media (max-width: 787px) {
  .sectionSpacing {
    padding: 22px 20px;
    margin-top: 40px;
  }
}
.sectionSpacing h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 24px;
  color: #12100a;
}
.sectionSpacing p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  max-width: 400px;
  width: 100%;
  color: #666666;
  margin-bottom: 16px;
}
.sectionSpacing img.left-img {
  max-width: 415px;
  width: 100%;
  margin: 0px auto;
}
.sectionSpacing .border-right {
  border-right: 1px solid #F2F2F2;
}
.sectionSpacing .award-notification {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 35px 0 0;
}
.sectionSpacing .award-notification .claim-sec,
.sectionSpacing .award-notification .award-sec {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.sectionSpacing .award-notification .claim-sec P,
.sectionSpacing .award-notification .award-sec P {
  width: 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .sectionSpacing .award-notification {
    display: none;
  }
  .radioWrapper {
    margin-top: 1rem!important;
}
}

.radioWrapper {
  position: relative;
  display: flex;
}
.radioWrapper input[type=radio] {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  z-index: 1;
  opacity: 0;
  top: -3px;
  left: -5px;
}
.radioWrapper input[type=radio] ~ label {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding: 1.5px 0 1.5px 12px;
  margin: 0 auto;
  color: #666666;
  cursor: pointer;
  transition: 0.25s linear;
}
@media (max-width: 992px) {
  .radioWrapper input[type=radio] ~ label {
    font-size: 12px;
    line-height: 15px;
    padding: 3.5px 0 1.5px 12px;
  }
}
.radioWrapper .vehicalLabel {
  color: #000;
}

.radioWrapper input[type=radio]:focus {
  border: none;
  box-shadow: none;
}

.radioWrapper input[type=radio]:checked ~ .check {
  border: 1px solid #060606;
  background-color: #ffcb09;
}

.radioWrapper input[type=radio]:checked ~ .check::before {
  background: #000;
}

.radioWrapper .check {
  display: flex;
  border: 1px solid #c4c4c4;
  background-color: #f2f2f2;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  justify-content: center;
  align-items: center;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.radioWrapper .check::before {
  display: block;
  position: relative;
  content: "";
  border-radius: 100%;
  height: 12px;
  width: 12px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radioWrapper input[type=radio] ~ label {
  margin: 0px;
}

input.formBox {
  font-size: 14px;
  color: #000;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #c4c4c4;
  max-width: 340px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  input.formBox {
    max-width: 100%;
    margin-top: 10px;
  }
}
input.formBox.stepTwo {
  margin-top: 8px;
}

.formContent {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .formContent {
    margin-bottom: 16px !important;
  }
}

.tabs {
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
  margin-bottom: 30px;
  background: #F2F2F2;
  border-radius: 78px;
  padding-left: 0;
  align-items: center;
}
.tabs li {
  padding: 13px 0;
  border-radius: 50px;
  margin: 5px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .tabs li .removeMbl {
    display: none;
  }
}
@media (max-width: 500px) {
  .tabs li {
    font-size: 12px;
    line-height: 14px;
  }
}
.tabs li.active {
  background-color: #FFCB09;
}

.tabpanel {
  display: none;
  margin-top: 60px;
}
.tabpanel.active {
  display: none;
}

.primary-btn {
  width: 210px;
}
.primary-btn img {
  margin-left: 10px;
}

@media (min-width: 1366px) {
  .right-content {
    padding: 0px 69px;
  }
}