  /* RHR style updates */
  h1,
  h2,
  h3,
  h4,
  h5,
  div,
  p,
  span,
  body,
  ul,
  ol,
  li {
    font-family: "Work Sans", sans-serif;
  }

  h1 {
    font-weight: 300;
  }

  h2 {
    font-weight: 700;
  }

  .font-small {
    font-size: 11px;
  }

  .bg-mri-light-blue {
    background-color: #e4f3fb !important;
  }

  ul.ticks {
    list-style: none;
    padding-left: 0;
  }

  .ticks li {
    position: relative;
    padding-left: 1.5em;
    /* space to preserve indentation on wrap */
    margin-bottom: 5px;
  }

  .ticks li:before {
    content: '';
    /* placeholder for the SVG */
    position: absolute;
    left: 0;
    /* place the SVG at the start of the padding */
    width: 1em;
    height: 1em;
    margin-top: 4px;
    background: url('https://storage.pardot.com/903661/1733480148wYnI9zAz/check.svg') no-repeat;

  }


  body {
    background-color: #1B7097;
    background-image: url('https://storage.pardot.com/903661/1733480186z50oILTe/bgIMG.png');
  }

  p,
  span,
  ul,
  li ol {
    color: #707070;
  }

  h2,
  h3,
  h4,
  h5 {
    color: #28AFE6
  }

  .form-right h3,
  {
  font-weight: 700;
  }

  h1 {
    font-weight: 400;
  }

  .form-right ul {
    font-size: 14px;
  }

  .bg-primary-subtle {
    background-color: #e4f3fb !important;
  }

  .steps-active i {
    color: #b9cf3b !important;
    vertical-align: middle;
  }

  .steps-active {
    color: #FFFFFF !important;
  }

  .steps {
    color: #e7e7e7;
  }

  .steps i {
    margin-right: 6px;
    font-size: 30px;
    vertical-align: middle;
  }

  .btn-primary {
    border-radius: 150px;
    text-transform: uppercase;
    background-color: #007AC6;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px 10px 20px;

  }

  .hw-18 {
    height: 18px !important;
    min-width: 18px !important;
    width: 18px !important;
  }

  .rounded-circle {
    border-radius: 50% !important;
  }

  .badge-light {
    color: #101729;
    background-color: #f1f4f9;
  }

  .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }


  .btn-white {
    border: 1px solid #cbd5e1;
    background-color: #fff;
  }

  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }

  .btn-group-sm>.btn,
  .btn-sm {
    padding: .7rem 1.55rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .table.table-lg td,
  .table.table-lg th {
    padding: 1rem .75rem;
  }

  .table.table-lg td,
  .table.table-lg th {
    padding: 1rem .75rem;
  }

  .table-borderless tbody+tbody,
  .table-borderless td,
  .table-borderless th,
  .table-borderless thead th {
    border: 0;
  }

  .price {
    font-size: 60px
  }

  .fs-7 {
    font-size: 14px
  }

  .bg-mriBlue {
    background-color: #008BD0 !important;
  }

  .bg-mriGreen {
    background-color: #AEC939 !important;
  }

  .bg-mriLightGreen {
    background-color: #03B187 !important;
  }

  .table tbody tr th {
    text-align: right;
    color: #706f6f !important
  }

  .table tbody tr th:last-child,
  .table tbody tr th:nth-last-child(2),
  .table tbody tr th:nth-last-child(3) {
    text-align: center !important;
    color: #706f6f !important
  }

  .table tbody tr i {
    color: #03B187 !important
  }

  .text-mriDarkBlue {
    color: #044d66
  }


  .form-label {
    margin-bottom: .5rem;
    font-size: 14px;
    color: #054e66 !important;
  }

  form p {
    font-size: 14px;
  }

  .bg-mriBlue,
  .bg-mriGreen {
    background-image: url('https://storage.pardot.com/903661/1733480224HgIYrNiF/downArrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 30px !important;

  }

  #tableNew .border {
    border: 1px solid #cbd5e1 !important;
  }


  .table-primary th {
    font-size: 20px !important;
  }

  th {
    font-size: 13px;
  }

  .form-section .form-right img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


  input::placeholder {
    font-size: 14px;
    color: #a89f9f !important
  }

  .text-warning {
    color: #ff6c36 !important;
  }


  @media only screen and (max-width: 600px) {
    .form-section img {
      max-width: 100px !important;
      padding: 15px;
    }

  }