#quote-tool {
  background: linear-gradient(to bottom, var(--secondary), var(--secondary-9));
  padding: 2rem 80px;
  margin: 2rem 0 3rem;
  color: white;
  border-radius: 10px;
  min-width: 100%;
}

#quote-tool .button:hover {
  background: var(--white);
  color: var(--primary);
  border: 2px solid var(--primary);
}

#quote-tool .quote-tool-container .gform_wrapper .gform_fields {
  row-gap: 1rem;
}
#quote-tool .quote-tool-container .gform_wrapper .gform_fields p {
 margin-top: 15px;
 margin-bottom: 10px;
 font-size: 18px;
}
#quote-tool .quote-tool-container .gform_wrapper .gform_fields label {
  color: var(--white);
}

  .quote-tool-disclaimer {
    /* font-size: 16px; */
  }
  .quote-tool-disclaimer a {
    color: white;
    text-decoration: underline;
  }
  #quote-tool .main-quote-title {
    font-size: 40px;
    margin-bottom: 1rem;
  }
  
  #quote-tool #field_54_26 .container-fluid,
  #quote-tool #field_54_26 .container {
    padding-left: 0;
    padding-right: 0;
  }
  #quote-tool #field_54_10 h2 {
    font-size: 35px;
  }
  #quote-tool .text-step {
    color: white;
    font-size: 40px;
  }
  
  #quote-tool .steps-nav .btns-container {
    display: flex;
    margin-bottom: 1rem;
    margin-left: 34%;
    justify-content: space-between;
    margin-top: 2rem;
    position: relative;
  }
  
  #quote-tool .btns-container .line {
    height: 2px;
    width: 98%;
    position: absolute;
    background: #d0d0d1;
    margin-top: 33px;
    z-index: -7;
  }
  div#gform_confirmation_wrapper_54 {
    padding-top: 1rem;
    width: 100%;
  }
  #quote-tool .gform_confirmation_message {
    color: black;
  }
  #quote-tool .gform_page_footer.top_label {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #gform_ajax_spinner_54 {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #quote-tool .step-content {
    padding-right: 2rem;
  }
  p.gform_required_legend,
  div#gf_progressbar_wrapper_54 {
    display: none;
  }
  #quote-tool .form-content-row {
    display: flex;
  }
  #quote-tool .quote-step {
    flex: 1 1 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
  }
  
  #quote-tool .gform_wrapper {
    flex: 1 1 66%;
  }
  
  #quote-tool .step-item button {
    /* dark grey 7 but without opacity */
    background: #929294;
    box-shadow: 2px 2px 10px var(--black-3);
    transition: 0.5s ease all;
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Cachet, san-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
    border-radius: 5px;
  }
  #quote-tool .step2.available,
  #quote-tool .gform_page_footer .gform_next_button {
    box-shadow: 2px 2px 10px var(--black-3);
    transition: 0.5s ease all;
    background: var(--secondary);
    color: var(--white);
    border: 2px solid var(--secondary);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Cachet, san-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
    border-radius: 5px;
    padding: 8px 22px;
  }
  #quote-tool .gform_page_footer .gform_previous_button {
    box-shadow: 2px 2px 10px var(--black-3);
    transition: 0.5s ease all;
    background: var(--dkgray);
    color: var(--white);
    border: 2px solid var(--dkgray);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Cachet, san-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
    border-radius: 5px;
    padding: 8px 22px;
  }
  
  #quote-tool .step3.checked,
  #quote-tool .step2.checked,
  #quote-tool .step1.checked,
  #quote-tool .step3.available,
  #quote-tool .step2.available,
  #quote-tool .step1.available,
  #quote-tool .button {
    box-shadow: 2px 2px 10px var(--black-3);
    transition: 0.5s ease all;
    background: var(--primary);
    color: var(--white);
    border: 2px solid var(--white);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Cachet, san-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
    border-radius: 5px;
    padding: 8px 22px;
    text-transform: uppercase;
  }
  input#gform_submit_button_54 {
    visibility: hidden;
  }
  
  #quote-tool button.checked {
    position: relative; /* Set relative positioning for the button to position the ::after element */
  }
  
  #quote-tool button.checked::after {
    content: "\2713"; /* Unicode for the checkmark symbol */
    color: limegreen; /* Set the color of the checkmark */
    font-size: 23px; /* Adjust the size of the checkmark */
    position: absolute;
    top: 50%; /* Vertically center the checkmark */
    left: 100%; /* Position it to the right of the button */
    transform: translateY(-50%); /* Adjust for centering vertically */
    margin-left: 10px; /* Add space between the button and the checkmark */
  }
  #quote-tool #field_54_quotes legend {
    color: var(--primary);
    font-size: 25px;
  }
  #quote-tool .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
  }
  .shortcode-map {
    position: relative;
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
  }
  
  #input_54_quotes {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  #input_54_quotes .gchoice {
    width: calc(50% - 1rem);
    padding: 1rem;
    text-align: center;
    background: white;
    border-radius: 8px;
    color: var(--dkgray);
  }
  #input_54_quotes .gchoice h4 {
    font-family: Cachet, san-serif;
    font-weight: 300;
    color: var(--secondary);
  }
  
  /* /* Hide the default radio button */
  #input_54_quotes input[type="radio"] {
    display: none;
  }
  
  .quote-tool-container.submitted .form-content-row {
    flex-direction: column;
    text-align: center;
    margin-top: 2rem;
  }
  .quote-tool-container.submitted .form-content-row .quote-step {
    display: none;
  }
  #quote-tool .quote-tool-container.submitted .btns-container {
    margin-left: unset;
    max-width: 800px;
    margin: auto;
  }

legend.gfield_label.gform-field-label,
label.gfield_label.gform-field-label {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}
label.gform-field-label.gform-field-label--type-sub {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    padding: 0;
}

  @media (max-width: 992px) {
    #input_54_quotes .gchoice {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    #quote-tool .steps-nav .btns-container {
      margin-left: unset;
    }
    #quote-tool .form-content-row {
      flex-direction: column;
    }
    #input_54_quotes {
      justify-content: center;
    }
    #quote-tool {
      background: linear-gradient(to bottom, var(--secondary), var(--secondary-9));
      padding: 2rem 30px;
    }
  }
  @media (max-width: 576px) {
    #quote-tool .step3.checked,
    #quote-tool .step2.checked,
    #quote-tool .step1.checked,
    #quote-tool .step3.available,
    #quote-tool .step2.available,
    #quote-tool .step1.available,
    #quote-tool .step-item button {
      font-size: 18px;
    }
  
    #quote-tool button.checked::after {
      margin-left: -10px;
    }

    
  }
  