@charset "UTF-8";
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: 7px;
}

.popupWrap .blackOverlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.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: 101;
}

.popupWrap .popupBox .popupCont {
  background: #fff;
  max-width: 582px;
  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: #b3bac5;
  font-size: 18px !important;
}

.rightContent input#carRegistrationNumber:-ms-input-placeholder {
  color: #b3bac5;
  font-size: 18px !important;
}

.rightContent input#carRegistrationNumber::placeholder {
  color: #b3bac5;
  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);
  }
}
.showForm {
  background: url(../../images/bu/motor/car-top-fold-bg-image.png) no-repeat center/cover;
  position: relative;
  min-height: 425px;
}
@media screen and (min-width: 1025px) {
  .showForm:has(.car-calulator.challan) .explore-vehicle-details-widget {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .showForm {
    background: url(../../images/bu/motor/car-top-fold-mobile-bg-image.png) no-repeat center/cover, #f9f9ff;
  }
}
.showForm > .block_content_wrapper_firstfold {
  display: none;
}

.showForm .disForm {
  width: 1170px;
  margin: 0 auto;
  padding: 24px 0 30px;
  width: 100%;
}

.showForm .disForm #frmCar,
.showForm .disForm .carCj_form {
  width: 100%;
  display: flex;
  justify-content: center;
}

.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;
  border-radius: 8px;
  display: block;
  padding: 13px 13px 14px;
  border: 0;
}

@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: 48px;
}

@media screen and (max-width: 767px) {
  .showForm .disForm .proceed {
    height: 51px;
  }
}
.showForm .disForm .inverse {
  background: #fff !important;
  color: #0065ff !important;
  border: 1px solid #0065ff;
  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 .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;
}

.rightSection .trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.rightSection .trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.rightSection .trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .rightSection .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.rightSection .trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .rightSection .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .rightSection .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.rightSection .trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7a869a;
  opacity: 0.6 !important;
  background: #7a869a;
  border-radius: 100%;
}

.rightSection .trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}

.rightSection .trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}

.rightSection .trustedBy .slick-next.slick-disabled {
  border-color: #a0a9ba !important;
}

.rightSection .trustedBy .slick-prev.slick-disabled {
  border-color: #a0a9ba !important;
}

.rightSection .trustedBy .slick-disabled > .customeArrow {
  border-color: #a0a9ba;
}

.rightSection .trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .rightSection .trustedBy .slick-next {
    right: 0;
  }
}
.rightSection .trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .rightSection .trustedBy .slick-prev {
    left: 0;
  }
}
.rightSection .trustedBy .rounded.slick-next {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.rightSection .trustedBy .rounded.slick-prev {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.rightSection .trustedBy .customeArrow.slick-disabled {
  border-color: #a0a9ba;
}

.rightSection .trustedBy .customeArrow {
  border: 1px solid #2b61ec;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.rightSection .trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.rightSection .trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.rightSection .trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}

.rightSection .trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.rightSection .trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}

.rightSection .trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rightSection .trustedBy.adjust .grid p.adjustedItems {
    font-size: 18px;
  }
}
.rightSection .trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.rightSection .trustedBy.section,
.rightSection .trustedBysection {
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .rightSection .trustedBy.section,
  .rightSection .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.rightSection .trustedBy.section p,
.rightSection .trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .rightSection .trustedBy.section p,
  .rightSection .trustedBysection p {
    font-size: 14px;
  }
}
.rightSection .trustedBy.section p b,
.rightSection .trustedBysection p b {
  color: #1b292c;
}

.rightSection .trustedBy.section .slick-list,
.rightSection .trustedBysection .slick-list {
  padding-left: 0 !important;
}

.rightSection .trustedBy.clearfix {
  display: inherit;
}

.rightSection .trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.rightSection .trustedBy.bg {
  background-color: #f4f7fe;
}

.rightSection .numberVal {
  display: inline-block;
}

.rightSection .grid {
  width: 1170px;
  margin: 0 auto;
}

.rightSection .layoutfull {
  width: 100%;
}

.leftSection .rightSection .h2,
.leftSection .rightSection h1,
.leftSection .rightSection h2,
.rightSection .leftSection .h2,
.rightSection .leftSection h1,
.rightSection .leftSection h2,
.rightSection .title {
  color: #253858;
  font-weight: 600;
}

.rightSection .bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.rightSection .scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.rightSection .mt50 {
  margin-top: 50px;
}

.rightSection .mb20 {
  margin-bottom: 20px;
}

.rightSection .pd0 {
  padding: 0 !important;
}

.rightSection .clearfix {
  clear: both;
  display: table;
}

.rightSection .tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.rightSection .tcondition .left {
  float: left;
}

.rightSection .tcondition .right {
  float: right;
}

.rightSection .updatedon {
  font-size: 12px;
  padding: 0;
}

.rightSection .updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection .rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.rightSection .grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rightSection .leftSection {
  width: 779px;
  float: left;
}

.rightSection .leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}

.rightSection .leftSection .mf-h1 h1 {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .mobilehide {
    display: none;
  }
}
.rightSection .leftSection img {
  max-width: 100%;
}

.rightSection .leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin-bottom: 0;
  }
  .rightSection .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .rightSection .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 20px;
    display: block;
    margin: 0 auto;
  }
}
.rightSection .leftSection .left_fullbanner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .left_fullbanner img {
    width: auto;
    height: auto !important;
  }
}
.rightSection .leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
}
.rightSection .leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}

.rightSection .leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}

.rightSection .leftSection .individualButton_knowmore .buttonBox_orange {
  background: #fd4705 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .rightSection .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .rightSection .leftSection .individualButton_knowmore {
    text-align: center;
  }
}
.rightSection .leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .rightSection .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}
.rightSection .leftSection .mid-form .orange-box {
  display: none;
  background: #f45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rightSection .leftSection .mid-form .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .rightSection .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
}
@media (max-width: 740px) {
  .rightSection .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .rightSection .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }
}
.rightSection .leftSection .mid-form .form-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068d9;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.rightSection .leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50px;
  background-size: contain;
}

@media (max-width: 640px) {
  .rightSection .leftSection .mid-form .form-block:before {
    display: none;
  }
}
.rightSection .leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15%;
}

.rightSection .leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 43px;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .rightSection .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
}
.rightSection .leftSection .mid-form .form-block .left-div .gender-tab label {
  user-select: none;
}

.rightSection .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}

.rightSection .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.rightSection .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}

.rightSection .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0d70db;
  background-color: #0d70db;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}

.rightSection .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}

.rightSection .leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}

.rightSection .leftSection .mid-form .form-block .left-div .inner-block-left,
.rightSection .leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 100%;
}

.rightSection .leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
.rightSection .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .rightSection .leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
  .rightSection .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0;
  }
}
.rightSection .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.rightSection .leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .rightSection .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .rightSection .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
}
.rightSection .leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}

.rightSection .leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #cfcccc;
  width: 100%;
}

.rightSection .leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}

.rightSection .leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: red;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
}
.rightSection .leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}

.rightSection .leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 4px;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .leftSection .mid-form .form-block .left-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .rightSection .leftSection .mid-form .form-block .left-div .inner-block-left,
  .rightSection .leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 48%;
  }
  .rightSection .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .mid-form .form-block {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .leftSection .mid-form .form-block {
    padding: 10px;
  }
}
.rightSection .leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .rightSection .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.rightSection .leftSection .mid-form .right-div div.blocks {
  width: 100%;
}

.rightSection .leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #f7faff;
  padding: 8px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .rightSection .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rightSection .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rightSection .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
  .rightSection .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .rightSection .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rightSection .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .rightSection .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
}
.rightSection .leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}

.rightSection .leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}

.rightSection .leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
}
.rightSection .leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065ff;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  margin: 20% auto 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.rightSection .leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}

.rightSection .leftSection .mid-form .disclaimer a {
  color: #0065ff;
}

.rightSection .leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}

.rightSection .leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}

.rightSection .leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.rightSection .leftSection .hlvdata-block input,
.rightSection .leftSection .hlvdata-block select {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}

.rightSection .leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rightSection .leftSection .single_image img {
  float: right;
  padding: 10px;
}

.rightSection .leftSection .icon-div .sprite_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection {
    width: 100%;
  }
}
.rightSection .leftSection .bannertermredirect img,
.rightSection .leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}

.rightSection .leftSection h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}

.rightSection .leftSection .h2,
.rightSection .leftSection h2 {
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}

.rightSection .leftSection .h2:first-letter,
.rightSection .leftSection h2:first-letter {
  text-transform: uppercase;
}

.rightSection .leftSection .h2 a,
.rightSection .leftSection h2 a {
  color: #0065ff;
}

.rightSection .leftSection .h2.mt0,
.rightSection .leftSection h2.mt0 {
  margin-top: 0;
}

.rightSection .leftSection h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}

.rightSection .leftSection h3 a {
  color: #0065ff;
  padding-top: 6px;
  display: block;
}

.rightSection .leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.rightSection .leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 26px;
}

.rightSection .leftSection .footable {
  width: 100%;
}

.rightSection .leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.rightSection .leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}

.rightSection .leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.rightSection .leftSection table .btn-primary,
.rightSection .leftSection table a.btn-primary,
.rightSection .leftSection table button.btn-primary,
.rightSection .leftSection table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.rightSection .leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .rightSection .leftSection table tr:first-child {
    color: #253858;
  }
}
.rightSection .leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
}

.rightSection .leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}

.rightSection .leftSection table td ol,
.rightSection .leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.rightSection .leftSection table td ol li,
.rightSection .leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.rightSection .leftSection table td ol li:before,
.rightSection .leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}

.rightSection .leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}

.rightSection .leftSection .return_calculator_box_investment .calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0 0;
}

.rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}

.rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
.rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

.rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}

.rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}

.rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065ff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.rightSection .leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}

.rightSection .leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}

.rightSection .leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}

.rightSection .leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}

.rightSection .leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #f4f7ff;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0065ff;
}

.rightSection .leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}

.rightSection .leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #f4f7ff;
  border: none;
}

.rightSection .leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #fd4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #fd4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.rightSection .leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.rightSection .leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.rightSection .leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .rightSection .leftSection .number-listing-box li {
    padding-left: 50px;
  }
}
.rightSection .leftSection .number-listing-box li b {
  display: block;
}

.rightSection .leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}

.rightSection .leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.rightSection .leftSection .number-listing-box li ul li::marker {
  display: none;
  color: #fff;
  z-index: -5;
}

.rightSection .leftSection .number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}

.rightSection .leftSection .number-listing-box li ul li:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .number-listing-box li .data_ul {
    margin-left: 0 !important;
  }
  .rightSection .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .rightSection .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
}
.rightSection .leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}

.rightSection .leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: 0 0;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.rightSection .leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.rightSection .leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.rightSection .leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.rightSection .leftSection .data_ul li .paragraphBu {
  margin: 0 !important;
}

.rightSection .leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.rightSection .leftSection .data_ul li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}

.rightSection .leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.rightSection .leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.rightSection .leftSection .data_ol li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}

.rightSection .leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.rightSection .leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f1f3f5;
}

.rightSection .leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.rightSection .leftSection .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%;
}

.rightSection .leftSection .faqsWrap ul li li {
  background: 0 0;
}

.rightSection .leftSection .faqsWrap ul li:before {
  display: none;
}

.rightSection .leftSection .faqsWrap ul li .h2,
.rightSection .leftSection .faqsWrap ul li .h3,
.rightSection .leftSection .faqsWrap ul li .h4,
.rightSection .leftSection .faqsWrap ul li h2,
.rightSection .leftSection .faqsWrap ul li h3,
.rightSection .leftSection .faqsWrap ul li h4,
.rightSection .leftSection .faqsWrap ul li p {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.rightSection .leftSection .faqsWrap ul li .h2 > a,
.rightSection .leftSection .faqsWrap ul li .h2 > label,
.rightSection .leftSection .faqsWrap ul li .h2 > span,
.rightSection .leftSection .faqsWrap ul li .h3 > a,
.rightSection .leftSection .faqsWrap ul li .h3 > label,
.rightSection .leftSection .faqsWrap ul li .h3 > span,
.rightSection .leftSection .faqsWrap ul li .h4 > a,
.rightSection .leftSection .faqsWrap ul li .h4 > label,
.rightSection .leftSection .faqsWrap ul li .h4 > span,
.rightSection .leftSection .faqsWrap ul li h2 > a,
.rightSection .leftSection .faqsWrap ul li h2 > label,
.rightSection .leftSection .faqsWrap ul li h2 > span,
.rightSection .leftSection .faqsWrap ul li h3 > a,
.rightSection .leftSection .faqsWrap ul li h3 > label,
.rightSection .leftSection .faqsWrap ul li h3 > span,
.rightSection .leftSection .faqsWrap ul li h4 > a,
.rightSection .leftSection .faqsWrap ul li h4 > label,
.rightSection .leftSection .faqsWrap ul li h4 > span,
.rightSection .leftSection .faqsWrap ul li p > a,
.rightSection .leftSection .faqsWrap ul li p > label,
.rightSection .leftSection .faqsWrap ul li p > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.rightSection .leftSection .faqsWrap ul li .h2 > a:hover,
.rightSection .leftSection .faqsWrap ul li .h2 > label:hover,
.rightSection .leftSection .faqsWrap ul li .h2 > span:hover,
.rightSection .leftSection .faqsWrap ul li .h3 > a:hover,
.rightSection .leftSection .faqsWrap ul li .h3 > label:hover,
.rightSection .leftSection .faqsWrap ul li .h3 > span:hover,
.rightSection .leftSection .faqsWrap ul li .h4 > a:hover,
.rightSection .leftSection .faqsWrap ul li .h4 > label:hover,
.rightSection .leftSection .faqsWrap ul li .h4 > span:hover,
.rightSection .leftSection .faqsWrap ul li h2 > a:hover,
.rightSection .leftSection .faqsWrap ul li h2 > label:hover,
.rightSection .leftSection .faqsWrap ul li h2 > span:hover,
.rightSection .leftSection .faqsWrap ul li h3 > a:hover,
.rightSection .leftSection .faqsWrap ul li h3 > label:hover,
.rightSection .leftSection .faqsWrap ul li h3 > span:hover,
.rightSection .leftSection .faqsWrap ul li h4 > a:hover,
.rightSection .leftSection .faqsWrap ul li h4 > label:hover,
.rightSection .leftSection .faqsWrap ul li h4 > span:hover,
.rightSection .leftSection .faqsWrap ul li p > a:hover,
.rightSection .leftSection .faqsWrap ul li p > label:hover,
.rightSection .leftSection .faqsWrap ul li p > span:hover {
  color: #253858;
}

.rightSection .leftSection .faqsWrap ul li .h2 > a:after,
.rightSection .leftSection .faqsWrap ul li .h2 > label:after,
.rightSection .leftSection .faqsWrap ul li .h2 > span:after,
.rightSection .leftSection .faqsWrap ul li .h3 > a:after,
.rightSection .leftSection .faqsWrap ul li .h3 > label:after,
.rightSection .leftSection .faqsWrap ul li .h3 > span:after,
.rightSection .leftSection .faqsWrap ul li .h4 > a:after,
.rightSection .leftSection .faqsWrap ul li .h4 > label:after,
.rightSection .leftSection .faqsWrap ul li .h4 > span:after,
.rightSection .leftSection .faqsWrap ul li h2 > a:after,
.rightSection .leftSection .faqsWrap ul li h2 > label:after,
.rightSection .leftSection .faqsWrap ul li h2 > span:after,
.rightSection .leftSection .faqsWrap ul li h3 > a:after,
.rightSection .leftSection .faqsWrap ul li h3 > label:after,
.rightSection .leftSection .faqsWrap ul li h3 > span:after,
.rightSection .leftSection .faqsWrap ul li h4 > a:after,
.rightSection .leftSection .faqsWrap ul li h4 > label:after,
.rightSection .leftSection .faqsWrap ul li h4 > span:after,
.rightSection .leftSection .faqsWrap ul li p > a:after,
.rightSection .leftSection .faqsWrap ul li p > label:after,
.rightSection .leftSection .faqsWrap ul li p > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.rightSection .leftSection .faqsWrap ul li .h2 > a[flag=up],
.rightSection .leftSection .faqsWrap ul li .h2 > label[flag=up],
.rightSection .leftSection .faqsWrap ul li .h2 > span[flag=up],
.rightSection .leftSection .faqsWrap ul li .h3 > a[flag=up],
.rightSection .leftSection .faqsWrap ul li .h3 > label[flag=up],
.rightSection .leftSection .faqsWrap ul li .h3 > span[flag=up],
.rightSection .leftSection .faqsWrap ul li .h4 > a[flag=up],
.rightSection .leftSection .faqsWrap ul li .h4 > label[flag=up],
.rightSection .leftSection .faqsWrap ul li .h4 > span[flag=up],
.rightSection .leftSection .faqsWrap ul li h2 > a[flag=up],
.rightSection .leftSection .faqsWrap ul li h2 > label[flag=up],
.rightSection .leftSection .faqsWrap ul li h2 > span[flag=up],
.rightSection .leftSection .faqsWrap ul li h3 > a[flag=up],
.rightSection .leftSection .faqsWrap ul li h3 > label[flag=up],
.rightSection .leftSection .faqsWrap ul li h3 > span[flag=up],
.rightSection .leftSection .faqsWrap ul li h4 > a[flag=up],
.rightSection .leftSection .faqsWrap ul li h4 > label[flag=up],
.rightSection .leftSection .faqsWrap ul li h4 > span[flag=up],
.rightSection .leftSection .faqsWrap ul li p > a[flag=up],
.rightSection .leftSection .faqsWrap ul li p > label[flag=up],
.rightSection .leftSection .faqsWrap ul li p > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.rightSection .leftSection .faqsWrap ul li .h2 > a[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li .h2 > label[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li .h2 > span[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li .h3 > a[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li .h3 > label[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li .h3 > span[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li .h4 > a[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li .h4 > label[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li .h4 > span[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li h2 > a[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li h2 > label[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li h2 > span[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li h3 > a[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li h3 > label[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li h3 > span[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li h4 > label[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li h4 > span[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li p > a[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li p > label[flag=up]::after,
.rightSection .leftSection .faqsWrap ul li p > span[flag=up]::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 26px;
}

.rightSection .leftSection .faqsWrap ul li .h2 + div,
.rightSection .leftSection .faqsWrap ul li .h3 + div,
.rightSection .leftSection .faqsWrap ul li .h4 + div,
.rightSection .leftSection .faqsWrap ul li h2 + div,
.rightSection .leftSection .faqsWrap ul li h3 + div,
.rightSection .leftSection .faqsWrap ul li h4 + div,
.rightSection .leftSection .faqsWrap ul li p + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.rightSection .leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.rightSection .leftSection .faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.rightSection .leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.rightSection .leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}

.rightSection .leftSection .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%;
}

.rightSection .leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.rightSection .leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.rightSection .leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.rightSection .leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.rightSection .leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.rightSection .leftSection .allinsurer .footable table tr:nth-child(2n) {
  background: #f7fbfd;
}

.rightSection .pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.rightSection .pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
  padding: 16px;
}

@media (max-width: 1024px) {
  .rightSection .pbRelatedLinks.container {
    max-width: 100%;
  }
}
.rightSection .pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .rightSection .pbRelatedLinks .tagbox {
    display: block;
  }
}
.rightSection .pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.rightSection .pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.rightSection .pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.rightSection .pbRelatedLinks.moretag {
  display: table;
}

.rightSection .pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.rightSection .pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.rightSection .howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.rightSection .howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.rightSection .howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.rightSection .howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .no,
.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .yes {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .no:hover,
.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .yes:hover {
  background: #0662f6;
  color: #fff;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}

.rightSection .howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}

.rightSection .howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}

.rightSection .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}

.rightSection .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .rightSection .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .rightSection .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink,
  .rightSection .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: #00f;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after,
.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rightSection .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .rightSection .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
  }
  .rightSection .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .rightSection .travel_top .travelBackground {
    margin: 0 auto;
  }
  .rightSection .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .rightSection .grid {
    padding: 0;
    display: block;
    width: 100%;
  }
  .rightSection .grid .leftSection .planbox {
    height: auto;
  }
  .rightSection .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .rightSection .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .rightSection .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .rightSection .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .rightSection .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .rightSection .grid .leftSection .bannertermredirect img,
  .rightSection .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .rightSection .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .rightSection .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .rightSection .grid .leftSection .h1,
  .rightSection .grid .leftSection .h1 strong,
  .rightSection .grid .leftSection h1,
  .rightSection .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .rightSection .grid .leftSection .h2,
  .rightSection .grid .leftSection .h2 strong,
  .rightSection .grid .leftSection h2,
  .rightSection .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .rightSection .grid .leftSection .h3,
  .rightSection .grid .leftSection .h3 strong,
  .rightSection .grid .leftSection h3,
  .rightSection .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .rightSection .grid .leftSection .h3 a,
  .rightSection .grid .leftSection .h3 strong a,
  .rightSection .grid .leftSection h3 a,
  .rightSection .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .rightSection .grid .leftSection h1.allinsurer_new {
    margin: 0 15px;
    padding: 0 15px;
  }
  .rightSection .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .rightSection .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .rightSection .pbRelatedLinks {
    margin-top: 0;
    background: 0 0;
  }
  .rightSection .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .rightSection .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .rightSection .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .rightSection .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .rightSection .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .rightSection .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.rightSection .card {
  border-radius: 0;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.rightSection .card.ratingsBlock {
  background: #fff;
}

.rightSection .nav-link ul:before {
  display: none;
}

.rightSection .leftSection,
.rightSection .rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .rightSection .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .rightSection .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .rightSection .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .rightSection .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .rightSection .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .rightSection .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .rightSection .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .rightSection .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .rightSection .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .rightSection .leftSection .h1,
  .rightSection .leftSection .h1 strong,
  .rightSection .leftSection h1,
  .rightSection .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .rightSection .leftSection .h2,
  .rightSection .leftSection .h2 strong,
  .rightSection .leftSection h2,
  .rightSection .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .rightSection .leftSection .h3,
  .rightSection .leftSection .h3 strong,
  .rightSection .leftSection h3,
  .rightSection .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .rightSection .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .rightSection .graphDiv img {
    width: 100%;
  }
  .rightSection .leftSection .left_fullbanner img {
    width: 100%;
  }
}
.rightSection .fd_bankwise {
  margin: 20px 0 0;
}

.rightSection .fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.rightSection .blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .rightSection .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.rightSection .blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.rightSection .blue-block .col-md-3:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .rightSection .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.rightSection .blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.rightSection .blue-block .col-md-4:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .rightSection .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.rightSection .blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}

.rightSection .blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}

.rightSection .blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}

.leftSection .rightSection .blue-block span.h2,
.rightSection .blue-block .leftSection span.h2,
.rightSection .blue-block span.title,
.rightSection .leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}

.rightSection .blue-block span.figer,
.rightSection .blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.rightSection .bannercarredirect {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .rightSection .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
  }
}
.rightSection .timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.rightSection .animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.rightSection .insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}

.rightSection .insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.rightSection .insurer-language .insurer-by-company-title .h2,
.rightSection .insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.rightSection .insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.rightSection .insurer-language h4 span {
  vertical-align: text-top;
}

.rightSection .insurer-language.sliderWrapper .insurer-by-company-content {
  justify-content: inherit;
}

.rightSection .insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
  }
}
.rightSection .insurer-language .insurer-by-company-content.items {
  width: 95%;
  margin: 0 auto;
}

.rightSection .insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.rightSection .insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}

.rightSection .insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}

.rightSection .insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.rightSection .insurer-language .slick-next.slick-arrow,
.rightSection .insurer-language .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
}

.rightSection .insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.rightSection .insurer-language .slick-next.slick-arrow {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.rightSection .languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0 15px 0 0;
  word-break: break-word;
}

.rightSection .languageArticleName a {
  color: #0065ff;
}

.rightSection .languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.rightSection .languageBox.eng {
  background-position: 0 0;
}

.rightSection .languageBox.hi-in,
.rightSection .languageBox.mr-in {
  background-position: 0 -90px;
}

.rightSection .languageBox.te-in {
  background-position: 0 -180px;
}

.rightSection .languageBox.ta-in {
  background-position: 0 -270px;
}

.rightSection .languageBox.kn-in {
  background-position: 0 -360px;
}

.rightSection .languageBox.ml-in {
  background-position: 0 -450px;
}

.rightSection .languageBox.or-in {
  background-position: 0 -540px;
}

.rightSection .languageBox.gu-in {
  background-position: 0 -630px;
}

.rightSection .languageBox.pa-in {
  background-position: 0 -720px;
}

.rightSection .languageBox.bn-in {
  background-position: 0 -810px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .rightSection .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .rightSection .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .rightSection .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .rightSection .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .rightSection .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .rightSection .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .rightSection .blockLanguageSlider {
    outline: 0;
  }
}
.rightSection .promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.rightSection .leftSection .h2.tp0,
.rightSection .leftSection h2.tp0,
.rightSection .rightSection > .card {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .leftSection .h2.tp0,
  .rightSection .leftSection h2.tp0,
  .rightSection .rightSection > .card {
    padding: 10px 0 10px;
  }
}
.rightSection .animated-banner {
  margin-bottom: 20px;
}

.rightSection .animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}

.rightSection .animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .rightSection .animated-banner .am-banner.desktop {
    display: none;
  }
}
.rightSection .animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}

.rightSection .animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .rightSection .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 375px) {
  .rightSection .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0 auto;
    margin: 0 auto;
  }
  .rightSection .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .rightSection .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0 auto;
  }
  .rightSection .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0 auto;
  }
}
.rightSection .grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .rightSection .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
}
.rightSection .grid.contentSection.sticky_widget .leftSection {
  width: 779px;
  margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .rightSection #newformat {
    width: 100% !important;
  }
}
.rightSection .faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.rightSection .faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

.rightSection h2.underline {
  position: relative;
}

.rightSection h2.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #ffab00;
  height: 2px;
  bottom: -6px;
}

.rightSection h2.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

.rightSection h3.underline {
  position: relative;
}

.rightSection h3.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #16af05;
  height: 2px;
  bottom: -6px;
}

.rightSection h3.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

.rightSection .indent50 {
  padding-left: 50px;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: 0 0;
  margin-bottom: 16px;
  padding-top: 0 !important;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}

@media (max-width: 568px) {
  .rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: auto;
  }
}
.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: 0;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: 0 0;
  border: none;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}

@media (max-width: 1024px) {
  .rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0;
  }
}
@media (max-width: 568px) {
  .rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
}
.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a,
.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: 400;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 99px;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 300px;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}

.rightSection #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}

@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;
    display: block;
    width: 100%;
  }
  .showForm .disForm {
    display: flex;
    flex-direction: column;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 0 30px;
  }
  .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::-moz-placeholder {
    font-size: 12px;
  }
  #carRegistrationNumber::placeholder {
    font-size: 12px;
  }
}
#carStepCJ .pbcategoryPages .dontKnow.dontKnow2 {
  display: flex;
  justify-content: center;
}

[lang=mr-IN] #frmCar .dontKnow .other-options:after,
[lang=ta-IN] #frmCar .dontKnow .other-options:after,
[lang=te-IN] #frmCar .dontKnow .other-options:after {
  display: none;
}

@media (max-width: 1024px) {
  [lang=mr-IN] .showForm .disForm .leftContent .pointerlist li p,
  [lang=ta-IN] .showForm .disForm .leftContent .pointerlist li p,
  [lang=te-IN] .showForm .disForm .leftContent .pointerlist li p {
    font-size: 10px;
  }
}
[lang=hi-IN] .dontKnow .other-options:after,
[lang=mr-IN] .dontKnow .other-options:after,
[lang=ta-IN] .dontKnow .other-options:after,
[lang=te-IN] .dontKnow .other-options:after {
  display: none !important;
}

[lang=hi-IN] .pointers ul li .pointers p strong,
[lang=mr-IN] .pointers ul li .pointers p strong,
[lang=ta-IN] .pointers ul li .pointers p strong,
[lang=te-IN] .pointers ul li .pointers p strong {
  display: block;
}

[lang=ta-IN] .pointers ul li:before {
  top: 24px !important;
}

@media (max-width: 667px) {
  [lang=ta-IN] .pointers ul li:before {
    top: 10px !important;
  }
}
.car-pre-quote .err {
  font-size: 11px;
  color: red;
  letter-spacing: 0.016em;
  font-weight: 400;
}

.car-pre-quote .car-calulator-step-8 {
  padding-top: 10px;
}

@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 0 10px;
    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: 71px;
  }
}
@media (max-width: 568px) {
  .car-pre-quote .car-calulator-step-9 {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.car-pre-quote .car-calulator-step-10 .input-form .inputbox {
  margin: 10px 0;
}

.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 .car-calulator-2 .inputbox {
  margin-bottom: 0;
  text-transform: uppercase;
}

.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 .first_heading {
  padding: 20px 50px 0 30px;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  display: none;
}

@media (max-width: 1024px) {
  .car-pre-quote .first_heading {
    border: none;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 100;
  }
}
@media (max-width: 360px) {
  .car-pre-quote .first_heading {
    font-size: 18px;
    line-height: 26px;
  }
}
.car-pre-quote .first_heading .t1 {
  display: inline;
}

.car-pre-quote .first_heading .t2 {
  display: inline;
}

@media (max-width: 568px) {
  .car-pre-quote .first_heading .t2 {
    display: inline-block;
  }
}
.car-pre-quote .first_heading .t3 sup {
  font-size: 14px;
}

.car-pre-quote .first_heading .t3 strong {
  font-weight: 700;
}

.car-pre-quote .first_heading .close {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 22px;
  overflow: hidden;
  border: 2px solid #253858;
  border-radius: 50%;
  right: 24px;
  top: 32%;
  transform: translate(0, -50%);
}

.car-pre-quote .first_heading .close:hover::after,
.car-pre-quote .first_heading .close:hover::before {
  background: #253858;
}

.car-pre-quote .first_heading .close::after,
.car-pre-quote .first_heading .close::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 60%;
  top: 9px;
  left: 4px;
  margin-top: -1px;
  background: #253858;
}

.car-pre-quote .first_heading .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.car-pre-quote .first_heading .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.car-pre-quote .first_heading.back {
  padding: 19px 50px 19px 50px;
  position: relative;
}

.car-pre-quote .first_heading.back:before {
  border: solid #253858;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 0 1px 14px;
  content: "";
  left: 15px;
  position: absolute;
  top: 36px;
  cursor: pointer;
}

@media (max-width: 568px) {
  .car-pre-quote .first_heading.back:before {
    left: 5px;
  }
}
.car-pre-quote .first_heading.open {
  display: block;
}

.car-pre-quote .first_heading.open:before {
  content: "";
  background: #ff5630;
  height: 5px;
  border-radius: 20px;
  width: 120px;
  left: 30px;
  bottom: -15px;
  display: inline-block;
  position: absolute;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .car-pre-quote .first_heading.open:before {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .car-pre-quote .first_heading.open:before {
    left: 13px;
  }
}
.car-pre-quote .first_heading.open + .common_heading {
  display: none;
}

@media (max-width: 1024px) {
  .car-pre-quote {
    height: 100%;
    bottom: 0;
    top: initial;
    width: 100%;
    margin: 0 auto;
    left: 0;
    max-width: 100%;
    z-index: 1000;
    overflow-y: visible;
  }
  .car-pre-quote::-webkit-scrollbar {
    width: 0;
    padding: 0;
  }
  .car-pre-quote::-webkit-scrollbar-track {
    background: 0 0;
  }
  .car-pre-quote::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  .car-pre-quote::-webkit-scrollbar-thumb:hover {
    background: 0 0;
  }
}
.car-pre-quote .field-wrapper {
  position: relative;
}

.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;
}

.quote-wrapper:has(.car-calulator-step-1.show) {
  max-width: 100% !important;
}

@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 {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
  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: #005be6;
}

@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 .dontKnow .newcar .icon,
.quote-wrapper .dontKnow .usedcar .icon {
  background: #f4f5f7;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.quote-wrapper .dontKnow .usedcar .icon {
  background-image: url(../../images/bu/car.png);
  background-repeat: no-repeat;
  background-position: 6px 12px;
}

.quote-wrapper .dontKnow .newcar .icon {
  background-image: url("../../images/bu/fiber_new.png");
  background-repeat: no-repeat;
  background-position: 9px 12px;
}

.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;
}

