/* Slider */
.slick-list,
.slick-slider,
.slick-track {
  display: block;
  position: relative;
}
.slick-list,
ol,
ul {
  padding: 0;
  margin: 0;
}
.slick-slider,
html {
  -webkit-tap-highlight-color: transparent;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  overflow: hidden;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
button {
  background: 0 0;
  border: 0;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
input:active,
input:focus {
  border: 0;
  outline: 0;
}
a {
  text-decoration: unset;
  color: inherit;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1501px) {
  .container {
    max-width: 1240px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1,
.col-10,
.col-11,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto {
  -webkit-box-flex: 0;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
li {
  list-style: none;
}
.text-center {
  text-align: center;
}
.logo {
  margin-top: 10px;
}
a,
button {
  cursor: pointer;
}
*,
::after,
::before {
  box-sizing: border-box;
  font-family: Gilmer;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}
@font-face {
  font-family: Gilmer;
  src: url(Gilmer-Bold.woff) format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Gilmer;
  src: url(Gilmer-Heavy.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Gilmer;
  src: url(Gilmer-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Gilmer;
  src: url(Gilmer-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}
body {
  margin: 0;
  font-family: Glimer;
  font-weight: 400;
  font-size: 16px;
  line-height: initial;
  color: #000;
}

.breadcrumps a,
.breadcrumps.motor a {
  text-decoration: none;
}

.fileselect select,
.select select {
  outline: 0;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
}

:root {
  --black: #000;
  --white: #fff;
  --primary-color: #ffcb09;
  --hover: #ea9c23;
  scroll-behavior: smooth;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

.pt-30 {
  padding-top: 30px !important;
}

.preloader-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 9000;
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 1s linear;
}

.checkbox,
.text {
  display: inline-block;
}

.preloader-container .animation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.preloader-container.visuallyhidden {
  display: none;
  opacity: 0;
}

.noneed_Overflow,
.slick-dotted {
  overflow: hidden;
}

.slick-dots li.slick-active button {
  background-color: #00f;
}

.slider_dots li {
  height: 20px;
  background-color: #9e9e9e;
  border-radius: 50%;
  margin: 10px;
  transform: scale(0.4);
  outline: 0;
  cursor: pointer;
}

.checkbox,
.formWrapper .uploadWrapper .uploadContent .documents img,
.formWrapper .uploadWrapper .uploadContent img + .title + .documents img,
.intimate_claim__step2_popup_contact.modal-content > :last-child,
.intimate_claim__step2_popup_policy .modal-content > :last-child,
.keyCarousel
  .wrapper
  .sliderContain
  .sliderWrapper
  .slider_box
  .register_a_claim_dotted_list
  li:last-child {
  margin-bottom: 0;
}

.slider_dots li.slick-active {
  transform: scale(0.7);
}

.slider_dots li.slick-active.slick-current {
  transform: scale(1);
  background-color: #00f;
}

.color-white {
  color: #fff;
  padding: 0 0 25px;
  width: 50%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  z-index: 2;
}

.banner-wrap {
  position: relative;
  height: 460px;
  margin-top: 90px;
}

@media(max-width: 1199px) {
  .banner-wrap {
    margin-top: 70px;
  }
}

.banner-wrap .web-img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}
/* 
@media (max-width: 576px) {
  .banner-wrap .web-img {
    display: none;
  }
} */

.banner-wrap .mob-img {
  width: 100%;
  /* height: 578px; */
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /* display: none; */
}

.checkbox,
.dropdown {
  position: relative;
}

.banner-wrap .banner-sub-wraps {
  position: relative;
  display: grid;
  align-items: flex-start;
  justify-content: end;
  height: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .banner-wrap .banner-sub-wraps {
    max-width: 1200px;
  }
}

.banner-wrap .banner-sub-wraps .content-wrap {
  max-width: 540px;
  height: 100%;
  padding: 70px 0;
}

.banner-wrap .banner-sub-wraps .content-wrap .wrapper {
  display: grid;
  align-content: space-between;
  height: 100%;
}

.banner-wrap .banner-sub-wraps .content-wrap .wrapper h1,
.card-with-checkbox.is_active p,
.stepperWrapper .stepperContainer > .stepper.currentStepper p {
  font-weight: 600;
}

.banner-wrap .banner-sub-wraps .content-wrap .wrapper .mobile-forms {
  border-radius: 16px;
  display: grid;
  gap: 1.5rem;
}

.banner-wrap
  .banner-sub-wraps
  .content-wrap
  .wrapper
  .mobile-forms
  .form-inlines {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.banner-wrap
  .banner-sub-wraps
  .content-wrap
  .wrapper
  .mobile-forms
  .form-inlines
  .form-group
  input,
.bannerContent img,
.contact-fields,
.keyCarousel .wrapper .sliderContain .sliderWrapper img,
.secondary_info .secondary_info_box .secondary_info_box_text,
.w-100 {
  width: 100%;
}

.banner-wrap
  .banner-sub-wraps
  .content-wrap
  .wrapper
  .mobile-forms
  .form-group
  .input-group
  label
  span
  p {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}

.banner-wrap
  .banner-sub-wraps
  .content-wrap
  .wrapper
  .mobile-forms
  .form-group
  .input-group
  label
  span
  p
  a {
  text-decoration: underline;
  font-weight: 500;
}

.banner-wrap
  .banner-sub-wraps
  .content-wrap
  .wrapper
  .mobile-forms
  .insure-text {
  display: flex;
  align-content: center;
  flex-direction: row;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.banner-wrap
  .banner-sub-wraps
  .content-wrap
  .wrapper
  .mobile-forms
  .insure-text
  a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
}

.banner-wrap
  .banner-sub-wraps
  .content-wrap
  .wrapper
  .mobile-forms
  .insure-buttons {
  display: flex;
  gap: 1rem;
}

.banner-wrap
  .banner-sub-wraps
  .content-wrap
  .wrapper
  .mobile-forms
  .insure-buttons
  .outline {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
}

.banner-wrap
  .banner-sub-wraps
  .content-wrap
  .wrapper
  .mobile-forms
  .insure-buttons
  .outline:hover,
.primary-btn:hover,
input[type="submit"]:hover {
  background-color: #ea9c23;
  color: #000;
  border: none;
}

.banner-wrap .z-1 {
  z-index: 1;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}

h2 {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
}

input,
textarea {
  font-size: 14px;
  color: #000;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
}

.checkbox .icon::before,
input:focus,
textarea:focus {
  border: 1px solid #ffcb09;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666868;
  font-weight: 300;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666868;
  font-weight: 300;
}

input::placeholder,
textarea::placeholder {
  color: #666868;
  font-weight: 300;
}

.calender input,
.documents .file__value .file__value--text,
.radioWrapper input[type="radio"]:checked ~ label {
  color: #000;
}

input.caps,
textarea.caps {
  text-transform: uppercase;
}

input.caps::-moz-placeholder,
textarea.caps::-moz-placeholder {
  text-transform: capitalize;
}

input.caps:-ms-input-placeholder,
textarea.caps:-ms-input-placeholder {
  text-transform: capitalize;
}

input.caps::placeholder,
textarea.caps::placeholder {
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  color: #666868;
}

.input-group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.checkbox {
  padding-left: 30px;
  cursor: pointer;
}

.checkbox .icon {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: -6px;
  transform: rotate(45deg) translateY(-50%);
}

.checkbox .icon::before {
  height: 100%;
  width: 100%;
  background: 0 0;
  transition: background 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: rotate(45deg);
  border-radius: 6px;
}

.checkbox .icon::after {
  border: 1px solid transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transition: height 0.1s ease-in, width 0.1s ease-out 0.1s,
    border-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  width: 0;
  height: 0;
  bottom: 3px;
  left: 5px;
}

.text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox .icon::after,
.checkbox .icon::before {
  content: "";
  display: block;
  position: absolute;
}

.insure:checked + .checkbox .icon::after {
  width: 6px;
  height: 14px;
  border-right-color: #000;
  border-bottom-color: #000;
  transition: width 0.1s ease-in, height 0.1s ease-out 0.1s,
    border-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.insure:checked + .checkbox .icon::before,
.keyCarousel .wrapper .textContain .navSlider .Slick-Next:hover,
.keyCarousel .wrapper .textContain .navSlider .Slick-Prev:hover,
.stepperWrapper .stepperContainer > .stepper.currentStepper span {
  background: #ffcb09;
  border: 1px solid black;
}

.dropdown .label {
  font-size: 14px;
  color: #000;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  width: 100%;
  cursor: pointer;
  font-weight: 500;
}

.dropdown .label::after,
.select::after {
  content: "";
  background-image: url(/bundle/assets/images/common/down_arrow.png);
  height: 6px;
  width: 8px;
  display: block;
  position: absolute;
  top: 21px;
  right: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown .options {
  display: block !important;
  position: absolute;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 5px 10px rgba(138, 138, 138, 0.15);
  z-index: 1;
  border: 1px solid #c4c4c4;
  margin-top: -6px;
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0 7px 10px;
}

.dropdown .options li {
  padding: 0.5em;
  cursor: pointer;
  transition: background 0.35s;
  font-size: 14px;
}

.dropdown .options li:focus,
.dropdown .options li:hover {
  background: rgba(255, 203, 9, 0.1215686275);
}

.dropdown .options li:active {
  background: rgba(255, 203, 9, 0.1803921569);
}

.calender {
  position: relative;
  width: 100%;
}

.calender input {
  position: relative;
  font-size: 14px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  font-weight: 500;
  z-index: 0;
  background: url(/bundle/assets/images/claim/calender.png) 95% 50% no-repeat;
  width: 100%;
}

.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: 500;
  font-size: 14px;
  padding: 1.5px 0 1.5px 12px;
  margin: 0 auto;
  color: #666;
  cursor: pointer;
  transition: 0.25s linear;
}

.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;
}

.documents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 1.5px dashed #c4c4c4;
  border-radius: 8px;
  padding: 29px 12px;
}

#home_taber .taber_img .taber_img_src,
#home_taber .taber_img .taber_img_src .banner-hide,
.documents input,
.contactmenu .formContent .select .select2-container .select2-selection__arrow,
.insuranceTab .not_active,
.taber_content h1,
[data-radiotab] .disabled {
  display: none;
}

.documents label {
  margin-bottom: 0;
  display: flex;
  -moz-column-gap: 9px;
  column-gap: 9px;
  color: #666;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}

.documents .file__value {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}

.documents .file__value .file__value--remove {
  color: #d55353;
  cursor: pointer;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.documents .file__value .file__value--remove::before {
  content: "";
  width: 11px;
  height: 13px;
  background-image: url(/bundle/assets/images/common/remove.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.primary-btn,
input[type="submit"] {
  font-size: 14px;
  padding: 14px 24px;
  font-weight: 600;
  border-radius: 100px;
  display: inline-block;
  background-color: #ffcb09;
  border: 1px solid #ffcb09;
  cursor: pointer;
  min-width: 210px;
  text-align: center;
  color: #000;
}

.primary-btn.outline,
input[type="submit"].outline {
  border: unset;
  /* background-color: #fff; */
  color: #000;
  /* box-shadow: 0 0 0 1px #000; */
}

.primary-btn.outline:hover,
input[type="submit"].outline:hover {
  color: #000;
  border-color: #ffcb09;
  background-color: #ffcb09;
}

.product-page-tabs .blog,
.sectionSpacing {
  margin-top: 80px;
}

.blog {
  text-align: center;
}

.blog .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 42px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.blog .wrapper .blogCard {
  flex-basis: 31.9%;
  border: 1px solid #e0dede;
  border-radius: 16px;
}

.blog .wrapper .blogCard img {
  width: 100%;
  height: 249px;
  object-position: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

@media (max-width: 1199px) {
  .blog .wrapper .blogCard {
    grid-template-rows: 178px auto;
    flex-basis: 31.6%;
  }
}

@media (max-width: 991px) {
  .blog .wrapper {
    row-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .blog .wrapper .blogCard {
    flex-basis: 31%;
    grid-template-rows: auto auto;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .blog .wrapper .blogCard {
    flex-basis: 48%;
  }
}

@media (max-width: 500px) {
  .blog .wrapper .blogCard {
    flex-basis: 100%;
  }
}

.blog .wrapper .blogCard .content {
  padding: 24px;
  display: grid;
  row-gap: 16px;
  text-align: left;
}

.blog .wrapper .blogCard .content .blogTitle {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  line-height: 26px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}

.blog .wrapper .blogCard .content .postedTime {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.blog .wrapper .blogCard .content .postedTime + p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 75px;
}

.blog .wrapper .blogCard .content .outline {
  margin-top: 18px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
  min-width: 130px;
}

.secondary_info {
  background: #f2f2f2;
  padding: 18px;
}

.bannerContent .bannerWrapper,
.secondary_info .secondary_info_box {
  display: flex;
  align-items: center;
}

.secondary_info .secondary_info_box .secondary_info_box_img {
  background-color: #fff;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}

.secondary_info
  .secondary_info_box
  .secondary_info_box_img
  img.left_minus_three {
  position: relative;
  left: -3px;
}

#home_taber .taber_img .taber_img_src .banner-show,
#home_taber .taber_img .taber_img_src.active,
.greyBoxWrapper
  .greyBoxCard.withList
  .subList
  li:not(:first-child, :nth-child(2)),
.headtext.active,
.insuranceTab .is_active,
.stepperWrapper .pannel.is_open,
.taber_content h1.active {
  display: block;
}

.insuranceTab.general_tab > .insuranceContentWrapper {
  margin-top: 20px;
}

.general_tab {
  position: relative;
  z-index: 0;
}

.general_tab::before {
  content: "";
  box-shadow: 0 5px 10px rgba(138, 138, 138, 0.15);
  height: 56px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  border-top: 2px solid #ffcb09;
}

.general_tab .wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1600px) {
  .general_tab .wrapper {
    max-width: 100%;
  }
}

@media (max-width: 1360px) {
  .general_tab > .wrapper {
    max-width: 95%;
    margin: 0 auto 0 25px;
  }
}

.general_tab .wrapper a {
  white-space: nowrap !important;
}

.general_tab .wrapper li {
  display: block;
  padding: 16px 50px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  font-weight: 500;
  float: none;
}

.general_tab .wrapper li.is_active {
  background: url(/bundle/assets/images/tab_active_bg.png) 0 0/100% 100%;
}

.chatFloatLabel {
  position: -webkit-sticky;
  position: sticky;
  left: calc(94vw - 95px);
  bottom: 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-left: auto;
  margin-top: -210px;
}

.chatFloatLabel p {
  background-color: #ffcb09;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #000;
  margin-bottom: 15px;
  padding: 6px 10px;
  border-radius: 16px;
  position: relative;
}

.chatFloatLabel p::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 12px;
  display: block;
  background-image: url(/bundle/assets/images/common/inidcator.svg);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  transition: 0.2s;
  background-size: cover;
}

.chatFloatLabel img {
  width: 80px;
  height: 80px;
}

#home_taber .wrapper {
  padding: 100px 0;
  width: 60%;
  color: #000;
}

@media (max-width: 1199px) {
  #home_taber .wrapper {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #home_taber .wrapper {
    width: 100%;
  }

  .general_tab .wrapper li {
    padding: 3px 50px;
    display: flex;
    align-items: center;
  }

  .secondaryTabWrapper .secondaryTab ul li {
    white-space: normal;
  }
}

#home_taber .taber_img {
  z-index: 0;
}

#home_taber .taber_img .taber_img_src img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 690px;
}

#home_taber .wrapper.content-taber {
  position: absolute;
  top: 0;
  z-index: 0;
}

.taber_content.home h1 {
  min-height: 125px;
}

@media (max-width: 575px) {
  .banner-wrap .mob-img {
    display: block;
  }
}

@media (min-width: 1366px) {
  .banner-wrap .banner-sub-wraps,
  .container {
    max-width: 1272px;
  }
}

.bannerContent {
  position: relative;
  z-index: 0;
  background-size: cover;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
}

.bannerContent .bannerWrapper .bannerInner {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 70%;
  width: 355px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.bannerContent .bannerWrapper .bannerInner h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 8px;
}

.bannerContent .bannerWrapper .bannerInner p {
  font-size: 18px;
  line-height: 26px;
}

.keyCarousel {
  background: #f2f2f2;
  padding: 80px 0;
  overflow: hidden;
}

.keyCarousel .wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.keyCarousel .wrapper .textContain {
  max-width: 29%;
}

.keyCarousel .wrapper .textContain h3 {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.keyCarousel .wrapper .textContain p {
  font-size: 14px;
  line-height: 24px;
}

.intimate_claim__step2_popup_contact .btn,
.intimate_claim__step2_popup_policy .btn,
.keyCarousel .wrapper .textContain .navSlider {
  margin-top: 40px;
  display: block;
}

.keyCarousel .wrapper .textContain .navSlider .Slick-Next,
.keyCarousel .wrapper .textContain .navSlider .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
}

.subList li::before,
.subListTwo li::before {
  content: "";
  margin-right: 19px;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.keyCarousel .wrapper .textContain .navSlider .Slick-Next img,
.keyCarousel .wrapper .textContain .navSlider .Slick-Prev img {
  vertical-align: middle;
  margin-top: 8px;
}

.keyCarousel .wrapper .textContain .navSlider .Slick-Next {
  margin-left: 40px;
  transform: rotate(180deg);
}

.keyCarousel .wrapper .sliderContain {
  max-width: 60%;
}

.keyCarousel .wrapper .sliderContain .sliderWrapper {
  width: calc(50% + 50vw);
  overflow: unset;
}

@media (max-width: 991px) {
  .chatFloatLabel,
  .keyCarousel .wrapper .textContain .navSlider,
  .slick-dotted .slick-dots li {
    display: none;
  }

  .pt-30 {
    padding-top: 15px !important;
  }

  .slick-dotted .slick-dots {
    position: relative;
    z-index: 9;
  }

  .slick-dotted .slick-dots li.few-active,
  .slick-dotted .slick-dots li.slick-active {
    display: block;
  }

  .color-white {
    width: 100%;
    text-align: center;
  }

  .banner-wrap,
  .banner-wrap .web-img {
    height: 578px;
    
  }
  .banner-wrap{
    margin-top: 70px;
  }
  .banner-wrap .banner-sub-wraps {
    justify-content: unset;
  }

  .banner-wrap .banner-sub-wraps .content-wrap {
    max-width: 100%;
    padding: 20px 0;
  }

  .banner-wrap .banner-sub-wraps .content-wrap .wrapper h1 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
  }

  .banner-wrap .banner-sub-wraps .content-wrap .wrapper .mobile-forms {
    padding: 1rem;
    background-color: #fff;
    gap: 1rem;
  }

  .banner-wrap
    .banner-sub-wraps
    .content-wrap
    .wrapper
    .mobile-forms
    .form-inlines {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .banner-wrap
    .banner-sub-wraps
    .content-wrap
    .wrapper
    .mobile-forms
    .form-group
    .input-group
    label
    span
    p {
    color: #000;
    font-size: 12px;
  }

  .banner-wrap
    .banner-sub-wraps
    .content-wrap
    .wrapper
    .mobile-forms
    .insure-text
    a {
    color: #000;
  }

  .banner-wrap
    .banner-sub-wraps
    .content-wrap
    .wrapper
    .mobile-forms
    .insure-buttons {
    flex-direction: column;
  }

  .banner-wrap
    .banner-sub-wraps
    .content-wrap
    .wrapper
    .mobile-forms
    .insure-buttons
    .outline {
    background: 0 0;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #276fbf;
  }

  .secondary_info {
    padding: 20px 0;
  }

  .secondary_info .secondary_info_box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }

  .general_tab > .wrapper {
    margin: 0;
  }

  .general_tab .wrapper {
    justify-content: space-between !important;
    overflow-x: scroll;
    scrollbar-width: none !important;
  }

  .general_tab .wrapper::-webkit-scrollbar {
    display: none;
  }

  .general_tab .wrapper li {
    padding: 16px 40px;
    font-size: 12px;
    white-space: nowrap;
  }

  .keyCarousel {
    padding: 40px 0;
  }

  .keyCarousel .wrapper .textContain {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .keyCarousel .wrapper .sliderContain {
    max-width: 100%;
    width: 100%;
  }

  .keyCarousel .wrapper .sliderContain .sliderWrapper {
    width: 100%;
    margin-top: 20px;
  }
}

.keyCarousel .wrapper .sliderContain .sliderWrapper .slick-track {
  display: flex !important;
}

.keyCarousel .wrapper .sliderContain .sliderWrapper .slick-slide {
  height: auto;
}

.keyCarousel .wrapper .sliderContain .sliderWrapper .slider_box {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  margin-right: 24px;
}

@media (max-width: 600px) {
  .keyCarousel .wrapper .sliderContain .sliderWrapper .slider_box {
    margin-left: 40px;
    margin-right: 0;
    padding: 30px;
  }

  .keyCarousel .wrapper .sliderContain .sliderWrapper .slider_box.slick-active,
  .keyCarousel
    .wrapper
    .sliderContain
    .sliderWrapper
    .slider_box.slick-current {
    margin-left: 20px;
  }
}

.keyCarousel .wrapper .sliderContain .sliderWrapper .slider_box h2 {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 32px;
}

.keyCarousel .wrapper .sliderContain .sliderWrapper .slider_box h2::after {
  content: "";
  background-color: #ffcb09;
  height: 4px;
  width: 80px;
  display: block;
  margin-top: 30px;
}

.keyCarousel .wrapper .sliderContain .sliderWrapper .slider_box p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.keyCarousel
  .wrapper
  .sliderContain
  .sliderWrapper
  .slider_box
  .register_a_claim_dotted_list
  li {
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
}

.textOnlyContent .wrapper {
  width: 90%;
  margin: auto;
  text-align: center;
}

.textOnlyContent .wrapper h2 {
  line-height: 36px;
}

.textOnlyContent .wrapper p,
.whiteBox p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.bannerOnly {
  position: relative;
  background-size: cover;
  height: 467px;
  background-position: center;
  background-repeat: no-repeat;
}

.posMinusTop {
  position: relative;
  margin-top: -294px;
}

@media (max-width: 767px) {
  .blog .wrapper .blogCard .content {
    row-gap: 8px;
  }

  #home_taber .taber_img .taber_img_src .banner-show {
    display: none;
  }

  #home_taber .wrapper.content-taber {
    left: 0;
  }

  .taber_content.home h1 {
    min-height: auto;
  }

  .posMinusTop {
    margin-top: -160px;
  }
}

@media (max-width: 560px) {
  .bannerContent .bannerWrapper .bannerInner h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .posMinusTop {
    margin-top: -220px;
  }
}

@media (max-width: 480px) {
  .posMinusTop {
    margin-top: -250px;
  }
}

@media (max-width: 360px) {
  .checkbox {
    padding-left: 25px;
  }

  .posMinusTop {
    margin-top: -310px;
  }
}

.cardWrapper {
  background: #fff;
  border-radius: 16px;
  padding: 40px 80px;
}

.stepperWrapper .stepperContainer {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.stepperWrapper .stepperContainer .progress {
  background-color: #c4c4c4;
  position: absolute;
  top: 80%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 90%;
  right: 0;
  margin: auto;
  transition: 0.4s;
}

.stepperWrapper .stepperContainer > .stepper {
  font-weight: 500;
  z-index: 1;
  row-gap: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.stepperWrapper .stepperContainer > .stepper p {
  color: #a2a2a2;
  width: 185px;
  border-radius: 24px;
  background: #f2f2f2;
  text-align: center;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  transition: 0.2s;
}

.stepperWrapper .stepperContainer > .stepper span {
  display: block;
  margin: auto;
  color: #a2a2a2;
  height: 28px;
  width: 28px;
  background: #efefef;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 14px;
  border-radius: 100px;
}

.stepperWrapper .stepperContainer > .stepper.is_active p {
  font-weight: 500;
  background: #ffcb09;
  color: #000;
}

.stepperWrapper .stepperContainer > .stepper.is_active span {
  color: #000;
  font-weight: 500;
}

.stepperWrapper .stepperContainer > .stepper.is_active span::before {
  content: "";
  width: inherit;
  height: inherit;
  background-image: url(/bundle/assets/images/common/stepperComplete.png);
  display: block;
  background-size: contain;
  position: absolute;
}

.stepperWrapper .stepperContainer > .stepper.currentStepper span::before {
  background-image: unset;
}

@media (max-width: 996px) {
  .cardWrapper {
    padding: 24px 15px;
  }

  .stepperWrapper .stepperContainer > .stepper.currentStepper span {
    opacity: 0;
  }

  .stepperWrapper .stepperContainer > .stepper.currentStepper p {
    width: 161px;
    padding: 4.2px 11px;
    opacity: 1;
  }
}

.stepperWrapper .pannel {
  display: none;
  margin-top: 64px;
}

.stepperWrapper .buttonWrapper {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-top: 64px;
  justify-content: end;
  flex-wrap: wrap;
}

.subList {
  margin-top: 24px;
  row-gap: 16px;
  display: flex;
  flex-direction: column;
}

.subList li,
.subListTwo li {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 22px;
  position: relative;
}

.subList li::before {
  background-color: #ffcb09;
  width: 8px;
  height: 8px;
  left: 0;
  top: 0.5rem;
}

.subListTwo li::before {
  background-color: #000;
  width: 5px;
  height: 5px;
  left: 0.5rem;
  top: 0.5rem;
}

.greyBoxWrapper .greyBoxCard h3::after,
.whiteBox h3::after {
  background-color: #ffcb09;
  height: 4px;
  width: 80px;
  display: block;
  content: "";
}

.whiteBox {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}

.whiteBox h3 {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
.whiteBox h4 {
  font-weight: 500;
}
.whiteBox h3::after {
  margin-top: 25px;
}

.greyBox {
  background: #f2f2f2;
  padding: 80px 0;
}

.greyBox.car-inusre-premimum .description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  width: 65%;
  text-align: center;
  margin: 0 auto;
}

.greyBox.car-inusre-premimum .whiteBox {
  flex-basis: 45%;
  margin-top: 0;
}

.greyBox.car-inusre-premimum .whiteBox.bike {
  flex-basis: 31.9%;
}

.secondaryTabWrapper .secondaryTab {
  background: #f2f2f2;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px;
  display: flex;
  -moz-column-gap: 35px;
  column-gap: 35px;
  margin: 0 auto;
}

.secondaryTabWrapper .secondaryTab.multi_step_form ul li {
  padding: 8px 31px;
}

@media (max-width: 767px) {
  .stepperWrapper .pannel {
    margin-top: 24px;
  }

  .subList {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .subList li p {
    font-size: 12px;
    line-height: 20px;
  }

  .greyBox {
    padding: 40px 0;
  }

  .secondaryTabWrapper .secondaryTab {
    padding: 8px;
    width: fit-content;
  }
  #bumper_to_bumper,
  #Claim_Process .secondaryTabWrapper .secondaryTab {
    padding: 8px;
    width: fit-content;
    max-width: 650px;
  }
  #third_party_insurance .secondaryTabWrapper .secondaryTab {
    padding: 8px;
    width: fit-content;
    max-width: 650px;
  }

  .secondaryTabWrapper .secondaryTab.scroll-fix {
    padding: 8px;
    width: 100%;
  }
  #third_party_insurance .secondaryTabWrapper.gccvTabs .secondaryTab {
    padding: 8px;
    width: fit-content;
    max-width: 650px;
  }
}
@media (max-width: 576px) {
  #bumper_to_bumper,
  #Claim_Process .secondaryTabWrapper .secondaryTab,
  #third_party_insurance .secondaryTabWrapper.gccvTabs .secondaryTab,
  #third_party_insurance .secondaryTabWrapper .secondaryTab {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .secondaryTabWrapper .secondaryTab {
    width: 90%;
    justify-content: center;
  }
}

.secondaryTabWrapper .secondaryTab ul li {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 23px;
  border-radius: 100px;
  min-width: 130px;
  text-align: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .secondaryTabWrapper .secondaryTab ul li {
    font-weight: 600;
    white-space: normal;
    text-align: center;
    border-radius: 100px;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 400px) {
  .banner-wrap
    .banner-sub-wraps
    .content-wrap
    .wrapper
    .mobile-forms
    .form-group
    .input-group
    label
    span
    p {
    color: #000;
    font-size: 10px;
  }

  .secondaryTabWrapper .secondaryTab ul li {
    padding: 12px 15px;
    font-size: 12px;
  }
}

.secondaryTabWrapper .secondaryTab ul li.is_active {
  background: #ffcb09;
  transition: 0.2s;
  font-weight: 600;
}

.registerClaimWrapper img {
  height: 50px;
}

.save-insurance .title-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.numericCardWrapper {
  display: flex;
  -moz-gap: 60px 24px;
  gap: 60px 24px;
  flex-wrap: wrap;
}

.numericCardWrapper .numericCard {
  padding: 20px 32px;
  background: #f2f2f2;
  border-radius: 16px;
  flex: 0 0 32%;
}

.numericCardWrapper .numericCard span {
  width: 80px;
  height: 80px;
  background: #ffcb09;
  border-radius: 100%;
  border: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -60px auto 34px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.numericCardWrapper .numericCard p {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.numericCardWrapper.numberCard {
  row-gap: 60px;
  margin-top: 70px;
}

.numericCardWrapper.numberCard .numericCard {
  flex: 0 0 48%;
  margin: 0 auto;
}

.numericCardWrapper.numberCard .numericCard h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.numericCardWrapper.numberCard .numericCard p {
  text-align: center;
  padding-top: 24px;
}

.secondaryList {
  padding-left: 20px;
}

.secondaryList li {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  list-style: unset;
}

.greyCardWrapper .greyCard {
  padding: 31px 24px 32px;
  background: #f2f2f2;
  border-radius: 16px;
}

.greyCardWrapper .greyCard p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.greyCardWrapper .greyCard .subTitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 16px;
}

.greyBoxWrapper {
  display: flex;
  -moz-gap: 24px;
  gap: 24px;
  flex-wrap: wrap;
}

.greyBoxWrapper .greyBoxCard {
  background: #f2f2f2;
  border-radius: 16px;
  padding: 40px 29px;
  text-align: center;
  flex-basis: 30.9%;
}

.greyBoxWrapper .greyBoxCard h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-top: 32px;
}

.greyBoxWrapper .greyBoxCard h3::after {
  margin: 32px auto;
}

.greyBoxWrapper .greyBoxCard p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.greyBoxWrapper .greyBoxCard.withList {
  padding: 32px 24px;
  text-align: left;
}

.greyBoxWrapper .greyBoxCard.withList h3 {
  padding-top: 24px;
}

.greyBoxWrapper .greyBoxCard.withList h3::after {
  margin: 24px 0;
}

.greyBoxWrapper .greyBoxCard.withList p {
  line-height: 24px;
}

.greyBoxWrapper .greyBoxCard.withList .title {
  font-weight: 600;
  margin-top: 24px;
  font-size: 14px;
  line-height: 24px;
}

.greyBoxWrapper .greyBoxCard.withList .seprate {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.greyBoxWrapper .greyBoxCard.withList .seprate li {
  flex-basis: 48%;
}

.greyBoxWrapper .greyBoxCard.withList .subList {
  margin-top: 16px;
}

.table {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.table tr.strippedColor {
  background: #ffcb09;
  border-radius: 16px 0 0 10px;
}

.lightBg,
.table tr:nth-child(2n) {
  background: #f2f2f2;
}

.table tr th {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
  padding: 16px 32px;
  width: 50%;
}

.table tr td:first-child {
  text-align: left;
}

.table tr td {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 16px 32px;
}

.table tr td:last-child {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.numericDataWrapper {
  display: flex;
  -moz-column-gap: 67px;
  column-gap: 67px;
  row-gap: 45px;
  flex-wrap: wrap;
}

.formWrapper,
.formWrapper .formContent,
[data-radiotab] .enable {
  display: grid;
}

.numericDataWrapper .numericData {
  flex: 0 0 29.7%;
}

@media (max-width: 1365px) {
  .numericCardWrapper .numericCard {
    flex: 0 0 31.9%;
  }

  .numericDataWrapper .numericData {
    flex: 0 0 29.5%;
  }
}

@media (max-width: 1199px) {
  .numericCardWrapper .numericCard {
    flex: 0 0 31.6%;
  }

  .numericDataWrapper .numericData {
    flex: 0 0 28.5%;
  }
}

.numericDataWrapper .numericData span {
  background: #ffcb09;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 12px;
}

.numericDataWrapper .numericData h3 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.numericDataWrapper .numericData p {
  font-size: 14px;
  line-height: 22px;
}

.formWrapper {
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(339px, 0fr));
}

.formWrapper .formContent .formLabel {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
  font-weight: 500;
}

.formWrapper .formContent .content {
  display: flex;
  -moz-column-gap: 62px;
  column-gap: 62px;
  margin-top: 12px;
}

.formWrapper .formContent .content .insure:checked + .checkbox .icon::before {
  box-shadow: 0 0 0 1px #000;
}

.formWrapper .formContent .content .checkbox .icon {
  top: 8px;
  width: 17px;
  height: 17px;
}

.formWrapper .formContent .content .checkbox .icon::before {
  border: unset;
  box-shadow: 0 0 0 1px #666;
}

.formWrapper.secondary {
  grid-template-columns: 22.8% auto;
  -moz-column-gap: 104px;
  column-gap: 104px;
}

.formWrapper.secondary .moduleOne {
  row-gap: 32px;
  display: grid;
}

.formWrapper.secondary .moduleOne .info {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #666;
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  align-items: center;
}

.formWrapper.secondary .moduleOne .info::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/bundle/assets/images/common/info.svg);
  display: inline-block;
  background-size: cover;
  cursor: pointer;
}

.formWrapper.secondary .moduleOne .info::after:hover {
  width: 200px;
  background-color: #000;
  background-image: unset;
}

.formWrapper.secondary .moduleTwo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 84px;
  column-gap: 84px;
  row-gap: 40px;
}

.formWrapper.secondary .moduleTwo .formContent {
  flex: 1 0 43%;
  display: block;
}

.formWrapper.secondary .moduleTwo .formContent .content {
  -moz-column-gap: 53px;
  column-gap: 53px;
  margin-top: 16px;
}

.formWrapper.secondary .moduleTwo .formContent .content .text {
  font-weight: 500;
  line-height: 21px;
  font-size: 14px;
}

.formWrapper .noteInfo {
  font-size: 14px;
  color: #666;
  grid-column-start: span 2;
  font-weight: 400;
}

.formWrapper .noteInfo span:before {
  content: "*";
  color: #fb9d89;
}

.formWrapper.formUpload {
  grid-template-columns: auto auto;
}

.formWrapper .uploadWrapper {
  grid-column-end: span 2;
  row-gap: 40px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
  grid-template-columns: 48.5% 48.5%;
}

@media (max-width: 991px) {
  .greyBoxWrapper {
    flex-direction: column;
    row-gap: 16px;
  }

  .greyBoxWrapper .greyBoxCard {
    padding: 24px;
  }

  .greyBoxWrapper .greyBoxCard h3 {
    padding-top: 24px;
  }

  .greyBoxWrapper .greyBoxCard h3::after {
    margin: 24px auto;
  }

  .greyBoxWrapper .greyBoxCard p {
    font-size: 12px;
  }

  .greyBoxWrapper .greyBoxCard.withList h3::after {
    margin: 24px 0;
  }

  .numericDataWrapper .numericData {
    flex: 0 0 44.9%;
  }

  .formWrapper .uploadWrapper {
    row-gap: 24px;
    grid-template-columns: 100%;
  }
}

.formWrapper .uploadWrapper .uploadContent {
  display: grid;
  flex: 0 0 48%;
  grid-template-columns: 48% 48%;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
}

.formWrapper .uploadWrapper .uploadContent .formLabel {
  grid-column-start: span 2;
  margin-bottom: 16px;
  font-weight: 500;
}

.formWrapper .uploadWrapper .uploadContent .documents {
  background: #f2f2f2;
  padding: 10px 0;
  width: 100%;
  justify-content: center;
  display: grid;
  height: 48px;
}

.formWrapper .uploadWrapper .uploadContent .documents .file__input {
  align-items: center;
  display: flex;
}

.formWrapper .uploadWrapper .uploadContent img {
  grid-column-start: span 2;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.formWrapper .uploadWrapper .uploadContent img + .title {
  grid-column-start: span 2;
  text-align: center;
  margin-bottom: 24px;
}

.formWrapper .uploadWrapper .uploadContent img + .title + .documents {
  grid-column-start: span 2;
}

.formWrapper .uploadWrapper.infoBox {
  grid-template-columns: repeat(auto-fill, minmax(339px, 0fr));
}

@media (max-width: 1365px) {
  .formWrapper,
  .formWrapper .uploadWrapper.infoBox {
    grid-template-columns: repeat(auto-fill, minmax(315px, 0fr));
  }
}

.intimate_claim__step2_popup_contact .modal-content > :first-child,
.intimate_claim__step2_popup_policy .modal-content > :first-child {
  margin-top: 0;
}

.formWrapper .uploadWrapper.infoBox .uploadContent {
  padding: 24px;
  grid-template-columns: auto auto;
}

.card-with-checkbox {
  justify-content: center;
  align-content: center;
  display: grid;
  padding: 21.5px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  row-gap: 16px;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}

.card-with-checkbox:hover {
  border-color: #fbc93d;
}

.card-with-checkbox img {
  margin: auto;
}

.card-with-checkbox p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 765px) {
  .formWrapper.secondary {
    row-gap: 32px;
  }

  .card-with-checkbox {
    padding: 19px 14px;
  }

  .card-with-checkbox p {
    font-size: 12px;
  }
}

.card-with-checkbox::after {
  content: "";
  display: inline;
  background-image: url(/bundle/assets/images/common/stepperComplete.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
}

.card-with-checkbox.is_active {
  border-color: #fbc93d;
  box-shadow: 0 0 0 1px #fbc93d;
}

.card-with-checkbox.is_active::after,
.wrapper .content-wrapper .searchHidden.visible + .searchBar img:last-child,
.intimate_claim__step2_popup_contact .modal.is-visible .modal-transition,
.intimate_claim__step2_popup_policy .modal.is-visible .modal-transition,
.pop-up-overlay.visible {
  opacity: 1;
}

[data-radiotab] {
  transition: height 0.2s ease-out;
}

.intimate_claim__step2_popup_contact .modal,
.intimate_claim__step2_popup_policy .modal {
  position: absolute;
  z-index: 99999999;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.intimate_claim__step2_popup_contact .modal.is-visible,
.intimate_claim__step2_popup_policy .modal.is-visible {
  visibility: visible;
}

.intimate_claim__step2_popup_contact .modal-overlay,
.intimate_claim__step2_popup_policy .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0deg, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.intimate_claim__step2_popup_contact .modal.is-visible .modal-overlay,
.intimate_claim__step2_popup_policy .modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.intimate_claim__step2_popup_contact .modal-wrapper,
.intimate_claim__step2_popup_policy .modal-wrapper {
  transform: translate(-50%, -50%);
  max-width: 570px;
  border-radius: 16px;
  box-shadow: 0 0 1.5em hsla(0deg, 0%, 0%, 0.35);
  position: fixed;
  z-index: 9999;
  left: 50%;
  width: 100%;
  background-color: #fff;
  top: 50%;
}

.intimate_claim__step2_popup_contact .modal-transition,
.intimate_claim__step2_popup_policy .modal-transition {
  transition: 0.3s 0.12s;
  opacity: 0;
}

.intimate_claim__step2_popup_contact .modal-content,
.intimate_claim__step2_popup_policy .modal-content {
  padding: 40px 80px;
}

.intimate_claim__step2_popup_contact img,
.intimate_claim__step2_popup_policy img {
  width: 100px;
  margin-bottom: 30px;
}

.intimate_claim__step2_popup_contact form,
.intimate_claim__step2_popup_policy form {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.intimate_claim__step2_popup_contact form input,
.intimate_claim__step2_popup_policy form input {
  max-width: 45px;
  margin: 10px;
  text-align: center;
}

.intimate_claim__step2_popup_contact h3,
.intimate_claim__step2_popup_policy h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 16px;
}

.claimProcessTabBtn,
.res-mt-40 {
  margin-top: 40px;
}

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

  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .primary-btn,
  input[type="submit"] {
    min-width: 176px;
  }

  .sectionSpacing {
    margin-top: 40px;
  }

  .blog .wrapper .blogCard .content .blogTitle {
    font-size: 14px;
    line-height: 26px;
  }

  .blog .wrapper .blogCard .content .postedTime {
    line-height: 20px;
  }

  .blog .wrapper .blogCard .content .postedTime + p,
  .whiteBox p {
    font-size: 12px;
    line-height: 20px;
  }

  .blog .wrapper .blogCard .content .outline {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
  }

  .general_tab .wrapper {
    justify-content: space-between;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .general_tab .wrapper li {
    padding: 16px 30px;
    font-size: 12px;
    white-space: nowrap;
  }

  .general_tab .wrapper li.is_active {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .keyCarousel .wrapper .sliderContain .sliderWrapper .slider_box h2,
  .textOnlyContent .wrapper h2,
  .whiteBox h3 {
    margin-bottom: 24px;
  }

  .bannerContent {
    background-size: cover;
    height: 420px;
    background-position: center;
  }

  .bannerContent .bannerWrapper .bannerInner {
    top: 0;
    left: 0;
    width: 100%;
    transform: unset;
    padding: 16px 16px 24px;
    text-align: center;
  }

  .bannerContent .bannerWrapper .bannerInner p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
  }

  .keyCarousel .wrapper .textContain h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 24px;
  }

  .table tr td,
  .table tr th {
    line-height: 20px;
    font-size: 12px;
  }

  .keyCarousel .wrapper .textContain p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 40px;
  }

  .formWrapper .uploadWrapper.infoBox .uploadContent .documents,
  .keyCarousel .wrapper .sliderContain .sliderWrapper {
    margin-top: 0;
  }

  .whiteBox h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .table tr th {
    padding: 8px 12px;
    font-weight: 600;
  }

  .table tr td {
    padding: 5px 12px;
  }

  .numericDataWrapper {
    row-gap: 24px;
  }

  .numericDataWrapper .numericData span {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    margin: auto auto 15px;
  }

  .numericDataWrapper .numericData h3 {
    padding-top: 24px;
    text-align: center;
    font-size: 14px;
  }

  .formWrapper .formContent .formLabel {
    font-size: 12px;
    line-height: 18px;
  }

  .formWrapper .uploadWrapper .uploadContent {
    grid-template-columns: unset;
  }

  .formWrapper .uploadWrapper .uploadContent .formLabel {
    margin-bottom: 12px;
    grid-column-start: unset;
  }

  .formWrapper .uploadWrapper .uploadContent .documents {
    margin-top: 12px;
  }

  .formWrapper .uploadWrapper .uploadContent img + .title {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .card-with-checkbox::after {
    width: 22px;
    height: 22px;
    top: 8px;
    right: 8px;
  }

  #Claim_Process #claimTab .secondaryTab {
    min-width: auto;
  }

  #Claim_Process #claimTab .secondaryTab ul {
    overflow: auto;
    min-width: 100%;
  }

  .intimate_claim__step2_popup_contact .modal-wrapper,
  .intimate_claim__step2_popup_policy .modal-wrapper {
    width: 90%;
  }

  .intimate_claim__step2_popup_contact h3,
  .intimate_claim__step2_popup_policy h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .res-mt-40 {
    margin-top: 20px;
  }

  .insuranceTab .insuranceContent .benefitsCard .add-benefit {
    min-height: auto;
  }
}

@media (min-width: 575px) {
  .sm-height {
    height: 300px;
  }
}

.sm-height .mob-img {
  height: 300px;
}

.select {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px;
  flex: 1;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  font-size: 1em;
}

.select select::-ms-expand {
  display: none;
}

.error {
  color: red;
  font-size: 12px;
}

#IsSeniorCitizen-error,
#SeverityType-error {
  margin-top: 20px;
  position: absolute;
  width: 300px;
  display: none;
}

.breadcrumps {
  position: fixed;
  top: 90px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6980392157);
  padding: 9px 16px;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
}

.breadcrumps.motor {
  left: 7%;
}

.breadcrumps.without-banner {
  left: 12%;
}

.breadcrumps ul {
  display: flex;
  gap: 10px;
}

.breadcrumps ul li {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

.general_tab .wrapper.scrollTab {
  overflow: auto;
  justify-content: space-evenly;
  scrollbar-width: 0 !important;
}
.general_tab .wrapper.scrollTab li {
  white-space: nowrap;
}

.general_tab .wrapper.scrollTab::-webkit-scrollbar {
  width: 0;
  background: 0 0;
}

.general_tab .wrapper.scrollTab .next,
.general_tab .wrapper.scrollTab .previous {
  position: absolute;
  padding: 2px 4px;
  top: 0;
  background-color: #fff;
}

.general_tab .wrapper.scrollTab .next {
  right: -25px;
}

.general_tab .wrapper.scrollTab .previous {
  left: -25px;
}

.general_tab .wrapper.more-tabs {
  justify-content: space-around;
}

@media (min-width: 991px) {
  .general_tab .wrapper.more-tabs {
    justify-content: unset;
  }
}

.arrow-left,
.arrow-right {
  position: absolute;
  cursor: pointer;
}

.arrow-right {
  left: 55px;
  top: 17px;
  border: 1px solid #a7a7a7;
  padding: 6px;
  border-radius: 30px;
}

@media (max-width: 1400px) {
  .arrow-right {
    left: 40px !important;
  }

  .arrow-left {
    right: 40px !important;
  }
}

.arrow-left {
  right: 55px;
  top: 17px;
  border: 1px solid #a7a7a7;
  padding: 6px;
  border-radius: 30px;
}

#claimTab {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 40px;
}

#claimTab .secondaryTab {
  background-color: #fff;
}

.error-page {
  text-align: center;
  display: block;
  width: 100%;
}

.error-page .logo {
  display: block;
  margin: 80px auto 10px;
}

.error-page .error-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: -1;
}

.error-page .breakdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.error-page h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  position: relative;
  margin-top: 400px;
}

