body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #022777;
  background-color: #f5f9fc !important;
}
html {
  font-size: 100%;
}

.subjectLabel {
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding: 5px 20px;
  word-wrap: break-word;
  overflow: visible;
  position: absolute;
  right: 0;
}

.subjectIcon {
  margin: auto;
  height: 100px;
  /* Overridden for consider schools in style-cs.css */
  object-fit: cover;
  width: 100px;
  background-clip: border-box;
  margin-bottom: 0px !important;
}

#subject1Div .subjectIcon {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/subjectsprite-min.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
}

#subject5Div .subjectIcon {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/subjectsprite-min.png");
  background-repeat: no-repeat;
  background-position: -100px 0;
}

#subject2Div .subjectIcon {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/subjectsprite-min.png");
  background-repeat: no-repeat;
  background-position: -200px 0px;
}

#subject7Div .subjectIcon {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/subjectsprite-min.png");
  background-repeat: no-repeat;
  background-position: 0px -100px;
}

#subject4Div .subjectIcon {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/subjectsprite-min.png");
  background-repeat: no-repeat;
  background-position: -100px -100px;
}

#subject8Div .subjectIcon {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/subjectsprite-min.png");
  background-repeat: no-repeat;
  background-position: -200px -100px;
}

#subject6Div .subjectIcon {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/subjectsprite-min.png");
  background-repeat: no-repeat;
  background-position: 0px -200px;
}

#subject9Div .subjectIcon {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/subjectsprite-min.png");
  background-repeat: no-repeat;
  background-position: -100px -200px;
}

#subject11Div .subjectIcon {
  background: url("https://d24rcyp2fqkft.cloudfront.net/assets/images/subjectsprite-min.png");
  background-repeat: no-repeat;
  background-position: -200px -200px;
}

.subjectCheckbox {
  display: none;
}

.subjectBox {
  overflow: hidden;
  border: 1px solid #a7a7a7;
  cursor: pointer;
  border-radius: 4px;
  min-height: 100px;
  -webkit-box-shadow: 7px 7px 7px 3px rgba(199, 199, 199, 0.7);
  -moz-box-shadow: 7px 7px 7px 3px rgba(199, 199, 199, 0.7);
  box-shadow: 7px 7px 7px 3px rgba(199, 199, 199, 0.7);
  margin-bottom: 15px;
  padding: 2px;
  background-color: white;
}

.subjectBox:hover {
  border: 1px solid #1e73be;
  cursor: pointer;
  border-radius: 4px;
  min-height: 100px;
  -webkit-box-shadow: 7px 7px 7px 3px rgba(30, 115, 190, 0.3);
  -moz-box-shadow: 7px 7px 7px 3px rgba(30, 115, 190, 0.3);
  box-shadow: 7px 7px 7px 3px rgba(30, 115, 190, 0.3);
}

.selectedOption {
  border: 3px solid #1e73be;
  padding: 0px;
}

.selectedOption:hover {
  border: 3px solid #1e73be;
}

.subjectLabelText {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: black;
  position: relative;
  top: 20%;
  margin-bottom: 0px !important;
}

.btn-box {
  padding-top: 15px;
  display: block;
  margin: auto;
}

.subjectLabelText {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: black;
  position: relative;
  top: 20%;
  margin-bottom: 0px !important;
}

.moreLeft,
.moreRight {
  font-weight: bolder;
}

.eval-btn, #pec-continue {
  padding: 10px 30px;
  background: #ffc501;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.9px;
  display: inline-block;
}
.eval-btn:hover {
  background-color: #fecf34;
  color: #fff;
}

.moreActive {
  color: #0574db;
}

#moreSection {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 5px;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #022777;
}
section h2,
section h3,
section h4,
section h5,
section h6 {
  margin-bottom: 0.75rem;
  text-align: center;
}
section h4 {
  font-weight: 600;
}
section h3,
section p.subheader {
  text-align: center !important;
}
section h4,
section h3,
section h2,
section h5,
section h6 {
  color: #022777;
}
section p.subheader {
  margin-bottom: 1.5rem;
}

#non_pec_submit button:not(:disabled):hover,
#pec-continue:not(:disabled):hover {
  background-color: #fecf34 !important;
  color: white !important;
}

