@charset "UTF-8";
.lazy-bg:before {
  background: 0 0 !important;
}

.lazy-bg:after {
  background: 0 0 !important;
}

section {
  margin: 0 auto 56px;
}
@media screen and (max-width: 1024px) {
  section {
    margin: 0 0 16px;
    background: #fff;
    overflow: hidden;
  }
}
section.container {
  max-width: 1170px;
}
@media screen and (max-width: 1024px) {
  section.container {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 1024px) {
  section.tabsWrapper {
    overflow: visible;
  }
}
section.health_footer_strip {
  margin: 0;
}
section .container {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section .container {
    padding: 24px 16px;
    margin: 16px 0 0;
  }
}
section .container.flex-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  section .container.flex-row {
    flex-direction: column;
  }
}
section .flex-row, section.flex-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  section .flex-row, section.flex-row {
    flex-direction: column;
  }
}
section .flex-row .left,
section .flex-row .right, section.flex-row .left,
section.flex-row .right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  section .flex-row .left,
  section .flex-row .right, section.flex-row .left,
  section.flex-row .right {
    width: 100%;
  }
}
section .flex-row .left.sticky,
section .flex-row .right.sticky, section.flex-row .left.sticky,
section.flex-row .right.sticky {
  position: sticky;
  top: 85px;
}
section .flex-row .left, section.flex-row .left {
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  section .flex-row .left, section.flex-row .left {
    margin-right: 0;
  }
}
section .flex-row.seventy-thirty .left, section.flex-row.seventy-thirty .left {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  section .flex-row.seventy-thirty .left, section.flex-row.seventy-thirty .left {
    width: 100%;
  }
}
section .flex-row.seventy-thirty .right, section.flex-row.seventy-thirty .right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  section .flex-row.seventy-thirty .right, section.flex-row.seventy-thirty .right {
    width: 100%;
  }
}
section .flex-row.sixty-forty .left, section.flex-row.sixty-forty .left {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  section .flex-row.sixty-forty .left, section.flex-row.sixty-forty .left {
    width: 100%;
  }
}
section .flex-row.sixty-forty .right, section.flex-row.sixty-forty .right {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  section .flex-row.sixty-forty .right, section.flex-row.sixty-forty .right {
    width: 100%;
  }
}
section .flex-row.flex-start, section.flex-row.flex-start {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  section .flex-row.mobile-direction-reverse, section.flex-row.mobile-direction-reverse {
    flex-direction: column-reverse;
  }
}
section .flex-row .image, section.flex-row .image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section .flex-row .image, section.flex-row .image {
    max-width: 100%;
    margin: 24px 0 0;
  }
  section .flex-row .image img, section.flex-row .image img {
    max-width: 230px;
    width: 100%;
    height: auto;
  }
}
section .flex-row .image.margin-top-46, section.flex-row .image.margin-top-46 {
  margin: 46px 0 0;
}
@media screen and (max-width: 1024px) {
  section .flex-row .image.margin-top-46, section.flex-row .image.margin-top-46 {
    margin: 24px 0 0;
  }
}
section .sub-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  section .sub-heading {
    font-size: 18px;
    line-height: 32px;
  }
}
section .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  section .description {
    font-size: 14px;
    line-height: 24px;
  }
}
section .description {
  color: rgba(37, 56, 88, 0.8);
  margin: 0;
}
section .description.center {
  text-align: center;
}
section .description .more-text {
  display: none;
}
section .description .more-text.show {
  display: inline;
}
section .description .read-more-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0065ff;
  cursor: pointer;
}
section .description .read-more-text::before {
  content: "...";
  color: #253858;
}
section .description .read-more-text.show {
  display: block;
}
section .description .read-more-text.show::before {
  display: none;
}
section .description.margin-top-24 {
  margin-top: 24px;
}
section .description.margin-bottom-24 {
  margin-bottom: 24px;
}
section .description.margin-bottom-32 {
  margin-bottom: 32px;
}
section .description.mobile-read-more .more-text {
  display: inline;
}
@media screen and (max-width: 1024px) {
  section .description.mobile-read-more .more-text {
    display: none;
  }
  section .description.mobile-read-more .more-text.show {
    display: inline;
  }
}
section .description.mobile-read-more .read-more-text {
  display: none;
}
@media screen and (max-width: 1024px) {
  section .description.mobile-read-more .read-more-text {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  section .description.center {
    text-align: left;
  }
}
section .unordered-list {
  list-style: none;
}
section .unordered-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  section .unordered-list li {
    font-size: 14px;
    line-height: 24px;
  }
}
section .unordered-list li {
  margin: 0 0 20px;
  padding-left: 20px;
  position: relative;
}
section .unordered-list li::before {
  content: "";
  background: #253858;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  section .unordered-list li::before {
    top: 11px;
  }
}
section .unordered-list li span {
  font-weight: 500;
}
section .unordered-list.medium li {
  font-weight: 500;
}
section .unordered-list.with-box li {
  border: 1px solid #D1D9E6;
  padding: 16px 20px 16px 40px;
  border-radius: 16px;
}
section .unordered-list.with-box li::before {
  left: 16px;
  top: 27px;
}
section .unordered-list.two-column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section .unordered-list.two-column li {
  width: 49%;
  margin: 0 20px 20px 0;
}
section .unordered-list.two-column li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  section .unordered-list.two-column li {
    width: 100%;
    margin: 0 0 20px;
  }
  section .unordered-list.two-column li:nth-child(2n) {
    margin-right: 0;
  }
  section .unordered-list.two-column li:last-child {
    margin: 0;
  }
}
section .unordered-list.with-check-icon li {
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  section .unordered-list.with-check-icon li {
    padding-left: 48px;
  }
}
section .unordered-list.with-check-icon li::before {
  display: none;
}
section .unordered-list.with-check-icon li .tick {
  background: url(../../images/bu/motor/fullwidth/blue-check-icon.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 1024px) {
  section .unordered-list.with-check-icon li .tick {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 16px;
  }
}
section .unordered-list .toggle-content-button {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  section .unordered-list .toggle-content-button {
    font-size: 16px;
    line-height: 28px;
  }
}
section .unordered-list .toggle-content-button {
  font-weight: 500;
  color: #0065ff;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  width: fit-content;
}
section .unordered-list .toggle-content-button::after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  right: -16px;
  border-style: solid;
  border-color: #0065ff;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  padding: 3px;
  transition: 0.2s ease-out;
  margin: 0;
}
section .unordered-list .toggle-content-button.show::after {
  transform: rotate(225deg);
  top: 15px;
}
section .note {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  section .note {
    font-size: 14px;
    line-height: 24px;
  }
}
section .note {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section .note {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
}
section .note.center {
  text-align: center;
}
section .note.with-bg {
  background: linear-gradient(90deg, #FFFFFF 0%, #F4F5F7 50%, #FFFFFF 100%);
  padding: 16px;
}
section .button {
  background: #FF5630;
  box-shadow: 0px 20px 16px -12px rgba(255, 86, 48, 0.3215686275);
  border-radius: 8px;
  padding: 12px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  section .button {
    font-size: 14px;
    line-height: 24px;
  }
}
section .button {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  max-width: 240px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 100%;
}
section .button:after {
  content: " →";
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 7px;
}
@media screen and (max-width: 767px) {
  section .button {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0;
  }
  section .button::after {
    font-size: 18px;
  }
}
section .button-wrapper {
  margin: 36px auto 0;
}
section .button-wrapper.center {
  text-align: center;
}
section .button-wrapper.center .button {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section .button-wrapper {
    margin: 20px auto 0;
  }
}
section .toggle-content-wrapper {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: fit-content;
}
section .toggle-content-wrapper .toggle-content-button {
  border: 1px solid #0065FF;
  background: #FFF;
  color: #0065ff;
  text-align: center;
  padding: 1px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  section .toggle-content-wrapper .toggle-content-button {
    font-size: 14px;
    line-height: 24px;
  }
}
section .toggle-content-wrapper .toggle-content-button {
  color: #0065ff;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  box-shadow: 0px 2px 0px 0px #0065FF;
}
section .toggle-content-wrapper .toggle-content-button::after {
  content: "↓";
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  section .toggle-content-wrapper .toggle-content-button::after {
    font-size: 14px;
    line-height: 24px;
  }
}
section .toggle-content-wrapper .toggle-content-button::after {
  color: #0065ff;
  margin-left: 6px;
}
section .toggle-content-wrapper .toggle-content-button.show::after {
  transform: rotate(180deg);
  top: 20px;
}
@media screen and (max-width: 1024px) {
  section .toggle-content-wrapper .toggle-content-button {
    font-size: 14px;
    line-height: 24px;
  }
}
section.with-blue-bg {
  background: #F3F7FF;
  padding: 70px 0;
  margin: 0 0 90px;
}
section.with-blue-bg .container {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section.with-blue-bg {
    margin: 0 auto 32px;
    padding: 32px 0;
  }
}

.main-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 16px;
}
.main-heading .orange {
  color: #FF926A;
}
.main-heading.center {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-heading {
    margin: 0 0 4px;
  }
  .main-heading.center {
    text-align: left;
  }
}

.ordered-list {
  list-style: none;
  counter-reset: number;
}
.ordered-list > li {
  counter-increment: number;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .ordered-list > li {
    font-size: 16px;
    line-height: 28px;
  }
}
.ordered-list > li {
  display: flex;
  align-items: center;
  margin: 0 0 22px 0;
}
.ordered-list > li:last-child {
  margin: 0;
}
.ordered-list > li .number {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 16px;
  flex-shrink: 0;
}
.ordered-list > li .number::after {
  content: counter(number);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .ordered-list > li .number::after {
    font-size: 14px;
    line-height: 24px;
  }
}
.ordered-list > li .number::after {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ordered-list > li .number {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
}
.ordered-list > li .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .ordered-list > li .content .title {
    font-size: 18px;
    line-height: 32px;
  }
}
.ordered-list > li .content .title {
  margin: 0 0 8px;
}
.ordered-list > li .content .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .ordered-list > li .content .description {
    font-size: 14px;
    line-height: 24px;
  }
}
.ordered-list.purple li .number {
  background: #F4E7F9;
}
.ordered-list.purple li .number::after {
  color: #9010BF;
}
.ordered-list.turquoise li .number {
  background: rgba(121, 226, 242, 0.2);
}
.ordered-list.turquoise li .number::after {
  color: #00A3BF;
}
.ordered-list.pink {
  background: transparent;
}
.ordered-list.pink li .number {
  background: #FEE2E8;
}
.ordered-list.pink li .number::after {
  color: #D90368;
}
.ordered-list.flex-start li {
  align-items: flex-start;
}
.ordered-list.two-column {
  display: flex;
  flex-wrap: wrap;
}
.ordered-list.two-column li {
  width: 47%;
  margin: 0 46px 36px 0;
}
.ordered-list.two-column li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .ordered-list.two-column li {
    width: 100%;
    margin: 0 0 24px;
  }
}
.ordered-list.with-line > li {
  position: relative;
}
.ordered-list.with-line > li::after {
  content: "";
  border: 0.5px dashed rgba(248, 169, 187, 0.6);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 23px;
  z-index: -1;
  top: 46px;
}
@media screen and (max-width: 1024px) {
  .ordered-list.with-line > li::after {
    left: 18px;
    z-index: 0;
    top: 35px;
  }
}
.ordered-list.with-line > li .number {
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .ordered-list.with-line > li .number {
    width: 36px;
    height: 36px;
  }
}
.ordered-list.with-line > li:last-child::after {
  border: 0;
}

.table {
  border-radius: 24px;
  padding: 8px;
}
.table.blue {
  box-shadow: 0px 0px 36px 0px rgba(0, 101, 255, 0.0784313725);
}
.table.blue table thead tr {
  background: rgba(222, 235, 255, 0.6);
}
.table.blue table thead tr th {
  border-left: 1px solid #DEEBFF;
}
.table.blue table tbody tr:nth-child(2n) {
  background: rgba(222, 235, 255, 0.4);
}
.table.blue table tbody tr td {
  border-left: 1px solid #DEEBFF;
}
.table.purple {
  box-shadow: 0px 0px 24px 0px rgba(101, 84, 192, 0.1215686275);
}
.table.purple table thead tr {
  background: #E9CFF2;
}
.table.purple table thead tr th {
  border-left: 1px solid rgba(144, 16, 191, 0.1019607843);
}
.table.purple table tbody tr:nth-child(2n) {
  background: #F4E7F9;
}
.table.purple table tbody tr td {
  border-left: 1px solid rgba(144, 16, 191, 0.1019607843);
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table thead tr th {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  text-align: left;
  padding: 16px 24px;
  vertical-align: top;
}
.table table thead tr th:first-child {
  border-radius: 16px 0 0 0;
  border: 0;
}
.table table thead tr th:last-child {
  border-radius: 0 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .table table thead tr th {
    padding: 12px;
  }
}
.table table tbody tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #253858;
  padding: 16px 24px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .table table tbody tr td {
    padding: 12px;
  }
}
.table table tbody tr td span {
  font-weight: 500;
}
.table table tbody tr td:first-child {
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 0;
}
.table table tbody tr td:first-child .image {
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  padding: 6px 10px;
  width: 72px;
  height: 36px;
  background: #fff;
  margin-right: 16px;
  flex-shrink: 0;
}
.table table tbody tr td:first-child .image img {
  max-width: 48px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .table table tbody tr td:first-child .image {
    padding: 1px 3px;
    width: 44px;
    height: 26px;
  }
  .table table tbody tr td:first-child .image img {
    width: 100%;
  }
}
li,
ul {
  padding: 0;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.loading::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  right: 15px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 9px;
}

@media only screen and (max-width: 1024px) {
  .loading::after {
    top: 8px;
  }
}
.popupWrap .blackOverlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
}

.popupWrap .closeBtn {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -28px;
  right: 8px;
  overflow: hidden;
  text-indent: -100px;
  cursor: pointer;
}

.popupWrap .closeBtn::before {
  content: "";
  width: 1px;
  height: 17px;
  top: 6px;
  right: 14px;
  background-color: rgba(37, 56, 88, 0.5);
  transform: rotate(45deg);
  position: absolute;
}

.popupWrap .closeBtn::after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: rgba(37, 56, 88, 0.5);
  top: 6px;
  left: 13px;
  transform: rotate(-45deg);
  position: absolute;
}

.popupWrap .popupBox {
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 592px;
  width: 90%;
  z-index: 1000001;
}

.popupWrap .popupBox .popupCont {
  background: #fff;
  max-width: 542px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hide {
  display: none !important;
}

.rightContent input#carRegistrationNumber::-webkit-input-placeholder {
  color: #5e6c84;
  font-size: 18px !important;
}

.rightContent input#carRegistrationNumber:-ms-input-placeholder {
  color: #5e6c84;
  font-size: 18px !important;
}

.rightContent input#carRegistrationNumber::placeholder {
  color: #5e6c84;
  font-size: 18px !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.block_content_wrapper p {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 26px;
}

.showForm {
  position: relative;
  min-height: 425px;
}
@media screen and (max-width: 767px) {
  .showForm {
    min-height: auto;
  }
  .showForm .disForm {
    min-height: 482px;
  }
  .showForm:has(.car-calulator-step-1.calculate-inurance-premium.step-one.show) {
    min-height: 765px;
  }
  .showForm:has(.car-calulator-step-1.calculate-inurance-premium.step-one.show) .disForm {
    min-height: 706px !important;
  }
}

.showForm > .block_content_wrapper_firstfold {
  display: none;
}

