:root {
  --navy: #0b3a5a;
  --navy-dark: #073452;
  --red: rgba(238, 61, 37, 1);
  --orange: #ffb21d;
  --ink: rgba(10, 50, 82, 1);
  --muted: #6e879b;
  --soft: #f7f8fa;
  --line: #e8edf2;
  --lightink:rgba(81, 109, 131, 1);
}

* {
  box-sizing: border-box;
}

body {
  color: var(--ink);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding: 65px 0px 0px 0px;
}
.sticky-top
{
  position: fixed;
  width: 100%;
  top:0;
  z-index: 10;
  background: #fff;
}

.section-space {
  padding: 35px 0;
}
section {
  scroll-margin-top: 60px;
}
.section-bg {
  background: var(--soft);
}

h1,
h2,
h3,
.btn {
  font-weight: 700;
}

.hero_video_banner{
  text-align: right;
}
#videoThumbnail, #videoThumbnail .play-button{
      transition: 0.3s all;
}
#videoThumbnail:hover .play-button {
    transform: translate(-50%, -50%) scale(1.3);
    transition: 0.3s all;
}

/* iframe */
.video-iframe {
    display: none;
    width: 100%;
    aspect-ratio: 16/9;
}

.video-iframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.heading {
  margin-bottom: 20px;
}
.heading h2
{
  font-size: 30px;
  font-weight: 700;
  color: var(--ink);
}
.heading h2 span,.heading p span
{
  display: block;
}

.heading h2,
.heading p {
  margin-bottom: 0;
}

.heading p {
  margin-top: 10px;
  font-size: 16px;
  color: var(--lightink);
}

.heading-center {
  text-align: center;
}

p {
  margin-bottom: 0;
}

.site-header {
  box-shadow: 0 1px 0 rgba(10, 47, 76, 0.08);
}

.navbar {
  padding: 5px 0;
}

.navbar-brand img {
  width: 140px;
  height: auto;
}
li.nav-item {
    padding: 0px 5px;
}

.navbar .nav-link {
  color:rgba(10, 50, 82, 1);
  font-size: 16px;
  padding: 0px 0;
}

.navbar .nav-link:hover {
  color: var(--red);
}

.invest-btn,
.invest-btn:hover,.invest-btn:focus {
background: rgba(238, 61, 37, 1) !important;
color: #fff !important;
border-radius: 5px;

}

.invest-btn {
  padding: 5px 20px;
  margin: 0px 0px 0px 10px;
}

.hero-section {
  background: var(--ink);
  padding: 20px 0;
}
.banner_top_content h1
{
    color: #fff;
    font-size: 45px;
    margin: 0 0 20px 0px;
    font-weight: 700;
}

.hero-kicker {
  color: var(--red);
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-copy {
  color: rgba(217, 217, 217, 1);
  font-size: 18px;
 margin: 0px 0px 25px 0px;
}
.hero-copy span
{
  display: block;
}

.watch-btn {
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(255, 255, 255, 0.28);
  color: var(--red);
  padding: 10px 20px;
  font-size: 18px;
  display: block;
    width: fit-content;
  text-decoration: none;
}

.play-dot {
margin: 0px 0px 0px 10px;
}


.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 14px 24px rgba(24, 48, 66, 0.14);
  cursor: pointer;
}
.video-card iframe
{
  width: 100%;
  height: 450px;
}

.video-card img {
  display: block;
  width: 100%;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button img {
    width: 17px;
    position: relative;
    right: -2px;
}
#videothumb{
  height: 363px;
  object-fit: cover;
}

.content-left
{
  padding-left: 30px;
}



