/* You can add global styles to this file, and also import other style files */
/* VAPs Pages - Marketing Pages variables - START */
/* VAPs Pages - Marketing Pages variables - END */
/* KH - NEW COLORS - START */
/* KH - NEW COLORS - END */
.instant-quote {
  /*To remove button from IE11*/
}
.instant-quote .main-heading {
  font-size: 32px;
  font-weight: 700;
  color: #211C20;
  line-height: 36px;
  margin-top: 30px;
}
@media (max-width: 479px) {
  .instant-quote .main-heading {
    font-size: 28px;
    line-height: 32px;
    margin-top: 0;
  }
}
.instant-quote .sub-heading {
  font-size: 18px;
  color: #464646;
  line-height: 21px;
  margin-bottom: 10px;
  font-weight: 400;
}
.instant-quote .input-round-container-text-area {
  position: relative;
  width: 100%;
  height: 80px;
}
.instant-quote .input-round-container-text-area textarea {
  height: 80px;
  padding-top: 10px;
  font-size: 16px;
  border: 1.2px solid #bbb;
  border-radius: 0px;
  color: #211C20;
  padding-left: 45px;
  outline: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding-right: 35px;
  text-overflow: ellipsis;
  resize: none;
}
.instant-quote .input-round-container-text-area textarea:focus {
  border-color: #211C20;
}
.instant-quote .input-round-container-text-area textarea::placeholder {
  color: #bbb;
}
.instant-quote .input-round-container-text-area textarea.date {
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
}
.instant-quote .input-round-container {
  position: relative;
  width: 100%;
  height: 40px;
}
.instant-quote .input-round-container textarea {
  height: 80px;
  padding-top: 10px;
}
.instant-quote .input-round-container .input-box {
  font-size: 16px;
  border: 1px solid #211C20;
  border-radius: 7px;
  color: #211C20;
  padding-top: 2px;
  padding-left: 45px;
  outline: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding-right: 35px;
  text-overflow: ellipsis;
}
.instant-quote .input-round-container .input-box:focus {
  border-color: #211C20;
}
.instant-quote .input-round-container .input-box::placeholder {
  color: #bbb;
}
.instant-quote .input-round-container .input-box.date {
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
}
.instant-quote .input-round-container.select:before {
  position: absolute;
  top: 35%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #888;
  right: 15px;
  pointer-events: none;
  transform: rotate(90deg);
}
.instant-quote .input-round-container select {
  appearance: none;
}
.instant-quote .input-round-container select.placeholder {
  color: #bbb;
}
.instant-quote .input-round-container select option {
  color: #707070;
}
.instant-quote .input-round-container select option:disabled {
  color: #ccc;
}
.instant-quote .input-round-container label {
  color: #777;
  font-size: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
  top: -10px;
  outline: none;
  opacity: 0;
  transition: all 0.3s;
}
.instant-quote .input-round-container label.has-value {
  opacity: 1;
  top: -22px;
  transition: all 0.5s;
}
.instant-quote .input-round-container label.has-value.extra-long {
  top: -32px;
}
.instant-quote .input-icon:before {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  font-size: 22px;
  color: #b7b7b7;
  left: 15px;
}
.instant-quote .brand-logo {
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/Static/Images/Icons/logo.svg');
}
.instant-quote .brand-logo.left {
  background-position: left;
}
.instant-quote .brand-button {
  border-radius: 7px;
  outline: none;
  height: 40px;
  line-height: 18px;
  padding: 0;
  font-size: 12px;
}
.instant-quote .brand-button.light-red {
  color: #707070;
  background-color: #fff3f5;
  border-color: #707070;
  width: 100%;
}
.instant-quote .brand-button.light-red:hover {
  background-color: #ffffff;
}
.instant-quote .brand-button.white {
  color: #211C20;
  background-color: #fff;
  border-color: #211C20;
  width: 100%;
}
.instant-quote .brand-button.white:hover,
.instant-quote .brand-button.white:focus {
  background-color: #e8e8e8;
  transition: all 0.3s;
}
.instant-quote .brand-button.white.border-blue {
  border-color: #E4140E;
}
.instant-quote .brand-button.blue {
  color: #fff;
  background-color: #E4140E;
  border-color: #E4140E;
  width: 100%;
}
.instant-quote .brand-button.blue:hover,
.instant-quote .brand-button.blue:focus {
  opacity: 0.85;
  transition: opacity 0.3s;
  color: white !important;
}
.instant-quote .brand-button span {
  vertical-align: middle;
  display: inline-block;
  line-height: 18px;
}
.instant-quote .brand-button span.forward {
  font-size: 10px;
}
.instant-quote .brand-button span.backward {
  font-size: 10px;
  transform: rotate(-180deg);
}
.instant-quote .brand-button span.pad-left {
  padding-left: 1px;
}
.instant-quote .brand-button span.pad-right {
  padding-right: 1px;
}
.instant-quote a.brand-button {
  line-height: 36px;
  width: 100%;
}
.instant-quote .brand-button-wrapper .button-loader-container {
  background-color: transparent;
}
.instant-quote .brand-button-wrapper.loading input,
.instant-quote .brand-button-wrapper.loading button {
  color: white;
}
.instant-quote .brand-button-wrapper.loading .button-loader-container {
  background-color: #fff;
  position: relative;
}
.instant-quote .brand-button-wrapper.loading .button-loader-container .loader-element {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 1;
  left: 30%;
  top: 16px;
  border-radius: 10px;
  background-color: #E4140E;
  animation-name: brand-btn-load;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.instant-quote .brand-button-wrapper.loading .button-loader-container .loader-element.delay-02 {
  animation-delay: 0.3s;
  left: 43.333%;
}
.instant-quote .brand-button-wrapper.loading .button-loader-container .loader-element.delay-04 {
  animation-delay: 0.6s;
  left: 56.666%;
}
.instant-quote .brand-button-wrapper.loading .button-loader-container .loader-element.delay-06 {
  animation-delay: 0.9s;
  left: 70%;
}
.instant-quote .brand-button-wrapper.loading .brand-button {
  background-color: #fff;
}
.instant-quote label {
  font-size: 14px;
  color: #211C20;
  font-weight: 400;
  margin: 0;
}
.instant-quote .input-radio-container {
  /* The container */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When field is invalid */
  /* When the radio button is checked, add a blue background */
  /* When the radio button is disabled, add a grey background */
}
.instant-quote .input-radio-container .label {
  font-size: 13px;
}
.instant-quote .input-radio-container .radio-container {
  display: inline-block;
  position: relative;
  line-height: 19px;
  padding-left: 27px;
  padding-right: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  user-select: none;
}
.instant-quote .input-radio-container .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.instant-quote .input-radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  border: solid 1px #bbb;
  background-color: white;
  border-radius: 50%;
  color: white;
  font-size: 12px;
}
.instant-quote .input-radio-container .checkmark::before {
  position: absolute;
  left: 4px;
  line-height: 19px;
}
.instant-quote .input-radio-container .checkmark.to-checkbox {
  border-radius: 0;
}
.instant-quote .input-radio-container .checkmark.to-round-checkbox {
  top: initial;
  left: initial;
  height: 13.4px;
  width: 13.4px;
}
.instant-quote .input-radio-container .checkmark.to-round-checkbox::before {
  left: -1.6px;
  top: -2px;
  font-size: 16px;
}
.instant-quote .input-radio-container .radio-container:hover input ~ .checkmark {
  background-color: #eee;
}
.instant-quote .input-radio-container .radio-container input ~ .checkmark.invalid {
  border: solid 1px #e4140e;
}
.instant-quote .input-radio-container .radio-container input:checked ~ .checkmark {
  background-color: #E4140E;
  border-width: 0;
}
.instant-quote .input-radio-container .radio-container input:disabled ~ .checkmark {
  background-color: #919191;
}
.instant-quote .input-radio-container .radio-container .radio-label-text {
  color: #bbb;
}
.instant-quote .input-radio-container .radio-container input:checked ~ .radio-label-text {
  color: #919191;
}
.instant-quote .input-radio-container .radio-container .check-label-text {
  color: #919191;
}
.instant-quote .input-radio-container .radio-container .radio-label {
  line-height: 1;
  float: left;
  font-size: 12px;
  color: #a0a0a0;
  font-weight: 500;
  margin-right: 8px;
}
.instant-quote .car-image-container {
  position: relative;
}
.instant-quote .car-image-container .car-image {
  width: 100%;
  height: 270px;
  object-fit: contain;
  /*background-image: url(../../Static/Images/InstantQuote/instant-quote-car.jpg);*/
  margin-top: 100px;
  position: absolute;
  transition: opacity 0.5s;
  /* Add a smooth transition to the opacity */
}
.instant-quote .car-image-container .car-image.m-left-20 {
  margin-left: 20px;
}
.instant-quote .car-image-container .car-image.small-image {
  height: 160px !important;
  margin-top: 30px !important;
}
.instant-quote [data-ng-messages] {
  position: absolute;
  font-size: 12px;
  margin-top: 3px;
  transition: all 0.3s;
  top: 30px;
  opacity: 0;
}
.instant-quote [data-ng-messages].ng-active {
  top: 40px;
  opacity: 1;
}
.instant-quote .ng-autocomplete > ul {
  top: 0px !important;
}
.instant-quote select::-ms-expand {
  display: none;
}
.instant-quote .consent-info {
  font-size: 13px;
  color: #919191;
  line-height: 19px;
}
@media (max-width: 767px) {
  .instant-quote {
    background-color: white;
  }
}
@keyframes brand-btn-load {
  0% {
    background-color: #E4140E;
  }
  50% {
    background-color: #fff;
  }
  100% {
    background-color: #E4140E;
  }
}
.quote-root {
  font-family: "Inter Regular";
}
.quote-root .heading-wrapper {
  font-family: Georgia;
}
.quote-root input {
  font-family: "Inter Regular";
}
.quote-root input[type='search'] {
  box-sizing: inherit;
}
.quote-root select {
  font-family: "Inter Regular";
}
.quote-root a {
  color: #E4140E;
  text-decoration: underline;
}
.car-image {
  width: 100%;
  object-fit: cover;
}
.radio-container {
  display: inline-block;
  position: relative;
  line-height: 19px;
  padding-left: 27px;
  padding-right: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container input:checked ~ .checkmark {
  background-color: #E4140E;
  border-width: 0;
}
.radio-container .check-label-text {
  color: #211C20;
}
.radio-container .check-label-text.invalid {
  color: #e4140e;
}
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #999999;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
}
.radio-container .checkmark::before {
  position: absolute;
  left: 4px;
  top: 1px;
  line-height: 19px;
}
.radio-container .checkmark.invalid {
  border: solid 1px #e4140e;
}
.radio-container:hover input {
  background-color: #dedede;
}
.radio-container .checkmark.to-checkbox {
  border-radius: 0.25em;
}
.error-message-container {
  margin-top: 5px;
}
.error-message-container .error-message {
  color: #e4140e;
}
.notice {
  background-color: #e4140e;
  padding: 10px;
}
.notice span {
  color: #E4140E;
}
.d-flex {
  display: flex;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.h-40-px {
  height: 40px;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.text-align-center {
  text-align: center;
}
.modal-loader {
  color: #E4140E;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modal-loader .loader {
  border: 3px solid #e9adad;
  border-top: 3px solid #E4140E;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.submit-loading {
  color: #bbb;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.submit-loading.center {
  justify-content: center;
}
.submit-loading .loader {
  border: 3px solid #dedede;
  border-top: 3px solid #bbb;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1.5s linear infinite;
  margin-right: 5px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tooltip-icon {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.tooltip-container {
  background-color: #E4140E;
  z-index: 999;
  position: absolute;
  border-radius: 8px;
  padding: 12px;
  right: 0;
  color: white;
}
.tooltip-container::after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 77%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #E4140E transparent;
}
.no-input-icon {
  padding-left: 15px !important;
}
.info-block {
  background-color: #e8ebf0;
  padding: 12px;
  color: #707070;
  position: relative;
}
.info-block.no-arrow:after {
  border: none;
}
.info-block.yellow {
  background-color: #F6EEE5;
}
.info-block.yellow.no-arrow:after {
  border: none;
}
.info-block.yellow:after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  left: 5%;
  margin-left: -5px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #fff3e4 transparent;
}
.info-block span {
  font-weight: bold;
}
.info-block::after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  left: 5%;
  margin-left: -5px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #e8ebf0 transparent;
}
.your-car {
  color: #211C20;
  background-color: #F6EEE5;
  width: 100%;
  padding: 12px;
  position: relative;
}
.your-car.accordion {
  cursor: pointer;
}
.your-car.accordion.error {
  color: #e4140e;
}
.your-car .accordion-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.your-car .accordion-arrow span {
  font-size: 20px;
}
.your-car h4 {
  font-size: 12px;
  font-weight: 100;
}
.your-car h3 {
  font-size: 12px;
  font-family: "Inter Regular";
}
.cross-icon-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #e4140e;
  margin-bottom: 15px;
}
.cross-icon-container div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 60px;
}
.check-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #7aba53;
  margin-bottom: 15px;
}
.check-icon div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 60px;
}
.dash-red-text {
  color: #E4140E;
}
.input-round-container.edit-icon:before {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  font-size: 18px;
  color: #005C64;
  right: 15px;
}
@media only screen and (max-width: 1024px) {
  #header-pushdown {
    height: 67px;
  }
}


/*# sourceMappingURL=styles.css.map*/