    html {
      scroll-behavior: smooth; /* smooth scroll for all #anchors */
    }
    /* 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;
   }
   
   .subtext{
       font-size: 25px;
   }
   
   .acc-text{
       font-family: 'Montserrat';
       font-size: 29px;
       font-weight: 800;
       margin-top: 1.7rem;
   }

   .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-container {
       position: relative;
       width: 100%;
       max-width: 100%;
       overflow: hidden;
       background-color: #0C80C3;
   }
   
   #hero-plm{
       margin-top: -350px;
   }
   
   .hero-bg{
       height: 350px;
   }

   .secondhero-container{
        background-image: url(https://parichute.linkupmobile.com/img/bg_white12.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
   }
   
   @media (max-width: 767px) {
        .acc-text{
            text-align: center;
            margin-top: 0rem;
            margin-bottom: 0rem;
        }
        .hero-bg{
           height: 120px;
       }
       #hero-plm{
           margin-top: -125px;
       }
    }

   /* 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%);
   }
   
   /* Plans */
   
   .cards-container {
        display: flex;
        justify-content: center;
        column-gap: .8rem;
        margin-left: .8rem;
        margin-right: .8rem;
        align-items: end;
    }
   .sp-card{
        border: 4px solid #ffca0c;
        border-radius: 20px 20px 20px 20px;
        padding: 0 0 0 20px;
   }
   .card-li{
        border: 4px solid #ffca0c;
        width: 362px;
        height: 220px;
        border-radius: 20px 20px 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 0 20px;
    }
    .card-li2-promo-container, .card-li3-promo-container, .card-li4-promo-container, .card-li5-promo-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
    }
    .plan_active{
        background: #f7d33269;
        border-bottom-color: rgb(174, 203, 233);
        border-left-color: rgb(174, 203, 233);
        box-shadow: rgba(0, 123, 255, 0.1) 0px 0px 0px 1.30924px;
        border-right-color: rgb(174, 203, 233);
        border-top-color: rgb(174, 203, 233);
    }
    
    .card-li-title{
        font-size: 1.8rem;
        font-weight: 700;
        font-family: 'Montserrat';
        color: #0775d7;
        margin-bottom: 0px;
        text-transform: uppercase;
    }
    .card-li-gb{
        font-size: 2.0rem;
        font-weight: 800;
        font-family: 'Montserrat';
        color: #000;
        margin-bottom: 0px;
    }
    .card-li-desc{
        font-size: 2.0rem;
        font-weight: 800;
        font-family: 'Montserrat';
        color: #0775D7;
        margin-bottom: 0px;
        line-height: 1.3;
    }
    .card-li-disclosure{
         font-size: 1.1rem;
         margin-bottom: 15px;
    }
    
    .card-li-text {
        font-size: 1.8rem;
        font-weight: 500;
        color: #0775d7;
        justify-self: left;
        margin-top: -30px;
        margin-bottom: 15px;
    }
    .card-li1-price, .card-li2-price, .card-li3-price, .card-li4-price, .card-li5-price {
        font-size: 47px;
        color: #0775d7;
        font-weight: 800;
        justify-self: center;
        line-height: 25px;
    }
    .card-li1-gb, .card-li2-gb, .card-li3-gb, .card-li4-gb, .card-li5-gb {
        font-size: 40px;
        font-weight: 800;
        color: #000;
    }
    
    .card-li2-promo, .card-li3-promo, .card-li4-promo, .card-li5-promo {
        background-color: red;
        width: 100px;
        height: 45px;
        border-radius: 0 20px 0 20px;
        box-shadow: -3px 0 4px rgb(0 0 0 / .1), -1px 6px 6px -2px rgb(0 0 0 / .3);
        color: #fff;
        font-size: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 700;
        justify-self: flex-end;
        margin-top: -3px;
        margin-right: -3px;
        padding-top: 2px;
        line-height: normal;
    }
    .selectButton {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .broadband_selectline{
        height: calc(2.3125rem + 10px) !important;
        width: 270px;
    }
    
    .selectButton {
        background-color: #D2112C;
        color: white !important;
        border: none;
        width: 160px;
        height: 50px;
        font-size: 20px;
        font-weight: bolder;
        border-radius: 10px;
        font-family: sans-serif;
        text-align: center;
        align-content: center;
        transition: none;
        text-underline-position: unset;
        margin-bottom: 1.5rem;
        padding: 10px;
    }
    .item{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: -15px;
    }
    .item input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
    }
    .item input[type="radio"]:checked+label, .item label:hover {
        background: #0C80C3;
        color: #fff;
    }
    
    @media screen and (max-width: 1375px) {
        .card-li1 {
            width: 290px;
        }
    }
    @media screen and (max-width: 610px) {
        .card-li1 {
            width: 300px;
        }
    }
    @media screen and (max-width: 770px) {
        .card-li1 {
            width: 300px;
        }
    }
    
    .plm-h1{
        color: #0C80C3;
        font-size: 60px;
        font-family: 'Montserrat';
        font-weight: 900;
        margin-top: -39px;
    }
    .plm-h2{
        color: #FDC70C;
        font-size: 35px;
        font-family: 'Montserrat';
        font-weight: 700;
    }
    
    .plm-h3{
        color: #014D7D;
        font-size: 32px;
        font-family: 'Montserrat';
        font-weight: 900;
    }
    
    .plm-h23{
        color: #014D7D;
        font-size: 60px;
        font-family: 'Montserrat';
        font-weight: 900;
    }
    
    .sbt-lightblue{
        color: #0C80C3;
        font-size: 24px;
        font-family: 'Montserrat';
        font-weight: 500;
    }
    .plan-title,.plan-price{
        color: #0C71C3;
        font-size: 25px;
        font-family: 'Montserrat';
        font-weight: 700;
    }
    .price-tag{
        color: #000;
        font-size: 25px;
        font-family: 'Montserrat';
        font-weight: 700;
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        .plm-h1{
            margin-top: 0px;
        }
    }
    @media (max-width: 767px) {
        .plm-h1{
            margin-top: 0px;
            font-size: 28px;
        }
        .plm-h2{
            font-size: 25px;
        }
        .plm-h23{
            font-size: 55px;
        }
    }
    
    /*----------------------------------*/
    .boxes-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      gap: 20px;
      margin: 0 auto;
    }

    /* box Wrapper Styling */
    .box-wrapper {
      flex: 1 1 100%;
      max-width: 100%;
      display: flex;
      justify-content: center;
    }
    
    /* box Styling */
    .box {
      position: relative;
      border: 2px solid blue;
      border-radius: 20px;
      padding: 5px 12px 0px 12px;
      background-color: white;
      text-align: center;
      width: 100%;
      max-width: 280px;
       min-height: 200px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      min-width: 0;
    }
    
    .box-image {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      /*border: 2px solid blue;*/
    }
    
    .box-title {
      margin: 30px 0 10px;
      font-size: 30px;
      font-weight: bold;
      color: #0B3144;
    }
    
    .box-text {
      font-size: 19px;
      color: #333;
      margin-top: -10px;
    }
    
    .b-blue {
        border: 6px solid #0C80C3;
    }
    
    .b-yellow {
        border: 6px solid #FFC807;
    }
    
    /* Desktop: 4 boxs per row */
    @media (min-width: 1024px) {
      .box-wrapper {
        flex: 1 1 30%;
        max-width: 30%;
      }
    }
    
    /* Tablet: 2 boxs per row */
    @media (max-width: 1191px) and (min-width: 600px) {
      .box-wrapper {
        flex: 1 1 45%;
        max-width: 45%;
      }
    }
    
    /* Mobile: 1 box per row */
    @media (max-width: 599px) {
      .box-wrapper {
         flex: 1 1 100%;
        max-width: 100%;
      }
      .sp_title {
        font-size: 20px;
      }
      .boxes-container {
          gap: 40px;
      }
      .box{
          margin-left: auto;
          margin-right: auto;
          display: block;
          margin-bottom: 15px;
      }
      
    }
    @media (max-width: 767px) {
        .boxes-container {
          margin-top: 1rem;
          gap: 40px;
      }
    }
   /* --------------------------------- */

   @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: space-around;
           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 35px;
       }
   }

   .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;
    }
  
    .multicontinue {
        background-color: #0C71C3;
        flex: none;
        width: calc(50%);
        text-align: center;
        line-height: 48px;
        font-weight: var(--text-font-bolder-weight);
        font-size: 1.2em;
        cursor: pointer;
        border-radius: 12px;
        padding: 5px 50px;
        transition: background .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
        display: inline-block;
        position: relative;
        border: none;
    }
    .multicontinue:hover {
        background: rgba(6, 117, 214, .8) !important;
        color: #fff;
    }

  .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 screen and (max-width: 1375px) {
    .cards-container, .plans-container {
        flex-wrap: wrap;
        row-gap: 2rem;
        justify-content: center;
    }
  }

  @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 screen and (max-width: 880px) {
    .cards-container, .plans-container {
        flex-wrap: wrap;
        justify-content: center;
    }
}
  
  @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: "";
      }

  }
    
    /*REVIEWS*/
    .review-titlewrap{
        background-color: #0C80C3;
        color: #FDC70C;
        font-weight: 700;
    }
    .text-with-icons__title{
        color: #0C71C3;
        font-weight: 500;
    }
    .review-wrapper{
        padding: 15px;
        background-color: #FDC70C;
        border-radius: 15px;
        box-shadow: 3px 2px 8px -3px rgba(0, 0, 0, 0.61);
        -webkit-box-shadow: 3px 2px 8px -3px rgba(0, 0, 0, 0.61);
        -moz-box-shadow: 3px 2px 8px -3px rgba(0, 0, 0, 0.61);
        margin: 30px 0px;
        min-height: 250px;
    }
    
    .start-icon {
        margin-bottom: 10px;
    }
    .review-quote, .review-user {
        font-weight: 700;
    }
    .review-title{
        color:#014D7D;   
        font-weight: bold;
    }
    .review-quote{
        
    }
    
    @media screen and (max-width: 1275px) {
        .text-with-icons {
            flex-wrap: wrap;
        }
    }
    
    @media (max-width: 767px) {
       .review-wrapper{
          margin: 0px 0px 30px;
       }
    }
    
    /* 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;
   }