@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
 .block, .block1 {
	 display: none;
}
 #load, #load1 {
	 cursor: pointer;
}
 .p5 {
	 font-size: 1em;
	 line-height: 1.75em;
	 border-top: 3px solid;
	 border-image: linear-gradient(to right, #429edc 0%, #00629e 100%);
	 border-image-slice: 1;
	 border-width: 3px;
	 margin: 0;
	 padding: 40px;
	 counter-increment: section;
	 position: relative;
	 color: #00629e;
}
 .p5:before {
	 content: counter(section);
	 position: absolute;
	 border-radius: 50%;
	 padding: 0px;
	 height: 1.35em;
	 width: 1.35em;
	 background-color: #34435e;
	 text-align: center;
	 line-height: 1.25em;
	 color: #fff;
	 font-size: 2.2em;
}
 .p5:nth-child(odd) {
	 border-right: 3px solid;
	 padding-left: 0;
}
 .p5:nth-child(odd):before {
	 left: 100%;
	 margin-left: -20px;
}
 .p5:nth-child(even) {
	 border-left: 3px solid;
	 padding-right: 0;
}
 .p5:nth-child(even):before {
	 right: 100%;
	 margin-right: -20px;
}
 .p5:first-child {
	 border-top: 0;
	 border-top-right-radius: 0;
	 border-top-left-radius: 0;
}
 .p5:last-child {
	 border-bottom-right-radius: 0;
	 border-bottom-left-radius: 0;
}
 