#non_pec_submit button:disabled,
#pec-continue:disabled {
  pointer-events: none;
  cursor: not-allowed;
}

/*.modal-body .loading-results {
  text-align: center;
}*/

.modal-dialog {
  top: 40% !important;
}


#processModal .modal-dialog {
  margin-top: 20vh;
}

.continue-button {
  background: #1e73be;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  padding: 10px 30px;
  min-width: 200px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.continue-button.continue-submit-lead-button {
  background: #ff8300;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  padding: 5px 30px;
  min-width: 200px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-continue-button:hover {
  background: #ff8300;
  color: #fff;
}

.leadid_checkbox {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 10px;
}

.school-logo img {
  width: 200px;
}

.custom-continue-button:hover {
  background: #ff8300;
  color: #fff;
}


@media (min-width: 575px) {
  h1 {
    font-size: 3.052rem;
  }
  h2 {
    font-size: 2.441rem;
  }
  h3 {
    font-size: 1.953rem;
  }
  h4 {
    font-size: 1.563rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 1.802rem;
  }
  h2 {
    font-size: 1.602rem;
  }
  h3 {
    font-size: 1.424rem;
  }
  h4 {
    font-size: 1.266rem;
  }
  h5 {
    font-size: 1.125rem;
  }
}
strong {
  font-weight: 600;
}
i {
  font-style: normal !important;
}
.i {
  font-style: italic;
}
.small {
  font-size: 80%;
}
h4 small {
  font-size: 70%;
  line-height: 1.8;
}
.container {
  max-width: 800px;
  margin: -50px auto 0;

}
header {
  padding: 10px 0;
}
header .navbar-brand {
  margin: 0 auto;
}
header .logo,
header .no-svg .logo,
.logo {
  width: 224px;
  height: 42px;
  margin: 0 auto;
}

.mydegree-logo {
  width: 175px !important;
  height: 66px !important;
}

header .navbar-dark .navbar-toggler {
  color: #fff !important;
  border: none;
}
header .navbar-dark .navbar-nav .nav-link {
  color: #f2f2f2;
}
footer {
  color: #fff;
  text-align: center;
  padding: 1rem 0 2rem;
  font-size: 85%;
  background-color: #022777;
}
footer a,
footer a:active,
footer a:hover,
footer a:link,
footer a:visited {
  color: #1886f2;
}

.progress-div {
  display: flex;
  flex: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1rem 0;
}

.progress-val {
  left: 4%;
  position: relative;
  top: -23px;
  color: white;
  width: 60%;
  border: 1px #022777 solid;
  border-radius: 20px;
  background-color: #022777;
  padding: 8px 16px;
  min-width: 62px;
}

.progress-bracket {
  margin: 1rem;
  width: 25%;
}
.progress-bracket .progress {
  height: 6px;
  margin-bottom: 8px;
  border-radius: 0;
}
.progress-bracket .progress-bar {
  background-color: #007bff;
}

.back-button {
  border: none;
  position: absolute;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  justify-content: center;
  outline: none;
  padding: 0;
}

.back-button svg {
  margin-right: 2px;
  transition: margin 0.15s;
}

.back-button svg path {
  stroke: #022777;
}

.back-button:hover {
  border: none;
}

.back-button:focus {
  border: none;
  outline: none;
}

.back-button svg:hover {
  margin-left: -10px;
  margin-right: 12px;
}

.partners {
  padding: 1rem 0;
}
.partners div.logo {
  min-height: 56px;
  margin-bottom: 1rem;
}


.card {
  border: none;
}

.dateOfBirth {
  display: inline-flex;
  width: 100%;
}

input.dob {
  margin: 0 10px;
  text-align: center;
}

.number {
  margin-left: 5px;
}

a.button {
  justify-content: center;
  align-items: center;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background-color: orange;
  border-radius: 15px;
  padding: 15px;
  margin: 15px;
  max-height: 50px;
  width: 100%;
}

a.button:hover {
  text-decoration: none;
  color: #0056b3;
}

.full-width {
  max-width: 100vw;
  position: relative;
  right: 50%;
  margin-top: -2vw;
  transform: rotate(27deg);
}

.match-headline {
  font-size: 12px;
}

.match-div {
  flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  height: max-content !important;
  border: 2px solid rgba(214, 214, 214, 0.8);
  border-radius: 5px;
}

.match-div:hover {
  border: 4px solid rgba(96, 123, 249, 0.8);
}

.form-bracket {
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.form-bracket .alert {
  font-size: 90%;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}
.form-group {
  margin-bottom: 12px;
}
.form-group h4,
.form-group p,
.form-group small {
  text-align: center;
}
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.75rem;
}

.model {
  text-align: center;
  padding: 10px 15px;
  align-self: stretch;
  text-transform: uppercase;
}

.model input[type="radio"] + label:before {
  content: none !important;
}

.model label:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.q-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.q-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.q-span {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25;
  background-color: #ccc;
}

.q-label:checked ~ .q-span {
  background-color: #ccc;
}

.q-label input:checked ~ .q-span {
  background-color: #2196f3;
}

.q-span:after {
  content: "";
  position: absolute;
  display: none;
}

.q-label input:checked ~ .q-span:after {
  display: block;
}

.model label {
  font-size: 1em !important;
  border-radius: 5px !important;
}

.show-all-button {
  margin: 1rem auto;
  border: none;
  background-color: inherit;
  color: #022777 !important;
}

.show-all-button:hover {
  font-weight: bold;
  transform: scale(1.2);
}

.show-all-button:active {
  border: none;
  outline: none;
}


#rn-license-conditional, #teaching-license-conditional {
  display: none;
}

.build label,
.model label {
  background-color: #fff;
  padding: 10px 15px;
  border: rgb(212, 212, 212) solid 2px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #022777;
  cursor: pointer;
  margin-bottom: 5px;
}
.build label:hover {
  background-color: #f2f2f2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.build input[type="radio"] {
  display: none;
}
.build input[type="radio"] + label {
  display: block;
}

.build input[type="radio"] + label:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 25px;
  width: 23px;
  color: #022777 !important;
}