.error-page p {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  width: 540px;
  margin: 0 auto;
}

.error-page a {
  padding: 10px 24px;
  width: 153px;
  height: 48px;
  background: #ffcb09;
  border-radius: 24px;
  margin: 50px auto 0;
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 1.5em;
}

@media (max-width: 1300px) {
  .error-page .error-num {
    transform: translate(-50%, -75%);
  }

  .error-page h2 {
    margin-top: 270px;
  }

  .error-page a {
    margin: 30px auto 0;
  }
}

@media (max-width: 1199px) {
  .formWrapper,
  .formWrapper .uploadWrapper.infoBox {
    grid-template-columns: repeat(auto-fill, minmax(47%, 0fr));
    justify-content: space-between;
  }

  .formWrapper.secondary {
    grid-template-columns: 100%;
  }

  .formWrapper.secondary .moduleOne .info {
    grid-column-start: span 2;
  }

  .formWrapper.secondary .moduleOne {
    grid-template-columns: 48% 48%;
    -moz-column-gap: 18px;
    column-gap: 18px;
    justify-content: space-between;
  }
}

.sub_Menu > li:last-child {
  row-gap: 10px;
}

@media (max-width: 767px) {
  .formWrapper,
  .formWrapper .uploadWrapper.infoBox {
    grid-template-columns: repeat(auto-fill, minmax(100%, 0fr));
  }

  .numericCardWrapper .numericCard span {
    margin-bottom: 30px;
    font-size: 16px;
    width: 60px;
    height: 60px;
  }

  .numericCardWrapper .numericCard p {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .secondaryList {
    padding-left: 10px;
  }

  .secondaryList li {
    font-size: 12px;
    line-height: 20px;
  }

  .table tr td:last-child {
    font-size: 14px;
    line-height: 24px;
  }

  .numericDataWrapper .numericData {
    flex: 0 0 100%;
  }

  .numericDataWrapper .numericData p {
    text-align: center;
  }

  .formWrapper {
    gap: 16px;
  }

  .formWrapper .formContent .content,
  .formWrapper .uploadWrapper.infoBox {
    margin-top: 8px;
  }

  .formWrapper .uploadWrapper.infoBox .uploadContent {
    padding: 16px;
  }

  .intimate_claim__step2_popup_contact .modal-content,
  .intimate_claim__step2_popup_policy .modal-content {
    padding: 24px 32px;
  }

  .sub_Menu > li:last-child ul li:last-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .arrow-left,
  .arrow-right {
    display: none;
  }
}

#searchResponse {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

#searchResponse > div > input,
#searchResponse > div > label {
  padding: 10px;
  width: 50%;
}

