.homepage {
  overflow-x: hidden;
}

/* .logo {
  height: 4rem;
} */
.table thead th {
  border-bottom-width: 1px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-color: #f5f5f5;
  white-space: nowrap;
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: #000;
  background-color: #56b96c8f;
  border-color: #56b96c8f;
}
::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f7f7f7;
}

::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  width: 8px;
  background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #56b96c;
  border-radius: 8px;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 20px;
}
.pagination {
  --bs-pagination-padding-x: 8px;
  --bs-pagination-padding-y: 5px;
  --bs-pagination-font-size: 16px;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.coming-soon {
  position: absolute;
  top: 0px;
  font-size: 10px;
  background: #e5646e;
  color: #fff;
  padding: 1px 5px;
  /* border-radius: 7px; */
  left: 0px;
  right: 0;
  margin: auto;
  font-weight: 700;
  text-align: center;
}
.coming-soon span {
  background: linear-gradient(
    to right,
    #fff 100%,
    #56b96c 30%,
    #56b96c94 70%,
    #fff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 2s ease-in-out infinite alternate;
}
@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/* -------header-css-------- */
.form-select {
  height: 50px;
  border: 1px solid #56b96c;
  border-radius: 5px;
  font-size: 14px;
}
.form-select:focus {
  box-shadow: none;
  outline: none;
  border-color: #56b96c;
}
.btn {
  padding: 10px 25px;
  border: 1px solid #56b96c;
  width: 150px;
  font-size: 18px;
}
.btn:hover {
  background-color: #56b96c;
  color: #fff;
}
.btn-primary {
  background-color: #56b96c;
  border: 1px solid #56b96c;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: none;
  border-radius: 5px;
  text-decoration: none;
}
.btn-login {
  background-color: #56b96c;
  border: 1px solid #56b96c;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: none;
  border-radius: 5px;
}
.btn-login:hover {
  background-color: #fff;
  border: 1px solid #56b96c;
  color: #56b96c;
}
.btn-primary:hover {
  background-color: #fff;
  color: #27b296;
  border: 1px solid #27b296;
  transition: all 0.4s ease-in-out;
}

header {
  padding: 10px 0 10px 0;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99;
  top: 0px;
}
header.fixed {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.navigation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}

.navigation ul li {
  padding-right: 18px;
}
.dash_nav_item a .title_dash_nav img {
  max-width: 25px;
  margin-right: 10px;
}

.navigation ul li:last-child {
  padding-right: 0;
}

.navigation ul li a {
  font-size: 15px;
  color: #000000;
  line-height: normal;
  font-weight: 400;
  text-decoration: none;
}
.navigation ul li a:hover {
  color: #56b96c;
}
.navigation ul li a.btn-primary {
  color: #fff;
}

.navigation ul li a.btn-primary:hover {
  color: #27b296;
}

.menu-bar {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

.menu-bar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #57ba6a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu-bar span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.menu-bar span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.menu-bar span:nth-child(1),
.menu-bar span:nth-child(2) {
  top: 0px;
}

.menu-bar span:nth-child(3),
.menu-bar span:nth-child(4) {
  top: 10px;
}

.menu-bar span:nth-child(5),
.menu-bar span:nth-child(6) {
  top: 20px;
}

.menu-bar.open span:nth-child(1),
.menu-bar.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-bar.open span:nth-child(2),
.menu-bar.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-bar.open span:nth-child(1) {
  left: 5px;
  top: 12px;
}

.menu-bar.open span:nth-child(2) {
  left: calc(50% - 1px);
  top: 12px;
}

.menu-bar.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.menu-bar.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.menu-bar.open span:nth-child(5) {
  left: 5px;
  top: 20px;
}

.menu-bar.open span:nth-child(6) {
  left: calc(50% - 1px);
  top: 20px;
}

/* -------header-css-------- */

.checkQuote {
  background-color: #56b96c;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  height: 50px;
}
.did-floating-input::placeholder {
  font-size: 14px;
  padding: 20px;
}
.previousPolicyNumber {
  text-transform: uppercase;
}
.supporthero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.supporthero p {
  text-align: justify;
}

.navbar-expand-lg {
  background-color: #fff;
  width: 100%;
  z-index: 99;
}
.login-input {
  width: 100%;
  background-color: #f5f5f6;
  padding: 16px;
  border: none;
  border-radius: 13px;
}
.lifebetter-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: justify;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.9) translateY(-1rem) translateX(0.1rem) !important;
}
.form-floating > label {
  padding: 0.8rem !important;
}
.last-Setp-left {
  width: 100%;
}
.last-Setp-right {
  width: 100%;
}
.inputBox-motor {
  display: flex;
  /* grid-template-columns: auto auto auto auto;
  gap: 1rem; */
}
.inputBox {
  height: 100%;
  align-items: flex-start;
}
.inputBox-motor-inner {
  width: 100%;
}
.motorButton {
  background-color: #f4f4f4;
  color: #56b96c;
  border: none;
  border-radius: 0;
  /* padding: 1rem 3rem; */
  width: 100%;
  height: 50px;
}
.motorButton2 {
  /* background-color: #f4f4f4; */
  color: black;
  border: none;
  border-radius: 0;
  /* padding: 1rem 3rem; */
  /* width: 100%; */
}
.motorButton2:hover {
  color: #56b96c;
}
.regi_num {
  width: 60%;
}

.loginBtn:hover,
.checkQuote:hover {
  background: #56b96c;
}
/* .form-control-inner {
  width: 12rem !important;
} */

.formSelect {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 4rem;
}

.insuranceBox {
  /* margin-top: 1rem; */
  height: 100%;
  margin-bottom: 20px;
  /* max-height: 60rem;
  max-width: 65rem; */
  padding: 2rem;
  /* margin-left: 1rem; */
  /* margin-right: 1rem; */
  border-radius: 0.8rem;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  width: 70%;
}

.bestInsurance h1 {
  color: #4d4d4d;
  font-size: 30px;
  margin-bottom: 50px;
}
.bestInsurance h1 span {
  font-weight: 700;
}

.healthInsuranceBox,
.bikeInsuranceBox,
.carInsuranceBox,
.taxiInsuranceBox,
.petInsuranceBox,
.travelInsuranceBox,
.familyInsuranceBox {
  transition: all 0.3s; /* Add a smooth transition effect */
}

/* .healthInsuranceBox {
  width: 7.4rem;
  height: 7.4rem;
  padding: 0.5rem 2rem;
  border-radius: 4px;
  border: 1px solid #56b96c;
  box-shadow: 0px 0px 4px 0px #2add52;
  cursor: pointer;
} */

.healthInsuranceBox p {
  margin-bottom: 0.5rem;
}

.bikeInsuranceBox,
.healthInsuranceBox,
.carInsuranceBox,
.taxiInsuranceBox,
.petInsuranceBox,
.travelInsuranceBox,
.familyInsuranceBox {
  width: 100px;
  height: 6.5rem;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #56b96c;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px #2add52;
  cursor: pointer;
  transition: transform 0.3s;
}

.healthInsuranceBox:hover,
.bikeInsuranceBox:hover,
.carInsuranceBox:hover,
.taxiInsuranceBox:hover,
.petInsuranceBox:hover,
.travelInsuranceBox:hover,
.familyInsuranceBox:hover {
  transform: scale(1.1);
}

.css-1jqq78o-placeholder {
  font-size: 14px;
}
.bikeInsuranceBox img,
.carInsuranceBox img,
.taxiInsuranceBox img,
.petInsuranceBox img,
.travelInsuranceBox img,
.familyInsuranceBox img {
  margin-top: 0.5rem;
}

.bikeInsuranceBox p,
.carInsuranceBox p,
.taxiInsuranceBox p,
.petInsuranceBox p,
.travelInsuranceBox p,
.familyInsuranceBox p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 3rem;
}

.form-control {
  height: 3rem;
}

.why-us {
  margin: 100px 0 50px;
}
.policy_block {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}
.whyus-right h4 {
  color: #6b6b6b;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.whyus-left {
  position: relative !important;
  /* width: 420px; */
  /* flex: 0 0 420px; */
}
.whyus-right {
  width: 100%;
}
.whyus-right img {
  position: relative;
  bottom: 1rem;
}

.whyus-right h1 {
  color: #000;
  font-size: 2rem;
  font-family: Jost;
  font-style: normal;
  font-weight: 700;
  line-height: 39px; /* 130% */
  text-transform: capitalize;
}

.whyus-left-img {
  z-index: -111;
}
.whyus-left {
  position: relative !important;
}

.youtubeIcon {
  z-index: inherit;
  position: absolute;
  left: 40%;
  top: 40%;
  /* right: 19rem; */
}

.whyusDesc {
  width: 100%;
  color: #4f4f4f;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: Jost;
  font-style: normal;
}

/* ------------------Create Wealth Section--------------------- */

