.tab_scroller {
  position: relative;
  display: inline-block;
}

.tab_scroller::after {
  /*   content: '';
  position: absolute;
  bottom: 0px; 
  left: 10px;
  width: 100%;
  height: 100%; */
  background-image: url('https://4627617.fs1.hubspotusercontent-na1.net/hubfs/4627617/Static-logo.webp');






  background-attachment: fixed;
  background-position: 100%;
  background-repeat: no-repeat;
  /*   background-size: 75%; */
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}





.bg_img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.tab_scroller .content-wrapper {
  z-index: 9;
}


.tab_scroller {
  position: relative;
  height: 270vh;
}

.tab_scroller .content-wrapper {
  position: sticky;
  top: 125px;
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: initial;
}

.tab_scroller .tab_scroller_content {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
  border-radius: 10px;
  transform: translateY(400px) scale(1.2);
  transition: transform 0.5s ease-out, opacity 0.5s ease 1s;
  will-change: transform, opacity;
  left: 0;
  top: 70px;
}
.tab-section-scroll {
  position: relative;
}
.tab-section-scroll .background-bottm-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tab-section-scroll .tab_scroller.tab_scroller_content {
  position: relative;
}

.tab-section-scroll .tab_scroller.tab_scroller_content .content-wrapper {
  z-index: 9;
}
.tab_scroller .tab_scroller_content:first-child {
  opacity: 1 !important;
  transform: translateY(0.9vh) scale(0.97);
}

.tab_scroller_content {
  display: flex;
  justify-content: center;
}

.tab_scroller .tab_scroller_heading h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.tab_scroller .tab_scroller_heading p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  color: #1C143D;
  display: inline-block;
  margin: 0;
}

.tab_scroller .tab_scroller_section {
  padding: 150px 0 0;
}

.tab_scroller .tab_scroller_section .tab_scroller_content {
  border-radius: 12px;
  box-shadow: 0 5px 15px 0 #252c6126;
  padding: 30px;
  transition: all 0.4s;
  margin: 0 0 40px;
}

.tab_scroller .tab_scroller_content .tab_scroller_card {
  border-top: 2px solid #FFFFFF;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.tab_scroller .tab_scroller_content .tab_scroller_card .tab_scroller_image {
  display: flex;
  padding: 0 15px;
  width: 50%;
  gap: 42px;
}

.tab_scroller .tab_scroller_card .tab_scroller_text {
  width: 50%;
  padding: 0 15px;
}

.tab_scroller .tab_scroller_card .tab_scroller_text h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 21px;
}

.tab_scroller .tab_scroller_card .tab_scroller_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  display: inline-block;
  margin: 0 0 15px;
}

.tab_scroller .tab_scroller_card .tab_scroller_text ul {
  list-style: none;
  margin: 0 0 21px;
  padding: 0;
}

.tab_scroller .tab_scroller_card .tab_scroller_text ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 15px;
  position: relative;
  padding: 0 0 0 75px;
}

.tab_scroller .tab_scroller_card .tab_scroller_text ul li:last-child {
  margin: 0;
}

