@font-face {
  font-family: 'Glimer';
  src: url(../../../stylesheets/Gilmer-Bold.woff) format("woff");
  font-weight: 600;
}

@font-face {
  font-family: 'Glimer';
  src: url(../../../stylesheets/Gilmer-Heavy.woff) format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'Glimer';
  src: url(../../../stylesheets/Gilmer-Regular.woff) format("woff");
  font-weight: 400;
}

@font-face {
  font-family: 'Glimer';
  src: url(../../../stylesheets/Gilmer-Medium.woff) format("woff");
  font-weight: 500;
}

main {
  background-image: url(/bundle/assets/images/product/car-renewal/svg/overlay.svg);
  background-size: contain;
  background-position: 0px 80px;
  background-repeat: no-repeat;
  background-color: #efefef;
}

.header {
  border-bottom: 2px solid #FFC107;
  height: 88px;
  background-color: #ffffff;
}

.header .headerTop {
  width: 100%;
}

.header .headerTop ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  gap: 3.2rem;
  margin-bottom: 0;
  margin-right: 9px;
}

@media (max-width: 767px) {
  .header .headerTop ul {
    gap: 1.2rem;
  }
}

.header .headerTop ul li {
  padding: 1.15rem;
}

@media (max-width: 767px) {
  .header .headerTop ul li {
    padding: 1rem 0;
  }
}

.header .headerTop ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  justify-content: center;
}

@media (max-width: 767px) {
  .header .headerTop ul li a {
    font-size: 12px;
  }

}

.header .headerTop ul li a.tele {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 5px;
}

.header .headerTop ul li a.tele span {
  color: #1177BD;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 22px;
}

.footer {
  background-color: #444444;
  color: #FFFFFF;
  text-align: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 100px;
}

.footerTerm .copywrite {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  padding: 19px 0px;
  margin-bottom: 0;
}

:root {
  box-sizing: border-box;
  font-size: 62.5%;
  --white: #fff;
  --darkbalck: #1E1B1B;
  --lightGray: #666666;
}

body {
  margin: 0;
  font-family: "Glimer";
  font-weight: 400;
  line-height: 2.4rem;
  color: #000;
  font-size: 1.8rem;
  box-sizing: border-box;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: unset;
}

a:hover {
  color: unset;
}

.primary-btn {
  background: #FFCB09;
  border-radius: 24px;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  border: none;
}

