.step {
  display: none;
}

.step.active {
  display: block;
}

.progressbar {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 20px;
}

.progressbar li {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #ddd;
}

.progressbar li.active {
  background: #0073aa;
  color: white;
}

.step-map svg path {
  fill: #3d6380;
  cursor: pointer;
  transition: 0.3s;
}

.step-map svg path:hover {
  fill: #0073aa;
}

.step-map svg path.selected {
  fill: #f2682b !important;
}

ul.usa-state-list li.active {
  color: #f2682b !important;
}

ul.usa-state-list li:hover {
  color: #f2682b !important;
  cursor: pointer;
}

.step-map path {
  stroke: #1b3041;
  fill: #469fe3 !important;
  transition: fill 0.4s ease;
  transform-origin: center center;
}

.step-map path:hover {
  fill: #f2682b !important;
  cursor: pointer;
  transform: scale(1.005, 1.005);
}

form#multiStepMapForm {
  display: block;
  width: 100%;
  max-width: 100%;
}

#us-map {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
}

#details-box {
  box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.7);
  opacity: 0%;
  padding: 1rem;
  border-radius: 8px;
  font-size: 24px;
  position: fixed;
  color: white;
  font-family: "Poppins";
  background-color: black;
  width: fit-content;
  transform: translateX(-50%);
  transition: opacity 0.4s ease;
  z-index: 1;
}

.map-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}

.map-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.map-wrapper .single {
  width: 50%;
}

ul.usa-state-list {
  list-style: none;
  padding: 0;
  padding: 0;
  margin: 0;
  columns: 4;
  /* 3 columns */
  column-gap: 20px;
}
/*** New Style ***/

.step-map fieldset {
  margin-bottom: 15px;
}

.step-map ul.progressbar {
  display: none;
}

.map-top-heading h2 {
  font-size: 42px;
  color: var(--e-global-color-secondary) !important;
  margin-bottom: 8px;
  font-weight: 500 !important;
}

.map-top-heading h3 {
  font-size: 24px;
  font-weight: 400 !important;
  color: #000 !important;
}

form#multiStepMapForm {
  margin-bottom: 44px;
}

.step-map fieldset {
  border: none;
}

.step-map .map-top-heading {
  width: 60%;
  text-align: center;
}

.step-map .listing-states.single ul li {
  color: #000;
}

.step-map .listing-states.single {
  width: 60% !important;
  margin-top: 30px;
}

.step-map .map-wrapper .single {
  width: 40%;
}

.step-map .ul.usa-state-list {
  margin-top: 30px;
}

.step-map ul.usa-state-list li.active {
  color: var(--e-global-color-secondary) !important;
}

.step-map ul.usa-state-list li:hover {
  color: var(--e-global-color-secondary) !important;
  cursor: pointer;
}

.step-map ul.statesULStyle {
  list-style: none;
  padding-left: 0;
  display: flex;
  column-gap: 10px;
  row-gap: 16px;
  margin: 40px 0 10px;
  flex-wrap: wrap;
}

.step-map ul.statesULStyle li {
  color: var(--e-global-color-secondary) !important;
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 6px;
  padding: 4px 13px;
  cursor: pointer;
}

.step-map button.next {
  background: var(--e-global-color-secondary);
  color: #fff;
  border: 1px solid var(--e-global-color-secondary);
  padding: 3px 25px 3px;
  font-size: 24px;
  border-radius: 9px;
  transition: all 0.5s;
}

.step-map button.next:hover {
  background-color: #fff;
  color: var(--e-global-color-secondary);
  transition: all 0.5s;
}

.step-map button.prev {
  background: var(--e-global-color-secondary);
  color: #fff;
  border: 1px solid var(--e-global-color-secondary);
  padding: 3px 25px 3px;
  font-size: 24px;
  border-radius: 9px;
  transition: all 0.5s;
}

.step-map button.prev:hover {
  background-color: #fff;
  color: var(--e-global-color-secondary);
  transition: all 0.5s;
}

.step_two .radio-left-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 40px;
}

p.form-bottom-des {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  width: 60%;
}

.map-sect.single text {
  font-weight: 100 !important;
  letter-spacing: 2px !important;
  font-family: unset;
  stroke: #ffffff !important;
  stroke-width: 0.4px;
}
/**** Step Two ****/

.step-two-inner-box {
  display: flex;
}

.radio-left-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radio-btn {
  display: flex;
  gap: 5px;
}

.radio-left-box input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
}

.radio-left-box input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}

.form-control + .form-control {
  margin-top: 1em;
}

.radio-left-box input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #1d2327a8;
  border-radius: 50%;
  transform: translateY(-0.075em);
}

.radio-left-box input[type="radio"] {
  display: grid;
  place-content: center;
}

.radio-left-box input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #ff5722;
}

.radio-left-box input[type="radio"]:checked::before {
  transform: scale(1);
}

.radio-left-box input[type="radio"]::before {
  background-color: #ff5722;
}

.based-right-box {
  width: 50%;
}

.based-upon-top-heading {
  text-align: center;
}

.based-upon-top-heading h2,
.based-upon-top-heading h3 {
  margin: 0;
}

.based-upon-top-heading h2 {
  font-size: 28px;
  color: var(--e-global-color-secondary) !important;
  margin-bottom: 2px;
}

.based-upon-top-heading h3 {
  font-size: 24px;
  font-weight: 300;
  color: #000;
}

.step-two-bottom-btn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 25px;
}

.step-two-table table {
  margin: 30px 0;
}

.step-two-table table tbody > tr > td {
  font-size: 16px;
  color: #1b3041;
}

.step-two-table table thead {
  background: #fc671a;
  color: #fff;
  text-transform: uppercase;
  border-color: #fff !important;
  text-align: left;
}

.step-two-table table th {
  border: none !important;
}

.step-two-table table tbody tr:nth-child(even) {
  background: #d5d5d582 !important;
}

.step-two-table table td {
  border: none !important;
}

.radio-btn input[type="radio"]:hover {
  cursor: pointer;
}
/**** Media Query ****/

@media only screen and (max-width: 1480px) {
  .step-map ul.statesULStyle {
    column-gap: 10px;
    row-gap: 12px;
    margin: 20px 0;
  }
  .step-map button.next {
    padding: 4px 20px 4px;
    font-size: 18px;
    border-radius: 7px;
    margin-top: 10px;
  }
  .step-map button.prev {
    padding: 4px 20px 4px;
    font-size: 18px;
    border-radius: 7px;
    margin-top: 10px;
  }
  .step-map .listing-states.single ul li {
    font-size: 15px;
  }
  .step-map ul.statesULStyle li {
    padding: 4px 10px;
    font-size: 15px;
  }
  .map-top-heading {
    margin: 0 auto !important;
  }
  .map-top-heading h2 {
    font-size: 38px;
  }
  .map-top-heading h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .step-map .listing-states.single {
    width: 100% !important;
    margin-top: 30px;
  }
  .step-map .map-sect.single {
    width: 60%;
    margin: 0 auto;
  }
  .next-btn-sec {
    display: flex;
    justify-content: center;
  }
  .map-top-heading h2 {
    font-size: 30px;
  }
  .map-top-heading h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1024px) {
  .step-map .listing-states.single ul li {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .step-map ul.statesULStyle li {
    padding: 2px 8px;
    font-size: 14px;
  }
  .step-map .listing-states.single {
    margin-top: 15px;
  }
  p.form-bottom-des {
    width: 100%;
  }
   .step-two-inner-box {
    flex-wrap: wrap;
  }
  .radio-left-box {
    width: 100%;
  }
  .based-right-box {
    width: 100%;
}
.based-upon-top-heading h2 {
    font-size: 26px;
}
.based-upon-top-heading h3 {
    font-size: 19px;
    margin-top: 8px;
}

.step_two .radio-left-box {
    margin: 14px 0 24px;
    justify-content: center;
}
.based-upon-top-heading h2 {
    font-size: 20px;
}
.based-upon-top-heading h3 {
    font-size: 16px;
}
.step-map ul.statesULStyle {
    margin: 30px 0;
    justify-content: center;
}
}

@media only screen and (max-width: 768px) {
    
 .based-upon-top-heading h2 {
    font-size: 20px;
}
.based-upon-top-heading h3 {
    font-size: 16px;
}
  .step-map .map-sect.single {
    width: 100%;
    margin: 0 auto;
  }
  .map-top-heading h2 {
    font-size: 24px;
  }
  .map-top-heading h3 {
    font-size: 16px;
  }
  .step-map .map-top-heading {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .step-map .listing-states.single {
    margin-top: 0px;
  }
  .step-map .listing-states.single ul li {
    font-size: 12px;
  }
  .step-map ul.statesULStyle li {
    padding: 2px 6px;
    font-size: 12px;
  }
  .map-top-heading h2 {
    font-size: 20px;
  }
  .map-top-heading h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  ul.usa-state-list {
    columns: 3;
    column-gap: 8px;
  }
  .step-map .listing-states.single ul li {
    font-size: 11px;
  }
  .step-map button.next {
    padding: 3px 12px 3px;
    font-size: 14px;
    border-radius: 7px;
    margin-top: 10px;
  }
  .step-map button.prev {
    padding: 3px 12px 3px;
    font-size: 14px;
    border-radius: 7px;
    margin-top: 10px;
  }
  .step-map ul.statesULStyle li {
    font-size: 11px;
  }
}
