@media (max-width: 480px) {
    .rt-provider-heading {
      font-size: 20px !important;
    }
  }
  .rt-accordion {
    border-bottom: 1px solid #39527c;
  }
  .rt-accordion .rt-accordion-item .rt-accordion-header {
    cursor: pointer;
    padding: 15px 0;
    border-top: 1px solid #39527c;
  }
  .rt-accordion .rt-accordion-item .rt-accordion-header i {
    color: white;
    background: #39527c;
    border-radius: 100%;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    font-size: 1.25em;
    font-weight: bold;
    margin-right: 10px;
  }
  .rt-accordion .rt-accordion-item .rt-accordion-header .rt-accordion-header-text {
    vertical-align: middle;
  }
  @media (min-width: 768px) {
    .rt-accordion .rt-accordion-item .rt-accordion-content {
      margin-left: 36px;
    }
  }
  @media (min-width: 480px) {
    .rt-accordion .rt-accordion-item .rt-accordion-content {
      padding-left: 20px;
      border-left: 2px solid #39527c;
    }
  }
  @media (max-width: 480px) {
    .rt-accordion .rt-accordion-item .rt-accordion-content div[class^='col-'] {
      margin-bottom: 10px;
    }
  }
  @media (min-width: 768px) {
    .rt-accordion .rt-accordion-item .rt-accordion-content-extra-margin {
      margin-left: 100px;
    }
  }
  .vue-form-wizard {
    background: #e9eff7 !important;
    color: #415e84 !important;
    padding-bottom: 0 !important;
  }
  .vue-form-wizard .wizard-header {
    display: none !important;
  }
  .vue-form-wizard .wizard-navigation .wizard-progress-with-circle {
    top: 30px !important;
    height: 8px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
  }
  .vue-form-wizard .wizard-nav-pills {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 5px 0 15px !important;
  }
  .vue-form-wizard .wizard-nav-pills > li > a {
    color: #5485c8;
  }
  .vue-form-wizard .wizard-nav-pills > li > a.active, .vue-form-wizard .wizard-nav-pills > li > a:focus, .vue-form-wizard .wizard-nav-pills > li > a:hover {
    color: #5485c8;
  }
  .vue-form-wizard .wizard-tab-container {
    max-width: 1100px !important;
    margin: 0 auto !important;
  }
  .vue-form-wizard .wizard-tab-content {
    background: white !important;
    min-height: 415px !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .vue-form-wizard .wizard-icon-circle {
    width: 35px !important;
    height: 35px !important;
    border: 1px solid #5485c8;
  }
  .vue-form-wizard .wizard-icon-circle.checked {
    background: #5485c8;
    color: white;
  }
  .vue-form-wizard .wizard-icon-circle .wizard-icon {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
  }
  .vue-form-wizard .wizard-card-footer {
    padding: 20px !important;
    background: white !important;
  }
  .vue-form-wizard .vue-form-wizard .wizard-progress-with-circle {
    display: none !important;
  }
  .vue-form-wizard .vue-form-wizard .wizard-nav {
    display: none !important;
  }
  .vue-form-wizard .vue-form-wizard .wizard-tab-content {
    padding: 0 !important;
  }
  .rt-review-section .rt-review-title {
    font-weight: bold;
    color: #5485c8;
  }
  .rt-review-section .rt-review-label {
    font-weight: bold;
  }
  @media (max-width: 480px) {
    .rt-review-section .rt-review-label {
      display: block;
      margin-bottom: 15px;
    }
  }
  .rt-review-section .rt-review-label.rt-review-sub-label {
    margin-left: 30px;
    margin-top: 10px;
    display: block;
  }
  .rt-review-section .rt-review-value {
    color: #5485c8;
  }
  .rt-review-section .rt-review-notice {
    color: #ee5c6f;
  }
  .rt-review-section hr {
    margin: 0;
    border-color: #415e84;
  }
  .rt-zip-checkbox {
    padding-right: 6px;
  }
  .rt-zip-first-col {
    padding-right: 25px;
    /* padding-bottom: 2px; */
  }
  .rt-form-section {
    margin: 25px 0;
  }
  .rt-form-instructions {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .rt-sub-label {
    font-size: 12px;
  }
  .rt-sub-label.rt-block {
    margin-bottom: 15px;
  }
  .rt-small-heading {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }
  .rt-time-range-to {
    text-align: center;
    line-height: 34px;
  }
  .rt-inline {
    display: inline !important;
  }
  .rt-block {
    display: block !important;
  }
  .rt-input-small {
    width: 80px !important;
  }
  .el-input__icon {
    line-height: 1em !important;
  }
  @media screen and (max-width: 480px) {
    .el-date-editor.el-input, .el-date-editor.el-date-editor.el-input__inner {
      width: 100% !important;
    }
  }
  .el-dialog {
    border-radius: 15px !important;
  }
  @media screen and (max-width: 480px) {
    .el-dialog {
      width: 100% !important;
    }
  }
  .el-dialog .el-dialog__header {
    display: none !important;
  }
  .el-dialog .el-dialog__body {
    color: #39527c !important;
    line-height: 30px !important;
    font-size: 16px !important;
    padding: 30px 30px 0px !important;
  }
  @media screen and (max-width: 480px) {
    .el-dialog .el-dialog__body {
      padding-bottom: 10px !important;
    }
  }
  @media screen and (max-width: 480px) {
    .el-dialog .el-dialog__footer {
      text-align: center !important;
    }
  }
  .el-dialog .dialog-footer {
    padding-bottom: 25px;
  }
  .el-dialog hr {
    border-color: #39527c;
    margin: 0 0 10px 0;
  }
  .el-dialog table {
    width: 100% !important;
  }
  .document-upload {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .document-upload .el-upload {
    width: 100%;
  }
  .document-upload .el-upload .el-upload-dragger {
    width: 100% !important;
  }
  .document-upload .el-upload .el-upload-dragger .el-icon-upload {
    font-size: 67px !important;
  }
  .document-upload .el-upload .el-upload__input {
    display: none !important;
  }
  .document-upload .el-upload-list__item a {
    text-align: left;
  }
  #rt-provider-form .rt-provider-form-content {
    max-width: 1100px !important;
    margin: 0 auto;
  }
  #rt-provider-form label {
    font-weight: normal !important;
    margin-bottom: 0 !important;
  }
  #rt-provider-form .rt-checkbox-list {
    padding-left: 30px;
  }
  #rt-provider-form #animation_container {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background: white;
    z-index: 99999;
  }
  #rt-provider-form #animation_container canvas {
    position: fixed;
    display: block;
    width: 216px;
    height: 67px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
  }
  #rt-provider-form .rt-mileage-rate {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  @media (max-width: 480px) {
    #rt-provider-form .rt-mileage-rate {
      text-align: left !important;
      margin-left: 30px;
    }
    #rt-provider-form .rt-mileage-rate:before {
      content: "Mileage Rate:";
      font-weight: bold;
      text-decoration: underline;
      display: block;
    }
    #rt-provider-form .rt-mileage-rate table {
      margin-left: 30px;
      margin-bottom: 15px;
    }
    #rt-provider-form .rt-mileage-rate .fa-check {
      display: inline-block !important;
    }
  }
  #rt-provider-form .rt-base-rate {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  @media (max-width: 480px) {
    #rt-provider-form .rt-base-rate {
      text-align: left !important;
      margin-left: 30px;
    }
    #rt-provider-form .rt-base-rate:before {
      content: "Base Rate:";
      font-weight: bold;
      text-decoration: underline;
      display: block;
    }
    #rt-provider-form .rt-base-rate table {
      margin-left: 30px;
      margin-bottom: 15px;
    }
    #rt-provider-form .rt-base-rate .fa-check {
      display: inline-block !important;
    }
  }
  #rt-provider-form .rt-completed {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    padding: 60px 60px 90px;
  }
  #rt-provider-form .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  #rt-provider-form .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 5% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  }
  #rt-provider-form .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
  }
  @media (min-width: 768px) {
    #rt-provider-form .rt-col-4 {
      -webkit-columns: 4;
      /* Chrome, Safari, Opera */
      -moz-columns: 4;
      /* Firefox */
      columns: 4;
    }
  }
  #rt-provider-form .rt-help-block-sub-label {
    border-left: 1px solid #ee5c6f;
    padding-left: 5px;
  }
  #rt-provider-form .help-block {
    font-size: 12px !important;
    font-weight: bold !important;
    color: red !important;
  }
  #rt-provider-form .rt-text-red {
    color: #ee5c6f !important;
  }
  #rt-provider-form .rt-text-blue {
    color: #5485c8 !important;
  }
  #rt-provider-form .rt-text-green {
    color: #39b54a !important;
  }
  #rt-provider-form .rt-bg-blue {
    background: #5485c8 !important;
  }
  #rt-provider-form .rt-text-normal {
    font-size: 1em !important;
  }
  #rt-provider-form .rt-bold-upper {
    font-weight: bold;
    text-transform: uppercase;
  }
  #rt-provider-form .has-error .form-control,
  #rt-provider-form .has-error .vue-tel-input {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red;
  }
  /* fix to override Astra form styles */
  input[type=email].form-control, input[type=number].form-control, input[type=password].form-control, input[type=reset].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=text].form-control, input[type=url].form-control, select.form-control, textarea.form-control, .el-select input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }

  .wizard-card-footer .rt-form-content {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .vue-tel-input input {
    padding: 5px;
    background: white;
  }