.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-32 {
  font-size: 32px;
}
.font-34 {
  font-size: 34px;
}
.font-36 {
  font-size: 36px;
}
.fs-48 {
  font-size: 48px;
}

/* Default (Desktop - Full HD) */
body {
  font-size: 20px; /* Base font size for body text */
  font-weight: 400;
}

.font-128-64 {
  font-size: 128px;
  font-weight: 450;
}
.font-96-30 {
  font-size: 96px;
  font-weight: 400;
}

.font-48-30 {
  font-size: 48px;
  font-weight: 500;
}

.font-36-24 {
  font-size: 40px;
  font-weight: 450;
}

.font-34-19 {
  font-size: 34px;
  font-weight: 450;
}

.font-28-20 {
  font-size: 30px;
  font-weight: 450;
}

.font-24-16 {
  font-size: 24px;
  font-weight: 400;
}
.font-22-16 {
  font-size: 22px;
  font-weight: 400;
}

.font-20-16 {
  font-size: 20px;
  font-weight: 400;
}

.icon {
  width: 40px;
  height: 40px;
}

.cta {
  height: 64px;
}

.menu {
  height: 80px;
  font-size: 22px;
}

.lets-form {
  height: 60px;
}

/* Laptop */
@media (max-width: 1366px) {
  .font-128-64 {
    font-size: 100px;
  }

  .font-96-30 {
    font-size: 72px;
  }

  .font-48-30 {
    font-size: 42px;
  }

  .font-36-24 {
    font-size: 36px;
  }

  .font-34-19 {
    font-size: 30px;
  }

  .font-28-20 {
    font-size: 24px;
  }

  .font-24-16 {
    font-size: 20px;
  }

  .font-22-16 {
    font-size: 20px;
  }

  .font-20-16 {
    font-size: 18px;
  }

  .icon {
    width: 36px;
    height: 36px;
  }

  .cta {
    height: 60px;
  }

  .menu {
    height: 72px;
    font-size: 20px;
  }

  .lets-form {
    height: 56px;
  }
}

