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

.fileselect select,
.select select {
    outline: 0;
    box-shadow: none;
}

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

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

.pt-30 {
  padding-top: 30px !important;
}
@media (max-width: 992px) {
  .pt-30 {
    padding-top: 15px !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: #ffffff;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 1s linear;
}
.preloader-container .animation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.preloader-container.visuallyhidden {
  display: none;
  opacity: 0;
}

.slick-dotted {
  overflow: hidden;
}
@media (max-width: 992px) {
  .slick-dotted .slick-dots {
    position: relative;
    z-index: 9;
  }
}
@media (max-width: 992px) {
  .slick-dotted .slick-dots li {
    display: none;
  }
}
@media (max-width: 992px) {
  .slick-dotted .slick-dots li.slick-active {
    display: block;
  }
}
@media (max-width: 992px) {
  .slick-dotted .slick-dots li.few-active {
    display: block;
  }
}

.slick-dots li.slick-active button {
  background-color: blue;
}

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

.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: #FFFFFF;
  padding: 0 0 25px;
  width: 50%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  z-index: 2;
}
@media (max-width: 992px) {
  .color-white {
    width: 100%;
    text-align: center;
  }
}

.banner-wrap {
  position: relative;
  height: 460px;
}
@media (max-width: 1200px) {
  .banner-wrap {
    height: 578px;
  }
}
.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: 992px) {
  .banner-wrap .web-img {
    height: 578px;
  }
}
@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;
}
@media (max-width: 575px) {
  .banner-wrap .mob-img {
    display: block;
  }
}
.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 (max-width: 992px) {
  .banner-wrap .banner-sub-wraps {
    justify-content: unset;
  }
}
@media (min-width: 1200px) {
  .banner-wrap .banner-sub-wraps {
    max-width: 1200px;
  }
}
@media (min-width: 1366px) {
  .banner-wrap .banner-sub-wraps {
    max-width: 1272px;
  }
}
.banner-wrap .banner-sub-wraps .content-wrap {
  max-width: 540px;
  height: 100%;
  padding: 70px 0px;
}
@media (max-width: 992px) {
  .banner-wrap .banner-sub-wraps .content-wrap {
    max-width: 100%;
    padding: 20px 0px;
  }
}
.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 {
  font-weight: 600;
}
@media (max-width: 992px) {
  .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 {
  border-radius: 16px;
  display: grid;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .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 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .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-inlines .form-group input {
  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;
}
@media (max-width: 992px) {
  .banner-wrap .banner-sub-wraps .content-wrap .wrapper .mobile-forms .form-group .input-group label span p {
    color: #000;
    font-size: 12px;
  }
}
@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;
  }
}
.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;
}
@media (max-width: 992px) {
  .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 {
  display: flex;
  gap: 1rem;
}
@media (max-width: 992px) {
  .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: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.banner-wrap .banner-sub-wraps .content-wrap .wrapper .mobile-forms .insure-buttons .outline:hover {
  background-color: #EA9C23;
}
@media (max-width: 992px) {
  .banner-wrap .banner-sub-wraps .content-wrap .wrapper .mobile-forms .insure-buttons .outline {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #276FBF;
  }
}
.banner-wrap .z-1 {
  z-index: 1;
}

@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;
}
p {
  font-weight: 500;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}

h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.w-100 {
  width: 100%;
}

input,
textarea {
  font-size: 14px;
  color: #000;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #C4C4C4;
  font-weight: 500;
}
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;
}
input:focus,
textarea:focus {
  border: 1px solid #FFCB09;
}
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 {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 360px) {
  .checkbox {
    padding-left: 25px;
  }
}
.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: transparent;
  transition: background 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: rotate(45deg);
  border: 1px solid #FFCB09;
  border-radius: 6px;
}
.checkbox .icon::after {
  border: 1px solid transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transition: height 100ms ease-in, width 100ms ease-out 100ms, border-color cubic-bezier(0.165, 0.84, 0.44, 1) 100ms 100ms;
  width: 0px;
  height: 0px;
  bottom: 3px;
  left: 5px;
}

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

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

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

.dropdown {
  position: relative;
}

/* .dropdown {
  List
} */
.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 {
  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: 0px 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 ease;
  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;
  color: rgb(0, 0, 0);
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgb(196, 196, 196);
  font-weight: 500;
  z-index: 0;
  background: transparent;
  width: 100%;
  background-image: url(/bundle/assets/images/claim/calender.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: auto;
}

.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 0px;
  margin: 0px auto;
  color: #666666;
  cursor: pointer;
  transition: all 0.25s linear;
  padding-left: 12px;
}
.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 input[type=radio]:checked ~ label {
  color: #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;
}
.documents input {
  display: none;
}
.documents label {
  margin-bottom: 0;
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  color: #666666;
  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--text {
  color: #000000;
}
.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;
  color: #000;
  background-color: #FFCB09;
  border: 1px solid #FFCB09;
  cursor: pointer;
  min-width: 210px;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .primary-btn,
input[type=submit] {
    min-width: 176px;
  }
}
.primary-btn:hover,
input[type=submit]:hover {
  background-color: #EA9C23;
}
.primary-btn.outline,
input[type=submit].outline {
  background-color: #ffffff;
  border: unset;
  /* background-color: #ffffff; */
  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;
}

.sectionSpacing {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .sectionSpacing {
    margin-top: 40px;
  }
}

.blog {
  text-align: center;
}
.blog .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 42px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 991px) {
  .blog .wrapper {
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.blog .wrapper .blogCard {
  flex-basis: 31.9%;
  border: 1px solid #E0DEDE;
  border-radius: 16px;
  /* display: grid;
  grid-template-rows: 230px auto; */
}
.blog .wrapper .blogCard img {
  width: 100%;
}
@media (max-width: 768px) {
  .blog .wrapper .blogCard img {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .blog .wrapper .blogCard {
    grid-template-rows: 178px auto;
    flex-basis: 31.6%;
  }
}
@media (max-width: 991px) {
  .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;
}
@media (max-width: 767px) {
  .blog .wrapper .blogCard .content {
    row-gap: 8px;
  }
}
.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;
}
@media (max-width: 768px) {
  .blog .wrapper .blogCard .content .blogTitle {
    font-size: 14px;
    line-height: 26px;
  }
}
.blog .wrapper .blogCard .content .postedTime {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 768px) {
  .blog .wrapper .blogCard .content .postedTime {
    line-height: 20px;
  }
}
.blog .wrapper .blogCard .content .postedTime + p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog .wrapper .blogCard .content .postedTime + p {
    font-size: 12px;
    line-height: 20px;
  }
}
.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;
}
@media (max-width: 768px) {
  .blog .wrapper .blogCard .content .outline {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
  }
}

