@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

@font-face {
  font-family: AT-NameSansText-Regular;
  src: url("../assets/fonts/AT_Name_ans_Text_Trial/ATNameSansTextTrial-Regular.otf");
}

@font-face {
  font-family: AT-NameSansText-Medium;
  src: url("../assets/fonts/AT_Name_ans_Text_Trial/ATNameSansTextTrial-Medium.otf");
}

@font-face {
  font-family: AT-NameSansDisplay-SemiBold;
  src: url("../assets/fonts/AT_Name_ans_Text_Trial/ATNameSansTextTrial-SemiBold.otf");
}

@font-face {
  font-family: AT-NameSansDisplay-Bold;
  src: url("../assets/fonts/AT_Name_ans_Text_Trial/ATNameSansTextTrial-Bold.otf");
}

@font-face {
  font-family: HAL-Regular;
  src: url("../assets/fonts/Hal/HALMagicHighUnlicensed-Regular.otf");
}

@font-face {
  font-family: HAL-Medium;
  src: url("../assets/fonts/Hal/HALMagicHighUnlicensed-Medium.otf");
}

@font-face {
  font-family: HAL-Bold;
  src: url("../assets/fonts/Hal/HALMagicHighUnlicensed-Bold.otf");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --light: #ffffff;
  --dark: #000;
  --AT-NameSansText-Regular: AT-NameSansText-Regular;
  --AT-NameSansText-Medium: AT-NameSansText-Medium;
  --AT-NameSansDisplay-SemiBold: AT-NameSansDisplay-SemiBold;
  --AT-NameSansDisplay-Bold: AT-NameSansDisplay-Bold;
  --Open-Sans: "Open Sans", sans-serif;
  --Plus-Jakarta-Sans: "Plus Jakarta Sans", sans-serif;
  --HAL-Regular: HAL-Regular;
  --HAL-Medium: HAL-Medium;
  --HAL-Bold: HAL-Bold;
  --radius-1: 16px;
  --radius-2: 24px;
  --radius-full: 100px;
  --primary: #7610bf;
  --orange: #ff7a00;
  --primary-bg: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.5) 100%
    ),
    #f7f5f2;
  --primary-bg-2: #f8f2ec;
  --primary-bg-3: rgba(237, 229, 218, 1);
  --secondary: #f26f21;
  --text-color: #585858;
  --text-color-2: rgba(116, 83, 61, 1);
  --brown: #74533d;
  --polish-gray: #404040;
  --text-color-2: #5e5e5e;
  --text-placeholder: #404040;
}

html {
  font-size: 16px !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  font-family: var(--AT-NameSansText-Regular);
  padding-right: 0px !important;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  background-color: #ffffff00;
}

body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #cfcfcf;
}

.toggle-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--dark-blue);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  position: fixed;
  bottom: 0%;
  right: 1.25%;
  color: var(--light);
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.toggle-up.show {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.toggle-up i {
  font-size: 1.15rem;
}

/* form loader css */

.form-loader-div {
  display: none;
}

.form-loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #b5acac;
  border-right-color: var(--light);
  -webkit-animation: l2 0.35s infinite linear;
  animation: l2 0.35s infinite linear;
}

@-webkit-keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/* form loader css */

.compensate-for-scrollbar {
  margin-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem;
}

ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

/* li {
  list-style: none;
  text-decoration: none;
} */

a {
  text-decoration: none;
}

