    /* INDEX CSS  */
   .benefit-container {
       display: flex;
       column-gap: 2rem;
       align-items: center;
   }

   .usamap-image {
       max-width: 55px;
   }

   .signphone-image,
   .phone-image {
       max-width: 40px;
   }

   .left-space {
       flex-basis: 7%;
       -ms-flex: auto;
       position: relative;
       box-sizing: border-box;
   }

   .usamap-text {
       margin-left: -1rem;
   }

   .woman-image {
       max-width: 250px;
   }

   .section1 {
       display: flex;
       align-items: center;
       column-gap: 7rem;
       margin-top: 1.5rem;
   }

   .section2 p {
       color: red;
       font-weight: bolder;
       text-align: center;
       font-size: 18px;
   }

   .banner-containera {
       position: relative;
       width: 100%;
       max-width: 100%;
       overflow: hidden;
   }



   /* First image that serves as the background */
   .image-first {
       width: 100%;
       height: auto;
       display: block;
   }

   /* Second image that should overlap half of the first image and part of the next section */
   .image-second {
       position: absolute; 
       width: 20%;
       height: auto;
       transform: translateX(30%) translateY(-67%);
   }

   /* --------------------------------- */

   @media screen and (min-width: 641px) {
       .text-with-icons {
           /* flex-wrap: wrap; */
           margin: 0 -40px -45px;
           display: flex;
       }
   }

   @media screen and (min-width: 1000px) {
       .text-with-icons {
           justify-content: center;
           /* padding: 0 100px; */
       }
   }

   @media screen and (min-width: 1280px) {
       .text-with-icons {
           flex-wrap: nowrap;
           justify-content: center;
           margin: 0 -85px;
           padding: 0;
       }
   }

   .text-with-icons__item {
       width: 100%;
       line-height: 1.6;
   }

   @media (max-width: 767px) {
       .text-with-icons__item {
           padding: 20px;
       }
   }


   @media screen and (min-width: 641px) {
       .text-with-icons__item {
           flex-basis: calc(50% - 90px);
           margin: 0 40px 45px;
           display: flex;
       }
   }

   @media screen and (min-width: 1000px) {
       .text-with-icons__item {
           flex-basis: calc(50% - 140px);
           display: flex;
       }
   }

   @media screen and (min-width: 1280px) {
       .text-with-icons__item {
           flex-basis: calc(35% - 70px);
           margin: 0 27px;
       }
   }

   .text-with-icons__icon-wrapper {
       margin-bottom: 15px;
   }

   @media screen and (min-width: 641px) {
       .text-with-icons__icon-wrapper {
           margin: 0em 18px 0 0;
       }
   }

   .text-with-icons__icon-wrapper svg {
       vertical-align: middle;
       width: 30px;
       height: 30px;
   }

   .text-with-icons__title {
       margin-bottom: 3px !important;
   }

   .text-with-icons__content p {
       font-family: system-ui;
   }

   .text-with-icons__content>p {
       margin-bottom: 0;
   }

   .container-c {
       margin-left: 7rem;
       margin-right: 7rem;
   }

   @media (max-width: 767px) {
       .container-c {
           margin-left: 1rem;
           margin-right: 1rem;
       }
   }

  /* FORM CSS  */
  .form-initial_input {
      width: 3em;
      height: 3em;
      margin-top: .25em;
      vertical-align: top;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border: 1px solid rgba(0, 0, 0, .25);
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      margin-right: 15px;
      display: block;
  }

  .household-list {
      width: 100% !important;
  }

  #agreement-list li,
  .household-list li {
      list-style: none !important;
  }

  .grid-row {
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: start;
  }

  .grid-item {
      flex-basis: auto;
      -ms-flex: auto;
      position: relative;
      box-sizing: border-box;
  }

  .first-child {
      flex-basis: 78% !important;
  }

  .error {
      color: red;
  }

  .btn-file input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: right;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      background: white;
      cursor: inherit;
      display: block;
  }

  #state,#card_type {
      height: calc(1.5em + 1rem + 4px);
  }

  .btn-file {
      position: relative;
      overflow: hidden;
      background-color: #fff;
      width: 100%;
      display: block;
      color: #093d5f;
      border: 1px solid #093d5f;
      font-family: 'Roboto';
      height: 70px;
      padding-top: 21px;
  }

  .progress {
      display: -ms-flexbox;
      display: flex;
      height: 1.8rem;
      overflow: hidden;
      line-height: 0;
      font-size: .75rem;
      background-color: #C1DBF2;
      border-radius: 1rem;
      margin-top: 20px;
      margin: 20px 0px;
  }

  .wizard>.steps>ul>li {
      width: 32% !important;
      font-size: 0.85rem;
  }

  .wizard>.steps a,
  .wizard>.steps a:hover,
  .wizard>.steps a:active {
      padding: 1em 0.85em;
  }

  .wizard>.content>.body input {
      display: initial !important;
  }

  .purchase-options-row {
      flex-direction: row;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .purchase-options-cell {
      -ms-flex: auto;
      position: relative;
      box-sizing: border-box;
  }

  .payment-tab-icon-container {
      flex-direction: row;
      padding: .75rem;
      display: flex;
      width: 270px;
  }

  .grid-row {
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: space-between;
  }

  .payment-tabs-item {
      border-radius: var(--spacer-1);
      height: 60px;
      max-width: 100%;
  }

  .payment-tab-text {
      /*max-width: 80px;*/
      text-align: left;
  }

  .price-list {
      align-items: baseline;
      line-height: 1;
      display: inline-flex;
  }

  .tabs-list {
      -moz-column-gap: 1rem;
      column-gap: 1rem;
      color: #32363b !important;
      grid-template-rows: repeat(auto-fill, 60px);
      list-style: none;
      margin: 0;
      padding: 0;
      row-gap: 1rem;
  }

  .cp-c {
      padding: 15px 25px !important;
  }

  .cm-c {
      margin: 0px 25px 25px;
  }

  @media (min-width: 990px) and (max-width: 1024px) {
      .wizard .steps ul {
          top: 62px !important;
          left: 45px;
      }

      .wizard>.steps>ul>li {
          width: 20% !important;
          font-size: 0.85rem;
      }

      .wizard>.steps a,
      .wizard>.steps a:hover,
      .wizard>.steps a:active {
          padding: 0.85em 0.25em;
      }
  }

  @media (min-width: 768px) and (max-width: 992px) {

      .simple-text {
          margin-left: auto;
          margin-right: auto;
          display: block;
      }

      .wizard .steps ul {
          top: 62px !important;
          left: 0px;
      }

      .wizard>.steps>ul>li {
          width: 17% !important;
          font-size: 0.85rem;
      }

      .wizard>.steps a,
      .wizard>.steps a:hover,
      .wizard>.steps a:active {
          padding: 0.85em 0.25em;
      }

      .wizard>.steps .number {
          display: block;
          width: 50px;
          margin-bottom: 5px;
          margin-left: auto;
          margin-right: auto;
      }

      #process-form {
          margin-top: 5px !important;
          height: 48px;
          width: 254px;
      }

      .activation-background {
          padding: 30px 30px;
          background-size: 68% !important;
          background-position: 101% 20% !important;
      }

      .img-hero {
          width: 550px;
          margin-left: auto;
          margin-right: auto;
          display: block;
          margin-top: 5px;
      }

      .simpletext-h2 {
          text-align: center;
      }

      .car-wrapp {
          font-size: 18px;
      }
  }

  @media (max-width: 767px) {
      .cp-c {
          padding: 10px 10px !important;
      }

      .cm-c {
          margin: 0px 5px 5px;
      }

      .wizard>.steps>ul>li {
          width: 100% !important;
          font-size: 0.95rem;
          margin-bottom: 15px;
      }

      .wizard>.steps a,
      .wizard>.steps a:hover,
      .wizard>.steps a:active {
          padding: 0.5em;
          font-size: 22px;
      }

      .wizard>.actions a,
      .wizard>.actions a:hover,
      .wizard>.actions a:active {
          font-size: 20px;
      }

      .done {
          display: none !important;
      }

      .wizard>.actions {
          margin-bottom: 25px;
      }

      .social-area,
      .policy-area,
      .copyright-area {
          text-align: center !important;
      }

      .onlydesk {
          display: none !important;
      }

      .btn-file {
          padding: 13px;
      }

      #coverage {
          text-align: center;
      }
  }

  .steps li a {
      color: #fff;
  }

  .address-card,
  #wizard-p-4 .card {
      min-height: 450px;
  }

  .ct-label {
      margin-top: 21px;
  }

  #fcc_check-label,
  #transfer_consent-label {
      font-size: 18px;
      text-align: left;
      margin-left: 25px !important;
  }

  #fcc_check,
  #transfer_consent {
      margin-left: 0.1rem !important;
  }

  #wizard-p-3 p,
  #wizard-p-4 p {
      color: #093d5f;
  }

  #wizard-p-3 h1 {
      color: #093d5f;
      font-size: 2.0rem;
  }

  .wizard>.steps {
      /*background-color: #D9D9D9;*/
      height: 2px;
      border-radius: 15px;
  }

  /*.wizard>.content {
        min-height: 910px;
    }*/

  .wizard>.content>.body {
      width: 100%;
      height: auto;
      position: relative;
  }

  .wizard>.content>.body label {
      margin-bottom: 0;
      font-weight: 500;
  }

  .wizard .steps ul {
      display: none;
  }

  .wizard>.steps .done a,
  .wizard>.steps .done a:hover,
  .wizard>.steps .done a:active {
      color: #b5b5b5;
  }

  .wizard>.actions a,
  .wizard>.actions a:hover,
  .wizard>.actions a:active {
      background: transparent;
      padding: 0.4em 1.5em;
      min-height: 50px;
      font-weight: 800;
  }


  .wizard>.actions>ul>li {
      width: 50%;
      text-align: center;
      transition: all 0.2s ease, visibility 0s;
      border-radius: 8px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
      background: #FF0202;
      border: 0px solid #FF0202;
      padding: 0px 0px;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
  }

  tr {
      margin: 0 0 1rem 0;
      border: 1px solid #aba8a8;
  }

  @media (min-width: 992px) and (max-width: 1024px) {
      .wizard>.actions {
          width: 315px !important;
          top: 0px;
          left: -15px;
          z-index: 555;
      }

      .wizard>.actions>ul>li:nth-child(2) {
          width: 100%;
          text-align: center;
      }

      .wizard>.actions>ul>li a {
          width: 100%;
          text-align: center;
          font-size: 22px;
      }

      #process-form {
          margin-top: 5px;
          height: 48px;
          width: 254px;
      }
  }

  @media (min-width: 768px) {
      .wizard>.actions {
          margin-bottom: 20px;
      }
  }

  @media (min-width: 1200px) {

      .wizard {
          min-height: auto;
      }

      .wizard>.actions {
          width: 430px !important;
          top: 0px;
          left: 10px;
          z-index: 555;
      }

      .wizard>.actions>ul>li {
          width: 100%;
          text-align: center;
          font-size: 22px;
      }

      .ctm-relative {
          min-height: 80px;
      }

      #the_text {
          position: initial;
          z-index: 9999;
      }

      .card {
          margin-bottom: 0px;
      }
  }

  @media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {

      /* Force table to not be like tables anymore */
      table,
      thead,
      tbody,
      th,
      td,
      tr {
          display: block;
          border-color: #dee2e6;
      }

      /* Hide table headers (but not display: none;, for accessibility) */
      thead tr {
          position: absolute;
          top: -9999px;
          left: -9999px;
      }

      tr {
          margin: 0 0 1rem 0;
          border: 1px solid #aba8a8;
      }

      tr:nth-child(odd) {
          /*background: #ccc;*/
      }

      td {
          border: none;
          border-bottom: 1px solid #c8c8c8;
          position: relative;
          padding-left: 55%;
          padding-top: 2px;
          padding-bottom: 2px;
      }

      td:before {
          position: absolute;
          top: 0;
          left: 6px;
          width: 45%;
          padding-right: 10px;
          white-space: nowrap;
          font-size: 13px;
      }

      td:nth-of-type(1):before {
          content: "";
      }

      td:nth-of-type(2):before {
          content: "All 48 States";
      }

      td:nth-of-type(3):before {
          content: "Alaska";
      }

      td:nth-of-type(4):before {
          content: "Hawaii";
      }

      td:nth-of-type(5):before {
          content: "";
      }

  }
    /* FOOTER CSS */
   .maincontainer {
       background-color: rgb(1 77 125);
   }

   .footer-c {
       padding: 1rem 0rem 0rem 0rem;
       display: grid;
       grid-template-columns: 1fr 1fr 1fr;
   }

   @media (max-width: 767px) {
       .footer-c {
           padding: 1rem 1rem 1rem 1rem;
           display: flex;
           flex-direction: column;
       }
   }

   .fdiv1 div {
       width: 80%;
   }

   .fdiv1 div,
   .fdiv2 div,
   .fdiv3 {
       display: flex;
       flex-direction: column;
       color: #fff;
   }

   .logo_desktop {
       max-width: 150px;
   }

   .fdiv2 {
       justify-self: center;
   }

   .fdiv1 div,
   .fdiv2 div,
   .fdiv3 {
       display: flex;
       flex-direction: column;
       color: #fff;
   }


   .fdiv2 a {
       color: #fff;
       text-decoration: none;
       line-height: 1.9;
   }

   .fdiv3 {
       justify-self: flex-end;
   }

   @media (max-width: 767px) {

       .fdiv1,
       .fdiv2,
       .fdiv3 {
           margin-bottom: 1rem;
       }
   }

   .copyrights_area {
       line-height: 60px;
       position: relative;
       z-index: 1;
       color: #ffffff;
       background-color: #014d7d;
   }

   .copyrights_container {
       display: -webkit-flex;
       display: flex;
       -webkit-justify-content: space-between;
       justify-content: space-between;
       align-items: center;
       width: 100%;
   }

   .copyrights_container {
       font-size: 15px;
   }

   .footer-nav-container .main-menu.copyrights-menu {
       display: flex;
       align-items: center;
       justify-content: center;
       flex-wrap: wrap;
   }

   .footer-nav-container .main-menu.copyrights-menu li {
       margin: 0;
       padding: 0;
   }

   ul>li {
       line-height: 2em;
       padding-left: 30px;
       text-indent: 0;
       position: relative;
   }

   .footer-nav-container .main-menu.copyrights-menu li:not(:first-child) a:before,
   .footer-nav-container .copyrights-menu .menu-item a {
       color: #ffffff;
   }

   .footer-nav-container .main-menu.copyrights-menu li:not(:first-child) a {
       position: relative;
   }

   .footer-nav-container .main-menu.copyrights-menu li:not(:first-child) a {
       padding-left: 15px;
       margin-left: 15px;
   }

   .footer-nav-container .main-menu.copyrights-menu li:not(:first-child) a:before,
   .footer-nav-container .copyrights-menu .menu-item a {
       color: #ffffff;
       text-decoration: none;
   }

   ul,
   ol {
       margin: 0;
       padding: 0;
       list-style: none;
   }