.build input[type="radio"] + label:hover:before,
.build input[type="radio"]:checked + label:before {
  font-weight: 900;
}
.build input[type="radio"]:checked + label {
  background-color: #e3ffe3;
  border-color: #4c4;
}
.build .year label {
  padding: 6px;
  border-radius: 4px;
  font-size: 1.25em;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
}
.build .year label:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.build .year input[type="radio"] {
  display: none;
}
.build .year input[type="radio"] + label {
  display: block;
}
.build .year input[type="radio"] + label:before {
  display: none;
}

#processModal .modal-dialog {
  margin-top: 20vh;
}

.ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  /*background:#fff;*/
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  background-color: #1e73be;
}

.ellipsis div:nth-child(1) {
  left: 6px;
  animation: ellipsis1 0.6s infinite;
}

.ellipsis div:nth-child(2) {
  left: 6px;
  animation: ellipsis2 0.6s infinite;
}

.ellipsis div:nth-child(3) {
  left: 26px;
  animation: ellipsis2 0.6s infinite;
}

.ellipsis div:nth-child(4) {
  left: 45px;
  animation: ellipsis3 0.6s infinite;
}

.autocomplete.dropdown {
  background-color: #f8f8f8;
  position: absolute;
  box-shadow: 0 1px 3px 0px;
  border-radius: 3px;
  border: 1px solid #fafafa;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
}

.autocomplete.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.autocomplete.dropdown ul li {
  padding: 4px 12px;
}

.autocomplete.dropdown ul li:focus,
.autocomplete.dropdown ul li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

@keyframes ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.ldTemplate-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vh 0;
  padding-bottom: 5px;
}

.ldTemplate-wrapper h2 {
  margin-bottom: 0;
  font-weight: 600;
  color: #555;
  font-size: 22px;
  text-align: center;
  margin-top: 0;
}

.form--checkboxWrap--F4lNp {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}

.Checkbox--tick--iAjuT {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  height: 56px;
  min-width: 56px;
  position: relative;
  top: 0;
}

.form--checkboxButton--7eWgY {
  align-items: center;
  display: flex;
  margin: 0;
}

.form--checkboxButton--7eWgY span[class*="content"] {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

.Checkbox--checkbox--ey6Yg input:checked + .Checkbox--tick--iAjuT :first-child {
  opacity: 1;
}

.form--checkboxButton--7eWgY span[class*="tick"] > svg {
  height: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
}

#doNotHover:hover {
  box-shadow: none;
}

