/*Fonts*/
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.otf");
}
@font-face {
  font-family: "Inter_Light";
  src: url("../font/Inter-Light.otf");
}
@font-face {
  font-family: "Inter_Black";
  src: url("../font/Gilroy-Black.ttf");
}
@font-face {
  font-family: "Inter_Medium";
  src: url("../font/Inter-Medium.otf");
}
@font-face {
  font-family: "Inter_SemiBold";
  src: url("../font/Inter-SemiBold.otf");
}
@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Regular.ttf");
}
@font-face {
  font-family: "Gilroy_Black";
  src: url("../font/Gilroy-Black.ttf");
}
@font-face {
  font-family: "Gilroy_Bold";
  src: url("../font/Gilroy-Bold.ttf");
}

/*ROOT VARIABLE*/
:root {
  --ia_blue: #3933ff;
  --ia_white: #ffffff;
  --ia_black: #1a1b1f;
  --ia_orange: #f63f24;
  --ia_grey: #bdbdbd;
  --ia_light_grey: #e0e0e0;
  --gradient_1: linear-gradient(
    135deg,
    #f63f24 4.64%,
    #e63e36 14.66%,
    #bd3b66 34.82%,
    #7c37b1 62.96%,
    #3933ff 89.88%
  );
  --gradient_2: linear-gradient(
    42.98deg,
    #3933ff 10.72%,
    #7c37b1 36.18%,
    #bd3b66 62.78%,
    #e63e36 81.85%,
    #f63f24 91.32%
  );
}
.ia_black_text {
  color: var(--ia_black);
}
.ia_blue_text {
  color: var(--ia_blue);
}
.ia_white_text {
  color: var(--ia_white);
}
.ia_grey_text {
  color: var(--ia_grey);
}
.padding_left_0 {
  padding-left: 0 !important;
}
.padding_right_0 {
  padding-right: 0 !important;
}
.margin_right_0 {
  margin-right: 0 !important;
}
.margin_left_0 {
  margin-left: 0 !important;
}
/* Anto */
.white_bg {
  /* background-color: var(--ia_white); */
  background: url("../images/background/bgline-white.jpg");
}

.black_bg {
  background-color: var(--ia_black);
  /* background: #1a1b1f url("../images/background/bgline-blck.jpg"); */
  /* Anto End*/
}
.blue_bg {
  background-color: var(--ia_blue);
}
.light_blue_bg {
  background: rgba(57, 51, 255, 0.1);
}
.padding_bottom_none {
  padding-bottom: 0 !important;
}
.padding_top_none {
  padding-top: 0 !important;
}
.light_blue_bg_wraper .section_col_content {
  padding-top: 30px;
}
body {
  background-color: var(--ia_white);
}
html,
body {
  overflow-x: hidden !important;
  padding-right: 0px !important;
}
.logo {
  position: relative;
  margin: 10px 0;
}
.ia_black {
  background: var(--ia_black);
}
.img_full_width {
  width: 100%;
}
.logo_text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.logo_left {
  position: absolute;
}
.logo_right {
  position: relative;
}
.logo_center {
  position: absolute;
  left: 19px;
  top: 17px;
}
.logo_description {
  float: left;
  padding-top: 15px;
  padding-left: 10px;
}
.navbar-brand {
  padding-left: 1rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.nav-link.top_right_nav_link {
  padding-left: 20px !important;
  padding-right: 65px !important;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ffffff;
}
#book_a_demo {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* text-align: center; */
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ia_orange) !important;
}

/*BANNER SLIDER SECTION*/
.ia_banner_slider {
  background-color: var(--ia_black);
  background: #000 !important;
}
.carousel_content {
  padding: 10px 0;
}
.carousel_top_content {
  padding-bottom: 32px;
  max-width: 349px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--ia_white);
}

/* .carousel_bottom_content {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;
  color: var(--ia_white);
} */
.banner_custom_height {
  height: 100px;
}
.carousel_content {
  min-height: 600px;
}
.carousel_bottom_content h1 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 56px;
  color: var(--ia_white);
}
.carousel-indicators {
  opacity: 1;
}
/*BANNER SLIDER SECTION END*/

/*SECTIONS*/
.section {
  padding: 10.125rem 0;
}
.section_description {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  /* max-width: 760px; */
  position: relative;
}
.delete_max_width {
  max-width: none;
}
.small_rectagles {
  position: absolute;
  left: -16px;
  top: 5px;
}
#rect_1,
#rect_2,
#rect_3 {
  position: absolute;
}
/* Anto */
#rect_1,
#rect_2 {
  width: 40px;
  height: 22px;
}

#rect_1 {
  left: -50px;
  top: 0;
}
/* Anto End */
#rect_2 {
  left: 10px;
  top: -10px;
  transform: rotate(90deg);
}
#rect_3 {
  left: 10px;
  bottom: -9px;
  width: 5px;
  border-radius: 50%;
}
/* Anto */
.large_text {
  font-family: "Gilroy_Black";
  font-style: normal;
  font-weight: 900;
  font-size: 169px;
  line-height: 167px;
  letter-spacing: -0.05em;
}

/* Anto End*/
.pad_top_25 {
  padding-top: 25px;
}
.content_heading {
  font-family: "Gilroy_Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #1a1b1f;
  position: relative;
}

.content_headingw {
  font-family: "Gilroy_Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  color: #fff;
}

.section_divider_height {
  height: 84px;
}
/* ANTO */
.section_large_paragraph {
  font-family: "Gilroy";

  font-weight: 900;
  font-size: 27px;
  line-height: 34px;
}
/* ANTO END*/
/*SECTIONS END*/

/*BLACK SECTION*/
.black_section_top_content {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 56px;
  max-width: 520px;
}
.black_section_bottom_content {
  padding-bottom: 32px;
  padding-top: 20px;
  max-width: 500px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--ia_white);
}
.human_animation {
  margin: 0 auto;
  padding: 100px 0;
}
.small_rectagles_black_bg {
  position: relative;
  position: relative;
  left: -40px;
  top: -91px;
  margin-bottom: 84px;
}
/*ANTO */
.section_button_wrapper {
  text-align: center;
  width: 89%;
}
/*ANTO END */
.ia_orange_button {
  padding: 8px 16px;
  gap: 8px;
  width: 154px;
  height: 40px;
  color: var(--ia_white);
  background-color: var(--ia_orange);
}
/*ANTO */
.ia_orange_button:hover {
  text-decoration: none;
  color: var(--ia_white);
  font-weight: 500px;
}
/*ANTO END */
/*BLACK SECTION END*/