#searchResponse > div {
  width: 50%;
  padding: 10px;
}

.fileselect {
  position: relative;
  display: flex;
  width: auto;
  font-size: 14px;
  color: #000;
  border-radius: 8px;
  border: 1px solid #c4c4c4;
  font-weight: 500;
}

.fileselect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 !important;
  padding: 14px;
  flex: 1;
  cursor: pointer;
  font-size: 1em;
}

.text-show-more-height {
  display: block !important;
  transition: 0.7s;
}

.bgSet {
  background-image: linear-gradient(#f2f2f2 70%, #666 0) !important;
}

.headtext {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  display: none;
  width: 85%;
  text-align: left;
  min-height: 120px;
}

.head-two {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}

.banner-head-one {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 40px;
  text-align: left;
}

.wrapper-celebrate {
  max-width: 575px;
  max-height: 480px;
  width: 100%;
  background-color: #ffcb09;
  border-radius: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.wrapper-celebrate .bg-set {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  border-radius: 16px;
  height: 100%;
  opacity: 0.5;
}

.wrapper-celebrate .celebrate-journery {
  padding: 50px 80px;
}

.wrapper-celebrate .celebrate-journery lottie-player {
  height: auto;
  width: 72%;
}

.wrapper-celebrate .celebrate-journery p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.wrapper-celebrate .celebrate-journery .close-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .save-insurance .title-description,
  .subList li,
  .textOnlyContent .wrapper p {
    line-height: 20px;
    font-size: 12px;
  }

  .save-insurance .title-description,
  .stepperWrapper .buttonWrapper button,
  .textOnlyContent .wrapper {
    width: 100%;
  }

  .stepperWrapper .stepperContainer {
    justify-content: space-between;
    overflow: hidden;
  }

  .stepperWrapper .stepperContainer .progress {
    top: 53%;
    left: 20px;
    width: 100%;
  }

  .stepperWrapper .stepperContainer > .stepper {
    width: 28px;
  }

  .stepperWrapper .stepperContainer > .stepper p {
    width: 0;
    padding: 0;
    white-space: nowrap;
    opacity: 0;
    overflow: hidden;
  }

  .stepperWrapper .stepperContainer > .stepper span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
  }

  .stepperWrapper .stepperContainer > .stepper.currentStepper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .stepperWrapper .buttonWrapper {
    row-gap: 16px;
    margin-top: 40px;
  }

  .stepperWrapper .buttonWrapper #prev {
    order: 2;
  }

  .subList {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .subList li {
    padding-left: 14px;
  }

  .subList li::before,
  .subListTwo li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }

  .greyBox.car-inusre-premimum .description {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }

  .greyBox.car-inusre-premimum .whiteBox,
  .greyBox.car-inusre-premimum .whiteBox.bike {
    width: 100%;
    flex-basis: 31.9%;
    margin-bottom: 0;
  }

  .numericCardWrapper {
    row-gap: 51px;
  }

  .numericCardWrapper .numericCard {
    flex-basis: 100%;
  }

  .accordion-sec.active h4 {
    color: #fff;
  }

  .panel {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none;
    margin-top: 24px;
  }

  .panel li {
    padding-bottom: 26px;
  }

  .accordion-sec.active .fa-chevron-down {
    transform: rotate(180deg);
  }

  .error {
    color: red;
  }

  .checkbox-policy {
    padding: 10px !important;
  }

  .text-show-more-height.showLess .show-more-content {
    height: auto;
    transition: none;
  }

  .text-show-more-height p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .text-show-more-height.showLess p {
    overflow: unset;
    -webkit-line-clamp: unset;
    text-overflow: unset;
  }

  .res_readmore_space {
    margin: 0 15px;
  }

  .res_readmore_space .col-lg-6 {
    margin: 0;
    padding: 0;
  }

  .headtext {
    width: 90%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 0 auto;
  }

  .wrapper-celebrate .celebrate-journery {
    padding: 30px;
  }

  .wrapper-celebrate .celebrate-journery .close-icon {
    top: 10px;
    right: 16px;
  }
}