.customerTestimonial {
  background: #F2F2F2;
  padding: 80px 0 60px;
}
.customerTestimonial h2 {
  font-size: 28px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .customerTestimonial h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .customerTestimonial {
    padding: 40px 0px;
  }
}
.customerTestimonial .wrapper {
  width: 90%;
  margin: auto;
}
.customerTestimonial .wrapper .styling {
  border-radius: 16px;
  border: 1px solid #FFCB09;
  background-color: #fff;
  padding: 40px 48px;
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .customerTestimonial .wrapper .styling {
    padding: 20px 16px;
  }
}
.customerTestimonial .wrapper .styling .quoteImg {
  border-right: 1px solid #DFDFDF;
  padding-right: 44px;
  min-height: 134px;
}
@media (max-width: 991px) {
  .customerTestimonial .wrapper .styling .quoteImg {
    position: absolute;
    border-right: unset;
    width: 38px;
    top: 13px;
    right: 24px;
    padding-right: 0;
  }
  .customerTestimonial .wrapper .styling .quoteImg img {
    width: 100%;
  }
}
.customerTestimonial .wrapper .styling .contain {
  width: 80%;
}
@media (max-width: 1199px) {
  .customerTestimonial .wrapper .styling .contain {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .customerTestimonial .wrapper .styling .contain {
    width: 100%;
  }
}
.customerTestimonial .wrapper .styling .customerSays .clientName {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .customerTestimonial .wrapper .styling .customerSays .clientName {
    font-size: 14px;
    line-height: 24px;
  }
}
.customerTestimonial .wrapper .styling .customerSays .data {
  font-size: 14px;
}
@media (max-width: 768px) {
  .customerTestimonial .wrapper .styling .customerSays .data {
    font-size: 12px;
    line-height: 20px;
  }
}
.customerTestimonial .wrapper .styling::after {
  content: "";
  position: absolute;
  bottom: -78px;
  background-image: url(/bundle/assets/images/home/say.png);
  display: block;
  width: 100px;
  height: 80px;
  background-size: contain;
  left: 140px;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .customerTestimonial .wrapper .styling::after {
    bottom: -36px;
    width: 35px;
    height: 37px;
    left: 70px;
  }
}
.customerTestimonial .wrapper .profileDP {
  margin-top: 80px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  height: 169px;
}
@media (max-width: 992px) {
  .customerTestimonial .wrapper .profileDP {
    width: 96%;
  }
}
@media (max-width: 768px) {
  .customerTestimonial .wrapper .profileDP {
    margin-top: 40px;
    height: auto;
  }
}
.customerTestimonial .wrapper .profileDP .slick-dots {
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 32px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.customerTestimonial .wrapper .profileDP .slick-dots li {
  width: 8px;
  height: 8px;
  background: #C4C4C4;
  border-radius: 24px;
  transition: all 0.2s;
}
.customerTestimonial .wrapper .profileDP .slick-dots li.slick-active {
  background: #FFCB09;
  width: 24px;
}
.customerTestimonial .wrapper .profileDP .slick-dots li button {
  font-size: 0;
  display: none;
}
.customerTestimonial .wrapper .profileDP .slick-slide {
  justify-content: center;
  display: flex;
  transform: scale(0.4);
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .customerTestimonial .wrapper .profileDP .slick-slide {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .customerTestimonial .wrapper .profileDP .slick-slide {
    width: 80px;
    height: 80px;
    opacity: 0;
    transform: unset;
  }
}
.customerTestimonial .wrapper .profileDP .slick-slide img {
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  border-radius: 100px;
  padding: 5px;
}
@media (max-width: 991px) {
  .customerTestimonial .wrapper .profileDP .slick-slide img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .customerTestimonial .wrapper .profileDP .slick-slide img {
    padding: 3px;
  }
}
.customerTestimonial .wrapper .profileDP .slick-slide.slick-current {
  transform: scale(1);
  width: 169px;
  height: 169px;
  opacity: 1;
  margin-top: 0;
}
@media (max-width: 767px) {
  .customerTestimonial .wrapper .profileDP .slick-slide.slick-current {
    width: 80px;
    height: 80px;
    opacity: 1;
    transform: unset;
  }
}
.customerTestimonial .wrapper .profileDP .slick-slide.slick-current img {
  border: 2px solid #FFCB09;
  padding: 10px;
}
@media (max-width: 767px) {
  .customerTestimonial .wrapper .profileDP .slick-slide.slick-current img {
    padding: 4px;
  }
}

.secondary_info {
  background: #F2F2F2;
  padding: 18px;
}
@media (max-width: 992px) {
  .secondary_info {
    padding: 20px 0;
  }
}
.secondary_info .secondary_info_box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .secondary_info .secondary_info_box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.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;
}
.secondary_info .secondary_info_box .secondary_info_box_text {
  width: 100%;
}
.secondary_info .secondary_info_box .secondary_info_box_text p {
  font-weight: 500;
}

.insuranceTab .not_active {
  display: none;
}
.insuranceTab .is_active {
  display: block;
}

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

.general_tab {
  position: relative;
  z-index: 0;
}
.general_tab::before {
  content: "";
  box-shadow: 0px 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;
}
.general_tab .wrapper li {
  display: block;
  padding: 16px 50px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  font-weight: 500;
  float: none;
}
@media (max-width: 991px) {
  .general_tab .wrapper li {
    padding: 3px 50px;
    display: flex;
    align-items: center;
  }
}
.general_tab .wrapper li.is_active {
  background: url(/bundle/assets/images/tab_active_bg.png);
  background-size: 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;
}
@media (max-width: 992px) {
  .chatFloatLabel {
    display: none;
  }
}
.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: all 0.2s;
  background-size: cover;
  transform: rotate(180deg);
}
.chatFloatLabel img {
  width: 80px;
  height: 80px;
}

.sidebar-contact {
  margin: auto;
  position: fixed;
  right: 0px;
  cursor: pointer;
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.5s;
  bottom: 0;
  top: 0;
  background: #FFCB09;
  border-radius: 16px 0px 0px 16px;
  background: #FFF;
  z-index: 10;
  width: 0;
}
.sidebar-contact.is_active {
  right: 0;
  width: 1060px;
}
.sidebar-contact.is_active .wrapper .close-btn {
  opacity: 1;
  visibility: unset;
}
.sidebar-contact .toggle {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  position: absolute;
  left: -46px;
  top: 50px;
  transform: rotate(180deg);
  padding: 32px 15px;
  background: #FFCB09;
  border-radius: 0px 8px 8px 0px;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  font-weight: 700;
  font-size: 14px;
}
.sidebar-contact .wrapper {
  display: flex;
  padding-right: 100px;
}
.sidebar-contact .wrapper .contain {
  background: #FFCB09;
  border-radius: 16px;
  width: 654px;
  padding: 80px 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  padding-right: 170px;
  align-content: center;
  display: grid;
  justify-content: center;
}
.sidebar-contact .wrapper .contain + p {
  margin-top: 35px;
  margin-bottom: 12px;
}
.sidebar-contact .wrapper .contain a {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #276FBF;
}
.sidebar-contact .wrapper .close-btn {
  position: absolute;
  right: 30px;
  cursor: pointer;
  top: 30px;
  opacity: 0;
  visibility: hidden;
}
.sidebar-contact .wrapper .formGroup {
  background: #FFFFFF;
  box-shadow: 0px 8px 10px rgba(121, 121, 121, 0.1);
  border-radius: 8px;
  padding: 32px 40px;
  margin: 48px auto;
  margin-left: -220px;
}
.sidebar-contact .wrapper .formGroup form {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 26px;
       column-gap: 26px;
  row-gap: 24px;
  margin-top: 24px;
}
.sidebar-contact .wrapper .formGroup form textarea {
  grid-column-end: span 2;
}
.sidebar-contact .mob_content {
  display: none;
}
@media (max-width: 1199px) {
  .sidebar-contact {
    font-size: 0;
    height: 0%;
    border-radius: 20px 20px 0 0;
    overflow: auto;
    bottom: -100px;
    left: 0;
    top: unset;
    right: 0;
    margin: 0;
    background: #fff;
    width: 100%;
  }
  .sidebar-contact.is_active {
    height: auto;
    right: 0;
    width: 100%;
    left: 0;
    top: unset;
    bottom: 0;
  }
  .sidebar-contact .mob_content {
    display: block;
    font-size: initial;
    text-align: center;
  }
  .sidebar-contact .mob_content .ph_num {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    justify-content: center;
  }
  .sidebar-contact .mob_content .ph_num span {
    padding: 0 10px;
  }
  .sidebar-contact .mob_content .ph_num span:first-child {
    border-right: 1px solid #000;
  }
  .sidebar-contact .mob_content .ph_num a {
    color: #276FBF;
    font-weight: 600;
    font-size: 16px;
  }
  .sidebar-contact .wrapper {
    padding-right: 0px;
    display: block;
    height: 100%;
  }
  .sidebar-contact .wrapper .contain {
    display: none;
  }
  .sidebar-contact .wrapper .formGroup {
    margin: 0;
    height: 100%;
    padding: 20px 20px 60px;
  }
  .sidebar-contact .wrapper .formGroup form {
    grid-template-columns: unset;
    row-gap: 15px;
    margin-top: 32px;
  }
  .sidebar-contact .wrapper .formGroup form textarea {
    grid-column-end: unset;
  }
  .sidebar-contact .wrapper .close-btn {
    right: 15px;
    top: 15px;
  }
  .sidebar-contact .toggle {
    position: unset;
    border-radius: unset;
    transform: unset;
    padding: 5px;
    background: rgba(255, 255, 255, 0);
    font-size: 0;
  }
}

.sidebar_contact_mob_layer {
  display: none;
}
.sidebar_contact_mob_layer.is_active {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5803921569);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1199px) {
  .sidebar_contact_mob_layer {
    display: block;
  }
}

.headerNav .sidebar-contact {
  display: block;
  position: unset;
  height: unset;
  overflow: unset;
  width: 30px !important;
  text-align: center;
}
.headerNav .wrapper .content-wrapper {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.sidebar-contact-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .sidebar-contact-mobile {
    display: block;
  }
}

.headerNav .sidebar-contact.sidebar-contact-mob {
  display: none;
}
@media (max-width: 1199px) {
  .headerNav .sidebar-contact.sidebar-contact-mob {
    display: block;
  }
  .headerNav .sidebar-contact.sidebar-contact-mob.is_active {
    height: auto !important;
  }
}