@media (max-width: 992px) {
  .primary-btn {
    margin-top: 10px;

  }

  .premimum-tabel .primary-btn {
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .primary-btn {
    width: 100%;
  }
}

label {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.containerSpace {
  padding: 80px 60px;
}

@media (max-width: 992px) {
  .containerSpace {
    padding: 20px;
  }
}

.award-notification {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.award-notification .claim-sec,
.award-notification .award-sec {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.award-notification .claim-sec P,
.award-notification .award-sec P {
  width: 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .award-notification {
    display: none;
  }
}

img.banner {
  width: 100%;
}

img.tool {
  margin-left: 6px;
}

.sectionSpacing {
  margin-top: 80px;
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 80px;
}

.renewal-sec h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 24px;
  color: #12100a;
}

.renewal-sec h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 24px;
  color: #12100a;
}

.renewal-sec .regform .renewPolicy .radioWrapper {
  margin-top: 1rem !important;
}

@media (max-width: 992px) {
  .renewal-sec h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .renewal-sec h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}

.renewal-sec p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .renewal-sec p {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 24px;
  }
}

.radioWrapper {
  position: relative;
  display: flex;
}

.radioWrapper input[type=radio] {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  z-index: 1;
  opacity: 0;
  top: -3px;
  left: -5px;
}

.radioWrapper input[type=radio]~label {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding: 1.5px 0 1.5px 12px;
  margin: 0 auto;
  color: #666666;
  cursor: pointer;
  transition: 0.25s linear;
}

@media (max-width: 992px) {
  .radioWrapper input[type=radio]~label {
    font-size: 12px;
    line-height: 15px;
    padding: 3.5px 0 1.5px 12px;
  }
}

.radioWrapper .vehicalLabel {
  color: #000;
}

.active.policyLabel {
  color: #000 !important;
}

.active.vehicalLabel {
  color: #000 !important;
}

input.formBox {
  font-size: 14px;
  color: #000;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #c4c4c4;
  max-width: 340px;
  margin-top: 24px;
}

@media (max-width: 992px) {
  input.formBox {
    max-width: 100%;
    margin-top: 10px;
  }
}

input.formBox.stepTwo {
  margin-top: 8px;
}

.radioWrapper input[type=radio]:focus {
  border: none;
  box-shadow: none;
}

.radioWrapper input[type=radio]:checked~.check {
  border: 1px solid #060606;
  background-color: #ffcb09;
}

.radioWrapper input[type=radio]:checked~.check::before {
  background: #000;
}

.radioWrapper .check {
  display: flex;
  border: 1px solid #c4c4c4;
  background-color: #f2f2f2;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  justify-content: center;
  align-items: center;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.radioWrapper .check::before {
  display: block;
  position: relative;
  content: "";
  border-radius: 100%;
  height: 12px;
  width: 12px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radioWrapper input[type=radio]~label {
  margin: 0px;
}

img.arrow-right {
  margin-left: 8px;
}

.renewVechicle {
  position: relative;
  max-width: 340px;
  width: 100%;
}

.renewVechicle .checked {
  position: absolute;
  top: 45px;
  right: 12px;
}

@media (max-width: 767px) {
  .renewVechicle {
    max-width: 100%;
  }
}

.formContent {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}

@media (max-width: 992px) {
  .formContent {
    margin-bottom: 16px;
  }
}

/* 
.policyFlow {
  display: none;
} */

.primary-btn.renewLogin {
  border: none;
  color: #000;
}

.modal-content {
  border-radius: 16px;
  padding: 20px;
}

.modal-content .modal-header {
  border-bottom: 0px;
  justify-content: center;
}

.modal-content .modal-header .modal-title {
  text-align: center;
}

.modal-content .modal-header .modal-title h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.modal-content .modal-body p {
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .modal-content .modal-body p {
    width: 100%;
    font-size: 12px;
  }
}

.modal-content .modal-body input {
  max-width: 45px;
  margin: 10px;
  text-align: center;
  font-size: 14px;
  color: #000;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
}

.modal-content .modal-body .popup-optimizer {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 767px) {
  .modal-content .modal-body .popup-optimizer {
    margin-bottom: 16px;
    margin-top: 16px;
    font-size: 12px;
  }
}

.modal-content .modal-body .otp-verify-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.modal-content .modal-body .otp-verify-btn .primary-btn {
  margin-top: 10px;
  width: 210px;
}

.modal-content .modal-footer {
  border-top: 0px;
}

.fetch-pop .modal .fetch-model {
  width: 200px;
  margin: 0 auto;
}

.fetch-pop .modal .fetch-model .modal-content {
  padding: 0;
}

.fetch-pop .modal .fetch-model .modal-content .modal-body {
  text-align: center;
}

.fetch-pop .modal .fetch-model .modal-content .modal-body img {
  width: 100%;
}

.fetch-pop .modal .fetch-model .modal-content .modal-body p {
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
}

:root {
  box-sizing: border-box;
  font-size: 100%;
}

body {
  font-size: 16px;
  line-height: initial;
}

.header .headerTop ul li a {
  font-size: 14px;
}

p {
  margin: 0rem;
}

.four-wheeler-policy-renew .fourwheeler-body-content .container-contnent {
  max-width: 79.5rem;
  width: 100%;
  margin: 0 auto;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color {
  background: #ffffff;
  border-radius: 1rem;
  margin: 5rem 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 2.5rem 1.25rem 2.5rem;
  align-items: center;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next {
    padding: 1rem;
    flex-direction: column-reverse;
    gap: 1.3125rem;
    align-items: center;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next h2 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    padding-bottom: 0;
  }

  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: 0.0625rem solid #d8d8d8;
  border-radius: 5rem;
  padding: 0.625rem 1.875rem;
  color: #666666;
  position: relative;
  max-width: 700px;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-left: 0.3125rem;
  color: black;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p span {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p:before {
  content: "";
  padding: 0.0625rem;
  position: absolute;
  background: #ff1f1f;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  left: 0.9375rem;
  top: 1.1875rem;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p:before {
    top: 1rem;
  }
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-bottom: 0;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row {
  padding: 0rem 2.5rem 2.5rem 2.5rem;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row {
    padding: 0 1rem;
  }
}

@media (min-width: 20rem) and (max-width: 23.75rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row {
    padding: 0 0.5rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec {
  color: white;
  margin-top: 12px !important;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec {
    display: grid;
    justify-content: center;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai {
  background: #000;
  border-radius: 1rem;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai {
    width: 100%;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec {
  background-image: url(/bundle/assets/images/product/car-renewal/svg/hunndai.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 1rem;
  padding: 30px 0 0 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 0.0625rem solid #666666;
  padding-bottom: 2.625rem;
  padding: 1.875rem;
  padding-top: 0;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set {
    padding: 1rem;
  }
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set img {
    width: 4rem;
    height: 4rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set .icon-content p {
  margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set .icon-content p:first-child {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  padding-bottom: 1rem;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set .icon-content p:first-child {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set .icon-content p:last-child {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set .icon-content p:last-child {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list {
  display: flex;
  padding-top: 1.875rem;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 2rem;
  padding-left: 0;
  -moz-column-gap: 3.125rem;
  column-gap: 3.125rem;
  justify-content: space-between;
  padding: 1.875rem;
}

@media (max-width: 62rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list {
    padding: 1rem;
    row-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li {
  width: 41%;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li p {
  margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li p:first-child {
  font-weight: 600;
  font-size: 0.875rem;
  color: #d8d8d8;
  line-height: 1.5rem;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li p:first-child {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li p:last-child {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fafafa;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li p:last-child {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec {
    padding-bottom: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .insured-para {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  padding-bottom: 26px;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .insured-para {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1rem 0;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns {
  margin-top: 2.5rem;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns .add-heade {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns .add-heade p {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns .add-heade p img {
  margin-left: 0.3125rem;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns .add-heade button {
  color: #0083cc;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  background: none;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns .add-heade button img {
  margin-left: 0.3125rem;
}

/* .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details {
  display: none;
} */

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details h2 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #12100a;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details .row {
  padding: 0.25rem 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details input.formBox {
  font-size: 16px;
  color: #000;
  padding: 4px 20px;
  border-radius: 0.5rem;
  width: 100%;
  border: 0.0625rem solid #c4c4c4;
  max-width: 21.25rem;
  margin-top: 0.4375rem;
  line-height: 24px;
  height: 48px;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details input.formBox:focus {
  outline: unset;
}

@media (max-width: 47.9375rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details input.formBox {
    max-width: 100%;
  }

  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details h2 {
    margin-top: 10px;
  }

}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details #speed {
  width: 100%;
  padding: 14px 20px;
  background: #ffffff;
  border: 0.0625rem solid #c4c4c4;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-top: 0.4375rem;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details {
  padding-top: 1.25rem;
  position: relative;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details .ky {
  display: flex;
  gap: 10px;
  align-items: center;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details .ky img {
  cursor: pointer;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details .ky h2 {
  margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details .datepicker {
  font-size: 16px;
  color: #000;
  padding: 4px 20px;
  border-radius: 0.5rem;
  width: 100%;
  border: 0.0625rem solid #c4c4c4;
  max-width: 21.25rem;
  margin-top: 0.4375rem;
  line-height: 24px;
  height: 48px;
  font-weight: 400;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details .datepicker:focus {
  outline: unset;
}

@media (max-width: 47.9375rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details .datepicker {
    max-width: 100%;
  }

  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details {
    padding-top: 0;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper {
  display: flex;
  justify-content: end;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: space-between;
  width: 60%;
  padding: 2.5rem 2.5rem 1.875rem 2.5rem;
  flex-wrap: wrap;
  row-gap: 28px;

}

@media (max-width: 62rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount {
    width: 100%;
    padding: 0.75rem 1rem;
    position: fixed;
    bottom: 0;
    background-color: white;
    box-shadow: 0rem -0.25rem 0.75rem rgba(54, 54, 54, 0.08);
    left: 0;
    right: 0;
    z-index: 9;
    gap: 0;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card {
  display: flex;
  gap: 2rem;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card {
    flex-direction: column;
    gap: 0;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p {
  margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:first-child {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #666666;
  margin-bottom: 0.5rem;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:first-child {
    margin-bottom: 0rem;
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:last-child {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #666666;
  font-weight: 600;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:last-child {
    font-weight: 600;
    font-size: 0.5rem;
    line-height: 0.875rem;
  }
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card {
    display: flex;
    gap: 0.625rem;
    align-items: center;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .view-prime h3 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  margin: 0;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .view-prime h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .view-prime button.view-btn {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #0083cc;
  margin: 0;
  text-decoration: underline;
  border: none;
  background: unset;
}

@media (max-width: 48rem) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .view-prime button.view-btn {
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .button-data .procsstopay {
  display: none;
}

.common-btn {
  background: #ffcb09;
  border-radius: 1.5rem;
  padding: 0.75rem 2rem;
  text-align: center;
  border: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
  white-space: nowrap;
}

.common-btn img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(0%) contrast(108%);
}

.rangeslider__value-bubble {
  border: 0.0625rem solid #ccc;
  display: block;
  padding: 0.3125rem;
  position: absolute;
  bottom: 100%;
  margin-bottom: 1.5625rem;
  width: 6.25rem;
  margin-left: -3.125rem;
  text-align: center;
}

.rangeslider__value-bubble:before {
  border-top-color: #ccc;
  border-bottom-width: 0;
  bottom: -0.6875rem;
}

.rangeslider__value-bubble:after {
  border-top-color: #fff;
  border-bottom-width: 0;
  bottom: -0.625rem;
}

.rangeslider__handle {
  background-image: none;
  background: #fff;
  border: 0.375rem solid #ffcc09;
  box-shadow: none;
  width: 2.125rem;
  height: 2.125rem;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -0.8125rem;
}

.rangeslider__fill {
  background-color: #ffcc09;
  box-shadow: none;
  left: 0;
}

.rangeslider__handle:after,
.rangeslider--active .rangeslider__handle {
  background-image: none;
}

.rangeslider {
  box-shadow: none;
  height: 0.375rem;
}

.rangeslider__value-bubble {
  height: 2.375rem;
  border: none;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5625rem;
  border: 1px solid #ffcc09;
  border-radius: 10px;
}

.rangeslider__value-bubble:before {
  display: none;
}

.min-max {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  font-weight: 600;
}

.range-slider {
  padding: 1rem 1.5625rem 0;
  background: #fffaec;
  border-radius: 1.125rem;
}

@media (max-width: 48rem) {
  .range-slider {
    padding: 10px 15px;
  }

  .min-max {
    padding-bottom: 0;
  }
}

.datepickerss {
  position: relative;
}

.datepickerss img {
  position: absolute;
  top: 1.375rem;
  right: 0.9375rem;
  z-index: 1;
}

.datepickerss .ui-widget.ui-widget-content {
  width: 21.0625rem !important;
}

.add-card-details {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  margin-top: 1.5rem;
  justify-content: start;
}

@media (max-width: 48rem) {
  .add-card-details {
    justify-content: start;
  }
}

.add-card-details .addCard {
  background: #f5f5f5;
  border: 0.0938rem solid #f2f2f2;
  border-radius: 0.75rem;
  padding: 1rem;
  display: grid;
  gap: 0.625rem;
  position: relative;
  width: 9.625rem;
}

@media (min-width: 20rem) and (max-width: 29.6875rem) {
  .add-card-details .addCard {
    width: 44%;
    min-width: 136px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .add-card-details .addCard {
    width: 44%;
  }
}

.add-card-details .addCard .checkmark {
  border: 0.0625rem solid gray;
  width: 1.625rem;
  height: 1.625rem;
  position: absolute;
  right: 1.0625rem;
  top: 1.25rem;
  background-color: white;
  border-radius: 1.875rem;
  cursor: pointer !important;
}

.add-card-details .addCard .checkstate {
  position: absolute;
  right: 0rem;
  top: 0rem;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  cursor: pointer;
  border-radius: 1.25rem;
}

.add-card-details .addCard .icon-pcheck {
  display: flex;
  justify-content: space-between;
}

.add-card-details .addCard .icon-pcheck img {
  width: 2rem;
  height: 2rem;
}

.add-card-details .addCard .cover-owner {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin: 0;
  color: #3d3d3d;
}

.add-card-details .addCard .cover-price {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0;
}

.add-card-details .active {
  border: 0.0938rem solid #ffcb09;
  background: #fffaec;
}

.add-card-details .active .checkmark {
  background-image: url(/bundle/assets/images/product/car-renewal/svg/success.svg);
  border: 0.0625rem solid transparent;
  background-size: 100%;
}

.modal-dialog {
  max-width: 62.5rem;
}

.modal-dialog .modal-content {
  border-radius: 0.625rem;
}

.card-model .modal-header {
  padding: 32px 48px 0;
  border-bottom: unset;
}

.card-model .modal-header button {
  padding: 16px;
  border-radius: 100%;
  color: #010101;
  width: 0px;
  height: 0px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/15px auto no-repeat;
  border: 2px solid #000;
}

.card-model .modal-body {
  padding: 0rem 3.125rem 3.75rem;
}

@media (max-width: 62rem) {
  .card-model .modal-body {
    padding: 3.125rem 1.5625rem 1.875rem;
    justify-content: center;
  }
}

.card-model .modal-header h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  width: 100%;
  margin: 0;
}

.card-model .modal-body .add-card-details {
  gap: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .card-model .modal-body .add-card-details .addCard {
    width: 30%;
  }
}

.card-model .modal-body .pop-btns {
  text-align: center;
  margin-top: 3.75rem;
}

@media (max-width: 62rem) {
  .card-model .modal-body .pop-btns {
    margin-top: 2.5rem;
  }
}

.card-model .modal-body .pop-btns button img {
  margin-left: 0.625rem;
}

.subsuccesPopup .modal-dialog {
  max-width: 43.75rem;
}

.subsuccesPopup .modal-dialog .modal-content {
  text-align: center;
  position: relative;
}

.subsuccesPopup .modal-dialog .modal-content .btn-close {
  text-align: right;
  position: absolute;
  right: 1.5625rem;
  top: 0.9375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid gray;
  padding: 0.625rem;
  border-radius: 1.875rem;
  z-index: 999999;
}

.subsuccesPopup .modal-dialog .modal-content .modal-body {
  padding: 3rem 0;
}

.subsuccesPopup .modal-dialog .modal-content .modal-body p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.subsuccesPopup .modal-dialog .modal-content .modal-body p:last-child {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #3d3d3d;
}

h4.modal-title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.premimum-tabel table {
  margin: 0 auto;
  width: 100%;
}

.premimum-tabel table p {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #3d3d3d;
}

.premimum-tabel table tbody,
/* .premimum-tabel th, */
.premimum-tabel td {
  border: 0.0625rem solid #e4e4e4;
  padding: 0.75rem 1.5rem;
}

.premimum-tabel thead tr th {
  padding: 0.75rem 1.5rem;
}

@media (max-width: 62rem) {

  .premimum-tabel table tr,
  .premimum-tabel th,
  .premimum-tabel td {
    padding: 0.5rem 0.875rem;
  }
}

.premimum-tabel table th {
  background-color: #ffcb09;
  text-align: center;
}

.premimum-tabel table th:first-child {
  border-top-left-radius: 0.75rem;
}

.premimum-tabel table th:last-child {
  border-top-right-radius: 0.75rem;
  text-align: center;
}

.premimum-tabel table td:last-child {
  text-align: right;
  font-weight: 700;
}

.premimum-tabel table td:nth-child(2) {
  text-align: center;
}

.premimum-tabel th p {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #3d3d3d;
}

@media (max-width: 62rem) {
  .premimum-tabel th p {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.od-total-amt {
  background: #fffaec;
  border-radius: 0.75rem;
  margin-top: 0.625rem;
}

.od-total-amt table td {
  border: none;
}

.od-total-amt table tr {
  border: none;
}

.od-total-amt .first_td_width {
  width: 35.625rem;
}

.note {
  background: #f2f2f2;
  border-radius: 0.5rem;
  padding: 1rem;
  max-width: 74.0625rem;
  margin: 0 auto;
  margin-top: 1rem;
}

@media (max-width: 62rem) {
  .note {
    max-width: 56.25rem;
  }
}

.note p {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-bottom: 0;
  margin-top: 0rem;
  color: #12100a;
  text-align: center;
}

.detail-share {
  margin: 1.5625rem 0rem 0.25rem;
  position: sticky;
  bottom: 0;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
  padding: 15px;
  background: white;
}

@media (max-width: 62rem) {
  .detail-share {
    position: fixed;
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 15px 26px;
    background: white;
    width: 100%;
    left: 0px;
    overflow: hidden;
    padding-bottom: 22px;
    margin: 0 auto;
  }
}

.detail-share .calculation-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 48rem) {
  .detail-share .form-group {
    display: none;
  }
}

.detail-share .premimum-amt p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #666666;
}

.detail-share .premimum-amt p span {
  font-size: 0.75rem;
}

@media (max-width: 62rem) {
  .detail-share .premimum-amt p span {
    font-size: 0.5rem;
    line-height: 0.875rem;
  }
}

@media (max-width: 62rem) {
  .detail-share .premimum-amt p {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}

.detail-share .premimum-amt p.pre-amt {
  display: none;
}

@media (max-width: 48rem) {
  .detail-share .premimum-amt p.pre-amt {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #12100a;
  }
}

.detail-share p.amount {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (max-width: 48rem) {
  .detail-share p.amount {
    display: none;
  }
}

span .term-btn {
  text-decoration: underline;
  color: #0083cc;
}

input[type=checkbox] {
  background-color: #ffcb09;
}

.form-group {
  display: block;
  margin-bottom: 0.9375rem;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0.4375rem;
  width: 0.3125rem;
  height: 0.75rem;
  border: solid #000;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}

#myModalSubSuccess .modal-dialog,
.ckycFailModal .modal-dialog {
  max-width: 45.625rem;
  text-align: center;
}

#myModalSubSuccess .gif-img,
.ckycFailModal .gif-img {
  width: 13%;
}

#myModalSubSuccess h2,
.ckycFailModal h2 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#myModalSubSuccess p,
.ckycFailModal p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 3.125rem;
  width: 80%;
  margin: 20px auto;
  color: #666666;
}

#myModalSubSuccess .primary-btn,
.ckycFailModal .primary-btn {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}

#myModalSubSuccess .primary-btn img,
.ckycFailModal .primary-btn img {
  margin-left: 10px;
}

.tooltips {
  position: absolute;
  max-width: 300px;
  background: white;
  z-index: 9;
  padding: 16px;
  background: #3d3d3d;
  color: white;
  border-radius: 8px;
  left: 95px;
  bottom: 176px;

}

@media (max-width: 991px) {
  .tooltips {
    bottom: 263px;
  }

}

.policy-tooltip {
  position: absolute;
  max-width: 300px;
  background: white;
  z-index: 9;
  padding: 16px;
  background: #3d3d3d;
  color: white;
  border-radius: 8px;
  left: 95px;
  bottom: 220px;
}

.policy-tooltip {
  left: 120px;
  bottom: 37px;
  display: none;
}

.tooltip-quick {
  left: 190px;
}


@media (max-width: 590px) {

  .tooltips,
  .policy-tooltip {
    bottom: 269px;
    left: 94px;
    max-width: 100%;
  }

  .policy-tooltip:before {
    left: 102px;
    max-width: 100%;
  }

  .tooltips:before {
    left: 102px;
    max-width: 100%;
  }

  .policy-tooltip {
    left: 106px;
    bottom: 40px;
  }
}

.tooltips:before {
  content: "";
  -webkit-clip-path: polygon(51% 26.83%, 29.52% 0px, 74.3% 0px);
  clip-path: polygon(51% 26.83%, 29.52% 0px, 74.3% 0px);
  position: absolute;
  background: #3d3d3d;
  padding: 23px;
  bottom: -46px;
  left: 7px;
}

.policy-tooltip:before {
  content: "";
  -webkit-clip-path: polygon(51% 26.83%, 29.52% 0px, 74.3% 0px);
  clip-path: polygon(51% 26.83%, 29.52% 0px, 74.3% 0px);
  position: absolute;
  background: #3d3d3d;
  padding: 23px;
  bottom: -46px;
  left: 7px;
}

.tooltips p {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}

.policy-tooltip p {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}

.tooltips ul {
  padding-left: 14px;
}

.tooltips ul li {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}

.policy-tooltip ul li {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}

.tooltips ul:last-child {
  margin-bottom: 0;
}

.policy-tooltip ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.arrow-adjust {
  display: flex;
  gap: 20px;
}

.img-class {
  transform: rotate(180deg);
  width: 20px;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(0%) contrast(108%);
}

h2 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0;

  @media (max-width: 48rem) {
    font-size: 1rem;
    line-height: 1.25rem;
    padding-bottom: 0;
  }

}


.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_777777_256x240.png);
}

/* select2 */


.dropdownSelect {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}

.dropdownSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
}

.dropdownSelect select.form-control {
  padding-top: 10px;
  transition: 0.15s;
}

.dropdownSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) calc(100% - 18px)/11px no-repeat;
}

.dropdownSelect .form-area {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  padding: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdownSelect .form-area .form-inner {
  width: 100%;
}

.dropdownSelect .form-group {
  position: relative;
  margin-bottom: 0px;
}

.dropdownSelect .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 19px;
  padding-top: 21px;
  min-height: 50px;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdownSelect .form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #febd11;
  outline: 0;
  box-shadow: none;
}

.dropdownSelect .form-control.step1 {
  min-height: 50px;
}

.dropdownSelect select.form-control {
  padding-top: 14px;
  transition: 0.15s;
}

.dropdownSelect .floating-label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  opacity: 1;
  top: 14px;
  left: 32px;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  margin-bottom: 0;
  z-index: 1;
}

.dropdownSelect .floating-diff .floating-label {
  opacity: 0;
}

.dropdownSelect .floating-diff.focused .floating-label {
  opacity: 1;
}

.dropdownSelect .form-group.focused .floating-label {
  opacity: 1;
  color: #7b7f82;
  top: 8px;
  left: 15px;
  font-size: 12px;
}

.dropdownSelect .form-group.focused select.form-control {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-bottom: 8px;
}

.dropdownSelect .float-checkradio {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  padding: 8px 19px;
  transition: 0.3s;
  min-height: 55px;
}

.dropdownSelect .float-checkradio.focused {
  padding-top: 21px;
}

.dropdownSelect .select2Part .floating-label {
  opacity: 0;
}

.dropdownSelect .select2Part.focused .floating-label {
  opacity: 1;
}

.dropdownSelect .select2multiple .floating-label {
  opacity: 1;
}

.dropdownSelect .select2-container--default .select2-selection--single {
  border: 1px solid #c2c2c2;
  height: 50px;
  border-radius: 8px;
}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  transition: 240ms;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding-top: 5px;
}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 53px;
  right: 15px;
  transition: 240ms;
}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=") no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.dropdownSelect .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgb(236, 238, 241);
  color: #4a494a;
}

.dropdownSelect .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #febd11;
  color: #fff;
}

.dropdownSelect .select2-container--default .select2-results__option:last-child {
  border-radius: 0px 0px 4px 4px;
}

.dropdownSelect .select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  border: 1px solid #dfe3e7;
  border-radius: 4px;
  color: #757575;
  padding: 10px 15px;
  background-color: #fff;
  position: relative;
  padding-right: 45px;
}

.dropdownSelect .select2-container--default .select2-search--dropdown:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
}

.dropdownSelect .select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  min-height: 50px;
  border-radius: 6px;
  position: relative;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #757575;
  line-height: 55px;
  padding-right: 40px;
  display: block;
  height: 100%;
  padding-bottom: 7px;
  padding-top: 17px;
  padding-left: 17px;
  transition: 240ms;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
  border: none;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=") no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 26px;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  line-height: initial;
  padding: 5px;
  font-size: 14px;
  position: relative;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 48px;
  right: 15px;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  line-height: initial;
  padding: 0;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  cursor: default;
  float: left;
  color: #1f1f1f;
  margin-right: 5px;
  margin-top: 5px;
  width: initial !important;
  padding: 5px 10px;
  padding-right: 24px !important;
  font-size: 13px !important;
  letter-spacing: 0.3px;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  font-size: 17px;
  width: 20px;
  height: 20px;
  top: 3px;
  text-align: center;
  color: #e45555;
  right: 0px;
}

.dropdownSelect .select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  font-size: 16px;
  margin-top: 0px;
  padding: 0;
  padding-left: 5px;
  line-height: 27px;
  padding-top: 6px;
}

.dropdownSelect .select2-container--focus.select2-container--default .select2-selection--single {
  border: 1px solid #febd11;
  background-color: #fff;
}

.dropdownSelect .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.dropdownSelect .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.dropdownSelect .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.dropdownSelect .select2-results__option {
  padding: 10px 18px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
}

.dropdownSelect .select2-container--open .select2-dropdown--above {
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  border: none;
  top: 8px;
  border-radius: 6px;
  overflow: hidden;
}

.dropdownSelect .select2-container--open .select2-dropdown--below {
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16);
  border-radius: 0px;
  border: none;
  top: -8px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 9999;
}

.dropdownSelect .select2Part.w-100>.select2-container {
  width: 100% !important;
}

.dropdownSelect .select2-search--dropdown {
  padding: 12px 15px;
  position: relative;
}

.dropdownSelect .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #febd11;
  background-color: #fff;
}

.dropdownSelect .floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-bottom: 7px;
  padding-top: 17px;
  padding-left: 17px;
}

/* select2 */
.dropdownSelect {
  position: relative;

  font-weight: 500;

  font-size: 14px;

  margin-bottom: 20px;
}

.dropdownSelect label {
  margin-bottom: 5px;
}

.dropdownSelect label::before {
  display: none !important;
}

.bg-color {
  background: #ffffff;
  border-radius: 1rem;
  margin: 5rem 0;
}

.form-group {
  display: block;
  margin-bottom: 0.9375rem;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.0625rem solid #000;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05), inset 0rem -0.9375rem 0.625rem -0.75rem rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.3125rem;
  border-radius: 0.375rem;
}

.form-group input:checked+label:before {
  content: "";
  background-color: #ffcb09;
}

.form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0.4375rem;
  width: 0.3125rem;
  height: 0.75rem;
  border: solid #000;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}


/* cersaipage */

.header .headerTop ul li a {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  justify-content: center;
  line-height: 22px;
}

.uplod-kyc-details h2 {
  font-weight: 600;
  font-size: 22px;
  width: 100%;
  line-height: 28px;
  margin-bottom: 20px;
}

.uplod-kyc-details .kyc-wrapper {
  margin-bottom: 40px;
}

.uplod-kyc-details .kyc-wrapper h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 23px;
}

.uplod-kyc-details .bg-color {
  padding: 48px 108px;
}

@media (max-width: 992px) {
  .uplod-kyc-details .bg-color {
    padding: 20px;
    margin-top: 20px;
  }

  #myModalSubSuccess .primary-btn,
  .ckycFailModal .primary-btn {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  #myModalSubSuccess .gif-img,
  .ckycFailModal .gif-img {
    width: 20%;
  }
}

.uplod-kyc-details .bg-color input.formBox {
  font-size: 0.875rem;
  color: #000;
  padding: 4px 20px;
  border-radius: 0.5rem;
  width: 100%;
  border: 0.0625rem solid #c4c4c4;
  max-width: 21.25rem;
  margin-top: 0.4375rem;
  height: 49px;
}

.uplod-kyc-details .bg-color input.formBox:focus {
  outline: unset;
}

@media (max-width: 47.9375rem) {
  .uplod-kyc-details .bg-color input.formBox {
    max-width: 100%;
  }
}

.uplod-kyc-details #speed {
  padding: 14px 20px;
  font-size: 0.875rem;
  background: #ffffff;
  width: 100%;
  border: 0.0625rem solid #c4c4c4;
  max-width: 21.25rem;
  margin-top: 0.4375rem;
  font-weight: 600;
  border-radius: 0.5rem;
}

@media (max-width: 992px) {
  .uplod-kyc-details #speed {
    max-width: 100%;
  }
}

.uplod-kyc-details .file {
  position: relative;
  width: 100%;
  font-size: 1.0625rem;
  font-weight: 600;
}

.uplod-kyc-details .file__input {
  padding: 12px 15px;
  background: #f2f2f2;
  border: 1.5px dashed #c4c4c4;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  cursor: pointer;
  position: relative;
}

.uplod-kyc-details .file__input--file {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width:100%;
}

.uplod-kyc-details .file__input--label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}

.uplod-kyc-details .file__values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}

.uplod-kyc-details .file__values:hover:after {
  color: #000000;
}

.uplod-kyc-details .file__values:after {
  content: "Remove";
  background-image: url(/bundle/assets/images/product/car-renewal/svg/delete.svg);
  cursor: pointer;
  padding: 0 16px;
  background-repeat: no-repeat;
  background-position: 0% 53%;
}

.uplod-kyc-details .file__values:after:hover {
  color: white;
}

.uplod-kyc-details .file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

.uplod-kyc-details .file__values {
  padding: 12px 15px;
  background: #f2f2f2;
  border: 1.5px dashed #c4c4c4;
  border-radius: 8px;
  margin-top: 28px;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  max-width: 340px;
  margin-left: 15px;
  margin-right: 13px;
  height: 50px;
  align-self: end;
  width: 100%;
  margin-left: 0;
  cursor: pointer;
}

@media (max-width: 992px) {
  .uplod-kyc-details .file__values {
    width: 92%;
    min-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}

.uplod-kyc-details .file__values--text {
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uplod-kyc-details .uplode-documents {
  display: flex;
  gap: 20px;
}

.uplod-kyc-details .border-bottom {
  margin-top: 48px;
  margin-bottom: 21px;
}

@media (max-width: 992px) {
  .uplod-kyc-details .border-bottom {
    border-bottom: none !important;
  }
}

.datepickerss {
  position: relative;
}

.datepickerss img {
  position: absolute;
  top: 1.375rem;
  right: 0.9375rem;
  z-index: 1;
}

.datepickerss .ui-widget.ui-widget-content {
  width: 21.0625rem !important;
}

.datepickerss .datepicker {
  font-size: 0.875rem;
  color: #000;
  padding: 4px 20px;
  border-radius: 0.5rem;
  width: 100%;
  border: 0.0625rem solid #c4c4c4;
  max-width: 21.25rem;
  margin-top: 0.4375rem;
  font-weight: 600;
  height: 49px;
}

.datepickerss .datepicker:focus {
  outline: unset;
}

@media (max-width: 47.9375rem) {
  .datepickerss .datepicker {
    max-width: 100%;
  }
}

.bottom-navigator {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 540px) {
  .bottom-navigator {
    justify-content: center;
    gap: 16px;
    flex-direction: column;
  }
}

.bottom-navigator .con-btn button {
  min-width: 210px;
}

.bottom-navigator .con-btn:nth-child(1) button {
  background: #ffffff;
  border: 1px solid #12100a;
  border-radius: 24px;
  padding: 10px 60px;
  margin-bottom: 0;
}

.kyc-wrapper .header-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

.kyc-wrapper .header-flex h3 {
  margin-bottom: 0;
}

.kyc-wrapper .header-flex .form-group {
  margin-bottom: 0;
}

.kyc-wrapper .header-flex .form-group label {
  display: flex;
  align-items: center;
}

.kyc-wrapper .header-flex .form-group input:checked+label::after {
  top: 5px;
}

.kyc-wrapper .add-active {
  flex-direction: column;
  align-items: start;
  gap: 20px;
  margin: 0 auto;
}

.success-form .ban {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .success-form .ban {
    display: none;
  }
}

@media (max-width: 1200px) {
  .success-form .ban {
    width: 100%;
  }
}

.success-form .success-right-side-content {
  background: #fafafa;
  border-radius: 12px;
  max-width: 698px;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 23px 130px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .success-form .success-right-side-content {
    padding: 23px 15px;
  }
}

.success-form .success-right-side-content img {
  width: 90px;
  height: 90px;
  margin-bottom: 16px;
  margin: 0 auto;
  display: flex;
}

.success-form .success-right-side-content h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #12100A;
  margin-bottom: 16px;
}

.success-form .success-right-side-content p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 0;
}

.success-form .bottm-wrapper {
  display: flex;
  justify-content: end;
}

.success-form .bottm-wrapper .premium-amount {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: space-between;
  width: 60%;
  flex-wrap: wrap;
  padding: 30px 2.5rem 0 2.5rem;
  row-gap: 10px;
}

@media (min-width:993px) and (max-width:1400px) {
  .success-form .bottm-wrapper .premium-amount .button-data {
    order: 1;
  }
}

.success-form .bottm-wrapper .premium-amount .lui {
  width: 100%;
}

@media (max-width: 992px) {
  .success-form .bottm-wrapper .premium-amount {
    width: 100%;
    padding: 0.75rem 1rem 25px;
    position: fixed;
    bottom: 0;
    background-color: white;
    box-shadow: 0rem -0.25rem 0.75rem rgba(54, 54, 54, 0.08);
    left: 0;
    right: 0;
    gap: 0;
    row-gap: 10px;   
    padding-bottom: 10px;
  }
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card {
  display: flex;
  gap: 2rem;
}

@media (max-width: 48rem) {
  .success-form .bottm-wrapper .premium-amount .premium-inner-card {
    flex-direction: column;
    gap: 0;
  }
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p {
  margin: 0;
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:first-child {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #666666;
  margin-bottom: 0.5rem;
}

@media (max-width: 48rem) {
  .success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:first-child {
    margin-bottom: 0rem;
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:last-child {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #666666;
  font-weight: 600;
}

@media (max-width: 48rem) {
  .success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:last-child {
    font-weight: 600;
    font-size: 0.5rem;
    line-height: 0.875rem;
  }
}

@media (max-width: 48rem) {
  .success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card {
    display: flex;
    gap: 0.625rem;
    align-items: center;
  }
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card .view-prime h3 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  margin: 0;
}

@media (max-width: 48rem) {
  .success-form .bottm-wrapper .premium-amount .premium-inner-card .view-prime h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card .view-prime button.view-btn {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #0083cc;
  margin: 0;
  text-decoration: underline;
  border: none;
  background: unset;
}

@media (max-width: 48rem) {
  .success-form .bottm-wrapper .premium-amount .premium-inner-card .view-prime button.view-btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 0.875rem;
  }
}

.success-form .bottm-wrapper .premium-amount .button-data .procsstopay {
  display: none;
}

.success-form .common-btn {
  background: #ffcb09;
  border-radius: 1.5rem;
  padding: 0.75rem 2rem;
  text-align: center;
  border: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
  white-space: nowrap;
}

.success-form .common-btn img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(0%) contrast(108%);
}




.dropdownSelect {
  position: relative;

  font-weight: 500;

  font-size: 14px;

  margin-bottom: 20px;
}

.dropdownSelect label::before {
  display: none !important;
}

.bg-color {
  background: #ffffff;
  border-radius: 1rem;
  margin: 5rem 0;
}

.form-group {
  display: block;
  margin-bottom: 0.9375rem;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";

  background-color: transparent;
  border: 0.0625rem solid #00000021;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05), inset 0rem -0.9375rem 0.625rem -0.75rem rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.3125rem;
  border-radius: 0.375rem;
}

.form-group input:checked+label:before {
  content: "";
  background-color: #ffcb09;
}

.form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0.4375rem;
  width: 0.3125rem;
  height: 0.75rem;
  border: solid #000;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}






/* Scrollbar Styling */
.modal::-webkit-scrollbar {
  width: 0px;
}

.modal::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.modal::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}

/* cersaipage */
.file__values {

  padding: 12px 15px;

  background: #f2f2f2;

  border: 1.5px dashed #c4c4c4;

  border-radius: 8px;

  margin-top: 6px;

  font-weight: 600;

  font-size: 12px;

  line-height: 150%;

  max-width: 340px;

  margin-left: 15px;

  margin-right: 13px;

  height: 50px;

  align-self: end;

  position: relative;

  @media (max-width:992px) {

    width: 92%;

  }

}

.file__values--text {

  color: #000000;

}

.file__values--remove {

  position: absolute;

  width: 50%;

  height: 20px;

  right: 0;



}

/* success page */
.success {
  background-color: #ffffff;
  padding: 62px;
  text-align: center;
  margin: 80px auto;
}

@media (max-width: 767px) {
  .success {
    padding: 20px;
  }
}

.success h1 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 16px;
}

.success>p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 24px;
}

.success .policyNum {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  width: 315px;
  gap: 10px;
  background: #FFFAEC;
  border: 1px solid #F7DAAC;
  border-radius: 8px;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .success .policyNum {
    width: 100%;
  }
}

.success .policyNum h5 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .success .policyNum h5 {
    gap: 10px;
  }
}

.success .policyNum h5 span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.success .payDetail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  flex-wrap: wrap;
  gap: 30px;
  width: 479px;
  background: #F2F2F2;
  border-radius: 12px;
  margin: 25px auto 40px;
}

@media (max-width: 767px) {
  .success .payDetail {
    width: 100%;
  }
}

.success .payDetail label {
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 15px;
}

.success .payDetail p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.success .btnWrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .success .btnWrapper {
    gap: 10px;
    flex-direction: column-reverse;
  }
}

.success .btnWrapper .backtoHome {
  background-color: transparent;
  border: 1px solid #000;
  z-index: 999999999;
}

.rate {
  padding: 0;
  display: inline-block;
  margin: 0;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 65px;
  color: #ccc;
}

.rate:not(:checked)>label:before {
  content: "★";
}

.rate>input:checked~label {
  color: #ffc700;
}

.feed-wrapper {
  padding: 10px;
  margin: 5px 0;
}

.rate-txt {
  padding: 10px 0 0 0;
  font-size: 16px;
  font-weight: 500;
}
 @media (max-width: 768px) {
  .rate-txt{
    margin-bottom: 10px;
  }
  #policyNotAvailable .paysub{
    padding-bottom: 8px !important;
    margin-top: 10px;
  }
  #policyNotAvailable .extra-para{
    padding-bottom: 0 !important;
  }
 }
.rate-counter-txt {
  position: relative;
  z-index: 1;
  /* background: red; */
  bottom: 68px;
  /* padding: 10px; */
  color: #000;
  font-size: 16px;
}

.rate label {
  position: relative;
}

.desk-center-btn,
.rate {
  position: relative;
  z-index: 2;
}

.rate-txt {
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .rate:not(:checked)>label {
    font-size: 60px;
  }

  .rate-counter-txt {
    bottom: 53px;
    font-size: 14px;
  }

  .modalshare {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

.rate:not(:checked)>label {
  font-size: 33px;
}

.rate-counter-txt {
  bottom: 26px;
}

.lottiecontainer {
  display: flex;
  margin-top: 6px;
  position: absolute;
}

.lottiecontainer .lottiestar {
  width: 75px;
  height: 75px;
  visibility: hidden;
  z-index: 3;
}

@media (max-width: 767px) {
  .lottiecontainer .lottiestar {
    width: 54px;
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .lottiecontainer .lottiestar {
    width: 70px;
    height: 78px;
  }
}

@media (min-width: 220px) and (max-width: 320px) {
  .lottiecontainer .lottiestar {
    width: 48px;
    height: 51px;
  }
}

/* success page` */
/* #corLoaderFunc {
  background: white;
}

#ORPremiumLoaderFunc {
  background: white;
} */

.success-form .success-right-side-content button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  border: none;
  line-height: 24px;
  font-weight: 600;
  margin-top: 20px;
  color: #0083cc;
  background: transparent;
  border: none;
  width: 100%;
  padding: 0;
}

.success-form .success-right-side-content button img {
  width: 20px;
  margin: 0;
  height: 20px;
}

/* breakup model */

.upload-popup-model .modal-dialog {

  max-width: 62.5rem;

}

.upload-popup-model .modal-dialog .modal-header {
  padding: 15px 48px 0;
  border-bottom: unset;
  margin-bottom: 20px;
}

.upload-popup-model .modal-dialog .modal-header button {
  padding: 13px;
  border-radius: 100%;
  color: #010101;
  width: 0px;
  height: 0px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/15px auto no-repeat;
  border: 2px solid #000;
}

.upload-popup-model .modal-dialog .modal-body {
  padding: 0rem 0.125rem 0.75rem;
}

.upload-popup-model .modal-dialog .modal-body h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 20px;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table {
  margin: 0 auto;
  width: 100%;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table p {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #3d3d3d;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table thead tr th {
  text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table thead tr th:first-child p {
  text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr td:first-child {
  text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr td:nth-child(2) p {
  text-align: left;
  margin-left: 0px;
}

@media (max-width: 992px) {

  .upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr td:nth-child(2) p {
    margin-left: 0px;
    text-align: left;
  }

}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr td:last-child p {
  text-align: right;
  margin-left: 36px;
}

@media (max-width: 992px) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr td:last-child p {
    margin-left: 0px;
    text-align: right;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr p {
  text-align: right;
  margin-left: 33px;
}

@media (max-width: 992px) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr p {
    margin-left: 0px;
    text-align: right;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr .plus p {
  margin: 0 auto;
  background-color: green;
  padding: 4px 1px;
  text-align: center;
  color: white;
  border-radius: 100%;
  width: 23px;
  font-size: 18px;
  line-height: 12px;
  height: 23px;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr .minus p {
  margin: 0 auto;
  background-color: red;
  padding: 4px 1px;
  text-align: center;
  color: white;
  border-radius: 100%;
  width: 23px;
  font-size: 18px;
  line-height: 12px;
  height: 23px;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tr,
.upload-popup-model .modal-dialog .modal-body .premimum-tabel th,
.upload-popup-model .modal-dialog .modal-body .premimum-tabel td {
  border: 0.0625rem solid #e4e4e4;
  padding: 7PX 15PX;
}

@media (max-width: 62rem) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel table tr,
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel th,
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel td {
    padding: 0.5rem 0.875rem;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table th {
  background-color: #ffcb09;
  text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table th:last-child {
  text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table td:last-child {
  text-align: center;
  font-weight: 700;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table td:nth-child(2) {
  text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel th p {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #3d3d3d;
}

@media (max-width: 62rem) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel th p {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt {
  background: #fffaec;
  border-radius: 0.75rem;
  margin-top: 0.625rem;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table td {
  border: 0.0625rem solid #e4e4e4;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table tr {
  border: 0.0625rem solid #e4e4e4;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt .first_td_width {
  width: 35.625rem;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table tbody tr td p:first-child {
  text-align: left;
}

@media (max-width: 992px) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table tbody tr td p:first-child {
    margin-left: 0px;
    text-align: right !important;
  }
  .upload-popup-model .modal-dialog .modal-header {
    padding: 8px 17px 0;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table tbody tr td p:last-child {
  margin-left: -4px;
  text-align: right;
  width: 100%;
}

@media (max-width: 992px) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table tbody tr td p:last-child {
    margin-left: 0px;
    text-align: right;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .note {
  background: #f2f2f2;
  border-radius: 0.5rem;
  padding: 1rem;
  max-width: 74.0625rem;
  margin: 0 auto;
  margin-top: 1rem;
}

@media (max-width: 62rem) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel .note {
    max-width: 56.25rem;
    margin-bottom: 121px;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .note p {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-bottom: 0;
  margin-top: 0rem;
  color: #12100a;
  text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share {
  margin: 1.5625rem 0rem 2.25rem;
}

@media (max-width: 62rem) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share {
    margin: 0.75rem 0rem 0rem;
    padding-bottom: 0;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .calculation-tab {
  display: unset;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 48rem) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .form-group {
    display: block;
    width: 100%;
    margin-top: 9px;
    order: 1;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #666666;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p span {
  font-size: 0.75rem;
}

@media (max-width: 62rem) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p span {
    font-size: 0.5rem;
    line-height: 0.875rem;
  }
}

@media (max-width: 62rem) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p.pre-amt {
  display: none;
}

@media (max-width: 48rem) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p.pre-amt {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #12100a;
  }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share p.amount {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (max-width: 48rem) {
  .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share p.amount {
    display: none;
  }

  .upload-popup-model .modal-dialog .modal-body {
    padding: 0;
  }

}

/* end breakup model */

.upload-popup-model .modal-dialog .modal-body .od-total-amt table tbody tr td:first-child {
  text-align: right;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #3d3d3d;
}

.upload-popup-model .modal-dialog .modal-body .od-total-amt table tbody tr td:first-child {
  border: 0.0625rem solid #e4e4e4;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #3d3d3d;
}

.upload-popup-model .modal-dialog .modal-body .od-total-amt table tbody tr td:first-child {
  text-align: right;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #3d3d3d;
}

.upload-popup-model .modal-dialog .modal-body .od-total-amt table tbody tr td:last-child {
  text-align: right;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #3d3d3d;
}

.upload-popup-model .modal-dialog .modal-header h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  width: 100%;
  margin: 0;
}

.con_lotti {
  position: absolute;
  top: 0;
  left: 0;
}



#vehicleNumberDetails .sectionSpacing {
  margin-top: 80px;
  background-color: #ffffff;
  border-radius: 16px;
  min-height: 555px;
}

#vehicleNumberDetails .sectionSpacing .row {
  border-bottom: unset;
}

#vehicleNumberDetails .left-sec {
  position: relative;
  display: block;
}

#vehicleNumberDetails .left-sec img {
  max-width: 268px;
  width: 100%;
  margin: 50px auto;
  display: block;
}

#vehicleNumberDetails .left-sec p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
  width: 300px;
  margin: 0px auto 50px;
}

#vehicleNumberDetails .right-sec {
  margin-top: 100px;
}

@media (max-width: 767px) {
  #vehicleNumberDetails .right-sec {
    width: 80%;
    margin: 10px auto;
  }
}

#vehicleNumberDetails .right-sec h2 {
  font-size: 18px;
  line-height: 22px;
}

#vehicleNumberDetails .right-sec .formContent {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
  margin-top: 32px;
}

@media (max-width: 992px) {
  #vehicleNumberDetails .right-sec .formContent {
    margin-bottom: 16px;
  }
}

#vehicleNumberDetails .right-sec .formContent input.formBox {
  font-size: 16px;
  color: #000;
  padding: 4px 20px;
  border-radius: 0.5rem;
  width: 100%;
  border: 1px solid #c4c4c4;
  max-width: 320px;
  margin-top: 10px;
  line-height: 24px;
  height: 48px;
}

#vehicleNumberDetails .right-sec .formContent input.formBox:focus {
  outline: unset;
}

@media (max-width: 47.9375rem) {
  #vehicleNumberDetails .right-sec .formContent input.formBox {
    max-width: 100%;
  }
}

#vehicleNumberDetails .right-sec p {
  font-size: 12px;
  line-height: 15px;
  padding: 10px 20px 10px 35px;
  background-color: #F9F9F9;
  border: 1px solid #D8D8D8;
  border-radius: 80px;
  position: relative;
  width: 320px;
  margin-top: 32px;
}

#vehicleNumberDetails .right-sec p:after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #FF981F;
  position: absolute;
  top: 20px;
  left: 18px;
}

#vehicleNumberSuccess .modal-content.vehicleNum_update {
  border-radius: 16px;
  padding: 10px;
}

#vehicleNumberSuccess .modal-content.vehicleNum_update h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

#vehicleNumberSuccess .modal-content.vehicleNum_update p {
  font-size: 14px;
  line-height: 24px;
}

#vehicleNumberSuccess .modal-content.vehicleNum_update .modal-header {
  border-bottom: unset;
}

#vehicleNumberSuccess .modal-content .modal-body .img-fluid {
  width: 80px;
}

#vehicleNumberSuccess .modal-dialog {
  max-width: 38rem;
}

.edit-btn {
  cursor: pointer;
  display: flex;
  justify-content: end;
  gap: 5px;
  margin: 0;
  padding: 0px 30px 5px;
  align-items: center;
}

.edit-btn p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

.edit-btn img {
  width: 20px;
  height: 20px;
}

.term-condition-model .modal-dialog {
  max-width: 600px;
  margin: 5.75rem auto;
}

.term-condition-model .modal-dialog-scrollable {
  height: calc(100% - 14.5rem);
}

.term-condition-model .clode {
  margin: 10px;
}

.term-condition-model .clode P {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffcb09;
}

.term-condition-model .clode button {
  position: absolute;
  right: 20px;
  top: 0px;
  border: none;
  background: none;
  background-color: none;
  border: none;
}

.term-condition-model .clode button img {
  width: 30px;
}

.term-condition-model .modal-body {
  padding: 1rem 0rem;
}

.term-condition-model .modal-body p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  width: 95%;
}

.term-condition-model .modal-body h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 95%;
  margin: 12px auto;

}

.term-condition-model .modal-footer {
  justify-content: center;
}

.term-condition-model .modal-footer button {
  background-color: #ffcb09;
  color: black;
  border: 1px solid #ffcb09;
  font-weight: 600;
}

.new-design {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
}

@media (max-width: 768px) {
  .new-design p {
    font-size: 14px;
  }

  .new-design p br {
    display: none;
  }
}

.body-wrapper_renewal {
  padding: 35px 0;
}

.common_button_renewal button {
  all: unset;
  background-color: #FEBD11;
  padding: 10px 16px;
  border-radius: 6px;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  align-items: center;
}


#payment-error {
  position: absolute;
  padding: 0;
  margin: 0;
}

.premium-amount .lui .form-group {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .dayss {
    display: flex;
    justify-content: end;
    width: 100%;
  }
}

#emptyData .modal-content .modal-body .reg-kyc {
  width: auto;
}

.range-slider .range_input-slide {
  text-align: right;
}

.onscroll {
  overflow: auto;
  height: 600px;
}

.od-total-amt #premiumPageBreakupTotal tbody {
  border: 0rem solid #e4e4e4;
}

.od-total-amt #premiumPageBreakupTotal td {
  padding: 0.5rem 1.5rem 0;
}
 @media (max-width:768px) {
  .od-total-amt #premiumPageBreakupTotal td {
    padding-left: 0;
    padding-right: 8px;
  }
 }

#payment-modal-error {
  position: absolute;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table thead tr th {
  border: 0 solid #e4e4e4;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table thead tr {
  border: 0 solid #e4e4e4;
}


.onscroll::-webkit-scrollbar {
  width: 6px;
  /* width of the entire scrollbar */
}

.onscroll::-webkit-scrollbar-track {
  background: gray;
  /* color of the tracking area */
}

.onscroll::-webkit-scrollbar-thumb {
  background-color: #ffcb09;
  /* color of the scroll thumb */
  /* border-radius: 20px;       roundness of the scroll thumb */
  border: 1px solid #ffcb09;
  /* creates padding around scroll thumb */

}

.onscroll::-webkit-scrollbar {
  width: 6px;
  /* width of the entire scrollbar */
}

.onscroll::-webkit-scrollbar-track {
  background: gray;
  /* color of the tracking area */
}

.onscroll::-webkit-scrollbar-thumb {
  background-color: #ffcb09;
  /* color of the scroll thumb */
  /* border-radius: 20px;       roundness of the scroll thumb */
  border: 1px solid #ffcb09;
  /* creates padding around scroll thumb */

}

.cersai-nationlprooftype {
  font-size: 12px;
}

#addson_close {
  position: absolute;
  right: 15px;
  top: 13px;
}

.range-slider .ui-slider-horizontal {
  height: 10px;
}

.range-slider .ui-slider .ui-slider-handle {

  width: 10px;
  height: 10px;

}

.modal.show {
  bottom: 0;
  transition: all 0.3s linear;
}

.show-mb {
  display: block !important;
}

.showError {
  z-index: 99999 !important;
  opacity: 1 !important;
}

.showError .error-wrap {
  -webkit-animation: bounceIn 0.5s;
  animation: bounceIn 0.5s;
}

@media (min-width: 992px) {
  .modal-cnt {
    max-height: 460px;
  }

  .modal.show {
    transform: scale(1);
    transition: all 0.2s linear;
  }

  .modal {
    position: fixed;
    transform: scale(0);
    transition: all 0s linear;
  }

  .max-h-modal {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  #idv {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

#engine-cover_close {
  position: absolute;
  right: 15px;
  top: 13px;
}

#consumable-cover_close {
  position: absolute;
  right: 15px;
  top: 13px;
}

.overflow {
  overflow: hidden;
}

.overlay {
  background: rgba(0, 0, 0, 0.5803921569);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
}

#nill-depreciation-count-cover .modal-content .modal-header {

  display: block;
  position: relative;
}

#nill-depreciation-count-cover .modal-content .modal-header h4 {
  text-align: left;
}

#nill-depreciation-count-cover .modal-content .modal-header .btn-close {
  position: absolute;
  right: 6px;
  top: 5px;
}

.sameProofDiv .checkbox::before {
  border: 1px solid #060606;
}

#nill-depreciation-cover .modal-content .modal-header {
  flex-direction: row-reverse;
}

#nill-depreciation-cover .modal-content .modal-header .btn-close {
  margin-top: -48px;
}

#nill-depreciation-consumable-cover .modal-content .modal-header {
  justify-content: START;
}

#nill-depreciation-engine-cover .modal-content .modal-header {
  justify-content: START;
}

#nill-depreciation-consumable-cover .modal-content .modal-header #consumable-cover_close {
  position: absolute;
  right: 33px;
  top: 25px;
}

#nill-depreciation-engine-cover .modal-content .modal-header #engine-cover_close {
  position: absolute;
  right: 33px;
  top: 25px;
}

#cersaiForm .kyc-documentation .kyc-wrapper .sameProofDiv .checkbox {
  margin-top: 31px;

}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange {
  padding: 1.875rem 1.5625rem;
  background: #f2f2f2;
  border-radius: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange {
    padding: 1.2rem 1rem;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .content .box-tittle {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .content .box-tittle {
    font-size: 1rem;
    line-height: 0.8em;
    padding: 0.8rem 0;
    margin-bottom: 0;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .content .description {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .content .description {
    line-height: 16px;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .price-box {
  background: #ffcb09;
  border-radius: 8px;
  padding: 10px;
  max-width: 100px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .price-box .amt {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

@media (max-width: 768px) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .price-box .amt {
    font-size: 16px;
    line-height: 24px;
  }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .price-box .duration {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

@media (max-width: 768px) {
  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .price-box .duration {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 768px) {
  .card-model #premiumBreakupTable {
    overflow-y: hidden;
  }

  .card-model #premiumBreakupTable .modal-body {
    overflow-y: hidden;
    height: 500px;
    transition: 0.5s ease-in-out;
  }

  .wrapper-card-breakup {
    position: absolute;
    width: 100%;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    bottom: -100%;
  }

  .mobile-modal-dialog-centered {
    margin: 0;
    min-height: auto;
    transition: 0.5s all;
  }

  .mobile-modal-dialog-centered .modal-content {
    border: none;
  }

  .mobile-modal-dialog-centered .modal-content .modal-header h4 {
    font-weight: 500;
  }

  .mobile-modal-dialog-centered .modal-content .modal-header button {
    position: absolute;
    right: 29px;
    padding: 14px;
    top: 28px;
  }

  .btn-close {
    transition: 0.5s all;
  }

  .topup {
    bottom: 0% !important;
    transition: 0.5s ease-in-out !important;
    display: block !important;
  }

  .scrol {
    bottom: -18px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: absolute;
  }

  .premimum-tabel .note {
    margin-bottom: 13rem;
  }

  .four-wheeler-policy-renew .fourwheeler-body-content .bg-color {
    margin: 2rem 0;
  }

  .range_input-slide .slider-value {
    max-width: 106px;
    font-weight: 600;
    padding: 6px;
  }

  .four-wheeler-policy-renew #range-slider.ui-slider-horizontal .ui-slider-handle {
    border: 5px solid #ffcb09;
    top: -9px;
    padding: 7px;
  }
}
.popup-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(64, 65, 68, 0.77);
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}
.popup-cover.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}
.popup-cover .modal-dialog {
  max-width: 56.5rem;
}
.popup-cover .modal-dialog .popup-cover-trigger:hover {
  opacity: 0.8;
}
.popup-cover .modal-dialog .modal-header {
  justify-content: center;
  border-bottom: 0;
  padding-bottom: 0;
}
.popup-cover .modal-dialog .modal-header h4 {
  width: 100%;
  text-align: center;
}
.popup-cover .modal-dialog .modal-header .popup-cover-close {
  padding: 12px;
  border-radius: 100%;
  color: #010101;
  width: 0px;
  height: 0px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/15px auto no-repeat;
  border: 2px solid #000;
  position: absolute;
  right: 24px;
  top: 24px;
}
.popup-cover .pop-btns {
  text-align: center;
  margin: 33px 0 20px;
}
@media (max-width: 768px) {
  .popup-cover .modal-content {
    position: fixed;
    left: 0;
    bottom: -100%;
    transition: 0.9s ease-in-out;
    height: 75%;
 }
  .popup-cover .modal-content .modal-body {
    overflow: scroll;
    z-index: 9999999;
 }
  .popup-cover .popup-mobile {
    bottom: 0 !important;
 }
  .popup-cover .pop-btns button {
    padding: 0.75rem 5rem;
 }
  .popup-cover .pop-btns {
    position: fixed;
    bottom: -100%;
    background: white;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: 0.8s ease-in-out;
 }
  .popup-cover .modal-body .add-card-details {
    margin-bottom: 91px;
 }
 .upload-popup-model .mobile-modal-dialog-centered .detail-share .check-b{
  flex-wrap: wrap;
}
}

.payment-error-success{
  margin-bottom: 0;
  padding: 0;
}
.alert-danger{
  margin: 16px 0 0;
  padding: 10px;
}
#policyBreakupTable2{
  margin-top: 12px;
}

.kyc-tooltips{
  position: absolute;
  max-width: 300px;
  background: white;
  z-index: 9;
  padding: 16px;
  background: #3d3d3d;
  color: white;
  border-radius: 8px;
  left: 95px;
  bottom: 148px;

}


.ckyc-tooltips{
  position: absolute;
  max-width: 300px;
  background: white;
  z-index: 9;
  padding: 16px;
  background: #3d3d3d;
  color: white;
  border-radius: 8px;
  left: 107px;
  bottom: 113px;

}

@media (max-width:767px) {
  .kyc-tooltips{
    position: absolute;
    max-width: 300px;
    background: white;
    z-index: 9;
    padding: 16px;
    background: #3d3d3d;
    color: white;
    border-radius: 8px;
    left: 95px;
    bottom: 237px;
  }
  .ckyc-tooltips{
    position: absolute;
    max-width: 300px;
    background: white;
    z-index: 9;
    padding: 16px;
    background: #3d3d3d;
    color: white;
    border-radius: 8px;
    left: 107px;
    bottom: 165px;
  
  }
}


#renewalExistingPolicyDownload .modal-transition{
	background: white;
    padding: 50px;
    margin: 0 auto;
    border-radius: 10px;
}
#renewalExistingPolicyDownload .modal-transition .existrow{
	
	justify-content: center;
    margin: 0;
    gap: 13px !important;	
    margin-bottom: 0 !important;
    margin-top: 10px;
}

#renewalExistingPolicyDownload .modal-transition .existrow .primary-btn{
	max-width: 200px;
  text-align: center;
}
#renewalExistingPolicyDownload .modal-content img{
  margin: 0 auto;
  padding-bottom: 10px;

}
@media(max-width:767px){
  #renewalExistingPolicyDownload .modal-transition{
    padding: 27px;
    width: 94%;
  }
  #renewalExistingPolicyDownload .modal-content p{
    font-size: 14px;    
    margin-bottom: 5px;
  }
}

#AlertModel .modal-content .modal-header{
   padding: 50px 0;
}