/* For Model show */
.overflow-y-hidden {
	overflow-y: auto !important;
}

.overflow-y-hidden.model-open {
	overflow-y: hidden !important;
}

.timeline {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 15px 0;
}
.timeline::after {
	content: '';
	position: absolute;
	width: 2px;
	background: #006E51;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
}
.jumbo {
	padding: 15px 30px;
	position: relative;
	background: inherit;
	width: 50%;
}
.jumbo.left {
	left: 0;
}
.jumbo.left h4{
	border: 2px solid #006e51;
	padding: 10px;
	margin-right: 27px;
	border-radius: 6px;
	background: #fefefe;
}
.jumbo.right {
	left: 50%;
}
.jumbo.right h4{
	border: 2px solid #006e51;
	padding: 10px;
	margin-left: 27px;
	border-radius: 6px;
	background: #fefefe;
}
.jumbo::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: -8px;
	background: #ffffff;
	border: 2px solid #006E51;
	border-radius: 16px;
	z-index: 1;
}
.jumbo.right::after {
	left: -8px;
}
.jumbo::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	top: calc(50% - 1px);
	right: 8px;
	background: #006E51;
	z-index: 1;
}
.jumbo.right::before {
	left: 8px;
}
.jumbo .date {
	position: absolute;
	display: inline-block;
	top: calc(50% - 8px);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #006E51;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 1;
}
.jumbo.left .date {
	right: -75px;
}
.jumbo.right .date {
	left: -75px;
}
.jumbo i, .jumbo svg {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 9px 0;
	top: calc(50% - 20px);
	background: #F6D155;
	border: 2px solid #006E51;
	border-radius: 40px;
	text-align: center;
	font-size: 18px;
	color: #006E51;
	z-index: 1;
}
.jumbo.left i, .jumbo.left svg {
	right: 56px;
}
.jumbo.right i, .jumbo.right svg {
	left: 56px;
}
.jumbo .content {
	padding: 30px 90px 30px 30px;
	background: #1C3FAA;
	position: relative;
	border-radius: 0 500px 500px 0;
	min-height:auto;
}
.jumbo.right .content {
	padding: 30px 30px 30px 90px;
	border-radius: 500px 0 0 500px;
}
.jumbo .content h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #F6D155;
}
.jumbo .content p {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}
@media (max-width: 767.98px) {
	.jumbo.left h4{
	margin-right: 0px;z-index: 3;
position: relative;
}
.jumbo.right h4{
	margin-left: 0px;z-index: 3;
position: relative;
}
.timeline::after {
	left: 90px;
}
.jumbo {
	width: 100%;
	padding-left: 120px;
	padding-right: 30px;
}
.jumbo.right {
	left: 0%;
}
.jumbo.left::after, 
.jumbo.right::after {
	left: 82px;
}
.jumbo.left::before,
.jumbo.right::before {
	left: 100px;
	border-color: transparent #006E51 transparent transparent;
}
.jumbo.left .date,
.jumbo.right .date {
	right: auto;
	left: 15px;
}
.jumbo.left .icon,
.jumbo.right .icon {
	right: auto;
	left: 146px;
}
.jumbo.left .content,
.jumbo.right .content {
	padding: 30px 30px 30px 90px;
	border-radius: 500px 0 0 500px;
}