#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%;
  }
}
#home_taber .taber_img {
  z-index: 0;
}
#home_taber .taber_img .taber_img_src {
  display: none;
}
#home_taber .taber_img .taber_img_src.active {
  display: block;
}
#home_taber .taber_img .taber_img_src img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 690px;
}
#home_taber .taber_img .taber_img_src .banner-show {
  display: block;
}
@media (max-width: 767px) {
  #home_taber .taber_img .taber_img_src .banner-show {
    display: none;
  }
}
#home_taber .taber_img .taber_img_src .banner-hide {
  display: none;
}
@media (max-width: 768px) {
  #home_taber .taber_img .taber_img_src .banner-hide {
    display: block;
  }
}
#home_taber .wrapper.content-taber {
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  #home_taber .wrapper.content-taber {
    left: 0;
  }
}

.taber_content.home h1 {
  min-height: 125px;
}
@media (max-width: 767px) {
  .taber_content.home h1 {
    min-height: auto;
  }
}
.taber_content h1 {
  display: none;
}
.taber_content h1.active {
  display: block;
}

@media (max-width: 992px) {
  .general_tab .wrapper {
    justify-content: space-between !important;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .general_tab .wrapper::-webkit-scrollbar {
    display: none;
  }
  .general_tab .wrapper li {
    padding: 16px 40px;
    font-size: 12px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .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;
  }
}
.back-to-top {
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top .back-to-top-text {
  margin-right: 20px;
  font-size: 14px;
}
.back-to-top .back-to-top-img {
  display: inline-block;
}
.back-to-top .back-to-top-img img {
  display: block;
}
.back-to-top:hover .back-to-top-img-top {
  position: relative;
  -webkit-animation: anim_in 1s 4 ease-in;
          animation: anim_in 1s 4 ease-in;
}
@-webkit-keyframes anim_in {
  0% {
    top: 0px;
    opacity: 1;
    transition: 1s;
  }
  50% {
    top: -15px;
    opacity: 0.3;
    transition: 1s;
  }
  100% {
    top: 0px;
    opacity: 1;
    transition: 1s;
  }
}
@keyframes anim_in {
  0% {
    top: 0px;
    opacity: 1;
    transition: 1s;
  }
  50% {
    top: -15px;
    opacity: 0.3;
    transition: 1s;
  }
  100% {
    top: 0px;
    opacity: 1;
    transition: 1s;
  }
}

.floating-btn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  z-index: 9;
  display: none;
  transition: all 0.4s;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
}
.floating-btn.floating_none {
  bottom: -120px;
}
.floating-btn a {
  display: flex;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: center;
  width: 100%;
  background: #FFCB09;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  font-size: 14px;
  line-height: 17px;
  padding: 8px;
}
@media (max-width: 575px) {
  .floating-btn {
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .floating-btn {
    opacity: 1;
    visibility: unset;
    margin-top: 40px;
    display: block;
    bottom: 20px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1272px;
  }
}
.sidebar-contact input,
.sidebar-contact textarea {
  font-weight: 400;
}

@media(max-width:767px){
  .sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
}
}

.noneed_Overflow {
  overflow: hidden;
}

.footerWrapper {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .footerWrapper {
    padding-top: 40px;
  }
}

.bannerContent {
  position: relative;
  z-index: 0;
  background-size: cover;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bannerContent {
    background-size: cover;
    height: 420px;
    background-position: center;
  }
}
.bannerContent img {
  width: 100%;
}
.bannerContent .bannerWrapper {
  display: flex;
  align-items: center;
}
.bannerContent .bannerWrapper .bannerInner {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 70%;
  width: 355px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .bannerContent .bannerWrapper .bannerInner {
    top: 0%;
    left: 0%;
    width: 100%;
    transform: unset;
    padding: 16px;
    padding-bottom: 24px;
    text-align: center;
  }
}
.bannerContent .bannerWrapper .bannerInner h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 560px) {
  .bannerContent .bannerWrapper .bannerInner h1 {
    font-size: 20px;
    line-height: 20px;
  }
}
.bannerContent .bannerWrapper .bannerInner p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .bannerContent .bannerWrapper .bannerInner p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
  }
}

.keyCarousel {
  background: #F2F2F2;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .keyCarousel {
    padding: 40px 0 40px;
  }
}
.keyCarousel .wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.keyCarousel .wrapper .textContain {
  max-width: 29%;
  /* Slick Slider Css Ruls */
}
@media (max-width: 992px) {
  .keyCarousel .wrapper .textContain {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.keyCarousel .wrapper .textContain h3 {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .keyCarousel .wrapper .textContain h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 24px;
  }
}
.keyCarousel .wrapper .textContain p {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .keyCarousel .wrapper .textContain p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}
.keyCarousel .wrapper .textContain .navSlider {
  margin-top: 40px;
  display: block;
}
@media (max-width: 992px) {
  .keyCarousel .wrapper .textContain .navSlider {
    display: none;
  }
}
.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: all 0.5s;
}
.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:hover,
.keyCarousel .wrapper .textContain .navSlider .Slick-Prev:hover {
  background: #FFCB09;
}
.keyCarousel .wrapper .textContain .navSlider .Slick-Next {
  margin-left: 40px;
  transform: rotate(180deg);
}
.keyCarousel .wrapper .sliderContain {
  max-width: 60%;
}
@media (max-width: 992px) {
  .keyCarousel .wrapper .sliderContain {
    max-width: 100%;
    width: 100%;
  }
}
.keyCarousel .wrapper .sliderContain .sliderWrapper {
  width: calc(50% + 50vw);
  overflow: unset;
}
@media (max-width: 992px) {
  .keyCarousel .wrapper .sliderContain .sliderWrapper {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .keyCarousel .wrapper .sliderContain .sliderWrapper {
    margin-top: 0;
  }
}
.keyCarousel .wrapper .sliderContain .sliderWrapper .slick-track {
  display: flex !important;
}
.keyCarousel .wrapper .sliderContain .sliderWrapper .slick-slide {
  height: auto;
}
.keyCarousel .wrapper .sliderContain .sliderWrapper img {
  width: 100%;
}
.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: 0px;
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .keyCarousel .wrapper .sliderContain .sliderWrapper .slider_box.slick-active {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .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;
}
@media (max-width: 768px) {
  .keyCarousel .wrapper .sliderContain .sliderWrapper .slider_box h2 {
    margin-bottom: 24px;
  }
}
.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;
}
.keyCarousel .wrapper .sliderContain .sliderWrapper .slider_box .register_a_claim_dotted_list li:last-child {
  margin-bottom: 0px;
}

.textOnlyContent .wrapper {
  width: 90%;
  margin: auto;
  text-align: center;
}
@media (max-width: 992px) {
  .textOnlyContent .wrapper {
    width: 100%;
  }
}
.textOnlyContent .wrapper h2 {
  line-height: 36px;
}
@media (max-width: 768px) {
  .textOnlyContent .wrapper h2 {
    margin-bottom: 24px;
  }
}
.textOnlyContent .wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .textOnlyContent .wrapper p {
    font-size: 12px;
    line-height: 20px;
  }
}

.removeContent .sidebar-contact,
.removeContent .chatFloatLabel {
  display: none;
}

.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) {
  .posMinusTop {
    margin-top: -160px;
  }
}
@media (max-width: 560px) {
  .posMinusTop {
    margin-top: -220px;
  }
}
@media (max-width: 480px) {
  .posMinusTop {
    margin-top: -250px;
  }
}
@media (max-width: 360px) {
  .posMinusTop {
    margin-top: -310px;
  }
}

.cardWrapper {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px 80px;
}
@media (max-width: 996px) {
  .cardWrapper {
    padding: 24px 15px;
  }
}