/* iPad */
@media (max-width: 1280px) {
  .vector {
    height: 5rem !important;
  }
  .font-128-64 {
    font-size: 88px;
  }

  .font-96-30 {
    font-size: 54px;
  }

  .font-48-30 {
    font-size: 36px;
  }

  .font-36-24 {
    font-size: 30px;
  }

  .font-34-19 {
    font-size: 26px;
  }

  .font-28-20 {
    font-size: 22px;
  }

  .font-24-16 {
    font-size: 18px;
  }

  .font-22-16 {
    font-size: 18px;
  }

  .font-20-16 {
    font-size: 16px;
  }

  .icon {
    width: 32px;
    height: 32px;
  }

  .cta {
    height: 56px;
  }

  .menu {
    height: 64px;
    font-size: 22px;
  }

  .lets-form {
    height: 50px;
    padding: 0.7rem 1.6rem;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .vector {
    height: 3rem !important;
  }

  .font-128-64 {
    font-size: 55px;
  }

  .font-96-30 {
    font-size: 38px;
  }

  .font-48-30 {
    font-size: 28px;
  }

  .font-36-24 {
    font-size: 24px;
  }

  .font-34-19 {
    font-size: 20px;
  }

  .font-28-20 {
    font-size: 18px;
  }

  .font-24-16 {
    font-size: 16px;
  }

  .font-22-16 {
    font-size: 16px;
  }

  .font-20-16 {
    font-size: 14px;
  }

  .icon {
    width: 24px;
    height: 24px;
  }

  .cta {
    height: 48px;
  }

  .menu {
    height: 56px;
    font-size: 18px;
  }

  .lets-form {
    height: 44px;
    padding: 0.4rem 1.6rem;
  }
}

.fw-bold {
  font-weight: 450 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-350 {
  font-weight: 350 !important;
}
.fw-bolder {
  font-weight: 600 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}

:root {
  --primary: #002cce;
  --bs-primary-rgb: #002cce;
  --bs-link-hover-color: #002cce;
  --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;
  --bg-10: #e4e4ff1a;
}

body {
  font-family: "futura-pt";
  overflow-x: hidden;
}

.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-secondary-10 {
  background-color: var(--bg-10) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
/* .container-fluid{
    max-width: 1924px;
  } */
a {
  text-decoration: none;
  color: inherit;
}

/* kunal */
.center-heading {
  width: min(770px, 90%);
}
/* kunal */

.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;
  }
}

.CTAs {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  color: var(--primary);
}
.FormCTA {
  background: none !important;
  border: none !important;
}
.clickable-heading {
  cursor: pointer;
  display: inline;
}

.right_arrow {
  width: 55px;
}
.Vector {
  width: 5rem;
  float: right;
  margin-top: -16px;
}

.Up_Arrow {
  width: 60px;
  margin-left: auto;
}
.card_width {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(228, 228, 255, 1) !important;
  background-color: #ffffff;
}
.Join_img img {
  filter: brightness(0%);
  transition: filter 0.3s ease;
}

.Join_img:hover img {
  filter: brightness(100%);
}

.Join_img:hover {
  color: var(--white);
  background-color: var(--primary);
}

.card_margin {
  margin-top: -40px;
}
.icon_img {
  width: 50px;
}

/* Atik css starts */

.Outsourcing_para {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.Outsourcing_head2 {
  font-size: 42px;
}
.Outsourcing_btn {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  padding: 15px 30px;
  background-color: #fff;
  color: #3e414b;
}
.Outsourcing_btn:hover {
  background-color: #022cee !important;
  border: 1px solid #022cee;
  color: #fff;
}
.Outsourcing_btn:active {
  background-color: #022cee !important;
  border: 1px solid #022cee;
  color: #fff;
}
.Outsourcing_btn_active {
  background-color: #022cee !important;
  border: 1px solid #022cee;
  color: #fff;
}
.list_container h3 {
  color: #022cee;
  font-weight: 450;
  font-size: 24px;
}
.list_container {
  list-style-image: url("https://d2x053sc4cmboc.cloudfront.net/LP/Insurance-outsourcing-services/list_icon.svg");
}
.arrow {
  position: absolute;
  right: 45%;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 25px solid #022cee;
  transform: rotate(90deg);
  z-index: -99;
}
.arrow1 {
  position: absolute;
  right: 45%;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 25px solid #022cee;
  transform: rotate(90deg);
  z-index: -99;
}
#Policy_Processing_Outsourcing {
  display: block;
}
#Claims_Management {
  display: none;
}
#New_Business_Support {
  display: none;
}
#Insurance_Accounting {
  display: block;
}
#Customer_Support {
  display: none;
}
.workforce_icon1 {
  top: 10px;
  left: 50px;
}
.workforce_icon2 {
  top: 45px;
  left: -50px;
  z-index: -1;
}
.workforce_icon3 {
  bottom: 0px;
  left: -100px;
}
.Workforce_containt {
  padding-right: 90px;
}
.Support_containt {
  padding-left: 90px;
}
.Support_icon1 {
  top: 14px;
  left: 10px;
}
.Support_icon2 {
  top: 45px;
  left: 190px;
  z-index: -1;
}
.Support_icon3 {
  right: -95px;
  bottom: 0px;
}
.mobile_view .accordion-button:not(.collapsed) {
  background-color: var(--primary);
  color: #fff;
}

.mobile_view .accordion-button {
  position: relative;
  display: flex;
  color: var(--primary);
}

.mobile_view .accordion-button .icon {
  margin-right: 10px;
  font-size: 1.5em !important;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}

.mobile_view .accordion-button:not(.collapsed) .icon {
  content: "-"; /* Change to minus when expanded */
}

.mobile_view .accordion-button.collapsed .icon {
  content: "+"; /* Keep plus when collapsed */
}

