:root {
  --primary: #022cee;
  ----bs-primary-rgb: #022cee;
  --secondary: #e4e4ff;
  --tertiary: #f1f1ff;
  --black: #000;
  --color: #3e414b;
  --bs-body-color: #3e414b;
  --bs-heading-color: #3e414b;
  --orange: #fc921f;
  --bs-navbar-toggler-icon: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/navBtn.svg");
  --white: #ffffff;
  --accordion-btn-icon-close: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/Accord-close.svg");
  --accordion-btn-icon: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/Accord-open.svg");
  --bs-accordion-body-padding-y: 0rem;
  --bg-70: #e8e8ff;
  --bg-50: #e4e4ff80;
  --bg-30: #e4e4ff4d;
  --bg-20: #e4e4ff33;
}

body {
  font-family: "futura-pt", sans-serif;
  padding-right: 0px !important;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-secondary-70 {
  background-color: var(--bg-70) !important;
}
.bg-secondary-50 {
  background-color: var(--bg-50) !important;
}
.bg-secondary-30 {
  background-color: var(--bg-30) !important;
}
.bg-secondary-20 {
  background-color: var(--bg-20) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
/* .container-fluid{
  max-width: 1924px;
} */
a {
  text-decoration: none;
}
.bordered {
  border-radius: 20px;
  overflow: hidden;
}
.text-primary {
  color: var(--primary) !important;
  font-weight: 450 !important;
}
.text-light {
  color: var(--color) !important;
}
.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.header-logo {
  max-width: 214px;
}
.blueCTA {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/white-vector.svg");
  background-repeat: no-repeat;
  background-position: left 43% bottom 40%;
  background-size: 40% 40%; /* Adjusts the size of the SVG inside the button */
  cursor: pointer;
  padding: 0;
  transition: background-image 0.3s ease; /* Smooth transition for fill change */
}
.blueCTA:hover {
  border: 1px solid var(--orange);
  background-image: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/blue-vector.svg");
  background-color: transparent;
}

.headingCTA {
  color: var(--primary);
  align-items: center;
  vertical-align: middle;
  display: inline-flex;
}
.clickable-heading {
  cursor: pointer;
  display: inline;
}
.CTAs {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  color: var(--primary);
}
.anchorCTA:hover,
.FormCTA:hover {
  .blueCTA {
    border: 1px solid var(--orange);
    background-image: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/blue-vector.svg");
    background-color: transparent;
  }
}
.float-left-triangle {
  position: absolute;
  top: 0;
  left: 0;
  height: 6rem;
}
.float-right-square {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 13rem;
}
.Elevatediv {
  position: relative;
}
.ElevateParra {
  margin-inline: auto;
  max-width: 200px;
}
.Elevatediv ::after {
  background: url("/public/assets/lp-images/spacer.svg");
  content: "";
  position: absolute;
  bottom: 50%;
  width: 18%;
  height: 33px;
  display: block;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  right: -9%;
}
@media (max-width: 1300px) {
  .float-right-square {
    height: 9rem;
  }
}
@media (max-width: 550px) {
  .float-right-square {
    height: 4rem;
  }
  .float-left-triangle {
    height: 5rem;
  }
}
.EligibilityImgMob {
  width: 75px;
  height: 75px;
  padding: 10px;
}

/* Slider */
.card_container {
  display: flex;
  justify-content: space-evenly;
  gap: 2%;
}
.card_slider {
  width: 100px;
  border-radius: 20px;
}

/* Default styles for larger screens */
.card_slider:nth-child(1) {
  /* height: 270px; */
  width: 195px;
  margin-top: 100px;
  display: block !important;
}
.glimp_img1 {
  width: 194px;
}

.glimp_img2 {
  width: 255px;
}

.glimp_img3 {
  width: 350px;
}

.glimp_img4 {
  width: 255px;
}

.glimp_img5 {
  width: 194px;
}

.card_slider:nth-child(2) {
  /* height: 360px; */
  width: 255px;
}
.card_slider:nth-child(3) {
  /* height: 480px; */
  width: 350px;
}
.card_slider:nth-child(4) {
  /* height: 360px; */
  width: 255px;
}
.card_slider:nth-child(5) {
  /* height: 270px; */
  width: 195px;
  margin-top: 100px;
  display: block !important;
}

@media (max-width: 1750px) {
  .card_slider:nth-child(1) {
    height: 250px;
    width: 150px;
    margin-top: 100px;
  }
  .glimp_img1 {
    width: 150px;
  }

  .glimp_img2 {
    width: 195px;
  }

  .glimp_img3 {
    width: 275px;
  }

  .glimp_img4 {
    width: 195px;
  }

  .glimp_img5 {
    width: 150px;
  }

  .card_slider:nth-child(2) {
    height: 340px;
    width: 210px;
  }
  .card_slider:nth-child(3) {
    height: 450px;
    width: 275px;
  }
  .card_slider:nth-child(4) {
    height: 340px;
    width: 210px;
  }
  .card_slider:nth-child(5) {
    height: 250px;
    width: 150px;
    margin-top: 100px;
  }
}
@media (max-width: 1200px) {
  .card_slider:nth-child(1) {
    height: 250px;
    width: 130px;
    margin-top: 100px;
  }
  .glimp_img1 {
    width: 130px;
  }

  .glimp_img2 {
    width: 165px;
  }

  .glimp_img3 {
    width: 230px;
  }

  .glimp_img4 {
    width: 165px;
  }

  .glimp_img5 {
    width: 130px;
  }

  .card_slider:nth-child(2) {
    height: 340px;
    width: 180px;
  }
  .card_slider:nth-child(3) {
    height: 450px;
    width: 230px;
  }
  .card_slider:nth-child(4) {
    height: 340px;
    width: 180px;
  }
  .card_slider:nth-child(5) {
    height: 250px;
    width: 130px;
    margin-top: 100px;
  }
}
/* Media query for screens smaller than 1024px (e.g., tablets) */
@media (max-width: 1024px) {
  .card_slider:nth-child(1),
  .card_slider:nth-child(5) {
    height: 200px;
    width: 120px;
  }
  .card_slider:nth-child(2),
  .card_slider:nth-child(4) {
    height: 280px;
    width: 160px;
  }
  .card_slider:nth-child(3) {
    height: 350px;
    width: 240px;
  }
}

@media (max-width: 992px) {
  .card_slider:nth-child(1) {
    height: 250px;
    width: 110px;
    margin-top: 100px;
    display: none !important;
  }
  .glimp_img1 {
    width: 110px;
  }

  .glimp_img2 {
    width: 145px;
  }

  .glimp_img3 {
    width: 210px;
  }

  .glimp_img4 {
    width: 145px;
  }

  .glimp_img5 {
    width: 110px;
  }

  .card_slider:nth-child(2) {
    height: 340px;
    width: 160px;
  }
  .card_slider:nth-child(3) {
    height: 450px;
    width: 210px;
  }
  .card_slider:nth-child(4) {
    height: 340px;
    width: 160px;
  }
  .card_slider:nth-child(5) {
    height: 250px;
    width: 110px;
    margin-top: 100px;
    display: none !important;
  }
}

/* Media query for screens smaller than 768px (e.g., mobile devices) */
@media (max-width: 768px) {
  .card_container {
    gap: 10px;
    justify-content: center;
  }
  .card_slider:nth-child(1) {
    height: 150px;
    width: 90px;
    margin-top: 70px;
  }
  .card_slider:nth-child(2) {
    height: 220px;
    width: 100px;
  }
  .card_slider:nth-child(3) {
    height: 280px;
    width: 150px;
  }
  .card_slider:nth-child(4) {
    height: 220px;
    width: 100px;
  }
  .card_slider:nth-child(5) {
    height: 150px;
    width: 90px;
    margin-top: 70px;
  }
  .glimp_img1 {
    width: 100px;
  }

  .glimp_img2 {
    width: 100px;
  }

  .glimp_img3 {
    width: 140px;
  }

  .glimp_img4 {
    width: 100px;
  }

  .glimp_img5 {
    width: 100px;
  }
}

/* Slider */
.blue_square {
  width: 70px;
  position: absolute;
}

.Testimony_card {
  background-color: rgba(232, 232, 255, 0.5);
  border: none;
  border-radius: 20px;
  margin: 20px;
}
.Explore-button {
  background-color: var(--primary); /* Blue color */
  color: white; /* White text */
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 40px; /* Rounded corners */
  cursor: pointer;
  font-family: Arial, sans-serif; /* Font family */
}

.Explore-button:hover {
  background-color: var(--primary); /* Darker blue on hover */
}
/* sumanyu part */
.blog_slider .slick-dots li button:before {
  color: var(--primary) !important;
}

.blog_slider .slick-dots li button:after {
  color: var(--primary) !important;
  opacity: 1 !important;
}

.triangle {
  width: 80px;
  position: absolute;
  margin-left: 45%;
}

@media only screen and (max-width: 768px) {
  .triangle {
    width: 60px;
    position: absolute;
    margin-left: 55%;
    margin-top: 40px;
  }
}

/*  */
.new_container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .new_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .new_container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .new_container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .new_container {
    max-width: 1345px;
  }
}

.circle_heading {
  margin: 50px 0px 90px 0px !important;
  color: #212529;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 38px !important;
}

.products .slick-dots,
.steps4 .slick-dots {
  bottom: -40px !important;
  left: 0px;
}

.professional .slick-dots {
  bottom: -84px !important;
  left: 0px;
}

.steps4 .slick-track {
  padding: 20px 0;
}

.professional .slick-dots li.slick-active button:before,
.products .slick-dots li.slick-active button:before,
.steps4 .slick-dots li.slick-active button:before {
  color: var(--primary) !important;
  opacity: 1 !important;
}

.professional .slick-dots li button:before,
.products .slick-dots li button:before,
.steps4 .slick-dots li button:before {
  color: var(--primary) !important;
  opacity: 0.5 !important;
  font-size: 10px !important;
}

.professional .slick-dots li,
.products .slick-dots li,
.steps4 .slick-dots li {
  margin: 0 !important;
}

.circle_heading {
  margin: 50px 0px 90px 0px !important;
  color: #212529;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 38px !important;
}

.circle_main::before {
  content: "";
  background: url("/public/assets/lp-images/Down_arrow.svg");
  position: absolute;
  top: -10px;
  width: 100%;
  height: 27%;
  display: block;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  right: -109%;
}

.circle_main0::before {
  content: "";
  background: url(/public/assets/lp-images/top_arrow.svg);
  position: absolute;
  top: 165px;
  left: 110%;
  width: 100%;
  height: 25%;
  display: block;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.circle_main1::before {
  content: "";
  background: url(/public/assets/lp-images/top_arrow.svg);
  position: absolute;
  top: 160px;
  left: 111%;
  width: 100%;
  height: 21%;
  display: block;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.circle_border {
  position: relative;
  width: 45%;
  height: 80%;
  padding-bottom: 45%;
  margin: 15px 5px;
}

.circle_border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #707070;
  border-radius: 50%;
  animation: rotate 2s linear infinite;
  box-sizing: border-box;
  background-color: #fff;
}

.circle_border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #707070;
  border-radius: 50%;
  animation: rotate 2s linear infinite;
  box-sizing: border-box;
}

.circle_border:hover::before {
  border: 1px solid var(--primary);
  box-shadow: 0px 10px 15px #00000029;
  border-style: solid;
  border-color: var(--primary);
}
.circle_border:hover {
  .bottom_circle {
    background: var(--primary) !important;
  }
  .top_circle {
    background: var(--primary) !important;
  }
}

#KeepingUFirst_container1,
#KeepingUFirst_container2,
#KeepingUFirst_container3,
#KeepingUFirst_container4 {
  display: none;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}