.tab_scroller .tab_scroller_card .tab_scroller_text ul li::before {
  content: "";
  background-image: url(https://22484617.fs1.hubspotusercontent-na1.net/hubfs/22484617/white_arrow.png);
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tab_scroller .tab_scroller_text .tab_scroller_btn a {
  background: #1c2c68;
  border-radius: 42px;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, .15);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 12px 45px 12px 24px;
  position: relative;
  transition: all 0.4s;
}

.tab_scroller .tab_scroller_text .tab_scroller_btn a::after {
  content: "";
  background-image: url(https://22484617.fs1.hubspotusercontent-na1.net/hubfs/22484617/white_arrow.png);
  position: absolute;
  right: 24px;
  top: 15px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tab_scroller .tab_scroller_text .tab_scroller_btn a:hover {
  background: #E91A60;
}

.tab_scroller .tab_scroller_heading {
  /* position: sticky;
  top: 125px; */
  transition: all 0.4s;
  height: fit-content;
}

.tab_scroller .tab_scroller_section .tab_scroller_content:last-child {
  margin: 0;
}

.tab_scroller .tab_scroller_image .tab_scroller_counter span {
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: 37.54px;
  color: #FFFFFF;
}

.tab_scroller .tab_scroller_image .tab_scroller_counter {
  width: auto;
  text-align: center;
}

.tab_scroller .tab_scroller_image img {
  object-fit: contain;
  width: 460px;
}

.tab_scroller .tab_scroller_image hr {
  margin: 4px 0;
}

@media only screen and (max-width: 767px) {
  .tab_scroller .tab_scroller_card .tab_scroller_text h2 {
    font-size: 24px;
    line-height: normal;
  }

  .tab_scroller .tab_scroller_card .tab_scroller_text ul li {
    padding: 0 0 0 40px;
    font-size: 17px;
    line-height: 24px;
  }

  .tab_scroller {
    height: auto;
  }

  .tab_scroller .content-wrapper {
    position: unset;
    height: auto;
    display: block;
  }

  .tab_scroller .tab_scroller_section .tab_scroller_content {
    position: unset;
    transform: none !important;
  }

  .tab_scroller .tab_scroller_section {
    padding: 0px 0 0;
  }

  .tab_scroller .tab_scroller_content {
    height: auto;
  }

  .tab_scroller .tab_scroller_content .tab_scroller_card .tab_scroller_image {
    width: 100%;
    padding: 0;
    flex-direction: row-reverse;
  }

  .tab_scroller .tab_scroller_card .tab_scroller_text {
    width: 100%;
    padding: 35px 0 0;
  }
  .tab_scroller .tab_scroller_section .tab_scroller_content {
    padding: 20px;

  }
  .tab_scroller.tab_scroller_content {
    padding-top: 30px !important;!i;!;
    padding-bottom: 10px !important;!i;!;
  }


  .tab_scroller .tab_scroller_heading h2 {
    font-size: 25px;
  }
  .tab_scroller .tab_scroller_image img {
    width: 70%;
  }
  .tab_scroller .tab_scroller_section .tab_scroller_content {
    margin: 0 0 10px !important;

  }
  .tab_scroller .tab_scroller_content {
    width: 100% !important;
    left: 0%;

  }
}

@media (min-width: 768px) and (max-width: 1250px) {
  .tab_scroller .tab_scroller_card .tab_scroller_text ul li::before {
    width: 13px;
    height: 12px;
  }
  .tab_scroller .tab_scroller_content {
    left: 40px;
  }

  .tab_scroller .tab_scroller_card .tab_scroller_text h2 {
    font-size: 26px;
    line-height: normal;
  }

  .tab_scroller .tab_scroller_card .tab_scroller_text ul li {
    padding: 0 0 0 40px;
    font-size: 14px;
    line-height: 24px;
  }

  .tab_scroller .tab_scroller_content .tab_scroller_card .tab_scroller_image,
  .tab_scroller .tab_scroller_card .tab_scroller_text{
    width : 100%;
  }

  .tab_scroller .tab_scroller_image img {
    height: 150px !important;
  }

  .tab_scroller .content-wrapper {
    top: 90px;
  }

  .tab_scroller .tab_scroller_section {
    padding: 110px 0 0;
  }

  .tab_scroller .tab_scroller_content {
    width: 83% !important;
  }
}


@media screen and (max-width: 1350px) {

  .tab_scroller .tab_scroller_content {
    width: 80%;
    will-change: transform, opacity;
    left: 9%;
    margin: auto !important;
  }
}



/* @media screen and (max-width: 1024px) {
.tab_scroller.tab_scroller_content {
padding-bottom: 27% !important;
}

}
*/