/*SECTION WITH BACKGROUND*/
.section_with_bg {
  position: relative;
}
.section_image_wrapper {
  position: relative;
}
.image_caption_wrapper {
  position: relative;
}
.small_grey_overlay,
.red_overlay,
.featuresred_overlay,
.grey_overlay,
.large_blue_overlay,
.blue_overlay,
.transparent_overlay_left,
.transparent_overlay_right {
  position: absolute;
}
.transparent_overlay_left {
  left: 0;
  top: 0;
  bottom: 0;
  width: 16.28%;
  transition: 0.5s ease;
  opacity: 1;
  /* border: solid 1px #fff; */
}
.small_grey_overlay {
  left: 0;
  top: 0;
  bottom: 0;
  width: 16.28%;
  /*  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); Black see-through */
  transition: 0.5s ease;
  opacity: 1;
  /* border: solid 1px #fff; */
}
.red_overlay {
  left: 217px;
  top: 0;
  bottom: 0;
  width: 23%;
  background: rgba(246, 63, 36, 0.5);
  mix-blend-mode: overlay;

  /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 10%,
    rgba(246, 63, 36, 0.5) 100%,
    rgba(246, 63, 36, 0.5) 100% ; */
  /* background: url("../images/rectagles/Rectangle2.svg"); */
}

.featuresred_overlay {
  left: 230px;
  top: 0;
  bottom: 0;
  width: 22.3%;
  background: #f63f24;
  mix-blend-mode: color;
}

.grey_overlay {
  left: 488px;
  top: 0;
  bottom: 0;
  width: 23%;
  transition: 0.5s ease;
  opacity: 1;
  /* border: solid 1px #fff; */
}
/* Anto */
.large_blue_overlay {
  left: 822px;
  top: 0;
  bottom: 0;
  width: 38.6%;
  background: #3933ff;
  mix-blend-mode: color;
  border: 1px solid #000000;
}
.blue_overlay {
  left: 813px;
  top: 0;
  bottom: 0;
  width: 23%;
  background: #3933ff;
  mix-blend-mode: overlay;
  /*background: rgba(14, 7, 249, 0.44);  Black see-through */

  /* border: solid 1px #fff; */
}
.transparent_overlay_right {
  right: 0;
  top: 0;
  bottom: 0;
  width: 44.2%;
  background: rgb(64, 64, 77);
  background: rgba(57, 51, 255, 0.5); /* Black see-through */
  transition: 0.5s ease;
  opacity: 1;
  /* border: solid 1px #fff; */
}
.image_caption {
  position: absolute;
  bottom: -17px;
  left: -12px;
}
.top_caption {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  padding: 10px;
}
.flex-container {
  display: flex;
  align-items: stretch;
}

.flex-container > div {
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
/*SECTION WITH BACKGROUND END*/

/*TIMELINE*/
.timeline_wrapper {
  position: relative;
  left: -30px;
}
.timeline_heading {
  margin: 20px 0 6rem 0;
  float: right;
}
.timeline_description {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding-left: 35px;
}
/* ANTO */
.timeline {
  /* position: relative; */
  width: 660px;
  margin: 0 auto;
  padding: 1em 0;
  list-style-type: none;
}
/* ANTO END*/

.timeline:before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  display: block;
  width: 20px;
  height: 100%;
  background: var(--ia_light_grey);
  z-index: 5;
}
.present_timeline::before {
  background-color: var(--ia_blue) !important;
}

.timeline li {
  padding: 0 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: left;
  margin-left: 30px;
}

.flag-wrapper {
  position: relative;
  display: inline-block;

  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248, 248, 248);
  padding: 6px 10px;
  border-radius: 5px;

  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: " ";
  display: none;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255, 80, 80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;

  line-height: 1em;
  font-size: 0.66666em;
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  color: #1a1b1f;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.desc {
  margin: 1em 0.75em 0 0;

  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .timeline li {
    padding: 2em 0;
  }

  .direction-l,
  .direction-r {
    float: none;
    width: 100%;

    text-align: center;
  }

  .flag-wrapper {
    text-align: center;
  }

  .flag {
    background: rgb(255, 255, 255);
    z-index: 15;
  }

  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
  }

  .direction-l .flag:after,
  .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 8px;
    pointer-events: none;
  }

  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .direction-l .time-wrapper {
    float: none;
  }

  .direction-r .time-wrapper {
    float: none;
  }

  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245, 245, 245);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);

    z-index: 15;
  }

  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;

    z-index: 15;
  }
}

@media screen and (min-width: 400px ?? max-width: 660px) {
  .direction-l .desc,
  .direction-r .desc {
    margin: 1em 4em 0 4em;
  }
}

.height_2025 {
  height: 200px;
}
.height_2025_right {
  height: 85px;
}

.height_2024 {
  height: 225px;
}
.height_2024_right {
  height: 85px;
}
.height_2023 {
  height: 306px;
}
.height_2023_right {
  height: 93px;
}
.height_2022 {
  height: 350px;
}
.height_2021 {
  height: 70px;
}
.height_2020 {
  height: 70px;
}
.height_2019 {
  height: 100px;
}
.future_height {
  height: 53%;
}
.today {
  color: #1a1b1f;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-left: 5px;
  margin-top: 30px;
}
/*TIMELINE END*/

/*OUR TECHNOLOGY*/
.our_tecnology_description {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  max-width: 600px;
  margin-top: 32px;
}
.max_width_none {
  max-width: none !important;
}
/*OUR TECHNOLOGY END*/

/*DOCTOR SECTION*/
.doctor_divider_height {
  height: 50px;
}
.doctor_name {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: var(--ia_black);
}
.doctor_description {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: var(--ia_black);
}
.doctor_image_wrapper {
  margin: 1em 0;
}
.doctor_image_wrapper img {
  width: 100%;
}
/*DOCTOR SECTION END*/

/*BOTTOM BLUE SECTION*/
#bottom_blue_section {
  padding-bottom: 20px;
}
.bottom_blue_section_large_text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  color: var(--ia_white);
  margin: 80px 0 50px 0;
}
.bottom_blue_section_small_text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--ia_white);
}
/*BOTTOM BLUE SECTION END*/