@media (max-width: 991px) {
  .text-show-more-height .show-more-content {
    height: 60px;
    transition: none;
    overflow: hidden;
  }
}
@media (max-width: 567px) {
  .secondaryTabWrapper .secondaryTab.multi_step_form ul li {
    padding: 8px 16px;
  }

  .wrapper-celebrate .celebrate-journery .close-icon {
    top: 10px;
    right: 16px;
  }
}

.pop-up-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: hsla(0, 0%, 0%, 0.67);
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  z-index: 9;
  opacity: 0;
}

.fifty_years_nav {
  max-width: 46%;
  text-align: center;
  margin: 50px auto;
}

.circular-loader {
  animation: rotate 2s linear infinite;
  height: 45px;
  transform-origin: center center;
  width: 45px;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

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

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes color {
  0% {
    stroke: #ffcb09;
  }

  40% {
    stroke: #ffcb09;
  }

  66% {
    stroke: #ffcb09;
  }

  80%,
  90% {
    stroke: #ffcb09;
  }
}

@keyframes color {
  0% {
    stroke: #ffcb09;
  }

  40% {
    stroke: #ffcb09;
  }

  66% {
    stroke: #ffcb09;
  }

  80%,
  90% {
    stroke: #ffcb09;
  }
}

.profile-main-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.loader-body {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 999;
}

.leaf {
  margin-left: 10px;
}

.primaryBtn {
  font-size: 14px;
  padding: 14px 24px;
  font-weight: 600;
  border-radius: 100px;
  display: inline-block;
  background-color: #ffcb09;
  border: 1px solid #ffcb09;
  cursor: pointer;
  min-width: 210px;
  text-align: center;
  color: #000;
  margin-top: 30px;
}

.reviewSlider {
  background-color: rgb(242, 242, 242);
  padding: 80px 0;
  margin: 80px 0px;
}

@media (max-width: 991px) {
  .reviewSlider {
    padding: 40px 0;
    margin: 40px 0;
  }
}

.reviewSlider .reviewRatting {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 60px 64px;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting {
    flex-direction: column;
    width: 90%;
    padding: 24px;
  }
}

.reviewSlider .reviewRatting .reviewAvg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-right: 100px;
  border-right: 1px solid rgb(232, 232, 232);
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting .reviewAvg {
    padding-bottom: 24px;
    padding-right: 0;
    border-bottom: 1px solid rgb(232, 232, 232);
    border-right: 0;
  }
}