.div_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  width: 60%;
}

.div_center > * {
  position: relative;
  z-index: 2;
}

.img_border {
  border-radius: 210px;
  display: grid;
  width: 75px;
  align-items: center;
  justify-content: center;
  height: 75px;
}

.bottom_circle {
  position: absolute;
  bottom: -20px;
  right: 43%;
  background: #212529;
  color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  align-items: center;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bottom_circle h5 {
  color: #fff;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
}

.top_circle {
  position: absolute;
  top: -20px;
  left: 43%;
  background: #212529;
  color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  align-items: center;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.top_circle h5 {
  color: #fff;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .circle_border {
    width: 90%;
    padding-bottom: 90%;
  }
}

@media screen and (min-width: 1274px) {
  .circle_main::before {
    content: "";
    background: url("/public/assets/lp-images/Down_arrow.svg");
    /* background: url("/public/assets/lp-images/Down_arrow.svg"); */
    position: absolute;
    top: 30px;
    width: 109%;
    height: 19%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    right: -133%;
  }

  .circle_main0::before {
    content: "";
    background: url("/public/assets/lp-images/top_arrow.svg");
    position: absolute;
    top: 200px;
    left: 120%;
    width: 100%;
    height: 17%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .circle_main1::before {
    content: "";
    background: url("/public/assets/lp-images/top_arrow.svg");
    position: absolute;
    top: 150px;
    left: 120%;
    width: 100%;
    height: 20%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1200px) {
  .circle_main::before {
    content: "";
    background: url("/public/assets/lp-images/Down_arrow.svg");
    position: absolute;
    top: 45px;
    width: 100%;
    height: 12%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    right: -122%;
  }
  .Client_speaks_border {
    min-height: 460px !important;
  }
}

@media screen and (max-width: 991px) {
  .circle_main::before {
    content: "";
    background: none;
    position: absolute;
    top: 45px;
    width: 100%;
    height: 12%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    right: -122%;
  }

  .circle_main0::before {
    content: "";
    background: none;
    position: absolute;
    top: 160px;
    left: 127%;
    width: 100%;
    height: 19%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .circle_main1::before {
    content: "";
    background: none;
  }
  .circle_heading {
    margin: 50px 0px 40px 0px !important;
  }
}

@media screen and (max-width: 1324px) and (min-width: 1200px) {
  .Client_speaks_border {
    min-height: 400px !important;
  }
}

@media screen and (max-width: 1273px) and (min-width: 992px) {
  .circle_border {
    width: 100%;
    padding-bottom: 95%;
  }
  .bottom_circle {
    height: 40px;
    width: 40px;
    bottom: -23px;
    right: 40%;
  }
  .bottom_circle h5 {
    font-size: 20px;
  }
  .top_circle {
    height: 40px;
    width: 40px;
    top: -23px;
    left: 40%;
  }
  .top_circle h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .div_center {
    width: 85%;
  }
  .circle_main::before {
    content: "";
    background: url("/public/assets/lp-images/Down_arrow.svg");
    position: absolute;
    top: 5px;
    width: 100%;
    height: 23%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    right: -93%;
  }
  .circle_main0::before {
    content: "";
    background: url(/public/assets/lp-images/top_arrow.svg);
    position: absolute;
    top: 135px;
    left: 94%;
    width: 100%;
    height: 20%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .circle_main1::before {
    content: "";
    background: url(/public/assets/lp-images/top_arrow.svg);
    position: absolute;
    top: 132px;
    left: 95%;
    width: 100%;
    height: 20%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .Client_speaks_border {
    min-height: 460px !important;
  }
  .get_result_hide {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .kbSir_slider {
    bottom: -28px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .circle_border {
    width: 65%;
    padding-bottom: 65%;
  }
  .Client_speaks_border {
    min-height: auto !important;
  }
  .banner-content {
    width: 100%;
  }
}

@media screen and (max-width: 510px) {
  .circle_border {
    width: 100%;
    padding-bottom: 97%;
  }
}

@media (min-width: 576px) {
  .new_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .new_container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .new_container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .new_container {
    max-width: 1345px;
  }
}

.zigzag_vector {
  width: 100px;
}

.zigzag_vector_right {
  float: right;
  width: 100px;
  margin-top: -18px;
}

/* Yukta */
.ourexperts {
  border: none;
  border-radius: 15px;
}

.Join_img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.Join_img:hover {
  filter: none;
  color: var(--primary);
  background-color: rgba(232, 232, 255, 0.2);
}
.square_right {
  float: right;
  width: 60px;
  margin-top: -70px;
}
.card_width {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(228, 228, 255, 1);
}

.accordion-mob {
  margin-bottom: 20px;
  background: rgba(228, 228, 255, 0.15) !important;
  border: none !important;
  overflow: hidden;
  border-radius: 20px 20px 20px 20px !important;
}

.accordion-radius {
  border-radius: 20px 20px 20px 20px !important;
  background-color: rgba(232, 232, 255, 0.2);
}

.accordion-button.collapsed .text_hide {
  display: block;
}

.accordion-button .text_hide {
  display: none;
}

.mobile_accordion:not(.collapsed):after {
  display: none !important;
  background-color: none;
}

.mobile_accordion:after {
  display: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(228, 228, 255, 1) !important;
  border-radius: 20px 20px 0px 0px !important;
  box-shadow: none !important;
}
.accordion-collapse {
  background-color: rgba(228, 228, 255, 1);
  border-radius: 0px 0px 20px 20px !important;
}
.accordion_body {
  height: 170px;
}
.navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon);
}
.navbar-toggler {
  border: none;
}
.Circle_design {
  position: absolute;
  width: 240px;
  margin-top: -50px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.flower-vector {
  position: absolute;
  top: -47px;
  right: 10px;
  height: 6rem;
}
.banner-content {
  width: 85%;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.btn_service {
  margin-left: auto;
  padding: 0.5rem 1rem;
}
.line_vector {
  height: 1.5rem;
  margin-top: 30px;
}
