.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-cta a {
  font-size: 12.91px;
  font-weight: 500;
  line-height: 19.36px;
  color: #286FB4;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}
.button-cta a span {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #286FB4;
  right: -2px;
  top: -2px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .button-cta a span {
    width: 50px;
    height: 50px;
  }
}
.button-cta a span::after {
  content: url(../image/svg_icon/angle-down.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.button-cta a:hover {
  border-color: #DF4C73;
  color: #DF4C73;
}
.button-cta a:hover span {
  background: #DF4C73;
  box-shadow: -2px 3px 15.7px 0px rgba(223, 76, 115, 0.4196078431);
  transition: 0.3s;
}
.button-cta.know-more a {
  height: 35.85px;
  width: 152px;
  background: #fff;
  padding: 11px 50px 11px 20px;
}
.button-cta.know-more span {
  height: 35.85px;
  width: 35.85px;
  top: 0;
  right: 0;
}
.button-cta.arrow-right a span::after {
  content: url(../image/svg_icon/angle-down.svg);
}

.indian-facilities_section {
  position: relative;
}
@media (min-width: 768px) {
  .indian-facilities_section .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1500px) {
  .indian-facilities_section .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .indian-facilities_section .title-wrapper {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .indian-facilities_section .title-wrapper .section-title {
    padding-left: 0;
  }
}
.indian-facilities_section .title-wrapper .field--name-field-title {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .indian-facilities_section .title-wrapper .field--name-field-title {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    height: 66px;
  }
}
.indian-facilities_section .contet-title-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .indian-facilities_section .contet-title-wrapper {
    display: block;
  }
}
.indian-facilities_section .contet-title-wrapper .panel {
  display: none;
}
.indian-facilities_section .contet-title-wrapper .panel.active {
  display: block;
}
.indian-facilities_section .contet-title-wrapper .content-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26.67px;
  text-align: left;
  color: #2B3840;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
@media (min-width: 768px) {
  .indian-facilities_section .contet-title-wrapper .content-title {
    text-align: right;
    max-width: 310px;
  }
}
@media (min-width: 1025px) {
  .indian-facilities_section .contet-title-wrapper .content-title {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1500px) {
  .indian-facilities_section .contet-title-wrapper .content-title {
    font-size: 27px;
    line-height: 40px;
    max-width: 380px;
  }
}
.indian-facilities_section .contet-title-wrapper .content-title::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background: #2B3840;
  bottom: -9px;
}
@media (min-width: 1500px) {
  .indian-facilities_section .contet-title-wrapper .content-title::after {
    bottom: -18px;
  }
}
.indian-facilities_section .contet-title-wrapper.for-mobile-view {
  display: block;
  margin-top: 10px;
  margin-bottom: 38px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .indian-facilities_section .contet-title-wrapper.for-mobile-view {
    display: none;
  }
}
.indian-facilities_section .content-wrapper {
  padding: 0 0 20px;
}
.indian-facilities_section .content-wrapper .panel {
  display: flex;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.indian-facilities_section .content-wrapper .panel.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  transition: opacity 0.3s ease, height 0.3s ease;
}
@media (min-width: 768px) {
  .indian-facilities_section .content-wrapper {
    padding: 20px 0;
  }
}
.indian-facilities_section .content-wrapper .tabs-scroll-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: scroll hidden;
  padding-right: 60px;
  display: flex;
}
.indian-facilities_section .content-wrapper .tabs-scroll-wrapper::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}
@media (min-width: 1025px) {
  .indian-facilities_section .content-wrapper .tabs-scroll-wrapper {
    overflow: visible;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.indian-facilities_section .content-wrapper .tabs-wrapper {
  position: relative;
  box-shadow: 0px 2.67px 16.67px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 0 66px 66px 0;
  display: flex;
  margin-right: -40px;
}
@media (min-width: 768px) {
  .indian-facilities_section .content-wrapper .tabs-wrapper {
    overflow: visible;
  }
}
@media (min-width: 1025px) {
  .indian-facilities_section .content-wrapper .tabs-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 1500px) {
  .indian-facilities_section .content-wrapper .tabs-wrapper {
    margin-bottom: 30px;
  }
}
.indian-facilities_section .content-wrapper .tabs-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #286FB4;
  left: -100%;
  height: 100%;
  top: 0;
}
.indian-facilities_section .content-wrapper .tabs {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  position: relative;
  border-radius: 0 66px 66px 0;
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 1025px) {
  .indian-facilities_section .content-wrapper .tabs {
    overflow: visible;
    padding-left: 0;
  }
  .indian-facilities_section .content-wrapper .tabs::-webkit-scrollbar {
    display: block; /* For Chrome, Safari, and Opera */
  }
  .indian-facilities_section .content-wrapper .tabs::-webkit-scrollbar-track {
    background-color: #E2F0F9;
    border-radius: 1px;
  }
  .indian-facilities_section .content-wrapper .tabs::-webkit-scrollbar {
    width: 3px;
    background-color: #E2F0F9;
    border-radius: 1px;
    height: 5px;
    bottom: -10px;
  }
  .indian-facilities_section .content-wrapper .tabs::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #A1BED1;
  }
}
.indian-facilities_section .content-wrapper .tabs::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #286FB4;
  left: calc(-100% + 50px);
  height: 100%;
  top: 0;
}
.indian-facilities_section .content-wrapper .tabs .tab {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  text-align: center;
  color: #286FB4;
  padding: 10px 25px 10px 20px;
  background: #fff;
  border-radius: 0 66px 66px 0;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 160px;
  justify-content: center;
  flex: 1;
}
@media (min-width: 1025px) {
  .indian-facilities_section .content-wrapper .tabs .tab {
    font-size: 12px;
    line-height: 16.89px;
    min-width: 155px;
  }
}
@media (min-width: 1500px) {
  .indian-facilities_section .content-wrapper .tabs .tab {
    font-size: 17px;
    line-height: 21.6px;
    min-width: 200px;
  }
}
.indian-facilities_section .content-wrapper .tabs .tab.active {
  background: #286FB4;
  color: #fff;
  font-weight: 700;
}
.indian-facilities_section .content-wrapper .tabs .tab.active::after {
  background: #286FB4;
}
.indian-facilities_section .content-wrapper .tabs .tab.active::before {
  content: "";
  width: 25px;
  height: 100%;
  background: #286FB4;
  z-index: 1;
  position: absolute;
  left: -25px;
  z-index: 0;
  top: 0;
}
.indian-facilities_section .content-wrapper .tabs .tab::after {
  content: "";
  width: 25px;
  height: 100%;
  box-shadow: 8px 0 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  z-index: 1;
  position: absolute;
  right: 0;
  border-radius: 0 66px 66px 0;
  top: 0;
}
@media (min-width: 1025px) {
  .indian-facilities_section .content-wrapper .tabs .tab::after {
    width: 30px;
  }
}
.indian-facilities_section .content-wrapper .tabs .tab:first-child {
  border-radius: 66px;
}
.indian-facilities_section .content-wrapper .tabs .tab:first-child.active {
  border-radius: 0 66px 66px 0;
}
.indian-facilities_section .content-wrapper .tabs .slick-slide {
  min-width: 160px !important;
  width: 160px !important;
}
@media (min-width: 1025px) {
  .indian-facilities_section .content-wrapper .tabs .slick-slide {
    min-width: 200px !important;
    width: 200px !important;
  }
}
.indian-facilities_section .content-items-wrapper {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .indian-facilities_section .content-items-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .indian-facilities_section .content-items-wrapper {
    max-width: 720px;
    margin: 0 auto;
  }
}
.indian-facilities_section .content-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .indian-facilities_section .content-items {
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 1025px) {
  .indian-facilities_section .content-items {
    gap: 90px;
  }
}
@media (min-width: 1500px) {
  .indian-facilities_section .content-items {
    gap: 120px;
  }
}
.indian-facilities_section .content-items .section-left {
  order: 2;
}
@media (min-width: 768px) {
  .indian-facilities_section .content-items .section-left {
    order: 1;
    padding-top: 0;
    width: 70%;
    margin-top: 25px;
  }
}
@media (min-width: 1500px) {
  .indian-facilities_section .content-items .section-left {
    margin-top: 54px;
  }
}
.indian-facilities_section .content-items .section-left .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.indian-facilities_section .content-items .section-left .cards .card-item {
  width: calc(50% - 10px);
  max-height: fit-content;
}
@media (min-width: 768px) {
  .indian-facilities_section .content-items .section-left .cards .card-item {
    width: calc(33.33% - 15px);
  }
}
.indian-facilities_section .content-items .section-right {
  order: 1;
  max-height: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  .indian-facilities_section .content-items .section-right {
    order: 2;
  }
}
.indian-facilities_section .content-items .section-right .image-wrapper {
  position: relative;
  height: 211px;
  width: 211px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .indian-facilities_section .content-items .section-right .image-wrapper {
    right: 16px;
  }
}
@media (min-width: 1500px) {
  .indian-facilities_section .content-items .section-right .image-wrapper {
    height: 317px;
    width: 317px;
    margin: 0;
    right: 24px;
  }
}
.indian-facilities_section .content-items .section-right .image-wrapper .dotted-image {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  -webkit-animation: circle-move 40s ease infinite;
  animation: circle-move 40 s ease infinite;
  width: 200px;
  height: 200px;
}
@media (min-width: 1500px) {
  .indian-facilities_section .content-items .section-right .image-wrapper .dotted-image {
    top: 10px;
    left: 10px;
    height: 297px;
    width: 297px;
  }
}
.indian-facilities_section .content-items .section-right .image-wrapper .half-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0px 1.33px 24.6px 0px rgba(0, 0, 0, 0.2509803922);
  border-bottom-left-radius: 316px;
  border-bottom-right-radius: 316px;
}
.indian-facilities_section .content-items .section-right .image {
  width: 178px;
  height: 178px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1500px) {
  .indian-facilities_section .content-items .section-right .image {
    width: 266px;
    height: 266px;
  }
}
.indian-facilities_section .content-items .section-right .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.indian-facilities_section .content-items .section-right .blue-strip-line {
  height: 74px;
  width: calc(100% + 30px);
  right: 0;
  position: absolute;
  background: #E2F0F9;
  border-radius: 66px 0 0 66px;
  bottom: -8px;
}
@media (min-width: 768px) {
  .indian-facilities_section .content-items .section-right .blue-strip-line {
    width: 240px;
  }
}
@media (min-width: 1025px) {
  .indian-facilities_section .content-items .section-right .blue-strip-line {
    width: 260px;
  }
}
@media (min-width: 1500px) {
  .indian-facilities_section .content-items .section-right .blue-strip-line {
    width: 400px;
    height: 110px;
  }
}
.indian-facilities_section .content-items .section-right .blue-strip-line::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: -100%;
  background: #E2F0F9;
}
@media (min-width: 1500px) {
  .indian-facilities_section .content-items .section-right .blue-strip-line::after {
    width: 200%;
    right: -200%;
  }
}