.stepperWrapper .stepperContainer {
  display: flex;
  justify-content: space-around;
  position: relative;
}
@media (max-width: 992px) {
  .stepperWrapper .stepperContainer {
    justify-content: space-between;
    overflow: hidden;
  }
}
.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 ease;
}
@media (max-width: 992px) {
  .stepperWrapper .stepperContainer .progress {
    top: 53%;
    left: 20px;
    width: 100%;
  }
}
.stepperWrapper .stepperContainer > .stepper {
  font-weight: 500;
  z-index: 1;
  row-gap: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 992px) {
  .stepperWrapper .stepperContainer > .stepper {
    width: 28px;
  }
}
.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: all 0.2s;
}
@media (max-width: 992px) {
  .stepperWrapper .stepperContainer > .stepper p {
    width: 0;
    padding: 0;
    white-space: nowrap;
    opacity: 0;
    overflow: hidden;
  }
}
.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;
}
@media (max-width: 992px) {
  .stepperWrapper .stepperContainer > .stepper span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
  }
}
.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;
}
@media (max-width: 992px) {
  .stepperWrapper .stepperContainer > .stepper.currentStepper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.stepperWrapper .stepperContainer > .stepper.currentStepper span {
  background: #FFCB09;
}
.stepperWrapper .stepperContainer > .stepper.currentStepper span::before {
  background-image: unset;
}
@media (max-width: 996px) {
  .stepperWrapper .stepperContainer > .stepper.currentStepper span {
    opacity: 0;
  }
}
.stepperWrapper .stepperContainer > .stepper.currentStepper p {
  font-weight: 600;
}
@media (max-width: 996px) {
  .stepperWrapper .stepperContainer > .stepper.currentStepper p {
    width: 161px;
    padding: 4.2px 11px;
    opacity: 1;
  }
}
.stepperWrapper .pannel {
  display: none;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .stepperWrapper .pannel {
    margin-top: 24px;
  }
}
.stepperWrapper .pannel.is_open {
  display: block;
}
.stepperWrapper .buttonWrapper {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 64px;
  justify-content: end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .stepperWrapper .buttonWrapper {
    row-gap: 16px;
    margin-top: 40px;
  }
  .stepperWrapper .buttonWrapper button {
    width: 100%;
  }
  .stepperWrapper .buttonWrapper #prev {
    order: 2;
  }
}

.subList {
  margin-top: 24px;
  row-gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .subList {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .subList {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.subList li {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 22px;
  position: relative;
}
@media (max-width: 992px) {
  .subList li {
    padding-left: 14px;
  }
  .subList li:not(:nth-child(1), :nth-child(2)) {
    display: none;
  }
}
.subList li::before {
  content: "";
  margin-right: 19px;
  background-color: #FFCB09;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media (max-width: 992px) {
  .subList li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}
@media (max-width: 992px) {
  .subList li {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .subList li p {
    font-size: 12px;
    line-height: 20px;
  }
}

.subListTwo li {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 22px;
  position: relative;
}
.subListTwo li::before {
  content: "";
  margin-right: 19px;
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
@media (max-width: 992px) {
  .subListTwo li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}

.whiteBox {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}
.whiteBox h3 {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .whiteBox h3 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
.whiteBox h3::after {
  content: "";
  background-color: #FFCB09;
  height: 4px;
  width: 80px;
  display: block;
  margin-top: 25px;
}
.whiteBox p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .whiteBox p {
    font-size: 12px;
    line-height: 20px;
  }
}

.greyBox {
  background: #F2F2F2;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .greyBox {
    padding: 40px 0;
  }
}
.greyBox.car-inusre-premimum .description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  width: 65%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .greyBox.car-inusre-premimum .description {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }
}
.greyBox.car-inusre-premimum .whiteBox {
  flex-basis: 45%;
  margin-top: 0;
}
@media (max-width: 992px) {
  .greyBox.car-inusre-premimum .whiteBox {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 0px;
  }
}
.greyBox.car-inusre-premimum .whiteBox.bike {
  flex-basis: 32%;
}
@media (max-width: 992px) {
  .greyBox.car-inusre-premimum .whiteBox.bike {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 0px;
  }
}

.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: 567px) {
  .secondaryTabWrapper .secondaryTab.multi_step_form ul li {
    min-width: 0px;
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .secondaryTabWrapper .secondaryTab {
    padding: 8px;
  }
}
@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: 991px) {
  .secondaryTabWrapper .secondaryTab ul li {
    white-space: normal;
  }
}
@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) {
  .secondaryTabWrapper .secondaryTab ul li {
    padding: 12px 15px;
    font-size: 12px;
  }
}
.secondaryTabWrapper .secondaryTab ul li.is_active {
  background: #FFCB09;
  transition: all 0.2s ease;
  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;
}
@media (max-width: 992px) {
  .save-insurance .title-description {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
}

.numericCardWrapper {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .numericCardWrapper {
    row-gap: 51px;
  }
}
.numericCardWrapper .numericCard {
  padding: 20px 32px;
  background: #F2F2F2;
  border-radius: 16px;
  flex: 0 0 32%;
}
@media (max-width: 1365px) {
  .numericCardWrapper .numericCard {
    flex: 0 0 31.9%;
  }
}
@media (max-width: 1199px) {
  .numericCardWrapper .numericCard {
    flex: 0 0 31.6%;
  }
}
@media (max-width: 992px) {
  .numericCardWrapper .numericCard {
    flex-basis: 100%;
  }
}
.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-top: -60px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .numericCardWrapper .numericCard span {
    margin-bottom: 30px;
    font-size: 16px;
    width: 60px;
    height: 60px;
  }
}
.numericCardWrapper .numericCard p {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .numericCardWrapper .numericCard p {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 20px;
  }
}
.numericCardWrapper.numberCard {
  row-gap: 60px;
  margin-top: 70px;
}
.numericCardWrapper.numberCard .numericCard {
  flex: 0 0 40%;
  margin: 0px auto;
}
@media (max-width: 992px) {
  .numericCardWrapper.numberCard .numericCard {
    flex: 0 0 100%;
  }
}
.numericCardWrapper.numberCard .numericCard h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.numericCardWrapper.numberCard .numericCard p {
  text-align: center;
  padding-top: 24px;
}

.secondaryList {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .secondaryList {
    padding-left: 10px;
  }
}
.secondaryList li {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  list-style: unset;
}
@media (max-width: 767px) {
  .secondaryList li {
    font-size: 12px;
    line-height: 20px;
  }
}

.greyCardWrapper .greyCard {
  padding: 31px 24px 32px;
  background: #F2F2F2;
  border-radius: 16px;
}
.greyCardWrapper .greyCard p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.greyCardWrapper .greyCard .subTitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}

.greyBoxWrapper {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 991px) {
  .greyBoxWrapper {
    flex-direction: column;
    row-gap: 16px;
  }
}
.greyBoxWrapper .greyBoxCard {
  background: #F2F2F2;
  border-radius: 16px;
  padding: 40px 29px;
  text-align: center;
  flex-basis: 32.9%;
}
@media (max-width: 991px) {
  .greyBoxWrapper .greyBoxCard {
    padding: 24px;
  }
}
.greyBoxWrapper .greyBoxCard h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-top: 32px;
}
@media (max-width: 991px) {
  .greyBoxWrapper .greyBoxCard h3 {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .greyBoxWrapper .greyBoxCard h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
.greyBoxWrapper .greyBoxCard h3::after {
  content: "";
  background-color: #FFCB09;
  height: 4px;
  width: 80px;
  display: block;
  margin: 32px auto;
}
@media (max-width: 991px) {
  .greyBoxWrapper .greyBoxCard h3::after {
    margin: 24px auto;
  }
}
.greyBoxWrapper .greyBoxCard p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .greyBoxWrapper .greyBoxCard p {
    font-size: 12px;
  }
}
.greyBoxWrapper .greyBoxCard.withList {
  padding: 32px 24px;
  text-align: left;
}
.greyBoxWrapper .greyBoxCard.withList h3 {
  padding-top: 24px;
}
.greyBoxWrapper .greyBoxCard.withList h3::after {
  margin: 24px 0px;
}
@media (max-width: 991px) {
  .greyBoxWrapper .greyBoxCard.withList h3::after {
    margin: 24px 0px;
  }
}
.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;
}
.greyBoxWrapper .greyBoxCard.withList .subList li:not(:nth-child(1), :nth-child(2)) {
  display: block;
}

.table {
  border-radius: 16px 16px 0px 0;
  overflow: hidden;
}
.table tr.strippedColor {
  background: #FFCB09;
  border-radius: 16px 0px 0px 10px;
}
.table tr:nth-child(even) {
  background: #F2F2F2;
}
.table tr th {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  padding: 16px 32px;
  width: 50%;
}
@media (max-width: 768px) {
  .table tr th {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 12px;
    font-weight: 600;
  }
}
.table tr td {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 16px 32px;
}
@media (max-width: 768px) {
  .table tr td {
    padding: 5px 12px;
    font-size: 12px;
    line-height: 20px;
  }
}
.table tr td:last-child {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .table tr td:last-child {
    font-size: 14px;
    line-height: 24px;
  }
}

.numericDataWrapper {
  display: flex;
  -moz-column-gap: 67px;
       column-gap: 67px;
  row-gap: 45px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .numericDataWrapper {
    row-gap: 24px;
  }
}
.numericDataWrapper .numericData {
  flex: 0 0 29.7%;
}
@media (max-width: 1365px) {
  .numericDataWrapper .numericData {
    flex: 0 0 29.5%;
  }
}
@media (max-width: 1199px) {
  .numericDataWrapper .numericData {
    flex: 0 0 28.5%;
  }
}
@media (max-width: 991px) {
  .numericDataWrapper .numericData {
    flex: 0 0 44.9%;
  }
}
@media (max-width: 767px) {
  .numericDataWrapper .numericData {
    flex: 0 0 100%;
  }
}
.numericDataWrapper .numericData span {
  background: #FFCB09;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .numericDataWrapper .numericData span {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    margin: auto auto 15px;
  }
}
.numericDataWrapper .numericData h3 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .numericDataWrapper .numericData h3 {
    padding-top: 24px;
    text-align: center;
    font-size: 14px;
  }
}
.numericDataWrapper .numericData p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .numericDataWrapper .numericData p {
    text-align: center;
  }
}

.lightBg {
  background: #F2F2F2;
}

.formWrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(339px, 0fr));
}
@media (max-width: 1365px) {
  .formWrapper {
    grid-template-columns: repeat(auto-fill, minmax(315px, 0fr));
  }
}
@media (max-width: 1199px) {
  .formWrapper {
    grid-template-columns: repeat(auto-fill, minmax(47%, 0fr));
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .formWrapper {
    grid-template-columns: repeat(auto-fill, minmax(100%, 0fr));
    gap: 16px;
  }
}
.formWrapper .formContent {
  display: grid;
}
.formWrapper .formContent .formLabel {
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .formWrapper .formContent .formLabel {
    font-size: 12px;
    line-height: 18px;
  }
}
.formWrapper .formContent .content {
  display: flex;
  -moz-column-gap: 62px;
       column-gap: 62px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .formWrapper .formContent .content {
    margin-top: 8px;
  }
}
.formWrapper .formContent .content .insure:checked + .checkbox .icon::before {
  box-shadow: 0 0 0px 1px black;
}
.formWrapper .formContent .content .checkbox .icon {
  top: 8px;
  width: 17px;
  height: 17px;
}
.formWrapper .formContent .content .checkbox .icon::before {
  border: unset;
  box-shadow: 0 0 0px 1px #666666;
}
.formWrapper.secondary {
  grid-template-columns: 22.8% auto;
  -moz-column-gap: 104px;
       column-gap: 104px;
}
@media (max-width: 1199px) {
  .formWrapper.secondary {
    grid-template-columns: 100%;
  }
}
@media (max-width: 765px) {
  .formWrapper.secondary {
    row-gap: 32px;
  }
}
.formWrapper.secondary .moduleOne {
  row-gap: 32px;
  display: grid;
}
.formWrapper.secondary .moduleOne .info {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #666666;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}
@media (max-width: 1199px) {
  .formWrapper.secondary .moduleOne .info {
    grid-column-start: span 2;
  }
}
.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;
}
@media (max-width: 1199px) {
  .formWrapper.secondary .moduleOne {
    grid-template-columns: 48% 48%;
    -moz-column-gap: 18px;
         column-gap: 18px;
    justify-content: space-between;
  }
}
.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 .formLabel {
  font-weight: 500;
}
.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: #666666;
  grid-column-start: span 2;
  font-weight: 400;
}
.formWrapper .noteInfo span {
  font-weight: 500;
}
.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) {
  .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: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .formWrapper .uploadWrapper .uploadContent {
    grid-template-columns: unset;
  }
}
.formWrapper .uploadWrapper .uploadContent .formLabel {
  grid-column-start: span 2;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .formWrapper .uploadWrapper .uploadContent .formLabel {
    margin-bottom: 12px;
    grid-column-start: unset;
  }
}
.formWrapper .uploadWrapper .uploadContent .documents {
  background: #F2F2F2;
  padding: 10px 0;
  width: 100%;
  justify-content: center;
  display: grid;
  height: 48px;
}
.formWrapper .uploadWrapper .uploadContent .documents img {
  margin-bottom: 0;
}
.formWrapper .uploadWrapper .uploadContent .documents .file__input {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .formWrapper .uploadWrapper .uploadContent .documents {
    margin-top: 12px;
  }
}
.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;
}
@media (max-width: 768px) {
  .formWrapper .uploadWrapper .uploadContent img + .title {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.formWrapper .uploadWrapper .uploadContent img + .title + .documents {
  grid-column-start: span 2;
}
.formWrapper .uploadWrapper .uploadContent img + .title + .documents img {
  margin-bottom: 0;
}
.formWrapper .uploadWrapper.infoBox {
  grid-template-columns: repeat(auto-fill, minmax(339px, 0fr));
}
@media (max-width: 1365px) {
  .formWrapper .uploadWrapper.infoBox {
    grid-template-columns: repeat(auto-fill, minmax(315px, 0fr));
  }
}
@media (max-width: 1199px) {
  .formWrapper .uploadWrapper.infoBox {
    grid-template-columns: repeat(auto-fill, minmax(47%, 0fr));
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .formWrapper .uploadWrapper.infoBox {
    grid-template-columns: repeat(auto-fill, minmax(100%, 0fr));
    margin-top: 8px;
  }
}
.formWrapper .uploadWrapper.infoBox .uploadContent {
  padding: 24px;
  grid-template-columns: auto auto;
}
@media (max-width: 767px) {
  .formWrapper .uploadWrapper.infoBox .uploadContent {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .formWrapper .uploadWrapper.infoBox .uploadContent .documents {
    margin-top: 0px;
  }
}

.card-with-checkbox {
  justify-content: center;
  align-content: center;
  display: grid;
  padding: 21.5px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  row-gap: 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 765px) {
  .card-with-checkbox {
    padding: 19px 14px;
  }
}
.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) {
  .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;
}
@media (max-width: 768px) {
  .card-with-checkbox::after {
    width: 22px;
    height: 22px;
    top: 8px;
    right: 8px;
  }
}
.card-with-checkbox.is_active {
  border-color: #FBC93D;
  box-shadow: 0 0 0px 1px #fbc93d;
}
.card-with-checkbox.is_active::after {
  opacity: 1;
}
.card-with-checkbox.is_active p {
  font-weight: 600;
}

[data-radiotab] {
  transition: height 0.2s ease-out;
}
[data-radiotab] .disabled {
  display: none;
}
[data-radiotab] .enable {
  display: grid;
}

@media (max-width: 768px) {
  #Claim_Process #claimTab .secondaryTab {
    min-width: auto;
  }
  #Claim_Process #claimTab .secondaryTab ul {
    overflow: auto;
    min-width: 100%;
  }
}
/* datepicker css */
.ui-datepicker {
  text-align: center;
  margin-top: 2px;
  padding: 0 !important;
  border-color: #c9f0f5 !important;
  width: 256px;
}
.ui-datepicker table {
  width: 256px;
  table-layout: fixed;
}
.ui-datepicker .ui-state-hover {
  border: 0 !important;
}
.ui-datepicker td {
  vertical-align: top;
  width: 33px;
}
.ui-datepicker .ui-state-default {
  border-radius: 2px;
  border-color: #edebeb !important;
  background: white !important;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  line-height: 24px;
  text-align: center !important;
  color: #707070;
  font-size: 13px;
  font-weight: 400 !important;
  margin: 7px 0 0 4px;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  border-color: #dcdcdc;
  background-color: #c8c8c8 !important;
  color: #000 !important;
}
.ui-datepicker .ui-state-active {
  border-color: #dcdcdc;
  background-color: #c8c8c8 !important;
  color: #000 !important;
}
.ui-datepicker thead {
  background-color: #f5f5f5;
}

.ui-datepicker-trigger {
  margin: 0 0 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
  margin: 0;
  opacity: 0;
}

.openemr-calendar .ui-datepicker {
  width: 191px;
}
.openemr-calendar .ui-datepicker table {
  width: 191px;
  table-layout: fixed;
}
.openemr-calendar .ui-datepicker td {
  width: 26px;
}
.openemr-calendar .ui-datepicker thead {
  background: none;
}
.openemr-calendar .ui-datepicker-header {
  background-color: #e6f7f9 !important;
  border-width: 1px;
  border-color: #c9f0f5;
  border-style: solid;
}
.openemr-calendar .ui-datepicker-title {
  line-height: 20px !important;
}
.openemr-calendar .ui-datepicker-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=") !important;
  height: 14px !important;
  width: 9px !important;
  margin: 5px !important;
}
.openemr-calendar .ui-datepicker-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC") !important;
  height: 14px !important;
  width: 8px !important;
  margin: 5px;
}
.openemr-calendar .ui-datepicker-month {
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  transform: scaleX(1.0029);
  background-color: transparent;
  margin-right: 10px !important;
}
.openemr-calendar .ui-datepicker-year {
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  transform: scaleX(1.0029);
  background-color: transparent;
}
.openemr-calendar .ui-state-default {
  font-size: 10px;
  margin: 0;
  width: 26px;
  height: 20px;
  line-height: 20px;
  border: 0 !important;
}
.openemr-calendar .ui-datepicker-calendar thead tr th {
  font-size: 10px;
}