#finalSubmitButton {
  border: 1px solid #263940;
  border-radius: 25px;
  background-color: #263940;
  color: #f2f2f2;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

#finalSubmitButton:hover {
  transform: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.Checkbox--checkbox--ey6Yg input {
  clip: rect(0 0 0 0);
  -webkit-appearance: none;
  appearance: none;
  border: none;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form--checkboxButton--7eWgY span[class*="tick"] > svg g > path {
  stroke: #0194c1;
  stroke-width: 1.5px;
}

.Checkbox--checkbox--ey6Yg .Checkbox--tick--iAjuT :first-child {
  margin-left: -1px;
  margin-top: -1px;
  opacity: 0;
}

.form--checkboxButton--7eWgY span[class*="tick"] {
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  height: 56px;
  min-width: 56px;
  position: relative;
  top: 0;
  margin: 5px 10px;
}

.error {
  display: block;
  color: red;
  font-size: 80%;
  margin-top: 0.25rem;
  text-align: left !important;
}
/* .tcpa {
  font-size: 75%;
  padding: 0 8px;
} */

.form-control-lg {
  font-size: 1rem;
}
.form-control {
  border-radius: 0;
}
.range-output {
  width: 100%;
  text-align: center;
  padding: 16px;
  padding-top: 0;
  font-size: 28px;
}
.rangeslider__fill {
  background-color: #1a6bb3;
  box-shadow: none;
  border-radius: 0;
}
.rangeslider {
  box-shadow: none;
  border-radius: 0;
}
.rangeslider--horizontal {
  background-color: #e6ebef;
  height: 10px;
  margin-top: 8px;
  margin-bottom: 48px;
}
.spec {
  margin-bottom: 4rem;
}
.rangeslider__handle {
  background-color: #3ea2da;
  background-image: none;
  border: #fff solid 2px;
  width: 30px;
  height: 30px;
}
.rangeslider__handle::after {
  display: none;
}

.clickProceed:hover:before {
  opacity: 1;
}

.clickProceed {
  line-height: 1;
  width: auto;
  right: 75px;
  float: center;
  color: #fff;
  font-weight: 800;
  padding: 0.75em 1.15em;
  margin-bottom: 0.5em;
  border: none;
  background-color: #1886f2;
}

.clickProceed:hover {
  font-weight: 600;
  color: #fff;
  background-color: #136ad1;
}

.errorMsg,
.errorMsgDOB,
.errorMsgEmail,
.errorMsgPhone {
  color: #dc143c;
  font-size: 90%;
  display: block;
}
.is-valid {
  color: #1886f2 !important;
  border: #1886f2 solid 2px !important;
}
.is-invalid {
  border: #dc143c solid 1px !important;
}
div.steps:not(.step1) {
  display: none;
}

div.steps.step2 {
 display: none !important;
}

.steps {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
}

.form2-cars {
  font-size: 0.8em;
}

.test-models {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.test-models input {
  display: none;
}

.test-makes {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.make {
  display: flex;
  justify-content: center;
  max-width: 18%;
  flex: 0 0 25%;
  border: 2px solid rgb(172, 172, 172);
  border-radius: 5px;
  overflow: hidden;
  align-self: stretch;
  margin: 10px 0;
  background-color: white;
}

.make:hover {
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.make input,
.make img {
  max-height: 70%;
  max-width: 70%;
}

.make label {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  border: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 0.7rem;
  font-weight: bold;
}

.driving-record {
  max-width: 75%;
  margin: 0 auto !important;
  float: none !important;
}

@media (max-width: 768px) {
  .step2 {
    padding-bottom: 2rem;
  }
  .step2 .btn-bracket {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px 30px;
    padding-bottom: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }

  .form-group {
    margin-top: 0px !important;
  }
}

.step16 h4 {
  margin-bottom: 1rem;
}
.card {
  padding: 3rem 1rem;
  padding-top: 2rem;
  position: relative;
}
#pageloader {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#pageloader img {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
#thank-you {
  background-color: #fff;
}
#thank-you h5 {
  text-align: center;
}
#thank-you .offer-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#thank-you ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  list-style: none;
  padding: 0;
}
#thank-you li {
  padding-left: 1.3em;
}
#thank-you li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #02cc66;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
#thank-you a.bottom-cta {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
#thank-you .btn {
  padding: 1rem 1rem !important;
  font-weight: 500;
}
#thank-you .offer-bracket {
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
  padding-bottom: 40px;
  background-color: #fff;
  border: #e0dede solid 1px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 2rem;
}
#thank-you .offer-bracket:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#thank-you .img-fluid,
#thank-you .modal-dialog.cascading-modal.modal-avatar .modal-header,
.modal-dialog.cascading-modal.modal-avatar #thank-you .modal-header {
  max-width: 184px;
}
@media (max-width: 767px) {
  #thank-you .img-fluid,
  #thank-you .modal-dialog.cascading-modal.modal-avatar .modal-header,
  .modal-dialog.cascading-modal.modal-avatar #thank-you .modal-header {
    max-width: 168px;
    margin-bottom: 2rem;
  }
}
#thank-you .corner-ribbon {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #4285f4 transparent transparent transparent;
  top: 0;
  z-index: 100;
  position: absolute;
}
#thank-you .ribbon-overlay-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  z-index: 101;
  position: absolute;
  top: -47px;
  left: 8px;
}
@media (max-width: 767px) {
  #thank-you .offer-bracket {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  #thank-you .cta-row {
    border-top: #ebebeb solid 1px;
    width: 100%;
    margin: 0 auto;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
#thank-you .right-ribbon {
  position: absolute;
  right: -8px;
  top: 10px;
  z-index: 500;
}
#thank-you .right-ribbon-overlay-text {
  font-size: 80%;
  position: absolute;
  z-index: 5;
  color: #fff;
  font-weight: 400;
  width: 100%;
  text-align: center;
  top: 2px;
}
h4,
h5 {
  font-weight: 500;
}
#pbar_outerdiv {
  width: 100%;
  height: 20px;
  z-index: 1;
  position: relative;
  background-color: #e6e6e6;
}
#pbar_innerdiv {
  background-color: #02cc66;
  z-index: 2;
  height: 100%;
  width: 0%;
}
#pbar_innertext {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 700;
  text-align: center;
}
#notification,
#providers {
  width: 100%;
  text-align: center;
}
#notification .img-fluid,
#notification .modal-dialog.cascading-modal.modal-avatar .modal-header,
#providers .img-fluid,
#providers .modal-dialog.cascading-modal.modal-avatar .modal-header,
.modal-dialog.cascading-modal.modal-avatar #notification .modal-header,
.modal-dialog.cascading-modal.modal-avatar #providers .modal-header {
  max-width: 220px;
  margin: 0 auto;
}
#discounts {
  max-width: 210px;
  margin: 0 auto;
}
#discounts p {
  margin-bottom: 0.5rem;
}
#discounts p:first-of-type {
  margin-top: 1.5rem;
}
#notification {
  font-size: 1.15rem;
}