.viewmorelink {
  display: block;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.viewmorelink .view-all {
  position: relative;
}

.viewmorelink .view-all::before {
  content: "";
  border: solid #0065ff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  height: 1px;
  position: absolute;
  right: -18px;
  top: 3px;
}

.viewmorelink .view-all.active:before {
  top: 7px;
  transform: rotate(-45deg);
}

.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: 7px 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%;
}

.car-calulator-step-1 .proceed.loading::after {
  width: 20px;
  height: 20px;
  right: 45%;
  top: 16px;
}

.car_detail_card {
  background: #fafbfc;
  border-radius: 8px;
  display: flex;
  padding: 10px;
}

.car_detail_card .car_grp {
  width: 40%;
  display: flex;
  align-items: center;
}

.car_detail_card .car_grp img {
  width: 80%;
  height: auto;
}

@media (max-width: 1024px) {
  .car_detail_card .car_grp {
    width: 20%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 540px) {
  .car_detail_card .car_grp {
    width: 50%;
  }
}
.car_detail_card .car_details {
  width: 55%;
  padding-left: 5%;
}

.car_detail_card .car_details span:first-child {
  font-size: 16px;
  display: block;
  line-height: 16px;
  margin-top: 7px;
  font-weight: 600;
}

.car_detail_card .car_details span:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 23px;
  margin: 8px 0 0;
}

.car_detail_card .car_details span:nth-child(3) {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin: 5px 0;
}

.car_detail_card .car_details span:nth-child(4) {
  font-size: 14px;
  margin: 10px 0 0 0;
  display: inline-block;
  padding-left: 20px;
  color: #0065ff;
  position: relative;
  cursor: pointer;
}

.car_detail_card .car_details span:nth-child(4):before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../images/edit-button.svg);
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 3px;
}

@media (max-width: 1024px) {
  .car_detail_card .car_details {
    width: 75%;
  }
}
@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%;
  }
}
@media (max-width: 1024px) {
  .car-pre-quote .first_heading {
    height: 85px;
    background: #fff;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .car-pre-quote .first_heading {
    height: 105px;
    padding: 20px 50px 0 13px;
  }
}
.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 !important;
  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;
  }
}
.wizard {
  position: relative;
  display: flex;
  width: 100%;
  margin: 8px auto 24px auto;
  width: 244px;
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .wizard {
    width: 100%;
    margin: 20px 0;
    padding: 0 0;
    max-width: 100%;
    display: none;
  }
}
.wizard-bar {
  position: absolute;
  background-color: #36b37e;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.wizard-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.wizard-list:has(.hide) .step_5::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .wizard-list {
    overflow-x: scroll;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 0 16px;
  }
  .wizard-list::-webkit-scrollbar {
    display: none;
  }
}
.wizard-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  border: 1px solid var(--dfe-1-e-6-n-40, #dfe1e6);
  background: var(--ffffffn-0, #fff);
  height: 24px;
  width: 24px;
  margin-right: 20px;
  flex-shrink: 0;
}

.wizard-item:after {
  content: "";
  border: 1px dashed #b3bac5;
  width: 20px;
  position: absolute;
  right: -20px;
  z-index: 0;
  top: 51%;
}

.wizard-item.checked {
  border-color: #c3f4df;
  width: auto;
  padding: 3px 5px 3px 5px;
  flex-shrink: 0;
}

.wizard-item.checked::after {
  border: 1px solid #c3f4df;
}

.wizard-item:last-of-type:after {
  display: none;
}

.wizard-item.step_1 .wizard-span {
  background: url(../../images/bu/motor/car-wizard-rto-black-icon.svg);
  width: 16px;
  height: 16px;
}

.wizard-item.step_1.checked .wizard-span {
  background: url(../../images/bu/motor/car-wizard-rto-green-icon.svg);
}

.wizard-item.step_2 .wizard-span {
  background: url(../../images/bu/motor/car-wizard-car-grey-icon.svg);
  width: 16px;
  height: 16px;
}

.wizard-item.step_2.active .wizard-span {
  background: url(../../images/bu/motor/car-wizard-car-black-icon.svg);
}

.wizard-item.step_2.checked .wizard-span {
  background: url(../../images/bu/motor/car-wizard-car-green-icon.svg);
}

.wizard-item.step_3 .wizard-span {
  background: url(../../images/bu/motor/car-wizard-car-grey-icon.svg);
  width: 16px;
  height: 16px;
}

.wizard-item.step_3.active .wizard-span {
  background: url(../../images/bu/motor/car-wizard-car-black-icon.svg);
}

.wizard-item.step_3.checked .wizard-span {
  background: url(../../images/bu/motor/car-wizard-car-green-icon.svg);
}

.wizard-item.step_4 .wizard-span {
  background: url(../../images/bu/motor/car-wizard-fuel-grey-icon.svg);
  width: 16px;
  height: 16px;
}

.wizard-item.step_4.active .wizard-span {
  background: url(../../images/bu/motor/car-wizard-fuel-black-icon.svg);
}

.wizard-item.step_4.checked .wizard-span {
  background: url(../../images/bu/motor/car-wizard-fuel-green-icon.svg);
}

.wizard-item.step_4 .wizard-tooltip {
  width: 80px !important;
}

.wizard-item.step_5 .wizard-span {
  background: url(../../images/bu/motor/car-wizard-car-grey-icon.svg);
  width: 16px;
  height: 16px;
}

.wizard-item.step_5.active .wizard-span {
  background: url(../../images/bu/motor/car-wizard-car-black-icon.svg);
}

.wizard-item.step_5.checked .wizard-span {
  background: url(../../images/bu/motor/car-wizard-car-green-icon.svg);
}

.wizard-item.step_6 .wizard-span {
  background: url(../../images/bu/motor/car-wizard-calendar-grey-icon.svg);
  width: 16px;
  height: 16px;
}

.wizard-item.step_6.active .wizard-span {
  background: url(../../images/bu/motor/car-wizard-calendar-black-icon.svg);
}

.wizard-item.step_6.checked .wizard-span {
  background: url(../../images/bu/motor/car-wizard-calendar-green-icon.svg);
}

.wizard-item.step_6 .wizard-tooltip {
  width: 97px !important;
}

.wizard-item .wizard-tooltip {
  display: none;
}

.wizard-item:hover .wizard-tooltip {
  display: block;
  position: absolute;
  font-size: 12px;
  width: 66px;
  padding: 3px 4px;
  background: rgba(37, 56, 88, 0.7882352941);
  color: #fff;
  border-radius: 4px;
  bottom: -24px;
  text-align: center;
}

.wizard-text {
  color: #36b37e;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  margin-left: 6px;
  display: none;
}

@media screen and (max-width: 767px) {
  .wizard-text {
    display: none;
  }
}
.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: url(../../images/bu/motor/car-prequotes-popup-bg.svg) no-repeat center/cover #f9f9ff;
}

.car-prequotes-popup-container .car-prequotes-popup::before {
  content: "";
  background: url(../../images/bu/motor/car-top-fold-buildings-image.svg) no-repeat center/cover;
  width: 100%;
  height: 113px;
  position: absolute;
  bottom: 28px;
  left: 0;
  display: none;
}

.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::-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 > .content::-webkit-scrollbar {
  display: none;
}

.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 .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 li:last-child,
.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .quote-wrapper .form_details .pointerlist li:nth-child(2) {
  display: none;
}

.car-prequotes-popup-container .car-prequotes-popup .car-pre-quote.carSEOForm .wizard {
  display: none;
}

.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 .leftSection .heading > .h2,
.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .leftSection .heading > h1,
.car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .leftSection .heading > h2,
.leftSection .car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading > .h2,
.leftSection .car-prequotes-popup-container .car-prequotes-popup .plans-for-car-section .heading > h1,
.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;
}

@media screen and (max-width: 767px) {
  .text-input-feild.mobile-number.error .secure-tag {
    bottom: -22px;
  }
}
.secure-tag {
  position: absolute;
  display: flex;
  right: 8px;
  bottom: -17px;
  background: rgba(57, 97, 235, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px 4px 7px;
}

@media screen and (max-width: 767px) {
  .secure-tag {
    bottom: -17px;
  }
}
.secure-tag .text {
  letter-spacing: 0.15px;
  color: #3962ed;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 6px;
}

.rto-details-section {
  background: #fff;
  width: 400px;
  margin: 24px auto 0;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(52, 105, 203, 0.1215686275);
  padding: 2px;
}

@media screen and (max-width: 1024px) {
  .rto-details-section {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.rto-details-section .rto-details-heading {
  background: rgba(229, 234, 249, 0.8);
  padding: 10px 15px;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #253858;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .rto-details-section .rto-details-heading .arrow {
    width: 17px;
    height: 17px;
    border: 1px solid rgba(37, 56, 88, 0.4);
    border-radius: 50%;
    position: relative;
    transition: 0.3s all ease;
  }
  .rto-details-section .rto-details-heading .arrow::after {
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(37, 56, 88, 0.4);
    border-right: 1px solid rgba(37, 56, 88, 0.4);
    transform: rotate(135deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-bottom: 11px;
    content: "";
    position: absolute;
    top: 4px;
  }
}
.rto-details-section .rto-details-heading.show .arrow::after {
  transform: rotate(-45deg);
  margin-bottom: 7px;
  top: 6px;
}

.rto-details-section .rto-details-content {
  padding: 20px 14px;
}

.rto-details-section .rto-details-content .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
  border-bottom: 1px solid #dfe1e6;
  padding-bottom: 16px;
}

.rto-details-section .rto-details-content .row:last-child {
  margin: 0;
  border: 0;
  padding: 0;
}

.rto-details-section .rto-details-content .row .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.014em;
  text-align: left;
  color: rgba(37, 56, 88, 0.6);
}

.rto-details-section .rto-details-content .row .value {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: right;
  color: #253858;
  width: 72%;
  word-break: break-word;
}

.rto-details-section .share-details {
  padding: 0 36px 17px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rto-details-section .share-details {
    padding: 0 30px 17px;
  }
}
.leftSection .rto-details-section .share-details .h2,
.leftSection .rto-details-section .share-details h1,
.leftSection .rto-details-section .share-details h2,
.rto-details-section .share-details .leftSection .h2,
.rto-details-section .share-details .leftSection h1,
.rto-details-section .share-details .leftSection h2,
.rto-details-section .share-details .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  color: #253858;
}

.leftSection .rto-details-section .share-details .h2::after,
.leftSection .rto-details-section .share-details h1::after,
.leftSection .rto-details-section .share-details h2::after,
.rto-details-section .share-details .leftSection .h2::after,
.rto-details-section .share-details .leftSection h1::after,
.rto-details-section .share-details .leftSection h2::after,
.rto-details-section .share-details .title::after {
  content: "";
  border: 1px solid #253858;
  position: absolute;
  width: 24px;
  top: 50%;
  left: 120px;
}

.rto-details-section .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: 270px;
}

.rto-details-section .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;
}

.rto-details-section .share-details .share-via-whatsapp a img {
  margin-right: 10px;
  max-width: 20px;
}

.rto-details-section .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;
}

.rto-details-section .share-details .share-via-whatsapp .shared-successfully img {
  margin-right: 8px;
  max-width: 20px;
}

.car-calulator-step-10 {
  position: relative;
}

.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;
  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 .button.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 .button.btnOrange .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url(../../images/bu/motor/white-arrow-icon.svg) no-repeat center/contain;
}

.quote-wrapper .car-calulator-step-1 .input_field {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

.quote-wrapper .car-calulator-step-1 .input_field: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: 30px;
  content: "";
}

@media screen and (max-width: 767px) {
  .quote-wrapper .car-calulator-step-1 .input_field:has(.success):after {
    right: 20px;
  }
}
.explore-vehicle-details-widget {
  margin: 85px auto 0;
  text-align: center;
  z-index: 1;
  position: relative;
  max-width: 1170px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .explore-vehicle-details-widget {
    margin: 65px 0 0;
    text-align: left;
  }
}
.explore-vehicle-details-widget .heading {
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  position: relative;
  margin: 0 0 12px;
  display: inline-block;
}

.explore-vehicle-details-widget .heading::after,
.explore-vehicle-details-widget .heading::before {
  content: "";
  background: #b3bac5;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
}

.explore-vehicle-details-widget .heading::before {
  left: -30px;
}

.explore-vehicle-details-widget .heading::after {
  right: -30px;
}

@media screen and (max-width: 767px) {
  .explore-vehicle-details-widget .heading {
    text-align: left;
    padding-left: 16px;
  }
  .explore-vehicle-details-widget .heading::before {
    display: none;
  }
}
.explore-vehicle-details-widget .explore-vehicle-details-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .explore-vehicle-details-widget .explore-vehicle-details-list {
    width: 100%;
    overflow-y: hidden;
    padding: 0 16px;
    justify-content: flex-start;
  }
  .explore-vehicle-details-widget .explore-vehicle-details-list::-webkit-scrollbar {
    display: none;
  }
}
.explore-vehicle-details-widget .explore-vehicle-details-list .explore-vehicle-details {
  display: flex;
  align-items: center;
  background: #f0f0f8;
  border-radius: 50px;
  padding: 6px 16px 6px 6px;
  margin: 0 10px 2px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .explore-vehicle-details-widget .explore-vehicle-details-list .explore-vehicle-details {
    flex-shrink: 0;
  }
}
.explore-vehicle-details-widget .explore-vehicle-details-list .explore-vehicle-details::after {
  content: "";
  border: solid #253838;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  margin: 0;
  position: absolute;
  top: 14px;
  right: 10px;
}

.explore-vehicle-details-widget .explore-vehicle-details-list .explore-vehicle-details img {
  filter: grayscale(1);
}

.explore-vehicle-details-widget .explore-vehicle-details-list .explore-vehicle-details .content {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #253838;
  margin: 0 6px;
}

.explore-vehicle-details-widget .explore-vehicle-details-list .explore-vehicle-details:last-child {
  margin: 0;
}

.logo-widget,
.no-webp .logo-widget,
.webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=3) center no-repeat;
}

.widget-insurer-logo {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
  background-position: 0 0;
  background-size: 100% !important;
}

.widget-insurer-logo.iffco_tokio_general_icon {
  background-position: 0 0;
}

.widget-insurer-logo.royal_sundaram_general_icon {
  background-position: 0 -39px;
}

.widget-insurer-logo.bharti_axa_general_icon,
.widget-insurer-logo.bharti_axa_life_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon,
.widget-insurer-logo.future_generali_life_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_general_icon,
.widget-insurer-logo.sbi_general_icon {
  background-position: 0 -1520px;
}

.widget-insurer-logo.liberty_general_icon {
  background-position: 0 -196px;
}

.widget-insurer-logo.tata_aig_general_icon {
  background-position: -4px -235px;
}

.widget-insurer-logo.bajaj_allianz_general_icon,
.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
  background-position: 0 -276px;
}

.widget-insurer-logo.reliance_general_general_icon,
.widget-insurer-logo.reliance_general_icon,
.widget-insurer-logo.reliance_nippon_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.hdfc_ergo_general_icon {
  background-position: 0 -354px;
}

.widget-insurer-logo.shriram_general_icon,
.widget-insurer-logo.shriram_gic_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon,
.widget-insurer-logo.go_digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.kotak_general_general_icon,
.widget-insurer-logo.kotak_general_icon,
.widget-insurer-logo.kotak_mahindra_general_icon,
.widget-insurer-logo.kotak_mahindra_life_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon,
.widget-insurer-logo.new_india_general_icon,
.widget-insurer-logo.the_new_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.national_insurance_general_icon {
  background-position: 0 -550px;
}

.widget-insurer-logo.united_india_general_icon {
  background-position: 0 -589px;
}

.widget-insurer-logo.oriental_general_icon,
.widget-insurer-logo.oriental_insurance_general_icon,
.widget-insurer-logo.the_oriental_general_icon {
  background-position: 0 -630px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -668px;
}

.widget-insurer-logo.magma_general_icon,
.widget-insurer-logo.magma_hdi_general_icon {
  background-position: 0 -705px;
}

.widget-insurer-logo.navi_general_icon {
  background-position: 0 -738px;
}

.widget-insurer-logo.edelweiss_general_icon {
  background-position: 0 -783px;
}

.widget-insurer-logo.aditya_birla_capital_general_icon,
.widget-insurer-logo.aditya_birla_capital_life_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.birla_sun_general,
.widget-insurer-logo.birla_sun_general_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aegon_life_icon {
  background-position: 0 -858px;
}

.widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 0 -895px;
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
  background-position: 0 -932px;
}

.widget-insurer-logo.exide_life_icon {
  background-position: 0 -969px;
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 0 -1006px;
}

.widget-insurer-logo.hdfc_life_general_icon,
.widget-insurer-logo.hdfc_life_icon,
.widget-insurer-logo.hdfc_standard_life_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.pnb_met_life {
  background-position: 0 -1558px;
}

.widget-insurer-logo.icici_prudential_general_icon,
.widget-insurer-logo.icici_prudential_life_icon {
  background-position: 0 -1080px;
}

.widget-insurer-logo.indiafirst_life_icon {
  background-position: 0 -1116px;
}

.widget-insurer-logo.exide_life_icon_life {
  background-position: 0 -968px;
}

.widget-insurer-logo.kotak_life_icon {
  background-position: 0 -1155px;
}

.widget-insurer-logo.max_life_insurance_life_icon {
  background-position: 0 -1191px;
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
  background-position: 0 -1189px;
}

.widget-insurer-logo.pnb_metlife_life_icon {
  background-position: 0 -1562px;
}

.widget-insurer-logo.reliance_nippon_life_icon {
  background-position: 0 -1230px;
}

.widget-insurer-logo.sbi_life_icon {
  background-position: 0 -158px;
}

.widget-insurer-logo.tata_aia_life_icon {
  background-position: 0 -1266px;
}

.widget-insurer-logo.tata_aia_life_icon_life {
  background-position: 0 -1261px;
}

.widget-insurer-logo.max_bupa_general_icon,
.widget-insurer-logo.max_bupa_life_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_general_icon,
.widget-insurer-logo.raheja_qbe_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_health_general_icon,
.widget-insurer-logo.religare_life_icon {
  background-position: 0 -2032px;
}

.widget-insurer-logo.star_health_general_icon,
.widget-insurer-logo.star_health_life_icon {
  background-position: 0 -1485px;
}

.widget-insurer-logo.max_new_general_icon {
  background-position: 0 -1596px;
}

.widget-insurer-logo.liberty_videocon_general_icon {
  background-position: 0 -1635px;
}

.widget-insurer-logo.icici_lombard_general_icon {
  background-position: 0 -1669px;
}

.widget-insurer-logo.cigna_ttk_general_icon {
  background-position: 0 -1709px;
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
  background-position: 0 -1744px;
}

.widget-insurer-logo.apollo_munich_general_icon {
  background-position: 0 -1782px;
}

.widget-insurer-logo.aviva_general_icon,
.widget-insurer-logo.aviva_life_icon {
  background-position: 0 -1818px;
}

.widget-insurer-logo.aegon_religare_general_icon {
  background-position: 0 -1854px;
}

.widget-insurer-logo.lnt_insurance_general_icon {
  background-position: 0 -1929px;
}

.widget-insurer-logo.dhfl_general_general_icon {
  background-position: 0 -1894px;
}

.widget-insurer-logo.lic_life_icon {
  background-position: 0 -1965px;
}

.widget-insurer-logo.care_health_general_icon {
  background-position: 0 -1450px;
}

.widget-insurer-logo.manipal_cigna_general_icon {
  background-position: 0 -2167px;
}

.widget-insurer-logo.pramerica_life_icon {
  background-position: 0 -2812px;
  background-size: 140% !important;
}

.widget-insurer-logo .edelwiess_general_icon,
.widget-insurer-logo.edelweiss_tokio_general_icon {
  background-position: 0 -1001px !important;
}

.widget-insurer-logo.edelwiess_general_icon {
  background-position: 0 -779px !important;
}

.widget-insurer-logo.manipalcigna_health_general_icon {
  background-position: 0 -1711px !important;
}

.widget-insurer-logo.niva_bupa_general_icon {
  background-position: 0 -1380px !important;
}

@media only screen and (max-width: 640px) {
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
}
.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7a869a;
  opacity: 0.6 !important;
  background: #7a869a;
  border-radius: 100%;
}

.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}

.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}

.trustedBy .slick-next.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-prev.slick-disabled {
  border-color: #a0a9ba !important;
}

.trustedBy .slick-disabled > .customeArrow {
  border-color: #a0a9ba;
}

.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-next {
    right: 0;
  }
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .trustedBy .slick-prev {
    left: 0;
  }
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .rounded.slick-prev {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.trustedBy .customeArrow.slick-disabled {
  border-color: #a0a9ba;
}

.trustedBy .customeArrow {
  border: 1px solid #2b61ec;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}

.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}

.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 18px;
  }
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.trustedBy.section,
.trustedBysection {
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section,
  .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.trustedBy.section p,
.trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .trustedBy.section p,
  .trustedBysection p {
    font-size: 14px;
  }
}
.trustedBy.section p b,
.trustedBysection p b {
  color: #1b292c;
}

.trustedBy.section .slick-list,
.trustedBysection .slick-list {
  padding-left: 0 !important;
}

.trustedBy.clearfix {
  display: inherit;
}

.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trustedBy.bg {
  background-color: #f4f7fe;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1170px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.leftSection .h2,
.leftSection h1,
.leftSection h2,
.rightSection .leftSection .h2,
.rightSection .leftSection h1,
.rightSection .leftSection h2,
.title {
  color: #253858;
  font-weight: 600;
}

.bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0 !important;
}

.clearfix {
  clear: both;
  display: table;
}

.tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.tcondition .left {
  float: left;
}

.tcondition .right {
  float: right;
}

.updatedon {
  font-size: 12px;
  padding: 0;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leftSection {
  width: 779px;
  float: left;
}

.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}

.leftSection .mf-h1 h1 {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}
.leftSection img {
  max-width: 100%;
}

.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin-bottom: 0;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 20px;
    display: block;
    margin: 0 auto;
  }
}
.leftSection .left_fullbanner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
    height: auto !important;
  }
}
.leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
}
.leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}

.leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}

.leftSection .individualButton_knowmore .buttonBox_orange {
  background: #fd4705 0 0 no-repeat padding-box;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
  box-shadow: 0 3px 6px #bfbfbf;
  border: 1px solid #fd4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
}
.leftSection .mid-form .orange-box {
  display: none;
  background: #f45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leftSection .mid-form .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068d9;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50px;
  background-size: contain;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block:before {
    display: none;
  }
}
.leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15%;
}

.leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 43px;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  user-select: none;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0d70db;
  background-color: #0d70db;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}

.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}

.leftSection .mid-form .form-block .left-div .inner-block-left,
.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div .inner-block-left .select-box,
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0;
  }
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #cfcccc;
  width: 100%;
}

.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}

.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: red;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
}
.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}

.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 4px;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-left,
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}

.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #f7faff;
  padding: 8px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}

.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}

.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
}
.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065ff;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
  width: 130px;
  margin: 20% auto 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}

.leftSection .mid-form .disclaimer a {
  color: #0065ff;
}

.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}

.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}

.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .hlvdata-block input,
.leftSection .hlvdata-block select {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}

.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.leftSection .single_image img {
  float: right;
  padding: 10px;
}

.leftSection .icon-div .sprite_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection {
    width: 100%;
  }
}
.leftSection .bannertermredirect img,
.leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}

.leftSection h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}

.leftSection .h2,
.leftSection h2 {
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}

.leftSection .h2:first-letter,
.leftSection h2:first-letter {
  text-transform: uppercase;
}

.leftSection .h2 a,
.leftSection h2 a {
  color: #0065ff;
}

.leftSection .h2.mt0,
.leftSection h2.mt0 {
  margin-top: 0;
}

.leftSection h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}

.leftSection h3 a {
  color: #0065ff;
  padding-top: 6px;
  display: block;
}

.leftSection #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 26px;
}

.leftSection .footable {
  width: 100%;
}

.leftSection .footable .table.whitebg td a.btn-class {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}

.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.leftSection table .btn-primary,
.leftSection table a.btn-primary,
.leftSection table button.btn-primary,
.leftSection table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .leftSection table tr:first-child {
    color: #253858;
  }
}
.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
}

.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}

.leftSection table td ol,
.leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.leftSection table td ol li,
.leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.leftSection table td ol li:before,
.leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}

.leftSection .return_calculator_box_investment .calc_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0 0;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065ff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}

.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}

.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}

.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #f4f7ff;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0065ff;
}

.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #f4f7ff;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #fd4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #fd4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
}
.leftSection .number-listing-box li b {
  display: block;
}

.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}

.leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .number-listing-box li ul li::marker {
  display: none;
  color: #fff;
  z-index: -5;
}

.leftSection .number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}

.leftSection .number-listing-box li ul li:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection .number-listing-box li .data_ul {
    margin-left: 0 !important;
  }
  .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
}
.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
}

.leftSection .number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: 0 0;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .data_ul li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}

.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .data_ol li h3 {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 0;
  position: relative;
  font-weight: 700;
  display: inline;
}

.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f1f3f5;
}

.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.leftSection .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%;
}

.leftSection .faqsWrap ul li li {
  background: 0 0;
}

.leftSection .faqsWrap ul li:before {
  display: none;
}

.leftSection .faqsWrap ul li .h2,
.leftSection .faqsWrap ul li .h3,
.leftSection .faqsWrap ul li .h4,
.leftSection .faqsWrap ul li h2,
.leftSection .faqsWrap ul li h3,
.leftSection .faqsWrap ul li h4,
.leftSection .faqsWrap ul li p {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.leftSection .faqsWrap ul li .h2 > a,
.leftSection .faqsWrap ul li .h2 > label,
.leftSection .faqsWrap ul li .h2 > span,
.leftSection .faqsWrap ul li .h3 > a,
.leftSection .faqsWrap ul li .h3 > label,
.leftSection .faqsWrap ul li .h3 > span,
.leftSection .faqsWrap ul li .h4 > a,
.leftSection .faqsWrap ul li .h4 > label,
.leftSection .faqsWrap ul li .h4 > span,
.leftSection .faqsWrap ul li h2 > a,
.leftSection .faqsWrap ul li h2 > label,
.leftSection .faqsWrap ul li h2 > span,
.leftSection .faqsWrap ul li h3 > a,
.leftSection .faqsWrap ul li h3 > label,
.leftSection .faqsWrap ul li h3 > span,
.leftSection .faqsWrap ul li h4 > a,
.leftSection .faqsWrap ul li h4 > label,
.leftSection .faqsWrap ul li h4 > span,
.leftSection .faqsWrap ul li p > a,
.leftSection .faqsWrap ul li p > label,
.leftSection .faqsWrap ul li p > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}

.leftSection .faqsWrap ul li .h2 > a:hover,
.leftSection .faqsWrap ul li .h2 > label:hover,
.leftSection .faqsWrap ul li .h2 > span:hover,
.leftSection .faqsWrap ul li .h3 > a:hover,
.leftSection .faqsWrap ul li .h3 > label:hover,
.leftSection .faqsWrap ul li .h3 > span:hover,
.leftSection .faqsWrap ul li .h4 > a:hover,
.leftSection .faqsWrap ul li .h4 > label:hover,
.leftSection .faqsWrap ul li .h4 > span:hover,
.leftSection .faqsWrap ul li h2 > a:hover,
.leftSection .faqsWrap ul li h2 > label:hover,
.leftSection .faqsWrap ul li h2 > span:hover,
.leftSection .faqsWrap ul li h3 > a:hover,
.leftSection .faqsWrap ul li h3 > label:hover,
.leftSection .faqsWrap ul li h3 > span:hover,
.leftSection .faqsWrap ul li h4 > a:hover,
.leftSection .faqsWrap ul li h4 > label:hover,
.leftSection .faqsWrap ul li h4 > span:hover,
.leftSection .faqsWrap ul li p > a:hover,
.leftSection .faqsWrap ul li p > label:hover,
.leftSection .faqsWrap ul li p > span:hover {
  color: #253858;
}

.leftSection .faqsWrap ul li .h2 > a:after,
.leftSection .faqsWrap ul li .h2 > label:after,
.leftSection .faqsWrap ul li .h2 > span:after,
.leftSection .faqsWrap ul li .h3 > a:after,
.leftSection .faqsWrap ul li .h3 > label:after,
.leftSection .faqsWrap ul li .h3 > span:after,
.leftSection .faqsWrap ul li .h4 > a:after,
.leftSection .faqsWrap ul li .h4 > label:after,
.leftSection .faqsWrap ul li .h4 > span:after,
.leftSection .faqsWrap ul li h2 > a:after,
.leftSection .faqsWrap ul li h2 > label:after,
.leftSection .faqsWrap ul li h2 > span:after,
.leftSection .faqsWrap ul li h3 > a:after,
.leftSection .faqsWrap ul li h3 > label:after,
.leftSection .faqsWrap ul li h3 > span:after,
.leftSection .faqsWrap ul li h4 > a:after,
.leftSection .faqsWrap ul li h4 > label:after,
.leftSection .faqsWrap ul li h4 > span:after,
.leftSection .faqsWrap ul li p > a:after,
.leftSection .faqsWrap ul li p > label:after,
.leftSection .faqsWrap ul li p > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leftSection .faqsWrap ul li .h2 > a[flag=up],
.leftSection .faqsWrap ul li .h2 > label[flag=up],
.leftSection .faqsWrap ul li .h2 > span[flag=up],
.leftSection .faqsWrap ul li .h3 > a[flag=up],
.leftSection .faqsWrap ul li .h3 > label[flag=up],
.leftSection .faqsWrap ul li .h3 > span[flag=up],
.leftSection .faqsWrap ul li .h4 > a[flag=up],
.leftSection .faqsWrap ul li .h4 > label[flag=up],
.leftSection .faqsWrap ul li .h4 > span[flag=up],
.leftSection .faqsWrap ul li h2 > a[flag=up],
.leftSection .faqsWrap ul li h2 > label[flag=up],
.leftSection .faqsWrap ul li h2 > span[flag=up],
.leftSection .faqsWrap ul li h3 > a[flag=up],
.leftSection .faqsWrap ul li h3 > label[flag=up],
.leftSection .faqsWrap ul li h3 > span[flag=up],
.leftSection .faqsWrap ul li h4 > a[flag=up],
.leftSection .faqsWrap ul li h4 > label[flag=up],
.leftSection .faqsWrap ul li h4 > span[flag=up],
.leftSection .faqsWrap ul li p > a[flag=up],
.leftSection .faqsWrap ul li p > label[flag=up],
.leftSection .faqsWrap ul li p > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul li .h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li .h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li h2 > a[flag=up]::after,
.leftSection .faqsWrap ul li h2 > label[flag=up]::after,
.leftSection .faqsWrap ul li h2 > span[flag=up]::after,
.leftSection .faqsWrap ul li h3 > a[flag=up]::after,
.leftSection .faqsWrap ul li h3 > label[flag=up]::after,
.leftSection .faqsWrap ul li h3 > span[flag=up]::after,
.leftSection .faqsWrap ul li h4 > a[flag=up]::after,
.leftSection .faqsWrap ul li h4 > label[flag=up]::after,
.leftSection .faqsWrap ul li h4 > span[flag=up]::after,
.leftSection .faqsWrap ul li p > a[flag=up]::after,
.leftSection .faqsWrap ul li p > label[flag=up]::after,
.leftSection .faqsWrap ul li p > span[flag=up]::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 26px;
}