.mobile_view .accordion-button::after {
  display: none;
}

.mobile_view .accordion-item:not(:first-of-type) {
  margin: 25px 0px;
  border: 1px solid #e7e7e7;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .arrow {
    top: 55px;
  }
}

/* Atik css ends */

@media (max-width: 1000px) {
  .card_margin {
    margin-top: 0px !important;
  }
  .flower_img {
    width: 40px !important;
  }
}

/* Atik css starts */

@media (max-width: 991px) {
  .Outsourcing_para {
    width: 100%;
  }
  .Outsourcing_icon1 {
    display: none;
  }
  .Outsourcing_head2 {
    font-size: 30px;
  }
  .Workforce_containt {
    padding-right: initial;
  }
}

/* Atik css ends */

.flower_img {
  width: 70px;
  position: absolute;
}

.logo_width {
  width: 70%;
}
.custom-button {
  display: inline-grid;
  background-color: var(--primary);
  color: white;
  /* padding: 20px 100px; */
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  position: relative;
  border: none;
  text-decoration: none;
  /* width: 90%; */
}

.custom-button .booth-number {
  font-size: 36px;
}
.flower-vector {
  width: 180px;
  position: absolute;
  left: -54px;
  width: 340px;
}
.square_vector {
  width: 180px;
  position: absolute;
  left: 10px;
}

.right_square_vector {
  width: 180px;
  position: absolute;
  right: -100px;
}

.zigzag_img {
  width: 100px;
  float: left;
  position: absolute;
}

.zigzag_vector {
  width: 100px;
  float: left;
}
.main_banner {
  width: 100%;
  display: flex;
}
.book_meeting_input {
  padding: 3px 30px;
  margin-bottom: 8px;
  border-radius: 10px;
  height: 40px;
  margin: 6px 0px;
  border: 1px solid rgba(231, 231, 231, 1);
}

.book_meeting_input1 {
  padding: 15px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: #e7e7e7;
}

.book_meeting_para {
  color: #3e414b;
  line-height: 28.2px;
}

.book_meeting_btn {
  background-color: var(--primary);
  color: #ffffff;
  padding: 8px 85px;
  border-radius: 10px;
  border: none;
}

.book_meeting_bg {
  background: url("https://d2x053sc4cmboc.cloudfront.net/LP/Insurance-outsourcing-services/book_meeting_img.png");
  background-repeat: no-repeat;
  background-color: rgba(232, 232, 255, 0.23);
}

.book_meeting_content {
  text-align: left;
}

.book_meeting_container {
  padding: 40px 0px;
}
.float-right {
  float: right;
  margin-top: -80px;
}

