.has-scroll-smooth [data-scroll-container] {
  margin-top:60px;
}

.ds_flex {
  display: flex;
}

.ds_table {
  display: table;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_nowrap {
  flex-wrap: nowrap;
}

.flex_spc_btw {
  justify-content: space-between;
}

.flex_center {
  justify-content: center;
}

.flex_js_end {
  justify-content: flex-end;
}

.flex_al_center {
  align-items: center;
}

.flex_al_baseline {
  align-items: baseline
}

.flex_al_top {
  align-items: flex-start;
}

.flex_al_end {
  align-items: flex-end;
}

.flex_column {
  flex-direction: column;
}

.ds_in_blk {
  display: inline-block;
}

.flex_spc_evn {
  justify-content: space-evenly;
}


.brand_header {
  background-color: #0f0f0f;
  padding: 14px;
  width: 100%;
  position: relative;
  top: 100%;
  z-index: 999;
}
.brand_header {
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0.25, 0, 1);
  transition: all 0.6 cubic-bezier(0.4, 0.25, 0, 1);
}
.brand_header.scrolled-down {
  top: -100%;
}
.brand_nav_list_wrapper {
  margin: 0 0 0 80px;
  gap: 32px;
}

.br_anim a {
  position: relative;
  margin-right: 12px;
}

@keyframes bracket_blink {
  0%,50% {
      opacity: 0;
      color: #1d1f20
  }
}

@-webkit-keyframes bracket_blink {
  0%,50% {
      opacity: 0;
      color: #1d1f20
  }
}

.br_anim a:before {
  content: "[";
  float: left;
  position: absolute;
  left: -10px;
  animation: bracket_blink;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  bottom: auto;
  top: auto;
  transform: none;
}
.br_anim a:after {
  content: "]";
  animation: bracket_blink;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  position: absolute;
  right: -10px;
}
.nav_menu_dropdown,.br_anim>a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.2s, box-shadow 0.4s;
}

.active.nav_list_item > a,
.brand_nav_list_wrapper .nav_list_item:first-child > a:hover {
  box-shadow: inset 0 -2px #1163fb;
}

.common-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.visible-none {
  display: none;
}