.reviewSlider .reviewRatting .reviewAvg h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting .reviewAvg h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
}

.reviewSlider .reviewRatting .reviewAvg .average {
  font-size: 68px;
  font-weight: 600;
  line-height: 81.6px;
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting .reviewAvg .average {
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
    padding-bottom: 8px;
  }
}

.reviewSlider .reviewRatting .reviewAvg .average span {
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting .reviewAvg .average span {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
}

.reviewSlider .reviewRatting .reviewAvg .count {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting .reviewAvg .count {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }
}

.reviewSlider .reviewRatting .quote {
  display: flex;
  align-items: flex-start;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: space-between;
}

.reviewSlider .reviewRatting .quote .reviewSliderArrow {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting .quote .reviewSliderArrow {
    width: 100%;
    margin: 50px 0 0;
  }
}

.reviewSlider .reviewRatting .quote .reviewSliderArrow .Slick-Next img {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting .quote .quaoteImage {
    display: none;
  }
}

.reviewSlider .reviewRatting .rattingSlider .sliderCard {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting .rattingSlider .sliderCard {
    padding-left: 0;
    padding-top: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.reviewSlider .reviewRatting .rattingSlider .sliderCard .customer {
  /* border: 2px solid rgb(255, 203, 9); */
  border-radius: 50%;
  /* padding: 4px; */
  background-color: #fff;
  width: 64px;
  margin-bottom: 24px;
}

.reviewSlider .reviewRatting .rattingSlider .sliderCard h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.reviewSlider .reviewRatting .rattingSlider .sliderCard p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.reviewSlider .reviewRatting .rattingSlider .slick-dots {
  display: flex;
  justify-content: flex-start;
  padding-left: 100px;
  gap: 8px;
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting .rattingSlider .slick-dots {
    justify-content: center;
    padding-left: 0;
  }
}

.reviewSlider .reviewRatting .rattingSlider .slick-dots li button {
  background-color: rgb(196, 196, 196);
  color: #ffc700;
  border-radius: 100px;
  padding: 0;
  height: 10px;
  width: 10px;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 24px;
  transition: 0.4s;
}

.reviewSlider .reviewRatting .rattingSlider .slick-dots li.slick-active button {
  width: 24px;
  height: 8px;
  border-radius: 24px;
  background-color: #ffc700;
}

@media (max-width: 991px) {
  .reviewSlider .reviewRatting .rattingSlider.slick-dotted .slick-dots li {
    display: block !important;
  }
}

.reviewSlider .rate {
  display: flex;
  flex-direction: row-reverse;
  float: left;
  height: 45px;
  gap: 10px;
}

.reviewSlider .rate.subrate {
  height: 20px;
  justify-content: flex-end;
}

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

.reviewSlider .rate:not(:checked) > label {
  cursor: pointer;
  font-size: 40px;
  color: #ccc;
}

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

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

.reviewSlider .rate.subrate:not(:checked) > label:before {
  position: relative;
  top: -10px;
}

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

.loader-body {
  background: #ffffff94 !important;
}

.cookis {
  display: none;
  width: 100%;
  background: #eee;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .cookis {
    bottom: -84px;
    padding: 12px 0;
  }
}

.cookis .cookis_data {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  padding-right: 248px;
}

@media (max-width: 1200px) {
  .cookis .cookis_data {
    padding-right: 0;
  }
}

.cookis .cookis_data p {
  margin-right: 10px;
  font-size: 14px;
}

.cookis .cookis_data p a {
  color: rgb(60, 158, 213);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .cookis .cookis_data p {
    margin-right: 10px;
    font-size: 10px;
    line-height: 14px;
  }
}

.cookis .cookis_data button {
  min-width: 109px;
  padding: 11px 20px;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .cookis .cookis_data button {
    font-size: 10px;
    min-width: 76px;
  }
}

.cookis {
  width: 100%;
  background: #eee;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .cookis {
    bottom: -84px;
    padding: 12px 0;
  }
}
.cookis .cookis_data {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  padding-right: 248px;
}
@media (max-width: 1200px) {
  .cookis .cookis_data {
    padding-right: 0;
  }
}
.cookis .cookis_data p {
  margin-right: 10px;
  font-size: 14px;
}
.cookis .cookis_data p a {
  color: #3c9ed5;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cookis .cookis_data p {
    margin-right: 10px;
    font-size: 10px;
    line-height: 14px;
  }
}
.cookis .cookis_data button {
  min-width: 109px;
  padding: 11px 20px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .cookis .cookis_data button {
    font-size: 10px;
    min-width: 76px;
  }
}
/* // cookis popup */
.cookies_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 35px 62px;
  background: #fff;
  border-radius: 5px;
  width: 53%;
  transition: all 0.5s ease-in-out;
}

