html {
    position: relative;
    min-height: 100%;
}
  
body {
margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px; /* Set the fixed height of the footer here */
line-height: 60px; /* Vertically center the text there */
}


.validation-error-label {
    color: #212529;
    display: inline-block;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.dots {
    width: 9.6px;
    height: 9.6px;
    margin: auto;
    background: #a5a5ae;
    color: #a5a5ae;
    border-radius: 50%;
    box-shadow: 16px 0, -16px 0;
    animation: dots-u8fzftsm 1.2s infinite linear alternate;
}

@keyframes dots-u8fzftsm {
    0% {
        box-shadow: 16px 0, -16px 0;
    }

    33% {
        box-shadow: 16px 0, -16px 0 rgba(165, 165, 174, 0.13);
        background: rgba(165, 165, 174, 0.13);
    }

    66% {
        box-shadow: 16px 0 rgba(165, 165, 174, 0.13), -16px 0;
        background: rgba(165, 165, 174, 0.13);
    }
}

.transform-upper {
    text-transform: capitalize;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }



  


  .purpose-radios-wrapper .form-group {
    margin-bottom: 0rem;
  }
  
  .card-title {
    margin-bottom: 2.5px;
    font-size: 14px;
  }
  
  .purpose-radios-wrapper .card-body h5 {
    display: inline;
    word-wrap: normal;
  }

  .purpose-radios-wrapper .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
  }

  .plan {
    font-size: 10px;
  }


  .plan-error-label {
    color: red;
    display: inline-block;
    margin-bottom: .8rem;
  }


  .card-body{
    padding: 0.7rem;
  }
  .terms {
    margin-bottom: 2.5px;
    font-size: 10px;
  }
  
  
  .price-box {
    margin: auto;
  }
  
  .price{
    margin: auto;
    text-align: center;
    word-wrap: normal;
  }

  .frequency{
    margin-left: 10px;
    text-align: center;
    word-wrap: normal;
  }


  
  .description-box {
    margin: auto;
  }


 .card-body .card-description p {
    font-size: 15px;
    color: #393939;
    font-weight: 500 ;
  }

  .card .value {
    font-size: 25px;
    text-align: center;
  }

  .content .card-body p {
    font-size: 14px;
    color: #393939;
    font-weight: 500 ;
  }

  .description {
    margin-bottom: 2.5px;
    font-size: 12px;
  }

  .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .0rem;
    }

  .list-group-item {
    position: relative;
    display: block;
    padding: .4rem 1rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
  }


  .purpose-radio {
    position: relative;
    display: inline-block;
  }
    
  .purpose-radio .purpose-radio-input {
      margin-left: 10px;
      margin-top: 10px;
      position: absolute;
  }
  .purpose-radio .purpose-radio-input:checked + .purpose-radio-label {
    border-color: #6c757d; 
  }

  .purpose-radio .purpose-radio-input:checked + .purpose-radio-label .label-text {
    color: #6c757d;
    font-weight: bold;
  }

  .purpose-radio .purpose-radio-input:checked + .purpose-radio-card {
    border: 1px solid #6c757d;
  }


    .purpose-radio .purpose-radio-label {
      display: block;
    }

      .purpose-radio .purpose-radio-card {
        display: -webkit-box;
        display: flex;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        cursor: pointer; 
        margin-right: 3px;
      }

      .purpose-radio label {
        display: block;
      }

      .purpose-radio .row {
        display: flex;
        margin-right: 0px;
        margin-left: 0px;
    }


      .purpose-radio .purpose-radio-card a {
        font-size: 0.8rem;
      }


      @media (max-width: 575px) {
        .purpose-radio .purpose-radio-label {
          width: 100%; } 
        }

  .purpose-radios-wrapper {
    margin-top: 20px;
   }

      @media (max-width: 575px) {
        .purpose-radios-wrapper .purpose-radio {
          margin-right: 0;
          margin-bottom: 18px;
          width: 100%;
          max-width: none; } }
      .purpose-radios-wrapper .purpose-radio:last-child {
        margin-right: 0; }
  