.pill-message {
  width: fit-content;
  max-width: 100%;
  margin: 18px auto 0;
  padding: 10px 25px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(255, 59, 46, 0.18);
  color: var(--ink);
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.pause-section {
  overflow: hidden;
}

.advice-scene {
  position: relative;
  min-height: 400px;
  max-width: 980px;
  margin: 20px auto 0;
  text-align: center;
}
.pause-section .pill-message
{
  margin-top: -15px;position: relative;z-index: 3;
}

.advice-scene img {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width:350px;
  transform: translateX(-50%);
}

.bubble {
  position: absolute;
  display: block;
  padding: 8px 40px;
  border-radius: 8px;
  background: #e9f1f8;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.bubble-one {
  top: 10px;
  left: 35%;
  transform: translateX(-50%);
}

.bubble-two {
top: 60px;
    left: 54%;
}

.bubble-three {
  top: 110px;
  left: 11%;
}

.bubble-four {
  top: 190px;
  right: 0%;
}

.bubble-five {
    top: 230px;
    left: -20px;
}

.calc-panel,
.result-panel {
  min-height: auto;
  padding: 25px;
  border-radius: 8px;
  background: #fff;
}

.calc-panel label {
  display: block;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 16px;
}

.target-box {
  display: grid;
  place-items: center;
  min-height: 96px;
  border: 1px solid #dfe7ee;
  border-radius: 8px;
  text-align: center;
}

.target-box span {
  color: var(--muted);
  font-size: 12px;
}

.currency-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
}

.currency-input span {
  color: #333;
  font-size: 28px;
  font-weight: 900;
}

.currency-input input {
  width: 170px;
  border: 0;
  outline: 0;
  color: #333;
  font: inherit;
  color: #333;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.currency-input input:focus {
  box-shadow: inset 0 -2px 0 rgba(255, 59, 46, 0.45);
}

.range-row {
  margin-top: 40px;
}

.range-head,
.range-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-head span {
  font-weight: 700;
  font-size: 16px;
}

.range-head strong {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  min-width: 100px;
  padding: 1px 5px;
  border: 0px solid #555;
  color: #000;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.range-head strong input {
  width: 42px;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 900;
  line-height: 1;
  text-align: right;
}

.range-head small {
  border: 0;
  font-size: 13px;
}

.form-range::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  margin-top: -6px;
  border: 4px solid #fff;
  background: var(--navy);
  box-shadow: 0 2px 8px rgba(8, 38, 60, 0.3);
}

.form-range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 4px solid #fff;
  background: var(--navy);
  box-shadow: 0 2px 8px rgba(8, 38, 60, 0.3);
}

.form-range {
  --range-progress: 0%;
  height: 22px;
  background: linear-gradient(to right, var(--navy) 0 var(--range-progress), #d2d2d2 var(--range-progress) 100%);
  background-clip: content-box;
  border-radius: 999px;
  padding: 6px 0;
}

.form-range::-webkit-slider-runnable-track {
  height: 10px;
  border-radius: 999px;
  background: transparent;
}

.form-range::-moz-range-track {
  height: 10px;
  border-radius: 999px;
  background: transparent;
}

.form-range::-moz-range-progress {
  height: 10px;
  border-radius: 999px;
  background: transparent;
}

.range-labels {
  color: #7d8b96;
  font-size: 12px;
}

.calc-actions {
  display: flex;
  gap: 18px;
  margin-top: 28px;
}

.calc-actions .btn {
  border-radius: 4px;
  padding: 10px 22px;
}

.add-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.sip-breaks {
  margin-top: 24px;
}

.sip-break-row {
  position: relative;
  margin-top: 18px;
  padding-right: 34px;
  padding-top: 2px;
}

.sip-break-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--red);
  font-weight: 700;
  font-size: 16px;
}

.break-actions {
  position: absolute;
  top: 20px;
  right: 0;
  display: grid;
  gap: 10px;
  justify-items: center;

}

.break-info,
.sip-break-remove {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  font-style: normal;
  line-height: 1;
  background: #fff;
}

.break-info {
  position: relative;
  border: 0px solid #111;
  background: #fff;
}

.break-info span {
  transform: translateY(-1px);
}

.break-info em {
  position: absolute;
  top: 26px;
  right: -18px;
  z-index: 10;
  display: none;
  width: 260px;
  padding: 15px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}

.break-info em::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 21px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--navy);
  border-left: 10px solid transparent;
}

.break-info:hover em,
.break-info:focus em {
  display: block;
}



.sip-break-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 10px;
}