.cookies_popup h2 {
  margin-top: 0;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
}

.cookies_popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.5s ease-in-out;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}

.cookies_popup .content {
  max-height: 30%;
  overflow: auto;
}

.cookies_popup .content p {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 21px;
  line-height: 20px;
}

.cookies_popup .content p:last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .box {
    width: 70%;
  }

  .cookies_popup {
    width: 100%;
    padding: 20px;
    transform: unset;
    left: 0;
    top: unset;
    bottom: -100%;
    transition: all 0.5s out;
  }

  .overlay:target .cookies_popup {
    bottom: 0%;
    transition: all 0.5s ease-in-out;
  }
}

/* .overlay:target {
      visibility: visible;
      opacity: 1;
      display: block;
      z-index: 999;
    } */
.cookie-desc {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  z-index: 999 !important;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.modal-communication {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal-communication.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
}

.modal-communication.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
}

.modal-communication .modal-wrapper {
  position: fixed;
  z-index: 9999;
  max-width: 600px;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  top: 18%;
  left: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  width: 100%;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-communication.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
  z-index: 99999;
}

.modal-close:hover {
  color: #777;
}

/* Styling the toggle switch container */
.toggle-switch {
  display: flex;
  align-items: center;
  position: relative;
  width: 72px;
  max-width: 72px;
  min-width: 72px;
  margin: 0;
}