/*FOOTER*/
.footer_padding {
  padding-left: 250px;
}
.footer {
  padding: 150px 0 60px 0;
}
.footer .logo {
  position: relative;
  float: left;
}
.footer_height {
  height: 100px;
}
.private_ltd {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--ia_white);
  padding-bottom: 16px;
}
.address_line_1,
.address_line_2,
.copy_right {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: var(--ia_white);
  padding-bottom: 16px;
}
.address_line_2 {
  padding-top: 10px;
}
.copy_right {
  padding-top: 60px;
  padding-left: 16px;
}
.footer_nav {
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: var(--ia_white);
}
.footer_nav ul {
  list-style: none;
}
.footer_nav ul li {
  padding-bottom: 5px;
}
.footer_nav a {
  color: var(--ia_white);
}
.footer_nav a:hover {
  color: var(--ia_white);
  text-decoration: none;
}
/*FOOTER END*/

/* ANTO */
/* CONTAINER WIDTH */
.width66 {
  width: 67% !important;
}
.posrelative {
  position: relative;
}
.posabsolute {
  position: absolute;
}
.plusicon {
  top: -60px;
  left: -23px;
}
.tcenter {
  text-align: center;
}
.mb-10 {
  margin-bottom: 50px;
}

.earlyinterventiontop {
  top: 176px !important;
}

.earlydetactiontop {
  top: 435px !important;
}

.preventiontop {
  top: 779px !important;
}

.pasttop {
  top: -25px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.tright {
  text-align: right;
}

.p-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pl-7 {
  padding-left: 7em !important;
}

.aboutheadtop {
  top: -88px !important;
}

.pll-2 {
  padding-left: 2em;
}

.pll-12 {
  padding-left: 1.2em;
}

.mt-0 {
  margin-top: 0 !important;
}

.pf2 {
  padding: 2.3em !important;
}

.fsize10 {
  font-size: 12px !important;
}

.margt0 {
  margin-top: 0 !important;
}

.contactmaxwidth {
  max-width: 820px !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #f63f24;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: none;
}

.mbot2 {
  margin-bottom: 1.6em;
}

.mtop2 {
  margin-top: 1.6em;
}

.fleftt {
  float: left;
}

.talighnright {
  text-align: right;
}

.submitbn {
  color: #fff;
  background-color: #3933ff;
  border: 0;
  padding: 10px 20px;
  border-radius: 3px;
}

.fbold {
  font-weight: bold;
}

.mbot3 {
  margin-bottom: 2em;
}

.bookademobn {
  color: #fff;
  background-color: #f63f24;
  border: 0;
  padding: 10px 20px;
  border-radius: 3px;
}

.form-check-label {
  font-size: 16px;
  line-height: 21px;
}

.pl-2 {
  padding-left: 2em;
}

.pr-2 {
  padding-right: 2em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-23 {
  padding-bottom: 17.2em;
}

.pb-34 {
  padding-bottom: 3.2em;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10px {
  margin-top: 10px !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.h30 {
  height: 3em;
}

.h19em {
  height: 19em;
}

.form-control {
  border-radius: 0px !important;
}

.pdl {
  padding-left: 0px;
}

.form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #1a1b1f;
}

.form-check-label input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  left: 0px;
  top: -1px;
  z-index: 1;
}

.for #vid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;

  top: 0;
  left: 0;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.videoletter1 {
  font-size: 6rem;
  margin-top: 30vh;
}

.videoletter2 {
  font-size: 3rem;
}

.mtop3 {
  margin-top: 7em;
}

#genome {
  width: 50% !important;
  height: 50% !important;
}

.aligncenter {
  text-align: center;
}

.contwidth {
  width: 80% !important;
}

.section2 {
  padding: 0 0 10.125rem 0;
}

.section3 {
  padding: 10.125rem 0 0;
}

.f19 {
  font-size: 19px !important;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  /* overflow: hidden; */
}

.video-background-holder2 {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  text-align: right;
  background-size: cover;
}

.video-background-holder video1 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;

  /* -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: right; */
  /* margin-left: 30vw; transform: translate(-50%); */
}

.video-background-holder2 video2 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;

  /* -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); */
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

video {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* top: 0;
    right: 0; */
}

.wrapper {
  position: absolute;
  right: -10%;
  width: 65%;
  height: auto;
  top: 0;
  bottom: 0;
}

.wrapper2 {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
code {
  padding: 0 0.15rem;
  background: #f5f5f5;
  border-radius: 0.2rem;
}

.display-4 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-left {
  text-align: left !important;
}

.navbar {
  padding: 0 1rem !important;
}
/* C
ONTAINER WIDTH END */
/* ANTO END*/

/* AUG 31 */
.verical_lines_wrapper {
  position: relative;
}

#v1 {
  left: 0;
}

.verical_lines {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  position: absolute;
  /* margin-left: -3px; */
  top: 0;
  z-index: 1;
}

#v2 {
  left: 32%;
}

#v3 {
  right: 32%;
}
#v4 {
  right: 0;
}

.maincontainerNOpart {
  width: 64% !important;
  position: relative;
}

.pad0 {
  padding: 0 !important;
}

.plus {
  --b: 2px; /* the thickness */
  width: 40px; /* the size */
  aspect-ratio: 1;
  background: conic-gradient(
      from 90deg at var(--b) var(--b),
      var(--ia_orange) 90deg,
      transparent 0
    )
    calc(100% + var(--b) / 2) calc(100% + var(--b) / 2) / calc(50% + var(--b))
    calc(50% + var(--b));
  display: inline-block;
  margin-left: -31px;
}

.alt {
  border-color: transparent;
  background: conic-gradient(
      from 90deg at var(--b) var(--b),
      transparent 90deg,
      var(--ia_orange) 0
    )
    calc(100% + var(--b) / 2) calc(100% + var(--b) / 2) / calc(50% + var(--b))
    calc(50% + var(--b));
}

.marg0 {
  margin: 0 !important;
}

.padb3em {
  padding-bottom: 3em;
}

/* SEP 01 */
.line-wrapper {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
}
.line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 10%);
  position: relative;
  padding: 24px;
}
.line-wrapper .line-blk h4 {
  font-family: "Gilroy_Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #1a1b1f;
  position: relative;
}
.line-wrapper .line-blk p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
}
.line-wrapper .line-blk h4::before {
  content: "";
  background: url(../images/Plus_Icon.png);
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -48px;
  top: -60px;
}

/* TOPNOSECTION */

.bgwhite {
  background: #fff !important;
}