.leftSection .faqsWrap ul li .h2 + div,
.leftSection .faqsWrap ul li .h3 + div,
.leftSection .faqsWrap ul li .h4 + div,
.leftSection .faqsWrap ul li h2 + div,
.leftSection .faqsWrap ul li h3 + div,
.leftSection .faqsWrap ul li h4 + div,
.leftSection .faqsWrap ul li p + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li {
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}

.leftSection .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%;
}

.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.leftSection .allinsurer .footable table tr:nth-child(2n) {
  background: #f7fbfd;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
  padding: 16px;
}

@media (max-width: 1024px) {
  .pbRelatedLinks.container {
    max-width: 100%;
  }
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}

@media screen and (max-width: 1024px) {
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.moretag {
  display: table;
}

.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}

.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

@media only screen and (max-width: 1024px) {
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
}
.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
  margin-bottom: 0;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no,
.howMuch_lifeinsurance .quesWrapper .q_count .yes {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.howMuch_lifeinsurance .quesWrapper .q_count .no.active,
.howMuch_lifeinsurance .quesWrapper .q_count .no:hover,
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active,
.howMuch_lifeinsurance .quesWrapper .q_count .yes:hover {
  background: #0662f6;
  color: #fff;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #ccc;
  font-size: 15px;
  line-height: 15px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}

.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink,
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  align-items: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: #00f;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after,
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0 auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .grid .leftSection .bannertermredirect img,
  .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .grid .leftSection .h1,
  .grid .leftSection .h1 strong,
  .grid .leftSection h1,
  .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection .h2,
  .grid .leftSection .h2 strong,
  .grid .leftSection h2,
  .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection .h3,
  .grid .leftSection .h3 strong,
  .grid .leftSection h3,
  .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection .h3 a,
  .grid .leftSection .h3 strong a,
  .grid .leftSection h3 a,
  .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0 15px;
    padding: 0 15px;
  }
  .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .pbRelatedLinks {
    margin-top: 0;
    background: 0 0;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}
.card {
  border-radius: 0;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.leftSection,
.rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child,
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .leftSection .h1,
  .leftSection .h1 strong,
  .leftSection h1,
  .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection .h2,
  .leftSection .h2 strong,
  .leftSection h2,
  .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection .h3,
  .leftSection .h3 strong,
  .leftSection h3,
  .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
.fd_bankwise {
  margin: 20px 0 0;
}

.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: flex;
  padding: 10px;
  column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-3:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-4:last-child() {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}

.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}

.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}

.blue-block .leftSection span.h2,
.blue-block span.title,
.leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}

.blue-block span.figer,
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
  }
}
.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}

.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.insurer-language .insurer-by-company-title .h2,
.insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-language h4 span {
  vertical-align: text-top;
}

.insurer-language.sliderWrapper .insurer-by-company-content {
  justify-content: inherit;
}

.insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
  }
}
.insurer-language .insurer-by-company-content.items {
  width: 95%;
  margin: 0 auto;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}

.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}

.insurer-language .slick-next.slick-arrow,
.insurer-language .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
}

.insurer-language .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-language .slick-next.slick-arrow {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0 15px 0 0;
  word-break: break-word;
}

.languageArticleName a {
  color: #0065ff;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in,
.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0 -810px;
}

@media only screen and (max-width: 1024px) {
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .insurer-language .insurer-by-company-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .insurer-language .insurer-by-company-content {
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: 0;
  }
}
.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.leftSection .h2.tp0,
.leftSection h2.tp0,
.rightSection > .card {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .leftSection .h2.tp0,
  .leftSection h2.tp0,
  .rightSection > .card {
    padding: 10px 0 10px;
  }
}
.animated-banner {
  margin-bottom: 20px;
}

.animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}

.animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.desktop {
    display: none;
  }
}
.animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}

.animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 375px) {
  .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0 auto;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0 auto;
  }
}
.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
}
.grid.contentSection.sticky_widget .leftSection {
  width: 779px;
  margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #newformat {
    width: 100% !important;
  }
}
.faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

h2.underline {
  position: relative;
}

h2.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #ffab00;
  height: 2px;
  bottom: -6px;
}

h2.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

h3.underline {
  position: relative;
}

h3.underline:before {
  content: "";
  position: absolute;
  width: 80px;
  background: #16af05;
  height: 2px;
  bottom: -6px;
}

h3.numberbullet > span {
  font-size: 18px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -45px;
  background: #ececec;
  border-radius: 50%;
  margin: 0;
}

.indent50 {
  padding-left: 50px;
}

#perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: 0 0;
  margin-bottom: 16px;
  padding-top: 0 !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}

@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: auto;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: 0 0;
  border: none;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}

@media (max-width: 1024px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0;
  }
}
@media (max-width: 568px) {
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a,
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: 400;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 99px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 300px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}

#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}

.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;
}

.exit-intent-popup-container.visible {
  opacity: 1;
  z-index: 999999;
}

.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%;
}