/* Hide the default checkbox */
.toggle-switch input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

/* Slider (background) styling */
.slider {
  position: relative;
  width: 101px;
  height: 32px;
  background-color: #babacc;
  border-radius: 20px;
  transition: background-color 0.3s;
}

/* Switch (circle) styling */
.slider::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f0f5f9;
  box-shadow: 2px 2px 5px rgba(110, 110, 110, 0.253);
  transition: transform 0.3s;
  top: 4px;
  left: 3px;
}

/* Checked state styles */
input:checked + .slider {
  background-color: #ffcb09;
}

input:checked + .slider::before {
  transform: translateX(42px);
}

/* Text styling inside the slider */
.slider_text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 14px;
  transition: opacity 0.3s;
  font-weight: 600;
}

.slider_text.no {
  color: #8a8a8a;
  left: 14px;
  top: 0px;
}

.slider_text.yes {
  right: 10px;
  opacity: 0;
  left: -9px;
  top: 1px;
}

input:checked + .slider .slider_text.no {
  opacity: 0;
}

input:checked + .slider .slider_text.yes {
  opacity: 1;
}

.communication-channel {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding-bottom: 30px;
}

.communication-channel p {
  font-size: 14px;
}

.modal-communication .modal-wrapper .modal-body {
  padding: 40px 108px;
}

.modal-communication .modal-wrapper .modal-body h1 {
  font-size: 18px;
  color: black;
  text-align: left;
  padding-bottom: 30px;
}