.bgdarkgray {
  background: #1a1b1f !important;
}

.TopNosection .line-wrapper .line-blk h5::before {
  content: "";
  background: url(../images/Plus_Icon.png);
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -48px;
  top: -60px;
}
.TopNosection .line-wrapper .line-blk p {
  color: #fff;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: var(--ia_white);
  padding-bottom: 16px;
  margin-top: 0px !important;
}
.TopNosection .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 150px 0 35px;
  height: initial !important;
}

.TopNosection .line-wrapper .line-blk:last-child {
  border-right: 1px solid rgb(0 0 0 / 15%);
}

.TopNosection .line-wrapper .line-blk h3::before {
  content: "";
  background: url(../images/Plus_Icon.png);
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -50px;
  top: -60px;
}

.TopNosection .sectext {
  font-family: "Inter_Light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
}

.TopNosection .section_col_content {
  margin-left: 25px;
}

.TopNosection .NO_content {
  margin-left: 0;
}

.TopNosection.IAintro .IAintrotext {
  font-family: "Inter_Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  width: 42%;
}

.TopNosection.IAintro .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 70px 0 35px;
  height: 55vh !important;
}

.IAintrow {
  width: 40%;
}

/* END TOPNOSECTION */

/* IAV SECTION */

.TopNosection.IAV .line-wrapper .line-blk {
  /* border-left: 1px solid rgb(255 255 255 / 20%); */
  border: none !important;
  position: relative;
  padding: 150px 0 35px;
  height: 120vh !important;
}

.TopNosection.IAVhuman .line-wrapper .line-blk {
  /* border-left: 1px solid rgb(255 255 255 / 20%); */
  border: none !important;
  position: relative;
  padding: 0 0 35px;
  height: 120vh !important;
}

.TopNosection.IAV .line-wrapper .line-blk:last-child {
  /* border-right: 1px solid rgb(255 255 255 / 20%); */
  border: none !important;
}

.TopNosection.IAV .line-wrapper .line-blk h5::before {
  background: none;
}

.IVAtext h2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
}
.IVAtext h5 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  color: #fff;
}

.IVAtext h5 span {
  color: #3933ff;
}

.IVAtext p {
  font-family: "Inter_Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.IAVlargetext {
  font-family: "Gilroy_Bold";
  font-style: normal;
  font-weight: 900;
  font-size: 220px;
  line-height: 180px;
  letter-spacing: -0.05em;
  color: #fff;
}

.IABuiltfortext {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  color: #3933ff;
}

.IAhumanleft {
  left: 0;
  right: 0;
}

.DDseccolor {
  color: #fff;
}

.DDpadtop4 {
  padding-top: 0.4em;
}

.DDpadtop {
  padding-top: 28em;
}

.DPpadtop {
  padding-top: 17em;
}

.DPtextpadtop {
  padding-top: 6em;
}

.padbottomIAV {
  padding-bottom: 8em;
}

.padtop14 {
  padding-top: 14em;
}

.padtop8 {
  padding-top: 6em;
}

.padtop30 {
  padding-top: 30em;
}

.TopNosection.IABuiltfor .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 70px 0 35px;
  height: 40vh !important;
}

/* END OF IAV SECTION */

.container {
  width: 68% !important;
}

.posunset {
  position: unset !important;
}

.padtop1 {
  padding-top: 1em !important;
}

.padtop12 {
  padding-top: 12em !important;
}

.padtop5 {
  padding-top: 5em !important;
}

/* Core Features */

.Corefeaturesbg .line-wrapper .line-blk {
  position: relative;
  padding: 0 !important;

  height: 640px !important;
}

.Corefeaturesbg {
  background-image: url("../images/section_banners/features_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 640px;
}

.Corefeaturesbg .line-wrapper .line-blk {
  position: relative;
  height: 640px !important;
}

.Corefeaturesbg .IAOrangeColor {
  background: #f63f24;
  mix-blend-mode: color;
}

.Corefeaturesbg .IABlueColor {
  background: #3933ff;
  mix-blend-mode: color;
  height: 640px;
  width: 57% !important;
}

.CoreHText {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  color: #3933ff;
  z-index: 999;
}

.contzindex {
  z-index: 1;
  top: 25em;
}

.FeaturesHText {
  font-family: "Gilroy_Bold";
  font-style: normal;
  font-weight: 900;
  font-size: 220px;
  line-height: 180px;
  letter-spacing: -0.05em;
  z-index: 999;
  color: #fff;
  text-transform: uppercase;
}

.Corefeaturestext {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #1a1b1f;
  width: 46%;
}

.TopNosection.CoreFSecond .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 90px 0 39px;
  height: 143vh !important;
}

.padt62 {
  padding-top: 6.2em !important;
}

/* END Core Features */

/* TimeLineHeading */
.TopNosection.TimeLineHead .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 0 0 35px;
  height: 70vh !important;
}

.TopNosection.TimeLineFirstPart .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 0 0 35px;
  height: 190vh !important;
}

.TopNosection.TimeLineFirstPart .line-wrapper .line-blk h5::before {
  content: "";
  background: none;
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -50px;
  top: -60px;
}

.TopNosection.TimeLineSecondPart .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 0 0 35px;
  height: 70vh !important;
}

.TopNosection.TimeLineThirdPart .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 0 0 35px;
  height: 50vh !important;
}

.TopNosection.TimeLineSecondPart .line-wrapper .line-blk h5::before {
  content: "";
  background: none;
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -50px;
  top: -60px;
}

.TopNosection.TimeLineThirdPart .line-wrapper .line-blk h5::before {
  content: "";
  background: none;
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -50px;
  top: -60px;
}

.TimeLineSecondPartpadt {
  padding-top: 2.04em;
}

.bgTimelineblue {
  background: rgba(57, 51, 255, 0.1);
}

.Timelinecenterleftbg {
  border-left: 1.5em solid rgb(0 0 0 / 15%) !important;
}

.Timeline2022centerleftbg {
  border-left: 1.5em solid #3933ff !important;
}

.Timelinecentertext {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1a1b1f;
}

.Timelinecentertexttoday {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #1a1b1f !important;
}

.TimeLineHeadtext {
  font-family: "Gilroy_Bold";
  font-style: normal;
  font-weight: 900;
  font-size: 220px;
  line-height: 180px;
  letter-spacing: -0.05em;
  color: #1a1b1f;
  text-transform: uppercase;
}
.TimeLineHeadtext2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1a1b1f;
  width: 83%;
  padding-top: 3em;
}