.sip-break-fields label span {
  display: block;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.sip-break-fields label div {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #cfd8df;
}

.sip-break-fields input {
  width: 54px;
  border: 0;
  outline: 0;
  color: #222;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}

.sip-break-fields small {
  color: var(--muted);
}

.result-panel {
  text-align: center;
  padding-right: 42px;
  padding-left: 42px;
}

.result-panel h3 {
  color: #222;
  font-size: 20px;
  margin: 10px auto 20px auto ;
  color: rgba(10, 50, 82, 1);
}

.result-panel h3 span {
  color: var(--red);
}

.donut {
  display: grid;
  place-items: center;
  width: 270px;
  height: 270px;
  margin: 0 auto 34px;
  border-radius: 50%;
  position: relative;
  --invested-share: 0%;
/*  background: conic-gradient(var(--red) 0 var(--invested-share), #ffc6c2 var(--invested-share) 100%);*/
}

.donut::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #fff;
}

.donut div {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.donut small {
  color: var(--muted);
  font-size: 14px;
}

.donut strong {
  color: var(--navy);
  font-size: 26px;
  line-height: 1.1;
}

.legend-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  color: #212529;
  font-size: 16px;
  text-align: left;
  max-width: 100%;
  padding: 0 10px;
  margin-top: 6px;
}

.legend-row strong {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
}

.legend-row i {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
}

.legend-row .invested {
  background: var(--red);
}

.legend-row .returns {
  background: #ffc6c2;
}

.disclaimer-small {
  color: rgba(81, 109, 131, 1);
  font-size: 12px;
  margin-top: 5px;
  margin-left: 20px;
}

.calc-section
{
 padding: 0px 0px 20px 0px;
}
.fund-table {
  margin-top: 0px;
  background: #fff;
  margin-bottom: 5px;
}

.fund-table thead th {
  border: 0;
  background: var(--navy);
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

.fund-table tbody td {
  border:0;
  color: #2f3d48;
  font-size: 16px;
  text-align: center;
  background: var(--soft);
}

.fund-table tbody td:first-child,
.fund-table thead th:first-child {
  text-align: left;
}

.return-positive {
  color: #00a86b !important;
  font-weight: 700;
}

.btn-lumpsum,
.btn-start {
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 3px;
  width: 100%;
}

.btn-lumpsum,.btn-lumpsum:hover {
  background: var(--orange);
  color: #000;
}

.btn-start,.btn-start:hover {
  background: var(--red);
}

.fund-note {
  color: #708699;
  font-size: 12px;
}

.fund-mobile {
  display: none;
}

.fund-card {
  overflow: hidden;
  width: min(100%, 360px);
  margin: 24px auto 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 58, 89, 0.12);
}

.fund-header {
  background: var(--navy);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  padding: 15px;
}

.fund-body {
  padding: 15px;
}

.fund-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: #384c5d;
}

.fund-row:last-child {
  border-bottom: 0;
}

.fund-row span {
  max-width: 60%;
  font-size: 16px;
}

.fund-row strong {
  font-size: 16px;
  text-align: right;
}

.fund-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fund-card-actions a {
  display: grid;
  place-items: center;
  min-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight:400;
  text-decoration: none;
}

.fund-card-actions a:first-child {
  background: var(--orange);
  color: #000;
}

.fund-card-actions a:last-child {
  background: var(--red);
}

.fund-slider .slick-slide {
  padding: 0 8px;
}

.fund-slider .slick-arrow {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  transform: translateY(-50%);
  bottom: -100px;
}

.fund-slider .slick-arrow::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;

}

.fund-slider .slick-prev {
  left: 20%;
}

.fund-slider .slick-prev::before {
  background: url('../assets/images/LeftArrow.png')no-repeat;
 width: 30px;
 height: 30px;
 background-size: contain;
 content: '';
}

.fund-slider .slick-next {
  right: 20%;
}

.fund-slider .slick-next::before {
   background: url('../assets/images/RightArrow.png')no-repeat;
 width: 30px;
 height: 30px;
 background-size: contain;
 content: '';
}
.google-donut {
    position: absolute;
    inset: 0;
}
.slider-count {
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  text-align: center;
}