.ui-datepicker-header {
  background-color: #ffcb09 !important;
  background-image: none !important;
  border-radius: 0;
}

.ui-datepicker-title {
  line-height: 35px !important;
  margin: 0 10px !important;
}

.ui-datepicker-prev {
  background-color: transparent !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==") !important;
  height: 12px !important;
  width: 7px !important;
  margin: 14px 12px;
  display: inline-block;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer;
}
.ui-datepicker-prev span {
  display: none !important;
}

.ui-datepicker-next {
  text-align: center;
  cursor: pointer;
  background-color: transparent !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==") !important;
  height: 12px !important;
  width: 8px !important;
  margin: 14px 12px;
  display: inline-block;
  right: 0 !important;
  top: 0 !important;
}
.ui-datepicker-next span {
  display: none !important;
}

.ui-datepicker-month {
  border-radius: 2px;
  background-color: #fff;
  width: 110px !important;
  height: 22px;
  color: #000;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  border: none !important;
  margin-right: 17px !important;
  vertical-align: text-top;
}
.ui-datepicker-month option {
  color: #000 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  font-weight: 600;
}
.ui-datepicker-month option[selected] {
  background-color: #e5edf0 !important;
}

.ui-datepicker-year {
  border-radius: 2px;
  background-color: #fff;
  width: 61px !important;
  height: 22px;
  border: none !important;
  color: #000;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  vertical-align: text-top;
}
.ui-datepicker-year option {
  color: #000 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  font-weight: 600;
}
.ui-datepicker-year option[selected] {
  background-color: #e5edf0 !important;
}

.ui-state-default.ui-state-hover {
  border-color: #ffcb09;
  background-color: #ffcb09 !important;
}

.ui-datepicker-calendar thead tr th {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  padding: 0.45em 0.3em !important;
}

.ui-datepicker-close {
  display: none;
}

.ui-state-default.ui-datepicker-current {
  float: none !important;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-width: 0 !important;
  border: none;
  vertical-align: top;
  margin: 0 !important;
  background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
  text-align: center;
  background-color: #ffcb09;
  margin: 0 !important;
  height: 28px;
  padding: 0 !important;
  color: #fff;
}
.ui-datepicker-buttonpane.ui-widget-content button {
  color: #000;
}

lottie-player {
  height: 150px;
  width: 150px;
  margin: auto;
  display: block;
}
lottie-player.preLoader {
  height: 50px;
  width: 50px;
}

.intimate_claim__step2_popup_policy .modal {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.intimate_claim__step2_popup_policy .modal.is-visible {
  visibility: visible;
}
.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_policy .modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.intimate_claim__step2_popup_policy .modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 570px;
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0deg, 0%, 0%, 0.35);
}
@media (max-width: 768px) {
  .intimate_claim__step2_popup_policy .modal-wrapper {
    width: 90%;
  }
}
.intimate_claim__step2_popup_policy .modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.intimate_claim__step2_popup_policy .modal.is-visible .modal-transition {
  opacity: 1;
}
.intimate_claim__step2_popup_policy .modal-content {
  padding: 40px 80px;
}
@media (max-width: 767px) {
  .intimate_claim__step2_popup_policy .modal-content {
    padding: 24px 32px;
  }
}
.intimate_claim__step2_popup_policy .modal-content > *:first-child {
  margin-top: 0;
}
.intimate_claim__step2_popup_policy .modal-content > *:last-child {
  margin-bottom: 0;
}
.intimate_claim__step2_popup_policy .btn {
  margin-top: 40px;
  display: block;
}
.intimate_claim__step2_popup_policy img {
  width: 100px;
  margin-bottom: 30px;
}
.intimate_claim__step2_popup_policy form {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.intimate_claim__step2_popup_policy form input {
  max-width: 45px;
  margin: 10px;
  text-align: center;
}
.intimate_claim__step2_popup_policy h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .intimate_claim__step2_popup_policy h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

.intimate_claim__step2_popup_policy .modal-wrapper {
  top: 50%;
}

.claimProcessTabBtn {
  margin-top: 40px;
}

.res-mt-40 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .res-mt-40 {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .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%;
  line-height: 3;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  padding: 14px;
  flex: 1;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #C4C4C4;
  font-size: 1em;
}
.select select::-ms-expand {
  display: none;
}
.select::after {
  content: "";
  background-image: url(../images/common/down_arrow.png);
  height: 6px;
  width: 8px;
  display: block;
  position: absolute;
  top: 21px;
  right: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumps {
  position: fixed;
  top: 90px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6980392157);
  padding: 9px 16px;
  border-radius: 0px 0px 8px 8px;
  cursor: pointer;
}
.breadcrumps a {
  text-decoration: none;
}
.breadcrumps.motor {
  left: 12%;
}
.breadcrumps.motor a {
  text-decoration: none;
  font-weight: 400;
}
.breadcrumps.without-banner {
  left: 12%;
}
.breadcrumps ul {
  display: flex;
  gap: 10px;
}
.breadcrumps ul li {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 992px) {
  .breadcrumps {
    display: none;
  }
}

.general_tab .wrapper.scrollTab {
  overflow: auto;
  justify-content: space-evenly;
  scrollbar-width: none;
}
.general_tab .wrapper.scrollTab li {
  white-space: nowrap;
}
.general_tab .wrapper.scrollTab::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.general_tab .wrapper.scrollTab .next,
.general_tab .wrapper.scrollTab .previous {
  position: absolute;
  padding: 2px 4px;
  top: 0;
  background-color: white;
}
.general_tab .wrapper.scrollTab .next {
  right: -25px;
}
.general_tab .wrapper.scrollTab .previous {
  left: -25px;
}
.general_tab .wrapper.more-tabs {
  justify-content: unset;
}

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

.arrow-right {
  left: 60px;
  top: 25px;
}

.arrow-left {
  right: 60px;
  top: 25px;
}

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

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

.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;
}
@media (max-width: 1300px) {
  .error-page .error-num {
    transform: translate(-50%, -75%);
  }
}
@media (max-width:992px) {
  .error-page .error-num {
width:100%;
  }
}
.maintenanceBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 50%;
}
.maintenance {
  margin-top: 15px;
}
.maintenance p {
  text-align: center;
  font-weight: 100;
}
.error-page h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  position: relative;
}
@media (max-width: 768px) {
  .maintenance h2 {
    font-size: 18px;
  }
  .error-page h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.error-page p {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  width: 540px;
  margin: 0px auto;
}
@media (max-width: 992px) {

  .error-page p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }

  img.breakdown{
    width: 100%;
  }  
}
.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 a {
    margin: 30px auto 0;
  }
}

@media (max-width: 1199px) {
  body.is_active {
    overflow: hidden;
  }
}