.paddingtop14 {
  padding-top: 14em;
}

.paddingtop1 {
  padding-top: 1em;
}

.paddingtop2 {
  padding-top: 2em;
}

.TopNosection.TimeLineBookPart .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 70px 0 35px;
  height: 30vh !important;
}

.AfterTimelinebg .line-wrapper .line-blk {
  position: relative;
  padding: 0 !important;

  height: 640px !important;
}

.AfterTimelinebg {
  background-image: url("../images/section_banners/doctors_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 640px;
}

.AfterTimelinebg .line-wrapper .line-blk {
  position: relative;
  height: 640px !important;
  border: none;
}

.AfterTimelinebg .IAOrangeColor {
  background: #f63f24;
  mix-blend-mode: color;
}

.AfterTimelinebg .IABlueColor {
  background: #3933ff;
  mix-blend-mode: color;
  height: 640px;
}

/* END TimeLineHeading */

/* TECHNOLOGY PART */
.TopNosection.TechnologyPart .line-wrapper .line-blk {
  height: 168vh !important;
}

.paddingtop55 {
  padding-top: 5.5em;
}

/* END TECHNOLOGY PART */

/* END TimeLineHeading */

/* Endorsement PART */

.TopNosection.EndorsementTitle .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 0 0 0;
  height: 25vh !important;
}

.TopNosection.ProfName .line-wrapper .line-blk h3::before {
  content: "";
  background: none;
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -50px;
  top: -60px;
}

.TopNosection.Endorsement .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 0 0 35px;
  height: 170vh !important;
}

.paddingtop55 {
  padding-top: 5.5em;
}

.ProfName {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1a1b1f;
  padding-top: 1em;
  height: 66px;
}

.ProfName2 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1a1b1f;
  padding-top: 1em;
}

.EndorsementTitleEn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #1a1b1f;
  height: 64vh;
}

.TopNosection .EndPhd {
  font-family: "Inter_Light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
  height: 7vh;
}

.margintop10 {
  margin-top: 10px !important;
}
/* END Endorsement PART */

/* Request A Demo */

.TopNosection.Requestademopart .line-wrapper .line-blk {
  border: none;
  position: relative;
  padding: 0 0 35px;
  height: 84vh !important;
}

.Requestademobg {
  height: 564px;
  background: #3933ff;
}

.ReqAdemoHead {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  color: #ffffff;
  padding-top: 70px;
}

.ReqAdemoHead2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding-top: 300px;
  width: 50%;
}

.ReqAdemoHead3 {
  padding-top: 400px;
}
/* END Request A Demo */

/* Footer Part */
.TopNosection.FooterPart .line-wrapper .line-blk {
  border: none;
  position: relative;
  padding: 70px 0 35px !important;
  height: 84vh !important;
}
.ptyltd {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 1em;
}

.IAaddress {
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 1em;
}

.TopNosection.FooterPart .line-wrapper .line-blk h5::before {
  content: "";
  background: url(../images/Plus_Icon.png);
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -50px !important;
  top: 250px !important;
}

.TopNosection.FooterPart .line-wrapper .line-blk ul::before {
  content: "";
  background: url(../images/Plus_Icon.png);
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -50px !important;
  top: 250px !important;
}

/* END Footer Part */

/* ABOUT PART */
.TopNosection.AboutPart .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 150px 0 35px;
  height: 160vh !important;
}

.aboutcontent {
  width: 71%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 28px;
}

.padtop24 {
  padding-top: 24em;
}

.padtop05 {
  padding-top: 0.5em;
}

/* END ABOUT PART */

/* TEAM */

.TopNosection.TeamMembersMain .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 0 0 35px;
  height: 205vh !important;
}

.TopNosection.TeamMembers .line-wrapper .line-blk {
  border-left: 1px solid rgb(0 0 0 / 15%);
  position: relative;
  padding: 0 0 35px;
  height: 124vh !important;
}

.TopNosection.TeamMembersMain .line-wrapper .line-blk h3::before {
  content: "";
  background: url(../images/Plus_Icon.png);
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -24px !important;
  top: -44px !important;
}

.TopNosection.TeamMembers .line-wrapper .line-blk h3::before {
  content: "";
  background: url(../images/Plus_Icon.png);
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: -24px !important;
  top: -44px !important;
}

.TeamMembersTitleEnTeams {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #1a1b1f;
  height: 43vh;
}

.TopNosection .TeamsPhd {
  font-family: "Inter_Light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
  height: 3vh;
}

/* END TEAM */

/* CONTACT */

.contacttext {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 52px;
  color: #3933ff;
}

.width66p {
  width: 66% !important;
  z-index: 999;
}

.form-check-label input:checked ~ .checkmark {
  background-color: #2196f3;
}

.big-checkbox {
  width: 30px;
  height: 30px;
}
/* END CONTACT */

.containervideo {
  padding-left: 3em;
  padding-right: 3em;
}

/* MEDIA */

@media only screen and (max-width: 768px) {
  .container-main {
    width: 100% !important;
  }
  .line-wrapper .line-blk {
    flex: 100%;
    height: 55vh;
  }
  .line-wrapper .line-blk .cont-blk {
    width: 100%;
    min-height: 35vh;
    display: block;
  }
  .line-wrapper .line-blk .mob.cont-blk {
    width: 100%;
    min-height: 35vh;
    display: block;
  }
}
/* END MEDIA */