.modal-communication .modal-wrapper .modal-body .communication-form {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.modal-communication .modal-wrapper .modal-body .communication-form input {
  max-width: 180px;
  padding: 9px;
}

.modal-communication .modal-wrapper .modal-body .submit-data {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.modal-communication .modal-wrapper .modal-body .opt_in {
  display: none;
}

.modal-communication .modal-wrapper .modal-body .opt_in P {
  font-size: 14px;
  font-weight: 400;
}

.modal-communication .modal-wrapper .modal-body .opt_in .opt-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.modal-communication
  .modal-wrapper
  .modal-body
  .opt_in
  .opt-list
  .opt-list-item {
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  flex-basis: 157px;
  background: #f5f5f5;
  height: 48px;
}

.modal-communication
  .modal-wrapper
  .modal-body
  .opt_in
  .opt-list
  .opt-list-item
  p {
  font-size: 12px;
  font-weight: 600;
  color: #3d3d3d;
  margin: 0;
}

.modal-communication
  .modal-wrapper
  .modal-body
  .opt_in
  .opt-list
  .opt-list-item
  input {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  margin: 0;
  height: 100%;
  z-index: 99;
  cursor: pointer;
}

.modal-communication
  .modal-wrapper
  .modal-body
  .opt_in
  .opt-list
  .opt-list-item
  .checkmark {
  border: 0.0625rem solid gray;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 1.0625rem;
  top: 10px;
  background-color: white;
  border-radius: 1.875rem;
  cursor: pointer !important;
}

.modal-communication
  .modal-wrapper
  .modal-body
  .opt_in
  .opt-list
  .opt-list-item.active {
  border: 1px solid #ea9c23;
  background: #fffaec;
}

.modal-communication
  .modal-wrapper
  .modal-body
  .opt_in
  .opt-list
  .opt-list-item.active
  .checkmark {
  background-image: url(/bundle/assets/images/success.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
}

.modal-communication
  .modal-wrapper
  .modal-body
  .opt_in
  .opt-list
  .opt-list-item.active
  .opt_in
  .opt-list
  .opt-list-item
  p {
  color: #000 !important;
}

.success_popup {
  display: none;
}

.success_popup img {
  width: 191px;
  margin: 0 auto;
  display: block;
  height: 163px;
}

.success_popup p {
  text-align: center;
  font-size: 14px;
}

.success_popup button {
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 22px;
  display: block;
}

@media (max-width: 767px) {
  .modal-communication.is-visible .modal-wrapper {
    transform: unset;
    bottom: 0;
    border-radius: 10px 10px 0px 0px;
    max-width: 100%;
  }

  .modal-communication .modal-wrapper {
    right: 0;
    bottom: -100%;
    left: 0;
    margin: 0;
    opacity: 1;
    top: unset;
    transform: unset;
  }

  .modal-communication .modal-wrapper .modal-body {
    padding: 40px 20px;
  }

  .modal-communication .modal-wrapper .modal-body h1 {
    font-size: 16px;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out {
    display: flex;
    flex-direction: column;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out
    .communication-channel {
    /* order: 4; */
    padding: 0;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out
    .communication-channel
    p {
    font-size: 12px;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out
    .opt_in {
    order: 5;
    padding-top: 30px;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out
    .opt_in
    p {
    font-size: 12px;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out
    .opt_in
    .opt-list {
    gap: 13px;
    padding-bottom: 0;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out
    .opt_in
    .opt-list
    .opt-list-item {
    flex-basis: 47%;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out
    .opt_in
    .opt-list
    .opt-list-item
    p {
    font-size: 12px;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out
    .communication-form {
    order: 2;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-top: 30px;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out
    .communication-form
    input {
    max-width: 100%;
    width: 100%;
  }

  .modal-communication
    .modal-wrapper
    .modal-body
    .Communication_otp_in_otp_out
    .submit-data {
    order: 6;
  }

  .modal-communication .modal-wrapper .modal-body .success_popup p {
    font-size: 12px;
  }
}

#contact_method-error {
  font-size: 12px;
  color: rgb(215 0 14);
  font-weight: 400;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 5px;
  position: absolute;
  top: 120px;
  min-width: 160px;
  z-index: 9;
  left: 0;
}

.cookis {
  position: relative;
  /* top: 90px; */
  z-index: 9;
}
@media (min-height: 800px) and (max-height: 1080px) {
  .bima-bharosa-mbl {
    top: 170px;
  }
}
@media (min-height: 700px) and (max-height: 800px) {
  .bima-bharosa-mbl {
    top: 30px;
  }
}

.resumePopup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  margin: 0;
  height: auto;
  padding: 0;
  z-index: 9999 !important;
  border-radius: unset;
}
.resumePopup .recent-model {
  right: unset !important;
  max-width: 1067px !important;
  position: relative !important;
  box-shadow: unset !important;
  margin: 0 auto !important;
  width: 100%;
  bottom: 0 !important;
  left: unset !important;
  right: unset !important;
  min-width: unset !important;
}
.resumePopup .recent-model .recent-quote .tag {
  left: 39% !important;
  white-space: nowrap !important;
}
.resumePopup .recent-model .recentModel .primary-btn.outline {
  min-width: 210px !important;
}
.resumePopup .recent-model .recent-quote .tag {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  padding: 3px 15px !important;
  width: 168px !important;
  height: 36px !important;
  line-height: 26px !important;
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
  border-bottom: 6px solid #c0d2e6 !important;
  top: 0 !important;
}
.resumePopup .recent-model .recentModel {
  padding: 40px 0px 16px 16px !important;
}

@media (max-width: 440px) {
  .quotePopup .popups {
    width: 99%;
    left: 0;
    margin: 0 auto;
    right: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
@media (max-width: 768px) {
  .resumePopup {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .resumePopup .recent-model .recentModel {
    gap: 0;
    row-gap: 12px;
    justify-content: flex-start;
  }
  .resumePopup .recent-model .v-data-wrapper {
    flex-basis: 40%;
  }
  .resumePopup .recentModel .modelList .v-list-data .v-number {
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    background: #8080805c;
    padding: 3px 5px;
    border-radius: 5px;
  }
  .resumePopup .recent-model .recentModel .modelList p:first-child {
    text-align: left;
  }
  .resumePopup .recent-model .recentModel .modelList .modelName,
  .resumePopup .recent-model .recentModel .modelList .premAmount {
    text-align: left;
    font-size: 14px;
  }
  .resumePopup .recent-model .recentModel .modelList .ncb_dis {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
  }
  .resumePopup .recent-model .recentModel .primary-btn.outline {
    margin: 0 auto;
    width: 100%;
    min-width: 320px !important;
    max-width: 320px;
    border-radius: 10px;
  }
  .resumePopup .recent-model .v-data-wrapper img {
    display: none;
  }
  .recentModel .modelList {
    flex-basis: 40%;
  }
  .resumePopup .recent-model .recent-quote .tag {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    top: -9px !important;
    left: 28% !important;
    font-size: 12px;
    width: 127px !important;
    border-bottom: 3px solid #c0d2e6 !important;
    height: 32px !important;
    line-height: 24px !important;
  }
}
.productbg {
  z-index: unset !important;
}
/*  */

.quotePopup .popups .grayBox .ratting {
  height: auto;
}
@media (max-width: 484px) {
  .quotePopup .popups .vehicleDetails {
    width: 90%;
    height: auto;
  }

  .quotePopup .popups .vehicleDetails .vehicleName p {
    font-size: 12px !important;
    font-weight: 600;
    line-height: 20px !important;
  }
  .model-resume ul {
    border-radius: 16px;
    padding: 16px;
    width: 90%;
  }
  .quotePopup .popups .benifitsCover {
    width: 90%;
  }
  .quotePopup .popups .grayBox .getquote {
    width: 90%;
  }
  .quotePopup .popups .grayBox .ratting .bestClaim {
    width: 100%;
    padding: 0;
  }
  .quotePopup .popups .grayBox .getquote a {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
  }
  .quotePopup .popups .grayBox {
    padding: 16px;
  }
  .quotePopup .popups {
    top: 150px;
    max-height: 640px;
    width: 98%;
    right: 4px;
    padding: 24px 0 0;
    border-radius: 16px;
    margin: 0 auto;
  }
  .quotePopup .popups .grayBox .ratting {
    width: 100%;
    margin: 0 auto;
    padding: 14px;
    height: 340px;
  }
}
@media (max-width: 768px) {
  .model-resume ul {
    margin: 16px auto;
    border-radius: 16px;
  }
}

@media (max-width: 420px) {
  .quotePopup .popups .premAmt {
    width: 96%;
    padding: 16px;
  }
  .quotePopup .popups .grayBox .getquote {
    width: 98%;
  }
  .resumePopup .recent-model .recentModel .primary-btn.outline {
    margin: 0 auto;
    width: 100%;
    min-width: 320px !important;
    max-width: 320px;
    border-radius: 10px;
  }
}
.resumePopup .recent-model .v-data-wrapper .v-list-data p:first-child {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 28px !important;
}
@media (max-width: 768px) {
  .resumePopup .recent-model .v-data-wrapper .v-list-data p:first-child {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 24px !important;
  }
  .resumePopup .recent-model .recentModel {
    flex-wrap: wrap !important;
  }
  .quotePopup .popups .benifitsCover .coverDetails {
    flex-direction: unset !important;
  }
}
.resumePopup .recent-model .recentModel .modelList p:first-child {
  font-size: 14px;
}

.introText {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .banner-head-one,
  .head-two {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
  }
  .head-two {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .motorInsuranceSpace .head-two {
    margin-top: 0px;
  }

  .introText {
    width: 90%;
  }
}
.general_tab .wrapper.scrollTab {
  scrollbar-width: 0 !important;
}

/*  */
.resumePopup .recent-model .modelList .vehicleModel {
  max-width: 224px;
}

/* .resumePopup .recent-model .recentModel{
      padding: 40px 10px 16px !important;
      }
     */
@media (max-width: 767px) {
  .resumePopup .recent-model .modelList .vehicleModel {
    min-width: 196px;
  }
  .resumePopup .recentModel .modelList .v-list-data .v-number {
    background: hwb(0 80% 20% / 0.6) !important;
    padding: 2px 12px;
    border-radius: 4px;
    text-align: center;
  }
  .resumePopup .recent-model .recentModel .modelList {
    flex-basis: 40% !important;
  }
  .resumePopup .recent-model .modelList .vehicleModel {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .resumePopup .recent-model .recentModel {
    padding: 40px 16px 16px 16px !important;
  }
}
@media (max-width: 359px) and (min-width: 320px) {
  .resumePopup .recent-model .modelList .vehicleModel {
    min-width: 169px;
  }
}
.resumePopup .recent-model {
  max-width: 1067px !important;
}
@media (max-width: 1024px) {
  .resumePopup .recent-model .recentModel {
    padding: 40px 10px 16px !important;
  }
}

/* gccv new css */
.gccv .general_tab .wrapper.scrollTab {
  overflow-x: hidden;
}
/* .faqBox .outline.active {
  border: none;
  background-color: transparent;
} */

.criti-care-add-on .criti-care-slider {
  margin-top: 0px !important;
}
.car_insure #wrapper .left-sec.content-pad{
  padding: 50px;
}
#home_taber.productbg .taber_img_src .banner-hide, .add-benefit-key-img .mobile, .all_risk_banner .banner-img .banner-hide, .benifit-mbl-img, .car-insure-img.why-choose-goods .mobile-img, .car_insure #wrapper .car_insure_img img:last-child, .claim-settle .showImg, .doc_for_claim_process .doc_for_claim_process_row .doc_for_claim_process_col_8 .doc_for_claim_process_slide .doc_for_claim_process_slide_box.hidden, .doc_for_claim_process .doc_for_claim_process_row .doc_for_claim_process_col_8 .goods_carrying_commericial_slide .doc_for_claim_process_slide_box.hidden, .doc_for_claim_process .doc_for_claim_process_row .doc_for_claim_process_col_8 .personal_insurance_slide .doc_for_claim_process_slide_box.hidden, .intimate_claim_step2_mobilenum, .show-more, .show-text, .tabcontent{
  display: block;
}
.hosoital-cash{
  background-image:url("/bundle/assets/images/product/other-insurance/group-hospital-other-banner.webp");
  border-radius:20px;
}
#resendotpbtn {
  margin-top:10px;
}
.benefitsWrapper .benifit-desktop-img {
  object-fit: cover;
}
@media (max-width: 570px){
  .benefitsWrapper .benifit-desktop-img{
    height:720px;
  }
}
@media (max-width: 568px){
  .benefitsWrapper .subList{
    row-gap:6px !important;
  }
  .benefitsWrapper .benifit-desktop-img{
    display:block;
  }
}
@media (min-width: 320px) and (max-width: 380px){
  .benefitsWrapper{
    height:720px !important;
  }
}
@media (min-width: 381px) and (max-width: 570px){
  .benefitsWrapper{
    height:720px !important;
  }
}
@media (min-width: 571px) and (max-width: 767px){
  .benefitsWrapper{
    height:500px !important;
  }
}
.floating-btn.float-icon {
  position: fixed;
  bottom: 20px;
  z-index: 9;
  display: none;
  transition: .4s;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .floating-btn.float-icon {
    opacity: 1;
    visibility: unset;
    margin-top: 40px;
    display: block;
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .floating-btn.float-icon {
      left: 0;
      margin-left: 0;
  }
}
.show-more, .show-text {
  display: none;
}
@media (max-width: 992px) {
  .show-more, .show-text {
    display: block;
  }
}