.create-wealth-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-wealth {
  width: 100%;
  max-width: 70%;
  margin: auto;
}
.create-wealth-card {
  width: 32%;
  padding: 10px;
  border-radius: 12px;
}
.create-wealth-heading {
  color: #6b6b6b;
  /* font-family: Jost; */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.create-wealth-img {
  position: relative;
  bottom: 1rem;
}
.create-wealth-heading-2 {
  font-family: jost;
  font-size: 1.3rem;
}

.create-wealth-heading-2 span {
  color: #56b96c;
}

.create-wealth-content {
  flex-wrap: wrap;
  gap: 15px;
}

.create-wealth-card img {
  width: 11rem;
  height: 11rem;
}

.create-wealth-title {
  color: #000;
  text-align: center;
  font-family: Jost;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4375rem; /* 162.5% */
  text-transform: capitalize;
}

.create-wealth-desc {
  color: #4d4d4d;
  text-align: justify;
  font-family: Jost;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53125rem; /* 153.125% */
  text-transform: capitalize;
  max-width: 20rem;
}

/* Slider */

.insuranceslider {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insuranceslider-inner {
  width: 100%;
}
.insuranceslider-inner .slick-slide {
  padding: 0 10px;
}
.insuranceslider-inner .slick-list {
  margin: 0 -10px;
}

.insuranceslider .slick-dotted.slick-slider {
  margin-bottom: 40px;
}

/* .insuranceslider .slick-slide {
  padding: 0 5px;
} */

/* .insuranceslider .slick-dots li button {
  border: 1px solid #56b96c;
  border-radius: 60px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 0;
}
.insuranceslider .slick-dots li{
  width: 15px;
  height: 15px;
}

.insuranceslider .slick-dots {
  bottom: 10px;
} */

/* .insuranceslider {
  padding-bottom: 40px;
} */

/* .insuranceslider .slick-dots li button:before {
  opacity: 1;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.insuranceslider .slick-dots li.slick-active button:before {
  background: #56b96c;
} */

.homeInsuranceSlider {
  width: 20rem;
  height: 16rem;
  border-radius: 1rem;
  background-color: #ffda82;
  color: #fff;
}

.homeInsuranceSlider h3 {
  width: 15rem;
  font-size: 20px;
  font-weight: 500;
}
.healthInsuranceSlider {
  width: 24rem;
  position: relative;
  font-family: Montserrat;
  height: 16rem;
  border-radius: 1rem;
  background-color: #a6db7f;
  color: #fff;
}

.healthInsuranceSlider h3 {
  width: 15rem;
  font-size: 20px;
  font-weight: 500;
}
.travelInsuranceSlider {
  width: 20rem;
  position: relative;
  height: 16rem;
  border-radius: 1rem;
  background: radial-gradient(
    151.26% 95.66% at 87.66% 27.73%,
    #6d90f3 0%,
    rgba(102, 180, 227, 0.3) 100%
  );
  color: #fff;
}

.travelInsuranceSlider h3 {
  width: 15rem;
  font-size: 20px;
  font-weight: 500;
}

.sliderText {
  margin-top: 1rem;
  margin-left: 1rem;
}

.text-bold {
  font-weight: 700;
}

.SilderImage {
  width: 10rem;
  height: 8rem;
}
.homeInsuranceSlider {
  position: relative;
}
.homeInsuranceSlider .homeInsuranceSlider-image {
  position: absolute;
  right: 0;
  /* width: 10rem;
  height: 8rem; */
  width: 50%;
  bottom: 0;
}

.healthInsuranceSlider .homeInsuranceSlider-image {
  position: absolute;
  right: 0;
  /* width: 10rem; */
  height: 8rem;
  /* width: 50%; */
  bottom: 0;
}

.travelInsuranceSlider .homeInsuranceSlider-image {
  position: absolute;
  right: 0;
  /* width: 10rem; */
  height: 8rem;
  bottom: 0;
}

.SilderImage img {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 10%;
  left: 100%;
}

.petBoxInput {
  width: 20rem;
}

.popularmodal h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 236.842% */
  text-transform: capitalize;
  margin: 0 0 20px;
}
.popularmodal {
  margin: 0 0 20px;
  width: 75%;
  text-align: justify;
  margin-top: 1rem;
}
.popularmodal .existingIllness {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1rem;
}
.popularmodal .existingIllness li {
  /* margin: 0 1% 20px; */
  list-style-type: none;
  border-radius: 0.3125rem;
  background: #f1f1f1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem 2rem;
  width: 12rem;
}

.popularmodal .existingIllness li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.brand-logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
  margin-bottom: 40px;
}

/* MODAL BOX */
.vehicleInfoModal {
  max-width: 40rem;
  width: 100%;
}

.modalHeading {
  margin: 2rem 2rem;
}

.modalBody {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modalHeading h3 {
  font-weight: 700;
}
.vehicleNumber {
  color: #56b96c;
  font-weight: 700;
  font-size: 16px;
  /* margin-bottom: 5px !important; */
}

.css-1n6nu92-control {
  height: 1rem !important;
}
.modalContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  /* padding: 1rem 1rem; */
  max-width: 100%;
  /* margin: 0 auto; */
  border: 1px solid rgba(51, 56, 70, 0.1);
  border-radius: 12px;
  padding: 10px;
  width: 100%;
  margin-bottom: 30px;
}
.leftContent .dot {
  color: #2add52;
  margin: 0 3px;
}
.rightContent img {
  max-width: 80px;
}
.leftContent p {
  margin: 0 !important;
  font-weight: 600;
  margin-bottom: 2px !important;
  font-size: 12px;
}
.leftContent {
  justify-content: flex-start;
  width: calc(100% - 100px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
}
.rightContent {
  /* width: 60%; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.modalBtn {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modalBtnYes {
  border-radius: 0.625rem;
  border: none;
  background-color: #56b96c;
  padding: 0.5rem 2.5rem;
  color: #fff;
}

.modalBtnNo {
  background-color: transparent;
  border-bottom: 2px dotted #333846 !important;
  color: #56b96c;
  margin-bottom: 0;
  /* border: none; */
  display: block;
  font-size: 12px;
  color: #000;
  width: 110px;
  text-align: center;
  border: none;
  border-right: none;
  border-right: none;
  font-weight: 600;
  margin: 0 auto 10px;
}

.leftContent .contentText {
  margin: 0px;
}

.rightContent div {
  width: 100%;
}
.userDetailsInput {
  padding: 1rem;
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid #929292;
  /* width: 20rem; */
}

.modalBtnSubmit {
  padding: 1rem;
  width: 100%;
  border: none;
  background-color: #56b96c;
  color: #fff;
  border-radius: 0.625rem;
}

.modalContent2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;

  max-width: 100%; /* Set the maximum width of the content */
  /* margin-right: 1rem; */
}

.modal-logo {
  text-align: center;
  margin-bottom: 20px;
}
.v2_close.false {
  position: absolute;
  top: -15px;
  right: -13px;
  width: 30px;
  height: 30px;
  background: #56b96e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v2_close.false img {
  max-width: 22px;
  width: 100%;
  color: #fff;
}
.resend {
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  padding-left: 5px;
}
.user_img {
  display: inline-block;
  padding-right: 12px;
}
.user_img img {
  max-width: 25px;
}
.did-floating-input,
.did-floating-select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  background: #fff;
  color: #000;
  font-weight: 400;
  border: 1px solid #56b96c;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  /* padding: 0.8rem; */
}

.did-floating-input:focus,
.did-floating-select:focus {
  outline: none;
}