p {
  margin-bottom: 0rem;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.no-wrap {
  text-wrap: nowrap;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mirror {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.letter-spacing {
  letter-spacing: 1.05px;
}

.text-shadow {
  text-shadow: 0px 2px 10px rgba(46, 74, 81, 0.3);
}

.primary-bg {
  background-color: var(--primary);
}

.custom-container {
  width: 85vw;
  max-width: 90%;
  margin: auto;
}

.custom-container-2 {
  width: 90vw;
  max-width: 100%;
  margin: auto 0 auto auto;
}

.header-container {
  position: fixed;
  top: 1vw;
  width: 100%;
  left: 0;
  z-index: 11;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 1.25rem 2rem;
  background: red;
  width: 90%;
  margin: auto;
  gap: 1rem;
  border-radius: 241px;
  border: 1px solid #eee;
  background: var(--light);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.menu {
  display: none;
  width: 21px;
  cursor: pointer;
}

.logo {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 120px;
  max-width: 100%;
  position: relative;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: var(--text-color);
  cursor: pointer;
  font-family: var(--AT-NameSansText-Medium);
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.contact-dropdown {
  /* background-color: var(--light); */
  position: absolute;
  top: 100%;
  right: 0;
  width: 20rem;

  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);

  border-radius: 20px;
  border: 1px solid rgba(118, 16, 191, 0.34);
  background: var(--light);
  padding: 2rem 1.5rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.dropdown-title {
  color: #7610bf;
  font-family: var(--HAL-Bold);
  font-size: 1.35vw;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
}

.drop-content strong {
  color: #323232;
  font-family: var(--AT-NameSansDisplay-SemiBold);
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin: 1rem 0 0.65rem 0;
}

.drop-content-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  gap: 0.5rem;
  border: 1px solid #dcb4f9;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
}

.drop-content-txt p {
  color: #7610bf !important;
  font-family: var(--AT-NameSansDisplay-SemiBold) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.contact-dropdown p {
  color: #404040;
  font-family: var(--AT-NameSansText-Regular);
  font-size: 1rem;
  font-weight: 400;
}

.drop-contact:hover .contact-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
}

.m-n3 {
  margin: 0 0 0 -3rem;
}

.m-n2 {
  margin: -2rem 0 0 0;
}

.section-heading {
  position: relative;
  z-index: 4;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #ccc !important;
  cursor: not-allowed;
}

.custom-container {
  width: 90%;
  margin: auto;
  max-width: 100%;
}

section.main-banner {
  margin: 8vw 0 0 0;
}

.banner-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.5rem 38vw;
  grid-template-columns: auto 38vw;
  gap: 1.5rem;
  place-items: center;
}

.banner-container .banner-content-1 {
  border-radius: 40px;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  background: var(--light);
  padding: 0 1rem 0 1rem;
  z-index: 1;
  align-self: start;
  height: 100%;

}

.disclaimer-content-1 {
  padding-top: 1rem;
  font-size: 8px;
  color: 5E5E5E;
}

.disclaimer-content-1-header {
  font-size: 8px;
}

.banner-container .banner-content-1::after {
  content: "";
  position: absolute;
  background: url(../assets/images/layers/line.png) no-repeat center center /
    cover;
  width: 100%;
  height: 45%;
  z-index: -1;
  top: 7%;
  left: 0;
}

.banner-countdown {
  width: 50vw;
  max-width: 90%;
  margin: auto;
  display: none;
  /* display: flex; */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.85rem 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--light);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 0 0 20px 20px;
  background-color: var(--primary);
}

.countdown-txt {
  font-family: var(--Open-Sans);
  font-size: 1.15vw;
  font-weight: 700;
  text-transform: capitalize;
}
.countdown-number .flipdown {
  width: 100%;
  height: 100%;
}

.countdown-number .flipdown.flipdown__theme-dark {
  font-family: unset;
  font-weight: unset;
}

.flipdown .rotor-group:last-child {
  padding-right: 0px !important;
}

.countdown-number .flipdown .rotor {
  float: left;
  width: 30px;
  height: 40px;
  margin: 0px 0px 0px 0px;
  border-radius: 6px 0 0 6px;
  font-family: var(--AT-NameSansDisplay-Bold);
  font-size: 1.85vw;
  font-weight: 700;
}

.countdown-number .flipdown .rotor:after {
  width: 100%;
  height: 50%;
}

.countdown-number .flipdown .rotor-top,
.countdown-number .flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 50%;
}

.countdown-number .flipdown .rotor-leaf-front,
.countdown-number .flipdown .rotor-leaf-rear {
  width: 100%;
  height: 50%;
}

.countdown-number .flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: var(--light);
  font-family: var(--AT-NameSansDisplay-SemiBold);
  font-weight: 600;
  font-size: 1rem;
}

.countdown-number
  .flipdown
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.countdown-number
  .flipdown
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  content: "";
  position: unset;
  bottom: unset;
  left: unset;
  width: unset;
  height: unset;
  border-radius: unset;
}

.countdown-number .flipdown .rotor:last-child {
  border-radius: 0 6px 6px 0;
}

.countdown-number .flipdown .rotor-top {
  line-height: 40px;
  border-radius: 4px 4px 0px 0px;
}

.countdown-number .flipdown .rotor-leaf-front {
  line-height: 40px;
  border-radius: 4px 4px 0px 0px;
}

.countdown-number .flipdown .rotor-leaf {
  width: 100%;
  height: 100%;
}

.countdown-number .flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0;
  border-radius: 0px 0px 4px 4px;
}

.countdown-number .flipdown.flipdown__theme-dark .rotor:after,
.countdown-number .flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 2px var(--primary) !important;
}

.countdown-number .flipdown.flipdown__theme-dark .rotor,
.countdown-number .flipdown.flipdown__theme-dark .rotor-top,
.countdown-number .flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: var(--primary);
  background-color: var(--light);
}

.countdown-number .flipdown.flipdown__theme-dark .rotor-bottom,
.countdown-number .flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: var(--primary);
  background-color: var(--light);
}

/* .countdown-number .countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.countdown-number .countdown .count {
  background-color: var(--light);
  color: var(--primary);
  font-family: var(--AT-NameSansDisplay-Bold);
  font-size: 1.25vw;
  padding: 0.35rem 0.65rem;
  font-weight: 700;
  border-radius: 6px;
}

.countdown-number .countdown .txt {
  color: var(--light);
  font-family: var(--AT-NameSansDisplay-SemiBold);
  font-size: 1vw;
  font-weight: 600;
} */

.content-img-txt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18vw auto;
  grid-template-columns: 18vw auto;
  margin: 4rem 0 0 0;
  height: 100%;
}

.content-img {
  width: 100%;
  height: 100%;
}

.content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-left: 9px;
  max-height: 500px;
  max-width: 250px;
}

.content-txt {
  margin: 1rem 0 4rem 0;
  position: relative;
  z-index: 2;
  background: transparent;
}

.content-txt .banner-title {
  font-family: var(--HAL-Bold);
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--primary);
  font-size: 2vw;
}

.banner-plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
  margin: 1.25rem auto;
}

.dotted-line {
  border: 1px dashed #7610bf80;
  width: 1px;
}

.banner-plans .banner-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner-plans .banner-plan p {
  color: var(--text-color-2);
  font-family: var(--AT-NameSansDisplay-SemiBold);
  font-size: 1.15vw;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-plans .banner-plan .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.banner-plans .banner-plan .plan span {
  color: var(--secondary);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: var(--AT-NameSansText-Medium);
  font-style: italic;
  font-size: 2.25vw;
  font-weight: 500;
}

.banner-plans .banner-plan .plan strong {
  color: var(--primary);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: var(--AT-NameSansDisplay-Bold);
  font-size: 2.15vw;
  font-weight: 700;
}

.banner-infos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.banner-infos .banner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 50px;
  padding: 0.5rem;
  border: 1px solid #dcb4f9;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-family: var(--AT-NameSansDisplay-SemiBold);
  font-weight: 600;
}