.nav_list_item_dropicon {
  margin-left: 8px;
}
.brand_btn_wrapper {
  position: relative;
}
.ai_search_btn {
  position: absolute;
  top: 50%;
  right: 160px;
  z-index: 10;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 184px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: width 0.5s ease-in-out;
}
.ai_search_icon {
  height: 18px;
}
.ai_search_icon svg {
  width: 18px;
  height: 18px;
}
.ai_search_icon svg path {
  fill: #fff;
}
.expanded .ai_search_icon svg path {
  fill: #0F0F0F;
}
.ai_search_field {
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  background-color: transparent;
}
.ai_search_field::-webkit-input-placeholder {
  color: #fff !important;
}
.ai_search_field:-ms-input-placeholder {
  color: #fff !important;
}
.ai_search_field::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.ai_search_field:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.brand_contact_btn {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px 12px 46px;
  line-height: normal;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.brand_contact_btn img {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes swing {
  20% {
      transform: rotate(15deg) translateY(-50%)
  }
  40% {
      transform: rotate(-10deg) translateY(-50%)
  }
  60% {
      transform: rotate(5deg) translateY(-50%)
  }
  80% {
      transform: rotate(-5deg) translateY(-50%)
  }
  to {
      transform: rotate(0deg) translateY(-50%)
  }
}

@-webkit-keyframes swing {
  20% {
      transform: rotate(15deg) translateY(-50%)
  }
  40% {
      transform: rotate(-10deg) translateY(-50%)
  }
  60% {
      transform: rotate(5deg) translateY(-50%)
  }
  80% {
      transform: rotate(-5deg) translateY(-50%)
  }
  to {
      transform: rotate(0deg) translateY(-50%)
  }
}

.brand_contact_btn:hover img  {
    animation-duration: 0.4s;
    animation-name: swing;
}

.ai_search_btn.expanded {
  width: 594px;
  background-color: #fff;
}
.expanded .ai_search_field::-webkit-input-placeholder {
  color: #5B5B5B !important;
}
.expanded .ai_search_field:-ms-input-placeholder {
  color: #5B5B5B!important;
}
.expanded .ai_search_field::-moz-placeholder {
  color: #5B5B5B!important;
  opacity: 1;
}
.expanded .ai_search_field:-moz-placeholder {
  color: #5B5B5B!important;
  opacity: 1;
}
.clear_ai_search {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.expanded .clear_ai_search {
  opacity: 1;
}
.expanded .ai_search_field {
  padding-right: 35px;
}

.nav_list_item {
  transition: opacity 0.4s ease-in-out;
}
.nav_list_item.disabled {
  opacity: 0;
  pointer-events: none;
}
.nav_list_item.active .nav_list_item_dropicon {
  transform: rotate(180deg) translateY(0);
}
.nav_list_item.active{
  color:#fff;
}

/* dropdown */
.header-main .container {
  position: relative;
}
.brand_dropdown_nav {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
  inset: 100% 0% auto;
  min-width: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}
.brand_dropdown_nav.ai_results {
  top: 0px;
}
.brand_dropdown_nav.ai_results.active .brand_dropdown_inner {
  transform: none;
}
.brand_dropdown_nav.ai_results .brand_dropdown_inner {
  margin:0 auto;
}
.active .brand_dropdown_nav {
  display: block;
}
.brand_dropdown_inner {
  display: flex;
  z-index: 1;
  pointer-events: auto;
  justify-content: space-between;
  margin: 0.5rem auto;
  position: relative;
  height: 600px;
  transform: translateY(10px);
}
.portfolio_nav {
  height: 480px;
}
.portfolio_nav .scrollable_list {
  max-height: 430px;
}
.industry_nav {
  height: 720px;
}
.industry_nav .scrollable_list {
  max-height: 550px;
  height: auto;
}
.brand_dropdown_inner.technologies_nav, .ai_results .brand_dropdown_inner.resources_nav {
  height: 579px;
}
.brand_dropdown_inner.resources_nav {
  height: 530px;
}
.technologies_nav .scrollable_list {
  max-height: 520px;
  height: auto;
}
.resources_nav .scrollable_list {
  max-height: 480px;
  height: auto;
}
.industry_nav .category-list > li > a {
  padding: 12px 12px 12px 32px;
}
.industry_nav .category-list {
  border-bottom: 0;
}
.wht_container {
  padding: 24px;
}
.brand_dropdown_inner.sm {
  width: 1066px;
}
.brand_dropdown_inner.md {
  width: 900px;
}
.menu_anim {
  position: relative;
  /* opacity: 0; */
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
}

.nav_list_item .menu_anim.show {
  opacity: 1;
  transform: translateY(0);
}

.brand_dropdown_bg {
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.brand_menu_grid {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  position: relative;
}
.brand_menu_grid_col {
  flex: 1;
  margin-bottom: 0;
}
.img_grid_wrap {
  display: flex;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  width: 100%;
  position: relative;
}
.img_grid_wrap li {
  flex: 1;
}
.nav_link {
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.nav_link:hover {
  border: 1px solid #ddd;
}
.nav_link:hover .project_head {
  color: #1163fb;
}
.logo_wrapper {
  width: 100px;
  height: 100px;
}
.logo_wrapper img {
  max-width: 100%;
}
.menu_content {
  padding-left: 16px;
  width: calc(100% - 100px);
}
.menu_title {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 700;
  line-height: 155.556%;
}
.menu_description {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 10px;
  position: relative;
}
.brand_menu_grid_col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 6px;
  width: calc(100% - 576px);
}
.psr {
  position: relative;
  width: 100%;
}
.brand_menu_bg {
  padding: 24px;
  width: 533px;
  border-radius: 8px 0 0 8px;
  background: url("../../new-images/dropdown-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.appi_link {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: block;
  padding: 12px;
  position: relative;
}
.appi_link:after,
.appi_link.active:after {
  position: absolute;
  content: "";
  background: url("../../new-images/menu-hover-arrow.svg") no-repeat;
  width: 12px;
  height: 9px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all ease-in 0.1s;
}
.appi_link:hover:after,
.appi_link.active:after {
  opacity: 1;
}
.appi_link:hover,
.appi_link.active {
  border-radius: 8px;
  background: #ecf3ff;
  color: #1163fb;
}
.col_list_wrapper li:not(:last-child) {
  margin-bottom: 8px;
}
.lead_tech {
  position: absolute;
  bottom: 50px;
  left: 24px;
}
.lead_tech_head {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 155.556%;
}

.lead_tech_list {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-top: 24px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.lead_tech_list:hover {
  border-bottom: 1px solid #fff;
}
/* .inner_list_wrap > li {
  margin-left: 12px;
} */
.inner_list_wrap > li > a {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 12px;
  margin-bottom: 8px;
  display: block;
  border: 1px solid #fff;
  border-radius: 8px;
  position: relative;
}
/* .inner_list_wrap > li > a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
} */
.inner_list_wrap > li > a:hover {
  border: 1px solid #ddd;
}
.tab_accordian .appi_link {
  cursor: pointer;
  margin-bottom: 8px;
}
.tab_accordian .appi_link span {
  margin: 0;
}
.tab_accordian .appi_link {
  display: flex;
}
.tab_accordian .appi_link:after {
  content: none;
}
.line1 {
  border-right: 1px solid #ddd;
}
.gap0 {
  grid-column-gap: 0;
}
.tab_accordian .active svg path,
.tab_accordian .appi_link:hover svg path {
  fill: #1163fb;
}
.brand_dropdown_inner .active svg {
  transform: rotate(-180deg);
}

.category {
  padding: 0 12px;
}
.category-header {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 700;
  line-height: 147%;
  margin: 12px 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.category-header a {
  color:#0f0f0f; 
}
.category-header span {
  margin: 0;
}
.category-list .category-head {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 600;
  line-height: 147%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.category-list .category-head span {
  margin: 0;
}
.category.category-list li a::before {
  content: none;
}
.category-icon {
  margin: 0 16px 0 0;
}
.category-list {
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.brand_menu_grid_col .category:last-child .category-list {
  border-bottom: none;
}
.category-list li {
  cursor: pointer;
}

.category-list > li > a {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 8px 12px;
  margin-bottom: 2px;
  display: block;
  border-radius: 8px;
  position: relative;
}

.has-submenu {
  position: relative;
}
.has-submenu.submenu-active {
  border-radius: 8px;
  background: #ecf3ff;
  color: #1163fb;
}

.category-submenu {
  display: none;
  position: absolute;
  max-height: 200px;
  overflow: auto;
  z-index: 2;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  list-style: none;
  padding: 15px;
}
.submenu-active .category-submenu {
  display: block;
}

.category-submenu > li > a {
  white-space: nowrap;
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 500;
  line-height: 147%;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
/* .category-submenu li a:hover {
  border-bottom: 1px solid #0f0f0f;
} */
.category-submenu li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.category-list .has-submenu.submenu-active > a, .category-submenu li a:hover {
  color: #1163fb;
}
/* .category-list > li:not(.has-submenu) > a {
  border: 1px solid #fff;
}
.category-list > li:not(.has-submenu) > a:hover {
  border: 1px solid #ddd;
} */
.category-list > li > a {
  border: 1px solid #fff;
}
.category-list > li > a:hover {
  border: 1px solid #ddd;
  color:#1468FB;
}
/* .category-list > li > a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
} */
.brand_menu_grid_col2.scrollable_list {
  padding: 0;
  margin: 24px;
}
.scrollable_list {
  height: 510px;
  overflow-y: scroll;
  padding-right: 24px;
}
.lg_hgt .scrollable_list {
  height: 420px;
}
.scrollable_list::-webkit-scrollbar, .category-submenu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.scrollable_list::-webkit-scrollbar-thumb, .category-submenu::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 12px;
}
.category-list .has-submenu.submenu-active a:before {
  background-color: #1163fb;
}
.category-menu-item {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
.has-submenu.submenu-active .category-menu-item:after {
  color: #1163fb;
}
.category-menu-item:after {
  content: "+";
  padding: 0;
  color: #0f0f0f;
  position: absolute;
  right: 0;
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.has-submenu.submenu-active .category-menu-item:after {
  content: "-";
  font-size: 24px;
}
.col_gap {
  gap: 36px;
}
.call_cta_wrap {
  position: relative;
}
.lg_hgt {
  height: 655px;
}
.call_cta_wrap {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  padding: 12px 24px;
  background-color: #fff6db;
  border-radius: 8px;
  z-index: 2;
}
.cta_caption {
  margin: 0;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 700;
}
.call_cta_wrap .common__btn {
  margin: 0;
}
.header-main .common__btn .btn-effect {
  color: #fff;
  padding: 18px 24px;
  background-color: #1163fb;
  border: 1px solid #1163fb;
  border-radius: 10px;
}
.header-main .common__btn .btn-effect:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.recommended-resoureces {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resources_head {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.resources_head.prs {
  text-transform: none;
}
.ai_articles .resources_head {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.view_resources {
  color: #1163fb;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #1163fb;
}
.view_resources:hover {
  border-bottom: 1px solid transparent;
}
.resources_list {
  margin-top: 24px;
}
#resources_head, #resource_message, #search_result, #search_result ul li {
  font-weight:500;
}
.resources_list li:not(:last-child) {
  margin-bottom: 24px;
}
.recommended_img {
  width: 185px;
  height: 100px;
}
.recommended_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.resources_list .menu_content {
  padding-left: 16px;
  width: calc(100% - 185px);
}
.resources_list .menu_description {
  font-weight: 600;
}
.scrolled-down .brand_dropdown_nav.ai_results {
  top: 48px;
}
.ai_results.active {
  display: block;
}

.featured_insight {
  background-color: #ecf3ff;
  border-radius: 0 8px 8px 0;
  padding: 24px 24px 48px;
  width: 480px;
}
.section_head {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 800;
  line-height: 155.556%;
}
.section_img {
  display: block;
  margin: 24px 0;
}
.section_img img {
  max-width: 100%;
  border-radius: 8px;
  vertical-align: middle;
}
.section_caption {
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 600;
  line-height: 155.556%;
  margin-bottom: 24px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.read_article {
  color: #1163fb;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #1163fb;
}
.read_article:hover {
  border-bottom: none;
}

/* Double header */

.brand_header_left {
  width: 100%;
}

.strip_txt {
  position: relative;
}

.marquee {
  height: 25px;
  width: 1180px;

  overflow: hidden;
  position: relative;
}

.header-old .marquee {
  width: 920px;
}

.marquee div {
  display: flex;
  width: max-content; /* Ensures it only takes the necessary space */
  white-space: nowrap;
  position: absolute;
  animation: marquee 10s linear infinite;

}
.explore-now {
  color: #fff;
  margin: 0 24px;
  text-decoration: underline;
}
.slider-track {
  color: #fff;
  margin: 0;
  transition: opacity 0.3s ease-in-out;
}

.slider-track.disabled {
  opacity: 0;
  pointer-events: none;
}

.icon {
  display: inline-block;
  margin-right: 24px;
}

.marquee:hover div {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }

}

.strip_txt:after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgba(17, 99, 251, 0.3) 0%, #1163fb 13.4%, #1163fb 100%);
  width: 120px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  right: -60px;
}

.brand-appi-logo img {
  width: 170px;
  height: 37px;
}
.brand-appi-logo a {
  display: block;
}
.header-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.podcast_strip {
  background-color: #1163fb;
  width: 100%;
  padding: 11px 0;
  position: relative;
  z-index: 9999;
}
.strip_txt {
  color: #fff;
  font-size: 16px;
  line-height: 155%;
  font-weight: 600;
  margin: 0;
}
.watch_podcast {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-left: 20px;
}





/* 
 
.content {
  position: relative;
  width: 100%;
  height: 100vh;
}

.content__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px; 
  height: auto;
  pointer-events: none; 
  opacity: 0; 
  transform: scale(1);
}  */







/* 
.mb-brand-header {
  display: none;
} */
.dsktop {
  display: block;
}
.mobls {
  display: none;
}

.desktop-show {
  display: block;
}
.mob-show {
  display: none;
}

.ai_articles .btn--close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9999999 !important;
}

#search_based_blog .heading2 {
  font-size:18px;
  font-weight: 600;
  color:#000;
  margin-bottom:25px;
}

#search_based_blog .heading2.head {
  margin: 30px 0 10px;
  border-top: 1px solid #c7c4c4;
  padding: 20px 0 10px;
}

/* Double header ends */


#ai-services .wht_container {
  padding: 0 0 10px;
}

.ai-col1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.cta-ai {
  border-radius: 8px;
  background: #0F0F0F;
  padding: 24px;
}

.ai-cta-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%
}

.cta-ai .common__btn.blue-btn {
  margin-top: 24px;
}

.cta-ai .common__btn.blue-btn .btn_line {
  padding: 18px 24px;
  margin: 0;
  background: #1163fb;
  border: 2px solid #1163fb;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.cta-ai .common__btn.blue-btn .btn_line:hover {
  background-color: transparent;
  border: 2px solid #fff;
}

.header-container.header-old {
  position: fixed;
  z-index:999999;
  width:100%;
  top:0!important;
}

header.header-container.nav-up {
  top:0!important;
}

#sticky1, #sticky2, #sticky3, #sticky4 {
  padding-top:9rem;
}

.ai_results .resources_nav .scrollable_list {
  max-height: 480px;
  height: calc(100% - 150px);
}

.ai_results .resources_nav .scrollable_list#search_based_blog {
  padding-bottom: 80px;
}

.old-header-btn.common__btn {
  display:none;
}

.new-header-btn.common__btn {
  display:block;
}

.header-old .old-header-btn.common__btn {
  display:block;
}

.header-old .new-header-btn.common__btn {
  display:none;
}


@media (max-width: 1899px) {
  .brand_nav_list_wrapper {
    margin: 0 0 0 70px;
    gap: 28px;
  }
  
  .marquee {
    width: 1100px;
  }

  .header-old .marquee {
    width: 940px;
  }

}
@media (max-width: 1728px) {
}
@media (max-width: 1680px) {
  .brand_dropdown_inner {
    height: 460px;
  }
  .brand_dropdown_inner.technologies_nav, .ai_results .brand_dropdown_inner.resources_nav {
    height: 570px;
  }
  .brand_dropdown_inner.resources_nav {
    height: 500px;
  }
  .brand_nav_list_wrapper {
    margin: 0 0 0 65px;
    gap: 25px;
  }
  .nav_menu_dropdown,.section_caption {
    font-size: 14px;
  }
  .industry_nav {
    height: 580px;
  }
  .industry_nav .scrollable_list {
    max-height: 435px;
  }
  .lg_hgt {
    height: 580px;
  }
  .brand_menu_bg {
    width: 480px;
  }
  .brand_menu_grid_col2 {
    width: calc(100% - 480px);
  }
  .brand_menu_grid_col2.scrollable_list {
    width: calc(100% - 480px)
  }
  .logo_wrapper {
    width: 80px;
    height: 80px;
  }
  .nav_link {
    padding: 10px;
  }
  .menu_title {
    font-size: 14px;
  }
  .menu_description {
    font-size: 12px;
    padding-top: 5px;
  }
  .appi_link {
    color: #0f0f0f;
    font-size: 14px;
  }
  .resources_nav .scrollable_list {
    max-height: 480px;
}
}
@media (max-width: 1600px) {
  
  .marquee {
    width: 1100px;
  }

  .header-old .marquee  {
    width:900px;
  }
}
@media (max-width: 1550px) {
  .brand_dropdown_inner {
    height: 430px;
  }
  .lg_hgt {
    height: 540px;
  }
  .brand_menu_grid_col2 {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
  }
  .lead_tech_list {
    font-size: 14px;
  }
  .inner_list_wrap > li > a {
    font-size: 14px;
    padding: 10px 10px 10px 32px;
    margin-bottom: 5px;
  }
  .category.category-list > li > a {
    padding: 10px;
  }
  .category-list > li > a {
    font-size: 14px;
    padding: 10px;
  }
  .category-header {
    font-size: 14px;
  }
  .col_gap {
    gap: 24px;
  }
  .call_cta_wrap {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 15px;
  }
  .header-main .common__btn .btn-effect {
    padding: 14px 20px;
  }
  .cta_caption,
  .category-list .category-head {
    font-size: 14px;
  }

  .resources_head {
    font-size: 14px;
  }
  .view_resources {
    font-size: 14px;
  }
  .resources_list li {
    margin-top: 15px;
    margin-bottom:30px;
  }
  .scrollable_list {
    height: 400px;
  }
  .resources_nav .scrollable_list {
    max-height: 340px;
  }
  .resources_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .recommended_img {
    width: 130px;
    height: 70px;
  }
  .resources_list .menu_content {
    padding-left: 12px;
    width: calc(100% - 130px);
  }
  .technologies_nav .scrollable_list {
    max-height: 390px;
  }
  .category-submenu li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .category-submenu > li > a {
    font-size: 14px;
  }
  .category-icon {
    margin: 0 12px 0 0;
  }
  .podcast_strip {
    padding: 8px 0;
  }
  .brand_header {
    padding: 8px;
  }
  .strip_txt {
    font-size: 12px;
  }
  .marquee {
    height: 22px;
    width: 1024px;
  }
  .header-old .marquee {
    width:950px;
  }
  .explore-now {
    margin: 0 18px;
  }
  .brand_contact_btn {
    font-size: 14px;
    padding: 11px 14px 11px 40px;
  }
  .brand_contact_btn img {
    left: 14px;
  }
  .ai_search_btn {
    padding: 7px 14px;
    gap: 5px;
  }
  .ai_search_btn {
    width: 185px;
    right: 140px;
  }

  .ai-cta-title {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .brand_nav_list_wrapper {
    margin: 0 0 0 40px;
    gap: 20px;
  }
  .nav_menu_dropdown,.br_anim>a {
    font-size: 13px;
  }
  .ai_search_field {
    font-size: 14px;
  }
 
  .ai_search_icon {
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 4px;
  }
  .nav_list_item_dropicon {
    margin-left: 4px;
  }
  .ai_search_btn.expanded {
    width: 500px;
  }
  .category-list > li > a {
    font-size: 13px;
    padding: 8px 10px;
  }
  
  .marquee, .header-old .marquee {
    width: 940px;
  }

  .industry_nav {
    height: 510px;
  }
}
@media (max-width: 1366px) {
  .brand_dropdown_inner {
    height: 455px;
  }

  .lg_hgt .scrollable_list, .industry_nav .scrollable_list {
    height:350px;
  }

  .header-container .container {
    display:block;
  }

  
}
@media (max-width: 1280px) {
}
@media (max-width: 1023px) {
  .marquee, .header-old .marquee {
    width: 850px;
  }
}
@media (max-width: 1023px) {
  
/* Mobile header css */
.dsktop {
  display: none;
}
.mobls {
  display:flex;
}
.mob-show {
  display:block;
}

.desktop-show {
  display:none;
}
.brand_menu_grid_col .ai-col1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.header-container .container {
  display:block;
}
#blogs .scrollable_list {
  height:auto !important;
}
.mb-header-right.mob {
  display: flex;
}
.brand_header.scrolled-down {
  top: 100%;
}
.brand_nav_list_wrapper {
  position: fixed;
  top: 100px;
  right: -100%;
  height: calc(100vh - 100px);
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  background: #000;
  padding: 0 15px 80px;
  overflow-y: hidden;
  transition: all 0.4s ease-in-out;
}
.brand_nav_list_wrapper.mb-menu-active {
  right:0;
} 
.brand_dropdown_inner {
  margin: 0;
  width: 100% !important;
  height: auto;
}
.brand_dropdown_nav {
  position: relative;
  padding: 0;
  top: 0;
}
.wht_container {
  padding: 20px 15px;
}
 .scrollable_list {
  padding: 0;
  height: 500px !important;
}
.scrollable_list::-webkit-scrollbar {
  width: 2px;
}
.active .nav_menu_dropdown span {
  color: #1163FB;
  font-weight: 600;
}
.active .nav_menu_dropdown svg path {
  fill: #1163FB;
}
.nav_list_item.active .nav_list_item_dropicon {
  transform: rotate(180deg) translateY(25%);
}
.category-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.col_gap {
  gap: 0px;
}
.category {
  padding: 0;
}
.category .category-list {
  margin-left: 22px;
}
.ds_flex.col_gap,.ds_flex.psr {
  flex-direction: column;
}
.industry_nav .scrollable_list,.technologies_nav .scrollable_list {
  max-height: 100%;
}
.header-main .common__btn .btn-effect {
  font-size: 13px;
}
.nav_list_item_dropicon {
  align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.nav_menu_dropdown,.br_anim>a {
  padding: 10px 0;
}
.menu_content {
  padding-left: 12px;
  width: calc(100% - 80px);
}
.nav_list_item {
  width: 100%;
  opacity: 0;
  transition: opacity .3s, transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(80px);
  position: relative;
}
.brand_nav_list_wrapper.mb-menu-active .nav_list_item {
  opacity: 1;
	transform: none;
	transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1); 
   transition-delay: .5s;
}
.nav_list_item.br_anim {
  width: auto;
  padding-left: 5px;
}
.brand_dropdown_nav.ai_results {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.nav_menu_dropdown,.br_anim>a {
  font-size: 16px;
  padding: 10px 0;
  display: block;
}
.active.nav_list_item > a, .brand_nav_list_wrapper .nav_list_item:first-child > a:hover {
  box-shadow: none;
}
.active .nav_menu_dropdown {
  position: sticky;
  left: 0;
  top: -1px;
  z-index: 9999;
  background: #000;
}
.nav_menu_dropdown span {
  margin: 0;
}
.brand_header {
  padding: 8px 0;
}
.featured_insight {
  display: none;
}
.category-header {
  align-items: flex-start;
}
.category-header {
  font-size: 13px;
}
.category-submenu {
  right: 15px;
}
.brand_menu_grid_col .category:last-child .category-list {
  border-bottom: 1px dashed #ddd;
}
.call_cta_wrap .ds_flex {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.brand_dropdown_inner {
  flex-direction: column;
}
.call_cta_wrap {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.category-submenu > li > a {
  font-size: 12px;
}
.category-submenu li:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
/* .brand_header,.brand_btn_wrapper {
  display: none;
} */
.mb-brand-header {
  position: relative;
  display: block;
  padding: 10px 16px;
  background-color: #0F0F0F;
}
.mb-ai-search-wrap {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  display: none;
  transition: all 0.3s ease-in-out;
}
.mb-ai-search-wrap.active {
  display: block;
}
.mb-ai-search {
  background-color: #0F0F0F;
  padding: 10px 50px 10px 15px;
  color: #fff;
  caret-color: #fff;
  height: 55px;
  width: 100%;
}
.close_ai_search {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}
.line1 {
  border-right: none;
}
/* .brand-mob-logo {
  display: block;
  margin: 0;
} */
.brand-appi-logo img {
  max-width: 111px;
}
.mb-call-btn {
  padding: 10px;
  background-color: #1163FB;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb-ai-btn {
  background-color: transparent;
  cursor: pointer;
}
.mb-header-right {
  gap: 16px;
}
.mb-nav-btn {
  position: relative;
  z-index: 99;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.podcast_strip {
  padding: 12px 0;
}
.podcast_strip .container {
  padding: 0;
}
.marquee {
  width: 850px;
}

/* .wrapper{
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background: #000;
  transition: all 0.6s ease-in-out;
} */
#active-check:checked ~ .wrapper{
  /*left: 0;*/
  right:0;
}
.menu-btn {
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.menu-btn span, .menu-btn:before, .menu-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #fff;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn:before {
  transform: translateY(-7px);
}
.menu-btn:after{
  transform: translateY(7px);
}


.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}

#active-check:checked + .menu-btn span {
	transform: scaleX(0);
}
#active-check:checked + .menu-btn:before {
	transform: rotate(45deg);
  border-color: #fff;
}
#active-check:checked + .menu-btn:after {
	transform: rotate(-45deg);
  border-color: #fff;
}

/* .wrapper ul>li>a{
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 30px;
  color: #fff;
  border-radius: 50px;
  line-height: 50px;
  opacity: 0;
  transition: all 0.3s ease;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrapper ul>li>a:after{
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  transform: scaleY(0);
  z-index: -1;
  transition: transform 0.3s ease;
}
.wrapper ul>li>a:hover:after{
  transform: scaleY(1);
}
.wrapper ul>li>a:hover{
  color: #1a73e8;
} */
input[type="checkbox"]{
  display: none;
}
#active-check:checked ~ .wrapper ul>li>a{
  opacity: 1;
}
.wrapper ul>li>a{
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}
#active-check:checked ~ .wrapper ul>li>a{
	transform: none;
	transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1); 
   transition-delay: .6s;
  transform: translateX(-100px);
}
.portfolio_nav .brand_menu_grid_col2.scrollable_list {
  width: 100%;
  margin: 0;
  padding: 30px 10px;
}
.nav_link {
  padding: 5px;
}
.brand_menu_grid_col2 {
  grid-template-columns: 1fr
}
.technologies_nav .scrollable_list {
  height: 400px;
}
.brand_dropdown_inner.resources_nav {
  height: auto;
}

/* Mobile header css ends*/
}

@media (max-width: 767px) {
  .marquee {
    height: 20px;
    width: 730px;
  }
 
  .brand_nav_list_wrapper {
    overflow-y: scroll;
  }
  .scrollable_list {
    padding: 0 20px 0 0;
    height: auto
  }

  .resources_nav .scrollable_list {
    max-height: 280px;
  }

  .ai_articles .btn--close-modal {
    top:25px;
  }

  .cta-ai {
    padding: 15px;
    margin-top: 15px;
  }

  .ai-cta-title {
    font-size: 14px;
  }

  .cta-ai .common__btn.blue-btn .btn_line {
    padding: 14px 18px;
    font-size: 14px;
  }

  .countries__wrapper.ds_flex {
    flex-direction: column;
    align-items: center;
  }

  #ai-content-hub .scrollable_list {
    margin-top:0;
  }

  #sticky1, #sticky2, #sticky3, #sticky4 {
    padding-top:2rem;
  }

}
