/*
 * Inline <style> from views/homepage/en/chronic_care.php, unchanged. Loaded after the theme, where it sat.
 */
.timeline {
    width: 100%;
}
.timeline.timeline-four {
    margin: 1.25rem 0;
    position: relative;
}
.timeline.timeline-four::before {
    content: "";
    display: block;
    width: 0.0625rem;
    height: 100%;
    background: #dce6f3;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.timeline.timeline-four .timeline-item {
    margin-bottom: 1.5rem;
    position: relative;
}
.timeline.timeline-four .timeline-item::after {
    content: "";
    display: block;
    clear: both;
}
.timeline.timeline-four .timeline-item:hover .date-outer::before {
    left: 6px;
}
.timeline.timeline-four .timeline-item:hover .date-outer::after {
    left: -6px;
}
.timeline.timeline-four .timeline-item:nth-child(2n) .date-content {
  float: right;
	position: relative;
	left: 3.5rem;
	/* padding-left: 3.5rem; */
}
.timeline.timeline-four .timeline-item .date-content {
	padding-right: 3.5rem;
}
.timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
    padding: 0.625rem 3.125rem 0.625rem 0;
    text-align: right;
}
.timeline.timeline-four .icon {
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    background-color: #635CDB;
    border-radius: 50%;
    border: 0.0625rem solid #dce6f3;
    margin-top: 120px;
    top: 0;
    left: 0;
    right: 0;
}

.timeline.timeline-four .date-content {
    width: 50%;
    float: left;
    position: relative;
}

.timeline.timeline-four .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 40%;
    left: 0;
}
.timeline.timeline-four .year {
    display: block;
    font-weight: 700;
    font-size: 1rem;
}
.timeline.timeline-four .icon {
    font-size: 1.5rem;
}
.timeline.timeline-four .timeline-content {
    width: 50%;
    padding: 0.625rem 0 0.625rem 3.125rem;
    float: right;
}
@media (max-width: 575.98px) {
    .timeline.timeline-four .icon {
        margin: auto -7px;
        top: 3rem;
    }

		.timeline.timeline-four .date-content {
        width: 95%;
        float: right;
    }

		.timeline.timeline-four .date-outer::before {
        width: 130px;
        height: 130px;
    }

		.timeline.timeline-four .date-outer::after {
        width: 130px;
        height: 130px;
    }

		.timeline.timeline-four .date {
        top: 27%;
    }

		.timeline.timeline-four::before {
        margin: 0;
        left: 0;
    }

		.timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
        width: 95%;
        padding: 0.5rem 0;
        text-align: left;
    }
}
@media (max-width: 767.98px) {
    .timeline.timeline-four .timeline-content {
        padding: 0.5rem 0 0.5rem 1.75rem;
    }
		.timeline.timeline-four .timeline-item:nth-child(2n) .timeline-content {
        padding: 0.5rem 1.75rem 0.5rem 0;
    }
		.timeline.timeline-four .timeline-item:nth-child(2n) .date-content {
			left: 1.75rem;
		}
		.timeline.timeline-four .timeline-item .date-content {
			padding-right: 1.5rem;
		}
}
@media (max-width: 575.98px) {
    .timeline.timeline-four .timeline-content {
        width: 95%;
        padding: 0.5rem 0;
        text-align: left;
    }
		.timeline.timeline-four .timeline-item:nth-child(2n) .date-content {
			left: 0rem;
		}
}

.section-padding{
    padding:50px;
}
body{
	overflow-x:hidden; 
}
