.timeline {
  width: 100%;
  height: 463px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  cursor: grab;
  scroll-behavior: smooth;
}
.timeline:active {
  cursor: grabbing;
}
.timieline-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: 'Montserrat';
}
.timeline-custom {
    max-width: 600px !important;
}
.timeline-content {
  max-width: 300px;
  height: 200px;
  padding: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  background: #FFF;
  position: relative;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.timeline-content:before {
  position: absolute;
  width: calc(100% + 14px);
  height: 4px;
  top: calc(100% + 8px);
  background: #002147;
  content: "";
  left: -7px;
  border-radius: 5px;
}
.timeline-content:after {
  position: absolute;
  width: 4px;
  height: 25px;
  top: 100%;
  left: calc(50% - 10px);
  background: #002147;
  content: "";
}
.timeline-content p{
	margin-bottom: 5px;
	font-family: 'Montserrat';
	font-weight: 500;
}
.timeline-period {
  position: absolute;
  top: calc(100% + 25px);
  background: #002147;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  left: calc(50% - 60px);
  font-family: 'Montserrat';
}
.timeline-period:before {
  width: 15px;
  height: 15px;
  background: #002147;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 6px);
  z-index: 2;
}
.timeline-content:nth-child(even) {
  align-self: flex-end;
}
.timeline-content:nth-child(even):before {
  top: -15px;
}
.timeline-content:nth-child(even):after {
  top: -25px;
}
.timeline-content:nth-child(even) .timeline-period {
  top: -68px;
}
.timeline-content:nth-child(even) .timeline-period:before {
  top: calc(100% + 2px);
}


.arrow-list {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
}

.arrow-list li {
    position: relative; /* Position relative to place the arrow */
    padding-left: 20px; /* Space for the arrow */
    margin-bottom: 5px; /* Space between list items */
}

.arrow-list li:before {
	content: "\00BB";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 20px;
    top: -2px;
}

.arrow-list-red {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
}

.arrow-list-red li {
    position: relative; /* Position relative to place the arrow */
    padding-left: 20px; /* Space for the arrow */
    margin-bottom: 5px; /* Space between list items */
	display: grid;
}

.arrow-list-red li:before {
	content: "\00BB";
    position: absolute;
    left: 0;
    color: #eb2027;
    font-size: 20px;
    top: -2px;
}

.icon-box {
	text-align: center;
    padding: 30px;
}

.icon-wrap {
    position: relative;
    padding-bottom: 20px;
	border-radius: 50%;
    border: 10px solid #002147;
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
}

.icon-wrap img {
	width: 100%;
    padding: 20px;
}

.icon-wrap::after {
    content: '';
    position: absolute;
    bottom: -30px; /* Position the line at the bottom of icon-wrap */
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px; /* Adjust this value to set the length of the line */
    border-left: 5px dotted #eb2027; /* Dotted line style */
}

.icon-texts h6, p {
    font-family: 'Montserrat';
}

.nav-btn {
    position: absolute;
    top: 50%;
	height: 50px;
	width: 50px;
	border-radius: 50%;
    transform: translateY(-50%);
    background-color: #002147;
	font-size: 18px;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
}

.left-btn {
    left: 30px;
}

.right-btn {
    right: 30px;
}

.core-box {
	background: #002147;
    padding: 8px;
    border-radius: 10px;
	margin-bottom: 20px;
}

.core-box h4 {
	color: #fff;
	padding-bottom: 0;
}

.core-title::after {
    content: "\00BB";
    color: #eb2027;
    font-size: 30px;
    right: -8px;
    position: absolute;
}

.bg-title {
	background: linear-gradient(to right, #e59730, #ffc32c, #fff692, #fff581, #ffc12c);
    background-size: contain;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 60px;
}

.arrow-list-red .fund-title {
	color: #002147;
	text-decoration: underline;
	font-size: 14px;
}

.landing-iframe {
	height: 430px;
	width: 100%
}

@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

@media only screen and (max-width: 991px){
	.left-btn {
		left: 0;
	}
	
	.right-btn {
		right: 0;
	}
	
	.timeline {
		padding: 10px 50px;
	}
	
	.core-title {
		padding-bottom: 20px;
	}
	
	.core-title::after {
		bottom: -21px; /* Adjust as needed to position below text */
		left: 50%;
		transform: translateX(-50%) rotate(90deg); /* Center horizontally and rotate */
	}
	
	.tabs-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
	
	.timeline-content {
		max-width: 250px;
		padding: 10px 20px;
	}
	
	.timeline-content:nth-child(even):before {
    	top: -35px;
	}
	
	.timeline-content:nth-child(even) .timeline-period {
    	top: -88px;
	}
	
	.bg-title {
		font-size: 40px
	}
	
	.landing-iframe {
		height: 225px;
		width: 100%
	}
}

