main {
  background-size: cover;
}

.scroll-container-2 spacer {
  width: 100%;
  height: 100vh;
  background-color: green;
}

.scroll-container-2 .container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
}

.scroll-container-2 .left-container,
.scroll-container-2 .right-container {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.scroll-container-2 .right-content {
  width: 100%;

}


.scroll-container-2 .right-element {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  padding-left: 10%;

}

.scroll-container-2 .left-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-container-2 .left-content {
  width: 90%;
  height: 90%;
  position: relative;
  overflow: hidden;
}

.scroll-container-2 .left-content img {
  position: absolute;
  top: 15%;
  right: 0%;
  object-fit: cover;
  opacity: 0;
}

.left-content img:first-child {
  opacity: 1;
}

.gsap-marker-scroller-start {
  display: none !important;

}

.gsap-marker-scroller-end,
.gsap-marker-end {
  display: none !important;

}

.scroll-container-2 .section1,
.scroll-container-2 .section2 {
  height: 100vh;
  background-color: pink;
}

.scroll-container-2 .ds_flex {
  display: flex;
}

.scroll-container-2 .progessive_wrapper {
  padding: 1rem 0;
  position: relative;
}

.scroll-container-2 .step_left {
  width: 30%;
}

.scroll-container-2 .step_right {
  width: 42%;
}

.scroll-container-2 .step_warp {
  padding: 2rem 0;
  opacity: .2;
  transition: opacity 2s;

}

.scroll-container-2 .step_warp.scroll-container-2 .active {
  opacity: 1;
}

.scroll-container-2 .showcase_card {
  padding: 2rem 0;
}

.scroll-container-2 .step_left figure {
  background: rgba(3, 99, 255, .1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.scroll-container-2 .step_head_wrap span {
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  opacity: 0 .5;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
}

.scroll-container-2 .step_head {
  font-size: 24px;
  font-weight: 600;
}

.scroll-container-2 .step_warp>.scroll-container-2 .ds_flex {
  justify-content: center;
}

.scroll-container-2 .showcase_card>.scroll-container-2 .ds_flex {
  justify-content: center;
}

.scroll-container-2 .step_right {
  font-size: 22px;
  padding-top: 20px;
  font-weight: 500;
}

.scroll-container-2 .step_right a {
  color: #0363FF;
  text-decoration: underline !important;
}

.scroll-container-2 .progressive_bar {
  background-color: transparent;
  width: 10px;
  height: 100vh;
  position: relative;
}

.scroll-container-2 #progressive_bar_thumb {
  background-color: var(--it-common-yellow);
  display: inline-block;
  width: 12px;
  height: 0;

}

.it-btn-yellow {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  position: relative;
  transition: .4s;
  border-radius: 5px;
  z-index: 1;
  color: var(--it-common-black);
  background-color: var(--it-common-yellow);
}

.scroll-container-2 #progressive_bar_thumb::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: aquamarine;
  border-radius: 50%;
}

.scroll-container-2 #fixed {
  position: absolute;
  top: 0px;
  right: 43%;
  translate: none !important;
}




.scroll-container-2 .progressive_bar {
  width: 12px !important;
}

.scroll-btn-hs span {
  font-size: 20px;
  margin-bottom: 0px !important;
  text-transform: none;
}

.mb-10 {
  margin-bottom: 10px;
}

.scroll-btn-hs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-text-hs {
  padding: 11px !important;
}

.scroll-text-hs li {
  color: var(--it-common-black) !important;
}


.scroll-img-rnd {
  border-radius: 5%;
  box-shadow: 1px 1px 10px #666666;
}


.scroll-container-2 {
  left: 15%;
}

.scroll-container-2 #fixed {
  position: absolute;
  top: 0px;
  right: 35%;
  translate: none !important;
}

@media (min-width: 1600px) and (max-width: 1800px) {
  .scroll-container-2 {
    left: 2%;
  }

  .it-about-5-list ul li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;

  }

  .scroll-container-2 #fixed {
    position: absolute;
    top: 0px;
    right: 10%;
    translate: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .scroll-container-2 {
    left: 2%;
  }

  .it-about-5-list ul li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;

  }

  .scroll-container-2 #fixed {
    position: absolute;
    top: 0px;
    right: 5%;
    translate: none !important;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .scroll-container-2 {
    left: 0%;
  }

  .mb-30 {
    margin-bottom: 10px;
  }

  .it-about-5-list ul li {
    list-style-type: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;

  }

  .mb-20 {
    margin-bottom: 5px;
  }

  .mb-10 {
    margin-bottom: 5px;
  }

  .scroll-container-2 #fixed {
    position: absolute;
    top: 0px;
    right: 10%;
    translate: none !important;
  }

  .scroll-container-2 .left-content img {
    top: 25%;
  }
}

@media (min-width: 780px) and (max-width: 999px) {
  
  .scroll-container-2 .left-container {
    display: none;
  }

  .scroll-container-2,
  .scroll-container-2 .right-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  .scroll-container-2 {
    left: 0%;
  }

  .mb-30 {
    margin-bottom: 10px;
  }

  .it-about-5-list ul li {
    list-style-type: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 12px;

  }

  .mb-20 {
    margin-bottom: 5px;
  }

  .mb-10 {
    margin-bottom: 5px;
  }

  .scroll-container-2 #fixed {
    position: absolute;
    top: 0px;
    right: 0%;
    translate: none !important;
  }

  .scroll-container-2 .left-content img {
    top: 25%;
  }
}

@media (min-width: 500px) and (max-width: 780px) {
  .scroll-container-2 .left-container {
    display: none;
  }

  .scroll-container-2 {
    left: 0%;
  }


  .scroll-container-2,
  .scroll-container-2 .right-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
}

@media (min-width: 300px) and (max-width: 499px) {
  .scroll-container-2 .left-container {
    display: none;
  }

  .scroll-container-2 {
    left: 0%;
  }


  .scroll-container-2,
  .scroll-container-2 .right-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
}

.mb-30-i {
  margin-bottom: 30px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}


.right_txt_box .sm-tabs-e li {

  list-style-type: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  margin-top: 0.5rem;

}

.right_txt_box p {
  margin-bottom: 0px;
  line-height: 25px;

}

.last-bullets li {
  list-style-type: none;
  font-size: 11px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  padding-left: 33px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  margin-top: 0.25rem;
}

.bullet-points-g1-g5 i, .bullet-points-kg i {
    color: var(--it-common-yellow);
    margin-right: 10px;
}

.bullet-points-g1-g5 P  {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}

.bullet-points-kg p  {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 10px;
}

.right-element h2{
  font-size: 25px;
}

.pad-re{
  padding: 30px 25px 0px 0px;
}

.text-g6-g10 .scroll-text-hs  li {
  list-style-type: none;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 25px;
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .hidden-content{
    display: none;
  }

}


@media (max-width: 790px) {
  .right-element{
    margin-top: 1rem;
    padding-left: 0% !important;
  }
}


@media (min-width: 300px) and (max-width: 550px)  {
  .right-element{
    margin-top: 1rem ;
    padding-left: 0% !important;
  }


  .bullet-points-g1-g5 P {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .text-g6-g10 .scroll-text-hs  li {
    list-style-type: none;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 20px;
  }
}



