@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,400;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&family=IBM+Plex+Mono:wght@400;500;700&family=Open+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Tinos:wght@400;700&display=swap");
html {
  scroll-behavior: smooth !important;
}

body {
  background-color: #0B111B;
  font-family: 'Barlow', sans-serif;
  scroll-behavior: smooth !important;
}

body.hide-body {
  overflow: hidden;
}

header {
  background-color: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
}

header .navbar {
  padding: 15px 0px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-left: 75px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item.greenli {
  background-image: url(../images/btn-bg.png);
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 3px 13px;
  background-size: 100%;
  color: white;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: relative;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}

header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .nav-link, header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app {
  font-weight: 700;
  opacity: 1;
}

header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app {
  display: none;
}

@media (max-width: 475px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app {
    display: inline-block;
  }
}

header .navbar .navbar-collapse .navbar-nav .nav-item.greenli:hover {
  -webkit-filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
          filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .navbar .navbar-collapse .navbar-nav .nav-item.greenli button {
  border: none;
  background-color: transparent;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  outline: none;
  cursor: pointer;
}

header .navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link, header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.number-loading {
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 99999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #17181c;
}

.number-loading::before {
  content: "";
  background-image: url(../images/banner-top.png);
  width: 100%;
  top: 0px;
  position: absolute;
  height: 100vh;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.number-loading.number-loading-back {
  opacity: 0;
  z-index: -99;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.number-loading .container {
  position: relative;
  width: 100%;
  height: 100%;
}

.number-loading .count-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.number-loading .count-flex .count-percentage {
  font-size: 150px;
  line-height: 195px;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
}

@media (max-width: 360px) {
  .number-loading .count-flex .count-percentage {
    font-size: 100px;
  }
}

.number-loading .count-flex .count {
  font-family: "IBM Plex Mono", monospace;
  font-size: 150px;
  line-height: 195px;
  color: #fff;
}

@media (max-width: 360px) {
  .number-loading .count-flex .count {
    font-size: 100px;
  }
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  opacity: 0.5;
  top: 0px;
  left: 0px;
}

#particles-js canvas {
  display: block;
  vertical-align: bottom;
}

#particlesjs2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  opacity: 0.5;
}

#particlesjs2 canvas {
  display: block;
  vertical-align: bottom;
}

#particlesjs3 {
  position: absolute;
  width: 100%;
  height: 500%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  opacity: 0.5;
}

#particlesjs3 canvas {
  display: block;
  vertical-align: bottom;
}

#particlesjs4 {
  position: absolute;
  width: 100%;
  height: 200%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  opacity: 0.5;
}

#particlesjs4 canvas {
  display: block;
  vertical-align: bottom;
}

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.dsp-banner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.dsp-banner.number-loading-after {
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.dsp-banner.number-loading-after #particles-js {
  opacity: 0;
  -webkit-transition: 0,2s;
  transition: 0,2s;
}

.dsp-banner.number-loading-after #comets {
  opacity: 0;
  -webkit-transition: 0,2s;
  transition: 0,2s;
}

.dsp-banner.number-loading-after .line-img {
  opacity: 0;
  -webkit-transition: 0,2s;
  transition: 0,2s;
}

.dsp-banner.number-loading-after .banner-content {
  opacity: 0;
  -webkit-transition: 0,2s;
  transition: 0,2s;
}

.dsp-banner.number-loading-after button {
  opacity: 0;
  -webkit-transition: 0,2s;
  transition: 0,2s;
}

.dsp-banner #comets {
  position: absolute;
  /* top: -150px; */
  width: 100%;
  text-align: left;
  height: 100%;
  min-height: 900px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 0,2s;
  transition: 0,2s;
}

.dsp-banner #comets img {
  position: absolute;
  z-index: 1;
  opacity: .7;
  -webkit-animation: falling 10s 0s infinite;
  -webkit-animation-timing-function: ease-in;
}

@-webkit-keyframes falling {
  0% {
    right: 0%;
    top: 0%;
  }
  100% {
    right: 100%;
    top: 100%;
  }
}

.dsp-banner .line-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  -webkit-transition: 0,2s;
  transition: 0,2s;
}

