#start-now-selection-section {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  #start-now-selection-section {
    padding-bottom: 50px;
  }
}
#start-now-selection-section .start-now-boxes {
  background-color: #f4fafc;
  padding: 2.5rem;
  border-radius: 10px;
  height: 100%;
}
#start-now-selection-section .start-now-boxes img {
  width: 100%;
  max-width: 65px;
}

.abuse-state-img {
  width: 100%;
}
@media (min-width: 992px) {
  .abuse-state-img {
    width: unset;
  }
}

.form-select {
  border: 0 !important;
  border-bottom: 1px solid #C1C1C1 !important;
  border-radius: 0 !important;
}
.form-select .custom-option {
  font-size: 16px;
  line-height: 18px;
}
.form-select .custom-option:hover, .form-select .custom-option:active, .form-select .custom-option:focus {
  background-color: #e7f6f3;
  color: #171717;
}

.form-control {
  border: 0 !important;
  border-bottom: 1px solid #C1C1C1 !important;
  border-radius: 0 !important;
}