.faq-container {
  max-width: 760px;
}

.faq-section .heading h2 {
  color: #111;
}

.accordion {
  display: grid;
  gap: 0px;
}

.accordion-item {
    overflow: hidden;
    border: 1px solid rgba(238, 61, 37, 0.25) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease;
    margin-bottom: 16px;
    background: #fff;
}

.accordion-item:has(.accordion-collapse.show) {
    border-color: rgba(238, 61, 37, 1) !important;
}

.accordion-collapse,
.accordion-collapse.show,
.accordion-body,
.accordion-header,
.accordion-button {
    border: none !important;
    box-shadow: none !important;
}
.accordion-button {
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--ink);
}

.accordion-button::after {
  display: none;
}

.accordion-body {
  color: #516D83;
  padding-top: 0;
  font-size: 16px;
}

.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,1);
  padding: 30px 0px;
}

.site-footer strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.site-footer p {
  font-size: 14px;
  letter-spacing: 0;
  color: rgba(255,255,255,.6);
}


.timeline-wrap {
  position: relative;
  max-width: 100%;
  height: 400px;
  margin: 0 auto;
  padding: 50px 0px;
  top:30px;

}

.timeline-line {
    position: relative;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 1;
    height: 300px;
    object-fit: contain;
}

.timeline-step {
  position: absolute;
  z-index: 2;
  text-align: center;
}

.timeline-step p {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0 0;
  white-space: nowrap;
}
.step-text
 {
    display: flex;
    align-items: flex-end;
}
.stpesinner
 {
    position: relative;
    height: 180px;
}

.step-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.12));
}

.step-1 {
left: 2%;
    top: auto;
    bottom: 12%;
}


.step-2 {
    left: 26%;
    top: -8%;
}



.step-3 {
  left: 48%;
  top: 44%;
}



.step-4 {
  left: 68%;
    top: -11%;
}



.step-5 {
 right: 0;
    top: auto;
    bottom: 0;
}

.step-5 .step-text {
    margin-top: -70px;
}
.step-3 .step-text
{
  align-items: center;
}
span.big-no {
    margin-left: -22px;
    position: relative;
    z-index: -1;
}
  .mobile-timeline {
    position: relative;
    display: grid;
    max-width: 96%;
    margin: 0 auto;
    width: 96%;
  }

  .mobile-timeline::before {
    content: "";
    position: absolute;
    top: 38px;
    bottom: 42px;
    left: 45px;
    width: 1px;
    background: var(--red);
  }

  .mobile-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) 90px;
    align-items: center;
    min-height: 86px;
  }

  .mobile-timeline-item img {
    position: relative;
    z-index: 1;
    width: 50px;
    margin: 0 auto;
  }
 .mobile-timeline-item span {
    color: var(--ink);
    font-size: 16px;
    font-weight: 700;
  }

  /* mobile-curve-line */
  
  /* mobile curve line */
  .mobile_section
  {
    display: none;
  }

.calculatebtn
{
      background: rgba(238, 61, 37, 1) !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 16px;
    padding: 2px 25px;
    border:0;
    border-radius: 5px;
    font-weight: 500;
}
.breakbtn
{

      background: #fff !important;
    color: #0d6efd  !important;
    border-radius: 5px;
    font-size: 16px;
    padding: 2px 25px;
    border:1px solid #0d6efd;
    border-radius: 5px;
    font-weight: 500;
}
.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 6px auto;
    background: #0A3252;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
.navbar-toggler:hover span {
    background: #0A3252;
  }
 .navbar-toggler:focus {
    outline: none;
    border: 0;
    box-shadow: none;
  }

 .navbar-toggler:focus span {
    background: #0A3252;
  }
 .navbar-toggler[aria-expanded=true] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
  }
 .navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
    opacity: 0;
  }
 .navbar-toggler[aria-expanded=true] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .navbar-toggler[aria-expanded=false] span {
    transform: none;
    opacity: 1;
  }
.navbar-toggler
{
  border:0px;
}

@media (min-width: 993px) and (max-width: 1199px) {


}