.dsp-banner::before {
  content: "";
  background-image: url(../images/banner-top.png);
  width: 100%;
  top: 0px;
  position: absolute;
  height: 100vh;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.dsp-banner .banner-content {
  text-align: center;
  position: relative;
  z-index: 3;
  opacity: 1;
  -webkit-transition: 0,2s;
  transition: 0,2s;
}

.dsp-banner .banner-content h1 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.04em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.dsp-banner .banner-content h1 span {
  background: linear-gradient(88.86deg, #B63DC3 5.4%, #FF8266 48.9%, #00DAE9 89.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 360px) {
  .dsp-banner .banner-content h1 {
    font-size: 30px !important;
  }
}

.dsp-banner .banner-content h4 {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 45px;
  text-align: center;
}

.dsp-banner .banner-content a {
  background-image: url(../images/btn-bg.png);
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  background-repeat: no-repeat;
}

.dsp-banner .banner-content a:hover {
  -webkit-filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
          filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dsp-banner .banner-content button.link-modal, .dsp-banner .banner-content button.link-app-modal {
  background-image: url(../images/btn-bg.png);
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  background-repeat: no-repeat;
  height: auto;
  width: auto;
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
}

.dsp-banner .banner-content button.link-modal:hover, .dsp-banner .banner-content button.link-app-modal:hover {
  -webkit-filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
          filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .dsp-banner .banner-content button.link-modal, .dsp-banner .banner-content button.link-app-modal {
    display: none;
  }
}

.dsp-banner .banner-content button.link-app-modal {
  display: none;
}

@media (max-width: 767px) {
  .dsp-banner .banner-content button.link-app-modal {
    display: inline-block;
  }
}

.dsp-banner .banner-content h6 {
  color: #FFFFFF;
  opacity: 0.4;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}

.dsp-banner button {
  width: 290px;
  height: 165px;
  border-radius: 12px;
  background-color: transparent;
  border: 0px;
  position: absolute;
  z-index: 5;
  right: 0px;
  border: none;
  opacity: 1;
  -webkit-transition: 0,2s;
  transition: 0,2s;
  cursor: pointer;
}

.dsp-banner button .hd {
  top: 10px;
  left: 10px;
  z-index: 9;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
}

.dsp-banner button img {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
}

.dsp-banner button .modal-default {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  border: 1px solid #B63DC3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.dsp-banner button .modal-hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  border: 1px solid #B63DC3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.dsp-banner button:focus {
  outline: none;
  border: none;
}

.dsp-banner button:hover .modal-default {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.dsp-banner button:hover .modal-hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.dsp-banner button .ply-btn {
  height: 100%;
  width: 100%;
  inset: 0px;
  z-index: 99;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dsp-banner button .ply-btn img {
  position: relative;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}

.dsp-banner button .ply-btn img.ply-bn-1 {
  width: 30px;
  height: 30px;
}

.dsp-banner button .ply-btn img.ply-bn-2 {
  display: none;
}

.dsp-banner button:hover .ply-btn img.ply-bn-1 {
  display: none;
}

.dsp-banner button:hover .ply-btn img.ply-bn-2 {
  width: 30px;
  height: 30px;
  display: inline-block;
  box-shadow: 0px 4px 55px 11px #00C7B2;
  -moz-box-shadow: 0px 4px 55px 11px #00C7B2;
  -webkit-box-shadow: 0px 4px 55px 11px #00C7B2;
}

.dsp-banner .container {
  position: relative;
}

.video-popup .modal-dialog {
  max-width: 1024px;
  height: auto;
}

.video-popup .modal-dialog .modal-content {
  border: 0;
  background-color: transparent;
  height: 100%;
  padding: 0 15px;
}

.video-popup .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.video-popup .modal-dialog .modal-content .modal-body .close {
  opacity: 1;
  width: 20px;
  right: -45px;
  top: 0px;
  position: absolute;
  z-index: 100000;
}

.video-popup .modal-dialog .modal-content .modal-body .close img {
  width: 20px;
}

.video-popup .modal-dialog .modal-content .modal-body img {
  width: 100%;
}

.innovation .modal-dialog {
  max-width: 1024px;
  height: auto;
}

.innovation .modal-dialog .modal-content {
  border: 0;
  background-color: transparent;
  height: 100%;
}

.innovation .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.innovation .modal-dialog .modal-content .modal-body .close {
  opacity: 1;
  width: 20px;
  right: -35px;
  top: -400px;
  position: absolute;
  z-index: 100000;
}

.innovation .modal-dialog .modal-content .modal-body .close img {
  width: 20px;
}

.innovation .modal-dialog .modal-content .modal-body img {
  width: 100%;
}

/**********************/
.why-now-section .inner-whynow {
  position: relative;
  height: 150vh;
}

.why-now-section .inner-whynow .whynowbg {
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}

.why-now-section .inner-whynow .whynowbg img {
  max-width: 100%;
}

.why-now-section .inner-whynow.stick .whynowbg {
  position: fixed;
}

.why-now-section .inner-whynow.stick2 .whynowbg {
  top: auto;
  bottom: 0;
  position: absolute;
}

.why-now-section .inner-whynow.stick2.stick .whynowbg {
  position: fixed;
}

.why-now-section .inner-whynow .container {
  height: 80vh;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.why-now-section .inner-whynow .container .whynow-list {
  height: 150vh;
}

.why-now-section .inner-whynow .container .whynow-list .item {
  height: 60vh;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  font-family: 'Barlow', sans-serif;
  margin-top: 30px;
  text-align: center;
}

.why-now-section .inner-whynow .container .whynow-list .item:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-box-align: center;
  -webkit-align-items: center;
}

.two-section-heading {
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .two-section-heading {
    position: relative;
    z-index: 100;
  }
}

.two-section-heading .top-fixed {
  position: fixed;
  top: -480px;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 99;
}

.two-section-heading .top-fixed img {
  width: 100%;
}

.two-section-heading .top-fixed h4 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  font-family: 'Barlow', sans-serif;
  position: absolute;
  width: 100%;
  top: 53%;
}

.two-section-heading.timeline-header-time .top-fixed {
  position: fixed;
  top: -340px;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.two-section-heading.timeline-header-time .timeline-section .locker .timeline-hd-mob {
  position: -webkit-sticky;
  position: sticky;
}

.timeline-section .locker {
  margin-bottom: 70px;
}

.timeline-section .locker .timeline-hd {
  top: 130px;
  position: absolute;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  font-family: 'Barlow', sans-serif;
  left: -25%;
}

.timeline-section .locker .timeline-hd-mob {
  top: 68px;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  font-family: 'Barlow', sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  height: 80px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

.timeline-section .locker .locker__image .locker__container {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.timeline-section .locker .locker__image .locker__container .circle-box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: 300px;
  height: 300px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.timeline-section .locker .locker__image .locker__container .circle-box.circle1 {
  animation: circle 3s linear infinite;
  border-radius: 45% 50% 55% 45% / 45% 50% 55% 45%;
  -webkit-animation: circle 3s linear infinite;
}

.timeline-section .locker .locker__image .locker__container .circle-box.circle2 {
  animation: circle2 3s linear infinite;
  border-radius: 45% 55% 50% 45% / 54% 55% 45% 50%;
  -webkit-animation: circle2 3s linear infinite;
}

.timeline-section .locker .locker__image .locker__container .circle-box.circle3 {
  animation: circle3 3s linear infinite;
  border-radius: 50% 50% 55% 45% / 45% 50% 55% 45%;
  -webkit-animation: circle3 3s linear infinite;
}

.timeline-section .locker .locker__image .locker__container .image {
  top: 51%;
  left: 53%;
  height: 90px;
  width: 90px;
  -webkit-transform: translate(-53%, -51%);
          transform: translate(-53%, -51%);
}

.timeline-section .locker .locker__image .locker__container a {
  position: absolute;
  top: 73%;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.timeline-section .locker .locker__image .locker__container a:hover {
  text-decoration: none;
}

.timeline-section .locker .locker__image .locker__container a::after {
  content: '';
  background-image: url(../images/chevrons-down.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 30px;
}

.timeline-section .locker .locker__image.show-skip-btn .locker__container a {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.timeline-section .locker .locker__content .locker__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.timeline-section .locker .locker__content .locker__section .detail-txt-box {
  margin-left: -15px;
}

.timeline-section .locker .locker__content .locker__section .detail-txt-box .number {
  color: #00C8B2;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 28px;
  font-family: 'DM Mono', monospace;
  background: rgba(0, 200, 178, 0.05);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 8px 12px;
  display: inline-block;
}

.timeline-section .locker .locker__content .locker__section .detail-txt-box .hd {
  color: #FEE044;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 28px;
  font-family: 'DM Mono', monospace;
  background: rgba(254, 224, 68, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 8px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.timeline-section .locker .locker__content .locker__section .detail-txt-box .sub-hd {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  font-family: 'Barlow', sans-serif;
}

.timeline-section .mobile-skip {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 95px;
  margin: auto;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  opacity: 0.5;
  display: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.timeline-section .mobile-skip:hover {
  text-decoration: none;
}

.timeline-section .mobile-skip::after {
  content: '';
  background-image: url(../images/chevrons-down.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 30px;
}

@media (max-width: 575px) {
  .timeline-section .mobile-skip {
    display: block;
  }
}

.timeline-header-time .locker .timeline-hd {
  top: 95px;
  position: absolute;
}

/***************************
    KEY FRAMES STYLE
****************************/
@-webkit-keyframes circle {
  0%, 100% {
    border-radius: 45% 50% 55% 45% / 45% 50% 55% 45%;
  }
  34% {
    border-radius: 55% 45% 50% 45% / 50% 45% 55% 50%;
  }
  67% {
    border-radius: 60% 50% 50% 60% / 60% 60% 50% 50%;
  }
}
@keyframes circle {
  0%, 100% {
    border-radius: 45% 50% 55% 45% / 45% 50% 55% 45%;
  }
  34% {
    border-radius: 55% 45% 50% 45% / 50% 45% 55% 50%;
  }
  67% {
    border-radius: 60% 50% 50% 60% / 60% 60% 50% 50%;
  }
}

@-webkit-keyframes circle2 {
  0%, 100% {
    border-radius: 45% 55% 50% 45% / 54% 55% 45% 50%;
  }
  34% {
    border-radius: 50% 50% 55% 50% / 50% 48% 50% 55%;
  }
  67% {
    border-radius: 70% 55% 55% 70% / 70% 50% 55% 70%;
  }
}

@keyframes circle2 {
  0%, 100% {
    border-radius: 45% 55% 50% 45% / 54% 55% 45% 50%;
  }
  34% {
    border-radius: 50% 50% 55% 50% / 50% 48% 50% 55%;
  }
  67% {
    border-radius: 70% 55% 55% 70% / 70% 50% 55% 70%;
  }
}

@-webkit-keyframes circle3 {
  0%, 100% {
    border-radius: 50% 50% 55% 45% / 45% 50% 55% 45%;
  }
  34% {
    border-radius: 53% 45% 55% 50% / 50% 45% 50% 55%;
  }
  67% {
    border-radius: 45% 50% 55% 48% / 45% 50% 55% 50%;
  }
}

@keyframes circle3 {
  0%, 100% {
    border-radius: 50% 50% 55% 45% / 45% 50% 55% 45%;
  }
  34% {
    border-radius: 53% 45% 55% 50% / 50% 45% 50% 55%;
  }
  67% {
    border-radius: 45% 50% 55% 48% / 45% 50% 55% 50%;
  }
}

.scrollabletext-section {
  position: relative;
  z-index: 10;
}

.scrollabletext-section .inner-scrollable {
  height: auto;
}

.scrollabletext-section .inner-scrollable .item-scroll {
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
}

.scrollabletext-section .inner-scrollable .item-scroll a {
  font-size: 14px;
  color: #00C7B2;
  line-height: 17px;
  font-weight: 400;
  display: block;
  padding-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.scrollabletext-section .inner-scrollable .item-scroll a img {
  margin-right: 10px;
}

.scrollabletext-section .inner-scrollable .item-scroll span.text-gradient {
  background: linear-gradient(88.86deg, #b63dc3 5.4%, #ff8266 48.9%, #00dae9 89.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scrollabletext-section .light-orange-bg {
  width: 350px;
  height: 1306px;
  left: 0px;
  top: -380px;
  display: inline-block;
  position: absolute;
  background: url(../images/light-orange-bg1.svg) 0px 0px no-repeat;
  background-size: 100% 100%;
}

.scrollabletext-section .light-green-bg {
  width: 446px;
  height: 1653px;
  right: 0px;
  top: -740px;
  display: inline-block;
  position: absolute;
  background: url(../images/purple-bg1.svg) 0px 0px/100% 100% no-repeat;
}

.innovation-wrap {
  position: relative;
  padding-top: 70px;
  padding-bottom: 471px;
  z-index: 100;
}

.innovation-wrap .light-orange-bg {
  width: 350px;
  height: 1306px;
  left: 0px;
  top: -500px;
  display: inline-block;
  position: absolute;
  background: url(../images/light-orange-bg1.svg) 0px 0px no-repeat;
  background-size: 100% 100%;
}

.innovation-wrap .light-green-bg {
  width: 446px;
  height: 1653px;
  right: 0px;
  top: -740px;
  display: inline-block;
  position: absolute;
  background: url(../images/purple-bg1.svg) 0px 0px/100% 100% no-repeat;
}

.innovation-wrap .innovation-content {
  padding-top: 150px;
}

.innovation-wrap .innovation-content .img-wrap {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.innovation-wrap .innovation-content .img-wrap img {
  width: 187px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.innovation-wrap .innovation-content .img-wrap button {
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 1000;
  bottom: 10px;
  right: 88px;
  background-color: transparent;
  border: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.innovation-wrap .innovation-content .img-wrap button img {
  width: 35px;
  height: auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.innovation-wrap .innovation-content .img-wrap button:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.innovation-wrap .innovation-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.innovation .modal-dialog .modal-content .modal-body .close {
  top: 0;
}

.faq-section {
  position: relative;
  z-index: 9;
}

.faq-section .faq-hd h3 {
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 700;
}

.faq-section .faq-hd p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}

.faq-section .faq-hd a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 200, 178, 0.7);
}

.faq-section .accordion .card {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.faq-section .accordion .card.active {
  background-color: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(21px);
  -moz-backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
}

.faq-section .accordion .card.active a::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq-section .accordion .card .card-header {
  background-color: transparent;
  padding: 25px 25px 0px;
}

.faq-section .accordion .card .card-header a {
  color: white;
  position: relative;
  display: block;
}

.faq-section .accordion .card .card-header a:hover {
  text-decoration: none;
}

.faq-section .accordion .card .card-header a::before {
  content: "";
  background-image: url(../images/accordin-down.svg);
  width: 13px;
  height: 8px;
  position: absolute;
  right: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 7px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.faq-section .accordion .card .card-header a h5 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.faq-section .accordion .card .card-body {
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  font-weight: 400;
}

.faq-section .accordion .card .card-body button {
  border: none;
  background-color: transparent;
  outline: none;
  color: #007bff;
  padding: 0;
  cursor: pointer;
}

.faq-section .accordion .card .card-body button:hover {
  text-decoration: underline;
}

.tab-section {
  z-index: 99;
  margin-bottom: 200px;
  position: relative;
}

.tab-section .light-orange-bg {
  width: 350px;
  height: 1306px;
  left: 0;
  top: -380px;
  display: inline-block;
  position: absolute;
  background: url(../images/light-orange-bg1.svg) no-repeat 0 0;
  background-size: 100% 100%;
}

.tab-section .light-purple-bg {
  width: 446px;
  height: 1653px;
  right: 0;
  top: -740px;
  display: inline-block;
  position: absolute;
  background: url(../images/purple-bg1.svg) no-repeat 0 0;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .tab-section .light-purple-bg {
    display: none;
  }
}

.tab-section .top-content-tab {
  margin-bottom: 40px;
}

.tab-section .top-content-tab .hd-tab {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Barlow', sans-serif;
}

.tab-section .top-content-tab .top-txt {
  max-width: 594px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Barlow', sans-serif;
}

.tab-section .tab-wrapper .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 50px;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
  position: relative;
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-right: 55px;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  overflow: hidden !important;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link:focus, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app:focus, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app:focus {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link:visited, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app:visited, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app:visited {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link::before, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app::before, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
}

.tab-section .tab-wrapper .nav .nav-item .nav-link::after, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app::after, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app::after {
  left: 0;
  right: 0;
  bottom: 2px;
  position: absolute;
  width: 100%;
  height: 25px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 200, 178, 0)), to(rgba(0, 200, 178, 0.3)));
  background: linear-gradient(180deg, rgba(0, 200, 178, 0) 0%, rgba(0, 200, 178, 0.3) 100%);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  display: none;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link svg, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app svg, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app svg {
  opacity: 0.3 !important;
  margin-right: 8px;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link span, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app span, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app span {
  color: rgba(255, 255, 255, 0.3) !important;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link.active:before, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .active.greenli-mobile-app:before, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .active.greenli-mobile-app:before {
  background: #00C8B2;
  -webkit-animation: border_anim 0.9s linear forwards;
          animation: border_anim 0.9s linear forwards;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link.active::after, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .active.greenli-mobile-app::after, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .active.greenli-mobile-app::after {
  display: block;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link.active svg, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .active.greenli-mobile-app svg, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .active.greenli-mobile-app svg {
  opacity: 1 !important;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link.active span, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .active.greenli-mobile-app span, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .active.greenli-mobile-app span {
  color: white !important;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link:hover:before, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app:hover:before, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app:hover:before {
  background: #00C8B2;
  -webkit-animation: border_anim 0.2s linear forwards;
          animation: border_anim 0.2s linear forwards;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link:hover::after, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app:hover::after, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app:hover::after {
  display: block;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link:hover svg, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app:hover svg, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app:hover svg {
  opacity: 1 !important;
}

.tab-section .tab-wrapper .nav .nav-item .nav-link:hover span, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app:hover span, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app:hover span {
  color: white !important;
}

@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox {
  padding: 71px 28px 72px 28px;
  backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg1 {
  height: 430px;
  background: url(../images/tab-item-bg1.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 {
  height: 430px;
  background: url(../images/tab-item-bg2.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 {
  height: 430px;
  padding-left: 65px;
  background: url(../images/tab-item-bg3.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .item-hd {
  color: white;
  font-family: 'Barlow', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 40px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .logo-list {
  width: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  list-style-type: none;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .logo-list .item {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox {
  padding: 40px;
  /*backdrop-filter: blur(1px);*/
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx1 {
  display: block;
  height: 240px;
  width: 277px;
  background: url(../images/tab-item-typ2-bg1.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx1 .logo-wrapper {
  margin-right: 50px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 {
  padding: 40px 80px 40px 80px;
  display: block;
  height: 292px;
  width: 306px;
  margin-left: -22px;
  background: url(../images/tab-item-typ2-bg2.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 .percntge {
  margin-bottom: 40px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 .logo-wrapper {
  margin-right: 40px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 {
  padding: 40px 20px 40px 29px;
  display: block;
  height: 292px;
  width: 250px;
  margin-left: -24px;
  background: url(../images/tab-item-typ2-bg3.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .hd {
  margin-right: 44px;
  margin-left: 46px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .percntge {
  margin-bottom: 40px;
  margin-right: 44px;
  margin-left: 46px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .logo-wrapper {
  margin-right: 40px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .logo-wrapper .logo-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 {
  padding: 40px 34px 40px 34px;
  display: block;
  height: 303px;
  width: 250px;
  margin-left: -10px;
  background: url(../images/tab-item-typ2-bg4.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 .percntge {
  margin-bottom: 40px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 .logo-wrapper {
  margin-right: 20px;
  margin-left: 20px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx5 {
  padding: 40px 34px 40px 34px;
  display: block;
  height: 260px;
  width: 277px;
  margin-top: -60px;
  background: url(../images/tab-item-typ2-bg5.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx5 .percntge {
  margin-bottom: 40px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx5 .logo-wrapper {
  margin-right: 0px;
  margin-left: 0px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 {
  padding: 58px 61px 40px 58px;
  display: block;
  height: 240px;
  width: 296px;
  margin-top: -40px;
  margin-left: -10px;
  background: url(../images/tab-item-typ2-bg6.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 .percntge {
  margin-bottom: 40px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 .logo-wrapper {
  margin-right: 0px;
  margin-left: 0px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 {
  padding: 59px 34px 40px 67px;
  display: block;
  height: 242px;
  width: 222px;
  margin-top: -40px;
  background: url(../images/tab-item-typ2-bg7.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 .percntge {
  margin-bottom: 40px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 .logo-wrapper {
  margin-right: 0px;
  margin-left: 0px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 {
  padding: 59px50px 40px 50px;
  display: block;
  height: 240px;
  width: 221px;
  margin-top: -40px;
  margin-left: 20px;
  background: url(../images/tab-item-typ2-bg8.svg) no-repeat 0 0;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 .percntge {
  margin-bottom: 70px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 .logo-wrapper {
  margin-right: 0px;
  margin-left: 0px;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .hd {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 5px;
  font-family: 'Barlow', sans-serif;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .percntge {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 23px;
  font-family: 'Barlow', sans-serif;
}

.tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .logo-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.tab-section .tab-wrapper .tab-content .tab-pane .botm-txt {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 47px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'Barlow', sans-serif;
}

.tab-section .tab-pane.active {
  -webkit-animation: slide-right 0.9s ease-out;
          animation: slide-right 0.9s ease-out;
}

@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.how-do-you-section {
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 200px;
  position: relative;
}

.how-do-you-section::before {
  height: 1900px;
  width: 100%;
  content: '';
  bottom: -650px;
  left: 0;
  z-index: 9;
  position: absolute;
  background: url(../images/bg-key-benefits2.svg) no-repeat center 0/cover;
}

.how-do-you-section .howdoyou-list {
  z-index: 99;
  position: relative;
}

.how-do-you-section .howdoyou-list .list-colmn .item {
  min-height: 250px;
  position: relative;
  padding: 26px 30px;
}

.how-do-you-section .howdoyou-list .list-colmn .item::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  content: '';
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-image-source: linear-gradient(to left, #743ad570, #d53a9d70);
  -moz-border-image-source: linear-gradient(to left, #743ad570, #d53a9d70);
  -webkit-border-image-source: linear-gradient(to left, #743ad570, #d53a9d70);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.035)), color-stop(99.99%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0) 99.99%, rgba(255, 255, 255, 0.05) 100%);
}

.how-do-you-section .howdoyou-list .list-colmn .item .inner {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 198px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  .how-do-you-section .howdoyou-list .list-colmn .item .inner {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.how-do-you-section .howdoyou-list .list-colmn .item .logobx img {
  display: inline-block;
}

.how-do-you-section .howdoyou-list .list-colmn .item .btm-cntnt {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.how-do-you-section .howdoyou-list .list-colmn .item .prcntg {
  margin-bottom: 15px;
  color: #00C8B2;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  font-family: 'Barlow', sans-serif;
}

.how-do-you-section .howdoyou-list .list-colmn .item .hd {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: auto;
  font-family: 'Barlow', sans-serif;
}

.how-do-you-section .howdoyou-list .hd-colmn {
  text-align: center;
}

.how-do-you-section .howdoyou-list .hd-colmn .main-hd {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: 'Barlow', sans-serif;
}

.how-do-you-section .howdoyou-list .hd-colmn .sub-hd {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 50px;
  font-family: 'Barlow', sans-serif;
}

.how-do-you-section .howdoyou-list .hd-colmn .vdo-pop-link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

.how-do-you-section .howdoyou-list .hd-colmn .vdo-pop-link svg {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-right: 8px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.how-do-you-section .howdoyou-list .hd-colmn .vdo-pop-link span {
  color: #00C7B2;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  font-family: 'Barlow', sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.how-do-you-section .howdoyou-list .hd-colmn .vdo-pop-link:hover svg {
  background-color: #ffffff;
  box-shadow: 0px 0px 26px 0px #00C7B2;
  -moz-box-shadow: 0px 0px 26px 0px #00C7B2;
  -webkit-box-shadow: 0px 0px 26px 0px #00C7B2;
}

.how-do-you-section .howdoyou-list .hd-colmn .vdo-pop-link:hover span {
  text-shadow: 2px 2px 8px #00C7B2;
}

.how-do-you-section a.how-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00c7b2;
  margin-top: 50px;
  text-decoration: none;
  position: relative;
}

.how-do-you-section a.how-info img {
  margin-right: 10px;
}

.how-do-you-section .disclaimer {
  padding: 0 120px;
}

.how-do-you-section .disclaimer h3.disclaimer-head {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 12px;
}

.how-do-you-section .disclaimer p.disclaimer-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

@media (max-width: 768px) {
  .how-do-you-section .disclaimer {
    padding: 0 15px;
  }
}

.key-benefits-section {
  position: relative;
  margin-bottom: 200px;
}

.key-benefits-section::after {
  height: 1900px;
  width: 100%;
  content: '';
  top: -750px;
  left: 0;
  right: 0;
  z-index: 9;
  position: absolute;
  background: url(../images/bg-key-benefits.svg) no-repeat 0 0/cover;
}

.key-benefits-section .container {
  z-index: 99;
  position: relative;
}

.key-benefits-section .container .hd-wrapper {
  height: 181px;
  background: url(../images/hd-keybenefits.svg) no-repeat center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

.key-benefits-section .container .hd-wrapper span {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

.key-benefits-section .container .infobox-wrapper {
  z-index: 99;
  position: relative;
}

.key-benefits-section .container .infobox-wrapper .row {
  margin-right: -25px;
  margin-left: -25px;
}

.key-benefits-section .container .infobox-wrapper .col-md-3 {
  padding-right: 25px;
  padding-left: 25px;
}

.key-benefits-section .container .infobox-wrapper .info-box {
  min-height: 200px;
  padding: 0 15px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.072)), color-stop(99.99%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.072) 0%, rgba(255, 255, 255, 0) 99.99%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backdrop-filter: blur(21px);
  -moz-backdrop-filter: blur(21px);
  -webkit-backdrop-filter: blur(21px);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.key-benefits-section .container .infobox-wrapper .info-box .tltip-icon {
  cursor: pointer;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.key-benefits-section .container .infobox-wrapper .info-box .icon-info {
  margin-bottom: 20px;
}

.key-benefits-section .container .infobox-wrapper .info-box .icon-info img {
  max-width: 100%;
}

.key-benefits-section .container .infobox-wrapper .info-box .hd-info {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-inner {
  text-align: left;
  max-width: 340px;
  padding: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background: #40c8b2;
  color: #000;
}

.tooltip .tooltip-inner ul {
  padding-left: 10px;
}

.tooltip .arrow:before {
  border-bottom-color: #40c8b2;
  border-top-color: #40c8b2;
}

.dspglbl-innvtiondund-section {
  z-index: 99;
  position: relative;
  margin-bottom: 200px;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box {
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box .ply-btn {
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box .ply-btn img.dspglobal-btn {
  border-color: transparent;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box .ply-btn img.dspglobal-btn-hover {
  display: none;
  border-color: transparent;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box img {
  max-width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box .hvr-img {
  display: none;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box:hover .hvr-img {
  display: block;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box:hover .normal-img {
  display: none;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box:hover .ply-btn img {
  border-color: transparent;
  box-shadow: 0px 0px 26px 0px #00C7B2;
  -moz-box-shadow: 0px 0px 26px 0px #00C7B2;
  -webkit-box-shadow: 0px 0px 26px 0px #00C7B2;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box:hover img.dspglobal-btn {
  display: none;
  border-color: transparent;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box:hover img.dspglobal-btn-hover {
  display: inline-block;
  border-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box .normal-img {
  border: 1px solid #B63DC3;
  border-radius: 10px;
}

.dspglbl-innvtiondund-section .dsp-innvtiondund-box .hvr-img {
  border: 1px solid #B63DC3;
  border-radius: 10px;
}

.dspglbl-innvtiondund-section .whysip-box {
  padding: 28px 28px 28px 50px;
  background: url(../images/why-sip-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: -40px;
}

.dspglbl-innvtiondund-section .whysip-box h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.dspglbl-innvtiondund-section .whysip-box p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dspglbl-innvtiondund-section .whysip-box .lnk-bar {
  height: 12px;
}

.dspglbl-innvtiondund-section .whysip-box .lnk-bar a {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.dspglbl-innvtiondund-section .whysip-box .lnk-bar a span {
  color: #00C8B2;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-right: 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.dspglbl-innvtiondund-section .whysip-box .lnk-bar a svg {
  display: inline-block;
  stroke: #00C8B2 !important;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.dspglbl-innvtiondund-section .whysip-box .lnk-bar a:hover {
  text-decoration: none;
}

.dspglbl-innvtiondund-section .whysip-box .lnk-bar a:hover span {
  color: #ffffff;
}

.dspglbl-innvtiondund-section .whysip-box .lnk-bar a:hover svg {
  stroke: #ffffff !important;
}

.helpyou-section {
  z-index: 99;
  position: relative;
  margin-bottom: 200px;
}

.helpyou-section .helpyou-inner h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 28px;
  text-align: center;
}

.helpyou-section .helpyou-inner .txt {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 557px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.helpyou-section .helpyou-inner .btn-bar {
  text-align: center;
}

.helpyou-section .helpyou-inner .btn-bar a {
  height: 35px;
  width: 166px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  background: url(../images/btn-bg1.png) no-repeat 0 0;
  margin-left: auto;
  margin-right: auto;
}

.helpyou-section .helpyou-inner .btn-bar a span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.1em;
  display: inline-block;
}

.helpyou-section .helpyou-inner .btn-bar a:hover {
  text-decoration: none;
  -webkit-filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
          filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

#svgContainer {
  margin-bottom: -180px;
}

footer {
  z-index: 99;
  color: #ffffff;
  padding: 75px 0 0 0;
  position: relative;
  background: #080C12;
}

footer .ft-hd {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 12px;
}

footer .ft-txt {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 24px;
}

footer .ft-txt a {
  color: #ffffff;
  text-decoration: none;
}

footer .ft-txt a:hover {
  color: #00C8B2;
}

footer .ft-hd-typ2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

footer .ft-content-box {
  margin-bottom: 50px;
}

footer .ft-content-box .hd-contentbox {
  color: #00C7B2;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 10px;
}

footer .ft-content-box .txt-contentbox p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

footer .ft-content-box .txt-contentbox ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}

footer .ft-content-box .txt-contentbox ul li {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 25px;
  position: relative;
  font-family: 'Barlow', sans-serif;
}

footer .ft-content-box .txt-contentbox ul li::before {
  left: 9px;
  top: 12px;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../images/list-bullet.svg) no-repeat 0 0;
}

footer .hr-line-typ1 {
  height: 1px;
  width: 100%;
  display: block;
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.1);
}

footer .ft-meter-wrapper {
  overflow-x: hidden;
  padding-bottom: 50px;
}

footer .ft-meter-wrapper .row {
  margin-right: -117px;
  margin-left: -117px;
}

footer .ft-meter-wrapper .meter-colmn {
  padding-right: 117px;
  padding-left: 117px;
}

footer .ft-meter-wrapper .meter-box .hd {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .ft-meter-wrapper .meter-box .meter-img {
  display: block;
}

footer .ft-meter-wrapper .meter-box .meter-img img {
  max-width: 100%;
}

footer .ft-last-box {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0 30px 0;
}

footer .ft-last-box p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.scroll-to-top {
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 50px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  backdrop-filter: blur(4px);
  -moz-backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.scroll-to-top:hover {
  opacity: 0.5;
}

.schedulecall-popup .modal-dialog {
  max-width: 416px;
}

.schedulecall-popup .modal-dialog .modal-content {
  position: relative;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: transparent;
  padding: 40px 28px 30px 28px;
  border: 0;
}

.schedulecall-popup .modal-dialog .modal-content::before {
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  overflow: hidden;
  position: absolute;
  background: #080C12;
  backdrop-filter: blur(50px);
  -moz-backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.schedulecall-popup .modal-dialog .modal-content .modal-body {
  z-index: 99;
  color: #ffffff;
}

.schedulecall-popup .modal-dialog .modal-content .modal-body button.close {
  position: absolute;
  right: 4px;
  top: -15px;
  outline: none;
}

.schedulecall-popup .modal-dialog .modal-content .modal-body .pop-hd {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: -0.04em;
}

.schedulecall-popup .modal-dialog .modal-content .modal-body .pop-sub-hd {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 30px;
}

.schedulecall-popup .modal-dialog .modal-content .modal-body form {
  text-align: center;
}

.schedulecall-popup .modal-dialog .modal-content .modal-body form .form-group {
  margin-bottom: 18px;
}

.schedulecall-popup .modal-dialog .modal-content .modal-body form .form-group .form-control {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.schedulecall-popup .modal-dialog .modal-content .modal-body form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.schedulecall-popup .modal-dialog .modal-content .modal-body form .form-group textarea.form-control {
  height: 81px;
  min-height: 81px;
  max-height: 81px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.schedulecall-popup .modal-dialog .modal-content .modal-body form .submit-btn {
  cursor: pointer;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  width: 114px;
  height: 32px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/btn-bg2.png) no-repeat 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.schedulecall-popup .modal-dialog .modal-content .modal-body form .submit-btn:hover {
  color: #00C7B2;
  text-shadow: 2px 2px 8px #00C7B2;
}

.modal-backdrop.show {
  opacity: 1;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/**************************************
      RESPONSIVE STYLE
**************************************/
@media screen and (min-width: 1600px) {
  .why-now-section .inner-whynow .container .whynow-list .item {
    font-size: 30px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .number {
    font-size: 18px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .hd {
    font-size: 16px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .sub-hd {
    font-size: 26px;
  }
  .scrollabletext-section .inner-scrollable .item-scroll {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.30px;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1360px) {
  .timeline-section .locker .timeline-hd {
    top: 34px;
    left: -50%;
    position: absolute;
  }
  .two-section-heading.timeline-header-time .top-fixed {
    top: -240px;
  }
  #svgContainer {
    margin-bottom: -155px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox {
    padding: 50px 60px 40px 60px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .item-hd {
    font-size: 32px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .logo-list .item {
    margin-bottom: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg1 {
    height: 390px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 {
    height: 390px;
    background-size: 100% 100%;
    padding-right: 40px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 p {
    margin-right: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 .logo-list .item {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 {
    height: 390px;
    background-size: 100% 100%;
    padding-right: 25px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 p {
    margin-right: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 .logo-list .item {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox {
    padding: 33px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .hd {
    font-size: 22px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .percntge {
    font-size: 17px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx1 {
    width: 257px;
    height: 210px;
    padding: 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 {
    width: 272px;
    height: 260px;
    padding: 25px 60px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 {
    height: 262px;
    width: 220px;
    padding: 25px 20px 25px 29px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .hd {
    margin-right: 34px;
    margin-left: 36px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .logo-wrapper {
    margin-right: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 {
    height: 273px;
    width: 220px;
    padding: 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 .logo-wrapper {
    margin-right: 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx5 {
    height: 230px;
    width: 247px;
    padding: 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 {
    height: 210px;
    width: 266px;
    padding: 40px 42px 25px 55px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 .percntge {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 {
    height: 212px;
    width: 192px;
    padding: 40px 33px 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 .percntge {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 {
    height: 210px;
    width: 191px;
    padding: 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 .percntge {
    margin-bottom: 50px;
  }
  .timeline-section .locker .locker__image .locker__container {
    width: 250px;
  }
  .timeline-section .locker .locker__image .locker__container a {
    top: 75%;
  }
  .timeline-section .locker .locker__image .locker__container a::after {
    top: 20px;
  }
  .timeline-section .locker .locker__image .locker__container .image {
    height: 75px;
    width: 75px;
    left: 51%;
    top: 48%;
  }
  .timeline-section .locker .locker__image .locker__container .circle-box {
    width: 250px;
    height: 250px;
    top: 48%;
  }
  .timeline-section .locker__content .locker__section .detail-txt-box .hd {
    margin-bottom: 5px !important;
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .timeline-section .locker__content .locker__section .detail-txt-box .sub-hd {
    font-size: 20px !important;
    line-height: 29px !important;
  }
  .timeline-section .locker__content .locker__section .detail-txt-box .number {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 5px !important;
  }
  .video-popup .modal-dialog .modal-content .modal-body .close {
    top: 0px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1200px) {
  .timeline-section .locker .timeline-hd {
    top: 34px;
    left: -50%;
  }
  .scroll-to-top {
    right: 17px;
  }
  .two-section-heading.timeline-header-time .top-fixed {
    top: -170px;
  }
  .timeline-section .locker .locker__image .locker__container {
    top: 120px;
  }
  #svgContainer {
    margin-bottom: -135px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox {
    padding: 50px 60px 40px 60px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .item-hd {
    font-size: 32px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .logo-list .item {
    margin-bottom: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg1 {
    height: 390px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 {
    height: 390px;
    background-size: 100% 100%;
    padding-right: 40px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 p {
    margin-right: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 .logo-list .item {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 {
    height: 390px;
    background-size: 100% 100%;
    padding-right: 25px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 p {
    margin-right: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 .logo-list .item {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox {
    padding: 33px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .hd {
    font-size: 22px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .percntge {
    font-size: 17px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx1 {
    width: 257px;
    height: 210px;
    padding: 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 {
    width: 272px;
    height: 260px;
    padding: 25px 60px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 {
    height: 262px;
    width: 220px;
    padding: 25px 20px 25px 29px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .hd {
    margin-right: 34px;
    margin-left: 36px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .logo-wrapper {
    margin-right: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 {
    height: 273px;
    width: 220px;
    padding: 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 .logo-wrapper {
    margin-right: 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx5 {
    height: 230px;
    width: 247px;
    padding: 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 {
    height: 210px;
    width: 266px;
    padding: 40px 42px 25px 55px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 .percntge {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 {
    height: 212px;
    width: 192px;
    padding: 40px 33px 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 .percntge {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 {
    height: 210px;
    width: 191px;
    padding: 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 .percntge {
    margin-bottom: 50px;
  }
  .timeline-section .locker .locker__image .locker__container {
    width: 230px;
  }
  .timeline-section .locker .locker__image .locker__container a {
    top: 70%;
  }
  .timeline-section .locker .locker__image .locker__container a::after {
    top: 20px;
  }
  .timeline-section .locker .locker__image .locker__container .image {
    height: 70px;
    width: 70px;
    top: 43%;
    left: 51%;
  }
  .timeline-section .locker .locker__image .locker__container .circle-box {
    width: 230px;
    height: 230px;
    top: 43%;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .hd {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 21px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .sub-hd {
    font-size: 20px;
    line-height: 29px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .number {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .scrollabletext-section .inner-scrollable .item-scroll span {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-delay: 0.1s !important;
            transition-delay: 0.1s !important;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .video-popup .modal-dialog .modal-content .modal-body .close {
    top: 0px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .nav-link, header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app {
    font-size: 12px;
    line-height: 1;
  }
  .dsp-banner .banner-content a {
    padding: 10px 20px;
    font-size: 14px;
    background-size: 100% 100%;
  }
  .dsp-banner .banner-content h1 {
    font-size: 45px;
    line-height: 49px;
  }
  .dsp-banner .banner-content h4 {
    font-size: 15px;
  }
  .dsp-banner .banner-content h6 {
    font-size: 11px;
  }
  .why-now-section .inner-whynow .container .whynow-list .item {
    font-size: 25px;
  }
  .timeline-section .locker .timeline-hd {
    font-size: 21px;
    left: -35%;
  }
  .timeline-section .locker .locker__image .locker__container {
    width: 200px;
  }
  .timeline-section .locker .locker__image .locker__container a {
    font-size: 10px;
    top: 70%;
  }
  .timeline-section .locker .locker__image .locker__container a::after {
    top: 20px;
  }
  .timeline-section .locker .locker__image .locker__container .image {
    height: 50px;
    width: 50px;
    top: 40%;
    left: 51%;
  }
  .timeline-section .locker .locker__image .locker__container .circle-box {
    width: 200px;
    height: 200px;
    top: 40%;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .number {
    font-size: 13px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .hd {
    font-size: 13px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .sub-hd {
    font-size: 20px;
  }
  .scrollabletext-section .inner-scrollable .item-scroll {
    font-size: 24px;
  }
  .tab-section .top-content-tab {
    margin-bottom: 10px;
  }
  .tab-section .top-content-tab .hd-tab {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .tab-section .top-content-tab .top-txt {
    font-size: 13px;
  }
  .tab-section .tab-wrapper .nav {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox {
    padding: 60px 25px 40px 25px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox p {
    font-size: 12px;
    line-height: 17px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .item-hd {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .logo-list .item {
    margin-bottom: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg1 {
    height: 350px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 {
    height: 350px;
    background-size: 100% 100%;
    padding-right: 25px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 p {
    margin-right: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 .logo-list .item {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 {
    height: 350px;
    background-size: 100% 100%;
    padding-right: 25px;
    padding-left: 50px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 p {
    margin-right: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 .logo-list .item {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox {
    padding: 33px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .hd {
    line-height: 24px;
    font-size: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .percntge {
    font-size: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .logo-list img {
    max-width: 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx1 {
    width: 247px;
    height: 200px;
    padding: 25px 23px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 {
    width: 252px;
    height: 236px;
    padding: 25px 40px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 {
    height: 242px;
    width: 200px;
    padding: 25px 20px 25px 29px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .hd {
    margin-right: 34px;
    margin-left: 36px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .logo-wrapper {
    margin-right: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 {
    height: 250px;
    width: 200px;
    padding: 25px 23px 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 .logo-wrapper {
    margin-right: 0;
    margin-left: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 .percntge {
    margin-bottom: 30px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx5 {
    height: 210px;
    width: 227px;
    padding: 25px 33px 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 {
    height: 190px;
    width: 246px;
    padding: 40px 42px 25px 55px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 .percntge {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 {
    height: 192px;
    width: 182px;
    padding: 40px 33px 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 .percntge {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 {
    height: 190px;
    width: 171px;
    padding: 25px 33px 25px 33px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 .percntge {
    margin-bottom: 50px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .botm-txt {
    margin-top: 15px;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .main-hd {
    font-size: 22px;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .sub-hd {
    font-size: 15px;
    line-height: 1;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .vdo-pop-link span {
    font-size: 12px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item {
    min-height: 200px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item .inner {
    height: 158px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item .prcntg {
    font-size: 24px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item .hd {
    font-size: 17px;
  }
  .key-benefits-section .container .hd-wrapper {
    height: 120px;
    background-size: contain;
  }
  .key-benefits-section .container .hd-wrapper span {
    font-size: 24px;
  }
  .key-benefits-section .container .infobox-wrapper .row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .key-benefits-section .container .infobox-wrapper .col-md-3 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .key-benefits-section .container .infobox-wrapper .info-box {
    margin-bottom: 14px;
  }
  .key-benefits-section .container .infobox-wrapper .info-box .hd-info {
    font-size: 17px;
  }
  .dspglbl-innvtiondund-section .whysip-box h3 {
    font-size: 20px;
  }
  .dspglbl-innvtiondund-section .whysip-box p {
    font-size: 14px;
    line-height: 1.5;
  }
  .dspglbl-innvtiondund-section .whysip-box .lnk-bar a span {
    font-size: 13px;
  }
  .helpyou-section .helpyou-inner h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .helpyou-section .helpyou-inner .txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .helpyou-section .helpyou-inner .btn-bar a span {
    font-size: 12px;
  }
  .faq-section .faq-hd h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .faq-section .faq-hd p {
    font-size: 14px;
    line-height: 1.4;
  }
  .faq-section .faq-hd a {
    font-size: 14px;
  }
  .faq-section .accordion .card .card-header a h5 {
    font-size: 15px;
  }
  .faq-section .accordion .card .card-header a::before {
    right: -10px;
  }
  .faq-section .accordion .card .card-body {
    font-size: 13px;
    line-height: 1.4;
  }
  .tooltip .tooltip-inner {
    font-size: 12px;
    max-width: 290px;
  }
  #svgContainer {
    margin-bottom: -100px;
  }
  footer {
    padding-top: 30px;
  }
  footer .ft-hd {
    font-size: 24px;
    margin-bottom: 15px;
  }
  footer .ft-txt {
    line-height: 1.4;
    font-size: 14px;
  }
  footer .ft-hd-typ2 {
    font-size: 14px;
  }
  footer .ft-content-box {
    margin-bottom: 25px;
  }
  footer .ft-content-box .hd-contentbox {
    font-size: 14px;
  }
  footer .ft-content-box .txt-contentbox p {
    font-size: 14px;
  }
  footer .ft-last-box p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  header .navbar .greenli-mobile {
    background-image: url(../images/btn-bg.png);
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 7px 8px;
    background-size: 100%;
    color: white;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position: relative;
    background-repeat: no-repeat;
    width: 114px;
    height: 32px;
    background-color: transparent;
    border: none;
  }
  header .navbar .greenli-mobile .nav-link, header .navbar .greenli-mobile .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app, header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile .greenli-mobile-app {
    font-weight: 700;
    opacity: 1;
  }
  header .navbar .greenli-mobile:hover {
    -webkit-filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
            filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header .navbar .navbar-toggler {
    display: none;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .nav-link, header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app {
    font-size: 12px;
    line-height: 1;
  }
  .dsp-banner .line-img {
    max-width: 95%;
  }
  .dsp-banner .banner-content a {
    padding: 10px 20px;
    font-size: 14px;
    background-size: 100% 100%;
  }
  .dsp-banner .banner-content h1 {
    font-size: 45px;
    line-height: 49px;
  }
  .dsp-banner .banner-content h4 {
    font-size: 15px;
  }
  .dsp-banner .banner-content h6 {
    font-size: 11px;
  }
  .why-now-section .inner-whynow .container .whynow-list .item {
    font-size: 25px;
  }
  .timeline-section .locker .timeline-hd {
    font-size: 21px;
    left: -35%;
  }
  .timeline-section .locker .locker__image .locker__container {
    width: 200px;
  }
  .timeline-section .locker .locker__image .locker__container a {
    font-size: 10px;
    top: 70%;
  }
  .timeline-section .locker .locker__image .locker__container a::after {
    top: 20px;
  }
  .timeline-section .locker .locker__image .locker__container .image {
    height: 50px;
    width: 50px;
    top: 40%;
    left: 51%;
  }
  .timeline-section .locker .locker__image .locker__container .circle-box {
    width: 200px;
    height: 200px;
    top: 40%;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .number {
    font-size: 13px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .hd {
    font-size: 13px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .sub-hd {
    font-size: 20px;
  }
  .scrollabletext-section .inner-scrollable .item-scroll {
    font-size: 24px;
  }
  .tab-section .container {
    max-width: 100%;
  }
  .tab-section .top-content-tab {
    margin-bottom: 10px;
  }
  .tab-section .top-content-tab .hd-tab {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .tab-section .top-content-tab .top-txt {
    font-size: 13px;
  }
  .tab-section .tab-wrapper .nav {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox {
    padding: 30px 25px 40px 25px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox p {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .item-hd {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .btm-logos {
    margin-right: 7px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .btm-logos .logo-list {
    width: auto;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .btm-logos .logo-list .item {
    margin-bottom: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .btm-logos .logo-list .item img {
    max-width: 75%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg1 {
    height: 250px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg1 .logo-list .item {
    margin-bottom: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg1 .logo-list .item:first-child img {
    max-width: 50%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 {
    height: 250px;
    background-size: 100% 100%;
    padding-right: 25px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 p {
    margin-right: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 .logo-list .item {
    margin-bottom: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 {
    height: 250px;
    background-size: 100% 100%;
    padding-right: 25px;
    padding-left: 50px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 p {
    margin-right: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 .logo-list .item {
    margin-bottom: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 {
    margin: 0;
    padding: 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox {
    padding: 33px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .hd {
    line-height: 1.4;
    font-size: 17px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .percntge {
    font-size: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .logo-list img {
    max-width: 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx1 {
    width: 247px;
    height: 200px;
    padding: 25px 23px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx1 .logo-wrapper {
    margin-right: 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 {
    width: 242px;
    height: 223px;
    padding: 25px 40px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 .percntge {
    margin-bottom: 29px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 .logo-wrapper {
    margin-right: 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 .logo-wrapper .logo-list .item.text-right {
    text-align: center !important;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 .logo-wrapper .logo-list .item.text-right img {
    max-width: 50%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 .logo-wrapper .logo-list .item img {
    max-width: 75%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 {
    height: 225px;
    width: 205px;
    padding: 30px 12px 25px 12px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .hd {
    margin-right: 14px;
    margin-left: 35px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .percntge {
    margin-left: 35px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .logo-wrapper {
    margin-right: 0px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 {
    height: 250px;
    width: 200px;
    padding: 30px 10px 25px 21px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 .logo-wrapper {
    margin-right: 0;
    margin-left: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 .percntge {
    margin-bottom: 18px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx5 {
    height: 210px;
    width: 227px;
    padding: 25px 20px 25px 20px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx5 .percntge {
    margin-bottom: 60px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 {
    height: 190px;
    width: 246px;
    padding: 40px 20px 25px 40px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 .percntge {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 {
    height: 192px;
    width: 182px;
    padding: 40px 20px 25px 32px;
    background-size: 100% 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 .percntge {
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 {
    height: 190px;
    width: 171px;
    padding: 25px 20px 25px 20px;
    background-size: 100% 100%;
    margin-left: 10px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 .percntge {
    margin-bottom: 50px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .botm-txt {
    margin-top: 15px;
  }
  .how-do-you-section {
    height: auto;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .main-hd {
    font-size: 22px;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .sub-hd {
    font-size: 15px;
    line-height: 1;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .vdo-pop-link span {
    font-size: 12px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item {
    min-height: 200px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item .inner {
    height: 158px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item .prcntg {
    font-size: 24px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item .hd {
    font-size: 17px;
  }
  .key-benefits-section .container .hd-wrapper {
    height: 120px;
    background-size: contain;
  }
  .key-benefits-section .container .hd-wrapper span {
    font-size: 24px;
  }
  .key-benefits-section .container .infobox-wrapper .row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .key-benefits-section .container .infobox-wrapper .col-md-3 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .key-benefits-section .container .infobox-wrapper .info-box {
    margin-bottom: 14px;
  }
  .key-benefits-section .container .infobox-wrapper .info-box .hd-info {
    font-size: 17px;
  }
  .dspglbl-innvtiondund-section .whysip-box h3 {
    font-size: 20px;
  }
  .dspglbl-innvtiondund-section .whysip-box p {
    font-size: 14px;
    line-height: 1.5;
  }
  .dspglbl-innvtiondund-section .whysip-box .lnk-bar a span {
    font-size: 13px;
  }
  .helpyou-section .helpyou-inner h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .helpyou-section .helpyou-inner .txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .helpyou-section .helpyou-inner .btn-bar a span {
    font-size: 12px;
  }
  .faq-section .faq-hd h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .faq-section .faq-hd p {
    font-size: 14px;
    line-height: 1.4;
  }
  .faq-section .faq-hd a {
    font-size: 14px;
  }
  .faq-section .accordion .card .card-header a h5 {
    font-size: 15px;
  }
  .faq-section .accordion .card .card-header a::before {
    right: -16px;
  }
  .faq-section .accordion .card .card-body {
    font-size: 13px;
    line-height: 1.4;
  }
  .tooltip .tooltip-inner {
    font-size: 12px;
    max-width: 290px;
  }
  #svgContainer {
    margin-bottom: -60px;
  }
  footer {
    padding-top: 30px;
  }
  footer .ft-hd {
    font-size: 24px;
    margin-bottom: 15px;
  }
  footer .ft-txt {
    line-height: 1.4;
    font-size: 14px;
  }
  footer .ft-hd-typ2 {
    font-size: 14px;
  }
  footer .ft-content-box {
    margin-bottom: 25px;
  }
  footer .ft-content-box .hd-contentbox {
    font-size: 14px;
  }
  footer .ft-content-box .txt-contentbox p {
    font-size: 14px;
  }
  footer .ft-last-box p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .greenli-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tab-section .inner-tab-section {
    overflow: hidden;
  }
  .percntge-mob {
    display: none;
  }
  .hide-desk {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .scroll-to-top {
    width: 60px;
    height: 60px;
    background-color: #0B111B;
    backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
  .scroll-to-top:hover {
    opacity: 1;
  }
  .scroll-to-top img {
    width: 25.71px;
    height: 20px;
  }
  .video-popup .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
  }
  .hide-mobl {
    display: none;
  }
  #svgContainer {
    margin-bottom: -70px;
  }
  footer .ft-hd {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 15px;
  }
  footer .ft-txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  footer .ft-hd-typ2 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
  }
  footer .ft-content-box .hd-contentbox {
    font-size: 14px;
    line-height: 16px;
  }
  footer .ft-content-box .txt-contentbox p {
    font-size: 12px;
    line-height: 18px;
  }
  footer .ft-content-box .txt-contentbox ul li {
    font-size: 12px;
    line-height: 18px;
  }
  footer .ft-meter-wrapper .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  footer .ft-meter-wrapper .row .meter-colmn {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 50px;
  }
  footer .ft-meter-wrapper .row .meter-colmn:first-child {
    margin-top: 0;
  }
  .helpyou-section {
    margin-bottom: 100px;
  }
  .helpyou-section .helpyou-inner h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  .helpyou-section .helpyou-inner .txt {
    line-height: 24px;
    font-size: 16px;
  }
  .schedulecall-popup .modal-dialog {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .schedulecall-popup .modal-dialog .modal-content {
    padding: 34px 25px 25px 25px;
  }
  .schedulecall-popup .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
  .dspglbl-innvtiondund-section {
    margin-bottom: 100px;
  }
  .dspglbl-innvtiondund-section .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .dspglbl-innvtiondund-section .row .left-col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .dspglbl-innvtiondund-section .row .right-col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .dspglbl-innvtiondund-section .whysip-box {
    margin-left: 0;
    margin-top: -13px;
  }
  .key-benefits-section {
    overflow-x: hidden;
    margin-bottom: 100px;
  }
  .key-benefits-section::after {
    height: 1539px;
    background-image: url(../images/bg-key-benefits-mob.svg);
  }
  .key-benefits-section .container .hd-wrapper {
    height: auto;
    margin-bottom: 50px;
    background-size: cover;
  }
  .key-benefits-section .container .hd-wrapper span {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }
  .key-benefits-section .container .infobox-wrapper .row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .key-benefits-section .container .infobox-wrapper .col-6 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .key-benefits-section .container .infobox-wrapper .info-box {
    min-height: 185px;
    margin-bottom: 15px;
  }
  .key-benefits-section .container .infobox-wrapper .info-box .hd-info {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
  .tab-section {
    height: 100%;
    position: relative;
    margin-bottom: 100px;
  }
  .tab-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .tab-section .top-content-tab .hd-tab {
    max-width: 345px;
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .tab-section .top-content-tab .top-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .tab-section .tab-wrapper .nav {
    z-index: 999;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
  }
  .tab-section .tab-wrapper .nav .nav-item {
    width: 50%;
  }
  .tab-section .tab-wrapper .nav .nav-item .nav-link, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app {
    padding: 20px 14px 20px 14px;
    margin-right: 0;
  }
  .tab-section .tab-wrapper .nav .nav-item .nav-link span, .tab-section .tab-wrapper .nav header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app span, header .navbar .navbar-collapse .navbar-nav .tab-section .tab-wrapper .nav .nav-item.greenli .greenli-mobile-app span {
    line-height: 17px;
    font-size: 14px;
  }
  .tab-section .tab-wrapper .tab-content {
    overflow-x: hidden;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane.active {
    -webkit-animation: none;
            animation: none;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    margin-top: 48px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col:first-child {
    margin-top: 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox {
    padding: 0 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox .item-hd {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg1 {
    width: 345px;
    height: 370px;
    background: url(../images/tab-item-bg1-mob.svg) no-repeat 0 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg2 {
    width: 345px;
    height: 337px;
    background: url(../images/tab-item-bg2-mob.svg) no-repeat 0 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tab-infobox-list .item-col .infobox.bg3 {
    width: 345px;
    height: 354px;
    background: url(../images/tab-item-bg3-mob.svg) no-repeat 0 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 {
    margin: 0;
    padding: 0;
    display: block;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox {
    height: 167px !important;
    width: 100% !important;
    margin: 0 0 0 0 !important;
    background: url(../images/tab-item-typ2-bg-mob.svg) no-repeat center center !important;
    background-size: 100%;
    margin-top: -10px !important;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 20px;
    text-align: center;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .hd br {
    display: none;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .hd .percntge-mob {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-right: 5px;
    display: inline-block;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .hd span {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .percntge {
    display: none;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox .logo-list .item img {
    max-width: 100%;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx1 {
    padding: 30px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx1 .logo-wrapper {
    margin: 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 {
    padding: 30px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx2 .logo-wrapper {
    margin: 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 {
    padding: 30px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx3 .logo-wrapper {
    margin: 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 {
    padding: 30px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx4 .logo-wrapper {
    margin: 0;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx5 {
    padding: 30px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx5 .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 {
    padding: 30px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx6 .logo-wrapper {
    text-align: center;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 {
    padding: 30px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx7 .logo-wrapper {
    text-align: center;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 {
    padding: 30px;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .tablist-typ2 .listbox.bx8 .logo-wrapper {
    text-align: center;
  }
  .tab-section .tab-wrapper .tab-content .tab-pane .botm-txt {
    font-size: 14px;
    line-height: 21px;
    max-width: 306px;
    margin-left: auto;
    margin-right: auto;
  }
  .how-do-you-section {
    display: block;
    height: auto;
    margin-bottom: 100px;
  }
  .how-do-you-section .howdoyou-list.mx-0 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .how-do-you-section .howdoyou-list .hd-colmn.px-0 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .main-hd {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    margin-bottom: 25px;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .sub-hd {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    margin-bottom: 30px;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .vdo-pop-link {
    max-width: 217px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .vdo-pop-link svg {
    display: inline-block;
  }
  .how-do-you-section .howdoyou-list .hd-colmn .vdo-pop-link span {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .how-do-you-section .howdoyou-list .list-colmn.px-0 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item {
    min-height: 170px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item .inner {
    height: 170px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item .logobx img {
    display: inline-block;
    height: 70%;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item .prcntg {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .how-do-you-section .howdoyou-list .list-colmn .item .hd {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
  .hide-mobile {
    display: none !important;
  }
  .number-loading::before {
    background-position: top;
  }
  header .navbar .greenli-mobile {
    background-image: url(../images/btn-bg.png);
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 7px 8px;
    background-size: 100%;
    color: white;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position: relative;
    background-repeat: no-repeat;
    width: 114px;
    height: 32px;
    background-color: transparent;
    border: none;
    outline: none;
  }
  header .navbar .greenli-mobile .nav-link, header .navbar .greenli-mobile .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile-app, header .navbar .navbar-collapse .navbar-nav .nav-item.greenli .greenli-mobile .greenli-mobile-app {
    font-weight: 700;
    opacity: 1;
  }
  header .navbar .greenli-mobile:hover {
    -webkit-filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
            filter: drop-shadow(0px 4px 55px rgba(0, 199, 178, 0.7));
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header .navbar .navbar-toggler {
    display: none;
  }
  .dsp-banner::after {
    background-image: url(../images/mbl-line.svg);
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 220px;
    height: 649px;
    top: 50%;
    -webkit-transform: translateY(-41%);
            transform: translateY(-41%);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .dsp-banner::before {
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .dsp-banner .banner-content h1 {
    font-size: 35px;
    line-height: 42px;
  }
  .dsp-banner .banner-content h4 {
    line-height: 21px;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  .dsp-banner .banner-content h6 {
    margin-top: 20px;
  }
  .dsp-banner .line-img {
    width: 100%;
    display: none;
  }
  .dsp-banner button {
    width: 100%;
    margin: auto;
    right: auto;
    left: auto;
    position: relative;
    margin-top: 94px;
    height: 290px;
  }
  .dsp-banner button .hd {
    font-size: 14px;
    line-height: 17px;
  }
  .video-popup .modal-dialog .modal-content .modal-body .close {
    right: 0px;
  }
  .why-now-section .inner-whynow .whynowbg {
    top: 23%;
  }
  .why-now-section .inner-whynow .whynowbg img {
    width: 100%;
  }
  .timeline-section .locker .locker__image .locker__container {
    position: -webkit-sticky;
    position: sticky;
    top: 28%;
    width: 100%;
    height: 43vh;
  }
  .timeline-section .locker .locker__image .locker__container .image {
    left: 66px;
  }
  .timeline-section .locker .locker__image .locker__container .circle-box {
    width: 130px;
    height: 130px;
  }
  .timeline-section .locker .locker__content {
    overflow: scroll;
  }
  .timeline-section .locker .locker__content .locker__section {
    height: 50vh;
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section {
    width: 130px;
    height: 130px;
    position: relative;
  }
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section .active-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section .active-img img {
    width: 60px;
  }
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section .circle-box {
    position: absolute;
    left: 0px;
    top: 0%;
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%);
    width: 130px;
    height: 130px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section .circle1 {
    -webkit-animation: 3s linear 0s infinite normal none running circle;
            animation: 3s linear 0s infinite normal none running circle;
    border-radius: 45% 50% 55% 45%;
  }
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section .circle2 {
    -webkit-animation: 3s linear 0s infinite normal none running circle2;
            animation: 3s linear 0s infinite normal none running circle2;
    border-radius: 45% 55% 50% 45% / 54% 55% 45% 50%;
  }
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section .circle3 {
    -webkit-animation: 3s linear 0s infinite normal none running circle3;
            animation: 3s linear 0s infinite normal none running circle3;
    border-radius: 50% 50% 55% 45% / 45% 50% 55% 45%;
  }
  @-webkit-keyframes circle {
    0%, 100% {
      border-radius: 45% 50% 55% 45% / 45% 50% 55% 45%;
    }
    34% {
      border-radius: 55% 45% 50% 45% / 50% 45% 55% 50%;
    }
    67% {
      border-radius: 60% 50% 50% 60% / 60% 60% 50% 50%;
    }
  }
  @keyframes circle {
    0%, 100% {
      border-radius: 45% 50% 55% 45% / 45% 50% 55% 45%;
    }
    34% {
      border-radius: 55% 45% 50% 45% / 50% 45% 55% 50%;
    }
    67% {
      border-radius: 60% 50% 50% 60% / 60% 60% 50% 50%;
    }
  }
  @-webkit-keyframes circle2 {
    0%, 100% {
      border-radius: 45% 55% 50% 45% / 54% 55% 45% 50%;
    }
    34% {
      border-radius: 50% 50% 55% 50% / 50% 48% 50% 55%;
    }
    67% {
      border-radius: 70% 55% 55% 70% / 70% 50% 55% 70%;
    }
  }
  @keyframes circle2 {
    0%, 100% {
      border-radius: 45% 55% 50% 45% / 54% 55% 45% 50%;
    }
    34% {
      border-radius: 50% 50% 55% 50% / 50% 48% 50% 55%;
    }
    67% {
      border-radius: 70% 55% 55% 70% / 70% 50% 55% 70%;
    }
  }
  @-webkit-keyframes circle3 {
    0%, 100% {
      border-radius: 50% 50% 55% 45% / 45% 50% 55% 45%;
    }
    34% {
      border-radius: 53% 45% 55% 50% / 50% 45% 50% 55%;
    }
    67% {
      border-radius: 45% 50% 55% 48% / 45% 50% 55% 50%;
    }
  }
  @keyframes circle3 {
    0%, 100% {
      border-radius: 50% 50% 55% 45% / 45% 50% 55% 45%;
    }
    34% {
      border-radius: 53% 45% 55% 50% / 50% 45% 50% 55%;
    }
    67% {
      border-radius: 45% 50% 55% 48% / 45% 50% 55% 50%;
    }
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .hd {
    font-size: 14px;
    line-height: 18px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .sub-hd {
    font-size: 16px;
    line-height: 19px;
  }
  .timeline-section .locker .skip-mobile-section {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: white;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    opacity: 0.5;
  }
  .timeline-section .locker .skip-mobile-section::after {
    content: "";
    background-image: url(../images/chevrons-down.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 30px;
  }
  .scrollabletext-section .inner-scrollable {
    height: 200vh;
  }
  .scrollabletext-section .inner-scrollable .item-scroll {
    height: 50vh;
    font-size: 24px;
    line-height: 29px;
    padding: 0px 10px;
  }
  .timeline-mobile .flex-timeline-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .timeline-mobile .flex-timeline-ul .timeline-li {
    position: relative;
  }
  .timeline-mobile nav {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    bottom: auto;
    z-index: 10;
  }
  .timeline-mobile nav ul {
    list-style: none;
    padding: 0;
    position: relative;
  }
  .timeline-mobile nav li {
    padding: 10px 0;
    position: absolute;
    top: 0px;
  }
  .timeline-mobile span {
    display: inline-block;
    position: relative;
  }
  .timeline-mobile nav a {
    display: inline-block;
    color: #272727;
    text-decoration: none;
    font-size: 1em;
    opacity: 0;
  }
  .timeline-mobile .circle {
    height: 10px;
    width: 10px;
    left: -10px;
    border-radius: 50%;
    background-color: #272727;
  }
  .timeline-mobile .rect {
    height: 3px;
    width: 0px;
    left: 0;
    bottom: 4px;
    background-color: #272727;
    -webkit-transition: -webkit-transform 0.6s, width 1s;
    -webkit-transition: width 1s, -webkit-transform 0.6s;
    transition: width 1s, -webkit-transform 0.6s;
    transition: transform 0.6s, width 1s;
    transition: transform 0.6s, width 1s, -webkit-transform 0.6s;
  }
  .timeline-mobile nav .active-section {
    opacity: 1;
  }
  .timeline-mobile nav a:hover span, .timeline-mobile nav .active-section span {
    background-color: #9b59b6;
  }
  .timeline-mobile nav .active-section .rect {
    width: 40px;
  }
  .timeline-mobile .content-section {
    position: relative;
    width: 100%;
    height: 40%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .timeline-mobile .content-section h1 {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #9b59b6;
    font-size: 3em;
  }
  .two-section-heading.timeline-header-time .top-fixed {
    top: 0px;
    z-index: 990;
  }
  .faq-section .faq-hd {
    margin-bottom: 25px;
  }
  .faq-section .faq-hd h3 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .faq-section .faq-hd p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .faq-section .faq-hd a {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  #svgContainer {
    margin-bottom: -40px;
  }
  .dsp-banner button {
    height: 218px;
  }
  .mob-padding {
    padding-left: 35px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .number {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .hd {
    margin-bottom: 20px;
    margin-top: 55px;
  }
  .dsp-banner .banner-content {
    margin-top: 100px;
  }
  .why-now-section .inner-whynow .container .whynow-list .item {
    font-size: 24px;
  }
  .why-now-section .inner-whynow .whynowbg img {
    width: 100%;
    padding: 100px 0 200px;
  }
  .two-section-heading {
    padding-top: 0;
    padding-bottom: 150px;
  }
  .tab-section {
    padding-top: 150px;
  }
  .key-benefits-section::after {
    height: auto;
  }
  .innovation-content {
    margin-bottom: 150px;
  }
  .innovation-wrap {
    padding-bottom: 0;
  }
  .innovation-wrap .innovation-content {
    padding-top: 0;
  }
  .video-popup .modal-dialog {
    margin: 0;
  }
  .video-popup .modal-dialog .modal-content .modal-body .close {
    right: 10px;
    top: 60px;
  }
  .video-popup .modal-dialog .modal-content .modal-body .close img {
    right: 10px;
    top: -270px;
  }
  .video-popup .modal-dialog .modal-content .modal-body img {
    position: absolute;
    top: 30%;
  }
  .innovation .modal-dialog {
    margin: 0;
  }
  .innovation .modal-dialog .modal-content .modal-body .close {
    right: 20px;
    top: -40px;
  }
  .form-modal .modal-dialog .modal-content {
    width: 100% !important;
  }
  .form-modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 25px !important;
  }
  .form-modal .modal-dialog .modal-content .modal-body .content1 {
    font-size: 15px !important;
  }
  .key-benefits-section .container .infobox-wrapper .info-box .hd-info {
    font-size: 15px;
  }
  .innovation-wrap .innovation-content p {
    font-size: 18px;
    line-height: 21px;
  }
  .innovation-wrap .innovation-content .img-wrap button {
    right: 100px;
  }
  .innovation-wrap .innovation-content .img-wrap button img {
    width: 30px;
  }
}

@media screen and (max-width: 400px) {
  .dsp-banner .banner-content {
    margin-top: 175px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box {
    margin-left: 90px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .number {
    font-size: 12px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .sub-hd {
    font-size: 14px;
  }
  .timeline-section .locker .locker__content .locker__section .detail-txt-box .hd {
    font-size: 12px;
  }
  .timeline-section .locker .locker__content {
    overflow: hidden;
  }
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section .active-img {
    position: relative;
    width: 60px;
  }
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section .active-img img {
    position: absolute;
    left: 30px;
  }
}

@media (max-width: 360px) {
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section .circle-box {
    width: 120px;
    height: 120px;
  }
  .timeline-section .locker .locker__content .locker__section .circle-mobile-section .active-img img {
    width: 50px;
    left: 35px;
  }
  .tab-section .light-orange-bg {
    width: 100%;
  }
  .innovation-wrap .light-orange-bg {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .scrollabletext-section .inner-scrollable .item-scroll {
    position: relative;
  }
  .scrollabletext-section .inner-scrollable .item-scroll span {
    position: absolute;
    bottom: 40%;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .scrollabletext-section .inner-scrollable .item-scroll {
    position: relative;
  }
  .scrollabletext-section .inner-scrollable .item-scroll span {
    bottom: 34%;
  }
}

@media screen and (max-width: 350px) {
  .dsp-banner .banner-content {
    margin-top: 250px;
  }
}

iframe {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1000;
  background-size: cover;
}

.form-modal .modal-dialog {
  max-width: 770px;
}

.form-modal .modal-dialog .modal-content {
  padding: 40px;
  width: 770px;
}

.form-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border-bottom: none;
}

.form-modal .modal-dialog .modal-content .modal-header h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  padding-top: 50px;
  text-align: left;
  color: #003A5D;
}

.form-modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0 0;
}

.form-modal .modal-dialog .modal-content .modal-body .content1 {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #003A5D;
  margin-bottom: 0;
}

.form-modal .modal-dialog .modal-content .modal-body .content1.modal3 {
  padding-top: 31px;
}

.form-modal .modal-dialog .modal-content .modal-body .content2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-top: 5px;
  color: #003A5D;
  margin-bottom: 0;
  opacity: 0.7;
}

.form-modal .modal-dialog .modal-content .modal-body .option-select {
  display: none;
}

.form-modal .modal-dialog .modal-content .modal-body .control-label {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  color: #00395E;
  padding-top: 25px;
}

.form-modal .modal-dialog .modal-content .modal-body .form-control {
  -webkit-box-shadow: 0px 2px 14px rgba(32, 66, 82, 0.1);
          box-shadow: 0px 2px 14px rgba(32, 66, 82, 0.1);
  color: #003A5D;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  border: none;
  height: 40px;
}

.form-modal .modal-dialog .modal-content .modal-body small.hint {
  color: #888;
  font-size: 12px;
  display: block;
  margin-bottom: 1em;
  clear: both;
  position: relative;
  bottom: -0.5em;
  padding-left: 18px;
}

.form-modal .modal-dialog .modal-content .modal-body .form-wrap-2 .panUInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-modal .modal-dialog .modal-content .modal-body .form-wrap-2 .panUInput .form-control {
  -webkit-box-shadow: 0px 2px 14px rgba(32, 66, 82, 0.1);
          box-shadow: 0px 2px 14px rgba(32, 66, 82, 0.1);
  color: #003A5D;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  border: none;
  height: 40px;
}

.form-modal .modal-dialog .modal-content .modal-body .form-wrap-2 .panUInput .submitbtn {
  font-family: 'Barlow', sans-serif;
  background: #003A5D;
  color: #fff;
  width: 82px;
  height: 40px;
  position: relative;
  border: none;
  border-radius: 2px;
}

.form-modal .modal-dialog .modal-content .modal-body #lblPANCard, .form-modal .modal-dialog .modal-content .modal-body #lblDob, .form-modal .modal-dialog .modal-content .modal-body #email_error {
  padding: 15px;
  display: block;
  color: #b94a48;
  font-weight: bold;
}

.form-modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0px;
}

.form-modal .modal-dialog .modal-content .modal-footer .btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 13px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  letter-spacing: 1px;
}

.form-modal .modal-dialog .modal-content .modal-footer .btn.next {
  letter-spacing: 0.800000011920929px;
  text-align: center;
  background: #003A5D;
  color: #fff;
  height: 40px;
  border: 2px solid #000;
  display: inline-block;
}

.form-modal .modal-dialog .modal-content .modal-footer .content2 {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-top: 5px;
  color: #003A5D;
  margin-bottom: 0;
  opacity: 0.7;
  padding-top: 15px;
}

.error-text {
  position: relative;
  animation: shake .1s linear;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  border: 1px solid red;
  outline: none;
  -webkit-animation: shake .1s linear;
}

@-webkit-keyframes shake {
  0% {
    left: -5px;
  }
  100% {
    right: -5px;
  }
}

@keyframes shake {
  0% {
    left: -5px;
  }
  100% {
    right: -5px;
  }
}

#error_pan_check {
  padding: 15px;
  display: block;
  color: #b94a48;
  font-weight: bold;
}

#error_dob_check {
  padding: 15px;
  display: block;
  color: #b94a48;
  font-weight: bold;
}

#demo-2 .linepopup {
  position: absolute;
  top: 133px;
  left: 43px;
}

#demo-2 .modal-dialog .modal-content .modal-title h4 {
  font-family: 'Barlow', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  padding-top: 50px;
  padding-left: 40px;
  text-align: left;
  color: #003A5D;
}

#demo-2 .modal-dialog .modal-content .modal-body .content1 {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #003A5D;
  padding-top: 20px;
  margin-bottom: 0;
}

#demo-2 .modal-dialog .modal-content .modal-body .content2 {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-top: 5px;
  color: #003A5D;
  margin-bottom: 0;
  opacity: 0.7;
}

#demo-2 .modal-dialog .modal-content .modal-body .option-select {
  display: none;
}

#demo-2 .modal-dialog .modal-content .modal-body .otp .control-label {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  color: #00395E;
  padding-top: 25px;
}

#demo-2 .modal-dialog .modal-content .modal-body .otp .resend {
  padding: 0;
  border: none;
  background: none;
  margin: 10px 0 0 0px;
  cursor: pointer;
}

#demo-2 .modal-footer {
  border-top: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 40px;
}

#demo-2 .modal-footer .btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 13px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  letter-spacing: 1px;
}

#demo-2 .modal-footer .btn.next {
  letter-spacing: 0.8px;
  text-align: center;
  background: #003a5d;
  color: white;
  height: 40px;
  border: 2px solid black;
  display: inline-block;
}

#demo-2 .modal-footer .content2 {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-top: 5px;
  color: #003A5D;
  margin-bottom: 0;
  opacity: 0.7;
}

#otpResendErrorMsg {
  font-size: 14px;
}

#otpResendMsg {
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */