.ab1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 20px;
}

.circle-progress {
	position: relative;
	width: 178px;
	height: 180px;
}

.content {
	position: absolute;
	top: 0;
	width: 89px;
	height: 180px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.left1 {
	left: 0;
}

.right1 {
	right: 0;
}

.circle {
	position: absolute;
	margin: 0;
	width: 179px;
	height: 179px;
	border-radius: 50%;
	border: 4px solid transparent;
	transform: rotate(135deg);
}

.left-circle {
	left: 0;
	border-top-color: #27a93b;
	border-left-color: #27a93b;
	animation: circle-left 5s linear forwards;
}

.right-circle {
	right: 0;
	border-bottom-color: #27a93b;
	border-right-color: #27a93b;
	animation: circle-right 5s linear forwards;
}

@keyframes circle-right {
	0% {
		transform: rotate(135deg);
	}

	50%,
	100% {
		transform: rotate(315deg);
	}
}

@keyframes circle-left {
	/*            0%,
    50% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(315deg);
    }*/
}

.zz1,
.zz2 {
	display: none;
}

.circleri1 {
	animation: circle-right1 5s linear forwards;
}

@keyframes circle-right1 {
	0% {
		transform: rotate(135deg);
	}

	50%,
	100% {
		transform: rotate(222deg);
	}
}

.circlelf3 {
	animation: circle-left3 5s linear forwards;
}

@keyframes circle-left3 {

	0%,
	50% {
		transform: rotate(135deg);
	}

	100% {
		transform: rotate(222deg);
	}
}

.circlelf4 {
	animation: circle-left4 5s linear forwards;
}

@keyframes circle-left4 {

	0%,
	50% {
		transform: rotate(135deg);
	}

	100% {
		transform: rotate(315deg);
	}
}

.ab1_con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	text-align: center;
}

.ab1_con h3 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: normal;
}

.ab1_con h3 span {
	font-size: 16px;
	font-weight: normal;
}

.ab1_con h5 {
	font-size: 24px;
	font-weight: normal;
}