.did-floating-input:focus ~ .did-floating-label,
.did-floating-select:focus ~ .did-floating-label {
  top: -12px;
  font-size: 15px;
}
.modal_heading h4 {
  font-size: 20px;
}
.sign_text p {
  font-size: 20px;
  margin-bottom: 0;
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top: -8px;
  font-size: 13px;
}
.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  font-size: 15px;
}
.did-floating-select:not([multiple]):not([size]) {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="10" height="10"><path fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="10" d="m2 5 6 6 6-6"/></svg>');
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}
.did-floating-label {
  color: #000;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  font-weight: 600;
  left: 15px;
  top: -11px;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* ---------------------Insurance Makes Life Better---------------------- */

.lifeBetter {
  /* display: flex;
  justify-content: flex-start;
  gap: 60px;
  margin-left: 10rem; */
  /* margin-top: 2rem; */
  position: relative;
}
.lifeBetter-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.lifeBetterCards {
  /* position: absolute;
  right: 0;
  top: 0; */
  width: 60%;
}
.lifeBetter-inner2 {
  width: 40%;
}
.lifeBetter-text {
  font-size: 32px;
  font-family: jost;
  font-weight: 700;
}
.lifeBetter-text span {
  color: #56b96c;
}

.lifeBetter div p {
  color: #4f4f4f;
  /* font-family: Jost; */
  font-size: 15px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  text-transform: lowercase;
}

.cardRed {
  /* width: 30rem; */
  height: 15rem;
  background-color: #fd8660;
  border-radius: 0.8125rem;
  justify-content: center;
  align-items: center;
}

.cardRedLeft {
  width: 100%;
}

.cardRedLeft h3 {
  font-size: 1.5rem;
  font-family: Montserrat;
  color: #fff;
  margin-left: 1.5rem;
  width: 12rem;
  font-weight: 300;
  line-height: 2rem;
}

.cardRedLeft h3 span {
  font-weight: 700;
}

.cardRedLeft img,
.cardBlueLeft img {
  margin-left: 1.5rem;
}

.cardRedRight {
  margin-top: 0.5rem;
}

.cardBlue {
  width: 310px;
  height: 15rem;
  background-color: #3dd9fc;
  margin-left: 2rem;
  display: flex;
  justify-content: start;
  align-items: center;
  border-top-left-radius: 0.8125rem;
  border-bottom-left-radius: 0.8125rem;
}

.cardBlueLeft h3 {
  font-size: 1.3rem;
  color: #000;
  margin-left: 1.5rem;
  width: 15rem;
  font-weight: 300;
  line-height: 2rem;
}

.cardBlueLeft h3 span {
  font-weight: 700;
}

/* --------------WHY US SECTION-------------------- */

.whyus-container {
  justify-content: space-around;
  width: 75%;
}

/* ---------------CONTACT US SECTION------------------- */
.contact-us {
  background-color: #bd0088;
  border-radius: 0.8125rem;
  justify-content: space-around;
  align-items: center;
  height: 12.5rem;
  color: #fff;
  margin-top: 5rem;
  width: 100%;
  gap: 50px;
  max-width: 900px;
}

.contact-us-left img {
  position: relative;
  bottom: 3.175rem;
}

.contact-us-right h4 {
  font-size: 1.3rem;
  font-style: normal;
  font-family: Jost;
  font-weight: 600;
  line-height: 1.5rem; /* 100% */
  text-transform: capitalize;
}

.contact-us-right p {
  /* width: 46.125rem;
  height: 2.875rem; */
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.contact-us-button {
  border-radius: 2.375rem;
  background: #fff;
  width: 9.5rem;
  height: 3.375rem;
  flex-shrink: 0;
  border: none;
  color: #bd0088;
  margin-right: 2rem;
}

/* ------------------AD SECTION---------------------- */

.ad-section-top-left h3 {
  color: #000;
  font-family: Jost;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4375rem; /* 130% */
  text-transform: capitalize;
  margin-bottom: 0;
}

.ad-section-top-left img {
  position: relative;
  bottom: 0.6rem;
}
.ad-section-top-left h2 {
  font-size: 2rem;
  font-weight: 700;
}
.ad-section-top-left p {
  color: #4f4f4f;
  width: 42.25rem;
  /* height: 5.1875rem; */
  text-align: justify;
  font-family: Jost;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.ad-section-top {
  justify-content: space-between;
}
.ad-section-bottom {
  /* justify-content: space-between; */
  width: 100%;
  gap: 29px;
}

.ad-section-card {
  width: 23%;
  /* height: 100%; */
  background: #f5fff8;
  box-shadow: 0px 0px 4px 0px #2add52;
  padding: 20px;
  /* padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 3em; */
}

.card-odd {
  background: #fff;
  padding-bottom: 20px;
}

.ad-section-card h4 {
  color: #000;
  font-family: Jost;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6875rem; /* 112.5% */
  text-transform: capitalize;
}

.ad-section-card p {
  color: #4f4f4f;
  width: 100%;
  /* height: 100%; */
  /* font-family: Jost; */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
}

.ad-section-circle {
  width: 4.48rem;
  height: 4.48rem;
  border-radius: 50%;
  background-color: #deefff;
}

.circle-1 {
  background-color: #deefff;
}
.circle-2 {
  background-color: #fff8e9;
}
.circle-3 {
  background-color: #ffdad7;
}
.circle-4 {
  background-color: #e4f0ff;
}

.ad-section-circle img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 100%;
}

/* ------------------------Thought Process Section------------------------------- */

.thought-process-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thought-process {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thought-process-top img {
  margin-bottom: 1rem;
}
.thought-process-top h2 {
  font-weight: 700;
}

.thought-process-top p {
  display: block;
  margin: auto;
  max-width: 42.25rem;
  max-height: 5.1875rem;
  color: #4f4f4f;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.thought-process-bottom {
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  width: 90%;
}

.thought-process-card {
  max-width: auto;
  max-height: auto;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.thought-process-card h4 {
  color: #000;
  margin-top: 1rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6875rem;
}

.thought-process-card p {
  max-width: 19.1875rem;
  max-height: 6.25rem;
  color: #4f4f4f;
  font-family: Jost;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

/* --------------------------------DOWNLOAD APP SECTION ------------------------------ */

.download-app-section {
  border-radius: 1rem;
  background: rgba(88, 86, 185, 0.9);
  color: #fff;
}

.partner-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ourpartner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ad-section-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.ad-section {
  width: 100%;
}
/* --------------------------------Accordions---------------------------------------- */

.accordions {
  border-radius: unset;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  margin-top: 2.5rem;
  /* margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem; */
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  /* border-radius: 0; */
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.accordion-body {
  /* padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); */
  padding: 15px 60px 15px 30px;
}
.accordion-button::after {
  position: absolute;
  right: 20px;
  top: 8px;
}

/* .accordion-item {
  border-radius: 1rem;
} */
.accordion-item .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  padding: 15px 60px 15px 30px;
  /* border: 1px solid #ddd; */
  /* border-radius: 20px; */
}
.accordion-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.accordion-footer-sections {
  width: 70%;
}

.accordion-footer-sections-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0.5rem;
}
.accordion-footer-sections-list .active {
  color: #56b96c;
  border-bottom: 3.5px solid #56b96c;
  padding-bottom: 15px;
}

.accordion-footer-sections-list-items {
  color: #a1a1a1;
  position: relative;
  /* font-family: Jost; */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  cursor: pointer;
}
.accordion-flush {
  width: 100%;
}

.ourpartner {
  /* background: #f2fdff; */
  padding-top: 40px;
  padding-bottom: 0 !important;
}

.partnerlogos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerlogos li {
  width: 18%;
  margin: 0 1% 10px;
  background: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.11);
}
.partnerlogos li img {
  width: auto;
  object-fit: contain;
}

.footer {
  background: #090820;
  color: #fff;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.footer-link-items {
  color: #fff;
}
.app {
  /* display: flex; */
  margin-top: 1rem;
  gap: 20px;
}
.footer-section-circle-1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #56b96c;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 0.3rem; */
}
.footer-section-circle-1 img {
  max-width: 40px;
}

/* .footer-section-circle-1 img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
} */

.footer-section-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #56b96c;
}
.footer-left img {
  max-height: 50px;
}

.footer-section-circle img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.nav-item {
  /* width: 80%; */
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  /* margin: 0.5rem; */
  gap: 15px;

  /* justify-content: center */
}

.footer-link-right p {
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
  /* margin-left: 1rem; */
  /* margin-top: 0.6rem; */
  /* font-family: Jost; */
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}

.footer-left p {
  color: #fff;
  margin-top: 2rem;
  /* font-family: Jost; */
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 26rem;
}

/* ----------------------------------Health PolicyOverview Page------------------------- */

.po_main_container_outer {
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.po_main_container {
  width: 75%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.po_left_container {
  width: 65%;
  padding: 40px 40px;
  border-radius: 13px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.po_left_container h4 {
  margin-bottom: 30px;
}
.po_left_container_inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.po_left_container_inner .po_left_container_inner_div {
  display: flex;
  cursor: pointer;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 13px;
  font-weight: 500;
  padding: 20px 30px;
  background-color: #f1f1f1;
  align-items: center;
  justify-content: space-between;
}
.po_left_container_inner_div_selected {
  box-shadow: 10px 10px 92px 7px rgba(219, 215, 219, 1);
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 30px;
  border-radius: 13px;
  align-items: center;
  margin-bottom: 15px;
}
.po_left_container_inner_div_selected_left {
  background-color: #f5f5f7;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 13px;
}
.po_left_container_inner_div_selected_left img {
  width: 20%;
}
.po_left_container_inner_div_selected_left span {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.po_right_container {
  width: 65%;
  border-radius: 13px;
}
.po_right_container_tab {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-radius: 13px;
  margin-bottom: 13px;
  font-weight: 600;
}
.po_right_container_tab_active {
  color: #56b96c;
  margin-bottom: 0px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 15px 20px;
  border-bottom: 1px solid black;
}
.po_right_container_tab_active_tab {
  margin-bottom: 13px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  border-bottom-left-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
}
.po_right_container_tab_active_tab p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.po_right_container_tab_active_tab p .number {
  color: #56b96c;
}
.po_left_container_inner .completed {
  background-color: #56b96c;
  color: white;
}
.po_left_container .accordion-item {
  padding: 0;
  background-color: grey;
}
.pan-input-kyc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
  width: 100%;
}

.accordion-item {
  margin-top: 1rem;
  /* border-radius: 20px; */
  border: none;
}

.img-policy {
  width: 7.3rem;
  height: 2.2rem;
}
.insu-h5 {
  font-size: 0.9rem;
  line-height: 2rem;
}
.insu-h6 {
  font-size: 1rem;
}

.form-floating .fullName {
  width: 31rem !important;
}

.ourmanegement:hover {
  background-color: white !important;
  color: black !important;
}
.ourmanegement:hover h2 {
  color: black !important;
}
.ourmanegement:hover p {
  color: black !important;
}
/* ------------------------------------------------------------------------------------- */

.footer-last-content {
  font-size: 14px !important;
  text-align: center;
  width: 70%;
}

.contactsec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.contactsec-inner {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gettouchform {
  width: 100%;
}
.gettouchform ul {
  width: 100%;
}
.gettouchform ul li {
  text-decoration: none;
  list-style: none;
  width: 100%;
}
.gettouchform h2 {
  margin-bottom: 20px;
}
.gettouchform ul li input {
  width: 100%;
  margin-bottom: 10px;
}
.gettouchform ul li label {
  margin-bottom: 8px;
}
.gettouchform ul li textarea {
  width: 100%;
  margin-bottom: 10px;
}
.contactcnt ul li {
  text-decoration: none;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.contactcnt ul li img {
  margin-right: 20px;
  width: 60px;
}

.addressbox {
  width: 100%;
}
/* .addressbox-blue {
  color: rgb(86, 185, 108);
} */
.addressbox h3 {
  color: #000;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 20px;
}
.addressbox p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.aadrilaModalAdditionalDetails {
  width: 100%;
}

.homeBtn {
  width: 14rem;
  padding: 0.7rem 0;
  border: none;
  background-color: #56b96c;
  color: #fff;
  border-radius: 0.625rem;
}

/* ----------------------------------Mediaa Queries------------------------------------- */

.supporthero {
  background-color: #e0f3f6;
}
.supportcontent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.supportcontent-card {
  border: none;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  margin: 0px 20px;
  padding: 60px 20px;
  margin-top: -50px;
}
.supportcontent-card h1 {
  font-size: 1.6rem !important;
  font-weight: 600;
}
.supportcontent-card-body {
  flex: 1 1 auto;
  /* padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); */
}
.supportcontent-card-body p {
  font-size: 1rem !important;
  text-align: justify !important;
}
.supportcontent-card img {
  width: 70px;
  margin: 0 auto;
}

.aboutqury-inner-first h1 {
  font-size: 2rem !important;
}
.supporthero-inner .green-inner {
  color: green;
}

.supportcontent-inner {
  width: 75%;
}
/* .final-step-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
} */
.aboutqury h1 {
  font-size: 2rem;
  font-weight: 600;
}
.aboutqury p {
  text-align: justify !important;
}
.aboutqury-button button {
  background-color: green;
  padding: 0 30px;
}
.final-step-inner-2-button-center {
  justify-content: center !important;
}

/* quotelist_new */
.invoice_sec {
  background: #fff;
  border: 1px solid rgba(37, 56, 88, 0.12);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
}
.sec_heading {
  font-size: 18px;
  font-weight: 600;
}
.sec_text {
  display: inline-block;
  font-size: 14px;
}
.edit {
  text-decoration: none;
  color: #0065ff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.line {
  border: 1px solid rgba(37, 56, 88, 0.12);
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.invoice_content {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.invoce_des {
  display: flex;
  align-items: center;
  text-align: right;
  font-weight: 500;
  cursor: pointer;
  justify-content: flex-end;
  font-size: 14px;
}
.addon {
  width: 100%;
}
.addon .accordion-item {
  margin-top: 15px;
  border: none;
}
.addon .accordion-item .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  padding: 8px 20px;
  background: #56b96c59;
  border-radius: 8px;
}
.addon .accordion-button::after {
  background-image: url(/assets/images/down-arrow.svg);
}
.addon .accordion-body {
  padding: 20px 0px 0px;
}
.product_box {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 10px 25px; */
  /* padding: 0 10px; */
}
.product_list {
  display: flex;
  gap: 7px;
  /* margin-right: 25px; */
  align-items: baseline;
  width: 33%;
}
.addon button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.quote-card {
  margin-bottom: 20px;
}

/* quotelist_new */

.contact-us-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-container {
  width: 100%;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.hero-container-outer {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-logo-list-single li {
  list-style-type: none !important;
  border-radius: 0.3125rem;
  background: #f1f1f1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem 2rem;
  width: 12rem;
}
.brand-logo-list-single li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.justify_para {
  text-align: justify !important;
}

/* *********Profile Page CSS************ */

.profile_main {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 10px rgb(234, 236, 236);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 180px auto 20px;
  /* padding-bottom: 40px; */
  padding: 0 15px 40px;
}
.profile_details {
  width: 100%;
  /* padding: 0 20px; */
  margin-top: 20px;
}
.profile_main .profile_avatar {
  margin-top: 2rem;
}

.profile_main .profile_avatar .avatar_img {
  border: none;
  border-radius: 50%;
}

.profile_main .profile_avatar .avatar_img img {
  width: 150px;
  margin: -70px 0 0;
}

.profile_main .profile_gender {
  margin-top: 40px;
}

.profile_btn_div {
  display: flex;
  align-content: center;
  justify-content: center;
}

.profile_btn {
  display: flex;
  width: auto;
  border: none;
  line-height: normal;
  border-radius: 5px;
  background-color: #55b96c;
  border: 1px solid #55b96c;
  color: white;
  padding: 10px 40px;
  margin: 0;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}
.profile_btn:hover {
  display: flex;
  width: auto;
  border: none;
  line-height: normal;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #55b96c;
  color: #55b96c;
  padding: 10px 40px;
  margin: 0;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown .dropdown-menu {
  display: none;
}
.dropdown-menu.show {
  display: block;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 15px 0;
  inset: unset !important;
  top: 43px;
  right: 0;
  left: 0;
  transform: unset !important;
}
.dropdown-menu li {
  display: none;
}

.dropdown-menu.show li {
  display: block;
  padding-right: 0;
}
.dropdown-menu.show li a {
  font-size: 15px;
  padding: 10px 15px 6px;
}
.dropdown-menu.show li a img {
  max-width: 20px;
  margin-right: 10px;
}
.dropdown-menu.show li a svg {
  margin-right: 12px;
  font-size: 18px;
}

/* .dropdown .btn.show {
  background-color: #56b96c;
  border: 1px solid #56b96c;
  color: #fff;
} */

/* dashboard-css */
.dash_header {
  background: #f3f7fb;
  height: 90px;
  border-bottom: 1px solid #edf2f9;
  position: fixed;
  top: 0px;
  width: 100%;
  /* z-index: 1030; */
  display: flex;
  padding-left: 295px;
}
.dropdown-toggle::after {
  vertical-align: middle;
}
.account {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user_icon svg path {
  color: #27b296;
}
.account .btn {
  border: none;
  padding: 0;
  color: #27b296;
  width: auto;
}
.account .btn:hover {
  background-color: #fff;
}
.account .btn:focus {
  border: none;
}
.account .btn svg {
  font-size: 25px;
  fill: #57ba6a;
}
.dash_logo {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_nav {
  width: 295px;
  background-color: #fff;
  z-index: 1000;
  top: 0px;
  bottom: 0px;
  position: fixed;
  overflow: hidden;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.side_nav.open {
  width: 60px;
}
/* .side_nav.open img {
  display: none;
} */
.side_nav.open img {
  display: none;
}
.side_nav.open .dash_logo .logo_fold {
  display: block;
}
.page_container.open {
  padding-left: 0;
}
.dash_header.open {
  padding-left: 60px;
}
.page_container {
  min-height: 100vh;
  padding-left: 295px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.policy_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.policy_content h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.policy_content p {
  font-size: 18px;
}

.main_content {
  padding: calc(90px + 30px) 50px 30px 100px;
  min-height: 100vh;
  background: #f3f7fb;
}

.dash_logo .logo_fold {
  display: none;
}

/* .dash_logo img{
  max-height: 40px;
} */

.dash_header .dash_logo {
  width: 295px;
  /* border-right: 1px solid #edf2f9; */
  display: flex;
  justify-content: center;
  padding-left: 10px;
  background: #fff;
  align-items: center;
  /* justify-content: center; */
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.side_nav .side_nav_inner {
  position: relative;
  height: 100%;
}

.side_nav .side_nav_inner .sideNav_menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 0;
  overflow: auto;
  /* border-right: 1px solid #edf2f9; */
  height: calc(100vh - 90px);
}

.side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px;
}

.side_nav .side_nav_inner .sideNav_menu::-webkit-scrollbar-track {
  background: transparent;
}

.dash_nav_item a {
  display: flex;
  font-weight: 400;
  font-size: 17px;
  color: #8a8b9f;
  text-decoration: none;
  align-items: center;
  padding: 10px 25px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  line-height: 1.2;
  white-space: nowrap;
}
.dash_nav_item a .icon_holder {
  display: inline-block;
  /* flex: 0 0 40px;
  line-height: 0.8; */
}
.dash_nav_item a .icon_holder img {
  max-width: 20px;
  margin-right: 10px;
}

.dash_nav_item a .title_dash_nav {
  display: block;
  flex: 1;
  position: relative;
}
.dash_nav_item a .title_dash_nav::before {
  border-bottom: 1px solid rgba(190, 209, 235, 0.3);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: -12px;
}
.dash_nav_item .product {
  position: relative;
}
.dash_nav_item a.active,
.dash_nav_item a:hover {
  color: #56b96c;
}
.dash_nav_item a svg path {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
/* .navigation.open .dash_nav_item a.active svg path, .dash_nav_item a:hover svg path {
  color: #56b96c;
}
.dash_nav_item a.active svg path,
.dash_nav_item a:hover svg path {
  fill: #56b96c;
} */

.nav_dash_wrap {
  flex: 1;
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid rgba(190, 209, 235, .3); */
  align-items: center;
  padding: 15px 30px;
}
.nav_dash_wrpRight {
  display: flex;
  align-items: center;
}
.nav_dash_wrpLeft {
  display: flex;
  align-items: center;
}
.nav_right_notification .dropdown-menu {
  border: 0px;
  border-radius: 10px;
  font-size: 14px;
  min-width: 173px;
  color: #53535f;
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  width: 250px;
  margin-left: -180px !important;
  padding: 0;
  padding-bottom: 15px;
}
.dash_userProfile {
  display: flex;
  align-items: center;
}
.dash_userProfile img {
  box-shadow: 0px 5px 10px 6px rgba(41, 72, 152, 0.14);
  border-radius: 10px;
  width: 100%;
  flex: 0 0 48px;
  max-width: 48px;
}

.prfDash_userContent {
  flex: 0 0 calc(100% - 48px);
  max-width: calc(100% - 48px);
  padding-left: 15px;
}
.topPRfNameUser {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #0d1118;
  margin-bottom: 5px;
}

.makeAvaiDash {
  display: flex;
  align-items: center;
}
.makeAvaiDash span {
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  color: rgba(13, 17, 24, 0.6);
  margin-right: 6px;
}

.statusDash_tag {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #0d1118;
  margin-left: 6px;
}

.statusDash_tag.available {
  color: #0cab50;
}

.statusDash_tag.notAvailable {
  color: #ee0909;
}
.notiHeader_top {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
}

.notiHeader_top .viewBtn {
  color: #fff;
  background-color: #1a73e8;
  border: 1px solid #1a73e8;
  padding: 0.35rem 1rem;
  height: auto;
  line-height: 1.25;
  font-size: 0.875rem;
  border-radius: 5px;
}

.notiHeader_top i {
  padding-right: 5px;
}

.notificationListDrop {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 250px;
  overflow: auto;
}

.notificationListDrop::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.notificationListDrop::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px;
}

.notificationListDrop::-webkit-scrollbar-track {
  background: transparent;
}

.notificationListDrop .dropdown-item {
  padding: 15px;
}
.notificationListDrop li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid #edf2f9;
}
.notificationListDrop .dropdown-item:hover {
  background: #fafafa;
}
.notiListCard {
  display: flex;
  align-items: center;
}

.notiListCard .notiListImg {
  flex: 0 0 30px;
  max-width: 30px;
  width: 100%;
}

.notiListCard .notiListImg img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.notiListCard .notiListContent p {
  color: #2a2a2a;
  font-size: 14px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notiListCard .notiListContent p span {
  color: #1a73e8;
}

.notiListCard .notiListContent small {
  display: block;
  color: #72849a;
}

.notiListCard .notiListContent {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: 100%;
  padding-left: 15px;
}

.notiHeaderTopHeading {
  color: #212529;
  font-weight: 500;
}

.notiHeaderTopHeading i {
  font-weight: 500;
}

.nav_dash_wrpRight {
  display: flex;
  align-items: center;
}

.rightMenuBtn {
  display: inline-block;
  background: #fff;
  color: #53535f;
  padding: 10px;
  display: flex;
  line-height: 1;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
}

.rightMenuBtn.newNotiMsg::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f9be7a;
  border: 2px solid #1a73e8;
  position: absolute;
  right: 11px;
  top: 11px;
}

.mr-15 {
  margin-right: 15px;
}

.rightMenuBtn.langDropBtn {
  min-width: 48px;
  width: auto;
  padding: 10px 15px;
}

.rightMenuBtn.langDropBtn img {
  height: 14px;
  width: auto;
  margin-right: 10px;
}

.nav_right_notification.landDropDown .dropdown-menu {
  padding: 0;
  width: unset;
  min-width: unset;
  border-radius: 10px;
}

.walletSearchRow .searchRow_col {
  flex: 0 0 70%;
  max-width: 70%;
  width: 100%;
}

.walletSearchRow .walletRow_col {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
}

.searchFilteHome {
  background: #1a73e8;
  border: 1px solid #f3f2f2;
  border-radius: 10px;
  padding: 20px 25px;
}

.searchFilteHome .form-control {
  background: #f7f7f9;
  border-radius: 10px;
  padding: 15px 22px;
  background-image: url(../img/search\ icon.svg);
  background-position: 98%;
  background-repeat: no-repeat;
  color: #0d1118;
  font-size: 18px;
  font-weight: 500;
}

.searchFilteHome .form-control::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0d1118;
  opacity: 0.5;
}

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

ul.subMenuSide li a {
  font-weight: 400;
  font-size: 15px;
  color: #8a8b9f;
  padding: 15px 25px 15px 65px;
}

ul.subMenuSide li a span {
  width: 25px;
  display: inline-block;
}
.subMenuLink {
  position: relative;
}
.arrowIconSubmenu {
  position: absolute;
  right: 35px;
  line-height: 30px;
  transition: all 0.05s ease-in;
  -webkit-transition: all 0.05s ease-in;
  top: 18px;
}

.subMenuLink .arrowIconSubmenu::before,
.subMenuLink.collapsed .arrowIconSubmenu::before,
.subMenuLink .arrowIconSubmenu::after {
  content: "";
  position: absolute;
  background: 0 0;
  background-image: linear-gradient(
    to right,
    rgba(42, 42, 42, 0.75),
    rgba(42, 42, 42, 0.75)
  );
  border-radius: 2px;
  width: 6px;
  height: 1.5px;
  top: 13px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: rotate(-135deg) translateX(2px);
  -webkit-transform: rotate(-135deg) translateX(2px);
}
.subMenuLink .arrowIconSubmenu::after,
.subMenuLink.collapsed .arrowIconSubmenu::after {
  transform: rotate(-45deg) translateX(2px);
  -webkit-transform: rotate(-45deg) translateX(2px);
}

.subMenuLink:not(.collapsed) .arrowIconSubmenu::before {
  transform: rotate(-225deg) translateX(2px);
  -webkit-transform: rotate(-225deg) translateX(2px);
}
.subMenuLink:not(.collapsed) .arrowIconSubmenu::after {
  transform: rotate(45deg) translateX(2px);
  -webkit-transform: rotate(45deg) translateX(2px);
}

.subMenuLink:not(.collapsed) {
  color: #1a73e8;
}
.subMenuLink:not(.collapsed) svg path {
  fill: #1a73e8;
}

.dashIconFold svg {
  width: 25px;
  height: 25px;
  color: #0d1118;
  transition: all 0.2s ease;
}

.dashIconFold:hover svg {
  color: #1a73e8;
}
.dashIconFold {
  display: inline-block;
  padding: 5px;
  /* margin-right:30px; */
}

.nav_dash_wrpLeft {
  display: flex;
  align-items: center;
}

.folded {
  display: none;
}

.is-folded .folded {
  display: block;
}

.is-folded .notFolded {
  display: none;
}

.dashBoard_overLay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.profileHeading {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.profileDashboard {
  padding: 31px 0 22px 0;
}
.dashboardInner_box {
  border-radius: 10px;
  /* border: 1px solid #CCC; */
  background: #fcfcfc;
  padding: 42px 50px;
  box-shadow: 10px 10px 10px 10px rgb(234, 236, 236);
}
.profile-tab .nav-link {
  border: 1px solid #55b96c;
  color: #000;
  padding: 11px 20px;
  border-radius: 22px;
  white-space: nowrap;
}
.profile-tab .nav-link.active {
  background-color: #55b96c;
  color: #ffff;
  border: 1px solid #55b96c;
}
.profile-tab .nav-pills {
  margin-top: 30px;
  margin-bottom: 40px;
  gap: 15px;
}
.sectionHeading {
  font-size: 30px;
  margin-bottom: 20px;
}
.dash_nav_item a .icon_holder svg {
  width: 22px;
  height: 26px;
}

.betterlifeslider-inner {
  width: 100%;
}
.betterlifeslider-inner img {
  display: block;
  width: 100%;
}
.betterlifeslider-inner .sliderText {
  margin-top: 1rem;
  margin-left: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  margin-right: 10px;
  height: 100%;
}
.betterlifeslider-inner .slick-dots {
  bottom: -30px;
}
.insuranceslider .slick-dots {
  bottom: 0;
}
.betterlifeslider-inner .slick-dots li,
.insuranceslider .slick-dots li {
  width: 15px;
  height: 15px;
}
.betterlifeslider-inner .slick-dots li button,
.insuranceslider .slick-dots li button {
  border: 1px solid #56b96c;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.betterlifeslider-inner .slick-dots li button:before,
.insuranceslider .slick-dots li button::before {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
}
.betterlifeslider-inner .slick-dots li.slick-active button:before,
.insuranceslider .slick-dots li.slick-active button::before {
  background: #56b96c;
  width: 5px;
  height: 5px;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #56b96c;
  content: "";
}
.rto-sub .btn-primary {
  padding: 10px 25px;
  font-size: 18px;
  width: 150px;
}
.brand-logo-1 .illnessbox {
  font-size: 12px;
  /* white-space: nowrap; */
}
.form-label {
  margin-bottom: 10px;
}
.main_sec {
  margin-top: 140px;
}
.modal-header {
  padding: 1rem;
}
.cover_value {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
}
.amount {
  font-size: 14px;
  margin-bottom: 0;
}
.universal_sompo .btn-primary {
  font-size: 14px;
  padding: 8px 14px;
}
.premium_heading {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  word-spacing: 10px;
}
.table tr {
  border-bottom: 1px solid #dee2e6;
}
.table tr th {
  border-bottom: none;
}
.basic-cover {
  font-size: 20px;
  font-weight: 600;
}
.universal_sompo h1 {
  font-size: 17px;
  text-align: center;
}
.card-footer {
  border-top: 0;
}
.main-owner-page {
  height: 100%;
  margin-top: -60px;
}
.quote-text {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 15px; */
  gap: 10px;
  font-size: 14px;
}
.insuranceBox .checkQuote {
  width: auto;
}
.care-amount {
  width: 33%;
}
.navigation ul li .btn {
  width: auto;
}
.side_nav.open .icon_holder img {
  display: block;
  margin-right: 0;
  max-width: 30px;
}
.side_nav.open .title_dash_nav {
  display: none;
}
.side_nav.open .dash_nav_item a {
  padding: 10px 16px;
  line-height: normal;
}
.progress-wrapper-button .btn-1 .form-check-label:checked[type="checkbox"] {
  width: 100%;
  background: #fff;
  border: 1px solid #56b96c;
  border-radius: 5px;
  position: relative;
  padding: 10px 70px 10px 10px;
  color: #000;
  /* margin: 5px 20px; */
  /* margin-right: 15px; */
  font-weight: 500;
  height: 100%;
}
.progress-wrapper-button .btn-1 .form-check-input:checked + label::after {
  background-color: #5bb86e;
  visibility: visible;
}
.progress-wrapper-button .btn-1 input[type="checkbox"] + label::after {
  visibility: hidden;
  content: " ";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #5bb86e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* pet-css */
.banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/pet-bg.jpg);
  width: 100%;
  height: 750px;
  background-size: cover;
  background-blend-mode: multiply;
}
.banner::after {
  content: "";
  background: rgba(49, 34, 36, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.message {
  position: absolute;
  z-index: 2;
  color: white;
  /* font-size: 20rem; */
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  display: inline-block;
  max-width: 550px;
}
.health_title {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
}

.inspiration {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-family: "Gill Sans", sans-serif;
  font-size: 12px;
  color: #969696;
}
.inspiration img {
  width: 60px;
}
.pet_wrapper {
  position: relative;
}
.center {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 350px;
  height: calc(100% - 200px);
  border-radius: 3px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 2;
  background-image: linear-gradient(to top right, #f9a743, #f9db5f);
}
@media screen and (max-height: 500px) {
  .center {
    transition: transform 0.5s;
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.center .ear {
  position: absolute;
  top: -110px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #243946;
}
.center .ear.ear--left {
  left: -135px;
}
.center .ear.ear--right {
  right: -135px;
}
.center .face {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 150px;
  margin: 80px auto 10px;
  --rotate-head: 0deg;
  transform: rotate(var(--rotate-head));
  transition: transform 0.2s;
  transform-origin: center 20px;
}
.center .eye {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #243946;
}
.center .eye.eye--left {
  margin-right: 40px;
}
.center .eye.eye--right {
  margin-left: 40px;
}
.center .eye .glow {
  position: relative;
  top: 3px;
  right: -12px;
  width: 12px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transform: rotate(38deg);
}
.center .nose {
  position: relative;
  top: 30px;
  transform: scale(1.1);
}
.center .nose .glow {
  position: absolute;
  top: 3px;
  left: 32%;
  width: 15px;
  height: 8px;
  border-radius: 50%;
  background-color: #476375;
}
.center .mouth {
  position: relative;
  margin-top: 45px;
}
.center svg.smile {
  position: absolute;
  left: -28px;
  top: -19px;
  transform: scaleX(1.1);
  stroke: #243946;
}
.center .mouth-hole {
  position: absolute;
  top: 0;
  left: -50%;
  width: 60px;
  height: 15px;
  border-radius: 50%/100% 100% 0% 0;
  transform: rotate(180deg);
  background-color: #243946;
  z-index: -1;
}
.center .tongue {
  position: relative;
  top: 5px;
  width: 30px;
  height: 20px;
  background-color: #ffd7dd;
  transform-origin: top;
  transform: rotateX(60deg);
}
.center .tongue.breath {
  -webkit-animation: breath 0.3s infinite linear;
  animation: breath 0.3s infinite linear;
}
.center .tongue-top {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ffd7dd;
}
.center .line {
  position: absolute;
  top: 0;
  width: 30px;
  height: 5px;
  background-color: #fcb7bf;
}
.center .median {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 25px;
  border-radius: 5px;
  background-color: #fcb7bf;
}
.center .hands {
  position: relative;
}
.center .hands .hand {
  position: absolute;
  top: -6px;
  display: flex;
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}
.center .hands .hand--left {
  left: 90px;
}
.center .hands .hand--left.hide {
  transform: translate(2px, -155px) rotate(-160deg);
}
.center .hands .hand--left.peek {
  transform: translate(0px, -120px) rotate(-160deg);
}
.center .hands .hand--right {
  right: 90px;
}
.center .hands .hand--right.hide {
  transform: translate(-6px, -155px) rotate(160deg);
}
.center .hands .hand--right.peek {
  transform: translate(-4px, -120px) rotate(160deg);
}
.center .hands .finger {
  position: relative;
  z-index: 0;
}
.center .hands .finger .bone {
  width: 20px;
  height: 20px;
  border: 2px solid #243946;
  border-bottom: none;
  border-top: none;
  background-color: #fac555;
}
.center .hands .finger .nail {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #243946;
  background-color: #fac555;
  z-index: -1;
}
.center .hands .finger:nth-child(1),
.center .hands .finger:nth-child(3) {
  left: 4px;
  z-index: 1;
}
.center .hands .finger:nth-child(1) .bone,
.center .hands .finger:nth-child(3) .bone {
  height: 10px;
}
.center .hands .finger:nth-child(3) {
  left: -4px;
}
.center .hands .finger:nth-child(2) {
  top: -5px;
  z-index: 2;
}
.center .hands .finger:nth-child(1) .nail,
.center .hands .finger:nth-child(3) .nail {
  top: 0px;
}
.center .login {
  position: relative;
  display: flex;
  flex-direction: column;
}
.center .login label {
  position: relative;
  padding: 0 20px;
}
.center .login label .fa {
  position: absolute;
  top: 40%;
  left: 35px;
  color: #bbb;
}
.center .login label .fa:before {
  position: relative;
  left: 1px;
}
.center .login input,
.center .login .login-button {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 30px;
}
.center .login input {
  padding: 25px 15px;
  margin: 10px 0;
  box-shadow: none;
  outline: none;
}
.center .login input::-moz-placeholder {
  color: #ccc;
}
.center .login input:-ms-input-placeholder {
  color: #ccc;
}
.center .login input::placeholder {
  color: #ccc;
}
.center .login input.password {
  padding: 0 90px 0 40px;
}
.center .login .password-button {
  position: absolute;
  top: 9px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 27px;
  border-radius: 20px;
  border: none;
  outline: none;
  background-color: #243946;
  color: #fff;
}
.bx-show {
  font-size: 20px;
}
.center .login .password-button:active {
  transform: scale(0.95);
}
.center .login .login-button {
  width: calc(100% - 40px);
  margin: 20px 20px 0;
  outline: none;
  background-color: #243946;
  color: #fff;
  transition: transform 0.1s;
}
.center .login .login-button:active {
  transform: scale(0.95);
}
.center .social-buttons {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.center .social-buttons .social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #243946;
  color: #fff;
  font-size: 18px;
}
.center .social-buttons .social:active {
  transform: scale(0.95);
}
.center .footer {
  text-align: center;
  margin-top: 15px;
}
@-webkit-keyframes breath {
  0%,
  100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(60deg);
  }
}
@keyframes breath {
  0%,
  100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(60deg);
  }
}
.pet_wrapper .btn-primary {
  background-color: #253947;
  border: 1px solid #253947;
  padding: 10px;
  border-radius: 30px;
}
.pet_wrapper .btn-primary:hover {
  color: #fff;
  /* background-color: #fac555; */
}
.pseudo-search {
  display: block;
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 100px;
  padding: 10px 15px;
  transition: background-color 0.5 ease-in-out;
  position: relative;
  margin-bottom: 20px;
}
.pseudo-search input {
  border: 0;
  background-color: transparent;
  width: 200px;
}
.pseudo-search input:focus {
  outline: none;
}
.pseudo-search button,
.pseudo-search i {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pseudo-search select {
  border: none;
}
.breed_list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -10px; */
  gap: 21px;
}
.breed_list ul li {
  width: 30%;
  flex: 0 0 30%;
  flex-grow: 0;
  overflow: overlay;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.16) 0px 2px 8px;
  /* padding: 0 10px; */
  position: relative;
}
.breed_list ul li a {
  display: block;
  text-decoration: none;
}
/* .breed_list ul li .fplogo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 1;
  transition: all 0.3s;
} */

.breed_list ul li .fplogo img {
  width: 100%;
}

.breed_list ul li .fptext {
  display: none;
  font-size: 13px;
  /* left: 50%; */
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
  transition: all 0.3s ease 0s;
  /* width: 65%; */
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
}
.breed_list ul li .fptext p {
  margin-bottom: 0;
  text-decoration: none;
  outline: none;
}
.breed_list ul li .fptext::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}

.breed_list ul li:hover {
  /* box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2) inset; */
}

.breed_list ul li:hover:after {
  /* background-color: rgba(22, 22, 22, 0.3); */
}

.breed_list ul li:hover .fplogo {
  display: block;
}

.breed_list ul li .fptext {
  display: block;
}
.fplogo {
  position: relative;
  height: 100%;
}

.breed_list ul li a img {
  max-width: 100%;
}
.breed_heading {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
}
.pet_heading {
  text-align: center;
  margin-bottom: 20px;
  color: #57ba6a;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
}
.pet_about {
  padding: 50px 0 30px;
  background: #e9f0fe;
}
.pet_text {
  text-align: center;
  display: block;
  max-width: 80%;
  margin: 0 auto 15px;
  font-size: 15px;
}

/* tab */
.pet_cover .indexes,
.tabs {
  list-style-type: none;
}

.pet_cover .indexes {
  font-size: 1rem;
}
.pet_cover .indexes li {
  padding: 1rem;
  border: 1px solid transparent;
  cursor: pointer;
}

.pet_cover .tabs {
  position: relative;
  width: 90%;
  margin-bottom: 0;
}

.pet_cover .tab {
  position: absolute;
  display: flex;
  width: 100%;
  /* height: 100%; */
  opacity: 0;
  background-color: white;
  overflow: hidden;
  padding: 0px;
}

.pet_cover .tab-content {
  position: relative;
  z-index: 5;
  width: 50%;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 1rem;
  opacity: 0;
  transform: translateY(-5rem);
}

.pet_cover .tab-content h3 {
  font-family: helvetica;
  font-weight: 900;
  font-size: 1rem;
  border-bottom: 1.5px solid #000;
  padding-bottom: 10px;
  color: #000;
}
.pet_cover .tab-content p {
  font-family: helvetica;
  font-weight: 100;
  line-height: 25px;
  color: #000;
  display: -webkit-box;
  /* max-width: 200px; */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pet_cover .tab-content button {
  width: fit-content;
  /* background-color: transparent;
  color: #111010;
  border: 1px solid #100f0f;
  font-size: 0.7rem;
  padding: 0.75rem 1rem;
  cursor: pointer; */
}

@keyframes content {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.pet_cover .tab-image {
  position: absolute;
  right: 0rem;
  width: 50%;
  /* height: 200px;
  opacity: 0; */
  transform: translateX(2rem);
}

/* .tab-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--overlay);
  mix-blend-mode: multiply;
} */

.pet_cover .tab-image img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  /* filter: grayscale(100%); */
}

@keyframes image {
  100% {
    opacity: 1;
    width: 300px;
    transform: translateX(0);
  }
}

.pet_cover .active .tab {
  opacity: 1;
  z-index: 5;
}
.pet_cover .active .tab-content {
  animation: content 0.9s ease-out 0.4s forwards;
}
.pet_cover .active .tab-image {
  animation: image 1s ease-out forwards;
}
.pet_cover {
  padding: 50px 0 40px;
}
h3.sub_heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
}

.list-with-icons {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 15px; */
  gap: 15px;
  width: 100%;
}

.list-with-icons li {
  display: block;
  width: 30%;
  padding: 10px;
  /* margin: 20px; */
  font-size: 15px;
  /* background-color: #f1f1f1; */
  /* border-right: 1px dashed #ccc; */
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  transition: all 0.35s ease;
  display: flex;
  align-items: flex-start;
}

/* .list-with-icons div {
  padding-left: 25px;
  margin-left: 45px;
} */

.list-with-icons li:hover {
  -webkit-transform: translate(5px);
  -moz-transform: translate(5px);
  transform: translate(5px);
}

.list-with-icons li:before {
  content: "\f00d";
  color: #f00;
  display: block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  width: 40px;
  /* height: 40px; */
  flex: 0 0 30px;
  /* margin-top: -20px; */
  border-radius: 100%;
  background-color: #fff;
  /* border-left: 2px dotted #ccc; */
  /* box-shadow: -1px 0 6px rgba(0, 0, 0, 0.16); */
  position: relative;
  /* top: 50%;
  left: 0px;
  transform: translateY(-50%); */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* font-size: 20px; */
  gap: 10px;
}
.list-with-icons li a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
}
.pet_cover_inner {
  padding: 50px 0;
}

.advantage_cover_list .column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.advantage_cover_list .card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #56b969 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
.advantage_cover_list h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}
.advantage_cover_list p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: 0 auto;
  /* font-size: 30px; */
  height: 90px;
  width: 90px;
  /* color: #ffffff; */
  border-radius: 50%;
  display: flex;
  /* place-items: center; */
  transition: 0.5s;
  object-fit: cover;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.icon-wrapper img {
  max-width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  transform: translate(-50%, -50%);
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #2c7bfe;
}
.card:hover h3 {
  color: #ffffff;
}
.card:hover p {
  color: #000;
}

.advantage_cover_list {
  padding: 50px 0;
}
.pet_sec_text {
  font-size: 15px;
}
.pet_covered {
  height: 100%;
}

.quote_follower {
  padding: 30px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(37, 56, 88, 0.12);
}
.main-quote-list {
  flex-direction: column;
}

.insurer_img {
  box-shadow: 1px 0px 4px 2px rgb(234, 236, 236);
  border-radius: 9px;
  /* width: 20%; */
  max-width: 100%;
  max-height: 100px;
  min-height: 100px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
}
.insurer_img img {
  width: 100px;
}
.insurer_list {
  display: flex;
  gap: 15px;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}
.quote_follower p {
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
}

/* pet-count-num */
* {
  box-sizing: border-box;
}

.input-number {
  width: 300px;
  padding: 10px 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: none !important;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 60px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  /* display: inline-block; */
  width: 30px;
  line-height: normal;
  background: #56b96d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border: none;
  height: 30px;
  border-radius: 0 8px;
}
/* .input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
} */

/* .input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
} */
.sheep {
  background-image: url(../images/dog.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.pet_img {
  margin-top: 20px;
  text-align: center;
}
.dog_count {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin: auto;
  position: relative;
}
.count_num {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0px;
  gap: 1px 0;
}

/* accordion */

.pet_breed .hide {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pet_breed .accordion {
  background: #fff;
  width: 100%;

  list-style: none;
}

.pet_breed .accordion-item {
  position: relative;
  width: 100%;
  border: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 1rem;
}
/* .pet_breed .accordion-item:last-child {
  border-bottom: none;
} */

.pet_breed .accordion-label {
  padding: 20px 0 20px 30px;
  width: 100%;
  display: block;
  font-size: 18px;
}
.pet_breed .accordion-label:hover {
  cursor: pointer;
}
.pet_breed .accordion-label:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  top: 22px;
  left: 12px;
  display: inline-block;
  border-left: 5px solid #999;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.pet_breed input[type="checkbox"]:checked ~ .accordion-label:before {
  transform: rotate(90deg);
}

.pet_breed .accordion-child {
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
  transform: scale(1, 0);
  transform-origin: center top;
}
.pet_breed input[type="checkbox"]:checked ~ .accordion-child {
  /* border: 1px solid #e0e0e0;
  margin: 0 -20px 15px -20px;
  background: #fff;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16); */
  padding: 10px 20px;
  height: auto;
  opacity: 1;
  transform: scale(1, 1);
}
.pet_det {
  display: flex;
  gap: 20px;
}
.pet_form {
  width: 50%;
}
.pet_breed_img {
  width: 50%;
}
.pet_breed_img .breed_list ul {
  gap: 16px;
}
.pet_breed_img .breed_list ul li {
  width: 25%;
  flex: 0 0 30%;
}

@media screen and (min-width: 992px) {
  .advantage_cover_list .column {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) {
  .dash_nav_item .product .dropdown-nav {
    display: none;
  }
  .tab-image {
    width: 300px;
  }
  .tab-image img {
    width: 300px;
  }
  .create-wealth {
    max-width: 100%;
  }
}
@media (max-width: 830px) {
  /* .profile_main {
    border: none;
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px rgb(234, 236, 236);
    margin: 10rem 5rem;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } */

  .profile_main .profile_gender {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (max-width: 733px) {
  .profile_main {
    border: none;
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px rgb(234, 236, 236);
    margin: 10rem 3rem;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .profile_main .profile_gender {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (max-width: 669px) {
  .yesnoinput input[type="radio"] + label {
    width: 100%;
  }
  .profile_main {
    border: none;
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px rgb(234, 236, 236);
    margin: 10rem 1rem;
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .profile_main .profile_gender {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (max-width: 605px) {
  .profile_main {
    border: none;
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px rgb(234, 236, 236);
    margin: 10rem auto;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .profile_main .profile_gender {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (max-width: 573px) {
  .profile_main {
    border: none;
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px rgb(234, 236, 236);
    margin: 10rem 1rem;
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .profile_main .profile_gender .yesnoinput {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 340px) {
  .profile_main {
    border: none;
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px rgb(234, 236, 236);
    margin: 10rem none;
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .profile_main .profile_gender .yesnoinput {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 300px) {
  .profile_main {
    border: none;
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px rgb(234, 236, 236);
    margin: 10rem none;
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .profile_main .profile_avatar .avatar_img {
    border: none;
    border-radius: 50%;
  }

  .profile_main .profile_avatar .avatar_img img {
    width: 150px;
  }

  .profile_main .profile_gender {
    margin-top: 4rem;
  }

  .profile_main .profile_gender .yesnoinput input {
    width: 50% !important;
  }

  .profile_btn_div {
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .profile_btn {
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #55b96c;
    color: white;
    padding: 10px 15px;
    /* margin: 2rem auto; */
    align-self: center;
    font-size: 15px;
  }
  .profile_btn:hover {
    width: 50%;
    border: 1px solid #55b96c;
    border-radius: 5px;
    background-color: white;
    color: #55b96c;
    padding: 1rem 2rem;
    margin: 2rem auto;
  }
}
@media screen and (min-width: 768px) {
  .pet_breed_img .breed_list ul li {
    width: 30%;
    flex: auto;
  }
  .advantage_cover_list .column {
    flex: 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .pet_breed_img {
    width: 100%;
  }
  .pet_form {
    width: 100%;
  }
  .pet_det {
    flex-direction: column;
  }
}
.vehicle_btn {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #56b96c;
  border-radius: 7px;
}
.vehicle_modal .modalContent {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 420px) {
  .vehicle_btn {
    font-size: 12px;
    padding: 10px;
  }
  .vehicle_modal .modalContent {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .vehicle_btn {
    font-size: 10px;
    padding: 8px;
  }
}
/* sucess-css */

/* @keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
} */
@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
/* .container {
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  border: 1px solid white;
  display: fixed;
  top: 0px;
} */

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}
.confetti--animation-slow {
  animation: confetti-slow 2.25s linear 1 forwards;
}
.confetti--animation-medium {
  animation: confetti-medium 1.75s linear 1 forwards;
}
/* .confetti--animation-fast {
  animation: confetti-fast 1.25s linear 1 forwards;
} */

/* Checkmark */
.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #56b96d;
  position: absolute;
}

.checkmark-circle .checkmark {
  border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: "";
  left: 25px;
  top: 75px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
.submit-btn {
  height: 45px;
  width: 200px;
  font-size: 15px;
  background-color: #56b96d;
  border: 1px solid #56b96d;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, 0.2);
  cursor: pointer;
  transition: all 2s ease-out;
  transition: all 0.2s ease-out;
}

.submit-btn:hover {
  background-color: #56b96d;
  transition: all 0.2s ease-out;
}
.circle-loader {
  margin-bottom: 3.5em;
  border: 1rem solid rgba(0, 0, 0, 0.05);
  border-left-color: #56b96d;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: calc(10rem * 1.25);
  height: calc(10rem * 1.25);
}

.load-complete {
  animation: loader-spin-out 200ms 1 linear;
  border-color: #56b96d;
  transition: border 200ms ease-out;
}

.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: calc(10rem / 2);
  width: calc(10rem / 3);
  transform-origin: left top;
  border-right: 1rem solid #56b96d;
  border-top: 1rem solid #56b96d;
  content: "";
  left: calc(((0% + 10rem) / 2) / 2);
  top: calc(10rem / 2);
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-spin-out {
  0% {
    border-left-color: #8dd9bf;
  }
  100% {
    border-left-color: #e3f6ef;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    width: calc(10rem / 3);
    opacity: 0.2;
  }
  40% {
    height: calc(10rem / 2);
    width: calc(10rem / 3);
    opacity: 0.5;
  }
  100% {
    height: calc(10rem / 2);
    width: calc(10rem / 3);
    opacity: 1;
  }
}
.tab_owner_tab {
  background-color: #fff;
  border-radius: 5px;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}
.tab_owner_tab .nav-item {
  width: 45%;
}
.tab_owner_tab .nav-link.active {
  background-color: #56b96d;
  width: 100%;
}
.tab_owner_tab .nav-link {
  border: 1px solid #56b96d;
  width: 100%;
  color: #000;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  padding: 15px; /* Increase padding as needed */
  cursor: pointer; /* Make sure it shows as clickable */
}

.care-amount .idv_min {
  font-size: 12px;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .care-amount .idv_min {
    font-size: 8px;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
  }
}

/* failure-msg-css */
.o-circle {
  display: flex;
  width: 10.555rem;
  height: 10.555rem;
  justify-content: center;
  align-items: flex-start;
  border-radius: 50%;
  animation: circle-appearance 0.8s ease-in-out 1 forwards,
    set-overflow 0.1s 1.1s forwards;
}

.c-container__circle {
  margin: 0 auto 5.5rem;
}

.o-circle__sign {
  position: relative;
  opacity: 0;
  background: #fff;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.o-circle__sign::before,
.o-circle__sign::after {
  content: "";
  position: absolute;
  background: inherit;
}

.o-circle__sign::after {
  left: 100%;
  top: 0%;
  width: 500%;
  height: 95%;
  transform: translateY(4%) rotate(0deg);
  border-radius: 0;
  opacity: 0;
  animation: set-shaddow 0s 1.13s ease-in-out forwards;
  z-index: -1;
}

.o-circle__sign--failure {
  background: rgb(236, 78, 75);
}

.o-circle__sign--failure .o-circle__sign {
  width: 1rem;
  height: 7rem;
  transform: translateY(25%) rotate(45deg) scale(0.1);
  border-radius: 50% 50% 50% 50% / 10%;
  animation-name: failure-sign-appearance;
}

.o-circle__sign--failure .o-circle__sign::before {
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) rotate(90deg);
  border-radius: inherit;
}

.o-circle__sign--failure .o-circle__sign::after {
  background: rgba(175, 57, 55, 0.8);
}

@keyframes circle-appearance {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }

  60% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes set-shaddow {
  to {
    opacity: 1;
  }
}

@keyframes set-overflow {
  to {
    overflow: hidden;
  }
}

@keyframes failure-sign-appearance {
  50% {
    opacity: 1;
    transform: translateY(25%) rotate(45deg) scale(1.7);
  }

  100% {
    opacity: 1;
    transform: translateY(25%) rotate(45deg) scale(1);
  }
}

.payment_failure_text {
  color: rgba(175, 57, 55, 0.8);
  margin-top: 12rem;
}

/* payment-pending-css */

.payment-loader {
  width: 150px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.kyc-redirection-loader {
  width: 500px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px 50px;
}
.payment-loader .binding {
  content: "";
  width: 60px;
  height: 4px;
  border: 2px solid #00c4bd;
  margin: 0 auto;
}

.payment-loader .pad {
  width: 100px;
  height: 60px;
  border-radius: 8px;
  border: 2px solid #00c4bd;
  padding: 6px;
  margin: 0 auto;
}
.kyc-redirection-loader .pad {
  width: 100px;
  height: 60px;
  border-radius: 8px;
  border: 2px solid #00c4bd;
  padding: 6px;
  margin: 0 auto 50px;
}

.payment-loader .chip {
  width: 12px;
  height: 8px;
  background: #00c4bd;
  border-radius: 3px;
  margin-top: 4px;
  margin-left: 3px;
}

.payment-loader .line {
  width: 52px;
  margin-top: 6px;
  margin-left: 3px;
  height: 4px;
  background: #00c4bd;
  border-radius: 100px;
  opacity: 0;
  -webkit-animation: writeline 3s infinite ease-in;
  -moz-animation: writeline 3s infinite ease-in;
  -o-animation: writeline 3s infinite ease-in;
  animation: writeline 3s infinite ease-in;
}

.payment-loader .line2 {
  width: 32px;
  margin-top: 6px;
  margin-left: 3px;
  height: 4px;
  background: #00c4bd;
  border-radius: 100px;
  opacity: 0;
  -webkit-animation: writeline2 3s infinite ease-in;
  -moz-animation: writeline2 3s infinite ease-in;
  -o-animation: writeline2 3s infinite ease-in;
  animation: writeline2 3s infinite ease-in;
}

.payment-loader .line:first-child {
  margin-top: 0;
}

.payment-loader .line.line1 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.payment-loader .line.line2 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.payment-loader .loader-text {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: normal;
  color: #000;
  font-weight: bold;
}

@keyframes writeline {
  0% {
    width: 0px;
    opacity: 0;
  }
  33% {
    width: 52px;
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes writeline2 {
  0% {
    width: 0px;
    opacity: 0;
  }
  33% {
    width: 32px;
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.premium_mismatch {
  text-align: center;
}

.mismatch-btn {
  padding: 10px 40px;
  border: none;
  background-color: #56b96e;
  border-radius: 5px;
  color: #fff;
}

#premiumBreakup .modal-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  cursor: pointer;
}

.custom-tooltip {
  background-color: #56b96e !important;
  color: white !important;
  font-size: 12px !important;
  opacity: 0.8 !important;
}

.toggleShareQuotePaymentModal {
  cursor: pointer;
}
.arrow {
  position: absolute;
  top: 35%;
  right: 20%;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

.dash_nav_item .product .dropdown-nav {
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1),
    opacity 0.3s ease-in-out;
  /* transform: translateY(-4rem); */
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  top: 40px;
  display: none;
}
.dropdown-nav span {
  font-weight: 300;
  font-size: 1.2rem;
  padding: 10px 15px;
  background: #f5f5f7;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000000;
  line-height: normal;
  font-weight: 400;
  text-decoration: none;
}
.dropdown-nav span:hover {
  color: #0cab50;
}
.dash_nav_item:hover .dropdown-nav {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 2px;
  left: 0;
  padding: 0;
}
.dash_nav_item > a {
  display: flex;
  align-items: center;
}
.navigation .dropdown-nav li span img {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.navigation .dropdown-nav li {
  width: 100%;
  padding-right: 0;
}
@media (max-width: 991px) {
  .dash_nav_item .product .dropdown-nav {
    display: none;
  }
  .dash_nav_item .product.productActive .dropdown-nav {
    display: block;
  }
}
.kyc_fail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 11px 0px; */
  max-width: 800px;
  margin: auto;
  padding: 50px;
  gap: 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 16px;
  text-align: center;
}

/* .premiumBreakupCloseImg {
  margin-left: 5rem;
} */

.premiumBreakupLogo {
  width: 25%;
}

.react-datepicker-wrapper {
  width: 100%;
}
.payment-btn {
  font-size: 15px;
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9); /* Semi-transparent background */
  z-index: 1000;
}

.loading-dot {
  font-size: 120px; /* Increase the dot size */
  color: #56b96c; /* Change the dot color to green */
  margin: 0 10px; /* Spacing between dots */
  opacity: 0; /* Initially set opacity to 0 */
  animation: dot-sequence 1s infinite; /* Animation duration */
}

.loading-dot:nth-child(1) {
  animation-delay: 0s; /* First dot appears immediately */
}

.loading-dot:nth-child(2) {
  animation-delay: 0.2s; /* Second dot appears after 0.4s */
}

.loading-dot:nth-child(3) {
  animation-delay: 0.6s; /* Third dot appears after 0.8s */
}

@keyframes dot-sequence {
  0%,
  100% {
    opacity: 0; /* Dots are invisible at start and end */
  }
  33% {
    opacity: 1; /* Dot appears */
  }
  66% {
    opacity: 0; /* Dot disappears before the next one appears */
  }
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.remove-file-btn {
  position: absolute;
  right: 10px; /* Adjust as needed */
  background: none;
  border: none;
  color: red;
  font-size: 18px;
  cursor: pointer;
}

.remove-file-btn:hover {
  color: darkred;
}

.did-floating-input.with-cross {
  padding-right: 30px; /* Adjust padding to make space for the cross */
}

.container-vahan {
  text-align: center;
}

.user-details-card {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px;
  width: auto;
  margin: 0 auto;
}

.welcome-message {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.details-card {
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.details-card p {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 8px 0;
}

.info-icon {
  margin-right: 10px;
  font-size: 16px;
  color: #28a745;
}

.cta-button {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 12px;
  background: #28a745;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.cta-button:hover {
  background: #218838;
}

.action-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.action-button {
  font-size: 14px;
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
}

.action-button:hover {
  color: #0056b3;
}

.modal-left {
  border-right: 1px solid #eaeaea;
  padding-right: 15px;
}

.modal-right {
  padding-left: 15px;
  text-align: center;
}

.vehicle-card {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.vehicle-number {
  font-size: 18px;
  font-weight: bold;
}

.vehicle-info {
  margin-bottom: 10px;
}

.vehicle-details {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.vehicle-image img {
  max-width: 80%;
  border-radius: 10px;
  margin-top: 10px;
}

.input-group {
  margin-bottom: 15px;
}

.form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

/* .btn {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
} */

/* ---------------- */

.per_info {
  /* font-family: Poppins; */
  text-align: start;
}
.per_info h1 {
  font-size: 30px;
  margin-bottom: 0 !important;
  font-weight: 300;
}
.per_info h1 span {
  font-size: 20px;
  color: #307931;
}
.per_info h1 input {
  border: none;
}
.per_info p {
  font-size: 18px;
  margin-top: 10px;
}

.per_info p span {
  font-weight: 700;
}
.vh-img {
  width: 120px;
  height: 120px;
  background: #d4d4df;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.vh-img img {
  width: 85px;
}
.vehicle_modal-info {
  padding: 20px;
  background: #f3fff3;
  border-radius: 16px;
}
.vehicle-info {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
}
.not-you {
  margin-top: 10px;
  font-size: 20px;
  color: #307931;
}
.vehicle-info-1 {
  font-size: 16px;
  color: #6b6b6b;
}
.form-info div input {
  background: #f3fff3;
  /* border: none; */
  border-radius: 5px;
  height: 62px;
}
.modal-vh-info {
  padding: 45px;
}

.data-table-info {
  font-size: 12px;
}
.page-select {
  padding: 6px;
  border-radius: 8px;
  border: 1px solid lightgray;
}
.main-page-item {
  display: flex;
  gap: 10px;
}

.css-17vkjbf {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.11) !important;
  border-radius: 25px !important;
}

.css-1y14w61-MuiButtonBase-root-MuiButton-root {
  background-color: #56b96e !important;
}
.modal-dialog.calender-div.modal-lg.modal-dialog-centered .modal-content {
  width: 85%;
  border-radius: 20px;
}

.universal_sompo {
  position: relative;
  gap: 20px;
}

/* Logo styling */
.universal_sompo .nvimg {
  width: 120px;
  flex-shrink: 0;
}

/* Center heading section */
.universal_sompo h1 {
  flex: 1;
  text-align: center;
  margin: 0;
}

/* Buy now container */
.buy-now-container {
  display: flex;
  flex-shrink: 0;
  /* width: 120px; */
  justify-content: flex-end;
}

/* PDF generation mode */
.pdf-generation-mode .buy-now-container {
  display: none !important;
}

/* When buy now is hidden, adjust spacing */

.pdf-generation-mode .premiumBreakupLogo {
  width: 60%;
}
.pdf-generation-mode .universal_sompo h1 {
  padding: 0px !important; /* Maintain space where button was */
  text-align: end !important;
}

.pdf-generation-mode .premiumBreakupLogo {
  width: 60%;
  display: flex;
  justify-content: end;
}
.pdf-generation-mode .universal_sompo img {
  max-width: 90px !important;
  margin-top: -8px;
}
.pdf-generation-mode .universal_sompo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdf-generation-mode .v2_close.false {
  display: none !important;
}

/* Print styles */
@media print {
  .buy-now-container {
    display: none !important;
  }

  .universal_sompo h1 {
    margin-right: 120px;
  }
}

/* Style for the clickable text */
.clickable-text,
.clickable-text-ncb,
.clickable-text-policyEndDate {
  text-decoration: none; /* No underline initially */
  cursor: pointer; /* Change cursor to pointer */
}

/* Add dotted underline on hover */
.clickable-text,
.clickable-text-ncb,
.clickable-text-policyEndDate {
  text-decoration: underline dotted; /* Dotted underline on hover */
}

/* Tooltip style */
.clickable-text,
.clickable-text-ncb,
.clickable-text-policyEndDate {
  position: relative;
}

.clickable-text:hover::after {
  content: "Edit IDV"; /* Custom tooltip text */
  position: absolute;
  top: -30px; /* Position the tooltip above the text */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7); /* Dark background for the tooltip */
  color: white; /* White text */
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap; /* Prevent text from wrapping */
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.clickable-text-ncb:hover::after {
  content: "Edit NCB"; /* Custom tooltip text */
  position: absolute;
  top: -30px; /* Position the tooltip above the text */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7); /* Dark background for the tooltip */
  color: white; /* White text */
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap; /* Prevent text from wrapping */
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.clickable-text-policyEndDate:hover::after {
  content: "Edit Previous Policy End Date"; /* Custom tooltip text */
  position: absolute;
  top: -30px; /* Position the tooltip above the text */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7); /* Dark background for the tooltip */
  color: white; /* White text */
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap; /* Prevent text from wrapping */
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.clickable-text:hover::after,
.clickable-text-ncb:hover::after,
.clickable-text-policyEndDate:hover::after {
  opacity: 1; /* Show tooltip when hovering */
}

/* Plan Summary Styles */
.plan-summary {
  width: 100%;
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: fit-content;
}

.summary-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.summary-details {
  margin-bottom: 20px;
  flex-direction: column;
  width: 100%;
}
.vehicle-section {
  width: 100%;
}
.plan-type-grid {
  width: 100%;
}

.summary-img {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.insurance-logo {
  height: 40px;
  object-fit: contain;
}

.plan-type-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.premium-box {
  flex: 1 1 30%;
  /* min-width: 100px; */
  background: #f8f9fa;
  padding: 12px;
  border-radius: 6px;
}

.premium-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}

.premium-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.vehicle-section {
  margin-top: 20px;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
}

.vehicle-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.vehicle-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.detail-label {
  font-size: 14px;
  color: #666;
}

.detail-value {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  text-align: right;
}

/* Responsive styles */
@media (max-width: 480px) {
  .plan-type-grid {
    flex-direction: column;
  }

  .premium-box {
    flex: 1 1 100%;
  }
}

.accordion-section {
  margin-top: 15px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.accordion-header {
  width: 100%;
  padding: 15px;
  background: #f8f9fa;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.addon .accordion-header {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.accordion-header:hover {
  background: #f0f2f5;
}
.addon .accordion-header:hover {
  background: transparent;
}

.accordion-header.active {
  border-bottom: 1px solid #e5e7eb;
}

.accordion-icon {
  font-size: 20px;
  font-weight: normal;
  color: #666;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: white;
}

.accordion-content.show {
  max-height: 500px;
  padding: 15px;
}

.premium-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.detail-row.total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}

.detail-row.total .detail-label,
.detail-row.total .detail-value {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

/* ------- */

.proposal-accordion {
  max-height: 100vh;
  overflow: hidden;
}

/* .accordion-section {
  position: relative;
} */

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white; /* or your background color */
}

.scrollable-content.show {
  max-height: 60vh; /* Adjust this value based on your needs */
  overflow-y: auto;
  padding-right: 8px; /* To account for scrollbar */
}

.total-section {
  position: sticky;
  bottom: -14px;
  background: white; /* or your background color */
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
  margin-top: 1rem;
}

/* Scrollbar styling */
.scrollable-content::-webkit-scrollbar {
  width: 6px;
}

.scrollable-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollable-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.paymentCaseDoc {
  display: block;
  float: left;
  margin-right: -30rem;
  margin-left: 5rem;
  width: 40%;
  height: 40%;
  /* display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 5%;
  width: calc(10rem * 2.25);
  height: calc(10rem * 2.25); */
}
.paymentFailureImg {
  display: block;
  float: left;
  /* margin-right: -40rem;
  margin-left: 4rem; */
  /* margin-right: -30rem;
  margin-left: 5rem; */

  /* display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  vertical-align: top; */
}
.kyc-failure-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
}
.kyc-failure-img {
  max-width: 50%;
  height: auto;
  margin-bottom: 20px;
}
.kyc-failure-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* @media (max-width: 900px) {
  .kyc-failure-container {
    padding: 15px;
  }

  .kyc-failure-text {
    font-size: 1.5rem;
  }

  .retry-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
} */