@media (max-width: 768px) {
  .book_meeting_content {
    text-align: center;
  }
  .book_meeting_container {
    padding: 60px 0px;
  }
  .book_meeting_content {
    padding-bottom: 30px;
  }
  .book_meeting_btn {
    width: 100%;
    height: 55px;
  }
  .footer_div {
    width: 100% !important;
  }
  .square_vector {
    width: 45px;
    margin-top: 15px !important;
  }
  .right_square_vector {
    width: 45px;
    margin-top: 15px !important;
  }
  .zigzag_img {
    margin-top: -25px;
  }
  .float-left-triangle {
    height: 3rem !important;
  }
  .float-right-square {
    height: 1.7rem !important;
  }
  .mob_text {
    text-align: center;
  }
  .solutions_para {
    width: 100% !important;
  }
}
.footer_div {
  text-align: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon);
}
.navbar-toggler:focus {
  box-shadow: none !important;
  border: none !important;
}
.navbar-toggler {
  border: none !important;
}
.ourexperts {
  border: none;
}
@media only screen and (max-width: 768px) {
  .Client {
    text-align: center;
    margin-top: 20px;
  }
  .client-heading {
    display: none;
  }

  .client-img {
    width: 200px;
  }
  .trust-slide {
    width: 200px;
    margin: 0px !important;
    margin-inline: 15px !important ;
  }
  .circle_img {
    float: right !important;
    margin-top: -36% !important;
    margin-right: 0% !important;
    width: 130px !important;
  }
  .location_icon {
    margin-bottom: 1rem;
  }
  .mob-text {
    text-align: center;
  }
  .card_div {
    height: 350px !important;
  }
  .read_mob {
    text-align: center;
  }
}
.float-right-square {
  float: right;
  height: 2rem;
  margin-top: -40px;
}
.float-left-triangle {
  height: 5rem;
  position: absolute;
}
@keyframes trustedScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes trustedScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.trusted-slider-logo {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.trusted-slider-logo .trusted-slide-track {
  animation: trustedScroll 40s linear infinite;
  display: flex;
  width: calc(350px * 14);
}

.trusted-slider-logo .trust-slide {
  height: 150px;
  /* min-width: 240px; */
  border: none;
}
.trust-slide {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.3s ease;
}
.trust-slide img {
  height: fit-content;
}
.overlay-text {
  position: absolute;
  top: 38%;
  left: 35%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.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;
}
.anchor {
  text-decoration: underline;
  color: blue;
}

.anchortag {
  color: black;
}

.anchortag:hover {
  color: var(--primary);
}

.solutions_para {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.card_div {
  margin: 10px;
  background: #f8f8ff;
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 20px;
  height: 330px;
}

@media (min-width: 1400px) {
  /* Large screens (desktops) */
  .card_div {
    height: 390px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* Medium screens (small desktops, large tablets) */
  .card_div {
    height: 320px;
  }
  .circle_img {
    float: right;
    margin-top: -8%;
    margin-right: -5%;
    width: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Small screens (tablets) */

  .circle_img {
    float: right !important;
    margin-top: -20% !important;
    margin-right: -8% !important;
    width: 150px !important;
  }
  .card_margin {
    margin-top: 0px !important;
  }
}
.circle_img {
  float: right;
  margin-top: -8%;
  margin-right: -2%;
  width: 100px;
}

.zigzag_right {
  display: flex;
  float: right;
  width: 100px;
}

.insurance_card {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  transition: border-color 0.3s ease; /* Adds a smooth transition effect */
}

.insurance_card:hover {
  border-color: #007bff; /* Changes border color on hover */
}

/* General Styles */
.insurance_card {
  background-color: #fff; /* Background color */
  border-radius: 8px; /* Rounded corners */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); Soft shadow for elevation effect */
  padding: 20px; /* Padding inside the card */
  margin-bottom: 20px; /* Spacing between cards */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s; /* Animation for hover effect */
  height: 100%;
}

/* Hover Effects */
.insurance_card:hover {
  transform: translateY(-5px); /* Lift effect */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); /* Stronger shadow */
}

/* Responsive Styles */
@media (max-width: 768px) {
  .insurance_card {
    padding: 25px;
    height: 280px;
  }
}

@media (max-width: 576px) {
  .insurance_card {
    padding: 10px; /* Reduce padding further */
    /* height: 350px; */
  }
}

.up_arrow {
  width: 3rem;
}

.Elevatediv {
  height: 100%;
}

/* form */
.lets-form {
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: var(--tertiary) !important;
  /* margin: 10px; */
  color: #333;
  font-size: 1.2rem;
  padding: 0.7rem 1.6rem;
  border: none;
  width: 100%;
  display: block;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
}
.form-select {
  --bs-form-select-bg-img: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/select-arrow.svg") !important;
  background-position: right 1.75rem center !important;
}
.form-select:focus {
  border-color: transparent !important;
}
.lets-form:focus-visible,
.textareainput:focus-visible {
  outline: var(--secondary) !important;
}

textarea.lets-form {
  border: none;
  background-color: transparent;
  width: 100%;
  height: auto !important; /* Set the fixed height */
  resize: none !important; /* Disable resizing */
  box-sizing: border-box; /* Ensures padding and border are included in the width */
}
.lets-form.ng-invalid.is-invalid {
  border: 1px solid red;
}
.lets-form.is-invalid {
  border: 1px solid red;
}
.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-place-label {
  position: absolute;
  top: 12px;
  left: 5%;
  font-size: 1.2rem;
  background-color: var(--tertiary);
  width: 75%;
}
.form-group {
  position: relative;
}
.form-select.is-invalid:not([multiple]):not([size]) {
  background-size: 0px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.upload-icon {
  width: 25px;
  height: 30px;
  float: inline-end;
}

.lets-form::-webkit-calendar-picker-indicator {
  background: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/calendar.svg");
  background-size: contain;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* form */

/* Banner */
.desktop-banner {
  max-height: 570px;
  border-radius: 20px;
  height: auto;
  width: 100%;
  display: block;
}
.gradientBanner {
  position: relative;
}
.gradientBannerMob {
  position: relative;
  justify-content: center !important;
  display: flex;
}
.gradientBanner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bannerText {
  position: absolute;
  width: 60%;
  inset: 10% 0 0 5%;
  z-index: 2;
}
.gradientBannerMob::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bannerTextMob {
  position: absolute;
  width: 80%;
  max-width: 600px;
  top: 10%;
  z-index: 2;
}
.text-over-img {
  position: absolute;
  top: 10%;
  width: 90%;
  left: 5%;
  right: 0;
  bottom: 0;
}

.overlay-text {
  position: absolute;
  top: 38%;
  left: 35%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  line-height: 25px;
}

.mobile-view-banner-text {
  display: flex;
  align-items: start;
}

.card-title {
  margin-bottom: 0;
}

.card-img-mob {
  width: 95% !important;
  height: auto !important;
  display: block;
  border-radius: 20px;
}
.card-img-mob {
  width: 95% !important;
  height: auto !important;
  display: block;
}

.overlay-text-Mob {
  position: absolute;
  top: 10%;
  /* left: 35%; */
  /* transform: translate(-50%, -50%); */
  left: auto;
  right: auto;
  max-width: 600px;
  /* width: 280px; */
  border-radius: 10px;
}

.overlay-text {
  position: absolute;
  top: 38%;
  left: 35%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.mobile-view-banner-text {
  display: flex;
  align-items: start;
}
.card-img-mob {
  width: 100% !important;
  height: auto !important;
  display: block;
}
@media screen and (max-width: 768px) {
  .overlay-text-Mob {
    width: 80% !important;
    /* Adjust the width for tablets */
    max-width: 600px !important;
    /* Set a maximum width */
    left: 50% !important;
    /* Center horizontally */
    transform: translateX(-50%) !important;
    top: 10% !important;
    /* Adjust the top position */
  }
  .Accross_div {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.main_bannar {
  width: 70%;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) and (orientation: portrait) {
  .main_bannar {
    width: 90%;
  }
}

/* Landscape */
@media only screen and (max-device-width: 1200px) and (max-device-width: 1366px) and (orientation: landscape) {
  .main_bannar {
    width: 95%;
  }
}
.overlay-text-Mob {
  position: absolute;
  top: 10%;
  left: auto;
  right: auto;
  max-width: 600px;
  border-radius: 10px;
}
.Accross_div {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.eligibility-card {
  transition: all 0.3s ease; /* Smooth transition for hover effects */
  border: 1px #e7e7e7 solid;
  border-radius: 20px; /* Rounded corners */
  height: 100%;
}

.eligibility-card:hover {
  background-color: #e8e8ff33; /* Change background color on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow effect */
}

.eligibility-card img {
  transition: all 0.3s ease; /* Smooth transition for image hover */
  filter: grayscale(100%);
  margin-left: auto;
  margin-right: auto;
}

.eligibility-card:hover img {
  filter: grayscale(
    0%
  ); /* Example effect: Convert image to grayscale on hover */
}

.eligibility-card h4 {
  transition: all 0.3s ease; /* Smooth transition for text hover */
  color: var(--black); /* Default text color */
}

.eligibility-card:hover h4 {
  color: var(--primary); /* Change text color on hover */
}
.book_meeting_form {
  margin-right: auto !important;
  margin-left: auto !important;
  width: min(966px, 90%);
}
/* yukta */
.animation-rotate {
  will-change: transform; /* Hint the browser about expected changes */
  animation: rotate 5s linear infinite; /* Apply rotation animation */
  margin-left: -100px;
}

@media (min-width: 768px) {
  .animated-rotation {
    width: 20rem; /* Adjust width for larger screens */
    height: 20rem; /* Adjust height for larger screens */
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg); /* Start rotation from 0 degrees */
  }
  to {
    transform: rotate(90deg);
  }
}
.animated-movement {
  will-change: transform; /* Hint the browser about expected changes */
  animation: moveAndRotate 3s ease-in-out infinite; /* Apply movement and rotation animation */
}

@keyframes moveAndRotate {
  0% {
    transform: translateY(0) rotate(0deg); /* Start at original position */
  }
  25% {
    transform: translateY(-10px) rotate(10deg); /* Move up and slightly rotate */
  }
  50% {
    transform: translateY(0) rotate(0deg); /* Return to the original position */
  }
  75% {
    transform: translateY(10px) rotate(-10deg); /* Move down and rotate in the opposite direction */
  }
  100% {
    transform: translateY(0) rotate(0deg); /* End at original position */
  }
}
.animated-movementX {
  will-change: transform; /* Hint the browser about expected changes */
  animation: move 3s ease-in-out infinite; /* Apply movement and rotation animation */
}

@keyframes move {
  0% {
    transform: translateX(0); /* Start at original position */
  }
  25% {
    transform: translateX(-10px); /* Move up and slightly rotate */
  }
  50% {
    transform: translateX(0); /* Return to the original position */
  }
  75% {
    transform: translateX(
      10px
    ); /* Move down and rotate in the opposite direction */
  }
  100% {
    transform: translateX(0); /* End at original position */
  }
}
.animated-zigzag {
  will-change: transform; /* Hint the browser about expected changes */
  animation: zigzag 3s ease-in-out infinite; /* Apply movement and rotation animation */
}

@keyframes zigzag {
  0% {
    transform: translate(0, 0); /* Start at original position */
  }
  25% {
    transform: translate(10px, -10px); /* Move up-right */
  }
  50% {
    transform: translate(30px, 10px); /* Move down-right */
  }
  75% {
    transform: translate(40px, -10px); /* Move up-right */
  }
  100% {
    transform: translate(50px, 0); /* End at final position */
  }
}
/* Disable background scrolling */
body.modal-open {
  overflow: hidden !important;
}
.modal {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
/* Modal styles */
.modal-form {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 9% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.content {
  height: 3000px; /* Add more content to make scrolling possible */
  padding: 20px;
}

.left_vector {
  width: 100px;
}
.Trust_FBSPL_width {
  width: 80%;
}

/*  */
.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;
}

.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(https://d2x053sc4cmboc.cloudfront.net/LP/Accounting&Bookkeeping/Down_arrow.svg);
  position: absolute;
  top: -18px;
  width: 100%;
  height: 30%;
  display: block;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  right: -91%;
}

.circle_main0::before {
  content: "";
  background: url(https://d2x053sc4cmboc.cloudfront.net/LP/Accounting&Bookkeeping/top_arrow.svg);
  position: absolute;
  top: 98px;
  left: 93%;
  width: 100%;
  height: 31%;
  display: block;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.circle_main1::before {
  content: "";
  background: url(https://d2x053sc4cmboc.cloudfront.net/LP/Accounting&Bookkeeping/top_arrow.svg);
  position: absolute;
  top: 115px;
  left: 95%;
  width: 100%;
  height: 21%;
  display: block;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1273px) {
  .circle_main::before {
    content: "";
    background: url(https://d2x053sc4cmboc.cloudfront.net/LP/Accounting&Bookkeeping/Down_arrow.svg);
    position: absolute;
    top: -18px;
    width: 100%;
    height: 30%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    right: -91%;
  }

  .circle_main0::before {
    content: "";
    background: url(https://d2x053sc4cmboc.cloudfront.net/LP/Accounting&Bookkeeping/top_arrow.svg);
    position: absolute;
    top: 98px;
    left: 89%;
    width: 100%;
    height: 31%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .circle_main1::before {
    content: "";
    background: url(https://d2x053sc4cmboc.cloudfront.net/LP/Accounting&Bookkeeping/top_arrow.svg);
    position: absolute;
    top: 115px;
    left: 92%;
    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 #e8e8ff;
  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 #e8e8ff;
  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 {
  .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: 100%;
}

.div_center > * {
  position: relative;
  z-index: 2;
}

.img_border {
  border-radius: 210px;
  display: flex;
  width: 75px;
  align-items: center;
  justify-content: center;
  height: 75px;
}

.img_border img {
  width: 70%;
}

.bottom_circle {
  position: absolute;
  bottom: -20px;
  right: 43%;
  background: var(--primary) !important;
  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: var(--primary) !important;
  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 (max-width: 1200px) {
  .circle_main::before {
    content: "";
    background: url("https://d2x053sc4cmboc.cloudfront.net/LP/Accounting&Bookkeeping/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;
  }
  .circle_main::before {
    content: "";
    background: url(https://d2x053sc4cmboc.cloudfront.net/LP/Accounting&Bookkeeping/Down_arrow.svg);
    position: absolute;
    top: -18px;
    width: 100%;
    height: 30%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    right: -91%;
  }

  .circle_main0::before {
    content: "";
    background: url(https://d2x053sc4cmboc.cloudfront.net/LP/Accounting&Bookkeeping/top_arrow.svg);
    position: absolute;
    top: 98px;
    left: 93%;
    width: 100%;
    height: 31%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .circle_main1::before {
    content: "";
    background: url(https://d2x053sc4cmboc.cloudfront.net/LP/Accounting&Bookkeeping/top_arrow.svg);
    position: absolute;
    top: 115px;
    left: 95%;
    width: 100%;
    height: 21%;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@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%;
  }
  .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;
}
.square_right {
  float: right;
  width: 60px;
  margin-top: -70px;
}

.banner_bg_accounting {
  background: url("https://d1585q1wairh36.cloudfront.net/assets/lead-generation-lp/desktop-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.prospectsDiv {
  background: url("https://d1585q1wairh36.cloudfront.net/assets/lead-generation-lp/belowsection-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.FormCTA_bg {
  background-color: #022cee;
  color: #fff;
  padding: 0px 40px;
  border-radius: 10px;
  border-color: #022cee;
}
.FormCTA_bg:hover {
  background-color: #fff;
  color: #022cee;
  border-color: var(--orange);
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.6em solid;
  border-right: 0.6em solid transparent;
  border-bottom: 0;
  border-left: 0.6em solid transparent;
  color: blue;
}
.dropdown-item {
  cursor: pointer;
}

#other_services {
  display: none;
}
#other_services_footer {
  display: none;
}
/* .d-flex {
    display: flex !important;
  } */

@media (min-width: 1400px) {
  .new_container_banner {
    max-width: 1450px;
  }
}
@media (min-width: 1200px) {
  .new_container_banner {
    max-width: 1200px;
  }
}

@media (max-width: 991px) {
  .shadow {
    border: none;
    box-shadow: none !important;
  }
}

@media (max-width: 575px) {
  .banner_bg_accounting {
    background: url("");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.logo {
  transition: transform 0.3s ease;
}

.logo:hover {
  transform: scale(1.1);
}

.upTranslate {
  transition: transform 0.3s ease;
}

.upTranslate:hover {
  transform: translateY(-5px);
}