@media (min-width: 768px) and (max-width: 992px) {

.advice-scene
{
  width: 700px;
}
.calc-actions .btn
{
  padding: 10px;
}
.breakbtn
{
  padding: 2px 5px;
}
.bubble
{
  font-size: 14px;
  padding: 8px 10px;
}
.advice-scene img
{
  width: 300px;
}
.heading h2 span, .heading p span {
    display: inline;
}
.bubble-four
{
  right: -3%;
}
.pill-message
{
  font-size: 18px;
}
.heading h2
{
  font-size: 25px;
}
}


@media (max-width: 767px) {
  .fund-desktop,.timeline-wrap {
    display: none;
  }

  .fund-mobile,  .mobile_section {
    display: block;
  }
  li.nav-item {
    padding: 15px;
    text-align: center;
}
ul.navbar-nav
{
  padding: 50px 0px;
}
.hero-kicker,.banner_top_content h1
{
  font-size: 40px;
}
.heading h2
{
  font-size: 25px;
}
.hero-copy
{
  font-size: 16px;
}
.site-footer p
{
  font-size: 12px;
}

.watch-btn
{
  margin:0px 0px 30px 0px;
}

.hero-copy span,.heading h2 span, .heading p span
{
  display: inline;
}
.content-left
{
  padding: 0px;
}
.heading
{
  padding: 15px 0px;
  margin: 0;
}
.section-space {
    padding: 30px 0;
}
.mobile-timeline-item img:first-child
{
  width: 80px;
  height: auto;
}

.pill-message
{
  font-size: 18px;
  padding: 15px;
}
.bubble-one
{
  position: relative;
}
.advice-scene img
{
  position: relative;
  width: 96%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  transform: none;
}
.advice-scene {
    position: relative;
    min-height: auto;
    max-width: 96%;
    margin: 20px auto 0;
    text-align: center;
}
.bubble
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 16px;

}
.bubble-one,.bubble-two,.bubble-three,.bubble-four,.bubble-five
{
  top:0;bottom: 0;
  left: 0;right: 0;
  margin: 10px auto;
  display: block;
  transform: none;
  white-space: normal;
}
.calc-actions {
  display: block;
  margin-top: 28px;
}
.breakbtn,.calc-actions .btn
{
  padding: 8px 10px;
  width: 100%;
  margin: 10px 0;
}
.result-panel
{
  padding: 15px;
  margin: 20px auto;
}
.donut
{
  width: 240px;
  height: 240px;
  margin: 10px auto;
}
.donut::before
{
  width: 220px;
  height: 220px;
}
.result-panel
{
  overflow: hidden;
}

.timeline-section .heading{
  text-align: center;
}
.mobile_section {
   padding: 0px 20px;
    background: #f8f8f8;
}
.curve-wrapper {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 50px auto 75px auto;
}

/* Curve Image */
.curve-line {
    width: 100%;
    display: block;
}

/* Common Step */
.step {
    position: absolute;
    width: 90px;
    text-align: center;
}

.step-icon {
    width: 70px;
    position: relative;
    z-index: 2;
}

.step-number {
    width: 35px;
    position: absolute;
    z-index: 1;
}

.step p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #0B2E59;
}

/* STEP POSITIONS */
/* Use percentages so it scales properly */

.step1 {
  top: -32px;
  left: -9%;
}

.step1 .step-number {
  top: 56%;
  left: 90%;
}

.step2 {
    top: 22%;
    right: -8%;
}

.step2 .step-number {
  top: 60%;
  right: -22%;
}

.step3 {
    top: 41%;
    left: -3%;
}

.step3 .step-number {
  top: 62%;
  left: 85%;
}

.step4 {
  top: 68%;
  right: -4%;
}

.step4 .step-number {
  top: 68%;
  right: -21%;
}

.step5 {
    top: 89%;
    left: 0%;
}

.step5 .step-number {
  top: 61%;
  left: 82%;
}
.pill-message {
  font-size: 13px;
  padding: 12px;
  position: absolute;
  left: 8%;
}

}
@media (max-width:575px){
  #videothumb {
    height: 215px;
    object-fit: cover;
  }
}