.banner-infos .banner-info .info-icon {
  background-color: var(--primary);
  border-radius: 100px;
  padding: 0.45rem;
}

.banner-infos .banner-info .info-txt {
  font-size: 0.8vw;
  font-family: var(--AT-NameSansDisplay-SemiBold);
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--primary);
  text-transform: capitalize;
}

.banner-container .banner-content-2 .banner-form {
  border-radius: 40px;
  border: 1px solid rgba(118, 16, 191, 0.25);
  background: var(--light);
  overflow: hidden;
  width: 100%;
}

.banner-container .banner-content-2 {
  width: 100%;
}



.banner-container .banner-content-2 .form-head {
  background-color: var(--primary);
  color: var(--light);
  padding: 1rem 0.5rem 1rem 0.5rem;
}

.banner-container .banner-content-2 .form-head .form-title {
  font-size: 1.25vw;
  font-family: var(--HAL-Bold);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  text-transform: capitalize;
}

.banner-container .banner-content-2 .form-head .form-subtitle {
  font-size: 1vw;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: var(--AT-NameSansText-Regular);
  font-weight: 500;
  text-transform: capitalize;
  margin: 0.1rem 0 0 0;
}

.banner-container .banner-content-2 .form-head .form-subtitle span {
  font-size: 1.65vw;
  font-family: var(--AT-NameSansDisplay-SemiBold);
  font-weight: 600;
}

.custom-container-3 {
  width: 95%;
  margin: auto 0 auto auto;
}

.term-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.term-img::after {
  content: "";
  /* inset: 0; */
  width: 100vw;
  right: 0;
  height: 100%;
  background: url(../assets/images/others/Vector-18.png) no-repeat center center /
    cover;
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(360deg) translate(0px, 5px);
  -ms-transform: rotate(360deg) translate(0px, 5px);
  transform: rotate(360deg) translate(0px, 5px);
}

.term-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fixed-button {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: -10%;
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: none;
}

.fixed-button.show {
  bottom: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.fixed-button .btn-fixed {
  background-color: var(--secondary);
  border: none;
  color: var(--light);
  width: 100%;
  text-align: center;
  padding: 0.85rem 0.5rem;
  font-family: var(--Open-Sans);
  font-weight: 600;
  font-size: 1rem;
}

.modal-form .form-body {
  padding: 0.1rem;
}

.modal-logo {
  width: 125px;
}

.modal-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-close {
  width: 50px;
  cursor: pointer;
}

.modal-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-body {
  background-color: var(--light);
  padding: 0 1.5rem 10px 1.5rem;
  color: var(--text-placeholder);
  font-family: var(--AT-NameSansText-Medium);
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0 0 0.35rem 0;
}

.form-body label {
  color: #404040;
  font-family: var(--AT-NameSansDisplay-SemiBold);
  font-size: 0.8rem;
  font-weight: 600;
  /* margin: 0 0 0.35rem 0; */
  margin: 0;
}

.form-body .gender-radio label {
  border-radius: 11.029px;
  background-color: #f7ecfd;
  color: var(--text-placeholder);
  padding: 0.75rem 0.5rem;
  border: none;
  font-size: 0.9rem;
}

.income-selection .invalid-feedback {
  position: absolute;
}

.income-selection {
  display: flex;
  background: #f7ecfd;
  padding: 5px;
  border-radius: 12px;
  margin-top: 5px;
  border: 1px solid #ced4da;
  overflow: hidden;
}

.income-item {
  flex: 1;
  border-right: 1px solid #ced4da;
}

.income-item:last-child {
  border-right: none;
}

.income-item input {
  display: none;
}

.income-item label {
  display: block;
  text-align: center;
  padding: 10px 5px;
  background: white;
  color: #404040;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.income-item:first-child label {
  border-radius: 8px 0 0 8px;
}

.income-item:last-child label {
  border-radius: 0 8px 8px 0;
}

.income-item input:checked+label {
  background: #7610bf;
  color: white;
}

small {
  font-size: 0.6rem;
}

.special-chars {
  font-size: 0.8rem;
  vertical-align: super;
}

.form-body .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--light);
  background-color: var(--primary);
  border-color: unset;
}

.form-body .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-check.agree label {
  color: var(--text-placeholder) !important;
  font-family: var(--Open-Sans) !important;
  font-size: 0.875rem !important;
  margin: 0.175rem 0 0 0.45rem !important;
  cursor: pointer !important;
  font-weight: 400 !important;
}

.form-check.agree input {
  cursor: pointer !important;
}

.form-check.agree label a {
  color: #2c91f0 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.custom-input {
  /* padding: 0.75rem 1rem !important; */
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: unset;
  color: var(--text-placeholder);
  font-size: var(--AT-NameSansText-Regular);
  font-weight: 400;
  border-radius: 11.029px;
  background-color: #f7ecfd;
}

.weDontSpam {
  position: absolute;
  bottom: -17px;
  right: 10px;
  background: #e6f9f1;
  /* border: 1px solid #c9ede0; */
  color: #108e66;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
  font-weight: 400;
  line-height: normal;
}

.weDontSpam span {
  font-size: 10px !important;
}

@media (max-width: 768px) {
  .weDontSpam {
    bottom: -18px;
    right: 10px;
    padding: 2px 8px;
    font-size: 10px;
  }
  .weDontSpam span {
    font-size: 9px !important;
  }
}

.form-select.custom-input {
  padding: 0.75rem 1rem 0.75rem 0.55rem;
}

.custom-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(188, 32, 49, 0.5);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 0px 2px var(--primary-pink);
  box-shadow: 0px 0px 0px 2px var(--primary-pink);
}

.custom-input::-webkit-input-placeholder {
  font-size: var(--AT-NameSansText-Regular) !important;
  color: var(--text-placeholder) !important;
  font-weight: 400 !important;
  text-transform: unset !important;
  font-size: 0.95rem !important;
  opacity: 0.65;
}

.custom-input::-moz-placeholder {
  font-size: var(--AT-NameSansText-Regular) !important;
  color: var(--text-placeholder) !important;
  font-weight: 400 !important;
  text-transform: unset !important;
  font-size: 0.95rem !important;
  opacity: 0.65;
}

.custom-input:-ms-input-placeholder {
  font-size: var(--AT-NameSansText-Regular) !important;
  color: var(--text-placeholder) !important;
  font-weight: 400 !important;
  text-transform: unset !important;
  font-size: 0.95rem !important;
  opacity: 0.65;
}

.custom-input::-ms-input-placeholder {
  font-size: var(--AT-NameSansText-Regular) !important;
  color: var(--text-placeholder) !important;
  font-weight: 400 !important;
  text-transform: unset !important;
  font-size: 0.95rem !important;
  opacity: 0.65;
}

.custom-input::placeholder {
  font-size: var(--AT-NameSansText-Regular) !important;
  color: var(--text-placeholder) !important;
  font-weight: 400 !important;
  text-transform: unset !important;
  font-size: 0.95rem !important;
  opacity: 0.65;
}

.form-check-label {
  font-size: 0.95em;
}

.btn-submit {
  border-radius: 63.42px;
  background: var(--secondary);
  color: var(--light);
  font-family: var(--AT-NameSansDisplay-Bold);
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  padding: 0.75rem 1rem;
}

.scroll-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  opacity: 0;
  padding: 10px 14px;
  z-index: 100;
  cursor: pointer;
  border: none;
  border-radius: 2rem;
}

.scroll-top.show {
  opacity: 1;
  pointer-events: auto;
}


/* ***********FAQ ends here****** */

footer {
  padding: 1.175rem 0.5rem;
  color: var(--light);
  text-align: center;
  background-color: var(--text-placeholder);
  font-family: var(--Plus-Jakarta-Sans);
  font-size: 1rem;
  font-weight: 700;
}

/* thank you css */

section.section-thankyou {
  height: 85vh;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thankyou-title {
  text-align: center;

  margin: 0.35rem 0 0 0;
  font-weight: 500;
}

.thankyou-subtitle {
  text-align: center;

  font-weight: 400;
  text-wrap: balance;
  opacity: 0.85;
  margin: 0.5rem 0 0 0;
}

.go_txt {
  font-size: 15px;
  color: #000;
  color: var(--light);
  background-color: var(--secondary) !important;
  border-radius: 3.125rem;

  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  margin: 15px auto 0;
}

.secondary {
  background-color: var(--primary);
}

.section-heading .section-title {
  font-size: 2.5vw;
  color: var(--polish-gray);
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: var(--HAL-Bold);
  transition: all 0.5s ease;
  text-transform: capitalize;
}

.section-heading .section-desc {
  font-size: 1vw;
  color: var(--polish-gray);
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: var(--AT-NameSansText-Regular);
}

/* *****************vikas csss starts********* */

.profileImage {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #512da8;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

/* ******overview section starts********* */
section.section-overview {
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}

section.section-overview::after {
  content: "";
  position: absolute;
  background: url(../assets/images/layers/heart.svg) no-repeat center center /
    cover;
  width: 35%;
  height: 45%;
  z-index: -1;
  top: 18%;
  right: 0%;
}

.wrap-container {
  width: 90%;
  margin: auto;
}

.section-heading .purple-title {
  color: var(--primary);
}

.key-benefits-swiper .swiper-wrapper {
  padding: 2rem 0;
}

.key-benefits-swiper {
  margin-top: 1.5rem;
}

.rotate-right {
  -webkit-transform: rotate(178deg);
  -ms-transform: rotate(178deg);
  transform: rotate(178deg);
}

.key-benefits-swiper .benefit-card {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(239, 201, 254, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9f1ff),
    color-stop(50%, #fff),
    to(#f9f1ff)
  );
  background: -o-linear-gradient(left, #f9f1ff 0%, #fff 50%, #f9f1ff 100%);
  background: linear-gradient(90deg, #f9f1ff 0%, #fff 50%, #f9f1ff 100%);
  padding: 23px 32px 41px 36px;
  height: 18dvh;
  min-height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 6%;
}

.key-benefits-swiper .benefit-card:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.icon-circle {
  position: absolute;
  top: 0;
  left: -15px;
  width: 44px;
  height: 44px;
  background: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.icon-circle img {
  width: 100%;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.benefit-card h4 {
  font-size: 1.15vw;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  line-height: 1.4;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: var(--HAL-Bold);
}

.benefit-card p {
  font-size: 1vw;
  line-height: 1.6;
  color: #323232;
  font-family: var(--AT-NameSansText-Regular);
}

/* ******overview section ends********* */

/* *********Plan section sstarts */
.section-plan {
  padding: 3rem 0;
}

/* LIST */
.plan-list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

/* CARD */
.plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1.8rem 2.5rem;
  overflow: hidden;
  position: relative;
  height: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.35s ease,
    -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  -o-transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}

.plan-item:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 14px 30px rgba(118, 16, 191, 0.22);
  box-shadow: 0 14px 30px rgba(118, 16, 191, 0.22);
}

/* LEFT NUMBER AREA */
.plan-step {
  position: relative;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plan-step span {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2f064b;
  z-index: 2;
  font-family: var(--AT-NameSansDisplay-SemiBold);
}

/* PERFECT GRADIENT STRIP */
.step-strip {
  position: relative;
  right: -79%;
  top: 0;
  height: calc(100% + 82%);
  width: 26px;
  background: #f7ecfd;
  overflow: hidden;
}

.step-strip::after {
  content: "";
  position: absolute;
  background: var(--primary);
  height: 50%;
  width: 100%;
  -webkit-transform: skewY(140deg);
  -ms-transform: skewY(140deg);
  transform: skewY(140deg);
  top: -5%;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.plan-item:hover .step-strip::after {
  height: 100%;
  -webkit-transform: skewY(140deg);
  -ms-transform: skewY(140deg);
  transform: skewY(140deg);
}

.plan-content {
  padding-left: 8.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-content h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  font-family: var(--HAL-Bold);
  margin-bottom: 0.4rem;
}

.plan-content p {
  font-size: 1vw;
  color: var(--polish-gray);
  line-height: 1.6;
  font-family: var(--AT-NameSansText-Regular);
}

/* ***********testimonials section starts******* */

section.section-testimonials {
  padding: 3rem 0;
}

.testimonial-swiper {
  padding-top: 2.5rem !important;
}

.testimonial-swiper .swiper-slide {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.testimonial-swiper .swiper-slide-active {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.testimonial-card {
  background: #f4ecfa;
  border-radius: 24px;
  padding: 28px 32px;
  margin: auto;
  height: auto;
  min-height: 100%;
}

.testimonial-card .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.testimonial-card .user img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-card h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.testimonial-card span {
  font-size: 0.85rem;
  color: var(--orange);
}

.testimonial-card p {
  font-size: 1vw;
  line-height: 1.6;
  color: #404040;
  font-family: var(--AT-NameSansText-Regular);
}

/* **************testimonial section ends********** */

/* **************insurance section ends********** */
section.section-insurance {
  padding: 3rem 0 1rem 0;
}

.insurance-benefits-swiper {
  margin-top: 3rem;
}

.insurance-benefits-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.insurance-benefits-swiper .swiper-slide {
  padding: 20px 10px;
}

.box h4 {
  font-size: 1.15vw;
  font-weight: 700;
  color: #2f064b;
  margin: 0.5rem 0 0.85rem 0;
  line-height: 1.4;
  text-align: start;
  padding: 10px 0;
  font-family: var(--HAL-Bold);
}

.submit-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  gap: 0.7rem;
  color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 1rem 0;
  border: unset;
  font-weight: 500;
}

.submit-btn .btn-icon {
  width: 27px;
  height: 27px;
  -webkit-transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: filter 0.3s ease, transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease,
    -webkit-transform 0.3s ease;
}

.insurance-benefits-swiper .box {
  border-radius: 40px;
  border: 2px solid rgba(118, 16, 191, 0.05);
  background: #fff;
  -webkit-box-shadow: 0 0 15.2px 0 rgba(118, 16, 191, 0.25);
  box-shadow: 0 0 15.2px 0 rgba(118, 16, 191, 0.25);
  padding: 1rem;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}

.insurance-benefits-swiper .box:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.insurance-benefits-swiper .icon {
  background-color: var(--primary);
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin: auto; */
}

.insurance-benefits-swiper .icon img {
  width: 40px;
  height: 40px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.insurance-benefits-swiper .text {
  font-size: 1vw;
  line-height: 1.6rem;
  color: #323232;
  font-weight: 400;
  text-align: start;
  font-family: var(--AT-NameSansText-Regular);
}

/* **************insurance section ends********** */

/* **********document required section starts****** */
section.section-document {
  padding: 3rem 0;
}

.document-container {
  width: 95%;
  margin: auto 0 auto auto;
}

.documents-swiper {
  margin-top: 1rem;
}

.documents-swiper .swiper-wrapper {
  padding-top: 2rem;
}

.doc-card {
  position: relative;
  height: 300px;
  min-height: 100%;
  background: #f7ecfd;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
}

.doc-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.doc-number {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(29%, #7610bf),
    color-stop(30%, #dcb4f9),
    color-stop(75%, #dcb4f9),
    to(#dcb4f9)
  );
  background: -o-linear-gradient(
    top,
    #7610bf 29%,
    #dcb4f9 30%,
    #dcb4f9 75%,
    #dcb4f9 100%
  );
  background: linear-gradient(
    to bottom,
    #7610bf 29%,
    #dcb4f9 30%,
    #dcb4f9 75%,
    #dcb4f9 100%
  );
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.2rem;
  overflow: hidden;
  z-index: 1;
}

.doc-number::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #7610bf;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  z-index: -1;
}

.doc-card:hover .doc-number::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.doc-content h5 {
  font-size: 1rem;
  color: var(--primary);
  font-family: var(--HAL-Bold);
  font-weight: 700;
}

.doc-content .line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--primary);
  margin: 0.6rem 0 1rem;
  font-family: var(--AT-NameSansDisplay-SemiBold);
  font-weight: 600;
}

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

.doc-content li img {
  width: 20px;
  height: 20px;
  margin: 0 0.65rem 0 0;
}

.doc-content li {
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 1vw;
  font-weight: 600;
  color: var(--polish-gray);
}

/* ================= SWIPER NAV (ALL) ================= */

.key-benefits-swiper .swiper-nav,
.testimonial-swiper .swiper-nav,
.insurance-benefits-swiper .swiper-nav,
.documents-swiper .swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.key-benefits-swiper .swiper-nav button,
.testimonial-swiper .swiper-nav button,
.insurance-benefits-swiper .swiper-nav button,
.documents-swiper .swiper-nav button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0.15rem solid var(--orange);
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.key-benefits-swiper .swiper-nav img,
.testimonial-swiper .swiper-nav img,
.insurance-benefits-swiper .swiper-nav img,
.documents-swiper .swiper-nav img {
  width: 16px;
  -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(93%)
    saturate(3062%) hue-rotate(359deg) brightness(101%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(54%) sepia(93%) saturate(3062%)
    hue-rotate(359deg) brightness(101%) contrast(101%);
}

/* hover */
.key-benefits-swiper .swiper-prev:hover,
.key-benefits-swiper .swiper-next:hover,
.testimonial-swiper .swiper-prev:hover,
.testimonial-swiper .swiper-next:hover,
.insurance-benefits-swiper .swiper-prev:hover,
.insurance-benefits-swiper .swiper-next:hover,
.documents-swiper .swiper-prev:hover,
.documents-swiper .swiper-next:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.key-benefits-swiper .swiper-nav button:hover img,
.testimonial-swiper .swiper-nav button:hover img,
.insurance-benefits-swiper .swiper-nav button:hover img,
.documents-swiper .swiper-nav button:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

/* ================= PAGINATION ================= */

.key-benefits-swiper .swiper-pagination,
.testimonial-swiper .swiper-pagination,
.insurance-benefits-swiper .swiper-pagination,
.documents-swiper .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 8% !important;
}

.key-benefits-swiper .swiper-pagination-bullet,
.testimonial-swiper .swiper-pagination-bullet,
.insurance-benefits-swiper .swiper-pagination-bullet,
.documents-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e5e5e5;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.key-benefits-swiper .swiper-pagination-bullet-active,
.testimonial-swiper .swiper-pagination-bullet-active,
.insurance-benefits-swiper .swiper-pagination-bullet-active,
.documents-swiper .swiper-pagination-bullet-active {
  background: var(--orange);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 !important;
}

/* **********document required section ends****** */

/* *************term section starts******* */
section.section-term {
  padding: 0rem 0 2rem 0;
}

.term-box {
  background: var(--light);
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #000;
}

.term-nav .nav-link {
  background: var(--light);
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  margin-bottom: 1rem;
  color: var(--primary);
  border: none;
  text-align: left;
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease;
  font-family: var(--HAL-Bold);
  font-weight: 700;
}

.term-nav .nav-link.active {
  background: var(--primary);
  color: var(--light);
}

.term-content p {
  font-size: 1rem;
  color: #323232;
  line-height: 1.7;
  font-family: var(--AT-NameSansText-Regular);
  font-weight: 400;
  padding: 2rem 1rem 1rem 2rem;
}

.family-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.family-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.term-color {
  background: #f7ecfd;
  padding: 2rem;
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
}

.term-background-content {
  position: relative;
  z-index: 1;
}

.term-background-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: url("../assets/images/layers/line2.svg") no-repeat center
    center/cover;
}

.term-background {
  background: var(--light);
  padding: 2rem;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
}

/* *****************vikas csss ends********* */

/* chaitanya css  starts********* */

section.faq-section {
  padding: 3rem 0;
}

.ame-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 3rem 0 0 0;
  gap: 1.25rem 1.25rem;
  font-family: var(--Plus-Jakarta-Sans);
  font-weight: 600;
}

.nav-item .btn-ame.active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--primary);
  color: var(--light);
}

.nav-item .btn-ame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem 1.85rem;
  background: rgba(118, 16, 191, 0.1);
  border-radius: var(--radius-full);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: rgba(64, 64, 64, 0.6);
  /* border: 1px solid; */
}

.accordion-button:not(.collapsed) {
  color: var(--light) !important;
  background-color: var(--primary) !important;
}

.faq-accordian .accordion-item {
  border: 1px solid #e2e1e1;
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-accordian .accordion-button {
  background-color: transparent;
  color: var(--polish-gray);
  padding: 1.4rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--Open-Sans);
}

.faq-accordian .accordion-body {
  background: rgba(118, 16, 191, 0.05);
  font-size: 0.9rem;
  line-height: 1.7rem;
  text-align: justify;
  font-family: var(--Open-Sans);
  font-weight: 400;
}

.faq-accordian .accordion-button::after {
  background-image: none !important;
}

.faq-accordian .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  /* close (X) icon */
  margin-right: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: var(--light);
}

.faq-accordian .accordion-button.collapsed::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  color: #444;
}

.dis-accordian .accordion-button {
  background-color: rgba(118, 16, 191, 0.05);
  color: var(--primary);
  padding: 1.4rem 1.25rem;
  font-weight: 700;
  font-size: 2.3rem;
  border: none;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--HAL-Bold);
}

.dis-accordian .accordion-item {
  border: 1px solid #e2e1e1;
  border-radius: 20px;
  background-color: transparent;
  margin-bottom: 15px;
  overflow: hidden;
}

/* chaitanya css  ends********* */

.form-control.datepicker {
  padding: 0.375rem 0.75rem;
}

.datepicker td,
.datepicker th {
  padding: 7px !important;
  cursor: pointer !important;
  width: 40px;
  height: 40px;
  text-align: center;
}

.datepicker table tr td.today {
  background-color: #6f2dbd;
  color: #fff;
  border-radius: 50%;
}

.datepicker table tr td.day {
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Fix month view layout */

.datepicker-years table,
.datepicker-months table {
  width: 100%;
}

.datepicker-years td span,
.datepicker-months td span {
  display: inline-block;
  width: 33.33%; /* 3 years per row */
  white-space: normal;
  margin: 6px 0;
}

/* Selected date */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:focus {
  background-color: #6f2dbd !important;
  color: #fff !important;
  border-radius: 50%;
}

/* Today (only when not selected) */
.datepicker table tr td.today:not(.active) {
  background-color: #e6d9f5;
  color: #6f2dbd;
  border-radius: 50%;
}

.datepicker table tr td.day:hover {
  background-color: #d0aff7;
  color: var(--light);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*********** media query *********/

@media only screen and (max-width: 1700px) {
}

@media only screen and (max-width: 1400px) {
  /* ********shailesh css starts***** */
  .navbar-container {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 95%;
    padding: 0.65rem 2rem;
  }

  .custom-container {
    width: 95%;
  }

  .banner-countdown {
    width: 100%;
    max-width: 90%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0.85rem 1rem;
  }

  .countdown-number .flipdown .rotor-group {
    padding-right: 20px;
  }

  .form-body label {
    font-size: 0.9rem;
  }

  /* ********shailesh css ends***** */
}

/* *******vikas css starts**** */
@media only screen and (max-width: 1300px) {
  .doc-card {
    height: 338px;
  }
}

/* *******vikas css ends**** */

@media only screen and (max-width: 1200px) {
  /* *******vikas css starts**** */
  .section-heading .section-desc {
    font-size: 1.25vw;
  }

  .benefit-card p {
    font-size: 1.25vw;
  }

  .testimonial-card p {
    font-size: 1.25vw;
  }

  .insurance-benefits-swiper .text {
    font-size: 1.25vw;
  }

  .doc-content li {
    font-size: 1.25vw;
  }

  .plan-content p {
    font-size: 1.25vw;
  }

  .key-benefits-swiper .swiper-pagination,
  .testimonial-swiper .swiper-pagination,
  .insurance-benefits-swiper .swiper-pagination,
  .documents-swiper .swiper-pagination {
    width: 14% !important;
  }

  .box h4 {
    font-size: 1.5vw;
  }

  .doc-card {
    height: 265px;
  }

  section.section-overview::after {
    width: 55%;
    top: 27%;
  }
  /* *******vikas css ends**** */

  /* ********shailesh css starts******/
  .navbar-container {
    padding: 0.75rem 2rem;
  }

  .logo-img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    width: 5rem;
  }

  .navLinks {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    gap: 1rem;
  }

  section.main-banner {
    margin: 9vw 0 0 0;
  }

  .banner-infos .banner-info .info-txt {
    font-size: 1.15vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .banner-infos {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner-countdown {
    width: 100%;
    max-width: 95%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .benefit-card h4 {
    font-size: 1.75vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .dropdown-title {
    font-size: 2vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* ********shailesh css ends******/
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 991px) {
  .section-heading .section-title {
    font-size: 4.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

 
  .disclaimer-content-1 {
    margin: 0.5rem;
  }

  .special-chars {
    font-size: 0.8rem;
    vertical-align: super;
  }


  .section-heading .section-title-2 {
    font-size: 7vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .section-heading.custom-size .section-title {
    font-size: 6vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .section-heading.custom-size .section-title-2 {
    font-size: 5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .fixed-button {
    display: block;
  }

  /* *********vikas css starts****** */
  .section-heading .section-desc {
    font-size: 1.55vw;
  }

  .nav-links {
    gap: 1.25rem;
  }

  section.section-insurance {
    padding: 3rem 0;
  }

  footer {
    padding: 1.175rem 0.5rem 4.5rem 0.5rem;
  }

  section.section-overview::after {
    width: 100%;
  }

  .benefit-card p {
    font-size: 1.55vw;
  }

  .testimonial-card p {
    font-size: 1.55vw;
  }

  .insurance-benefits-swiper .text {
    font-size: 1.55vw;
  }

  .box h4 {
    font-size: 2.25vw;
  }

  .doc-content li {
    font-size: 1.55vw;
  }

  .plan-content p {
    font-size: 1.55vw;
  }

  .benefit-card h4 {
    font-size: 2vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .custom-mobile-nav2 .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }

  .key-benefits-swiper .swiper-pagination,
  .testimonial-swiper .swiper-pagination,
  .insurance-benefits-swiper .swiper-pagination,
  .documents-swiper .swiper-pagination {
    width: 17% !important;
  }

  .testimonial-card {
    margin: auto;
    height: auto;
  }

  .document-container {
    width: 85%;
    margin: auto;
  }

  .term-color {
    background: #f7ecfd;
    padding: 1rem;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
  }

  .dropdown-title {
    font-size: 2.75vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* *********vikas css ends****** */

  /* **********chaitnaya css starts******* */
  .faq-accordian .accordion-button {
    font-size: 1rem;
  }

  .faq-accordian .accordion-button::after {
    margin-top: -20px;
  }

  .custom-mobile-nav .form-select {
    padding: 1.2rem 2rem 1.2rem 2rem;
    color: var(--primary);
    background-color: rgba(118, 16, 191, 0.05);
    border-radius: 40px;
    border: 1px solid var(--primary);
  }

  .custom-mobile-nav2 .form-select {
    padding: 1.2rem 2rem 1.2rem 2rem;
    color: var(--light);
    background-color: var(--primary);
    border-radius: 40px;
    border: 1px solid var(--primary);
  }

  /* *********chaitnaya css ends****** */

  /* *********shailesh css starts******* */
  .logo-img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    width: 4rem;
  }

  section.main-banner {
    margin: 6rem 0 0 0;
  }

  .banner-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .banner-container .banner-content-1 {
    transform: translateY(0);
  }
  .banner-container .banner-content-1::after {
    top: 20%;
    height: 50%;
  }

  .banner-container .banner-content-2 {
    margin: -2rem auto auto auto;
    position: relative;
    z-index: 3;
  }

  .content-txt .banner-title {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 5.5vw;
  }

  .banner-countdown {
    display: none;
  }

  .content-img-txt .content-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 1rem;
  }

  .content-img-txt .content-txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }

  .banner-container .banner-content-2 .form-head .form-subtitle span {
    font-size: 4vw;
  }

  .content-img-txt {
    -ms-grid-columns: 65% auto;
    grid-template-columns: 65% auto;
    margin: 0rem 0 0 0;
    padding: 1rem 0rem 0.5rem 1rem;
    place-items: center;
  }

  .content-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    height: auto;
  }

  .content-img img {
    /* transform: scale(-1, 1); */
    height: 73%;
  }

  .banner-infos .banner-info .info-txt {
    font-size: 2vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .banner-infos {
    display: none;
  }

  .term-img::after {
    width: unset;
  }

  .banner-plans .banner-plan p {
    font-size: 2.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .banner-plans .banner-plan .plan span {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 3.5vw;
  }

  .banner-plans .banner-plan .plan strong {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 4.25vw;
  }

  .banner-container .banner-content-2 .form-head .form-title {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 4.5vw;
  }

  .banner-container .banner-content-2 .form-head .form-subtitle {
    font-size: 3vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .form-body .income-selection label {
    font-size: 0.75rem;
    padding-left: 0;
    padding-right: 0;
  }

  /* *********shailesh css ends******* */
}

@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 7vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .section-heading .section-title-2 {
    font-size: 6.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    top: -8px;
    transition: all 0.5s ease;
  }

  /* *********vikas css starts******** */
  .section-heading .section-desc {
    font-size: 2.15vw;
  }

  .box h4 {
    font-size: 3vw;
  }

  .benefit-card p {
    font-size: 2.15vw;
  }

  .testimonial-card p {
    font-size: 2.15vw;
  }

  .insurance-benefits-swiper .text {
    font-size: 2.15vw;
  }

  .doc-content li {
    font-size: 2.15vw;
  }

  section.section-overview {
    padding: 3rem 0rem;
  }

  .plan-content p {
    font-size: 2.15vw;
  }

  .key-benefits-carousel .benefit-card {
    height: 100%;
  }

  .benefit-card h4 {
    font-size: 3vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .key-benefits-swiper .swiper-pagination,
  .testimonial-swiper .swiper-pagination,
  .insurance-benefits-swiper .swiper-pagination,
  .documents-swiper .swiper-pagination {
    width: 36% !important;
  }

  .testimonial-card {
    margin: auto;
    height: auto;
  }

  section.section-testimonials {
    padding: 2rem 0;
  }

  section.section-insurance {
    padding: 2rem 0;
  }

  .key-benefits-swiper .swiper-wrapper {
    padding: 1rem 0;
  }

  .key-benefits-swiper .benefit-card {
    height: auto;
    margin-left: 4%;
  }

  .dropdown-title {
    font-size: 3.25vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .document-container {
    width: 85%;
    margin: auto;
  }

  .plan-content h5 {
    font-size: 1.2rem;
  }

  .plan-step {
    min-width: unset;
  }

  .plan-content {
    padding-left: 3rem;
  }

  .plan-step span {
    font-size: 1.5rem;
  }

  .step-strip {
    height: calc(100% + 42%);
    width: 18px;
    right: -50%;
  }

  .plan-item {
    padding: 1rem 1rem;
  }

  .insurance-benefits-swiper {
    margin-top: 0rem;
  }

  section.section-document {
    padding: 2rem 0;
  }

  section.section-term {
    padding: 2rem 0;
  }

  /* *********vikas css ends******** */

  /* *********shailesh start css******** */
  .btn-contact span.txt {
    display: none;
  }

  .banner-plans .banner-plan p {
    font-size: 2.45vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* *********shailesh start ends******** */
}

@media only screen and (max-width: 576px) {
  /* *********vikas css starts******** */
  .section-heading .section-desc {
    font-size: 3vw;
  }

  .benefit-card p {
    font-size: 3vw;
  }

  .insurance-benefits-swiper .text {
    font-size: 3vw;
  }

  section.section-overview::after {
    width: 100%;
    height: 30%;
  }

  .testimonial-card p {
    font-size: 3vw;
  }

  .doc-content li {
    font-size: 3vw;
  }

  .plan-content p {
    font-size: 3vw;
  }

  .box h4 {
    font-size: 5.15vw;
  }

  .contact-dropdown {
    width: 80vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .dropdown-title {
    font-size: 4.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .benefit-card h4 {
    font-size: 4vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .plan-content h5 {
    font-size: 1rem;
  }

  /* *********vikas css ends******** */

  /* *********shailesh start css******** */
  .navbar-container {
    padding: 0.5rem 1rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .logo-img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    width: 3.5rem;
  }

  .banner-plans {
    gap: 1.5rem;
    margin: 1.5rem auto;
  }

  .banner-plans .banner-plan p {
    font-size: 2.5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* *********shailesh start ends******** */
}

@media only screen and (max-width: 450px) {
  /* *********vikas css starts******** */
  .section-heading .section-desc {
    font-size: 3.55vw;
  }

  .benefit-card p {
    font-size: 3.55vw;
  }

  .key-benefits-swiper .swiper-pagination,
  .testimonial-swiper .swiper-pagination,
  .insurance-benefits-swiper .swiper-pagination,
  .documents-swiper .swiper-pagination {
    width: 40% !important;
  }

  .plan-content p {
    font-size: 3.55vw;
  }

  .plan-content {
    padding-top: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-strip {
    height: calc(100% + 32%);
    right: -42%;
  }

  /* *********vikas css ends******** */
}

@media only screen and (max-width: 350px) {
}