.headerNav {
  transition: all 0.2s;
  z-index: 10;
  position: relative;
  height: 90px;
  background-color: #fff;
  width: 100%;
}
.headerNav.sticky {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(138, 138, 138, 0.42);
}
.headerNav.menu_sticky {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(138, 138, 138, 0.42);
}
.headerNav.noHover .wrapper .menu_Nav li:hover .sub_Menu {
  opacity: 0;
  visibility: hidden;
}
.headerNav .wrapper {
  display: flex;
  padding: 0px;
  position: relative;
  align-items: center;
}
.headerNav .wrapper .logo{
  margin-top: 17px;
}
.headerNav .wrapper .logo img{
  padding: 0 0 12px;
}
.headerNav .wrapper .checkbox {
  display: none;
}
.headerNav .wrapper .menu_Nav ul {
  margin-left: 147px;
  display: flex;
}
.headerNav .wrapper .menu_Nav li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.headerNav .wrapper .menu_Nav li:first-child {
  padding-left: 0px;
  padding-right: 16px;
}
.headerNav .wrapper .menu_Nav li:nth-child(2) .sub_Menu li {
  min-width: 250px;
}
.headerNav .wrapper .menu_Nav li span {
  font-size: 14px;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  padding: 26px 0;
  font-weight: 600;
}
.headerNav .wrapper .menu_Nav li span::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 8px;
  display: block;
  background-image: url(/bundle/assets/images/common/inidcator.svg);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
  opacity: 0;
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .headerNav .wrapper .menu_Nav li span::before {
    background-image: unset;
  }
}
.headerNav .wrapper .menu_Nav li span::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-image: url(/bundle/assets/images/common/arrow.svg);
  transition: all 0.2s;
}
.headerNav .wrapper .menu_Nav li.is_active span::after {
  transform: rotate(180deg);
}
.headerNav .wrapper .menu_Nav li:hover span::before {
  opacity: 1;
}
.headerNav .wrapper .menu_Nav li:hover .sub_Menu {
  opacity: 1;
  visibility: unset;
}
.headerNav .wrapper .menu_Nav li .sub_Menu {
  position: absolute;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 30px 20px 20px;
  border-top: 2px solid #FFCB09;
  background-color: #ffffff;
  margin-left: -18px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.06);
  /* margin-top: 25px; */
  top: 90px;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.headerNav .wrapper .menu_Nav li .sub_Menu.no-gap {
  -moz-column-gap: 0px;
       column-gap: 0px;
  margin-left: -150px;
}
.headerNav .wrapper .menu_Nav li .sub_Menu.no-gap li {
  width: 270px;
}
.headerNav .wrapper .menu_Nav li .sub_Menu.col-gap {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.headerNav .wrapper .menu_Nav li .sub_Menu.sub-gap li {
  width: 200px;
}
@media (max-width: 1199px) {
  .headerNav .wrapper .menu_Nav li .sub_Menu {
    box-shadow: unset;
    margin-left: 0px;
  }
}
.headerNav .wrapper .menu_Nav li .sub_Menu li {
  row-gap: 22px;
  display: grid;
  padding: 0;
  max-width: 340px;
}
.headerNav .wrapper .menu_Nav li .sub_Menu li .navHeading {
  font-weight: 600;
}
.headerNav .wrapper .menu_Nav li .sub_Menu li ul {
  display: grid;
  row-gap: 12px;
  margin-left: 0;
}
.headerNav .wrapper .menu_Nav li .sub_Menu li ul li {
  padding-left: 0;
}
.headerNav .wrapper .menu_Nav li .sub_Menu li ul li a {
  font-size: 14px;
  display: flex;
  position: relative;
  transition: all 0.2s;
}
.headerNav .wrapper .menu_Nav li .sub_Menu li ul li a.additional {
  font-size: 14px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #276FBF;
}
.headerNav .wrapper .menu_Nav li .sub_Menu li ul li a:hover {
  font-weight: 500;
}
.headerNav .wrapper .menu_Nav li .sub_Menu li ul li a:hover::before {
  opacity: 1;
}
.headerNav .wrapper .menu_Nav li .sub_Menu li ul li a::before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: #FFCB09;
  position: absolute;
  left: -8px;
  opacity: 0;
  transition: all 0.2s;
}
.headerNav .wrapper .content-wrapper {
  position: relative;
  display: flex;
  margin-left: auto;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.headerNav .wrapper .content-wrapper.is_active .primary-btn {
  opacity: 0;
  visibility: hidden;
}
.headerNav .wrapper .content-wrapper .searchHidden {
  position: absolute;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  transition: width 0.6s, all 0.9s;
  right: 1px;
}
.headerNav .wrapper .content-wrapper .searchHidden input {
  width: 100%;
  border-radius: 100px;
  border: 1px solid #C4C4C4;
  height: 48px;
  padding: 0;
}
.headerNav .wrapper .content-wrapper .searchHidden.visible {
  opacity: 1;
  width: 100%;
  visibility: unset;
  z-index: 10;
}
.headerNav .wrapper .content-wrapper .searchHidden.visible + .searchBar {
  padding-right: 12px;
  z-index: 11;
}
.headerNav .wrapper .content-wrapper .searchHidden.visible + .searchBar img:first-child {
  opacity: 0;
}
.headerNav .wrapper .content-wrapper .searchHidden.visible + .searchBar img:last-child {
  opacity: 1;
}
.headerNav .wrapper .content-wrapper .searchHidden.visible input {
  padding: 0 20px;
}
.headerNav .wrapper .content-wrapper .searchBar {
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.headerNav .wrapper .content-wrapper .searchBar img:last-child {
  position: absolute;
  left: -10px;
  width: 24px;
  opacity: 0;
  top: 1px;
}
.headerNav .wrapper .content-wrapper .searchBar .posChange {
  padding-right: 12px;
}
.headerNav .wrapper .content-wrapper .primary-btn {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.burger {
  display: none;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  flex-direction: column;
  justify-content: space-around;
  right: 0;
  left: unset;
}
.burger .line {
  display: block;
  height: 2px;
  width: 26px;
  border-radius: 60px;
  background: #000;
  padding: 0px;
}

.burger .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.burger .line2 {
  transition: transform 0.2s ease-in-out;
}

.burger .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

input[type=checkbox]:checked ~ .menu-items {
  transform: translateX(0);
}

.closeHam, .headerNav .wrapper .menu_Nav li.no-arrow {
  display: none;
}

input[type=checkbox]:checked ~ .navbar .nav-menu {
  transform: translate(0%);
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  .headerNav {
    box-shadow: 0px 10px 20px 6px rgba(138, 138, 138, 0.1);
    padding: 0;
    height: 70px;
  }
  .headerNav .container {
    height: 100%;
  }
  .headerNav .wrapper {
    height: 100%;
  }
  .headerNav .wrapper a.logo {
    z-index: 130;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    position: absolute;
    left: 45px;
    top: 10px;
    transition: 0.5s;
  }
  .headerNav .wrapper a.logo img {
    height: 50px;
  }
  .headerNav .wrapper a.logo.mblLogo {
    left: 0;
  }
  .headerNav .wrapper .checkbox {
    z-index: 113;
    position: absolute;
    top: 0;
    display: block;
    margin: auto;
    bottom: 0;
    padding: 200px;
    height: 32px;
    width: 32px;
    opacity: 0;
  }
  .headerNav .wrapper .burger {
    z-index: 112;
    top: 20px;
    left: 0;
    position: absolute;
    display: flex;
    cursor: pointer;
  }
  .headerNav .wrapper .burger.is-open {
    z-index: 90;
  }
  .headerNav .wrapper .burger.is-open ~ .menu_Nav {
    left: 0%;
    opacity: 1;
  }
  .headerNav .wrapper .menu_Nav {
    left: -120%;
    transition: all 0.5s;
    position: fixed;
    background-color: #ffffff;
    height: 100vh;
    top: 0;
    flex-direction: column;
    width: 100%;
    z-index: 99;
    padding: 0px;
    padding-top: 80px;
    opacity: 0;
  }
  .headerNav .wrapper .menu_Nav .closeHam {
    position: absolute;
    top: 20px;
    left: 15px;
    display: block;
  }
  .headerNav .wrapper .menu_Nav > ul {
    border-top: 1px solid #FFCB09;
  }
  .headerNav .wrapper .menu_Nav ul {
    flex-direction: column;
    padding-left: 0;
    margin-left: 0;
    height: 100%;
    overflow: scroll;
  }
  .headerNav .wrapper .menu_Nav li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
    flex-direction: column;
    padding-left: 20px;
  }
  .headerNav .wrapper .menu_Nav li:first-child {
    padding-left: 20px;
  }
  .headerNav .wrapper .menu_Nav li.no-arrow {
    display: block;
  }
  .headerNav .wrapper .menu_Nav li.no-arrow span::after {
    content: "";
    background-image: unset;
  }
  .headerNav .wrapper .menu_Nav li span {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0px;
    width: 100%;
  }
  .headerNav .wrapper .menu_Nav li .sub_Menu {
    flex-direction: column;
    position: relative;
    padding: 0;
    margin-top: 0;
    visibility: unset;
    opacity: 1;
    height: auto;
    transform: unset;
    top: 0;
    width: 100%;
    row-gap: 10px;
    border-top: unset;
    height: 0;
    transition: all 0.2s;
  }
  .headerNav .wrapper .menu_Nav li .sub_Menu li {
    min-width: 100%;
    border-bottom: 0px;
  }
  .headerNav .wrapper .menu_Nav li .sub_Menu.no-gap, .headerNav .wrapper .menu_Nav li .sub_Menu.col-gap, .headerNav .wrapper .menu_Nav li .sub_Menu.sub-gap, .headerNav .wrapper .menu_Nav li .sub_Menu.resource-gap {
    margin-left: 20px;
  }
  .headerNav .wrapper .menu_Nav li.is_active .sub_Menu {
    height: 100%;
  }
  .headerNav .wrapper .menu_Nav li:hover .sub_Menu {
    transform: unset;
    height: auto;
  }
  .headerNav .wrapper .content-wrapper {
    margin-bottom: 0;
    width: 100%;
    justify-content: end;
  }
  .headerNav .wrapper .content-wrapper.is_active {
    z-index: 216;
  }
  .headerNav .wrapper .content-wrapper a.primary-btn {
    display: none;
  }
}
.sub_Menu > li:last-child {
  row-gap: 10px;
}
@media (max-width: 767px) {
  .sub_Menu > li:last-child ul li:last-child {
    margin-bottom: 30px;
  }
}

.footerBg {
  background: #545454;
  padding: 40px 0;
  color: #fff;
}
.footerBg.sectionSpacing {
  margin-top: 60px;
}
.footerBg .firstPhase {
  justify-content: space-between;
  display: flex;
}
.footerBg .firstPhase.container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .footerBg .firstPhase.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footerBg .firstPhase .footerStyling {
  row-gap: 16px;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
.footerBg .firstPhase .footerStyling .footer-accord.active img {
  transform: rotate(0deg);
}
.footerBg .firstPhase .footerStyling .footer-accord h4 {
  font-weight: 500;
}
.footerBg .firstPhase .footerStyling .footer-accord img {
  transition: all 0.2s;
  transform: rotate(-90deg);
  display: none;
  width: initial;
  height: initial;
}
.footerBg .firstPhase .footerStyling ul {
  display: grid;
  row-gap: 16px;
  width: 203px;
}
@media (max-width: 1200px) {
  .footerBg .firstPhase .footerStyling ul {
    width: auto;
  }
}
.footerBg .firstPhase .footerStyling ul.first-list {
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .footerBg .firstPhase .footerStyling ul.first-list {
    margin-right: 0;
  }
}
.footerBg .firstPhase .footerStyling ul li a {
  font-size: 14px;
  color: #EEEEEE;
  line-height: 14px;
  font-weight: 400;
}
.footerBg .firstPhase .footerStyling ul li:first-child span {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}
.footerBg .secondPhase {
  border-top: 1px solid rgba(255, 255, 255, 0.0392156863);
  margin-top: 40px;
  padding: 40px 0 0;
}
.footerBg .secondPhase .container {
  row-gap: 40px;
  display: grid;
}
.footerBg .secondPhase p {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}
.footerBg .secondPhase .contain {
  display: flex;
  color: #EEEEEE;
  -moz-column-gap: 44px;
       column-gap: 44px;
}
.footerBg .secondPhase .contain span {
  line-height: 24px;
  color: #EEEEEE;
  font-weight: 600;
}
.footerBg .secondPhase .contain .socialMedia ul {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 8px;
}
.footerBg .secondPhase .contain .helpLine div {
  display: flex;
  margin-top: 8px;
}
.footerBg .secondPhase .contain .helpLine div a {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  display: flex;
}
.footerBg .secondPhase .contain .helpLine div a:first-child::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #EEEEEE;
  margin: 0 8px;
}
.footerBg .secondPhase .contain .sitePolicy {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  text-align: right;
  row-gap: 8px;
}
.footerBg .secondPhase .contain .sitePolicy span {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #EEEEEE;
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.footerBg .secondPhase .contain .sitePolicy span:last-child {
  margin-left: auto;
}

@media (max-width: 992px) {
  .footerBg .firstPhase {
    display: block;
  }
  .footerBg {
    padding: 20px 0px;
  }
  .footerBg .firstPhase .footerStyling {
    row-gap: 0px;
    border-bottom: 1px solid #7A7A7A;
    padding: 24px 0;
  }
  .footerBg .firstPhase .footerStyling h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .footerBg .firstPhase .footerStyling .footer-accord img {
    display: block;
  }
  .footerBg .firstPhase .footerStyling .footer-accord + .panel {
    display: none;
  }
  .footerBg .firstPhase .footerStyling .footer-accord + .panel a {
    font-size: 12px;
    line-height: 12px;
  }
  .footerBg .secondPhase {
    border: none;
    margin-top: 0px;
    padding: 20px 0px;
  }
  .footerBg .secondPhase .container {
    display: block;
  }
  .footerBg .secondPhase p {
    font-size: 10px;
    line-height: 16px;
  }
  .footerBg .secondPhase .contain {
    display: block;
    margin-top: 30px;
  }
  .footerBg .secondPhase .contain span {
    margin: auto;
    display: block;
    text-align: center;
  }
  .footerBg .secondPhase .contain .socialMedia ul {
    justify-content: center;
  }
  .footerBg .secondPhase .helpLine {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
  .footerBg .secondPhase .contain .helpLine div {
    justify-content: center;
  }
  .footerBg .secondPhase .contain .helpLine div a {
    font-size: 16px;
    line-height: 32px;
  }
  .footerBg .secondPhase .contain .helpLine div a:first-child::after {
    height: 50%;
    margin: 8px;
  }
  .footerBg .secondPhase .contain .sitePolicy {
    border-top: 1px solid #7A7A7A;
    padding-top: 25px;
    row-gap: 4px;
  }
  .footerBg .secondPhase .contain .sitePolicy span {
    -moz-column-gap: 3px;
         column-gap: 3px;
    font-size: 10px;
  }
  .footer-accord {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-accord.fa-chevron-down {
    transform: rotate(-90deg);
    transition: all 0.6s;
    display: block;
  }
  .footer-accordh4 {
    color: #fff;
    font-size: 14px;
  }
  .accordion-sec.active h4 {
    color: white;
  }
  .panel {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none;
    margin-top: 24px;
  }
  .panel li {
    padding-bottom: 26px;
    font-size: 12px;
    line-height: 12px;
  }
  .accordion-sec.active .fa-chevron-down {
    transform: rotate(180deg);
  }
  .error{
    color: red;
  }
  .checkbox-policy{
    padding: 10px;
  }
}
.error{
  color: red;
}

.intimate_claim__step2_popup_contact .modal {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.intimate_claim__step2_popup_contact .modal.is-visible {
  visibility: visible;
}
.intimate_claim__step2_popup_contact .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 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.intimate_claim__step2_popup_contact .modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 570px;
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0deg, 0%, 0%, 0.35);
}
@media (max-width: 768px) {
  .intimate_claim__step2_popup_contact .modal-wrapper {
    width: 90%;
  }
}
.intimate_claim__step2_popup_contact .modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.intimate_claim__step2_popup_contact .modal.is-visible .modal-transition {
  opacity: 1;
}
.intimate_claim__step2_popup_contact .modal-content {
  padding: 40px 80px;
}
@media (max-width: 767px) {
  .intimate_claim__step2_popup_contact .modal-content {
    padding: 24px 32px;
  }
}
.intimate_claim__step2_popup_contact .modal-content > *:first-child {
  margin-top: 0;
}
.intimate_claim__step2_popup_contact.modal-content > *:last-child {
  margin-bottom: 0;
}
.intimate_claim__step2_popup_contact .btn {
  margin-top: 40px;
  display: block;
}
.intimate_claim__step2_popup_contact img {
  width: 100px;
  margin-bottom: 30px;
  height: 100%;
}
.intimate_claim__step2_popup_contact form {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.intimate_claim__step2_popup_contact form input {
  max-width: 45px;
  margin: 10px;
  text-align: center;
}
.intimate_claim__step2_popup_contact h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .intimate_claim__step2_popup_contact h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

.intimate_claim__step2_popup_contact .modal-wrapper {
  top: 50%;
}
.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;
}


.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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .reviewSlider .reviewRatting .reviewAvg .average {
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
  }
}
.reviewSlider .reviewRatting .reviewAvg .average span {
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
}
@media (max-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .reviewSlider .reviewRatting .quote .reviewSliderArrow {
    width: 100%;
    margin: 50px 0 0;
  }
}
.reviewSlider .reviewRatting .quote .reviewSliderArrow .Slick-Next img {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .reviewSlider .reviewRatting .quote .quaoteImage {
    display: none;
  }
}
.reviewSlider .reviewRatting .rattingSlider .sliderCard {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
}
@media (max-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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;
}
/* gccv new css */
.gccv .general_tab .wrapper.scrollTab {
  overflow-x: hidden;
}