@keyframes circle-move {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(210deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.page-node-type-why-india section.indian-facilities_section .wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 576px) {
  .page-node-type-why-india section.indian-facilities_section .wrapper {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-node-type-why-india section.indian-facilities_section .wrapper {
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-node-type-why-india section.indian-facilities_section .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1281px) {
  .page-node-type-why-india section.indian-facilities_section .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1481px) {
  .page-node-type-why-india section.indian-facilities_section .wrapper {
    max-width: 1468px;
  }
}

.tab-content_paragraph--wrapper {
  display: flex;
  flex-direction: column;
}
.tab-content_paragraph--wrapper .tab-content-sub-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.tab-content_paragraph--wrapper .tab-content-sub-title::before {
  content: "";
  background: #286FB4;
  left: -200%;
  height: 100%;
  width: 200%;
  top: 0;
  position: absolute;
}

@media (min-width: 768px) {
  .banner-headline {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #2B3840;
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-menu-button-wrapper {
    display: block;
    position: relative;
    z-index: 20;
  }
}
body {
  font-family: "Poppins", sans-serif;
}

.page-node-type-why-india #main.wrapper {
  max-width: 100%;
  padding: 0;
}

.page-node-type-why-india section {
  padding: 25px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .page-node-type-why-india section {
    padding: 37.5px 0;
  }
}
@media (min-width: 1500px) {
  .page-node-type-why-india section {
    padding: 50px 0;
  }
}
.page-node-type-why-india section.section, .page-node-type-why-india section.head-section {
  padding: 0;
}
.page-node-type-why-india section.success-stories_section--wrapper {
  padding: 25px 0 85px;
}
@media (min-width: 768px) {
  .page-node-type-why-india section.success-stories_section--wrapper {
    padding: 37.5px 0;
  }
}
@media (min-width: 1500px) {
  .page-node-type-why-india section.success-stories_section--wrapper {
    padding: 50px 0;
  }
}
.page-node-type-why-india section .wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 576px) {
  .page-node-type-why-india section .wrapper {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-node-type-why-india section .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .page-node-type-why-india section .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1281px) {
  .page-node-type-why-india section .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1481px) {
  .page-node-type-why-india section .wrapper {
    max-width: 1468px;
  }
}
.page-node-type-why-india.nobanner .banner-bg + div {
  padding: 0;
}

@media (min-width: 768px) {
  .section-title {
    display: inline-block;
    padding-left: 0;
  }
}
.section-title .field--name-field-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 21.05px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 45px;
  position: relative;
}
@media (min-width: 768px) {
  .section-title .field--name-field-title {
    font-size: 28px;
    line-height: 26.8px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .section-title .field--name-field-title {
    font-size: 33px;
    line-height: 36px;
  }
}
@media (min-width: 1500px) {
  .section-title .field--name-field-title {
    font-size: 45px;
    line-height: 43.07px;
    margin-bottom: 60px;
  }
}
.section-title .field--name-field-title::before {
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  background: #000000;
  bottom: -10px;
  left: 0;
}
@media (min-width: 1500px) {
  .section-title .field--name-field-title::before {
    bottom: -23px;
    height: 2px;
  }
}
.section-title.two-line .title-small {
  font-size: 22px;
  font-weight: 700;
  line-height: 21.05px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .section-title.two-line .title-small {
    font-size: 28px;
    line-height: 26.8px;
  }
}
@media (min-width: 1025px) {
  .section-title.two-line .title-small {
    font-size: 33px;
    line-height: 36px;
  }
}
@media (min-width: 1500px) {
  .section-title.two-line .title-small {
    font-size: 45px;
    line-height: 43.07px;
  }
}
.section-title.two-line .title-big {
  font-size: 26px;
  font-weight: 700;
  line-height: 24.88px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 45px;
  position: relative;
}
@media (min-width: 768px) {
  .section-title.two-line .title-big {
    font-size: 38px;
    line-height: 40.11px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  .section-title.two-line .title-big {
    font-size: 66.6px;
    line-height: 63.74px;
    margin-bottom: 60px;
  }
}
.section-title.two-line .title-big::before {
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  background: #000000;
  bottom: -10px;
  left: 0;
}
@media (min-width: 1500px) {
  .section-title.two-line .title-big::before {
    bottom: -23px;
    height: 2px;
  }
}

.paragraph--type--title-and-description {
  position: relative;
}
.paragraph--type--title-and-description .field--name-field-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.33px;
  text-align: left;
  color: #2B3840;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .paragraph--type--title-and-description .field--name-field-title {
    font-size: 16px;
    line-height: 21.33px;
  }
}
@media (min-width: 1025px) {
  .paragraph--type--title-and-description .field--name-field-title {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (min-width: 1500px) {
  .paragraph--type--title-and-description .field--name-field-title {
    font-size: 25px;
    line-height: 32px;
    padding-left: 24px;
  }
}
.paragraph--type--title-and-description .field--name-field-description {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.94px;
  text-align: left;
  color: #545463;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .paragraph--type--title-and-description .field--name-field-description {
    font-size: 11px;
    line-height: 16.5px;
  }
}
@media (min-width: 1025px) {
  .paragraph--type--title-and-description .field--name-field-description {
    font-size: 11px;
    line-height: 20px;
  }
}
@media (min-width: 1500px) {
  .paragraph--type--title-and-description .field--name-field-description {
    font-size: 15px;
    line-height: 22.5px;
    padding-left: 24px;
  }
}
.paragraph--type--title-and-description::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #DF4C73;
  left: 0;
  border-radius: 26.67px;
}
@media (min-width: 1500px) {
  .paragraph--type--title-and-description::before {
    width: 7px;
  }
}
.paragraph--type--title-and-description.bottom-line::before {
  content: none;
}
.paragraph--type--title-and-description.bottom-line .field--name-field-title {
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.paragraph--type--title-and-description.bottom-line .field--name-field-title::before {
  content: "";
  position: absolute;
  background: #DF4C73;
  width: 100%;
  height: 2px;
  top: 32px;
  transform: none;
}
@media (min-width: 1500px) {
  .paragraph--type--title-and-description.bottom-line .field--name-field-title::before {
    height: 3px;
  }
}
.paragraph--type--title-and-description.bottom-line .field--name-field-description {
  padding-left: 0;
}

.success-stories_section--wrapper {
  padding: 0;
}
.success-stories_section--wrapper .wrapper {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .success-stories_section--wrapper .wrapper {
    max-width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .success-stories_section--wrapper .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .success-stories_section--wrapper .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .success-stories_section--wrapper .wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1281px) {
  .success-stories_section--wrapper .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section--wrapper .wrapper {
    max-width: 1468px;
  }
}
.success-stories_section--wrapper + .sector-blog {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .success-stories_section--wrapper + .sector-blog {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .success-stories_section--wrapper + .sector-blog {
    padding-top: 100px;
  }
}

.success-stories_section {
  position: relative;
}
.success-stories_section.owl-theme .owl-dots .owl-dot.active span {
  background: #DF4C73;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
}
.success-stories_section.owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px;
}
.success-stories_section .company-logo_wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  z-index: 1;
}
.success-stories_section .company-logo_wrapper .company-logo {
  position: absolute;
  display: inline-block;
  width: 15%;
  height: 149px;
  background: white;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  right: 10px;
  width: 153px;
  top: 0;
  height: 61px;
}
@media (min-width: 768px) {
  .success-stories_section .company-logo_wrapper .company-logo {
    width: 10%;
    height: 65px;
    top: 0;
    right: 15px;
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .company-logo_wrapper .company-logo {
    width: 13%;
    height: 100px;
    padding: 0;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .company-logo_wrapper .company-logo {
    width: 15%;
    height: 100px;
    padding: 20px;
  }
}
.success-stories_section .company-logo_wrapper .company-logo img {
  width: 100px;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .success-stories_section .company-logo_wrapper .company-logo img {
    width: 65px;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .company-logo_wrapper .company-logo img {
    height: 100%;
    width: 100%;
    position: relative;
  }
}
.success-stories_section .success-stories_content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .success-stories_section .success-stories_content {
    flex-direction: row;
    height: 595px;
    background: #E2F0F9;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .success-stories_content {
    height: 510px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .success-stories_content {
    height: 595px;
  }
}
.success-stories_section .success-stories_content .video-content_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .success-stories_section .success-stories_content .video-content_wrapper {
    flex-direction: row;
  }
}
.success-stories_section .success-stories_content .video-content_wrapper > :only-child {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 15px;
}
@media (max-width: 576px) {
  .success-stories_section .success-stories_content .video-content_wrapper > :only-child {
    max-width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .success-stories_section .success-stories_content .video-content_wrapper > :only-child {
    max-width: 720px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .success-stories_section .success-stories_content .video-content_wrapper > :only-child {
    max-width: 960px;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .success-stories_section .success-stories_content .video-content_wrapper > :only-child {
    max-width: 1140px;
  }
}
@media (min-width: 1281px) {
  .success-stories_section .success-stories_content .video-content_wrapper > :only-child {
    max-width: 1200px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .success-stories_content .video-content_wrapper > :only-child {
    max-width: 1468px;
  }
}
.success-stories_section .video-wrapper {
  width: 100%;
  position: relative;
  height: 202px;
  z-index: 2;
  order: 2;
}
@media (min-width: 768px) {
  .success-stories_section .video-wrapper {
    width: 38%;
    height: 419px;
    order: 1;
    top: 88px;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .video-wrapper {
    height: 360px;
    top: 70px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .video-wrapper {
    height: 435px;
  }
}
.success-stories_section .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.success-stories_section .video-wrapper .custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.success-stories_section .video-wrapper .custom-play-button::after {
  content: url(../image/svg_icon/play_button_icon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.success-stories_section .video-wrapper .thumbnail {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .success-stories_section .video-wrapper .thumbnail {
    position: absolute;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.success-stories_section .video-wrapper .video-popup {
  opacity: 0;
}
.success-stories_section .video-wrapper .video-popup.show {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.success-stories_section .content-wrapper {
  width: 100%;
  background: #E2F0F9;
  padding: 28px 15px 10px;
  position: relative;
  order: 1;
}
@media (min-width: 768px) {
  .success-stories_section .content-wrapper {
    width: 62%;
    padding: 30px 20px 38px;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .content-wrapper {
    width: 62%;
    padding: 30px 44px 38px;
    order: 2;
  }
}
.success-stories_section .title {
  color: #286FB4;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .success-stories_section .title {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.success-stories_section .title-text_small {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .success-stories_section .title-text_small {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .title-text_small {
    font-size: 38px;
    line-height: 58.5px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .title-text_small {
    font-size: 45px;
    line-height: 67.5px;
  }
}
.success-stories_section .title-text_big {
  margin-top: -10px;
  font-size: 28.61px;
  line-height: 42.91px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .success-stories_section .title-text_big {
    font-size: 50px;
    line-height: 60px;
    margin-top: -17px;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .title-text_big {
    font-size: 45px;
    line-height: 60.5px;
    margin-top: -17px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .title-text_big {
    font-size: 59px;
    line-height: 70.5px;
    margin-top: -17px;
  }
}
.success-stories_section .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  color: #5B6671;
  max-width: 100%;
}
@media (min-width: 768px) {
  .success-stories_section .description {
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .description {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .description {
    font-size: 26px;
    line-height: 39px;
  }
}
.success-stories_section .list-title {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-align: justified;
  color: #286FB4;
  margin-top: 25px;
  border-bottom: 2px solid #286FB4;
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .success-stories_section .list-title {
    font-size: 22px;
    line-height: 30px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .list-title {
    font-size: 20px;
    line-height: 38.15px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .list-title {
    font-size: 25.94px;
    line-height: 42.15px;
  }
}
.success-stories_section .list-items,
.success-stories_section ul {
  margin-top: 16px;
  hyphens: auto;
  position: relative;
  z-index: 5;
  max-height: 235px;
  overflow: hidden scroll;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .success-stories_section .list-items,
  .success-stories_section ul {
    max-height: 168px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .list-items,
  .success-stories_section ul {
    max-height: 160px;
  }
}
.success-stories_section .list-items::-webkit-scrollbar-track,
.success-stories_section ul::-webkit-scrollbar-track {
  background-color: #E2F0F9;
  border-radius: 10px;
  position: relative;
  top: 20px;
}
.success-stories_section .list-items::-webkit-scrollbar,
.success-stories_section ul::-webkit-scrollbar {
  width: 6px;
  background-color: #E2F0F9;
  border-radius: 10px;
  position: relative;
  top: 20px;
}
.success-stories_section .list-items::-webkit-scrollbar-thumb,
.success-stories_section ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #A1BED1;
  position: relative;
  top: 20px;
}
.success-stories_section .list-items li,
.success-stories_section ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 1200px) {
  .success-stories_section .list-items li,
  .success-stories_section ul li {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .list-items li,
  .success-stories_section ul li {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
.success-stories_section .list-items li::before,
.success-stories_section ul li::before {
  content: "";
  border: 5px solid #DF4C73;
  background: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
}
.success-stories_section .contact-us_now {
  position: absolute;
  left: 0;
  padding: 10px 8px 10px 20px;
  background: #fff;
  display: inline-flex;
  border-radius: 0 50px 50px 0;
  color: #286FB4;
  gap: 18px;
  box-shadow: 3px 14px 33.7px 0px rgba(180, 202, 216, 0.5294117647);
  width: calc(100% - 10px);
  bottom: 0;
}
@media (min-width: 768px) {
  .success-stories_section .contact-us_now {
    padding: 12px 10px 12px 60px;
    gap: 22px;
    width: auto;
    left: -43px;
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .contact-us_now {
    padding: 12px 10px 12px 88px;
    bottom: 38px;
  }
}
.success-stories_section .contact-us_now .contact-text {
  font-weight: 600;
  align-content: space-around;
  font-size: 14px;
  line-height: 15.57px;
  text-align: left;
  position: relative;
  top: 1px;
}
@media (min-width: 768px) {
  .success-stories_section .contact-us_now .contact-text {
    font-size: 14px;
    line-height: 26px;
    top: 0;
    display: block;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .contact-us_now .contact-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .contact-us_now .contact-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.success-stories_section .contact-us_now .contact-link a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  border: 2px solid;
  border-radius: 50px;
  display: inline-block;
  color: #286FB4;
  text-transform: uppercase;
  height: 40px;
  padding: 6px 40px 6px 16px;
  width: 195px;
}
@media (min-width: 768px) {
  .success-stories_section .contact-us_now .contact-link a {
    font-size: 14px;
    line-height: 15px;
    padding: 12px 45px 12px 15px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .success-stories_section .contact-us_now .contact-link a {
    font-size: 16px;
    line-height: 27px;
    height: 42px;
    padding: 6px 56px 12px 28px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .contact-us_now .contact-link a {
    font-size: 18px;
    line-height: 27px;
    height: 50px;
    padding: 12px 72px 12px 42px;
  }
}
.success-stories_section .contact-us_now .contact-link a:hover {
  border-color: #DF4C73;
  color: #DF4C73;
}
.success-stories_section .contact-us_now .contact-link a:hover span {
  background: #DF4C73;
  box-shadow: -2px 3px 15.7px 0px rgba(223, 76, 115, 0.4196078431);
  transition: 0.3s;
}
.success-stories_section .contact-us_now .contact-link span {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #286FB4;
  right: -2px;
  top: -2px;
  border-radius: 50px;
}
@media (min-width: 1200px) {
  .success-stories_section .contact-us_now .contact-link span {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1481px) {
  .success-stories_section .contact-us_now .contact-link span {
    width: 50px;
    height: 50px;
  }
}
.success-stories_section .contact-us_now .contact-link span::after {
  content: url(../image/svg_icon/angle-down.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  line-height: 0;
}
@media (min-width: 1200px) {
  .success-stories_section .contact-us_now .contact-link span::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.success-stories_section .contact-us_now.mobile-hide {
  display: none;
}
@media (min-width: 768px) {
  .success-stories_section .contact-us_now.mobile-hide {
    display: flex;
    position: absolute;
    z-index: 1;
  }
  .success-stories_section .contact-us_now.mobile-hide::before {
    content: "";
    background: #fff;
    left: -200%;
    height: 100%;
    width: 200%;
    top: 0;
    position: absolute;
  }
}
.success-stories_section .contact-us_now.mobile-show {
  display: flex;
  bottom: -60px;
  z-index: 1;
}
@media (min-width: 768px) {
  .success-stories_section .contact-us_now.mobile-show {
    display: none;
  }
}
.success-stories_section .owl-dots {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 768px) {
  .success-stories_section .owl-dots {
    display: block;
  }
}
.success-stories_section.owl-carousel .owl-stage-outer {
  overflow: visible;
}

section.reset-position,
div.reset-position {
  position: static;
}

.incentives-schemes-section {
  position: relative;
}
.incentives-schemes-section .incentives-schemes-wrapper {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .incentives-schemes-section .incentives-schemes-wrapper {
    padding: 0;
  }
}
.incentives-schemes-section .incentives-schemes-items {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .incentives-schemes-section .incentives-schemes-items {
    height: 200px;
  }
}
@media (min-width: 1500px) {
  .incentives-schemes-section .incentives-schemes-items {
    height: 300px;
  }
}
.incentives-schemes-section .incentives-schemes-items .content-wrapper {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  .incentives-schemes-section .incentives-schemes-items .content-wrapper {
    left: 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1500px) {
  .incentives-schemes-section .incentives-schemes-items .content-wrapper {
    left: 50px;
    width: calc(100% - 100px);
  }
}
.incentives-schemes-section .incentives-schemes-items .content-wrapper .title {
  font-size: 22.01px;
  font-weight: 700;
  line-height: 32.02px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}
@media (min-width: 1025px) {
  .incentives-schemes-section .incentives-schemes-items .content-wrapper .title {
    font-size: 28px;
    line-height: 50px;
  }
}
@media (min-width: 1500px) {
  .incentives-schemes-section .incentives-schemes-items .content-wrapper .title {
    font-size: 45px;
    line-height: 68px;
  }
}
.incentives-schemes-section .incentives-schemes-items .content-wrapper .sub-title {
  font-size: 20.15px;
  font-weight: 400;
  line-height: 32.74px;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}
@media (min-width: 1025px) {
  .incentives-schemes-section .incentives-schemes-items .content-wrapper .sub-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1500px) {
  .incentives-schemes-section .incentives-schemes-items .content-wrapper .sub-title {
    font-size: 28.21px;
    line-height: 49.09px;
  }
}
.incentives-schemes-section .incentives-schemes-items .link {
  z-index: 1;
  height: 29px;
  margin-top: 10px;
}
@media (min-width: 1500px) {
  .incentives-schemes-section .incentives-schemes-items .link {
    height: 42px;
    margin-top: 30px;
  }
}
.incentives-schemes-section .incentives-schemes-items .link a {
  font-size: 9.78px;
  font-weight: 700;
  line-height: 11.51px;
  padding: 8px 25px 8px 10px;
  background: #fff;
  color: #2B3840;
  border-radius: 36px;
  position: relative;
  box-shadow: 0px 0px 27.14px 0px rgba(255, 255, 255, 0.6705882353);
}
@media (min-width: 1025px) {
  .incentives-schemes-section .incentives-schemes-items .link a {
    font-size: 12px;
    line-height: 15x;
  }
}
@media (min-width: 1500px) {
  .incentives-schemes-section .incentives-schemes-items .link a {
    font-size: 14.67px;
    line-height: 17.26px;
    padding: 11px 38px 11px 14px;
  }
}
.incentives-schemes-section .incentives-schemes-items .link a::after {
  content: url("../image/svg_icon/red-pdf-icon.svg");
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1500px) {
  .incentives-schemes-section .incentives-schemes-items .link a::after {
    right: 10px;
    transform: translateY(-50%) scale(1.3);
  }
}
.incentives-schemes-section .incentives-schemes-items img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.incentives-schemes-section .incentives-schemes-items::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #042740 8.18%, rgba(15, 18, 77, 0.2) 109.06%);
  position: absolute;
  border-radius: 8px;
}
.incentives-schemes-section .custom-owl-prev,
.incentives-schemes-section .custom-owl-next {
  position: absolute;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  background: #DF4C73;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0px 4px 15.7px rgba(223, 76, 115, 0.42);
  cursor: pointer;
}
@media (min-width: 1500px) {
  .incentives-schemes-section .custom-owl-prev,
  .incentives-schemes-section .custom-owl-next {
    height: 45px;
    width: 45px;
    top: calc(50% + 50px);
  }
}
.incentives-schemes-section .custom-owl-prev::before,
.incentives-schemes-section .custom-owl-next::before {
  content: url("../image/svg_icon/angle-down.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  line-height: 0;
}
@media (min-width: 1500px) {
  .incentives-schemes-section .custom-owl-prev::before,
  .incentives-schemes-section .custom-owl-next::before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.incentives-schemes-section .custom-owl-prev.disabled,
.incentives-schemes-section .custom-owl-next.disabled {
  background: #D9D9D9;
  box-shadow: 0px 4px 15.7px #D9D9D9;
  cursor: not-allowed;
}
.incentives-schemes-section .custom-owl-prev {
  left: 5px;
}
@media (min-width: 768px) {
  .incentives-schemes-section .custom-owl-prev {
    left: -15px;
  }
}
@media (min-width: 1500px) {
  .incentives-schemes-section .custom-owl-prev {
    left: -25px;
  }
}
.incentives-schemes-section .custom-owl-prev::before {
  transform: translate(-50%, -50%) rotate(180deg) scale(0.5);
}
@media (min-width: 1500px) {
  .incentives-schemes-section .custom-owl-prev::before {
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
}
.incentives-schemes-section .custom-owl-next {
  right: 5px;
}
@media (min-width: 768px) {
  .incentives-schemes-section .custom-owl-next {
    right: -15px;
  }
}
@media (min-width: 1500px) {
  .incentives-schemes-section .custom-owl-next {
    right: -25px;
  }
}
.incentives-schemes-section .owl-nav {
  position: absolute;
  opacity: 0;
}

.fadeOut {
  animation: fadeOut 1s forwards;
}

.fadeIn {
  animation: fadeIn 1s forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.transforming-indian-sector-section .section-title.two-line .title-big {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .transforming-indian-sector-section .section-title.two-line .title-big {
    margin-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-section .section-title.two-line .title-big {
    margin-bottom: 60px;
  }
}

.transforming-indian-sector-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .transforming-indian-sector-wrapper {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-wrapper {
    gap: 60px;
  }
}

.transforming-indian-sector-left {
  position: relative;
}
.transforming-indian-sector-left .tabs {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow: scroll hidden;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.transforming-indian-sector-left .tabs::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}
@media (min-width: 768px) {
  .transforming-indian-sector-left .tabs {
    flex-direction: column;
    gap: 14px;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-left .tabs {
    gap: 20px;
  }
}
.transforming-indian-sector-left .tabs .tab {
  border: 1.15px solid rgba(214, 223, 235, 0.568627451);
  position: relative;
  height: 37px;
  width: 173px;
  min-width: 173px;
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.3s linear;
  margin: 35px 0 30px;
}
@media (min-width: 768px) {
  .transforming-indian-sector-left .tabs .tab {
    width: 248px;
    min-width: 248px;
    margin: 0;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-left .tabs .tab {
    border: 2px solid #D6DFEB;
    width: 372px;
    min-width: 372px;
    height: 55px;
  }
}
.transforming-indian-sector-left .tabs .tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s linear;
}
.transforming-indian-sector-left .tabs .tab .content-wrapper {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.transforming-indian-sector-left .tabs .tab .content-wrapper .icon,
.transforming-indian-sector-left .tabs .tab .content-wrapper .grey-icon {
  height: 22px;
  width: 22px;
}
@media (min-width: 768px) {
  .transforming-indian-sector-left .tabs .tab .content-wrapper .icon,
  .transforming-indian-sector-left .tabs .tab .content-wrapper .grey-icon {
    height: 22px;
    width: 22px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-left .tabs .tab .content-wrapper .icon,
  .transforming-indian-sector-left .tabs .tab .content-wrapper .grey-icon {
    width: 32px;
    height: 32px;
    top: 24px;
  }
}
.transforming-indian-sector-left .tabs .tab .content-wrapper .icon img,
.transforming-indian-sector-left .tabs .tab .content-wrapper .grey-icon img {
  transform: none;
}
.transforming-indian-sector-left .tabs .tab .content-wrapper .icon {
  display: none;
}
.transforming-indian-sector-left .tabs .tab .content-wrapper .grey-icon {
  display: block;
}
.transforming-indian-sector-left .tabs .tab .content-wrapper .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 16.99px;
  text-align: left;
  color: #7298B5;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .transforming-indian-sector-left .tabs .tab .content-wrapper .title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .transforming-indian-sector-left .tabs .tab .content-wrapper .title {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-left .tabs .tab .content-wrapper .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.transforming-indian-sector-left .tabs .tab.active {
  transition: height 0.3s linear;
  box-shadow: 0px 4px 36px 0px rgba(43, 56, 64, 0.2509803922);
}
@media (min-width: 768px) {
  .transforming-indian-sector-left .tabs .tab.active {
    height: 128px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-left .tabs .tab.active {
    height: 192px;
  }
}
@media (min-width: 768px) {
  .transforming-indian-sector-left .tabs .tab.active .content-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }
}
.transforming-indian-sector-left .tabs .tab.active .content-wrapper .grey-icon {
  display: none;
}
.transforming-indian-sector-left .tabs .tab.active .content-wrapper .icon {
  display: block;
}
@media (min-width: 768px) {
  .transforming-indian-sector-left .tabs .tab.active .content-wrapper .icon {
    height: 46px;
    width: 46px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-left .tabs .tab.active .content-wrapper .icon {
    width: 70px;
    height: 70px;
  }
}
.transforming-indian-sector-left .tabs .tab.active .content-wrapper .title {
  color: #fff;
}
@media (min-width: 768px) {
  .transforming-indian-sector-left .tabs .tab.active .content-wrapper .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.66px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .transforming-indian-sector-left .tabs .tab.active .content-wrapper .title {
    font-size: 27px;
    line-height: 38px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-left .tabs .tab.active .content-wrapper .title {
    font-size: 35px;
    line-height: 43px;
  }
}
.transforming-indian-sector-left .tabs .tab.active::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6980392157);
  position: absolute;
}
.transforming-indian-sector-left .tabs .tab.active::after {
  background: none;
}
.transforming-indian-sector-left .tabs .tab.active:hover img {
  transform: scale(1);
}
.transforming-indian-sector-left .tabs .tab.active:hover::after {
  background: none;
}
.transforming-indian-sector-left .tabs .tab:hover img {
  transform: scale(1.2);
  transition: all 0.4s linear;
}
.transforming-indian-sector-left .tabs .tab:hover::after {
  background: rgba(255, 255, 255, 0.6980392157);
}
.transforming-indian-sector-left .tabs .tab::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  position: absolute;
  border-radius: 0;
}

.transforming-indian-sector-right {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .transforming-indian-sector-right {
    padding: 0;
  }
}
.transforming-indian-sector-right .panel {
  position: relative;
  display: none;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .transforming-indian-sector-right .panel {
    gap: 30px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-right .panel {
    gap: 50px;
  }
}
.transforming-indian-sector-right .panel.active {
  display: flex;
}
.transforming-indian-sector-right .image {
  box-shadow: 0px 2.67px 23.99px 0px rgba(43, 56, 64, 0.2509803922);
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .transforming-indian-sector-right .image {
    display: none;
  }
}
.transforming-indian-sector-right .right-content .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22.22px;
  text-align: left;
  color: #286FB4;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .transforming-indian-sector-right .right-content .title {
    font-size: 25px;
    line-height: 25.25px;
  }
}
@media (min-width: 1025px) {
  .transforming-indian-sector-right .right-content .title {
    font-size: 27px;
    line-height: 30px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-right .right-content .title {
    font-size: 38px;
    line-height: 38.38px;
  }
}
.transforming-indian-sector-right .right-content .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.94px;
  text-align: left;
  color: #4B5F6D;
}
@media (min-width: 768px) {
  .transforming-indian-sector-right .right-content .description {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1025px) {
  .transforming-indian-sector-right .right-content .description {
    font-size: 11px;
    line-height: 20px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-right .right-content .description {
    font-size: 15px;
    line-height: 22.5px;
  }
}
.transforming-indian-sector-right .right-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .transforming-indian-sector-right .right-card {
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 1025px) {
  .transforming-indian-sector-right .right-card {
    gap: 90px;
  }
}
@media (min-width: 1500px) {
  .transforming-indian-sector-right .right-card {
    gap: 120px;
  }
}
.transforming-indian-sector-right .right-card .card-item {
  flex: 1;
}

.schemes-initiatives-section .title-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .title-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .schemes-initiatives-section .title-wrapper .section-title {
    padding: 0;
  }
}
.schemes-initiatives-section .title-wrapper .tabs {
  display: flex;
  flex-direction: row;
  display: inline-flex;
  padding: 10px;
  gap: 14px;
  border-radius: 33px;
  box-shadow: 0px 2.67px 22.06px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: fit-content;
  margin-bottom: 30px;
  max-width: fit-content;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .title-wrapper .tabs {
    left: auto;
    transform: none;
    position: absolute;
    right: calc(-100% + 320px);
    width: 100%;
    max-width: 100%;
    bottom: 0;
  }
}
.schemes-initiatives-section .title-wrapper .tabs .tab {
  font-size: 11.99px;
  font-weight: 500;
  line-height: 17.99px;
  text-align: center;
  padding: 8px 32px;
  border-radius: 30px;
  color: #7298B5;
  background-position: right bottom;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .schemes-initiatives-section .title-wrapper .tabs .tab {
    font-size: 12px;
    line-height: 16.89px;
    padding: 8px 33px;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .title-wrapper .tabs .tab {
    font-size: 18px;
    line-height: 27px;
    padding: 8px 34px;
  }
}
.schemes-initiatives-section .title-wrapper .tabs .tab.active {
  border: 0.67px solid #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  color: #fff;
}
.schemes-initiatives-section .title-wrapper .tabs .tab.active::after {
  background: #286FB4;
  width: 100%;
}
.schemes-initiatives-section .title-wrapper .tabs .tab:hover {
  color: #fff;
}
.schemes-initiatives-section .title-wrapper .tabs .tab:hover::after {
  background: #286FB4;
  width: 100%;
}
.schemes-initiatives-section .title-wrapper .tabs .tab::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #286FB4;
  border-radius: 30px;
  z-index: 1;
  left: 0;
  top: 0;
  transition: all 0.5s ease-out;
}
.schemes-initiatives-section .title-wrapper .tabs .tab span {
  position: relative;
  z-index: 2;
}
.schemes-initiatives-section .title-wrapper .tabs::after {
  content: "";
  width: 200%;
  right: -200%;
  top: 0;
  position: absolute;
}
.schemes-initiatives-section .tab-content .panel {
  display: none;
}
.schemes-initiatives-section .tab-content .panel.active {
  display: flex;
}
.schemes-initiatives-section .tab-content .panel .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36.65px;
  color: #2B3840;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel .title {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .schemes-initiatives-section .tab-content .panel .title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .tab-content .panel .title {
    font-size: 48px;
    line-height: 55px;
  }
}
.schemes-initiatives-section .tab-content .panel .left-image {
  height: 213px;
  position: relative;
  width: calc(100% - 55px);
  box-shadow: 0px 2.67px 23.99px 0px rgba(43, 56, 64, 0.2509803922);
  border-radius: 0 200px 200px 0;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel .left-image {
    height: 213px;
    width: 30%;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .tab-content .panel .left-image {
    height: 320px;
  }
}
.schemes-initiatives-section .tab-content .panel .left-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 200px 200px 0;
}
.schemes-initiatives-section .tab-content .panel .header-tab-title-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel .header-tab-title-wrapper {
    position: absolute;
    height: 100px;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-targets {
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets {
    gap: 33px;
    position: relative;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets {
    gap: 50px;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-targets .title {
  display: block;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .title {
    display: flex;
    gap: 0;
    padding: 0;
    max-width: 70%;
    width: 100%;
    position: absolute;
    left: calc(30% + 20px);
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .title {
    left: calc(30% - 20px);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .title {
    left: 30%;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .title {
    left: calc(30% + 20px);
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-targets .first-panel-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .first-panel-wrapper {
    flex-direction: row;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items {
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items {
    padding: 0;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items {
    padding: 0;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items .title {
  display: none;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items .title {
    display: block;
    padding: 0;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items .card-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items .card-item-wrapper {
    flex-direction: row;
    left: calc(30% + 20px);
    position: relative;
    width: calc(70% - 20px);
    gap: 100px;
  }
}
@media (min-width: 1025px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items .card-item-wrapper {
    left: calc(30% - 20px);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items .card-item-wrapper {
    left: 30%;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items .card-item-wrapper {
    left: calc(30% + 20px);
    gap: 150px;
  }
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-targets .right-card-items .card-item {
    max-width: 200px;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives {
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives .head-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .head-wrapper {
    flex-direction: row;
    gap: 0;
    padding: 0;
    max-width: calc(70% - 20px);
    width: 100%;
    position: absolute;
    left: calc(30% + 20px);
    align-items: center;
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .head-wrapper {
    left: calc(30% - 20px);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .head-wrapper {
    left: 30%;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .head-wrapper {
    left: calc(30% + 20px);
  }
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .head-wrapper .title {
    order: 1;
    padding: 0;
    margin-right: 15px;
    margin-left: -2px;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs {
  cursor: pointer;
  display: flex;
  gap: 42px;
  flex-wrap: nowrap;
  overflow: scroll hidden;
  white-space: nowrap;
  padding: 8px 8px 8px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs {
    order: 2;
  }
}
@media (min-width: 1025px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs {
    gap: 25px;
    overflow: auto;
  }
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs::-webkit-scrollbar {
    display: block; /* For Chrome, Safari, and Opera */
  }
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs::-webkit-scrollbar-track {
    background-color: #E2F0F9;
    border-radius: 1px;
  }
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs::-webkit-scrollbar {
    width: 100%;
    background-color: #E2F0F9;
    border-radius: 1px;
    height: 5px;
  }
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #A1BED1;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs {
    gap: 30px;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs::after {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  left: 0;
  height: 2px;
  background: #EEF1F5;
  top: 34px;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs::after {
    width: calc(100% + 200px);
  }
}
@media (min-width: 1025px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs::after {
    width: 100%;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs::-webkit-scrollbar {
  display: none;
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs .second-tab {
  font-size: 11.99px;
  font-weight: 400;
  line-height: 21.32px;
  text-align: left;
  color: #ADB0BC;
  position: relative;
  display: inline-block;
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs .second-tab.active {
  color: #2B3840;
  font-weight: 700;
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-tabs .second-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 26px;
  width: 100%;
  background: #DF4C73;
  top: 25px;
  z-index: 2;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper {
    order: 1;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel {
  display: none;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel {
    flex-direction: row;
    align-items: center;
  }
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel.active {
  display: flex;
}
.schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel .card-item {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel .card-item {
    padding: 0;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel .card-item .field--name-field-title {
    position: relative;
    left: calc(30% + 20px);
    display: flex;
    max-width: fit-content;
  }
}
@media (min-width: 1025px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel .card-item .field--name-field-title {
    left: calc(30% - 20px);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel .card-item .field--name-field-title {
    left: 30%;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel .card-item .field--name-field-title {
    left: calc(30% + 20px);
  }
}
@media (min-width: 768px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel .card-item .field--name-field-description {
    left: calc(30% + 20px);
    position: relative;
    width: 70%;
  }
}
@media (min-width: 1025px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel .card-item .field--name-field-description {
    left: calc(30% - 20px);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel .card-item .field--name-field-description {
    left: 30%;
  }
}
@media (min-width: 1500px) {
  .schemes-initiatives-section .tab-content .panel.why-india-initiatives .second-panel-wrapper .second-panel .card-item .field--name-field-description {
    left: calc(30% + 20px);
  }
}

.parallax-banner .wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 576px) {
  .parallax-banner .wrapper {
    max-width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .parallax-banner .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .parallax-banner .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .parallax-banner .wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1281px) {
  .parallax-banner .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1481px) {
  .parallax-banner .wrapper {
    max-width: 1468px;
  }
}
.parallax-banner .banner-wrapper {
  position: relative;
  width: 100%;
  height: 440px;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .parallax-banner .banner-wrapper {
    height: 580px;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .banner-wrapper {
    height: 650px;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .banner-wrapper {
    height: 880px;
  }
}
.parallax-banner .banner-wrapper.do-parallax {
  background-size: auto !important;
  background-position: top !important;
  background: linear-gradient(to bottom, #ffffff -300.04%, #ffffff -227.05%, #fff3ce -120%, #ffffff -22.67%, #fff9d4 64.92%, #F8FCFE 137.91%, #FFFFFF 186.57%) !important;
}
.parallax-banner .banner-wrapper.do-parallax .banner-layer-2 {
  max-height: 100%;
}
.parallax-banner .banner-wrapper.do-parallax .banner-layer-2 .image-wrapper {
  position: relative;
}
.parallax-banner .banner-wrapper.do-parallax .banner-layer-2 .blue-strip {
  display: none;
}
.parallax-banner .banner-wrapper.do-parallax .banner-layer-1 {
  max-height: 0;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.parallax-banner .banner-wrapper.do-parallax .banner-layer-1 .parallax-layer {
  max-height: 0;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.parallax-banner .banner-wrapper.do-parallax .banner-title {
  bottom: 0;
  transition: all 1s;
}
.parallax-banner .banner-layer-1,
.parallax-banner .banner-layer-2 {
  position: absolute;
  width: 100%;
  max-height: 100%;
  bottom: 0;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.parallax-banner .banner-layer-2 {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
  max-height: 0;
}
.parallax-banner .banner-title {
  background: url("https://sarkarikaam.com/wp-content/themes/sarkarikaamNew/assets/img/about/banner-title.png") !important;
  background-size: 95%, contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: #fff;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 65%;
  transition: all 1s;
}
@media (min-width: 768px) {
  .parallax-banner .banner-title {
    bottom: 50%;
    background-size: 100%, contain !important;
    background-position: center 53%;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .banner-title {
    bottom: 65%;
    background-position: center 56%;
    background-size: 92%, contain;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .banner-title {
    bottom: 68%;
    background-position: center 56%;
    background-size: 85%, contain;
  }
}
.parallax-banner .banner-title h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 2px 3px 9px rgba(1, 81, 121, 0.1019607843), 10px 13px 16px rgba(1, 81, 121, 0.0901960784), 21px 28px 21px rgba(1, 81, 121, 0.0509803922), 38px 51px 25px rgba(1, 81, 121, 0.0117647059), 60px 79px 28px rgba(1, 81, 121, 0);
}
@media (max-width: 390px) {
  .parallax-banner .banner-title h1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .parallax-banner .banner-title h1 {
    font-size: 100px;
    line-height: 108.44px;
    -webkit-text-stroke: 1.33px #fff;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .banner-title h1 {
    font-size: 90px;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .banner-title h1 {
    font-size: 120px;
    line-height: 162.66px;
    -webkit-text-stroke: 2px #fff;
  }
}
.parallax-banner .parallax-layer {
  position: absolute;
  height: 180px;
  width: 100%;
  bottom: 20px;
  max-height: 240px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
@media (min-width: 768px) {
  .parallax-banner .parallax-layer {
    height: 170px;
    max-height: 260px;
    bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .parallax-layer {
    height: 270px;
    max-height: 320px;
  }
}
@media (min-width: 1200px) {
  .parallax-banner .parallax-layer {
    height: 320px;
    max-height: 320px;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .parallax-layer {
    height: 425px;
    max-height: 425px;
    bottom: 0;
  }
}
.parallax-banner .parallax-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25% center;
}
@media (min-width: 768px) {
  .parallax-banner .parallax-layer img {
    object-position: initial;
  }
}
.parallax-banner .parallax-layer.layer1 {
  height: 200px;
}
@media (min-width: 768px) {
  .parallax-banner .parallax-layer.layer1 {
    height: 200px;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .parallax-layer.layer1 {
    height: 300px;
    max-height: 300px;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .parallax-banner .parallax-layer.layer1 {
    height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .parallax-layer.layer1 {
    height: 500px;
    max-height: 550px;
  }
}
.parallax-banner .parallax-layer.layer2 img {
  object-position: 25% center;
}
.parallax-banner .content-wrapper {
  height: auto;
  position: relative;
  padding: 35px 20px;
  background: #e4e2a0;
  color: #1E3B48;
  z-index: 2;
}
@media (min-width: 768px) {
  .parallax-banner .content-wrapper {
    height: auto;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .content-wrapper {
    height: auto;
    bottom: 20px;
    padding-top: 60px;
  }
}
@media (min-width: 1400px) {
  .parallax-banner .content-wrapper {
    bottom: 30px;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .content-wrapper {
    height: auto;
    bottom: 0;
    padding-top: 85px;
  }
}
.parallax-banner .content-wrapper img {
  position: absolute;
  bottom: 30px;
  width: 155px;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .parallax-banner .content-wrapper img {
    width: 270px;
    right: 0;
    display: block;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .content-wrapper img {
    width: 380px;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .content-wrapper img {
    bottom: 10px;
    width: 660px;
    right: 0;
  }
}
@media (min-width: 1800px) {
  .parallax-banner .content-wrapper img {
    right: 0%;
  }
}
.parallax-banner .content-wrapper .content {
  max-width: 100%;
}
@media (min-width: 768px) {
  .parallax-banner .content-wrapper .content {
    max-width: 70%;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .content-wrapper .content {
    max-width: 70%;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .content-wrapper .content {
    max-width: 67%;
  }
}
.parallax-banner .content-wrapper .content .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  margin-left: 30px;
}
@media (max-width: 390px) {
  .parallax-banner .content-wrapper .content .title {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .content-wrapper .content .title {
    font-size: 34px;
    line-height: 31px;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .content-wrapper .content .title {
    font-size: 47px;
    line-height: 31px;
    margin-bottom: 44px;
  }
}
.parallax-banner .content-wrapper .content .title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #5B6C77;
  bottom: 4px;
  left: 0;
}
@media (min-width: 1025px) {
  .parallax-banner .content-wrapper .content .title::after {
    bottom: 0;
  }
}
.parallax-banner .content-wrapper .content .title::before {
  content: url("../image/svg_icon/side-line.svg");
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.parallax-banner .content-wrapper .content span {
  background: #e4e2a0;
  padding-right: 5px;
  position: relative;
  z-index: 2;
}
.parallax-banner .content-wrapper .content .description {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .parallax-banner .content-wrapper .content .description {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .content-wrapper .content .description {
    font-size: 12px;
    line-height: 16.89px;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .content-wrapper .content .description {
    font-size: 16px;
    line-height: 31px;
    width: calc(100% - 410px);
  }
}
.parallax-banner .content-wrapper .content .description strong, .parallax-banner .content-wrapper .content .description b {
  color: #286FB4;
}
.parallax-banner .content-wrapper .content .content-video-wrapper {
  display: flex;
  gap: 40px;
}
@media (min-width: 768px) {
  .parallax-banner .content-wrapper .content .content-video-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .content-wrapper .content .content-video-wrapper {
    gap: 24px;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .content-wrapper .content .content-video-wrapper {
    gap: 40px;
  }
}
.parallax-banner .content-wrapper .content .content-video-wrapper iframe {
  height: 210px;
  border-radius: 10px;
  display: none;
}
@media (min-width: 768px) {
  .parallax-banner .content-wrapper .content .content-video-wrapper iframe {
    height: 120px;
    width: 200px;
    display: block;
  }
}
@media (min-width: 1025px) {
  .parallax-banner .content-wrapper .content .content-video-wrapper iframe {
    height: 160px;
    width: 240px;
  }
}
@media (min-width: 1500px) {
  .parallax-banner .content-wrapper .content .content-video-wrapper iframe {
    height: 210px;
    width: 370px;
  }
}
@media (max-width: 390px) {
  .parallax-banner .content-wrapper .wrapper {
    bottom: 15px;
  }
}
.parallax-banner .video-for-mobile {
  display: block;
}
@media (min-width: 768px) {
  .parallax-banner .video-for-mobile {
    display: none;
  }
}
.parallax-banner .video-for-mobile iframe {
  height: 240px;
  width: 100%;
}

.page-node-type-why-india section.parallax-banner {
  padding: 0;
}

.blue-strip {
  background: linear-gradient(to bottom, #facd4c -300.04%, #facd4c -227.05%, #fbd944 -120%, #fcef99 -22.67%, #fdf4b0 64.92%, #F8FCFE 137.91%, #FFFFFF 186.57%);
}

.image-wrapper .blue-strip {
  height: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .image-wrapper .blue-strip {
    height: 50px;
  }
}
@media (min-width: 1500px) {
  .image-wrapper .blue-strip {
    height: 80px;
  }
}

.parallax-layer.layer2 .blue-strip {
  height: 30px;
}

.do-parallax .parallax-layer.layer2 .blue-strip {
  height: 0;
}

@media (min-width: 768px) {
  .important-links-wrapper .wrapper {
    padding: 0 20px;
  }
}
.important-links-wrapper .important-links {
  border: 1px solid #C1E1FF;
  border-left: 0;
  border-right: 0;
  box-shadow: 0px 15.99px 35.12px 0px rgba(223, 232, 245, 0.6509803922);
  text-align: center;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .important-links-wrapper .important-links {
    border: 1px solid #C1E1FF;
    border-radius: 20px;
  }
}
@media (min-width: 1500px) {
  .important-links-wrapper .important-links {
    padding-top: 20px;
  }
}
.important-links-wrapper .important-links .title {
  position: relative;
}
.important-links-wrapper .important-links .title span {
  font-size: 11.99px;
  font-weight: 700;
  line-height: 11.48px;
  color: #2E3A45;
  background: #fff;
  padding: 0 12px;
  z-index: 1;
  position: relative;
}
@media (min-width: 1025px) {
  .important-links-wrapper .important-links .title span {
    font-size: 12px;
    line-height: 16.89px;
  }
}
@media (min-width: 1500px) {
  .important-links-wrapper .important-links .title span {
    font-size: 18px;
    line-height: 19.89px;
    padding: 0 20px;
  }
}
.important-links-wrapper .important-links .title::after {
  content: "";
  position: absolute;
  background: #286FB4;
  height: 1px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .important-links-wrapper .important-links .title::after {
    width: calc(100% - 70px);
  }
}
@media (min-width: 1500px) {
  .important-links-wrapper .important-links .title::after {
    width: calc(100% - 110px);
  }
}
.important-links-wrapper .links-wrapper {
  display: flex;
  gap: 15px 25px;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
}
@media (min-width: 1500px) {
  .important-links-wrapper .links-wrapper {
    padding: 25px 55px 30px;
    gap: 37px;
  }
}
.important-links-wrapper .links-wrapper a {
  font-size: 11.99px;
  font-weight: 500;
  line-height: 16.37px;
  color: #286FB4;
  padding: 6px 15px;
  background: #F0F6FF;
  border-radius: 6px;
  text-transform: capitalize;
  max-width: fit-content;
  position: relative;
  transition: all 0.4s linear;
}
@media (min-width: 1025px) {
  .important-links-wrapper .links-wrapper a {
    font-size: 12px;
    line-height: 21.89px;
  }
}
@media (min-width: 1500px) {
  .important-links-wrapper .links-wrapper a {
    font-size: 18px;
    line-height: 24.56px;
    padding: 9px 22px;
    border-radius: 8px;
  }
}
@media (min-width: 1500px) {
  .important-links-wrapper .links-wrapper a::after {
    content: "";
    position: absolute;
    background: #B5B6B7;
    height: calc(100% - 10px);
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    width: 1px;
  }
}
.important-links-wrapper .links-wrapper a:first-child::after {
  content: none;
}
.important-links-wrapper .links-wrapper a:hover {
  background: #286FB4;
  color: #fff;
  transition: all 0.4s linear;
}

.page-node-type-why-india section.important-links-wrapper {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .page-node-type-why-india section.important-links-wrapper {
    padding-bottom: 75px;
  }
}
@media (min-width: 1500px) {
  .page-node-type-why-india section.important-links-wrapper {
    padding-bottom: 100px;
  }
}

.page-node-type-why-india section.india-insight-section {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .page-node-type-why-india section.india-insight-section {
    padding-top: 75px;
  }
}
@media (min-width: 1500px) {
  .page-node-type-why-india section.india-insight-section {
    padding-top: 100px;
  }
}

.india-insight-section .india-insights.wrapper {
  padding: 0;
}
.india-insight-section .india-insights .tabs-wrapper {
  overflow-x: scroll;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 14px 30px 0px rgba(77, 77, 77, 0.0784313725), 0px 55px 55px 0px rgba(77, 77, 77, 0.0705882353), 0px 124px 74px 0px rgba(77, 77, 77, 0.0392156863), 0px 220px 88px 0px rgba(77, 77, 77, 0.0117647059), 0px 345px 96px 0px rgba(77, 77, 77, 0);
  margin-bottom: 30px;
  display: flex;
}
.india-insight-section .india-insights .tabs-wrapper::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .tabs-wrapper {
    margin-bottom: 14px;
    border-radius: 60px;
    padding: 0;
    border-radius: 60px;
  }
}
@media (min-width: 1025px) {
  .india-insight-section .india-insights .tabs-wrapper {
    padding: 0;
    overflow: visible;
  }
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .tabs-wrapper {
    margin-bottom: 22px;
  }
}
.india-insight-section .india-insights .tabs {
  display: flex;
  flex-direction: row;
  gap: 14px;
  padding: 4px 6px;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 36.67px 36.67px 0px rgba(77, 77, 77, 0.0705882353);
  border-radius: 60px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .tabs {
    overflow-x: scroll;
    max-width: 100%;
    margin-right: 0;
    border-radius: 60px;
    padding-right: 0;
  }
  .india-insight-section .india-insights .tabs::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
  }
}
@media (min-width: 1025px) {
  .india-insight-section .india-insights .tabs {
    overflow: visible;
    width: 100%;
  }
  .india-insight-section .india-insights .tabs::-webkit-scrollbar {
    display: block; /* For Chrome, Safari, and Opera */
  }
  .india-insight-section .india-insights .tabs::-webkit-scrollbar-track {
    background-color: #E2F0F9;
    border-radius: 1px;
  }
  .india-insight-section .india-insights .tabs::-webkit-scrollbar {
    width: 3px;
    background-color: #E2F0F9;
    border-radius: 1px;
    height: 5px;
    bottom: -10px;
  }
  .india-insight-section .india-insights .tabs::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #A1BED1;
  }
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .tabs {
    gap: 25px;
    border-radius: 86px;
    padding: 5px 10px;
  }
}
.india-insight-section .india-insights .tabs .tab {
  font-size: 13.33px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #286FB4;
  padding: 8.5px 11px;
  border-radius: 60px;
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  transition: all 0.5s linear;
}
@media (min-width: 1025px) {
  .india-insight-section .india-insights .tabs .tab {
    font-size: 14px;
    line-height: 24px;
    padding: 8.5px 11px;
  }
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .tabs .tab {
    font-size: 20px;
    line-height: 30px;
    padding: 16px 20px;
    border-radius: 86px;
  }
}
.india-insight-section .india-insights .tabs .tab.active {
  color: #fff;
  background: #286FB4;
  transition: all 0.5s linear;
}
.india-insight-section .india-insights .tabs .tab span.animate-it {
  position: absolute;
  color: #286FB4;
}
.india-insight-section .india-insights .content-wrapper {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .left-right-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .left-right-wrapper {
    gap: 90px;
    padding: 0 60px;
  }
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .section-left {
    width: calc(100% - 348px);
  }
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .section-left {
    width: calc(100% - 526px);
  }
}
.india-insight-section .india-insights .content-wrapper .section-left .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22.22px;
  text-align: left;
  color: #286FB4;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .section-left .title {
    font-size: 25px;
    line-height: 25.25px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .india-insight-section .india-insights .content-wrapper .section-left .title {
    font-size: 29px;
    line-height: 29px;
  }
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .section-left .title {
    font-size: 38px;
    line-height: 38.38px;
    margin-bottom: 12px;
  }
}
.india-insight-section .india-insights .content-wrapper .section-left .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.94px;
  text-align: left;
  color: #4B5F6D;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .section-left .description {
    font-size: 12px;
    line-height: 20.52px;
  }
}
@media (min-width: 1025px) {
  .india-insight-section .india-insights .content-wrapper .section-left .description {
    font-size: 12px;
    line-height: 24.89px;
  }
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .section-left .description {
    font-size: 18px;
    line-height: 30.78px;
  }
}
.india-insight-section .india-insights .content-wrapper .section-left .description strong,
.india-insight-section .india-insights .content-wrapper .section-left .description b {
  font-weight: 700;
}
.india-insight-section .india-insights .content-wrapper .section-right {
  display: none;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .section-right {
    width: 288px;
    display: block;
  }
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .section-right {
    width: 436px;
  }
}
.india-insight-section .india-insights .content-wrapper .section-right .images .image {
  width: 100%;
  position: relative;
  border-radius: 5px;
  height: 112px;
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .section-right .images .image {
    height: 170px;
  }
}
.india-insight-section .india-insights .content-wrapper .section-right .images .image img {
  position: absolute;
  width: 144px;
  height: 112px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 13.33px 20px 14.67px 0px rgba(40, 48, 88, 0.0784313725);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .section-right .images .image img {
    width: 218px;
    height: 170px;
  }
}
.india-insight-section .india-insights .content-wrapper .section-right .images .image.image-3 {
  height: 85px;
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .section-right .images .image.image-3 {
    height: 128px;
  }
}
.india-insight-section .india-insights .content-wrapper .section-right .images .image.image-3 img {
  width: 108px;
  height: 85px;
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .section-right .images .image.image-3 img {
    width: 162px;
    height: 128px;
  }
}
.india-insight-section .india-insights .content-wrapper .cards {
  margin-top: 30px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #DF4C73;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .cards {
    gap: 0;
    background: none;
    max-width: 90%;
    margin-left: auto;
    flex-wrap: nowrap;
    padding: 0;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .india-insight-section .india-insights .content-wrapper .cards {
    max-width: 80%;
    margin-top: 22px;
  }
}
.india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description {
    display: none;
  }
}
.india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 25.37px;
  text-align: left;
  color: #fff;
  padding: 0;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-title {
    padding: 10px;
    background: #DF4C73;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-title {
    font-size: 32px;
    line-height: 36.06px;
  }
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    background: #DF4C73;
    top: 0;
  }
}
.india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-description {
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  text-align: left;
  color: #fff;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Number of lines to show */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em;
}
.india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-description::-webkit-scrollbar-track {
  background-color: #E2F0F9;
  border-radius: 10px;
}
.india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-description::-webkit-scrollbar {
  width: 3px;
  background-color: #E2F0F9;
  border-radius: 10px;
}
.india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-description::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #A1BED1;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-description {
    color: #545463;
    padding: 0 10px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-description {
    font-size: 12px;
    line-height: 21px;
    max-height: 7em;
  }
}
@media (min-width: 1500px) {
  .india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description .field--name-field-description {
    font-size: 15px;
    line-height: 24px;
  }
}
.india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description::before {
  content: none;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .paragraph--type--title-and-description:first-child .field--name-field-title {
    border-radius: 50px 0 0 50px;
  }
}
.india-insight-section .india-insights .content-wrapper .insights-tabs-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .insights-tabs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.india-insight-section .india-insights .content-wrapper .insights-tabs-wrapper .insights-title-tabs {
  display: flex;
  background: #DF4C73;
  position: relative;
  border-radius: 60px 0 0 60px;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .insights-tabs-wrapper .insights-title-tabs {
    padding-left: 60px;
  }
}
.india-insight-section .india-insights .content-wrapper .insights-tabs-wrapper .insights-title-tabs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  background: #DF4C73;
  top: 0;
}
.india-insight-section .india-insights .content-wrapper .insights-tabs-wrapper .insights-title-tabs .field--name-field-title {
  background: none;
  justify-content: center;
  display: flex;
}
.india-insight-section .india-insights .content-wrapper .insights-tabs-wrapper .insights-title-tabs .paragraph--type--title-and-description {
  justify-content: center;
}
.india-insight-section .india-insights .content-wrapper .insights-tabs-wrapper .insights-description-tabs {
  display: flex;
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .insights-tabs-wrapper .insights-description-tabs {
    padding-left: 60px;
  }
}
.india-insight-section .india-insights .content-wrapper .insights-tabs-wrapper .paragraph--type--title-and-description {
  display: flex;
}
.india-insight-section .india-insights .content-wrapper .panel {
  display: none;
}
.india-insight-section .india-insights .content-wrapper .panel.active {
  display: block;
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(odd) .section-right .images .image.image-1 img {
  left: 0;
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(odd) .section-right .images .image.image-2 img {
  left: 50%;
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(odd) .section-right .images .image.image-3 img {
  left: 12%;
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(odd).animate .section-right .images .image.image-1 img {
  transform: translateX(100%);
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(odd).animate .section-right .images .image.image-2 img {
  transform: translateX(-100%);
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(odd).animate .section-right .images .image.image-3 img {
  transform: translateX(100%);
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .panel:nth-child(odd) .field--name-field-title,
  .india-insight-section .india-insights .content-wrapper .panel:nth-child(odd) .insights-title-tabs {
    background: #DF4C73;
  }
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .panel:nth-child(odd) .field--name-field-title::after,
  .india-insight-section .india-insights .content-wrapper .panel:nth-child(odd) .insights-title-tabs::after {
    background: #DF4C73;
  }
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(even) .section-right .images .image.image-1 img {
  left: 50%;
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(even) .section-right .images .image.image-2 img {
  left: 0;
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(even) .section-right .images .image.image-3 img {
  left: 50%;
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(even).animate .section-right .images .image.image-1 img {
  transform: translateX(-100%);
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(even).animate .section-right .images .image.image-2 img {
  transform: translateX(100%);
}
.india-insight-section .india-insights .content-wrapper .panel:nth-child(even).animate .section-right .images .image.image-3 img {
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .panel:nth-child(even) .field--name-field-title,
  .india-insight-section .india-insights .content-wrapper .panel:nth-child(even) .insights-title-tabs {
    background: #9E4CDF;
  }
}
@media (min-width: 768px) {
  .india-insight-section .india-insights .content-wrapper .panel:nth-child(even) .field--name-field-title::after,
  .india-insight-section .india-insights .content-wrapper .panel:nth-child(even) .insights-title-tabs::after {
    background: #9E4CDF;
  }
}
.india-insight-section .india-insights .content-wrapper .panel:first-child .section-right .images .image.image-1 img {
  left: 0;
}
.india-insight-section .india-insights .content-wrapper .panel:first-child .section-right .images .image.image-2 img {
  left: 50%;
}
.india-insight-section .india-insights .content-wrapper .panel:first-child .section-right .images .image.image-3 img {
  left: 12%;
}
.india-insight-section .india-insights .content-wrapper .panel:first-child.active .section-right .images .image.image-1 img {
  left: 50%;
}
.india-insight-section .india-insights .content-wrapper .panel:first-child.active .section-right .images .image.image-2 img {
  left: 0;
}
.india-insight-section .india-insights .content-wrapper .panel:first-child.active .section-right .images .image.image-3 img {
  left: 50%;
}
.india-insight-section .india-insights .content-wrapper .panel:first-child.active.animate .section-right .images .image.image-1 img {
  left: 0;
  transform: translateX(100%);
}
.india-insight-section .india-insights .content-wrapper .panel:first-child.active.animate .section-right .images .image.image-2 img {
  left: 50%;
  transform: translateX(-100%);
}
.india-insight-section .india-insights .content-wrapper .panel:first-child.active.animate .section-right .images .image.image-3 img {
  left: 12%;
  transform: translateX(100%);
}

.animate-it {
  opacity: 0;
}

.india-insights .content-wrapper .content-items:nth-of-type(1).animate .left-right-wrapper .section-left {
  position: relative;
}
@media (min-width: 768px) {
  .india-insights .content-wrapper .content-items:nth-of-type(1).animate .left-right-wrapper .section-left .title {
    position: absolute;
    animation: move-left-1 0.4s linear;
    top: -40px;
  }
}
.india-insights .content-wrapper .content-items:nth-of-type(2).animate .left-right-wrapper .section-left {
  position: relative;
}
@media (min-width: 768px) {
  .india-insights .content-wrapper .content-items:nth-of-type(2).animate .left-right-wrapper .section-left .title {
    position: absolute;
    animation: move-left-2 0.4s linear;
    top: -40px;
  }
}
.india-insights .content-wrapper .content-items:nth-of-type(3).animate .left-right-wrapper .section-left {
  position: relative;
}
@media (min-width: 768px) {
  .india-insights .content-wrapper .content-items:nth-of-type(3).animate .left-right-wrapper .section-left .title {
    position: absolute;
    animation: move-left-3 0.4s linear;
    top: -40px;
  }
}
.india-insights .content-wrapper .content-items:nth-of-type(4).animate .left-right-wrapper .section-left {
  position: relative;
}
@media (min-width: 768px) {
  .india-insights .content-wrapper .content-items:nth-of-type(4).animate .left-right-wrapper .section-left .title {
    position: absolute;
    animation: move-left-4 0.4s linear;
    top: -40px;
  }
}
.india-insights .content-wrapper .content-items:nth-of-type(5).animate .left-right-wrapper .section-left {
  position: relative;
}
@media (min-width: 768px) {
  .india-insights .content-wrapper .content-items:nth-of-type(5).animate .left-right-wrapper .section-left .title {
    position: absolute;
    animation: move-left-5 0.4s linear;
    top: -40px;
  }
}
@media (min-width: 1025px) {
  .india-insights .tabs .tab:nth-of-type(1).active .animate-it {
    animation: move-top-1 0.4s linear;
  }
}
@media (min-width: 1025px) {
  .india-insights .tabs .tab:nth-of-type(2).active .animate-it {
    animation: move-top-2 0.4s linear;
  }
}
@media (min-width: 1025px) {
  .india-insights .tabs .tab:nth-of-type(3).active .animate-it {
    animation: move-top-3 0.4s linear;
  }
}
@media (min-width: 1025px) {
  .india-insights .tabs .tab:nth-of-type(4).active .animate-it {
    animation: move-top-4 0.4s linear;
  }
}
@media (min-width: 1025px) {
  .india-insights .tabs .tab:nth-of-type(5).active .animate-it {
    animation: move-top-5 0.4s linear;
  }
}

@keyframes move-left-1 {
  from {
    top: -200px;
    left: -130px;
    opacity: 0;
    scale: 0;
  }
  to {
    top: -40px;
    left: 20px;
    opacity: 1;
    scale: 1;
  }
}
@keyframes move-left-2 {
  from {
    top: -200px;
    left: 130px;
    opacity: 0;
    scale: 0;
  }
  to {
    top: -40px;
    left: 20px;
    opacity: 1;
    scale: 1;
  }
}
@keyframes move-left-3 {
  from {
    top: -200px;
    left: 330px;
    opacity: 0;
    scale: 0;
  }
  to {
    top: -40px;
    left: 0;
    opacity: 1;
    scale: 1;
  }
}
@keyframes move-left-4 {
  from {
    top: -200px;
    left: 530px;
    opacity: 0;
    scale: 0;
  }
  to {
    top: -40px;
    left: 0;
    opacity: 1;
    scale: 1;
  }
}
@keyframes move-left-5 {
  from {
    top: -200px;
    left: 730px;
    opacity: 0;
    scale: 0;
  }
  to {
    top: -40px;
    left: 0;
    opacity: 1;
    scale: 1;
  }
}
@keyframes move-top-1 {
  from {
    top: 230px;
    left: 2%;
    opacity: 0;
    scale: 0;
  }
  to {
    top: 20px;
    left: 2%;
    opacity: 1;
    scale: 1;
  }
}
@keyframes move-top-2 {
  from {
    top: 250px;
    left: 2%;
    opacity: 0;
    scale: 0;
  }
  to {
    top: 20px;
    left: 20%;
    opacity: 1;
    scale: 1;
  }
}
@keyframes move-top-3 {
  from {
    top: 270px;
    left: 2%;
    opacity: 0;
    scale: 0;
  }
  to {
    top: 20px;
    left: 40%;
    opacity: 1;
    scale: 1;
  }
}
@keyframes move-top-4 {
  from {
    top: 290px;
    left: 2%;
    opacity: 0;
    scale: 0;
  }
  to {
    top: 20px;
    left: 60%;
    opacity: 1;
    scale: 1;
  }
}
@keyframes move-top-5 {
  from {
    top: 310px;
    left: 2%;
    opacity: 0;
    scale: 0;
  }
  to {
    top: 20px;
    left: 80%;
    opacity: 1;
    scale: 1;
  }
}