/* END SEP 01 */
.dspy-only {
  display: none;
}
.navbar-light .navbar-nav .nav-link {
  color: #fffffe !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
    padding-right: 0px !important;
  }
  a.navbar-brand .logo img {
    width: 200px !important;
  }
  .navbar-collapse {
    margin: 0 auto;
  }
  .navbar-nav {
    width: 100%;
  }
  ul.navbar-nav li.nav-item a.nav-link {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .display-4 {
    font-size: 27px;
  }
  .container {
    width: 80% !important;
  }
  .TopNosection.IAintro .IAintrotext {
    width: 86%;
  }
  .IVAtext h5 {
    font-size: 28px;
    line-height: 32px;
    width: 95%;
  }
  .IAVlargetext {
    font-size: 185px;
  }
  .large_text {
    display: none;
  }
  .FeaturesHText {
    font-size: 70px;
    line-height: 75px;
  }
  .Corefeaturestext {
    width: 85%;
  }
  .TimeLineHeadtext {
    font-size: 70px;
    line-height: 75px;
  }
  .TimeLineHeadtext2 {
    width: 95%;
  }
  .AfterTimelinebg {
    height: 200px !important;
  }
  .IABuiltfortext {
    font-size: 30px;
    line-height: 35px;
  }
  .ReqAdemoHead {
    font-size: 30px;
    line-height: 35px;
  }
  .ReqAdemoHead2 {
    padding-top: 260px;
    width: 85%;
  }
  .Requestademobg .TopNosection .line-wrapper .line-blk {
    height: initial !important;
  }
  .bgdarkgray .TopNosection .line-wrapper .line-blk {
    height: 50vh !important;
  }
  .bgdarkgray .padtop8 {
    padding-top: 4em;
  }
  .bgdarkgray .TopNosection .line-wrapper .line-blk.mbh {
    height: 20vh !important;
  }
  .EndorsementTitleEn {
    height: 75vh;
  }
  h3.EndorsementTitleEn.thrd {
    height: 61vh !important;
  }
  .bgwhite.End .TopNosection.EndorsementTitle .line-wrapper .line-blk {
    height: 10vh !important;
  }
  .bgwhite.Endr .TopNosection.Endorsement .line-wrapper .line-blk.lst {
    height: 181vh !important;
  }
  .TopNosection .line-wrapper .line-blk:last-child {
    border-right: 0px solid rgb(0 0 0 / 15%);
  }
  .bgwhite.tech .TopNosection.TechnologyPart .line-wrapper .line-blk.mbh {
    height: 20vh !important;
  }
  .bgwhite.tech .TopNosection.TechnologyPart .line-wrapper .line-blk {
    height: 120vh !important;
  }
  .bgwhite.tech .TopNosection.TechnologyPart .line-wrapper .line-blk .padtop14 {
    padding-top: 0em !important;
  }
  .TopNosection.TimeLineHead .line-wrapper .line-blk {
    height: 30vh !important;
  }
  .TopNosection.TimeLineFirstPart .line-wrapper .line-blk.one {
    height: 33vh !important;
  }
  .line-blk.Timelinecenterleftbg {
    height: 45vh !important;
  }
  h5.paddingtop14 {
    padding-top: 4em;
  }
  .TopNosection.TimeLineFirstPart
    .line-wrapper
    .line-blk.Timelinecenterleftbg.two {
    height: 35vh !important;
    margin-bottom: 15vh;
  }
  .TopNosection.TimeLineSecondPart .line-wrapper .line-blk.trd {
    height: 35vh !important;
    margin-bottom: 10vh;
  }
  .TopNosection.TimeLineSecondPart .line-wrapper .line-blk:last-child {
    height: 80vh !important;
  }
  .TopNosection.TimeLineThirdPart .line-wrapper .line-blk:last-child {
    height: 0vh !important;
  }
  .TopNosection.TimeLineThirdPart .line-wrapper .line-blk:last-child h3 {
    margin-top: 45px;
  }
  .navbar-collapse {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 90vh;
    left: 0;
    top: 113px;
    z-index: 9999;
    background-color: #000;
    padding: 50px;
  }
  .wrapper {
    width: 100% !important;
    left: 0px;
  }
  .bgwhite.intro .TopNosection .line-wrapper .line-blk.four .padtop12 {
    padding-top: 2em !important;
  }
  .bgwhite.intro .TopNosection .line-wrapper .line-blk:last-child {
    padding-top: 4em !important;
  }
  .bgwhite.intro .TopNosection .line-wrapper .line-blk:last-child .padtop12 {
    padding-top: 2em !important;
  }
  .bgwhite.intro .TopNosection .line-wrapper .line-blk:first-child {
    height: 10vh !important;
  }
  .bgdarkgray.iav-wrap .TopNosection .line-wrapper .line-blk:first-child {
    display: none;
  }
  .bgdarkgray.iav-wrap .TopNosection .line-wrapper .line-blk p {
    width: 95%;
  }
  .dspy-no {
    display: none;
  }
  .bgdarkgray.padbottomIAV.thre-part .TopNosection .line-wrapper .line-blk.two {
    padding: 35px 0 35px;
  }
  .bgdarkgray.padbottomIAV.thre-part
    .TopNosection
    .line-wrapper
    .line-blk.two
    .padtop12 {
    padding-top: 0em !important;
  }
  .bgdarkgray.padbottomIAV.thre-part
    .TopNosection
    .line-wrapper
    .line-blk
    .DDpadtop {
    padding-top: 6em !important;
  }
  .bgdarkgray.padbottomIAV.thre-part {
    padding-bottom: 35vh;
  }
  .dspy-only {
    display: block !important;
  }
  .bgwhite.build-for .TopNosection .line-wrapper .line-blk.two .padtop14 {
    padding-top: 12em !important;
  }
  .bgwhite.build-for .TopNosection .line-wrapper .line-blk.pnt .padtop30 {
    padding-top: 0em !important;
  }
  .bgwhite.build-for .TopNosection .line-wrapper .line-blk.pnt .padtop14 {
    padding-top: 0em !important;
  }
  .bgwhite.build-for .TopNosection .line-wrapper .line-blk.pntp .padtop14 {
    padding-top: 0em !important;
  }
  .contzindex {
    top: 16em;
  }
  .mtop {
    margin-top: 12vh;
  }
  .mtop-tp {
    padding-top: 8em !important;
  }
  .bgwhite.iah .TopNosection .line-wrapper .line-blk.pntp .padtop14 {
    padding-top: 0em !important;
  }
  .bgwhite.iah-wrap .TopNosection .line-wrapper .line-blk.iispc {
    height: 35vh !important;
  }
  .bgwhite.iah-wrap .TopNosection .line-wrapper .line-blk.lst {
    height: 75vh !important;
  }
  .aboutcontent {
    width: 95%;
  }
  .bgwhite.abt .TopNosection.AboutPart .line-wrapper .line-blk:first-child {
    height: 60vh !important;
  }
  .bgwhite.abt .TopNosection.AboutPart .line-wrapper .line-blk.two .padtop24 {
    padding-top: 0em;
  }
  .bgwhite.abt .TopNosection.AboutPart .line-wrapper .line-blk.two {
    height: 130vh !important;
  }
  .bgwhite.cntt .TopNosection.AboutPart .line-wrapper .line-blk .contacttext {
    font-size: 35px;
    line-height: 40px;
  }
  .bgwhite.cntt .TopNosection.AboutPart .line-wrapper .line-blk .width66p {
    padding-top: 10em !important;
  }
  .contacttext {
    font-size: 35px;
    line-height: 40px;
  }
  .bgwhite.bksec .TopNosection.AboutPart .line-wrapper .line-blk {
    height: 215vh !important;
  }
  .width66p {
    width: 75% !important;
  }
  .navbar-light .navbar-toggler {
    background-color: rgb(255 255 255 / 50%) !important;
  }
  .line-wrapper {
    flex-wrap: wrap !important;
  }
  .TopNosection.TeamMembersMain .line-wrapper .line-blk.trm {
    height: 133vh !important;
  }
  .TopNosection.TeamMembers .line-wrapper .line-blk.fst {
    height: 115vh !important;
  }
  .TopNosection.IAintro .line-wrapper .line-blk {
    border-left: 1px solid rgb(0 0 0 / 15%);
    position: relative;
    padding: 70px 0 35px;
    height: 43vh !important;
  }
  .TopNosection .line-wrapper .line-blk {
    border-left: 1px solid rgb(0 0 0 / 15%);
    position: relative;
    padding: 115px 0 35px;
    height: initial !important;
  }

  .line-blk.Timelinecenterleftbg.two {
    margin-top: -15px !important;
    padding-top: 54px !important;
    min-height: 62vh !important;
  }
  .TopNosection.TeamMembersMain .line-wrapper .line-blk {
    border-left: 1px solid rgb(0 0 0 / 15%);
    position: relative;
    padding: 0 0 35px;
    height: 241vh !important;
  }
  .tl-prs {
    position: relative;
  }
  .tl-yrs {
    position: absolute !important;
    left: -97px;
  }
  .yr-hd1 {
    margin-top: 255px;
  }
  .yr-hd2 {
    margin-top: 166px;
  }
  .yr-hd3 {
    margin-top: 191px;
  }
  .yr-hd4 {
    margin-top: 541px;
  }
  .yr-hd5 {
    margin-top: 430px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  /* sep 14 Anto */
  .section_description {
    position: unset !important;
  }
  /* END sep 14 Anto */
  .logo {
    margin: 0px 0px 0px 10px;
  }
  html,
  body {
    overflow-x: hidden !important;
    padding-right: 0px !important;
  }
  a.navbar-brand .logo img {
    width: 200px !important;
  }
  .navbar-collapse {
    margin: 0 auto;
  }
  .navbar-nav {
    width: 100%;
  }
  ul.navbar-nav li.nav-item a.nav-link {
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .display-4 {
    font-size: 30px;
  }
  .container {
    width: 80% !important;
  }
  .TopNosection.IAintro .IAintrotext {
    width: 86%;
  }
  .IVAtext h5 {
    font-size: 28px;
    line-height: 32px;
    width: 95%;
  }
  .IAVlargetext {
    font-size: 185px;
  }
  .large_text {
    display: none;
  }
  .FeaturesHText {
    font-size: 70px;
    line-height: 75px;
  }
  .Corefeaturestext {
    width: 85%;
  }
  .TimeLineHeadtext {
    font-size: 70px;
    line-height: 75px;
  }
  .TimeLineHeadtext2 {
    width: 95%;
  }
  .AfterTimelinebg {
    height: 380px !important;
  }
  .IABuiltfortext {
    font-size: 30px;
    line-height: 35px;
  }
  .ReqAdemoHead {
    font-size: 30px;
    line-height: 35px;
  }
  .ReqAdemoHead2 {
    padding-top: 260px;
    width: 85%;
  }
  .Requestademobg .TopNosection .line-wrapper .line-blk {
    height: initial !important;
  }
  .bgdarkgray .TopNosection .line-wrapper .line-blk {
    height: 50vh !important;
  }
  .bgdarkgray .padtop8 {
    padding-top: 4em;
  }
  .bgdarkgray .TopNosection .line-wrapper .line-blk.mbh {
    height: 20vh !important;
  }
  .EndorsementTitleEn {
    height: 75vh;
  }
  h3.EndorsementTitleEn.thrd {
    height: 0vh !important;
  }
  .bgwhite.End .TopNosection.EndorsementTitle .line-wrapper .line-blk {
    height: 10vh !important;
  }
  .bgwhite.Endr .TopNosection.Endorsement .line-wrapper .line-blk {
    height: 220vh !important;
  }
  .bgwhite.Endr .TopNosection.Endorsement .line-wrapper .line-blk.lst {
    height: 150vh !important;
  }
  .TopNosection .line-wrapper .line-blk:last-child {
    border-right: 0px solid rgb(0 0 0 / 15%);
  }
  .bgwhite.tech .TopNosection.TechnologyPart .line-wrapper .line-blk.mbh {
    height: 20vh !important;
  }
  .bgwhite.tech .TopNosection.TechnologyPart .line-wrapper .line-blk {
    height: 120vh !important;
  }
  .bgwhite.tech .TopNosection.TechnologyPart .line-wrapper .line-blk .padtop14 {
    padding-top: 0em !important;
  }
  .TopNosection.TimeLineHead .line-wrapper .line-blk {
    height: 30vh !important;
  }
  .TopNosection.TimeLineFirstPart .line-wrapper .line-blk.one {
    height: 33vh !important;
  }
  .line-blk.Timelinecenterleftbg {
    height: 45vh !important;
  }
  h5.paddingtop14 {
    padding-top: 4em;
  }
  .TopNosection.TimeLineFirstPart
    .line-wrapper
    .line-blk.Timelinecenterleftbg.two {
    height: 35vh !important;
    margin-bottom: 15vh;
  }
  .TopNosection.TimeLineSecondPart .line-wrapper .line-blk.trd {
    height: 35vh !important;
    margin-bottom: 10vh;
  }
  .TopNosection.TimeLineSecondPart .line-wrapper .line-blk:last-child {
    height: 80vh !important;
  }
  .TopNosection.TimeLineThirdPart .line-wrapper .line-blk:last-child {
    height: 0vh !important;
  }
  .TopNosection.TimeLineThirdPart .line-wrapper .line-blk:last-child h3 {
    margin-top: 45px;
  }
  .navbar-collapse {
    margin: 0 auto;
  }
  .wrapper {
    width: 100% !important;
    left: 0px;
  }
  .bgwhite.intro .TopNosection .line-wrapper .line-blk.four .padtop12 {
    padding-top: 2em !important;
  }
  /* sep 14 Anto */
  .bgwhite.intro .TopNosection .line-wrapper .line-blk:last-child {
    padding-top: 9.3em !important;
  }
  /* END sep 14 Anto */
  .bgwhite.intro .TopNosection .line-wrapper .line-blk:last-child .padtop12 {
    padding-top: 2em !important;
  }
  .bgwhite.intro .TopNosection .line-wrapper .line-blk:first-child {
    height: 10vh !important;
  }
  .bgdarkgray.iav-wrap .TopNosection .line-wrapper .line-blk:first-child {
    display: none;
  }
  .bgdarkgray.iav-wrap .TopNosection .line-wrapper .line-blk p {
    width: 95%;
  }
  .dspy-no {
    display: none;
  }
  .bgdarkgray.padbottomIAV.thre-part .TopNosection .line-wrapper .line-blk.two {
    padding: 35px 0 35px;
  }
  .bgdarkgray.padbottomIAV.thre-part
    .TopNosection
    .line-wrapper
    .line-blk.two
    .padtop12 {
    padding-top: 0em !important;
  }
  .bgdarkgray.padbottomIAV.thre-part
    .TopNosection
    .line-wrapper
    .line-blk
    .DDpadtop {
    padding-top: 6em !important;
  }
  .bgdarkgray.padbottomIAV.thre-part {
    padding-bottom: 35vh;
  }
  .dspy-only {
    display: block !important;
  }
  .bgwhite.build-for .TopNosection .line-wrapper .line-blk.two .padtop14 {
    padding-top: 12em !important;
  }
  .bgwhite.build-for .TopNosection .line-wrapper .line-blk.pnt .padtop30 {
    padding-top: 0em !important;
  }
  .bgwhite.build-for .TopNosection .line-wrapper .line-blk.pnt .padtop14 {
    padding-top: 0em !important;
  }
  .bgwhite.build-for .TopNosection .line-wrapper .line-blk.pntp .padtop14 {
    padding-top: 0em !important;
  }
  .contzindex {
    top: 16em;
  }
  .mtop {
    margin-top: 12vh;
  }
  .mtop-tp {
    padding-top: 8em !important;
  }
  .bgwhite.iah .TopNosection .line-wrapper .line-blk.pntp .padtop14 {
    padding-top: 0em !important;
  }
  .bgwhite.iah-wrap .TopNosection .line-wrapper .line-blk.iispc {
    height: 35vh !important;
  }
  .bgwhite.iah-wrap .TopNosection .line-wrapper .line-blk.lst {
    height: 75vh !important;
  }
  .aboutcontent {
    width: 95%;
  }
  .bgwhite.abt .TopNosection.AboutPart .line-wrapper .line-blk:first-child {
    height: 30vh !important;
  }
  .bgwhite.abt .TopNosection.AboutPart .line-wrapper .line-blk.two .padtop24 {
    padding-top: 0em;
  }
  .bgwhite.abt .TopNosection.AboutPart .line-wrapper .line-blk.two {
    height: 60vh !important;
  }
  .bgwhite.cntt .TopNosection.AboutPart .line-wrapper .line-blk .contacttext {
    font-size: 35px;
    line-height: 40px;
  }
  .bgwhite.cntt .TopNosection.AboutPart .line-wrapper .line-blk .width66p {
    padding-top: 10em !important;
  }
  .contacttext {
    font-size: 35px;
    line-height: 40px;
  }
  .bgwhite.bksec .TopNosection.AboutPart .line-wrapper .line-blk {
    height: 215vh !important;
  }
  .width66p {
    width: 75% !important;
  }
  .bgwhite.teams .TopNosection.TeamMembers .line-wrapper .line-blk {
    height: 130vh !important;
  }
  .navbar-light .navbar-toggler {
    background-color: rgb(255 255 255 / 50%) !important;
  }
}

.line-blk.Timelinecenterleftbg.two {
  margin-top: -53px !important;
  padding-top: 54px !important;
  min-height: 197vh !important;
}
.line-blk.Timelinecenterleftbg {
  padding-top: 10px !important;
}
.line-blk.Timeline2022centerleftbg.trd {
  padding-top: 9px !important;
}
.content_heading {
  width: 85%;
  min-height: 60px;
}
.TopNosection .sectext {
  min-height: 115px;
}
.customer_type_controlls .fbold {
  font-weight: 600 !important;
}

@media (min-width: 1000px) and (max-width: 2560px) {
  .container {
    width: 68% !important;
  }
  .containervideo {
    padding-left: 3em;
    padding-right: 3em;
  }
  .line-wrapper .line-blk {
    flex: 33.3% !important;
    height: 55vh;
  }
  .line-wrapper .line-blk .cont-blk {
    width: 100%;
    min-height: 35vh;
    display: block;
  }
  .line-wrapper .line-blk .mob.cont-blk {
    width: 100%;
    min-height: 35vh;
    display: block;
  }
  .EndorsementTitleEn {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #1a1b1f;
    height: 75vh;
  }
  .logo {
    padding-left: 11%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .TimeLineHeadtext {
    font-size: 9em;
  }
  .FeaturesHText {
    font-size: 10.5em;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .EndorsementTitleEn {
    height: 96vh;
  }
  .ProfName {
    min-height: 90px;
  }
  .TopNosection.AboutPart .line-wrapper .line-blk {
    height: 175vh !important;
  }
  .TopNosection.TeamMembersMain .line-wrapper .line-blk {
    height: 245vh !important;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .TimeLineHeadtext {
    font-size: 10em;
  }
  .FeaturesHText {
    font-size: 12em;
  }
}

@media (min-width: 1360px) and (max-width: 1599px) {
  .TimeLineHeadtext {
    font-size: 12.5em;
  }
  .TopNosection.AboutPart .line-wrapper .line-blk {
    border-left: 1px solid rgb(0 0 0 / 15%);
    position: relative;
    padding: 150px 0 35px;
    height: 181vh !important;
  }
  .TopNosection.TeamMembersMain .line-wrapper .line-blk {
    border-left: 1px solid rgb(0 0 0 / 15%);
    position: relative;
    padding: 0 0 35px;
    height: 221vh !important;
  }
}
@media (min-width: 1530px) and (max-width: 1920px) {
  .ProfName {
    min-height: 73px;
  }
}