.fa,
.far,
.fas {
  color: #055d98;
}
.modal-backdrop {
  opacity: 0.5 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

#redirect-page {
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.form--wideForm--BXjP1 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
}

.form--wideForm--BXjP1 .col-6 {
  align-self: center;
  display: flex;
}

#recommended {
  color: white;
  background-color: rgba(96, 123, 249, 0.8);
  margin: 0 0 10px 0;
  padding: 0 10px;
  border-radius: 0 0 150px 0;
}

@media only screen and (max-width: 1000px) {
  .driving-record {
    max-width: 75%;
  }
}

@media (max-width: 767px) {
  .form--checkboxButton--7eWgY span[class*="tick"] > svg {
    height: 30px;
    width: 40px;
  }

  .form--checkboxButton--7eWgY span[class*="tick"] {
    height: 40px;
    min-width: 40px;
  }

  .form--section--4ONce .form--checkboxButton--7eWgY span[class*="content"] {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 10px;
  }

}
/* for mobile */
@media only screen and (max-width: 750px) {
  .back {
    padding-bottom: 10px;
  }

  #schoolTCPA {
    font-size: 0.6em;
  }

  .ui-widget{
    font-size: .75em !important;
  }

  .form--checkboxButton--7eWgY span[class*="content"] {
    font-size: .75em;
    line-height: 20px;
    margin-bottom: 0;
}

  /* .tcpa {
    font-size: 60% !important;
  } */

  .progress-bracket {
    width: 90%;
  }

  .progress-val {
    left: 4%;
    position: relative;
    top: -23px;
    color: white;
    /* font-size: 10px; */
    /* width: 30%; */
    border: 1px #022777 solid;
    border-radius: 20px;

    background-color: #022777;
    padding: 4px 8px;
    /* min-width: 40px; */
  }

  .mydegree-logo {
    width: 50% !important;
    height: 30% !important;
  }

  a.button {
    font-size: 0.5rem;
    text-transform: none;
    padding: 10px 15px;
    font-weight: bold;
  }

  .back-button {
    border: none;
    top: 130px;
    position: absolute;
    left: 0;
    margin-bottom: 20px;
    transform: scale(0.75);
  }

  .biggerthan {
    font-size: 1.25em;
  }

  @keyframes lds-dual-ring {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes lds-dual-ring {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .lds-dual-ring {
    position: relative;
  }

  .lds-dual-ring div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    border-color: #ffffff transparent #ffffff transparent;
    -webkit-animation: lds-dual-ring 1s linear infinite;
    animation: lds-dual-ring 1s linear infinite;
  }

  .lds-dual-ring {
    height: 20px !important;
    -webkit-transform: translate(-100px, -100px) scale(1)
      translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  }

  .animate-fading {
    animation: fading 2s infinite;
  }

  @keyframes fading {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .ldTemplate-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vh 0;
    padding-bottom: 5px;
  }

  .ldTemplate-wrapper h2 {
    margin-bottom: 0;
    font-weight: 600;
    color: #555;
    font-size: 22px;
    text-align: center;
    margin-top: 0;
  }

  .mydegree-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }

  .mydegree-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    /*background:#fff;*/
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    background-color: #1e73be;
  }

  .mydegree-ellipsis div:nth-child(1) {
    left: 6px;
    animation: mydegree-ellipsis1 0.6s infinite;
  }

  .mydegree-ellipsis div:nth-child(2) {
    left: 6px;
    animation: mydegree-ellipsis2 0.6s infinite;
  }

  .mydegree-ellipsis div:nth-child(3) {
    left: 26px;
    animation: mydegree-ellipsis2 0.6s infinite;
  }

  .mydegree-ellipsis div:nth-child(4) {
    left: 45px;
    animation: mydegree-ellipsis3 0.6s infinite;
  }

  @keyframes mydegree-ellipsis1 {
    0% {
      transform: scale(0);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes mydegree-ellipsis3 {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(0);
    }
  }

  @keyframes mydegree-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }

    100% {
      transform: translate(19px, 0);
    }
  }

  .button--loading .button__text {
    visibility: hidden;
    opacity: 0;
  }

  .button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 550px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
  }

  @keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }

    to {
      transform: rotate(1turn);
    }
  }

  @media screen and (max-width: 480px) {
    .button--loading::after {
      top: 615px;
    }
  }

  #processModal .modal-dialog {
    margin-top: 20vh;
  }

  #recommended {
    width: 80%;
    font-size: 0.7em;
  }

  .driving-record {
    max-width: 100%;
  }

  .model label {
    font-size: 0.8em !important;
  }

  a.button:hover {
    text-decoration: none;
    color: #0056b3;
  }

  div.match {
    flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid rgba(214, 214, 214, 0.8);
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px rgb(167, 166, 166);
  }

  div.match-headline {
    font-size: 0.45rem !important;
  }

  div.match-headline h5 {
    font-size: 0.55rem !important;
  }

  div.match:hover {
    border: 4px solid rgba(18, 13, 152, 0.8);
  }

  .full-width {
    max-width: 100vw;
    position: relative;
    right: 50%;
    margin-top: -5vw;
    transform: rotate(34deg);
  }

  @media (max-width: 500px) {
    .back {
      padding-bottom: 10px;
      position: relative;
      top: -150px;
    }

    .status {
      padding: 10px 0 10px 0 !important;
    }

    .form--wideForm--BXjP1 .col-6 {
      font-size: 0.75em !important;
      padding-top: 5px;
    }

    .build .col-6 {
      font-size: 0.75em;
    }

    #recommended {
      font-size: 0.5rem;
      width: 30%;
    }

    .model label {
      font-size: 0.7em !important;
    }

    .make label {
      border: none;
      margin-bottom: 0;
      padding: 0;
      font-size: 0.5rem;
      font-weight: bold;
    }
  }
}
