
.intro{
    margin: 0px;
    width: 80%;
}
.intro .containeri{
    margin-left:350px;
    width: 80%;
}
.History{
    background-color: #f8f8f8;
    overflow: hidden;
}
/* =================================================================================================================== */
/* Section History css */
.history2 {
	width: 100%;
	height: auto;
	display: grid;
	place-items: center;
	background-color: rgb(245, 245, 245);
	padding: 50px 0;
}
.history2 .head {
	font-size: 29px;
	color: green;
	position: relative;
	margin-bottom: 100px;
	font-weight: 500;
}
.history2 .head::after {
	content: " ";
	position: absolute;
	width: 50%;
	height: 3px;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	background-image: linear-gradient(to right, rgba(5, 246, 5, 0.767), rgba(227, 247, 6, 0.747));
}

/* Container Css Start  */

.containernew {
	width: 70%;
	height: auto;
	margin: auto 0;
	position: relative;
}
.containernew ul {
	list-style: none;
}
.containernew ul::after {
	content: " ";
	position: absolute;
	width: 2px;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background-image: linear-gradient(to bottom, rgba(91, 14, 216, 0.767), rgba(238, 12, 200, 0.747));
}
.containernew ul li {
	width: 50%;
	height: auto;
	padding: 15px 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.218);
	position: relative;
	margin-bottom: 30px;
	z-index: 99;
}
.containernew ul li:nth-child(4) {
	margin-bottom: 0;
}
.containernew ul li .circle {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #6efd147a;
	top: 0;
	display: grid;
}
.containernew .circle::after{
	content: ' ';
	width: 12px;
	height: 12px;
	background-color: #f5810e;
	border-radius: 50%;
}
.containernew ul li:nth-child(odd) .circle {
	transform: translate(50%, -50%);
	right: -15px;
}
.containernew ul li:nth-child(even) .circle {
	transform: translate(-50%, -50%);
	left: -15px;
}
.containernew ul li .date {
	position: absolute;
	width: 130px;
	height: 33px;
	background-image: linear-gradient(to right, rgba(5, 246, 5, 0.767), rgba(227, 247, 6, 0.747));
	border-radius: 15px;
	top: -45px;
	display: grid;
	place-items: center;
	color: #121212;
	font-size: 16px;
	box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.318);
}
.containernew ul li:nth-child(odd) {
	float: left;
	clear: right;
	text-align: right;
	transform: translateX(-30px);
}
.containernew ul li:nth-child(odd) .date {
	right: 20px;
}
.containernew ul li:nth-child(even) {
	float: right;
	clear: left;
	transform: translateX(30px);
}
.containernew ul li .heading {
	font-size: 17px;
	color: rgb(91, 14, 216);
}
.containernew ul li p {
	font-size: 16px;
	color: black;
	line-height: 18px;
	margin: 6px 0 4px 0;
    font-family:sans-serif;
}
.containernew ul li a {
	font-size: 13px;
	text-decoration: none;
	color: rgb(18, 54, 214);
	transition: all 0.3s ease;
}
/* End section History 2 css */
/* Media Query */
@media screen and (max-width:768px){
    .intro .containeri{
        margin-left:10px;
        width: 100%;
    }
    .intro .containeri h2{
        font-size: 18px;
    }
     .intro hr{
        margin-right: 200px;
        width: 30px;
        color: blue;
    }
}
/* ===============History Progress Bar=================== */

@media only screen and (min-width:798px) and (max-width: 1100px) {
	.containernew{
		width: 80%;
	}
}

@media only screen and (max-width: 798px) {
	.containernew{
		width: 70%;
		transform: translateX(20px);
	}
	.containernew ul::after{
		left: -40px;
	}
	.containernew ul li {
		width: 100%;
		float: none;
		clear: none;
		margin-bottom: 80px;
	}
	.containernew ul li .circle{
		left: -40px;
		transform: translate(-50%, -50%);
	}
	.containernew ul li .date{
		left: 20px;
	}
	.containernew ul li:nth-child(odd) {
		transform: translateX(0px);
		text-align: left;
	}
	.containernew ul li:nth-child(even) {
		transform: translateX(0px);
	}
}

@media only screen and (max-width: 550px) {
	.containernew{
		width: 80%;
	}
	.containernew ul::after{
		left: -20px;
	}
	.containernew ul li .circle{
		left: -20px;
	}
}