.showForm .disForm {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.showForm .disForm:has(.car-main-bu) .block_content_wrapper_firstfold {
  display: none;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) {
  background: transparent;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold {
  max-width: 1170px;
  margin: 0 auto;
  text-align: left;
  display: block;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold h1 {
  margin-bottom: 8px;
  color: #253858;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.64px;
  margin-block-start: 0;
  margin-block-end: 16px;
  text-align: left;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: var(--5-e-6-c-84-n-300, #5E6C84);
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold p.char-count {
  display: inline;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold p.char-count .extra-text-web {
  display: none;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold p.char-count .extra-text,
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold p.char-count .extra-text-web {
    display: none;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold p.char-count .extra-text.show-extra,
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold p.char-count .extra-text-web.show-extra {
    display: inline;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold .text-hide-link {
  display: inline;
  color: #0065FF;
  cursor: pointer;
  line-height: 22px;
  position: relative;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold .text-hide-link:hover {
  color: #0065FF;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold .text-hide-link:hover::after {
  content: "";
  border-bottom: 1px solid #0065ff;
  position: absolute;
  bottom: 0;
  width: 88%;
  height: 1px;
  right: 0;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold .text-hide-link:before {
  content: "...";
  position: relative;
  left: -4px;
  color: var(--5-e-6-c-84-n-300, #5E6C84);
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold .text-hide-link.hide:before {
  display: none;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold .text-hide-link.deskhide {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold .text-hide-link.deskhide {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold .text-hide-link {
    display: inline;
    color: #0065FF;
    cursor: pointer;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold .text-hide-link:hover, .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold .text-hide-link:visited {
    color: #0065FF;
  }
}
@media screen and (max-width: 1024px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold {
    padding: 16px 16px 0;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .block_content_wrapper_firstfold h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) #frmCar {
  margin: 0px auto 0;
  display: block;
  padding: 0 0 45px;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) #frmCar::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/provider-fullwidth-top-fold-image.png) no-repeat center/contain;
  width: 100%;
  height: 190px;
  display: inline-block;
  margin-top: -90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) #frmCar {
    border-radius: 0;
    padding: 0 0 75px;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) #frmCar::after {
    background: url(../../images/bu/motor/fullwidth/provider-fullwidth-top-fold-image-mobile.svg) no-repeat center/cover;
    height: 181px;
    margin-top: 0;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .input_box .carRegistrationNumber.labelshow + .feildLabel,
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .input_box .carRegistrationNumber:focus + .feildLabel {
  background: #fff;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #253858;
  order: 1;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading {
    font-size: 26px;
    line-height: 39px;
    margin: 0 0 12px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details > .description {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #253858;
  order: 2;
  margin: 0 0 24px;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details > .description span {
  font-weight: 700;
  color: #FF5630;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details > .description {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointers .pointerlist {
  display: none;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointers .pointerlist {
    margin: 16px auto 24px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointers .pointerlist li {
  margin-right: 12px;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointers .pointerlist li:last-child {
  margin-right: 0;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointers .pointerlist li .pointers {
  margin-right: 0;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field {
  max-width: 603px;
  box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.1215686275);
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field {
    margin: 32px auto 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .err {
    top: 55%;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .input_box::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/car-bu-ind-icon.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .input_box::before {
    top: 12px;
    left: 12px;
    z-index: 1;
    transform: none;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .carRegistrationNumber {
  border: 0;
  box-shadow: none;
  position: relative;
  padding-left: 52px;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .carRegistrationNumber::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #5E6C84;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .carRegistrationNumber {
    padding: 23px 13px 22px 64px;
    box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.1607843137);
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .carRegistrationNumber::placeholder {
    font-size: 14px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .dontKnow {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .dontKnow {
    margin: 4px 0 0;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .dontKnow .other-options {
  border-radius: 30px;
  cursor: pointer;
  max-width: 100%;
  text-align: center;
  padding: 8px 24px;
  width: fit-content;
  position: relative;
  display: inline-flex;
  align-items: CENTER;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .dontKnow .other-options::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/car-bu-car-icon.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 12px;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .dontKnow .other-options button {
  border: none;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.016em;
  color: #253838;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .dontKnow .other-options button span {
  color: #0065ff;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .dontKnow .other-options button::after {
  content: "→";
  color: #253858;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .dontKnow .other-options {
    width: 100%;
    justify-content: CENTER;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .dontKnow .other-options::before {
    width: 32px;
    height: 32px;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-pre-quote.carSEOForm .quote-wrapper .form_details .dontKnow .other-options button {
    font-size: 14px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 {
  position: relative;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/car-bu-lowest-price-icon.svg) no-repeat center/contain;
  position: absolute;
  width: 156px;
  height: 149px;
  right: 73px;
  bottom: -36px;
  display: none;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1::after {
    display: none;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 .form_details {
  text-align: center;
  margin: 0 auto 0;
  padding: 44px 0 0;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 .form_details {
    padding: 38px 0 0;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 .form_details .punchlineForm {
  text-align: center;
  background: rgba(0, 135, 90, 0.1019607843);
  display: inline-block;
  margin: 0;
  border-radius: 100px;
  padding: 8px 20px 8px 51px;
  position: relative;
  order: 3;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 .form_details .punchlineForm::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/car-bu-rs-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0px, -50%);
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 .form_details .punchlineForm span {
  color: #027952;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.016em;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 .form_details .punchlineForm span sup {
  font-size: 8px;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 .form_details .punchlineForm {
    margin: 0;
    width: max-content;
    padding: 6px 16px 6px 30px;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 .form_details .punchlineForm::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 .form_details .punchlineForm span {
    font-size: 12px;
    line-height: 18px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-calulator-step-1 .form_details .mainForm {
  order: 4;
  width: 100%;
  z-index: 10;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup {
  background: linear-gradient(180deg, #E2FFFF 0%, #DBEFFF 100%);
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-calulator-step-1 .form_details .punchlineForm {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm {
  margin: 0;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/car-bu-popup-top-fold-step-one-vector.svg) no-repeat center/contain;
  width: 100%;
  height: 132px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm {
    border-radius: 0;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm::after {
    height: 100px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .car-calulator-step-1 .input_field .input_box:has(.success):after {
  right: 24px;
  top: 30px;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .car-calulator-step-1::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/car-bu-lowest-price-icon.svg) no-repeat center/contain;
  position: absolute;
  width: 156px;
  height: 149px;
  right: 73px;
  bottom: -15em;
  display: none;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details {
  padding: 16px 16px 0;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details {
    padding: 0;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field {
  max-width: 603px;
  margin: 20px auto 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field {
    margin: 32px auto 0;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .input_box::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/car-bu-ind-icon.svg) no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  transform: none;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .carRegistrationNumber {
  border: 0;
  padding: 23px 13px 22px 64px;
  box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.1607843137);
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .carRegistrationNumber::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #5E6C84;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .carRegistrationNumber {
    padding: 23px 13px 22px 64px;
    box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.1607843137);
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .input_field .carRegistrationNumber::placeholder {
    font-size: 14px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .form_submit {
  position: relative;
  width: 100%;
  height: auto;
  right: auto;
  top: auto;
  margin: 20px 0 0;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .form-field-data:not(.captcha_class) .form_submit .carnextstep {
  padding: 18px;
  height: auto;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading {
    font-size: 26px;
    line-height: 39px;
    margin: 0 0 12px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details > .description {
  font-size: 18px;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .car-prequotes-popup-container.visible .car-prequotes-popup .car-calulator-step-1 {
  max-width: 754px;
  border: 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list {
  border: 1px solid #E9EBEE;
  border-radius: 16px;
  background: #fff;
  width: 100%;
  max-width: 820px;
  margin: -43px auto 0;
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  padding: 24px 32px;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .top-fold-pointer {
  display: flex;
  align-items: CENTER;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .top-fold-pointer .icon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .top-fold-pointer .icon img {
  max-width: 100%;
  height: auto;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .top-fold-pointer .content {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.014em;
  color: #253838;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list {
    width: calc(100% - 32px);
    padding: 20px 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -75px auto 0;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .top-fold-pointer {
    width: 32%;
    display: flex;
    flex-direction: column;
    margin: 0 0 24px;
    align-items: center;
    text-align: center;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .top-fold-pointer .icon {
    margin: 0 0 12px;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .top-fold-pointer .content {
    font-size: 14px;
    line-height: 20px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .text-slider {
  display: flex;
  align-items: center;
  gap: 12px;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .slider-wrapper {
  height: 36px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .slider-wrapper {
    width: 32%;
    height: 108px;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .slider-text {
  display: flex;
  flex-direction: column;
  animation: textSlide 6s linear infinite;
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .slider-text.three-pointer {
  animation: textSlideThree 6s linear infinite;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .slider-text {
    animation: textSlideMobile 6s linear infinite;
  }
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .slider-text.three-pointer {
    animation: textSlideMobileThree 6s linear infinite;
  }
}
.showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .slider-text .top-fold-pointer {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .showForm .disForm:has(.car-main-bu):has(.car-calulator-step-1.show) .top-fold-pointers-list .slider-text .top-fold-pointer {
    width: 100%;
    height: 108px;
  }
}
@keyframes textSlide {
  0%, 40% {
    transform: translateY(0);
  }
  50%, 90% {
    transform: translateY(-36px);
  }
  100% {
    transform: translateY(-72px);
  }
}
@keyframes textSlideThree {
  0%, 20% {
    transform: translateY(0); /* Pointer 1 */
  }
  30%, 50% {
    transform: translateY(-36px); /* Pointer 2 */
  }
  60%, 80% {
    transform: translateY(-72px); /* Pointer 3 */
  }
  90%, 100% {
    transform: translateY(-108px); /* Duplicate of Pointer 1 */
  }
}
@keyframes textSlideMobile {
  0%, 40% {
    transform: translateY(0);
  }
  50%, 90% {
    transform: translateY(-108px);
  }
  100% {
    transform: translateY(-216px);
  }
}
@keyframes textSlideMobileThree {
  0%, 20% {
    transform: translateY(0);
  }
  30%, 50% {
    transform: translateY(-132px);
  }
  60%, 80% {
    transform: translateY(-264px);
  }
  90%, 100% {
    transform: translateY(-396px);
  }
}
@media screen and (max-width: 767px) {
  .showForm .disForm {
    background: #F0F7FE;
  }
}

.top-fold-pointers-list {
  display: none;
}

.showForm .disForm #frmCar,
.showForm .disForm .carCj_form {
  width: 100%;
  display: block;
  justify-content: center;
  max-width: 100%;
  border-radius: 0;
  margin: 0 auto;
  padding: 24px 0 0;
  background: linear-gradient(180deg, #E2FFFF 0%, #DBEFFF 100%);
  min-height: 565px;
}
.showForm .disForm #frmCar::after,
.showForm .disForm .carCj_form::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/provider-fullwidth-top-fold-image-1.png) no-repeat center/cover;
  width: 100%;
  height: 129px;
  display: inline-block;
  bottom: 0;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .showForm .disForm #frmCar,
  .showForm .disForm .carCj_form {
    padding: 16px 0 0;
  }
}

.showForm .disForm #loader,
.showForm .disForm .carnextstep,
.showForm .disForm .do_not,
.showForm .disForm .proceed {
  position: relative;
  width: 100%;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  cursor: pointer;
  background: #ff5630;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  padding: 13px 13px 14px;
  border: 0;
}

.showForm .disForm .carnextstep {
  height: 46px;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .carnextstep {
    height: 49px;
  }
}
.showForm .disForm .carnextstep:active {
  font-size: 0;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .showForm .disForm .carnextstep:active {
    height: 49px;
  }
}
.showForm .disForm .carnextstep:active::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 45%;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  margin-left: 6px;
  position: absolute;
  top: 16px;
}

@media only screen and (max-width: 1024px) {
  .showForm .disForm #loader,
  .showForm .disForm .carnextstep,
  .showForm .disForm .do_not,
  .showForm .disForm .proceed {
    padding: 15px;
    width: 100%;
    text-transform: initial;
  }
}
.showForm .disForm .proceed {
  display: none;
  font-size: 0;
  height: 46px;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .proceed {
    height: 49px;
  }
}
.showForm .disForm .inverse {
  background: #fff !important;
  color: #0065ff !important;
  border: 1px solid #0065ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .showForm .disForm .inverse {
    margin-top: 0;
  }
}
.showForm .disForm .got_new_car {
  color: #0463f6;
  text-decoration: underline;
  display: block;
  margin: 30px auto 10px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  background: 0 0;
}

@media screen and (max-width: 1024px) {
  .showForm .disForm .got_new_car {
    margin-top: 10px;
  }
}
.showForm .disForm .share-details {
  padding: 0 36px 17px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .share-details {
    padding: 0 0 17px;
  }
}
.showForm .disForm .share-details .share-via-whatsapp {
  background: #fff;
  border-radius: 8px;
  margin: 0 auto;
  padding: 10px 12px;
  display: FLEX;
  align-items: CENTER;
  justify-content: center;
  border: 1px solid #dfe1e6;
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .share-details .share-via-whatsapp {
    max-width: 100%;
    padding: 10px;
  }
}
.showForm .disForm .share-details .share-via-whatsapp a {
  display: FLEX;
  align-items: center;
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
}

.showForm .disForm .share-details .share-via-whatsapp a img {
  margin-right: 10px;
  max-width: 20px;
}

.showForm .disForm .share-details .share-via-whatsapp .shared-successfully {
  display: FLEX;
  align-items: center;
  color: #253858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  justify-content: center;
}

.showForm .disForm .share-details .share-via-whatsapp .shared-successfully img {
  margin-right: 8px;
  max-width: 20px;
}

.showForm .disForm .car-insurance-premium-calculator-box {
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.1215686275);
  background: #fff;
  border-radius: 8px;
  max-width: 480px;
  margin: 28px auto 0;
  padding: 20px 16px 16px;
}

.showForm .disForm .car-insurance-premium-calculator-box .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}

.showForm .disForm .car-insurance-premium-calculator-box .details:last-child {
  margin-bottom: 0;
}

.showForm .disForm .car-insurance-premium-calculator-box .details .label {
  color: rgba(37, 56, 88, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
}

.showForm .disForm .car-insurance-premium-calculator-box .details .value {
  color: #253858;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.016em;
}

.showForm .disForm .car-insurance-premium-calculator-box .details.premium {
  flex-wrap: wrap;
}

.showForm .disForm .car-insurance-premium-calculator-box .details.premium > .value {
  position: relative;
  padding-right: 15px;
}

.showForm .disForm .car-insurance-premium-calculator-box .details.premium > .value::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #253858;
  top: 10px;
  position: absolute;
  right: 0;
}

.showForm .disForm .car-insurance-premium-calculator-box .details .breakdown {
  display: block;
  width: 100%;
  background: #ecf1fd;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 16px 0 0;
}

.showForm .disForm .car-insurance-premium-calculator-box .details.idv {
  border-bottom: 1px solid #dfe1e6;
  padding: 0 0 16px;
}

.showForm .disForm .pay-as-you-drive-calculator-box {
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.1215686275);
  background: #fff;
  border-radius: 8px;
  max-width: 480px;
  margin: 28px auto 0;
  padding: 20px 16px 16px;
}

.showForm .disForm .pay-as-you-drive-calculator-box .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
  border-bottom: 1px solid #dfe1e6;
  padding: 0 0 16px;
}

.showForm .disForm .pay-as-you-drive-calculator-box .details:nth-child(3) {
  border: 0;
  padding: 0;
}

.showForm .disForm .pay-as-you-drive-calculator-box .details .label {
  color: rgba(37, 56, 88, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
}

.showForm .disForm .pay-as-you-drive-calculator-box .details .value {
  color: #253858;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.016em;
}

.showForm .disForm .pay-as-you-drive-calculator-box .details.premium {
  flex-wrap: wrap;
}

.showForm .disForm .pay-as-you-drive-calculator-box .details.premium > .value {
  text-decoration: line-through;
  font-weight: 400;
}

.showForm .disForm .pay-as-you-drive-calculator-box .save-upto {
  background: #dafae9;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #00875a;
}

.showForm .disForm .pay-as-you-drive-calculator-box .save-upto span {
  font-weight: 700;
  line-height: 20px;
}

.showForm .disForm .rightContent .car-bg .form-field-data .fullWidht.labelshow + .feildLabel,
.showForm .disForm .rightContent .car-bg .form-field-data .fullWidht:focus + .feildLabel {
  top: -8px;
  opacity: 1;
  overflow: hidden;
  font-size: 12px;
}

.showForm .disForm .rightContent .car-bg .form-field-data .fullWidht.labelshow + .feildLabel i,
.showForm .disForm .rightContent .car-bg .form-field-data .fullWidht:focus + .feildLabel i {
  display: none;
}

.showForm .disForm .rightContent .car-bg .form-field-data .fullWidht.labelshow + .feildLabel.error,
.showForm .disForm .rightContent .car-bg .form-field-data .fullWidht:focus + .feildLabel.error {
  color: red;
}

@media only screen and (max-width: 1024px) {
  #policybazaar {
    width: 100%;
  }
  .pbcategoryPages {
    background: #f4f5f6;
  }
  .mobile-ak-banner {
    background: url(../../images/bu/brand-ambassador-car-mob.png) no-repeat;
    width: 165px;
    height: 145px;
    float: right;
    background-size: 100%;
    margin-right: -15px;
    margin-bottom: -7px;
    margin-top: 1px;
  }
  .showForm {
    padding: 0 0 16px;
    display: block;
    width: 100%;
  }
  .showForm .disForm {
    flex-direction: column;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    min-height: 482px;
    max-width: 100%;
  }
  .showForm .disForm:empty {
    padding: 0;
  }
  .showForm .disForm #loader {
    background: 0 0;
    color: #000;
    box-shadow: none;
  }
  .showForm .disForm #loader .loader {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
  }
  .showForm .disForm #loader .loader:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 16px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-hourglass 1.2s infinite;
  }
  .grid {
    padding: 0 15px;
    display: table;
    width: 100%;
  }
  .grid .rightSection {
    width: 100%;
    margin: 20px 0;
    float: left;
    padding: 0;
  }
  .grid .rightSection .fieldWrapper {
    margin: 5px 0 25px;
  }
  .showForm .disForm .rightContent .car-bg .headingText {
    padding: 10px 0 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .showForm .disForm .rightContent .pointerlist {
    width: auto;
  }
  .showForm .disForm .rightContent .pointerlist li span {
    font-size: 13px;
  }
  .showForm .disForm .rightContent .pointerlist li p {
    font-size: 18px;
  }
  #carRegistrationNumber::-webkit-input-placeholder {
    font-size: 12px;
  }
  #carRegistrationNumber:-ms-input-placeholder {
    font: 12px;
  }
  #carRegistrationNumber::-ms-input-placeholder {
    font-size: 12px;
  }
  #carRegistrationNumber::placeholder {
    font-size: 12px;
  }
}
#carStepCJ .pbcategoryPages .dontKnow.dontKnow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.wizard {
  max-width: 94px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .wizard {
    display: none;
  }
}
.wizard ul.wizard-list {
  display: FLEX;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.wizard ul.wizard-list .wizard-item {
  width: 10px;
  height: 10px;
  display: FLEX;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wizard ul.wizard-list .wizard-item .wizard-span {
  background: #dfe1e6;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
}

.wizard ul.wizard-list .wizard-item .wizard-tooltip {
  display: none;
}

.wizard ul.wizard-list .wizard-item:hover .wizard-tooltip {
  display: inline-block;
  background: #2d2e2f;
  color: #fff;
  border-radius: 4px;
  width: 290px;
  position: absolute;
  bottom: -28px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  left: 50%;
  padding: 4px 12px;
  text-align: CENTER;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1024px) {
  .wizard ul.wizard-list .wizard-item:hover .wizard-tooltip {
    display: none;
  }
}
.wizard ul.wizard-list .wizard-item.checked .wizard-span {
  background: url(../../images/bu/cv/cv-stepper-green-check.svg);
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.wizard ul.wizard-list .wizard-item.active .wizard-span {
  background: url(../../images/bu/cv/cv-stepper-green-check.svg);
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.car-prequotes-popup-container {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #253858;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: -1;
  opacity: 0;
}

.car-prequotes-popup-container.visible {
  z-index: 999999;
  opacity: 1;
}

.car-prequotes-popup-container .car-prequotes-popup {
  border-radius: 0;
  max-width: 536px;
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(180deg, #E5FFFF 0%, #D1EAFF 100%);
}

.car-prequotes-popup-container.visible .car-prequotes-popup::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/car-bu-top-fold-vector.png) no-repeat center/cover;
  width: 100%;
  height: 113px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.car-prequotes-popup-container .car-prequotes-popup::after {
  content: "";
  background: url(../../images/bu/motor/car-top-fold-car-icon.svg);
  width: 115px;
  height: 46px;
  position: absolute;
  bottom: 9px;
  right: 40px;
  display: none;
}

.car-prequotes-popup-container .car-prequotes-popup .car-calculator-step-1 .mainForm {
  max-width: 564px;
  width: 100%;
  margin: 0 auto;
}

.car-prequotes-popup-container .car-prequotes-popup .car-prequotes-close-button {
  position: absolute;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  top: 0;
  right: 0;
  z-index: 10002;
  cursor: pointer;
  transition: right 0.3s ease-in;
}

.car-prequotes-popup-container .car-prequotes-popup .car-prequotes-close-button::after,
.car-prequotes-popup-container .car-prequotes-popup .car-prequotes-close-button::before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  top: 7px;
  background-color: #4d4c4c;
}

.car-prequotes-popup-container .car-prequotes-popup .car-prequotes-close-button::before {
  transform: rotate(45deg);
}

.car-prequotes-popup-container .car-prequotes-popup .car-prequotes-close-button::after {
  transform: rotate(-45deg);
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm {
  height: 100%;
  overflow-y: scroll;
}
.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .common_heading.back {
  padding: 0 12px 0 0;
}
.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .common_heading.back .wizard {
  right: 12px;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm::-webkit-scrollbar {
  display: none;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .pre-quote-submit {
  bottom: -17px;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .content {
  height: 100vh;
  padding: 32px 0;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .common_heading.back .backbutton {
  left: 16px;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper {
  height: 100%;
  padding: 0 16px;
  overflow-y: scroll;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper::-webkit-scrollbar {
  display: none;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched {
  max-width: 400px;
  margin: 30px auto 20px;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details:has(.provider) .mainForm {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details:has(.provider) .mainForm {
    margin-top: 0;
  }
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .heading {
  font-size: 22px;
  line-height: 28px;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .heading sup {
  font-size: 12px;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist {
  flex-direction: column;
  margin: 24px auto;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li .pointers {
  margin: 0 0 12px 0;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li:last-child,
.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li:nth-last-of-type(2) {
  display: none;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li .pointers {
  margin: 0;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider {
  display: none;
}

@media screen and (max-width: 767px) {
  .car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider {
    flex-direction: row;
    display: flex;
  }
}
.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers {
  margin: 0 0 12px 0;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li:last-child,
.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li:nth-last-of-type(2) {
  display: block;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers {
  margin: 0 0 10px;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .car-calculator-nudge {
  display: none !important;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .car-prequote-brands:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .car-prequote-brands:first-child {
    margin-right: 8px;
  }
}
.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section {
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.1215686275);
  background: #fff;
  border-radius: 8px;
  padding: 2px;
  width: 100%;
  position: relative;
  margin: 20px auto 0;
  top: auto;
  right: auto;
  max-width: 400px;
}

.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading {
  background: #ecf1fd;
  display: flex;
  align-items: center;
}

.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading img {
  margin-right: 8px;
}

.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading > .title,
.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .rightSection .leftSection .heading > .h2,
.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .rightSection .leftSection .heading > h1,
.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .rightSection .leftSection .heading > h2,
.rightSection .leftSection .car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading > .h2,
.rightSection .leftSection .car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading > h1,
.rightSection .leftSection .car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading > h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: #253858;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading .arrow {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    position: relative;
    transition: 0.3s all ease;
    background: #fff;
    margin-right: 12px;
  }
  .car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading .arrow::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #253858;
    border-right: 2px solid #253858;
    transform: rotate(135deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 7px;
    content: "";
    position: absolute;
    top: 7px;
  }
}
.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading.show {
  border-radius: 8px 8px 0 0;
}

.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading.show .arrow::after {
  transform: rotate(-45deg);
  margin-bottom: 7px;
  top: 6px;
}

@media screen and (max-width: 1024px) {
  .car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading {
    justify-content: space-between;
    border-radius: 8px;
  }
}
.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .plans-for-car-section-content {
  padding: 16px !important;
  height: 100% !important;
}

@media screen and (max-width: 1024px) {
  .car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .plans-for-car-section-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    padding: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .plans-for-car-section-content.show {
    overflow-y: hidden;
    max-height: 310px;
    opacity: 1;
    visibility: visible;
    padding: 16px;
  }
}
.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .plans-for-car-section-content .details {
  margin-bottom: 24px;
}

.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .plans-for-car-section-content .details .pointer {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}

.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .plans-for-car-section-content .details .pointer::before {
  content: "";
  background: url(../../images/bu/motor/rto-tick-icon.svg);
  width: 11px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 0;
}

.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .plans-for-car-section-content .details .pointer span {
  font-weight: 700;
}

.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .plans-for-car-section-content .details .pointer span.large {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
}

.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .plans-for-car-section-content .pre-quote-submit .tnc-apply {
  font-size: 12px;
  display: block;
  margin: 10px;
  color: #6b778c;
  text-align: center;
  line-height: 18px;
}

.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .plans-for-car-section-content .form-whatsapp {
  margin: 16px auto 0 !important;
  color: #6b778c;
}

.download-pb-app {
  max-width: 100%;
  text-align: center;
  margin: 0;
  padding: 2px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #FFF;
  background: linear-gradient(94deg, #1F355A 2.87%, #37367C 66.75%);
  box-shadow: 0px 3px 9px 0px rgba(37, 56, 88, 0.16);
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: CENTER;
  z-index: 100;
}
@media screen and (orientation: landscape) and (max-width: 1180px) and (min-width: 1024px) {
  .download-pb-app {
    right: -185px;
  }
}
@media screen and (max-width: 1024px) {
  .download-pb-app {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    max-width: 100%;
    border-radius: 16px 16px 0px 0px;
    box-shadow: none;
    border: 0;
    padding: 15px;
  }
  .download-pb-app.tw {
    top: auto;
  }
}
@media screen and (max-width: 1024px) {
  .download-pb-app .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.download-pb-app .details {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .download-pb-app .details {
    position: relative;
    padding-left: 32px;
  }
  .download-pb-app .details::before {
    content: "";
    background: url(../../images/bu/motor/vehicle-info/app/download-app-image-mobile.svg);
    width: 34px;
    height: 51px;
    position: absolute;
    bottom: -15px;
    left: -3px;
  }
}
.download-pb-app .details .heading {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.download-pb-app .details .description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.download-pb-app .details .description.hide-desktop {
  display: none;
}
@media screen and (max-width: 1024px) {
  .download-pb-app .details .description.hide-desktop {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .download-pb-app .details .description.hide-mobile {
    display: none;
  }
}
.download-pb-app .download-buttons {
  display: flex;
  align-items: center;
  margin: 7px 0 0;
}
.download-pb-app .download-buttons .button {
  margin-right: 6px;
}
@media screen and (max-width: 1024px) {
  .download-pb-app .download-buttons .button {
    margin-right: 0;
  }
  .download-pb-app .download-buttons .button img {
    max-width: 112px;
    width: 100%;
    height: auto;
  }
}
.download-pb-app .qr-code {
  background: #fff;
  border-radius: 8px;
  padding: 3px;
}
.download-pb-app .qr-code img {
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .download-pb-app .qr-code {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .text-input-feild.mobile-number.error .secure-tag {
    bottom: -22px;
  }
}
.secure-tag {
  position: absolute;
  display: flex;
  right: 42px;
  top: 50%;
  background: #E6F2FE;
  border-radius: 100px;
  padding: 5px 8px;
  transform: translate(0, -50%);
}
.secure-tag img {
  display: none;
}

@media screen and (max-width: 767px) {
  .secure-tag {
    bottom: -17px;
    display: inline-flex;
    align-items: center;
    height: 26px;
  }
}
.secure-tag .text {
  letter-spacing: 0.15px;
  color: #4983BC;
  font-size: 10px;
  line-height: 100%;
  font-weight: 600;
  margin-left: 0;
}

.rto-details-section {
  background: #fff;
  width: 560px;
  margin: 24px auto 0 0;
  border-radius: 8px;
  padding: 0;
  border: 1px solid rgba(179, 186, 197, 0.6);
}

@media screen and (max-width: 1024px) {
  .rto-details-section {
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .rto-details-section {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.rto-details-section .rto-details-content .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-direction: column;
  margin: 0;
  border-bottom: 1px solid rgba(179, 186, 197, 0.6);
}

.rto-details-section .rto-details-content .row:last-child {
  margin: 0;
  border: 0;
}

.rto-details-section .rto-details-content .row .heading {
  width: 100%;
  color: #253858;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.016em;
  position: relative;
  cursor: pointer;
  padding: 14px 24px 14px 20px;
  display: flex;
  align-items: CENTER;
}

.rto-details-section .rto-details-content .row .heading img {
  margin: 0 20px 0 0;
}

.rto-details-section .rto-details-content .row .heading::after {
  content: "";
  background: url(../../images/bu/motor/vehicle-info/vi-accordion-more-icon.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all ease;
}

.rto-details-section .rto-details-content .row .heading.active {
  border-bottom: 1px solid rgba(179, 186, 197, 0.6);
}

.rto-details-section .rto-details-content .row .heading.active::after {
  background: url(../../images/bu/motor/vehicle-info/vi-accordion-less-icon.svg);
}

.rto-details-section .rto-details-content .row .vi-content {
  display: none;
}

.rto-details-section .rto-details-content .row .vi-content.active {
  display: block;
  padding: 12px 20px;
  width: 100%;
}

.rto-details-section .rto-details-content .row .vi-content.active .challan {
  border-bottom: 1px solid #dae7fd;
  margin: 0 0 22px;
  padding: 0 0 16px;
}

.rto-details-section .rto-details-content .row .vi-content.active .challan:last-child {
  border: 0;
  margin: 0;
  padding: 0 0 8px;
}

.rto-details-section .rto-details-content .row .vi-content.active .challan .challan-heading {
  color: #253858;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  margin-bottom: 8px;
  border-bottom: 1px solid;
  display: inline-block;
  padding: 0 0 4px;
}

.rto-details-section .rto-details-content .row .vi-content.active .details-list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dae7fd;
  padding: 0 0 12px;
  margin: 0 0 12px;
}

.rto-details-section .rto-details-content .row .vi-content.active .details-list:last-child {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .rto-details-section .rto-details-content .row .vi-content.active .details-list {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  .rto-details-section .rto-details-content .row .vi-content.active .details-list:last-child .details:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
}
.rto-details-section .rto-details-content .row .vi-content.active .details-list .details {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .rto-details-section .rto-details-content .row .vi-content.active .details-list .details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dae7fd;
    padding: 0 0 12px;
    margin: 0 0 12px;
  }
}
.rto-details-section .rto-details-content .row .label {
  color: rgba(37, 56, 88, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  padding: 0 0 4px;
}

.rto-details-section .rto-details-content .row .value {
  color: #253858;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
}

.quote-wrapper:has(.car-calulator-step-1.show) {
  max-width: 100% !important;
}

.quote-wrapper .car-calulator-step-1 .input_field {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

.quote-wrapper .car-calulator-step-1 .input_field .input_box:has(.success):after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 2px solid #0065ff;
  border-right: 2px solid #0065ff;
  margin-top: -11px;
  position: absolute;
  right: 170px;
  top: 32px;
  content: "";
}

@media screen and (max-width: 767px) {
  .quote-wrapper .car-calulator-step-1 .input_field .input_box:has(.success):after {
    right: 20px;
  }
}
.multilan .showForm .disForm #loader,
.multilan .showForm .disForm .carnextstep,
.multilan .showForm .disForm .do_not {
  font-size: 15px;
}

.multilan .showForm .disForm .proceed {
  font-size: 0;
}

.car-calculator-nudge {
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.1215686275);
  background: #fff;
  border-radius: 8px;
  max-width: 330px;
  position: absolute;
  top: 55px;
  right: 65px;
  padding: 2px;
  width: 100%;
}

@media screen and (max-width: 1180px) {
  .car-calculator-nudge {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .car-calculator-nudge {
    max-width: 400px;
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto 0;
    width: 100%;
  }
}
.car-calculator-nudge .car-calculator-nudge-heading {
  background: #ecf1fd;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.car-calculator-nudge .car-calculator-nudge-heading .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: #253858;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 389px) {
  .car-calculator-nudge .car-calculator-nudge-heading .text {
    padding: 0 4px;
  }
}
.car-calculator-nudge .car-calculator-nudge-heading .text::before {
  content: "";
  background: url(../../images/bu/motor/car-calculators-nudge-icon.svg);
  width: 56px;
  height: 48px;
  display: inline-block;
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  .car-calculator-nudge .car-calculator-nudge-heading .arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    transition: 0.3s all ease;
    margin-right: 15px;
    background: #fff;
  }
  .car-calculator-nudge .car-calculator-nudge-heading .arrow::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-bottom: 11px;
    content: "+";
    position: absolute;
    top: -3px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .car-calculator-nudge .car-calculator-nudge-heading.show .arrow::after {
    top: -3px;
    content: "-";
    margin-left: 7px;
    margin-bottom: 11px;
  }
}
.car-calculator-nudge .car-calculator-nudge-content {
  padding: 12px 14px 16px;
}

@media screen and (max-width: 1024px) {
  .car-calculator-nudge .car-calculator-nudge-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .car-calculator-nudge .car-calculator-nudge-content.show {
    overflow-y: hidden;
    max-height: 250px;
    opacity: 1;
    visibility: visible;
    padding: 16px 15px;
  }
}
.car-calculator-nudge .car-calculator-nudge-content .result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.car-calculator-nudge .car-calculator-nudge-content .result .rs {
  width: 50%;
}

.car-calculator-nudge .car-calculator-nudge-content .result .rs span {
  color: rgba(37, 56, 88, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.car-calculator-nudge .car-calculator-nudge-content .result .rs .amt {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #253858;
}

.car-calculator-nudge .car-calculator-nudge-content .result .rs .tooltip-amount-box {
  display: flex;
  align-items: center;
}

.car-calculator-nudge .car-calculator-nudge-content .result .rs .tooltip-amount-box .slashed-amt {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-right: 10px;
}

.car-calculator-nudge .car-calculator-nudge-content .result .rs .tooltip-amount-box .tooltip-box {
  position: relative;
}

.car-calculator-nudge .car-calculator-nudge-content .result .rs .tooltip-amount-box .tooltip-box .tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #253858;
  cursor: pointer;
  margin-left: 16px;
}

.car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content {
  background: #f4f5f7;
  border-radius: 8px;
  align-items: CENTER;
  justify-content: space-between;
  padding: 6px;
  display: flex;
  width: 100%;
  margin: 15px 0 0;
  position: relative;
}

.car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f4f5f7;
  position: absolute;
  top: -8px;
  left: 76%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content::before {
    right: 26%;
    left: auto;
  }
}
@media screen and (max-width: 390px) {
  .car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content::before {
    right: 24%;
    left: auto;
  }
}
@media screen and (max-width: 375px) {
  .car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content::before {
    right: 21%;
    left: auto;
  }
}
.car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content > div {
  display: flex;
  align-items: center;
}

.car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content > div.save-upto {
  color: #00875a;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  display: block;
  width: 100%;
}

.car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content > div.save-upto span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content > div .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6b778c;
}

@media screen and (max-width: 320px) {
  .car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content > div .label {
    font-size: 10px;
  }
}
.car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content > div .value {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #253858;
  margin-left: 4px;
}

@media screen and (max-width: 320px) {
  .car-calculator-nudge .car-calculator-nudge-content .result .tooltip-amount-content > div .value {
    font-size: 12px;
  }
}
.car-calculator-nudge .car-calculator-nudge-content.pay-as-you-drive .result .tooltip-amount-content {
  background: #e3fcef;
}

.car-calculator-nudge .car-calculator-nudge-content.pay-as-you-drive .result .tooltip-amount-content::before {
  display: none;
}

.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section {
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.1215686275);
  background: #fff;
  border-radius: 8px;
  width: 290px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
}

@media screen and (max-width: 1024px) {
  .car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section {
    max-width: 335px;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto 0;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content {
  padding: 24px 16px 20px;
  background: #ecf1fd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px 14px;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .insurer-logos {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
  .car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .insurer-logos {
    margin-bottom: 0;
    order: 2;
    width: 50%;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .insurer-logos .logo {
  width: 42px;
  height: 42px;
}

.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .insurer-logos .logo:nth-child(2) {
  margin: 0 -12px;
}

@media screen and (max-width: 1024px) {
  .car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .description {
    order: 1;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .description .plan-number {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 12px;
  color: #253858;
}

.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .description .plan-number span {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .description .plan-number {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 4px;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .description .insurer-names {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #253858;
  opacity: 0.6;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .description .insurer-names {
    text-align: left;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .pre-quote-submit {
    order: 3;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .pre-quote-submit .loading {
  padding: 8px 19px;
  text-transform: capitalize;
  font-size: 16px;
  min-height: 32px;
  max-width: 400px;
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  height: auto;
  filter: none;
}

.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .pre-quote-submit .loading::after {
  width: 14px;
  height: 14px;
}

.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .pre-quote-submit .btnOrange {
  padding: 8px 19px;
  text-transform: capitalize;
  font-size: 16px;
  min-height: 32px;
  max-width: 400px;
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.car-pre-quote.carSEOForm .quote-wrapper .plans-for-car-section .plans-for-car-section-content .pre-quote-submit .btnOrange .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url(../../images/bu/motor/white-arrow-icon.svg) no-repeat center/contain;
}

.car-top-plans {
  border-radius: 24px;
  padding: 0;
  position: relative;
  background: linear-gradient(180deg, #F5F9FF 0%, #D8E7FE 100%);
}

@media only screen and (max-width: 767px) {
  .car-top-plans {
    padding: 20px 16px 20px;
    border-radius: 0;
  }
}
.car-top-plans p.top-head {
  color: #0065ff;
  font-weight: 500;
  border-bottom: 3px solid #0065ff;
  display: inline-block;
  margin-bottom: 16px;
}

.car-top-plans .car-top-plan-slider .car-plan-item {
  background: #fff;
  height: 250px;
  border-radius: 8px;
  margin: 10px 0;
  padding: 16px;
  margin-bottom: 20px;
  outline: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .car-top-plans .car-top-plan-slider .car-plan-item {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item {
    margin: 0 10px 0 0;
    height: 400px;
  }
}
.car-top-plans .car-top-plan-slider .car-plan-item .top-row {
  display: flex;
  margin-bottom: 32px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo {
  width: 50%;
  display: flex;
  align-items: center;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo img {
  max-width: 120px;
  height: auto;
  margin-right: 50px;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo {
    display: block;
  }
}
.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo p {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #253858;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo p {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo p {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo {
    width: 100%;
  }
}
.car-top-plans .car-top-plan-slider .car-plan-item .top-row .top-right {
  width: 50%;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .top-right .block-txt {
  background: #f1f1f1;
  float: right;
  border-radius: 20px;
  padding: 5px 10px;
  color: #5e6c84;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .top-right {
    position: absolute;
    right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .top-right {
    position: absolute;
    right: 10px;
  }
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .top-right .block-txt {
    font-size: 9px;
  }
}
@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row {
    margin-bottom: 16px;
  }
}
.car-top-plans .car-top-plan-slider .car-plan-item .content-row {
  display: inline-flex;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 24px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row:nth-child(3n) {
  margin-right: 0;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block {
  width: 50px;
  display: inline-flex;
  align-self: center;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f1f1;
  text-align: center;
  display: flex;
  align-items: center;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block span i {
  width: 24px;
  height: 28px;
  background: url(../../images/bu/car-top-plan-icons.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block span i.generic {
  background-position: 0 8px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block span i.damage {
  background-position: 1px -32px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block span i.tyre-tube {
  background-position: 0 -76px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .content-block {
  width: calc(100% - 50px);
  display: inline-flex;
  align-self: center;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .content-block .head {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  padding: 0;
  line-height: 18px;
  margin: 0;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .content-block .text {
  font-size: 12px;
  display: block !important;
  color: #253858;
  padding: 0;
  line-height: 18px;
  margin: 0;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .content-block .text a {
  color: #0065ff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .content-row {
    margin-bottom: 16px;
    width: 100%;
    margin-right: 0;
  }
}
.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row {
  display: flex;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 32px);
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .bottom-row {
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    position: absolute;
    bottom: 20px;
    width: 90%;
  }
}
.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price {
  width: calc(100% - 180px);
  align-items: center;
}

.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price p {
  float: right;
  margin: 0 20px 0 0;
  color: #253858;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price p {
    font-size: 16px;
    float: left;
    padding-bottom: 16px;
    width: 100%;
    line-height: 20px;
    text-align: center;
  }
}
.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price p span {
  display: block;
  color: #253858;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price p span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price {
    width: 100%;
  }
}
.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .btn-block {
  width: 180px;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .btn-block {
    width: 100%;
  }
}
.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .btn-block .btn {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #0065ff;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.car-top-plans .disclaimer {
  font-size: 8pt;
  color: #333;
}

.car-top-plans .seeMoreplans {
  position: absolute;
  bottom: 22px;
  left: 16px;
  right: 0;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.73)), to(#fff));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.73), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.73), #fff);
  width: calc(100% - 32px);
}

@media only screen and (max-width: 640px) {
  .car-top-plans .seeMoreplans {
    display: none;
  }
}
.car-top-plans .seeMoreplans span {
  position: absolute;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  bottom: -15px;
  background: #fff;
  box-shadow: 0 3px 24px 0 rgba(37, 56, 88, 0.1);
  padding: 6px 40px 6px 28px;
  border-radius: 32.5px;
  color: #0065ff;
  text-decoration: none;
  cursor: pointer;
}

.car-top-plans .seeMoreplans span::after {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 12px;
}

.car-top-plans .seeMoreplans.full {
  height: 19px;
}

.car-top-plans .seeMoreplans.full span::after {
  top: 16px;
  transform: rotate(-135deg);
  transition: ease 0.3s all;
}

.top-plan-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

.top-plan-popup .close {
  width: 32px;
  height: 32px;
  background: #f3f3f3;
  border-radius: 50%;
  float: right;
  margin: 16px;
  position: relative;
}

.top-plan-popup .close .close-ico {
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
}

.top-plan-popup .close .close-ico:hover {
  opacity: 1;
}

.top-plan-popup .close .close-ico:after,
.top-plan-popup .close .close-ico:before {
  position: absolute;
  left: 0;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
}

.top-plan-popup .close .close-ico:before {
  transform: rotate(45deg);
}

.top-plan-popup .close .close-ico:after {
  transform: rotate(-45deg);
}

.top-plan-popup .top-row {
  padding: 0 16px;
  display: flex;
  width: 100%;
}

.top-plan-popup .top-row .img-block {
  width: 50%;
}

.top-plan-popup .top-row .img-block img {
  width: 100px;
  height: auto;
}

.top-plan-popup .top-row .top-right {
  width: 50%;
}

.top-plan-popup .top-row .top-right .block-txt {
  background: #f1f1f1;
  float: right;
  border-radius: 20px;
  padding: 5px 10px;
  color: #5e6c84;
  font-size: 12px;
}

.top-plan-popup .insurance-heading {
  font-size: 16px;
  padding: 5px 16px 10px;
  font-weight: 600;
  color: #253858;
}

.top-plan-popup .content-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 290px);
  overflow: auto;
}

.top-plan-popup .content-container .faqsWrap ul li h3 a {
  border: 0;
  background: #fafbfc;
}

.top-plan-popup .content-container .faqsWrap ul li {
  background: #fafbfc;
  border-radius: 8px;
}

.top-plan-popup .content-container .faqsWrap ul li p.text {
  font-size: 14px;
  padding-left: 30px;
}

.top-plan-popup .content-container .faqsWrap ul li i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #dfe1e6;
  margin-right: 16px;
}

.top-plan-popup .content-container .faqsWrap ul li h3 + div {
  border: 0;
  background: #fafbfc;
}

.top-plan-popup .faqsWrap {
  margin: 0 16px;
}

.top-plan-popup .bottom-row {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.top-plan-popup .bottom-row .price {
  width: 100%;
  align-items: center;
}

.top-plan-popup .bottom-row .price p {
  margin: 5px 20px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.top-plan-popup .bottom-row .price p span {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.top-plan-popup .bottom-row .btn-block {
  width: calc(100% - 32px);
  margin: 16px 16px 0;
}

.top-plan-popup .bottom-row .btn-block .btn {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #0065ff;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.car-widget-disclaimer {
  font-size: 11px !important;
  line-height: 18px !important;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 1024px) {
  .car-widget-disclaimer {
    padding: 10px 16px !important;
    border-top: 1px solid #ddd;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #2f4efb;
}

.slick-list {
  padding-left: 0 !important;
}

.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none;
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
  vertical-align: middle;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-zfix,
.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
  color: #222;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-active .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-widget-overlay,
.ui-widget-shadow {
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.exit-intent-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.exit-intent-popup-container.visible {
  opacity: 1;
  z-index: 999999;
}

@media only screen and (min-width: 570px) and (max-width: 980px) and (orientation: portrait) {
  .exit-intent-popup-container.visible {
    display: none;
  }
}
.exit-intent-popup-container .exit-intent-popup {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 14px 0 21px 45px;
  position: relative;
  z-index: 1002;
}

.exit-intent-popup-container .exit-intent-popup::after {
  content: "";
  background: url("../../images/bu/exit-intent-popup-image.svg") no-repeat;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.exit-intent-popup-container .exit-intent-popup.housewife:after {
  content: "";
  background: url("../../images/bu/exit-intent-popup-image.png") no-repeat bottom right;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 0;
  background-size: 80%;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.housewife:after {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup {
    margin: 0 15px;
    padding: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
}
@media screen and (max-width: 360px) {
  .exit-intent-popup-container .exit-intent-popup::after {
    opacity: 0.3;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid;
  border-radius: 50%;
  background-size: 100%;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content > div {
  z-index: 10;
  position: relative;
  width: 71%;
  font-size: 12px;
  margin-top: 10px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
  color: #253858;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
  color: #253858;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 60%;
  position: relative;
  padding-bottom: 10px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description:after {
  content: "";
  background-color: #e5e5e5;
  height: 2px;
  width: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.description {
    font-size: 14px;
    line-height: 18px;
    width: 75%;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 {
  letter-spacing: 0;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 30px 0 6px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-1 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 6px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 {
  letter-spacing: 0;
  color: #253858;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 {
    font-size: 20px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.blue {
  color: #0065ff;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.blue sup {
  font-size: 14px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
    font-size: 20px;
    line-height: 34px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
  font-weight: 600;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
    font-size: 17px;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
  width: 50%;
  letter-spacing: 0;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  padding-left: 19px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li sup {
  position: absolute;
  font-size: 12px;
  top: -5px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px;
    z-index: 1;
    position: relative;
  }
}
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content ul li::before {
  content: "";
  background: url("../../images/bu/exit-intent-popup-bullet.svg");
  height: 14px;
  width: 13px;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
.exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  max-width: 290px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewbtn,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content .viewplan-link,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content a,
  .exit-intent-popup-container .exit-intent-popup .exit-intent-popup-content button {
    max-width: 200px;
    font-size: 18px;
    z-index: 1;
    position: relative;
  }
}
.exit-intent-popup-container .exit-intent-popup.housewife {
  padding: 24px 0 61px 45px;
}

@media screen and (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.housewife {
    padding: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup.housewife .viewplan-link {
    margin: 20px 0;
  }
}
.exit-intent-popup-container .exit-intent-popup.housewife .exit-intent-popup-content p.details-1 {
  margin: 20px 0 6px;
  color: #253858;
}

.exit-intent-popup-container .exit-intent-popup.housewife .exit-intent-popup-content p.details-2 {
  margin: 0;
}

.exit-intent-popup-container .exit-intent-popup.housewife .exit-intent-popup-content p.description {
  padding-bottom: 21px;
}

.exit-intent-popup-container .exit-intent-popup.housewife .exit-intent-popup-content button {
  border-radius: 8px;
}

.exit-intent-popup-container .exit-intent-popup.housewife .exit-intent-popup-content ul li {
  color: #253858;
}

.exit-intent-popup-container.car.visible {
  background: rgba(24, 22, 54, 0.9019607843);
}

.exit-intent-popup-container.car .exit-intent-popup {
  padding: 14px 24px 21px;
  max-width: 795px;
}

@media screen and (max-width: 360px) {
  .exit-intent-popup-container.car .exit-intent-popup {
    margin: 0 6px;
    padding: 12px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup::after {
  content: "";
  background: url(../../images/bu/car-exit-intent-popup-image.svg) no-repeat;
  width: 280px;
  height: 241px;
  position: absolute;
  bottom: 50px;
  right: 10px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.car .exit-intent-popup::after {
    bottom: 90px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup::after {
    opacity: 0.3;
  }
}
.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2 {
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2 {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2 {
    line-height: 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2 {
    line-height: 24px;
    font-size: 20px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-1 {
  margin: 20px 0 6px;
  line-height: 22px;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 {
  font-size: 20px;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
  font-size: 24px;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
  font-size: 20px;
  font-weight: 500;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul {
  margin-top: 43px;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul {
    width: 100%;
    margin-top: 30px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li {
  padding-left: 21px;
  font-size: 16px;
  margin-bottom: 10px;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li span {
  font-size: 18px;
  color: #0065ff;
  font-weight: 700;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li::before {
  background-image: none;
  height: 9px;
  width: 9px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #0065ff;
  border-radius: 50%;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content > div {
  width: 100%;
}

.exit-intent-popup-container.car .exit-intent-popup.new {
  padding: 24px 24px 28px 28px;
  max-width: 980px;
  background: linear-gradient(192deg, #eeffe4 16.12%, #fff 63.04%);
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new {
    padding: 103px 16px 16px;
    background: linear-gradient(191deg, #eeffe4 5.1%, #fff 64.83%);
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new:after {
  background: url(../../images/bu/motor/exit-intent-car-desktop-bg.png?v=1) no-repeat top/contain;
  width: 640px;
  height: 322px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  bottom: auto;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.car .exit-intent-popup.new:after {
    width: 503px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new:after {
    content: "";
    background: url(../../images/bu/motor/exit-intent-car-mobile-bg.png?v=1) no-repeat right/cover;
    display: block !important;
    max-width: 385px;
    height: 125px;
    opacity: 1;
    width: 100%;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-close {
  top: 24px;
  right: 24px;
  border: 0;
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-close {
    top: 12px;
    right: 12px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content h2 {
  padding-bottom: 12px;
  margin-right: 0;
  color: var(--253858-n-700, #253858);
  width: 55%;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content h2 span {
  color: #4a9819;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content h2 {
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
  }
  .exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content h2 span {
    font-size: 16px;
    line-height: 24px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content p.details-1 {
  margin: 12px 0 5px;
  line-height: 22px;
  color: var(--253858-n-700, #253858);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.256px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content p.details-1 {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0 1px;
    letter-spacing: 0.196px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content p.details-2 {
  color: var(--253858-n-700, #253858);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
}

.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content p.details-2 sup {
  font-size: 20px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content p.details-2 {
    font-size: 32px;
    letter-spacing: 0.512px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list {
    width: 100%;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list .pointer {
  color: var(--253858-n-700, #253858);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  width: 50%;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list .pointer sup {
  font-size: 12px;
  margin-top: -8px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list .pointer {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list .pointer {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 12px;
    letter-spacing: 0.196px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list .icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list .icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list .icon.icon-1 {
  background: url(../../images/bu/motor/exit-intent-car-icon-1.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list .icon.icon-2 {
  background: url(../../images/bu/motor/exit-intent-car-icon-2.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list .icon.icon-3 {
  background: url(../../images/bu/motor/exit-intent-car-icon-3.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .pointer-list .icon.icon-4 {
  background: url(../../images/bu/motor/exit-intent-car-icon-4.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content button {
  border: 0;
  color: #fff;
  text-transform: none;
  max-width: 290px;
  width: 100%;
  padding: 14px 32px;
  display: block;
  margin-top: 12px;
  cursor: pointer;
  border-radius: 8px;
  background: #ff5630;
  color: var(--ffffffn-0, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content button::after {
  content: "";
  background: url(../../images/bu/motor/exit-intent-car-forward-icon.svg);
  width: 12px;
  height: 10px;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  right: 88px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content button {
    max-width: 300px;
    margin: 12px auto;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new .exit-intent-popup-content .disclaimer {
  width: 100%;
  color: rgba(37, 56, 88, 0.6);
  padding: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px !important;
  margin: 8px 0 0;
}

.exit-intent-popup-container.car .exit-intent-popup.new.generic {
  background: linear-gradient(219deg, #e3f7ff 34.67%, #fff 89.75%);
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.generic {
    background: linear-gradient(187deg, #e3f7ff 31.98%, #fff 96.25%);
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.generic:after {
  background: url(../../images/bu/motor/exit-intent-car-blue-desktop-bg.png?v=1) no-repeat top/contain;
  height: 333px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.generic:after {
    background: url(../../images/bu/motor/exit-intent-car-blue-mobile-bg.png?v=1?v=1) no-repeat left/contain;
    display: block !important;
    max-width: 299px;
    height: 144px;
    opacity: 1;
    width: 100%;
    right: auto;
    left: 0;
    top: -15px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content h2 {
  color: var(--253858-n-700, #253858);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding: 8px 0 24px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0 16px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content h2 span {
  color: #1da3dd;
}

.exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content p.details-1 {
  margin: 24px 0 5px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content p.details-1 {
    margin: 16px 0 5px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content .pointer-list .icon.icon-1 {
  background: url(../../images/bu/motor/exit-intent-car-blue-icon-1.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content .pointer-list .icon.icon-2 {
  background: url(../../images/bu/motor/exit-intent-car-blue-icon-2.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content .pointer-list .icon.icon-3 {
  background: url(../../images/bu/motor/exit-intent-car-blue-icon-3.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content .pointer-list .icon.icon-4 {
  background: url(../../images/bu/motor/exit-intent-car-blue-icon-4.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content .pointer-list .pointer {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content .pointer-list .pointer {
    margin: 0 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.generic .exit-intent-popup-content button {
    margin: 12px auto 6px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.generic .disclaimer {
  font-size: 12px;
  margin-top: 33px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.generic .disclaimer {
    margin: 0;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep {
  background: linear-gradient(185deg, #dffff7 12.77%, #fff 81.29%);
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.zero-dep {
    background: linear-gradient(185deg, #dffff7 12.77%, #fff 81.29%);
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep:after {
  background: url(../../images/bu/motor/exit-intent-car-green-desktop-bg.png?v=1) no-repeat top/contain;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.zero-dep:after {
    background: url(../../images/bu/motor/exit-intent-car-green-mobile-bg.png?v=1?v=1) no-repeat left/contain;
    display: block !important;
    max-width: 299px;
    height: 144px;
    opacity: 1;
    width: 100%;
    right: auto;
    left: 0;
    top: -15px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
  padding: 8px 0 16px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 8px 0 14px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content h2 span.green {
  color: #11a886;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content h2 span.green {
    font-size: 16px;
    line-height: 24px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content h2 span.small {
  color: #253858;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content h2 span.small {
    font-size: 16px;
    line-height: 24px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content p.details-2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin: 16px 0 6px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content p.details-2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 14px 0 2px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content .pointer-list .icon.icon-1 {
  background: url(../../images/bu/motor/exit-intent-car-green-icon-1.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content .pointer-list .icon.icon-2 {
  background: url(../../images/bu/motor/exit-intent-car-green-icon-2.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content .pointer-list .icon.icon-3 {
  background: url(../../images/bu/motor/exit-intent-car-green-icon-3.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content .pointer-list .icon.icon-4 {
  background: url(../../images/bu/motor/exit-intent-car-green-icon-4.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content .pointer-list .pointer {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content .pointer-list .pointer {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .exit-intent-popup-content button {
    margin: 12px auto 9px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .disclaimer {
  font-size: 10px;
  margin-top: 21px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.zero-dep .disclaimer {
    margin: 0;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.third-party {
  background: linear-gradient(192deg, #f7e1d3 16.12%, #fff 63.04%);
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.third-party {
    background: linear-gradient(184deg, #f7e1d3 12.12%, #fff 69.13%);
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.third-party:after {
  background: url(../../images/bu/motor/exit-intent-car-pink-desktop-bg.png?v=1) no-repeat top/contain;
  height: 333px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.third-party:after {
    background: url(../../images/bu/motor/exit-intent-car-pink-mobile-bg.png?v=1) no-repeat left/contain;
    display: block !important;
    max-width: 319px;
    height: 125px;
    opacity: 1;
    width: 100%;
    right: auto;
    left: 0;
    top: 0;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content h2 {
  color: var(--253858-n-700, #253858);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding: 8px 0 16px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content h2 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content h2 span {
  color: #db6b27;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content h2 span {
    font-size: 16px;
    line-height: 24px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content p.details-1 {
  margin: 16px 0 5px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content p.details-1 {
    margin: 16px 0 5px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content .pointer-list .icon.icon-1 {
  background: url(../../images/bu/motor/exit-intent-car-pink-icon-1.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content .pointer-list .icon.icon-2 {
  background: url(../../images/bu/motor/exit-intent-car-pink-icon-2.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content .pointer-list .icon.icon-3 {
  background: url(../../images/bu/motor/exit-intent-car-pink-icon-3.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content .pointer-list .icon.icon-4 {
  background: url(../../images/bu/motor/exit-intent-car-pink-icon-4.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content .pointer-list .pointer {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content .pointer-list .pointer {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.third-party .exit-intent-popup-content button {
    margin: 12px auto 8px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.third-party .disclaimer {
  font-size: 12px;
  margin-top: 21px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.third-party .disclaimer {
    margin: 0;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive {
  background: linear-gradient(192deg, #fff4cf 16.12%, #fff 63.04%);
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.comprehensive {
    background: linear-gradient(191deg, #fff4cf 5.1%, #fff 64.83%);
    padding: 103px 14px 8px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive:after {
  background: url(../../images/bu/motor/exit-intent-car-orange-desktop-bg.png?v=1) no-repeat top/contain;
  height: 333px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.comprehensive:after {
    background: url(../../images/bu/motor/exit-intent-car-orange-mobile-bg.png?v=1) no-repeat left/contain;
    display: block !important;
    max-width: 319px;
    height: 125px;
    opacity: 1;
    width: 100%;
    right: auto;
    left: 0;
    top: 0;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content h2 {
  color: var(--253858-n-700, #253858);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding: 8px 0 12px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content h2 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content h2 span.orange {
  color: #df8600;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content h2 span.orange {
    font-size: 16px;
    line-height: 24px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content h2 span.small {
  color: #253858;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content h2 span.small {
    font-size: 16px;
    line-height: 24px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content p.details-1 {
  margin: 12px 0 5px;
}

.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content .pointer-list .icon.icon-1 {
  background: url(../../images/bu/motor/exit-intent-car-orange-icon-1.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content .pointer-list .icon.icon-2 {
  background: url(../../images/bu/motor/exit-intent-car-orange-icon-2.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content .pointer-list .icon.icon-3 {
  background: url(../../images/bu/motor/exit-intent-car-orange-icon-3.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content .pointer-list .icon.icon-4 {
  background: url(../../images/bu/motor/exit-intent-car-orange-icon-4.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content .pointer-list .pointer {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content .pointer-list .pointer {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .exit-intent-popup-content button {
    margin: 12px auto 8px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .disclaimer {
  font-size: 10px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.comprehensive .disclaimer {
    margin: 0;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program {
  background: linear-gradient(219.52deg, #f9fcff 60.37%, #f1ecfd 84.85%);
  border-radius: 16px;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program {
    padding: 20px 16px 16px;
  }
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program::after {
    display: none !important;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content > div {
    opacity: 1;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content img {
  margin: 0 auto;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content h2,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .exit-intent-claim-heading {
  width: 100%;
  border: 0;
  color: #4fc0e8;
  font-size: 26px;
  font-weight: 700;
  line-height: 30.47px;
  text-align: center;
  margin: 12px auto 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content h2,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .exit-intent-claim-heading {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 2px;
    margin: 10px auto 0;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content p.details-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  margin: 0 0 32px;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content p.details-2 sup {
  font-size: 10px;
  line-height: 10px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content p.details-2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content > .description {
  background: #35c9ad;
  display: inline-block;
  width: AUTO;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
  position: relative;
  padding: 2px;
  z-index: 2;
  margin: 20px 0 0;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content > .description img {
  margin: 0 3px -4px 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content > .description {
    font-size: 10px;
    line-height: 14px;
    margin: 8px 0 0;
  }
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content > .description img {
    margin: 0 2px -1px 0;
    max-width: 10px;
    height: auto;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content > .description::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-right: 18px solid #35c9ad;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: -18px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content > .description::before {
    border-top: 18px solid transparent;
    border-right: 8px solid #35c9ad;
    left: -8px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content > .description::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 18px solid #35c9ad;
  border-bottom: 28px solid transparent;
  position: absolute;
  right: -18px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content > .description::after {
    border-left: 8px solid #35c9ad;
    border-bottom: 18px solid transparent;
    position: absolute;
    right: -8px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist {
  box-shadow: 4px 6px 20px 0 rgba(62, 45, 115, 0.3215686275);
  max-width: 860px;
  margin: -14px auto 0;
  border: 1px solid #e9e3ed;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
  padding: 40px 6px 6px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist {
    margin: 16px auto 0;
    padding: 12px 4px 4px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list {
  width: 100%;
  padding: 0 26px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list {
    padding: 0 16px 0 12px;
    margin-bottom: 8px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer {
  margin-bottom: 28px;
  width: 48%;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer:last-child,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer:nth-last-child(2) {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer {
    margin-bottom: 20px;
    width: 100%;
  }
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer:last-child,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer .icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer .icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer .icon.icon-1 {
  background: url(../../images/bu/motor/exit-intent-claim-assurance-pointer-icon-1.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer .icon.icon-2 {
  background: url(../../images/bu/motor/exit-intent-claim-assurance-pointer-icon-2.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer .icon.icon-3 {
  background: url(../../images/bu/motor/exit-intent-claim-assurance-pointer-icon-3.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer .icon.icon-4 {
  background: url(../../images/bu/motor/exit-intent-claim-assurance-pointer-icon-4.svg) no-repeat center/contain;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .pointer-list .pointer .text {
    font-size: 13px;
    line-height: 19px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer {
  background: rgba(235, 231, 255, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer {
    position: relative;
    padding: 18px 12px 10px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection .h2,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection h1,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection h2,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .title,
.rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .h2,
.rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h1,
.rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h2 {
  border-radius: 8px 0 0 8px;
  background: #ebe7ff;
  height: 64px;
  display: flex;
  align-items: CENTER;
  padding: 0 6px 0 26px;
  color: #7456f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  position: relative;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection .h2::after,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection h1::after,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection h2::after,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .title::after,
.rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .h2::after,
.rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h1::after,
.rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h2::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 24px solid #ebe7ff;
  right: -24px;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection .h2,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection h1,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection h2,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .title,
  .rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .h2,
  .rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h1,
  .rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h2 {
    position: absolute;
    height: auto;
    top: -11px;
    border-radius: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px;
    padding: 0;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 11.72px;
    text-align: center;
    justify-content: center;
  }
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection .h2::after,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection h1::after,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .rightSection .leftSection h2::after,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .title::after,
  .rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .h2::after,
  .rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h1::after,
  .rightSection .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h2::after {
    display: none;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .description {
  margin-left: 45px;
  color: #253858;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding-left: 50px;
}

.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .description::before {
  content: "";
  background: url(../../images/bu/motor/exit-intent-claim-assurance-warranty-icon.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .description::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .description {
    font-size: 13px;
    line-height: 19px;
    margin-left: 0;
    padding-left: 45px;
  }
}
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content button {
  margin: 20px auto 0;
}

.exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li::before {
  background: #000;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car {
    background-color: rgba(23, 43, 77, 0.9);
  }
  .exit-intent-popup-container.car .exit-intent-popup {
    padding: 14px 16px 21px;
  }
  .exit-intent-popup-container.car .exit-intent-popup::after {
    display: none;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-close {
    border: 1px solid;
    border-radius: 50%;
    background-origin: content-box;
    padding: 2px;
    background-position: center;
    background-size: contain;
    opacity: 0.7;
    top: 20px;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content h2 {
    border-bottom: 0;
    font-size: 20px;
    padding-bottom: 0;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-1 {
    margin-bottom: 4px;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-1 span {
    color: #0065ff;
    font-weight: 700;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-1,
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 {
    font-size: 16px;
    color: #253858;
    padding: 0;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
    font-size: 16px;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul {
    margin-top: 20px;
    padding-top: 0;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li {
    color: #172b4d;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content ul li::before {
    background: #172b4d;
    top: 11px;
    height: 4px;
    width: 4px;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content > div {
    color: #172b4d;
    opacity: 0.7;
    margin-top: 16px;
  }
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content button {
    max-width: 200px;
    margin-top: 14px;
    padding: 12px 0;
    text-transform: none;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.car .exit-intent-popup .exit-intent-popup-content button {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .exit-intent-popup-container.car .exit-intent-popup {
    height: 320px;
    overflow-y: scroll;
  }
}
.exit-intent-popup-container.new .exit-intent-popup {
  background: transparent linear-gradient(149deg, #f2fff5 0, #eff5ff 100%) 0 0 no-repeat padding-box;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3058823529);
  padding: 18px 0;
  max-width: 940px;
}

.exit-intent-popup-container.new .exit-intent-popup:after {
  background: url(../../images/bu/term/exit-intent-term-desktop-img.svg) no-repeat center/contain;
  width: 326px;
  height: 312px;
  right: 25px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup:after {
    width: 240px;
    height: 231px;
    right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup {
    margin: 0 5px;
  }
  .exit-intent-popup-container.new .exit-intent-popup::after {
    display: none;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-close {
  background: url(../../images/bu/term/exit-intent-term-close-icon.svg) no-repeat center/contain;
  height: 20px;
  width: 20px;
  border: 0;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content h2 {
  font-size: 36px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 12px 35px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 30px;
    margin: 0 0 4px 11px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description {
  padding-bottom: 0;
  margin: 0 0 0 35px;
  width: 100%;
  position: relative;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description {
    width: 65%;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description {
    font-size: 16px;
    margin: 0 0 0 11px;
    line-height: 24px;
    width: 100%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description:after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description span {
  font-weight: 700;
  position: relative;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description span:after {
  content: "";
  border-bottom: 5px solid red;
  opacity: 0.23;
  width: 240px;
  position: absolute;
  right: 0;
  bottom: 2px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .description span:after {
    width: 190px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 {
  position: relative;
  background: #e6f3ff;
  padding: 8px 39px 14px;
  letter-spacing: 0;
  color: #253858;
  font-size: 26px;
  line-height: 30px;
  width: 65%;
  margin: 29px 0 18px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span {
  color: #266ff7;
  line-height: 30px;
  font-weight: 700;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span.large {
  font-size: 35px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span.premiumPlan {
  font-size: 20px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span.premiumPlan sup {
  font-size: 14px;
  line-height: 40px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1:after {
  content: "";
  width: 20px;
  bottom: 0;
  position: absolute;
  display: block;
  border: 28px solid #e6f3ff;
  z-index: 0;
  right: -28px;
  border-left-width: 0;
  border-right-color: transparent;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 {
    padding: 8px 39px 10px;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 {
    padding: 8px 0 10px 5px;
    letter-spacing: 0;
    color: #253858;
    font-size: 15px;
    line-height: 30px;
    width: 91%;
    margin: 18px 0 12px;
  }
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span.large {
    font-size: 20px;
  }
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1 span.premiumPlan {
    font-size: 14px;
  }
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .details-1::after {
    border: 25px solid #e6f3ff;
    right: -25px;
    border-left-width: 0;
    border-right-color: transparent;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section {
  margin: 0 0 20px 38px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section {
    margin: 0 0 8px 14px;
    width: 100%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 66%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 16px;
  line-height: 30px;
  position: relative;
  width: 50%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers::before {
  content: "";
  background: rgba(37, 56, 88, 0.8901960784) 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 19px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .tag {
  background: #d1ffe3 0 0 no-repeat padding-box;
  border: 1px dashed #0e6a32;
  border-radius: 12px;
  margin: 0 0 0 31px;
  padding: 12px 21px 12px 17px;
  width: 55%;
  display: block;
  letter-spacing: 0;
  color: #106a32;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .tag span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .tag {
    width: 63%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .tag {
    border-radius: 12px 0 0 12px;
    margin: 0 0 0 10px;
    padding: 7px 21px 7px 15px;
    width: 90%;
    display: block;
    letter-spacing: 0;
    color: #106a32;
    font-size: 14px;
    line-height: 19px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .family-image {
  background: url(../../images/bu/term/exit-intent-term-mobile-img.svg) no-repeat center/contain;
  margin: 6px auto -5px;
  width: 181px;
  height: 173px;
}

@media screen and (min-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .family-image {
    display: none;
  }
}
.exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .viewplan-link {
  background: #266ff7 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  margin: 21px 0 0 39px;
  color: #fff;
  text-transform: capitalize;
  padding: 13px 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup .exit-intent-popup-content .viewplan-link {
    margin: 0 auto;
    color: #fff;
    text-transform: capitalize;
    padding: 13px 0;
    max-width: 270px;
    width: 100%;
  }
}
@media only screen and (min-device-width: 570px) and (max-device-width: 980px) and (orientation: portrait) {
  .exit-intent-popup-container.visible {
    display: none;
  }
}
.exit-intent-popup-container.mobile {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.exit-intent-popup-container.mobile.visible {
  opacity: 1;
  z-index: 999999;
}

@media only screen and (max-width: 1024px) {
  .disForm .customeDetailsForm.en .rightContent .car-bg {
    box-shadow: 0 0 10px #e6eff8;
  }
}
a,
a:focus,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textPath,
textPath:focus,
textarea,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

a {
  color: #0065ff;
}

#policybazaar {
  width: 100%;
}

.breadcrumbinner {
  clear: both;
  background: #fff;
}

.breadcrumbinner ul.breadcrumb {
  padding: 10px 0;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1170px;
}

.breadcrumbinner ul.breadcrumb li {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
}

.breadcrumbinner ul.breadcrumb li:after {
  right: -4px;
  top: 1px;
}

.breadcrumbinner ul.breadcrumb li.active {
  display: none;
}

.breadcrumbinner ul.breadcrumb li a {
  color: #0065ff;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbinner ul.breadcrumb li .currentLocation {
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbinner {
    background: 0 0;
  }
  body {
    background: #fff;
  }
  #policybazaar {
    width: 100%;
    padding-top: 0;
  }
  #policybazaar #reviewslide {
    background: #fff;
    padding: 0 15px;
    width: 100%;
  }
  .breadcrumbinner ul.breadcrumb {
    padding: 10px 16px 10px;
    margin: 0;
    border: none;
    width: 100%;
  }
  #policybazaar {
    width: 100%;
    background: #fff;
  }
  #policybazaar #common_footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #policybazaar #reviewslide {
    background: #fff;
    padding: 0;
    width: 100%;
  }
  .pbRelatedLinks {
    padding: 0 0;
  }
}
.text-hide-link {
  display: none;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading_ellips {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loading_ellips div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ccc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading_ellips div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.loading_ellips div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.loading_ellips div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.loading_ellips div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.loading_container {
  width: 100% !important;
  height: 100px;
  box-shadow: none !important;
  text-align: center;
  list-style: none;
}

.primaryBlack,
.primaryBlack * {
  color: #253838;
}

.car-calulator {
  position: relative;
  height: auto;
}

.car-calulator ul {
  transition: height 0.2s ease-in;
}

.car-calulator label {
  width: 100%;
  height: 100%;
  display: table;
  cursor: pointer;
  font-size: 14px;
}

.car-calulator label .logo {
  width: 70px;
  height: 44px;
  margin: 10px auto 0;
  align-items: center;
  display: flex;
  padding: 0 10px;
  border-radius: 4px;
}

.car-calulator label .logo img {
  width: 100%;
}

.car-calulator label .text {
  color: #0065ff;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px;
}

.car-calulator label .text:first-letter {
  text-transform: uppercase;
}

@media (max-width: 360px) {
  .car-calulator label {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .car-calulator {
    background: #fff;
    border: none;
  }
}
.steps-count {
  display: flex;
  position: relative;
}

.steps-count .heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0;
  color: #253858;
}

@media (max-width: 375px) {
  .steps-count .heading {
    font-size: 24px;
    line-height: 36px;
  }
}
.steps-count .steps {
  background: #eae6ff;
  border-radius: 30px;
  padding: 0 12px;
  margin-left: 30px;
  width: 92px;
  display: none;
  align-items: center;
  font-size: 14px;
  height: 30px;
  color: #5243aa;
  letter-spacing: 0.016em;
}

.steps-count .steps .current,
.steps-count .steps .total {
  font-size: 14px;
  display: inline-block;
  letter-spacing: 2px;
  color: #5243aa;
  font-weight: 500;
}

@media (max-width: 767px) {
  .steps-count .steps {
    position: absolute;
    right: 0;
  }
}
.claimprevious-year {
  display: flex;
  flex-direction: row;
}

.claimprevious-year label {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 30px;
}

.claimprevious-year label input {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.claimprevious-year label span {
  font-weight: 500;
}

.result_disclaimer {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.5);
  line-height: 14px;
}

.input-form {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 20px 0 16px;
}

.input-form .heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0 0 15px;
  color: #253858;
}

.input-form .heading.highlight {
  color: #ff8f73;
  font-size: 14px;
}

.input-form .item_select {
  border: 1px solid #97a0af;
  border-radius: 8px;
  width: 100%;
  padding: 13px 33px 13px 13px;
  margin-top: 10px;
  height: 52px;
  background: url(../../images/arrow-path.png) no-repeat right 2% top 50%;
}

.input-form .item_select.error {
  border: 1px solid red;
}

.input-form .inputbox {
  border: 1px solid #DFE1E6;
  border-radius: 100px;
  width: 100%;
  padding: 13px;
  margin: 10px 0;
  height: 52px;
  outline: 0;
}

.input-form .inputbox.labelshow,
.input-form .inputbox:focus {
  border: 1px solid #0065ff;
}

.input-form .inputbox.labelshow + .feildLable,
.input-form .inputbox:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: 28px;
  font-size: 12px;
  color: #0065ff;
  left: 14px !important;
}

.input-form .inputbox::-webkit-input-placeholder {
  color: var(--5-e-6-c-84-n-300, #5e6c84);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
}

.input-form .feildLable {
  color: #5e6c84;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 15px;
  background: #fff;
  top: 55px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

.form-input {
  position: relative;
  display: flex;
  flex-direction: column;
}

.dotSeparator {
  line-height: normal;
}

.dotSeparator span {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-right: 8px;
}

.dotSeparator span::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #253858;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.dotSeparator span:last-of-type::after {
  display: none;
}

.headingV4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #253858;
}

.font14 {
  font-size: 14px;
}

.fontMedium {
  font-weight: 500;
}

.fontNormal {
  font-weight: 400;
}

.btnOrange {
  background-color: #ff5630 !important;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 11px 12px;
  display: block;
  cursor: pointer;
}

.btnOrangeOutline {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 11px 12px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff !important;
  color: #ff5630 !important;
  border: 1px solid #ff5630 !important;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 8px;
}

.removeScroll {
  white-space: nowrap;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 767px) {
  .removeScroll {
    position: relative;
  }
}
.removeScroll::-webkit-scrollbar {
  display: none;
}

.orSeparator {
  text-align: center;
  height: 20px;
  position: relative;
  max-width: 286px;
  margin: 24px auto;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE2MCAyIiBmaWxsPSJub25lIj4NCgkJCTxwYXRoIGQ9Ik0wIDFMMTYwIDEuMDAwMDEiIHN0cm9rZT0iI0RGRTFFNiIgc3Ryb2tlLWRhc2hhcnJheT0iNCA0Ii8+DQoJCQk8L3N2Zz4=") repeat-x 0 center;
}

.orSeparator span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  background: #f9f9ff;
  color: rgba(37, 56, 56, 0.6);
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 40px;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}

.searchBtn {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border: 1px solid #ff5630;
  border-radius: 8px;
  background: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  color: #ff5630;
  cursor: pointer;
}

.searchBtn img {
  margin-right: 8px;
  vertical-align: middle;
}

.hasTooltip {
  position: relative;
}

.hasTooltip::before {
  opacity: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(37, 56, 88, 0.9);
  bottom: -5px;
  left: 10px;
  transition: opacity ease 0.2s;
  -webkit-transition: opacity ease 0.2s;
  -ms-transition: opacity ease 0.2s;
  pointer-events: none;
  position: absolute;
}

.hasTooltip::after {
  content: attr(data-tooltip);
  opacity: 0;
  display: block;
  background: rgba(37, 56, 88, 0.9);
  color: #fff;
  padding: 8px;
  width: 216px;
  font-size: 11px;
  border-radius: 4px;
  z-index: 10;
  line-height: normal;
  top: calc(100% + 5px);
  left: 0;
  transition: opacity ease 0.2s;
  -webkit-transition: opacity ease 0.2s;
  -ms-transition: opacity ease 0.2s;
  pointer-events: none;
  position: absolute;
}

@media (max-width: 480px) {
  .hasTooltip::after {
    font-size: 10px;
    width: 150px;
  }
}
.hasTooltip:hover::before {
  opacity: 1;
}

.hasTooltip:hover::after {
  opacity: 1;
}

.carfetched {
  display: grid;
  grid-template-columns: 48px auto 135px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #dfe1e6;
  background: #fff;
  padding: 16px;
}

.carfetched .cont {
  padding-left: 12px;
}

.carfetched .cont .headingV4 {
  margin-bottom: 4px !important;
}

.arrowRight {
  width: 8px;
  height: 8px;
  border-top: 2px solid #0065ff;
  border-right: 2px solid #0065ff;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-bottom: 3px;
}

.downArrow {
  width: 5px;
  height: 5px;
  border-right: 1px solid #0065ff;
  border-bottom: 1px solid #0065ff;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 2px;
}

.upArrow {
  width: 5px;
  height: 5px;
  border-right: 1px solid #0065ff;
  border-bottom: 1px solid #0065ff;
  transform: rotate(-135deg);
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
}

.car-pre-quote.carSEOForm {
  width: 100%;
  padding-bottom: 0;
  color: #253838;
}

@media screen and (max-width: 1024px) {
  .car-pre-quote.carSEOForm {
    max-width: 100%;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm {
    padding: 0;
  }
  .car-pre-quote.carSEOForm:has(.first_heading.addclose.open) {
    background: linear-gradient(178deg, #ecf6ff -7.44%, #fff 84.27%);
  }
  .car-pre-quote.carSEOForm:has(.first_heading.addclose.open)::after {
    content: "";
    background: url(../../images/bu/motor/car-mobile-popup-bg.png) no-repeat center/contain;
    width: 100%;
    height: 169px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .car-pre-quote.carSEOForm:has(.first_heading.addclose.open) .first_heading {
    background: 0 0;
  }
}
.car-pre-quote.carSEOForm .customCheckbox {
  margin: 0 0 10px;
}

.car-pre-quote.carSEOForm .customCheckbox label {
  display: grid;
  grid-template-columns: 20px auto;
  cursor: pointer;
  align-items: center;
}

.car-pre-quote.carSEOForm .customCheckbox label input {
  margin-top: 2px;
}

.car-pre-quote.carSEOForm .customCheckbox label span {
  display: block;
  padding-left: 5px;
}

.car-pre-quote.carSEOForm .content {
  height: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 24px;
}

.car-pre-quote.carSEOForm .first_heading {
  margin-bottom: 80px;
  padding-right: 62px;
}

.car-pre-quote.carSEOForm .first_heading .close {
  cursor: pointer;
}

.car-pre-quote.carSEOForm .common_heading {
  max-width: 670px;
  margin: 0 auto;
}

.car-pre-quote.carSEOForm .common_heading.back {
  padding: 0;
  background: 0 0;
  border-bottom: none;
  width: 100%;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  min-height: 1px;
  display: flex;
  align-items: center;
}
.car-pre-quote.carSEOForm .common_heading.back .back-heading {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .common_heading.back .back-heading {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .common_heading.back {
    padding: 0 16px;
    max-width: 100%;
    margin-top: 18px;
  }
}
.car-pre-quote.carSEOForm .common_heading.back span {
  width: 100%;
  text-align: center;
  max-width: 100%;
  color: var(--253858-n-700, #253858);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .common_heading.back span {
    font-size: 16px;
  }
  .car-pre-quote.carSEOForm .common_heading.back span > span {
    margin-left: 40px;
    max-width: 290px;
  }
}
.car-pre-quote.carSEOForm .common_heading.back .backbutton {
  background: #fff;
  border-radius: 8px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .common_heading.back .backbutton {
    left: 16px;
  }
}
.car-pre-quote.carSEOForm .common_heading.addclose .close {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff;
  border: none;
  display: none;
}

.car-pre-quote.carSEOForm .common_heading.addclose .close::before {
  width: 45%;
  top: 16px;
  left: 8px;
}

.car-pre-quote.carSEOForm .common_heading.addclose .close::after {
  width: 45%;
  top: 16px;
  left: 8px;
}

.car-pre-quote.carSEOForm .message {
  text-align: center;
  margin: 150px 0;
}

.car-pre-quote.carSEOForm .message .icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 24px;
  background: url(../../images/bu/motor/like.svg) no-repeat 0 0/contain;
}

.car-pre-quote.carSEOForm .message p {
  max-width: 360px;
  margin: 0 auto;
}

.car-pre-quote.carSEOForm .quote-wrapper {
  height: auto;
  margin: 0 auto;
  max-width: 680px;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details:has(.punchlineForm.hide) > .heading {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details:has(.punchlineForm.hide) > .heading {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details:has(.provider) {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details:has(.provider) > .heading {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details:has(.provider) .pointers {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details:has(.provider) .mainForm {
    margin: 0 0 0;
    order: 2;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .form_details .punchlineForm {
  text-align: center;
  margin-bottom: 16px;
  margin-top: 0;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .punchlineForm span {
  color: #253858;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .punchlineForm span sup {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .punchlineForm {
    margin: 18px auto 8px;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .punchlineForm span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.196px;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .form_details .punchlineForm > .heading {
  color: #36b37e;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .punchlineForm > .heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}
@media screen and (max-width: 360px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .punchlineForm > .heading {
    font-size: 22px;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .form_details .punchlineForm .sub-heading {
  opacity: 1;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading {
  color: #253858;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading span sup {
  font-size: 20px;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading span.next-line {
  display: block;
  font-weight: 500;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading span {
    font-weight: 700;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading span sup {
    font-size: 14px;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading span.next-line {
    display: inline-block;
    font-weight: 700;
  }
}
@media screen and (max-width: 360px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details > .heading {
    font-size: 22px;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist {
  display: flex;
  align-items: center;
  justify-content: CENTER;
  margin: 24px auto;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist {
    flex-direction: column;
    margin: 12px auto;
  }
}
@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li:last-child,
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li:nth-last-of-type(2) {
    display: none;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li .pointers {
  border-radius: 100px;
  background: #f0f0f8;
  padding: 6px 12px 6px 30px;
  position: relative;
  margin-right: 12px;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li .pointers:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../images/bu/motor/car-top-fold-pointers-1.svg);
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li .pointers p {
  margin: 0;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li .pointers .viewCertificate span,
.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li .pointers p span {
  color: #253858;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.168px;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li .pointers .viewCertificate span.clickableLink,
.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li .pointers p span.clickableLink {
  display: flex;
  align-items: CENTER;
  position: relative;
  cursor: pointer;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li.coverage .pointers::before {
  background: url(../../images/bu/motor/car-top-fold-pointers-2.svg);
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li.customers .pointers::before {
  background: url(../../images/bu/motor/car-top-fold-pointers-3.svg);
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li.certificate .pointers::before {
  background: url(../../images/bu/motor/car-top-fold-pointers-provider.svg);
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider {
    margin: 52px auto 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li {
  pointer-events: visible;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li.companies .pointers::before {
  background: url(../../images/bu/motor/car-provider-top-fold-pointer-1-grey.svg) no-repeat center/contain;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li.customers .pointers:before {
  background: url(../../images/bu/motor/car-provider-top-fold-pointer-2-grey.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li {
    border-radius: 8px;
    width: 31%;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li.companies {
    background: #e9f2ff;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li.companies .pointers:before {
    background: url(../../images/bu/motor/car-provider-top-fold-pointer-1.svg) no-repeat center/contain;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li.customers {
    background: #dbfaee;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li.customers .pointers:before {
    background: url(../../images/bu/motor/car-provider-top-fold-pointer-2.svg) no-repeat center/contain;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li.certificate {
    background: #fef6d3;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li.certificate .pointers:before {
    background: url(../../images/bu/motor/car-provider-top-fold-pointer-3.svg) no-repeat center/contain;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li.coverage {
    background: #f5eeff;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li.coverage .pointers:before {
    background: url(../../images/bu/motor/car-provider-top-fold-pointer-4.svg) no-repeat center/contain;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers {
  margin: 0 12px 0 0;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers {
    background: 0 0;
    padding: 12px 8px 12px 8px;
    height: 100px;
    margin: 0;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers:before {
    position: static;
    transform: none;
    display: block;
    margin-bottom: 8px;
    width: 26px;
    height: 26px;
    background: url(../../images/bu/motor/car-provider-top-fold-pointer-1.svg) no-repeat center/contain;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers p {
    line-height: 18px;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers p span {
    font-size: 14px;
    line-height: 20px;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers p span sup {
    font-size: 6px;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers .viewCertificate span {
    font-size: 14px;
    line-height: 20px;
  }
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers .viewCertificate span svg {
    width: 28px !important;
  }
}
@media screen and (max-width: 400px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers {
    height: 115px;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li .pointers p span sup {
  font-size: 6px;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li:last-child,
.car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist.provider li:nth-last-of-type(2) {
  display: block;
}

.car-pre-quote.carSEOForm .quote-wrapper .form_submit {
  position: absolute;
  width: 148px;
  height: 48px;
  right: 4px;
  top: 4px;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_submit {
    position: relative;
    width: 100%;
    height: 48px;
    right: auto;
    top: auto;
    margin-top: 20px;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .pre-quote-transmision-wise .scrollSwipe {
  width: auto;
  margin: auto;
  display: inline-block;
  border-radius: 100px;
  background: #eaeaf6;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .pre-quote-transmision-wise .scrollSwipe {
    margin: 0 auto 20px;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .pre-quote-transmision-wise .scrollSwipe ul {
  align-items: CENTER;
  justify-content: CENTER;
}

.car-pre-quote.carSEOForm .quote-wrapper .pre-quote-transmision-wise .scrollSwipe ul li {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  width: 104px;
  border: 0;
  margin: 0 4px 0 0;
  box-shadow: none;
  text-align: CENTER;
}

.car-pre-quote.carSEOForm .quote-wrapper .pre-quote-transmision-wise .scrollSwipe ul li:last-child {
  margin-right: 0;
}

.car-pre-quote.carSEOForm .quote-wrapper .pre-quote-transmision-wise .scrollSwipe ul li label {
  justify-content: center;
  font-weight: 400;
  margin-bottom: 0;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .search-feild .inputbox {
  border-color: #dfe1e6;
  border-radius: 100px;
  padding: 12px 12px 12px 50px;
  height: auto;
  background: url("../../images/bu/motor/magnify-glass.svg") no-repeat 20px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .search-feild .inputbox::placeholder {
  color: #5e6c84;
  font-size: 14px;
  letter-spacing: 0.224px;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .search-feild .inputbox::-webkit-input-placeholder {
  color: #5e6c84;
  font-size: 14px;
  letter-spacing: 0.224px;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .search-feild .inputbox::-moz-placeholder {
  color: #5e6c84;
  font-size: 14px;
  letter-spacing: 0.224px;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .inputTwoField {
  margin: 10px 0;
  display: flex;
  border: 1px solid #97a0af;
  border-radius: 8px;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .inputTwoField .cc {
  flex: 0 0 75px;
  max-width: 75px;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .inputTwoField .cc select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: transparent url(../../images/arrow-path.png) no-repeat right 2% top 50%;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .inputTwoField .text-input-feild {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .inputTwoField .text-input-feild .inputbox {
  border-radius: 0;
  border: none;
  margin: 0;
  background: 0 0;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .inputTwoField .text-input-feild .inputbox + .feildLable {
  top: 13px;
  padding: 0 2px;
  line-height: normal;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .inputTwoField .text-input-feild .inputbox:focus + .feildLable {
  top: -9px;
}

.car-pre-quote.carSEOForm .quote-wrapper .submit-car-details {
  text-align: center;
}

.car-pre-quote.carSEOForm .quote-wrapper .submit-car-details .button {
  margin-left: auto;
  margin-right: auto;
}

.car-pre-quote.carSEOForm .quote-wrapper .submit-car-details .loading {
  margin-left: auto;
  margin-right: auto;
}

.car-pre-quote.carSEOForm .quote-wrapper .customRow.makes .car-prequote-brands {
  padding: 0;
}

.car-pre-quote.carSEOForm .quote-wrapper .customRow.models .car-prequote-brands {
  margin-bottom: 8px;
  padding: 0;
}

.car-pre-quote.carSEOForm .quote-wrapper .customRow.models .car-prequote-brands .other-models {
  margin-top: 24px;
}

.car-pre-quote.carSEOForm .quote-wrapper .pre-quote-submit .button.btnOrange {
  padding: 14px 12px;
  text-transform: capitalize;
  font-size: 16px;
  min-height: 50px;
  max-width: 400px;
  margin: 14px auto 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .car-pre-quote.carSEOForm .quote-wrapper .pre-quote-submit .button.btnOrange {
    margin: 4px auto 0;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .pre-quote-submit .button.btnOrange.disabled {
  background: #ccc !important;
  pointer-events: none;
}

.car-pre-quote.carSEOForm .quote-wrapper .pre-quote-submit .loading {
  background: #ff5630;
  padding: 14px 12px;
  height: 50px;
  filter: grayscale(0.05);
  max-width: 400px !important;
}

.car-pre-quote.carSEOForm .quote-wrapper .pre-quote-submit .loading:after {
  margin: 5px;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form {
  max-width: 100%;
  width: 100%;
  margin: 20px auto 16px;
}
.car-pre-quote.carSEOForm .quote-wrapper .input-form .err {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .input-form {
    margin: 20px 0;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .input-form .text-input-feild {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .input-form .text-input-feild {
    margin-bottom: 10px;
  }
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .text-input-feild:has(.success) {
  position: relative;
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .text-input-feild:has(.success):after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 2px solid #0065ff;
  border-right: 2px solid #0065ff;
  margin-top: -11px;
  position: absolute;
  right: 20px;
  top: 37px;
  content: "";
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .quote-wrapper .input-form .text-input-feild:has(.success):after {
    top: 27px;
  }
}
.car-pre-quote.carSEOForm .quote-wrapper .input-form .inputbox {
  border-radius: 8px;
  background: #fff;
  color: var(--253858-n-700, #253858);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
  border: 1px solid #DEEBF2;
  box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.1215686275);
}

.car-pre-quote.carSEOForm .quote-wrapper .input-form .inputbox.labelshow {
  border-color: #0065ff;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched {
  display: grid;
  grid-template-columns: 56px auto 36px;
  background-color: transparent;
  margin: 30px auto 20px;
  border-radius: 40px;
  padding: 10px 15px;
  background: #fff;
  background: linear-gradient(90deg, #E1FFEC 0%, #FFFFFF 100%);
  border: 2px solid #FFFFFF;
  max-width: 400px;
  align-items: center;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .checkIcon {
  width: 48px;
  height: 48px;
  background: url(../../images/bu/motor/fullwidth/car-form-filled-icon.svg) no-repeat 0 0/contain;
  display: inline-block;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .rightSection .leftSection .h2,
.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .rightSection .leftSection h1,
.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .rightSection .leftSection h2,
.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .title,
.rightSection .leftSection .car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .h2,
.rightSection .leftSection .car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails h1,
.rightSection .leftSection .car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails h2 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
  color: rgba(37, 56, 88, 0.6);
  line-height: normal;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .dotSeparator {
  line-height: normal;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .dotSeparator span {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-right: 8px;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .dotSeparator span::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #253858;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .dotSeparator span:last-of-type::after {
  display: none;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .editAction {
  padding-bottom: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .editAction .editIcon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../images/editSolid.svg") no-repeat 0 0/contain;
}

.car-pre-quote.carSEOForm .quote-wrapper .form-whatsapp {
  font-size: 12px;
  text-align: center;
  margin: 17px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 21px;
}

.car-pre-quote.carSEOForm .quote-wrapper .form-whatsapp i.icon {
  display: block;
  background: url(../../images/whatsapp2.svg) 0 center/contain no-repeat;
  margin-right: 3px;
  width: 21px;
  height: 21px;
}

.car-pre-quote.carSEOForm .quote-wrapper .form-whatsapp .switch {
  position: relative;
  width: 32px;
  height: 20px;
  margin-left: 5px;
  display: block;
}

.car-pre-quote.carSEOForm .quote-wrapper .form-whatsapp .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.car-pre-quote.carSEOForm .quote-wrapper .form-whatsapp .switch .slider::before {
  position: absolute;
  content: "";
  border-radius: 34px;
  height: 20px;
  width: 20px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 2px 6px rgba(29, 60, 110, 0.36);
}

.car-pre-quote.carSEOForm .quote-wrapper .form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.car-pre-quote.carSEOForm .quote-wrapper .form-whatsapp .switch input:checked + .slider {
  background-color: #34c759;
}

.car-pre-quote.carSEOForm .quote-wrapper .form-whatsapp .switch input:checked + .slider::before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}

.car-pre-quote.carSEOForm .car-calulator-step-2 .all-rto .car-prequote-brands-row .car-prequote-brands:nth-child(2).active ~ .scrollSwipe::before {
  right: 30px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .car-calulator-step-9 .input-form {
    margin: 20px 0 0;
  }
}
.car-pre-quote.carSEOForm .car-calulator-step-9 .tnc-apply {
  color: #546e7a;
  font-size: 12px;
  font-weight: 400;
  margin: 8px 0;
  text-align: center;
}

.car-pre-quote.carSEOForm .car-calulator-step-9 .tnc-apply a {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .car-calulator-step-9 .tnc-apply {
    max-width: 400px;
    width: 100%;
  }
}
.car-pre-quote.carSEOForm .car-brands,
.car-pre-quote.carSEOForm .car-prequote-brands {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.car-pre-quote.carSEOForm .car-brands.year-wise-model,
.car-pre-quote.carSEOForm .car-prequote-brands.year-wise-model {
  margin-top: 17px;
}

.car-pre-quote.carSEOForm .car-brands .loading_container,
.car-pre-quote.carSEOForm .car-prequote-brands .loading_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  list-style: none;
}

.car-pre-quote.carSEOForm .car-brands .popular-brands,
.car-pre-quote.carSEOForm .car-prequote-brands .popular-brands {
  font-weight: 400;
  font-size: 16px;
  color: #253838;
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.16);
  padding: 12px 25px 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.car-pre-quote.carSEOForm .car-brands ul,
.car-pre-quote.carSEOForm .car-prequote-brands ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px !important;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.car-pre-quote.carSEOForm .car-brands ul li label,
.car-pre-quote.carSEOForm .car-prequote-brands ul li label {
  border-radius: 8px;
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.16);
  border: 1px solid #fff;
  cursor: pointer;
  display: block;
  padding: 12px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  font-size: 14px;
  text-align: center;
  background: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 567px) {
  .car-pre-quote.carSEOForm .car-brands ul li label,
  .car-pre-quote.carSEOForm .car-prequote-brands ul li label {
    padding: 10px;
    text-align: center;
    font-size: 14px;
  }
}
.car-pre-quote.carSEOForm .car-brands ul li label text,
.car-pre-quote.carSEOForm .car-prequote-brands ul li label text {
  font-weight: 400;
}

.car-pre-quote.carSEOForm .car-brands ul li:last-child,
.car-pre-quote.carSEOForm .car-prequote-brands ul li:last-child {
  margin-right: 0;
}

.car-pre-quote.carSEOForm .car-brands ul li.selected label,
.car-pre-quote.carSEOForm .car-prequote-brands ul li.selected label {
  border: 1px solid #0065ff;
  background: rgba(222, 235, 255, 0.4);
  box-shadow: none;
}

.car-pre-quote.carSEOForm .car-brands ul li.selected .text,
.car-pre-quote.carSEOForm .car-prequote-brands ul li.selected .text {
  color: #253858;
  font-weight: 500;
}

.car-pre-quote.carSEOForm .car-brands ul.make,
.car-pre-quote.carSEOForm .car-prequote-brands ul.make {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 567px) {
  .car-pre-quote.carSEOForm .car-brands ul.make,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.make {
    grid-template-columns: 1fr 1fr;
  }
}
.car-pre-quote.carSEOForm .car-brands ul.make li,
.car-pre-quote.carSEOForm .car-prequote-brands ul.make li {
  height: auto;
  text-align: center;
}

@media (max-width: 567px) {
  .car-pre-quote.carSEOForm .car-brands ul.make li label,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.make li label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.car-pre-quote.carSEOForm .car-brands ul.make li label .logo,
.car-pre-quote.carSEOForm .car-prequote-brands ul.make li label .logo {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
}

@media (max-width: 567px) {
  .car-pre-quote.carSEOForm .car-brands ul.make li label .logo,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.make li label .logo {
    display: none;
  }
}
.car-pre-quote.carSEOForm .car-brands ul.make li label .logo img,
.car-pre-quote.carSEOForm .car-prequote-brands ul.make li label .logo img {
  flex: 0 0 auto;
  max-width: 42px;
  width: auto;
  height: auto;
}

@media (max-width: 567px) {
  .car-pre-quote.carSEOForm .car-brands ul.make li label .logo img,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.make li label .logo img {
    max-width: 100%;
    max-height: 30px;
  }
}
.car-pre-quote.carSEOForm .car-brands ul.make li label .text,
.car-pre-quote.carSEOForm .car-prequote-brands ul.make li label .text {
  display: block;
}

.car-pre-quote.carSEOForm .car-brands ul.make li:hover .logo,
.car-pre-quote.carSEOForm .car-prequote-brands ul.make li:hover .logo {
  filter: grayscale(0);
}

.car-pre-quote.carSEOForm .car-brands ul.make li.others,
.car-pre-quote.carSEOForm .car-prequote-brands ul.make li.others {
  padding: 0;
  grid-column: span 4;
}

@media (max-width: 567px) {
  .car-pre-quote.carSEOForm .car-brands ul.make li.others,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.make li.others {
    grid-column: span 2;
  }
}
.car-pre-quote.carSEOForm .car-brands ul.carage,
.car-pre-quote.carSEOForm .car-brands ul.fuelwise,
.car-pre-quote.carSEOForm .car-brands ul.model-wise,
.car-pre-quote.carSEOForm .car-brands ul.other-model-wise,
.car-pre-quote.carSEOForm .car-prequote-brands ul.carage,
.car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise,
.car-pre-quote.carSEOForm .car-prequote-brands ul.model-wise,
.car-pre-quote.carSEOForm .car-prequote-brands ul.other-model-wise {
  padding: 0 !important;
  grid-template-columns: 24% 24% 24% 24%;
}

@media (max-width: 567px) {
  .car-pre-quote.carSEOForm .car-brands ul.carage,
  .car-pre-quote.carSEOForm .car-brands ul.fuelwise,
  .car-pre-quote.carSEOForm .car-brands ul.model-wise,
  .car-pre-quote.carSEOForm .car-brands ul.other-model-wise,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.carage,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.model-wise,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.other-model-wise {
    grid-template-columns: 48.5% 48.5%;
  }
}
.car-pre-quote.carSEOForm .car-brands ul.carage li label,
.car-pre-quote.carSEOForm .car-brands ul.fuelwise li label,
.car-pre-quote.carSEOForm .car-brands ul.model-wise li label,
.car-pre-quote.carSEOForm .car-brands ul.other-model-wise li label,
.car-pre-quote.carSEOForm .car-prequote-brands ul.carage li label,
.car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise li label,
.car-pre-quote.carSEOForm .car-prequote-brands ul.model-wise li label,
.car-pre-quote.carSEOForm .car-prequote-brands ul.other-model-wise li label {
  display: block;
  position: relative;
  cursor: pointer;
  color: #253858;
}

.car-pre-quote.carSEOForm .car-brands ul.carage li label:before,
.car-pre-quote.carSEOForm .car-brands ul.fuelwise li label:before,
.car-pre-quote.carSEOForm .car-brands ul.model-wise li label:before,
.car-pre-quote.carSEOForm .car-brands ul.other-model-wise li label:before,
.car-pre-quote.carSEOForm .car-prequote-brands ul.carage li label:before,
.car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise li label:before,
.car-pre-quote.carSEOForm .car-prequote-brands ul.model-wise li label:before,
.car-pre-quote.carSEOForm .car-prequote-brands ul.other-model-wise li label:before {
  border: solid #253838;
  border-width: 1px 1px 0 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 0 1px 14px;
  content: "";
  right: 15px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  .car-pre-quote.carSEOForm .car-brands ul.carage li label:before,
  .car-pre-quote.carSEOForm .car-brands ul.fuelwise li label:before,
  .car-pre-quote.carSEOForm .car-brands ul.model-wise li label:before,
  .car-pre-quote.carSEOForm .car-brands ul.other-model-wise li label:before,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.carage li label:before,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise li label:before,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.model-wise li label:before,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.other-model-wise li label:before {
    display: none;
  }
}
.car-pre-quote.carSEOForm .car-brands ul.carage li label .text,
.car-pre-quote.carSEOForm .car-brands ul.fuelwise li label .text,
.car-pre-quote.carSEOForm .car-brands ul.model-wise li label .text,
.car-pre-quote.carSEOForm .car-brands ul.other-model-wise li label .text,
.car-pre-quote.carSEOForm .car-prequote-brands ul.carage li label .text,
.car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise li label .text,
.car-pre-quote.carSEOForm .car-prequote-brands ul.model-wise li label .text,
.car-pre-quote.carSEOForm .car-prequote-brands ul.other-model-wise li label .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.car-pre-quote.carSEOForm .car-brands ul.model-wise.variant,
.car-pre-quote.carSEOForm .car-brands ul.variant.carage,
.car-pre-quote.carSEOForm .car-brands ul.variant.fuelwise,
.car-pre-quote.carSEOForm .car-brands ul.variant.other-model-wise,
.car-pre-quote.carSEOForm .car-prequote-brands ul.model-wise.variant,
.car-pre-quote.carSEOForm .car-prequote-brands ul.variant.carage,
.car-pre-quote.carSEOForm .car-prequote-brands ul.variant.fuelwise,
.car-pre-quote.carSEOForm .car-prequote-brands ul.variant.other-model-wise {
  grid-template-columns: 49.5% 49.5%;
}

@media (max-width: 567px) {
  .car-pre-quote.carSEOForm .car-brands ul.model-wise.variant,
  .car-pre-quote.carSEOForm .car-brands ul.variant.carage,
  .car-pre-quote.carSEOForm .car-brands ul.variant.fuelwise,
  .car-pre-quote.carSEOForm .car-brands ul.variant.other-model-wise,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.model-wise.variant,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.variant.carage,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.variant.fuelwise,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.variant.other-model-wise {
    grid-template-columns: 48.5% 48.5%;
  }
}
.car-pre-quote.carSEOForm .car-brands ul.other-model-wise,
.car-pre-quote.carSEOForm .car-prequote-brands ul.other-model-wise {
  margin-bottom: 0 !important;
}

.car-pre-quote.carSEOForm .car-brands ul.fuelwise,
.car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr;
}

.car-pre-quote.carSEOForm .car-brands ul.fuelwise li label .chekcbox,
.car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise li label .chekcbox {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 15px;
}

.car-pre-quote.carSEOForm .car-brands ul.fuelwise li.selected label .chekcbox,
.car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise li.selected label .chekcbox {
  background: #0065ff;
  border: 1px solid #0065ff;
}

.car-pre-quote.carSEOForm .car-brands ul.fuelwise li.selected label .chekcbox:after,
.car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise li.selected label .chekcbox:after {
  content: "";
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
}

.car-pre-quote.carSEOForm .car-brands ul.carage,
.car-pre-quote.carSEOForm .car-prequote-brands ul.carage {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 0 8px !important;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .car-brands ul.carage li label,
  .car-pre-quote.carSEOForm .car-prequote-brands ul.carage li label {
    font-size: 13px;
  }
}
.car-pre-quote.carSEOForm .car-brands .arrowDown,
.car-pre-quote.carSEOForm .car-prequote-brands .arrowDown {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #253838;
  border-bottom: 1px solid #253838;
  transform: rotate(45deg);
  transition: transform ease-in 0.2s;
  -webkit-transition: transform ease-in 0.2s;
}

.car-pre-quote.carSEOForm .car-brands .scrollSwipe,
.car-pre-quote.carSEOForm .car-prequote-brands .scrollSwipe {
  display: none;
  top: 0;
  left: 0;
  width: auto;
  overflow: auto;
}

.car-pre-quote.carSEOForm .car-brands .viewmorelink .view-all,
.car-pre-quote.carSEOForm .car-prequote-brands .viewmorelink .view-all {
  cursor: pointer;
}

.car-pre-quote.carSEOForm .car-brands.active .popular-brands,
.car-pre-quote.carSEOForm .car-prequote-brands.active .popular-brands {
  border: 1px solid #deebff;
  background: rgba(222, 235, 255, 0.4);
  box-shadow: none;
}

.car-pre-quote.carSEOForm .car-brands.active .arrowDown,
.car-pre-quote.carSEOForm .car-prequote-brands.active .arrowDown {
  transform: rotate(-135deg);
}

.car-pre-quote.carSEOForm .car-brands.active .scrollSwipe,
.car-pre-quote.carSEOForm .car-prequote-brands.active .scrollSwipe {
  display: block;
}

.car-pre-quote.carSEOForm .car-brands.rto-wise ul,
.car-pre-quote.carSEOForm .car-prequote-brands.rto-wise ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 567px) {
  .car-pre-quote.carSEOForm .car-brands.rto-wise ul,
  .car-pre-quote.carSEOForm .car-prequote-brands.rto-wise ul {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }
}
.car-pre-quote.carSEOForm .car-brands.rto-wise ul li label,
.car-pre-quote.carSEOForm .car-prequote-brands.rto-wise ul li label {
  text-align: center;
}

.car-pre-quote.carSEOForm .car-brands .monthwise,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise {
  background: 0 0;
  padding: 4px 0 8px;
  margin: 0;
  position: relative;
  display: none;
}

.car-pre-quote.carSEOForm .car-brands .monthwise.open,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise.open {
  display: block;
  margin-top: 16px;
  background: #ededf6;
  padding: 16px 16px 4px;
  border-radius: 8px;
  margin-bottom: 16px;
  position: relative;
}

.car-pre-quote.carSEOForm .car-brands .monthwise.open::before,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise.open::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ededf6;
  position: absolute;
  top: -11px;
  left: 30px;
}

.car-pre-quote.carSEOForm .car-brands .monthwise .headingV4,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise .headingV4 {
  font-size: 14px;
  font-weight: 500;
}

.car-pre-quote.carSEOForm .car-brands .monthwise ul,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .car-brands .monthwise ul,
  .car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.car-pre-quote.carSEOForm .car-brands .monthwise ul li,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul li {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-right: 8px;
}

.car-pre-quote.carSEOForm .car-brands .monthwise ul li:nth-child(6n),
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul li:nth-child(6n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .car-brands .monthwise ul li:nth-child(4n),
  .car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul li:nth-child(4n) {
    margin-right: 0 !important;
  }
  .car-pre-quote.carSEOForm .car-brands .monthwise ul li:nth-child(6n),
  .car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul li:nth-child(6n) {
    margin-right: 8px;
  }
}
.car-pre-quote.carSEOForm .car-brands .monthwise ul li label,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul li label {
  font-size: 14px;
  background: 0 0;
  border: 0;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-pre-quote.carSEOForm .car-brands .monthwise ul li label:before,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul li label:before {
  width: 18px;
  content: "";
  border: 1px solid #dfe1e6;
  background: #fff;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  right: auto;
  position: relative;
  margin: 0;
  transform: none;
  display: none;
}

.car-pre-quote.carSEOForm .car-brands .monthwise ul li label span,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul li label span {
  color: var(--253858-n-700, #253858);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.car-pre-quote.carSEOForm .car-brands .monthwise ul li.selected label:before,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul li.selected label:before {
  background: #0065ff;
  border-color: #0065ff;
}

.car-pre-quote.carSEOForm .car-brands .monthwise ul li.selected label::after,
.car-pre-quote.carSEOForm .car-prequote-brands .monthwise ul li.selected label::after {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}

.car-pre-quote.carSEOForm .others {
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.car-pre-quote.carSEOForm .others.autocomplete-variants {
  margin: 8px 0 0;
}

.car-pre-quote.carSEOForm .others .othersBtn {
  font-weight: 400;
  font-size: 14px;
  color: #253838;
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.16);
  padding: 12px 16px;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 567px) {
  .car-pre-quote.carSEOForm .others .othersBtn {
    padding: 10px;
    font-size: 14px;
  }
}
.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .car-prequote-brands {
  padding: 0 0;
  flex: 0 0 100%;
  max-width: 48.5%;
  position: relative;
  margin: 0;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .car-prequote-brands:first-child {
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .car-prequote-brands:first-child {
    margin-right: 8px;
  }
}
.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .car-prequote-brands .popular-brands {
  font-size: 14px;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .car-prequote-brands .popular-brands {
    padding: 12px 25px 12px 12px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
}
.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .car-prequote-brands.active .popular-brands {
  border: 1px solid var(--0065-ff-b-300, #0065ff);
  background: rgba(222, 235, 255, 0.4);
  color: #0065ff;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .car-prequote-brands.active ~ .scrollSwipe {
  display: block;
  width: 100%;
  margin-top: 16px;
  background: #ededf6;
  padding: 16px 16px 4px;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .car-prequote-brands.active ~ .scrollSwipe::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ededf6;
  position: absolute;
  top: -11px;
  left: 30px;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .others {
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
  max-width: 48.5%;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .others .othersBtn {
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .others .othersBtn {
    padding: 12px;
  }
}
.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe {
  display: none;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul li {
  margin-bottom: 12px;
  width: 18.5%;
  margin-bottom: 12px;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-right: 8px;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul li {
    width: 31.5%;
  }
  .car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul li:nth-child(3n) {
    margin-right: 0;
  }
  .car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul li:nth-child(5n) {
    margin-right: 8px;
  }
}
.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul li label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-weight: 400;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul li label:before {
  width: 18px;
  content: "";
  border: 1px solid #dfe1e6;
  background: #fff;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  display: none;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul li label span {
  color: var(--253858-n-700, #253858);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul li.selected label:before {
  background: #0065ff;
  border-color: #0065ff;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands-row .scrollSwipe ul li.selected label::after {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands .popular-brands {
  justify-content: center;
  position: relative;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands .popular-brands .arrowDown {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 16px;
}

.car-pre-quote.carSEOForm .all-rto .car-prequote-brands.active .popular-brands .arrowDown {
  transform: translateY(-50%) rotate(-135deg);
}

.showForm .disForm .car-bg.recentSearchWrap .form_details .pointerlist {
  margin: 24px auto;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .car-bg.recentSearchWrap .form_details .pointerlist {
    margin: 12px auto;
  }
}
.showForm .disForm .car-bg.recentSearchWrap .carfetched .proceed.loading {
  font-size: 0;
  height: 40px;
}

.showForm .disForm .car-bg.recentSearchWrap .carfetched .proceed.loading::after {
  width: 20px;
  height: 20px;
  right: 40%;
  top: 25%;
  transform: translate(-50%, 0);
}

.recentSearchWrap {
  color: #253858;
}

.recentSearchWrap .form_details::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1024px) {
  .recentSearchWrap .punchlineForm {
    margin-bottom: 0;
  }
}
.recentSearchWrap .recentSearchInner {
  max-width: 564px;
  margin: 0 auto;
}

.recentSearchWrap .carfetched {
  margin-bottom: 24px;
  padding: 13px;
}

@media (max-width: 480px) {
  .recentSearchWrap .carfetched {
    padding: 12px;
    grid-template-columns: auto 113px;
  }
}
.recentSearchWrap .carfetched img {
  width: 32px;
}

@media (max-width: 480px) {
  .recentSearchWrap .carfetched img {
    display: none;
  }
}
@media (max-width: 480px) {
  .recentSearchWrap .carfetched .cont {
    padding: 0;
  }
}
.recentSearchWrap .carfetched .btnOrange {
  border-radius: 8px;
  padding: 11px 24px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 480px) {
  .recentSearchWrap .carfetched .btnOrange {
    padding: 10px 9px;
    border-radius: 4px;
  }
}
.recentSearchWrap .carfetched .headingV4 {
  margin-bottom: 4px !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
}

.recentSearchWrap .orSeparator {
  margin-top: 12px;
  margin-bottom: 12px;
}

.recentSearchWrap .searchBtn {
  padding: 13px 15px;
  border-radius: 8px;
}

.recentSearchWrap .dotSeparator {
  line-height: 12px;
}

.recentSearchWrap .dotSeparator span {
  color: rgba(37, 56, 56, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
}

.recentSearchWrap .dotSeparator span::after {
  background: rgba(37, 56, 56, 0.6);
}

.recentSearchWrap .innerContent {
  position: relative;
}

.recentSearchWrap .innerContent.first {
  padding: 24px 0;
}

.recentSearchWrap .innerContent.first .slideItem {
  padding: 12px 13px;
}

.recentSearchWrap .innerContent.first .slideItem .makeModel {
  padding: 0;
}

.recentSearchWrap .innerContent.first .slideItem .makeModel .text {
  width: 94%;
}

.recentSearchWrap .innerContent.first .slideItem .makeModel .text .btn {
  padding: 11px;
}

.recentSearchWrap .innerContent .heading {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  display: inline-block;
}

.recentSearchWrap .innerContent .arrows {
  position: absolute;
  right: 0;
  top: 0;
}

.recentSearchWrap .innerContent .arrows .arrow {
  cursor: pointer;
}

.recentSearchWrap .recentSearchSlider .slideItem {
  border-radius: 8px;
  border: 1px solid #dfe1e6;
  background: #fff;
  padding: 10px 10px 10px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.recentSearchWrap .recentSearchSlider .slideItem .makeModel {
  display: flex;
  align-items: center;
  padding: 10px 8px 12px;
}

.recentSearchWrap .recentSearchSlider .slideItem .makeModel .logo {
  padding-top: 0;
  width: 40px;
  height: 40px;
}

.recentSearchWrap .recentSearchSlider .slideItem .makeModel .logo img {
  height: auto !important;
  max-width: 40px;
  width: 100%;
}

.recentSearchWrap .recentSearchSlider .slideItem .makeModel .text {
  position: relative;
  padding-left: 12px;
  width: 78%;
}

@media (max-width: 480px) {
  .recentSearchWrap .recentSearchSlider .slideItem .makeModel .text {
    padding-right: 0;
  }
}
.recentSearchWrap .recentSearchSlider .slideItem .makeModel .text .headingV4 {
  margin-bottom: 4px;
  line-height: 20px;
}

.recentSearchWrap .recentSearchSlider .slideItem .makeModel .text .btn {
  position: absolute;
  top: 40%;
  display: inline-block;
  width: auto;
  right: 0;
  transform: translateY(-50%);
  width: 125px;
  padding: 7px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  top: 50%;
}

@media (max-width: 480px) {
  .recentSearchWrap .recentSearchSlider .slideItem .makeModel .text .btn {
    display: none;
  }
}
.recentSearchWrap .recentSearchSlider .slideItem .makeModel .text .arrowRight {
  display: none;
  position: absolute;
  top: 40%;
  transform: translateY(-50%) rotate(45deg);
  display: none;
  right: 0;
}

@media (max-width: 480px) {
  .recentSearchWrap .recentSearchSlider .slideItem .makeModel .text .arrowRight {
    display: block;
  }
}
.recentSearchWrap .recentSearchSlider .slideItem .makeModel .btnOrangeOutline {
  display: block;
  cursor: pointer;
  width: auto;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent !important;
  color: #0065ff !important;
  border: 0 !important;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.recentSearchWrap .recentSearchSlider .slideItem .makeModel .btnOrangeOutline .arrowRight {
  border-top-color: #253858;
  border-right-color: #253858;
}

.recentSearchWrap .recentSearchSlider .slideItem .msg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #f4f5f7;
  padding: 3px 12px;
  color: #7a869a;
  font-size: 12px;
  margin-top: 10px;
}

.recentSearchWrap .recentSearchSlider .slideItem .msg img {
  margin-right: 4px;
}

.recentSearchWrap .recentSearchSlider .slideItem .msg span {
  margin-left: 4px;
}

.car-widget .plansWrap {
  padding: 60px 40px;
}
.car-widget .plansWrap .planHeading {
  text-align: center;
}
.car-widget .plansWrap .planHeading sup {
  font-size: 12px;
  line-height: 12px;
}
.car-widget .plansWrap .allPlansContainer {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .car-widget .plansWrap {
    padding: 0;
  }
}
.car-widget .plansWrap .primaryBtnV2 {
  position: relative;
  background: #FF5630;
  box-shadow: 0px 20px 16px -12px rgba(255, 86, 48, 0.3215686275);
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  width: 100%;
  max-width: 180px;
  min-height: 47px;
  padding: 14px 12px;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
}

.car-widget .plansWrap .headingType2 {
  font-size: 12px;
}

.car-widget .plansWrap .headingType2.v2 {
  position: relative;
}

.car-widget .plansWrap .headingType2.v2 span {
  display: inline-block;
  background: #fff;
  padding-right: 8px;
  color: rgba(37, 56, 88, 0.7);
  z-index: 1;
  position: relative;
}

.car-widget .plansWrap .headingType2.v2::after {
  content: "";
  width: 100%;
  display: block;
  border-top: 0.5px solid rgba(37, 56, 88, 0.1);
  margin-left: 10px;
  top: 7px;
  right: 0;
  position: absolute;
}

.car-widget .plansWrap .includedList {
  list-style: none;
  position: relative;
}

.car-widget .plansWrap .includedList li {
  vertical-align: top;
  padding-left: 18px;
  padding-right: 14px;
  margin-bottom: 12px;
  position: relative;
  font-size: 12px;
  display: inline-block;
  background: url("../../images/bu/motor/check-icon.svg") no-repeat left 5px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .includedList li {
    display: block;
    margin-bottom: 8px;
  }
}
.car-widget .plansWrap .includedList li span.truncate {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.car-widget .plansWrap .includedList li span.truncate + span {
  visibility: hidden;
  display: block;
  background: rgba(37, 56, 88, 0.9);
  color: #fff;
  padding: 8px;
  width: 216px;
  font-size: 11px;
  border-radius: 4px;
  z-index: 10;
  line-height: normal;
  top: calc(100% + 5px);
  left: 0;
  transition: opacity ease 0.2s;
  pointer-events: none;
  position: absolute;
}

.car-widget .plansWrap .includedList li span.truncate + span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(37, 56, 88, 0.9);
  transition: opacity ease 0.2s;
  -webkit-transition: opacity ease 0.2s;
  position: absolute;
  top: -6px;
}

.car-widget .plansWrap .includedList li span.truncate:hover + span {
  visibility: visible;
}

.car-widget .plansWrap .includedList li.viewMore {
  color: #0065ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 0;
  cursor: pointer;
  background: 0 0;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .includedList li.viewMore {
    position: absolute;
    right: 2px;
    bottom: -8px;
    padding-right: 0;
  }
}
.car-widget .plansWrap .includedList .tags.lightBlue {
  color: #0065ff;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  vertical-align: top;
  padding-right: 14px;
  margin-bottom: 12px;
  position: relative;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}

.car-widget .plansWrap .includedList .tags.lightBlue::before {
  content: "+";
  font-weight: 500;
}

.car-widget .plansWrap .includedList .tags.lightBlue::after {
  border: solid #0065ff;
  border-width: 1px 1px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 1px 3px;
  content: "";
}

.car-widget .plansWrap .truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.car-widget .plansWrap .tagList {
  list-style: none;
}

.car-widget .plansWrap .tagList .tags {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #dfe1e6;
  background: #fff;
  margin: 0 3px 8px 0;
  font-size: 12px;
  position: relative;
}

.car-widget .plansWrap .tagList .tags.lightBlue {
  border-radius: 4px;
  background: #f2f7ff;
  color: #0065ff;
  font-weight: 500;
}

.car-widget .plansWrap .tagList .tags .tag-detail {
  visibility: hidden;
  display: block;
  background: rgba(37, 56, 88, 0.9);
  color: #fff;
  padding: 8px;
  width: 216px;
  font-size: 11px;
  border-radius: 4px;
  z-index: 10;
  line-height: normal;
  top: calc(100% + 5px);
  left: 0;
  transition: opacity ease 0.2s;
  pointer-events: none;
  position: absolute;
}

.car-widget .plansWrap .tagList .tags .tag-detail:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(37, 56, 88, 0.9);
  transition: opacity ease 0.2s;
  -webkit-transition: opacity ease 0.2s;
  position: absolute;
  top: -6px;
}

@media screen and (max-width: 767px) {
  .car-widget .plansWrap .tagList .tags .tag-detail {
    width: 150px;
  }
}
.car-widget .plansWrap .tagList .tags:hover .tag-detail {
  visibility: visible;
}

.car-widget .plansWrap .tabListWrapper {
  text-align: center;
}
.car-widget .plansWrap .tabList {
  border-radius: 100px;
  border: 1px solid #D7DFEC;
  background: #fff;
  padding: 4px;
  margin-bottom: 24px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .tabList {
    overflow: scroll;
    margin-right: -16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    margin-left: -16px;
    padding-left: 16px;
    border: 0;
    background: 0 0;
    padding: 4px 4px 10px 16px;
    margin-bottom: 16px;
  }
  .car-widget .plansWrap .tabList::-webkit-scrollbar {
    display: none;
  }
}
.car-widget .plansWrap .tabList .tabItem {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.224px;
  padding: 12px 20px;
  text-align: center;
  color: rgba(37, 56, 88, 0.8);
}

@media (max-width: 480px) {
  .car-widget .plansWrap .tabList .tabItem {
    font-size: 14px;
    flex: 0 0 140px;
    max-width: 140px;
    font-size: 14px;
    padding: 8px;
    background: #fff;
    margin-right: 9px;
    border-radius: 100px;
    border: 1px solid rgba(37, 56, 88, 0.6);
  }
}
.car-widget .plansWrap .tabList .tabItem.active {
  border-radius: 100px;
  background: #253858;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .car-widget .plansWrap .tabList .tabItem.active {
    border: 1px solid #0065ff;
    color: #0065ff;
    border-radius: 100px;
    background: #f9fbff;
    box-shadow: none;
  }
}
.car-widget .plansWrap .mb-16 {
  margin-bottom: 16px;
}

.car-widget .plansWrap .planCard {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 16px 0 rgba(37, 56, 88, 0.16);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .car-widget .plansWrap .planCard.showCard2 .planContainer .column {
    max-width: 108px;
  }
}

.car-widget .plansWrap .planCard .cardContainer {
  padding: 0 12px 1px;
}

.car-widget .plansWrap .planCard .planContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.car-widget .plansWrap .planCard .planContainer .column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.car-widget .plansWrap .planCard .planContainer .column .smallerFont {
  font-size: 11px;
  margin-bottom: 2px;
  color: rgba(37, 56, 88, 0.6);
}

.car-widget .plansWrap .planCard .planContainer .column .headingV3 {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .column .headingV3 {
    font-size: 14px;
  }
}
.car-widget .plansWrap .planCard .planContainer .logo {
  padding-right: 16px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .logo {
    padding-right: 0;
  }
}
.car-widget .plansWrap .planCard .planContainer .logo img {
  max-width: 120px;
  width: auto;
  height: auto;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .logo img {
    max-width: 100%;
  }
}
.car-widget .plansWrap .planCard .planContainer .planType {
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .car-widget .plansWrap .planCard .planContainer .planType {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }
}
.car-widget .plansWrap .planCard .planContainer .planType .m0 {
  margin: 0 !important;
}

.car-widget .plansWrap .planCard .planContainer .claim {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .claim {
    display: inline-block;
  }
}
.car-widget .plansWrap .planCard .planContainer .planBtn {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: right;
  padding-left: 16px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .planBtn {
    padding-left: 0;
  }
}
.car-widget .plansWrap .planCard .planContainer .planBtn .primaryBtnV2 {
  min-height: 39px;
  padding: 10px 6px 10px;
  border-radius: 4px;
  max-width: 110px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .planContainer .planBtn .primaryBtnV2 {
    min-height: 31px;
    padding: 8px 1px;
    margin-top: 0;
    font-size: 14px;
    max-width: 100%;
  }
}
.car-widget .plansWrap .planCard .planContainer .planBtn .primaryBtnV2 img {
  margin-left: 6px;
  width: 17px;
  height: auto;
}

.car-widget .plansWrap .planCard .addons {
  margin-bottom: 6px;
}

.car-widget .plansWrap .planCard .addons .headingType2 {
  margin-bottom: 8px;
}

.car-widget .plansWrap .planCard .claimBenefits {
  margin-bottom: 8px;
}

.car-widget .plansWrap .planCard .claimBenefits .headingType2 {
  margin-bottom: 8px;
}

.car-widget .plansWrap .planCard .claimBenefits .more {
  cursor: pointer;
  border-color: transparent;
}

.car-widget .plansWrap .planCard .payAsYouDrive {
  border-radius: 8px;
  background: #e3fcef;
  padding: 8px 12px 1px;
  font-size: 12px;
  margin: 0 0 16px;
}

.car-widget .plansWrap .planCard .payAsYouDrive .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.car-widget .plansWrap .planCard .payAsYouDrive .row .col-xs-10 {
  flex: 0 0 80%;
  max-width: 80%;
}

.car-widget .plansWrap .planCard .payAsYouDrive .row .col-xs-10 p span {
  color: #253858;
  font-weight: 400;
}

.car-widget .plansWrap .planCard .payAsYouDrive .row .col-xs-10 p span.fontBold {
  color: #5db182;
  font-weight: 700;
}

.car-widget .plansWrap .planCard .payAsYouDrive .row .col-xs-2 {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: right;
}

.car-widget .plansWrap .planCard .payAsYouDrive .toggleBtn {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #0065ff;
  cursor: pointer;
}

.car-widget .plansWrap .planCard .payAsYouDrive .optionList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 10px -4px 0;
}

.car-widget .plansWrap .planCard .payAsYouDrive .optionList li {
  flex: 0 0 calc(20% - 8px);
  max-width: calc(20% - 8px);
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  margin: 0 4px 8px;
  padding: 4px 8px;
  text-align: center;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planCard .payAsYouDrive .optionList li {
    flex: 0 0 calc(33.33% - 8px);
    max-width: calc(33.33% - 8px);
  }
}
.car-widget .plansWrap .planCard .payAsYouDrive.active .toggleBtn .downArrow {
  transform: rotate(-135deg);
  margin-bottom: 0;
}

.car-widget .plansWrap .planCard .claimBadge {
  border-radius: 4px;
  background: #f6f6f6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 3px 10px 3px 26px;
  margin: 12px 0;
  position: relative;
}

.car-widget .plansWrap .planCard .claimBadge::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../images/bu/motor/badge.svg") no-repeat 0 0/contain;
  position: absolute;
  left: 5px;
  display: block;
}

.car-widget .plansWrap .planCard .ribbons {
  background: #7f68f2;
  min-width: 20px;
  height: 22px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 4px 4px 4px 8px;
  border-top-left-radius: 4px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
}

.car-widget .plansWrap .planCard .ribbons .leftBottom {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 0px solid transparent;
  border-top: 6px solid #4c20c7;
  position: absolute;
  bottom: -6px;
  left: 0;
  position: absolute;
}

.car-widget .plansWrap .planCard .ribbons .up {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #7f68f2;
  position: absolute;
  top: 0;
  right: -10px;
}

.car-widget .plansWrap .planCard .ribbons .down {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #7f68f2;
  position: absolute;
  bottom: 0;
  right: -10px;
}

.car-widget .plansWrap .planCard .userTag {
  background: #42beaf;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 4px 4px rgba(37, 56, 88, 0.1);
  padding: 3px 12px 3px 30px;
  position: relative;
}

.car-widget .plansWrap .planCard .userTag::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: block;
  background: url("../../images/bu/motor/user.svg") no-repeat 0 0/contain;
}

.car-widget .plansWrap .planCard .badgeAreaTop {
  position: relative;
  min-height: 10px;
  bottom: 12px;
}

.car-widget .plansWrap .planCard .badgeAreaTop .ribbons {
  position: absolute;
  left: -6px;
}

.car-widget .plansWrap .planCard .badgeAreaTop .userTag {
  position: absolute;
  right: 0;
}

.car-widget .plansWrap .planCard .planMsg {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #3cbd9e 35.46%, #73cee2 101.76%);
  color: #fff;
  text-shadow: 0 4px 4px rgba(37, 56, 88, 0.1);
  font-size: 13px;
  line-height: 20px;
  padding: 6px 6px 6px 38px;
  position: relative;
}

.car-widget .plansWrap .planCard .planMsg::before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  width: 16px;
  height: 20px;
  background: url("../../images/bu/motor/victoryEmoji.svg") no-repeat 0 0/contain;
}

.car-widget .plansWrap .planCard .planMsg span {
  font-weight: 700;
}

.car-widget .plansWrap .planCard .cashlessGarages {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  background: #fff0b3;
  padding: 5px 5px 5px 36px;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.car-widget .plansWrap .planCard .cashlessGarages::before {
  content: "";
  width: 16px;
  height: 13.357px;
  display: block;
  position: absolute;
  background: url("../../images/bu/motor/cashless-garage-icon.svg") no-repeat 0 0/contain;
  left: 13px;
}

.car-widget .plansWrap .planCard:has(.badgeAreaTop) {
  margin-top: 28px;
}

.car-widget .plansWrap .showMoreBtnWrap {
  border-bottom: 1px solid #deebff;
  text-align: center;
  height: 20px;
  margin-bottom: 23px;
}

.car-widget .plansWrap .showMoreBtnWrap .seeMore {
  padding: 8px 20px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.12);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #0065ff;
  letter-spacing: 0.196px;
  cursor: pointer;
}

.car-widget .plansWrap .disclaimer {
  color: rgba(37, 56, 88, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  max-width: 900px;
}

.car-widget .plansWrap .disclaimer .more-disclaimer {
  display: none;
}

.car-widget .plansWrap .disclaimer .more-disclaimer.show {
  display: inline;
}

.car-widget .plansWrap .disclaimer .read-more-disclaimer {
  color: #0065ff;
  cursor: pointer;
  position: relative;
}

.car-widget .plansWrap .disclaimer .read-more-disclaimer::before {
  content: "...";
  color: rgba(37, 56, 88, 0.5);
  margin: 0 -3px;
}

.car-widget:has(+ .CarCalcWidget) {
  margin-top: 20px;
}

.CarCalcWidget .car-brands .popular-brands,
.UsedCarCalcWidget .car-brands .popular-brands {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(23, 43, 77, 0.6);
  position: relative;
  display: inline-block;
  padding-right: 25px;
}

.CarCalcWidget .car-brands .popular-brands:before,
.UsedCarCalcWidget .car-brands .popular-brands:before {
  content: "";
  width: 20px;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: #ccc;
}

.CarCalcWidget .car-brands ul,
.UsedCarCalcWidget .car-brands ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.CarCalcWidget .car-brands ul li,
.UsedCarCalcWidget .car-brands ul li {
  margin-top: 15px;
  width: 18%;
  margin-right: 2%;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  padding: 0 !important;
  border: 1px solid #D8E1E7;
}

@media (max-width: 568px) {
  .CarCalcWidget .car-brands ul li,
  .UsedCarCalcWidget .car-brands ul li {
    width: 31%;
    margin: 10px 1%;
    min-width: auto;
  }
}
.CarCalcWidget .car-brands ul li label,
.UsedCarCalcWidget .car-brands ul li label {
  width: 100%;
  height: 100%;
  display: table;
  cursor: pointer;
}

@media (max-width: 360px) {
  .CarCalcWidget .car-brands ul li label,
  .UsedCarCalcWidget .car-brands ul li label {
    font-size: 12px;
  }
}
.CarCalcWidget .car-brands ul li label .logo,
.UsedCarCalcWidget .car-brands ul li label .logo {
  width: 70px;
  height: 44px;
  margin: 10px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .CarCalcWidget .car-brands ul li label .logo,
  .UsedCarCalcWidget .car-brands ul li label .logo {
    padding-right: 0;
  }
}
.CarCalcWidget .car-brands ul li label .text,
.UsedCarCalcWidget .car-brands ul li label .text {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #7A869A;
  color: #253858;
}

.CarCalcWidget .car-brands.brand-wise-model ul li,
.UsedCarCalcWidget .car-brands.brand-wise-model ul li {
  width: auto;
  margin-right: 10px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .CarCalcWidget .car-brands.brand-wise-model ul li,
  .UsedCarCalcWidget .car-brands.brand-wise-model ul li {
    margin: 10px 10px 10px 0;
    min-width: auto;
  }
}
.CarCalcWidget .car-brands.brand-wise-model ul li label,
.UsedCarCalcWidget .car-brands.brand-wise-model ul li label {
  display: table;
  align-items: center;
}

.CarCalcWidget .car-brands.brand-wise-model ul li label .text,
.UsedCarCalcWidget .car-brands.brand-wise-model ul li label .text {
  margin: 10px 0 10px;
  color: #253858;
  padding: 0 15px;
}

.CarCalcWidget .car-brands.fuel-wise li,
.UsedCarCalcWidget .car-brands.fuel-wise li {
  width: 100%;
  margin-right: 0;
}

.CarCalcWidget .car-brands.fuel-wise li .text,
.UsedCarCalcWidget .car-brands.fuel-wise li .text {
  padding: 14px;
  color: #253858;
  text-align: left;
  margin: 0;
}

@media (max-width: 568px) {
  .CarCalcWidget .car-brands.fuel-wise li,
  .UsedCarCalcWidget .car-brands.fuel-wise li {
    width: 100%;
    margin: 10px;
    min-width: auto;
  }
}
.CarCalcWidget .car-brands.year-wise-model li,
.UsedCarCalcWidget .car-brands.year-wise-model li {
  width: 106px;
}

@media (max-width: 568px) {
  .CarCalcWidget .car-brands.year-wise-model li,
  .UsedCarCalcWidget .car-brands.year-wise-model li {
    width: 31%;
    margin: 10px 1%;
    min-width: auto;
  }
}
.CarCalcWidget .car-brands.year-wise-model li label .text,
.UsedCarCalcWidget .car-brands.year-wise-model li label .text {
  margin: 5px 0 5px;
  color: #253858;
}

.CarCalcWidget .car-brands.varient-wise ul,
.UsedCarCalcWidget .car-brands.varient-wise ul {
  flex-direction: row;
  justify-content: space-between;
}

.CarCalcWidget .car-brands.varient-wise ul li,
.UsedCarCalcWidget .car-brands.varient-wise ul li {
  width: 49%;
  margin-right: 0;
}

@media (max-width: 767px) {
  .CarCalcWidget .car-brands.varient-wise ul li,
  .UsedCarCalcWidget .car-brands.varient-wise ul li {
    margin: 10px 0;
    width: 100%;
  }
}
.CarCalcWidget .car-brands.varient-wise ul li label,
.UsedCarCalcWidget .car-brands.varient-wise ul li label {
  display: flex;
  align-items: center;
}

.CarCalcWidget .car-brands.varient-wise ul li label .text,
.UsedCarCalcWidget .car-brands.varient-wise ul li label .text {
  margin: 10px 0 10px;
  color: #253858;
  padding: 0 15px;
}

.CarCalcWidget .all-rto,
.UsedCarCalcWidget .all-rto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.CarCalcWidget .all-rto .car-brands,
.UsedCarCalcWidget .all-rto .car-brands {
  width: 48%;
}

@media (max-width: 767px) {
  .CarCalcWidget .all-rto .car-brands,
  .UsedCarCalcWidget .all-rto .car-brands {
    width: 100%;
  }
}
.CarCalcWidget .all-rto .car-brands:first-child,
.UsedCarCalcWidget .all-rto .car-brands:first-child {
  margin-bottom: 20px;
}

.CarCalcWidget .all-rto .car-brands:nth-child(2),
.UsedCarCalcWidget .all-rto .car-brands:nth-child(2) {
  margin-bottom: 20px;
}

.CarCalcWidget .all-rto .car-brands ul,
.UsedCarCalcWidget .all-rto .car-brands ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 568px) {
  .CarCalcWidget .all-rto .car-brands ul,
  .UsedCarCalcWidget .all-rto .car-brands ul {
    flex-wrap: nowrap;
  }
}
.CarCalcWidget .all-rto .car-brands ul li,
.UsedCarCalcWidget .all-rto .car-brands ul li {
  width: auto;
  margin-right: 10px;
}

.CarCalcWidget .all-rto .car-brands ul li label,
.UsedCarCalcWidget .all-rto .car-brands ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.CarCalcWidget .all-rto .car-brands ul li label .text,
.UsedCarCalcWidget .all-rto .car-brands ul li label .text {
  margin: 10px 0 10px;
  color: #253858;
  padding: 0 15px;
  display: table;
  width: 100%;
  text-align: center;
}

@media (max-width: 567px) {
  .CarCalcWidget .all-rto .others .othersBtn,
  .UsedCarCalcWidget .all-rto .others .othersBtn {
    padding: 12px 16px;
  }
}
.car-calulator li.other {
  border: 1px solid #fff;
}

.car-calulator li.other label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-calulator li.other label .text {
  color: #253858;
  display: block;
  text-align: center;
  margin: 0;
}

.car-brands .car-pre-quote.carSEOForm .car-prequote-brands ul.carage,
.car-brands .car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise,
.car-brands .car-pre-quote.carSEOForm .car-prequote-brands ul.other-model-wise,
.car-brands .model-wise,
.car-brands .other-model-wise,
.car-brands.fuel-wise,
.car-pre-quote.carSEOForm .car-brands ul.carage,
.car-pre-quote.carSEOForm .car-brands ul.fuelwise,
.car-pre-quote.carSEOForm .car-brands ul.other-model-wise {
  flex-direction: column;
}

.car-brands .car-pre-quote.carSEOForm .car-prequote-brands ul.carage li,
.car-brands .car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise li,
.car-brands .car-pre-quote.carSEOForm .car-prequote-brands ul.other-model-wise li,
.car-brands .model-wise li,
.car-brands .other-model-wise li,
.car-brands.fuel-wise li,
.car-pre-quote.carSEOForm .car-brands ul.carage li,
.car-pre-quote.carSEOForm .car-brands ul.fuelwise li,
.car-pre-quote.carSEOForm .car-brands ul.other-model-wise li {
  width: 100%;
  margin-right: 0;
}

.car-brands .car-pre-quote.carSEOForm .car-prequote-brands ul.carage li .text,
.car-brands .car-pre-quote.carSEOForm .car-prequote-brands ul.fuelwise li .text,
.car-brands .car-pre-quote.carSEOForm .car-prequote-brands ul.other-model-wise li .text,
.car-brands .model-wise li .text,
.car-brands .other-model-wise li .text,
.car-brands.fuel-wise li .text,
.car-pre-quote.carSEOForm .car-brands ul.carage li .text,
.car-pre-quote.carSEOForm .car-brands ul.fuelwise li .text,
.car-pre-quote.carSEOForm .car-brands ul.other-model-wise li .text {
  padding: 14px;
  color: #253858;
  text-align: left;
  margin: 0;
}

.car-brands.varient-wise ul {
  flex-direction: row;
  justify-content: space-between;
}

.car-brands.varient-wise ul li {
  width: 49%;
  margin-right: 0;
}

.car-brands.varient-wise ul li label {
  display: flex;
  align-items: center;
}

.car-brands.varient-wise ul li label .text {
  margin: 10px 0 10px;
  color: #253858;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .car-brands.varient-wise ul li {
    margin: 10px 0;
    width: 100%;
  }
}
.car-brands.brand-wise-model ul {
  flex-direction: row;
  justify-content: flex-start;
}

.car-brands.brand-wise-model ul li {
  width: auto;
  margin-right: 10px;
  padding: 0 10px;
}

.car-brands.brand-wise-model ul li label {
  display: table;
  align-items: center;
}

.car-brands.brand-wise-model ul li label .text {
  margin: 10px 0 10px;
  color: #253858;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .car-brands.brand-wise-model ul {
    flex-wrap: wrap;
  }
  .car-brands.brand-wise-model ul li {
    margin: 10px 10px 10px 0;
    min-width: auto;
  }
}
.all-rto .car-brands ul li label .text {
  display: table;
  width: 100%;
  text-align: center;
}

.pre-quote-transmision-wise,
.transmision-wise {
  display: flex;
}

@media screen and (max-width: 767px) {
  .pre-quote-transmision-wise .scrollSwipe,
  .transmision-wise .scrollSwipe {
    width: 100%;
    overflow-x: scroll;
  }
  .pre-quote-transmision-wise .scrollSwipe::-webkit-scrollbar,
  .transmision-wise .scrollSwipe::-webkit-scrollbar {
    display: none;
  }
}
.pre-quote-transmision-wise ul,
.transmision-wise ul {
  flex-direction: row;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pre-quote-transmision-wise ul li,
.transmision-wise ul li {
  width: auto;
  border: 1px solid #97a0af;
  border-radius: 30px;
  margin: 0 10px 10px 0;
  box-shadow: none;
  padding: 2px 12px !important;
}

.pre-quote-transmision-wise ul li label,
.transmision-wise ul li label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pre-quote-transmision-wise ul li label .text,
.transmision-wise ul li label .text {
  margin: 0;
  color: #253858;
  padding: 0 15px;
  font-size: 14px;
  padding: 7px 0;
}

.pre-quote-transmision-wise ul li.ttype_selected,
.transmision-wise ul li.ttype_selected {
  border: 1px solid #0065ff;
  background: #0065ff;
}

.pre-quote-transmision-wise ul li.ttype_selected .text,
.transmision-wise ul li.ttype_selected .text {
  color: #fff;
}

.all-rto {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.all-rto .car-brands {
  width: 48%;
}

.all-rto .car-brands:first-child,
.all-rto .car-brands:nth-child(2) {
  margin-bottom: 20px;
}

.all-rto .car-brands ul {
  flex-direction: row;
}

.all-rto .car-brands ul li {
  width: auto;
  margin-right: 10px;
}

.all-rto .car-brands ul li:last-chid {
  margin-right: 0;
}

.all-rto .car-brands ul li label {
  display: flex;
  align-items: center;
}

.all-rto .car-brands ul li label .text {
  margin: 10px 0 10px;
  color: #253858;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .all-rto .car-brands {
    width: 100%;
  }
  .all-rto .car-brands:first-child,
  .all-rto .car-brands:nth-child(2) {
    margin-bottom: 5px;
  }
  .all-rto .car-brands li {
    min-width: 75px;
  }
}
.edit-step-wise {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0 !important;
}

.edit-step-wise:empty {
  display: none;
}

.edit-step-wise li {
  background: #f4f5f7;
  border-radius: 30px;
  padding: 3px 10px !important;
  margin-right: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.edit-step-wise li:last-child {
  margin-right: 0;
}

.edit-step-wise li .text {
  color: #253858;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
}

.edit-step-wise li .icon-edit {
  width: 12px;
  height: 12px;
  background: url("../../images/edit-button.svg");
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 7px;
}

.car-calulator-step-6 .search-rto-list {
  font-size: 14px;
  color: #0662f6;
  display: block;
  margin: 20px 0 0 0;
  cursor: pointer;
}

.calculate-valuation {
  position: relative;
}

.calculate-valuation .button,
.calculate-valuation .loading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  width: 300px;
  margin: 30px 0 0;
  border: none;
  padding: 10px 20px;
  position: relative;
}

@media (max-width: 568px) {
  .calculate-valuation .button,
  .calculate-valuation .loading {
    width: 100%;
  }
}
.calculate-valuation .button.disabled,
.calculate-valuation .button:hover,
.calculate-valuation .loading.disabled,
.calculate-valuation .loading:hover {
  background: rgb(0, 90.9, 229.5);
}

.calculate-valuation .loading:before {
  top: 6px;
}

.calcuate-result .button,
.calcuate-result .loading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #FF5630;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  width: 90%;
  margin: 100px 0 0;
  border: none;
  padding: 10px 20px;
  position: relative;
  max-width: 400px;
  justify-content: center;
  line-height: 28px;
}

.calcuate-result .button.disabled,
.calcuate-result .button:hover,
.calcuate-result .loading.disabled,
.calcuate-result .loading:hover {
  background: #e7431e;
}

@media (max-width: 767px) {
  .calcuate-result .button,
  .calcuate-result .loading {
    margin: 20px 0 0;
  }
}
.calcuate-result .loading:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: load8 1.1s infinite linear;
  position: absolute;
  top: 15%;
  transform: translate(0, -50%);
  right: 4px;
}

.UsedCarCalcWidget .result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-arrow:hover ~ .tooltip-content {
  display: none;
}

.result-calculated {
  background: #deebff;
  padding: 14px 30px 45px;
  border-radius: 8px;
  margin: 30px 0 10px;
  display: flex;
}

.result-calculated .recalculate,
.result-calculated .result {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 50%;
}

.result-calculated .rs {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .result-calculated .rs.premium {
    width: 45% !important;
  }
  .result-calculated .rs.idv {
    width: 55% !important;
  }
}
.result-calculated .rs .tooltip-amount-box {
  display: flex;
  align-items: center;
}

.result-calculated .rs .tooltip-amount-box .tooltip-box {
  position: relative;
}

.result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0065ff;
  cursor: pointer;
  margin-left: 16px;
}

.result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-arrow:hover ~ .tooltip-content {
  display: flex;
}

.result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  width: 289px;
  top: 22px;
  display: none;
  align-items: CENTER;
  justify-content: space-between;
  padding: 6px 12px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content {
    left: auto;
    right: -55px;
    transform: translate(0);
  }
}
@media screen and (max-width: 320px) {
  .result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content {
    right: -35px;
    width: 248px;
    padding: 6px 10px;
  }
}
.result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 53%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content::before {
    right: 15%;
    left: auto;
  }
}
@media screen and (max-width: 320px) {
  .result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content::before {
    right: 9%;
    left: auto;
  }
}
.result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content > div {
  display: flex;
  align-items: center;
}

.result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content > div .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6b778c;
}

@media screen and (max-width: 320px) {
  .result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content > div .label {
    font-size: 10px;
  }
}
.result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content > div .value {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #253858;
  margin-left: 8px;
}

@media screen and (max-width: 320px) {
  .result-calculated .rs .tooltip-amount-box .tooltip-box .tooltip-content > div .value {
    font-size: 12px;
  }
}
.result-calculated .rs span {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #7a869a;
}

.result-calculated .rs .amt {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #172b4d;
}

@media screen and (max-width: 767px) {
  .result-calculated .rs .amt {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .result-calculated .rs .amt {
    font-size: 14px;
  }
}
.result-calculated .button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #FF5630;
  color: #fff;
  padding: 18px;
  display: flex;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  width: 90%;
  border: none;
  padding: 5px;
  position: relative;
  max-width: 130px;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  justify-content: center;
}
.result-calculated .button::after {
  font-size: 17px;
}

.result-calculated .invert-button {
  color: #253858;
  background: #fff;
  border-radius: 8px;
  width: 90%;
  border: none;
  padding: 0;
  position: relative;
  max-width: 154px;
  display: flex;
  align-items: center;
  padding: 7px 7px 7px 30px;
  margin-right: 10px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  font-size: 16px;
  line-height: 24px;
}

.result-calculated .invert-button:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 7px;
  background: url("../../images/recalculate.png") no-repeat 0 0;
}

.result-calculated .recalculate {
  align-items: end;
  justify-content: end;
}

@media (max-width: 767px) {
  .result-calculated {
    flex-direction: column;
  }
  .result-calculated .recalculate,
  .result-calculated .result {
    width: 100%;
  }
  .result-calculated .result {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin-bottom: 45px;
  }
  .result-calculated .recalculate {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    max-width: 300px;
  }
}
@media (max-width: 568px) {
  .result-calculated {
    padding: 15px 10px;
  }
}
@media (max-width: 360px) {
  .result-calculated .recalculate {
    flex-direction: column;
  }
  .result-calculated .recalculate .button,
  .result-calculated .recalculate .invert-button {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
  .result-calculated .recalculate .invert-button {
    margin-bottom: 10px;
  }
}
.result-calculated.orgprice {
  padding: 14px 15px;
}

.result-calculated.orgprice .result {
  position: relative;
  width: 55%;
}

.result-calculated.orgprice .result .rs.idv {
  width: 40%;
}

.result-calculated.orgprice .result .rs.premium {
  width: 60%;
}

.result-calculated.orgprice .result .rs.premium .oldprice {
  display: flex;
}

.result-calculated.orgprice .result .rs.premium .oldprice .amt {
  width: 40%;
  text-decoration: line-through;
  font-weight: 400;
}

.result-calculated.orgprice .result .rs.premium .oldprice .change-amt {
  width: 60%;
}

.result-calculated.orgprice .result .rs.premium .oldprice .change-amt .finamt {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .result-calculated.orgprice .result .rs.premium .oldprice .change-amt .finamt {
    margin: 0;
  }
}
.result-calculated.orgprice .result .rs.premium .oldprice .change-amt .savepr {
  line-height: 8px;
  color: #00875a;
  display: block;
  margin-top: -8px;
}

.result-calculated.orgprice .result .rs.premium .oldprice .change-amt .savepr .price {
  font-size: 14px;
  line-height: 30px;
  color: #00875a;
  display: inline;
  width: 100%;
  font-weight: 700;
}

@media (max-width: 568px) {
  .result-calculated.orgprice .result .rs.premium .oldprice .change-amt .savepr {
    font-size: 12px;
  }
  .result-calculated.orgprice .result .rs.premium .oldprice .change-amt .savepr .price {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .result-calculated.orgprice .result .rs.premium .oldprice .change-amt .savepr {
    font-size: 10px;
    font-weight: 500;
  }
  .result-calculated.orgprice .result .rs.premium .oldprice .change-amt .savepr .price {
    font-size: 10px;
    font-weight: 500;
  }
}
@media (max-width: 320px) {
  .result-calculated.orgprice .result .rs.premium .oldprice .change-amt .savepr {
    font-size: 8px;
    font-weight: 500;
  }
  .result-calculated.orgprice .result .rs.premium .oldprice .change-amt .savepr .price {
    font-size: 9px;
    font-weight: 500;
  }
}
@media (max-width: 1024px) {
  .result-calculated.orgprice .result .rs.premium .oldprice .change-amt .finamt {
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .result-calculated.orgprice .result {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .result-calculated.orgprice .result .rs .amt,
  .result-calculated.orgprice .result .rs.premium .oldprice .change-amt .finamt {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .result-calculated.orgprice .result .rs.premium .oldprice {
    align-items: baseline;
  }
  .result-calculated.orgprice .result .rs .amt,
  .result-calculated.orgprice .result .rs.premium .oldprice .change-amt .finamt {
    font-size: 12px;
  }
}
.result-calculated.orgprice .recalculate {
  width: 45%;
}

@media (max-width: 568px) {
  .result-calculated.orgprice .recalculate {
    width: 100%;
    max-width: 100%;
  }
}
.UsedCarCalcWidget .result .rs {
  width: 50%;
}

.calculate-inurance-premium {
  display: none;
}

.calculate-inurance-premium.show {
  display: block;
}

.ui-widget-content {
  border: 1px solid #dfe1e6;
  background: #fff;
  color: #222;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  max-height: 200px;
  max-width: 790px;
  z-index: 1001;
  margin-top: 15px;
  overflow-y: scroll;
}

.ui-widget-content .ui-menu-item-wrapper {
  font-size: 14px;
  font-weight: 500;
}

.ui-widget-content::-webkit-scrollbar {
  width: 0;
}

.ui-widget-content::-webkit-scrollbar-track {
  background: 0 0;
}

.ui-widget-content::-webkit-scrollbar-thumb {
  background: 0 0;
}

.ui-widget-content::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.ui-menu .ui-menu-item {
  padding: 0;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 12px 16px;
  border-bottom: 1px solid #dfe1e6;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border: none;
  border-bottom: 1px solid #dfe1e6;
  font-weight: 400;
  color: #212121;
  background: #fafbfc;
  border-radius: 8px 8px 0 0;
}

.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper.ui-state-active {
  border: none;
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: 0 !important;
}

.inner-rto-page .calcuate-result .button,
.inner-rto-page .calcuate-result .loading {
  min-height: 52px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.inner-rto-page .result-calculated .button,
.inner-rto-page .result-calculated .invert-button {
  min-height: 42px;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media (max-width: 1024px) {
  .inner-rto-page .car-calulator {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .inner-rto-page .transmision-wise ul {
    padding: 0;
  }
  .inner-rto-page .car-brands .popular-brands {
    padding-left: 15px;
  }
}
@media (max-width: 375px) {
  .inner-rto-page .steps-count .heading {
    font-size: 18px;
    line-height: 22px;
  }
}
.carousel-container.recentSearchSlider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-container.recentSearchSlider .carousel-slider {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .carousel-container.recentSearchSlider .carousel-slider {
    overflow: hidden;
    overflow-x: scroll;
  }
  .carousel-container.recentSearchSlider .carousel-slider::-webkit-scrollbar {
    display: none;
  }
}
.carousel-container.recentSearchSlider .carousel-slider .carousel-slide.slideItem.recent_serch_item {
  max-width: 274px;
  flex-shrink: 0;
  padding: 4px;
  margin-right: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .carousel-container.recentSearchSlider .carousel-slider .carousel-slide.slideItem.recent_serch_item {
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-container.recentSearchSlider .arrows {
    display: none;
  }
}
.carousel-container.recentSearchSlider .arrows .arrow-left,
.carousel-container.recentSearchSlider .arrows .arrow-right {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.container_main {
  width: 100%;
}

.container_car_sticky {
  width: 1170px;
  margin: 0 auto;
  float: inherit;
  background: 0 0;
  box-shadow: none;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .container_car_sticky {
    width: 100%;
  }
}
.car_footer_strip .container {
  background-color: transparent;
  box-shadow: none;
}

.car_footer_strip {
  height: 110px;
  box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, 0.12);
  background-color: #deebff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.car_footer_strip .car_strip_details .strip_bg {
  width: 185px;
  height: 144px;
  display: inline-block;
  margin: -29px 60px 0 0;
  vertical-align: middle;
}

.car_footer_strip .car_strip_details .strip_bg::before {
  content: "";
  background: url("../../../cdn/images/footer-strip/car/car_foot_img.png") center left no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.car_footer_strip .car_strip_details .strip_text {
  display: inline-block;
  color: #0c2540;
  vertical-align: middle;
  margin-top: -10px;
}

.car_footer_strip .car_strip_details .strip_text .heading {
  font-size: 18px;
  font-weight: 500;
}

.car_footer_strip .car_strip_details .strip_text .heading span {
  font-weight: 900;
  font-size: 32px;
  display: block;
}

.car_footer_strip .car_strip_details .strip_text .heading span sup {
  font-weight: 700;
  letter-spacing: 0.224px;
  font-size: 16px;
}

.car_footer_strip .car_strip_details .strip_text p {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #0c2540;
}

.car_footer_strip .car_strip_details .strip_text p span {
  font-weight: 600;
}

.car_footer_strip .car_strip_details .strip_form {
  display: inline-block;
  vertical-align: middle;
  width: 450px;
  margin-left: 40px;
  margin-top: 14px;
}

.car_footer_strip .car_strip_details .strip_form.car-bg {
  height: auto;
}

.car_footer_strip .car_strip_details .strip_form .car_number {
  box-shadow: 0 -3px 23px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  height: 39px;
  margin: 0 !important;
  position: relative;
}

.car_footer_strip .car_strip_details .strip_form .car_number .inputbox {
  float: left;
  width: 100%;
}

.car_footer_strip .car_strip_details .strip_form .car_number.error {
  border: none;
}

.articleWrapper .stickFooter_info input[type=text]#carRegistrationNumber,
.stickFooter_info input[type=text]#carRegistrationNumber {
  height: 39px;
  width: 66%;
  border: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px;
  position: relative;
  outline: 0;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 14px;
  letter-spacing: 0.2px;
  float: left;
}

.car_footer_strip .car_strip_details .strip_form .quote_btn {
  width: 34%;
  background-color: #fc4804;
  color: #fff;
  height: 39px;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 0;
  display: inline-block;
}

.car_footer_strip .car_strip_details .strip_form .quote_btn::after {
  content: "";
  background: url("../../../cdn/images/footer-strip/car/path.png") center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
}

.car_footer_strip .car_strip_details .strip_form .footer_car_question {
  margin: 10px 0 0 0;
  text-align: left;
}

.car_footer_strip .car_strip_details .strip_form .footer_car_question ul {
  margin: 0;
  padding: 0;
}

.car_footer_strip .car_strip_details .strip_form .footer_car_question ul li {
  list-style: none;
  display: inline-block;
  padding: 2px 15px 0;
  width: auto;
}

.car_footer_strip .car_strip_details .strip_form .footer_car_question ul li:first-child {
  padding-left: 0;
}

.car_footer_strip .car_strip_details .strip_form .footer_car_question ul li:last-child {
  border-right: 0px;
  padding-right: 0;
}

.car_footer_strip .car_strip_details .strip_form .footer_car_question ul li a,
.car_footer_strip .car_strip_details .strip_form .footer_car_question ul li button {
  color: #3c72e6;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  padding: 0;
  display: inline-block;
  width: auto;
  background: 0 0;
  border: 0;
}

.car_footer_strip .car_strip_details .strip_form .footer_car_question ul li a::after,
.car_footer_strip .car_strip_details .strip_form .footer_car_question ul li button::after {
  content: "";
  background: url("../../../cdn/images/footer-strip/car/path-2.png") center right no-repeat;
  display: inline-block;
  width: 23px;
  height: 20px;
  vertical-align: middle;
  background-size: auto;
}

.car_footer_strip .strip_close {
  background: #f3f7ff;
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background-size: 50%;
  border-radius: 50%;
}

.car_footer_strip .strip_close:after,
.car_footer_strip .strip_close:before {
  position: absolute;
  left: 11px;
  top: 4px;
  content: " ";
  height: 17px;
  width: 2px;
  background-color: #253858;
}

.car_footer_strip .strip_close:before {
  transform: rotate(45deg);
}

.car_footer_strip .strip_close:after {
  transform: rotate(-45deg);
}

.car_footer_strip .loadingDiv {
  background-color: #fc4804;
  width: 34%;
  height: 39px;
  top: 0;
  float: right;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 15px;
  text-align: center;
}

.car_footer_strip .loadingDiv .loader {
  position: relative;
  right: 0;
  top: 10px;
}

.car_footer_strip .loadingDiv {
  line-height: 42px;
  color: #fff;
  font-weight: 600;
  display: none;
  position: relative;
}

.car_footer_strip .loadingDiv .loader div {
  width: 25px;
  height: 25px;
  display: none;
}

.car_footer_strip .loadingDiv .loader {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 9px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.car_footer_strip .input_field.error .err {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: -5px;
  color: red;
  position: absolute;
  bottom: -18px;
  left: 0;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .car_footer_strip .input_field.error .err {
    position: relative !important;
    text-align: left;
    bottom: -6px;
    display: inline-block;
  }
}
div.stickFooter_info {
  background-color: #e1f3f7 !important;
  display: none;
}

::-webkit-input-placeholder {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  opacity: 0.5;
}

:-ms-input-placeholder {
  opacity: 0.5;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

::placeholder {
  opacity: 0.5;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.car_footer_strip .tc-new {
  font-size: 9px;
  text-align: right;
  padding-top: 0;
  color: #000;
}

.car_footer_strip .tc {
  font-size: 9px;
  text-align: center;
  padding-top: 0;
  margin: 0;
  color: #756f6f;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  text-align: right;
  bottom: 3px;
  right: 10px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .car_footer_strip .car_strip_details .strip_form.car-bg.disFormElement .error {
    margin-top: 0;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 1366px) {
  body .car_footer_strip .strip_form a.quote_btn,
  body .car_footer_strip .strip_form input[type=submit] {
    width: 34%;
    height: 60px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
  .car_footer_strip .car_strip_details {
    margin-left: 0;
    padding: 0 15px;
  }
  .car_footer_strip .car_strip_details .strip_form {
    margin-left: 20px;
    width: 40%;
  }
  .car_footer_strip .car_strip_details .strip_bg {
    width: 17%;
  }
  .car_footer_strip .car_strip_details .strip_text .heading {
    font-size: 36px;
  }
  .car_footer_strip .car_strip_details .strip_text p {
    font-size: 28px;
    line-height: 28px;
  }
  body .car_footer_strip .strip_form a.quote_btn,
  body .car_footer_strip .strip_form input[type=submit] {
    width: 35%;
    height: 60px;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  .stickFooter_info input[type=text]#carRegistrationNumber {
    width: 64%;
  }
  .car_footer_strip .car_strip_details .strip_form .car_number .inputbox {
    position: relative;
    text-align: left;
  }
  .stickFooter_info {
    display: block;
    text-align: center;
  }
  .car_footer_strip .car_strip_details .strip_form .quote_btn.carBtnSubmit {
    text-align: center;
    display: block;
    width: 36%;
  }
  .at-share-dock.atss {
    display: none;
  }
  .car_footer_strip .loadingDiv {
    font-size: 10px;
    line-height: 47px;
    height: 39px;
    text-indent: -99999px;
  }
  .car_footer_strip .loadingDiv .loader {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: calc(50% - 12px);
    top: 9px;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    border-left: 4px solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    margin: 0;
  }
  .car_footer_strip .car_strip_details .strip_form.car-bg .error {
    text-align: left;
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
  }
  .car_footer_strip .car_strip_details .strip_form.car-bg {
    position: relative;
  }
  .car_footer_strip .car_strip_details .strip_form.car-bg .error {
    text-align: left;
    font-size: 12px;
    margin-top: 0;
    width: 100%;
  }
  .car_footer_strip .car_strip_details .strip_form.car-bg .error input[type=text] {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 980px) {
  .car_footer_strip .loadingDiv {
    font-size: 10px;
    line-height: 47px;
    height: 48px;
    text-indent: -99999px;
  }
  .car_footer_strip {
    text-align: center;
    height: auto;
  }
  .car_footer_strip.car-hide-mobile {
    display: none;
  }
  .car_footer_strip .container.disForm {
    padding: 0 10px;
    height: auto;
  }
  .car_footer_strip .car_strip_details .strip_bg {
    display: none;
  }
  .car_footer_strip .car_strip_details .strip_form {
    display: block;
    margin: 0 auto;
  }
  .car_footer_strip .car_strip_details .strip_text .heading {
    font-weight: 700;
  }
  .car_footer_strip .car_strip_details .strip_text .heading,
  .car_footer_strip .car_strip_details .strip_text p {
    font-size: 16px;
    display: inline-block;
  }
  .car_footer_strip .car_strip_details {
    padding: 10px 0 20px;
  }
  .car_footer_strip .tc {
    bottom: 3px;
    right: 0;
    text-align: center;
  }
  .car_footer_strip .car_strip_details .strip_text {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .car_footer_strip .car_strip_details .strip_form .car_number,
  .car_footer_strip .car_strip_details .strip_form .quote_btn {
    height: 48px;
    margin: 0 !important;
  }
  .stickFooter_info input[type=text]#carRegistrationNumber {
    height: 100%;
    padding: 10px;
  }
  .car_footer_strip .car_strip_details .strip_form .quote_btn {
    font-size: 14px;
  }
  .car_footer_strip .car_strip_details .strip_form {
    max-width: 435px;
    width: 100%;
  }
  .car_footer_strip .car_strip_details .strip_form .car_number .inputbox {
    position: relative;
    text-align: left;
    height: 48px;
  }
  body .car_footer_strip .strip_form a.quote_btn,
  body .car_footer_strip .strip_form input[type=submit] {
    width: 35%;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  body .car_footer_strip .strip_form a.quote_btn::after,
  body .car_footer_strip .strip_form input[type=submit]::after {
    content: "";
    background: url(../../../cdn/images/footer-strip/car/path.png) center no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px;
  }
  body .car_footer_strip .strip_form a.quote_btn,
  body .car_footer_strip .strip_form input[type=submit] {
    text-indent: -18px;
    background-position: 90% center;
  }
  .car_footer_strip .car_strip_details .strip_form .footer_car_question {
    margin-top: 10px;
  }
  .car_footer_strip .car_strip_details .strip_form .footer_car_question ul li {
    padding: 3px 15px;
  }
  body .car_footer_strip .strip_form input[type=submit] {
    height: 48px;
  }
  .car_footer_strip .car_strip_details .strip_text .heading,
  .car_footer_strip .car_strip_details .strip_text p {
    font-size: 18px;
    font-weight: 500;
  }
  body .car_footer_strip .car_strip_details .strip_form .quote_btn.carBtnSubmit {
    width: 36%;
    padding: 0;
    line-height: 48px;
    text-align: center;
    text-indent: 0;
  }
  .car_footer_strip .car_strip_details .strip_form .footer_car_question ul {
    text-align: center;
  }
  .car_footer_strip .tc-new {
    text-align: center;
    font-size: 8px;
  }
}
@media screen and (max-width: 667px) {
  .container {
    padding: 0;
  }
  .car_footer_strip .car_strip_details {
    padding: 10px 0 5px;
    width: 90%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .car_footer_strip .car_strip_details .strip_form {
    margin: 0 auto 15px;
  }
  .car_footer_strip .tc {
    bottom: 13px;
  }
  .car_footer_strip .car_strip_details .strip_form .quote_btn {
    width: 43%;
    font-size: 12px;
  }
  .car_footer_strip .strip_close {
    width: 24px;
    height: 24px;
    background-size: contain;
    top: 5px;
    right: 5px;
  }
  body .car_footer_strip .strip_form a.quote_btn,
  body .car_footer_strip .strip_form input[type=submit] {
    font-size: 11px;
  }
  body .car_footer_strip .strip_form a.quote_btn,
  body .car_footer_strip .strip_form input[type=submit] {
    text-indent: -14px;
    background-position: 90% center;
  }
  .car_footer_strip .car_strip_details .strip_form .footer_car_question {
    text-align: center;
  }
  .car_footer_strip .car_strip_details .strip_text .heading,
  .car_footer_strip .car_strip_details .strip_text p {
    font-size: 16px;
    font-weight: 500;
  }
  .car_footer_strip .car_strip_details .strip_text .heading {
    font-size: 14px;
  }
  .car_footer_strip .car_strip_details .strip_text .heading span {
    font-size: 18px;
  }
  .car_footer_strip .car_strip_details .strip_form .footer_car_question ul li a,
  .car_footer_strip .car_strip_details .strip_form .footer_car_question ul li button {
    font-size: 12px;
  }
  .car_footer_strip .car_strip_details .strip_form .footer_car_question {
    margin-top: 10px;
  }
  .car_footer_strip .car_strip_details .strip_form .footer_car_question ul li {
    padding: 3px 11px;
  }
  .car_footer_strip .car_strip_details .strip_form .footer_car_question ul {
    text-align: center;
  }
  .car_footer_strip .car_strip_details .strip_form.car-bg .error {
    font-size: 11px;
  }
}
@media screen and (max-width: 440px) {
  .car_footer_strip .tc {
    bottom: 3px;
  }
  ::-webkit-input-placeholder {
    font-size: 11px;
  }
  :-ms-input-placeholder {
    font-size: 11px;
  }
  ::placeholder {
    font-size: 11px;
  }
}
@media screen and (max-width: 360px) {
  body .car_footer_strip .strip_form a.quote_btn,
  body .car_footer_strip .strip_form input[type=submit] {
    text-indent: -18px;
  }
  body .car_footer_strip .car_strip_details .strip_form .quote_btn.carBtnSubmit {
    font-size: 10px;
  }
  .car_footer_strip .car_strip_details .strip_form .quote_btn.carBtnSubmit::after {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-left: 0;
    margin-top: -3px;
    background-size: contain;
  }
  .car_footer_strip .car_strip_details .strip_form .footer_car_question ul li {
    padding: 1px 6px;
    margin: 2px 0;
  }
  .car_footer_strip .car_strip_details .strip_form .footer_car_question ul li a,
  .car_footer_strip .car_strip_details .strip_form .footer_car_question ul li button {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  ::-webkit-input-placeholder {
    font-size: 9px;
  }
  :-ms-input-placeholder {
    font-size: 9px;
  }
  ::placeholder {
    font-size: 9px;
  }
}
.disclaimer-pop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: 0 35px 0 auto;
  width: 1140px;
}

@media screen and (max-width: 1024px) {
  .disclaimer-pop {
    position: static;
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .container_car_sticky .car_strip_details {
    padding: 0;
  }
  .container_car_sticky .car_strip_details .strip_text .heading,
  .container_car_sticky .car_strip_details .strip_text p {
    line-height: inherit;
    display: block;
    text-align: center;
  }
  .container_car_sticky .car_strip_details .strip_form.car-bg {
    margin-bottom: 5px;
  }
  .container_car_sticky .car_strip_details .strip_form.car-bg .footer_car_question {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .car_footer_strip {
    height: auto;
    text-align: center;
  }
  .car_footer_strip .container_car_sticky .car_strip_details {
    padding: 10px 0 20px;
  }
  .car_footer_strip .container_car_sticky .car_strip_details .strip_bg {
    display: none;
  }
  .car_footer_strip .container_car_sticky .car_strip_details .strip_form.car-bg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    width: 100%;
  }
  .car_footer_strip .container_car_sticky .car_strip_details .strip_form.car-bg .disclaimer-pop {
    text-align: left;
  }
  .car_footer_strip .container_car_sticky .car_strip_details .strip_text {
    display: inline-block;
    margin-top: 0;
  }
  .car_footer_strip .container_car_sticky .car_strip_details .strip_text .heading,
  .car_footer_strip .container_car_sticky .car_strip_details .strip_text p {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }
}
.car_footer_strip .car_strip_details .strip_form .footer_car_question ul li {
  padding: 2px 15px 10px;
}

@media screen and (max-width: 1024px) {
  .car_footer_strip .car_strip_details .strip_form .footer_car_question ul li {
    padding: 3px 11px;
  }
}
@media screen and (min-width: 768px) {
  .mobile-sticky-footer {
    display: none;
  }
}
.mobile-sticky-footer .car-text-slider .car-text-slide {
  background: #b0feeb;
  padding: 6px 0;
  color: #253858;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.mobile-sticky-footer .car-text-slider .car-text-slide .slide-up {
  animation: slideUp ease forwards 1.2s;
  display: flex;
  align-items: CENTER;
  justify-content: center;
}

.mobile-sticky-footer .car-text-slider .car-text-slide .slide-up sup {
  font-size: 9px;
  line-height: 9px;
}

.mobile-sticky-footer .car-text-slider .car-text-slide span {
  font-weight: 700;
  padding: 0 4px;
}

.mobile-sticky-footer .car-text-slider .car-text-slide .icon {
  width: 22px;
  height: 22px;
  margin: 0 4px;
}

.mobile-sticky-footer .car-text-slider .car-text-slide .icon.icon-1 {
  background: url(../../images/bu/motor/car-discount-icon.svg);
}

.mobile-sticky-footer .car-text-slider .car-text-slide .icon.icon-2 {
  background: url(../../images/bu/motor/car-claim-icon.svg);
}

.mobile-sticky-footer .car-text-slider .car-text-slide .icon.icon-3 {
  background: url(../../images/bu/motor/car-warranty-icon.svg);
}

.mobile-sticky-footer .car-text-slider .car-text-slide .icon.icon-4 {
  background: url(../../images/bu/motor/car-icon.svg);
}

.mobile-sticky-footer .mobile-sticky-button-wrapper {
  height: 50px;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .mobile-sticky-button {
  background: #0065ff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  padding: 16px 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: none;
  max-width: 100%;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .mobile-sticky-button.active {
  display: block;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .mobile-sticky-button::after {
  content: "";
  background: url(../../images/bu/motor/car-right-arrow-icon.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0 -3px 6px;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper > div {
  width: 50%;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper .call-us,
.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper .chat-with-us {
  background: #e2edff;
  padding: 16px 0;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  position: relative;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper .call-us:before,
.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper .chat-with-us:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 5px -2px 0;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper .call-us::before {
  background: url(../../images/bu/motor/car-call-icon.svg);
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper .chat-with-us:before {
  background: url(../../images/bu/motor/car-chat-icon.svg);
  margin: 0 6px -4px 0;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper .chat-with-us .unread-messages {
  position: absolute;
  background: red;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  padding: 4px;
  line-height: 11px;
  right: 24px;
  top: 8px;
  width: 20px;
  height: 20px;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper .bannercarredirect {
  background: #0065ff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  padding: 16px 0;
  position: relative;
}

.mobile-sticky-footer .mobile-sticky-button-wrapper .two-buttons-wrapper .bannercarredirect::after {
  content: "";
  background: url(../../images/bu/motor/car-right-arrow-icon.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0 -4px 6px;
}

.mobile-sticky-footer .slide-out {
  animation: slideOut 0.5s forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.disclaimerHide {
  color: #0065ff;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(46, 64, 100, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
  display: none;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .overlay {
    background: #fff;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
  .overlay {
    align-items: initial;
    overflow: auto;
  }
}
@media only screen and (max-width: 740px) and (min-width: 480px) {
  .overlay {
    align-items: initial;
    overflow: auto;
  }
}
.overlay.open {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .overlay.open {
    overflow: auto;
    z-index: 100003;
  }
  .overlay {
    overflow: auto;
  }
}
@media screen and (max-width: 1024px) {
  .hide-mobile {
    display: none !important;
  }
}
.hide-desktop {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hide-desktop {
    display: block;
  }
}
.carBanner .text sup {
  font-size: 14px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.mx-auto {
  margin: 0 auto;
}

.d-block {
  display: block;
}

.car-pre-quote .err {
  font-size: 11px;
  color: red;
  letter-spacing: 0.016em;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .car-pre-quote .car-calulator-step-9 .text-input-feild.error .inputbox {
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .car-pre-quote .car-calulator-step-9 .err {
    margin-bottom: 6px;
  }
}
.car-pre-quote .car-calulator-step-9 .input-form .inputbox {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .car-pre-quote .car-calulator-step-9 .input-form .inputbox {
    margin: 0;
    height: 48px;
  }
}
.car-pre-quote .car-calulator-step-9 .input-form .inputbox + .feildLable {
  top: 26px;
}

.car-pre-quote .car-calulator-step-9 .input-form .inputbox.labelshow + .feildLable,
.car-pre-quote .car-calulator-step-9 .input-form .inputbox:focus + .feildLable {
  top: -2px;
}

@media (max-width: 1024px) {
  .car-pre-quote .car-calulator-step-9 {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .car-pre-quote .car-calulator-step-9 {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.car-pre-quote .car-calulator-step-10 .text-input-feild.error .inputbox {
  margin: 0 0 4px;
}

.car-pre-quote .car-calulator-step-10 .err {
  margin-bottom: 4px;
}

.car-pre-quote .car-calulator-step-10 .input-form .inputbox {
  margin: 0 0 10px;
}

.car-pre-quote .car-calulator-step-10 .input-form .inputbox + .feildLable {
  top: 26px;
}

.car-pre-quote .car-calulator-step-10 .input-form .inputbox.labelshow + .feildLable,
.car-pre-quote .car-calulator-step-10 .input-form .inputbox:focus + .feildLable {
  top: -2px;
}

.car-pre-quote .common_heading {
  padding: 25px 50px 25px 30px;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  border-bottom: 1px solid rgba(107, 119, 140, 0.2);
  position: fixed;
  width: 572px;
  background: #fff;
  z-index: 100;
}

.car-pre-quote .common_heading span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 450px;
  display: block;
  font-weight: 500;
  color: #253858;
  font-size: 18px;
  line-height: 32px;
}

.car-pre-quote .common_heading span span {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 1024px) {
  .car-pre-quote .common_heading {
    padding: 15px 50px 12px 30px;
    font-size: 20px;
    width: 100%;
    border: none;
  }
  .car-pre-quote .common_heading span {
    font-weight: 700;
  }
}
@media (max-width: 568px) {
  .car-pre-quote .common_heading span {
    max-width: 90%;
  }
}
.car-pre-quote .common_heading.back {
  padding: 16px 50px 16px 50px;
}

.car-pre-quote .common_heading.back .backbutton {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.car-pre-quote .common_heading.back .backbutton:before {
  border: solid #253858;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: translate(0, -50%) rotate(-135deg);
  transition: all 0.2s ease-out;
  margin: 0 0 0 14px;
  content: "";
  left: -1px;
  position: absolute;
  top: 50%;
}

@media (max-width: 1024px) {
  .car-pre-quote .common_heading.back {
    border: none;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 100;
  }
}
.car-pre-quote .common_heading.addclose .close {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 22px;
  overflow: hidden;
  border: 2px solid #253858;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.car-pre-quote .common_heading.addclose .close:hover::after,
.car-pre-quote .common_heading.addclose .close:hover::before {
  background: #253858;
}

.car-pre-quote .common_heading.addclose .close::after,
.car-pre-quote .common_heading.addclose .close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 60%;
  top: 9px;
  left: 4px;
  margin-top: -1px;
  background: #253858;
}

.car-pre-quote .common_heading.addclose .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.car-pre-quote .common_heading.addclose .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.car-pre-quote .field-wrapper {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.car-pre-quote .field-wrapper .err {
  position: absolute;
  top: 65px;
  left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .car-pre-quote .field-wrapper .err {
    top: 52px;
  }
}
.quote-wrapper {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .quote-wrapper {
    margin-bottom: 90px;
  }
  .quote-wrapper.step9 {
    margin-bottom: 220px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 320px) {
  .quote-wrapper.step9 {
    margin-bottom: 175px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 568px) {
  .quote-wrapper.step1 {
    margin-top: 196px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 568px) {
  .quote-wrapper {
    margin-top: 66px;
  }
}
@media only screen and (max-width: 667px) and (min-width: 740px) {
  .quote-wrapper {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .quote-wrapper::-webkit-scrollbar {
    width: 0;
    padding: 0;
  }
  .quote-wrapper::-webkit-scrollbar-track {
    background: 0 0;
  }
  .quote-wrapper::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  .quote-wrapper::-webkit-scrollbar-thumb:hover {
    background: 0 0;
  }
}
@media only screen and (max-width: 568px) and (min-width: 640px) {
  .quote-wrapper {
    height: 170px;
  }
}
@media only screen and (max-width: 540px) {
  .quote-wrapper {
    height: 90%;
    padding: 0 16px 16px;
  }
}
.quote-wrapper .sub-heading {
  font-size: 12px;
  margin-bottom: 15px;
  opacity: 0.5;
}

.quote-wrapper .sub-heading.top15 {
  margin-top: 15px;
}

.quote-wrapper .search-feild,
.quote-wrapper .text-input-feild {
  position: relative;
}

.quote-wrapper .search-feild.mobile-number,
.quote-wrapper .text-input-feild.mobile-number {
  margin-bottom: 22px !important;
}

.quote-wrapper .search-feild .feildLable,
.quote-wrapper .text-input-feild .feildLable {
  top: 16px;
}

.quote-wrapper .search-feild .inputbox.labelshow + .feildLable,
.quote-wrapper .search-feild .inputbox:focus + .feildLable,
.quote-wrapper .text-input-feild .inputbox.labelshow + .feildLable,
.quote-wrapper .text-input-feild .inputbox:focus + .feildLable {
  top: -12px;
}

.quote-wrapper .search-feild {
  border-radius: 100px;
  border: 1px solid var(--dfe-1-e-6-n-40, #dfe1e6);
  background: var(--ffffffn-0, #fff);
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.quote-wrapper .input_field {
  position: relative;
}

@media screen and (max-width: 767px) {
  .quote-wrapper .input_field .err {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.quote-wrapper .input-form,
.quote-wrapper .input_box {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .quote-wrapper .input-form .heading,
  .quote-wrapper .input_box .heading {
    display: none;
  }
}
.quote-wrapper .input-form.inline,
.quote-wrapper .input_box.inline {
  display: inline-block;
  margin: 0 0 20px;
}

.quote-wrapper .input-form.inline .popular-brands,
.quote-wrapper .input_box.inline .popular-brands {
  top: 0;
}

@media only screen and (max-width: 1024px) {
  .quote-wrapper .input-form.inline,
  .quote-wrapper .input_box.inline {
    margin: 0 0 20px;
  }
}
.quote-wrapper .input-form .feildLabel,
.quote-wrapper .input_box .feildLabel {
  color: #5e6c84;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: absolute;
  left: 15px;
  background: #fff;
  top: 50%;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
  transform: translate(0, -50%);
}

.quote-wrapper .input-form .feildLabel i,
.quote-wrapper .input_box .feildLabel i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .quote-wrapper .input-form .feildLabel,
  .quote-wrapper .input_box .feildLabel {
    top: 22%;
  }
}
.quote-wrapper .input-form .item_select,
.quote-wrapper .input_box .item_select {
  border: 1px solid #97a0af;
  border-radius: 8px;
  width: 100%;
  padding: 13px 33px 13px 13px;
  margin-top: 10px;
  height: 52px;
  background: url(../../images/arrow-path.png) no-repeat right 2% top 50%;
}

.quote-wrapper .input-form .item_select.error,
.quote-wrapper .input_box .item_select.error {
  border: 1px solid red;
}

.quote-wrapper .input-form .carRegistrationNumber,
.quote-wrapper .input-form .inputbox,
.quote-wrapper .input_box .carRegistrationNumber,
.quote-wrapper .input_box .inputbox {
  border-radius: 8px;
  width: 100%;
  padding: 16px 13px 17px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--dfe-1-e-6-n-40, #dfe1e6);
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.12);
}

.quote-wrapper .input-form .carRegistrationNumber.error,
.quote-wrapper .input-form .inputbox.error,
.quote-wrapper .input_box .carRegistrationNumber.error,
.quote-wrapper .input_box .inputbox.error {
  border: 1px solid red;
}

.quote-wrapper .input-form .carRegistrationNumber.error + .feildLabel,
.quote-wrapper .input-form .inputbox.error + .feildLabel,
.quote-wrapper .input_box .carRegistrationNumber.error + .feildLabel,
.quote-wrapper .input_box .inputbox.error + .feildLabel {
  color: red;
}

.quote-wrapper .input-form .carRegistrationNumber.labelshow + .feildLabel,
.quote-wrapper .input-form .carRegistrationNumber:focus + .feildLabel,
.quote-wrapper .input-form .inputbox.labelshow + .feildLabel,
.quote-wrapper .input-form .inputbox:focus + .feildLabel,
.quote-wrapper .input_box .carRegistrationNumber.labelshow + .feildLabel,
.quote-wrapper .input_box .carRegistrationNumber:focus + .feildLabel,
.quote-wrapper .input_box .inputbox.labelshow + .feildLabel,
.quote-wrapper .input_box .inputbox:focus + .feildLabel {
  z-index: 10;
  visibility: visible;
  top: 0;
  font-size: 12px;
  line-height: 18px;
  left: 14px !important;
  background: linear-gradient(180deg, #f7f8ff, #fff);
}

@media screen and (max-width: 1024px) {
  .quote-wrapper .input-form .carRegistrationNumber.labelshow + .feildLabel,
  .quote-wrapper .input-form .carRegistrationNumber:focus + .feildLabel,
  .quote-wrapper .input-form .inputbox.labelshow + .feildLabel,
  .quote-wrapper .input-form .inputbox:focus + .feildLabel,
  .quote-wrapper .input_box .carRegistrationNumber.labelshow + .feildLabel,
  .quote-wrapper .input_box .carRegistrationNumber:focus + .feildLabel,
  .quote-wrapper .input_box .inputbox.labelshow + .feildLabel,
  .quote-wrapper .input_box .inputbox:focus + .feildLabel {
    background: linear-gradient(180deg, #f3f1ff, #fff);
  }
}
.quote-wrapper .input-form .carRegistrationNumber.labelshow + .feildLabel i,
.quote-wrapper .input-form .carRegistrationNumber:focus + .feildLabel i,
.quote-wrapper .input-form .inputbox.labelshow + .feildLabel i,
.quote-wrapper .input-form .inputbox:focus + .feildLabel i,
.quote-wrapper .input_box .carRegistrationNumber.labelshow + .feildLabel i,
.quote-wrapper .input_box .carRegistrationNumber:focus + .feildLabel i,
.quote-wrapper .input_box .inputbox.labelshow + .feildLabel i,
.quote-wrapper .input_box .inputbox:focus + .feildLabel i {
  display: none;
}

.quote-wrapper .calcuate-pre .button,
.quote-wrapper .calcuate-pre .loading,
.quote-wrapper .pre-quote-submit .button,
.quote-wrapper .pre-quote-submit .loading,
.quote-wrapper .submit-car-details .button,
.quote-wrapper .submit-car-details .loading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 8px;
  width: 100%;
  margin: 20px auto 0;
  border: none;
  padding: 18px 20px;
  position: relative;
  max-width: 400px;
}

.quote-wrapper .calcuate-pre .button.disabled,
.quote-wrapper .calcuate-pre .button:hover,
.quote-wrapper .calcuate-pre .loading.disabled,
.quote-wrapper .calcuate-pre .loading:hover,
.quote-wrapper .pre-quote-submit .button.disabled,
.quote-wrapper .pre-quote-submit .button:hover,
.quote-wrapper .pre-quote-submit .loading.disabled,
.quote-wrapper .pre-quote-submit .loading:hover,
.quote-wrapper .submit-car-details .button.disabled,
.quote-wrapper .submit-car-details .button:hover,
.quote-wrapper .submit-car-details .loading.disabled,
.quote-wrapper .submit-car-details .loading:hover {
  background: rgb(0, 90.9, 229.5);
}

@media (max-width: 1024px) {
  .quote-wrapper .calcuate-pre .button,
  .quote-wrapper .calcuate-pre .loading,
  .quote-wrapper .pre-quote-submit .button,
  .quote-wrapper .pre-quote-submit .loading,
  .quote-wrapper .submit-car-details .button,
  .quote-wrapper .submit-car-details .loading {
    width: 100%;
    margin: 0 auto;
  }
}
.quote-wrapper .calcuate-pre .loading:after,
.quote-wrapper .pre-quote-submit .loading:after,
.quote-wrapper .submit-car-details .loading:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 15%;
  transform: translate(0, -50%);
  right: 4px;
}

.quote-wrapper .dontKnow {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.quote-wrapper .dontKnow .other-options {
  position: relative;
  width: 50%;
  cursor: pointer;
  max-width: 240px;
  text-align: center;
}

.quote-wrapper .dontKnow .other-options .icon {
  display: none;
}

.quote-wrapper .dontKnow .other-options button {
  color: #253858;
  align-items: center;
  border: none;
  background: 0 0;
  padding: 10px 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 50px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.196px;
}

.quote-wrapper .dontKnow .other-options.no-brd button {
  border: none;
  padding: 0;
}

.quote-wrapper .dontKnow .other-options.no-brd button span {
  color: #0065ff;
  font-weight: 500;
}

.quote-wrapper .search-rto-list-pq {
  font-size: 14px;
  color: #0065ff;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 16px 0 16px 0;
  cursor: pointer;
  padding: 0 10px;
}

.car-calulator-step-6.calculate-inurance-premium .pre-quote-transmision-wise ul li,
.car-calulator-step-6.calculate-inurance-premium .transmision-wise ul li {
  padding: 0px 0 !important;
  cursor: pointer;
}

.brand-new-car-button {
  width: 50%;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border: 1px solid #fff;
  cursor: pointer;
  padding: 18px;
  text-align: center;
  margin: 10px 0;
  color: #0065ff;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .brand-new-car-button {
    padding: 12px;
  }
}
@media (max-width: 568px) {
  .brand-new-car-button {
    width: 98%;
  }
}
.car-calulator-step-1 #btnSubmit,
.car-calulator-step-1 .proceed.loading {
  background-color: #ff5630 !important;
  width: 100%;
  box-shadow: 0px 20px 16px -12px rgba(255, 86, 48, 0.3215686275);
}

.car-calulator-step-1 .proceed.loading::after {
  width: 20px;
  height: 20px;
  right: 45%;
  top: 16px;
}

@media (max-width: 1024px) {
  .car-pre-quote .form_submit {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .car-pre-quote .form_submit {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .car-pre-quote .car-calulator-step-1 .desktop-hide {
    display: none;
  }
  .car-pre-quote .car-calulator-step-1 .dontKnow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .car-pre-quote .car-calulator-step-1 .dontKnow .other-options.new-car {
    max-width: 240px;
    min-height: 40px;
    margin-top: 5px;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .car-pre-quote .car-calulator-step-1 .dontKnow .other-options {
    width: 100%;
  }
}
.calculate-inurance-premium .full-mode.car-brands,
.calculate-inurance-premium .full-mode.car-prequote-brands {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px 0 10px;
}

.calculate-inurance-premium .full-mode.car-brands .all_variant,
.calculate-inurance-premium .full-mode.car-prequote-brands .all_variant {
  font-size: 14px;
  margin: 5px 0 0 0;
  display: inline-block;
  color: #0065ff;
  position: relative;
  cursor: pointer;
}

.calculate-inurance-premium .full-mode.car-prequote-brands {
  height: 30px;
}

.text-input-feild {
  position: relative;
}

.calcuate-result.fixed,
.pre-quote-submit.fixed,
.submit-car-details.fixed {
  background: #fff;
  padding: 10PX;
  border-top: 1px solid #ccc;
  position: fixed;
  right: 0;
  width: 570px;
  z-index: 10;
  padding: 10px 35px 0;
  bottom: 0;
}

.calcuate-result.fixed .button,
.calcuate-result.fixed .loading,
.pre-quote-submit.fixed .button,
.pre-quote-submit.fixed .loading,
.submit-car-details.fixed .button,
.submit-car-details.fixed .loading {
  padding: 16px 18px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .calcuate-result.fixed,
  .pre-quote-submit.fixed,
  .submit-car-details.fixed {
    width: 100%;
    right: initial;
    left: 0;
    border: none;
  }
}
.tnc-apply {
  font-size: 12px;
  display: block;
  margin: 10px;
}

.tnc-apply a {
  color: #0065ff;
}

.tnc-apply a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .tnc-apply {
    text-align: center;
  }
}
.ui-widget-content {
  z-index: 999999;
  max-width: 400px;
}

.quote-wrapper .car-calulator-step-10 .input-form select.carRegistrationNumber,
.quote-wrapper .car-calulator-step-10 .input-form select.inputbox,
.quote-wrapper .car-calulator-step-10 .input_box select.inputbox,
.quote-wrapper .input_box select.carRegistrationNumber {
  appearance: none;
  background: url(../../images/arrow-path.png) no-repeat right 2% top 50% !important;
}

@media (max-width: 1024px) {
  .car-prequote-brands .popular-brands {
    top: 0;
  }
}
.go-to-top {
  z-index: 9999 !important;
}

.lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(37, 56, 88, 0.8);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  filter: none !important;
  -webkit-filter: none !important;
  z-index: 9997;
}

.lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}

body.blurred > * {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.lightbox__loading {
  background: url(../img/loading.gif) center center no-repeat;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.lightbox__caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9998;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.lightbox__caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.lightbox__button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lightbox__button:focus,
.lightbox__button:hover {
  opacity: 1;
}

.lightbox__close {
  right: 10px;
  top: 10px;
  background-image: url("../../images/lightbox/close.png");
}

.lightbox__nav {
  top: 50%;
  margin-top: -16px;
}

.lightbox__nav--next {
  right: 10px;
  background-image: url("../../images/lightbox/next.png");
}

.lightbox__nav--prev {
  left: 10px;
  background-image: url("../../images/lightbox/previous.png");
}

.viewcertificate li {
  padding: 0 10px 0 45px !important;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .viewcertificate li {
    background: 0 0 !important;
    width: 60px !important;
    margin: 10px !important;
    padding: 0 !important;
  }
}
.viewcertificate li::before {
  display: none;
}

.viewcertificate li a {
  display: flex;
  align-items: center;
  color: #0065ff;
}

.viewcertificate li a i {
  height: 14px;
}

.viewcertificate li a:hover,
.viewcertificate li a:visited {
  color: #0065ff;
}

.footer {
  padding: 0 !important;
}

.product-article-wrapper {
  padding-top: 20px;
}

.makemodel-gridwidget {
  margin: 26px 0 65px 0;
}

@media (max-width: 640px) {
  .makemodel-gridwidget {
    margin-bottom: 50px;
  }
}
.grid:has(.disclaimer-dropdown-section) .makemodel-gridwidget {
  margin: 26px 0 65px 0;
}

.car-widget ~ .block_content_wrapper h1 {
  margin-top: 16px;
}

.car-calulator-step-10,
.car-calulator-step-11,
.car-calulator-step-9 {
  position: relative;
}

.nudge-container {
  max-width: 335px;
  text-align: center;
  top: 0;
  margin: 0;
  right: -235px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .nudge-container {
    position: absolute;
    right: -170px;
  }
}
@media screen and (max-width: 1024px) {
  .nudge-container {
    margin: 20px auto 0;
    position: relative;
    right: auto;
    z-index: 1;
  }
  .nudge-container:has(.car-calulator.challan) {
    z-index: 999;
  }
  .nudge-container:has(.car-calulator.challan):has(.active)::before {
    content: "";
    background: rgba(37, 56, 88, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  .nudge-container:has(.car-calulator.challan) .policy-expire-nudge {
    border-radius: 16px 16px 0 0;
  }
}
.nudge-container .policy-expire-nudge {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(52, 105, 203, 0.1215686275);
  border-radius: 8px;
  padding: 2px;
  width: 100%;
  margin: 0 0 24px;
}
.nudge-container .policy-expire-nudge .details {
  border-radius: 8px;
  padding: 8px 18px 8px 67px;
  position: relative;
}
.nudge-container .policy-expire-nudge .details::before {
  content: "";
  width: 59px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
}
.nudge-container .policy-expire-nudge .details .heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: #ea9a20;
}
.nudge-container .policy-expire-nudge .details .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: #253858;
}
.nudge-container .policy-expire-nudge.fifteen-days-left .details {
  background: rgba(231, 139, 0, 0.0784313725);
}
.nudge-container .policy-expire-nudge.fifteen-days-left .details::before {
  background: url(../../images/bu/motor/fifteen-day-policy-expire-nudge-img.svg);
}
.nudge-container .policy-expire-nudge.two-days-left .details {
  background: rgba(255, 48, 48, 0.0588235294);
}
.nudge-container .policy-expire-nudge.two-days-left .details::before {
  background: url(../../images/bu/motor/two-day-policy-expire-nudge-img.svg);
}
.nudge-container .policy-expire-nudge.two-days-left .details .heading {
  color: #ff3030;
}
.nudge-container .policy-expire-nudge.expired .details {
  background: rgba(255, 48, 48, 0.0588235294);
}
.nudge-container .policy-expire-nudge.expired .details::before {
  background: url(../../images/bu/motor/policy-expired-nudge-img.svg);
}
.nudge-container .policy-expire-nudge.expired .details .heading {
  color: #ff3030;
}
.nudge-container .policy-expire-nudge.car-calulator {
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .nudge-container .policy-expire-nudge.car-calulator {
    max-width: 100%;
  }
}
.nudge-container .policy-expire-nudge.car-calulator.fifteen-days-left .details {
  background: #FDF6EB;
}
.nudge-container .policy-expire-nudge.car-calulator.fifteen-days-left .details .heading {
  color: #E78B00;
}
.nudge-container .policy-expire-nudge.car-calulator.fifteen-days-left .details .heading::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-yellow-icon.svg);
}
.nudge-container .policy-expire-nudge.car-calulator.two-days-left .details {
  background: #FFF3F3;
}
.nudge-container .policy-expire-nudge.car-calulator.two-days-left .details .heading::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-orange-icon.svg);
}
.nudge-container .policy-expire-nudge.car-calulator.expired .details {
  background: #FFF3F3;
}
.nudge-container .policy-expire-nudge.car-calulator.expired .details .heading::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-red-icon.svg);
}
.nudge-container .policy-expire-nudge.car-calulator .details {
  padding: 24px 16px;
}
.nudge-container .policy-expire-nudge.car-calulator .details::before {
  display: none;
}
.nudge-container .policy-expire-nudge.car-calulator .details .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 0 0 4px;
  display: flex;
  justify-content: center;
}
.nudge-container .policy-expire-nudge.car-calulator .details .heading::before {
  content: "";
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-right: 10px;
}
.nudge-container .policy-expire-nudge.car-calulator .details .description {
  font-weight: 500;
  text-align: center;
}
.nudge-container .policy-expire-nudge.car-calulator .details button {
  background: #FF5630;
  border: 0;
  width: 100%;
  padding: 11px 0 11px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 20px 0 0;
  cursor: pointer;
  position: relative;
}
.nudge-container .policy-expire-nudge.car-calulator .details button::after {
  content: "";
  background: url(../../images/bu/motor/car-right-arrow-icon.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0px -4px 6px;
}
.nudge-container .policy-expire-nudge.car-calulator .details .loading {
  background: #FF5630;
  border: 0;
  width: 100%;
  padding: 11px 0 11px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 20px 0 0;
  cursor: pointer;
  position: relative;
}
.nudge-container .policy-expire-nudge.car-calulator .details .loading::after {
  width: 24px;
  height: 24px;
}
.nudge-container .policy-expire-nudge.car-calulator.challan {
  text-align: center;
  margin: 0 0 24px;
  padding: 4px;
  border: 0;
  box-shadow: 0px 4px 16px 0px rgba(52, 105, 203, 0.1215686275);
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge.car-calulator.challan {
    max-width: 100%;
    position: fixed;
    right: auto;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .nudge-container .policy-expire-nudge.car-calulator.challan::before {
    content: "";
    background: url(../../images/bu/motor/car-calculator-policy-expire-heading-mobile-image.svg) no-repeat center/contain;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: -46px;
    z-index: 0;
  }
  .nudge-container .policy-expire-nudge.car-calulator.challan::after {
    content: "";
    background: url(../../images/bu/motor/vi-up-icon.svg.svg) no-repeat center/contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translate(-50%, 0%);
  }
  .nudge-container .policy-expire-nudge.car-calulator.challan.active::after {
    background: url(../../images/bu/motor/vi-close-icon.svg.svg) no-repeat center/contain;
    top: -19px;
  }
  .nudge-container .policy-expire-nudge.car-calulator.challan .step-1,
  .nudge-container .policy-expire-nudge.car-calulator.challan .step-2 {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 390px) {
  .nudge-container .policy-expire-nudge.car-calulator.challan::before {
    height: 138px;
  }
}
.nudge-container .policy-expire-nudge.car-calulator.challan.fifteen-days-left .step-1 {
  background: linear-gradient(180deg, #FFEFEF 0%, rgba(255, 239, 239, 0) 35%);
}
.nudge-container .policy-expire-nudge.car-calulator.challan.fifteen-days-left .details {
  background: #FDF6EB;
}
.nudge-container .policy-expire-nudge.car-calulator.challan.fifteen-days-left .details .heading {
  color: #E78B00;
}
.nudge-container .policy-expire-nudge.car-calulator.challan.fifteen-days-left .details .heading::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-yellow-icon.svg);
}
.nudge-container .policy-expire-nudge.car-calulator.challan.two-days-left .step-1 {
  background: linear-gradient(180deg, #FDF6EB 0%, rgba(253, 246, 235, 0) 35%);
}
.nudge-container .policy-expire-nudge.car-calulator.challan.two-days-left .details {
  background: #FFF3F3;
}
.nudge-container .policy-expire-nudge.car-calulator.challan.two-days-left .details .heading::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-orange-icon.svg);
}
.nudge-container .policy-expire-nudge.car-calulator.challan.thirty-days-above-left .step-1 {
  background: linear-gradient(180deg, #F1EEFF 0%, rgba(241, 238, 255, 0) 35%);
}
.nudge-container .policy-expire-nudge.car-calulator.challan.expired .details {
  background: #FFF3F3;
}
.nudge-container .policy-expire-nudge.car-calulator.challan.expired .details .heading::before {
  background: url(../../images/bu/motor/car-calculator-policy-expire-red-icon.svg);
}
.nudge-container .policy-expire-nudge.car-calulator.challan .step-1 {
  background: linear-gradient(180deg, #FFEFEF 0%, rgba(255, 239, 239, 0) 35%);
  border-radius: 16px 16px 0 0;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .details {
  padding: 24px 16px;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .details::before {
  display: none;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .details .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 0 0 4px;
  display: flex;
  justify-content: center;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .details .heading::before {
  content: "";
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-right: 10px;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .details .description {
  font-weight: 500;
  text-align: center;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .details button {
  background: #FF5630;
  border: 0;
  width: 100%;
  padding: 11px 0 11px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 20px 0 0;
  cursor: pointer;
  position: relative;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .details button::after {
  content: "";
  background: url(../../images/bu/motor/car-right-arrow-icon.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0px -4px 6px;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .details .loading {
  background: #FF5630;
  border: 0;
  width: 100%;
  padding: 11px 0 11px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 20px 0 0;
  cursor: pointer;
  position: relative;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .details .loading::after {
  width: 24px;
  height: 24px;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading {
  background: transparent;
  border-radius: 8px 8px 0 0;
  padding: 12px 12px 24px;
  text-align: center;
  position: relative;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading::before, .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading::after {
  display: none;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading.fifteen-days-left {
  background: transparent;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading.fifteen-days-left .heading {
  color: #E61F1F;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading.fifteen-days-left .heading::before {
  content: "";
  background: url(../../images/bu/motor/car-calculator-policy-expire-orange-icon.svg) no-repeat center/contain;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading.two-days-left .heading {
  color: #E36B09;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading.two-days-left .heading::before {
  content: "";
  background: url(../../images/bu/motor/car-calculator-policy-expire-yellow-icon.svg) no-repeat center/contain;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading.thirty-days-above-left .heading {
  color: #553FC8;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading.thirty-days-above-left .heading::before {
  content: "";
  background: url(../../images/bu/motor/car-calulator-policy-expire-blue-icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading {
    text-align: left;
    padding: 12px 12px 32px;
  }
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading .heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.014em;
  color: #FF3030;
  margin: 0 0 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading .heading::before {
  content: "";
  background: url(../../images/bu/motor/car-calulator-policy-expired-icon.svg) no-repeat center/contain;
  margin: 0 8px 0 0;
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading .heading::before {
    width: 40px;
    height: 40px;
  }
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading .description {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.014em;
  text-align: center;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading .description {
    font-size: 16px;
    line-height: 24px;
  }
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading .button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading:not(.active) {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading:not(.active) .heading-button {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading:not(.active) .heading::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading:not(.active) .heading {
    justify-content: flex-start;
    font-size: 14px;
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading:not(.active) .description {
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    font-weight: 500;
  }
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading:not(.active) .button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading:not(.active) .button {
    background: #FF5630;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 12px 16px;
    cursor: pointer;
  }
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-heading:not(.active) .button.set-reminder {
  background: #253858;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details {
  position: relative;
  padding: 17px 12px;
  text-align: left;
  align-items: center;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details .insurer-edit {
  border: 1px solid #DFE1E6;
  border-radius: 6px;
  padding: 2px;
  height: 32px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  width: 23%;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details .insurer-edit img {
  max-width: 80px;
  width: 100%;
  border: 0;
  border-radius: 0;
  height: auto;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details > div {
  width: 30%;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details > div.premium .label, .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details > div.plan-type .label {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0 0 4px;
  color: #253858;
  letter-spacing: 0.014em;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details > div.premium .value, .nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details > div.plan-type .value {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details > div.plan-type {
  width: 36%;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details > div.premium {
  width: 26%;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .insurer-details .tag {
  background: #ECEEF2;
  border-radius: 8px;
  display: inline-block;
  color: rgba(37, 56, 88, 0.8);
  font-weight: 300;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.014em;
  text-align: center;
  padding: 3px 12px;
  width: auto;
  position: absolute;
  left: 12px;
  top: -7px;
  margin: 0;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .benefits-section {
  margin: 12px 0;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .benefits-section .benefits-heading {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.014em;
  text-align: left;
  text-transform: uppercase;
  color: #253858;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .benefits-section .benefits-heading::after {
  content: "";
  background: #253838;
  width: 14px;
  height: 1px;
  display: inline-block;
  margin-left: 8px;
  border-radius: 2px;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .benefits-section .benefits-list {
  padding: 0;
  list-style: none;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .benefits-section .benefits-list li {
  position: relative;
  margin: 0 0 12px;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.014em;
  color: #253838;
  display: flex;
  align-items: flex-start;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .benefits-section .benefits-list li::before {
  content: "";
  background: url(../../images/bu/motor/vehicle-info/policy-nudge-check-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .button {
  background: #FF5630;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .policy-expire-nudge-content .button.set-reminder {
  background: #253858;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .step-2 {
  background: linear-gradient(180deg, #E6FFF4 0%, rgba(230, 255, 244, 0) 100%);
  display: flex;
  flex-direction: column;
  align-items: CENTER;
  justify-content: center;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .step-2 .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.014em;
  text-align: center;
  color: #253838;
  margin: 32px auto 12px;
}
.nudge-container .policy-expire-nudge.car-calulator.challan .step-2 .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: center;
  color: #253838;
  max-width: 215px;
  width: 100%;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-heading {
  background: #FFF3F3;
  border-radius: 8px 8px 0 0;
  padding: 7.5px 19px 7.5px 72px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge .policy-expire-nudge-heading::after {
    content: "";
    background: url(../../images/bu/motor/vehicle-info/vi-plus-icon.svg) no-repeat center/contain;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
  }
  .nudge-container .policy-expire-nudge .policy-expire-nudge-heading.active::after {
    background: url(../../images/bu/motor/vehicle-info/vi-minus-icon.svg) no-repeat center/contain;
  }
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-heading::before {
  content: "";
  background: url(../../images/bu/motor/policy-expired-nudge-img.svg);
  width: 59px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-heading.fifteen-days-left {
  background: #FDF6EB;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-heading.fifteen-days-left::before {
  background: url(../../images/bu/motor/fifteen-day-policy-expire-nudge-img.svg);
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-heading.fifteen-days-left .heading {
  color: #E78B00;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-heading.two-days-left::before {
  background: url(../../images/bu/motor/two-day-policy-expire-nudge-img.svg);
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-heading .heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #FF3030;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-heading .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge .policy-expire-nudge-heading .description {
    font-size: 12px;
  }
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content {
  padding: 0 16px 16px;
}
@media screen and (max-width: 1024px) {
  .nudge-container .policy-expire-nudge .policy-expire-nudge-content {
    display: none;
  }
  .nudge-container .policy-expire-nudge .policy-expire-nudge-content.active {
    display: block;
  }
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #253858;
  text-align: left;
  margin: 20px 0 16px;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details {
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  padding: 12px;
  display: FLEX;
  justify-content: space-between;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div {
  width: 50%;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div.insurer-edit {
  text-align: left;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div img {
  max-width: 117px;
  width: 100%;
  border: 1px solid #DFE1E6;
  border-radius: 6px;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div .change-insurer {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  margin: 7px 0 0;
  position: relative;
  cursor: pointer;
  color: #253858;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div .change-insurer::after {
  content: "";
  background: url(../../images/bu/motor/vehicle-info/vi-edit-icon.svg);
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 0 -1px 5px;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div.premium .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0 0 8px;
  color: #253858;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .insurer-details > div.premium .value {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .tag {
  background: #E3FCEF;
  border-radius: 8px;
  margin: 12px 0;
  color: #00875A;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  padding: 8px 0;
  width: 100%;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .button {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  background: #0065ff;
  border-radius: 8px;
  padding: 14px 0 14px;
  position: relative;
  cursor: pointer;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .button::after {
  content: "";
  background: url(../../images/bu/motor/car-right-arrow-icon.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0 -4px 6px;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .explore-more {
  color: #5E6C84;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  margin: 12px 0 0;
  position: relative;
  cursor: pointer;
}
.nudge-container .policy-expire-nudge .policy-expire-nudge-content .explore-more::after {
  border: solid #5E6C84;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0px 0 1px 5px;
  content: "";
}
.nudge-container .policy-expire-nudge .step-2 {
  height: 318px;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-heading {
  padding: 16px;
  background: #EAF0FB;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: #253858;
  display: FLEX;
  align-items: center;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-heading .back {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-heading .back::before {
  border: solid #253858;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  transition: all 0.2s ease-out;
  margin: 0px 0 1px 5px;
  content: "";
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list {
  overflow-y: scroll;
  height: calc(100% - 52px);
  padding-bottom: 40px;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dfe1e6;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list::-webkit-scrollbar-thumb {
  background: #dfe1e6;
  border-radius: 8px;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list::-webkit-scrollbar-thumb:hover {
  background: #97a0af;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list::after {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.568627451) 59.33%, rgba(255, 255, 255, 0) 100%);
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper {
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 18px;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper:last-child {
  border: 0;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper.selected {
  background: #E7F9EF;
  border-radius: 8px;
  border-color: transparent;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper .input-checkbox {
  height: 18px;
  position: absolute;
  left: 3px;
  top: 2px;
  visibility: hidden;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper label {
  display: flex;
  width: 100%;
  padding: 0 0 0 28px;
  align-items: flex-start;
  color: #5E6C84;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper label .chkbox {
  width: 18px;
  border: 1px solid #5e6c84;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper.selected label {
  color: #253858;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper.selected label .chkbox {
  background: #289E6B;
  border-color: #289E6B;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .input-checkbox-wrapper.selected label .chkbox::before {
  height: 13px;
  background: url(../../images/bu/checked-ico.png) no-repeat center/contain;
  position: absolute;
  display: inline-block;
  background-size: 100%;
  content: "";
  color: transparent !important;
  top: 2px;
  left: 3px;
  width: 11px;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .insurer {
  display: flex;
  align-items: CENTER;
}
.nudge-container .policy-expire-nudge .step-2 .change-insurer-list .insurer img {
  max-width: 54px;
  border-radius: 4px;
  margin: 0 12px 0 0;
}
.nudge-container .download-pb-app {
  max-width: 100%;
  text-align: center;
  margin: 0;
  padding: 2px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #FFF;
  background: linear-gradient(94deg, #1F355A 2.87%, #37367C 66.75%);
  box-shadow: 0px 3px 9px 0px rgba(37, 56, 88, 0.16);
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: CENTER;
  z-index: 100;
}
@media screen and (orientation: landscape) and (max-width: 1180px) and (min-width: 1024px) {
  .nudge-container .download-pb-app {
    right: -185px;
  }
}
@media screen and (max-width: 1024px) {
  .nudge-container .download-pb-app {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    max-width: 100%;
    border-radius: 16px 16px 0px 0px;
    box-shadow: none;
    border: 0;
    padding: 15px;
  }
  .nudge-container .download-pb-app.tw {
    top: auto;
  }
}
@media screen and (max-width: 1024px) {
  .nudge-container .download-pb-app .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.nudge-container .download-pb-app .details {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .nudge-container .download-pb-app .details {
    position: relative;
    padding-left: 32px;
  }
  .nudge-container .download-pb-app .details::before {
    content: "";
    background: url(../../images/bu/motor/vehicle-info/app/download-app-image-mobile.svg);
    width: 34px;
    height: 51px;
    position: absolute;
    bottom: -15px;
    left: -3px;
  }
}
.nudge-container .download-pb-app .details .heading {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.nudge-container .download-pb-app .details .description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.nudge-container .download-pb-app .details .description.hide-desktop {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nudge-container .download-pb-app .details .description.hide-desktop {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .nudge-container .download-pb-app .details .description.hide-mobile {
    display: none;
  }
}
.nudge-container .download-pb-app .download-buttons {
  display: flex;
  align-items: center;
  margin: 7px 0 0;
}
.nudge-container .download-pb-app .download-buttons .button {
  margin-right: 6px;
}
@media screen and (max-width: 1024px) {
  .nudge-container .download-pb-app .download-buttons .button {
    margin-right: 0;
  }
  .nudge-container .download-pb-app .download-buttons .button img {
    max-width: 112px;
    width: 100%;
    height: auto;
  }
}
.nudge-container .download-pb-app .qr-code {
  background: #fff;
  border-radius: 8px;
  padding: 3px;
}
.nudge-container .download-pb-app .qr-code img {
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .nudge-container .download-pb-app .qr-code {
    display: none;
  }
}

.car-prequotes-popup-container .policy-expire-nudge {
  display: none;
}

.chat_icn {
  display: inline-block;
  position: fixed;
  right: 5px;
  bottom: 95px;
  padding: 16px 0 0;
  border-radius: 50%;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #00c5a7;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  z-index: 200;
  width: 70px;
  height: 70px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .chat_icn {
    display: none;
  }
}
.chat_icn::before {
  content: "";
  width: 32px;
  height: 22px;
  background-image: url(../../images/chat-icn@3x.png);
  background-size: 100%;
  display: block;
  margin: 0 auto 2px;
}

.close {
  position: absolute;
  right: 0;
  top: -14px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: #000;
  text-align: center;
  line-height: 25px;
  color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  font-size: 11px;
}

.chatbox {
  position: fixed;
  height: 420px;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid #ccc;
  z-index: 200;
}

.chatbox.newchat {
  padding: 0;
  height: calc(100vh - 130px);
  max-width: 420px;
  border: none;
  background: 0 0;
  width: 99%;
  margin: 0 20px 0 auto;
  border-radius: 10px;
  background: #deebff;
  box-shadow: 0 0 16px rgba(6, 19, 88, 0.2);
  left: 0;
  right: 0;
}

@media (max-width: 568px) {
  .chatbox.newchat {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
  .chatbox.newchat iframe {
    border-radius: 0;
  }
}
.chatNewBox {
  position: relative;
  z-index: 99999 !important;
}

.chatNewBox iframe {
  border-radius: 0;
}

.chatbox iframe {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.chatbox.newchat iframe {
  opacity: 1;
}

.chatbox.newchat .close {
  display: none;
}

.chatbox.newchat iframe {
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 16px #676666;
}

.chatbox iframe {
  border: none;
  width: 400px;
}

.discount-nudge {
  top: 50%;
  background: #aef9c3;
  position: fixed;
  right: -138px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 35px 0 0 35px;
  z-index: 111;
  transition: all ease 0.5s;
}

@media screen and (min-width: 768px) {
  .discount-nudge {
    display: none;
  }
}
.discount-nudge .gif {
  width: 44px;
  height: 32px;
  position: relative;
  padding: 4px 8px 4px 4px;
  margin-right: 8px;
}

.discount-nudge .gif::before {
  background: url(../../images/bu/motor/car-discount-nudge-icon.gif) no-repeat center/contain;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
}

.discount-nudge .content {
  color: #292933;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.06px;
  text-align: left;
  padding-right: 7px;
}

.discount-nudge .content span {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  color: #158a36;
}

.discount-nudge .content span sup {
  font-size: 12px;
  line-height: 12px;
}

.container {
  max-width: 1170px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 1024px) {
  .container {
    margin: 0 auto 0;
    padding: 0 16px;
  }
}
.container.main-content-section {
  margin: 0 auto 90px;
}
@media screen and (max-width: 1024px) {
  .container.main-content-section {
    margin: 0 auto 35px;
    padding: 0 16px;
  }
}

.first-main-heading,
.main-heading,
.top-plan-heading,
.planHeading {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 16px;
  text-align: left;
}
.first-main-heading.center,
.main-heading.center,
.top-plan-heading.center,
.planHeading.center {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .first-main-heading,
  .main-heading,
  .top-plan-heading,
  .planHeading {
    font-size: 24px;
    line-height: 36px;
  }
  .first-main-heading.center,
  .main-heading.center,
  .top-plan-heading.center,
  .planHeading.center {
    text-align: left;
  }
}

.generic-tabs {
  text-align: CENTER;
  margin: 28px 0 0;
}
@media screen and (max-width: 1024px) {
  .generic-tabs {
    margin: 20px 0 0;
    text-align: left;
  }
}
.generic-tabs.blue .generic-tab-nav {
  background: #E4EDFB;
  border: 1px solid #CEDCF3;
}

.generic-tab-nav {
  border-radius: 26px;
  border: 0;
  background: #fff;
  padding: 4px;
  margin-bottom: 28px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  list-style: none;
  border: 1px solid #D7DFEC;
}
.generic-tab-nav .generic-tab-link {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .generic-tab-nav .generic-tab-link {
    font-size: 14px;
    line-height: 24px;
  }
}
.generic-tab-nav .generic-tab-link {
  font-weight: 700;
  color: rgba(37, 56, 88, 0.8);
}
.generic-tab-nav .generic-tab-link.active {
  border-radius: 22px;
  box-shadow: none;
  background: #253858;
  color: #fff;
}
.generic-tab-nav .generic-tab-link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .generic-tab-nav {
    margin: 0 0 24px;
    overflow-x: scroll;
    width: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .generic-tab-nav::-webkit-scrollbar {
    display: none;
  }
}

.generic-tab-content {
  display: none;
}
.generic-tab-content.active {
  display: block;
}

.section-1 .image {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-1 .image {
    max-width: 230px !important;
    margin: 24px auto 0 !important;
  }
}
.section-1 .image .logo {
  position: absolute;
  left: 56px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .section-1 .image .logo {
    left: 0px;
    top: 0;
  }
}
.section-1 .image .logo img {
  max-width: 169px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-1 .image .logo img {
    max-width: 116px;
  }
}
.section-1 .most-trusted {
  display: inline-block;
  background: rgba(255, 240, 179, 0.4);
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #7A869A;
  font-weight: 500;
  color: #FF991F;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
}
.section-1 .most-trusted::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/trsuted-icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
}
@media screen and (max-width: 1024px) {
  .section-1 .most-trusted {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.15px;
    padding: 7px 16px;
    margin: 0 0 16px;
  }
  .section-1 .most-trusted::before {
    width: 16px;
    height: 16px;
  }
}

.section-2 .button-wrapper {
  margin: 0 auto;
}

.section-2-list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
}
.section-2-list .type {
  background: linear-gradient(180deg, #F5F9FF 0%, #E7F0FE 100%);
  width: 22%;
  border-radius: 24px;
  margin: 0 40px 40px 0;
  padding: 32px 16px;
  text-align: center;
}
.section-2-list .type:nth-child(4n) {
  margin-right: 0;
}
.section-2-list .type .value {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-2-list .type .value {
    font-size: 16px;
    line-height: 28px;
  }
}
.section-2-list .type .value {
  margin-top: 12px;
  font-weight: 700;
}
.section-2-list .type .value span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #7A869A;
  font-weight: 700;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-2-list .type {
    margin: 0 24px 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-2-list .type {
    width: 47%;
    margin: 0 16px 16px 0;
    padding: 20px 10px;
  }
  .section-2-list .type:nth-child(2n) {
    margin-right: 0;
  }
  .section-2-list .type .description {
    font-size: 12px;
    line-height: 20px;
  }
  .section-2-list .type .value {
    margin-top: 2px;
  }
  .section-2-list .type .value span {
    font-size: 12px;
    line-height: 20px;
    display: block;
  }
}

.section-3-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section-3-list {
    flex-direction: column;
  }
}
.section-3-list .type {
  width: 31%;
  padding: 24px 20px;
  border: 1px solid #D1D9E6;
  margin: 0 40px 24px 0;
  border-radius: 24px;
  position: relative;
  min-height: 240px;
}
.section-3-list .type::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/section-3-list-vector.svg) no-repeat center/contain;
  width: 100%;
  position: absolute;
  height: 125px;
  right: 0;
  bottom: 0;
}
.section-3-list .type:nth-child(3n) {
  margin-right: 0;
}
.section-3-list .type .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-3-list .type .title {
    font-size: 16px;
    line-height: 28px;
  }
}
.section-3-list .type .title {
  font-weight: 700;
  margin: 0 0 12px;
}
@media screen and (max-width: 1024px) {
  .section-3-list .type::after {
    height: 73px;
  }
}
@media screen and (max-width: 767px) {
  .section-3-list .type {
    width: 100%;
    margin: 0 auto 16px;
    max-width: 320px;
  }
  .section-3-list .type .title {
    margin: 0 0 8px;
  }
  .section-3-list .type::after {
    height: 110px;
  }
  .section-3-list .type:nth-child(3n) {
    margin-right: auto;
  }
}

.types-of-car-insurance-policy-list {
  display: flex;
  counter-reset: number;
}
@media screen and (max-width: 1024px) {
  .types-of-car-insurance-policy-list {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy {
  border: 1px solid #D1D9E6;
  border-radius: 24px;
  width: 31%;
  margin: 0 40px 0 0;
  padding: 24px 20px;
  counter-increment: number;
  position: relative;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy:nth-child(3n) {
  margin-right: 0;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy .number {
  margin: 0 0 20px;
  display: inline-block;
  position: relative;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy .number::before {
  content: counter(number);
  font-weight: 700;
  font-size: 40px;
  line-height: 28px;
  letter-spacing: 0;
  z-index: 2;
  position: relative;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy .number::after {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  border-radius: 50%;
  top: -11px;
  left: -5px;
  z-index: 0;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .types-of-car-insurance-policy-list .type-of-car-insurance-policy .title {
    font-size: 16px;
    line-height: 28px;
  }
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy .title {
  margin: 0 0 12px;
  font-weight: 700;
  min-height: 56px;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy .tag {
  position: absolute;
  top: 32px;
  right: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.15px;
  padding: 6px 16px;
  display: inline-block;
  border-radius: 100px;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.purple {
  background: linear-gradient(180deg, #F5F5FF 0%, rgba(235, 250, 255, 0) 30%);
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.purple .number::before {
  color: #6554C0;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.purple .number::after {
  background: linear-gradient(180deg, #EFEDFF 0%, #BBBBFF 100%);
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.purple .tag {
  background: rgba(234, 230, 255, 0.6);
  color: #6554C0;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.yellow {
  background: linear-gradient(180deg, #FFFDF0 0%, rgba(255, 253, 240, 0) 30%);
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.yellow .number::before {
  color: #DE7F0C;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.yellow .number::after {
  background: linear-gradient(180deg, #FFF8D9 0%, #EFD297 100%);
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.yellow .tag {
  background: rgba(255, 240, 179, 0.4);
  color: #DE7F0C;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.green {
  background: linear-gradient(180deg, #EDFDF4 0%, rgba(237, 253, 244, 0) 30%);
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.green .number::before {
  color: #00875A;
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.green .number::after {
  background: linear-gradient(180deg, #E0F8EB 0%, #ABE4C5 100%);
}
.types-of-car-insurance-policy-list .type-of-car-insurance-policy.green .tag {
  background: #E0F8EB;
  color: #00875A;
}
@media screen and (max-width: 1024px) {
  .types-of-car-insurance-policy-list .type-of-car-insurance-policy {
    width: 100%;
    margin: 0 20px 0 0;
    max-width: 260px;
    flex-shrink: 0;
  }
  .types-of-car-insurance-policy-list .type-of-car-insurance-policy .title {
    margin: 0 0 8px;
  }
  .types-of-car-insurance-policy-list .type-of-car-insurance-policy .tag {
    top: 24px;
    right: 18px;
  }
  .types-of-car-insurance-policy-list .type-of-car-insurance-policy .number {
    margin: 0 0 16px;
  }
}

.car-insurance-calculator-section .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .car-insurance-calculator-section .flex-row {
    flex-direction: column;
  }
}
.car-insurance-calculator-section .flex-row .left {
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .car-insurance-calculator-section .flex-row .left {
    width: 100%;
  }
}
.car-insurance-calculator-section .flex-row .right {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .car-insurance-calculator-section .flex-row .right {
    width: 100%;
    display: none;
  }
}
.car-insurance-calculator-section .flex-row .right .image {
  text-align: center;
}

.covered-not-covered-section {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section {
    flex-direction: column;
  }
}
.covered-not-covered-section > div {
  border: 1px solid #D1D9E6;
  border-radius: 24px;
  padding: 24px 20px;
  width: 46%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section > div {
    width: 100%;
    padding: 20px 16px;
  }
}
.covered-not-covered-section > div .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section > div .heading {
    font-size: 20px;
    line-height: 36px;
  }
}
.covered-not-covered-section > div .heading {
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section > div .heading {
    margin: 0 0 24px;
  }
}
.covered-not-covered-section > div .covered-list > div,
.covered-not-covered-section > div .not-covered-list > div {
  margin: 0 0 28px;
  padding-left: 44px;
  position: relative;
}
.covered-not-covered-section > div .covered-list > div:last-child,
.covered-not-covered-section > div .not-covered-list > div:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section > div .covered-list > div,
  .covered-not-covered-section > div .not-covered-list > div {
    margin: 0 0 20px;
    padding-left: 36px;
  }
}
.covered-not-covered-section > div .covered-list .title,
.covered-not-covered-section > div .not-covered-list .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section > div .covered-list .title,
  .covered-not-covered-section > div .not-covered-list .title {
    font-size: 16px;
    line-height: 28px;
  }
}
.covered-not-covered-section > div .covered-list .title,
.covered-not-covered-section > div .not-covered-list .title {
  font-weight: 700;
  margin: 0 0 2px;
}
.covered-not-covered-section .covered-list-section {
  background: linear-gradient(180deg, #EDFDF4 0%, rgba(237, 253, 244, 0) 30%);
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .covered-list-section {
    margin: 0 0 20px;
  }
}
.covered-not-covered-section .covered-list-section::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/covered-vector.svg) no-repeat center/contain;
  width: 103px;
  height: 128px;
  position: absolute;
  right: 37px;
  top: -16px;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .covered-list-section::after {
    width: 56px;
    height: 69px;
    position: absolute;
    right: 16px;
    top: -10px;
  }
}
.covered-not-covered-section .covered-list-section .covered-list .covered::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/green-bg-check-icon.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .covered-list-section .covered-list .covered::before {
    width: 28px;
    height: 28px;
  }
}
.covered-not-covered-section .not-covered-list-section {
  background: linear-gradient(180deg, #FFF7F5 0%, rgba(255, 247, 245, 0) 30%);
}
.covered-not-covered-section .not-covered-list-section::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/not-covered-vector.svg) no-repeat center/contain;
  width: 74px;
  height: 88px;
  position: absolute;
  right: 9px;
  top: -16px;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .not-covered-list-section::after {
    width: 53px;
    height: 58px;
    position: absolute;
    right: 16px;
    top: -8px;
  }
}
.covered-not-covered-section .not-covered-list-section .not-covered-list .not-covered::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/red-cross-icon.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .covered-not-covered-section .not-covered-list-section .not-covered-list .not-covered::before {
    width: 28px;
    height: 28px;
  }
}

.section-11 .description {
  margin: 0 0 32px;
}
.section-11 .accordion {
  margin: 24px 0;
  counter-reset: number;
}
.section-11 .accordion-item {
  background: #FFFFFF;
  border-radius: 12px;
  margin: 0 0 12px;
  box-shadow: 0px 0px 10px 0px #E5EDFF;
  counter-increment: number;
}
.section-11 .accordion-item .accordion-header {
  padding: 16px 24px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-11 .accordion-item .accordion-header {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-11 .accordion-item .accordion-header {
  color: #253858;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .section-11 .accordion-item .accordion-header {
    border: 2px solid #fff;
    padding: 16px;
  }
}
.section-11 .accordion-item .accordion-header .image {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 16px;
  background: url(../../images/bu/motor/fullwidth/shield-vector.svg) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-11 .accordion-item .accordion-header .image::before {
  content: counter(number);
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-11 .accordion-item .accordion-header .image::before {
    font-size: 20px;
    line-height: 36px;
  }
}
.section-11 .accordion-item .accordion-header .image::before {
  color: #062A84;
}
@media screen and (max-width: 767px) {
  .section-11 .accordion-item .accordion-header .image {
    width: 28px;
    height: 33px;
  }
}
.section-11 .accordion-item .accordion-header .heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 72px);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-11 .accordion-item .accordion-header .heading {
    font-size: 16px;
    line-height: 28px;
  }
}
.section-11 .accordion-item .accordion-header .heading {
  font-weight: 700;
}
.section-11 .accordion-item .accordion-header .heading::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #253858;
  border-bottom: 1.5px solid #253858;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 9px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section-11 .accordion-item .accordion-header .heading {
    width: calc(100% - 44px);
  }
}
.section-11 .accordion-item .accordion-content {
  display: none;
}
.section-11 .accordion-item.active .accordion-header::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.section-11 .accordion-item.active .accordion-content {
  display: block;
  padding: 0px 24px 24px 96px;
}
@media screen and (max-width: 767px) {
  .section-11 .accordion-item.active .accordion-content {
    padding: 16px;
  }
}
.section-11 .accordion-item.active .accordion-content .description {
  margin: 0;
}
.section-11 .accordion-item.active .accordion-content .description.margin-12 {
  margin: 0 0 12px;
}
.section-11 .button-wrapper {
  text-align: center;
}
.section-11 .button {
  background: #0065FF;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  margin: 24px 0 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  cursor: pointer;
}
.section-11 .button .arrow {
  box-shadow: 7px 0px 20px 0px rgba(255, 255, 255, 0.1490196078) inset;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 0 12px;
  position: relative;
}
.section-11 .button .arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #0065FF;
  border-bottom: 1.5px solid #0065FF;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 5px;
}
.section-11 .button:active {
  transition: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-11 .button:active .arrow {
  box-shadow: none;
  background: transparent;
}
.section-11 .button:active .arrow::before {
  display: none;
}
.section-11 .button:active .arrow::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  margin-left: -1px;
  background: transparent;
}
.section-11 .view-more-addons-wrapper {
  text-align: center;
  margin: 24px 0 0;
}
.section-11 .view-more-addons-wrapper .view-more-addons {
  border: 1px solid #0065FF;
  display: inline-flex;
  border-radius: 100px;
  background: #fff;
  padding: 8px 20px;
  color: #0065ff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: center;
  cursor: pointer;
  position: relative;
  align-items: center;
}
.section-11 .view-more-addons-wrapper .view-more-addons::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #0065FF;
  border-bottom: 1.5px solid #0065FF;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
}
.section-11 .view-more-addons-wrapper .view-more-addons.show::after {
  transform: rotate(-135deg);
  margin-bottom: -5px;
}
.section-11.addon-covers-section {
  background: linear-gradient(180deg, #F5F9FF 0%, #D8E7FE 100%);
  padding: 60px 40px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .section-11.addon-covers-section {
    padding: 32px 16px;
    border-radius: 0;
  }
}
.section-11.addon-covers-section.with-example .accordion-item {
  box-shadow: none;
}
.section-11.addon-covers-section.with-example .accordion-item .accordion-header {
  background: #fff;
  border-radius: 16px;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-header {
  border-radius: 12px 12px 0 0;
  background: #F6F8FA;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content {
  padding: 20px 0;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content > .description {
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content > .description {
    padding: 0 16px;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content > .description:last-child {
  margin-bottom: 12px;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section {
  background: linear-gradient(180deg, rgba(55, 83, 242, 0.1) 0%, rgba(255, 255, 255, 0.1) 41.74%);
  border: 1px solid #DADEFD;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  margin: 20px 24px;
  position: relative;
  padding: 0 24px 32px;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section {
    padding: 0 16px 32px;
    margin: 20px 16px;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/car-addons-example-vector.svg) no-repeat center/cover;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section::after {
    height: 7px;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section > .heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section > .heading {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section > .heading {
  font-weight: 700;
  background: url(../../images/bu/motor/fullwidth/car-addons-example-bg.svg) no-repeat center/contain;
  display: inline-block;
  padding: 3px 44px;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section > .heading {
    display: block;
    text-align: CENTER;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .total-cost-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .total-cost-heading {
    font-size: 16px;
    line-height: 28px;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .total-cost-heading {
  margin: 16px 0 0;
  font-weight: 700;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing {
  display: flex;
  align-items: flex-start;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing {
    flex-direction: column;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details {
    width: 100%;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details::before {
    width: 100%;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  padding: 8px 20px 8px 40px;
  border-radius: 100px;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost {
  margin: 20px 0 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost {
    margin: 16px 0 0;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div {
  width: 50%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div {
    width: 100%;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 16px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div::before {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8);
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div .label {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div .cost {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div .cost {
    font-size: 16px;
    line-height: 28px;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div .cost {
  margin: 4px 0 0;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div .detail {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #253858;
  margin: 4px 0 0;
  max-width: 126px;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div .detail {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details .insurer-you-cost > div.insurer-cost::before {
  background: url(../../images/bu/motor/fullwidth/car-addons-insurer-icon.svg) no-repeat center/contain;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.with-addons {
  border-right: 1px dashed #D1DAE7;
  padding-right: 40px;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.with-addons::before {
  background: #D8F6E9;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.with-addons {
    border-right: 0;
    padding-right: 0;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.with-addons .title {
  color: #15945F;
  background: #E6F9F1;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.with-addons .title::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid #15945F;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.with-addons .your-cost::before {
  background: url(../../images/bu/motor/fullwidth/car-addons-happy-icon.svg) no-repeat center/contain;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons {
    border-right: 0;
    padding-left: 0;
    margin: 20px 0 0;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons::before {
  background: #FDF2F2;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons::before {
    left: 0;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons .title {
  color: #E05447;
  background: #FDF5F5;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons .title::before, .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 14px;
  height: 2px;
  background: #E05447;
  border-radius: 3px;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons .title::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons .title::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons .your-cost::before {
  background: url(../../images/bu/motor/fullwidth/car-addons-sad-icon.svg) no-repeat center/contain;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .example-section .costing .details.without-addons .insurer-you-cost .your-cost .detail {
  color: #E05447;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .tips-wrapper {
  background: rgba(254, 219, 65, 0.1215686275);
  padding: 7px 24px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .tips-wrapper {
    padding: 16px;
  }
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .tips-wrapper::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/car-addons-tips-bulb-icon.svg) no-repeat center/contain;
  display: inline-block;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .tips-wrapper p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #253858;
}
.section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .tips-wrapper p span {
  color: #C17907;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin: 0 16px 0 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .accordion-item.active .accordion-content .tips-wrapper p span {
    display: block;
  }
}
.section-11.addon-covers-section.with-example .generic-tabs {
  text-align: left;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .generic-tabs {
    padding: 0 16px;
  }
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons {
  width: 32%;
  margin: 0 17px 24px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons {
    width: 100%;
    margin: 0 0 16px;
  }
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons:nth-child(3n) {
  margin-right: 0;
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons .percentage {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#53C2D4 0deg, #53C2D4 180deg, #53C2D4 180deg, #53C2D4 360deg);
  margin-right: 16px;
  flex-shrink: 0;
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons .percentage::before {
  content: "";
  position: absolute;
  inset: 2px;
  /* border thickness */
  background: linear-gradient(180deg, #E3FBFF 0%, #FFFFFF 100%);
  border-radius: 50%;
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons .percentage.fifty {
  background: conic-gradient(#53C2D4 0deg, #53C2D4 180deg, transparent 180deg, transparent 360deg);
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons .percentage.sixty {
  background: conic-gradient(#53C2D4 0deg, #53C2D4 220deg, transparent 220deg, transparent 360deg);
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons .percentage.seventy {
  background: conic-gradient(#53C2D4 0deg, #53C2D4 260deg, transparent 260deg, transparent 360deg);
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons .percentage span {
  z-index: 1;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #253858;
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons p {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-11.addon-covers-section.with-example .generic-tabs .generic-tab-content .addons-list .addons p span {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
  color: #253858;
  display: block;
  margin: 4px 0 0;
}

.popular-car-brands-section .popular-car-brands-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
@media screen and (max-width: 1024px) {
  .popular-car-brands-section .popular-car-brands-list {
    margin: 20px 0 0;
  }
}
.popular-car-brands-section .popular-car-brands-list .popular-car-brand {
  background: linear-gradient(180deg, #F5F9FF 0%, #E7F0FE 100%);
  padding: 16px;
  border-radius: 16px;
  width: 23%;
  margin: 0 30px 32px 0;
  cursor: pointer;
}
.popular-car-brands-section .popular-car-brands-list .popular-car-brand:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .popular-car-brands-section .popular-car-brands-list .popular-car-brand {
    width: 47%;
    margin: 0 16px 16px 0;
  }
  .popular-car-brands-section .popular-car-brands-list .popular-car-brand:nth-child(2n) {
    margin-right: 0;
  }
}
.popular-car-brands-section .popular-car-brands-list .popular-car-brand .image {
  width: 86px;
  height: 60px;
  background: #fff;
  border-radius: 12px;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular-car-brands-section .popular-car-brands-list .popular-car-brand .image img {
  max-width: 100%;
  height: auto;
}
.popular-car-brands-section .popular-car-brands-list .popular-car-brand .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .popular-car-brands-section .popular-car-brands-list .popular-car-brand .name {
    font-size: 14px;
    line-height: 24px;
  }
}
.popular-car-brands-section .popular-car-brands-list .popular-car-brand .name {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popular-car-brands-section .popular-car-brands-list .popular-car-brand .name::after {
  content: "";
  border: solid #253838;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 -3px;
}

.faq-section {
  text-align: center;
  border: 1px solid #D1D9E6;
  padding: 40px;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .faq-section {
    text-align: left;
    width: calc(100% - 32px);
    margin: 32px auto;
  }
}
.faq-section .faq_tabs_inner {
  border-radius: 26px;
  border: 0;
  background: #fff;
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 28px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  margin: 4px 0 32px;
  border: 1px solid #D7DFEC;
}
@media screen and (max-width: 767px) {
  .faq-section .faq_tabs_inner {
    width: 100%;
    justify-content: flex-start;
    margin: 4px 0 0;
  }
  .faq-section .faq_tabs_inner::-webkit-scrollbar {
    display: none;
  }
}
.faq-section .faq_tabs_inner .tabs_faq {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .faq-section .faq_tabs_inner .tabs_faq {
    font-size: 14px;
    line-height: 24px;
  }
}
.faq-section .faq_tabs_inner .tabs_faq {
  color: rgba(37, 56, 88, 0.8);
  font-weight: 700;
  transition: none;
  margin: 0;
}
.faq-section .faq_tabs_inner .tabs_faq.active {
  border-radius: 22px;
  box-shadow: none;
  background: #253858;
  color: #fff;
}
.faq-section .faq_tabs_inner .tabs_faq.active::after {
  display: none;
}
.faq-section .faq_tabs_inner .tabs_faq:hover::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .faq-section .faq_tabs_inner .tabs_faq {
    flex-shrink: 0;
  }
}
.faq-section .faqsWrap ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.faq-section .faqsWrap ul li {
  padding: 24px 20px;
  background: #fff;
  border-bottom: 1px solid #DFE1E6;
  margin: 8px 0;
}
.faq-section .faqsWrap ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .faq-section .faqsWrap ul li {
    padding: 20px;
  }
}
.faq-section .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}
.faq-section .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.faq-section .faqsWrap ul li li {
  background: none;
}
.faq-section .faqsWrap ul li:before {
  display: none;
}
.faq-section .faqsWrap ul li h2,
.faq-section .faqsWrap ul li h3,
.faq-section .faqsWrap ul li h4,
.faq-section .faqsWrap ul li .h2,
.faq-section .faqsWrap ul li .h3,
.faq-section .faqsWrap ul li .h4,
.faq-section .faqsWrap ul li p {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.faq-section .faqsWrap ul li h2 > a,
.faq-section .faqsWrap ul li h2 > span,
.faq-section .faqsWrap ul li h2 > label,
.faq-section .faqsWrap ul li h3 > a,
.faq-section .faqsWrap ul li h3 > span,
.faq-section .faqsWrap ul li h3 > label,
.faq-section .faqsWrap ul li h4 > a,
.faq-section .faqsWrap ul li h4 > span,
.faq-section .faqsWrap ul li h4 > label,
.faq-section .faqsWrap ul li .h2 > a,
.faq-section .faqsWrap ul li .h2 > span,
.faq-section .faqsWrap ul li .h2 > label,
.faq-section .faqsWrap ul li .h3 > a,
.faq-section .faqsWrap ul li .h3 > span,
.faq-section .faqsWrap ul li .h3 > label,
.faq-section .faqsWrap ul li .h4 > a,
.faq-section .faqsWrap ul li .h4 > span,
.faq-section .faqsWrap ul li .h4 > label,
.faq-section .faqsWrap ul li p > a,
.faq-section .faqsWrap ul li p > span,
.faq-section .faqsWrap ul li p > label {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .faq-section .faqsWrap ul li h2 > a,
  .faq-section .faqsWrap ul li h2 > span,
  .faq-section .faqsWrap ul li h2 > label,
  .faq-section .faqsWrap ul li h3 > a,
  .faq-section .faqsWrap ul li h3 > span,
  .faq-section .faqsWrap ul li h3 > label,
  .faq-section .faqsWrap ul li h4 > a,
  .faq-section .faqsWrap ul li h4 > span,
  .faq-section .faqsWrap ul li h4 > label,
  .faq-section .faqsWrap ul li .h2 > a,
  .faq-section .faqsWrap ul li .h2 > span,
  .faq-section .faqsWrap ul li .h2 > label,
  .faq-section .faqsWrap ul li .h3 > a,
  .faq-section .faqsWrap ul li .h3 > span,
  .faq-section .faqsWrap ul li .h3 > label,
  .faq-section .faqsWrap ul li .h4 > a,
  .faq-section .faqsWrap ul li .h4 > span,
  .faq-section .faqsWrap ul li .h4 > label,
  .faq-section .faqsWrap ul li p > a,
  .faq-section .faqsWrap ul li p > span,
  .faq-section .faqsWrap ul li p > label {
    font-size: 18px;
    line-height: 32px;
  }
}
.faq-section .faqsWrap ul li h2 > a,
.faq-section .faqsWrap ul li h2 > span,
.faq-section .faqsWrap ul li h2 > label,
.faq-section .faqsWrap ul li h3 > a,
.faq-section .faqsWrap ul li h3 > span,
.faq-section .faqsWrap ul li h3 > label,
.faq-section .faqsWrap ul li h4 > a,
.faq-section .faqsWrap ul li h4 > span,
.faq-section .faqsWrap ul li h4 > label,
.faq-section .faqsWrap ul li .h2 > a,
.faq-section .faqsWrap ul li .h2 > span,
.faq-section .faqsWrap ul li .h2 > label,
.faq-section .faqsWrap ul li .h3 > a,
.faq-section .faqsWrap ul li .h3 > span,
.faq-section .faqsWrap ul li .h3 > label,
.faq-section .faqsWrap ul li .h4 > a,
.faq-section .faqsWrap ul li .h4 > span,
.faq-section .faqsWrap ul li .h4 > label,
.faq-section .faqsWrap ul li p > a,
.faq-section .faqsWrap ul li p > span,
.faq-section .faqsWrap ul li p > label {
  letter-spacing: 0;
}
.faq-section .faqsWrap ul li h2 > a:hover,
.faq-section .faqsWrap ul li h2 > span:hover,
.faq-section .faqsWrap ul li h2 > label:hover,
.faq-section .faqsWrap ul li h3 > a:hover,
.faq-section .faqsWrap ul li h3 > span:hover,
.faq-section .faqsWrap ul li h3 > label:hover,
.faq-section .faqsWrap ul li h4 > a:hover,
.faq-section .faqsWrap ul li h4 > span:hover,
.faq-section .faqsWrap ul li h4 > label:hover,
.faq-section .faqsWrap ul li .h2 > a:hover,
.faq-section .faqsWrap ul li .h2 > span:hover,
.faq-section .faqsWrap ul li .h2 > label:hover,
.faq-section .faqsWrap ul li .h3 > a:hover,
.faq-section .faqsWrap ul li .h3 > span:hover,
.faq-section .faqsWrap ul li .h3 > label:hover,
.faq-section .faqsWrap ul li .h4 > a:hover,
.faq-section .faqsWrap ul li .h4 > span:hover,
.faq-section .faqsWrap ul li .h4 > label:hover,
.faq-section .faqsWrap ul li p > a:hover,
.faq-section .faqsWrap ul li p > span:hover,
.faq-section .faqsWrap ul li p > label:hover {
  color: #253858;
}
.faq-section .faqsWrap ul li h2 > a:after,
.faq-section .faqsWrap ul li h2 > span:after,
.faq-section .faqsWrap ul li h2 > label:after,
.faq-section .faqsWrap ul li h3 > a:after,
.faq-section .faqsWrap ul li h3 > span:after,
.faq-section .faqsWrap ul li h3 > label:after,
.faq-section .faqsWrap ul li h4 > a:after,
.faq-section .faqsWrap ul li h4 > span:after,
.faq-section .faqsWrap ul li h4 > label:after,
.faq-section .faqsWrap ul li .h2 > a:after,
.faq-section .faqsWrap ul li .h2 > span:after,
.faq-section .faqsWrap ul li .h2 > label:after,
.faq-section .faqsWrap ul li .h3 > a:after,
.faq-section .faqsWrap ul li .h3 > span:after,
.faq-section .faqsWrap ul li .h3 > label:after,
.faq-section .faqsWrap ul li .h4 > a:after,
.faq-section .faqsWrap ul li .h4 > span:after,
.faq-section .faqsWrap ul li .h4 > label:after,
.faq-section .faqsWrap ul li p > a:after,
.faq-section .faqsWrap ul li p > span:after,
.faq-section .faqsWrap ul li p > label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #253858;
  border-bottom: 1.5px solid #253858;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
  position: absolute;
  top: 10px;
  right: 12px;
}
@media screen and (max-width: 1024px) {
  .faq-section .faqsWrap ul li h2 > a,
  .faq-section .faqsWrap ul li h2 > span,
  .faq-section .faqsWrap ul li h2 > label,
  .faq-section .faqsWrap ul li h3 > a,
  .faq-section .faqsWrap ul li h3 > span,
  .faq-section .faqsWrap ul li h3 > label,
  .faq-section .faqsWrap ul li h4 > a,
  .faq-section .faqsWrap ul li h4 > span,
  .faq-section .faqsWrap ul li h4 > label,
  .faq-section .faqsWrap ul li .h2 > a,
  .faq-section .faqsWrap ul li .h2 > span,
  .faq-section .faqsWrap ul li .h2 > label,
  .faq-section .faqsWrap ul li .h3 > a,
  .faq-section .faqsWrap ul li .h3 > span,
  .faq-section .faqsWrap ul li .h3 > label,
  .faq-section .faqsWrap ul li .h4 > a,
  .faq-section .faqsWrap ul li .h4 > span,
  .faq-section .faqsWrap ul li .h4 > label,
  .faq-section .faqsWrap ul li p > a,
  .faq-section .faqsWrap ul li p > span,
  .faq-section .faqsWrap ul li p > label {
    padding: 0px 20px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  .faq-section .faqsWrap ul li h2 > a::after,
  .faq-section .faqsWrap ul li h2 > span::after,
  .faq-section .faqsWrap ul li h2 > label::after,
  .faq-section .faqsWrap ul li h3 > a::after,
  .faq-section .faqsWrap ul li h3 > span::after,
  .faq-section .faqsWrap ul li h3 > label::after,
  .faq-section .faqsWrap ul li h4 > a::after,
  .faq-section .faqsWrap ul li h4 > span::after,
  .faq-section .faqsWrap ul li h4 > label::after,
  .faq-section .faqsWrap ul li .h2 > a::after,
  .faq-section .faqsWrap ul li .h2 > span::after,
  .faq-section .faqsWrap ul li .h2 > label::after,
  .faq-section .faqsWrap ul li .h3 > a::after,
  .faq-section .faqsWrap ul li .h3 > span::after,
  .faq-section .faqsWrap ul li .h3 > label::after,
  .faq-section .faqsWrap ul li .h4 > a::after,
  .faq-section .faqsWrap ul li .h4 > span::after,
  .faq-section .faqsWrap ul li .h4 > label::after,
  .faq-section .faqsWrap ul li p > a::after,
  .faq-section .faqsWrap ul li p > span::after,
  .faq-section .faqsWrap ul li p > label::after {
    right: 0;
  }
}
.faq-section .faqsWrap ul li h2 > a[flag=up],
.faq-section .faqsWrap ul li h2 > span[flag=up],
.faq-section .faqsWrap ul li h2 > label[flag=up],
.faq-section .faqsWrap ul li h3 > a[flag=up],
.faq-section .faqsWrap ul li h3 > span[flag=up],
.faq-section .faqsWrap ul li h3 > label[flag=up],
.faq-section .faqsWrap ul li h4 > a[flag=up],
.faq-section .faqsWrap ul li h4 > span[flag=up],
.faq-section .faqsWrap ul li h4 > label[flag=up],
.faq-section .faqsWrap ul li .h2 > a[flag=up],
.faq-section .faqsWrap ul li .h2 > span[flag=up],
.faq-section .faqsWrap ul li .h2 > label[flag=up],
.faq-section .faqsWrap ul li .h3 > a[flag=up],
.faq-section .faqsWrap ul li .h3 > span[flag=up],
.faq-section .faqsWrap ul li .h3 > label[flag=up],
.faq-section .faqsWrap ul li .h4 > a[flag=up],
.faq-section .faqsWrap ul li .h4 > span[flag=up],
.faq-section .faqsWrap ul li .h4 > label[flag=up],
.faq-section .faqsWrap ul li p > a[flag=up],
.faq-section .faqsWrap ul li p > span[flag=up],
.faq-section .faqsWrap ul li p > label[flag=up] {
  padding-bottom: 20px;
  color: #0065ff;
}
.faq-section .faqsWrap ul li h2 > a[flag=up]::after,
.faq-section .faqsWrap ul li h2 > span[flag=up]::after,
.faq-section .faqsWrap ul li h2 > label[flag=up]::after,
.faq-section .faqsWrap ul li h3 > a[flag=up]::after,
.faq-section .faqsWrap ul li h3 > span[flag=up]::after,
.faq-section .faqsWrap ul li h3 > label[flag=up]::after,
.faq-section .faqsWrap ul li h4 > a[flag=up]::after,
.faq-section .faqsWrap ul li h4 > span[flag=up]::after,
.faq-section .faqsWrap ul li h4 > label[flag=up]::after,
.faq-section .faqsWrap ul li .h2 > a[flag=up]::after,
.faq-section .faqsWrap ul li .h2 > span[flag=up]::after,
.faq-section .faqsWrap ul li .h2 > label[flag=up]::after,
.faq-section .faqsWrap ul li .h3 > a[flag=up]::after,
.faq-section .faqsWrap ul li .h3 > span[flag=up]::after,
.faq-section .faqsWrap ul li .h3 > label[flag=up]::after,
.faq-section .faqsWrap ul li .h4 > a[flag=up]::after,
.faq-section .faqsWrap ul li .h4 > span[flag=up]::after,
.faq-section .faqsWrap ul li .h4 > label[flag=up]::after,
.faq-section .faqsWrap ul li p > a[flag=up]::after,
.faq-section .faqsWrap ul li p > span[flag=up]::after,
.faq-section .faqsWrap ul li p > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 14px;
}
@media screen and (max-width: 1024px) {
  .faq-section .faqsWrap ul li h2 > a[flag=up],
  .faq-section .faqsWrap ul li h2 > span[flag=up],
  .faq-section .faqsWrap ul li h2 > label[flag=up],
  .faq-section .faqsWrap ul li h3 > a[flag=up],
  .faq-section .faqsWrap ul li h3 > span[flag=up],
  .faq-section .faqsWrap ul li h3 > label[flag=up],
  .faq-section .faqsWrap ul li h4 > a[flag=up],
  .faq-section .faqsWrap ul li h4 > span[flag=up],
  .faq-section .faqsWrap ul li h4 > label[flag=up],
  .faq-section .faqsWrap ul li .h2 > a[flag=up],
  .faq-section .faqsWrap ul li .h2 > span[flag=up],
  .faq-section .faqsWrap ul li .h2 > label[flag=up],
  .faq-section .faqsWrap ul li .h3 > a[flag=up],
  .faq-section .faqsWrap ul li .h3 > span[flag=up],
  .faq-section .faqsWrap ul li .h3 > label[flag=up],
  .faq-section .faqsWrap ul li .h4 > a[flag=up],
  .faq-section .faqsWrap ul li .h4 > span[flag=up],
  .faq-section .faqsWrap ul li .h4 > label[flag=up],
  .faq-section .faqsWrap ul li p > a[flag=up],
  .faq-section .faqsWrap ul li p > span[flag=up],
  .faq-section .faqsWrap ul li p > label[flag=up] {
    padding: 0px 16px 0 0;
  }
}
.faq-section .faqsWrap ul li h2 + div,
.faq-section .faqsWrap ul li h3 + div,
.faq-section .faqsWrap ul li h4 + div,
.faq-section .faqsWrap ul li .h2 + div,
.faq-section .faqsWrap ul li .h3 + div,
.faq-section .faqsWrap ul li .h4 + div,
.faq-section .faqsWrap ul li p + div {
  padding: 0;
  margin-top: 0;
  display: none;
  padding: 0px 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .faq-section .faqsWrap ul li h2 + div,
  .faq-section .faqsWrap ul li h3 + div,
  .faq-section .faqsWrap ul li h4 + div,
  .faq-section .faqsWrap ul li .h2 + div,
  .faq-section .faqsWrap ul li .h3 + div,
  .faq-section .faqsWrap ul li .h4 + div,
  .faq-section .faqsWrap ul li p + div {
    font-size: 14px;
    line-height: 24px;
  }
}
.faq-section .faqsWrap ul li h2 + div,
.faq-section .faqsWrap ul li h3 + div,
.faq-section .faqsWrap ul li h4 + div,
.faq-section .faqsWrap ul li .h2 + div,
.faq-section .faqsWrap ul li .h3 + div,
.faq-section .faqsWrap ul li .h4 + div,
.faq-section .faqsWrap ul li p + div {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .faq-section .faqsWrap ul li h2 + div,
  .faq-section .faqsWrap ul li h3 + div,
  .faq-section .faqsWrap ul li h4 + div,
  .faq-section .faqsWrap ul li .h2 + div,
  .faq-section .faqsWrap ul li .h3 + div,
  .faq-section .faqsWrap ul li .h4 + div,
  .faq-section .faqsWrap ul li p + div {
    padding: 16px 0 0;
  }
}
.faq-section .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.faq-section .faqsWrap ul .data_ul li {
  padding: 0 0px 0 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .faq-section .faqsWrap ul .data_ul li {
    font-size: 18px;
    line-height: 32px;
  }
}
.faq-section .faqsWrap ul .data_ul li {
  margin: 0px 0 15px 13px;
  position: relative;
  list-style: none;
}
.faq-section .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0px !important;
}
.faq-section .faqsWrap ul .data_ul li:before {
  content: none;
}
.faq-section .faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.faq-section .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.faq-section .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .faq-section .faqsWrap ul .data_ol li {
    font-size: 18px;
    line-height: 32px;
  }
}
.faq-section .faqsWrap ul .data_ol li {
  margin: 5px 0 15px 13px;
  position: relative;
}

.makemodel-gridwidget {
  background: linear-gradient(180deg, #F5F9FF 0%, #D8E7FE 100%);
  border-radius: 24px;
  padding: 60px 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .makemodel-gridwidget {
    border-radius: 0;
    padding: 40px 16px;
  }
}
.makemodel-gridwidget .flexlist {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 24px 0 0;
}
@media screen and (max-width: 1024px) {
  .makemodel-gridwidget .flexlist {
    margin: 24px 0 0;
  }
}
.makemodel-gridwidget .flexlist li {
  background: #fff;
  border-radius: 12px;
  width: 23.3%;
  margin: 0 24px 24px 0;
  display: flex;
  align-items: center;
}
.makemodel-gridwidget .flexlist li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .makemodel-gridwidget .flexlist li {
    width: 47%;
    margin: 0 16px 16px 0;
  }
  .makemodel-gridwidget .flexlist li:nth-child(4n) {
    margin-right: 16px;
  }
  .makemodel-gridwidget .flexlist li:nth-child(2n) {
    margin-right: 0;
  }
}
.makemodel-gridwidget .flexlist li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #253858;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.makemodel-gridwidget .flexlist li a::after {
  content: "";
  background: url(../../images/bu/motor/fullwidth/explore-more-icon.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .makemodel-gridwidget .flexlist li a {
    font-size: 12px;
    line-height: 18px;
    padding: 12px;
  }
  .makemodel-gridwidget .flexlist li a::after {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }
}
.makemodel-gridwidget .link {
  text-align: center;
}
.makemodel-gridwidget .link button {
  border: 1px solid #0065FF;
  display: inline-flex;
  border-radius: 100px;
  background: #fff;
  padding: 1px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .makemodel-gridwidget .link button {
    font-size: 14px;
    line-height: 24px;
  }
}
.makemodel-gridwidget .link button {
  color: #0065ff;
  text-align: center;
  cursor: pointer;
  position: relative;
  align-items: center;
  box-shadow: 0px 2px 0px 0px #0065FF;
}
.makemodel-gridwidget .link button::after {
  display: inline-block;
  content: "↓";
  font-size: 16px;
  line-height: 24px;
  margin-left: 6px;
  margin-top: 2px;
}
.makemodel-gridwidget .link button.active::after {
  transform: rotate(-180deg);
}

.section-18 {
  background: #F0F6FF;
  border-radius: 24px;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .section-18 {
    border-radius: 0;
  }
}
.section-18 .main-heading {
  margin: 24px 0 0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-18 .main-heading {
    text-align: center;
  }
  .section-18 .main-heading span {
    display: block;
  }
}
.section-18 .box {
  position: relative;
  text-align: center;
}
.section-18 .section-18-list {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 40px 0;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list {
    padding-inline: 0;
  }
}
.section-18 .section-18-list .type {
  box-shadow: 0px 4px 16px 0px rgba(37, 56, 88, 0.2);
  background: #fff;
  border-radius: 16px;
  width: 23%;
  margin: 0 24px 50px 0;
  padding: 0 16px 24px;
  cursor: pointer;
}
.section-18 .section-18-list .type:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type {
    width: 47%;
    margin: 0 16px 58px 0;
  }
  .section-18 .section-18-list .type:nth-child(2n) {
    margin-right: 0;
  }
}
.section-18 .section-18-list .type .image {
  width: 48px;
  height: 48px;
  margin: -24px 0 16px;
}
.section-18 .section-18-list .type .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-18 .section-18-list .type .content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .content .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.section-18 .section-18-list .type .content .text {
  text-align: left;
  font-weight: 500;
  color: #253858;
}
.section-18 .section-18-list .type .content .arrow {
  background: url(../../images/bu/motor/fullwidth/right-arrow.svg) no-repeat center/contain;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-left: 12px;
}
@media screen and (max-width: 1024px) {
  .section-18 .section-18-list .type .content {
    flex-direction: column;
    align-items: flex-start;
    height: calc(100% - 36px);
  }
  .section-18 .section-18-list .type .content .arrow {
    margin: 8px 0 0;
  }
}
.section-18 .toggle-content-wrapper {
  text-align: center;
}

.stickFooter_info:has(.open-nudge-button) {
  bottom: 85px;
  width: auto;
  z-index: 999;
  background: transparent !important;
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .stickFooter_info:has(.open-nudge-button) {
    width: 100%;
    bottom: 0;
  }
}
.stickFooter_info .open-nudge-button {
  width: auto;
  background: #253858;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  padding: 4px 12px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: CENTER;
  margin: 0 16px 0 0;
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
}
.stickFooter_info .open-nudge-button::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/tp-desktop-sticky-footer-icon.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .stickFooter_info .open-nudge-button {
    display: none;
  }
}
.stickFooter_info .open-nudge-button .arrow {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 8px;
  position: relative;
}
.stickFooter_info .open-nudge-button .arrow::after {
  content: "";
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  padding: 3px;
  transform: rotate(-45deg);
  margin: 0;
  position: absolute;
  left: 33%;
  top: 38%;
}

.nudge {
  position: fixed;
  right: 20px;
  bottom: 85px;
  width: 514px;
  background: #253858;
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 16px;
  z-index: 1000;
  box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 0.6);
}
.nudge.hidden {
  display: none;
}

.nudge-content .heading {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.nudge-content .heading span {
  font-weight: 700;
}
.nudge-content .heading span sup {
  font-size: 12px;
}
.nudge-content .description {
  position: relative;
  margin: 22px 0 23px auto;
  width: 88%;
}
.nudge-content .description::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/tp-desktop-sticky-footer-icon.svg) no-repeat center/contain;
  width: 61px;
  height: 63px;
  position: absolute;
  left: -42px;
  bottom: 0;
}
.nudge-content .hi-text-slider-desktop {
  overflow: hidden;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 6px 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  padding-left: 42px;
  display: flex;
  border-radius: 100px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .slide-up {
  animation: slideUp ease forwards 1.2s;
  display: flex;
  align-items: CENTER;
  justify-content: flex-start;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .slide-up sup {
  font-size: 9px;
  line-height: 9px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop span {
  font-weight: 700;
  padding: 0 4px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon {
  width: 18px;
  height: 18px;
  margin: 0 6px;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-1 {
  background: url(../../images/bu/motor/fullwidth/tp-desktop-sticky-footer-pointer-icon-1.svg) no-repeat center/contain;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-2 {
  background: url(../../images/bu/home-insurance/hi-free-addon-whie-icon.svg) no-repeat center/contain;
}
.nudge-content .hi-text-slider-desktop .hi-text-slide-desktop .icon.icon-3 {
  background: url(../../images/bu/home-insurance/hi-discounted-plans-white-icon.svg) no-repeat center/contain;
}

.nudge-form {
  display: FLEX;
  align-items: center;
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  justify-content: space-between;
}
.nudge-form .input-wrapper {
  display: FLEX;
  align-items: CENTER;
  width: 68%;
}
.nudge-form input {
  padding: 8px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 0;
  color: #5E6C84;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.016em;
  width: 100%;
}
.nudge-form input::-webkit-input-placeholder {
  color: #5E6C84;
}
.nudge-form .fieldWrapper {
  position: relative;
  width: 100%;
}
.nudge-form .err {
  font-size: 10px;
  color: red;
  text-align: left;
  padding-left: 11px;
  position: absolute;
  bottom: -4px;
}
.nudge-form button {
  width: 29%;
  padding: 14px;
  background: #FF5630;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.nudge-form .loading {
  width: 29%;
  padding: 14px;
  background: #FF5630;
  color: white;
  border: none;
  position: relative;
  height: 48px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  display: none;
}
.nudge-form .loading::after {
  width: 25px;
  height: 25px;
  right: 53px;
  top: 12px;
}

.nudge .close {
  position: absolute;
  top: -44px;
  right: 0;
  cursor: pointer;
  font-size: 20px;
  background: rgba(23, 28, 64, 0.1019607843);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #253858;
  line-height: 29px;
  opacity: 1;
}

.box-with-number-list {
  display: flex;
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  .box-with-number-list {
    flex-direction: column;
  }
}
.box-with-number-list .box-with-number {
  width: 23%;
  margin: 0 40px 0 0;
  counter-increment: number;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .box-with-number-list .box-with-number {
    width: 100%;
    margin: 0 0 24px;
    flex-direction: row;
  }
  .box-with-number-list .box-with-number:last-child {
    margin: 0;
  }
}
.box-with-number-list .box-with-number .number {
  margin: 0 0 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-with-number-list .box-with-number .number {
    margin: 0 16px 0 0;
  }
}
.box-with-number-list .box-with-number .number::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 101, 255, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .box-with-number-list .box-with-number .number::after {
    content: "";
    background: linear-gradient(179deg, rgba(0, 101, 255, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.box-with-number-list .box-with-number .number::before {
  content: counter(number);
  background: linear-gradient(180deg, #E4F0FF 0%, #A1C9FE 100%);
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .box-with-number-list .box-with-number .number::before {
    font-size: 20px;
    line-height: 36px;
  }
}
.box-with-number-list .box-with-number .number::before {
  color: #062A84;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-with-number-list .box-with-number .number::before {
    width: 44px;
    height: 44px;
  }
}
.box-with-number-list .box-with-number .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .box-with-number-list .box-with-number .title {
    font-size: 16px;
    line-height: 28px;
  }
}
.box-with-number-list .box-with-number .title {
  font-weight: 700;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .box-with-number-list .box-with-number .title {
    margin: 0 0 8px;
  }
}

.make-model-section .make-model-slider-widget .slider-tab-wrap {
  border-radius: 26px;
  border: 0;
  background: #fff;
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 28px;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  border: 1px solid #D7DFEC;
}
.make-model-section .make-model-slider-widget .slider-tab-wrap .tab {
  flex: 0 0 20%;
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .make-model-section .make-model-slider-widget .slider-tab-wrap .tab {
    font-size: 14px;
    line-height: 24px;
  }
}
.make-model-section .make-model-slider-widget .slider-tab-wrap .tab {
  font-weight: 700;
  letter-spacing: 0;
}
.make-model-section .make-model-slider-widget .slider-tab-wrap .tab.active {
  border-radius: 22px;
  box-shadow: none;
  background: #253858;
  color: #fff;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider {
  display: none;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider.active {
  display: flex;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .slider-item {
  box-shadow: 0px 0px 10px 0px rgba(229, 237, 255, 0.6);
  border: 1px solid #F1F6FF;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  margin: 0 28px 0 0;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .slider-item .imgblock {
  background: rgba(155, 160, 217, 0.1019607843);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .slider-item .imgblock img {
  max-width: 175px;
  min-height: 105px;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .slider-item .textblock a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #253858;
}
@media screen and (max-width: 1024px) {
  .make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .slider-item .textblock a {
    font-size: 14px;
    line-height: 24px;
  }
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .slider-item .textblock a span {
  font-weight: 600;
  color: #253858;
  display: block;
  margin: 0 0 8px;
  min-height: 56px;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .slider-item .viewquotes {
  background: #0065ff;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  cursor: pointer;
  margin: 24px 0 0;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .arrows {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 96;
  left: -20px;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .arrows.right {
  left: auto;
  right: -20px;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .arrows .arrow-left,
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .arrows .arrow-right {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  box-shadow: none;
  background: #DEEBFF;
  width: 34px;
  height: 34px;
  border: 2px solid #FFFFFF;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .arrows .arrow-left i,
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .arrows .arrow-right i {
  border: solid rgba(37, 56, 88, 0.4);
  padding: 4px;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .arrows .arrow-left i {
  border-width: 0 0 1.5px 1.5px;
}
.make-model-section .make-model-slider-widget .slider-content-wrap .make-model-widget-wrapper-slider .arrows .arrow-right i {
  border-width: 1.5px 1.5px 0 0;
  margin-left: -2px;
}

.car-insurance-articles-new-layout.with-blue-bg {
  margin: 0 0 56px;
}
@media screen and (max-width: 1024px) {
  .car-insurance-articles-new-layout {
    padding: 40px 0 40px 16px;
  }
  .car-insurance-articles-new-layout .section-grid {
    background: transparent;
  }
}
.car-insurance-articles-new-layout .product-article-wrapper {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .car-insurance-articles-new-layout .product-article-wrapper {
    padding-inline: 16px;
  }
}
.car-insurance-articles-new-layout .product-article-wrapper .ribbon {
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 28px;
  text-align: left;
}
.car-insurance-articles-new-layout .product-article-wrapper .acc-tab {
  border-radius: 26px;
  border: 0;
  background: #e2ebff;
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 28px;
  display: inline-flex;
  overflow: auto;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: CENTER;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .car-insurance-articles-new-layout .product-article-wrapper .acc-tab {
    width: auto;
  }
}
.car-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item {
  max-width: none;
  padding: 8px 20px;
  text-align: center;
  color: rgba(32, 57, 100, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  transition: none;
  margin: 0;
}
.car-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item.active {
  border-radius: 22px;
  box-shadow: none;
  background: linear-gradient(90deg, #456190 0%, #3963A8 100%);
  color: #fff;
}
.car-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item.active::after {
  display: none;
}
.car-insurance-articles-new-layout .product-article-wrapper .acc-tab .pointers-item:hover::after {
  display: none;
}
.car-insurance-articles-new-layout .product-article-wrapper .pcard {
  box-shadow: 0px 0px 10px 0px rgba(229, 237, 255, 0.6);
  border-radius: 12px;
  padding: 12px;
}
.car-insurance-articles-new-layout .product-article-wrapper .pcard .related-img {
  border-radius: 12px;
}
.car-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper {
  padding: 12px 0px 0;
}
.car-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .publish-data {
  font-size: 12px;
  line-height: 15px;
  top: auto;
  left: auto;
  color: #8A8A8A;
}
.car-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .publish-data::before {
  display: none;
}
.car-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .readmore {
  font-weight: 500;
}
.car-insurance-articles-new-layout .product-article-wrapper .pcard .content-wrapper .pbdate .readmore .arrow {
  display: none;
}
.car-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left,
.car-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.5019607843);
  width: 40px;
  height: 40px;
  border: 0;
}
.car-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left i,
.car-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right i {
  border: solid #fff;
  padding: 5px;
}
.car-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left {
  left: -20px;
}
.car-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-left i {
  border-width: 0 0 1.5px 1.5px;
}
.car-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right {
  right: -1135px;
}
.car-insurance-articles-new-layout .product-article-wrapper .arrows.style-1 .arrow-right i {
  border-width: 1.5px 1.5px 0 0;
  margin-left: -2px;
}

.car-insurance-review-new-layout {
  padding: 45px 0;
  margin: 0;
  background: url(../../images/bu/motor/fullwidth/car-review-new-layout-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .car-insurance-review-new-layout {
    padding: 35px 0 35px 16px;
    margin: 0;
  }
  .car-insurance-review-new-layout #reviewslide {
    background: transparent !important;
  }
}
.car-insurance-review-new-layout #reviewslide .plan-reviewright .rate-it-now a.button {
  width: fit-content;
  padding-block: 4px;
  box-shadow: none;
}
.car-insurance-review-new-layout #reviewslide .plan-reviewright .rate-it-now a.button::after {
  font-size: 16px;
}
.car-insurance-review-new-layout .product-article-wrapper {
  padding: 0;
}
.car-insurance-review-new-layout .product-article-wrapper .headingWrapper {
  margin: 0 auto 79px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .car-insurance-review-new-layout .product-article-wrapper .headingWrapper {
    text-align: left;
    margin: 0 auto 32px;
  }
}
.car-insurance-review-new-layout .product-article-wrapper .headingWrapper .h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0;
  color: #253858;
  margin: 0 0 16px;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .car-insurance-review-new-layout .product-article-wrapper .headingWrapper .h3 {
    text-align: left;
    margin: 0 0 8px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
.car-insurance-review-new-layout .product-article-wrapper .headingWrapper .total_reviewCount .nowshowing {
  float: none !important;
}
.car-insurance-review-new-layout .product-article-wrapper .reviewitemlist {
  border-radius: 12px;
}

.health-insurance-companies-box {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  background: linear-gradient(180deg, #F5F9FF 0%, #D8E7FE 100%);
  border-radius: 24px;
  padding: 60px 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .health-insurance-companies-box {
    padding: 26px 0 35px;
    border-radius: 0;
  }
}
.health-insurance-companies-box .heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0;
  color: #253858;
  text-align: left;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .health-insurance-companies-box .heading {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin: 0 16px 18px;
  }
  .health-insurance-companies-box .heading::after {
    left: 0;
    transform: none;
    right: auto;
  }
}
.health-insurance-companies-box .health-insurance-companies-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .health-insurance-companies-box .health-insurance-companies-list {
    width: 100%;
    justify-content: space-between;
    padding: 0 16px;
  }
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
  max-width: 23%;
  box-shadow: 0px 6px 16px 0px rgba(37, 56, 88, 0.1215686275);
  height: 128px;
  background: #fff;
  border-radius: 8px;
  margin-right: 28px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: CENTER;
  justify-content: flex-start;
  padding: 12px 6px;
  width: 100%;
  cursor: pointer;
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
    max-width: 31%;
  }
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(4n) {
    margin-right: 18px;
  }
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
    max-width: 30%;
    margin-right: 14px;
    height: 115px;
  }
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image {
  max-width: 112px;
  height: 56px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image {
    max-width: 80px;
    height: 40px;
  }
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name,
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company a {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #505F79;
}
@media screen and (max-width: 767px) {
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name,
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company a {
    font-size: 12px;
    line-height: 16px !important;
  }
}
.health-insurance-companies-box .health-insurance-companies-list .more-content {
  display: none;
}
.health-insurance-companies-box .health-insurance-companies-list .more-content.show {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.health-insurance-companies-box .health-insurers-view-more {
  max-width: 200px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #0065ff;
  text-align: center;
  cursor: pointer;
  position: relative;
  align-items: center;
  box-shadow: 0px 2px 0px 0px #0065FF;
  border: 1px solid #0065FF;
  display: inline-flex;
  border-radius: 100px;
  background: #fff;
  padding: 1px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  justify-content: center;
}
.health-insurance-companies-box .health-insurers-view-more::after {
  transition: all 0.2s ease-out;
  display: inline-block;
  content: "↓";
  font-size: 16px;
  line-height: 24px;
  margin-left: 6px;
  margin-top: 2px;
}
.health-insurance-companies-box .health-insurers-view-more.show::after {
  transform: rotate(-180deg);
}
@media screen and (max-width: 1024px) {
  .health-insurance-companies-box .health-insurers-view-more {
    font-size: 14px;
    line-height: 24px;
  }
}

.disclaimerFor_insurer {
  max-width: 1170px;
  margin: 12px auto 60px;
  background: transparent;
  padding: 0 0px 20px;
}
@media screen and (max-width: 767px) {
  .disclaimerFor_insurer {
    padding: 0 16px 0;
    margin: 12px auto 32px;
  }
}