.exit-intent-popup-container .exit-intent-popup.nri:after {
  content: "";
  background: url(../../images/bu/nri-professional.svg) no-repeat center center;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 0;
  background-size: 60%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup {
    margin: 0 15px;
    padding: 14px 0 21px 15px;
  }
  .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: 24px;
  }
}
.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: 16px;
  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;
    z-index: 1;
    position: relative;
  }
}
.exit-intent-popup-container .exit-intent-popup.nri {
  padding: 20px 0 40px 45px;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-contentp .description {
  padding-bottom: 24px;
  padding-top: 5px;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-contentp .description strong {
  font-weight: 600;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-content p.details-1 {
  margin: 20px 0 6px;
  color: #253858;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-content p.details-2 {
  margin: 0;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-content p.description {
  padding-bottom: 21px;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-content button {
  border-radius: 8px;
}

.exit-intent-popup-container .exit-intent-popup.nri .exit-intent-popup-content ul li {
  color: #253858;
}

.exit-intent-popup-container .exit-intent-popup.housewife {
  padding: 24px 0 61px 45px;
}

.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 .leftSection .h2,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .leftSection h1,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .leftSection h2,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .title,
.leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .h2,
.leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h1,
.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 .leftSection .h2::after,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .leftSection h1::after,
.exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .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,
.leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .h2::after,
.leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h1::after,
.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 .leftSection .h2,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .leftSection h1,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .leftSection h2,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .title,
  .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .h2,
  .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h1,
  .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 .leftSection .h2::after,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .leftSection h1::after,
  .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .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,
  .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer .h2::after,
  .leftSection .exit-intent-popup-container.car .exit-intent-popup.new.claim-assurance-program .exit-intent-popup-content .pointers-checklist .bonus-pointer h1::after,
  .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.tw .exit-intent-popup {
  padding: 34px 24px 21px;
  max-width: 795px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup {
    margin: 0 6px;
    padding: 24px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.tw .exit-intent-popup {
    padding: 12px;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup::after {
  content: "";
  background: url(../../images/bu/tw-exit-intent-popup-image.png) no-repeat;
  width: 302px;
  height: 355px;
  position: absolute;
  bottom: 65px;
  right: -3px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.tw .exit-intent-popup::after {
    bottom: 161px;
    right: 0;
    width: 257px;
    height: 310px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup::after {
    display: none;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 100;
  border: 0;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 8px;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content .h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-right: 25px;
  max-width: 413px;
  width: 100%;
  color: #253858;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content .h2 {
    line-height: 36px;
    font-size: 24px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content .h2 {
    line-height: 32px;
    font-size: 22px;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 {
  font-size: 20px;
  margin-top: 13px;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 span.large {
  font-size: 26px;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content p.details-2 {
    margin-top: 0;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul {
  margin-top: 43px;
  width: 65%;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li {
  padding-left: 21px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #253858;
  font-weight: 400;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li.full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li span {
  font-size: 18px;
  color: #0065ff;
  font-weight: 700;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li span sup {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li span {
    font-size: 14px;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content ul li::before {
  background-image: none;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #6a7079;
  border-radius: 50%;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div {
  width: 100%;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div.term-conditions {
  max-width: 430px;
  margin-top: 0;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div.term-conditions p {
  letter-spacing: 0;
  color: #253858;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 12px;
}

.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div.term-conditions p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content > div.term-conditions {
    text-align: center;
  }
}
.exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content button {
  max-width: 435px;
  line-height: 19px;
  padding: 20px 0 17px;
  margin: 29px 0 26px;
  text-transform: capitalize;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.tw .exit-intent-popup .exit-intent-popup-content button {
    margin: 24px auto;
    padding: 13px 0;
    font-size: 14px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup {
  padding: 14px 0 8px 45px;
}

.exit-intent-popup-container.investment .exit-intent-popup:after {
  background: url("../../images/bu/exit-intent-popup-image-investment.svg") no-repeat;
  border-radius: 0 0 8px 0;
  width: 354px;
  height: 98%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup {
    margin: 0 15px;
    padding: 14px 0 8px 15px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup::after {
    background-size: contain;
    width: 215px;
    height: 225px;
    opacity: 0.5;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content h2 {
  font-size: 42px !important;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 28px !important;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description {
  font-weight: 600;
  line-height: 33px;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description span {
  font-size: 22px;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description {
    width: 87%;
    line-height: 24px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description span {
    font-size: 18px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description::after {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .description::after {
    width: 75%;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content p.details-1 {
  margin: 20px 0 10px;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content p.details-2 span.medium {
  font-weight: 700;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content p.details-2 span.small {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul {
    width: 85%;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul li {
  font-size: 16px;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul li.full {
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content ul li::before {
  top: 7px;
  bottom: auto;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .disclaimer {
  color: #929bab;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin: 16px 0 0;
  padding: 0;
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content .disclaimer.right {
  margin: 0;
  text-align: right;
  padding-right: 20px;
}

.exit-intent-popup-container.investment .exit-intent-popup .exit-intent-popup-content a {
  margin-top: 16px;
}

.exit-intent-popup-container.investment.income-tax .exit-intent-popup {
  padding-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup {
    padding-bottom: 8px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup {
    padding-bottom: 8px;
    padding-left: 16px;
    max-width: 500px;
  }
}
.exit-intent-popup-container.investment.income-tax .exit-intent-popup:after {
  background: url("../../images/bu/exit-intent-popup-image-investment-income-tax.svg") no-repeat center/contain;
  height: 350px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup:after {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup:after {
    background: url("../../images/bu/exit-intent-popup-image-investment-income-tax-mobile.svg") no-repeat center/contain;
    width: 310px;
    height: 380px;
    opacity: 1;
    bottom: 33px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup:after {
    background: url("../../images/bu/exit-intent-popup-image-investment-income-tax-mobile.svg") no-repeat center/contain;
    z-index: -1;
    height: 280px;
    width: 230px;
    opacity: 0.6;
    bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup:after {
    width: 275px;
    height: 335px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content h2 {
    font-size: 42px !important;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .description {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .description {
    font-size: 16px;
    width: 70%;
  }
}
.exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .description::after {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .description::after {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .description::after {
    width: 80%;
  }
}
.exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content p.details-2 {
  color: #000;
  margin: 13px 0 0;
}

@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content p.details-2 {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content ul {
    width: 90%;
    margin-top: 8px;
  }
}
.exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content a {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content a {
    margin: 230px auto 0;
    width: 100%;
    max-width: 297px;
  }
}
@media (max-width: 320px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content a {
    margin: 115px auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content a {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.investment.income-tax .exit-intent-popup .exit-intent-popup-content .disclaimer {
    margin: 11px 0 0;
    text-align: center;
  }
}
.exit-intent-popup-container.investment.nri .exit-intent-popup .exit-intent-popup-content p.details-2 {
  margin: 30px 0;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 26px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content h2 {
  font-size: 32px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content h2 {
    font-size: 24px !important;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content p {
  text-align: left;
  font-size: 18px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 18px;
  line-height: 28px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content p span strong {
  display: block;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content p span:after {
  display: none;
}

@media screen and (max-width: 320px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content p span {
    font-size: 16px;
    line-height: 28px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 100%;
    text-align: center;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content .viewplan-link {
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh::after {
  content: "";
  background: url(../../images/bu/jivan-labh.png) no-repeat right bottom;
  width: 284px;
  height: 284px;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh::after {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 50px;
    opacity: 1;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh::after {
    width: 130px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: 0;
    margin: 100px auto;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section {
    margin: 130px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .label {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 49%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list .pointers.full {
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #ff8679 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  s .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list .pointers {
    font-size: 11px;
    width: 50%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  width: 52% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-labh .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 16px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 26px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content h2 {
  font-size: 32px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content p {
  text-align: left;
  font-size: 20px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 20px;
  line-height: 28px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content p span:after {
  display: none;
}

@media screen and (max-width: 320px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content p span {
    font-size: 16px;
    line-height: 28px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 100%;
    text-align: center;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content .viewplan-link {
  max-width: 220px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang::after {
  content: "";
  background: url(../../images/bu/lic-jivan-umang.png) no-repeat right bottom;
  width: 284px;
  height: 284px;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang::after {
    width: 250px;
    height: 290px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang::after {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: 0;
    margin: 100px auto;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section {
    margin: 130px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .label {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 49%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list .pointers.full {
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list .pointers::before {
    left: 1px;
    top: 8px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #ff8679 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 14px;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  s .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list .pointers {
    font-size: 11px;
    width: 50%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  width: 52% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-umang .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 16px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 26px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content h2 {
  font-size: 30px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content h2 {
    font-size: 28px !important;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 22px;
  line-height: 28px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content p span:after {
  display: none;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content p span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content p span {
    font-size: 16px;
    line-height: 28px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 100%;
    text-align: center;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content .viewplan-link {
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav::after {
  content: "";
  background: url(../../images/bu/lic-jivan-utsav.png) no-repeat right bottom;
  width: 324px;
  height: 304px;
  position: absolute;
  top: 38px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav::after {
    width: 250px;
    height: 230px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 50px;
    opacity: 1;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav::after {
    width: 124px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: 0;
    margin: 100px auto 0;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  margin: 20px 0 30px;
  width: 52% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-utsav .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: center;
    margin-top: 136px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 26px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content h2 {
  font-size: 32px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content h2 {
    font-size: 28px !important;
    text-align: left;
    margin-top: 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content p {
  text-align: left;
  font-size: 20px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 20px;
  line-height: 28px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content p span strong {
  display: block;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content p span:after {
  display: none;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content p span {
    font-size: 17px;
    text-align: left;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content p span {
    font-size: 15px;
    line-height: 28px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 11px 0 0;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 150px;
    text-align: center;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content .viewplan-link {
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio::after {
  content: "";
  background: url(../../images/bu/lic-claim-settlement-ratio.png) no-repeat right bottom;
  width: 324px;
  height: 304px;
  position: absolute;
  top: 38px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio::after {
    width: 250px;
    height: 230px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 50px;
    opacity: 1;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio::after {
    width: 154px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 0;
    background-size: 100%;
    left: inherit;
    margin: 0;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin: 20px 0 30px;
  width: 52% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-claim-settlement-ratio .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: center;
    margin-top: 136px;
    margin-top: 10px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 26px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content h2 {
  font-size: 30px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content h2 {
    font-size: 28px !important;
    text-align: center;
    margin-top: 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
  width: 230px;
}

.exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 20px;
  line-height: 28px;
}

.exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content p span:after {
  display: none;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content p span {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content p span {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 11px 0 0;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 100%;
    text-align: center;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content .viewplan-link {
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans::after {
  content: "";
  background: url(../../images/bu/best-investment-plans.png) no-repeat right bottom;
  width: 354px;
  height: 324px;
  position: absolute;
  top: initial;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
  bottom: 0;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans::after {
    width: 250px;
    height: 230px;
    position: absolute;
    bottom: 0;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: initial;
    opacity: 1;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans::after {
    width: 164px;
    height: 135px;
    position: absolute;
    top: 140px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin: 20px 0 30px;
  width: 50% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.best-investment-plans .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: center;
    margin-top: 136px;
    margin-top: 140px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 50px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 26px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content h2 {
  font-size: 32px !important;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content h2 {
    font-size: 20px !important;
    text-align: left;
    margin-top: 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content p {
  text-align: left;
  font-size: 16px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
  font-size: 14px;
  line-height: 22px;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content p span strong {
  display: inline;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content p span strong {
    display: block;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content p span strong {
    display: inline;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content p span:after {
  display: none;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content p span {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content p span {
    font-size: 14px;
    line-height: 28px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 60%;
    text-align: left;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content .viewplan-link {
  max-width: 230px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .exit-intent-popup-content .viewplan-link {
    max-width: 268px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti::after {
  content: "";
  background: url(../../images/bu/lic-jivan-shanti.png) no-repeat right bottom;
  width: 254px;
  height: 304px;
  position: absolute;
  top: 50px;
  right: 60px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti::after {
    width: 210px;
    height: 250px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 50px;
    opacity: 1;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti::after {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 42px;
    right: 18px;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section {
    margin: 30px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .label {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 49%;
  margin: 0 0 6px;
  padding-left: 14px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers {
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers.full {
  width: 100%;
}

.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers::before {
    left: 0;
    top: 7px;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #ff8679 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 15px;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  s .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
@media screen and (max-width: 320px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers {
    font-size: 11px;
    width: 50%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  width: 52% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.investment .exit-intent-popup.lic-jeevan-shanti .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 16px;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exit-intent-popup {
  padding: 30px;
  width: 100%;
  max-width: 670px;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .exit-intent-popup-container.sme_ghi_exit .exit-intent-popup {
    min-height: 250px;
    height: 290px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit .exit-intent-popup {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 32px 32px 0 0;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exit-intent-popup:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit {
    align-items: end;
  }
}
.exit-intent-popup-container.sme_ghi_exit .sme-popup-content {
  width: 100% !important;
  margin-top: 0 !important;
}

.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .leftSection .h2 span,
.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .leftSection h1 span,
.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .leftSection h2 span,
.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .title span,
.leftSection .exit-intent-popup-container.sme_ghi_exit .sme-popup-content .h2 span,
.leftSection .exit-intent-popup-container.sme_ghi_exit .sme-popup-content h1 span,
.leftSection .exit-intent-popup-container.sme_ghi_exit .sme-popup-content h2 span {
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  font-weight: 700;
}

.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .stepcount {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 0;
  font-weight: 400;
  max-width: 100%;
}

.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .stepcount span {
  font-weight: 500;
  font-size: 14px;
}

.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .loader,
.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .proceed_button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  padding: 14px 0;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-transform: inherit;
  max-width: 100%;
  height: 51px;
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .sme-popup-content .loading::after {
  transform: translate(-50%, 0);
  left: 50%;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 20px 0 0;
  justify-content: space-between;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi {
  width: 58%;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper {
    flex-direction: column;
  }
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi,
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
    width: 100%;
  }
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
    display: none;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi {
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check {
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput {
  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;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  font-size: 16px;
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox {
  width: 100px;
  display: flex;
  position: relative;
  height: 56px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .country-flag {
  width: 65px;
  align-items: center;
  display: flex;
  padding: 0 15px 0 15px;
  cursor: pointer;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .country-flag img {
  width: 20px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .country-flag:after {
  content: "";
  background: url(../../images/bu/selectarrow.svg) no-repeat 0 0;
  width: 15px;
  height: 8px;
  right: -10px;
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .country-flag.active:after {
  transform: rotate(180deg);
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .country-flag.un:after {
  background: url(../images/bu/selectarrow.svg) no-repeat 0 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags {
  width: 305px;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px #ccc;
  box-shadow: 0 2px 6px #ccc;
  border-radius: 0 0 5px 5px;
  top: 70px;
  padding: 0;
  max-height: 141px;
  overflow: auto;
  margin: 0;
  display: none;
  transition: all 0.2s ease-in;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags.show {
  display: block;
  top: 60px;
  z-index: 102;
  width: 353px;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags.show {
    top: initial;
    width: 527px !important;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags.show {
    top: initial;
    bottom: 58px;
    width: 278px;
    border-radius: 5px;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags::-webkit-scrollbar {
  width: 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags::-webkit-scrollbar-track {
  background: 0 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb {
  background: 0 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: 0 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li {
  width: 100%;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li:before {
  display: none !important;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li span {
  padding: 0;
  width: 30px;
  margin-right: 10px;
  align-items: center;
  display: flex;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li span img {
  width: 100%;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li .cname {
  width: 100%;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li .code {
  padding: 0;
  width: 30px;
  margin-right: 10px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .flags li:after {
  display: none;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .codeCountry {
  border: none;
  width: 95px;
  float: left;
  padding: 15px 20px 15px 15px;
  -webkit-appearance: none;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background: url("../../images/bu/selectarrow.svg") no-repeat 95% 52%;
  background-size: 12px 8px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .countybox .cCode {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  float: right;
  padding: 0;
  height: 100%;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .search-flag {
  width: 100%;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  z-index: 102;
  top: 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .search-flag input {
  font-size: 14px;
  width: 100% !important;
  padding: 0 15px !important;
  box-sizing: border-box;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .search-flag .searchico {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
  cursor: pointer;
  top: 47%;
  transform: translate(0, -50%);
  right: 18px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .search-flag .searchico.un {
  background: url(../images/svg/home-page-icons.svg);
  background-position: 0 -1930px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput #mobile {
  width: calc(100% - 110px);
  border: none;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput input {
  width: 100%;
  height: 56px;
  padding: 0 15px 0 0;
  background: 0 0;
  border: none;
  font-size: 16px;
  border-radius: 8px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .feildLable {
  display: inline-block;
  color: #5e6c84;
  font-size: 14px;
  letter-spacing: 0;
  position: absolute;
  top: 17px;
  left: 0;
  background: #fff;
  padding: 0;
  pointer-events: none;
  transition: all 0.4s ease-in;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .feildLable.mobN {
  left: 150px;
}

@media screen and (max-width: 460px) {
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput .feildLable {
    font-size: 12px;
    top: 20px;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput input:focus + .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput input:focus + .feildLable.gray {
  left: -96px !important;
  top: -12px !important;
  font-size: 12px !important;
  padding: 0 4px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput input.labelshow + .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput input.labelshow + .feildLable.gray {
  left: -96px !important;
  top: -12px !important;
  font-size: 12px !important;
  padding: 0 4px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .registration_check .formInput.full input {
  width: 100%;
  padding: 0 15px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .fieldWrapper {
  margin: 0 0 20px;
  position: relative;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .err {
  color: red;
  font-size: 13px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi input,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi select {
  padding: 16px;
  border: 1px solid #5e6c84;
  border-radius: 8px;
  font-size: 16px;
  background: 0 0;
  -webkit-appreance: none;
  width: 100%;
  outline: 0;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi input.labelshow + .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi input:focus + .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi select.labelshow + .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi select:focus + .feildLable {
  top: -10px;
  font-size: 12px;
  left: 17px;
  padding: 0 4px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .feildLable,
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi .feildLable.gray {
  color: #5e6c84;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 17px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
  height: 208px;
  width: 233px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 10px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
    display: none;
  }
}
.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic.bu {
  background-image: url(../../images/bu/pt-exit-intent-banner.png);
  background-position: 0 0;
  width: 208px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic.article {
  background-image: url(../../images/bu/pt-exit-intent-banner.png);
  background-position: 0 0;
  width: 208px;
}

.exit-intent-popup-container.sme_ghi_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic.provider {
  background-image: url(../../images/bu/pt-exit-intent-banner.png);
  background-position: 0 0;
  width: 208px;
}

.exit-intent-popup-container.sme_ghi_exit.other .sme-popup-content .stepcount {
  max-width: 65%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container.sme_ghi_exit.other .sme-popup-content .stepcount {
    max-width: 100%;
  }
}
.exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .exit-intent-popup-content > div {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
}

.exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .sme-popup-content .leftSection .h2 span,
.exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .sme-popup-content .leftSection h1 span,
.exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .sme-popup-content .leftSection h2 span,
.exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .sme-popup-content .title span,
.leftSection .exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .sme-popup-content .h2 span,
.leftSection .exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .sme-popup-content h1 span,
.leftSection .exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .sme-popup-content h2 span {
  font-size: 32px;
}

.exit-intent-popup-container.sme_ghi_exit.thankyou .exit-intent-popup .sme-popup-content .exitintent_form_ghi_wrapper {
  height: 165px;
}

.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 auto;
    padding: 7px 21px 7px 15px;
    width: 97%;
    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%;
  }
}
.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul::after {
  content: "";
  background: url(../../images/bu/women-exitintent.svg) no-repeat right bottom;
  width: 334px;
  height: 307px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: 100%;
}

.exit-intent-popup-container .exit-intent-popup.women .exit-intent-popup-content ul .exit-intent-popup-content > div {
  width: 60%;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  min-height: 418px;
  padding: 54px 0 30px 45px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover {
    height: 96%;
    min-height: 96%;
  }
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover {
    text-align: center;
    padding: 24px 0 30px 0 !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content h2 {
    font-size: 28px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 5px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  width: 280px;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content p span:after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 10px auto;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 250px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content .viewplan-link {
  max-width: 246px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover::after {
  content: "";
  background: url(../../images/bu/death-not-cover.svg) no-repeat right bottom;
  width: 424px;
  height: 417px;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.deaths-not-cover::after {
    width: 154px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife {
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content h2 {
    font-size: 24px;
    text-align: left;
    margin-top: 40px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content {
    text-align: left;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content p span:after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 50%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content .viewplan-link {
  max-width: 220px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  border-radius: 4px;
  box-shadow: none;
  text-transform: initial;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife::after {
  content: "";
  background: url(../../images/bu/sbi-life-insurance.svg) no-repeat right bottom;
  width: 354px;
  height: 257px;
  position: absolute;
  top: 90px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife::after {
    width: 260px;
    height: 200px;
    position: absolute;
    bottom: initial;
    right: 30px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 80px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife::after {
    width: 134px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 24px;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section {
    margin: 10px 0 20px 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 50%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #f90 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .tag {
  background: #d1ffe3 0 0 no-repeat padding-box;
  border: 1px dashed #077710;
  border-radius: 12px;
  margin: 0;
  padding: 6px 6px 6px 35px;
  width: auto;
  display: inline-block;
  letter-spacing: 0;
  color: #077710;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.exit-intent-popup-container.new .exit-intent-popup.sbilife .tag:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../../images/bu/discount-icon-new.svg") no-repeat 0 0;
  background-size: contain;
  left: 10px;
  top: 12px;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .tag:before {
    top: 6px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .tag span {
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .tag {
    width: auto !important;
    font-size: 14px;
    text-align: left;
    padding: 5px 7px 5px 34px;
    line-height: 20px;
  }
}
@media screen and (max-width: 440px) {
  .exit-intent-popup-container.new .exit-intent-popup.sbilife .tag {
    border-radius: 14px;
    margin: 0;
    text-align: left;
    padding: 7px 21px 7px 35px;
    letter-spacing: 0;
    color: #106a32;
    font-size: 12px;
    line-height: 19px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.sbilife .viewplan-link {
  border-radius: 4px;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan {
    height: auto;
    min-height: auto;
    padding: 20px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content h2 {
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content p span:after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 50%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content .viewplan-link {
  max-width: 220px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content .viewplan-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan::after {
  content: "";
  background: url(../../images/bu/one-cr-termplan-exit-intent.svg) no-repeat right bottom;
  width: 354px;
  height: 347px;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan::after {
    width: 250px;
    height: 247px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 70px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan::after {
    width: 154px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 24px;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 50%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #24a851 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 16px;
    letter-spacing: -0.016em;
    margin-bottom: 12px;
  }
  s .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  width: 52% !important;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.onecr-termplan .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 16px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 40px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan {
    height: auto;
    min-height: auto;
    padding: 10px 20px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .family-image {
    display: none;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan {
    height: 96%;
    min-height: 96%;
    text-align: center;
    padding: 16px !important;
    height: auto;
    min-height: auto;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content h2 {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #253858;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content h2 {
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content .list-of-thing {
  color: #0065ff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  width: 340px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content .list-of-thing {
    color: #0065ff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 300px;
    margin: 260px auto 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 24px;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p span {
  font-weight: initial;
  position: inherit;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p span:after {
  display: none;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p:after {
  display: none;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p {
    margin: 5px 0 10px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 26px;
    font-weight: 400;
    letter-spacing: 0;
    color: #253858;
    width: 50%;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 21px;
  width: 75%;
  flex-direction: column;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content ul li {
  width: 100%;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content .viewplan-link {
  max-width: 246px;
  width: 100%;
  padding: 16px 0;
  margin: 0;
  box-shadow: none;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content .viewplan-link {
    margin: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .exit-intent-popup-content .viewplan-link {
    max-width: 250px;
    width: 100%;
    padding: 14px 0;
    margin: 14px auto 0;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan::after {
  content: "";
  background: url(../../images/bu/best-termplan-exit-intent.svg) no-repeat right bottom;
  width: 354px;
  height: 300px;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 0;
  display: block !important;
  background-size: 100%;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan::after {
    width: 250px;
    height: 247px;
    position: absolute;
    bottom: initial;
    right: 50px;
    z-index: 0;
    display: block !important;
    background-size: 100%;
    top: 70px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan::after {
    width: 154px;
    height: 115px;
    position: absolute;
    top: 40px;
    right: 24px;
    z-index: 0;
    background-size: 100%;
    left: initial;
    margin: 0;
    opacity: 1;
    background-size: contain;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section {
    margin: 10px 0 0 0;
    width: 60%;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: left;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 50%;
  margin: 0 0 6px;
  padding-left: 14px;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers::before {
  content: "";
  background: #266ff7 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers::after {
  content: "";
  background: #528dff 0 0 no-repeat padding-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers::after {
    left: 1px;
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers {
    font-size: 12px;
    width: 47%;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .pointers-section .pointers-list .pointers:before {
    top: 3px;
    transform: initial;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .tag-highlight {
  display: block;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  width: 52% !important;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .tag-highlight span {
  color: #253858;
  font-weight: 500;
  display: block;
  font-size: 22px;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 50% !important;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .tag-highlight {
    display: block;
    letter-spacing: 0;
    color: #0065ff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 100% !important;
    text-align: left;
    margin-top: 0;
  }
}
.exit-intent-popup-container.new .exit-intent-popup.best-termplan .redirectLink {
  background: 0 0;
  border: none;
  color: #266ff7;
  text-align: left;
  font-size: 18px;
  margin: 0 0 16px 0;
  text-transform: none;
  width: 100%;
  display: block;
  font-weight: 600;
  max-width: 100%;
  text-align: left;
}

.exit-intent-popup-container.new .exit-intent-popup.best-termplan .redirectLink span {
  color: #253858;
  font-weight: 400;
}

@media (max-width: 980px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .redirectLink {
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.new .exit-intent-popup.best-termplan .redirectLink {
    text-align: center;
  }
}
.exit-intent-popup-container .exit-intent-popup.child:after {
  background: url("../../images/bu/exit-intent-popup-image-child.svg") no-repeat;
  border-radius: 0 0 8px 0;
  width: 354px;
  height: 371px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup.child::after {
    background-size: contain;
    width: 215px;
    height: 225px;
    opacity: 0.5;
  }
}
.exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description {
  width: 75%;
  padding-bottom: 14px;
}

.exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description strong {
  display: block;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description {
    line-height: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content .description strong {
    display: inline-block;
  }
}
.exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content p.details-2 {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.child .exit-intent-popup-content p.details-2 {
    line-height: 28px;
  }
}
.exit-intent-popup-container .exit-intent-popup.pension:after {
  background: url("../../images/bu/exit-intent-popup-image-pension.svg") no-repeat;
  border-radius: 0 0 8px 0;
  width: 354px;
  height: 371px;
}

@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup.pension::after {
    background-size: contain;
    width: 215px;
    height: 225px;
    opacity: 1;
  }
}
.exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description {
  width: 75%;
  padding-bottom: 14px;
}

.exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description strong {
  display: block;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description {
    line-height: 20px;
  }
  .exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content .description strong {
    display: inline-block;
  }
}
.exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content p.details-2 {
  margin-top: 16px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension .exit-intent-popup-content p.details-2 {
    line-height: 28px;
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity {
    padding: 14px 15px 8px 15px;
  }
  .exit-intent-popup-container .exit-intent-popup.pension.annuity:after {
    background: url("../../images/bu/exit-intent-popup-image-pension-mobile.svg") no-repeat;
    background-size: contain;
    width: 320px;
    height: 400px;
    opacity: 1;
    bottom: 16px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity::after {
    background: url("../../images/bu/exit-intent-popup-image-pension-mobile.svg") no-repeat;
    background-size: contain;
    width: 245px;
    height: 290px;
    opacity: 1;
    bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity::after {
    width: 270px;
    bottom: -43px;
  }
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content .description {
    font-size: 18px;
    line-height: 27px;
    width: 100%;
  }
}
.exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul {
  margin: 35px 0 70px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul {
    margin: 51px 0 195px;
    width: 100%;
  }
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul {
    margin: 20px 0;
  }
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content ul {
    margin-bottom: 85px;
    margin-top: 35px;
  }
}
.exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content a {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content a {
    margin: 0 auto 11px;
    max-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.pension.annuity .exit-intent-popup-content .disclaimer {
    margin: 11px auto 0;
    text-align: center;
    font-size: 10px;
  }
}
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup {
  padding: 0;
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  padding-bottom: 20px;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .heading {
  padding: 14px;
  background: #ccc;
  border-radius: 20px 20px 0 0;
  background: #f2f7ff;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup {
    min-height: 250px;
    height: 290px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup {
    width: 100%;
    max-width: 100%;
    padding: 0 0 10px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 32px 32px 0 0;
    position: fixed;
    transition: all 0.2s linear;
    bottom: -100%;
  }
}
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content {
  margin: 0 auto;
  width: 90%;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection .h2,
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h1,
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h2,
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .title,
.leftSection .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .h2,
.leftSection .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h1,
.leftSection .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h2 {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin: 100px 0 30px;
  position: relative;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection .h2 .graphic,
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h1 .graphic,
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h2 .graphic,
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .title .graphic,
.leftSection .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .h2 .graphic,
.leftSection .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h1 .graphic,
.leftSection .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h2 .graphic {
  background: url(../../images/bu/sme/how-help-sme.svg) no-repeat;
  width: 57px;
  height: 60px;
  margin: 0 auto 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection .h2 .graphic_thankyou,
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h1 .graphic_thankyou,
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .leftSection h2 .graphic_thankyou,
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .title .graphic_thankyou,
.leftSection .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .h2 .graphic_thankyou,
.leftSection .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h1 .graphic_thankyou,
.leftSection .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content h2 .graphic_thankyou {
  background: url(../../images/bu/sme/all-right.svg) no-repeat;
  width: 57px;
  height: 60px;
  margin: 0 auto 10px;
  position: absolute;
  left: 0;
  right: 0;
  background-size: 100%;
  top: -70px;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content #ghiexitIntentWithForm {
  position: relative;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content #ghiexitIntentWithForm .exitintent_form_ghi {
  width: 100%;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .wrapradio {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .wrapthankyou {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group {
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  visibility: hidden;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group label {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  padding: 13px 10px;
  font-size: 14px;
  border-radius: 8px;
  color: #1c283d;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group label .chkbox {
  width: 20px;
  border: 1px solid #e1e1e1;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group label .chkbox:before {
  width: 13px;
  height: 13px;
  background: url(../../../cdn/images/bu/checked-ico.png);
  position: absolute;
  display: inline-block;
  background-size: 100%;
  content: "";
  color: transparent !important;
  top: 2px;
  left: 2px;
}

@media (max-width: 360px) {
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group label {
    font-size: 14px;
  }
}
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.gender.selected label,
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.selected label {
  border: 1px solid #0065ff;
  color: #0065ff;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.selected label i {
  color: #0065ff;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.selected label:before {
  background-color: #0065ff;
  border-color: #0065ff;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.selected label .chkbox {
  width: 20px;
  border: 1px solid #0065ff;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
  background: #0065ff;
  position: relative;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup .exit-intent-popup-content .sme-popup-content .form-group.selected label .chkbox:before {
  width: 13px;
  height: 13px;
  background: url(../../../cdn/images/bu/checked-ico.png);
  position: absolute;
  display: inline-block;
  background-size: 100%;
  content: "";
  color: transparent !important;
  top: 2px;
  left: 2px;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi {
  width: 100%;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions {
  display: flex;
  justify-content: space-between;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button {
  width: 48%;
  font-size: 14px;
  position: relative;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button span {
  display: inline-block;
  position: relative;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button span:before {
  content: "";
  position: absolute;
  left: -26px;
  top: -1px;
  width: 17px;
  height: 17px;
  background: url(../../images/bu/sme/call-fireinsurance.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button.invert {
  background: #fff;
  border: 1px solid #0065ff;
  border-radius: 8px;
  color: #0065ff;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button.invert span {
  display: inline-block;
  position: relative;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button.invert span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: -26px;
  top: -1px;
  width: 22px;
  height: 22px;
  background: url("../../images/bu/sme/callback-schedule-fireinsurance.svg");
  background-repeat: no-repeat;
}

@media (max-width: 568px) {
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions {
    flex-direction: column;
  }
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit #exitintent_fire_step2 .exitintent_form_ghi .actions .proceed_button {
    width: 100%;
    margin-bottom: 15px;
  }
}
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exit-intent-popup:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit {
    align-items: end;
  }
}
.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exitintent_form_ghi_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 20px 0 0;
  justify-content: space-between;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi {
  width: 58%;
}

.exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exitintent_form_ghi_wrapper .proceed_button {
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  padding: 14px 0;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  text-transform: inherit;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exitintent_form_ghi_wrapper {
    flex-direction: column;
  }
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exitintent_form_ghi_wrapper .exitintent_form_ghi,
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
    width: 100%;
  }
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit .exitintent_form_ghi_wrapper .ghi_exit_intent_graphic {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container .exit-intent-popup.fire_ins_exit.visible .exit-intent-popup {
    bottom: 0;
  }
}
#ghiexitIntentWithForm {
  position: relative;
}

#ghiexitIntentWithForm .formInput .check.format {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: url("../../images/bu/tick-enabled.svg") no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  margin: 0;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

.idvCalculator {
  width: 100%;
  max-width: 345px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  margin: 18px 0 20px;
}

.idvCalculator .leftSection .h2,
.idvCalculator .leftSection h1,
.idvCalculator .leftSection h2,
.idvCalculator .resultTitle,
.idvCalculator .title,
.leftSection .idvCalculator .h2,
.leftSection .idvCalculator h1,
.leftSection .idvCalculator h2 {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 5px;
}

.idvCalculator input,
.idvCalculator select {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #ccc;
  margin: 10px 0;
  transition: all 0.5s ease-in;
}

.idvCalculator input.error,
.idvCalculator select.error {
  border: 1px solid red;
}

.idvCalculator select {
  background-image: url(../../images/bu/arrow-down_dark.png);
  background-color: #fff;
  background-position: 94% center;
  background-repeat: no-repeat;
}

.idvCalculator .hide {
  display: none;
}

.idvCalculator #calculate_idv {
  cursor: pointer;
  background: #0662f6 0 0 no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
  font-weight: 500;
  text-align: center;
  display: block;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  margin: 6px 0 4px;
}

.idvCalculator .formFeild {
  position: relative;
}

.idvCalculator .formFeild .idvLabel {
  position: absolute;
  width: auto;
  left: 5px;
  background: #fff;
  font-size: 12px;
  padding: 0 10px 0 8px;
  color: #5e6c84;
  font-weight: 500;
  transition: all 0.5s ease-in;
}

.idvCalculator .formFeild input:focus,
.idvCalculator .formFeild select:focus {
  border: 1px solid #0662f6;
}

.idvCalculator .formFeild input:focus + .idvLabel,
.idvCalculator .formFeild select:focus + .idvLabel {
  color: #0662f6;
}

.idvCalculator .formFeild input.error,
.idvCalculator .formFeild select.error {
  border: 1px solid red;
}

.idvCalculator .formFeild input.error + .idvLabel,
.idvCalculator .formFeild select.error + .idvLabel {
  color: red;
}

.idvCalculator .result {
  margin: 0 2%;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.idvCalculator .result .idvtable {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  margin-top: 0;
}

.idvCalculator .result .idvtable tr:first-child {
  background: #f1f3f5;
  color: #344f7c;
}

.idvCalculator .result .idvtable td {
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 18px;
  padding: 10px;
}

.idvCalculator .result .idvtable tr td:first-child {
  width: 40%;
  font-size: 15px;
}

.idvCalculator .result .idvtable tr td:nth-child(2) {
  width: 60%;
  font-weight: 600;
  font-size: 16px;
}

.idvCalculator .info {
  color: #253858;
  padding: 0 2%;
}

.idvCalculator .info p {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}

.idvCalculator .info p.strong {
  font-weight: 600;
  font-size: 15px;
  margin: 10px 0 5px;
}

.idvCalculator .info .disclaimer {
  margin: 5px auto;
  padding: 0 1%;
}

.idvCalculator .info .recalculate {
  font-size: 14px;
  text-decoration: underline;
  margin: 20px 0 10px;
  cursor: pointer;
  display: inline-block;
}

.idvCalculator .info .h2text {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 15px;
  line-height: 25px;
}

.idvCalculator .info .compareButton {
  background: #0662f6 0 0 no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 46%;
  font-weight: 600;
  text-transform: uppercase;
  margin: 6px 0 4px;
  cursor: pointer;
  position: relative;
}

.idvCalculator .info .compareButton:after {
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 23px;
  top: 22px;
  background: url(../../images/footer-strip/car/path.png) center no-repeat;
  width: 16px;
  height: 14px;
}

.idvCalculator .info .compareButton.mobile_widget {
  width: 100%;
  font-optical-sizing: 11111;
}

.idvCalculator.content {
  padding: 10px 0;
  width: 100%;
  max-width: 100%;
}

.idvCalculator.content .leftSection .h2,
.idvCalculator.content .leftSection h1,
.idvCalculator.content .leftSection h2,
.idvCalculator.content .resultTitle,
.idvCalculator.content .title,
.leftSection .idvCalculator.content .h2,
.leftSection .idvCalculator.content h1,
.leftSection .idvCalculator.content h2 {
  margin: 10px 2%;
}

.idvCalculator.content .formWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.idvCalculator.content .formWrapper .formFeild {
  width: 46%;
  display: flex;
  margin: 0 2%;
}

.idvCalculator.content .formWrapper #calculate_idv {
  width: 46%;
  margin: 10px 2%;
}

.idvCalculator.content .formWrapper .compareButton {
  width: 46%;
  margin: 0 auto;
}

.idvCalculator.content .formWrapper .compareButton:after {
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 23px;
  top: 22px;
  background: url(../../images/footer-strip/car/path.png) center no-repeat;
  width: 16px;
  height: 14px;
}

.idvCalculator.content .formWrapper.mobile_widget {
  width: 100%;
  max-width: 100%;
}

.idvCalculator.content .formWrapper.mobile_widget .formFeild {
  width: 100%;
}

.idvCalculator.content .formWrapper.mobile_widget #calculate_idv,
.idvCalculator.content .formWrapper.mobile_widget .compareButton {
  width: 100%;
}

.idvCalculator.content .formWrapper.mobile_widget #calculate_idv {
  margin: 10px 2% 0;
}

@media only screen and (max-width: 640px) {
  .idvCalculator.content .formWrapper {
    width: 100%;
  }
  .idvCalculator.content .formWrapper .formFeild {
    width: 100%;
  }
  .idvCalculator.content .formWrapper #calculate_idv {
    width: 100%;
  }
  .idvCalculator.content .compareButton {
    width: 100%;
  }
}
#IDVCalculatorRHS .compareButton {
  width: 100%;
  margin: 0 auto;
}

#IDVCalculatorRHS .compareButton:after {
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 23px;
  top: 22px;
  background: url(../../images/footer-strip/car/path.png) center no-repeat;
  width: 16px;
  height: 14px;
}

.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 {
  border: 1px solid #d9d9d9;
  padding: 15px 15px 25px;
  position: relative;
  border-radius: 10px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.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-transform: uppercase;
  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 {
    box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 20px 15px 10px;
    margin: 0 10px 20px;
  }
}
.steps-count {
  display: flex;
  position: relative;
}

.steps-count .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172b4d;
}

@media (max-width: 375px) {
  .steps-count .heading {
    font-size: 18px;
    line-height: 22px;
  }
}
.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: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  margin-bottom: 6px;
}

.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 #97a0af;
  border-radius: 8px;
  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%;
  }
}
@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;
}

.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;
}

@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: 17px;
  }
}
.car-pre-quote.carSEOForm .common_heading.back .backbutton {
  background: #eeeef2;
  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: 24px 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 > .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 {
  color: #36b37e;
  font-weight: 800;
}

.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 .mainForm {
  margin: 42px 0 0;
}
@media screen and (max-width: 1024px) {
  .car-pre-quote.carSEOForm .quote-wrapper .form_details .mainForm {
    margin: 34px 0 0;
  }
}

.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 {
    pointer-events: none;
  }
  .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::-moz-placeholder {
  color: #5e6c84;
  font-size: 14px;
  letter-spacing: 0.224px;
}

.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: 400px;
  width: 100%;
  margin: 20px auto 16px;
}

@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%;
}

.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;
  border: 1px solid var(--5-e-6-c-84-n-300, #5e6c84);
  background: var(--ffffffn-0, #fff);
  color: var(--253858-n-700, #253858);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.256px;
}

.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: 48px auto 36px;
  background-color: transparent;
  margin: 30px auto 20px;
  border-radius: 40px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #c3f4df;
  max-width: 400px;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .checkIcon {
  width: 32px;
  height: 32px;
  background: url(../../images/check.svg) no-repeat 0 0/contain;
  display: inline-block;
}

.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .leftSection .h2,
.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .leftSection h1,
.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .leftSection h2,
.car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .title,
.leftSection .car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails .h2,
.leftSection .car-pre-quote.carSEOForm .quote-wrapper .carDetailsFetched .carDetails h1,
.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: flex-end;
  justify-content: flex-end;
}

.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 {
  border-radius: 8px;
  background: #f2f7ff;
  padding: 0 24px;
  line-height: normal;
  color: #253858;
  padding-bottom: 16px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap {
    padding: 0 16px;
  }
}
.car-widget .plansWrap .primaryBtnV2 {
  position: relative;
  background-color: #0065ff;
  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: 1px solid rgba(37, 56, 88, 0.1);
  margin-left: 10px;
  top: 10px;
  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-left: 12px;
  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 .planHeading {
  border-bottom: 1px solid rgba(37, 56, 88, 0.1);
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 -24px 16px;
}

@media (max-width: 480px) {
  .car-widget .plansWrap .planHeading {
    margin: 0 -16px 16px;
  }
}
.car-widget .plansWrap .planHeading sup {
  font-size: 10px;
}

.car-widget .plansWrap .tabList {
  border-radius: 8px;
  border: 1px solid #cedcf3;
  background: #e5edfb;
  padding: 4px;
  margin-bottom: 24px;
  display: 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 {
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.224px;
  padding: 10px;
  text-align: center;
  color: #253858;
}

@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 {
  background: #fff;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 4px 2px rgba(52, 105, 203, 0.16);
}

@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: 16px;
}
@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: 16px;
  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: 480px) {
  .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: 3px;
  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;
}

.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;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border: 1px solid #fff;
  cursor: pointer;
  padding: 0 !important;
}

@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 0;
  -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 {
  color: #0065ff;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  margin: 0 0 10px;
}

.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;
}

.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: 4px !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;
}

.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: #005be6;
}

.calculate-valuation .loading:before {
  top: 6px;
}

.calcuate-result .button,
.calcuate-result .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: 90%;
  margin: 100px 0 0;
  border: none;
  padding: 10px 20px;
  position: relative;
  max-width: 400px;
}

.calcuate-result .button.disabled,
.calcuate-result .button:hover,
.calcuate-result .loading.disabled,
.calcuate-result .loading:hover {
  background: #005be6;
}

@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: #0065ff;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  font-size: 16px;
  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: 7px;
  position: relative;
  max-width: 130px;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
}

.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);
}

.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;
}

.investment-option-slider {
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider {
    background: #fff;
    padding: 20px 0 40px 10px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.investment-option-slider .ghi-heading,
.investment-option-slider h2,
.investment-option-slider h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0 10px;
  text-transform: initial;
}

.investment-option-slider .ghi-heading strong,
.investment-option-slider h2 strong,
.investment-option-slider h3 strong {
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2,
  .investment-option-slider h3 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 10px 0 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .ghi-heading,
  .investment-option-slider h2,
  .investment-option-slider h3 {
    padding: 10px;
    font-size: 18px !important;
  }
}
.investment-option-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
  padding: 0;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in;
}

.investment-option-slider .option-slider.full {
  width: 1140px;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .investment-option-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider {
    padding: 0 0 0 10px;
  }
}
.investment-option-slider .option-slider .slick-next,
.investment-option-slider .option-slider .slick-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

@media only screen and (max-width: 1024px) {
  .investment-option-slider .option-slider .slick-next,
  .investment-option-slider .option-slider .slick-prev {
    display: none !important;
  }
}
.investment-option-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}

.investment-option-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box {
  box-shadow: 0 3px 3px #e6e0e0;
  background: #fff;
  width: 300px;
  border-radius: 5px;
  margin: 15px 10px 15px 12px;
  position: relative;
}

.investment-option-slider .option-slider .product-list-box.slick-slide {
  height: auto;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box {
    width: 280px;
    background-size: contain;
  }
}
.investment-option-slider .option-slider .product-list-box:before {
  width: 5px;
  height: 120px;
  content: "";
  position: absolute;
  left: -3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  bottom: 5px;
  z-index: 1;
}

.investment-option-slider .option-slider .product-list-box.blue:before {
  background: #3f4bcf;
}

.investment-option-slider .option-slider .product-list-box.lblue:before {
  background: #4bbbe6;
}

.investment-option-slider .option-slider .product-list-box.green:before {
  background: #5ece89;
}

.investment-option-slider .option-slider .product-list-box.purple:before {
  background: #a142cb;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text {
  height: 158px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  text-align: center;
  line-height: 158px;
  position: relative;
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lpr {
  background: #cbcfff;
  color: #7f87dd;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lb {
  background: #8de5ff;
  color: #3dbade;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lg {
  background: #9fffce;
  color: #6bcb9b;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lr {
  background: #ffb2b2;
  color: #de8383;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.ly {
  background: #fff0b3;
  color: #ffc400;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text.lp {
  background: #ffb6cf;
  color: #b97b93;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text::before {
  content: "";
  width: 4px;
  height: 122px;
  border-radius: 8px 0 0 8px;
  z-index: 3;
  position: absolute;
  left: -4px;
  bottom: -63px;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox {
  position: relative;
  left: 0;
  top: -1px;
  z-index: 4;
  height: 158px;
  width: 100%;
  text-align: center;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .numberCover {
  font-size: 80px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox .lakhCover {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
}

.investment-option-slider .option-slider .product-list-box .banner_without_text .numberBox::after {
  content: "";
  width: 124px;
  height: 124px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 25px;
  top: 15px;
}

.investment-option-slider .option-slider .product-list-box .banner-img {
  cursor: pointer;
}

.investment-option-slider .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/inv-opt-child.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/inv-opt-guataneed.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/inv-opt-ulip.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/inv-opt-retire.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/inv-opt-lic.jpg") no-repeat 0 0;
  height: 200px;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img6 {
  background: url("../../images/bu/sip_opt-slider.jpg") no-repeat 0 0;
  height: 200px;
  border-radius: 8px 8px 0 0;
  background-size: contain;
}

.investment-option-slider .option-slider .product-list-box .banner.img7 {
  background: url("../../images/bu/nps_opt-slider.png") no-repeat 0 0;
  height: 200px;
  border-radius: 8px 8px 0 0;
  background-size: contain;
}

@media only screen and (max-width: 360px) {
  .investment-option-slider .option-slider .product-list-box .banner {
    background-size: contain !important;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .investment-option-slider .option-slider .product-list-box .product-info {
    padding: 12px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .text {
  width: 70%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info .text.ghi {
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  align-items: flex-start;
}

.investment-option-slider .option-slider .product-list-box .product-info .text a {
  font-size: 16px;
  font-weight: 500;
  color: #253858;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme {
  height: 122px;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text {
  width: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info.sme .text.ghi {
  font-size: 14px;
  line-height: 20px;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore {
  width: 30%;
  display: flex;
  align-items: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.chkpr {
  justify-content: end;
  width: 100%;
  margin: 20px 0 0;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
}

.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect.active,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:hover,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:visited {
  color: #0065ff;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
    font-size: 0;
    bottom: initial;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore.bannerinvestmentredirect:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span {
    width: 30px;
    height: 30px;
    text-indent: -5000px;
    margin: 0 0 0 auto;
    border: none;
  }
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore .bannertermredirect:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider .option-slider .product-list-box .product-info .viewmore span:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border: solid #0065ff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    right: 0;
    margin: 0 auto;
    top: 8px;
  }
}
.investment-option-slider .option-slider .product-list-box .product-info .viewmore .button-invert {
  font-size: 12px;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  background: #fff;
  font-weight: 600;
}

.investment-option-slider.ghi .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.ghi .option-slider .product-list-box .banner img {
  border-radius: 5px 5px 0 0;
}

.investment-option-slider.ghi .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.ghi .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.ghi .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.ghi .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.ghi .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.ghi .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.car .option-slider {
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.car .option-slider {
    padding: 0 0 0 10px;
  }
}
.investment-option-slider.car h2 {
  color: #000;
  font-size: 20px;
}

.investment-option-slider.car .option-slider .product-list-box {
  width: 255px;
  cursor: default;
  height: auto;
}

.investment-option-slider.car .option-slider .product-list-box.lblue::before {
  background: #3cb1e4;
}

.investment-option-slider.car .option-slider .product-list-box.green::before {
  background: #43cd88;
}

.investment-option-slider.car .option-slider .product-list-box.prurple::before {
  background: #2f38cb;
}

.investment-option-slider.car .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.car .option-slider .product-list-box.yellow::before {
  background: #deb013;
}

.investment-option-slider.car .option-slider .product-list-box.blue::before {
  background: #4680f0;
}

.investment-option-slider.car .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  background-size: cover !important;
  cursor: pointer;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/motor/car-slider-image-motor.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/motor/car-slider-image-motor-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/motor/car-slider-image-third-party.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/motor/car-slider-image-idv-calc.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .banner.img5 {
  background: url("../../images/bu/motor/car-slider-image-motor-companies.svg") no-repeat 0 0;
}

.investment-option-slider.car .option-slider .product-list-box .product-info {
  padding: 5px 14px 14px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
  min-height: 42px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore {
  width: 250px;
  justify-content: flex-end;
  margin-top: 8px;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #0065ff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.car .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.term {
  overflow: visible;
}

.investment-option-slider.term .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  cursor: pointer;
}

.investment-option-slider.term .option-slider .product-list-box .banner img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img1 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img2 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img3 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .banner.img4 {
  background: 0 0;
}

.investment-option-slider.term .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 13px;
  display: block;
  min-height: 42px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .text {
    font-size: 14px;
    min-height: 50px;
    width: 70%;
  }
}
.investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore .bannertermredirect {
    margin-top: 0;
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info .viewmore {
    width: 12%;
  }
}
@media screen and (max-width: 767px) {
  .investment-option-slider.term .option-slider .product-list-box .product-info {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.investment-option-slider.term .option-slider .product-list-box.term-plan .product-info .text::before {
  content: "Explore Affordable";
  margin-right: 4px;
}

.investment-option-slider.term .option-slider .product-list-box.life-plan .product-info .text::before {
  content: " Secure Your Future with ";
  margin-right: 4px;
}

.investment-option-slider.term-vector .option-slider .product-list-box {
  width: 255px;
}

.investment-option-slider.term-vector .option-slider .product-list-box.lblue::before {
  background: #38a4d4;
}

.investment-option-slider.term-vector .option-slider .product-list-box.green::before {
  background: #3fc281;
}

.investment-option-slider.term-vector .option-slider .product-list-box.prurple::before {
  background: #2c34bf;
}

.investment-option-slider.term-vector .option-slider .product-list-box.red::before {
  background: #e14848;
}

.investment-option-slider.term-vector .option-slider .product-list-box.pink:before {
  background: #b97b93;
}

.investment-option-slider.term-vector .option-slider .product-list-box.yellow:before {
  background: #ffc400;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner img {
  width: 100%;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img1 {
  background: url("../../images/bu/term-slider-image-senior.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img2 {
  background: url("../../images/bu/term-slider-image-spouse.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img3 {
  background: url("../../images/bu/term-slider-image-family.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .banner.img4 {
  background: url("../../images/bu/term-slider-image-nri.svg") no-repeat 0 0;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 14px;
}

.investment-option-slider.term-vector .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.two-wheeler .option-slider .slick-prev {
  left: -25px;
}

.investment-option-slider.two-wheeler .option-slider .slick-next {
  right: -25px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box,
.investment-option-slider.two-wheeler .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box,
  .investment-option-slider.two-wheeler .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box.lblue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.green::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.purple::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.red::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.yellow:before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.home-insurance .option-slider .product-list-box.blue::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.purple,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.lblue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.green,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.red,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.blue,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .banner.yellow,
.investment-option-slider.two-wheeler .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .text,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .text {
  width: 100% !important;
  font-size: 14px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
  width: 100% !important;
  justify-content: flex-end;
  margin-top: 13px;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore a:before {
    display: none;
  }
}
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  border: 1px solid #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  color: #fff;
  background: #0065ff;
  padding: 1px 7px 2px;
  cursor: pointer;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button,
  .investment-option-slider.two-wheeler .option-slider .product-list-box .product-info .viewmore button {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
  }
}
.investment-option-slider.travel {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 0;
  margin: 40px 0;
}

.investment-option-slider.travel .leftSection .h2,
.investment-option-slider.travel .leftSection h1,
.investment-option-slider.travel .leftSection h2,
.investment-option-slider.travel .title,
.leftSection .investment-option-slider.travel .h2,
.leftSection .investment-option-slider.travel h1,
.leftSection .investment-option-slider.travel h2 {
  border-bottom: 1px solid #d9dde2;
  margin: 0 10px;
}

.investment-option-slider.travel .leftSection .h2 h2,
.investment-option-slider.travel .leftSection h1 h2,
.investment-option-slider.travel .leftSection h2 h2,
.investment-option-slider.travel .title h2,
.leftSection .investment-option-slider.travel .h2 h2,
.leftSection .investment-option-slider.travel h1 h2,
.leftSection .investment-option-slider.travel h2 h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  padding-left: 0;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
  width: auto;
  text-transform: none;
}

.investment-option-slider.travel .option-slider {
  padding: 0 3px 0 10px;
}

.investment-option-slider.travel .option-slider.slick-slider .slick-list,
.investment-option-slider.travel .option-slider.slick-slider .slick-track {
  padding-left: 4px !important;
}

.investment-option-slider.travel .option-slider .slick-next,
.investment-option-slider.travel .option-slider .slick-prev {
  top: -45px;
  transform: none;
  background: 0 0;
  box-shadow: none;
}

.investment-option-slider.travel .option-slider .slick-next:before,
.investment-option-slider.travel .option-slider .slick-prev:before {
  border-color: #000;
}

.investment-option-slider.travel .option-slider .slick-next {
  right: 23px;
}

.investment-option-slider.travel .option-slider .slick-prev {
  right: 70px;
  left: auto;
}

.investment-option-slider.travel .option-slider .product-list-box {
  width: 255px;
  cursor: initial;
}

.investment-option-slider.travel .option-slider .product-list-box::before {
  width: 4px;
  left: -4px;
  bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel .option-slider .product-list-box {
    margin-top: 10px;
  }
}
.investment-option-slider.travel .option-slider .product-list-box.lblue::before {
  background: #0bbdf2;
}

.investment-option-slider.travel .option-slider .product-list-box.green::before {
  background: #47d990;
}

.investment-option-slider.travel .option-slider .product-list-box.purple::before {
  background: #2d3cd9;
}

.investment-option-slider.travel .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.travel .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.travel .option-slider .product-list-box.blue::before {
  background: #4c9aff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner {
  display: block;
  height: 158px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.purple {
  background: #cbcfff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.lblue {
  background: #8de5ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.green {
  background: #9fffce;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.red {
  background: #ffb2b2;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.blue {
  background: #b3d4ff;
}

.investment-option-slider.travel .option-slider .product-list-box .banner.yellow {
  background: #fff0b3;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info {
  padding: 10px 10px 12px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text {
  width: 62%;
  font-size: 14px;
  height: 35px;
  line-height: 18px;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .text.full {
  width: 100%;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
  justify-content: flex-end;
  margin-top: 0;
}

.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
  color: #fff;
  background: #0065ff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  border: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore {
    margin-top: 7px;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span {
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0;
    border: 1px solid #0065ff;
  }
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore a:before,
  .investment-option-slider.travel .option-slider .product-list-box .product-info .viewmore span:before {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .investment-option-slider.travel.tw .leftSection .h2 h2,
  .investment-option-slider.travel.tw .leftSection h1 h2,
  .investment-option-slider.travel.tw .leftSection h2 h2,
  .investment-option-slider.travel.tw .title h2,
  .leftSection .investment-option-slider.travel.tw .h2 h2,
  .leftSection .investment-option-slider.travel.tw h1 h2,
  .leftSection .investment-option-slider.travel.tw h2 h2 {
    font-size: 14px !important;
  }
}
.investment-option-slider.travel.tw .option-slider .product-list-box .product-info .text {
  width: 95%;
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel.tw.three-slides {
    background-color: #fff;
    padding: 0;
    margin: 0;
  }
}
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box {
  margin: 15px 20px 10px 0;
}

.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box a img {
  max-width: 258px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info {
    padding: 10px 10px 18px;
  }
}
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 100%;
}

.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore a,
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.travel.tw.three-slides .option-slider .product-list-box .product-info .viewmore span {
  position: relative;
  right: auto;
  bottom: auto;
  font-weight: 600;
  padding: inherit;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button {
  font-size: 12px;
  padding: 0 9px;
  margin: 0;
  width: auto;
  height: auto;
  background: #fff;
  margin: 0;
  text-indent: 0;
  border: 1px solid #0065ff;
  padding: 1px 7px;
  color: #0065ff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button::before,
.investment-option-slider.home-insurance .option-slider .product-list-box .product-info .viewmore button::before {
  display: none;
}

.investment-option-slider.cv .option-slider .product-list-box.red::before {
  background: #ff5353;
}

.investment-option-slider.cv .option-slider .product-list-box.yellow:before {
  background: #ffab00;
}

.investment-option-slider.cv .option-slider .product-list-box.green.slick-slide img {
  background: #9fffce;
  border-radius: 8px 8px 0 0;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .text {
  width: 100%;
  font-size: 12px;
}

@media (max-width: 360px) {
  .investment-option-slider.cv .option-slider .product-list-box .product-info .text {
    font-size: 12px;
  }
}
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore {
  justify-content: flex-end;
  margin-top: 10px;
  width: 100%;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button {
  cursor: pointer;
  color: #fff;
  background: #0065ff;
}

.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button.active,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:hover,
.investment-option-slider.cv .option-slider .product-list-box .product-info .viewmore button:visited {
  color: #fff;
}

.investment-option-slider.three-slides .option-slider .product-list-box {
  width: 215px;
  flex-shrink: 0;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info {
  align-items: center;
  min-height: 72px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text {
  width: 60%;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .text a {
  font-size: 12px;
}

.investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
  width: 40%;
  padding: 1px 5px;
}

@media screen and (max-width: 640px) {
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore {
    height: 15px;
    width: 11%;
  }
  .investment-option-slider.three-slides .option-slider .product-list-box .product-info .viewmore::before {
    width: 9px;
    height: 9px;
    top: 5px;
  }
}
.investment-option-slider.three-slides .option-slider .product-list-box .banner {
  height: 165px;
  background-position: center;
  background-size: contain;
}

.addons-car.insurer-language {
  overflow: hidden;
}

.addons-car.insurer-language .insurer-by-company-title {
  margin-bottom: 24px;
}

.addons-car.insurer-language .insurer-by-company-content {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .addons-car.insurer-language .insurer-by-company-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block {
  min-width: 145px;
  padding: 15px 6px 0;
  justify-content: flex-start;
  height: 150px !important;
}

@media screen and (min-width: 1024px) {
  .addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block {
    margin: 7px 10px 14px 10px;
  }
}
.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons {
  width: 48px;
  height: 48px;
  background-origin: content-box;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-1 {
  background: #eae6ff;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-2 {
  background: #fff6d1;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-2 + p {
  padding: 0 5px;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-3 {
  background: #e8fcff;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-4 {
  background: #eae6ff;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-5 {
  background: #ffebe6;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-6 {
  background: #e3fcef;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-7 {
  background: #fff6d1;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-8 {
  background: #e8fcff;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-9 {
  background: #eae6ff;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block .addons-car-icons.icon-10 {
  background: #ffebe6;
}

.addons-car.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #0065ff;
  font-weight: 500;
  width: 100%;
}

.addons-car.insurer-language .slick-next.slick-arrow,
.addons-car.insurer-language .slick-prev.slick-arrow {
  border-width: 0;
  width: 32px;
  height: 32px;
  top: -80px;
  transform: none;
  background-color: #fff;
  border-radius: 8px;
}

.addons-car.insurer-language .slick-next.slick-arrow.slick-disabled,
.addons-car.insurer-language .slick-prev.slick-arrow.slick-disabled {
  border-color: rgba(37, 56, 88, 0.4117647059);
  pointer-events: none;
}

.addons-car.insurer-language .slick-next.slick-arrow::before,
.addons-car.insurer-language .slick-prev.slick-arrow::before {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 10px;
  border-radius: 2px;
  left: 12px;
}

.addons-car.insurer-language .slick-prev.slick-arrow {
  left: auto;
  right: 46px;
}

.addons-car.insurer-language .slick-next.slick-arrow {
  right: 3px;
}

.addons-car.insurer-language .slick-next.slick-arrow::before {
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  left: 8px;
}

.addons-car.insurer-language.new {
  background: rgba(222, 235, 255, 0.4);
  border-radius: 8px;
  padding: 25px 24px 20px;
}

@media screen and (max-width: 767px) {
  .addons-car.insurer-language.new {
    border-radius: 0;
    padding: 20px 0 0 16px;
  }
}
.addons-car.insurer-language.new .insurer-by-company-title {
  flex-direction: COLUMN;
  border-bottom: 0;
}

.addons-car.insurer-language.new .insurer-by-company-title h2 {
  border-bottom: 0;
  margin: 0 !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 12px !important;
}

.addons-car.insurer-language.new .insurer-by-company-title h2::after {
  content: "";
  background-color: #0065ff;
  height: 2px;
  width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.addons-car.insurer-language.new .insurer-by-company-title .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #253858;
}

.addons-car.insurer-language.new .insurer-by-company-title .description sup {
  font-size: 10px;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block {
  max-width: 197px;
  padding: 20px 13px 16px;
  justify-content: flex-start;
  height: 207px !important;
  align-items: flex-start;
  border-radius: 12px;
  margin: 0 16px 14px 0;
  cursor: auto;
  width: 100%;
  min-width: 175px;
}

@media screen and (max-width: 767px) {
  .addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block {
    max-width: 175px;
  }
}
.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block .tag {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  border-radius: 6px;
  padding: 2px 6px;
  margin-bottom: 12px;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block .label {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  margin-bottom: 12px;
  height: 150px;
  padding: 0;
  text-align: left;
  white-space: unset;
}

@media screen and (max-width: 767px) {
  .addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block .label {
    font-size: 18px;
    line-height: 26px;
  }
}
.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block button {
  border-radius: 8px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  width: 100%;
  background-color: #0065ff;
  cursor: pointer;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.pink {
  background: #fddfd8;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.pink .tag {
  color: #ab4d35;
  background: rgba(255, 143, 115, 0.28);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.purple {
  background: #e0daff;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.purple .tag {
  color: #6250c3;
  background: rgba(98, 80, 195, 0.16);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.peach {
  background: #ffebc6;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.peach .tag {
  color: #b97e10;
  background: rgba(185, 126, 16, 0.16);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.green {
  background: #b8f9d7;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.green .tag {
  color: #2a8a58;
  background: rgba(42, 138, 88, 0.16);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.light-blue {
  background: #b3ecf3;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.light-blue .tag {
  color: #168594;
  background: rgba(22, 133, 148, 0.16);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.blue {
  background: #bbf2fa;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.blue .tag {
  color: #207885;
  background: rgba(32, 120, 133, 0.16);
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.magenta {
  background: #ffdbee;
}

.addons-car.insurer-language.new .insurer-by-company-content .insurer-by-company-block.magenta .tag {
  color: #962462;
  background: rgba(150, 36, 98, 0.16);
}

.addons-car.insurer-language.new.sliderWrapper .insurer-by-company-content {
  width: 100%;
}

.addons-car.insurer-language.new.sliderWrapper .insurer-by-company-content .insurer-by-company-block {
  max-width: 194px;
  display: flex !important;
  min-width: 204px;
}

.car-carousel-banner-box {
  margin-bottom: 30px;
}

.car-carousel-banner-box.rhs {
  max-width: 342px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 1024px) {
  .car-carousel-banner-box.rhs {
    margin: 30px auto;
  }
}
.car-carousel-banner-box.rhs .car-carousel-banners-list .car-carousel-banner .content .sub-heading-button button {
  width: 86px;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 0 10px;
}

@media screen and (max-width: 320px) {
  .car-carousel-banner-box.rhs {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .car-carousel-banner-box {
    max-width: 342px;
    margin: 0 auto 30px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .slick-track {
  display: flex !important;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner {
  position: relative;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 {
  background: url("../../../cdn/images/bu/motor/car-carousel-banner-desktop-1.png") no-repeat center/cover;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 {
    background: url("../../../cdn/images/bu/motor/car-carousel-banner-mobile-1.png") no-repeat center/cover;
    padding: 20px 0 40px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .heading {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
  max-width: 292px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .heading {
    font-size: 14px;
    line-height: 20px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button {
    flex-direction: column;
    align-items: flex-start;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button .sub-heading .small {
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;
  color: #deebff;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button .sub-heading .small {
    font-size: 14px;
    line-height: 20px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button .sub-heading .medium {
  font-size: 32px;
  line-height: 37px;
  color: #deebff;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button .sub-heading .medium {
    font-size: 18px;
    line-height: 35px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button .sub-heading .medium strong {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button .sub-heading .medium strong {
    font-size: 28px;
    line-height: 35px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button .sub-heading .medium sup {
  font-size: 20px;
  color: #deebff;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button .sub-heading .medium sup {
    font-size: 12px;
    line-height: 14px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button button {
  margin-left: 45px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .sub-heading-button button {
    margin: 17px 0 0;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .terms-conditions {
  bottom: 4px;
  left: 12px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .terms-conditions {
    bottom: 12px;
    left: 12px;
  }
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-1 .content .terms-conditions span {
    display: block;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 {
  background: url("../../../cdn/images/bu/motor/car-carousel-banner-desktop-2.png") no-repeat center/cover;
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 {
    padding: 12px 0 27px;
    background: url("../../../cdn/images/bu/motor/car-carousel-banner-mobile-2.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content {
    width: 59%;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .heading {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #5e6c84;
  margin-bottom: 17px;
  max-width: 256px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .heading {
    font-size: 14px;
    line-height: 18px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .heading strong {
  color: #000;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .sub-heading-button {
  display: flex;
  align-items: CENTER;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .sub-heading-button {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .sub-heading-button .sub-heading {
    margin-bottom: 15px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .sub-heading-button .sub-heading .small {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #172b4d;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .sub-heading-button .sub-heading .small {
    font-size: 14px;
    line-height: 16px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .sub-heading-button .sub-heading .medium {
  font-size: 31px;
  line-height: 31px;
  color: #0065ff;
  margin: 0 16px 4px 0;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .sub-heading-button .sub-heading .medium sup {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .sub-heading-button .sub-heading .medium {
    font-size: 22px;
    line-height: 26px;
  }
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .sub-heading-button .sub-heading .medium sup {
    font-size: 14px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .terms-conditions {
  bottom: 12px;
  left: 12px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-2 .content .terms-conditions {
    bottom: 8px;
    left: 8px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 {
  background: url("../../../cdn/images/bu/motor/car-carousel-banner-desktop-3.jpg") no-repeat center/cover;
  padding: 29px 19px 52px 0;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 {
    padding: 12px 12px 20px;
    background: url("../../../cdn/images/bu/motor/car-carousel-banner-mobile-3.jpg") no-repeat center/cover;
    width: 100vw !important;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content {
  width: 59%;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content {
    width: 59%;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #172b4d;
  margin-bottom: 25px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .heading {
    font-size: 16px;
    line-height: 22px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .sub-heading-button {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .sub-heading-button {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .sub-heading-button .sub-heading {
    margin-bottom: 15px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .sub-heading-button .sub-heading .small {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #172b4d;
  margin-bottom: 2px;
  margin-left: 9px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .sub-heading-button .sub-heading .small {
    font-size: 14px;
    line-height: 16px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .sub-heading-button .sub-heading .medium {
  padding: 0 12px 6px;
  font-size: 28px;
  line-height: 28px;
  color: #0065ff;
  margin: 0 20px 4px 0;
  background: #deebff;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .sub-heading-button .sub-heading .medium sup {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .sub-heading-button .sub-heading .medium {
    font-size: 22px;
    line-height: 26px;
  }
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .sub-heading-button .sub-heading .medium sup {
    font-size: 14px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .terms-conditions {
  bottom: 13px;
  right: 11px;
  color: #97a0af;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .terms-conditions span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-3 .content .terms-conditions {
    bottom: 8px;
    left: 12px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 {
  background: url("../../../cdn/images/bu/motor/car-carousel-banner-desktop-4.jpg") no-repeat center/cover;
  padding: 42px 0 21px 20px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 {
    padding: 45px 0 30px 12px;
    background: url("../../../cdn/images/bu/motor/car-carousel-banner-mobile-4.jpg") no-repeat center/cover;
    width: 100vw !important;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content {
  margin: 0 auto 0 0;
  flex-direction: row;
  width: 58%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content {
    width: 100%;
    flex-direction: column;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .heading {
  margin-bottom: 17px;
  max-width: 238px;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #172b4d;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .heading span {
  color: #0065ff;
  display: block;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .heading {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .heading {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .sub-heading-button {
  display: flex;
  align-items: CENTER;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .sub-heading-button {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .sub-heading-button .sub-heading {
    margin-bottom: 15px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .sub-heading-button .sub-heading .small {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  color: #172b4d;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .sub-heading-button .sub-heading .small {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .sub-heading-button .sub-heading .medium {
  font-size: 37px;
  line-height: 37px;
  color: #0065ff;
  margin: 0 0 12px 0;
  font-weight: 700;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .sub-heading-button .sub-heading .medium sup {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .sub-heading-button .sub-heading .medium {
    font-size: 26px;
    line-height: 26px;
    margin: 0;
  }
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .sub-heading-button .sub-heading .medium sup {
    font-size: 14px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .terms-conditions {
  bottom: 8px;
  right: 11px;
  color: #97a0af;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .terms-conditions span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-4 .content .terms-conditions {
    bottom: 8px;
    right: 8px;
    text-align: right;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 {
  background: url("../../../cdn/images/bu/motor/rhs-car-carousel-banner-1.jpg") no-repeat center/cover;
  padding: 45px 20px 109px;
  height: 342px;
  width: 342px !important;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 {
    border-radius: 8px;
  }
}
@media screen and (max-width: 320px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 {
    max-width: 320px !important;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 .white-logo:after {
  left: 20px;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 .content {
  width: 100%;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 .content .sub-heading-button {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 .content .sub-heading-button .sub-heading .medium {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 .content .sub-heading-button .sub-heading .large {
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #deebff;
  margin: 0 0 8px 0;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 .content .sub-heading-button .sub-heading .large span {
  color: #ffc400;
  font-weight: 700;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 .content .sub-heading-button .sub-heading .large sup {
  font-size: 28px;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 .content .sub-heading-button .sub-heading .small {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #deebff;
  margin-bottom: 15px;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-5 .content .terms-conditions {
  bottom: 12px;
  left: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 {
  background: url("../../../cdn/images/bu/motor/rhs-car-carousel-banner-2.jpg") no-repeat center/cover;
  padding: 40px 0;
  height: 342px;
  width: 342px !important;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 {
    background: url("../../../cdn/images/bu/motor/rhs-car-carousel-banner-2.jpg") no-repeat center/cover;
  }
}
@media screen and (max-width: 320px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 {
    max-width: 320px !important;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 .white-logo::after {
  right: 35%;
  left: auto;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 .content {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 .content .sub-heading-button {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 .content .sub-heading-button .sub-heading .small {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 .content .sub-heading-button .sub-heading .small.no-margin {
  margin-bottom: 0;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 .content .sub-heading-button .sub-heading .large {
  font-size: 44px;
  line-height: 44px;
  color: #fff;
  margin: 0 0 8px 0;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 .content .sub-heading-button .sub-heading .large sup {
  font-size: 18px;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner.banner-6 .content .terms-conditions {
  bottom: 8px;
  right: 50%;
  color: #97a0af;
  transform: translate(50%, 0);
  width: 100%;
  text-align: CENTER;
  color: #5e6c84;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner .white-logo::after {
  content: "";
  background: url(../../../cdn/images/bu/motor/car-carousel-banner-logo-1.png) no-repeat center/contain;
  position: absolute;
  width: 108px;
  height: 19px;
  left: 12px;
  top: 12px;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner .blue-logo::after {
  content: "";
  background: url(../../../cdn/images/bu/motor/car-carousel-banner-logo-2.svg) no-repeat center/contain;
  position: absolute;
  width: 108px;
  height: 19px;
  left: 12px;
  top: 12px;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 55%;
  margin: 0 0 0 auto;
}

.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner .content .sub-heading-button button {
  background: #ff5630;
  border-radius: 8px;
  border: 0;
  width: 126px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  padding: 14px 0 15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner .content .sub-heading-button button {
    width: 86px;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 0 10px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner .content .terms-conditions {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .car-carousel-banners-list .car-carousel-banner .content .terms-conditions {
    font-size: 8px;
    line-height: 11px;
  }
}
.car-carousel-banner-box .car-carousel-banners-list .slick-dots {
  bottom: -27px;
}

.car-carousel-banner-box .car-carousel-banners-list .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background: #2f4efb;
  width: 10.5px;
}

.car-carousel-banner-box .car-carousel-banners-list .slick-dots li button:before {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #000;
  opacity: 0.25;
  content: "";
}

.car-carousel-banner-box .hide-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .hide-desktop {
    display: block;
  }
}
.car-carousel-banner-box .hide-mobile {
  display: block;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box .hide-mobile {
    display: none;
  }
}
.car-carousel-banner-box.no-slick .car-carousel-container {
  position: relative;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box.no-slick .car-carousel-container {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    border: 0;
    background: 0 0;
    overflow: scroll;
    display: flex;
  }
  .car-carousel-banner-box.no-slick .car-carousel-container::-webkit-scrollbar {
    display: none;
  }
}
.car-carousel-banner-box.no-slick .car-carousel-container img {
  max-width: 340px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box.no-slick .car-carousel-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.car-carousel-banner-box.no-slick .car-carousel-container .carousel {
  cursor: pointer;
  flex-shrink: 0;
  width: 100%;
}

.car-carousel-banner-box.no-slick .car-carousel-container .carousel.loading {
  position: relative;
}

.car-carousel-banner-box.no-slick .car-carousel-container .carousel.loading::after {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  border: 3px solid rgba(243, 243, 243, 0.3);
  border-radius: 70%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 20px;
  height: 20px;
  animation: spin 1.2s linear infinite;
  transform: translate(-50%, -50%);
}

.car-carousel-banner-box.no-slick .car-carousel-container .carousel.loading img {
  opacity: 0.6;
}

.car-carousel-banner-box.no-slick .dots-list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .car-carousel-banner-box.no-slick .dots-list {
    margin-top: 11px;
  }
}
.car-carousel-banner-box.no-slick .dots-list .dot {
  height: 6px;
  width: 6px;
  margin: 0 3px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background: #000;
  opacity: 0.25;
  cursor: pointer;
}

.car-carousel-banner-box.no-slick .dots-list .dot.active {
  background-color: #2f4efb;
  opacity: 0.75;
  width: 10.5px;
  border-radius: 6px;
}

.car-carousel-banner-box.no-slick .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.topplan-table {
  display: block;
  margin: 0;
  background: #f5f9fe;
  padding: 20px 26px;
  border-radius: 10px;
}

.topplan-table .item-row.noadvantages .row {
  margin-bottom: 20px;
  padding: 8px;
}

@media only screen and (max-width: 640px) {
  .topplan-table .item-row.noadvantages .row {
    padding: 0;
    border-radius: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .topplan-table {
    background: #f1f3f5;
    padding: 16px;
  }
}
.topplan-table .topplan-table-heading {
  font-size: 20px;
  padding: 0 0 10px;
  font-weight: 600;
  color: #253858;
}

.topplan-table .footable {
  overflow-x: initial !important;
}

.topplan-table .item-row {
  position: relative;
}

.topplan-table .row {
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  border-radius: 5px;
  padding: 5px;
  background: #fff;
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .topplan-table .row {
    padding: 0;
    margin-bottom: 100px;
    border-radius: 10px 10px 0 0;
  }
}
.topplan-table table {
  border: none;
  margin: 0;
  border-collapse: collapse;
}

.topplan-table table tr {
  border: none !important;
}

.topplan-table table tr td {
  width: 20%;
}

@media only screen and (max-width: 640px) {
  .topplan-table table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .topplan-table table tr:before {
    content: "";
    position: absolute;
    width: 96%;
    height: 1px;
    background: #d6d8d9;
    position: absolute;
    bottom: 86px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .topplan-table table tr td {
    width: 50%;
    padding: 10px 10px 10px 15px;
  }
  .topplan-table table tr td:first-child {
    width: 100%;
    background: #f5f9ff;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px 10px 15px;
  }
}
.topplan-table table td {
  background: #fff;
  border: none;
}

@media only screen and (max-width: 640px) {
  .topplan-table table td .insurer-logo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.topplan-table table td .insurer-logo .logo {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  padding: 5px 15px;
  width: 106px;
  margin-bottom: 5px;
}

.topplan-table table td .insurer-logo .logo img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .topplan-table table td .insurer-logo .logo {
    border: none;
  }
}
.topplan-table table td .insurer-logo span {
  color: #253858;
  font-size: 12px;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .topplan-table table td .insurer-logo span {
    font-size: 16px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .topplan-table table td:last-child {
    vertical-align: middle;
    margin: 0;
  }
}
.topplan-table table .nog {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: #344f7c;
}

@media only screen and (max-width: 640px) {
  .topplan-table table .nog {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 640px) {
  .topplan-table table .startingfrom .nog {
    font-size: 18px;
  }
}
.topplan-table table .heading {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.6);
}

.topplan-table table .check-premium {
  background: #ff5630;
  text-align: center;
  padding: 15px 0;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  max-width: 130px;
  margin: 0 0 0 auto;
  cursor: pointer;
  width: 130px;
}

@media only screen and (max-width: 640px) {
  .topplan-table table .check-premium {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .topplan-table table .check-premium {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .topplan-table table .check-premium {
    font-size: 11px;
    max-width: 110px;
  }
}
.topplan-table .pointer-list {
  background: #fff;
  display: flex;
  padding: 10px 10px 10px 140px;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0 auto;
  bottom: -42px;
  border-radius: 0 0 10px 10px;
}

.topplan-table .pointer-list .pointer-heading {
  position: absolute;
  left: 0;
  background: #74c8a5;
  color: #fff;
  font-size: 10px;
  padding: 2px 7px;
  font-weight: 500;
}

.topplan-table .pointer-list .pointer-a {
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.topplan-table .pointer-list .pointer-a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #253858;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 640px) {
  .topplan-table .pointer-list {
    display: block;
    bottom: -70px;
    border-radius: 0 0 10px 10px;
    height: 70px;
    padding: 5px 0 10px 20px;
  }
  .topplan-table .pointer-list .pointer-heading {
    font-size: 12px;
    color: #36b37e;
    position: relative;
    display: inline-block;
    background: 0 0;
    padding: 0;
  }
  .topplan-table .pointer-list .pointer-heading:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #253858;
    position: absolute;
    right: -35px;
    top: 52%;
    transform: translate(0, -50%);
  }
  .topplan-table .pointer-list .pointer-a {
    padding-left: 8px;
  }
  .topplan-table .pointer-list .pointer-a::before {
    left: 0;
    width: 4px;
    height: 4px;
    top: 10px;
  }
}
.topplan-table .pointer-list .list-wrap {
  display: flex;
  width: 100%;
}

.topplan-table .pointer-list .list-wrap .list-wrap-item {
  display: flex;
}

.topplan-table .pointer-list .list-wrap .pointer-a {
  margin-right: 30px;
}

@media only screen and (max-width: 640px) {
  .topplan-table .pointer-list .list-wrap {
    overflow-x: scroll;
    padding: 5px 0 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: block;
  }
  .topplan-table .pointer-list .list-wrap::-webkit-scrollbar {
    display: none;
  }
  .topplan-table .pointer-list .list-wrap .list-wrap-item {
    display: flex;
    width: 750px;
  }
}
.topplan-table .topplan-table-readmore {
  display: flex;
  justify-content: center;
}

.topplan-table .topplan-table-readmore .seemore {
  background: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  color: #0663f6;
  font-weight: 500;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  position: relative;
  cursor: pointer;
}

.topplan-table .topplan-table-readmore .seemore:after {
  content: "";
  border: solid #0663f6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: relative;
  right: -7px;
  top: -2px;
}

.topplan-table .topplan-table-readmore.full .seemore:after {
  transform: rotate(-135deg);
  top: 2px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.mx-auto {
  margin: 0 auto;
}

.d-block {
  display: block;
}

@media only screen and (max-width: 575px) {
  .hide-mobile {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .topplan-table {
    padding: 10px;
  }
}
.topplan-table table.new {
  width: 100%;
}

.topplan-table table.new tr {
  background: #fff !important;
  border-radius: 8px !important;
  display: flex;
  border: 1px solid #f3f3f3;
  justify-content: space-between;
  padding: 5px !important;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.1607843137);
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 640px) {
  .topplan-table table.new tr {
    padding: 0 0 8px !important;
  }
}
.topplan-table table.new tr.noadvantages {
  margin-bottom: 20px !important;
}

.topplan-table table.new tr.noadvantages td:first-child,
.topplan-table table.new tr.noadvantages td:last-child {
  border-radius: 8px;
}

@media (max-width: 640px) {
  .topplan-table table.new tr.noadvantages td:first-child,
  .topplan-table table.new tr.noadvantages td:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.topplan-table table.new tr.noadvantages td:nth-of-type(5) {
  padding-bottom: 0 !important;
}

@media (max-width: 640px) {
  .topplan-table table.new tr.noadvantages:before {
    bottom: 90px;
    z-index: 1;
  }
}
.topplan-table table.new tr.withtable .topplan-table-readmore {
  margin-top: 20px;
}

@media (max-width: 640px) {
  .topplan-table table.new tr:before {
    bottom: 145px;
    z-index: 1;
  }
}
.topplan-table table.new tr td {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.6);
  padding: 10px;
  vertical-align: top;
  border: none;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .topplan-table table.new tr td {
    padding: 15px !important;
  }
}
.topplan-table table.new tr td .insurer,
.topplan-table table.new tr td .paragraphBu {
  color: #253858;
}

@media only screen and (max-width: 640px) {
  .topplan-table table.new tr td .insurer,
  .topplan-table table.new tr td .paragraphBu {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .topplan-table table.new tr td .insurer.price-start,
  .topplan-table table.new tr td .paragraphBu.price-start {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .topplan-table table.new tr td .insurer.insurer,
  .topplan-table table.new tr td .insurer.span,
  .topplan-table table.new tr td .paragraphBu.insurer,
  .topplan-table table.new tr td .paragraphBu.span {
    font-weight: 600;
    font-size: 16px !important;
    margin-left: 10px !important;
    line-height: inherit !important;
  }
}
.topplan-table table.new tr td:last-child {
  border-radius: 0 8px 0 0;
  border: none;
  width: 200px;
  text-align: right;
}

.topplan-table table.new tr td:nth-of-type(5) {
  padding-bottom: 65px !important;
}

@media (max-width: 640px) {
  .topplan-table table.new tr td:nth-of-type(5) {
    padding-bottom: 70px !important;
  }
}
.topplan-table table.new tr td .logo {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  padding: 5px 15px;
  width: 106px;
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 640px) {
  .topplan-table table.new tr td .logo {
    border: none !important;
    margin-bottom: 0;
  }
}
.topplan-table table.new tr td .logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.topplan-table table.new tr td p {
  margin: 10px 0 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #253858;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .topplan-table table.new tr td p {
    margin: 10px 0;
  }
}
.topplan-table table.new tr td p.insurer {
  font-size: 12px;
  margin: 4px 0 0;
  line-height: 13px;
}

@media only screen and (max-width: 640px) {
  .topplan-table table.new tr td p.insurer {
    margin: 0 0 0;
  }
}
.topplan-table table.new tr td .check-premium {
  background: #ff5630;
  text-align: center;
  padding: 15px 0;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  max-width: 100%;
  margin: 0 0 0 auto;
  cursor: pointer;
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .topplan-table table.new tr td .check-premium {
    float: right;
  }
}
.topplan-table table.new tr td.pointer {
  background: 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
  padding-bottom: 0;
}

.topplan-table table.new tr td.pointer .pointer-heading {
  position: absolute;
  left: 0;
  background: #74c8a5;
  color: #fff;
  font-size: 10px;
  padding: 4px 7px;
  font-weight: 500;
  bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .topplan-table table.new tr td.pointer .pointer-heading {
    font-size: 12px;
    color: #36b37e;
    display: inline-block;
    position: relative;
    background: 0 0;
    padding: 0;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .topplan-table table.new tr td.pointer .pointer-heading::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #253858;
    position: absolute;
    right: -35px;
    top: 52%;
    transform: translate(0, -50%);
  }
}
.topplan-table table.new tr td.pointer ul {
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  margin-left: 120px !important;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #d6d6d6 #ffffff;
}

@media (max-width: 640px) {
  .topplan-table table.new tr td.pointer ul {
    margin-left: 0 !important;
  }
}
.topplan-table table.new tr td.pointer ul::-webkit-scrollbar {
  width: 10px;
}

.topplan-table table.new tr td.pointer ul::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 640px) {
  .topplan-table table.new tr td.pointer ul::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
.topplan-table table.new tr td.pointer ul::-webkit-scrollbar-thumb {
  background-color: #d6d6d6;
  border-radius: 10px;
  border: 7px solid #fff;
}

@media (max-width: 640px) {
  .topplan-table table.new tr td.pointer ul::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}
.topplan-table table.new tr td.pointer ul li {
  padding: 0 0 0 15px;
  margin: 0;
  list-style-type: none;
  margin-right: 15px;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.topplan-table table.new tr td.pointer ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #253858;
  border-radius: 50%;
  top: 55% !important;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.topplan-table table.new tr td.pointer ul li:last-child {
  margin-right: 0;
  text-align: left;
}

.topplan-table table.new tr td.pointer .overflow-auto {
  display: flex;
  height: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
  align-items: center;
}

@media (max-width: 640px) {
  .topplan-table table.new tr td.pointer .overflow-auto {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .topplan-table table.new {
    width: 96%;
    margin: 0 auto;
  }
  .topplan-table table.new tr td {
    border: none;
    padding: 10px;
    width: 50%;
  }
  .topplan-table table.new tr td .logo {
    display: flex;
    flex-wrap: wrap;
  }
  .topplan-table table.new tr td.pointer {
    flex-wrap: wrap;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .topplan-table table.new tr td.pointer .overflow-auto {
    display: flex;
    height: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    align-items: center;
  }
  .topplan-table table.new tr td.pointer .overflow-auto ul ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }
  .topplan-table table.new tr td.pointer .overflow-auto ul ::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
  }
  .topplan-table table.new tr td.pointer .overflow-auto ul ::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555;
  }
  .topplan-table table.new tr td:first-child {
    border-radius: 8px 8px 0 0;
    border: none;
    width: 100%;
    background: #f5f9fe;
    display: flex;
    align-items: center;
  }
  .topplan-table table.new tr td:last-child {
    width: 100%;
    text-align: left;
  }
  .topplan-table table.new tr td p.insurer {
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .topplan-table table.new tr:first-child {
    background: #fff !important;
  }
  .topplan-table table.new.withtable .car-widget-disclaimer {
    border: none;
  }
}
.logo-widget,
.no-webp .logo-widget,
.webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=3) center no-repeat;
}

.widget-insurer-logo {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
  background-position: 0 0;
  background-size: 100% !important;
}

.widget-insurer-logo.iffco_tokio_general_icon {
  background-position: 0 0;
}

.widget-insurer-logo.royal_sundaram_general_icon {
  background-position: 0 -39px;
}

.widget-insurer-logo.bharti_axa_general_icon,
.widget-insurer-logo.bharti_axa_life_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon,
.widget-insurer-logo.future_generali_life_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_general_icon,
.widget-insurer-logo.sbi_general_icon {
  background-position: 0 -1520px;
}

.widget-insurer-logo.liberty_general_icon {
  background-position: 0 -196px;
}

.widget-insurer-logo.tata_aig_general_icon {
  background-position: -4px -235px;
}

.widget-insurer-logo.bajaj_allianz_general_icon,
.widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
  background-position: 0 -276px;
}

.widget-insurer-logo.reliance_general_general_icon,
.widget-insurer-logo.reliance_general_icon,
.widget-insurer-logo.reliance_nippon_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.hdfc_ergo_general_icon {
  background-position: 0 -354px;
}

.widget-insurer-logo.shriram_general_icon,
.widget-insurer-logo.shriram_gic_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon,
.widget-insurer-logo.go_digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.kotak_general_general_icon,
.widget-insurer-logo.kotak_general_icon,
.widget-insurer-logo.kotak_mahindra_general_icon,
.widget-insurer-logo.kotak_mahindra_life_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon,
.widget-insurer-logo.new_india_general_icon,
.widget-insurer-logo.the_new_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.national_insurance_general_icon {
  background-position: 0 -550px;
}

.widget-insurer-logo.united_india_general_icon {
  background-position: 0 -589px;
}

.widget-insurer-logo.oriental_general_icon,
.widget-insurer-logo.oriental_insurance_general_icon,
.widget-insurer-logo.the_oriental_general_icon {
  background-position: 0 -630px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -668px;
}

.widget-insurer-logo.magma_general_icon,
.widget-insurer-logo.magma_hdi_general_icon {
  background-position: 0 -705px;
}

.widget-insurer-logo.navi_general_icon {
  background-position: 0 -738px;
}

.widget-insurer-logo.edelweiss_general_icon {
  background-position: 0 -783px;
}

.widget-insurer-logo.aditya_birla_capital_general_icon,
.widget-insurer-logo.aditya_birla_capital_life_icon,
.widget-insurer-logo.aditya_birla_general_icon,
.widget-insurer-logo.aditya_birla_life_icon,
.widget-insurer-logo.birla_sun_general,
.widget-insurer-logo.birla_sun_general_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aegon_life_icon {
  background-position: 0 -858px;
}

.widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 0 -895px;
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
  background-position: 0 -932px;
}

.widget-insurer-logo.exide_life_icon {
  background-position: 0 -969px;
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 0 -1006px;
}

.widget-insurer-logo.hdfc_life_general_icon,
.widget-insurer-logo.hdfc_life_icon,
.widget-insurer-logo.hdfc_standard_life_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.pnb_met_life {
  background-position: 0 -1558px;
}

.widget-insurer-logo.icici_prudential_general_icon,
.widget-insurer-logo.icici_prudential_life_icon {
  background-position: 0 -1080px;
}

.widget-insurer-logo.indiafirst_life_icon {
  background-position: 0 -1116px;
}

.widget-insurer-logo.exide_life_icon_life {
  background-position: 0 -968px;
}

.widget-insurer-logo.kotak_life_icon {
  background-position: 0 -1155px;
}

.widget-insurer-logo.max_life_insurance_life_icon {
  background-position: 0 -1191px;
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
  background-position: 0 -1189px;
}

.widget-insurer-logo.pnb_metlife_life_icon {
  background-position: 0 -1562px;
}

.widget-insurer-logo.reliance_nippon_life_icon {
  background-position: 0 -1230px;
}

.widget-insurer-logo.sbi_life_icon {
  background-position: 0 -158px;
}

.widget-insurer-logo.tata_aia_life_icon {
  background-position: 0 -1266px;
}

.widget-insurer-logo.tata_aia_life_icon_life {
  background-position: 0 -1261px;
}

.widget-insurer-logo.max_bupa_general_icon,
.widget-insurer-logo.max_bupa_life_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_general_icon,
.widget-insurer-logo.raheja_qbe_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_health_general_icon,
.widget-insurer-logo.religare_life_icon {
  background-position: 0 -2032px;
}

.widget-insurer-logo.star_health_general_icon,
.widget-insurer-logo.star_health_life_icon {
  background-position: 0 -1485px;
}

.widget-insurer-logo.max_new_general_icon {
  background-position: 0 -1596px;
}

.widget-insurer-logo.liberty_videocon_general_icon {
  background-position: 0 -1635px;
}

.widget-insurer-logo.icici_lombard_general_icon {
  background-position: 0 -1669px;
}

.widget-insurer-logo.cigna_ttk_general_icon {
  background-position: 0 -1709px;
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
  background-position: 0 -1744px;
}

.widget-insurer-logo.apollo_munich_general_icon {
  background-position: 0 -1782px;
}

.widget-insurer-logo.aviva_general_icon,
.widget-insurer-logo.aviva_life_icon {
  background-position: 0 -1818px;
}

.widget-insurer-logo.aegon_religare_general_icon {
  background-position: 0 -1854px;
}

.widget-insurer-logo.lnt_insurance_general_icon {
  background-position: 0 -1929px;
}

.widget-insurer-logo.dhfl_general_general_icon {
  background-position: 0 -1894px;
}

.widget-insurer-logo.lic_life_icon {
  background-position: 0 -1965px;
}

.widget-insurer-logo.care_health_general_icon {
  background-position: 0 -1450px;
}

.widget-insurer-logo.manipal_cigna_general_icon {
  background-position: 0 -2167px;
}

.widget-insurer-logo.pramerica_life_icon {
  background-position: 0 -2812px;
  background-size: 140% !important;
}

.widget-insurer-logo .edelwiess_general_icon,
.widget-insurer-logo.edelweiss_tokio_general_icon {
  background-position: 0 -1001px !important;
}

.widget-insurer-logo.edelwiess_general_icon {
  background-position: 0 -779px !important;
}

.widget-insurer-logo.manipalcigna_health_general_icon {
  background-position: 0 -1711px !important;
}

.widget-insurer-logo.niva_bupa_general_icon {
  background-position: 0 -1380px !important;
}

@media only screen and (max-width: 640px) {
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
}
.car-top-plans {
  background: #edeff1;
  border-radius: 8px;
  padding: 20px 16px 0;
  border: 1px solid #edeff1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .car-top-plans {
    padding: 20px 16px 20px;
  }
}
.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;
}

.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sticky_widget .rhs-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 56px;
  width: 342px;
}

@media screen and (max-width: 1024px) {
  .sticky_widget {
    flex-direction: column !important;
  }
  .sticky_widget .rhs-sticky {
    width: 100%;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fade {
  animation: fade ease 0.3s;
  -webkit-animation: fade ease 0.3s;
}

.overlay-popup-action {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.overlay-popup-action-tracking {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.new_badge {
  background: #36b37e;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 0 8px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  line-height: normal;
}

.new_badge::before {
  content: "";
  border-left: 4px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.new_badge::after {
  content: "";
  border-right: 4px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.why-policy-banner.why_pb {
  color: #546e7a;
  box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.16);
  margin-bottom: 16px;
  max-width: 342px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto 25px;
}

.why-policy-banner.why_pb.new {
  box-shadow: none;
}

.why-policy-banner.why_pb.new .why-buy-img {
  max-width: 342px;
  cursor: pointer;
  width: 100%;
  height: auto;
}

@media (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
  .why-policy-banner.why_pb.new img {
    height: 412px;
  }
}
@media (max-width: 1024px) {
  .why-policy-banner.why_pb.new {
    margin: 10px auto 20px !important;
    background: 0 0;
    padding: 0;
  }
  .why-policy-banner.why_pb.new img {
    height: 412px;
    border-radius: 16px;
  }
}
.why-policy-banner.why_pb.rto {
  max-width: 285px;
}

.why-policy-banner.why_pb.rto .why_pb_banner_right ul li {
  line-height: 1;
  font-size: 13px;
}

.why-policy-banner.why_pb.rto .why_pb_banner_right .left_img {
  top: 15px;
  width: 115px;
}

@media screen and (max-width: 1024px) {
  .why-policy-banner.why_pb.rto {
    max-width: 246px;
  }
  .why-policy-banner.why_pb.rto .why_pb_banner_right ul {
    padding: 16px 15px 14px 0;
  }
  .why-policy-banner.why_pb.rto .why_pb_banner_right .left_img {
    top: 15px;
    width: 70px;
  }
}
@media screen and (max-width: 823px) and (min-width: 820px) and (orientation: landscape) {
  .why-policy-banner.why_pb.rto {
    max-width: 198px;
  }
  .why-policy-banner.why_pb.rto .why_pb_banner_right .left_img {
    display: none;
  }
}
@media screen and (max-width: 812px) and (min-width: 810px) and (orientation: landscape) {
  .why-policy-banner.why_pb.rto {
    max-width: 195.5px;
  }
  .why-policy-banner.why_pb.rto .why_pb_banner_right .left_img {
    display: none;
  }
}
.why-policy-banner.why_pb.cashless-garages {
  margin-bottom: 16px !important;
}

.why_pb_banner_right {
  border-radius: 8px;
  background-color: #fff;
  min-height: 289px;
  padding: 15px 20px 15px 20px;
  position: relative;
  cursor: pointer;
}

.why_pb_banner_right .left_img {
  width: 145px;
  height: 255px;
  position: absolute;
  right: 0;
  background: url(https://static.pbcdn.in/car-cdn/rct/images/whybuybanner.svg) 2px bottom;
  top: 44px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 320px) {
  .why_pb_banner_right .left_img {
    width: 115px;
  }
}
.why_pb_banner_right h2 {
  font-size: 20px;
  font-weight: 700;
  color: #172b4d;
  letter-spacing: normal;
  background: 0 0;
  text-align: left;
  padding: 0;
  margin: 0;
}

.why_pb_banner_right ul {
  padding: 16px 45px 14px 0;
  list-style: none;
}

.why_pb_banner_right ul li {
  font-size: 16px;
  color: #505f79;
  line-height: 1.31;
  padding-bottom: 13px;
}

.why-policy-banner .Know_mr {
  border: solid 1px #017fff;
  background-color: #017fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.22px;
  color: #fff;
  width: 154px;
  height: 40px;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
}

.why-policy-banner .popup.why-policy {
  position: fixed;
  width: 800px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  left: 50%;
  top: 50%;
  padding: 15px 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  right: 0;
  margin: 0 auto;
  color: #212121;
  z-index: 100000;
}

.why-policy-banner .popup.why-policy .close-icon {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 0;
  right: -32px;
  cursor: pointer;
}

.why-policy-banner .popup.why-policy .close-icon:before {
  position: absolute;
  left: 12px;
  top: 0;
  content: " ";
  height: 28px;
  width: 3px;
  background-color: #fff;
  border-radius: 8px;
  transform: rotate(45deg);
}

.why-policy-banner .popup.why-policy .close-icon:after {
  position: absolute;
  left: 12px;
  top: 0;
  content: " ";
  height: 28px;
  width: 3px;
  background-color: #fff;
  border-radius: 8px;
  transform: rotate(-45deg);
}

.why-policy-banner .popup.why-policy h2 {
  color: #212121;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 15px 20px;
  width: 100%;
  position: relative;
  font-weight: 500;
}

.why-policy-banner .popup.why-policy .popup-content {
  width: 94%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: auto;
  max-height: 480px;
}

.why-policy-banner .popup.why-policy .popup-content::-webkit-scrollbar {
  display: none;
}

.why-policy-banner .popup.why-policy li b {
  width: 100%;
  color: #060606;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.why-policy-banner .popup.why-policy li:last-child span {
  border: none;
  margin: 0;
}

.why-policy-banner .popup.why-policy li span {
  color: #696969;
  line-height: 18px;
  border-bottom: solid 1px #d8e8fc;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  display: block;
}

.why-policy-banner .popup.why-policy .Know_mr {
  margin: 0 auto;
}

.why-policy-banner .popup.why-policy .t_c {
  display: block;
  clear: both;
  position: absolute;
  right: 15px;
  bottom: 4px;
  font-size: 11px;
  margin-bottom: 0;
}

.why-policy-banner .popup.why-policy .t_c a {
  text-decoration: none;
  color: #0065ff;
}

@media screen and (max-width: 1024px) {
  .why-policy-banner .popup.why-policy {
    max-width: 600px;
    width: 100%;
  }
}
.why_pb_banner_wrap {
  height: 108px;
  background: #f7fcff;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 783px;
}

.why_pb_banner_wrap .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.why_pb_banner_wrap .owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  background: #b9d4fb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1px;
}

.why_pb_banner_wrap .owl-carousel button.owl-dot.active {
  background: #0065ff;
}

.why_pb_banner_wrap .owl-carousel .animated {
  animation-duration: 0.1s;
}

.why_pb_banner_wrap h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-left: 135px;
  padding-bottom: 2px;
  margin: 0;
}

.why_pb_banner_wrap .item {
  width: auto;
  background: 0 0;
  height: auto;
  padding: 0;
  z-index: auto;
}

.why_pb_banner_wrap .content_text {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  width: calc(100% - 173px);
}

.why_pb_banner_wrap .content_text p {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  margin: 0;
}

.why_pb_banner_wrap .content_text p span {
  font-weight: 500;
}

.why_pb_banner_wrap .content_image {
  position: absolute;
  left: 25px;
  bottom: -27px;
}

.why_pb_banner_wrap .content_image.img1 {
  width: 80px;
}

.why_pb_banner_wrap .content_image.img2 {
  width: 80px;
  bottom: -23px;
}

.why_pb_banner_wrap .content_image.claim_img {
  bottom: -21px;
}

.why_pb_banner_wrap .content_image.img3 {
  width: 83px;
  bottom: -17px;
}

.why_pb_banner_wrap .content_image.img4 {
  width: 125px;
  left: 0;
  bottom: -19px;
}

.why_pb_banner_wrap .content_image.img5 {
  width: 80px;
  bottom: -14px;
}

.why_pb_banner_wrap .blue_btn {
  border: 1px solid rgba(27, 85, 197, 0.64);
  border-radius: 4px;
  background: #fff;
  font-size: 18px;
  letter-spacing: 0.29px;
  color: #1b55c5;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
  width: 147px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.why_pb_banner_wrap .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -17px;
  left: 50%;
}

.why_pb_banner {
  padding-left: 135px;
  position: relative;
  white-space: normal;
}

.owl-carousel .owl-item .why_pb_banner img {
  width: auto;
  max-width: 100%;
}

.popup.why-policy li {
  float: left;
  width: 100%;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 300;
  padding-left: 65px;
  position: relative;
  line-height: 22px;
}

.popup.why-policy li div.CashlessAssurance {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 3px;
  background: url(https://static.pbcdn.in/car-cdn/rct/images/cashless.svg) no-repeat;
  background-size: contain;
  height: 42px;
  width: 96px;
  top: 3px;
}

.popup.why-policy li div.PickupDrop {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 3px;
}

.popup.why-policy li div.RepairAssurance {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 3px;
}

.popup.why-policy li div.VideoClaims {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 3px;
}

.popup.why-policy li div.Windshield {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 3px;
  background: url(https://static.pbcdn.in/car-cdn/rct/images/windsheild.svg) no-repeat;
  background-size: contain;
  height: 34px;
  width: 50px;
}

.popup.why-policy li div.ClaimAssistnace {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 3px;
  background: url(https://static.pbcdn.in/car-cdn/rct/images/24x7_claim_icon.svg) no-repeat;
  background-size: contain;
  width: 47px;
  height: 41px;
  top: 0;
}

.popup.why-policy .PickupDrop {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAjCAYAAADWtVmPAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAcRSURBVFiF1dh7jFXVFQbw374zCFYkGHxCrVob20qwgMGo9YXGQmqLjwpVGymPey4CoQlVqGgbJ9pItdTSVArcGUREY5VKA62JRi2K2sSqIEqj1WoFgahVQYPIY+5d/eMOjMPcOwzUUPslJyfZ69t7re/ss/dae9MRsrhNFv8wJr7cIe9zgFTTksUI3Icy3lY2xLy0en8FtrfIVW3Nx3FoxJuSQZKSnCfk49T9Gt1eoL2QhshJ5qMHvqSsh2an4i3Jo7IYsr+D7AzaC1nvOpyN6VguWairT9QbjBVYqhDD92+Ye0ZbIYUYiJ9hhU0ahCtxkGYzzU4bdXM+lgr3yiL7H8RbE62LvRBfwArhaMnJiukVkI+RkgXCcE3pD4ZHnZ5mI4+pGtOMffaej6Vy+nbICW/pZpjfpo86orXOSNkM4auYsksENKW78ADmGBO9LUoljamAm/BLWdy8byoiSb6LLcLzNR9Os83Mzo1ZiIGyKMviQaL9ljwxesligyweamMvxHhZNMtitoaovgN2JCSLkI/rOqTlY4osQhbDOqJVnJf0QZJzGynasWal9zEa31IwcVd7Mc0WRmCU9e5RiC57J6YGJkR3WVysEFMl9fgIRaPjsI6F7EQo1xy8MT0s+Z1wi0J8bVd7U1osZwiGCkta1tq+Ix9f12wVFgu34GaVVHCELuZ0TsieMRVrhbvbfP25abnkLHxDeNio6Ln3ClpQ2Vh6De1n1j358j8fGF/2wPiy8ecE4ZITfhqTawtJSiAc1KGTYtoi50qcpOyG3WwvKTsdh+pimXwcsdciJsSRGDSsv6dmjihNPPmY+Erf3qFv7zDp3LJBx4QNH5oxckEMqC6k5Fl8gIXGxjc7dDY3PYcbJdfK4vQ2tnlpjQOcga2SJ10Vx+6VkO36wAUnlc9vF2jilkvLErlVaz22bFnUtxVSiKt10Uuz/tgk56Y9OtxkOp7BXSZE9za2Wel9yXl4VcmTxsWJnRZSpxkSB1Qz9+7J9d8uW7XWIbe/7L62QsIUZdfq7l2VWem1R4eLUkkyEkfYUWWPL6Yt+rgIjyp7QhaDOiUkvIbmVW+pmfwuGhCG9g1LXzRMFie0CknmSH5oq00YiAWdclpMr0smY6x8XNjO3pCaNRqjUkU/phCDOzHmFhRnP547YP7TaduqdcnfN7R/hvbzYnPZDiwwPOogVRKT7wunSZ7WmO7vlJCdyGIJThP6aUrvVOUU4kfCdOEKTWlJpTGSTFm4XlNqrQ5GRTdd/CJV0uWet/KW/rUPVp3FVXG4khfxrEbDqiZUdh7U5ksmKKYFNYXsxPCo08vRtneQIuoUMFnJSf+1DjAuhsqiLB+FDnmFGCyLjQpxdadLlI6Qj1NbypcR9e2MY6K3nCGSwzs9YKUeWCO5TT4O3ZWXdkdlrh4SZijor/rc7RPaCsliGm5AV2zGjr0cb7vkmk7wNgoX4D3JZ3IP0CokHxNV6pr7lUxzR3rjs3Cwv1BZSJOiq+QmYbk+Lv9/E8FOIdsNxCG4U0OqXQF/jlH5tUq6S0g1MmoWF2My+uFDPIUbNaZX23FHx2HqTcN3cCReE+6QU1RMe15zk+NAH5skXIHjsQ5/tMOt7kybdmNX8kxo3lk0vqKyp7Qr1uRjhsrZ4EAsxF9bglwhi7N34x6n3nMYj9VowoeS24UlJkXXDkVMih42+4swHRtUqoI38BNdPKMQR+3W40xQ5/XWpiwelEVJFj/4VNswWcSufX8nRsfRslgti3fbFI1ZPCWLdbJoe6GQj0tk0awQDR0KKcTtstgsH2e2aR8XZ8niY1n8+VNjnimLzbJYSaTW4MZEb3WWq0znS1gpOUN4TWMa2s7p2DhFzjN4RPIv4WBcLhmhmBa142cxG1dIfl9TSBgpuUEx3VpF5LXCdMndwnEqZdFGOYMV00ttS5TxcYgdpkouxFHoKfmxYvp1Fa9J5j0crJJzuuJA3fSsenVTWWeL1c5PXdBdTn9z06p21rExQM4KfIJ3VD7gzxXTWnZPiLPTRkzDtJb7q22i+tlAg2S9eslixXSZQuSFRttq8EM3CeESTemRdvZxcZ6yR5Vr9E+6trwnK6a5u5trF2SLUgmrMKzqVc8656GHsudBqeVd1r6krwRwEUpKXqhqr/cCmlt4tfoTVlQz7+nyYSZOt8GvDI/WLzU2BkiaVE6U88G8tBKPS2bIx7m7uA2Rk48pGCG51/z076qeKifLhcIUWVzWxlbZgK7G0xrTs9V17glZzMIErMffcDhOwXZ8T2N6eBc3H1+ULFPZMJ7DGgzA8ZKVtju3Si5oxaToYatHcIpktfAyTkRfrFHnHHPSm/smpBLgpZIJLYNuxTJMr5oQR0VP9a5p+RWOkqwRFkl+03IC7Bijopt6kySX4Vi8jT8pu9W89EGtbv8BWbjEnZi5CDwAAAAASUVORK5CYII=) no-repeat 0 0;
}

.popup.why-policy .RepairAssurance {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAABmJLR0QA/wD/AP+gvaeTAAAGpElEQVRYw81ZCWwUVRger3qiXKJgRFExKIcxEUXxippoqkREURIEC7szIAgWATVIoQYEIyrIZQS8ypGiJAIGQQgpBm9RCbWUBpWggW4liOEQ6u7s5/+/9+/um9nZq0XkJX9m+96b/33zv/+uZTV32OhJtCUH9bT+9xHGXQQE9PyOnhs8pOeg9pw0QIfh9rQ1njthQB20J3rBsnDKfwI0jJFWCK2PB8gd6jAHcz1g++M0OuROoqU5gdp4m37fbJXjVJ9+T5P1H4l/26aBHIoOAvIQPRcLwznWIJxLf48lgPUy9zfRJ/R3pwCgnWntK6KY7N1L7462RuFM2j9VpL1aeGyzhqNdU0EepOet8vUvy2GH5bmSgNxnjcHZOfmNRBvaP4Bok7y7X0DOV7ek1Yf51lgjcHHhIEPo7bsqBruZ6JZmqNP9RNXEY55HlbSaHFRnD8cluUHaqAsEmf3wK5VR2JhBtESIf48gnlek7Ve6GmCcLAAbfxHttIbg0myuZjBtihNtJGMpygquHKcTwLBIB0JHiXYLHTXmtxENVQaYi2cYa0UtnFzSeUrArsoIlvU24Q3YqbOBOOiYti+Ey2i9VKITA65V1p8JpI0PhOf4fMPiKAWWLdLBGT6ph2itkehnWuub0b96Bu2x8TDRr0THiEo8yyzpgkHyYEu20UD0rQeIgydEMuusJ9GqYENix25jvfAY6BPOZuUN2P0VkGiME2Z3GJLsJdLYoK7JGNsjjd12RKIz6yLuTzsisX2a3OraSPT1nfW4NuCKN4oO9zQ+orec+Vx+IDWjP9S1e6+GDWKXGe5qalBU2xCbS8BiRMhAtBZ9YwsMFdJ+dbeKSGa0Yrvgs32CCB6p+NzPkOYQCaP9TZB1kdj6LAC9VB9bx+8YoAbIOYMN1eor4fjuIL3po1xBgjji2PiHwtz5BtPvFRn6SiDfMoFU74lhwMI42o4B2o0F7Io4ttf7wDbE5vkMbKu2AxkjcJ6oxBoPJsZIk1WGv0vQJuMrO4oHSFpjbaSxOx3smiBKl7toQyCnr3UxcaWLouHA1DVumhp4dNbB84q3GYkSftRLVQmgnysrTpCDcwxplsgVXWNIc47/akvejeO19SlgxbPj6PdmPEANorMM3l0FyCCPxzGxMDYDaFWWAFBG667pT+mw7dn0kdWgS1kc41e4AetutWGkRUqiKt/N6IGq8gPKyQNbojHowENBAL/ZFUPXyXF0GA/0mRvHtj2BH3LQx3+fSh+bDTSMV1VO6gV6OAjo1t9jeOZDFwMXxdFilNbXPIAeIYm+0nygnCSzHhleINfVM42ja28/DmnzHBSSvEvQUvS/ND+gDn5RESFF9xoSfdAfpTji+AF0oytfsDklwUmrXbQcjQB/Gp2RVm/ZeMAAdo8Hi8ZWFeyeHPyQfJFjL5cKDmYmnX19Y1d/NHpovtbNcgJYtspF61LgsQVpVh+t24suBqjZcvWml/k62D0NRQufO5iS5ttsfKSSFN6buv5ZJogtu7XDb/U00IZAsrtinc0oTQcXiCGtSM4NwYXKw7BdmJiMc02d7J6WuA7DDeL0pyamOHbT4Z8WEELXVsGI4WFMV6BCuN4QyCA5u1e+2VONSnLLPYyXqjzUKFGanJSEcZsK0zYqPOUJJymcs/rL6ixAHxXdsJNzWi3qVJkcwlVBaR4ZWQ0BO8rE1h2Y5ukSukEJgq3eWwZB5bwFJs4H6KXfPHWOQ4ag9Wq/ss5CB5fXNv5UAcTG1Z4ERVv3IZWY5A1SJwYxej4eEAA6SW7qKnXgCjQ3wM60r1Jqsa1kqJdnuMWoSqpzZvnsJnQnLpZWKnjL6hZiDEcUYC4jODBwOubgJkX8W1cKX8iewzT/UlaJcb6rwW7KLlkHz4puLs+7N2VjkuSrCKC4qkA5scm3A8IGpnW1LPMmXXJUyCET09b5SsK4KPBd7huFcKOKZEz8O1MviRtiQb6Rc14NsjJ3OaK7dO+JP5vsu+7PpEc0rUlVqI7tU1QnhptnptXrJJoFtCy/minh0xy8Iy++qKJIGF+K7/tYdO4A0SKaf8RzoH9wMsM1fRgLxeJd4XFMNS+4WAxjgpy1JGc3JRAs9zU1gz3K2fOVpqLXMuVO9HpUXXW6tV8nHwcxpkri0UOuuVjqo71y3YsLB2mC1ZI45slwUld5VjINDGrkMnitQhMC25Ocpene6PtNB2k6Y5ZMU3r4KaDFWd7vkX/IPB7/bOC+p5nxMHF9ngvoCf+vSDY6KYBy89dsFgRR1qZsfuNfXlcAcusA7qEAAAAASUVORK5CYII=) no-repeat 0 0;
}

.popup.why-policy .VideoClaims {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAqCAYAAABC8iBdAAAABmJLR0QA/wD/AP+gvaeTAAACDUlEQVRYhe3YsWtVVxwH8M/vvieJgrWmoqKZOijqIIqlW6lT7eBoUAIGSqIiLh2D/4OK1oDGQgdjByk4ODoURNxaEBVU3FIICWJcNOblvZ9Dmia+vPie6XPyfbd7zvndz+Fwh/s7YSEn8ztVPwm7UNKOpCnhT90uuBRvAwzlUYxhCo9RbQvGJuzFPdO+X8AmpCfWO+R8vGlYdiKPSF+DMKswpmK7wkFr3DASEw3rhrIf13GsbDB7sQVnV4SOZEm6go0gUTWp8CP6zXqFXxvWjrphyAi+KYR1oNAYgptRVbFNWY+yHuFLozFm2oCKja5FY2j+GFJ6jXXllRfV5beYwcyyTTDd6iuWYZkZTyarv0j92NDyZhZTzYwHGXPHd2/terh0oqhf+XSickA6vUoIShG5r1Aarp9YhtWK6Fkl8n7SV02xT5kO1sE6WAfrYB2sg3Wwzw8rtauDKdSaYtVK+W/h5f+1QtypH1v2+72rN148nsxvS2qHs2bN6qh8vmNL8UdTDHZvjmc4tzpo5bTexYAMQy6iD+M4bjQetVr9cV/joD6cwWbst1ID2BYs7KwbqX9ugs13hdSsbQG7jbklI7eaExn/drevC9diHP8IA37OD4NX4y/pB+GyMKzbqabWoH58Id1fuC3ow+/mrybGm++2xYQuaY90V6+D8d/E4qXL9rZhzAj3dDnvUrx9B2s/kmlMZjg4AAAAAElFTkSuQmCC) no-repeat 12px 0;
}

@media (max-width: 767px) and (min-width: 320px) {
  .why_pb_on_mobile {
    margin: 0 auto 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .why_pb_on_mobile::-webkit-scrollbar {
    display: none;
  }
  .why_pb_on_mobile::after {
    content: "";
    display: block;
    clear: both;
  }
  .why_pb_on_mobile h2 {
    white-space: normal;
    padding-left: 3%;
    margin: 0;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    color: #253858;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    line-height: 26px;
    padding-top: 20px;
  }
  .why_pb_on_mobile h2 span {
    font-weight: 500;
  }
  .why_pb_on_mobile ul.listing {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    white-space: nowrap;
    margin: 0;
    padding: 8px;
  }
  .why_pb_on_mobile ul.listing li {
    white-space: normal;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    border-radius: 8px;
    padding: 16px;
    margin-right: 10px;
    width: 88%;
    min-height: 180px;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.16);
  }
  .why_pb_on_mobile ul.listing li:last-child {
    margin-right: 0;
  }
  .why_pb_on_mobile ul.listing li h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 700;
    margin: 0;
  }
  .why_pb_on_mobile ul.listing li p {
    color: rgba(37, 56, 88, 0.6);
    font-size: 12px;
    font-weight: 400;
  }
  .why_pb_on_mobile ul.listing li::before {
    content: "";
    width: 2px;
    bottom: 0;
    top: 0;
    position: absolute;
    background: #ccc;
    left: 0;
  }
  .why_pb_on_mobile ul.listing li a.know_more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
  }
  .why_pb_on_mobile ul.listing li a.know_more::after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #0d93fe;
    border-left: 1px solid #0d93fe;
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
  }
  .why_pb_on_mobile ul.listing li:first-child::before {
    background: #36b37e;
  }
  .why_pb_on_mobile ul.listing li:first-child h4 {
    color: #36b37e;
  }
  .why_pb_on_mobile ul.listing li:first-child a.know_more {
    color: #36b37e;
  }
  .why_pb_on_mobile ul.listing li:first-child a.know_more::after {
    border-top-color: #36b37e;
    border-left-color: #36b37e;
  }
  .why_pb_on_mobile ul.listing li:nth-child(2)::before {
    background: #2d3cd9;
  }
  .why_pb_on_mobile ul.listing li:nth-child(2) h4 {
    color: #2d3cd9;
  }
  .why_pb_on_mobile ul.listing li:nth-child(2) a.know_more {
    color: #2d3cd9;
  }
  .why_pb_on_mobile ul.listing li:nth-child(2) a.know_more::after {
    border-top-color: #2d3cd9;
    border-left-color: #2d3cd9;
  }
  .why_pb_on_mobile ul.listing li:nth-child(3)::before {
    background: #0bbdf2;
  }
  .why_pb_on_mobile ul.listing li:nth-child(3) h4 {
    color: #0bbdf2;
  }
  .why_pb_on_mobile ul.listing li:nth-child(3) a.know_more {
    color: #0bbdf2;
  }
  .why_pb_on_mobile ul.listing li:nth-child(3) a.know_more::after {
    border-top-color: #0bbdf2;
    border-left-color: #0bbdf2;
  }
  .why_pb_on_mobile ul.listing li:nth-child(4)::before {
    background: #47d990;
  }
  .why_pb_on_mobile ul.listing li:nth-child(4) h4 {
    color: #47d990;
  }
  .why_pb_on_mobile ul.listing li:nth-child(4) a.know_more {
    color: #47d990;
  }
  .why_pb_on_mobile ul.listing li:nth-child(4) a.know_more::after {
    border-top-color: #47d990;
    border-left-color: #47d990;
  }
  .why_pb_on_mobile ul.listing li:nth-child(5)::before {
    background: #00a3bf;
  }
  .why_pb_on_mobile ul.listing li:nth-child(5) h4 {
    color: #00a3bf;
  }
  .why_pb_on_mobile ul.listing li:nth-child(5) a.know_more {
    color: #00a3bf;
  }
  .why_pb_on_mobile ul.listing li:nth-child(5) a.know_more::after {
    border-top-color: #00a3bf;
    border-left-color: #00a3bf;
  }
  .why_pb_on_mobile ul.listing li:nth-child(6)::before {
    background: #ffab00;
  }
  .why_pb_on_mobile ul.listing li:nth-child(6) h4 {
    color: #ffab00;
  }
  .why_pb_on_mobile ul.listing li:nth-child(6) a.know_more {
    color: #ffab00;
  }
  .why_pb_on_mobile ul.listing li:nth-child(6) a.know_more::after {
    border-top-color: #ffab00;
    border-left-color: #ffab00;
  }
  .why-policy-banner .popup.why-policy {
    color: #212121;
    position: fixed;
    width: 320px;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    margin: 0;
    top: auto;
    bottom: 0;
    height: auto;
    padding-bottom: 36px;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 36px 36px 0 0;
    overflow: scroll;
    transform: none;
    padding: 5px 10px;
    max-width: 100%;
  }
  .why-policy-banner .popup.why-policy h2 {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: block;
    padding: 12px 0 15px 16px;
    width: 100%;
    position: relative;
    font-weight: 500;
    background: #fff;
  }
  .why-policy-banner .popup.why-policy h2:after {
    width: 62px;
    height: 6px;
    background: #0065ff;
    bottom: 30px;
    border-radius: 6px;
  }
  .why-policy-banner .popup.why-policy li b {
    width: 100%;
    color: #060606;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 0 0 4px 0;
  }
  .why-policy-banner .popup.why-policy li:last-child span {
    border: none;
  }
  .why-policy-banner .popup.why-policy li span {
    color: #696969;
    line-height: 16px;
    font-size: 11px;
    border-bottom: solid 1px #d8e8fc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    display: block;
    width: 100%;
  }
  .why-policy-banner .popup.why-policy .Know_mr {
    width: 100%;
    height: auto;
    font-size: 14px;
    max-width: 120px;
    font-size: 14px;
    padding: 11px;
    line-height: normal;
    margin-top: 15px;
  }
  .why-policy-banner .popup.why-policy .close-icon {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 20px;
    right: 7px;
    cursor: pointer;
    z-index: 99;
  }
  .why-policy-banner .popup.why-policy .close-icon:before {
    background-color: #000;
    left: 12px;
    top: 5px;
    content: " ";
    height: 15px;
    width: 2px;
  }
  .why-policy-banner .popup.why-policy .close-icon:after {
    background-color: #000;
    left: 12px;
    top: 5px;
    content: " ";
    height: 15px;
    width: 2px;
  }
  .popup.why-policy .popup-content {
    width: 100%;
    margin: 0 auto;
    height: 448px;
    overflow: auto;
    display: block;
  }
  .popup.why-policy li {
    padding-left: 50px;
  }
  .popup.why-policy li div.CashlessAssurance {
    left: 4px;
    width: 34px;
    height: 40px;
    top: 3px;
  }
  .popup.why-policy li div.PickupDrop {
    left: 4px;
    width: 34px;
    height: 40px;
    top: 3px;
  }
  .popup.why-policy li div.RepairAssurance {
    left: 4px;
    width: 34px;
    height: 40px;
    top: 3px;
  }
  .popup.why-policy li div.VideoClaims {
    left: 4px;
    width: 34px;
    height: 40px;
    top: 3px;
  }
  .popup.why-policy li div.Windshield {
    left: 4px;
    width: 34px;
    height: 40px;
    top: 3px;
    width: 36px;
  }
  .popup.why-policy li div.ClaimAssistnace {
    left: 4px;
    width: 34px;
    height: 40px;
    top: 3px;
  }
  .popup.why-policy .t_c {
    padding: 0 10px;
  }
  .popup.why-policy .CashlessAssurance {
    background-size: 32px auto;
  }
  .popup.why-policy .RepairAssurance {
    background-size: 32px auto;
  }
  .popup.why-policy .PickupDrop {
    background-size: 33px auto;
  }
  .popup.why-policy .VideoClaims {
    background-size: 20px auto;
    background-position: 6px 0;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .why-policy-banner .popup.why-policy {
    height: 345px;
    overflow: hidden;
  }
  .why-policy-banner .popup.why-policy .popup-content {
    height: 220px;
    display: block;
    overflow: scroll;
  }
  .why-policy-banner .popup.why-policy .t_c {
    bottom: -3px;
    line-height: 30px;
  }
  .why-policy-banner .popup.why-policy .Know_mr {
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) and (orientation: landscape) {
  .why-policy-banner .popup.why-policy .close-icon {
    right: 7px;
    top: 20px;
    z-index: 10000000;
  }
  .why-policy-banner .popup.why-policy .close-icon:after {
    background-color: #000;
    left: 12px;
    top: 5px;
    content: " ";
    height: 15px;
    width: 2px;
  }
  .why-policy-banner .popup.why-policy .close-icon:before {
    background-color: #000;
    left: 12px;
    top: 5px;
    content: " ";
    height: 15px;
    width: 2px;
  }
}
@media screen and (max-width: 570px) and (orientation: landscape) {
  .why-policy-banner .popup.why-policy {
    height: 310px;
  }
  .why-policy-banner .popup.why-policy .popup-content {
    height: 185px;
  }
}
@media screen and (max-width: 320px) {
  .why-policy-banner .popup.why-policy .popup-content {
    height: 400px;
  }
  .why-policy-banner .popup.why-policy .t_c {
    right: 0;
  }
}
a,
a:focus,
button,
button:focus,
input,
input:focus,
select,
select:focus,
textPath,
textPath:focus,
textarea,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

#policybazaar {
  width: 100%;
}

.left-section {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

.rto-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.topplan-table {
  margin-top: 30px;
}

.topplan-table table.new tr td .logo img {
  height: auto;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0;
  }
}
.rto-container {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .rto-container {
    flex-direction: column;
  }
  .rto-container .rightSection {
    width: 100%;
    margin: 20px 0;
    float: left;
    padding: 0;
  }
}
.rightSection .allimg,
.rightSection .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
}

.rightSection .webp .allimg,
.rightSection .webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  background-size: 100px 4942px;
}

.rightSection img[alt] {
  font-size: 0;
}

.rightSection .mt-0 {
  margin-top: 0;
}

.rightSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 18px;
}

.rightSection .graphDiv img {
  max-width: 100%;
  height: auto;
}

.rightSection .graphDiv.first {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv.first {
    margin: 20px;
  }
}
.rightSection .calculateBtn,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04)) !important;
  background-image: -webkit-linear-gradient(top, #ffd65e, #febf04) !important;
  background-image: -moz-linear-gradient(top, #ffd65e, #febf04) !important;
  background-image: -ms-linear-gradient(top, #ffd65e, #febf04) !important;
  background-image: -o-linear-gradient(top, #ffd65e, #febf04) !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}

.rightSection .card {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: none;
}

.rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.rightSection .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}

.rightSection .card.calculator,
.rightSection .card.insurers,
.rightSection .card.travelguide {
  padding: 0;
}

.rightSection .card.list_typeA {
  padding-bottom: 20px;
}

.rightSection .card.list_typeA .card_heading {
  padding: 0;
}

.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0 0 7px;
  color: #253858;
  font-weight: 500;
}

.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}

.rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}

.rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}

.rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}

.rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0;
}

.rightSection .insurerBlock {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}

.rightSection .insurerBlock .insurerLogo {
  border: 0 solid rgba(23, 43, 77, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}

.rightSection .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}

.rightSection .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}

.rightSection .insurerBlock .insurerName {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: calc(95% - 80px - 25px);
  margin-left: 10px;
  display: inline-block;
  color: #172b4d;
  letter-spacing: 0.014em;
  line-height: 21px;
}

.rightSection .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}

.rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}

.rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}

.rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}

.rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}

.rightSection .fieldsWrapper {
  margin-bottom: 16px;
}

.rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}

.rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}

.rightSection .fieldsWrapper input[type=password],
.rightSection .fieldsWrapper input[type=tel],
.rightSection .fieldsWrapper input[type=text] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}

.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid red;
}

.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: red;
}

.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #fff;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
}
.rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}

.rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}

.rightSection .rightSidebtn:after {
  content: "";
  border: solid #0e4cca;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}

.rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.rightSection .calculatorsList.without-image li a {
  padding: 12px 0 12px 14px;
}

.rightSection .calculatorsList li {
  font-size: 14px;
}

.rightSection .calculatorsList li a {
  color: #253858;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 0 12px 61px;
  display: block;
  position: relative;
}

.rightSection .calculatorsList li a:hover {
  color: #0065ff;
}

.rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}

.rightSection .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}

.rightSection .fdcalculator .h3.white {
  color: #fff;
}

.rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}

.rightSection .fdcalculator .calculate_compare_result {
  padding: 0;
  margin: 20px 0 0 0;
  background: #fff;
  width: 100%;
  float: left;
}

.rightSection .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
}

.rightSection .fdcalculator .calculate_compare_result table td {
  padding: 10px 0;
}

.rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}

.rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}

.rightSection .fdcalculator .calculate_compare_result table td :first-child {
  color: #f90;
}

.rightSection .fdcalculator .calculate_compare_result table td :nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  border: 1px solid #ffc826;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  margin-right: 5%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns,
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}

.rightSection .card.articles .insurerBlock {
  border: none;
  -ms-flex-align: top;
  -webkit-box-align: top;
  align-items: top;
}

.rightSection .card.articles .insurerBlock:after {
  display: none;
}

.rightSection .supplier_icon {
  background-repeat: no-repeat;
  background-position: 0 51px;
}

.rightSection .card_heading,
.rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .card_heading,
  .rightSection .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
}
.rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.rightSection .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}

.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}

.rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}

.rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}

.rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
  width: 342px;
  height: 262px;
}

.rightSection .videobox_right object {
  width: 100%;
  height: 240px;
}

.rightSection .videobox_right iframe {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
}

@media only screen and (max-width: 1024px) {
  .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
    padding: 12px 12px 20px;
  }
  .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0;
  }
  .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0;
  }
  .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .rightSection .article_newsLetter {
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
}
@media only screen and (max-width: 480px) {
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
.rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}

.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}

.rightSection .allCalc.saving {
  background-position: 8px -45px;
}

.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}

.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}

.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}

.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}

.rightSection .allCalc.other,
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}

.rightSection .allCalc.lic,
.rightSection .allCalc.premium {
  background-position: 8px -476px;
}

.rightSection .allCalc.ulip {
  background-position: 8px -381px;
}

.rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}

.rightSection .allCalc.sip {
  background-position: 8px -764px;
}

.rightSection .allCalc.fd {
  background-position: 8px -814px;
}

.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}

.rightSection .allCalc.fd {
  background-position: 8px -812px;
}

.rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}

.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}

.rightSection .allCalc.ppf {
  background-position: 8px -911px;
}

.rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}

.rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}

.rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}

.rightSection .allCalc.retirement {
  background-position: 8px -94px;
}

.rightSection .allCalc.investment {
  background-position: 8px -621px;
}

.rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}

.rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}

.rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}

.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}

.rightSection .Bajaj_icon,
.rightSection .bajaj-allianz-life_icon {
  background-position: 3px -38px;
}

.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}

.rightSection .Aditya_icon,
.rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}

.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}

.rightSection .edelweiss-life_icon,
.rightSection .zuno-general_icon {
  background-position: 0 -293px;
}

.rightSection .exide-life-saral-jeevan-bima_icon,
.rightSection .exide-life_icon {
  background-position: 0 -4071px;
}

.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}

.rightSection .HDFC_icon,
.rightSection .hdfc-life_icon {
  background-position: 1px -1468px;
}

.rightSection .icici-life_icon {
  background-position: -67px 13px;
}

.rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}

.rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}

.rightSection .Kotak_icon,
.rightSection .kotak-life_icon {
  background-position: 1px -557px;
}

.rightSection .max-life_icon {
  background-position: 3px -685px;
}

.rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}

.rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}

.rightSection .SBI_icon,
.rightSection .sbi-life_icon {
  background-position: 1px -1031px;
}

.rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}

.rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}

.rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}

.rightSection .Tata_icon,
.rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}

.rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}

.rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}

.rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}

.rightSection .digit-general_icon {
  background-position: -1px -216px;
}

.rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}

.rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}

.rightSection .ICICI_icon,
.rightSection .icici-general_icon {
  background-position: -67px 13px;
}

.rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}

.rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}

.rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}

.rightSection .new-india-assurance-general_icon {
  background-position: 0 -1774px;
}

.rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}

.rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}

.rightSection .united-india-general_icon {
  background-position: 0 -1210px;
}

.rightSection .universal-sompo-general_icon {
  background-position: 0 -1266px;
}

.rightSection .acko-general_icon {
  background-position: -6px -3466px;
}

.rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}

.rightSection .apollo-munich-general_icon {
  background-position: 0 -437px;
}

.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}

.rightSection .Reliance_icon,
.rightSection .religare-general_icon {
  background-position: 1px -883px;
}

.rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}

.rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}

.rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}

.rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}

.rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}

.rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}

.rightSection .liberty-general_icon {
  background-position: 3px -626px;
}

.rightSection .manipalcigna-general_icon {
  background-position: 0 -156px;
}

.rightSection .kotak-general_icon,
.rightSection .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}

.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}

.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}

.rightSection .star-general_icon {
  background-position: 2px -1091px;
}

.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}

.rightSection .max-general_icon,
.rightSection .max-general_icon_icon {
  background-position: 3px -685px;
}

.rightSection .Axis_icon {
  background-position: -67px -63px;
}

.rightSection .UTI_icon {
  background-position: -67px -399px;
}

.rightSection .LIC_icon {
  background-position: -67px -489px;
}

.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}

.rightSection .Yes_icon {
  background-position: 100% 12.6%;
}

.rightSection .HSBC_icon {
  background-position: 100% 13.5%;
}

.rightSection .insurerBlock .insurerLogo.manufacture_icon {
  margin-left: 10px;
  background-image: url("../../images/manufacture_icon.png");
  background-repeat: no-repeat;
  width: 70px;
}

.rightSection .card.travelguide .insurerBlock {
  padding: 3px 14px 3px;
}

.rightSection .card.travelguide .insurerBlock.manufacture_icon:after {
  display: none;
}

.rightSection .card_heading.manufacture {
  margin-bottom: 0;
  color: #253858;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0 10px 14px;
  text-align: left;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: capitalize;
}

.rightSection .maruti {
  background-position: -28px -12px;
}

.rightSection .tata {
  background-position: -108px -12px;
}

.rightSection .hyundai {
  background-position: -188px -12px;
}

.rightSection .mahindra {
  background-position: -266px -12px;
}

.rightSection .honda {
  background-position: -344px -12px;
}

.rightSection .audi {
  background-position: -424px -12px;
}

.rightSection .ford {
  background-position: -26px -69px;
}

.rightSection .bmw {
  background-position: -106px -69px;
}

.rightSection .renault {
  background-position: -188px -69px;
}

.rightSection .lamborghini {
  background-position: -266px -69px;
}

.rightSection .mercedes-benz {
  background-position: -351px -69px;
}

.rightSection .volkswagen {
  background-position: -428px -69px;
}

.rightSection .rolls-royce {
  background-position: -30px -126px;
}

.rightSection .ferrari {
  background-position: -113px -126px;
}

.rightSection .skoda {
  background-position: -192px -126px;
}

.rightSection .nissan {
  background-position: -271px -126px;
}

.rightSection .jaguar {
  background-position: -342px -126px;
}

.rightSection .volvo {
  background-position: -428px -126px;
}

.rightSection .bugatti {
  background-position: -30px -126px;
}

.rightSection .land-rover {
  background-position: -27px -181px;
}

.rightSection .dc {
  background-position: -185px -181px;
}

.rightSection .maserati {
  background-position: -264px -181px;
}

.rightSection .porsche {
  background-position: -345px -181px;
}

.rightSection .aston-martin {
  background-position: -422px -181px;
}

.rightSection .bentley {
  background-position: -24px -237px;
}

.rightSection .datsun {
  background-position: -112px -237px;
}

.rightSection .fiat {
  background-position: -197px -237px;
}

.rightSection .force {
  background-position: -264px -237px;
}

.rightSection .isuzu {
  background-position: -339px -237px;
}

.rightSection .mini {
  background-position: -422px -237px;
}

.rightSection .mitsubishi {
  background-position: -24px -297px;
}

.left-section {
  width: 66%;
  padding-bottom: 40px !important;
}

@media screen and (max-width: 1024px) {
  .left-section {
    width: 100%;
    padding: 0 12px 0;
    background: #fff;
  }
}
.left-section .block_content_wrapper_firstfold {
  width: 100%;
}

.left-section .block_content_wrapper_firstfold {
  padding: 0;
  width: 100%;
  margin: 0 auto 20px;
  background: #fff;
  color: #253858;
}

.left-section .block_content_wrapper_firstfold + .block_content_wrapper {
  border-top: none;
}

@media only screen and (max-width: 1024px) {
  .left-section .block_content_wrapper_firstfold {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.left-section .block_content_wrapper_firstfold h1 {
  font-size: 32px;
  line-height: 30px;
  margin: 0 0 10px;
  letter-spacing: 0.26px;
  font-weight: 700;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .left-section .block_content_wrapper_firstfold h1 {
    line-height: 38px;
  }
}
@media only screen and (max-width: 640px) {
  .left-section .block_content_wrapper_firstfold h1 {
    font-size: 20px !important;
    margin: 0 0 10px;
    line-height: 30px !important;
    padding: 0;
  }
}
.left-section .block_content_wrapper_firstfold a {
  color: #0065ff;
}

.left-section .block_content_wrapper_firstfold a:focus,
.left-section .block_content_wrapper_firstfold a:hover,
.left-section .block_content_wrapper_firstfold a:visited {
  color: #0065ff;
}

.left-section .block_content_wrapper_firstfold .text-hide-link {
  display: inline;
  color: #0065ff;
  cursor: pointer;
  line-height: 22px;
}

.left-section .block_content_wrapper_firstfold .text-hide-link.deskhide {
  display: none;
}

.left-section .block_content_wrapper_firstfold .text-hide-link:hover,
.left-section .block_content_wrapper_firstfold .text-hide-link:visited {
  color: #0065ff;
}

.left-section .block_content_wrapper_firstfold p {
  display: inline;
  line-height: 24px;
  margin-bottom: 8px;
  letter-spacing: 0.26px;
  font-weight: 400;
  font-size: 16px;
}

.left-section .block_content_wrapper_firstfold p.char-count {
  display: inline;
}

@media only screen and (max-width: 1024px) {
  .left-section .block_content_wrapper_firstfold p.char-count {
    padding: 0;
  }
}
.left-section .rto-details-by-resgistration-number-container {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 24px 0;
  margin: 0 0 32px 0;
}

@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container {
    padding: 20px 0;
    margin: 10px 0 32px;
  }
}
.left-section .rto-details-by-resgistration-number-container .hide {
  display: none;
}

.left-section .rto-details-by-resgistration-number-container .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172b4d;
  margin-bottom: 16px;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .heading {
    padding: 0 16px;
  }
}
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 94%;
  padding: 0 24px;
}

.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form.step-1 {
  margin-top: 29px;
}

@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form {
    padding: 0 16px;
    flex-direction: column;
    width: 100%;
  }
}
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form .input-field {
  position: relative;
  width: 76%;
}

@media screen and (max-width: 1024px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form .input-field {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form .input-field {
    width: 100%;
  }
}
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form .input-field .input-box {
  width: 100%;
  height: 100%;
  border: 1px solid #b1b5bd;
  padding: 16px 15px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: 0;
  max-width: 456px;
}

.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form .input-field .field-label {
  font-size: 12px;
  position: absolute;
  width: auto;
  left: 14px;
  top: -8px;
  background: #fff;
  color: #5e6c84;
}

.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form button {
  background: #0065ff;
  border: 1px solid #0065ff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 16px 15px;
  max-width: 150px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form button {
    max-width: 47%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form button {
    max-width: 100%;
    margin-top: 16px;
  }
}
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-form .err {
  font-size: 12px;
  color: red;
  margin-top: 4px;
}

.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #172b4d;
  margin-bottom: 16px;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .name {
    padding: 0 16px;
  }
}
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .content {
  margin-top: 0;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .content {
    padding: 0 16px;
  }
}
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .content > div {
  display: flex;
  margin-bottom: 12px;
  align-items: CENTER;
}

@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .content > div {
    align-items: flex-start;
  }
}
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .content > div .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #505f79;
  width: 30%;
}

.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .content > div .value {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #172b4d;
  width: 70%;
}

.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .buttons {
  border-top: 1px solid #d9d9d9;
  padding: 12px 24px 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .buttons {
    border-top: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 4px 16px 0;
    width: 100%;
  }
}
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .buttons .reset-details {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #0065ff;
  opacity: 0.9;
  margin-right: 24px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .buttons .reset-details {
    margin: 16px 0 0;
  }
}
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .buttons .button-wrapper {
  max-width: 296px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .buttons .button-wrapper {
    max-width: 100%;
  }
}
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .buttons .proceed,
.left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .buttons button {
  border: 1px solid #0065ff;
  border-radius: 10px;
  background: #0065ff;
  padding: 12px;
  max-width: 296px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .buttons .proceed,
  .left-section .rto-details-by-resgistration-number-container .rto-details-by-resgistration-number-content .buttons button {
    max-width: 100%;
  }
}
.left-section .state-rto-list-container .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172b4d;
  margin: 16px 0;
}

.left-section .state-rto-list-container .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #505f79;
  margin-bottom: 17px;
}

.left-section .state-rto-list-container .state-rto-list {
  background: #fff;
  border: 1px solid #deebff;
  border-radius: 16px;
  width: 100%;
}

.left-section .state-rto-list-container .state-rto-list .state-rto-list-heading.row,
.left-section .state-rto-list-container .state-rto-list .state-rto-list-heading > .row {
  background: #deebff;
  border-radius: 16px 16px 0 0;
  padding: 12px 25px;
}

@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .state-rto-list-heading.row,
  .left-section .state-rto-list-container .state-rto-list .state-rto-list-heading > .row {
    padding: 12px 16px;
  }
}
.left-section .state-rto-list-container .state-rto-list .row {
  display: flex;
  padding: 14px 25px 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .row {
    padding: 20px 16px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #deebff;
  }
  .left-section .state-rto-list-container .state-rto-list .row:last-of-type {
    border-bottom: 0;
  }
  .left-section .state-rto-list-container .state-rto-list .row td {
    width: 48%;
  }
}
.left-section .state-rto-list-container .state-rto-list .row.blue {
  background: #f5f9ff;
}

.left-section .state-rto-list-container .state-rto-list .row .rto-code,
.left-section .state-rto-list-container .state-rto-list .row .rto-office {
  width: 48%;
}

.left-section .state-rto-list-container .state-rto-list .row .rto-code.w20,
.left-section .state-rto-list-container .state-rto-list .row .rto-office.w20 {
  width: 17%;
}

.left-section .state-rto-list-container .state-rto-list .row .rto-code.w32,
.left-section .state-rto-list-container .state-rto-list .row .rto-office.w32 {
  width: 32%;
}

.left-section .state-rto-list-container .state-rto-list .row .rto-code.w13,
.left-section .state-rto-list-container .state-rto-list .row .rto-office.w13 {
  width: 13%;
}

.left-section .state-rto-list-container .state-rto-list .row .rto-code.w15,
.left-section .state-rto-list-container .state-rto-list .row .rto-office.w15 {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.name,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.name {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.016em;
    color: #0065ff;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.address,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.address {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.014em;
    color: #172b4d;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.contact-no,
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.pincode,
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.rtocode,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.contact-no,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.pincode,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.rtocode {
    width: 33%;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.016em;
    color: #172b4d;
  }
}
@media screen and (max-width: 360px) {
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.contact-no,
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.pincode,
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.rtocode,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.contact-no,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.pincode,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.rtocode {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.contact-no,
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.pincode,
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.rtocode,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.contact-no,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.pincode,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.rtocode {
    font-size: 12px;
    line-height: 18px;
  }
}
.left-section .state-rto-list-container .state-rto-list .row .rto-code.contact-no .label,
.left-section .state-rto-list-container .state-rto-list .row .rto-code.pincode .label,
.left-section .state-rto-list-container .state-rto-list .row .rto-code.rtocode .label,
.left-section .state-rto-list-container .state-rto-list .row .rto-office.contact-no .label,
.left-section .state-rto-list-container .state-rto-list .row .rto-office.pincode .label,
.left-section .state-rto-list-container .state-rto-list .row .rto-office.rtocode .label {
  display: none;
}

@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.contact-no .label,
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.pincode .label,
  .left-section .state-rto-list-container .state-rto-list .row .rto-code.rtocode .label,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.contact-no .label,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.pincode .label,
  .left-section .state-rto-list-container .state-rto-list .row .rto-office.rtocode .label {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #505f79;
    margin-bottom: 4px;
  }
}
.left-section .state-rto-list-container .state-rto-list .row .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #172b4d;
}

.left-section .state-rto-list-container .state-rto-list .row .rto-office.value a {
  color: #0065ff;
}

.left-section .state-rto-list-container .state-rto-list .row .value {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #172b4d;
  word-break: break-word;
}

.left-section .state-rto-list-container .state-rto-list .row .value a {
  color: #0065ff;
}

.left-section .state-rto-list-container .state-rto-list .row.view-more > td {
  width: 100%;
}

.left-section .state-rto-list-container .state-rto-list .row.view-more > td .view-more-rtos {
  padding: 0 25px 0;
  width: 100%;
  text-align: right;
}

.left-section .state-rto-list-container .state-rto-list .row.view-more > td .view-more-rtos::before {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .row.view-more > td .view-more-rtos::before {
    right: 66%;
  }
}
@media screen and (max-width: 375px) {
  .left-section .state-rto-list-container .state-rto-list .row.view-more > td .view-more-rtos::before {
    right: 68%;
  }
}
@media screen and (max-width: 320px) {
  .left-section .state-rto-list-container .state-rto-list .row.view-more > td .view-more-rtos::before {
    right: 70%;
  }
}
@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .row.view-more > td .view-more-rtos {
    text-align: center;
  }
}
.left-section .state-rto-list-container .state-rto-list .more-content {
  display: none;
}

.left-section .state-rto-list-container .state-rto-list .more-content.show {
  display: block;
  width: 100%;
}

.left-section .state-rto-list-container .state-rto-list .view-more-rtos {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #0065ff;
  padding: 12px 25px 13px;
  display: block;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .view-more-rtos {
    text-align: center;
  }
}
.left-section .state-rto-list-container .state-rto-list .view-more-rtos::before {
  content: "+";
  border: 0;
  border-radius: 50%;
  padding: 0;
  height: 16px;
  width: 16px;
  line-height: 16px;
  position: absolute;
  right: 132px;
  bottom: 13px;
  display: flex;
  align-items: CENTER;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .view-more-rtos::before {
    padding: 2px 2px 3px 2px;
    right: 64%;
    left: auto;
  }
}
@media screen and (max-width: 320px) {
  .left-section .state-rto-list-container .state-rto-list .view-more-rtos::before {
    right: 68%;
  }
}
.left-section .state-rto-list-container .state-rto-list .view-more-rtos.show::before {
  content: "-";
  padding: 2px 4px 5px;
  right: 121px;
}

@media screen and (max-width: 767px) {
  .left-section .state-rto-list-container .state-rto-list .view-more-rtos.show::before {
    padding: 2px 4px 3px;
    right: 64%;
    left: auto;
  }
}
@media screen and (max-width: 320px) {
  .left-section .state-rto-list-container .state-rto-list .view-more-rtos.show::before {
    right: 76%;
  }
}
.left-section .state-rto-list-container.left-aligned .state-rto-list .row td:nth-child(2) {
  width: 75%;
}

.left-section .find-rto-container {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  margin-top: 32px;
  padding: 24px 24px 8px 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .left-section .find-rto-container {
    padding: 20px 16px 8px 16px;
  }
}
.left-section .find-rto-container .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172b4d;
  margin-bottom: 12px;
}

.left-section .find-rto-container .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.014em;
  color: #505f79;
  margin-bottom: 12px;
  position: relative;
}

.left-section .find-rto-container .label::after {
  content: "";
  background: #505f79;
  width: 24px;
  position: absolute;
  height: 1px;
  top: 12px;
  left: 120px;
}

.left-section .find-rto-container .label.all::after {
  left: 115px;
}

.left-section .find-rto-container .all-cities-list,
.left-section .find-rto-container .all-states-list,
.left-section .find-rto-container .top-cities-list,
.left-section .find-rto-container .top-states-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.left-section .find-rto-container .all-cities-list .city,
.left-section .find-rto-container .all-cities-list .state,
.left-section .find-rto-container .all-states-list .city,
.left-section .find-rto-container .all-states-list .state,
.left-section .find-rto-container .top-cities-list .city,
.left-section .find-rto-container .top-cities-list .state,
.left-section .find-rto-container .top-states-list .city,
.left-section .find-rto-container .top-states-list .state {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  padding: 14px 16px;
  display: block;
  margin-right: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0065ff;
  margin-bottom: 16px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .left-section .find-rto-container .all-cities-list .city,
  .left-section .find-rto-container .all-cities-list .state,
  .left-section .find-rto-container .all-states-list .city,
  .left-section .find-rto-container .all-states-list .state,
  .left-section .find-rto-container .top-cities-list .city,
  .left-section .find-rto-container .top-cities-list .state,
  .left-section .find-rto-container .top-states-list .city,
  .left-section .find-rto-container .top-states-list .state {
    margin-right: 8px;
  }
}
.left-section .find-rto-container .all-cities-list .more-cities,
.left-section .find-rto-container .all-cities-list .more-states,
.left-section .find-rto-container .all-states-list .more-cities,
.left-section .find-rto-container .all-states-list .more-states,
.left-section .find-rto-container .top-cities-list .more-cities,
.left-section .find-rto-container .top-cities-list .more-states,
.left-section .find-rto-container .top-states-list .more-cities,
.left-section .find-rto-container .top-states-list .more-states {
  display: none;
}

.left-section .find-rto-container .all-cities-list .more-cities.show,
.left-section .find-rto-container .all-cities-list .more-states.show,
.left-section .find-rto-container .all-states-list .more-cities.show,
.left-section .find-rto-container .all-states-list .more-states.show,
.left-section .find-rto-container .top-cities-list .more-cities.show,
.left-section .find-rto-container .top-cities-list .more-states.show,
.left-section .find-rto-container .top-states-list .more-cities.show,
.left-section .find-rto-container .top-states-list .more-states.show {
  display: inline-block;
}

.left-section .find-rto-container .all-cities-list .more-cities.show > div,
.left-section .find-rto-container .all-cities-list .more-states.show > div,
.left-section .find-rto-container .all-states-list .more-cities.show > div,
.left-section .find-rto-container .all-states-list .more-states.show > div,
.left-section .find-rto-container .top-cities-list .more-cities.show > div,
.left-section .find-rto-container .top-cities-list .more-states.show > div,
.left-section .find-rto-container .top-states-list .more-cities.show > div,
.left-section .find-rto-container .top-states-list .more-states.show > div {
  display: flex;
  flex-wrap: wrap;
}

.left-section .content {
  margin-top: 32px;
}

.left-section .content .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172b4d;
  margin-bottom: 16px;
}

.left-section .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #505f79;
  margin-bottom: 16px;
}

.left-section .content .more-content-list,
.left-section .content ul {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 40px;
}

.left-section .content .more-content-list li,
.left-section .content .more-content-list p,
.left-section .content ul li,
.left-section .content ul p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #505f79;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.left-section .content .more-content-list li::before,
.left-section .content .more-content-list p::before,
.left-section .content ul li::before,
.left-section .content ul p::before {
  content: "";
  background: #505f79;
  height: 5px;
  width: 5px;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 0;
}

.left-section .content .more-content-list.more-content-list .more-content,
.left-section .content ul.more-content-list .more-content {
  display: none;
}

.left-section .content .more-content-list.more-content-list .more-content.show,
.left-section .content ul.more-content-list .more-content.show {
  display: block;
}

.left-section .content .more-content-list .read-more-list,
.left-section .content ul .read-more-list {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.014em;
  color: #0065ff;
  opacity: 0.9;
  padding-left: 20px;
  margin-top: 8px;
  cursor: pointer;
}

.left-section .faq-container .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172b4d;
  margin-bottom: 4px;
}

.left-section .faq-container .faq-list .faq {
  padding: 20px 0;
  border-bottom: 1px solid #f4f5f7;
  background: 0 0;
  margin-top: 0;
}

.left-section .faq-container .faq-list .faq:last-child {
  border-bottom: 0;
}

.left-section .faq-container .faq-list .faq-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #172b4d;
  background: 0 0;
  border: 0;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  text-align: left;
}

.left-section .faq-container .faq-list .faq-button::before {
  content: "+";
  position: absolute;
  left: 0;
  color: #0065ff;
  font-size: 28px;
  line-height: 28px;
  top: -3px;
}

.left-section .faq-container .faq-list .faq-button.active::before {
  content: "-";
}

.left-section .faq-container .faq-content {
  padding: 5px 30px 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.left-section .faq-container .faq-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.016em;
  color: #505f79;
  margin-bottom: 16px;
}

.left-section .faq-container .faq-content ol,
.left-section .faq-container .faq-content ul {
  margin-left: 20px;
}

.left-section .faq-container .faq-content ol li,
.left-section .faq-container .faq-content ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.016em;
  color: #505f79;
  margin-bottom: 8px;
}

.right-section {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .right-section {
    width: 100%;
  }
}
.hide-desktop {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hide-desktop {
    display: block;
  }
}
.hide-mobile {
  display: block;
}

@media screen and (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}
.footer {
  background: 0 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 1024px) {
  .insurer-by-company.rto .insurer-by-company-content .insurer-by-company-block {
    width: 23%;
  }
}
.insurer-by-company.rto .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
  margin-right: 17px;
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .insurer-by-company.rto .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .insurer-by-company.rto .insurer-by-company-content .insurer-by-company-block:not(:nth-child(4n+0)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .insurer-by-company.rto .insurer-by-company-content .insurer-by-company-block:not(:nth-child(2n+0)) {
    margin-right: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .investment-option-slider {
    padding: 0;
  }
}
.investment-option-slider .option-slider {
  width: 725px;
}

@media screen and (max-width: 1024px) {
  .investment-option-slider .option-slider {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .car-calulator {
    margin: 32px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .block_content_wrapper {
    border-width: 0;
  }
}
.make-model-slider-widget {
  clear: both;
  max-width: 100%;
  width: 750px;
  margin-top: 40px;
}

.leftSection .make-model-slider-widget .h2,
.leftSection .make-model-slider-widget h1,
.leftSection .make-model-slider-widget h2,
.make-model-slider-widget .leftSection .h2,
.make-model-slider-widget .leftSection h1,
.make-model-slider-widget .leftSection h2,
.make-model-slider-widget .title {
  margin-bottom: 20px !important;
  letter-spacing: 0.024em;
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #253858;
}

@media only screen and (max-width: 1024px) {
  .make-model-slider-widget {
    margin: 0 auto;
    width: 100%;
  }
}
.make-model-slider-widget .slider-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 0 30px;
}

.make-model-slider-widget .slider-tab-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ced1d3;
  bottom: 10px;
}

.make-model-slider-widget .slider-tab-wrap .tab {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .make-model-slider-widget .slider-tab-wrap .tab {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .make-model-slider-widget .slider-tab-wrap .tab {
    font-size: 12px;
  }
}
.make-model-slider-widget .slider-tab-wrap .tab.active {
  color: #0065ff;
}

.make-model-slider-widget .slider-tab-wrap .tab.active:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #0563f6;
  bottom: -20px;
}

@media only screen and (max-width: 480px) {
  .make-model-slider-widget .slider-tab-wrap {
    justify-content: space-between;
  }
}
.make-model-slider-widget.no-slick .make-model-widget-wrapper-slider {
  display: none;
}

.make-model-slider-widget.no-slick .make-model-widget-wrapper-slider .imgblock {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  padding: 10px 0;
  cursor: pointer;
}

.make-model-slider-widget.no-slick .make-model-widget-wrapper-slider .imgblock img {
  display: inline-block;
  max-width: 180px;
  height: auto;
}

.make-model-slider-widget.no-slick .make-model-widget-wrapper-slider .imgblock img.noimg {
  max-height: 80px;
}

.make-model-slider-widget.no-slick .make-model-widget-wrapper-slider .model-name {
  line-height: 24px;
  margin: 10px;
  color: #253858;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
}

.make-model-slider-widget.no-slick .make-model-widget-wrapper-slider.active {
  display: block;
}

@media only screen and (max-width: 640px) {
  .leftSection .topplan-table table tr:first-child {
    background: 0 0;
    padding: 0 0 4px;
    border-radius: 10px 10px 0 0;
  }
}
.make-model-widget-wrapper-slider {
  margin: 0 auto;
  padding: 0;
}

.leftSection .make-model-widget-wrapper-slider .h2,
.leftSection .make-model-widget-wrapper-slider h1,
.leftSection .make-model-widget-wrapper-slider h2,
.make-model-widget-wrapper-slider .leftSection .h2,
.make-model-widget-wrapper-slider .leftSection h1,
.make-model-widget-wrapper-slider .leftSection h2,
.make-model-widget-wrapper-slider .title {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
}

.make-model-widget-wrapper-slider .slider-item {
  background: #f1f3f5;
  color: #253858;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  margin: 0 5px;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .make-model-widget-wrapper-slider .slider-item {
    max-width: 220px;
    width: 220px;
  }
}
.make-model-widget-wrapper-slider .viewquotes {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 8px 0;
  text-align: center;
  background: #0065ff;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
}

.make-model-widget-wrapper-slider .slick-slide {
  display: block;
}

.make-model-widget-wrapper-slider .slick-slide .imgblock {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  padding: 10px 0;
  cursor: pointer;
}

.make-model-widget-wrapper-slider .slick-slide .imgblock img {
  display: inline-block;
  max-width: 180px;
  height: auto;
}

.make-model-widget-wrapper-slider .slick-slide .imgblock img.noimg {
  max-height: 80px;
}

.make-model-widget-wrapper-slider .slick-slide .model-name {
  line-height: 24px;
  margin: 10px;
  color: #253858;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
}

.make-model-widget-wrapper-slider .slick-next {
  right: -5px;
  transform: rotate(180deg);
  top: -54px;
}

@media only screen and (max-width: 480px) {
  .make-model-widget-wrapper-slider .slick-next {
    right: calc(10% - 30px);
  }
}
.make-model-widget-wrapper-slider .slick-prev {
  left: 94%;
  top: -22px;
}

@media only screen and (max-width: 480px) {
  .make-model-widget-wrapper-slider .slick-prev {
    left: calc(85% - 30px);
  }
}
.make-model-widget-wrapper-slider .slick-next:before {
  position: relative;
  top: -15px;
  content: url("../../images/bu/arrow-for-slider.png");
}

.make-model-widget-wrapper-slider .slick-next:hover:before {
  content: url("../../images/bu/arrow-for-slider-active-right.png");
}

.make-model-widget-wrapper-slider .slick-prev {
  right: 50px;
}

.make-model-widget-wrapper-slider .slick-prev:before {
  position: relative;
  top: -15px;
  right: 20px;
  content: url("../../images/bu/arrow-for-slider.png");
}

.make-model-widget-wrapper-slider .slick-prev:hover:before {
  content: url("../../images/bu/arrow-for-slider-active-right.png");
}

@media all and (-ms-high-contrast: none) {
  .slick-next,
  .slick-prev {
    border: 1px solid red;
    width: 30px;
    height: 30px;
  }
  .slick-next,
  .slick-prev,
  ::-ms-backdrop {
    border: 1px solid red;
    width: 30px;
    height: 30px;
  }
  .make-model-widget-wrapper-slider .slick-prev {
    left: 92%;
    top: -39px;
  }
  ::-ms-backdrop .make-model-widget-wrapper-slider .slick-prev {
    left: 92%;
    top: -39px;
  }
}
.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;
}

.breadcrumbinner {
  max-width: 1140px !important;
}

@media screen and (max-width: 1024px) {
  .breadcrumbinner {
    background: #f4f5f7;
  }
}
.breadcrumbinner .breadcrumb {
  padding: 10px 16px 10px;
  padding: 10px 0;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px !important;
  width: 1140px;
}

@media screen and (max-width: 1024px) {
  .breadcrumbinner .breadcrumb {
    padding: 10px 15px;
    margin: 0;
    border: none;
    width: 100%;
  }
}
.breadcrumbinner .breadcrumb li:first-of-type {
  margin-right: 0 !important;
  display: none;
}

@media only screen and (max-width: 440px) {
  .breadcrumbinner .breadcrumb li a {
    color: #0065ff;
    font-size: 10px !important;
  }
}
.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;
  }
}
.ui-helper-hidden-accessible {
  display: none;
}

.health-insurance-companies-box {
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  padding: 18px;
  position: relative;
  margin-bottom: 38px;
}

.health-insurance-companies-box .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #253858;
  margin-bottom: 16px;
}

.health-insurance-companies-box .health-insurance-companies-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .health-insurance-companies-box .health-insurance-companies-list {
    width: 100%;
    justify-content: space-between;
  }
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
  max-width: 92px;
  box-shadow: 0 6px 16px rgba(37, 56, 88, 0.1);
  height: 120px;
  border-radius: 8px;
  margin-right: 14px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: CENTER;
  justify-content: flex-start;
  padding: 12px 6px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
    max-width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .health-insurance-companies-box .health-insurance-companies-list .health-insurance-company {
    max-width: 30%;
  }
}
.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company:nth-child(3n) {
  margin-right: 0;
}

.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .image {
  max-width: 80px;
  height: 40px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: CENTER;
}

.health-insurance-companies-box .health-insurance-companies-list .health-insurance-company .name a {
  font-size: 12px;
  line-height: 16px !important;
  text-align: center;
  color: #0065ff;
  display: block;
}

.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 {
  border: 1px solid #0065ff;
  border-radius: 100px;
  padding: 6px 18px;
  max-width: 170px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #0065ff;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.health-insurance-companies-box .health-insurers-view-more::after {
  content: "";
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
  position: absolute;
  top: 37%;
  right: 12px;
}

.health-insurance-companies-box .health-insurers-view-more.show::after {
  transform: rotate(-135deg);
  margin: 0 0 1px 5px;
  top: 46%;
  right: 20px;
}

#make-box .health-insurers-view-more {
  max-width: 180px;
}

@media screen and (max-width: 1024px) {
  .rhs-sticky-banner-box.why-policy-banner {
    padding: 16px;
    background: #fff;
  }
}
.rto-wrap .about .content {
  margin-top: 0;
}

.investment-option-slider.car .option-slider .slick-next {
  right: -20px;
}

.investment-option-slider.car .option-slider .slick-prev {
  left: -20px;
}

.makemodel-gridwidget {
  display: block;
  width: 100%;
  text-align: left;
  margin: 26px 0 20px 0;
  border: 1px solid #d9d9d9;
  padding: 24px;
  border-radius: 12px;
}

@media (max-width: 640px) {
  .makemodel-gridwidget {
    padding: 24px 12px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 50px;
  }
}
.makemodel-gridwidget.wd75 {
  width: 750px;
}

.makemodel-gridwidget .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
  padding: 0 8px;
}

@media (max-width: 640px) {
  .makemodel-gridwidget .heading {
    font-size: 18px;
  }
}
.makemodel-gridwidget .flexlist {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 10px;
}

.makemodel-gridwidget .flexlist li {
  margin-top: 10px;
  width: 33%;
  padding: 0 10px;
}

@media (max-width: 640px) {
  .makemodel-gridwidget .flexlist li {
    width: 50%;
  }
  .makemodel-gridwidget .flexlist li a {
    min-height: 78px;
  }
}
.makemodel-gridwidget .flexlist li a {
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 8px;
  display: flex;
  color: #0065ff;
  align-items: center;
  padding: 12px 10px;
  width: 100%;
  min-height: 58px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 568px) {
  .makemodel-gridwidget .flexlist li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.makemodel-gridwidget .link {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.makemodel-gridwidget .link a,
.makemodel-gridwidget .link button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.014em;
  color: #0065ff;
  background: #fff;
  box-shadow: 0 4px 16px rgba(52, 105, 203, 0.12);
  border-radius: 100px;
  padding: 10px 24px;
  position: relative;
  top: 43px;
  display: inline;
  border: 0;
  cursor: pointer;
}

.makemodel-gridwidget .link a span,
.makemodel-gridwidget .link button span {
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
}

.makemodel-gridwidget .link a.active span,
.makemodel-gridwidget .link button.active span {
  transform: rotate(225deg);
  top: 3px;
}

.makemodel-gridwidget.car-bu {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .makemodel-gridwidget.car-bu {
    margin: 26px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu {
    padding: 24px 0;
  }
}
.makemodel-gridwidget.car-bu .heading {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu .heading {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu .flexlist {
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu .flexlist li a {
    padding: 6px;
    line-height: 20px;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu .link {
    margin: 32px 0 0;
    position: relative;
  }
  .makemodel-gridwidget.car-bu .link button {
    top: 0;
  }
  .makemodel-gridwidget.car-bu .link::before {
    content: "";
    border: 1px solid #dfe1e6;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
  }
}
.footer {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .makemodel-gridwidget.car-bu {
    padding: 0;
    margin: 0;
  }
}
.form-field-data.captcha_class .err {
  text-align: center !important;
}

.g-recaptcha {
  margin: 20px auto 0;
}

@media screen and (min-width: 1025px) {
  .product-article-wrapper {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .product-article-wrapper h3.ribbon {
    padding-top: 12px;
  }
}
.rhs-claim-assurance-program {
  text-align: center;
}

.rhs-claim-assurance-program img {
  max-width: 342px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.rhs-sticky {
  position: sticky;
  top: 100px;
  width: 342px;
}

@media screen and (max-width: 767px) {
  .rhs-sticky {
    width: 100%;
  }
}
.sliderRoot .interlinking-vehicle-details-widget {
  background: #f2f7ff;
  border-radius: 4px;
  padding: 24px 0;
  margin: 20px 0;
}

.sliderRoot .interlinking-vehicle-details-widget .heading {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  padding: 0 0 0 16px;
}

@media screen and (max-width: 767px) {
  .sliderRoot .interlinking-vehicle-details-widget .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list {
  display: flex;
  width: 100%;
  overflow-y: hidden;
  align-items: flex-start;
  margin: 20px 0 0;
  padding: 0 0 0 16px;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list::-webkit-scrollbar {
  display: none;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details {
  width: 148px;
  height: 148px;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 16px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details {
    min-height: auto;
  }
}
.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details.red {
  background: #ffe3dc;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details.l-blue {
  background: #c4f7fe;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details.blue {
  background: #d0e0ff;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details.purple {
  background: #edd5ff;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details.orange {
  background: #ffeacb;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details.yellow {
  background: #e8ffcb;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details.green {
  background: #cbffdd;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details.d-green {
  background: #bcf8ed;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details.d-blue {
  background: #d3ebff;
}

.sliderRoot .interlinking-vehicle-details-widget .interlinking-vehicle-details-list .vehicle-details .content {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin: 12px 0 0;
}

.sliderRoot .interlinking-vehicle-details-widget .arrows.style-8 {
  top: 20px;
}

.sliderRoot .interlinking-vehicle-details-widget .arrows.style-8 .arrow-left,
.sliderRoot .interlinking-vehicle-details-widget .arrows.style-8 .arrow-right {
  box-shadow: 0 4px 12px 0 rgba(52, 105, 203, 0.1215686275);
}

.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-left: 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;
}

.make-model-widget-wrapper-slider .viewquotes {
  display: block;
  margin: 24px 0 0;
}

.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;
  }
}

.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;
}

/*-- Navigation Start --*/
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexbox.form-items {
  justify-content: space-between;
  padding: 0 0 40px 0;
}
.flexbox.reverse {
  flex-direction: row;
}
.flexbox.colum {
  flex-direction: column;
}
@media (max-width: 1024px) {
  .flexbox {
    flex-direction: column;
  }
  .flexbox.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .flexbox {
    flex-direction: column;
  }
}
.flexbox-left, .flexbox-right {
  width: 50%;
}
@media (max-width: 890px) {
  .flexbox-left, .flexbox-right {
    width: 100%;
  }
}
.flexbox-left.cus520, .flexbox-right.cus520 {
  width: 545px;
}
@media (max-width: 1024px) {
  .flexbox-left.cus520, .flexbox-right.cus520 {
    margin: 0px auto;
    width: 360px;
  }
}
@media (max-width: 375px) {
  .flexbox-left.cus520, .flexbox-right.cus520 {
    margin: 0px auto;
    width: 320px;
  }
}
@media (max-width: 320px) {
  .flexbox-left.cus520, .flexbox-right.cus520 {
    margin: 0px auto;
    width: 300px;
  }
}
.flexbox-left.w70, .flexbox-right.w70 {
  width: calc(100% - 338px);
}
@media (max-width: 890px) {
  .flexbox-left.w70, .flexbox-right.w70 {
    width: 100%;
  }
}
.flexbox-left.w60, .flexbox-right.w60 {
  width: 60%;
}
@media (max-width: 1024px) {
  .flexbox-left.w60, .flexbox-right.w60 {
    width: 100%;
  }
}
.flexbox-left.w65, .flexbox-right.w65 {
  width: 65%;
}
@media (max-width: 1024px) {
  .flexbox-left.w65, .flexbox-right.w65 {
    width: 100%;
  }
}
.flexbox-left.w40, .flexbox-right.w40 {
  width: 40%;
}
@media (max-width: 1024px) {
  .flexbox-left.w40, .flexbox-right.w40 {
    width: 100%;
  }
}
.flexbox-left.w30, .flexbox-right.w30 {
  width: 338px;
}
@media (max-width: 1024px) {
  .flexbox-left.w30, .flexbox-right.w30 {
    width: 100%;
  }
}
.flexbox.sb {
  justify-content: space-between;
}
.flexbox .flexbox-left.col-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.flexbox .button {
  background: #0065ff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  padding: 8px 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .flexbox .button {
    padding: 8px 14px;
  }
}

body:has(.spynav) .fixedh {
  position: initial !important;
}

.spynav {
  height: 56px;
  width: 100%;
  display: none;
  background: #fff;
  box-shadow: 0 3px 6px rgba(37, 56, 88, 0.1607843137);
  box-shadow: 0px 4px 16px 0px rgba(69, 97, 144, 0.2);
}
.spynav .spylink {
  display: flex;
  width: 1170px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.spynav .spylink.singleLink {
  width: calc(100% - 320px);
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .spynav .spylink.singleLink {
    width: calc(100% - 200px);
    margin-right: 20px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 1024px) and (max-width: 560px) {
  .spynav .spylink.singleLink {
    overflow: initial;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.singleLink li {
    min-width: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li {
    min-width: 200px;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  .spynav .spylink.singleLink li {
    min-width: 160px;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.singleLink li:nth-of-type(1n+2) {
    display: none;
    min-width: 200px;
  }
}
.spynav .spylink.multiLink {
  width: 320px;
}
@media (max-width: 1024px) {
  .spynav .spylink.multiLink {
    width: 190px;
    margin: 0;
  }
}
@media (max-width: 1024px) and (max-width: 568px) {
  .spynav .spylink.multiLink {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink.multiLink .flexbox {
    justify-content: CENTER;
  }
}
@media (max-width: 1024px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0px 16px;
  }
}
@media (max-width: 568px) {
  .spynav .spylink {
    max-width: 100%;
    padding: 0 8px;
    margin: 0px;
  }
}
@media (max-width: 360px) {
  .spynav .spylink {
    max-width: 100%;
  }
}
.spynav .spylink li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 350px;
}
.spynav .spylink li.ht::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #172B4D;
  opacity: 0;
  border-radius: 10px;
  transition: opacity 300ms, transform 300ms;
}
@media screen and (max-width: 767px) {
  .spynav .spylink li {
    width: 100%;
    max-width: 100%;
  }
}
.spynav .spylink li.ht {
  overflow: hidden;
}
.spynav .spylink li.ht a {
  color: rgba(23, 43, 77, 0.6);
  text-decoration: none;
  display: block;
  height: 100%;
  align-items: center;
  overflow: hidden;
  padding: 16px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 400;
}
.spynav .spylink li.ht a:hover {
  color: #172B4D;
  background: #fff;
}
.spynav .spylink li.ht a .pink {
  background: transparent;
}
.spynav .spylink li.ht.active a {
  color: #172B4D;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .spynav .spylink li.ht {
    display: none;
  }
}
.spynav .spylink li.ht::after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}
.spynav .spylink li.ht.active::after, .spynav .spylink li.ht:focus::after, .spynav .spylink li.ht:hover::after {
  transform: translate3d(0, 0, 0);
}
.spynav .spylink li > a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.spynav .spylink li > a.ellipses {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.spynav .spylink li.flexbox {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .spynav .spylink li.flexbox {
    justify-content: CENTER;
  }
}
.spynav .spylink li .allContent {
  height: 34px;
  position: relative;
  width: 185px;
}
.spynav .spylink li .allContent select {
  background: rgba(255, 255, 255, 0.1) 0 0;
  height: 100%;
  border-radius: 4px;
  border: none;
  padding: 0 25px 0 40px;
  color: #fff;
  appearance: none;
  width: 100%;
  -webkit-appearance: none;
  font-size: 12px;
}
.spynav .spylink li .allContent select:focus {
  outline: none;
  color: #fff;
}
@media (max-width: 1024px) {
  .spynav .spylink li a.ellipses {
    width: 150px;
  }
  .spynav .spylink li.flexbox {
    font-size: 0;
  }
}
.spynav.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: -1px;
  z-index: 1000;
  display: block;
}
.spynav.sticky ~ .travel-single-step-layout, .spynav.sticky ~ .pbcategoryPages {
  position: relative;
}
.spynav.sticky ~ .travel-single-step-layout:has(.visible), .spynav.sticky ~ .pbcategoryPages:has(.visible) {
  z-index: 99999;
}
.spynav.sticky ~ .travel-single-step-layout:has(.open), .spynav.sticky ~ .pbcategoryPages:has(.open) {
  z-index: 99999;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .select-dropdown {
    width: 100%;
  }
}
.select-dropdown__button {
  padding: 11px 25px 11px 36px;
  cursor: pointer;
  text-align: left;
  background: #fff;
  height: auto;
  border-radius: 4px;
  border: none;
  color: #0065ff;
  border: 1px solid #0065ff;
  font-weight: 500;
  font-size: 12px;
  width: 200px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 568px) {
  .select-dropdown__button {
    width: 165px;
  }
}
.select-dropdown__button:before {
  content: "";
  width: 20px;
  height: 21px;
  background: url(../../images/bu/motor/fullwidth/content-icon.svg) no-repeat center/contain;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
.select-dropdown__button:focus {
  outline: none;
}
.select-dropdown__button .zmdi {
  display: inline-block;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 12px;
  transition: all 0.2s ease-out;
  transform: translate(0px, -50%);
}
.select-dropdown__button .zmdi:before {
  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: 4px;
  margin-left: 6px;
}
.select-dropdown__list {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  width: 280px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(41, 55, 86, 0.1019607843);
}
.select-dropdown__list.active {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
@media (max-width: 568px) {
  .select-dropdown__list.active {
    left: 0%;
    width: 100%;
  }
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161 !important;
  transition: all ease-in-out 0.3s;
  width: 100%;
}
.select-dropdown__list-item.main-nav {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .select-dropdown__list-item.main-nav {
    display: block !important;
  }
}

/*-- Navigation ends --*/
.language-dropdown {
  position: fixed;
  top: 163px;
  right: 0;
  border: 1px solid #DFEAFE;
  background: #fff;
  padding: 7px 8px;
  border-radius: 6px 0 0 6px;
  z-index: 1000;
  transition: all ease 0.5s;
}
.language-dropdown .language-icon {
  background: url(../../images/bu/motor/fullwidth/language-icon.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 3px -3px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .language-dropdown .language-icon {
    background: url(../../images/bu/term/langImg.svg) no-repeat center/contain;
    width: 20px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .language-dropdown {
    right: -84px;
  }
}
.language-dropdown::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #253858;
  border-bottom: 1px solid #253858;
  margin-left: 4px;
  display: inline-block;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.language-dropdown select {
  border: 0;
  appearance: none;
  background: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #253858;
  position: relative;
  padding: 0 6px;
}

.simple-rhs-nudge {
  position: fixed;
  left: 0;
  bottom: 85px;
  border: 1px solid #FFE3F9;
  background: linear-gradient(91.59deg, #FFE7F9 0%, #FFFCFE 100%);
  border-radius: 0 12px 12px 0;
  padding: 12px 32px 12px 12px;
  display: flex;
  align-items: center;
  z-index: 100;
}
.simple-rhs-nudge::before {
  content: "";
  background: url(../../images/bu/motor/fullwidth/simple-lhs-nudge-icon.svg) no-repeat center/contain;
  width: 68px;
  height: 64px;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .simple-rhs-nudge::before {
    width: 46px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .simple-rhs-nudge {
    bottom: 230px;
  }
}
.simple-rhs-nudge .content {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  max-width: 220px;
  color: #253858;
  position: relative;
  margin-left: 20px;
}
.simple-rhs-nudge .content span {
  font-weight: 700;
  color: #7652BD;
}
@media screen and (max-width: 767px) {
  .simple-rhs-nudge .content {
    font-size: 14px;
    line-height: 20px;
    max-width: 195px;
  }
}
.simple-rhs-nudge .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: transparent;
  text-align: center;
  line-height: 25px;
  color: #727272;
  opacity: 0.5;
  border-radius: 50%;
  font-size: 15px;
  border: 1px solid #727272;
  line-height: 15px;
  cursor: pointer;
}

.simple-rhs-nudge-with-button {
  position: fixed;
  left: 0;
  bottom: 85px;
  border: 1px solid #B3DDED;
  background: linear-gradient(69.86deg, #C9E8E5 14.61%, #DDF4FD 53.82%);
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  z-index: 100;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .simple-rhs-nudge-with-button {
    position: relative;
    left: auto;
    bottom: auto;
    border-radius: 12px;
    width: calc(100% - 32px);
    margin: 0 auto 60px;
  }
}
.simple-rhs-nudge-with-button .content {
  max-width: 315px;
  display: flex;
  align-items: CENTER;
  flex-shrink: 0;
}
.simple-rhs-nudge-with-button .content .image {
  background: url(../../images/bu/motor/fullwidth/simple-lhs-nudge-with-button-icon.svg) no-repeat center/contain;
  width: 62px;
  height: 55px;
  display: inline-block;
  flex-shrink: 0;
}
.simple-rhs-nudge-with-button .content .details {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #253858;
  position: relative;
  margin-left: 20px;
}
.simple-rhs-nudge-with-button .content .details span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .simple-rhs-nudge-with-button .content .details {
    font-size: 14px;
    line-height: 20px;
    margin-left: 12px;
  }
}
.simple-rhs-nudge-with-button .button {
  color: #0065ff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  margin-top: 6px;
  cursor: pointer;
}
.simple-rhs-nudge-with-button .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: transparent;
  text-align: center;
  line-height: 25px;
  color: #727272;
  opacity: 0.5;
  border-radius: 50%;
  font-size: 15px;
  border: 1px solid #727272;
  line-height: 15px;
  cursor: pointer;
}

.gst-strip {
  background: #FFEBE6;
  text-align: CENTER;
  display: flex;
  align-items: CENTER;
  flex-direction: row;
  justify-content: center;
  padding: 4px 0;
  height: 32px;
}
.gst-strip .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: left;
  display: inline-block;
  color: #de350b;
}

.insurer-toggle {
  margin: 0 auto 24px;
  display: inline-flex;
  align-items: center;
  background: transparent;
  border-radius: 50px;
  padding: 6px 16px;
  color: #505F79;
  border: 1px solid #DFE1E6;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .insurer-toggle {
    margin: 0 0 26px;
    color: #505F79;
    display: flex;
    width: fit-content;
  }
}

.insurer-toggle .label {
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  text-align: center;
}

.options {
  display: flex;
  gap: 25px;
}

.option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #253858;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
}

.option input {
  display: none;
}

.radio {
  width: 18px;
  height: 18px;
  border: 2px solid #5E6C84;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}

.option input:checked + .radio {
  border-color: #0065ff;
  background: #0065ff;
}

.option input:checked + .radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.option input:checked ~ span,
.option input:checked ~ label {
  color: #253858;
}